commit 784a776dbbb0d5a01e2f175c59c03bf327b85a55 Author: eaglercraft Date: Wed Feb 14 20:52:11 2024 -0800 add files diff --git a/.gitignore.tmp b/.gitignore.tmp new file mode 100755 index 00000000..59eb4446 --- /dev/null +++ b/.gitignore.tmp @@ -0,0 +1,16 @@ +.gradle +.settings +.classpath +.project +build +bin +proxyServer/bin +proxyServer/rundir +desktopRuntime/_eagstorage* +desktopRuntime/eclipseProject/bin* +desktopRuntime/hs_err_* +desktopRuntime/crash-reports/* +desktopRuntime/options.txt +desktopRuntime/_eagstorage* +desktopRuntime/filesystem/* +desktopRuntime/downloads/* \ No newline at end of file diff --git a/CompileEPK.bat b/CompileEPK.bat new file mode 100755 index 00000000..f22dea0d --- /dev/null +++ b/CompileEPK.bat @@ -0,0 +1,6 @@ +@echo off +title epkcompiler +echo compiling, please wait... +java -jar "desktopRuntime/CompileEPK.jar" "desktopRuntime/resources" "javascript/assets.epk" +echo finished compiling epk +pause \ No newline at end of file diff --git a/CompileEPK.sh b/CompileEPK.sh new file mode 100755 index 00000000..05f907cb --- /dev/null +++ b/CompileEPK.sh @@ -0,0 +1,2 @@ +#!/bin/sh +java -jar "desktopRuntime/CompileEPK.jar" "desktopRuntime/resources" "javascript/assets.epk" \ No newline at end of file diff --git a/MakeOfflineDownload.bat b/MakeOfflineDownload.bat new file mode 100755 index 00000000..3994953b --- /dev/null +++ b/MakeOfflineDownload.bat @@ -0,0 +1,4 @@ +@echo off +title MakeOfflineDownload +java -cp "desktopRuntime/MakeOfflineDownload.jar;desktopRuntime/CompileEPK.jar" net.lax1dude.eaglercraft.v1_8.buildtools.workspace.MakeOfflineDownload "javascript/OfflineDownloadTemplate.txt" "javascript/classes.js" "javascript/assets.epk" "javascript/EaglercraftX_1.8_Offline_en_US.html" "javascript/EaglercraftX_1.8_Offline_International.html" "javascript/lang" +pause \ No newline at end of file diff --git a/MakeOfflineDownload.sh b/MakeOfflineDownload.sh new file mode 100755 index 00000000..163d1862 --- /dev/null +++ b/MakeOfflineDownload.sh @@ -0,0 +1,2 @@ +#!/bin/sh +java -cp "desktopRuntime/MakeOfflineDownload.jar:desktopRuntime/CompileEPK.jar" net.lax1dude.eaglercraft.v1_8.buildtools.workspace.MakeOfflineDownload "javascript/OfflineDownloadTemplate.txt" "javascript/classes.js" "javascript/assets.epk" "javascript/EaglercraftX_1.8_Offline_en_US.html" "javascript/EaglercraftX_1.8_Offline_International.html" "javascript/lang" \ No newline at end of file diff --git a/MakeSignedClient.bat b/MakeSignedClient.bat new file mode 100755 index 00000000..c60fa244 --- /dev/null +++ b/MakeSignedClient.bat @@ -0,0 +1,4 @@ +@echo off +title MakeSignedClient +java -cp "desktopRuntime/MakeOfflineDownload.jar;desktopRuntime/CompileEPK.jar" net.lax1dude.eaglercraft.v1_8.buildtools.workspace.MakeSignedClient "javascript/SignedBundleTemplate.txt" "javascript/classes.js" "javascript/assets.epk" "javascript/lang" "javascript/SignedClientTemplate.txt" "javascript/UpdateDownloadSources.txt" "javascript/EaglercraftX_1.8_Offline_Signed_Client.html" +pause \ No newline at end of file diff --git a/MakeSignedClient.sh b/MakeSignedClient.sh new file mode 100755 index 00000000..83e964bd --- /dev/null +++ b/MakeSignedClient.sh @@ -0,0 +1,2 @@ +#!/bin/sh +java -cp "desktopRuntime/MakeOfflineDownload.jar:desktopRuntime/CompileEPK.jar" net.lax1dude.eaglercraft.v1_8.buildtools.workspace.MakeSignedClient "javascript/SignedBundleTemplate.txt" "javascript/classes.js" "javascript/assets.epk" "javascript/lang" "javascript/SignedClientTemplate.txt" "javascript/UpdateDownloadSources.txt" "javascript/EaglercraftX_1.8_Offline_Signed_Client.html" \ No newline at end of file diff --git a/build.gradle b/build.gradle new file mode 100755 index 00000000..5436ca98 --- /dev/null +++ b/build.gradle @@ -0,0 +1,39 @@ +plugins { + id 'java' + id 'eclipse' + id 'org.teavm' version '0.9.2' +} + +sourceSets { + main { + java { + srcDir 'src/main/java' + srcDir 'src/teavm/java' + } + } +} + +repositories { + mavenCentral() +} + +dependencies { + teavm(teavm.libs.jso) + teavm(teavm.libs.jsoApis) +} + +teavm.js { + obfuscated = true + sourceMap = true + targetFileName = "../classes.js" + // optimization = OptimizationLevel.ADVANCED + outOfProcess = false + fastGlobalAnalysis = false + processMemory = 512 + entryPointName = 'main' + mainClass = 'net.lax1dude.eaglercraft.v1_8.internal.teavm.MainClass' + outputDir = file("javascript") + properties = null + sourceMap = true + debugInformation = false +} diff --git a/desktopRuntime/CompileEPK.jar b/desktopRuntime/CompileEPK.jar new file mode 100755 index 00000000..8b253fc8 Binary files /dev/null and b/desktopRuntime/CompileEPK.jar differ diff --git a/desktopRuntime/Java-WebSocket-1.5.1-with-dependencies.jar b/desktopRuntime/Java-WebSocket-1.5.1-with-dependencies.jar new file mode 100755 index 00000000..3600c46d Binary files /dev/null and b/desktopRuntime/Java-WebSocket-1.5.1-with-dependencies.jar differ diff --git a/desktopRuntime/LICENSE b/desktopRuntime/LICENSE new file mode 100755 index 00000000..a17ad0af --- /dev/null +++ b/desktopRuntime/LICENSE @@ -0,0 +1,29 @@ +Copyright (c) 2012-present Lightweight Java Game Library +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + +- Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + +- Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. + +- Neither the name Lightweight Java Game Library nor the names of + its contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED +TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR +CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, +EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, +PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR +PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF +LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING +NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS +SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. \ No newline at end of file diff --git a/desktopRuntime/MakeOfflineDownload.jar b/desktopRuntime/MakeOfflineDownload.jar new file mode 100755 index 00000000..ea2fe916 Binary files /dev/null and b/desktopRuntime/MakeOfflineDownload.jar differ diff --git a/desktopRuntime/OpenAL.dll b/desktopRuntime/OpenAL.dll new file mode 100755 index 00000000..74c849d9 Binary files /dev/null and b/desktopRuntime/OpenAL.dll differ diff --git a/desktopRuntime/angle_license.txt b/desktopRuntime/angle_license.txt new file mode 100755 index 00000000..e0459b2f --- /dev/null +++ b/desktopRuntime/angle_license.txt @@ -0,0 +1,32 @@ +Copyright 2018 The ANGLE Project Authors. +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of TransGaming Inc., Google Inc., 3DLabs Inc. + Ltd., nor the names of their contributors may be used to endorse + or promote products derived from this software without specific + prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE +COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, +BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN +ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. \ No newline at end of file diff --git a/desktopRuntime/codecjorbis-20101023.jar b/desktopRuntime/codecjorbis-20101023.jar new file mode 100755 index 00000000..e7e1f4a9 Binary files /dev/null and b/desktopRuntime/codecjorbis-20101023.jar differ diff --git a/desktopRuntime/codecwav-20101023.jar b/desktopRuntime/codecwav-20101023.jar new file mode 100755 index 00000000..7b6b1bd2 Binary files /dev/null and b/desktopRuntime/codecwav-20101023.jar differ diff --git a/desktopRuntime/d3dcompiler_47.dll b/desktopRuntime/d3dcompiler_47.dll new file mode 100755 index 00000000..7f2da62e Binary files /dev/null and b/desktopRuntime/d3dcompiler_47.dll differ diff --git a/desktopRuntime/eclipseProject/.classpath b/desktopRuntime/eclipseProject/.classpath new file mode 100755 index 00000000..6bbb5c58 --- /dev/null +++ b/desktopRuntime/eclipseProject/.classpath @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/desktopRuntime/eclipseProject/.project b/desktopRuntime/eclipseProject/.project new file mode 100755 index 00000000..482815dd --- /dev/null +++ b/desktopRuntime/eclipseProject/.project @@ -0,0 +1,29 @@ + + + eclipseProject + + + + + + org.eclipse.jdt.core.javabuilder + + + + + + org.eclipse.jdt.core.javanature + + + + src_lwjgl_java + 2 + PARENT-2-PROJECT_LOC../src/lwjgl/java + + + src_main_java + 2 + PARENT-2-PROJECT_LOC../src/main/java + + + diff --git a/desktopRuntime/eclipseProject/.settings/org.eclipse.jdt.core.prefs b/desktopRuntime/eclipseProject/.settings/org.eclipse.jdt.core.prefs new file mode 100755 index 00000000..c59d0c6a --- /dev/null +++ b/desktopRuntime/eclipseProject/.settings/org.eclipse.jdt.core.prefs @@ -0,0 +1,15 @@ +eclipse.preferences.version=1 +org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled +org.eclipse.jdt.core.compiler.codegen.methodParameters=do not generate +org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.8 +org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve +org.eclipse.jdt.core.compiler.compliance=1.8 +org.eclipse.jdt.core.compiler.debug.lineNumber=generate +org.eclipse.jdt.core.compiler.debug.localVariable=generate +org.eclipse.jdt.core.compiler.debug.sourceFile=generate +org.eclipse.jdt.core.compiler.problem.assertIdentifier=error +org.eclipse.jdt.core.compiler.problem.enablePreviewFeatures=disabled +org.eclipse.jdt.core.compiler.problem.enumIdentifier=error +org.eclipse.jdt.core.compiler.problem.reportPreviewFeatures=warning +org.eclipse.jdt.core.compiler.release=disabled +org.eclipse.jdt.core.compiler.source=1.8 diff --git a/desktopRuntime/eclipseProject/deps_fix/Java-WebSocket-1.5.1-with-dependencies.jar b/desktopRuntime/eclipseProject/deps_fix/Java-WebSocket-1.5.1-with-dependencies.jar new file mode 100755 index 00000000..3600c46d Binary files /dev/null and b/desktopRuntime/eclipseProject/deps_fix/Java-WebSocket-1.5.1-with-dependencies.jar differ diff --git a/desktopRuntime/eclipseProject/deps_fix/codecjorbis-20101023.jar b/desktopRuntime/eclipseProject/deps_fix/codecjorbis-20101023.jar new file mode 100755 index 00000000..e7e1f4a9 Binary files /dev/null and b/desktopRuntime/eclipseProject/deps_fix/codecjorbis-20101023.jar differ diff --git a/desktopRuntime/eclipseProject/deps_fix/codecwav-20101023.jar b/desktopRuntime/eclipseProject/deps_fix/codecwav-20101023.jar new file mode 100755 index 00000000..7b6b1bd2 Binary files /dev/null and b/desktopRuntime/eclipseProject/deps_fix/codecwav-20101023.jar differ diff --git a/desktopRuntime/eclipseProject/deps_fix/lwjgl-egl.jar b/desktopRuntime/eclipseProject/deps_fix/lwjgl-egl.jar new file mode 100755 index 00000000..34e42c77 Binary files /dev/null and b/desktopRuntime/eclipseProject/deps_fix/lwjgl-egl.jar differ diff --git a/desktopRuntime/eclipseProject/deps_fix/lwjgl-glfw.jar b/desktopRuntime/eclipseProject/deps_fix/lwjgl-glfw.jar new file mode 100755 index 00000000..791fe06e Binary files /dev/null and b/desktopRuntime/eclipseProject/deps_fix/lwjgl-glfw.jar differ diff --git a/desktopRuntime/eclipseProject/deps_fix/lwjgl-jemalloc.jar b/desktopRuntime/eclipseProject/deps_fix/lwjgl-jemalloc.jar new file mode 100755 index 00000000..6881c260 Binary files /dev/null and b/desktopRuntime/eclipseProject/deps_fix/lwjgl-jemalloc.jar differ diff --git a/desktopRuntime/eclipseProject/deps_fix/lwjgl-openal.jar b/desktopRuntime/eclipseProject/deps_fix/lwjgl-openal.jar new file mode 100755 index 00000000..2a603344 Binary files /dev/null and b/desktopRuntime/eclipseProject/deps_fix/lwjgl-openal.jar differ diff --git a/desktopRuntime/eclipseProject/deps_fix/lwjgl-opengles.jar b/desktopRuntime/eclipseProject/deps_fix/lwjgl-opengles.jar new file mode 100755 index 00000000..7bd409f0 Binary files /dev/null and b/desktopRuntime/eclipseProject/deps_fix/lwjgl-opengles.jar differ diff --git a/desktopRuntime/eclipseProject/deps_fix/lwjgl.jar b/desktopRuntime/eclipseProject/deps_fix/lwjgl.jar new file mode 100755 index 00000000..2d1fcf91 Binary files /dev/null and b/desktopRuntime/eclipseProject/deps_fix/lwjgl.jar differ diff --git a/desktopRuntime/eclipseProject/deps_fix/soundsystem-20120107.jar b/desktopRuntime/eclipseProject/deps_fix/soundsystem-20120107.jar new file mode 100755 index 00000000..52b6468e Binary files /dev/null and b/desktopRuntime/eclipseProject/deps_fix/soundsystem-20120107.jar differ diff --git a/desktopRuntime/eclipseProject/eaglercraftDebugRuntime.launch b/desktopRuntime/eclipseProject/eaglercraftDebugRuntime.launch new file mode 100755 index 00000000..f3d6758d --- /dev/null +++ b/desktopRuntime/eclipseProject/eaglercraftDebugRuntime.launch @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + + + + + + + diff --git a/desktopRuntime/glfw.dll b/desktopRuntime/glfw.dll new file mode 100755 index 00000000..337216c8 Binary files /dev/null and b/desktopRuntime/glfw.dll differ diff --git a/desktopRuntime/glfw_license.txt b/desktopRuntime/glfw_license.txt new file mode 100755 index 00000000..8a60e1d8 --- /dev/null +++ b/desktopRuntime/glfw_license.txt @@ -0,0 +1,21 @@ +Copyright (c) 2002-2006 Marcus Geelnard +Copyright (c) 2006-2010 Camilla Berglund + +This software is provided 'as-is', without any express or implied +warranty. In no event will the authors be held liable for any damages +arising from the use of this software. + +Permission is granted to anyone to use this software for any purpose, +including commercial applications, and to alter it and redistribute it +freely, subject to the following restrictions: + +1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would + be appreciated but is not required. + +2. Altered source versions must be plainly marked as such, and must not + be misrepresented as being the original software. + +3. This notice may not be removed or altered from any source + distribution. diff --git a/desktopRuntime/icon16.png b/desktopRuntime/icon16.png new file mode 100755 index 00000000..64e16b36 Binary files /dev/null and b/desktopRuntime/icon16.png differ diff --git a/desktopRuntime/icon32.png b/desktopRuntime/icon32.png new file mode 100755 index 00000000..9c9fc898 Binary files /dev/null and b/desktopRuntime/icon32.png differ diff --git a/desktopRuntime/javadoc/lwjgl-egl-javadoc.jar b/desktopRuntime/javadoc/lwjgl-egl-javadoc.jar new file mode 100755 index 00000000..d77a3d50 Binary files /dev/null and b/desktopRuntime/javadoc/lwjgl-egl-javadoc.jar differ diff --git a/desktopRuntime/javadoc/lwjgl-glfw-javadoc.jar b/desktopRuntime/javadoc/lwjgl-glfw-javadoc.jar new file mode 100755 index 00000000..da73b0ef Binary files /dev/null and b/desktopRuntime/javadoc/lwjgl-glfw-javadoc.jar differ diff --git a/desktopRuntime/javadoc/lwjgl-javadoc.jar b/desktopRuntime/javadoc/lwjgl-javadoc.jar new file mode 100755 index 00000000..dd18b2c1 Binary files /dev/null and b/desktopRuntime/javadoc/lwjgl-javadoc.jar differ diff --git a/desktopRuntime/javadoc/lwjgl-jemalloc-javadoc.jar b/desktopRuntime/javadoc/lwjgl-jemalloc-javadoc.jar new file mode 100755 index 00000000..5db7bdc2 Binary files /dev/null and b/desktopRuntime/javadoc/lwjgl-jemalloc-javadoc.jar differ diff --git a/desktopRuntime/javadoc/lwjgl-openal-javadoc.jar b/desktopRuntime/javadoc/lwjgl-openal-javadoc.jar new file mode 100755 index 00000000..a8be56f8 Binary files /dev/null and b/desktopRuntime/javadoc/lwjgl-openal-javadoc.jar differ diff --git a/desktopRuntime/javadoc/lwjgl-opengles-javadoc.jar b/desktopRuntime/javadoc/lwjgl-opengles-javadoc.jar new file mode 100755 index 00000000..2aaf4d21 Binary files /dev/null and b/desktopRuntime/javadoc/lwjgl-opengles-javadoc.jar differ diff --git a/desktopRuntime/jemalloc.dll b/desktopRuntime/jemalloc.dll new file mode 100755 index 00000000..bc259af6 Binary files /dev/null and b/desktopRuntime/jemalloc.dll differ diff --git a/desktopRuntime/jemalloc_license.txt b/desktopRuntime/jemalloc_license.txt new file mode 100755 index 00000000..fd579785 --- /dev/null +++ b/desktopRuntime/jemalloc_license.txt @@ -0,0 +1,27 @@ +Unless otherwise specified, files in the jemalloc source distribution are +subject to the following license: +-------------------------------------------------------------------------------- +Copyright (C) 2002-2018 Jason Evans . +All rights reserved. +Copyright (C) 2007-2012 Mozilla Foundation. All rights reserved. +Copyright (C) 2009-2018 Facebook, Inc. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are met: +1. Redistributions of source code must retain the above copyright notice(s), + this list of conditions and the following disclaimer. +2. Redistributions in binary form must reproduce the above copyright notice(s), + this list of conditions and the following disclaimer in the documentation + and/or other materials provided with the distribution. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDER(S) ``AS IS'' AND ANY EXPRESS +OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO +EVENT SHALL THE COPYRIGHT HOLDER(S) BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR +PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF +LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE +OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF +ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- \ No newline at end of file diff --git a/desktopRuntime/khronos_license.txt b/desktopRuntime/khronos_license.txt new file mode 100755 index 00000000..d7e6e9dd --- /dev/null +++ b/desktopRuntime/khronos_license.txt @@ -0,0 +1,22 @@ +/* +** Copyright (c) 2013-2014 The Khronos Group Inc. +** +** Permission is hereby granted, free of charge, to any person obtaining a +** copy of this software and/or associated documentation files (the +** "Materials"), to deal in the Materials without restriction, including +** without limitation the rights to use, copy, modify, merge, publish, +** distribute, sublicense, and/or sell copies of the Materials, and to +** permit persons to whom the Materials are furnished to do so, subject to +** the following conditions: +** +** The above copyright notice and this permission notice shall be included +** in all copies or substantial portions of the Materials. +** +** THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +** EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +** MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +** IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +** CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +** TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +** MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS. +*/ \ No newline at end of file diff --git a/desktopRuntime/libEGL.dll b/desktopRuntime/libEGL.dll new file mode 100755 index 00000000..6332cc1b Binary files /dev/null and b/desktopRuntime/libEGL.dll differ diff --git a/desktopRuntime/libEGL.so b/desktopRuntime/libEGL.so new file mode 100755 index 00000000..7d0cf97d Binary files /dev/null and b/desktopRuntime/libEGL.so differ diff --git a/desktopRuntime/libGLESv2.dll b/desktopRuntime/libGLESv2.dll new file mode 100755 index 00000000..c179d165 Binary files /dev/null and b/desktopRuntime/libGLESv2.dll differ diff --git a/desktopRuntime/libGLESv2.so b/desktopRuntime/libGLESv2.so new file mode 100755 index 00000000..354cb863 Binary files /dev/null and b/desktopRuntime/libGLESv2.so differ diff --git a/desktopRuntime/libffi_license.txt b/desktopRuntime/libffi_license.txt new file mode 100755 index 00000000..e93f8f53 --- /dev/null +++ b/desktopRuntime/libffi_license.txt @@ -0,0 +1,21 @@ +libffi - Copyright (c) 1996-2020 Anthony Green, Red Hat, Inc and others. +See source files for details. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +``Software''), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED ``AS IS'', WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. \ No newline at end of file diff --git a/desktopRuntime/libglfw.so b/desktopRuntime/libglfw.so new file mode 100755 index 00000000..69f20433 Binary files /dev/null and b/desktopRuntime/libglfw.so differ diff --git a/desktopRuntime/libjemalloc.so b/desktopRuntime/libjemalloc.so new file mode 100755 index 00000000..d90d99da Binary files /dev/null and b/desktopRuntime/libjemalloc.so differ diff --git a/desktopRuntime/liblwjgl.so b/desktopRuntime/liblwjgl.so new file mode 100755 index 00000000..b2b83088 Binary files /dev/null and b/desktopRuntime/liblwjgl.so differ diff --git a/desktopRuntime/liblwjgl_opengles.so b/desktopRuntime/liblwjgl_opengles.so new file mode 100755 index 00000000..7642205e Binary files /dev/null and b/desktopRuntime/liblwjgl_opengles.so differ diff --git a/desktopRuntime/libopenal.so b/desktopRuntime/libopenal.so new file mode 100755 index 00000000..f1add109 Binary files /dev/null and b/desktopRuntime/libopenal.so differ diff --git a/desktopRuntime/liburing_license.txt b/desktopRuntime/liburing_license.txt new file mode 100755 index 00000000..67bc3301 --- /dev/null +++ b/desktopRuntime/liburing_license.txt @@ -0,0 +1,7 @@ +Copyright 2020 Jens Axboe + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. \ No newline at end of file diff --git a/desktopRuntime/libvulkan.so.1 b/desktopRuntime/libvulkan.so.1 new file mode 100755 index 00000000..bdfd8426 Binary files /dev/null and b/desktopRuntime/libvulkan.so.1 differ diff --git a/desktopRuntime/lwjgl-egl.jar b/desktopRuntime/lwjgl-egl.jar new file mode 100755 index 00000000..34e42c77 Binary files /dev/null and b/desktopRuntime/lwjgl-egl.jar differ diff --git a/desktopRuntime/lwjgl-glfw.jar b/desktopRuntime/lwjgl-glfw.jar new file mode 100755 index 00000000..791fe06e Binary files /dev/null and b/desktopRuntime/lwjgl-glfw.jar differ diff --git a/desktopRuntime/lwjgl-jemalloc.jar b/desktopRuntime/lwjgl-jemalloc.jar new file mode 100755 index 00000000..6881c260 Binary files /dev/null and b/desktopRuntime/lwjgl-jemalloc.jar differ diff --git a/desktopRuntime/lwjgl-openal.jar b/desktopRuntime/lwjgl-openal.jar new file mode 100755 index 00000000..2a603344 Binary files /dev/null and b/desktopRuntime/lwjgl-openal.jar differ diff --git a/desktopRuntime/lwjgl-opengles.jar b/desktopRuntime/lwjgl-opengles.jar new file mode 100755 index 00000000..7bd409f0 Binary files /dev/null and b/desktopRuntime/lwjgl-opengles.jar differ diff --git a/desktopRuntime/lwjgl.dll b/desktopRuntime/lwjgl.dll new file mode 100755 index 00000000..ae441145 Binary files /dev/null and b/desktopRuntime/lwjgl.dll differ diff --git a/desktopRuntime/lwjgl.jar b/desktopRuntime/lwjgl.jar new file mode 100755 index 00000000..2d1fcf91 Binary files /dev/null and b/desktopRuntime/lwjgl.jar differ diff --git a/desktopRuntime/lwjgl_opengles.dll b/desktopRuntime/lwjgl_opengles.dll new file mode 100755 index 00000000..a1b3e94c Binary files /dev/null and b/desktopRuntime/lwjgl_opengles.dll differ diff --git a/desktopRuntime/openal_soft_license.txt b/desktopRuntime/openal_soft_license.txt new file mode 100755 index 00000000..5bc8fb2c --- /dev/null +++ b/desktopRuntime/openal_soft_license.txt @@ -0,0 +1,481 @@ + GNU LIBRARY GENERAL PUBLIC LICENSE + Version 2, June 1991 + + Copyright (C) 1991 Free Software Foundation, Inc. + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + +[This is the first released version of the library GPL. It is + numbered 2 because it goes with version 2 of the ordinary GPL.] + + Preamble + + The licenses for most software are designed to take away your +freedom to share and change it. By contrast, the GNU General Public +Licenses are intended to guarantee your freedom to share and change +free software--to make sure the software is free for all its users. + + This license, the Library General Public License, applies to some +specially designated Free Software Foundation software, and to any +other libraries whose authors decide to use it. You can use it for +your libraries, too. + + When we speak of free software, we are referring to freedom, not +price. Our General Public Licenses are designed to make sure that you +have the freedom to distribute copies of free software (and charge for +this service if you wish), that you receive source code or can get it +if you want it, that you can change the software or use pieces of it +in new free programs; and that you know you can do these things. + + To protect your rights, we need to make restrictions that forbid +anyone to deny you these rights or to ask you to surrender the rights. +These restrictions translate to certain responsibilities for you if +you distribute copies of the library, or if you modify it. + + For example, if you distribute copies of the library, whether gratis +or for a fee, you must give the recipients all the rights that we gave +you. You must make sure that they, too, receive or can get the source +code. If you link a program with the library, you must provide +complete object files to the recipients so that they can relink them +with the library, after making changes to the library and recompiling +it. And you must show them these terms so they know their rights. + + Our method of protecting your rights has two steps: (1) copyright +the library, and (2) offer you this license which gives you legal +permission to copy, distribute and/or modify the library. + + Also, for each distributor's protection, we want to make certain +that everyone understands that there is no warranty for this free +library. If the library is modified by someone else and passed on, we +want its recipients to know that what they have is not the original +version, so that any problems introduced by others will not reflect on +the original authors' reputations. + + Finally, any free program is threatened constantly by software +patents. We wish to avoid the danger that companies distributing free +software will individually obtain patent licenses, thus in effect +transforming the program into proprietary software. To prevent this, +we have made it clear that any patent must be licensed for everyone's +free use or not licensed at all. + + Most GNU software, including some libraries, is covered by the ordinary +GNU General Public License, which was designed for utility programs. This +license, the GNU Library General Public License, applies to certain +designated libraries. This license is quite different from the ordinary +one; be sure to read it in full, and don't assume that anything in it is +the same as in the ordinary license. + + The reason we have a separate public license for some libraries is that +they blur the distinction we usually make between modifying or adding to a +program and simply using it. Linking a program with a library, without +changing the library, is in some sense simply using the library, and is +analogous to running a utility program or application program. However, in +a textual and legal sense, the linked executable is a combined work, a +derivative of the original library, and the ordinary General Public License +treats it as such. + + Because of this blurred distinction, using the ordinary General +Public License for libraries did not effectively promote software +sharing, because most developers did not use the libraries. We +concluded that weaker conditions might promote sharing better. + + However, unrestricted linking of non-free programs would deprive the +users of those programs of all benefit from the free status of the +libraries themselves. This Library General Public License is intended to +permit developers of non-free programs to use free libraries, while +preserving your freedom as a user of such programs to change the free +libraries that are incorporated in them. (We have not seen how to achieve +this as regards changes in header files, but we have achieved it as regards +changes in the actual functions of the Library.) The hope is that this +will lead to faster development of free libraries. + + The precise terms and conditions for copying, distribution and +modification follow. Pay close attention to the difference between a +"work based on the library" and a "work that uses the library". The +former contains code derived from the library, while the latter only +works together with the library. + + Note that it is possible for a library to be covered by the ordinary +General Public License rather than by this special one. + + GNU LIBRARY GENERAL PUBLIC LICENSE + TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION + + 0. This License Agreement applies to any software library which +contains a notice placed by the copyright holder or other authorized +party saying it may be distributed under the terms of this Library +General Public License (also called "this License"). Each licensee is +addressed as "you". + + A "library" means a collection of software functions and/or data +prepared so as to be conveniently linked with application programs +(which use some of those functions and data) to form executables. + + The "Library", below, refers to any such software library or work +which has been distributed under these terms. A "work based on the +Library" means either the Library or any derivative work under +copyright law: that is to say, a work containing the Library or a +portion of it, either verbatim or with modifications and/or translated +straightforwardly into another language. (Hereinafter, translation is +included without limitation in the term "modification".) + + "Source code" for a work means the preferred form of the work for +making modifications to it. For a library, complete source code means +all the source code for all modules it contains, plus any associated +interface definition files, plus the scripts used to control compilation +and installation of the library. + + Activities other than copying, distribution and modification are not +covered by this License; they are outside its scope. The act of +running a program using the Library is not restricted, and output from +such a program is covered only if its contents constitute a work based +on the Library (independent of the use of the Library in a tool for +writing it). Whether that is true depends on what the Library does +and what the program that uses the Library does. + + 1. You may copy and distribute verbatim copies of the Library's +complete source code as you receive it, in any medium, provided that +you conspicuously and appropriately publish on each copy an +appropriate copyright notice and disclaimer of warranty; keep intact +all the notices that refer to this License and to the absence of any +warranty; and distribute a copy of this License along with the +Library. + + You may charge a fee for the physical act of transferring a copy, +and you may at your option offer warranty protection in exchange for a +fee. + + 2. You may modify your copy or copies of the Library or any portion +of it, thus forming a work based on the Library, and copy and +distribute such modifications or work under the terms of Section 1 +above, provided that you also meet all of these conditions: + + a) The modified work must itself be a software library. + + b) You must cause the files modified to carry prominent notices + stating that you changed the files and the date of any change. + + c) You must cause the whole of the work to be licensed at no + charge to all third parties under the terms of this License. + + d) If a facility in the modified Library refers to a function or a + table of data to be supplied by an application program that uses + the facility, other than as an argument passed when the facility + is invoked, then you must make a good faith effort to ensure that, + in the event an application does not supply such function or + table, the facility still operates, and performs whatever part of + its purpose remains meaningful. + + (For example, a function in a library to compute square roots has + a purpose that is entirely well-defined independent of the + application. Therefore, Subsection 2d requires that any + application-supplied function or table used by this function must + be optional: if the application does not supply it, the square + root function must still compute square roots.) + +These requirements apply to the modified work as a whole. If +identifiable sections of that work are not derived from the Library, +and can be reasonably considered independent and separate works in +themselves, then this License, and its terms, do not apply to those +sections when you distribute them as separate works. But when you +distribute the same sections as part of a whole which is a work based +on the Library, the distribution of the whole must be on the terms of +this License, whose permissions for other licensees extend to the +entire whole, and thus to each and every part regardless of who wrote +it. + +Thus, it is not the intent of this section to claim rights or contest +your rights to work written entirely by you; rather, the intent is to +exercise the right to control the distribution of derivative or +collective works based on the Library. + +In addition, mere aggregation of another work not based on the Library +with the Library (or with a work based on the Library) on a volume of +a storage or distribution medium does not bring the other work under +the scope of this License. + + 3. You may opt to apply the terms of the ordinary GNU General Public +License instead of this License to a given copy of the Library. To do +this, you must alter all the notices that refer to this License, so +that they refer to the ordinary GNU General Public License, version 2, +instead of to this License. (If a newer version than version 2 of the +ordinary GNU General Public License has appeared, then you can specify +that version instead if you wish.) Do not make any other change in +these notices. + + Once this change is made in a given copy, it is irreversible for +that copy, so the ordinary GNU General Public License applies to all +subsequent copies and derivative works made from that copy. + + This option is useful when you wish to copy part of the code of +the Library into a program that is not a library. + + 4. You may copy and distribute the Library (or a portion or +derivative of it, under Section 2) in object code or executable form +under the terms of Sections 1 and 2 above provided that you accompany +it with the complete corresponding machine-readable source code, which +must be distributed under the terms of Sections 1 and 2 above on a +medium customarily used for software interchange. + + If distribution of object code is made by offering access to copy +from a designated place, then offering equivalent access to copy the +source code from the same place satisfies the requirement to +distribute the source code, even though third parties are not +compelled to copy the source along with the object code. + + 5. A program that contains no derivative of any portion of the +Library, but is designed to work with the Library by being compiled or +linked with it, is called a "work that uses the Library". Such a +work, in isolation, is not a derivative work of the Library, and +therefore falls outside the scope of this License. + + However, linking a "work that uses the Library" with the Library +creates an executable that is a derivative of the Library (because it +contains portions of the Library), rather than a "work that uses the +library". The executable is therefore covered by this License. +Section 6 states terms for distribution of such executables. + + When a "work that uses the Library" uses material from a header file +that is part of the Library, the object code for the work may be a +derivative work of the Library even though the source code is not. +Whether this is true is especially significant if the work can be +linked without the Library, or if the work is itself a library. The +threshold for this to be true is not precisely defined by law. + + If such an object file uses only numerical parameters, data +structure layouts and accessors, and small macros and small inline +functions (ten lines or less in length), then the use of the object +file is unrestricted, regardless of whether it is legally a derivative +work. (Executables containing this object code plus portions of the +Library will still fall under Section 6.) + + Otherwise, if the work is a derivative of the Library, you may +distribute the object code for the work under the terms of Section 6. +Any executables containing that work also fall under Section 6, +whether or not they are linked directly with the Library itself. + + 6. As an exception to the Sections above, you may also compile or +link a "work that uses the Library" with the Library to produce a +work containing portions of the Library, and distribute that work +under terms of your choice, provided that the terms permit +modification of the work for the customer's own use and reverse +engineering for debugging such modifications. + + You must give prominent notice with each copy of the work that the +Library is used in it and that the Library and its use are covered by +this License. You must supply a copy of this License. If the work +during execution displays copyright notices, you must include the +copyright notice for the Library among them, as well as a reference +directing the user to the copy of this License. Also, you must do one +of these things: + + a) Accompany the work with the complete corresponding + machine-readable source code for the Library including whatever + changes were used in the work (which must be distributed under + Sections 1 and 2 above); and, if the work is an executable linked + with the Library, with the complete machine-readable "work that + uses the Library", as object code and/or source code, so that the + user can modify the Library and then relink to produce a modified + executable containing the modified Library. (It is understood + that the user who changes the contents of definitions files in the + Library will not necessarily be able to recompile the application + to use the modified definitions.) + + b) Accompany the work with a written offer, valid for at + least three years, to give the same user the materials + specified in Subsection 6a, above, for a charge no more + than the cost of performing this distribution. + + c) If distribution of the work is made by offering access to copy + from a designated place, offer equivalent access to copy the above + specified materials from the same place. + + d) Verify that the user has already received a copy of these + materials or that you have already sent this user a copy. + + For an executable, the required form of the "work that uses the +Library" must include any data and utility programs needed for +reproducing the executable from it. However, as a special exception, +the source code distributed need not include anything that is normally +distributed (in either source or binary form) with the major +components (compiler, kernel, and so on) of the operating system on +which the executable runs, unless that component itself accompanies +the executable. + + It may happen that this requirement contradicts the license +restrictions of other proprietary libraries that do not normally +accompany the operating system. Such a contradiction means you cannot +use both them and the Library together in an executable that you +distribute. + + 7. You may place library facilities that are a work based on the +Library side-by-side in a single library together with other library +facilities not covered by this License, and distribute such a combined +library, provided that the separate distribution of the work based on +the Library and of the other library facilities is otherwise +permitted, and provided that you do these two things: + + a) Accompany the combined library with a copy of the same work + based on the Library, uncombined with any other library + facilities. This must be distributed under the terms of the + Sections above. + + b) Give prominent notice with the combined library of the fact + that part of it is a work based on the Library, and explaining + where to find the accompanying uncombined form of the same work. + + 8. You may not copy, modify, sublicense, link with, or distribute +the Library except as expressly provided under this License. Any +attempt otherwise to copy, modify, sublicense, link with, or +distribute the Library is void, and will automatically terminate your +rights under this License. However, parties who have received copies, +or rights, from you under this License will not have their licenses +terminated so long as such parties remain in full compliance. + + 9. You are not required to accept this License, since you have not +signed it. However, nothing else grants you permission to modify or +distribute the Library or its derivative works. These actions are +prohibited by law if you do not accept this License. Therefore, by +modifying or distributing the Library (or any work based on the +Library), you indicate your acceptance of this License to do so, and +all its terms and conditions for copying, distributing or modifying +the Library or works based on it. + + 10. Each time you redistribute the Library (or any work based on the +Library), the recipient automatically receives a license from the +original licensor to copy, distribute, link with or modify the Library +subject to these terms and conditions. You may not impose any further +restrictions on the recipients' exercise of the rights granted herein. +You are not responsible for enforcing compliance by third parties to +this License. + + 11. If, as a consequence of a court judgment or allegation of patent +infringement or for any other reason (not limited to patent issues), +conditions are imposed on you (whether by court order, agreement or +otherwise) that contradict the conditions of this License, they do not +excuse you from the conditions of this License. If you cannot +distribute so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you +may not distribute the Library at all. For example, if a patent +license would not permit royalty-free redistribution of the Library by +all those who receive copies directly or indirectly through you, then +the only way you could satisfy both it and this License would be to +refrain entirely from distribution of the Library. + +If any portion of this section is held invalid or unenforceable under any +particular circumstance, the balance of the section is intended to apply, +and the section as a whole is intended to apply in other circumstances. + +It is not the purpose of this section to induce you to infringe any +patents or other property right claims or to contest validity of any +such claims; this section has the sole purpose of protecting the +integrity of the free software distribution system which is +implemented by public license practices. Many people have made +generous contributions to the wide range of software distributed +through that system in reliance on consistent application of that +system; it is up to the author/donor to decide if he or she is willing +to distribute software through any other system and a licensee cannot +impose that choice. + +This section is intended to make thoroughly clear what is believed to +be a consequence of the rest of this License. + + 12. If the distribution and/or use of the Library is restricted in +certain countries either by patents or by copyrighted interfaces, the +original copyright holder who places the Library under this License may add +an explicit geographical distribution limitation excluding those countries, +so that distribution is permitted only in or among countries not thus +excluded. In such case, this License incorporates the limitation as if +written in the body of this License. + + 13. The Free Software Foundation may publish revised and/or new +versions of the Library General Public License from time to time. +Such new versions will be similar in spirit to the present version, +but may differ in detail to address new problems or concerns. + +Each version is given a distinguishing version number. If the Library +specifies a version number of this License which applies to it and +"any later version", you have the option of following the terms and +conditions either of that version or of any later version published by +the Free Software Foundation. If the Library does not specify a +license version number, you may choose any version ever published by +the Free Software Foundation. + + 14. If you wish to incorporate parts of the Library into other free +programs whose distribution conditions are incompatible with these, +write to the author to ask for permission. For software which is +copyrighted by the Free Software Foundation, write to the Free +Software Foundation; we sometimes make exceptions for this. Our +decision will be guided by the two goals of preserving the free status +of all derivatives of our free software and of promoting the sharing +and reuse of software generally. + + NO WARRANTY + + 15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO +WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW. +EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR +OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY +KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE +LIBRARY IS WITH YOU. SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME +THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. + + 16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN +WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY +AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU +FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR +CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE +LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING +RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A +FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF +SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGES. + + END OF TERMS AND CONDITIONS + + How to Apply These Terms to Your New Libraries + + If you develop a new library, and you want it to be of the greatest +possible use to the public, we recommend making it free software that +everyone can redistribute and change. You can do so by permitting +redistribution under these terms (or, alternatively, under the terms of the +ordinary General Public License). + + To apply these terms, attach the following notices to the library. It is +safest to attach them to the start of each source file to most effectively +convey the exclusion of warranty; and each file should have at least the +"copyright" line and a pointer to where the full notice is found. + + + Copyright (C) + + This library is free software; you can redistribute it and/or + modify it under the terms of the GNU Library General Public + License as published by the Free Software Foundation; either + version 2 of the License, or (at your option) any later version. + + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Library General Public License for more details. + + You should have received a copy of the GNU Library General Public + License along with this library; if not, write to the Free Software + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + +Also add information on how to contact you by electronic and paper mail. + +You should also get your employer (if you work as a programmer) or your +school, if any, to sign a "copyright disclaimer" for the library, if +necessary. Here is a sample; alter the names: + + Yoyodyne, Inc., hereby disclaims all copyright interest in the + library `Frob' (a library for tweaking knobs) written by James Random Hacker. + + , 1 April 1990 + Ty Coon, President of Vice + +That's all there is to it! diff --git a/desktopRuntime/resources/SignedClientTemplate.txt b/desktopRuntime/resources/SignedClientTemplate.txt new file mode 100755 index 00000000..e47b8ad1 --- /dev/null +++ b/desktopRuntime/resources/SignedClientTemplate.txt @@ -0,0 +1,105 @@ + + + + + + + +EaglercraftX 1.8 + + + + + + + + + + + +
+
+

This file is from ${date}

+

Game will launch in 5...

+
+
+
+ + diff --git a/desktopRuntime/resources/assets/eagler/CREDITS.txt b/desktopRuntime/resources/assets/eagler/CREDITS.txt new file mode 100755 index 00000000..23ab9c79 --- /dev/null +++ b/desktopRuntime/resources/assets/eagler/CREDITS.txt @@ -0,0 +1,683 @@ + + EaglercraftX Developers + ~~~~~~~~~~~~~~~~~~~~~~~ + + lax1dude: + + - Creator of Eaglercraft + - Ported the Minecraft 1.8 src to TeaVM + - Wrote HW accelerated OpenGL 1.3 emulator + - Wrote the default shader pack + - Made the integrated PBR resource pack + - Wrote all desktop emulation code + - Wrote EaglercraftXBungee + - Wrote WebRTC Relay Server + - Wrote the patch and build system + + ayunami2000: + + - Many bug fixes + - WebRTC LAN worlds + - Added resource packs + - Added screen recording + - Added seamless fullscreen + - Created the replit + + + + Code used within EaglercraftX + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + + Project Name: TeaVM + Project Author: Alexey Andreev + Project URL: https://teavm.org/ + + Used For: Compiling Java to JS, JRE implementation + + * Copyright 2014 Alexey Andreev. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + + %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + + Project Name: LWJGL 3 + Project Author: Spasi + Project URL: https://www.lwjgl.org + + Used For: OpenGL, OpenAL, and GLFW bindings in desktop debug runtime + + * Copyright (c) 2012-present Lightweight Java Game Library + * All rights reserved. + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions are + * met: + * + * - Redistributions of source code must retain the above copyright + * notice, this list of conditions and the following disclaimer. + * + * - Redistributions in binary form must reproduce the above copyright + * notice, this list of conditions and the following disclaimer in the + * documentation and/or other materials provided with the distribution. + * + * - Neither the name Lightweight Java Game Library nor the names of + * its contributors may be used to endorse or promote products derived + * from this software without specific prior written permission. + * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS + * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED + * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR + * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR + * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, + * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, + * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR + * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF + * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING + * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS + * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + + Project Name: ANGLE + Project Author: Google + Project URL: https://angleproject.org/ + + Used For: OpenGL ES 3.0 emulation in desktop debug runtime + + * Copyright 2018 The ANGLE Project Authors. + * All rights reserved. + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions + * are met: + * + * Redistributions of source code must retain the above copyright + * notice, this list of conditions and the following disclaimer. + * + * Redistributions in binary form must reproduce the above + * copyright notice, this list of conditions and the following + * disclaimer in the documentation and/or other materials provided + * with the distribution. + * + * Neither the name of TransGaming Inc., Google Inc., 3DLabs Inc. + * Ltd., nor the names of their contributors may be used to endorse + * or promote products derived from this software without specific + * prior written permission. + * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS + * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT + * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS + * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE + * COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, + * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, + * BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; + * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER + * CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT + * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN + * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE + * POSSIBILITY OF SUCH DAMAGE. + + %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + + Project Name: JOML + Project Author: httpdigest + Project URL: https://github.com/JOML-CI/JOML + + Used For: Math library for some calculations used by the renderer + + * The MIT License (MIT) + * + * Copyright (c) 2015-2023 JOML + * + * Permission is hereby granted, free of charge, to any person obtaining a copy + * of this software and associated documentation files (the "Software"), to deal + * in the Software without restriction, including without limitation the rights + * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + * copies of the Software, and to permit persons to whom the Software is + * furnished to do so, subject to the following conditions: + * + * The above copyright notice and this permission notice shall be included in all + * copies or substantial portions of the Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + * SOFTWARE. + + %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + + Project Name: NVIDIA FXAA + Project Author: Timothy Lottes, NVIDIA + Project URL: https://gist.github.com/kosua20/0c506b81b3812ac900048059d2383126 + + Used For: in-game hardware accelerated FXAA antialiasing (when enabled) + + * ============================================================================== + * + * + * NVIDIA FXAA 3.11 by TIMOTHY LOTTES + * + * + * ------------------------------------------------------------------------------ + * COPYRIGHT (C) 2010, 2011 NVIDIA CORPORATION. ALL RIGHTS RESERVED. + * ------------------------------------------------------------------------------ + * TO THE MAXIMUM EXTENT PERMITTED BY APPLICABLE LAW, THIS SOFTWARE IS PROVIDED + * *AS IS* AND NVIDIA AND ITS SUPPLIERS DISCLAIM ALL WARRANTIES, EITHER EXPRESS + * OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF + * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL NVIDIA + * OR ITS SUPPLIERS BE LIABLE FOR ANY SPECIAL, INCIDENTAL, INDIRECT, OR + * CONSEQUENTIAL DAMAGES WHATSOEVER (INCLUDING, WITHOUT LIMITATION, DAMAGES FOR + * LOSS OF BUSINESS PROFITS, BUSINESS INTERRUPTION, LOSS OF BUSINESS INFORMATION, + * OR ANY OTHER PECUNIARY LOSS) ARISING OUT OF THE USE OF OR INABILITY TO USE + * THIS SOFTWARE, EVEN IF NVIDIA HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH + * DAMAGES. + + %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + + Project Name: java-diff-utils + Project Author: Google, forked by wumpz + Project URL: https://java-diff-utils.github.io/java-diff-utils/ + + Used For: generating and applying patch files in build system + + * Copyright 2009-2017 java-diff-utils. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + + %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + + Project Name: Google Guava + Project Author: Google + Project URL: https://github.com/google/guava + + Used For: It's a dependency for Minecraft 1.8 + + * Copyright (C) 2011 The Guava Authors + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + + %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + + Project Name: javax.annotation + Project Author: Oracle Inc. + Project URL: ?? + + Used For: Dependency for Google Guava + + * Copyright (c) 2005-2018 Oracle and/or its affiliates. All rights reserved. + * + * The contents of this file are subject to the terms of either the GNU + * General Public License Version 2 only ("GPL") or the Common Development + * and Distribution License("CDDL") (collectively, the "License"). You + * may not use this file except in compliance with the License. You can + * obtain a copy of the License at + * https://oss.oracle.com/licenses/CDDL+GPL-1.1 + * or LICENSE.txt. See the License for the specific + * language governing permissions and limitations under the License. + * + * When distributing the software, include this License Header Notice in each + * file and include the License file at LICENSE.txt. + * + * GPL Classpath Exception: + * Oracle designates this particular file as subject to the "Classpath" + * exception as provided by Oracle in the GPL Version 2 section of the License + * file that accompanied this code. + * + * Modifications: + * If applicable, add the following below the License Header, with the fields + * enclosed by brackets [] replaced by your own identifying information: + * "Portions Copyright [year] [name of copyright owner]" + * + * Contributor(s): + * If you wish your version of this file to be governed by only the CDDL or + * only the GPL Version 2, indicate your decision by adding "[Contributor] + * elects to include this software in this distribution under the [CDDL or GPL + * Version 2] license." If you don't indicate a single choice of license, a + * recipient has the option to distribute your version of this file under + * either the CDDL, the GPL Version 2 or to extend the choice of license to + * its licensees as provided above. However, if you add GPL Version 2 code + * and therefore, elected the GPL Version 2 license, then the option applies + * only if the new code is made subject to such option by the copyright + * holder. + + %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + + Project Name: Apache Commons Lang + Project Author: Apache Software Foundation + Project URL: https://commons.apache.org/proper/commons-lang/ + + Used For: It's a dependency for Minecraft 1.8 + + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + + %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + + Project Name: Apache Commons IO + Project Author: Apache Software Foundation + Project URL: https://commons.apache.org/proper/commons-io/ + + Used For: simplifying file IO in build system + + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + + %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + + Project Name: Apache Commons CSV + Project Author: Apache Software Foundation + Project URL: https://commons.apache.org/proper/commons-csv/ + + Used For: loading mod coder pack config files in build system + + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + + %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + + Project Name: JSON-java + Project Author: Sean Leary (stleary) + Project URL: https://github.com/stleary/JSON-java + + Used For: JSON serialization and parsing in client and build system + + * Public domain. + + %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + + Project Name: Eclipse IDE Java Formatter + Project Author: Eclipse Foundation + Project URL: https://www.eclipse.org/ + + Used For: Formatting source code in build system before making diffs + + * License is here: https://www.eclipse.org/legal/epl-2.0/ + + %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + + Project Name: ObjectWeb ASM + Project Author: OW2 + Project URL: https://asm.ow2.io/ + + Used For: parsing method signatures in build system + + * ASM: a very small and fast Java bytecode manipulation framework + * Copyright (c) 2000-2011 INRIA, France Telecom + * All rights reserved. + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions + * are met: + * 1. Redistributions of source code must retain the above copyright + * notice, this list of conditions and the following disclaimer. + * 2. Redistributions in binary form must reproduce the above copyright + * notice, this list of conditions and the following disclaimer in the + * documentation and/or other materials provided with the distribution. + * 3. Neither the name of the copyright holders nor the names of its + * contributors may be used to endorse or promote products derived from + * this software without specific prior written permission. + * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" + * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE + * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE + * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE + * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR + * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF + * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS + * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN + * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF + * THE POSSIBILITY OF SUCH DAMAGE. + + %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + + Project Name: Bouncy Castle Crypto + Project Author: The Legion of the Bouncy Castle + Project URL: https://www.bouncycastle.org/java.html + + Used For: MD5, SHA-1, SHA-256 implementations + + * Copyright (c) 2000-2021 The Legion of the Bouncy Castle Inc. (https://www.bouncycastle.org) + * + * Permission is hereby granted, free of charge, to any person obtaining a copy of this software + * and associated documentation files (the "Software"), to deal in the Software without restriction, + * including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, + * and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, + * subject to the following conditions: + * + * The above copyright notice and this permission notice shall be included in all copies or substantial + * portions of the Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, + * INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR + * PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE + * LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR + * OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER + * DEALINGS IN THE SOFTWARE. + + %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + + Project Name: Apache Harmony JRE + Project Author: Apache Software Foundation + Project URL: https://harmony.apache.org/ + + Used For: TeaVM compatible String.format implementation + + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + + %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + + Project Name: Apache Commons Codec + Project Author: Apache Software Foundation + Project URL: https://commons.apache.org/proper/commons-codec/ + + Used For: Base64 encoder/decoder implementation + + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + + %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + + Project Name: JZlib + Project Author: ymnk, JCraft Inc. + Project URL: http://www.jcraft.com/jzlib/ + + Used For: Deflate and GZIP implementations in client + + * Copyright (c) 2011 ymnk, JCraft,Inc. All rights reserved. + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions are met: + * + * 1. Redistributions of source code must retain the above copyright notice, + * this list of conditions and the following disclaimer. + * + * 2. Redistributions in binary form must reproduce the above copyright + * notice, this list of conditions and the following disclaimer in + * the documentation and/or other materials provided with the distribution. + * + * 3. The names of the authors may not be used to endorse or promote products + * derived from this software without specific prior written permission. + * + * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED WARRANTIES, + * INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND + * FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL JCRAFT, + * INC. OR ANY CONTRIBUTORS TO THIS SOFTWARE BE LIABLE FOR ANY DIRECT, INDIRECT, + * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT + * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, + * OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF + * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING + * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, + * EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + + Project Name: Java-WebSocket + Project Author: Nathan Rajlich (TooTallNate) + Project URL: http://tootallnate.github.io/Java-WebSocket + + Used For: WebSockets in desktop runtime + + * Copyright (c) 2010-2020 Nathan Rajlich + * + * Permission is hereby granted, free of charge, to any person + * obtaining a copy of this software and associated documentation + * files (the "Software"), to deal in the Software without + * restriction, including without limitation the rights to use, + * copy, modify, merge, publish, distribute, sublicense, and/or sell + * copies of the Software, and to permit persons to whom the + * Software is furnished to do so, subject to the following + * conditions: + * + * The above copyright notice and this permission notice shall be + * included in all copies or substantial portions of the Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, + * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES + * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND + * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT + * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, + * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING + * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR + * OTHER DEALINGS IN THE SOFTWARE. + + %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + + Project Name: Netty + Project Author: Netty Project + Project URL: https://netty.io/ + + Used For: 'ByteBuf' classes implementations for Minecraft 1.8's networking engine + + * Copyright 2015 The Netty Project + * + * The Netty Project licenses this file to you under the Apache License, version 2.0 (the + * "License"); you may not use this file except in compliance with the License. You may obtain a + * copy of the License at: + * + * https://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software distributed under the License + * is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express + * or implied. See the License for the specific language governing permissions and limitations under + * the License. + + %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + + Project Name: 3D Sound System + Project Author: Paul Lamb + Project URL: http://www.paulscode.com/forum/index.php?topic=4.0 + + Used For: Audio in desktop runtime + + * SoundSystem License: + * + * You are free to use this library for any purpose, commercial or + * otherwise. You may modify this library or source code, and distribute it any + * way you like, provided the following conditions are met: + * + * 1) You must abide by the conditions of the aforementioned LWJGL License. + * + * 2) You may not falsely claim to be the author of this library or any + * unmodified portion of it. + * + * 3) You may not copyright this library or a modified version of it and then + * sue me for copyright infringement. + * + * 4) If you modify the source code, you must clearly document the changes made + * before redistributing the modified source code, so other users know it is not + * the original code. + * + * 5) You are not required to give me credit for this library in any derived + * work, but if you do, you must also mention my website: + * http://www.paulscode.com + * + * 6) I the author will not be responsible for any damages (physical, financial, + * or otherwise) caused by the use if this library or any part of it. + * + * 7) I the author do not guarantee, warrant, or make any representations, + * either expressed or implied, regarding the use of this library or any part of + * it. + * + * Author: Paul Lamb + * http://www.paulscode.com + + %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + + Project Name: JOrbis + Project Author: ymnk, JCraft Inc. + Project URL: http://www.jcraft.com/jorbis/ + + Used For: Audio in desktop runtime + + * JOrbis + * Copyright (C) 2000 ymnk, JCraft,Inc. + * + * Written by: 2000 ymnk + * + * Many thanks to + * Monty and + * The XIPHOPHORUS Company http://www.xiph.org/ . + * JOrbis has been based on their awesome works, Vorbis codec. + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU Library General Public License + * as published by the Free Software Foundation; either version 2 of + * the License, or (at your option) any later version. + + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Library General Public License for more details. + * + * You should have received a copy of the GNU Library General Public + * License along with this program; if not, write to the Free Software + * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + + %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + + Project Name: sqlite-jdbc + Project Author: Taro L. Saito (xerial) + Project URL: https://github.com/xerial/sqlite-jdbc + + Used For: Default skin cache and authentication JDBC driver in EaglerXBungee + + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + + %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + + Project Name: fix-webm-duration + Project Author: Yury Sitnikov + Project URL: https://github.com/yusitnikov/fix-webm-duration + + Used For: Post-processing screen recordings to add durations to the file headers + + * The MIT license + * + * Copyright (c) 2018 Yury Sitnikov + * + * Permission is hereby granted, free of charge, to any person obtaining a copy + * of this software and associated documentation files (the "Software"), to deal + * in the Software without restriction, including without limitation the rights + * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + * copies of the Software, and to permit persons to whom the Software is + * furnished to do so, subject to the following conditions: + * + * The above copyright notice and this permission notice shall be included in + * all copies or substantial portions of the Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN + * THE SOFTWARE. + + %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% diff --git a/desktopRuntime/resources/assets/eagler/eagtek.png b/desktopRuntime/resources/assets/eagler/eagtek.png new file mode 100755 index 00000000..44008fc2 Binary files /dev/null and b/desktopRuntime/resources/assets/eagler/eagtek.png differ diff --git a/desktopRuntime/resources/assets/eagler/glsl/accel_font.fsh b/desktopRuntime/resources/assets/eagler/glsl/accel_font.fsh new file mode 100755 index 00000000..c3aed5af --- /dev/null +++ b/desktopRuntime/resources/assets/eagler/glsl/accel_font.fsh @@ -0,0 +1,36 @@ +#line 2 + +/* + * Copyright (c) 2022-2023 lax1dude. All Rights Reserved. + * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND + * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED + * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. + * IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT + * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR + * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, + * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE + * POSSIBILITY OF SUCH DAMAGE. + * + */ + +precision lowp int; +precision mediump float; +precision mediump sampler2D; + +in vec2 v_texCoord2f; +in vec4 v_color4f; + +layout(location = 0) out vec4 output4f; + +uniform sampler2D u_inputTexture; +uniform vec4 u_colorBias4f; + +void main() { + output4f = texture(u_inputTexture, v_texCoord2f) * v_color4f + u_colorBias4f; + if(output4f.a < 0.004) { + discard; + } +} diff --git a/desktopRuntime/resources/assets/eagler/glsl/accel_font.vsh b/desktopRuntime/resources/assets/eagler/glsl/accel_font.vsh new file mode 100755 index 00000000..a0369c62 --- /dev/null +++ b/desktopRuntime/resources/assets/eagler/glsl/accel_font.vsh @@ -0,0 +1,53 @@ +#line 2 + +/* + * Copyright (c) 2022-2023 lax1dude. All Rights Reserved. + * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND + * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED + * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. + * IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT + * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR + * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, + * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE + * POSSIBILITY OF SUCH DAMAGE. + * + */ + +precision lowp int; +precision highp float; +precision mediump sampler2D; + +layout(location = 0) in vec3 a_position3f; + +layout(location = 1) in vec2 c_position2i; +layout(location = 2) in vec2 c_coords2i; +layout(location = 3) in vec4 c_color4f; + +out vec2 v_texCoord2f; +out vec4 v_color4f; + +uniform mat4 u_matrixTransform; +uniform vec2 u_charSize2f; +uniform vec2 u_charCoordSize2f; +uniform vec4 u_color4f; + +void main() { + v_color4f = c_color4f.bgra; + float shadowBit = a_position3f.z; + float boldBit = shadowBit >= 0.5 ? 1.0 : 0.0; + shadowBit -= boldBit * 0.5; + v_color4f.rgb *= (1.0 - shadowBit * 3.0); + v_texCoord2f = (c_coords2i + a_position3f.xy) * u_charCoordSize2f; + vec2 pos2d = c_position2i + vec2(shadowBit * 4.0); + pos2d += a_position3f.xy * u_charSize2f; + pos2d.x += boldBit; + float italicBit = v_color4f.a >= 0.5 ? 2.0 : 0.0; + v_color4f.a -= italicBit * 0.25; + pos2d.x -= (a_position3f.y - 0.5) * italicBit; + v_color4f.a *= 2.0; + v_color4f *= u_color4f; + gl_Position = u_matrixTransform * vec4(pos2d, 0.0, 1.0); +} diff --git a/desktopRuntime/resources/assets/eagler/glsl/accel_particle.fsh b/desktopRuntime/resources/assets/eagler/glsl/accel_particle.fsh new file mode 100755 index 00000000..83dea5b6 --- /dev/null +++ b/desktopRuntime/resources/assets/eagler/glsl/accel_particle.fsh @@ -0,0 +1,35 @@ +#line 2 + +/* + * Copyright (c) 2022-2023 lax1dude. All Rights Reserved. + * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND + * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED + * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. + * IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT + * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR + * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, + * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE + * POSSIBILITY OF SUCH DAMAGE. + * + */ + +precision lowp int; +precision mediump float; +precision mediump sampler2D; + +in vec2 v_texCoord2f; +in vec4 v_color4f; + +layout(location = 0) out vec4 output4f; + +uniform sampler2D u_inputTexture; + +void main() { + output4f = texture(u_inputTexture, v_texCoord2f) * v_color4f; + if(output4f.a < 0.004) { + discard; + } +} diff --git a/desktopRuntime/resources/assets/eagler/glsl/accel_particle.vsh b/desktopRuntime/resources/assets/eagler/glsl/accel_particle.vsh new file mode 100755 index 00000000..77144816 --- /dev/null +++ b/desktopRuntime/resources/assets/eagler/glsl/accel_particle.vsh @@ -0,0 +1,61 @@ +#line 2 + +/* + * Copyright (c) 2022-2023 lax1dude. All Rights Reserved. + * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND + * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED + * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. + * IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT + * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR + * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, + * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE + * POSSIBILITY OF SUCH DAMAGE. + * + */ + +precision lowp int; +precision highp float; +precision mediump sampler2D; + +layout(location = 0) in vec2 a_position2f; + +layout(location = 1) in vec3 p_position3f; +layout(location = 2) in vec2 p_texCoords2i; +layout(location = 3) in vec2 p_lightMap2f; +layout(location = 4) in vec2 p_particleSize_texCoordsSize_2i; +layout(location = 5) in vec4 p_color4f; + +out vec2 v_texCoord2f; +out vec4 v_color4f; + +uniform mat4 u_matrixTransform; +uniform vec3 u_texCoordSize2f_particleSize1f; +uniform vec4 u_transformParam_1_2_3_4_f; +uniform float u_transformParam_5_f; +uniform vec4 u_color4f; + +uniform sampler2D u_lightmapTexture; + +void main() { + v_color4f = u_color4f * p_color4f.bgra * texture(u_lightmapTexture, p_lightMap2f); + + vec2 tex2f = a_position2f * 0.5 + 0.5; + tex2f.y = 1.0 - tex2f.y; + tex2f = p_texCoords2i + tex2f * p_particleSize_texCoordsSize_2i.y; + v_texCoord2f = tex2f * u_texCoordSize2f_particleSize1f.xy; + + float particleSize = u_texCoordSize2f_particleSize1f.z * p_particleSize_texCoordsSize_2i.x; + + vec3 pos3f = p_position3f; + vec2 spos2f = a_position2f * particleSize; + pos3f.x += u_transformParam_1_2_3_4_f.x * spos2f.x; + pos3f.x += u_transformParam_1_2_3_4_f.w * spos2f.y; + pos3f.y += u_transformParam_1_2_3_4_f.y * spos2f.y; + pos3f.z += u_transformParam_1_2_3_4_f.z * spos2f.x; + pos3f.z += u_transformParam_5_f * spos2f.y; + + gl_Position = u_matrixTransform * vec4(pos3f, 1.0); +} diff --git a/desktopRuntime/resources/assets/eagler/glsl/core.fsh b/desktopRuntime/resources/assets/eagler/glsl/core.fsh new file mode 100755 index 00000000..d47c74f8 --- /dev/null +++ b/desktopRuntime/resources/assets/eagler/glsl/core.fsh @@ -0,0 +1,183 @@ +#line 2 + +/* + * Copyright (c) 2022-2023 lax1dude. All Rights Reserved. + * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND + * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED + * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. + * IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT + * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR + * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, + * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE + * POSSIBILITY OF SUCH DAMAGE. + * + */ + +#if defined(COMPILE_ENABLE_TEX_GEN) || defined(COMPILE_ENABLE_FOG) +in vec4 v_position4f; +#endif + +#ifdef COMPILE_TEXTURE_ATTRIB +in vec2 v_texture2f; +#endif + +uniform vec4 u_color4f; + +#ifdef COMPILE_BLEND_ADD +uniform vec4 u_colorBlendSrc4f; +uniform vec4 u_colorBlendAdd4f; +#endif + +#ifdef COMPILE_COLOR_ATTRIB +in vec4 v_color4f; +#endif + +#ifdef COMPILE_NORMAL_ATTRIB +in vec3 v_normal3f; +#endif + +#ifdef COMPILE_LIGHTMAP_ATTRIB +in vec2 v_lightmap2f; +#endif + +#ifdef COMPILE_ENABLE_TEXTURE2D +uniform sampler2D u_samplerTexture; +#if !defined(COMPILE_TEXTURE_ATTRIB) && !defined(COMPILE_ENABLE_TEX_GEN) +uniform vec2 u_textureCoords01; +#endif +#endif + +#ifdef COMPILE_ENABLE_LIGHTMAP +uniform sampler2D u_samplerLightmap; +#ifndef COMPILE_LIGHTMAP_ATTRIB +uniform vec2 u_textureCoords02; +#endif +#endif + +#ifdef COMPILE_ENABLE_ALPHA_TEST +uniform float u_alphaTestRef1f; +#endif + +#ifdef COMPILE_ENABLE_MC_LIGHTING +uniform int u_lightsEnabled1i; +uniform vec4 u_lightsDirections4fv[4]; +uniform vec3 u_lightsAmbient3f; +#ifndef COMPILE_NORMAL_ATTRIB +uniform vec3 u_uniformNormal3f; +#endif +#endif + +#ifdef COMPILE_ENABLE_FOG +uniform vec4 u_fogParameters4f; +uniform vec4 u_fogColor4f; +#endif + +#ifdef COMPILE_ENABLE_TEX_GEN +in vec3 v_objectPosition3f; +uniform ivec4 u_texGenPlane4i; +uniform vec4 u_texGenS4f; +uniform vec4 u_texGenT4f; +uniform vec4 u_texGenR4f; +uniform vec4 u_texGenQ4f; +uniform mat4 u_textureMat4f01; +#endif + +#ifdef COMPILE_ENABLE_ANISOTROPIC_FIX +uniform vec2 u_textureAnisotropicFix; +#endif + +layout(location = 0) out vec4 output4f; + +void main() { + +#ifdef COMPILE_COLOR_ATTRIB + vec4 color = v_color4f * u_color4f; +#else + vec4 color = u_color4f; +#endif + +#ifdef COMPILE_ENABLE_TEX_GEN + vec4 texGenVector; + + vec4 texGenPosSrc[2]; + texGenPosSrc[0] = vec4(v_objectPosition3f, 1.0); + texGenPosSrc[1] = v_position4f; + + texGenVector.x = dot(texGenPosSrc[u_texGenPlane4i.x], u_texGenS4f); + texGenVector.y = dot(texGenPosSrc[u_texGenPlane4i.y], u_texGenT4f); + texGenVector.z = dot(texGenPosSrc[u_texGenPlane4i.z], u_texGenR4f); + texGenVector.w = dot(texGenPosSrc[u_texGenPlane4i.w], u_texGenQ4f); + + texGenVector = u_textureMat4f01 * texGenVector; + color *= texture(u_samplerTexture, texGenVector.xy / texGenVector.w); + +#ifdef COMPILE_ENABLE_ALPHA_TEST + if(color.a < u_alphaTestRef1f) discard; +#endif + +#else + +#ifdef COMPILE_ENABLE_TEXTURE2D +#ifdef COMPILE_TEXTURE_ATTRIB +#ifdef COMPILE_ENABLE_ANISOTROPIC_FIX + // d3d11 doesn't support GL_NEAREST upscaling with anisotropic + // filtering enabled, so it needs this stupid fix to 'work' + vec2 uv = floor(v_texture2f * u_textureAnisotropicFix) + 0.5; + color *= texture(u_samplerTexture, uv / u_textureAnisotropicFix); +#else + color *= texture(u_samplerTexture, v_texture2f); +#endif +#else + color *= texture(u_samplerTexture, u_textureCoords01); +#endif +#endif + +#ifdef COMPILE_ENABLE_LIGHTMAP +#ifdef COMPILE_LIGHTMAP_ATTRIB + color *= texture(u_samplerLightmap, v_lightmap2f); +#else + color *= texture(u_samplerLightmap, u_textureCoords02); +#endif +#endif + +#ifdef COMPILE_BLEND_ADD + color = color * u_colorBlendSrc4f + u_colorBlendAdd4f; +#endif + +#ifdef COMPILE_ENABLE_ALPHA_TEST + if(color.a < u_alphaTestRef1f) discard; +#endif + +#endif + +#ifdef COMPILE_ENABLE_MC_LIGHTING +#ifdef COMPILE_NORMAL_ATTRIB + vec3 normal = normalize(v_normal3f); +#else + vec3 normal = u_uniformNormal3f; +#endif + float diffuse = 0.0; + vec4 light; + for(int i = 0; i < u_lightsEnabled1i; ++i) { + light = u_lightsDirections4fv[i]; + diffuse += max(dot(light.xyz, normal), 0.0) * light.w; + } + color.rgb *= min(u_lightsAmbient3f + vec3(diffuse), 1.0); +#endif + +#ifdef COMPILE_ENABLE_FOG + vec3 fogPos = v_position4f.xyz / v_position4f.w; + float dist = sqrt(dot(fogPos, fogPos)); + float fogDensity = u_fogParameters4f.y; + float fogStart = u_fogParameters4f.z; + float fogEnd = u_fogParameters4f.w; + float f = u_fogParameters4f.x > 0.0 ? 1.0 - exp(-fogDensity * dist) : + (dist - fogStart) / (fogEnd - fogStart); + color.rgb = mix(color.rgb, u_fogColor4f.rgb, clamp(f, 0.0, 1.0) * u_fogColor4f.a); +#endif + + output4f = color; +} diff --git a/desktopRuntime/resources/assets/eagler/glsl/core.vsh b/desktopRuntime/resources/assets/eagler/glsl/core.vsh new file mode 100755 index 00000000..297a1f59 --- /dev/null +++ b/desktopRuntime/resources/assets/eagler/glsl/core.vsh @@ -0,0 +1,99 @@ +#line 2 + +/* + * Copyright (c) 2022-2023 lax1dude. All Rights Reserved. + * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND + * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED + * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. + * IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT + * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR + * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, + * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE + * POSSIBILITY OF SUCH DAMAGE. + * + */ + +in vec3 a_position3f; + +#if defined(COMPILE_ENABLE_TEX_GEN) || defined(COMPILE_ENABLE_FOG) +#define _COMPILE_VARYING_POSITION +#endif + +#ifdef _COMPILE_VARYING_POSITION +out vec4 v_position4f; +#endif + +#ifdef COMPILE_ENABLE_TEX_GEN +out vec3 v_objectPosition3f; +#endif + +#ifdef COMPILE_TEXTURE_ATTRIB +in vec2 a_texture2f; +out vec2 v_texture2f; +uniform mat4 u_textureMat4f01; +#endif + +#ifdef COMPILE_COLOR_ATTRIB +in vec4 a_color4f; +out vec4 v_color4f; +#endif + +#ifdef COMPILE_NORMAL_ATTRIB +in vec4 a_normal4f; +out vec3 v_normal3f; +#endif + +#ifdef COMPILE_LIGHTMAP_ATTRIB +in vec2 a_lightmap2f; +out vec2 v_lightmap2f; +uniform mat4 u_textureMat4f02; +#endif + +#ifdef _COMPILE_VARYING_POSITION +uniform mat4 u_modelviewMat4f; +uniform mat4 u_projectionMat4f; +#else +uniform mat4 u_modelviewProjMat4f; +#ifdef COMPILE_NORMAL_ATTRIB +uniform mat4 u_modelviewMat4f; +#endif +#endif + +#define TEX_MAT3(mat4In) mat3(mat4In[0].xyw,mat4In[1].xyw,mat4In[3].xyw) + +void main() { +#ifdef COMPILE_ENABLE_TEX_GEN + v_objectPosition3f = a_position3f; +#endif + +#ifdef _COMPILE_VARYING_POSITION + v_position4f = u_modelviewMat4f * vec4(a_position3f, 1.0); +#endif + +#ifdef COMPILE_TEXTURE_ATTRIB + vec3 v_textureTmp3f = TEX_MAT3(u_textureMat4f01) * vec3(a_texture2f, 1.0); + v_texture2f = v_textureTmp3f.xy / v_textureTmp3f.z; +#endif + +#ifdef COMPILE_COLOR_ATTRIB + v_color4f = a_color4f; +#endif + +#ifdef COMPILE_NORMAL_ATTRIB + v_normal3f = normalize(mat3(u_modelviewMat4f) * a_normal4f.xyz); +#endif + +#ifdef COMPILE_LIGHTMAP_ATTRIB + vec3 v_lightmapTmp3f = TEX_MAT3(u_textureMat4f02) * vec3(a_lightmap2f, 1.0); + v_lightmap2f = v_lightmapTmp3f.xy / v_lightmapTmp3f.z; +#endif + +#ifdef _COMPILE_VARYING_POSITION + gl_Position = u_projectionMat4f * v_position4f; +#else + gl_Position = u_modelviewProjMat4f * vec4(a_position3f, 1.0); +#endif +} diff --git a/desktopRuntime/resources/assets/eagler/glsl/deferred/accel_particle.vsh b/desktopRuntime/resources/assets/eagler/glsl/deferred/accel_particle.vsh new file mode 100755 index 00000000..919bb868 --- /dev/null +++ b/desktopRuntime/resources/assets/eagler/glsl/deferred/accel_particle.vsh @@ -0,0 +1,75 @@ +#line 2 + +/* + * Copyright (c) 2023 lax1dude. All Rights Reserved. + * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND + * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED + * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. + * IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT + * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR + * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, + * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE + * POSSIBILITY OF SUCH DAMAGE. + * + */ + +precision lowp int; +precision highp float; +precision mediump sampler2D; + +layout(location = 0) in vec2 a_position2f; + +layout(location = 1) in vec3 p_position3f; +layout(location = 2) in vec2 p_texCoords2i; +layout(location = 3) in vec2 p_lightMap2f; +layout(location = 4) in vec2 p_particleSize_texCoordsSize_2i; +layout(location = 5) in vec4 p_color4f; + +out vec2 v_texCoord2f; +out vec4 v_color4f; +out vec2 v_lightmap2f; + +#ifdef COMPILE_FORWARD_VSH +out vec4 v_position4f; +uniform mat4 u_modelViewMatrix4f; +uniform mat4 u_projectionMatrix4f; +#endif + +#ifdef COMPILE_GBUFFER_VSH +uniform mat4 u_matrixTransform; +#endif + +uniform vec3 u_texCoordSize2f_particleSize1f; +uniform vec4 u_transformParam_1_2_3_4_f; +uniform float u_transformParam_5_f; + +void main() { + v_color4f = p_color4f.bgra; + v_lightmap2f = p_lightMap2f; + + vec2 tex2f = a_position2f * 0.5 + 0.5; + tex2f.y = 1.0 - tex2f.y; + tex2f = p_texCoords2i + tex2f * p_particleSize_texCoordsSize_2i.y; + v_texCoord2f = tex2f * u_texCoordSize2f_particleSize1f.xy; + + float particleSize = u_texCoordSize2f_particleSize1f.z * p_particleSize_texCoordsSize_2i.x; + + vec3 pos3f = p_position3f; + vec2 spos2f = a_position2f * particleSize; + pos3f.x += u_transformParam_1_2_3_4_f.x * spos2f.x; + pos3f.x += u_transformParam_1_2_3_4_f.w * spos2f.y; + pos3f.y += u_transformParam_1_2_3_4_f.y * spos2f.y; + pos3f.z += u_transformParam_1_2_3_4_f.z * spos2f.x; + pos3f.z += u_transformParam_5_f * spos2f.y; + +#ifdef COMPILE_GBUFFER_VSH + gl_Position = u_matrixTransform * vec4(pos3f, 1.0); +#endif +#ifdef COMPILE_FORWARD_VSH + v_position4f = u_modelViewMatrix4f * vec4(pos3f, 1.0); + gl_Position = u_projectionMatrix4f * v_position4f; +#endif +} diff --git a/desktopRuntime/resources/assets/eagler/glsl/deferred/accel_particle_forward.fsh b/desktopRuntime/resources/assets/eagler/glsl/deferred/accel_particle_forward.fsh new file mode 100755 index 00000000..c55d8fef --- /dev/null +++ b/desktopRuntime/resources/assets/eagler/glsl/deferred/accel_particle_forward.fsh @@ -0,0 +1,235 @@ +#line 2 + +/* + * Copyright (c) 2023 lax1dude. All Rights Reserved. + * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND + * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED + * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. + * IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT + * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR + * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, + * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE + * POSSIBILITY OF SUCH DAMAGE. + * + */ + +precision lowp int; +precision highp float; +precision mediump sampler2D; +precision highp sampler2DShadow; + +in vec4 v_position4f; +in vec2 v_texCoord2f; +in vec4 v_color4f; +in vec2 v_lightmap2f; + +layout(location = 0) out vec4 output4f; + +uniform sampler2D u_diffuseTexture; + +uniform vec2 u_textureYScale2f; + +uniform mat4 u_inverseViewMatrix4f; + +#ifdef COMPILE_DYNAMIC_LIGHTS +struct DynamicLight { + mediump vec4 u_lightPosition4f; + mediump vec4 u_lightColor4f; +}; +layout(std140) uniform u_chunkLightingData { + mediump int u_dynamicLightCount1i; + mediump int _paddingA_; + mediump int _paddingB_; + mediump int _paddingC_; + DynamicLight u_dynamicLightArray[12]; +}; +#endif + +layout(std140) uniform u_worldLightingData { + mediump vec4 u_sunDirection4f; + mediump vec4 u_sunColor3f_sky1f; + mediump vec4 u_fogParameters4f; + mediump vec4 u_fogColorLight4f; + mediump vec4 u_fogColorDark4f; + mediump vec4 u_fogColorAddSun4f; + mediump vec4 u_blockSkySunDynamicLightFac4f; +#ifdef COMPILE_SUN_SHADOW_LOD0 + mediump mat4 u_sunShadowMatrixLOD04f; +#define DO_COMPILE_SUN_SHADOWS +#define SUN_SHADOW_MAP_FRAC 1.0 +#endif +#ifdef COMPILE_SUN_SHADOW_LOD1 + mediump mat4 u_sunShadowMatrixLOD04f; + mediump mat4 u_sunShadowMatrixLOD14f; +#define DO_COMPILE_SUN_SHADOWS +#define SUN_SHADOW_MAP_FRAC 0.5 +#endif +#ifdef COMPILE_SUN_SHADOW_LOD2 + mediump mat4 u_sunShadowMatrixLOD04f; + mediump mat4 u_sunShadowMatrixLOD14f; + mediump mat4 u_sunShadowMatrixLOD24f; +#define DO_COMPILE_SUN_SHADOWS +#define SUN_SHADOW_MAP_FRAC 0.3333333 +#endif +}; + +uniform sampler2D u_samplerNormalMaterial; + +uniform sampler2D u_metalsLUT; + +#define LIB_INCLUDE_PBR_LIGHTING_FUNCTION +#define LIB_INCLUDE_PBR_LIGHTING_PREFETCH +#EAGLER INCLUDE (3) "eagler:glsl/deferred/lib/pbr_lighting.glsl" + +uniform sampler2D u_irradianceMap; + +#ifdef DO_COMPILE_SUN_SHADOWS +uniform sampler2DShadow u_sunShadowDepthTexture; +#endif + +void main() { + vec4 worldPosition4f; + vec4 worldDirection4f; + vec4 diffuseColor4f; + vec3 normalVector3f; + vec2 lightmapCoords2f; + vec3 materialData3f; + + // =========== RESOLVE CONSTANTS ============ // + + worldPosition4f = u_inverseViewMatrix4f * v_position4f; + worldPosition4f.xyz /= worldPosition4f.w; + worldPosition4f.w = 1.0; + worldDirection4f = u_inverseViewMatrix4f * vec4(v_position4f.xyz / v_position4f.w, 0.0); + worldDirection4f.xyz = normalize(worldDirection4f.xyz); + + lightmapCoords2f = v_lightmap2f; + + normalVector3f = normalize(u_inverseViewMatrix4f[2].xyz); + + // ========= CALCULATE DIFFUSE COLOR ========== // + + diffuseColor4f = texture(u_diffuseTexture, v_texCoord2f) * v_color4f; + + // ============= ALPHA TEST ============== // + + if(diffuseColor4f.a < 0.004) discard; + + // ========== RESOLVE MATERIALS =========== // + + materialData3f = texture(u_samplerNormalMaterial, vec2(v_texCoord2f.x, v_texCoord2f.y * u_textureYScale2f.x + u_textureYScale2f.y)).rgb; + + vec3 metalN, metalK; + PREFETCH_METALS(diffuseColor4f.rgb, materialData3f.g, metalN, metalK) + + // ============ SUN LIGHTING ============== // + + diffuseColor4f.rgb *= diffuseColor4f.rgb; + + vec3 lightColor3f = vec3(0.0); + if(dot(u_sunDirection4f.xyz, normalVector3f) > 0.0 && lightmapCoords2f.g > 0.5 && + (u_sunColor3f_sky1f.r + u_sunColor3f_sky1f.g + u_sunColor3f_sky1f.b) > 0.001) { +#ifdef DO_COMPILE_SUN_SHADOWS + + // ========== SUN SHADOW: LOD0 ============ // + + float skyLight = max(lightmapCoords2f.g * 2.0 - 1.0, 0.0); + float shadowSample = 1.0; + vec4 shadowWorldPos4f = worldPosition4f; + shadowWorldPos4f.xyz += normalVector3f * 0.05; + + vec4 shadowTexPos4f; + vec2 tmpVec2; + for(;;) { + shadowTexPos4f = u_sunShadowMatrixLOD04f * shadowWorldPos4f; + if(shadowTexPos4f.xyz == clamp(shadowTexPos4f.xyz, vec3(0.005), vec3(0.995))) { + shadowSample = textureLod(u_sunShadowDepthTexture, vec3(shadowTexPos4f.xy * vec2(1.0, SUN_SHADOW_MAP_FRAC), shadowTexPos4f.z), 0.0); + break; + } + +#if defined(COMPILE_SUN_SHADOW_LOD1) || defined(COMPILE_SUN_SHADOW_LOD2) + shadowTexPos4f = u_sunShadowMatrixLOD14f * shadowWorldPos4f; + if(shadowTexPos4f.xyz == clamp(shadowTexPos4f.xyz, vec3(0.005), vec3(0.995))) { + shadowTexPos4f.y += 1.0; + shadowTexPos4f.y *= SUN_SHADOW_MAP_FRAC; + shadowSample = textureLod(u_sunShadowDepthTexture, vec3(shadowTexPos4f.xy, shadowTexPos4f.z + 0.00015), 0.0); + break; + } +#endif + +#ifdef COMPILE_SUN_SHADOW_LOD2 + shadowTexPos4f = u_sunShadowMatrixLOD24f * shadowWorldPos4f; + if(shadowTexPos4f.xyz == clamp(shadowTexPos4f.xyz, vec3(0.005), vec3(0.995))) { + shadowTexPos4f.y += 2.0; + shadowTexPos4f.y *= SUN_SHADOW_MAP_FRAC; + shadowSample = textureLod(u_sunShadowDepthTexture, vec3(shadowTexPos4f.xy, shadowTexPos4f.z + 0.00015), 0.0); + } +#endif + break; + } +#endif + lightColor3f = u_sunColor3f_sky1f.rgb * max(lightmapCoords2f.g * 2.0 - 1.0, 0.0); +#ifdef DO_COMPILE_SUN_SHADOWS + lightColor3f *= shadowSample * skyLight; +#endif + vec3 normalWrap3f = normalVector3f * (dot(-worldDirection4f.xyz, normalVector3f) < 0.0 ? -1.0 : 1.0); + lightColor3f = eaglercraftLighting(diffuseColor4f.rgb, lightColor3f, -worldDirection4f.xyz, u_sunDirection4f.xyz, normalWrap3f, materialData3f, metalN, metalK) * u_blockSkySunDynamicLightFac4f.z; + } + + // =========== IRRADIANCE MAP =========== // + + lightmapCoords2f *= lightmapCoords2f; + + vec3 irradianceMapSamplePos2f = normalVector3f; + irradianceMapSamplePos2f.xz /= abs(irradianceMapSamplePos2f.y) + 1.0; + float dst = 1.0 - dot(irradianceMapSamplePos2f.xz, irradianceMapSamplePos2f.xz); + dst *= dst; + irradianceMapSamplePos2f.xz *= 0.975; + vec3 skyLight = vec3(sqrt(0.01 + max(u_sunDirection4f.w, 0.0))); + if(dst < 0.005) { + vec4 sample1 = textureLod(u_irradianceMap, irradianceMapSamplePos2f.xz * vec2(0.5, 0.25) + vec2(0.5, 0.25), 0.0); + vec4 sample2 = textureLod(u_irradianceMap, irradianceMapSamplePos2f.xz * vec2(0.5, -0.25) + vec2(0.5, 0.75), 0.0); + skyLight += mix(sample1.rgb, sample2.rgb, smoothstep(0.0, 1.0, irradianceMapSamplePos2f.y * -12.5 + 0.5)).rgb; + }else { + irradianceMapSamplePos2f.xz *= vec2(0.5, irradianceMapSamplePos2f.y > 0.0 ? 0.25 : -0.25); + irradianceMapSamplePos2f.xz += vec2(0.5, irradianceMapSamplePos2f.y > 0.0 ? 0.25 : 0.75); + skyLight += textureLod(u_irradianceMap, irradianceMapSamplePos2f.xz, 0.0).rgb; + } + skyLight *= lightmapCoords2f.g * u_sunColor3f_sky1f.w; + +#ifdef COMPILE_DYNAMIC_LIGHTS + + // =========== DYNAMIC LIGHTING =========== // + + vec3 dlightDist3f, dlightDir3f, dlightColor3f; + int safeLightCount = u_dynamicLightCount1i > 12 ? 0 : u_dynamicLightCount1i; // hate this + for(int i = 0; i < safeLightCount; ++i) { + dlightDist3f = worldPosition4f.xyz - u_dynamicLightArray[i].u_lightPosition4f.xyz; + dlightDir3f = normalize(dlightDist3f); + dlightDir3f = dlightDir3f * (dot(dlightDir3f, normalVector3f) < 0.0 ? 1.0 : -1.0); + dlightDir3f = materialData3f.b == 1.0 ? normalVector3f : -dlightDir3f; + if(dot(dlightDir3f, normalVector3f) <= 0.0) { + continue; + } + dlightColor3f = u_dynamicLightArray[i].u_lightColor4f.rgb / dot(dlightDist3f, dlightDist3f); + if(dlightColor3f.r + dlightColor3f.g + dlightColor3f.b < 0.025) { + continue; + } + lightColor3f += eaglercraftLighting(diffuseColor4f.rgb, dlightColor3f, -worldDirection4f.xyz, dlightDir3f, normalVector3f, materialData3f, metalN, metalK) * u_blockSkySunDynamicLightFac4f.w; + } + +#endif + + // ============ OUTPUT COLOR ============== // + + vec3 blockLight = lightmapCoords2f.r * vec3(1.0, 0.5809, 0.2433) * 2.0 * u_blockSkySunDynamicLightFac4f.x; + skyLight *= u_blockSkySunDynamicLightFac4f.y; + float emissive = materialData3f.b == 1.0 ? 0.0 : materialData3f.b; + diffuseColor4f.rgb *= max(skyLight + blockLight, vec3(emissive * emissive * 20.0 + 0.075)) * 0.075; + diffuseColor4f.rgb += lightColor3f; + + output4f = vec4(diffuseColor4f.rgb * diffuseColor4f.a, diffuseColor4f.a); +} diff --git a/desktopRuntime/resources/assets/eagler/glsl/deferred/accel_particle_gbuffer.fsh b/desktopRuntime/resources/assets/eagler/glsl/deferred/accel_particle_gbuffer.fsh new file mode 100755 index 00000000..317d460e --- /dev/null +++ b/desktopRuntime/resources/assets/eagler/glsl/deferred/accel_particle_gbuffer.fsh @@ -0,0 +1,44 @@ +#line 2 + +/* + * Copyright (c) 2023 lax1dude. All Rights Reserved. + * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND + * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED + * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. + * IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT + * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR + * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, + * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE + * POSSIBILITY OF SUCH DAMAGE. + * + */ + +precision lowp int; +precision mediump float; +precision mediump sampler2D; + +in vec2 v_texCoord2f; +in vec4 v_color4f; +in vec2 v_lightmap2f; + +layout(location = 0) out vec4 gbufferColor4f; +layout(location = 1) out vec4 gbufferNormal4f; +layout(location = 2) out vec4 gbufferMaterial4f; + +uniform sampler2D u_diffuseTexture; +uniform sampler2D u_samplerNormalMaterial; + +uniform vec2 u_textureYScale2f; + +void main() { + vec4 diffuseRGBA = texture(u_diffuseTexture, v_texCoord2f) * v_color4f; + if(diffuseRGBA.a < 0.004) { + discard; + } + gbufferColor4f = vec4(diffuseRGBA.rgb, v_lightmap2f.r); + gbufferNormal4f = vec4(0.5, 0.5, 1.0, v_lightmap2f.g); + gbufferMaterial4f = vec4(texture(u_samplerNormalMaterial, vec2(v_texCoord2f.x, v_texCoord2f.y * u_textureYScale2f.x + u_textureYScale2f.y)).rgb, 1.0); +} diff --git a/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/readme.txt b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/readme.txt new file mode 100755 index 00000000..9bd03640 --- /dev/null +++ b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/readme.txt @@ -0,0 +1 @@ +these are just low quality fallback material textures for the default vanilla resource pack when no PBR resource pack is loaded, if you would like to make a PBR resource pack put your _n and _s textures in the "/assets/minecraft/textures/" directory of your zip file, do not modify any files within "/assets/eagler/glsl/deferred/assets_pbr/textures/" because they will not be recognized \ No newline at end of file diff --git a/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/bed_feet_end_s.ebp b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/bed_feet_end_s.ebp new file mode 100755 index 00000000..f87d0478 Binary files /dev/null and b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/bed_feet_end_s.ebp differ diff --git a/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/bed_feet_side_s.ebp b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/bed_feet_side_s.ebp new file mode 100755 index 00000000..f87d0478 Binary files /dev/null and b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/bed_feet_side_s.ebp differ diff --git a/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/bed_feet_top_s.ebp b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/bed_feet_top_s.ebp new file mode 100755 index 00000000..94475996 Binary files /dev/null and b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/bed_feet_top_s.ebp differ diff --git a/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/bed_head_end_s.ebp b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/bed_head_end_s.ebp new file mode 100755 index 00000000..9ab55d71 Binary files /dev/null and b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/bed_head_end_s.ebp differ diff --git a/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/bed_head_side_s.ebp b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/bed_head_side_s.ebp new file mode 100755 index 00000000..41ad33d0 Binary files /dev/null and b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/bed_head_side_s.ebp differ diff --git a/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/bed_head_top_s.ebp b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/bed_head_top_s.ebp new file mode 100755 index 00000000..4eeb6b06 Binary files /dev/null and b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/bed_head_top_s.ebp differ diff --git a/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/bedrock_s.ebp b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/bedrock_s.ebp new file mode 100755 index 00000000..d3ec27b1 Binary files /dev/null and b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/bedrock_s.ebp differ diff --git a/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/bookshelf_s.ebp b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/bookshelf_s.ebp new file mode 100755 index 00000000..32582985 Binary files /dev/null and b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/bookshelf_s.ebp differ diff --git a/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/brewing_stand_base_s.ebp b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/brewing_stand_base_s.ebp new file mode 100755 index 00000000..3f4a00b1 Binary files /dev/null and b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/brewing_stand_base_s.ebp differ diff --git a/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/brewing_stand_s.ebp b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/brewing_stand_s.ebp new file mode 100755 index 00000000..77b85998 Binary files /dev/null and b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/brewing_stand_s.ebp differ diff --git a/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/brick_s.ebp b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/brick_s.ebp new file mode 100755 index 00000000..907f4281 Binary files /dev/null and b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/brick_s.ebp differ diff --git a/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/cake_inner_s.ebp b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/cake_inner_s.ebp new file mode 100755 index 00000000..3742fd9a Binary files /dev/null and b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/cake_inner_s.ebp differ diff --git a/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/cake_side_s.ebp b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/cake_side_s.ebp new file mode 100755 index 00000000..1c00111a Binary files /dev/null and b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/cake_side_s.ebp differ diff --git a/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/cake_top_s.ebp b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/cake_top_s.ebp new file mode 100755 index 00000000..4992148b Binary files /dev/null and b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/cake_top_s.ebp differ diff --git a/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/coal_ore_s.ebp b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/coal_ore_s.ebp new file mode 100755 index 00000000..9ec792c7 Binary files /dev/null and b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/coal_ore_s.ebp differ diff --git a/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/coarse_dirt_s.ebp b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/coarse_dirt_s.ebp new file mode 100755 index 00000000..4172a2fd Binary files /dev/null and b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/coarse_dirt_s.ebp differ diff --git a/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/cobblestone_mossy_s.ebp b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/cobblestone_mossy_s.ebp new file mode 100755 index 00000000..d1bde275 Binary files /dev/null and b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/cobblestone_mossy_s.ebp differ diff --git a/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/cobblestone_s.ebp b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/cobblestone_s.ebp new file mode 100755 index 00000000..6fe1ad3d Binary files /dev/null and b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/cobblestone_s.ebp differ diff --git a/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/comparator_off_s.ebp b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/comparator_off_s.ebp new file mode 100755 index 00000000..417e829c Binary files /dev/null and b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/comparator_off_s.ebp differ diff --git a/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/comparator_on_s.ebp b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/comparator_on_s.ebp new file mode 100755 index 00000000..090f2b37 Binary files /dev/null and b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/comparator_on_s.ebp differ diff --git a/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/crafting_table_front_s.ebp b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/crafting_table_front_s.ebp new file mode 100755 index 00000000..aecf7553 Binary files /dev/null and b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/crafting_table_front_s.ebp differ diff --git a/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/crafting_table_side_s.ebp b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/crafting_table_side_s.ebp new file mode 100755 index 00000000..1553d92c Binary files /dev/null and b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/crafting_table_side_s.ebp differ diff --git a/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/crafting_table_top_s.ebp b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/crafting_table_top_s.ebp new file mode 100755 index 00000000..6d0f74f0 Binary files /dev/null and b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/crafting_table_top_s.ebp differ diff --git a/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/diamond_block_s.ebp b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/diamond_block_s.ebp new file mode 100755 index 00000000..86557364 Binary files /dev/null and b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/diamond_block_s.ebp differ diff --git a/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/diamond_ore_s.ebp b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/diamond_ore_s.ebp new file mode 100755 index 00000000..1f979624 Binary files /dev/null and b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/diamond_ore_s.ebp differ diff --git a/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/dirt_podzol_side_s.ebp b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/dirt_podzol_side_s.ebp new file mode 100755 index 00000000..94cd1a4e Binary files /dev/null and b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/dirt_podzol_side_s.ebp differ diff --git a/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/dirt_podzol_top_s.ebp b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/dirt_podzol_top_s.ebp new file mode 100755 index 00000000..6588620a Binary files /dev/null and b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/dirt_podzol_top_s.ebp differ diff --git a/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/dirt_s.ebp b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/dirt_s.ebp new file mode 100755 index 00000000..fa624472 Binary files /dev/null and b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/dirt_s.ebp differ diff --git a/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/dispenser_front_horizontal_s.ebp b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/dispenser_front_horizontal_s.ebp new file mode 100755 index 00000000..03cb6faa Binary files /dev/null and b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/dispenser_front_horizontal_s.ebp differ diff --git a/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/dispenser_front_vertical_s.ebp b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/dispenser_front_vertical_s.ebp new file mode 100755 index 00000000..f4e1ff05 Binary files /dev/null and b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/dispenser_front_vertical_s.ebp differ diff --git a/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/door_acacia_lower_s.ebp b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/door_acacia_lower_s.ebp new file mode 100755 index 00000000..d2711511 Binary files /dev/null and b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/door_acacia_lower_s.ebp differ diff --git a/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/door_acacia_upper_s.ebp b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/door_acacia_upper_s.ebp new file mode 100755 index 00000000..603f97e1 Binary files /dev/null and b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/door_acacia_upper_s.ebp differ diff --git a/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/door_birch_lower_s.ebp b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/door_birch_lower_s.ebp new file mode 100755 index 00000000..2320e295 Binary files /dev/null and b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/door_birch_lower_s.ebp differ diff --git a/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/door_birch_upper_s.ebp b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/door_birch_upper_s.ebp new file mode 100755 index 00000000..85495b18 Binary files /dev/null and b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/door_birch_upper_s.ebp differ diff --git a/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/door_dark_oak_lower_s.ebp b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/door_dark_oak_lower_s.ebp new file mode 100755 index 00000000..ac3b3cf9 Binary files /dev/null and b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/door_dark_oak_lower_s.ebp differ diff --git a/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/door_dark_oak_upper_s.ebp b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/door_dark_oak_upper_s.ebp new file mode 100755 index 00000000..ecf07ebc Binary files /dev/null and b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/door_dark_oak_upper_s.ebp differ diff --git a/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/door_jungle_lower_s.ebp b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/door_jungle_lower_s.ebp new file mode 100755 index 00000000..2320e295 Binary files /dev/null and b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/door_jungle_lower_s.ebp differ diff --git a/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/door_jungle_upper_s.ebp b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/door_jungle_upper_s.ebp new file mode 100755 index 00000000..5ffd31bf Binary files /dev/null and b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/door_jungle_upper_s.ebp differ diff --git a/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/door_spruce_lower_s.ebp b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/door_spruce_lower_s.ebp new file mode 100755 index 00000000..4680cea5 Binary files /dev/null and b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/door_spruce_lower_s.ebp differ diff --git a/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/door_spruce_upper_s.ebp b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/door_spruce_upper_s.ebp new file mode 100755 index 00000000..ae3ae02a Binary files /dev/null and b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/door_spruce_upper_s.ebp differ diff --git a/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/door_wood_lower_s.ebp b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/door_wood_lower_s.ebp new file mode 100755 index 00000000..2320e295 Binary files /dev/null and b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/door_wood_lower_s.ebp differ diff --git a/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/door_wood_upper_s.ebp b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/door_wood_upper_s.ebp new file mode 100755 index 00000000..5ffd31bf Binary files /dev/null and b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/door_wood_upper_s.ebp differ diff --git a/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/dropper_front_horizontal_s.ebp b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/dropper_front_horizontal_s.ebp new file mode 100755 index 00000000..51ac891d Binary files /dev/null and b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/dropper_front_horizontal_s.ebp differ diff --git a/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/dropper_front_vertical_s.ebp b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/dropper_front_vertical_s.ebp new file mode 100755 index 00000000..b86068b0 Binary files /dev/null and b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/dropper_front_vertical_s.ebp differ diff --git a/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/emerald_block_s.ebp b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/emerald_block_s.ebp new file mode 100755 index 00000000..8ac491e8 Binary files /dev/null and b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/emerald_block_s.ebp differ diff --git a/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/emerald_ore_s.ebp b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/emerald_ore_s.ebp new file mode 100755 index 00000000..921b4899 Binary files /dev/null and b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/emerald_ore_s.ebp differ diff --git a/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/enchanting_table_bottom_s.ebp b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/enchanting_table_bottom_s.ebp new file mode 100755 index 00000000..e4f41424 Binary files /dev/null and b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/enchanting_table_bottom_s.ebp differ diff --git a/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/enchanting_table_side_s.ebp b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/enchanting_table_side_s.ebp new file mode 100755 index 00000000..17905705 Binary files /dev/null and b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/enchanting_table_side_s.ebp differ diff --git a/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/enchanting_table_top_s.ebp b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/enchanting_table_top_s.ebp new file mode 100755 index 00000000..05783e21 Binary files /dev/null and b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/enchanting_table_top_s.ebp differ diff --git a/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/end_stone_s.ebp b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/end_stone_s.ebp new file mode 100755 index 00000000..5dac74bc Binary files /dev/null and b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/end_stone_s.ebp differ diff --git a/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/endframe_side_s.ebp b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/endframe_side_s.ebp new file mode 100755 index 00000000..5e064d52 Binary files /dev/null and b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/endframe_side_s.ebp differ diff --git a/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/endframe_top_s.ebp b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/endframe_top_s.ebp new file mode 100755 index 00000000..0e706d39 Binary files /dev/null and b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/endframe_top_s.ebp differ diff --git a/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/farmland_dry_s.ebp b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/farmland_dry_s.ebp new file mode 100755 index 00000000..e6f8a5d0 Binary files /dev/null and b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/farmland_dry_s.ebp differ diff --git a/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/farmland_wet_s.ebp b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/farmland_wet_s.ebp new file mode 100755 index 00000000..32b3fc4f Binary files /dev/null and b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/farmland_wet_s.ebp differ diff --git a/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/furnace_front_off_s.ebp b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/furnace_front_off_s.ebp new file mode 100755 index 00000000..2c743ff0 Binary files /dev/null and b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/furnace_front_off_s.ebp differ diff --git a/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/furnace_front_on_s.ebp b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/furnace_front_on_s.ebp new file mode 100755 index 00000000..0cc7e973 Binary files /dev/null and b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/furnace_front_on_s.ebp differ diff --git a/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/furnace_side_s.ebp b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/furnace_side_s.ebp new file mode 100755 index 00000000..ecfa0dc5 Binary files /dev/null and b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/furnace_side_s.ebp differ diff --git a/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/furnace_top_s.ebp b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/furnace_top_s.ebp new file mode 100755 index 00000000..9a6e99c1 Binary files /dev/null and b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/furnace_top_s.ebp differ diff --git a/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/gold_block_s.ebp b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/gold_block_s.ebp new file mode 100755 index 00000000..5a50649f Binary files /dev/null and b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/gold_block_s.ebp differ diff --git a/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/gold_ore_s.ebp b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/gold_ore_s.ebp new file mode 100755 index 00000000..43efaed0 Binary files /dev/null and b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/gold_ore_s.ebp differ diff --git a/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/grass_side_overlay_s.ebp b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/grass_side_overlay_s.ebp new file mode 100755 index 00000000..7669983d Binary files /dev/null and b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/grass_side_overlay_s.ebp differ diff --git a/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/grass_side_s.ebp b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/grass_side_s.ebp new file mode 100755 index 00000000..0e0a24c3 Binary files /dev/null and b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/grass_side_s.ebp differ diff --git a/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/grass_side_snowed_s.ebp b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/grass_side_snowed_s.ebp new file mode 100755 index 00000000..5fc483fd Binary files /dev/null and b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/grass_side_snowed_s.ebp differ diff --git a/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/grass_top_s.ebp b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/grass_top_s.ebp new file mode 100755 index 00000000..ec9cd191 Binary files /dev/null and b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/grass_top_s.ebp differ diff --git a/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/gravel_s.ebp b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/gravel_s.ebp new file mode 100755 index 00000000..a2b1db95 Binary files /dev/null and b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/gravel_s.ebp differ diff --git a/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/iron_block_s.ebp b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/iron_block_s.ebp new file mode 100755 index 00000000..72ce37e6 Binary files /dev/null and b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/iron_block_s.ebp differ diff --git a/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/iron_ore_s.ebp b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/iron_ore_s.ebp new file mode 100755 index 00000000..dbcab976 Binary files /dev/null and b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/iron_ore_s.ebp differ diff --git a/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/lapis_block_s.ebp b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/lapis_block_s.ebp new file mode 100755 index 00000000..0a0eb61e Binary files /dev/null and b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/lapis_block_s.ebp differ diff --git a/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/lapis_ore_s.ebp b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/lapis_ore_s.ebp new file mode 100755 index 00000000..29fa1f09 Binary files /dev/null and b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/lapis_ore_s.ebp differ diff --git a/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/log_acacia_s.ebp b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/log_acacia_s.ebp new file mode 100755 index 00000000..564a2cf4 Binary files /dev/null and b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/log_acacia_s.ebp differ diff --git a/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/log_acacia_top_s.ebp b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/log_acacia_top_s.ebp new file mode 100755 index 00000000..4a9b8258 Binary files /dev/null and b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/log_acacia_top_s.ebp differ diff --git a/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/log_big_oak_s.ebp b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/log_big_oak_s.ebp new file mode 100755 index 00000000..564a2cf4 Binary files /dev/null and b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/log_big_oak_s.ebp differ diff --git a/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/log_big_oak_top_s.ebp b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/log_big_oak_top_s.ebp new file mode 100755 index 00000000..4a9b8258 Binary files /dev/null and b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/log_big_oak_top_s.ebp differ diff --git a/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/log_birch_s.ebp b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/log_birch_s.ebp new file mode 100755 index 00000000..564a2cf4 Binary files /dev/null and b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/log_birch_s.ebp differ diff --git a/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/log_birch_top_s.ebp b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/log_birch_top_s.ebp new file mode 100755 index 00000000..4a9b8258 Binary files /dev/null and b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/log_birch_top_s.ebp differ diff --git a/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/log_jungle_s.ebp b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/log_jungle_s.ebp new file mode 100755 index 00000000..aebc8aad Binary files /dev/null and b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/log_jungle_s.ebp differ diff --git a/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/log_jungle_top_s.ebp b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/log_jungle_top_s.ebp new file mode 100755 index 00000000..4a9b8258 Binary files /dev/null and b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/log_jungle_top_s.ebp differ diff --git a/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/log_oak_s.ebp b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/log_oak_s.ebp new file mode 100755 index 00000000..564a2cf4 Binary files /dev/null and b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/log_oak_s.ebp differ diff --git a/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/log_oak_top_s.ebp b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/log_oak_top_s.ebp new file mode 100755 index 00000000..4a9b8258 Binary files /dev/null and b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/log_oak_top_s.ebp differ diff --git a/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/log_spruce_s.ebp b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/log_spruce_s.ebp new file mode 100755 index 00000000..564a2cf4 Binary files /dev/null and b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/log_spruce_s.ebp differ diff --git a/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/log_spruce_top_s.ebp b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/log_spruce_top_s.ebp new file mode 100755 index 00000000..4a9b8258 Binary files /dev/null and b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/log_spruce_top_s.ebp differ diff --git a/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/netherrack_s.ebp b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/netherrack_s.ebp new file mode 100755 index 00000000..7f4790ad Binary files /dev/null and b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/netherrack_s.ebp differ diff --git a/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/obsidian_s.ebp b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/obsidian_s.ebp new file mode 100755 index 00000000..e4f41424 Binary files /dev/null and b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/obsidian_s.ebp differ diff --git a/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/piston_bottom_s.ebp b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/piston_bottom_s.ebp new file mode 100755 index 00000000..9a6e99c1 Binary files /dev/null and b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/piston_bottom_s.ebp differ diff --git a/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/piston_inner_s.ebp b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/piston_inner_s.ebp new file mode 100755 index 00000000..63ded0c6 Binary files /dev/null and b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/piston_inner_s.ebp differ diff --git a/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/piston_side_s.ebp b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/piston_side_s.ebp new file mode 100755 index 00000000..bde3fbb3 Binary files /dev/null and b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/piston_side_s.ebp differ diff --git a/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/piston_top_normal_s.ebp b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/piston_top_normal_s.ebp new file mode 100755 index 00000000..41271264 Binary files /dev/null and b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/piston_top_normal_s.ebp differ diff --git a/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/piston_top_sticky_s.ebp b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/piston_top_sticky_s.ebp new file mode 100755 index 00000000..9e8c1f20 Binary files /dev/null and b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/piston_top_sticky_s.ebp differ diff --git a/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/planks_acacia_s.ebp b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/planks_acacia_s.ebp new file mode 100755 index 00000000..e01979a5 Binary files /dev/null and b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/planks_acacia_s.ebp differ diff --git a/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/planks_big_oak_s.ebp b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/planks_big_oak_s.ebp new file mode 100755 index 00000000..e01979a5 Binary files /dev/null and b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/planks_big_oak_s.ebp differ diff --git a/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/planks_birch_s.ebp b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/planks_birch_s.ebp new file mode 100755 index 00000000..e01979a5 Binary files /dev/null and b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/planks_birch_s.ebp differ diff --git a/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/planks_jungle_s.ebp b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/planks_jungle_s.ebp new file mode 100755 index 00000000..e01979a5 Binary files /dev/null and b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/planks_jungle_s.ebp differ diff --git a/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/planks_oak_s.ebp b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/planks_oak_s.ebp new file mode 100755 index 00000000..e01979a5 Binary files /dev/null and b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/planks_oak_s.ebp differ diff --git a/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/planks_spruce_s.ebp b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/planks_spruce_s.ebp new file mode 100755 index 00000000..e01979a5 Binary files /dev/null and b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/planks_spruce_s.ebp differ diff --git a/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/prismarine_bricks_s.ebp b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/prismarine_bricks_s.ebp new file mode 100755 index 00000000..eb9d696c Binary files /dev/null and b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/prismarine_bricks_s.ebp differ diff --git a/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/prismarine_dark_s.ebp b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/prismarine_dark_s.ebp new file mode 100755 index 00000000..2a99d360 Binary files /dev/null and b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/prismarine_dark_s.ebp differ diff --git a/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/prismarine_rough_s.ebp b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/prismarine_rough_s.ebp new file mode 100755 index 00000000..589b79e2 Binary files /dev/null and b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/prismarine_rough_s.ebp differ diff --git a/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/pumpkin_face_off_s.ebp b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/pumpkin_face_off_s.ebp new file mode 100755 index 00000000..e3e4a1b9 Binary files /dev/null and b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/pumpkin_face_off_s.ebp differ diff --git a/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/pumpkin_face_on_s.ebp b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/pumpkin_face_on_s.ebp new file mode 100755 index 00000000..053b9606 Binary files /dev/null and b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/pumpkin_face_on_s.ebp differ diff --git a/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/quartz_block_bottom_s.ebp b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/quartz_block_bottom_s.ebp new file mode 100755 index 00000000..d0998434 Binary files /dev/null and b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/quartz_block_bottom_s.ebp differ diff --git a/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/quartz_block_chiseled_s.ebp b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/quartz_block_chiseled_s.ebp new file mode 100755 index 00000000..d838c378 Binary files /dev/null and b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/quartz_block_chiseled_s.ebp differ diff --git a/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/quartz_block_chiseled_top_s.ebp b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/quartz_block_chiseled_top_s.ebp new file mode 100755 index 00000000..649ed0f2 Binary files /dev/null and b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/quartz_block_chiseled_top_s.ebp differ diff --git a/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/quartz_block_lines_s.ebp b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/quartz_block_lines_s.ebp new file mode 100755 index 00000000..0f72892b Binary files /dev/null and b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/quartz_block_lines_s.ebp differ diff --git a/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/quartz_block_lines_top_s.ebp b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/quartz_block_lines_top_s.ebp new file mode 100755 index 00000000..4d020b2e Binary files /dev/null and b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/quartz_block_lines_top_s.ebp differ diff --git a/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/quartz_block_side_s.ebp b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/quartz_block_side_s.ebp new file mode 100755 index 00000000..ce73796f Binary files /dev/null and b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/quartz_block_side_s.ebp differ diff --git a/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/quartz_block_top_s.ebp b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/quartz_block_top_s.ebp new file mode 100755 index 00000000..ce73796f Binary files /dev/null and b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/quartz_block_top_s.ebp differ diff --git a/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/quartz_ore_s.ebp b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/quartz_ore_s.ebp new file mode 100755 index 00000000..f2ed4896 Binary files /dev/null and b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/quartz_ore_s.ebp differ diff --git a/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/rail_activator_powered_s.ebp b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/rail_activator_powered_s.ebp new file mode 100755 index 00000000..edb43d11 Binary files /dev/null and b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/rail_activator_powered_s.ebp differ diff --git a/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/rail_activator_s.ebp b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/rail_activator_s.ebp new file mode 100755 index 00000000..0993565e Binary files /dev/null and b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/rail_activator_s.ebp differ diff --git a/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/rail_detector_powered_s.ebp b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/rail_detector_powered_s.ebp new file mode 100755 index 00000000..6b915f1a Binary files /dev/null and b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/rail_detector_powered_s.ebp differ diff --git a/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/rail_detector_s.ebp b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/rail_detector_s.ebp new file mode 100755 index 00000000..0799d9bb Binary files /dev/null and b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/rail_detector_s.ebp differ diff --git a/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/rail_golden_powered_s.ebp b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/rail_golden_powered_s.ebp new file mode 100755 index 00000000..03de3af6 Binary files /dev/null and b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/rail_golden_powered_s.ebp differ diff --git a/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/rail_golden_s.ebp b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/rail_golden_s.ebp new file mode 100755 index 00000000..a29e96c9 Binary files /dev/null and b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/rail_golden_s.ebp differ diff --git a/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/rail_normal_s.ebp b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/rail_normal_s.ebp new file mode 100755 index 00000000..87b59b13 Binary files /dev/null and b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/rail_normal_s.ebp differ diff --git a/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/rail_normal_turned_s.ebp b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/rail_normal_turned_s.ebp new file mode 100755 index 00000000..1e70e815 Binary files /dev/null and b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/rail_normal_turned_s.ebp differ diff --git a/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/redstone_lamp_off_s.ebp b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/redstone_lamp_off_s.ebp new file mode 100755 index 00000000..cab76014 Binary files /dev/null and b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/redstone_lamp_off_s.ebp differ diff --git a/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/redstone_lamp_on_s.ebp b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/redstone_lamp_on_s.ebp new file mode 100755 index 00000000..036a8409 Binary files /dev/null and b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/redstone_lamp_on_s.ebp differ diff --git a/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/redstone_ore_s.ebp b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/redstone_ore_s.ebp new file mode 100755 index 00000000..82b1b5c4 Binary files /dev/null and b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/redstone_ore_s.ebp differ diff --git a/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/redstone_torch_off_s.ebp b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/redstone_torch_off_s.ebp new file mode 100755 index 00000000..b3a8024e Binary files /dev/null and b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/redstone_torch_off_s.ebp differ diff --git a/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/redstone_torch_on_s.ebp b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/redstone_torch_on_s.ebp new file mode 100755 index 00000000..a7099c08 Binary files /dev/null and b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/redstone_torch_on_s.ebp differ diff --git a/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/repeater_off_s.ebp b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/repeater_off_s.ebp new file mode 100755 index 00000000..d59493d6 Binary files /dev/null and b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/repeater_off_s.ebp differ diff --git a/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/repeater_on_s.ebp b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/repeater_on_s.ebp new file mode 100755 index 00000000..a42202a6 Binary files /dev/null and b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/repeater_on_s.ebp differ diff --git a/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/sand_s.ebp b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/sand_s.ebp new file mode 100755 index 00000000..6672b3c0 Binary files /dev/null and b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/sand_s.ebp differ diff --git a/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/sandstone_bottom_s.ebp b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/sandstone_bottom_s.ebp new file mode 100755 index 00000000..0982a821 Binary files /dev/null and b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/sandstone_bottom_s.ebp differ diff --git a/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/sandstone_carved_s.ebp b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/sandstone_carved_s.ebp new file mode 100755 index 00000000..b9ca9427 Binary files /dev/null and b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/sandstone_carved_s.ebp differ diff --git a/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/sandstone_normal_s.ebp b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/sandstone_normal_s.ebp new file mode 100755 index 00000000..2de9bba4 Binary files /dev/null and b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/sandstone_normal_s.ebp differ diff --git a/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/sandstone_smooth_s.ebp b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/sandstone_smooth_s.ebp new file mode 100755 index 00000000..527dadac Binary files /dev/null and b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/sandstone_smooth_s.ebp differ diff --git a/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/sandstone_top_s.ebp b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/sandstone_top_s.ebp new file mode 100755 index 00000000..3791fc43 Binary files /dev/null and b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/sandstone_top_s.ebp differ diff --git a/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/soul_sand_s.ebp b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/soul_sand_s.ebp new file mode 100755 index 00000000..f128bdb3 Binary files /dev/null and b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/soul_sand_s.ebp differ diff --git a/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/stone_andesite_s.ebp b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/stone_andesite_s.ebp new file mode 100755 index 00000000..7d3463db Binary files /dev/null and b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/stone_andesite_s.ebp differ diff --git a/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/stone_andesite_smooth_s.ebp b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/stone_andesite_smooth_s.ebp new file mode 100755 index 00000000..e8269f14 Binary files /dev/null and b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/stone_andesite_smooth_s.ebp differ diff --git a/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/stone_diorite_s.ebp b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/stone_diorite_s.ebp new file mode 100755 index 00000000..20fea690 Binary files /dev/null and b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/stone_diorite_s.ebp differ diff --git a/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/stone_diorite_smooth_s.ebp b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/stone_diorite_smooth_s.ebp new file mode 100755 index 00000000..e919c96e Binary files /dev/null and b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/stone_diorite_smooth_s.ebp differ diff --git a/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/stone_granite_s.ebp b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/stone_granite_s.ebp new file mode 100755 index 00000000..bb4dcb77 Binary files /dev/null and b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/stone_granite_s.ebp differ diff --git a/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/stone_granite_smooth_s.ebp b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/stone_granite_smooth_s.ebp new file mode 100755 index 00000000..6d4e8e75 Binary files /dev/null and b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/stone_granite_smooth_s.ebp differ diff --git a/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/stone_s.ebp b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/stone_s.ebp new file mode 100755 index 00000000..1651f26b Binary files /dev/null and b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/stone_s.ebp differ diff --git a/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/stone_slab_side_s.ebp b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/stone_slab_side_s.ebp new file mode 100755 index 00000000..dfcb2043 Binary files /dev/null and b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/stone_slab_side_s.ebp differ diff --git a/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/stone_slab_top_s.ebp b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/stone_slab_top_s.ebp new file mode 100755 index 00000000..348db647 Binary files /dev/null and b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/stone_slab_top_s.ebp differ diff --git a/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/stonebrick_carved_s.ebp b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/stonebrick_carved_s.ebp new file mode 100755 index 00000000..cb99d688 Binary files /dev/null and b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/stonebrick_carved_s.ebp differ diff --git a/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/stonebrick_cracked_s.ebp b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/stonebrick_cracked_s.ebp new file mode 100755 index 00000000..ad459374 Binary files /dev/null and b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/stonebrick_cracked_s.ebp differ diff --git a/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/stonebrick_mossy_s.ebp b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/stonebrick_mossy_s.ebp new file mode 100755 index 00000000..2d78a574 Binary files /dev/null and b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/stonebrick_mossy_s.ebp differ diff --git a/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/stonebrick_s.ebp b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/stonebrick_s.ebp new file mode 100755 index 00000000..6868e140 Binary files /dev/null and b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/stonebrick_s.ebp differ diff --git a/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/tnt_bottom_s.ebp b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/tnt_bottom_s.ebp new file mode 100755 index 00000000..661b21fa Binary files /dev/null and b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/tnt_bottom_s.ebp differ diff --git a/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/tnt_side_s.ebp b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/tnt_side_s.ebp new file mode 100755 index 00000000..1aa8886f Binary files /dev/null and b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/tnt_side_s.ebp differ diff --git a/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/tnt_top_s.ebp b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/tnt_top_s.ebp new file mode 100755 index 00000000..fb7610e8 Binary files /dev/null and b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/tnt_top_s.ebp differ diff --git a/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/torch_on_s.ebp b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/torch_on_s.ebp new file mode 100755 index 00000000..33adc9b6 Binary files /dev/null and b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/torch_on_s.ebp differ diff --git a/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/trapdoor_s.ebp b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/trapdoor_s.ebp new file mode 100755 index 00000000..3d590fa1 Binary files /dev/null and b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/trapdoor_s.ebp differ diff --git a/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/trip_wire_source_s.ebp b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/trip_wire_source_s.ebp new file mode 100755 index 00000000..aca2f5ef Binary files /dev/null and b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/blocks/trip_wire_source_s.ebp differ diff --git a/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/items/bow_pulling_0_s.ebp b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/items/bow_pulling_0_s.ebp new file mode 100755 index 00000000..f60b3d03 Binary files /dev/null and b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/items/bow_pulling_0_s.ebp differ diff --git a/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/items/bow_pulling_1_s.ebp b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/items/bow_pulling_1_s.ebp new file mode 100755 index 00000000..be777dd6 Binary files /dev/null and b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/items/bow_pulling_1_s.ebp differ diff --git a/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/items/bow_pulling_2_s.ebp b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/items/bow_pulling_2_s.ebp new file mode 100755 index 00000000..79a1f9df Binary files /dev/null and b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/items/bow_pulling_2_s.ebp differ diff --git a/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/items/bow_standby_s.ebp b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/items/bow_standby_s.ebp new file mode 100755 index 00000000..af3c5cf0 Binary files /dev/null and b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/items/bow_standby_s.ebp differ diff --git a/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/items/brewing_stand_s.ebp b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/items/brewing_stand_s.ebp new file mode 100755 index 00000000..cfff2fc1 Binary files /dev/null and b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/items/brewing_stand_s.ebp differ diff --git a/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/items/bucket_lava_s.ebp b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/items/bucket_lava_s.ebp new file mode 100755 index 00000000..56b64eb2 Binary files /dev/null and b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/items/bucket_lava_s.ebp differ diff --git a/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/items/bucket_milk_s.ebp b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/items/bucket_milk_s.ebp new file mode 100755 index 00000000..a7f7e742 Binary files /dev/null and b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/items/bucket_milk_s.ebp differ diff --git a/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/items/bucket_water_s.ebp b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/items/bucket_water_s.ebp new file mode 100755 index 00000000..a07b5187 Binary files /dev/null and b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/items/bucket_water_s.ebp differ diff --git a/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/items/carrot_on_a_stick_s.ebp b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/items/carrot_on_a_stick_s.ebp new file mode 100755 index 00000000..339ee070 Binary files /dev/null and b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/items/carrot_on_a_stick_s.ebp differ diff --git a/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/items/clock_s.ebp b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/items/clock_s.ebp new file mode 100755 index 00000000..d2cd4830 Binary files /dev/null and b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/items/clock_s.ebp differ diff --git a/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/items/compass_s.ebp b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/items/compass_s.ebp new file mode 100755 index 00000000..d66a293b Binary files /dev/null and b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/items/compass_s.ebp differ diff --git a/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/items/diamond_axe_s.ebp b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/items/diamond_axe_s.ebp new file mode 100755 index 00000000..60a45db5 Binary files /dev/null and b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/items/diamond_axe_s.ebp differ diff --git a/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/items/diamond_hoe_s.ebp b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/items/diamond_hoe_s.ebp new file mode 100755 index 00000000..41b89e3b Binary files /dev/null and b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/items/diamond_hoe_s.ebp differ diff --git a/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/items/diamond_pickaxe_s.ebp b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/items/diamond_pickaxe_s.ebp new file mode 100755 index 00000000..c09e9b35 Binary files /dev/null and b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/items/diamond_pickaxe_s.ebp differ diff --git a/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/items/diamond_shovel_s.ebp b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/items/diamond_shovel_s.ebp new file mode 100755 index 00000000..fdc6e0e3 Binary files /dev/null and b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/items/diamond_shovel_s.ebp differ diff --git a/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/items/diamond_sword_s.ebp b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/items/diamond_sword_s.ebp new file mode 100755 index 00000000..969b360d Binary files /dev/null and b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/items/diamond_sword_s.ebp differ diff --git a/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/items/fishing_rod_cast_s.ebp b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/items/fishing_rod_cast_s.ebp new file mode 100755 index 00000000..5098437b Binary files /dev/null and b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/items/fishing_rod_cast_s.ebp differ diff --git a/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/items/fishing_rod_uncast_s.ebp b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/items/fishing_rod_uncast_s.ebp new file mode 100755 index 00000000..0530e40c Binary files /dev/null and b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/items/fishing_rod_uncast_s.ebp differ diff --git a/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/items/flint_and_steel_s.ebp b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/items/flint_and_steel_s.ebp new file mode 100755 index 00000000..8e55ba3e Binary files /dev/null and b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/items/flint_and_steel_s.ebp differ diff --git a/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/items/gold_axe_s.ebp b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/items/gold_axe_s.ebp new file mode 100755 index 00000000..e8c081ed Binary files /dev/null and b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/items/gold_axe_s.ebp differ diff --git a/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/items/gold_hoe_s.ebp b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/items/gold_hoe_s.ebp new file mode 100755 index 00000000..7ec0ebeb Binary files /dev/null and b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/items/gold_hoe_s.ebp differ diff --git a/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/items/gold_pickaxe_s.ebp b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/items/gold_pickaxe_s.ebp new file mode 100755 index 00000000..ce0adb6c Binary files /dev/null and b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/items/gold_pickaxe_s.ebp differ diff --git a/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/items/gold_shovel_s.ebp b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/items/gold_shovel_s.ebp new file mode 100755 index 00000000..1e3c5752 Binary files /dev/null and b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/items/gold_shovel_s.ebp differ diff --git a/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/items/gold_sword_s.ebp b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/items/gold_sword_s.ebp new file mode 100755 index 00000000..0023c9ff Binary files /dev/null and b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/items/gold_sword_s.ebp differ diff --git a/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/items/iron_axe_s.ebp b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/items/iron_axe_s.ebp new file mode 100755 index 00000000..96e75623 Binary files /dev/null and b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/items/iron_axe_s.ebp differ diff --git a/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/items/iron_hoe_s.ebp b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/items/iron_hoe_s.ebp new file mode 100755 index 00000000..aabf4a12 Binary files /dev/null and b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/items/iron_hoe_s.ebp differ diff --git a/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/items/iron_pickaxe_s.ebp b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/items/iron_pickaxe_s.ebp new file mode 100755 index 00000000..e9a82c5d Binary files /dev/null and b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/items/iron_pickaxe_s.ebp differ diff --git a/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/items/iron_shovel_s.ebp b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/items/iron_shovel_s.ebp new file mode 100755 index 00000000..aafb70dc Binary files /dev/null and b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/items/iron_shovel_s.ebp differ diff --git a/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/items/iron_sword_s.ebp b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/items/iron_sword_s.ebp new file mode 100755 index 00000000..dc31fb66 Binary files /dev/null and b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/items/iron_sword_s.ebp differ diff --git a/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/items/minecart_chest_s.ebp b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/items/minecart_chest_s.ebp new file mode 100755 index 00000000..5cce2f98 Binary files /dev/null and b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/items/minecart_chest_s.ebp differ diff --git a/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/items/minecart_command_block_s.ebp b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/items/minecart_command_block_s.ebp new file mode 100755 index 00000000..5cce2f98 Binary files /dev/null and b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/items/minecart_command_block_s.ebp differ diff --git a/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/items/minecart_furnace_s.ebp b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/items/minecart_furnace_s.ebp new file mode 100755 index 00000000..5cce2f98 Binary files /dev/null and b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/items/minecart_furnace_s.ebp differ diff --git a/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/items/minecart_tnt_s.ebp b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/items/minecart_tnt_s.ebp new file mode 100755 index 00000000..5cce2f98 Binary files /dev/null and b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/items/minecart_tnt_s.ebp differ diff --git a/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/items/shears_s.ebp b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/items/shears_s.ebp new file mode 100755 index 00000000..f6ee11cf Binary files /dev/null and b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/items/shears_s.ebp differ diff --git a/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/items/stone_axe_s.ebp b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/items/stone_axe_s.ebp new file mode 100755 index 00000000..8584d6eb Binary files /dev/null and b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/items/stone_axe_s.ebp differ diff --git a/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/items/stone_hoe_s.ebp b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/items/stone_hoe_s.ebp new file mode 100755 index 00000000..da948d76 Binary files /dev/null and b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/items/stone_hoe_s.ebp differ diff --git a/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/items/stone_pickaxe_s.ebp b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/items/stone_pickaxe_s.ebp new file mode 100755 index 00000000..56feb845 Binary files /dev/null and b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/items/stone_pickaxe_s.ebp differ diff --git a/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/items/stone_shovel_s.ebp b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/items/stone_shovel_s.ebp new file mode 100755 index 00000000..818e25af Binary files /dev/null and b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/items/stone_shovel_s.ebp differ diff --git a/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/items/stone_sword_s.ebp b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/items/stone_sword_s.ebp new file mode 100755 index 00000000..439f9535 Binary files /dev/null and b/desktopRuntime/resources/assets/eagler/glsl/deferred/assets_pbr/textures/items/stone_sword_s.ebp differ diff --git a/desktopRuntime/resources/assets/eagler/glsl/deferred/brdf_lut.bmp b/desktopRuntime/resources/assets/eagler/glsl/deferred/brdf_lut.bmp new file mode 100755 index 00000000..54b6c70d Binary files /dev/null and b/desktopRuntime/resources/assets/eagler/glsl/deferred/brdf_lut.bmp differ diff --git a/desktopRuntime/resources/assets/eagler/glsl/deferred/clouds_noise3d.fsh b/desktopRuntime/resources/assets/eagler/glsl/deferred/clouds_noise3d.fsh new file mode 100755 index 00000000..08c3531d --- /dev/null +++ b/desktopRuntime/resources/assets/eagler/glsl/deferred/clouds_noise3d.fsh @@ -0,0 +1,57 @@ +#line 2 + +/* + * Copyright (c) 2023 lax1dude. All Rights Reserved. + * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND + * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED + * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. + * IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT + * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR + * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, + * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE + * POSSIBILITY OF SUCH DAMAGE. + * + */ + +precision lowp int; +precision highp float; +precision highp sampler2D; + +in vec2 v_position2f; + +layout(location = 0) out float output1f; + +uniform sampler2D u_noiseTexture; + +uniform float u_textureSlice1f; +uniform vec2 u_textureSize2f; +uniform mat4x3 u_sampleOffsetMatrix4f; +uniform vec3 u_cloudMovement3f; + +#define GET_CLOUDS(pos3f, accum, factor, tmp3f)\ + tmp3f.z = floor(pos3f.z);\ + tmp3f.xy = pos3f.xy * 0.015625 + (tmp3f.z * 0.265625);\ + pos3f.x = textureLod(u_noiseTexture, tmp3f.xy, 0.0).x;\ + pos3f.y = textureLod(u_noiseTexture, tmp3f.xy + 0.265625, 0.0).x;\ + accum += mix(pos3f.x, pos3f.y, pos3f.z - tmp3f.z) * factor; + +void main() { + vec3 p = vec3(v_position2f.x, u_textureSlice1f, v_position2f.y) * vec3(u_textureSize2f.x, 1.0, u_textureSize2f.y); + p = u_sampleOffsetMatrix4f * vec4(p, 1.0); + vec3 sampleCoord3f = p + u_cloudMovement3f; + float noise = 0.0; + + vec3 in3f = sampleCoord3f; + GET_CLOUDS(in3f, noise, 0.5, p) + in3f = sampleCoord3f * 2.0 + u_cloudMovement3f; + GET_CLOUDS(in3f, noise, 0.25, p) + in3f = sampleCoord3f * 7.0 - u_cloudMovement3f; + GET_CLOUDS(in3f, noise, 0.125, p) + in3f = (sampleCoord3f + u_cloudMovement3f) * 16.0; + GET_CLOUDS(in3f, noise, 0.0625, p) + + output1f = noise; +} diff --git a/desktopRuntime/resources/assets/eagler/glsl/deferred/clouds_sample.fsh b/desktopRuntime/resources/assets/eagler/glsl/deferred/clouds_sample.fsh new file mode 100755 index 00000000..32e99313 --- /dev/null +++ b/desktopRuntime/resources/assets/eagler/glsl/deferred/clouds_sample.fsh @@ -0,0 +1,94 @@ +#line 2 + +/* + * Copyright (c) 2023 lax1dude. All Rights Reserved. + * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND + * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED + * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. + * IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT + * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR + * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, + * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE + * POSSIBILITY OF SUCH DAMAGE. + * + */ + +precision lowp int; +precision highp float; +precision highp sampler2D; +precision highp sampler3D; + +in vec2 v_position2f; + +layout(location = 0) out vec4 output4f; + +uniform float u_rainStrength1f; +uniform vec4 u_densityModifier4f; +uniform float u_sampleStep1f; +uniform float u_cloudTimer1f; +uniform vec3 u_cloudOffset3f; +uniform vec3 u_sunDirection3f; +uniform vec3 u_sunColor3f; + +uniform sampler3D u_noiseTexture3D; +uniform sampler2D u_skyIrradianceMap; +#define GET_CLOUDS(pos3f, out1f)\ + if(pos3f == clamp(pos3f, vec3(0.0), vec3(1.0))) {\ + out1f = length(pos3f - clamp(pos3f, vec3(0.05), vec3(0.95)));\ + out1f = smoothstep(0.0, 1.0, max(1.0 - out1f * 15.0, 0.0));\ + out1f *= textureLod(u_noiseTexture3D, pos3f.xzy, 0.0).r;\ + out1f += u_densityModifier4f.w;\ + out1f = max(out1f * out1f * u_densityModifier4f.x + out1f * u_densityModifier4f.y + u_densityModifier4f.z, 0.0);\ + }else out1f = 0.0; + +void main() { + vec2 latLong = v_position2f * 2.0 - 1.0; + float latLongLen = dot(latLong, latLong); + if(latLongLen > 1.025) { + output4f = vec4(0.0); + return; + } + + float mag2 = 2.0 / (latLongLen + 1.0); + vec3 dir; + dir.y = mag2 - 1.0; + dir.xz = latLong * mag2; + + vec3 samplePos = vec3(0.0, -4.5 + u_cloudOffset3f.y * 0.05, 0.0) + dir * u_sampleStep1f * 0.2; + samplePos = samplePos * vec3(0.05, 0.1, 0.05) + vec3(0.5, 0.0, 0.5); + + float sample0, sample1; + GET_CLOUDS(samplePos, sample0) + + if(sample0 < 0.002) { + output4f = vec4(0.0, 0.0, 0.0, 1.0); + return; + } + + output4f.a = exp2(-sample0 * 5.0); + + vec3 sunDirection = u_sunDirection3f * vec3(1.0, 2.0, 1.0) * 0.025; + float sunVisibility = sample0; + + GET_CLOUDS((samplePos + sunDirection), sample1) + sunVisibility += sample1; + GET_CLOUDS((samplePos + sunDirection * 2.0), sample1) + sunVisibility += sample1; + GET_CLOUDS((samplePos + sunDirection * 3.0), sample1) + sunVisibility += sample1; + GET_CLOUDS((samplePos + sunDirection * 4.0), sample1) + sunVisibility += sample1; + GET_CLOUDS((samplePos + sunDirection * 5.0), sample1) + sunVisibility += sample1; + + sunVisibility = exp2(-sunVisibility * 50.0); + sunVisibility *= 1.0 - exp2(-sample0 * 1.2); + + vec3 sky = textureLod(u_skyIrradianceMap, v_position2f * vec2(1.0, 0.5) + vec2(0.0, 0.5), 0.0).rgb * 0.05; + float intergal = exp2(-7.33 * sample0) * -9.0 + 9.0; + + output4f.rgb = (u_sunColor3f * sunVisibility + sky) * intergal; +} diff --git a/desktopRuntime/resources/assets/eagler/glsl/deferred/clouds_shapes.bmp b/desktopRuntime/resources/assets/eagler/glsl/deferred/clouds_shapes.bmp new file mode 100755 index 00000000..f4743c8d Binary files /dev/null and b/desktopRuntime/resources/assets/eagler/glsl/deferred/clouds_shapes.bmp differ diff --git a/desktopRuntime/resources/assets/eagler/glsl/deferred/clouds_shapes.fsh b/desktopRuntime/resources/assets/eagler/glsl/deferred/clouds_shapes.fsh new file mode 100755 index 00000000..d0343f4d --- /dev/null +++ b/desktopRuntime/resources/assets/eagler/glsl/deferred/clouds_shapes.fsh @@ -0,0 +1,35 @@ +#line 2 + +/* + * Copyright (c) 2023 lax1dude. All Rights Reserved. + * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND + * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED + * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. + * IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT + * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR + * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, + * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE + * POSSIBILITY OF SUCH DAMAGE. + * + */ + +precision lowp int; +precision mediump float; +precision mediump sampler3D; + +in vec2 v_position2f; + +layout(location = 0) out vec4 output4f; + +uniform sampler3D u_inputTexture; +uniform float u_textureLevel1f; +uniform float u_textureLod1f; +uniform vec2 u_sampleWeights2f; + +void main() { + float objsample = textureLod(u_inputTexture, vec3(v_position2f, u_textureLevel1f), u_textureLod1f).r; + output4f = vec4(objsample * u_sampleWeights2f.x, 0.0, 0.0, objsample * u_sampleWeights2f.y + 1.0); +} diff --git a/desktopRuntime/resources/assets/eagler/glsl/deferred/clouds_shapes.vsh b/desktopRuntime/resources/assets/eagler/glsl/deferred/clouds_shapes.vsh new file mode 100755 index 00000000..07c0ea58 --- /dev/null +++ b/desktopRuntime/resources/assets/eagler/glsl/deferred/clouds_shapes.vsh @@ -0,0 +1,32 @@ +#line 2 + +/* + * Copyright (c) 2023 lax1dude. All Rights Reserved. + * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND + * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED + * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. + * IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT + * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR + * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, + * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE + * POSSIBILITY OF SUCH DAMAGE. + * + */ + +precision lowp int; +precision highp float; +precision mediump sampler2D; + +layout(location = 0) in vec2 a_position2f; + +out vec2 v_position2f; + +uniform mat3x2 u_transformMatrix3x2f; + +void main() { + v_position2f = a_position2f * 0.5 + 0.5; + gl_Position = vec4(u_transformMatrix3x2f * vec3(a_position2f, 1.0), 0.0, 1.0); +} diff --git a/desktopRuntime/resources/assets/eagler/glsl/deferred/clouds_sun_occlusion.fsh b/desktopRuntime/resources/assets/eagler/glsl/deferred/clouds_sun_occlusion.fsh new file mode 100755 index 00000000..92168a40 --- /dev/null +++ b/desktopRuntime/resources/assets/eagler/glsl/deferred/clouds_sun_occlusion.fsh @@ -0,0 +1,50 @@ +#line 2 + +/* + * Copyright (c) 2023 lax1dude. All Rights Reserved. + * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND + * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED + * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. + * IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT + * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR + * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, + * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE + * POSSIBILITY OF SUCH DAMAGE. + * + */ + +precision lowp int; +precision highp float; +precision highp sampler2D; + +layout(location = 0) out float occlusionOut1f; + +uniform mat4x3 u_sampleMatrix4x3f; +uniform sampler2D u_cloudsTexture; + +#define SAMPLE_DENSITY(v, a_, f)\ + f = u_sampleMatrix4x3f * v;\ + f.xy = (f.xz / (f.y + 1.0)) * 0.975 * 0.5 + 0.5;\ + if(f.xy == clamp(f.xy, vec2(0.001), vec2(0.999)))\ + a_ += textureLod(u_cloudsTexture, f.xy, 0.0).a * 0.125;\ + else\ + a_ += 0.125; + +void main() { + vec3 f; + float accum = 0.0; + + SAMPLE_DENSITY(vec4(0.000, 0.000, 1.000, 1.0), accum, f) + SAMPLE_DENSITY(vec4(0.844, 0.521, 0.126, 1.0), accum, f) + SAMPLE_DENSITY(vec4(-0.187, 0.979, 0.087, 1.0), accum, f) + SAMPLE_DENSITY(vec4(0.402, -0.904, 0.145, 1.0), accum, f) + SAMPLE_DENSITY(vec4(-0.944, -0.316, 0.098, 1.0), accum, f) + SAMPLE_DENSITY(vec4(-0.759, 0.427, 0.491, 1.0), accum, f) + SAMPLE_DENSITY(vec4(0.955, -0.285, 0.076, 1.0), accum, f) + SAMPLE_DENSITY(vec4(-0.322, -0.664, 0.675, 1.0), accum, f) + + occlusionOut1f = clamp(sqrt(accum) * 3.0 - 1.0, 0.0, 1.0); +} diff --git a/desktopRuntime/resources/assets/eagler/glsl/deferred/deferred_combine.fsh b/desktopRuntime/resources/assets/eagler/glsl/deferred/deferred_combine.fsh new file mode 100755 index 00000000..4fbbc84f --- /dev/null +++ b/desktopRuntime/resources/assets/eagler/glsl/deferred/deferred_combine.fsh @@ -0,0 +1,174 @@ +#line 2 + +/* + * Copyright (c) 2023 lax1dude. All Rights Reserved. + * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND + * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED + * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. + * IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT + * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR + * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, + * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE + * POSSIBILITY OF SUCH DAMAGE. + * + */ + +precision lowp int; +precision highp float; +precision highp sampler2D; + +in vec2 v_position2f; + +layout(location = 0) out vec4 output4f; + +uniform sampler2D u_gbufferColorTexture; +uniform sampler2D u_gbufferNormalTexture; +uniform sampler2D u_gbufferMaterialTexture; + +uniform sampler2D u_gbufferDepthTexture; + +uniform vec2 u_halfResolutionPixelAlignment2f; + +#ifdef COMPILE_GLOBAL_AMBIENT_OCCLUSION +uniform sampler2D u_ssaoTexture; +#endif + +#ifdef COMPILE_SCREEN_SPACE_REFLECTIONS +uniform sampler2D u_ssrReflectionTexture; +#endif + +#ifdef COMPILE_ENV_MAP_REFLECTIONS +uniform sampler2D u_environmentMap; +#endif + +uniform sampler2D u_irradianceMap; + +uniform sampler2D u_brdfLUT; +uniform sampler2D u_metalsLUT; + +uniform mat4 u_inverseProjMatrix4f; +uniform mat4 u_inverseViewMatrix4f; + +uniform vec3 u_sunDirection3f; +uniform float u_skyLightFactor1f; + +#if defined(COMPILE_SCREEN_SPACE_REFLECTIONS) || defined(COMPILE_ENV_MAP_REFLECTIONS) +#define LIB_INCLUDE_PBR_IMAGE_BASED_LIGHTING_SPECULAR +#endif + +#EAGLER INCLUDE (3) "eagler:glsl/deferred/lib/pbr_env_map.glsl" + +void main() { + vec3 diffuseColor3f; + vec3 normalVector3f; + vec2 lightmapCoords2f; + vec4 materialData4f; + + float depth = textureLod(u_gbufferDepthTexture, v_position2f, 0.0).r; + if(depth < 0.00001) { + discard; + } + + vec4 sampleVar4f = textureLod(u_gbufferColorTexture, v_position2f, 0.0); + diffuseColor3f.rgb = sampleVar4f.rgb * sampleVar4f.rgb; + lightmapCoords2f.x = sampleVar4f.a; + sampleVar4f = textureLod(u_gbufferNormalTexture, v_position2f, 0.0); + normalVector3f.xyz = sampleVar4f.rgb * 2.0 - 1.0; + normalVector3f.xyz = mat3(u_inverseViewMatrix4f) * normalVector3f.xyz; + normalVector3f.xyz = normalize(normalVector3f.xyz); + lightmapCoords2f.y = sampleVar4f.a; + materialData4f = textureLod(u_gbufferMaterialTexture, v_position2f, 0.0); + + float shadow = 0.075; + +#ifdef COMPILE_GLOBAL_AMBIENT_OCCLUSION + vec4 ao = textureLod(u_ssaoTexture, min(v_position2f * u_halfResolutionPixelAlignment2f, 1.0), 0.0); + ao.g = ao.b > 0.0 ? ao.g : 1.0; + shadow = mix(shadow, shadow * ao.g, 0.9); +#endif + + lightmapCoords2f *= lightmapCoords2f; + vec3 irradianceMapSamplePos2f = normalVector3f; + irradianceMapSamplePos2f.xz /= abs(irradianceMapSamplePos2f.y) + 1.0; + float dst = 1.0 - dot(irradianceMapSamplePos2f.xz, irradianceMapSamplePos2f.xz); + dst *= dst; + irradianceMapSamplePos2f.xz *= 0.975; + vec3 skyLight = vec3(sqrt(0.01 + max(-u_sunDirection3f.y, 0.0))); + if(dst < 0.005) { + vec4 sample1 = textureLod(u_irradianceMap, irradianceMapSamplePos2f.xz * vec2(0.5, 0.25) + vec2(0.5, 0.25), 0.0); + vec4 sample2 = textureLod(u_irradianceMap, irradianceMapSamplePos2f.xz * vec2(0.5, -0.25) + vec2(0.5, 0.75), 0.0); + skyLight += mix(sample1.rgb, sample2.rgb, smoothstep(0.0, 1.0, irradianceMapSamplePos2f.y * -12.5 + 0.5)).rgb; + }else { + irradianceMapSamplePos2f.xz *= vec2(0.5, irradianceMapSamplePos2f.y > 0.0 ? 0.25 : -0.25); + irradianceMapSamplePos2f.xz += vec2(0.5, irradianceMapSamplePos2f.y > 0.0 ? 0.25 : 0.75); + skyLight += textureLod(u_irradianceMap, irradianceMapSamplePos2f.xz, 0.0).rgb; + } + + skyLight *= lightmapCoords2f.g * u_skyLightFactor1f; + + vec3 blockLight = lightmapCoords2f.r * vec3(1.0, 0.5809, 0.2433) * 2.0; + float emissive = materialData4f.b == 1.0 ? 0.0 : materialData4f.b; + vec3 specular = vec3(0.0); + +#ifdef COMPILE_ENV_MAP_REFLECTIONS + float f = materialData4f.g < 0.06 ? 1.0 : 0.0; + f += materialData4f.r < 0.5 ? 1.0 : 0.0; + while((materialData4f.a >= 0.5 ? f : -1.0) == 0.0) { + vec4 worldPosition4f = vec4(v_position2f, depth, 1.0) * 2.0 - 1.0; + worldPosition4f = u_inverseProjMatrix4f * worldPosition4f; + worldPosition4f.xyz /= worldPosition4f.w; + float posDst = dot(worldPosition4f.xyz, worldPosition4f.xyz); + if(posDst > 25.0) { + break; + } + worldPosition4f = u_inverseViewMatrix4f * vec4(worldPosition4f.xyz, 0.0); + vec3 viewDir3f = normalize(worldPosition4f.xyz); // need confirmation this should be negative + vec3 reflectDir = reflect(viewDir3f, normalVector3f); + reflectDir.xz /= abs(reflectDir.y) + 1.0; + float dst = 1.0 - dot(reflectDir.xz, reflectDir.xz); + dst *= dst; + reflectDir.xz = reflectDir.xz * 0.975; + vec4 envMapSample4f; + if(dst < 0.005) { + vec4 sample1 = textureLod(u_environmentMap, reflectDir.xz * vec2(0.5, 0.25) + vec2(0.5, 0.25), 0.0); + vec4 sample2 = textureLod(u_environmentMap, reflectDir.xz * vec2(0.5, -0.25) + vec2(0.5, 0.75), 0.0); + envMapSample4f = vec4(mix(sample1.rgb, sample2.rgb, smoothstep(0.0, 1.0, reflectDir.y * -12.5 + 0.5)).rgb, min(sample1.a, sample2.a)); + }else { + reflectDir.xz = reflectDir.xz * vec2(0.5, reflectDir.y > 0.0 ? 0.25 : -0.25); + reflectDir.xz += vec2(0.5, reflectDir.y > 0.0 ? 0.25 : 0.75); + envMapSample4f = textureLod(u_environmentMap, reflectDir.xz, 0.0); + } + if(envMapSample4f.a > 0.0) { + specular = eaglercraftIBL_Specular(diffuseColor3f.rgb, envMapSample4f.rgb, viewDir3f, normalVector3f, materialData4f.rgb); + specular *= 1.0 - sqrt(posDst) * 0.2; + } + break; + } +#endif + +#ifdef COMPILE_SCREEN_SPACE_REFLECTIONS +#ifndef COMPILE_ENV_MAP_REFLECTIONS + float f = materialData4f.g < 0.06 ? 1.0 : 0.0; + f += materialData4f.r < 0.5 ? 1.0 : 0.0; + if(f == 0.0) { +#else + if((materialData4f.a < 0.5 ? f : -1.0) == 0.0) { +#endif + vec4 ssrSample = textureLod(u_ssrReflectionTexture, min(v_position2f * u_halfResolutionPixelAlignment2f, 1.0), 0.0); + if(ssrSample.g > 0.0) { + ssrSample.g -= 0.005; + vec4 worldPosition4f = vec4(v_position2f, depth, 1.0) * 2.0 - 1.0; + worldPosition4f = u_inverseProjMatrix4f * worldPosition4f; + worldPosition4f = u_inverseViewMatrix4f * vec4(worldPosition4f.xyz / worldPosition4f.w, 0.0); + vec3 viewDir3f = normalize(worldPosition4f.xyz); // need confirmation this should be negative + specular = eaglercraftIBL_Specular(diffuseColor3f.rgb, ssrSample.rgb, viewDir3f, normalVector3f.xyz, materialData4f.rgb); + } + } +#endif + + output4f = vec4((diffuseColor3f.rgb * max(skyLight + blockLight, vec3(emissive * emissive * 20.0 + 0.075)) + specular * 8.0) * shadow, 1.0); + +} diff --git a/desktopRuntime/resources/assets/eagler/glsl/deferred/deferred_core.vsh b/desktopRuntime/resources/assets/eagler/glsl/deferred/deferred_core.vsh new file mode 100755 index 00000000..e0610aa9 --- /dev/null +++ b/desktopRuntime/resources/assets/eagler/glsl/deferred/deferred_core.vsh @@ -0,0 +1,116 @@ +#line 2 + +/* + * Copyright (c) 2023 lax1dude. All Rights Reserved. + * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND + * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED + * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. + * IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT + * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR + * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, + * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE + * POSSIBILITY OF SUCH DAMAGE. + * + */ + +in vec3 a_position3f; + +#ifdef COMPILE_TEXTURE_ATTRIB +in vec2 a_texture2f; +out vec2 v_texture2f; +uniform mat4 u_textureMat4f01; +#endif + +#ifdef COMPILE_COLOR_ATTRIB +in vec4 a_color4f; +out vec4 v_color4f; +#endif + +#ifdef COMPILE_NORMAL_ATTRIB +in vec4 a_normal4f; +out vec3 v_normal3f; +out float v_block1f; +#endif + +#ifdef COMPILE_STATE_WAVING_BLOCKS +uniform mat4 u_modelMatrix4f; +uniform mat4 u_viewMatrix4f; +uniform vec3 u_wavingBlockOffset3f; +uniform vec4 u_wavingBlockParam4f; +#ifndef COMPILE_NORMAL_ATTRIB +uniform float u_blockConstant1f; +#endif +#define DO_COMPILE_STATE_WAVING_BLOCKS +#define FAKE_SIN(valueIn, valueOut)\ + valueOut = abs(1.0 - fract(valueIn * 0.159155) * 2.0);\ + valueOut = valueOut * valueOut * (3.0 - 2.0 * valueOut) * 2.0 - 1.0; +#define LIB_INCLUDE_WAVING_BLOCKS_FUNCTION +#endif + +#EAGLER INCLUDE (2) "eagler:glsl/deferred/lib/waving_blocks.glsl" + +#ifdef COMPILE_NORMAL_MATERIAL_TEXTURE +out vec3 v_viewdir3f; +#endif + +#ifdef COMPILE_LIGHTMAP_ATTRIB +in vec2 a_lightmap2f; +out vec2 v_lightmap2f; +uniform mat4 u_textureMat4f02; +#endif + +uniform mat4 u_modelviewMat4f; +uniform mat4 u_projectionMat4f; + +#define TEX_MAT3(mat4In) mat3(mat4In[0].xyw,mat4In[1].xyw,mat4In[3].xyw) + +void main() { + +#ifdef COMPILE_TEXTURE_ATTRIB + vec3 v_textureTmp3f = TEX_MAT3(u_textureMat4f01) * vec3(a_texture2f, 1.0); + v_texture2f = v_textureTmp3f.xy / v_textureTmp3f.z; +#endif + +#ifdef COMPILE_COLOR_ATTRIB + v_color4f = a_color4f; +#endif + +#ifdef COMPILE_NORMAL_ATTRIB + v_normal3f = normalize(mat3(u_modelviewMat4f) * a_normal4f.xyz); + float blockId = v_block1f = floor((a_normal4f.w + 1.0) * 127.0 + 0.5); +#endif + +#ifdef COMPILE_LIGHTMAP_ATTRIB + vec3 v_lightmapTmp3f = TEX_MAT3(u_textureMat4f02) * vec3(a_lightmap2f, 1.0); + v_lightmap2f = v_lightmapTmp3f.xy / v_lightmapTmp3f.z; +#endif + + vec4 pos = vec4(a_position3f, 1.0); + +#ifdef DO_COMPILE_STATE_WAVING_BLOCKS +#ifndef COMPILE_NORMAL_ATTRIB + float blockId = u_blockConstant1f; +#endif +#ifdef COMPILE_LIGHTMAP_ATTRIB + if(v_lightmap2f.y > 0.33) { + COMPUTE_WAVING_BLOCKS(pos, min(v_lightmap2f.y * 3.0 - 1.0, 1.0), 24.0, blockId, u_modelMatrix4f, u_viewMatrix4f, u_modelviewMat4f, u_wavingBlockOffset3f, u_wavingBlockParam4f) + }else { + pos = u_modelviewMat4f * pos; + } +#else + COMPUTE_WAVING_BLOCKS(pos, 1.0, 32.0, blockId, u_modelMatrix4f, u_viewMatrix4f, u_modelviewMat4f, u_wavingBlockOffset3f, u_wavingBlockParam4f) +#endif +#else + pos = u_modelviewMat4f * pos; +#endif + +#ifdef COMPILE_NORMAL_MATERIAL_TEXTURE + v_viewdir3f = pos.xyz / pos.w; +#endif + + gl_Position = u_projectionMat4f * pos; + +} diff --git a/desktopRuntime/resources/assets/eagler/glsl/deferred/deferred_core_gbuffer.fsh b/desktopRuntime/resources/assets/eagler/glsl/deferred/deferred_core_gbuffer.fsh new file mode 100755 index 00000000..13dcf190 --- /dev/null +++ b/desktopRuntime/resources/assets/eagler/glsl/deferred/deferred_core_gbuffer.fsh @@ -0,0 +1,168 @@ +#line 2 + +/* + * Copyright (c) 2023 lax1dude. All Rights Reserved. + * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND + * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED + * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. + * IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT + * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR + * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, + * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE + * POSSIBILITY OF SUCH DAMAGE. + * + */ + +#ifdef COMPILE_TEXTURE_ATTRIB +in vec2 v_texture2f; +#endif + +uniform vec4 u_color4f; + +#ifdef COMPILE_COLOR_ATTRIB +in vec4 v_color4f; +#endif + +#ifdef COMPILE_NORMAL_ATTRIB +in vec3 v_normal3f; +in float v_block1f; +#else +uniform vec3 u_uniformNormal3f; +uniform float u_blockConstant1f; +#endif + +uniform float u_useEnvMap1f; + +#ifdef COMPILE_LIGHTMAP_ATTRIB +in vec2 v_lightmap2f; +#endif + +#ifdef COMPILE_ENABLE_TEXTURE2D +uniform sampler2D u_samplerTexture; +#ifndef COMPILE_TEXTURE_ATTRIB +uniform vec2 u_textureCoords01; +#endif +#endif + +#ifdef COMPILE_ENABLE_LIGHTMAP +#ifndef COMPILE_LIGHTMAP_ATTRIB +uniform vec2 u_textureCoords02; +#endif +#endif + +#ifdef COMPILE_ENABLE_ALPHA_TEST +uniform float u_alphaTestRef1f; +#endif + +#ifdef COMPILE_ENABLE_ANISOTROPIC_FIX +uniform vec2 u_textureAnisotropicFix; +#endif + +#ifdef COMPILE_BLEND_ADD +uniform vec4 u_colorBlendSrc4f; +uniform vec4 u_colorBlendAdd4f; +#endif + +#ifdef COMPILE_NORMAL_MATERIAL_TEXTURE +uniform sampler2D u_samplerNormalMaterial; +in vec3 v_viewdir3f; +#ifndef COMPILE_TEXTURE_ATTRIB +uniform vec2 u_textureCoords01; +#endif +#else +uniform vec3 u_materialConstants3f; +#endif + +#ifdef COMPILE_NORMAL_MATERIAL_TEXTURE +mat3 cotangent_frame(in vec3 N, in vec3 p, in vec2 uv) { + vec3 dp1 = dFdx(p); + vec3 dp2 = dFdy(p); + vec2 duv1 = dFdx(uv); + vec2 duv2 = dFdy(uv); + vec3 dp2perp = cross(dp2, N); + vec3 dp1perp = cross(N, dp1); + vec3 T = dp2perp * duv1.x + dp1perp * duv2.x; + vec3 B = dp2perp * duv1.y + dp1perp * duv2.y; + float invmax = inversesqrt(max(dot(T,T), dot(B,B))); + return mat3(T * invmax, B * invmax, N); +} +#endif + +layout(location = 0) out vec4 gbufferColor4f; +layout(location = 1) out vec4 gbufferNormal4f; +layout(location = 2) out vec4 gbufferMaterial4f; + +void main() { +#ifdef COMPILE_COLOR_ATTRIB + vec4 color = v_color4f * u_color4f; +#else + vec4 color = u_color4f; +#endif + + vec3 normal; +#ifdef COMPILE_NORMAL_ATTRIB + normal = normalize(v_normal3f); +#else + normal = u_uniformNormal3f; +#endif + +#if defined(COMPILE_ENABLE_TEXTURE2D) || defined(COMPILE_NORMAL_MATERIAL_TEXTURE) + vec2 uv; +#ifdef COMPILE_TEXTURE_ATTRIB +#ifdef COMPILE_ENABLE_ANISOTROPIC_FIX + uv = floor(uv * u_textureAnisotropicFix) + 0.5; + uv /= u_textureAnisotropicFix; +#else + uv = v_texture2f; +#endif +#else + uv = u_textureCoords01; +#endif +#ifdef COMPILE_ENABLE_TEXTURE2D + color *= texture(u_samplerTexture, uv); +#endif +#endif + + vec2 lightmap = vec2(0.0, 1.0); + +#ifdef COMPILE_ENABLE_LIGHTMAP +#ifdef COMPILE_LIGHTMAP_ATTRIB + lightmap = v_lightmap2f; +#else + lightmap = u_textureCoords02; +#endif +#endif + +#ifdef COMPILE_BLEND_ADD + color = color * u_colorBlendSrc4f + u_colorBlendAdd4f; +#endif + +#ifdef COMPILE_ENABLE_ALPHA_TEST + if(color.a < u_alphaTestRef1f) discard; +#endif + +#ifdef COMPILE_NORMAL_MATERIAL_TEXTURE + vec2 uv2 = vec2(1.0, 0.5) * uv; + vec2 normal2 = texture(u_samplerNormalMaterial, uv2).xy; + mat3 cf; + if(normal2.x + normal2.y > 0.0) { + normal2 *= 2.0; + normal2 -= 1.0; + cf = cotangent_frame(normal, normalize(v_viewdir3f), uv); + normal = cf * vec3(normal2, sqrt(1.0 - dot(normal2, normal2))); + } + uv2.y += 0.5; + vec3 material = texture(u_samplerNormalMaterial, uv2).rgb; +#else + vec3 material = u_materialConstants3f; +#endif + + gbufferColor4f.rgb = color.rgb; + gbufferColor4f.a = lightmap.r; + gbufferNormal4f.rgb = normal * 0.5 + 0.5; + gbufferNormal4f.a = lightmap.g; + gbufferMaterial4f = vec4(material.rgb, u_useEnvMap1f); +} diff --git a/desktopRuntime/resources/assets/eagler/glsl/deferred/deferred_fog.fsh b/desktopRuntime/resources/assets/eagler/glsl/deferred/deferred_fog.fsh new file mode 100755 index 00000000..40e55924 --- /dev/null +++ b/desktopRuntime/resources/assets/eagler/glsl/deferred/deferred_fog.fsh @@ -0,0 +1,104 @@ +#line 2 + +/* + * Copyright (c) 2023 lax1dude. All Rights Reserved. + * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND + * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED + * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. + * IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT + * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR + * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, + * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE + * POSSIBILITY OF SUCH DAMAGE. + * + */ + +precision lowp int; +precision highp float; +precision highp sampler2D; + +layout(location = 0) out vec4 output4f; + +in vec2 v_position2f; + +uniform sampler2D u_gbufferDepthTexture; +uniform sampler2D u_gbufferNormalTexture; +uniform sampler2D u_fogDepthTexture; + +#ifdef COMPILE_FOG_LIGHT_SHAFTS +uniform sampler2D u_lightShaftsTexture; +#endif + +#ifdef COMPILE_FOG_ATMOSPHERE +uniform sampler2D u_environmentMap; +uniform vec3 u_sunColorAdd3f; +#endif + +uniform mat4 u_inverseViewProjMatrix4f; + +#ifdef COMPILE_FOG_LINEAR +uniform vec2 u_linearFogParam2f; +#else +uniform float u_expFogDensity1f; +#endif + +uniform vec4 u_fogColorLight4f; +uniform vec4 u_fogColorDark4f; + +void main() { + vec4 fragPos4f = vec4(v_position2f, textureLod(u_fogDepthTexture, v_position2f, 0.0).r, 1.0); + +#ifdef COMPILE_FOG_ATMOSPHERE + if(fragPos4f.z <= 0.0000001) { + discard; + } +#endif + + float solidDepth = textureLod(u_gbufferDepthTexture, v_position2f, 0.0).r; + if(solidDepth != fragPos4f.z) { + discard; + } + + fragPos4f.xyz *= 2.0; + fragPos4f.xyz -= 1.0; + + fragPos4f = u_inverseViewProjMatrix4f * fragPos4f; + fragPos4f.xyz /= fragPos4f.w; + fragPos4f.w = 1.0; + + float l = sqrt(dot(fragPos4f.xyz, fragPos4f.xyz)); +#ifdef COMPILE_FOG_LINEAR + float f = (l - u_linearFogParam2f.x) / (u_linearFogParam2f.y - u_linearFogParam2f.x); +#else + float f = 1.0 - exp(-u_expFogDensity1f * l); +#endif + float f2 = textureLod(u_gbufferNormalTexture, v_position2f, 0.0).a; + vec4 fogColor4f = mix(u_fogColorDark4f, u_fogColorLight4f, f2 * f2); + f = clamp(f, 0.0, 1.0) * fogColor4f.a; + +#ifdef COMPILE_FOG_ATMOSPHERE + fragPos4f.xyz /= -l; + fragPos4f.xz /= abs(fragPos4f.y) + 1.0; + fragPos4f.xz *= 0.75; + + vec3 envMapSample3f; + + fragPos4f.xz *= vec2(-0.5, -0.25); + fragPos4f.xz += vec2(0.5, 0.25); + envMapSample3f = textureLod(u_environmentMap, fragPos4f.xz, 0.0).rgb + u_sunColorAdd3f; + +#ifdef COMPILE_FOG_LIGHT_SHAFTS + f2 = textureLod(u_lightShaftsTexture, v_position2f, 0.0).r; + envMapSample3f *= pow(f2, 2.25); + f = (f * 0.85 + 0.2) * f2 + f * (1.0 - f2); +#endif + + output4f = vec4(envMapSample3f * fogColor4f.rgb, f); +#else + output4f = vec4(fogColor4f.rgb, f); +#endif + +} diff --git a/desktopRuntime/resources/assets/eagler/glsl/deferred/deferred_local.vsh b/desktopRuntime/resources/assets/eagler/glsl/deferred/deferred_local.vsh new file mode 100755 index 00000000..9b460d79 --- /dev/null +++ b/desktopRuntime/resources/assets/eagler/glsl/deferred/deferred_local.vsh @@ -0,0 +1,30 @@ +#line 2 + +/* + * Copyright (c) 2023 lax1dude. All Rights Reserved. + * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND + * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED + * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. + * IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT + * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR + * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, + * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE + * POSSIBILITY OF SUCH DAMAGE. + * + */ + +precision lowp int; +precision highp float; +precision highp sampler2D; + +layout(location = 0) in vec2 a_position2f; + +out vec2 v_position2f; + +void main() { + v_position2f = a_position2f * 0.5 + 0.5; + gl_Position = vec4(a_position2f, 0.0, 1.0); +} diff --git a/desktopRuntime/resources/assets/eagler/glsl/deferred/deferred_shadow.fsh b/desktopRuntime/resources/assets/eagler/glsl/deferred/deferred_shadow.fsh new file mode 100755 index 00000000..0a6821ea --- /dev/null +++ b/desktopRuntime/resources/assets/eagler/glsl/deferred/deferred_shadow.fsh @@ -0,0 +1,61 @@ +#line 2 + +/* + * Copyright (c) 2023 lax1dude. All Rights Reserved. + * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND + * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED + * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. + * IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT + * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR + * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, + * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE + * POSSIBILITY OF SUCH DAMAGE. + * + */ + +#if !defined(COMPILE_ENABLE_ALPHA_TEST) && !defined(COMPILE_COLORED_SHADOWS) +#undef COMPILE_ENABLE_TEXTURE2D +#endif + +#ifdef COMPILE_COLORED_SHADOWS +layout(location = 0) out vec4 output4f; +uniform vec4 u_color4f; +#endif + +#ifdef COMPILE_ENABLE_TEXTURE2D +uniform sampler2D u_samplerTexture; +#ifdef COMPILE_TEXTURE_ATTRIB +in vec2 v_texture2f; +#else +uniform vec2 u_textureCoords01; +#endif +#ifdef COMPILE_ENABLE_ALPHA_TEST +uniform float u_alphaTestRef1f; +#endif +#endif + +void main() { +#ifdef COMPILE_COLORED_SHADOWS + vec4 color = u_color4f; +#else + vec4 color = vec4(1.0); +#endif + +#ifdef COMPILE_ENABLE_TEXTURE2D +#ifdef COMPILE_TEXTURE_ATTRIB + color *= texture(u_samplerTexture, v_texture2f); +#else + color *= texture(u_samplerTexture, u_textureCoords01); +#endif +#ifdef COMPILE_ENABLE_ALPHA_TEST + if(color.a < u_alphaTestRef1f) discard; +#endif +#endif + +#ifdef COMPILE_COLORED_SHADOWS + output4f = vec4(mix(vec3(1.0), color.rgb, color.a), color.a); +#endif +} diff --git a/desktopRuntime/resources/assets/eagler/glsl/deferred/deferred_shadow.vsh b/desktopRuntime/resources/assets/eagler/glsl/deferred/deferred_shadow.vsh new file mode 100755 index 00000000..2dffab32 --- /dev/null +++ b/desktopRuntime/resources/assets/eagler/glsl/deferred/deferred_shadow.vsh @@ -0,0 +1,103 @@ +#line 2 + +/* + * Copyright (c) 2023 lax1dude. All Rights Reserved. + * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND + * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED + * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. + * IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT + * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR + * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, + * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE + * POSSIBILITY OF SUCH DAMAGE. + * + */ + +in vec3 a_position3f; + +#if defined(COMPILE_ENABLE_ALPHA_TEST) && defined(COMPILE_ENABLE_TEXTURE2D) +#define DO_SHADOW_ALPHA_TEST +#endif + +#ifdef DO_SHADOW_ALPHA_TEST +#ifdef COMPILE_TEXTURE_ATTRIB +in vec2 a_texture2f; +out vec2 v_texture2f; +uniform mat4 u_textureMat4f01; +#endif +#endif + +uniform mat4 u_modelviewProjMat4f; + +#ifdef COMPILE_STATE_WAVING_BLOCKS +#ifdef COMPILE_NORMAL_ATTRIB +in vec4 a_normal4f; +#else +uniform float u_blockConstant1f; +#endif +#ifdef COMPILE_ENABLE_LIGHTMAP +#ifdef COMPILE_LIGHTMAP_ATTRIB +in vec2 a_lightmap2f; +uniform mat4 u_textureMat4f02; +#else +uniform vec2 u_textureCoords02; +#endif +#endif +uniform mat4 u_modelMatrix4f; +uniform mat4 u_viewMatrix4f; +uniform vec3 u_wavingBlockOffset3f; +uniform vec4 u_wavingBlockParam4f; +#define DO_COMPILE_STATE_WAVING_BLOCKS +#define FAKE_SIN(valueIn, valueOut)\ + valueOut = abs(1.0 - fract(valueIn * 0.159155) * 2.0);\ + valueOut = valueOut * valueOut * (3.0 - 2.0 * valueOut) * 2.0 - 1.0; +#define LIB_INCLUDE_WAVING_BLOCKS_FUNCTION +#endif + +#EAGLER INCLUDE (2) "eagler:glsl/deferred/lib/waving_blocks.glsl" + +#define TEX_MAT3(mat4In) mat3(mat4In[0].xyw,mat4In[1].xyw,mat4In[3].xyw) + +void main() { +#ifdef DO_SHADOW_ALPHA_TEST +#ifdef COMPILE_TEXTURE_ATTRIB + vec3 v_textureTmp3f = TEX_MAT3(u_textureMat4f01) * vec3(a_texture2f, 1.0); + v_texture2f = v_textureTmp3f.xy / v_textureTmp3f.z; +#endif +#endif +#ifdef DO_COMPILE_STATE_WAVING_BLOCKS + vec4 pos = vec4(a_position3f, 1.0); +#ifdef COMPILE_NORMAL_ATTRIB + float blockId = floor((a_normal4f.w + 1.0) * 127.0 + 0.5); +#else + float blockId = u_blockConstant1f; +#endif +#ifdef COMPILE_ENABLE_LIGHTMAP +#ifdef COMPILE_LIGHTMAP_ATTRIB + mat4x2 texMat4x2 = mat4x2( + u_textureMat4f02[0].yw, + u_textureMat4f02[1].yw, + u_textureMat4f02[2].yw, + u_textureMat4f02[3].yw + ); + vec2 v_lightmapTmp2f = texMat4x2 * vec4(a_lightmap2f, 0.0, 1.0); + v_lightmapTmp2f.x = v_lightmapTmp2f.x / v_lightmapTmp2f.y; +#else + vec2 v_lightmapTmp2f = vec2(u_textureCoords02.y, 0.0); +#endif + if(v_lightmapTmp2f.x > 0.33) { + COMPUTE_WAVING_BLOCKS(pos, min(v_lightmapTmp2f.x * 3.0 - 1.0, 1.0), 24.0, blockId, u_modelMatrix4f, u_viewMatrix4f, u_modelviewProjMat4f, u_wavingBlockOffset3f, u_wavingBlockParam4f) + }else { + pos = u_modelviewProjMat4f * pos; + } +#else + COMPUTE_WAVING_BLOCKS(pos, 1.0, 32.0, blockId, u_modelMatrix4f, u_viewMatrix4f, u_modelviewProjMat4f, u_wavingBlockOffset3f, u_wavingBlockParam4f) +#endif + gl_Position = pos; +#else + gl_Position = u_modelviewProjMat4f * vec4(a_position3f, 1.0); +#endif +} diff --git a/desktopRuntime/resources/assets/eagler/glsl/deferred/dither16.bmp b/desktopRuntime/resources/assets/eagler/glsl/deferred/dither16.bmp new file mode 100755 index 00000000..57813a0e Binary files /dev/null and b/desktopRuntime/resources/assets/eagler/glsl/deferred/dither16.bmp differ diff --git a/desktopRuntime/resources/assets/eagler/glsl/deferred/eagler_moon.bmp b/desktopRuntime/resources/assets/eagler/glsl/deferred/eagler_moon.bmp new file mode 100755 index 00000000..53cabae1 Binary files /dev/null and b/desktopRuntime/resources/assets/eagler/glsl/deferred/eagler_moon.bmp differ diff --git a/desktopRuntime/resources/assets/eagler/glsl/deferred/emissive_items.csv b/desktopRuntime/resources/assets/eagler/glsl/deferred/emissive_items.csv new file mode 100755 index 00000000..4bb710b5 --- /dev/null +++ b/desktopRuntime/resources/assets/eagler/glsl/deferred/emissive_items.csv @@ -0,0 +1,9 @@ +item,damage,red,green,blue,intensity +minecraft:beacon,0,0.4493,0.6007,1.0000,500.0 +minecraft:glowstone,0,1.0000,0.6636,0.3583,10.0 +minecraft:lit_pumpkin,0,1.0000,0.5447,0.2005,10.0 +minecraft:torch,0,1.0000,0.5983,0.2655,10.0 +minecraft:redstone_torch,0,1.0000,0.1578,0.0000,4.0 +minecraft:sea_lantern,0,0.5530,0.6468,1.0000,10.0, +minecraft:lava_bucket,0,1.0000,0.4461,0.1054,6.0, +minecraft:nether_star,0,0.5711,0.6611,1.0000,6.0 \ No newline at end of file diff --git a/desktopRuntime/resources/assets/eagler/glsl/deferred/forward_core.fsh b/desktopRuntime/resources/assets/eagler/glsl/deferred/forward_core.fsh new file mode 100755 index 00000000..e6461c58 --- /dev/null +++ b/desktopRuntime/resources/assets/eagler/glsl/deferred/forward_core.fsh @@ -0,0 +1,473 @@ +#line 2 + +/* + * Copyright (c) 2023 lax1dude. All Rights Reserved. + * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND + * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED + * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. + * IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT + * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR + * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, + * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE + * POSSIBILITY OF SUCH DAMAGE. + * + */ + +precision highp sampler2DShadow; + +in vec4 v_position4f; + +#ifdef COMPILE_FOG_LIGHT_SHAFTS +in vec2 v_positionClip2f; +#endif + +#ifdef COMPILE_TEXTURE_ATTRIB +in vec2 v_texture2f; +#endif + +uniform vec4 u_color4f; + +#ifdef COMPILE_BLEND_ADD +uniform vec4 u_colorBlendSrc4f; +uniform vec4 u_colorBlendAdd4f; +#endif + +#ifdef COMPILE_COLOR_ATTRIB +in vec4 v_color4f; +#endif + +#ifdef COMPILE_NORMAL_ATTRIB +in vec3 v_normal3f; +in float v_block1f; +#else +uniform vec3 u_uniformNormal3f; +uniform float u_blockConstant1f; +#endif + +#ifdef COMPILE_LIGHTMAP_ATTRIB +in vec2 v_lightmap2f; +#else +uniform vec2 u_textureCoords02; +#endif + +#ifdef COMPILE_ENABLE_TEXTURE2D +uniform sampler2D u_samplerTexture; +#ifndef COMPILE_TEXTURE_ATTRIB +uniform vec2 u_textureCoords01; +#endif +#else +#undef COMPILE_NORMAL_MATERIAL_TEXTURE +#endif + +#ifdef COMPILE_ENABLE_TEX_GEN +in vec3 v_objectPosition3f; +uniform ivec4 u_texGenPlane4i; +uniform vec4 u_texGenS4f; +uniform vec4 u_texGenT4f; +uniform vec4 u_texGenR4f; +uniform vec4 u_texGenQ4f; +uniform mat4 u_textureMat4f01; +#endif + +#ifdef COMPILE_ENABLE_ALPHA_TEST +uniform float u_alphaTestRef1f; +#endif + +#ifdef COMPILE_ENABLE_ANISOTROPIC_FIX +uniform vec2 u_textureAnisotropicFix; +#endif + +uniform mat4 u_inverseViewMatrix4f; + +layout(location = 0) out vec4 output4f; + +#ifdef COMPILE_DYNAMIC_LIGHTS +struct DynamicLight { + mediump vec4 u_lightPosition4f; + mediump vec4 u_lightColor4f; +}; +layout(std140) uniform u_chunkLightingData { + mediump int u_dynamicLightCount1i; + mediump int _paddingA_; + mediump int _paddingB_; + mediump int _paddingC_; + DynamicLight u_dynamicLightArray[12]; +}; +#endif + +layout(std140) uniform u_worldLightingData { + mediump vec4 u_sunDirection4f; + mediump vec4 u_sunColor3f_sky1f; + mediump vec4 u_fogParameters4f; + mediump vec4 u_fogColorLight4f; + mediump vec4 u_fogColorDark4f; + mediump vec4 u_fogColorAddSun4f; + mediump vec4 u_blockSkySunDynamicLightFac4f; +#ifdef COMPILE_SUN_SHADOW_LOD0 + mediump mat4 u_sunShadowMatrixLOD04f; +#define DO_COMPILE_SUN_SHADOWS +#define SUN_SHADOW_MAP_FRAC 1.0 +#endif +#ifdef COMPILE_SUN_SHADOW_LOD1 + mediump mat4 u_sunShadowMatrixLOD04f; + mediump mat4 u_sunShadowMatrixLOD14f; +#define DO_COMPILE_SUN_SHADOWS +#define SUN_SHADOW_MAP_FRAC 0.5 +#endif +#ifdef COMPILE_SUN_SHADOW_LOD2 + mediump mat4 u_sunShadowMatrixLOD04f; + mediump mat4 u_sunShadowMatrixLOD14f; + mediump mat4 u_sunShadowMatrixLOD24f; +#define DO_COMPILE_SUN_SHADOWS +#define SUN_SHADOW_MAP_FRAC 0.3333333 +#endif +}; + +#ifdef COMPILE_NORMAL_MATERIAL_TEXTURE +uniform sampler2D u_samplerNormalMaterial; +#else +uniform vec3 u_materialConstants3f; +#endif + +uniform sampler2D u_metalsLUT; + +#define LIB_INCLUDE_PBR_LIGHTING_FUNCTION +#define LIB_INCLUDE_PBR_LIGHTING_PREFETCH +#EAGLER INCLUDE (3) "eagler:glsl/deferred/lib/pbr_lighting.glsl" + +#ifdef COMPILE_PARABOLOID +#undef COMPILE_SUN_SHADOW_SMOOTH +#undef COMPILE_SUN_SHADOW_LOD1 +#undef COMPILE_SUN_SHADOW_LOD2 +#endif + +#ifdef COMPILE_PARABOLOID_ENV_MAP +uniform sampler2D u_environmentMap; +uniform sampler2D u_brdfLUT; +#define LIB_INCLUDE_PBR_IMAGE_BASED_LIGHTING_SPECULAR +#define LIB_INCLUDE_PBR_IMAGE_BASED_LIGHTING_PREFETCH +#endif + +uniform sampler2D u_irradianceMap; + +#ifdef COMPILE_FOG_LIGHT_SHAFTS +uniform sampler2D u_lightShaftsTexture; +#endif + +#EAGLER INCLUDE (4) "eagler:glsl/deferred/lib/pbr_env_map.glsl" + +#ifdef DO_COMPILE_SUN_SHADOWS +uniform sampler2DShadow u_sunShadowDepthTexture; +#ifdef COMPILE_SUN_SHADOW_SMOOTH +const vec2 POISSON_DISK[7] = vec2[]( +vec2(-0.077, 0.995), vec2(0.998, 0.015), +vec2(-0.116, -0.987), vec2(-0.916, 0.359), +vec2(-0.697, -0.511), vec2(0.740, -0.612), +vec2(0.675, 0.682)); +#define SMOOTH_SHADOW_SAMPLES 1.0 / 8.0 +#define SMOOTH_SHADOW_RADIUS 0.00075 +#define SMOOTH_SHADOW_POISSON_SAMPLE(idx, tex, lod, vec3Pos, accum, tmpVec2)\ + tmpVec2 = vec3Pos.xy + POISSON_DISK[idx] * SMOOTH_SHADOW_RADIUS;\ + tmpVec2 = clamp(tmpVec2, vec2(0.001), vec2(0.999));\ + tmpVec2.y += lod;\ + tmpVec2.y *= SUN_SHADOW_MAP_FRAC;\ + accum += textureLod(tex, vec3(tmpVec2, vec3Pos.z), 0.0) * SMOOTH_SHADOW_SAMPLES; +#endif +#endif + +void main() { + vec4 worldPosition4f; + vec4 worldDirection4f; + vec4 diffuseColor4f; + vec3 normalVector3f; + vec2 lightmapCoords2f; + vec3 materialData3f; + float block1f; + + // =========== RESOLVE CONSTANTS ============ // + + worldPosition4f = u_inverseViewMatrix4f * v_position4f; + worldPosition4f.xyz /= worldPosition4f.w; + worldPosition4f.w = 1.0; + worldDirection4f = u_inverseViewMatrix4f * vec4(v_position4f.xyz / v_position4f.w, 0.0); + worldDirection4f.xyz = normalize(worldDirection4f.xyz); + +#ifdef COMPILE_ENABLE_LIGHTMAP +#ifdef COMPILE_LIGHTMAP_ATTRIB + lightmapCoords2f = v_lightmap2f; +#else + lightmapCoords2f = u_textureCoords02; +#endif +#else + lightmapCoords2f = vec2(0.0, 1.0); +#endif + +#ifdef COMPILE_NORMAL_ATTRIB + normalVector3f = normalize(v_normal3f); + block1f = v_block1f; +#else + normalVector3f = u_uniformNormal3f; + block1f = u_blockConstant1f; +#endif + + normalVector3f = normalize(mat3(u_inverseViewMatrix4f) * normalVector3f); + + // ========= CALCULATE DIFFUSE COLOR ========== // + +#ifdef COMPILE_COLOR_ATTRIB + diffuseColor4f = v_color4f * u_color4f; +#else + diffuseColor4f = u_color4f; +#endif + +#ifdef COMPILE_ENABLE_TEXTURE2D + vec2 texCoords2f; +#ifdef COMPILE_ENABLE_TEX_GEN + vec4 texGenVector; + vec4 texGenPosSrc[2]; + texGenPosSrc[0] = vec4(v_objectPosition3f, 1.0); + texGenPosSrc[1] = v_position4f; + texGenVector.x = dot(texGenPosSrc[u_texGenPlane4i.x], u_texGenS4f); + texGenVector.y = dot(texGenPosSrc[u_texGenPlane4i.y], u_texGenT4f); + texGenVector.z = dot(texGenPosSrc[u_texGenPlane4i.z], u_texGenR4f); + texGenVector.w = dot(texGenPosSrc[u_texGenPlane4i.w], u_texGenQ4f); + texGenVector = vec4(mat4x3( + u_textureMat4f01[0].xyw, + u_textureMat4f01[1].xyw, + u_textureMat4f01[2].xyw, + u_textureMat4f01[3].xyw + ) * texGenVector, 0.0); + texCoords2f = texGenVector.xy / texGenVector.z; +#else + +#ifdef COMPILE_TEXTURE_ATTRIB +#ifdef COMPILE_ENABLE_ANISOTROPIC_FIX + texCoords2f = floor(v_texture2f * u_textureAnisotropicFix) + 0.5; + texCoords2f /= u_textureAnisotropicFix; +#else + texCoords2f = v_texture2f; +#endif +#else + texCoords2f = u_textureCoords01; +#endif +#endif + diffuseColor4f *= texture(u_samplerTexture, texCoords2f); +#endif + +#ifdef COMPILE_BLEND_ADD + diffuseColor4f = diffuseColor4f * u_colorBlendSrc4f + u_colorBlendAdd4f; +#endif + + // ============= ALPHA TEST ============== // + +#ifdef COMPILE_ENABLE_ALPHA_TEST + if(diffuseColor4f.a < u_alphaTestRef1f) discard; +#endif + + // ========== RESOLVE MATERIALS =========== // + +#ifdef COMPILE_NORMAL_MATERIAL_TEXTURE + vec2 uv2 = vec2(1.0, 0.5) * texCoords2f; + uv2.y += 0.5; + materialData3f = texture(u_samplerNormalMaterial, uv2).rgb; +#else + materialData3f = u_materialConstants3f; +#endif + + vec3 metalN, metalK; + PREFETCH_METALS(diffuseColor4f.rgb, materialData3f.g, metalN, metalK) + + // ============ SUN LIGHTING ============== // + + diffuseColor4f.rgb *= diffuseColor4f.rgb; + + vec3 lightColor3f = vec3(0.0); + if(dot(u_sunDirection4f.xyz, normalVector3f) > 0.0 && lightmapCoords2f.g > 0.5 && + (u_sunColor3f_sky1f.r + u_sunColor3f_sky1f.g + u_sunColor3f_sky1f.b) > 0.001) { +#ifdef DO_COMPILE_SUN_SHADOWS + + // ========== SUN SHADOW: LOD0 ============ // + + float skyLight = max(lightmapCoords2f.g * 2.0 - 1.0, 0.0); + float shadowSample = 1.0; + vec4 shadowWorldPos4f = worldPosition4f; + shadowWorldPos4f.xyz += normalVector3f * 0.05; + + vec4 shadowTexPos4f; + vec2 tmpVec2; + for(;;) { + shadowTexPos4f = u_sunShadowMatrixLOD04f * shadowWorldPos4f; + if(shadowTexPos4f.xyz == clamp(shadowTexPos4f.xyz, vec3(0.005), vec3(0.995))) { + shadowSample = textureLod(u_sunShadowDepthTexture, vec3(shadowTexPos4f.xy * vec2(1.0, SUN_SHADOW_MAP_FRAC), shadowTexPos4f.z), 0.0); +#ifdef COMPILE_SUN_SHADOW_SMOOTH + shadowSample *= SMOOTH_SHADOW_SAMPLES; + SMOOTH_SHADOW_POISSON_SAMPLE(0, u_sunShadowDepthTexture, 0.0, shadowTexPos4f.xyz, shadowSample, tmpVec2) + SMOOTH_SHADOW_POISSON_SAMPLE(1, u_sunShadowDepthTexture, 0.0, shadowTexPos4f.xyz, shadowSample, tmpVec2) + SMOOTH_SHADOW_POISSON_SAMPLE(2, u_sunShadowDepthTexture, 0.0, shadowTexPos4f.xyz, shadowSample, tmpVec2) + SMOOTH_SHADOW_POISSON_SAMPLE(3, u_sunShadowDepthTexture, 0.0, shadowTexPos4f.xyz, shadowSample, tmpVec2) + SMOOTH_SHADOW_POISSON_SAMPLE(4, u_sunShadowDepthTexture, 0.0, shadowTexPos4f.xyz, shadowSample, tmpVec2) + SMOOTH_SHADOW_POISSON_SAMPLE(5, u_sunShadowDepthTexture, 0.0, shadowTexPos4f.xyz, shadowSample, tmpVec2) + SMOOTH_SHADOW_POISSON_SAMPLE(6, u_sunShadowDepthTexture, 0.0, shadowTexPos4f.xyz, shadowSample, tmpVec2) + shadowSample = max(shadowSample * 2.0 - 1.0, 0.0); +#endif + break; + } + +#if defined(COMPILE_SUN_SHADOW_LOD1) || defined(COMPILE_SUN_SHADOW_LOD2) + shadowTexPos4f = u_sunShadowMatrixLOD14f * shadowWorldPos4f; + if(shadowTexPos4f.xyz == clamp(shadowTexPos4f.xyz, vec3(0.005), vec3(0.995))) { + shadowTexPos4f.y += 1.0; + shadowTexPos4f.y *= SUN_SHADOW_MAP_FRAC; + shadowSample = textureLod(u_sunShadowDepthTexture, vec3(shadowTexPos4f.xy, shadowTexPos4f.z + 0.00015), 0.0); + break; + } +#endif + +#ifdef COMPILE_SUN_SHADOW_LOD2 + shadowTexPos4f = u_sunShadowMatrixLOD24f * shadowWorldPos4f; + if(shadowTexPos4f.xyz == clamp(shadowTexPos4f.xyz, vec3(0.005), vec3(0.995))) { + shadowTexPos4f.y += 2.0; + shadowTexPos4f.y *= SUN_SHADOW_MAP_FRAC; + shadowSample = textureLod(u_sunShadowDepthTexture, vec3(shadowTexPos4f.xy, shadowTexPos4f.z + 0.00015), 0.0); + } +#endif + break; + } +#endif + lightColor3f = u_sunColor3f_sky1f.rgb * max(lightmapCoords2f.g * 2.0 - 1.0, 0.0); +#ifdef DO_COMPILE_SUN_SHADOWS + lightColor3f *= shadowSample * skyLight; +#endif + lightColor3f = eaglercraftLighting(diffuseColor4f.rgb, lightColor3f, -worldDirection4f.xyz, u_sunDirection4f.xyz, normalVector3f, materialData3f, metalN, metalK) * u_blockSkySunDynamicLightFac4f.z; + } + + float f; +#ifdef COMPILE_PARABOLOID_ENV_MAP + + // =========== ENVIRONMENT MAP =========== // + + f = materialData3f.g < 0.06 ? 1.0 : 0.0; + f += materialData3f.r < 0.5 ? 1.0 : 0.0; + while(f == 0.0) { + float dst2 = dot(worldPosition4f.xyz, worldPosition4f.xyz); + if(dst2 > 16.0) { + break; + } + vec3 reflectDir = reflect(worldDirection4f.xyz, normalVector3f); + reflectDir.xz /= abs(reflectDir.y) + 1.0; + float dst = 1.0 - dot(reflectDir.xz, reflectDir.xz); + dst *= dst; + reflectDir.xz = reflectDir.xz * 0.975; + vec4 envMapSample4f; + if(dst < 0.005) { + vec4 sample1 = textureLod(u_environmentMap, reflectDir.xz * vec2(0.5, 0.25) + vec2(0.5, 0.25), 0.0); + vec4 sample2 = textureLod(u_environmentMap, reflectDir.xz * vec2(0.5, -0.25) + vec2(0.5, 0.75), 0.0); + envMapSample4f = vec4(mix(sample1.rgb, sample2.rgb, smoothstep(0.0, 1.0, reflectDir.y * -12.5 + 0.5)).rgb, min(sample1.a, sample2.a)); + }else { + reflectDir.xz = reflectDir.xz * vec2(0.5, reflectDir.y > 0.0 ? 0.25 : -0.25); + reflectDir.xz += vec2(0.5, reflectDir.y > 0.0 ? 0.25 : 0.75); + envMapSample4f = textureLod(u_environmentMap, reflectDir.xz, 0.0); + } + if(envMapSample4f.a > 0.0) { + lightColor3f += eaglercraftIBL_Specular(diffuseColor4f.rgb, envMapSample4f.rgb, worldDirection4f.xyz, normalVector3f, materialData3f, metalN, metalK) * (1.0 - sqrt(dst2) * 0.25); + } + break; + } + +#endif + + // =========== IRRADIANCE MAP =========== // + + lightmapCoords2f *= lightmapCoords2f; + + vec3 irradianceMapSamplePos2f = normalVector3f; + irradianceMapSamplePos2f.xz /= abs(irradianceMapSamplePos2f.y) + 1.0; + float dst = 1.0 - dot(irradianceMapSamplePos2f.xz, irradianceMapSamplePos2f.xz); + dst *= dst; + irradianceMapSamplePos2f.xz *= 0.975; + vec3 skyLight = vec3(sqrt(0.01 + max(u_sunDirection4f.w, 0.0))); + if(dst < 0.005) { + vec4 sample1 = textureLod(u_irradianceMap, irradianceMapSamplePos2f.xz * vec2(0.5, 0.25) + vec2(0.5, 0.25), 0.0); + vec4 sample2 = textureLod(u_irradianceMap, irradianceMapSamplePos2f.xz * vec2(0.5, -0.25) + vec2(0.5, 0.75), 0.0); + skyLight += mix(sample1.rgb, sample2.rgb, smoothstep(0.0, 1.0, irradianceMapSamplePos2f.y * -12.5 + 0.5)).rgb; + }else { + irradianceMapSamplePos2f.xz *= vec2(0.5, irradianceMapSamplePos2f.y > 0.0 ? 0.25 : -0.25); + irradianceMapSamplePos2f.xz += vec2(0.5, irradianceMapSamplePos2f.y > 0.0 ? 0.25 : 0.75); + skyLight += textureLod(u_irradianceMap, irradianceMapSamplePos2f.xz, 0.0).rgb; + } + skyLight *= lightmapCoords2f.g * u_sunColor3f_sky1f.w; + +#ifdef COMPILE_DYNAMIC_LIGHTS + + // =========== DYNAMIC LIGHTING =========== // + + vec3 dlightDist3f, dlightDir3f, dlightColor3f; + int safeLightCount = u_dynamicLightCount1i > 12 ? 0 : u_dynamicLightCount1i; // hate this + for(int i = 0; i < safeLightCount; ++i) { + dlightDist3f = worldPosition4f.xyz - u_dynamicLightArray[i].u_lightPosition4f.xyz; + dlightDir3f = normalize(dlightDist3f); + dlightDir3f = materialData3f.b == 1.0 ? normalVector3f : -dlightDir3f; + if(dot(dlightDir3f, normalVector3f) <= 0.0) { + continue; + } + dlightColor3f = u_dynamicLightArray[i].u_lightColor4f.rgb / dot(dlightDist3f, dlightDist3f); + if(dlightColor3f.r + dlightColor3f.g + dlightColor3f.b < 0.025) { + continue; + } + lightColor3f += eaglercraftLighting(diffuseColor4f.rgb, dlightColor3f, -worldDirection4f.xyz, dlightDir3f, normalVector3f, materialData3f, metalN, metalK) * u_blockSkySunDynamicLightFac4f.w; + } + +#endif + + // ============ CACLULATE FOG ============= // + + vec4 fogBlend4f = vec4(0.0); +#ifndef COMPILE_ENABLE_TEX_GEN + while(u_fogParameters4f.x > 0.0) { + float atmos = u_fogParameters4f.x >= 4.0 ? 4.0 : 0.0; + float type = u_fogParameters4f.x - atmos; + fogBlend4f = mix(u_fogColorLight4f, u_fogColorDark4f, lightmapCoords2f.g); + + float l = sqrt(dot(v_position4f.xyz, v_position4f.xyz)); + if(type == 1.0) { + f = (l - u_fogParameters4f.z) / (u_fogParameters4f.w - u_fogParameters4f.z); + }else { + f = 1.0 - exp(-u_fogParameters4f.y * l); + } + + fogBlend4f.a *= clamp(f, 0.0, 1.0); + + if(atmos == 0.0) { + break; + } + + vec3 atmosSamplePos = v_position4f.xyz / -l; + atmosSamplePos.xz /= abs(atmosSamplePos.y) + 1.0; + atmosSamplePos.xz *= vec2(-0.5, -0.25) * 0.75; + atmosSamplePos.xz += vec2(0.5, 0.25); + + fogBlend4f.rgb *= textureLod(u_irradianceMap, atmosSamplePos.xz, 0.0).rgb; + +#ifdef COMPILE_FOG_LIGHT_SHAFTS + fogBlend4f.rgb *= pow(textureLod(u_lightShaftsTexture, v_positionClip2f * 0.5 + 0.5, 0.0).r * 0.9 + 0.1, 2.25); + fogBlend4f.a = fogBlend4f.a * 0.9 + 0.1; +#endif + break; + } +#endif + + // ============ OUTPUT COLOR ============== // + + vec3 blockLight = lightmapCoords2f.r * vec3(1.0, 0.5809, 0.2433) * 2.0 * u_blockSkySunDynamicLightFac4f.x; + skyLight *= u_blockSkySunDynamicLightFac4f.y; + float emissive = materialData3f.b == 1.0 ? 0.0 : materialData3f.b; + diffuseColor4f.rgb *= max(skyLight + blockLight, vec3(emissive * emissive * 20.0 + 0.075)) * 0.075; + diffuseColor4f.rgb += lightColor3f; + + diffuseColor4f.rgb = mix(diffuseColor4f.rgb, fogBlend4f.rgb, fogBlend4f.a); + + output4f = vec4(diffuseColor4f.rgb * diffuseColor4f.a, diffuseColor4f.a); +} diff --git a/desktopRuntime/resources/assets/eagler/glsl/deferred/forward_core.vsh b/desktopRuntime/resources/assets/eagler/glsl/deferred/forward_core.vsh new file mode 100755 index 00000000..17bd131c --- /dev/null +++ b/desktopRuntime/resources/assets/eagler/glsl/deferred/forward_core.vsh @@ -0,0 +1,103 @@ +#line 2 + +/* + * Copyright (c) 2023 lax1dude. All Rights Reserved. + * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND + * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED + * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. + * IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT + * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR + * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, + * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE + * POSSIBILITY OF SUCH DAMAGE. + * + */ + +in vec3 a_position3f; + +out vec4 v_position4f; + +#ifdef COMPILE_FOG_LIGHT_SHAFTS +out vec2 v_positionClip2f; +#endif + +#ifdef COMPILE_TEXTURE_ATTRIB +in vec2 a_texture2f; +out vec2 v_texture2f; +uniform mat4 u_textureMat4f01; +#endif + +#ifdef COMPILE_ENABLE_TEX_GEN +out vec3 v_objectPosition3f; +#endif + +#ifdef COMPILE_COLOR_ATTRIB +in vec4 a_color4f; +out vec4 v_color4f; +#endif + +#ifdef COMPILE_NORMAL_ATTRIB +in vec4 a_normal4f; +out vec3 v_normal3f; +out float v_block1f; +#endif + +#ifdef COMPILE_LIGHTMAP_ATTRIB +in vec2 a_lightmap2f; +out vec2 v_lightmap2f; +uniform mat4 u_textureMat4f02; +#endif + +uniform mat4 u_modelviewMat4f; + +#ifdef COMPILE_PARABOLOID +uniform float u_farPlane1f; +#else +uniform mat4 u_projectionMat4f; +#endif + +#define TEX_MAT3(mat4In) mat3(mat4In[0].xyw,mat4In[1].xyw,mat4In[3].xyw) + +void main() { +#ifdef COMPILE_ENABLE_TEX_GEN + v_objectPosition3f = a_position3f; +#endif + v_position4f = u_modelviewMat4f * vec4(a_position3f, 1.0); + +#ifdef COMPILE_TEXTURE_ATTRIB + vec3 v_textureTmp3f = TEX_MAT3(u_textureMat4f01) * vec3(a_texture2f, 1.0); + v_texture2f = v_textureTmp3f.xy / v_textureTmp3f.z; +#endif + +#ifdef COMPILE_COLOR_ATTRIB + v_color4f = a_color4f; +#endif + +#ifdef COMPILE_NORMAL_ATTRIB + v_normal3f = normalize(mat3(u_modelviewMat4f) * a_normal4f.xyz); + v_block1f = floor((a_normal4f.w + 1.0) * 127.0 + 0.5); +#endif + +#ifdef COMPILE_LIGHTMAP_ATTRIB + vec3 v_lightmapTmp3f = TEX_MAT3(u_textureMat4f02) * vec3(a_lightmap2f, 1.0); + v_lightmap2f = v_lightmapTmp3f.xy / v_lightmapTmp3f.z; +#endif + +#ifdef COMPILE_PARABOLOID + vec3 pos = v_position4f.xyz / v_position4f.w; + float dist = pos.z; + pos.xyz = normalize(pos.xyz); + pos.xy /= 1.0 - pos.z; + pos.z = dist / u_farPlane1f + 1.00005; + gl_Position = vec4(pos.xyz, 1.0); +#else + gl_Position = u_projectionMat4f * v_position4f; +#endif + +#ifdef COMPILE_FOG_LIGHT_SHAFTS + v_positionClip2f = gl_Position.xy / gl_Position.w; +#endif +} diff --git a/desktopRuntime/resources/assets/eagler/glsl/deferred/forward_glass_highlights.fsh b/desktopRuntime/resources/assets/eagler/glsl/deferred/forward_glass_highlights.fsh new file mode 100755 index 00000000..5db05fb0 --- /dev/null +++ b/desktopRuntime/resources/assets/eagler/glsl/deferred/forward_glass_highlights.fsh @@ -0,0 +1,308 @@ +#line 2 + +/* + * Copyright (c) 2023 lax1dude. All Rights Reserved. + * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND + * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED + * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. + * IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT + * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR + * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, + * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE + * POSSIBILITY OF SUCH DAMAGE. + * + */ + +precision highp sampler2DShadow; + +in vec4 v_position4f; + +uniform vec4 u_color4f; + +#ifdef COMPILE_NORMAL_ATTRIB +in vec3 v_normal3f; +in float v_block1f; +#else +uniform vec3 u_uniformNormal3f; +uniform float u_blockConstant1f; +#endif + +#ifdef COMPILE_LIGHTMAP_ATTRIB +in vec2 v_lightmap2f; +#else +uniform vec2 u_textureCoords02; +#endif + +uniform mat4 u_inverseViewMatrix4f; + +layout(location = 0) out vec4 output4f; + +#ifdef COMPILE_DYNAMIC_LIGHTS +struct DynamicLight { + mediump vec4 u_lightPosition4f; + mediump vec4 u_lightColor4f; +}; +layout(std140) uniform u_chunkLightingData { + mediump int u_dynamicLightCount1i; + mediump int _paddingA_; + mediump int _paddingB_; + mediump int _paddingC_; + DynamicLight u_dynamicLightArray[12]; +}; +#endif + +layout(std140) uniform u_worldLightingData { + mediump vec4 u_sunDirection4f; + mediump vec4 u_sunColor3f_sky1f; + mediump vec4 u_fogParameters4f; + mediump vec4 u_fogColorLight4f; + mediump vec4 u_fogColorDark4f; + mediump vec4 u_fogColorAddSun4f; + mediump vec4 u_blockSkySunDynamicLightFac4f; +#ifdef COMPILE_SUN_SHADOW_LOD0 + mediump mat4 u_sunShadowMatrixLOD04f; +#define DO_COMPILE_SUN_SHADOWS +#define SUN_SHADOW_MAP_FRAC 1.0 +#endif +#ifdef COMPILE_SUN_SHADOW_LOD1 + mediump mat4 u_sunShadowMatrixLOD04f; + mediump mat4 u_sunShadowMatrixLOD14f; +#define DO_COMPILE_SUN_SHADOWS +#define SUN_SHADOW_MAP_FRAC 0.5 +#endif +#ifdef COMPILE_SUN_SHADOW_LOD2 + mediump mat4 u_sunShadowMatrixLOD04f; + mediump mat4 u_sunShadowMatrixLOD14f; + mediump mat4 u_sunShadowMatrixLOD24f; +#define DO_COMPILE_SUN_SHADOWS +#define SUN_SHADOW_MAP_FRAC 0.3333333 +#endif +}; + +uniform sampler2D u_environmentMap; +uniform sampler2D u_brdfLUT; + +#define GLASS_ROUGHNESS 0.15 +#define GLASS_F0 0.4 + +vec3 eaglercraftLighting_Glass(in vec3 radiance, in vec3 viewDir, in vec3 lightDir, in vec3 normalVec) { + float roughness = 1.0 - GLASS_ROUGHNESS * 0.85; + vec3 H = normalize(viewDir + lightDir); + vec3 NdotHVL = max(normalVec * mat3(H, viewDir, lightDir), vec3(0.0)); + float NDF = (GLASS_ROUGHNESS * GLASS_ROUGHNESS * GLASS_ROUGHNESS * GLASS_ROUGHNESS); + float denom = NdotHVL.x * NdotHVL.x * (NDF - 1.0) + 1.0; + NDF /= denom * denom * 3.141592; + float gs = GLASS_ROUGHNESS + 1.0; + gs *= gs * 0.125; + vec2 Ndot = NdotHVL.yz; + Ndot /= Ndot * (1.0 - gs) + gs; + NDF *= Ndot.x * Ndot.y; + float fresnel = pow(max(1.0 - NdotHVL.x, 0.0), 5.0); + vec3 F = vec3(GLASS_F0 + (1.0 - GLASS_F0) * fresnel); + denom = 4.0 * NdotHVL.y * NdotHVL.z + 0.0001; + return (NDF * F / denom) * radiance * NdotHVL.z; +} + +vec3 eaglercraftIBL_Specular_Glass(in vec3 envMapSample, in vec3 viewDir, in vec3 normalVec) { + float NdotV = dot(normalVec, -viewDir); + float fresnel = pow(max(1.0 - NdotV, 0.0), 5.0); + vec3 F = vec3(GLASS_F0 + (max(1.0 - GLASS_ROUGHNESS, GLASS_F0) - GLASS_F0) * fresnel); + vec2 brdf2f = vec2(max(NdotV, 0.0), GLASS_ROUGHNESS); + brdf2f = 1.0 - brdf2f; + brdf2f *= brdf2f; + brdf2f = 1.0 - brdf2f; + brdf2f = textureLod(u_brdfLUT, brdf2f, 0.0).rg; + return envMapSample * (F * brdf2f.r + brdf2f.g); +} + +#ifdef DO_COMPILE_SUN_SHADOWS +uniform sampler2DShadow u_sunShadowDepthTexture; +#ifdef COMPILE_SUN_SHADOW_SMOOTH +const vec2 POISSON_DISK[7] = vec2[]( +vec2(-0.077, 0.995), vec2(0.998, 0.015), +vec2(-0.116, -0.987), vec2(-0.916, 0.359), +vec2(-0.697, -0.511), vec2(0.740, -0.612), +vec2(0.675, 0.682)); +#define SMOOTH_SHADOW_SAMPLES 1.0 / 8.0 +#define SMOOTH_SHADOW_RADIUS 0.00075 +#define SMOOTH_SHADOW_POISSON_SAMPLE(idx, tex, lod, vec3Pos, accum, tmpVec2)\ + tmpVec2 = vec3Pos.xy + POISSON_DISK[idx] * SMOOTH_SHADOW_RADIUS;\ + tmpVec2 = clamp(tmpVec2, vec2(0.001), vec2(0.999));\ + tmpVec2.y += lod;\ + tmpVec2.y *= SUN_SHADOW_MAP_FRAC;\ + accum += textureLod(tex, vec3(tmpVec2, vec3Pos.z), 0.0) * SMOOTH_SHADOW_SAMPLES; +#endif +#endif + +void main() { + vec4 worldPosition4f; + vec4 worldDirection4f; + vec3 normalVector3f; + vec2 lightmapCoords2f; + float block1f; + + // =========== RESOLVE CONSTANTS ============ // + + worldPosition4f = u_inverseViewMatrix4f * v_position4f; + worldPosition4f.xyz /= worldPosition4f.w; + worldPosition4f.w = 1.0; + worldDirection4f = u_inverseViewMatrix4f * vec4(v_position4f.xyz / v_position4f.w, 0.0); + worldDirection4f.xyz = normalize(worldDirection4f.xyz); + +#ifdef COMPILE_ENABLE_LIGHTMAP +#ifdef COMPILE_LIGHTMAP_ATTRIB + lightmapCoords2f = v_lightmap2f; +#else + lightmapCoords2f = u_textureCoords02; +#endif +#else + lightmapCoords2f = vec2(0.0, 1.0); +#endif + +#ifdef COMPILE_NORMAL_ATTRIB + normalVector3f = normalize(v_normal3f); + block1f = v_block1f; +#else + normalVector3f = u_uniformNormal3f; + block1f = u_blockConstant1f; +#endif + + normalVector3f = normalize(mat3(u_inverseViewMatrix4f) * normalVector3f); + + // ============ SUN LIGHTING ============== // + + vec3 lightColor3f = vec3(0.0); + if(dot(u_sunDirection4f.xyz, normalVector3f) > 0.0 && lightmapCoords2f.g > 0.5 && + (u_sunColor3f_sky1f.r + u_sunColor3f_sky1f.g + u_sunColor3f_sky1f.b) > 0.001) { +#ifdef DO_COMPILE_SUN_SHADOWS + + // ========== SUN SHADOW: LOD0 ============ // + + float skyLight = max(lightmapCoords2f.g * 2.0 - 1.0, 0.0); + float shadowSample = 1.0; + vec4 shadowWorldPos4f = worldPosition4f; + shadowWorldPos4f.xyz += normalVector3f * 0.05; + + vec4 shadowTexPos4f; + vec2 tmpVec2; + for(;;) { + shadowTexPos4f = u_sunShadowMatrixLOD04f * shadowWorldPos4f; + if(shadowTexPos4f.xyz == clamp(shadowTexPos4f.xyz, vec3(0.005), vec3(0.995))) { + shadowSample = textureLod(u_sunShadowDepthTexture, vec3(shadowTexPos4f.xy * vec2(1.0, SUN_SHADOW_MAP_FRAC), shadowTexPos4f.z), 0.0); +#ifdef COMPILE_SUN_SHADOW_SMOOTH + shadowSample *= SMOOTH_SHADOW_SAMPLES; + SMOOTH_SHADOW_POISSON_SAMPLE(0, u_sunShadowDepthTexture, 0.0, shadowTexPos4f.xyz, shadowSample, tmpVec2) + SMOOTH_SHADOW_POISSON_SAMPLE(1, u_sunShadowDepthTexture, 0.0, shadowTexPos4f.xyz, shadowSample, tmpVec2) + SMOOTH_SHADOW_POISSON_SAMPLE(2, u_sunShadowDepthTexture, 0.0, shadowTexPos4f.xyz, shadowSample, tmpVec2) + SMOOTH_SHADOW_POISSON_SAMPLE(3, u_sunShadowDepthTexture, 0.0, shadowTexPos4f.xyz, shadowSample, tmpVec2) + SMOOTH_SHADOW_POISSON_SAMPLE(4, u_sunShadowDepthTexture, 0.0, shadowTexPos4f.xyz, shadowSample, tmpVec2) + SMOOTH_SHADOW_POISSON_SAMPLE(5, u_sunShadowDepthTexture, 0.0, shadowTexPos4f.xyz, shadowSample, tmpVec2) + SMOOTH_SHADOW_POISSON_SAMPLE(6, u_sunShadowDepthTexture, 0.0, shadowTexPos4f.xyz, shadowSample, tmpVec2) + shadowSample = max(shadowSample * 2.0 - 1.0, 0.0); +#endif + break; + } + +#if defined(COMPILE_SUN_SHADOW_LOD1) || defined(COMPILE_SUN_SHADOW_LOD2) + shadowTexPos4f = u_sunShadowMatrixLOD14f * shadowWorldPos4f; + if(shadowTexPos4f.xyz == clamp(shadowTexPos4f.xyz, vec3(0.005), vec3(0.995))) { + shadowTexPos4f.y += 1.0; + shadowTexPos4f.y *= SUN_SHADOW_MAP_FRAC; + shadowSample = textureLod(u_sunShadowDepthTexture, vec3(shadowTexPos4f.xy, shadowTexPos4f.z + 0.00015), 0.0); + break; + } +#endif + +#ifdef COMPILE_SUN_SHADOW_LOD2 + shadowTexPos4f = u_sunShadowMatrixLOD24f * shadowWorldPos4f; + if(shadowTexPos4f.xyz == clamp(shadowTexPos4f.xyz, vec3(0.005), vec3(0.995))) { + shadowTexPos4f.y += 2.0; + shadowTexPos4f.y *= SUN_SHADOW_MAP_FRAC; + shadowSample = textureLod(u_sunShadowDepthTexture, vec3(shadowTexPos4f.xy, shadowTexPos4f.z + 0.00015), 0.0); + } +#endif + break; + } +#endif + lightColor3f = u_sunColor3f_sky1f.rgb * max(lightmapCoords2f.g * 2.0 - 1.0, 0.0); +#ifdef DO_COMPILE_SUN_SHADOWS + lightColor3f *= shadowSample * skyLight; +#endif + lightColor3f = eaglercraftLighting_Glass(lightColor3f, -worldDirection4f.xyz, u_sunDirection4f.xyz, normalVector3f) * u_blockSkySunDynamicLightFac4f.z; + } + + // =========== ENVIRONMENT MAP =========== // + + for(;;) { + float dst2 = dot(worldPosition4f.xyz, worldPosition4f.xyz); + if(dst2 > 16.0) { + break; + } + vec3 reflectDir = reflect(worldDirection4f.xyz, normalVector3f); + reflectDir.xz /= abs(reflectDir.y) + 1.0; + float dst = 1.0 - dot(reflectDir.xz, reflectDir.xz); + dst *= dst; + reflectDir.xz = reflectDir.xz * 0.975; + vec4 envMapSample4f; + if(dst < 0.005) { + vec4 sample1 = textureLod(u_environmentMap, reflectDir.xz * vec2(0.5, 0.25) + vec2(0.5, 0.25), 0.0); + vec4 sample2 = textureLod(u_environmentMap, reflectDir.xz * vec2(0.5, -0.25) + vec2(0.5, 0.75), 0.0); + envMapSample4f = vec4(mix(sample1.rgb, sample2.rgb, smoothstep(0.0, 1.0, reflectDir.y * -12.5 + 0.5)).rgb, min(sample1.a, sample2.a)); + }else { + reflectDir.xz = reflectDir.xz * vec2(0.5, reflectDir.y > 0.0 ? 0.25 : -0.25); + reflectDir.xz += vec2(0.5, reflectDir.y > 0.0 ? 0.25 : 0.75); + envMapSample4f = textureLod(u_environmentMap, reflectDir.xz, 0.0); + } + if(envMapSample4f.a > 0.0) { + lightColor3f += eaglercraftIBL_Specular_Glass(envMapSample4f.rgb, worldDirection4f.xyz, normalVector3f) * (1.0 - sqrt(dst2) * 0.25); + } + break; + } + +#ifdef COMPILE_DYNAMIC_LIGHTS + + // =========== DYNAMIC LIGHTING =========== // + + vec3 dlightDist3f, dlightDir3f, dlightColor3f; + int safeLightCount = u_dynamicLightCount1i > 12 ? 0 : u_dynamicLightCount1i; // hate this + for(int i = 0; i < safeLightCount; ++i) { + dlightDist3f = u_dynamicLightArray[i].u_lightPosition4f.xyz - worldPosition4f.xyz; + dlightDir3f = normalize(dlightDist3f); + if(dot(dlightDir3f, normalVector3f) <= 0.0) { + continue; + } + dlightColor3f = u_dynamicLightArray[i].u_lightColor4f.rgb / dot(dlightDist3f, dlightDist3f); + if(dlightColor3f.r + dlightColor3f.g + dlightColor3f.b < 0.025) { + continue; + } + lightColor3f += eaglercraftLighting_Glass(dlightColor3f, -worldDirection4f.xyz, dlightDir3f, normalVector3f) * u_blockSkySunDynamicLightFac4f.w; + } + +#endif + + // ============ CACLULATE FOG ============= // + + float fogFade = 0.0; + if(u_fogParameters4f.x > 0.0) { + float atmos = u_fogParameters4f.x >= 4.0 ? 4.0 : 0.0; + float type = u_fogParameters4f.x - atmos; + fogFade = mix(u_fogColorDark4f.a, u_fogColorLight4f.a, lightmapCoords2f.g); + + float f; + float l = sqrt(dot(v_position4f.xyz, v_position4f.xyz)); + if(type == 1.0) { + f = (l - u_fogParameters4f.z) / (u_fogParameters4f.w - u_fogParameters4f.z); + }else { + f = 1.0 - exp(-u_fogParameters4f.y * l); + } + + fogFade *= clamp(f, 0.0, 1.0); + } + + // ============ OUTPUT COLOR ============== // + + output4f = vec4(lightColor3f * (1.0 - fogFade), 0.1); +} diff --git a/desktopRuntime/resources/assets/eagler/glsl/deferred/forward_glass_highlights.vsh b/desktopRuntime/resources/assets/eagler/glsl/deferred/forward_glass_highlights.vsh new file mode 100755 index 00000000..bf0607a3 --- /dev/null +++ b/desktopRuntime/resources/assets/eagler/glsl/deferred/forward_glass_highlights.vsh @@ -0,0 +1,54 @@ +#line 2 + +/* + * Copyright (c) 2023 lax1dude. All Rights Reserved. + * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND + * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED + * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. + * IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT + * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR + * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, + * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE + * POSSIBILITY OF SUCH DAMAGE. + * + */ + +in vec3 a_position3f; + +out vec4 v_position4f; + +#ifdef COMPILE_NORMAL_ATTRIB +in vec4 a_normal4f; +out vec3 v_normal3f; +out float v_block1f; +#endif + +#ifdef COMPILE_LIGHTMAP_ATTRIB +in vec2 a_lightmap2f; +out vec2 v_lightmap2f; +uniform mat4 u_textureMat4f02; +#endif + +uniform mat4 u_modelviewMat4f; +uniform mat4 u_projectionMat4f; + +#define TEX_MAT3(mat4In) mat3(mat4In[0].xyw,mat4In[1].xyw,mat4In[3].xyw) + +void main() { + v_position4f = u_modelviewMat4f * vec4(a_position3f, 1.0); + +#ifdef COMPILE_NORMAL_ATTRIB + v_normal3f = normalize(mat3(u_modelviewMat4f) * a_normal4f.xyz); + v_block1f = floor((a_normal4f.w + 1.0) * 127.0 + 0.5); +#endif + +#ifdef COMPILE_LIGHTMAP_ATTRIB + vec3 v_lightmapTmp3f = TEX_MAT3(u_textureMat4f02) * vec3(a_lightmap2f, 1.0); + v_lightmap2f = v_lightmapTmp3f.xy / v_lightmapTmp3f.z; +#endif + + gl_Position = u_projectionMat4f * v_position4f; +} diff --git a/desktopRuntime/resources/assets/eagler/glsl/deferred/gbuffer_debug_view.fsh b/desktopRuntime/resources/assets/eagler/glsl/deferred/gbuffer_debug_view.fsh new file mode 100755 index 00000000..754b2247 --- /dev/null +++ b/desktopRuntime/resources/assets/eagler/glsl/deferred/gbuffer_debug_view.fsh @@ -0,0 +1,111 @@ +#line 2 + +/* + * Copyright (c) 2023 lax1dude. All Rights Reserved. + * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND + * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED + * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. + * IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT + * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR + * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, + * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE + * POSSIBILITY OF SUCH DAMAGE. + * + */ + +precision lowp int; +precision highp float; +precision highp sampler2D; + +in vec2 v_position2f; + +layout(location = 0) out vec4 output4f; + +uniform sampler2D u_texture0; +uniform sampler2D u_texture1; + +#ifdef DEBUG_VIEW_18 +precision highp sampler3D; +uniform sampler3D u_texture3D0; +uniform float u_fuckU1f; +#endif + +uniform mat4 u_inverseViewMatrix; +uniform vec2 u_depthSliceStartEnd2f; + +void main() { +#ifdef DEBUG_VIEW_0 + output4f = vec4(textureLod(u_texture0, v_position2f, 0.0).rgb, 1.0); +#endif +#ifdef DEBUG_VIEW_1 + vec3 color3f = textureLod(u_texture0, v_position2f, 0.0).rgb; + if(color3f.x == 0.0 && color3f.y == 0.0 && color3f.z == 0.0) { + output4f = vec4(0.0, 0.0, 0.0, 1.0); + }else { + output4f = vec4(normalize(mat3(u_inverseViewMatrix) * (color3f * 2.0 - 1.0)), 1.0); + } +#endif +#ifdef DEBUG_VIEW_2 + output4f = vec4(textureLod(u_texture0, v_position2f, 0.0).a, textureLod(u_texture1, v_position2f, 0.0).a, 0.0, 1.0); +#endif +#ifdef DEBUG_VIEW_3 + vec4 color4f = textureLod(u_texture0, v_position2f, 0.0); + output4f = vec4(color4f.b > 0.99 ? 1.0 : 0.0, color4f.a, 0.0, 1.0); +#endif +#ifdef DEBUG_VIEW_4 + output4f = vec4(vec3(clamp((textureLod(u_texture0, v_position2f, 0.0).r - u_depthSliceStartEnd2f.x) * u_depthSliceStartEnd2f.y, 0.0, 1.0)), 1.0); +#endif +#ifdef DEBUG_VIEW_5 + output4f = vec4(vec3(textureLod(u_texture0, (v_position2f + vec2(0.0, u_depthSliceStartEnd2f.y)) * vec2(1.0, u_depthSliceStartEnd2f.x), 0.0).r), 1.0); +#endif +#ifdef DEBUG_VIEW_6 + output4f = vec4(vec3(textureLod(u_texture0, v_position2f, 0.0).r), 1.0); +#endif +#ifdef DEBUG_VIEW_7 + output4f = vec4(vec3(textureLod(u_texture0, v_position2f, 0.0).a > 0.0 ? 1.0 : 0.0), 1.0); +#endif +#ifdef DEBUG_VIEW_8 + output4f = vec4(textureLod(u_texture0, v_position2f, 0.0).rgb * 10.0, 1.0); + output4f.xyz /= (output4f.xyz + 1.0); + output4f.xyz = sqrt(output4f.xyz); +#endif +#ifdef DEBUG_VIEW_9 + output4f = vec4(vec3(textureLod(u_texture0, v_position2f, 0.0).g), 1.0); +#endif +#ifdef DEBUG_VIEW_10 + vec2 coord = (v_position2f + vec2(0.0, u_depthSliceStartEnd2f.y)) * vec2(1.0, u_depthSliceStartEnd2f.x); + vec4 color2 = textureLod(u_texture1, coord, 0.0); + output4f = vec4(mix(color2.rgb, vec3(textureLod(u_texture0, coord, 0.0).r), color2.a), 1.0); +#endif +#ifdef DEBUG_VIEW_11 + output4f = vec4(vec3(textureLod(u_texture0, v_position2f, 0.0).a * 0.017), 1.0); +#endif +#ifdef DEBUG_VIEW_12 + output4f = vec4(abs(textureLod(u_texture0, v_position2f, 0.0).rgb) * 0.1, 1.0); +#endif +#ifdef DEBUG_VIEW_13 + output4f = vec4(vec3(textureLod(u_texture0, v_position2f, 0.0).g > 0.0 ? 1.0 : 0.0), 1.0); +#endif +#ifdef DEBUG_VIEW_14 + output4f = vec4(textureLod(u_texture0, v_position2f.yx, 0.0).rgb * 2.5, 1.0); + output4f.xyz /= (output4f.xyz + 1.0); + output4f.xyz = sqrt(output4f.xyz); +#endif +#ifdef DEBUG_VIEW_15 + output4f = vec4(vec3(textureLod(u_texture0, v_position2f.yx, 0.0).a > 0.0 ? 1.0 : 0.0), 1.0); +#endif +#ifdef DEBUG_VIEW_16 + output4f = vec4(textureLod(u_texture0, v_position2f, 0.0).rg, 0.0, 1.0); +#endif +#ifdef DEBUG_VIEW_17 + output4f = vec4(vec3(textureLod(u_texture0, v_position2f, 0.0).r) * 10.0, 1.0); + output4f.xyz /= (output4f.xyz + 1.0); + output4f.xyz = sqrt(output4f.xyz); +#endif +#ifdef DEBUG_VIEW_18 + output4f = vec4(vec3(textureLod(u_texture3D0, vec3(v_position2f, u_fuckU1f), 0.0).r), 1.0); +#endif +} diff --git a/desktopRuntime/resources/assets/eagler/glsl/deferred/hand_depth_mask.fsh b/desktopRuntime/resources/assets/eagler/glsl/deferred/hand_depth_mask.fsh new file mode 100755 index 00000000..13d15369 --- /dev/null +++ b/desktopRuntime/resources/assets/eagler/glsl/deferred/hand_depth_mask.fsh @@ -0,0 +1,29 @@ +#line 2 + +/* + * Copyright (c) 2023 lax1dude. All Rights Reserved. + * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND + * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED + * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. + * IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT + * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR + * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, + * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE + * POSSIBILITY OF SUCH DAMAGE. + * + */ + +precision lowp int; +precision mediump float; +precision highp sampler2D; + +in vec2 v_position2f; + +uniform sampler2D u_depthTexture; + +void main() { + gl_FragDepth = textureLod(u_depthTexture, v_position2f, 0.0).r <= 0.0000001 ? 0.0 : 1.0; +} diff --git a/desktopRuntime/resources/assets/eagler/glsl/deferred/lens_ghosts.bmp b/desktopRuntime/resources/assets/eagler/glsl/deferred/lens_ghosts.bmp new file mode 100755 index 00000000..29fd027e Binary files /dev/null and b/desktopRuntime/resources/assets/eagler/glsl/deferred/lens_ghosts.bmp differ diff --git a/desktopRuntime/resources/assets/eagler/glsl/deferred/lens_streaks.bmp b/desktopRuntime/resources/assets/eagler/glsl/deferred/lens_streaks.bmp new file mode 100755 index 00000000..1f470c23 Binary files /dev/null and b/desktopRuntime/resources/assets/eagler/glsl/deferred/lens_streaks.bmp differ diff --git a/desktopRuntime/resources/assets/eagler/glsl/deferred/lens_sun_occlusion.fsh b/desktopRuntime/resources/assets/eagler/glsl/deferred/lens_sun_occlusion.fsh new file mode 100755 index 00000000..69768b9e --- /dev/null +++ b/desktopRuntime/resources/assets/eagler/glsl/deferred/lens_sun_occlusion.fsh @@ -0,0 +1,70 @@ +#line 2 + +/* + * Copyright (c) 2023 lax1dude. All Rights Reserved. + * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND + * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED + * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. + * IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT + * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR + * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, + * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE + * POSSIBILITY OF SUCH DAMAGE. + * + */ + +precision lowp int; +precision highp float; +precision highp sampler2D; + +layout(location = 0) out float occlusionOut1f; + +uniform mat3 u_sampleMatrix3f; +uniform sampler2D u_depthBufferTexture; +uniform sampler2D u_cloudsSunOcclusion; + +#define SAMPLE_DEPTH(v, a, f)\ + f = u_sampleMatrix3f * v;\ + f.xy /= f.z;\ + if(f.xy == clamp(f.xy, vec2(0.001), vec2(0.999)))\ + a += textureLod(u_depthBufferTexture, f.xy, 0.0).r > 0.000001 ? 0.0 : 0.0417; + +void main() { + vec3 f; + float accum = 0.0; + float cloud = textureLod(u_cloudsSunOcclusion, vec2(0.5, 0.5), 0.0).r; + if(cloud < 0.01) { + occlusionOut1f = 0.0; + return; + } + + SAMPLE_DEPTH(vec3(0.0, 0.0, 1.0), accum, f) + SAMPLE_DEPTH(vec3(-0.235, -0.962, 1.0), accum, f) + SAMPLE_DEPTH(vec3(0.029, 0.996, 1.0), accum, f) + SAMPLE_DEPTH(vec3(0.834, -0.509, 1.0), accum, f) + SAMPLE_DEPTH(vec3(-0.981, -0.086, 1.0), accum, f) + SAMPLE_DEPTH(vec3(0.821, 0.478, 1.0), accum, f) + SAMPLE_DEPTH(vec3(-0.614, 0.563, 1.0), accum, f) + SAMPLE_DEPTH(vec3(0.251, -0.578, 1.0), accum, f) + SAMPLE_DEPTH(vec3(-0.571, -0.491, 1.0), accum, f) + SAMPLE_DEPTH(vec3(0.142, 0.494, 1.0), accum, f) + SAMPLE_DEPTH(vec3(0.533, -0.036, 1.0), accum, f) + SAMPLE_DEPTH(vec3(0.970, -0.035, 1.0), accum, f) + SAMPLE_DEPTH(vec3(-0.388, 0.918, 1.0), accum, f) + SAMPLE_DEPTH(vec3(-0.521, 0.067, 1.0), accum, f) + SAMPLE_DEPTH(vec3(-0.140, -0.471, 1.0), accum, f) + SAMPLE_DEPTH(vec3(0.487, 0.692, 1.0), accum, f) + SAMPLE_DEPTH(vec3(-0.157, 0.331, 1.0), accum, f) + SAMPLE_DEPTH(vec3(0.559, -0.760, 1.0), accum, f) + SAMPLE_DEPTH(vec3(0.156, -0.956, 1.0), accum, f) + SAMPLE_DEPTH(vec3(0.181, -0.267, 1.0), accum, f) + SAMPLE_DEPTH(vec3(-0.773, 0.272, 1.0), accum, f) + SAMPLE_DEPTH(vec3(0.329, 0.228, 1.0), accum, f) + SAMPLE_DEPTH(vec3(-0.341, -0.187, 1.0), accum, f) + SAMPLE_DEPTH(vec3(-0.121, 0.689, 1.0), accum, f) + + occlusionOut1f = min(accum * cloud, 1.0); +} diff --git a/desktopRuntime/resources/assets/eagler/glsl/deferred/lib/pbr_env_map.glsl b/desktopRuntime/resources/assets/eagler/glsl/deferred/lib/pbr_env_map.glsl new file mode 100755 index 00000000..5a065c6b --- /dev/null +++ b/desktopRuntime/resources/assets/eagler/glsl/deferred/lib/pbr_env_map.glsl @@ -0,0 +1,122 @@ + +/* + * Copyright (c) 2023 lax1dude. All Rights Reserved. + * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND + * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED + * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. + * IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT + * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR + * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, + * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE + * POSSIBILITY OF SUCH DAMAGE. + * + */ + +#ifdef LIB_INCLUDE_PBR_IMAGE_BASED_LIGHTING +#ifndef _HAS_PBR_IMAGE_BASED_LIGHTING_FUNCTION +#define _HAS_PBR_IMAGE_BASED_LIGHTING_FUNCTION + +vec3 eaglercraftIBL_NoBlur(in vec3 albedo, in vec3 irradiance, in vec3 envMapSample, in vec3 viewDir, in vec3 normalVec, in vec3 materials) { + if(materials.g < 0.25) { + return albedo * irradiance * 0.1; + }else { + float roughness = 1.0 - materials.r * 0.85; + float NdotV = dot(normalVec, -viewDir); + float fresnel = pow(max(1.0 - NdotV, 0.0), 5.0); + vec3 kD = vec3(0.05); + vec3 F; + if(materials.g < 0.9) { + F = vec3(materials.g + (max(1.0 - roughness, materials.g) - materials.g) * fresnel); + kD = (1.0 - F) * albedo / 3.141592; + }else if(materials.g < 0.964) { + vec2 lutUV = vec2(0.25, (materials.g - 0.9) * 15.625); + vec3 mN = textureLod(u_metalsLUT, lutUV, 0.0).rgb; + lutUV.x += 0.5; + vec3 mK = textureLod(u_metalsLUT, lutUV, 0.0).rgb; + fresnel = 1.0 - fresnel; + mK *= mK; + mK += mN * mN; + vec3 nv = mN * fresnel * 2.0; + fresnel *= fresnel; + vec3 num = mK - nv + fresnel; + vec3 den = mK + nv + fresnel; + vec3 r = num / den; + mK *= fresnel; + mK += 1.0; + num = mK - nv; + den = mK + nv; + r += num / den; + r = clamp(r * 0.5, vec3(0.0), vec3(1.0)); + F = r * r; + }else { + F = (1.0 - albedo) + albedo * fresnel; + kD = vec3(0.05); + } + vec2 brdf2f = vec2(max(NdotV, 0.0), roughness); + brdf2f = 1.0 - brdf2f; + brdf2f *= brdf2f; + brdf2f = 1.0 - brdf2f; + brdf2f = textureLod(u_brdfLUT, brdf2f, 0.0).rg; + return kD * albedo * irradiance + envMapSample * (F * brdf2f.r + brdf2f.g); + } +} + +#endif +#endif + +#ifdef LIB_INCLUDE_PBR_IMAGE_BASED_LIGHTING_SPECULAR +#ifndef _HAS_PBR_IMAGE_BASED_LIGHTING_SPECULAR_FUNCTION +#define _HAS_PBR_IMAGE_BASED_LIGHTING_SPECULAR_FUNCTION + +#ifdef LIB_INCLUDE_PBR_IMAGE_BASED_LIGHTING_PREFETCH +vec3 eaglercraftIBL_Specular(in vec3 albedo, in vec3 envMapSample, in vec3 viewDir, in vec3 normalVec, in vec3 materials, vec3 metalN, vec3 metalK) { +#else +vec3 eaglercraftIBL_Specular(in vec3 albedo, in vec3 envMapSample, in vec3 viewDir, in vec3 normalVec, in vec3 materials) { +#endif + float NdotV = dot(normalVec, -viewDir); + float roughness = 1.0 - materials.r * 0.85; + float fresnel = pow(max(1.0 - NdotV, 0.0), 5.0); + vec3 F; + if(materials.g < 0.9) { + F = vec3(materials.g + (max(1.0 - roughness, materials.g) - materials.g) * fresnel); + }else if(materials.g < 0.964) { +#ifdef LIB_INCLUDE_PBR_IMAGE_BASED_LIGHTING_PREFETCH + vec3 mN = metalN; + vec3 mK = metalK; +#else + vec2 lutUV = vec2(0.25, (materials.g - 0.9) * 15.625); + vec3 mN = textureLod(u_metalsLUT, lutUV, 0.0).rgb; + lutUV.x += 0.5; + vec3 mK = textureLod(u_metalsLUT, lutUV, 0.0).rgb; +#endif + fresnel = 1.0 - fresnel; + mK *= mK; + mK += mN * mN; + vec3 nv = mN * fresnel * 2.0; + fresnel *= fresnel; + vec3 num = mK - nv + fresnel; + vec3 den = mK + nv + fresnel; + vec3 r = num / den; + mK *= fresnel; + mK += 1.0; + num = mK - nv; + den = mK + nv; + r += num / den; + r = clamp(r * 0.5, vec3(0.0), vec3(1.0)); + F = r * r; + }else { + F = (1.0 - albedo) + albedo * fresnel; + } + vec2 brdf2f = vec2(max(NdotV, 0.0), roughness); + brdf2f = 1.0 - brdf2f; + brdf2f *= brdf2f; + brdf2f = 1.0 - brdf2f; + brdf2f = textureLod(u_brdfLUT, brdf2f, 0.0).rg; + return envMapSample * (F * brdf2f.r + brdf2f.g); +} + +#endif +#endif \ No newline at end of file diff --git a/desktopRuntime/resources/assets/eagler/glsl/deferred/lib/pbr_lighting.glsl b/desktopRuntime/resources/assets/eagler/glsl/deferred/lib/pbr_lighting.glsl new file mode 100755 index 00000000..3d69bf61 --- /dev/null +++ b/desktopRuntime/resources/assets/eagler/glsl/deferred/lib/pbr_lighting.glsl @@ -0,0 +1,88 @@ + +/* + * Copyright (c) 2023 lax1dude. All Rights Reserved. + * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND + * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED + * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. + * IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT + * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR + * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, + * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE + * POSSIBILITY OF SUCH DAMAGE. + * + */ + +#ifdef LIB_INCLUDE_PBR_LIGHTING_FUNCTION +#ifndef _HAS_PBR_LIGHTING_FUNCTION +#define _HAS_PBR_LIGHTING_FUNCTION + +#ifdef LIB_INCLUDE_PBR_LIGHTING_PREFETCH +#define PREFETCH_METALS(albedo, materialG1f, metalN3f, metalK3f)\ + if(materialG1f >= 0.9 && materialG1f < 0.964) {\ + metalK3f.xy = vec2(0.25, (materialG1f - 0.9) * 15.625);\ + metalN3f = textureLod(u_metalsLUT, metalK3f.xy, 0.0).rgb;\ + metalK3f.x += 0.5;\ + metalK3f = textureLod(u_metalsLUT, metalK3f.xy, 0.0).rgb;\ + } +#endif + +#ifdef LIB_INCLUDE_PBR_LIGHTING_PREFETCH +vec3 eaglercraftLighting(in vec3 albedo, in vec3 radiance, in vec3 viewDir, in vec3 lightDir, in vec3 normalVec, in vec3 materials, in vec3 metalN, in vec3 metalK) { +#else +vec3 eaglercraftLighting(in vec3 albedo, in vec3 radiance, in vec3 viewDir, in vec3 lightDir, in vec3 normalVec, in vec3 materials) { +#endif + float roughness = 1.0 - materials.r * 0.85; + vec3 H = normalize(viewDir + lightDir); + vec3 NdotHVL = max(normalVec * mat3(H, viewDir, lightDir), vec3(0.0)); + float NDF = roughness * roughness; + NDF *= NDF; + float denom = NdotHVL.x * NdotHVL.x * (NDF - 1.0) + 1.0; + NDF /= denom * denom * 3.141592; + float gs = roughness + 1.0; + gs *= gs * 0.125; + vec2 Ndot = NdotHVL.yz; + Ndot /= Ndot * (1.0 - gs) + gs; + NDF *= Ndot.x * Ndot.y; + float fresnel = pow(max(1.0 - NdotHVL.x, 0.0), 5.0); + vec3 kD = vec3(0.03); + vec3 F; + if(materials.g < 0.9) { + F = vec3(materials.g + (1.0 - materials.g) * fresnel); + kD = (1.0 - F) * albedo / 3.141592; + }else if(materials.g < 0.964) { +#ifdef LIB_INCLUDE_PBR_LIGHTING_PREFETCH + vec3 mN = metalN; + vec3 mK = metalK; +#else + vec2 lutUV = vec2(0.25, (materials.g - 0.9) * 15.625); + vec3 mN = textureLod(u_metalsLUT, lutUV, 0.0).rgb; + lutUV.x += 0.5; + vec3 mK = textureLod(u_metalsLUT, lutUV, 0.0).rgb * length(albedo); +#endif + fresnel = 1.0 - fresnel; + mK *= mK; + mK += mN * mN; + vec3 nv = mN * fresnel * 2.0; + fresnel *= fresnel; + vec3 num = mK - nv + fresnel; + vec3 den = mK + nv + fresnel; + vec3 r = num / den; + mK *= fresnel; + mK += 1.0; + num = mK - nv; + den = mK + nv; + r += num / den; + r = clamp(r * 0.5, vec3(0.0), vec3(1.0)); + F = r * r; + }else { + F = albedo + (1.0 - albedo) * fresnel; + } + denom = 4.0 * NdotHVL.y * NdotHVL.z + 0.0001; + return (kD + (NDF * F / denom)) * radiance * NdotHVL.z; +} + +#endif +#endif diff --git a/desktopRuntime/resources/assets/eagler/glsl/deferred/lib/waving_blocks.glsl b/desktopRuntime/resources/assets/eagler/glsl/deferred/lib/waving_blocks.glsl new file mode 100755 index 00000000..e1104d15 --- /dev/null +++ b/desktopRuntime/resources/assets/eagler/glsl/deferred/lib/waving_blocks.glsl @@ -0,0 +1,220 @@ + +/* + * Copyright (c) 2023 lax1dude. All Rights Reserved. + * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND + * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED + * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. + * IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT + * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR + * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, + * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE + * POSSIBILITY OF SUCH DAMAGE. + * + */ + +#ifdef LIB_INCLUDE_WAVING_BLOCKS_FUNCTION +#ifndef _HAS_INCLUDED_WAVING_BLOCKS +#define _HAS_INCLUDED_WAVING_BLOCKS + +#define _WAVING_BLOCK_TYPE_LEAF_BLOCK 1 +#define _WAVING_BLOCK_TYPE_LEAF_BLOCK_F 1.0 +#define _WAVING_BLOCK_TYPE_TALL_GRASS 2 +#define _WAVING_BLOCK_TYPE_TALL_GRASS_F 2.0 +#define _WAVING_BLOCK_TYPE_CROPS 3 +#define _WAVING_BLOCK_TYPE_CROPS_F 3.0 +#define _WAVING_BLOCK_TYPE_DOUBLE_PLANT_BOTTOM 4 +#define _WAVING_BLOCK_TYPE_DOUBLE_PLANT_BOTTOM_F 4.0 +#define _WAVING_BLOCK_TYPE_DOUBLE_PLANT_TOP 5 +#define _WAVING_BLOCK_TYPE_DOUBLE_PLANT_TOP_F 5.0 +#define _WAVING_BLOCK_TYPE_PLANT 6 +#define _WAVING_BLOCK_TYPE_PLANT_F 6.0 +#define _WAVING_BLOCK_TYPE_SUGARCANE 7 +#define _WAVING_BLOCK_TYPE_SUGARCANE_F 7.0 +#define _WAVING_BLOCK_TYPE_VINES 8 +#define _WAVING_BLOCK_TYPE_VINES_F 8.0 +#define _WAVING_BLOCK_TYPE_WATER_STILL 9 +#define _WAVING_BLOCK_TYPE_WATER_STILL_F 9.0 +#define _WAVING_BLOCK_TYPE_WATER_FLOW 10 +#define _WAVING_BLOCK_TYPE_WATER_FLOW_F 10.0 +#define _WAVING_BLOCK_TYPE_LILYPAD 11 +#define _WAVING_BLOCK_TYPE_LILYPAD_F 11.0 +#define _WAVING_BLOCK_TYPE_FIRE_FLOOR 12 +#define _WAVING_BLOCK_TYPE_FIRE_FLOOR_F 12.0 +#define _WAVING_BLOCK_TYPE_FIRE_WALL 13 +#define _WAVING_BLOCK_TYPE_FIRE_WALL_F 13.0 + +// ignore wall fire for now, they clip +#define _WAVING_BLOCK_MIN _WAVING_BLOCK_TYPE_LEAF_BLOCK_F +#define _WAVING_BLOCK_MAX _WAVING_BLOCK_TYPE_FIRE_FLOOR_F + +#ifndef FAKE_SIN +#error the FAKE_SIN function must be defined to use waving blocks +#endif + +#define _WAVING_BLOCK_COORD_DERIVE_HACK 0.001 +#define _WAVING_BLOCK_COORD_DERIVE_HACK_05 0.0005 +#define _WAVING_BLOCK_COORD_DERIVE_HACK_INV 1000.0 + +vec3 _computeWavingBlockNoise(in vec3 pos, in vec3 amp1, in float timer) { + float fac, fac2; + fac = dot(vec4(pos, timer), vec4(0.5, 0.5, 0.5, 0.0027)); + FAKE_SIN(fac, fac2) + fac2 *= 0.04; + fac2 += 0.04; + vec3 vf0, d0; + vf0 = timer * vec3(0.0127, 0.0089, 0.0114); + FAKE_SIN(vf0, d0); + d0.xyz += d0.yzx; + d0.xyz += timer * vec3(0.0063, 0.0224, 0.0015); + d0.y += pos.z; + d0.xz += pos.y; + d0.xz += pos.zx; + d0.xz -= pos.xz; + vec3 ret; + FAKE_SIN(d0, ret) + ret *= fac2; + return ret * amp1; +} + +vec3 _computeWavingBlockNoise(in vec3 pos, in vec3 vf_a, in vec3 vf_b, in vec3 amp1, in vec3 amp2, in float timer) { + float fac, fac2; + fac = dot(vec4(pos, timer), vec4(0.5, 0.5, 0.5, 0.0027)); + FAKE_SIN(fac, fac2) + fac2 *= 0.04; + fac2 += 0.04; + vec3 vf0, d0; + vf0 = timer * vec3(0.0127, 0.0089, 0.0114); + FAKE_SIN(vf0, d0); + d0.xyz += d0.yzx; + d0.xyz += timer * vec3(0.0063, 0.0224, 0.0015); + d0.y += pos.z; + d0.xz += pos.y; + d0.xz += pos.zx; + d0.xz -= pos.xz; + vec3 ret; + FAKE_SIN(d0, ret) + ret *= fac2; + vec3 move = ret * amp1; + vec3 pos2 = move + pos; + fac = dot(vec4(pos2, timer), vec4(0.5, 0.5, 0.5, 0.0027)); + FAKE_SIN(fac, fac2) + fac2 *= 0.04; + fac2 += 0.04; + vf0 = timer * vf_a; + FAKE_SIN(vf0, d0); + d0.xyz += d0.yzx; + d0.xyz += timer * vf_b; + d0.y += pos2.z; + d0.xz += pos2.y; + d0.xz += pos2.zx; + d0.xz -= pos2.xz; + FAKE_SIN(d0, ret) + ret *= fac2; + move += ret * amp2; + return move; +} + +vec3 _computeWavingBlockById(in vec3 realPos, in vec3 referencePos, in vec4 wavingBlockParam, in float type) { + int typeInt = int(type); + highp float refY, fractY1, fractY2; + refY = referencePos.y; + switch(typeInt) { + case _WAVING_BLOCK_TYPE_CROPS: + refY += 0.0625625; + case _WAVING_BLOCK_TYPE_TALL_GRASS: + case _WAVING_BLOCK_TYPE_PLANT: + case _WAVING_BLOCK_TYPE_DOUBLE_PLANT_BOTTOM: + case _WAVING_BLOCK_TYPE_FIRE_FLOOR: + // check if it is the bottom half of the block, + // if vertex is at Y = 0.0 then don't offset + fractY1 = fract(refY + _WAVING_BLOCK_COORD_DERIVE_HACK_05); + fractY2 = fract(refY - _WAVING_BLOCK_COORD_DERIVE_HACK_05); + if(fractY2 > fractY1) { + return vec3(0.0); + } + default: + break; + } + vec3 ret = vec3(0.0); + switch(typeInt) { + case _WAVING_BLOCK_TYPE_LEAF_BLOCK: + ret = _computeWavingBlockNoise( + referencePos, + vec3(0.0040, 0.0064, 0.0043), + vec3(0.0035, 0.0037, 0.0041), + vec3(1.0, 0.2, 1.0), + vec3(0.5, 0.1, 0.5), + wavingBlockParam.y); + break; + case _WAVING_BLOCK_TYPE_TALL_GRASS: + case _WAVING_BLOCK_TYPE_CROPS: + ret = _computeWavingBlockNoise( + referencePos, + vec3(1.0, 0.2, 1.0), + wavingBlockParam.y); + break; + case _WAVING_BLOCK_TYPE_PLANT: + case _WAVING_BLOCK_TYPE_DOUBLE_PLANT_BOTTOM: + case _WAVING_BLOCK_TYPE_DOUBLE_PLANT_TOP: + ret = _computeWavingBlockNoise( + referencePos, + vec3(0.0041, 0.007, 0.0044), + vec3(0.0038, 0.024, 0.0), + vec3(0.8, 0.0, 0.8), + vec3(0.4, 0.0, 0.4), + wavingBlockParam.y); + break; + case _WAVING_BLOCK_TYPE_SUGARCANE: + ret = _computeWavingBlockNoise( + referencePos, + vec3(0.3, 0.0, 0.3), + wavingBlockParam.y); + break; + case _WAVING_BLOCK_TYPE_VINES: + ret = _computeWavingBlockNoise( + referencePos, + vec3(0.0040, 0.0064, 0.0043), + vec3(0.0035, 0.0037, 0.0041), + vec3(0.5, 0.3, 0.5), + vec3(0.25, 0.2, 0.25), + wavingBlockParam.y); + break; + case _WAVING_BLOCK_TYPE_WATER_STILL: + + break; + case _WAVING_BLOCK_TYPE_WATER_FLOW: + + break; + case _WAVING_BLOCK_TYPE_FIRE_FLOOR: + ret = _computeWavingBlockNoise( + referencePos, + vec3(0.0105, 0.0096, 0.0087), + vec3(0.0063, 0.0097, 0.0156), + vec3(1.2, 0.4, 1.2), + vec3(0.8, 0.8, 0.8), + wavingBlockParam.y); + break; + default: + break; + } + return ret; +} + +#define COMPUTE_WAVING_BLOCKS(pos4f, amount, range, block1f, modelMatrix, viewMatrix, modelViewMatrix, wavingBlockOffset, wavingBlockParam)\ + if(block1f >= _WAVING_BLOCK_MIN && block1f <= _WAVING_BLOCK_MAX) {\ + pos4f = modelMatrix * pos4f;\ + pos4f.xyz /= pos4f.w;\ + pos4f.w = 1.0;\ + if(dot(pos4f.xyz, pos4f.xyz) < range * range) {\ + pos4f.xyz += _computeWavingBlockById(pos4f.xyz, pos4f.xyz + wavingBlockOffset, wavingBlockParam, block1f) * amount * 0.5;\ + }\ + pos4f = viewMatrix * pos4f;\ + }else {\ + pos4f = modelViewMatrix * pos4f;\ + } + +#endif +#endif diff --git a/desktopRuntime/resources/assets/eagler/glsl/deferred/light_point_mesh.dat b/desktopRuntime/resources/assets/eagler/glsl/deferred/light_point_mesh.dat new file mode 100755 index 00000000..0ff3f494 Binary files /dev/null and b/desktopRuntime/resources/assets/eagler/glsl/deferred/light_point_mesh.dat differ diff --git a/desktopRuntime/resources/assets/eagler/glsl/deferred/light_shafts_sample.fsh b/desktopRuntime/resources/assets/eagler/glsl/deferred/light_shafts_sample.fsh new file mode 100755 index 00000000..e0d71711 --- /dev/null +++ b/desktopRuntime/resources/assets/eagler/glsl/deferred/light_shafts_sample.fsh @@ -0,0 +1,160 @@ +#line 2 + +/* + * Copyright (c) 2023 lax1dude. All Rights Reserved. + * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND + * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED + * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. + * IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT + * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR + * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, + * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE + * POSSIBILITY OF SUCH DAMAGE. + * + */ + +precision lowp int; +precision highp float; +precision highp sampler2D; +precision highp sampler2DShadow; + +in vec2 v_position2f; + +layout(location = 0) out float output1f; + +uniform sampler2D u_gbufferDepthTexture; +uniform sampler2DShadow u_sunShadowDepthTexture; +uniform sampler2D u_ditherTexture; + +uniform mat4 u_inverseViewProjMatrix4f; + +uniform vec2 u_ditherScale2f; +uniform vec3 u_eyePosition3f; +uniform float u_sampleStep1f; + +#define SAMPLES_PER_STEP 8.0 +#define SAMPLES_PER_STEP_1 0.125 + +#ifdef COMPILE_SUN_SHADOW_LOD0 +uniform mat4 u_sunShadowMatrixLOD04f; +#define SUN_SHADOW_MAP_FRAC 1.0 +#endif +#ifdef COMPILE_SUN_SHADOW_LOD1 +uniform mat4 u_sunShadowMatrixLOD04f; +uniform mat4 u_sunShadowMatrixLOD14f; +#define SUN_SHADOW_MAP_FRAC 0.5 +#endif +#ifdef COMPILE_SUN_SHADOW_LOD2 +uniform mat4 u_sunShadowMatrixLOD04f; +uniform mat4 u_sunShadowMatrixLOD14f; +uniform mat4 u_sunShadowMatrixLOD24f; +#define SUN_SHADOW_MAP_FRAC 0.3333333 +#endif + +float shadow(in vec3 coords) { + vec4 shadowSpacePosition = u_sunShadowMatrixLOD04f * vec4(coords, 1.0); + if(shadowSpacePosition.xyz == clamp(shadowSpacePosition.xyz, vec3(0.005), vec3(0.995))) { + shadowSpacePosition.y *= SUN_SHADOW_MAP_FRAC; + return textureLod(u_sunShadowDepthTexture, shadowSpacePosition.xyz, 0.0); + } +#if defined(COMPILE_SUN_SHADOW_LOD1) || defined(COMPILE_SUN_SHADOW_LOD2) + shadowSpacePosition = u_sunShadowMatrixLOD14f * vec4(coords, 1.0); + if(shadowSpacePosition.xyz == clamp(shadowSpacePosition.xyz, vec3(0.005), vec3(0.995))) { + shadowSpacePosition.y += 1.0; + shadowSpacePosition.y *= SUN_SHADOW_MAP_FRAC; + return textureLod(u_sunShadowDepthTexture, shadowSpacePosition.xyz, 0.0); + } +#endif +#ifdef COMPILE_SUN_SHADOW_LOD2 + shadowSpacePosition = u_sunShadowMatrixLOD24f * vec4(coords, 1.0); + if(shadowSpacePosition.xyz == clamp(shadowSpacePosition.xyz, vec3(0.005), vec3(0.995))) { + shadowSpacePosition.y += 2.0; + shadowSpacePosition.y *= SUN_SHADOW_MAP_FRAC; + return textureLod(u_sunShadowDepthTexture, shadowSpacePosition.xyz, 0.0); + } +#endif + return -1.0; +} + +#define STEP2DST(stepNum) (stepNum * stepNum * 0.06 + stepNum * 0.05) + +void main() { + output1f = 0.0; + float depth = textureLod(u_gbufferDepthTexture, v_position2f, 0.0).r; + if(depth < 0.00001) { + return; + } + + vec4 fragPos4f = vec4(v_position2f, depth, 1.0); + fragPos4f.xyz *= 2.0; + fragPos4f.xyz -= 1.0; + + fragPos4f = u_inverseViewProjMatrix4f * fragPos4f; + fragPos4f.xyz /= fragPos4f.w; + fragPos4f.w = 1.0; + fragPos4f.xyz -= u_eyePosition3f; + + float viewDist = length(fragPos4f.xyz); + fragPos4f.xyz /= viewDist; + float sampleNum = textureLod(u_ditherTexture, u_ditherScale2f * v_position2f, 0.0).r; + sampleNum += u_sampleStep1f * SAMPLES_PER_STEP + 1.0; + + float cloudSample = STEP2DST(sampleNum); + if(cloudSample > viewDist) return; + cloudSample = shadow(u_eyePosition3f + fragPos4f.xyz * cloudSample); + if(cloudSample < 0.0) return; + output1f += cloudSample * SAMPLES_PER_STEP_1; + + sampleNum += 1.0; + cloudSample = STEP2DST(sampleNum); + if(cloudSample > viewDist) return; + cloudSample = shadow(u_eyePosition3f + fragPos4f.xyz * cloudSample); + if(cloudSample < 0.0) return; + output1f += cloudSample * SAMPLES_PER_STEP_1; + + sampleNum += 1.0; + cloudSample = STEP2DST(sampleNum); + if(cloudSample > viewDist) return; + cloudSample = shadow(u_eyePosition3f + fragPos4f.xyz * cloudSample); + if(cloudSample < 0.0) return; + output1f += cloudSample * SAMPLES_PER_STEP_1; + + sampleNum += 1.0; + cloudSample = STEP2DST(sampleNum); + if(cloudSample > viewDist) return; + cloudSample = shadow(u_eyePosition3f + fragPos4f.xyz * cloudSample); + if(cloudSample < 0.0) return; + output1f += cloudSample * SAMPLES_PER_STEP_1; + + sampleNum += 1.0; + cloudSample = STEP2DST(sampleNum); + if(cloudSample > viewDist) return; + cloudSample = shadow(u_eyePosition3f + fragPos4f.xyz * cloudSample); + if(cloudSample < 0.0) return; + output1f += cloudSample * SAMPLES_PER_STEP_1; + + sampleNum += 1.0; + cloudSample = STEP2DST(sampleNum); + if(cloudSample > viewDist) return; + cloudSample = shadow(u_eyePosition3f + fragPos4f.xyz * cloudSample); + if(cloudSample < 0.0) return; + output1f += cloudSample * SAMPLES_PER_STEP_1; + + sampleNum += 1.0; + cloudSample = STEP2DST(sampleNum); + if(cloudSample > viewDist) return; + cloudSample = shadow(u_eyePosition3f + fragPos4f.xyz * cloudSample); + if(cloudSample < 0.0) return; + output1f += cloudSample * SAMPLES_PER_STEP_1; + + sampleNum += 1.0; + cloudSample = STEP2DST(sampleNum); + if(cloudSample > viewDist) return; + cloudSample = shadow(u_eyePosition3f + fragPos4f.xyz * cloudSample); + if(cloudSample < 0.0) return; + output1f += cloudSample * SAMPLES_PER_STEP_1; + +} diff --git a/desktopRuntime/resources/assets/eagler/glsl/deferred/lighting_mesh.vsh b/desktopRuntime/resources/assets/eagler/glsl/deferred/lighting_mesh.vsh new file mode 100755 index 00000000..0f37e378 --- /dev/null +++ b/desktopRuntime/resources/assets/eagler/glsl/deferred/lighting_mesh.vsh @@ -0,0 +1,29 @@ +#line 2 + +/* + * Copyright (c) 2023 lax1dude. All Rights Reserved. + * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND + * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED + * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. + * IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT + * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR + * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, + * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE + * POSSIBILITY OF SUCH DAMAGE. + * + */ + +precision lowp int; +precision highp float; +precision highp sampler2D; + +layout(location = 0) in vec3 a_position3f; + +uniform mat4 u_modelViewProjMatrix4f; + +void main() { + gl_Position = u_modelViewProjMatrix4f * vec4(a_position3f, 1.0); +} diff --git a/desktopRuntime/resources/assets/eagler/glsl/deferred/lighting_point.fsh b/desktopRuntime/resources/assets/eagler/glsl/deferred/lighting_point.fsh new file mode 100755 index 00000000..1fcbd0ae --- /dev/null +++ b/desktopRuntime/resources/assets/eagler/glsl/deferred/lighting_point.fsh @@ -0,0 +1,88 @@ +#line 2 + +/* + * Copyright (c) 2023 lax1dude. All Rights Reserved. + * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND + * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED + * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. + * IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT + * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR + * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, + * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE + * POSSIBILITY OF SUCH DAMAGE. + * + */ + +precision lowp int; +precision highp float; +precision highp sampler2D; + +layout(location = 0) out vec4 output4f; + +uniform sampler2D u_gbufferColorTexture; +uniform sampler2D u_gbufferNormalTexture; +uniform sampler2D u_gbufferMaterialTexture; + +uniform sampler2D u_gbufferDepthTexture; +uniform sampler2D u_metalsLUT; + +uniform mat4 u_inverseProjectionMatrix4f; +uniform mat4 u_inverseViewMatrix4f; + +uniform vec2 u_viewportSize2f; +uniform vec3 u_lightPosition3f; +uniform vec3 u_lightColor3f; + +#define LIB_INCLUDE_PBR_LIGHTING_FUNCTION +#EAGLER INCLUDE (3) "eagler:glsl/deferred/lib/pbr_lighting.glsl" + +void main() { + vec2 v_position2f = gl_FragCoord.xy * u_viewportSize2f; + vec3 diffuseColor3f; + vec3 normalVector3f; + vec2 lightmapCoords2f; + vec3 materialData3f; + + float depth = textureLod(u_gbufferDepthTexture, v_position2f, 0.0).r; + if(depth < 0.00001) { + discard; + } + + vec4 worldSpacePosition = vec4(v_position2f, depth, 1.0); + worldSpacePosition.xyz *= 2.0; + worldSpacePosition.xyz -= 1.0; + worldSpacePosition = u_inverseProjectionMatrix4f * worldSpacePosition; + vec4 worldSpacePosition2 = worldSpacePosition; + worldSpacePosition = u_inverseViewMatrix4f * worldSpacePosition; + vec3 lightDist = (worldSpacePosition.xyz / worldSpacePosition.w) - u_lightPosition3f; + vec3 color3f = u_lightColor3f / dot(lightDist, lightDist); + + if(color3f.r + color3f.g + color3f.b < 0.025) { + discard; + } + + vec4 sampleVar4f = textureLod(u_gbufferColorTexture, v_position2f, 0.0); + diffuseColor3f.rgb = sampleVar4f.rgb; + lightmapCoords2f.x = sampleVar4f.a; + sampleVar4f = textureLod(u_gbufferNormalTexture, v_position2f, 0.0); + normalVector3f.xyz = sampleVar4f.rgb * 2.0 - 1.0; + lightmapCoords2f.y = sampleVar4f.a; + materialData3f = textureLod(u_gbufferMaterialTexture, v_position2f, 0.0).rgb; + + vec3 worldSpaceNormal = normalize(mat3(u_inverseViewMatrix4f) * normalVector3f); + + vec3 lightDir3f = normalize(lightDist); + lightDir3f = materialData3f.b == 1.0 ? worldSpaceNormal : -lightDir3f; + + if(dot(lightDir3f, worldSpaceNormal) <= 0.0) { + discard; + } + + diffuseColor3f *= diffuseColor3f; + worldSpacePosition2 = u_inverseViewMatrix4f * vec4(worldSpacePosition2.xyz / worldSpacePosition2.w, 0.0); + worldSpacePosition2.xyz = normalize(worldSpacePosition2.xyz); + output4f = vec4(eaglercraftLighting(diffuseColor3f, color3f, -worldSpacePosition2.xyz, lightDir3f, worldSpaceNormal, materialData3f), 0.0); +} diff --git a/desktopRuntime/resources/assets/eagler/glsl/deferred/lighting_sun.fsh b/desktopRuntime/resources/assets/eagler/glsl/deferred/lighting_sun.fsh new file mode 100755 index 00000000..0659f27c --- /dev/null +++ b/desktopRuntime/resources/assets/eagler/glsl/deferred/lighting_sun.fsh @@ -0,0 +1,102 @@ +#line 2 + +/* + * Copyright (c) 2023 lax1dude. All Rights Reserved. + * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND + * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED + * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. + * IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT + * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR + * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, + * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE + * POSSIBILITY OF SUCH DAMAGE. + * + */ + +precision lowp int; +precision highp float; +precision highp sampler2D; + +in vec2 v_position2f; + +layout(location = 0) out vec4 output4f; + +uniform sampler2D u_gbufferColorTexture; +uniform sampler2D u_gbufferNormalTexture; +uniform sampler2D u_gbufferMaterialTexture; + +uniform sampler2D u_gbufferDepthTexture; +uniform sampler2D u_metalsLUT; + +uniform mat4 u_inverseViewMatrix4f; +uniform mat4 u_inverseProjectionMatrix4f; + +#ifdef COMPILE_SUN_SHADOW +uniform sampler2D u_sunShadowTexture; +#endif + +uniform vec3 u_sunDirection3f; +uniform vec3 u_sunColor3f; + +#define LIB_INCLUDE_PBR_LIGHTING_FUNCTION +#EAGLER INCLUDE (3) "eagler:glsl/deferred/lib/pbr_lighting.glsl" + +void main() { + vec3 diffuseColor3f; + vec3 normalVector3f; + vec2 lightmapCoords2f; + vec3 materialData3f; + +#ifdef COMPILE_SUN_SHADOW +#ifdef COMPILE_COLORED_SHADOW + vec4 shadow = textureLod(u_sunShadowTexture, v_position2f, 0.0); + if(shadow.a < 0.05) { + discard; + } +#else + vec3 shadow = vec3(textureLod(u_sunShadowTexture, v_position2f, 0.0).r); + if(shadow.r < 0.05) { + discard; + } +#endif +#endif + + vec4 sampleVar4f = textureLod(u_gbufferNormalTexture, v_position2f, 0.0); + +#ifndef COMPILE_SUN_SHADOW + vec3 shadow = vec3(sampleVar4f.a, 0.0, 0.0); + if(shadow.r < 0.5) { + discard; + } + shadow = vec3(max(shadow.r * 2.0 - 1.0, 0.0)); +#endif + + normalVector3f.xyz = sampleVar4f.rgb * 2.0 - 1.0; + lightmapCoords2f.y = sampleVar4f.a; + + float depth = textureLod(u_gbufferDepthTexture, v_position2f, 0.0).r; + +#ifndef COMPILE_SUN_SHADOW + if(depth < 0.00001) { + discard; + } +#endif + + sampleVar4f = textureLod(u_gbufferColorTexture, v_position2f, 0.0); + diffuseColor3f.rgb = sampleVar4f.rgb; + lightmapCoords2f.x = sampleVar4f.a; + materialData3f = textureLod(u_gbufferMaterialTexture, v_position2f, 0.0).rgb; + + vec3 worldSpaceNormal = normalize(mat3(u_inverseViewMatrix4f) * normalVector3f); + vec4 worldSpacePosition = vec4(v_position2f, depth, 1.0); + worldSpacePosition.xyz *= 2.0; + worldSpacePosition.xyz -= 1.0; + worldSpacePosition = u_inverseProjectionMatrix4f * worldSpacePosition; + worldSpacePosition = u_inverseViewMatrix4f * vec4(worldSpacePosition.xyz / worldSpacePosition.w, 0.0); + + diffuseColor3f *= diffuseColor3f; + output4f = vec4(eaglercraftLighting(diffuseColor3f, u_sunColor3f * shadow.rgb, normalize(-worldSpacePosition.xyz), u_sunDirection3f, worldSpaceNormal, materialData3f), 0.0); +} diff --git a/desktopRuntime/resources/assets/eagler/glsl/deferred/material_block_constants.csv b/desktopRuntime/resources/assets/eagler/glsl/deferred/material_block_constants.csv new file mode 100755 index 00000000..22a7866e --- /dev/null +++ b/desktopRuntime/resources/assets/eagler/glsl/deferred/material_block_constants.csv @@ -0,0 +1,583 @@ +textureId,smoothness,reflectance,emission +blocks/anvil_base,158,230,0 +blocks/anvil_top_damaged_0,150,230,0 +blocks/anvil_top_damaged_1,143,230,0 +blocks/anvil_top_damaged_2,158,230,0 +blocks/beacon,158,16,200 +blocks/bed_feet_end,31,10,0 +blocks/bed_feet_side,28,9,0 +blocks/bed_feet_top,61,13,0 +blocks/bed_head_end,31,10,0 +blocks/bed_head_side,31,9,0 +blocks/bed_head_top,80,13,0 +blocks/bedrock,46,5,0 +blocks/bookshelf,64,13,0 +blocks/brewing_stand,130,47,0 +blocks/brewing_stand_base,149,10,0 +blocks/brick,37,8,0 +blocks/cactus_bottom,60,7,0 +blocks/cactus_side,71,7,0 +blocks/cactus_top,71,7,0 +blocks/cake_bottom,64,4,0 +blocks/cake_inner,29,3,0 +blocks/cake_side,43,3,0 +blocks/cake_top,127,10,0 +blocks/carrots_stage_0,71,7,0 +blocks/carrots_stage_1,71,7,0 +blocks/carrots_stage_2,71,7,0 +blocks/carrots_stage_3,71,7,0 +blocks/cauldron_bottom,38,230,0 +blocks/cauldron_inner,122,230,0 +blocks/cauldron_side,110,230,0 +blocks/cauldron_top,76,230,0 +blocks/clay,133,13,0 +blocks/coal_block,155,20,0 +blocks/coal_ore,84,10,0 +blocks/coarse_dirt,50,4,0 +blocks/cobblestone,83,10,0 +blocks/cobblestone_mossy,117,8,0 +blocks/cocoa_stage_0,133,8,0 +blocks/cocoa_stage_1,146,8,0 +blocks/cocoa_stage_2,156,8,0 +blocks/command_block,136,99,8 +blocks/comparator_off,115,5,0 +blocks/comparator_on,115,5,14 +blocks/crafting_table_front,113,29,0 +blocks/crafting_table_side,104,20,0 +blocks/crafting_table_top,97,14,0 +blocks/daylight_detector_inverted_top,95,6,0 +blocks/daylight_detector_side,70,5,0 +blocks/daylight_detector_top,95,6,0 +blocks/deadbush,18,10,0 +blocks/diamond_block,235,150,0 +blocks/diamond_ore,90,25,0 +blocks/dirt,50,4,0 +blocks/dirt_podzol_side,27,1,0 +blocks/dirt_podzol_top,47,15,0 +blocks/dispenser_front_horizontal,138,9,0 +blocks/dispenser_front_vertical,114,9,0 +blocks/door_acacia_lower,92,2,0 +blocks/door_acacia_upper,91,5,0 +blocks/door_birch_lower,79,14,0 +blocks/door_birch_upper,110,14,0 +blocks/door_dark_oak_lower,88,3,0 +blocks/door_dark_oak_upper,87,4,0 +blocks/door_iron_lower,214,230,0 +blocks/door_iron_upper,214,230,0 +blocks/door_jungle_lower,56,2,0 +blocks/door_jungle_upper,58,5,0 +blocks/door_spruce_lower,57,16,0 +blocks/door_spruce_upper,58,17,0 +blocks/door_wood_lower,70,2,0 +blocks/door_wood_upper,74,6,0 +blocks/double_plant_fern_bottom,71,7,0 +blocks/double_plant_fern_top,71,7,0 +blocks/double_plant_grass_bottom,71,7,0 +blocks/double_plant_grass_top,71,7,0 +blocks/double_plant_paeonia_bottom,71,7,0 +blocks/double_plant_paeonia_top,71,7,0 +blocks/double_plant_rose_bottom,71,7,0 +blocks/double_plant_rose_top,71,7,0 +blocks/double_plant_sunflower_back,71,7,0 +blocks/double_plant_sunflower_bottom,71,7,0 +blocks/double_plant_sunflower_front,71,7,0 +blocks/double_plant_sunflower_top,71,7,0 +blocks/double_plant_syringa_bottom,71,7,0 +blocks/double_plant_syringa_top,71,7,0 +blocks/dragon_egg,45,15,16 +blocks/dropper_front_horizontal,138,9,0 +blocks/dropper_front_vertical,112,9,0 +blocks/emerald_block,228,130,0 +blocks/emerald_ore,93,26,0 +blocks/enchanting_table_bottom,210,120,0 +blocks/enchanting_table_side,199,8,0 +blocks/enchanting_table_top,118,16,0 +blocks/end_stone,107,15,0 +blocks/endframe_eye,144,37,46 +blocks/endframe_side,141,19,0 +blocks/endframe_top,144,13,0 +blocks/farmland_dry,60,5,0 +blocks/farmland_wet,41,40,0 +blocks/fern,71,7,0 +blocks/fire_layer_0,30,5,162 +blocks/fire_layer_1,30,5,159 +blocks/flower_allium,71,7,0 +blocks/flower_blue_orchid,71,7,0 +blocks/flower_dandelion,71,7,0 +blocks/flower_houstonia,71,7,0 +blocks/flower_oxeye_daisy,71,7,0 +blocks/flower_pot,59,5,0 +blocks/flower_rose,71,7,0 +blocks/flower_tulip_orange,71,7,0 +blocks/flower_tulip_pink,71,7,0 +blocks/flower_tulip_red,71,7,0 +blocks/flower_tulip_white,71,7,0 +blocks/furnace_front_off,102,6,0 +blocks/furnace_front_on,102,7,25 +blocks/furnace_side,140,10,0 +blocks/furnace_top,114,10,0 +blocks/glass,210,100,0 +blocks/glass_black,230,100,0 +blocks/glass_blue,230,100,0 +blocks/glass_brown,230,100,0 +blocks/glass_cyan,230,100,0 +blocks/glass_gray,230,100,0 +blocks/glass_green,230,100,0 +blocks/glass_light_blue,230,100,0 +blocks/glass_lime,230,100,0 +blocks/glass_magenta,230,100,0 +blocks/glass_orange,230,100,0 +blocks/glass_pane_top,230,100,0 +blocks/glass_pane_top_black,230,100,0 +blocks/glass_pane_top_blue,230,100,0 +blocks/glass_pane_top_brown,230,100,0 +blocks/glass_pane_top_cyan,230,100,0 +blocks/glass_pane_top_gray,230,100,0 +blocks/glass_pane_top_green,230,100,0 +blocks/glass_pane_top_light_blue,230,100,0 +blocks/glass_pane_top_lime,230,100,0 +blocks/glass_pane_top_magenta,230,100,0 +blocks/glass_pane_top_orange,230,100,0 +blocks/glass_pane_top_pink,230,100,0 +blocks/glass_pane_top_purple,230,100,0 +blocks/glass_pane_top_red,230,100,0 +blocks/glass_pane_top_silver,230,100,0 +blocks/glass_pane_top_white,230,100,0 +blocks/glass_pane_top_yellow,230,100,0 +blocks/glass_pink,230,100,0 +blocks/glass_purple,230,100,0 +blocks/glass_red,230,100,0 +blocks/glass_silver,230,100,0 +blocks/glass_white,230,100,0 +blocks/glass_yellow,230,100,0 +blocks/glowstone,194,60,150 +blocks/gold_block,218,231,0 +blocks/gold_ore,96,37,0 +blocks/grass_side,50,4,0 +blocks/grass_side_overlay,12,5,0 +blocks/grass_side_snowed,146,15,0 +blocks/grass_top,12,5,0 +blocks/gravel,68,5,0 +blocks/hardened_clay,59,5,0 +blocks/hardened_clay_stained_black,59,5,0 +blocks/hardened_clay_stained_blue,59,5,0 +blocks/hardened_clay_stained_brown,59,5,0 +blocks/hardened_clay_stained_cyan,59,5,0 +blocks/hardened_clay_stained_gray,59,5,0 +blocks/hardened_clay_stained_green,59,5,0 +blocks/hardened_clay_stained_light_blue,59,5,0 +blocks/hardened_clay_stained_lime,59,5,0 +blocks/hardened_clay_stained_magenta,59,5,0 +blocks/hardened_clay_stained_orange,59,5,0 +blocks/hardened_clay_stained_pink,59,5,0 +blocks/hardened_clay_stained_purple,59,5,0 +blocks/hardened_clay_stained_red,59,5,0 +blocks/hardened_clay_stained_silver,59,5,0 +blocks/hardened_clay_stained_white,59,5,0 +blocks/hardened_clay_stained_yellow,59,5,0 +blocks/hay_block_side,112,12,0 +blocks/hay_block_top,114,13,0 +blocks/hopper_inside,71,230,0 +blocks/hopper_outside,173,230,0 +blocks/hopper_top,105,230,0 +blocks/ice,180,70,0 +blocks/ice_packed,168,40,0 +blocks/iron_bars,64,230,0 +blocks/iron_block,232,230,0 +blocks/iron_ore,95,15,0 +blocks/iron_trapdoor,214,230,0 +blocks/itemframe_background,0,0,0 +blocks/jukebox_side,89,13,0 +blocks/jukebox_top,83,13,0 +blocks/ladder,30,6,0 +blocks/lapis_block,222,20,0 +blocks/lapis_ore,96,10,0 +blocks/lava_flow,30,15,200 +blocks/lava_still,30,15,200 +blocks/leaves_acacia,60,10,0 +blocks/leaves_big_oak,105,4,0 +blocks/leaves_birch,73,5,0 +blocks/leaves_jungle,71,7,0 +blocks/leaves_oak,77,6,0 +blocks/leaves_spruce,59,6,0 +blocks/lever,97,10,0 +blocks/log_acacia,15,10,0 +blocks/log_acacia_top,9,10,0 +blocks/log_big_oak,26,10,0 +blocks/log_big_oak_top,20,10,0 +blocks/log_birch,24,5,0 +blocks/log_birch_top,20,10,0 +blocks/log_jungle,14,10,0 +blocks/log_jungle_top,20,10,0 +blocks/log_oak,18,10,0 +blocks/log_oak_top,20,10,0 +blocks/log_spruce,23,10,0 +blocks/log_spruce_top,21,10,0 +blocks/melon_side,156,14,0 +blocks/melon_stem_connected,18,10,0 +blocks/melon_stem_disconnected,18,10,0 +blocks/melon_top,153,14,0 +blocks/mob_spawner,71,230,0 +blocks/mushroom_block_inside,151,10,0 +blocks/mushroom_block_skin_brown,96,10,0 +blocks/mushroom_block_skin_red,148,10,0 +blocks/mushroom_block_skin_stem,142,10,0 +blocks/mushroom_brown,96,10,0 +blocks/mushroom_red,148,10,0 +blocks/mycelium_side,63,15,0 +blocks/mycelium_top,70,15,0 +blocks/nether_brick,37,15,0 +blocks/nether_wart_stage_0,11,5,0 +blocks/nether_wart_stage_1,30,5,0 +blocks/nether_wart_stage_2,39,5,0 +blocks/netherrack,20,10,0 +blocks/noteblock,89,13,0 +blocks/obsidian,210,120,0 +blocks/piston_bottom,80,4,0 +blocks/piston_inner,87,4,0 +blocks/piston_side,104,22,0 +blocks/piston_top_normal,109,25,0 +blocks/piston_top_sticky,116,28,0 +blocks/planks_acacia,92,11,0 +blocks/planks_big_oak,92,11,0 +blocks/planks_birch,92,11,0 +blocks/planks_jungle,92,11,0 +blocks/planks_oak,92,11,0 +blocks/planks_spruce,92,11,0 +blocks/portal,71,7,120 +blocks/potatoes_stage_0,71,7,0 +blocks/potatoes_stage_1,71,7,0 +blocks/potatoes_stage_2,71,7,0 +blocks/potatoes_stage_3,71,7,0 +blocks/prismarine_bricks,230,20,0 +blocks/prismarine_dark,194,26,0 +blocks/prismarine_rough,115,33,0 +blocks/pumpkin_face_off,56,15,0 +blocks/pumpkin_face_on,56,15,74 +blocks/pumpkin_side,52,15,0 +blocks/pumpkin_stem_connected,18,10,0 +blocks/pumpkin_stem_disconnected,18,10,0 +blocks/pumpkin_top,130,15,0 +blocks/quartz_block_bottom,220,60,0 +blocks/quartz_block_chiseled,220,60,0 +blocks/quartz_block_chiseled_top,220,60,0 +blocks/quartz_block_lines,220,60,0 +blocks/quartz_block_lines_top,220,60,0 +blocks/quartz_block_side,220,60,0 +blocks/quartz_block_top,220,60,0 +blocks/quartz_ore,45,10,0 +blocks/rail_activator,84,50,0 +blocks/rail_activator_powered,84,50,32 +blocks/rail_detector,102,62,0 +blocks/rail_detector_powered,102,62,32 +blocks/rail_golden,112,75,0 +blocks/rail_golden_powered,112,75,48 +blocks/rail_normal,85,50,0 +blocks/rail_normal_turned,85,50,0 +blocks/red_sand,32,2,0 +blocks/red_sandstone_bottom,52,10,0 +blocks/red_sandstone_carved,90,10,0 +blocks/red_sandstone_normal,43,10,0 +blocks/red_sandstone_smooth,90,10,0 +blocks/red_sandstone_top,128,15,0 +blocks/redstone_block,184,15,0 +blocks/redstone_dust_cross,100,5,0 +blocks/redstone_dust_cross_overlay,100,5,0 +blocks/redstone_dust_line,100,5,0 +blocks/redstone_dust_line_overlay,100,5,0 +blocks/redstone_lamp_off,191,20,0 +blocks/redstone_lamp_on,191,20,132 +blocks/redstone_ore,88,10,0 +blocks/redstone_torch_off,135,9,0 +blocks/redstone_torch_on,135,9,64 +blocks/reeds,71,7,0 +blocks/repeater_off,151,5,0 +blocks/repeater_on,151,5,32 +blocks/sand,46,8,0 +blocks/sandstone_bottom,52,8,0 +blocks/sandstone_carved,113,10,0 +blocks/sandstone_normal,43,10,0 +blocks/sandstone_smooth,90,10,0 +blocks/sandstone_top,128,15,0 +blocks/sapling_acacia,71,7,0 +blocks/sapling_birch,71,7,0 +blocks/sapling_jungle,71,7,0 +blocks/sapling_oak,71,7,0 +blocks/sapling_roofed_oak,71,7,0 +blocks/sapling_spruce,71,7,0 +blocks/sea_lantern,194,60,80 +blocks/slime,209,0,0 +blocks/snow,146,15,0 +blocks/soul_sand,35,15,0 +blocks/sponge,38,11,0 +blocks/sponge_wet,240,16,0 +blocks/stone,77,10,0 +blocks/stone_andesite,50,9,0 +blocks/stone_andesite_smooth,230,20,0 +blocks/stone_diorite,54,9,0 +blocks/stone_diorite_smooth,230,20,0 +blocks/stone_granite,38,9,0 +blocks/stone_granite_smooth,230,20,0 +blocks/stone_slab_side,120,20,0 +blocks/stone_slab_top,120,20,0 +blocks/stonebrick,70,10,0 +blocks/stonebrick_carved,58,10,0 +blocks/stonebrick_cracked,37,10,0 +blocks/stonebrick_mossy,53,9,0 +blocks/tallgrass,71,7,0 +blocks/tnt_bottom,78,5,0 +blocks/tnt_side,94,15,0 +blocks/tnt_top,61,5,0 +blocks/torch_on,135,9,128 +blocks/trapdoor,43,5,0 +blocks/trip_wire,230,20,0 +blocks/trip_wire_source,132,142,0 +blocks/vine,116,13,0 +blocks/water_flow,220,40,0 +blocks/water_still,220,40,0 +blocks/waterlily,78,15,0 +blocks/web,230,20,0 +blocks/wheat_stage_0,71,7,0 +blocks/wheat_stage_1,71,7,0 +blocks/wheat_stage_2,71,7,0 +blocks/wheat_stage_3,71,7,0 +blocks/wheat_stage_4,71,7,0 +blocks/wheat_stage_5,71,7,0 +blocks/wheat_stage_6,71,7,0 +blocks/wheat_stage_7,71,7,0 +blocks/wool_colored_black,50,10,0 +blocks/wool_colored_blue,50,10,0 +blocks/wool_colored_brown,50,10,0 +blocks/wool_colored_cyan,50,10,0 +blocks/wool_colored_gray,50,10,0 +blocks/wool_colored_green,50,10,0 +blocks/wool_colored_light_blue,50,10,0 +blocks/wool_colored_lime,50,10,0 +blocks/wool_colored_magenta,50,10,0 +blocks/wool_colored_orange,50,10,0 +blocks/wool_colored_pink,50,10,0 +blocks/wool_colored_purple,50,10,0 +blocks/wool_colored_red,50,10,0 +blocks/wool_colored_silver,50,10,0 +blocks/wool_colored_white,50,10,0 +blocks/wool_colored_yellow,50,10,0 +default,64,2,0 +items/apple,90,25,0 +items/apple_golden,150,231,0 +items/arrow,64,2,0 +items/barrier,64,2,0 +items/bed,80,15,0 +items/beef_cooked,70,10,0 +items/beef_raw,50,20,0 +items/blaze_powder,64,15,30 +items/blaze_rod,75,20,30 +items/boat,90,11,0 +items/bone,110,40,0 +items/book_enchanted,64,10,0 +items/book_normal,64,10,0 +items/book_writable,64,10,0 +items/book_written,64,10,0 +items/bow_pulling_0,80,15,0 +items/bow_pulling_1,80,15,0 +items/bow_pulling_2,80,15,0 +items/bow_standby,80,15,0 +items/bowl,90,10,0 +items/bread,75,5,0 +items/brewing_stand,64,10,0 +items/brick,40,8,0 +items/bucket_empty,110,230,0 +items/bucket_lava,110,230,0 +items/bucket_milk,110,230,0 +items/bucket_water,110,230,32 +items/cake,70,10,0 +items/carrot,64,5,0 +items/carrot_golden,90,231,0 +items/carrot_on_a_stick,80,10,0 +items/cauldron,75,230,0 +items/chainmail_boots,100,230,0 +items/chainmail_chestplate,100,230,0 +items/chainmail_helmet,100,230,0 +items/chainmail_leggings,100,230,0 +items/charcoal,130,20,0 +items/chicken_cooked,64,20,0 +items/chicken_raw,50,20,0 +items/clay_ball,120,13,0 +items/clock,90,230,0 +items/coal,130,20,0 +items/comparator,115,5,0 +items/compass,80,230,0 +items/cookie,64,5,0 +items/diamond,200,120,0 +items/diamond_axe,80,10,0 +items/diamond_boots,200,120,0 +items/diamond_chestplate,200,120,0 +items/diamond_helmet,200,120,0 +items/diamond_hoe,80,10,0 +items/diamond_horse_armor,200,120,0 +items/diamond_leggings,200,120,0 +items/diamond_pickaxe,80,10,0 +items/diamond_shovel,80,10,0 +items/diamond_sword,80,10,0 +items/door_acacia,66,25,0 +items/door_birch,66,25,0 +items/door_dark_oak,66,25,0 +items/door_iron,200,230,0 +items/door_jungle,66,25,0 +items/door_spruce,66,25,0 +items/door_wood,66,25,0 +items/dye_powder_black,64,5,0 +items/dye_powder_blue,64,5,0 +items/dye_powder_brown,64,5,0 +items/dye_powder_cyan,64,5,0 +items/dye_powder_gray,64,5,0 +items/dye_powder_green,64,5,0 +items/dye_powder_light_blue,64,5,0 +items/dye_powder_lime,64,5,0 +items/dye_powder_magenta,64,5,0 +items/dye_powder_orange,64,5,0 +items/dye_powder_pink,64,5,0 +items/dye_powder_purple,64,5,0 +items/dye_powder_red,64,5,0 +items/dye_powder_silver,64,5,0 +items/dye_powder_white,64,5,0 +items/dye_powder_yellow,64,5,0 +items/egg,75,15,0 +items/emerald,228,130,0 +items/ender_eye,80,10,40 +items/ender_pearl,80,10,0 +items/experience_bottle,210,100,0 +items/feather,64,10,0 +items/fireball,64,5,40 +items/fireworks,80,20,0 +items/fireworks_charge,70,15,0 +items/fireworks_charge_overlay,70,15,0 +items/fish_clownfish_raw,90,25,0 +items/fish_cod_cooked,70,10,0 +items/fish_cod_raw,90,25,0 +items/fish_pufferfish_raw,90,25,0 +items/fish_salmon_cooked,70,10,0 +items/fish_salmon_raw,90,25,0 +items/fishing_rod_cast,80,10,0 +items/fishing_rod_uncast,80,10,0 +items/flint,110,30,0 +items/flint_and_steel,90,230,0 +items/flower_pot,80,5,0 +items/ghast_tear,120,50,0 +items/glowstone_dust,120,20,70 +items/gold_axe,80,10,0 +items/gold_boots,200,231,0 +items/gold_chestplate,200,231,0 +items/gold_helmet,200,231,0 +items/gold_hoe,80,10,0 +items/gold_horse_armor,200,231,0 +items/gold_ingot,200,231,0 +items/gold_leggings,200,231,0 +items/gold_nugget,200,231,0 +items/gold_pickaxe,80,10,0 +items/gold_shovel,80,10,0 +items/gold_sword,80,10,0 +items/gunpowder,64,15,0 +items/hopper,90,230,0 +items/iron_axe,80,10,0 +items/iron_boots,200,230,0 +items/iron_chestplate,200,230,0 +items/iron_helmet,200,230,0 +items/iron_hoe,80,10,0 +items/iron_horse_armor,200,230,0 +items/iron_ingot,200,230,0 +items/iron_leggings,200,230,0 +items/iron_pickaxe,80,10,0 +items/iron_shovel,80,10,0 +items/iron_sword,80,10,0 +items/item_frame,70,20,0 +items/lead,64,5,0 +items/leather,70,15,0 +items/leather_boots,70,15,0 +items/leather_boots_overlay,70,15,0 +items/leather_chestplate,70,15,0 +items/leather_chestplate_overlay,70,15,0 +items/leather_helmet,70,15,0 +items/leather_helmet_overlay,70,15,0 +items/leather_leggings,70,15,0 +items/leather_leggings_overlay,70,15,0 +items/magma_cream,90,20,32 +items/map_empty,64,10,0 +items/map_filled,64,10,0 +items/melon,90,15,0 +items/melon_speckled,90,25,20 +items/minecart_chest,110,230,0 +items/minecart_command_block,110,230,0 +items/minecart_furnace,110,230,0 +items/minecart_hopper,110,230,0 +items/minecart_normal,110,230,0 +items/minecart_tnt,110,230,0 +items/mushroom_stew,90,10,0 +items/mutton_cooked,70,10,0 +items/mutton_raw,50,20,0 +items/name_tag,64,5,0 +items/nether_star,90,20,50 +items/nether_wart,45,20,0 +items/netherbrick,37,15,0 +items/painting,70,20,0 +items/paper,64,10,0 +items/porkchop_cooked,70,10,0 +items/porkchop_raw,50,20,0 +items/potato,60,10,0 +items/potato_baked,60,10,0 +items/potato_poisonous,60,5,0 +items/potion_bottle_drinkable,210,100,0 +items/potion_bottle_empty,210,100,0 +items/potion_bottle_splash,210,100,0 +items/potion_overlay,210,100,0 +items/prismarine_crystals,230,90,0 +items/prismarine_shard,230,20,0 +items/pumpkin_pie,90,25,0 +items/quartz,220,60,0 +items/rabbit_cooked,70,10,0 +items/rabbit_foot,64,5,0 +items/rabbit_hide,70,15,0 +items/rabbit_raw,50,20,0 +items/rabbit_stew,90,10,0 +items/record_11,135,40,0 +items/record_13,135,40,0 +items/record_blocks,135,40,0 +items/record_cat,135,40,0 +items/record_chirp,135,40,0 +items/record_far,135,40,0 +items/record_mall,135,40,0 +items/record_mellohi,135,40,0 +items/record_stal,135,40,0 +items/record_strad,135,40,0 +items/record_wait,135,40,0 +items/record_ward,135,40,0 +items/redstone_dust,70,10,0 +items/reeds,70,7,0 +items/repeater,115,5,0 +items/rotten_flesh,70,15,0 +items/saddle,70,15,0 +items/seeds_melon,64,5,0 +items/seeds_pumpkin,64,5,0 +items/seeds_wheat,64,5,0 +items/shears,90,230,0 +items/sign,90,15,0 +items/slimeball,150,50,0 +items/snowball,130,20,0 +items/spawn_egg,75,15,0 +items/spawn_egg_overlay,75,15,0 +items/spider_eye,100,30,0 +items/spider_eye_fermented,100,40,0 +items/stick,80,10,0 +items/stone_axe,80,10,0 +items/stone_hoe,80,10,0 +items/stone_pickaxe,80,10,0 +items/stone_shovel,80,10,0 +items/stone_sword,80,10,0 +items/string,80,25,0 +items/sugar,100,30,0 +items/wheat,110,15,0 +items/wood_axe,80,10,0 +items/wood_hoe,80,10,0 +items/wood_pickaxe,80,10,0 +items/wood_shovel,80,10,0 +items/wood_sword,80,10,0 +items/wooden_armorstand,80,10,0 diff --git a/desktopRuntime/resources/assets/eagler/glsl/deferred/metals.csv b/desktopRuntime/resources/assets/eagler/glsl/deferred/metals.csv new file mode 100755 index 00000000..141cd71e --- /dev/null +++ b/desktopRuntime/resources/assets/eagler/glsl/deferred/metals.csv @@ -0,0 +1,9 @@ +Metal,ID,Nr,Ng,Nb,Kr,Kg,Kb +Iron,230,2.9114,2.9497,2.5845,3.0893,2.9318,2.7670 +Gold,231,0.18299,0.42108,1.3734,3.4242,2.3459,1.7704 +Aluminum,232,1.3456,0.96521,0.61722,7.4746,6.3995,5.3031 +Chrome,233,3.1071,3.1812,2.3230,3.3314,3.3291,3.1350 +Copper,234,0.27105,0.67693,1.3164,3.6092,2.6248,2.2921 +Lead,235,1.9100,1.8300,1.4400,3.5100,3.4000,3.1800 +Platinum,236,2.3757,2.0847,1.8453,4.2655,3.7153,3.1365 +Silver,237,0.15943,0.14512,0.13547,3.9291,3.1900,2.3808 \ No newline at end of file diff --git a/desktopRuntime/resources/assets/eagler/glsl/deferred/moon_render.fsh b/desktopRuntime/resources/assets/eagler/glsl/deferred/moon_render.fsh new file mode 100755 index 00000000..501da6c3 --- /dev/null +++ b/desktopRuntime/resources/assets/eagler/glsl/deferred/moon_render.fsh @@ -0,0 +1,52 @@ +#line 2 + +/* + * Copyright (c) 2023 lax1dude. All Rights Reserved. + * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND + * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED + * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. + * IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT + * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR + * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, + * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE + * POSSIBILITY OF SUCH DAMAGE. + * + */ + +precision lowp int; +precision highp float; +precision highp sampler2D; + +in vec2 v_position2f; +in vec3 v_position3f; + +layout(location = 0) out vec4 output4f; + +uniform vec3 u_moonColor3f; +uniform vec3 u_lightDir3f; + +uniform sampler2D u_moonTextures; +uniform sampler2D u_cloudsTexture; + +void main() { + gl_FragDepth = 0.0; + vec4 color4f = texture(u_moonTextures, v_position2f); + if(color4f.a < 0.99) { + discard; + } + vec3 moonNormal3f; + moonNormal3f.xy = color4f.rg * 2.0 - 1.0; + moonNormal3f.z = sqrt(1.0 - dot(moonNormal3f.xy, moonNormal3f.xy)); + float NdotV = dot(moonNormal3f, u_lightDir3f); + output4f = vec4(u_moonColor3f * (color4f.b * color4f.b * mix(max(NdotV, 0.0), max(NdotV + 0.45, 0.0) * 0.5f, max(u_lightDir3f.z * u_lightDir3f.z * -u_lightDir3f.z, 0.0))), 0.0); + vec3 viewDir = normalize(v_position3f); + if(viewDir.y < 0.01) { + return; + } + vec2 cloudSampleCoord2f = (viewDir.xz / (viewDir.y + 1.0)) * 0.975 * 0.5 + 0.5; + vec4 cloudSample = textureLod(u_cloudsTexture, cloudSampleCoord2f, 0.0); + output4f.rgb = mix(output4f.rgb, output4f.rgb * max(cloudSample.a * 1.25 - 0.25, 0.0), smoothstep(0.0, 1.0, min(viewDir.y * 8.0, 1.0))); +} diff --git a/desktopRuntime/resources/assets/eagler/glsl/deferred/moon_render.vsh b/desktopRuntime/resources/assets/eagler/glsl/deferred/moon_render.vsh new file mode 100755 index 00000000..3adeb498 --- /dev/null +++ b/desktopRuntime/resources/assets/eagler/glsl/deferred/moon_render.vsh @@ -0,0 +1,37 @@ +#line 2 + +/* + * Copyright (c) 2023 lax1dude. All Rights Reserved. + * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND + * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED + * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. + * IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT + * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR + * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, + * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE + * POSSIBILITY OF SUCH DAMAGE. + * + */ + +precision lowp int; +precision highp float; +precision highp sampler2D; + +layout(location = 0) in vec2 a_position2f; + +out vec2 v_position2f; +out vec3 v_position3f; + +uniform mat4 u_modelMatrix4f; +uniform mat4 u_viewMatrix4f; +uniform mat4 u_projMatrix4f; + +void main() { + v_position2f = a_position2f * 0.5 + 0.5; + v_position3f = (u_modelMatrix4f * vec4(a_position2f, -13.0, 1.0)).xyz; + gl_Position = u_viewMatrix4f * vec4(v_position3f, 0.0); + gl_Position = u_projMatrix4f * vec4(gl_Position.xyz, 1.0); +} diff --git a/desktopRuntime/resources/assets/eagler/glsl/deferred/particles_s.png b/desktopRuntime/resources/assets/eagler/glsl/deferred/particles_s.png new file mode 100755 index 00000000..8382136f Binary files /dev/null and b/desktopRuntime/resources/assets/eagler/glsl/deferred/particles_s.png differ diff --git a/desktopRuntime/resources/assets/eagler/glsl/deferred/post_bloom_blur.fsh b/desktopRuntime/resources/assets/eagler/glsl/deferred/post_bloom_blur.fsh new file mode 100755 index 00000000..6fb6f4cc --- /dev/null +++ b/desktopRuntime/resources/assets/eagler/glsl/deferred/post_bloom_blur.fsh @@ -0,0 +1,50 @@ +#line 2 + +/* + * Copyright (c) 2023 lax1dude. All Rights Reserved. + * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND + * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED + * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. + * IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT + * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR + * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, + * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE + * POSSIBILITY OF SUCH DAMAGE. + * + */ + +precision lowp int; +precision highp float; +precision highp sampler2D; + +in vec2 v_position2f; + +layout(location = 0) out vec4 output4f; + +uniform sampler2D u_inputTexture; + +uniform vec2 u_sampleOffset2f; +uniform vec4 u_outputSize4f; + +void main() { + vec2 alignedUV = (floor(v_position2f * u_outputSize4f.xy) + 0.5) * u_outputSize4f.zw; + vec4 accum = textureLod(u_inputTexture, alignedUV - u_sampleOffset2f * 7.0, 0.0) * 0.0005; + accum += textureLod(u_inputTexture, alignedUV - u_sampleOffset2f * 6.0, 0.0) * 0.0024; + accum += textureLod(u_inputTexture, alignedUV - u_sampleOffset2f * 5.0, 0.0) * 0.0092; + accum += textureLod(u_inputTexture, alignedUV - u_sampleOffset2f * 4.0, 0.0) * 0.0278; + accum += textureLod(u_inputTexture, alignedUV - u_sampleOffset2f * 3.0, 0.0) * 0.0656; + accum += textureLod(u_inputTexture, alignedUV - u_sampleOffset2f * 2.0, 0.0) * 0.1210; + accum += textureLod(u_inputTexture, alignedUV - u_sampleOffset2f, 0.0) * 0.1747; + accum += textureLod(u_inputTexture, alignedUV, 0.0) * 0.1974; + accum += textureLod(u_inputTexture, alignedUV + u_sampleOffset2f, 0.0) * 0.1747; + accum += textureLod(u_inputTexture, alignedUV + u_sampleOffset2f * 2.0, 0.0) * 0.1210; + accum += textureLod(u_inputTexture, alignedUV + u_sampleOffset2f * 3.0, 0.0) * 0.0656; + accum += textureLod(u_inputTexture, alignedUV + u_sampleOffset2f * 4.0, 0.0) * 0.0278; + accum += textureLod(u_inputTexture, alignedUV + u_sampleOffset2f * 5.0, 0.0) * 0.0092; + accum += textureLod(u_inputTexture, alignedUV + u_sampleOffset2f * 6.0, 0.0) * 0.0024; + accum += textureLod(u_inputTexture, alignedUV + u_sampleOffset2f * 7.0, 0.0) * 0.0005; + output4f = accum; +} diff --git a/desktopRuntime/resources/assets/eagler/glsl/deferred/post_bloom_bright.fsh b/desktopRuntime/resources/assets/eagler/glsl/deferred/post_bloom_bright.fsh new file mode 100755 index 00000000..685586f0 --- /dev/null +++ b/desktopRuntime/resources/assets/eagler/glsl/deferred/post_bloom_bright.fsh @@ -0,0 +1,50 @@ +#line 2 + +/* + * Copyright (c) 2023 lax1dude. All Rights Reserved. + * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND + * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED + * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. + * IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT + * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR + * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, + * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE + * POSSIBILITY OF SUCH DAMAGE. + * + */ + +precision lowp int; +precision highp float; +precision highp sampler2D; + +in vec2 v_position2f; + +layout(location = 0) out vec4 output4f; + +uniform sampler2D u_lightingHDRFramebufferTexture; +uniform sampler2D u_framebufferLumaAvgInput; +uniform sampler2D u_gbufferMaterialTexture; +uniform sampler2D u_gbufferDepthTexture; + +uniform vec4 u_outputSize4f; + +void main() { + float exposure = textureLod(u_framebufferLumaAvgInput, vec2(0.5), 0.0).r; + float emission = 0.0; + vec2 alignedUV = (floor(v_position2f * u_outputSize4f.xy) + 0.5) * u_outputSize4f.zw; + vec4 inputColor = textureLod(u_lightingHDRFramebufferTexture, alignedUV, 0.0); + if(inputColor.a > 0.0) { + emission = textureLod(u_gbufferMaterialTexture, alignedUV, 0.0).b; + }else { + emission = textureLod(u_gbufferDepthTexture, alignedUV, 0.0).r <= 0.0000001 ? 10.0 : 0.0; + } + float f = dot(inputColor.rgb, vec3(0.2126, 0.7152, 0.0722)) * (5.0 + emission * 15.0); + if(f > 2.0 + exposure) { + output4f = vec4(min(inputColor.rgb, vec3(5.0)) * (0.75 + exposure * 1.5) * min(f - 2.0 - exposure, 1.0), 1.0); + }else { + output4f = vec4(0.0); + } +} diff --git a/desktopRuntime/resources/assets/eagler/glsl/deferred/post_exposure_avg.fsh b/desktopRuntime/resources/assets/eagler/glsl/deferred/post_exposure_avg.fsh new file mode 100755 index 00000000..33123060 --- /dev/null +++ b/desktopRuntime/resources/assets/eagler/glsl/deferred/post_exposure_avg.fsh @@ -0,0 +1,46 @@ +#line 2 + +/* + * Copyright (c) 2023 lax1dude. All Rights Reserved. + * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND + * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED + * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. + * IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT + * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR + * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, + * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE + * POSSIBILITY OF SUCH DAMAGE. + * + */ + +precision lowp int; +precision highp float; +precision highp sampler2D; + +in vec2 v_position2f; + +layout(location = 0) out float exposureOut1f; + +uniform sampler2D u_inputTexture; +uniform vec4 u_sampleOffset4f; + +#ifdef CALCULATE_LUMINANCE +#define TAKE_SAMPLE(samplerIn, posIn) dot(textureLod(samplerIn, posIn, 0.0).rgb, vec3(0.299, 0.587, 0.114)) +#else +#define TAKE_SAMPLE(samplerIn, posIn) textureLod(samplerIn, posIn, 0.0).r +#endif + +void main() { + + vec2 pixelPos = floor(v_position2f / u_sampleOffset4f.xy); + + float a = min(TAKE_SAMPLE(u_inputTexture, (pixelPos + vec2(0.25, 0.25)) * u_sampleOffset4f.zw), 250.0); + a += min(TAKE_SAMPLE(u_inputTexture, (pixelPos + vec2(0.75, 0.25)) * u_sampleOffset4f.zw), 250.0); + a += min(TAKE_SAMPLE(u_inputTexture, (pixelPos + vec2(0.75, 0.75)) * u_sampleOffset4f.zw), 250.0); + a += min(TAKE_SAMPLE(u_inputTexture, (pixelPos + vec2(0.25, 0.75)) * u_sampleOffset4f.zw), 250.0); + + exposureOut1f = a * 0.25; +} diff --git a/desktopRuntime/resources/assets/eagler/glsl/deferred/post_exposure_final.fsh b/desktopRuntime/resources/assets/eagler/glsl/deferred/post_exposure_final.fsh new file mode 100755 index 00000000..2694fadc --- /dev/null +++ b/desktopRuntime/resources/assets/eagler/glsl/deferred/post_exposure_final.fsh @@ -0,0 +1,42 @@ +#line 2 + +/* + * Copyright (c) 2023 lax1dude. All Rights Reserved. + * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND + * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED + * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. + * IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT + * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR + * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, + * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE + * POSSIBILITY OF SUCH DAMAGE. + * + */ + +precision lowp int; +precision highp float; +precision highp sampler2D; + +in vec2 v_position2f; + +layout(location = 0) out float exposureOut1f; + +uniform sampler2D u_inputTexture; +uniform vec2 u_inputSize2f; + +void main() { + + float a = 0.0; + float b = 0.0; + for(vec2 v = vec2(0.0, u_inputSize2f * 0.5); v.y < 1.0; v.y += u_inputSize2f.y) { + for(v.x = u_inputSize2f.x * 0.5; v.x < 1.0; v.x += u_inputSize2f.x) { + a += textureLod(u_inputTexture, v, 0.0).r * (1.0 - length(v - 0.5)); + b += 1.0; + } + } + + exposureOut1f = a / b; +} diff --git a/desktopRuntime/resources/assets/eagler/glsl/deferred/post_fxaa.fsh b/desktopRuntime/resources/assets/eagler/glsl/deferred/post_fxaa.fsh new file mode 100755 index 00000000..a480730d --- /dev/null +++ b/desktopRuntime/resources/assets/eagler/glsl/deferred/post_fxaa.fsh @@ -0,0 +1,275 @@ +#line 2 + +/* + * Copyright (c) 2023 lax1dude. All Rights Reserved. + * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND + * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED + * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. + * IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT + * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR + * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, + * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE + * POSSIBILITY OF SUCH DAMAGE. + * + */ + +/* + * This file was modified by lax1dude to remove dead code + * + * Original: https://gist.github.com/kosua20/0c506b81b3812ac900048059d2383126 + * + */ + +/* + * ============================================================================ + * + * + * NVIDIA FXAA 3.11 by TIMOTHY LOTTES + * + * + * ------------------------------------------------------------------------------ + * COPYRIGHT (C) 2010, 2011 NVIDIA CORPORATION. ALL RIGHTS RESERVED. + * ------------------------------------------------------------------------------ + * TO THE MAXIMUM EXTENT PERMITTED BY APPLICABLE LAW, THIS SOFTWARE IS PROVIDED + * *AS IS* AND NVIDIA AND ITS SUPPLIERS DISCLAIM ALL WARRANTIES, EITHER EXPRESS + * OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF + * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL NVIDIA + * OR ITS SUPPLIERS BE LIABLE FOR ANY SPECIAL, INCIDENTAL, INDIRECT, OR + * CONSEQUENTIAL DAMAGES WHATSOEVER (INCLUDING, WITHOUT LIMITATION, DAMAGES FOR + * LOSS OF BUSINESS PROFITS, BUSINESS INTERRUPTION, LOSS OF BUSINESS INFORMATION, + * OR ANY OTHER PECUNIARY LOSS) ARISING OUT OF THE USE OF OR INABILITY TO USE + * THIS SOFTWARE, EVEN IF NVIDIA HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH + * DAMAGES. + * + */ + + +precision lowp int; +precision mediump float; +precision mediump sampler2D; + +in vec2 v_position2f; + +layout(location = 0) out vec4 output4f; + +uniform sampler2D u_screenTexture; +uniform vec2 u_screenSize2f; + +#ifndef FXAA_GREEN_AS_LUMA + // For those using non-linear color, + // and either not able to get luma in alpha, or not wanting to, + // this enables FXAA to run using green as a proxy for luma. + // So with this enabled, no need to pack luma in alpha. + // + // This will turn off AA on anything which lacks some amount of green. + // Pure red and blue or combination of only R and B, will get no AA. + // + // Might want to lower the settings for both, + // fxaaConsoleEdgeThresholdMin + // fxaaQualityEdgeThresholdMin + // In order to insure AA does not get turned off on colors + // which contain a minor amount of green. + // + // 1 = On. + // 0 = Off. + // + #define FXAA_GREEN_AS_LUMA 0 +#endif + +#ifndef FXAA_DISCARD + // 1 = Use discard on pixels which don't need AA. + // 0 = Return unchanged color on pixels which don't need AA. + #define FXAA_DISCARD 0 +#endif + +/*============================================================================ + API PORTING +============================================================================*/ + #define FxaaBool bool + #define FxaaDiscard discard + #define FxaaFloat float + #define FxaaFloat2 vec2 + #define FxaaFloat3 vec3 + #define FxaaFloat4 vec4 + #define FxaaHalf float + #define FxaaHalf2 vec2 + #define FxaaHalf3 vec3 + #define FxaaHalf4 vec4 + #define FxaaInt2 ivec2 + #define FxaaSat(x) clamp(x, 0.0, 1.0) + #define FxaaTex sampler2D +/*--------------------------------------------------------------------------*/ + + #define FxaaTexTop(t, p) textureLod(t, p, 0.0) + #define FxaaLuma(rgba) rgba.a + +/*============================================================================ + FXAA3 CONSOLE - PC VERSION +============================================================================*/ +/*--------------------------------------------------------------------------*/ +FxaaFloat4 FxaaPixelShader( + // See FXAA Quality FxaaPixelShader() source for docs on Inputs! + // + // Use noperspective interpolation here (turn off perspective interpolation). + // {xy} = center of pixel + FxaaFloat2 pos, + // + // Used only for FXAA Console, and not used on the 360 version. + // Use noperspective interpolation here (turn off perspective interpolation). + // {xy__} = upper left of pixel + // {__zw} = lower right of pixel + FxaaFloat4 fxaaConsolePosPos, + // + // Input color texture. + // {rgb_} = color in linear or perceptual color space + // if (FXAA_GREEN_AS_LUMA == 0) + // {___a} = luma in perceptual color space (not linear) + FxaaTex tex, + // + // Only used on FXAA Console. + // This must be from a constant/uniform. + // This effects sub-pixel AA quality and inversely sharpness. + // Where N ranges between, + // N = 0.50 (default) + // N = 0.33 (sharper) + // {x___} = -N/screenWidthInPixels + // {_y__} = -N/screenHeightInPixels + // {__z_} = N/screenWidthInPixels + // {___w} = N/screenHeightInPixels + FxaaFloat4 fxaaConsoleRcpFrameOpt, + // + // Only used on FXAA Console. + // Not used on 360, but used on PS3 and PC. + // This must be from a constant/uniform. + // {x___} = -2.0/screenWidthInPixels + // {_y__} = -2.0/screenHeightInPixels + // {__z_} = 2.0/screenWidthInPixels + // {___w} = 2.0/screenHeightInPixels + FxaaFloat4 fxaaConsoleRcpFrameOpt2, + // + // Only used on FXAA Console. + // This used to be the FXAA_CONSOLE__EDGE_SHARPNESS define. + // It is here now to allow easier tuning. + // This does not effect PS3, as this needs to be compiled in. + // Use FXAA_CONSOLE__PS3_EDGE_SHARPNESS for PS3. + // Due to the PS3 being ALU bound, + // there are only three safe values here: 2 and 4 and 8. + // These options use the shaders ability to a free *|/ by 2|4|8. + // For all other platforms can be a non-power of two. + // 8.0 is sharper (default!!!) + // 4.0 is softer + // 2.0 is really soft (good only for vector graphics inputs) + FxaaFloat fxaaConsoleEdgeSharpness, + // + // Only used on FXAA Console. + // This used to be the FXAA_CONSOLE__EDGE_THRESHOLD define. + // It is here now to allow easier tuning. + // This does not effect PS3, as this needs to be compiled in. + // Use FXAA_CONSOLE__PS3_EDGE_THRESHOLD for PS3. + // Due to the PS3 being ALU bound, + // there are only two safe values here: 1/4 and 1/8. + // These options use the shaders ability to a free *|/ by 2|4|8. + // The console setting has a different mapping than the quality setting. + // Other platforms can use other values. + // 0.125 leaves less aliasing, but is softer (default!!!) + // 0.25 leaves more aliasing, and is sharper + FxaaFloat fxaaConsoleEdgeThreshold, + // + // Only used on FXAA Console. + // This used to be the FXAA_CONSOLE__EDGE_THRESHOLD_MIN define. + // It is here now to allow easier tuning. + // Trims the algorithm from processing darks. + // The console setting has a different mapping than the quality setting. + // This does not apply to PS3, + // PS3 was simplified to avoid more shader instructions. + // 0.06 - faster but more aliasing in darks + // 0.05 - default + // 0.04 - slower and less aliasing in darks + // Special notes when using FXAA_GREEN_AS_LUMA, + // Likely want to set this to zero. + // As colors that are mostly not-green + // will appear very dark in the green channel! + // Tune by looking at mostly non-green content, + // then start at zero and increase until aliasing is a problem. + FxaaFloat fxaaConsoleEdgeThresholdMin +) { +/*--------------------------------------------------------------------------*/ + FxaaFloat lumaNw = FxaaLuma(FxaaTexTop(tex, fxaaConsolePosPos.xy)); + FxaaFloat lumaSw = FxaaLuma(FxaaTexTop(tex, fxaaConsolePosPos.xw)); + FxaaFloat lumaNe = FxaaLuma(FxaaTexTop(tex, fxaaConsolePosPos.zy)); + FxaaFloat lumaSe = FxaaLuma(FxaaTexTop(tex, fxaaConsolePosPos.zw)); +/*--------------------------------------------------------------------------*/ + FxaaFloat4 rgbyM = FxaaTexTop(tex, pos.xy); + FxaaFloat lumaM = FxaaLuma(rgbyM); +/*--------------------------------------------------------------------------*/ + FxaaFloat lumaMaxNwSw = max(lumaNw, lumaSw); + lumaNe += 1.0/384.0; + FxaaFloat lumaMinNwSw = min(lumaNw, lumaSw); +/*--------------------------------------------------------------------------*/ + FxaaFloat lumaMaxNeSe = max(lumaNe, lumaSe); + FxaaFloat lumaMinNeSe = min(lumaNe, lumaSe); +/*--------------------------------------------------------------------------*/ + FxaaFloat lumaMax = max(lumaMaxNeSe, lumaMaxNwSw); + FxaaFloat lumaMin = min(lumaMinNeSe, lumaMinNwSw); +/*--------------------------------------------------------------------------*/ + FxaaFloat lumaMaxScaled = lumaMax * fxaaConsoleEdgeThreshold; +/*--------------------------------------------------------------------------*/ + FxaaFloat lumaMinM = min(lumaMin, lumaM); + FxaaFloat lumaMaxScaledClamped = max(fxaaConsoleEdgeThresholdMin, lumaMaxScaled); + FxaaFloat lumaMaxM = max(lumaMax, lumaM); + FxaaFloat dirSwMinusNe = lumaSw - lumaNe; + FxaaFloat lumaMaxSubMinM = lumaMaxM - lumaMinM; + FxaaFloat dirSeMinusNw = lumaSe - lumaNw; + if(lumaMaxSubMinM < lumaMaxScaledClamped) + { + #if (FXAA_DISCARD == 1) + FxaaDiscard; + #else + return rgbyM; + #endif + } +/*--------------------------------------------------------------------------*/ + FxaaFloat2 dir; + dir.x = dirSwMinusNe + dirSeMinusNw; + dir.y = dirSwMinusNe - dirSeMinusNw; +/*--------------------------------------------------------------------------*/ + FxaaFloat2 dir1 = normalize(dir.xy); + FxaaFloat4 rgbyN1 = FxaaTexTop(tex, pos.xy - dir1 * fxaaConsoleRcpFrameOpt.zw); + FxaaFloat4 rgbyP1 = FxaaTexTop(tex, pos.xy + dir1 * fxaaConsoleRcpFrameOpt.zw); +/*--------------------------------------------------------------------------*/ + FxaaFloat dirAbsMinTimesC = min(abs(dir1.x), abs(dir1.y)) * fxaaConsoleEdgeSharpness; + FxaaFloat2 dir2 = clamp(dir1.xy / dirAbsMinTimesC, -2.0, 2.0); +/*--------------------------------------------------------------------------*/ + FxaaFloat2 dir2x = dir2 * fxaaConsoleRcpFrameOpt2.zw; + FxaaFloat4 rgbyN2 = FxaaTexTop(tex, pos.xy - dir2x); + FxaaFloat4 rgbyP2 = FxaaTexTop(tex, pos.xy + dir2x); +/*--------------------------------------------------------------------------*/ + FxaaFloat4 rgbyA = rgbyN1 + rgbyP1; + FxaaFloat4 rgbyB = ((rgbyN2 + rgbyP2) * 0.25) + (rgbyA * 0.25); +/*--------------------------------------------------------------------------*/ + float lumaB = FxaaLuma(rgbyB); + if((lumaB < lumaMin) || (lumaB > lumaMax)) rgbyB.xyz = rgbyA.xyz * 0.5; + return rgbyB; +} +/*==========================================================================*/ + +#define edgeSharpness 3.0 +#define edgeThreshold 0.15 +#define edgeThresholdMin 0.05 + +void main(){ + vec2 screenSize05 = 0.5 * u_screenSize2f; + + vec4 posPos; + posPos.xy = v_position2f; + posPos.zw = v_position2f + u_screenSize2f; + + vec4 rcpFrameOpt; + rcpFrameOpt.xy = -screenSize05; + rcpFrameOpt.zw = screenSize05; + + output4f = vec4(FxaaPixelShader(v_position2f + screenSize05, posPos, u_screenTexture, rcpFrameOpt, rcpFrameOpt * 4.0, edgeSharpness, edgeThreshold, edgeThresholdMin).rgb, 1.0); +} diff --git a/desktopRuntime/resources/assets/eagler/glsl/deferred/post_lens_distort.fsh b/desktopRuntime/resources/assets/eagler/glsl/deferred/post_lens_distort.fsh new file mode 100755 index 00000000..e21b52ed --- /dev/null +++ b/desktopRuntime/resources/assets/eagler/glsl/deferred/post_lens_distort.fsh @@ -0,0 +1,40 @@ +#line 2 + +/* + * Copyright (c) 2023 lax1dude. All Rights Reserved. + * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND + * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED + * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. + * IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT + * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR + * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, + * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE + * POSSIBILITY OF SUCH DAMAGE. + * + */ + +precision lowp int; +precision highp float; +precision highp sampler2D; + +in vec2 v_position2f; + +layout(location = 0) out vec4 output4f; + +uniform sampler2D u_inputTexture; + +vec2 distortUV(in vec2 uv, in float k){ + vec2 t = uv - 0.5; + return dot(t, t) * k * t + t + 0.5; +} + +#define DISTORT_AMOUNT -0.05 + +void main() { + output4f = vec4(textureLod(u_inputTexture, distortUV(v_position2f, DISTORT_AMOUNT + 0.01), 0.0).r, + textureLod(u_inputTexture, distortUV(v_position2f, DISTORT_AMOUNT), 0.0).ga, + textureLod(u_inputTexture, distortUV(v_position2f, DISTORT_AMOUNT - 0.01), 0.0).b).rgab; +} diff --git a/desktopRuntime/resources/assets/eagler/glsl/deferred/post_lens_ghosts.fsh b/desktopRuntime/resources/assets/eagler/glsl/deferred/post_lens_ghosts.fsh new file mode 100755 index 00000000..43a98f83 --- /dev/null +++ b/desktopRuntime/resources/assets/eagler/glsl/deferred/post_lens_ghosts.fsh @@ -0,0 +1,36 @@ +#line 2 + +/* + * Copyright (c) 2023 lax1dude. All Rights Reserved. + * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND + * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED + * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. + * IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT + * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR + * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, + * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE + * POSSIBILITY OF SUCH DAMAGE. + * + */ + +precision lowp int; +precision mediump float; +precision mediump sampler2D; + +layout(location = 0) out vec4 output4f; + +in vec2 v_texcoord2f; +in vec3 v_color3f; +in float v_occlusion1f; + +uniform sampler2D u_flareTexture; + +uniform vec3 u_flareColor3f; + +void main() { + vec3 color3f = vec3(texture(u_flareTexture, v_texcoord2f).r); + output4f = vec4(color3f * color3f * v_color3f * v_occlusion1f * u_flareColor3f, 0.0); +} diff --git a/desktopRuntime/resources/assets/eagler/glsl/deferred/post_lens_ghosts.vsh b/desktopRuntime/resources/assets/eagler/glsl/deferred/post_lens_ghosts.vsh new file mode 100755 index 00000000..ce139095 --- /dev/null +++ b/desktopRuntime/resources/assets/eagler/glsl/deferred/post_lens_ghosts.vsh @@ -0,0 +1,67 @@ +#line 2 + +/* + * Copyright (c) 2023 lax1dude. All Rights Reserved. + * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND + * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED + * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. + * IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT + * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR + * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, + * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE + * POSSIBILITY OF SUCH DAMAGE. + * + */ + +precision lowp int; +precision highp float; +precision highp sampler2D; + +layout(location = 0) in vec2 a_position2f; + +layout(location = 1) in vec2 e_elementOffsetScale; +layout(location = 2) in vec4 e_elementTexture4f; +layout(location = 3) in vec3 e_elementColor3f; + +out vec2 v_texcoord2f; +out vec3 v_color3f; +out float v_occlusion1f; + +uniform sampler2D u_exposureValue; +uniform sampler2D u_sunOcclusionValue; + +uniform vec2 u_sunPosition2f; +uniform float u_aspectRatio1f; +uniform float u_baseScale1f; + +#define FAKE_SIN(valueIn, valueOut)\ + valueOut = abs(1.0 - fract(valueIn * 0.159155) * 2.0);\ + valueOut = valueOut * valueOut * (3.0 - 2.0 * valueOut) * 2.0 - 1.0; + +void main() { + v_occlusion1f = max(textureLod(u_sunOcclusionValue, vec2(0.5, 0.5), 0.0).r * 1.5 - 0.5, 0.0); + if(v_occlusion1f == 0.0) { + gl_Position = vec4(-10.0, -10.0, -10.0, 1.0); + return; + } + + v_texcoord2f = e_elementTexture4f.xy + (a_position2f * 0.5 + 0.5) * e_elementTexture4f.zw; + + float r = textureLod(u_exposureValue, vec2(0.5, 0.5), 0.0).r * 7.5; + + mat2 rotationMatrix; + FAKE_SIN(vec2(r + 1.570795, r), rotationMatrix[0]) + rotationMatrix[1].x = -rotationMatrix[0].y; + rotationMatrix[1].y = rotationMatrix[0].x; + + vec2 transformedVertex = rotationMatrix * (a_position2f * u_baseScale1f * e_elementOffsetScale.y / (4.0 + r * 0.75)); + transformedVertex.x *= u_aspectRatio1f; + transformedVertex += u_sunPosition2f * (1.0 - e_elementOffsetScale.x); + + v_color3f = e_elementColor3f * (0.05 + dot(u_sunPosition2f, u_sunPosition2f)); + + gl_Position = vec4(transformedVertex, 0.0, 1.0); +} diff --git a/desktopRuntime/resources/assets/eagler/glsl/deferred/post_lens_streaks.fsh b/desktopRuntime/resources/assets/eagler/glsl/deferred/post_lens_streaks.fsh new file mode 100755 index 00000000..14589940 --- /dev/null +++ b/desktopRuntime/resources/assets/eagler/glsl/deferred/post_lens_streaks.fsh @@ -0,0 +1,36 @@ +#line 2 + +/* + * Copyright (c) 2023 lax1dude. All Rights Reserved. + * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND + * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED + * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. + * IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT + * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR + * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, + * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE + * POSSIBILITY OF SUCH DAMAGE. + * + */ + +precision lowp int; +precision mediump float; +precision mediump sampler2D; + +layout(location = 0) out vec4 output4f; + +in vec2 v_texcoord2f; +in float v_occlusion1f; + +uniform sampler2D u_flareTexture; + +uniform vec3 u_flareColor3f; + +void main() { + vec3 color = vec3(texture(u_flareTexture, v_texcoord2f).r); + color = length(u_flareColor3f * color) * vec3(0.0, 0.05, 0.3) + u_flareColor3f * color * color * color; + output4f = vec4(color * v_occlusion1f, 0.0); +} diff --git a/desktopRuntime/resources/assets/eagler/glsl/deferred/post_lens_streaks.vsh b/desktopRuntime/resources/assets/eagler/glsl/deferred/post_lens_streaks.vsh new file mode 100755 index 00000000..d01f487f --- /dev/null +++ b/desktopRuntime/resources/assets/eagler/glsl/deferred/post_lens_streaks.vsh @@ -0,0 +1,42 @@ +#line 2 + +/* + * Copyright (c) 2023 lax1dude. All Rights Reserved. + * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND + * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED + * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. + * IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT + * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR + * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, + * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE + * POSSIBILITY OF SUCH DAMAGE. + * + */ + +precision lowp int; +precision highp float; +precision highp sampler2D; + +layout(location = 0) in vec2 a_position2f; +layout(location = 1) in vec2 a_texcoord2f; + +out vec2 v_texcoord2f; +out float v_occlusion1f; + +uniform sampler2D u_sunOcclusionValue; + +uniform mat3 u_sunFlareMatrix3f; + +void main() { + v_occlusion1f = max(textureLod(u_sunOcclusionValue, vec2(0.5, 0.5), 0.0).r * 1.5 - 0.5, 0.0); + if(v_occlusion1f == 0.0) { + gl_Position = vec4(-10.0, -10.0, -10.0, 1.0); + return; + } + v_texcoord2f = a_texcoord2f; + vec3 pos3f = u_sunFlareMatrix3f * vec3(a_position2f, 1.0); + gl_Position = vec4(pos3f.x, pos3f.y, 0.0, pos3f.z); +} diff --git a/desktopRuntime/resources/assets/eagler/glsl/deferred/post_tonemap.fsh b/desktopRuntime/resources/assets/eagler/glsl/deferred/post_tonemap.fsh new file mode 100755 index 00000000..ff235bf5 --- /dev/null +++ b/desktopRuntime/resources/assets/eagler/glsl/deferred/post_tonemap.fsh @@ -0,0 +1,57 @@ +#line 2 + +/* + * Copyright (c) 2023 lax1dude. All Rights Reserved. + * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND + * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED + * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. + * IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT + * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR + * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, + * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE + * POSSIBILITY OF SUCH DAMAGE. + * + */ + +precision lowp int; +precision highp float; +precision highp sampler2D; + +in vec2 v_position2f; + +layout(location = 0) out vec4 output4f; + +uniform sampler2D u_lightingHDRFramebufferTexture; +uniform sampler2D u_framebufferLumaAvgInput; +uniform sampler2D u_ditherTexture; +uniform vec3 u_exposure3f; +uniform vec2 u_ditherScale2f; + +void main() { + float lumaHDR = textureLod(u_framebufferLumaAvgInput, vec2(0.5), 0.0).r; + vec3 input3f = textureLod(u_lightingHDRFramebufferTexture, v_position2f, 0.0).rgb; + + input3f /= (0.1 + clamp(lumaHDR * 6.0, 0.2, 4.0)); + + input3f *= u_exposure3f; + + // ACES, modified to approximate gamma correction + const float a = 1.22; + const float b = 1.78; + const float c = 1.22; + const float d = 1.79; + const float e = 0.29; + + input3f = clamp((input3f * (a * input3f + b)) / (input3f * (c * input3f + d) + e), 0.0, 1.0); + + // desaturate a bit, makes it look like less of a cartoon + float sat = 0.8; + float luma = dot(input3f, vec3(0.299, 0.587, 0.114)); + input3f = (input3f - luma) * sat + luma; + input3f += textureLod(u_ditherTexture, v_position2f * u_ditherScale2f, 0.0).r / 255.0; + + output4f = vec4(clamp(input3f, 0.0, 1.0), luma); +} diff --git a/desktopRuntime/resources/assets/eagler/glsl/deferred/rain.png b/desktopRuntime/resources/assets/eagler/glsl/deferred/rain.png new file mode 100755 index 00000000..fe8d59c2 Binary files /dev/null and b/desktopRuntime/resources/assets/eagler/glsl/deferred/rain.png differ diff --git a/desktopRuntime/resources/assets/eagler/glsl/deferred/realistic_water_control.fsh b/desktopRuntime/resources/assets/eagler/glsl/deferred/realistic_water_control.fsh new file mode 100755 index 00000000..323935af --- /dev/null +++ b/desktopRuntime/resources/assets/eagler/glsl/deferred/realistic_water_control.fsh @@ -0,0 +1,201 @@ +#line 2 + +/* + * Copyright (c) 2023 lax1dude. All Rights Reserved. + * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND + * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED + * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. + * IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT + * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR + * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, + * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE + * POSSIBILITY OF SUCH DAMAGE. + * + */ + +precision lowp int; +precision highp float; +precision highp sampler2D; + +in vec2 v_position2f; + +layout(location = 0) out vec4 realisticWaterReflectionOutput4f; +layout(location = 1) out vec4 realisticWaterHitVectorOutput4f; +layout(location = 2) out vec4 realisticWaterRefraction4f; + +uniform sampler2D u_gbufferColorTexture4f; +uniform sampler2D u_gbufferDepthTexture; +uniform sampler2D u_realisticWaterMaskNormal; +uniform sampler2D u_realisticWaterDepthTexture; +uniform sampler2D u_lastFrameReflectionInput4f; +uniform sampler2D u_lastFrameHitVectorInput4f; +uniform sampler2D u_lastFrameColorTexture; +uniform sampler2D u_lastFrameDepthTexture; + +uniform mat4 u_inverseProjectionMatrix4f; +uniform mat4 u_inverseViewProjMatrix4f; +uniform mat4 u_reprojectionMatrix4f; +uniform mat4 u_lastInverseProjMatrix4f; +uniform mat4 u_reprojectionInverseViewMatrix4f; +uniform mat4 u_projectionMatrix4f; +uniform mat4 u_viewToPreviousProjMatrix4f; + +// x = near plane +// y = far plane +// z = near plane * 2 +// w = far plane - near plane +uniform vec4 u_nearFarPlane4f; + +uniform vec4 u_pixelAlignment4f; + +uniform vec4 u_refractFogColor4f; + +#define reprojDepthLimit 0.25 + +#define GET_LINEAR_DEPTH_FROM_VALUE(depthSample) (u_nearFarPlane4f.z / (u_nearFarPlane4f.y + u_nearFarPlane4f.x + (depthSample * 2.0 - 1.0) * u_nearFarPlane4f.w)) + +#define CREATE_DEPTH_MATRIX(matrix4fInput) mat4x2(matrix4fInput[0].zw,matrix4fInput[1].zw,matrix4fInput[2].zw,matrix4fInput[3].zw) + +void main() { + vec2 v_position2f2 = (floor(v_position2f * u_pixelAlignment4f.xy) + 0.25) * (2.0 / u_pixelAlignment4f.zw); + realisticWaterReflectionOutput4f = vec4(0.0, 0.0, 0.0, 0.0); + realisticWaterHitVectorOutput4f = vec4(0.0, 0.0, 0.0, 0.0); + realisticWaterRefraction4f = vec4(0.0, 0.0, 0.0, 0.0); + vec4 waterSurfaceNormal4f = textureLod(u_realisticWaterMaskNormal, v_position2f2, 0.0); + + if(waterSurfaceNormal4f.a <= 0.0) { + return; + } + + float gbufferDepth = textureLod(u_gbufferDepthTexture, v_position2f2, 0.0).r; + + if(gbufferDepth < 0.000001) { + return; + } + + vec4 gbufferDepthClipSpace4f = vec4(v_position2f2, gbufferDepth, 1.0); + gbufferDepthClipSpace4f.xyz *= 2.0; + gbufferDepthClipSpace4f.xyz -= 1.0; + vec2 gbufferDepthView = CREATE_DEPTH_MATRIX(u_inverseProjectionMatrix4f) * gbufferDepthClipSpace4f; + gbufferDepthView.x /= gbufferDepthView.y; + + float waterSurfaceDepth = textureLod(u_realisticWaterDepthTexture, v_position2f2, 0.0).r; + vec4 waterSurfaceDepthClipSpace4f = vec4(gbufferDepthClipSpace4f.xy, waterSurfaceDepth * 2.0 - 1.0, 1.0); + vec2 waterDepthView = CREATE_DEPTH_MATRIX(u_inverseProjectionMatrix4f) * waterSurfaceDepthClipSpace4f; + waterDepthView.x /= waterDepthView.y; + + float fog = clamp(1.25 - 1.0 / exp((waterDepthView.x - gbufferDepthView.x) * 0.05), 0.0, 1.0); + + vec3 refractColor3f = textureLod(u_gbufferColorTexture4f, v_position2f2, 0.0).rgb; + refractColor3f *= mix(vec3(1.0), vec3(0.02, 0.025, 0.12), min(fog + 0.1, 1.0)); + vec3 fogColor3f = u_refractFogColor4f.rgb * (waterSurfaceNormal4f.a * u_refractFogColor4f.a * 0.95 + 0.05); + realisticWaterRefraction4f = vec4(mix(refractColor3f, fogColor3f, fog), 1.0); + + vec4 fragPos4f = u_inverseViewProjMatrix4f * waterSurfaceDepthClipSpace4f; + fragPos4f.xyz /= fragPos4f.w; + fragPos4f.w = 1.0; + vec4 reprojPos4f = u_reprojectionMatrix4f * fragPos4f; + vec4 reprojClipPos4f = vec4(reprojPos4f.xyz / reprojPos4f.w, 1.0); + reprojPos4f = reprojClipPos4f; + reprojPos4f.xyz *= 0.5; + reprojPos4f.xyz += 0.5; + reprojPos4f.xy = (floor(reprojPos4f.xy * u_pixelAlignment4f.zw) + 0.5) * (0.5 / u_pixelAlignment4f.xy); + if(reprojPos4f.xy != clamp(reprojPos4f.xy, vec2(0.001), vec2(0.999)) || abs(GET_LINEAR_DEPTH_FROM_VALUE(textureLod(u_lastFrameDepthTexture, reprojPos4f.xy, 0.0).r) - GET_LINEAR_DEPTH_FROM_VALUE(reprojPos4f.z)) > reprojDepthLimit) { + realisticWaterHitVectorOutput4f = vec4(0.0, 0.0, 0.0, 50.0); + return; + } + + vec4 lastFrameHitVector4f = textureLod(u_lastFrameHitVectorInput4f, reprojPos4f.xy, 0.0); + if(lastFrameHitVector4f.g <= 0.0) { + realisticWaterReflectionOutput4f = textureLod(u_lastFrameReflectionInput4f, reprojPos4f.xy, 0.0); + realisticWaterHitVectorOutput4f = vec4(0.0, 0.0, 0.0, lastFrameHitVector4f.a); + return; + } + + realisticWaterReflectionOutput4f = vec4(0.0, 0.0, 0.0, 1.0); + + lastFrameHitVector4f.g -= 0.004; + + vec4 lastFrameFragPosView4f = u_lastInverseProjMatrix4f * vec4(reprojClipPos4f.xyz, 1.0); + lastFrameFragPosView4f.xyz /= lastFrameFragPosView4f.w; + lastFrameFragPosView4f.w = 1.0; + vec4 lastFrameHitPos4f = vec4(lastFrameFragPosView4f.xyz + lastFrameHitVector4f.xyz, 1.0); + + vec4 thisFrameHitPos4f = u_reprojectionInverseViewMatrix4f * lastFrameHitPos4f; + thisFrameHitPos4f.xyz /= thisFrameHitPos4f.w; + thisFrameHitPos4f.w = 1.0; + + vec4 thisFrameHitPosProj4f = u_projectionMatrix4f * thisFrameHitPos4f; + thisFrameHitPosProj4f.xyz /= thisFrameHitPosProj4f.w; + thisFrameHitPosProj4f.w = 1.0; + vec3 thisFrameHitPosProjTex3f = thisFrameHitPosProj4f.xyz * 0.5 + 0.5; + + if(thisFrameHitPosProjTex3f.xy != clamp(thisFrameHitPosProjTex3f.xy, vec2(0.001), vec2(0.999))) { + return; + } + + float fragDepthSample = textureLod(u_gbufferDepthTexture, thisFrameHitPosProjTex3f.xy, 0.0).r * 2.0 - 1.0; + vec2 thisFrameHitPosProjDepthPos = CREATE_DEPTH_MATRIX(u_inverseProjectionMatrix4f) * vec4(thisFrameHitPosProj4f.xy, fragDepthSample, 1.0); + thisFrameHitPosProjDepthPos.x /= thisFrameHitPosProjDepthPos.y; + + if(thisFrameHitPosProjDepthPos.x - thisFrameHitPos4f.z - 0.125 < 0.0) { + return; + } + + waterSurfaceNormal4f.xyz *= 2.0; + waterSurfaceNormal4f.xyz -= 1.0; + + vec3 lastFrameHitPosNormal3f = textureLod(u_realisticWaterMaskNormal, thisFrameHitPosProjTex3f.xy, 0.0).rgb; + lastFrameHitPosNormal3f *= 2.0; + lastFrameHitPosNormal3f -= 1.0; + + vec4 fragPosView4f = u_inverseProjectionMatrix4f * waterSurfaceDepthClipSpace4f; + fragPosView4f.xyz /= fragPosView4f.w; + fragPosView4f.w = 1.0; + + vec3 rayOrigin = fragPosView4f.xyz; + vec3 planePos = thisFrameHitPos4f.xyz; + vec3 planeNormal = lastFrameHitPosNormal3f; + + vec3 newRayDirection = reflect(normalize(rayOrigin), waterSurfaceNormal4f.xyz); + + float dist = dot(planeNormal, newRayDirection); + if(dist > 0.9) { + return; + } + + dist = dot(planeNormal, planePos - rayOrigin) / dist; + if(dist < 0.0) { + return; + } + + realisticWaterHitVectorOutput4f = vec4(newRayDirection * dist, 1.0); + realisticWaterHitVectorOutput4f.y += 0.004; + + thisFrameHitPosProj4f = u_viewToPreviousProjMatrix4f * vec4(rayOrigin + newRayDirection * dist, 1.0); + thisFrameHitPosProj4f.xyz /= thisFrameHitPosProj4f.w; + thisFrameHitPosProj4f.w = 1.0; + thisFrameHitPosProjTex3f = thisFrameHitPosProj4f.xyz * 0.5 + 0.5; + + if(thisFrameHitPosProjTex3f.xy != clamp(thisFrameHitPosProjTex3f.xy, vec2(0.001), vec2(0.999))) { + return; + } + + fragDepthSample = textureLod(u_lastFrameDepthTexture, thisFrameHitPosProjTex3f.xy, 0.0).r * 2.0 - 1.0; + + vec2 thisFrameHitPosProjPos = CREATE_DEPTH_MATRIX(u_lastInverseProjMatrix4f) * thisFrameHitPosProj4f; + thisFrameHitPosProjPos.x /= thisFrameHitPosProjPos.y; + + thisFrameHitPosProjDepthPos = CREATE_DEPTH_MATRIX(u_lastInverseProjMatrix4f) * vec4(thisFrameHitPosProj4f.xy, fragDepthSample, 1.0); + thisFrameHitPosProjDepthPos.x /= thisFrameHitPosProjDepthPos.y; + + if(thisFrameHitPosProjDepthPos.x - thisFrameHitPosProjPos.x - 0.125 < 0.0) { + realisticWaterHitVectorOutput4f = vec4(0.0, 0.0, 0.0, 0.0); + return; + } + + realisticWaterReflectionOutput4f = vec4(textureLod(u_lastFrameColorTexture, thisFrameHitPosProjTex3f.xy, 0.0).rgb, 0.0); +} diff --git a/desktopRuntime/resources/assets/eagler/glsl/deferred/realistic_water_mask.fsh b/desktopRuntime/resources/assets/eagler/glsl/deferred/realistic_water_mask.fsh new file mode 100755 index 00000000..58724b36 --- /dev/null +++ b/desktopRuntime/resources/assets/eagler/glsl/deferred/realistic_water_mask.fsh @@ -0,0 +1,37 @@ +#line 2 + +/* + * Copyright (c) 2023 lax1dude. All Rights Reserved. + * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND + * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED + * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. + * IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT + * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR + * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, + * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE + * POSSIBILITY OF SUCH DAMAGE. + * + */ + +layout(location = 0) out vec4 output4f; + +#ifdef COMPILE_NORMAL_ATTRIB +in vec3 v_normal3f; +#endif + +#ifdef COMPILE_LIGHTMAP_ATTRIB +in vec2 v_lightmap2f; +#else +uniform vec2 u_textureCoords02; +#endif + +void main() { +#ifdef COMPILE_NORMAL_ATTRIB + output4f = vec4(v_normal3f * 0.5 + 0.5, 1.0); +#else + output4f = vec4(0.0, 1.0, 0.0, 1.0); +#endif +} diff --git a/desktopRuntime/resources/assets/eagler/glsl/deferred/realistic_water_mask.vsh b/desktopRuntime/resources/assets/eagler/glsl/deferred/realistic_water_mask.vsh new file mode 100755 index 00000000..0180d4e2 --- /dev/null +++ b/desktopRuntime/resources/assets/eagler/glsl/deferred/realistic_water_mask.vsh @@ -0,0 +1,46 @@ +#line 2 + +/* + * Copyright (c) 2023 lax1dude. All Rights Reserved. + * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND + * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED + * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. + * IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT + * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR + * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, + * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE + * POSSIBILITY OF SUCH DAMAGE. + * + */ + +in vec3 a_position3f; + +#ifdef COMPILE_NORMAL_ATTRIB +in vec4 a_normal4f; +out vec3 v_normal3f; +#endif + +#ifdef COMPILE_LIGHTMAP_ATTRIB +in vec2 a_lightmap2f; +out vec2 v_lightmap2f; +uniform mat4 u_textureMat4f02; +#endif + +uniform mat4 u_modelviewMat4f; +uniform mat4 u_modelviewProjMat4f; + +#define TEX_MAT3(mat4In) mat3(mat4In[0].xyw,mat4In[1].xyw,mat4In[3].xyw) + +void main() { +#ifdef COMPILE_NORMAL_ATTRIB + v_normal3f = normalize(mat3(u_modelviewMat4f) * a_normal4f.xyz); +#endif +#ifdef COMPILE_LIGHTMAP_ATTRIB + vec3 v_lightmapTmp3f = TEX_MAT3(u_textureMat4f02) * vec3(a_lightmap2f, 1.0); + v_lightmap2f = v_lightmapTmp3f.xy / v_lightmapTmp3f.z; +#endif + gl_Position = u_modelviewProjMat4f * vec4(a_position3f, 1.0); +} diff --git a/desktopRuntime/resources/assets/eagler/glsl/deferred/realistic_water_noise.bmp b/desktopRuntime/resources/assets/eagler/glsl/deferred/realistic_water_noise.bmp new file mode 100755 index 00000000..324756b7 --- /dev/null +++ b/desktopRuntime/resources/assets/eagler/glsl/deferred/realistic_water_noise.bmp @@ -0,0 +1 @@ +_[_]a_gaqa|b†cŽf“j”p’w‡†}q—ežZ¡S PšQ‘U…\xcngihggjfpexf‚iŒn•v››•™Š¡~¦s¥lŸi•kˆq||sˆo“mšmœp™u’{‡zˆmŒb^Š^„\|[tZmYfYbY_[_]a_gajtpnslwo|t€z„‡‚‡‚„€z{qvhr_qVqQrNtPvTw[wdukqpout~|ˆ†’™—œ™š“‘Ї€z{uxrvpuptqrrnqgobjbdfan`vaf†nŠwŠ„‰{Žq‘i‘cŽa‰aƒe{jtpnslwomkonqpvrqˆo‘n–m™o˜r”wŽ~††|o™d¡[¥V¥U Y—a‹jsvwpwmtmqomtk{k‚nˆt~‹ˆ˜~£t©jªd¥b›elwwƒqn—mœoœs˜x†„|ˆs‰p†on|lvkrjoimjmkonqpvrkzruvtzx„‡ˆ‹‘‹’ˆ„‰~€xuskqbq[sXuXw\yczjyqvutyxЇ’˜”›—š––‘‡‡~yywvwuzv|w~yz|yuvnongqaw]~^…b‹is‹~„‡yn‘e’_^`‡e€kzruvtzxyz|}€€„€‹~’y˜u›q›o—p‘rˆx€€vŠj•`ŸZ¥X§Z¤ak“v‰€€„yƒtqzpurquoyp}v€€{›r§i¯a°\¬\£`—hŠs€€yŒt–qœpŸržu™y’}‰‚€€}z~w|uztytxvyyz|}€€„€sƒ{€€€ƒ„ˆ‹“’š”ž“ž‘›Œ”†Š€€{uylyezb}bf‚mƒuƒ|€€~ƒ€‰…‹•™“™“–‘‰‰€€wxsuttwu|y}†ˆƒ†ƒ€€ywwnye}_‚]‡^‹d‹mˆw€€t‡jŒb^_cŒj‡sƒ{€€€ƒ„ƒ†ˆˆŒŠ‘Š–†š€œz›t—om‡n}styk„aZœV¥W©\ªe¥qž}•†ŒŠ…‰~…yuystsrtsvyw‚vržjªb²[´W±X©\ep†|€ˆy’ušržqŸrs˜u’wv‹u‹sŠrˆs‡u†y…~…ƒ†ˆˆŒŠ‘Š€ŠŽŽ’’—˜›žŸ£ ¦ ¥ ˜™“…ˆ{‡r‡mˆjŠlqx€ˆ‹Œˆ‰”Œ˜Ž›œ™Ž“‰‹wwoplnnpstzz‚ˆ‡ŒŒŒŽ†Š‚}w}ld‚_„^…a„h€pwym€e‡a`‘d“k“u’€ŠŽŽ’’”‘™’œŸ‹ …ž}™v‘r†ozoosfy_ƒYTœS§V®]±g¯rª~¢‡š‹’‰Š„ƒ~}xysvrustytƒsožh©a±[³X°X¨\c‘mˆw‚|Šw’t—ršršr˜s–t“t“r”q”r”t“y“~’…‘”‘™’œ‘Ÿ›ž ž£ ¦¤©§«©¬©«¦© ¤™ ›‡˜~—w˜s™r›tœy€œ‰™‘•–‘™žŽ¡¢‹ ˆ›„’}‡u{kqdjcifllsu|~…‡Ž”–‹“…Š~€sjdb}dziupmwfa‡aŽe•mšx„ž‘Ÿ›ž ž£ ”˜œ–¢•¦“§¥†Ÿ–yŠu|sntbw[|V…R‘PžQªV³]·g¸r´}®„¦‡ž„•Œy…so{nxqwwvuŽq›k¦e¬`®]ª]¢_˜dk†rz|y‡vŒut’t”u”v•u—tšsœtžwž|žƒœ‹š”˜œ–¢•¦“¡¬«¬°¬±¬³¬´¬´ª´§³¢°›­”ª§†¥€¦{¨xªw«y«©†¦¡—›œ•¡‘¦Œ©ˆ©ƒ¦}žw“p†hx`lZfYf]kdsm}xˆ‚“ŠšŽ™ˆ…„‚xo|iyguipmjtdz__‰c’k›w¢…§“ª¡¬«¬°¬±¬–Ÿ˜§•«‘«Œ¦…ž’{ƒxsxezY}SPˆO“P S¬Xµ`»h½q»y¶®€¦}œw“q‹l…i€j}m|u{y‹v—r m¥i¦f¢eše‘g‡ko~s{vyzx~x‚x†y‹zz“z˜xx¢x¥z§§…¥¢–Ÿ˜§•«‘­¶¶¶ºµº²º¯¹ª¸¥¶Ÿ´™³“±°ˆ¯„°€²}µ{·{¸}·‚³ˆ­¦˜žŸ—¥«‡¯€°y¬r£k–d‡^xWkReReUj\sfq‹|•…‹ ›Š‘‡†ƒ{~synsmmogtbz]\…`h–t ‚¨‘¯ ³­¶¶¶ºµº²•Ÿž˜§’¬«‡¥‚›~Ž{~{n}_€TƒP†PŒR–U¡Y¬^µd¼j¾p½v¸y±y¨uŸo–ie‰c…d‚ir}ˆ}“zšwžtq˜o‘nˆm€m{mzmzmzmzo{s}x~~†€Ž€•~œ}¤|ª|­®„¬Œ¦•Ÿž˜§’¬´º»º¾·¼³º¬·¤´›±“°¯‡¯ƒ¯±´€¹~¾}Á}Á~¿‚¹‡°Ž§–”¦Š®€´wµn±g¨a›\‹WzRmOfNfQkWu_€iŒt–~‡ŸŠšŠˆ…„|~uwrpsivb{][…]‰d‘oš}£Œ¬›³©¸´º»º¾·¼³Ÿ™•¢¨†¨€¢|˜zŠz{}k€^…U‰S‹VZ–^ cªg²k¸nºq¹sµt®s¥nœg”aŽ^Š]‡`†f†o†z…†„‚”—•}{ˆx€uyqvnwjye{a}ac‚hƒq…{†††„™£~¬}±}³°‡©Ÿ™•¢¨†µ¸¹·º³·¬³£®˜©¦„¤~¤z¦y©z­}³»Á~Æ}Æ~»ƒ°‰¤™˜Ž£‚­wµm¹e¶_®[¡XVSpQiOhPmTvZcŒm•w›œ‡–Š‹‰…zuwtovg{`\‡\Šak“x›†¤”¬¡²­·µ¸¹·º³·¬†ž‘š†¡¢yv”vˆxz|l‚aˆZ[Ž`f•ko¥r¬t°t²s±r¬q¥oœi•bŽ\ŠX‡X‡\ˆd‰n‹yŠ„‰Œ‰Š‘ŠŽ‰‰†ƒz}twsqvhy_}X€TƒU†Zˆc‰pŠ~Љˆ•„¡¬{³yµz²ª†ž‘š†¡°±±®¯ª«¡¥•Ÿˆ™|•s”n•m™ožt¥{­·ÀÅ}Æ|Â|¹~¬‚žˆ’‘†yªnµd»]ºZ³X§Y–Z„ZuWmUlTpUxX^Šg’p—z—ƒˆ„‰{†u€sytqxi~c…`‹bju“‚𢛍¤­«°°±±®¯ª«¡|œ…Ž˜xšr—pp†t{zp‚hˆdgnu‘{—~€¢¦|§x¥t q™ng‰_„Y‚VVƒ[†c‰nŒyŒƒ‹‹ŽŽ’‹’…‘~w†s~suwj{]RƒK†I‰NŠX‹f‹vŒƒŠ„Ÿ}«w´s·r³uª|œ…Ž˜x¦¥£¢ ››‘”„Œv…kc`ƒb‰hp˜y¢¯¹€Á}Âz¾xµw§z—Љ}—p¦e³]¼Y½X¸Z¬^œbŠd{cr_p[sYyY\‰ck’u€ˆ‡}‰uˆpƒo|rtwmh†gŒkt€‘Œ––œŸ¡¤¥¦¦¦¥£¢ ››‘qœzŒ†~t“n’kŽl‡pww~q…p‰t‰|ˆ„ŠŠŽ“Ž—‹š†š€˜z“v‹qƒj}ay[xWyX|\e…oˆ{‰…‰Œ’Ž–‹˜…˜•yŽu…wz{m€]ƒO‡F‰CŠGŠQ‰`‰p‰†€x«pµk¸i´kªqœzŒ†~t™˜““Œ‰tyfr\nVnVqZxdo‹{–‚¤„±‚º~¼y¹u¯s¡t‘xƒ‚v‘j¢`±Z¼X¿[»`°g nŽrpvkseu`z]€^‡bŒiŽs‹~‚‡w‹oŠj‡jmztt{pƒpˆv‰€ˆ‹‹•œ“ —¡™žš™˜““Œ‰jŸtŽ€€‰uŽnjj‰lƒq~wz}z€€€ˆ~‘€—„šˆšŒ—Ž‘ŽŠŒ„‡€€{wrqinbm^n]rawi|t€€Š€†””“‘˜Œš†˜“~‹€€„q‡`‰QŠG‰D‡G…Q‚`€q€€}ŽwŸo®g¸c»a·d­jŸtŽ€€‰uŒ…‡€€zurhi\cS_P`RdZleus€€Œ‡›ˆ©†³·{µu¬ržrŽv€€sh¡_±\»\¿a»i±r¡{€€~vxspuizd€c†eŠkŒt‰€€‰tŽkŽf‹e‡hm|ty{y€€Š~“›„Ÿˆ ŒœŽ–ŽŒ…‡€€zud¤n•z‡…|‹sŽlihŠj†m„p…rŠq“o›r w¤|¤ …›†”…Ž€‰y„q|ksgkfggfjjnqs{v†vx–~™†™—–“›Žœ‰˜†‘ˆ‡‹yhŒY‰N…J€LzUucqrq€oi b¯]¹Y¾Y»]²d¤n•z‡…|€„w€qyloed^ZYTWSYW^`fnp|y‰…”‘¢Ž«‰°‚®|¦wšv‹y}‚q‘g¡`°^¹`¼g¸p­{ž„‰~‡vszurzm€k…l‰qŠy‡„~r’h“b’_Ž`‰d…iƒo„sŠs“sšužzŸ›ƒ•…‹†€„w€qylo]«gs~„‡yp‘i’e’c‘b‘b’b–`_£b¨iªp©w¦} ™“~Žw‰o‚izesdpephslzp‚sŒs”t™{›„›™˜•ž¡Œ Š›‹’…Œtˆe‚Y{SsSkYecap`}_Š[›V«Q·O½P½U¶]«gs~„p€f}`w]oXfU^S[S\Wb]lfzo‰w•œŽ™›¡•¤Ž¢‡›~‚€v‡l“d¡_¬^³bµi°s¦~™‡ŠŒ}‹v†u€w{|wu…vˆz‡‚Šy’m—b™[˜W–V“Y‘^c‘h–iœj mŸs›x”}‰€}p€f}`w]oV°a¤l˜xŒƒ€t”j™b›]œYœVT Q¥P©U¬]­g«q§y¡~š”xŠpƒj~gyfwgyj|nƒrŠt‘t–u™{š…™—š“¢Ž§‹¨‰¥‰žŠ‘‡€rxeo]eZ]\VcRmRwRƒO“K£H±G¹I¼N¸V°a¤l˜xŒa€W}RyQsPlPgQfUh[obzj‡r•y¡€¨ˆª§•¢—›””ƒˆxˆnŒf•`ž]¦^ªb©j¥sœ}‘††‹|‹xˆx…{‚€€„††„ƒ‰}s–gš\œSNLœN›S›Y_¡b¤d£ižo•uŠ{|~n€a€W}RyQsR³\©gžt’…x˜lŸa¤Y¦S¦N¦J¦G¨FªL«V«a¨m¤wž˜ƒ‘‚Œ|‡tƒnk}j~l€o…sŠvy”x–x—~–‡”’‘œ¥Š«‡®…¬…¦„›w~mqcgYaQ`KdHiIpJ{HŠEšC¨C³E¸J¸R³\©gžt’UL€I}JyLuPrUr\uc|j†q’xŸ|©°„³‡²‰®ˆ¨„ ™w’og‘b•^š\œ^b›i–rz‰‚†|ˆ{ˆ}ˆˆ…ˆˆ‰‰‹†x”n˜b›VLŸF¡D¢F£K¤S¥Z¨_¨c£i™pv{paUL€I}JyQ²Z«e¡r•ˆzœm¥b«Y­Q¬KªG¨C§C§I¦T¥`¢mžy™“††‡€‚ys~qp‚r†u‹y}”•~”}’‚‰Œ“‰œ†¥ƒ¬¯€¯«}¢v•m‡c{XpPiIeEeDgFkHsGE‘DŸD«E²JµQ²Z«e¡r•M„GƒF‚IOV}^~go‡v{™¤€­€´€¸¹}·z²v«q£l›g•c“`”^“^‘`ŽcŠi‡oƒv|}€|ƒ~†ƒŠ‰’”ˆ•€–u–j—^™R›Gž@¡>¤@§F¨OªYª`§fžm’tƒzte‚W„M„GƒF‚IS®[©e s•ƒˆ“{¡o«d°[±T¯OªK¥G¢GŸMW›d™q–}’…ЇЅ}}{x}v€v…xŠ|€“ƒ•…“„‚Š…†‹ƒ’€š~¢|¨{¬{­zªv£n™dŽ[‚RxKpFkEhFgJiMnMzLˆJ–I¢J«M¯S®[©e s•K‡H‡J‡OˆX‡b‡lˆv‹}ƒ•…œ†¤„¬³|¸w»r»n¸j²g©d c™b”aaŠb„c~fyjvnusvwyz}~‚„Š‹‘‘–––™“›Œš˜u•i“]”P–Eš>ž;¢>¦E¨P©[¨e¡l–tˆ{x€i„\†R‡K‡H‡J‡OˆY§`£i›w‡…˜z¥p¯h³a²\­X¥UžQ˜Q”V’`lŽwŒ‚ŠŠ‡Ž‚Ž|ˆxw|zz€{†}Œ‘…”‰”Šˆˆ†‚‡|Šyw•v›v¡w¥w¦u¤pŸh˜_V‡OKwIqKmOjTiXmXvW‚USšS¢T§Y§`£i›wO‰P‰TŠ[eŽqŽ}†Œ’•™ŒŸ‡¥€¬x³p¸i»d¹a´`­a£c™e’fŠh€iujmkhlfnhpnsvv}{†ƒ‘Œš”Ÿ›Ÿž›Ÿ‘…˜w’k_ŒRŽF’>—<œ? G£S¤` l˜u‹}|ƒnˆaŠW‹QŠO‰P‰TŠ[aŸg›o“}‰€wªq²l´h°f¨ežc”`Œ_ˆd…l„u„„ˆ„Ž‚y‰t‚u~y|}‡ƒ‘ˆ“‹‘ŒŠŠ€‡y†s‡p‰op‘r–t™v›tšn—f“]ŽV‰QƒO}QxUt[pcmgnhufc‰`“^š^žaŸg›o“}‰W‰\ˆb‹jv‘ƒ‘Ž‘–šš–’•ˆš¡tªj±b¶]·[³]¬a¢f—ko‚qurhr^rXqXq^qgrst~zŠƒ—Ž¡—§ž¨¡£¡™œ‹•|Œp†dƒV…JˆB?“B˜K›X›g–uŒ~‡pŒdŽ[UT‹W‰\ˆb‹jj•o‘w‰…€”y£t®q´p³p­q¢s•s‰q€o{szxz|†~Œy†uu{zz€{‡~‚‘†‘‰Š„ˆy„ql€jkƒn†r‰vŒxwqŒiŠa‰[‡W…Xƒ[b|jxruwtxyu€q‡mŽj“i–j•o‘w‰…€a†j„rˆ{Œ‡“œŽ¢Œ£‰ ˆ™‡ˆ†Œ{”pže§]®Z°Z®^¨ežm’u‡yz|j}\}Q{LyNwVubuqw}‡œ’¨›¯¡°£«¡¡š’‘ƒ†w~kz]{P~GƒD‰GŽP‘^nŠ|‡rŽf’\“W‘WZ‰a†j„rˆ{Œswˆ€€Œw›r¨p±p´r±v¨{›€€w~ss‚u†zŠƒ†‹…‡€€zx{t~s„t‰vŽz~‰‚€€u{mxivivlwqyw|}~€€€yq€i‚d„a†b‡g†n…wƒ€€„~…‚…}ŠyŽusswˆ€€Œwk~w|€€ˆ…“‡ž‡¥…¨‚¦ }–{Š|€€u‡j’aœ[¤Y§\¦c m—w‹€€„r‡b‰TˆI†E„HR`~p€€†Žž˜« ´¤¶¤²Ÿ¨—š‹Œ€€wssesWvM{I€K…T‡a†q€€uŠi‘_“Y“WZ‰aƒk~w|€€ˆ…|‰€‚ˆz”s¡o¬o³q´v¯|¥ƒ˜ˆ‰‹|‰t‡q†r‡vˆ|ˆ‚ˆˆ…ŒŒ{ˆsƒl‚i„g‡i‹lpuŠx„zzwpskojmlkrkzlƒnŠoqŽp‡qtwxp}mƒm‡qŠwŒ‹‡‰Œ‡Œˆ‰‹…~||‰€‚ˆz”ssx~u‡x}˜~ }¥{¥w¡s˜pŒn€nurkza…ZW™Yž^h™t…‡yŒl\’O’E‘BEŽOŒ]Œn}’‹š›¡ª¦´¨¸¥¶ž¯“£‡–{‹rmpmapUtOyO~Ua€oz}pˆfŽ^YZŠ_„g}sx~u‡x}‡†Š€‘yšs¥q­s²w±}¬„¢Š–ˆ‘}v‹s‰t‡x…~‚„~Šztmeˆ^‡[ˆ\ˆ_‰c‰i†o‚t{wrukpikkgqc{a…__™_ž``—aŽf…l~ty|wƒyˆ~Œ„ŽŠŽ‹ŒŽ‹ˆ†Ž…‹‡†Š€‘yšswvt‰vz—ywŸrl—gb€_s_hb^kWwR„QŽU•]–i“u‹€ŠuŽh“Y–K™Bš?›CšLšYšh›vžƒ¤“¨£«¯ª¶¥¸´‘­„£w™nŽi~hnj`nWtTyV}_}jywp‚hˆb‹_‹`‡e‚m|wvt‰vz†”€˜{Ÿw¦w«{­€¬†§ŒŸ‘””‰•€‘{Œyˆyƒ|€z…tŠng‘_XŒRŠP‰RˆW†^ƒf~nytrxjwfrglnex_„Y‘UžS§Q¬Q«Q¤T›Y’a‰jƒs€|€ƒ‚‰…ŒŠŒŒŽŽŽŽŽŽŽŠ†”€˜{Ÿwzy‚w‡yz’x•s–k“c‹\VtRgR\US_MlJzL†QŽ[‘gtˆ€~ˆsŒf’W—KœB ?£B¥J¥U¦c¦n§zª‰­˜®¦«°¥µ›¶³‚­u¦lœfŒd{eki_oYvX{\}e{puzn‚j†h‡h†l‚r~zy‚w‡yz˜†š‚ ~£€¥„¦Š¤ “š–“—Œ•†Š„~~wq„kˆdŒ]ŽVŽNIŒIŠL†R‚[}ewopwj|d|cwhorf^ŽVœO©J²H¶G´H­K¤Q›Y’b‹l†u„}„ƒ…‡‡‰ˆ‰Š‹ŒŒŽŒ’‹•‰˜†š‚ ~{€|ƒ}†}ŠyŒq‹gˆ]€TvMjI^HTLLVGeEtH‚O‹YeŽrˆ}~ƒs‡fX•LœD£A¨C¬I­S­^¬g¬p­~®Œ­šª¦£¯š´µ‚´u°k§d˜a†auegk^sYzZ`j{tw|t‚r†r†t…w‚{€|ƒ}†}œ†ž…žƒž…‰œ›”™˜–›“š˜“‹Œˆ……~ƒwpj‚d„^†X‰QŒKFŒF‰K…R\xgqrj{da‚c}ltxj‡`—V¥M°G·DºC·E°I§OŸV–^gŠo†v„|ƒ‚„ƒ……‡ˆ‰ŒŠŠ•‰™ˆœ†ž…žƒž…|…}ƒ~ƒ‚{‚q‚e~ZxPoIeEZEQJITEcDtG‚NŒX‘doŠy€}thˆ[PšH¢E©G®L°T°\­b«iªsª€©¦š ¥™­Ž²ƒ´w´k­cŸ^^~anhcq\zZ^„f‚py€~†}‰|‰|ˆ|…}ƒ~ƒ‚†ž‡œˆ˜‹“’˜Œ‹ Š ‹Œ—އŠw†p‚je~`~\€XƒS‡M‹I‹JˆNƒV}`ukmvg€b†aˆgƒrz€odžYªP³J¸F¸F³I¬M¥RX–^e‹k‡pƒv€z}~|~ƒƒ…‰†‡•‡š††ž‡œˆ˜‹}Œz‰x‰x…y}zrzfxZsQmJeG\HSMLXHhHxK‡Q‘Z–d•mŽuƒxwzk_‹U•OŸL§N­R¯X®^©a¥e£l£u¢ œ˜—¢ª…¯y±m­c¡]“[ƒ^tehn`y\ƒ^ˆe‰nŠxЉˆ‡Œ„ŽŽ}Œz‰x‰x…›…›‡–Ї˜ }¥{§}¥Ÿ†–Œ‹xŒq‡k‚f}cyax_y]}ZƒVˆRŠRˆVƒ]|ftpm{g„dŠeŒm‡z‰t—i£_¬W²Q³O°OªS£W\—_’cŽfŠj†m‚q~uyyw}y€~‚…ƒŒ„“„˜„›…›‡–Š‘yŽuŒsˆtusugu\sToOjNcQ[VTbPqO‚RW™^f›m“rˆt{vo|d†\‘W›U¢V§Z©_¦c dšd˜g˜m˜u˜—Š””ž‡¥|©o§dž\’Y…Zxalkdx`ƒa‹gp’z“„“‹‘Œ“†“‘yŽuŒsˆ—ƒ•†ŽŠ„’zœr¥mªl¬o¨v ~•‡‰Ž}tŒm†hfyeterfsgwfc†_‰^ˆ`„e}mvup~k†i‹mŒv‰ƒ‘xžn§f¬_­[©[£]œb–f‘iŽkŒkŠlˆl†m‚o~rxwt|uz€‰•—ƒ•†ŽŠ„’ƒ“ztq‡r~ssuiw`wZvXrYm]fd_o[~ZŽ[›_£d¥j¡p˜sŒs~tsziƒc_–_a e iœk”kh‹gŒiŽms’{’…‰—~œqœd—[ŽV„Wz]qgjtgg‹m‘u–šˆ›˜•“—‹–ƒ“ztq‡’~ކ‡z‘nœd¦^¬^®bªj¢u–€ˆ‰|‹sˆl‚i{hujpmnqottu}r†mŠkŠl†nr{xu~q„qˆv‰€†€™x£q¨k©g¦fžh•lr‡v„x„x„v†t†r†q„q€syxt~u€y€†}‘}’~ކ‡z‘ˆ’~w‰tƒt{vryi|c~`a~ezktsm~hŒg›g¦j¬m¬r¦uœxŽv€vu{mƒh‹f’g—k™o—t’vˆtok€h„hˆjowŽЇ€rdŒY‡SRzWtbpon}p‡u}—†œŽŸ”ž˜™˜‘–ˆ’~w‰tƒw‰z€€sŠe–[¢TªS®W¬`¤k™wŒ€€‚v€q|nvoqrnwm|o€v‚€€‰{wŽt‹s‡tv}yy|z€€Š}–y t¦p¨m¦mžo”s‰y€€z„z†{„‚ƒ~‡{‰y‰x†z€€z…y†|…‚‡~‹zŽxw‰z€€sŠ‹‡„€€|{|sl‚g…dˆeŠh‰o†w€€yŠt˜s¥s®u²x°|©œŽ€€uƒnˆjŽj“n•s•y‘Š‚€€xyvrxl}hƒgˆhŒms‰z€€q‚c‚V€O}MzQwZvgwuz€€ˆ‡’Žš”Ÿ˜ ™ž–˜‘‹‡„€€|{Œr‡s~xq‚dXœQ¦N«Q«X¦al’t†w~vysxpzn}nƒp‰uŽ}‡Žˆ•ƒ–~“yvŠt…ssr†rpšm¢k¦j¥l o—t‹{‚u‰ppsŽyŒ‰††‹„„Œ††Š€Ž‚‹††ŠzŽuŒr‡s~xq‚™ƒ’{‹v‡r‡mˆh‹eŽei‘oxŽ‚ˆ‹‚•~¡|¬}³€µƒ±ˆ§‹˜ˆŒz‹pŽj’i–k˜q˜y•ˆ‡Œ}Šuƒszuqyid„bˆc‰g…l}qot`uTvLvIvLwSy_|kt‡}ˆ““—›˜ –¡’ž‹™ƒ’{‹v‡rrŠrvuhŠ]–TŸP¥P§T¤[žb–hk†kƒjƒk†l‹p‘u˜}‡Ÿ’ž›™Ÿ’ ‹ƒ˜|’uŒo‡k†gŠe‘c™bŸb¡eŸj˜pŽytŠje“e•h”o“w‘†‹Œ‘ˆ•„—„–†‘ŠŠŽƒ|‘vrŠrvu ~›w•soŽlŽiŽhj’p“x“‚‘–ˆ …«„³…¸ˆ¶®‘¢•‘˜€˜q˜h›ežf k¡sŸ}š‡“‰“‘w‰t~trwg{_Z‚XƒX€[y`mc`fUiMlJoKsPwX}b‚iˆrŽ}’Š•••’¢Œ£… ~›w•so”vu‡w|~p‡e\˜VT UŸXœ]—`‘aaŒcŽe’j˜qŸ{¥†ª’­¬¥¨©¡©˜¦Ž¡„™y’o‹fˆ_ŠZX•Y™[ša—ir…|y†lb“\•Z—]—c—l—u—~˜…˜‰š‡„†š‰•ŽŽ’†•–y”vu‡w|~¦{£vs–q’omnqŽw€‹–Ž ‹©Š³Š¹‹º¶“«—œœ‰Ÿw¡i¢a¦_©b«jªt§¡‹˜“Ž˜„•|ŒwuqudwYyQ{L{KzMuPlTcXZ]SbPgOmRtVz\€a†gŠsހޙŒ¡‡¥¦{£vs–q™{•zŽ{„z„pŠha“]–[—Z—[•[“Z’Z”\—aœh¢s©®³š¶¥¶­³±­±¤®š¨Ÿ€–rŽfˆ[‡TŠRŽS‘W‘_Žhˆts‰g‘]”V”S•T–X˜`šjœt}Ÿƒ ƒ¡ƒŸ†›Œ–‘–‰™ƒš~™{•zŽ{„¨{¦x w˜v‘t‹t‡t…x†~ˆ†Š›¥Œ¯Œ·¼Ž»‘´•¨š–žƒ£p¦a©[­[±`³i²u®§ž•”™Š–‚‹|}wnt_sSsJsDtBtCrFmIhNbT^Z[aYhXoYvZ|[`„k†x‡†‡”…ž‚¥~¨{¦x w˜v™€“€Œ€„|ƒu…n‡iŠdŒa^‘[“X•W™X^£g©s®³‘¶Ÿ¹ªº°¸´´µ­²£¬–£ˆ™yj‡]ƒT„P†QˆV‰_‡j‚v{q‹g‘\‘TNM’O•U™^œi s¢|¢¡†™“”ޙІžƒ™€“€Œ€§{¦{ |–}Œ|ƒ{}{z}z‚}‰’†œŠ§‹°Œ¸¼º‘²”¤˜’œ~¡k¦]«X±Y¶`¹j¸v³ƒ¬Ž¢•˜˜“ˆˆyxjr[nOmFmAn?p@pBpEoJnPlVj^gedl`r]wZ{]}e~r€~Ž~š}£|§{¦{ |–}ž‡›†–…‘‚Œ~‡{‚z|zw|q€k…e‹_Z•V›W [¦dªq®€±³Ÿµ©¶¯·´¶µ²³ª®Ÿ¥‘›‚r…cX~S~T€Ybmxzƒs‹j`V‰N‰IŒIM•Uš_žk¡u¡{—†’ŽŽ•‹›ˆŸ‡ ‡ž‡›†–…‘‚£|¢›‚ƒƒ‚xp€llƒp‰w™…£‰­‹µŒ¹·Ž°¢’–}›j¡]©Y±[·bºmºy¶„®Ž¥“›”“Ž‹‚‚txepXjNgFgCiBmCqEuHyL|Q}X|^yesjlpds^u]vdvov|w‰w•xžz£|¢›‚ƒ‹š‹–ˆ“‚‘{tnŠl…nrwzoƒfŒ_“YšW Z¥b¨m©|ªŒªšª£¬©°®²±±±®­¦¥š›Œ|„m{ax[x[z_|g~q~{}„xŠqŒg‡[‚QI„F‰GM•Wšdœoœw–~†‰†—…œ…Ÿ‡Ÿ‰‹š‹–ˆ“‚}œ‚”‡‡‰xˆk…aƒ]]‚c…mŠw’œ†§‰¯‰´‰´ˆ­ˆ¡Š‘Œ‘n™b£^­`´h¹q¹|µ†®¤‘›”ˆŒ|‚nwamWfObKcJfKlNsP{Q„U‹Y^cŒh„lzooqerbrfqnpyp…rt˜x}œ‚”‡‡‰™Œ–’Š‘“v•k–c•_’`Œf„oz{p‡f^˜YY¡_¡h uŸ„‘œ™žŸ£¥©ª­¬®ªª¤¢›—ˆ„yzltesdvgzn}v€~…‰z‰p‚c{VyL|FEˆJS”`–m”v~…ˆ}—~œ€„œ‰™Œ–’Š‘–|”ƒ‹‰}ŒmŠ^‡TƒOQ}X~drˆ}’„‡¨‡®…°‚¬€¢€”‚„†uj›f¦i¯o´xµ±ˆª¡Ž—‹‘‚Švjs_iWbS^R`TeXm]w_‚`bše¡h£lŸn–q‰r{roripjnplxl‚n‹q’v–|”ƒ‹‰}Œ“ŠŽ‹‹‡‹}p•c™Y›TšU–\g…uy‚mc•[™Y›[™b–m’yŽ…ŒŒŽ“•šž¡¦¦«¦¬£¨œŸ‘“……zxtpsmvpzu€|„‚‡‡‡‰ƒ‡ykv]tPwH|F‚J‰SŽ`ny…‚{‹v’t˜všzš€—…“ŠŽ‹‹‡‹}y€„‡uŠd‰T„JFzIwRv_xo~|‡„”† …¨‚­~«z¥xšxŒ|~…t’qžs¨y­€®†«Œ£ŽšˆŠƒsyhm_d[]Y\\^aehpm{p‰q™r¦t¯v²w¯x¥y–x†wxvqsppsmykkˆnsy€„‡uЉƒƒ„€€u‡gZ–Q›MœOšV”b‹q€€s‹f’]•W•W’[d†ny~€€†ˆ“˜ž ¦£ª£©ž£•™ŠŒ€€ywwtzv{„€‰†ŠŒ‰ˆ€€qwbtVvNzK€O†YŠfŒt‰€€ˆuo–n™o™s–y~‰ƒƒ„€€uŒs‰y€€pƒ_Q}GxDsHoRnapqv€€‡Œ‰š‡¥‚«}­w©s¡s•v‰€€Œ|˜~¢‚¦ˆ§¢‘š’†Š€€ytpjfc^`YaYf^mgvs}€€Ž€Ÿ®‚¸ƒ»„¸„®„ŸƒŽ€€w|uwwr|m‚k‡k‹nŒs‰y€€pƒ}y}vyxobˆW‘O˜LœOœX˜e‘t†‚yŒl’a”Z“WY†_~hwqswt}|‡ˆ‘”šžŸ¥¡¦ž¢—šŽ„ƒ~z|w~x‚|‡‚Œ‡Ž‹ŽŠŠ‚tzfw[yU}TƒYˆcŒqŒ€‰‹€“v™pmœn™q’uŠy}y}vyxo‰j„n{tmw]vOsGoDkIiTjdmtt‚}ŠŠ‹˜‰£ƒ«}®v¬q¥p›r{ˆ‡…’‡™‹œ•–˜™‚–xq…kycp\iWgViYoawl€zˆ‡‹•Œ¥³½‘À’¼“²“¤’”†~Š{ƒ|{tƒn‡j‰i‰j„n{tmw||t|qwtn|c†Z‘TšS W¡`Ÿm™{ˆ„‘w–l–d“_Œ_‚bxhooitizp‚|Œ‰””™œ› šž”˜„ƒz}vv‚y†~‰ƒ‹ˆ‹Šˆ‰€‚u|j{a}]‚_ˆeq‘Ž™… {¤u¥r¢r›t’w‡z||t|qwtn‚d|eshfkXjLhEfDeIfTicosw€€‡Œ‰˜†¢ª{¬tªo¥lœm“tŒ~Ї’˜‡ }¡rh–aŒ\€VvRoQmTo\tg}u†„‘“ž•­™¹œÁ Ã¢¿¤¶¤©£š¡ŽŸ‡šƒ’ƒ‡ƒ|„s…k„f‚d|eshfk{s~pztr}iˆa“]^¤c§l¦x¢…š—…›z™q”lŒjkvnkrduazg€q‡}‰‘’“˜’˜Ž”ˆŒ‚}x|r}qr‚v„{†€…„ƒ…}u~m~hƒg‰jr”~—Œ—š”¦Œ¬ƒ®}¬z§yz’|†~{s~pztryar^i_^`R`I_C`CbHfSl`so|{†‚„™ƒ¡¦y¨r¥m i™i‘mŒuŒ|‘€˜Ÿ~¥x¨o¨e¤[T’O†K|JtMpTq_vn‰’œ˜§œ³¡½§Ã¬Ä°À³·´¬³Ÿ±–®¨ŒžŠ’ˆ††yƒofyar^i_^`{…tƒrwxqŒl—j k§p«y«„¨¢—š‘žˆœ€—zŽwƒvwvkxbz]|`€i„t‡‰‰‰ˆ‘…‰}zuymyizi|l}q~w~}}€z€uq‚oˆpu–~›‰ž—¤š®“´‹µ†±ƒ©‚Ÿ‚“ƒ†„{…tƒrwxraj\bZYZOYHYD[D`IgRo^yjƒuŒ{”~šŸ|¡x rm˜h’fŒhŠmŒq“tœt¥q«l¯d®[ªR¢K—G‹DEvKqUpcuu}‡ˆ˜’¤™®Ÿ·§½¯Á¶À»¼¿´¿«¾¢»›·˜±”§‘›ŒŽ‡€tziraj\bZYZ}Šw‰w…}†zwšv£x©}¬…¬ª–§œ¡ ›¡”žŽ™ˆ‘„†z€n€d€^€^€dmw€ˆ~‹|‹z†x|wqvhvbv_v`vewlwtw{v~u€t†uŽx–~œ†¡‘£œ¢¨ž±˜¶’¶Ž²‹©ŠŸŠ“Ї‹}Šw‰w…}led^]ZWWPUJVGYG`LhSs]g‰o‘v—zš|›|šy—u’pŽj‰f†e…gŠi“jžj¨h°d³^²W­O¥IšDB€DuKnWlgpyxŒ‚Ž©–°ž¶©¹³º¼¸Â´Å­Æ§Ã¡¿žº´š«– “‰‡€zvoled^]ZWW{}Šƒ…Œ‚•€£ƒ§ˆªŽª”¨š¦ž¤Ÿ  œŸ˜›””‹Œ‰u‡j†b„_c~jzrx{u‚t†s†tƒtzuntcsZrVqVpZpbqlrut|vxŠ{“›…¢Œ¥”¦¤¦ ¯š³–³’®‘¦œ‘‡{}Šƒ…kmbd\^XYTVPVNYN`QjVv]ƒeŽl•r—w—{•}‘}Œz‡u‚oj~f€e‡d“eŸeªd²aµ^´Y®S¤L™GŒE}HqOh[ejh|oŽzž‡¨‘­›°§±³¯½¬Ä§Ç£ÆŸÂœ¼·ž±©™ “–‹Œ€uvkmbd\^XY€’‚‰Š‘‡˜‡ˆ¡‹£Ž¤“£—¢š¡›¢›¡œ ž›œ—˜‘”ˆ~sŠi†de{iuppwm~lƒm„orxult_sTpNnLlPlYmeoqt{yƒ}—„ ‰¥§“¦™£Ÿž§™«–«”¦“Ÿ“–“Ž“†“€’‚‰Šlvdn`e^^[YYXX[XbYl]xa„fk•q–x’~‚‡ƒ€‚{}wwvpwi|e…d’c d¬d³dµc³a«\¡V•PˆMxNjT`^\l^|eŒqš£Š¦–¦¤¤± »œÁ˜Ã•À“»”³˜¬œ§¢›œ•–‚ˆwlvdn`e^^€’€†Š”‰˜Šœ‹œ›“™•˜–˜•›”–Ÿ˜Ÿ™Ÿ™œ–˜”‡}‹r†kiwkopjwg}giƒnsyvkw]tPqHnFkJjSk`oou{|…‚‘…›ˆ¢Š¦Œ§Ž¤ž”˜š”Ÿ’Ÿ‘›‘•‘’ˆ’ƒ’€’€†Šrkyhohfg_e\d^dcdlewhƒkn’t‘{‹ƒ„‰}Œv‹q‡ooxspyj„g’f¡g¬i³k´m°m§j›d]XqWbZWaRlTy\†h’w™„›‘™Ÿ”¬¶‹»‡»†·‡¯Š¦‘ž—™š–š•–“‘†|ˆrkyhohf}Œ…‰‡’†–‡—‰–‹“ŒŽŒŽ‹ŽŒ‹Š•™’›–œ˜š˜—•’†ˆ{ƒrznroksfxd~eƒj…pƒw{|m|]yPuFqCnGlPm^qny|‚ˆ‡”ŠŠ£Š¥ˆ£†ž†—‡Œ‹‘Š‘ŠŠŠ‹…~Ž}Œ…‰‡zŠtƒsytntes`r`qcpjptq~r†uŠzˆ‚ƒ‹{’t–n–j’i‹l‚rwzp†l”l¢n­r²u±y«z¡y“s‡kydi`Z`OcJjLsU}b‡qŠ›…¨±z´w²w«z¡–ˆ‰–‰˜‹–ޑЂzŠtƒsytnv„y‚€€‡}Œ}Ž~Ž€Œ‚ˆƒ„„€„~ƒ€€„‰ƒŽ‰‘’•‘˜Ž—‰“„‹€€zvsrlsfvd|e‚i‡o‰w‡€€„r„bS|IxFtIrRsawq€€ˆŒŒ—ŸŒ£ˆ¢ƒž–|{„€€„~…ƒ€{ƒx„v„v„y‚€€‡}„€Š€€tj€c_~`}e|l|u}|€€…~x•rœm i hœj”oŠv€€x‹t™t¦v¯{²¯„§†›…Œ€€wrnbgTdJcFfIlRsazq€€€|›w¦q­m®kªl¡o•v‰€€‰|~•‚–ˆ”‘Š’„€Š€€tjtmssp{o€oƒpƒru~wzywzuyvvzv{‚‚…Š…ƒ”€•{‘uŠqmvgsctayb€f‡mv‘€‰‰{kŠ\…R€M|PyYyf|v„„Œ™Ÿ‹ †€•z‹vuuxp}o}ozpvrqsmtjujtmssp{o‹‰Š‰€ŠtŠjŠa‰]ˆ[‡^†c†i‡o‰qŽp•lh£e¦d¥f¡k™rŽ{„…|yz©}°ƒ²ˆ®¤—ˆŠ{nv_mQfHbEbIdShbmrq€ro™k£g¨d¨c£e™jqzwƒu‹w‘}”ƒ”Š’‘‹‰Š‰€Št]b_ae_l^r_wayeyixmupsrqsrrtrwxxx‡vs‘o‘je…az^r[pYsZz^ƒeo•zš…›•”ˆ”x’h]ˆX‚Y~`|m~|„Š‹•œŒŸ‰„–~‹x~tptdw^z]y]u^o`iacb_b]b_ae_l^ŒŠ‹…Œ|qŽgŽ_ŽYWŒW‹Z‹^‹aca—^[¢[¥\£aŸh—q{ƒ„|{œ}¦‚®‰°‘¬—£›–›ˆ•{‹n_sSjJbG^K]T^a`pc}cˆa“_›]Ÿ]Ÿ_šb’h‡o|wtr†uŒz†ŠŽŒŒŠ‹…Œ|qQRRQWP_OfQlUqYt_uetjsnrqrqrsryp€m‡iŒdŽ_ŒZ‡VStRmQlQqTzZ…c‘oœ{£‡¦’¡˜•™…˜u”iŽcˆb‚h~s}€Ž†˜ˆž‡Ÿ…š}‚yrwbvUzO|NyNsNkObP[QURQRRQWP_O‰ƒ‰~ŠvŒmdŽ]ŽXŽTŽTTŒVŒWŒWT”Q™PPžTZ™c’m‰w€zŠz–~¡†©Ž¬—ªŸ¢¤—¤‰ž}“q‡cyWmOcL\NXUV`VmWwV€V‰UW“Y“]cŠj‚q{wu}t‚w†{ˆ€Š„ІІ‰ƒ‰~ŠvŒmJFIFMEUF]HfLmRrYv`wgwmurttswo}j„dŠ^XR‰N‚KyJnJgKhMnQxX…b“mŸz©‡­’ª™Ÿœœ€™s“kŒj…nw|„}‘€›Ÿž€—~‹}{{j{X|JDC{CsCiD_DVENFJFIFMEUFƒ|„v…oˆhŠbŒ]YVTŒSŠS‰RˆO‰LH‘G”H•L”S]Šh‚sz{u„w~›‡£’¨œ§¤¡©˜ªŒ¤™u‹h~]qUfQ]SWXS`PjOqNwN~PƒT†Y‡`†gƒou{yy|y~{~€‚‚‚‚€ƒ|„v…oˆhGAFAIBQBZEdJnPuWz_}g}o|uyyu}o„fŠ^ŽVOŽJˆGGuHjIdJeMkQvX„a’l x«„°®—¤–Ÿ‡z˜q‘nˆq€yz…x‘y›zŸzž{–|‰}y~f€T‚F„@„?~?u?j?_?U@L@GAFAIBQB{v}pj‚e…bˆ_Š]Š\ŠZ‰X‡V…RƒNƒI„D‡B‰C‹HŠO‡Y‚c|nuuq}t‰|”‡“£ž¤§¡¬š«¥…šzn€dt]iY`YY\TbPhMmKpLsPwUy]{e}n}u}z}|~{zyƒxƒx‚x€y|{v}pj‚eJCIDLESG]IhMsS{Ya…i…qƒy~y„o‹e‘[”R”LH‰G~HsKhNcPcRiUtZajœt§€®Š­”¤œ— ˆ |œs•pŒr‚yyƒttšsžtv–yŠ|z€h„WˆJŠDˆCBxBmAbAXBPBJCIDLESGsrwlyg|e€eƒe†fˆeˆd†bƒ^€X}R{K|F}CC€G€MW|awjqqnxr‚{ކ˜’Ÿ¢¥ ª›©’¢‰—~‹t€kvdmaf``b[eVhQjNkOkTl[ndqmtvx}|€€ƒ|…w‡sˆp‡o„oqysrwlyg|eSLRNTP[QeSpV{Z„_ŠemŒu‰|„ƒ|Šq’e˜Z›QšL•JŒL€PtUjYdZd[i\q_}c‰i•q z¦…¦Ÿš“¡…£z¡qšno„vy€rŒp—oœpœr—w|‚o‡_‹SNŠN„M{LqKgK^KWKSLRNTP[Qmqrkuhxh|kn„q†s†r„oj|cx[uSuLuHwGxIyOyWwatioomur~{І”‘››Ÿ¢Ÿ¥›£”›Š‡x~qwlrimhiiej`lZkVhWf\edemhvl~s„z†ƒ‡|‹tmi‹f†g€iymqrkuhxh_[_]a_gaqa|b†cŽf“j”p’w‡†}q—ežZ¡S PšQ‘U…\xcngihggjfpexf‚iŒn•v››•™Š¡~¦s¥lŸi•kˆq||sˆo“mšmœp™u’{‡zˆmŒb^Š^„\|[tZmYfYbY_[_]a_gajtpnslwo|t€z„‡‚‡‚„€z{qvhr_qVqQrNtPvTw[wdukqpout~|ˆ†’™—œ™š“‘Ї€z{uxrvpuptqrrnqgobjbdfan`vaf†nŠwŠ„‰{Žq‘i‘cŽa‰aƒe{jtpnslwomkonqpvrqˆo‘n–m™o˜r”wŽ~††|o™d¡[¥V¥U Y—a‹jsvwpwmtmqomtk{k‚nˆt~‹ˆ˜~£t©jªd¥b›elwwƒqn—mœoœs˜x†„|ˆs‰p†on|lvkrjoimjmkonqpvrkzruvtzx„‡ˆ‹‘‹’ˆ„‰~€xuskqbq[sXuXw\yczjyqvutyxЇ’˜”›—š––‘‡‡~yywvwuzv|w~yz|yuvnongqaw]~^…b‹is‹~„‡yn‘e’_^`‡e€kzruvtzxyz|}€€„€‹~’y˜u›q›o—p‘rˆx€€vŠj•`ŸZ¥X§Z¤ak“v‰€€„yƒtqzpurquoyp}v€€{›r§i¯a°\¬\£`—hŠs€€yŒt–qœpŸržu™y’}‰‚€€}z~w|uztytxvyyz|}€€„€s€{„€€ƒ„ˆ‹“’š”ž“ž‘›Œ”†Š€€{uylyezb}bf‚mƒuƒ|€€~ƒ€‰…‹•™“™“–‘‰‰€€wxsuttwu|y}†ˆƒ†ƒ€€ywwnye}_‚]‡^‹d‹mˆw€€t‡jŒb^_cŒj‡sƒ{€€€ƒ„ƒ†ˆˆŒŠ‘Š–†š€œz›t—om‡n}styk„aZœV¥W©\ªe¥qž}•†ŒŠ…‰~…yuystsrtsvyw‚vržjªb²[´W±X©\ep†|€ˆy’ušržqŸrs˜u’wv‹u‹sŠrˆs‡u†y…~…ƒ†ˆˆŒŠ‘Š€ŽŠ’Ž’’—˜›žŸ£ ¦ ¥ ˜™“…ˆ{‡r‡mˆjŠlqx€ˆ‹Œˆ‰”Œ˜Ž›œ™Ž“‰‹wwoplnnpstzz‚ˆ‡ŒŒŒŽ†Š‚}w}ld‚_„^…a„h€pwym€e‡a`‘d“k“u’€ŠŽŽ’’bklSuKƒR—Y¤]¥]™Y…TvXpfswz„ˆzh|T„EŽA•F“P…Xs_jgholyoƒkŠ`ŠWˆS‡S‰V’X™[–gŒy}Žp£l¯p¹pÂlÇdÃZ¹S­U˜azocz[c|u{…†”œ‘œ”Ÿ|¦i`‡bklSuKƒRg”\OhlMœP›hhea`q°Œ¥œ¦zº©|vzB…>ƒl‰v¥_ªV”q~ovPmI]jL|hn“dŒŽj©n‘ˆf”Z h¦« œ±¨_‹]r~‰œ|›{wtaejvk l³€³ˆ·j¨OŒMrKkQvfkwarrg”\OhlM`}jktei”m¡o¡m•jgsmsz{†„‹‰‡‚{nuZ{O‡Q[g‚jtgrewg}o}vŠg_Ž^Šcˆii•f•iŽr‚€vp™q p©n­kªi¢g—l…vl\ƒZ€gw|uŠ~ŒŠˆ”ƒ•‚‹w›f›^`}jkteimciN`un¢zŸmvZq[–f©f{Ž “”±w{FoAzc”c§R­Y°€Ÿ’~‰WwJ\bLel`”o‰¢gµh˜v„Š}¦q¢f†Ž°ºv¦dƒpv…”Ÿ~ZqUw}‰­‰¿³…­_šR}ThKrT‰d€nk}fmciN`ungŽuƒ€€Œƒœ†¦†¤„•€€s…s{—…—‰Ž€€lx\}X‡aŽq€€€txuolˆq‹€€o‘il„v}€€‰wpo‹r„y€€†~Ž~“~‘‰€€…o\“R’V‹h€€{ŒЇŒx‹u€€n‘a™_˜gŽuƒ€€Œƒ–z‹w€€–žš¥€€]g]s€€Œa‚[€€Š³‡³€€mWd]€€”z‰o€€šŸ—€€_{c~€€u“iž€€­e©q€€Œ‘–€€TdXl€€žwŸs€€^¡]§€€€KrK€€“¥‡Ÿ€€~…tŽ€€„fwj€€‚…s„€€–z‹w€€–žwžŒ™™—¤š°œµœ®š—‰”{˜w¡y¦}¤~›u‹f‚\„]‰jŒ}ˆŒzŒoƒsz€uŽy•‡•~–z~‡srŽ{ƒ„w‹ompŒtŒy~ŽŽzŽpŽf‘Y—KšH™S’iˆ‚€Ž…zyun|a^šf wžŒ™™—¤š{´‰®Š¨Œ¶vµT”7w@j’|xvw‹ƒ¨œvwpouއ²€Ÿ]LŠeœn„WlVv†ˆ¯˜¬‚¦„z›kŒ„a”^“z—„‡ib_LgJy_{`²:Â5µS‡WRPDacztqe_Lcls¡†¬Œ‰YN€fc•a³{´‰®Š¨Œ¶ˆ¬¡¬±ªºªÁ¬Á­¸«§¨—£Š£¨{¬wªt¡o’f‡a…c†n†~ŒrŽh†o}€x”}¡‹žš“ž–‘…•t—m’q…wx}pƒnˆrŠvy’w•p•d“WMŽD>BT‹n„ˆ}—wšr“kˆd}[~W‹]šo¥ˆ¬¡¬±ªºªdÅvÁy¤qŸf§R›7rCir…•Œ•‰——•vˆpŒŠŽ¥€³a–KuK‚Zb~Tzd‚—~®‹£±™«‹xˆm‚ƒf†I{^Œˆ”x’XpJmeu™d²;¸6°RSeNW^]„U‡LfL]qn¢w®}‘ŠjƒOnWc‡]²dÅvÁy¤qŸ‘¯ª³¹°Á­Å®Â°¸°ª­ ¥– ˆ£|§s§n o‘n„k€lq€z{…m‰c‚iz|w“{¦Š¨œ¡¦Ÿ¢Ÿ“~˜qŽmktmosq{y‚€ˆx–k–[‘L‰Cƒ>=}E}X}szŒtžl§d¥\™WŠS‚Vˆc–w¤‘¯ª³¹°Á­w ¤€€zqƒ€€\YWW€€—™‹€€pŽh€€Ž˜™€€aljb€€‡‹Šz€€‚…Šu€€³Ž³€€yt‹†€€MhMr€€³|³€€u‚‡†€€Z‰_”€€}msy€€ªn­o€€n|€€ƒŠ€€pf~g€€w ¤€€zq¦¢¬°¦· ¸¢´¦«¨¢¦ž›˜’‰”z™oœm™t‹z}yzv{s}t{}nb|euur‹wŸ†¥œ£­¥°¤£Ÿ”y…mubl_kdto€x‰‚‡Ž}•o”_‹R€MtJlHiOk^pusŒo¡f±^´X©V•Z…aƒn~𦢬°¦· “{¨{®`¥d¡{ |ƒ[d[j„yli\Qgduƒwž–…vthcgup“’¡›«x«d™ou€\ŸhÈrÇ^œ_‡ˆ„˜ykZYK{M°`º‹’§‹šŸoŸLƒ^€vŒh‹X”r¬ŠÊ~Û‘‘Œ‰o|¥¢Ÿ°†ƒ‡Z^“{¨{®`¥d‡•Žš˜’ŸŠ Œœ“•™‘—’‹€ƒu‰mn{ƒ‡u‡t€yxr€xu~gycrkn|r•š™²Ÿº¢°œ˜}nm]dWf\riu‹Šƒ—y•n‰gzekb`]]]bdktsˆq iµc¼`²cœk…u||€‹‡•Žš˜’ŸŠ–w¥i®^£z‘‘™£k…]dzkr_bT[t¤‰ž€wqahu`h~„“–®’¨e™]m{_¥|¾{¼[£Q‰ssœk‰YpIM¯^¸}œ¢”¥žw¦LŸ`‘y}isJŠX®y¾v·r£‚ ¤•¢{~|yœ˜¤²€‰o]€e–w¥i®^£z|†z‰€€‡w‡{„„~Œ|Œ€€€twvm€i‰o‹€€ŽssŠ|€…z‰€€…ndudolqy€€š†³“¼›²›™‘€€km[bW``iqv€€Œš€¢~ž}~€€p{epcgjfvo€€~˜x°r¹p°u™€€‡t‡u‚}|†z‰€€‡wƒ€€yšl–€€¬e¨_€€‚‹‘|€€b©kª€€yQwP€€u‰kw€€ˆ¯y¯€€„]tb€€¨¥€€^t\u€€zqu€€£yœl€€u¡vš€€’Ž—˜€€bVeZ€€‹‡r€€ª–ª€€re}l€€`m\c€€ƒ€€yšqwfzhrolqtn€k‹hkƒlxhyf€j†v…ˆy•p˜u’‰Žƒ”‡‹Šwev[nZo`}d—m®~·®“—npech^vb‰j—p rªv­}¨†›Ž•€y‚ys‚lo™}—–­†¶‚­„•Ž}•oŽmqqwfzhrol†›a¥P¬V°b‰„]«O­`—¥Ž°™›«j»P™Y`iD…V¡Ÿu•Y¤]˜‡g—Z…ud‹S¤c»v©xƒp_sH~U‰U“T¢o­•“um‚[­^¶p–¢µ¯ª }{V€Q¦]¯n¤v¥¶­¦«•n„lxoaY`Wƒ{†›a¥P¬V°ifUiQgWg\r^^Ž\“\\…]‚cq„x–l h t™†—ƒžƒ•‚~wdjQcHfHuKU¥g±x¬‚›‚ˆy~m{eƒc‘f¢kªl¬j­nªx¤†œ—”£¢”…šz¦y°„®š£°–¸¯™—p”fdifUiQgWg~ž_±O¯V¯g’Šd›WkŽv³u¼‘ ®m³L’__rZ€x™‡¨f¡P¦W—bfmX|{t˜`©l©~r€dˆV~RvE’I­n¬Ÿ‡¢s{Œ[¸_¼€“©Š½Ÿ«¥Šƒh€R£TÀq½‰¨•Ÿ§–®‘¤”“’‹tXcOxt~ž_±O¯V¯kXR^GcLjTw[†^‘]—Y–U‘W‹c„wyŽn c¦e¤v›Œ€£{˜uhb\KX?_>nA…KœZ©i©ržt’oŽk’l›p§t°u±p©iŸf—m’~’””¦—©™ ž’¦‡¯ƒ¸‹· ª´š¼Ž³Œž–‡ s™b†XkXR^GcLj‘ž†—€€w‘l›€€…qt‚€€ªf¥l€€[“W™€€‡zuŠ€€“a„h€€ƒpxf€€†‰t€€„ƒ€€„’‡Š€€c”\˜€€°[¯Z€€V­W¯€€¡hŸu€€}a‡]€€k¥p¢€€~l{p€€ƒ”€š€€rUiT€€‘ž†—€€w‘xP^[PiSu]g‹m’k•b—X—Y’e‡zy‘kŸb£i¡}˜’‹Ÿ}¡t”jz[^QJQB\EmLS•^¡g¢lœm–k—n x©‚¯†®„§z—k…_y_xn†œ—¥¢ ˜¢Ž§‰®¯£¢µ’¼…´ƒ Štž]PxP^[PiSu«™¨Š™uy‹U¦\™mŒm¡u©ˆƒZqY\x\Œ~x‡„—|r˜W´a¢|ƒ Ÿ|ohKl\szb‰\‘n–„™sœvzœRÀC®NweKŽJ¨t‰h{dco|W¦H¯\“€y{mVfMj`vqmqYjVY\Slm«™¨Š™uy‹Ow`guhƒsŒ~ƒ€‹rc•^“e‹uˆs“m–v—ˆ“˜‹Ÿšt‰frW[OPSPaZse„k“pšr™q”pp–y¡ˆ¨”©—¡“‚}lfXYQ][os„‹’™˜›—•“Œ‘‡—Œ™ž°·w°w„‰˜q¢YžKOw`guhƒ³€µ†‡c‘I¦WŸrŽ{™n¬^Še]_x}izn”l–{šŽ£œƒ«YµJ±f–œw¥iweKdRfhgv\„LŒ`|f–vq¡PÁb³s€jQwR—’†en_j}’v°Z±Z«}™}|XgWquˆ‚ucVQ\Xhym”…‹³€µ†‡c‘¡Qg€€€Ž‰’’•„}€€m‰aaŽj‰x‚€€„ˆ‹– Ÿ‰“€€pj`ZXW]amr€€Ž…•†•…‚„€€‡‰”—›Ÿš‘€€hgQOFEONff€€ŽŽ’‘ŒŒƒ‚|{€€ƒ‘|¤s¬m¥q”€€–i§R«I¡Qg€€€Ž´h´u€€Za‡€€šižj€€UuUi€€…œu“€€•t‰n€€œ ‰€€R•Qœ€€¢r›~€€xzŒ€€ŽR”P€€_™_Ž€€¦œ©£€€OsP…€€…SsS€€ž•€€€’¢š¤€€`ufƒ€€t]i^€€†©u­€€´h´u€€Z³Q¥l˜†™” –¥Ž¤›v‰vue]–_šf›jšož|£‰¢’™“‡Œt~do]hbnr|†Œ”•–”•Š’|ŽoŒku•…Ÿ’—‰ˆzwcbLLCBLHd\~s€€Šx~muewh{zxŽs˜s”yƒ‰pŸ[±H¸D³Q¥l˜†™”¾¬zsq\_zX©U¿E¼A¤Q„bp}| €¯{¢™}Žfwdz’г|©es{NŸc¤Ž›œ¤‹©Œ§¢¨µŸ³†ž‚œg¨b z¡ ¯¥œ~wGk:lahkXeav{…Ÿs©‹¿’¿tžRˆWtpv[m‹£¤‘«™”¾¬zsq\_¾P¶n¯Š²š¸ž»—µŠ§|”x‚m‘a \¬\²Z³^°m©›Ž‰”ue‚_xdus|‡ˆ™“¢’ž‡–wŽhŠ]Š]Žl•€˜–”Œ€}ugfOTEHLHbS{cŒl’ja†U|N{Q~c|x|„€ƒ‰u˜b©N¹>À>¾P¶n¯Š²š¶¤œœi€TXpF¥WµV¬K¦S®q ‡¦‚œ‚…yW™Nn‹š¢±—¬q‡e\ƒ^¦„¤žy§z¨šœµž§­†«q¢lŽu‚‹™ª ­‚†oOl>b_kh‰a–p‡‰Œˆ£…¨¢¬¤²}œX‹`‹…{Šk‹y §x˜Šžœ¶¤œœi€TX¼N¹m¸Š¾Æ¦È£¿˜­ˆ˜…‡u•j¥c³^¼W¼W³d¢vŒ‡wfŠ^czr}††™¤“¤ˆ˜u‰b~V{T\‡o‡Ž˜Šœ‚”z…wnrUfHZMR`RxY‹^˜ZšR“IˆDƒGƒXƒn…|‹|–p¢^­I¶:»:¼N¹m¸Š¾ œŸ €€[XXX€€Œˆ~{€€¤¥‡€€{qŠf€€N•Mˆ€€›¢§€€xUqY€€€œt€€o„su€€¢}€€{_vY€€Ÿ£€€TUq€€„¯u­€€wƒ…€€£}¨Œ€€VxZ‰€€uu…€€ˆ]{a€€ œŸ €€[X¨Lªj¯‡ºœÅ«È®¿¤«”•‰…Š{”u¡q¬l³a²[¥cryhˆ`axoy…šŠ¥¥Œšyˆ`sOgLfUpf~}„–ƒ¦~§x›vŠ|t[}MsOga]x[]žX¥R M”K‹P‡_…tˆŽ‚˜w d¥N§<¨;¨Lªj¯‡ºœ˜wºŠ®xˆTn\w‰x’hƒa†p‘m‚Uvijše¥pŒQgfMrjcx]buI”X¯{¹p¤U…ZicVW\Ymur’UG~Zx~‹††€aƒO‰vˆª“­œ¡‚¥^˜Zn]eT“b§…ЇXxCr\^b\[xh|p^_Vc^˜wºŠ®xˆT‹Kf˜‚§™¶¬¼²´ª¡™‹Š‡}‹’™r™h‹jwtga„d{ns‚wš©‹«Žžƒ‹jsP]CRIV]guxަ|²u­rœtŠ€tŽ\“OR€dqzj‘i¤e¬a¦_˜a‹f…t€‡“†’Ž…”r“ZD‹>‹Kf˜‚§™Ÿk¼‡°„¢X“T}u‡swewOŠK‹S‰ov›eª{‰en^LUTO]e[Ž^©v±§vˆUsX]jOadUviwp‚Y™X—vŠ€Žs€s^t[ˆ”­”®q¬W©^…ga^nQži®–•g†Jr`YjW`iomwmcsieŸk¼‡°„¢XpLve€€‘—£©¬­§£•€€vzy{‚~ŠƒŒ„€€srsd{^„bˆp€€w”{©…³­˜€€dgJR@KJUdk€€˜…­³u©o”r€€k“VžMžS•h‡€€–}¦y«w¡wz€€wŒrœq¥u¢{“€€}fvMqCpLve€€‘—¥ržƒ€€‹U—T€€w‰€€\Žb‡€€‰p‡f€€¡š€€hx_y€€Ÿ•€€€}s|m€€m–c’€€|–€€|—€€‰l’z€€o‚x€€€R†S€€^”XŠ€€¦ŠŸ‰€€bƒ\ˆ€€†yt~€€‰Žv™€€¥ržƒ€€‹U\U_mg‡w›Š¦•£“‘†yufoawc…iq“u‡s{i|`„_Žg’wŠˆ€š„¬Œ±’¥‘Ž„ui`QRGTOef€–’™ ¢•v€tn€_”R£O¨[¥q‡˜˜˜¡•““w•fš^£X­W¯\¦d”j€iicS]K\U_mg‡w›£—Œr|r_~gz‡‚‡œ~œ„Ž‹›~«vžt…qv~x”ƒ–‰v‡d™|®—ŸˆntMKŠcŒˆ€«}¼Ž´™¯œ›¦|žrp|R{v}œš“ªy«s¡ojfiu\—B¡Hk“ˆŠhtbZtW‰vw‘ft§·r¸œ£—Œr|r_NdL}O”[¢j¥u™y€ubmNoJ~MW›d›oŽr‚mƒfŒd•j˜v……•ˆ£¤—–—~‹frV]RS^Ywj—z­„®ˆ „Žy€j|_‡[šZ©`°n°­­•°•²Š³v²_±O²Eµ?´>­EQ‰[w]fYXSVNdL}O”[¢¨¢§Ÿƒ‰gyf~€}•fŸb¡s²}¹ƒ§ˆ“‡Œ‰v{nqt{vrrcˆx«’¬Ž}†N•@‘R{z~¢º‘´Œ£†©m…\XaU|‡Ž¥›‹¨y½³~uƒu’b’L‹Vd…r]ˆO…lh|\{ib‹Yn¡w½l»{£¨¢§Ÿƒ‰gyPsGŠEžK§S¤\’cvhXkEv@‹CžN¦^¡o‘y…x†rŽm–m™rŽ}„Œ‡——™‰šr]zRjUcffƒp£v·tµm§e•_‡[„\Žcžn©{¯†°¯³Ž¼†ÃxÆfÄT¿F»;·2®1 :ŽI{Xm_c_^YcPsGŠEžK§¬‹©“€€V}SŒ€€“_…f€€¡¤}€€g™oŸ€€rims€€|jne€€” ‡ž€€˜bš`€€‚š•€€l}y€€€bd_\€€­¯€€q¤‚¤€€|€€€ns|…€€zN„M€€lp|€€r„it€€„Ÿs—€€¬‹©“€€V}c|UŽNL¤L OWyc_oNƒGœG­O¯_£sŽ‚‚…ƒ‹w“p”o‰v~„‹•„˜qŽ_}Ws[qkt„xŸu¯g­XŸNN†W†cu‰¢˜£¢—¢©ƒ·xÃmÇcÃYºO±B©6œ3<~Nqbjoetfomc|UŽNL¤™{€‡To4v:šbšjuYsXŒvzfwY•S©N’Sƒzž©´¥ˆ‘VœTž‡z²l±›œ”† … ‰r\`hlŽo›dq[¤z¯Šœzzzput~zt…ttfmnƒ–ˆ£n{\oU‘g˜–¯ƒ ƒ•dž]›nŠhŒ`™{€‡To4v}pˆe’^™T™P’V„esxf’]¬V¹W´cŸu‡†{}Š…€vŽp‚uvƒyƒ’ŽŠ’{ˆm{dxd|l€|Žx™b–MŒCI|]€s‹‹•¤•±­‹œ‹†”w¥n´k¹k³l¥g™XHƒBzIs]pso…not}pˆe’^™y˜h¡Sy=yBš[›UnKb[{lŽf‘i‰|o©PJ~rœ¨´«‹™[ŸQ›zz¨x²›±—®vž|‘Š€vcih}Œ}x\•N¤v„Šl„tˆx¥t¥}Ž‘w†ch_kq}“y§UšFVš‚”­v­v¤ƒ¥lžX–P–Q‹jy˜h¡Sy=y›w‹z€€tˆdZ”]‘kˆ€€šs´f¾^³bšo€€t‰wŠ…ŠŒ{€€stš}Ÿ†šŠ€€uuwm€lˆpŠy€€f}NuEnNmfs€€š‡²…¼}³wšv€€p’k¡o¦yžŽ€€ow\rRqWui|€€”~¢z¤w›w‹z€€tˆl´z³€€mtq…€€qYg\€€…”t‘€€ª§›€€]e\q€€ˆs{s€€€‰qˆ€€¦¢™€€‡y•‹€€rw„‰€€vL„L€€UT€€€‡˜v”€€£qœo€€„‚Œ{€€^ƒ]{€€¤~£s€€}™Œ”€€{dŒ\€€l´z³€€mt±p¤mšqŒ{wˆg’b•j“{Ž”©p±b§_gxuq€x……†„“„ˆ‹{™y¥~©ƒ£‚—wŒmsulj–mruq^jUe^eslŠx €µ}¼t±k˜g~np~p‹zŠ…˜u™gˆatbhkiyxˆŒ‘¡Ž±„¶y±p¤mšqŒ{•—”¦{o”j^wQhd~„‰‡ˆ™v·‚¯••Žyrh\{Nˆ]xŒl¨b–Sq]Sg°ƒ¢všl”|wt\f\wZ}Y^oYwu]u`aˆfwze€O¯Z»~¡¤¢¡±y­\’]\¢]¥kŽŠs§r«užn–rˆ„v|•—”¦{oÅo»i²l¢xˆ„pŽc’c’o‘‚ˆ’w—hb€fqsr„…„ „•Œ‰™…¢„¤„ž~”ph…qz„p—k¢k›p†rtnnkuk…q”|¤„³¸v®h˜^€^thwp†q›j­]±P£KO„]ƒsŠ˜¯—À‹Ç|Åo»i²l¢xb•e¢€³€¢g~\^hVpqs€‡Œˆ£~Ž…‹•Ž”t‰O¤dš—u£[ŠQpXV~b¦ƒœ|Œi‰pskLOFXWx\‚mvƒi{VmPmŽz`‰Pº`ÁzšŸ¶¦—®b¥]§h¡c€ho’§ˆpvsˆ£›†zb•e¢€³€ÌrÄk»pª|…t‰cŠ^‰f‹qˆy||oxhrjnwx‚Œ†žƒ©©~ž†“‘Ž—Œ–ˆ‰o†g…q}…všq§q¢w‘|…{ƒx‰x“{™…Ÿ©Œ­¨p˜_„WxZ{^Š_¡[µR¼G°@¢B—P•hœƒ§–¶˜ÄŽÍ€ÌrÄk»pª|ŠKyK€€ª¨€€^–`‘€€‚u†€€€hpd€€ ž€€©ƒ¬‘€€fuq…€€|™€€vn‡|€€YX^U€€{¤pž€€ƒ_sY€€‹’{ƒ€€¯}±o€€j²x²€€„w‰€€RoR~€€„WsU€€Š²x³€€ŠKyK€€ªÁwºr±z¡„‰‡s„e€`}d‚h†hgugojqq}ƒ‰™‰ª‚°zªwœ~”ˆ’Š’†Ž€„{s~i‚q€‚{–x¢yž€‘ˆŒ‰Ž†”ƒ˜„•‹“–™™ž’ž–m†^yYxZ…[˜\¬Y²Q«F¡A›H™[v¤Œ¯“»ŽÂ‚Áwºr±z¡„eDa?up¤–µ¦¤«‰»y¶„¢†ƒtbmVcJ\Kuf{Œa˜]‰’ˆªˆŒ|||‹“—ˆœ¢t‚{£ƒ¡„ˆb”c­™¸tÁj±fŠfh„}—¡ˆ¬­ž˜wkm[Šm’u}kxgYwGf[fhˆ`…n‘ˆŠ§i¥bzeDa?up¤–©{¢x™‹Œ{Šo‚ixitm|k„d_z`uivx‚¥Œ±ƒ¯x¡r‘yŒƒ‚“|“u‹rzyn‚qƒ~€Œ|•}†‡ˆ‘Ž”ˆ”†‹‹ƒ˜†¢¢“–’…nuepcvf„k”mšh–X‘JŽHŽS‘j•œŒ¥‹ªƒ©{¢x™‹ŒLAT?}o›¡¡·£¬Ÿ²‚²sš†eŠHuZQ]KXlmm†Y€_y•}®{–„Š’ˆ…’`±[´u—œ‚´z¦sŸZªa«Ž›°‡µo°M•Qoz¥ª¥»Ž®¤…ŠemaY}]…uizWqUmfg„aŽoŽ‘—š˜ƒ…„kŠ]tLAT?}o›¡y‰v€€uŠn‰mqyyv€€z‰n…e}dumt€€—‹ª‹¯„¦|’x€€}‰…‡Ž€“yw€€r‰pˆwz†x€€x‰|Š…†‹‹{€€ux €¨‰£‹“€€ntesexnz„€€}nzZyPzV}i€€…‹Š’‚y‰v€€uŠ[OVO€€§|£€€–‡Ž”€€˜M¡O€€R…Vs€€€’rƒ€€¦£q€€ƒ†t€€N¨M£€€§w¡}€€‚cŒ\€€”‡€€KxKk€€ª§¥¡€€ˆŠ•€€vO‚P€€il€€“}–n€€{µ‡´€€wt†€€[OVO€€§…oivqom…r†{…††‡–{r„qyyuˆ›Š¨‹¨†š‚ƒ‚o‹l•t”Š„‹€€†ts‰x€~wszyrtyv|l{dogfxiŽrž{¡—w‡f|[{W[‹c“h’gƒhqjgmjqxt‹y“‹…}…oivqorvfqt›q²[›Xx€~¦€°g§Q‹qg¡Ož`Ž˜¡wŒ{ƒwpNnfu™w¥ƒ–x™y y•U–_xdrSŽV‰oarRMeK}u››«™“{u~€ŠˆtsVxjzŸq´z¯ˆ®“œ‰~hŠU¿UÂU^‡{ ˆ£rvfqt›q²„b€Zycuuv…{ƒ–Šš ˆ¡™~„†€‘‡œŽ£‹Ÿ†‚y…f‘^bžm—yŒ‚‚‚z†|ƒ‚~†y‡x€xƒs{pmm\fP\OU_Xx`k—r“p†dyXwP~N‹P™UžY—`g‡n‡sŽv™{™€‰„t„b€Zycuu‹„‹~už`¬V˜Uˆr¢®_‰ega¤[—b•€¡ˆ›r‚or{~f‚Mqdq’…ª‰Ÿ{š¢Š‹œa¢X‰pslQšF~SViS`uY”l£œ—‰Œ†Œ„€rhg[urŠ ‹¼€¼v°‡”{qHÀ@ÂU’a†mx§‹„‹~už`¬ˆW†Sƒ]‚s„Ї›‰¥ˆ§…¦‚¢š…’‹Œ‘Œ•‘˜šˆ–‹|x‚fXŸT¤Yžg‘v~{{‰zz’}‚Šˆ‰w~mlcYZJREMRNiU_ŒiŒn€jq_kTpL€J”O¡Z¤f¥q¤y¡~Ÿ€ ‚—†€ˆhˆW†Sƒ]‚s§e«b€€jŒw€€€•Š•€€ab‹€€}mps€€ƒƒ€€‘Š›€€}t{†€€…^„d€€l›e¢€€¡gœq€€gleh€€…”yŽ€€“sŒn€€ˆ“‹€€lkke€€›–€€‘fœ`€€S®W¯€€†k{w€€§e«b€€jŒŒR‹T‹by”¦Œ­…©| y˜~‘ˆ‘Ž–’’•ŽŽŽŽs‰p~ynŠZœL¦J¤W•k‚}t‰q•q›v›–‰‰}ƒptdc[TWNTVQiS{Z†f…rzuhn\b]WmS„Y˜h¦x²ƒ¶‰±‰¦‰Š‹s‹]ŒR‹T‹by¢a­e˜}‘¥t±w™’uš]‰W|pl™TœG…Yr“Œ£©±«°¢™Šnxl\‡X‡lfpZb\`n†¦„·q´l¨r–lƒo…‚‘b•O…S_WL]mq›’¯§Œ‰c[cUƒg‘d‰\‰OƒLoidƒˆ®[¬Vl…u¢a­e˜}‘‰RŠ^Œp‘‡– –¯®„¡w‘t…|ˆ€’†“‰„‚q‡e‹cˆoy‚`˜J§B©Mœe†}uml¢r}”ˆŽ‰Œ€‡vmuhliefj_v[‚^ˆi…yxƒc€QuMkYfqmŠ ³”»”´¢‹‹|Šd‰T‰RŠ^Œp‘‡{z„ŸŒ¥}­y²‰”šg’awjntfTªE–]sƒy¨™»²¦¡ŠtxdimSŒ]”ˆˆ{mdfKŒZª~š„’~¤‚­†“xuq‚f”PŒQboFxNaiRp­¡•šjklRŽQŒQwcff_[jk€‰›x°V¬eƒt…{z„ŸŒ¥}{W|j€€‡•’ª—±–©Œ•€€{rmŠov~€€usyb‚X‹[Œj€€d—J«@±J§d’€€“užožo•u‡|€€~€{ƒy…y…{„€€|q‰g‘e“n€€ŒhŒQ„GzOvf€€˜š®šµ‘«†•€€l}X{P{W|j€€‡•lxj€€‰iƒi€€s•h•€€†tˆ€€­aªa€€l¤r§€€wjtt€€vj„€€²Œ³˜€€iLvL€€`\€€¥’¡‹€€‡t”m€€V¨[ª€€€NvN€€}™n€€£oœd€€h‰bw€€”Ÿ‹–€€ŠŽ€€lxj€€‰i__bvf‹q›§§—™–ƒŽn‰dŠa‹d‰krsrlgsYSˆX‰h}|b’J¦A®K¨d˜}ˆ|–q”k‰j{nspsuv{‰„Ž’–’…•y›sžxšˆ–z˜a“R‹R‡aŽu™‹›Ÿ‘¤šo„eod^aQ_Q__bvf‹q›qlSiNW]Jc[_q^ƒy’£ˆ§‡„‡¦f·T«\”|~”rƒys˜±‰ub~]šr’hqTOd[uY–Hv^oˆ‹ œ‰›}‘xzt¸Â­¡n^^Y‚p—‘‰®sºa³w¤‚—p s‘z”]‰h…wŠkqlSiNW]JCjIP‘\—o—Ž~–l–_’\Ž`‡h~prtgqgfsZ€U‰Y‡exs`‚K’DšM˜at„y‡m‰eƒdzgtlsuv…~“‹›š›§•¦š’—„†¡”ž£Ž©x¨e¡[š]›gŸx—‰†oˆZvNbITDOAWCjIP‘\—wa„NZaWttg€[y}}¨wµv¥€…x}k“i¬_°gŸˆƒ‘†€¢{±w¡[‰Otdpzou`fSZge†v•XzZzp“ˆ“v–i~fu˜¬±º¬§|ƒQr[Œ†žŸŒ™v—c£X³o¼~µo g”vxevOl\exuwa„NZaW4u=‰H‘T‹duqƒdŽ\”Y•`Žlƒxthbxjm{b‰^Ž_‡euk`rPzL€S‚blzrrzg€a‚ah}qxw’|Ÿ‰£›œ«‘®†¦‚™†œš¢¬·Ž¹|²k§`¡_œjx|€f~RqF_=S5T1a4u=‰H‘T‹”°’¯€€v™…€€\qd}€€›~¢ˆ€€W\€€›lœx€€vz€€€€‚bŽ[€€p˜zŒ€€hsgg€€„‰zw€€{œl“€€‹nye€€©ž¦—€€[jYd€€¥—£€€goih€€›“ŸŠ€€|ƒ€€€Wn\d€€”°’¯€€v7DŒR‹\zdfmWvRW`’oŒ‚p“ffvv‹n™k™k‹lvjdgYgXj_nhrkrkmqdz`ƒcˆm‡z}t¡s«}¨Ž™¡‡©w¥l›l’xŒ˜œ¬¢»ŸÀ’¹ªl›a‘e„qv{h}[vPfD\7`3m7DŒR‹\z ¬›Ã™¢¥¦Š’j~R›[­x°µl®X¢[’j}yp…s|wh„[šV˜wx¥t¥™š¶§°©†{q^{s‰Š…•„€“n…‹›|˜t¢Ž¬¢„YRKI\]†™—~¤[ªY§aži¢x¨ˆ›Љ¡Ž’žwˆ†e¡p ¬›Ã™¢¥I†XŒiƒpkoSmGnKu\ƒo„Šš¦s¤l—r†ˆ|Ÿx«x¦y‘xzrjge`h`oeumrrlnogxcƒf‹rŠ‚|˜m¬e´j«z–ši™W’SŠ_†wŽŽ£ž¶§½¤µ•¢Žnmyvu€s†o‚htXjInDyI†XŒiƒpkv©pÁޤŸ›—Š^–c¬vµn³f¯‰|uqh{y‚ˆu W¨YŒŠk²v§ ¢¾®¹¥“ˆ`ƒNŒs˜Ÿ¥‹Žby]nˆy¤r¥m§‰˜§k‹[U^Obp{‚ŒhŽ^¥Á½t¢d–tŒ}§d²l—”‹Ž›l›nv©pÁޤŸ^ŠnŒ€€„e~NuEoPqg€€Œ•Œ¨„¯{§w“€€˜w¯x¹~°…™‡€€rrpivhn…y€€v{tpwg}g‚p€€q—_®V·Z¯j˜€€ŒgP†G}Pxg€€••©¨²­ª¥–‘€€s|rƒwŒ‘„Ž€€ou_wX^ŠnŒ€€„eK«K©€€Žk~q€€rql€€‹‚€€ª|­s€€]‹d‚€€u¡k¦€€¦V¤[€€¥Œª€€iJsK€€®š«€€LaLc€€—vŠi€€x°n®€€†jwr€€†ivb€€°¬±«€€Wu[ƒ€€ U£R€€}‹x€€K«K©€€Žkr“ƒ”•ˆšp“Z‡QZ~n‰„”–”£¤„—€€‡k›e®j¶w­„™‹ƒ‡xzxr€s‹{“‡†‰}zukpckfetYŒM¥J²S¯h~‰Šr‰X€ItKk[opƒ‡˜ž£« ¨š{Šq†tŒ”Œš•™‘Œ€ƒp…kŒr“ƒ”•ˆšpZ¶T©p{|fwa_IzJiŽ}‘wª’bE‘>lKWPrh†‘s£Gƒ9ZN^re‚ZlWOian—zº—©˜uj`Yp|ŠymlP‡]½{Ê•©ˆ|uV‚N—D’CZž‰ayJˆW¨y¨“x‹ibŽY˜p‡zZ¶T©p{|fƒ¢–¡©—°ƒ«o¡d—e‘p–~Š›’”‹‚…l‡X’RœY h›x„‚‚}w€pˆq“zœˆ“•‡wle`V_LkD‚?™D§T§m„‘e…QtJePb`pw…‘”¡˜£˜€‰w„}‰‹“šž¢£Œ–}˜yžƒ¢–¡©—°ƒ…¸t²eŠk€{|g†?{B‘q˜—‚›‡‰—”y¢]˜WƒMpK[JX_i‹h“Ko@]Mg\_dWcrbŠw}œm½±‚‡notz›^}`Q‰b¹‰Ä¬g€YSwPŸU§QŒVog\v[…_©s¼Š§Ÿz‘od”D˜T…}…¸t²eŠk€ˆ«¨±¡»“¼ƒµv«p quŸ{€—~s‡bƒP‚IN€\€l€x€xn„gŠh’qšŸŽ‘€}ne`O]Bi=}=G™[šu–Œ“™‰›t‘^~PiN]Xenvˆ‡˜’›’‘‡‚€{‡~”‰¡˜§¤ ¦¤~¦|©ˆ«¨±¡»“¤©¥€€s†s”€€rJgJ€€‡¦uŸ€€•‹ˆ—€€‹t†…€€llbw€€p{q€€„y€€Ÿ|¢s€€Y¦[§€€}rn€€«X§U€€„£’œ€€PlRh€€­Œ¯…€€Yv_l€€ƒ§}¦€€X£W€€MƒLr€€¤©¥€€s†~¨•¥© ¶™¾½…³|¥t›p™q—u•upˆf~XrOeP`Xeepp}qƒh†_‡]‰eŽu˜…ž‰˜ˆppeXbLnHI‰RŒd‹{‰Žž¦‚ o_wWd]cqoˆ•–“ŠŒz†pŒo—x¡ˆ¢™˜£ƒ¥s¨qª~¨•¥© ¶™‹«¡Ÿ£uŒsj{elgBiJƒ€——”~–`¢x˜‘މ•Ž– “pxZƒs˜‘™“§¢­¡ž‰·„¡im\MwXŠ|€s}e’zŸ©x¬Zˆp‡†—n’RldcŒª¢³ž²p¬RŠc[ˆV~ofmeW”K´^¢‚l€Ptg†‹«¡Ÿ£uŒsj›–•“¥”²“¶Ž¯†Ÿ|r‹pŒtyŽzˆv|kf`Q\I_Qgfp|r†i‡]‚X~]kŠ}™…€•u„lpkexa…]‡`ƒk}{|Œ†¬Œ®€¡r‰hsljn’z›ˆ—ˆŠw„jŠc“g™t—†Š”sšaž^žj›–•“¥”c³z­œ„”qqkpb€H€RŽƒ¯±q™i“„Ž“|®†³€XcLelŽ“¡Œ«›ž¡‰…—x½Š­~s_ZWopuŠd‰}™¨‹¢ixpp|†bœU‰‚q©oª‰«²k©M‚X\vSkP]NoV¢l¹…§‘ƒ€dv_Žc³z­œ„”qW†l€€… Œ§¡‘‰€€z|€€‰†ŽŠŒ‰€€ftNnDoMve}€€‹vˆh_vatm€€“‰Ÿ… |—sˆs€€y‹o‰ijvrt€€”ލ‘²‹«‚—{€€s‘q¢w¨€¢…‘€€zo€bŠ]dŽr€€g‡S‹MŠW†l€€…c§\¥€€ˆpvx€€c€\€€¦ˆ§v€€x‘‡‚€€w©…¬€€XKXK€€“ˆŠv€€p”e‡€€µ¡µ¥€€cXmZ€€f|^n€€¬‰¨w€€fi}€€‡¥ƒ¤€€•|›Š€€alfu€€rmfi€€¦– ’€€zhc€€c§\¥€€ˆpEvWtitz|ŠŠ’—ž~m•it„“’”˜‡w}`zV]ˆsŒ’•‡w‚ntom|uŽˆ—˜’ ‡ }š{–‡Ž‘}Œmcrbllvƒ‡Ž®¯‰¡…Œ‰|˜s¨q°q­p¡i’fpm~^‰Y‰]|fcnKt@wEvWtitz|upSpb]lqaŸf³hSxSŽqxmfmp|sšw£”²¦h}InM‚qvddNfPc‰~Š ¤¬µ“¥nQfJiMhik{©«†›ž‰ w†u‡ƒ™}²S¶T¦fjŠyž¡³³˜¡{”‹˜ª˜›ua~E›>¢VupSpb]lq6oCsRuc€v“€¤}¯o°^¨ZŸg™~••‘¤‹¢‚|zo‰t•†›œ£Žœ~Šuuyfˆfœu¤…Ÿ““žˆ¤…¨¡™‹r^lUc[jt|•‡­Œ´Š«†™‡†‘ui§`ªZ¨R£S”c|vd„R‡J{M`WEa6i6oCsRuc€lRSR[`d‹e±_³Q—GˆQ˜X[lidzo‡s—…ºŽÃu¦bˆdydtfkj^fO_\l{}€zw~ˆ™œ©ˆ¥_Jrbm‰~˜…o€”¤©—Ÿx†{†’i°R§R‰Z„p¤š··³²”¬¤“±…¨€‡jF¤@šRlRSR[`d‹1q;zHYŠmžy°x¹k¸Z®S¡_–v‘‡§€¬xžwŽ€„ކ𒡣œ«Š¥x“q{yfŒ^¢eªo¤~˜ Š­•©““w^jQ]Ubpu“„­Œ·Š°„Ÿ€Š‚uˆc‘VšN£H¨M `Švn†U‰E|DaMEZ3f1q;zHYŠbmld€€ˆ¢Œ€€lmmm€€s‚g{€€‰}ws€€¬Š©~€€w”ƒ€€y„ƒ‰€€…€“Š€€Wh\m€€‹š†¢€€Žv’‰€€YYT`€€ªx¥n€€ee„€€zvli€€¥§Ÿ¡€€fŠc—€€ v‰€€‡_”i€€bmld€€ˆ¢9yD‚Qˆa”u¦´¹t³b¥W•[ˆl…zw§q s”€Œ‹š“œ ’ª}©jœd†nn…aœ]¥^ g•y‹ˆ£“¤›”“|emX`]dxw˜ˆ¯¶­ƒ›x‡rqoatWR’O¡W¡k“€|dŒQ~MdUJa:m9yD‚Qˆa”“‰¡š¤˜¬vŸ]SI±L¡^Œu‘†‰wvW„S¡r†SœV«v²„¦Œ¤¨±°²¯¬¦­ƒ¨O’Eyel‹z¬€´g¢fz_vWQaYzx“zyoƒJ‹A]Ÿj ju‘Š¥z•Ws:{;Š_v†n‚xxƒi™‡ŽŸ“‰¡š¤˜LZ…g‹v–‰¦”¯“®…£q’b‚\wcqurŠt–r“uŒƒ…ƒ—ˆ”’…Ÿm¦X¢Q“]~vnŽ`˜U”U‹b‚y€Š—”€ƒptgkno‡‚¢“²š±•¢†Žv|hl\cZafd{fn™€–Š—y‘i€egkRrHyLZ…g‹v––‰£–˜›“r¢U™dŠq ^±LªX¢k’trjlXŽQ r€˜Q–M–a§s …¤ ²³º¦¯ž†¨O´D n{žm¹k´`jeƒev‡XizŠ}’‰‰|vJc=nb—€·}±j˜s˜t•\ƒ4€5…apkž‰uŽpž˜––‰£–˜›“r^}q}€€Ž‹Ÿš¨¢¤Ÿ”’€€lq^k\meut~€€‚yt—r™v‘€€ežN¤EŸOg€€m‰Y†P~Vviu€€‹ŒŠ‚‡y~vy€€–‘«¢³©«¢–‘€€plgYgPoWzj€€‡Ž••ž“ž‹“€€i‚X‚T^}q}€€Ž‹‡s•„€€vO‰N€€jŸx–€€…’ƒ€€R~T€€ž‘šœ€€pur‡€€„aj€€˜q k€€K¨K©€€£nœy€€d‰]•€€´^´f€€s“…™€€OTOQ€€¨­£ª€€„y‘…€€P~PŒ€€£zž‹€€~x†Š€€‡s•„€€vOhp{fŠe˜p¨±‰¬ˆœ}‡mrbacZn^}h‹pnf—_ž\ž_”h‚yhP›DžK—^Œs{zfvZn\fje~oŠ|Š„„ˆ}Šzƒ––§¥·§½š·‚§l–`_ggWvU†bv’‡ž’¥—£—–”‚•m•^Œ\hp{fŠe˜p}{˜„p‚J†[s•R®V¦fš}Ÿ”•‰\•^¦|£™˜¥”|„}‡Ž‰‡r{nvv€n…nw}`—j“f§X‹r`ˆO‰f‡šrº`¤fmpj{„І‰fgf]‚¤¢¹”±r«j©aœR‚a„€£|±|™šxŸz‹„sy}{˜„p‚JiezQ‡K•V§d±m®mŸeŠXvSf[_la€hŽleX—LžFŸH–Q…alvV‡K‘N“[h„judj\jVuU†\iw†…|”v¡{­‰¼’ÊЀÊi»V¬P•Vvd_wW‡^p‘‚œ¤™¥ž› Š¥u¥d–`~iezQ‡K•V‚š™ž™vPŒbqšE Go›žª‹Œvx’«Š›’qšd‡|x‘€™•v–€ˆ‰vˆkŒzŒ“•‹g«K–ZivOujmŸh¬{ŒŠc€kf‰e”|vŠl|„|—›†²~¤€—fžP©eªy¨o¦n—Š¥”Œ—r‚w‚š™ž™vPfbsI~AŒJŸU«\«]W‰NwNl[iolqŒqŠd‡RC—<›?–H†Upd`sXZ‡a‹f‰aY{R{NOŽS–\”l‰€|–q©q·zÃ}ÏxÔkÏZÃLµKžV~fdwY„_…p‡‚’ž—£œž ©z«iœafbsI~AŒJt´€´€€„P’S€€LKq€€¯œ­’€€v™‚¡€€€KJ€€s—ƒŠ€€mv€€cƒ[ˆ€€ˆ“”€€˜[¡a€€SWy€€”Ÿ€€~W€W€€‘ƒ›s€€_‹gy€€s•jŠ€€œ‘–“€€zn{p€€p–e€€t´€´€€„PbklSuKƒR—Y¤]¥]™Y…TvXpfswz„ˆzh|T„EŽA•F“P…Xs_jgholyoƒkŠ`ŠWˆS‡S‰V’X™[–gŒy}Žp£l¯p¹pÂlÇdÃZ¹S­U˜azocz[c|u{…†”œ‘œ”Ÿ|¦i`‡bklSuKƒRg”\OhlMœP›hhea`q°Œ¥œ¦zº©|vzB…>ƒl‰v¥_ªV”q~ovPmI]jL|hn“dŒŽj©n‘ˆf”Z h¦« œ±¨_‹]r~‰œ|›{wtaejvk l³€³ˆ·j¨OŒMrKkQvfkwarrg”\OhlM`}jktei”m¡o¡m•jgsmsz{†„‹‰‡‚{nuZ{O‡Q[g‚jtgrewg}o}vŠg_Ž^Šcˆii•f•iŽr‚€vp™q p©n­kªi¢g—l…vl\ƒZ€gw|uŠ~ŒŠˆ”ƒ•‚‹w›f›^`}jkteimciN`un¢zŸmvZq[–f©f{Ž “”±w{FoAzc”c§R­Y°€Ÿ’~‰WwJ\bLel`”o‰¢gµh˜v„Š}¦q¢f†Ž°ºv¦dƒpv…”Ÿ~ZqUw}‰­‰¿³…­_šR}ThKrT‰d€nk}fmciN`ungŽuƒ€€Œƒœ†¦†¤„•€€s…s{—…—‰Ž€€lx\}X‡aŽq€€€txuolˆq‹€€o‘il„v}€€‰wpo‹r„y€€†~Ž~“~‘‰€€…o\“R’V‹h€€{ŒЇŒx‹u€€n‘a™_˜gŽuƒ€€Œƒ–z‹w€€–žš¥€€]g]s€€Œa‚[€€Š³‡³€€mWd]€€”z‰o€€šŸ—€€_{c~€€u“iž€€­e©q€€Œ‘–€€TdXl€€žwŸs€€^¡]§€€€KrK€€“¥‡Ÿ€€~…tŽ€€„fwj€€‚…s„€€–z‹w€€–žwžŒ™™—¤š°œµœ®š—‰”{˜w¡y¦}¤~›u‹f‚\„]‰jŒ}ˆŒzŒoƒsz€uŽy•‡•~–z~‡srŽ{ƒ„w‹ompŒtŒy~ŽŽzŽpŽf‘Y—KšH™S’iˆ‚€Ž…zyun|a^šf wžŒ™™—¤š{´‰®Š¨Œ¶vµT”7w@j’|xvw‹ƒ¨œvwpouއ²€Ÿ]LŠeœn„WlVv†ˆ¯˜¬‚¦„z›kŒ„a”^“z—„‡ib_LgJy_{`²:Â5µS‡WRPDacztqe_Lcls¡†¬Œ‰YN€fc•a³{´‰®Š¨Œ¶ \ No newline at end of file diff --git a/desktopRuntime/resources/assets/eagler/glsl/deferred/realistic_water_noise.fsh b/desktopRuntime/resources/assets/eagler/glsl/deferred/realistic_water_noise.fsh new file mode 100755 index 00000000..ce164e02 --- /dev/null +++ b/desktopRuntime/resources/assets/eagler/glsl/deferred/realistic_water_noise.fsh @@ -0,0 +1,41 @@ +#line 2 + +/* + * Copyright (c) 2023 lax1dude. All Rights Reserved. + * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND + * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED + * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. + * IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT + * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR + * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, + * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE + * POSSIBILITY OF SUCH DAMAGE. + * + */ + +precision lowp int; +precision highp float; +precision highp sampler2D; + +in vec2 v_position2f; + +layout(location = 0) out float realisticWaterDisplacementOutput1f; + +uniform sampler2D u_noiseTexture; + +uniform vec4 u_waveTimer4f; + +void main() { + vec2 sampleA = v_position2f + vec2(-0.093, -0.056) * (u_waveTimer4f.x + 0.12); + sampleA = textureLod(u_noiseTexture, fract(sampleA) * 0.46875 + vec2(0.015625, 0.015625), 0.0).rg; + vec2 sampleB = v_position2f + vec2(0.075, 0.153) * (u_waveTimer4f.x + 1.33); + sampleB = textureLod(u_noiseTexture, fract(sampleB) * 0.46875 + vec2(0.515625, 0.015625), 0.0).rg; + vec2 sampleC = v_position2f + vec2(0.075, -0.113) * u_waveTimer4f.x + vec2(sampleA.g, sampleB.g) * 0.15; + sampleC = textureLod(u_noiseTexture, fract(sampleC) * 0.46875 + vec2(0.515625, 0.515625), 0.0).rg; + vec2 sampleD = v_position2f + vec2(-0.135, 0.092) * u_waveTimer4f.x + sampleC * 0.1; + sampleD = textureLod(u_noiseTexture, fract(sampleD) * 0.46875 + vec2(0.015625, 0.515625), 0.0).rg; + realisticWaterDisplacementOutput1f = dot(vec4(sampleA.r, sampleB.r, sampleC.r, sampleD.r), vec4(0.63, 0.40, 0.035, 0.035)) + dot(vec2(sampleC.g, sampleD.g), vec2(-0.075 * sampleA.g, 0.053 * sampleA.r)); +} diff --git a/desktopRuntime/resources/assets/eagler/glsl/deferred/realistic_water_normals.fsh b/desktopRuntime/resources/assets/eagler/glsl/deferred/realistic_water_normals.fsh new file mode 100755 index 00000000..7140a7a1 --- /dev/null +++ b/desktopRuntime/resources/assets/eagler/glsl/deferred/realistic_water_normals.fsh @@ -0,0 +1,35 @@ +#line 2 + +/* + * Copyright (c) 2023 lax1dude. All Rights Reserved. + * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND + * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED + * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. + * IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT + * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR + * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, + * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE + * POSSIBILITY OF SUCH DAMAGE. + * + */ + +precision lowp int; +precision highp float; +precision highp sampler2D; + +in vec2 v_position2f; + +layout(location = 0) out vec2 realisticWaterNormalOutput2f; + +uniform sampler2D u_displacementTexture; +uniform vec2 u_sampleOffset2f; + +void main() { + float A = textureLod(u_displacementTexture, v_position2f, 0.0).r; + float B = textureLod(u_displacementTexture, v_position2f + vec2(u_sampleOffset2f.x, 0.0), 0.0).r; + float C = textureLod(u_displacementTexture, v_position2f - vec2(0.0, u_sampleOffset2f.y), 0.0).r; + realisticWaterNormalOutput2f = clamp((vec2(A * A) - vec2(B, C) * vec2(B, C)) * 10.0 + 0.5, vec2(0.0), vec2(1.0)); +} diff --git a/desktopRuntime/resources/assets/eagler/glsl/deferred/realistic_water_render.fsh b/desktopRuntime/resources/assets/eagler/glsl/deferred/realistic_water_render.fsh new file mode 100755 index 00000000..382a4640 --- /dev/null +++ b/desktopRuntime/resources/assets/eagler/glsl/deferred/realistic_water_render.fsh @@ -0,0 +1,435 @@ +#line 2 + +/* + * Copyright (c) 2023 lax1dude. All Rights Reserved. + * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND + * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED + * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. + * IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT + * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR + * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, + * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE + * POSSIBILITY OF SUCH DAMAGE. + * + */ + +precision highp sampler2DShadow; + +in vec4 v_position4f; +in vec2 v_positionClip2f; + +#ifdef COMPILE_TEXTURE_ATTRIB +in vec2 v_texture2f; +#else +uniform vec2 u_textureCoords01; +#endif + +uniform vec4 u_color4f; + +#ifdef COMPILE_COLOR_ATTRIB +in vec4 v_color4f; +#endif + +#ifdef COMPILE_NORMAL_ATTRIB +in vec3 v_normal3f; +in float v_block1f; +#else +uniform vec3 u_uniformNormal3f; +uniform float u_blockConstant1f; +#endif + +#ifdef COMPILE_LIGHTMAP_ATTRIB +in vec2 v_lightmap2f; +#else +uniform vec2 u_textureCoords02; +#endif + +uniform mat4 u_inverseViewMatrix4f; +uniform mat4 u_modelViewProjMat4f_; + +layout(location = 0) out vec4 output4f; + +#ifdef COMPILE_DYNAMIC_LIGHTS +struct DynamicLight { + mediump vec4 u_lightPosition4f; + mediump vec4 u_lightColor4f; +}; +layout(std140) uniform u_chunkLightingData { + mediump int u_dynamicLightCount1i; + mediump int _paddingA_; + mediump int _paddingB_; + mediump int _paddingC_; + DynamicLight u_dynamicLightArray[12]; +}; +#endif + +layout(std140) uniform u_worldLightingData { + mediump vec4 u_sunDirection4f; + mediump vec4 u_sunColor3f_sky1f; + mediump vec4 u_fogParameters4f; + mediump vec4 u_fogColorLight4f; + mediump vec4 u_fogColorDark4f; + mediump vec4 u_fogColorAddSun4f; + mediump vec4 u_blockSkySunDynamicLightFac4f; +#ifdef COMPILE_SUN_SHADOW_LOD0 + mediump mat4 u_sunShadowMatrixLOD04f; +#define DO_COMPILE_SUN_SHADOWS +#define SUN_SHADOW_MAP_FRAC 1.0 +#endif +#ifdef COMPILE_SUN_SHADOW_LOD1 + mediump mat4 u_sunShadowMatrixLOD04f; + mediump mat4 u_sunShadowMatrixLOD14f; +#define DO_COMPILE_SUN_SHADOWS +#define SUN_SHADOW_MAP_FRAC 0.5 +#endif +#ifdef COMPILE_SUN_SHADOW_LOD2 + mediump mat4 u_sunShadowMatrixLOD04f; + mediump mat4 u_sunShadowMatrixLOD14f; + mediump mat4 u_sunShadowMatrixLOD24f; +#define DO_COMPILE_SUN_SHADOWS +#define SUN_SHADOW_MAP_FRAC 0.3333333 +#endif +}; + +#ifdef DO_COMPILE_SUN_SHADOWS +uniform sampler2DShadow u_sunShadowDepthTexture; +#ifdef COMPILE_SUN_SHADOW_SMOOTH +const vec2 POISSON_DISK[7] = vec2[]( +vec2(-0.077, 0.995), vec2(0.998, 0.015), +vec2(-0.116, -0.987), vec2(-0.916, 0.359), +vec2(-0.697, -0.511), vec2(0.740, -0.612), +vec2(0.675, 0.682)); +#define SMOOTH_SHADOW_SAMPLES 1.0 / 8.0 +#define SMOOTH_SHADOW_RADIUS 0.00075 +#define SMOOTH_SHADOW_POISSON_SAMPLE(idx, tex, lod, vec3Pos, accum, tmpVec2)\ + tmpVec2 = vec3Pos.xy + POISSON_DISK[idx] * SMOOTH_SHADOW_RADIUS;\ + tmpVec2 = clamp(tmpVec2, vec2(0.001), vec2(0.999));\ + tmpVec2.y += lod;\ + tmpVec2.y *= SUN_SHADOW_MAP_FRAC;\ + accum += textureLod(tex, vec3(tmpVec2, vec3Pos.z), 0.0) * SMOOTH_SHADOW_SAMPLES; +#endif +#endif + +uniform sampler2D u_environmentMap; +uniform sampler2D u_irradianceMap; +uniform sampler2D u_reflectionMap; +uniform sampler2D u_refractionMap; +uniform sampler2D u_brdfLUT; +uniform sampler2D u_normalMap; + +#ifdef COMPILE_FOG_LIGHT_SHAFTS +uniform sampler2D u_lightShaftsTexture; +#endif + +uniform vec4 u_waterWindOffset4f; +uniform vec3 u_wavingBlockOffset3f; + +#define WATER_ROUGHNESS 0.05 +#define WATER_F0 0.5 + +vec3 eaglercraftLighting_Water(in vec3 albedo, in vec3 radiance, in vec3 viewDir, in vec3 lightDir, in vec3 normalVec) { + float roughness = 1.0 - WATER_ROUGHNESS * 0.85; + vec3 H = normalize(viewDir + lightDir); + vec3 NdotHVL = max(normalVec * mat3(H, viewDir, lightDir), vec3(0.0)); + float NDF = (WATER_ROUGHNESS * WATER_ROUGHNESS * WATER_ROUGHNESS * WATER_ROUGHNESS); + float denom = NdotHVL.x * NdotHVL.x * (NDF - 1.0) + 1.0; + NDF /= denom * denom * 3.141592; + float gs = WATER_ROUGHNESS + 1.0; + gs *= gs * 0.125; + vec2 Ndot = NdotHVL.yz; + Ndot /= Ndot * (1.0 - gs) + gs; + NDF *= Ndot.x * Ndot.y; + float fresnel = pow(max(1.0 - NdotHVL.x, 0.0), 5.0); + vec3 F = vec3(WATER_F0 + (1.0 - WATER_F0) * fresnel); + vec3 kD = (1.0 - F) * albedo / 3.141592; + denom = 4.0 * NdotHVL.y * NdotHVL.z + 0.0001; + return (kD + (NDF * F / denom)) * radiance * NdotHVL.z; +} + +vec3 eaglercraftIBL_Specular_Water(in vec3 envMapSample, in vec3 viewDir, in vec3 normalVec) { + float NdotV = dot(normalVec, -viewDir); + float fresnel = pow(max(1.0 - NdotV, 0.0), 5.0); + vec3 F = vec3(WATER_F0 + (max(1.0 - WATER_ROUGHNESS, WATER_F0) - WATER_F0) * fresnel); + vec2 brdf2f = vec2(max(NdotV, 0.0), WATER_ROUGHNESS); + brdf2f = 1.0 - brdf2f; + brdf2f *= brdf2f; + brdf2f = 1.0 - brdf2f; + brdf2f = textureLod(u_brdfLUT, brdf2f, 0.0).rg; + return envMapSample * (F * brdf2f.r + brdf2f.g); +} + +mat3 cotangent_frame(in vec3 N, in vec3 p, in vec2 uv) { + vec3 dp1 = dFdx(p); + vec3 dp2 = dFdy(p); + vec2 duv1 = dFdx(uv); + vec2 duv2 = dFdy(uv); + vec3 dp2perp = cross(dp2, N); + vec3 dp1perp = cross(N, dp1); + vec3 T = dp2perp * duv1.x + dp1perp * duv2.x; + vec3 B = dp2perp * duv1.y + dp1perp * duv2.y; + float invmax = inversesqrt(max(dot(T,T), dot(B,B))); + return mat3(T * invmax, B * invmax, N); +} + +void main() { + vec4 worldPosition4f; + vec4 worldDirection4f; + vec4 diffuseColor4f; + vec3 normalVector3f; + vec2 lightmapCoords2f; + float block1f; + + // =========== RESOLVE CONSTANTS ============ // + + worldPosition4f = u_inverseViewMatrix4f * v_position4f; + worldPosition4f.xyz /= worldPosition4f.w; + worldPosition4f.w = 1.0; + worldDirection4f = u_inverseViewMatrix4f * vec4(v_position4f.xyz / v_position4f.w, 0.0); + worldDirection4f.xyz = normalize(worldDirection4f.xyz); + +#ifdef COMPILE_ENABLE_LIGHTMAP +#ifdef COMPILE_LIGHTMAP_ATTRIB + lightmapCoords2f = v_lightmap2f; +#else + lightmapCoords2f = u_textureCoords02; +#endif +#endif + +#ifdef COMPILE_NORMAL_ATTRIB + normalVector3f = normalize(v_normal3f); + block1f = round(v_block1f); +#else + normalVector3f = u_uniformNormal3f; + block1f = u_blockConstant1f; +#endif + + normalVector3f = normalize(mat3(u_inverseViewMatrix4f) * normalVector3f); + + // ========= CALCULATE DIFFUSE COLOR ========== // + +#ifdef COMPILE_COLOR_ATTRIB + diffuseColor4f = v_color4f * u_color4f; +#else + diffuseColor4f = u_color4f; +#endif + + diffuseColor4f *= vec4(0.0478, 0.0585, 0.17, 1.0); + + // ======== SAMPLE REFLECT/REFRACT ======== // + +#ifdef COMPILE_TEXTURE_ATTRIB + vec2 texCoords2f = v_texture2f; +#else + vec2 texCoords2f = u_textureCoords01; +#endif + + vec4 worldPosition4fOff = worldPosition4f; + worldPosition4fOff.xyz += u_wavingBlockOffset3f; + + vec2 rotatedUV2f = worldPosition4fOff.xz + (block1f == 10.0 ? u_waterWindOffset4f.z * texCoords2f : u_waterWindOffset4f.xy); + rotatedUV2f *= (block1f == 10.0 ? 0.75 : 0.25); + mat3 cf = cotangent_frame(normalVector3f, worldDirection4f.xyz, rotatedUV2f); + vec3 surfaceNormalsMap3f = vec3(textureLod(u_normalMap, rotatedUV2f, 0.0).rg, 0.0); + surfaceNormalsMap3f.xy *= 2.0; + surfaceNormalsMap3f.xy -= 1.0; + + vec3 surfaceNormalsMapFlat3f = cf * surfaceNormalsMap3f; + surfaceNormalsMapFlat3f *= 0.1; + + surfaceNormalsMap3f.z = 8.0; + surfaceNormalsMap3f = normalize(surfaceNormalsMap3f); + normalVector3f = surfaceNormalsMap3f = cf * surfaceNormalsMap3f; + + vec4 worldPosition4fOff2 = worldPosition4f; + worldPosition4fOff2.xyz -= surfaceNormalsMapFlat3f * 4.0; + vec3 reflectCoordsR = mat4x3( + u_modelViewProjMat4f_[0].xyw, + u_modelViewProjMat4f_[1].xyw, + u_modelViewProjMat4f_[2].xyw, + u_modelViewProjMat4f_[3].xyw) * worldPosition4fOff2; + reflectCoordsR.xy /= reflectCoordsR.z; + reflectCoordsR.xy *= 0.5; + reflectCoordsR.xy += 0.5; + + worldPosition4fOff2 = worldPosition4f; + worldPosition4fOff2.xyz += surfaceNormalsMapFlat3f; + vec3 reflectCoordsL = mat4x3( + u_modelViewProjMat4f_[0].xyw, + u_modelViewProjMat4f_[1].xyw, + u_modelViewProjMat4f_[2].xyw, + u_modelViewProjMat4f_[3].xyw) * worldPosition4fOff2; + reflectCoordsL.xy /= reflectCoordsL.z; + reflectCoordsL.xy *= 0.5; + reflectCoordsL.xy += 0.5; + + vec4 envMapSample4f = textureLod(u_reflectionMap, reflectCoordsR.xy, 0.0); + vec4 refractionSample = textureLod(u_refractionMap, reflectCoordsL.xy, 0.0); + +#ifdef COMPILE_COLOR_ATTRIB + refractionSample *= v_color4f * v_color4f * u_color4f * u_color4f; +#else + refractionSample *= u_color4f * u_color4f; +#endif + + // ============ SUN LIGHTING ============== // + + diffuseColor4f.rgb *= diffuseColor4f.rgb; + + vec3 lightColor3f = vec3(0.0); + if(dot(u_sunDirection4f.xyz, normalVector3f) > 0.0 && lightmapCoords2f.g > 0.5 && + (u_sunColor3f_sky1f.r + u_sunColor3f_sky1f.g + u_sunColor3f_sky1f.b) > 0.001) { +#ifdef DO_COMPILE_SUN_SHADOWS + + // ========== SUN SHADOW: LOD0 ============ // + + float skyLight = max(lightmapCoords2f.g * 2.0 - 1.0, 0.0); + float shadowSample = 1.0; + vec4 shadowWorldPos4f = worldPosition4f; + shadowWorldPos4f.xyz += normalVector3f * 0.05; + + vec4 shadowTexPos4f; + vec2 tmpVec2; + for(;;) { + shadowTexPos4f = u_sunShadowMatrixLOD04f * shadowWorldPos4f; + if(shadowTexPos4f.xyz == clamp(shadowTexPos4f.xyz, vec3(0.005), vec3(0.995))) { + shadowSample = textureLod(u_sunShadowDepthTexture, vec3(shadowTexPos4f.xy * vec2(1.0, SUN_SHADOW_MAP_FRAC), shadowTexPos4f.z), 0.0); +#ifdef COMPILE_SUN_SHADOW_SMOOTH + shadowSample *= SMOOTH_SHADOW_SAMPLES; + SMOOTH_SHADOW_POISSON_SAMPLE(0, u_sunShadowDepthTexture, 0.0, shadowTexPos4f.xyz, shadowSample, tmpVec2) + SMOOTH_SHADOW_POISSON_SAMPLE(1, u_sunShadowDepthTexture, 0.0, shadowTexPos4f.xyz, shadowSample, tmpVec2) + SMOOTH_SHADOW_POISSON_SAMPLE(2, u_sunShadowDepthTexture, 0.0, shadowTexPos4f.xyz, shadowSample, tmpVec2) + SMOOTH_SHADOW_POISSON_SAMPLE(3, u_sunShadowDepthTexture, 0.0, shadowTexPos4f.xyz, shadowSample, tmpVec2) + SMOOTH_SHADOW_POISSON_SAMPLE(4, u_sunShadowDepthTexture, 0.0, shadowTexPos4f.xyz, shadowSample, tmpVec2) + SMOOTH_SHADOW_POISSON_SAMPLE(5, u_sunShadowDepthTexture, 0.0, shadowTexPos4f.xyz, shadowSample, tmpVec2) + SMOOTH_SHADOW_POISSON_SAMPLE(6, u_sunShadowDepthTexture, 0.0, shadowTexPos4f.xyz, shadowSample, tmpVec2) + shadowSample = max(shadowSample * 2.0 - 1.0, 0.0); +#endif + break; + } + +#if defined(COMPILE_SUN_SHADOW_LOD1) || defined(COMPILE_SUN_SHADOW_LOD2) + shadowTexPos4f = u_sunShadowMatrixLOD14f * shadowWorldPos4f; + if(shadowTexPos4f.xyz == clamp(shadowTexPos4f.xyz, vec3(0.005), vec3(0.995))) { + shadowTexPos4f.y += 1.0; + shadowTexPos4f.y *= SUN_SHADOW_MAP_FRAC; + shadowSample = textureLod(u_sunShadowDepthTexture, vec3(shadowTexPos4f.xy, shadowTexPos4f.z + 0.00015), 0.0); + break; + } +#endif + +#ifdef COMPILE_SUN_SHADOW_LOD2 + shadowTexPos4f = u_sunShadowMatrixLOD24f * shadowWorldPos4f; + if(shadowTexPos4f.xyz == clamp(shadowTexPos4f.xyz, vec3(0.005), vec3(0.995))) { + shadowTexPos4f.y += 2.0; + shadowTexPos4f.y *= SUN_SHADOW_MAP_FRAC; + shadowSample = textureLod(u_sunShadowDepthTexture, vec3(shadowTexPos4f.xy, shadowTexPos4f.z + 0.00015), 0.0); + } +#endif + break; + } +#endif + lightColor3f = u_sunColor3f_sky1f.rgb * max(lightmapCoords2f.g * 2.0 - 1.0, 0.0); +#ifdef DO_COMPILE_SUN_SHADOWS + lightColor3f *= shadowSample * skyLight; +#endif + lightColor3f = eaglercraftLighting_Water(diffuseColor4f.rgb, lightColor3f, -worldDirection4f.xyz, u_sunDirection4f.xyz, normalVector3f) * u_blockSkySunDynamicLightFac4f.z; + } + + // =========== REFLECTION MAP =========== // + + lightmapCoords2f *= lightmapCoords2f; + + float e = 0.0; + e += envMapSample4f.g <= 0.0 ? 0.0 : 1.0; + e += lightmapCoords2f.y > 0.5 ? 0.0 : 1.0; + //e += abs(normalVector3f.y) > 0.1 ? 0.0 : 1.0; + if(e == 0.0) { + vec3 reflectDir = reflect(worldDirection4f.xyz, normalVector3f); + reflectDir.xz /= abs(reflectDir.y) + 1.0; + float dst = 1.0 - dot(reflectDir.xz, reflectDir.xz); + dst *= dst; + reflectDir.xz *= 0.975; + if(dst < 0.005) { + vec4 sample1 = textureLod(u_environmentMap, reflectDir.xz * vec2(0.5, 0.25) + vec2(0.5, 0.25), 0.0); + vec4 sample2 = textureLod(u_environmentMap, reflectDir.xz * vec2(0.5, -0.25) + vec2(0.5, 0.75), 0.0); + envMapSample4f = vec4(mix(sample1.rgb, sample2.rgb, smoothstep(0.0, 1.0, reflectDir.y * -12.5 + 0.5)).rgb, min(sample1.a, sample2.a)); + }else { + reflectDir.xz *= vec2(0.5, reflectDir.y > 0.0 ? 0.25 : -0.25); + reflectDir.xz += vec2(0.5, reflectDir.y > 0.0 ? 0.25 : 0.75); + envMapSample4f = textureLod(u_environmentMap, reflectDir.xz, 0.0); + } + envMapSample4f.rgb *= (lightmapCoords2f.y * 2.0 - 1.0); + } + + if(envMapSample4f.g > 0.0) { + lightColor3f += eaglercraftIBL_Specular_Water(envMapSample4f.rgb, worldDirection4f.xyz, normalVector3f) * 0.5; + } + +#ifdef COMPILE_DYNAMIC_LIGHTS + + // =========== DYNAMIC LIGHTING =========== // + + vec3 dlightDist3f, dlightDir3f, dlightColor3f; + int safeLightCount = u_dynamicLightCount1i > 12 ? 0 : u_dynamicLightCount1i; // hate this + for(int i = 0; i < safeLightCount; ++i) { + dlightDist3f = u_dynamicLightArray[i].u_lightPosition4f.xyz - worldPosition4f.xyz; + dlightDir3f = normalize(dlightDist3f); + if(dot(dlightDir3f, normalVector3f) <= 0.0) { + continue; + } + dlightColor3f = u_dynamicLightArray[i].u_lightColor4f.rgb / dot(dlightDist3f, dlightDist3f); + if(dlightColor3f.r + dlightColor3f.g + dlightColor3f.b < 0.025) { + continue; + } + lightColor3f += eaglercraftLighting_Water(diffuseColor4f.rgb, dlightColor3f, -worldDirection4f.xyz, dlightDir3f, normalVector3f) * u_blockSkySunDynamicLightFac4f.w; + } + +#endif + + // ============ CACLULATE FOG ============= // + + vec4 fogBlend4f = vec4(0.0); + while(u_fogParameters4f.x > 0.0) { + float atmos = u_fogParameters4f.x >= 4.0 ? 4.0 : 0.0; + float type = u_fogParameters4f.x - atmos; + fogBlend4f = mix(u_fogColorLight4f, u_fogColorDark4f, lightmapCoords2f.g); + + float f, l = sqrt(dot(v_position4f.xyz, v_position4f.xyz)); + if(type == 1.0) { + f = (l - u_fogParameters4f.z) / (u_fogParameters4f.w - u_fogParameters4f.z); + }else { + f = 1.0 - exp(-u_fogParameters4f.y * l); + } + + fogBlend4f.a *= clamp(f, 0.0, 1.0); + + if(atmos == 0.0) { + break; + } + + vec3 atmosSamplePos = v_position4f.xyz / -l; + atmosSamplePos.xz /= abs(atmosSamplePos.y) + 1.0; + atmosSamplePos.xz *= vec2(-0.5, -0.25) * 0.75; + atmosSamplePos.xz += vec2(0.5, 0.25); + + fogBlend4f.rgb *= textureLod(u_irradianceMap, atmosSamplePos.xz, 0.0).rgb + u_fogColorAddSun4f.rgb; + +#ifdef COMPILE_FOG_LIGHT_SHAFTS + fogBlend4f.rgb *= pow(textureLod(u_lightShaftsTexture, v_positionClip2f * 0.5 + 0.5, 0.0).r * 0.9 + 0.1, 2.25); + fogBlend4f.a = fogBlend4f.a * 0.9 + 0.1; +#endif + break; + } + + // ============ OUTPUT COLOR ============== // + + vec3 blockLight = lightmapCoords2f.r * vec3(1.0, 0.5809, 0.2433) * 2.0 * u_blockSkySunDynamicLightFac4f.x; + vec3 skyLight = (lightmapCoords2f.g + 0.05) * vec3(0.9102, 0.9, 1.0) * u_blockSkySunDynamicLightFac4f.y; + diffuseColor4f.rgb *= (skyLight + blockLight) * 0.075; + diffuseColor4f.rgb += lightColor3f; + diffuseColor4f.rgb = mix(diffuseColor4f.rgb + refractionSample.rgb, fogBlend4f.rgb, fogBlend4f.a); + output4f = vec4(diffuseColor4f.rgb, 1.0); +} diff --git a/desktopRuntime/resources/assets/eagler/glsl/deferred/realistic_water_render.vsh b/desktopRuntime/resources/assets/eagler/glsl/deferred/realistic_water_render.vsh new file mode 100755 index 00000000..3f533e09 --- /dev/null +++ b/desktopRuntime/resources/assets/eagler/glsl/deferred/realistic_water_render.vsh @@ -0,0 +1,82 @@ +#line 2 + +/* + * Copyright (c) 2023 lax1dude. All Rights Reserved. + * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND + * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED + * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. + * IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT + * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR + * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, + * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE + * POSSIBILITY OF SUCH DAMAGE. + * + */ + +in vec3 a_position3f; + +out vec4 v_position4f; + +#ifdef COMPILE_FOG_LIGHT_SHAFTS +out vec2 v_positionClip2f; +#endif + +#ifdef COMPILE_TEXTURE_ATTRIB +in vec2 a_texture2f; +out vec2 v_texture2f; +uniform mat4 u_textureMat4f01; +#endif + +#ifdef COMPILE_COLOR_ATTRIB +in vec4 a_color4f; +out vec4 v_color4f; +#endif + +#ifdef COMPILE_NORMAL_ATTRIB +in vec4 a_normal4f; +out vec3 v_normal3f; +out float v_block1f; +#endif + +#ifdef COMPILE_LIGHTMAP_ATTRIB +in vec2 a_lightmap2f; +out vec2 v_lightmap2f; +uniform mat4 u_textureMat4f02; +#endif + +uniform mat4 u_modelviewMat4f; +uniform mat4 u_projectionMat4f; + +#define TEX_MAT3(mat4In) mat3(mat4In[0].xyw,mat4In[1].xyw,mat4In[3].xyw) + +void main() { + v_position4f = u_modelviewMat4f * vec4(a_position3f, 1.0); + +#ifdef COMPILE_TEXTURE_ATTRIB + vec3 v_textureTmp3f = TEX_MAT3(u_textureMat4f01) * vec3(a_texture2f, 1.0); + v_texture2f = v_textureTmp3f.xy / v_textureTmp3f.z; +#endif + +#ifdef COMPILE_COLOR_ATTRIB + v_color4f = a_color4f; +#endif + +#ifdef COMPILE_NORMAL_ATTRIB + v_normal3f = normalize(mat3(u_modelviewMat4f) * a_normal4f.xyz); + v_block1f = floor((a_normal4f.w + 1.0) * 127.0 + 0.5); +#endif + +#ifdef COMPILE_LIGHTMAP_ATTRIB + vec3 v_lightmapTmp3f = TEX_MAT3(u_textureMat4f02) * vec3(a_lightmap2f, 1.0); + v_lightmap2f = v_lightmapTmp3f.xy / v_lightmapTmp3f.z; +#endif + + gl_Position = u_projectionMat4f * v_position4f; + +#ifdef COMPILE_FOG_LIGHT_SHAFTS + v_positionClip2f = gl_Position.xy / gl_Position.w; +#endif +} diff --git a/desktopRuntime/resources/assets/eagler/glsl/deferred/reproject_control.fsh b/desktopRuntime/resources/assets/eagler/glsl/deferred/reproject_control.fsh new file mode 100755 index 00000000..7a60f880 --- /dev/null +++ b/desktopRuntime/resources/assets/eagler/glsl/deferred/reproject_control.fsh @@ -0,0 +1,238 @@ +#line 2 + +/* + * Copyright (c) 2023 lax1dude. All Rights Reserved. + * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND + * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED + * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. + * IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT + * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR + * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, + * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE + * POSSIBILITY OF SUCH DAMAGE. + * + */ + +precision lowp int; +precision highp float; +precision highp sampler2D; + +in vec2 v_position2f; + +#ifdef COMPILE_REPROJECT_SSAO +layout(location = 0) out vec4 reprojectionSSAOOutput4f; +#ifdef COMPILE_REPROJECT_SSR +layout(location = 1) out vec4 reprojectionReflectionOutput4f; +layout(location = 2) out vec4 reprojectionHitVectorOutput4f; +#endif +#else +layout(location = 0) out vec4 reprojectionReflectionOutput4f; +layout(location = 1) out vec4 reprojectionHitVectorOutput4f; +#endif + +uniform sampler2D u_gbufferDepthTexture; +#ifdef COMPILE_REPROJECT_SSAO +uniform sampler2D u_ssaoSampleTexture; +// R: ssao history length +// G: ssao value +// B: pixel opacity +// A: padding +uniform sampler2D u_reprojectionSSAOInput4f; +#endif + +#ifdef COMPILE_REPROJECT_SSR +uniform sampler2D u_gbufferNormalTexture; +uniform sampler2D u_gbufferMaterialTexture; + +// R: reflection R +// G: reflection G +// B: reflection B +// A: current step +uniform sampler2D u_reprojectionReflectionInput4f; + +// R: relative X of reflected pixel from origin +// G: relative Y of reflected pixel from origin +// B: relative Z of reflected pixel from origin +// A: is reflected flag +uniform sampler2D u_reprojectionHitVectorInput4f; + +uniform sampler2D u_lastFrameColorInput4f; + +uniform mat4 u_projectionMatrix4f; +uniform mat4 u_inverseProjectionMatrix4f; +uniform mat4 u_lastInverseProjMatrix4f; + +// matrix to transform view pos in old frame to view pos in current frame +uniform mat4 u_reprojectionInverseViewMatrix4f; +uniform mat4 u_viewToPreviousProjMatrix4f; + +#endif + +uniform sampler2D u_reprojectionDepthTexture; + +uniform mat4 u_inverseViewProjMatrix4f; +uniform mat4 u_reprojectionMatrix4f; + +// x = near plane +// y = far plane +// z = near plane * 2 +// w = far plane - near plane +uniform vec4 u_nearFarPlane4f; + +uniform vec4 u_pixelAlignment4f; + +#define reprojDepthLimit 0.25 + +#define GET_LINEAR_DEPTH_FROM_VALUE(depthSample) (u_nearFarPlane4f.z / (u_nearFarPlane4f.y + u_nearFarPlane4f.x + (depthSample * 2.0 - 1.0) * u_nearFarPlane4f.w)) + +#define CREATE_DEPTH_MATRIX(matrix4fInput) mat4x2(matrix4fInput[0].zw,matrix4fInput[1].zw,matrix4fInput[2].zw,matrix4fInput[3].zw) + +void main() { + vec2 v_position2f2 = (floor(v_position2f * u_pixelAlignment4f.xy) + 0.25) * (2.0 / u_pixelAlignment4f.zw); +#ifdef COMPILE_REPROJECT_SSAO + reprojectionSSAOOutput4f = vec4(0.0, 1.0, 0.0, 0.0); +#endif +#ifdef COMPILE_REPROJECT_SSR + reprojectionReflectionOutput4f = vec4(0.0, 0.0, 0.0, 0.0); + reprojectionHitVectorOutput4f = vec4(0.0, 0.0, 0.0, 0.0); +#endif + float fragDepth = textureLod(u_gbufferDepthTexture, v_position2f, 0.0).r; + + if(fragDepth < 0.000001) { + return; + } + + vec4 fragClipSpacePos4f = vec4(v_position2f, fragDepth, 1.0) * 2.0 - 1.0; + vec4 fragPos4f = u_inverseViewProjMatrix4f * fragClipSpacePos4f; + fragPos4f.xyz /= fragPos4f.w; + fragPos4f.w = 1.0; + vec4 reprojPos4f = u_reprojectionMatrix4f * fragPos4f; + vec4 reprojClipPos4f = vec4(reprojPos4f.xyz / reprojPos4f.w, 1.0); + reprojPos4f = reprojClipPos4f; + reprojPos4f.xyz *= 0.5; + reprojPos4f.xyz += 0.5; + reprojPos4f.xy = (floor(reprojPos4f.xy * u_pixelAlignment4f.zw) + 0.5) * (0.5 / u_pixelAlignment4f.xy); + if(reprojPos4f.xy != clamp(reprojPos4f.xy, vec2(0.001), vec2(0.999)) || abs(GET_LINEAR_DEPTH_FROM_VALUE(textureLod(u_reprojectionDepthTexture, reprojPos4f.xy, 0.0).r) - GET_LINEAR_DEPTH_FROM_VALUE(reprojPos4f.z)) > reprojDepthLimit) { +#ifdef COMPILE_REPROJECT_SSAO + reprojectionSSAOOutput4f = vec4(0.01, textureLod(u_ssaoSampleTexture, v_position2f, 0.0).r, 1.0, 0.0); +#endif +#ifdef COMPILE_REPROJECT_SSR + reprojectionHitVectorOutput4f = vec4(0.0, 0.0, 0.0, 50.0); +#endif + return; + } + +#ifdef COMPILE_REPROJECT_SSAO + vec4 reprojectionSSAOInput4f = textureLod(u_reprojectionSSAOInput4f, reprojPos4f.xy, 0.0); + reprojectionSSAOInput4f.g = mix(textureLod(u_ssaoSampleTexture, v_position2f, 0.0).r, reprojectionSSAOInput4f.g, min(reprojectionSSAOInput4f.r * 10.0, 0.85)); + reprojectionSSAOInput4f.r = min(reprojectionSSAOInput4f.r + 0.01, 1.0); + reprojectionSSAOInput4f.b = 1.0; + reprojectionSSAOOutput4f = reprojectionSSAOInput4f; +#endif + +#ifdef COMPILE_REPROJECT_SSR + vec4 materials = textureLod(u_gbufferMaterialTexture, v_position2f2, 0.0); + float f = materials.g < 0.06 ? 1.0 : 0.0; + f += materials.r < 0.5 ? 1.0 : 0.0; + f += materials.a > 0.5 ? 1.0 : 0.0; + if(f > 0.0) { + return; + } + + vec4 lastFrameHitVector4f = textureLod(u_reprojectionHitVectorInput4f, reprojPos4f.xy, 0.0); + if(lastFrameHitVector4f.g <= 0.0) { + reprojectionReflectionOutput4f = textureLod(u_reprojectionReflectionInput4f, reprojPos4f.xy, 0.0); + reprojectionReflectionOutput4f.a = max(reprojectionReflectionOutput4f.a - 1.0, 1.0); + reprojectionHitVectorOutput4f = vec4(0.0, 0.0, 0.0, lastFrameHitVector4f.a); + return; + } + + reprojectionReflectionOutput4f = vec4(0.0, 0.0, 0.0, 1.0); + + lastFrameHitVector4f.g -= 0.0004; + + vec4 lastFrameFragPosView4f = u_lastInverseProjMatrix4f * vec4(reprojClipPos4f.xyz, 1.0); + lastFrameFragPosView4f.xyz /= lastFrameFragPosView4f.w; + lastFrameFragPosView4f.w = 1.0; + vec4 lastFrameHitPos4f = vec4(lastFrameFragPosView4f.xyz + lastFrameHitVector4f.xyz, 1.0); + + vec4 thisFrameHitPos4f = u_reprojectionInverseViewMatrix4f * lastFrameHitPos4f; + thisFrameHitPos4f.xyz /= thisFrameHitPos4f.w; + thisFrameHitPos4f.w = 1.0; + + vec4 thisFrameHitPosProj4f = u_projectionMatrix4f * thisFrameHitPos4f; + thisFrameHitPosProj4f.xyz /= thisFrameHitPosProj4f.w; + thisFrameHitPosProj4f.w = 1.0; + vec3 thisFrameHitPosProjTex3f = thisFrameHitPosProj4f.xyz * 0.5 + 0.5; + + if(thisFrameHitPosProjTex3f.xy != clamp(thisFrameHitPosProjTex3f.xy, vec2(0.001), vec2(0.999))) { + return; + } + + float fragDepthSample = textureLod(u_gbufferDepthTexture, thisFrameHitPosProjTex3f.xy, 0.0).r * 2.0 - 1.0; + vec2 thisFrameHitPosProjDepthPos = CREATE_DEPTH_MATRIX(u_inverseProjectionMatrix4f) * vec4(thisFrameHitPosProj4f.xy, fragDepthSample, 1.0); + thisFrameHitPosProjDepthPos.x /= thisFrameHitPosProjDepthPos.y; + + if(thisFrameHitPosProjDepthPos.x - thisFrameHitPos4f.z - 0.125 < 0.0) { + return; + } + + vec3 lastFrameHitPosNormal3f = textureLod(u_gbufferNormalTexture, thisFrameHitPosProjTex3f.xy, 0.0).rgb; + lastFrameHitPosNormal3f *= 2.0; + lastFrameHitPosNormal3f -= 1.0; + + vec3 currentNormal3f = textureLod(u_gbufferNormalTexture, v_position2f2, 0.0).xyz; + currentNormal3f *= 2.0; + currentNormal3f -= 1.0; + + vec4 fragPosView4f = u_inverseProjectionMatrix4f * fragClipSpacePos4f; + fragPosView4f.xyz /= fragPosView4f.w; + fragPosView4f.w = 1.0; + + vec3 rayOrigin = fragPosView4f.xyz; + vec3 planePos = thisFrameHitPos4f.xyz; + vec3 planeNormal = lastFrameHitPosNormal3f; + + vec3 newRayDirection = reflect(normalize(rayOrigin), currentNormal3f.xyz); + + float dist = dot(planeNormal, newRayDirection); + if(dist > 0.9) { + return; + } + + dist = dot(planeNormal, planePos - rayOrigin) / dist; + if(dist < 0.0) { + return; + } + + reprojectionHitVectorOutput4f = vec4(newRayDirection * dist, 1.0); + reprojectionHitVectorOutput4f.y += 0.0004; + + thisFrameHitPosProj4f = u_viewToPreviousProjMatrix4f * vec4(rayOrigin + newRayDirection * dist, 1.0); + thisFrameHitPosProj4f.xyz /= thisFrameHitPosProj4f.w; + thisFrameHitPosProj4f.w = 1.0; + thisFrameHitPosProjTex3f = thisFrameHitPosProj4f.xyz * 0.5 + 0.5; + + if(thisFrameHitPosProjTex3f.xy != clamp(thisFrameHitPosProjTex3f.xy, vec2(0.001), vec2(0.999))) { + return; + } + + fragDepthSample = textureLod(u_reprojectionDepthTexture, thisFrameHitPosProjTex3f.xy, 0.0).r * 2.0 - 1.0; + + vec2 thisFrameHitPosProjPos = CREATE_DEPTH_MATRIX(u_lastInverseProjMatrix4f) * thisFrameHitPosProj4f; + thisFrameHitPosProjPos.x /= thisFrameHitPosProjPos.y; + + thisFrameHitPosProjDepthPos = CREATE_DEPTH_MATRIX(u_lastInverseProjMatrix4f) * vec4(thisFrameHitPosProj4f.xy, fragDepthSample, 1.0); + thisFrameHitPosProjDepthPos.x /= thisFrameHitPosProjDepthPos.y; + + if(thisFrameHitPosProjDepthPos.x - thisFrameHitPosProjPos.x - 0.125 < 0.0) { + reprojectionHitVectorOutput4f = vec4(0.0, 0.0, 0.0, 0.0); + return; + } + + reprojectionReflectionOutput4f = vec4(textureLod(u_lastFrameColorInput4f, thisFrameHitPosProjTex3f.xy, 0.0).rgb, 0.0); +#endif +} diff --git a/desktopRuntime/resources/assets/eagler/glsl/deferred/reproject_ssr.fsh b/desktopRuntime/resources/assets/eagler/glsl/deferred/reproject_ssr.fsh new file mode 100755 index 00000000..30f9d965 --- /dev/null +++ b/desktopRuntime/resources/assets/eagler/glsl/deferred/reproject_ssr.fsh @@ -0,0 +1,112 @@ +#line 2 + +/* + * Copyright (c) 2023 lax1dude. All Rights Reserved. + * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND + * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED + * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. + * IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT + * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR + * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, + * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE + * POSSIBILITY OF SUCH DAMAGE. + * + */ + +precision lowp int; +precision highp float; +precision highp sampler2D; + +in vec2 v_position2f; + +layout(location = 0) out vec4 reflectionOutput4f; +layout(location = 1) out vec4 hitVectorOutput4f; + +uniform sampler2D u_gbufferDepthTexture; +uniform sampler2D u_gbufferNormalTexture; +uniform sampler2D u_reprojectionReflectionInput4f; +uniform sampler2D u_reprojectionHitVectorInput4f; +uniform sampler2D u_lastFrameColorInput4f; +uniform sampler2D u_lastFrameDepthInput; + +uniform mat4 u_lastProjectionMatrix4f; +uniform mat4x2 u_lastInverseProjMatrix4x2f; + +uniform mat4 u_inverseProjectionMatrix4f; + +uniform float u_sampleStep1f; + +uniform vec4 u_pixelAlignment4f; + +#define maxAge 55.0 +#define maxSamples 50.0 + +void main() { + vec2 v_position2f2 = (floor(v_position2f * u_pixelAlignment4f.xy) + 0.25) * (2.0 / u_pixelAlignment4f.zw); + reflectionOutput4f = vec4(0.0, 0.0, 0.0, 0.0); + hitVectorOutput4f = vec4(0.0, 0.0, 0.0, 0.0); + float fragDepth = textureLod(u_gbufferDepthTexture, v_position2f2, 0.0).r; + + if(fragDepth < 0.000001) { + return; + } + + vec4 reflectionInput4f = textureLod(u_reprojectionReflectionInput4f, v_position2f, 0.0); + vec4 hitVectorInput4f = textureLod(u_reprojectionHitVectorInput4f, v_position2f, 0.0); + hitVectorInput4f.a += 1.0; + float f = reflectionInput4f.a < 1.0 ? 1.0 : reflectionInput4f.a; + reflectionInput4f.a = hitVectorInput4f.a > maxAge ? f : reflectionInput4f.a; + if(reflectionInput4f.a < 1.0) { + reflectionOutput4f = reflectionInput4f; + hitVectorOutput4f = hitVectorInput4f; + return; + } + + vec4 fragPos4f = u_inverseProjectionMatrix4f * (vec4(v_position2f2, fragDepth, 1.0) * 2.0 - 1.0); + fragPos4f.xyz /= fragPos4f.w; + fragPos4f.w = 1.0; + vec4 reflectionNormal4f = textureLod(u_gbufferNormalTexture, v_position2f2, 0.0); + reflectionNormal4f.xyz *= 2.0; + reflectionNormal4f.xyz -= 1.0; + reflectionNormal4f.xyz = reflect(normalize(fragPos4f.xyz), reflectionNormal4f.xyz); + reflectionNormal4f.w = 1.0; + float sampleStepMod = (reflectionInput4f.a * 0.03 + 0.15 + length(fragPos4f.xyz) * 0.03) * u_sampleStep1f; + vec3 sampleOffset3f = reflectionNormal4f.xyz * reflectionInput4f.a * sampleStepMod; + fragPos4f.xyz += sampleOffset3f; + reflectionNormal4f = u_lastProjectionMatrix4f * fragPos4f; + reflectionNormal4f.xyz /= reflectionNormal4f.w; + reflectionNormal4f.w = 1.0; + vec3 reflectionSamplePos3f = reflectionNormal4f.xyz; + reflectionSamplePos3f *= 0.5; + reflectionSamplePos3f += 0.5; + reflectionSamplePos3f.xy = (floor(reflectionSamplePos3f.xy * u_pixelAlignment4f.zw) + 0.5) * (0.5 / u_pixelAlignment4f.xy); + + if(clamp(reflectionSamplePos3f.xy, vec2(0.001), vec2(0.999)) != reflectionSamplePos3f.xy) { + return; + } + + float reflectDepthSample = textureLod(u_lastFrameDepthInput, reflectionSamplePos3f.xy, 0.0).r; + vec2 sampleFragDepth = u_lastInverseProjMatrix4x2f * vec4(reflectionNormal4f.xy, reflectDepthSample * 2.0 - 1.0, 1.0); + sampleFragDepth.x /= sampleFragDepth.y; + + reflectDepthSample = sampleFragDepth.x - fragPos4f.z; + if(reflectDepthSample < sampleStepMod * 3.0) { + reflectionInput4f.a += 1.0; + reflectionOutput4f = reflectionInput4f.a >= maxSamples ? vec4(0.0, 0.0, 0.0, 0.0) : reflectionInput4f; + hitVectorOutput4f = vec4(0.0, 0.0, 0.0, hitVectorInput4f.a); + return; + } + + if(abs(reflectDepthSample) > sampleStepMod * 6.0) { + return; + } + + vec4 colorSample = textureLod(u_lastFrameColorInput4f, reflectionSamplePos3f.xy, 0.0); + reflectionOutput4f = vec4(colorSample.rgb, 0.0); + reflectionOutput4f.g += 0.0005; + hitVectorOutput4f = vec4(colorSample.a > 0.0 ? sampleOffset3f : vec3(0.0), 0.0); + hitVectorOutput4f.g += colorSample.a > 0.0 ? 0.0004 : 0.0; +} diff --git a/desktopRuntime/resources/assets/eagler/glsl/deferred/shader_pack_icon.png b/desktopRuntime/resources/assets/eagler/glsl/deferred/shader_pack_icon.png new file mode 100755 index 00000000..1b0f1d18 Binary files /dev/null and b/desktopRuntime/resources/assets/eagler/glsl/deferred/shader_pack_icon.png differ diff --git a/desktopRuntime/resources/assets/eagler/glsl/deferred/shader_pack_info.json b/desktopRuntime/resources/assets/eagler/glsl/deferred/shader_pack_info.json new file mode 100755 index 00000000..c8c166d9 --- /dev/null +++ b/desktopRuntime/resources/assets/eagler/glsl/deferred/shader_pack_info.json @@ -0,0 +1,24 @@ +{ + "name": "§eHigh Performance PBR", + "desc": "Pack made from scratch specifically for this client, designed to give what I call the best balance between quality and performance possible in a browser but obviously that's just my opinion", + "vers": "1.1.0", + "author": "lax1dude", + "api_vers": 1, + "features": [ + "WAVING_BLOCKS", + "DYNAMIC_LIGHTS", + "GLOBAL_AMBIENT_OCCLUSION", + "SHADOWS_SUN", + "SHADOWS_COLORED", + "SHADOWS_SMOOTHED", + "REFLECTIONS_PARABOLOID", + "REFLECTIONS_ROUGHNESS", + "REALISTIC_WATER", + "LIGHT_SHAFTS", + "SCREEN_SPACE_REFLECTIONS", + "POST_LENS_DISTORION", + "POST_LENS_FLARES", + "POST_BLOOM", + "POST_FXAA" + ] +} \ No newline at end of file diff --git a/desktopRuntime/resources/assets/eagler/glsl/deferred/shadows_sun.fsh b/desktopRuntime/resources/assets/eagler/glsl/deferred/shadows_sun.fsh new file mode 100755 index 00000000..a11645ee --- /dev/null +++ b/desktopRuntime/resources/assets/eagler/glsl/deferred/shadows_sun.fsh @@ -0,0 +1,170 @@ +#line 2 + +/* + * Copyright (c) 2023 lax1dude. All Rights Reserved. + * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND + * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED + * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. + * IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT + * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR + * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, + * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE + * POSSIBILITY OF SUCH DAMAGE. + * + */ + +precision lowp int; +precision highp float; +precision highp sampler2D; +precision highp sampler2DShadow; + +in vec2 v_position2f; + +#ifdef COMPILE_COLORED_SHADOW +layout(location = 0) out vec4 output4f; +#else +layout(location = 0) out float output1f; +#endif + +uniform sampler2D u_gbufferNormalTexture; +uniform sampler2D u_gbufferDepthTexture; +uniform sampler2DShadow u_sunShadowDepthTexture; +#ifdef COMPILE_COLORED_SHADOW +uniform sampler2D u_sunShadowColorTexture; +#endif + +uniform mat4 u_inverseViewMatrix4f; +uniform mat4 u_inverseViewProjMatrix4f; + +#ifdef COMPILE_SUN_SHADOW_LOD0 +uniform mat4 u_sunShadowMatrixLOD04f; +#define SUN_SHADOW_MAP_FRAC 1.0 +#endif +#ifdef COMPILE_SUN_SHADOW_LOD1 +uniform mat4 u_sunShadowMatrixLOD04f; +uniform mat4 u_sunShadowMatrixLOD14f; +#define SUN_SHADOW_MAP_FRAC 0.5 +#endif +#ifdef COMPILE_SUN_SHADOW_LOD2 +uniform mat4 u_sunShadowMatrixLOD04f; +uniform mat4 u_sunShadowMatrixLOD14f; +uniform mat4 u_sunShadowMatrixLOD24f; +#define SUN_SHADOW_MAP_FRAC 0.3333333 +#endif +#ifdef COMPILE_SUN_SHADOW_SMOOTH +const vec2 POISSON_DISK[7] = vec2[]( +vec2(-0.077, 0.995), vec2(0.998, 0.015), +vec2(-0.116, -0.987), vec2(-0.916, 0.359), +vec2(-0.697, -0.511), vec2(0.740, -0.612), +vec2(0.675, 0.682)); +#define SMOOTH_SHADOW_SAMPLES 1.0 / 8.0 +#define SMOOTH_SHADOW_RADIUS 0.00075 +#define SMOOTH_SHADOW_POISSON_SAMPLE(idx, tex, lod, vec3Pos, accum, tmpVec2)\ + tmpVec2 = vec3Pos.xy + POISSON_DISK[idx] * SMOOTH_SHADOW_RADIUS;\ + tmpVec2 = clamp(tmpVec2, vec2(0.001), vec2(0.999));\ + tmpVec2.y += lod;\ + tmpVec2.y *= SUN_SHADOW_MAP_FRAC;\ + accum += textureLod(tex, vec3(tmpVec2, vec3Pos.z), 0.0) * SMOOTH_SHADOW_SAMPLES; +#endif + +uniform vec3 u_sunDirection3f; + +void main() { +#ifdef COMPILE_COLORED_SHADOW + output4f = vec4(0.0); +#else + output1f = 0.0; +#endif + float depth = textureLod(u_gbufferDepthTexture, v_position2f, 0.0).r; + if(depth < 0.00001) { + return; + } + vec4 normalVector4f = textureLod(u_gbufferNormalTexture, v_position2f, 0.0); + if(normalVector4f.a < 0.5) { + return; + } + normalVector4f.xyz *= 2.0; + normalVector4f.xyz -= 1.0; + vec3 worldSpaceNormal = normalize(mat3(u_inverseViewMatrix4f) * normalVector4f.xyz); + if(dot(u_sunDirection3f, worldSpaceNormal) < 0.0) { + return; + } + vec4 worldSpacePosition = vec4(v_position2f, depth, 1.0); + worldSpacePosition.xyz *= 2.0; + worldSpacePosition.xyz -= 1.0; + worldSpacePosition = u_inverseViewProjMatrix4f * worldSpacePosition; + worldSpacePosition.xyz /= worldSpacePosition.w; + worldSpacePosition.xyz += worldSpaceNormal * 0.05; + worldSpacePosition.w = 1.0; + float skyLight = max(normalVector4f.a * 2.0 - 1.0, 0.0); + float shadowSample; + vec2 tmpVec2; + vec4 shadowSpacePosition; + for(;;) { + shadowSpacePosition = u_sunShadowMatrixLOD04f * worldSpacePosition; + if(shadowSpacePosition.xyz == clamp(shadowSpacePosition.xyz, vec3(0.005), vec3(0.995))) { + shadowSample = textureLod(u_sunShadowDepthTexture, vec3(shadowSpacePosition.xy * vec2(1.0, SUN_SHADOW_MAP_FRAC), shadowSpacePosition.z), 0.0); +#ifdef COMPILE_SUN_SHADOW_SMOOTH + shadowSample *= SMOOTH_SHADOW_SAMPLES; + SMOOTH_SHADOW_POISSON_SAMPLE(0, u_sunShadowDepthTexture, 0.0, shadowSpacePosition.xyz, shadowSample, tmpVec2) + SMOOTH_SHADOW_POISSON_SAMPLE(1, u_sunShadowDepthTexture, 0.0, shadowSpacePosition.xyz, shadowSample, tmpVec2) + SMOOTH_SHADOW_POISSON_SAMPLE(2, u_sunShadowDepthTexture, 0.0, shadowSpacePosition.xyz, shadowSample, tmpVec2) + SMOOTH_SHADOW_POISSON_SAMPLE(3, u_sunShadowDepthTexture, 0.0, shadowSpacePosition.xyz, shadowSample, tmpVec2) + SMOOTH_SHADOW_POISSON_SAMPLE(4, u_sunShadowDepthTexture, 0.0, shadowSpacePosition.xyz, shadowSample, tmpVec2) + SMOOTH_SHADOW_POISSON_SAMPLE(5, u_sunShadowDepthTexture, 0.0, shadowSpacePosition.xyz, shadowSample, tmpVec2) + SMOOTH_SHADOW_POISSON_SAMPLE(6, u_sunShadowDepthTexture, 0.0, shadowSpacePosition.xyz, shadowSample, tmpVec2) + shadowSample = max(shadowSample * 2.0 - 1.0, 0.0); +#endif +#ifdef COMPILE_COLORED_SHADOW + shadowSpacePosition.y *= SUN_SHADOW_MAP_FRAC; +#endif + break; + } + +#if defined(COMPILE_SUN_SHADOW_LOD1) || defined(COMPILE_SUN_SHADOW_LOD2) + shadowSpacePosition = u_sunShadowMatrixLOD14f * worldSpacePosition; + if(shadowSpacePosition.xyz == clamp(shadowSpacePosition.xyz, vec3(0.005), vec3(0.995))) { + shadowSpacePosition.y += 1.0; + shadowSpacePosition.y *= SUN_SHADOW_MAP_FRAC; + shadowSample = textureLod(u_sunShadowDepthTexture, vec3(shadowSpacePosition.xy, shadowSpacePosition.z + 0.00015), 0.0); + break; + } +#endif + +#ifdef COMPILE_SUN_SHADOW_LOD2 + shadowSpacePosition = u_sunShadowMatrixLOD24f * worldSpacePosition; + if(shadowSpacePosition.xyz == clamp(shadowSpacePosition.xyz, vec3(0.005), vec3(0.995))) { + shadowSpacePosition.y += 2.0; + shadowSpacePosition.y *= SUN_SHADOW_MAP_FRAC; + shadowSample = textureLod(u_sunShadowDepthTexture, vec3(shadowSpacePosition.xy, shadowSpacePosition.z + 0.00015), 0.0); + break; + } +#endif + +#ifdef COMPILE_COLORED_SHADOW + output4f = vec4(normalVector4f.a); +#else + output1f = normalVector4f.a; +#endif + return; + } + + shadowSample *= skyLight; + +#ifdef COMPILE_COLORED_SHADOW + // reuse normalVector4f: + normalVector4f = shadowSample > 0.05 ? textureLod(u_sunShadowColorTexture, shadowSpacePosition.xy, 0.0) : vec4(0.0); + + // saturate the colors, looks nice + float luma = dot(normalVector4f.rgb, vec3(0.299, 0.587, 0.114)); + normalVector4f.rgb = clamp((normalVector4f.rgb - luma) * 1.5 + luma, vec3(0.0), vec3(1.0)); + + output4f = vec4(mix(normalVector4f.rgb, vec3(1.0), normalVector4f.a) * shadowSample, shadowSample); +#else + output1f = shadowSample; +#endif + +} diff --git a/desktopRuntime/resources/assets/eagler/glsl/deferred/skybox.dat b/desktopRuntime/resources/assets/eagler/glsl/deferred/skybox.dat new file mode 100755 index 00000000..7d258a94 Binary files /dev/null and b/desktopRuntime/resources/assets/eagler/glsl/deferred/skybox.dat differ diff --git a/desktopRuntime/resources/assets/eagler/glsl/deferred/skybox_atmosphere.fsh b/desktopRuntime/resources/assets/eagler/glsl/deferred/skybox_atmosphere.fsh new file mode 100755 index 00000000..a647daad --- /dev/null +++ b/desktopRuntime/resources/assets/eagler/glsl/deferred/skybox_atmosphere.fsh @@ -0,0 +1,128 @@ +#line 2 + +/* + * Copyright (c) 2023 lax1dude. All Rights Reserved. + * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND + * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED + * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. + * IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT + * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR + * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, + * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE + * POSSIBILITY OF SUCH DAMAGE. + * + */ + +precision lowp int; +precision highp float; +precision mediump sampler2D; + +in vec2 v_position2f; + +layout(location = 0) out vec4 output4f; + +uniform sampler2D u_skyNormals; +uniform vec4 u_sunDirectionIntensity4f; +uniform vec3 u_scatteringCoefficient3f; +uniform float u_altitude1f; +uniform vec4 u_blendColor4f; + +// Source: https://github.com/wwwtyro/glsl-atmosphere + +#define PI 3.141592 +#define iSteps 16 +#define jSteps 4 + +vec2 rsi(vec3 r0, vec3 rd, float sr) { + float a = dot(rd, rd); + float b = 2.0 * dot(rd, r0); + float c = dot(r0, r0) - (sr * sr); + float d = (b*b) - 4.0*a*c; + if (d < 0.0) return vec2(1e5,-1e5); + a *= 2.0; + d = sqrt(d); + return vec2(-b - d, -b + d) / a; +} + +vec3 atmosphere(vec3 r, vec3 r0, vec3 pSun, float iSun, float rPlanet, float rAtmos, vec3 kRlh, float kMie, float shRlh, float shMie, float g) { + pSun = normalize(pSun); + r = normalize(r); + + vec2 p = rsi(r0, r, rAtmos); + if (p.x > p.y) return vec3(0.0); + p.y = min(p.y, rsi(r0, r, rPlanet).x); + float iStepSize = (p.y - p.x) / float(iSteps); + + float iTime = 0.0; + + vec3 totalRlh = vec3(0.0); + vec3 totalMie = vec3(0.0); + + float iOdRlh = 0.0; + float iOdMie = 0.0; + + float mu = dot(r, pSun); + float mumu = mu * mu; + float gg = g * g; + float pRlh = 3.0 / (16.0 * PI) * (1.0 + mumu); + float pMie = 3.0 / (8.0 * PI) * ((1.0 - gg) * (mumu + 1.0)) / (pow(1.0 + gg - 2.0 * mu * g, 1.5) * (2.0 + gg)); + + for (int i = 0; i < iSteps; i++) { + vec3 iPos = r0 + r * (iTime + iStepSize * 0.5); + float iHeight = length(iPos) - rPlanet; + float odStepRlh = exp(-iHeight / shRlh) * iStepSize; + float odStepMie = exp(-iHeight / shMie) * iStepSize; + iOdRlh += odStepRlh; + iOdMie += odStepMie; + float jStepSize = rsi(iPos, pSun, rAtmos).y / float(jSteps); + float jTime = 0.0; + float jOdRlh = 0.0; + float jOdMie = 0.0; + for (int j = 0; j < jSteps; j++) { + vec3 jPos = iPos + pSun * (jTime + jStepSize * 0.5); + float jHeight = length(jPos) - rPlanet; + jOdRlh += exp(-jHeight / shRlh) * jStepSize; + jOdMie += exp(-jHeight / shMie) * jStepSize; + jTime += jStepSize; + } + vec3 attn = exp(-(kMie * (iOdMie + jOdMie) + kRlh * (iOdRlh + jOdRlh))); + totalRlh += odStepRlh * attn; + totalMie += odStepMie * attn; + iTime += iStepSize; + + } + return iSun * (pRlh * kRlh * totalRlh + pMie * kMie * totalMie); +} + +void main() { + if(u_blendColor4f.a >= 1.0) { + output4f = vec4(u_blendColor4f.rgb, 0.0); + return; + } + vec4 normalIn = textureLod(u_skyNormals, v_position2f, 0.0); + if(normalIn.a != 1.0) { + output4f = vec4(0.0); + return; + } + normalIn.xyz *= 2.0; + normalIn.xyz -= 1.0; + output4f = vec4(atmosphere( + normalIn.xyz, // normalized ray direction + vec3(0,6373e3 + u_altitude1f * 50.0,0), // ray origin + u_sunDirectionIntensity4f.xyz, // position of the sun + u_sunDirectionIntensity4f.w, // intensity of the sun + 6371e3, // radius of the planet in meters + 6471e3, // radius of the atmosphere in meters + vec3(5.5e-6, 13.0e-6, 22.4e-6), // Rayleigh scattering coefficient + 21e-6, // Mie scattering coefficient + 8e3, // Rayleigh scale height + 1.2e3, // Mie scale height + 0.758 // Mie preferred scattering direction + ), 0.0); + if(u_blendColor4f.a > 0.0) { + output4f.rgb = mix(output4f.rgb, u_blendColor4f.rgb, u_blendColor4f.a); + } +} diff --git a/desktopRuntime/resources/assets/eagler/glsl/deferred/skybox_irradiance.fsh b/desktopRuntime/resources/assets/eagler/glsl/deferred/skybox_irradiance.fsh new file mode 100755 index 00000000..59df74cc --- /dev/null +++ b/desktopRuntime/resources/assets/eagler/glsl/deferred/skybox_irradiance.fsh @@ -0,0 +1,233 @@ +#line 2 + +/* + * Copyright (c) 2023 lax1dude. All Rights Reserved. + * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND + * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED + * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. + * IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT + * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR + * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, + * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE + * POSSIBILITY OF SUCH DAMAGE. + * + */ + +precision lowp int; +precision highp float; +precision highp sampler2D; + +in vec2 v_position2f; + +layout(location = 0) out vec4 output4f; + +uniform sampler2D u_paraboloidSkyboxTexture; + +#define SAMPLE_IRRADIANCE(tex, tmat3f, st, sm, accum3f, tmp3f)\ + tmp3f = tmat3f * st;\ + tmp3f.xz /= abs(tmp3f.y) + 1.0;\ + tmp3f.xz *= vec2(0.4875, tmp3f.y >= 0.0 ? 0.24375 : -0.24375);\ + tmp3f.xz += vec2(0.5, tmp3f.y >= 0.0 ? 0.25 : 0.75);\ + accum3f += textureLod(tex, tmp3f.xz, 0.0).rgb * sm * clamp(1.0 + tmp3f.y * 2.0, 0.0, 1.0); + +void main() { + vec2 latLong = v_position2f * vec2(2.0, 4.0); + latLong -= vec2(1.0, v_position2f.y >= 0.5 ? 3.0 : 1.0); + float latLongLen2 = dot(latLong, latLong); + if(latLongLen2 > 1.2) { + output4f = vec4(0.0); + return; + } + + vec2 texCoords = v_position2f; + texCoords = mod(texCoords, vec2(1.0, 0.5)); + texCoords = texCoords * vec2(2.0, 4.0) - 1.0; + texCoords *= (v_position2f.y < 0.5) ? vec2(1.0, 1.0) : vec2(1.0, -1.0); + + float mag2 = 2.0 / (latLongLen2 + 1.0); + vec3 dir; + dir.y = ((v_position2f.y < 0.5) ? 1.0 : -1.0) * (mag2 - 1.0); + if(dir.y < -0.25) { + output4f = vec4(0.0); + return; + } + + dir.xz = texCoords * mag2; + + vec3 tmp3f = cross(dir, vec3(0.0, 1.0, 0.0)); + mat3 tmat3f = mat3(tmp3f, cross(dir, tmp3f), dir); + vec3 accum3f = vec3(0.0); + + // note: sampling is divided into 3 draw calls to allow better driver multitasking, + // shader would otherwise run the full 156 texture samples in only a single thread + // per pixel which is not ideal. The resulting values of the 3 draw calls are added + // together using GL_ONE, GL_ONE blending on the destination framebuffer + +#ifdef PHASE_1 + SAMPLE_IRRADIANCE(u_paraboloidSkyboxTexture, tmat3f, vec3(0.247, 0.000, 0.969), 0.0048, accum3f, tmp3f) + SAMPLE_IRRADIANCE(u_paraboloidSkyboxTexture, tmat3f, vec3(0.479, 0.000, 0.878), 0.0085, accum3f, tmp3f) + SAMPLE_IRRADIANCE(u_paraboloidSkyboxTexture, tmat3f, vec3(0.682, 0.000, 0.732), 0.0100, accum3f, tmp3f) + SAMPLE_IRRADIANCE(u_paraboloidSkyboxTexture, tmat3f, vec3(0.841, 0.000, 0.540), 0.0092, accum3f, tmp3f) + SAMPLE_IRRADIANCE(u_paraboloidSkyboxTexture, tmat3f, vec3(0.949, 0.000, 0.315), 0.0060, accum3f, tmp3f) + SAMPLE_IRRADIANCE(u_paraboloidSkyboxTexture, tmat3f, vec3(0.997, 0.000, 0.071), 0.0014, accum3f, tmp3f) + SAMPLE_IRRADIANCE(u_paraboloidSkyboxTexture, tmat3f, vec3(0.240, 0.061, 0.969), 0.0048, accum3f, tmp3f) + SAMPLE_IRRADIANCE(u_paraboloidSkyboxTexture, tmat3f, vec3(0.465, 0.119, 0.878), 0.0085, accum3f, tmp3f) + SAMPLE_IRRADIANCE(u_paraboloidSkyboxTexture, tmat3f, vec3(0.660, 0.169, 0.732), 0.0100, accum3f, tmp3f) + SAMPLE_IRRADIANCE(u_paraboloidSkyboxTexture, tmat3f, vec3(0.815, 0.208, 0.540), 0.0092, accum3f, tmp3f) + SAMPLE_IRRADIANCE(u_paraboloidSkyboxTexture, tmat3f, vec3(0.919, 0.235, 0.315), 0.0060, accum3f, tmp3f) + SAMPLE_IRRADIANCE(u_paraboloidSkyboxTexture, tmat3f, vec3(0.966, 0.247, 0.071), 0.0014, accum3f, tmp3f) + SAMPLE_IRRADIANCE(u_paraboloidSkyboxTexture, tmat3f, vec3(0.217, 0.119, 0.969), 0.0048, accum3f, tmp3f) + SAMPLE_IRRADIANCE(u_paraboloidSkyboxTexture, tmat3f, vec3(0.421, 0.230, 0.878), 0.0085, accum3f, tmp3f) + SAMPLE_IRRADIANCE(u_paraboloidSkyboxTexture, tmat3f, vec3(0.598, 0.327, 0.732), 0.0100, accum3f, tmp3f) + SAMPLE_IRRADIANCE(u_paraboloidSkyboxTexture, tmat3f, vec3(0.738, 0.403, 0.540), 0.0092, accum3f, tmp3f) + SAMPLE_IRRADIANCE(u_paraboloidSkyboxTexture, tmat3f, vec3(0.833, 0.455, 0.315), 0.0060, accum3f, tmp3f) + SAMPLE_IRRADIANCE(u_paraboloidSkyboxTexture, tmat3f, vec3(0.875, 0.478, 0.071), 0.0014, accum3f, tmp3f) + SAMPLE_IRRADIANCE(u_paraboloidSkyboxTexture, tmat3f, vec3(0.181, 0.169, 0.969), 0.0048, accum3f, tmp3f) + SAMPLE_IRRADIANCE(u_paraboloidSkyboxTexture, tmat3f, vec3(0.351, 0.327, 0.878), 0.0085, accum3f, tmp3f) + SAMPLE_IRRADIANCE(u_paraboloidSkyboxTexture, tmat3f, vec3(0.499, 0.465, 0.732), 0.0100, accum3f, tmp3f) + SAMPLE_IRRADIANCE(u_paraboloidSkyboxTexture, tmat3f, vec3(0.616, 0.574, 0.540), 0.0092, accum3f, tmp3f) + SAMPLE_IRRADIANCE(u_paraboloidSkyboxTexture, tmat3f, vec3(0.694, 0.647, 0.315), 0.0060, accum3f, tmp3f) + SAMPLE_IRRADIANCE(u_paraboloidSkyboxTexture, tmat3f, vec3(0.730, 0.680, 0.071), 0.0014, accum3f, tmp3f) + SAMPLE_IRRADIANCE(u_paraboloidSkyboxTexture, tmat3f, vec3(0.134, 0.208, 0.969), 0.0048, accum3f, tmp3f) + SAMPLE_IRRADIANCE(u_paraboloidSkyboxTexture, tmat3f, vec3(0.259, 0.403, 0.878), 0.0085, accum3f, tmp3f) + SAMPLE_IRRADIANCE(u_paraboloidSkyboxTexture, tmat3f, vec3(0.368, 0.574, 0.732), 0.0100, accum3f, tmp3f) + SAMPLE_IRRADIANCE(u_paraboloidSkyboxTexture, tmat3f, vec3(0.455, 0.708, 0.540), 0.0092, accum3f, tmp3f) + SAMPLE_IRRADIANCE(u_paraboloidSkyboxTexture, tmat3f, vec3(0.513, 0.799, 0.315), 0.0060, accum3f, tmp3f) + SAMPLE_IRRADIANCE(u_paraboloidSkyboxTexture, tmat3f, vec3(0.539, 0.839, 0.071), 0.0014, accum3f, tmp3f) + SAMPLE_IRRADIANCE(u_paraboloidSkyboxTexture, tmat3f, vec3(0.078, 0.235, 0.969), 0.0048, accum3f, tmp3f) + SAMPLE_IRRADIANCE(u_paraboloidSkyboxTexture, tmat3f, vec3(0.151, 0.455, 0.878), 0.0085, accum3f, tmp3f) + SAMPLE_IRRADIANCE(u_paraboloidSkyboxTexture, tmat3f, vec3(0.215, 0.647, 0.732), 0.0100, accum3f, tmp3f) + SAMPLE_IRRADIANCE(u_paraboloidSkyboxTexture, tmat3f, vec3(0.265, 0.799, 0.540), 0.0092, accum3f, tmp3f) + SAMPLE_IRRADIANCE(u_paraboloidSkyboxTexture, tmat3f, vec3(0.299, 0.901, 0.315), 0.0060, accum3f, tmp3f) + SAMPLE_IRRADIANCE(u_paraboloidSkyboxTexture, tmat3f, vec3(0.315, 0.947, 0.071), 0.0014, accum3f, tmp3f) + SAMPLE_IRRADIANCE(u_paraboloidSkyboxTexture, tmat3f, vec3(0.018, 0.247, 0.969), 0.0048, accum3f, tmp3f) + SAMPLE_IRRADIANCE(u_paraboloidSkyboxTexture, tmat3f, vec3(0.034, 0.478, 0.878), 0.0085, accum3f, tmp3f) + SAMPLE_IRRADIANCE(u_paraboloidSkyboxTexture, tmat3f, vec3(0.048, 0.680, 0.732), 0.0100, accum3f, tmp3f) + SAMPLE_IRRADIANCE(u_paraboloidSkyboxTexture, tmat3f, vec3(0.060, 0.839, 0.540), 0.0092, accum3f, tmp3f) + SAMPLE_IRRADIANCE(u_paraboloidSkyboxTexture, tmat3f, vec3(0.067, 0.947, 0.315), 0.0060, accum3f, tmp3f) + SAMPLE_IRRADIANCE(u_paraboloidSkyboxTexture, tmat3f, vec3(0.071, 0.995, 0.071), 0.0014, accum3f, tmp3f) + SAMPLE_IRRADIANCE(u_paraboloidSkyboxTexture, tmat3f, vec3(-0.044, 0.243, 0.969), 0.0048, accum3f, tmp3f) + SAMPLE_IRRADIANCE(u_paraboloidSkyboxTexture, tmat3f, vec3(-0.085, 0.472, 0.878), 0.0085, accum3f, tmp3f) + SAMPLE_IRRADIANCE(u_paraboloidSkyboxTexture, tmat3f, vec3(-0.121, 0.671, 0.732), 0.0100, accum3f, tmp3f) + SAMPLE_IRRADIANCE(u_paraboloidSkyboxTexture, tmat3f, vec3(-0.150, 0.828, 0.540), 0.0092, accum3f, tmp3f) + SAMPLE_IRRADIANCE(u_paraboloidSkyboxTexture, tmat3f, vec3(-0.169, 0.934, 0.315), 0.0060, accum3f, tmp3f) + SAMPLE_IRRADIANCE(u_paraboloidSkyboxTexture, tmat3f, vec3(-0.178, 0.982, 0.071), 0.0014, accum3f, tmp3f) + SAMPLE_IRRADIANCE(u_paraboloidSkyboxTexture, tmat3f, vec3(-0.103, 0.225, 0.969), 0.0048, accum3f, tmp3f) + SAMPLE_IRRADIANCE(u_paraboloidSkyboxTexture, tmat3f, vec3(-0.200, 0.436, 0.878), 0.0085, accum3f, tmp3f) + SAMPLE_IRRADIANCE(u_paraboloidSkyboxTexture, tmat3f, vec3(-0.284, 0.620, 0.732), 0.0100, accum3f, tmp3f) + SAMPLE_IRRADIANCE(u_paraboloidSkyboxTexture, tmat3f, vec3(-0.350, 0.765, 0.540), 0.0092, accum3f, tmp3f) +#endif +#ifdef PHASE_2 + SAMPLE_IRRADIANCE(u_paraboloidSkyboxTexture, tmat3f, vec3(-0.395, 0.863, 0.315), 0.0060, accum3f, tmp3f) + SAMPLE_IRRADIANCE(u_paraboloidSkyboxTexture, tmat3f, vec3(-0.415, 0.907, 0.071), 0.0014, accum3f, tmp3f) + SAMPLE_IRRADIANCE(u_paraboloidSkyboxTexture, tmat3f, vec3(-0.155, 0.192, 0.969), 0.0048, accum3f, tmp3f) + SAMPLE_IRRADIANCE(u_paraboloidSkyboxTexture, tmat3f, vec3(-0.301, 0.373, 0.878), 0.0085, accum3f, tmp3f) + SAMPLE_IRRADIANCE(u_paraboloidSkyboxTexture, tmat3f, vec3(-0.428, 0.530, 0.732), 0.0100, accum3f, tmp3f) + SAMPLE_IRRADIANCE(u_paraboloidSkyboxTexture, tmat3f, vec3(-0.529, 0.655, 0.540), 0.0092, accum3f, tmp3f) + SAMPLE_IRRADIANCE(u_paraboloidSkyboxTexture, tmat3f, vec3(-0.596, 0.738, 0.315), 0.0060, accum3f, tmp3f) + SAMPLE_IRRADIANCE(u_paraboloidSkyboxTexture, tmat3f, vec3(-0.627, 0.776, 0.071), 0.0014, accum3f, tmp3f) + SAMPLE_IRRADIANCE(u_paraboloidSkyboxTexture, tmat3f, vec3(-0.198, 0.148, 0.969), 0.0048, accum3f, tmp3f) + SAMPLE_IRRADIANCE(u_paraboloidSkyboxTexture, tmat3f, vec3(-0.384, 0.287, 0.878), 0.0085, accum3f, tmp3f) + SAMPLE_IRRADIANCE(u_paraboloidSkyboxTexture, tmat3f, vec3(-0.546, 0.408, 0.732), 0.0100, accum3f, tmp3f) + SAMPLE_IRRADIANCE(u_paraboloidSkyboxTexture, tmat3f, vec3(-0.674, 0.504, 0.540), 0.0092, accum3f, tmp3f) + SAMPLE_IRRADIANCE(u_paraboloidSkyboxTexture, tmat3f, vec3(-0.760, 0.568, 0.315), 0.0060, accum3f, tmp3f) + SAMPLE_IRRADIANCE(u_paraboloidSkyboxTexture, tmat3f, vec3(-0.799, 0.597, 0.071), 0.0014, accum3f, tmp3f) + SAMPLE_IRRADIANCE(u_paraboloidSkyboxTexture, tmat3f, vec3(-0.229, 0.094, 0.969), 0.0048, accum3f, tmp3f) + SAMPLE_IRRADIANCE(u_paraboloidSkyboxTexture, tmat3f, vec3(-0.443, 0.183, 0.878), 0.0085, accum3f, tmp3f) + SAMPLE_IRRADIANCE(u_paraboloidSkyboxTexture, tmat3f, vec3(-0.630, 0.260, 0.732), 0.0100, accum3f, tmp3f) + SAMPLE_IRRADIANCE(u_paraboloidSkyboxTexture, tmat3f, vec3(-0.778, 0.321, 0.540), 0.0092, accum3f, tmp3f) + SAMPLE_IRRADIANCE(u_paraboloidSkyboxTexture, tmat3f, vec3(-0.877, 0.362, 0.315), 0.0060, accum3f, tmp3f) + SAMPLE_IRRADIANCE(u_paraboloidSkyboxTexture, tmat3f, vec3(-0.922, 0.381, 0.071), 0.0014, accum3f, tmp3f) + SAMPLE_IRRADIANCE(u_paraboloidSkyboxTexture, tmat3f, vec3(-0.245, 0.035, 0.969), 0.0048, accum3f, tmp3f) + SAMPLE_IRRADIANCE(u_paraboloidSkyboxTexture, tmat3f, vec3(-0.475, 0.068, 0.878), 0.0085, accum3f, tmp3f) + SAMPLE_IRRADIANCE(u_paraboloidSkyboxTexture, tmat3f, vec3(-0.675, 0.096, 0.732), 0.0100, accum3f, tmp3f) + SAMPLE_IRRADIANCE(u_paraboloidSkyboxTexture, tmat3f, vec3(-0.833, 0.119, 0.540), 0.0092, accum3f, tmp3f) + SAMPLE_IRRADIANCE(u_paraboloidSkyboxTexture, tmat3f, vec3(-0.939, 0.134, 0.315), 0.0060, accum3f, tmp3f) + SAMPLE_IRRADIANCE(u_paraboloidSkyboxTexture, tmat3f, vec3(-0.988, 0.141, 0.071), 0.0014, accum3f, tmp3f) + SAMPLE_IRRADIANCE(u_paraboloidSkyboxTexture, tmat3f, vec3(-0.246, -0.027, 0.969), 0.0048, accum3f, tmp3f) + SAMPLE_IRRADIANCE(u_paraboloidSkyboxTexture, tmat3f, vec3(-0.477, -0.052, 0.878), 0.0085, accum3f, tmp3f) + SAMPLE_IRRADIANCE(u_paraboloidSkyboxTexture, tmat3f, vec3(-0.678, -0.074, 0.732), 0.0100, accum3f, tmp3f) + SAMPLE_IRRADIANCE(u_paraboloidSkyboxTexture, tmat3f, vec3(-0.837, -0.091, 0.540), 0.0092, accum3f, tmp3f) + SAMPLE_IRRADIANCE(u_paraboloidSkyboxTexture, tmat3f, vec3(-0.943, -0.103, 0.315), 0.0060, accum3f, tmp3f) + SAMPLE_IRRADIANCE(u_paraboloidSkyboxTexture, tmat3f, vec3(-0.992, -0.108, 0.071), 0.0014, accum3f, tmp3f) + SAMPLE_IRRADIANCE(u_paraboloidSkyboxTexture, tmat3f, vec3(-0.232, -0.087, 0.969), 0.0048, accum3f, tmp3f) + SAMPLE_IRRADIANCE(u_paraboloidSkyboxTexture, tmat3f, vec3(-0.449, -0.168, 0.878), 0.0085, accum3f, tmp3f) + SAMPLE_IRRADIANCE(u_paraboloidSkyboxTexture, tmat3f, vec3(-0.638, -0.239, 0.732), 0.0100, accum3f, tmp3f) + SAMPLE_IRRADIANCE(u_paraboloidSkyboxTexture, tmat3f, vec3(-0.788, -0.295, 0.540), 0.0092, accum3f, tmp3f) + SAMPLE_IRRADIANCE(u_paraboloidSkyboxTexture, tmat3f, vec3(-0.889, -0.333, 0.315), 0.0060, accum3f, tmp3f) + SAMPLE_IRRADIANCE(u_paraboloidSkyboxTexture, tmat3f, vec3(-0.934, -0.350, 0.071), 0.0014, accum3f, tmp3f) + SAMPLE_IRRADIANCE(u_paraboloidSkyboxTexture, tmat3f, vec3(-0.203, -0.141, 0.969), 0.0048, accum3f, tmp3f) + SAMPLE_IRRADIANCE(u_paraboloidSkyboxTexture, tmat3f, vec3(-0.393, -0.274, 0.878), 0.0085, accum3f, tmp3f) + SAMPLE_IRRADIANCE(u_paraboloidSkyboxTexture, tmat3f, vec3(-0.559, -0.390, 0.732), 0.0100, accum3f, tmp3f) + SAMPLE_IRRADIANCE(u_paraboloidSkyboxTexture, tmat3f, vec3(-0.690, -0.481, 0.540), 0.0092, accum3f, tmp3f) + SAMPLE_IRRADIANCE(u_paraboloidSkyboxTexture, tmat3f, vec3(-0.779, -0.542, 0.315), 0.0060, accum3f, tmp3f) + SAMPLE_IRRADIANCE(u_paraboloidSkyboxTexture, tmat3f, vec3(-0.819, -0.570, 0.071), 0.0014, accum3f, tmp3f) + SAMPLE_IRRADIANCE(u_paraboloidSkyboxTexture, tmat3f, vec3(-0.162, -0.187, 0.969), 0.0048, accum3f, tmp3f) + SAMPLE_IRRADIANCE(u_paraboloidSkyboxTexture, tmat3f, vec3(-0.313, -0.363, 0.878), 0.0085, accum3f, tmp3f) + SAMPLE_IRRADIANCE(u_paraboloidSkyboxTexture, tmat3f, vec3(-0.446, -0.516, 0.732), 0.0100, accum3f, tmp3f) + SAMPLE_IRRADIANCE(u_paraboloidSkyboxTexture, tmat3f, vec3(-0.550, -0.637, 0.540), 0.0092, accum3f, tmp3f) + SAMPLE_IRRADIANCE(u_paraboloidSkyboxTexture, tmat3f, vec3(-0.620, -0.718, 0.315), 0.0060, accum3f, tmp3f) + SAMPLE_IRRADIANCE(u_paraboloidSkyboxTexture, tmat3f, vec3(-0.652, -0.755, 0.071), 0.0014, accum3f, tmp3f) + SAMPLE_IRRADIANCE(u_paraboloidSkyboxTexture, tmat3f, vec3(-0.110, -0.221, 0.969), 0.0048, accum3f, tmp3f) + SAMPLE_IRRADIANCE(u_paraboloidSkyboxTexture, tmat3f, vec3(-0.214, -0.429, 0.878), 0.0085, accum3f, tmp3f) +#endif +#ifdef PHASE_3 + SAMPLE_IRRADIANCE(u_paraboloidSkyboxTexture, tmat3f, vec3(-0.304, -0.610, 0.732), 0.0100, accum3f, tmp3f) + SAMPLE_IRRADIANCE(u_paraboloidSkyboxTexture, tmat3f, vec3(-0.375, -0.753, 0.540), 0.0092, accum3f, tmp3f) + SAMPLE_IRRADIANCE(u_paraboloidSkyboxTexture, tmat3f, vec3(-0.423, -0.849, 0.315), 0.0060, accum3f, tmp3f) + SAMPLE_IRRADIANCE(u_paraboloidSkyboxTexture, tmat3f, vec3(-0.445, -0.893, 0.071), 0.0014, accum3f, tmp3f) + SAMPLE_IRRADIANCE(u_paraboloidSkyboxTexture, tmat3f, vec3(-0.052, -0.242, 0.969), 0.0048, accum3f, tmp3f) + SAMPLE_IRRADIANCE(u_paraboloidSkyboxTexture, tmat3f, vec3(-0.101, -0.469, 0.878), 0.0085, accum3f, tmp3f) + SAMPLE_IRRADIANCE(u_paraboloidSkyboxTexture, tmat3f, vec3(-0.144, -0.666, 0.732), 0.0100, accum3f, tmp3f) + SAMPLE_IRRADIANCE(u_paraboloidSkyboxTexture, tmat3f, vec3(-0.177, -0.823, 0.540), 0.0092, accum3f, tmp3f) + SAMPLE_IRRADIANCE(u_paraboloidSkyboxTexture, tmat3f, vec3(-0.200, -0.928, 0.315), 0.0060, accum3f, tmp3f) + SAMPLE_IRRADIANCE(u_paraboloidSkyboxTexture, tmat3f, vec3(-0.210, -0.975, 0.071), 0.0014, accum3f, tmp3f) + SAMPLE_IRRADIANCE(u_paraboloidSkyboxTexture, tmat3f, vec3(0.009, -0.247, 0.969), 0.0048, accum3f, tmp3f) + SAMPLE_IRRADIANCE(u_paraboloidSkyboxTexture, tmat3f, vec3(0.018, -0.479, 0.878), 0.0085, accum3f, tmp3f) + SAMPLE_IRRADIANCE(u_paraboloidSkyboxTexture, tmat3f, vec3(0.026, -0.681, 0.732), 0.0100, accum3f, tmp3f) + SAMPLE_IRRADIANCE(u_paraboloidSkyboxTexture, tmat3f, vec3(0.032, -0.841, 0.540), 0.0092, accum3f, tmp3f) + SAMPLE_IRRADIANCE(u_paraboloidSkyboxTexture, tmat3f, vec3(0.036, -0.948, 0.315), 0.0060, accum3f, tmp3f) + SAMPLE_IRRADIANCE(u_paraboloidSkyboxTexture, tmat3f, vec3(0.038, -0.997, 0.071), 0.0014, accum3f, tmp3f) + SAMPLE_IRRADIANCE(u_paraboloidSkyboxTexture, tmat3f, vec3(0.070, -0.237, 0.969), 0.0048, accum3f, tmp3f) + SAMPLE_IRRADIANCE(u_paraboloidSkyboxTexture, tmat3f, vec3(0.136, -0.460, 0.878), 0.0085, accum3f, tmp3f) + SAMPLE_IRRADIANCE(u_paraboloidSkyboxTexture, tmat3f, vec3(0.193, -0.654, 0.732), 0.0100, accum3f, tmp3f) + SAMPLE_IRRADIANCE(u_paraboloidSkyboxTexture, tmat3f, vec3(0.239, -0.807, 0.540), 0.0092, accum3f, tmp3f) + SAMPLE_IRRADIANCE(u_paraboloidSkyboxTexture, tmat3f, vec3(0.269, -0.910, 0.315), 0.0060, accum3f, tmp3f) + SAMPLE_IRRADIANCE(u_paraboloidSkyboxTexture, tmat3f, vec3(0.283, -0.957, 0.071), 0.0014, accum3f, tmp3f) + SAMPLE_IRRADIANCE(u_paraboloidSkyboxTexture, tmat3f, vec3(0.127, -0.213, 0.969), 0.0048, accum3f, tmp3f) + SAMPLE_IRRADIANCE(u_paraboloidSkyboxTexture, tmat3f, vec3(0.246, -0.412, 0.878), 0.0085, accum3f, tmp3f) + SAMPLE_IRRADIANCE(u_paraboloidSkyboxTexture, tmat3f, vec3(0.349, -0.585, 0.732), 0.0100, accum3f, tmp3f) + SAMPLE_IRRADIANCE(u_paraboloidSkyboxTexture, tmat3f, vec3(0.431, -0.723, 0.540), 0.0092, accum3f, tmp3f) + SAMPLE_IRRADIANCE(u_paraboloidSkyboxTexture, tmat3f, vec3(0.486, -0.815, 0.315), 0.0060, accum3f, tmp3f) + SAMPLE_IRRADIANCE(u_paraboloidSkyboxTexture, tmat3f, vec3(0.511, -0.857, 0.071), 0.0014, accum3f, tmp3f) + SAMPLE_IRRADIANCE(u_paraboloidSkyboxTexture, tmat3f, vec3(0.175, -0.175, 0.969), 0.0048, accum3f, tmp3f) + SAMPLE_IRRADIANCE(u_paraboloidSkyboxTexture, tmat3f, vec3(0.340, -0.338, 0.878), 0.0085, accum3f, tmp3f) + SAMPLE_IRRADIANCE(u_paraboloidSkyboxTexture, tmat3f, vec3(0.483, -0.481, 0.732), 0.0100, accum3f, tmp3f) + SAMPLE_IRRADIANCE(u_paraboloidSkyboxTexture, tmat3f, vec3(0.596, -0.594, 0.540), 0.0092, accum3f, tmp3f) + SAMPLE_IRRADIANCE(u_paraboloidSkyboxTexture, tmat3f, vec3(0.673, -0.670, 0.315), 0.0060, accum3f, tmp3f) + SAMPLE_IRRADIANCE(u_paraboloidSkyboxTexture, tmat3f, vec3(0.707, -0.704, 0.071), 0.0014, accum3f, tmp3f) + SAMPLE_IRRADIANCE(u_paraboloidSkyboxTexture, tmat3f, vec3(0.213, -0.126, 0.969), 0.0048, accum3f, tmp3f) + SAMPLE_IRRADIANCE(u_paraboloidSkyboxTexture, tmat3f, vec3(0.413, -0.244, 0.878), 0.0085, accum3f, tmp3f) + SAMPLE_IRRADIANCE(u_paraboloidSkyboxTexture, tmat3f, vec3(0.587, -0.346, 0.732), 0.0100, accum3f, tmp3f) + SAMPLE_IRRADIANCE(u_paraboloidSkyboxTexture, tmat3f, vec3(0.725, -0.428, 0.540), 0.0092, accum3f, tmp3f) + SAMPLE_IRRADIANCE(u_paraboloidSkyboxTexture, tmat3f, vec3(0.817, -0.482, 0.315), 0.0060, accum3f, tmp3f) + SAMPLE_IRRADIANCE(u_paraboloidSkyboxTexture, tmat3f, vec3(0.859, -0.507, 0.071), 0.0014, accum3f, tmp3f) + SAMPLE_IRRADIANCE(u_paraboloidSkyboxTexture, tmat3f, vec3(0.238, -0.069, 0.969), 0.0048, accum3f, tmp3f) + SAMPLE_IRRADIANCE(u_paraboloidSkyboxTexture, tmat3f, vec3(0.460, -0.134, 0.878), 0.0085, accum3f, tmp3f) + SAMPLE_IRRADIANCE(u_paraboloidSkyboxTexture, tmat3f, vec3(0.654, -0.190, 0.732), 0.0100, accum3f, tmp3f) + SAMPLE_IRRADIANCE(u_paraboloidSkyboxTexture, tmat3f, vec3(0.808, -0.235, 0.540), 0.0092, accum3f, tmp3f) + SAMPLE_IRRADIANCE(u_paraboloidSkyboxTexture, tmat3f, vec3(0.911, -0.265, 0.315), 0.0060, accum3f, tmp3f) + SAMPLE_IRRADIANCE(u_paraboloidSkyboxTexture, tmat3f, vec3(0.958, -0.279, 0.071), 0.0014, accum3f, tmp3f) + SAMPLE_IRRADIANCE(u_paraboloidSkyboxTexture, tmat3f, vec3(0.247, -0.008, 0.969), 0.0048, accum3f, tmp3f) + SAMPLE_IRRADIANCE(u_paraboloidSkyboxTexture, tmat3f, vec3(0.479, -0.016, 0.878), 0.0085, accum3f, tmp3f) + SAMPLE_IRRADIANCE(u_paraboloidSkyboxTexture, tmat3f, vec3(0.681, -0.023, 0.732), 0.0100, accum3f, tmp3f) + SAMPLE_IRRADIANCE(u_paraboloidSkyboxTexture, tmat3f, vec3(0.841, -0.028, 0.540), 0.0092, accum3f, tmp3f) + SAMPLE_IRRADIANCE(u_paraboloidSkyboxTexture, tmat3f, vec3(0.948, -0.031, 0.315), 0.0060, accum3f, tmp3f) + SAMPLE_IRRADIANCE(u_paraboloidSkyboxTexture, tmat3f, vec3(0.997, -0.033, 0.071), 0.0014, accum3f, tmp3f) +#endif + + output4f = vec4(accum3f * min(1.0 + dir.y * 4.0, 1.0), 0.0); +} diff --git a/desktopRuntime/resources/assets/eagler/glsl/deferred/skybox_render.fsh b/desktopRuntime/resources/assets/eagler/glsl/deferred/skybox_render.fsh new file mode 100755 index 00000000..3284f5fc --- /dev/null +++ b/desktopRuntime/resources/assets/eagler/glsl/deferred/skybox_render.fsh @@ -0,0 +1,62 @@ +#line 2 + +/* + * Copyright (c) 2023 lax1dude. All Rights Reserved. + * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND + * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED + * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. + * IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT + * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR + * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, + * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE + * POSSIBILITY OF SUCH DAMAGE. + * + */ + +precision lowp int; +precision highp float; +precision highp sampler2D; + +in vec3 v_position3f; +in vec3 v_color3f; + +layout(location = 0) out vec4 output4f; + +uniform vec3 u_sunDirection3f; +uniform vec3 u_sunColor3f; +uniform vec4 u_lightningColor4f; + +#ifdef COMPILE_CLOUDS +uniform sampler2D u_cloudsTexture; +#endif + +uniform sampler2D u_sunOcclusion; + +#define SKY_BRIGHTNESS 5.0 + +void main() { + gl_FragDepth = 0.0; + vec3 viewDir = normalize(v_position3f); +#ifdef COMPILE_PARABOLOID_SKY + output4f = vec4(v_color3f * SKY_BRIGHTNESS, 0.0); +#else + float f = max(dot(viewDir, u_sunDirection3f) - 0.995, 0.0) * 100.0; + float intensity = min(f * 2.0, 1.0); + intensity *= intensity * intensity * intensity * textureLod(u_sunOcclusion, vec2(0.5, 0.5), 0.0).r * 2.0; + output4f = vec4(v_color3f * SKY_BRIGHTNESS + intensity * u_sunColor3f, 0.0); +#endif +#ifdef COMPILE_CLOUDS + if(viewDir.y < 0.01) { + output4f.rgb = output4f.rgb * u_lightningColor4f.a + u_lightningColor4f.rgb; + return; + } + vec2 cloudSampleCoord2f = (viewDir.xz / (viewDir.y + 1.0)) * 0.975 * 0.5 + 0.5; + vec4 cloudSample = textureLod(u_cloudsTexture, cloudSampleCoord2f, 0.0); + output4f.rgb = mix(output4f.rgb, output4f.rgb * cloudSample.a + cloudSample.rgb, smoothstep(0.0, 1.0, min(viewDir.y * 8.0, 1.0))); +#endif + output4f.rgb = output4f.rgb * u_lightningColor4f.a + u_lightningColor4f.rgb; + +} \ No newline at end of file diff --git a/desktopRuntime/resources/assets/eagler/glsl/deferred/skybox_render.vsh b/desktopRuntime/resources/assets/eagler/glsl/deferred/skybox_render.vsh new file mode 100755 index 00000000..b4069a5e --- /dev/null +++ b/desktopRuntime/resources/assets/eagler/glsl/deferred/skybox_render.vsh @@ -0,0 +1,51 @@ +#line 2 + +/* + * Copyright (c) 2023 lax1dude. All Rights Reserved. + * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND + * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED + * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. + * IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT + * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR + * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, + * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE + * POSSIBILITY OF SUCH DAMAGE. + * + */ + +precision lowp int; +precision highp float; +precision highp sampler2D; + +layout(location = 0) in vec3 a_position3f; +layout(location = 1) in vec2 a_colorIndex2f; + +out vec3 v_position3f; +out vec3 v_color3f; + +uniform mat4 u_viewMatrix4f; +#ifdef COMPILE_PARABOLOID_SKY +uniform float u_farPlane1f; +#else +uniform mat4 u_projMatrix4f; +#endif +uniform sampler2D u_renderedAtmosphere; + +void main() { + v_position3f = a_position3f; + v_color3f = textureLod(u_renderedAtmosphere, a_colorIndex2f, 0.0).rgb; + vec4 pos = u_viewMatrix4f * vec4(a_position3f, 0.0); + +#ifdef COMPILE_PARABOLOID_SKY + float dist = pos.z; + pos.xyz = normalize(pos.xyz); + pos.xy /= 1.0 - pos.z; + pos.z = dist / u_farPlane1f; + gl_Position = vec4(pos.xyz, 1.0); +#else + gl_Position = u_projMatrix4f * vec4(pos.xyz, 1.0); +#endif +} diff --git a/desktopRuntime/resources/assets/eagler/glsl/deferred/skybox_render_end.fsh b/desktopRuntime/resources/assets/eagler/glsl/deferred/skybox_render_end.fsh new file mode 100755 index 00000000..16b32bd6 --- /dev/null +++ b/desktopRuntime/resources/assets/eagler/glsl/deferred/skybox_render_end.fsh @@ -0,0 +1,47 @@ +#line 2 + +/* + * Copyright (c) 2023 lax1dude. All Rights Reserved. + * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND + * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED + * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. + * IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT + * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR + * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, + * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE + * POSSIBILITY OF SUCH DAMAGE. + * + */ + +precision lowp int; +precision highp float; +precision highp sampler2D; + +in vec3 v_position3f; + +layout(location = 0) out vec4 output4f; + +#define SKY_BRIGHTNESS 0.015 + +uniform sampler2D u_skyTexture; + +uniform vec2 u_skyTextureScale2f; + +void main() { + gl_FragDepth = 0.0; + vec3 viewDir = normalize(v_position3f); + + vec3 blending = abs(viewDir * viewDir * viewDir); + blending = normalize(max(blending, 0.00001)); + float b = (blending.x + blending.y + blending.z); + blending /= b; + + vec3 blendedSkyColor = texture(u_skyTexture, v_position3f.zy * u_skyTextureScale2f).rgb * blending.x; + blendedSkyColor += texture(u_skyTexture, v_position3f.xz * u_skyTextureScale2f).rgb * blending.y; + blendedSkyColor += texture(u_skyTexture, v_position3f.xy * u_skyTextureScale2f).rgb * blending.z; + + output4f = vec4(blendedSkyColor * blendedSkyColor * blendedSkyColor * SKY_BRIGHTNESS, 0.0); +} diff --git a/desktopRuntime/resources/assets/eagler/glsl/deferred/skybox_render_end.vsh b/desktopRuntime/resources/assets/eagler/glsl/deferred/skybox_render_end.vsh new file mode 100755 index 00000000..ae990235 --- /dev/null +++ b/desktopRuntime/resources/assets/eagler/glsl/deferred/skybox_render_end.vsh @@ -0,0 +1,35 @@ +#line 2 + +/* + * Copyright (c) 2023 lax1dude. All Rights Reserved. + * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND + * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED + * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. + * IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT + * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR + * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, + * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE + * POSSIBILITY OF SUCH DAMAGE. + * + */ + +precision lowp int; +precision highp float; +precision mediump sampler2D; + +layout(location = 0) in vec3 a_position3f; +layout(location = 1) in vec2 a_colorIndex2f; + +out vec3 v_position3f; + +uniform mat4 u_viewMatrix4f; +uniform mat4 u_projMatrix4f; + +void main() { + v_position3f = a_position3f; + vec4 pos = u_viewMatrix4f * vec4(a_position3f, 0.0); + gl_Position = u_projMatrix4f * vec4(pos.xyz, 1.0); +} diff --git a/desktopRuntime/resources/assets/eagler/glsl/deferred/ssao_generate.fsh b/desktopRuntime/resources/assets/eagler/glsl/deferred/ssao_generate.fsh new file mode 100755 index 00000000..2f1bd7c7 --- /dev/null +++ b/desktopRuntime/resources/assets/eagler/glsl/deferred/ssao_generate.fsh @@ -0,0 +1,98 @@ +#line 2 + +/* + * Copyright (c) 2023 lax1dude. All Rights Reserved. + * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND + * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED + * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. + * IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT + * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR + * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, + * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE + * POSSIBILITY OF SUCH DAMAGE. + * + */ + +precision lowp int; +precision highp float; +precision highp sampler2D; + +in vec2 v_position2f; + +layout(location = 0) out float output1f; + +uniform sampler2D u_gbufferDepthTexture; +uniform sampler2D u_gbufferNormalTexture; +uniform sampler2D u_noiseConstantTexture; + +uniform mat4 u_projectionMatrix4f; +uniform mat4 u_inverseProjectionMatrix4f; + +uniform mat2 u_randomizerDataMatrix2f; + +const vec3 ssaoKernel[8] = vec3[]( +vec3(0.599,0.721,0.350),vec3(0.114,0.791,0.601), +vec3(0.067,0.995,0.069),vec3(0.511,-0.510,0.692), +vec3(0.626,-0.667,0.404),vec3(0.896,-0.169,0.411), +vec3(0.716,-0.439,0.543),vec3(-0.400,0.733,0.550)); +#define radius 1.5 +#define SAMPLE_SSAO(idx, pos, matTBN, matProjInv2f, divisor, occlusion, tmpVec4_1, tmpVec4_2)\ + tmpVec4_1.xyz = pos + (matTBN * ssaoKernel[idx]) * radius;\ + tmpVec4_1.w = 1.0;\ + tmpVec4_2 = u_projectionMatrix4f * tmpVec4_1;\ + tmpVec4_2.xyz /= tmpVec4_2.w;\ + tmpVec4_2.xyz = clamp(tmpVec4_2.xyz, -0.99, 0.99);\ + tmpVec4_2.zw = matProjInv2f * vec4(tmpVec4_2.xy, textureLod(u_gbufferDepthTexture, tmpVec4_2.xy * 0.5 + 0.5, 0.0).r * 2.0 - 1.0, 1.0);\ + tmpVec4_2.z /= tmpVec4_2.w;\ + tmpVec4_2.x = smoothstep(0.0, 1.0, radius * 0.5 / abs(pos.z - tmpVec4_2.z));\ + divisor += tmpVec4_2.x > 0.0 ? 1.0 : 0.0;\ + occlusion += (tmpVec4_2.z >= tmpVec4_1.z ? 1.0 : 0.0) * tmpVec4_2.x; + +void main() { + vec3 originalClipSpacePos = vec3(v_position2f, textureLod(u_gbufferDepthTexture, v_position2f, 0.0).r); + + if(originalClipSpacePos.z <= 0.0000001) { + output1f = 1.0; + return; + } + + originalClipSpacePos *= 2.0; + originalClipSpacePos -= 1.0; + + vec3 normal3f = textureLod(u_gbufferNormalTexture, v_position2f, 0.0).rgb; + normal3f *= 2.0; + normal3f -= 1.0; + + vec4 originalViewSpacePos = u_inverseProjectionMatrix4f * vec4(originalClipSpacePos, 1.0); + originalViewSpacePos.xyz /= originalViewSpacePos.w; + originalViewSpacePos.w = 1.0; + + vec4 noiseVec = textureLod(u_noiseConstantTexture, u_randomizerDataMatrix2f * (v_position2f + originalViewSpacePos.xy + normal3f.xz), 0.0); + noiseVec.xyz *= 2.0; + noiseVec.xyz -= 1.0; + + vec3 tangent = normalize(noiseVec.xyz - normal3f * dot(noiseVec.xyz, normal3f)); + vec3 bitangent = cross(normal3f, tangent); + mat3 TBN = mat3(tangent, bitangent, normal3f) * noiseVec.w; + + float divisor = 0.0; + float occlusion = 0.0; + vec4 tmpVec4_1; + vec4 tmpVec4_2; + + mat4x2 matProjInv2f = mat4x2(u_inverseProjectionMatrix4f[0].zw, u_inverseProjectionMatrix4f[1].zw, u_inverseProjectionMatrix4f[2].zw, u_inverseProjectionMatrix4f[3].zw); + + SAMPLE_SSAO(0, originalViewSpacePos.xyz, TBN, matProjInv2f, divisor, occlusion, tmpVec4_1, tmpVec4_2) + SAMPLE_SSAO(1, originalViewSpacePos.xyz, TBN, matProjInv2f, divisor, occlusion, tmpVec4_1, tmpVec4_2) + SAMPLE_SSAO(2, originalViewSpacePos.xyz, TBN, matProjInv2f, divisor, occlusion, tmpVec4_1, tmpVec4_2) + SAMPLE_SSAO(3, originalViewSpacePos.xyz, TBN, matProjInv2f, divisor, occlusion, tmpVec4_1, tmpVec4_2) + SAMPLE_SSAO(4, originalViewSpacePos.xyz, TBN, matProjInv2f, divisor, occlusion, tmpVec4_1, tmpVec4_2) + SAMPLE_SSAO(5, originalViewSpacePos.xyz, TBN, matProjInv2f, divisor, occlusion, tmpVec4_1, tmpVec4_2) + SAMPLE_SSAO(6, originalViewSpacePos.xyz, TBN, matProjInv2f, divisor, occlusion, tmpVec4_1, tmpVec4_2) + SAMPLE_SSAO(7, originalViewSpacePos.xyz, TBN, matProjInv2f, divisor, occlusion, tmpVec4_1, tmpVec4_2) + + output1f = max(1.0 - (occlusion / max(divisor, 0.001)), 0.0); +} diff --git a/desktopRuntime/resources/assets/eagler/glsl/deferred/ssao_noise.bmp b/desktopRuntime/resources/assets/eagler/glsl/deferred/ssao_noise.bmp new file mode 100755 index 00000000..22acc009 Binary files /dev/null and b/desktopRuntime/resources/assets/eagler/glsl/deferred/ssao_noise.bmp differ diff --git a/desktopRuntime/resources/assets/eagler/glsl/deferred/temperatures.lut b/desktopRuntime/resources/assets/eagler/glsl/deferred/temperatures.lut new file mode 100755 index 00000000..eb2ec870 Binary files /dev/null and b/desktopRuntime/resources/assets/eagler/glsl/deferred/temperatures.lut differ diff --git a/desktopRuntime/resources/assets/eagler/glsl/deferred/vertex_ids.csv b/desktopRuntime/resources/assets/eagler/glsl/deferred/vertex_ids.csv new file mode 100755 index 00000000..570d21ef --- /dev/null +++ b/desktopRuntime/resources/assets/eagler/glsl/deferred/vertex_ids.csv @@ -0,0 +1,120 @@ +model,value +minecraft:block/leaves,1 +minecraft:block/web,1 +minecraft:block/tallgrass,2 +minecraft:block/crop,3 +minecraft:block/double_fern_bottom,4 +minecraft:block/double_grass_bottom,4 +minecraft:block/double_paeonia_bottom,4 +minecraft:block/double_rose_bottom,4 +minecraft:block/double_sunflower_bottom,4 +minecraft:block/double_syringa_bottom,4 +minecraft:block/double_fern_top,5 +minecraft:block/double_grass_top,5 +minecraft:block/double_paeonia_top,5 +minecraft:block/double_rose_top,5 +minecraft:block/double_sunflower_top,5 +minecraft:block/double_syringa_top,5 +minecraft:block/acacia_sapling,6 +minecraft:block/birch_sapling,6 +minecraft:block/daisy,6 +minecraft:block/dandelion,6 +minecraft:block/dead_bush,6 +minecraft:block/houstonia,6 +minecraft:block/jungle_sapling,6 +minecraft:block/oak_sapling,6 +minecraft:block/orchid,6 +minecraft:block/poppy,6 +minecraft:block/red_tulip,6 +minecraft:block/spruce_sapling,6 +minecraft:block/white_tulip,6 +minecraft:block/pink_tulip,6 +minecraft:block/orange_tulip,6 +minecraft:block/allium,6 +minecraft:block/reeds,7 +minecraft:block/vine_1,8 +minecraft:block/vine_1u,8 +minecraft:block/vine_2,8 +minecraft:block/vine_2_opposite,8 +minecraft:block/vine_2u,8 +minecraft:block/vine_2u_opposite,8 +minecraft:block/vine_3,8 +minecraft:block/vine_3u,8 +minecraft:block/vine_4,8 +minecraft:block/vine_4u,8 +minecraft:block/vine_u,8 +eagler:builtin/water_still_vertex_id,9 +eagler:builtin/water_flow_vertex_id,10 +minecraft:block/waterlily,11 +minecraft:block/fire_floor_main,12 +minecraft:block/fire_n_main,13 +minecraft:block/fire_ne_main,13 +minecraft:block/fire_ns_main,13 +minecraft:block/fire_nse_main,13 +minecraft:block/fire_nsew_main,13 +minecraft:block/fire_u1_main,13 +minecraft:block/fire_nu1_main,13 +minecraft:block/fire_neu1_main,13 +minecraft:block/fire_nsu1_main,13 +minecraft:block/fire_nseu1_main,13 +minecraft:block/fire_nsewu1_main,13 +minecraft:block/fire_u2_main,13 +minecraft:block/fire_nu2_main,13 +minecraft:block/fire_neu2_main,13 +minecraft:block/fire_nsu2_main,13 +minecraft:block/fire_nseu2_main,13 +minecraft:block/fire_nsewu2_main,13 +minecraft:block/fire_n_alt,13 +minecraft:block/fire_ne_alt,13 +minecraft:block/fire_ns_alt,13 +minecraft:block/fire_nse_alt,13 +minecraft:block/fire_nsew_alt,13 +minecraft:block/fire_nu2_alt,13 +minecraft:block/fire_neu2_alt,13 +minecraft:block/fire_nsu2_alt,13 +minecraft:block/fire_nseu2_alt,13 +minecraft:block/fire_nsewu2_alt,13 +minecraft:block/fire_n_flip_main,13 +minecraft:block/fire_ne_flip_main,13 +minecraft:block/fire_ns_flip_main,13 +minecraft:block/fire_nse_flip_main,13 +minecraft:block/fire_nsew_flip_main,13 +minecraft:block/fire_nu1_flip_main,13 +minecraft:block/fire_neu1_flip_main,13 +minecraft:block/fire_nsu1_flip_main,13 +minecraft:block/fire_nseu1_flip_main,13 +minecraft:block/fire_nsewu1_flip_main,13 +minecraft:block/fire_nu2_flip_main,13 +minecraft:block/fire_neu2_flip_main,13 +minecraft:block/fire_nsu2_flip_main,13 +minecraft:block/fire_nseu2_flip_main,13 +minecraft:block/fire_nsewu2_flip_main,13 +minecraft:block/fire_n_alt_flip,13 +minecraft:block/fire_ne_alt_flip,13 +minecraft:block/fire_ns_alt_flip,13 +minecraft:block/fire_nse_alt_flip,13 +minecraft:block/fire_nsew_alt_flip,13 +minecraft:block/fire_nu1_alt_flip,13 +minecraft:block/fire_neu1_alt_flip,13 +minecraft:block/fire_nsu1_alt_flip,13 +minecraft:block/fire_nseu1_alt_flip,13 +minecraft:block/fire_nsewu1_alt_flip,13 +minecraft:block/fire_nu2_alt_flip,13 +minecraft:block/fire_neu2_alt_flip,13 +minecraft:block/fire_nsu2_alt_flip,13 +minecraft:block/fire_nseu2_alt_flip,13 +minecraft:block/fire_nsewu2_alt_flip,13 +minecraft:block/fire_nsewu2_alt_flip,13 +minecraft:block/glass,14 +minecraft:block/glass_pane_n,14 +minecraft:block/glass_pane_ne,14 +minecraft:block/glass_pane_new,14 +minecraft:block/glass_pane_ns,14 +minecraft:block/glass_pane_nse,14 +minecraft:block/glass_pane_nsew,14 +minecraft:block/glass_pane_nsw,14 +minecraft:block/glass_pane_nw,14 +minecraft:block/glass_pane_s,14 +minecraft:block/glass_pane_se,14 +minecraft:block/glass_pane_sew,14 +minecraft:block/glass_pane_sw,14 \ No newline at end of file diff --git a/desktopRuntime/resources/assets/eagler/glsl/local.vsh b/desktopRuntime/resources/assets/eagler/glsl/local.vsh new file mode 100755 index 00000000..f6e82a14 --- /dev/null +++ b/desktopRuntime/resources/assets/eagler/glsl/local.vsh @@ -0,0 +1,30 @@ +#line 2 + +/* + * Copyright (c) 2022-2023 lax1dude. All Rights Reserved. + * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND + * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED + * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. + * IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT + * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR + * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, + * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE + * POSSIBILITY OF SUCH DAMAGE. + * + */ + +precision lowp int; +precision highp float; +precision lowp sampler2D; + +layout(location = 0) in vec2 a_position2f; + +out vec2 v_position2f; + +void main() { + v_position2f = a_position2f * 0.5 + 0.5; + gl_Position = vec4(a_position2f, 0.0, 1.0); +} diff --git a/desktopRuntime/resources/assets/eagler/glsl/post_fxaa.fsh b/desktopRuntime/resources/assets/eagler/glsl/post_fxaa.fsh new file mode 100755 index 00000000..bad77596 --- /dev/null +++ b/desktopRuntime/resources/assets/eagler/glsl/post_fxaa.fsh @@ -0,0 +1,373 @@ +#line 2 + +// Remove this line below if you plan to modify this file +#define USE_OPTIMIZED + + +/* + * Copyright (c) 2022-2023 lax1dude. All Rights Reserved. + * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND + * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED + * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. + * IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT + * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR + * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, + * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE + * POSSIBILITY OF SUCH DAMAGE. + * + */ + + +/* + * This file was modified by lax1dude to remove dead code + * + * Original: https://gist.github.com/kosua20/0c506b81b3812ac900048059d2383126 + * + */ + + +/* + * ============================================================================ + * + * + * NVIDIA FXAA 3.11 by TIMOTHY LOTTES + * + * + * ------------------------------------------------------------------------------ + * COPYRIGHT (C) 2010, 2011 NVIDIA CORPORATION. ALL RIGHTS RESERVED. + * ------------------------------------------------------------------------------ + * TO THE MAXIMUM EXTENT PERMITTED BY APPLICABLE LAW, THIS SOFTWARE IS PROVIDED + * *AS IS* AND NVIDIA AND ITS SUPPLIERS DISCLAIM ALL WARRANTIES, EITHER EXPRESS + * OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF + * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL NVIDIA + * OR ITS SUPPLIERS BE LIABLE FOR ANY SPECIAL, INCIDENTAL, INDIRECT, OR + * CONSEQUENTIAL DAMAGES WHATSOEVER (INCLUDING, WITHOUT LIMITATION, DAMAGES FOR + * LOSS OF BUSINESS PROFITS, BUSINESS INTERRUPTION, LOSS OF BUSINESS INFORMATION, + * OR ANY OTHER PECUNIARY LOSS) ARISING OUT OF THE USE OF OR INABILITY TO USE + * THIS SOFTWARE, EVEN IF NVIDIA HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH + * DAMAGES. + * + */ + +precision lowp int; +precision mediump float; +precision mediump sampler2D; + + +in vec2 v_position2f; + +layout(location = 0) out vec4 output4f; + +uniform sampler2D u_screenTexture; +uniform vec2 u_screenSize2f; + +#ifndef USE_OPTIMIZED +#ifndef FXAA_GREEN_AS_LUMA + // For those using non-linear color, + // and either not able to get luma in alpha, or not wanting to, + // this enables FXAA to run using green as a proxy for luma. + // So with this enabled, no need to pack luma in alpha. + // + // This will turn off AA on anything which lacks some amount of green. + // Pure red and blue or combination of only R and B, will get no AA. + // + // Might want to lower the settings for both, + // fxaaConsoleEdgeThresholdMin + // fxaaQualityEdgeThresholdMin + // In order to insure AA does not get turned off on colors + // which contain a minor amount of green. + // + // 1 = On. + // 0 = Off. + // + #define FXAA_GREEN_AS_LUMA 0 +#endif + +#ifndef FXAA_DISCARD + // 1 = Use discard on pixels which don't need AA. + // 0 = Return unchanged color on pixels which don't need AA. + #define FXAA_DISCARD 0 +#endif + +/*============================================================================ + API PORTING +============================================================================*/ + #define FxaaBool bool + #define FxaaDiscard discard + #define FxaaFloat float + #define FxaaFloat2 vec2 + #define FxaaFloat3 vec3 + #define FxaaFloat4 vec4 + #define FxaaHalf float + #define FxaaHalf2 vec2 + #define FxaaHalf3 vec3 + #define FxaaHalf4 vec4 + #define FxaaInt2 ivec2 + #define FxaaSat(x) clamp(x, 0.0, 1.0) + #define FxaaTex sampler2D +/*--------------------------------------------------------------------------*/ + + #define FxaaTexTop(t, p) textureLod(t, p, 0.0) + +/*============================================================================ + GREEN AS LUMA OPTION SUPPORT FUNCTION +============================================================================*/ +#if (FXAA_GREEN_AS_LUMA == 0) + FxaaFloat FxaaLuma(FxaaFloat4 rgba) { return dot(rgba.xyz * rgba.xyz, vec3(0.299, 0.587, 0.114)); } +#else + FxaaFloat FxaaLuma(FxaaFloat4 rgba) { return rgba.y; } +#endif + +/*============================================================================ + FXAA3 CONSOLE - PC VERSION +============================================================================*/ +/*--------------------------------------------------------------------------*/ +FxaaFloat4 FxaaPixelShader( + // See FXAA Quality FxaaPixelShader() source for docs on Inputs! + // + // Use noperspective interpolation here (turn off perspective interpolation). + // {xy} = center of pixel + FxaaFloat2 pos, + // + // Used only for FXAA Console, and not used on the 360 version. + // Use noperspective interpolation here (turn off perspective interpolation). + // {xy__} = upper left of pixel + // {__zw} = lower right of pixel + FxaaFloat4 fxaaConsolePosPos, + // + // Input color texture. + // {rgb_} = color in linear or perceptual color space + // if (FXAA_GREEN_AS_LUMA == 0) + // {___a} = luma in perceptual color space (not linear) + FxaaTex tex, + // + // Only used on FXAA Console. + // This must be from a constant/uniform. + // This effects sub-pixel AA quality and inversely sharpness. + // Where N ranges between, + // N = 0.50 (default) + // N = 0.33 (sharper) + // {x___} = -N/screenWidthInPixels + // {_y__} = -N/screenHeightInPixels + // {__z_} = N/screenWidthInPixels + // {___w} = N/screenHeightInPixels + FxaaFloat4 fxaaConsoleRcpFrameOpt, + // + // Only used on FXAA Console. + // Not used on 360, but used on PS3 and PC. + // This must be from a constant/uniform. + // {x___} = -2.0/screenWidthInPixels + // {_y__} = -2.0/screenHeightInPixels + // {__z_} = 2.0/screenWidthInPixels + // {___w} = 2.0/screenHeightInPixels + FxaaFloat4 fxaaConsoleRcpFrameOpt2, + // + // Only used on FXAA Console. + // This used to be the FXAA_CONSOLE__EDGE_SHARPNESS define. + // It is here now to allow easier tuning. + // This does not effect PS3, as this needs to be compiled in. + // Use FXAA_CONSOLE__PS3_EDGE_SHARPNESS for PS3. + // Due to the PS3 being ALU bound, + // there are only three safe values here: 2 and 4 and 8. + // These options use the shaders ability to a free *|/ by 2|4|8. + // For all other platforms can be a non-power of two. + // 8.0 is sharper (default!!!) + // 4.0 is softer + // 2.0 is really soft (good only for vector graphics inputs) + FxaaFloat fxaaConsoleEdgeSharpness, + // + // Only used on FXAA Console. + // This used to be the FXAA_CONSOLE__EDGE_THRESHOLD define. + // It is here now to allow easier tuning. + // This does not effect PS3, as this needs to be compiled in. + // Use FXAA_CONSOLE__PS3_EDGE_THRESHOLD for PS3. + // Due to the PS3 being ALU bound, + // there are only two safe values here: 1/4 and 1/8. + // These options use the shaders ability to a free *|/ by 2|4|8. + // The console setting has a different mapping than the quality setting. + // Other platforms can use other values. + // 0.125 leaves less aliasing, but is softer (default!!!) + // 0.25 leaves more aliasing, and is sharper + FxaaFloat fxaaConsoleEdgeThreshold, + // + // Only used on FXAA Console. + // This used to be the FXAA_CONSOLE__EDGE_THRESHOLD_MIN define. + // It is here now to allow easier tuning. + // Trims the algorithm from processing darks. + // The console setting has a different mapping than the quality setting. + // This does not apply to PS3, + // PS3 was simplified to avoid more shader instructions. + // 0.06 - faster but more aliasing in darks + // 0.05 - default + // 0.04 - slower and less aliasing in darks + // Special notes when using FXAA_GREEN_AS_LUMA, + // Likely want to set this to zero. + // As colors that are mostly not-green + // will appear very dark in the green channel! + // Tune by looking at mostly non-green content, + // then start at zero and increase until aliasing is a problem. + FxaaFloat fxaaConsoleEdgeThresholdMin +) { +/*--------------------------------------------------------------------------*/ + FxaaFloat lumaNw = FxaaLuma(FxaaTexTop(tex, fxaaConsolePosPos.xy)); + FxaaFloat lumaSw = FxaaLuma(FxaaTexTop(tex, fxaaConsolePosPos.xw)); + FxaaFloat lumaNe = FxaaLuma(FxaaTexTop(tex, fxaaConsolePosPos.zy)); + FxaaFloat lumaSe = FxaaLuma(FxaaTexTop(tex, fxaaConsolePosPos.zw)); +/*--------------------------------------------------------------------------*/ + FxaaFloat4 rgbyM = FxaaTexTop(tex, pos.xy); + #if (FXAA_GREEN_AS_LUMA == 0) + // TODO Luma + FxaaFloat lumaM = FxaaLuma(rgbyM); + #else + FxaaFloat lumaM = rgbyM.y; + #endif +/*--------------------------------------------------------------------------*/ + FxaaFloat lumaMaxNwSw = max(lumaNw, lumaSw); + lumaNe += 1.0/384.0; + FxaaFloat lumaMinNwSw = min(lumaNw, lumaSw); +/*--------------------------------------------------------------------------*/ + FxaaFloat lumaMaxNeSe = max(lumaNe, lumaSe); + FxaaFloat lumaMinNeSe = min(lumaNe, lumaSe); +/*--------------------------------------------------------------------------*/ + FxaaFloat lumaMax = max(lumaMaxNeSe, lumaMaxNwSw); + FxaaFloat lumaMin = min(lumaMinNeSe, lumaMinNwSw); +/*--------------------------------------------------------------------------*/ + FxaaFloat lumaMaxScaled = lumaMax * fxaaConsoleEdgeThreshold; +/*--------------------------------------------------------------------------*/ + FxaaFloat lumaMinM = min(lumaMin, lumaM); + FxaaFloat lumaMaxScaledClamped = max(fxaaConsoleEdgeThresholdMin, lumaMaxScaled); + FxaaFloat lumaMaxM = max(lumaMax, lumaM); + FxaaFloat dirSwMinusNe = lumaSw - lumaNe; + FxaaFloat lumaMaxSubMinM = lumaMaxM - lumaMinM; + FxaaFloat dirSeMinusNw = lumaSe - lumaNw; + if(lumaMaxSubMinM < lumaMaxScaledClamped) + { + #if (FXAA_DISCARD == 1) + FxaaDiscard; + #else + return rgbyM; + #endif + } +/*--------------------------------------------------------------------------*/ + FxaaFloat2 dir; + dir.x = dirSwMinusNe + dirSeMinusNw; + dir.y = dirSwMinusNe - dirSeMinusNw; +/*--------------------------------------------------------------------------*/ + FxaaFloat2 dir1 = normalize(dir.xy); + FxaaFloat4 rgbyN1 = FxaaTexTop(tex, pos.xy - dir1 * fxaaConsoleRcpFrameOpt.zw); + FxaaFloat4 rgbyP1 = FxaaTexTop(tex, pos.xy + dir1 * fxaaConsoleRcpFrameOpt.zw); +/*--------------------------------------------------------------------------*/ + FxaaFloat dirAbsMinTimesC = min(abs(dir1.x), abs(dir1.y)) * fxaaConsoleEdgeSharpness; + FxaaFloat2 dir2 = clamp(dir1.xy / dirAbsMinTimesC, -2.0, 2.0); +/*--------------------------------------------------------------------------*/ + FxaaFloat2 dir2x = dir2 * fxaaConsoleRcpFrameOpt2.zw; + FxaaFloat4 rgbyN2 = FxaaTexTop(tex, pos.xy - dir2x); + FxaaFloat4 rgbyP2 = FxaaTexTop(tex, pos.xy + dir2x); +/*--------------------------------------------------------------------------*/ + FxaaFloat4 rgbyA = rgbyN1 + rgbyP1; + FxaaFloat4 rgbyB = ((rgbyN2 + rgbyP2) * 0.25) + (rgbyA * 0.25); +/*--------------------------------------------------------------------------*/ + #if (FXAA_GREEN_AS_LUMA == 0) + // TODO Luma + float lumaB = FxaaLuma(rgbyB); + #else + float lumaB = rgbyB.y; + #endif + if((lumaB < lumaMin) || (lumaB > lumaMax)) + rgbyB.xyz = rgbyA.xyz * 0.5; + // + return rgbyB; +} +/*==========================================================================*/ + +#define edgeSharpness 3.0 +#define edgeThreshold 0.15 +#define edgeThresholdMin 0.05 + +void main(){ + vec2 screenSize05 = 0.5 * u_screenSize2f; + + vec4 posPos; + posPos.xy = v_position2f; + posPos.zw = v_position2f + u_screenSize2f; + + vec4 rcpFrameOpt; + rcpFrameOpt.xy = -screenSize05; + rcpFrameOpt.zw = screenSize05; + + output4f = vec4(FxaaPixelShader(v_position2f + screenSize05, posPos, u_screenTexture, rcpFrameOpt, rcpFrameOpt * 4.0, edgeSharpness, edgeThreshold, edgeThresholdMin).rgb, 1.0); +} +#else + +// This 'optimized' code was generated using glslangValidator + spirv-cross + spirv-opt on the source code above +// Is it faster? Idfk, probably compiles faster at least, what matters it I tried + +float _616; +vec4 _617; + +void main() +{ + mediump vec2 _257 = u_screenSize2f * 0.5; + mediump vec4 _611 = vec4(v_position2f, v_position2f + u_screenSize2f); + mediump vec4 _612 = vec4(_616, _616, _257); + mediump vec2 _290 = v_position2f + _257; + mediump vec4 _608; + for(;;) + { + mediump vec3 _532 = textureLod(u_screenTexture, _611.xy, 0.0).xyz; + mediump float _536 = dot(_532 * _532, vec3(0.2989999949932098388671875, 0.58700001239776611328125, 0.114000000059604644775390625)); + mediump vec3 _540 = textureLod(u_screenTexture, _611.xw, 0.0).xyz; + mediump float _544 = dot(_540 * _540, vec3(0.2989999949932098388671875, 0.58700001239776611328125, 0.114000000059604644775390625)); + mediump vec3 _548 = textureLod(u_screenTexture, _611.zy, 0.0).xyz; + mediump vec3 _556 = textureLod(u_screenTexture, _611.zw, 0.0).xyz; + mediump float _560 = dot(_556 * _556, vec3(0.2989999949932098388671875, 0.58700001239776611328125, 0.114000000059604644775390625)); + mediump vec4 _390 = textureLod(u_screenTexture, _290, 0.0); + mediump vec3 _564 = _390.xyz; + mediump float _568 = dot(_564 * _564, vec3(0.2989999949932098388671875, 0.58700001239776611328125, 0.114000000059604644775390625)); + mediump float _397 = dot(_548 * _548, vec3(0.2989999949932098388671875, 0.58700001239776611328125, 0.114000000059604644775390625)) + 0.00260416674427688121795654296875; + mediump float _409 = max(max(_397, _560), max(_536, _544)); + mediump float _412 = min(min(_397, _560), min(_536, _544)); + mediump float _427 = _544 - _397; + mediump float _433 = _560 - _536; + if ((max(_409, _568) - min(_412, _568)) < max(0.0500000007450580596923828125, _409 * 0.1500000059604644775390625)) + { + _608 = _390; + break; + } + mediump vec2 _449 = normalize(vec2(_427 + _433, _427 - _433)); + vec2 hp_copy_449 = _449; + mediump vec2 _454 = _612.zw; + vec2 _614 = -hp_copy_449; + mediump vec2 mp_copy_614 = _614; + mediump vec2 _481 = clamp(_449 / vec2(min(abs(_449.x), abs(_449.y)) * 3.0), vec2(-2.0), vec2(2.0)); + vec2 hp_copy_481 = _481; + mediump vec2 _484 = (_612 * 4.0).zw; + vec2 _615 = -hp_copy_481; + mediump vec2 mp_copy_615 = _615; + mediump vec4 _498 = textureLod(u_screenTexture, mp_copy_614 * _454 + _290, 0.0) + textureLod(u_screenTexture, _449 * _454 + _290, 0.0); + mediump vec4 _505 = ((textureLod(u_screenTexture, mp_copy_615 * _484 + _290, 0.0) + textureLod(u_screenTexture, _481 * _484 + _290, 0.0)) * 0.25) + (_498 * 0.25); + mediump float _576 = dot(_505.xyz * _505.xyz, vec3(0.2989999949932098388671875, 0.58700001239776611328125, 0.114000000059604644775390625)); + mediump vec4 _607; + if ((_576 < _412) || (_576 > _409)) + { + mediump vec3 _518 = _498.xyz * 0.5; + mediump vec4 _600; + _600.x = _518.x; + _600.y = _518.y; + _600.z = _518.z; + _607 = _600; + } + else + { + _607 = _505; + } + _608 = _607; + break; + } + output4f = vec4(_608.xyz, 1.0); +} + +#endif \ No newline at end of file diff --git a/desktopRuntime/resources/assets/eagler/glsl/texture_blit.fsh b/desktopRuntime/resources/assets/eagler/glsl/texture_blit.fsh new file mode 100755 index 00000000..3179bc61 --- /dev/null +++ b/desktopRuntime/resources/assets/eagler/glsl/texture_blit.fsh @@ -0,0 +1,47 @@ +#line 2 + +/* + * Copyright (c) 2023 lax1dude. All Rights Reserved. + * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND + * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED + * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. + * IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT + * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR + * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, + * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE + * POSSIBILITY OF SUCH DAMAGE. + * + */ + +precision lowp int; +precision highp float; +precision highp sampler2D; + +in vec2 v_texCoords2f; + +#ifndef COMPILE_BLIT_DEPTH +layout(location = 0) out vec4 output4f; +#endif + +uniform sampler2D u_inputTexture; +uniform float u_textureLod1f; + +#ifdef COMPILE_PIXEL_ALIGNMENT +uniform vec4 u_pixelAlignmentSizes4f; +uniform vec2 u_pixelAlignmentOffset2f; +#endif + +void main() { + vec2 uv2f = v_texCoords2f; +#ifdef COMPILE_PIXEL_ALIGNMENT + uv2f = (floor(uv2f * u_pixelAlignmentSizes4f.xy) + u_pixelAlignmentOffset2f) * u_pixelAlignmentSizes4f.zw; +#endif +#ifndef COMPILE_BLIT_DEPTH + output4f = textureLod(u_inputTexture, uv2f, u_textureLod1f); +#else + gl_FragDepth = textureLod(u_inputTexture, uv2f, u_textureLod1f).r; +#endif +} diff --git a/desktopRuntime/resources/assets/eagler/glsl/texture_blit.vsh b/desktopRuntime/resources/assets/eagler/glsl/texture_blit.vsh new file mode 100755 index 00000000..eaf9ca4f --- /dev/null +++ b/desktopRuntime/resources/assets/eagler/glsl/texture_blit.vsh @@ -0,0 +1,34 @@ +#line 2 + +/* + * Copyright (c) 2023 lax1dude. All Rights Reserved. + * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND + * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED + * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. + * IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT + * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR + * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, + * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE + * POSSIBILITY OF SUCH DAMAGE. + * + */ + +precision lowp int; +precision lowp float; +precision lowp sampler2D; + +layout(location = 0) in vec2 a_position2f; + +out vec2 v_texCoords2f; + +uniform vec4 u_srcCoords4f; +uniform vec4 u_dstCoords4f; + +void main() { + vec2 uv = a_position2f * 0.5 + 0.5; + v_texCoords2f = u_srcCoords4f.xy + u_srcCoords4f.zw * uv; + gl_Position = vec4(u_dstCoords4f.xy + u_dstCoords4f.zw * uv, 0.0, 1.0); +} diff --git a/desktopRuntime/resources/assets/eagler/glsl/texture_mix.fsh b/desktopRuntime/resources/assets/eagler/glsl/texture_mix.fsh new file mode 100755 index 00000000..81907e94 --- /dev/null +++ b/desktopRuntime/resources/assets/eagler/glsl/texture_mix.fsh @@ -0,0 +1,37 @@ +#line 2 + +/* + * Copyright (c) 2022-2023 lax1dude. All Rights Reserved. + * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND + * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED + * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. + * IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT + * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR + * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, + * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE + * POSSIBILITY OF SUCH DAMAGE. + * + */ + +precision lowp int; +precision highp float; +precision highp sampler2D; + +in vec2 v_position2f; + +layout(location = 0) out vec4 output4f; + +uniform sampler2D u_inputTexture; +uniform float u_textureLod1f; +uniform vec4 u_blendFactor4f; +uniform vec4 u_blendBias4f; +uniform mat3 u_matrixTransform; + +void main() { + vec3 coords = u_matrixTransform * vec3(v_position2f, 1.0); + vec4 color4f = textureLod(u_inputTexture, coords.xy, u_textureLod1f); + output4f = color4f * u_blendFactor4f + u_blendBias4f; +} diff --git a/desktopRuntime/resources/assets/eagler/gui/eagler_gui.png b/desktopRuntime/resources/assets/eagler/gui/eagler_gui.png new file mode 100755 index 00000000..70428583 Binary files /dev/null and b/desktopRuntime/resources/assets/eagler/gui/eagler_gui.png differ diff --git a/desktopRuntime/resources/assets/eagler/skins/01.default_steve.png b/desktopRuntime/resources/assets/eagler/skins/01.default_steve.png new file mode 100755 index 00000000..86ec331a Binary files /dev/null and b/desktopRuntime/resources/assets/eagler/skins/01.default_steve.png differ diff --git a/desktopRuntime/resources/assets/eagler/skins/02.default_alex.png b/desktopRuntime/resources/assets/eagler/skins/02.default_alex.png new file mode 100755 index 00000000..b643fe2d Binary files /dev/null and b/desktopRuntime/resources/assets/eagler/skins/02.default_alex.png differ diff --git a/desktopRuntime/resources/assets/eagler/skins/03.tennis_steve.png b/desktopRuntime/resources/assets/eagler/skins/03.tennis_steve.png new file mode 100755 index 00000000..2b21235a Binary files /dev/null and b/desktopRuntime/resources/assets/eagler/skins/03.tennis_steve.png differ diff --git a/desktopRuntime/resources/assets/eagler/skins/04.tennis_alex.png b/desktopRuntime/resources/assets/eagler/skins/04.tennis_alex.png new file mode 100755 index 00000000..3f6abf7e Binary files /dev/null and b/desktopRuntime/resources/assets/eagler/skins/04.tennis_alex.png differ diff --git a/desktopRuntime/resources/assets/eagler/skins/05.tuxedo_steve.png b/desktopRuntime/resources/assets/eagler/skins/05.tuxedo_steve.png new file mode 100755 index 00000000..9eb5f5aa Binary files /dev/null and b/desktopRuntime/resources/assets/eagler/skins/05.tuxedo_steve.png differ diff --git a/desktopRuntime/resources/assets/eagler/skins/06.tuxedo_alex.png b/desktopRuntime/resources/assets/eagler/skins/06.tuxedo_alex.png new file mode 100755 index 00000000..a0258ab7 Binary files /dev/null and b/desktopRuntime/resources/assets/eagler/skins/06.tuxedo_alex.png differ diff --git a/desktopRuntime/resources/assets/eagler/skins/07.athlete_steve.png b/desktopRuntime/resources/assets/eagler/skins/07.athlete_steve.png new file mode 100755 index 00000000..8dda96d6 Binary files /dev/null and b/desktopRuntime/resources/assets/eagler/skins/07.athlete_steve.png differ diff --git a/desktopRuntime/resources/assets/eagler/skins/08.athlete_alex.png b/desktopRuntime/resources/assets/eagler/skins/08.athlete_alex.png new file mode 100755 index 00000000..a67a3c82 Binary files /dev/null and b/desktopRuntime/resources/assets/eagler/skins/08.athlete_alex.png differ diff --git a/desktopRuntime/resources/assets/eagler/skins/09.cyclist_steve.png b/desktopRuntime/resources/assets/eagler/skins/09.cyclist_steve.png new file mode 100755 index 00000000..c65409f4 Binary files /dev/null and b/desktopRuntime/resources/assets/eagler/skins/09.cyclist_steve.png differ diff --git a/desktopRuntime/resources/assets/eagler/skins/10.cyclist_alex.png b/desktopRuntime/resources/assets/eagler/skins/10.cyclist_alex.png new file mode 100755 index 00000000..20461a7b Binary files /dev/null and b/desktopRuntime/resources/assets/eagler/skins/10.cyclist_alex.png differ diff --git a/desktopRuntime/resources/assets/eagler/skins/11.boxer_steve.png b/desktopRuntime/resources/assets/eagler/skins/11.boxer_steve.png new file mode 100755 index 00000000..6975f653 Binary files /dev/null and b/desktopRuntime/resources/assets/eagler/skins/11.boxer_steve.png differ diff --git a/desktopRuntime/resources/assets/eagler/skins/12.boxer_alex.png b/desktopRuntime/resources/assets/eagler/skins/12.boxer_alex.png new file mode 100755 index 00000000..cb20ba3a Binary files /dev/null and b/desktopRuntime/resources/assets/eagler/skins/12.boxer_alex.png differ diff --git a/desktopRuntime/resources/assets/eagler/skins/13.prisoner_steve.png b/desktopRuntime/resources/assets/eagler/skins/13.prisoner_steve.png new file mode 100755 index 00000000..bbc6968d Binary files /dev/null and b/desktopRuntime/resources/assets/eagler/skins/13.prisoner_steve.png differ diff --git a/desktopRuntime/resources/assets/eagler/skins/14.prisoner_alex.png b/desktopRuntime/resources/assets/eagler/skins/14.prisoner_alex.png new file mode 100755 index 00000000..a81c05fc Binary files /dev/null and b/desktopRuntime/resources/assets/eagler/skins/14.prisoner_alex.png differ diff --git a/desktopRuntime/resources/assets/eagler/skins/15.scottish_steve.png b/desktopRuntime/resources/assets/eagler/skins/15.scottish_steve.png new file mode 100755 index 00000000..e78c7391 Binary files /dev/null and b/desktopRuntime/resources/assets/eagler/skins/15.scottish_steve.png differ diff --git a/desktopRuntime/resources/assets/eagler/skins/16.scottish_alex.png b/desktopRuntime/resources/assets/eagler/skins/16.scottish_alex.png new file mode 100755 index 00000000..a73a9314 Binary files /dev/null and b/desktopRuntime/resources/assets/eagler/skins/16.scottish_alex.png differ diff --git a/desktopRuntime/resources/assets/eagler/skins/17.developer_steve.png b/desktopRuntime/resources/assets/eagler/skins/17.developer_steve.png new file mode 100755 index 00000000..652a7c42 Binary files /dev/null and b/desktopRuntime/resources/assets/eagler/skins/17.developer_steve.png differ diff --git a/desktopRuntime/resources/assets/eagler/skins/18.developer_alex.png b/desktopRuntime/resources/assets/eagler/skins/18.developer_alex.png new file mode 100755 index 00000000..9db32e3d Binary files /dev/null and b/desktopRuntime/resources/assets/eagler/skins/18.developer_alex.png differ diff --git a/desktopRuntime/resources/assets/eagler/skins/19.herobrine.png b/desktopRuntime/resources/assets/eagler/skins/19.herobrine.png new file mode 100755 index 00000000..9ce121fe Binary files /dev/null and b/desktopRuntime/resources/assets/eagler/skins/19.herobrine.png differ diff --git a/desktopRuntime/resources/assets/eagler/skins/20.notch.png b/desktopRuntime/resources/assets/eagler/skins/20.notch.png new file mode 100755 index 00000000..374923fa Binary files /dev/null and b/desktopRuntime/resources/assets/eagler/skins/20.notch.png differ diff --git a/desktopRuntime/resources/assets/eagler/skins/21.creeper.png b/desktopRuntime/resources/assets/eagler/skins/21.creeper.png new file mode 100755 index 00000000..a71add5e Binary files /dev/null and b/desktopRuntime/resources/assets/eagler/skins/21.creeper.png differ diff --git a/desktopRuntime/resources/assets/eagler/skins/22.zombie.png b/desktopRuntime/resources/assets/eagler/skins/22.zombie.png new file mode 100755 index 00000000..3b6fd16c Binary files /dev/null and b/desktopRuntime/resources/assets/eagler/skins/22.zombie.png differ diff --git a/desktopRuntime/resources/assets/eagler/skins/23.pig.png b/desktopRuntime/resources/assets/eagler/skins/23.pig.png new file mode 100755 index 00000000..ad08bb53 Binary files /dev/null and b/desktopRuntime/resources/assets/eagler/skins/23.pig.png differ diff --git a/desktopRuntime/resources/assets/eagler/skins/24.mooshroom.png b/desktopRuntime/resources/assets/eagler/skins/24.mooshroom.png new file mode 100755 index 00000000..e32b9b0a Binary files /dev/null and b/desktopRuntime/resources/assets/eagler/skins/24.mooshroom.png differ diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/acacia_door.json b/desktopRuntime/resources/assets/minecraft/blockstates/acacia_door.json new file mode 100755 index 00000000..18a9c831 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/acacia_door.json @@ -0,0 +1,36 @@ +{ + "variants": { + "facing=east,half=lower,hinge=left,open=false": { "model": "acacia_door_bottom" }, + "facing=south,half=lower,hinge=left,open=false": { "model": "acacia_door_bottom", "y": 90 }, + "facing=west,half=lower,hinge=left,open=false": { "model": "acacia_door_bottom", "y": 180 }, + "facing=north,half=lower,hinge=left,open=false": { "model": "acacia_door_bottom", "y": 270 }, + "facing=east,half=lower,hinge=right,open=false": { "model": "acacia_door_bottom_rh" }, + "facing=south,half=lower,hinge=right,open=false": { "model": "acacia_door_bottom_rh", "y": 90 }, + "facing=west,half=lower,hinge=right,open=false": { "model": "acacia_door_bottom_rh", "y": 180 }, + "facing=north,half=lower,hinge=right,open=false": { "model": "acacia_door_bottom_rh", "y": 270 }, + "facing=east,half=lower,hinge=left,open=true": { "model": "acacia_door_bottom_rh", "y": 90 }, + "facing=south,half=lower,hinge=left,open=true": { "model": "acacia_door_bottom_rh", "y": 180 }, + "facing=west,half=lower,hinge=left,open=true": { "model": "acacia_door_bottom_rh", "y": 270 }, + "facing=north,half=lower,hinge=left,open=true": { "model": "acacia_door_bottom_rh" }, + "facing=east,half=lower,hinge=right,open=true": { "model": "acacia_door_bottom", "y": 270 }, + "facing=south,half=lower,hinge=right,open=true": { "model": "acacia_door_bottom" }, + "facing=west,half=lower,hinge=right,open=true": { "model": "acacia_door_bottom", "y": 90 }, + "facing=north,half=lower,hinge=right,open=true": { "model": "acacia_door_bottom", "y": 180 }, + "facing=east,half=upper,hinge=left,open=false": { "model": "acacia_door_top" }, + "facing=south,half=upper,hinge=left,open=false": { "model": "acacia_door_top", "y": 90 }, + "facing=west,half=upper,hinge=left,open=false": { "model": "acacia_door_top", "y": 180 }, + "facing=north,half=upper,hinge=left,open=false": { "model": "acacia_door_top", "y": 270 }, + "facing=east,half=upper,hinge=right,open=false": { "model": "acacia_door_top_rh" }, + "facing=south,half=upper,hinge=right,open=false": { "model": "acacia_door_top_rh", "y": 90 }, + "facing=west,half=upper,hinge=right,open=false": { "model": "acacia_door_top_rh", "y": 180 }, + "facing=north,half=upper,hinge=right,open=false": { "model": "acacia_door_top_rh", "y": 270 }, + "facing=east,half=upper,hinge=left,open=true": { "model": "acacia_door_top_rh", "y": 90 }, + "facing=south,half=upper,hinge=left,open=true": { "model": "acacia_door_top_rh", "y": 180 }, + "facing=west,half=upper,hinge=left,open=true": { "model": "acacia_door_top_rh", "y": 270 }, + "facing=north,half=upper,hinge=left,open=true": { "model": "acacia_door_top_rh" }, + "facing=east,half=upper,hinge=right,open=true": { "model": "acacia_door_top", "y": 270 }, + "facing=south,half=upper,hinge=right,open=true": { "model": "acacia_door_top" }, + "facing=west,half=upper,hinge=right,open=true": { "model": "acacia_door_top", "y": 90 }, + "facing=north,half=upper,hinge=right,open=true": { "model": "acacia_door_top", "y": 180 } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/acacia_double_slab.json b/desktopRuntime/resources/assets/minecraft/blockstates/acacia_double_slab.json new file mode 100755 index 00000000..7ee24494 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/acacia_double_slab.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "acacia_planks" } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/acacia_fence.json b/desktopRuntime/resources/assets/minecraft/blockstates/acacia_fence.json new file mode 100755 index 00000000..012fa6a7 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/acacia_fence.json @@ -0,0 +1,20 @@ +{ + "variants": { + "east=false,north=false,south=false,west=false": { "model": "acacia_fence_post" }, + "east=false,north=true,south=false,west=false": { "model": "acacia_fence_n", "uvlock": true }, + "east=true,north=false,south=false,west=false": { "model": "acacia_fence_n", "y": 90, "uvlock": true }, + "east=false,north=false,south=true,west=false": { "model": "acacia_fence_n", "y": 180, "uvlock": true }, + "east=false,north=false,south=false,west=true": { "model": "acacia_fence_n", "y": 270, "uvlock": true }, + "east=true,north=true,south=false,west=false": { "model": "acacia_fence_ne", "uvlock": true }, + "east=true,north=false,south=true,west=false": { "model": "acacia_fence_ne", "y": 90, "uvlock": true }, + "east=false,north=false,south=true,west=true": { "model": "acacia_fence_ne", "y": 180, "uvlock": true }, + "east=false,north=true,south=false,west=true": { "model": "acacia_fence_ne", "y": 270, "uvlock": true }, + "east=false,north=true,south=true,west=false": { "model": "acacia_fence_ns", "uvlock": true }, + "east=true,north=false,south=false,west=true": { "model": "acacia_fence_ns", "y": 90, "uvlock": true }, + "east=true,north=true,south=true,west=false": { "model": "acacia_fence_nse", "uvlock": true }, + "east=true,north=false,south=true,west=true": { "model": "acacia_fence_nse", "y": 90, "uvlock": true }, + "east=false,north=true,south=true,west=true": { "model": "acacia_fence_nse", "y": 180, "uvlock": true }, + "east=true,north=true,south=false,west=true": { "model": "acacia_fence_nse", "y": 270, "uvlock": true }, + "east=true,north=true,south=true,west=true": { "model": "acacia_fence_nsew", "uvlock": true } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/acacia_fence_gate.json b/desktopRuntime/resources/assets/minecraft/blockstates/acacia_fence_gate.json new file mode 100755 index 00000000..e60b901c --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/acacia_fence_gate.json @@ -0,0 +1,20 @@ +{ + "variants": { + "facing=south,in_wall=false,open=false": { "model": "acacia_fence_gate_closed" }, + "facing=west,in_wall=false,open=false": { "model": "acacia_fence_gate_closed", "y": 90, "uvlock": true }, + "facing=north,in_wall=false,open=false": { "model": "acacia_fence_gate_closed", "y": 180, "uvlock": true }, + "facing=east,in_wall=false,open=false": { "model": "acacia_fence_gate_closed", "y": 270, "uvlock": true }, + "facing=south,in_wall=false,open=true": { "model": "acacia_fence_gate_open" }, + "facing=west,in_wall=false,open=true": { "model": "acacia_fence_gate_open", "y": 90, "uvlock": true }, + "facing=north,in_wall=false,open=true": { "model": "acacia_fence_gate_open", "y": 180, "uvlock": true }, + "facing=east,in_wall=false,open=true": { "model": "acacia_fence_gate_open", "y": 270, "uvlock": true }, + "facing=south,in_wall=true,open=false": { "model": "acacia_wall_gate_closed" }, + "facing=west,in_wall=true,open=false": { "model": "acacia_wall_gate_closed", "y": 90, "uvlock": true }, + "facing=north,in_wall=true,open=false": { "model": "acacia_wall_gate_closed", "y": 180, "uvlock": true }, + "facing=east,in_wall=true,open=false": { "model": "acacia_wall_gate_closed", "y": 270, "uvlock": true }, + "facing=south,in_wall=true,open=true": { "model": "acacia_wall_gate_open" }, + "facing=west,in_wall=true,open=true": { "model": "acacia_wall_gate_open", "y": 90, "uvlock": true }, + "facing=north,in_wall=true,open=true": { "model": "acacia_wall_gate_open", "y": 180, "uvlock": true }, + "facing=east,in_wall=true,open=true": { "model": "acacia_wall_gate_open", "y": 270, "uvlock": true } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/acacia_leaves.json b/desktopRuntime/resources/assets/minecraft/blockstates/acacia_leaves.json new file mode 100755 index 00000000..6ac1a731 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/acacia_leaves.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "acacia_leaves" } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/acacia_log.json b/desktopRuntime/resources/assets/minecraft/blockstates/acacia_log.json new file mode 100755 index 00000000..3a1db29f --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/acacia_log.json @@ -0,0 +1,8 @@ +{ + "variants": { + "axis=y": { "model": "acacia_log" }, + "axis=z": { "model": "acacia_log_side" }, + "axis=x": { "model": "acacia_log_side", "y": 90 }, + "axis=none": { "model": "acacia_bark" } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/acacia_planks.json b/desktopRuntime/resources/assets/minecraft/blockstates/acacia_planks.json new file mode 100755 index 00000000..7ee24494 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/acacia_planks.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "acacia_planks" } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/acacia_sapling.json b/desktopRuntime/resources/assets/minecraft/blockstates/acacia_sapling.json new file mode 100755 index 00000000..045ea901 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/acacia_sapling.json @@ -0,0 +1,6 @@ +{ + "variants": { + "stage=0": { "model": "acacia_sapling" }, + "stage=1": { "model": "acacia_sapling" } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/acacia_slab.json b/desktopRuntime/resources/assets/minecraft/blockstates/acacia_slab.json new file mode 100755 index 00000000..20175965 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/acacia_slab.json @@ -0,0 +1,6 @@ +{ + "variants": { + "half=bottom": { "model": "half_slab_acacia" }, + "half=top": { "model": "upper_slab_acacia" } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/acacia_stairs.json b/desktopRuntime/resources/assets/minecraft/blockstates/acacia_stairs.json new file mode 100755 index 00000000..0f30e729 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/acacia_stairs.json @@ -0,0 +1,44 @@ +{ + "variants": { + "facing=east,half=bottom,shape=straight": { "model": "acacia_stairs" }, + "facing=west,half=bottom,shape=straight": { "model": "acacia_stairs", "y": 180, "uvlock": true }, + "facing=south,half=bottom,shape=straight": { "model": "acacia_stairs", "y": 90, "uvlock": true }, + "facing=north,half=bottom,shape=straight": { "model": "acacia_stairs", "y": 270, "uvlock": true }, + "facing=east,half=bottom,shape=outer_right": { "model": "acacia_outer_stairs" }, + "facing=west,half=bottom,shape=outer_right": { "model": "acacia_outer_stairs", "y": 180, "uvlock": true }, + "facing=south,half=bottom,shape=outer_right": { "model": "acacia_outer_stairs", "y": 90, "uvlock": true }, + "facing=north,half=bottom,shape=outer_right": { "model": "acacia_outer_stairs", "y": 270, "uvlock": true }, + "facing=east,half=bottom,shape=outer_left": { "model": "acacia_outer_stairs", "y": 270, "uvlock": true }, + "facing=west,half=bottom,shape=outer_left": { "model": "acacia_outer_stairs", "y": 90, "uvlock": true }, + "facing=south,half=bottom,shape=outer_left": { "model": "acacia_outer_stairs" }, + "facing=north,half=bottom,shape=outer_left": { "model": "acacia_outer_stairs", "y": 180, "uvlock": true }, + "facing=east,half=bottom,shape=inner_right": { "model": "acacia_inner_stairs" }, + "facing=west,half=bottom,shape=inner_right": { "model": "acacia_inner_stairs", "y": 180, "uvlock": true }, + "facing=south,half=bottom,shape=inner_right": { "model": "acacia_inner_stairs", "y": 90, "uvlock": true }, + "facing=north,half=bottom,shape=inner_right": { "model": "acacia_inner_stairs", "y": 270, "uvlock": true }, + "facing=east,half=bottom,shape=inner_left": { "model": "acacia_inner_stairs", "y": 270, "uvlock": true }, + "facing=west,half=bottom,shape=inner_left": { "model": "acacia_inner_stairs", "y": 90, "uvlock": true }, + "facing=south,half=bottom,shape=inner_left": { "model": "acacia_inner_stairs" }, + "facing=north,half=bottom,shape=inner_left": { "model": "acacia_inner_stairs", "y": 180, "uvlock": true }, + "facing=east,half=top,shape=straight": { "model": "acacia_stairs", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=straight": { "model": "acacia_stairs", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=straight": { "model": "acacia_stairs", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=straight": { "model": "acacia_stairs", "x": 180, "y": 270, "uvlock": true }, + "facing=east,half=top,shape=outer_right": { "model": "acacia_outer_stairs", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=outer_right": { "model": "acacia_outer_stairs", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=outer_right": { "model": "acacia_outer_stairs", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=outer_right": { "model": "acacia_outer_stairs", "x": 180, "y": 270, "uvlock": true }, + "facing=east,half=top,shape=outer_left": { "model": "acacia_outer_stairs", "x": 180, "y": 90, "uvlock": true }, + "facing=west,half=top,shape=outer_left": { "model": "acacia_outer_stairs", "x": 180, "y": 270, "uvlock": true }, + "facing=south,half=top,shape=outer_left": { "model": "acacia_outer_stairs", "x": 180, "y": 180, "uvlock": true }, + "facing=north,half=top,shape=outer_left": { "model": "acacia_outer_stairs", "x": 180, "uvlock": true }, + "facing=east,half=top,shape=inner_right": { "model": "acacia_inner_stairs", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=inner_right": { "model": "acacia_inner_stairs", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=inner_right": { "model": "acacia_inner_stairs", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=inner_right": { "model": "acacia_inner_stairs", "x": 180, "y": 270, "uvlock": true }, + "facing=east,half=top,shape=inner_left": { "model": "acacia_inner_stairs", "x": 180, "y": 90, "uvlock": true }, + "facing=west,half=top,shape=inner_left": { "model": "acacia_inner_stairs", "x": 180, "y": 270, "uvlock": true }, + "facing=south,half=top,shape=inner_left": { "model": "acacia_inner_stairs", "x": 180, "y": 180, "uvlock": true }, + "facing=north,half=top,shape=inner_left": { "model": "acacia_inner_stairs", "x": 180, "uvlock": true } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/activator_rail.json b/desktopRuntime/resources/assets/minecraft/blockstates/activator_rail.json new file mode 100755 index 00000000..29e8696a --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/activator_rail.json @@ -0,0 +1,16 @@ +{ + "variants": { + "powered=false,shape=north_south": { "model": "activator_rail_flat" }, + "powered=false,shape=east_west": { "model": "activator_rail_flat", "y": 90 }, + "powered=false,shape=ascending_east": { "model": "activator_rail_raised_ne", "y": 90 }, + "powered=false,shape=ascending_west": { "model": "activator_rail_raised_sw", "y": 90 }, + "powered=false,shape=ascending_north": { "model": "activator_rail_raised_ne" }, + "powered=false,shape=ascending_south": { "model": "activator_rail_raised_sw" }, + "powered=true,shape=north_south": { "model": "activator_rail_active_flat" }, + "powered=true,shape=east_west": { "model": "activator_rail_active_flat", "y": 90 }, + "powered=true,shape=ascending_east": { "model": "activator_rail_active_raised_ne", "y": 90 }, + "powered=true,shape=ascending_west": { "model": "activator_rail_active_raised_sw", "y": 90 }, + "powered=true,shape=ascending_north": { "model": "activator_rail_active_raised_ne" }, + "powered=true,shape=ascending_south": { "model": "activator_rail_active_raised_sw" } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/allium.json b/desktopRuntime/resources/assets/minecraft/blockstates/allium.json new file mode 100755 index 00000000..6aa69517 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/allium.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "allium" } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/andesite.json b/desktopRuntime/resources/assets/minecraft/blockstates/andesite.json new file mode 100755 index 00000000..ec008768 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/andesite.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "andesite" } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/anvil.json b/desktopRuntime/resources/assets/minecraft/blockstates/anvil.json new file mode 100755 index 00000000..8fa4d698 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/anvil.json @@ -0,0 +1,16 @@ +{ + "variants": { + "damage=0,facing=south": { "model": "anvil_undamaged" }, + "damage=0,facing=west": { "model": "anvil_undamaged", "y": 90 }, + "damage=0,facing=north": { "model": "anvil_undamaged", "y": 180 }, + "damage=0,facing=east": { "model": "anvil_undamaged", "y": 270 }, + "damage=1,facing=south": { "model": "anvil_slightly_damaged" }, + "damage=1,facing=west": { "model": "anvil_slightly_damaged", "y": 90 }, + "damage=1,facing=north": { "model": "anvil_slightly_damaged", "y": 180 }, + "damage=1,facing=east": { "model": "anvil_slightly_damaged", "y": 270 }, + "damage=2,facing=south": { "model": "anvil_very_damaged" }, + "damage=2,facing=west": { "model": "anvil_very_damaged", "y": 90 }, + "damage=2,facing=north": { "model": "anvil_very_damaged", "y": 180 }, + "damage=2,facing=east": { "model": "anvil_very_damaged", "y": 270 } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/beacon.json b/desktopRuntime/resources/assets/minecraft/blockstates/beacon.json new file mode 100755 index 00000000..68c77f59 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/beacon.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "beacon" } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/bed.json b/desktopRuntime/resources/assets/minecraft/blockstates/bed.json new file mode 100755 index 00000000..416bd23f --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/bed.json @@ -0,0 +1,12 @@ +{ + "variants": { + "facing=north,part=foot": { "model": "bed_foot", "y": 180 }, + "facing=east,part=foot": { "model": "bed_foot", "y": 270 }, + "facing=south,part=foot": { "model": "bed_foot" }, + "facing=west,part=foot": { "model": "bed_foot", "y": 90 }, + "facing=north,part=head": { "model": "bed_head", "y": 180 }, + "facing=east,part=head": { "model": "bed_head", "y": 270 }, + "facing=south,part=head": { "model": "bed_head" }, + "facing=west,part=head": { "model": "bed_head", "y": 90 } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/bedrock.json b/desktopRuntime/resources/assets/minecraft/blockstates/bedrock.json new file mode 100755 index 00000000..9e3ec686 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/bedrock.json @@ -0,0 +1,10 @@ +{ + "variants": { + "normal": [ + { "model": "bedrock" }, + { "model": "bedrock_mirrored" }, + { "model": "bedrock", "y": 180 }, + { "model": "bedrock_mirrored", "y": 180 } + ] + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/birch_door.json b/desktopRuntime/resources/assets/minecraft/blockstates/birch_door.json new file mode 100755 index 00000000..c6d598d9 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/birch_door.json @@ -0,0 +1,36 @@ +{ + "variants": { + "facing=east,half=lower,hinge=left,open=false": { "model": "birch_door_bottom" }, + "facing=south,half=lower,hinge=left,open=false": { "model": "birch_door_bottom", "y": 90 }, + "facing=west,half=lower,hinge=left,open=false": { "model": "birch_door_bottom", "y": 180 }, + "facing=north,half=lower,hinge=left,open=false": { "model": "birch_door_bottom", "y": 270 }, + "facing=east,half=lower,hinge=right,open=false": { "model": "birch_door_bottom_rh" }, + "facing=south,half=lower,hinge=right,open=false": { "model": "birch_door_bottom_rh", "y": 90 }, + "facing=west,half=lower,hinge=right,open=false": { "model": "birch_door_bottom_rh", "y": 180 }, + "facing=north,half=lower,hinge=right,open=false": { "model": "birch_door_bottom_rh", "y": 270 }, + "facing=east,half=lower,hinge=left,open=true": { "model": "birch_door_bottom_rh", "y": 90 }, + "facing=south,half=lower,hinge=left,open=true": { "model": "birch_door_bottom_rh", "y": 180 }, + "facing=west,half=lower,hinge=left,open=true": { "model": "birch_door_bottom_rh", "y": 270 }, + "facing=north,half=lower,hinge=left,open=true": { "model": "birch_door_bottom_rh" }, + "facing=east,half=lower,hinge=right,open=true": { "model": "birch_door_bottom", "y": 270 }, + "facing=south,half=lower,hinge=right,open=true": { "model": "birch_door_bottom" }, + "facing=west,half=lower,hinge=right,open=true": { "model": "birch_door_bottom", "y": 90 }, + "facing=north,half=lower,hinge=right,open=true": { "model": "birch_door_bottom", "y": 180 }, + "facing=east,half=upper,hinge=left,open=false": { "model": "birch_door_top" }, + "facing=south,half=upper,hinge=left,open=false": { "model": "birch_door_top", "y": 90 }, + "facing=west,half=upper,hinge=left,open=false": { "model": "birch_door_top", "y": 180 }, + "facing=north,half=upper,hinge=left,open=false": { "model": "birch_door_top", "y": 270 }, + "facing=east,half=upper,hinge=right,open=false": { "model": "birch_door_top_rh" }, + "facing=south,half=upper,hinge=right,open=false": { "model": "birch_door_top_rh", "y": 90 }, + "facing=west,half=upper,hinge=right,open=false": { "model": "birch_door_top_rh", "y": 180 }, + "facing=north,half=upper,hinge=right,open=false": { "model": "birch_door_top_rh", "y": 270 }, + "facing=east,half=upper,hinge=left,open=true": { "model": "birch_door_top_rh", "y": 90 }, + "facing=south,half=upper,hinge=left,open=true": { "model": "birch_door_top_rh", "y": 180 }, + "facing=west,half=upper,hinge=left,open=true": { "model": "birch_door_top_rh", "y": 270 }, + "facing=north,half=upper,hinge=left,open=true": { "model": "birch_door_top_rh" }, + "facing=east,half=upper,hinge=right,open=true": { "model": "birch_door_top", "y": 270 }, + "facing=south,half=upper,hinge=right,open=true": { "model": "birch_door_top" }, + "facing=west,half=upper,hinge=right,open=true": { "model": "birch_door_top", "y": 90 }, + "facing=north,half=upper,hinge=right,open=true": { "model": "birch_door_top", "y": 180 } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/birch_double_slab.json b/desktopRuntime/resources/assets/minecraft/blockstates/birch_double_slab.json new file mode 100755 index 00000000..b297ea9b --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/birch_double_slab.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "birch_planks" } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/birch_fence.json b/desktopRuntime/resources/assets/minecraft/blockstates/birch_fence.json new file mode 100755 index 00000000..c88c19b3 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/birch_fence.json @@ -0,0 +1,20 @@ +{ + "variants": { + "east=false,north=false,south=false,west=false": { "model": "birch_fence_post" }, + "east=false,north=true,south=false,west=false": { "model": "birch_fence_n", "uvlock": true }, + "east=true,north=false,south=false,west=false": { "model": "birch_fence_n", "y": 90, "uvlock": true }, + "east=false,north=false,south=true,west=false": { "model": "birch_fence_n", "y": 180, "uvlock": true }, + "east=false,north=false,south=false,west=true": { "model": "birch_fence_n", "y": 270, "uvlock": true }, + "east=true,north=true,south=false,west=false": { "model": "birch_fence_ne", "uvlock": true }, + "east=true,north=false,south=true,west=false": { "model": "birch_fence_ne", "y": 90, "uvlock": true }, + "east=false,north=false,south=true,west=true": { "model": "birch_fence_ne", "y": 180, "uvlock": true }, + "east=false,north=true,south=false,west=true": { "model": "birch_fence_ne", "y": 270, "uvlock": true }, + "east=false,north=true,south=true,west=false": { "model": "birch_fence_ns", "uvlock": true }, + "east=true,north=false,south=false,west=true": { "model": "birch_fence_ns", "y": 90, "uvlock": true }, + "east=true,north=true,south=true,west=false": { "model": "birch_fence_nse", "uvlock": true }, + "east=true,north=false,south=true,west=true": { "model": "birch_fence_nse", "y": 90, "uvlock": true }, + "east=false,north=true,south=true,west=true": { "model": "birch_fence_nse", "y": 180, "uvlock": true }, + "east=true,north=true,south=false,west=true": { "model": "birch_fence_nse", "y": 270, "uvlock": true }, + "east=true,north=true,south=true,west=true": { "model": "birch_fence_nsew", "uvlock": true } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/birch_fence_gate.json b/desktopRuntime/resources/assets/minecraft/blockstates/birch_fence_gate.json new file mode 100755 index 00000000..df9a84b6 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/birch_fence_gate.json @@ -0,0 +1,20 @@ +{ + "variants": { + "facing=south,in_wall=false,open=false": { "model": "birch_fence_gate_closed" }, + "facing=west,in_wall=false,open=false": { "model": "birch_fence_gate_closed", "y": 90, "uvlock": true }, + "facing=north,in_wall=false,open=false": { "model": "birch_fence_gate_closed", "y": 180, "uvlock": true }, + "facing=east,in_wall=false,open=false": { "model": "birch_fence_gate_closed", "y": 270, "uvlock": true }, + "facing=south,in_wall=false,open=true": { "model": "birch_fence_gate_open" }, + "facing=west,in_wall=false,open=true": { "model": "birch_fence_gate_open", "y": 90, "uvlock": true }, + "facing=north,in_wall=false,open=true": { "model": "birch_fence_gate_open", "y": 180, "uvlock": true }, + "facing=east,in_wall=false,open=true": { "model": "birch_fence_gate_open", "y": 270, "uvlock": true }, + "facing=south,in_wall=true,open=false": { "model": "birch_wall_gate_closed" }, + "facing=west,in_wall=true,open=false": { "model": "birch_wall_gate_closed", "y": 90, "uvlock": true }, + "facing=north,in_wall=true,open=false": { "model": "birch_wall_gate_closed", "y": 180, "uvlock": true }, + "facing=east,in_wall=true,open=false": { "model": "birch_wall_gate_closed", "y": 270, "uvlock": true }, + "facing=south,in_wall=true,open=true": { "model": "birch_wall_gate_open" }, + "facing=west,in_wall=true,open=true": { "model": "birch_wall_gate_open", "y": 90, "uvlock": true }, + "facing=north,in_wall=true,open=true": { "model": "birch_wall_gate_open", "y": 180, "uvlock": true }, + "facing=east,in_wall=true,open=true": { "model": "birch_wall_gate_open", "y": 270, "uvlock": true } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/birch_leaves.json b/desktopRuntime/resources/assets/minecraft/blockstates/birch_leaves.json new file mode 100755 index 00000000..f231f134 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/birch_leaves.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "birch_leaves" } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/birch_log.json b/desktopRuntime/resources/assets/minecraft/blockstates/birch_log.json new file mode 100755 index 00000000..c1ce673b --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/birch_log.json @@ -0,0 +1,8 @@ +{ + "variants": { + "axis=y": { "model": "birch_log" }, + "axis=z": { "model": "birch_log_side" }, + "axis=x": { "model": "birch_log_side", "y": 90 }, + "axis=none": { "model": "birch_bark" } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/birch_planks.json b/desktopRuntime/resources/assets/minecraft/blockstates/birch_planks.json new file mode 100755 index 00000000..b297ea9b --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/birch_planks.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "birch_planks" } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/birch_sapling.json b/desktopRuntime/resources/assets/minecraft/blockstates/birch_sapling.json new file mode 100755 index 00000000..2fa7af42 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/birch_sapling.json @@ -0,0 +1,6 @@ +{ + "variants": { + "stage=0": { "model": "birch_sapling" }, + "stage=1": { "model": "birch_sapling" } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/birch_slab.json b/desktopRuntime/resources/assets/minecraft/blockstates/birch_slab.json new file mode 100755 index 00000000..d7d75fb8 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/birch_slab.json @@ -0,0 +1,6 @@ +{ + "variants": { + "half=bottom": { "model": "half_slab_birch" }, + "half=top": { "model": "upper_slab_birch" } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/birch_stairs.json b/desktopRuntime/resources/assets/minecraft/blockstates/birch_stairs.json new file mode 100755 index 00000000..5e0663cc --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/birch_stairs.json @@ -0,0 +1,44 @@ +{ + "variants": { + "facing=east,half=bottom,shape=straight": { "model": "birch_stairs" }, + "facing=west,half=bottom,shape=straight": { "model": "birch_stairs", "y": 180, "uvlock": true }, + "facing=south,half=bottom,shape=straight": { "model": "birch_stairs", "y": 90, "uvlock": true }, + "facing=north,half=bottom,shape=straight": { "model": "birch_stairs", "y": 270, "uvlock": true }, + "facing=east,half=bottom,shape=outer_right": { "model": "birch_outer_stairs" }, + "facing=west,half=bottom,shape=outer_right": { "model": "birch_outer_stairs", "y": 180, "uvlock": true }, + "facing=south,half=bottom,shape=outer_right": { "model": "birch_outer_stairs", "y": 90, "uvlock": true }, + "facing=north,half=bottom,shape=outer_right": { "model": "birch_outer_stairs", "y": 270, "uvlock": true }, + "facing=east,half=bottom,shape=outer_left": { "model": "birch_outer_stairs", "y": 270, "uvlock": true }, + "facing=west,half=bottom,shape=outer_left": { "model": "birch_outer_stairs", "y": 90, "uvlock": true }, + "facing=south,half=bottom,shape=outer_left": { "model": "birch_outer_stairs" }, + "facing=north,half=bottom,shape=outer_left": { "model": "birch_outer_stairs", "y": 180, "uvlock": true }, + "facing=east,half=bottom,shape=inner_right": { "model": "birch_inner_stairs" }, + "facing=west,half=bottom,shape=inner_right": { "model": "birch_inner_stairs", "y": 180, "uvlock": true }, + "facing=south,half=bottom,shape=inner_right": { "model": "birch_inner_stairs", "y": 90, "uvlock": true }, + "facing=north,half=bottom,shape=inner_right": { "model": "birch_inner_stairs", "y": 270, "uvlock": true }, + "facing=east,half=bottom,shape=inner_left": { "model": "birch_inner_stairs", "y": 270, "uvlock": true }, + "facing=west,half=bottom,shape=inner_left": { "model": "birch_inner_stairs", "y": 90, "uvlock": true }, + "facing=south,half=bottom,shape=inner_left": { "model": "birch_inner_stairs" }, + "facing=north,half=bottom,shape=inner_left": { "model": "birch_inner_stairs", "y": 180, "uvlock": true }, + "facing=east,half=top,shape=straight": { "model": "birch_stairs", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=straight": { "model": "birch_stairs", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=straight": { "model": "birch_stairs", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=straight": { "model": "birch_stairs", "x": 180, "y": 270, "uvlock": true }, + "facing=east,half=top,shape=outer_right": { "model": "birch_outer_stairs", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=outer_right": { "model": "birch_outer_stairs", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=outer_right": { "model": "birch_outer_stairs", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=outer_right": { "model": "birch_outer_stairs", "x": 180, "y": 270, "uvlock": true }, + "facing=east,half=top,shape=outer_left": { "model": "birch_outer_stairs", "x": 180, "y": 90, "uvlock": true }, + "facing=west,half=top,shape=outer_left": { "model": "birch_outer_stairs", "x": 180, "y": 270, "uvlock": true }, + "facing=south,half=top,shape=outer_left": { "model": "birch_outer_stairs", "x": 180, "y": 180, "uvlock": true }, + "facing=north,half=top,shape=outer_left": { "model": "birch_outer_stairs", "x": 180, "uvlock": true }, + "facing=east,half=top,shape=inner_right": { "model": "birch_inner_stairs", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=inner_right": { "model": "birch_inner_stairs", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=inner_right": { "model": "birch_inner_stairs", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=inner_right": { "model": "birch_inner_stairs", "x": 180, "y": 270, "uvlock": true }, + "facing=east,half=top,shape=inner_left": { "model": "birch_inner_stairs", "x": 180, "y": 90, "uvlock": true }, + "facing=west,half=top,shape=inner_left": { "model": "birch_inner_stairs", "x": 180, "y": 270, "uvlock": true }, + "facing=south,half=top,shape=inner_left": { "model": "birch_inner_stairs", "x": 180, "y": 180, "uvlock": true }, + "facing=north,half=top,shape=inner_left": { "model": "birch_inner_stairs", "x": 180, "uvlock": true } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/black_carpet.json b/desktopRuntime/resources/assets/minecraft/blockstates/black_carpet.json new file mode 100755 index 00000000..b4c001de --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/black_carpet.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "carpet_black" } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/black_stained_glass.json b/desktopRuntime/resources/assets/minecraft/blockstates/black_stained_glass.json new file mode 100755 index 00000000..837f380e --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/black_stained_glass.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "glass_black" } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/black_stained_glass_pane.json b/desktopRuntime/resources/assets/minecraft/blockstates/black_stained_glass_pane.json new file mode 100755 index 00000000..18b98dbb --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/black_stained_glass_pane.json @@ -0,0 +1,20 @@ +{ + "variants": { + "east=false,north=false,south=false,west=false": { "model": "black_pane_nsew" }, + "east=false,north=true,south=false,west=false": { "model": "black_pane_n" }, + "east=true,north=false,south=false,west=false": { "model": "black_pane_n", "y": 90 }, + "east=false,north=false,south=true,west=false": { "model": "black_pane_s" }, + "east=false,north=false,south=false,west=true": { "model": "black_pane_s", "y": 90 }, + "east=true,north=true,south=false,west=false": { "model": "black_pane_ne" }, + "east=true,north=false,south=true,west=false": { "model": "black_pane_se" }, + "east=false,north=false,south=true,west=true": { "model": "black_pane_sw" }, + "east=false,north=true,south=false,west=true": { "model": "black_pane_nw" }, + "east=false,north=true,south=true,west=false": { "model": "black_pane_ns" }, + "east=true,north=false,south=false,west=true": { "model": "black_pane_ns", "y": 90 }, + "east=true,north=true,south=true,west=false": { "model": "black_pane_nse" }, + "east=true,north=false,south=true,west=true": { "model": "black_pane_sew" }, + "east=false,north=true,south=true,west=true": { "model": "black_pane_nsw" }, + "east=true,north=true,south=false,west=true": { "model": "black_pane_new" }, + "east=true,north=true,south=true,west=true": { "model": "black_pane_nsew" } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/black_stained_hardened_clay.json b/desktopRuntime/resources/assets/minecraft/blockstates/black_stained_hardened_clay.json new file mode 100755 index 00000000..81decc71 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/black_stained_hardened_clay.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "hardened_clay_black" } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/black_wool.json b/desktopRuntime/resources/assets/minecraft/blockstates/black_wool.json new file mode 100755 index 00000000..2dd5b3ef --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/black_wool.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "black_wool" } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/blue_carpet.json b/desktopRuntime/resources/assets/minecraft/blockstates/blue_carpet.json new file mode 100755 index 00000000..c2af687a --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/blue_carpet.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "carpet_blue" } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/blue_orchid.json b/desktopRuntime/resources/assets/minecraft/blockstates/blue_orchid.json new file mode 100755 index 00000000..eeaad9b5 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/blue_orchid.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "orchid" } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/blue_stained_glass.json b/desktopRuntime/resources/assets/minecraft/blockstates/blue_stained_glass.json new file mode 100755 index 00000000..3f46ff0b --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/blue_stained_glass.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "glass_blue" } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/blue_stained_glass_pane.json b/desktopRuntime/resources/assets/minecraft/blockstates/blue_stained_glass_pane.json new file mode 100755 index 00000000..81287241 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/blue_stained_glass_pane.json @@ -0,0 +1,20 @@ +{ + "variants": { + "east=false,north=false,south=false,west=false": { "model": "blue_pane_nsew" }, + "east=false,north=true,south=false,west=false": { "model": "blue_pane_n" }, + "east=true,north=false,south=false,west=false": { "model": "blue_pane_n", "y": 90 }, + "east=false,north=false,south=true,west=false": { "model": "blue_pane_s" }, + "east=false,north=false,south=false,west=true": { "model": "blue_pane_s", "y": 90 }, + "east=true,north=true,south=false,west=false": { "model": "blue_pane_ne" }, + "east=true,north=false,south=true,west=false": { "model": "blue_pane_se" }, + "east=false,north=false,south=true,west=true": { "model": "blue_pane_sw" }, + "east=false,north=true,south=false,west=true": { "model": "blue_pane_nw" }, + "east=false,north=true,south=true,west=false": { "model": "blue_pane_ns" }, + "east=true,north=false,south=false,west=true": { "model": "blue_pane_ns", "y": 90 }, + "east=true,north=true,south=true,west=false": { "model": "blue_pane_nse" }, + "east=true,north=false,south=true,west=true": { "model": "blue_pane_sew" }, + "east=false,north=true,south=true,west=true": { "model": "blue_pane_nsw" }, + "east=true,north=true,south=false,west=true": { "model": "blue_pane_new" }, + "east=true,north=true,south=true,west=true": { "model": "blue_pane_nsew" } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/blue_stained_hardened_clay.json b/desktopRuntime/resources/assets/minecraft/blockstates/blue_stained_hardened_clay.json new file mode 100755 index 00000000..07215bbe --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/blue_stained_hardened_clay.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "hardened_clay_blue" } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/blue_wool.json b/desktopRuntime/resources/assets/minecraft/blockstates/blue_wool.json new file mode 100755 index 00000000..34f97440 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/blue_wool.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "blue_wool" } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/bookshelf.json b/desktopRuntime/resources/assets/minecraft/blockstates/bookshelf.json new file mode 100755 index 00000000..ff0aefcb --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/bookshelf.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "bookshelf" } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/brewing_stand.json b/desktopRuntime/resources/assets/minecraft/blockstates/brewing_stand.json new file mode 100755 index 00000000..f4827384 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/brewing_stand.json @@ -0,0 +1,12 @@ +{ + "variants": { + "has_bottle_0=false,has_bottle_1=false,has_bottle_2=false": { "model": "brewing_stand_empty" }, + "has_bottle_0=true,has_bottle_1=false,has_bottle_2=false": { "model": "brewing_stand_bottles_1" }, + "has_bottle_0=false,has_bottle_1=true,has_bottle_2=false": { "model": "brewing_stand_bottles_2" }, + "has_bottle_0=false,has_bottle_1=false,has_bottle_2=true": { "model": "brewing_stand_bottles_3" }, + "has_bottle_0=true,has_bottle_1=true,has_bottle_2=false": { "model": "brewing_stand_bottles_12" }, + "has_bottle_0=true,has_bottle_1=false,has_bottle_2=true": { "model": "brewing_stand_bottles_13" }, + "has_bottle_0=false,has_bottle_1=true,has_bottle_2=true": { "model": "brewing_stand_bottles_23" }, + "has_bottle_0=true,has_bottle_1=true,has_bottle_2=true": { "model": "brewing_stand_bottles_123" } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/brick_block.json b/desktopRuntime/resources/assets/minecraft/blockstates/brick_block.json new file mode 100755 index 00000000..edc686b1 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/brick_block.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "brick" } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/brick_double_slab.json b/desktopRuntime/resources/assets/minecraft/blockstates/brick_double_slab.json new file mode 100755 index 00000000..8259844b --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/brick_double_slab.json @@ -0,0 +1,6 @@ +{ + "variants": { + "normal": { "model": "brick" }, + "all": { "model": "brick" } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/brick_slab.json b/desktopRuntime/resources/assets/minecraft/blockstates/brick_slab.json new file mode 100755 index 00000000..02a3c5c2 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/brick_slab.json @@ -0,0 +1,6 @@ +{ + "variants": { + "half=bottom": { "model": "half_slab_brick" }, + "half=top": { "model": "upper_slab_brick" } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/brick_stairs.json b/desktopRuntime/resources/assets/minecraft/blockstates/brick_stairs.json new file mode 100755 index 00000000..1686e1cb --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/brick_stairs.json @@ -0,0 +1,44 @@ +{ + "variants": { + "facing=east,half=bottom,shape=straight": { "model": "brick_stairs" }, + "facing=west,half=bottom,shape=straight": { "model": "brick_stairs", "y": 180, "uvlock": true }, + "facing=south,half=bottom,shape=straight": { "model": "brick_stairs", "y": 90, "uvlock": true }, + "facing=north,half=bottom,shape=straight": { "model": "brick_stairs", "y": 270, "uvlock": true }, + "facing=east,half=bottom,shape=outer_right": { "model": "brick_outer_stairs" }, + "facing=west,half=bottom,shape=outer_right": { "model": "brick_outer_stairs", "y": 180, "uvlock": true }, + "facing=south,half=bottom,shape=outer_right": { "model": "brick_outer_stairs", "y": 90, "uvlock": true }, + "facing=north,half=bottom,shape=outer_right": { "model": "brick_outer_stairs", "y": 270, "uvlock": true }, + "facing=east,half=bottom,shape=outer_left": { "model": "brick_outer_stairs", "y": 270, "uvlock": true }, + "facing=west,half=bottom,shape=outer_left": { "model": "brick_outer_stairs", "y": 90, "uvlock": true }, + "facing=south,half=bottom,shape=outer_left": { "model": "brick_outer_stairs" }, + "facing=north,half=bottom,shape=outer_left": { "model": "brick_outer_stairs", "y": 180, "uvlock": true }, + "facing=east,half=bottom,shape=inner_right": { "model": "brick_inner_stairs" }, + "facing=west,half=bottom,shape=inner_right": { "model": "brick_inner_stairs", "y": 180, "uvlock": true }, + "facing=south,half=bottom,shape=inner_right": { "model": "brick_inner_stairs", "y": 90, "uvlock": true }, + "facing=north,half=bottom,shape=inner_right": { "model": "brick_inner_stairs", "y": 270, "uvlock": true }, + "facing=east,half=bottom,shape=inner_left": { "model": "brick_inner_stairs", "y": 270, "uvlock": true }, + "facing=west,half=bottom,shape=inner_left": { "model": "brick_inner_stairs", "y": 90, "uvlock": true }, + "facing=south,half=bottom,shape=inner_left": { "model": "brick_inner_stairs" }, + "facing=north,half=bottom,shape=inner_left": { "model": "brick_inner_stairs", "y": 180, "uvlock": true }, + "facing=east,half=top,shape=straight": { "model": "brick_stairs", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=straight": { "model": "brick_stairs", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=straight": { "model": "brick_stairs", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=straight": { "model": "brick_stairs", "x": 180, "y": 270, "uvlock": true }, + "facing=east,half=top,shape=outer_right": { "model": "brick_outer_stairs", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=outer_right": { "model": "brick_outer_stairs", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=outer_right": { "model": "brick_outer_stairs", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=outer_right": { "model": "brick_outer_stairs", "x": 180, "y": 270, "uvlock": true }, + "facing=east,half=top,shape=outer_left": { "model": "brick_outer_stairs", "x": 180, "y": 90, "uvlock": true }, + "facing=west,half=top,shape=outer_left": { "model": "brick_outer_stairs", "x": 180, "y": 270, "uvlock": true }, + "facing=south,half=top,shape=outer_left": { "model": "brick_outer_stairs", "x": 180, "y": 180, "uvlock": true }, + "facing=north,half=top,shape=outer_left": { "model": "brick_outer_stairs", "x": 180, "uvlock": true }, + "facing=east,half=top,shape=inner_right": { "model": "brick_inner_stairs", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=inner_right": { "model": "brick_inner_stairs", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=inner_right": { "model": "brick_inner_stairs", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=inner_right": { "model": "brick_inner_stairs", "x": 180, "y": 270, "uvlock": true }, + "facing=east,half=top,shape=inner_left": { "model": "brick_inner_stairs", "x": 180, "y": 90, "uvlock": true }, + "facing=west,half=top,shape=inner_left": { "model": "brick_inner_stairs", "x": 180, "y": 270, "uvlock": true }, + "facing=south,half=top,shape=inner_left": { "model": "brick_inner_stairs", "x": 180, "y": 180, "uvlock": true }, + "facing=north,half=top,shape=inner_left": { "model": "brick_inner_stairs", "x": 180, "uvlock": true } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/brown_carpet.json b/desktopRuntime/resources/assets/minecraft/blockstates/brown_carpet.json new file mode 100755 index 00000000..3c4eda75 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/brown_carpet.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "carpet_brown" } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/brown_mushroom.json b/desktopRuntime/resources/assets/minecraft/blockstates/brown_mushroom.json new file mode 100755 index 00000000..7eda408d --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/brown_mushroom.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "brown_mushroom" } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/brown_mushroom_block.json b/desktopRuntime/resources/assets/minecraft/blockstates/brown_mushroom_block.json new file mode 100755 index 00000000..95a65f8e --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/brown_mushroom_block.json @@ -0,0 +1,17 @@ +{ + "variants": { + "variant=north_west": { "model": "brown_mushroom_block_nw" }, + "variant=north": { "model": "brown_mushroom_block_n" }, + "variant=north_east": { "model": "brown_mushroom_block_ne" }, + "variant=west": { "model": "brown_mushroom_block_w" }, + "variant=center": { "model": "brown_mushroom_block_c" }, + "variant=east": { "model": "brown_mushroom_block_e" }, + "variant=south_west": { "model": "brown_mushroom_block_sw" }, + "variant=south": { "model": "brown_mushroom_block_s" }, + "variant=south_east": { "model": "brown_mushroom_block_se" }, + "variant=stem": { "model": "brown_mushroom_block_stem" }, + "variant=all_stem": { "model": "brown_mushroom_block_stem_all" }, + "variant=all_outside": { "model": "brown_mushroom_block_cap_all" }, + "variant=all_inside": { "model": "brown_mushroom_block_inside_all" } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/brown_stained_glass.json b/desktopRuntime/resources/assets/minecraft/blockstates/brown_stained_glass.json new file mode 100755 index 00000000..0c343650 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/brown_stained_glass.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "glass_brown" } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/brown_stained_glass_pane.json b/desktopRuntime/resources/assets/minecraft/blockstates/brown_stained_glass_pane.json new file mode 100755 index 00000000..938e4aef --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/brown_stained_glass_pane.json @@ -0,0 +1,20 @@ +{ + "variants": { + "east=false,north=false,south=false,west=false": { "model": "brown_pane_nsew" }, + "east=false,north=true,south=false,west=false": { "model": "brown_pane_n" }, + "east=true,north=false,south=false,west=false": { "model": "brown_pane_n", "y": 90 }, + "east=false,north=false,south=true,west=false": { "model": "brown_pane_s" }, + "east=false,north=false,south=false,west=true": { "model": "brown_pane_s", "y": 90 }, + "east=true,north=true,south=false,west=false": { "model": "brown_pane_ne" }, + "east=true,north=false,south=true,west=false": { "model": "brown_pane_se" }, + "east=false,north=false,south=true,west=true": { "model": "brown_pane_sw" }, + "east=false,north=true,south=false,west=true": { "model": "brown_pane_nw" }, + "east=false,north=true,south=true,west=false": { "model": "brown_pane_ns" }, + "east=true,north=false,south=false,west=true": { "model": "brown_pane_ns", "y": 90 }, + "east=true,north=true,south=true,west=false": { "model": "brown_pane_nse" }, + "east=true,north=false,south=true,west=true": { "model": "brown_pane_sew" }, + "east=false,north=true,south=true,west=true": { "model": "brown_pane_nsw" }, + "east=true,north=true,south=false,west=true": { "model": "brown_pane_new" }, + "east=true,north=true,south=true,west=true": { "model": "brown_pane_nsew" } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/brown_stained_hardened_clay.json b/desktopRuntime/resources/assets/minecraft/blockstates/brown_stained_hardened_clay.json new file mode 100755 index 00000000..5d4a8ef8 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/brown_stained_hardened_clay.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "hardened_clay_brown" } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/brown_wool.json b/desktopRuntime/resources/assets/minecraft/blockstates/brown_wool.json new file mode 100755 index 00000000..60e0f973 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/brown_wool.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "brown_wool" } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/cactus.json b/desktopRuntime/resources/assets/minecraft/blockstates/cactus.json new file mode 100755 index 00000000..e09d4dc3 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/cactus.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "cactus" } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/cake.json b/desktopRuntime/resources/assets/minecraft/blockstates/cake.json new file mode 100755 index 00000000..23a28ac9 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/cake.json @@ -0,0 +1,11 @@ +{ + "variants": { + "bites=0": { "model": "cake_uneaten" }, + "bites=1": { "model": "cake_slice1" }, + "bites=2": { "model": "cake_slice2" }, + "bites=3": { "model": "cake_slice3" }, + "bites=4": { "model": "cake_slice4" }, + "bites=5": { "model": "cake_slice5" }, + "bites=6": { "model": "cake_slice6" } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/carrots.json b/desktopRuntime/resources/assets/minecraft/blockstates/carrots.json new file mode 100755 index 00000000..b1834f9f --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/carrots.json @@ -0,0 +1,12 @@ +{ + "variants": { + "age=0": { "model": "carrots_stage0" }, + "age=1": { "model": "carrots_stage0" }, + "age=2": { "model": "carrots_stage1" }, + "age=3": { "model": "carrots_stage1" }, + "age=4": { "model": "carrots_stage2" }, + "age=5": { "model": "carrots_stage2" }, + "age=6": { "model": "carrots_stage2" }, + "age=7": { "model": "carrots_stage3" } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/cauldron.json b/desktopRuntime/resources/assets/minecraft/blockstates/cauldron.json new file mode 100755 index 00000000..b9d77317 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/cauldron.json @@ -0,0 +1,8 @@ +{ + "variants": { + "level=0": { "model": "cauldron_empty" }, + "level=1": { "model": "cauldron_level1" }, + "level=2": { "model": "cauldron_level2" }, + "level=3": { "model": "cauldron_level3" } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/chiseled_brick_monster_egg.json b/desktopRuntime/resources/assets/minecraft/blockstates/chiseled_brick_monster_egg.json new file mode 100755 index 00000000..ac6954e2 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/chiseled_brick_monster_egg.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "stonebrick_chiseled" } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/chiseled_quartz_block.json b/desktopRuntime/resources/assets/minecraft/blockstates/chiseled_quartz_block.json new file mode 100755 index 00000000..c5146fd6 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/chiseled_quartz_block.json @@ -0,0 +1,6 @@ +{ + "variants": { + "normal": { "model": "quartz_chiseled" } + } +} + diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/chiseled_red_sandstone.json b/desktopRuntime/resources/assets/minecraft/blockstates/chiseled_red_sandstone.json new file mode 100755 index 00000000..1482c106 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/chiseled_red_sandstone.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "red_sandstone_chiseled" } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/chiseled_sandstone.json b/desktopRuntime/resources/assets/minecraft/blockstates/chiseled_sandstone.json new file mode 100755 index 00000000..f3b7880a --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/chiseled_sandstone.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "sandstone_chiseled" } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/chiseled_stonebrick.json b/desktopRuntime/resources/assets/minecraft/blockstates/chiseled_stonebrick.json new file mode 100755 index 00000000..ac6954e2 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/chiseled_stonebrick.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "stonebrick_chiseled" } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/clay.json b/desktopRuntime/resources/assets/minecraft/blockstates/clay.json new file mode 100755 index 00000000..9c7d6ed7 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/clay.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "clay" } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/coal_block.json b/desktopRuntime/resources/assets/minecraft/blockstates/coal_block.json new file mode 100755 index 00000000..d3ce78f4 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/coal_block.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "coal_block" } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/coal_ore.json b/desktopRuntime/resources/assets/minecraft/blockstates/coal_ore.json new file mode 100755 index 00000000..2e891213 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/coal_ore.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "coal_ore" } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/coarse_dirt.json b/desktopRuntime/resources/assets/minecraft/blockstates/coarse_dirt.json new file mode 100755 index 00000000..573e2c8b --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/coarse_dirt.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "coarse_dirt" } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/cobblestone.json b/desktopRuntime/resources/assets/minecraft/blockstates/cobblestone.json new file mode 100755 index 00000000..ba218035 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/cobblestone.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "cobblestone" } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/cobblestone_double_slab.json b/desktopRuntime/resources/assets/minecraft/blockstates/cobblestone_double_slab.json new file mode 100755 index 00000000..e60e5530 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/cobblestone_double_slab.json @@ -0,0 +1,6 @@ +{ + "variants": { + "normal": { "model": "cobblestone" }, + "all": { "model": "cobblestone" } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/cobblestone_monster_egg.json b/desktopRuntime/resources/assets/minecraft/blockstates/cobblestone_monster_egg.json new file mode 100755 index 00000000..ba218035 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/cobblestone_monster_egg.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "cobblestone" } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/cobblestone_slab.json b/desktopRuntime/resources/assets/minecraft/blockstates/cobblestone_slab.json new file mode 100755 index 00000000..864b8035 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/cobblestone_slab.json @@ -0,0 +1,6 @@ +{ + "variants": { + "half=bottom": { "model": "half_slab_cobblestone" }, + "half=top": { "model": "upper_slab_cobblestone" } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/cobblestone_wall.json b/desktopRuntime/resources/assets/minecraft/blockstates/cobblestone_wall.json new file mode 100755 index 00000000..da9c8235 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/cobblestone_wall.json @@ -0,0 +1,36 @@ +{ + "variants": { + "east=false,north=false,south=false,up=false,west=false": { "model": "cobblestone_wall_post" }, + "east=false,north=true,south=false,up=false,west=false": { "model": "cobblestone_wall_n" }, + "east=true,north=false,south=false,up=false,west=false": { "model": "cobblestone_wall_n", "y": 90, "uvlock": true }, + "east=false,north=false,south=true,up=false,west=false": { "model": "cobblestone_wall_n", "y": 180, "uvlock": true }, + "east=false,north=false,south=false,up=false,west=true": { "model": "cobblestone_wall_n", "y": 270, "uvlock": true }, + "east=true,north=true,south=false,up=false,west=false": { "model": "cobblestone_wall_ne" }, + "east=true,north=false,south=true,up=false,west=false": { "model": "cobblestone_wall_ne", "y": 90, "uvlock": true }, + "east=false,north=false,south=true,up=false,west=true": { "model": "cobblestone_wall_ne", "y": 180, "uvlock": true }, + "east=false,north=true,south=false,up=false,west=true": { "model": "cobblestone_wall_ne", "y": 270, "uvlock": true }, + "east=false,north=true,south=true,up=false,west=false": { "model": "cobblestone_wall_ns" }, + "east=true,north=false,south=false,up=false,west=true": { "model": "cobblestone_wall_ns", "y": 90, "uvlock": true }, + "east=true,north=true,south=true,up=false,west=false": { "model": "cobblestone_wall_nse" }, + "east=true,north=false,south=true,up=false,west=true": { "model": "cobblestone_wall_nse", "y": 90, "uvlock": true }, + "east=false,north=true,south=true,up=false,west=true": { "model": "cobblestone_wall_nse", "y": 180, "uvlock": true }, + "east=true,north=true,south=false,up=false,west=true": { "model": "cobblestone_wall_nse", "y": 270, "uvlock": true }, + "east=true,north=true,south=true,up=false,west=true": { "model": "cobblestone_wall_nsew" }, + "east=false,north=false,south=false,up=true,west=false": { "model": "cobblestone_wall_post" }, + "east=false,north=true,south=false,up=true,west=false": { "model": "cobblestone_wall_n" }, + "east=true,north=false,south=false,up=true,west=false": { "model": "cobblestone_wall_n", "y": 90, "uvlock": true }, + "east=false,north=false,south=true,up=true,west=false": { "model": "cobblestone_wall_n", "y": 180, "uvlock": true }, + "east=false,north=false,south=false,up=true,west=true": { "model": "cobblestone_wall_n", "y": 270, "uvlock": true }, + "east=true,north=true,south=false,up=true,west=false": { "model": "cobblestone_wall_ne" }, + "east=true,north=false,south=true,up=true,west=false": { "model": "cobblestone_wall_ne", "y": 90, "uvlock": true }, + "east=false,north=false,south=true,up=true,west=true": { "model": "cobblestone_wall_ne", "y": 180, "uvlock": true }, + "east=false,north=true,south=false,up=true,west=true": { "model": "cobblestone_wall_ne", "y": 270, "uvlock": true }, + "east=false,north=true,south=true,up=true,west=false": { "model": "cobblestone_wall_ns_above" }, + "east=true,north=false,south=false,up=true,west=true": { "model": "cobblestone_wall_ns_above", "y": 90, "uvlock": true }, + "east=true,north=true,south=true,up=true,west=false": { "model": "cobblestone_wall_nse" }, + "east=true,north=false,south=true,up=true,west=true": { "model": "cobblestone_wall_nse", "y": 90, "uvlock": true }, + "east=false,north=true,south=true,up=true,west=true": { "model": "cobblestone_wall_nse", "y": 180, "uvlock": true }, + "east=true,north=true,south=false,up=true,west=true": { "model": "cobblestone_wall_nse", "y": 270, "uvlock": true }, + "east=true,north=true,south=true,up=true,west=true": { "model": "cobblestone_wall_nsew" } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/cocoa.json b/desktopRuntime/resources/assets/minecraft/blockstates/cocoa.json new file mode 100755 index 00000000..6247497d --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/cocoa.json @@ -0,0 +1,16 @@ +{ + "variants": { + "age=0,facing=south": { "model": "cocoa_age0_s" }, + "age=0,facing=west": { "model": "cocoa_age0_s", "y": 90 }, + "age=0,facing=north": { "model": "cocoa_age0_s", "y": 180 }, + "age=0,facing=east": { "model": "cocoa_age0_s", "y": 270 }, + "age=1,facing=south": { "model": "cocoa_age1_s" }, + "age=1,facing=west": { "model": "cocoa_age1_s", "y": 90 }, + "age=1,facing=north": { "model": "cocoa_age1_s", "y": 180 }, + "age=1,facing=east": { "model": "cocoa_age1_s", "y": 270 }, + "age=2,facing=south": { "model": "cocoa_age2_s" }, + "age=2,facing=west": { "model": "cocoa_age2_s", "y": 90 }, + "age=2,facing=north": { "model": "cocoa_age2_s", "y": 180 }, + "age=2,facing=east": { "model": "cocoa_age2_s", "y": 270 } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/command_block.json b/desktopRuntime/resources/assets/minecraft/blockstates/command_block.json new file mode 100755 index 00000000..508b16b7 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/command_block.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "command_block" } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/cracked_brick_monster_egg.json b/desktopRuntime/resources/assets/minecraft/blockstates/cracked_brick_monster_egg.json new file mode 100755 index 00000000..1343d5fa --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/cracked_brick_monster_egg.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "stonebrick_cracked" } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/cracked_stonebrick.json b/desktopRuntime/resources/assets/minecraft/blockstates/cracked_stonebrick.json new file mode 100755 index 00000000..1343d5fa --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/cracked_stonebrick.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "stonebrick_cracked" } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/crafting_table.json b/desktopRuntime/resources/assets/minecraft/blockstates/crafting_table.json new file mode 100755 index 00000000..bf6526ea --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/crafting_table.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "crafting_table" } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/cyan_carpet.json b/desktopRuntime/resources/assets/minecraft/blockstates/cyan_carpet.json new file mode 100755 index 00000000..6298743a --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/cyan_carpet.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "carpet_cyan" } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/cyan_stained_glass.json b/desktopRuntime/resources/assets/minecraft/blockstates/cyan_stained_glass.json new file mode 100755 index 00000000..642787a9 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/cyan_stained_glass.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "glass_cyan" } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/cyan_stained_glass_pane.json b/desktopRuntime/resources/assets/minecraft/blockstates/cyan_stained_glass_pane.json new file mode 100755 index 00000000..64facf5e --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/cyan_stained_glass_pane.json @@ -0,0 +1,20 @@ +{ + "variants": { + "east=false,north=false,south=false,west=false": { "model": "cyan_pane_nsew" }, + "east=false,north=true,south=false,west=false": { "model": "cyan_pane_n" }, + "east=true,north=false,south=false,west=false": { "model": "cyan_pane_n", "y": 90 }, + "east=false,north=false,south=true,west=false": { "model": "cyan_pane_s" }, + "east=false,north=false,south=false,west=true": { "model": "cyan_pane_s", "y": 90 }, + "east=true,north=true,south=false,west=false": { "model": "cyan_pane_ne" }, + "east=true,north=false,south=true,west=false": { "model": "cyan_pane_se" }, + "east=false,north=false,south=true,west=true": { "model": "cyan_pane_sw" }, + "east=false,north=true,south=false,west=true": { "model": "cyan_pane_nw" }, + "east=false,north=true,south=true,west=false": { "model": "cyan_pane_ns" }, + "east=true,north=false,south=false,west=true": { "model": "cyan_pane_ns", "y": 90 }, + "east=true,north=true,south=true,west=false": { "model": "cyan_pane_nse" }, + "east=true,north=false,south=true,west=true": { "model": "cyan_pane_sew" }, + "east=false,north=true,south=true,west=true": { "model": "cyan_pane_nsw" }, + "east=true,north=true,south=false,west=true": { "model": "cyan_pane_new" }, + "east=true,north=true,south=true,west=true": { "model": "cyan_pane_nsew" } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/cyan_stained_hardened_clay.json b/desktopRuntime/resources/assets/minecraft/blockstates/cyan_stained_hardened_clay.json new file mode 100755 index 00000000..60d9fadb --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/cyan_stained_hardened_clay.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "hardened_clay_cyan" } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/cyan_wool.json b/desktopRuntime/resources/assets/minecraft/blockstates/cyan_wool.json new file mode 100755 index 00000000..8eb7bdab --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/cyan_wool.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "cyan_wool" } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/dandelion.json b/desktopRuntime/resources/assets/minecraft/blockstates/dandelion.json new file mode 100755 index 00000000..ff254695 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/dandelion.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "dandelion" } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/dark_oak_door.json b/desktopRuntime/resources/assets/minecraft/blockstates/dark_oak_door.json new file mode 100755 index 00000000..dbb5eda3 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/dark_oak_door.json @@ -0,0 +1,36 @@ +{ + "variants": { + "facing=east,half=lower,hinge=left,open=false": { "model": "dark_oak_door_bottom" }, + "facing=south,half=lower,hinge=left,open=false": { "model": "dark_oak_door_bottom", "y": 90 }, + "facing=west,half=lower,hinge=left,open=false": { "model": "dark_oak_door_bottom", "y": 180 }, + "facing=north,half=lower,hinge=left,open=false": { "model": "dark_oak_door_bottom", "y": 270 }, + "facing=east,half=lower,hinge=right,open=false": { "model": "dark_oak_door_bottom_rh" }, + "facing=south,half=lower,hinge=right,open=false": { "model": "dark_oak_door_bottom_rh", "y": 90 }, + "facing=west,half=lower,hinge=right,open=false": { "model": "dark_oak_door_bottom_rh", "y": 180 }, + "facing=north,half=lower,hinge=right,open=false": { "model": "dark_oak_door_bottom_rh", "y": 270 }, + "facing=east,half=lower,hinge=left,open=true": { "model": "dark_oak_door_bottom_rh", "y": 90 }, + "facing=south,half=lower,hinge=left,open=true": { "model": "dark_oak_door_bottom_rh", "y": 180 }, + "facing=west,half=lower,hinge=left,open=true": { "model": "dark_oak_door_bottom_rh", "y": 270 }, + "facing=north,half=lower,hinge=left,open=true": { "model": "dark_oak_door_bottom_rh" }, + "facing=east,half=lower,hinge=right,open=true": { "model": "dark_oak_door_bottom", "y": 270 }, + "facing=south,half=lower,hinge=right,open=true": { "model": "dark_oak_door_bottom" }, + "facing=west,half=lower,hinge=right,open=true": { "model": "dark_oak_door_bottom", "y": 90 }, + "facing=north,half=lower,hinge=right,open=true": { "model": "dark_oak_door_bottom", "y": 180 }, + "facing=east,half=upper,hinge=left,open=false": { "model": "dark_oak_door_top" }, + "facing=south,half=upper,hinge=left,open=false": { "model": "dark_oak_door_top", "y": 90 }, + "facing=west,half=upper,hinge=left,open=false": { "model": "dark_oak_door_top", "y": 180 }, + "facing=north,half=upper,hinge=left,open=false": { "model": "dark_oak_door_top", "y": 270 }, + "facing=east,half=upper,hinge=right,open=false": { "model": "dark_oak_door_top_rh" }, + "facing=south,half=upper,hinge=right,open=false": { "model": "dark_oak_door_top_rh", "y": 90 }, + "facing=west,half=upper,hinge=right,open=false": { "model": "dark_oak_door_top_rh", "y": 180 }, + "facing=north,half=upper,hinge=right,open=false": { "model": "dark_oak_door_top_rh", "y": 270 }, + "facing=east,half=upper,hinge=left,open=true": { "model": "dark_oak_door_top_rh", "y": 90 }, + "facing=south,half=upper,hinge=left,open=true": { "model": "dark_oak_door_top_rh", "y": 180 }, + "facing=west,half=upper,hinge=left,open=true": { "model": "dark_oak_door_top_rh", "y": 270 }, + "facing=north,half=upper,hinge=left,open=true": { "model": "dark_oak_door_top_rh" }, + "facing=east,half=upper,hinge=right,open=true": { "model": "dark_oak_door_top", "y": 270 }, + "facing=south,half=upper,hinge=right,open=true": { "model": "dark_oak_door_top" }, + "facing=west,half=upper,hinge=right,open=true": { "model": "dark_oak_door_top", "y": 90 }, + "facing=north,half=upper,hinge=right,open=true": { "model": "dark_oak_door_top", "y": 180 } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/dark_oak_double_slab.json b/desktopRuntime/resources/assets/minecraft/blockstates/dark_oak_double_slab.json new file mode 100755 index 00000000..987bd5f0 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/dark_oak_double_slab.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "dark_oak_planks" } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/dark_oak_fence.json b/desktopRuntime/resources/assets/minecraft/blockstates/dark_oak_fence.json new file mode 100755 index 00000000..faa146b9 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/dark_oak_fence.json @@ -0,0 +1,20 @@ +{ + "variants": { + "east=false,north=false,south=false,west=false": { "model": "dark_oak_fence_post" }, + "east=false,north=true,south=false,west=false": { "model": "dark_oak_fence_n", "uvlock": true }, + "east=true,north=false,south=false,west=false": { "model": "dark_oak_fence_n", "y": 90, "uvlock": true }, + "east=false,north=false,south=true,west=false": { "model": "dark_oak_fence_n", "y": 180, "uvlock": true }, + "east=false,north=false,south=false,west=true": { "model": "dark_oak_fence_n", "y": 270, "uvlock": true }, + "east=true,north=true,south=false,west=false": { "model": "dark_oak_fence_ne", "uvlock": true }, + "east=true,north=false,south=true,west=false": { "model": "dark_oak_fence_ne", "y": 90, "uvlock": true }, + "east=false,north=false,south=true,west=true": { "model": "dark_oak_fence_ne", "y": 180, "uvlock": true }, + "east=false,north=true,south=false,west=true": { "model": "dark_oak_fence_ne", "y": 270, "uvlock": true }, + "east=false,north=true,south=true,west=false": { "model": "dark_oak_fence_ns", "uvlock": true }, + "east=true,north=false,south=false,west=true": { "model": "dark_oak_fence_ns", "y": 90, "uvlock": true }, + "east=true,north=true,south=true,west=false": { "model": "dark_oak_fence_nse", "uvlock": true }, + "east=true,north=false,south=true,west=true": { "model": "dark_oak_fence_nse", "y": 90, "uvlock": true }, + "east=false,north=true,south=true,west=true": { "model": "dark_oak_fence_nse", "y": 180, "uvlock": true }, + "east=true,north=true,south=false,west=true": { "model": "dark_oak_fence_nse", "y": 270, "uvlock": true }, + "east=true,north=true,south=true,west=true": { "model": "dark_oak_fence_nsew", "uvlock": true } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/dark_oak_fence_gate.json b/desktopRuntime/resources/assets/minecraft/blockstates/dark_oak_fence_gate.json new file mode 100755 index 00000000..2878fa14 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/dark_oak_fence_gate.json @@ -0,0 +1,20 @@ +{ + "variants": { + "facing=south,in_wall=false,open=false": { "model": "dark_oak_fence_gate_closed" }, + "facing=west,in_wall=false,open=false": { "model": "dark_oak_fence_gate_closed", "y": 90, "uvlock": true }, + "facing=north,in_wall=false,open=false": { "model": "dark_oak_fence_gate_closed", "y": 180, "uvlock": true }, + "facing=east,in_wall=false,open=false": { "model": "dark_oak_fence_gate_closed", "y": 270, "uvlock": true }, + "facing=south,in_wall=false,open=true": { "model": "dark_oak_fence_gate_open" }, + "facing=west,in_wall=false,open=true": { "model": "dark_oak_fence_gate_open", "y": 90, "uvlock": true }, + "facing=north,in_wall=false,open=true": { "model": "dark_oak_fence_gate_open", "y": 180, "uvlock": true }, + "facing=east,in_wall=false,open=true": { "model": "dark_oak_fence_gate_open", "y": 270, "uvlock": true }, + "facing=south,in_wall=true,open=false": { "model": "dark_oak_wall_gate_closed" }, + "facing=west,in_wall=true,open=false": { "model": "dark_oak_wall_gate_closed", "y": 90, "uvlock": true }, + "facing=north,in_wall=true,open=false": { "model": "dark_oak_wall_gate_closed", "y": 180, "uvlock": true }, + "facing=east,in_wall=true,open=false": { "model": "dark_oak_wall_gate_closed", "y": 270, "uvlock": true }, + "facing=south,in_wall=true,open=true": { "model": "dark_oak_wall_gate_open" }, + "facing=west,in_wall=true,open=true": { "model": "dark_oak_wall_gate_open", "y": 90, "uvlock": true }, + "facing=north,in_wall=true,open=true": { "model": "dark_oak_wall_gate_open", "y": 180, "uvlock": true }, + "facing=east,in_wall=true,open=true": { "model": "dark_oak_wall_gate_open", "y": 270, "uvlock": true } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/dark_oak_leaves.json b/desktopRuntime/resources/assets/minecraft/blockstates/dark_oak_leaves.json new file mode 100755 index 00000000..1deac59d --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/dark_oak_leaves.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "dark_oak_leaves" } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/dark_oak_log.json b/desktopRuntime/resources/assets/minecraft/blockstates/dark_oak_log.json new file mode 100755 index 00000000..2691bea3 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/dark_oak_log.json @@ -0,0 +1,8 @@ +{ + "variants": { + "axis=y": { "model": "dark_oak_log" }, + "axis=z": { "model": "dark_oak_log_side" }, + "axis=x": { "model": "dark_oak_log_side", "y": 90 }, + "axis=none": { "model": "dark_oak_bark" } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/dark_oak_planks.json b/desktopRuntime/resources/assets/minecraft/blockstates/dark_oak_planks.json new file mode 100755 index 00000000..987bd5f0 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/dark_oak_planks.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "dark_oak_planks" } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/dark_oak_sapling.json b/desktopRuntime/resources/assets/minecraft/blockstates/dark_oak_sapling.json new file mode 100755 index 00000000..1f3bc5c2 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/dark_oak_sapling.json @@ -0,0 +1,6 @@ +{ + "variants": { + "stage=0": { "model": "dark_oak_sapling" }, + "stage=1": { "model": "dark_oak_sapling" } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/dark_oak_slab.json b/desktopRuntime/resources/assets/minecraft/blockstates/dark_oak_slab.json new file mode 100755 index 00000000..acf60856 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/dark_oak_slab.json @@ -0,0 +1,6 @@ +{ + "variants": { + "half=bottom": { "model": "half_slab_dark_oak" }, + "half=top": { "model": "upper_slab_dark_oak" } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/dark_oak_stairs.json b/desktopRuntime/resources/assets/minecraft/blockstates/dark_oak_stairs.json new file mode 100755 index 00000000..2e13b96d --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/dark_oak_stairs.json @@ -0,0 +1,44 @@ +{ + "variants": { + "facing=east,half=bottom,shape=straight": { "model": "dark_oak_stairs" }, + "facing=west,half=bottom,shape=straight": { "model": "dark_oak_stairs", "y": 180, "uvlock": true }, + "facing=south,half=bottom,shape=straight": { "model": "dark_oak_stairs", "y": 90, "uvlock": true }, + "facing=north,half=bottom,shape=straight": { "model": "dark_oak_stairs", "y": 270, "uvlock": true }, + "facing=east,half=bottom,shape=outer_right": { "model": "dark_oak_outer_stairs" }, + "facing=west,half=bottom,shape=outer_right": { "model": "dark_oak_outer_stairs", "y": 180, "uvlock": true }, + "facing=south,half=bottom,shape=outer_right": { "model": "dark_oak_outer_stairs", "y": 90, "uvlock": true }, + "facing=north,half=bottom,shape=outer_right": { "model": "dark_oak_outer_stairs", "y": 270, "uvlock": true }, + "facing=east,half=bottom,shape=outer_left": { "model": "dark_oak_outer_stairs", "y": 270, "uvlock": true }, + "facing=west,half=bottom,shape=outer_left": { "model": "dark_oak_outer_stairs", "y": 90, "uvlock": true }, + "facing=south,half=bottom,shape=outer_left": { "model": "dark_oak_outer_stairs" }, + "facing=north,half=bottom,shape=outer_left": { "model": "dark_oak_outer_stairs", "y": 180, "uvlock": true }, + "facing=east,half=bottom,shape=inner_right": { "model": "dark_oak_inner_stairs" }, + "facing=west,half=bottom,shape=inner_right": { "model": "dark_oak_inner_stairs", "y": 180, "uvlock": true }, + "facing=south,half=bottom,shape=inner_right": { "model": "dark_oak_inner_stairs", "y": 90, "uvlock": true }, + "facing=north,half=bottom,shape=inner_right": { "model": "dark_oak_inner_stairs", "y": 270, "uvlock": true }, + "facing=east,half=bottom,shape=inner_left": { "model": "dark_oak_inner_stairs", "y": 270, "uvlock": true }, + "facing=west,half=bottom,shape=inner_left": { "model": "dark_oak_inner_stairs", "y": 90, "uvlock": true }, + "facing=south,half=bottom,shape=inner_left": { "model": "dark_oak_inner_stairs" }, + "facing=north,half=bottom,shape=inner_left": { "model": "dark_oak_inner_stairs", "y": 180, "uvlock": true }, + "facing=east,half=top,shape=straight": { "model": "dark_oak_stairs", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=straight": { "model": "dark_oak_stairs", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=straight": { "model": "dark_oak_stairs", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=straight": { "model": "dark_oak_stairs", "x": 180, "y": 270, "uvlock": true }, + "facing=east,half=top,shape=outer_right": { "model": "dark_oak_outer_stairs", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=outer_right": { "model": "dark_oak_outer_stairs", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=outer_right": { "model": "dark_oak_outer_stairs", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=outer_right": { "model": "dark_oak_outer_stairs", "x": 180, "y": 270, "uvlock": true }, + "facing=east,half=top,shape=outer_left": { "model": "dark_oak_outer_stairs", "x": 180, "y": 90, "uvlock": true }, + "facing=west,half=top,shape=outer_left": { "model": "dark_oak_outer_stairs", "x": 180, "y": 270, "uvlock": true }, + "facing=south,half=top,shape=outer_left": { "model": "dark_oak_outer_stairs", "x": 180, "y": 180, "uvlock": true }, + "facing=north,half=top,shape=outer_left": { "model": "dark_oak_outer_stairs", "x": 180, "uvlock": true }, + "facing=east,half=top,shape=inner_right": { "model": "dark_oak_inner_stairs", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=inner_right": { "model": "dark_oak_inner_stairs", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=inner_right": { "model": "dark_oak_inner_stairs", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=inner_right": { "model": "dark_oak_inner_stairs", "x": 180, "y": 270, "uvlock": true }, + "facing=east,half=top,shape=inner_left": { "model": "dark_oak_inner_stairs", "x": 180, "y": 90, "uvlock": true }, + "facing=west,half=top,shape=inner_left": { "model": "dark_oak_inner_stairs", "x": 180, "y": 270, "uvlock": true }, + "facing=south,half=top,shape=inner_left": { "model": "dark_oak_inner_stairs", "x": 180, "y": 180, "uvlock": true }, + "facing=north,half=top,shape=inner_left": { "model": "dark_oak_inner_stairs", "x": 180, "uvlock": true } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/dark_prismarine.json b/desktopRuntime/resources/assets/minecraft/blockstates/dark_prismarine.json new file mode 100755 index 00000000..015f2b5c --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/dark_prismarine.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "prismarine_dark" } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/daylight_detector.json b/desktopRuntime/resources/assets/minecraft/blockstates/daylight_detector.json new file mode 100755 index 00000000..b600867f --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/daylight_detector.json @@ -0,0 +1,20 @@ +{ + "variants": { + "power=0": { "model": "daylight_detector" }, + "power=1": { "model": "daylight_detector" }, + "power=2": { "model": "daylight_detector" }, + "power=3": { "model": "daylight_detector" }, + "power=4": { "model": "daylight_detector" }, + "power=5": { "model": "daylight_detector" }, + "power=6": { "model": "daylight_detector" }, + "power=7": { "model": "daylight_detector" }, + "power=8": { "model": "daylight_detector" }, + "power=9": { "model": "daylight_detector" }, + "power=10": { "model": "daylight_detector" }, + "power=11": { "model": "daylight_detector" }, + "power=12": { "model": "daylight_detector" }, + "power=13": { "model": "daylight_detector" }, + "power=14": { "model": "daylight_detector" }, + "power=15": { "model": "daylight_detector" } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/daylight_detector_inverted.json b/desktopRuntime/resources/assets/minecraft/blockstates/daylight_detector_inverted.json new file mode 100755 index 00000000..97e1f75f --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/daylight_detector_inverted.json @@ -0,0 +1,20 @@ +{ + "variants": { + "power=0": { "model": "daylight_detector_inverted" }, + "power=1": { "model": "daylight_detector_inverted" }, + "power=2": { "model": "daylight_detector_inverted" }, + "power=3": { "model": "daylight_detector_inverted" }, + "power=4": { "model": "daylight_detector_inverted" }, + "power=5": { "model": "daylight_detector_inverted" }, + "power=6": { "model": "daylight_detector_inverted" }, + "power=7": { "model": "daylight_detector_inverted" }, + "power=8": { "model": "daylight_detector_inverted" }, + "power=9": { "model": "daylight_detector_inverted" }, + "power=10": { "model": "daylight_detector_inverted" }, + "power=11": { "model": "daylight_detector_inverted" }, + "power=12": { "model": "daylight_detector_inverted" }, + "power=13": { "model": "daylight_detector_inverted" }, + "power=14": { "model": "daylight_detector_inverted" }, + "power=15": { "model": "daylight_detector_inverted" } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/dead_bush.json b/desktopRuntime/resources/assets/minecraft/blockstates/dead_bush.json new file mode 100755 index 00000000..410f4088 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/dead_bush.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "dead_bush" } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/detector_rail.json b/desktopRuntime/resources/assets/minecraft/blockstates/detector_rail.json new file mode 100755 index 00000000..a6c55b28 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/detector_rail.json @@ -0,0 +1,16 @@ +{ + "variants": { + "powered=false,shape=north_south": { "model": "detector_rail_flat" }, + "powered=false,shape=east_west": { "model": "detector_rail_flat", "y": 90 }, + "powered=false,shape=ascending_east": { "model": "detector_rail_raised_ne", "y": 90 }, + "powered=false,shape=ascending_west": { "model": "detector_rail_raised_sw", "y": 90 }, + "powered=false,shape=ascending_north": { "model": "detector_rail_raised_ne" }, + "powered=false,shape=ascending_south": { "model": "detector_rail_raised_sw" }, + "powered=true,shape=north_south": { "model": "detector_rail_powered_flat" }, + "powered=true,shape=east_west": { "model": "detector_rail_powered_flat", "y": 90 }, + "powered=true,shape=ascending_east": { "model": "detector_rail_powered_raised_ne", "y": 90 }, + "powered=true,shape=ascending_west": { "model": "detector_rail_powered_raised_sw", "y": 90 }, + "powered=true,shape=ascending_north": { "model": "detector_rail_powered_raised_ne" }, + "powered=true,shape=ascending_south": { "model": "detector_rail_powered_raised_sw" } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/diamond_block.json b/desktopRuntime/resources/assets/minecraft/blockstates/diamond_block.json new file mode 100755 index 00000000..9a0c4874 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/diamond_block.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "diamond_block" } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/diamond_ore.json b/desktopRuntime/resources/assets/minecraft/blockstates/diamond_ore.json new file mode 100755 index 00000000..b870a842 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/diamond_ore.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "diamond_ore" } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/diorite.json b/desktopRuntime/resources/assets/minecraft/blockstates/diorite.json new file mode 100755 index 00000000..64314e0a --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/diorite.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "diorite" } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/dirt.json b/desktopRuntime/resources/assets/minecraft/blockstates/dirt.json new file mode 100755 index 00000000..c83e0caf --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/dirt.json @@ -0,0 +1,10 @@ +{ + "variants": { + "normal": [ + { "model": "dirt" }, + { "model": "dirt", "y": 90 }, + { "model": "dirt", "y": 180 }, + { "model": "dirt", "y": 270 } + ] + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/dispenser.json b/desktopRuntime/resources/assets/minecraft/blockstates/dispenser.json new file mode 100755 index 00000000..2765f9a2 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/dispenser.json @@ -0,0 +1,10 @@ +{ + "variants": { + "facing=down": { "model": "dispenser_vertical", "x": 180 }, + "facing=up": { "model": "dispenser_vertical" }, + "facing=north": { "model": "dispenser" }, + "facing=south": { "model": "dispenser", "y": 180 }, + "facing=west": { "model": "dispenser", "y": 270 }, + "facing=east": { "model": "dispenser", "y": 90 } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/double_fern.json b/desktopRuntime/resources/assets/minecraft/blockstates/double_fern.json new file mode 100755 index 00000000..6e6feb21 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/double_fern.json @@ -0,0 +1,6 @@ +{ + "variants": { + "half=lower": { "model": "double_fern_bottom" }, + "half=upper": { "model": "double_fern_top" } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/double_grass.json b/desktopRuntime/resources/assets/minecraft/blockstates/double_grass.json new file mode 100755 index 00000000..c776e161 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/double_grass.json @@ -0,0 +1,6 @@ +{ + "variants": { + "half=lower": { "model": "double_grass_bottom" }, + "half=upper": { "model": "double_grass_top" } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/double_rose.json b/desktopRuntime/resources/assets/minecraft/blockstates/double_rose.json new file mode 100755 index 00000000..2433eaa0 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/double_rose.json @@ -0,0 +1,6 @@ +{ + "variants": { + "half=lower": { "model": "double_rose_bottom" }, + "half=upper": { "model": "double_rose_top" } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/dragon_egg.json b/desktopRuntime/resources/assets/minecraft/blockstates/dragon_egg.json new file mode 100755 index 00000000..455e6b9d --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/dragon_egg.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "dragon_egg" } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/dropper.json b/desktopRuntime/resources/assets/minecraft/blockstates/dropper.json new file mode 100755 index 00000000..69e36f0c --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/dropper.json @@ -0,0 +1,10 @@ +{ + "variants": { + "facing=down": { "model": "dropper_vertical", "x": 180 }, + "facing=up": { "model": "dropper_vertical" }, + "facing=north": { "model": "dropper" }, + "facing=south": { "model": "dropper", "y": 180 }, + "facing=west": { "model": "dropper", "y": 270 }, + "facing=east": { "model": "dropper", "y": 90 } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/emerald_block.json b/desktopRuntime/resources/assets/minecraft/blockstates/emerald_block.json new file mode 100755 index 00000000..75aea371 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/emerald_block.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "emerald_block" } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/emerald_ore.json b/desktopRuntime/resources/assets/minecraft/blockstates/emerald_ore.json new file mode 100755 index 00000000..a5ce775b --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/emerald_ore.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "emerald_ore" } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/enchanting_table.json b/desktopRuntime/resources/assets/minecraft/blockstates/enchanting_table.json new file mode 100755 index 00000000..27f7a223 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/enchanting_table.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "enchanting_table_base" } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/end_portal_frame.json b/desktopRuntime/resources/assets/minecraft/blockstates/end_portal_frame.json new file mode 100755 index 00000000..b2999074 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/end_portal_frame.json @@ -0,0 +1,12 @@ +{ + "variants": { + "eye=false,facing=south": { "model": "end_portal_frame_empty" }, + "eye=false,facing=west": { "model": "end_portal_frame_empty", "y": 90 }, + "eye=false,facing=north": { "model": "end_portal_frame_empty", "y": 180 }, + "eye=false,facing=east": { "model": "end_portal_frame_empty", "y": 270 }, + "eye=true,facing=south": { "model": "end_portal_frame_filled" }, + "eye=true,facing=west": { "model": "end_portal_frame_filled", "y": 90 }, + "eye=true,facing=north": { "model": "end_portal_frame_filled", "y": 180 }, + "eye=true,facing=east": { "model": "end_portal_frame_filled", "y": 270 } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/end_stone.json b/desktopRuntime/resources/assets/minecraft/blockstates/end_stone.json new file mode 100755 index 00000000..eb7c12dd --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/end_stone.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "end_stone" } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/farmland.json b/desktopRuntime/resources/assets/minecraft/blockstates/farmland.json new file mode 100755 index 00000000..f3712558 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/farmland.json @@ -0,0 +1,12 @@ +{ + "variants": { + "moisture=0": { "model": "farmland_dry" }, + "moisture=1": { "model": "farmland_dry" }, + "moisture=2": { "model": "farmland_dry" }, + "moisture=3": { "model": "farmland_dry" }, + "moisture=4": { "model": "farmland_dry" }, + "moisture=5": { "model": "farmland_dry" }, + "moisture=6": { "model": "farmland_dry" }, + "moisture=7": { "model": "farmland_moist" } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/fence.json b/desktopRuntime/resources/assets/minecraft/blockstates/fence.json new file mode 100755 index 00000000..83b0bb3c --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/fence.json @@ -0,0 +1,20 @@ +{ + "variants": { + "east=false,north=false,south=false,west=false": { "model": "oak_fence_post" }, + "east=false,north=true,south=false,west=false": { "model": "oak_fence_n", "uvlock": true }, + "east=true,north=false,south=false,west=false": { "model": "oak_fence_n", "y": 90, "uvlock": true }, + "east=false,north=false,south=true,west=false": { "model": "oak_fence_n", "y": 180, "uvlock": true }, + "east=false,north=false,south=false,west=true": { "model": "oak_fence_n", "y": 270, "uvlock": true }, + "east=true,north=true,south=false,west=false": { "model": "oak_fence_ne", "uvlock": true }, + "east=true,north=false,south=true,west=false": { "model": "oak_fence_ne", "y": 90, "uvlock": true }, + "east=false,north=false,south=true,west=true": { "model": "oak_fence_ne", "y": 180, "uvlock": true }, + "east=false,north=true,south=false,west=true": { "model": "oak_fence_ne", "y": 270, "uvlock": true }, + "east=false,north=true,south=true,west=false": { "model": "oak_fence_ns", "uvlock": true }, + "east=true,north=false,south=false,west=true": { "model": "oak_fence_ns", "y": 90, "uvlock": true }, + "east=true,north=true,south=true,west=false": { "model": "oak_fence_nse", "uvlock": true }, + "east=true,north=false,south=true,west=true": { "model": "oak_fence_nse", "y": 90, "uvlock": true }, + "east=false,north=true,south=true,west=true": { "model": "oak_fence_nse", "y": 180, "uvlock": true }, + "east=true,north=true,south=false,west=true": { "model": "oak_fence_nse", "y": 270, "uvlock": true }, + "east=true,north=true,south=true,west=true": { "model": "oak_fence_nsew", "uvlock": true } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/fence_gate.json b/desktopRuntime/resources/assets/minecraft/blockstates/fence_gate.json new file mode 100755 index 00000000..d0f22d68 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/fence_gate.json @@ -0,0 +1,20 @@ +{ + "variants": { + "facing=south,in_wall=false,open=false": { "model": "oak_fence_gate_closed" }, + "facing=west,in_wall=false,open=false": { "model": "oak_fence_gate_closed", "y": 90, "uvlock": true }, + "facing=north,in_wall=false,open=false": { "model": "oak_fence_gate_closed", "y": 180, "uvlock": true }, + "facing=east,in_wall=false,open=false": { "model": "oak_fence_gate_closed", "y": 270, "uvlock": true }, + "facing=south,in_wall=false,open=true": { "model": "oak_fence_gate_open" }, + "facing=west,in_wall=false,open=true": { "model": "oak_fence_gate_open", "y": 90, "uvlock": true }, + "facing=north,in_wall=false,open=true": { "model": "oak_fence_gate_open", "y": 180, "uvlock": true }, + "facing=east,in_wall=false,open=true": { "model": "oak_fence_gate_open", "y": 270, "uvlock": true }, + "facing=south,in_wall=true,open=false": { "model": "oak_wall_gate_closed" }, + "facing=west,in_wall=true,open=false": { "model": "oak_wall_gate_closed", "y": 90, "uvlock": true }, + "facing=north,in_wall=true,open=false": { "model": "oak_wall_gate_closed", "y": 180, "uvlock": true }, + "facing=east,in_wall=true,open=false": { "model": "oak_wall_gate_closed", "y": 270, "uvlock": true }, + "facing=south,in_wall=true,open=true": { "model": "oak_wall_gate_open" }, + "facing=west,in_wall=true,open=true": { "model": "oak_wall_gate_open", "y": 90, "uvlock": true }, + "facing=north,in_wall=true,open=true": { "model": "oak_wall_gate_open", "y": 180, "uvlock": true }, + "facing=east,in_wall=true,open=true": { "model": "oak_wall_gate_open", "y": 270, "uvlock": true } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/fern.json b/desktopRuntime/resources/assets/minecraft/blockstates/fern.json new file mode 100755 index 00000000..7c94bcfb --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/fern.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "fern" } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/fire.json b/desktopRuntime/resources/assets/minecraft/blockstates/fire.json new file mode 100755 index 00000000..67c09092 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/fire.json @@ -0,0 +1,196 @@ +{ + "variants": { + "alt=false,east=false,flip=false,north=false,south=false,upper=0,west=false": { "model": "fire_floor_main" }, + "alt=false,east=false,flip=false,north=false,south=true,upper=0,west=false": { "model": "fire_n_main", "y": 180 }, + "alt=false,east=false,flip=false,north=false,south=false,upper=0,west=true": { "model": "fire_n_main", "y": 270 }, + "alt=false,east=false,flip=false,north=true,south=false,upper=0,west=false": { "model": "fire_n_main" }, + "alt=false,east=true,flip=false,north=false,south=false,upper=0,west=false": { "model": "fire_n_main", "y": 90 }, + "alt=false,east=true,flip=false,north=true,south=false,upper=0,west=false": { "model": "fire_ne_main" }, + "alt=false,east=true,flip=false,north=false,south=true,upper=0,west=false": { "model": "fire_ne_main", "y": 90 }, + "alt=false,east=false,flip=false,north=false,south=true,upper=0,west=true": { "model": "fire_ne_main", "y": 180 }, + "alt=false,east=false,flip=false,north=true,south=false,upper=0,west=true": { "model": "fire_ne_main", "y": 270 }, + "alt=false,east=false,flip=false,north=true,south=true,upper=0,west=false": { "model": "fire_ns_main" }, + "alt=false,east=true,flip=false,north=false,south=false,upper=0,west=true": { "model": "fire_ns_main", "y": 90 }, + "alt=false,east=true,flip=false,north=true,south=true,upper=0,west=false": { "model": "fire_nse_main" }, + "alt=false,east=true,flip=false,north=false,south=true,upper=0,west=true": { "model": "fire_nse_main", "y": 90 }, + "alt=false,east=false,flip=false,north=true,south=true,upper=0,west=true": { "model": "fire_nse_main", "y": 180 }, + "alt=false,east=true,flip=false,north=true,south=false,upper=0,west=true": { "model": "fire_nse_main", "y": 270 }, + "alt=false,east=true,flip=false,north=true,south=true,upper=0,west=true": { "model": "fire_nsew_main" }, + "alt=false,east=false,flip=false,north=false,south=false,upper=1,west=false": { "model": "fire_u1_main" }, + "alt=false,east=false,flip=false,north=false,south=true,upper=1,west=false": { "model": "fire_nu1_main", "y": 180 }, + "alt=false,east=false,flip=false,north=false,south=false,upper=1,west=true": { "model": "fire_nu1_main", "y": 270 }, + "alt=false,east=false,flip=false,north=true,south=false,upper=1,west=false": { "model": "fire_nu1_main" }, + "alt=false,east=true,flip=false,north=false,south=false,upper=1,west=false": { "model": "fire_nu1_main", "y": 90 }, + "alt=false,east=true,flip=false,north=true,south=false,upper=1,west=false": { "model": "fire_neu1_main" }, + "alt=false,east=true,flip=false,north=false,south=true,upper=1,west=false": { "model": "fire_neu1_main", "y": 90 }, + "alt=false,east=false,flip=false,north=false,south=true,upper=1,west=true": { "model": "fire_neu1_main", "y": 180 }, + "alt=false,east=false,flip=false,north=true,south=false,upper=1,west=true": { "model": "fire_neu1_main", "y": 270 }, + "alt=false,east=false,flip=false,north=true,south=true,upper=1,west=false": { "model": "fire_nsu1_main" }, + "alt=false,east=true,flip=false,north=false,south=false,upper=1,west=true": { "model": "fire_nsu1_main", "y": 90 }, + "alt=false,east=true,flip=false,north=true,south=true,upper=1,west=false": { "model": "fire_nseu1_main" }, + "alt=false,east=true,flip=false,north=false,south=true,upper=1,west=true": { "model": "fire_nseu1_main", "y": 90 }, + "alt=false,east=false,flip=false,north=true,south=true,upper=1,west=true": { "model": "fire_nseu1_main", "y": 180 }, + "alt=false,east=true,flip=false,north=true,south=false,upper=1,west=true": { "model": "fire_nseu1_main", "y": 270 }, + "alt=false,east=true,flip=false,north=true,south=true,upper=1,west=true": { "model": "fire_nsewu1_main" }, + "alt=false,east=false,flip=false,north=false,south=false,upper=2,west=false": { "model": "fire_u2_main" }, + "alt=false,east=false,flip=false,north=false,south=true,upper=2,west=false": { "model": "fire_nu2_main", "y": 180 }, + "alt=false,east=false,flip=false,north=false,south=false,upper=2,west=true": { "model": "fire_nu2_main", "y": 270 }, + "alt=false,east=false,flip=false,north=true,south=false,upper=2,west=false": { "model": "fire_nu2_main" }, + "alt=false,east=true,flip=false,north=false,south=false,upper=2,west=false": { "model": "fire_nu2_main", "y": 90 }, + "alt=false,east=true,flip=false,north=true,south=false,upper=2,west=false": { "model": "fire_neu2_main" }, + "alt=false,east=true,flip=false,north=false,south=true,upper=2,west=false": { "model": "fire_neu2_main", "y": 90 }, + "alt=false,east=false,flip=false,north=false,south=true,upper=2,west=true": { "model": "fire_neu2_main", "y": 180 }, + "alt=false,east=false,flip=false,north=true,south=false,upper=2,west=true": { "model": "fire_neu2_main", "y": 270 }, + "alt=false,east=false,flip=false,north=true,south=true,upper=2,west=false": { "model": "fire_nsu2_main" }, + "alt=false,east=true,flip=false,north=false,south=false,upper=2,west=true": { "model": "fire_nsu2_main", "y": 90 }, + "alt=false,east=true,flip=false,north=true,south=true,upper=2,west=false": { "model": "fire_nseu2_main" }, + "alt=false,east=true,flip=false,north=false,south=true,upper=2,west=true": { "model": "fire_nseu2_main", "y": 90 }, + "alt=false,east=false,flip=false,north=true,south=true,upper=2,west=true": { "model": "fire_nseu2_main", "y": 180 }, + "alt=false,east=true,flip=false,north=true,south=false,upper=2,west=true": { "model": "fire_nseu2_main", "y": 270 }, + "alt=false,east=true,flip=false,north=true,south=true,upper=2,west=true": { "model": "fire_nsewu2_main" }, + "alt=true,east=false,flip=false,north=false,south=false,upper=0,west=false": { "model": "fire_floor_main" }, + "alt=true,east=false,flip=false,north=false,south=true,upper=0,west=false": { "model": "fire_n_alt", "y": 180 }, + "alt=true,east=false,flip=false,north=false,south=false,upper=0,west=true": { "model": "fire_n_alt", "y": 270 }, + "alt=true,east=false,flip=false,north=true,south=false,upper=0,west=false": { "model": "fire_n_alt" }, + "alt=true,east=true,flip=false,north=false,south=false,upper=0,west=false": { "model": "fire_n_alt", "y": 90 }, + "alt=true,east=true,flip=false,north=true,south=false,upper=0,west=false": { "model": "fire_ne_alt" }, + "alt=true,east=true,flip=false,north=false,south=true,upper=0,west=false": { "model": "fire_ne_alt", "y": 90 }, + "alt=true,east=false,flip=false,north=false,south=true,upper=0,west=true": { "model": "fire_ne_alt", "y": 180 }, + "alt=true,east=false,flip=false,north=true,south=false,upper=0,west=true": { "model": "fire_ne_alt", "y": 270 }, + "alt=true,east=false,flip=false,north=true,south=true,upper=0,west=false": { "model": "fire_ns_alt" }, + "alt=true,east=true,flip=false,north=false,south=false,upper=0,west=true": { "model": "fire_ns_alt", "y": 90 }, + "alt=true,east=true,flip=false,north=true,south=true,upper=0,west=false": { "model": "fire_nse_alt" }, + "alt=true,east=true,flip=false,north=false,south=true,upper=0,west=true": { "model": "fire_nse_alt", "y": 90 }, + "alt=true,east=false,flip=false,north=true,south=true,upper=0,west=true": { "model": "fire_nse_alt", "y": 180 }, + "alt=true,east=true,flip=false,north=true,south=false,upper=0,west=true": { "model": "fire_nse_alt", "y": 270 }, + "alt=true,east=true,flip=false,north=true,south=true,upper=0,west=true": { "model": "fire_nsew_alt" }, + "alt=true,east=false,flip=false,north=false,south=false,upper=1,west=false": { "model": "fire_u1_main" }, + "alt=true,east=false,flip=false,north=false,south=true,upper=1,west=false": { "model": "fire_nu1_alt", "y": 180 }, + "alt=true,east=false,flip=false,north=false,south=false,upper=1,west=true": { "model": "fire_nu1_alt", "y": 270 }, + "alt=true,east=false,flip=false,north=true,south=false,upper=1,west=false": { "model": "fire_nu1_alt" }, + "alt=true,east=true,flip=false,north=false,south=false,upper=1,west=false": { "model": "fire_nu1_alt", "y": 90 }, + "alt=true,east=true,flip=false,north=true,south=false,upper=1,west=false": { "model": "fire_neu1_alt" }, + "alt=true,east=true,flip=false,north=false,south=true,upper=1,west=false": { "model": "fire_neu1_alt", "y": 90 }, + "alt=true,east=false,flip=false,north=false,south=true,upper=1,west=true": { "model": "fire_neu1_alt", "y": 180 }, + "alt=true,east=false,flip=false,north=true,south=false,upper=1,west=true": { "model": "fire_neu1_alt", "y": 270 }, + "alt=true,east=false,flip=false,north=true,south=true,upper=1,west=false": { "model": "fire_nsu1_alt" }, + "alt=true,east=true,flip=false,north=false,south=false,upper=1,west=true": { "model": "fire_nsu1_alt", "y": 90 }, + "alt=true,east=true,flip=false,north=true,south=true,upper=1,west=false": { "model": "fire_nseu1_alt" }, + "alt=true,east=true,flip=false,north=false,south=true,upper=1,west=true": { "model": "fire_nseu1_alt", "y": 90 }, + "alt=true,east=false,flip=false,north=true,south=true,upper=1,west=true": { "model": "fire_nseu1_alt", "y": 180 }, + "alt=true,east=true,flip=false,north=true,south=false,upper=1,west=true": { "model": "fire_nseu1_alt", "y": 270 }, + "alt=true,east=true,flip=false,north=true,south=true,upper=1,west=true": { "model": "fire_nsewu1_alt" }, + "alt=true,east=false,flip=false,north=false,south=false,upper=2,west=false": { "model": "fire_u2_main" }, + "alt=true,east=false,flip=false,north=false,south=true,upper=2,west=false": { "model": "fire_nu2_alt", "y": 180 }, + "alt=true,east=false,flip=false,north=false,south=false,upper=2,west=true": { "model": "fire_nu2_alt", "y": 270 }, + "alt=true,east=false,flip=false,north=true,south=false,upper=2,west=false": { "model": "fire_nu2_alt" }, + "alt=true,east=true,flip=false,north=false,south=false,upper=2,west=false": { "model": "fire_nu2_alt", "y": 90 }, + "alt=true,east=true,flip=false,north=true,south=false,upper=2,west=false": { "model": "fire_neu2_alt" }, + "alt=true,east=true,flip=false,north=false,south=true,upper=2,west=false": { "model": "fire_neu2_alt", "y": 90 }, + "alt=true,east=false,flip=false,north=false,south=true,upper=2,west=true": { "model": "fire_neu2_alt", "y": 180 }, + "alt=true,east=false,flip=false,north=true,south=false,upper=2,west=true": { "model": "fire_neu2_alt", "y": 270 }, + "alt=true,east=false,flip=false,north=true,south=true,upper=2,west=false": { "model": "fire_nsu2_alt" }, + "alt=true,east=true,flip=false,north=false,south=false,upper=2,west=true": { "model": "fire_nsu2_alt", "y": 90 }, + "alt=true,east=true,flip=false,north=true,south=true,upper=2,west=false": { "model": "fire_nseu2_alt" }, + "alt=true,east=true,flip=false,north=false,south=true,upper=2,west=true": { "model": "fire_nseu2_alt", "y": 90 }, + "alt=true,east=false,flip=false,north=true,south=true,upper=2,west=true": { "model": "fire_nseu2_alt", "y": 180 }, + "alt=true,east=true,flip=false,north=true,south=false,upper=2,west=true": { "model": "fire_nseu2_alt", "y": 270 }, + "alt=true,east=true,flip=false,north=true,south=true,upper=2,west=true": { "model": "fire_nsewu2_alt" }, + "alt=false,east=false,flip=true,north=false,south=false,upper=0,west=false": { "model": "fire_floor_main" }, + "alt=false,east=false,flip=true,north=false,south=true,upper=0,west=false": { "model": "fire_n_flip_main", "y": 180 }, + "alt=false,east=false,flip=true,north=false,south=false,upper=0,west=true": { "model": "fire_n_flip_main", "y": 270 }, + "alt=false,east=false,flip=true,north=true,south=false,upper=0,west=false": { "model": "fire_n_flip_main" }, + "alt=false,east=true,flip=true,north=false,south=false,upper=0,west=false": { "model": "fire_n_flip_main", "y": 90 }, + "alt=false,east=true,flip=true,north=true,south=false,upper=0,west=false": { "model": "fire_ne_flip_main" }, + "alt=false,east=true,flip=true,north=false,south=true,upper=0,west=false": { "model": "fire_ne_flip_main", "y": 90 }, + "alt=false,east=false,flip=true,north=false,south=true,upper=0,west=true": { "model": "fire_ne_flip_main", "y": 180 }, + "alt=false,east=false,flip=true,north=true,south=false,upper=0,west=true": { "model": "fire_ne_flip_main", "y": 270 }, + "alt=false,east=false,flip=true,north=true,south=true,upper=0,west=false": { "model": "fire_ns_flip_main" }, + "alt=false,east=true,flip=true,north=false,south=false,upper=0,west=true": { "model": "fire_ns_flip_main", "y": 90 }, + "alt=false,east=true,flip=true,north=true,south=true,upper=0,west=false": { "model": "fire_nse_flip_main" }, + "alt=false,east=true,flip=true,north=false,south=true,upper=0,west=true": { "model": "fire_nse_flip_main", "y": 90 }, + "alt=false,east=false,flip=true,north=true,south=true,upper=0,west=true": { "model": "fire_nse_flip_main", "y": 180 }, + "alt=false,east=true,flip=true,north=true,south=false,upper=0,west=true": { "model": "fire_nse_flip_main", "y": 270 }, + "alt=false,east=true,flip=true,north=true,south=true,upper=0,west=true": { "model": "fire_nsew_flip_main" }, + "alt=false,east=false,flip=true,north=false,south=false,upper=1,west=false": { "model": "fire_u1_main" }, + "alt=false,east=false,flip=true,north=false,south=true,upper=1,west=false": { "model": "fire_nu1_flip_main", "y": 180 }, + "alt=false,east=false,flip=true,north=false,south=false,upper=1,west=true": { "model": "fire_nu1_flip_main", "y": 270 }, + "alt=false,east=false,flip=true,north=true,south=false,upper=1,west=false": { "model": "fire_nu1_flip_main" }, + "alt=false,east=true,flip=true,north=false,south=false,upper=1,west=false": { "model": "fire_nu1_flip_main", "y": 90 }, + "alt=false,east=true,flip=true,north=true,south=false,upper=1,west=false": { "model": "fire_neu1_flip_main" }, + "alt=false,east=true,flip=true,north=false,south=true,upper=1,west=false": { "model": "fire_neu1_flip_main", "y": 90 }, + "alt=false,east=false,flip=true,north=false,south=true,upper=1,west=true": { "model": "fire_neu1_flip_main", "y": 180 }, + "alt=false,east=false,flip=true,north=true,south=false,upper=1,west=true": { "model": "fire_neu1_flip_main", "y": 270 }, + "alt=false,east=false,flip=true,north=true,south=true,upper=1,west=false": { "model": "fire_nsu1_flip_main" }, + "alt=false,east=true,flip=true,north=false,south=false,upper=1,west=true": { "model": "fire_nsu1_flip_main", "y": 90 }, + "alt=false,east=true,flip=true,north=true,south=true,upper=1,west=false": { "model": "fire_nseu1_flip_main" }, + "alt=false,east=true,flip=true,north=false,south=true,upper=1,west=true": { "model": "fire_nseu1_flip_main", "y": 90 }, + "alt=false,east=false,flip=true,north=true,south=true,upper=1,west=true": { "model": "fire_nseu1_flip_main", "y": 180 }, + "alt=false,east=true,flip=true,north=true,south=false,upper=1,west=true": { "model": "fire_nseu1_flip_main", "y": 270 }, + "alt=false,east=true,flip=true,north=true,south=true,upper=1,west=true": { "model": "fire_nsewu1_flip_main" }, + "alt=false,east=false,flip=true,north=false,south=false,upper=2,west=false": { "model": "fire_u2_main" }, + "alt=false,east=false,flip=true,north=false,south=true,upper=2,west=false": { "model": "fire_nu2_flip_main", "y": 180 }, + "alt=false,east=false,flip=true,north=false,south=false,upper=2,west=true": { "model": "fire_nu2_flip_main", "y": 270 }, + "alt=false,east=false,flip=true,north=true,south=false,upper=2,west=false": { "model": "fire_nu2_flip_main" }, + "alt=false,east=true,flip=true,north=false,south=false,upper=2,west=false": { "model": "fire_nu2_flip_main", "y": 90 }, + "alt=false,east=true,flip=true,north=true,south=false,upper=2,west=false": { "model": "fire_neu2_flip_main" }, + "alt=false,east=true,flip=true,north=false,south=true,upper=2,west=false": { "model": "fire_neu2_flip_main", "y": 90 }, + "alt=false,east=false,flip=true,north=false,south=true,upper=2,west=true": { "model": "fire_neu2_flip_main", "y": 180 }, + "alt=false,east=false,flip=true,north=true,south=false,upper=2,west=true": { "model": "fire_neu2_flip_main", "y": 270 }, + "alt=false,east=false,flip=true,north=true,south=true,upper=2,west=false": { "model": "fire_nsu2_flip_main" }, + "alt=false,east=true,flip=true,north=false,south=false,upper=2,west=true": { "model": "fire_nsu2_flip_main", "y": 90 }, + "alt=false,east=true,flip=true,north=true,south=true,upper=2,west=false": { "model": "fire_nseu2_flip_main" }, + "alt=false,east=true,flip=true,north=false,south=true,upper=2,west=true": { "model": "fire_nseu2_flip_main", "y": 90 }, + "alt=false,east=false,flip=true,north=true,south=true,upper=2,west=true": { "model": "fire_nseu2_flip_main", "y": 180 }, + "alt=false,east=true,flip=true,north=true,south=false,upper=2,west=true": { "model": "fire_nseu2_flip_main", "y": 270 }, + "alt=false,east=true,flip=true,north=true,south=true,upper=2,west=true": { "model": "fire_nsewu2_flip_main" }, + "alt=true,east=false,flip=true,north=false,south=false,upper=0,west=false": { "model": "fire_floor_main" }, + "alt=true,east=false,flip=true,north=false,south=true,upper=0,west=false": { "model": "fire_n_alt_flip", "y": 180 }, + "alt=true,east=false,flip=true,north=false,south=false,upper=0,west=true": { "model": "fire_n_alt_flip", "y": 270 }, + "alt=true,east=false,flip=true,north=true,south=false,upper=0,west=false": { "model": "fire_n_alt_flip" }, + "alt=true,east=true,flip=true,north=false,south=false,upper=0,west=false": { "model": "fire_n_alt_flip", "y": 90 }, + "alt=true,east=true,flip=true,north=true,south=false,upper=0,west=false": { "model": "fire_ne_alt_flip" }, + "alt=true,east=true,flip=true,north=false,south=true,upper=0,west=false": { "model": "fire_ne_alt_flip", "y": 90 }, + "alt=true,east=false,flip=true,north=false,south=true,upper=0,west=true": { "model": "fire_ne_alt_flip", "y": 180 }, + "alt=true,east=false,flip=true,north=true,south=false,upper=0,west=true": { "model": "fire_ne_alt_flip", "y": 270 }, + "alt=true,east=false,flip=true,north=true,south=true,upper=0,west=false": { "model": "fire_ns_alt_flip" }, + "alt=true,east=true,flip=true,north=false,south=false,upper=0,west=true": { "model": "fire_ns_alt_flip", "y": 90 }, + "alt=true,east=true,flip=true,north=true,south=true,upper=0,west=false": { "model": "fire_nse_alt_flip" }, + "alt=true,east=true,flip=true,north=false,south=true,upper=0,west=true": { "model": "fire_nse_alt_flip", "y": 90 }, + "alt=true,east=false,flip=true,north=true,south=true,upper=0,west=true": { "model": "fire_nse_alt_flip", "y": 180 }, + "alt=true,east=true,flip=true,north=true,south=false,upper=0,west=true": { "model": "fire_nse_alt_flip", "y": 270 }, + "alt=true,east=true,flip=true,north=true,south=true,upper=0,west=true": { "model": "fire_nsew_alt_flip" }, + "alt=true,east=false,flip=true,north=false,south=false,upper=1,west=false": { "model": "fire_u1_main" }, + "alt=true,east=false,flip=true,north=false,south=true,upper=1,west=false": { "model": "fire_nu1_alt_flip", "y": 180 }, + "alt=true,east=false,flip=true,north=false,south=false,upper=1,west=true": { "model": "fire_nu1_alt_flip", "y": 270 }, + "alt=true,east=false,flip=true,north=true,south=false,upper=1,west=false": { "model": "fire_nu1_alt_flip" }, + "alt=true,east=true,flip=true,north=false,south=false,upper=1,west=false": { "model": "fire_nu1_alt_flip", "y": 90 }, + "alt=true,east=true,flip=true,north=true,south=false,upper=1,west=false": { "model": "fire_neu1_alt_flip" }, + "alt=true,east=true,flip=true,north=false,south=true,upper=1,west=false": { "model": "fire_neu1_alt_flip", "y": 90 }, + "alt=true,east=false,flip=true,north=false,south=true,upper=1,west=true": { "model": "fire_neu1_alt_flip", "y": 180 }, + "alt=true,east=false,flip=true,north=true,south=false,upper=1,west=true": { "model": "fire_neu1_alt_flip", "y": 270 }, + "alt=true,east=false,flip=true,north=true,south=true,upper=1,west=false": { "model": "fire_nsu1_alt_flip" }, + "alt=true,east=true,flip=true,north=false,south=false,upper=1,west=true": { "model": "fire_nsu1_alt_flip", "y": 90 }, + "alt=true,east=true,flip=true,north=true,south=true,upper=1,west=false": { "model": "fire_nseu1_alt_flip" }, + "alt=true,east=true,flip=true,north=false,south=true,upper=1,west=true": { "model": "fire_nseu1_alt_flip", "y": 90 }, + "alt=true,east=false,flip=true,north=true,south=true,upper=1,west=true": { "model": "fire_nseu1_alt_flip", "y": 180 }, + "alt=true,east=true,flip=true,north=true,south=false,upper=1,west=true": { "model": "fire_nseu1_alt_flip", "y": 270 }, + "alt=true,east=true,flip=true,north=true,south=true,upper=1,west=true": { "model": "fire_nsewu1_alt_flip" }, + "alt=true,east=false,flip=true,north=false,south=false,upper=2,west=false": { "model": "fire_u2_main" }, + "alt=true,east=false,flip=true,north=false,south=true,upper=2,west=false": { "model": "fire_nu2_alt_flip", "y": 180 }, + "alt=true,east=false,flip=true,north=false,south=false,upper=2,west=true": { "model": "fire_nu2_alt_flip", "y": 270 }, + "alt=true,east=false,flip=true,north=true,south=false,upper=2,west=false": { "model": "fire_nu2_alt_flip" }, + "alt=true,east=true,flip=true,north=false,south=false,upper=2,west=false": { "model": "fire_nu2_alt_flip", "y": 90 }, + "alt=true,east=true,flip=true,north=true,south=false,upper=2,west=false": { "model": "fire_neu2_alt_flip" }, + "alt=true,east=true,flip=true,north=false,south=true,upper=2,west=false": { "model": "fire_neu2_alt_flip", "y": 90 }, + "alt=true,east=false,flip=true,north=false,south=true,upper=2,west=true": { "model": "fire_neu2_alt_flip", "y": 180 }, + "alt=true,east=false,flip=true,north=true,south=false,upper=2,west=true": { "model": "fire_neu2_alt_flip", "y": 270 }, + "alt=true,east=false,flip=true,north=true,south=true,upper=2,west=false": { "model": "fire_nsu2_alt_flip" }, + "alt=true,east=true,flip=true,north=false,south=false,upper=2,west=true": { "model": "fire_nsu2_alt_flip", "y": 90 }, + "alt=true,east=true,flip=true,north=true,south=true,upper=2,west=false": { "model": "fire_nseu2_alt_flip" }, + "alt=true,east=true,flip=true,north=false,south=true,upper=2,west=true": { "model": "fire_nseu2_alt_flip", "y": 90 }, + "alt=true,east=false,flip=true,north=true,south=true,upper=2,west=true": { "model": "fire_nseu2_alt_flip", "y": 180 }, + "alt=true,east=true,flip=true,north=true,south=false,upper=2,west=true": { "model": "fire_nseu2_alt_flip", "y": 270 }, + "alt=true,east=true,flip=true,north=true,south=true,upper=2,west=true": { "model": "fire_nsewu2_alt_flip" } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/flower_pot.json b/desktopRuntime/resources/assets/minecraft/blockstates/flower_pot.json new file mode 100755 index 00000000..b4ae9fe3 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/flower_pot.json @@ -0,0 +1,26 @@ +{ + "variants": { + "contents=empty": { "model": "flower_pot" }, + "contents=rose": { "model": "flower_pot_rose" }, + "contents=blue_orchid": { "model": "flower_pot_orchid" }, + "contents=allium": { "model": "flower_pot_allium" }, + "contents=houstonia": { "model": "flower_pot_houstonia" }, + "contents=red_tulip": { "model": "flower_pot_tulip_red" }, + "contents=orange_tulip": { "model": "flower_pot_tulip_orange" }, + "contents=white_tulip": { "model": "flower_pot_tulip_white" }, + "contents=pink_tulip": { "model": "flower_pot_tulip_pink" }, + "contents=oxeye_daisy": { "model": "flower_pot_daisy" }, + "contents=dandelion": { "model": "flower_pot_dandelion" }, + "contents=oak_sapling": { "model": "flower_pot_oak" }, + "contents=spruce_sapling": { "model": "flower_pot_spruce" }, + "contents=birch_sapling": { "model": "flower_pot_birch" }, + "contents=jungle_sapling": { "model": "flower_pot_jungle" }, + "contents=acacia_sapling": { "model": "flower_pot_acacia" }, + "contents=dark_oak_sapling": { "model": "flower_pot_dark_oak" }, + "contents=mushroom_red": { "model": "flower_pot_mushroom_red" }, + "contents=mushroom_brown": { "model": "flower_pot_mushroom_brown" }, + "contents=dead_bush": { "model": "flower_pot_dead_bush" }, + "contents=fern": { "model": "flower_pot_fern" }, + "contents=cactus": { "model": "flower_pot_cactus" } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/furnace.json b/desktopRuntime/resources/assets/minecraft/blockstates/furnace.json new file mode 100755 index 00000000..7928038e --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/furnace.json @@ -0,0 +1,8 @@ +{ + "variants": { + "facing=north": { "model": "furnace" }, + "facing=south": { "model": "furnace", "y": 180 }, + "facing=west": { "model": "furnace", "y": 270 }, + "facing=east": { "model": "furnace", "y": 90 } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/glass.json b/desktopRuntime/resources/assets/minecraft/blockstates/glass.json new file mode 100755 index 00000000..78ebe664 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/glass.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "glass" } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/glass_pane.json b/desktopRuntime/resources/assets/minecraft/blockstates/glass_pane.json new file mode 100755 index 00000000..53cf2f83 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/glass_pane.json @@ -0,0 +1,20 @@ +{ + "variants": { + "east=false,north=false,south=false,west=false": { "model": "glass_pane_nsew" }, + "east=false,north=true,south=false,west=false": { "model": "glass_pane_n" }, + "east=true,north=false,south=false,west=false": { "model": "glass_pane_n", "y": 90 }, + "east=false,north=false,south=true,west=false": { "model": "glass_pane_n", "y": 180 }, + "east=false,north=false,south=false,west=true": { "model": "glass_pane_n", "y": 270 }, + "east=true,north=true,south=false,west=false": { "model": "glass_pane_ne" }, + "east=true,north=false,south=true,west=false": { "model": "glass_pane_ne", "y": 90 }, + "east=false,north=false,south=true,west=true": { "model": "glass_pane_ne", "y": 180 }, + "east=false,north=true,south=false,west=true": { "model": "glass_pane_ne", "y": 270 }, + "east=false,north=true,south=true,west=false": { "model": "glass_pane_ns" }, + "east=true,north=false,south=false,west=true": { "model": "glass_pane_ns", "y": 90 }, + "east=true,north=true,south=true,west=false": { "model": "glass_pane_nse" }, + "east=true,north=false,south=true,west=true": { "model": "glass_pane_nse", "y": 90 }, + "east=false,north=true,south=true,west=true": { "model": "glass_pane_nse", "y": 180 }, + "east=true,north=true,south=false,west=true": { "model": "glass_pane_nse", "y": 270 }, + "east=true,north=true,south=true,west=true": { "model": "glass_pane_nsew" } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/glowstone.json b/desktopRuntime/resources/assets/minecraft/blockstates/glowstone.json new file mode 100755 index 00000000..b10362d9 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/glowstone.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "glowstone" } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/gold_block.json b/desktopRuntime/resources/assets/minecraft/blockstates/gold_block.json new file mode 100755 index 00000000..9666d9bb --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/gold_block.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "gold_block" } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/gold_ore.json b/desktopRuntime/resources/assets/minecraft/blockstates/gold_ore.json new file mode 100755 index 00000000..9dfa778e --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/gold_ore.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "gold_ore" } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/golden_rail.json b/desktopRuntime/resources/assets/minecraft/blockstates/golden_rail.json new file mode 100755 index 00000000..6938c5ea --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/golden_rail.json @@ -0,0 +1,16 @@ +{ + "variants": { + "powered=false,shape=north_south": { "model": "golden_rail_flat" }, + "powered=false,shape=east_west": { "model": "golden_rail_flat", "y": 90 }, + "powered=false,shape=ascending_east": { "model": "golden_rail_raised_ne", "y": 90 }, + "powered=false,shape=ascending_west": { "model": "golden_rail_raised_sw", "y": 90 }, + "powered=false,shape=ascending_north": { "model": "golden_rail_raised_ne" }, + "powered=false,shape=ascending_south": { "model": "golden_rail_raised_sw" }, + "powered=true,shape=north_south": { "model": "golden_rail_active_flat" }, + "powered=true,shape=east_west": { "model": "golden_rail_active_flat", "y": 90 }, + "powered=true,shape=ascending_east": { "model": "golden_rail_active_raised_ne", "y": 90 }, + "powered=true,shape=ascending_west": { "model": "golden_rail_active_raised_sw", "y": 90 }, + "powered=true,shape=ascending_north": { "model": "golden_rail_active_raised_ne" }, + "powered=true,shape=ascending_south": { "model": "golden_rail_active_raised_sw" } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/granite.json b/desktopRuntime/resources/assets/minecraft/blockstates/granite.json new file mode 100755 index 00000000..8742085d --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/granite.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "granite" } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/grass.json b/desktopRuntime/resources/assets/minecraft/blockstates/grass.json new file mode 100755 index 00000000..e7df7c16 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/grass.json @@ -0,0 +1,11 @@ +{ + "variants": { + "snowy=false": [ + { "model": "grass_normal" }, + { "model": "grass_normal", "y": 90 }, + { "model": "grass_normal", "y": 180 }, + { "model": "grass_normal", "y": 270 } + ], + "snowy=true": { "model": "grass_snowed" } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/gravel.json b/desktopRuntime/resources/assets/minecraft/blockstates/gravel.json new file mode 100755 index 00000000..fb699c5b --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/gravel.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "gravel" } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/gray_carpet.json b/desktopRuntime/resources/assets/minecraft/blockstates/gray_carpet.json new file mode 100755 index 00000000..fbae593e --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/gray_carpet.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "carpet_gray" } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/gray_stained_glass.json b/desktopRuntime/resources/assets/minecraft/blockstates/gray_stained_glass.json new file mode 100755 index 00000000..b423b89b --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/gray_stained_glass.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "glass_gray" } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/gray_stained_glass_pane.json b/desktopRuntime/resources/assets/minecraft/blockstates/gray_stained_glass_pane.json new file mode 100755 index 00000000..c42141ea --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/gray_stained_glass_pane.json @@ -0,0 +1,20 @@ +{ + "variants": { + "east=false,north=false,south=false,west=false": { "model": "gray_pane_nsew" }, + "east=false,north=true,south=false,west=false": { "model": "gray_pane_n" }, + "east=true,north=false,south=false,west=false": { "model": "gray_pane_n", "y": 90 }, + "east=false,north=false,south=true,west=false": { "model": "gray_pane_s" }, + "east=false,north=false,south=false,west=true": { "model": "gray_pane_s", "y": 90 }, + "east=true,north=true,south=false,west=false": { "model": "gray_pane_ne" }, + "east=true,north=false,south=true,west=false": { "model": "gray_pane_se" }, + "east=false,north=false,south=true,west=true": { "model": "gray_pane_sw" }, + "east=false,north=true,south=false,west=true": { "model": "gray_pane_nw" }, + "east=false,north=true,south=true,west=false": { "model": "gray_pane_ns" }, + "east=true,north=false,south=false,west=true": { "model": "gray_pane_ns", "y": 90 }, + "east=true,north=true,south=true,west=false": { "model": "gray_pane_nse" }, + "east=true,north=false,south=true,west=true": { "model": "gray_pane_sew" }, + "east=false,north=true,south=true,west=true": { "model": "gray_pane_nsw" }, + "east=true,north=true,south=false,west=true": { "model": "gray_pane_new" }, + "east=true,north=true,south=true,west=true": { "model": "gray_pane_nsew" } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/gray_stained_hardened_clay.json b/desktopRuntime/resources/assets/minecraft/blockstates/gray_stained_hardened_clay.json new file mode 100755 index 00000000..6d6aabd9 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/gray_stained_hardened_clay.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "hardened_clay_gray" } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/gray_wool.json b/desktopRuntime/resources/assets/minecraft/blockstates/gray_wool.json new file mode 100755 index 00000000..84da5a10 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/gray_wool.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "gray_wool" } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/green_carpet.json b/desktopRuntime/resources/assets/minecraft/blockstates/green_carpet.json new file mode 100755 index 00000000..a38b9ef4 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/green_carpet.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "carpet_green" } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/green_stained_glass.json b/desktopRuntime/resources/assets/minecraft/blockstates/green_stained_glass.json new file mode 100755 index 00000000..c61028b5 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/green_stained_glass.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "glass_green" } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/green_stained_glass_pane.json b/desktopRuntime/resources/assets/minecraft/blockstates/green_stained_glass_pane.json new file mode 100755 index 00000000..4e1b49b1 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/green_stained_glass_pane.json @@ -0,0 +1,20 @@ +{ + "variants": { + "east=false,north=false,south=false,west=false": { "model": "green_pane_nsew" }, + "east=false,north=true,south=false,west=false": { "model": "green_pane_n" }, + "east=true,north=false,south=false,west=false": { "model": "green_pane_n", "y": 90 }, + "east=false,north=false,south=true,west=false": { "model": "green_pane_s" }, + "east=false,north=false,south=false,west=true": { "model": "green_pane_s", "y": 90 }, + "east=true,north=true,south=false,west=false": { "model": "green_pane_ne" }, + "east=true,north=false,south=true,west=false": { "model": "green_pane_se" }, + "east=false,north=false,south=true,west=true": { "model": "green_pane_sw" }, + "east=false,north=true,south=false,west=true": { "model": "green_pane_nw" }, + "east=false,north=true,south=true,west=false": { "model": "green_pane_ns" }, + "east=true,north=false,south=false,west=true": { "model": "green_pane_ns", "y": 90 }, + "east=true,north=true,south=true,west=false": { "model": "green_pane_nse" }, + "east=true,north=false,south=true,west=true": { "model": "green_pane_sew" }, + "east=false,north=true,south=true,west=true": { "model": "green_pane_nsw" }, + "east=true,north=true,south=false,west=true": { "model": "green_pane_new" }, + "east=true,north=true,south=true,west=true": { "model": "green_pane_nsew" } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/green_stained_hardened_clay.json b/desktopRuntime/resources/assets/minecraft/blockstates/green_stained_hardened_clay.json new file mode 100755 index 00000000..de2449da --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/green_stained_hardened_clay.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "hardened_clay_green" } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/green_wool.json b/desktopRuntime/resources/assets/minecraft/blockstates/green_wool.json new file mode 100755 index 00000000..fdbbdd78 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/green_wool.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "green_wool" } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/hardened_clay.json b/desktopRuntime/resources/assets/minecraft/blockstates/hardened_clay.json new file mode 100755 index 00000000..52a2e8a6 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/hardened_clay.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "hardened_clay" } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/hay_block.json b/desktopRuntime/resources/assets/minecraft/blockstates/hay_block.json new file mode 100755 index 00000000..e679a9ca --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/hay_block.json @@ -0,0 +1,7 @@ +{ + "variants": { + "axis=y": { "model": "hay" }, + "axis=z": { "model": "hay_side" }, + "axis=x": { "model": "hay_side", "y": 90 } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/heavy_weighted_pressure_plate.json b/desktopRuntime/resources/assets/minecraft/blockstates/heavy_weighted_pressure_plate.json new file mode 100755 index 00000000..4dbf98eb --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/heavy_weighted_pressure_plate.json @@ -0,0 +1,20 @@ +{ + "variants": { + "power=0": { "model": "heavy_pressure_plate_up" }, + "power=1": { "model": "heavy_pressure_plate_down" }, + "power=2": { "model": "heavy_pressure_plate_down" }, + "power=3": { "model": "heavy_pressure_plate_down" }, + "power=4": { "model": "heavy_pressure_plate_down" }, + "power=5": { "model": "heavy_pressure_plate_down" }, + "power=6": { "model": "heavy_pressure_plate_down" }, + "power=7": { "model": "heavy_pressure_plate_down" }, + "power=8": { "model": "heavy_pressure_plate_down" }, + "power=9": { "model": "heavy_pressure_plate_down" }, + "power=10": { "model": "heavy_pressure_plate_down" }, + "power=11": { "model": "heavy_pressure_plate_down" }, + "power=12": { "model": "heavy_pressure_plate_down" }, + "power=13": { "model": "heavy_pressure_plate_down" }, + "power=14": { "model": "heavy_pressure_plate_down" }, + "power=15": { "model": "heavy_pressure_plate_down" } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/hopper.json b/desktopRuntime/resources/assets/minecraft/blockstates/hopper.json new file mode 100755 index 00000000..60815998 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/hopper.json @@ -0,0 +1,9 @@ +{ + "variants": { + "facing=down": { "model": "hopper_down" }, + "facing=north": { "model": "hopper_side" }, + "facing=south": { "model": "hopper_side", "y": 180 }, + "facing=west": { "model": "hopper_side", "y": 270 }, + "facing=east": { "model": "hopper_side", "y": 90 } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/houstonia.json b/desktopRuntime/resources/assets/minecraft/blockstates/houstonia.json new file mode 100755 index 00000000..004d930c --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/houstonia.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "houstonia" } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/ice.json b/desktopRuntime/resources/assets/minecraft/blockstates/ice.json new file mode 100755 index 00000000..d72cb9b9 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/ice.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "ice" } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/iron_bars.json b/desktopRuntime/resources/assets/minecraft/blockstates/iron_bars.json new file mode 100755 index 00000000..ff883856 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/iron_bars.json @@ -0,0 +1,20 @@ +{ + "variants": { + "east=false,north=false,south=false,west=false": { "model": "bars_nsew" }, + "east=false,north=true,south=false,west=false": { "model": "bars_n" }, + "east=true,north=false,south=false,west=false": { "model": "bars_n", "y": 90 }, + "east=false,north=false,south=true,west=false": { "model": "bars_n", "y": 180 }, + "east=false,north=false,south=false,west=true": { "model": "bars_n", "y": 270 }, + "east=true,north=true,south=false,west=false": { "model": "bars_ne" }, + "east=true,north=false,south=true,west=false": { "model": "bars_ne", "y": 90 }, + "east=false,north=false,south=true,west=true": { "model": "bars_ne", "y": 180 }, + "east=false,north=true,south=false,west=true": { "model": "bars_ne", "y": 270 }, + "east=false,north=true,south=true,west=false": { "model": "bars_ns" }, + "east=true,north=false,south=false,west=true": { "model": "bars_ns", "y": 90 }, + "east=true,north=true,south=true,west=false": { "model": "bars_nse" }, + "east=true,north=false,south=true,west=true": { "model": "bars_nse", "y": 90 }, + "east=false,north=true,south=true,west=true": { "model": "bars_nse", "y": 180 }, + "east=true,north=true,south=false,west=true": { "model": "bars_nse", "y": 270 }, + "east=true,north=true,south=true,west=true": { "model": "bars_nsew" } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/iron_block.json b/desktopRuntime/resources/assets/minecraft/blockstates/iron_block.json new file mode 100755 index 00000000..ac749645 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/iron_block.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "iron_block" } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/iron_door.json b/desktopRuntime/resources/assets/minecraft/blockstates/iron_door.json new file mode 100755 index 00000000..6a2696a1 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/iron_door.json @@ -0,0 +1,36 @@ +{ + "variants": { + "facing=east,half=lower,hinge=left,open=false": { "model": "iron_door_bottom" }, + "facing=south,half=lower,hinge=left,open=false": { "model": "iron_door_bottom", "y": 90 }, + "facing=west,half=lower,hinge=left,open=false": { "model": "iron_door_bottom", "y": 180 }, + "facing=north,half=lower,hinge=left,open=false": { "model": "iron_door_bottom", "y": 270 }, + "facing=east,half=lower,hinge=right,open=false": { "model": "iron_door_bottom_rh" }, + "facing=south,half=lower,hinge=right,open=false": { "model": "iron_door_bottom_rh", "y": 90 }, + "facing=west,half=lower,hinge=right,open=false": { "model": "iron_door_bottom_rh", "y": 180 }, + "facing=north,half=lower,hinge=right,open=false": { "model": "iron_door_bottom_rh", "y": 270 }, + "facing=east,half=lower,hinge=left,open=true": { "model": "iron_door_bottom_rh", "y": 90 }, + "facing=south,half=lower,hinge=left,open=true": { "model": "iron_door_bottom_rh", "y": 180 }, + "facing=west,half=lower,hinge=left,open=true": { "model": "iron_door_bottom_rh", "y": 270 }, + "facing=north,half=lower,hinge=left,open=true": { "model": "iron_door_bottom_rh" }, + "facing=east,half=lower,hinge=right,open=true": { "model": "iron_door_bottom", "y": 270 }, + "facing=south,half=lower,hinge=right,open=true": { "model": "iron_door_bottom" }, + "facing=west,half=lower,hinge=right,open=true": { "model": "iron_door_bottom", "y": 90 }, + "facing=north,half=lower,hinge=right,open=true": { "model": "iron_door_bottom", "y": 180 }, + "facing=east,half=upper,hinge=left,open=false": { "model": "iron_door_top" }, + "facing=south,half=upper,hinge=left,open=false": { "model": "iron_door_top", "y": 90 }, + "facing=west,half=upper,hinge=left,open=false": { "model": "iron_door_top", "y": 180 }, + "facing=north,half=upper,hinge=left,open=false": { "model": "iron_door_top", "y": 270 }, + "facing=east,half=upper,hinge=right,open=false": { "model": "iron_door_top_rh" }, + "facing=south,half=upper,hinge=right,open=false": { "model": "iron_door_top_rh", "y": 90 }, + "facing=west,half=upper,hinge=right,open=false": { "model": "iron_door_top_rh", "y": 180 }, + "facing=north,half=upper,hinge=right,open=false": { "model": "iron_door_top_rh", "y": 270 }, + "facing=east,half=upper,hinge=left,open=true": { "model": "iron_door_top_rh", "y": 90 }, + "facing=south,half=upper,hinge=left,open=true": { "model": "iron_door_top_rh", "y": 180 }, + "facing=west,half=upper,hinge=left,open=true": { "model": "iron_door_top_rh", "y": 270 }, + "facing=north,half=upper,hinge=left,open=true": { "model": "iron_door_top_rh" }, + "facing=east,half=upper,hinge=right,open=true": { "model": "iron_door_top", "y": 270 }, + "facing=south,half=upper,hinge=right,open=true": { "model": "iron_door_top" }, + "facing=west,half=upper,hinge=right,open=true": { "model": "iron_door_top", "y": 90 }, + "facing=north,half=upper,hinge=right,open=true": { "model": "iron_door_top", "y": 180 } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/iron_ore.json b/desktopRuntime/resources/assets/minecraft/blockstates/iron_ore.json new file mode 100755 index 00000000..e47d5cbc --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/iron_ore.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "iron_ore" } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/iron_trapdoor.json b/desktopRuntime/resources/assets/minecraft/blockstates/iron_trapdoor.json new file mode 100755 index 00000000..df3f75e7 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/iron_trapdoor.json @@ -0,0 +1,20 @@ +{ + "variants": { + "facing=north,half=bottom,open=false": { "model": "iron_trapdoor_bottom" }, + "facing=south,half=bottom,open=false": { "model": "iron_trapdoor_bottom" }, + "facing=east,half=bottom,open=false": { "model": "iron_trapdoor_bottom" }, + "facing=west,half=bottom,open=false": { "model": "iron_trapdoor_bottom" }, + "facing=north,half=top,open=false": { "model": "iron_trapdoor_top" }, + "facing=south,half=top,open=false": { "model": "iron_trapdoor_top" }, + "facing=east,half=top,open=false": { "model": "iron_trapdoor_top" }, + "facing=west,half=top,open=false": { "model": "iron_trapdoor_top" }, + "facing=north,half=bottom,open=true": { "model": "iron_trapdoor_open" }, + "facing=south,half=bottom,open=true": { "model": "iron_trapdoor_open", "y": 180 }, + "facing=east,half=bottom,open=true": { "model": "iron_trapdoor_open", "y": 90 }, + "facing=west,half=bottom,open=true": { "model": "iron_trapdoor_open", "y": 270 }, + "facing=north,half=top,open=true": { "model": "iron_trapdoor_open" }, + "facing=south,half=top,open=true": { "model": "iron_trapdoor_open", "y": 180 }, + "facing=east,half=top,open=true": { "model": "iron_trapdoor_open", "y": 90 }, + "facing=west,half=top,open=true": { "model": "iron_trapdoor_open", "y": 270 } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/item_frame.json b/desktopRuntime/resources/assets/minecraft/blockstates/item_frame.json new file mode 100755 index 00000000..f88ae585 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/item_frame.json @@ -0,0 +1,6 @@ +{ + "variants": { + "normal": { "model": "item_frame" }, + "map": { "model": "item_frame_map" } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/jukebox.json b/desktopRuntime/resources/assets/minecraft/blockstates/jukebox.json new file mode 100755 index 00000000..bf3cacc0 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/jukebox.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "jukebox" } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/jungle_door.json b/desktopRuntime/resources/assets/minecraft/blockstates/jungle_door.json new file mode 100755 index 00000000..16478914 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/jungle_door.json @@ -0,0 +1,36 @@ +{ + "variants": { + "facing=east,half=lower,hinge=left,open=false": { "model": "jungle_door_bottom" }, + "facing=south,half=lower,hinge=left,open=false": { "model": "jungle_door_bottom", "y": 90 }, + "facing=west,half=lower,hinge=left,open=false": { "model": "jungle_door_bottom", "y": 180 }, + "facing=north,half=lower,hinge=left,open=false": { "model": "jungle_door_bottom", "y": 270 }, + "facing=east,half=lower,hinge=right,open=false": { "model": "jungle_door_bottom_rh" }, + "facing=south,half=lower,hinge=right,open=false": { "model": "jungle_door_bottom_rh", "y": 90 }, + "facing=west,half=lower,hinge=right,open=false": { "model": "jungle_door_bottom_rh", "y": 180 }, + "facing=north,half=lower,hinge=right,open=false": { "model": "jungle_door_bottom_rh", "y": 270 }, + "facing=east,half=lower,hinge=left,open=true": { "model": "jungle_door_bottom_rh", "y": 90 }, + "facing=south,half=lower,hinge=left,open=true": { "model": "jungle_door_bottom_rh", "y": 180 }, + "facing=west,half=lower,hinge=left,open=true": { "model": "jungle_door_bottom_rh", "y": 270 }, + "facing=north,half=lower,hinge=left,open=true": { "model": "jungle_door_bottom_rh" }, + "facing=east,half=lower,hinge=right,open=true": { "model": "jungle_door_bottom", "y": 270 }, + "facing=south,half=lower,hinge=right,open=true": { "model": "jungle_door_bottom" }, + "facing=west,half=lower,hinge=right,open=true": { "model": "jungle_door_bottom", "y": 90 }, + "facing=north,half=lower,hinge=right,open=true": { "model": "jungle_door_bottom", "y": 180 }, + "facing=east,half=upper,hinge=left,open=false": { "model": "jungle_door_top" }, + "facing=south,half=upper,hinge=left,open=false": { "model": "jungle_door_top", "y": 90 }, + "facing=west,half=upper,hinge=left,open=false": { "model": "jungle_door_top", "y": 180 }, + "facing=north,half=upper,hinge=left,open=false": { "model": "jungle_door_top", "y": 270 }, + "facing=east,half=upper,hinge=right,open=false": { "model": "jungle_door_top_rh" }, + "facing=south,half=upper,hinge=right,open=false": { "model": "jungle_door_top_rh", "y": 90 }, + "facing=west,half=upper,hinge=right,open=false": { "model": "jungle_door_top_rh", "y": 180 }, + "facing=north,half=upper,hinge=right,open=false": { "model": "jungle_door_top_rh", "y": 270 }, + "facing=east,half=upper,hinge=left,open=true": { "model": "jungle_door_top_rh", "y": 90 }, + "facing=south,half=upper,hinge=left,open=true": { "model": "jungle_door_top_rh", "y": 180 }, + "facing=west,half=upper,hinge=left,open=true": { "model": "jungle_door_top_rh", "y": 270 }, + "facing=north,half=upper,hinge=left,open=true": { "model": "jungle_door_top_rh" }, + "facing=east,half=upper,hinge=right,open=true": { "model": "jungle_door_top", "y": 270 }, + "facing=south,half=upper,hinge=right,open=true": { "model": "jungle_door_top" }, + "facing=west,half=upper,hinge=right,open=true": { "model": "jungle_door_top", "y": 90 }, + "facing=north,half=upper,hinge=right,open=true": { "model": "jungle_door_top", "y": 180 } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/jungle_double_slab.json b/desktopRuntime/resources/assets/minecraft/blockstates/jungle_double_slab.json new file mode 100755 index 00000000..039b419b --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/jungle_double_slab.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "jungle_planks" } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/jungle_fence.json b/desktopRuntime/resources/assets/minecraft/blockstates/jungle_fence.json new file mode 100755 index 00000000..4863e1d9 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/jungle_fence.json @@ -0,0 +1,20 @@ +{ + "variants": { + "east=false,north=false,south=false,west=false": { "model": "jungle_fence_post" }, + "east=false,north=true,south=false,west=false": { "model": "jungle_fence_n", "uvlock": true }, + "east=true,north=false,south=false,west=false": { "model": "jungle_fence_n", "y": 90, "uvlock": true }, + "east=false,north=false,south=true,west=false": { "model": "jungle_fence_n", "y": 180, "uvlock": true }, + "east=false,north=false,south=false,west=true": { "model": "jungle_fence_n", "y": 270, "uvlock": true }, + "east=true,north=true,south=false,west=false": { "model": "jungle_fence_ne", "uvlock": true }, + "east=true,north=false,south=true,west=false": { "model": "jungle_fence_ne", "y": 90, "uvlock": true }, + "east=false,north=false,south=true,west=true": { "model": "jungle_fence_ne", "y": 180, "uvlock": true }, + "east=false,north=true,south=false,west=true": { "model": "jungle_fence_ne", "y": 270, "uvlock": true }, + "east=false,north=true,south=true,west=false": { "model": "jungle_fence_ns", "uvlock": true }, + "east=true,north=false,south=false,west=true": { "model": "jungle_fence_ns", "y": 90, "uvlock": true }, + "east=true,north=true,south=true,west=false": { "model": "jungle_fence_nse", "uvlock": true }, + "east=true,north=false,south=true,west=true": { "model": "jungle_fence_nse", "y": 90, "uvlock": true }, + "east=false,north=true,south=true,west=true": { "model": "jungle_fence_nse", "y": 180, "uvlock": true }, + "east=true,north=true,south=false,west=true": { "model": "jungle_fence_nse", "y": 270, "uvlock": true }, + "east=true,north=true,south=true,west=true": { "model": "jungle_fence_nsew", "uvlock": true } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/jungle_fence_gate.json b/desktopRuntime/resources/assets/minecraft/blockstates/jungle_fence_gate.json new file mode 100755 index 00000000..a830322d --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/jungle_fence_gate.json @@ -0,0 +1,20 @@ +{ + "variants": { + "facing=south,in_wall=false,open=false": { "model": "jungle_fence_gate_closed" }, + "facing=west,in_wall=false,open=false": { "model": "jungle_fence_gate_closed", "y": 90, "uvlock": true }, + "facing=north,in_wall=false,open=false": { "model": "jungle_fence_gate_closed", "y": 180, "uvlock": true }, + "facing=east,in_wall=false,open=false": { "model": "jungle_fence_gate_closed", "y": 270, "uvlock": true }, + "facing=south,in_wall=false,open=true": { "model": "jungle_fence_gate_open" }, + "facing=west,in_wall=false,open=true": { "model": "jungle_fence_gate_open", "y": 90, "uvlock": true }, + "facing=north,in_wall=false,open=true": { "model": "jungle_fence_gate_open", "y": 180, "uvlock": true }, + "facing=east,in_wall=false,open=true": { "model": "jungle_fence_gate_open", "y": 270, "uvlock": true }, + "facing=south,in_wall=true,open=false": { "model": "jungle_wall_gate_closed" }, + "facing=west,in_wall=true,open=false": { "model": "jungle_wall_gate_closed", "y": 90, "uvlock": true }, + "facing=north,in_wall=true,open=false": { "model": "jungle_wall_gate_closed", "y": 180, "uvlock": true }, + "facing=east,in_wall=true,open=false": { "model": "jungle_wall_gate_closed", "y": 270, "uvlock": true }, + "facing=south,in_wall=true,open=true": { "model": "jungle_wall_gate_open" }, + "facing=west,in_wall=true,open=true": { "model": "jungle_wall_gate_open", "y": 90, "uvlock": true }, + "facing=north,in_wall=true,open=true": { "model": "jungle_wall_gate_open", "y": 180, "uvlock": true }, + "facing=east,in_wall=true,open=true": { "model": "jungle_wall_gate_open", "y": 270, "uvlock": true } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/jungle_leaves.json b/desktopRuntime/resources/assets/minecraft/blockstates/jungle_leaves.json new file mode 100755 index 00000000..a169915b --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/jungle_leaves.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "jungle_leaves" } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/jungle_log.json b/desktopRuntime/resources/assets/minecraft/blockstates/jungle_log.json new file mode 100755 index 00000000..ef9bf27b --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/jungle_log.json @@ -0,0 +1,8 @@ +{ + "variants": { + "axis=y": { "model": "jungle_log" }, + "axis=z": { "model": "jungle_log_side" }, + "axis=x": { "model": "jungle_log_side", "y": 90 }, + "axis=none": { "model": "jungle_bark" } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/jungle_planks.json b/desktopRuntime/resources/assets/minecraft/blockstates/jungle_planks.json new file mode 100755 index 00000000..039b419b --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/jungle_planks.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "jungle_planks" } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/jungle_sapling.json b/desktopRuntime/resources/assets/minecraft/blockstates/jungle_sapling.json new file mode 100755 index 00000000..eb9bf937 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/jungle_sapling.json @@ -0,0 +1,6 @@ +{ + "variants": { + "stage=0": { "model": "jungle_sapling" }, + "stage=1": { "model": "jungle_sapling" } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/jungle_slab.json b/desktopRuntime/resources/assets/minecraft/blockstates/jungle_slab.json new file mode 100755 index 00000000..6597e479 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/jungle_slab.json @@ -0,0 +1,6 @@ +{ + "variants": { + "half=bottom": { "model": "half_slab_jungle" }, + "half=top": { "model": "upper_slab_jungle" } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/jungle_stairs.json b/desktopRuntime/resources/assets/minecraft/blockstates/jungle_stairs.json new file mode 100755 index 00000000..907a9563 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/jungle_stairs.json @@ -0,0 +1,44 @@ +{ + "variants": { + "facing=east,half=bottom,shape=straight": { "model": "jungle_stairs" }, + "facing=west,half=bottom,shape=straight": { "model": "jungle_stairs", "y": 180, "uvlock": true }, + "facing=south,half=bottom,shape=straight": { "model": "jungle_stairs", "y": 90, "uvlock": true }, + "facing=north,half=bottom,shape=straight": { "model": "jungle_stairs", "y": 270, "uvlock": true }, + "facing=east,half=bottom,shape=outer_right": { "model": "jungle_outer_stairs" }, + "facing=west,half=bottom,shape=outer_right": { "model": "jungle_outer_stairs", "y": 180, "uvlock": true }, + "facing=south,half=bottom,shape=outer_right": { "model": "jungle_outer_stairs", "y": 90, "uvlock": true }, + "facing=north,half=bottom,shape=outer_right": { "model": "jungle_outer_stairs", "y": 270, "uvlock": true }, + "facing=east,half=bottom,shape=outer_left": { "model": "jungle_outer_stairs", "y": 270, "uvlock": true }, + "facing=west,half=bottom,shape=outer_left": { "model": "jungle_outer_stairs", "y": 90, "uvlock": true }, + "facing=south,half=bottom,shape=outer_left": { "model": "jungle_outer_stairs" }, + "facing=north,half=bottom,shape=outer_left": { "model": "jungle_outer_stairs", "y": 180, "uvlock": true }, + "facing=east,half=bottom,shape=inner_right": { "model": "jungle_inner_stairs" }, + "facing=west,half=bottom,shape=inner_right": { "model": "jungle_inner_stairs", "y": 180, "uvlock": true }, + "facing=south,half=bottom,shape=inner_right": { "model": "jungle_inner_stairs", "y": 90, "uvlock": true }, + "facing=north,half=bottom,shape=inner_right": { "model": "jungle_inner_stairs", "y": 270, "uvlock": true }, + "facing=east,half=bottom,shape=inner_left": { "model": "jungle_inner_stairs", "y": 270, "uvlock": true }, + "facing=west,half=bottom,shape=inner_left": { "model": "jungle_inner_stairs", "y": 90, "uvlock": true }, + "facing=south,half=bottom,shape=inner_left": { "model": "jungle_inner_stairs" }, + "facing=north,half=bottom,shape=inner_left": { "model": "jungle_inner_stairs", "y": 180, "uvlock": true }, + "facing=east,half=top,shape=straight": { "model": "jungle_stairs", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=straight": { "model": "jungle_stairs", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=straight": { "model": "jungle_stairs", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=straight": { "model": "jungle_stairs", "x": 180, "y": 270, "uvlock": true }, + "facing=east,half=top,shape=outer_right": { "model": "jungle_outer_stairs", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=outer_right": { "model": "jungle_outer_stairs", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=outer_right": { "model": "jungle_outer_stairs", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=outer_right": { "model": "jungle_outer_stairs", "x": 180, "y": 270, "uvlock": true }, + "facing=east,half=top,shape=outer_left": { "model": "jungle_outer_stairs", "x": 180, "y": 90, "uvlock": true }, + "facing=west,half=top,shape=outer_left": { "model": "jungle_outer_stairs", "x": 180, "y": 270, "uvlock": true }, + "facing=south,half=top,shape=outer_left": { "model": "jungle_outer_stairs", "x": 180, "y": 180, "uvlock": true }, + "facing=north,half=top,shape=outer_left": { "model": "jungle_outer_stairs", "x": 180, "uvlock": true }, + "facing=east,half=top,shape=inner_right": { "model": "jungle_inner_stairs", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=inner_right": { "model": "jungle_inner_stairs", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=inner_right": { "model": "jungle_inner_stairs", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=inner_right": { "model": "jungle_inner_stairs", "x": 180, "y": 270, "uvlock": true }, + "facing=east,half=top,shape=inner_left": { "model": "jungle_inner_stairs", "x": 180, "y": 90, "uvlock": true }, + "facing=west,half=top,shape=inner_left": { "model": "jungle_inner_stairs", "x": 180, "y": 270, "uvlock": true }, + "facing=south,half=top,shape=inner_left": { "model": "jungle_inner_stairs", "x": 180, "y": 180, "uvlock": true }, + "facing=north,half=top,shape=inner_left": { "model": "jungle_inner_stairs", "x": 180, "uvlock": true } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/ladder.json b/desktopRuntime/resources/assets/minecraft/blockstates/ladder.json new file mode 100755 index 00000000..046473a1 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/ladder.json @@ -0,0 +1,8 @@ +{ + "variants": { + "facing=north": { "model": "ladder" }, + "facing=east": { "model": "ladder", "y": 90 }, + "facing=south": { "model": "ladder", "y": 180 }, + "facing=west": { "model": "ladder", "y": 270 } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/lapis_block.json b/desktopRuntime/resources/assets/minecraft/blockstates/lapis_block.json new file mode 100755 index 00000000..53010ddf --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/lapis_block.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "lapis_block" } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/lapis_ore.json b/desktopRuntime/resources/assets/minecraft/blockstates/lapis_ore.json new file mode 100755 index 00000000..a7191a8a --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/lapis_ore.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "lapis_ore" } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/lever.json b/desktopRuntime/resources/assets/minecraft/blockstates/lever.json new file mode 100755 index 00000000..39072be9 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/lever.json @@ -0,0 +1,20 @@ +{ + "variants": { + "facing=down_z,powered=false": { "model": "lever_off", "x": 180, "y": 180 }, + "facing=down_x,powered=false": { "model": "lever_off", "x": 180, "y": 90 }, + "facing=up_z,powered=false": { "model": "lever_off" }, + "facing=up_x,powered=false": { "model": "lever_off", "y": 270 }, + "facing=east,powered=false": { "model": "lever_off", "x": 90, "y": 90 }, + "facing=west,powered=false": { "model": "lever_off", "x": 90, "y": 270 }, + "facing=south,powered=false" : { "model": "lever_off", "x": 90, "y": 180 }, + "facing=north,powered=false" : { "model": "lever_off", "x": 90 }, + "facing=down_z,powered=true" : { "model": "lever", "x": 180, "y": 180 }, + "facing=down_x,powered=true" : { "model": "lever", "x": 180, "y": 90 }, + "facing=up_z,powered=true": { "model": "lever" }, + "facing=up_x,powered=true": { "model": "lever", "y": 270 }, + "facing=east,powered=true": { "model": "lever", "x": 90, "y": 90 }, + "facing=west,powered=true": { "model": "lever", "x": 90, "y": 270 }, + "facing=south,powered=true": { "model": "lever", "x": 90, "y": 180 }, + "facing=north,powered=true": { "model": "lever", "x": 90 } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/light_blue_carpet.json b/desktopRuntime/resources/assets/minecraft/blockstates/light_blue_carpet.json new file mode 100755 index 00000000..5d8cc766 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/light_blue_carpet.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "carpet_light_blue" } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/light_blue_stained_glass.json b/desktopRuntime/resources/assets/minecraft/blockstates/light_blue_stained_glass.json new file mode 100755 index 00000000..97466329 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/light_blue_stained_glass.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "glass_light_blue" } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/light_blue_stained_glass_pane.json b/desktopRuntime/resources/assets/minecraft/blockstates/light_blue_stained_glass_pane.json new file mode 100755 index 00000000..13f11939 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/light_blue_stained_glass_pane.json @@ -0,0 +1,20 @@ +{ + "variants": { + "east=false,north=false,south=false,west=false": { "model": "light_blue_pane_nsew" }, + "east=false,north=true,south=false,west=false": { "model": "light_blue_pane_n" }, + "east=true,north=false,south=false,west=false": { "model": "light_blue_pane_n", "y": 90 }, + "east=false,north=false,south=true,west=false": { "model": "light_blue_pane_s" }, + "east=false,north=false,south=false,west=true": { "model": "light_blue_pane_s", "y": 90 }, + "east=true,north=true,south=false,west=false": { "model": "light_blue_pane_ne" }, + "east=true,north=false,south=true,west=false": { "model": "light_blue_pane_se" }, + "east=false,north=false,south=true,west=true": { "model": "light_blue_pane_sw" }, + "east=false,north=true,south=false,west=true": { "model": "light_blue_pane_nw" }, + "east=false,north=true,south=true,west=false": { "model": "light_blue_pane_ns" }, + "east=true,north=false,south=false,west=true": { "model": "light_blue_pane_ns", "y": 90 }, + "east=true,north=true,south=true,west=false": { "model": "light_blue_pane_nse" }, + "east=true,north=false,south=true,west=true": { "model": "light_blue_pane_sew" }, + "east=false,north=true,south=true,west=true": { "model": "light_blue_pane_nsw" }, + "east=true,north=true,south=false,west=true": { "model": "light_blue_pane_new" }, + "east=true,north=true,south=true,west=true": { "model": "light_blue_pane_nsew" } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/light_blue_stained_hardened_clay.json b/desktopRuntime/resources/assets/minecraft/blockstates/light_blue_stained_hardened_clay.json new file mode 100755 index 00000000..99325fac --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/light_blue_stained_hardened_clay.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "hardened_clay_light_blue" } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/light_blue_wool.json b/desktopRuntime/resources/assets/minecraft/blockstates/light_blue_wool.json new file mode 100755 index 00000000..93ecabe4 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/light_blue_wool.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "light_blue_wool" } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/light_weighted_pressure_plate.json b/desktopRuntime/resources/assets/minecraft/blockstates/light_weighted_pressure_plate.json new file mode 100755 index 00000000..63fb2b08 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/light_weighted_pressure_plate.json @@ -0,0 +1,20 @@ +{ + "variants": { + "power=0": { "model": "light_pressure_plate_up" }, + "power=1": { "model": "light_pressure_plate_down" }, + "power=2": { "model": "light_pressure_plate_down" }, + "power=3": { "model": "light_pressure_plate_down" }, + "power=4": { "model": "light_pressure_plate_down" }, + "power=5": { "model": "light_pressure_plate_down" }, + "power=6": { "model": "light_pressure_plate_down" }, + "power=7": { "model": "light_pressure_plate_down" }, + "power=8": { "model": "light_pressure_plate_down" }, + "power=9": { "model": "light_pressure_plate_down" }, + "power=10": { "model": "light_pressure_plate_down" }, + "power=11": { "model": "light_pressure_plate_down" }, + "power=12": { "model": "light_pressure_plate_down" }, + "power=13": { "model": "light_pressure_plate_down" }, + "power=14": { "model": "light_pressure_plate_down" }, + "power=15": { "model": "light_pressure_plate_down" } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/lime_carpet.json b/desktopRuntime/resources/assets/minecraft/blockstates/lime_carpet.json new file mode 100755 index 00000000..8e4307bf --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/lime_carpet.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "carpet_lime" } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/lime_stained_glass.json b/desktopRuntime/resources/assets/minecraft/blockstates/lime_stained_glass.json new file mode 100755 index 00000000..38ca94fd --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/lime_stained_glass.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "glass_lime" } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/lime_stained_glass_pane.json b/desktopRuntime/resources/assets/minecraft/blockstates/lime_stained_glass_pane.json new file mode 100755 index 00000000..c276feaf --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/lime_stained_glass_pane.json @@ -0,0 +1,20 @@ +{ + "variants": { + "east=false,north=false,south=false,west=false": { "model": "lime_pane_nsew" }, + "east=false,north=true,south=false,west=false": { "model": "lime_pane_n" }, + "east=true,north=false,south=false,west=false": { "model": "lime_pane_n", "y": 90 }, + "east=false,north=false,south=true,west=false": { "model": "lime_pane_s" }, + "east=false,north=false,south=false,west=true": { "model": "lime_pane_s", "y": 90 }, + "east=true,north=true,south=false,west=false": { "model": "lime_pane_ne" }, + "east=true,north=false,south=true,west=false": { "model": "lime_pane_se" }, + "east=false,north=false,south=true,west=true": { "model": "lime_pane_sw" }, + "east=false,north=true,south=false,west=true": { "model": "lime_pane_nw" }, + "east=false,north=true,south=true,west=false": { "model": "lime_pane_ns" }, + "east=true,north=false,south=false,west=true": { "model": "lime_pane_ns", "y": 90 }, + "east=true,north=true,south=true,west=false": { "model": "lime_pane_nse" }, + "east=true,north=false,south=true,west=true": { "model": "lime_pane_sew" }, + "east=false,north=true,south=true,west=true": { "model": "lime_pane_nsw" }, + "east=true,north=true,south=false,west=true": { "model": "lime_pane_new" }, + "east=true,north=true,south=true,west=true": { "model": "lime_pane_nsew" } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/lime_stained_hardened_clay.json b/desktopRuntime/resources/assets/minecraft/blockstates/lime_stained_hardened_clay.json new file mode 100755 index 00000000..54c48cec --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/lime_stained_hardened_clay.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "hardened_clay_lime" } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/lime_wool.json b/desktopRuntime/resources/assets/minecraft/blockstates/lime_wool.json new file mode 100755 index 00000000..4c8683eb --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/lime_wool.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "lime_wool" } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/lit_furnace.json b/desktopRuntime/resources/assets/minecraft/blockstates/lit_furnace.json new file mode 100755 index 00000000..d482cc74 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/lit_furnace.json @@ -0,0 +1,8 @@ +{ + "variants": { + "facing=north": { "model": "lit_furnace" }, + "facing=south": { "model": "lit_furnace", "y": 180 }, + "facing=west": { "model": "lit_furnace", "y": 270 }, + "facing=east": { "model": "lit_furnace", "y": 90 } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/lit_pumpkin.json b/desktopRuntime/resources/assets/minecraft/blockstates/lit_pumpkin.json new file mode 100755 index 00000000..b8d16a1f --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/lit_pumpkin.json @@ -0,0 +1,8 @@ +{ + "variants": { + "facing=north": { "model": "lit_pumpkin" }, + "facing=south": { "model": "lit_pumpkin", "y": 180 }, + "facing=west": { "model": "lit_pumpkin", "y": 270 }, + "facing=east": { "model": "lit_pumpkin", "y": 90 } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/lit_redstone_lamp.json b/desktopRuntime/resources/assets/minecraft/blockstates/lit_redstone_lamp.json new file mode 100755 index 00000000..a9149026 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/lit_redstone_lamp.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "lit_redstone_lamp" } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/lit_redstone_ore.json b/desktopRuntime/resources/assets/minecraft/blockstates/lit_redstone_ore.json new file mode 100755 index 00000000..c108cd19 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/lit_redstone_ore.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "lit_redstone_ore" } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/magenta_carpet.json b/desktopRuntime/resources/assets/minecraft/blockstates/magenta_carpet.json new file mode 100755 index 00000000..ee6b25f5 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/magenta_carpet.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "carpet_magenta" } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/magenta_stained_glass.json b/desktopRuntime/resources/assets/minecraft/blockstates/magenta_stained_glass.json new file mode 100755 index 00000000..576cdef0 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/magenta_stained_glass.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "glass_magenta" } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/magenta_stained_glass_pane.json b/desktopRuntime/resources/assets/minecraft/blockstates/magenta_stained_glass_pane.json new file mode 100755 index 00000000..64a7d40f --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/magenta_stained_glass_pane.json @@ -0,0 +1,20 @@ +{ + "variants": { + "east=false,north=false,south=false,west=false": { "model": "magenta_pane_nsew" }, + "east=false,north=true,south=false,west=false": { "model": "magenta_pane_n" }, + "east=true,north=false,south=false,west=false": { "model": "magenta_pane_n", "y": 90 }, + "east=false,north=false,south=true,west=false": { "model": "magenta_pane_s" }, + "east=false,north=false,south=false,west=true": { "model": "magenta_pane_s", "y": 90 }, + "east=true,north=true,south=false,west=false": { "model": "magenta_pane_ne" }, + "east=true,north=false,south=true,west=false": { "model": "magenta_pane_se" }, + "east=false,north=false,south=true,west=true": { "model": "magenta_pane_sw" }, + "east=false,north=true,south=false,west=true": { "model": "magenta_pane_nw" }, + "east=false,north=true,south=true,west=false": { "model": "magenta_pane_ns" }, + "east=true,north=false,south=false,west=true": { "model": "magenta_pane_ns", "y": 90 }, + "east=true,north=true,south=true,west=false": { "model": "magenta_pane_nse" }, + "east=true,north=false,south=true,west=true": { "model": "magenta_pane_sew" }, + "east=false,north=true,south=true,west=true": { "model": "magenta_pane_nsw" }, + "east=true,north=true,south=false,west=true": { "model": "magenta_pane_new" }, + "east=true,north=true,south=true,west=true": { "model": "magenta_pane_nsew" } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/magenta_stained_hardened_clay.json b/desktopRuntime/resources/assets/minecraft/blockstates/magenta_stained_hardened_clay.json new file mode 100755 index 00000000..bee8b7ef --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/magenta_stained_hardened_clay.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "hardened_clay_magenta" } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/magenta_wool.json b/desktopRuntime/resources/assets/minecraft/blockstates/magenta_wool.json new file mode 100755 index 00000000..cffa445c --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/magenta_wool.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "magenta_wool" } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/melon_block.json b/desktopRuntime/resources/assets/minecraft/blockstates/melon_block.json new file mode 100755 index 00000000..c17c6aa5 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/melon_block.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "melon" } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/melon_stem.json b/desktopRuntime/resources/assets/minecraft/blockstates/melon_stem.json new file mode 100755 index 00000000..9d72bd6a --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/melon_stem.json @@ -0,0 +1,16 @@ +{ + "variants": { + "age=0,facing=up": { "model": "melon_stem_growth0" }, + "age=1,facing=up": { "model": "melon_stem_growth1" }, + "age=2,facing=up": { "model": "melon_stem_growth2" }, + "age=3,facing=up": { "model": "melon_stem_growth3" }, + "age=4,facing=up": { "model": "melon_stem_growth4" }, + "age=5,facing=up": { "model": "melon_stem_growth5" }, + "age=6,facing=up": { "model": "melon_stem_growth6" }, + "age=7,facing=up": { "model": "melon_stem_growth7" }, + "facing=west": { "model": "melon_stem_fruit" }, + "facing=east": { "model": "melon_stem_fruit", "y": 180 }, + "facing=north": { "model": "melon_stem_fruit", "y": 90 }, + "facing=south": { "model": "melon_stem_fruit", "y": 270 } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/mob_spawner.json b/desktopRuntime/resources/assets/minecraft/blockstates/mob_spawner.json new file mode 100755 index 00000000..b28af1d2 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/mob_spawner.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "mob_spawner_cage" } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/mossy_brick_monster_egg.json b/desktopRuntime/resources/assets/minecraft/blockstates/mossy_brick_monster_egg.json new file mode 100755 index 00000000..72550201 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/mossy_brick_monster_egg.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "stonebrick_mossy" } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/mossy_cobblestone.json b/desktopRuntime/resources/assets/minecraft/blockstates/mossy_cobblestone.json new file mode 100755 index 00000000..f88105cf --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/mossy_cobblestone.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "mossy_cobblestone" } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/mossy_cobblestone_wall.json b/desktopRuntime/resources/assets/minecraft/blockstates/mossy_cobblestone_wall.json new file mode 100755 index 00000000..84610dec --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/mossy_cobblestone_wall.json @@ -0,0 +1,36 @@ +{ + "variants": { + "east=false,north=false,south=false,up=false,west=false": { "model": "mossy_wall_post" }, + "east=false,north=true,south=false,up=false,west=false": { "model": "mossy_wall_n" }, + "east=true,north=false,south=false,up=false,west=false": { "model": "mossy_wall_n", "y": 90, "uvlock": true }, + "east=false,north=false,south=true,up=false,west=false": { "model": "mossy_wall_n", "y": 180, "uvlock": true }, + "east=false,north=false,south=false,up=false,west=true": { "model": "mossy_wall_n", "y": 270, "uvlock": true }, + "east=true,north=true,south=false,up=false,west=false": { "model": "mossy_wall_ne" }, + "east=true,north=false,south=true,up=false,west=false": { "model": "mossy_wall_ne", "y": 90, "uvlock": true }, + "east=false,north=false,south=true,up=false,west=true": { "model": "mossy_wall_ne", "y": 180, "uvlock": true }, + "east=false,north=true,south=false,up=false,west=true": { "model": "mossy_wall_ne", "y": 270, "uvlock": true }, + "east=false,north=true,south=true,up=false,west=false": { "model": "mossy_wall_ns" }, + "east=true,north=false,south=false,up=false,west=true": { "model": "mossy_wall_ns", "y": 90, "uvlock": true }, + "east=true,north=true,south=true,up=false,west=false": { "model": "mossy_wall_nse" }, + "east=true,north=false,south=true,up=false,west=true": { "model": "mossy_wall_nse", "y": 90, "uvlock": true }, + "east=false,north=true,south=true,up=false,west=true": { "model": "mossy_wall_nse", "y": 180, "uvlock": true }, + "east=true,north=true,south=false,up=false,west=true": { "model": "mossy_wall_nse", "y": 270, "uvlock": true }, + "east=true,north=true,south=true,up=false,west=true": { "model": "mossy_wall_nsew" }, + "east=false,north=false,south=false,up=true,west=false": { "model": "mossy_wall_post" }, + "east=false,north=true,south=false,up=true,west=false": { "model": "mossy_wall_n" }, + "east=true,north=false,south=false,up=true,west=false": { "model": "mossy_wall_n", "y": 90, "uvlock": true }, + "east=false,north=false,south=true,up=true,west=false": { "model": "mossy_wall_n", "y": 180, "uvlock": true }, + "east=false,north=false,south=false,up=true,west=true": { "model": "mossy_wall_n", "y": 270, "uvlock": true }, + "east=true,north=true,south=false,up=true,west=false": { "model": "mossy_wall_ne" }, + "east=true,north=false,south=true,up=true,west=false": { "model": "mossy_wall_ne", "y": 90, "uvlock": true }, + "east=false,north=false,south=true,up=true,west=true": { "model": "mossy_wall_ne", "y": 180, "uvlock": true }, + "east=false,north=true,south=false,up=true,west=true": { "model": "mossy_wall_ne", "y": 270, "uvlock": true }, + "east=false,north=true,south=true,up=true,west=false": { "model": "mossy_wall_ns_above" }, + "east=true,north=false,south=false,up=true,west=true": { "model": "mossy_wall_ns_above", "y": 90, "uvlock": true }, + "east=true,north=true,south=true,up=true,west=false": { "model": "mossy_wall_nse" }, + "east=true,north=false,south=true,up=true,west=true": { "model": "mossy_wall_nse", "y": 90, "uvlock": true }, + "east=false,north=true,south=true,up=true,west=true": { "model": "mossy_wall_nse", "y": 180, "uvlock": true }, + "east=true,north=true,south=false,up=true,west=true": { "model": "mossy_wall_nse", "y": 270, "uvlock": true }, + "east=true,north=true,south=true,up=true,west=true": { "model": "mossy_wall_nsew" } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/mossy_stonebrick.json b/desktopRuntime/resources/assets/minecraft/blockstates/mossy_stonebrick.json new file mode 100755 index 00000000..72550201 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/mossy_stonebrick.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "stonebrick_mossy" } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/mycelium.json b/desktopRuntime/resources/assets/minecraft/blockstates/mycelium.json new file mode 100755 index 00000000..c2911319 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/mycelium.json @@ -0,0 +1,6 @@ +{ + "variants": { + "snowy=false": { "model": "mycelium" }, + "snowy=true": { "model": "grass_snowed" } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/nether_brick.json b/desktopRuntime/resources/assets/minecraft/blockstates/nether_brick.json new file mode 100755 index 00000000..3b14da6a --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/nether_brick.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "nether_brick" } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/nether_brick_double_slab.json b/desktopRuntime/resources/assets/minecraft/blockstates/nether_brick_double_slab.json new file mode 100755 index 00000000..09bc0b4e --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/nether_brick_double_slab.json @@ -0,0 +1,6 @@ +{ + "variants": { + "normal": { "model": "nether_brick" }, + "all": { "model": "nether_brick" } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/nether_brick_fence.json b/desktopRuntime/resources/assets/minecraft/blockstates/nether_brick_fence.json new file mode 100755 index 00000000..3dd9e09f --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/nether_brick_fence.json @@ -0,0 +1,20 @@ +{ + "variants": { + "east=false,north=false,south=false,west=false": { "model": "nether_brick_fence_post" }, + "east=false,north=true,south=false,west=false": { "model": "nether_brick_fence_n" }, + "east=true,north=false,south=false,west=false": { "model": "nether_brick_fence_n", "y": 90, "uvlock": true }, + "east=false,north=false,south=true,west=false": { "model": "nether_brick_fence_n", "y": 180, "uvlock": true }, + "east=false,north=false,south=false,west=true": { "model": "nether_brick_fence_n", "y": 270, "uvlock": true }, + "east=true,north=true,south=false,west=false": { "model": "nether_brick_fence_ne" }, + "east=true,north=false,south=true,west=false": { "model": "nether_brick_fence_ne", "y": 90, "uvlock": true }, + "east=false,north=false,south=true,west=true": { "model": "nether_brick_fence_ne", "y": 180, "uvlock": true }, + "east=false,north=true,south=false,west=true": { "model": "nether_brick_fence_ne", "y": 270, "uvlock": true }, + "east=false,north=true,south=true,west=false": { "model": "nether_brick_fence_ns" }, + "east=true,north=false,south=false,west=true": { "model": "nether_brick_fence_ns", "y": 90, "uvlock": true }, + "east=true,north=true,south=true,west=false": { "model": "nether_brick_fence_nse" }, + "east=true,north=false,south=true,west=true": { "model": "nether_brick_fence_nse", "y": 90, "uvlock": true }, + "east=false,north=true,south=true,west=true": { "model": "nether_brick_fence_nse", "y": 180, "uvlock": true }, + "east=true,north=true,south=false,west=true": { "model": "nether_brick_fence_nse", "y": 270, "uvlock": true }, + "east=true,north=true,south=true,west=true": { "model": "nether_brick_fence_nsew" } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/nether_brick_slab.json b/desktopRuntime/resources/assets/minecraft/blockstates/nether_brick_slab.json new file mode 100755 index 00000000..0e50f69b --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/nether_brick_slab.json @@ -0,0 +1,6 @@ +{ + "variants": { + "half=bottom": { "model": "half_slab_nether_brick" }, + "half=top": { "model": "upper_slab_nether_brick" } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/nether_brick_stairs.json b/desktopRuntime/resources/assets/minecraft/blockstates/nether_brick_stairs.json new file mode 100755 index 00000000..687cd271 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/nether_brick_stairs.json @@ -0,0 +1,44 @@ +{ + "variants": { + "facing=east,half=bottom,shape=straight": { "model": "nether_brick_stairs" }, + "facing=west,half=bottom,shape=straight": { "model": "nether_brick_stairs", "y": 180, "uvlock": true }, + "facing=south,half=bottom,shape=straight": { "model": "nether_brick_stairs", "y": 90, "uvlock": true }, + "facing=north,half=bottom,shape=straight": { "model": "nether_brick_stairs", "y": 270, "uvlock": true }, + "facing=east,half=bottom,shape=outer_right": { "model": "nether_brick_outer_stairs" }, + "facing=west,half=bottom,shape=outer_right": { "model": "nether_brick_outer_stairs", "y": 180, "uvlock": true }, + "facing=south,half=bottom,shape=outer_right": { "model": "nether_brick_outer_stairs", "y": 90, "uvlock": true }, + "facing=north,half=bottom,shape=outer_right": { "model": "nether_brick_outer_stairs", "y": 270, "uvlock": true }, + "facing=east,half=bottom,shape=outer_left": { "model": "nether_brick_outer_stairs", "y": 270, "uvlock": true }, + "facing=west,half=bottom,shape=outer_left": { "model": "nether_brick_outer_stairs", "y": 90, "uvlock": true }, + "facing=south,half=bottom,shape=outer_left": { "model": "nether_brick_outer_stairs" }, + "facing=north,half=bottom,shape=outer_left": { "model": "nether_brick_outer_stairs", "y": 180, "uvlock": true }, + "facing=east,half=bottom,shape=inner_right": { "model": "nether_brick_inner_stairs" }, + "facing=west,half=bottom,shape=inner_right": { "model": "nether_brick_inner_stairs", "y": 180, "uvlock": true }, + "facing=south,half=bottom,shape=inner_right": { "model": "nether_brick_inner_stairs", "y": 90, "uvlock": true }, + "facing=north,half=bottom,shape=inner_right": { "model": "nether_brick_inner_stairs", "y": 270, "uvlock": true }, + "facing=east,half=bottom,shape=inner_left": { "model": "nether_brick_inner_stairs", "y": 270, "uvlock": true }, + "facing=west,half=bottom,shape=inner_left": { "model": "nether_brick_inner_stairs", "y": 90, "uvlock": true }, + "facing=south,half=bottom,shape=inner_left": { "model": "nether_brick_inner_stairs" }, + "facing=north,half=bottom,shape=inner_left": { "model": "nether_brick_inner_stairs", "y": 180, "uvlock": true }, + "facing=east,half=top,shape=straight": { "model": "nether_brick_stairs", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=straight": { "model": "nether_brick_stairs", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=straight": { "model": "nether_brick_stairs", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=straight": { "model": "nether_brick_stairs", "x": 180, "y": 270, "uvlock": true }, + "facing=east,half=top,shape=outer_right": { "model": "nether_brick_outer_stairs", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=outer_right": { "model": "nether_brick_outer_stairs", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=outer_right": { "model": "nether_brick_outer_stairs", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=outer_right": { "model": "nether_brick_outer_stairs", "x": 180, "y": 270, "uvlock": true }, + "facing=east,half=top,shape=outer_left": { "model": "nether_brick_outer_stairs", "x": 180, "y": 90, "uvlock": true }, + "facing=west,half=top,shape=outer_left": { "model": "nether_brick_outer_stairs", "x": 180, "y": 270, "uvlock": true }, + "facing=south,half=top,shape=outer_left": { "model": "nether_brick_outer_stairs", "x": 180, "y": 180, "uvlock": true }, + "facing=north,half=top,shape=outer_left": { "model": "nether_brick_outer_stairs", "x": 180, "uvlock": true }, + "facing=east,half=top,shape=inner_right": { "model": "nether_brick_inner_stairs", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=inner_right": { "model": "nether_brick_inner_stairs", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=inner_right": { "model": "nether_brick_inner_stairs", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=inner_right": { "model": "nether_brick_inner_stairs", "x": 180, "y": 270, "uvlock": true }, + "facing=east,half=top,shape=inner_left": { "model": "nether_brick_inner_stairs", "x": 180, "y": 90, "uvlock": true }, + "facing=west,half=top,shape=inner_left": { "model": "nether_brick_inner_stairs", "x": 180, "y": 270, "uvlock": true }, + "facing=south,half=top,shape=inner_left": { "model": "nether_brick_inner_stairs", "x": 180, "y": 180, "uvlock": true }, + "facing=north,half=top,shape=inner_left": { "model": "nether_brick_inner_stairs", "x": 180, "uvlock": true } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/nether_wart.json b/desktopRuntime/resources/assets/minecraft/blockstates/nether_wart.json new file mode 100755 index 00000000..3f098378 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/nether_wart.json @@ -0,0 +1,8 @@ +{ + "variants": { + "age=0": { "model": "nether_wart_stage0" }, + "age=1": { "model": "nether_wart_stage1" }, + "age=2": { "model": "nether_wart_stage1" }, + "age=3": { "model": "nether_wart_stage2" } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/netherrack.json b/desktopRuntime/resources/assets/minecraft/blockstates/netherrack.json new file mode 100755 index 00000000..e08d7ba5 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/netherrack.json @@ -0,0 +1,22 @@ +{ + "variants": { + "normal": [ + { "model": "netherrack" }, + { "model": "netherrack", "x": 90 }, + { "model": "netherrack", "x": 180 }, + { "model": "netherrack", "x": 270 }, + { "model": "netherrack", "y": 90 }, + { "model": "netherrack", "y": 90, "x": 90 }, + { "model": "netherrack", "y": 90, "x": 180 }, + { "model": "netherrack", "y": 90, "x": 270 }, + { "model": "netherrack", "y": 180 }, + { "model": "netherrack", "y": 180, "x": 90 }, + { "model": "netherrack", "y": 180, "x": 180 }, + { "model": "netherrack", "y": 180, "x": 270 }, + { "model": "netherrack", "y": 270 }, + { "model": "netherrack", "y": 270, "x": 90 }, + { "model": "netherrack", "y": 270, "x": 180 }, + { "model": "netherrack", "y": 270, "x": 270 } + ] + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/noteblock.json b/desktopRuntime/resources/assets/minecraft/blockstates/noteblock.json new file mode 100755 index 00000000..092da955 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/noteblock.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "noteblock" } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/oak_double_slab.json b/desktopRuntime/resources/assets/minecraft/blockstates/oak_double_slab.json new file mode 100755 index 00000000..c5b300d2 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/oak_double_slab.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "oak_planks" } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/oak_leaves.json b/desktopRuntime/resources/assets/minecraft/blockstates/oak_leaves.json new file mode 100755 index 00000000..d09fc669 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/oak_leaves.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "oak_leaves" } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/oak_log.json b/desktopRuntime/resources/assets/minecraft/blockstates/oak_log.json new file mode 100755 index 00000000..7c1a9e6f --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/oak_log.json @@ -0,0 +1,8 @@ +{ + "variants": { + "axis=y": { "model": "oak_log" }, + "axis=z": { "model": "oak_log_side" }, + "axis=x": { "model": "oak_log_side", "y": 90 }, + "axis=none": { "model": "oak_bark" } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/oak_planks.json b/desktopRuntime/resources/assets/minecraft/blockstates/oak_planks.json new file mode 100755 index 00000000..c5b300d2 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/oak_planks.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "oak_planks" } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/oak_sapling.json b/desktopRuntime/resources/assets/minecraft/blockstates/oak_sapling.json new file mode 100755 index 00000000..e8a70a28 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/oak_sapling.json @@ -0,0 +1,6 @@ +{ + "variants": { + "stage=0": { "model": "oak_sapling" }, + "stage=1": { "model": "oak_sapling" } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/oak_slab.json b/desktopRuntime/resources/assets/minecraft/blockstates/oak_slab.json new file mode 100755 index 00000000..8c99098d --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/oak_slab.json @@ -0,0 +1,6 @@ +{ + "variants": { + "half=bottom": { "model": "half_slab_oak" }, + "half=top": { "model": "upper_slab_oak" } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/oak_stairs.json b/desktopRuntime/resources/assets/minecraft/blockstates/oak_stairs.json new file mode 100755 index 00000000..d4db6031 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/oak_stairs.json @@ -0,0 +1,44 @@ +{ + "variants": { + "facing=east,half=bottom,shape=straight": { "model": "oak_stairs" }, + "facing=west,half=bottom,shape=straight": { "model": "oak_stairs", "y": 180, "uvlock": true }, + "facing=south,half=bottom,shape=straight": { "model": "oak_stairs", "y": 90, "uvlock": true }, + "facing=north,half=bottom,shape=straight": { "model": "oak_stairs", "y": 270, "uvlock": true }, + "facing=east,half=bottom,shape=outer_right": { "model": "oak_outer_stairs" }, + "facing=west,half=bottom,shape=outer_right": { "model": "oak_outer_stairs", "y": 180, "uvlock": true }, + "facing=south,half=bottom,shape=outer_right": { "model": "oak_outer_stairs", "y": 90, "uvlock": true }, + "facing=north,half=bottom,shape=outer_right": { "model": "oak_outer_stairs", "y": 270, "uvlock": true }, + "facing=east,half=bottom,shape=outer_left": { "model": "oak_outer_stairs", "y": 270, "uvlock": true }, + "facing=west,half=bottom,shape=outer_left": { "model": "oak_outer_stairs", "y": 90, "uvlock": true }, + "facing=south,half=bottom,shape=outer_left": { "model": "oak_outer_stairs" }, + "facing=north,half=bottom,shape=outer_left": { "model": "oak_outer_stairs", "y": 180, "uvlock": true }, + "facing=east,half=bottom,shape=inner_right": { "model": "oak_inner_stairs" }, + "facing=west,half=bottom,shape=inner_right": { "model": "oak_inner_stairs", "y": 180, "uvlock": true }, + "facing=south,half=bottom,shape=inner_right": { "model": "oak_inner_stairs", "y": 90, "uvlock": true }, + "facing=north,half=bottom,shape=inner_right": { "model": "oak_inner_stairs", "y": 270, "uvlock": true }, + "facing=east,half=bottom,shape=inner_left": { "model": "oak_inner_stairs", "y": 270, "uvlock": true }, + "facing=west,half=bottom,shape=inner_left": { "model": "oak_inner_stairs", "y": 90, "uvlock": true }, + "facing=south,half=bottom,shape=inner_left": { "model": "oak_inner_stairs" }, + "facing=north,half=bottom,shape=inner_left": { "model": "oak_inner_stairs", "y": 180, "uvlock": true }, + "facing=east,half=top,shape=straight": { "model": "oak_stairs", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=straight": { "model": "oak_stairs", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=straight": { "model": "oak_stairs", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=straight": { "model": "oak_stairs", "x": 180, "y": 270, "uvlock": true }, + "facing=east,half=top,shape=outer_right": { "model": "oak_outer_stairs", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=outer_right": { "model": "oak_outer_stairs", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=outer_right": { "model": "oak_outer_stairs", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=outer_right": { "model": "oak_outer_stairs", "x": 180, "y": 270, "uvlock": true }, + "facing=east,half=top,shape=outer_left": { "model": "oak_outer_stairs", "x": 180, "y": 90, "uvlock": true }, + "facing=west,half=top,shape=outer_left": { "model": "oak_outer_stairs", "x": 180, "y": 270, "uvlock": true }, + "facing=south,half=top,shape=outer_left": { "model": "oak_outer_stairs", "x": 180, "y": 180, "uvlock": true }, + "facing=north,half=top,shape=outer_left": { "model": "oak_outer_stairs", "x": 180, "uvlock": true }, + "facing=east,half=top,shape=inner_right": { "model": "oak_inner_stairs", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=inner_right": { "model": "oak_inner_stairs", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=inner_right": { "model": "oak_inner_stairs", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=inner_right": { "model": "oak_inner_stairs", "x": 180, "y": 270, "uvlock": true }, + "facing=east,half=top,shape=inner_left": { "model": "oak_inner_stairs", "x": 180, "y": 90, "uvlock": true }, + "facing=west,half=top,shape=inner_left": { "model": "oak_inner_stairs", "x": 180, "y": 270, "uvlock": true }, + "facing=south,half=top,shape=inner_left": { "model": "oak_inner_stairs", "x": 180, "y": 180, "uvlock": true }, + "facing=north,half=top,shape=inner_left": { "model": "oak_inner_stairs", "x": 180, "uvlock": true } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/obsidian.json b/desktopRuntime/resources/assets/minecraft/blockstates/obsidian.json new file mode 100755 index 00000000..324aeeb7 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/obsidian.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "obsidian" } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/orange_carpet.json b/desktopRuntime/resources/assets/minecraft/blockstates/orange_carpet.json new file mode 100755 index 00000000..bcf43545 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/orange_carpet.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "carpet_orange" } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/orange_stained_glass.json b/desktopRuntime/resources/assets/minecraft/blockstates/orange_stained_glass.json new file mode 100755 index 00000000..111d355f --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/orange_stained_glass.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "glass_orange" } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/orange_stained_glass_pane.json b/desktopRuntime/resources/assets/minecraft/blockstates/orange_stained_glass_pane.json new file mode 100755 index 00000000..07ddb24e --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/orange_stained_glass_pane.json @@ -0,0 +1,20 @@ +{ + "variants": { + "east=false,north=false,south=false,west=false": { "model": "orange_pane_nsew" }, + "east=false,north=true,south=false,west=false": { "model": "orange_pane_n" }, + "east=true,north=false,south=false,west=false": { "model": "orange_pane_n", "y": 90 }, + "east=false,north=false,south=true,west=false": { "model": "orange_pane_s" }, + "east=false,north=false,south=false,west=true": { "model": "orange_pane_s", "y": 90 }, + "east=true,north=true,south=false,west=false": { "model": "orange_pane_ne" }, + "east=true,north=false,south=true,west=false": { "model": "orange_pane_se" }, + "east=false,north=false,south=true,west=true": { "model": "orange_pane_sw" }, + "east=false,north=true,south=false,west=true": { "model": "orange_pane_nw" }, + "east=false,north=true,south=true,west=false": { "model": "orange_pane_ns" }, + "east=true,north=false,south=false,west=true": { "model": "orange_pane_ns", "y": 90 }, + "east=true,north=true,south=true,west=false": { "model": "orange_pane_nse" }, + "east=true,north=false,south=true,west=true": { "model": "orange_pane_sew" }, + "east=false,north=true,south=true,west=true": { "model": "orange_pane_nsw" }, + "east=true,north=true,south=false,west=true": { "model": "orange_pane_new" }, + "east=true,north=true,south=true,west=true": { "model": "orange_pane_nsew" } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/orange_stained_hardened_clay.json b/desktopRuntime/resources/assets/minecraft/blockstates/orange_stained_hardened_clay.json new file mode 100755 index 00000000..d8e3f920 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/orange_stained_hardened_clay.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "hardened_clay_orange" } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/orange_tulip.json b/desktopRuntime/resources/assets/minecraft/blockstates/orange_tulip.json new file mode 100755 index 00000000..36cc0f0e --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/orange_tulip.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "orange_tulip" } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/orange_wool.json b/desktopRuntime/resources/assets/minecraft/blockstates/orange_wool.json new file mode 100755 index 00000000..8e9867aa --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/orange_wool.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "orange_wool" } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/oxeye_daisy.json b/desktopRuntime/resources/assets/minecraft/blockstates/oxeye_daisy.json new file mode 100755 index 00000000..8524855e --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/oxeye_daisy.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "daisy" } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/packed_ice.json b/desktopRuntime/resources/assets/minecraft/blockstates/packed_ice.json new file mode 100755 index 00000000..af6291a3 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/packed_ice.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "packed_ice" } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/paeonia.json b/desktopRuntime/resources/assets/minecraft/blockstates/paeonia.json new file mode 100755 index 00000000..9dcaf7d8 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/paeonia.json @@ -0,0 +1,6 @@ +{ + "variants": { + "half=lower": { "model": "double_paeonia_bottom" }, + "half=upper": { "model": "double_paeonia_top" } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/pink_carpet.json b/desktopRuntime/resources/assets/minecraft/blockstates/pink_carpet.json new file mode 100755 index 00000000..c85f2c11 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/pink_carpet.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "carpet_pink" } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/pink_stained_glass.json b/desktopRuntime/resources/assets/minecraft/blockstates/pink_stained_glass.json new file mode 100755 index 00000000..0a510480 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/pink_stained_glass.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "glass_pink" } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/pink_stained_glass_pane.json b/desktopRuntime/resources/assets/minecraft/blockstates/pink_stained_glass_pane.json new file mode 100755 index 00000000..c6c59f6e --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/pink_stained_glass_pane.json @@ -0,0 +1,20 @@ +{ + "variants": { + "east=false,north=false,south=false,west=false": { "model": "pink_pane_nsew" }, + "east=false,north=true,south=false,west=false": { "model": "pink_pane_n" }, + "east=true,north=false,south=false,west=false": { "model": "pink_pane_n", "y": 90 }, + "east=false,north=false,south=true,west=false": { "model": "pink_pane_s" }, + "east=false,north=false,south=false,west=true": { "model": "pink_pane_s", "y": 90 }, + "east=true,north=true,south=false,west=false": { "model": "pink_pane_ne" }, + "east=true,north=false,south=true,west=false": { "model": "pink_pane_se" }, + "east=false,north=false,south=true,west=true": { "model": "pink_pane_sw" }, + "east=false,north=true,south=false,west=true": { "model": "pink_pane_nw" }, + "east=false,north=true,south=true,west=false": { "model": "pink_pane_ns" }, + "east=true,north=false,south=false,west=true": { "model": "pink_pane_ns", "y": 90 }, + "east=true,north=true,south=true,west=false": { "model": "pink_pane_nse" }, + "east=true,north=false,south=true,west=true": { "model": "pink_pane_sew" }, + "east=false,north=true,south=true,west=true": { "model": "pink_pane_nsw" }, + "east=true,north=true,south=false,west=true": { "model": "pink_pane_new" }, + "east=true,north=true,south=true,west=true": { "model": "pink_pane_nsew" } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/pink_stained_hardened_clay.json b/desktopRuntime/resources/assets/minecraft/blockstates/pink_stained_hardened_clay.json new file mode 100755 index 00000000..25051c06 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/pink_stained_hardened_clay.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "hardened_clay_pink" } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/pink_tulip.json b/desktopRuntime/resources/assets/minecraft/blockstates/pink_tulip.json new file mode 100755 index 00000000..c8bc82d3 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/pink_tulip.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "pink_tulip" } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/pink_wool.json b/desktopRuntime/resources/assets/minecraft/blockstates/pink_wool.json new file mode 100755 index 00000000..1b727acb --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/pink_wool.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "pink_wool" } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/piston.json b/desktopRuntime/resources/assets/minecraft/blockstates/piston.json new file mode 100755 index 00000000..f5c1a5a6 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/piston.json @@ -0,0 +1,16 @@ +{ + "variants": { + "extended=false,facing=down": { "model": "piston_normal", "x": 90 }, + "extended=false,facing=up": { "model": "piston_normal", "x": 270 }, + "extended=false,facing=north": { "model": "piston_normal" }, + "extended=false,facing=south": { "model": "piston_normal", "y": 180 }, + "extended=false,facing=west": { "model": "piston_normal", "y": 270 }, + "extended=false,facing=east": { "model": "piston_normal", "y": 90 }, + "extended=true,facing=down": { "model": "piston_extended_normal", "x": 90 }, + "extended=true,facing=up": { "model": "piston_extended_normal", "x": 270 }, + "extended=true,facing=north": { "model": "piston_extended_normal" }, + "extended=true,facing=south": { "model": "piston_extended_normal", "y": 180 }, + "extended=true,facing=west": { "model": "piston_extended_normal", "y": 270 }, + "extended=true,facing=east": { "model": "piston_extended_normal", "y": 90 } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/piston_head.json b/desktopRuntime/resources/assets/minecraft/blockstates/piston_head.json new file mode 100755 index 00000000..67790eb1 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/piston_head.json @@ -0,0 +1,28 @@ +{ + "variants": { + "facing=down,short=false,type=normal": { "model": "piston_head_normal", "x": 90 }, + "facing=up,short=false,type=normal": { "model": "piston_head_normal", "x": 270 }, + "facing=north,short=false,type=normal": { "model": "piston_head_normal" }, + "facing=south,short=false,type=normal": { "model": "piston_head_normal", "y": 180 }, + "facing=west,short=false,type=normal": { "model": "piston_head_normal", "y": 270 }, + "facing=east,short=false,type=normal": { "model": "piston_head_normal", "y": 90 }, + "facing=down,short=false,type=sticky": { "model": "piston_head_sticky", "x": 90 }, + "facing=up,short=false,type=sticky": { "model": "piston_head_sticky", "x": 270 }, + "facing=north,short=false,type=sticky": { "model": "piston_head_sticky" }, + "facing=south,short=false,type=sticky": { "model": "piston_head_sticky", "y": 180 }, + "facing=west,short=false,type=sticky": { "model": "piston_head_sticky", "y": 270 }, + "facing=east,short=false,type=sticky": { "model": "piston_head_sticky", "y": 90 }, + "facing=down,short=true,type=normal": { "model": "piston_head_short_normal", "x": 90 }, + "facing=up,short=true,type=normal": { "model": "piston_head_short_normal", "x": 270 }, + "facing=north,short=true,type=normal": { "model": "piston_head_short_normal" }, + "facing=south,short=true,type=normal": { "model": "piston_head_short_normal", "y": 180 }, + "facing=west,short=true,type=normal": { "model": "piston_head_short_normal", "y": 270 }, + "facing=east,short=true,type=normal": { "model": "piston_head_short_normal", "y": 90 }, + "facing=down,short=true,type=sticky": { "model": "piston_head_short_sticky", "x": 90 }, + "facing=up,short=true,type=sticky": { "model": "piston_head_short_sticky", "x": 270 }, + "facing=north,short=true,type=sticky": { "model": "piston_head_short_sticky" }, + "facing=south,short=true,type=sticky": { "model": "piston_head_short_sticky", "y": 180 }, + "facing=west,short=true,type=sticky": { "model": "piston_head_short_sticky", "y": 270 }, + "facing=east,short=true,type=sticky": { "model": "piston_head_short_sticky", "y": 90 } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/podzol.json b/desktopRuntime/resources/assets/minecraft/blockstates/podzol.json new file mode 100755 index 00000000..32c56918 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/podzol.json @@ -0,0 +1,6 @@ +{ + "variants": { + "snowy=false": { "model": "podzol" }, + "snowy=true": { "model": "grass_snowed" } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/poppy.json b/desktopRuntime/resources/assets/minecraft/blockstates/poppy.json new file mode 100755 index 00000000..15b2892a --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/poppy.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "poppy" } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/portal.json b/desktopRuntime/resources/assets/minecraft/blockstates/portal.json new file mode 100755 index 00000000..bcfeb361 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/portal.json @@ -0,0 +1,6 @@ +{ + "variants": { + "axis=z": { "model": "portal_ew" }, + "axis=x": { "model": "portal_ns" } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/potatoes.json b/desktopRuntime/resources/assets/minecraft/blockstates/potatoes.json new file mode 100755 index 00000000..f5881d3a --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/potatoes.json @@ -0,0 +1,12 @@ +{ + "variants": { + "age=0": { "model": "potatoes_stage0" }, + "age=1": { "model": "potatoes_stage0" }, + "age=2": { "model": "potatoes_stage1" }, + "age=3": { "model": "potatoes_stage1" }, + "age=4": { "model": "potatoes_stage2" }, + "age=5": { "model": "potatoes_stage2" }, + "age=6": { "model": "potatoes_stage2" }, + "age=7": { "model": "potatoes_stage3" } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/powered_comparator.json b/desktopRuntime/resources/assets/minecraft/blockstates/powered_comparator.json new file mode 100755 index 00000000..46a050fd --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/powered_comparator.json @@ -0,0 +1,20 @@ +{ + "variants": { + "facing=north,mode=compare,powered=false": { "model": "comparator_unlit" }, + "facing=east,mode=compare,powered=false": { "model": "comparator_unlit", "y": 90 }, + "facing=south,mode=compare,powered=false": { "model": "comparator_unlit", "y": 180 }, + "facing=west,mode=compare,powered=false": { "model": "comparator_unlit", "y": 270 }, + "facing=north,mode=subtract,powered=false": { "model": "comparator_unlit_subtract" }, + "facing=east,mode=subtract,powered=false": { "model": "comparator_unlit_subtract", "y": 90 }, + "facing=south,mode=subtract,powered=false": { "model": "comparator_unlit_subtract", "y": 180 }, + "facing=west,mode=subtract,powered=false": { "model": "comparator_unlit_subtract", "y": 270 }, + "facing=north,mode=compare,powered=true": { "model": "comparator_lit" }, + "facing=east,mode=compare,powered=true": { "model": "comparator_lit", "y": 90 }, + "facing=south,mode=compare,powered=true": { "model": "comparator_lit", "y": 180 }, + "facing=west,mode=compare,powered=true": { "model": "comparator_lit", "y": 270 }, + "facing=north,mode=subtract,powered=true": { "model": "comparator_lit_subtract" }, + "facing=east,mode=subtract,powered=true": { "model": "comparator_lit_subtract", "y": 90 }, + "facing=south,mode=subtract,powered=true": { "model": "comparator_lit_subtract", "y": 180 }, + "facing=west,mode=subtract,powered=true": { "model": "comparator_lit_subtract", "y": 270 } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/powered_repeater.json b/desktopRuntime/resources/assets/minecraft/blockstates/powered_repeater.json new file mode 100755 index 00000000..f45a9512 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/powered_repeater.json @@ -0,0 +1,36 @@ +{ + "variants": { + "delay=1,facing=south,locked=false": { "model": "repeater_on_1tick" }, + "delay=1,facing=west,locked=false": { "model": "repeater_on_1tick", "y": 90 }, + "delay=1,facing=north,locked=false": { "model": "repeater_on_1tick", "y": 180 }, + "delay=1,facing=east,locked=false": { "model": "repeater_on_1tick", "y": 270 }, + "delay=2,facing=south,locked=false": { "model": "repeater_on_2tick" }, + "delay=2,facing=west,locked=false": { "model": "repeater_on_2tick", "y": 90 }, + "delay=2,facing=north,locked=false": { "model": "repeater_on_2tick", "y": 180 }, + "delay=2,facing=east,locked=false": { "model": "repeater_on_2tick", "y": 270 }, + "delay=3,facing=south,locked=false": { "model": "repeater_on_3tick" }, + "delay=3,facing=west,locked=false": { "model": "repeater_on_3tick", "y": 90 }, + "delay=3,facing=north,locked=false": { "model": "repeater_on_3tick", "y": 180 }, + "delay=3,facing=east,locked=false": { "model": "repeater_on_3tick", "y": 270 }, + "delay=4,facing=south,locked=false": { "model": "repeater_on_4tick" }, + "delay=4,facing=west,locked=false": { "model": "repeater_on_4tick", "y": 90 }, + "delay=4,facing=north,locked=false": { "model": "repeater_on_4tick", "y": 180 }, + "delay=4,facing=east,locked=false": { "model": "repeater_on_4tick", "y": 270 }, + "delay=1,facing=south,locked=true": { "model": "repeater_on_locked_1tick" }, + "delay=1,facing=west,locked=true": { "model": "repeater_on_locked_1tick", "y": 90 }, + "delay=1,facing=north,locked=true": { "model": "repeater_on_locked_1tick", "y": 180 }, + "delay=1,facing=east,locked=true": { "model": "repeater_on_locked_1tick", "y": 270 }, + "delay=2,facing=south,locked=true": { "model": "repeater_on_locked_2tick" }, + "delay=2,facing=west,locked=true": { "model": "repeater_on_locked_2tick", "y": 90 }, + "delay=2,facing=north,locked=true": { "model": "repeater_on_locked_2tick", "y": 180 }, + "delay=2,facing=east,locked=true": { "model": "repeater_on_locked_2tick", "y": 270 }, + "delay=3,facing=south,locked=true": { "model": "repeater_on_locked_3tick" }, + "delay=3,facing=west,locked=true": { "model": "repeater_on_locked_3tick", "y": 90 }, + "delay=3,facing=north,locked=true": { "model": "repeater_on_locked_3tick", "y": 180 }, + "delay=3,facing=east,locked=true": { "model": "repeater_on_locked_3tick", "y": 270 }, + "delay=4,facing=south,locked=true": { "model": "repeater_on_locked_4tick" }, + "delay=4,facing=west,locked=true": { "model": "repeater_on_locked_4tick", "y": 90 }, + "delay=4,facing=north,locked=true": { "model": "repeater_on_locked_4tick", "y": 180 }, + "delay=4,facing=east,locked=true": { "model": "repeater_on_locked_4tick", "y": 270 } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/prismarine.json b/desktopRuntime/resources/assets/minecraft/blockstates/prismarine.json new file mode 100755 index 00000000..7b00dbbb --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/prismarine.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "prismarine_rough" } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/prismarine_bricks.json b/desktopRuntime/resources/assets/minecraft/blockstates/prismarine_bricks.json new file mode 100755 index 00000000..2a7f9c0e --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/prismarine_bricks.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "prismarine_bricks" } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/pumpkin.json b/desktopRuntime/resources/assets/minecraft/blockstates/pumpkin.json new file mode 100755 index 00000000..e809cc3e --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/pumpkin.json @@ -0,0 +1,8 @@ +{ + "variants": { + "facing=north": { "model": "pumpkin" }, + "facing=south": { "model": "pumpkin", "y": 180 }, + "facing=west": { "model": "pumpkin", "y": 270 }, + "facing=east": { "model": "pumpkin", "y": 90 } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/pumpkin_stem.json b/desktopRuntime/resources/assets/minecraft/blockstates/pumpkin_stem.json new file mode 100755 index 00000000..1d5156d0 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/pumpkin_stem.json @@ -0,0 +1,16 @@ +{ + "variants": { + "age=0,facing=up": { "model": "pumpkin_stem_growth0" }, + "age=1,facing=up": { "model": "pumpkin_stem_growth1" }, + "age=2,facing=up": { "model": "pumpkin_stem_growth2" }, + "age=3,facing=up": { "model": "pumpkin_stem_growth3" }, + "age=4,facing=up": { "model": "pumpkin_stem_growth4" }, + "age=5,facing=up": { "model": "pumpkin_stem_growth5" }, + "age=6,facing=up": { "model": "pumpkin_stem_growth6" }, + "age=7,facing=up": { "model": "pumpkin_stem_growth7" }, + "facing=west": { "model": "pumpkin_stem_fruit" }, + "facing=east": { "model": "pumpkin_stem_fruit", "y": 180 }, + "facing=north": { "model": "pumpkin_stem_fruit", "y": 90 }, + "facing=south": { "model": "pumpkin_stem_fruit", "y": 270 } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/purple_carpet.json b/desktopRuntime/resources/assets/minecraft/blockstates/purple_carpet.json new file mode 100755 index 00000000..2f162601 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/purple_carpet.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "carpet_purple" } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/purple_stained_glass.json b/desktopRuntime/resources/assets/minecraft/blockstates/purple_stained_glass.json new file mode 100755 index 00000000..e283b346 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/purple_stained_glass.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "glass_purple" } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/purple_stained_glass_pane.json b/desktopRuntime/resources/assets/minecraft/blockstates/purple_stained_glass_pane.json new file mode 100755 index 00000000..fc4bfb91 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/purple_stained_glass_pane.json @@ -0,0 +1,20 @@ +{ + "variants": { + "east=false,north=false,south=false,west=false": { "model": "purple_pane_nsew" }, + "east=false,north=true,south=false,west=false": { "model": "purple_pane_n" }, + "east=true,north=false,south=false,west=false": { "model": "purple_pane_n", "y": 90 }, + "east=false,north=false,south=true,west=false": { "model": "purple_pane_s" }, + "east=false,north=false,south=false,west=true": { "model": "purple_pane_s", "y": 90 }, + "east=true,north=true,south=false,west=false": { "model": "purple_pane_ne" }, + "east=true,north=false,south=true,west=false": { "model": "purple_pane_se" }, + "east=false,north=false,south=true,west=true": { "model": "purple_pane_sw" }, + "east=false,north=true,south=false,west=true": { "model": "purple_pane_nw" }, + "east=false,north=true,south=true,west=false": { "model": "purple_pane_ns" }, + "east=true,north=false,south=false,west=true": { "model": "purple_pane_ns", "y": 90 }, + "east=true,north=true,south=true,west=false": { "model": "purple_pane_nse" }, + "east=true,north=false,south=true,west=true": { "model": "purple_pane_sew" }, + "east=false,north=true,south=true,west=true": { "model": "purple_pane_nsw" }, + "east=true,north=true,south=false,west=true": { "model": "purple_pane_new" }, + "east=true,north=true,south=true,west=true": { "model": "purple_pane_nsew" } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/purple_stained_hardened_clay.json b/desktopRuntime/resources/assets/minecraft/blockstates/purple_stained_hardened_clay.json new file mode 100755 index 00000000..0625b3e6 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/purple_stained_hardened_clay.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "hardened_clay_purple" } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/purple_wool.json b/desktopRuntime/resources/assets/minecraft/blockstates/purple_wool.json new file mode 100755 index 00000000..012bc85d --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/purple_wool.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "purple_wool" } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/quartz_block.json b/desktopRuntime/resources/assets/minecraft/blockstates/quartz_block.json new file mode 100755 index 00000000..6b8fb645 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/quartz_block.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "quartz_normal" } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/quartz_column.json b/desktopRuntime/resources/assets/minecraft/blockstates/quartz_column.json new file mode 100755 index 00000000..fc9166dd --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/quartz_column.json @@ -0,0 +1,8 @@ +{ + "variants": { + "axis=y": { "model": "quartz_lines" }, + "axis=z": { "model": "quartz_lines", "x": 90 }, + "axis=x": { "model": "quartz_lines", "x": 90, "y": 90 } + } +} + diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/quartz_double_slab.json b/desktopRuntime/resources/assets/minecraft/blockstates/quartz_double_slab.json new file mode 100755 index 00000000..7841268f --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/quartz_double_slab.json @@ -0,0 +1,6 @@ +{ + "variants": { + "normal": { "model": "quartz_normal" }, + "all": { "model": "quartz_top" } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/quartz_ore.json b/desktopRuntime/resources/assets/minecraft/blockstates/quartz_ore.json new file mode 100755 index 00000000..d94faf6f --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/quartz_ore.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "quartz_ore" } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/quartz_slab.json b/desktopRuntime/resources/assets/minecraft/blockstates/quartz_slab.json new file mode 100755 index 00000000..4ee9d4e2 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/quartz_slab.json @@ -0,0 +1,6 @@ +{ + "variants": { + "half=bottom": { "model": "half_slab_quartz" }, + "half=top": { "model": "upper_slab_quartz" } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/quartz_stairs.json b/desktopRuntime/resources/assets/minecraft/blockstates/quartz_stairs.json new file mode 100755 index 00000000..322102ed --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/quartz_stairs.json @@ -0,0 +1,44 @@ +{ + "variants": { + "facing=east,half=bottom,shape=straight": { "model": "quartz_stairs" }, + "facing=west,half=bottom,shape=straight": { "model": "quartz_stairs", "y": 180, "uvlock": true }, + "facing=south,half=bottom,shape=straight": { "model": "quartz_stairs", "y": 90, "uvlock": true }, + "facing=north,half=bottom,shape=straight": { "model": "quartz_stairs", "y": 270, "uvlock": true }, + "facing=east,half=bottom,shape=outer_right": { "model": "quartz_outer_stairs" }, + "facing=west,half=bottom,shape=outer_right": { "model": "quartz_outer_stairs", "y": 180, "uvlock": true }, + "facing=south,half=bottom,shape=outer_right": { "model": "quartz_outer_stairs", "y": 90, "uvlock": true }, + "facing=north,half=bottom,shape=outer_right": { "model": "quartz_outer_stairs", "y": 270, "uvlock": true }, + "facing=east,half=bottom,shape=outer_left": { "model": "quartz_outer_stairs", "y": 270, "uvlock": true }, + "facing=west,half=bottom,shape=outer_left": { "model": "quartz_outer_stairs", "y": 90, "uvlock": true }, + "facing=south,half=bottom,shape=outer_left": { "model": "quartz_outer_stairs" }, + "facing=north,half=bottom,shape=outer_left": { "model": "quartz_outer_stairs", "y": 180, "uvlock": true }, + "facing=east,half=bottom,shape=inner_right": { "model": "quartz_inner_stairs" }, + "facing=west,half=bottom,shape=inner_right": { "model": "quartz_inner_stairs", "y": 180, "uvlock": true }, + "facing=south,half=bottom,shape=inner_right": { "model": "quartz_inner_stairs", "y": 90, "uvlock": true }, + "facing=north,half=bottom,shape=inner_right": { "model": "quartz_inner_stairs", "y": 270, "uvlock": true }, + "facing=east,half=bottom,shape=inner_left": { "model": "quartz_inner_stairs", "y": 270, "uvlock": true }, + "facing=west,half=bottom,shape=inner_left": { "model": "quartz_inner_stairs", "y": 90, "uvlock": true }, + "facing=south,half=bottom,shape=inner_left": { "model": "quartz_inner_stairs" }, + "facing=north,half=bottom,shape=inner_left": { "model": "quartz_inner_stairs", "y": 180, "uvlock": true }, + "facing=east,half=top,shape=straight": { "model": "quartz_stairs", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=straight": { "model": "quartz_stairs", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=straight": { "model": "quartz_stairs", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=straight": { "model": "quartz_stairs", "x": 180, "y": 270, "uvlock": true }, + "facing=east,half=top,shape=outer_right": { "model": "quartz_outer_stairs", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=outer_right": { "model": "quartz_outer_stairs", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=outer_right": { "model": "quartz_outer_stairs", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=outer_right": { "model": "quartz_outer_stairs", "x": 180, "y": 270, "uvlock": true }, + "facing=east,half=top,shape=outer_left": { "model": "quartz_outer_stairs", "x": 180, "y": 90, "uvlock": true }, + "facing=west,half=top,shape=outer_left": { "model": "quartz_outer_stairs", "x": 180, "y": 270, "uvlock": true }, + "facing=south,half=top,shape=outer_left": { "model": "quartz_outer_stairs", "x": 180, "y": 180, "uvlock": true }, + "facing=north,half=top,shape=outer_left": { "model": "quartz_outer_stairs", "x": 180, "uvlock": true }, + "facing=east,half=top,shape=inner_right": { "model": "quartz_inner_stairs", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=inner_right": { "model": "quartz_inner_stairs", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=inner_right": { "model": "quartz_inner_stairs", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=inner_right": { "model": "quartz_inner_stairs", "x": 180, "y": 270, "uvlock": true }, + "facing=east,half=top,shape=inner_left": { "model": "quartz_inner_stairs", "x": 180, "y": 90, "uvlock": true }, + "facing=west,half=top,shape=inner_left": { "model": "quartz_inner_stairs", "x": 180, "y": 270, "uvlock": true }, + "facing=south,half=top,shape=inner_left": { "model": "quartz_inner_stairs", "x": 180, "y": 180, "uvlock": true }, + "facing=north,half=top,shape=inner_left": { "model": "quartz_inner_stairs", "x": 180, "uvlock": true } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/rail.json b/desktopRuntime/resources/assets/minecraft/blockstates/rail.json new file mode 100755 index 00000000..85c6a532 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/rail.json @@ -0,0 +1,14 @@ +{ + "variants": { + "shape=north_south": { "model": "normal_rail_flat" }, + "shape=east_west": { "model": "normal_rail_flat", "y": 90 }, + "shape=ascending_east": { "model": "normal_rail_raised_ne", "y": 90 }, + "shape=ascending_west": { "model": "normal_rail_raised_sw", "y": 90 }, + "shape=ascending_north": { "model": "normal_rail_raised_ne" }, + "shape=ascending_south": { "model": "normal_rail_raised_sw" }, + "shape=south_east": { "model": "normal_rail_curved" }, + "shape=south_west": { "model": "normal_rail_curved", "y": 90 }, + "shape=north_west": { "model": "normal_rail_curved", "y": 180 }, + "shape=north_east": { "model": "normal_rail_curved", "y": 270 } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/red_carpet.json b/desktopRuntime/resources/assets/minecraft/blockstates/red_carpet.json new file mode 100755 index 00000000..fdfcf2c2 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/red_carpet.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "carpet_red" } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/red_mushroom.json b/desktopRuntime/resources/assets/minecraft/blockstates/red_mushroom.json new file mode 100755 index 00000000..6c915beb --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/red_mushroom.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "red_mushroom" } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/red_mushroom_block.json b/desktopRuntime/resources/assets/minecraft/blockstates/red_mushroom_block.json new file mode 100755 index 00000000..e1ca08e9 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/red_mushroom_block.json @@ -0,0 +1,18 @@ +{ + "variants": { + "variant=north_west": { "model": "red_mushroom_block_nw" }, + "variant=north": { "model": "red_mushroom_block_n" }, + "variant=north_east": { "model": "red_mushroom_block_ne" }, + "variant=west": { "model": "red_mushroom_block_w" }, + "variant=center": { "model": "red_mushroom_block_c" }, + "variant=east": { "model": "red_mushroom_block_e" }, + "variant=south_west": { "model": "red_mushroom_block_sw" }, + "variant=south": { "model": "red_mushroom_block_s" }, + "variant=south_east": { "model": "red_mushroom_block_se" }, + "variant=stem": { "model": "red_mushroom_block_stem" }, + "variant=all_stem": { "model": "red_mushroom_block_stem_all" }, + "variant=all_outside": { "model": "red_mushroom_block_cap_all" }, + "variant=all_inside": { "model": "red_mushroom_block_inside_all" } + } +} + diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/red_sand.json b/desktopRuntime/resources/assets/minecraft/blockstates/red_sand.json new file mode 100755 index 00000000..911558b0 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/red_sand.json @@ -0,0 +1,10 @@ +{ + "variants": { + "normal": [ + { "model": "red_sand" }, + { "model": "red_sand", "y": 90 }, + { "model": "red_sand", "y": 180 }, + { "model": "red_sand", "y": 270 } + ] + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/red_sandstone.json b/desktopRuntime/resources/assets/minecraft/blockstates/red_sandstone.json new file mode 100755 index 00000000..2cfdad08 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/red_sandstone.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "red_sandstone_normal" } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/red_sandstone_double_slab.json b/desktopRuntime/resources/assets/minecraft/blockstates/red_sandstone_double_slab.json new file mode 100755 index 00000000..932ccf8b --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/red_sandstone_double_slab.json @@ -0,0 +1,6 @@ +{ + "variants": { + "normal": { "model": "red_sandstone_normal" }, + "all": { "model": "red_sandstone_all" } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/red_sandstone_slab.json b/desktopRuntime/resources/assets/minecraft/blockstates/red_sandstone_slab.json new file mode 100755 index 00000000..81391dc3 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/red_sandstone_slab.json @@ -0,0 +1,6 @@ +{ + "variants": { + "half=bottom": { "model": "half_slab_red_sandstone" }, + "half=top": { "model": "upper_slab_red_sandstone" } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/red_sandstone_stairs.json b/desktopRuntime/resources/assets/minecraft/blockstates/red_sandstone_stairs.json new file mode 100755 index 00000000..416269c5 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/red_sandstone_stairs.json @@ -0,0 +1,44 @@ +{ + "variants": { + "facing=east,half=bottom,shape=straight": { "model": "red_sandstone_stairs" }, + "facing=west,half=bottom,shape=straight": { "model": "red_sandstone_stairs", "y": 180, "uvlock": true }, + "facing=south,half=bottom,shape=straight": { "model": "red_sandstone_stairs", "y": 90, "uvlock": true }, + "facing=north,half=bottom,shape=straight": { "model": "red_sandstone_stairs", "y": 270, "uvlock": true }, + "facing=east,half=bottom,shape=outer_right": { "model": "red_sandstone_outer_stairs" }, + "facing=west,half=bottom,shape=outer_right": { "model": "red_sandstone_outer_stairs", "y": 180, "uvlock": true }, + "facing=south,half=bottom,shape=outer_right": { "model": "red_sandstone_outer_stairs", "y": 90, "uvlock": true }, + "facing=north,half=bottom,shape=outer_right": { "model": "red_sandstone_outer_stairs", "y": 270, "uvlock": true }, + "facing=east,half=bottom,shape=outer_left": { "model": "red_sandstone_outer_stairs", "y": 270, "uvlock": true }, + "facing=west,half=bottom,shape=outer_left": { "model": "red_sandstone_outer_stairs", "y": 90, "uvlock": true }, + "facing=south,half=bottom,shape=outer_left": { "model": "red_sandstone_outer_stairs" }, + "facing=north,half=bottom,shape=outer_left": { "model": "red_sandstone_outer_stairs", "y": 180, "uvlock": true }, + "facing=east,half=bottom,shape=inner_right": { "model": "red_sandstone_inner_stairs" }, + "facing=west,half=bottom,shape=inner_right": { "model": "red_sandstone_inner_stairs", "y": 180, "uvlock": true }, + "facing=south,half=bottom,shape=inner_right": { "model": "red_sandstone_inner_stairs", "y": 90, "uvlock": true }, + "facing=north,half=bottom,shape=inner_right": { "model": "red_sandstone_inner_stairs", "y": 270, "uvlock": true }, + "facing=east,half=bottom,shape=inner_left": { "model": "red_sandstone_inner_stairs", "y": 270, "uvlock": true }, + "facing=west,half=bottom,shape=inner_left": { "model": "red_sandstone_inner_stairs", "y": 90, "uvlock": true }, + "facing=south,half=bottom,shape=inner_left": { "model": "red_sandstone_inner_stairs" }, + "facing=north,half=bottom,shape=inner_left": { "model": "red_sandstone_inner_stairs", "y": 180, "uvlock": true }, + "facing=east,half=top,shape=straight": { "model": "red_sandstone_stairs", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=straight": { "model": "red_sandstone_stairs", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=straight": { "model": "red_sandstone_stairs", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=straight": { "model": "red_sandstone_stairs", "x": 180, "y": 270, "uvlock": true }, + "facing=east,half=top,shape=outer_right": { "model": "red_sandstone_outer_stairs", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=outer_right": { "model": "red_sandstone_outer_stairs", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=outer_right": { "model": "red_sandstone_outer_stairs", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=outer_right": { "model": "red_sandstone_outer_stairs", "x": 180, "y": 270, "uvlock": true }, + "facing=east,half=top,shape=outer_left": { "model": "red_sandstone_outer_stairs", "x": 180, "y": 90, "uvlock": true }, + "facing=west,half=top,shape=outer_left": { "model": "red_sandstone_outer_stairs", "x": 180, "y": 270, "uvlock": true }, + "facing=south,half=top,shape=outer_left": { "model": "red_sandstone_outer_stairs", "x": 180, "y": 180, "uvlock": true }, + "facing=north,half=top,shape=outer_left": { "model": "red_sandstone_outer_stairs", "x": 180, "uvlock": true }, + "facing=east,half=top,shape=inner_right": { "model": "red_sandstone_inner_stairs", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=inner_right": { "model": "red_sandstone_inner_stairs", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=inner_right": { "model": "red_sandstone_inner_stairs", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=inner_right": { "model": "red_sandstone_inner_stairs", "x": 180, "y": 270, "uvlock": true }, + "facing=east,half=top,shape=inner_left": { "model": "red_sandstone_inner_stairs", "x": 180, "y": 90, "uvlock": true }, + "facing=west,half=top,shape=inner_left": { "model": "red_sandstone_inner_stairs", "x": 180, "y": 270, "uvlock": true }, + "facing=south,half=top,shape=inner_left": { "model": "red_sandstone_inner_stairs", "x": 180, "y": 180, "uvlock": true }, + "facing=north,half=top,shape=inner_left": { "model": "red_sandstone_inner_stairs", "x": 180, "uvlock": true } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/red_stained_glass.json b/desktopRuntime/resources/assets/minecraft/blockstates/red_stained_glass.json new file mode 100755 index 00000000..26fcd4a0 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/red_stained_glass.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "glass_red" } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/red_stained_glass_pane.json b/desktopRuntime/resources/assets/minecraft/blockstates/red_stained_glass_pane.json new file mode 100755 index 00000000..c0100f46 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/red_stained_glass_pane.json @@ -0,0 +1,20 @@ +{ + "variants": { + "east=false,north=false,south=false,west=false": { "model": "red_pane_nsew" }, + "east=false,north=true,south=false,west=false": { "model": "red_pane_n" }, + "east=true,north=false,south=false,west=false": { "model": "red_pane_n", "y": 90 }, + "east=false,north=false,south=true,west=false": { "model": "red_pane_s" }, + "east=false,north=false,south=false,west=true": { "model": "red_pane_s", "y": 90 }, + "east=true,north=true,south=false,west=false": { "model": "red_pane_ne" }, + "east=true,north=false,south=true,west=false": { "model": "red_pane_se" }, + "east=false,north=false,south=true,west=true": { "model": "red_pane_sw" }, + "east=false,north=true,south=false,west=true": { "model": "red_pane_nw" }, + "east=false,north=true,south=true,west=false": { "model": "red_pane_ns" }, + "east=true,north=false,south=false,west=true": { "model": "red_pane_ns", "y": 90 }, + "east=true,north=true,south=true,west=false": { "model": "red_pane_nse" }, + "east=true,north=false,south=true,west=true": { "model": "red_pane_sew" }, + "east=false,north=true,south=true,west=true": { "model": "red_pane_nsw" }, + "east=true,north=true,south=false,west=true": { "model": "red_pane_new" }, + "east=true,north=true,south=true,west=true": { "model": "red_pane_nsew" } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/red_stained_hardened_clay.json b/desktopRuntime/resources/assets/minecraft/blockstates/red_stained_hardened_clay.json new file mode 100755 index 00000000..827e4cc7 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/red_stained_hardened_clay.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "hardened_clay_red" } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/red_tulip.json b/desktopRuntime/resources/assets/minecraft/blockstates/red_tulip.json new file mode 100755 index 00000000..3ef91a24 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/red_tulip.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "red_tulip" } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/red_wool.json b/desktopRuntime/resources/assets/minecraft/blockstates/red_wool.json new file mode 100755 index 00000000..d7bb203d --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/red_wool.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "red_wool" } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/redstone_block.json b/desktopRuntime/resources/assets/minecraft/blockstates/redstone_block.json new file mode 100755 index 00000000..b8124157 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/redstone_block.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "redstone_block" } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/redstone_lamp.json b/desktopRuntime/resources/assets/minecraft/blockstates/redstone_lamp.json new file mode 100755 index 00000000..e4f90c5b --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/redstone_lamp.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "unlit_redstone_lamp" } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/redstone_ore.json b/desktopRuntime/resources/assets/minecraft/blockstates/redstone_ore.json new file mode 100755 index 00000000..d9055452 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/redstone_ore.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "redstone_ore" } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/redstone_torch.json b/desktopRuntime/resources/assets/minecraft/blockstates/redstone_torch.json new file mode 100755 index 00000000..93f841c1 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/redstone_torch.json @@ -0,0 +1,9 @@ +{ + "variants": { + "facing=up": { "model": "lit_redstone_torch" }, + "facing=east": { "model": "lit_redstone_torch_wall" }, + "facing=south": { "model": "lit_redstone_torch_wall", "y": 90 }, + "facing=west": { "model": "lit_redstone_torch_wall", "y": 180 }, + "facing=north": { "model": "lit_redstone_torch_wall", "y": 270 } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/redstone_wire.json b/desktopRuntime/resources/assets/minecraft/blockstates/redstone_wire.json new file mode 100755 index 00000000..9f3e9a47 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/redstone_wire.json @@ -0,0 +1,103 @@ +{ + "variants": { + "east=none,north=none,south=none,west=none": { "model": "redstone_none" }, + + "east=none,north=side,south=none,west=none": { "model": "redstone_n" }, + "east=none,north=none,south=side,west=none": { "model": "redstone_n" }, + "east=side,north=none,south=none,west=none": { "model": "redstone_n", "y": 90 }, + "east=none,north=none,south=none,west=side": { "model": "redstone_n", "y": 90 }, + + "east=none,north=up,south=none,west=none": { "model": "redstone_uns" }, + "east=none,north=none,south=up,west=none": { "model": "redstone_uns", "y": 180, "uvlock": true }, + "east=up,north=none,south=none,west=none": { "model": "redstone_uew" }, + "east=none,north=none,south=none,west=up": { "model": "redstone_uew", "y": 180, "uvlock": true }, + + "east=side,north=side,south=none,west=none": { "model": "redstone_ne", "uvlock": true }, + "east=side,north=up,south=none,west=none": { "model": "redstone_une", "uvlock": true }, + "east=up,north=side,south=none,west=none": { "model": "redstone_nue", "uvlock": true }, + "east=up,north=up,south=none,west=none": { "model": "redstone_unue", "uvlock": true }, + + "east=side,north=none,south=side,west=none": { "model": "redstone_ne", "y": 90, "uvlock": true }, + "east=up,north=none,south=side,west=none": { "model": "redstone_une", "y": 90, "uvlock": true }, + "east=side,north=none,south=up,west=none": { "model": "redstone_nue", "y": 90, "uvlock": true }, + "east=up,north=none,south=up,west=none": { "model": "redstone_unue", "y": 90, "uvlock": true }, + + "east=none,north=none,south=side,west=side": { "model": "redstone_ne", "y": 180, "uvlock": true }, + "east=none,north=none,south=up,west=side": { "model": "redstone_une", "y": 180, "uvlock": true }, + "east=none,north=none,south=side,west=up": { "model": "redstone_nue", "y": 180, "uvlock": true }, + "east=none,north=none,south=up,west=up": { "model": "redstone_unue", "y": 180, "uvlock": true }, + + "east=none,north=side,south=none,west=side": { "model": "redstone_ne", "y": 270, "uvlock": true }, + "east=none,north=side,south=none,west=up": { "model": "redstone_une", "y": 270, "uvlock": true }, + "east=none,north=up,south=none,west=side": { "model": "redstone_nue", "y": 270, "uvlock": true }, + "east=none,north=up,south=none,west=up": { "model": "redstone_unue", "y": 270, "uvlock": true }, + + "east=none,north=side,south=side,west=none": { "model": "redstone_n" }, + "east=none,north=up,south=side,west=none": { "model": "redstone_uns" }, + "east=none,north=side,south=up,west=none": { "model": "redstone_uns", "y": 180 }, + "east=none,north=up,south=up,west=none": { "model": "redstone_unus" }, + + "east=side,north=none,south=none,west=side": { "model": "redstone_n", "y": 90 }, + "east=up,north=none,south=none,west=side": { "model": "redstone_uns", "y": 90 }, + "east=side,north=none,south=none,west=up": { "model": "redstone_uns", "y": 270 }, + "east=up,north=none,south=none,west=up": { "model": "redstone_ueuw" }, + + "east=side,north=side,south=side,west=none": { "model": "redstone_nse", "uvlock": true }, + "east=side,north=up,south=side,west=none": { "model": "redstone_unse", "uvlock": true }, + "east=side,north=side,south=up,west=none": { "model": "redstone_nuse", "uvlock": true }, + "east=up,north=side,south=side,west=none": { "model": "redstone_nsue", "uvlock": true }, + "east=up,north=side,south=up,west=none": { "model": "redstone_nusue", "uvlock": true }, + "east=side,north=up,south=up,west=none": { "model": "redstone_unuse", "uvlock": true }, + "east=up,north=up,south=side,west=none": { "model": "redstone_unsue", "uvlock": true }, + "east=up,north=up,south=up,west=none": { "model": "redstone_unusue", "uvlock": true }, + + "east=side,north=none,south=side,west=side": { "model": "redstone_nse", "y": 90, "uvlock": true }, + "east=up,north=none,south=side,west=side": { "model": "redstone_unse", "y": 90, "uvlock": true }, + "east=side,north=none,south=side,west=up": { "model": "redstone_nuse", "y": 90, "uvlock": true }, + "east=side,north=none,south=up,west=side": { "model": "redstone_nsue", "y": 90, "uvlock": true }, + "east=side,north=none,south=up,west=up": { "model": "redstone_nusue", "y": 90, "uvlock": true }, + "east=up,north=none,south=side,west=up": { "model": "redstone_unuse", "y": 90, "uvlock": true }, + "east=up,north=none,south=up,west=side": { "model": "redstone_unsue", "y": 90, "uvlock": true }, + "east=up,north=none,south=up,west=up": { "model": "redstone_unusue", "y": 90, "uvlock": true }, + + "east=none,north=side,south=side,west=side": { "model": "redstone_nse", "y": 180, "uvlock": true }, + "east=none,north=side,south=up,west=side": { "model": "redstone_unse", "y": 180, "uvlock": true }, + "east=none,north=up,south=side,west=side": { "model": "redstone_nuse", "y": 180, "uvlock": true }, + "east=none,north=side,south=side,west=up": { "model": "redstone_nsue", "y": 180, "uvlock": true }, + "east=none,north=up,south=side,west=up": { "model": "redstone_nusue", "y": 180, "uvlock": true }, + "east=none,north=up,south=up,west=side": { "model": "redstone_unuse", "y": 180, "uvlock": true }, + "east=none,north=side,south=up,west=up": { "model": "redstone_unsue", "y": 180, "uvlock": true }, + "east=none,north=up,south=up,west=up": { "model": "redstone_unusue", "y": 180, "uvlock": true }, + + "east=side,north=side,south=none,west=side": { "model": "redstone_nse", "y": 270, "uvlock": true }, + "east=side,north=side,south=none,west=up": { "model": "redstone_unse", "y": 270, "uvlock": true }, + "east=up,north=side,south=none,west=side": { "model": "redstone_nuse", "y": 270, "uvlock": true }, + "east=side,north=up,south=none,west=side": { "model": "redstone_nsue", "y": 270, "uvlock": true }, + "east=up,north=up,south=none,west=side": { "model": "redstone_nusue", "y": 270, "uvlock": true }, + "east=up,north=side,south=none,west=up": { "model": "redstone_unuse", "y": 270, "uvlock": true }, + "east=side,north=up,south=none,west=up": { "model": "redstone_unsue", "y": 270, "uvlock": true }, + "east=up,north=up,south=none,west=up": { "model": "redstone_unusue", "y": 270, "uvlock": true }, + + "east=side,north=side,south=side,west=side": { "model": "redstone_nsew", "uvlock": true }, + + "east=side,north=up,south=side,west=side": { "model": "redstone_unsew", "uvlock": true }, + "east=side,north=side,south=up,west=side": { "model": "redstone_unsew", "y": 180, "uvlock": true }, + "east=up,north=side,south=side,west=side": { "model": "redstone_unsew", "y": 90, "uvlock": true }, + "east=side,north=side,south=side,west=up": { "model": "redstone_unsew", "y": 270, "uvlock": true }, + + "east=side,north=up,south=up,west=side": { "model": "redstone_unusew", "uvlock": true }, + "east=up,north=side,south=side,west=up": { "model": "redstone_unusew", "y": 90, "uvlock": true }, + + "east=up,north=up,south=side,west=side": { "model": "redstone_unsuew", "uvlock": true }, + "east=up,north=side,south=up,west=side": { "model": "redstone_unsuew", "y": 90, "uvlock": true }, + "east=side,north=side,south=up,west=up": { "model": "redstone_unsuew", "y": 180, "uvlock": true }, + "east=side,north=up,south=side,west=up": { "model": "redstone_unsuew", "y": 270, "uvlock": true }, + + "east=up,north=up,south=up,west=side": { "model": "redstone_unusuew", "uvlock": true }, + "east=up,north=side,south=up,west=up": { "model": "redstone_unusuew", "y": 90, "uvlock": true }, + "east=side,north=up,south=up,west=up": { "model": "redstone_unusuew", "y": 180, "uvlock": true }, + "east=up,north=up,south=side,west=up": { "model": "redstone_unusuew", "y": 270, "uvlock": true }, + + "east=up,north=up,south=up,west=up": { "model": "redstone_unusueuw", "uvlock": true } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/reeds.json b/desktopRuntime/resources/assets/minecraft/blockstates/reeds.json new file mode 100755 index 00000000..ca89a2ae --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/reeds.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "reeds" } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/sand.json b/desktopRuntime/resources/assets/minecraft/blockstates/sand.json new file mode 100755 index 00000000..e8737b20 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/sand.json @@ -0,0 +1,10 @@ +{ + "variants": { + "normal": [ + { "model": "sand" }, + { "model": "sand", "y": 90 }, + { "model": "sand", "y": 180 }, + { "model": "sand", "y": 270 } + ] + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/sandstone.json b/desktopRuntime/resources/assets/minecraft/blockstates/sandstone.json new file mode 100755 index 00000000..fc65e675 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/sandstone.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "sandstone_normal" } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/sandstone_double_slab.json b/desktopRuntime/resources/assets/minecraft/blockstates/sandstone_double_slab.json new file mode 100755 index 00000000..b3f62fed --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/sandstone_double_slab.json @@ -0,0 +1,6 @@ +{ + "variants": { + "normal": { "model": "sandstone_normal" }, + "all": { "model": "sandstone_all" } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/sandstone_slab.json b/desktopRuntime/resources/assets/minecraft/blockstates/sandstone_slab.json new file mode 100755 index 00000000..a7d2f241 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/sandstone_slab.json @@ -0,0 +1,6 @@ +{ + "variants": { + "half=bottom": { "model": "half_slab_sandstone" }, + "half=top": { "model": "upper_slab_sandstone" } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/sandstone_stairs.json b/desktopRuntime/resources/assets/minecraft/blockstates/sandstone_stairs.json new file mode 100755 index 00000000..b43f5ae5 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/sandstone_stairs.json @@ -0,0 +1,44 @@ +{ + "variants": { + "facing=east,half=bottom,shape=straight": { "model": "sandstone_stairs" }, + "facing=west,half=bottom,shape=straight": { "model": "sandstone_stairs", "y": 180, "uvlock": true }, + "facing=south,half=bottom,shape=straight": { "model": "sandstone_stairs", "y": 90, "uvlock": true }, + "facing=north,half=bottom,shape=straight": { "model": "sandstone_stairs", "y": 270, "uvlock": true }, + "facing=east,half=bottom,shape=outer_right": { "model": "sandstone_outer_stairs" }, + "facing=west,half=bottom,shape=outer_right": { "model": "sandstone_outer_stairs", "y": 180, "uvlock": true }, + "facing=south,half=bottom,shape=outer_right": { "model": "sandstone_outer_stairs", "y": 90, "uvlock": true }, + "facing=north,half=bottom,shape=outer_right": { "model": "sandstone_outer_stairs", "y": 270, "uvlock": true }, + "facing=east,half=bottom,shape=outer_left": { "model": "sandstone_outer_stairs", "y": 270, "uvlock": true }, + "facing=west,half=bottom,shape=outer_left": { "model": "sandstone_outer_stairs", "y": 90, "uvlock": true }, + "facing=south,half=bottom,shape=outer_left": { "model": "sandstone_outer_stairs" }, + "facing=north,half=bottom,shape=outer_left": { "model": "sandstone_outer_stairs", "y": 180, "uvlock": true }, + "facing=east,half=bottom,shape=inner_right": { "model": "sandstone_inner_stairs" }, + "facing=west,half=bottom,shape=inner_right": { "model": "sandstone_inner_stairs", "y": 180, "uvlock": true }, + "facing=south,half=bottom,shape=inner_right": { "model": "sandstone_inner_stairs", "y": 90, "uvlock": true }, + "facing=north,half=bottom,shape=inner_right": { "model": "sandstone_inner_stairs", "y": 270, "uvlock": true }, + "facing=east,half=bottom,shape=inner_left": { "model": "sandstone_inner_stairs", "y": 270, "uvlock": true }, + "facing=west,half=bottom,shape=inner_left": { "model": "sandstone_inner_stairs", "y": 90, "uvlock": true }, + "facing=south,half=bottom,shape=inner_left": { "model": "sandstone_inner_stairs" }, + "facing=north,half=bottom,shape=inner_left": { "model": "sandstone_inner_stairs", "y": 180, "uvlock": true }, + "facing=east,half=top,shape=straight": { "model": "sandstone_stairs", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=straight": { "model": "sandstone_stairs", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=straight": { "model": "sandstone_stairs", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=straight": { "model": "sandstone_stairs", "x": 180, "y": 270, "uvlock": true }, + "facing=east,half=top,shape=outer_right": { "model": "sandstone_outer_stairs", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=outer_right": { "model": "sandstone_outer_stairs", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=outer_right": { "model": "sandstone_outer_stairs", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=outer_right": { "model": "sandstone_outer_stairs", "x": 180, "y": 270, "uvlock": true }, + "facing=east,half=top,shape=outer_left": { "model": "sandstone_outer_stairs", "x": 180, "y": 90, "uvlock": true }, + "facing=west,half=top,shape=outer_left": { "model": "sandstone_outer_stairs", "x": 180, "y": 270, "uvlock": true }, + "facing=south,half=top,shape=outer_left": { "model": "sandstone_outer_stairs", "x": 180, "y": 180, "uvlock": true }, + "facing=north,half=top,shape=outer_left": { "model": "sandstone_outer_stairs", "x": 180, "uvlock": true }, + "facing=east,half=top,shape=inner_right": { "model": "sandstone_inner_stairs", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=inner_right": { "model": "sandstone_inner_stairs", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=inner_right": { "model": "sandstone_inner_stairs", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=inner_right": { "model": "sandstone_inner_stairs", "x": 180, "y": 270, "uvlock": true }, + "facing=east,half=top,shape=inner_left": { "model": "sandstone_inner_stairs", "x": 180, "y": 90, "uvlock": true }, + "facing=west,half=top,shape=inner_left": { "model": "sandstone_inner_stairs", "x": 180, "y": 270, "uvlock": true }, + "facing=south,half=top,shape=inner_left": { "model": "sandstone_inner_stairs", "x": 180, "y": 180, "uvlock": true }, + "facing=north,half=top,shape=inner_left": { "model": "sandstone_inner_stairs", "x": 180, "uvlock": true } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/sea_lantern.json b/desktopRuntime/resources/assets/minecraft/blockstates/sea_lantern.json new file mode 100755 index 00000000..5b2b5354 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/sea_lantern.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "sea_lantern" } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/silver_carpet.json b/desktopRuntime/resources/assets/minecraft/blockstates/silver_carpet.json new file mode 100755 index 00000000..031981d1 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/silver_carpet.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "carpet_silver" } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/silver_stained_glass.json b/desktopRuntime/resources/assets/minecraft/blockstates/silver_stained_glass.json new file mode 100755 index 00000000..f23bb99a --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/silver_stained_glass.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "glass_silver" } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/silver_stained_glass_pane.json b/desktopRuntime/resources/assets/minecraft/blockstates/silver_stained_glass_pane.json new file mode 100755 index 00000000..aba229b4 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/silver_stained_glass_pane.json @@ -0,0 +1,20 @@ +{ + "variants": { + "east=false,north=false,south=false,west=false": { "model": "silver_pane_nsew" }, + "east=false,north=true,south=false,west=false": { "model": "silver_pane_n" }, + "east=true,north=false,south=false,west=false": { "model": "silver_pane_n", "y": 90 }, + "east=false,north=false,south=true,west=false": { "model": "silver_pane_s" }, + "east=false,north=false,south=false,west=true": { "model": "silver_pane_s", "y": 90 }, + "east=true,north=true,south=false,west=false": { "model": "silver_pane_ne" }, + "east=true,north=false,south=true,west=false": { "model": "silver_pane_se" }, + "east=false,north=false,south=true,west=true": { "model": "silver_pane_sw" }, + "east=false,north=true,south=false,west=true": { "model": "silver_pane_nw" }, + "east=false,north=true,south=true,west=false": { "model": "silver_pane_ns" }, + "east=true,north=false,south=false,west=true": { "model": "silver_pane_ns", "y": 90 }, + "east=true,north=true,south=true,west=false": { "model": "silver_pane_nse" }, + "east=true,north=false,south=true,west=true": { "model": "silver_pane_sew" }, + "east=false,north=true,south=true,west=true": { "model": "silver_pane_nsw" }, + "east=true,north=true,south=false,west=true": { "model": "silver_pane_new" }, + "east=true,north=true,south=true,west=true": { "model": "silver_pane_nsew" } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/silver_stained_hardened_clay.json b/desktopRuntime/resources/assets/minecraft/blockstates/silver_stained_hardened_clay.json new file mode 100755 index 00000000..fe793cee --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/silver_stained_hardened_clay.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "hardened_clay_silver" } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/silver_wool.json b/desktopRuntime/resources/assets/minecraft/blockstates/silver_wool.json new file mode 100755 index 00000000..9727ea57 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/silver_wool.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "silver_wool" } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/slime.json b/desktopRuntime/resources/assets/minecraft/blockstates/slime.json new file mode 100755 index 00000000..1dd6afe0 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/slime.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "slime" } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/smooth_andesite.json b/desktopRuntime/resources/assets/minecraft/blockstates/smooth_andesite.json new file mode 100755 index 00000000..f3047952 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/smooth_andesite.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "andesite_smooth" } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/smooth_diorite.json b/desktopRuntime/resources/assets/minecraft/blockstates/smooth_diorite.json new file mode 100755 index 00000000..02c83584 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/smooth_diorite.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "diorite_smooth" } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/smooth_granite.json b/desktopRuntime/resources/assets/minecraft/blockstates/smooth_granite.json new file mode 100755 index 00000000..90d73d09 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/smooth_granite.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "granite_smooth" } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/smooth_red_sandstone.json b/desktopRuntime/resources/assets/minecraft/blockstates/smooth_red_sandstone.json new file mode 100755 index 00000000..cbe1115f --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/smooth_red_sandstone.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "red_sandstone_smooth" } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/smooth_sandstone.json b/desktopRuntime/resources/assets/minecraft/blockstates/smooth_sandstone.json new file mode 100755 index 00000000..2ef9e518 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/smooth_sandstone.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "sandstone_smooth" } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/snow.json b/desktopRuntime/resources/assets/minecraft/blockstates/snow.json new file mode 100755 index 00000000..0b7e15ea --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/snow.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "snow" } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/snow_layer.json b/desktopRuntime/resources/assets/minecraft/blockstates/snow_layer.json new file mode 100755 index 00000000..c9f0ac0f --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/snow_layer.json @@ -0,0 +1,12 @@ +{ + "variants": { + "layers=1": { "model": "snow_height2" }, + "layers=2": { "model": "snow_height4" }, + "layers=3": { "model": "snow_height6" }, + "layers=4": { "model": "snow_height8" }, + "layers=5": { "model": "snow_height10" }, + "layers=6": { "model": "snow_height12" }, + "layers=7": { "model": "snow_height14" }, + "layers=8": { "model": "snow" } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/soul_sand.json b/desktopRuntime/resources/assets/minecraft/blockstates/soul_sand.json new file mode 100755 index 00000000..43435402 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/soul_sand.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "soul_sand" } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/sponge.json b/desktopRuntime/resources/assets/minecraft/blockstates/sponge.json new file mode 100755 index 00000000..71ab2009 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/sponge.json @@ -0,0 +1,6 @@ +{ + "variants": { + "wet=false": { "model": "sponge" }, + "wet=true": { "model": "sponge_wet" } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/spruce_door.json b/desktopRuntime/resources/assets/minecraft/blockstates/spruce_door.json new file mode 100755 index 00000000..a4ffbcca --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/spruce_door.json @@ -0,0 +1,36 @@ +{ + "variants": { + "facing=east,half=lower,hinge=left,open=false": { "model": "spruce_door_bottom" }, + "facing=south,half=lower,hinge=left,open=false": { "model": "spruce_door_bottom", "y": 90 }, + "facing=west,half=lower,hinge=left,open=false": { "model": "spruce_door_bottom", "y": 180 }, + "facing=north,half=lower,hinge=left,open=false": { "model": "spruce_door_bottom", "y": 270 }, + "facing=east,half=lower,hinge=right,open=false": { "model": "spruce_door_bottom_rh" }, + "facing=south,half=lower,hinge=right,open=false": { "model": "spruce_door_bottom_rh", "y": 90 }, + "facing=west,half=lower,hinge=right,open=false": { "model": "spruce_door_bottom_rh", "y": 180 }, + "facing=north,half=lower,hinge=right,open=false": { "model": "spruce_door_bottom_rh", "y": 270 }, + "facing=east,half=lower,hinge=left,open=true": { "model": "spruce_door_bottom_rh", "y": 90 }, + "facing=south,half=lower,hinge=left,open=true": { "model": "spruce_door_bottom_rh", "y": 180 }, + "facing=west,half=lower,hinge=left,open=true": { "model": "spruce_door_bottom_rh", "y": 270 }, + "facing=north,half=lower,hinge=left,open=true": { "model": "spruce_door_bottom_rh" }, + "facing=east,half=lower,hinge=right,open=true": { "model": "spruce_door_bottom", "y": 270 }, + "facing=south,half=lower,hinge=right,open=true": { "model": "spruce_door_bottom" }, + "facing=west,half=lower,hinge=right,open=true": { "model": "spruce_door_bottom", "y": 90 }, + "facing=north,half=lower,hinge=right,open=true": { "model": "spruce_door_bottom", "y": 180 }, + "facing=east,half=upper,hinge=left,open=false": { "model": "spruce_door_top" }, + "facing=south,half=upper,hinge=left,open=false": { "model": "spruce_door_top", "y": 90 }, + "facing=west,half=upper,hinge=left,open=false": { "model": "spruce_door_top", "y": 180 }, + "facing=north,half=upper,hinge=left,open=false": { "model": "spruce_door_top", "y": 270 }, + "facing=east,half=upper,hinge=right,open=false": { "model": "spruce_door_top_rh" }, + "facing=south,half=upper,hinge=right,open=false": { "model": "spruce_door_top_rh", "y": 90 }, + "facing=west,half=upper,hinge=right,open=false": { "model": "spruce_door_top_rh", "y": 180 }, + "facing=north,half=upper,hinge=right,open=false": { "model": "spruce_door_top_rh", "y": 270 }, + "facing=east,half=upper,hinge=left,open=true": { "model": "spruce_door_top_rh", "y": 90 }, + "facing=south,half=upper,hinge=left,open=true": { "model": "spruce_door_top_rh", "y": 180 }, + "facing=west,half=upper,hinge=left,open=true": { "model": "spruce_door_top_rh", "y": 270 }, + "facing=north,half=upper,hinge=left,open=true": { "model": "spruce_door_top_rh" }, + "facing=east,half=upper,hinge=right,open=true": { "model": "spruce_door_top", "y": 270 }, + "facing=south,half=upper,hinge=right,open=true": { "model": "spruce_door_top" }, + "facing=west,half=upper,hinge=right,open=true": { "model": "spruce_door_top", "y": 90 }, + "facing=north,half=upper,hinge=right,open=true": { "model": "spruce_door_top", "y": 180 } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/spruce_double_slab.json b/desktopRuntime/resources/assets/minecraft/blockstates/spruce_double_slab.json new file mode 100755 index 00000000..3f0489c4 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/spruce_double_slab.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "spruce_planks" } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/spruce_fence.json b/desktopRuntime/resources/assets/minecraft/blockstates/spruce_fence.json new file mode 100755 index 00000000..a0b9d5fb --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/spruce_fence.json @@ -0,0 +1,20 @@ +{ + "variants": { + "east=false,north=false,south=false,west=false": { "model": "spruce_fence_post" }, + "east=false,north=true,south=false,west=false": { "model": "spruce_fence_n", "uvlock": true }, + "east=true,north=false,south=false,west=false": { "model": "spruce_fence_n", "y": 90, "uvlock": true }, + "east=false,north=false,south=true,west=false": { "model": "spruce_fence_n", "y": 180, "uvlock": true }, + "east=false,north=false,south=false,west=true": { "model": "spruce_fence_n", "y": 270, "uvlock": true }, + "east=true,north=true,south=false,west=false": { "model": "spruce_fence_ne", "uvlock": true }, + "east=true,north=false,south=true,west=false": { "model": "spruce_fence_ne", "y": 90, "uvlock": true }, + "east=false,north=false,south=true,west=true": { "model": "spruce_fence_ne", "y": 180, "uvlock": true }, + "east=false,north=true,south=false,west=true": { "model": "spruce_fence_ne", "y": 270, "uvlock": true }, + "east=false,north=true,south=true,west=false": { "model": "spruce_fence_ns", "uvlock": true }, + "east=true,north=false,south=false,west=true": { "model": "spruce_fence_ns", "y": 90, "uvlock": true }, + "east=true,north=true,south=true,west=false": { "model": "spruce_fence_nse", "uvlock": true }, + "east=true,north=false,south=true,west=true": { "model": "spruce_fence_nse", "y": 90, "uvlock": true }, + "east=false,north=true,south=true,west=true": { "model": "spruce_fence_nse", "y": 180, "uvlock": true }, + "east=true,north=true,south=false,west=true": { "model": "spruce_fence_nse", "y": 270, "uvlock": true }, + "east=true,north=true,south=true,west=true": { "model": "spruce_fence_nsew", "uvlock": true } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/spruce_fence_gate.json b/desktopRuntime/resources/assets/minecraft/blockstates/spruce_fence_gate.json new file mode 100755 index 00000000..fade719d --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/spruce_fence_gate.json @@ -0,0 +1,20 @@ +{ + "variants": { + "facing=south,in_wall=false,open=false": { "model": "spruce_fence_gate_closed" }, + "facing=west,in_wall=false,open=false": { "model": "spruce_fence_gate_closed", "y": 90, "uvlock": true }, + "facing=north,in_wall=false,open=false": { "model": "spruce_fence_gate_closed", "y": 180, "uvlock": true }, + "facing=east,in_wall=false,open=false": { "model": "spruce_fence_gate_closed", "y": 270, "uvlock": true }, + "facing=south,in_wall=false,open=true": { "model": "spruce_fence_gate_open" }, + "facing=west,in_wall=false,open=true": { "model": "spruce_fence_gate_open", "y": 90, "uvlock": true }, + "facing=north,in_wall=false,open=true": { "model": "spruce_fence_gate_open", "y": 180, "uvlock": true }, + "facing=east,in_wall=false,open=true": { "model": "spruce_fence_gate_open", "y": 270, "uvlock": true }, + "facing=south,in_wall=true,open=false": { "model": "spruce_wall_gate_closed" }, + "facing=west,in_wall=true,open=false": { "model": "spruce_wall_gate_closed", "y": 90, "uvlock": true }, + "facing=north,in_wall=true,open=false": { "model": "spruce_wall_gate_closed", "y": 180, "uvlock": true }, + "facing=east,in_wall=true,open=false": { "model": "spruce_wall_gate_closed", "y": 270, "uvlock": true }, + "facing=south,in_wall=true,open=true": { "model": "spruce_wall_gate_open" }, + "facing=west,in_wall=true,open=true": { "model": "spruce_wall_gate_open", "y": 90, "uvlock": true }, + "facing=north,in_wall=true,open=true": { "model": "spruce_wall_gate_open", "y": 180, "uvlock": true }, + "facing=east,in_wall=true,open=true": { "model": "spruce_wall_gate_open", "y": 270, "uvlock": true } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/spruce_leaves.json b/desktopRuntime/resources/assets/minecraft/blockstates/spruce_leaves.json new file mode 100755 index 00000000..a1616dcc --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/spruce_leaves.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "spruce_leaves" } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/spruce_log.json b/desktopRuntime/resources/assets/minecraft/blockstates/spruce_log.json new file mode 100755 index 00000000..1d43dc51 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/spruce_log.json @@ -0,0 +1,8 @@ +{ + "variants": { + "axis=y": { "model": "spruce_log" }, + "axis=z": { "model": "spruce_log_side" }, + "axis=x": { "model": "spruce_log_side", "y": 90 }, + "axis=none": { "model": "spruce_bark" } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/spruce_planks.json b/desktopRuntime/resources/assets/minecraft/blockstates/spruce_planks.json new file mode 100755 index 00000000..3f0489c4 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/spruce_planks.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "spruce_planks" } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/spruce_sapling.json b/desktopRuntime/resources/assets/minecraft/blockstates/spruce_sapling.json new file mode 100755 index 00000000..53153125 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/spruce_sapling.json @@ -0,0 +1,6 @@ +{ + "variants": { + "stage=0": { "model": "spruce_sapling" }, + "stage=1": { "model": "spruce_sapling" } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/spruce_slab.json b/desktopRuntime/resources/assets/minecraft/blockstates/spruce_slab.json new file mode 100755 index 00000000..a5592a86 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/spruce_slab.json @@ -0,0 +1,6 @@ +{ + "variants": { + "half=bottom": { "model": "half_slab_spruce" }, + "half=top": { "model": "upper_slab_spruce" } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/spruce_stairs.json b/desktopRuntime/resources/assets/minecraft/blockstates/spruce_stairs.json new file mode 100755 index 00000000..d4e9afb3 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/spruce_stairs.json @@ -0,0 +1,44 @@ +{ + "variants": { + "facing=east,half=bottom,shape=straight": { "model": "spruce_stairs" }, + "facing=west,half=bottom,shape=straight": { "model": "spruce_stairs", "y": 180, "uvlock": true }, + "facing=south,half=bottom,shape=straight": { "model": "spruce_stairs", "y": 90, "uvlock": true }, + "facing=north,half=bottom,shape=straight": { "model": "spruce_stairs", "y": 270, "uvlock": true }, + "facing=east,half=bottom,shape=outer_right": { "model": "spruce_outer_stairs" }, + "facing=west,half=bottom,shape=outer_right": { "model": "spruce_outer_stairs", "y": 180, "uvlock": true }, + "facing=south,half=bottom,shape=outer_right": { "model": "spruce_outer_stairs", "y": 90, "uvlock": true }, + "facing=north,half=bottom,shape=outer_right": { "model": "spruce_outer_stairs", "y": 270, "uvlock": true }, + "facing=east,half=bottom,shape=outer_left": { "model": "spruce_outer_stairs", "y": 270, "uvlock": true }, + "facing=west,half=bottom,shape=outer_left": { "model": "spruce_outer_stairs", "y": 90, "uvlock": true }, + "facing=south,half=bottom,shape=outer_left": { "model": "spruce_outer_stairs" }, + "facing=north,half=bottom,shape=outer_left": { "model": "spruce_outer_stairs", "y": 180, "uvlock": true }, + "facing=east,half=bottom,shape=inner_right": { "model": "spruce_inner_stairs" }, + "facing=west,half=bottom,shape=inner_right": { "model": "spruce_inner_stairs", "y": 180, "uvlock": true }, + "facing=south,half=bottom,shape=inner_right": { "model": "spruce_inner_stairs", "y": 90, "uvlock": true }, + "facing=north,half=bottom,shape=inner_right": { "model": "spruce_inner_stairs", "y": 270, "uvlock": true }, + "facing=east,half=bottom,shape=inner_left": { "model": "spruce_inner_stairs", "y": 270, "uvlock": true }, + "facing=west,half=bottom,shape=inner_left": { "model": "spruce_inner_stairs", "y": 90, "uvlock": true }, + "facing=south,half=bottom,shape=inner_left": { "model": "spruce_inner_stairs" }, + "facing=north,half=bottom,shape=inner_left": { "model": "spruce_inner_stairs", "y": 180, "uvlock": true }, + "facing=east,half=top,shape=straight": { "model": "spruce_stairs", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=straight": { "model": "spruce_stairs", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=straight": { "model": "spruce_stairs", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=straight": { "model": "spruce_stairs", "x": 180, "y": 270, "uvlock": true }, + "facing=east,half=top,shape=outer_right": { "model": "spruce_outer_stairs", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=outer_right": { "model": "spruce_outer_stairs", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=outer_right": { "model": "spruce_outer_stairs", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=outer_right": { "model": "spruce_outer_stairs", "x": 180, "y": 270, "uvlock": true }, + "facing=east,half=top,shape=outer_left": { "model": "spruce_outer_stairs", "x": 180, "y": 90, "uvlock": true }, + "facing=west,half=top,shape=outer_left": { "model": "spruce_outer_stairs", "x": 180, "y": 270, "uvlock": true }, + "facing=south,half=top,shape=outer_left": { "model": "spruce_outer_stairs", "x": 180, "y": 180, "uvlock": true }, + "facing=north,half=top,shape=outer_left": { "model": "spruce_outer_stairs", "x": 180, "uvlock": true }, + "facing=east,half=top,shape=inner_right": { "model": "spruce_inner_stairs", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=inner_right": { "model": "spruce_inner_stairs", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=inner_right": { "model": "spruce_inner_stairs", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=inner_right": { "model": "spruce_inner_stairs", "x": 180, "y": 270, "uvlock": true }, + "facing=east,half=top,shape=inner_left": { "model": "spruce_inner_stairs", "x": 180, "y": 90, "uvlock": true }, + "facing=west,half=top,shape=inner_left": { "model": "spruce_inner_stairs", "x": 180, "y": 270, "uvlock": true }, + "facing=south,half=top,shape=inner_left": { "model": "spruce_inner_stairs", "x": 180, "y": 180, "uvlock": true }, + "facing=north,half=top,shape=inner_left": { "model": "spruce_inner_stairs", "x": 180, "uvlock": true } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/sticky_piston.json b/desktopRuntime/resources/assets/minecraft/blockstates/sticky_piston.json new file mode 100755 index 00000000..32f68473 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/sticky_piston.json @@ -0,0 +1,16 @@ +{ + "variants": { + "extended=false,facing=down": { "model": "sticky_piston", "x": 90 }, + "extended=false,facing=up": { "model": "sticky_piston", "x": 270 }, + "extended=false,facing=north": { "model": "sticky_piston" }, + "extended=false,facing=south": { "model": "sticky_piston", "y": 180 }, + "extended=false,facing=west": { "model": "sticky_piston", "y": 270 }, + "extended=false,facing=east": { "model": "sticky_piston", "y": 90 }, + "extended=true,facing=down": { "model": "piston_extended_normal", "x": 90 }, + "extended=true,facing=up": { "model": "piston_extended_normal", "x": 270 }, + "extended=true,facing=north": { "model": "piston_extended_normal" }, + "extended=true,facing=south": { "model": "piston_extended_normal", "y": 180 }, + "extended=true,facing=west": { "model": "piston_extended_normal", "y": 270 }, + "extended=true,facing=east": { "model": "piston_extended_normal", "y": 90 } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/stone.json b/desktopRuntime/resources/assets/minecraft/blockstates/stone.json new file mode 100755 index 00000000..bfa2c110 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/stone.json @@ -0,0 +1,10 @@ +{ + "variants": { + "normal": [ + { "model": "stone" }, + { "model": "stone_mirrored" }, + { "model": "stone", "y": 180 }, + { "model": "stone_mirrored", "y": 180 } + ] + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/stone_brick_double_slab.json b/desktopRuntime/resources/assets/minecraft/blockstates/stone_brick_double_slab.json new file mode 100755 index 00000000..04d4beb7 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/stone_brick_double_slab.json @@ -0,0 +1,6 @@ +{ + "variants": { + "normal": { "model": "stonebrick_normal" }, + "all": { "model": "stonebrick_normal" } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/stone_brick_monster_egg.json b/desktopRuntime/resources/assets/minecraft/blockstates/stone_brick_monster_egg.json new file mode 100755 index 00000000..e5a47973 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/stone_brick_monster_egg.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "stonebrick_normal" } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/stone_brick_slab.json b/desktopRuntime/resources/assets/minecraft/blockstates/stone_brick_slab.json new file mode 100755 index 00000000..222787d3 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/stone_brick_slab.json @@ -0,0 +1,6 @@ +{ + "variants": { + "half=bottom": { "model": "half_slab_stone_brick" }, + "half=top": { "model": "upper_slab_stone_brick" } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/stone_brick_stairs.json b/desktopRuntime/resources/assets/minecraft/blockstates/stone_brick_stairs.json new file mode 100755 index 00000000..499178ef --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/stone_brick_stairs.json @@ -0,0 +1,44 @@ +{ + "variants": { + "facing=east,half=bottom,shape=straight": { "model": "stone_brick_stairs" }, + "facing=west,half=bottom,shape=straight": { "model": "stone_brick_stairs", "y": 180, "uvlock": true }, + "facing=south,half=bottom,shape=straight": { "model": "stone_brick_stairs", "y": 90, "uvlock": true }, + "facing=north,half=bottom,shape=straight": { "model": "stone_brick_stairs", "y": 270, "uvlock": true }, + "facing=east,half=bottom,shape=outer_right": { "model": "stone_brick_outer_stairs" }, + "facing=west,half=bottom,shape=outer_right": { "model": "stone_brick_outer_stairs", "y": 180, "uvlock": true }, + "facing=south,half=bottom,shape=outer_right": { "model": "stone_brick_outer_stairs", "y": 90, "uvlock": true }, + "facing=north,half=bottom,shape=outer_right": { "model": "stone_brick_outer_stairs", "y": 270, "uvlock": true }, + "facing=east,half=bottom,shape=outer_left": { "model": "stone_brick_outer_stairs", "y": 270, "uvlock": true }, + "facing=west,half=bottom,shape=outer_left": { "model": "stone_brick_outer_stairs", "y": 90, "uvlock": true }, + "facing=south,half=bottom,shape=outer_left": { "model": "stone_brick_outer_stairs" }, + "facing=north,half=bottom,shape=outer_left": { "model": "stone_brick_outer_stairs", "y": 180, "uvlock": true }, + "facing=east,half=bottom,shape=inner_right": { "model": "stone_brick_inner_stairs" }, + "facing=west,half=bottom,shape=inner_right": { "model": "stone_brick_inner_stairs", "y": 180, "uvlock": true }, + "facing=south,half=bottom,shape=inner_right": { "model": "stone_brick_inner_stairs", "y": 90, "uvlock": true }, + "facing=north,half=bottom,shape=inner_right": { "model": "stone_brick_inner_stairs", "y": 270, "uvlock": true }, + "facing=east,half=bottom,shape=inner_left": { "model": "stone_brick_inner_stairs", "y": 270, "uvlock": true }, + "facing=west,half=bottom,shape=inner_left": { "model": "stone_brick_inner_stairs", "y": 90, "uvlock": true }, + "facing=south,half=bottom,shape=inner_left": { "model": "stone_brick_inner_stairs" }, + "facing=north,half=bottom,shape=inner_left": { "model": "stone_brick_inner_stairs", "y": 180, "uvlock": true }, + "facing=east,half=top,shape=straight": { "model": "stone_brick_stairs", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=straight": { "model": "stone_brick_stairs", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=straight": { "model": "stone_brick_stairs", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=straight": { "model": "stone_brick_stairs", "x": 180, "y": 270, "uvlock": true }, + "facing=east,half=top,shape=outer_right": { "model": "stone_brick_outer_stairs", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=outer_right": { "model": "stone_brick_outer_stairs", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=outer_right": { "model": "stone_brick_outer_stairs", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=outer_right": { "model": "stone_brick_outer_stairs", "x": 180, "y": 270, "uvlock": true }, + "facing=east,half=top,shape=outer_left": { "model": "stone_brick_outer_stairs", "x": 180, "y": 90, "uvlock": true }, + "facing=west,half=top,shape=outer_left": { "model": "stone_brick_outer_stairs", "x": 180, "y": 270, "uvlock": true }, + "facing=south,half=top,shape=outer_left": { "model": "stone_brick_outer_stairs", "x": 180, "y": 180, "uvlock": true }, + "facing=north,half=top,shape=outer_left": { "model": "stone_brick_outer_stairs", "x": 180, "uvlock": true }, + "facing=east,half=top,shape=inner_right": { "model": "stone_brick_inner_stairs", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=inner_right": { "model": "stone_brick_inner_stairs", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=inner_right": { "model": "stone_brick_inner_stairs", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=inner_right": { "model": "stone_brick_inner_stairs", "x": 180, "y": 270, "uvlock": true }, + "facing=east,half=top,shape=inner_left": { "model": "stone_brick_inner_stairs", "x": 180, "y": 90, "uvlock": true }, + "facing=west,half=top,shape=inner_left": { "model": "stone_brick_inner_stairs", "x": 180, "y": 270, "uvlock": true }, + "facing=south,half=top,shape=inner_left": { "model": "stone_brick_inner_stairs", "x": 180, "y": 180, "uvlock": true }, + "facing=north,half=top,shape=inner_left": { "model": "stone_brick_inner_stairs", "x": 180, "uvlock": true } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/stone_button.json b/desktopRuntime/resources/assets/minecraft/blockstates/stone_button.json new file mode 100755 index 00000000..33f10033 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/stone_button.json @@ -0,0 +1,16 @@ +{ + "variants": { + "facing=up,powered=false": { "model": "stone_button" }, + "facing=down,powered=false": { "model": "stone_button", "x": 180 }, + "facing=east,powered=false": { "model": "stone_button", "x": 90, "y": 90 }, + "facing=west,powered=false": { "model": "stone_button", "x": 90, "y": 270 }, + "facing=south,powered=false": { "model": "stone_button", "x": 90, "y": 180 }, + "facing=north,powered=false": { "model": "stone_button", "x": 90 }, + "facing=up,powered=true": { "model": "stone_button_pressed" }, + "facing=down,powered=true": { "model": "stone_button_pressed", "x": 180 }, + "facing=east,powered=true": { "model": "stone_button_pressed", "x": 90, "y": 90 }, + "facing=west,powered=true": { "model": "stone_button_pressed", "x": 90, "y": 270 }, + "facing=south,powered=true": { "model": "stone_button_pressed", "x": 90, "y": 180 }, + "facing=north,powered=true": { "model": "stone_button_pressed", "x": 90 } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/stone_double_slab.json b/desktopRuntime/resources/assets/minecraft/blockstates/stone_double_slab.json new file mode 100755 index 00000000..2c34a430 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/stone_double_slab.json @@ -0,0 +1,6 @@ +{ + "variants": { + "normal": { "model": "double_stone" }, + "all": { "model": "double_stone_top" } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/stone_monster_egg.json b/desktopRuntime/resources/assets/minecraft/blockstates/stone_monster_egg.json new file mode 100755 index 00000000..7e6c9fca --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/stone_monster_egg.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "stone" } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/stone_pressure_plate.json b/desktopRuntime/resources/assets/minecraft/blockstates/stone_pressure_plate.json new file mode 100755 index 00000000..7e107746 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/stone_pressure_plate.json @@ -0,0 +1,6 @@ +{ + "variants": { + "powered=false": { "model": "stone_pressure_plate_up" }, + "powered=true": { "model": "stone_pressure_plate_down" } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/stone_slab.json b/desktopRuntime/resources/assets/minecraft/blockstates/stone_slab.json new file mode 100755 index 00000000..d03bf463 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/stone_slab.json @@ -0,0 +1,6 @@ +{ + "variants": { + "half=bottom": { "model": "half_slab_stone" }, + "half=top": { "model": "upper_slab_stone" } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/stone_stairs.json b/desktopRuntime/resources/assets/minecraft/blockstates/stone_stairs.json new file mode 100755 index 00000000..d4c6b5a8 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/stone_stairs.json @@ -0,0 +1,44 @@ +{ + "variants": { + "facing=east,half=bottom,shape=straight": { "model": "stone_stairs" }, + "facing=west,half=bottom,shape=straight": { "model": "stone_stairs", "y": 180, "uvlock": true }, + "facing=south,half=bottom,shape=straight": { "model": "stone_stairs", "y": 90, "uvlock": true }, + "facing=north,half=bottom,shape=straight": { "model": "stone_stairs", "y": 270, "uvlock": true }, + "facing=east,half=bottom,shape=outer_right": { "model": "stone_outer_stairs" }, + "facing=west,half=bottom,shape=outer_right": { "model": "stone_outer_stairs", "y": 180, "uvlock": true }, + "facing=south,half=bottom,shape=outer_right": { "model": "stone_outer_stairs", "y": 90, "uvlock": true }, + "facing=north,half=bottom,shape=outer_right": { "model": "stone_outer_stairs", "y": 270, "uvlock": true }, + "facing=east,half=bottom,shape=outer_left": { "model": "stone_outer_stairs", "y": 270, "uvlock": true }, + "facing=west,half=bottom,shape=outer_left": { "model": "stone_outer_stairs", "y": 90, "uvlock": true }, + "facing=south,half=bottom,shape=outer_left": { "model": "stone_outer_stairs" }, + "facing=north,half=bottom,shape=outer_left": { "model": "stone_outer_stairs", "y": 180, "uvlock": true }, + "facing=east,half=bottom,shape=inner_right": { "model": "stone_inner_stairs" }, + "facing=west,half=bottom,shape=inner_right": { "model": "stone_inner_stairs", "y": 180, "uvlock": true }, + "facing=south,half=bottom,shape=inner_right": { "model": "stone_inner_stairs", "y": 90, "uvlock": true }, + "facing=north,half=bottom,shape=inner_right": { "model": "stone_inner_stairs", "y": 270, "uvlock": true }, + "facing=east,half=bottom,shape=inner_left": { "model": "stone_inner_stairs", "y": 270, "uvlock": true }, + "facing=west,half=bottom,shape=inner_left": { "model": "stone_inner_stairs", "y": 90, "uvlock": true }, + "facing=south,half=bottom,shape=inner_left": { "model": "stone_inner_stairs" }, + "facing=north,half=bottom,shape=inner_left": { "model": "stone_inner_stairs", "y": 180, "uvlock": true }, + "facing=east,half=top,shape=straight": { "model": "stone_stairs", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=straight": { "model": "stone_stairs", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=straight": { "model": "stone_stairs", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=straight": { "model": "stone_stairs", "x": 180, "y": 270, "uvlock": true }, + "facing=east,half=top,shape=outer_right": { "model": "stone_outer_stairs", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=outer_right": { "model": "stone_outer_stairs", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=outer_right": { "model": "stone_outer_stairs", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=outer_right": { "model": "stone_outer_stairs", "x": 180, "y": 270, "uvlock": true }, + "facing=east,half=top,shape=outer_left": { "model": "stone_outer_stairs", "x": 180, "y": 90, "uvlock": true }, + "facing=west,half=top,shape=outer_left": { "model": "stone_outer_stairs", "x": 180, "y": 270, "uvlock": true }, + "facing=south,half=top,shape=outer_left": { "model": "stone_outer_stairs", "x": 180, "y": 180, "uvlock": true }, + "facing=north,half=top,shape=outer_left": { "model": "stone_outer_stairs", "x": 180, "uvlock": true }, + "facing=east,half=top,shape=inner_right": { "model": "stone_inner_stairs", "x": 180, "uvlock": true }, + "facing=west,half=top,shape=inner_right": { "model": "stone_inner_stairs", "x": 180, "y": 180, "uvlock": true }, + "facing=south,half=top,shape=inner_right": { "model": "stone_inner_stairs", "x": 180, "y": 90, "uvlock": true }, + "facing=north,half=top,shape=inner_right": { "model": "stone_inner_stairs", "x": 180, "y": 270, "uvlock": true }, + "facing=east,half=top,shape=inner_left": { "model": "stone_inner_stairs", "x": 180, "y": 90, "uvlock": true }, + "facing=west,half=top,shape=inner_left": { "model": "stone_inner_stairs", "x": 180, "y": 270, "uvlock": true }, + "facing=south,half=top,shape=inner_left": { "model": "stone_inner_stairs", "x": 180, "y": 180, "uvlock": true }, + "facing=north,half=top,shape=inner_left": { "model": "stone_inner_stairs", "x": 180, "uvlock": true } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/stonebrick.json b/desktopRuntime/resources/assets/minecraft/blockstates/stonebrick.json new file mode 100755 index 00000000..e5a47973 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/stonebrick.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "stonebrick_normal" } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/sunflower.json b/desktopRuntime/resources/assets/minecraft/blockstates/sunflower.json new file mode 100755 index 00000000..ce27265d --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/sunflower.json @@ -0,0 +1,6 @@ +{ + "variants": { + "half=lower": { "model": "double_sunflower_bottom" }, + "half=upper": { "model": "double_sunflower_top" } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/syringa.json b/desktopRuntime/resources/assets/minecraft/blockstates/syringa.json new file mode 100755 index 00000000..2f11b5c4 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/syringa.json @@ -0,0 +1,6 @@ +{ + "variants": { + "half=lower": { "model": "double_syringa_bottom" }, + "half=upper": { "model": "double_syringa_top" } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/tall_grass.json b/desktopRuntime/resources/assets/minecraft/blockstates/tall_grass.json new file mode 100755 index 00000000..57228dad --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/tall_grass.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "tall_grass" } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/tnt.json b/desktopRuntime/resources/assets/minecraft/blockstates/tnt.json new file mode 100755 index 00000000..3386fa27 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/tnt.json @@ -0,0 +1,10 @@ +{ + "variants": { + "normal": [ + { "model": "tnt" }, + { "model": "tnt", "y": 90 }, + { "model": "tnt", "y": 180 }, + { "model": "tnt", "y": 270 } + ] + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/torch.json b/desktopRuntime/resources/assets/minecraft/blockstates/torch.json new file mode 100755 index 00000000..479ce730 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/torch.json @@ -0,0 +1,9 @@ +{ + "variants": { + "facing=up": { "model": "normal_torch" }, + "facing=east": { "model": "normal_torch_wall" }, + "facing=south": { "model": "normal_torch_wall", "y": 90 }, + "facing=west": { "model": "normal_torch_wall", "y": 180 }, + "facing=north": { "model": "normal_torch_wall", "y": 270 } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/trapdoor.json b/desktopRuntime/resources/assets/minecraft/blockstates/trapdoor.json new file mode 100755 index 00000000..059c892c --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/trapdoor.json @@ -0,0 +1,20 @@ +{ + "variants": { + "facing=north,half=bottom,open=false": { "model": "wooden_trapdoor_bottom" }, + "facing=south,half=bottom,open=false": { "model": "wooden_trapdoor_bottom" }, + "facing=east,half=bottom,open=false": { "model": "wooden_trapdoor_bottom" }, + "facing=west,half=bottom,open=false": { "model": "wooden_trapdoor_bottom" }, + "facing=north,half=top,open=false": { "model": "wooden_trapdoor_top" }, + "facing=south,half=top,open=false": { "model": "wooden_trapdoor_top" }, + "facing=east,half=top,open=false": { "model": "wooden_trapdoor_top" }, + "facing=west,half=top,open=false": { "model": "wooden_trapdoor_top" }, + "facing=north,half=bottom,open=true": { "model": "wooden_trapdoor_open" }, + "facing=south,half=bottom,open=true": { "model": "wooden_trapdoor_open", "y": 180 }, + "facing=east,half=bottom,open=true": { "model": "wooden_trapdoor_open", "y": 90 }, + "facing=west,half=bottom,open=true": { "model": "wooden_trapdoor_open", "y": 270 }, + "facing=north,half=top,open=true": { "model": "wooden_trapdoor_open" }, + "facing=south,half=top,open=true": { "model": "wooden_trapdoor_open", "y": 180 }, + "facing=east,half=top,open=true": { "model": "wooden_trapdoor_open", "y": 90 }, + "facing=west,half=top,open=true": { "model": "wooden_trapdoor_open", "y": 270 } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/tripwire.json b/desktopRuntime/resources/assets/minecraft/blockstates/tripwire.json new file mode 100755 index 00000000..07a1ffe1 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/tripwire.json @@ -0,0 +1,68 @@ +{ + "variants": { + "attached=false,east=false,north=false,south=false,suspended=false,west=false": { "model": "tripwire_ns" }, + "attached=false,east=false,north=true,south=false,suspended=false,west=false": { "model": "tripwire_n" }, + "attached=false,east=false,north=false,south=true,suspended=false,west=false": { "model": "tripwire_n", "y": 180 }, + "attached=false,east=true,north=false,south=false,suspended=false,west=false": { "model": "tripwire_n", "y": 90 }, + "attached=false,east=false,north=false,south=false,suspended=false,west=true": { "model": "tripwire_n", "y": 270 }, + "attached=false,east=true,north=true,south=false,suspended=false,west=false": { "model": "tripwire_ne" }, + "attached=false,east=true,north=false,south=true,suspended=false,west=false": { "model": "tripwire_ne", "y": 90 }, + "attached=false,east=false,north=false,south=true,suspended=false,west=true": { "model": "tripwire_ne", "y": 180 }, + "attached=false,east=false,north=true,south=false,suspended=false,west=true": { "model": "tripwire_ne", "y": 270 }, + "attached=false,east=false,north=true,south=true,suspended=false,west=false": { "model": "tripwire_ns" }, + "attached=false,east=true,north=false,south=false,suspended=false,west=true": { "model": "tripwire_ns", "y": 90 }, + "attached=false,east=true,north=true,south=true,suspended=false,west=false": { "model": "tripwire_nse" }, + "attached=false,east=true,north=false,south=true,suspended=false,west=true": { "model": "tripwire_nse", "y": 90 }, + "attached=false,east=false,north=true,south=true,suspended=false,west=true": { "model": "tripwire_nse", "y": 180 }, + "attached=false,east=true,north=true,south=false,suspended=false,west=true": { "model": "tripwire_nse", "y": 270 }, + "attached=false,east=true,north=true,south=true,suspended=false,west=true": { "model": "tripwire_nsew" }, + "attached=false,east=false,north=false,south=false,suspended=true,west=false": { "model": "tripwire_suspended_ns" }, + "attached=false,east=false,north=true,south=false,suspended=true,west=false": { "model": "tripwire_suspended_n" }, + "attached=false,east=false,north=false,south=true,suspended=true,west=false": { "model": "tripwire_suspended_n", "y": 180 }, + "attached=false,east=true,north=false,south=false,suspended=true,west=false": { "model": "tripwire_suspended_n", "y": 90 }, + "attached=false,east=false,north=false,south=false,suspended=true,west=true": { "model": "tripwire_suspended_n", "y": 270 }, + "attached=false,east=true,north=true,south=false,suspended=true,west=false": { "model": "tripwire_suspended_ne" }, + "attached=false,east=true,north=false,south=true,suspended=true,west=false": { "model": "tripwire_suspended_ne", "y": 90 }, + "attached=false,east=false,north=false,south=true,suspended=true,west=true": { "model": "tripwire_suspended_ne", "y": 180 }, + "attached=false,east=false,north=true,south=false,suspended=true,west=true": { "model": "tripwire_suspended_ne", "y": 270 }, + "attached=false,east=false,north=true,south=true,suspended=true,west=false": { "model": "tripwire_suspended_ns" }, + "attached=false,east=true,north=false,south=false,suspended=true,west=true": { "model": "tripwire_suspended_ns", "y": 90 }, + "attached=false,east=true,north=true,south=true,suspended=true,west=false": { "model": "tripwire_suspended_nse" }, + "attached=false,east=true,north=false,south=true,suspended=true,west=true": { "model": "tripwire_suspended_nse", "y": 90 }, + "attached=false,east=false,north=true,south=true,suspended=true,west=true": { "model": "tripwire_suspended_nse", "y": 180 }, + "attached=false,east=true,north=true,south=false,suspended=true,west=true": { "model": "tripwire_suspended_nse", "y": 270 }, + "attached=false,east=true,north=true,south=true,suspended=true,west=true": { "model": "tripwire_suspended_nsew" }, + "attached=true,east=false,north=false,south=false,suspended=false,west=false": { "model": "tripwire_attached_ns" }, + "attached=true,east=false,north=true,south=false,suspended=false,west=false": { "model": "tripwire_attached_n" }, + "attached=true,east=false,north=false,south=true,suspended=false,west=false": { "model": "tripwire_attached_n", "y": 180 }, + "attached=true,east=true,north=false,south=false,suspended=false,west=false": { "model": "tripwire_attached_n", "y": 90 }, + "attached=true,east=false,north=false,south=false,suspended=false,west=true": { "model": "tripwire_attached_n", "y": 270 }, + "attached=true,east=true,north=true,south=false,suspended=false,west=false": { "model": "tripwire_attached_ne" }, + "attached=true,east=true,north=false,south=true,suspended=false,west=false": { "model": "tripwire_attached_ne", "y": 90 }, + "attached=true,east=false,north=false,south=true,suspended=false,west=true": { "model": "tripwire_attached_ne", "y": 180 }, + "attached=true,east=false,north=true,south=false,suspended=false,west=true": { "model": "tripwire_attached_ne", "y": 270 }, + "attached=true,east=false,north=true,south=true,suspended=false,west=false": { "model": "tripwire_attached_ns" }, + "attached=true,east=true,north=false,south=false,suspended=false,west=true": { "model": "tripwire_attached_ns", "y": 90 }, + "attached=true,east=true,north=true,south=true,suspended=false,west=false": { "model": "tripwire_attached_nse" }, + "attached=true,east=true,north=false,south=true,suspended=false,west=true": { "model": "tripwire_attached_nse", "y": 90 }, + "attached=true,east=false,north=true,south=true,suspended=false,west=true": { "model": "tripwire_attached_nse", "y": 180 }, + "attached=true,east=true,north=true,south=false,suspended=false,west=true": { "model": "tripwire_attached_nse", "y": 270 }, + "attached=true,east=true,north=true,south=true,suspended=false,west=true": { "model": "tripwire_attached_nsew" }, + "attached=true,east=false,north=false,south=false,suspended=true,west=false": { "model": "tripwire_attached_suspended_ns" }, + "attached=true,east=false,north=true,south=false,suspended=true,west=false": { "model": "tripwire_attached_suspended_n" }, + "attached=true,east=false,north=false,south=true,suspended=true,west=false": { "model": "tripwire_attached_suspended_n", "y": 180 }, + "attached=true,east=true,north=false,south=false,suspended=true,west=false": { "model": "tripwire_attached_suspended_n", "y": 90 }, + "attached=true,east=false,north=false,south=false,suspended=true,west=true": { "model": "tripwire_attached_suspended_n", "y": 270 }, + "attached=true,east=true,north=true,south=false,suspended=true,west=false": { "model": "tripwire_attached_suspended_ne" }, + "attached=true,east=true,north=false,south=true,suspended=true,west=false": { "model": "tripwire_attached_suspended_ne", "y": 90 }, + "attached=true,east=false,north=false,south=true,suspended=true,west=true": { "model": "tripwire_attached_suspended_ne", "y": 180 }, + "attached=true,east=false,north=true,south=false,suspended=true,west=true": { "model": "tripwire_attached_suspended_ne", "y": 270 }, + "attached=true,east=false,north=true,south=true,suspended=true,west=false": { "model": "tripwire_attached_suspended_ns" }, + "attached=true,east=true,north=false,south=false,suspended=true,west=true": { "model": "tripwire_attached_suspended_ns", "y": 90 }, + "attached=true,east=true,north=true,south=true,suspended=true,west=false": { "model": "tripwire_attached_suspended_nse" }, + "attached=true,east=true,north=false,south=true,suspended=true,west=true": { "model": "tripwire_attached_suspended_nse", "y": 90 }, + "attached=true,east=false,north=true,south=true,suspended=true,west=true": { "model": "tripwire_attached_suspended_nse", "y": 180 }, + "attached=true,east=true,north=true,south=false,suspended=true,west=true": { "model": "tripwire_attached_suspended_nse", "y": 270 }, + "attached=true,east=true,north=true,south=true,suspended=true,west=true": { "model": "tripwire_attached_suspended_nsew" } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/tripwire_hook.json b/desktopRuntime/resources/assets/minecraft/blockstates/tripwire_hook.json new file mode 100755 index 00000000..3d223b14 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/tripwire_hook.json @@ -0,0 +1,36 @@ +{ + "variants": { + "attached=false,facing=north,powered=false,suspended=false": { "model": "tripwire_hook" }, + "attached=false,facing=south,powered=false,suspended=false": { "model": "tripwire_hook", "y": 180 }, + "attached=false,facing=west,powered=false,suspended=false": { "model": "tripwire_hook", "y": 270 }, + "attached=false,facing=east,powered=false,suspended=false": { "model": "tripwire_hook", "y": 90 }, + "attached=false,facing=north,powered=false,suspended=true": { "model": "tripwire_hook" }, + "attached=false,facing=south,powered=false,suspended=true": { "model": "tripwire_hook", "y": 180 }, + "attached=false,facing=west,powered=false,suspended=true": { "model": "tripwire_hook", "y": 270 }, + "attached=false,facing=east,powered=false,suspended=true": { "model": "tripwire_hook", "y": 90 }, + "attached=true,facing=north,powered=false,suspended=false": { "model": "tripwire_hook_attached" }, + "attached=true,facing=south,powered=false,suspended=false": { "model": "tripwire_hook_attached", "y": 180 }, + "attached=true,facing=west,powered=false,suspended=false": { "model": "tripwire_hook_attached", "y": 270 }, + "attached=true,facing=east,powered=false,suspended=false": { "model": "tripwire_hook_attached", "y": 90 }, + "attached=true,facing=north,powered=false,suspended=true": { "model": "tripwire_hook_attached_suspended" }, + "attached=true,facing=south,powered=false,suspended=true": { "model": "tripwire_hook_attached_suspended", "y": 180 }, + "attached=true,facing=west,powered=false,suspended=true": { "model": "tripwire_hook_attached_suspended", "y": 270 }, + "attached=true,facing=east,powered=false,suspended=true": { "model": "tripwire_hook_attached_suspended", "y": 90 }, + "attached=false,facing=north,powered=true,suspended=false": { "model": "tripwire_hook_powered" }, + "attached=false,facing=south,powered=true,suspended=false": { "model": "tripwire_hook_powered", "y": 180 }, + "attached=false,facing=west,powered=true,suspended=false": { "model": "tripwire_hook_powered", "y": 270 }, + "attached=false,facing=east,powered=true,suspended=false": { "model": "tripwire_hook_powered", "y": 90 }, + "attached=false,facing=north,powered=true,suspended=true": { "model": "tripwire_hook_powered" }, + "attached=false,facing=south,powered=true,suspended=true": { "model": "tripwire_hook_powered", "y": 180 }, + "attached=false,facing=west,powered=true,suspended=true": { "model": "tripwire_hook_powered", "y": 270 }, + "attached=false,facing=east,powered=true,suspended=true": { "model": "tripwire_hook_powered", "y": 90 }, + "attached=true,facing=north,powered=true,suspended=false": { "model": "tripwire_hook_attached_powered" }, + "attached=true,facing=south,powered=true,suspended=false": { "model": "tripwire_hook_attached_powered", "y": 180 }, + "attached=true,facing=west,powered=true,suspended=false": { "model": "tripwire_hook_attached_powered", "y": 270 }, + "attached=true,facing=east,powered=true,suspended=false": { "model": "tripwire_hook_attached_powered", "y": 90 }, + "attached=true,facing=north,powered=true,suspended=true": { "model": "tripwire_hook_attached_suspended_powered" }, + "attached=true,facing=south,powered=true,suspended=true": { "model": "tripwire_hook_attached_suspended_powered", "y": 180 }, + "attached=true,facing=west,powered=true,suspended=true": { "model": "tripwire_hook_attached_suspended_powered", "y": 270 }, + "attached=true,facing=east,powered=true,suspended=true": { "model": "tripwire_hook_attached_suspended_powered", "y": 90 } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/unlit_redstone_torch.json b/desktopRuntime/resources/assets/minecraft/blockstates/unlit_redstone_torch.json new file mode 100755 index 00000000..e21e1076 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/unlit_redstone_torch.json @@ -0,0 +1,9 @@ +{ + "variants": { + "facing=up": { "model": "unlit_redstone_torch" }, + "facing=east": { "model": "unlit_redstone_torch_wall" }, + "facing=south": { "model": "unlit_redstone_torch_wall", "y": 90 }, + "facing=west": { "model": "unlit_redstone_torch_wall", "y": 180 }, + "facing=north": { "model": "unlit_redstone_torch_wall", "y": 270 } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/unpowered_comparator.json b/desktopRuntime/resources/assets/minecraft/blockstates/unpowered_comparator.json new file mode 100755 index 00000000..012e0b4d --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/unpowered_comparator.json @@ -0,0 +1,20 @@ +{ + "variants": { + "facing=south,mode=compare,powered=false": { "model": "comparator_unlit" }, + "facing=west,mode=compare,powered=false": { "model": "comparator_unlit", "y": 90 }, + "facing=north,mode=compare,powered=false": { "model": "comparator_unlit", "y": 180 }, + "facing=east,mode=compare,powered=false": { "model": "comparator_unlit", "y": 270 }, + "facing=south,mode=subtract,powered=false": { "model": "comparator_unlit_subtract" }, + "facing=west,mode=subtract,powered=false": { "model": "comparator_unlit_subtract", "y": 90 }, + "facing=north,mode=subtract,powered=false": { "model": "comparator_unlit_subtract", "y": 180 }, + "facing=east,mode=subtract,powered=false": { "model": "comparator_unlit_subtract", "y": 270 }, + "facing=south,mode=compare,powered=true": { "model": "comparator_lit" }, + "facing=west,mode=compare,powered=true": { "model": "comparator_lit", "y": 90 }, + "facing=north,mode=compare,powered=true": { "model": "comparator_lit", "y": 180 }, + "facing=east,mode=compare,powered=true": { "model": "comparator_lit", "y": 270 }, + "facing=south,mode=subtract,powered=true": { "model": "comparator_lit_subtract" }, + "facing=west,mode=subtract,powered=true": { "model": "comparator_lit_subtract", "y": 90 }, + "facing=north,mode=subtract,powered=true": { "model": "comparator_lit_subtract", "y": 180 }, + "facing=east,mode=subtract,powered=true": { "model": "comparator_lit_subtract", "y": 270 } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/unpowered_repeater.json b/desktopRuntime/resources/assets/minecraft/blockstates/unpowered_repeater.json new file mode 100755 index 00000000..99ee6125 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/unpowered_repeater.json @@ -0,0 +1,36 @@ +{ + "variants": { + "delay=1,facing=south,locked=false": { "model": "repeater_1tick" }, + "delay=1,facing=west,locked=false": { "model": "repeater_1tick", "y": 90 }, + "delay=1,facing=north,locked=false": { "model": "repeater_1tick", "y": 180 }, + "delay=1,facing=east,locked=false": { "model": "repeater_1tick", "y": 270 }, + "delay=2,facing=south,locked=false": { "model": "repeater_2tick" }, + "delay=2,facing=west,locked=false": { "model": "repeater_2tick", "y": 90 }, + "delay=2,facing=north,locked=false": { "model": "repeater_2tick", "y": 180 }, + "delay=2,facing=east,locked=false": { "model": "repeater_2tick", "y": 270 }, + "delay=3,facing=south,locked=false": { "model": "repeater_3tick" }, + "delay=3,facing=west,locked=false": { "model": "repeater_3tick", "y": 90 }, + "delay=3,facing=north,locked=false": { "model": "repeater_3tick", "y": 180 }, + "delay=3,facing=east,locked=false": { "model": "repeater_3tick", "y": 270 }, + "delay=4,facing=south,locked=false": { "model": "repeater_4tick" }, + "delay=4,facing=west,locked=false": { "model": "repeater_4tick", "y": 90 }, + "delay=4,facing=north,locked=false": { "model": "repeater_4tick", "y": 180 }, + "delay=4,facing=east,locked=false": { "model": "repeater_4tick", "y": 270 }, + "delay=1,facing=south,locked=true": { "model": "repeater_locked_1tick" }, + "delay=1,facing=west,locked=true": { "model": "repeater_locked_1tick", "y": 90 }, + "delay=1,facing=north,locked=true": { "model": "repeater_locked_1tick", "y": 180 }, + "delay=1,facing=east,locked=true": { "model": "repeater_locked_1tick", "y": 270 }, + "delay=2,facing=south,locked=true": { "model": "repeater_locked_2tick" }, + "delay=2,facing=west,locked=true": { "model": "repeater_locked_2tick", "y": 90 }, + "delay=2,facing=north,locked=true": { "model": "repeater_locked_2tick", "y": 180 }, + "delay=2,facing=east,locked=true": { "model": "repeater_locked_2tick", "y": 270 }, + "delay=3,facing=south,locked=true": { "model": "repeater_locked_3tick" }, + "delay=3,facing=west,locked=true": { "model": "repeater_locked_3tick", "y": 90 }, + "delay=3,facing=north,locked=true": { "model": "repeater_locked_3tick", "y": 180 }, + "delay=3,facing=east,locked=true": { "model": "repeater_locked_3tick", "y": 270 }, + "delay=4,facing=south,locked=true": { "model": "repeater_locked_4tick" }, + "delay=4,facing=west,locked=true": { "model": "repeater_locked_4tick", "y": 90 }, + "delay=4,facing=north,locked=true": { "model": "repeater_locked_4tick", "y": 180 }, + "delay=4,facing=east,locked=true": { "model": "repeater_locked_4tick", "y": 270 } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/vine.json b/desktopRuntime/resources/assets/minecraft/blockstates/vine.json new file mode 100755 index 00000000..32621ff4 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/vine.json @@ -0,0 +1,36 @@ +{ + "variants": { + "east=false,north=false,south=false,up=false,west=false": { "model": "vine_1" }, + "east=false,north=false,south=true,up=false,west=false": { "model": "vine_1" }, + "east=false,north=false,south=false,up=false,west=true": { "model": "vine_1", "y": 90 }, + "east=false,north=true,south=false,up=false,west=false": { "model": "vine_1", "y": 180 }, + "east=true,north=false,south=false,up=false,west=false": { "model": "vine_1", "y": 270 }, + "east=true,north=true,south=false,up=false,west=false": { "model": "vine_2" }, + "east=true,north=false,south=true,up=false,west=false": { "model": "vine_2", "y": 90 }, + "east=false,north=false,south=true,up=false,west=true": { "model": "vine_2", "y": 180 }, + "east=false,north=true,south=false,up=false,west=true": { "model": "vine_2", "y": 270 }, + "east=true,north=false,south=false,up=false,west=true": { "model": "vine_2_opposite" }, + "east=false,north=true,south=true,up=false,west=false": { "model": "vine_2_opposite", "y": 90 }, + "east=true,north=true,south=true,up=false,west=false": { "model": "vine_3" }, + "east=true,north=false,south=true,up=false,west=true": { "model": "vine_3", "y": 90 }, + "east=false,north=true,south=true,up=false,west=true": { "model": "vine_3", "y": 180 }, + "east=true,north=true,south=false,up=false,west=true": { "model": "vine_3", "y": 270 }, + "east=true,north=true,south=true,up=false,west=true": { "model": "vine_4" }, + "east=false,north=false,south=false,up=true,west=false": { "model": "vine_u" }, + "east=false,north=false,south=true,up=true,west=false": { "model": "vine_1u" }, + "east=false,north=false,south=false,up=true,west=true": { "model": "vine_1u", "y": 90 }, + "east=false,north=true,south=false,up=true,west=false": { "model": "vine_1u", "y": 180 }, + "east=true,north=false,south=false,up=true,west=false": { "model": "vine_1u", "y": 270 }, + "east=true,north=true,south=false,up=true,west=false": { "model": "vine_2u" }, + "east=true,north=false,south=true,up=true,west=false": { "model": "vine_2u", "y": 90 }, + "east=false,north=false,south=true,up=true,west=true": { "model": "vine_2u", "y": 180 }, + "east=false,north=true,south=false,up=true,west=true": { "model": "vine_2u", "y": 270 }, + "east=true,north=false,south=false,up=true,west=true": { "model": "vine_2u_opposite" }, + "east=false,north=true,south=true,up=true,west=false": { "model": "vine_2u_opposite", "y": 90 }, + "east=true,north=true,south=true,up=true,west=false": { "model": "vine_3u" }, + "east=true,north=false,south=true,up=true,west=true": { "model": "vine_3u", "y": 90 }, + "east=false,north=true,south=true,up=true,west=true": { "model": "vine_3u", "y": 180 }, + "east=true,north=true,south=false,up=true,west=true": { "model": "vine_3u", "y": 270 }, + "east=true,north=true,south=true,up=true,west=true": { "model": "vine_4u" } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/waterlily.json b/desktopRuntime/resources/assets/minecraft/blockstates/waterlily.json new file mode 100755 index 00000000..094cb21c --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/waterlily.json @@ -0,0 +1,10 @@ +{ + "variants": { + "normal": [ + { "model": "waterlily" }, + { "model": "waterlily", "y": 90 }, + { "model": "waterlily", "y": 180 }, + { "model": "waterlily", "y": 270 } + ] + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/web.json b/desktopRuntime/resources/assets/minecraft/blockstates/web.json new file mode 100755 index 00000000..45b6e8b5 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/web.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "web" } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/wheat.json b/desktopRuntime/resources/assets/minecraft/blockstates/wheat.json new file mode 100755 index 00000000..1750975c --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/wheat.json @@ -0,0 +1,12 @@ +{ + "variants": { + "age=0": { "model": "wheat_stage0" }, + "age=1": { "model": "wheat_stage1" }, + "age=2": { "model": "wheat_stage2" }, + "age=3": { "model": "wheat_stage3" }, + "age=4": { "model": "wheat_stage4" }, + "age=5": { "model": "wheat_stage5" }, + "age=6": { "model": "wheat_stage6" }, + "age=7": { "model": "wheat_stage7" } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/white_carpet.json b/desktopRuntime/resources/assets/minecraft/blockstates/white_carpet.json new file mode 100755 index 00000000..86668da8 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/white_carpet.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "carpet_white" } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/white_stained_glass.json b/desktopRuntime/resources/assets/minecraft/blockstates/white_stained_glass.json new file mode 100755 index 00000000..b8e935ee --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/white_stained_glass.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "glass_white" } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/white_stained_glass_pane.json b/desktopRuntime/resources/assets/minecraft/blockstates/white_stained_glass_pane.json new file mode 100755 index 00000000..b75118ed --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/white_stained_glass_pane.json @@ -0,0 +1,20 @@ +{ + "variants": { + "east=false,north=false,south=false,west=false": { "model": "white_pane_nsew" }, + "east=false,north=true,south=false,west=false": { "model": "white_pane_n" }, + "east=true,north=false,south=false,west=false": { "model": "white_pane_n", "y": 90 }, + "east=false,north=false,south=true,west=false": { "model": "white_pane_s" }, + "east=false,north=false,south=false,west=true": { "model": "white_pane_s", "y": 90 }, + "east=true,north=true,south=false,west=false": { "model": "white_pane_ne" }, + "east=true,north=false,south=true,west=false": { "model": "white_pane_se" }, + "east=false,north=false,south=true,west=true": { "model": "white_pane_sw" }, + "east=false,north=true,south=false,west=true": { "model": "white_pane_nw" }, + "east=false,north=true,south=true,west=false": { "model": "white_pane_ns" }, + "east=true,north=false,south=false,west=true": { "model": "white_pane_ns", "y": 90 }, + "east=true,north=true,south=true,west=false": { "model": "white_pane_nse" }, + "east=true,north=false,south=true,west=true": { "model": "white_pane_sew" }, + "east=false,north=true,south=true,west=true": { "model": "white_pane_nsw" }, + "east=true,north=true,south=false,west=true": { "model": "white_pane_new" }, + "east=true,north=true,south=true,west=true": { "model": "white_pane_nsew" } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/white_stained_hardened_clay.json b/desktopRuntime/resources/assets/minecraft/blockstates/white_stained_hardened_clay.json new file mode 100755 index 00000000..0a6eb7ad --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/white_stained_hardened_clay.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "hardened_clay_white" } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/white_tulip.json b/desktopRuntime/resources/assets/minecraft/blockstates/white_tulip.json new file mode 100755 index 00000000..f455a8f1 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/white_tulip.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "white_tulip" } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/white_wool.json b/desktopRuntime/resources/assets/minecraft/blockstates/white_wool.json new file mode 100755 index 00000000..3c3d4e13 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/white_wool.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "white_wool" } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/wood_old_double_slab.json b/desktopRuntime/resources/assets/minecraft/blockstates/wood_old_double_slab.json new file mode 100755 index 00000000..370321be --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/wood_old_double_slab.json @@ -0,0 +1,6 @@ +{ + "variants": { + "normal": { "model": "oak_planks" }, + "all": { "model": "oak_planks" } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/wood_old_slab.json b/desktopRuntime/resources/assets/minecraft/blockstates/wood_old_slab.json new file mode 100755 index 00000000..8c99098d --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/wood_old_slab.json @@ -0,0 +1,6 @@ +{ + "variants": { + "half=bottom": { "model": "half_slab_oak" }, + "half=top": { "model": "upper_slab_oak" } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/wooden_button.json b/desktopRuntime/resources/assets/minecraft/blockstates/wooden_button.json new file mode 100755 index 00000000..6188dc80 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/wooden_button.json @@ -0,0 +1,16 @@ +{ + "variants": { + "facing=up,powered=false": { "model": "wooden_button" }, + "facing=down,powered=false": { "model": "wooden_button", "x": 180 }, + "facing=east,powered=false": { "model": "wooden_button", "x": 90, "y": 90 }, + "facing=west,powered=false": { "model": "wooden_button", "x": 90, "y": 270 }, + "facing=south,powered=false": { "model": "wooden_button", "x": 90, "y": 180 }, + "facing=north,powered=false": { "model": "wooden_button", "x": 90 }, + "facing=up,powered=true": { "model": "wooden_button_pressed" }, + "facing=down,powered=true": { "model": "wooden_button_pressed", "x": 180 }, + "facing=east,powered=true": { "model": "wooden_button_pressed", "x": 90, "y": 90 }, + "facing=west,powered=true": { "model": "wooden_button_pressed", "x": 90, "y": 270 }, + "facing=south,powered=true": { "model": "wooden_button_pressed", "x": 90, "y": 180 }, + "facing=north,powered=true": { "model": "wooden_button_pressed", "x": 90 } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/wooden_door.json b/desktopRuntime/resources/assets/minecraft/blockstates/wooden_door.json new file mode 100755 index 00000000..6da109e7 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/wooden_door.json @@ -0,0 +1,36 @@ +{ + "variants": { + "facing=east,half=lower,hinge=left,open=false": { "model": "wooden_door_bottom" }, + "facing=south,half=lower,hinge=left,open=false": { "model": "wooden_door_bottom", "y": 90 }, + "facing=west,half=lower,hinge=left,open=false": { "model": "wooden_door_bottom", "y": 180 }, + "facing=north,half=lower,hinge=left,open=false": { "model": "wooden_door_bottom", "y": 270 }, + "facing=east,half=lower,hinge=right,open=false": { "model": "wooden_door_bottom_rh" }, + "facing=south,half=lower,hinge=right,open=false": { "model": "wooden_door_bottom_rh", "y": 90 }, + "facing=west,half=lower,hinge=right,open=false": { "model": "wooden_door_bottom_rh", "y": 180 }, + "facing=north,half=lower,hinge=right,open=false": { "model": "wooden_door_bottom_rh", "y": 270 }, + "facing=east,half=lower,hinge=left,open=true": { "model": "wooden_door_bottom_rh", "y": 90 }, + "facing=south,half=lower,hinge=left,open=true": { "model": "wooden_door_bottom_rh", "y": 180 }, + "facing=west,half=lower,hinge=left,open=true": { "model": "wooden_door_bottom_rh", "y": 270 }, + "facing=north,half=lower,hinge=left,open=true": { "model": "wooden_door_bottom_rh" }, + "facing=east,half=lower,hinge=right,open=true": { "model": "wooden_door_bottom", "y": 270 }, + "facing=south,half=lower,hinge=right,open=true": { "model": "wooden_door_bottom" }, + "facing=west,half=lower,hinge=right,open=true": { "model": "wooden_door_bottom", "y": 90 }, + "facing=north,half=lower,hinge=right,open=true": { "model": "wooden_door_bottom", "y": 180 }, + "facing=east,half=upper,hinge=left,open=false": { "model": "wooden_door_top" }, + "facing=south,half=upper,hinge=left,open=false": { "model": "wooden_door_top", "y": 90 }, + "facing=west,half=upper,hinge=left,open=false": { "model": "wooden_door_top", "y": 180 }, + "facing=north,half=upper,hinge=left,open=false": { "model": "wooden_door_top", "y": 270 }, + "facing=east,half=upper,hinge=right,open=false": { "model": "wooden_door_top_rh" }, + "facing=south,half=upper,hinge=right,open=false": { "model": "wooden_door_top_rh", "y": 90 }, + "facing=west,half=upper,hinge=right,open=false": { "model": "wooden_door_top_rh", "y": 180 }, + "facing=north,half=upper,hinge=right,open=false": { "model": "wooden_door_top_rh", "y": 270 }, + "facing=east,half=upper,hinge=left,open=true": { "model": "wooden_door_top_rh", "y": 90 }, + "facing=south,half=upper,hinge=left,open=true": { "model": "wooden_door_top_rh", "y": 180 }, + "facing=west,half=upper,hinge=left,open=true": { "model": "wooden_door_top_rh", "y": 270 }, + "facing=north,half=upper,hinge=left,open=true": { "model": "wooden_door_top_rh" }, + "facing=east,half=upper,hinge=right,open=true": { "model": "wooden_door_top", "y": 270 }, + "facing=south,half=upper,hinge=right,open=true": { "model": "wooden_door_top" }, + "facing=west,half=upper,hinge=right,open=true": { "model": "wooden_door_top", "y": 90 }, + "facing=north,half=upper,hinge=right,open=true": { "model": "wooden_door_top", "y": 180 } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/wooden_pressure_plate.json b/desktopRuntime/resources/assets/minecraft/blockstates/wooden_pressure_plate.json new file mode 100755 index 00000000..20c051af --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/wooden_pressure_plate.json @@ -0,0 +1,6 @@ +{ + "variants": { + "powered=false": { "model": "wooden_pressure_plate_up" }, + "powered=true": { "model": "wooden_pressure_plate_down" } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/yellow_carpet.json b/desktopRuntime/resources/assets/minecraft/blockstates/yellow_carpet.json new file mode 100755 index 00000000..14b14427 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/yellow_carpet.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "carpet_yellow" } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/yellow_stained_glass.json b/desktopRuntime/resources/assets/minecraft/blockstates/yellow_stained_glass.json new file mode 100755 index 00000000..a6ab5474 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/yellow_stained_glass.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "glass_yellow" } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/yellow_stained_glass_pane.json b/desktopRuntime/resources/assets/minecraft/blockstates/yellow_stained_glass_pane.json new file mode 100755 index 00000000..5a651c75 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/yellow_stained_glass_pane.json @@ -0,0 +1,20 @@ +{ + "variants": { + "east=false,north=false,south=false,west=false": { "model": "yellow_pane_nsew" }, + "east=false,north=true,south=false,west=false": { "model": "yellow_pane_n" }, + "east=true,north=false,south=false,west=false": { "model": "yellow_pane_n", "y": 90 }, + "east=false,north=false,south=true,west=false": { "model": "yellow_pane_s" }, + "east=false,north=false,south=false,west=true": { "model": "yellow_pane_s", "y": 90 }, + "east=true,north=true,south=false,west=false": { "model": "yellow_pane_ne" }, + "east=true,north=false,south=true,west=false": { "model": "yellow_pane_se" }, + "east=false,north=false,south=true,west=true": { "model": "yellow_pane_sw" }, + "east=false,north=true,south=false,west=true": { "model": "yellow_pane_nw" }, + "east=false,north=true,south=true,west=false": { "model": "yellow_pane_ns" }, + "east=true,north=false,south=false,west=true": { "model": "yellow_pane_ns", "y": 90 }, + "east=true,north=true,south=true,west=false": { "model": "yellow_pane_nse" }, + "east=true,north=false,south=true,west=true": { "model": "yellow_pane_sew" }, + "east=false,north=true,south=true,west=true": { "model": "yellow_pane_nsw" }, + "east=true,north=true,south=false,west=true": { "model": "yellow_pane_new" }, + "east=true,north=true,south=true,west=true": { "model": "yellow_pane_nsew" } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/yellow_stained_hardened_clay.json b/desktopRuntime/resources/assets/minecraft/blockstates/yellow_stained_hardened_clay.json new file mode 100755 index 00000000..88e2c889 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/yellow_stained_hardened_clay.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "hardened_clay_yellow" } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/blockstates/yellow_wool.json b/desktopRuntime/resources/assets/minecraft/blockstates/yellow_wool.json new file mode 100755 index 00000000..d4f36465 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/blockstates/yellow_wool.json @@ -0,0 +1,5 @@ +{ + "variants": { + "normal": { "model": "yellow_wool" } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/font/glyph_sizes.bin b/desktopRuntime/resources/assets/minecraft/font/glyph_sizes.bin new file mode 100755 index 00000000..69c857e3 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/font/glyph_sizes.bin differ diff --git a/desktopRuntime/resources/assets/minecraft/icons/icon_16x16.png b/desktopRuntime/resources/assets/minecraft/icons/icon_16x16.png new file mode 100755 index 00000000..3066972a Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/icons/icon_16x16.png differ diff --git a/desktopRuntime/resources/assets/minecraft/icons/icon_32x32.png b/desktopRuntime/resources/assets/minecraft/icons/icon_32x32.png new file mode 100755 index 00000000..25f3cf6c Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/icons/icon_32x32.png differ diff --git a/desktopRuntime/resources/assets/minecraft/lang/en_US.lang b/desktopRuntime/resources/assets/minecraft/lang/en_US.lang new file mode 100755 index 00000000..22f22fe5 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/lang/en_US.lang @@ -0,0 +1,3056 @@ + +language.name=English +language.region=US +language.code=en_US + +gui.done=Done +gui.cancel=Cancel +gui.back=Back +gui.toTitle=Back to title screen +gui.toMenu=Back to server list +gui.up=Up +gui.down=Down +gui.yes=Yes +gui.no=No +gui.none=None +gui.all=All + +eaglercraft.recording.unsupported=Recording Unsupported! +eaglercraft.recording.stop=Stop Recording +eaglercraft.recording.start=Record Screen... +eaglercraft.soundCategory.voice=Voice + +eaglercraft.resourcePack.prompt.title=What do you want to do with '%s'? +eaglercraft.resourcePack.prompt.text=Tip: Hold Shift to skip this screen when selecting a resource pack! +eaglercraft.resourcePack.prompt.delete=Delete this resource pack +eaglercraft.resourcePack.prompt.add=Select this resource pack +eaglercraft.resourcePack.load.refreshing=Refreshing Resources... +eaglercraft.resourcePack.load.pleaseWait=Please Wait. +eaglercraft.resourcePack.load.loading=Loading resource pack... +eaglercraft.resourcePack.load.deleting=Deleting resource pack... + +eaglercraft.gui.exitKey=Use '%s' to close this screen! +eaglercraft.gui.exitKeyRetarded=Use Backtick (`) to close this screen! +eaglercraft.gui.continue=Continue + +eaglercraft.menu.forkOnGitlab=Fork on GitLab +eaglercraft.menu.editProfile=Edit Profile +eaglercraft.menu.openToLan=Invite +eaglercraft.menu.closeLan=Stop Sharing + +eaglercraft.editProfile.title=Edit Profile +eaglercraft.editProfile.username=Username +eaglercraft.editProfile.playerSkin=Player Skin +eaglercraft.editProfile.addSkin=Add Skin +eaglercraft.editProfile.clearSkin=Clear List + +eaglercraft.singleplayer.integratedStartup=Starting integrated server + +eaglercraft.addServer.SSLWarn1=you are on an https: page! +eaglercraft.addServer.SSLWarn2=html5 will only allow wss:// + +eaglercraft.chat.exit=Exit Chat + +eaglercraft.handshakeApprove.plaintext.title=Protocol Warning + +eaglercraft.handshakeApprove.plaintext.body.0=§eThis server's 3rd party login system is +eaglercraft.handshakeApprove.plaintext.body.1=§eusing insecure plain-text password login + +eaglercraft.handshakeApprove.plaintext.body.3=This means your password can be stolen +eaglercraft.handshakeApprove.plaintext.body.4=by who is running this server, and also +eaglercraft.handshakeApprove.plaintext.body.5=any proxy you use to connect to it with + +eaglercraft.handshakeApprove.plaintext.body.7=§7Would you like to continue? + +eaglercraft.handshakeApprove.unsupportedAuth.title=Protocol Unsupported + +eaglercraft.handshakeApprove.unsupportedAuth.body.0=§cThis server's login system is using a +eaglercraft.handshakeApprove.unsupportedAuth.body.1=§cprotocol not supported by this client + +eaglercraft.handshakeApprove.unsupportedAuth.body.3=Please make sure you are using the +eaglercraft.handshakeApprove.unsupportedAuth.body.4=latest version of EaglercraftX or +eaglercraft.handshakeApprove.unsupportedAuth.body.5=another fork made for this server + +eaglercraft.options.hud.fps=Show FPS +eaglercraft.options.hud.coords=Show XYZ +eaglercraft.options.hud.stats=Show Stats HUD +eaglercraft.options.hud.world=Show World HUD +eaglercraft.options.hud.player=Show Player +eaglercraft.options.hud.note=Check 'Video Settings' for the option to hide XYZ +eaglercraft.options.hud.24h=24h Day +eaglercraft.options.chunkFix=Chunk Lag Fix +eaglercraft.options.fog=Fog +eaglercraft.options.fxaa=FXAA Antialiasing +eaglercraft.options.fxaa.auto=Auto +eaglercraft.options.fastMath=Fast Math +eaglercraft.options.fastMath.0=OFF +eaglercraft.options.fastMath.1=Low +eaglercraft.options.fastMath.2=High + +eaglercraft.key.function=Function +eaglercraft.key.zoomCamera=Zoom Camera +eaglercraft.key.close=Close Screen + +eaglercraft.disconnect.tooManyRequests=Too Many Requests! + +eaglercraft.auth.required=Authentication Required +eaglercraft.auth.continue=Join Server + +eaglercraft.shaders.gui.optionsButton=Shaders... +eaglercraft.shaders.gui.title=Shaders +eaglercraft.shaders.gui.enable=Enable Shaders +eaglercraft.shaders.gui.headerTier1=Simple Effects (fast) +eaglercraft.shaders.gui.headerTier2=Intermediate Effects (not as fast) + + +eaglercraft.shaders.gui.option.WAVING_BLOCKS.label=Waving Grass + +eaglercraft.shaders.gui.option.WAVING_BLOCKS.desc.0=The classic vanilla shader that make grass and leaf blocks move with the wind +eaglercraft.shaders.gui.option.WAVING_BLOCKS.desc.2=ON: slower, complex control flow +eaglercraft.shaders.gui.option.WAVING_BLOCKS.desc.3=OFF: faster, simple control flow + +eaglercraft.shaders.gui.option.DYNAMIC_LIGHTS.label=Dynamic Lights + +eaglercraft.shaders.gui.option.DYNAMIC_LIGHTS.desc.0=Items like torches, glowstone, jack o'lanterns, etc. light up the area around them when they are held or dropped +eaglercraft.shaders.gui.option.DYNAMIC_LIGHTS.desc.2=This feature usually does not affect FPS unless there is a large number of dynamic light sources close to the player +eaglercraft.shaders.gui.option.DYNAMIC_LIGHTS.desc.4=ON: enable dynamic lights +eaglercraft.shaders.gui.option.DYNAMIC_LIGHTS.desc.5=OFF: disable dynamic lights + +eaglercraft.shaders.gui.option.GLOBAL_AMBIENT_OCCLUSION.label=Global SSAO + +eaglercraft.shaders.gui.option.GLOBAL_AMBIENT_OCCLUSION.desc.0=Applies realistic screenspace ambient occlusion (SSAO) to areas of the screen that vanilla Minecraft's default "Smooth Lighting" feature cannot +eaglercraft.shaders.gui.option.GLOBAL_AMBIENT_OCCLUSION.desc.2=This effect can greatly reduce lag spikes caused by chunk updates in exchange for a decreased maximum FPS when standing still +eaglercraft.shaders.gui.option.GLOBAL_AMBIENT_OCCLUSION.desc.4=ON: use SSAO +eaglercraft.shaders.gui.option.GLOBAL_AMBIENT_OCCLUSION.desc.5=OFF: use vanilla + +eaglercraft.shaders.gui.option.SHADOWS_SUN.label=Sun Shadow Dist + +eaglercraft.shaders.gui.option.SHADOWS_SUN.desc.0=Makes the sun and moon cast shadows on the world, you almost definitely want to enable this +eaglercraft.shaders.gui.option.SHADOWS_SUN.desc.2=0: off +eaglercraft.shaders.gui.option.SHADOWS_SUN.desc.3=1: 16 blocks +eaglercraft.shaders.gui.option.SHADOWS_SUN.desc.4=2: 32 blocks +eaglercraft.shaders.gui.option.SHADOWS_SUN.desc.5=3: 64 blocks +eaglercraft.shaders.gui.option.SHADOWS_SUN.desc.6=4: 128 blocks + +eaglercraft.shaders.gui.option.SHADOWS_COLORED.label=Color Shadow + +eaglercraft.shaders.gui.option.SHADOWS_COLORED.desc.0=Makes blocks like stained glass cast colored shadows +eaglercraft.shaders.gui.option.SHADOWS_COLORED.desc.2=ON: colored shadows (slower) +eaglercraft.shaders.gui.option.SHADOWS_COLORED.desc.3=OFF: grayscale shadows (faster) + +eaglercraft.shaders.gui.option.SHADOWS_SMOOTHED.label=Smooth Shadow + +eaglercraft.shaders.gui.option.SHADOWS_SMOOTHED.desc.0=Smooths out the edges of sun and dynamic light shadows to get rid of aliasing +eaglercraft.shaders.gui.option.SHADOWS_SMOOTHED.desc.2=ON: smooth shadows (slower) +eaglercraft.shaders.gui.option.SHADOWS_SMOOTHED.desc.3=OFF: aliased shadows (faster) + +eaglercraft.shaders.gui.option.REFLECTIONS_PARABOLOID.label=Env. Mapping + +eaglercraft.shaders.gui.option.REFLECTIONS_PARABOLOID.desc.0=Renders an environment map, allows transparent blocks and moving entities to reflect their surroundings +eaglercraft.shaders.gui.option.REFLECTIONS_PARABOLOID.desc.2=Uses dual paraboloid mapping, only 2 render passes are required to render all reflections, instead of a full 6 render passes like a conventional cube map +eaglercraft.shaders.gui.option.REFLECTIONS_PARABOLOID.desc.4=ON: render env. map (slower) +eaglercraft.shaders.gui.option.REFLECTIONS_PARABOLOID.desc.5=OFF: disable env. map (faster) + +eaglercraft.shaders.gui.option.REALISTIC_WATER.label=Realistic Water + +eaglercraft.shaders.gui.option.REALISTIC_WATER.desc.0=Makes water realistic, adds reflection and refraction effects, uses raytracing +eaglercraft.shaders.gui.option.REALISTIC_WATER.desc.2=ON: render realistic water (slower) +eaglercraft.shaders.gui.option.REALISTIC_WATER.desc.3=OFF: render vanilla water (faster) + +eaglercraft.shaders.gui.option.LIGHT_SHAFTS.label=God Rays + +eaglercraft.shaders.gui.option.LIGHT_SHAFTS.desc.0=Render god rays (light shafts) for sunlight and moonlight shadows +eaglercraft.shaders.gui.option.LIGHT_SHAFTS.desc.2=ON: render god rays (slower) +eaglercraft.shaders.gui.option.LIGHT_SHAFTS.desc.3=OFF: disable god rays (faster) + +eaglercraft.shaders.gui.option.SCREEN_SPACE_REFLECTIONS.label=Raytracing + +eaglercraft.shaders.gui.option.SCREEN_SPACE_REFLECTIONS.desc.0=Renders raytraced reflections off of blocks +eaglercraft.shaders.gui.option.SCREEN_SPACE_REFLECTIONS.desc.2=Thanks to some advanced optimizations, this feature only has a small impact on FPS and is compatible with old hardware +eaglercraft.shaders.gui.option.SCREEN_SPACE_REFLECTIONS.desc.4=Both raymarching and raytracing are employed, raymarching is initially used to locate and track groups of pixels on the screen to reflect, then raytracing is used to reproject that data between multiple frames so the raymarching process only has to be repeated once or twice every few seconds +eaglercraft.shaders.gui.option.SCREEN_SPACE_REFLECTIONS.desc.6=ON: enable raytracing (slower) +eaglercraft.shaders.gui.option.SCREEN_SPACE_REFLECTIONS.desc.7=OFF: disable raytracing (faster) + +eaglercraft.shaders.gui.option.LIGHT_SHAFTS.desc.0=Render god rays (light shafts) for sunlight and moonlight shadows +eaglercraft.shaders.gui.option.LIGHT_SHAFTS.desc.2=ON: render god rays (slower) +eaglercraft.shaders.gui.option.LIGHT_SHAFTS.desc.3=OFF: disable god rays (faster) + +eaglercraft.shaders.gui.option.POST_LENS_DISTORION.label=Lens Distort + +eaglercraft.shaders.gui.option.POST_LENS_DISTORION.desc.0=Renders chromatic abberation and lens distorion +eaglercraft.shaders.gui.option.POST_LENS_DISTORION.desc.2=ON: render lens distortion (slower) +eaglercraft.shaders.gui.option.POST_LENS_DISTORION.desc.3=OFF: disable lens distortion (faster) + +eaglercraft.shaders.gui.option.POST_LENS_FLARES.label=Lens Flares + +eaglercraft.shaders.gui.option.POST_LENS_FLARES.desc.0=Renders filmic lens flares for the sun +eaglercraft.shaders.gui.option.POST_LENS_FLARES.desc.2=ON: render lens flares (slower) +eaglercraft.shaders.gui.option.POST_LENS_FLARES.desc.3=OFF: disable lens flares (faster) + +eaglercraft.shaders.gui.option.POST_BLOOM.label=Bloom + +eaglercraft.shaders.gui.option.POST_BLOOM.desc.0=Renders bloom for emissive textures and sunlight +eaglercraft.shaders.gui.option.POST_BLOOM.desc.2=ON: render bloom (slower) +eaglercraft.shaders.gui.option.POST_BLOOM.desc.3=OFF: disable bloom (faster) + +eaglercraft.shaders.gui.option.POST_FXAA.label=FXAA + +eaglercraft.shaders.gui.option.POST_FXAA.desc.0=Applies FXAA antialiasing in post processing +eaglercraft.shaders.gui.option.POST_FXAA.desc.2=This is the preferred antialiasing method for minecraft, as classical MSAA cannot antialias the pixels of upscaled textures +eaglercraft.shaders.gui.option.POST_FXAA.desc.4=ON: enable fxaa (slower) +eaglercraft.shaders.gui.option.POST_FXAA.desc.5=OFF: disable fxaa (faster) + +eaglercraft.shaders.gui.unsupported.title=Shaders are unavailable on this device! +eaglercraft.shaders.gui.unsupported.reason.hdrFramebuffer=Reason: No HDR render target support + +eaglercraft.shaders.debugMenuTip=Press %s+4 to access the shader debug menu + +eaglercraft.command.skull.tip=Use /eagskull to create custom skulls +eaglercraft.command.skull.usage=/eagskull +eaglercraft.command.skull.nopermission=Cheats are not enabled! +eaglercraft.command.skull.feedback=Created new skull: "%s" +eaglercraft.command.skull.error.invalid.png=Invalid PNG file! +eaglercraft.command.skull.error.invalid.skin=Image with size %dx%d is not a valid minecraft skin! + +eaglercraft.command.clientStub=This command is client side! + +menu.game=Game menu +menu.singleplayer=Singleplayer +menu.multiplayer=Multiplayer +menu.online=Minecraft Realms +menu.options=Options... +menu.quit=Quit Game +menu.returnToMenu=Save and Quit to Title +menu.disconnect=Disconnect +menu.returnToGame=Back to Game +menu.switchingLevel=Switching worlds +menu.generatingLevel=Generating world +menu.loadingLevel=Loading world +menu.generatingTerrain=Building terrain +menu.convertingLevel=Converting world +menu.simulating=Simulating the world for a bit +menu.respawning=Respawning +menu.shareToLan=Open to LAN + +selectWorld.title=Select World +selectWorld.empty=empty +selectWorld.world=World +selectWorld.select=Play Selected World +selectWorld.create=Create New World +selectWorld.recreate=Re-Create +selectWorld.createDemo=Play New Demo World +selectWorld.delete=Delete +selectWorld.rename=Rename +selectWorld.deleteQuestion=Are you sure you want to delete this world? +selectWorld.deleteWarning=will be lost forever! (A long time!) +selectWorld.deleteButton=Delete +selectWorld.renameButton=Rename +selectWorld.renameTitle=Rename World +selectWorld.conversion=Must be converted! +selectWorld.newWorld=New World +selectWorld.newWorld.copyOf=Copy of %s +selectWorld.enterName=World Name +selectWorld.resultFolder=Will be saved in: +selectWorld.enterSeed=Seed for the World Generator +selectWorld.seedInfo=Leave blank for a random seed +selectWorld.cheats=Cheats +selectWorld.customizeType=Customize + +createWorld.customize.presets=Presets +createWorld.customize.presets.title=Select a Preset +createWorld.customize.presets.select=Use Preset +createWorld.customize.presets.share=Want to share your preset with someone? Use the below box! +createWorld.customize.presets.list=Alternatively, here's some we made earlier! +createWorld.customize.flat.title=Superflat Customization +createWorld.customize.flat.tile=Layer Material +createWorld.customize.flat.height=Height +createWorld.customize.flat.addLayer=Add Layer +createWorld.customize.flat.editLayer=Edit Layer +createWorld.customize.flat.removeLayer=Remove Layer +createWorld.customize.flat.layer.top=Top - %d +createWorld.customize.flat.layer=%d +createWorld.customize.flat.layer.bottom=Bottom - %d + +createWorld.customize.custom.page0=Basic Settings +createWorld.customize.custom.page1=Ore Settings +createWorld.customize.custom.page2=Advanced Settings (Expert Users Only!) +createWorld.customize.custom.page3=Extra Advanced Settings (Expert Users Only!) +createWorld.customize.custom.randomize=Randomize +createWorld.customize.custom.prev=Previous Page +createWorld.customize.custom.next=Next Page +createWorld.customize.custom.defaults=Defaults +createWorld.customize.custom.confirm1=This will overwrite your current +createWorld.customize.custom.confirm2=settings and cannot be undone. +createWorld.customize.custom.confirmTitle=Warning! +createWorld.customize.custom.mainNoiseScaleX=Main Noise Scale X +createWorld.customize.custom.mainNoiseScaleY=Main Noise Scale Y +createWorld.customize.custom.mainNoiseScaleZ=Main Noise Scale Z +createWorld.customize.custom.depthNoiseScaleX=Depth Noise Scale X +createWorld.customize.custom.depthNoiseScaleZ=Depth Noise Scale Z +createWorld.customize.custom.depthNoiseScaleExponent=Depth Noise Exponent +createWorld.customize.custom.baseSize=Depth Base Size +createWorld.customize.custom.coordinateScale=Coordinate Scale +createWorld.customize.custom.heightScale=Height Scale +createWorld.customize.custom.stretchY=Height Stretch +createWorld.customize.custom.upperLimitScale=Upper Limit Scale +createWorld.customize.custom.lowerLimitScale=Lower Limit Scale +createWorld.customize.custom.biomeDepthWeight=Biome Depth Weight +createWorld.customize.custom.biomeDepthOffset=Biome Depth Offset +createWorld.customize.custom.biomeScaleWeight=Biome Scale Weight +createWorld.customize.custom.biomeScaleOffset=Biome Scale Offset +createWorld.customize.custom.seaLevel=Sea Level +createWorld.customize.custom.useCaves=Caves +createWorld.customize.custom.useStrongholds=Strongholds +createWorld.customize.custom.useVillages=Villages +createWorld.customize.custom.useMineShafts=Mineshafts +createWorld.customize.custom.useTemples=Temples +createWorld.customize.custom.useMonuments=Ocean Monuments +createWorld.customize.custom.useRavines=Ravines +createWorld.customize.custom.useDungeons=Dungeons +createWorld.customize.custom.dungeonChance=Dungeon Count +createWorld.customize.custom.useWaterLakes=Water Lakes +createWorld.customize.custom.waterLakeChance=Water Lake Rarity +createWorld.customize.custom.useLavaLakes=Lava Lakes +createWorld.customize.custom.lavaLakeChance=Lava Lake Rarity +createWorld.customize.custom.useLavaOceans=Lava Oceans +createWorld.customize.custom.fixedBiome=Biome +createWorld.customize.custom.biomeSize=Biome Size +createWorld.customize.custom.riverSize=River Size + +createWorld.customize.custom.size= Spawn Size +createWorld.customize.custom.count= Spawn Tries +createWorld.customize.custom.minHeight= Min. Height +createWorld.customize.custom.maxHeight= Max. Height +createWorld.customize.custom.center= Center Height +createWorld.customize.custom.spread= Spread Height + +createWorld.customize.custom.presets.title=Customize World Presets +createWorld.customize.custom.presets=Presets +createWorld.customize.custom.preset.waterWorld=Water World +createWorld.customize.custom.preset.isleLand=Isle Land +createWorld.customize.custom.preset.caveDelight=Caver's Delight +createWorld.customize.custom.preset.mountains=Mountain Madness +createWorld.customize.custom.preset.drought=Drought +createWorld.customize.custom.preset.caveChaos=Caves of Chaos +createWorld.customize.custom.preset.goodLuck=Good Luck + +gameMode.survival=Survival Mode +gameMode.creative=Creative Mode +gameMode.adventure=Adventure Mode +gameMode.spectator=Spectator Mode +gameMode.hardcore=Hardcore Mode! +gameMode.changed=Your game mode has been updated + +selectWorld.gameMode=Game Mode +selectWorld.gameMode.survival=Survival +selectWorld.gameMode.survival.line1=Search for resources, crafting, gain +selectWorld.gameMode.survival.line2=levels, health and hunger +selectWorld.gameMode.creative=Creative +selectWorld.gameMode.creative.line1=Unlimited resources, free flying and +selectWorld.gameMode.creative.line2=destroy blocks instantly +selectWorld.gameMode.spectator=Spectator +selectWorld.gameMode.spectator.line1=You can look but don't touch +selectWorld.gameMode.spectator.line2= +selectWorld.gameMode.hardcore=Hardcore +selectWorld.gameMode.hardcore.line1=Same as survival mode, locked at hardest +selectWorld.gameMode.hardcore.line2=difficulty, and one life only +selectWorld.gameMode.adventure=Adventure +selectWorld.gameMode.adventure.line1=Same as survival mode, but blocks can't +selectWorld.gameMode.adventure.line2=be added or removed +selectWorld.moreWorldOptions=More World Options... +selectWorld.mapFeatures=Generate Structures: +selectWorld.mapFeatures.info=Villages, dungeons etc +selectWorld.mapType=World Type: +selectWorld.mapType.normal=Normal +selectWorld.allowCommands=Allow Cheats: +selectWorld.allowCommands.info=Commands like /gamemode, /xp +selectWorld.hardcoreMode=Hardcore: +selectWorld.hardcoreMode.info=World is deleted upon death +selectWorld.bonusItems=Bonus Chest: + +generator.default=Default +generator.flat=Superflat +generator.largeBiomes=Large Biomes +generator.amplified=AMPLIFIED +generator.customized=Customized +generator.debug_all_block_states=Debug Mode + +generator.amplified.info=Notice: Just for fun, requires beefy computer + +eaglercraft.singleplayer.busy.killTask=Cancel Task +eaglercraft.singleplayer.busy.cancelWarning=Are you sure? +eaglercraft.singleplayer.busy.confirmCancel=Confirm Cancel + +eaglercraft.singleplayer.crashed.title=Recieved a crash report from integrated server! +eaglercraft.singleplayer.crashed.checkConsole=Check the console for more details +eaglercraft.singleplayer.crashed.continue=Continue + +eaglercraft.singleplayer.failed.title=Singleplayer Task Failed! +eaglercraft.singleplayer.failed.killed=The worker process was killed +eaglercraft.singleplayer.failed.notStarted=The worker process could not start + +eaglercraft.singleplayer.failed.singleThreadWarning.1=Worker Thread Startup Failure! +eaglercraft.singleplayer.failed.singleThreadWarning.2=The integrated server will run in single-threaded mode + +eaglercraft.singleplayer.busy.listingworlds=Loading worlds +eaglercraft.singleplayer.failed.listingworlds=Could not fetch worlds list! + +eaglercraft.singleplayer.busy.deleting=Deleting world +eaglercraft.singleplayer.failed.deleting=Failed to delete world! + +eaglercraft.singleplayer.busy.renaming=Renaming world +eaglercraft.singleplayer.failed.renaming=Failed to rename world! + +eaglercraft.singleplayer.busy.duplicating=Duplicating world +eaglercraft.singleplayer.failed.duplicating=Failed to duplicate world! + +eaglercraft.singleplayer.busy.importing.1=Importing world as EPK +eaglercraft.singleplayer.failed.importing.1=Failed to import world as EPK! + +eaglercraft.singleplayer.busy.importing.2=Importing world as vanilla +eaglercraft.singleplayer.failed.importing.2=Failed to import world as vanilla! + +eaglercraft.singleplayer.busy.exporting.1=Exporting world as EPK +eaglercraft.singleplayer.failed.exporting.1=Failed to export world as EPK! + +eaglercraft.singleplayer.busy.exporting.2=Exporting world as vanilla +eaglercraft.singleplayer.failed.exporting.2=Failed to export world as vanilla! + +eaglercraft.singleplayer.busy.clearplayers=Clearing players +eaglercraft.singleplayer.failed.clearplayers=Failed to clear players! + +eaglercraft.singleplayer.busy.startingIntegratedServer=Starting up integrated server +eaglercraft.singleplayer.failed.startingIntegratedServer=Failed to start up integrated server! + +eaglercraft.singleplayer.busy.stoppingIntegratedServer=Shutting down integrated server +eaglercraft.singleplayer.failed.stoppingIntegratedServer=Failed to shut down integrated server! + +eaglercraft.singleplayer.failed.serverCrash=Integrated server encountered an exception! + +eaglercraft.singleplayer.failed.demo.title=Could not start demo +eaglercraft.singleplayer.failed.demo.desc=Failed to start integrated server! + +eaglercraft.singleplayer.notSupported.title=Shared worlds are not supported on this browser! +eaglercraft.singleplayer.notSupported.desc=WebRTC is not supported + +eaglercraft.singleplayer.import.title=Import World +eaglercraft.singleplayer.import.enterName=Enter world name: +eaglercraft.singleplayer.import.continue=Continue +eaglercraft.singleplayer.import.reading=Reading: '%s' +eaglercraft.singleplayer.import.loadSpawnChunks=Keep spawn chunks loaded: %s +eaglercraft.singleplayer.import.enhancedGameRules=Add extra game features: %s + +eaglercraft.singleplayer.create.title=What do you wanna do? +eaglercraft.singleplayer.create.create=Create New World +eaglercraft.singleplayer.create.create.tooltip=Make a new world for eaglercraft +eaglercraft.singleplayer.create.import=Load EPK File +eaglercraft.singleplayer.create.import.tooltip=Load an Eaglercraft .epk world file +eaglercraft.singleplayer.create.vanilla=Import Vanilla World +eaglercraft.singleplayer.create.vanilla.tooltip=Load a vanilla minecraft 1.8 world + +eaglercraft.singleplayer.backup.title=World Backup Menu: '%s' +eaglercraft.singleplayer.backup.recreate=Re-Create World +eaglercraft.singleplayer.backup.recreate.tooltip=Create a new world with the same seed +eaglercraft.singleplayer.backup.seed=Seed: +eaglercraft.singleplayer.backup.duplicate=Duplicate World +eaglercraft.singleplayer.backup.duplicate.tooltip=Copy this world into a new save +eaglercraft.singleplayer.backup.export=Export EPK File +eaglercraft.singleplayer.backup.export.tooltip=Download this world as a compressed .epk file +eaglercraft.singleplayer.backup.vanilla=Convert to Vanilla +eaglercraft.singleplayer.backup.vanilla.tooltip=Download this world as a vanilla 1.8 world +eaglercraft.singleplayer.backup.clearPlayerData=Delete Player Data +eaglercraft.singleplayer.backup.clearPlayerData.tooltip=Clears the inventories of all players except the owner + +eaglercraft.singleplayer.backup.clearPlayerData.warning1=Are you sure you want to delete all player data? +eaglercraft.singleplayer.backup.clearPlayerData.warning2=All players in '%s' will lose their inventories (besides %s) + +eaglercraft.selectWorld.backup=Backup + +eaglercraft.selectWorld.duplicate=Duplicate World: +eaglercraft.selectWorld.duplicateButton=Duplicate + +eaglercraft.networkSettings.title=Shared World Relay Servers +eaglercraft.networkSettings.add=Add Relay +eaglercraft.networkSettings.delete=Delete Relay +eaglercraft.networkSettings.default=Set Primary +eaglercraft.networkSettings.refresh=Refresh +eaglercraft.networkSettings.loadDefaults=Load Defaults +eaglercraft.networkSettings.relayTimeout=Connection Timeout: +eaglercraft.networkSettings.relayTimeoutChange=change +eaglercraft.networkSettings.relayTimeoutTitle=Change Connection Timeout +eaglercraft.networkSettings.downloadRelay=Download JAR + +eaglercraft.directConnect.prompt=What would you like to do? +eaglercraft.directConnect.lanWorld=Join Shared World +eaglercraft.directConnect.lanWorldCode=Enter Join Code: +eaglercraft.directConnect.networkSettingsNote=Click 'Network Settings' to add a relay URL +eaglercraft.directConnect.ipGrabNote=Note: The world's owner can get your IP address +eaglercraft.directConnect.serverJoin=Connect to Server +eaglercraft.directConnect.lanWorldJoin=Join World +eaglercraft.directConnect.lanWorldRelay=Network Settings + +eaglercraft.lanInfo.title=Shared World Info +eaglercraft.lanInfo.desc.0=Eaglercraft shared worlds are NOT limited to your local network like vanilla LAN worlds. This means that anyone with an internet connection and connection to the invite relay can join your world provided they have the code. +eaglercraft.lanInfo.desc.1=Join a shared world from the %s screen, or create one with the %s button while in a world. + +eaglercraft.lanServer.legacyClient=Please use EaglercraftX 1.8! + +eaglercraft.lanServer.pauseMenu0=Sharing World +eaglercraft.lanServer.pauseMenu1=Relay URL: +eaglercraft.lanServer.pauseMenu2=Join Code: + +eaglercraft.lanServer.wouldYouLikeToKick=Would you like to kick all players? + +eaglercraft.lanServer.worldName=World Name: +eaglercraft.lanServer.hidden=Hidden: +eaglercraft.lanServer.hideCode=hide details +eaglercraft.lanServer.showCode=show details +eaglercraft.lanServer.opened=Shared world opened on $relay$, join code is §a$code$ +eaglercraft.lanServer.closed=Shared world closed +eaglercraft.lanServer.pleaseWait=Please Wait... +eaglercraft.lanServer.relayDisconnected=Warning: connection to invite relay was lost, you must re-share the world to invite more people +eaglercraft.lanServer.ipGrabNote=Note: Players joining your world can get your IP address + +eaglercraft.addRelay.title=Add New Relay +eaglercraft.addRelay.name=Relay Comment +eaglercraft.addRelay.address=Relay Address +eaglercraft.addRelay.add=Add Relay +eaglercraft.addRelay.primary=Set Primary +eaglercraft.addRelay.removeText1=Do you want to remove this relay? + +eaglercraft.noRelay.title=No Relays are Configured! +eaglercraft.noRelay.titleFail=No Working Relays Available! +eaglercraft.noRelay.noRelay1=Shared Worlds Unavailable: No Relays Configured! +eaglercraft.noRelay.noRelay2=Click '§nNetwork Settings§r' to fix +eaglercraft.noRelay.worldNotFound1=Could not locate '§c$code$§r'! +eaglercraft.noRelay.worldNotFound2=Make sure to add the '§f$code$§r' world's relay URL +eaglercraft.noRelay.worldNotFound3=to the relay list 'Network Settings' to connect +eaglercraft.noRelay.worldFail=Failed to connect to '$code$'! + +eaglercraft.singleplayer.demo.create.title=What do you wanna do? +eaglercraft.singleplayer.demo.create.create=Play Demo World +eaglercraft.singleplayer.demo.create.create.tooltip=Play the Minecraft 1.8 demo and invite others +eaglercraft.singleplayer.demo.create.join=Join Shared World +eaglercraft.singleplayer.demo.create.join.tooltip=Join someone else's world and play multiplayer + +eaglercraft.createWorld.seedNote=Note: Vanilla seeds do not work! + +eaglercraft.singleplayer.outdatedLANServerKick=This is a 1.5.2 LAN world! + +eaglercraft.options.debugConsoleButton=Open Debug Console + +eaglercraft.tile.bed.setspawn=Respawn point set + +eaglercraft.update.button=Check for updates: +eaglercraft.update.none=No updates available! +eaglercraft.update.noneNew=No new updates found +eaglercraft.update.found=Found new client update +eaglercraft.update.update=Update: +eaglercraft.update.author=Author: +eaglercraft.update.timestamp=Timestamp: +eaglercraft.update.size=Size (kB): +eaglercraft.update.startDownload=Download +eaglercraft.update.viewAll=View All (%d) +eaglercraft.update.dismiss=Dismiss +eaglercraft.update.downloading=Downloading Updates + +eaglercraft.update.downloadOffline=Download Offline +eaglercraft.update.digitallySigned=Digitally Signed (%s) +eaglercraft.update.signatureInvalid=Signature Invalid! + +eaglercraft.updateList.title=Versions Available +eaglercraft.updateList.download=Download +eaglercraft.updateList.refresh=Refresh +eaglercraft.updateList.note.0=Note: Updates are digitally signed, EaglercraftX will block any +eaglercraft.updateList.note.1=updates that were not created by lax1dude or ayunami2000 + +selectServer.title=Select Server +selectServer.empty=empty +selectServer.select=Join Server +selectServer.direct=Direct Connect +selectServer.edit=Edit +selectServer.delete=Delete +selectServer.add=Add server +selectServer.defaultName=Minecraft Server +selectServer.deleteQuestion=Are you sure you want to remove this server? +selectServer.deleteWarning=will be lost forever! (A long time!) +selectServer.deleteButton=Delete +selectServer.refresh=Refresh +selectServer.hiddenAddress=(Hidden) +addServer.title=Edit Server Info +addServer.enterName=Server Name +addServer.enterIp=Server Address +addServer.add=Done +addServer.hideAddress=Hide Address +addServer.resourcePack=Server Resource Packs +addServer.resourcePack.enabled=Enabled +addServer.resourcePack.disabled=Disabled +addServer.resourcePack.prompt=Prompt +lanServer.title=Shared World +lanServer.scanning=Scanning for games on your local network +lanServer.start=Start Shared World +lanServer.otherPlayers=Settings for Other Players +mcoServer.title=Minecraft Online World + +multiplayer.title=Play Multiplayer +multiplayer.connect=Connect +multiplayer.info1=Minecraft Multiplayer is currently not finished, but there +multiplayer.info2=is some buggy early testing going on. +multiplayer.ipinfo=Enter the IP of a server to connect to it: +multiplayer.texturePrompt.line1=This server recommends the use of a custom resource pack. +multiplayer.texturePrompt.line2=Would you like to download and install it automagically? +multiplayer.downloadingTerrain=Downloading terrain +multiplayer.downloadingStats=Downloading statistics & achievements... +multiplayer.stopSleeping=Leave Bed +multiplayer.player.joined=%s joined the game +multiplayer.player.joined.renamed=%s (formerly known as %s) joined the game +multiplayer.player.left=%s left the game + +chat.cannotSend=Cannot send chat message +chat.type.text=<%s> %s +chat.type.emote=* %s %s +chat.type.announcement=[%s] %s +chat.type.admin=[%s: %s] +chat.type.achievement=%s has just earned the achievement %s +chat.type.achievement.taken=%s has lost the achievement %s +chat.link.confirm=Are you sure you want to open the following website? +chat.link.warning=Never open links from people that you don't trust! +chat.copy=Copy to Clipboard +chat.link.confirmTrusted=Do you want to open this link or copy it to your clipboard? +chat.link.open=Open in browser + +chat.stream.text=(%s) <%s> %s +chat.stream.emote=(%s) * %s %s + +menu.playdemo=Play Demo World +menu.resetdemo=Reset Demo World + +demo.day.1=This demo will last five game days, do your best! +demo.day.2=Day Two +demo.day.3=Day Three +demo.day.4=Day Four +demo.day.5=This is your last day! +demo.day.warning=Your time is almost up! +demo.day.6=You have passed your fifth day, use F2 to save a screenshot of your creation +demo.reminder=The demo time has expired, buy the game to continue or start a new world! +demo.remainingTime=Remaining time: %s +demo.demoExpired=Demo time's up! +demo.help.movement=Use %1$s, %2$s, %3$s, %4$s and the mouse to move around +demo.help.movementShort=Move by pressing %1$s, %2$s, %3$s, %4$s +demo.help.movementMouse=Look around using the mouse +demo.help.jump=Jump by pressing %1$s +demo.help.inventory=Use %1$s to open your inventory +demo.help.title=Minecraft Demo Mode +demo.help.fullWrapped=This demo will last 5 ingame days (about 1 hour and 40 minutes of real time). Check the achievements for hints! Have fun! +demo.help.buy=Purchase Now! +demo.help.later=Continue Playing! + +connect.connecting=Connecting to the server... +connect.authorizing=Logging in... +connect.failed=Failed to connect to the server + +disconnect.genericReason=%s +disconnect.disconnected=Disconnected by Server +disconnect.lost=Connection Lost +disconnect.kicked=Was kicked from the game +disconnect.timeout=Timed out +disconnect.closed=Connection closed +disconnect.loginFailed=Failed to login +disconnect.loginFailedInfo=Failed to login: %s +disconnect.loginFailedInfo.serversUnavailable=The authentication servers are currently down for maintenance. +disconnect.loginFailedInfo.invalidSession=Invalid session (Try restarting your game) +disconnect.quitting=Quitting +disconnect.endOfStream=End of stream +disconnect.overflow=Buffer overflow +disconnect.spam=Kicked for spamming + +soundCategory.master=Master Volume +soundCategory.music=Music +soundCategory.record=Jukebox/Noteblocks +soundCategory.weather=Weather +soundCategory.hostile=Hostile Creatures +soundCategory.neutral=Friendly Creatures +soundCategory.player=Players +soundCategory.block=Blocks +soundCategory.ambient=Ambient/Environment + +record.nowPlaying=Now playing: %s + +options.off=OFF +options.on=ON +options.visible=Shown +options.hidden=Hidden +options.title=Options +options.controls=Controls... +options.video=Video Settings... +options.language=Language... +options.stream=Broadcast Settings... +options.sounds=Music & Sounds... +options.sounds.title=Music & Sound Options +options.languageWarning=Language translations may not be 100%% accurate +options.videoTitle=Video Settings +options.customizeTitle=Customize World Settings +options.music=Music +options.sound=Sound +options.invertMouse=Invert Mouse +options.fov=FOV +options.fov.min=Normal +options.fov.max=Quake Pro +options.saturation=Saturation +options.gamma=Brightness +options.gamma.min=Moody +options.gamma.max=Bright +options.sensitivity=Sensitivity +options.sensitivity.min=*yawn* +options.sensitivity.max=HYPERSPEED!!! +options.renderDistance=Render Distance +options.renderDistance.tiny=Tiny +options.renderDistance.short=Short +options.renderDistance.normal=Normal +options.renderDistance.far=Far +options.viewBobbing=View Bobbing +options.ao=Smooth Lighting +options.ao.off=OFF +options.ao.min=Minimum +options.ao.max=Maximum +options.anaglyph=3D Anaglyph +options.framerateLimit=Max Framerate +options.framerateLimit.max=Unlimited +options.difficulty=Difficulty +options.difficulty.peaceful=Peaceful +options.difficulty.easy=Easy +options.difficulty.normal=Normal +options.difficulty.hard=Hard +options.difficulty.hardcore=Hardcore +options.graphics=Graphics +options.graphics.fancy=Fancy +options.graphics.fast=Fast +options.guiScale=GUI Scale +options.guiScale.auto=Auto +options.guiScale.small=Small +options.guiScale.normal=Normal +options.guiScale.large=Large +options.advancedOpengl=Advanced OpenGL +options.fboEnable=Enable FBOs +options.postProcessEnable=Enable Post-Processing +options.renderClouds=Clouds +options.qualityButton=Video Quality Settings... +options.qualityVideoTitle=Video Quality Settings +options.performanceButton=Video Performance Settings... +options.performanceVideoTitle=Video Performance Settings +options.advancedButton=Advanced Video Settings... +options.advancedVideoTitle=Advanced Video Settings +options.postButton=Post-Processing Settings... +options.postVideoTitle=Post-Processing Settings +options.farWarning1=A 64 bit Java installation is recommended +options.farWarning2=for 'Far' render distance (you have 32 bit) +options.particles=Particles +options.particles.all=All +options.particles.decreased=Decreased +options.particles.minimal=Minimal +options.multiplayer.title=Multiplayer Settings... +options.chat.title=Chat Settings... +options.chat.visibility=Chat +options.chat.visibility.full=Shown +options.chat.visibility.system=Commands Only +options.chat.visibility.hidden=Hidden +options.chat.color=Colors +options.chat.opacity=Opacity +options.chat.links=Web Links +options.chat.links.prompt=Prompt on Links +options.chat.scale=Scale +options.chat.width=Width +options.chat.height.focused=Focused Height +options.chat.height.unfocused=Unfocused Height +options.skinCustomisation=Skin Customization... +options.skinCustomisation.title=Skin Customization +options.modelPart.cape=Cape +options.modelPart.hat=Hat +options.modelPart.jacket=Jacket +options.modelPart.left_sleeve=Left Sleeve +options.modelPart.right_sleeve=Right Sleeve +options.modelPart.left_pants_leg=Left Pants Leg +options.modelPart.right_pants_leg=Right Pants Leg +options.snooper=Allow Snooper +options.snooper.view=Snooper Settings... +options.snooper.title=Machine Specs Collection +options.snooper.desc=We want to collect information about your machine to help improve Minecraft by knowing what we can support and where the biggest problems are. All of this information is completely anonymous and viewable below. We promise we won't do anything bad with this data, but if you want to opt out then feel free to toggle it off! +options.resourcepack=Resource Packs... +options.fullscreen=Fullscreen +options.vsync=Use VSync +options.vbo=Use VBOs +options.touchscreen=Touchscreen Mode +options.blockAlternatives=Alternate Blocks +options.reducedDebugInfo=Reduced Debug Info +options.entityShadows=Entity Shadows + +options.mipmapLevels=Mipmap Levels +options.forceUnicodeFont=Force Unicode Font + +options.stream.title=Twitch Broadcast Settings +options.stream.bytesPerPixel=Quality +options.stream.micVolumne=Mic Volume +options.stream.micToggleBehavior=Push To +options.stream.mic_toggle.mute=Mute +options.stream.mic_toggle.talk=Talk +options.stream.systemVolume=System Volume +options.stream.kbps=Bandwidth +options.stream.fps=Framerate +options.stream.sendMetadata=Send Metadata +options.stream.compression=Compression +options.stream.compression.low=Low +options.stream.compression.medium=Medium +options.stream.compression.high=High +options.stream.estimation=Estimated resolution: %dx%d +options.stream.changes=You may need to restart your stream for these changes to take place. +options.stream.ingestSelection=Broadcast Server List +options.stream.ingest.title=Twitch Broadcast Servers +options.stream.ingest.reset=Reset Preference +options.stream.chat.title=Twitch Chat Settings +options.stream.chat.enabled=Enable +options.stream.chat.enabled.streaming=Whilst Streaming +options.stream.chat.enabled.always=Always +options.stream.chat.enabled.never=Never +options.stream.chat.userFilter=User Filter +options.stream.chat.userFilter.all=All Viewers +options.stream.chat.userFilter.subs=Subscribers +options.stream.chat.userFilter.mods=Moderators + +difficulty.lock.title=Lock World Difficulty +difficulty.lock.question=Are you sure you want to lock the difficulty of this world? This will set this world to always be %1$s, and you will never be able to change that again. + +title.oldgl1=Old graphics card detected; this may prevent you from +title.oldgl2=playing in the future as OpenGL 2.0 will be required. + +controls.title=Controls +controls.reset=Reset +controls.resetAll=Reset Keys + +key.sprint=Sprint +key.forward=Walk Forwards +key.left=Strafe Left +key.back=Walk Backwards +key.right=Strafe Right +key.jump=Jump +key.inventory=Inventory +key.drop=Drop Item +key.chat=Open Chat +key.sneak=Sneak +key.playerlist=List Players +key.attack=Attack/Destroy +key.use=Use Item/Place Block +key.pickItem=Pick Block +key.mouseButton=Button %1$s +key.command=Open Command +key.screenshot=Take Screenshot +key.togglePerspective=Toggle Perspective +key.smoothCamera=Toggle Cinematic Camera +key.fullscreen=Toggle Fullscreen +key.spectatorOutlines=Highlight Players (Spectators) +key.hotbar.1=Hotbar Slot 1 +key.hotbar.2=Hotbar Slot 2 +key.hotbar.3=Hotbar Slot 3 +key.hotbar.4=Hotbar Slot 4 +key.hotbar.5=Hotbar Slot 5 +key.hotbar.6=Hotbar Slot 6 +key.hotbar.7=Hotbar Slot 7 +key.hotbar.8=Hotbar Slot 8 +key.hotbar.9=Hotbar Slot 9 +key.streamStartStop=Start/Stop Stream +key.streamPauseUnpause=Pause/Unpause Stream +key.streamCommercial=Show Stream Commercials +key.streamToggleMic=Push To Talk/Mute + +key.categories.movement=Movement +key.categories.misc=Miscellaneous +key.categories.multiplayer=Multiplayer +key.categories.gameplay=Gameplay +key.categories.ui=Game Interface +key.categories.inventory=Inventory +key.categories.stream=Streaming + +resourcePack.openFolder=Open resource pack +resourcePack.title=Select Resource Packs +resourcePack.available.title=Available Resource Packs +resourcePack.selected.title=Selected Resource Packs +resourcePack.folderInfo=(Select resource pack files here) +resourcePack.incompatible=Incompatible +resourcePack.incompatible.old=(Made for an older version of Minecraft) +resourcePack.incompatible.new=(Made for a newer version of Minecraft) +resourcePack.incompatible.confirm.title=Are you sure you want to load this resource pack? +resourcePack.incompatible.confirm.old=This resource pack was made for an older version of Minecraft and may no longer work correctly. +resourcePack.incompatible.confirm.new=This resource pack was made for a newer version of Minecraft and may no longer work correctly. + +sign.edit=Edit sign message + +book.pageIndicator=Page %1$s of %2$s +book.byAuthor=by %1$s +book.signButton=Sign +book.editTitle=Enter Book Title: +book.finalizeButton=Sign and Close +book.finalizeWarning=Note! When you sign the book, it will no longer be editable. +book.generation.0=Original +book.generation.1=Copy of original +book.generation.2=Copy of a copy +book.generation.3=Tattered + +merchant.deprecated=Trade something else to unlock! + +tile.barrier.name=Barrier +tile.stone.stone.name=Stone +tile.stone.granite.name=Granite +tile.stone.graniteSmooth.name=Polished Granite +tile.stone.diorite.name=Diorite +tile.stone.dioriteSmooth.name=Polished Diorite +tile.stone.andesite.name=Andesite +tile.stone.andesiteSmooth.name=Polished Andesite +tile.hayBlock.name=Hay Bale +tile.grass.name=Grass Block +tile.dirt.name=Dirt +tile.dirt.default.name=Dirt +tile.dirt.coarse.name=Coarse Dirt +tile.dirt.podzol.name=Podzol +tile.stonebrick.name=Cobblestone +tile.wood.name=Wooden Planks +tile.wood.oak.name=Oak Wood Planks +tile.wood.spruce.name=Spruce Wood Planks +tile.wood.birch.name=Birch Wood Planks +tile.wood.jungle.name=Jungle Wood Planks +tile.wood.acacia.name=Acacia Wood Planks +tile.wood.big_oak.name=Dark Oak Wood Planks +tile.sapling.oak.name=Oak Sapling +tile.sapling.spruce.name=Spruce Sapling +tile.sapling.birch.name=Birch Sapling +tile.sapling.jungle.name=Jungle Sapling +tile.sapling.acacia.name=Acacia Sapling +tile.sapling.big_oak.name=Dark Oak Sapling +tile.deadbush.name=Dead Bush +tile.bedrock.name=Bedrock +tile.water.name=Water +tile.lava.name=Lava +tile.sand.name=Sand +tile.sand.default.name=Sand +tile.sand.red.name=Red Sand +tile.sandStone.name=Sandstone +tile.sandStone.default.name=Sandstone +tile.sandStone.chiseled.name=Chiseled Sandstone +tile.sandStone.smooth.name=Smooth Sandstone +tile.redSandStone.name=Red Sandstone +tile.redSandStone.default.name=Red Sandstone +tile.redSandStone.chiseled.name=Chiseled Red Sandstone +tile.redSandStone.smooth.name=Smooth Red Sandstone +tile.gravel.name=Gravel +tile.oreGold.name=Gold Ore +tile.oreIron.name=Iron Ore +tile.oreCoal.name=Coal Ore +tile.log.name=Wood +tile.log.oak.name=Oak Wood +tile.log.spruce.name=Spruce Wood +tile.log.birch.name=Birch Wood +tile.log.jungle.name=Jungle Wood +tile.log.acacia.name=Acacia Wood +tile.log.big_oak.name=Dark Oak Wood +tile.leaves.name=Leaves +tile.leaves.oak.name=Oak Leaves +tile.leaves.spruce.name=Spruce Leaves +tile.leaves.birch.name=Birch Leaves +tile.leaves.jungle.name=Jungle Leaves +tile.leaves.acacia.name=Acacia Leaves +tile.leaves.big_oak.name=Dark Oak Leaves +tile.tallgrass.name=Grass +tile.tallgrass.shrub.name=Shrub +tile.tallgrass.grass.name=Grass +tile.tallgrass.fern.name=Fern +tile.sponge.dry.name=Sponge +tile.sponge.wet.name=Wet Sponge +tile.glass.name=Glass +tile.stainedGlass.name=Stained Glass +tile.stainedGlass.black.name=Black Stained Glass +tile.stainedGlass.red.name=Red Stained Glass +tile.stainedGlass.green.name=Green Stained Glass +tile.stainedGlass.brown.name=Brown Stained Glass +tile.stainedGlass.blue.name=Blue Stained Glass +tile.stainedGlass.purple.name=Purple Stained Glass +tile.stainedGlass.cyan.name=Cyan Stained Glass +tile.stainedGlass.silver.name=Light Gray Stained Glass +tile.stainedGlass.gray.name=Gray Stained Glass +tile.stainedGlass.pink.name=Pink Stained Glass +tile.stainedGlass.lime.name=Lime Stained Glass +tile.stainedGlass.yellow.name=Yellow Stained Glass +tile.stainedGlass.lightBlue.name=Light Blue Stained Glass +tile.stainedGlass.magenta.name=Magenta Stained Glass +tile.stainedGlass.orange.name=Orange Stained Glass +tile.stainedGlass.white.name=White Stained Glass +tile.thinStainedGlass.name=Stained Glass Pane +tile.thinStainedGlass.black.name=Black Stained Glass Pane +tile.thinStainedGlass.red.name=Red Stained Glass Pane +tile.thinStainedGlass.green.name=Green Stained Glass Pane +tile.thinStainedGlass.brown.name=Brown Stained Glass Pane +tile.thinStainedGlass.blue.name=Blue Stained Glass Pane +tile.thinStainedGlass.purple.name=Purple Stained Glass Pane +tile.thinStainedGlass.cyan.name=Cyan Stained Glass Pane +tile.thinStainedGlass.silver.name=Light Gray Stained Glass Pane +tile.thinStainedGlass.gray.name=Gray Stained Glass Pane +tile.thinStainedGlass.pink.name=Pink Stained Glass Pane +tile.thinStainedGlass.lime.name=Lime Stained Glass Pane +tile.thinStainedGlass.yellow.name=Yellow Stained Glass Pane +tile.thinStainedGlass.lightBlue.name=Light Blue Stained Glass Pane +tile.thinStainedGlass.magenta.name=Magenta Stained Glass Pane +tile.thinStainedGlass.orange.name=Orange Stained Glass Pane +tile.thinStainedGlass.white.name=White Stained Glass Pane +tile.thinGlass.name=Glass Pane +tile.cloth.name=Wool +tile.flower1.name=Flower +tile.flower1.dandelion.name=Dandelion +tile.flower2.name=Flower +tile.flower2.poppy.name=Poppy +tile.flower2.blueOrchid.name=Blue Orchid +tile.flower2.allium.name=Allium +tile.flower2.houstonia.name=Azure Bluet +tile.flower2.tulipRed.name=Red Tulip +tile.flower2.tulipOrange.name=Orange Tulip +tile.flower2.tulipWhite.name=White Tulip +tile.flower2.tulipPink.name=Pink Tulip +tile.flower2.oxeyeDaisy.name=Oxeye Daisy +tile.doublePlant.name=Plant +tile.doublePlant.sunflower.name=Sunflower +tile.doublePlant.syringa.name=Lilac +tile.doublePlant.grass.name=Double Tallgrass +tile.doublePlant.fern.name=Large Fern +tile.doublePlant.rose.name=Rose Bush +tile.doublePlant.paeonia.name=Peony +tile.mushroom.name=Mushroom +tile.blockGold.name=Block of Gold +tile.blockIron.name=Block of Iron +tile.stoneSlab.name=Stone Slab +tile.stoneSlab.stone.name=Stone Slab +tile.stoneSlab.sand.name=Sandstone Slab +tile.stoneSlab.wood.name=Wooden Slab +tile.stoneSlab.cobble.name=Cobblestone Slab +tile.stoneSlab.brick.name=Bricks Slab +tile.stoneSlab.smoothStoneBrick.name=Stone Bricks Slab +tile.stoneSlab.netherBrick.name=Nether Brick Slab +tile.stoneSlab.quartz.name=Quartz Slab +tile.stoneSlab2.red_sandstone.name=Red Sandstone Slab +tile.woodSlab.name=Wood Slab +tile.woodSlab.oak.name=Oak Wood Slab +tile.woodSlab.spruce.name=Spruce Wood Slab +tile.woodSlab.birch.name=Birch Wood Slab +tile.woodSlab.jungle.name=Jungle Wood Slab +tile.woodSlab.acacia.name=Acacia Wood Slab +tile.woodSlab.big_oak.name=Dark Oak Wood Slab +tile.brick.name=Bricks +tile.tnt.name=TNT +tile.bookshelf.name=Bookshelf +tile.stoneMoss.name=Moss Stone +tile.obsidian.name=Obsidian +tile.torch.name=Torch +tile.fire.name=Fire +tile.mobSpawner.name=Monster Spawner +tile.stairsWood.name=Oak Wood Stairs +tile.stairsWoodSpruce.name=Spruce Wood Stairs +tile.stairsWoodBirch.name=Birch Wood Stairs +tile.stairsWoodJungle.name=Jungle Wood Stairs +tile.stairsWoodAcacia.name=Acacia Wood Stairs +tile.stairsWoodDarkOak.name=Dark Oak Wood Stairs +tile.chest.name=Chest +tile.chestTrap.name=Trapped Chest +tile.redstoneDust.name=Redstone Dust +tile.oreDiamond.name=Diamond Ore +tile.blockCoal.name=Block of Coal +tile.blockDiamond.name=Block of Diamond +tile.workbench.name=Crafting Table +tile.crops.name=Crops +tile.farmland.name=Farmland +tile.furnace.name=Furnace +tile.sign.name=Sign +tile.doorWood.name=Wooden Door +tile.ladder.name=Ladder +tile.rail.name=Rail +tile.goldenRail.name=Powered Rail +tile.activatorRail.name=Activator Rail +tile.detectorRail.name=Detector Rail +tile.stairsStone.name=Cobblestone Stairs +tile.stairsSandStone.name=Sandstone Stairs +tile.stairsRedSandStone.name=Red Sandstone Stairs +tile.lever.name=Lever +tile.pressurePlateStone.name=Stone Pressure Plate +tile.pressurePlateWood.name=Wooden Pressure Plate +tile.weightedPlate_light.name=Weighted Pressure Plate (Light) +tile.weightedPlate_heavy.name=Weighted Pressure Plate (Heavy) +tile.doorIron.name=Iron Door +tile.oreRedstone.name=Redstone Ore +tile.notGate.name=Redstone Torch +tile.button.name=Button +tile.snow.name=Snow +tile.woolCarpet.name=Carpet +tile.woolCarpet.black.name=Black Carpet +tile.woolCarpet.red.name=Red Carpet +tile.woolCarpet.green.name=Green Carpet +tile.woolCarpet.brown.name=Brown Carpet +tile.woolCarpet.blue.name=Blue Carpet +tile.woolCarpet.purple.name=Purple Carpet +tile.woolCarpet.cyan.name=Cyan Carpet +tile.woolCarpet.silver.name=Light Gray Carpet +tile.woolCarpet.gray.name=Gray Carpet +tile.woolCarpet.pink.name=Pink Carpet +tile.woolCarpet.lime.name=Lime Carpet +tile.woolCarpet.yellow.name=Yellow Carpet +tile.woolCarpet.lightBlue.name=Light Blue Carpet +tile.woolCarpet.magenta.name=Magenta Carpet +tile.woolCarpet.orange.name=Orange Carpet +tile.woolCarpet.white.name=Carpet +tile.ice.name=Ice +tile.icePacked.name=Packed Ice +tile.cactus.name=Cactus +tile.clay.name=Clay +tile.clayHardenedStained.name=Stained Clay +tile.clayHardenedStained.black.name=Black Stained Clay +tile.clayHardenedStained.red.name=Red Stained Clay +tile.clayHardenedStained.green.name=Green Stained Clay +tile.clayHardenedStained.brown.name=Brown Stained Clay +tile.clayHardenedStained.blue.name=Blue Stained Clay +tile.clayHardenedStained.purple.name=Purple Stained Clay +tile.clayHardenedStained.cyan.name=Cyan Stained Clay +tile.clayHardenedStained.silver.name=Light Gray Stained Clay +tile.clayHardenedStained.gray.name=Gray Stained Clay +tile.clayHardenedStained.pink.name=Pink Stained Clay +tile.clayHardenedStained.lime.name=Lime Stained Clay +tile.clayHardenedStained.yellow.name=Yellow Stained Clay +tile.clayHardenedStained.lightBlue.name=Light Blue Stained Clay +tile.clayHardenedStained.magenta.name=Magenta Stained Clay +tile.clayHardenedStained.orange.name=Orange Stained Clay +tile.clayHardenedStained.white.name=White Stained Clay +tile.clayHardened.name=Hardened Clay +tile.reeds.name=Sugar cane +tile.jukebox.name=Jukebox +tile.fence.name=Oak Fence +tile.spruceFence.name=Spruce Fence +tile.birchFence.name=Birch Fence +tile.jungleFence.name=Jungle Fence +tile.darkOakFence.name=Dark Oak Fence +tile.acaciaFence.name=Acacia Fence +tile.fenceGate.name=Oak Fence Gate +tile.spruceFenceGate.name=Spruce Fence Gate +tile.birchFenceGate.name=Birch Fence Gate +tile.jungleFenceGate.name=Jungle Fence Gate +tile.darkOakFenceGate.name=Dark Oak Fence Gate +tile.acaciaFenceGate.name=Acacia Fence Gate +tile.pumpkinStem.name=Pumpkin Stem +tile.pumpkin.name=Pumpkin +tile.litpumpkin.name=Jack o'Lantern +tile.hellrock.name=Netherrack +tile.hellsand.name=Soul Sand +tile.lightgem.name=Glowstone +tile.portal.name=Portal +tile.cloth.black.name=Black Wool +tile.cloth.red.name=Red Wool +tile.cloth.green.name=Green Wool +tile.cloth.brown.name=Brown Wool +tile.cloth.blue.name=Blue Wool +tile.cloth.purple.name=Purple Wool +tile.cloth.cyan.name=Cyan Wool +tile.cloth.silver.name=Light Gray Wool +tile.cloth.gray.name=Gray Wool +tile.cloth.pink.name=Pink Wool +tile.cloth.lime.name=Lime Wool +tile.cloth.yellow.name=Yellow Wool +tile.cloth.lightBlue.name=Light Blue Wool +tile.cloth.magenta.name=Magenta Wool +tile.cloth.orange.name=Orange Wool +tile.cloth.white.name=Wool +tile.oreLapis.name=Lapis Lazuli Ore +tile.blockLapis.name=Lapis Lazuli Block +tile.dispenser.name=Dispenser +tile.dropper.name=Dropper +tile.musicBlock.name=Note Block +tile.cake.name=Cake +tile.bed.name=Bed +tile.bed.occupied=This bed is occupied +tile.bed.noSleep=You can only sleep at night +tile.bed.notSafe=You may not rest now, there are monsters nearby +tile.bed.notValid=Your home bed was missing or obstructed +tile.lockedchest.name=Locked chest +tile.trapdoor.name=Wooden Trapdoor +tile.ironTrapdoor.name=Iron Trapdoor +tile.web.name=Cobweb +tile.stonebricksmooth.name=Stone Bricks +tile.stonebricksmooth.default.name=Stone Bricks +tile.stonebricksmooth.mossy.name=Mossy Stone Bricks +tile.stonebricksmooth.cracked.name=Cracked Stone Bricks +tile.stonebricksmooth.chiseled.name=Chiseled Stone Bricks +tile.monsterStoneEgg.name=Stone Monster Egg +tile.monsterStoneEgg.stone.name=Stone Monster Egg +tile.monsterStoneEgg.cobble.name=Cobblestone Monster Egg +tile.monsterStoneEgg.brick.name=Stone Brick Monster Egg +tile.monsterStoneEgg.mossybrick.name=Mossy Stone Brick Monster Egg +tile.monsterStoneEgg.crackedbrick.name=Cracked Stone Brick Monster Egg +tile.monsterStoneEgg.chiseledbrick.name=Chiseled Stone Brick Monster Egg +tile.pistonBase.name=Piston +tile.pistonStickyBase.name=Sticky Piston +tile.fenceIron.name=Iron Bars +tile.melon.name=Melon +tile.stairsBrick.name=Brick Stairs +tile.stairsStoneBrickSmooth.name=Stone Brick Stairs +tile.vine.name=Vines +tile.netherBrick.name=Nether Brick +tile.netherFence.name=Nether Brick Fence +tile.stairsNetherBrick.name=Nether Brick Stairs +tile.netherStalk.name=Nether Wart +tile.cauldron.name=Cauldron +tile.enchantmentTable.name=Enchantment Table +tile.anvil.name=Anvil +tile.anvil.intact.name=Anvil +tile.anvil.slightlyDamaged.name=Slightly Damaged Anvil +tile.anvil.veryDamaged.name=Very Damaged Anvil +tile.whiteStone.name=End Stone +tile.endPortalFrame.name=End Portal +tile.mycel.name=Mycelium +tile.waterlily.name=Lily Pad +tile.dragonEgg.name=Dragon Egg +tile.redstoneLight.name=Redstone Lamp +tile.cocoa.name=Cocoa +tile.enderChest.name=Ender Chest +tile.oreRuby.name=Ruby Ore +tile.oreEmerald.name=Emerald Ore +tile.blockEmerald.name=Block of Emerald +tile.blockRedstone.name=Block of Redstone +tile.tripWire.name=Tripwire +tile.tripWireSource.name=Tripwire Hook +tile.commandBlock.name=Command Block +tile.beacon.name=Beacon +tile.beacon.primary=Primary Power +tile.beacon.secondary=Secondary Power +tile.cobbleWall.normal.name=Cobblestone Wall +tile.cobbleWall.mossy.name=Mossy Cobblestone Wall +tile.carrots.name=Carrots +tile.potatoes.name=Potatoes +tile.daylightDetector.name=Daylight Sensor +tile.netherquartz.name=Nether Quartz Ore +tile.hopper.name=Hopper +tile.quartzBlock.name=Block of Quartz +tile.quartzBlock.default.name=Block of Quartz +tile.quartzBlock.chiseled.name=Chiseled Quartz Block +tile.quartzBlock.lines.name=Pillar Quartz Block +tile.stairsQuartz.name=Quartz Stairs +tile.slime.name=Slime Block +tile.prismarine.rough.name=Prismarine +tile.prismarine.bricks.name=Prismarine Bricks +tile.prismarine.dark.name=Dark Prismarine +tile.seaLantern.name=Sea Lantern + +item.nameTag.name=Name Tag +item.leash.name=Lead +item.shovelIron.name=Iron Shovel +item.pickaxeIron.name=Iron Pickaxe +item.hatchetIron.name=Iron Axe +item.flintAndSteel.name=Flint and Steel +item.apple.name=Apple +item.cookie.name=Cookie +item.bow.name=Bow +item.arrow.name=Arrow +item.coal.name=Coal +item.charcoal.name=Charcoal +item.diamond.name=Diamond +item.emerald.name=Emerald +item.ingotIron.name=Iron Ingot +item.ingotGold.name=Gold Ingot +item.swordIron.name=Iron Sword +item.swordWood.name=Wooden Sword +item.shovelWood.name=Wooden Shovel +item.pickaxeWood.name=Wooden Pickaxe +item.hatchetWood.name=Wooden Axe +item.swordStone.name=Stone Sword +item.shovelStone.name=Stone Shovel +item.pickaxeStone.name=Stone Pickaxe +item.hatchetStone.name=Stone Axe +item.swordDiamond.name=Diamond Sword +item.shovelDiamond.name=Diamond Shovel +item.pickaxeDiamond.name=Diamond Pickaxe +item.hatchetDiamond.name=Diamond Axe +item.stick.name=Stick +item.bowl.name=Bowl +item.mushroomStew.name=Mushroom Stew +item.swordGold.name=Golden Sword +item.shovelGold.name=Golden Shovel +item.pickaxeGold.name=Golden Pickaxe +item.hatchetGold.name=Golden Axe +item.string.name=String +item.feather.name=Feather +item.sulphur.name=Gunpowder +item.hoeWood.name=Wooden Hoe +item.hoeStone.name=Stone Hoe +item.hoeIron.name=Iron Hoe +item.hoeDiamond.name=Diamond Hoe +item.hoeGold.name=Golden Hoe +item.seeds.name=Seeds +item.seeds_pumpkin.name=Pumpkin Seeds +item.seeds_melon.name=Melon Seeds +item.melon.name=Melon +item.wheat.name=Wheat +item.bread.name=Bread +item.helmetCloth.name=Leather Cap +item.chestplateCloth.name=Leather Tunic +item.leggingsCloth.name=Leather Pants +item.bootsCloth.name=Leather Boots +item.helmetChain.name=Chain Helmet +item.chestplateChain.name=Chain Chestplate +item.leggingsChain.name=Chain Leggings +item.bootsChain.name=Chain Boots +item.helmetIron.name=Iron Helmet +item.chestplateIron.name=Iron Chestplate +item.leggingsIron.name=Iron Leggings +item.bootsIron.name=Iron Boots +item.helmetDiamond.name=Diamond Helmet +item.chestplateDiamond.name=Diamond Chestplate +item.leggingsDiamond.name=Diamond Leggings +item.bootsDiamond.name=Diamond Boots +item.helmetGold.name=Golden Helmet +item.chestplateGold.name=Golden Chestplate +item.leggingsGold.name=Golden Leggings +item.bootsGold.name=Golden Boots +item.flint.name=Flint +item.porkchopRaw.name=Raw Porkchop +item.porkchopCooked.name=Cooked Porkchop +item.chickenRaw.name=Raw Chicken +item.chickenCooked.name=Cooked Chicken +item.muttonRaw.name=Raw Mutton +item.muttonCooked.name=Cooked Mutton +item.rabbitRaw.name=Raw Rabbit +item.rabbitCooked.name=Cooked Rabbit +item.rabbitStew.name=Rabbit Stew +item.rabbitFoot.name=Rabbit's Foot +item.rabbitHide.name=Rabbit Hide +item.beefRaw.name=Raw Beef +item.beefCooked.name=Steak +item.painting.name=Painting +item.frame.name=Item Frame +item.appleGold.name=Golden Apple +item.sign.name=Sign +item.doorOak.name=Oak Door +item.doorSpruce.name=Spruce Door +item.doorBirch.name=Birch Door +item.doorJungle.name=Jungle Door +item.doorAcacia.name=Acacia Door +item.doorDarkOak.name=Dark Oak Door +item.bucket.name=Bucket +item.bucketWater.name=Water Bucket +item.bucketLava.name=Lava Bucket +item.minecart.name=Minecart +item.saddle.name=Saddle +item.doorIron.name=Iron Door +item.redstone.name=Redstone +item.snowball.name=Snowball +item.boat.name=Boat +item.leather.name=Leather +item.milk.name=Milk +item.brick.name=Brick +item.clay.name=Clay +item.reeds.name=Sugar Canes +item.paper.name=Paper +item.book.name=Book +item.slimeball.name=Slimeball +item.minecartChest.name=Minecart with Chest +item.minecartFurnace.name=Minecart with Furnace +item.minecartTnt.name=Minecart with TNT +item.minecartHopper.name=Minecart with Hopper +item.minecartCommandBlock.name=Minecart with Command Block +item.egg.name=Egg +item.compass.name=Compass +item.fishingRod.name=Fishing Rod +item.clock.name=Clock +item.yellowDust.name=Glowstone Dust +item.fish.cod.raw.name=Raw Fish +item.fish.salmon.raw.name=Raw Salmon +item.fish.pufferfish.raw.name=Pufferfish +item.fish.clownfish.raw.name=Clownfish +item.fish.cod.cooked.name=Cooked Fish +item.fish.salmon.cooked.name=Cooked Salmon +item.record.name=Music Disc +item.record.13.desc=C418 - 13 +item.record.cat.desc=C418 - cat +item.record.blocks.desc=C418 - blocks +item.record.chirp.desc=C418 - chirp +item.record.far.desc=C418 - far +item.record.mall.desc=C418 - mall +item.record.mellohi.desc=C418 - mellohi +item.record.stal.desc=C418 - stal +item.record.strad.desc=C418 - strad +item.record.ward.desc=C418 - ward +item.record.11.desc=C418 - 11 +item.record.wait.desc=C418 - wait +item.bone.name=Bone +item.dyePowder.black.name=Ink Sac +item.dyePowder.red.name=Rose Red +item.dyePowder.green.name=Cactus Green +item.dyePowder.brown.name=Cocoa Beans +item.dyePowder.blue.name=Lapis Lazuli +item.dyePowder.purple.name=Purple Dye +item.dyePowder.cyan.name=Cyan Dye +item.dyePowder.silver.name=Light Gray Dye +item.dyePowder.gray.name=Gray Dye +item.dyePowder.pink.name=Pink Dye +item.dyePowder.lime.name=Lime Dye +item.dyePowder.yellow.name=Dandelion Yellow +item.dyePowder.lightBlue.name=Light Blue Dye +item.dyePowder.magenta.name=Magenta Dye +item.dyePowder.orange.name=Orange Dye +item.dyePowder.white.name=Bone Meal +item.sugar.name=Sugar +item.cake.name=Cake +item.bed.name=Bed +item.diode.name=Redstone Repeater +item.comparator.name=Redstone Comparator +item.map.name=Map +item.leaves.name=Leaves +item.shears.name=Shears +item.rottenFlesh.name=Rotten Flesh +item.enderPearl.name=Ender Pearl +item.blazeRod.name=Blaze Rod +item.ghastTear.name=Ghast Tear +item.netherStalkSeeds.name=Nether Wart +item.potion.name=Potion +item.emptyPotion.name=Water Bottle +item.goldNugget.name=Gold Nugget +item.glassBottle.name=Glass Bottle +item.spiderEye.name=Spider Eye +item.fermentedSpiderEye.name=Fermented Spider Eye +item.blazePowder.name=Blaze Powder +item.magmaCream.name=Magma Cream +item.cauldron.name=Cauldron +item.brewingStand.name=Brewing Stand +item.eyeOfEnder.name=Eye of Ender +item.speckledMelon.name=Glistering Melon +item.monsterPlacer.name=Spawn +item.expBottle.name=Bottle o' Enchanting +item.fireball.name=Fire Charge +item.writingBook.name=Book and Quill +item.writtenBook.name=Written Book +item.ruby.name=Ruby +item.flowerPot.name=Flower Pot +item.emptyMap.name=Empty Map +item.carrots.name=Carrot +item.carrotGolden.name=Golden Carrot +item.potato.name=Potato +item.potatoBaked.name=Baked Potato +item.potatoPoisonous.name=Poisonous Potato +item.skull.skeleton.name=Skeleton Skull +item.skull.wither.name=Wither Skeleton Skull +item.skull.zombie.name=Zombie Head +item.skull.char.name=Head +item.skull.player.name=%s's Head +item.skull.creeper.name=Creeper Head +item.carrotOnAStick.name=Carrot on a Stick +item.netherStar.name=Nether Star +item.pumpkinPie.name=Pumpkin Pie +item.enchantedBook.name=Enchanted Book +item.fireworks.name=Firework Rocket +item.fireworks.flight=Flight Duration: +item.fireworksCharge.name=Firework Star +item.fireworksCharge.black=Black +item.fireworksCharge.red=Red +item.fireworksCharge.green=Green +item.fireworksCharge.brown=Brown +item.fireworksCharge.blue=Blue +item.fireworksCharge.purple=Purple +item.fireworksCharge.cyan=Cyan +item.fireworksCharge.silver=Light Gray +item.fireworksCharge.gray=Gray +item.fireworksCharge.pink=Pink +item.fireworksCharge.lime=Lime +item.fireworksCharge.yellow=Yellow +item.fireworksCharge.lightBlue=Light Blue +item.fireworksCharge.magenta=Magenta +item.fireworksCharge.orange=Orange +item.fireworksCharge.white=White +item.fireworksCharge.customColor=Custom +item.fireworksCharge.fadeTo=Fade to +item.fireworksCharge.flicker=Twinkle +item.fireworksCharge.trail=Trail +item.fireworksCharge.type.0=Small Ball +item.fireworksCharge.type.1=Large Ball +item.fireworksCharge.type.2=Star-shaped +item.fireworksCharge.type.3=Creeper-shaped +item.fireworksCharge.type.4=Burst +item.fireworksCharge.type=Unknown Shape +item.netherbrick.name=Nether Brick +item.netherquartz.name=Nether Quartz +item.armorStand.name=Armor Stand +item.horsearmormetal.name=Iron Horse Armor +item.horsearmorgold.name=Gold Horse Armor +item.horsearmordiamond.name=Diamond Horse Armor +item.prismarineShard.name=Prismarine Shard +item.prismarineCrystals.name=Prismarine Crystals + +container.inventory=Inventory +container.hopper=Item Hopper +container.crafting=Crafting +container.dispenser=Dispenser +container.dropper=Dropper +container.furnace=Furnace +container.enchant=Enchant +container.enchant.lapis.one=1 Lapis Lazuli +container.enchant.lapis.many=%d Lapis Lazuli +container.enchant.level.one=1 Enchantment Level +container.enchant.level.many=%d Enchantment Levels +container.enchant.clue=%s . . . ? +container.repair=Repair & Name +container.repair.cost=Enchantment Cost: %1$d +container.repair.expensive=Too Expensive! +container.creative=Item Selection +container.brewing=Brewing Stand +container.chest=Chest +container.chestDouble=Large Chest +container.minecart=Minecart +container.enderchest=Ender Chest +container.beacon=Beacon + +container.isLocked=%s is locked! + +item.dyed=Dyed +item.unbreakable=Unbreakable +item.canBreak=Can break: +item.canPlace=Can be placed on: + +entity.Item.name=Item +entity.XPOrb.name=Experience Orb +entity.SmallFireball.name=Small Fireball +entity.Fireball.name=Fireball +entity.ThrownPotion.name=Potion + +entity.Arrow.name=Arrow +entity.Snowball.name=Snowball +entity.Painting.name=Painting +entity.ArmorStand.name=Armor Stand + +entity.Mob.name=Mob +entity.Monster.name=Monster + +entity.Creeper.name=Creeper +entity.Skeleton.name=Skeleton +entity.Spider.name=Spider +entity.Giant.name=Giant +entity.Zombie.name=Zombie +entity.Slime.name=Slime +entity.Ghast.name=Ghast +entity.PigZombie.name=Zombie Pigman +entity.Enderman.name=Enderman +entity.Endermite.name=Endermite +entity.Silverfish.name=Silverfish +entity.CaveSpider.name=Cave Spider +entity.Blaze.name=Blaze +entity.LavaSlime.name=Magma Cube +entity.MushroomCow.name=Mooshroom +entity.Villager.name=Villager +entity.VillagerGolem.name=Iron Golem +entity.SnowMan.name=Snow Golem +entity.EnderDragon.name=Ender Dragon +entity.WitherBoss.name=Wither +entity.Witch.name=Witch +entity.Guardian.name=Guardian + +entity.Villager.farmer=Farmer +entity.Villager.fisherman=Fisherman +entity.Villager.shepherd=Shepherd +entity.Villager.fletcher=Fletcher +entity.Villager.librarian=Librarian +entity.Villager.cleric=Cleric +entity.Villager.armor=Armorer +entity.Villager.weapon=Weapon Smith +entity.Villager.tool=Tool Smith +entity.Villager.butcher=Butcher +entity.Villager.leather=Leatherworker + +entity.Pig.name=Pig +entity.Sheep.name=Sheep +entity.Cow.name=Cow +entity.Chicken.name=Chicken +entity.Squid.name=Squid +entity.Wolf.name=Wolf +entity.Ozelot.name=Ocelot +entity.Cat.name=Cat +entity.Bat.name=Bat +entity.EntityHorse.name=Horse +entity.horse.name=Horse +entity.donkey.name=Donkey +entity.mule.name=Mule +entity.skeletonhorse.name=Skeleton Horse +entity.zombiehorse.name=Zombie Horse +entity.Rabbit.name=Rabbit +entity.KillerBunny.name=The Killer Bunny + +entity.PrimedTnt.name=Block of TNT +entity.FallingSand.name=Falling Block + +entity.Minecart.name=Minecart +entity.Boat.name=Boat + +entity.generic.name=unknown + +death.fell.accident.ladder=%1$s fell off a ladder +death.fell.accident.vines=%1$s fell off some vines +death.fell.accident.water=%1$s fell out of the water +death.fell.accident.generic=%1$s fell from a high place +death.fell.killer=%1$s was doomed to fall +death.fell.assist=%1$s was doomed to fall by %2$s +death.fell.assist.item=%1$s was doomed to fall by %2$s using %3$s +death.fell.finish=%1$s fell too far and was finished by %2$s +death.fell.finish.item=%1$s fell too far and was finished by %2$s using %3$s + +death.attack.lightningBolt=%1$s was struck by lightning +death.attack.inFire=%1$s went up in flames +death.attack.inFire.player=%1$s walked into fire whilst fighting %2$s +death.attack.onFire=%1$s burned to death +death.attack.onFire.player=%1$s was burnt to a crisp whilst fighting %2$s +death.attack.lava=%1$s tried to swim in lava +death.attack.lava.player=%1$s tried to swim in lava to escape %2$s +death.attack.inWall=%1$s suffocated in a wall +death.attack.drown=%1$s drowned +death.attack.drown.player=%1$s drowned whilst trying to escape %2$s +death.attack.starve=%1$s starved to death +death.attack.cactus=%1$s was pricked to death +death.attack.cactus.player=%1$s walked into a cactus whilst trying to escape %2$s +death.attack.generic=%1$s died +death.attack.explosion=%1$s blew up +death.attack.explosion.player=%1$s was blown up by %2$s +death.attack.magic=%1$s was killed by magic +death.attack.wither=%1$s withered away +death.attack.anvil=%1$s was squashed by a falling anvil +death.attack.fallingBlock=%1$s was squashed by a falling block +death.attack.mob=%1$s was slain by %2$s +death.attack.player=%1$s was slain by %2$s +death.attack.player.item=%1$s was slain by %2$s using %3$s +death.attack.arrow=%1$s was shot by %2$s +death.attack.arrow.item=%1$s was shot by %2$s using %3$s +death.attack.fireball=%1$s was fireballed by %2$s +death.attack.fireball.item=%1$s was fireballed by %2$s using %3$s +death.attack.thrown=%1$s was pummeled by %2$s +death.attack.thrown.item=%1$s was pummeled by %2$s using %3$s +death.attack.indirectMagic=%1$s was killed by %2$s using magic +death.attack.indirectMagic.item=%1$s was killed by %2$s using %3$s +death.attack.thorns=%1$s was killed trying to hurt %2$s +death.attack.fall=%1$s hit the ground too hard +death.attack.outOfWorld=%1$s fell out of the world + +deathScreen.respawn=Respawn +deathScreen.deleteWorld=Delete world +deathScreen.titleScreen=Title screen +deathScreen.score=Score +deathScreen.title.hardcore=Game over! +deathScreen.hardcoreInfo=You cannot respawn in hardcore mode! +deathScreen.title=You died! +deathScreen.leaveServer=Leave server +deathScreen.quit.confirm=Are you sure you want to quit? + +potion.effects.whenDrank=When Applied: +potion.empty=No Effects +potion.moveSpeed=Speed +potion.moveSlowdown=Slowness +potion.digSpeed=Haste +potion.digSlowDown=Mining Fatigue +potion.damageBoost=Strength +potion.heal=Instant Health +potion.harm=Instant Damage +potion.jump=Jump Boost +potion.confusion=Nausea +potion.regeneration=Regeneration +potion.resistance=Resistance +potion.fireResistance=Fire Resistance +potion.waterBreathing=Water Breathing +potion.invisibility=Invisibility +potion.blindness=Blindness +potion.nightVision=Night Vision +potion.hunger=Hunger +potion.weakness=Weakness +potion.poison=Poison +potion.wither=Wither +potion.healthBoost=Health Boost +potion.absorption=Absorption +potion.saturation=Saturation + +potion.moveSpeed.postfix=Potion of Swiftness +potion.moveSlowdown.postfix=Potion of Slowness +potion.digSpeed.postfix=Potion of Haste +potion.digSlowDown.postfix=Potion of Dullness +potion.damageBoost.postfix=Potion of Strength +potion.weakness.postfix=Potion of Weakness +potion.heal.postfix=Potion of Healing +potion.harm.postfix=Potion of Harming +potion.jump.postfix=Potion of Leaping +potion.confusion.postfix=Potion of Nausea +potion.regeneration.postfix=Potion of Regeneration +potion.resistance.postfix=Potion of Resistance +potion.fireResistance.postfix=Potion of Fire Resistance +potion.waterBreathing.postfix=Potion of Water Breathing +potion.invisibility.postfix=Potion of Invisibility +potion.blindness.postfix=Potion of Blindness +potion.nightVision.postfix=Potion of Night Vision +potion.hunger.postfix=Potion of Hunger +potion.poison.postfix=Potion of Poison +potion.wither.postfix=Potion of Decay +potion.healthBoost.postfix=Potion of Health Boost +potion.absorption.postfix=Potion of Absorption +potion.saturation.postfix=Potion of Saturation + +potion.potency.0= +potion.potency.1=II +potion.potency.2=III +potion.potency.3=IV + +potion.prefix.grenade=Splash +potion.prefix.mundane=Mundane +potion.prefix.uninteresting=Uninteresting +potion.prefix.bland=Bland +potion.prefix.clear=Clear +potion.prefix.milky=Milky +potion.prefix.diffuse=Diffuse +potion.prefix.artless=Artless +potion.prefix.thin=Thin +potion.prefix.awkward=Awkward +potion.prefix.flat=Flat +potion.prefix.bulky=Bulky +potion.prefix.bungling=Bungling +potion.prefix.buttered=Buttered +potion.prefix.smooth=Smooth +potion.prefix.suave=Suave +potion.prefix.debonair=Debonair +potion.prefix.thick=Thick +potion.prefix.elegant=Elegant +potion.prefix.fancy=Fancy +potion.prefix.charming=Charming +potion.prefix.dashing=Dashing +potion.prefix.refined=Refined +potion.prefix.cordial=Cordial +potion.prefix.sparkling=Sparkling +potion.prefix.potent=Potent +potion.prefix.foul=Foul +potion.prefix.odorless=Odorless +potion.prefix.rank=Rank +potion.prefix.harsh=Harsh +potion.prefix.acrid=Acrid +potion.prefix.gross=Gross +potion.prefix.stinky=Stinky + +enchantment.damage.all=Sharpness +enchantment.damage.undead=Smite +enchantment.damage.arthropods=Bane of Arthropods +enchantment.knockback=Knockback +enchantment.fire=Fire Aspect +enchantment.protect.all=Protection +enchantment.protect.fire=Fire Protection +enchantment.protect.fall=Feather Falling +enchantment.protect.explosion=Blast Protection +enchantment.protect.projectile=Projectile Protection +enchantment.oxygen=Respiration +enchantment.waterWorker=Aqua Affinity +enchantment.waterWalker=Depth Strider +enchantment.digging=Efficiency +enchantment.untouching=Silk Touch +enchantment.durability=Unbreaking +enchantment.lootBonus=Looting +enchantment.lootBonusDigger=Fortune +enchantment.lootBonusFishing=Luck of the Sea +enchantment.fishingSpeed=Lure +enchantment.arrowDamage=Power +enchantment.arrowFire=Flame +enchantment.arrowKnockback=Punch +enchantment.arrowInfinite=Infinity +enchantment.thorns=Thorns + +enchantment.level.1=I +enchantment.level.2=II +enchantment.level.3=III +enchantment.level.4=IV +enchantment.level.5=V +enchantment.level.6=VI +enchantment.level.7=VII +enchantment.level.8=VIII +enchantment.level.9=IX +enchantment.level.10=X + +gui.achievements=Achievements +gui.stats=Statistics + +stats.tooltip.type.achievement=Achievement +stats.tooltip.type.statistic=Statistic +stat.generalButton=General +stat.blocksButton=Blocks +stat.itemsButton=Items +stat.mobsButton=Mobs + +stat.used=Times Used +stat.mined=Times Mined +stat.depleted=Times Depleted +stat.crafted=Times Crafted +stat.entityKills=You killed %d %s +stat.entityKilledBy=%s killed you %d time(s) +stat.entityKills.none=You have never killed %s +stat.entityKilledBy.none=You have never been killed by %s + +stat.startGame=Times played +stat.createWorld=Worlds created +stat.loadWorld=Saves loaded +stat.joinMultiplayer=Multiplayer joins +stat.leaveGame=Games quit + +stat.playOneMinute=Minutes Played +stat.timeSinceDeath=Since Last Death + +stat.walkOneCm=Distance Walked +stat.crouchOneCm=Distance Crouched +stat.sprintOneCm=Distance Sprinted +stat.fallOneCm=Distance Fallen +stat.swimOneCm=Distance Swum +stat.flyOneCm=Distance Flown +stat.climbOneCm=Distance Climbed +stat.diveOneCm=Distance Dove +stat.minecartOneCm=Distance by Minecart +stat.boatOneCm=Distance by Boat +stat.pigOneCm=Distance by Pig +stat.horseOneCm=Distance by Horse +stat.jump=Jumps +stat.drop=Items Dropped + +stat.damageDealt=Damage Dealt +stat.damageTaken=Damage Taken +stat.deaths=Number of Deaths +stat.mobKills=Mob Kills +stat.animalsBred=Animals Bred +stat.playerKills=Player Kills +stat.fishCaught=Fish Caught +stat.treasureFished=Treasure Fished +stat.junkFished=Junk Fished +stat.talkedToVillager=Talked to Villagers +stat.tradedWithVillager=Traded with Villagers + +stat.cakeSlicesEaten=Cake Slices Eaten +stat.cauldronFilled=Cauldrons Filled +stat.cauldronUsed=Water Taken from Cauldron +stat.armorCleaned=Armor Pieces Cleaned +stat.bannerCleaned=Banners Cleaned +stat.brewingstandInteraction=Interactions with Brewing Stand +stat.beaconInteraction=Interactions with Beacon +stat.dropperInspected=Droppers Searched +stat.hopperInspected=Hoppers Searched +stat.dispenserInspected=Dispensers Searched +stat.noteblockPlayed=Noteblocks played +stat.noteblockTuned=Noteblocks tuned +stat.flowerPotted=Plants potted +stat.trappedChestTriggered=Trapped Chests Triggered +stat.enderchestOpened=Ender Chests Opened +stat.itemEnchanted=Items Enchanted +stat.recordPlayed=Records Played +stat.furnaceInteraction=Interactions with Furnace +stat.workbenchInteraction=Interactions with Crafting Table +stat.chestOpened=Chests Opened + +stat.mineBlock=%1$s Mined +stat.craftItem=%1$s Crafted +stat.useItem=%1$s Used +stat.breakItem=%1$s Depleted + +achievement.get=Achievement get! + +achievement.taken=Taken! +achievement.unknown=??? + +achievement.requires=Requires '%1$s' +achievement.openInventory=Taking Inventory +achievement.openInventory.desc=Press '%1$s' to open your inventory. +achievement.mineWood=Getting Wood +achievement.mineWood.desc=Attack a tree until a block of wood pops out +achievement.buildWorkBench=Benchmarking +achievement.buildWorkBench.desc=Craft a workbench with four blocks of planks +achievement.buildPickaxe=Time to Mine! +achievement.buildPickaxe.desc=Use planks and sticks to make a pickaxe +achievement.buildFurnace=Hot Topic +achievement.buildFurnace.desc=Construct a furnace out of eight stone blocks +achievement.acquireIron=Acquire Hardware +achievement.acquireIron.desc=Smelt an iron ingot +achievement.buildHoe=Time to Farm! +achievement.buildHoe.desc=Use planks and sticks to make a hoe +achievement.makeBread=Bake Bread +achievement.makeBread.desc=Turn wheat into bread +achievement.bakeCake=The Lie +achievement.bakeCake.desc=Wheat, sugar, milk and eggs! +achievement.buildBetterPickaxe=Getting an Upgrade +achievement.buildBetterPickaxe.desc=Construct a better pickaxe +achievement.overpowered=Overpowered +achievement.overpowered.desc=Build a Notch apple +achievement.cookFish=Delicious Fish +achievement.cookFish.desc=Catch and cook fish! +achievement.onARail=On A Rail +achievement.onARail.desc=Travel by minecart at least 1 km from where you started +achievement.buildSword=Time to Strike! +achievement.buildSword.desc=Use planks and sticks to make a sword +achievement.killEnemy=Monster Hunter +achievement.killEnemy.desc=Attack and destroy a monster +achievement.killCow=Cow Tipper +achievement.killCow.desc=Harvest some leather +achievement.breedCow=Repopulation +achievement.breedCow.desc=Breed two cows with wheat +achievement.flyPig=When Pigs Fly +achievement.flyPig.desc=Fly a pig off a cliff +achievement.snipeSkeleton=Sniper Duel +achievement.snipeSkeleton.desc=Kill a skeleton with an arrow from more than 50 meters +achievement.diamonds=DIAMONDS! +achievement.diamonds.desc=Acquire diamonds with your iron tools +achievement.diamondsToYou=Diamonds to you! +achievement.diamondsToYou.desc=Throw diamonds at another player. +achievement.portal=We Need to Go Deeper +achievement.portal.desc=Build a portal to the Nether +achievement.ghast=Return to Sender +achievement.ghast.desc=Destroy a Ghast with a fireball +achievement.blazeRod=Into Fire +achievement.blazeRod.desc=Relieve a Blaze of its rod +achievement.potion=Local Brewery +achievement.potion.desc=Brew a potion +achievement.theEnd=The End? +achievement.theEnd.desc=Locate the End +achievement.theEnd2=The End. +achievement.theEnd2.desc=Defeat the Ender Dragon +achievement.spawnWither=The Beginning? +achievement.spawnWither.desc=Spawn the Wither +achievement.killWither=The Beginning. +achievement.killWither.desc=Kill the Wither +achievement.fullBeacon=Beaconator +achievement.fullBeacon.desc=Create a full beacon +achievement.exploreAllBiomes=Adventuring Time +achievement.exploreAllBiomes.desc=Discover all biomes +achievement.enchantments=Enchanter +achievement.enchantments.desc=Use a book, obsidian and diamonds to construct an enchantment table +achievement.overkill=Overkill +achievement.overkill.desc=Deal nine hearts of damage in a single hit +achievement.bookcase=Librarian +achievement.bookcase.desc=Build some bookshelves to improve your enchantment table + +commands.generic.exception=An unknown error occurred while attempting to perform this command +commands.generic.permission=You do not have permission to use this command +commands.generic.syntax=Invalid command syntax +commands.generic.player.notFound=That player cannot be found +commands.generic.entity.notFound=That entity cannot be found +commands.generic.entity.invalidUuid=The entity UUID provided is in an invalid format +commands.generic.entity.invalidType=Entity type '%s' is invalid +commands.generic.notFound=Unknown command. Try /help for a list of commands +commands.generic.parameter.invalid='%s' is not a valid parameter +commands.generic.num.invalid='%s' is not a valid number +commands.generic.boolean.invalid='%s' is not true or false +commands.generic.num.tooSmall=The number you have entered (%d) is too small, it must be at least %d +commands.generic.num.tooBig=The number you have entered (%d) is too big, it must be at most %d +commands.generic.double.tooSmall=The number you have entered (%.2f) is too small, it must be at least %.2f +commands.generic.double.tooBig=The number you have entered (%.2f) is too big, it must be at most %.2f +commands.generic.usage=Usage: %s + +commands.setidletimeout.usage=/setidletimeout +commands.setidletimeout.success=Successfully set the idle timeout to %d minutes. +commands.xp.failure.widthdrawXp=Cannot give player negative experience points +commands.xp.success=Given %d experience to %s +commands.xp.success.levels=Given %d levels to %s +commands.xp.success.negative.levels=Taken %d levels from %s +commands.xp.usage=/xp [player] OR /xp L [player] +commands.playsound.usage=/playsound [x] [y] [z] [volume] [pitch] [minimumVolume] +commands.playsound.success=Played sound '%s' to %s +commands.playsound.playerTooFar=Player %s is too far away to hear the sound +commands.give.usage=/give [amount] [data] [dataTag] +commands.give.item.notFound=There is no such item with name %d +commands.give.block.notFound=There is no such block with name %d +commands.give.success=Given %s * %d to %s +commands.give.tagError=Data tag parsing failed: %s +commands.replaceitem.usage=/replaceitem ... +commands.replaceitem.entity.usage=/replaceitem entity [amount] [data] [dataTag] +commands.replaceitem.block.usage=/replaceitem block [amount] [data] [dataTag] +commands.replaceitem.tagError=Data tag parsing failed: %s +commands.replaceitem.noContainer=Block at %d, %d, %d is not a container +commands.replaceitem.failed=Could not replace slot %d with %d * %s +commands.replaceitem.success=Replaced slot %d with %d * %s +commands.stats.usage=/stats ... +commands.stats.entity.usage=/stats entity +commands.stats.entity.set.usage=/stats entity set +commands.stats.entity.clear.usage=/stats entity clear +commands.stats.block.usage=/stats block ... +commands.stats.block.set.usage=/stats block set +commands.stats.block.clear.usage=/stats block clear +commands.stats.noCompatibleBlock=Block at %d, %d, %d can not track stats +commands.stats.failed=Invalid parameters +commands.stats.cleared=Cleared %s stats +commands.stats.success=Storing %s stats in %s on %s +commands.summon.usage=/summon [x] [y] [z] [dataTag] +commands.summon.success=Object successfully summoned +commands.summon.failed=Unable to summon object +commands.summon.tagError=Data tag parsing failed: %s +commands.summon.outOfWorld=Cannot summon the object out of the world +commands.testforblock.usage=/testforblock [dataValue] [dataTag] +commands.testforblock.failed.tile=The block at %d,%d,%d is %s (expected: %s). +commands.testforblock.failed.data=The block at %d,%d,%d had the data value of %s (expected: %s). +commands.testforblock.failed.nbt=The block at %d,%d,%d did not have the required NBT keys. +commands.testforblock.failed.tileEntity=The block at %d,%d,%d is not a tile entity and cannot support tag matching. +commands.testforblock.success=Successfully found the block at %d,%d,%d. +commands.testforblock.outOfWorld=Cannot test for block outside of the world +commands.setblock.usage=/setblock [dataValue] [oldBlockHandling] [dataTag] +commands.setblock.success=Block placed +commands.setblock.failed=Unable to place block +commands.setblock.tagError=Data tag parsing failed: %s +commands.setblock.outOfWorld=Cannot place block outside of the world +commands.setblock.notFound=There is no such block with ID/name %s +commands.setblock.noChange=The block couldn't be placed +commands.fill.usage=/fill [dataValue] [oldBlockHandling] [dataTag] +commands.fill.outOfWorld=Cannot place blocks outside of the world +commands.fill.tagError=Data tag parsing failed: %s +commands.fill.success=%d blocks filled +commands.fill.failed=No blocks filled +commands.fill.tooManyBlocks=Too many blocks in the specified area (%d > %d) +commands.clone.usage=/clone [maskMode] [cloneMode] +commands.clone.outOfWorld=Cannot access blocks outside of the world +commands.clone.noOverlap=Source and destination can not overlap +commands.clone.success=%d blocks cloned +commands.clone.failed=No blocks cloned +commands.clone.tooManyBlocks=Too many blocks in the specified area (%d > %d) +commands.compare.usage=/testforblocks [mode] +commands.compare.outOfWorld=Cannot access blocks outside of the world +commands.compare.failed=Source and destination are not identical +commands.compare.success=%d blocks compared +commands.compare.tooManyBlocks=Too many blocks in the specified area (%d > %d) +commands.blockdata.usage=/blockdata +commands.blockdata.success=Block data updated to: %s +commands.blockdata.tagError=Data tag parsing failed: %s +commands.blockdata.outOfWorld=Cannot change block outside of the world +commands.blockdata.notValid=The target block is not a data holder block +commands.blockdata.failed=The data tag did not change: %s +commands.entitydata.usage=/entitydata +commands.entitydata.success=Entity data updated to: %s +commands.entitydata.tagError=Data tag parsing failed: %s +commands.entitydata.noPlayers=%s is a player and cannot be changed +commands.entitydata.failed=The data tag did not change: %s +commands.effect.usage=/effect [seconds] [amplifier] [hideParticles] OR /effect clear +commands.effect.notFound=There is no such mob effect with ID %d +commands.effect.success=Given %1$s (ID %2$d) * %3$d to %4$s for %5$d seconds +commands.effect.success.removed=Took %1$s from %2$s +commands.effect.success.removed.all=Took all effects from %s +commands.effect.failure.notActive=Couldn't take %1$s from %2$s as they do not have the effect +commands.effect.failure.notActive.all=Couldn't take any effects from %s as they do not have any +commands.enchant.usage=/enchant [level] +commands.enchant.notFound=There is no such enchantment with ID %d +commands.enchant.noItem=The target doesn't hold an item +commands.enchant.cantEnchant=The selected enchantment can't be added to the target item +commands.enchant.cantCombine=%1$s can't be combined with %2$s +commands.enchant.success=Enchanting succeeded +commands.particle.usage=/particle [count] [mode] +commands.particle.success=Playing effect %s for %d times +commands.particle.notFound=Unknown effect name (%s) +commands.clear.usage=/clear [player] [item] [data] [maxCount] [dataTag] +commands.clear.success=Cleared the inventory of %s, removing %d items +commands.clear.testing=%s has %d items that match the criteria +commands.clear.failure=Could not clear the inventory of %s, no items to remove +commands.clear.tagError=Data tag parsing failed: %s +commands.downfall.usage=/toggledownfall +commands.downfall.success=Toggled downfall +commands.time.usage=/time +commands.time.added=Added %d to the time +commands.time.set=Set the time to %d +commands.time.query=Time is %d +commands.players.usage=/list +commands.players.list=There are %d/%d players online: +commands.banlist.ips=There are %d total banned IP addresses: +commands.banlist.players=There are %d total banned players: +commands.banlist.usage=/banlist [ips|players] +commands.kill.usage=/kill [player|entity] +commands.kill.successful=Killed %s +commands.kick.success=Kicked %s from the game +commands.kick.success.reason=Kicked %s from the game: '%s' +commands.kick.usage=/kick [reason ...] +commands.op.success=Opped %s +commands.op.failed=Could not op %s +commands.op.usage=/op +commands.deop.success=De-opped %s +commands.deop.failed=Could not de-op %s +commands.deop.usage=/deop +commands.say.usage=/say +commands.ban.success=Banned player %s +commands.ban.failed=Could not ban player %s +commands.ban.usage=/ban [reason ...] +commands.unban.success=Unbanned player %s +commands.unban.failed=Could not unban player %s +commands.unban.usage=/pardon +commands.banip.invalid=You have entered an invalid IP address or a player that is not online +commands.banip.success=Banned IP address %s +commands.banip.success.players=Banned IP address %s belonging to %s +commands.banip.usage=/ban-ip [reason ...] +commands.unbanip.invalid=You have entered an invalid IP address +commands.unbanip.success=Unbanned IP address %s +commands.unbanip.usage=/pardon-ip
+commands.save.usage=/save-all +commands.save-on.alreadyOn=Saving is already turned on. +commands.save-on.usage=/save-on +commands.save-off.alreadyOff=Saving is already turned off. +commands.save-off.usage=/save-off +commands.save.enabled=Turned on world auto-saving +commands.save.disabled=Turned off world auto-saving +commands.save.start=Saving... +commands.save.success=Saved the world +commands.save.failed=Saving failed: %s +commands.stop.usage=/stop +commands.stop.start=Stopping the server +commands.tp.success=Teleported %s to %s +commands.tp.success.coordinates=Teleported %s to %s, %s, %s +commands.tp.usage=/tp [target player] OR /tp [target player] [ ] +commands.tp.notSameDimension=Unable to teleport because players are not in the same dimension +commands.whitelist.list=There are %d (out of %d seen) whitelisted players: +commands.whitelist.enabled=Turned on the whitelist +commands.whitelist.disabled=Turned off the whitelist +commands.whitelist.reloaded=Reloaded the whitelist +commands.whitelist.add.success=Added %s to the whitelist +commands.whitelist.add.failed=Could not add %s to the whitelist +commands.whitelist.add.usage=/whitelist add +commands.whitelist.remove.success=Removed %s from the whitelist +commands.whitelist.remove.failed=Could not remove %s from the whitelist +commands.whitelist.remove.usage=/whitelist remove +commands.whitelist.usage=/whitelist +commands.scoreboard.usage=/scoreboard ... +commands.scoreboard.noMultiWildcard=Only one user wildcard allowed +commands.scoreboard.allMatchesFailed=All matches failed +commands.scoreboard.teamNotFound=No team was found by the name '%s' +commands.scoreboard.objectiveNotFound=No objective was found by the name '%s' +commands.scoreboard.objectiveReadOnly=The objective '%s' is read-only and cannot be set +commands.scoreboard.objectives.usage=/scoreboard objectives ... +commands.scoreboard.objectives.setdisplay.usage=/scoreboard objectives setdisplay [objective] +commands.scoreboard.objectives.setdisplay.invalidSlot=No such display slot '%s' +commands.scoreboard.objectives.setdisplay.successCleared=Cleared objective display slot '%s' +commands.scoreboard.objectives.setdisplay.successSet=Set the display objective in slot '%s' to '%s' +commands.scoreboard.objectives.add.usage=/scoreboard objectives add [display name ...] +commands.scoreboard.objectives.add.wrongType=Invalid objective criteria type '%s' +commands.scoreboard.objectives.add.alreadyExists=An objective with the name '%s' already exists +commands.scoreboard.objectives.add.tooLong=The name '%s' is too long for an objective, it can be at most %d characters long +commands.scoreboard.objectives.add.displayTooLong=The display name '%s' is too long for an objective, it can be at most %d characters long +commands.scoreboard.objectives.add.success=Added new objective '%s' successfully +commands.scoreboard.objectives.remove.usage=/scoreboard objectives remove +commands.scoreboard.objectives.remove.success=Removed objective '%s' successfully +commands.scoreboard.objectives.list.count=Showing %d objective(s) on scoreboard: +commands.scoreboard.objectives.list.entry=- %s: displays as '%s' and is type '%s' +commands.scoreboard.objectives.list.empty=There are no objectives on the scoreboard +commands.scoreboard.players.usage=/scoreboard players ... +commands.scoreboard.players.name.tooLong=The name '%s' is too long for a player, it can be at most %d characters long +commands.scoreboard.players.set.success=Set score of %s for player %s to %d +commands.scoreboard.players.set.tagMismatch=The dataTag does not match for %s +commands.scoreboard.players.set.tagError=Could not parse dataTag, reason: %s +commands.scoreboard.players.set.usage=/scoreboard players set [dataTag] +commands.scoreboard.players.add.usage=/scoreboard players add [dataTag] +commands.scoreboard.players.remove.usage=/scoreboard players remove [dataTag] +commands.scoreboard.players.reset.usage=/scoreboard players reset [objective] +commands.scoreboard.players.reset.success=Reset scores of player %s +commands.scoreboard.players.resetscore.success=Reset score %s of player %s +commands.scoreboard.players.list.usage=/scoreboard players list [name] +commands.scoreboard.players.list.count=Showing %d tracked players on the scoreboard: +commands.scoreboard.players.list.empty=There are no tracked players on the scoreboard +commands.scoreboard.players.list.player.count=Showing %d tracked objective(s) for %s: +commands.scoreboard.players.list.player.entry=- %2$s: %1$d (%3$s) +commands.scoreboard.players.list.player.empty=Player %s has no scores recorded +commands.scoreboard.players.enable.usage=/scoreboard players enable +commands.scoreboard.players.enable.success=Enabled trigger %s for %s +commands.scoreboard.players.enable.noTrigger=Objective %s is not a trigger +commands.scoreboard.players.test.usage=/scoreboard players test +commands.scoreboard.players.test.notFound=No %s score for %s found +commands.scoreboard.players.test.failed=Score %d is NOT in range %d to %d +commands.scoreboard.players.test.success=Score %d is in range %d to %d +commands.scoreboard.players.operation.usage=/scoreboard players operation +commands.scoreboard.players.operation.notFound=No %s score for %s found +commands.scoreboard.players.operation.invalidOperation=Invalid operation %s +commands.scoreboard.players.operation.success=Operation applied successfully +commands.scoreboard.teams.usage=/scoreboard teams ... +commands.scoreboard.teams.add.usage=/scoreboard teams add [display name ...] +commands.scoreboard.teams.add.alreadyExists=A team with the name '%s' already exists +commands.scoreboard.teams.add.tooLong=The name '%s' is too long for a team, it can be at most %d characters long +commands.scoreboard.teams.add.displayTooLong=The display name '%s' is too long for a team, it can be at most %d characters long +commands.scoreboard.teams.add.success=Added new team '%s' successfully +commands.scoreboard.teams.list.usage=/scoreboard teams list [name] +commands.scoreboard.teams.list.count=Showing %d teams on the scoreboard: +commands.scoreboard.teams.list.entry=- %1$s: '%2$s' has %3$d players +commands.scoreboard.teams.list.empty=There are no teams registered on the scoreboard +commands.scoreboard.teams.list.player.count=Showing %d player(s) in team %s: +commands.scoreboard.teams.list.player.entry=- %2$s: %1$d (%3$s) +commands.scoreboard.teams.list.player.empty=Team %s has no players +commands.scoreboard.teams.empty.usage=/scoreboard teams empty +commands.scoreboard.teams.empty.alreadyEmpty=Team %s is already empty, cannot remove nonexistant players +commands.scoreboard.teams.empty.success=Removed all %d player(s) from team %s +commands.scoreboard.teams.remove.usage=/scoreboard teams remove +commands.scoreboard.teams.remove.success=Removed team %s +commands.scoreboard.teams.join.usage=/scoreboard teams join [player] +commands.scoreboard.teams.join.success=Added %d player(s) to team %s: %s +commands.scoreboard.teams.join.failure=Could not add %d player(s) to team %s: %s +commands.scoreboard.teams.leave.usage=/scoreboard teams leave [player] +commands.scoreboard.teams.leave.success=Removed %d player(s) from their teams: %s +commands.scoreboard.teams.leave.failure=Could not remove %d player(s) from their teams: %s +commands.scoreboard.teams.leave.noTeam=You are not in a team +commands.scoreboard.teams.option.usage=/scoreboard teams option +commands.scoreboard.teams.option.noValue=Valid values for option %s are: %s +commands.scoreboard.teams.option.success=Set option %s for team %s to %s +commands.execute.usage=/execute OR /execute detect +commands.execute.allInvocationsFailed=All invocations failed: '%s' +commands.execute.failed=Failed to execute '%s' as %s +commands.gamemode.success.self=Set own game mode to %s +commands.gamemode.success.other=Set %s's game mode to %s +commands.gamemode.usage=/gamemode [player] +commands.defaultgamemode.usage=/defaultgamemode +commands.defaultgamemode.success=The world's default game mode is now %s +commands.me.usage=/me +commands.help.header=--- Showing help page %d of %d (/help ) --- +commands.help.footer=Tip: Use the key while typing a command to auto-complete the command or its arguments +commands.help.usage=/help [page|command name] +commands.trigger.usage=/trigger +commands.trigger.invalidObjective=Invalid trigger name %s +commands.trigger.invalidMode=Invalid trigger mode %s +commands.trigger.disabled=Trigger %s is not enabled +commands.trigger.invalidPlayer=Only players can use the /trigger command +commands.trigger.success=Trigger %s changed with %s %s +commands.publish.usage=/publish +commands.publish.started=Local game hosted on port %s +commands.publish.failed=Unable to host local game +commands.debug.start=Started debug profiling +commands.debug.stop=Stopped debug profiling after %.2f seconds (%d ticks) +commands.debug.notStarted=Can't stop profiling when we haven't started yet! +commands.debug.usage=/debug +commands.chunkinfo.usage=/chunkinfo [ ] +commands.chunkinfo.location=Chunk location: (%d, %d, %d) +commands.chunkinfo.noChunk=No chunk found at chunk position %d, %d, %d +commands.chunkinfo.notEmpty=Chunk is not empty. +commands.chunkinfo.empty=Chunk is empty. +commands.chunkinfo.notCompiled=Chunk is not compiled. +commands.chunkinfo.compiled=Chunk is compiled. +commands.chunkinfo.hasNoRenderableLayers=Chunk has no renderable layers. +commands.chunkinfo.hasLayers=Chunk has layers: %s +commands.chunkinfo.isEmpty=Chunk has empty layers: %s +commands.chunkinfo.vertices=%s layer's buffer contains %d vertices +commands.chunkinfo.data=First 64 vertices are: %s +commands.tellraw.usage=/tellraw +commands.tellraw.jsonException=Invalid json: %s +commands.message.usage=/tell +commands.message.sameTarget=You can't send a private message to yourself! +commands.message.display.outgoing=You whisper to %s: %s +commands.message.display.incoming=%s whispers to you: %s +commands.difficulty.usage=/difficulty +commands.difficulty.success=Set game difficulty to %s +commands.spawnpoint.usage=/spawnpoint [player] [ ] +commands.spawnpoint.success=Set %s's spawn point to (%d, %d, %d) +commands.setworldspawn.usage=/setworldspawn [ ] +commands.setworldspawn.success=Set the world spawn point to (%d, %d, %d) +commands.gamerule.usage=/gamerule [value] +commands.gamerule.success=Game rule has been updated +commands.gamerule.norule=No game rule called '%s' is available +commands.gamerule.nopermission=Only server owners can change '%s' +commands.weather.usage=/weather [duration in seconds] +commands.weather.clear=Changing to clear weather +commands.weather.rain=Changing to rainy weather +commands.weather.thunder=Changing to rain and thunder +commands.testfor.usage=/testfor [dataTag] +commands.testfor.failure=%s did not match the required data structure +commands.testfor.success=Found %s +commands.testfor.tagError=Data tag parsing failed: %s +commands.seed.usage=/seed +commands.seed.success=Seed: %s +commands.spreadplayers.usage=/spreadplayers +commands.spreadplayers.spreading.teams=Spreading %s teams %s blocks around %s,%s (min %s blocks apart) +commands.spreadplayers.spreading.players=Spreading %s players %s blocks around %s,%s (min %s blocks apart) +commands.spreadplayers.success.teams=Successfully spread %s teams around %s,%s +commands.spreadplayers.success.players=Successfully spread %s players around %s,%s +commands.spreadplayers.info.teams=(Average distance between teams is %s blocks apart after %s iterations) +commands.spreadplayers.info.players=(Average distance between players is %s blocks apart after %s iterations) +commands.spreadplayers.failure.teams=Could not spread %s teams around %s,%s (too many players for space - try using spread of at most %s) +commands.spreadplayers.failure.players=Could not spread %s players around %s,%s (too many players for space - try using spread of at most %s) +commands.achievement.usage=/achievement [player] +commands.achievement.unknownAchievement=Unknown achievement or statistic '%s' +commands.achievement.alreadyHave=Player %s already has achievement %s +commands.achievement.dontHave=Player %s doesn't have achievement %s +commands.achievement.give.success.all=Successfully given all achievements to %s +commands.achievement.give.success.one=Successfully given %s the stat %s +commands.achievement.take.success.all=Successfully taken all achievements from %s +commands.achievement.take.success.one=Successfully taken the stat %s from %s +commands.achievement.statTooLow=Player %s does not have the stat %s +commands.worldborder.usage=/worldborder ... +commands.worldborder.add.usage=/worldborder add [timeInSeconds] +commands.worldborder.set.usage=/worldborder set [timeInSeconds] +commands.worldborder.set.success=Set world border to %s blocks wide (from %s blocks) +commands.worldborder.get.success=World border is currently %s blocks wide +commands.worldborder.setSlowly.shrink.success=Shrinking world border to %s blocks wide (down from %s blocks) over %s seconds +commands.worldborder.setSlowly.grow.success=Growing world border to %s blocks wide (up from %s blocks) over %s seconds +commands.worldborder.center.usage=/worldborder center +commands.worldborder.center.success=Set world border center to %s,%s +commands.worldborder.damage.usage=/worldborder damage +commands.worldborder.damage.buffer.usage=/worldborder damage buffer +commands.worldborder.damage.buffer.success=Set world border damage buffer to %s blocks (from %s blocks) +commands.worldborder.damage.amount.usage=/worldborder damage amount +commands.worldborder.damage.amount.success=Set world border damage amount to %s per block (from %s per block) +commands.worldborder.warning.usage=/worldborder warning +commands.worldborder.warning.time.usage=/worldborder warning time +commands.worldborder.warning.time.success=Set world border warning to %s seconds away (from %s seconds) +commands.worldborder.warning.distance.usage=/worldborder warning distance +commands.worldborder.warning.distance.success=Set world border warning to %s blocks away (from %s blocks) +commands.title.usage=/title ... +commands.title.usage.title=/title title|subtitle +commands.title.usage.clear=/title clear|reset +commands.title.usage.times=/title times +commands.title.success=Title command successfully executed + +itemGroup.buildingBlocks=Building Blocks +itemGroup.decorations=Decoration Blocks +itemGroup.redstone=Redstone +itemGroup.transportation=Transportation +itemGroup.misc=Miscellaneous +itemGroup.search=Search Items +itemGroup.food=Foodstuffs +itemGroup.tools=Tools +itemGroup.combat=Combat +itemGroup.brewing=Brewing +itemGroup.materials=Materials +itemGroup.inventory=Survival Inventory + +inventory.binSlot=Destroy Item + +advMode.setCommand=Set Console Command for Block +advMode.setCommand.success=Command set: %s +advMode.command=Console Command +advMode.nearestPlayer=Use "@p" to target nearest player +advMode.randomPlayer=Use "@r" to target random player +advMode.allPlayers=Use "@a" to target all players +advMode.allEntities=Use "@e" to target all entities +advMode.previousOutput=Previous Output + +advMode.notEnabled=Command blocks are not enabled on this server +advMode.notAllowed=Must be an opped player in creative mode + +mount.onboard=Press %1$s to dismount + +build.tooHigh=Height limit for building is %s blocks + +attribute.modifier.plus.0=+%d %s +attribute.modifier.plus.1=+%d%% %s +attribute.modifier.plus.2=+%d%% %s +attribute.modifier.take.0=-%d %s +attribute.modifier.take.1=-%d%% %s +attribute.modifier.take.2=-%d%% %s + +attribute.name.horse.jumpStrength=Horse Jump Strength +attribute.name.zombie.spawnReinforcements=Zombie Reinforcements +attribute.name.generic.maxHealth=Max Health +attribute.name.generic.followRange=Mob Follow Range +attribute.name.generic.knockbackResistance=Knockback Resistance +attribute.name.generic.movementSpeed=Speed +attribute.name.generic.attackDamage=Attack Damage + +screenshot.success=Saved screenshot as %s +screenshot.failure=Couldn't save screenshot: %s + +stream.user.mode.moderator=Moderator +stream.user.mode.moderator.self=Moderator on your channel +stream.user.mode.moderator.other=Moderator on %s's channel +stream.user.mode.broadcaster=Broadcaster +stream.user.mode.broadcaster.self=Broadcaster (You!) +stream.user.mode.broadcaster.other=Broadcaster +stream.user.mode.administrator=Twitch Administrator +stream.user.mode.staff=Twitch Staff +stream.user.mode.banned=Banned +stream.user.mode.banned.self=Banned on your channel +stream.user.mode.banned.other=Banned on %s's channel +stream.user.subscription.subscriber=Subscriber +stream.user.subscription.subscriber.self=Subscriber to your channel +stream.user.subscription.subscriber.other=Subscriber to %s's channel +stream.user.subscription.turbo=Twitch Turbo + +stream.unavailable.title=Twitch Broadcasting Unavailable +stream.unavailable.report_to_mojang=Report to Mojang + +stream.confirm_start=Are you sure you want to start broadcasting? + +stream.unavailable.account_not_bound=Before you can broadcast Minecraft through Twitch, you will need to link your Twitch account on mojang.com. Would you like to do that now? +stream.unavailable.account_not_bound.okay=Link Accounts +stream.unavailable.account_not_migrated=Before you can broadcast Minecraft through Twitch, you will need to migrate your Minecraft account to a Mojang account. Would you like to do that now? +stream.unavailable.account_not_migrated.okay=Migrate Account +stream.unavailable.failed_auth=Authentication to Twitch failed. Please go to mojang.com and rebind your Twitch account. +stream.unavailable.failed_auth.okay=Rebind Accounts +stream.unavailable.failed_auth_error=Unable to authenticate to Twitch. Please try again later. +stream.unavailable.initialization_failure=Unable to initialize the Twitch SDK. +stream.unavailable.initialization_failure.extra=(Reason: %s) +stream.unavailable.library_arch_mismatch=The custom java version used to launch Minecraft has a different architecture than the one used to run the launcher. Please make sure these are the same, either 32-bit or 64-bit for both. +stream.unavailable.library_failure=Unable to load the libraries needed for the integrated Twitch broadcasting service. +stream.unavailable.no_fbo=Your video card needs to support at least OpenGL version 3.0 or support Framebuffer Objects via an extension to use the integrated Twitch broadcasting. +stream.unavailable.no_fbo.version=You are currently using: %s +stream.unavailable.no_fbo.blend=Separate blending support via EXT is: %s +stream.unavailable.no_fbo.arb=Framebuffer object support via ARB is: %s +stream.unavailable.no_fbo.ext=Framebuffer object support via EXT is: %s +stream.unavailable.not_supported.windows=Unfortunately the integrated Twitch broadcasting requires a newer version of Windows than you are on. You must have at least Windows Vista or newer. +stream.unavailable.not_supported.mac=Unfortunately the integrated Twitch broadcasting on Mac requires a version of OSX newer than the one you are on. You must use 10.7 (Mac OS X Lion) or newer to be able to use this service. Would you like to visit apple.com to learn about upgrading? +stream.unavailable.not_supported.mac.okay=Upgrade +stream.unavailable.not_supported.other=Unfortunately the integrated Twitch broadcasting service requires Windows (Vista or newer) or Mac OS X (10.7/Lion or newer) +stream.unavailable.unknown=Unfortunately you cannot broadcast to Twitch at this time. And we don't know why :'( +stream.unavailable.unknown.chat=Could not start stream: %s + +stream.unavailable.soundflower.chat=Soundflower is required to be able to stream on Mac. %s +stream.unavailable.soundflower.chat.link=Please click here to install it. + +stream.userinfo.chatTooltip=Click to manage user +stream.userinfo.timeout=Timeout +stream.userinfo.ban=Ban +stream.userinfo.unban=Unban +stream.userinfo.mod=Promote to Moderator +stream.userinfo.unmod=Demote from Moderator + +item.banner.black.name=Black Banner +item.banner.red.name=Red Banner +item.banner.green.name=Green Banner +item.banner.brown.name=Brown Banner +item.banner.blue.name=Blue Banner +item.banner.purple.name=Purple Banner +item.banner.cyan.name=Cyan Banner +item.banner.silver.name=Light Gray Banner +item.banner.gray.name=Gray Banner +item.banner.pink.name=Pink Banner +item.banner.lime.name=Lime Banner +item.banner.yellow.name=Yellow Banner +item.banner.lightBlue.name=Light Blue Banner +item.banner.magenta.name=Magenta Banner +item.banner.orange.name=Orange Banner +item.banner.white.name=White Banner + +item.banner.square_bottom_left.black=Black Base Dexter Canton +item.banner.square_bottom_left.red=Red Base Dexter Canton +item.banner.square_bottom_left.green=Green Base Dexter Canton +item.banner.square_bottom_left.brown=Brown Base Dexter Canton +item.banner.square_bottom_left.blue=Blue Base Dexter Canton +item.banner.square_bottom_left.purple=Purple Base Dexter Canton +item.banner.square_bottom_left.cyan=Cyan Base Dexter Canton +item.banner.square_bottom_left.silver=Light Gray Base Dexter Canton +item.banner.square_bottom_left.gray=Gray Base Dexter Canton +item.banner.square_bottom_left.pink=Pink Base Dexter Canton +item.banner.square_bottom_left.lime=Lime Base Dexter Canton +item.banner.square_bottom_left.yellow=Yellow Base Dexter Canton +item.banner.square_bottom_left.lightBlue=Light Blue Base Dexter Canton +item.banner.square_bottom_left.magenta=Magenta Base Dexter Canton +item.banner.square_bottom_left.orange=Orange Base Dexter Canton +item.banner.square_bottom_left.white=White Base Dexter Canton + +item.banner.square_bottom_right.black=Black Base Sinister Canton +item.banner.square_bottom_right.red=Red Base Sinister Canton +item.banner.square_bottom_right.green=Green Base Sinister Canton +item.banner.square_bottom_right.brown=Brown Base Sinister Canton +item.banner.square_bottom_right.blue=Blue Base Sinister Canton +item.banner.square_bottom_right.purple=Purple Base Sinister Canton +item.banner.square_bottom_right.cyan=Cyan Base Sinister Canton +item.banner.square_bottom_right.silver=Light Gray Base Sinister Canton +item.banner.square_bottom_right.gray=Gray Base Sinister Canton +item.banner.square_bottom_right.pink=Pink Base Sinister Canton +item.banner.square_bottom_right.lime=Lime Base Sinister Canton +item.banner.square_bottom_right.yellow=Yellow Base Sinister Canton +item.banner.square_bottom_right.lightBlue=Light Blue Base Sinister Canton +item.banner.square_bottom_right.magenta=Magenta Base Sinister Canton +item.banner.square_bottom_right.orange=Orange Base Sinister Canton +item.banner.square_bottom_right.white=White Base Sinister Canton + +item.banner.square_top_left.black=Black Chief Dexter Canton +item.banner.square_top_left.red=Red Chief Dexter Canton +item.banner.square_top_left.green=Green Chief Dexter Canton +item.banner.square_top_left.brown=Brown Chief Dexter Canton +item.banner.square_top_left.blue=Blue Chief Dexter Canton +item.banner.square_top_left.purple=Purple Chief Dexter Canton +item.banner.square_top_left.cyan=Cyan Chief Dexter Canton +item.banner.square_top_left.silver=Light Gray Chief Dexter Canton +item.banner.square_top_left.gray=Gray Chief Dexter Canton +item.banner.square_top_left.pink=Pink Chief Dexter Canton +item.banner.square_top_left.lime=Lime Chief Dexter Canton +item.banner.square_top_left.yellow=Yellow Chief Dexter Canton +item.banner.square_top_left.lightBlue=Light Blue Chief Dexter Canton +item.banner.square_top_left.magenta=Magenta Chief Dexter Canton +item.banner.square_top_left.orange=Orange Chief Dexter Canton +item.banner.square_top_left.white=White Chief Dexter Canton + +item.banner.square_top_right.black=Black Chief Sinister Canton +item.banner.square_top_right.red=Red Chief Sinister Canton +item.banner.square_top_right.green=Green Chief Sinister Canton +item.banner.square_top_right.brown=Brown Chief Sinister Canton +item.banner.square_top_right.blue=Blue Chief Sinister Canton +item.banner.square_top_right.purple=Purple Chief Sinister Canton +item.banner.square_top_right.cyan=Cyan Chief Sinister Canton +item.banner.square_top_right.silver=Light Gray Chief Sinister Canton +item.banner.square_top_right.gray=Gray Chief Sinister Canton +item.banner.square_top_right.pink=Pink Chief Sinister Canton +item.banner.square_top_right.lime=Lime Chief Sinister Canton +item.banner.square_top_right.yellow=Yellow Chief Sinister Canton +item.banner.square_top_right.lightBlue=Light Blue Chief Sinister Canton +item.banner.square_top_right.magenta=Magenta Chief Sinister Canton +item.banner.square_top_right.orange=Orange Chief Sinister Canton +item.banner.square_top_right.white=White Chief Sinister Canton + +item.banner.stripe_bottom.black=Black Base Fess +item.banner.stripe_bottom.red=Red Base Fess +item.banner.stripe_bottom.green=Green Base Fess +item.banner.stripe_bottom.brown=Brown Base Fess +item.banner.stripe_bottom.blue=Blue Base Fess +item.banner.stripe_bottom.purple=Purple Base Fess +item.banner.stripe_bottom.cyan=Cyan Base Fess +item.banner.stripe_bottom.silver=Light Gray Base Fess +item.banner.stripe_bottom.gray=Gray Base Fess +item.banner.stripe_bottom.pink=Pink Base Fess +item.banner.stripe_bottom.lime=Lime Base Fess +item.banner.stripe_bottom.yellow=Yellow Base Fess +item.banner.stripe_bottom.lightBlue=Light Blue Base Fess +item.banner.stripe_bottom.magenta=Magenta Base Fess +item.banner.stripe_bottom.orange=Orange Base Fess +item.banner.stripe_bottom.white=White Base Fess + +item.banner.stripe_top.black=Black Chief Fess +item.banner.stripe_top.red=Red Chief Fess +item.banner.stripe_top.green=Green Chief Fess +item.banner.stripe_top.brown=Brown Chief Fess +item.banner.stripe_top.blue=Blue Chief Fess +item.banner.stripe_top.purple=Purple Chief Fess +item.banner.stripe_top.cyan=Cyan Chief Fess +item.banner.stripe_top.silver=Light Gray Chief Fess +item.banner.stripe_top.gray=Gray Chief Fess +item.banner.stripe_top.pink=Pink Chief Fess +item.banner.stripe_top.lime=Lime Chief Fess +item.banner.stripe_top.yellow=Yellow Chief Fess +item.banner.stripe_top.lightBlue=Light Blue Chief Fess +item.banner.stripe_top.magenta=Magenta Chief Fess +item.banner.stripe_top.orange=Orange Chief Fess +item.banner.stripe_top.white=White Chief Fess + +item.banner.stripe_left.black=Black Pale Dexter +item.banner.stripe_left.red=Red Pale Dexter +item.banner.stripe_left.green=Green Pale Dexter +item.banner.stripe_left.brown=Brown Pale Dexter +item.banner.stripe_left.blue=Blue Pale Dexter +item.banner.stripe_left.purple=Purple Pale Dexter +item.banner.stripe_left.cyan=Cyan Pale Dexter +item.banner.stripe_left.silver=Light Gray Pale Dexter +item.banner.stripe_left.gray=Gray Pale Dexter +item.banner.stripe_left.pink=Pink Pale Dexter +item.banner.stripe_left.lime=Lime Pale Dexter +item.banner.stripe_left.yellow=Yellow Pale Dexter +item.banner.stripe_left.lightBlue=Light Blue Pale Dexter +item.banner.stripe_left.magenta=Magenta Pale Dexter +item.banner.stripe_left.orange=Orange Pale Dexter +item.banner.stripe_left.white=White Pale Dexter + +item.banner.stripe_right.black=Black Pale Sinister +item.banner.stripe_right.red=Red Pale Sinister +item.banner.stripe_right.green=Green Pale Sinister +item.banner.stripe_right.brown=Brown Pale Sinister +item.banner.stripe_right.blue=Blue Pale Sinister +item.banner.stripe_right.purple=Purple Pale Sinister +item.banner.stripe_right.cyan=Cyan Pale Sinister +item.banner.stripe_right.silver=Light Gray Pale Sinister +item.banner.stripe_right.gray=Gray Pale Sinister +item.banner.stripe_right.pink=Pink Pale Sinister +item.banner.stripe_right.lime=Lime Pale Sinister +item.banner.stripe_right.yellow=Yellow Pale Sinister +item.banner.stripe_right.lightBlue=Light Blue Pale Sinister +item.banner.stripe_right.magenta=Magenta Pale Sinister +item.banner.stripe_right.orange=Orange Pale Sinister +item.banner.stripe_right.white=White Pale Sinister + +item.banner.stripe_center.black=Black Pale +item.banner.stripe_center.red=Red Pale +item.banner.stripe_center.green=Green Pale +item.banner.stripe_center.brown=Brown Pale +item.banner.stripe_center.blue=Blue Pale +item.banner.stripe_center.purple=Purple Pale +item.banner.stripe_center.cyan=Cyan Pale +item.banner.stripe_center.silver=Light Gray Pale +item.banner.stripe_center.gray=Gray Pale +item.banner.stripe_center.pink=Pink Pale +item.banner.stripe_center.lime=Lime Pale +item.banner.stripe_center.yellow=Yellow Pale +item.banner.stripe_center.lightBlue=Light Blue Pale +item.banner.stripe_center.magenta=Magenta Pale +item.banner.stripe_center.orange=Orange Pale +item.banner.stripe_center.white=White Pale + +item.banner.stripe_middle.black=Black Fess +item.banner.stripe_middle.red=Red Fess +item.banner.stripe_middle.green=Green Fess +item.banner.stripe_middle.brown=Brown Fess +item.banner.stripe_middle.blue=Blue Fess +item.banner.stripe_middle.purple=Purple Fess +item.banner.stripe_middle.cyan=Cyan Fess +item.banner.stripe_middle.silver=Light Gray Fess +item.banner.stripe_middle.gray=Gray Fess +item.banner.stripe_middle.pink=Pink Fess +item.banner.stripe_middle.lime=Lime Fess +item.banner.stripe_middle.yellow=Yellow Fess +item.banner.stripe_middle.lightBlue=Light Blue Fess +item.banner.stripe_middle.magenta=Magenta Fess +item.banner.stripe_middle.orange=Orange Fess +item.banner.stripe_middle.white=White Fess + +item.banner.stripe_downright.black=Black Bend +item.banner.stripe_downright.red=Red Bend +item.banner.stripe_downright.green=Green Bend +item.banner.stripe_downright.brown=Brown Bend +item.banner.stripe_downright.blue=Blue Bend +item.banner.stripe_downright.purple=Purple Bend +item.banner.stripe_downright.cyan=Cyan Bend +item.banner.stripe_downright.silver=Light Gray Bend +item.banner.stripe_downright.gray=Gray Bend +item.banner.stripe_downright.pink=Pink Bend +item.banner.stripe_downright.lime=Lime Bend +item.banner.stripe_downright.yellow=Yellow Bend +item.banner.stripe_downright.lightBlue=Light Blue Bend +item.banner.stripe_downright.magenta=Magenta Bend +item.banner.stripe_downright.orange=Orange Bend +item.banner.stripe_downright.white=White Bend + +item.banner.stripe_downleft.black=Black Bend Sinister +item.banner.stripe_downleft.red=Red Bend Sinister +item.banner.stripe_downleft.green=Green Bend Sinister +item.banner.stripe_downleft.brown=Brown Bend Sinister +item.banner.stripe_downleft.blue=Blue Bend Sinister +item.banner.stripe_downleft.purple=Purple Bend Sinister +item.banner.stripe_downleft.cyan=Cyan Bend Sinister +item.banner.stripe_downleft.silver=Light Gray Bend Sinister +item.banner.stripe_downleft.gray=Gray Bend Sinister +item.banner.stripe_downleft.pink=Pink Bend Sinister +item.banner.stripe_downleft.lime=Lime Bend Sinister +item.banner.stripe_downleft.yellow=Yellow Bend Sinister +item.banner.stripe_downleft.lightBlue=Light Blue Bend Sinister +item.banner.stripe_downleft.magenta=Magenta Bend Sinister +item.banner.stripe_downleft.orange=Orange Bend Sinister +item.banner.stripe_downleft.white=White Bend Sinister + +item.banner.small_stripes.black=Black Paly +item.banner.small_stripes.red=Red Paly +item.banner.small_stripes.green=Green Paly +item.banner.small_stripes.brown=Brown Paly +item.banner.small_stripes.blue=Blue Paly +item.banner.small_stripes.purple=Purple Paly +item.banner.small_stripes.cyan=Cyan Paly +item.banner.small_stripes.silver=Light Gray Paly +item.banner.small_stripes.gray=Gray Paly +item.banner.small_stripes.pink=Pink Paly +item.banner.small_stripes.lime=Lime Paly +item.banner.small_stripes.yellow=Yellow Paly +item.banner.small_stripes.lightBlue=Light Blue Paly +item.banner.small_stripes.magenta=Magenta Paly +item.banner.small_stripes.orange=Orange Paly +item.banner.small_stripes.white=White Paly + +item.banner.cross.black=Black Saltire +item.banner.cross.red=Red Saltire +item.banner.cross.green=Green Saltire +item.banner.cross.brown=Brown Saltire +item.banner.cross.blue=Blue Saltire +item.banner.cross.purple=Purple Saltire +item.banner.cross.cyan=Cyan Saltire +item.banner.cross.silver=Light Gray Saltire +item.banner.cross.gray=Gray Saltire +item.banner.cross.pink=Pink Saltire +item.banner.cross.lime=Lime Saltire +item.banner.cross.yellow=Yellow Saltire +item.banner.cross.lightBlue=Light Blue Saltire +item.banner.cross.magenta=Magenta Saltire +item.banner.cross.orange=Orange Saltire +item.banner.cross.white=White Saltire + +item.banner.triangle_bottom.black=Black Chevron +item.banner.triangle_bottom.red=Red Chevron +item.banner.triangle_bottom.green=Green Chevron +item.banner.triangle_bottom.brown=Brown Chevron +item.banner.triangle_bottom.blue=Blue Chevron +item.banner.triangle_bottom.purple=Purple Chevron +item.banner.triangle_bottom.cyan=Cyan Chevron +item.banner.triangle_bottom.silver=Light Gray Chevron +item.banner.triangle_bottom.gray=Gray Chevron +item.banner.triangle_bottom.pink=Pink Chevron +item.banner.triangle_bottom.lime=Lime Chevron +item.banner.triangle_bottom.yellow=Yellow Chevron +item.banner.triangle_bottom.lightBlue=Light Blue Chevron +item.banner.triangle_bottom.magenta=Magenta Chevron +item.banner.triangle_bottom.orange=Orange Chevron +item.banner.triangle_bottom.white=White Chevron + +item.banner.triangle_top.black=Black Inverted Chevron +item.banner.triangle_top.red=Red Inverted Chevron +item.banner.triangle_top.green=Green Inverted Chevron +item.banner.triangle_top.brown=Brown Inverted Chevron +item.banner.triangle_top.blue=Blue Inverted Chevron +item.banner.triangle_top.purple=Purple Inverted Chevron +item.banner.triangle_top.cyan=Cyan Inverted Chevron +item.banner.triangle_top.silver=Light Gray Inverted Chevron +item.banner.triangle_top.gray=Gray Inverted Chevron +item.banner.triangle_top.pink=Pink Inverted Chevron +item.banner.triangle_top.lime=Lime Inverted Chevron +item.banner.triangle_top.yellow=Yellow Inverted Chevron +item.banner.triangle_top.lightBlue=Light Blue Inverted Chevron +item.banner.triangle_top.magenta=Magenta Inverted Chevron +item.banner.triangle_top.orange=Orange Inverted Chevron +item.banner.triangle_top.white=White Inverted Chevron + +item.banner.triangles_bottom.black=Black Base Indented +item.banner.triangles_bottom.red=Red Base Indented +item.banner.triangles_bottom.green=Green Base Indented +item.banner.triangles_bottom.brown=Brown Base Indented +item.banner.triangles_bottom.blue=Blue Base Indented +item.banner.triangles_bottom.purple=Purple Base Indented +item.banner.triangles_bottom.cyan=Cyan Base Indented +item.banner.triangles_bottom.silver=Light Gray Base Indented +item.banner.triangles_bottom.gray=Gray Base Indented +item.banner.triangles_bottom.pink=Pink Base Indented +item.banner.triangles_bottom.lime=Lime Base Indented +item.banner.triangles_bottom.yellow=Yellow Base Indented +item.banner.triangles_bottom.lightBlue=Light Blue Base Indented +item.banner.triangles_bottom.magenta=Magenta Base Indented +item.banner.triangles_bottom.orange=Orange Base Indented +item.banner.triangles_bottom.white=White Base Indented + +item.banner.triangles_top.black=Black Chief Indented +item.banner.triangles_top.red=Red Chief Indented +item.banner.triangles_top.green=Green Chief Indented +item.banner.triangles_top.brown=Brown Chief Indented +item.banner.triangles_top.blue=Blue Chief Indented +item.banner.triangles_top.purple=Purple Chief Indented +item.banner.triangles_top.cyan=Cyan Chief Indented +item.banner.triangles_top.silver=Light Gray Chief Indented +item.banner.triangles_top.gray=Gray Chief Indented +item.banner.triangles_top.pink=Pink Chief Indented +item.banner.triangles_top.lime=Lime Chief Indented +item.banner.triangles_top.yellow=Yellow Chief Indented +item.banner.triangles_top.lightBlue=Light Blue Chief Indented +item.banner.triangles_top.magenta=Magenta Chief Indented +item.banner.triangles_top.orange=Orange Chief Indented +item.banner.triangles_top.white=White Chief Indented + +item.banner.diagonal_left.black=Black Per Bend Sinister +item.banner.diagonal_left.red=Red Per Bend Sinister +item.banner.diagonal_left.green=Green Per Bend Sinister +item.banner.diagonal_left.brown=Brown Per Bend Sinister +item.banner.diagonal_left.blue=Blue Per Bend Sinister +item.banner.diagonal_left.purple=Purple Per Bend Sinister +item.banner.diagonal_left.cyan=Cyan Per Bend Sinister +item.banner.diagonal_left.silver=Light Gray Per Bend Sinister +item.banner.diagonal_left.gray=Gray Per Bend Sinister +item.banner.diagonal_left.pink=Pink Per Bend Sinister +item.banner.diagonal_left.lime=Lime Per Bend Sinister +item.banner.diagonal_left.yellow=Yellow Per Bend Sinister +item.banner.diagonal_left.lightBlue=Light Blue Per Bend Sinister +item.banner.diagonal_left.magenta=Magenta Per Bend Sinister +item.banner.diagonal_left.orange=Orange Per Bend Sinister +item.banner.diagonal_left.white=White Per Bend Sinister + +item.banner.diagonal_right.black=Black Per Bend +item.banner.diagonal_right.red=Red Per Bend +item.banner.diagonal_right.green=Green Per Bend +item.banner.diagonal_right.brown=Brown Per Bend +item.banner.diagonal_right.blue=Blue Per Bend +item.banner.diagonal_right.purple=Purple Per Bend +item.banner.diagonal_right.cyan=Cyan Per Bend +item.banner.diagonal_right.silver=Light Gray Per Bend +item.banner.diagonal_right.gray=Gray Per Bend +item.banner.diagonal_right.pink=Pink Per Bend +item.banner.diagonal_right.lime=Lime Per Bend +item.banner.diagonal_right.yellow=Yellow Per Bend +item.banner.diagonal_right.lightBlue=Light Blue Per Bend +item.banner.diagonal_right.magenta=Magenta Per Bend +item.banner.diagonal_right.orange=Orange Per Bend +item.banner.diagonal_right.white=White Per Bend + +item.banner.diagonal_up_left.black=Black Per Bend Inverted +item.banner.diagonal_up_left.red=Red Per Bend Inverted +item.banner.diagonal_up_left.green=Green Per Bend Inverted +item.banner.diagonal_up_left.brown=Brown Per Bend Inverted +item.banner.diagonal_up_left.blue=Blue Per Bend Inverted +item.banner.diagonal_up_left.purple=Purple Per Bend Inverted +item.banner.diagonal_up_left.cyan=Cyan Per Bend Inverted +item.banner.diagonal_up_left.silver=Light Gray Per Bend Inverted +item.banner.diagonal_up_left.gray=Gray Per Bend Inverted +item.banner.diagonal_up_left.pink=Pink Per Bend Inverted +item.banner.diagonal_up_left.lime=Lime Per Bend Inverted +item.banner.diagonal_up_left.yellow=Yellow Per Bend Inverted +item.banner.diagonal_up_left.lightBlue=Light Blue Per Bend Inverted +item.banner.diagonal_up_left.magenta=Magenta Per Bend Inverted +item.banner.diagonal_up_left.orange=Orange Per Bend Inverted +item.banner.diagonal_up_left.white=White Per Bend Inverted + +item.banner.diagonal_up_right.black=Black Per Bend Sinister Inverted +item.banner.diagonal_up_right.red=Red Per Bend Sinister Inverted +item.banner.diagonal_up_right.green=Green Per Bend Sinister Inverted +item.banner.diagonal_up_right.brown=Brown Per Bend Sinister Inverted +item.banner.diagonal_up_right.blue=Blue Per Bend Sinister Inverted +item.banner.diagonal_up_right.purple=Purple Per Bend Sinister Inverted +item.banner.diagonal_up_right.cyan=Cyan Per Bend Sinister Inverted +item.banner.diagonal_up_right.silver=Light Gray Per Bend Sinister Inverted +item.banner.diagonal_up_right.gray=Gray Per Bend Sinister Inverted +item.banner.diagonal_up_right.pink=Pink Per Bend Sinister Inverted +item.banner.diagonal_up_right.lime=Lime Per Bend Sinister Inverted +item.banner.diagonal_up_right.yellow=Yellow Per Bend Sinister Inverted +item.banner.diagonal_up_right.lightBlue=Light Blue Per Bend Sinister Inverted +item.banner.diagonal_up_right.magenta=Magenta Per Bend Sinister Inverted +item.banner.diagonal_up_right.orange=Orange Per Bend Sinister Inverted +item.banner.diagonal_up_right.white=White Per Bend Sinister Inverted + +item.banner.circle.black=Black Roundel +item.banner.circle.red=Red Roundel +item.banner.circle.green=Green Roundel +item.banner.circle.brown=Brown Roundel +item.banner.circle.blue=Blue Roundel +item.banner.circle.purple=Purple Roundel +item.banner.circle.cyan=Cyan Roundel +item.banner.circle.silver=Light Gray Roundel +item.banner.circle.gray=Gray Roundel +item.banner.circle.pink=Pink Roundel +item.banner.circle.lime=Lime Roundel +item.banner.circle.yellow=Yellow Roundel +item.banner.circle.lightBlue=Light Blue Roundel +item.banner.circle.magenta=Magenta Roundel +item.banner.circle.orange=Orange Roundel +item.banner.circle.white=White Roundel + +item.banner.rhombus.black=Black Lozenge +item.banner.rhombus.red=Red Lozenge +item.banner.rhombus.green=Green Lozenge +item.banner.rhombus.brown=Brown Lozenge +item.banner.rhombus.blue=Blue Lozenge +item.banner.rhombus.purple=Purple Lozenge +item.banner.rhombus.cyan=Cyan Lozenge +item.banner.rhombus.silver=Light Gray Lozenge +item.banner.rhombus.gray=Gray Lozenge +item.banner.rhombus.pink=Pink Lozenge +item.banner.rhombus.lime=Lime Lozenge +item.banner.rhombus.yellow=Yellow Lozenge +item.banner.rhombus.lightBlue=Light Blue Lozenge +item.banner.rhombus.magenta=Magenta Lozenge +item.banner.rhombus.orange=Orange Lozenge +item.banner.rhombus.white=White Lozenge + +item.banner.half_vertical.black=Black Per Pale +item.banner.half_vertical.red=Red Per Pale +item.banner.half_vertical.green=Green Per Pale +item.banner.half_vertical.brown=Brown Per Pale +item.banner.half_vertical.blue=Blue Per Pale +item.banner.half_vertical.purple=Purple Per Pale +item.banner.half_vertical.cyan=Cyan Per Pale +item.banner.half_vertical.silver=Light Gray Per Pale +item.banner.half_vertical.gray=Gray Per Pale +item.banner.half_vertical.pink=Pink Per Pale +item.banner.half_vertical.lime=Lime Per Pale +item.banner.half_vertical.yellow=Yellow Per Pale +item.banner.half_vertical.lightBlue=Light Blue Per Pale +item.banner.half_vertical.magenta=Magenta Per Pale +item.banner.half_vertical.orange=Orange Per Pale +item.banner.half_vertical.white=White Per Pale + +item.banner.half_horizontal.black=Black Per Fess +item.banner.half_horizontal.red=Red Per Fess +item.banner.half_horizontal.green=Green Per Fess +item.banner.half_horizontal.brown=Brown Per Fess +item.banner.half_horizontal.blue=Blue Per Fess +item.banner.half_horizontal.purple=Purple Per Fess +item.banner.half_horizontal.cyan=Cyan Per Fess +item.banner.half_horizontal.silver=Light Gray Per Fess +item.banner.half_horizontal.gray=Gray Per Fess +item.banner.half_horizontal.pink=Pink Per Fess +item.banner.half_horizontal.lime=Lime Per Fess +item.banner.half_horizontal.yellow=Yellow Per Fess +item.banner.half_horizontal.lightBlue=Light Blue Per Fess +item.banner.half_horizontal.magenta=Magenta Per Fess +item.banner.half_horizontal.orange=Orange Per Fess +item.banner.half_horizontal.white=White Per Fess + +item.banner.half_vertical_right.black=Black Per Pale Inverted +item.banner.half_vertical_right.red=Red Per Pale Inverted +item.banner.half_vertical_right.green=Green Per Pale Inverted +item.banner.half_vertical_right.brown=Brown Per Pale Inverted +item.banner.half_vertical_right.blue=Blue Per Pale Inverted +item.banner.half_vertical_right.purple=Purple Per Pale Inverted +item.banner.half_vertical_right.cyan=Cyan Per Pale Inverted +item.banner.half_vertical_right.silver=Light Gray Per Pale Inverted +item.banner.half_vertical_right.gray=Gray Per Pale Inverted +item.banner.half_vertical_right.pink=Pink Per Pale Inverted +item.banner.half_vertical_right.lime=Lime Per Pale Inverted +item.banner.half_vertical_right.yellow=Yellow Per Pale Inverted +item.banner.half_vertical_right.lightBlue=Light Blue Per Pale Inverted +item.banner.half_vertical_right.magenta=Magenta Per Pale Inverted +item.banner.half_vertical_right.orange=Orange Per Pale Inverted +item.banner.half_vertical_right.white=White Per Pale Inverted + +item.banner.half_horizontal_bottom.black=Black Per Fess Inverted +item.banner.half_horizontal_bottom.red=Red Per Fess Inverted +item.banner.half_horizontal_bottom.green=Green Per Fess Inverted +item.banner.half_horizontal_bottom.brown=Brown Per Fess Inverted +item.banner.half_horizontal_bottom.blue=Blue Per Fess Inverted +item.banner.half_horizontal_bottom.purple=Purple Per Fess Inverted +item.banner.half_horizontal_bottom.cyan=Cyan Per Fess Inverted +item.banner.half_horizontal_bottom.silver=Light Gray Per Fess Inverted +item.banner.half_horizontal_bottom.gray=Gray Per Fess Inverted +item.banner.half_horizontal_bottom.pink=Pink Per Fess Inverted +item.banner.half_horizontal_bottom.lime=Lime Per Fess Inverted +item.banner.half_horizontal_bottom.yellow=Yellow Per Fess Inverted +item.banner.half_horizontal_bottom.lightBlue=Light Blue Per Fess Inverted +item.banner.half_horizontal_bottom.magenta=Magenta Per Fess Inverted +item.banner.half_horizontal_bottom.orange=Orange Per Fess Inverted +item.banner.half_horizontal_bottom.white=White Per Fess Inverted + +item.banner.creeper.black=Black Creeper Charge +item.banner.creeper.red=Red Creeper Charge +item.banner.creeper.green=Green Creeper Charge +item.banner.creeper.brown=Brown Creeper Charge +item.banner.creeper.blue=Blue Creeper Charge +item.banner.creeper.purple=Purple Creeper Charge +item.banner.creeper.cyan=Cyan Creeper Charge +item.banner.creeper.silver=Light Gray Creeper Charge +item.banner.creeper.gray=Gray Creeper Charge +item.banner.creeper.pink=Pink Creeper Charge +item.banner.creeper.lime=Lime Creeper Charge +item.banner.creeper.yellow=Yellow Creeper Charge +item.banner.creeper.lightBlue=Light Blue Creeper Charge +item.banner.creeper.magenta=Magenta Creeper Charge +item.banner.creeper.orange=Orange Creeper Charge +item.banner.creeper.white=White Creeper Charge + +item.banner.bricks.black=Black Field Masoned +item.banner.bricks.red=Red Field Masoned +item.banner.bricks.green=Green Field Masoned +item.banner.bricks.brown=Brown Field Masoned +item.banner.bricks.blue=Blue Field Masoned +item.banner.bricks.purple=Purple Field Masoned +item.banner.bricks.cyan=Cyan Field Masoned +item.banner.bricks.silver=Light Gray Field Masoned +item.banner.bricks.gray=Gray Field Masoned +item.banner.bricks.pink=Pink Field Masoned +item.banner.bricks.lime=Lime Field Masoned +item.banner.bricks.yellow=Yellow Field Masoned +item.banner.bricks.lightBlue=Light Blue Field Masoned +item.banner.bricks.magenta=Magenta Field Masoned +item.banner.bricks.orange=Orange Field Masoned +item.banner.bricks.white=White Field Masoned + +item.banner.gradient.black=Black Gradient +item.banner.gradient.red=Red Gradient +item.banner.gradient.green=Green Gradient +item.banner.gradient.brown=Brown Gradient +item.banner.gradient.blue=Blue Gradient +item.banner.gradient.purple=Purple Gradient +item.banner.gradient.cyan=Cyan Gradient +item.banner.gradient.silver=Light Gray Gradient +item.banner.gradient.gray=Gray Gradient +item.banner.gradient.pink=Pink Gradient +item.banner.gradient.lime=Lime Gradient +item.banner.gradient.yellow=Yellow Gradient +item.banner.gradient.lightBlue=Light Blue Gradient +item.banner.gradient.magenta=Magenta Gradient +item.banner.gradient.orange=Orange Gradient +item.banner.gradient.white=White Gradient + +item.banner.gradient_up.black=Black Base Gradient +item.banner.gradient_up.red=Red Base Gradient +item.banner.gradient_up.green=Green Base Gradient +item.banner.gradient_up.brown=Brown Base Gradient +item.banner.gradient_up.blue=Blue Base Gradient +item.banner.gradient_up.purple=Purple Base Gradient +item.banner.gradient_up.cyan=Cyan Base Gradient +item.banner.gradient_up.silver=Light Gray Base Gradient +item.banner.gradient_up.gray=Gray Base Gradient +item.banner.gradient_up.pink=Pink Base Gradient +item.banner.gradient_up.lime=Lime Base Gradient +item.banner.gradient_up.yellow=Yellow Base Gradient +item.banner.gradient_up.lightBlue=Light Blue Base Gradient +item.banner.gradient_up.magenta=Magenta Base Gradient +item.banner.gradient_up.orange=Orange Base Gradient +item.banner.gradient_up.white=White Base Gradient + +item.banner.skull.black=Black Skull Charge +item.banner.skull.red=Red Skull Charge +item.banner.skull.green=Green Skull Charge +item.banner.skull.brown=Brown Skull Charge +item.banner.skull.blue=Blue Skull Charge +item.banner.skull.purple=Purple Skull Charge +item.banner.skull.cyan=Cyan Skull Charge +item.banner.skull.silver=Light Gray Skull Charge +item.banner.skull.gray=Gray Skull Charge +item.banner.skull.pink=Pink Skull Charge +item.banner.skull.lime=Lime Skull Charge +item.banner.skull.yellow=Yellow Skull Charge +item.banner.skull.lightBlue=Light Blue Skull Charge +item.banner.skull.magenta=Magenta Skull Charge +item.banner.skull.orange=Orange Skull Charge +item.banner.skull.white=White Skull Charge + +item.banner.flower.black=Black Flower Charge +item.banner.flower.red=Red Flower Charge +item.banner.flower.green=Green Flower Charge +item.banner.flower.brown=Brown Flower Charge +item.banner.flower.blue=Blue Flower Charge +item.banner.flower.purple=Purple Flower Charge +item.banner.flower.cyan=Cyan Flower Charge +item.banner.flower.silver=Light Gray Flower Charge +item.banner.flower.gray=Gray Flower Charge +item.banner.flower.pink=Pink Flower Charge +item.banner.flower.lime=Lime Flower Charge +item.banner.flower.yellow=Yellow Flower Charge +item.banner.flower.lightBlue=Light Blue Flower Charge +item.banner.flower.magenta=Magenta Flower Charge +item.banner.flower.orange=Orange Flower Charge +item.banner.flower.white=White Flower Charge + +item.banner.border.black=Black Bordure +item.banner.border.red=Red Bordure +item.banner.border.green=Green Bordure +item.banner.border.brown=Brown Bordure +item.banner.border.blue=Blue Bordure +item.banner.border.purple=Purple Bordure +item.banner.border.cyan=Cyan Bordure +item.banner.border.silver=Light Gray Bordure +item.banner.border.gray=Gray Bordure +item.banner.border.pink=Pink Bordure +item.banner.border.lime=Lime Bordure +item.banner.border.yellow=Yellow Bordure +item.banner.border.lightBlue=Light Blue Bordure +item.banner.border.magenta=Magenta Bordure +item.banner.border.orange=Orange Bordure +item.banner.border.white=White Bordure + +item.banner.curly_border.black=Black Bordure Indented +item.banner.curly_border.red=Red Bordure Indented +item.banner.curly_border.green=Green Bordure Indented +item.banner.curly_border.brown=Brown Bordure Indented +item.banner.curly_border.blue=Blue Bordure Indented +item.banner.curly_border.purple=Purple Bordure Indented +item.banner.curly_border.cyan=Cyan Bordure Indented +item.banner.curly_border.silver=Light Gray Bordure Indented +item.banner.curly_border.gray=Gray Bordure Indented +item.banner.curly_border.pink=Pink Bordure Indented +item.banner.curly_border.lime=Lime Bordure Indented +item.banner.curly_border.yellow=Yellow Bordure Indented +item.banner.curly_border.lightBlue=Light Blue Bordure Indented +item.banner.curly_border.magenta=Magenta Bordure Indented +item.banner.curly_border.orange=Orange Bordure Indented +item.banner.curly_border.white=White Bordure Indented + +item.banner.mojang.black=Black Thing +item.banner.mojang.red=Red Thing +item.banner.mojang.green=Green Thing +item.banner.mojang.brown=Brown Thing +item.banner.mojang.blue=Blue Thing +item.banner.mojang.purple=Purple Thing +item.banner.mojang.cyan=Cyan Thing +item.banner.mojang.silver=Light Gray Thing +item.banner.mojang.gray=Gray Thing +item.banner.mojang.pink=Pink Thing +item.banner.mojang.lime=Lime Thing +item.banner.mojang.yellow=Yellow Thing +item.banner.mojang.lightBlue=Light Blue Thing +item.banner.mojang.magenta=Magenta Thing +item.banner.mojang.orange=Orange Thing +item.banner.mojang.white=White Thing + +item.banner.straight_cross.black=Black Cross +item.banner.straight_cross.red=Red Cross +item.banner.straight_cross.green=Green Cross +item.banner.straight_cross.brown=Brown Cross +item.banner.straight_cross.blue=Blue Cross +item.banner.straight_cross.purple=Purple Cross +item.banner.straight_cross.cyan=Cyan Cross +item.banner.straight_cross.silver=Light Gray Cross +item.banner.straight_cross.gray=Gray Cross +item.banner.straight_cross.pink=Pink Cross +item.banner.straight_cross.lime=Lime Cross +item.banner.straight_cross.yellow=Yellow Cross +item.banner.straight_cross.lightBlue=Light Blue Cross +item.banner.straight_cross.magenta=Magenta Cross +item.banner.straight_cross.orange=Orange Cross +item.banner.straight_cross.white=White Cross diff --git a/desktopRuntime/resources/assets/minecraft/models/block/acacia_bark.json b/desktopRuntime/resources/assets/minecraft/models/block/acacia_bark.json new file mode 100755 index 00000000..ec6bdd6e --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/acacia_bark.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/log_acacia" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/acacia_door_bottom.json b/desktopRuntime/resources/assets/minecraft/models/block/acacia_door_bottom.json new file mode 100755 index 00000000..2717e3fe --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/acacia_door_bottom.json @@ -0,0 +1,7 @@ +{ + "parent": "block/door_bottom", + "textures": { + "bottom": "blocks/door_acacia_lower", + "top": "blocks/door_acacia_upper" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/acacia_door_bottom_rh.json b/desktopRuntime/resources/assets/minecraft/models/block/acacia_door_bottom_rh.json new file mode 100755 index 00000000..53862dec --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/acacia_door_bottom_rh.json @@ -0,0 +1,7 @@ +{ + "parent": "block/door_bottom_rh", + "textures": { + "bottom": "blocks/door_acacia_lower", + "top": "blocks/door_acacia_upper" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/acacia_door_top.json b/desktopRuntime/resources/assets/minecraft/models/block/acacia_door_top.json new file mode 100755 index 00000000..cb8d9896 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/acacia_door_top.json @@ -0,0 +1,7 @@ +{ + "parent": "block/door_top", + "textures": { + "bottom": "blocks/door_acacia_lower", + "top": "blocks/door_acacia_upper" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/acacia_door_top_rh.json b/desktopRuntime/resources/assets/minecraft/models/block/acacia_door_top_rh.json new file mode 100755 index 00000000..7c66df36 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/acacia_door_top_rh.json @@ -0,0 +1,7 @@ +{ + "parent": "block/door_top_rh", + "textures": { + "bottom": "blocks/door_acacia_lower", + "top": "blocks/door_acacia_upper" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/acacia_fence_gate_closed.json b/desktopRuntime/resources/assets/minecraft/models/block/acacia_fence_gate_closed.json new file mode 100755 index 00000000..eb82f8ad --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/acacia_fence_gate_closed.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_gate_closed", + "textures": { + "texture": "blocks/planks_acacia" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/acacia_fence_gate_open.json b/desktopRuntime/resources/assets/minecraft/models/block/acacia_fence_gate_open.json new file mode 100755 index 00000000..48b5e8a8 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/acacia_fence_gate_open.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_gate_open", + "textures": { + "texture": "blocks/planks_acacia" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/acacia_fence_inventory.json b/desktopRuntime/resources/assets/minecraft/models/block/acacia_fence_inventory.json new file mode 100755 index 00000000..4bd3f84c --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/acacia_fence_inventory.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_inventory", + "textures": { + "texture": "blocks/planks_acacia" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/acacia_fence_n.json b/desktopRuntime/resources/assets/minecraft/models/block/acacia_fence_n.json new file mode 100755 index 00000000..0127f8cb --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/acacia_fence_n.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_n", + "textures": { + "texture": "blocks/planks_acacia" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/acacia_fence_ne.json b/desktopRuntime/resources/assets/minecraft/models/block/acacia_fence_ne.json new file mode 100755 index 00000000..eeb11681 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/acacia_fence_ne.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_ne", + "textures": { + "texture": "blocks/planks_acacia" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/acacia_fence_ns.json b/desktopRuntime/resources/assets/minecraft/models/block/acacia_fence_ns.json new file mode 100755 index 00000000..cc9ddd4e --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/acacia_fence_ns.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_ns", + "textures": { + "texture": "blocks/planks_acacia" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/acacia_fence_nse.json b/desktopRuntime/resources/assets/minecraft/models/block/acacia_fence_nse.json new file mode 100755 index 00000000..43badb64 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/acacia_fence_nse.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_nse", + "textures": { + "texture": "blocks/planks_acacia" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/acacia_fence_nsew.json b/desktopRuntime/resources/assets/minecraft/models/block/acacia_fence_nsew.json new file mode 100755 index 00000000..86bf686d --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/acacia_fence_nsew.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_nsew", + "textures": { + "texture": "blocks/planks_acacia" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/acacia_fence_post.json b/desktopRuntime/resources/assets/minecraft/models/block/acacia_fence_post.json new file mode 100755 index 00000000..3dc5e637 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/acacia_fence_post.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_post", + "textures": { + "texture": "blocks/planks_acacia" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/acacia_inner_stairs.json b/desktopRuntime/resources/assets/minecraft/models/block/acacia_inner_stairs.json new file mode 100755 index 00000000..2d0a351e --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/acacia_inner_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/inner_stairs", + "textures": { + "bottom": "blocks/planks_acacia", + "top": "blocks/planks_acacia", + "side": "blocks/planks_acacia" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/acacia_leaves.json b/desktopRuntime/resources/assets/minecraft/models/block/acacia_leaves.json new file mode 100755 index 00000000..e4f02a57 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/acacia_leaves.json @@ -0,0 +1,6 @@ +{ + "parent": "block/leaves", + "textures": { + "all": "blocks/leaves_acacia" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/acacia_log.json b/desktopRuntime/resources/assets/minecraft/models/block/acacia_log.json new file mode 100755 index 00000000..52d97838 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/acacia_log.json @@ -0,0 +1,7 @@ +{ + "parent": "block/cube_column", + "textures": { + "end": "blocks/log_acacia_top", + "side": "blocks/log_acacia" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/acacia_log_side.json b/desktopRuntime/resources/assets/minecraft/models/block/acacia_log_side.json new file mode 100755 index 00000000..7c41d8e5 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/acacia_log_side.json @@ -0,0 +1,7 @@ +{ + "parent": "block/column_side", + "textures": { + "end": "blocks/log_acacia_top", + "side": "blocks/log_acacia" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/acacia_outer_stairs.json b/desktopRuntime/resources/assets/minecraft/models/block/acacia_outer_stairs.json new file mode 100755 index 00000000..037eba3c --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/acacia_outer_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/outer_stairs", + "textures": { + "bottom": "blocks/planks_acacia", + "top": "blocks/planks_acacia", + "side": "blocks/planks_acacia" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/acacia_planks.json b/desktopRuntime/resources/assets/minecraft/models/block/acacia_planks.json new file mode 100755 index 00000000..8ab214dd --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/acacia_planks.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/planks_acacia" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/acacia_sapling.json b/desktopRuntime/resources/assets/minecraft/models/block/acacia_sapling.json new file mode 100755 index 00000000..753a7b98 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/acacia_sapling.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cross", + "textures": { + "cross": "blocks/sapling_acacia" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/acacia_stairs.json b/desktopRuntime/resources/assets/minecraft/models/block/acacia_stairs.json new file mode 100755 index 00000000..fb80c959 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/acacia_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/stairs", + "textures": { + "bottom": "blocks/planks_acacia", + "top": "blocks/planks_acacia", + "side": "blocks/planks_acacia" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/acacia_wall_gate_closed.json b/desktopRuntime/resources/assets/minecraft/models/block/acacia_wall_gate_closed.json new file mode 100755 index 00000000..6165109a --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/acacia_wall_gate_closed.json @@ -0,0 +1,6 @@ +{ + "parent": "block/wall_gate_closed", + "textures": { + "texture": "blocks/planks_acacia" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/acacia_wall_gate_open.json b/desktopRuntime/resources/assets/minecraft/models/block/acacia_wall_gate_open.json new file mode 100755 index 00000000..df736bb1 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/acacia_wall_gate_open.json @@ -0,0 +1,6 @@ +{ + "parent": "block/wall_gate_open", + "textures": { + "texture": "blocks/planks_acacia" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/activator_rail_active_flat.json b/desktopRuntime/resources/assets/minecraft/models/block/activator_rail_active_flat.json new file mode 100755 index 00000000..6cf2596d --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/activator_rail_active_flat.json @@ -0,0 +1,6 @@ +{ + "parent": "block/rail_flat", + "textures": { + "rail": "blocks/rail_activator_powered" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/activator_rail_active_raised_ne.json b/desktopRuntime/resources/assets/minecraft/models/block/activator_rail_active_raised_ne.json new file mode 100755 index 00000000..1033b74a --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/activator_rail_active_raised_ne.json @@ -0,0 +1,6 @@ +{ + "parent": "block/rail_raised_ne", + "textures": { + "rail": "blocks/rail_activator_powered" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/activator_rail_active_raised_sw.json b/desktopRuntime/resources/assets/minecraft/models/block/activator_rail_active_raised_sw.json new file mode 100755 index 00000000..a3519347 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/activator_rail_active_raised_sw.json @@ -0,0 +1,6 @@ +{ + "parent": "block/rail_raised_sw", + "textures": { + "rail": "blocks/rail_activator_powered" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/activator_rail_flat.json b/desktopRuntime/resources/assets/minecraft/models/block/activator_rail_flat.json new file mode 100755 index 00000000..db8f9968 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/activator_rail_flat.json @@ -0,0 +1,6 @@ +{ + "parent": "block/rail_flat", + "textures": { + "rail": "blocks/rail_activator" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/activator_rail_raised_ne.json b/desktopRuntime/resources/assets/minecraft/models/block/activator_rail_raised_ne.json new file mode 100755 index 00000000..10a3f573 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/activator_rail_raised_ne.json @@ -0,0 +1,6 @@ +{ + "parent": "block/rail_raised_ne", + "textures": { + "rail": "blocks/rail_activator" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/activator_rail_raised_sw.json b/desktopRuntime/resources/assets/minecraft/models/block/activator_rail_raised_sw.json new file mode 100755 index 00000000..c69a9b15 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/activator_rail_raised_sw.json @@ -0,0 +1,6 @@ +{ + "parent": "block/rail_raised_sw", + "textures": { + "rail": "blocks/rail_activator" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/allium.json b/desktopRuntime/resources/assets/minecraft/models/block/allium.json new file mode 100755 index 00000000..96c99410 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/allium.json @@ -0,0 +1,7 @@ +{ + "parent": "block/cross", + "textures": { + "particle": "blocks/flower_allium", + "cross": "blocks/flower_allium" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/andesite.json b/desktopRuntime/resources/assets/minecraft/models/block/andesite.json new file mode 100755 index 00000000..44ab92eb --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/andesite.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/stone_andesite" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/andesite_smooth.json b/desktopRuntime/resources/assets/minecraft/models/block/andesite_smooth.json new file mode 100755 index 00000000..1ca47c7d --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/andesite_smooth.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/stone_andesite_smooth" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/anvil.json b/desktopRuntime/resources/assets/minecraft/models/block/anvil.json new file mode 100755 index 00000000..e814f924 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/anvil.json @@ -0,0 +1,52 @@ +{ + "elements": [ + { "__comment": "Anvil base", + "from": [ 2, 0, 2 ], + "to": [ 14, 4, 14 ], + "faces": { + "down": { "uv": [ 2, 2, 14, 14 ], "texture": "#body", "rotation": 180, "cullface": "down" }, + "up": { "uv": [ 2, 2, 14, 14 ], "texture": "#body", "rotation": 180 }, + "north": { "uv": [ 2, 12, 14, 16 ], "texture": "#body" }, + "south": { "uv": [ 2, 12, 14, 16 ], "texture": "#body" }, + "west": { "uv": [ 0, 2, 4, 14 ], "texture": "#body", "rotation": 90 }, + "east": { "uv": [ 4, 2, 0, 14 ], "texture": "#body", "rotation": 270 } + } + }, + { "__comment": "Lower narrow portion", + "from": [ 4, 4, 3 ], + "to": [ 12, 5, 13 ], + "faces": { + "down": { "uv": [ 4, 3, 12, 13 ], "texture": "#body", "rotation": 180 }, + "up": { "uv": [ 4, 3, 12, 13 ], "texture": "#body", "rotation": 180 }, + "north": { "uv": [ 4, 11, 12, 12 ], "texture": "#body" }, + "south": { "uv": [ 4, 11, 12, 12 ], "texture": "#body" }, + "west": { "uv": [ 4, 3, 5, 13 ], "texture": "#body", "rotation": 90 }, + "east": { "uv": [ 5, 3, 4, 13 ], "texture": "#body", "rotation": 270 } + } + }, + { "__comment": "Wider section beneath top portion", + "from": [ 6, 5, 4 ], + "to": [ 10, 10, 12 ], + "faces": { + "down": { "uv": [ 10, 12, 6, 4 ], "texture": "#body", "rotation": 180 }, + "up": { "uv": [ 10, 12, 6, 4 ], "texture": "#body", "rotation": 180 }, + "north": { "uv": [ 6, 6, 10, 11 ], "texture": "#body" }, + "south": { "uv": [ 6, 6, 10, 11 ], "texture": "#body" }, + "west": { "uv": [ 5, 4, 10, 12 ], "texture": "#body", "rotation": 90 }, + "east": { "uv": [ 10, 4, 5, 12 ], "texture": "#body", "rotation": 270 } + } + }, + { "__comment": "Anvil top", + "from": [ 3, 10, 0 ], + "to": [ 13, 16, 16 ], + "faces": { + "down": { "uv": [ 3, 0, 13, 16 ], "texture": "#body", "rotation": 180 }, + "up": { "uv": [ 3, 0, 13, 16 ], "texture": "#top", "rotation": 180 }, + "north": { "uv": [ 3, 0, 13, 6 ], "texture": "#body" }, + "south": { "uv": [ 3, 0, 13, 6 ], "texture": "#body" }, + "west": { "uv": [ 10, 0, 16, 16 ], "texture": "#body", "rotation": 90 }, + "east": { "uv": [ 16, 0, 10, 16 ], "texture": "#body", "rotation": 270 } + } + } + ] +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/anvil_slightly_damaged.json b/desktopRuntime/resources/assets/minecraft/models/block/anvil_slightly_damaged.json new file mode 100755 index 00000000..a35a375b --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/anvil_slightly_damaged.json @@ -0,0 +1,8 @@ +{ + "parent": "block/anvil", + "textures": { + "particle": "blocks/anvil_base", + "body": "blocks/anvil_base", + "top": "blocks/anvil_top_damaged_1" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/anvil_undamaged.json b/desktopRuntime/resources/assets/minecraft/models/block/anvil_undamaged.json new file mode 100755 index 00000000..ff270916 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/anvil_undamaged.json @@ -0,0 +1,8 @@ +{ + "parent": "block/anvil", + "textures": { + "particle": "blocks/anvil_base", + "body": "blocks/anvil_base", + "top": "blocks/anvil_top_damaged_0" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/anvil_very_damaged.json b/desktopRuntime/resources/assets/minecraft/models/block/anvil_very_damaged.json new file mode 100755 index 00000000..5c9d1baf --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/anvil_very_damaged.json @@ -0,0 +1,8 @@ +{ + "parent": "block/anvil", + "textures": { + "particle": "blocks/anvil_base", + "body": "blocks/anvil_base", + "top": "blocks/anvil_top_damaged_2" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/bars_n.json b/desktopRuntime/resources/assets/minecraft/models/block/bars_n.json new file mode 100755 index 00000000..7053815b --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/bars_n.json @@ -0,0 +1,31 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/iron_bars", + "bars": "blocks/iron_bars", + "edge": "blocks/iron_bars" + }, + "elements": [ + { "from": [ 8, 0, 0 ], + "to": [ 8, 16, 8 ], + "faces": { + "west": { "uv": [ 8, 0, 16, 16 ], "texture": "#bars" }, + "east": { "uv": [ 8, 0, 16, 16 ], "texture": "#bars" } + } + }, + { "from": [ 7, 0, 0 ], + "to": [ 9, 16, 9 ], + "faces": { + "north": { "uv": [ 7, 0, 9, 16 ], "texture": "#edge", "cullface": "north" }, + "south": { "uv": [ 7, 0, 9, 16 ], "texture": "#edge" } + } + }, + { "from": [ 7, 0.005, 0 ], + "to": [ 9, 15.995, 9 ], + "faces": { + "down": { "uv": [ 9, 0, 7, 9 ], "texture": "#edge" }, + "up": { "uv": [ 7, 0, 9, 9 ], "texture": "#edge" } + } + } + ] +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/bars_ne.json b/desktopRuntime/resources/assets/minecraft/models/block/bars_ne.json new file mode 100755 index 00000000..1648bcfd --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/bars_ne.json @@ -0,0 +1,50 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/iron_bars", + "bars": "blocks/iron_bars", + "edge": "blocks/iron_bars" + }, + "elements": [ + { "from": [ 8, 0, 0 ], + "to": [ 8, 16, 8 ], + "faces": { + "west": { "uv": [ 0, 0, 8, 16 ], "texture": "#bars" }, + "east": { "uv": [ 8, 0, 16, 16 ], "texture": "#bars" } + } + }, + { "from": [ 7, 0, 0 ], + "to": [ 9, 16, 0 ], + "faces": { + "north": { "uv": [ 7, 0, 9, 16 ], "texture": "#edge", "cullface": "north" } + } + }, + { "from": [ 7, 0.005, 0 ], + "to": [ 9, 15.995, 9 ], + "faces": { + "down": { "uv": [ 9, 0, 7, 9 ], "texture": "#edge" }, + "up": { "uv": [ 7, 0, 9, 9 ], "texture": "#edge" } + } + }, + { "from": [ 8, 0, 8 ], + "to": [ 16, 16, 8 ], + "faces": { + "north": { "uv": [ 0, 0, 8, 16 ], "texture": "#bars" }, + "south": { "uv": [ 8, 0, 16, 16 ], "texture": "#bars" } + } + }, + { "from": [ 0, 0, 7 ], + "to": [ 16, 16, 9 ], + "faces": { + "east": { "uv": [ 7, 0, 9, 16 ], "texture": "#edge", "cullface": "east" } + } + }, + { "from": [ 9, 0.005, 7 ], + "to": [ 16, 15.995, 9 ], + "faces": { + "down": { "uv": [ 9, 0, 7, 7 ], "texture": "#edge", "rotation": 90 }, + "up": { "uv": [ 7, 0, 9, 7 ], "texture": "#edge", "rotation": 90 } + } + } + ] +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/bars_ns.json b/desktopRuntime/resources/assets/minecraft/models/block/bars_ns.json new file mode 100755 index 00000000..5f5bfa7f --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/bars_ns.json @@ -0,0 +1,31 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/iron_bars", + "bars": "blocks/iron_bars", + "edge": "blocks/iron_bars" + }, + "elements": [ + { "from": [ 8, 0, 0 ], + "to": [ 8, 16, 16 ], + "faces": { + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#bars" }, + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#bars" } + } + }, + { "from": [ 7, 0, 0 ], + "to": [ 9, 16, 16 ], + "faces": { + "north": { "uv": [ 7, 0, 9, 16 ], "texture": "#edge", "cullface": "north" }, + "south": { "uv": [ 7, 0, 9, 16 ], "texture": "#edge", "cullface": "south" } + } + }, + { "from": [ 7, 0.005, 0 ], + "to": [ 9, 15.995, 16 ], + "faces": { + "down": { "uv": [ 7, 0, 9, 16 ], "texture": "#edge" }, + "up": { "uv": [ 9, 0, 7, 16 ], "texture": "#edge" } + } + } + ] +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/bars_nse.json b/desktopRuntime/resources/assets/minecraft/models/block/bars_nse.json new file mode 100755 index 00000000..c598678d --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/bars_nse.json @@ -0,0 +1,51 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/iron_bars", + "bars": "blocks/iron_bars", + "edge": "blocks/iron_bars" + }, + "elements": [ + { "from": [ 8, 0, 0 ], + "to": [ 8, 16, 16 ], + "faces": { + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#bars" }, + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#bars" } + } + }, + { "from": [ 7, 0, 0 ], + "to": [ 9, 16, 16 ], + "faces": { + "north": { "uv": [ 7, 0, 9, 16 ], "texture": "#edge", "cullface": "north" }, + "south": { "uv": [ 7, 0, 9, 16 ], "texture": "#edge", "cullface": "south" } + } + }, + { "from": [ 7, 0.005, 0 ], + "to": [ 9, 15.995, 16 ], + "faces": { + "down": { "uv": [ 7, 0, 9, 16 ], "texture": "#edge" }, + "up": { "uv": [ 9, 0, 7, 16 ], "texture": "#edge" } + } + }, + { "from": [ 8, 0, 8 ], + "to": [ 16, 16, 8 ], + "faces": { + "north": { "uv": [ 0, 0, 8, 16 ], "texture": "#bars" }, + "south": { "uv": [ 8, 0, 16, 16 ], "texture": "#bars" } + } + }, + { "from": [ 0, 0, 7 ], + "to": [ 16, 16, 9 ], + "faces": { + "east": { "uv": [ 7, 0, 9, 16 ], "texture": "#edge", "cullface": "east" } + } + }, + { "from": [ 9, 0.005, 7 ], + "to": [ 16, 15.995, 9 ], + "faces": { + "down": { "uv": [ 9, 0, 7, 7 ], "texture": "#edge", "rotation": 90 }, + "up": { "uv": [ 7, 0, 9, 7 ], "texture": "#edge", "rotation": 90 } + } + } + ] +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/bars_nsew.json b/desktopRuntime/resources/assets/minecraft/models/block/bars_nsew.json new file mode 100755 index 00000000..caf5e95a --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/bars_nsew.json @@ -0,0 +1,59 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/iron_bars", + "bars": "blocks/iron_bars", + "edge": "blocks/iron_bars" + }, + "elements": [ + { "from": [ 8, 0, 0 ], + "to": [ 8, 16, 16 ], + "faces": { + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#bars" }, + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#bars" } + } + }, + { "from": [ 7, 0, 0 ], + "to": [ 9, 16, 16 ], + "faces": { + "north": { "uv": [ 7, 0, 9, 16 ], "texture": "#edge", "cullface": "north" }, + "south": { "uv": [ 7, 0, 9, 16 ], "texture": "#edge", "cullface": "south" } + } + }, + { "from": [ 7, 0.005, 0 ], + "to": [ 9, 15.995, 16 ], + "faces": { + "down": { "uv": [ 7, 0, 9, 16 ], "texture": "#edge" }, + "up": { "uv": [ 9, 0, 7, 16 ], "texture": "#edge" } + } + }, + { "from": [ 0, 0, 8 ], + "to": [ 16, 16, 8 ], + "faces": { + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#bars" }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#bars" } + } + }, + { "from": [ 0, 0, 7 ], + "to": [ 16, 16, 9 ], + "faces": { + "west": { "uv": [ 7, 0, 9, 16 ], "texture": "#edge", "cullface": "west" }, + "east": { "uv": [ 7, 0, 9, 16 ], "texture": "#edge", "cullface": "east" } + } + }, + { "from": [ 0, 0.005, 7 ], + "to": [ 7, 15.995, 9 ], + "faces": { + "down": { "uv": [ 9, 9, 7, 16 ], "texture": "#edge", "rotation": 90 }, + "up": { "uv": [ 7, 9, 9, 16 ], "texture": "#edge", "rotation": 90 } + } + }, + { "from": [ 9, 0.005, 7 ], + "to": [ 16, 15.995, 9 ], + "faces": { + "down": { "uv": [ 9, 0, 7, 7 ], "texture": "#edge", "rotation": 90 }, + "up": { "uv": [ 7, 0, 9, 7 ], "texture": "#edge", "rotation": 90 } + } + } + ] +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/beacon.json b/desktopRuntime/resources/assets/minecraft/models/block/beacon.json new file mode 100755 index 00000000..4b0fad1b --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/beacon.json @@ -0,0 +1,47 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/glass", + "glass": "blocks/glass", + "obsidian": "blocks/obsidian", + "beacon": "blocks/beacon" + }, + "elements": [ + { "__comment": "Glass shell", + "from": [ 0, 0, 0 ], + "to": [ 16, 16, 16 ], + "faces": { + "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#glass" }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#glass" }, + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#glass" }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#glass" }, + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#glass" }, + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#glass" } + } + }, + { "__comment": "Obsidian base", + "from": [ 2, 0.1, 2 ], + "to": [ 14, 3, 14 ], + "faces": { + "down": { "uv": [ 2, 2, 14, 14 ], "texture": "#obsidian" }, + "up": { "uv": [ 2, 2, 14, 14 ], "texture": "#obsidian" }, + "north": { "uv": [ 2, 13, 14, 16 ], "texture": "#obsidian" }, + "south": { "uv": [ 2, 13, 14, 16 ], "texture": "#obsidian" }, + "west": { "uv": [ 2, 13, 14, 16 ], "texture": "#obsidian" }, + "east": { "uv": [ 2, 13, 14, 16 ], "texture": "#obsidian" } + } + }, + { "__comment": "Inner beacon texture", + "from": [ 3, 3, 3 ], + "to": [ 13, 14, 13 ], + "faces": { + "down": { "uv": [ 3, 3, 13, 13 ], "texture": "#beacon" }, + "up": { "uv": [ 3, 3, 13, 13 ], "texture": "#beacon" }, + "north": { "uv": [ 3, 2, 13, 13 ], "texture": "#beacon" }, + "south": { "uv": [ 3, 2, 13, 13 ], "texture": "#beacon" }, + "west": { "uv": [ 3, 2, 13, 13 ], "texture": "#beacon" }, + "east": { "uv": [ 3, 2, 13, 13 ], "texture": "#beacon" } + } + } + ] +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/bed_foot.json b/desktopRuntime/resources/assets/minecraft/models/block/bed_foot.json new file mode 100755 index 00000000..e64315dd --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/bed_foot.json @@ -0,0 +1,26 @@ +{ + "textures": { + "particle": "blocks/bed_feet_top", + "top": "blocks/bed_feet_top", + "bottom": "blocks/planks_oak", + "end": "blocks/bed_feet_end", + "side": "blocks/bed_feet_side" + }, + "elements": [ + { "from": [ 0, 0, 0 ], + "to": [ 16, 9, 16 ], + "faces": { + "up": { "uv": [ 0, 16, 16, 0 ], "texture": "#top", "rotation": 90 }, + "north": { "uv": [ 0, 7, 16, 16 ], "texture": "#end" }, + "west": { "uv": [ 0, 7, 16, 16 ], "texture": "#side" }, + "east": { "uv": [ 16, 7, 0, 16 ], "texture": "#side" } + } + }, + { "from": [ 0, 3, 0 ], + "to": [ 16, 3, 16 ], + "faces": { + "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#bottom" } + } + } + ] +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/bed_head.json b/desktopRuntime/resources/assets/minecraft/models/block/bed_head.json new file mode 100755 index 00000000..c3dd60a0 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/bed_head.json @@ -0,0 +1,26 @@ +{ + "textures": { + "particle": "blocks/bed_head_top", + "top": "blocks/bed_head_top", + "bottom": "blocks/planks_oak", + "end": "blocks/bed_head_end", + "side": "blocks/bed_head_side" + }, + "elements": [ + { "from": [ 0, 0, 0 ], + "to": [ 16, 9, 16 ], + "faces": { + "up": { "uv": [ 0, 16, 16, 0 ], "texture": "#top", "rotation": 90 }, + "south": { "uv": [ 0, 7, 16, 16 ], "texture": "#end" }, + "west": { "uv": [ 0, 7, 16, 16 ], "texture": "#side" }, + "east": { "uv": [ 16, 7, 0, 16 ], "texture": "#side" } + } + }, + { "from": [ 0, 3, 0 ], + "to": [ 16, 3, 16 ], + "faces": { + "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#bottom" } + } + } + ] +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/bedrock.json b/desktopRuntime/resources/assets/minecraft/models/block/bedrock.json new file mode 100755 index 00000000..a91bd64f --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/bedrock.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/bedrock" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/bedrock_mirrored.json b/desktopRuntime/resources/assets/minecraft/models/block/bedrock_mirrored.json new file mode 100755 index 00000000..496f6f10 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/bedrock_mirrored.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_mirrored_all", + "textures": { + "all": "blocks/bedrock" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/birch_bark.json b/desktopRuntime/resources/assets/minecraft/models/block/birch_bark.json new file mode 100755 index 00000000..448c39a5 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/birch_bark.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/log_birch" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/birch_door_bottom.json b/desktopRuntime/resources/assets/minecraft/models/block/birch_door_bottom.json new file mode 100755 index 00000000..a33af78c --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/birch_door_bottom.json @@ -0,0 +1,7 @@ +{ + "parent": "block/door_bottom", + "textures": { + "bottom": "blocks/door_birch_lower", + "top": "blocks/door_birch_upper" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/birch_door_bottom_rh.json b/desktopRuntime/resources/assets/minecraft/models/block/birch_door_bottom_rh.json new file mode 100755 index 00000000..daff3fe7 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/birch_door_bottom_rh.json @@ -0,0 +1,7 @@ +{ + "parent": "block/door_bottom_rh", + "textures": { + "bottom": "blocks/door_birch_lower", + "top": "blocks/door_birch_upper" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/birch_door_top.json b/desktopRuntime/resources/assets/minecraft/models/block/birch_door_top.json new file mode 100755 index 00000000..30e855b7 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/birch_door_top.json @@ -0,0 +1,7 @@ +{ + "parent": "block/door_top", + "textures": { + "bottom": "blocks/door_birch_lower", + "top": "blocks/door_birch_upper" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/birch_door_top_rh.json b/desktopRuntime/resources/assets/minecraft/models/block/birch_door_top_rh.json new file mode 100755 index 00000000..8cc9e6eb --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/birch_door_top_rh.json @@ -0,0 +1,7 @@ +{ + "parent": "block/door_top_rh", + "textures": { + "bottom": "blocks/door_birch_lower", + "top": "blocks/door_birch_upper" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/birch_fence_gate_closed.json b/desktopRuntime/resources/assets/minecraft/models/block/birch_fence_gate_closed.json new file mode 100755 index 00000000..4b1b802b --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/birch_fence_gate_closed.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_gate_closed", + "textures": { + "texture": "blocks/planks_birch" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/birch_fence_gate_open.json b/desktopRuntime/resources/assets/minecraft/models/block/birch_fence_gate_open.json new file mode 100755 index 00000000..8c40d2d9 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/birch_fence_gate_open.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_gate_open", + "textures": { + "texture": "blocks/planks_birch" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/birch_fence_inventory.json b/desktopRuntime/resources/assets/minecraft/models/block/birch_fence_inventory.json new file mode 100755 index 00000000..7db961c8 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/birch_fence_inventory.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_inventory", + "textures": { + "texture": "blocks/planks_birch" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/birch_fence_n.json b/desktopRuntime/resources/assets/minecraft/models/block/birch_fence_n.json new file mode 100755 index 00000000..f0e573a4 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/birch_fence_n.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_n", + "textures": { + "texture": "blocks/planks_birch" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/birch_fence_ne.json b/desktopRuntime/resources/assets/minecraft/models/block/birch_fence_ne.json new file mode 100755 index 00000000..bf17f81b --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/birch_fence_ne.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_ne", + "textures": { + "texture": "blocks/planks_birch" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/birch_fence_ns.json b/desktopRuntime/resources/assets/minecraft/models/block/birch_fence_ns.json new file mode 100755 index 00000000..69ea1613 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/birch_fence_ns.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_ns", + "textures": { + "texture": "blocks/planks_birch" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/birch_fence_nse.json b/desktopRuntime/resources/assets/minecraft/models/block/birch_fence_nse.json new file mode 100755 index 00000000..1412e9b8 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/birch_fence_nse.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_nse", + "textures": { + "texture": "blocks/planks_birch" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/birch_fence_nsew.json b/desktopRuntime/resources/assets/minecraft/models/block/birch_fence_nsew.json new file mode 100755 index 00000000..bc6aed0f --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/birch_fence_nsew.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_nsew", + "textures": { + "texture": "blocks/planks_birch" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/birch_fence_post.json b/desktopRuntime/resources/assets/minecraft/models/block/birch_fence_post.json new file mode 100755 index 00000000..92ab98b0 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/birch_fence_post.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_post", + "textures": { + "texture": "blocks/planks_birch" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/birch_inner_stairs.json b/desktopRuntime/resources/assets/minecraft/models/block/birch_inner_stairs.json new file mode 100755 index 00000000..4bd1aa36 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/birch_inner_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/inner_stairs", + "textures": { + "bottom": "blocks/planks_birch", + "top": "blocks/planks_birch", + "side": "blocks/planks_birch" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/birch_leaves.json b/desktopRuntime/resources/assets/minecraft/models/block/birch_leaves.json new file mode 100755 index 00000000..92007fb7 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/birch_leaves.json @@ -0,0 +1,6 @@ +{ + "parent": "block/leaves", + "textures": { + "all": "blocks/leaves_birch" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/birch_log.json b/desktopRuntime/resources/assets/minecraft/models/block/birch_log.json new file mode 100755 index 00000000..cab93b62 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/birch_log.json @@ -0,0 +1,7 @@ +{ + "parent": "block/cube_column", + "textures": { + "end": "blocks/log_birch_top", + "side": "blocks/log_birch" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/birch_log_side.json b/desktopRuntime/resources/assets/minecraft/models/block/birch_log_side.json new file mode 100755 index 00000000..d9c111aa --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/birch_log_side.json @@ -0,0 +1,7 @@ +{ + "parent": "block/column_side", + "textures": { + "end": "blocks/log_birch_top", + "side": "blocks/log_birch" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/birch_outer_stairs.json b/desktopRuntime/resources/assets/minecraft/models/block/birch_outer_stairs.json new file mode 100755 index 00000000..695e444e --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/birch_outer_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/outer_stairs", + "textures": { + "bottom": "blocks/planks_birch", + "top": "blocks/planks_birch", + "side": "blocks/planks_birch" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/birch_planks.json b/desktopRuntime/resources/assets/minecraft/models/block/birch_planks.json new file mode 100755 index 00000000..c250c27b --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/birch_planks.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/planks_birch" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/birch_sapling.json b/desktopRuntime/resources/assets/minecraft/models/block/birch_sapling.json new file mode 100755 index 00000000..0e8ed9e1 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/birch_sapling.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cross", + "textures": { + "cross": "blocks/sapling_birch" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/birch_stairs.json b/desktopRuntime/resources/assets/minecraft/models/block/birch_stairs.json new file mode 100755 index 00000000..3114534b --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/birch_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/stairs", + "textures": { + "bottom": "blocks/planks_birch", + "top": "blocks/planks_birch", + "side": "blocks/planks_birch" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/birch_wall_gate_closed.json b/desktopRuntime/resources/assets/minecraft/models/block/birch_wall_gate_closed.json new file mode 100755 index 00000000..51d49822 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/birch_wall_gate_closed.json @@ -0,0 +1,6 @@ +{ + "parent": "block/wall_gate_closed", + "textures": { + "texture": "blocks/planks_birch" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/birch_wall_gate_open.json b/desktopRuntime/resources/assets/minecraft/models/block/birch_wall_gate_open.json new file mode 100755 index 00000000..42104b91 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/birch_wall_gate_open.json @@ -0,0 +1,6 @@ +{ + "parent": "block/wall_gate_open", + "textures": { + "texture": "blocks/planks_birch" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/black_pane_n.json b/desktopRuntime/resources/assets/minecraft/models/block/black_pane_n.json new file mode 100755 index 00000000..dcadebd2 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/black_pane_n.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_n", + "textures": { + "edge": "blocks/glass_pane_top_black", + "pane": "blocks/glass_black" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/black_pane_ne.json b/desktopRuntime/resources/assets/minecraft/models/block/black_pane_ne.json new file mode 100755 index 00000000..391f3a4d --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/black_pane_ne.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_ne", + "textures": { + "edge": "blocks/glass_pane_top_black", + "pane": "blocks/glass_black" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/black_pane_new.json b/desktopRuntime/resources/assets/minecraft/models/block/black_pane_new.json new file mode 100755 index 00000000..c0873d76 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/black_pane_new.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_new", + "textures": { + "edge": "blocks/glass_pane_top_black", + "pane": "blocks/glass_black" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/black_pane_ns.json b/desktopRuntime/resources/assets/minecraft/models/block/black_pane_ns.json new file mode 100755 index 00000000..4cc43e77 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/black_pane_ns.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_ns", + "textures": { + "edge": "blocks/glass_pane_top_black", + "pane": "blocks/glass_black" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/black_pane_nse.json b/desktopRuntime/resources/assets/minecraft/models/block/black_pane_nse.json new file mode 100755 index 00000000..90e5ec98 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/black_pane_nse.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_nse", + "textures": { + "edge": "blocks/glass_pane_top_black", + "pane": "blocks/glass_black" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/black_pane_nsew.json b/desktopRuntime/resources/assets/minecraft/models/block/black_pane_nsew.json new file mode 100755 index 00000000..81c74709 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/black_pane_nsew.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_nsew", + "textures": { + "edge": "blocks/glass_pane_top_black", + "pane": "blocks/glass_black" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/black_pane_nsw.json b/desktopRuntime/resources/assets/minecraft/models/block/black_pane_nsw.json new file mode 100755 index 00000000..5a041770 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/black_pane_nsw.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_nsw", + "textures": { + "edge": "blocks/glass_pane_top_black", + "pane": "blocks/glass_black" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/black_pane_nw.json b/desktopRuntime/resources/assets/minecraft/models/block/black_pane_nw.json new file mode 100755 index 00000000..d3bcb501 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/black_pane_nw.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_nw", + "textures": { + "edge": "blocks/glass_pane_top_black", + "pane": "blocks/glass_black" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/black_pane_s.json b/desktopRuntime/resources/assets/minecraft/models/block/black_pane_s.json new file mode 100755 index 00000000..cc1a8695 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/black_pane_s.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_s", + "textures": { + "edge": "blocks/glass_pane_top_black", + "pane": "blocks/glass_black" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/black_pane_se.json b/desktopRuntime/resources/assets/minecraft/models/block/black_pane_se.json new file mode 100755 index 00000000..799d3bf5 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/black_pane_se.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_se", + "textures": { + "edge": "blocks/glass_pane_top_black", + "pane": "blocks/glass_black" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/black_pane_sew.json b/desktopRuntime/resources/assets/minecraft/models/block/black_pane_sew.json new file mode 100755 index 00000000..cb7b625e --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/black_pane_sew.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_sew", + "textures": { + "edge": "blocks/glass_pane_top_black", + "pane": "blocks/glass_black" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/black_pane_sw.json b/desktopRuntime/resources/assets/minecraft/models/block/black_pane_sw.json new file mode 100755 index 00000000..160e36de --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/black_pane_sw.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_sw", + "textures": { + "edge": "blocks/glass_pane_top_black", + "pane": "blocks/glass_black" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/black_wool.json b/desktopRuntime/resources/assets/minecraft/models/block/black_wool.json new file mode 100755 index 00000000..bb56552f --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/black_wool.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/wool_colored_black" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/blue_pane_n.json b/desktopRuntime/resources/assets/minecraft/models/block/blue_pane_n.json new file mode 100755 index 00000000..457061c9 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/blue_pane_n.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_n", + "textures": { + "edge": "blocks/glass_pane_top_blue", + "pane": "blocks/glass_blue" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/blue_pane_ne.json b/desktopRuntime/resources/assets/minecraft/models/block/blue_pane_ne.json new file mode 100755 index 00000000..f01962b2 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/blue_pane_ne.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_ne", + "textures": { + "edge": "blocks/glass_pane_top_blue", + "pane": "blocks/glass_blue" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/blue_pane_new.json b/desktopRuntime/resources/assets/minecraft/models/block/blue_pane_new.json new file mode 100755 index 00000000..cbb93ad1 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/blue_pane_new.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_new", + "textures": { + "edge": "blocks/glass_pane_top_blue", + "pane": "blocks/glass_blue" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/blue_pane_ns.json b/desktopRuntime/resources/assets/minecraft/models/block/blue_pane_ns.json new file mode 100755 index 00000000..824d1ae0 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/blue_pane_ns.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_ns", + "textures": { + "edge": "blocks/glass_pane_top_blue", + "pane": "blocks/glass_blue" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/blue_pane_nse.json b/desktopRuntime/resources/assets/minecraft/models/block/blue_pane_nse.json new file mode 100755 index 00000000..0e45414b --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/blue_pane_nse.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_nse", + "textures": { + "edge": "blocks/glass_pane_top_blue", + "pane": "blocks/glass_blue" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/blue_pane_nsew.json b/desktopRuntime/resources/assets/minecraft/models/block/blue_pane_nsew.json new file mode 100755 index 00000000..1c9db327 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/blue_pane_nsew.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_nsew", + "textures": { + "edge": "blocks/glass_pane_top_blue", + "pane": "blocks/glass_blue" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/blue_pane_nsw.json b/desktopRuntime/resources/assets/minecraft/models/block/blue_pane_nsw.json new file mode 100755 index 00000000..230c153b --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/blue_pane_nsw.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_nsw", + "textures": { + "edge": "blocks/glass_pane_top_blue", + "pane": "blocks/glass_blue" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/blue_pane_nw.json b/desktopRuntime/resources/assets/minecraft/models/block/blue_pane_nw.json new file mode 100755 index 00000000..4373d31e --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/blue_pane_nw.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_nw", + "textures": { + "edge": "blocks/glass_pane_top_blue", + "pane": "blocks/glass_blue" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/blue_pane_s.json b/desktopRuntime/resources/assets/minecraft/models/block/blue_pane_s.json new file mode 100755 index 00000000..901e7ba4 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/blue_pane_s.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_s", + "textures": { + "edge": "blocks/glass_pane_top_blue", + "pane": "blocks/glass_blue" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/blue_pane_se.json b/desktopRuntime/resources/assets/minecraft/models/block/blue_pane_se.json new file mode 100755 index 00000000..87168de5 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/blue_pane_se.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_se", + "textures": { + "edge": "blocks/glass_pane_top_blue", + "pane": "blocks/glass_blue" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/blue_pane_sew.json b/desktopRuntime/resources/assets/minecraft/models/block/blue_pane_sew.json new file mode 100755 index 00000000..88fb5d6b --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/blue_pane_sew.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_sew", + "textures": { + "edge": "blocks/glass_pane_top_blue", + "pane": "blocks/glass_blue" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/blue_pane_sw.json b/desktopRuntime/resources/assets/minecraft/models/block/blue_pane_sw.json new file mode 100755 index 00000000..9472ad00 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/blue_pane_sw.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_sw", + "textures": { + "edge": "blocks/glass_pane_top_blue", + "pane": "blocks/glass_blue" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/blue_wool.json b/desktopRuntime/resources/assets/minecraft/models/block/blue_wool.json new file mode 100755 index 00000000..50be4793 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/blue_wool.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/wool_colored_blue" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/bookshelf.json b/desktopRuntime/resources/assets/minecraft/models/block/bookshelf.json new file mode 100755 index 00000000..12491fe0 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/bookshelf.json @@ -0,0 +1,7 @@ +{ + "parent": "block/cube_column", + "textures": { + "end": "blocks/planks_oak", + "side": "blocks/bookshelf" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/brewing_stand_bottles_1.json b/desktopRuntime/resources/assets/minecraft/models/block/brewing_stand_bottles_1.json new file mode 100755 index 00000000..3d027e73 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/brewing_stand_bottles_1.json @@ -0,0 +1,86 @@ +{ + "textures": { + "particle": "blocks/brewing_stand", + "base": "blocks/brewing_stand_base", + "stand": "blocks/brewing_stand" + }, + "elements": [ + { "from": [ 7, 0, 7 ], + "to": [ 9, 14, 9 ], + "faces": { + "down": { "uv": [ 7, 7, 9, 9 ], "texture": "#stand" }, + "up": { "uv": [ 7, 7, 9, 9 ], "texture": "#stand" }, + "north": { "uv": [ 7, 2, 9, 16 ], "texture": "#stand" }, + "south": { "uv": [ 7, 2, 9, 16 ], "texture": "#stand" }, + "west": { "uv": [ 7, 2, 9, 16 ], "texture": "#stand" }, + "east": { "uv": [ 7, 2, 9, 16 ], "texture": "#stand" } + } + }, + { "from": [ 9, 0, 5 ], + "to": [ 15, 2, 11 ], + "faces": { + "down": { "uv": [ 9, 5, 15, 11 ], "texture": "#base" }, + "up": { "uv": [ 9, 5, 15, 11 ], "texture": "#base" }, + "north": { "uv": [ 9, 14, 15, 16 ], "texture": "#base" }, + "south": { "uv": [ 9, 14, 15, 16 ], "texture": "#base" }, + "west": { "uv": [ 5, 14, 11, 16 ], "texture": "#base" }, + "east": { "uv": [ 5, 14, 11, 16 ], "texture": "#base" } + } + }, + { "from": [ 2, 0, 1 ], + "to": [ 8, 2, 7 ], + "faces": { + "down": { "uv": [ 2, 1, 8, 7 ], "texture": "#base" }, + "up": { "uv": [ 2, 1, 8, 7 ], "texture": "#base" }, + "north": { "uv": [ 2, 14, 8, 16 ], "texture": "#base" }, + "south": { "uv": [ 2, 14, 8, 16 ], "texture": "#base" }, + "west": { "uv": [ 1, 14, 7, 16 ], "texture": "#base" }, + "east": { "uv": [ 1, 14, 7, 16 ], "texture": "#base" } + } + }, + { "from": [ 2, 0, 9 ], + "to": [ 8, 2, 15 ], + "faces": { + "down": { "uv": [ 2, 9, 8, 15 ], "texture": "#base" }, + "up": { "uv": [ 2, 9, 8, 15 ], "texture": "#base" }, + "north": { "uv": [ 2, 14, 8, 16 ], "texture": "#base" }, + "south": { "uv": [ 2, 14, 8, 16 ], "texture": "#base" }, + "west": { "uv": [ 9, 14, 15, 16 ], "texture": "#base" }, + "east": { "uv": [ 9, 14, 15, 16 ], "texture": "#base" } + } + }, + { "from": [ 8, 0, 8 ], + "to": [ 16, 16, 8 ], + "faces": { + "north": { "uv": [ 0, 0, 8, 16 ], "texture": "#stand" }, + "south": { "uv": [ 8, 0, 0, 16 ], "texture": "#stand" } + } + }, + { "from": [ 0, 0, 8 ], + "to": [ 8, 16, 8 ], + "rotation": { + "origin": [ 8, 8, 8 ], + "axis": "y", + "angle": 45, + "rescale": true + }, + "faces": { + "north": { "uv": [ 8, 0, 16, 16 ], "texture": "#stand" }, + "south": { "uv": [ 16, 0, 8, 16 ], "texture": "#stand" } + } + }, + { "from": [ 0, 0, 8 ], + "to": [ 8, 16, 8 ], + "rotation": { + "origin": [ 8, 8, 8 ], + "axis": "y", + "angle": -45, + "rescale": true + }, + "faces": { + "north": { "uv": [ 8, 0, 16, 16 ], "texture": "#stand" }, + "south": { "uv": [ 16, 0, 8, 16 ], "texture": "#stand" } + } + } + ] +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/brewing_stand_bottles_12.json b/desktopRuntime/resources/assets/minecraft/models/block/brewing_stand_bottles_12.json new file mode 100755 index 00000000..c03a8af4 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/brewing_stand_bottles_12.json @@ -0,0 +1,86 @@ +{ + "textures": { + "particle": "blocks/brewing_stand", + "base": "blocks/brewing_stand_base", + "stand": "blocks/brewing_stand" + }, + "elements": [ + { "from": [ 7, 0, 7 ], + "to": [ 9, 14, 9 ], + "faces": { + "down": { "uv": [ 7, 7, 9, 9 ], "texture": "#stand" }, + "up": { "uv": [ 7, 7, 9, 9 ], "texture": "#stand" }, + "north": { "uv": [ 7, 2, 9, 16 ], "texture": "#stand" }, + "south": { "uv": [ 7, 2, 9, 16 ], "texture": "#stand" }, + "west": { "uv": [ 7, 2, 9, 16 ], "texture": "#stand" }, + "east": { "uv": [ 7, 2, 9, 16 ], "texture": "#stand" } + } + }, + { "from": [ 9, 0, 5 ], + "to": [ 15, 2, 11 ], + "faces": { + "down": { "uv": [ 9, 5, 15, 11 ], "texture": "#base" }, + "up": { "uv": [ 9, 5, 15, 11 ], "texture": "#base" }, + "north": { "uv": [ 9, 14, 15, 16 ], "texture": "#base" }, + "south": { "uv": [ 9, 14, 15, 16 ], "texture": "#base" }, + "west": { "uv": [ 5, 14, 11, 16 ], "texture": "#base" }, + "east": { "uv": [ 5, 14, 11, 16 ], "texture": "#base" } + } + }, + { "from": [ 2, 0, 1 ], + "to": [ 8, 2, 7 ], + "faces": { + "down": { "uv": [ 2, 1, 8, 7 ], "texture": "#base" }, + "up": { "uv": [ 2, 1, 8, 7 ], "texture": "#base" }, + "north": { "uv": [ 2, 14, 8, 16 ], "texture": "#base" }, + "south": { "uv": [ 2, 14, 8, 16 ], "texture": "#base" }, + "west": { "uv": [ 1, 14, 7, 16 ], "texture": "#base" }, + "east": { "uv": [ 1, 14, 7, 16 ], "texture": "#base" } + } + }, + { "from": [ 2, 0, 9 ], + "to": [ 8, 2, 15 ], + "faces": { + "down": { "uv": [ 2, 9, 8, 15 ], "texture": "#base" }, + "up": { "uv": [ 2, 9, 8, 15 ], "texture": "#base" }, + "north": { "uv": [ 2, 14, 8, 16 ], "texture": "#base" }, + "south": { "uv": [ 2, 14, 8, 16 ], "texture": "#base" }, + "west": { "uv": [ 9, 14, 15, 16 ], "texture": "#base" }, + "east": { "uv": [ 9, 14, 15, 16 ], "texture": "#base" } + } + }, + { "from": [ 8, 0, 8 ], + "to": [ 16, 16, 8 ], + "faces": { + "north": { "uv": [ 0, 0, 8, 16 ], "texture": "#stand" }, + "south": { "uv": [ 8, 0, 0, 16 ], "texture": "#stand" } + } + }, + { "from": [ 0, 0, 8 ], + "to": [ 8, 16, 8 ], + "rotation": { + "origin": [ 8, 8, 8 ], + "axis": "y", + "angle": 45, + "rescale": true + }, + "faces": { + "north": { "uv": [ 8, 0, 16, 16 ], "texture": "#stand" }, + "south": { "uv": [ 16, 0, 8, 16 ], "texture": "#stand" } + } + }, + { "from": [ 0, 0, 8 ], + "to": [ 8, 16, 8 ], + "rotation": { + "origin": [ 8, 8, 8 ], + "axis": "y", + "angle": -45, + "rescale": true + }, + "faces": { + "north": { "uv": [ 8, 0, 0, 16 ], "texture": "#stand" }, + "south": { "uv": [ 0, 0, 8, 16 ], "texture": "#stand" } + } + } + ] +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/brewing_stand_bottles_123.json b/desktopRuntime/resources/assets/minecraft/models/block/brewing_stand_bottles_123.json new file mode 100755 index 00000000..e9969e6d --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/brewing_stand_bottles_123.json @@ -0,0 +1,86 @@ +{ + "textures": { + "particle": "blocks/brewing_stand", + "base": "blocks/brewing_stand_base", + "stand": "blocks/brewing_stand" + }, + "elements": [ + { "from": [ 7, 0, 7 ], + "to": [ 9, 14, 9 ], + "faces": { + "down": { "uv": [ 7, 7, 9, 9 ], "texture": "#stand" }, + "up": { "uv": [ 7, 7, 9, 9 ], "texture": "#stand" }, + "north": { "uv": [ 7, 2, 9, 16 ], "texture": "#stand" }, + "south": { "uv": [ 7, 2, 9, 16 ], "texture": "#stand" }, + "west": { "uv": [ 7, 2, 9, 16 ], "texture": "#stand" }, + "east": { "uv": [ 7, 2, 9, 16 ], "texture": "#stand" } + } + }, + { "from": [ 9, 0, 5 ], + "to": [ 15, 2, 11 ], + "faces": { + "down": { "uv": [ 9, 5, 15, 11 ], "texture": "#base" }, + "up": { "uv": [ 9, 5, 15, 11 ], "texture": "#base" }, + "north": { "uv": [ 9, 14, 15, 16 ], "texture": "#base" }, + "south": { "uv": [ 9, 14, 15, 16 ], "texture": "#base" }, + "west": { "uv": [ 5, 14, 11, 16 ], "texture": "#base" }, + "east": { "uv": [ 5, 14, 11, 16 ], "texture": "#base" } + } + }, + { "from": [ 2, 0, 1 ], + "to": [ 8, 2, 7 ], + "faces": { + "down": { "uv": [ 2, 1, 8, 7 ], "texture": "#base" }, + "up": { "uv": [ 2, 1, 8, 7 ], "texture": "#base" }, + "north": { "uv": [ 2, 14, 8, 16 ], "texture": "#base" }, + "south": { "uv": [ 2, 14, 8, 16 ], "texture": "#base" }, + "west": { "uv": [ 1, 14, 7, 16 ], "texture": "#base" }, + "east": { "uv": [ 1, 14, 7, 16 ], "texture": "#base" } + } + }, + { "from": [ 2, 0, 9 ], + "to": [ 8, 2, 15 ], + "faces": { + "down": { "uv": [ 2, 9, 8, 15 ], "texture": "#base" }, + "up": { "uv": [ 2, 9, 8, 15 ], "texture": "#base" }, + "north": { "uv": [ 2, 14, 8, 16 ], "texture": "#base" }, + "south": { "uv": [ 2, 14, 8, 16 ], "texture": "#base" }, + "west": { "uv": [ 9, 14, 15, 16 ], "texture": "#base" }, + "east": { "uv": [ 9, 14, 15, 16 ], "texture": "#base" } + } + }, + { "from": [ 8, 0, 8 ], + "to": [ 16, 16, 8 ], + "faces": { + "north": { "uv": [ 0, 0, 8, 16 ], "texture": "#stand" }, + "south": { "uv": [ 8, 0, 0, 16 ], "texture": "#stand" } + } + }, + { "from": [ 0, 0, 8 ], + "to": [ 8, 16, 8 ], + "rotation": { + "origin": [ 8, 8, 8 ], + "axis": "y", + "angle": 45, + "rescale": true + }, + "faces": { + "north": { "uv": [ 8, 0, 0, 16 ], "texture": "#stand" }, + "south": { "uv": [ 0, 0, 8, 16 ], "texture": "#stand" } + } + }, + { "from": [ 0, 0, 8 ], + "to": [ 8, 16, 8 ], + "rotation": { + "origin": [ 8, 8, 8 ], + "axis": "y", + "angle": -45, + "rescale": true + }, + "faces": { + "north": { "uv": [ 8, 0, 0, 16 ], "texture": "#stand" }, + "south": { "uv": [ 0, 0, 8, 16 ], "texture": "#stand" } + } + } + ] +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/brewing_stand_bottles_13.json b/desktopRuntime/resources/assets/minecraft/models/block/brewing_stand_bottles_13.json new file mode 100755 index 00000000..176a0642 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/brewing_stand_bottles_13.json @@ -0,0 +1,86 @@ +{ + "textures": { + "particle": "blocks/brewing_stand", + "base": "blocks/brewing_stand_base", + "stand": "blocks/brewing_stand" + }, + "elements": [ + { "from": [ 7, 0, 7 ], + "to": [ 9, 14, 9 ], + "faces": { + "down": { "uv": [ 7, 7, 9, 9 ], "texture": "#stand" }, + "up": { "uv": [ 7, 7, 9, 9 ], "texture": "#stand" }, + "north": { "uv": [ 7, 2, 9, 16 ], "texture": "#stand" }, + "south": { "uv": [ 7, 2, 9, 16 ], "texture": "#stand" }, + "west": { "uv": [ 7, 2, 9, 16 ], "texture": "#stand" }, + "east": { "uv": [ 7, 2, 9, 16 ], "texture": "#stand" } + } + }, + { "from": [ 9, 0, 5 ], + "to": [ 15, 2, 11 ], + "faces": { + "down": { "uv": [ 9, 5, 15, 11 ], "texture": "#base" }, + "up": { "uv": [ 9, 5, 15, 11 ], "texture": "#base" }, + "north": { "uv": [ 9, 14, 15, 16 ], "texture": "#base" }, + "south": { "uv": [ 9, 14, 15, 16 ], "texture": "#base" }, + "west": { "uv": [ 5, 14, 11, 16 ], "texture": "#base" }, + "east": { "uv": [ 5, 14, 11, 16 ], "texture": "#base" } + } + }, + { "from": [ 2, 0, 1 ], + "to": [ 8, 2, 7 ], + "faces": { + "down": { "uv": [ 2, 1, 8, 7 ], "texture": "#base" }, + "up": { "uv": [ 2, 1, 8, 7 ], "texture": "#base" }, + "north": { "uv": [ 2, 14, 8, 16 ], "texture": "#base" }, + "south": { "uv": [ 2, 14, 8, 16 ], "texture": "#base" }, + "west": { "uv": [ 1, 14, 7, 16 ], "texture": "#base" }, + "east": { "uv": [ 1, 14, 7, 16 ], "texture": "#base" } + } + }, + { "from": [ 2, 0, 9 ], + "to": [ 8, 2, 15 ], + "faces": { + "down": { "uv": [ 2, 9, 8, 15 ], "texture": "#base" }, + "up": { "uv": [ 2, 9, 8, 15 ], "texture": "#base" }, + "north": { "uv": [ 2, 14, 8, 16 ], "texture": "#base" }, + "south": { "uv": [ 2, 14, 8, 16 ], "texture": "#base" }, + "west": { "uv": [ 9, 14, 15, 16 ], "texture": "#base" }, + "east": { "uv": [ 9, 14, 15, 16 ], "texture": "#base" } + } + }, + { "from": [ 8, 0, 8 ], + "to": [ 16, 16, 8 ], + "faces": { + "north": { "uv": [ 0, 0, 8, 16 ], "texture": "#stand" }, + "south": { "uv": [ 8, 0, 0, 16 ], "texture": "#stand" } + } + }, + { "from": [ 0, 0, 8 ], + "to": [ 8, 16, 8 ], + "rotation": { + "origin": [ 8, 8, 8 ], + "axis": "y", + "angle": 45, + "rescale": true + }, + "faces": { + "north": { "uv": [ 8, 0, 0, 16 ], "texture": "#stand" }, + "south": { "uv": [ 0, 0, 8, 16 ], "texture": "#stand" } + } + }, + { "from": [ 0, 0, 8 ], + "to": [ 8, 16, 8 ], + "rotation": { + "origin": [ 8, 8, 8 ], + "axis": "y", + "angle": -45, + "rescale": true + }, + "faces": { + "north": { "uv": [ 8, 0, 16, 16 ], "texture": "#stand" }, + "south": { "uv": [ 16, 0, 8, 16 ], "texture": "#stand" } + } + } + ] +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/brewing_stand_bottles_2.json b/desktopRuntime/resources/assets/minecraft/models/block/brewing_stand_bottles_2.json new file mode 100755 index 00000000..ff8367dc --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/brewing_stand_bottles_2.json @@ -0,0 +1,86 @@ +{ + "textures": { + "particle": "blocks/brewing_stand", + "base": "blocks/brewing_stand_base", + "stand": "blocks/brewing_stand" + }, + "elements": [ + { "from": [ 7, 0, 7 ], + "to": [ 9, 14, 9 ], + "faces": { + "down": { "uv": [ 7, 7, 9, 9 ], "texture": "#stand" }, + "up": { "uv": [ 7, 7, 9, 9 ], "texture": "#stand" }, + "north": { "uv": [ 7, 2, 9, 16 ], "texture": "#stand" }, + "south": { "uv": [ 7, 2, 9, 16 ], "texture": "#stand" }, + "west": { "uv": [ 7, 2, 9, 16 ], "texture": "#stand" }, + "east": { "uv": [ 7, 2, 9, 16 ], "texture": "#stand" } + } + }, + { "from": [ 9, 0, 5 ], + "to": [ 15, 2, 11 ], + "faces": { + "down": { "uv": [ 9, 5, 15, 11 ], "texture": "#base" }, + "up": { "uv": [ 9, 5, 15, 11 ], "texture": "#base" }, + "north": { "uv": [ 9, 14, 15, 16 ], "texture": "#base" }, + "south": { "uv": [ 9, 14, 15, 16 ], "texture": "#base" }, + "west": { "uv": [ 5, 14, 11, 16 ], "texture": "#base" }, + "east": { "uv": [ 5, 14, 11, 16 ], "texture": "#base" } + } + }, + { "from": [ 2, 0, 1 ], + "to": [ 8, 2, 7 ], + "faces": { + "down": { "uv": [ 2, 1, 8, 7 ], "texture": "#base" }, + "up": { "uv": [ 2, 1, 8, 7 ], "texture": "#base" }, + "north": { "uv": [ 2, 14, 8, 16 ], "texture": "#base" }, + "south": { "uv": [ 2, 14, 8, 16 ], "texture": "#base" }, + "west": { "uv": [ 1, 14, 7, 16 ], "texture": "#base" }, + "east": { "uv": [ 1, 14, 7, 16 ], "texture": "#base" } + } + }, + { "from": [ 2, 0, 9 ], + "to": [ 8, 2, 15 ], + "faces": { + "down": { "uv": [ 2, 9, 8, 15 ], "texture": "#base" }, + "up": { "uv": [ 2, 9, 8, 15 ], "texture": "#base" }, + "north": { "uv": [ 2, 14, 8, 16 ], "texture": "#base" }, + "south": { "uv": [ 2, 14, 8, 16 ], "texture": "#base" }, + "west": { "uv": [ 9, 14, 15, 16 ], "texture": "#base" }, + "east": { "uv": [ 9, 14, 15, 16 ], "texture": "#base" } + } + }, + { "from": [ 8, 0, 8 ], + "to": [ 16, 16, 8 ], + "faces": { + "north": { "uv": [ 16, 0, 8, 16 ], "texture": "#stand" }, + "south": { "uv": [ 8, 0, 16, 16 ], "texture": "#stand" } + } + }, + { "from": [ 0, 0, 8 ], + "to": [ 8, 16, 8 ], + "rotation": { + "origin": [ 8, 8, 8 ], + "axis": "y", + "angle": 45, + "rescale": true + }, + "faces": { + "north": { "uv": [ 8, 0, 16, 16 ], "texture": "#stand" }, + "south": { "uv": [ 16, 0, 8, 16 ], "texture": "#stand" } + } + }, + { "from": [ 0, 0, 8 ], + "to": [ 8, 16, 8 ], + "rotation": { + "origin": [ 8, 8, 8 ], + "axis": "y", + "angle": -45, + "rescale": true + }, + "faces": { + "north": { "uv": [ 8, 0, 0, 16 ], "texture": "#stand" }, + "south": { "uv": [ 0, 0, 8, 16 ], "texture": "#stand" } + } + } + ] +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/brewing_stand_bottles_23.json b/desktopRuntime/resources/assets/minecraft/models/block/brewing_stand_bottles_23.json new file mode 100755 index 00000000..fb731803 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/brewing_stand_bottles_23.json @@ -0,0 +1,86 @@ +{ + "textures": { + "particle": "blocks/brewing_stand", + "base": "blocks/brewing_stand_base", + "stand": "blocks/brewing_stand" + }, + "elements": [ + { "from": [ 7, 0, 7 ], + "to": [ 9, 14, 9 ], + "faces": { + "down": { "uv": [ 7, 7, 9, 9 ], "texture": "#stand" }, + "up": { "uv": [ 7, 7, 9, 9 ], "texture": "#stand" }, + "north": { "uv": [ 7, 2, 9, 16 ], "texture": "#stand" }, + "south": { "uv": [ 7, 2, 9, 16 ], "texture": "#stand" }, + "west": { "uv": [ 7, 2, 9, 16 ], "texture": "#stand" }, + "east": { "uv": [ 7, 2, 9, 16 ], "texture": "#stand" } + } + }, + { "from": [ 9, 0, 5 ], + "to": [ 15, 2, 11 ], + "faces": { + "down": { "uv": [ 9, 5, 15, 11 ], "texture": "#base" }, + "up": { "uv": [ 9, 5, 15, 11 ], "texture": "#base" }, + "north": { "uv": [ 9, 14, 15, 16 ], "texture": "#base" }, + "south": { "uv": [ 9, 14, 15, 16 ], "texture": "#base" }, + "west": { "uv": [ 5, 14, 11, 16 ], "texture": "#base" }, + "east": { "uv": [ 5, 14, 11, 16 ], "texture": "#base" } + } + }, + { "from": [ 2, 0, 1 ], + "to": [ 8, 2, 7 ], + "faces": { + "down": { "uv": [ 2, 1, 8, 7 ], "texture": "#base" }, + "up": { "uv": [ 2, 1, 8, 7 ], "texture": "#base" }, + "north": { "uv": [ 2, 14, 8, 16 ], "texture": "#base" }, + "south": { "uv": [ 2, 14, 8, 16 ], "texture": "#base" }, + "west": { "uv": [ 1, 14, 7, 16 ], "texture": "#base" }, + "east": { "uv": [ 1, 14, 7, 16 ], "texture": "#base" } + } + }, + { "from": [ 2, 0, 9 ], + "to": [ 8, 2, 15 ], + "faces": { + "down": { "uv": [ 2, 9, 8, 15 ], "texture": "#base" }, + "up": { "uv": [ 2, 9, 8, 15 ], "texture": "#base" }, + "north": { "uv": [ 2, 14, 8, 16 ], "texture": "#base" }, + "south": { "uv": [ 2, 14, 8, 16 ], "texture": "#base" }, + "west": { "uv": [ 9, 14, 15, 16 ], "texture": "#base" }, + "east": { "uv": [ 9, 14, 15, 16 ], "texture": "#base" } + } + }, + { "from": [ 8, 0, 8 ], + "to": [ 16, 16, 8 ], + "faces": { + "north": { "uv": [ 16, 0, 8, 16 ], "texture": "#stand" }, + "south": { "uv": [ 8, 0, 16, 16 ], "texture": "#stand" } + } + }, + { "from": [ 0, 0, 8 ], + "to": [ 8, 16, 8 ], + "rotation": { + "origin": [ 8, 8, 8 ], + "axis": "y", + "angle": 45, + "rescale": true + }, + "faces": { + "north": { "uv": [ 8, 0, 0, 16 ], "texture": "#stand" }, + "south": { "uv": [ 0, 0, 8, 16 ], "texture": "#stand" } + } + }, + { "from": [ 0, 0, 8 ], + "to": [ 8, 16, 8 ], + "rotation": { + "origin": [ 8, 8, 8 ], + "axis": "y", + "angle": -45, + "rescale": true + }, + "faces": { + "north": { "uv": [ 8, 0, 0, 16 ], "texture": "#stand" }, + "south": { "uv": [ 0, 0, 8, 16 ], "texture": "#stand" } + } + } + ] +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/brewing_stand_bottles_3.json b/desktopRuntime/resources/assets/minecraft/models/block/brewing_stand_bottles_3.json new file mode 100755 index 00000000..a001215e --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/brewing_stand_bottles_3.json @@ -0,0 +1,86 @@ +{ + "textures": { + "particle": "blocks/brewing_stand", + "base": "blocks/brewing_stand_base", + "stand": "blocks/brewing_stand" + }, + "elements": [ + { "from": [ 7, 0, 7 ], + "to": [ 9, 14, 9 ], + "faces": { + "down": { "uv": [ 7, 7, 9, 9 ], "texture": "#stand" }, + "up": { "uv": [ 7, 7, 9, 9 ], "texture": "#stand" }, + "north": { "uv": [ 7, 2, 9, 16 ], "texture": "#stand" }, + "south": { "uv": [ 7, 2, 9, 16 ], "texture": "#stand" }, + "west": { "uv": [ 7, 2, 9, 16 ], "texture": "#stand" }, + "east": { "uv": [ 7, 2, 9, 16 ], "texture": "#stand" } + } + }, + { "from": [ 9, 0, 5 ], + "to": [ 15, 2, 11 ], + "faces": { + "down": { "uv": [ 9, 5, 15, 11 ], "texture": "#base" }, + "up": { "uv": [ 9, 5, 15, 11 ], "texture": "#base" }, + "north": { "uv": [ 9, 14, 15, 16 ], "texture": "#base" }, + "south": { "uv": [ 9, 14, 15, 16 ], "texture": "#base" }, + "west": { "uv": [ 5, 14, 11, 16 ], "texture": "#base" }, + "east": { "uv": [ 5, 14, 11, 16 ], "texture": "#base" } + } + }, + { "from": [ 2, 0, 1 ], + "to": [ 8, 2, 7 ], + "faces": { + "down": { "uv": [ 2, 1, 8, 7 ], "texture": "#base" }, + "up": { "uv": [ 2, 1, 8, 7 ], "texture": "#base" }, + "north": { "uv": [ 2, 14, 8, 16 ], "texture": "#base" }, + "south": { "uv": [ 2, 14, 8, 16 ], "texture": "#base" }, + "west": { "uv": [ 1, 14, 7, 16 ], "texture": "#base" }, + "east": { "uv": [ 1, 14, 7, 16 ], "texture": "#base" } + } + }, + { "from": [ 2, 0, 9 ], + "to": [ 8, 2, 15 ], + "faces": { + "down": { "uv": [ 2, 9, 8, 15 ], "texture": "#base" }, + "up": { "uv": [ 2, 9, 8, 15 ], "texture": "#base" }, + "north": { "uv": [ 2, 14, 8, 16 ], "texture": "#base" }, + "south": { "uv": [ 2, 14, 8, 16 ], "texture": "#base" }, + "west": { "uv": [ 9, 14, 15, 16 ], "texture": "#base" }, + "east": { "uv": [ 9, 14, 15, 16 ], "texture": "#base" } + } + }, + { "from": [ 8, 0, 8 ], + "to": [ 16, 16, 8 ], + "faces": { + "north": { "uv": [ 16, 0, 8, 16 ], "texture": "#stand" }, + "south": { "uv": [ 8, 0, 16, 16 ], "texture": "#stand" } + } + }, + { "from": [ 0, 0, 8 ], + "to": [ 8, 16, 8 ], + "rotation": { + "origin": [ 8, 8, 8 ], + "axis": "y", + "angle": 45, + "rescale": true + }, + "faces": { + "north": { "uv": [ 8, 0, 0, 16 ], "texture": "#stand" }, + "south": { "uv": [ 0, 0, 8, 16 ], "texture": "#stand" } + } + }, + { "from": [ 0, 0, 8 ], + "to": [ 8, 16, 8 ], + "rotation": { + "origin": [ 8, 8, 8 ], + "axis": "y", + "angle": -45, + "rescale": true + }, + "faces": { + "north": { "uv": [ 8, 0, 16, 16 ], "texture": "#stand" }, + "south": { "uv": [ 16, 0, 8, 16 ], "texture": "#stand" } + } + } + ] +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/brewing_stand_empty.json b/desktopRuntime/resources/assets/minecraft/models/block/brewing_stand_empty.json new file mode 100755 index 00000000..cb4f5116 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/brewing_stand_empty.json @@ -0,0 +1,86 @@ +{ + "textures": { + "particle": "blocks/brewing_stand", + "base": "blocks/brewing_stand_base", + "stand": "blocks/brewing_stand" + }, + "elements": [ + { "from": [ 7, 0, 7 ], + "to": [ 9, 14, 9 ], + "faces": { + "down": { "uv": [ 7, 7, 9, 9 ], "texture": "#stand" }, + "up": { "uv": [ 7, 7, 9, 9 ], "texture": "#stand" }, + "north": { "uv": [ 7, 2, 9, 16 ], "texture": "#stand" }, + "south": { "uv": [ 7, 2, 9, 16 ], "texture": "#stand" }, + "west": { "uv": [ 7, 2, 9, 16 ], "texture": "#stand" }, + "east": { "uv": [ 7, 2, 9, 16 ], "texture": "#stand" } + } + }, + { "from": [ 9, 0, 5 ], + "to": [ 15, 2, 11 ], + "faces": { + "down": { "uv": [ 9, 5, 15, 11 ], "texture": "#base" }, + "up": { "uv": [ 9, 5, 15, 11 ], "texture": "#base" }, + "north": { "uv": [ 9, 14, 15, 16 ], "texture": "#base" }, + "south": { "uv": [ 9, 14, 15, 16 ], "texture": "#base" }, + "west": { "uv": [ 5, 14, 11, 16 ], "texture": "#base" }, + "east": { "uv": [ 5, 14, 11, 16 ], "texture": "#base" } + } + }, + { "from": [ 2, 0, 1 ], + "to": [ 8, 2, 7 ], + "faces": { + "down": { "uv": [ 2, 1, 8, 7 ], "texture": "#base" }, + "up": { "uv": [ 2, 1, 8, 7 ], "texture": "#base" }, + "north": { "uv": [ 2, 14, 8, 16 ], "texture": "#base" }, + "south": { "uv": [ 2, 14, 8, 16 ], "texture": "#base" }, + "west": { "uv": [ 1, 14, 7, 16 ], "texture": "#base" }, + "east": { "uv": [ 1, 14, 7, 16 ], "texture": "#base" } + } + }, + { "from": [ 2, 0, 9 ], + "to": [ 8, 2, 15 ], + "faces": { + "down": { "uv": [ 2, 9, 8, 15 ], "texture": "#base" }, + "up": { "uv": [ 2, 9, 8, 15 ], "texture": "#base" }, + "north": { "uv": [ 2, 14, 8, 16 ], "texture": "#base" }, + "south": { "uv": [ 2, 14, 8, 16 ], "texture": "#base" }, + "west": { "uv": [ 9, 14, 15, 16 ], "texture": "#base" }, + "east": { "uv": [ 9, 14, 15, 16 ], "texture": "#base" } + } + }, + { "from": [ 8, 0, 8 ], + "to": [ 16, 16, 8 ], + "faces": { + "north": { "uv": [ 16, 0, 8, 16 ], "texture": "#stand" }, + "south": { "uv": [ 8, 0, 16, 16 ], "texture": "#stand" } + } + }, + { "from": [ 0, 0, 8 ], + "to": [ 8, 16, 8 ], + "rotation": { + "origin": [ 8, 8, 8 ], + "axis": "y", + "angle": 45, + "rescale": true + }, + "faces": { + "north": { "uv": [ 8, 0, 16, 16 ], "texture": "#stand" }, + "south": { "uv": [ 16, 0, 8, 16 ], "texture": "#stand" } + } + }, + { "from": [ 0, 0, 8 ], + "to": [ 8, 16, 8 ], + "rotation": { + "origin": [ 8, 8, 8 ], + "axis": "y", + "angle": -45, + "rescale": true + }, + "faces": { + "north": { "uv": [ 8, 0, 16, 16 ], "texture": "#stand" }, + "south": { "uv": [ 16, 0, 8, 16 ], "texture": "#stand" } + } + } + ] +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/brick.json b/desktopRuntime/resources/assets/minecraft/models/block/brick.json new file mode 100755 index 00000000..5ec04fc0 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/brick.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/brick" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/brick_inner_stairs.json b/desktopRuntime/resources/assets/minecraft/models/block/brick_inner_stairs.json new file mode 100755 index 00000000..6f99e9c9 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/brick_inner_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/inner_stairs", + "textures": { + "bottom": "blocks/brick", + "top": "blocks/brick", + "side": "blocks/brick" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/brick_outer_stairs.json b/desktopRuntime/resources/assets/minecraft/models/block/brick_outer_stairs.json new file mode 100755 index 00000000..75168a00 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/brick_outer_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/outer_stairs", + "textures": { + "bottom": "blocks/brick", + "top": "blocks/brick", + "side": "blocks/brick" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/brick_stairs.json b/desktopRuntime/resources/assets/minecraft/models/block/brick_stairs.json new file mode 100755 index 00000000..dc3e0611 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/brick_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/stairs", + "textures": { + "bottom": "blocks/brick", + "top": "blocks/brick", + "side": "blocks/brick" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/brown_mushroom.json b/desktopRuntime/resources/assets/minecraft/models/block/brown_mushroom.json new file mode 100755 index 00000000..0871842a --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/brown_mushroom.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cross", + "textures": { + "cross": "blocks/mushroom_brown" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/brown_mushroom_block_c.json b/desktopRuntime/resources/assets/minecraft/models/block/brown_mushroom_block_c.json new file mode 100755 index 00000000..6bf257fc --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/brown_mushroom_block_c.json @@ -0,0 +1,12 @@ +{ + "parent": "block/cube", + "textures": { + "particle": "blocks/mushroom_block_inside", + "down": "blocks/mushroom_block_inside", + "up": "blocks/mushroom_block_skin_brown", + "north": "blocks/mushroom_block_inside", + "east": "blocks/mushroom_block_inside", + "south": "blocks/mushroom_block_inside", + "west": "blocks/mushroom_block_inside" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/brown_mushroom_block_cap_all.json b/desktopRuntime/resources/assets/minecraft/models/block/brown_mushroom_block_cap_all.json new file mode 100755 index 00000000..9003de4b --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/brown_mushroom_block_cap_all.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/mushroom_block_skin_brown" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/brown_mushroom_block_e.json b/desktopRuntime/resources/assets/minecraft/models/block/brown_mushroom_block_e.json new file mode 100755 index 00000000..d7e169dc --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/brown_mushroom_block_e.json @@ -0,0 +1,12 @@ +{ + "parent": "block/cube", + "textures": { + "particle": "blocks/mushroom_block_inside", + "down": "blocks/mushroom_block_inside", + "up": "blocks/mushroom_block_skin_brown", + "north": "blocks/mushroom_block_inside", + "east": "blocks/mushroom_block_skin_brown", + "south": "blocks/mushroom_block_inside", + "west": "blocks/mushroom_block_inside" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/brown_mushroom_block_inside_all.json b/desktopRuntime/resources/assets/minecraft/models/block/brown_mushroom_block_inside_all.json new file mode 100755 index 00000000..e7e960e5 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/brown_mushroom_block_inside_all.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/mushroom_block_inside" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/brown_mushroom_block_n.json b/desktopRuntime/resources/assets/minecraft/models/block/brown_mushroom_block_n.json new file mode 100755 index 00000000..8f7c4bfb --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/brown_mushroom_block_n.json @@ -0,0 +1,12 @@ +{ + "parent": "block/cube", + "textures": { + "particle": "blocks/mushroom_block_inside", + "down": "blocks/mushroom_block_inside", + "up": "blocks/mushroom_block_skin_brown", + "north": "blocks/mushroom_block_skin_brown", + "east": "blocks/mushroom_block_inside", + "south": "blocks/mushroom_block_inside", + "west": "blocks/mushroom_block_inside" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/brown_mushroom_block_ne.json b/desktopRuntime/resources/assets/minecraft/models/block/brown_mushroom_block_ne.json new file mode 100755 index 00000000..e707527d --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/brown_mushroom_block_ne.json @@ -0,0 +1,12 @@ +{ + "parent": "block/cube", + "textures": { + "particle": "blocks/mushroom_block_inside", + "down": "blocks/mushroom_block_inside", + "up": "blocks/mushroom_block_skin_brown", + "north": "blocks/mushroom_block_skin_brown", + "east": "blocks/mushroom_block_skin_brown", + "south": "blocks/mushroom_block_inside", + "west": "blocks/mushroom_block_inside" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/brown_mushroom_block_nw.json b/desktopRuntime/resources/assets/minecraft/models/block/brown_mushroom_block_nw.json new file mode 100755 index 00000000..51021621 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/brown_mushroom_block_nw.json @@ -0,0 +1,12 @@ +{ + "parent": "block/cube", + "textures": { + "particle": "blocks/mushroom_block_inside", + "down": "blocks/mushroom_block_inside", + "up": "blocks/mushroom_block_skin_brown", + "north": "blocks/mushroom_block_skin_brown", + "east": "blocks/mushroom_block_inside", + "south": "blocks/mushroom_block_inside", + "west": "blocks/mushroom_block_skin_brown" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/brown_mushroom_block_s.json b/desktopRuntime/resources/assets/minecraft/models/block/brown_mushroom_block_s.json new file mode 100755 index 00000000..b1a8aca4 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/brown_mushroom_block_s.json @@ -0,0 +1,12 @@ +{ + "parent": "block/cube", + "textures": { + "particle": "blocks/mushroom_block_inside", + "down": "blocks/mushroom_block_inside", + "up": "blocks/mushroom_block_skin_brown", + "north": "blocks/mushroom_block_inside", + "east": "blocks/mushroom_block_inside", + "south": "blocks/mushroom_block_skin_brown", + "west": "blocks/mushroom_block_inside" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/brown_mushroom_block_se.json b/desktopRuntime/resources/assets/minecraft/models/block/brown_mushroom_block_se.json new file mode 100755 index 00000000..b5c3832f --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/brown_mushroom_block_se.json @@ -0,0 +1,12 @@ +{ + "parent": "block/cube", + "textures": { + "particle": "blocks/mushroom_block_inside", + "down": "blocks/mushroom_block_inside", + "up": "blocks/mushroom_block_skin_brown", + "north": "blocks/mushroom_block_inside", + "east": "blocks/mushroom_block_skin_brown", + "south": "blocks/mushroom_block_skin_brown", + "west": "blocks/mushroom_block_inside" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/brown_mushroom_block_stem.json b/desktopRuntime/resources/assets/minecraft/models/block/brown_mushroom_block_stem.json new file mode 100755 index 00000000..0151cf75 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/brown_mushroom_block_stem.json @@ -0,0 +1,7 @@ +{ + "parent": "block/cube_column", + "textures": { + "side": "blocks/mushroom_block_skin_stem", + "end": "blocks/mushroom_block_inside" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/brown_mushroom_block_stem_all.json b/desktopRuntime/resources/assets/minecraft/models/block/brown_mushroom_block_stem_all.json new file mode 100755 index 00000000..f312a784 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/brown_mushroom_block_stem_all.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/mushroom_block_skin_stem" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/brown_mushroom_block_sw.json b/desktopRuntime/resources/assets/minecraft/models/block/brown_mushroom_block_sw.json new file mode 100755 index 00000000..e73fc9eb --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/brown_mushroom_block_sw.json @@ -0,0 +1,12 @@ +{ + "parent": "block/cube", + "textures": { + "particle": "blocks/mushroom_block_inside", + "down": "blocks/mushroom_block_inside", + "up": "blocks/mushroom_block_skin_brown", + "north": "blocks/mushroom_block_inside", + "east": "blocks/mushroom_block_inside", + "south": "blocks/mushroom_block_skin_brown", + "west": "blocks/mushroom_block_skin_brown" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/brown_mushroom_block_w.json b/desktopRuntime/resources/assets/minecraft/models/block/brown_mushroom_block_w.json new file mode 100755 index 00000000..f71cc9de --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/brown_mushroom_block_w.json @@ -0,0 +1,12 @@ +{ + "parent": "block/cube", + "textures": { + "particle": "blocks/mushroom_block_inside", + "down": "blocks/mushroom_block_inside", + "up": "blocks/mushroom_block_skin_brown", + "north": "blocks/mushroom_block_inside", + "east": "blocks/mushroom_block_inside", + "south": "blocks/mushroom_block_inside", + "west": "blocks/mushroom_block_skin_brown" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/brown_pane_n.json b/desktopRuntime/resources/assets/minecraft/models/block/brown_pane_n.json new file mode 100755 index 00000000..f43d70b1 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/brown_pane_n.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_n", + "textures": { + "edge": "blocks/glass_pane_top_brown", + "pane": "blocks/glass_brown" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/brown_pane_ne.json b/desktopRuntime/resources/assets/minecraft/models/block/brown_pane_ne.json new file mode 100755 index 00000000..a48f7f23 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/brown_pane_ne.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_ne", + "textures": { + "edge": "blocks/glass_pane_top_brown", + "pane": "blocks/glass_brown" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/brown_pane_new.json b/desktopRuntime/resources/assets/minecraft/models/block/brown_pane_new.json new file mode 100755 index 00000000..9e138642 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/brown_pane_new.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_new", + "textures": { + "edge": "blocks/glass_pane_top_brown", + "pane": "blocks/glass_brown" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/brown_pane_ns.json b/desktopRuntime/resources/assets/minecraft/models/block/brown_pane_ns.json new file mode 100755 index 00000000..42b9a9bb --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/brown_pane_ns.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_ns", + "textures": { + "edge": "blocks/glass_pane_top_brown", + "pane": "blocks/glass_brown" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/brown_pane_nse.json b/desktopRuntime/resources/assets/minecraft/models/block/brown_pane_nse.json new file mode 100755 index 00000000..a1c44f6d --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/brown_pane_nse.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_nse", + "textures": { + "edge": "blocks/glass_pane_top_brown", + "pane": "blocks/glass_brown" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/brown_pane_nsew.json b/desktopRuntime/resources/assets/minecraft/models/block/brown_pane_nsew.json new file mode 100755 index 00000000..fa1d4a95 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/brown_pane_nsew.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_nsew", + "textures": { + "edge": "blocks/glass_pane_top_brown", + "pane": "blocks/glass_brown" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/brown_pane_nsw.json b/desktopRuntime/resources/assets/minecraft/models/block/brown_pane_nsw.json new file mode 100755 index 00000000..b2f41215 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/brown_pane_nsw.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_nsw", + "textures": { + "edge": "blocks/glass_pane_top_brown", + "pane": "blocks/glass_brown" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/brown_pane_nw.json b/desktopRuntime/resources/assets/minecraft/models/block/brown_pane_nw.json new file mode 100755 index 00000000..bb28ee5b --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/brown_pane_nw.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_nw", + "textures": { + "edge": "blocks/glass_pane_top_brown", + "pane": "blocks/glass_brown" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/brown_pane_s.json b/desktopRuntime/resources/assets/minecraft/models/block/brown_pane_s.json new file mode 100755 index 00000000..c5de38a6 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/brown_pane_s.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_s", + "textures": { + "edge": "blocks/glass_pane_top_brown", + "pane": "blocks/glass_brown" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/brown_pane_se.json b/desktopRuntime/resources/assets/minecraft/models/block/brown_pane_se.json new file mode 100755 index 00000000..ef156de7 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/brown_pane_se.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_se", + "textures": { + "edge": "blocks/glass_pane_top_brown", + "pane": "blocks/glass_brown" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/brown_pane_sew.json b/desktopRuntime/resources/assets/minecraft/models/block/brown_pane_sew.json new file mode 100755 index 00000000..6de6fb49 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/brown_pane_sew.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_sew", + "textures": { + "edge": "blocks/glass_pane_top_brown", + "pane": "blocks/glass_brown" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/brown_pane_sw.json b/desktopRuntime/resources/assets/minecraft/models/block/brown_pane_sw.json new file mode 100755 index 00000000..7e368462 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/brown_pane_sw.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_sw", + "textures": { + "edge": "blocks/glass_pane_top_brown", + "pane": "blocks/glass_brown" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/brown_wool.json b/desktopRuntime/resources/assets/minecraft/models/block/brown_wool.json new file mode 100755 index 00000000..1b162906 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/brown_wool.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/wool_colored_brown" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/button.json b/desktopRuntime/resources/assets/minecraft/models/block/button.json new file mode 100755 index 00000000..f27ecbe6 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/button.json @@ -0,0 +1,18 @@ +{ + "textures": { + "particle": "#texture" + }, + "elements": [ + { "from": [ 5, 0, 6 ], + "to": [ 11, 2, 10 ], + "faces": { + "down": { "uv": [ 5, 6, 11, 10 ], "texture": "#texture", "cullface": "down" }, + "up": { "uv": [ 5, 10, 11, 6 ], "texture": "#texture" }, + "north": { "uv": [ 5, 14, 11, 16 ], "texture": "#texture" }, + "south": { "uv": [ 5, 14, 11, 16 ], "texture": "#texture" }, + "west": { "uv": [ 6, 14, 10, 16 ], "texture": "#texture" }, + "east": { "uv": [ 6, 14, 10, 16 ], "texture": "#texture" } + } + } + ] +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/button_inventory.json b/desktopRuntime/resources/assets/minecraft/models/block/button_inventory.json new file mode 100755 index 00000000..be9d598b --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/button_inventory.json @@ -0,0 +1,18 @@ +{ + "textures": { + "particle": "#texture" + }, + "elements": [ + { "from": [ 5, 6, 6 ], + "to": [ 11, 10, 10 ], + "faces": { + "down": { "uv": [ 5, 6, 11, 10 ], "texture": "#texture" }, + "up": { "uv": [ 5, 10, 11, 6 ], "texture": "#texture" }, + "north": { "uv": [ 5, 12, 11, 16 ], "texture": "#texture" }, + "south": { "uv": [ 5, 12, 11, 16 ], "texture": "#texture" }, + "west": { "uv": [ 6, 12, 10, 16 ], "texture": "#texture" }, + "east": { "uv": [ 6, 12, 10, 16 ], "texture": "#texture" } + } + } + ] +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/button_pressed.json b/desktopRuntime/resources/assets/minecraft/models/block/button_pressed.json new file mode 100755 index 00000000..751c2d4b --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/button_pressed.json @@ -0,0 +1,18 @@ +{ + "textures": { + "particle": "#texture" + }, + "elements": [ + { "from": [ 5, 0, 6 ], + "to": [ 11, 1, 10 ], + "faces": { + "down": { "uv": [ 5, 6, 11, 10 ], "texture": "#texture", "cullface": "down" }, + "up": { "uv": [ 5, 10, 11, 6 ], "texture": "#texture" }, + "north": { "uv": [ 5, 15, 11, 16 ], "texture": "#texture" }, + "south": { "uv": [ 5, 15, 11, 16 ], "texture": "#texture" }, + "west": { "uv": [ 6, 15, 10, 16 ], "texture": "#texture" }, + "east": { "uv": [ 6, 15, 10, 16 ], "texture": "#texture" } + } + } + ] +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/cactus.json b/desktopRuntime/resources/assets/minecraft/models/block/cactus.json new file mode 100755 index 00000000..4590a39d --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/cactus.json @@ -0,0 +1,32 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/cactus_side", + "bottom": "blocks/cactus_bottom", + "top": "blocks/cactus_top", + "side": "blocks/cactus_side" + }, + "elements": [ + { "from": [ 0, 0, 0 ], + "to": [ 16, 16, 16 ], + "faces": { + "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#bottom", "cullface": "down" }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#top", "cullface": "up" } + } + }, + { "from": [ 0, 0, 1 ], + "to": [ 16, 16, 15 ], + "faces": { + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#side" }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#side" } + } + }, + { "from": [ 1, 0, 0 ], + "to": [ 15, 16, 16 ], + "faces": { + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#side" }, + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#side" } + } + } + ] +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/cake_slice1.json b/desktopRuntime/resources/assets/minecraft/models/block/cake_slice1.json new file mode 100755 index 00000000..19a9d562 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/cake_slice1.json @@ -0,0 +1,22 @@ +{ + "textures": { + "particle": "blocks/cake_side", + "bottom": "blocks/cake_bottom", + "top": "blocks/cake_top", + "side": "blocks/cake_side", + "inside": "blocks/cake_inner" + }, + "elements": [ + { "from": [ 3, 0, 1 ], + "to": [ 15, 8, 15 ], + "faces": { + "down": { "uv": [ 3, 1, 15, 15 ], "texture": "#bottom", "cullface": "down" }, + "up": { "uv": [ 3, 1, 15, 15 ], "texture": "#top" }, + "north": { "uv": [ 1, 8, 13, 16 ], "texture": "#side" }, + "south": { "uv": [ 1, 8, 13, 16 ], "texture": "#side" }, + "west": { "uv": [ 1, 8, 15, 16 ], "texture": "#inside" }, + "east": { "uv": [ 1, 8, 15, 16 ], "texture": "#side" } + } + } + ] +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/cake_slice2.json b/desktopRuntime/resources/assets/minecraft/models/block/cake_slice2.json new file mode 100755 index 00000000..ea188bed --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/cake_slice2.json @@ -0,0 +1,22 @@ +{ + "textures": { + "particle": "blocks/cake_side", + "bottom": "blocks/cake_bottom", + "top": "blocks/cake_top", + "side": "blocks/cake_side", + "inside": "blocks/cake_inner" + }, + "elements": [ + { "from": [ 5, 0, 1 ], + "to": [ 15, 8, 15 ], + "faces": { + "down": { "uv": [ 5, 1, 15, 15 ], "texture": "#bottom", "cullface": "down" }, + "up": { "uv": [ 5, 1, 15, 15 ], "texture": "#top" }, + "north": { "uv": [ 1, 8, 11, 16 ], "texture": "#side" }, + "south": { "uv": [ 1, 8, 11, 16 ], "texture": "#side" }, + "west": { "uv": [ 1, 8, 15, 16 ], "texture": "#inside" }, + "east": { "uv": [ 1, 8, 15, 16 ], "texture": "#side" } + } + } + ] +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/cake_slice3.json b/desktopRuntime/resources/assets/minecraft/models/block/cake_slice3.json new file mode 100755 index 00000000..3abcc75b --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/cake_slice3.json @@ -0,0 +1,22 @@ +{ + "textures": { + "particle": "blocks/cake_side", + "bottom": "blocks/cake_bottom", + "top": "blocks/cake_top", + "side": "blocks/cake_side", + "inside": "blocks/cake_inner" + }, + "elements": [ + { "from": [ 7, 0, 1 ], + "to": [ 15, 8, 15 ], + "faces": { + "down": { "uv": [ 7, 1, 15, 15 ], "texture": "#bottom", "cullface": "down" }, + "up": { "uv": [ 7, 1, 15, 15 ], "texture": "#top" }, + "north": { "uv": [ 1, 8, 9, 16 ], "texture": "#side" }, + "south": { "uv": [ 1, 8, 9, 16 ], "texture": "#side" }, + "west": { "uv": [ 1, 8, 15, 16 ], "texture": "#inside" }, + "east": { "uv": [ 1, 8, 15, 16 ], "texture": "#side" } + } + } + ] +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/cake_slice4.json b/desktopRuntime/resources/assets/minecraft/models/block/cake_slice4.json new file mode 100755 index 00000000..f501d092 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/cake_slice4.json @@ -0,0 +1,22 @@ +{ + "textures": { + "particle": "blocks/cake_side", + "bottom": "blocks/cake_bottom", + "top": "blocks/cake_top", + "side": "blocks/cake_side", + "inside": "blocks/cake_inner" + }, + "elements": [ + { "from": [ 9, 0, 1 ], + "to": [ 15, 8, 15 ], + "faces": { + "down": { "uv": [ 9, 1, 15, 15 ], "texture": "#bottom", "cullface": "down" }, + "up": { "uv": [ 9, 1, 15, 15 ], "texture": "#top" }, + "north": { "uv": [ 1, 8, 7, 16 ], "texture": "#side" }, + "south": { "uv": [ 1, 8, 7, 16 ], "texture": "#side" }, + "west": { "uv": [ 1, 8, 15, 16 ], "texture": "#inside" }, + "east": { "uv": [ 1, 8, 15, 16 ], "texture": "#side" } + } + } + ] +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/cake_slice5.json b/desktopRuntime/resources/assets/minecraft/models/block/cake_slice5.json new file mode 100755 index 00000000..3572a1b5 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/cake_slice5.json @@ -0,0 +1,22 @@ +{ + "textures": { + "particle": "blocks/cake_side", + "bottom": "blocks/cake_bottom", + "top": "blocks/cake_top", + "side": "blocks/cake_side", + "inside": "blocks/cake_inner" + }, + "elements": [ + { "from": [ 11, 0, 1 ], + "to": [ 15, 8, 15 ], + "faces": { + "down": { "uv": [ 11, 1, 15, 15 ], "texture": "#bottom", "cullface": "down" }, + "up": { "uv": [ 11, 1, 15, 15 ], "texture": "#top" }, + "north": { "uv": [ 1, 8, 5, 16 ], "texture": "#side" }, + "south": { "uv": [ 1, 8, 5, 16 ], "texture": "#side" }, + "west": { "uv": [ 1, 8, 15, 16 ], "texture": "#inside" }, + "east": { "uv": [ 1, 8, 15, 16 ], "texture": "#side" } + } + } + ] +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/cake_slice6.json b/desktopRuntime/resources/assets/minecraft/models/block/cake_slice6.json new file mode 100755 index 00000000..2a2446ce --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/cake_slice6.json @@ -0,0 +1,22 @@ +{ + "textures": { + "particle": "blocks/cake_side", + "bottom": "blocks/cake_bottom", + "top": "blocks/cake_top", + "side": "blocks/cake_side", + "inside": "blocks/cake_inner" + }, + "elements": [ + { "from": [ 13, 0, 1 ], + "to": [ 15, 8, 15 ], + "faces": { + "down": { "uv": [ 13, 1, 15, 15 ], "texture": "#bottom", "cullface": "down" }, + "up": { "uv": [ 13, 1, 15, 15 ], "texture": "#top" }, + "north": { "uv": [ 1, 8, 3, 16 ], "texture": "#side" }, + "south": { "uv": [ 1, 8, 3, 16 ], "texture": "#side" }, + "west": { "uv": [ 1, 8, 15, 16 ], "texture": "#inside" }, + "east": { "uv": [ 1, 8, 15, 16 ], "texture": "#side" } + } + } + ] +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/cake_uneaten.json b/desktopRuntime/resources/assets/minecraft/models/block/cake_uneaten.json new file mode 100755 index 00000000..f092b168 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/cake_uneaten.json @@ -0,0 +1,21 @@ +{ + "textures": { + "particle": "blocks/cake_side", + "bottom": "blocks/cake_bottom", + "top": "blocks/cake_top", + "side": "blocks/cake_side" + }, + "elements": [ + { "from": [ 1, 0, 1 ], + "to": [ 15, 8, 15 ], + "faces": { + "down": { "uv": [ 1, 1, 15, 15 ], "texture": "#bottom", "cullface": "down" }, + "up": { "uv": [ 1, 1, 15, 15 ], "texture": "#top" }, + "north": { "uv": [ 1, 8, 15, 16 ], "texture": "#side" }, + "south": { "uv": [ 1, 8, 15, 16 ], "texture": "#side" }, + "west": { "uv": [ 1, 8, 15, 16 ], "texture": "#side" }, + "east": { "uv": [ 1, 8, 15, 16 ], "texture": "#side" } + } + } + ] +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/carpet.json b/desktopRuntime/resources/assets/minecraft/models/block/carpet.json new file mode 100755 index 00000000..837c7c3c --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/carpet.json @@ -0,0 +1,15 @@ +{ + "elements": [ + { "from": [ 0, 0, 0 ], + "to": [ 16, 1, 16 ], + "faces": { + "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#wool", "cullface": "down" }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#wool" }, + "north": { "uv": [ 0, 15, 16, 16 ], "texture": "#wool", "cullface": "north" }, + "south": { "uv": [ 0, 15, 16, 16 ], "texture": "#wool", "cullface": "south" }, + "west": { "uv": [ 0, 15, 16, 16 ], "texture": "#wool", "cullface": "west" }, + "east": { "uv": [ 0, 15, 16, 16 ], "texture": "#wool", "cullface": "east" } + } + } + ] +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/carpet_black.json b/desktopRuntime/resources/assets/minecraft/models/block/carpet_black.json new file mode 100755 index 00000000..8687c110 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/carpet_black.json @@ -0,0 +1,7 @@ +{ + "parent": "block/carpet", + "textures": { + "particle": "blocks/wool_colored_black", + "wool": "blocks/wool_colored_black" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/carpet_blue.json b/desktopRuntime/resources/assets/minecraft/models/block/carpet_blue.json new file mode 100755 index 00000000..50613307 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/carpet_blue.json @@ -0,0 +1,7 @@ +{ + "parent": "block/carpet", + "textures": { + "particle": "blocks/wool_colored_blue", + "wool": "blocks/wool_colored_blue" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/carpet_brown.json b/desktopRuntime/resources/assets/minecraft/models/block/carpet_brown.json new file mode 100755 index 00000000..35175ddd --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/carpet_brown.json @@ -0,0 +1,7 @@ +{ + "parent": "block/carpet", + "textures": { + "particle": "blocks/wool_colored_brown", + "wool": "blocks/wool_colored_brown" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/carpet_cyan.json b/desktopRuntime/resources/assets/minecraft/models/block/carpet_cyan.json new file mode 100755 index 00000000..2a7eacb1 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/carpet_cyan.json @@ -0,0 +1,7 @@ +{ + "parent": "block/carpet", + "textures": { + "particle": "blocks/wool_colored_cyan", + "wool": "blocks/wool_colored_cyan" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/carpet_gray.json b/desktopRuntime/resources/assets/minecraft/models/block/carpet_gray.json new file mode 100755 index 00000000..e2142815 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/carpet_gray.json @@ -0,0 +1,7 @@ +{ + "parent": "block/carpet", + "textures": { + "particle": "blocks/wool_colored_gray", + "wool": "blocks/wool_colored_gray" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/carpet_green.json b/desktopRuntime/resources/assets/minecraft/models/block/carpet_green.json new file mode 100755 index 00000000..b2f9d821 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/carpet_green.json @@ -0,0 +1,7 @@ +{ + "parent": "block/carpet", + "textures": { + "particle": "blocks/wool_colored_green", + "wool": "blocks/wool_colored_green" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/carpet_light_blue.json b/desktopRuntime/resources/assets/minecraft/models/block/carpet_light_blue.json new file mode 100755 index 00000000..13129d4a --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/carpet_light_blue.json @@ -0,0 +1,7 @@ +{ + "parent": "block/carpet", + "textures": { + "particle": "blocks/wool_colored_light_blue", + "wool": "blocks/wool_colored_light_blue" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/carpet_lime.json b/desktopRuntime/resources/assets/minecraft/models/block/carpet_lime.json new file mode 100755 index 00000000..c68c17ee --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/carpet_lime.json @@ -0,0 +1,7 @@ +{ + "parent": "block/carpet", + "textures": { + "particle": "blocks/wool_colored_lime", + "wool": "blocks/wool_colored_lime" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/carpet_magenta.json b/desktopRuntime/resources/assets/minecraft/models/block/carpet_magenta.json new file mode 100755 index 00000000..747f4bff --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/carpet_magenta.json @@ -0,0 +1,7 @@ +{ + "parent": "block/carpet", + "textures": { + "particle": "blocks/wool_colored_magenta", + "wool": "blocks/wool_colored_magenta" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/carpet_orange.json b/desktopRuntime/resources/assets/minecraft/models/block/carpet_orange.json new file mode 100755 index 00000000..0f0c368d --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/carpet_orange.json @@ -0,0 +1,7 @@ +{ + "parent": "block/carpet", + "textures": { + "particle": "blocks/wool_colored_orange", + "wool": "blocks/wool_colored_orange" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/carpet_pink.json b/desktopRuntime/resources/assets/minecraft/models/block/carpet_pink.json new file mode 100755 index 00000000..64ca23e1 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/carpet_pink.json @@ -0,0 +1,7 @@ +{ + "parent": "block/carpet", + "textures": { + "particle": "blocks/wool_colored_pink", + "wool": "blocks/wool_colored_pink" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/carpet_purple.json b/desktopRuntime/resources/assets/minecraft/models/block/carpet_purple.json new file mode 100755 index 00000000..62d63b94 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/carpet_purple.json @@ -0,0 +1,7 @@ +{ + "parent": "block/carpet", + "textures": { + "particle": "blocks/wool_colored_purple", + "wool": "blocks/wool_colored_purple" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/carpet_red.json b/desktopRuntime/resources/assets/minecraft/models/block/carpet_red.json new file mode 100755 index 00000000..a4e0bb54 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/carpet_red.json @@ -0,0 +1,7 @@ +{ + "parent": "block/carpet", + "textures": { + "particle": "blocks/wool_colored_red", + "wool": "blocks/wool_colored_red" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/carpet_silver.json b/desktopRuntime/resources/assets/minecraft/models/block/carpet_silver.json new file mode 100755 index 00000000..0a5ef8ed --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/carpet_silver.json @@ -0,0 +1,7 @@ +{ + "parent": "block/carpet", + "textures": { + "particle": "blocks/wool_colored_silver", + "wool": "blocks/wool_colored_silver" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/carpet_white.json b/desktopRuntime/resources/assets/minecraft/models/block/carpet_white.json new file mode 100755 index 00000000..bb77933e --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/carpet_white.json @@ -0,0 +1,7 @@ +{ + "parent": "block/carpet", + "textures": { + "particle": "blocks/wool_colored_white", + "wool": "blocks/wool_colored_white" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/carpet_yellow.json b/desktopRuntime/resources/assets/minecraft/models/block/carpet_yellow.json new file mode 100755 index 00000000..8f7d2ecf --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/carpet_yellow.json @@ -0,0 +1,7 @@ +{ + "parent": "block/carpet", + "textures": { + "particle": "blocks/wool_colored_yellow", + "wool": "blocks/wool_colored_yellow" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/carrots_stage0.json b/desktopRuntime/resources/assets/minecraft/models/block/carrots_stage0.json new file mode 100755 index 00000000..c2e37379 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/carrots_stage0.json @@ -0,0 +1,6 @@ +{ + "parent": "block/crop", + "textures": { + "crop": "blocks/carrots_stage_0" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/carrots_stage1.json b/desktopRuntime/resources/assets/minecraft/models/block/carrots_stage1.json new file mode 100755 index 00000000..94f2875c --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/carrots_stage1.json @@ -0,0 +1,6 @@ +{ + "parent": "block/crop", + "textures": { + "crop": "blocks/carrots_stage_1" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/carrots_stage2.json b/desktopRuntime/resources/assets/minecraft/models/block/carrots_stage2.json new file mode 100755 index 00000000..95029b7e --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/carrots_stage2.json @@ -0,0 +1,6 @@ +{ + "parent": "block/crop", + "textures": { + "crop": "blocks/carrots_stage_2" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/carrots_stage3.json b/desktopRuntime/resources/assets/minecraft/models/block/carrots_stage3.json new file mode 100755 index 00000000..505e0382 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/carrots_stage3.json @@ -0,0 +1,6 @@ +{ + "parent": "block/crop", + "textures": { + "crop": "blocks/carrots_stage_3" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/cauldron_empty.json b/desktopRuntime/resources/assets/minecraft/models/block/cauldron_empty.json new file mode 100755 index 00000000..5c06de6a --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/cauldron_empty.json @@ -0,0 +1,155 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/cauldron_side", + "top": "blocks/cauldron_top", + "bottom": "blocks/cauldron_bottom", + "side": "blocks/cauldron_side", + "inside": "blocks/cauldron_inner" + }, + "elements": [ + { "from": [ 0, 3, 0 ], + "to": [ 2, 16, 16 ], + "faces": { + "down": { "uv": [ 0, 0, 2, 16 ], "texture": "#inside", "cullface": "down" }, + "up": { "uv": [ 0, 0, 2, 16 ], "texture": "#top", "cullface": "up" }, + "north": { "uv": [ 2, 0, 0, 13 ], "texture": "#side", "cullface": "north" }, + "south": { "uv": [ 0, 0, 2, 13 ], "texture": "#side", "cullface": "south" }, + "west": { "uv": [ 0, 0, 16, 13 ], "texture": "#side", "cullface": "west" }, + "east": { "uv": [ 0, 0, 16, 13 ], "texture": "#side" } + } + }, + { "from": [ 2, 3, 2 ], + "to": [ 14, 4, 14 ], + "faces": { + "down": { "uv": [ 2, 2, 14, 14 ], "texture": "#inside", "cullface": "down" }, + "up": { "uv": [ 2, 2, 14, 14 ], "texture": "#inside", "cullface": "up" }, + "north": { "uv": [ 2, 0, 0, 13 ], "texture": "#side", "cullface": "north" }, + "south": { "uv": [ 0, 0, 2, 13 ], "texture": "#side", "cullface": "south" }, + "west": { "uv": [ 0, 0, 16, 13 ], "texture": "#side", "cullface": "west" }, + "east": { "uv": [ 0, 0, 16, 13 ], "texture": "#side", "cullface": "east" } + } + }, + { "from": [ 14, 3, 0 ], + "to": [ 16, 16, 16 ], + "faces": { + "down": { "uv": [ 14, 0, 16, 16 ], "texture": "#inside", "cullface": "down" }, + "up": { "uv": [ 14, 0, 16, 16 ], "texture": "#top", "cullface": "up" }, + "north": { "uv": [ 16, 0, 14, 13 ], "texture": "#side", "cullface": "north" }, + "south": { "uv": [ 14, 0, 16, 13 ], "texture": "#side", "cullface": "south" }, + "west": { "uv": [ 0, 0, 16, 13 ], "texture": "#side" }, + "east": { "uv": [ 0, 0, 16, 13 ], "texture": "#side", "cullface": "east" } + } + }, + { "from": [ 2, 3, 0 ], + "to": [ 14, 16, 2 ], + "faces": { + "down": { "uv": [ 2, 0, 14, 2 ], "texture": "#inside", "cullface": "down" }, + "up": { "uv": [ 2, 0, 14, 2 ], "texture": "#top", "cullface": "up" }, + "north": { "uv": [ 2, 0, 14, 13 ], "texture": "#side", "cullface": "north" }, + "south": { "uv": [ 2, 0, 14, 13 ], "texture": "#side" }, + "west": { "uv": [ 0, 0, 2, 13 ], "texture": "#side", "cullface": "west" }, + "east": { "uv": [ 0, 0, 2, 13 ], "texture": "#side", "cullface": "east" } + } + }, + { "from": [ 2, 3, 14 ], + "to": [ 14, 16, 16 ], + "faces": { + "down": { "uv": [ 2, 14, 14, 16 ], "texture": "#inside", "cullface": "down" }, + "up": { "uv": [ 2, 14, 14, 16 ], "texture": "#top", "cullface": "up" }, + "north": { "uv": [ 2, 0, 14, 13 ], "texture": "#side" }, + "south": { "uv": [ 2, 0, 14, 13 ], "texture": "#side", "cullface": "south" }, + "west": { "uv": [ 14, 0, 16, 13 ], "texture": "#side", "cullface": "west" }, + "east": { "uv": [ 14, 0, 16, 13 ], "texture": "#side", "cullface": "east" } + } + }, + { "from": [ 0, 0, 0 ], + "to": [ 4, 3, 2 ], + "faces": { + "down": { "uv": [ 0, 0, 4, 2 ], "texture": "#bottom", "cullface": "down" }, + "up": { "uv": [ 0, 0, 2, 16 ], "texture": "#top", "cullface": "up" }, + "north": { "uv": [ 4, 13, 0, 16 ], "texture": "#side", "cullface": "north" }, + "south": { "uv": [ 0, 13, 4, 16 ], "texture": "#side", "cullface": "south" }, + "west": { "uv": [ 0, 13, 2, 16 ], "texture": "#side", "cullface": "west" }, + "east": { "uv": [ 0, 13, 2, 16 ], "texture": "#side", "cullface": "east" } + } + }, + { "from": [ 0, 0, 2 ], + "to": [ 2, 3, 4 ], + "faces": { + "down": { "uv": [ 0, 2, 2, 4 ], "texture": "#bottom", "cullface": "down" }, + "up": { "uv": [ 0, 0, 2, 16 ], "texture": "#top", "cullface": "up" }, + "north": { "uv": [ 2, 13, 0, 16 ], "texture": "#side", "cullface": "north" }, + "south": { "uv": [ 0, 13, 2, 16 ], "texture": "#side", "cullface": "south" }, + "west": { "uv": [ 2, 13, 4, 16 ], "texture": "#side", "cullface": "west" }, + "east": { "uv": [ 2, 13, 4, 16 ], "texture": "#side", "cullface": "east" } + } + }, + { "from": [ 12, 0, 0 ], + "to": [ 16, 3, 2 ], + "faces": { + "down": { "uv": [ 12, 0, 16, 2 ], "texture": "#bottom", "cullface": "down" }, + "up": { "uv": [ 0, 0, 2, 16 ], "texture": "#top", "cullface": "up" }, + "north": { "uv": [ 16, 13, 12, 16 ], "texture": "#side", "cullface": "north" }, + "south": { "uv": [ 12, 13, 16, 16 ], "texture": "#side", "cullface": "south" }, + "west": { "uv": [ 0, 13, 2, 16 ], "texture": "#side", "cullface": "west" }, + "east": { "uv": [ 0, 13, 2, 16 ], "texture": "#side", "cullface": "east" } + } + }, + { "from": [ 14, 0, 2 ], + "to": [ 16, 3, 4 ], + "faces": { + "down": { "uv": [ 14, 2, 16, 4 ], "texture": "#bottom" }, + "up": { "uv": [ 0, 0, 2, 16 ], "texture": "#top" }, + "north": { "uv": [ 16, 13, 14, 16 ], "texture": "#side" }, + "south": { "uv": [ 14, 13, 16, 16 ], "texture": "#side" }, + "west": { "uv": [ 4, 13, 2, 16 ], "texture": "#side" }, + "east": { "uv": [ 4, 13, 2, 16 ], "texture": "#side" } + } + }, + { "from": [ 0, 0, 14 ], + "to": [ 4, 3, 16 ], + "faces": { + "down": { "uv": [ 14, 0, 16, 4 ], "texture": "#bottom" }, + "up": { "uv": [ 14, 0, 16, 16 ], "texture": "#top" }, + "north": { "uv": [ 4, 13, 0, 16 ], "texture": "#side" }, + "south": { "uv": [ 0, 13, 4, 16 ], "texture": "#side" }, + "west": { "uv": [ 14, 13, 16, 16 ], "texture": "#side" }, + "east": { "uv": [ 14, 13, 16, 16 ], "texture": "#side" } + } + }, + { "from": [ 0, 0, 12 ], + "to": [ 2, 3, 14 ], + "faces": { + "down": { "uv": [ 12, 0, 14, 4 ], "texture": "#bottom" }, + "up": { "uv": [ 14, 0, 16, 16 ], "texture": "#top" }, + "north": { "uv": [ 2, 13, 0, 16 ], "texture": "#side" }, + "south": { "uv": [ 0, 13, 2, 16 ], "texture": "#side" }, + "west": { "uv": [ 12, 13, 14, 16 ], "texture": "#side" }, + "east": { "uv": [ 12, 13, 14, 16 ], "texture": "#side" } + } + }, + { "from": [ 12, 0, 14 ], + "to": [ 16, 3, 16 ], + "faces": { + "down": { "uv": [ 14, 12, 16, 16 ], "texture": "#bottom" }, + "up": { "uv": [ 14, 0, 16, 16 ], "texture": "#top" }, + "north": { "uv": [ 16, 13, 12, 16 ], "texture": "#side" }, + "south": { "uv": [ 12, 13, 16, 16 ], "texture": "#side" }, + "west": { "uv": [ 14, 13, 16, 16 ], "texture": "#side" }, + "east": { "uv": [ 14, 13, 16, 16 ], "texture": "#side" } + } + }, + { "from": [ 14, 0, 12 ], + "to": [ 16, 3, 14 ], + "faces": { + "down": { "uv": [ 14, 12, 16, 14 ], "texture": "#bottom" }, + "up": { "uv": [ 14, 0, 16, 16 ], "texture": "#top" }, + "north": { "uv": [ 16, 13, 14, 16 ], "texture": "#side" }, + "south": { "uv": [ 14, 13, 16, 16 ], "texture": "#side" }, + "west": { "uv": [ 14, 13, 12, 16 ], "texture": "#side" }, + "east": { "uv": [ 14, 13, 12, 16 ], "texture": "#side" } + } + } + ] +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/cauldron_level1.json b/desktopRuntime/resources/assets/minecraft/models/block/cauldron_level1.json new file mode 100755 index 00000000..2b2cb935 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/cauldron_level1.json @@ -0,0 +1,162 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/cauldron_side", + "top": "blocks/cauldron_top", + "bottom": "blocks/cauldron_bottom", + "side": "blocks/cauldron_side", + "inside": "blocks/cauldron_inner", + "water": "blocks/water_still" + }, + "elements": [ + { "from": [ 0, 3, 0 ], + "to": [ 2, 16, 16 ], + "faces": { + "down": { "uv": [ 0, 0, 2, 16 ], "texture": "#inside", "cullface": "down" }, + "up": { "uv": [ 0, 0, 2, 16 ], "texture": "#top", "cullface": "up" }, + "north": { "uv": [ 2, 0, 0, 13 ], "texture": "#side", "cullface": "north" }, + "south": { "uv": [ 0, 0, 2, 13 ], "texture": "#side", "cullface": "south" }, + "west": { "uv": [ 0, 0, 16, 13 ], "texture": "#side", "cullface": "west" }, + "east": { "uv": [ 0, 0, 16, 13 ], "texture": "#side" } + } + }, + { "from": [ 2, 3, 2 ], + "to": [ 14, 4, 14 ], + "faces": { + "down": { "uv": [ 2, 2, 14, 14 ], "texture": "#inside", "cullface": "down" }, + "up": { "uv": [ 2, 2, 14, 14 ], "texture": "#inside", "cullface": "up" }, + "north": { "uv": [ 2, 0, 0, 13 ], "texture": "#side", "cullface": "north" }, + "south": { "uv": [ 0, 0, 2, 13 ], "texture": "#side", "cullface": "south" }, + "west": { "uv": [ 0, 0, 16, 13 ], "texture": "#side", "cullface": "west" }, + "east": { "uv": [ 0, 0, 16, 13 ], "texture": "#side", "cullface": "east" } + } + }, + { "from": [ 14, 3, 0 ], + "to": [ 16, 16, 16 ], + "faces": { + "down": { "uv": [ 14, 0, 16, 16 ], "texture": "#inside", "cullface": "down" }, + "up": { "uv": [ 14, 0, 16, 16 ], "texture": "#top", "cullface": "up" }, + "north": { "uv": [ 16, 0, 14, 13 ], "texture": "#side", "cullface": "north" }, + "south": { "uv": [ 14, 0, 16, 13 ], "texture": "#side", "cullface": "south" }, + "west": { "uv": [ 0, 0, 16, 13 ], "texture": "#side" }, + "east": { "uv": [ 0, 0, 16, 13 ], "texture": "#side", "cullface": "east" } + } + }, + { "from": [ 2, 3, 0 ], + "to": [ 14, 16, 2 ], + "faces": { + "down": { "uv": [ 2, 0, 14, 2 ], "texture": "#inside", "cullface": "down" }, + "up": { "uv": [ 2, 0, 14, 2 ], "texture": "#top", "cullface": "up" }, + "north": { "uv": [ 2, 0, 14, 13 ], "texture": "#side", "cullface": "north" }, + "south": { "uv": [ 2, 0, 14, 13 ], "texture": "#side" }, + "west": { "uv": [ 0, 0, 2, 13 ], "texture": "#side", "cullface": "west" }, + "east": { "uv": [ 0, 0, 2, 13 ], "texture": "#side", "cullface": "east" } + } + }, + { "from": [ 2, 3, 14 ], + "to": [ 14, 16, 16 ], + "faces": { + "down": { "uv": [ 2, 14, 14, 16 ], "texture": "#inside", "cullface": "down" }, + "up": { "uv": [ 2, 14, 14, 16 ], "texture": "#top", "cullface": "up" }, + "north": { "uv": [ 2, 0, 14, 13 ], "texture": "#side" }, + "south": { "uv": [ 2, 0, 14, 13 ], "texture": "#side", "cullface": "south" }, + "west": { "uv": [ 14, 0, 16, 13 ], "texture": "#side", "cullface": "west" }, + "east": { "uv": [ 14, 0, 16, 13 ], "texture": "#side", "cullface": "east" } + } + }, + { "from": [ 0, 0, 0 ], + "to": [ 4, 3, 2 ], + "faces": { + "down": { "uv": [ 0, 0, 4, 2 ], "texture": "#bottom", "cullface": "down" }, + "up": { "uv": [ 0, 0, 2, 16 ], "texture": "#top", "cullface": "up" }, + "north": { "uv": [ 4, 13, 0, 16 ], "texture": "#side", "cullface": "north" }, + "south": { "uv": [ 0, 13, 4, 16 ], "texture": "#side", "cullface": "south" }, + "west": { "uv": [ 0, 13, 2, 16 ], "texture": "#side", "cullface": "west" }, + "east": { "uv": [ 0, 13, 2, 16 ], "texture": "#side", "cullface": "east" } + } + }, + { "from": [ 0, 0, 2 ], + "to": [ 2, 3, 4 ], + "faces": { + "down": { "uv": [ 0, 2, 2, 4 ], "texture": "#bottom", "cullface": "down" }, + "up": { "uv": [ 0, 0, 2, 16 ], "texture": "#top", "cullface": "up" }, + "north": { "uv": [ 2, 13, 0, 16 ], "texture": "#side", "cullface": "north" }, + "south": { "uv": [ 0, 13, 2, 16 ], "texture": "#side", "cullface": "south" }, + "west": { "uv": [ 2, 13, 4, 16 ], "texture": "#side", "cullface": "west" }, + "east": { "uv": [ 2, 13, 4, 16 ], "texture": "#side", "cullface": "east" } + } + }, + { "from": [ 12, 0, 0 ], + "to": [ 16, 3, 2 ], + "faces": { + "down": { "uv": [ 12, 0, 16, 2 ], "texture": "#bottom", "cullface": "down" }, + "up": { "uv": [ 0, 0, 2, 16 ], "texture": "#top", "cullface": "up" }, + "north": { "uv": [ 16, 13, 12, 16 ], "texture": "#side", "cullface": "north" }, + "south": { "uv": [ 12, 13, 16, 16 ], "texture": "#side", "cullface": "south" }, + "west": { "uv": [ 0, 13, 2, 16 ], "texture": "#side", "cullface": "west" }, + "east": { "uv": [ 0, 13, 2, 16 ], "texture": "#side", "cullface": "east" } + } + }, + { "from": [ 14, 0, 2 ], + "to": [ 16, 3, 4 ], + "faces": { + "down": { "uv": [ 14, 2, 16, 4 ], "texture": "#bottom" }, + "up": { "uv": [ 0, 0, 2, 16 ], "texture": "#top" }, + "north": { "uv": [ 16, 13, 14, 16 ], "texture": "#side" }, + "south": { "uv": [ 14, 13, 16, 16 ], "texture": "#side" }, + "west": { "uv": [ 4, 13, 2, 16 ], "texture": "#side" }, + "east": { "uv": [ 4, 13, 2, 16 ], "texture": "#side" } + } + }, + { "from": [ 0, 0, 14 ], + "to": [ 4, 3, 16 ], + "faces": { + "down": { "uv": [ 14, 0, 16, 4 ], "texture": "#bottom" }, + "up": { "uv": [ 14, 0, 16, 16 ], "texture": "#top" }, + "north": { "uv": [ 4, 13, 0, 16 ], "texture": "#side" }, + "south": { "uv": [ 0, 13, 4, 16 ], "texture": "#side" }, + "west": { "uv": [ 14, 13, 16, 16 ], "texture": "#side" }, + "east": { "uv": [ 14, 13, 16, 16 ], "texture": "#side" } + } + }, + { "from": [ 0, 0, 12 ], + "to": [ 2, 3, 14 ], + "faces": { + "down": { "uv": [ 12, 0, 14, 4 ], "texture": "#bottom" }, + "up": { "uv": [ 14, 0, 16, 16 ], "texture": "#top" }, + "north": { "uv": [ 2, 13, 0, 16 ], "texture": "#side" }, + "south": { "uv": [ 0, 13, 2, 16 ], "texture": "#side" }, + "west": { "uv": [ 12, 13, 14, 16 ], "texture": "#side" }, + "east": { "uv": [ 12, 13, 14, 16 ], "texture": "#side" } + } + }, + { "from": [ 12, 0, 14 ], + "to": [ 16, 3, 16 ], + "faces": { + "down": { "uv": [ 14, 12, 16, 16 ], "texture": "#bottom" }, + "up": { "uv": [ 14, 0, 16, 16 ], "texture": "#top" }, + "north": { "uv": [ 16, 13, 12, 16 ], "texture": "#side" }, + "south": { "uv": [ 12, 13, 16, 16 ], "texture": "#side" }, + "west": { "uv": [ 14, 13, 16, 16 ], "texture": "#side" }, + "east": { "uv": [ 14, 13, 16, 16 ], "texture": "#side" } + } + }, + { "from": [ 14, 0, 12 ], + "to": [ 16, 3, 14 ], + "faces": { + "down": { "uv": [ 14, 12, 16, 14 ], "texture": "#bottom" }, + "up": { "uv": [ 14, 0, 16, 16 ], "texture": "#top" }, + "north": { "uv": [ 16, 13, 14, 16 ], "texture": "#side" }, + "south": { "uv": [ 14, 13, 16, 16 ], "texture": "#side" }, + "west": { "uv": [ 14, 13, 12, 16 ], "texture": "#side" }, + "east": { "uv": [ 14, 13, 12, 16 ], "texture": "#side" } + } + }, + { "from": [ 2, 9, 2 ], + "to": [ 14, 9, 14 ], + "faces": { + "up": { "uv": [ 2, 2, 14, 14 ], "texture": "#water" } + } + } + ] +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/cauldron_level2.json b/desktopRuntime/resources/assets/minecraft/models/block/cauldron_level2.json new file mode 100755 index 00000000..943f8694 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/cauldron_level2.json @@ -0,0 +1,162 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/cauldron_side", + "top": "blocks/cauldron_top", + "bottom": "blocks/cauldron_bottom", + "side": "blocks/cauldron_side", + "inside": "blocks/cauldron_inner", + "water": "blocks/water_still" + }, + "elements": [ + { "from": [ 0, 3, 0 ], + "to": [ 2, 16, 16 ], + "faces": { + "down": { "uv": [ 0, 0, 2, 16 ], "texture": "#inside", "cullface": "down" }, + "up": { "uv": [ 0, 0, 2, 16 ], "texture": "#top", "cullface": "up" }, + "north": { "uv": [ 2, 0, 0, 13 ], "texture": "#side", "cullface": "north" }, + "south": { "uv": [ 0, 0, 2, 13 ], "texture": "#side", "cullface": "south" }, + "west": { "uv": [ 0, 0, 16, 13 ], "texture": "#side", "cullface": "west" }, + "east": { "uv": [ 0, 0, 16, 13 ], "texture": "#side" } + } + }, + { "from": [ 2, 3, 2 ], + "to": [ 14, 4, 14 ], + "faces": { + "down": { "uv": [ 2, 2, 14, 14 ], "texture": "#inside", "cullface": "down" }, + "up": { "uv": [ 2, 2, 14, 14 ], "texture": "#inside", "cullface": "up" }, + "north": { "uv": [ 2, 0, 0, 13 ], "texture": "#side", "cullface": "north" }, + "south": { "uv": [ 0, 0, 2, 13 ], "texture": "#side", "cullface": "south" }, + "west": { "uv": [ 0, 0, 16, 13 ], "texture": "#side", "cullface": "west" }, + "east": { "uv": [ 0, 0, 16, 13 ], "texture": "#side", "cullface": "east" } + } + }, + { "from": [ 14, 3, 0 ], + "to": [ 16, 16, 16 ], + "faces": { + "down": { "uv": [ 14, 0, 16, 16 ], "texture": "#inside", "cullface": "down" }, + "up": { "uv": [ 14, 0, 16, 16 ], "texture": "#top", "cullface": "up" }, + "north": { "uv": [ 16, 0, 14, 13 ], "texture": "#side", "cullface": "north" }, + "south": { "uv": [ 14, 0, 16, 13 ], "texture": "#side", "cullface": "south" }, + "west": { "uv": [ 0, 0, 16, 13 ], "texture": "#side" }, + "east": { "uv": [ 0, 0, 16, 13 ], "texture": "#side", "cullface": "east" } + } + }, + { "from": [ 2, 3, 0 ], + "to": [ 14, 16, 2 ], + "faces": { + "down": { "uv": [ 2, 0, 14, 2 ], "texture": "#inside", "cullface": "down" }, + "up": { "uv": [ 2, 0, 14, 2 ], "texture": "#top", "cullface": "up" }, + "north": { "uv": [ 2, 0, 14, 13 ], "texture": "#side", "cullface": "north" }, + "south": { "uv": [ 2, 0, 14, 13 ], "texture": "#side" }, + "west": { "uv": [ 0, 0, 2, 13 ], "texture": "#side", "cullface": "west" }, + "east": { "uv": [ 0, 0, 2, 13 ], "texture": "#side", "cullface": "east" } + } + }, + { "from": [ 2, 3, 14 ], + "to": [ 14, 16, 16 ], + "faces": { + "down": { "uv": [ 2, 14, 14, 16 ], "texture": "#inside", "cullface": "down" }, + "up": { "uv": [ 2, 14, 14, 16 ], "texture": "#top", "cullface": "up" }, + "north": { "uv": [ 2, 0, 14, 13 ], "texture": "#side" }, + "south": { "uv": [ 2, 0, 14, 13 ], "texture": "#side", "cullface": "south" }, + "west": { "uv": [ 14, 0, 16, 13 ], "texture": "#side", "cullface": "west" }, + "east": { "uv": [ 14, 0, 16, 13 ], "texture": "#side", "cullface": "east" } + } + }, + { "from": [ 0, 0, 0 ], + "to": [ 4, 3, 2 ], + "faces": { + "down": { "uv": [ 0, 0, 4, 2 ], "texture": "#bottom", "cullface": "down" }, + "up": { "uv": [ 0, 0, 2, 16 ], "texture": "#top", "cullface": "up" }, + "north": { "uv": [ 4, 13, 0, 16 ], "texture": "#side", "cullface": "north" }, + "south": { "uv": [ 0, 13, 4, 16 ], "texture": "#side", "cullface": "south" }, + "west": { "uv": [ 0, 13, 2, 16 ], "texture": "#side", "cullface": "west" }, + "east": { "uv": [ 0, 13, 2, 16 ], "texture": "#side", "cullface": "east" } + } + }, + { "from": [ 0, 0, 2 ], + "to": [ 2, 3, 4 ], + "faces": { + "down": { "uv": [ 0, 2, 2, 4 ], "texture": "#bottom", "cullface": "down" }, + "up": { "uv": [ 0, 0, 2, 16 ], "texture": "#top", "cullface": "up" }, + "north": { "uv": [ 2, 13, 0, 16 ], "texture": "#side", "cullface": "north" }, + "south": { "uv": [ 0, 13, 2, 16 ], "texture": "#side", "cullface": "south" }, + "west": { "uv": [ 2, 13, 4, 16 ], "texture": "#side", "cullface": "west" }, + "east": { "uv": [ 2, 13, 4, 16 ], "texture": "#side", "cullface": "east" } + } + }, + { "from": [ 12, 0, 0 ], + "to": [ 16, 3, 2 ], + "faces": { + "down": { "uv": [ 12, 0, 16, 2 ], "texture": "#bottom", "cullface": "down" }, + "up": { "uv": [ 0, 0, 2, 16 ], "texture": "#top", "cullface": "up" }, + "north": { "uv": [ 16, 13, 12, 16 ], "texture": "#side", "cullface": "north" }, + "south": { "uv": [ 12, 13, 16, 16 ], "texture": "#side", "cullface": "south" }, + "west": { "uv": [ 0, 13, 2, 16 ], "texture": "#side", "cullface": "west" }, + "east": { "uv": [ 0, 13, 2, 16 ], "texture": "#side", "cullface": "east" } + } + }, + { "from": [ 14, 0, 2 ], + "to": [ 16, 3, 4 ], + "faces": { + "down": { "uv": [ 14, 2, 16, 4 ], "texture": "#bottom" }, + "up": { "uv": [ 0, 0, 2, 16 ], "texture": "#top" }, + "north": { "uv": [ 16, 13, 14, 16 ], "texture": "#side" }, + "south": { "uv": [ 14, 13, 16, 16 ], "texture": "#side" }, + "west": { "uv": [ 4, 13, 2, 16 ], "texture": "#side" }, + "east": { "uv": [ 4, 13, 2, 16 ], "texture": "#side" } + } + }, + { "from": [ 0, 0, 14 ], + "to": [ 4, 3, 16 ], + "faces": { + "down": { "uv": [ 14, 0, 16, 4 ], "texture": "#bottom" }, + "up": { "uv": [ 14, 0, 16, 16 ], "texture": "#top" }, + "north": { "uv": [ 4, 13, 0, 16 ], "texture": "#side" }, + "south": { "uv": [ 0, 13, 4, 16 ], "texture": "#side" }, + "west": { "uv": [ 14, 13, 16, 16 ], "texture": "#side" }, + "east": { "uv": [ 14, 13, 16, 16 ], "texture": "#side" } + } + }, + { "from": [ 0, 0, 12 ], + "to": [ 2, 3, 14 ], + "faces": { + "down": { "uv": [ 12, 0, 14, 4 ], "texture": "#bottom" }, + "up": { "uv": [ 14, 0, 16, 16 ], "texture": "#top" }, + "north": { "uv": [ 2, 13, 0, 16 ], "texture": "#side" }, + "south": { "uv": [ 0, 13, 2, 16 ], "texture": "#side" }, + "west": { "uv": [ 12, 13, 14, 16 ], "texture": "#side" }, + "east": { "uv": [ 12, 13, 14, 16 ], "texture": "#side" } + } + }, + { "from": [ 12, 0, 14 ], + "to": [ 16, 3, 16 ], + "faces": { + "down": { "uv": [ 14, 12, 16, 16 ], "texture": "#bottom" }, + "up": { "uv": [ 14, 0, 16, 16 ], "texture": "#top" }, + "north": { "uv": [ 16, 13, 12, 16 ], "texture": "#side" }, + "south": { "uv": [ 12, 13, 16, 16 ], "texture": "#side" }, + "west": { "uv": [ 14, 13, 16, 16 ], "texture": "#side" }, + "east": { "uv": [ 14, 13, 16, 16 ], "texture": "#side" } + } + }, + { "from": [ 14, 0, 12 ], + "to": [ 16, 3, 14 ], + "faces": { + "down": { "uv": [ 14, 12, 16, 14 ], "texture": "#bottom" }, + "up": { "uv": [ 14, 0, 16, 16 ], "texture": "#top" }, + "north": { "uv": [ 16, 13, 14, 16 ], "texture": "#side" }, + "south": { "uv": [ 14, 13, 16, 16 ], "texture": "#side" }, + "west": { "uv": [ 14, 13, 12, 16 ], "texture": "#side" }, + "east": { "uv": [ 14, 13, 12, 16 ], "texture": "#side" } + } + }, + { "from": [ 2, 12, 2 ], + "to": [ 14, 12, 14 ], + "faces": { + "up": { "uv": [ 2, 2, 14, 14 ], "texture": "#water" } + } + } + ] +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/cauldron_level3.json b/desktopRuntime/resources/assets/minecraft/models/block/cauldron_level3.json new file mode 100755 index 00000000..6d9983a6 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/cauldron_level3.json @@ -0,0 +1,162 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/cauldron_side", + "top": "blocks/cauldron_top", + "bottom": "blocks/cauldron_bottom", + "side": "blocks/cauldron_side", + "inside": "blocks/cauldron_inner", + "water": "blocks/water_still" + }, + "elements": [ + { "from": [ 0, 3, 0 ], + "to": [ 2, 16, 16 ], + "faces": { + "down": { "uv": [ 0, 0, 2, 16 ], "texture": "#inside", "cullface": "down" }, + "up": { "uv": [ 0, 0, 2, 16 ], "texture": "#top", "cullface": "up" }, + "north": { "uv": [ 2, 0, 0, 13 ], "texture": "#side", "cullface": "north" }, + "south": { "uv": [ 0, 0, 2, 13 ], "texture": "#side", "cullface": "south" }, + "west": { "uv": [ 0, 0, 16, 13 ], "texture": "#side", "cullface": "west" }, + "east": { "uv": [ 0, 0, 16, 13 ], "texture": "#side" } + } + }, + { "from": [ 2, 3, 2 ], + "to": [ 14, 4, 14 ], + "faces": { + "down": { "uv": [ 2, 2, 14, 14 ], "texture": "#inside", "cullface": "down" }, + "up": { "uv": [ 2, 2, 14, 14 ], "texture": "#inside", "cullface": "up" }, + "north": { "uv": [ 2, 0, 0, 13 ], "texture": "#side", "cullface": "north" }, + "south": { "uv": [ 0, 0, 2, 13 ], "texture": "#side", "cullface": "south" }, + "west": { "uv": [ 0, 0, 16, 13 ], "texture": "#side", "cullface": "west" }, + "east": { "uv": [ 0, 0, 16, 13 ], "texture": "#side", "cullface": "east" } + } + }, + { "from": [ 14, 3, 0 ], + "to": [ 16, 16, 16 ], + "faces": { + "down": { "uv": [ 14, 0, 16, 16 ], "texture": "#inside", "cullface": "down" }, + "up": { "uv": [ 14, 0, 16, 16 ], "texture": "#top", "cullface": "up" }, + "north": { "uv": [ 16, 0, 14, 13 ], "texture": "#side", "cullface": "north" }, + "south": { "uv": [ 14, 0, 16, 13 ], "texture": "#side", "cullface": "south" }, + "west": { "uv": [ 0, 0, 16, 13 ], "texture": "#side" }, + "east": { "uv": [ 0, 0, 16, 13 ], "texture": "#side", "cullface": "east" } + } + }, + { "from": [ 2, 3, 0 ], + "to": [ 14, 16, 2 ], + "faces": { + "down": { "uv": [ 2, 0, 14, 2 ], "texture": "#inside", "cullface": "down" }, + "up": { "uv": [ 2, 0, 14, 2 ], "texture": "#top", "cullface": "up" }, + "north": { "uv": [ 2, 0, 14, 13 ], "texture": "#side", "cullface": "north" }, + "south": { "uv": [ 2, 0, 14, 13 ], "texture": "#side" }, + "west": { "uv": [ 0, 0, 2, 13 ], "texture": "#side", "cullface": "west" }, + "east": { "uv": [ 0, 0, 2, 13 ], "texture": "#side", "cullface": "east" } + } + }, + { "from": [ 2, 3, 14 ], + "to": [ 14, 16, 16 ], + "faces": { + "down": { "uv": [ 2, 14, 14, 16 ], "texture": "#inside", "cullface": "down" }, + "up": { "uv": [ 2, 14, 14, 16 ], "texture": "#top", "cullface": "up" }, + "north": { "uv": [ 2, 0, 14, 13 ], "texture": "#side" }, + "south": { "uv": [ 2, 0, 14, 13 ], "texture": "#side", "cullface": "south" }, + "west": { "uv": [ 14, 0, 16, 13 ], "texture": "#side", "cullface": "west" }, + "east": { "uv": [ 14, 0, 16, 13 ], "texture": "#side", "cullface": "east" } + } + }, + { "from": [ 0, 0, 0 ], + "to": [ 4, 3, 2 ], + "faces": { + "down": { "uv": [ 0, 0, 4, 2 ], "texture": "#bottom", "cullface": "down" }, + "up": { "uv": [ 0, 0, 2, 16 ], "texture": "#top", "cullface": "up" }, + "north": { "uv": [ 4, 13, 0, 16 ], "texture": "#side", "cullface": "north" }, + "south": { "uv": [ 0, 13, 4, 16 ], "texture": "#side", "cullface": "south" }, + "west": { "uv": [ 0, 13, 2, 16 ], "texture": "#side", "cullface": "west" }, + "east": { "uv": [ 0, 13, 2, 16 ], "texture": "#side", "cullface": "east" } + } + }, + { "from": [ 0, 0, 2 ], + "to": [ 2, 3, 4 ], + "faces": { + "down": { "uv": [ 0, 2, 2, 4 ], "texture": "#bottom", "cullface": "down" }, + "up": { "uv": [ 0, 0, 2, 16 ], "texture": "#top", "cullface": "up" }, + "north": { "uv": [ 2, 13, 0, 16 ], "texture": "#side", "cullface": "north" }, + "south": { "uv": [ 0, 13, 2, 16 ], "texture": "#side", "cullface": "south" }, + "west": { "uv": [ 2, 13, 4, 16 ], "texture": "#side", "cullface": "west" }, + "east": { "uv": [ 2, 13, 4, 16 ], "texture": "#side", "cullface": "east" } + } + }, + { "from": [ 12, 0, 0 ], + "to": [ 16, 3, 2 ], + "faces": { + "down": { "uv": [ 12, 0, 16, 2 ], "texture": "#bottom", "cullface": "down" }, + "up": { "uv": [ 0, 0, 2, 16 ], "texture": "#top", "cullface": "up" }, + "north": { "uv": [ 16, 13, 12, 16 ], "texture": "#side", "cullface": "north" }, + "south": { "uv": [ 12, 13, 16, 16 ], "texture": "#side", "cullface": "south" }, + "west": { "uv": [ 0, 13, 2, 16 ], "texture": "#side", "cullface": "west" }, + "east": { "uv": [ 0, 13, 2, 16 ], "texture": "#side", "cullface": "east" } + } + }, + { "from": [ 14, 0, 2 ], + "to": [ 16, 3, 4 ], + "faces": { + "down": { "uv": [ 14, 2, 16, 4 ], "texture": "#bottom" }, + "up": { "uv": [ 0, 0, 2, 16 ], "texture": "#top" }, + "north": { "uv": [ 16, 13, 14, 16 ], "texture": "#side" }, + "south": { "uv": [ 14, 13, 16, 16 ], "texture": "#side" }, + "west": { "uv": [ 4, 13, 2, 16 ], "texture": "#side" }, + "east": { "uv": [ 4, 13, 2, 16 ], "texture": "#side" } + } + }, + { "from": [ 0, 0, 14 ], + "to": [ 4, 3, 16 ], + "faces": { + "down": { "uv": [ 14, 0, 16, 4 ], "texture": "#bottom" }, + "up": { "uv": [ 14, 0, 16, 16 ], "texture": "#top" }, + "north": { "uv": [ 4, 13, 0, 16 ], "texture": "#side" }, + "south": { "uv": [ 0, 13, 4, 16 ], "texture": "#side" }, + "west": { "uv": [ 14, 13, 16, 16 ], "texture": "#side" }, + "east": { "uv": [ 14, 13, 16, 16 ], "texture": "#side" } + } + }, + { "from": [ 0, 0, 12 ], + "to": [ 2, 3, 14 ], + "faces": { + "down": { "uv": [ 12, 0, 14, 4 ], "texture": "#bottom" }, + "up": { "uv": [ 14, 0, 16, 16 ], "texture": "#top" }, + "north": { "uv": [ 2, 13, 0, 16 ], "texture": "#side" }, + "south": { "uv": [ 0, 13, 2, 16 ], "texture": "#side" }, + "west": { "uv": [ 12, 13, 14, 16 ], "texture": "#side" }, + "east": { "uv": [ 12, 13, 14, 16 ], "texture": "#side" } + } + }, + { "from": [ 12, 0, 14 ], + "to": [ 16, 3, 16 ], + "faces": { + "down": { "uv": [ 14, 12, 16, 16 ], "texture": "#bottom" }, + "up": { "uv": [ 14, 0, 16, 16 ], "texture": "#top" }, + "north": { "uv": [ 16, 13, 12, 16 ], "texture": "#side" }, + "south": { "uv": [ 12, 13, 16, 16 ], "texture": "#side" }, + "west": { "uv": [ 14, 13, 16, 16 ], "texture": "#side" }, + "east": { "uv": [ 14, 13, 16, 16 ], "texture": "#side" } + } + }, + { "from": [ 14, 0, 12 ], + "to": [ 16, 3, 14 ], + "faces": { + "down": { "uv": [ 14, 12, 16, 14 ], "texture": "#bottom" }, + "up": { "uv": [ 14, 0, 16, 16 ], "texture": "#top" }, + "north": { "uv": [ 16, 13, 14, 16 ], "texture": "#side" }, + "south": { "uv": [ 14, 13, 16, 16 ], "texture": "#side" }, + "west": { "uv": [ 14, 13, 12, 16 ], "texture": "#side" }, + "east": { "uv": [ 14, 13, 12, 16 ], "texture": "#side" } + } + }, + { "from": [ 2, 15, 2 ], + "to": [ 14, 15, 14 ], + "faces": { + "up": { "uv": [ 2, 2, 14, 14 ], "texture": "#water" } + } + } + ] +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/clay.json b/desktopRuntime/resources/assets/minecraft/models/block/clay.json new file mode 100755 index 00000000..8d6a8b4d --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/clay.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/clay" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/coal_block.json b/desktopRuntime/resources/assets/minecraft/models/block/coal_block.json new file mode 100755 index 00000000..04900f5b --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/coal_block.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/coal_block" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/coal_ore.json b/desktopRuntime/resources/assets/minecraft/models/block/coal_ore.json new file mode 100755 index 00000000..ca30faac --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/coal_ore.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/coal_ore" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/coarse_dirt.json b/desktopRuntime/resources/assets/minecraft/models/block/coarse_dirt.json new file mode 100755 index 00000000..1ad94cc2 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/coarse_dirt.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/coarse_dirt" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/cobblestone.json b/desktopRuntime/resources/assets/minecraft/models/block/cobblestone.json new file mode 100755 index 00000000..2ae97d87 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/cobblestone.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/cobblestone" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/cobblestone_wall_inventory.json b/desktopRuntime/resources/assets/minecraft/models/block/cobblestone_wall_inventory.json new file mode 100755 index 00000000..f006948a --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/cobblestone_wall_inventory.json @@ -0,0 +1,6 @@ +{ + "parent": "block/wall_inventory", + "textures": { + "wall": "blocks/cobblestone" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/cobblestone_wall_mossy_inventory.json b/desktopRuntime/resources/assets/minecraft/models/block/cobblestone_wall_mossy_inventory.json new file mode 100755 index 00000000..1cdcb265 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/cobblestone_wall_mossy_inventory.json @@ -0,0 +1,6 @@ +{ + "parent": "block/wall_inventory", + "textures": { + "wall": "blocks/cobblestone_mossy" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/cobblestone_wall_n.json b/desktopRuntime/resources/assets/minecraft/models/block/cobblestone_wall_n.json new file mode 100755 index 00000000..759ea317 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/cobblestone_wall_n.json @@ -0,0 +1,6 @@ +{ + "parent": "block/wall_n", + "textures": { + "wall": "blocks/cobblestone" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/cobblestone_wall_ne.json b/desktopRuntime/resources/assets/minecraft/models/block/cobblestone_wall_ne.json new file mode 100755 index 00000000..2b1ee8c7 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/cobblestone_wall_ne.json @@ -0,0 +1,6 @@ +{ + "parent": "block/wall_ne", + "textures": { + "wall": "blocks/cobblestone" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/cobblestone_wall_ns.json b/desktopRuntime/resources/assets/minecraft/models/block/cobblestone_wall_ns.json new file mode 100755 index 00000000..702db759 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/cobblestone_wall_ns.json @@ -0,0 +1,6 @@ +{ + "parent": "block/wall_ns", + "textures": { + "wall": "blocks/cobblestone" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/cobblestone_wall_ns_above.json b/desktopRuntime/resources/assets/minecraft/models/block/cobblestone_wall_ns_above.json new file mode 100755 index 00000000..a4fdef2a --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/cobblestone_wall_ns_above.json @@ -0,0 +1,6 @@ +{ + "parent": "block/wall_ns_above", + "textures": { + "wall": "blocks/cobblestone" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/cobblestone_wall_nse.json b/desktopRuntime/resources/assets/minecraft/models/block/cobblestone_wall_nse.json new file mode 100755 index 00000000..0f04f0b2 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/cobblestone_wall_nse.json @@ -0,0 +1,6 @@ +{ + "parent": "block/wall_nse", + "textures": { + "wall": "blocks/cobblestone" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/cobblestone_wall_nsew.json b/desktopRuntime/resources/assets/minecraft/models/block/cobblestone_wall_nsew.json new file mode 100755 index 00000000..52e201b7 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/cobblestone_wall_nsew.json @@ -0,0 +1,6 @@ +{ + "parent": "block/wall_nsew", + "textures": { + "wall": "blocks/cobblestone" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/cobblestone_wall_post.json b/desktopRuntime/resources/assets/minecraft/models/block/cobblestone_wall_post.json new file mode 100755 index 00000000..80997e02 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/cobblestone_wall_post.json @@ -0,0 +1,6 @@ +{ + "parent": "block/wall_post", + "textures": { + "wall": "blocks/cobblestone" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/cocoa_age0_s.json b/desktopRuntime/resources/assets/minecraft/models/block/cocoa_age0_s.json new file mode 100755 index 00000000..138a19b2 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/cocoa_age0_s.json @@ -0,0 +1,27 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/cocoa_stage_0", + "cocoa": "blocks/cocoa_stage_0" + }, + "elements": [ + { "from": [ 6, 7, 11 ], + "to": [ 10, 12, 15 ], + "faces": { + "down": { "uv": [ 0, 0, 4, 4 ], "texture": "#cocoa" }, + "up": { "uv": [ 0, 0, 4, 4 ], "texture": "#cocoa" }, + "north": { "uv": [ 11, 4, 15, 9 ], "texture": "#cocoa" }, + "south": { "uv": [ 11, 4, 15, 9 ], "texture": "#cocoa" }, + "west": { "uv": [ 11, 4, 15, 9 ], "texture": "#cocoa" }, + "east": { "uv": [ 11, 4, 15, 9 ], "texture": "#cocoa" } + } + }, + { "from": [ 8, 12, 12 ], + "to": [ 8, 16, 16 ], + "faces": { + "west": { "uv": [ 12, 0, 16, 4 ], "texture": "#cocoa" }, + "east": { "uv": [ 16, 0, 12, 4 ], "texture": "#cocoa" } + } + } + ] +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/cocoa_age1_s.json b/desktopRuntime/resources/assets/minecraft/models/block/cocoa_age1_s.json new file mode 100755 index 00000000..66d548e3 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/cocoa_age1_s.json @@ -0,0 +1,27 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/cocoa_stage_1", + "cocoa": "blocks/cocoa_stage_1" + }, + "elements": [ + { "from": [ 5, 5, 9 ], + "to": [ 11, 12, 15 ], + "faces": { + "down": { "uv": [ 0, 0, 6, 6 ], "texture": "#cocoa" }, + "up": { "uv": [ 0, 0, 6, 6 ], "texture": "#cocoa" }, + "north": { "uv": [ 9, 4, 15, 11 ], "texture": "#cocoa" }, + "south": { "uv": [ 9, 4, 15, 11 ], "texture": "#cocoa" }, + "west": { "uv": [ 9, 4, 15, 11 ], "texture": "#cocoa" }, + "east": { "uv": [ 9, 4, 15, 11 ], "texture": "#cocoa" } + } + }, + { "from": [ 8, 12, 12 ], + "to": [ 8, 16, 16 ], + "faces": { + "west": { "uv": [ 12, 0, 16, 4 ], "texture": "#cocoa" }, + "east": { "uv": [ 16, 0, 12, 4 ], "texture": "#cocoa" } + } + } + ] +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/cocoa_age2_s.json b/desktopRuntime/resources/assets/minecraft/models/block/cocoa_age2_s.json new file mode 100755 index 00000000..b4af58e6 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/cocoa_age2_s.json @@ -0,0 +1,27 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/cocoa_stage_2", + "cocoa": "blocks/cocoa_stage_2" + }, + "elements": [ + { "from": [ 4, 3, 7 ], + "to": [ 12, 12, 15 ], + "faces": { + "down": { "uv": [ 0, 0, 7, 7 ], "texture": "#cocoa" }, + "up": { "uv": [ 0, 0, 7, 7 ], "texture": "#cocoa" }, + "north": { "uv": [ 7, 4, 15, 13 ], "texture": "#cocoa" }, + "south": { "uv": [ 7, 4, 15, 13 ], "texture": "#cocoa" }, + "west": { "uv": [ 7, 4, 15, 13 ], "texture": "#cocoa" }, + "east": { "uv": [ 7, 4, 15, 13 ], "texture": "#cocoa" } + } + }, + { "from": [ 8, 12, 12 ], + "to": [ 8, 16, 16 ], + "faces": { + "west": { "uv": [ 12, 0, 16, 4 ], "texture": "#cocoa" }, + "east": { "uv": [ 16, 0, 12, 4 ], "texture": "#cocoa" } + } + } + ] +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/column_side.json b/desktopRuntime/resources/assets/minecraft/models/block/column_side.json new file mode 100755 index 00000000..ada38394 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/column_side.json @@ -0,0 +1,18 @@ +{ + "textures": { + "particle": "#side" + }, + "elements": [ + { "from": [ 0, 0, 0 ], + "to": [ 16, 16, 16 ], + "faces": { + "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#side", "cullface": "down" }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#side", "cullface": "up" }, + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#end", "cullface": "north" }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#end", "cullface": "south" }, + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#side", "cullface": "west", "rotation": 270 }, + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#side", "cullface": "east", "rotation": 90 } + } + } + ] +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/command_block.json b/desktopRuntime/resources/assets/minecraft/models/block/command_block.json new file mode 100755 index 00000000..cfa9a288 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/command_block.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/command_block" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/comparator_lit.json b/desktopRuntime/resources/assets/minecraft/models/block/comparator_lit.json new file mode 100755 index 00000000..a60af8e0 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/comparator_lit.json @@ -0,0 +1,74 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/comparator_on", + "slab": "blocks/stone_slab_top", + "top": "blocks/comparator_on", + "unlit": "blocks/redstone_torch_off", + "lit": "blocks/redstone_torch_on" + }, + "elements": [ + { "from": [ 0, 0, 0 ], + "to": [ 16, 2, 16 ], + "faces": { + "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#slab", "cullface": "down" }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#top" }, + "north": { "uv": [ 0, 14, 16, 16 ], "texture": "#slab", "cullface": "north" }, + "south": { "uv": [ 0, 14, 16, 16 ], "texture": "#slab", "cullface": "south" }, + "west": { "uv": [ 0, 14, 16, 16 ], "texture": "#slab", "cullface": "west" }, + "east": { "uv": [ 0, 14, 16, 16 ], "texture": "#slab", "cullface": "east" } + } + }, + { "from": [ 4, 7, 11 ], + "to": [ 6, 7, 13 ], + "faces": { + "up": { "uv": [ 7, 6, 9, 8 ], "texture": "#lit" } + } + }, + { "from": [ 4, 2, 10 ], + "to": [ 6, 8, 14 ], + "faces": { + "west": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, + "east": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } + } + }, + { "from": [ 3, 2, 11 ], + "to": [ 7, 8, 13 ], + "faces": { + "north": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, + "south": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } + } + }, + { "from": [ 10, 7, 11 ], + "to": [ 12, 7, 13 ], + "faces": { + "up": { "uv": [ 7, 6, 9, 8 ], "texture": "#lit" } + } + }, + { "from": [ 10, 2, 10 ], + "to": [ 12, 8, 14 ], + "faces": { + "west": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, + "east": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } + } + }, + { "from": [ 9, 2, 11 ], + "to": [ 13, 8, 13 ], + "faces": { + "north": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, + "south": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } + } + }, + { "from": [ 7, 2, 2 ], + "to": [ 9, 4, 4 ], + "faces": { + "down": { "uv": [ 7, 13, 9, 15 ], "texture": "#unlit" }, + "up": { "uv": [ 7, 6, 9, 8 ], "texture": "#unlit" }, + "north": { "uv": [ 7, 6, 9, 8 ], "texture": "#unlit" }, + "south": { "uv": [ 7, 6, 9, 8 ], "texture": "#unlit" }, + "west": { "uv": [ 7, 6, 9, 8 ], "texture": "#unlit" }, + "east": { "uv": [ 7, 6, 9, 8 ], "texture": "#unlit" } + } + } + ] +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/comparator_lit_subtract.json b/desktopRuntime/resources/assets/minecraft/models/block/comparator_lit_subtract.json new file mode 100755 index 00000000..80fc7a74 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/comparator_lit_subtract.json @@ -0,0 +1,83 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/comparator_on", + "slab": "blocks/stone_slab_top", + "top": "blocks/comparator_on", + "unlit": "blocks/redstone_torch_off", + "lit": "blocks/redstone_torch_on" + }, + "elements": [ + { "from": [ 0, 0, 0 ], + "to": [ 16, 2, 16 ], + "faces": { + "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#slab", "cullface": "down" }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#top" }, + "north": { "uv": [ 0, 14, 16, 16 ], "texture": "#slab", "cullface": "north" }, + "south": { "uv": [ 0, 14, 16, 16 ], "texture": "#slab", "cullface": "south" }, + "west": { "uv": [ 0, 14, 16, 16 ], "texture": "#slab", "cullface": "west" }, + "east": { "uv": [ 0, 14, 16, 16 ], "texture": "#slab", "cullface": "east" } + } + }, + { "from": [ 4, 7, 11 ], + "to": [ 6, 7, 13 ], + "faces": { + "up": { "uv": [ 7, 6, 9, 8 ], "texture": "#lit" } + } + }, + { "from": [ 4, 2, 10 ], + "to": [ 6, 8, 14 ], + "faces": { + "west": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, + "east": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } + } + }, + { "from": [ 3, 2, 11 ], + "to": [ 7, 8, 13 ], + "faces": { + "north": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, + "south": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } + } + }, + { "from": [ 10, 7, 11 ], + "to": [ 12, 7, 13 ], + "faces": { + "up": { "uv": [ 7, 6, 9, 8 ], "texture": "#lit" } + } + }, + { "from": [ 10, 2, 10 ], + "to": [ 12, 8, 14 ], + "faces": { + "west": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, + "east": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } + } + }, + { "from": [ 9, 2, 11 ], + "to": [ 13, 8, 13 ], + "faces": { + "north": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, + "south": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } + } + }, + { "from": [ 7, 5, 2 ], + "to": [ 9, 5, 4 ], + "faces": { + "up": { "uv": [ 7, 6, 9, 8 ], "texture": "#lit" } + } + }, + { "from": [ 7, 2, 1 ], + "to": [ 9, 6, 5 ], + "faces": { + "west": { "uv": [ 6, 5, 10, 9 ], "texture": "#lit" }, + "east": { "uv": [ 6, 5, 10, 9 ], "texture": "#lit" } + } + }, + { "from": [ 6, 2, 2 ], + "to": [ 10, 6, 4 ], + "faces": { + "north": { "uv": [ 6, 5, 10, 9 ], "texture": "#lit" }, + "south": { "uv": [ 6, 5, 10, 9 ], "texture": "#lit" } + } + } + ] +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/comparator_unlit.json b/desktopRuntime/resources/assets/minecraft/models/block/comparator_unlit.json new file mode 100755 index 00000000..84d7dcff --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/comparator_unlit.json @@ -0,0 +1,56 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/comparator_off", + "slab": "blocks/stone_slab_top", + "top": "blocks/comparator_off", + "unlit": "blocks/redstone_torch_off", + "lit": "blocks/redstone_torch_on" + }, + "elements": [ + { "from": [ 0, 0, 0 ], + "to": [ 16, 2, 16 ], + "faces": { + "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#slab", "cullface": "down" }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#top" }, + "north": { "uv": [ 0, 14, 16, 16 ], "texture": "#slab", "cullface": "north" }, + "south": { "uv": [ 0, 14, 16, 16 ], "texture": "#slab", "cullface": "south" }, + "west": { "uv": [ 0, 14, 16, 16 ], "texture": "#slab", "cullface": "west" }, + "east": { "uv": [ 0, 14, 16, 16 ], "texture": "#slab", "cullface": "east" } + } + }, + { "from": [ 4, 2, 11 ], + "to": [ 6, 7, 13 ], + "faces": { + "down": { "uv": [ 7, 13, 9, 15 ], "texture": "#unlit" }, + "up": { "uv": [ 7, 6, 9, 8 ], "texture": "#unlit" }, + "north": { "uv": [ 7, 6, 9, 11 ], "texture": "#unlit" }, + "south": { "uv": [ 7, 6, 9, 11 ], "texture": "#unlit" }, + "west": { "uv": [ 7, 6, 9, 11 ], "texture": "#unlit" }, + "east": { "uv": [ 7, 6, 9, 11 ], "texture": "#unlit" } + } + }, + { "from": [ 10, 2, 11 ], + "to": [ 12, 7, 13 ], + "faces": { + "down": { "uv": [ 7, 13, 9, 15 ], "texture": "#unlit" }, + "up": { "uv": [ 7, 6, 9, 8 ], "texture": "#unlit" }, + "north": { "uv": [ 7, 6, 9, 11 ], "texture": "#unlit" }, + "south": { "uv": [ 7, 6, 9, 11 ], "texture": "#unlit" }, + "west": { "uv": [ 7, 6, 9, 11 ], "texture": "#unlit" }, + "east": { "uv": [ 7, 6, 9, 11 ], "texture": "#unlit" } + } + }, + { "from": [ 7, 2, 2 ], + "to": [ 9, 4, 4 ], + "faces": { + "down": { "uv": [ 7, 13, 9, 15 ], "texture": "#unlit" }, + "up": { "uv": [ 7, 6, 9, 8 ], "texture": "#unlit" }, + "north": { "uv": [ 7, 6, 9, 8 ], "texture": "#unlit" }, + "south": { "uv": [ 7, 6, 9, 8 ], "texture": "#unlit" }, + "west": { "uv": [ 7, 6, 9, 8 ], "texture": "#unlit" }, + "east": { "uv": [ 7, 6, 9, 8 ], "texture": "#unlit" } + } + } + ] +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/comparator_unlit_subtract.json b/desktopRuntime/resources/assets/minecraft/models/block/comparator_unlit_subtract.json new file mode 100755 index 00000000..d79ab65f --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/comparator_unlit_subtract.json @@ -0,0 +1,65 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/comparator_off", + "slab": "blocks/stone_slab_top", + "top": "blocks/comparator_off", + "unlit": "blocks/redstone_torch_off", + "lit": "blocks/redstone_torch_on" + }, + "elements": [ + { "from": [ 0, 0, 0 ], + "to": [ 16, 2, 16 ], + "faces": { + "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#slab", "cullface": "down" }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#top" }, + "north": { "uv": [ 0, 14, 16, 16 ], "texture": "#slab", "cullface": "north" }, + "south": { "uv": [ 0, 14, 16, 16 ], "texture": "#slab", "cullface": "south" }, + "west": { "uv": [ 0, 14, 16, 16 ], "texture": "#slab", "cullface": "west" }, + "east": { "uv": [ 0, 14, 16, 16 ], "texture": "#slab", "cullface": "east" } + } + }, + { "from": [ 4, 2, 11 ], + "to": [ 6, 7, 13 ], + "faces": { + "down": { "uv": [ 7, 13, 9, 15 ], "texture": "#unlit" }, + "up": { "uv": [ 7, 6, 9, 8 ], "texture": "#unlit" }, + "north": { "uv": [ 7, 6, 9, 11 ], "texture": "#unlit" }, + "south": { "uv": [ 7, 6, 9, 11 ], "texture": "#unlit" }, + "west": { "uv": [ 7, 6, 9, 11 ], "texture": "#unlit" }, + "east": { "uv": [ 7, 6, 9, 11 ], "texture": "#unlit" } + } + }, + { "from": [ 10, 2, 11 ], + "to": [ 12, 7, 13 ], + "faces": { + "down": { "uv": [ 7, 13, 9, 15 ], "texture": "#unlit" }, + "up": { "uv": [ 7, 6, 9, 8 ], "texture": "#unlit" }, + "north": { "uv": [ 7, 6, 9, 11 ], "texture": "#unlit" }, + "south": { "uv": [ 7, 6, 9, 11 ], "texture": "#unlit" }, + "west": { "uv": [ 7, 6, 9, 11 ], "texture": "#unlit" }, + "east": { "uv": [ 7, 6, 9, 11 ], "texture": "#unlit" } + } + }, + { "from": [ 7, 5, 2 ], + "to": [ 9, 5, 4 ], + "faces": { + "up": { "uv": [ 7, 6, 9, 8 ], "texture": "#lit" } + } + }, + { "from": [ 7, 2, 1 ], + "to": [ 9, 6, 5 ], + "faces": { + "west": { "uv": [ 6, 5, 10, 9 ], "texture": "#lit" }, + "east": { "uv": [ 6, 5, 10, 9 ], "texture": "#lit" } + } + }, + { "from": [ 6, 2, 2 ], + "to": [ 10, 6, 4 ], + "faces": { + "north": { "uv": [ 6, 5, 10, 9 ], "texture": "#lit" }, + "south": { "uv": [ 6, 5, 10, 9 ], "texture": "#lit" } + } + } + ] +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/crafting_table.json b/desktopRuntime/resources/assets/minecraft/models/block/crafting_table.json new file mode 100755 index 00000000..78f11983 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/crafting_table.json @@ -0,0 +1,12 @@ +{ + "parent": "block/cube", + "textures": { + "particle": "blocks/crafting_table_front", + "down": "blocks/planks_oak", + "up": "blocks/crafting_table_top", + "north": "blocks/crafting_table_front", + "east": "blocks/crafting_table_side", + "south": "blocks/crafting_table_side", + "west": "blocks/crafting_table_front" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/crop.json b/desktopRuntime/resources/assets/minecraft/models/block/crop.json new file mode 100755 index 00000000..ea961b8b --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/crop.json @@ -0,0 +1,40 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#crop" + }, + "elements": [ + { "from": [ 4, -1, 0 ], + "to": [ 4, 15, 16 ], + "shade": false, + "faces": { + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#crop" }, + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#crop" } + } + }, + { "from": [ 12, -1, 0 ], + "to": [ 12, 15, 16 ], + "shade": false, + "faces": { + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#crop" }, + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#crop" } + } + }, + { "from": [ 0, -1, 4 ], + "to": [ 16, 15, 4 ], + "shade": false, + "faces": { + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#crop" }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#crop" } + } + }, + { "from": [ 0, -1, 12 ], + "to": [ 16, 15, 12 ], + "shade": false, + "faces": { + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#crop" }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#crop" } + } + } + ] +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/cross.json b/desktopRuntime/resources/assets/minecraft/models/block/cross.json new file mode 100755 index 00000000..14a494ec --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/cross.json @@ -0,0 +1,26 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#cross" + }, + "elements": [ + { "from": [ 0.8, 0, 8 ], + "to": [ 15.2, 16, 8 ], + "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, + "shade": false, + "faces": { + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#cross" }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#cross" } + } + }, + { "from": [ 8, 0, 0.8 ], + "to": [ 8, 16, 15.2 ], + "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, + "shade": false, + "faces": { + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#cross" }, + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#cross" } + } + } + ] +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/cube.json b/desktopRuntime/resources/assets/minecraft/models/block/cube.json new file mode 100755 index 00000000..568af097 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/cube.json @@ -0,0 +1,15 @@ +{ + "elements": [ + { "from": [ 0, 0, 0 ], + "to": [ 16, 16, 16 ], + "faces": { + "down": { "texture": "#down", "cullface": "down" }, + "up": { "texture": "#up", "cullface": "up" }, + "north": { "texture": "#north", "cullface": "north" }, + "south": { "texture": "#south", "cullface": "south" }, + "west": { "texture": "#west", "cullface": "west" }, + "east": { "texture": "#east", "cullface": "east" } + } + } + ] +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/cube_all.json b/desktopRuntime/resources/assets/minecraft/models/block/cube_all.json new file mode 100755 index 00000000..26780101 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/cube_all.json @@ -0,0 +1,12 @@ +{ + "parent": "block/cube", + "textures": { + "particle": "#all", + "down": "#all", + "up": "#all", + "north": "#all", + "east": "#all", + "south": "#all", + "west": "#all" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/cube_bottom_top.json b/desktopRuntime/resources/assets/minecraft/models/block/cube_bottom_top.json new file mode 100755 index 00000000..0a17bb4f --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/cube_bottom_top.json @@ -0,0 +1,12 @@ +{ + "parent": "block/cube", + "textures": { + "particle": "#side", + "down": "#bottom", + "up": "#top", + "north": "#side", + "east": "#side", + "south": "#side", + "west": "#side" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/cube_column.json b/desktopRuntime/resources/assets/minecraft/models/block/cube_column.json new file mode 100755 index 00000000..3f8610e7 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/cube_column.json @@ -0,0 +1,12 @@ +{ + "parent": "block/cube", + "textures": { + "particle": "#side", + "down": "#end", + "up": "#end", + "north": "#side", + "east": "#side", + "south": "#side", + "west": "#side" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/cube_mirrored.json b/desktopRuntime/resources/assets/minecraft/models/block/cube_mirrored.json new file mode 100755 index 00000000..eab2b041 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/cube_mirrored.json @@ -0,0 +1,15 @@ +{ + "elements": [ + { "from": [ 0, 0, 0 ], + "to": [ 16, 16, 16 ], + "faces": { + "down": { "uv": [16, 0, 0, 16], "texture": "#down", "cullface": "down" }, + "up": { "uv": [16, 0, 0, 16], "texture": "#up", "cullface": "up" }, + "north": { "uv": [16, 0, 0, 16], "texture": "#north", "cullface": "north" }, + "south": { "uv": [16, 0, 0, 16], "texture": "#south", "cullface": "south" }, + "west": { "uv": [16, 0, 0, 16], "texture": "#west", "cullface": "west" }, + "east": { "uv": [16, 0, 0, 16], "texture": "#east", "cullface": "east" } + } + } + ] +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/cube_mirrored_all.json b/desktopRuntime/resources/assets/minecraft/models/block/cube_mirrored_all.json new file mode 100755 index 00000000..b3f008c1 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/cube_mirrored_all.json @@ -0,0 +1,12 @@ +{ + "parent": "block/cube_mirrored", + "textures": { + "particle": "#all", + "down": "#all", + "up": "#all", + "north": "#all", + "east": "#all", + "south": "#all", + "west": "#all" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/cube_top.json b/desktopRuntime/resources/assets/minecraft/models/block/cube_top.json new file mode 100755 index 00000000..197af0c2 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/cube_top.json @@ -0,0 +1,12 @@ +{ + "parent": "block/cube", + "textures": { + "particle": "#side", + "down": "#side", + "up": "#top", + "north": "#side", + "east": "#side", + "south": "#side", + "west": "#side" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/cyan_pane_n.json b/desktopRuntime/resources/assets/minecraft/models/block/cyan_pane_n.json new file mode 100755 index 00000000..646f81d7 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/cyan_pane_n.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_n", + "textures": { + "edge": "blocks/glass_pane_top_cyan", + "pane": "blocks/glass_cyan" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/cyan_pane_ne.json b/desktopRuntime/resources/assets/minecraft/models/block/cyan_pane_ne.json new file mode 100755 index 00000000..11c68ddf --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/cyan_pane_ne.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_ne", + "textures": { + "edge": "blocks/glass_pane_top_cyan", + "pane": "blocks/glass_cyan" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/cyan_pane_new.json b/desktopRuntime/resources/assets/minecraft/models/block/cyan_pane_new.json new file mode 100755 index 00000000..72d5c6af --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/cyan_pane_new.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_new", + "textures": { + "edge": "blocks/glass_pane_top_cyan", + "pane": "blocks/glass_cyan" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/cyan_pane_ns.json b/desktopRuntime/resources/assets/minecraft/models/block/cyan_pane_ns.json new file mode 100755 index 00000000..700212ce --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/cyan_pane_ns.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_ns", + "textures": { + "edge": "blocks/glass_pane_top_cyan", + "pane": "blocks/glass_cyan" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/cyan_pane_nse.json b/desktopRuntime/resources/assets/minecraft/models/block/cyan_pane_nse.json new file mode 100755 index 00000000..88f2a8f2 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/cyan_pane_nse.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_nse", + "textures": { + "edge": "blocks/glass_pane_top_cyan", + "pane": "blocks/glass_cyan" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/cyan_pane_nsew.json b/desktopRuntime/resources/assets/minecraft/models/block/cyan_pane_nsew.json new file mode 100755 index 00000000..deb86b84 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/cyan_pane_nsew.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_nsew", + "textures": { + "edge": "blocks/glass_pane_top_cyan", + "pane": "blocks/glass_cyan" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/cyan_pane_nsw.json b/desktopRuntime/resources/assets/minecraft/models/block/cyan_pane_nsw.json new file mode 100755 index 00000000..f34c7243 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/cyan_pane_nsw.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_nsw", + "textures": { + "edge": "blocks/glass_pane_top_cyan", + "pane": "blocks/glass_cyan" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/cyan_pane_nw.json b/desktopRuntime/resources/assets/minecraft/models/block/cyan_pane_nw.json new file mode 100755 index 00000000..0cc803db --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/cyan_pane_nw.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_nw", + "textures": { + "edge": "blocks/glass_pane_top_cyan", + "pane": "blocks/glass_cyan" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/cyan_pane_s.json b/desktopRuntime/resources/assets/minecraft/models/block/cyan_pane_s.json new file mode 100755 index 00000000..84627b97 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/cyan_pane_s.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_s", + "textures": { + "edge": "blocks/glass_pane_top_cyan", + "pane": "blocks/glass_cyan" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/cyan_pane_se.json b/desktopRuntime/resources/assets/minecraft/models/block/cyan_pane_se.json new file mode 100755 index 00000000..321dca13 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/cyan_pane_se.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_se", + "textures": { + "edge": "blocks/glass_pane_top_cyan", + "pane": "blocks/glass_cyan" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/cyan_pane_sew.json b/desktopRuntime/resources/assets/minecraft/models/block/cyan_pane_sew.json new file mode 100755 index 00000000..0edf2da3 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/cyan_pane_sew.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_sew", + "textures": { + "edge": "blocks/glass_pane_top_cyan", + "pane": "blocks/glass_cyan" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/cyan_pane_sw.json b/desktopRuntime/resources/assets/minecraft/models/block/cyan_pane_sw.json new file mode 100755 index 00000000..a135a9cf --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/cyan_pane_sw.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_sw", + "textures": { + "edge": "blocks/glass_pane_top_cyan", + "pane": "blocks/glass_cyan" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/cyan_wool.json b/desktopRuntime/resources/assets/minecraft/models/block/cyan_wool.json new file mode 100755 index 00000000..07158496 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/cyan_wool.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/wool_colored_cyan" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/daisy.json b/desktopRuntime/resources/assets/minecraft/models/block/daisy.json new file mode 100755 index 00000000..750278e8 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/daisy.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cross", + "textures": { + "cross": "blocks/flower_oxeye_daisy" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/dandelion.json b/desktopRuntime/resources/assets/minecraft/models/block/dandelion.json new file mode 100755 index 00000000..fe9a6ee1 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/dandelion.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cross", + "textures": { + "cross": "blocks/flower_dandelion" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/dark_oak_bark.json b/desktopRuntime/resources/assets/minecraft/models/block/dark_oak_bark.json new file mode 100755 index 00000000..f38f1b39 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/dark_oak_bark.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/log_big_oak" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/dark_oak_door_bottom.json b/desktopRuntime/resources/assets/minecraft/models/block/dark_oak_door_bottom.json new file mode 100755 index 00000000..2a549847 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/dark_oak_door_bottom.json @@ -0,0 +1,7 @@ +{ + "parent": "block/door_bottom", + "textures": { + "bottom": "blocks/door_dark_oak_lower", + "top": "blocks/door_dark_oak_upper" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/dark_oak_door_bottom_rh.json b/desktopRuntime/resources/assets/minecraft/models/block/dark_oak_door_bottom_rh.json new file mode 100755 index 00000000..d30e8ac2 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/dark_oak_door_bottom_rh.json @@ -0,0 +1,7 @@ +{ + "parent": "block/door_bottom_rh", + "textures": { + "bottom": "blocks/door_dark_oak_lower", + "top": "blocks/door_dark_oak_upper" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/dark_oak_door_top.json b/desktopRuntime/resources/assets/minecraft/models/block/dark_oak_door_top.json new file mode 100755 index 00000000..d022cf00 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/dark_oak_door_top.json @@ -0,0 +1,7 @@ +{ + "parent": "block/door_top", + "textures": { + "bottom": "blocks/door_dark_oak_lower", + "top": "blocks/door_dark_oak_upper" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/dark_oak_door_top_rh.json b/desktopRuntime/resources/assets/minecraft/models/block/dark_oak_door_top_rh.json new file mode 100755 index 00000000..4b45482a --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/dark_oak_door_top_rh.json @@ -0,0 +1,7 @@ +{ + "parent": "block/door_top_rh", + "textures": { + "bottom": "blocks/door_dark_oak_lower", + "top": "blocks/door_dark_oak_upper" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/dark_oak_fence_gate_closed.json b/desktopRuntime/resources/assets/minecraft/models/block/dark_oak_fence_gate_closed.json new file mode 100755 index 00000000..06080604 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/dark_oak_fence_gate_closed.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_gate_closed", + "textures": { + "texture": "blocks/planks_big_oak" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/dark_oak_fence_gate_open.json b/desktopRuntime/resources/assets/minecraft/models/block/dark_oak_fence_gate_open.json new file mode 100755 index 00000000..98bd20fc --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/dark_oak_fence_gate_open.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_gate_open", + "textures": { + "texture": "blocks/planks_big_oak" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/dark_oak_fence_inventory.json b/desktopRuntime/resources/assets/minecraft/models/block/dark_oak_fence_inventory.json new file mode 100755 index 00000000..10604434 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/dark_oak_fence_inventory.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_inventory", + "textures": { + "texture": "blocks/planks_big_oak" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/dark_oak_fence_n.json b/desktopRuntime/resources/assets/minecraft/models/block/dark_oak_fence_n.json new file mode 100755 index 00000000..3143ca5a --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/dark_oak_fence_n.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_n", + "textures": { + "texture": "blocks/planks_big_oak" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/dark_oak_fence_ne.json b/desktopRuntime/resources/assets/minecraft/models/block/dark_oak_fence_ne.json new file mode 100755 index 00000000..35d2cfc3 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/dark_oak_fence_ne.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_ne", + "textures": { + "texture": "blocks/planks_big_oak" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/dark_oak_fence_ns.json b/desktopRuntime/resources/assets/minecraft/models/block/dark_oak_fence_ns.json new file mode 100755 index 00000000..a4434117 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/dark_oak_fence_ns.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_ns", + "textures": { + "texture": "blocks/planks_big_oak" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/dark_oak_fence_nse.json b/desktopRuntime/resources/assets/minecraft/models/block/dark_oak_fence_nse.json new file mode 100755 index 00000000..ab4e703f --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/dark_oak_fence_nse.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_nse", + "textures": { + "texture": "blocks/planks_big_oak" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/dark_oak_fence_nsew.json b/desktopRuntime/resources/assets/minecraft/models/block/dark_oak_fence_nsew.json new file mode 100755 index 00000000..4af6fdda --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/dark_oak_fence_nsew.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_nsew", + "textures": { + "texture": "blocks/planks_big_oak" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/dark_oak_fence_post.json b/desktopRuntime/resources/assets/minecraft/models/block/dark_oak_fence_post.json new file mode 100755 index 00000000..c99976d1 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/dark_oak_fence_post.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_post", + "textures": { + "texture": "blocks/planks_big_oak" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/dark_oak_inner_stairs.json b/desktopRuntime/resources/assets/minecraft/models/block/dark_oak_inner_stairs.json new file mode 100755 index 00000000..7129e5f5 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/dark_oak_inner_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/inner_stairs", + "textures": { + "bottom": "blocks/planks_big_oak", + "top": "blocks/planks_big_oak", + "side": "blocks/planks_big_oak" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/dark_oak_leaves.json b/desktopRuntime/resources/assets/minecraft/models/block/dark_oak_leaves.json new file mode 100755 index 00000000..b4ce0536 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/dark_oak_leaves.json @@ -0,0 +1,6 @@ +{ + "parent": "block/leaves", + "textures": { + "all": "blocks/leaves_big_oak" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/dark_oak_log.json b/desktopRuntime/resources/assets/minecraft/models/block/dark_oak_log.json new file mode 100755 index 00000000..fcd7b3f6 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/dark_oak_log.json @@ -0,0 +1,7 @@ +{ + "parent": "block/cube_column", + "textures": { + "end": "blocks/log_big_oak_top", + "side": "blocks/log_big_oak" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/dark_oak_log_side.json b/desktopRuntime/resources/assets/minecraft/models/block/dark_oak_log_side.json new file mode 100755 index 00000000..85a5e85f --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/dark_oak_log_side.json @@ -0,0 +1,7 @@ +{ + "parent": "block/column_side", + "textures": { + "end": "blocks/log_big_oak_top", + "side": "blocks/log_big_oak" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/dark_oak_outer_stairs.json b/desktopRuntime/resources/assets/minecraft/models/block/dark_oak_outer_stairs.json new file mode 100755 index 00000000..a65a42fc --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/dark_oak_outer_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/outer_stairs", + "textures": { + "bottom": "blocks/planks_big_oak", + "top": "blocks/planks_big_oak", + "side": "blocks/planks_big_oak" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/dark_oak_planks.json b/desktopRuntime/resources/assets/minecraft/models/block/dark_oak_planks.json new file mode 100755 index 00000000..0f6bb0ad --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/dark_oak_planks.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/planks_big_oak" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/dark_oak_sapling.json b/desktopRuntime/resources/assets/minecraft/models/block/dark_oak_sapling.json new file mode 100755 index 00000000..ac154904 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/dark_oak_sapling.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cross", + "textures": { + "cross": "blocks/sapling_roofed_oak" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/dark_oak_stairs.json b/desktopRuntime/resources/assets/minecraft/models/block/dark_oak_stairs.json new file mode 100755 index 00000000..cc14ba56 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/dark_oak_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/stairs", + "textures": { + "bottom": "blocks/planks_big_oak", + "top": "blocks/planks_big_oak", + "side": "blocks/planks_big_oak" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/dark_oak_wall_gate_closed.json b/desktopRuntime/resources/assets/minecraft/models/block/dark_oak_wall_gate_closed.json new file mode 100755 index 00000000..5eb880cf --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/dark_oak_wall_gate_closed.json @@ -0,0 +1,6 @@ +{ + "parent": "block/wall_gate_closed", + "textures": { + "texture": "blocks/planks_big_oak" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/dark_oak_wall_gate_open.json b/desktopRuntime/resources/assets/minecraft/models/block/dark_oak_wall_gate_open.json new file mode 100755 index 00000000..fd829b23 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/dark_oak_wall_gate_open.json @@ -0,0 +1,6 @@ +{ + "parent": "block/wall_gate_open", + "textures": { + "texture": "blocks/planks_big_oak" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/daylight_detector.json b/desktopRuntime/resources/assets/minecraft/models/block/daylight_detector.json new file mode 100755 index 00000000..88653d4f --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/daylight_detector.json @@ -0,0 +1,20 @@ +{ + "textures": { + "particle": "blocks/daylight_detector_top", + "top": "blocks/daylight_detector_top", + "side": "blocks/daylight_detector_side" + }, + "elements": [ + { "from": [ 0, 0, 0 ], + "to": [ 16, 6, 16 ], + "faces": { + "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#side", "cullface": "down" }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#top" }, + "north": { "uv": [ 0, 10, 16, 16 ], "texture": "#side", "cullface": "north" }, + "south": { "uv": [ 0, 10, 16, 16 ], "texture": "#side", "cullface": "south" }, + "west": { "uv": [ 0, 10, 16, 16 ], "texture": "#side", "cullface": "west" }, + "east": { "uv": [ 0, 10, 16, 16 ], "texture": "#side", "cullface": "east" } + } + } + ] +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/daylight_detector_inverted.json b/desktopRuntime/resources/assets/minecraft/models/block/daylight_detector_inverted.json new file mode 100755 index 00000000..7961620c --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/daylight_detector_inverted.json @@ -0,0 +1,20 @@ +{ + "textures": { + "particle": "blocks/daylight_detector_inverted_top", + "top": "blocks/daylight_detector_inverted_top", + "side": "blocks/daylight_detector_side" + }, + "elements": [ + { "from": [ 0, 0, 0 ], + "to": [ 16, 6, 16 ], + "faces": { + "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#side", "cullface": "down" }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#top" }, + "north": { "uv": [ 0, 10, 16, 16 ], "texture": "#side", "cullface": "north" }, + "south": { "uv": [ 0, 10, 16, 16 ], "texture": "#side", "cullface": "south" }, + "west": { "uv": [ 0, 10, 16, 16 ], "texture": "#side", "cullface": "west" }, + "east": { "uv": [ 0, 10, 16, 16 ], "texture": "#side", "cullface": "east" } + } + } + ] +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/dead_bush.json b/desktopRuntime/resources/assets/minecraft/models/block/dead_bush.json new file mode 100755 index 00000000..f1d4fa34 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/dead_bush.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cross", + "textures": { + "cross": "blocks/deadbush" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/detector_rail_flat.json b/desktopRuntime/resources/assets/minecraft/models/block/detector_rail_flat.json new file mode 100755 index 00000000..3fcd4ce6 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/detector_rail_flat.json @@ -0,0 +1,6 @@ +{ + "parent": "block/rail_flat", + "textures": { + "rail": "blocks/rail_detector" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/detector_rail_powered_flat.json b/desktopRuntime/resources/assets/minecraft/models/block/detector_rail_powered_flat.json new file mode 100755 index 00000000..578ded85 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/detector_rail_powered_flat.json @@ -0,0 +1,6 @@ +{ + "parent": "block/rail_flat", + "textures": { + "rail": "blocks/rail_detector_powered" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/detector_rail_powered_raised_ne.json b/desktopRuntime/resources/assets/minecraft/models/block/detector_rail_powered_raised_ne.json new file mode 100755 index 00000000..d867a6f7 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/detector_rail_powered_raised_ne.json @@ -0,0 +1,6 @@ +{ + "parent": "block/rail_raised_ne", + "textures": { + "rail": "blocks/rail_detector_powered" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/detector_rail_powered_raised_sw.json b/desktopRuntime/resources/assets/minecraft/models/block/detector_rail_powered_raised_sw.json new file mode 100755 index 00000000..abe961c1 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/detector_rail_powered_raised_sw.json @@ -0,0 +1,6 @@ +{ + "parent": "block/rail_raised_sw", + "textures": { + "rail": "blocks/rail_detector_powered" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/detector_rail_raised_ne.json b/desktopRuntime/resources/assets/minecraft/models/block/detector_rail_raised_ne.json new file mode 100755 index 00000000..aede6942 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/detector_rail_raised_ne.json @@ -0,0 +1,6 @@ +{ + "parent": "block/rail_raised_ne", + "textures": { + "rail": "blocks/rail_detector" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/detector_rail_raised_sw.json b/desktopRuntime/resources/assets/minecraft/models/block/detector_rail_raised_sw.json new file mode 100755 index 00000000..1bf2ece2 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/detector_rail_raised_sw.json @@ -0,0 +1,6 @@ +{ + "parent": "block/rail_raised_sw", + "textures": { + "rail": "blocks/rail_detector" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/diamond_block.json b/desktopRuntime/resources/assets/minecraft/models/block/diamond_block.json new file mode 100755 index 00000000..26a95ac6 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/diamond_block.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/diamond_block" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/diamond_ore.json b/desktopRuntime/resources/assets/minecraft/models/block/diamond_ore.json new file mode 100755 index 00000000..08dad4a8 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/diamond_ore.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/diamond_ore" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/diorite.json b/desktopRuntime/resources/assets/minecraft/models/block/diorite.json new file mode 100755 index 00000000..895e5a95 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/diorite.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/stone_diorite" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/diorite_smooth.json b/desktopRuntime/resources/assets/minecraft/models/block/diorite_smooth.json new file mode 100755 index 00000000..f8142693 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/diorite_smooth.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/stone_diorite_smooth" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/dirt.json b/desktopRuntime/resources/assets/minecraft/models/block/dirt.json new file mode 100755 index 00000000..5dca7ca6 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/dirt.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/dirt" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/dispenser.json b/desktopRuntime/resources/assets/minecraft/models/block/dispenser.json new file mode 100755 index 00000000..076d0cc9 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/dispenser.json @@ -0,0 +1,8 @@ +{ + "parent": "block/orientable", + "textures": { + "top": "blocks/furnace_top", + "front": "blocks/dispenser_front_horizontal", + "side": "blocks/furnace_side" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/dispenser_vertical.json b/desktopRuntime/resources/assets/minecraft/models/block/dispenser_vertical.json new file mode 100755 index 00000000..3bb8e043 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/dispenser_vertical.json @@ -0,0 +1,7 @@ +{ + "parent": "block/orientable_vertical", + "textures": { + "front": "blocks/dispenser_front_vertical", + "side": "blocks/furnace_top" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/door_bottom.json b/desktopRuntime/resources/assets/minecraft/models/block/door_bottom.json new file mode 100755 index 00000000..ee70c4e5 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/door_bottom.json @@ -0,0 +1,18 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#bottom" + }, + "elements": [ + { "from": [ 0, 0, 0 ], + "to": [ 3, 16, 16 ], + "faces": { + "down": { "uv": [ 13, 0, 16, 16 ], "texture": "#bottom", "cullface": "down" }, + "north": { "uv": [ 3, 0, 0, 16 ], "texture": "#bottom", "cullface": "north" }, + "south": { "uv": [ 0, 0, 3, 16 ], "texture": "#bottom", "cullface": "south" }, + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#bottom", "cullface": "west" }, + "east": { "uv": [ 16, 0, 0, 16 ], "texture": "#bottom" } + } + } + ] +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/door_bottom_rh.json b/desktopRuntime/resources/assets/minecraft/models/block/door_bottom_rh.json new file mode 100755 index 00000000..f96df0a3 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/door_bottom_rh.json @@ -0,0 +1,18 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#bottom" + }, + "elements": [ + { "from": [ 0, 0, 0 ], + "to": [ 3, 16, 16 ], + "faces": { + "down": { "uv": [ 13, 0, 16, 16 ], "texture": "#bottom", "cullface": "down" }, + "north": { "uv": [ 3, 0, 0, 16 ], "texture": "#bottom", "cullface": "north" }, + "south": { "uv": [ 0, 0, 3, 16 ], "texture": "#bottom", "cullface": "south" }, + "west": { "uv": [ 16, 0, 0, 16 ], "texture": "#bottom", "cullface": "west" }, + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#bottom" } + } + } + ] +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/door_top.json b/desktopRuntime/resources/assets/minecraft/models/block/door_top.json new file mode 100755 index 00000000..4774772a --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/door_top.json @@ -0,0 +1,18 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#top" + }, + "elements": [ + { "from": [ 0, 0, 0 ], + "to": [ 3, 16, 16 ], + "faces": { + "up": { "uv": [ 13, 0, 16, 16 ], "texture": "#bottom", "cullface": "up" }, + "north": { "uv": [ 3, 0, 0, 16 ], "texture": "#top", "cullface": "north" }, + "south": { "uv": [ 0, 0, 3, 16 ], "texture": "#top", "cullface": "south" }, + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#top", "cullface": "west" }, + "east": { "uv": [ 16, 0, 0, 16 ], "texture": "#top" } + } + } + ] +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/door_top_rh.json b/desktopRuntime/resources/assets/minecraft/models/block/door_top_rh.json new file mode 100755 index 00000000..f8df22b4 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/door_top_rh.json @@ -0,0 +1,18 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#top" + }, + "elements": [ + { "from": [ 0, 0, 0 ], + "to": [ 3, 16, 16 ], + "faces": { + "up": { "uv": [ 13, 0, 16, 16 ], "texture": "#bottom", "cullface": "up" }, + "north": { "uv": [ 3, 0, 0, 16 ], "texture": "#top", "cullface": "north" }, + "south": { "uv": [ 0, 0, 3, 16 ], "texture": "#top", "cullface": "south" }, + "west": { "uv": [ 16, 0, 0, 16 ], "texture": "#top", "cullface": "west" }, + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#top" } + } + } + ] +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/double_fern_bottom.json b/desktopRuntime/resources/assets/minecraft/models/block/double_fern_bottom.json new file mode 100755 index 00000000..889e8ee6 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/double_fern_bottom.json @@ -0,0 +1,6 @@ +{ + "parent": "block/tallgrass", + "textures": { + "cross": "blocks/double_plant_fern_bottom" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/double_fern_top.json b/desktopRuntime/resources/assets/minecraft/models/block/double_fern_top.json new file mode 100755 index 00000000..ea84c3f8 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/double_fern_top.json @@ -0,0 +1,6 @@ +{ + "parent": "block/tallgrass", + "textures": { + "cross": "blocks/double_plant_fern_top" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/double_grass_bottom.json b/desktopRuntime/resources/assets/minecraft/models/block/double_grass_bottom.json new file mode 100755 index 00000000..f0dfbaf8 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/double_grass_bottom.json @@ -0,0 +1,6 @@ +{ + "parent": "block/tallgrass", + "textures": { + "cross": "blocks/double_plant_grass_bottom" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/double_grass_top.json b/desktopRuntime/resources/assets/minecraft/models/block/double_grass_top.json new file mode 100755 index 00000000..342fd5d0 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/double_grass_top.json @@ -0,0 +1,6 @@ +{ + "parent": "block/tallgrass", + "textures": { + "cross": "blocks/double_plant_grass_top" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/double_paeonia_bottom.json b/desktopRuntime/resources/assets/minecraft/models/block/double_paeonia_bottom.json new file mode 100755 index 00000000..07e53f39 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/double_paeonia_bottom.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cross", + "textures": { + "cross": "blocks/double_plant_paeonia_bottom" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/double_paeonia_top.json b/desktopRuntime/resources/assets/minecraft/models/block/double_paeonia_top.json new file mode 100755 index 00000000..dd20d5b7 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/double_paeonia_top.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cross", + "textures": { + "cross": "blocks/double_plant_paeonia_top" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/double_rose_bottom.json b/desktopRuntime/resources/assets/minecraft/models/block/double_rose_bottom.json new file mode 100755 index 00000000..486abb89 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/double_rose_bottom.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cross", + "textures": { + "cross": "blocks/double_plant_rose_bottom" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/double_rose_top.json b/desktopRuntime/resources/assets/minecraft/models/block/double_rose_top.json new file mode 100755 index 00000000..a6a6254a --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/double_rose_top.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cross", + "textures": { + "cross": "blocks/double_plant_rose_top" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/double_stone.json b/desktopRuntime/resources/assets/minecraft/models/block/double_stone.json new file mode 100755 index 00000000..7a344804 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/double_stone.json @@ -0,0 +1,7 @@ +{ + "parent": "block/cube_column", + "textures": { + "end": "blocks/stone_slab_top", + "side": "blocks/stone_slab_side" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/double_stone_top.json b/desktopRuntime/resources/assets/minecraft/models/block/double_stone_top.json new file mode 100755 index 00000000..beca1bb2 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/double_stone_top.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/stone_slab_top" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/double_sunflower_bottom.json b/desktopRuntime/resources/assets/minecraft/models/block/double_sunflower_bottom.json new file mode 100755 index 00000000..9a8a0c37 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/double_sunflower_bottom.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cross", + "textures": { + "cross": "blocks/double_plant_sunflower_bottom" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/double_sunflower_top.json b/desktopRuntime/resources/assets/minecraft/models/block/double_sunflower_top.json new file mode 100755 index 00000000..e5d30b71 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/double_sunflower_top.json @@ -0,0 +1,53 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/double_plant_sunflower_front", + "cross": "blocks/double_plant_sunflower_top", + "back": "blocks/double_plant_sunflower_back", + "front": "blocks/double_plant_sunflower_front" + }, + "elements": [ + { "from": [ 0.8, 0, 8 ], + "to": [ 15.2, 8, 8 ], + "rotation": { + "origin": [ 8, 8, 8 ], + "axis": "y", + "angle": 45, + "rescale": true + }, + "shade": false, + "faces": { + "north": { "uv": [ 0, 8, 16, 16 ], "texture": "#cross" }, + "south": { "uv": [ 0, 8, 16, 16 ], "texture": "#cross" } + } + }, + { "from": [ 8, 0, 0.8 ], + "to": [ 8, 8, 15.2 ], + "rotation": { + "origin": [ 8, 8, 8 ], + "axis": "y", + "angle": 45, + "rescale": true + }, + "shade": false, + "faces": { + "west": { "uv": [ 0, 8, 16, 16 ], "texture": "#cross" }, + "east": { "uv": [ 0, 8, 16, 16 ], "texture": "#cross" } + } + }, + { "from": [ 9.6, -1, 1 ], + "to": [ 9.6, 15, 15 ], + "rotation": { + "origin": [ 8, 8, 8 ], + "axis": "z", + "angle": 22.5, + "rescale": true + }, + "shade": false, + "faces": { + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#back" }, + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#front" } + } + } + ] +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/double_syringa_bottom.json b/desktopRuntime/resources/assets/minecraft/models/block/double_syringa_bottom.json new file mode 100755 index 00000000..83df2f2a --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/double_syringa_bottom.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cross", + "textures": { + "cross": "blocks/double_plant_syringa_bottom" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/double_syringa_top.json b/desktopRuntime/resources/assets/minecraft/models/block/double_syringa_top.json new file mode 100755 index 00000000..5655a6ea --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/double_syringa_top.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cross", + "textures": { + "cross": "blocks/double_plant_syringa_top" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/dragon_egg.json b/desktopRuntime/resources/assets/minecraft/models/block/dragon_egg.json new file mode 100755 index 00000000..6c70366f --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/dragon_egg.json @@ -0,0 +1,97 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/dragon_egg", + "all": "blocks/dragon_egg" + }, + "elements": [ + { "from": [ 6, 15, 6 ], + "to": [ 10, 16, 10 ], + "faces": { + "down": { "uv": [ 6, 6, 10, 10 ], "texture": "#all" }, + "up": { "uv": [ 6, 6, 10, 10 ], "texture": "#all" }, + "north": { "uv": [ 6, 15, 10, 16 ], "texture": "#all" }, + "south": { "uv": [ 6, 15, 10, 16 ], "texture": "#all" }, + "west": { "uv": [ 6, 15, 10, 16 ], "texture": "#all" }, + "east": { "uv": [ 6, 15, 10, 16 ], "texture": "#all" } + } + }, + { "from": [ 5, 14, 5 ], + "to": [ 11, 15, 11 ], + "faces": { + "down": { "uv": [ 5, 5, 11, 11 ], "texture": "#all" }, + "up": { "uv": [ 5, 5, 11, 11 ], "texture": "#all" }, + "north": { "uv": [ 5, 14, 11, 15 ], "texture": "#all" }, + "south": { "uv": [ 5, 14, 11, 15 ], "texture": "#all" }, + "west": { "uv": [ 5, 14, 11, 15 ], "texture": "#all" }, + "east": { "uv": [ 5, 14, 11, 15 ], "texture": "#all" } + } + }, + { "from": [ 5, 13, 5 ], + "to": [ 11, 14, 11 ], + "faces": { + "down": { "uv": [ 4, 4, 12, 12 ], "texture": "#all" }, + "up": { "uv": [ 4, 4, 12, 12 ], "texture": "#all" }, + "north": { "uv": [ 4, 13, 12, 14 ], "texture": "#all" }, + "south": { "uv": [ 4, 13, 12, 14 ], "texture": "#all" }, + "west": { "uv": [ 4, 13, 12, 14 ], "texture": "#all" }, + "east": { "uv": [ 4, 13, 12, 14 ], "texture": "#all" } + } + }, + { "from": [ 3, 11, 3 ], + "to": [ 13, 13, 13 ], + "faces": { + "down": { "uv": [ 3, 3, 13, 13 ], "texture": "#all" }, + "up": { "uv": [ 3, 3, 13, 13 ], "texture": "#all" }, + "north": { "uv": [ 3, 11, 13, 13 ], "texture": "#all" }, + "south": { "uv": [ 3, 11, 13, 13 ], "texture": "#all" }, + "west": { "uv": [ 3, 11, 13, 13 ], "texture": "#all" }, + "east": { "uv": [ 3, 11, 13, 13 ], "texture": "#all" } + } + }, + { "from": [ 2, 8, 2 ], + "to": [ 14, 11, 14 ], + "faces": { + "down": { "uv": [ 2, 2, 14, 14 ], "texture": "#all" }, + "up": { "uv": [ 2, 2, 14, 14 ], "texture": "#all" }, + "north": { "uv": [ 2, 8, 14, 11 ], "texture": "#all" }, + "south": { "uv": [ 2, 8, 14, 11 ], "texture": "#all" }, + "west": { "uv": [ 2, 8, 14, 11 ], "texture": "#all" }, + "east": { "uv": [ 2, 8, 14, 11 ], "texture": "#all" } + } + }, + { "from": [ 1, 3, 1 ], + "to": [ 15, 8, 15 ], + "faces": { + "down": { "uv": [ 1, 1, 15, 15 ], "texture": "#all" }, + "up": { "uv": [ 1, 1, 15, 15 ], "texture": "#all" }, + "north": { "uv": [ 1, 3, 15, 8 ], "texture": "#all" }, + "south": { "uv": [ 1, 3, 15, 8 ], "texture": "#all" }, + "west": { "uv": [ 1, 3, 15, 8 ], "texture": "#all" }, + "east": { "uv": [ 1, 3, 15, 8 ], "texture": "#all" } + } + }, + { "from": [ 2, 1, 2 ], + "to": [ 14, 3, 14 ], + "faces": { + "down": { "uv": [ 2, 2, 14, 14 ], "texture": "#all" }, + "up": { "uv": [ 2, 2, 14, 14 ], "texture": "#all" }, + "north": { "uv": [ 2, 1, 14, 3 ], "texture": "#all" }, + "south": { "uv": [ 2, 1, 14, 3 ], "texture": "#all" }, + "west": { "uv": [ 2, 1, 14, 3 ], "texture": "#all" }, + "east": { "uv": [ 2, 1, 14, 3 ], "texture": "#all" } + } + }, + { "from": [ 3, 0, 3 ], + "to": [ 13, 1, 13 ], + "faces": { + "down": { "uv": [ 3, 3, 13, 13 ], "texture": "#all" }, + "up": { "uv": [ 3, 3, 13, 13 ], "texture": "#all" }, + "north": { "uv": [ 3, 0, 13, 1 ], "texture": "#all" }, + "south": { "uv": [ 3, 0, 13, 1 ], "texture": "#all" }, + "west": { "uv": [ 3, 0, 13, 1 ], "texture": "#all" }, + "east": { "uv": [ 3, 0, 13, 1 ], "texture": "#all" } + } + } + ] +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/dropper.json b/desktopRuntime/resources/assets/minecraft/models/block/dropper.json new file mode 100755 index 00000000..d1a4430d --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/dropper.json @@ -0,0 +1,8 @@ +{ + "parent": "block/orientable", + "textures": { + "top": "blocks/furnace_top", + "front": "blocks/dropper_front_horizontal", + "side": "blocks/furnace_side" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/dropper_vertical.json b/desktopRuntime/resources/assets/minecraft/models/block/dropper_vertical.json new file mode 100755 index 00000000..a9d3bf3a --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/dropper_vertical.json @@ -0,0 +1,7 @@ +{ + "parent": "block/orientable_vertical", + "textures": { + "front": "blocks/dropper_front_vertical", + "side": "blocks/furnace_top" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/emerald_block.json b/desktopRuntime/resources/assets/minecraft/models/block/emerald_block.json new file mode 100755 index 00000000..8b71001b --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/emerald_block.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/emerald_block" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/emerald_ore.json b/desktopRuntime/resources/assets/minecraft/models/block/emerald_ore.json new file mode 100755 index 00000000..85c940e4 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/emerald_ore.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/emerald_ore" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/enchanting_table_base.json b/desktopRuntime/resources/assets/minecraft/models/block/enchanting_table_base.json new file mode 100755 index 00000000..3980094f --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/enchanting_table_base.json @@ -0,0 +1,21 @@ +{ + "textures": { + "particle": "blocks/enchanting_table_bottom", + "bottom": "blocks/enchanting_table_bottom", + "top": "blocks/enchanting_table_top", + "side": "blocks/enchanting_table_side" + }, + "elements": [ + { "from": [ 0, 0, 0 ], + "to": [ 16, 12, 16 ], + "faces": { + "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#bottom", "cullface": "down" }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#top" }, + "north": { "uv": [ 0, 4, 16, 16 ], "texture": "#side", "cullface": "north" }, + "south": { "uv": [ 0, 4, 16, 16 ], "texture": "#side", "cullface": "south" }, + "west": { "uv": [ 0, 4, 16, 16 ], "texture": "#side", "cullface": "west" }, + "east": { "uv": [ 0, 4, 16, 16 ], "texture": "#side", "cullface": "east" } + } + } + ] +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/end_portal_frame_empty.json b/desktopRuntime/resources/assets/minecraft/models/block/end_portal_frame_empty.json new file mode 100755 index 00000000..a266dc0d --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/end_portal_frame_empty.json @@ -0,0 +1,21 @@ +{ + "textures": { + "particle": "blocks/endframe_side", + "bottom": "blocks/end_stone", + "top": "blocks/endframe_top", + "side": "blocks/endframe_side" + }, + "elements": [ + { "from": [ 0, 0, 0 ], + "to": [ 16, 13, 16 ], + "faces": { + "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#bottom" }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#top" }, + "north": { "uv": [ 0, 3, 16, 16 ], "texture": "#side" }, + "south": { "uv": [ 0, 3, 16, 16 ], "texture": "#side" }, + "west": { "uv": [ 0, 3, 16, 16 ], "texture": "#side" }, + "east": { "uv": [ 0, 3, 16, 16 ], "texture": "#side" } + } + } + ] +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/end_portal_frame_filled.json b/desktopRuntime/resources/assets/minecraft/models/block/end_portal_frame_filled.json new file mode 100755 index 00000000..4d4c105d --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/end_portal_frame_filled.json @@ -0,0 +1,33 @@ +{ + "textures": { + "particle": "blocks/endframe_side", + "bottom": "blocks/end_stone", + "top": "blocks/endframe_top", + "side": "blocks/endframe_side", + "eye": "blocks/endframe_eye" + }, + "elements": [ + { "from": [ 0, 0, 0 ], + "to": [ 16, 13, 16 ], + "faces": { + "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#bottom" }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#top" }, + "north": { "uv": [ 0, 3, 16, 16 ], "texture": "#side" }, + "south": { "uv": [ 0, 3, 16, 16 ], "texture": "#side" }, + "west": { "uv": [ 0, 3, 16, 16 ], "texture": "#side" }, + "east": { "uv": [ 0, 3, 16, 16 ], "texture": "#side" } + } + }, + { "from": [ 4, 13, 4 ], + "to": [ 12, 16, 12 ], + "faces": { + "down": { "uv": [ 4, 4, 12, 12 ], "texture": "#eye" }, + "up": { "uv": [ 4, 4, 12, 12 ], "texture": "#eye" }, + "north": { "uv": [ 4, 0, 12, 3 ], "texture": "#eye" }, + "south": { "uv": [ 4, 0, 12, 3 ], "texture": "#eye" }, + "west": { "uv": [ 4, 0, 12, 3 ], "texture": "#eye" }, + "east": { "uv": [ 4, 0, 12, 3 ], "texture": "#eye" } + } + } + ] +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/end_stone.json b/desktopRuntime/resources/assets/minecraft/models/block/end_stone.json new file mode 100755 index 00000000..e7eb48ab --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/end_stone.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/end_stone" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/farmland.json b/desktopRuntime/resources/assets/minecraft/models/block/farmland.json new file mode 100755 index 00000000..87b81261 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/farmland.json @@ -0,0 +1,15 @@ +{ + "elements": [ + { "from": [ 0, 0, 0 ], + "to": [ 16, 15, 16 ], + "faces": { + "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#dirt", "cullface": "down" }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#top" }, + "north": { "uv": [ 0, 1, 16, 16 ], "texture": "#dirt", "cullface": "north" }, + "south": { "uv": [ 0, 1, 16, 16 ], "texture": "#dirt", "cullface": "south" }, + "west": { "uv": [ 0, 1, 16, 16 ], "texture": "#dirt", "cullface": "west" }, + "east": { "uv": [ 0, 1, 16, 16 ], "texture": "#dirt", "cullface": "east" } + } + } + ] +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/farmland_dry.json b/desktopRuntime/resources/assets/minecraft/models/block/farmland_dry.json new file mode 100755 index 00000000..fd4aae8d --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/farmland_dry.json @@ -0,0 +1,8 @@ +{ + "parent": "block/farmland", + "textures": { + "particle": "blocks/dirt", + "dirt": "blocks/dirt", + "top": "blocks/farmland_dry" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/farmland_moist.json b/desktopRuntime/resources/assets/minecraft/models/block/farmland_moist.json new file mode 100755 index 00000000..0c71d8f8 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/farmland_moist.json @@ -0,0 +1,8 @@ +{ + "parent": "block/farmland", + "textures": { + "particle": "blocks/dirt", + "dirt": "blocks/dirt", + "top": "blocks/farmland_wet" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/fence_gate_closed.json b/desktopRuntime/resources/assets/minecraft/models/block/fence_gate_closed.json new file mode 100755 index 00000000..9f5df16f --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/fence_gate_closed.json @@ -0,0 +1,95 @@ +{ + "textures": { + "particle" : "#texture" + }, + "elements": [ + { "__comment": "Left-hand post", + "from": [ 0, 5, 7 ], + "to": [ 2, 16, 9 ], + "faces": { + "down": { "uv": [ 0, 7, 2, 9 ], "texture": "#texture" }, + "up": { "uv": [ 0, 7, 2, 9 ], "texture": "#texture" }, + "north": { "uv": [ 0, 0, 2, 11 ], "texture": "#texture" }, + "south": { "uv": [ 0, 0, 2, 11 ], "texture": "#texture" }, + "west": { "uv": [ 7, 0, 9, 11 ], "texture": "#texture", "cullface": "west" }, + "east": { "uv": [ 7, 0, 9, 11 ], "texture": "#texture" } + } + }, + { "__comment": "Right-hand post", + "from": [ 14, 5, 7 ], + "to": [ 16, 16, 9 ], + "faces": { + "down": { "uv": [ 14, 7, 16, 9 ], "texture": "#texture" }, + "up": { "uv": [ 14, 7, 16, 9 ], "texture": "#texture" }, + "north": { "uv": [ 14, 0, 16, 11 ], "texture": "#texture" }, + "south": { "uv": [ 14, 0, 16, 11 ], "texture": "#texture" }, + "west": { "uv": [ 7, 0, 9, 11 ], "texture": "#texture" }, + "east": { "uv": [ 7, 0, 9, 11 ], "texture": "#texture", "cullface": "east" } + } + }, + { "__comment": "Inner vertical post of left-hand gate door", + "from": [ 6, 6, 7 ], + "to": [ 8, 15, 9 ], + "faces": { + "down": { "uv": [ 6, 7, 8, 9 ], "texture": "#texture" }, + "up": { "uv": [ 6, 7, 8, 9 ], "texture": "#texture" }, + "north": { "uv": [ 6, 1, 8, 10 ], "texture": "#texture" }, + "south": { "uv": [ 6, 1, 8, 10 ], "texture": "#texture" }, + "west": { "uv": [ 7, 1, 9, 10 ], "texture": "#texture" }, + "east": { "uv": [ 7, 1, 9, 10 ], "texture": "#texture" } + } + }, + { "__comment": "Inner vertical post of right-hand gate door", + "from": [ 8, 6, 7 ], + "to": [ 10, 15, 9 ], + "faces": { + "down": { "uv": [ 8, 7, 10, 9 ], "texture": "#texture" }, + "up": { "uv": [ 8, 7, 10, 9 ], "texture": "#texture" }, + "north": { "uv": [ 8, 1, 10, 10 ], "texture": "#texture" }, + "south": { "uv": [ 8, 1, 10, 10 ], "texture": "#texture" }, + "west": { "uv": [ 7, 1, 9, 10 ], "texture": "#texture" }, + "east": { "uv": [ 7, 1, 9, 10 ], "texture": "#texture" } + } + }, + { "__comment": "Lower horizontal bar of left-hand gate door", + "from": [ 2, 6, 7 ], + "to": [ 6, 9, 9 ], + "faces": { + "down": { "uv": [ 2, 7, 6, 9 ], "texture": "#texture" }, + "up": { "uv": [ 2, 7, 6, 9 ], "texture": "#texture" }, + "north": { "uv": [ 2, 7, 6, 10 ], "texture": "#texture" }, + "south": { "uv": [ 2, 7, 6, 10 ], "texture": "#texture" } + } + }, + { "__comment": "Upper horizontal bar of left-hand gate door", + "from": [ 2, 12, 7 ], + "to": [ 6, 15, 9 ], + "faces": { + "down": { "uv": [ 2, 7, 6, 9 ], "texture": "#texture" }, + "up": { "uv": [ 2, 7, 6, 9 ], "texture": "#texture" }, + "north": { "uv": [ 2, 1, 6, 4 ], "texture": "#texture" }, + "south": { "uv": [ 2, 1, 6, 4 ], "texture": "#texture" } + } + }, + { "__comment": "Lower horizontal bar of right-hand gate door", + "from": [ 10, 6, 7 ], + "to": [ 14, 9, 9 ], + "faces": { + "down": { "uv": [ 10, 7, 14, 9 ], "texture": "#texture" }, + "up": { "uv": [ 10, 7, 14, 9 ], "texture": "#texture" }, + "north": { "uv": [ 10, 7, 14, 10 ], "texture": "#texture" }, + "south": { "uv": [ 10, 7, 14, 10 ], "texture": "#texture" } + } + }, + { "__comment": "Upper horizontal bar of right-hand gate door", + "from": [ 10, 12, 7 ], + "to": [ 14, 15, 9 ], + "faces": { + "down": { "uv": [ 10, 7, 14, 9 ], "texture": "#texture" }, + "up": { "uv": [ 10, 7, 14, 9 ], "texture": "#texture" }, + "north": { "uv": [ 10, 1, 14, 4 ], "texture": "#texture" }, + "south": { "uv": [ 10, 1, 14, 4 ], "texture": "#texture" } + } + } + ] +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/fence_gate_open.json b/desktopRuntime/resources/assets/minecraft/models/block/fence_gate_open.json new file mode 100755 index 00000000..16960c36 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/fence_gate_open.json @@ -0,0 +1,95 @@ +{ + "textures": { + "particle" : "#texture" + }, + "elements": [ + { "__comment": "Left-hand post", + "from": [ 0, 5, 7 ], + "to": [ 2, 16, 9 ], + "faces": { + "down": { "uv": [ 0, 7, 2, 9 ], "texture": "#texture" }, + "up": { "uv": [ 0, 7, 2, 9 ], "texture": "#texture" }, + "north": { "uv": [ 0, 0, 2, 11 ], "texture": "#texture" }, + "south": { "uv": [ 0, 0, 2, 11 ], "texture": "#texture" }, + "west": { "uv": [ 7, 0, 9, 11 ], "texture": "#texture", "cullface": "west" }, + "east": { "uv": [ 7, 0, 9, 11 ], "texture": "#texture" } + } + }, + { "__comment": "Right-hand post", + "from": [ 14, 5, 7 ], + "to": [ 16, 16, 9 ], + "faces": { + "down": { "uv": [ 14, 7, 16, 9 ], "texture": "#texture" }, + "up": { "uv": [ 14, 7, 16, 9 ], "texture": "#texture" }, + "north": { "uv": [ 14, 0, 16, 11 ], "texture": "#texture" }, + "south": { "uv": [ 14, 0, 16, 11 ], "texture": "#texture" }, + "west": { "uv": [ 7, 0, 9, 11 ], "texture": "#texture" }, + "east": { "uv": [ 7, 0, 9, 11 ], "texture": "#texture", "cullface": "east" } + } + }, + { "__comment": "Inner vertical post of left-hand gate door", + "from": [ 0, 6, 13 ], + "to": [ 2, 15, 15 ], + "faces": { + "down": { "uv": [ 0, 13, 2, 15 ], "texture": "#texture" }, + "up": { "uv": [ 0, 13, 2, 15 ], "texture": "#texture" }, + "north": { "uv": [ 0, 1, 2, 10 ], "texture": "#texture" }, + "south": { "uv": [ 0, 1, 2, 10 ], "texture": "#texture" }, + "west": { "uv": [ 13, 1, 15, 10 ], "texture": "#texture" }, + "east": { "uv": [ 13, 1, 15, 10 ], "texture": "#texture" } + } + }, + { "__comment": "Inner vertical post of right-hand gate door", + "from": [ 14, 6, 13 ], + "to": [ 16, 15, 15 ], + "faces": { + "down": { "uv": [ 14, 13, 16, 15 ], "texture": "#texture" }, + "up": { "uv": [ 14, 13, 16, 15 ], "texture": "#texture" }, + "north": { "uv": [ 14, 1, 16, 10 ], "texture": "#texture" }, + "south": { "uv": [ 14, 1, 16, 10 ], "texture": "#texture" }, + "west": { "uv": [ 13, 1, 15, 10 ], "texture": "#texture" }, + "east": { "uv": [ 13, 1, 15, 10 ], "texture": "#texture" } + } + }, + { "__comment": "Lower horizontal bar of left-hand gate door", + "from": [ 0, 6, 9 ], + "to": [ 2, 9, 13 ], + "faces": { + "down": { "uv": [ 0, 9, 2, 13 ], "texture": "#texture" }, + "up": { "uv": [ 0, 9, 2, 13 ], "texture": "#texture" }, + "west": { "uv": [ 13, 7, 15, 10 ], "texture": "#texture" }, + "east": { "uv": [ 13, 7, 15, 10 ], "texture": "#texture" } + } + }, + { "__comment": "Upper horizontal bar of left-hand gate door", + "from": [ 0, 12, 9 ], + "to": [ 2, 15, 13 ], + "faces": { + "down": { "uv": [ 0, 9, 2, 13 ], "texture": "#texture" }, + "up": { "uv": [ 0, 9, 2, 13 ], "texture": "#texture" }, + "west": { "uv": [ 13, 1, 15, 4 ], "texture": "#texture" }, + "east": { "uv": [ 13, 1, 15, 4 ], "texture": "#texture" } + } + }, + { "__comment": "Lower horizontal bar of left-hand gate door", + "from": [ 14, 6, 9 ], + "to": [ 16, 9, 13 ], + "faces": { + "down": { "uv": [ 14, 9, 16, 13 ], "texture": "#texture" }, + "up": { "uv": [ 14, 9, 16, 13 ], "texture": "#texture" }, + "west": { "uv": [ 13, 7, 15, 10 ], "texture": "#texture" }, + "east": { "uv": [ 13, 7, 15, 10 ], "texture": "#texture" } + } + }, + { "__comment": "Upper horizontal bar of left-hand gate door", + "from": [ 14, 12, 9 ], + "to": [ 16, 15, 13 ], + "faces": { + "down": { "uv": [ 14, 9, 16, 13 ], "texture": "#texture" }, + "up": { "uv": [ 14, 9, 16, 13 ], "texture": "#texture" }, + "west": { "uv": [ 13, 1, 15, 4 ], "texture": "#texture" }, + "east": { "uv": [ 13, 1, 15, 4 ], "texture": "#texture" } + } + } + ] +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/fence_inventory.json b/desktopRuntime/resources/assets/minecraft/models/block/fence_inventory.json new file mode 100755 index 00000000..7f23da44 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/fence_inventory.json @@ -0,0 +1,56 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#texture" + }, + "elements": [ + { "from": [ 6, 0, 0 ], + "to": [ 10, 16, 4 ], + "faces": { + "down": { "uv": [ 6, 0, 10, 4 ], "texture": "#texture", "cullface": "down" }, + "up": { "uv": [ 6, 0, 10, 4 ], "texture": "#texture" }, + "north": { "uv": [ 6, 0, 10, 16 ], "texture": "#texture" }, + "south": { "uv": [ 6, 0, 10, 16 ], "texture": "#texture" }, + "west": { "uv": [ 0, 0, 4, 16 ], "texture": "#texture" }, + "east": { "uv": [ 0, 0, 4, 16 ], "texture": "#texture" } + }, + "__comment": "Left post" + }, + { "from": [ 6, 0, 12 ], + "to": [ 10, 16, 16 ], + "faces": { + "down": { "uv": [ 6, 12, 10, 16 ], "texture": "#texture", "cullface": "down" }, + "up": { "uv": [ 6, 12, 10, 16 ], "texture": "#texture" }, + "north": { "uv": [ 6, 0, 10, 16 ], "texture": "#texture" }, + "south": { "uv": [ 6, 0, 10, 16 ], "texture": "#texture" }, + "west": { "uv": [ 12, 0, 16, 16 ], "texture": "#texture" }, + "east": { "uv": [ 12, 0, 16, 16 ], "texture": "#texture" } + }, + "__comment": "Right post" + }, + { "from": [ 7, 13, -2 ], + "to": [ 9, 15, 18 ], + "faces": { + "down": { "uv": [ 7, 0, 9, 16 ], "texture": "#texture" }, + "up": { "uv": [ 7, 0, 9, 16 ], "texture": "#texture" }, + "north": { "uv": [ 7, 1, 9, 3 ], "texture": "#texture" }, + "south": { "uv": [ 7, 1, 9, 3 ], "texture": "#texture" }, + "west": { "uv": [ 0, 1, 16, 3 ], "texture": "#texture" }, + "east": { "uv": [ 0, 1, 16, 3 ], "texture": "#texture" } + }, + "__comment": "Top bar" + }, + { "from": [ 7, 5, -2 ], + "to": [ 9, 7, 18 ], + "faces": { + "down": { "uv": [ 7, 0, 9, 16 ], "texture": "#texture" }, + "up": { "uv": [ 7, 0, 9, 16 ], "texture": "#texture" }, + "north": { "uv": [ 7, 9, 9, 11 ], "texture": "#texture" }, + "south": { "uv": [ 7, 9, 9, 11 ], "texture": "#texture" }, + "west": { "uv": [ 0, 9, 16, 11 ], "texture": "#texture" }, + "east": { "uv": [ 0, 9, 16, 11 ], "texture": "#texture" } + }, + "__comment": "Lower bar" + } + ] +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/fence_n.json b/desktopRuntime/resources/assets/minecraft/models/block/fence_n.json new file mode 100755 index 00000000..0284fdcf --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/fence_n.json @@ -0,0 +1,41 @@ +{ + "textures": { + "particle": "#texture" + }, + "elements": [ + { "from": [ 6, 0, 6 ], + "to": [ 10, 16, 10 ], + "faces": { + "down": { "uv": [ 6, 6, 10, 10 ], "texture": "#texture", "cullface": "down" }, + "up": { "uv": [ 6, 6, 10, 10 ], "texture": "#texture", "cullface": "up" }, + "north": { "uv": [ 6, 0, 10, 16 ], "texture": "#texture" }, + "south": { "uv": [ 6, 0, 10, 16 ], "texture": "#texture" }, + "west": { "uv": [ 6, 0, 10, 16 ], "texture": "#texture" }, + "east": { "uv": [ 6, 0, 10, 16 ], "texture": "#texture" } + }, + "__comment": "Center post" + }, + { "from": [ 7, 12, 0 ], + "to": [ 9, 15, 9 ], + "faces": { + "down": { "uv": [ 7, 0, 9, 9 ], "texture": "#texture" }, + "up": { "uv": [ 7, 0, 9, 9 ], "texture": "#texture" }, + "north": { "uv": [ 7, 1, 9, 4 ], "texture": "#texture", "cullface": "north" }, + "west": { "uv": [ 0, 1, 9, 4 ], "texture": "#texture" }, + "east": { "uv": [ 0, 1, 9, 4 ], "texture": "#texture" } + }, + "__comment": "North top bar" + }, + { "from": [ 7, 6, 0 ], + "to": [ 9, 9, 9 ], + "faces": { + "down": { "uv": [ 7, 0, 9, 9 ], "texture": "#texture" }, + "up": { "uv": [ 7, 0, 9, 9 ], "texture": "#texture" }, + "north": { "uv": [ 7, 7, 9, 10 ], "texture": "#texture", "cullface": "north" }, + "west": { "uv": [ 0, 7, 9, 10 ], "texture": "#texture" }, + "east": { "uv": [ 0, 7, 9, 10 ], "texture": "#texture" } + }, + "__comment": "North lower bar" + } + ] +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/fence_ne.json b/desktopRuntime/resources/assets/minecraft/models/block/fence_ne.json new file mode 100755 index 00000000..b223f013 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/fence_ne.json @@ -0,0 +1,63 @@ +{ + "textures": { + "particle": "#texture" + }, + "elements": [ + { "from": [ 6, 0, 6 ], + "to": [ 10, 16, 10 ], + "faces": { + "down": { "uv": [ 6, 6, 10, 10 ], "texture": "#texture", "cullface": "down" }, + "up": { "uv": [ 6, 6, 10, 10 ], "texture": "#texture", "cullface": "up" }, + "north": { "uv": [ 6, 0, 10, 16 ], "texture": "#texture" }, + "south": { "uv": [ 6, 0, 10, 16 ], "texture": "#texture" }, + "west": { "uv": [ 6, 0, 10, 16 ], "texture": "#texture" }, + "east": { "uv": [ 6, 0, 10, 16 ], "texture": "#texture" } + }, + "__comment": "Center post" + }, + { "from": [ 7, 12, 0 ], + "to": [ 9, 15, 9 ], + "faces": { + "down": { "uv": [ 7, 0, 9, 9 ], "texture": "#texture" }, + "up": { "uv": [ 7, 0, 9, 9 ], "texture": "#texture" }, + "north": { "uv": [ 7, 1, 9, 4 ], "texture": "#texture", "cullface": "north" }, + "west": { "uv": [ 0, 1, 9, 4 ], "texture": "#texture" }, + "east": { "uv": [ 0, 1, 9, 4 ], "texture": "#texture" } + }, + "__comment": "North top bar" + }, + { "from": [ 7, 6, 0 ], + "to": [ 9, 9, 9 ], + "faces": { + "down": { "uv": [ 7, 0, 9, 9 ], "texture": "#texture" }, + "up": { "uv": [ 7, 0, 9, 9 ], "texture": "#texture" }, + "north": { "uv": [ 7, 7, 9, 10 ], "texture": "#texture", "cullface": "north" }, + "west": { "uv": [ 0, 7, 9, 10 ], "texture": "#texture" }, + "east": { "uv": [ 0, 7, 9, 10 ], "texture": "#texture" } + }, + "__comment": "North lower bar" + }, + { "from": [ 7, 12, 7 ], + "to": [ 16, 15, 9 ], + "faces": { + "down": { "uv": [ 7, 7, 16, 9 ], "texture": "#texture" }, + "up": { "uv": [ 7, 7, 16, 9 ], "texture": "#texture" }, + "north": { "uv": [ 7, 1, 16, 4 ], "texture": "#texture" }, + "south": { "uv": [ 7, 1, 16, 4 ], "texture": "#texture" }, + "east": { "uv": [ 7, 1, 9, 4 ], "texture": "#texture", "cullface": "east" } + }, + "__comment": "East top bar" + }, + { "from": [ 7, 6, 7 ], + "to": [ 16, 9, 9 ], + "faces": { + "down": { "uv": [ 7, 7, 16, 9 ], "texture": "#texture" }, + "up": { "uv": [ 7, 7, 16, 9 ], "texture": "#texture" }, + "north": { "uv": [ 7, 7, 16, 10 ], "texture": "#texture" }, + "south": { "uv": [ 7, 7, 16, 10 ], "texture": "#texture" }, + "east": { "uv": [ 7, 7, 9, 10 ], "texture": "#texture", "cullface": "east" } + }, + "__comment": "East lower bar" + } + ] +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/fence_ns.json b/desktopRuntime/resources/assets/minecraft/models/block/fence_ns.json new file mode 100755 index 00000000..03a71b50 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/fence_ns.json @@ -0,0 +1,43 @@ +{ + "textures": { + "particle": "#texture" + }, + "elements": [ + { "from": [ 6, 0, 6 ], + "to": [ 10, 16, 10 ], + "faces": { + "down": { "uv": [ 6, 6, 10, 10 ], "texture": "#texture", "cullface": "down" }, + "up": { "uv": [ 6, 6, 10, 10 ], "texture": "#texture", "cullface": "up" }, + "north": { "uv": [ 6, 0, 10, 16 ], "texture": "#texture" }, + "south": { "uv": [ 6, 0, 10, 16 ], "texture": "#texture" }, + "west": { "uv": [ 6, 0, 10, 16 ], "texture": "#texture" }, + "east": { "uv": [ 6, 0, 10, 16 ], "texture": "#texture" } + }, + "__comment": "Center post" + }, + { "from": [ 7, 12, 0 ], + "to": [ 9, 15, 16 ], + "faces": { + "down": { "uv": [ 7, 0, 9, 16 ], "texture": "#texture" }, + "up": { "uv": [ 7, 0, 9, 16 ], "texture": "#texture" }, + "north": { "uv": [ 7, 1, 9, 4 ], "texture": "#texture", "cullface": "north" }, + "south": { "uv": [ 7, 1, 9, 4 ], "texture": "#texture", "cullface": "south" }, + "west": { "uv": [ 0, 1, 16, 4 ], "texture": "#texture" }, + "east": { "uv": [ 0, 1, 16, 4 ], "texture": "#texture" } + }, + "__comment": "North-south top bar" + }, + { "from": [ 7, 6, 0 ], + "to": [ 9, 9, 16 ], + "faces": { + "down": { "uv": [ 7, 0, 9, 16 ], "texture": "#texture" }, + "up": { "uv": [ 7, 0, 9, 16 ], "texture": "#texture" }, + "north": { "uv": [ 7, 7, 9, 10 ], "texture": "#texture", "cullface": "north" }, + "south": { "uv": [ 7, 7, 9, 10 ], "texture": "#texture", "cullface": "south" }, + "west": { "uv": [ 0, 7, 16, 10 ], "texture": "#texture" }, + "east": { "uv": [ 0, 7, 16, 10 ], "texture": "#texture" } + }, + "__comment": "North-south lower bar" + } + ] +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/fence_nse.json b/desktopRuntime/resources/assets/minecraft/models/block/fence_nse.json new file mode 100755 index 00000000..ab7f0cc4 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/fence_nse.json @@ -0,0 +1,65 @@ +{ + "textures": { + "particle": "#texture" + }, + "elements": [ + { "from": [ 6, 0, 6 ], + "to": [ 10, 16, 10 ], + "faces": { + "down": { "uv": [ 6, 6, 10, 10 ], "texture": "#texture", "cullface": "down" }, + "up": { "uv": [ 6, 6, 10, 10 ], "texture": "#texture", "cullface": "up" }, + "north": { "uv": [ 6, 0, 10, 16 ], "texture": "#texture" }, + "south": { "uv": [ 6, 0, 10, 16 ], "texture": "#texture" }, + "west": { "uv": [ 6, 0, 10, 16 ], "texture": "#texture" }, + "east": { "uv": [ 6, 0, 10, 16 ], "texture": "#texture" } + }, + "__comment": "Center post" + }, + { "from": [ 7, 12, 0 ], + "to": [ 9, 15, 16 ], + "faces": { + "down": { "uv": [ 7, 0, 9, 16 ], "texture": "#texture" }, + "up": { "uv": [ 7, 0, 9, 16 ], "texture": "#texture" }, + "north": { "uv": [ 7, 1, 9, 4 ], "texture": "#texture", "cullface": "north" }, + "south": { "uv": [ 7, 1, 9, 4 ], "texture": "#texture", "cullface": "south" }, + "west": { "uv": [ 0, 1, 16, 4 ], "texture": "#texture" }, + "east": { "uv": [ 0, 1, 16, 4 ], "texture": "#texture" } + }, + "__comment": "North-south top bar" + }, + { "from": [ 7, 6, 0 ], + "to": [ 9, 9, 16 ], + "faces": { + "down": { "uv": [ 7, 0, 9, 16 ], "texture": "#texture" }, + "up": { "uv": [ 7, 0, 9, 16 ], "texture": "#texture" }, + "north": { "uv": [ 7, 7, 9, 10 ], "texture": "#texture", "cullface": "north" }, + "south": { "uv": [ 7, 7, 9, 10 ], "texture": "#texture", "cullface": "south" }, + "west": { "uv": [ 0, 7, 16, 10 ], "texture": "#texture" }, + "east": { "uv": [ 0, 7, 16, 10 ], "texture": "#texture" } + }, + "__comment": "North-south lower bar" + }, + { "from": [ 7, 12, 7 ], + "to": [ 16, 15, 9 ], + "faces": { + "down": { "uv": [ 7, 7, 16, 9 ], "texture": "#texture" }, + "up": { "uv": [ 7, 7, 16, 9 ], "texture": "#texture" }, + "north": { "uv": [ 7, 1, 16, 4 ], "texture": "#texture" }, + "south": { "uv": [ 7, 1, 16, 4 ], "texture": "#texture" }, + "east": { "uv": [ 7, 1, 9, 4 ], "texture": "#texture", "cullface": "east" } + }, + "__comment": "East top bar" + }, + { "from": [ 7, 6, 7 ], + "to": [ 16, 9, 9 ], + "faces": { + "down": { "uv": [ 7, 7, 16, 9 ], "texture": "#texture" }, + "up": { "uv": [ 7, 7, 16, 9 ], "texture": "#texture" }, + "north": { "uv": [ 7, 7, 16, 10 ], "texture": "#texture" }, + "south": { "uv": [ 7, 7, 16, 10 ], "texture": "#texture" }, + "east": { "uv": [ 7, 7, 9, 10 ], "texture": "#texture", "cullface": "east" } + }, + "__comment": "East lower bar" + } + ] +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/fence_nsew.json b/desktopRuntime/resources/assets/minecraft/models/block/fence_nsew.json new file mode 100755 index 00000000..abce2487 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/fence_nsew.json @@ -0,0 +1,67 @@ +{ + "textures": { + "particle": "#texture" + }, + "elements": [ + { "from": [ 6, 0, 6 ], + "to": [ 10, 16, 10 ], + "faces": { + "down": { "uv": [ 6, 6, 10, 10 ], "texture": "#texture", "cullface": "down" }, + "up": { "uv": [ 6, 6, 10, 10 ], "texture": "#texture", "cullface": "up" }, + "north": { "uv": [ 6, 0, 10, 16 ], "texture": "#texture" }, + "south": { "uv": [ 6, 0, 10, 16 ], "texture": "#texture" }, + "west": { "uv": [ 6, 0, 10, 16 ], "texture": "#texture" }, + "east": { "uv": [ 6, 0, 10, 16 ], "texture": "#texture" } + }, + "__comment": "Center post" + }, + { "from": [ 7, 12, 0 ], + "to": [ 9, 15, 16 ], + "faces": { + "down": { "uv": [ 7, 0, 9, 16 ], "texture": "#texture" }, + "up": { "uv": [ 7, 0, 9, 16 ], "texture": "#texture" }, + "north": { "uv": [ 7, 1, 9, 4 ], "texture": "#texture", "cullface": "north" }, + "south": { "uv": [ 7, 1, 9, 4 ], "texture": "#texture", "cullface": "south" }, + "west": { "uv": [ 0, 1, 16, 4 ], "texture": "#texture" }, + "east": { "uv": [ 0, 1, 16, 4 ], "texture": "#texture" } + }, + "__comment": "North-south top bar" + }, + { "from": [ 7, 6, 0 ], + "to": [ 9, 9, 16 ], + "faces": { + "down": { "uv": [ 7, 0, 9, 16 ], "texture": "#texture" }, + "up": { "uv": [ 7, 0, 9, 16 ], "texture": "#texture" }, + "north": { "uv": [ 7, 7, 9, 10 ], "texture": "#texture", "cullface": "north" }, + "south": { "uv": [ 7, 7, 9, 10 ], "texture": "#texture", "cullface": "south" }, + "west": { "uv": [ 0, 7, 16, 10 ], "texture": "#texture" }, + "east": { "uv": [ 0, 7, 16, 10 ], "texture": "#texture" } + }, + "__comment": "North-south lower bar" + }, + { "from": [ 0, 12, 7 ], + "to": [ 16, 15, 9 ], + "faces": { + "down": { "uv": [ 0, 7, 16, 9 ], "texture": "#texture" }, + "up": { "uv": [ 0, 7, 16, 9 ], "texture": "#texture" }, + "north": { "uv": [ 0, 1, 16, 4 ], "texture": "#texture" }, + "south": { "uv": [ 0, 1, 16, 4 ], "texture": "#texture" }, + "west": { "uv": [ 7, 1, 9, 4 ], "texture": "#texture", "cullface": "west" }, + "east": { "uv": [ 7, 1, 9, 4 ], "texture": "#texture", "cullface": "east" } + }, + "__comment": "East-west top bar" + }, + { "from": [ 0, 6, 7 ], + "to": [ 16, 9, 9 ], + "faces": { + "down": { "uv": [ 0, 7, 16, 9 ], "texture": "#texture" }, + "up": { "uv": [ 0, 7, 16, 9 ], "texture": "#texture" }, + "north": { "uv": [ 0, 7, 16, 10 ], "texture": "#texture" }, + "south": { "uv": [ 0, 7, 16, 10 ], "texture": "#texture" }, + "west": { "uv": [ 7, 7, 9, 10 ], "texture": "#texture", "cullface": "west" }, + "east": { "uv": [ 7, 7, 9, 10 ], "texture": "#texture", "cullface": "east" } + }, + "__comment": "East-west lower bar" + } + ] +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/fence_post.json b/desktopRuntime/resources/assets/minecraft/models/block/fence_post.json new file mode 100755 index 00000000..7e0bbf00 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/fence_post.json @@ -0,0 +1,19 @@ +{ + "textures": { + "particle": "#texture" + }, + "elements": [ + { "from": [ 6, 0, 6 ], + "to": [ 10, 16, 10 ], + "faces": { + "down": { "uv": [ 6, 6, 10, 10 ], "texture": "#texture", "cullface": "down" }, + "up": { "uv": [ 6, 6, 10, 10 ], "texture": "#texture", "cullface": "up" }, + "north": { "uv": [ 6, 0, 10, 16 ], "texture": "#texture" }, + "south": { "uv": [ 6, 0, 10, 16 ], "texture": "#texture" }, + "west": { "uv": [ 6, 0, 10, 16 ], "texture": "#texture" }, + "east": { "uv": [ 6, 0, 10, 16 ], "texture": "#texture" } + }, + "__comment": "Center post" + } + ] +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/fern.json b/desktopRuntime/resources/assets/minecraft/models/block/fern.json new file mode 100755 index 00000000..1ccc4631 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/fern.json @@ -0,0 +1,6 @@ +{ + "parent": "block/tallgrass", + "textures": { + "cross": "blocks/fern" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/fire_floor.json b/desktopRuntime/resources/assets/minecraft/models/block/fire_floor.json new file mode 100755 index 00000000..3639edf2 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/fire_floor.json @@ -0,0 +1,49 @@ +{ + "ambientocclusion": false, + "elements": [ + { "from": [ 0, 0, 8.8 ], + "to": [ 16, 22.4, 8.8 ], + "rotation": { "origin": [ 8, 8, 8 ], "axis": "x", "angle": -22.5, "rescale": true }, + "shade": false, + "faces": { "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#fire" }} + }, + { "from": [ 0, 0, 7.2 ], + "to": [ 16, 22.4, 7.2 ], + "rotation": { "origin": [ 8, 8, 8 ], "axis": "x", "angle": 22.5, "rescale": true }, + "shade": false, + "faces": { "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#fire" }} + }, + { "from": [ 8.8, 0, 0 ], + "to": [ 8.8, 22.4, 16 ], + "rotation": { "origin": [ 8, 8, 8 ], "axis": "z", "angle": -22.5, "rescale": true }, + "shade": false, + "faces": { "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#fire" }} + }, + { "from": [ 7.2, 0, 0 ], + "to": [ 7.2, 22.4, 16 ], + "rotation": { "origin": [ 8, 8, 8 ], "axis": "z", "angle": 22.5, "rescale": true }, + "shade": false, + "faces": { "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#fire" }} + }, + { "from": [ 0, 0, 15.99 ], + "to": [ 16, 22.4, 15.99 ], + "shade": false, + "faces": { "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#fire" }} + }, + { "from": [ 0, 0, 0.01 ], + "to": [ 16, 22.4, 0.01 ], + "shade": false, + "faces": { "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#fire" }} + }, + { "from": [ 0.01, 0, 0 ], + "to": [ 0.01, 22.4, 16 ], + "shade": false, + "faces": { "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#fire" }} + }, + { "from": [ 15.99, 0, 0 ], + "to": [ 15.99, 22.4, 16 ], + "shade": false, + "faces": { "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#fire" }} + } + ] +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/fire_floor_main.json b/desktopRuntime/resources/assets/minecraft/models/block/fire_floor_main.json new file mode 100755 index 00000000..23f2e0ef --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/fire_floor_main.json @@ -0,0 +1,7 @@ +{ + "parent": "block/fire_floor", + "textures": { + "particle": "blocks/fire_layer_0", + "fire": "blocks/fire_layer_0" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/fire_n.json b/desktopRuntime/resources/assets/minecraft/models/block/fire_n.json new file mode 100755 index 00000000..21c5c661 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/fire_n.json @@ -0,0 +1,15 @@ +{ + "ambientocclusion": false, + "elements": [ + { "from": [ 0, 1, 0.01 ], + "to": [ 16, 23.4, 0.01 ], + "shade": false, + "faces": { "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#fire" }} + }, + { "from": [ 0, 1, 0.01 ], + "to": [ 16, 23.4, 0.01 ], + "shade": false, + "faces": { "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#fire" }} + } + ] +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/fire_n_alt.json b/desktopRuntime/resources/assets/minecraft/models/block/fire_n_alt.json new file mode 100755 index 00000000..7c0d761a --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/fire_n_alt.json @@ -0,0 +1,7 @@ +{ + "parent": "block/fire_n", + "textures": { + "particle": "blocks/fire_layer_1", + "fire": "blocks/fire_layer_1" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/fire_n_alt_flip.json b/desktopRuntime/resources/assets/minecraft/models/block/fire_n_alt_flip.json new file mode 100755 index 00000000..fe240d8c --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/fire_n_alt_flip.json @@ -0,0 +1,7 @@ +{ + "parent": "block/fire_n_flip", + "textures": { + "particle": "blocks/fire_layer_1", + "fire": "blocks/fire_layer_1" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/fire_n_flip.json b/desktopRuntime/resources/assets/minecraft/models/block/fire_n_flip.json new file mode 100755 index 00000000..61a3ff2e --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/fire_n_flip.json @@ -0,0 +1,15 @@ +{ + "ambientocclusion": false, + "elements": [ + { "from": [ 0, 1, 0.01 ], + "to": [ 16, 23.4, 0.01 ], + "shade": false, + "faces": { "south": { "uv": [ 16, 0, 0, 16 ], "texture": "#fire" }} + }, + { "from": [ 0, 1, 0.01 ], + "to": [ 16, 23.4, 0.01 ], + "shade": false, + "faces": { "north": { "uv": [ 16, 0, 0, 16 ], "texture": "#fire" }} + } + ] +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/fire_n_flip_main.json b/desktopRuntime/resources/assets/minecraft/models/block/fire_n_flip_main.json new file mode 100755 index 00000000..604a4128 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/fire_n_flip_main.json @@ -0,0 +1,7 @@ +{ + "parent": "block/fire_n_flip", + "textures": { + "particle": "blocks/fire_layer_0", + "fire": "blocks/fire_layer_0" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/fire_n_main.json b/desktopRuntime/resources/assets/minecraft/models/block/fire_n_main.json new file mode 100755 index 00000000..8a353eba --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/fire_n_main.json @@ -0,0 +1,7 @@ +{ + "parent": "block/fire_n", + "textures": { + "particle": "blocks/fire_layer_0", + "fire": "blocks/fire_layer_0" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/fire_ne.json b/desktopRuntime/resources/assets/minecraft/models/block/fire_ne.json new file mode 100755 index 00000000..019e2719 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/fire_ne.json @@ -0,0 +1,25 @@ +{ + "ambientocclusion": false, + "elements": [ + { "from": [ 0, 1, 0.01 ], + "to": [ 16, 23.4, 0.01 ], + "shade": false, + "faces": { "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#fire" }} + }, + { "from": [ 0, 1, 0.01 ], + "to": [ 16, 23.4, 0.01 ], + "shade": false, + "faces": { "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#fire" }} + }, + { "from": [ 15.99, 1, 0 ], + "to": [ 15.99, 23.4, 16 ], + "shade": false, + "faces": { "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#fire" }} + }, + { "from": [ 15.99, 1, 0 ], + "to": [ 15.99, 23.4, 16 ], + "shade": false, + "faces": { "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#fire" }} + } + ] +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/fire_ne_alt.json b/desktopRuntime/resources/assets/minecraft/models/block/fire_ne_alt.json new file mode 100755 index 00000000..2f9b4a61 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/fire_ne_alt.json @@ -0,0 +1,7 @@ +{ + "parent": "block/fire_ne", + "textures": { + "particle": "blocks/fire_layer_1", + "fire": "blocks/fire_layer_1" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/fire_ne_alt_flip.json b/desktopRuntime/resources/assets/minecraft/models/block/fire_ne_alt_flip.json new file mode 100755 index 00000000..060d8e83 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/fire_ne_alt_flip.json @@ -0,0 +1,7 @@ +{ + "parent": "block/fire_ne_flip", + "textures": { + "particle": "blocks/fire_layer_1", + "fire": "blocks/fire_layer_1" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/fire_ne_flip.json b/desktopRuntime/resources/assets/minecraft/models/block/fire_ne_flip.json new file mode 100755 index 00000000..8055b3ae --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/fire_ne_flip.json @@ -0,0 +1,25 @@ +{ + "ambientocclusion": false, + "elements": [ + { "from": [ 0, 1, 0.01 ], + "to": [ 16, 23.4, 0.01 ], + "shade": false, + "faces": { "south": { "uv": [ 16, 0, 0, 16 ], "texture": "#fire" }} + }, + { "from": [ 0, 1, 0.01 ], + "to": [ 16, 23.4, 0.01 ], + "shade": false, + "faces": { "north": { "uv": [ 16, 0, 0, 16 ], "texture": "#fire" }} + }, + { "from": [ 15.99, 1, 0 ], + "to": [ 15.99, 23.4, 16 ], + "shade": false, + "faces": { "east": { "uv": [ 16, 0, 0, 16 ], "texture": "#fire" }} + }, + { "from": [ 15.99, 1, 0 ], + "to": [ 15.99, 23.4, 16 ], + "shade": false, + "faces": { "west": { "uv": [ 16, 0, 0, 16 ], "texture": "#fire" }} + } + ] +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/fire_ne_flip_main.json b/desktopRuntime/resources/assets/minecraft/models/block/fire_ne_flip_main.json new file mode 100755 index 00000000..2d3a4828 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/fire_ne_flip_main.json @@ -0,0 +1,7 @@ +{ + "parent": "block/fire_ne_flip", + "textures": { + "particle": "blocks/fire_layer_0", + "fire": "blocks/fire_layer_0" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/fire_ne_main.json b/desktopRuntime/resources/assets/minecraft/models/block/fire_ne_main.json new file mode 100755 index 00000000..6fc9e623 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/fire_ne_main.json @@ -0,0 +1,7 @@ +{ + "parent": "block/fire_ne", + "textures": { + "particle": "blocks/fire_layer_0", + "fire": "blocks/fire_layer_0" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/fire_neu1.json b/desktopRuntime/resources/assets/minecraft/models/block/fire_neu1.json new file mode 100755 index 00000000..7e7b25ce --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/fire_neu1.json @@ -0,0 +1,37 @@ +{ + "ambientocclusion": false, + "elements": [ + { "from": [ 0, 1, 0.01 ], + "to": [ 16, 23.4, 0.01 ], + "shade": false, + "faces": { "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#fire" }} + }, + { "from": [ 0, 1, 0.01 ], + "to": [ 16, 23.4, 0.01 ], + "shade": false, + "faces": { "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#fire" }} + }, + { "from": [ 15.99, 1, 0 ], + "to": [ 15.99, 23.4, 16 ], + "shade": false, + "faces": { "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#fire" }} + }, + { "from": [ 15.99, 1, 0 ], + "to": [ 15.99, 23.4, 16 ], + "shade": false, + "faces": { "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#fire" }} + }, + { "from": [ 0, 16, 0 ], + "to": [ 16, 16, 16 ], + "rotation": { "origin": [ 16, 16, 8 ], "axis": "z", "angle": 22.5, "rescale": true }, + "shade": false, + "faces": { "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#fire", "rotation": 270 }} + }, + { "from": [ 0, 16, 0 ], + "to": [ 16, 16, 16 ], + "rotation": { "origin": [ 0, 16, 8 ], "axis": "z", "angle": -22.5, "rescale": true }, + "shade": false, + "faces": { "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#fire", "rotation": 90 }} + } + ] +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/fire_neu1_alt.json b/desktopRuntime/resources/assets/minecraft/models/block/fire_neu1_alt.json new file mode 100755 index 00000000..e8d29fd9 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/fire_neu1_alt.json @@ -0,0 +1,7 @@ +{ + "parent": "block/fire_neu1", + "textures": { + "particle": "blocks/fire_layer_1", + "fire": "blocks/fire_layer_1" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/fire_neu1_alt_flip.json b/desktopRuntime/resources/assets/minecraft/models/block/fire_neu1_alt_flip.json new file mode 100755 index 00000000..cf18fc3c --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/fire_neu1_alt_flip.json @@ -0,0 +1,7 @@ +{ + "parent": "block/fire_neu1_flip", + "textures": { + "particle": "blocks/fire_layer_1", + "fire": "blocks/fire_layer_1" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/fire_neu1_flip.json b/desktopRuntime/resources/assets/minecraft/models/block/fire_neu1_flip.json new file mode 100755 index 00000000..3d7e83b6 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/fire_neu1_flip.json @@ -0,0 +1,37 @@ +{ + "ambientocclusion": false, + "elements": [ + { "from": [ 0, 1, 0.01 ], + "to": [ 16, 23.4, 0.01 ], + "shade": false, + "faces": { "south": { "uv": [ 16, 0, 0, 16 ], "texture": "#fire" }} + }, + { "from": [ 0, 1, 0.01 ], + "to": [ 16, 23.4, 0.01 ], + "shade": false, + "faces": { "north": { "uv": [ 16, 0, 0, 16 ], "texture": "#fire" }} + }, + { "from": [ 15.99, 1, 0 ], + "to": [ 15.99, 23.4, 16 ], + "shade": false, + "faces": { "east": { "uv": [ 16, 0, 0, 16 ], "texture": "#fire" }} + }, + { "from": [ 15.99, 1, 0 ], + "to": [ 15.99, 23.4, 16 ], + "shade": false, + "faces": { "west": { "uv": [ 16, 0, 0, 16 ], "texture": "#fire" }} + }, + { "from": [ 0, 16, 0 ], + "to": [ 16, 16, 16 ], + "rotation": { "origin": [ 16, 16, 8 ], "axis": "z", "angle": 22.5, "rescale": true }, + "shade": false, + "faces": { "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#fire", "rotation": 270 }} + }, + { "from": [ 0, 16, 0 ], + "to": [ 16, 16, 16 ], + "rotation": { "origin": [ 0, 16, 8 ], "axis": "z", "angle": -22.5, "rescale": true }, + "shade": false, + "faces": { "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#fire", "rotation": 90 }} + } + ] +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/fire_neu1_flip_main.json b/desktopRuntime/resources/assets/minecraft/models/block/fire_neu1_flip_main.json new file mode 100755 index 00000000..b1dcc724 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/fire_neu1_flip_main.json @@ -0,0 +1,7 @@ +{ + "parent": "block/fire_neu1_flip", + "textures": { + "particle": "blocks/fire_layer_0", + "fire": "blocks/fire_layer_0" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/fire_neu1_main.json b/desktopRuntime/resources/assets/minecraft/models/block/fire_neu1_main.json new file mode 100755 index 00000000..57a0669d --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/fire_neu1_main.json @@ -0,0 +1,7 @@ +{ + "parent": "block/fire_neu1", + "textures": { + "particle": "blocks/fire_layer_0", + "fire": "blocks/fire_layer_0" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/fire_neu2.json b/desktopRuntime/resources/assets/minecraft/models/block/fire_neu2.json new file mode 100755 index 00000000..4124bcae --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/fire_neu2.json @@ -0,0 +1,37 @@ +{ + "ambientocclusion": false, + "elements": [ + { "from": [ 0, 1, 0.01 ], + "to": [ 16, 23.4, 0.01 ], + "shade": false, + "faces": { "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#fire" }} + }, + { "from": [ 0, 1, 0.01 ], + "to": [ 16, 23.4, 0.01 ], + "shade": false, + "faces": { "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#fire" }} + }, + { "from": [ 15.99, 1, 0 ], + "to": [ 15.99, 23.4, 16 ], + "shade": false, + "faces": { "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#fire" }} + }, + { "from": [ 15.99, 1, 0 ], + "to": [ 15.99, 23.4, 16 ], + "shade": false, + "faces": { "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#fire" }} + }, + { "from": [ 0, 16, 0 ], + "to": [ 16, 16, 16 ], + "rotation": { "origin": [ 8, 16, 16 ], "axis": "x", "angle": -22.5, "rescale": true }, + "shade": false, + "faces": { "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#fire", "rotation": 180 }} + }, + { "from": [ 0, 16, 0 ], + "to": [ 16, 16, 16 ], + "rotation": { "origin": [ 8, 16, 0 ], "axis": "x", "angle": 22.5, "rescale": true }, + "shade": false, + "faces": { "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#fire" }} + } + ] +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/fire_neu2_alt.json b/desktopRuntime/resources/assets/minecraft/models/block/fire_neu2_alt.json new file mode 100755 index 00000000..dc715c49 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/fire_neu2_alt.json @@ -0,0 +1,7 @@ +{ + "parent": "block/fire_neu2", + "textures": { + "particle": "blocks/fire_layer_1", + "fire": "blocks/fire_layer_1" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/fire_neu2_alt_flip.json b/desktopRuntime/resources/assets/minecraft/models/block/fire_neu2_alt_flip.json new file mode 100755 index 00000000..b56d9ee9 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/fire_neu2_alt_flip.json @@ -0,0 +1,7 @@ +{ + "parent": "block/fire_neu2_flip", + "textures": { + "particle": "blocks/fire_layer_1", + "fire": "blocks/fire_layer_1" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/fire_neu2_flip.json b/desktopRuntime/resources/assets/minecraft/models/block/fire_neu2_flip.json new file mode 100755 index 00000000..dee5540e --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/fire_neu2_flip.json @@ -0,0 +1,37 @@ +{ + "ambientocclusion": false, + "elements": [ + { "from": [ 0, 1, 0.01 ], + "to": [ 16, 23.4, 0.01 ], + "shade": false, + "faces": { "south": { "uv": [ 16, 0, 0, 16 ], "texture": "#fire" }} + }, + { "from": [ 0, 1, 0.01 ], + "to": [ 16, 23.4, 0.01 ], + "shade": false, + "faces": { "north": { "uv": [ 16, 0, 0, 16 ], "texture": "#fire" }} + }, + { "from": [ 15.99, 1, 0 ], + "to": [ 15.99, 23.4, 16 ], + "shade": false, + "faces": { "east": { "uv": [ 16, 0, 0, 16 ], "texture": "#fire" }} + }, + { "from": [ 15.99, 1, 0 ], + "to": [ 15.99, 23.4, 16 ], + "shade": false, + "faces": { "west": { "uv": [ 16, 0, 0, 16 ], "texture": "#fire" }} + }, + { "from": [ 0, 16, 0 ], + "to": [ 16, 16, 16 ], + "rotation": { "origin": [ 8, 16, 16 ], "axis": "x", "angle": -22.5, "rescale": true }, + "shade": false, + "faces": { "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#fire", "rotation": 180 }} + }, + { "from": [ 0, 16, 0 ], + "to": [ 16, 16, 16 ], + "rotation": { "origin": [ 8, 16, 0 ], "axis": "x", "angle": 22.5, "rescale": true }, + "shade": false, + "faces": { "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#fire" }} + } + ] +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/fire_neu2_flip_main.json b/desktopRuntime/resources/assets/minecraft/models/block/fire_neu2_flip_main.json new file mode 100755 index 00000000..6725d239 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/fire_neu2_flip_main.json @@ -0,0 +1,7 @@ +{ + "parent": "block/fire_neu2_flip", + "textures": { + "particle": "blocks/fire_layer_0", + "fire": "blocks/fire_layer_0" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/fire_neu2_main.json b/desktopRuntime/resources/assets/minecraft/models/block/fire_neu2_main.json new file mode 100755 index 00000000..a734c8d6 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/fire_neu2_main.json @@ -0,0 +1,7 @@ +{ + "parent": "block/fire_neu2", + "textures": { + "particle": "blocks/fire_layer_0", + "fire": "blocks/fire_layer_0" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/fire_ns.json b/desktopRuntime/resources/assets/minecraft/models/block/fire_ns.json new file mode 100755 index 00000000..60d56c2f --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/fire_ns.json @@ -0,0 +1,25 @@ +{ + "ambientocclusion": false, + "elements": [ + { "from": [ 0, 1, 0.01 ], + "to": [ 16, 23.4, 0.01 ], + "shade": false, + "faces": { "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#fire" }} + }, + { "from": [ 0, 1, 0.01 ], + "to": [ 16, 23.4, 0.01 ], + "shade": false, + "faces": { "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#fire" }} + }, + { "from": [ 0, 1, 15.99 ], + "to": [ 16, 23.4, 15.99 ], + "shade": false, + "faces": { "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#fire" }} + }, + { "from": [ 0, 1, 15.99 ], + "to": [ 16, 23.4, 15.99 ], + "shade": false, + "faces": { "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#fire" }} + } + ] +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/fire_ns_alt.json b/desktopRuntime/resources/assets/minecraft/models/block/fire_ns_alt.json new file mode 100755 index 00000000..07123f3e --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/fire_ns_alt.json @@ -0,0 +1,7 @@ +{ + "parent": "block/fire_ns", + "textures": { + "particle": "blocks/fire_layer_1", + "fire": "blocks/fire_layer_1" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/fire_ns_alt_flip.json b/desktopRuntime/resources/assets/minecraft/models/block/fire_ns_alt_flip.json new file mode 100755 index 00000000..053484a3 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/fire_ns_alt_flip.json @@ -0,0 +1,7 @@ +{ + "parent": "block/fire_ns_flip", + "textures": { + "particle": "blocks/fire_layer_1", + "fire": "blocks/fire_layer_1" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/fire_ns_flip.json b/desktopRuntime/resources/assets/minecraft/models/block/fire_ns_flip.json new file mode 100755 index 00000000..388d0bd4 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/fire_ns_flip.json @@ -0,0 +1,25 @@ +{ + "ambientocclusion": false, + "elements": [ + { "from": [ 0, 1, 0.01 ], + "to": [ 16, 23.4, 0.01 ], + "shade": false, + "faces": { "south": { "uv": [ 16, 0, 0, 16 ], "texture": "#fire" }} + }, + { "from": [ 0, 1, 0.01 ], + "to": [ 16, 23.4, 0.01 ], + "shade": false, + "faces": { "north": { "uv": [ 16, 0, 0, 16 ], "texture": "#fire" }} + }, + { "from": [ 0, 1, 15.99 ], + "to": [ 16, 23.4, 15.99 ], + "shade": false, + "faces": { "south": { "uv": [ 16, 0, 0, 16 ], "texture": "#fire" }} + }, + { "from": [ 0, 1, 15.99 ], + "to": [ 16, 23.4, 15.99 ], + "shade": false, + "faces": { "north": { "uv": [ 16, 0, 0, 16 ], "texture": "#fire" }} + } + ] +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/fire_ns_flip_main.json b/desktopRuntime/resources/assets/minecraft/models/block/fire_ns_flip_main.json new file mode 100755 index 00000000..704cca32 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/fire_ns_flip_main.json @@ -0,0 +1,7 @@ +{ + "parent": "block/fire_ns_flip", + "textures": { + "particle": "blocks/fire_layer_0", + "fire": "blocks/fire_layer_0" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/fire_ns_main.json b/desktopRuntime/resources/assets/minecraft/models/block/fire_ns_main.json new file mode 100755 index 00000000..c199b7f3 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/fire_ns_main.json @@ -0,0 +1,7 @@ +{ + "parent": "block/fire_ns", + "textures": { + "particle": "blocks/fire_layer_0", + "fire": "blocks/fire_layer_0" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/fire_nse.json b/desktopRuntime/resources/assets/minecraft/models/block/fire_nse.json new file mode 100755 index 00000000..2e10fe50 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/fire_nse.json @@ -0,0 +1,35 @@ +{ + "ambientocclusion": false, + "elements": [ + { "from": [ 0, 1, 0.01 ], + "to": [ 16, 23.4, 0.01 ], + "shade": false, + "faces": { "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#fire" }} + }, + { "from": [ 0, 1, 0.01 ], + "to": [ 16, 23.4, 0.01 ], + "shade": false, + "faces": { "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#fire" }} + }, + { "from": [ 0, 1, 15.99 ], + "to": [ 16, 23.4, 15.99 ], + "shade": false, + "faces": { "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#fire" }} + }, + { "from": [ 0, 1, 15.99 ], + "to": [ 16, 23.4, 15.99 ], + "shade": false, + "faces": { "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#fire" }} + }, + { "from": [ 15.99, 1, 0 ], + "to": [ 15.99, 23.4, 16 ], + "shade": false, + "faces": { "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#fire" }} + }, + { "from": [ 15.99, 1, 0 ], + "to": [ 15.99, 23.4, 16 ], + "shade": false, + "faces": { "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#fire" }} + } + ] +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/fire_nse_alt.json b/desktopRuntime/resources/assets/minecraft/models/block/fire_nse_alt.json new file mode 100755 index 00000000..702a1ca5 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/fire_nse_alt.json @@ -0,0 +1,7 @@ +{ + "parent": "block/fire_nse", + "textures": { + "particle": "blocks/fire_layer_1", + "fire": "blocks/fire_layer_1" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/fire_nse_alt_flip.json b/desktopRuntime/resources/assets/minecraft/models/block/fire_nse_alt_flip.json new file mode 100755 index 00000000..9b70f8d3 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/fire_nse_alt_flip.json @@ -0,0 +1,7 @@ +{ + "parent": "block/fire_nse_flip", + "textures": { + "particle": "blocks/fire_layer_1", + "fire": "blocks/fire_layer_1" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/fire_nse_flip.json b/desktopRuntime/resources/assets/minecraft/models/block/fire_nse_flip.json new file mode 100755 index 00000000..9a579394 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/fire_nse_flip.json @@ -0,0 +1,35 @@ +{ + "ambientocclusion": false, + "elements": [ + { "from": [ 0, 1, 0.01 ], + "to": [ 16, 23.4, 0.01 ], + "shade": false, + "faces": { "south": { "uv": [ 16, 0, 0, 16 ], "texture": "#fire" }} + }, + { "from": [ 0, 1, 0.01 ], + "to": [ 16, 23.4, 0.01 ], + "shade": false, + "faces": { "north": { "uv": [ 16, 0, 0, 16 ], "texture": "#fire" }} + }, + { "from": [ 0, 1, 15.99 ], + "to": [ 16, 23.4, 15.99 ], + "shade": false, + "faces": { "south": { "uv": [ 16, 0, 0, 16 ], "texture": "#fire" }} + }, + { "from": [ 0, 1, 15.99 ], + "to": [ 16, 23.4, 15.99 ], + "shade": false, + "faces": { "north": { "uv": [ 16, 0, 0, 16 ], "texture": "#fire" }} + }, + { "from": [ 15.99, 1, 0 ], + "to": [ 15.99, 23.4, 16 ], + "shade": false, + "faces": { "east": { "uv": [ 16, 0, 0, 16 ], "texture": "#fire" }} + }, + { "from": [ 15.99, 1, 0 ], + "to": [ 15.99, 23.4, 16 ], + "shade": false, + "faces": { "west": { "uv": [ 16, 0, 0, 16 ], "texture": "#fire" }} + } + ] +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/fire_nse_flip_main.json b/desktopRuntime/resources/assets/minecraft/models/block/fire_nse_flip_main.json new file mode 100755 index 00000000..663fb0a1 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/fire_nse_flip_main.json @@ -0,0 +1,7 @@ +{ + "parent": "block/fire_nse_flip", + "textures": { + "particle": "blocks/fire_layer_0", + "fire": "blocks/fire_layer_0" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/fire_nse_main.json b/desktopRuntime/resources/assets/minecraft/models/block/fire_nse_main.json new file mode 100755 index 00000000..622ba1ec --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/fire_nse_main.json @@ -0,0 +1,7 @@ +{ + "parent": "block/fire_nse", + "textures": { + "particle": "blocks/fire_layer_0", + "fire": "blocks/fire_layer_0" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/fire_nseu1.json b/desktopRuntime/resources/assets/minecraft/models/block/fire_nseu1.json new file mode 100755 index 00000000..2536ce91 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/fire_nseu1.json @@ -0,0 +1,47 @@ +{ + "ambientocclusion": false, + "elements": [ + { "from": [ 0, 1, 0.01 ], + "to": [ 16, 23.4, 0.01 ], + "shade": false, + "faces": { "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#fire" }} + }, + { "from": [ 0, 1, 0.01 ], + "to": [ 16, 23.4, 0.01 ], + "shade": false, + "faces": { "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#fire" }} + }, + { "from": [ 0, 1, 15.99 ], + "to": [ 16, 23.4, 15.99 ], + "shade": false, + "faces": { "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#fire" }} + }, + { "from": [ 0, 1, 15.99 ], + "to": [ 16, 23.4, 15.99 ], + "shade": false, + "faces": { "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#fire" }} + }, + { "from": [ 15.99, 1, 0 ], + "to": [ 15.99, 23.4, 16 ], + "shade": false, + "faces": { "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#fire" }} + }, + { "from": [ 15.99, 1, 0 ], + "to": [ 15.99, 23.4, 16 ], + "shade": false, + "faces": { "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#fire" }} + }, + { "from": [ 0, 16, 0 ], + "to": [ 16, 16, 16 ], + "rotation": { "origin": [ 16, 16, 8 ], "axis": "z", "angle": 22.5, "rescale": true }, + "shade": false, + "faces": { "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#fire", "rotation": 270 }} + }, + { "from": [ 0, 16, 0 ], + "to": [ 16, 16, 16 ], + "rotation": { "origin": [ 0, 16, 8 ], "axis": "z", "angle": -22.5, "rescale": true }, + "shade": false, + "faces": { "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#fire", "rotation": 90 }} + } + ] +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/fire_nseu1_alt.json b/desktopRuntime/resources/assets/minecraft/models/block/fire_nseu1_alt.json new file mode 100755 index 00000000..95cfe31a --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/fire_nseu1_alt.json @@ -0,0 +1,7 @@ +{ + "parent": "block/fire_nseu1", + "textures": { + "particle": "blocks/fire_layer_1", + "fire": "blocks/fire_layer_1" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/fire_nseu1_alt_flip.json b/desktopRuntime/resources/assets/minecraft/models/block/fire_nseu1_alt_flip.json new file mode 100755 index 00000000..c57f9026 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/fire_nseu1_alt_flip.json @@ -0,0 +1,7 @@ +{ + "parent": "block/fire_nseu1_flip", + "textures": { + "particle": "blocks/fire_layer_1", + "fire": "blocks/fire_layer_1" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/fire_nseu1_flip.json b/desktopRuntime/resources/assets/minecraft/models/block/fire_nseu1_flip.json new file mode 100755 index 00000000..24f6327a --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/fire_nseu1_flip.json @@ -0,0 +1,47 @@ +{ + "ambientocclusion": false, + "elements": [ + { "from": [ 0, 1, 0.01 ], + "to": [ 16, 23.4, 0.01 ], + "shade": false, + "faces": { "south": { "uv": [ 16, 0, 0, 16 ], "texture": "#fire" }} + }, + { "from": [ 0, 1, 0.01 ], + "to": [ 16, 23.4, 0.01 ], + "shade": false, + "faces": { "north": { "uv": [ 16, 0, 0, 16 ], "texture": "#fire" }} + }, + { "from": [ 0, 1, 15.99 ], + "to": [ 16, 23.4, 15.99 ], + "shade": false, + "faces": { "south": { "uv": [ 16, 0, 0, 16 ], "texture": "#fire" }} + }, + { "from": [ 0, 1, 15.99 ], + "to": [ 16, 23.4, 15.99 ], + "shade": false, + "faces": { "north": { "uv": [ 16, 0, 0, 16 ], "texture": "#fire" }} + }, + { "from": [ 15.99, 1, 0 ], + "to": [ 15.99, 23.4, 16 ], + "shade": false, + "faces": { "east": { "uv": [ 16, 0, 0, 16 ], "texture": "#fire" }} + }, + { "from": [ 15.99, 1, 0 ], + "to": [ 15.99, 23.4, 16 ], + "shade": false, + "faces": { "west": { "uv": [ 16, 0, 0, 16 ], "texture": "#fire" }} + }, + { "from": [ 0, 16, 0 ], + "to": [ 16, 16, 16 ], + "rotation": { "origin": [ 16, 16, 8 ], "axis": "z", "angle": 22.5, "rescale": true }, + "shade": false, + "faces": { "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#fire", "rotation": 270 }} + }, + { "from": [ 0, 16, 0 ], + "to": [ 16, 16, 16 ], + "rotation": { "origin": [ 0, 16, 8 ], "axis": "z", "angle": -22.5, "rescale": true }, + "shade": false, + "faces": { "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#fire", "rotation": 90 }} + } + ] +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/fire_nseu1_flip_main.json b/desktopRuntime/resources/assets/minecraft/models/block/fire_nseu1_flip_main.json new file mode 100755 index 00000000..ef298a38 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/fire_nseu1_flip_main.json @@ -0,0 +1,7 @@ +{ + "parent": "block/fire_nseu1_flip", + "textures": { + "particle": "blocks/fire_layer_0", + "fire": "blocks/fire_layer_0" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/fire_nseu1_main.json b/desktopRuntime/resources/assets/minecraft/models/block/fire_nseu1_main.json new file mode 100755 index 00000000..65d0591b --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/fire_nseu1_main.json @@ -0,0 +1,7 @@ +{ + "parent": "block/fire_nseu1", + "textures": { + "particle": "blocks/fire_layer_0", + "fire": "blocks/fire_layer_0" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/fire_nseu2.json b/desktopRuntime/resources/assets/minecraft/models/block/fire_nseu2.json new file mode 100755 index 00000000..399fe196 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/fire_nseu2.json @@ -0,0 +1,47 @@ +{ + "ambientocclusion": false, + "elements": [ + { "from": [ 0, 1, 0.01 ], + "to": [ 16, 23.4, 0.01 ], + "shade": false, + "faces": { "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#fire" }} + }, + { "from": [ 0, 1, 0.01 ], + "to": [ 16, 23.4, 0.01 ], + "shade": false, + "faces": { "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#fire" }} + }, + { "from": [ 0, 1, 15.99 ], + "to": [ 16, 23.4, 15.99 ], + "shade": false, + "faces": { "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#fire" }} + }, + { "from": [ 0, 1, 15.99 ], + "to": [ 16, 23.4, 15.99 ], + "shade": false, + "faces": { "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#fire" }} + }, + { "from": [ 15.99, 1, 0 ], + "to": [ 15.99, 23.4, 16 ], + "shade": false, + "faces": { "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#fire" }} + }, + { "from": [ 15.99, 1, 0 ], + "to": [ 15.99, 23.4, 16 ], + "shade": false, + "faces": { "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#fire" }} + }, + { "from": [ 0, 16, 0 ], + "to": [ 16, 16, 16 ], + "rotation": { "origin": [ 8, 16, 16 ], "axis": "x", "angle": -22.5, "rescale": true }, + "shade": false, + "faces": { "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#fire", "rotation": 180 }} + }, + { "from": [ 0, 16, 0 ], + "to": [ 16, 16, 16 ], + "rotation": { "origin": [ 8, 16, 0 ], "axis": "x", "angle": 22.5, "rescale": true }, + "shade": false, + "faces": { "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#fire" }} + } + ] +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/fire_nseu2_alt.json b/desktopRuntime/resources/assets/minecraft/models/block/fire_nseu2_alt.json new file mode 100755 index 00000000..954a7863 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/fire_nseu2_alt.json @@ -0,0 +1,7 @@ +{ + "parent": "block/fire_nseu2", + "textures": { + "particle": "blocks/fire_layer_1", + "fire": "blocks/fire_layer_1" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/fire_nseu2_alt_flip.json b/desktopRuntime/resources/assets/minecraft/models/block/fire_nseu2_alt_flip.json new file mode 100755 index 00000000..654f1c49 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/fire_nseu2_alt_flip.json @@ -0,0 +1,7 @@ +{ + "parent": "block/fire_nseu2_flip", + "textures": { + "particle": "blocks/fire_layer_1", + "fire": "blocks/fire_layer_1" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/fire_nseu2_flip.json b/desktopRuntime/resources/assets/minecraft/models/block/fire_nseu2_flip.json new file mode 100755 index 00000000..f080b592 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/fire_nseu2_flip.json @@ -0,0 +1,47 @@ +{ + "ambientocclusion": false, + "elements": [ + { "from": [ 0, 1, 0.01 ], + "to": [ 16, 23.4, 0.01 ], + "shade": false, + "faces": { "south": { "uv": [ 16, 0, 0, 16 ], "texture": "#fire" }} + }, + { "from": [ 0, 1, 0.01 ], + "to": [ 16, 23.4, 0.01 ], + "shade": false, + "faces": { "north": { "uv": [ 16, 0, 0, 16 ], "texture": "#fire" }} + }, + { "from": [ 0, 1, 15.99 ], + "to": [ 16, 23.4, 15.99 ], + "shade": false, + "faces": { "south": { "uv": [ 16, 0, 0, 16 ], "texture": "#fire" }} + }, + { "from": [ 0, 1, 15.99 ], + "to": [ 16, 23.4, 15.99 ], + "shade": false, + "faces": { "north": { "uv": [ 16, 0, 0, 16 ], "texture": "#fire" }} + }, + { "from": [ 15.99, 1, 0 ], + "to": [ 15.99, 23.4, 16 ], + "shade": false, + "faces": { "east": { "uv": [ 16, 0, 0, 16 ], "texture": "#fire" }} + }, + { "from": [ 15.99, 1, 0 ], + "to": [ 15.99, 23.4, 16 ], + "shade": false, + "faces": { "west": { "uv": [ 16, 0, 0, 16 ], "texture": "#fire" }} + }, + { "from": [ 0, 16, 0 ], + "to": [ 16, 16, 16 ], + "rotation": { "origin": [ 8, 16, 16 ], "axis": "x", "angle": -22.5, "rescale": true }, + "shade": false, + "faces": { "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#fire", "rotation": 180 }} + }, + { "from": [ 0, 16, 0 ], + "to": [ 16, 16, 16 ], + "rotation": { "origin": [ 8, 16, 0 ], "axis": "x", "angle": 22.5, "rescale": true }, + "shade": false, + "faces": { "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#fire" }} + } + ] +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/fire_nseu2_flip_main.json b/desktopRuntime/resources/assets/minecraft/models/block/fire_nseu2_flip_main.json new file mode 100755 index 00000000..c40d3ae8 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/fire_nseu2_flip_main.json @@ -0,0 +1,7 @@ +{ + "parent": "block/fire_nseu2_flip", + "textures": { + "particle": "blocks/fire_layer_0", + "fire": "blocks/fire_layer_0" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/fire_nseu2_main.json b/desktopRuntime/resources/assets/minecraft/models/block/fire_nseu2_main.json new file mode 100755 index 00000000..c9099e70 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/fire_nseu2_main.json @@ -0,0 +1,7 @@ +{ + "parent": "block/fire_nseu2", + "textures": { + "particle": "blocks/fire_layer_0", + "fire": "blocks/fire_layer_0" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/fire_nsew.json b/desktopRuntime/resources/assets/minecraft/models/block/fire_nsew.json new file mode 100755 index 00000000..5a5ca615 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/fire_nsew.json @@ -0,0 +1,45 @@ +{ + "ambientocclusion": false, + "elements": [ + { "from": [ 0, 1, 0.01 ], + "to": [ 16, 23.4, 0.01 ], + "shade": false, + "faces": { "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#fire" }} + }, + { "from": [ 0, 1, 0.01 ], + "to": [ 16, 23.4, 0.01 ], + "shade": false, + "faces": { "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#fire" }} + }, + { "from": [ 0, 1, 15.99 ], + "to": [ 16, 23.4, 15.99 ], + "shade": false, + "faces": { "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#fire" }} + }, + { "from": [ 0, 1, 15.99 ], + "to": [ 16, 23.4, 15.99 ], + "shade": false, + "faces": { "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#fire" }} + }, + { "from": [ 15.99, 1, 0 ], + "to": [ 15.99, 23.4, 16 ], + "shade": false, + "faces": { "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#fire" }} + }, + { "from": [ 15.99, 1, 0 ], + "to": [ 15.99, 23.4, 16 ], + "shade": false, + "faces": { "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#fire" }} + }, + { "from": [ 0.01, 1, 0 ], + "to": [ 0.01, 23.4, 16 ], + "shade": false, + "faces": { "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#fire" }} + }, + { "from": [ 15.99, 1, 0 ], + "to": [ 0.01, 23.4, 16 ], + "shade": false, + "faces": { "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#fire" }} + } + ] +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/fire_nsew_alt.json b/desktopRuntime/resources/assets/minecraft/models/block/fire_nsew_alt.json new file mode 100755 index 00000000..46cfac0b --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/fire_nsew_alt.json @@ -0,0 +1,7 @@ +{ + "parent": "block/fire_nsew", + "textures": { + "particle": "blocks/fire_layer_1", + "fire": "blocks/fire_layer_1" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/fire_nsew_alt_flip.json b/desktopRuntime/resources/assets/minecraft/models/block/fire_nsew_alt_flip.json new file mode 100755 index 00000000..feb28c34 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/fire_nsew_alt_flip.json @@ -0,0 +1,7 @@ +{ + "parent": "block/fire_nsew_flip", + "textures": { + "particle": "blocks/fire_layer_1", + "fire": "blocks/fire_layer_1" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/fire_nsew_flip.json b/desktopRuntime/resources/assets/minecraft/models/block/fire_nsew_flip.json new file mode 100755 index 00000000..44683aaf --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/fire_nsew_flip.json @@ -0,0 +1,45 @@ +{ + "ambientocclusion": false, + "elements": [ + { "from": [ 0, 1, 0.01 ], + "to": [ 16, 23.4, 0.01 ], + "shade": false, + "faces": { "south": { "uv": [ 16, 0, 0, 16 ], "texture": "#fire" }} + }, + { "from": [ 0, 1, 0.01 ], + "to": [ 16, 23.4, 0.01 ], + "shade": false, + "faces": { "north": { "uv": [ 16, 0, 0, 16 ], "texture": "#fire" }} + }, + { "from": [ 0, 1, 15.99 ], + "to": [ 16, 23.4, 15.99 ], + "shade": false, + "faces": { "south": { "uv": [ 16, 0, 0, 16 ], "texture": "#fire" }} + }, + { "from": [ 0, 1, 15.99 ], + "to": [ 16, 23.4, 15.99 ], + "shade": false, + "faces": { "north": { "uv": [ 16, 0, 0, 16 ], "texture": "#fire" }} + }, + { "from": [ 15.99, 1, 0 ], + "to": [ 15.99, 23.4, 16 ], + "shade": false, + "faces": { "east": { "uv": [ 16, 0, 0, 16 ], "texture": "#fire" }} + }, + { "from": [ 15.99, 1, 0 ], + "to": [ 15.99, 23.4, 16 ], + "shade": false, + "faces": { "west": { "uv": [ 16, 0, 0, 16 ], "texture": "#fire" }} + }, + { "from": [ 0.01, 1, 0 ], + "to": [ 0.01, 23.4, 16 ], + "shade": false, + "faces": { "east": { "uv": [ 16, 0, 0, 16 ], "texture": "#fire" }} + }, + { "from": [ 15.99, 1, 0 ], + "to": [ 0.01, 23.4, 16 ], + "shade": false, + "faces": { "west": { "uv": [ 16, 0, 0, 16 ], "texture": "#fire" }} + } + ] +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/fire_nsew_flip_main.json b/desktopRuntime/resources/assets/minecraft/models/block/fire_nsew_flip_main.json new file mode 100755 index 00000000..ae3a137c --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/fire_nsew_flip_main.json @@ -0,0 +1,7 @@ +{ + "parent": "block/fire_nsew_flip", + "textures": { + "particle": "blocks/fire_layer_0", + "fire": "blocks/fire_layer_0" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/fire_nsew_main.json b/desktopRuntime/resources/assets/minecraft/models/block/fire_nsew_main.json new file mode 100755 index 00000000..29ab6c7a --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/fire_nsew_main.json @@ -0,0 +1,7 @@ +{ + "parent": "block/fire_nsew", + "textures": { + "particle": "blocks/fire_layer_0", + "fire": "blocks/fire_layer_0" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/fire_nsewu1.json b/desktopRuntime/resources/assets/minecraft/models/block/fire_nsewu1.json new file mode 100755 index 00000000..ff4ee8ca --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/fire_nsewu1.json @@ -0,0 +1,57 @@ +{ + "ambientocclusion": false, + "elements": [ + { "from": [ 0, 1, 0.01 ], + "to": [ 16, 23.4, 0.01 ], + "shade": false, + "faces": { "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#fire" }} + }, + { "from": [ 0, 1, 0.01 ], + "to": [ 16, 23.4, 0.01 ], + "shade": false, + "faces": { "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#fire" }} + }, + { "from": [ 0, 1, 15.99 ], + "to": [ 16, 23.4, 15.99 ], + "shade": false, + "faces": { "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#fire" }} + }, + { "from": [ 0, 1, 15.99 ], + "to": [ 16, 23.4, 15.99 ], + "shade": false, + "faces": { "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#fire" }} + }, + { "from": [ 15.99, 1, 0 ], + "to": [ 15.99, 23.4, 16 ], + "shade": false, + "faces": { "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#fire" }} + }, + { "from": [ 15.99, 1, 0 ], + "to": [ 15.99, 23.4, 16 ], + "shade": false, + "faces": { "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#fire" }} + }, + { "from": [ 0.01, 1, 0 ], + "to": [ 0.01, 23.4, 16 ], + "shade": false, + "faces": { "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#fire" }} + }, + { "from": [ 15.99, 1, 0 ], + "to": [ 0.01, 23.4, 16 ], + "shade": false, + "faces": { "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#fire" }} + }, + { "from": [ 0, 16, 0 ], + "to": [ 16, 16, 16 ], + "rotation": { "origin": [ 16, 16, 8 ], "axis": "z", "angle": 22.5, "rescale": true }, + "shade": false, + "faces": { "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#fire", "rotation": 270 }} + }, + { "from": [ 0, 16, 0 ], + "to": [ 16, 16, 16 ], + "rotation": { "origin": [ 0, 16, 8 ], "axis": "z", "angle": -22.5, "rescale": true }, + "shade": false, + "faces": { "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#fire", "rotation": 90 }} + } + ] +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/fire_nsewu1_alt.json b/desktopRuntime/resources/assets/minecraft/models/block/fire_nsewu1_alt.json new file mode 100755 index 00000000..c505994d --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/fire_nsewu1_alt.json @@ -0,0 +1,7 @@ +{ + "parent": "block/fire_nsewu1", + "textures": { + "particle": "blocks/fire_layer_1", + "fire": "blocks/fire_layer_1" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/fire_nsewu1_alt_flip.json b/desktopRuntime/resources/assets/minecraft/models/block/fire_nsewu1_alt_flip.json new file mode 100755 index 00000000..d73488e6 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/fire_nsewu1_alt_flip.json @@ -0,0 +1,7 @@ +{ + "parent": "block/fire_nsewu1_flip", + "textures": { + "particle": "blocks/fire_layer_1", + "fire": "blocks/fire_layer_1" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/fire_nsewu1_flip.json b/desktopRuntime/resources/assets/minecraft/models/block/fire_nsewu1_flip.json new file mode 100755 index 00000000..472216d2 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/fire_nsewu1_flip.json @@ -0,0 +1,57 @@ +{ + "ambientocclusion": false, + "elements": [ + { "from": [ 0, 1, 0.01 ], + "to": [ 16, 23.4, 0.01 ], + "shade": false, + "faces": { "south": { "uv": [ 16, 0, 0, 16 ], "texture": "#fire" }} + }, + { "from": [ 0, 1, 0.01 ], + "to": [ 16, 23.4, 0.01 ], + "shade": false, + "faces": { "north": { "uv": [ 16, 0, 0, 16 ], "texture": "#fire" }} + }, + { "from": [ 0, 1, 15.99 ], + "to": [ 16, 23.4, 15.99 ], + "shade": false, + "faces": { "south": { "uv": [ 16, 0, 0, 16 ], "texture": "#fire" }} + }, + { "from": [ 0, 1, 15.99 ], + "to": [ 16, 23.4, 15.99 ], + "shade": false, + "faces": { "north": { "uv": [ 16, 0, 0, 16 ], "texture": "#fire" }} + }, + { "from": [ 15.99, 1, 0 ], + "to": [ 15.99, 23.4, 16 ], + "shade": false, + "faces": { "east": { "uv": [ 16, 0, 0, 16 ], "texture": "#fire" }} + }, + { "from": [ 15.99, 1, 0 ], + "to": [ 15.99, 23.4, 16 ], + "shade": false, + "faces": { "west": { "uv": [ 16, 0, 0, 16 ], "texture": "#fire" }} + }, + { "from": [ 0.01, 1, 0 ], + "to": [ 0.01, 23.4, 16 ], + "shade": false, + "faces": { "east": { "uv": [ 16, 0, 0, 16 ], "texture": "#fire" }} + }, + { "from": [ 15.99, 1, 0 ], + "to": [ 0.01, 23.4, 16 ], + "shade": false, + "faces": { "west": { "uv": [ 16, 0, 0, 16 ], "texture": "#fire" }} + }, + { "from": [ 0, 16, 0 ], + "to": [ 16, 16, 16 ], + "rotation": { "origin": [ 16, 16, 8 ], "axis": "z", "angle": 22.5, "rescale": true }, + "shade": false, + "faces": { "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#fire", "rotation": 270 }} + }, + { "from": [ 0, 16, 0 ], + "to": [ 16, 16, 16 ], + "rotation": { "origin": [ 0, 16, 8 ], "axis": "z", "angle": -22.5, "rescale": true }, + "shade": false, + "faces": { "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#fire", "rotation": 90 }} + } + ] +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/fire_nsewu1_flip_main.json b/desktopRuntime/resources/assets/minecraft/models/block/fire_nsewu1_flip_main.json new file mode 100755 index 00000000..76707e87 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/fire_nsewu1_flip_main.json @@ -0,0 +1,7 @@ +{ + "parent": "block/fire_nsewu1_flip", + "textures": { + "particle": "blocks/fire_layer_0", + "fire": "blocks/fire_layer_0" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/fire_nsewu1_main.json b/desktopRuntime/resources/assets/minecraft/models/block/fire_nsewu1_main.json new file mode 100755 index 00000000..b0344a99 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/fire_nsewu1_main.json @@ -0,0 +1,7 @@ +{ + "parent": "block/fire_nsewu1", + "textures": { + "particle": "blocks/fire_layer_0", + "fire": "blocks/fire_layer_0" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/fire_nsewu2.json b/desktopRuntime/resources/assets/minecraft/models/block/fire_nsewu2.json new file mode 100755 index 00000000..d49a5ae4 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/fire_nsewu2.json @@ -0,0 +1,57 @@ +{ + "ambientocclusion": false, + "elements": [ + { "from": [ 0, 1, 0.01 ], + "to": [ 16, 23.4, 0.01 ], + "shade": false, + "faces": { "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#fire" }} + }, + { "from": [ 0, 1, 0.01 ], + "to": [ 16, 23.4, 0.01 ], + "shade": false, + "faces": { "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#fire" }} + }, + { "from": [ 0, 1, 15.99 ], + "to": [ 16, 23.4, 15.99 ], + "shade": false, + "faces": { "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#fire" }} + }, + { "from": [ 0, 1, 15.99 ], + "to": [ 16, 23.4, 15.99 ], + "shade": false, + "faces": { "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#fire" }} + }, + { "from": [ 15.99, 1, 0 ], + "to": [ 15.99, 23.4, 16 ], + "shade": false, + "faces": { "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#fire" }} + }, + { "from": [ 15.99, 1, 0 ], + "to": [ 15.99, 23.4, 16 ], + "shade": false, + "faces": { "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#fire" }} + }, + { "from": [ 0.01, 1, 0 ], + "to": [ 0.01, 23.4, 16 ], + "shade": false, + "faces": { "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#fire" }} + }, + { "from": [ 15.99, 1, 0 ], + "to": [ 0.01, 23.4, 16 ], + "shade": false, + "faces": { "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#fire" }} + }, + { "from": [ 0, 16, 0 ], + "to": [ 16, 16, 16 ], + "rotation": { "origin": [ 8, 16, 16 ], "axis": "x", "angle": -22.5, "rescale": true }, + "shade": false, + "faces": { "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#fire", "rotation": 180 }} + }, + { "from": [ 0, 16, 0 ], + "to": [ 16, 16, 16 ], + "rotation": { "origin": [ 8, 16, 0 ], "axis": "x", "angle": 22.5, "rescale": true }, + "shade": false, + "faces": { "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#fire" }} + } + ] +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/fire_nsewu2_alt.json b/desktopRuntime/resources/assets/minecraft/models/block/fire_nsewu2_alt.json new file mode 100755 index 00000000..07059977 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/fire_nsewu2_alt.json @@ -0,0 +1,7 @@ +{ + "parent": "block/fire_nsewu2", + "textures": { + "particle": "blocks/fire_layer_1", + "fire": "blocks/fire_layer_1" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/fire_nsewu2_alt_flip.json b/desktopRuntime/resources/assets/minecraft/models/block/fire_nsewu2_alt_flip.json new file mode 100755 index 00000000..7a24ae41 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/fire_nsewu2_alt_flip.json @@ -0,0 +1,7 @@ +{ + "parent": "block/fire_nsewu2_flip", + "textures": { + "particle": "blocks/fire_layer_1", + "fire": "blocks/fire_layer_1" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/fire_nsewu2_flip.json b/desktopRuntime/resources/assets/minecraft/models/block/fire_nsewu2_flip.json new file mode 100755 index 00000000..5945f408 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/fire_nsewu2_flip.json @@ -0,0 +1,57 @@ +{ + "ambientocclusion": false, + "elements": [ + { "from": [ 0, 1, 0.01 ], + "to": [ 16, 23.4, 0.01 ], + "shade": false, + "faces": { "south": { "uv": [ 16, 0, 0, 16 ], "texture": "#fire" }} + }, + { "from": [ 0, 1, 0.01 ], + "to": [ 16, 23.4, 0.01 ], + "shade": false, + "faces": { "north": { "uv": [ 16, 0, 0, 16 ], "texture": "#fire" }} + }, + { "from": [ 0, 1, 15.99 ], + "to": [ 16, 23.4, 15.99 ], + "shade": false, + "faces": { "south": { "uv": [ 16, 0, 0, 16 ], "texture": "#fire" }} + }, + { "from": [ 0, 1, 15.99 ], + "to": [ 16, 23.4, 15.99 ], + "shade": false, + "faces": { "north": { "uv": [ 16, 0, 0, 16 ], "texture": "#fire" }} + }, + { "from": [ 15.99, 1, 0 ], + "to": [ 15.99, 23.4, 16 ], + "shade": false, + "faces": { "east": { "uv": [ 16, 0, 0, 16 ], "texture": "#fire" }} + }, + { "from": [ 15.99, 1, 0 ], + "to": [ 15.99, 23.4, 16 ], + "shade": false, + "faces": { "west": { "uv": [ 16, 0, 0, 16 ], "texture": "#fire" }} + }, + { "from": [ 0.01, 1, 0 ], + "to": [ 0.01, 23.4, 16 ], + "shade": false, + "faces": { "east": { "uv": [ 16, 0, 0, 16 ], "texture": "#fire" }} + }, + { "from": [ 15.99, 1, 0 ], + "to": [ 0.01, 23.4, 16 ], + "shade": false, + "faces": { "west": { "uv": [ 16, 0, 0, 16 ], "texture": "#fire" }} + }, + { "from": [ 0, 16, 0 ], + "to": [ 16, 16, 16 ], + "rotation": { "origin": [ 8, 16, 16 ], "axis": "x", "angle": -22.5, "rescale": true }, + "shade": false, + "faces": { "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#fire", "rotation": 180 }} + }, + { "from": [ 0, 16, 0 ], + "to": [ 16, 16, 16 ], + "rotation": { "origin": [ 8, 16, 0 ], "axis": "x", "angle": 22.5, "rescale": true }, + "shade": false, + "faces": { "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#fire" }} + } + ] +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/fire_nsewu2_flip_main.json b/desktopRuntime/resources/assets/minecraft/models/block/fire_nsewu2_flip_main.json new file mode 100755 index 00000000..1e17b7a6 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/fire_nsewu2_flip_main.json @@ -0,0 +1,7 @@ +{ + "parent": "block/fire_nsewu2_flip", + "textures": { + "particle": "blocks/fire_layer_0", + "fire": "blocks/fire_layer_0" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/fire_nsewu2_main.json b/desktopRuntime/resources/assets/minecraft/models/block/fire_nsewu2_main.json new file mode 100755 index 00000000..a98616e8 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/fire_nsewu2_main.json @@ -0,0 +1,7 @@ +{ + "parent": "block/fire_nsewu2", + "textures": { + "particle": "blocks/fire_layer_0", + "fire": "blocks/fire_layer_0" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/fire_nsu1.json b/desktopRuntime/resources/assets/minecraft/models/block/fire_nsu1.json new file mode 100755 index 00000000..df974560 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/fire_nsu1.json @@ -0,0 +1,37 @@ +{ + "ambientocclusion": false, + "elements": [ + { "from": [ 0, 1, 0.01 ], + "to": [ 16, 23.4, 0.01 ], + "shade": false, + "faces": { "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#fire" }} + }, + { "from": [ 0, 1, 0.01 ], + "to": [ 16, 23.4, 0.01 ], + "shade": false, + "faces": { "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#fire" }} + }, + { "from": [ 0, 1, 15.99 ], + "to": [ 16, 23.4, 15.99 ], + "shade": false, + "faces": { "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#fire" }} + }, + { "from": [ 0, 1, 15.99 ], + "to": [ 16, 23.4, 15.99 ], + "shade": false, + "faces": { "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#fire" }} + }, + { "from": [ 0, 16, 0 ], + "to": [ 16, 16, 16 ], + "rotation": { "origin": [ 16, 16, 8 ], "axis": "z", "angle": 22.5, "rescale": true }, + "shade": false, + "faces": { "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#fire", "rotation": 270 }} + }, + { "from": [ 0, 16, 0 ], + "to": [ 16, 16, 16 ], + "rotation": { "origin": [ 0, 16, 8 ], "axis": "z", "angle": -22.5, "rescale": true }, + "shade": false, + "faces": { "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#fire", "rotation": 90 }} + } + ] +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/fire_nsu1_alt.json b/desktopRuntime/resources/assets/minecraft/models/block/fire_nsu1_alt.json new file mode 100755 index 00000000..d494b00a --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/fire_nsu1_alt.json @@ -0,0 +1,7 @@ +{ + "parent": "block/fire_nsu1", + "textures": { + "particle": "blocks/fire_layer_1", + "fire": "blocks/fire_layer_1" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/fire_nsu1_alt_flip.json b/desktopRuntime/resources/assets/minecraft/models/block/fire_nsu1_alt_flip.json new file mode 100755 index 00000000..e8f08bc6 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/fire_nsu1_alt_flip.json @@ -0,0 +1,7 @@ +{ + "parent": "block/fire_nsu1_flip", + "textures": { + "particle": "blocks/fire_layer_1", + "fire": "blocks/fire_layer_1" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/fire_nsu1_flip.json b/desktopRuntime/resources/assets/minecraft/models/block/fire_nsu1_flip.json new file mode 100755 index 00000000..a4dbe7c6 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/fire_nsu1_flip.json @@ -0,0 +1,37 @@ +{ + "ambientocclusion": false, + "elements": [ + { "from": [ 0, 1, 0.01 ], + "to": [ 16, 23.4, 0.01 ], + "shade": false, + "faces": { "south": { "uv": [ 16, 0, 0, 16 ], "texture": "#fire" }} + }, + { "from": [ 0, 1, 0.01 ], + "to": [ 16, 23.4, 0.01 ], + "shade": false, + "faces": { "north": { "uv": [ 16, 0, 0, 16 ], "texture": "#fire" }} + }, + { "from": [ 0, 1, 15.99 ], + "to": [ 16, 23.4, 15.99 ], + "shade": false, + "faces": { "south": { "uv": [ 16, 0, 0, 16 ], "texture": "#fire" }} + }, + { "from": [ 0, 1, 15.99 ], + "to": [ 16, 23.4, 15.99 ], + "shade": false, + "faces": { "north": { "uv": [ 16, 0, 0, 16 ], "texture": "#fire" }} + }, + { "from": [ 0, 16, 0 ], + "to": [ 16, 16, 16 ], + "rotation": { "origin": [ 16, 16, 8 ], "axis": "z", "angle": 22.5, "rescale": true }, + "shade": false, + "faces": { "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#fire", "rotation": 270 }} + }, + { "from": [ 0, 16, 0 ], + "to": [ 16, 16, 16 ], + "rotation": { "origin": [ 0, 16, 8 ], "axis": "z", "angle": -22.5, "rescale": true }, + "shade": false, + "faces": { "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#fire", "rotation": 90 }} + } + ] +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/fire_nsu1_flip_main.json b/desktopRuntime/resources/assets/minecraft/models/block/fire_nsu1_flip_main.json new file mode 100755 index 00000000..769b7974 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/fire_nsu1_flip_main.json @@ -0,0 +1,7 @@ +{ + "parent": "block/fire_nsu1_flip", + "textures": { + "particle": "blocks/fire_layer_0", + "fire": "blocks/fire_layer_0" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/fire_nsu1_main.json b/desktopRuntime/resources/assets/minecraft/models/block/fire_nsu1_main.json new file mode 100755 index 00000000..5f7ba045 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/fire_nsu1_main.json @@ -0,0 +1,7 @@ +{ + "parent": "block/fire_nsu1", + "textures": { + "particle": "blocks/fire_layer_0", + "fire": "blocks/fire_layer_0" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/fire_nsu2.json b/desktopRuntime/resources/assets/minecraft/models/block/fire_nsu2.json new file mode 100755 index 00000000..1c29b618 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/fire_nsu2.json @@ -0,0 +1,37 @@ +{ + "ambientocclusion": false, + "elements": [ + { "from": [ 0, 1, 0.01 ], + "to": [ 16, 23.4, 0.01 ], + "shade": false, + "faces": { "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#fire" }} + }, + { "from": [ 0, 1, 0.01 ], + "to": [ 16, 23.4, 0.01 ], + "shade": false, + "faces": { "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#fire" }} + }, + { "from": [ 0, 1, 15.99 ], + "to": [ 16, 23.4, 15.99 ], + "shade": false, + "faces": { "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#fire" }} + }, + { "from": [ 0, 1, 15.99 ], + "to": [ 16, 23.4, 15.99 ], + "shade": false, + "faces": { "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#fire" }} + }, + { "from": [ 0, 16, 0 ], + "to": [ 16, 16, 16 ], + "rotation": { "origin": [ 8, 16, 16 ], "axis": "x", "angle": -22.5, "rescale": true }, + "shade": false, + "faces": { "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#fire", "rotation": 180 }} + }, + { "from": [ 0, 16, 0 ], + "to": [ 16, 16, 16 ], + "rotation": { "origin": [ 8, 16, 0 ], "axis": "x", "angle": 22.5, "rescale": true }, + "shade": false, + "faces": { "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#fire" }} + } + ] +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/fire_nsu2_alt.json b/desktopRuntime/resources/assets/minecraft/models/block/fire_nsu2_alt.json new file mode 100755 index 00000000..93e4f54c --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/fire_nsu2_alt.json @@ -0,0 +1,7 @@ +{ + "parent": "block/fire_nsu2", + "textures": { + "particle": "blocks/fire_layer_1", + "fire": "blocks/fire_layer_1" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/fire_nsu2_alt_flip.json b/desktopRuntime/resources/assets/minecraft/models/block/fire_nsu2_alt_flip.json new file mode 100755 index 00000000..00379ef5 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/fire_nsu2_alt_flip.json @@ -0,0 +1,7 @@ +{ + "parent": "block/fire_nsu2_flip", + "textures": { + "particle": "blocks/fire_layer_1", + "fire": "blocks/fire_layer_1" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/fire_nsu2_flip.json b/desktopRuntime/resources/assets/minecraft/models/block/fire_nsu2_flip.json new file mode 100755 index 00000000..a08a26ad --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/fire_nsu2_flip.json @@ -0,0 +1,37 @@ +{ + "ambientocclusion": false, + "elements": [ + { "from": [ 0, 1, 0.01 ], + "to": [ 16, 23.4, 0.01 ], + "shade": false, + "faces": { "south": { "uv": [ 16, 0, 0, 16 ], "texture": "#fire" }} + }, + { "from": [ 0, 1, 0.01 ], + "to": [ 16, 23.4, 0.01 ], + "shade": false, + "faces": { "north": { "uv": [ 16, 0, 0, 16 ], "texture": "#fire" }} + }, + { "from": [ 0, 1, 15.99 ], + "to": [ 16, 23.4, 15.99 ], + "shade": false, + "faces": { "south": { "uv": [ 16, 0, 0, 16 ], "texture": "#fire" }} + }, + { "from": [ 0, 1, 15.99 ], + "to": [ 16, 23.4, 15.99 ], + "shade": false, + "faces": { "north": { "uv": [ 16, 0, 0, 16 ], "texture": "#fire" }} + }, + { "from": [ 0, 16, 0 ], + "to": [ 16, 16, 16 ], + "rotation": { "origin": [ 8, 16, 16 ], "axis": "x", "angle": -22.5, "rescale": true }, + "shade": false, + "faces": { "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#fire", "rotation": 180 }} + }, + { "from": [ 0, 16, 0 ], + "to": [ 16, 16, 16 ], + "rotation": { "origin": [ 8, 16, 0 ], "axis": "x", "angle": 22.5, "rescale": true }, + "shade": false, + "faces": { "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#fire" }} + } + ] +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/fire_nsu2_flip_main.json b/desktopRuntime/resources/assets/minecraft/models/block/fire_nsu2_flip_main.json new file mode 100755 index 00000000..0f57d9ab --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/fire_nsu2_flip_main.json @@ -0,0 +1,7 @@ +{ + "parent": "block/fire_nsu2_flip", + "textures": { + "particle": "blocks/fire_layer_0", + "fire": "blocks/fire_layer_0" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/fire_nsu2_main.json b/desktopRuntime/resources/assets/minecraft/models/block/fire_nsu2_main.json new file mode 100755 index 00000000..ebe42499 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/fire_nsu2_main.json @@ -0,0 +1,7 @@ +{ + "parent": "block/fire_nsu2", + "textures": { + "particle": "blocks/fire_layer_0", + "fire": "blocks/fire_layer_0" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/fire_nu1.json b/desktopRuntime/resources/assets/minecraft/models/block/fire_nu1.json new file mode 100755 index 00000000..53f01986 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/fire_nu1.json @@ -0,0 +1,27 @@ +{ + "ambientocclusion": false, + "elements": [ + { "from": [ 0, 1, 0.01 ], + "to": [ 16, 23.4, 0.01 ], + "shade": false, + "faces": { "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#fire" }} + }, + { "from": [ 0, 1, 0.01 ], + "to": [ 16, 23.4, 0.01 ], + "shade": false, + "faces": { "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#fire" }} + }, + { "from": [ 0, 16, 0 ], + "to": [ 16, 16, 16 ], + "rotation": { "origin": [ 16, 16, 8 ], "axis": "z", "angle": 22.5, "rescale": true }, + "shade": false, + "faces": { "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#fire", "rotation": 270 }} + }, + { "from": [ 0, 16, 0 ], + "to": [ 16, 16, 16 ], + "rotation": { "origin": [ 0, 16, 8 ], "axis": "z", "angle": -22.5, "rescale": true }, + "shade": false, + "faces": { "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#fire", "rotation": 90 }} + } + ] +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/fire_nu1_alt.json b/desktopRuntime/resources/assets/minecraft/models/block/fire_nu1_alt.json new file mode 100755 index 00000000..ff75b283 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/fire_nu1_alt.json @@ -0,0 +1,7 @@ +{ + "parent": "block/fire_nu1", + "textures": { + "particle": "blocks/fire_layer_1", + "fire": "blocks/fire_layer_1" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/fire_nu1_alt_flip.json b/desktopRuntime/resources/assets/minecraft/models/block/fire_nu1_alt_flip.json new file mode 100755 index 00000000..e5306a71 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/fire_nu1_alt_flip.json @@ -0,0 +1,7 @@ +{ + "parent": "block/fire_u2", + "textures": { + "particle": "blocks/fire_layer_1", + "fire": "blocks/fire_layer_1" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/fire_nu1_flip_main.json b/desktopRuntime/resources/assets/minecraft/models/block/fire_nu1_flip_main.json new file mode 100755 index 00000000..7071ff99 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/fire_nu1_flip_main.json @@ -0,0 +1,7 @@ +{ + "parent": "block/fire_u2", + "textures": { + "particle": "blocks/fire_layer_0", + "fire": "blocks/fire_layer_0" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/fire_nu1_main.json b/desktopRuntime/resources/assets/minecraft/models/block/fire_nu1_main.json new file mode 100755 index 00000000..63fc8e7b --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/fire_nu1_main.json @@ -0,0 +1,7 @@ +{ + "parent": "block/fire_nu1", + "textures": { + "particle": "blocks/fire_layer_0", + "fire": "blocks/fire_layer_0" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/fire_nu2.json b/desktopRuntime/resources/assets/minecraft/models/block/fire_nu2.json new file mode 100755 index 00000000..454b9a86 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/fire_nu2.json @@ -0,0 +1,27 @@ +{ + "ambientocclusion": false, + "elements": [ + { "from": [ 0, 1, 0.01 ], + "to": [ 16, 23.4, 0.01 ], + "shade": false, + "faces": { "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#fire" }} + }, + { "from": [ 0, 1, 0.01 ], + "to": [ 16, 23.4, 0.01 ], + "shade": false, + "faces": { "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#fire" }} + }, + { "from": [ 0, 16, 0 ], + "to": [ 16, 16, 16 ], + "rotation": { "origin": [ 8, 16, 16 ], "axis": "x", "angle": -22.5, "rescale": true }, + "shade": false, + "faces": { "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#fire", "rotation": 180 }} + }, + { "from": [ 0, 16, 0 ], + "to": [ 16, 16, 16 ], + "rotation": { "origin": [ 8, 16, 0 ], "axis": "x", "angle": 22.5, "rescale": true }, + "shade": false, + "faces": { "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#fire" }} + } + ] +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/fire_nu2_alt.json b/desktopRuntime/resources/assets/minecraft/models/block/fire_nu2_alt.json new file mode 100755 index 00000000..858b9369 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/fire_nu2_alt.json @@ -0,0 +1,7 @@ +{ + "parent": "block/fire_nu2", + "textures": { + "particle": "blocks/fire_layer_1", + "fire": "blocks/fire_layer_1" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/fire_nu2_alt_flip.json b/desktopRuntime/resources/assets/minecraft/models/block/fire_nu2_alt_flip.json new file mode 100755 index 00000000..07a15a76 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/fire_nu2_alt_flip.json @@ -0,0 +1,7 @@ +{ + "parent": "block/fire_nu2_flip", + "textures": { + "particle": "blocks/fire_layer_1", + "fire": "blocks/fire_layer_1" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/fire_nu2_flip.json b/desktopRuntime/resources/assets/minecraft/models/block/fire_nu2_flip.json new file mode 100755 index 00000000..68ab86dd --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/fire_nu2_flip.json @@ -0,0 +1,27 @@ +{ + "ambientocclusion": false, + "elements": [ + { "from": [ 0, 1, 0.01 ], + "to": [ 16, 23.4, 0.01 ], + "shade": false, + "faces": { "south": { "uv": [ 16, 0, 0, 16 ], "texture": "#fire" }} + }, + { "from": [ 0, 1, 0.01 ], + "to": [ 16, 23.4, 0.01 ], + "shade": false, + "faces": { "north": { "uv": [ 16, 0, 0, 16 ], "texture": "#fire" }} + }, + { "from": [ 0, 16, 0 ], + "to": [ 16, 16, 16 ], + "rotation": { "origin": [ 8, 16, 16 ], "axis": "x", "angle": -22.5, "rescale": true }, + "shade": false, + "faces": { "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#fire", "rotation": 180 }} + }, + { "from": [ 0, 16, 0 ], + "to": [ 16, 16, 16 ], + "rotation": { "origin": [ 8, 16, 0 ], "axis": "x", "angle": 22.5, "rescale": true }, + "shade": false, + "faces": { "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#fire" }} + } + ] +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/fire_nu2_flip_main.json b/desktopRuntime/resources/assets/minecraft/models/block/fire_nu2_flip_main.json new file mode 100755 index 00000000..5e3b9b9f --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/fire_nu2_flip_main.json @@ -0,0 +1,7 @@ +{ + "parent": "block/fire_nu2_flip", + "textures": { + "particle": "blocks/fire_layer_0", + "fire": "blocks/fire_layer_0" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/fire_nu2_main.json b/desktopRuntime/resources/assets/minecraft/models/block/fire_nu2_main.json new file mode 100755 index 00000000..8e31cbf3 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/fire_nu2_main.json @@ -0,0 +1,7 @@ +{ + "parent": "block/fire_nu2", + "textures": { + "particle": "blocks/fire_layer_0", + "fire": "blocks/fire_layer_0" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/fire_u1.json b/desktopRuntime/resources/assets/minecraft/models/block/fire_u1.json new file mode 100755 index 00000000..faf8a4e3 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/fire_u1.json @@ -0,0 +1,17 @@ +{ + "ambientocclusion": false, + "elements": [ + { "from": [ 0, 16, 0 ], + "to": [ 16, 16, 16 ], + "rotation": { "origin": [ 16, 16, 8 ], "axis": "z", "angle": 22.5, "rescale": true }, + "shade": false, + "faces": { "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#fire", "rotation": 270 }} + }, + { "from": [ 0, 16, 0 ], + "to": [ 16, 16, 16 ], + "rotation": { "origin": [ 0, 16, 8 ], "axis": "z", "angle": -22.5, "rescale": true }, + "shade": false, + "faces": { "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#fire", "rotation": 90 }} + } + ] +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/fire_u1_main.json b/desktopRuntime/resources/assets/minecraft/models/block/fire_u1_main.json new file mode 100755 index 00000000..73e06721 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/fire_u1_main.json @@ -0,0 +1,7 @@ +{ + "parent": "block/fire_u1", + "textures": { + "particle": "blocks/fire_layer_0", + "fire": "blocks/fire_layer_0" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/fire_u2.json b/desktopRuntime/resources/assets/minecraft/models/block/fire_u2.json new file mode 100755 index 00000000..b2476917 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/fire_u2.json @@ -0,0 +1,17 @@ +{ + "ambientocclusion": false, + "elements": [ + { "from": [ 0, 16, 0 ], + "to": [ 16, 16, 16 ], + "rotation": { "origin": [ 8, 16, 16 ], "axis": "x", "angle": -22.5, "rescale": true }, + "shade": false, + "faces": { "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#fire", "rotation": 180 }} + }, + { "from": [ 0, 16, 0 ], + "to": [ 16, 16, 16 ], + "rotation": { "origin": [ 8, 16, 0 ], "axis": "x", "angle": 22.5, "rescale": true }, + "shade": false, + "faces": { "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#fire" }} + } + ] +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/fire_u2_main.json b/desktopRuntime/resources/assets/minecraft/models/block/fire_u2_main.json new file mode 100755 index 00000000..7071ff99 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/fire_u2_main.json @@ -0,0 +1,7 @@ +{ + "parent": "block/fire_u2", + "textures": { + "particle": "blocks/fire_layer_0", + "fire": "blocks/fire_layer_0" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/flower_pot.json b/desktopRuntime/resources/assets/minecraft/models/block/flower_pot.json new file mode 100755 index 00000000..054d5fac --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/flower_pot.json @@ -0,0 +1,57 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/flower_pot", + "flowerpot": "blocks/flower_pot", + "dirt": "blocks/dirt" + }, + "elements": [ + { "from": [ 5, 0, 5 ], + "to": [ 6, 6, 11 ], + "faces": { + "down": { "uv": [ 5, 5, 6, 11 ], "texture": "#flowerpot", "cullface": "down" }, + "up": { "uv": [ 5, 5, 6, 11 ], "texture": "#flowerpot" }, + "north": { "uv": [ 10, 10, 11, 16 ], "texture": "#flowerpot" }, + "south": { "uv": [ 5, 10, 6, 16 ], "texture": "#flowerpot" }, + "west": { "uv": [ 5, 10, 11, 16 ], "texture": "#flowerpot" }, + "east": { "uv": [ 5, 10, 11, 16 ], "texture": "#flowerpot" } + } + }, + { "from": [ 10, 0, 5 ], + "to": [ 11, 6, 11 ], + "faces": { + "down": { "uv": [ 10, 5, 11, 11 ], "texture": "#flowerpot", "cullface": "down" }, + "up": { "uv": [ 10, 5, 11, 11 ], "texture": "#flowerpot" }, + "north": { "uv": [ 5, 10, 6, 16 ], "texture": "#flowerpot" }, + "south": { "uv": [ 10, 10, 11, 16 ], "texture": "#flowerpot" }, + "west": { "uv": [ 5, 10, 11, 16 ], "texture": "#flowerpot" }, + "east": { "uv": [ 5, 10, 11, 16 ], "texture": "#flowerpot" } + } + }, + { "from": [ 6, 0, 5 ], + "to": [ 10, 6, 6 ], + "faces": { + "down": { "uv": [ 6, 10, 10, 11 ], "texture": "#flowerpot", "cullface": "down" }, + "up": { "uv": [ 6, 5, 10, 6 ], "texture": "#flowerpot" }, + "north": { "uv": [ 6, 10, 10, 16 ], "texture": "#flowerpot" }, + "south": { "uv": [ 6, 10, 10, 16 ], "texture": "#flowerpot" } + } + }, + { "from": [ 6, 0, 10 ], + "to": [ 10, 6, 11 ], + "faces": { + "down": { "uv": [ 6, 5, 10, 6 ], "texture": "#flowerpot", "cullface": "down" }, + "up": { "uv": [ 6, 10, 10, 11 ], "texture": "#flowerpot" }, + "north": { "uv": [ 6, 10, 10, 16 ], "texture": "#flowerpot" }, + "south": { "uv": [ 6, 10, 10, 16 ], "texture": "#flowerpot" } + } + }, + { "from": [ 6, 0, 6 ], + "to": [ 10, 4, 10 ], + "faces": { + "down": { "uv": [ 6, 6, 10, 10 ], "texture": "#flowerpot", "cullface": "down" }, + "up": { "uv": [ 6, 6, 10, 10 ], "texture": "#dirt" } + } + } + ] +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/flower_pot_acacia.json b/desktopRuntime/resources/assets/minecraft/models/block/flower_pot_acacia.json new file mode 100755 index 00000000..040894d9 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/flower_pot_acacia.json @@ -0,0 +1,6 @@ +{ + "parent": "block/flower_pot_cross", + "textures": { + "plant": "blocks/sapling_acacia" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/flower_pot_allium.json b/desktopRuntime/resources/assets/minecraft/models/block/flower_pot_allium.json new file mode 100755 index 00000000..3453e0d6 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/flower_pot_allium.json @@ -0,0 +1,6 @@ +{ + "parent": "block/flower_pot_cross", + "textures": { + "plant": "blocks/flower_allium" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/flower_pot_birch.json b/desktopRuntime/resources/assets/minecraft/models/block/flower_pot_birch.json new file mode 100755 index 00000000..8651cd3a --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/flower_pot_birch.json @@ -0,0 +1,6 @@ +{ + "parent": "block/flower_pot_cross", + "textures": { + "plant": "blocks/sapling_birch" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/flower_pot_cactus.json b/desktopRuntime/resources/assets/minecraft/models/block/flower_pot_cactus.json new file mode 100755 index 00000000..b29ff15a --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/flower_pot_cactus.json @@ -0,0 +1,86 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/flower_pot", + "flowerpot": "blocks/flower_pot", + "dirt": "blocks/dirt", + "cactus": "blocks/cactus_side" + }, + "elements": [ + { "from": [ 5, 0, 5 ], + "to": [ 6, 6, 11 ], + "faces": { + "down": { "uv": [ 5, 5, 6, 11 ], "texture": "#flowerpot", "cullface": "down" }, + "up": { "uv": [ 5, 5, 6, 11 ], "texture": "#flowerpot" }, + "north": { "uv": [ 10, 10, 11, 16 ], "texture": "#flowerpot" }, + "south": { "uv": [ 5, 10, 6, 16 ], "texture": "#flowerpot" }, + "west": { "uv": [ 5, 10, 11, 16 ], "texture": "#flowerpot" }, + "east": { "uv": [ 5, 10, 11, 16 ], "texture": "#flowerpot" } + } + }, + { "from": [ 10, 0, 5 ], + "to": [ 11, 6, 11 ], + "faces": { + "down": { "uv": [ 10, 5, 11, 11 ], "texture": "#flowerpot", "cullface": "down" }, + "up": { "uv": [ 10, 5, 11, 11 ], "texture": "#flowerpot" }, + "north": { "uv": [ 5, 10, 6, 16 ], "texture": "#flowerpot" }, + "south": { "uv": [ 10, 10, 11, 16 ], "texture": "#flowerpot" }, + "west": { "uv": [ 5, 10, 11, 16 ], "texture": "#flowerpot" }, + "east": { "uv": [ 5, 10, 11, 16 ], "texture": "#flowerpot" } + } + }, + { "from": [ 6, 0, 5 ], + "to": [ 10, 6, 6 ], + "faces": { + "down": { "uv": [ 6, 10, 10, 11 ], "texture": "#flowerpot", "cullface": "down" }, + "up": { "uv": [ 6, 5, 10, 6 ], "texture": "#flowerpot" }, + "north": { "uv": [ 6, 10, 10, 16 ], "texture": "#flowerpot" }, + "south": { "uv": [ 6, 10, 10, 16 ], "texture": "#flowerpot" } + } + }, + { "from": [ 6, 0, 10 ], + "to": [ 10, 6, 11 ], + "faces": { + "down": { "uv": [ 6, 5, 10, 6 ], "texture": "#flowerpot", "cullface": "down" }, + "up": { "uv": [ 6, 10, 10, 11 ], "texture": "#flowerpot" }, + "north": { "uv": [ 6, 10, 10, 16 ], "texture": "#flowerpot" }, + "south": { "uv": [ 6, 10, 10, 16 ], "texture": "#flowerpot" } + } + }, + { "from": [ 6, 0, 6 ], + "to": [ 10, 4, 10 ], + "faces": { + "down": { "uv": [ 6, 6, 10, 10 ], "texture": "#flowerpot", "cullface": "down" }, + "up": { "uv": [ 6, 6, 10, 10 ], "texture": "#dirt" } + } + }, + { "from": [ 6, 4, 6 ], + "to": [ 10, 8, 10 ], + "faces": { + "north": { "uv": [ 6, 8, 10, 12 ], "texture": "#cactus" }, + "south": { "uv": [ 6, 8, 10, 12 ], "texture": "#cactus" }, + "west": { "uv": [ 6, 8, 10, 12 ], "texture": "#cactus" }, + "east": { "uv": [ 6, 8, 10, 12 ], "texture": "#cactus" } + } + }, + { "from": [ 6, 8, 6 ], + "to": [ 10, 12, 10 ], + "faces": { + "north": { "uv": [ 6, 4, 10, 8 ], "texture": "#cactus" }, + "south": { "uv": [ 6, 4, 10, 8 ], "texture": "#cactus" }, + "west": { "uv": [ 6, 4, 10, 8 ], "texture": "#cactus" }, + "east": { "uv": [ 6, 4, 10, 8 ], "texture": "#cactus" } + } + }, + { "from": [ 6, 12, 6 ], + "to": [ 10, 16, 10 ], + "faces": { + "up": { "uv": [ 6, 6, 10, 10 ], "texture": "#cactus" }, + "north": { "uv": [ 6, 0, 10, 4 ], "texture": "#cactus" }, + "south": { "uv": [ 6, 0, 10, 4 ], "texture": "#cactus" }, + "west": { "uv": [ 6, 0, 10, 4 ], "texture": "#cactus" }, + "east": { "uv": [ 6, 0, 10, 4 ], "texture": "#cactus" } + } + } + ] +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/flower_pot_cross.json b/desktopRuntime/resources/assets/minecraft/models/block/flower_pot_cross.json new file mode 100755 index 00000000..5b2f7f3b --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/flower_pot_cross.json @@ -0,0 +1,73 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/flower_pot", + "flowerpot": "blocks/flower_pot", + "dirt": "blocks/dirt" + }, + "elements": [ + { "from": [ 5, 0, 5 ], + "to": [ 6, 6, 11 ], + "faces": { + "down": { "uv": [ 5, 5, 6, 11 ], "texture": "#flowerpot", "cullface": "down" }, + "up": { "uv": [ 5, 5, 6, 11 ], "texture": "#flowerpot" }, + "north": { "uv": [ 10, 10, 11, 16 ], "texture": "#flowerpot" }, + "south": { "uv": [ 5, 10, 6, 16 ], "texture": "#flowerpot" }, + "west": { "uv": [ 5, 10, 11, 16 ], "texture": "#flowerpot" }, + "east": { "uv": [ 5, 10, 11, 16 ], "texture": "#flowerpot" } + } + }, + { "from": [ 10, 0, 5 ], + "to": [ 11, 6, 11 ], + "faces": { + "down": { "uv": [ 10, 5, 11, 11 ], "texture": "#flowerpot", "cullface": "down" }, + "up": { "uv": [ 10, 5, 11, 11 ], "texture": "#flowerpot" }, + "north": { "uv": [ 5, 10, 6, 16 ], "texture": "#flowerpot" }, + "south": { "uv": [ 10, 10, 11, 16 ], "texture": "#flowerpot" }, + "west": { "uv": [ 5, 10, 11, 16 ], "texture": "#flowerpot" }, + "east": { "uv": [ 5, 10, 11, 16 ], "texture": "#flowerpot" } + } + }, + { "from": [ 6, 0, 5 ], + "to": [ 10, 6, 6 ], + "faces": { + "down": { "uv": [ 6, 10, 10, 11 ], "texture": "#flowerpot", "cullface": "down" }, + "up": { "uv": [ 6, 5, 10, 6 ], "texture": "#flowerpot" }, + "north": { "uv": [ 6, 10, 10, 16 ], "texture": "#flowerpot" }, + "south": { "uv": [ 6, 10, 10, 16 ], "texture": "#flowerpot" } + } + }, + { "from": [ 6, 0, 10 ], + "to": [ 10, 6, 11 ], + "faces": { + "down": { "uv": [ 6, 5, 10, 6 ], "texture": "#flowerpot", "cullface": "down" }, + "up": { "uv": [ 6, 10, 10, 11 ], "texture": "#flowerpot" }, + "north": { "uv": [ 6, 10, 10, 16 ], "texture": "#flowerpot" }, + "south": { "uv": [ 6, 10, 10, 16 ], "texture": "#flowerpot" } + } + }, + { "from": [ 6, 0, 6 ], + "to": [ 10, 4, 10 ], + "faces": { + "down": { "uv": [ 6, 6, 10, 10 ], "texture": "#flowerpot", "cullface": "down" }, + "up": { "uv": [ 6, 6, 10, 10 ], "texture": "#dirt" } + } + }, + { "from": [ 2.6, 4, 8 ], + "to": [ 13.4, 16, 8 ], + "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, + "faces": { + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#plant" }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#plant" } + } + }, + { "from": [ 8, 4, 2.6 ], + "to": [ 8, 16, 13.4 ], + "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, + "faces": { + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#plant" }, + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#plant" } + } + } + ] +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/flower_pot_daisy.json b/desktopRuntime/resources/assets/minecraft/models/block/flower_pot_daisy.json new file mode 100755 index 00000000..f3886bcd --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/flower_pot_daisy.json @@ -0,0 +1,6 @@ +{ + "parent": "block/flower_pot_cross", + "textures": { + "plant": "blocks/flower_oxeye_daisy" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/flower_pot_dandelion.json b/desktopRuntime/resources/assets/minecraft/models/block/flower_pot_dandelion.json new file mode 100755 index 00000000..ebc5f064 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/flower_pot_dandelion.json @@ -0,0 +1,6 @@ +{ + "parent": "block/flower_pot_cross", + "textures": { + "plant": "blocks/flower_dandelion" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/flower_pot_dark_oak.json b/desktopRuntime/resources/assets/minecraft/models/block/flower_pot_dark_oak.json new file mode 100755 index 00000000..4953b007 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/flower_pot_dark_oak.json @@ -0,0 +1,6 @@ +{ + "parent": "block/flower_pot_cross", + "textures": { + "plant": "blocks/sapling_roofed_oak" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/flower_pot_dead_bush.json b/desktopRuntime/resources/assets/minecraft/models/block/flower_pot_dead_bush.json new file mode 100755 index 00000000..6c3a90d1 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/flower_pot_dead_bush.json @@ -0,0 +1,6 @@ +{ + "parent": "block/flower_pot_cross", + "textures": { + "plant": "blocks/deadbush" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/flower_pot_fern.json b/desktopRuntime/resources/assets/minecraft/models/block/flower_pot_fern.json new file mode 100755 index 00000000..1fb45b79 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/flower_pot_fern.json @@ -0,0 +1,74 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/flower_pot", + "flowerpot": "blocks/flower_pot", + "dirt": "blocks/dirt", + "plant": "blocks/fern" + }, + "elements": [ + { "from": [ 5, 0, 5 ], + "to": [ 6, 6, 11 ], + "faces": { + "down": { "uv": [ 5, 5, 6, 11 ], "texture": "#flowerpot", "cullface": "down" }, + "up": { "uv": [ 5, 5, 6, 11 ], "texture": "#flowerpot" }, + "north": { "uv": [ 10, 10, 11, 16 ], "texture": "#flowerpot" }, + "south": { "uv": [ 5, 10, 6, 16 ], "texture": "#flowerpot" }, + "west": { "uv": [ 5, 10, 11, 16 ], "texture": "#flowerpot" }, + "east": { "uv": [ 5, 10, 11, 16 ], "texture": "#flowerpot" } + } + }, + { "from": [ 10, 0, 5 ], + "to": [ 11, 6, 11 ], + "faces": { + "down": { "uv": [ 10, 5, 11, 11 ], "texture": "#flowerpot", "cullface": "down" }, + "up": { "uv": [ 10, 5, 11, 11 ], "texture": "#flowerpot" }, + "north": { "uv": [ 5, 10, 6, 16 ], "texture": "#flowerpot" }, + "south": { "uv": [ 10, 10, 11, 16 ], "texture": "#flowerpot" }, + "west": { "uv": [ 5, 10, 11, 16 ], "texture": "#flowerpot" }, + "east": { "uv": [ 5, 10, 11, 16 ], "texture": "#flowerpot" } + } + }, + { "from": [ 6, 0, 5 ], + "to": [ 10, 6, 6 ], + "faces": { + "down": { "uv": [ 6, 10, 10, 11 ], "texture": "#flowerpot", "cullface": "down" }, + "up": { "uv": [ 6, 5, 10, 6 ], "texture": "#flowerpot" }, + "north": { "uv": [ 6, 10, 10, 16 ], "texture": "#flowerpot" }, + "south": { "uv": [ 6, 10, 10, 16 ], "texture": "#flowerpot" } + } + }, + { "from": [ 6, 0, 10 ], + "to": [ 10, 6, 11 ], + "faces": { + "down": { "uv": [ 6, 5, 10, 6 ], "texture": "#flowerpot", "cullface": "down" }, + "up": { "uv": [ 6, 10, 10, 11 ], "texture": "#flowerpot" }, + "north": { "uv": [ 6, 10, 10, 16 ], "texture": "#flowerpot" }, + "south": { "uv": [ 6, 10, 10, 16 ], "texture": "#flowerpot" } + } + }, + { "from": [ 6, 0, 6 ], + "to": [ 10, 4, 10 ], + "faces": { + "down": { "uv": [ 6, 6, 10, 10 ], "texture": "#flowerpot", "cullface": "down" }, + "up": { "uv": [ 6, 6, 10, 10 ], "texture": "#dirt" } + } + }, + { "from": [ 2.6, 4, 8 ], + "to": [ 13.4, 16, 8 ], + "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, + "faces": { + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#plant", "tintindex": 0 }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#plant", "tintindex": 0 } + } + }, + { "from": [ 8, 4, 2.6 ], + "to": [ 8, 16, 13.4 ], + "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, + "faces": { + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#plant", "tintindex": 0 }, + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#plant", "tintindex": 0 } + } + } + ] +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/flower_pot_houstonia.json b/desktopRuntime/resources/assets/minecraft/models/block/flower_pot_houstonia.json new file mode 100755 index 00000000..cbde2c40 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/flower_pot_houstonia.json @@ -0,0 +1,6 @@ +{ + "parent": "block/flower_pot_cross", + "textures": { + "plant": "blocks/flower_houstonia" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/flower_pot_jungle.json b/desktopRuntime/resources/assets/minecraft/models/block/flower_pot_jungle.json new file mode 100755 index 00000000..c02568bd --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/flower_pot_jungle.json @@ -0,0 +1,6 @@ +{ + "parent": "block/flower_pot_cross", + "textures": { + "plant": "blocks/sapling_jungle" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/flower_pot_mushroom_brown.json b/desktopRuntime/resources/assets/minecraft/models/block/flower_pot_mushroom_brown.json new file mode 100755 index 00000000..a93a0747 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/flower_pot_mushroom_brown.json @@ -0,0 +1,6 @@ +{ + "parent": "block/flower_pot_cross", + "textures": { + "plant": "blocks/mushroom_brown" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/flower_pot_mushroom_red.json b/desktopRuntime/resources/assets/minecraft/models/block/flower_pot_mushroom_red.json new file mode 100755 index 00000000..53dc64ac --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/flower_pot_mushroom_red.json @@ -0,0 +1,6 @@ +{ + "parent": "block/flower_pot_cross", + "textures": { + "plant": "blocks/mushroom_red" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/flower_pot_oak.json b/desktopRuntime/resources/assets/minecraft/models/block/flower_pot_oak.json new file mode 100755 index 00000000..ad77243f --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/flower_pot_oak.json @@ -0,0 +1,6 @@ +{ + "parent": "block/flower_pot_cross", + "textures": { + "plant": "blocks/sapling_oak" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/flower_pot_orchid.json b/desktopRuntime/resources/assets/minecraft/models/block/flower_pot_orchid.json new file mode 100755 index 00000000..431a39dd --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/flower_pot_orchid.json @@ -0,0 +1,6 @@ +{ + "parent": "block/flower_pot_cross", + "textures": { + "plant": "blocks/flower_blue_orchid" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/flower_pot_rose.json b/desktopRuntime/resources/assets/minecraft/models/block/flower_pot_rose.json new file mode 100755 index 00000000..71a0e575 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/flower_pot_rose.json @@ -0,0 +1,6 @@ +{ + "parent": "block/flower_pot_cross", + "textures": { + "plant": "blocks/flower_rose" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/flower_pot_spruce.json b/desktopRuntime/resources/assets/minecraft/models/block/flower_pot_spruce.json new file mode 100755 index 00000000..bcecca4d --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/flower_pot_spruce.json @@ -0,0 +1,6 @@ +{ + "parent": "block/flower_pot_cross", + "textures": { + "plant": "blocks/sapling_spruce" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/flower_pot_tulip_orange.json b/desktopRuntime/resources/assets/minecraft/models/block/flower_pot_tulip_orange.json new file mode 100755 index 00000000..e8f2c253 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/flower_pot_tulip_orange.json @@ -0,0 +1,6 @@ +{ + "parent": "block/flower_pot_cross", + "textures": { + "plant": "blocks/flower_tulip_orange" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/flower_pot_tulip_pink.json b/desktopRuntime/resources/assets/minecraft/models/block/flower_pot_tulip_pink.json new file mode 100755 index 00000000..630cbe88 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/flower_pot_tulip_pink.json @@ -0,0 +1,6 @@ +{ + "parent": "block/flower_pot_cross", + "textures": { + "plant": "blocks/flower_tulip_pink" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/flower_pot_tulip_red.json b/desktopRuntime/resources/assets/minecraft/models/block/flower_pot_tulip_red.json new file mode 100755 index 00000000..b69ae47e --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/flower_pot_tulip_red.json @@ -0,0 +1,6 @@ +{ + "parent": "block/flower_pot_cross", + "textures": { + "plant": "blocks/flower_tulip_red" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/flower_pot_tulip_white.json b/desktopRuntime/resources/assets/minecraft/models/block/flower_pot_tulip_white.json new file mode 100755 index 00000000..501f7b99 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/flower_pot_tulip_white.json @@ -0,0 +1,6 @@ +{ + "parent": "block/flower_pot_cross", + "textures": { + "plant": "blocks/flower_tulip_white" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/furnace.json b/desktopRuntime/resources/assets/minecraft/models/block/furnace.json new file mode 100755 index 00000000..08c13666 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/furnace.json @@ -0,0 +1,8 @@ +{ + "parent": "block/orientable", + "textures": { + "top": "blocks/furnace_top", + "front": "blocks/furnace_front_off", + "side": "blocks/furnace_side" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/glass.json b/desktopRuntime/resources/assets/minecraft/models/block/glass.json new file mode 100755 index 00000000..0a64c9df --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/glass.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/glass" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/glass_black.json b/desktopRuntime/resources/assets/minecraft/models/block/glass_black.json new file mode 100755 index 00000000..389734f3 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/glass_black.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/glass_black" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/glass_blue.json b/desktopRuntime/resources/assets/minecraft/models/block/glass_blue.json new file mode 100755 index 00000000..1a6592f9 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/glass_blue.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/glass_blue" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/glass_brown.json b/desktopRuntime/resources/assets/minecraft/models/block/glass_brown.json new file mode 100755 index 00000000..2592c40b --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/glass_brown.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/glass_brown" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/glass_cyan.json b/desktopRuntime/resources/assets/minecraft/models/block/glass_cyan.json new file mode 100755 index 00000000..2cc9c636 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/glass_cyan.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/glass_cyan" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/glass_gray.json b/desktopRuntime/resources/assets/minecraft/models/block/glass_gray.json new file mode 100755 index 00000000..4b338272 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/glass_gray.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/glass_gray" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/glass_green.json b/desktopRuntime/resources/assets/minecraft/models/block/glass_green.json new file mode 100755 index 00000000..5bab8507 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/glass_green.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/glass_green" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/glass_light_blue.json b/desktopRuntime/resources/assets/minecraft/models/block/glass_light_blue.json new file mode 100755 index 00000000..a38ed95e --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/glass_light_blue.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/glass_light_blue" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/glass_lime.json b/desktopRuntime/resources/assets/minecraft/models/block/glass_lime.json new file mode 100755 index 00000000..a4341b39 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/glass_lime.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/glass_lime" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/glass_magenta.json b/desktopRuntime/resources/assets/minecraft/models/block/glass_magenta.json new file mode 100755 index 00000000..3363cdc8 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/glass_magenta.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/glass_magenta" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/glass_orange.json b/desktopRuntime/resources/assets/minecraft/models/block/glass_orange.json new file mode 100755 index 00000000..cc8c9c3f --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/glass_orange.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/glass_orange" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/glass_pane_n.json b/desktopRuntime/resources/assets/minecraft/models/block/glass_pane_n.json new file mode 100755 index 00000000..05a989a7 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/glass_pane_n.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_n", + "textures": { + "edge": "blocks/glass_pane_top", + "pane": "blocks/glass" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/glass_pane_ne.json b/desktopRuntime/resources/assets/minecraft/models/block/glass_pane_ne.json new file mode 100755 index 00000000..c1155c7c --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/glass_pane_ne.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_ne", + "textures": { + "edge": "blocks/glass_pane_top", + "pane": "blocks/glass" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/glass_pane_new.json b/desktopRuntime/resources/assets/minecraft/models/block/glass_pane_new.json new file mode 100755 index 00000000..6f0dcbed --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/glass_pane_new.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_new", + "textures": { + "edge": "blocks/glass_pane_top", + "pane": "blocks/glass" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/glass_pane_ns.json b/desktopRuntime/resources/assets/minecraft/models/block/glass_pane_ns.json new file mode 100755 index 00000000..9f370a56 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/glass_pane_ns.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_ns", + "textures": { + "edge": "blocks/glass_pane_top", + "pane": "blocks/glass" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/glass_pane_nse.json b/desktopRuntime/resources/assets/minecraft/models/block/glass_pane_nse.json new file mode 100755 index 00000000..7a978fce --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/glass_pane_nse.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_nse", + "textures": { + "edge": "blocks/glass_pane_top", + "pane": "blocks/glass" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/glass_pane_nsew.json b/desktopRuntime/resources/assets/minecraft/models/block/glass_pane_nsew.json new file mode 100755 index 00000000..c964b547 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/glass_pane_nsew.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_nsew", + "textures": { + "edge": "blocks/glass_pane_top", + "pane": "blocks/glass" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/glass_pane_nsw.json b/desktopRuntime/resources/assets/minecraft/models/block/glass_pane_nsw.json new file mode 100755 index 00000000..59d0a909 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/glass_pane_nsw.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_nsw", + "textures": { + "edge": "blocks/glass_pane_top", + "pane": "blocks/glass" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/glass_pane_nw.json b/desktopRuntime/resources/assets/minecraft/models/block/glass_pane_nw.json new file mode 100755 index 00000000..041ad6f8 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/glass_pane_nw.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_nw", + "textures": { + "edge": "blocks/glass_pane_top", + "pane": "blocks/glass" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/glass_pane_s.json b/desktopRuntime/resources/assets/minecraft/models/block/glass_pane_s.json new file mode 100755 index 00000000..6a9cfeaa --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/glass_pane_s.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_s", + "textures": { + "edge": "blocks/glass_pane_top", + "pane": "blocks/glass" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/glass_pane_se.json b/desktopRuntime/resources/assets/minecraft/models/block/glass_pane_se.json new file mode 100755 index 00000000..b299a959 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/glass_pane_se.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_se", + "textures": { + "edge": "blocks/glass_pane_top", + "pane": "blocks/glass" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/glass_pane_sew.json b/desktopRuntime/resources/assets/minecraft/models/block/glass_pane_sew.json new file mode 100755 index 00000000..77f8d563 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/glass_pane_sew.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_sew", + "textures": { + "edge": "blocks/glass_pane_top", + "pane": "blocks/glass" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/glass_pane_sw.json b/desktopRuntime/resources/assets/minecraft/models/block/glass_pane_sw.json new file mode 100755 index 00000000..185c465a --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/glass_pane_sw.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_sw", + "textures": { + "edge": "blocks/glass_pane_top", + "pane": "blocks/glass" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/glass_pink.json b/desktopRuntime/resources/assets/minecraft/models/block/glass_pink.json new file mode 100755 index 00000000..e852a5d7 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/glass_pink.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/glass_pink" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/glass_purple.json b/desktopRuntime/resources/assets/minecraft/models/block/glass_purple.json new file mode 100755 index 00000000..876d944c --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/glass_purple.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/glass_purple" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/glass_red.json b/desktopRuntime/resources/assets/minecraft/models/block/glass_red.json new file mode 100755 index 00000000..cd0fb970 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/glass_red.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/glass_red" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/glass_silver.json b/desktopRuntime/resources/assets/minecraft/models/block/glass_silver.json new file mode 100755 index 00000000..0b58a372 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/glass_silver.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/glass_silver" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/glass_white.json b/desktopRuntime/resources/assets/minecraft/models/block/glass_white.json new file mode 100755 index 00000000..f0294f83 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/glass_white.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/glass_white" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/glass_yellow.json b/desktopRuntime/resources/assets/minecraft/models/block/glass_yellow.json new file mode 100755 index 00000000..489f6bb7 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/glass_yellow.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/glass_yellow" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/glowstone.json b/desktopRuntime/resources/assets/minecraft/models/block/glowstone.json new file mode 100755 index 00000000..9e2a2303 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/glowstone.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/glowstone" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/gold_block.json b/desktopRuntime/resources/assets/minecraft/models/block/gold_block.json new file mode 100755 index 00000000..c46d3eb2 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/gold_block.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/gold_block" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/gold_ore.json b/desktopRuntime/resources/assets/minecraft/models/block/gold_ore.json new file mode 100755 index 00000000..640c25e8 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/gold_ore.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/gold_ore" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/golden_rail_active_flat.json b/desktopRuntime/resources/assets/minecraft/models/block/golden_rail_active_flat.json new file mode 100755 index 00000000..11d114fb --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/golden_rail_active_flat.json @@ -0,0 +1,6 @@ +{ + "parent": "block/rail_flat", + "textures": { + "rail": "blocks/rail_golden_powered" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/golden_rail_active_raised_ne.json b/desktopRuntime/resources/assets/minecraft/models/block/golden_rail_active_raised_ne.json new file mode 100755 index 00000000..a453fa94 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/golden_rail_active_raised_ne.json @@ -0,0 +1,6 @@ +{ + "parent": "block/rail_raised_ne", + "textures": { + "rail": "blocks/rail_golden_powered" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/golden_rail_active_raised_sw.json b/desktopRuntime/resources/assets/minecraft/models/block/golden_rail_active_raised_sw.json new file mode 100755 index 00000000..67a916a0 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/golden_rail_active_raised_sw.json @@ -0,0 +1,6 @@ +{ + "parent": "block/rail_raised_sw", + "textures": { + "rail": "blocks/rail_golden_powered" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/golden_rail_flat.json b/desktopRuntime/resources/assets/minecraft/models/block/golden_rail_flat.json new file mode 100755 index 00000000..534ff479 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/golden_rail_flat.json @@ -0,0 +1,6 @@ +{ + "parent": "block/rail_flat", + "textures": { + "rail": "blocks/rail_golden" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/golden_rail_raised_ne.json b/desktopRuntime/resources/assets/minecraft/models/block/golden_rail_raised_ne.json new file mode 100755 index 00000000..6b7dbc46 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/golden_rail_raised_ne.json @@ -0,0 +1,6 @@ +{ + "parent": "block/rail_raised_ne", + "textures": { + "rail": "blocks/rail_golden" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/golden_rail_raised_sw.json b/desktopRuntime/resources/assets/minecraft/models/block/golden_rail_raised_sw.json new file mode 100755 index 00000000..3e8287f0 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/golden_rail_raised_sw.json @@ -0,0 +1,6 @@ +{ + "parent": "block/rail_raised_sw", + "textures": { + "rail": "blocks/rail_golden" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/granite.json b/desktopRuntime/resources/assets/minecraft/models/block/granite.json new file mode 100755 index 00000000..ec301853 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/granite.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/stone_granite" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/granite_smooth.json b/desktopRuntime/resources/assets/minecraft/models/block/granite_smooth.json new file mode 100755 index 00000000..2328ae03 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/granite_smooth.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/stone_granite_smooth" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/grass.json b/desktopRuntime/resources/assets/minecraft/models/block/grass.json new file mode 100755 index 00000000..53abc2c8 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/grass.json @@ -0,0 +1,24 @@ +{ + "elements": [ + { "from": [ 0, 0, 0 ], + "to": [ 16, 16, 16 ], + "faces": { + "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#bottom", "cullface": "down" }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#top", "cullface": "up", "tintindex": 0 }, + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#side", "cullface": "north" }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#side", "cullface": "south" }, + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#side", "cullface": "west" }, + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#side", "cullface": "east" } + } + }, + { "from": [ 0, 0, 0 ], + "to": [ 16, 16, 16 ], + "faces": { + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#overlay", "tintindex": 0, "cullface": "north" }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#overlay", "tintindex": 0, "cullface": "south" }, + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#overlay", "tintindex": 0, "cullface": "west" }, + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#overlay", "tintindex": 0, "cullface": "east" } + } + } + ] +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/grass_normal.json b/desktopRuntime/resources/assets/minecraft/models/block/grass_normal.json new file mode 100755 index 00000000..2c3eab47 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/grass_normal.json @@ -0,0 +1,10 @@ +{ + "parent": "block/grass", + "textures": { + "particle": "blocks/dirt", + "bottom": "blocks/dirt", + "top": "blocks/grass_top", + "side": "blocks/grass_side", + "overlay": "blocks/grass_side_overlay" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/grass_snowed.json b/desktopRuntime/resources/assets/minecraft/models/block/grass_snowed.json new file mode 100755 index 00000000..a752937d --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/grass_snowed.json @@ -0,0 +1,9 @@ +{ + "parent": "block/cube_bottom_top", + "textures": { + "particle": "blocks/dirt", + "bottom": "blocks/dirt", + "top": "blocks/grass_top", + "side": "blocks/grass_side_snowed" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/gravel.json b/desktopRuntime/resources/assets/minecraft/models/block/gravel.json new file mode 100755 index 00000000..1cffed4d --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/gravel.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/gravel" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/gray_pane_n.json b/desktopRuntime/resources/assets/minecraft/models/block/gray_pane_n.json new file mode 100755 index 00000000..9062e30b --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/gray_pane_n.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_n", + "textures": { + "edge": "blocks/glass_pane_top_gray", + "pane": "blocks/glass_gray" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/gray_pane_ne.json b/desktopRuntime/resources/assets/minecraft/models/block/gray_pane_ne.json new file mode 100755 index 00000000..79f07514 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/gray_pane_ne.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_ne", + "textures": { + "edge": "blocks/glass_pane_top_gray", + "pane": "blocks/glass_gray" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/gray_pane_new.json b/desktopRuntime/resources/assets/minecraft/models/block/gray_pane_new.json new file mode 100755 index 00000000..b9bdecc6 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/gray_pane_new.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_new", + "textures": { + "edge": "blocks/glass_pane_top_gray", + "pane": "blocks/glass_gray" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/gray_pane_ns.json b/desktopRuntime/resources/assets/minecraft/models/block/gray_pane_ns.json new file mode 100755 index 00000000..a5de4515 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/gray_pane_ns.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_ns", + "textures": { + "edge": "blocks/glass_pane_top_gray", + "pane": "blocks/glass_gray" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/gray_pane_nse.json b/desktopRuntime/resources/assets/minecraft/models/block/gray_pane_nse.json new file mode 100755 index 00000000..72cab5ca --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/gray_pane_nse.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_nse", + "textures": { + "edge": "blocks/glass_pane_top_gray", + "pane": "blocks/glass_gray" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/gray_pane_nsew.json b/desktopRuntime/resources/assets/minecraft/models/block/gray_pane_nsew.json new file mode 100755 index 00000000..9c47d743 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/gray_pane_nsew.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_nsew", + "textures": { + "edge": "blocks/glass_pane_top_gray", + "pane": "blocks/glass_gray" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/gray_pane_nsw.json b/desktopRuntime/resources/assets/minecraft/models/block/gray_pane_nsw.json new file mode 100755 index 00000000..7aa5ba77 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/gray_pane_nsw.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_nsw", + "textures": { + "edge": "blocks/glass_pane_top_gray", + "pane": "blocks/glass_gray" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/gray_pane_nw.json b/desktopRuntime/resources/assets/minecraft/models/block/gray_pane_nw.json new file mode 100755 index 00000000..367983b6 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/gray_pane_nw.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_nw", + "textures": { + "edge": "blocks/glass_pane_top_gray", + "pane": "blocks/glass_gray" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/gray_pane_s.json b/desktopRuntime/resources/assets/minecraft/models/block/gray_pane_s.json new file mode 100755 index 00000000..8290c3e5 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/gray_pane_s.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_s", + "textures": { + "edge": "blocks/glass_pane_top_gray", + "pane": "blocks/glass_gray" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/gray_pane_se.json b/desktopRuntime/resources/assets/minecraft/models/block/gray_pane_se.json new file mode 100755 index 00000000..b347debc --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/gray_pane_se.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_se", + "textures": { + "edge": "blocks/glass_pane_top_gray", + "pane": "blocks/glass_gray" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/gray_pane_sew.json b/desktopRuntime/resources/assets/minecraft/models/block/gray_pane_sew.json new file mode 100755 index 00000000..e0deedf1 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/gray_pane_sew.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_sew", + "textures": { + "edge": "blocks/glass_pane_top_gray", + "pane": "blocks/glass_gray" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/gray_pane_sw.json b/desktopRuntime/resources/assets/minecraft/models/block/gray_pane_sw.json new file mode 100755 index 00000000..9ddb86be --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/gray_pane_sw.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_sw", + "textures": { + "edge": "blocks/glass_pane_top_gray", + "pane": "blocks/glass_gray" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/gray_wool.json b/desktopRuntime/resources/assets/minecraft/models/block/gray_wool.json new file mode 100755 index 00000000..4a79474a --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/gray_wool.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/wool_colored_gray" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/green_pane_n.json b/desktopRuntime/resources/assets/minecraft/models/block/green_pane_n.json new file mode 100755 index 00000000..adc32cb5 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/green_pane_n.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_n", + "textures": { + "edge": "blocks/glass_pane_top_green", + "pane": "blocks/glass_green" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/green_pane_ne.json b/desktopRuntime/resources/assets/minecraft/models/block/green_pane_ne.json new file mode 100755 index 00000000..1419bdbb --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/green_pane_ne.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_ne", + "textures": { + "edge": "blocks/glass_pane_top_green", + "pane": "blocks/glass_green" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/green_pane_new.json b/desktopRuntime/resources/assets/minecraft/models/block/green_pane_new.json new file mode 100755 index 00000000..42ebb794 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/green_pane_new.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_new", + "textures": { + "edge": "blocks/glass_pane_top_green", + "pane": "blocks/glass_green" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/green_pane_ns.json b/desktopRuntime/resources/assets/minecraft/models/block/green_pane_ns.json new file mode 100755 index 00000000..6f46e38d --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/green_pane_ns.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_ns", + "textures": { + "edge": "blocks/glass_pane_top_green", + "pane": "blocks/glass_green" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/green_pane_nse.json b/desktopRuntime/resources/assets/minecraft/models/block/green_pane_nse.json new file mode 100755 index 00000000..4e0a0e64 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/green_pane_nse.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_nse", + "textures": { + "edge": "blocks/glass_pane_top_green", + "pane": "blocks/glass_green" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/green_pane_nsew.json b/desktopRuntime/resources/assets/minecraft/models/block/green_pane_nsew.json new file mode 100755 index 00000000..bcda92b4 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/green_pane_nsew.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_nsew", + "textures": { + "edge": "blocks/glass_pane_top_green", + "pane": "blocks/glass_green" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/green_pane_nsw.json b/desktopRuntime/resources/assets/minecraft/models/block/green_pane_nsw.json new file mode 100755 index 00000000..abf0e230 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/green_pane_nsw.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_nsw", + "textures": { + "edge": "blocks/glass_pane_top_green", + "pane": "blocks/glass_green" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/green_pane_nw.json b/desktopRuntime/resources/assets/minecraft/models/block/green_pane_nw.json new file mode 100755 index 00000000..a8cd2dfb --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/green_pane_nw.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_nw", + "textures": { + "edge": "blocks/glass_pane_top_green", + "pane": "blocks/glass_green" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/green_pane_s.json b/desktopRuntime/resources/assets/minecraft/models/block/green_pane_s.json new file mode 100755 index 00000000..1a49120b --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/green_pane_s.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_s", + "textures": { + "edge": "blocks/glass_pane_top_green", + "pane": "blocks/glass_green" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/green_pane_se.json b/desktopRuntime/resources/assets/minecraft/models/block/green_pane_se.json new file mode 100755 index 00000000..ca7fc8f1 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/green_pane_se.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_se", + "textures": { + "edge": "blocks/glass_pane_top_green", + "pane": "blocks/glass_green" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/green_pane_sew.json b/desktopRuntime/resources/assets/minecraft/models/block/green_pane_sew.json new file mode 100755 index 00000000..40f78103 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/green_pane_sew.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_sew", + "textures": { + "edge": "blocks/glass_pane_top_green", + "pane": "blocks/glass_green" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/green_pane_sw.json b/desktopRuntime/resources/assets/minecraft/models/block/green_pane_sw.json new file mode 100755 index 00000000..dc44405a --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/green_pane_sw.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_sw", + "textures": { + "edge": "blocks/glass_pane_top_green", + "pane": "blocks/glass_green" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/green_wool.json b/desktopRuntime/resources/assets/minecraft/models/block/green_wool.json new file mode 100755 index 00000000..251457cc --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/green_wool.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/wool_colored_green" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/half_slab.json b/desktopRuntime/resources/assets/minecraft/models/block/half_slab.json new file mode 100755 index 00000000..847a32e0 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/half_slab.json @@ -0,0 +1,18 @@ +{ + "textures": { + "particle": "#side" + }, + "elements": [ + { "from": [ 0, 0, 0 ], + "to": [ 16, 8, 16 ], + "faces": { + "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#bottom", "cullface": "down" }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#top" }, + "north": { "uv": [ 0, 8, 16, 16 ], "texture": "#side", "cullface": "north" }, + "south": { "uv": [ 0, 8, 16, 16 ], "texture": "#side", "cullface": "south" }, + "west": { "uv": [ 0, 8, 16, 16 ], "texture": "#side", "cullface": "west" }, + "east": { "uv": [ 0, 8, 16, 16 ], "texture": "#side", "cullface": "east" } + } + } + ] +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/half_slab_acacia.json b/desktopRuntime/resources/assets/minecraft/models/block/half_slab_acacia.json new file mode 100755 index 00000000..497c4113 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/half_slab_acacia.json @@ -0,0 +1,8 @@ +{ + "parent": "block/half_slab", + "textures": { + "bottom": "blocks/planks_acacia", + "top": "blocks/planks_acacia", + "side": "blocks/planks_acacia" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/half_slab_birch.json b/desktopRuntime/resources/assets/minecraft/models/block/half_slab_birch.json new file mode 100755 index 00000000..a488ddd5 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/half_slab_birch.json @@ -0,0 +1,8 @@ +{ + "parent": "block/half_slab", + "textures": { + "bottom": "blocks/planks_birch", + "top": "blocks/planks_birch", + "side": "blocks/planks_birch" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/half_slab_brick.json b/desktopRuntime/resources/assets/minecraft/models/block/half_slab_brick.json new file mode 100755 index 00000000..41278752 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/half_slab_brick.json @@ -0,0 +1,8 @@ +{ + "parent": "block/half_slab", + "textures": { + "bottom": "blocks/brick", + "top": "blocks/brick", + "side": "blocks/brick" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/half_slab_cobblestone.json b/desktopRuntime/resources/assets/minecraft/models/block/half_slab_cobblestone.json new file mode 100755 index 00000000..cec374a2 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/half_slab_cobblestone.json @@ -0,0 +1,8 @@ +{ + "parent": "block/half_slab", + "textures": { + "bottom": "blocks/cobblestone", + "top": "blocks/cobblestone", + "side": "blocks/cobblestone" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/half_slab_dark_oak.json b/desktopRuntime/resources/assets/minecraft/models/block/half_slab_dark_oak.json new file mode 100755 index 00000000..7469c803 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/half_slab_dark_oak.json @@ -0,0 +1,8 @@ +{ + "parent": "block/half_slab", + "textures": { + "bottom": "blocks/planks_big_oak", + "top": "blocks/planks_big_oak", + "side": "blocks/planks_big_oak" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/half_slab_jungle.json b/desktopRuntime/resources/assets/minecraft/models/block/half_slab_jungle.json new file mode 100755 index 00000000..6724fc0e --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/half_slab_jungle.json @@ -0,0 +1,8 @@ +{ + "parent": "block/half_slab", + "textures": { + "bottom": "blocks/planks_jungle", + "top": "blocks/planks_jungle", + "side": "blocks/planks_jungle" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/half_slab_nether_brick.json b/desktopRuntime/resources/assets/minecraft/models/block/half_slab_nether_brick.json new file mode 100755 index 00000000..ece88afb --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/half_slab_nether_brick.json @@ -0,0 +1,8 @@ +{ + "parent": "block/half_slab", + "textures": { + "bottom": "blocks/nether_brick", + "top": "blocks/nether_brick", + "side": "blocks/nether_brick" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/half_slab_oak.json b/desktopRuntime/resources/assets/minecraft/models/block/half_slab_oak.json new file mode 100755 index 00000000..866ea779 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/half_slab_oak.json @@ -0,0 +1,8 @@ +{ + "parent": "block/half_slab", + "textures": { + "bottom": "blocks/planks_oak", + "top": "blocks/planks_oak", + "side": "blocks/planks_oak" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/half_slab_quartz.json b/desktopRuntime/resources/assets/minecraft/models/block/half_slab_quartz.json new file mode 100755 index 00000000..bd71e25a --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/half_slab_quartz.json @@ -0,0 +1,8 @@ +{ + "parent": "block/half_slab", + "textures": { + "bottom": "blocks/quartz_block_bottom", + "top": "blocks/quartz_block_top", + "side": "blocks/quartz_block_side" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/half_slab_red_sandstone.json b/desktopRuntime/resources/assets/minecraft/models/block/half_slab_red_sandstone.json new file mode 100755 index 00000000..288836f4 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/half_slab_red_sandstone.json @@ -0,0 +1,8 @@ +{ + "parent": "block/half_slab", + "textures": { + "bottom": "blocks/red_sandstone_bottom", + "top": "blocks/red_sandstone_top", + "side": "blocks/red_sandstone_normal" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/half_slab_sandstone.json b/desktopRuntime/resources/assets/minecraft/models/block/half_slab_sandstone.json new file mode 100755 index 00000000..f70ff6ae --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/half_slab_sandstone.json @@ -0,0 +1,8 @@ +{ + "parent": "block/half_slab", + "textures": { + "bottom": "blocks/sandstone_bottom", + "top": "blocks/sandstone_top", + "side": "blocks/sandstone_normal" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/half_slab_spruce.json b/desktopRuntime/resources/assets/minecraft/models/block/half_slab_spruce.json new file mode 100755 index 00000000..57d2574b --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/half_slab_spruce.json @@ -0,0 +1,8 @@ +{ + "parent": "block/half_slab", + "textures": { + "bottom": "blocks/planks_spruce", + "top": "blocks/planks_spruce", + "side": "blocks/planks_spruce" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/half_slab_stone.json b/desktopRuntime/resources/assets/minecraft/models/block/half_slab_stone.json new file mode 100755 index 00000000..b8b26ab5 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/half_slab_stone.json @@ -0,0 +1,8 @@ +{ + "parent": "block/half_slab", + "textures": { + "bottom": "blocks/stone_slab_top", + "top": "blocks/stone_slab_top", + "side": "blocks/stone_slab_side" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/half_slab_stone_brick.json b/desktopRuntime/resources/assets/minecraft/models/block/half_slab_stone_brick.json new file mode 100755 index 00000000..c63dd8d9 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/half_slab_stone_brick.json @@ -0,0 +1,8 @@ +{ + "parent": "block/half_slab", + "textures": { + "bottom": "blocks/stonebrick", + "top": "blocks/stonebrick", + "side": "blocks/stonebrick" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/hardened_clay.json b/desktopRuntime/resources/assets/minecraft/models/block/hardened_clay.json new file mode 100755 index 00000000..1ee32644 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/hardened_clay.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/hardened_clay" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/hardened_clay_black.json b/desktopRuntime/resources/assets/minecraft/models/block/hardened_clay_black.json new file mode 100755 index 00000000..266b8a13 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/hardened_clay_black.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/hardened_clay_stained_black" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/hardened_clay_blue.json b/desktopRuntime/resources/assets/minecraft/models/block/hardened_clay_blue.json new file mode 100755 index 00000000..8eb3d4fc --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/hardened_clay_blue.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/hardened_clay_stained_blue" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/hardened_clay_brown.json b/desktopRuntime/resources/assets/minecraft/models/block/hardened_clay_brown.json new file mode 100755 index 00000000..783a6b93 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/hardened_clay_brown.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/hardened_clay_stained_brown" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/hardened_clay_cyan.json b/desktopRuntime/resources/assets/minecraft/models/block/hardened_clay_cyan.json new file mode 100755 index 00000000..ae5de6d1 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/hardened_clay_cyan.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/hardened_clay_stained_cyan" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/hardened_clay_gray.json b/desktopRuntime/resources/assets/minecraft/models/block/hardened_clay_gray.json new file mode 100755 index 00000000..b4ad465f --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/hardened_clay_gray.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/hardened_clay_stained_gray" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/hardened_clay_green.json b/desktopRuntime/resources/assets/minecraft/models/block/hardened_clay_green.json new file mode 100755 index 00000000..b6cb2b5f --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/hardened_clay_green.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/hardened_clay_stained_green" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/hardened_clay_light_blue.json b/desktopRuntime/resources/assets/minecraft/models/block/hardened_clay_light_blue.json new file mode 100755 index 00000000..86cdd38c --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/hardened_clay_light_blue.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/hardened_clay_stained_light_blue" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/hardened_clay_lime.json b/desktopRuntime/resources/assets/minecraft/models/block/hardened_clay_lime.json new file mode 100755 index 00000000..16114ff4 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/hardened_clay_lime.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/hardened_clay_stained_lime" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/hardened_clay_magenta.json b/desktopRuntime/resources/assets/minecraft/models/block/hardened_clay_magenta.json new file mode 100755 index 00000000..9888db3b --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/hardened_clay_magenta.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/hardened_clay_stained_magenta" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/hardened_clay_orange.json b/desktopRuntime/resources/assets/minecraft/models/block/hardened_clay_orange.json new file mode 100755 index 00000000..44cd889d --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/hardened_clay_orange.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/hardened_clay_stained_orange" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/hardened_clay_pink.json b/desktopRuntime/resources/assets/minecraft/models/block/hardened_clay_pink.json new file mode 100755 index 00000000..77d844b7 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/hardened_clay_pink.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/hardened_clay_stained_pink" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/hardened_clay_purple.json b/desktopRuntime/resources/assets/minecraft/models/block/hardened_clay_purple.json new file mode 100755 index 00000000..4b33223e --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/hardened_clay_purple.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/hardened_clay_stained_purple" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/hardened_clay_red.json b/desktopRuntime/resources/assets/minecraft/models/block/hardened_clay_red.json new file mode 100755 index 00000000..288b62b8 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/hardened_clay_red.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/hardened_clay_stained_red" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/hardened_clay_silver.json b/desktopRuntime/resources/assets/minecraft/models/block/hardened_clay_silver.json new file mode 100755 index 00000000..f5ce3ec9 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/hardened_clay_silver.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/hardened_clay_stained_silver" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/hardened_clay_white.json b/desktopRuntime/resources/assets/minecraft/models/block/hardened_clay_white.json new file mode 100755 index 00000000..799888e4 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/hardened_clay_white.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/hardened_clay_stained_white" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/hardened_clay_yellow.json b/desktopRuntime/resources/assets/minecraft/models/block/hardened_clay_yellow.json new file mode 100755 index 00000000..d9d797e3 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/hardened_clay_yellow.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/hardened_clay_stained_yellow" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/hay.json b/desktopRuntime/resources/assets/minecraft/models/block/hay.json new file mode 100755 index 00000000..61362c6a --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/hay.json @@ -0,0 +1,7 @@ +{ + "parent": "block/cube_column", + "textures": { + "end": "blocks/hay_block_top", + "side": "blocks/hay_block_side" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/hay_side.json b/desktopRuntime/resources/assets/minecraft/models/block/hay_side.json new file mode 100755 index 00000000..549c7949 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/hay_side.json @@ -0,0 +1,7 @@ +{ + "parent": "block/column_side", + "textures": { + "end": "blocks/hay_block_top", + "side": "blocks/hay_block_side" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/heavy_pressure_plate_down.json b/desktopRuntime/resources/assets/minecraft/models/block/heavy_pressure_plate_down.json new file mode 100755 index 00000000..7884f375 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/heavy_pressure_plate_down.json @@ -0,0 +1,6 @@ +{ + "parent": "block/pressure_plate_down", + "textures": { + "texture": "blocks/iron_block" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/heavy_pressure_plate_inventory.json b/desktopRuntime/resources/assets/minecraft/models/block/heavy_pressure_plate_inventory.json new file mode 100755 index 00000000..8b11fbb3 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/heavy_pressure_plate_inventory.json @@ -0,0 +1,6 @@ +{ + "parent": "block/pressure_plate_inventory", + "textures": { + "texture": "blocks/iron_block" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/heavy_pressure_plate_up.json b/desktopRuntime/resources/assets/minecraft/models/block/heavy_pressure_plate_up.json new file mode 100755 index 00000000..4bd165c9 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/heavy_pressure_plate_up.json @@ -0,0 +1,6 @@ +{ + "parent": "block/pressure_plate_up", + "textures": { + "texture": "blocks/iron_block" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/hopper_down.json b/desktopRuntime/resources/assets/minecraft/models/block/hopper_down.json new file mode 100755 index 00000000..3f6bdbc8 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/hopper_down.json @@ -0,0 +1,88 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/hopper_outside", + "top": "blocks/hopper_top", + "side": "blocks/hopper_outside", + "inside": "blocks/hopper_inside" + }, + "elements": [ + { "from": [ 0, 10, 0 ], + "to": [ 16, 11, 16 ], + "faces": { + "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#side" }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#inside" }, + "north": { "uv": [ 0, 5, 16, 6 ], "texture": "#side" }, + "south": { "uv": [ 0, 5, 16, 6 ], "texture": "#side" }, + "west": { "uv": [ 0, 5, 16, 6 ], "texture": "#side" }, + "east": { "uv": [ 0, 5, 16, 6 ], "texture": "#side" } + } + }, + { "from": [ 0, 11, 0 ], + "to": [ 2, 16, 16 ], + "faces": { + "down": { "uv": [ 0, 0, 2, 16 ], "texture": "#side" }, + "up": { "uv": [ 0, 0, 2, 16 ], "texture": "#top" }, + "north": { "uv": [ 0, 0, 2, 5 ], "texture": "#side" }, + "south": { "uv": [ 0, 0, 2, 5 ], "texture": "#side" }, + "west": { "uv": [ 0, 0, 16, 5 ], "texture": "#side" }, + "east": { "uv": [ 0, 0, 16, 5 ], "texture": "#side" } + } + }, + { "from": [ 14, 11, 0 ], + "to": [ 16, 16, 16 ], + "faces": { + "down": { "uv": [ 14, 0, 16, 16 ], "texture": "#side" }, + "up": { "uv": [ 14, 0, 16, 16 ], "texture": "#top" }, + "north": { "uv": [ 14, 0, 16, 5 ], "texture": "#side" }, + "south": { "uv": [ 14, 0, 16, 5 ], "texture": "#side" }, + "west": { "uv": [ 0, 0, 16, 5 ], "texture": "#side" }, + "east": { "uv": [ 0, 0, 16, 5 ], "texture": "#side" } + } + }, + { "from": [ 2, 11, 0 ], + "to": [ 14, 16, 2 ], + "faces": { + "down": { "uv": [ 2, 0, 14, 2 ], "texture": "#side" }, + "up": { "uv": [ 2, 0, 14, 2 ], "texture": "#top" }, + "north": { "uv": [ 2, 0, 14, 5 ], "texture": "#side" }, + "south": { "uv": [ 2, 0, 14, 5 ], "texture": "#side" }, + "west": { "uv": [ 0, 0, 2, 5 ], "texture": "#side" }, + "east": { "uv": [ 0, 0, 2, 5 ], "texture": "#side" } + } + }, + { "from": [ 2, 11, 14 ], + "to": [ 14, 16, 16 ], + "faces": { + "down": { "uv": [ 2, 14, 14, 16 ], "texture": "#side" }, + "up": { "uv": [ 2, 14, 14, 16 ], "texture": "#top" }, + "north": { "uv": [ 2, 0, 14, 5 ], "texture": "#side" }, + "south": { "uv": [ 2, 0, 14, 5 ], "texture": "#side" }, + "west": { "uv": [ 14, 0, 16, 5 ], "texture": "#side" }, + "east": { "uv": [ 14, 0, 16, 5 ], "texture": "#side" } + } + }, + { "from": [ 4, 4, 4 ], + "to": [ 12, 10, 12 ], + "faces": { + "down": { "uv": [ 4, 4, 12, 12 ], "texture": "#side" }, + "up": { "uv": [ 4, 4, 12, 12 ], "texture": "#side" }, + "north": { "uv": [ 4, 6, 12, 12 ], "texture": "#side" }, + "south": { "uv": [ 4, 6, 12, 12 ], "texture": "#side" }, + "west": { "uv": [ 4, 6, 12, 12 ], "texture": "#side" }, + "east": { "uv": [ 4, 6, 12, 12 ], "texture": "#side" } + } + }, + { "from": [ 6, 0, 6 ], + "to": [ 10, 4, 10 ], + "faces": { + "down": { "uv": [ 6, 6, 10, 10 ], "texture": "#side" }, + "up": { "uv": [ 6, 6, 10, 10 ], "texture": "#side" }, + "north": { "uv": [ 6, 12, 10, 16 ], "texture": "#side" }, + "south": { "uv": [ 6, 12, 10, 16 ], "texture": "#side" }, + "west": { "uv": [ 6, 12, 10, 16 ], "texture": "#side" }, + "east": { "uv": [ 6, 12, 10, 16 ], "texture": "#side" } + } + } + ] +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/hopper_side.json b/desktopRuntime/resources/assets/minecraft/models/block/hopper_side.json new file mode 100755 index 00000000..617b6d84 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/hopper_side.json @@ -0,0 +1,88 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/hopper_outside", + "top": "blocks/hopper_top", + "side": "blocks/hopper_outside", + "inside": "blocks/hopper_inside" + }, + "elements": [ + { "from": [ 0, 10, 0 ], + "to": [ 16, 11, 16 ], + "faces": { + "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#side" }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#inside" }, + "north": { "uv": [ 0, 5, 16, 6 ], "texture": "#side" }, + "south": { "uv": [ 0, 5, 16, 6 ], "texture": "#side" }, + "west": { "uv": [ 0, 5, 16, 6 ], "texture": "#side" }, + "east": { "uv": [ 0, 5, 16, 6 ], "texture": "#side" } + } + }, + { "from": [ 0, 11, 0 ], + "to": [ 2, 16, 16 ], + "faces": { + "down": { "uv": [ 0, 0, 2, 16 ], "texture": "#side" }, + "up": { "uv": [ 0, 0, 2, 16 ], "texture": "#top" }, + "north": { "uv": [ 0, 0, 2, 5 ], "texture": "#side" }, + "south": { "uv": [ 0, 0, 2, 5 ], "texture": "#side" }, + "west": { "uv": [ 0, 0, 16, 5 ], "texture": "#side" }, + "east": { "uv": [ 0, 0, 16, 5 ], "texture": "#side" } + } + }, + { "from": [ 14, 11, 0 ], + "to": [ 16, 16, 16 ], + "faces": { + "down": { "uv": [ 14, 0, 16, 16 ], "texture": "#side" }, + "up": { "uv": [ 14, 0, 16, 16 ], "texture": "#top" }, + "north": { "uv": [ 14, 0, 16, 5 ], "texture": "#side" }, + "south": { "uv": [ 14, 0, 16, 5 ], "texture": "#side" }, + "west": { "uv": [ 0, 0, 16, 5 ], "texture": "#side" }, + "east": { "uv": [ 0, 0, 16, 5 ], "texture": "#side" } + } + }, + { "from": [ 2, 11, 0 ], + "to": [ 14, 16, 2 ], + "faces": { + "down": { "uv": [ 2, 0, 14, 2 ], "texture": "#side" }, + "up": { "uv": [ 2, 0, 14, 2 ], "texture": "#top" }, + "north": { "uv": [ 2, 0, 14, 5 ], "texture": "#side" }, + "south": { "uv": [ 2, 0, 14, 5 ], "texture": "#side" }, + "west": { "uv": [ 0, 0, 2, 5 ], "texture": "#side" }, + "east": { "uv": [ 0, 0, 2, 5 ], "texture": "#side" } + } + }, + { "from": [ 2, 11, 14 ], + "to": [ 14, 16, 16 ], + "faces": { + "down": { "uv": [ 2, 14, 14, 16 ], "texture": "#side" }, + "up": { "uv": [ 2, 14, 14, 16 ], "texture": "#top" }, + "north": { "uv": [ 2, 0, 14, 5 ], "texture": "#side" }, + "south": { "uv": [ 2, 0, 14, 5 ], "texture": "#side" }, + "west": { "uv": [ 14, 0, 16, 5 ], "texture": "#side" }, + "east": { "uv": [ 14, 0, 16, 5 ], "texture": "#side" } + } + }, + { "from": [ 4, 4, 4 ], + "to": [ 12, 10, 12 ], + "faces": { + "down": { "uv": [ 4, 4, 12, 12 ], "texture": "#side" }, + "up": { "uv": [ 4, 4, 12, 12 ], "texture": "#side" }, + "north": { "uv": [ 4, 6, 12, 12 ], "texture": "#side" }, + "south": { "uv": [ 4, 6, 12, 12 ], "texture": "#side" }, + "west": { "uv": [ 4, 6, 12, 12 ], "texture": "#side" }, + "east": { "uv": [ 4, 6, 12, 12 ], "texture": "#side" } + } + }, + { "from": [ 6, 4, 0 ], + "to": [ 10, 8, 4 ], + "faces": { + "down": { "uv": [ 6, 0, 10, 4 ], "texture": "#side" }, + "up": { "uv": [ 6, 0, 10, 4 ], "texture": "#side" }, + "north": { "uv": [ 6, 8, 10, 12 ], "texture": "#side" }, + "south": { "uv": [ 6, 8, 10, 12 ], "texture": "#side" }, + "west": { "uv": [ 0, 8, 4, 12 ], "texture": "#side" }, + "east": { "uv": [ 0, 8, 4, 12 ], "texture": "#side" } + } + } + ] +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/houstonia.json b/desktopRuntime/resources/assets/minecraft/models/block/houstonia.json new file mode 100755 index 00000000..7c1ffa23 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/houstonia.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cross", + "textures": { + "cross": "blocks/flower_houstonia" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/ice.json b/desktopRuntime/resources/assets/minecraft/models/block/ice.json new file mode 100755 index 00000000..be722ab0 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/ice.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/ice" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/inner_stairs.json b/desktopRuntime/resources/assets/minecraft/models/block/inner_stairs.json new file mode 100755 index 00000000..f3972f20 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/inner_stairs.json @@ -0,0 +1,40 @@ +{ + "textures": { + "particle": "#side" + }, + "elements": [ + { "from": [ 0, 0, 0 ], + "to": [ 16, 8, 16 ], + "faces": { + "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#bottom", "cullface": "down" }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#top" }, + "north": { "uv": [ 0, 8, 16, 16 ], "texture": "#side", "cullface": "north" }, + "south": { "uv": [ 0, 8, 16, 16 ], "texture": "#side", "cullface": "south" }, + "west": { "uv": [ 0, 8, 16, 16 ], "texture": "#side", "cullface": "west" }, + "east": { "uv": [ 0, 8, 16, 16 ], "texture": "#side", "cullface": "east" } + } + }, + { "from": [ 8, 8, 0 ], + "to": [ 16, 16, 16 ], + "faces": { + "down": { "uv": [ 8, 0, 16, 16 ], "texture": "#bottom", "cullface": "down" }, + "up": { "uv": [ 8, 0, 16, 16 ], "texture": "#top", "cullface": "up" }, + "north": { "uv": [ 0, 0, 8, 8 ], "texture": "#side", "cullface": "north" }, + "south": { "uv": [ 8, 0, 16, 8 ], "texture": "#side", "cullface": "south" }, + "west": { "uv": [ 0, 0, 16, 8 ], "texture": "#side" }, + "east": { "uv": [ 0, 0, 16, 8 ], "texture": "#side", "cullface": "east" } + } + }, + { "from": [ 0, 8, 8 ], + "to": [ 8, 16, 16 ], + "faces": { + "down": { "uv": [ 0, 0, 8, 8 ], "texture": "#bottom", "cullface": "down" }, + "up": { "uv": [ 0, 8, 8, 16 ], "texture": "#top", "cullface": "up" }, + "north": { "uv": [ 8, 0, 16, 8 ], "texture": "#side" }, + "south": { "uv": [ 0, 0, 8, 8 ], "texture": "#side", "cullface": "south" }, + "west": { "uv": [ 8, 0, 16, 8 ], "texture": "#side", "cullface": "west" }, + "east": { "uv": [ 0, 0, 8, 8 ], "texture": "#side", "cullface": "east" } + } + } + ] +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/iron_block.json b/desktopRuntime/resources/assets/minecraft/models/block/iron_block.json new file mode 100755 index 00000000..8738ddb2 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/iron_block.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/iron_block" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/iron_door_bottom.json b/desktopRuntime/resources/assets/minecraft/models/block/iron_door_bottom.json new file mode 100755 index 00000000..04947f51 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/iron_door_bottom.json @@ -0,0 +1,7 @@ +{ + "parent": "block/door_bottom", + "textures": { + "bottom": "blocks/door_iron_lower", + "top": "blocks/door_iron_upper" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/iron_door_bottom_rh.json b/desktopRuntime/resources/assets/minecraft/models/block/iron_door_bottom_rh.json new file mode 100755 index 00000000..6fcb0069 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/iron_door_bottom_rh.json @@ -0,0 +1,7 @@ +{ + "parent": "block/door_bottom_rh", + "textures": { + "bottom": "blocks/door_iron_lower", + "top": "blocks/door_iron_upper" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/iron_door_top.json b/desktopRuntime/resources/assets/minecraft/models/block/iron_door_top.json new file mode 100755 index 00000000..8adfa383 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/iron_door_top.json @@ -0,0 +1,7 @@ +{ + "parent": "block/door_top", + "textures": { + "bottom": "blocks/door_iron_lower", + "top": "blocks/door_iron_upper" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/iron_door_top_rh.json b/desktopRuntime/resources/assets/minecraft/models/block/iron_door_top_rh.json new file mode 100755 index 00000000..2ecd8227 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/iron_door_top_rh.json @@ -0,0 +1,7 @@ +{ + "parent": "block/door_top_rh", + "textures": { + "bottom": "blocks/door_iron_lower", + "top": "blocks/door_iron_upper" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/iron_ore.json b/desktopRuntime/resources/assets/minecraft/models/block/iron_ore.json new file mode 100755 index 00000000..5e23203c --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/iron_ore.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/iron_ore" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/iron_trapdoor_bottom.json b/desktopRuntime/resources/assets/minecraft/models/block/iron_trapdoor_bottom.json new file mode 100755 index 00000000..8f05989c --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/iron_trapdoor_bottom.json @@ -0,0 +1,6 @@ +{ + "parent": "block/trapdoor_bottom", + "textures": { + "texture": "blocks/iron_trapdoor" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/iron_trapdoor_open.json b/desktopRuntime/resources/assets/minecraft/models/block/iron_trapdoor_open.json new file mode 100755 index 00000000..65f4b884 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/iron_trapdoor_open.json @@ -0,0 +1,6 @@ +{ + "parent": "block/trapdoor_open", + "textures": { + "texture": "blocks/iron_trapdoor" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/iron_trapdoor_top.json b/desktopRuntime/resources/assets/minecraft/models/block/iron_trapdoor_top.json new file mode 100755 index 00000000..dc2efee8 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/iron_trapdoor_top.json @@ -0,0 +1,6 @@ +{ + "parent": "block/trapdoor_top", + "textures": { + "texture": "blocks/iron_trapdoor" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/item_frame.json b/desktopRuntime/resources/assets/minecraft/models/block/item_frame.json new file mode 100755 index 00000000..ea13ed3e --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/item_frame.json @@ -0,0 +1,56 @@ +{ + "textures": { + "particle": "blocks/planks_birch", + "wood": "blocks/planks_birch", + "back": "blocks/itemframe_background" + }, + "elements": [ + { "from": [ 3, 3, 15.5 ], + "to": [ 13, 13, 16 ], + "faces": { + "north": { "uv": [ 3, 3, 13, 13 ], "texture": "#back" }, + "south": { "uv": [ 3, 3, 13, 13 ], "texture": "#back" } + } + }, + { "from": [ 2, 2, 15 ], + "to": [ 14, 3, 16 ], + "faces": { + "down": { "uv": [ 2, 0, 14, 1 ], "texture": "#wood" }, + "up": { "uv": [ 2, 15, 14, 16 ], "texture": "#wood" }, + "north": { "uv": [ 2, 13, 14, 14 ], "texture": "#wood" }, + "south": { "uv": [ 2, 13, 14, 14 ], "texture": "#wood" }, + "west": { "uv": [ 15, 13, 16, 14 ], "texture": "#wood" }, + "east": { "uv": [ 0, 13, 1, 14 ], "texture": "#wood" } + } + }, + { "from": [ 2, 13, 15 ], + "to": [ 14, 14, 16 ], + "faces": { + "down": { "uv": [ 2, 0, 14, 1 ], "texture": "#wood" }, + "up": { "uv": [ 2, 15, 14, 16 ], "texture": "#wood" }, + "north": { "uv": [ 2, 2, 14, 3 ], "texture": "#wood" }, + "south": { "uv": [ 2, 2, 14, 3 ], "texture": "#wood" }, + "west": { "uv": [ 15, 2, 16, 3 ], "texture": "#wood" }, + "east": { "uv": [ 0, 2, 1, 3 ], "texture": "#wood" } + } + }, + { "from": [ 2, 3, 15 ], + "to": [ 3, 13, 16 ], + "faces": { + "north": { "uv": [ 13, 3, 14, 13 ], "texture": "#wood" }, + "south": { "uv": [ 2, 3, 3, 13 ], "texture": "#wood" }, + "west": { "uv": [ 15, 3, 16, 13 ], "texture": "#wood" }, + "east": { "uv": [ 0, 3, 1, 13 ], "texture": "#wood" } + } + }, + { "from": [ 13, 3, 15 ], + "to": [ 14, 13, 16 ], + "faces": { + "north": { "uv": [ 2, 3, 3, 13 ], "texture": "#wood" }, + "south": { "uv": [ 13, 3, 14, 13 ], "texture": "#wood" }, + "west": { "uv": [ 15, 3, 16, 13 ], "texture": "#wood" }, + "east": { "uv": [ 0, 3, 1, 13 ], "texture": "#wood" } + } + } + ] +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/item_frame_map.json b/desktopRuntime/resources/assets/minecraft/models/block/item_frame_map.json new file mode 100755 index 00000000..d8476a64 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/item_frame_map.json @@ -0,0 +1,56 @@ +{ + "textures": { + "particle": "blocks/planks_birch", + "wood": "blocks/planks_birch", + "back": "blocks/itemframe_background" + }, + "elements": [ + { "from": [ 1, 1, 15.001 ], + "to": [ 15, 15, 16 ], + "faces": { + "north": { "uv": [ 1, 1, 15, 15 ], "texture": "#back" }, + "south": { "uv": [ 1, 1, 15, 15 ], "texture": "#back" } + } + }, + { "from": [ 0, 0, 15.001 ], + "to": [ 16, 1, 16 ], + "faces": { + "down": { "uv": [ 0, 0, 16, 1 ], "texture": "#wood" }, + "up": { "uv": [ 0, 15, 16, 16 ], "texture": "#wood" }, + "north": { "uv": [ 0, 15, 16, 16 ], "texture": "#wood" }, + "south": { "uv": [ 0, 15, 16, 16 ], "texture": "#wood" }, + "west": { "uv": [ 15, 15, 16, 16 ], "texture": "#wood" }, + "east": { "uv": [ 0, 15, 1, 16 ], "texture": "#wood" } + } + }, + { "from": [ 0, 15, 15.001 ], + "to": [ 16, 16, 16 ], + "faces": { + "down": { "uv": [ 0, 0, 16, 1 ], "texture": "#wood" }, + "up": { "uv": [ 0, 15, 16, 16 ], "texture": "#wood" }, + "north": { "uv": [ 0, 0, 16, 1 ], "texture": "#wood" }, + "south": { "uv": [ 0, 0, 16, 1 ], "texture": "#wood" }, + "west": { "uv": [ 15, 0, 16, 1 ], "texture": "#wood" }, + "east": { "uv": [ 0, 0, 1, 1 ], "texture": "#wood" } + } + }, + { "from": [ 0, 1, 15.001 ], + "to": [ 1, 15, 16 ], + "faces": { + "north": { "uv": [ 15, 1, 16, 15 ], "texture": "#wood" }, + "south": { "uv": [ 0, 1, 1, 15 ], "texture": "#wood" }, + "west": { "uv": [ 15, 1, 16, 15 ], "texture": "#wood" }, + "east": { "uv": [ 0, 1, 1, 15 ], "texture": "#wood" } + } + }, + { "from": [ 15, 1, 15.001 ], + "to": [ 16, 15, 16 ], + "faces": { + "north": { "uv": [ 0, 1, 1, 15 ], "texture": "#wood" }, + "south": { "uv": [ 15, 1, 16, 15 ], "texture": "#wood" }, + "west": { "uv": [ 15, 1, 16, 15 ], "texture": "#wood" }, + "east": { "uv": [ 0, 1, 1, 15 ], "texture": "#wood" } + } + } + ] +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/jukebox.json b/desktopRuntime/resources/assets/minecraft/models/block/jukebox.json new file mode 100755 index 00000000..cb7d0953 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/jukebox.json @@ -0,0 +1,7 @@ +{ + "parent": "block/cube_top", + "textures": { + "top": "blocks/jukebox_top", + "side": "blocks/jukebox_side" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/jungle_bark.json b/desktopRuntime/resources/assets/minecraft/models/block/jungle_bark.json new file mode 100755 index 00000000..96bbe87e --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/jungle_bark.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/log_jungle" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/jungle_door_bottom.json b/desktopRuntime/resources/assets/minecraft/models/block/jungle_door_bottom.json new file mode 100755 index 00000000..1f751654 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/jungle_door_bottom.json @@ -0,0 +1,7 @@ +{ + "parent": "block/door_bottom", + "textures": { + "bottom": "blocks/door_jungle_lower", + "top": "blocks/door_jungle_upper" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/jungle_door_bottom_rh.json b/desktopRuntime/resources/assets/minecraft/models/block/jungle_door_bottom_rh.json new file mode 100755 index 00000000..a83fe18e --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/jungle_door_bottom_rh.json @@ -0,0 +1,7 @@ +{ + "parent": "block/door_bottom_rh", + "textures": { + "bottom": "blocks/door_jungle_lower", + "top": "blocks/door_jungle_upper" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/jungle_door_top.json b/desktopRuntime/resources/assets/minecraft/models/block/jungle_door_top.json new file mode 100755 index 00000000..68669b3a --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/jungle_door_top.json @@ -0,0 +1,7 @@ +{ + "parent": "block/door_top", + "textures": { + "bottom": "blocks/door_jungle_lower", + "top": "blocks/door_jungle_upper" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/jungle_door_top_rh.json b/desktopRuntime/resources/assets/minecraft/models/block/jungle_door_top_rh.json new file mode 100755 index 00000000..4cb67749 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/jungle_door_top_rh.json @@ -0,0 +1,7 @@ +{ + "parent": "block/door_top_rh", + "textures": { + "bottom": "blocks/door_jungle_lower", + "top": "blocks/door_jungle_upper" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/jungle_fence_gate_closed.json b/desktopRuntime/resources/assets/minecraft/models/block/jungle_fence_gate_closed.json new file mode 100755 index 00000000..80d9f593 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/jungle_fence_gate_closed.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_gate_closed", + "textures": { + "texture": "blocks/planks_jungle" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/jungle_fence_gate_open.json b/desktopRuntime/resources/assets/minecraft/models/block/jungle_fence_gate_open.json new file mode 100755 index 00000000..0eabbb1e --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/jungle_fence_gate_open.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_gate_open", + "textures": { + "texture": "blocks/planks_jungle" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/jungle_fence_inventory.json b/desktopRuntime/resources/assets/minecraft/models/block/jungle_fence_inventory.json new file mode 100755 index 00000000..592ab2c0 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/jungle_fence_inventory.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_inventory", + "textures": { + "texture": "blocks/planks_jungle" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/jungle_fence_n.json b/desktopRuntime/resources/assets/minecraft/models/block/jungle_fence_n.json new file mode 100755 index 00000000..2abfca9b --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/jungle_fence_n.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_n", + "textures": { + "texture": "blocks/planks_jungle" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/jungle_fence_ne.json b/desktopRuntime/resources/assets/minecraft/models/block/jungle_fence_ne.json new file mode 100755 index 00000000..67f91079 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/jungle_fence_ne.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_ne", + "textures": { + "texture": "blocks/planks_jungle" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/jungle_fence_ns.json b/desktopRuntime/resources/assets/minecraft/models/block/jungle_fence_ns.json new file mode 100755 index 00000000..18e48d12 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/jungle_fence_ns.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_ns", + "textures": { + "texture": "blocks/planks_jungle" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/jungle_fence_nse.json b/desktopRuntime/resources/assets/minecraft/models/block/jungle_fence_nse.json new file mode 100755 index 00000000..6e0f3c20 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/jungle_fence_nse.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_nse", + "textures": { + "texture": "blocks/planks_jungle" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/jungle_fence_nsew.json b/desktopRuntime/resources/assets/minecraft/models/block/jungle_fence_nsew.json new file mode 100755 index 00000000..822a5b86 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/jungle_fence_nsew.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_nsew", + "textures": { + "texture": "blocks/planks_jungle" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/jungle_fence_post.json b/desktopRuntime/resources/assets/minecraft/models/block/jungle_fence_post.json new file mode 100755 index 00000000..0e0ffdda --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/jungle_fence_post.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_post", + "textures": { + "texture": "blocks/planks_jungle" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/jungle_inner_stairs.json b/desktopRuntime/resources/assets/minecraft/models/block/jungle_inner_stairs.json new file mode 100755 index 00000000..62d0b3ad --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/jungle_inner_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/inner_stairs", + "textures": { + "bottom": "blocks/planks_jungle", + "top": "blocks/planks_jungle", + "side": "blocks/planks_jungle" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/jungle_leaves.json b/desktopRuntime/resources/assets/minecraft/models/block/jungle_leaves.json new file mode 100755 index 00000000..321a65d2 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/jungle_leaves.json @@ -0,0 +1,6 @@ +{ + "parent": "block/leaves", + "textures": { + "all": "blocks/leaves_jungle" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/jungle_log.json b/desktopRuntime/resources/assets/minecraft/models/block/jungle_log.json new file mode 100755 index 00000000..a97b737f --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/jungle_log.json @@ -0,0 +1,7 @@ +{ + "parent": "block/cube_column", + "textures": { + "end": "blocks/log_jungle_top", + "side": "blocks/log_jungle" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/jungle_log_side.json b/desktopRuntime/resources/assets/minecraft/models/block/jungle_log_side.json new file mode 100755 index 00000000..37284fc0 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/jungle_log_side.json @@ -0,0 +1,7 @@ +{ + "parent": "block/column_side", + "textures": { + "end": "blocks/log_jungle_top", + "side": "blocks/log_jungle" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/jungle_outer_stairs.json b/desktopRuntime/resources/assets/minecraft/models/block/jungle_outer_stairs.json new file mode 100755 index 00000000..26ff9236 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/jungle_outer_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/outer_stairs", + "textures": { + "bottom": "blocks/planks_jungle", + "top": "blocks/planks_jungle", + "side": "blocks/planks_jungle" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/jungle_planks.json b/desktopRuntime/resources/assets/minecraft/models/block/jungle_planks.json new file mode 100755 index 00000000..5cd39b20 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/jungle_planks.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/planks_jungle" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/jungle_sapling.json b/desktopRuntime/resources/assets/minecraft/models/block/jungle_sapling.json new file mode 100755 index 00000000..e7a60959 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/jungle_sapling.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cross", + "textures": { + "cross": "blocks/sapling_jungle" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/jungle_stairs.json b/desktopRuntime/resources/assets/minecraft/models/block/jungle_stairs.json new file mode 100755 index 00000000..16abb5f0 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/jungle_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/stairs", + "textures": { + "bottom": "blocks/planks_jungle", + "top": "blocks/planks_jungle", + "side": "blocks/planks_jungle" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/jungle_wall_gate_closed.json b/desktopRuntime/resources/assets/minecraft/models/block/jungle_wall_gate_closed.json new file mode 100755 index 00000000..c84fb4d1 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/jungle_wall_gate_closed.json @@ -0,0 +1,6 @@ +{ + "parent": "block/wall_gate_closed", + "textures": { + "texture": "blocks/planks_jungle" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/jungle_wall_gate_open.json b/desktopRuntime/resources/assets/minecraft/models/block/jungle_wall_gate_open.json new file mode 100755 index 00000000..b9aae589 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/jungle_wall_gate_open.json @@ -0,0 +1,6 @@ +{ + "parent": "block/wall_gate_open", + "textures": { + "texture": "blocks/planks_jungle" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/ladder.json b/desktopRuntime/resources/assets/minecraft/models/block/ladder.json new file mode 100755 index 00000000..1bf4a876 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/ladder.json @@ -0,0 +1,17 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/ladder", + "texture": "blocks/ladder" + }, + "elements": [ + { "from": [ 0, 0, 15.2 ], + "to": [ 16, 16, 15.2 ], + "shade": false, + "faces": { + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture" }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture" } + } + } + ] +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/lapis_block.json b/desktopRuntime/resources/assets/minecraft/models/block/lapis_block.json new file mode 100755 index 00000000..fedfb0ae --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/lapis_block.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/lapis_block" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/lapis_ore.json b/desktopRuntime/resources/assets/minecraft/models/block/lapis_ore.json new file mode 100755 index 00000000..51953033 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/lapis_ore.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/lapis_ore" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/leaves.json b/desktopRuntime/resources/assets/minecraft/models/block/leaves.json new file mode 100755 index 00000000..9170ab0c --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/leaves.json @@ -0,0 +1,18 @@ +{ + "textures": { + "particle": "#all" + }, + "elements": [ + { "from": [ 0, 0, 0 ], + "to": [ 16, 16, 16 ], + "faces": { + "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#all", "tintindex": 0 }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#all", "tintindex": 0 }, + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#all", "tintindex": 0 }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#all", "tintindex": 0 }, + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#all", "tintindex": 0 }, + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#all", "tintindex": 0 } + } + } + ] +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/lever.json b/desktopRuntime/resources/assets/minecraft/models/block/lever.json new file mode 100755 index 00000000..b94fe435 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/lever.json @@ -0,0 +1,33 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/cobblestone", + "base": "blocks/cobblestone", + "lever": "blocks/lever" + }, + "elements": [ + { "from": [ 5, 0, 4 ], + "to": [ 11, 3, 12 ], + "faces": { + "down": { "uv": [ 5, 4, 11, 12 ], "texture": "#base" }, + "up": { "uv": [ 5, 4, 11, 12 ], "texture": "#base" }, + "north": { "uv": [ 5, 0, 11, 3 ], "texture": "#base" }, + "south": { "uv": [ 5, 0, 11, 3 ], "texture": "#base" }, + "west": { "uv": [ 4, 0, 12, 3 ], "texture": "#base" }, + "east": { "uv": [ 4, 0, 12, 3 ], "texture": "#base" } + } + }, + { "from": [ 7, 1, 7 ], + "to": [ 9, 11, 9 ], + "rotation": { "origin": [ 8, 1, 8 ], "axis": "x", "angle": -45 }, + "faces": { + "down": { "uv": [ 7, 6, 9, 8 ], "texture": "#lever" }, + "up": { "uv": [ 7, 6, 9, 8 ], "texture": "#lever" }, + "north": { "uv": [ 7, 6, 9, 16 ], "texture": "#lever" }, + "south": { "uv": [ 7, 6, 9, 16 ], "texture": "#lever" }, + "west": { "uv": [ 7, 6, 9, 16 ], "texture": "#lever" }, + "east": { "uv": [ 7, 6, 9, 16 ], "texture": "#lever" } + } + } + ] +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/lever_off.json b/desktopRuntime/resources/assets/minecraft/models/block/lever_off.json new file mode 100755 index 00000000..9a9bdf4f --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/lever_off.json @@ -0,0 +1,33 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/cobblestone", + "base": "blocks/cobblestone", + "lever": "blocks/lever" + }, + "elements": [ + { "from": [ 5, 0, 4 ], + "to": [ 11, 3, 12 ], + "faces": { + "down": { "uv": [ 5, 4, 11, 12 ], "texture": "#base" }, + "up": { "uv": [ 5, 4, 11, 12 ], "texture": "#base" }, + "north": { "uv": [ 5, 0, 11, 3 ], "texture": "#base" }, + "south": { "uv": [ 5, 0, 11, 3 ], "texture": "#base" }, + "west": { "uv": [ 4, 0, 12, 3 ], "texture": "#base" }, + "east": { "uv": [ 4, 0, 12, 3 ], "texture": "#base" } + } + }, + { "from": [ 7, 1, 7 ], + "to": [ 9, 11, 9 ], + "rotation": { "origin": [ 8, 1, 8 ], "axis": "x", "angle": 45 }, + "faces": { + "down": { "uv": [ 7, 6, 9, 8 ], "texture": "#lever" }, + "up": { "uv": [ 7, 6, 9, 8 ], "texture": "#lever" }, + "north": { "uv": [ 7, 6, 9, 16 ], "texture": "#lever" }, + "south": { "uv": [ 7, 6, 9, 16 ], "texture": "#lever" }, + "west": { "uv": [ 7, 6, 9, 16 ], "texture": "#lever" }, + "east": { "uv": [ 7, 6, 9, 16 ], "texture": "#lever" } + } + } + ] +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/light_blue_pane_n.json b/desktopRuntime/resources/assets/minecraft/models/block/light_blue_pane_n.json new file mode 100755 index 00000000..7d33fe87 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/light_blue_pane_n.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_n", + "textures": { + "edge": "blocks/glass_pane_top_light_blue", + "pane": "blocks/glass_light_blue" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/light_blue_pane_ne.json b/desktopRuntime/resources/assets/minecraft/models/block/light_blue_pane_ne.json new file mode 100755 index 00000000..f95b5bae --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/light_blue_pane_ne.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_ne", + "textures": { + "edge": "blocks/glass_pane_top_light_blue", + "pane": "blocks/glass_light_blue" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/light_blue_pane_new.json b/desktopRuntime/resources/assets/minecraft/models/block/light_blue_pane_new.json new file mode 100755 index 00000000..757a204e --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/light_blue_pane_new.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_new", + "textures": { + "edge": "blocks/glass_pane_top_light_blue", + "pane": "blocks/glass_light_blue" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/light_blue_pane_ns.json b/desktopRuntime/resources/assets/minecraft/models/block/light_blue_pane_ns.json new file mode 100755 index 00000000..5fc5f3eb --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/light_blue_pane_ns.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_ns", + "textures": { + "edge": "blocks/glass_pane_top_light_blue", + "pane": "blocks/glass_light_blue" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/light_blue_pane_nse.json b/desktopRuntime/resources/assets/minecraft/models/block/light_blue_pane_nse.json new file mode 100755 index 00000000..5ce283c6 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/light_blue_pane_nse.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_nse", + "textures": { + "edge": "blocks/glass_pane_top_light_blue", + "pane": "blocks/glass_light_blue" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/light_blue_pane_nsew.json b/desktopRuntime/resources/assets/minecraft/models/block/light_blue_pane_nsew.json new file mode 100755 index 00000000..894d7490 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/light_blue_pane_nsew.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_nsew", + "textures": { + "edge": "blocks/glass_pane_top_light_blue", + "pane": "blocks/glass_light_blue" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/light_blue_pane_nsw.json b/desktopRuntime/resources/assets/minecraft/models/block/light_blue_pane_nsw.json new file mode 100755 index 00000000..a641b2a1 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/light_blue_pane_nsw.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_nsw", + "textures": { + "edge": "blocks/glass_pane_top_light_blue", + "pane": "blocks/glass_light_blue" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/light_blue_pane_nw.json b/desktopRuntime/resources/assets/minecraft/models/block/light_blue_pane_nw.json new file mode 100755 index 00000000..5379c02b --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/light_blue_pane_nw.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_nw", + "textures": { + "edge": "blocks/glass_pane_top_light_blue", + "pane": "blocks/glass_light_blue" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/light_blue_pane_s.json b/desktopRuntime/resources/assets/minecraft/models/block/light_blue_pane_s.json new file mode 100755 index 00000000..ae72965f --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/light_blue_pane_s.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_s", + "textures": { + "edge": "blocks/glass_pane_top_light_blue", + "pane": "blocks/glass_light_blue" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/light_blue_pane_se.json b/desktopRuntime/resources/assets/minecraft/models/block/light_blue_pane_se.json new file mode 100755 index 00000000..79480c93 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/light_blue_pane_se.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_se", + "textures": { + "edge": "blocks/glass_pane_top_light_blue", + "pane": "blocks/glass_light_blue" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/light_blue_pane_sew.json b/desktopRuntime/resources/assets/minecraft/models/block/light_blue_pane_sew.json new file mode 100755 index 00000000..389420c9 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/light_blue_pane_sew.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_sew", + "textures": { + "edge": "blocks/glass_pane_top_light_blue", + "pane": "blocks/glass_light_blue" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/light_blue_pane_sw.json b/desktopRuntime/resources/assets/minecraft/models/block/light_blue_pane_sw.json new file mode 100755 index 00000000..f2db8917 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/light_blue_pane_sw.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_sw", + "textures": { + "edge": "blocks/glass_pane_top_light_blue", + "pane": "blocks/glass_light_blue" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/light_blue_wool.json b/desktopRuntime/resources/assets/minecraft/models/block/light_blue_wool.json new file mode 100755 index 00000000..01e1283e --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/light_blue_wool.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/wool_colored_light_blue" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/light_pressure_plate_down.json b/desktopRuntime/resources/assets/minecraft/models/block/light_pressure_plate_down.json new file mode 100755 index 00000000..514475bc --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/light_pressure_plate_down.json @@ -0,0 +1,6 @@ +{ + "parent": "block/pressure_plate_down", + "textures": { + "texture": "blocks/gold_block" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/light_pressure_plate_inventory.json b/desktopRuntime/resources/assets/minecraft/models/block/light_pressure_plate_inventory.json new file mode 100755 index 00000000..831a816b --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/light_pressure_plate_inventory.json @@ -0,0 +1,6 @@ +{ + "parent": "block/pressure_plate_inventory", + "textures": { + "texture": "blocks/gold_block" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/light_pressure_plate_up.json b/desktopRuntime/resources/assets/minecraft/models/block/light_pressure_plate_up.json new file mode 100755 index 00000000..b8a29e32 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/light_pressure_plate_up.json @@ -0,0 +1,6 @@ +{ + "parent": "block/pressure_plate_up", + "textures": { + "texture": "blocks/gold_block" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/lime_pane_n.json b/desktopRuntime/resources/assets/minecraft/models/block/lime_pane_n.json new file mode 100755 index 00000000..6a0e4f4b --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/lime_pane_n.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_n", + "textures": { + "edge": "blocks/glass_pane_top_lime", + "pane": "blocks/glass_lime" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/lime_pane_ne.json b/desktopRuntime/resources/assets/minecraft/models/block/lime_pane_ne.json new file mode 100755 index 00000000..a2d35d99 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/lime_pane_ne.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_ne", + "textures": { + "edge": "blocks/glass_pane_top_lime", + "pane": "blocks/glass_lime" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/lime_pane_new.json b/desktopRuntime/resources/assets/minecraft/models/block/lime_pane_new.json new file mode 100755 index 00000000..8b2d0bfe --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/lime_pane_new.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_new", + "textures": { + "edge": "blocks/glass_pane_top_lime", + "pane": "blocks/glass_lime" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/lime_pane_ns.json b/desktopRuntime/resources/assets/minecraft/models/block/lime_pane_ns.json new file mode 100755 index 00000000..d0deaa91 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/lime_pane_ns.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_ns", + "textures": { + "edge": "blocks/glass_pane_top_lime", + "pane": "blocks/glass_lime" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/lime_pane_nse.json b/desktopRuntime/resources/assets/minecraft/models/block/lime_pane_nse.json new file mode 100755 index 00000000..06f7d8cc --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/lime_pane_nse.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_nse", + "textures": { + "edge": "blocks/glass_pane_top_lime", + "pane": "blocks/glass_lime" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/lime_pane_nsew.json b/desktopRuntime/resources/assets/minecraft/models/block/lime_pane_nsew.json new file mode 100755 index 00000000..8a5a9684 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/lime_pane_nsew.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_nsew", + "textures": { + "edge": "blocks/glass_pane_top_lime", + "pane": "blocks/glass_lime" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/lime_pane_nsw.json b/desktopRuntime/resources/assets/minecraft/models/block/lime_pane_nsw.json new file mode 100755 index 00000000..94a01d57 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/lime_pane_nsw.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_nsw", + "textures": { + "edge": "blocks/glass_pane_top_lime", + "pane": "blocks/glass_lime" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/lime_pane_nw.json b/desktopRuntime/resources/assets/minecraft/models/block/lime_pane_nw.json new file mode 100755 index 00000000..b91a8fdf --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/lime_pane_nw.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_nw", + "textures": { + "edge": "blocks/glass_pane_top_lime", + "pane": "blocks/glass_lime" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/lime_pane_s.json b/desktopRuntime/resources/assets/minecraft/models/block/lime_pane_s.json new file mode 100755 index 00000000..cf33af84 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/lime_pane_s.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_s", + "textures": { + "edge": "blocks/glass_pane_top_lime", + "pane": "blocks/glass_lime" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/lime_pane_se.json b/desktopRuntime/resources/assets/minecraft/models/block/lime_pane_se.json new file mode 100755 index 00000000..1e237616 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/lime_pane_se.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_se", + "textures": { + "edge": "blocks/glass_pane_top_lime", + "pane": "blocks/glass_lime" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/lime_pane_sew.json b/desktopRuntime/resources/assets/minecraft/models/block/lime_pane_sew.json new file mode 100755 index 00000000..f0bc262a --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/lime_pane_sew.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_sew", + "textures": { + "edge": "blocks/glass_pane_top_lime", + "pane": "blocks/glass_lime" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/lime_pane_sw.json b/desktopRuntime/resources/assets/minecraft/models/block/lime_pane_sw.json new file mode 100755 index 00000000..63312dc0 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/lime_pane_sw.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_sw", + "textures": { + "edge": "blocks/glass_pane_top_lime", + "pane": "blocks/glass_lime" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/lime_wool.json b/desktopRuntime/resources/assets/minecraft/models/block/lime_wool.json new file mode 100755 index 00000000..0340b26d --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/lime_wool.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/wool_colored_lime" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/lit_furnace.json b/desktopRuntime/resources/assets/minecraft/models/block/lit_furnace.json new file mode 100755 index 00000000..df180890 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/lit_furnace.json @@ -0,0 +1,8 @@ +{ + "parent": "block/orientable", + "textures": { + "top": "blocks/furnace_top", + "front": "blocks/furnace_front_on", + "side": "blocks/furnace_side" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/lit_pumpkin.json b/desktopRuntime/resources/assets/minecraft/models/block/lit_pumpkin.json new file mode 100755 index 00000000..193fbd66 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/lit_pumpkin.json @@ -0,0 +1,8 @@ +{ + "parent": "block/orientable", + "textures": { + "top": "blocks/pumpkin_top", + "front": "blocks/pumpkin_face_on", + "side": "blocks/pumpkin_side" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/lit_redstone_lamp.json b/desktopRuntime/resources/assets/minecraft/models/block/lit_redstone_lamp.json new file mode 100755 index 00000000..cfd6fc4c --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/lit_redstone_lamp.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/redstone_lamp_on" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/lit_redstone_ore.json b/desktopRuntime/resources/assets/minecraft/models/block/lit_redstone_ore.json new file mode 100755 index 00000000..98798047 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/lit_redstone_ore.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/redstone_ore" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/lit_redstone_torch.json b/desktopRuntime/resources/assets/minecraft/models/block/lit_redstone_torch.json new file mode 100755 index 00000000..4b12423d --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/lit_redstone_torch.json @@ -0,0 +1,6 @@ +{ + "parent": "block/torch", + "textures": { + "torch": "blocks/redstone_torch_on" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/lit_redstone_torch_wall.json b/desktopRuntime/resources/assets/minecraft/models/block/lit_redstone_torch_wall.json new file mode 100755 index 00000000..c0f26d81 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/lit_redstone_torch_wall.json @@ -0,0 +1,6 @@ +{ + "parent": "block/torch_wall", + "textures": { + "torch": "blocks/redstone_torch_on" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/magenta_pane_n.json b/desktopRuntime/resources/assets/minecraft/models/block/magenta_pane_n.json new file mode 100755 index 00000000..53c83891 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/magenta_pane_n.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_n", + "textures": { + "edge": "blocks/glass_pane_top_magenta", + "pane": "blocks/glass_magenta" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/magenta_pane_ne.json b/desktopRuntime/resources/assets/minecraft/models/block/magenta_pane_ne.json new file mode 100755 index 00000000..f9d4c41e --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/magenta_pane_ne.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_ne", + "textures": { + "edge": "blocks/glass_pane_top_magenta", + "pane": "blocks/glass_magenta" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/magenta_pane_new.json b/desktopRuntime/resources/assets/minecraft/models/block/magenta_pane_new.json new file mode 100755 index 00000000..7ddfcf00 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/magenta_pane_new.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_new", + "textures": { + "edge": "blocks/glass_pane_top_magenta", + "pane": "blocks/glass_magenta" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/magenta_pane_ns.json b/desktopRuntime/resources/assets/minecraft/models/block/magenta_pane_ns.json new file mode 100755 index 00000000..003e6352 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/magenta_pane_ns.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_ns", + "textures": { + "edge": "blocks/glass_pane_top_magenta", + "pane": "blocks/glass_magenta" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/magenta_pane_nse.json b/desktopRuntime/resources/assets/minecraft/models/block/magenta_pane_nse.json new file mode 100755 index 00000000..397bd95f --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/magenta_pane_nse.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_nse", + "textures": { + "edge": "blocks/glass_pane_top_magenta", + "pane": "blocks/glass_magenta" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/magenta_pane_nsew.json b/desktopRuntime/resources/assets/minecraft/models/block/magenta_pane_nsew.json new file mode 100755 index 00000000..95f6f125 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/magenta_pane_nsew.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_nsew", + "textures": { + "edge": "blocks/glass_pane_top_magenta", + "pane": "blocks/glass_magenta" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/magenta_pane_nsw.json b/desktopRuntime/resources/assets/minecraft/models/block/magenta_pane_nsw.json new file mode 100755 index 00000000..4529d538 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/magenta_pane_nsw.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_nsw", + "textures": { + "edge": "blocks/glass_pane_top_magenta", + "pane": "blocks/glass_magenta" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/magenta_pane_nw.json b/desktopRuntime/resources/assets/minecraft/models/block/magenta_pane_nw.json new file mode 100755 index 00000000..7671a8da --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/magenta_pane_nw.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_nw", + "textures": { + "edge": "blocks/glass_pane_top_magenta", + "pane": "blocks/glass_magenta" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/magenta_pane_s.json b/desktopRuntime/resources/assets/minecraft/models/block/magenta_pane_s.json new file mode 100755 index 00000000..1b12f249 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/magenta_pane_s.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_s", + "textures": { + "edge": "blocks/glass_pane_top_magenta", + "pane": "blocks/glass_magenta" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/magenta_pane_se.json b/desktopRuntime/resources/assets/minecraft/models/block/magenta_pane_se.json new file mode 100755 index 00000000..f6e4e206 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/magenta_pane_se.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_se", + "textures": { + "edge": "blocks/glass_pane_top_magenta", + "pane": "blocks/glass_magenta" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/magenta_pane_sew.json b/desktopRuntime/resources/assets/minecraft/models/block/magenta_pane_sew.json new file mode 100755 index 00000000..d2bf34fe --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/magenta_pane_sew.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_sew", + "textures": { + "edge": "blocks/glass_pane_top_magenta", + "pane": "blocks/glass_magenta" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/magenta_pane_sw.json b/desktopRuntime/resources/assets/minecraft/models/block/magenta_pane_sw.json new file mode 100755 index 00000000..ebf3ea66 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/magenta_pane_sw.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_sw", + "textures": { + "edge": "blocks/glass_pane_top_magenta", + "pane": "blocks/glass_magenta" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/magenta_wool.json b/desktopRuntime/resources/assets/minecraft/models/block/magenta_wool.json new file mode 100755 index 00000000..820f37a5 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/magenta_wool.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/wool_colored_magenta" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/melon.json b/desktopRuntime/resources/assets/minecraft/models/block/melon.json new file mode 100755 index 00000000..7c36518d --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/melon.json @@ -0,0 +1,7 @@ +{ + "parent": "block/cube_column", + "textures": { + "end": "blocks/melon_top", + "side": "blocks/melon_side" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/melon_stem_fruit.json b/desktopRuntime/resources/assets/minecraft/models/block/melon_stem_fruit.json new file mode 100755 index 00000000..27177163 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/melon_stem_fruit.json @@ -0,0 +1,7 @@ +{ + "parent": "block/stem_fruit", + "textures": { + "stem": "blocks/melon_stem_disconnected", + "upperstem": "blocks/melon_stem_connected" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/melon_stem_growth0.json b/desktopRuntime/resources/assets/minecraft/models/block/melon_stem_growth0.json new file mode 100755 index 00000000..a738c83c --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/melon_stem_growth0.json @@ -0,0 +1,6 @@ +{ + "parent": "block/stem_growth0", + "textures": { + "stem": "blocks/melon_stem_disconnected" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/melon_stem_growth1.json b/desktopRuntime/resources/assets/minecraft/models/block/melon_stem_growth1.json new file mode 100755 index 00000000..fbba6ec4 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/melon_stem_growth1.json @@ -0,0 +1,6 @@ +{ + "parent": "block/stem_growth1", + "textures": { + "stem": "blocks/melon_stem_disconnected" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/melon_stem_growth2.json b/desktopRuntime/resources/assets/minecraft/models/block/melon_stem_growth2.json new file mode 100755 index 00000000..9ba331f8 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/melon_stem_growth2.json @@ -0,0 +1,6 @@ +{ + "parent": "block/stem_growth2", + "textures": { + "stem": "blocks/melon_stem_disconnected" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/melon_stem_growth3.json b/desktopRuntime/resources/assets/minecraft/models/block/melon_stem_growth3.json new file mode 100755 index 00000000..561f079a --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/melon_stem_growth3.json @@ -0,0 +1,6 @@ +{ + "parent": "block/stem_growth3", + "textures": { + "stem": "blocks/melon_stem_disconnected" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/melon_stem_growth4.json b/desktopRuntime/resources/assets/minecraft/models/block/melon_stem_growth4.json new file mode 100755 index 00000000..baacb8a6 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/melon_stem_growth4.json @@ -0,0 +1,6 @@ +{ + "parent": "block/stem_growth4", + "textures": { + "stem": "blocks/melon_stem_disconnected" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/melon_stem_growth5.json b/desktopRuntime/resources/assets/minecraft/models/block/melon_stem_growth5.json new file mode 100755 index 00000000..23ad517d --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/melon_stem_growth5.json @@ -0,0 +1,6 @@ +{ + "parent": "block/stem_growth5", + "textures": { + "stem": "blocks/melon_stem_disconnected" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/melon_stem_growth6.json b/desktopRuntime/resources/assets/minecraft/models/block/melon_stem_growth6.json new file mode 100755 index 00000000..cdde150b --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/melon_stem_growth6.json @@ -0,0 +1,6 @@ +{ + "parent": "block/stem_growth6", + "textures": { + "stem": "blocks/melon_stem_disconnected" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/melon_stem_growth7.json b/desktopRuntime/resources/assets/minecraft/models/block/melon_stem_growth7.json new file mode 100755 index 00000000..4703b1e1 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/melon_stem_growth7.json @@ -0,0 +1,6 @@ +{ + "parent": "block/stem_growth7", + "textures": { + "stem": "blocks/melon_stem_disconnected" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/mob_spawner_cage.json b/desktopRuntime/resources/assets/minecraft/models/block/mob_spawner_cage.json new file mode 100755 index 00000000..462ee735 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/mob_spawner_cage.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/mob_spawner" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/mossy_cobblestone.json b/desktopRuntime/resources/assets/minecraft/models/block/mossy_cobblestone.json new file mode 100755 index 00000000..89c2382f --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/mossy_cobblestone.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/cobblestone_mossy" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/mossy_wall_n.json b/desktopRuntime/resources/assets/minecraft/models/block/mossy_wall_n.json new file mode 100755 index 00000000..0e9ec306 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/mossy_wall_n.json @@ -0,0 +1,6 @@ +{ + "parent": "block/wall_n", + "textures": { + "wall": "blocks/cobblestone_mossy" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/mossy_wall_ne.json b/desktopRuntime/resources/assets/minecraft/models/block/mossy_wall_ne.json new file mode 100755 index 00000000..99ffef16 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/mossy_wall_ne.json @@ -0,0 +1,6 @@ +{ + "parent": "block/wall_ne", + "textures": { + "wall": "blocks/cobblestone_mossy" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/mossy_wall_ns.json b/desktopRuntime/resources/assets/minecraft/models/block/mossy_wall_ns.json new file mode 100755 index 00000000..85f67444 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/mossy_wall_ns.json @@ -0,0 +1,6 @@ +{ + "parent": "block/wall_ns", + "textures": { + "wall": "blocks/cobblestone_mossy" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/mossy_wall_ns_above.json b/desktopRuntime/resources/assets/minecraft/models/block/mossy_wall_ns_above.json new file mode 100755 index 00000000..7dd58a62 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/mossy_wall_ns_above.json @@ -0,0 +1,6 @@ +{ + "parent": "block/wall_ns_above", + "textures": { + "wall": "blocks/cobblestone_mossy" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/mossy_wall_nse.json b/desktopRuntime/resources/assets/minecraft/models/block/mossy_wall_nse.json new file mode 100755 index 00000000..31cbbdad --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/mossy_wall_nse.json @@ -0,0 +1,6 @@ +{ + "parent": "block/wall_nse", + "textures": { + "wall": "blocks/cobblestone_mossy" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/mossy_wall_nsew.json b/desktopRuntime/resources/assets/minecraft/models/block/mossy_wall_nsew.json new file mode 100755 index 00000000..9c30b465 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/mossy_wall_nsew.json @@ -0,0 +1,6 @@ +{ + "parent": "block/wall_nsew", + "textures": { + "wall": "blocks/cobblestone_mossy" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/mossy_wall_post.json b/desktopRuntime/resources/assets/minecraft/models/block/mossy_wall_post.json new file mode 100755 index 00000000..8b45386f --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/mossy_wall_post.json @@ -0,0 +1,6 @@ +{ + "parent": "block/wall_post", + "textures": { + "wall": "blocks/cobblestone_mossy" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/mycelium.json b/desktopRuntime/resources/assets/minecraft/models/block/mycelium.json new file mode 100755 index 00000000..16f2d4f0 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/mycelium.json @@ -0,0 +1,8 @@ +{ + "parent": "block/cube_bottom_top", + "textures": { + "bottom": "blocks/dirt", + "top": "blocks/mycelium_top", + "side": "blocks/mycelium_side" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/nether_brick.json b/desktopRuntime/resources/assets/minecraft/models/block/nether_brick.json new file mode 100755 index 00000000..b47abfd0 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/nether_brick.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/nether_brick" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/nether_brick_fence_inventory.json b/desktopRuntime/resources/assets/minecraft/models/block/nether_brick_fence_inventory.json new file mode 100755 index 00000000..be936bf4 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/nether_brick_fence_inventory.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_inventory", + "textures": { + "texture": "blocks/nether_brick" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/nether_brick_fence_n.json b/desktopRuntime/resources/assets/minecraft/models/block/nether_brick_fence_n.json new file mode 100755 index 00000000..ebb9b20d --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/nether_brick_fence_n.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_n", + "textures": { + "texture": "blocks/nether_brick" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/nether_brick_fence_ne.json b/desktopRuntime/resources/assets/minecraft/models/block/nether_brick_fence_ne.json new file mode 100755 index 00000000..a36f4207 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/nether_brick_fence_ne.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_ne", + "textures": { + "texture": "blocks/nether_brick" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/nether_brick_fence_ns.json b/desktopRuntime/resources/assets/minecraft/models/block/nether_brick_fence_ns.json new file mode 100755 index 00000000..c04ef2d9 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/nether_brick_fence_ns.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_ns", + "textures": { + "texture": "blocks/nether_brick" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/nether_brick_fence_nse.json b/desktopRuntime/resources/assets/minecraft/models/block/nether_brick_fence_nse.json new file mode 100755 index 00000000..62882ed8 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/nether_brick_fence_nse.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_nse", + "textures": { + "texture": "blocks/nether_brick" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/nether_brick_fence_nsew.json b/desktopRuntime/resources/assets/minecraft/models/block/nether_brick_fence_nsew.json new file mode 100755 index 00000000..ef51428c --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/nether_brick_fence_nsew.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_nsew", + "textures": { + "texture": "blocks/nether_brick" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/nether_brick_fence_post.json b/desktopRuntime/resources/assets/minecraft/models/block/nether_brick_fence_post.json new file mode 100755 index 00000000..08f48286 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/nether_brick_fence_post.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_post", + "textures": { + "texture": "blocks/nether_brick" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/nether_brick_inner_stairs.json b/desktopRuntime/resources/assets/minecraft/models/block/nether_brick_inner_stairs.json new file mode 100755 index 00000000..fc50a686 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/nether_brick_inner_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/inner_stairs", + "textures": { + "bottom": "blocks/nether_brick", + "top": "blocks/nether_brick", + "side": "blocks/nether_brick" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/nether_brick_outer_stairs.json b/desktopRuntime/resources/assets/minecraft/models/block/nether_brick_outer_stairs.json new file mode 100755 index 00000000..1c23a473 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/nether_brick_outer_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/outer_stairs", + "textures": { + "bottom": "blocks/nether_brick", + "top": "blocks/nether_brick", + "side": "blocks/nether_brick" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/nether_brick_stairs.json b/desktopRuntime/resources/assets/minecraft/models/block/nether_brick_stairs.json new file mode 100755 index 00000000..249ef926 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/nether_brick_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/stairs", + "textures": { + "bottom": "blocks/nether_brick", + "top": "blocks/nether_brick", + "side": "blocks/nether_brick" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/nether_wart_stage0.json b/desktopRuntime/resources/assets/minecraft/models/block/nether_wart_stage0.json new file mode 100755 index 00000000..e6ad95c7 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/nether_wart_stage0.json @@ -0,0 +1,6 @@ +{ + "parent": "block/crop", + "textures": { + "crop": "blocks/nether_wart_stage_0" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/nether_wart_stage1.json b/desktopRuntime/resources/assets/minecraft/models/block/nether_wart_stage1.json new file mode 100755 index 00000000..a145da53 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/nether_wart_stage1.json @@ -0,0 +1,6 @@ +{ + "parent": "block/crop", + "textures": { + "crop": "blocks/nether_wart_stage_1" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/nether_wart_stage2.json b/desktopRuntime/resources/assets/minecraft/models/block/nether_wart_stage2.json new file mode 100755 index 00000000..ce8bd912 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/nether_wart_stage2.json @@ -0,0 +1,6 @@ +{ + "parent": "block/crop", + "textures": { + "crop": "blocks/nether_wart_stage_2" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/netherrack.json b/desktopRuntime/resources/assets/minecraft/models/block/netherrack.json new file mode 100755 index 00000000..dd78e91f --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/netherrack.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/netherrack" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/normal_rail_curved.json b/desktopRuntime/resources/assets/minecraft/models/block/normal_rail_curved.json new file mode 100755 index 00000000..5fde4ae2 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/normal_rail_curved.json @@ -0,0 +1,6 @@ +{ + "parent": "block/rail_curved", + "textures": { + "rail": "blocks/rail_normal_turned" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/normal_rail_flat.json b/desktopRuntime/resources/assets/minecraft/models/block/normal_rail_flat.json new file mode 100755 index 00000000..16839f9e --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/normal_rail_flat.json @@ -0,0 +1,6 @@ +{ + "parent": "block/rail_flat", + "textures": { + "rail": "blocks/rail_normal" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/normal_rail_raised_ne.json b/desktopRuntime/resources/assets/minecraft/models/block/normal_rail_raised_ne.json new file mode 100755 index 00000000..efb93ddd --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/normal_rail_raised_ne.json @@ -0,0 +1,6 @@ +{ + "parent": "block/rail_raised_ne", + "textures": { + "rail": "blocks/rail_normal" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/normal_rail_raised_sw.json b/desktopRuntime/resources/assets/minecraft/models/block/normal_rail_raised_sw.json new file mode 100755 index 00000000..9bdc4e41 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/normal_rail_raised_sw.json @@ -0,0 +1,6 @@ +{ + "parent": "block/rail_raised_sw", + "textures": { + "rail": "blocks/rail_normal" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/normal_torch.json b/desktopRuntime/resources/assets/minecraft/models/block/normal_torch.json new file mode 100755 index 00000000..19765225 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/normal_torch.json @@ -0,0 +1,6 @@ +{ + "parent": "block/torch", + "textures": { + "torch": "blocks/torch_on" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/normal_torch_wall.json b/desktopRuntime/resources/assets/minecraft/models/block/normal_torch_wall.json new file mode 100755 index 00000000..5e49edfa --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/normal_torch_wall.json @@ -0,0 +1,6 @@ +{ + "parent": "block/torch_wall", + "textures": { + "torch": "blocks/torch_on" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/noteblock.json b/desktopRuntime/resources/assets/minecraft/models/block/noteblock.json new file mode 100755 index 00000000..cc947f68 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/noteblock.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/noteblock" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/oak_bark.json b/desktopRuntime/resources/assets/minecraft/models/block/oak_bark.json new file mode 100755 index 00000000..d3319849 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/oak_bark.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/log_oak" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/oak_fence_gate_closed.json b/desktopRuntime/resources/assets/minecraft/models/block/oak_fence_gate_closed.json new file mode 100755 index 00000000..2628ca20 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/oak_fence_gate_closed.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_gate_closed", + "textures": { + "texture": "blocks/planks_oak" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/oak_fence_gate_open.json b/desktopRuntime/resources/assets/minecraft/models/block/oak_fence_gate_open.json new file mode 100755 index 00000000..bc3ed085 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/oak_fence_gate_open.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_gate_open", + "textures": { + "texture": "blocks/planks_oak" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/oak_fence_inventory.json b/desktopRuntime/resources/assets/minecraft/models/block/oak_fence_inventory.json new file mode 100755 index 00000000..28f60d3d --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/oak_fence_inventory.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_inventory", + "textures": { + "texture": "blocks/planks_oak" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/oak_fence_n.json b/desktopRuntime/resources/assets/minecraft/models/block/oak_fence_n.json new file mode 100755 index 00000000..a8b6864c --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/oak_fence_n.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_n", + "textures": { + "texture": "blocks/planks_oak" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/oak_fence_ne.json b/desktopRuntime/resources/assets/minecraft/models/block/oak_fence_ne.json new file mode 100755 index 00000000..bfc26215 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/oak_fence_ne.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_ne", + "textures": { + "texture": "blocks/planks_oak" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/oak_fence_ns.json b/desktopRuntime/resources/assets/minecraft/models/block/oak_fence_ns.json new file mode 100755 index 00000000..4d75db36 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/oak_fence_ns.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_ns", + "textures": { + "texture": "blocks/planks_oak" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/oak_fence_nse.json b/desktopRuntime/resources/assets/minecraft/models/block/oak_fence_nse.json new file mode 100755 index 00000000..fac4197c --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/oak_fence_nse.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_nse", + "textures": { + "texture": "blocks/planks_oak" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/oak_fence_nsew.json b/desktopRuntime/resources/assets/minecraft/models/block/oak_fence_nsew.json new file mode 100755 index 00000000..2ab942cf --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/oak_fence_nsew.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_nsew", + "textures": { + "texture": "blocks/planks_oak" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/oak_fence_post.json b/desktopRuntime/resources/assets/minecraft/models/block/oak_fence_post.json new file mode 100755 index 00000000..6991fb22 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/oak_fence_post.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_post", + "textures": { + "texture": "blocks/planks_oak" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/oak_inner_stairs.json b/desktopRuntime/resources/assets/minecraft/models/block/oak_inner_stairs.json new file mode 100755 index 00000000..765c896b --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/oak_inner_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/inner_stairs", + "textures": { + "bottom": "blocks/planks_oak", + "top": "blocks/planks_oak", + "side": "blocks/planks_oak" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/oak_leaves.json b/desktopRuntime/resources/assets/minecraft/models/block/oak_leaves.json new file mode 100755 index 00000000..ffa9f31f --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/oak_leaves.json @@ -0,0 +1,6 @@ +{ + "parent": "block/leaves", + "textures": { + "all": "blocks/leaves_oak" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/oak_log.json b/desktopRuntime/resources/assets/minecraft/models/block/oak_log.json new file mode 100755 index 00000000..ab023d9f --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/oak_log.json @@ -0,0 +1,7 @@ +{ + "parent": "block/cube_column", + "textures": { + "end": "blocks/log_oak_top", + "side": "blocks/log_oak" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/oak_log_side.json b/desktopRuntime/resources/assets/minecraft/models/block/oak_log_side.json new file mode 100755 index 00000000..e7055893 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/oak_log_side.json @@ -0,0 +1,7 @@ +{ + "parent": "block/column_side", + "textures": { + "end": "blocks/log_oak_top", + "side": "blocks/log_oak" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/oak_outer_stairs.json b/desktopRuntime/resources/assets/minecraft/models/block/oak_outer_stairs.json new file mode 100755 index 00000000..e7485136 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/oak_outer_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/outer_stairs", + "textures": { + "bottom": "blocks/planks_oak", + "top": "blocks/planks_oak", + "side": "blocks/planks_oak" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/oak_planks.json b/desktopRuntime/resources/assets/minecraft/models/block/oak_planks.json new file mode 100755 index 00000000..295cb929 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/oak_planks.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/planks_oak" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/oak_sapling.json b/desktopRuntime/resources/assets/minecraft/models/block/oak_sapling.json new file mode 100755 index 00000000..49fd41d3 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/oak_sapling.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cross", + "textures": { + "cross": "blocks/sapling_oak" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/oak_stairs.json b/desktopRuntime/resources/assets/minecraft/models/block/oak_stairs.json new file mode 100755 index 00000000..f3a5834e --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/oak_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/stairs", + "textures": { + "bottom": "blocks/planks_oak", + "top": "blocks/planks_oak", + "side": "blocks/planks_oak" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/oak_wall_gate_closed.json b/desktopRuntime/resources/assets/minecraft/models/block/oak_wall_gate_closed.json new file mode 100755 index 00000000..d6831ca0 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/oak_wall_gate_closed.json @@ -0,0 +1,6 @@ +{ + "parent": "block/wall_gate_closed", + "textures": { + "texture": "blocks/planks_oak" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/oak_wall_gate_open.json b/desktopRuntime/resources/assets/minecraft/models/block/oak_wall_gate_open.json new file mode 100755 index 00000000..441ca911 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/oak_wall_gate_open.json @@ -0,0 +1,6 @@ +{ + "parent": "block/wall_gate_open", + "textures": { + "texture": "blocks/planks_oak" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/obsidian.json b/desktopRuntime/resources/assets/minecraft/models/block/obsidian.json new file mode 100755 index 00000000..a9c56704 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/obsidian.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/obsidian" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/orange_pane_n.json b/desktopRuntime/resources/assets/minecraft/models/block/orange_pane_n.json new file mode 100755 index 00000000..7ef19437 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/orange_pane_n.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_n", + "textures": { + "edge": "blocks/glass_pane_top_orange", + "pane": "blocks/glass_orange" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/orange_pane_ne.json b/desktopRuntime/resources/assets/minecraft/models/block/orange_pane_ne.json new file mode 100755 index 00000000..5d48e685 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/orange_pane_ne.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_ne", + "textures": { + "edge": "blocks/glass_pane_top_orange", + "pane": "blocks/glass_orange" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/orange_pane_new.json b/desktopRuntime/resources/assets/minecraft/models/block/orange_pane_new.json new file mode 100755 index 00000000..7baad494 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/orange_pane_new.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_new", + "textures": { + "edge": "blocks/glass_pane_top_orange", + "pane": "blocks/glass_orange" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/orange_pane_ns.json b/desktopRuntime/resources/assets/minecraft/models/block/orange_pane_ns.json new file mode 100755 index 00000000..6a0f5517 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/orange_pane_ns.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_ns", + "textures": { + "edge": "blocks/glass_pane_top_orange", + "pane": "blocks/glass_orange" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/orange_pane_nse.json b/desktopRuntime/resources/assets/minecraft/models/block/orange_pane_nse.json new file mode 100755 index 00000000..191a2ecf --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/orange_pane_nse.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_nse", + "textures": { + "edge": "blocks/glass_pane_top_orange", + "pane": "blocks/glass_orange" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/orange_pane_nsew.json b/desktopRuntime/resources/assets/minecraft/models/block/orange_pane_nsew.json new file mode 100755 index 00000000..fbcd638d --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/orange_pane_nsew.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_nsew", + "textures": { + "edge": "blocks/glass_pane_top_orange", + "pane": "blocks/glass_orange" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/orange_pane_nsw.json b/desktopRuntime/resources/assets/minecraft/models/block/orange_pane_nsw.json new file mode 100755 index 00000000..6269b19a --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/orange_pane_nsw.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_nsw", + "textures": { + "edge": "blocks/glass_pane_top_orange", + "pane": "blocks/glass_orange" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/orange_pane_nw.json b/desktopRuntime/resources/assets/minecraft/models/block/orange_pane_nw.json new file mode 100755 index 00000000..570b14cc --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/orange_pane_nw.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_nw", + "textures": { + "edge": "blocks/glass_pane_top_orange", + "pane": "blocks/glass_orange" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/orange_pane_s.json b/desktopRuntime/resources/assets/minecraft/models/block/orange_pane_s.json new file mode 100755 index 00000000..a2736ddb --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/orange_pane_s.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_s", + "textures": { + "edge": "blocks/glass_pane_top_orange", + "pane": "blocks/glass_orange" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/orange_pane_se.json b/desktopRuntime/resources/assets/minecraft/models/block/orange_pane_se.json new file mode 100755 index 00000000..e93c04f5 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/orange_pane_se.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_se", + "textures": { + "edge": "blocks/glass_pane_top_orange", + "pane": "blocks/glass_orange" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/orange_pane_sew.json b/desktopRuntime/resources/assets/minecraft/models/block/orange_pane_sew.json new file mode 100755 index 00000000..90f31026 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/orange_pane_sew.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_sew", + "textures": { + "edge": "blocks/glass_pane_top_orange", + "pane": "blocks/glass_orange" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/orange_pane_sw.json b/desktopRuntime/resources/assets/minecraft/models/block/orange_pane_sw.json new file mode 100755 index 00000000..0c86043f --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/orange_pane_sw.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_sw", + "textures": { + "edge": "blocks/glass_pane_top_orange", + "pane": "blocks/glass_orange" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/orange_tulip.json b/desktopRuntime/resources/assets/minecraft/models/block/orange_tulip.json new file mode 100755 index 00000000..5912ed58 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/orange_tulip.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cross", + "textures": { + "cross": "blocks/flower_tulip_orange" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/orange_wool.json b/desktopRuntime/resources/assets/minecraft/models/block/orange_wool.json new file mode 100755 index 00000000..9a55627d --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/orange_wool.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/wool_colored_orange" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/orchid.json b/desktopRuntime/resources/assets/minecraft/models/block/orchid.json new file mode 100755 index 00000000..58f3a9d1 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/orchid.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cross", + "textures": { + "cross": "blocks/flower_blue_orchid" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/orientable.json b/desktopRuntime/resources/assets/minecraft/models/block/orientable.json new file mode 100755 index 00000000..0b9a40ef --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/orientable.json @@ -0,0 +1,12 @@ +{ + "parent": "block/cube", + "textures": { + "particle": "#front", + "down": "#top", + "up": "#top", + "north": "#front", + "east": "#side", + "south": "#side", + "west": "#side" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/orientable_vertical.json b/desktopRuntime/resources/assets/minecraft/models/block/orientable_vertical.json new file mode 100755 index 00000000..c5402872 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/orientable_vertical.json @@ -0,0 +1,12 @@ +{ + "parent": "block/cube", + "textures": { + "particle": "#side", + "down": "#side", + "up": "#front", + "north": "#side", + "east": "#side", + "south": "#side", + "west": "#side" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/outer_stairs.json b/desktopRuntime/resources/assets/minecraft/models/block/outer_stairs.json new file mode 100755 index 00000000..3ddfc57f --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/outer_stairs.json @@ -0,0 +1,29 @@ +{ + "textures": { + "particle": "#side" + }, + "elements": [ + { "from": [ 0, 0, 0 ], + "to": [ 16, 8, 16 ], + "faces": { + "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#bottom", "cullface": "down" }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#top" }, + "north": { "uv": [ 0, 8, 16, 16 ], "texture": "#side", "cullface": "north" }, + "south": { "uv": [ 0, 8, 16, 16 ], "texture": "#side", "cullface": "south" }, + "west": { "uv": [ 0, 8, 16, 16 ], "texture": "#side", "cullface": "west" }, + "east": { "uv": [ 0, 8, 16, 16 ], "texture": "#side", "cullface": "east" } + } + }, + { "from": [ 8, 8, 8 ], + "to": [ 16, 16, 16 ], + "faces": { + "down": { "uv": [ 8, 0, 16, 8 ], "texture": "#bottom", "cullface": "down" }, + "up": { "uv": [ 8, 8, 16, 16 ], "texture": "#top", "cullface": "up" }, + "north": { "uv": [ 0, 0, 8, 8 ], "texture": "#side" }, + "south": { "uv": [ 8, 0, 16, 8 ], "texture": "#side", "cullface": "south" }, + "west": { "uv": [ 8, 0, 16, 8 ], "texture": "#side" }, + "east": { "uv": [ 0, 0, 8, 8 ], "texture": "#side", "cullface": "east" } + } + } + ] +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/packed_ice.json b/desktopRuntime/resources/assets/minecraft/models/block/packed_ice.json new file mode 100755 index 00000000..4a903221 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/packed_ice.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/ice_packed" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/pane_n.json b/desktopRuntime/resources/assets/minecraft/models/block/pane_n.json new file mode 100755 index 00000000..1fcc7da8 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/pane_n.json @@ -0,0 +1,20 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#pane" + }, + "elements": [ + { "from": [ 7, 0, 0 ], + "to": [ 9, 16, 9 ], + "shade": false, + "faces": { + "down": { "uv": [ 7, 0, 9, 9 ], "texture": "#edge" }, + "up": { "uv": [ 7, 0, 9, 9 ], "texture": "#edge" }, + "north": { "uv": [ 7, 0, 9, 16 ], "texture": "#edge", "cullface": "north" }, + "south": { "uv": [ 7, 0, 9, 16 ], "texture": "#edge" }, + "west": { "uv": [ 16, 0, 7, 16 ], "texture": "#pane" }, + "east": { "uv": [ 7, 0, 16, 16 ], "texture": "#pane" } + } + } + ] +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/pane_ne.json b/desktopRuntime/resources/assets/minecraft/models/block/pane_ne.json new file mode 100755 index 00000000..acdabd60 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/pane_ne.json @@ -0,0 +1,32 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#pane" + }, + "elements": [ + { "from": [ 7, 0, 0 ], + "to": [ 9, 16, 9 ], + "shade": false, + "faces": { + "down": { "uv": [ 7, 0, 9, 9 ], "texture": "#edge" }, + "up": { "uv": [ 7, 0, 9, 9 ], "texture": "#edge" }, + "north": { "uv": [ 7, 0, 9, 16 ], "texture": "#edge", "cullface": "north" }, + "south": { "uv": [ 7, 0, 9, 16 ], "texture": "#edge" }, + "west": { "uv": [ 16, 0, 7, 16 ], "texture": "#pane" }, + "east": { "uv": [ 7, 0, 16, 16 ], "texture": "#pane" } + } + }, + { "from": [ 9, 0, 7 ], + "to": [ 16, 16, 9 ], + "shade": false, + "faces": { + "down": { "uv": [ 7, 9, 9, 16 ], "rotation": 90, "texture": "#edge" }, + "up": { "uv": [ 7, 9, 9, 16 ], "rotation": 90, "texture": "#edge" }, + "north": { "uv": [ 16, 0, 9, 16 ], "texture": "#pane" }, + "south": { "uv": [ 9, 0, 16, 16 ], "texture": "#pane" }, + "west": { "uv": [ 7, 0, 9, 16 ], "texture": "#pane" }, + "east": { "uv": [ 7, 0, 9, 16 ], "texture": "#edge", "cullface": "east" } + } + } + ] +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/pane_new.json b/desktopRuntime/resources/assets/minecraft/models/block/pane_new.json new file mode 100755 index 00000000..4f08e2e4 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/pane_new.json @@ -0,0 +1,32 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#pane" + }, + "elements": [ + { "from": [ 7, 0, 0 ], + "to": [ 9, 16, 7 ], + "shade": false, + "faces": { + "down": { "uv": [ 7, 0, 9, 7 ], "texture": "#edge" }, + "up": { "uv": [ 7, 0, 9, 7 ], "texture": "#edge" }, + "north": { "uv": [ 7, 0, 9, 16 ], "texture": "#edge", "cullface": "north" }, + "south": { "uv": [ 7, 0, 9, 16 ], "texture": "#edge" }, + "west": { "uv": [ 16, 0, 9, 16 ], "texture": "#pane" }, + "east": { "uv": [ 9, 0, 16, 16 ], "texture": "#pane" } + } + }, + { "from": [ 0, 0, 7 ], + "to": [ 16, 16, 9 ], + "shade": false, + "faces": { + "down": { "uv": [ 7, 0, 9, 16 ], "rotation": 90, "texture": "#edge" }, + "up": { "uv": [ 7, 0, 9, 16 ], "rotation": 90, "texture": "#edge" }, + "north": { "uv": [ 16, 0, 0, 16 ], "texture": "#pane" }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#pane" }, + "west": { "uv": [ 7, 0, 9, 16 ], "texture": "#edge", "cullface": "west" }, + "east": { "uv": [ 7, 0, 9, 16 ], "texture": "#edge", "cullface": "east" } + } + } + ] +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/pane_ns.json b/desktopRuntime/resources/assets/minecraft/models/block/pane_ns.json new file mode 100755 index 00000000..42b34a15 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/pane_ns.json @@ -0,0 +1,20 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#pane" + }, + "elements": [ + { "from": [ 7, 0, 0 ], + "to": [ 9, 16, 16 ], + "shade": false, + "faces": { + "down": { "uv": [ 7, 0, 9, 16 ], "texture": "#edge", "cull": false }, + "up": { "uv": [ 7, 0, 9, 16 ], "texture": "#edge", "cull": false }, + "north": { "uv": [ 7, 0, 9, 16 ], "texture": "#edge" }, + "south": { "uv": [ 7, 0, 9, 16 ], "texture": "#edge" }, + "west": { "uv": [ 16, 0, 0, 16 ], "texture": "#pane", "cull": false }, + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#pane", "cull": false } + } + } + ] +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/pane_nse.json b/desktopRuntime/resources/assets/minecraft/models/block/pane_nse.json new file mode 100755 index 00000000..3295dd61 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/pane_nse.json @@ -0,0 +1,32 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#pane" + }, + "elements": [ + { "from": [ 7, 0, 0 ], + "to": [ 9, 16, 16 ], + "shade": false, + "faces": { + "down": { "uv": [ 7, 0, 9, 16 ], "texture": "#edge" }, + "up": { "uv": [ 7, 0, 9, 16 ], "texture": "#edge" }, + "north": { "uv": [ 7, 0, 9, 16 ], "texture": "#edge", "cullface": "north" }, + "south": { "uv": [ 7, 0, 9, 16 ], "texture": "#edge", "cullface": "south" }, + "west": { "uv": [ 16, 0, 0, 16 ], "texture": "#pane" }, + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#pane" } + } + }, + { "from": [ 9, 0, 7 ], + "to": [ 16, 16, 9 ], + "shade": false, + "faces": { + "down": { "uv": [ 7, 9, 9, 16 ], "rotation": 90, "texture": "#edge" }, + "up": { "uv": [ 7, 9, 9, 16 ], "rotation": 90, "texture": "#edge" }, + "north": { "uv": [ 16, 0, 9, 16 ], "texture": "#pane" }, + "south": { "uv": [ 9, 0, 16, 16 ], "texture": "#pane" }, + "west": { "uv": [ 7, 0, 9, 16 ], "texture": "#edge" }, + "east": { "uv": [ 7, 0, 9, 16 ], "texture": "#edge", "cullface": "east" } + } + } + ] +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/pane_nsew.json b/desktopRuntime/resources/assets/minecraft/models/block/pane_nsew.json new file mode 100755 index 00000000..195c949f --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/pane_nsew.json @@ -0,0 +1,32 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#pane" + }, + "elements": [ + { "from": [ 7, 0, 0 ], + "to": [ 9, 16, 16 ], + "shade": false, + "faces": { + "down": { "uv": [ 7, 0, 9, 16 ], "texture": "#edge" }, + "up": { "uv": [ 7, 0, 9, 16 ], "texture": "#edge" }, + "north": { "uv": [ 7, 0, 9, 16 ], "texture": "#edge", "cullface": "north" }, + "south": { "uv": [ 7, 0, 9, 16 ], "texture": "#edge", "cullface": "south" }, + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#pane" }, + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#pane" } + } + }, + { "from": [ 0, 0, 7 ], + "to": [ 16, 16, 9 ], + "shade": false, + "faces": { + "down": { "uv": [ 7, 0, 9, 16 ], "rotation": 90, "texture": "#edge" }, + "up": { "uv": [ 7, 0, 9, 16 ], "rotation": 90, "texture": "#edge" }, + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#pane" }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#pane" }, + "west": { "uv": [ 7, 0, 9, 16 ], "texture": "#edge", "cullface": "west" }, + "east": { "uv": [ 7, 0, 9, 16 ], "texture": "#edge", "cullface": "east" } + } + } + ] +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/pane_nsw.json b/desktopRuntime/resources/assets/minecraft/models/block/pane_nsw.json new file mode 100755 index 00000000..5cb94a93 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/pane_nsw.json @@ -0,0 +1,32 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#pane" + }, + "elements": [ + { "from": [ 7, 0, 0 ], + "to": [ 9, 16, 16 ], + "shade": false, + "faces": { + "down": { "uv": [ 7, 0, 9, 16 ], "texture": "#edge" }, + "up": { "uv": [ 7, 0, 9, 16 ], "texture": "#edge" }, + "north": { "uv": [ 7, 0, 9, 16 ], "texture": "#edge", "cullface": "north" }, + "south": { "uv": [ 7, 0, 9, 16 ], "texture": "#edge", "cullface": "south" }, + "west": { "uv": [ 16, 0, 0, 16 ], "texture": "#pane" }, + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#pane" } + } + }, + { "from": [ 0, 0, 7 ], + "to": [ 7, 16, 9 ], + "shade": false, + "faces": { + "down": { "uv": [ 7, 0, 9, 7 ], "rotation": 90, "texture": "#edge" }, + "up": { "uv": [ 7, 0, 9, 7 ], "rotation": 90, "texture": "#edge" }, + "north": { "uv": [ 7, 0, 0, 16 ], "texture": "#pane" }, + "south": { "uv": [ 0, 0, 7, 16 ], "texture": "#pane" }, + "west": { "uv": [ 7, 0, 9, 16 ], "texture": "#edge", "cullface": "east" }, + "east": { "uv": [ 7, 0, 9, 16 ], "texture": "#edge" } + } + } + ] +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/pane_nw.json b/desktopRuntime/resources/assets/minecraft/models/block/pane_nw.json new file mode 100755 index 00000000..55367a36 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/pane_nw.json @@ -0,0 +1,32 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#pane" + }, + "elements": [ + { "from": [ 7, 0, 0 ], + "to": [ 9, 16, 9 ], + "shade": false, + "faces": { + "down": { "uv": [ 7, 0, 9, 9 ], "texture": "#edge" }, + "up": { "uv": [ 7, 0, 9, 9 ], "texture": "#edge" }, + "north": { "uv": [ 7, 0, 9, 16 ], "texture": "#edge", "cullface": "north" }, + "south": { "uv": [ 7, 0, 9, 16 ], "texture": "#edge" }, + "west": { "uv": [ 16, 0, 7, 16 ], "texture": "#pane" }, + "east": { "uv": [ 7, 0, 16, 16 ], "texture": "#pane" } + } + }, + { "from": [ 0, 0, 7 ], + "to": [ 7, 16, 9 ], + "shade": false, + "faces": { + "down": { "uv": [ 7, 0, 9, 7 ], "rotation": 90, "texture": "#edge" }, + "up": { "uv": [ 7, 0, 9, 7 ], "rotation": 90, "texture": "#edge" }, + "north": { "uv": [ 7, 0, 0, 16 ], "texture": "#pane" }, + "south": { "uv": [ 0, 0, 7, 16 ], "texture": "#pane" }, + "west": { "uv": [ 7, 0, 9, 16 ], "texture": "#edge", "cullface": "west" }, + "east": { "uv": [ 7, 0, 9, 16 ], "texture": "#pane" } + } + } + ] +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/pane_s.json b/desktopRuntime/resources/assets/minecraft/models/block/pane_s.json new file mode 100755 index 00000000..0c59c0ed --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/pane_s.json @@ -0,0 +1,20 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#pane" + }, + "elements": [ + { "from": [ 7, 0, 7 ], + "to": [ 9, 16, 16 ], + "shade": false, + "faces": { + "down": { "uv": [ 7, 7, 9, 16 ], "texture": "#edge" }, + "up": { "uv": [ 7, 7, 9, 16 ], "texture": "#edge" }, + "north": { "uv": [ 7, 0, 9, 16 ], "texture": "#edge", "cullface": "north" }, + "south": { "uv": [ 7, 0, 9, 16 ], "texture": "#edge" }, + "west": { "uv": [ 9, 0, 0, 16 ], "texture": "#pane" }, + "east": { "uv": [ 0, 0, 9, 16 ], "texture": "#pane" } + } + } + ] +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/pane_se.json b/desktopRuntime/resources/assets/minecraft/models/block/pane_se.json new file mode 100755 index 00000000..0e845f9b --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/pane_se.json @@ -0,0 +1,32 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#pane" + }, + "elements": [ + { "from": [ 7, 0, 7 ], + "to": [ 9, 16, 16 ], + "shade": false, + "faces": { + "down": { "uv": [ 7, 7, 9, 16 ], "texture": "#edge" }, + "up": { "uv": [ 7, 7, 9, 16 ], "texture": "#edge" }, + "north": { "uv": [ 7, 0, 9, 16 ], "texture": "#edge", "cullface": "north" }, + "south": { "uv": [ 7, 0, 9, 16 ], "texture": "#edge" }, + "west": { "uv": [ 9, 0, 0, 16 ], "texture": "#pane" }, + "east": { "uv": [ 0, 0, 9, 16 ], "texture": "#pane" } + } + }, + { "from": [ 9, 0, 7 ], + "to": [ 16, 16, 9 ], + "shade": false, + "faces": { + "down": { "uv": [ 7, 9, 9, 16 ], "rotation": 90, "texture": "#edge" }, + "up": { "uv": [ 7, 9, 9, 16 ], "rotation": 90, "texture": "#edge" }, + "north": { "uv": [ 16, 0, 9, 16 ], "texture": "#pane" }, + "south": { "uv": [ 9, 0, 16, 16 ], "texture": "#pane" }, + "west": { "uv": [ 7, 0, 9, 16 ], "texture": "#pane" }, + "east": { "uv": [ 7, 0, 9, 16 ], "texture": "#edge", "cullface": "east" } + } + } + ] +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/pane_sew.json b/desktopRuntime/resources/assets/minecraft/models/block/pane_sew.json new file mode 100755 index 00000000..b4ccb99b --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/pane_sew.json @@ -0,0 +1,32 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#pane" + }, + "elements": [ + { "from": [ 7, 0, 9 ], + "to": [ 9, 16, 16 ], + "shade": false, + "faces": { + "down": { "uv": [ 7, 9, 9, 16 ], "texture": "#edge" }, + "up": { "uv": [ 7, 9, 9, 16 ], "texture": "#edge" }, + "north": { "uv": [ 7, 0, 9, 16 ], "texture": "#edge" }, + "south": { "uv": [ 7, 0, 9, 16 ], "texture": "#edge", "cullface": "south" }, + "west": { "uv": [ 7, 0, 0, 16 ], "texture": "#pane" }, + "east": { "uv": [ 0, 0, 7, 16 ], "texture": "#pane" } + } + }, + { "from": [ 0, 0, 7 ], + "to": [ 16, 16, 9 ], + "shade": false, + "faces": { + "down": { "uv": [ 7, 0, 9, 16 ], "rotation": 90, "texture": "#edge" }, + "up": { "uv": [ 7, 0, 9, 16 ], "rotation": 90, "texture": "#edge" }, + "north": { "uv": [ 16, 0, 0, 16 ], "texture": "#pane" }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#pane" }, + "west": { "uv": [ 7, 0, 9, 16 ], "texture": "#edge", "cullface": "west" }, + "east": { "uv": [ 7, 0, 9, 16 ], "texture": "#edge", "cullface": "east" } + } + } + ] +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/pane_sw.json b/desktopRuntime/resources/assets/minecraft/models/block/pane_sw.json new file mode 100755 index 00000000..407bdfb9 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/pane_sw.json @@ -0,0 +1,32 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#pane" + }, + "elements": [ + { "from": [ 7, 0, 7 ], + "to": [ 9, 16, 16 ], + "shade": false, + "faces": { + "down": { "uv": [ 7, 7, 9, 16 ], "texture": "#edge" }, + "up": { "uv": [ 7, 7, 9, 16 ], "texture": "#edge" }, + "north": { "uv": [ 7, 0, 9, 16 ], "texture": "#edge", "cullface": "north" }, + "south": { "uv": [ 7, 0, 9, 16 ], "texture": "#edge" }, + "west": { "uv": [ 9, 0, 0, 16 ], "texture": "#pane" }, + "east": { "uv": [ 0, 0, 9, 16 ], "texture": "#pane" } + } + }, + { "from": [ 0, 0, 7 ], + "to": [ 7, 16, 9 ], + "shade": false, + "faces": { + "down": { "uv": [ 7, 0, 9, 7 ], "rotation": 90, "texture": "#edge" }, + "up": { "uv": [ 7, 0, 9, 7 ], "rotation": 90, "texture": "#edge" }, + "north": { "uv": [ 7, 0, 0, 16 ], "texture": "#pane" }, + "south": { "uv": [ 0, 0, 7, 16 ], "texture": "#pane" }, + "west": { "uv": [ 7, 0, 9, 16 ], "texture": "#edge", "cullface": "west" }, + "east": { "uv": [ 7, 0, 9, 16 ], "texture": "#pane" } + } + } + ] +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/pink_pane_n.json b/desktopRuntime/resources/assets/minecraft/models/block/pink_pane_n.json new file mode 100755 index 00000000..8dc86467 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/pink_pane_n.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_n", + "textures": { + "edge": "blocks/glass_pane_top_pink", + "pane": "blocks/glass_pink" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/pink_pane_ne.json b/desktopRuntime/resources/assets/minecraft/models/block/pink_pane_ne.json new file mode 100755 index 00000000..78a2e23c --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/pink_pane_ne.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_ne", + "textures": { + "edge": "blocks/glass_pane_top_pink", + "pane": "blocks/glass_pink" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/pink_pane_new.json b/desktopRuntime/resources/assets/minecraft/models/block/pink_pane_new.json new file mode 100755 index 00000000..5c1eb39c --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/pink_pane_new.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_new", + "textures": { + "edge": "blocks/glass_pane_top_pink", + "pane": "blocks/glass_pink" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/pink_pane_ns.json b/desktopRuntime/resources/assets/minecraft/models/block/pink_pane_ns.json new file mode 100755 index 00000000..6eafd492 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/pink_pane_ns.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_ns", + "textures": { + "edge": "blocks/glass_pane_top_pink", + "pane": "blocks/glass_pink" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/pink_pane_nse.json b/desktopRuntime/resources/assets/minecraft/models/block/pink_pane_nse.json new file mode 100755 index 00000000..b071997f --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/pink_pane_nse.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_nse", + "textures": { + "edge": "blocks/glass_pane_top_pink", + "pane": "blocks/glass_pink" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/pink_pane_nsew.json b/desktopRuntime/resources/assets/minecraft/models/block/pink_pane_nsew.json new file mode 100755 index 00000000..aaf5eb2c --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/pink_pane_nsew.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_nsew", + "textures": { + "edge": "blocks/glass_pane_top_pink", + "pane": "blocks/glass_pink" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/pink_pane_nsw.json b/desktopRuntime/resources/assets/minecraft/models/block/pink_pane_nsw.json new file mode 100755 index 00000000..f5adc2ac --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/pink_pane_nsw.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_nsw", + "textures": { + "edge": "blocks/glass_pane_top_pink", + "pane": "blocks/glass_pink" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/pink_pane_nw.json b/desktopRuntime/resources/assets/minecraft/models/block/pink_pane_nw.json new file mode 100755 index 00000000..69be92fb --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/pink_pane_nw.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_nw", + "textures": { + "edge": "blocks/glass_pane_top_pink", + "pane": "blocks/glass_pink" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/pink_pane_s.json b/desktopRuntime/resources/assets/minecraft/models/block/pink_pane_s.json new file mode 100755 index 00000000..01bbcf98 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/pink_pane_s.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_s", + "textures": { + "edge": "blocks/glass_pane_top_pink", + "pane": "blocks/glass_pink" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/pink_pane_se.json b/desktopRuntime/resources/assets/minecraft/models/block/pink_pane_se.json new file mode 100755 index 00000000..69ef96f5 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/pink_pane_se.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_se", + "textures": { + "edge": "blocks/glass_pane_top_pink", + "pane": "blocks/glass_pink" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/pink_pane_sew.json b/desktopRuntime/resources/assets/minecraft/models/block/pink_pane_sew.json new file mode 100755 index 00000000..314b79b8 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/pink_pane_sew.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_sew", + "textures": { + "edge": "blocks/glass_pane_top_pink", + "pane": "blocks/glass_pink" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/pink_pane_sw.json b/desktopRuntime/resources/assets/minecraft/models/block/pink_pane_sw.json new file mode 100755 index 00000000..59c8cfdc --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/pink_pane_sw.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_sw", + "textures": { + "edge": "blocks/glass_pane_top_pink", + "pane": "blocks/glass_pink" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/pink_tulip.json b/desktopRuntime/resources/assets/minecraft/models/block/pink_tulip.json new file mode 100755 index 00000000..bc3603da --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/pink_tulip.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cross", + "textures": { + "cross": "blocks/flower_tulip_pink" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/pink_wool.json b/desktopRuntime/resources/assets/minecraft/models/block/pink_wool.json new file mode 100755 index 00000000..d18feace --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/pink_wool.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/wool_colored_pink" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/piston.json b/desktopRuntime/resources/assets/minecraft/models/block/piston.json new file mode 100755 index 00000000..8ad72106 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/piston.json @@ -0,0 +1,18 @@ +{ + "textures": { + "particle": "#side" + }, + "elements": [ + { "from": [ 0, 0, 0 ], + "to": [ 16, 16, 16 ], + "faces": { + "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#side", "rotation": 180, "cullface": "down" }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#side", "cullface": "up" }, + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#platform", "cullface": "north" }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#bottom", "cullface": "south" }, + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#side", "rotation": 270, "cullface": "west" }, + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#side", "rotation": 90, "cullface": "east" } + } + } + ] +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/piston_extended.json b/desktopRuntime/resources/assets/minecraft/models/block/piston_extended.json new file mode 100755 index 00000000..0ffb4c76 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/piston_extended.json @@ -0,0 +1,18 @@ +{ + "textures": { + "particle": "#side" + }, + "elements": [ + { "from": [ 0, 0, 4 ], + "to": [ 16, 16, 16 ], + "faces": { + "down": { "uv": [ 0, 4, 16, 16 ], "texture": "#side", "cullface": "down", "rotation": 180 }, + "up": { "uv": [ 0, 4, 16, 16 ], "texture": "#side", "cullface": "up" }, + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#inside" }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#bottom", "cullface": "south" }, + "west": { "uv": [ 0, 4, 16, 16 ], "texture": "#side", "cullface": "west", "rotation": 270 }, + "east": { "uv": [ 0, 4, 16, 16 ], "texture": "#side", "cullface": "east", "rotation": 90 } + } + } + ] +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/piston_extended_normal.json b/desktopRuntime/resources/assets/minecraft/models/block/piston_extended_normal.json new file mode 100755 index 00000000..dde0d8d7 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/piston_extended_normal.json @@ -0,0 +1,8 @@ +{ + "parent": "block/piston_extended", + "textures": { + "bottom": "blocks/piston_bottom", + "side": "blocks/piston_side", + "inside": "blocks/piston_inner" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/piston_head.json b/desktopRuntime/resources/assets/minecraft/models/block/piston_head.json new file mode 100755 index 00000000..22ba8cf3 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/piston_head.json @@ -0,0 +1,36 @@ +{ + "textures": { + "particle": "#platform" + }, + "elements": [ + { "from": [ 0, 0, 0 ], + "to": [ 16, 16, 4 ], + "faces": { + "down": { "uv": [ 0, 0, 16, 4 ], "texture": "#side", "cullface": "down", "rotation": 180 }, + "up": { "uv": [ 0, 0, 16, 4 ], "texture": "#side", "cullface": "up" }, + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#platform", "cullface": "north" }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#unsticky" }, + "west": { "uv": [ 0, 0, 16, 4 ], "texture": "#side", "rotation": 270, "cullface": "west" }, + "east": { "uv": [ 0, 0, 16, 4 ], "texture": "#side", "rotation": 90, "cullface": "east" } + } + }, + { "from": [ 6, 6, 4 ], + "to": [ 10, 10, 16 ], + "faces": { + "down": { "uv": [ 4, 0, 16, 4 ], "texture": "#side", "rotation": 90 }, + "up": { "uv": [ 4, 0, 16, 4 ], "texture": "#side", "rotation": 270 }, + "west": { "uv": [ 16, 4, 4, 0 ], "texture": "#side" }, + "east": { "uv": [ 4, 0, 16, 4 ], "texture": "#side" } + } + }, + { "from": [ 6, 6, 16 ], + "to": [ 10, 10, 20 ], + "faces": { + "down": { "uv": [ 0, 0, 4, 4 ], "texture": "#side", "rotation": 90 }, + "up": { "uv": [ 0, 0, 4, 4 ], "texture": "#side", "rotation": 270 }, + "west": { "uv": [ 4, 4, 0, 0 ], "texture": "#side" }, + "east": { "uv": [ 0, 0, 4, 4 ], "texture": "#side" } + } + } + ] +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/piston_head_normal.json b/desktopRuntime/resources/assets/minecraft/models/block/piston_head_normal.json new file mode 100755 index 00000000..711080ab --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/piston_head_normal.json @@ -0,0 +1,8 @@ +{ + "parent": "block/piston_head", + "textures": { + "unsticky": "blocks/piston_top_normal", + "side": "blocks/piston_side", + "platform": "blocks/piston_top_normal" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/piston_head_short.json b/desktopRuntime/resources/assets/minecraft/models/block/piston_head_short.json new file mode 100755 index 00000000..d99beb70 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/piston_head_short.json @@ -0,0 +1,27 @@ +{ + "textures": { + "particle": "#platform" + }, + "elements": [ + { "from": [ 0, 0, 0 ], + "to": [ 16, 16, 4 ], + "faces": { + "down": { "uv": [ 0, 0, 16, 4 ], "texture": "#side", "cullface": "down", "rotation": 180 }, + "up": { "uv": [ 0, 0, 16, 4 ], "texture": "#side", "cullface": "up" }, + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#platform", "cullface": "north" }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#unsticky" }, + "west": { "uv": [ 0, 0, 16, 4 ], "texture": "#side", "rotation": 270, "cullface": "west" }, + "east": { "uv": [ 0, 0, 16, 4 ], "texture": "#side", "rotation": 90, "cullface": "east" } + } + }, + { "from": [ 6, 6, 4 ], + "to": [ 10, 10, 16 ], + "faces": { + "down": { "uv": [ 4, 0, 16, 4 ], "texture": "#side", "rotation": 90 }, + "up": { "uv": [ 4, 0, 16, 4 ], "texture": "#side", "rotation": 270 }, + "west": { "uv": [ 16, 4, 4, 0 ], "texture": "#side" }, + "east": { "uv": [ 4, 0, 16, 4 ], "texture": "#side" } + } + } + ] +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/piston_head_short_normal.json b/desktopRuntime/resources/assets/minecraft/models/block/piston_head_short_normal.json new file mode 100755 index 00000000..c45f47c9 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/piston_head_short_normal.json @@ -0,0 +1,8 @@ +{ + "parent": "block/piston_head_short", + "textures": { + "unsticky": "blocks/piston_top_normal", + "side": "blocks/piston_side", + "platform": "blocks/piston_top_normal" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/piston_head_short_sticky.json b/desktopRuntime/resources/assets/minecraft/models/block/piston_head_short_sticky.json new file mode 100755 index 00000000..ad6b475b --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/piston_head_short_sticky.json @@ -0,0 +1,8 @@ +{ + "parent": "block/piston_head_short", + "textures": { + "unsticky": "blocks/piston_top_normal", + "side": "blocks/piston_side", + "platform": "blocks/piston_top_sticky" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/piston_head_sticky.json b/desktopRuntime/resources/assets/minecraft/models/block/piston_head_sticky.json new file mode 100755 index 00000000..bb6cfa81 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/piston_head_sticky.json @@ -0,0 +1,8 @@ +{ + "parent": "block/piston_head", + "textures": { + "unsticky": "blocks/piston_top_normal", + "side": "blocks/piston_side", + "platform": "blocks/piston_top_sticky" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/piston_inventory_normal.json b/desktopRuntime/resources/assets/minecraft/models/block/piston_inventory_normal.json new file mode 100755 index 00000000..b66ecccd --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/piston_inventory_normal.json @@ -0,0 +1,8 @@ +{ + "parent": "block/cube_bottom_top", + "textures": { + "bottom": "blocks/piston_bottom", + "side": "blocks/piston_side", + "top": "blocks/piston_top_normal" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/piston_inventory_sticky.json b/desktopRuntime/resources/assets/minecraft/models/block/piston_inventory_sticky.json new file mode 100755 index 00000000..c50917d0 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/piston_inventory_sticky.json @@ -0,0 +1,8 @@ +{ + "parent": "block/cube_bottom_top", + "textures": { + "bottom": "blocks/piston_bottom", + "side": "blocks/piston_side", + "top": "blocks/piston_top_sticky" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/piston_normal.json b/desktopRuntime/resources/assets/minecraft/models/block/piston_normal.json new file mode 100755 index 00000000..0d1c95f2 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/piston_normal.json @@ -0,0 +1,8 @@ +{ + "parent": "block/piston", + "textures": { + "bottom": "blocks/piston_bottom", + "side": "blocks/piston_side", + "platform": "blocks/piston_top_normal" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/podzol.json b/desktopRuntime/resources/assets/minecraft/models/block/podzol.json new file mode 100755 index 00000000..e2bd7637 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/podzol.json @@ -0,0 +1,8 @@ +{ + "parent": "block/cube_bottom_top", + "textures": { + "bottom": "blocks/dirt", + "top": "blocks/dirt_podzol_top", + "side": "blocks/dirt_podzol_side" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/poppy.json b/desktopRuntime/resources/assets/minecraft/models/block/poppy.json new file mode 100755 index 00000000..c6e1f82a --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/poppy.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cross", + "textures": { + "cross": "blocks/flower_rose" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/portal_ew.json b/desktopRuntime/resources/assets/minecraft/models/block/portal_ew.json new file mode 100755 index 00000000..3bb35c34 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/portal_ew.json @@ -0,0 +1,15 @@ +{ + "textures": { + "particle": "blocks/portal", + "portal": "blocks/portal" + }, + "elements": [ + { "from": [ 6, 0, 0 ], + "to": [ 10, 16, 16 ], + "faces": { + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#portal" }, + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#portal" } + } + } + ] +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/portal_ns.json b/desktopRuntime/resources/assets/minecraft/models/block/portal_ns.json new file mode 100755 index 00000000..0ca97db0 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/portal_ns.json @@ -0,0 +1,15 @@ +{ + "textures": { + "particle": "blocks/portal", + "portal": "blocks/portal" + }, + "elements": [ + { "from": [ 0, 0, 6 ], + "to": [ 16, 16, 10 ], + "faces": { + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#portal" }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#portal" } + } + } + ] +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/potatoes_stage0.json b/desktopRuntime/resources/assets/minecraft/models/block/potatoes_stage0.json new file mode 100755 index 00000000..a2bef92a --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/potatoes_stage0.json @@ -0,0 +1,6 @@ +{ + "parent": "block/crop", + "textures": { + "crop": "blocks/potatoes_stage_0" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/potatoes_stage1.json b/desktopRuntime/resources/assets/minecraft/models/block/potatoes_stage1.json new file mode 100755 index 00000000..a273e78b --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/potatoes_stage1.json @@ -0,0 +1,6 @@ +{ + "parent": "block/crop", + "textures": { + "crop": "blocks/potatoes_stage_1" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/potatoes_stage2.json b/desktopRuntime/resources/assets/minecraft/models/block/potatoes_stage2.json new file mode 100755 index 00000000..76e021b1 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/potatoes_stage2.json @@ -0,0 +1,6 @@ +{ + "parent": "block/crop", + "textures": { + "crop": "blocks/potatoes_stage_2" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/potatoes_stage3.json b/desktopRuntime/resources/assets/minecraft/models/block/potatoes_stage3.json new file mode 100755 index 00000000..99c4412d --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/potatoes_stage3.json @@ -0,0 +1,6 @@ +{ + "parent": "block/crop", + "textures": { + "crop": "blocks/potatoes_stage_3" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/pressure_plate_down.json b/desktopRuntime/resources/assets/minecraft/models/block/pressure_plate_down.json new file mode 100755 index 00000000..5f57473f --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/pressure_plate_down.json @@ -0,0 +1,18 @@ +{ + "textures": { + "particle": "#texture" + }, + "elements": [ + { "from": [ 1, 0, 1 ], + "to": [ 15, 0.5, 15 ], + "faces": { + "down": { "uv": [ 1, 1, 15, 15 ], "texture": "#texture", "cullface": "down" }, + "up": { "uv": [ 1, 1, 15, 15 ], "texture": "#texture" }, + "north": { "uv": [ 1, 15.5, 15, 16 ], "texture": "#texture" }, + "south": { "uv": [ 1, 15.5, 15, 16 ], "texture": "#texture" }, + "west": { "uv": [ 1, 15.5, 15, 16 ], "texture": "#texture" }, + "east": { "uv": [ 1, 15.5, 15, 16 ], "texture": "#texture" } + } + } + ] +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/pressure_plate_inventory.json b/desktopRuntime/resources/assets/minecraft/models/block/pressure_plate_inventory.json new file mode 100755 index 00000000..3495234b --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/pressure_plate_inventory.json @@ -0,0 +1,18 @@ +{ + "textures": { + "particle": "#texture" + }, + "elements": [ + { "from": [ 1, 6, 1 ], + "to": [ 15, 10, 15 ], + "faces": { + "down": { "uv": [ 1, 1, 15, 15 ], "texture": "#texture" }, + "up": { "uv": [ 1, 1, 15, 15 ], "texture": "#texture" }, + "north": { "uv": [ 1, 6, 15, 10 ], "texture": "#texture" }, + "south": { "uv": [ 1, 6, 15, 10 ], "texture": "#texture" }, + "west": { "uv": [ 1, 6, 15, 10 ], "texture": "#texture" }, + "east": { "uv": [ 1, 6, 15, 10 ], "texture": "#texture" } + } + } + ] +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/pressure_plate_up.json b/desktopRuntime/resources/assets/minecraft/models/block/pressure_plate_up.json new file mode 100755 index 00000000..7f98931b --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/pressure_plate_up.json @@ -0,0 +1,18 @@ +{ + "textures": { + "particle": "#texture" + }, + "elements": [ + { "from": [ 1, 0, 1 ], + "to": [ 15, 1, 15 ], + "faces": { + "down": { "uv": [ 1, 1, 15, 15 ], "texture": "#texture", "cullface": "down" }, + "up": { "uv": [ 1, 1, 15, 15 ], "texture": "#texture" }, + "north": { "uv": [ 1, 15, 15, 16 ], "texture": "#texture" }, + "south": { "uv": [ 1, 15, 15, 16 ], "texture": "#texture" }, + "west": { "uv": [ 1, 15, 15, 16 ], "texture": "#texture" }, + "east": { "uv": [ 1, 15, 15, 16 ], "texture": "#texture" } + } + } + ] +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/prismarine_bricks.json b/desktopRuntime/resources/assets/minecraft/models/block/prismarine_bricks.json new file mode 100755 index 00000000..15105150 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/prismarine_bricks.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/prismarine_bricks" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/prismarine_dark.json b/desktopRuntime/resources/assets/minecraft/models/block/prismarine_dark.json new file mode 100755 index 00000000..72eee27c --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/prismarine_dark.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/prismarine_dark" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/prismarine_rough.json b/desktopRuntime/resources/assets/minecraft/models/block/prismarine_rough.json new file mode 100755 index 00000000..69c03acf --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/prismarine_rough.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/prismarine_rough" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/pumpkin.json b/desktopRuntime/resources/assets/minecraft/models/block/pumpkin.json new file mode 100755 index 00000000..ec31b98c --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/pumpkin.json @@ -0,0 +1,8 @@ +{ + "parent": "block/orientable", + "textures": { + "top": "blocks/pumpkin_top", + "front": "blocks/pumpkin_face_off", + "side": "blocks/pumpkin_side" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/pumpkin_stem_fruit.json b/desktopRuntime/resources/assets/minecraft/models/block/pumpkin_stem_fruit.json new file mode 100755 index 00000000..5921a37a --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/pumpkin_stem_fruit.json @@ -0,0 +1,7 @@ +{ + "parent": "block/stem_fruit", + "textures": { + "stem": "blocks/pumpkin_stem_disconnected", + "upperstem": "blocks/pumpkin_stem_connected" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/pumpkin_stem_growth0.json b/desktopRuntime/resources/assets/minecraft/models/block/pumpkin_stem_growth0.json new file mode 100755 index 00000000..04529b7a --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/pumpkin_stem_growth0.json @@ -0,0 +1,6 @@ +{ + "parent": "block/stem_growth0", + "textures": { + "stem": "blocks/pumpkin_stem_disconnected" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/pumpkin_stem_growth1.json b/desktopRuntime/resources/assets/minecraft/models/block/pumpkin_stem_growth1.json new file mode 100755 index 00000000..3f32d116 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/pumpkin_stem_growth1.json @@ -0,0 +1,6 @@ +{ + "parent": "block/stem_growth1", + "textures": { + "stem": "blocks/pumpkin_stem_disconnected" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/pumpkin_stem_growth2.json b/desktopRuntime/resources/assets/minecraft/models/block/pumpkin_stem_growth2.json new file mode 100755 index 00000000..607c5232 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/pumpkin_stem_growth2.json @@ -0,0 +1,6 @@ +{ + "parent": "block/stem_growth2", + "textures": { + "stem": "blocks/pumpkin_stem_disconnected" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/pumpkin_stem_growth3.json b/desktopRuntime/resources/assets/minecraft/models/block/pumpkin_stem_growth3.json new file mode 100755 index 00000000..c3ea4f0b --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/pumpkin_stem_growth3.json @@ -0,0 +1,6 @@ +{ + "parent": "block/stem_growth3", + "textures": { + "stem": "blocks/pumpkin_stem_disconnected" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/pumpkin_stem_growth4.json b/desktopRuntime/resources/assets/minecraft/models/block/pumpkin_stem_growth4.json new file mode 100755 index 00000000..53be4a65 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/pumpkin_stem_growth4.json @@ -0,0 +1,6 @@ +{ + "parent": "block/stem_growth4", + "textures": { + "stem": "blocks/pumpkin_stem_disconnected" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/pumpkin_stem_growth5.json b/desktopRuntime/resources/assets/minecraft/models/block/pumpkin_stem_growth5.json new file mode 100755 index 00000000..d1f0f95e --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/pumpkin_stem_growth5.json @@ -0,0 +1,6 @@ +{ + "parent": "block/stem_growth5", + "textures": { + "stem": "blocks/pumpkin_stem_disconnected" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/pumpkin_stem_growth6.json b/desktopRuntime/resources/assets/minecraft/models/block/pumpkin_stem_growth6.json new file mode 100755 index 00000000..bc003cb9 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/pumpkin_stem_growth6.json @@ -0,0 +1,6 @@ +{ + "parent": "block/stem_growth6", + "textures": { + "stem": "blocks/pumpkin_stem_disconnected" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/pumpkin_stem_growth7.json b/desktopRuntime/resources/assets/minecraft/models/block/pumpkin_stem_growth7.json new file mode 100755 index 00000000..5dba23fd --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/pumpkin_stem_growth7.json @@ -0,0 +1,6 @@ +{ + "parent": "block/stem_growth7", + "textures": { + "stem": "blocks/pumpkin_stem_disconnected" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/purple_pane_n.json b/desktopRuntime/resources/assets/minecraft/models/block/purple_pane_n.json new file mode 100755 index 00000000..1e03a245 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/purple_pane_n.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_n", + "textures": { + "edge": "blocks/glass_pane_top_purple", + "pane": "blocks/glass_purple" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/purple_pane_ne.json b/desktopRuntime/resources/assets/minecraft/models/block/purple_pane_ne.json new file mode 100755 index 00000000..f840c40d --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/purple_pane_ne.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_ne", + "textures": { + "edge": "blocks/glass_pane_top_purple", + "pane": "blocks/glass_purple" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/purple_pane_new.json b/desktopRuntime/resources/assets/minecraft/models/block/purple_pane_new.json new file mode 100755 index 00000000..74b4f878 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/purple_pane_new.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_new", + "textures": { + "edge": "blocks/glass_pane_top_purple", + "pane": "blocks/glass_purple" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/purple_pane_ns.json b/desktopRuntime/resources/assets/minecraft/models/block/purple_pane_ns.json new file mode 100755 index 00000000..1afdba90 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/purple_pane_ns.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_ns", + "textures": { + "edge": "blocks/glass_pane_top_purple", + "pane": "blocks/glass_purple" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/purple_pane_nse.json b/desktopRuntime/resources/assets/minecraft/models/block/purple_pane_nse.json new file mode 100755 index 00000000..52a2db94 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/purple_pane_nse.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_nse", + "textures": { + "edge": "blocks/glass_pane_top_purple", + "pane": "blocks/glass_purple" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/purple_pane_nsew.json b/desktopRuntime/resources/assets/minecraft/models/block/purple_pane_nsew.json new file mode 100755 index 00000000..78de7152 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/purple_pane_nsew.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_nsew", + "textures": { + "edge": "blocks/glass_pane_top_purple", + "pane": "blocks/glass_purple" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/purple_pane_nsw.json b/desktopRuntime/resources/assets/minecraft/models/block/purple_pane_nsw.json new file mode 100755 index 00000000..2b2f60f8 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/purple_pane_nsw.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_nsw", + "textures": { + "edge": "blocks/glass_pane_top_purple", + "pane": "blocks/glass_purple" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/purple_pane_nw.json b/desktopRuntime/resources/assets/minecraft/models/block/purple_pane_nw.json new file mode 100755 index 00000000..f1904409 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/purple_pane_nw.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_nw", + "textures": { + "edge": "blocks/glass_pane_top_purple", + "pane": "blocks/glass_purple" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/purple_pane_s.json b/desktopRuntime/resources/assets/minecraft/models/block/purple_pane_s.json new file mode 100755 index 00000000..f0ef538b --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/purple_pane_s.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_s", + "textures": { + "edge": "blocks/glass_pane_top_purple", + "pane": "blocks/glass_purple" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/purple_pane_se.json b/desktopRuntime/resources/assets/minecraft/models/block/purple_pane_se.json new file mode 100755 index 00000000..78b7302e --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/purple_pane_se.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_se", + "textures": { + "edge": "blocks/glass_pane_top_purple", + "pane": "blocks/glass_purple" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/purple_pane_sew.json b/desktopRuntime/resources/assets/minecraft/models/block/purple_pane_sew.json new file mode 100755 index 00000000..f412c96a --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/purple_pane_sew.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_sew", + "textures": { + "edge": "blocks/glass_pane_top_purple", + "pane": "blocks/glass_purple" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/purple_pane_sw.json b/desktopRuntime/resources/assets/minecraft/models/block/purple_pane_sw.json new file mode 100755 index 00000000..39664604 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/purple_pane_sw.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_sw", + "textures": { + "edge": "blocks/glass_pane_top_purple", + "pane": "blocks/glass_purple" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/purple_wool.json b/desktopRuntime/resources/assets/minecraft/models/block/purple_wool.json new file mode 100755 index 00000000..15d13a36 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/purple_wool.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/wool_colored_purple" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/quartz_chiseled.json b/desktopRuntime/resources/assets/minecraft/models/block/quartz_chiseled.json new file mode 100755 index 00000000..2c96372a --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/quartz_chiseled.json @@ -0,0 +1,7 @@ +{ + "parent": "block/cube_column", + "textures": { + "side": "blocks/quartz_block_chiseled", + "end": "blocks/quartz_block_chiseled_top" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/quartz_inner_stairs.json b/desktopRuntime/resources/assets/minecraft/models/block/quartz_inner_stairs.json new file mode 100755 index 00000000..acf2cde3 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/quartz_inner_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/inner_stairs", + "textures": { + "bottom": "blocks/quartz_block_bottom", + "top": "blocks/quartz_block_top", + "side": "blocks/quartz_block_side" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/quartz_lines.json b/desktopRuntime/resources/assets/minecraft/models/block/quartz_lines.json new file mode 100755 index 00000000..db1e2f71 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/quartz_lines.json @@ -0,0 +1,7 @@ +{ + "parent": "block/cube_column", + "textures": { + "end": "blocks/quartz_block_lines_top", + "side": "blocks/quartz_block_lines" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/quartz_normal.json b/desktopRuntime/resources/assets/minecraft/models/block/quartz_normal.json new file mode 100755 index 00000000..f3d0f211 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/quartz_normal.json @@ -0,0 +1,8 @@ +{ + "parent": "block/cube_bottom_top", + "textures": { + "bottom": "blocks/quartz_block_bottom", + "top": "blocks/quartz_block_top", + "side": "blocks/quartz_block_side" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/quartz_ore.json b/desktopRuntime/resources/assets/minecraft/models/block/quartz_ore.json new file mode 100755 index 00000000..126a89f0 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/quartz_ore.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/quartz_ore" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/quartz_outer_stairs.json b/desktopRuntime/resources/assets/minecraft/models/block/quartz_outer_stairs.json new file mode 100755 index 00000000..53f0f42b --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/quartz_outer_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/outer_stairs", + "textures": { + "bottom": "blocks/quartz_block_bottom", + "top": "blocks/quartz_block_top", + "side": "blocks/quartz_block_side" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/quartz_stairs.json b/desktopRuntime/resources/assets/minecraft/models/block/quartz_stairs.json new file mode 100755 index 00000000..8bce351d --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/quartz_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/stairs", + "textures": { + "bottom": "blocks/quartz_block_bottom", + "top": "blocks/quartz_block_top", + "side": "blocks/quartz_block_side" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/quartz_top.json b/desktopRuntime/resources/assets/minecraft/models/block/quartz_top.json new file mode 100755 index 00000000..b5be37ff --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/quartz_top.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/quartz_block_top" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/rail_curved.json b/desktopRuntime/resources/assets/minecraft/models/block/rail_curved.json new file mode 100755 index 00000000..92fc188b --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/rail_curved.json @@ -0,0 +1,15 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#rail" + }, + "elements": [ + { "from": [ 0, 1, 0 ], + "to": [ 16, 1, 16 ], + "faces": { + "down": { "uv": [ 0, 16, 16, 0 ], "texture": "#rail" }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#rail" } + } + } + ] +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/rail_flat.json b/desktopRuntime/resources/assets/minecraft/models/block/rail_flat.json new file mode 100755 index 00000000..92fc188b --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/rail_flat.json @@ -0,0 +1,15 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#rail" + }, + "elements": [ + { "from": [ 0, 1, 0 ], + "to": [ 16, 1, 16 ], + "faces": { + "down": { "uv": [ 0, 16, 16, 0 ], "texture": "#rail" }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#rail" } + } + } + ] +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/rail_raised_ne.json b/desktopRuntime/resources/assets/minecraft/models/block/rail_raised_ne.json new file mode 100755 index 00000000..ae72a9d0 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/rail_raised_ne.json @@ -0,0 +1,21 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#rail" + }, + "elements": [ + { "from": [ 0, 9, 0 ], + "to": [ 16, 9, 16 ], + "rotation": { + "origin": [ 8, 9, 8 ], + "axis": "x", + "angle": 45, + "rescale": true + }, + "faces": { + "down": { "uv": [ 0, 16, 16, 0 ], "texture": "#rail" }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#rail" } + } + } + ] +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/rail_raised_sw.json b/desktopRuntime/resources/assets/minecraft/models/block/rail_raised_sw.json new file mode 100755 index 00000000..92f73b7b --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/rail_raised_sw.json @@ -0,0 +1,21 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#rail" + }, + "elements": [ + { "from": [ 0, 9, 0 ], + "to": [ 16, 9, 16 ], + "rotation": { + "origin": [ 8, 9, 8 ], + "axis": "x", + "angle": -45, + "rescale": true + }, + "faces": { + "down": { "uv": [ 0, 16, 16, 0 ], "texture": "#rail" }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#rail" } + } + } + ] +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/red_mushroom.json b/desktopRuntime/resources/assets/minecraft/models/block/red_mushroom.json new file mode 100755 index 00000000..73cf43aa --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/red_mushroom.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cross", + "textures": { + "cross": "blocks/mushroom_red" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/red_mushroom_block_c.json b/desktopRuntime/resources/assets/minecraft/models/block/red_mushroom_block_c.json new file mode 100755 index 00000000..3c3ab20a --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/red_mushroom_block_c.json @@ -0,0 +1,12 @@ +{ + "parent": "block/cube", + "textures": { + "particle": "blocks/mushroom_block_inside", + "down": "blocks/mushroom_block_inside", + "up": "blocks/mushroom_block_skin_red", + "north": "blocks/mushroom_block_inside", + "east": "blocks/mushroom_block_inside", + "south": "blocks/mushroom_block_inside", + "west": "blocks/mushroom_block_inside" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/red_mushroom_block_cap_all.json b/desktopRuntime/resources/assets/minecraft/models/block/red_mushroom_block_cap_all.json new file mode 100755 index 00000000..6734c28b --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/red_mushroom_block_cap_all.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/mushroom_block_skin_red" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/red_mushroom_block_e.json b/desktopRuntime/resources/assets/minecraft/models/block/red_mushroom_block_e.json new file mode 100755 index 00000000..16c3af0b --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/red_mushroom_block_e.json @@ -0,0 +1,12 @@ +{ + "parent": "block/cube", + "textures": { + "particle": "blocks/mushroom_block_inside", + "down": "blocks/mushroom_block_inside", + "up": "blocks/mushroom_block_skin_red", + "north": "blocks/mushroom_block_inside", + "east": "blocks/mushroom_block_skin_red", + "south": "blocks/mushroom_block_inside", + "west": "blocks/mushroom_block_inside" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/red_mushroom_block_inside_all.json b/desktopRuntime/resources/assets/minecraft/models/block/red_mushroom_block_inside_all.json new file mode 100755 index 00000000..e7e960e5 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/red_mushroom_block_inside_all.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/mushroom_block_inside" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/red_mushroom_block_n.json b/desktopRuntime/resources/assets/minecraft/models/block/red_mushroom_block_n.json new file mode 100755 index 00000000..33fd3e07 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/red_mushroom_block_n.json @@ -0,0 +1,12 @@ +{ + "parent": "block/cube", + "textures": { + "particle": "blocks/mushroom_block_inside", + "down": "blocks/mushroom_block_inside", + "up": "blocks/mushroom_block_skin_red", + "north": "blocks/mushroom_block_skin_red", + "east": "blocks/mushroom_block_inside", + "south": "blocks/mushroom_block_inside", + "west": "blocks/mushroom_block_inside" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/red_mushroom_block_ne.json b/desktopRuntime/resources/assets/minecraft/models/block/red_mushroom_block_ne.json new file mode 100755 index 00000000..ac2e11c7 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/red_mushroom_block_ne.json @@ -0,0 +1,12 @@ +{ + "parent": "block/cube", + "textures": { + "particle": "blocks/mushroom_block_inside", + "down": "blocks/mushroom_block_inside", + "up": "blocks/mushroom_block_skin_red", + "north": "blocks/mushroom_block_skin_red", + "east": "blocks/mushroom_block_skin_red", + "south": "blocks/mushroom_block_inside", + "west": "blocks/mushroom_block_inside" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/red_mushroom_block_nw.json b/desktopRuntime/resources/assets/minecraft/models/block/red_mushroom_block_nw.json new file mode 100755 index 00000000..8030a9f4 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/red_mushroom_block_nw.json @@ -0,0 +1,12 @@ +{ + "parent": "block/cube", + "textures": { + "particle": "blocks/mushroom_block_inside", + "down": "blocks/mushroom_block_inside", + "up": "blocks/mushroom_block_skin_red", + "north": "blocks/mushroom_block_skin_red", + "east": "blocks/mushroom_block_inside", + "south": "blocks/mushroom_block_inside", + "west": "blocks/mushroom_block_skin_red" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/red_mushroom_block_s.json b/desktopRuntime/resources/assets/minecraft/models/block/red_mushroom_block_s.json new file mode 100755 index 00000000..c689b8af --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/red_mushroom_block_s.json @@ -0,0 +1,12 @@ +{ + "parent": "block/cube", + "textures": { + "particle": "blocks/mushroom_block_inside", + "down": "blocks/mushroom_block_inside", + "up": "blocks/mushroom_block_skin_red", + "north": "blocks/mushroom_block_inside", + "east": "blocks/mushroom_block_inside", + "south": "blocks/mushroom_block_skin_red", + "west": "blocks/mushroom_block_inside" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/red_mushroom_block_se.json b/desktopRuntime/resources/assets/minecraft/models/block/red_mushroom_block_se.json new file mode 100755 index 00000000..d03d430b --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/red_mushroom_block_se.json @@ -0,0 +1,12 @@ +{ + "parent": "block/cube", + "textures": { + "particle": "blocks/mushroom_block_inside", + "down": "blocks/mushroom_block_inside", + "up": "blocks/mushroom_block_skin_red", + "north": "blocks/mushroom_block_inside", + "east": "blocks/mushroom_block_skin_red", + "south": "blocks/mushroom_block_skin_red", + "west": "blocks/mushroom_block_inside" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/red_mushroom_block_stem.json b/desktopRuntime/resources/assets/minecraft/models/block/red_mushroom_block_stem.json new file mode 100755 index 00000000..0151cf75 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/red_mushroom_block_stem.json @@ -0,0 +1,7 @@ +{ + "parent": "block/cube_column", + "textures": { + "side": "blocks/mushroom_block_skin_stem", + "end": "blocks/mushroom_block_inside" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/red_mushroom_block_stem_all.json b/desktopRuntime/resources/assets/minecraft/models/block/red_mushroom_block_stem_all.json new file mode 100755 index 00000000..f312a784 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/red_mushroom_block_stem_all.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/mushroom_block_skin_stem" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/red_mushroom_block_sw.json b/desktopRuntime/resources/assets/minecraft/models/block/red_mushroom_block_sw.json new file mode 100755 index 00000000..9c16bd80 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/red_mushroom_block_sw.json @@ -0,0 +1,12 @@ +{ + "parent": "block/cube", + "textures": { + "particle": "blocks/mushroom_block_inside", + "down": "blocks/mushroom_block_inside", + "up": "blocks/mushroom_block_skin_red", + "north": "blocks/mushroom_block_inside", + "east": "blocks/mushroom_block_inside", + "south": "blocks/mushroom_block_skin_red", + "west": "blocks/mushroom_block_skin_red" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/red_mushroom_block_w.json b/desktopRuntime/resources/assets/minecraft/models/block/red_mushroom_block_w.json new file mode 100755 index 00000000..037fdf65 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/red_mushroom_block_w.json @@ -0,0 +1,12 @@ +{ + "parent": "block/cube", + "textures": { + "particle": "blocks/mushroom_block_inside", + "down": "blocks/mushroom_block_inside", + "up": "blocks/mushroom_block_skin_red", + "north": "blocks/mushroom_block_inside", + "east": "blocks/mushroom_block_inside", + "south": "blocks/mushroom_block_inside", + "west": "blocks/mushroom_block_skin_red" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/red_pane_n.json b/desktopRuntime/resources/assets/minecraft/models/block/red_pane_n.json new file mode 100755 index 00000000..d313bd02 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/red_pane_n.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_n", + "textures": { + "edge": "blocks/glass_pane_top_red", + "pane": "blocks/glass_red" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/red_pane_ne.json b/desktopRuntime/resources/assets/minecraft/models/block/red_pane_ne.json new file mode 100755 index 00000000..fafecbe6 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/red_pane_ne.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_ne", + "textures": { + "edge": "blocks/glass_pane_top_red", + "pane": "blocks/glass_red" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/red_pane_new.json b/desktopRuntime/resources/assets/minecraft/models/block/red_pane_new.json new file mode 100755 index 00000000..1b7bec00 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/red_pane_new.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_new", + "textures": { + "edge": "blocks/glass_pane_top_red", + "pane": "blocks/glass_red" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/red_pane_ns.json b/desktopRuntime/resources/assets/minecraft/models/block/red_pane_ns.json new file mode 100755 index 00000000..dbdd4832 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/red_pane_ns.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_ns", + "textures": { + "edge": "blocks/glass_pane_top_red", + "pane": "blocks/glass_red" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/red_pane_nse.json b/desktopRuntime/resources/assets/minecraft/models/block/red_pane_nse.json new file mode 100755 index 00000000..51d5fd23 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/red_pane_nse.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_nse", + "textures": { + "edge": "blocks/glass_pane_top_red", + "pane": "blocks/glass_red" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/red_pane_nsew.json b/desktopRuntime/resources/assets/minecraft/models/block/red_pane_nsew.json new file mode 100755 index 00000000..87348f3b --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/red_pane_nsew.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_nsew", + "textures": { + "edge": "blocks/glass_pane_top_red", + "pane": "blocks/glass_red" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/red_pane_nsw.json b/desktopRuntime/resources/assets/minecraft/models/block/red_pane_nsw.json new file mode 100755 index 00000000..c874810b --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/red_pane_nsw.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_nsw", + "textures": { + "edge": "blocks/glass_pane_top_red", + "pane": "blocks/glass_red" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/red_pane_nw.json b/desktopRuntime/resources/assets/minecraft/models/block/red_pane_nw.json new file mode 100755 index 00000000..79e34385 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/red_pane_nw.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_nw", + "textures": { + "edge": "blocks/glass_pane_top_red", + "pane": "blocks/glass_red" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/red_pane_s.json b/desktopRuntime/resources/assets/minecraft/models/block/red_pane_s.json new file mode 100755 index 00000000..0123b8a7 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/red_pane_s.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_s", + "textures": { + "edge": "blocks/glass_pane_top_red", + "pane": "blocks/glass_red" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/red_pane_se.json b/desktopRuntime/resources/assets/minecraft/models/block/red_pane_se.json new file mode 100755 index 00000000..903e980f --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/red_pane_se.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_se", + "textures": { + "edge": "blocks/glass_pane_top_red", + "pane": "blocks/glass_red" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/red_pane_sew.json b/desktopRuntime/resources/assets/minecraft/models/block/red_pane_sew.json new file mode 100755 index 00000000..3fcca9ef --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/red_pane_sew.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_sew", + "textures": { + "edge": "blocks/glass_pane_top_red", + "pane": "blocks/glass_red" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/red_pane_sw.json b/desktopRuntime/resources/assets/minecraft/models/block/red_pane_sw.json new file mode 100755 index 00000000..a6953c2f --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/red_pane_sw.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_sw", + "textures": { + "edge": "blocks/glass_pane_top_red", + "pane": "blocks/glass_red" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/red_sand.json b/desktopRuntime/resources/assets/minecraft/models/block/red_sand.json new file mode 100755 index 00000000..562949d0 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/red_sand.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/red_sand" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/red_sandstone_all.json b/desktopRuntime/resources/assets/minecraft/models/block/red_sandstone_all.json new file mode 100755 index 00000000..fdf3c24e --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/red_sandstone_all.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/red_sandstone_top" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/red_sandstone_chiseled.json b/desktopRuntime/resources/assets/minecraft/models/block/red_sandstone_chiseled.json new file mode 100755 index 00000000..415cdcfe --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/red_sandstone_chiseled.json @@ -0,0 +1,7 @@ +{ + "parent": "block/cube_column", + "textures": { + "end": "blocks/red_sandstone_top", + "side": "blocks/red_sandstone_carved" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/red_sandstone_inner_stairs.json b/desktopRuntime/resources/assets/minecraft/models/block/red_sandstone_inner_stairs.json new file mode 100755 index 00000000..0570ea5c --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/red_sandstone_inner_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/inner_stairs", + "textures": { + "bottom": "blocks/red_sandstone_bottom", + "top": "blocks/red_sandstone_top", + "side": "blocks/red_sandstone_normal" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/red_sandstone_normal.json b/desktopRuntime/resources/assets/minecraft/models/block/red_sandstone_normal.json new file mode 100755 index 00000000..91f63bbb --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/red_sandstone_normal.json @@ -0,0 +1,8 @@ +{ + "parent": "block/cube_bottom_top", + "textures": { + "bottom": "blocks/red_sandstone_bottom", + "top": "blocks/red_sandstone_top", + "side": "blocks/red_sandstone_normal" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/red_sandstone_outer_stairs.json b/desktopRuntime/resources/assets/minecraft/models/block/red_sandstone_outer_stairs.json new file mode 100755 index 00000000..0682658b --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/red_sandstone_outer_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/outer_stairs", + "textures": { + "bottom": "blocks/red_sandstone_bottom", + "top": "blocks/red_sandstone_top", + "side": "blocks/red_sandstone_normal" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/red_sandstone_smooth.json b/desktopRuntime/resources/assets/minecraft/models/block/red_sandstone_smooth.json new file mode 100755 index 00000000..ae9444e6 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/red_sandstone_smooth.json @@ -0,0 +1,7 @@ +{ + "parent": "block/cube_column", + "textures": { + "end": "blocks/red_sandstone_top", + "side": "blocks/red_sandstone_smooth" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/red_sandstone_stairs.json b/desktopRuntime/resources/assets/minecraft/models/block/red_sandstone_stairs.json new file mode 100755 index 00000000..4fbf937c --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/red_sandstone_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/stairs", + "textures": { + "bottom": "blocks/red_sandstone_bottom", + "top": "blocks/red_sandstone_top", + "side": "blocks/red_sandstone_normal" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/red_tulip.json b/desktopRuntime/resources/assets/minecraft/models/block/red_tulip.json new file mode 100755 index 00000000..6a01672d --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/red_tulip.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cross", + "textures": { + "cross": "blocks/flower_tulip_red" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/red_wool.json b/desktopRuntime/resources/assets/minecraft/models/block/red_wool.json new file mode 100755 index 00000000..dc625885 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/red_wool.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/wool_colored_red" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/redstone_block.json b/desktopRuntime/resources/assets/minecraft/models/block/redstone_block.json new file mode 100755 index 00000000..06b32bdc --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/redstone_block.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/redstone_block" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/redstone_n.json b/desktopRuntime/resources/assets/minecraft/models/block/redstone_n.json new file mode 100755 index 00000000..c837cbb6 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/redstone_n.json @@ -0,0 +1,26 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/redstone_dust_cross", + "cross": "blocks/redstone_dust_cross", + "crossoverlay": "blocks/redstone_dust_cross_overlay", + "line": "blocks/redstone_dust_line", + "lineoverlay": "blocks/redstone_dust_line_overlay" + }, + "elements": [ + { "from": [ 0, 0.25, 0 ], + "to": [ 16, 0.25, 16 ], + "shade": false, + "faces": { + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#line", "rotation": 90, "tintindex": 0 } + } + }, + { "from": [ 0, 0.25, 0 ], + "to": [ 16, 0.25, 16 ], + "shade": false, + "faces": { + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#lineoverlay", "rotation": 90 } + } + } + ] +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/redstone_ne.json b/desktopRuntime/resources/assets/minecraft/models/block/redstone_ne.json new file mode 100755 index 00000000..57316b61 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/redstone_ne.json @@ -0,0 +1,26 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/redstone_dust_cross", + "cross": "blocks/redstone_dust_cross", + "crossoverlay": "blocks/redstone_dust_cross_overlay", + "line": "blocks/redstone_dust_line", + "lineoverlay": "blocks/redstone_dust_line_overlay" + }, + "elements": [ + { "from": [ 5, 0.25, 0 ], + "to": [ 16, 0.25, 11 ], + "shade": false, + "faces": { + "up": { "uv": [ 5, 0, 16, 11 ], "texture": "#cross", "tintindex": 0 } + } + }, + { "from": [ 5, 0.25, 0 ], + "to": [ 16, 0.25, 11 ], + "shade": false, + "faces": { + "up": { "uv": [ 5, 0, 16, 11 ], "texture": "#crossoverlay" } + } + } + ] +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/redstone_none.json b/desktopRuntime/resources/assets/minecraft/models/block/redstone_none.json new file mode 100755 index 00000000..b03086cb --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/redstone_none.json @@ -0,0 +1,26 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/redstone_dust_cross", + "cross": "blocks/redstone_dust_cross", + "crossoverlay": "blocks/redstone_dust_cross_overlay", + "line": "blocks/redstone_dust_line", + "lineoverlay": "blocks/redstone_dust_line_overlay" + }, + "elements": [ + { "from": [ 5, 0.25, 5 ], + "to": [ 11, 0.25, 11 ], + "shade": false, + "faces": { + "up": { "uv": [ 5, 5, 11, 11 ], "texture": "#cross", "tintindex": 0 } + } + }, + { "from": [ 5, 0.25, 5 ], + "to": [ 11, 0.25, 11 ], + "shade": false, + "faces": { + "up": { "uv": [ 5, 5, 11, 11 ], "texture": "#crossoverlay" } + } + } + ] +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/redstone_nse.json b/desktopRuntime/resources/assets/minecraft/models/block/redstone_nse.json new file mode 100755 index 00000000..4d2e6fc1 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/redstone_nse.json @@ -0,0 +1,26 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/redstone_dust_cross", + "cross": "blocks/redstone_dust_cross", + "crossoverlay": "blocks/redstone_dust_cross_overlay", + "line": "blocks/redstone_dust_line", + "lineoverlay": "blocks/redstone_dust_line_overlay" + }, + "elements": [ + { "from": [ 5, 0.25, 0 ], + "to": [ 16, 0.25, 16 ], + "shade": false, + "faces": { + "up": { "uv": [ 5, 0, 16, 16 ], "texture": "#cross", "tintindex": 0 } + } + }, + { "from": [ 5, 0.25, 0 ], + "to": [ 16, 0.25, 16 ], + "shade": false, + "faces": { + "up": { "uv": [ 5, 0, 16, 16 ], "texture": "#crossoverlay" } + } + } + ] +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/redstone_nsew.json b/desktopRuntime/resources/assets/minecraft/models/block/redstone_nsew.json new file mode 100755 index 00000000..7ddb4080 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/redstone_nsew.json @@ -0,0 +1,26 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/redstone_dust_cross", + "cross": "blocks/redstone_dust_cross", + "crossoverlay": "blocks/redstone_dust_cross_overlay", + "line": "blocks/redstone_dust_line", + "lineoverlay": "blocks/redstone_dust_line_overlay" + }, + "elements": [ + { "from": [ 0, 0.25, 0 ], + "to": [ 16, 0.25, 16 ], + "shade": false, + "faces": { + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#cross", "tintindex": 0 } + } + }, + { "from": [ 0, 0.25, 0 ], + "to": [ 16, 0.25, 16 ], + "shade": false, + "faces": { + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#crossoverlay" } + } + } + ] +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/redstone_nsue.json b/desktopRuntime/resources/assets/minecraft/models/block/redstone_nsue.json new file mode 100755 index 00000000..92b5c12c --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/redstone_nsue.json @@ -0,0 +1,40 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/redstone_dust_cross", + "cross": "blocks/redstone_dust_cross", + "crossoverlay": "blocks/redstone_dust_cross_overlay", + "line": "blocks/redstone_dust_line", + "lineoverlay": "blocks/redstone_dust_line_overlay" + }, + "elements": [ + { "from": [ 5, 0.25, 0 ], + "to": [ 16, 0.25, 16 ], + "shade": false, + "faces": { + "up": { "uv": [ 5, 0, 16, 16 ], "texture": "#cross", "tintindex": 0 } + } + }, + { "from": [ 5, 0.25, 0 ], + "to": [ 16, 0.25, 16 ], + "shade": false, + "faces": { + "up": { "uv": [ 5, 0, 16, 16 ], "texture": "#crossoverlay" } + } + }, + { "from": [ 15.75, 0, 0 ], + "to": [ 15.75, 16, 16 ], + "shade": false, + "faces": { + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#line", "rotation": 270, "tintindex": 0 } + } + }, + { "from": [ 15.75, 0, 0 ], + "to": [ 15.75, 16, 16 ], + "shade": false, + "faces": { + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#lineoverlay", "rotation": 270 } + } + } + ] +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/redstone_nue.json b/desktopRuntime/resources/assets/minecraft/models/block/redstone_nue.json new file mode 100755 index 00000000..62ab5fd9 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/redstone_nue.json @@ -0,0 +1,40 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/redstone_dust_cross", + "cross": "blocks/redstone_dust_cross", + "crossoverlay": "blocks/redstone_dust_cross_overlay", + "line": "blocks/redstone_dust_line", + "lineoverlay": "blocks/redstone_dust_line_overlay" + }, + "elements": [ + { "from": [ 5, 0.25, 0 ], + "to": [ 16, 0.25, 11 ], + "shade": false, + "faces": { + "up": { "uv": [ 5, 0, 16, 11 ], "texture": "#cross", "tintindex": 0 } + } + }, + { "from": [ 5, 0.25, 0 ], + "to": [ 16, 0.25, 11 ], + "shade": false, + "faces": { + "up": { "uv": [ 5, 0, 16, 11 ], "texture": "#crossoverlay" } + } + }, + { "from": [ 15.75, 0, 0 ], + "to": [ 15.75, 16, 16 ], + "shade": false, + "faces": { + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#line", "rotation": 270, "tintindex": 0 } + } + }, + { "from": [ 15.75, 0, 0 ], + "to": [ 15.75, 16, 16 ], + "shade": false, + "faces": { + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#lineoverlay", "rotation": 270 } + } + } + ] +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/redstone_nuse.json b/desktopRuntime/resources/assets/minecraft/models/block/redstone_nuse.json new file mode 100755 index 00000000..225b51f4 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/redstone_nuse.json @@ -0,0 +1,40 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/redstone_dust_cross", + "cross": "blocks/redstone_dust_cross", + "crossoverlay": "blocks/redstone_dust_cross_overlay", + "line": "blocks/redstone_dust_line", + "lineoverlay": "blocks/redstone_dust_line_overlay" + }, + "elements": [ + { "from": [ 5, 0.25, 0 ], + "to": [ 16, 0.25, 16 ], + "shade": false, + "faces": { + "up": { "uv": [ 5, 0, 16, 16 ], "texture": "#cross", "tintindex": 0 } + } + }, + { "from": [ 5, 0.25, 0 ], + "to": [ 16, 0.25, 16 ], + "shade": false, + "faces": { + "up": { "uv": [ 5, 0, 16, 16 ], "texture": "#crossoverlay" } + } + }, + { "from": [ 0, 0, 15.75 ], + "to": [ 16, 16, 15.75 ], + "shade": false, + "faces": { + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#line", "rotation": 90, "tintindex": 0 } + } + }, + { "from": [ 0, 0, 15.75 ], + "to": [ 16, 16, 15.75 ], + "shade": false, + "faces": { + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#lineoverlay", "rotation": 90 } + } + } + ] +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/redstone_nusue.json b/desktopRuntime/resources/assets/minecraft/models/block/redstone_nusue.json new file mode 100755 index 00000000..76436dcc --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/redstone_nusue.json @@ -0,0 +1,54 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/redstone_dust_cross", + "cross": "blocks/redstone_dust_cross", + "crossoverlay": "blocks/redstone_dust_cross_overlay", + "line": "blocks/redstone_dust_line", + "lineoverlay": "blocks/redstone_dust_line_overlay" + }, + "elements": [ + { "from": [ 5, 0.25, 0 ], + "to": [ 16, 0.25, 16 ], + "shade": false, + "faces": { + "up": { "uv": [ 5, 0, 16, 16 ], "texture": "#cross", "tintindex": 0 } + } + }, + { "from": [ 5, 0.25, 0 ], + "to": [ 16, 0.25, 16 ], + "shade": false, + "faces": { + "up": { "uv": [ 5, 0, 16, 16 ], "texture": "#crossoverlay" } + } + }, + { "from": [ 0, 0, 15.75 ], + "to": [ 16, 16, 15.75 ], + "shade": false, + "faces": { + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#line", "rotation": 90, "tintindex": 0 } + } + }, + { "from": [ 0, 0, 15.75 ], + "to": [ 16, 16, 15.75 ], + "shade": false, + "faces": { + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#lineoverlay", "rotation": 90 } + } + }, + { "from": [ 15.75, 0, 0 ], + "to": [ 15.75, 16, 16 ], + "shade": false, + "faces": { + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#line", "rotation": 90, "tintindex": 0 } + } + }, + { "from": [ 15.75, 0, 0 ], + "to": [ 15.75, 16, 16 ], + "shade": false, + "faces": { + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#lineoverlay", "rotation": 90 } + } + } + ] +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/redstone_ore.json b/desktopRuntime/resources/assets/minecraft/models/block/redstone_ore.json new file mode 100755 index 00000000..98798047 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/redstone_ore.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/redstone_ore" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/redstone_ueuw.json b/desktopRuntime/resources/assets/minecraft/models/block/redstone_ueuw.json new file mode 100755 index 00000000..44d5c3c2 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/redstone_ueuw.json @@ -0,0 +1,54 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/redstone_dust_cross", + "cross": "blocks/redstone_dust_cross", + "crossoverlay": "blocks/redstone_dust_cross_overlay", + "line": "blocks/redstone_dust_line", + "lineoverlay": "blocks/redstone_dust_line_overlay" + }, + "elements": [ + { "from": [ 0, 0.25, 0 ], + "to": [ 16, 0.25, 16 ], + "shade": false, + "faces": { + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#line", "tintindex": 0 } + } + }, + { "from": [ 0, 0.25, 0 ], + "to": [ 16, 0.25, 16 ], + "shade": false, + "faces": { + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#lineoverlay" } + } + }, + { "from": [ 0.25, 0, 0 ], + "to": [ 0.25, 16, 16 ], + "shade": false, + "faces": { + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#line", "rotation": 90, "tintindex": 0 } + } + }, + { "from": [ 0.25, 0, 0 ], + "to": [ 0.25, 16, 16 ], + "shade": false, + "faces": { + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#lineoverlay", "rotation": 90 } + } + }, + { "from": [ 15.75, 0, 0 ], + "to": [ 15.75, 16, 16 ], + "shade": false, + "faces": { + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#line", "rotation": 90, "tintindex": 0 } + } + }, + { "from": [ 15.75, 0, 0 ], + "to": [ 15.75, 16, 16 ], + "shade": false, + "faces": { + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#lineoverlay", "rotation": 90 } + } + } + ] +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/redstone_uew.json b/desktopRuntime/resources/assets/minecraft/models/block/redstone_uew.json new file mode 100755 index 00000000..688b1718 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/redstone_uew.json @@ -0,0 +1,40 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/redstone_dust_cross", + "cross": "blocks/redstone_dust_cross", + "crossoverlay": "blocks/redstone_dust_cross_overlay", + "line": "blocks/redstone_dust_line", + "lineoverlay": "blocks/redstone_dust_line_overlay" + }, + "elements": [ + { "from": [ 0, 0.25, 0 ], + "to": [ 16, 0.25, 16 ], + "shade": false, + "faces": { + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#line", "tintindex": 0 } + } + }, + { "from": [ 0, 0.25, 0 ], + "to": [ 16, 0.25, 16 ], + "shade": false, + "faces": { + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#lineoverlay" } + } + }, + { "from": [ 15.75, 0, 0 ], + "to": [ 15.75, 16, 16 ], + "shade": false, + "faces": { + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#line", "rotation": 90, "tintindex": 0 } + } + }, + { "from": [ 15.75, 0, 0 ], + "to": [ 15.75, 16, 16 ], + "shade": false, + "faces": { + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#lineoverlay", "rotation": 90 } + } + } + ] +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/redstone_une.json b/desktopRuntime/resources/assets/minecraft/models/block/redstone_une.json new file mode 100755 index 00000000..e881629b --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/redstone_une.json @@ -0,0 +1,40 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/redstone_dust_cross", + "cross": "blocks/redstone_dust_cross", + "crossoverlay": "blocks/redstone_dust_cross_overlay", + "line": "blocks/redstone_dust_line", + "lineoverlay": "blocks/redstone_dust_line_overlay" + }, + "elements": [ + { "from": [ 5, 0.25, 0 ], + "to": [ 16, 0.25, 11 ], + "shade": false, + "faces": { + "up": { "uv": [ 5, 0, 16, 11 ], "texture": "#cross", "tintindex": 0 } + } + }, + { "from": [ 5, 0.25, 0 ], + "to": [ 16, 0.25, 11 ], + "shade": false, + "faces": { + "up": { "uv": [ 5, 0, 16, 11 ], "texture": "#crossoverlay" } + } + }, + { "from": [ 0, 0, 0.25 ], + "to": [ 16, 16, 0.25 ], + "shade": false, + "faces": { + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#line", "rotation": 90, "tintindex": 0 } + } + }, + { "from": [ 0, 0, 0.25 ], + "to": [ 16, 16, 0.25 ], + "shade": false, + "faces": { + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#lineoverlay", "rotation": 90 } + } + } + ] +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/redstone_uns.json b/desktopRuntime/resources/assets/minecraft/models/block/redstone_uns.json new file mode 100755 index 00000000..02c58b91 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/redstone_uns.json @@ -0,0 +1,40 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/redstone_dust_cross", + "cross": "blocks/redstone_dust_cross", + "crossoverlay": "blocks/redstone_dust_cross_overlay", + "line": "blocks/redstone_dust_line", + "lineoverlay": "blocks/redstone_dust_line_overlay" + }, + "elements": [ + { "from": [ 0, 0.25, 0 ], + "to": [ 16, 0.25, 16 ], + "shade": false, + "faces": { + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#line", "rotation": 90, "tintindex": 0 } + } + }, + { "from": [ 0, 0.25, 0 ], + "to": [ 16, 0.25, 16 ], + "shade": false, + "faces": { + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#lineoverlay", "rotation": 90 } + } + }, + { "from": [ 0, 0, 0.25 ], + "to": [ 16, 16, 0.25 ], + "shade": false, + "faces": { + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#line", "rotation": 90, "tintindex": 0 } + } + }, + { "from": [ 0, 0, 0.25 ], + "to": [ 16, 16, 0.25 ], + "shade": false, + "faces": { + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#lineoverlay", "rotation": 90 } + } + } + ] +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/redstone_unse.json b/desktopRuntime/resources/assets/minecraft/models/block/redstone_unse.json new file mode 100755 index 00000000..55acf6fb --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/redstone_unse.json @@ -0,0 +1,40 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/redstone_dust_cross", + "cross": "blocks/redstone_dust_cross", + "crossoverlay": "blocks/redstone_dust_cross_overlay", + "line": "blocks/redstone_dust_line", + "lineoverlay": "blocks/redstone_dust_line_overlay" + }, + "elements": [ + { "from": [ 5, 0.25, 0 ], + "to": [ 16, 0.25, 16 ], + "shade": false, + "faces": { + "up": { "uv": [ 5, 0, 16, 16 ], "texture": "#cross", "tintindex": 0 } + } + }, + { "from": [ 5, 0.25, 0 ], + "to": [ 16, 0.25, 16 ], + "shade": false, + "faces": { + "up": { "uv": [ 5, 0, 16, 16 ], "texture": "#crossoverlay" } + } + }, + { "from": [ 0, 0, 0.25 ], + "to": [ 16, 16, 0.25 ], + "shade": false, + "faces": { + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#line", "rotation": 90, "tintindex": 0 } + } + }, + { "from": [ 0, 0, 0.25 ], + "to": [ 16, 16, 0.25 ], + "shade": false, + "faces": { + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#lineoverlay", "rotation": 90 } + } + } + ] +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/redstone_unsew.json b/desktopRuntime/resources/assets/minecraft/models/block/redstone_unsew.json new file mode 100755 index 00000000..667f6350 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/redstone_unsew.json @@ -0,0 +1,40 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/redstone_dust_cross", + "cross": "blocks/redstone_dust_cross", + "crossoverlay": "blocks/redstone_dust_cross_overlay", + "line": "blocks/redstone_dust_line", + "lineoverlay": "blocks/redstone_dust_line_overlay" + }, + "elements": [ + { "from": [ 0, 0.25, 0 ], + "to": [ 16, 0.25, 16 ], + "shade": false, + "faces": { + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#cross", "tintindex": 0 } + } + }, + { "from": [ 0, 0.25, 0 ], + "to": [ 16, 0.25, 16 ], + "shade": false, + "faces": { + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#crossoverlay" } + } + }, + { "from": [ 0, 0, 0.25 ], + "to": [ 16, 16, 0.25 ], + "shade": false, + "faces": { + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#line", "rotation": 90, "tintindex": 0 } + } + }, + { "from": [ 0, 0, 0.25 ], + "to": [ 16, 16, 0.25 ], + "shade": false, + "faces": { + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#lineoverlay", "rotation": 90 } + } + } + ] +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/redstone_unsue.json b/desktopRuntime/resources/assets/minecraft/models/block/redstone_unsue.json new file mode 100755 index 00000000..f70bae31 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/redstone_unsue.json @@ -0,0 +1,54 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/redstone_dust_cross", + "cross": "blocks/redstone_dust_cross", + "crossoverlay": "blocks/redstone_dust_cross_overlay", + "line": "blocks/redstone_dust_line", + "lineoverlay": "blocks/redstone_dust_line_overlay" + }, + "elements": [ + { "from": [ 5, 0.25, 0 ], + "to": [ 16, 0.25, 16 ], + "shade": false, + "faces": { + "up": { "uv": [ 5, 0, 16, 16 ], "texture": "#cross", "tintindex": 0 } + } + }, + { "from": [ 5, 0.25, 0 ], + "to": [ 16, 0.25, 16 ], + "shade": false, + "faces": { + "up": { "uv": [ 5, 0, 16, 16 ], "texture": "#crossoverlay" } + } + }, + { "from": [ 0, 0, 0.25 ], + "to": [ 16, 16, 0.25 ], + "shade": false, + "faces": { + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#line", "rotation": 90, "tintindex": 0 } + } + }, + { "from": [ 0, 0, 0.25 ], + "to": [ 16, 16, 0.25 ], + "shade": false, + "faces": { + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#lineoverlay", "rotation": 90 } + } + }, + { "from": [ 15.75, 0, 0 ], + "to": [ 15.75, 16, 16 ], + "shade": false, + "faces": { + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#line", "rotation": 90, "tintindex": 0 } + } + }, + { "from": [ 15.75, 0, 0 ], + "to": [ 15.75, 16, 16 ], + "shade": false, + "faces": { + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#lineoverlay", "rotation": 90 } + } + } + ] +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/redstone_unsuew.json b/desktopRuntime/resources/assets/minecraft/models/block/redstone_unsuew.json new file mode 100755 index 00000000..09ff1740 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/redstone_unsuew.json @@ -0,0 +1,54 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/redstone_dust_cross", + "cross": "blocks/redstone_dust_cross", + "crossoverlay": "blocks/redstone_dust_cross_overlay", + "line": "blocks/redstone_dust_line", + "lineoverlay": "blocks/redstone_dust_line_overlay" + }, + "elements": [ + { "from": [ 0, 0.25, 0 ], + "to": [ 16, 0.25, 16 ], + "shade": false, + "faces": { + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#cross", "tintindex": 0 } + } + }, + { "from": [ 0, 0.25, 0 ], + "to": [ 16, 0.25, 16 ], + "shade": false, + "faces": { + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#crossoverlay" } + } + }, + { "from": [ 0, 0, 0.25 ], + "to": [ 16, 16, 0.25 ], + "shade": false, + "faces": { + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#line", "rotation": 90, "tintindex": 0 } + } + }, + { "from": [ 0, 0, 0.25 ], + "to": [ 16, 16, 0.25 ], + "shade": false, + "faces": { + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#lineoverlay", "rotation": 90 } + } + }, + { "from": [ 15.75, 0, 0 ], + "to": [ 15.75, 16, 16 ], + "shade": false, + "faces": { + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#line", "rotation": 90, "tintindex": 0 } + } + }, + { "from": [ 15.75, 0, 0 ], + "to": [ 15.75, 16, 16 ], + "shade": false, + "faces": { + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#lineoverlay", "rotation": 90 } + } + } + ] +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/redstone_unue.json b/desktopRuntime/resources/assets/minecraft/models/block/redstone_unue.json new file mode 100755 index 00000000..62780222 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/redstone_unue.json @@ -0,0 +1,54 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/redstone_dust_cross", + "cross": "blocks/redstone_dust_cross", + "crossoverlay": "blocks/redstone_dust_cross_overlay", + "line": "blocks/redstone_dust_line", + "lineoverlay": "blocks/redstone_dust_line_overlay" + }, + "elements": [ + { "from": [ 5, 0.25, 0 ], + "to": [ 16, 0.25, 11 ], + "shade": false, + "faces": { + "up": { "uv": [ 5, 0, 16, 11 ], "texture": "#cross", "tintindex": 0 } + } + }, + { "from": [ 5, 0.25, 0 ], + "to": [ 16, 0.25, 11 ], + "shade": false, + "faces": { + "up": { "uv": [ 5, 0, 16, 11 ], "texture": "#crossoverlay" } + } + }, + { "from": [ 0, 0, 0.25 ], + "to": [ 16, 16, 0.25 ], + "shade": false, + "faces": { + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#line", "rotation": 90, "tintindex": 0 } + } + }, + { "from": [ 0, 0, 0.25 ], + "to": [ 16, 16, 0.25 ], + "shade": false, + "faces": { + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#lineoverlay", "rotation": 90 } + } + }, + { "from": [ 15.75, 0, 0 ], + "to": [ 15.75, 16, 16 ], + "shade": false, + "faces": { + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#line", "rotation": 90, "tintindex": 0 } + } + }, + { "from": [ 15.75, 0, 0 ], + "to": [ 15.75, 16, 16 ], + "shade": false, + "faces": { + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#lineoverlay", "rotation": 90 } + } + } + ] +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/redstone_unus.json b/desktopRuntime/resources/assets/minecraft/models/block/redstone_unus.json new file mode 100755 index 00000000..9c5c1d44 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/redstone_unus.json @@ -0,0 +1,54 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/redstone_dust_cross", + "cross": "blocks/redstone_dust_cross", + "crossoverlay": "blocks/redstone_dust_cross_overlay", + "line": "blocks/redstone_dust_line", + "lineoverlay": "blocks/redstone_dust_line_overlay" + }, + "elements": [ + { "from": [ 0, 0.25, 0 ], + "to": [ 16, 0.25, 16 ], + "shade": false, + "faces": { + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#line", "rotation": 90, "tintindex": 0 } + } + }, + { "from": [ 0, 0.25, 0 ], + "to": [ 16, 0.25, 16 ], + "shade": false, + "faces": { + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#lineoverlay", "rotation": 90 } + } + }, + { "from": [ 0, 0, 0.25 ], + "to": [ 16, 16, 0.25 ], + "shade": false, + "faces": { + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#line", "rotation": 90, "tintindex": 0 } + } + }, + { "from": [ 0, 0, 0.25 ], + "to": [ 16, 16, 0.25 ], + "shade": false, + "faces": { + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#lineoverlay", "rotation": 90 } + } + }, + { "from": [ 0, 0, 15.75 ], + "to": [ 16, 16, 15.75 ], + "shade": false, + "faces": { + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#line", "rotation": 90, "tintindex": 0 } + } + }, + { "from": [ 0, 0, 15.75 ], + "to": [ 16, 16, 15.75 ], + "shade": false, + "faces": { + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#lineoverlay", "rotation": 90 } + } + } + ] +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/redstone_unuse.json b/desktopRuntime/resources/assets/minecraft/models/block/redstone_unuse.json new file mode 100755 index 00000000..6b29e462 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/redstone_unuse.json @@ -0,0 +1,54 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/redstone_dust_cross", + "cross": "blocks/redstone_dust_cross", + "crossoverlay": "blocks/redstone_dust_cross_overlay", + "line": "blocks/redstone_dust_line", + "lineoverlay": "blocks/redstone_dust_line_overlay" + }, + "elements": [ + { "from": [ 5, 0.25, 0 ], + "to": [ 16, 0.25, 16 ], + "shade": false, + "faces": { + "up": { "uv": [ 5, 0, 16, 16 ], "texture": "#cross", "tintindex": 0 } + } + }, + { "from": [ 5, 0.25, 0 ], + "to": [ 16, 0.25, 16 ], + "shade": false, + "faces": { + "up": { "uv": [ 5, 0, 16, 16 ], "texture": "#crossoverlay" } + } + }, + { "from": [ 0, 0, 0.25 ], + "to": [ 16, 16, 0.25 ], + "shade": false, + "faces": { + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#line", "rotation": 90, "tintindex": 0 } + } + }, + { "from": [ 0, 0, 0.25 ], + "to": [ 16, 16, 0.25 ], + "shade": false, + "faces": { + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#lineoverlay", "rotation": 90 } + } + }, + { "from": [ 0, 0, 15.75 ], + "to": [ 16, 16, 15.75 ], + "shade": false, + "faces": { + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#line", "rotation": 90, "tintindex": 0 } + } + }, + { "from": [ 0, 0, 15.75 ], + "to": [ 16, 16, 15.75 ], + "shade": false, + "faces": { + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#lineoverlay", "rotation": 90 } + } + } + ] +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/redstone_unusew.json b/desktopRuntime/resources/assets/minecraft/models/block/redstone_unusew.json new file mode 100755 index 00000000..38fc52f6 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/redstone_unusew.json @@ -0,0 +1,54 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/redstone_dust_cross", + "cross": "blocks/redstone_dust_cross", + "crossoverlay": "blocks/redstone_dust_cross_overlay", + "line": "blocks/redstone_dust_line", + "lineoverlay": "blocks/redstone_dust_line_overlay" + }, + "elements": [ + { "from": [ 0, 0.25, 0 ], + "to": [ 16, 0.25, 16 ], + "shade": false, + "faces": { + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#cross", "tintindex": 0 } + } + }, + { "from": [ 0, 0.25, 0 ], + "to": [ 16, 0.25, 16 ], + "shade": false, + "faces": { + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#crossoverlay" } + } + }, + { "from": [ 0, 0, 0.25 ], + "to": [ 16, 16, 0.25 ], + "shade": false, + "faces": { + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#line", "rotation": 90, "tintindex": 0 } + } + }, + { "from": [ 0, 0, 0.25 ], + "to": [ 16, 16, 0.25 ], + "shade": false, + "faces": { + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#lineoverlay", "rotation": 90 } + } + }, + { "from": [ 0, 0, 15.75 ], + "to": [ 16, 16, 15.75 ], + "shade": false, + "faces": { + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#line", "rotation": 90, "tintindex": 0 } + } + }, + { "from": [ 0, 0, 15.75 ], + "to": [ 16, 16, 15.75 ], + "shade": false, + "faces": { + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#lineoverlay", "rotation": 90 } + } + } + ] +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/redstone_unusue.json b/desktopRuntime/resources/assets/minecraft/models/block/redstone_unusue.json new file mode 100755 index 00000000..17787f4d --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/redstone_unusue.json @@ -0,0 +1,68 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/redstone_dust_cross", + "cross": "blocks/redstone_dust_cross", + "crossoverlay": "blocks/redstone_dust_cross_overlay", + "line": "blocks/redstone_dust_line", + "lineoverlay": "blocks/redstone_dust_line_overlay" + }, + "elements": [ + { "from": [ 5, 0.25, 0 ], + "to": [ 16, 0.25, 16 ], + "shade": false, + "faces": { + "up": { "uv": [ 5, 0, 16, 16 ], "texture": "#cross", "tintindex": 0 } + } + }, + { "from": [ 5, 0.25, 0 ], + "to": [ 16, 0.25, 16 ], + "shade": false, + "faces": { + "up": { "uv": [ 5, 0, 16, 16 ], "texture": "#crossoverlay" } + } + }, + { "from": [ 0, 0, 0.25 ], + "to": [ 16, 16, 0.25 ], + "shade": false, + "faces": { + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#line", "rotation": 90, "tintindex": 0 } + } + }, + { "from": [ 0, 0, 0.25 ], + "to": [ 16, 16, 0.25 ], + "shade": false, + "faces": { + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#lineoverlay", "rotation": 90 } + } + }, + { "from": [ 0, 0, 15.75 ], + "to": [ 16, 16, 15.75 ], + "shade": false, + "faces": { + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#line", "rotation": 90, "tintindex": 0 } + } + }, + { "from": [ 0, 0, 15.75 ], + "to": [ 16, 16, 15.75 ], + "shade": false, + "faces": { + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#lineoverlay", "rotation": 90 } + } + }, + { "from": [ 15.75, 0, 0 ], + "to": [ 15.75, 16, 16 ], + "shade": false, + "faces": { + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#line", "rotation": 90, "tintindex": 0 } + } + }, + { "from": [ 15.75, 0, 0 ], + "to": [ 15.75, 16, 16 ], + "shade": false, + "faces": { + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#lineoverlay", "rotation": 90 } + } + } + ] +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/redstone_unusueuw.json b/desktopRuntime/resources/assets/minecraft/models/block/redstone_unusueuw.json new file mode 100755 index 00000000..e706778d --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/redstone_unusueuw.json @@ -0,0 +1,82 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/redstone_dust_cross", + "cross": "blocks/redstone_dust_cross", + "crossoverlay": "blocks/redstone_dust_cross_overlay", + "line": "blocks/redstone_dust_line", + "lineoverlay": "blocks/redstone_dust_line_overlay" + }, + "elements": [ + { "from": [ 0, 0.25, 0 ], + "to": [ 16, 0.25, 16 ], + "shade": false, + "faces": { + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#cross", "tintindex": 0 } + } + }, + { "from": [ 0, 0.25, 0 ], + "to": [ 16, 0.25, 16 ], + "shade": false, + "faces": { + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#crossoverlay" } + } + }, + { "from": [ 0, 0, 0.25 ], + "to": [ 16, 16, 0.25 ], + "shade": false, + "faces": { + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#line", "rotation": 90, "tintindex": 0 } + } + }, + { "from": [ 0, 0, 0.25 ], + "to": [ 16, 16, 0.25 ], + "shade": false, + "faces": { + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#lineoverlay", "rotation": 90 } + } + }, + { "from": [ 0, 0, 15.75 ], + "to": [ 16, 16, 15.75 ], + "shade": false, + "faces": { + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#line", "rotation": 90, "tintindex": 0 } + } + }, + { "from": [ 0, 0, 15.75 ], + "to": [ 16, 16, 15.75 ], + "shade": false, + "faces": { + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#lineoverlay", "rotation": 90 } + } + }, + { "from": [ 15.75, 0, 0 ], + "to": [ 15.75, 16, 16 ], + "shade": false, + "faces": { + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#line", "rotation": 90, "tintindex": 0 } + } + }, + { "from": [ 15.75, 0, 0 ], + "to": [ 15.75, 16, 16 ], + "shade": false, + "faces": { + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#lineoverlay", "rotation": 90 } + } + }, + { "from": [ 0.25, 0, 0 ], + "to": [ 0.25, 16, 16 ], + "shade": false, + "faces": { + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#line", "rotation": 90, "tintindex": 0 } + } + }, + { "from": [ 0.25, 0, 0 ], + "to": [ 0.25, 16, 16 ], + "shade": false, + "faces": { + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#lineoverlay", "rotation": 90 } + } + } + ] +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/redstone_unusuew.json b/desktopRuntime/resources/assets/minecraft/models/block/redstone_unusuew.json new file mode 100755 index 00000000..c564e3f4 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/redstone_unusuew.json @@ -0,0 +1,68 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/redstone_dust_cross", + "cross": "blocks/redstone_dust_cross", + "crossoverlay": "blocks/redstone_dust_cross_overlay", + "line": "blocks/redstone_dust_line", + "lineoverlay": "blocks/redstone_dust_line_overlay" + }, + "elements": [ + { "from": [ 0, 0.25, 0 ], + "to": [ 16, 0.25, 16 ], + "shade": false, + "faces": { + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#cross", "tintindex": 0 } + } + }, + { "from": [ 0, 0.25, 0 ], + "to": [ 16, 0.25, 16 ], + "shade": false, + "faces": { + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#crossoverlay" } + } + }, + { "from": [ 0, 0, 0.25 ], + "to": [ 16, 16, 0.25 ], + "shade": false, + "faces": { + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#line", "rotation": 90, "tintindex": 0 } + } + }, + { "from": [ 0, 0, 0.25 ], + "to": [ 16, 16, 0.25 ], + "shade": false, + "faces": { + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#lineoverlay", "rotation": 90 } + } + }, + { "from": [ 0, 0, 15.75 ], + "to": [ 16, 16, 15.75 ], + "shade": false, + "faces": { + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#line", "rotation": 90, "tintindex": 0 } + } + }, + { "from": [ 0, 0, 15.75 ], + "to": [ 16, 16, 15.75 ], + "shade": false, + "faces": { + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#lineoverlay", "rotation": 90 } + } + }, + { "from": [ 15.75, 0, 0 ], + "to": [ 15.75, 16, 16 ], + "shade": false, + "faces": { + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#line", "rotation": 90, "tintindex": 0 } + } + }, + { "from": [ 15.75, 0, 0 ], + "to": [ 15.75, 16, 16 ], + "shade": false, + "faces": { + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#lineoverlay", "rotation": 90 } + } + } + ] +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/reeds.json b/desktopRuntime/resources/assets/minecraft/models/block/reeds.json new file mode 100755 index 00000000..58a797ba --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/reeds.json @@ -0,0 +1,6 @@ +{ + "parent": "block/tallgrass", + "textures": { + "cross": "blocks/reeds" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/repeater_1tick.json b/desktopRuntime/resources/assets/minecraft/models/block/repeater_1tick.json new file mode 100755 index 00000000..643eb8ee --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/repeater_1tick.json @@ -0,0 +1,44 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/repeater_off", + "slab": "blocks/stone_slab_top", + "top": "blocks/repeater_off", + "unlit": "blocks/redstone_torch_off" + }, + "elements": [ + { "from": [ 0, 0, 0 ], + "to": [ 16, 2, 16 ], + "faces": { + "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#slab", "cullface": "down" }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#top" }, + "north": { "uv": [ 0, 14, 16, 16 ], "texture": "#slab", "cullface": "north" }, + "south": { "uv": [ 0, 14, 16, 16 ], "texture": "#slab", "cullface": "south" }, + "west": { "uv": [ 0, 14, 16, 16 ], "texture": "#slab", "cullface": "west" }, + "east": { "uv": [ 0, 14, 16, 16 ], "texture": "#slab", "cullface": "east" } + } + }, + { "from": [ 7, 2, 6 ], + "to": [ 9, 7, 8 ], + "faces": { + "down": { "uv": [ 7, 13, 9, 15 ], "texture": "#unlit" }, + "up": { "uv": [ 7, 6, 9, 8 ], "texture": "#unlit" }, + "north": { "uv": [ 7, 6, 9, 11 ], "texture": "#unlit" }, + "south": { "uv": [ 7, 6, 9, 11 ], "texture": "#unlit" }, + "west": { "uv": [ 7, 6, 9, 11 ], "texture": "#unlit" }, + "east": { "uv": [ 7, 6, 9, 11 ], "texture": "#unlit" } + } + }, + { "from": [ 7, 2, 2 ], + "to": [ 9, 7, 4 ], + "faces": { + "down": { "uv": [ 7, 13, 9, 15 ], "texture": "#unlit" }, + "up": { "uv": [ 7, 6, 9, 8 ], "texture": "#unlit" }, + "north": { "uv": [ 7, 6, 9, 11 ], "texture": "#unlit" }, + "south": { "uv": [ 7, 6, 9, 11 ], "texture": "#unlit" }, + "west": { "uv": [ 7, 6, 9, 11 ], "texture": "#unlit" }, + "east": { "uv": [ 7, 6, 9, 11 ], "texture": "#unlit" } + } + } + ] +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/repeater_2tick.json b/desktopRuntime/resources/assets/minecraft/models/block/repeater_2tick.json new file mode 100755 index 00000000..f0c5d1ee --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/repeater_2tick.json @@ -0,0 +1,44 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/repeater_off", + "slab": "blocks/stone_slab_top", + "top": "blocks/repeater_off", + "unlit": "blocks/redstone_torch_off" + }, + "elements": [ + { "from": [ 0, 0, 0 ], + "to": [ 16, 2, 16 ], + "faces": { + "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#slab", "cullface": "down" }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#top" }, + "north": { "uv": [ 0, 14, 16, 16 ], "texture": "#slab", "cullface": "north" }, + "south": { "uv": [ 0, 14, 16, 16 ], "texture": "#slab", "cullface": "south" }, + "west": { "uv": [ 0, 14, 16, 16 ], "texture": "#slab", "cullface": "west" }, + "east": { "uv": [ 0, 14, 16, 16 ], "texture": "#slab", "cullface": "east" } + } + }, + { "from": [ 7, 2, 8 ], + "to": [ 9, 7, 10 ], + "faces": { + "down": { "uv": [ 7, 13, 9, 15 ], "texture": "#unlit" }, + "up": { "uv": [ 7, 6, 9, 8 ], "texture": "#unlit" }, + "north": { "uv": [ 7, 6, 9, 11 ], "texture": "#unlit" }, + "south": { "uv": [ 7, 6, 9, 11 ], "texture": "#unlit" }, + "west": { "uv": [ 7, 6, 9, 11 ], "texture": "#unlit" }, + "east": { "uv": [ 7, 6, 9, 11 ], "texture": "#unlit" } + } + }, + { "from": [ 7, 2, 2 ], + "to": [ 9, 7, 4 ], + "faces": { + "down": { "uv": [ 7, 13, 9, 15 ], "texture": "#unlit" }, + "up": { "uv": [ 7, 6, 9, 8 ], "texture": "#unlit" }, + "north": { "uv": [ 7, 6, 9, 11 ], "texture": "#unlit" }, + "south": { "uv": [ 7, 6, 9, 11 ], "texture": "#unlit" }, + "west": { "uv": [ 7, 6, 9, 11 ], "texture": "#unlit" }, + "east": { "uv": [ 7, 6, 9, 11 ], "texture": "#unlit" } + } + } + ] +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/repeater_3tick.json b/desktopRuntime/resources/assets/minecraft/models/block/repeater_3tick.json new file mode 100755 index 00000000..7a05b207 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/repeater_3tick.json @@ -0,0 +1,44 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/repeater_off", + "slab": "blocks/stone_slab_top", + "top": "blocks/repeater_off", + "unlit": "blocks/redstone_torch_off" + }, + "elements": [ + { "from": [ 0, 0, 0 ], + "to": [ 16, 2, 16 ], + "faces": { + "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#slab", "cullface": "down" }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#top" }, + "north": { "uv": [ 0, 14, 16, 16 ], "texture": "#slab", "cullface": "north" }, + "south": { "uv": [ 0, 14, 16, 16 ], "texture": "#slab", "cullface": "south" }, + "west": { "uv": [ 0, 14, 16, 16 ], "texture": "#slab", "cullface": "west" }, + "east": { "uv": [ 0, 14, 16, 16 ], "texture": "#slab", "cullface": "east" } + } + }, + { "from": [ 7, 2, 10 ], + "to": [ 9, 7, 12 ], + "faces": { + "down": { "uv": [ 7, 13, 9, 15 ], "texture": "#unlit" }, + "up": { "uv": [ 7, 6, 9, 8 ], "texture": "#unlit" }, + "north": { "uv": [ 7, 6, 9, 11 ], "texture": "#unlit" }, + "south": { "uv": [ 7, 6, 9, 11 ], "texture": "#unlit" }, + "west": { "uv": [ 7, 6, 9, 11 ], "texture": "#unlit" }, + "east": { "uv": [ 7, 6, 9, 11 ], "texture": "#unlit" } + } + }, + { "from": [ 7, 2, 2 ], + "to": [ 9, 7, 4 ], + "faces": { + "down": { "uv": [ 7, 13, 9, 15 ], "texture": "#unlit" }, + "up": { "uv": [ 7, 6, 9, 8 ], "texture": "#unlit" }, + "north": { "uv": [ 7, 6, 9, 11 ], "texture": "#unlit" }, + "south": { "uv": [ 7, 6, 9, 11 ], "texture": "#unlit" }, + "west": { "uv": [ 7, 6, 9, 11 ], "texture": "#unlit" }, + "east": { "uv": [ 7, 6, 9, 11 ], "texture": "#unlit" } + } + } + ] +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/repeater_4tick.json b/desktopRuntime/resources/assets/minecraft/models/block/repeater_4tick.json new file mode 100755 index 00000000..76cd2dc7 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/repeater_4tick.json @@ -0,0 +1,44 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/repeater_off", + "slab": "blocks/stone_slab_top", + "top": "blocks/repeater_off", + "unlit": "blocks/redstone_torch_off" + }, + "elements": [ + { "from": [ 0, 0, 0 ], + "to": [ 16, 2, 16 ], + "faces": { + "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#slab", "cullface": "down" }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#top" }, + "north": { "uv": [ 0, 14, 16, 16 ], "texture": "#slab", "cullface": "north" }, + "south": { "uv": [ 0, 14, 16, 16 ], "texture": "#slab", "cullface": "south" }, + "west": { "uv": [ 0, 14, 16, 16 ], "texture": "#slab", "cullface": "west" }, + "east": { "uv": [ 0, 14, 16, 16 ], "texture": "#slab", "cullface": "east" } + } + }, + { "from": [ 7, 2, 12 ], + "to": [ 9, 7, 14 ], + "faces": { + "down": { "uv": [ 7, 13, 9, 15 ], "texture": "#unlit" }, + "up": { "uv": [ 7, 6, 9, 8 ], "texture": "#unlit" }, + "north": { "uv": [ 7, 6, 9, 11 ], "texture": "#unlit" }, + "south": { "uv": [ 7, 6, 9, 11 ], "texture": "#unlit" }, + "west": { "uv": [ 7, 6, 9, 11 ], "texture": "#unlit" }, + "east": { "uv": [ 7, 6, 9, 11 ], "texture": "#unlit" } + } + }, + { "from": [ 7, 2, 2 ], + "to": [ 9, 7, 4 ], + "faces": { + "down": { "uv": [ 7, 13, 9, 15 ], "texture": "#unlit" }, + "up": { "uv": [ 7, 6, 9, 8 ], "texture": "#unlit" }, + "north": { "uv": [ 7, 6, 9, 11 ], "texture": "#unlit" }, + "south": { "uv": [ 7, 6, 9, 11 ], "texture": "#unlit" }, + "west": { "uv": [ 7, 6, 9, 11 ], "texture": "#unlit" }, + "east": { "uv": [ 7, 6, 9, 11 ], "texture": "#unlit" } + } + } + ] +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/repeater_locked_1tick.json b/desktopRuntime/resources/assets/minecraft/models/block/repeater_locked_1tick.json new file mode 100755 index 00000000..0a7fe020 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/repeater_locked_1tick.json @@ -0,0 +1,45 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/repeater_off", + "slab": "blocks/stone_slab_top", + "top": "blocks/repeater_off", + "lock": "blocks/bedrock", + "unlit": "blocks/redstone_torch_off" + }, + "elements": [ + { "from": [ 0, 0, 0 ], + "to": [ 16, 2, 16 ], + "faces": { + "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#slab", "cullface": "down" }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#top" }, + "north": { "uv": [ 0, 14, 16, 16 ], "texture": "#slab", "cullface": "north" }, + "south": { "uv": [ 0, 14, 16, 16 ], "texture": "#slab", "cullface": "south" }, + "west": { "uv": [ 0, 14, 16, 16 ], "texture": "#slab", "cullface": "west" }, + "east": { "uv": [ 0, 14, 16, 16 ], "texture": "#slab", "cullface": "east" } + } + }, + { "from": [ 2, 2, 6 ], + "to": [ 14, 4, 8 ], + "faces": { + "down": { "uv": [ 7, 2, 9, 14 ], "texture": "#lock", "rotation": 90 }, + "up": { "uv": [ 7, 2, 9, 14 ], "texture": "#lock", "rotation": 90 }, + "north": { "uv": [ 2, 7, 14, 9 ], "texture": "#lock" }, + "south": { "uv": [ 2, 7, 14, 9 ], "texture": "#lock" }, + "west": { "uv": [ 6, 7, 8, 9 ], "texture": "#lock" }, + "east": { "uv": [ 6, 7, 8, 9 ], "texture": "#lock" } + } + }, + { "from": [ 7, 2, 2 ], + "to": [ 9, 7, 4 ], + "faces": { + "down": { "uv": [ 7, 13, 9, 15 ], "texture": "#unlit" }, + "up": { "uv": [ 7, 6, 9, 8 ], "texture": "#unlit" }, + "north": { "uv": [ 7, 6, 9, 11 ], "texture": "#unlit" }, + "south": { "uv": [ 7, 6, 9, 11 ], "texture": "#unlit" }, + "west": { "uv": [ 7, 6, 9, 11 ], "texture": "#unlit" }, + "east": { "uv": [ 7, 6, 9, 11 ], "texture": "#unlit" } + } + } + ] +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/repeater_locked_2tick.json b/desktopRuntime/resources/assets/minecraft/models/block/repeater_locked_2tick.json new file mode 100755 index 00000000..339b269b --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/repeater_locked_2tick.json @@ -0,0 +1,45 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/repeater_off", + "slab": "blocks/stone_slab_top", + "top": "blocks/repeater_off", + "lock": "blocks/bedrock", + "unlit": "blocks/redstone_torch_off" + }, + "elements": [ + { "from": [ 0, 0, 0 ], + "to": [ 16, 2, 16 ], + "faces": { + "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#slab", "cullface": "down" }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#top" }, + "north": { "uv": [ 0, 14, 16, 16 ], "texture": "#slab", "cullface": "north" }, + "south": { "uv": [ 0, 14, 16, 16 ], "texture": "#slab", "cullface": "south" }, + "west": { "uv": [ 0, 14, 16, 16 ], "texture": "#slab", "cullface": "west" }, + "east": { "uv": [ 0, 14, 16, 16 ], "texture": "#slab", "cullface": "east" } + } + }, + { "from": [ 2, 2, 8 ], + "to": [ 14, 4, 10 ], + "faces": { + "down": { "uv": [ 7, 2, 9, 14 ], "texture": "#lock", "rotation": 90 }, + "up": { "uv": [ 7, 2, 9, 14 ], "texture": "#lock", "rotation": 90 }, + "north": { "uv": [ 2, 7, 14, 9 ], "texture": "#lock" }, + "south": { "uv": [ 2, 7, 14, 9 ], "texture": "#lock" }, + "west": { "uv": [ 6, 7, 8, 9 ], "texture": "#lock" }, + "east": { "uv": [ 6, 7, 8, 9 ], "texture": "#lock" } + } + }, + { "from": [ 7, 2, 2 ], + "to": [ 9, 7, 4 ], + "faces": { + "down": { "uv": [ 7, 13, 9, 15 ], "texture": "#unlit" }, + "up": { "uv": [ 7, 6, 9, 8 ], "texture": "#unlit" }, + "north": { "uv": [ 7, 6, 9, 11 ], "texture": "#unlit" }, + "south": { "uv": [ 7, 6, 9, 11 ], "texture": "#unlit" }, + "west": { "uv": [ 7, 6, 9, 11 ], "texture": "#unlit" }, + "east": { "uv": [ 7, 6, 9, 11 ], "texture": "#unlit" } + } + } + ] +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/repeater_locked_3tick.json b/desktopRuntime/resources/assets/minecraft/models/block/repeater_locked_3tick.json new file mode 100755 index 00000000..b199a7ef --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/repeater_locked_3tick.json @@ -0,0 +1,45 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/repeater_off", + "slab": "blocks/stone_slab_top", + "top": "blocks/repeater_off", + "lock": "blocks/bedrock", + "unlit": "blocks/redstone_torch_off" + }, + "elements": [ + { "from": [ 0, 0, 0 ], + "to": [ 16, 2, 16 ], + "faces": { + "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#slab", "cullface": "down" }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#top" }, + "north": { "uv": [ 0, 14, 16, 16 ], "texture": "#slab", "cullface": "north" }, + "south": { "uv": [ 0, 14, 16, 16 ], "texture": "#slab", "cullface": "south" }, + "west": { "uv": [ 0, 14, 16, 16 ], "texture": "#slab", "cullface": "west" }, + "east": { "uv": [ 0, 14, 16, 16 ], "texture": "#slab", "cullface": "east" } + } + }, + { "from": [ 2, 2, 10 ], + "to": [ 14, 4, 12 ], + "faces": { + "down": { "uv": [ 7, 2, 9, 14 ], "texture": "#lock", "rotation": 90 }, + "up": { "uv": [ 7, 2, 9, 14 ], "texture": "#lock", "rotation": 90 }, + "north": { "uv": [ 2, 7, 14, 9 ], "texture": "#lock" }, + "south": { "uv": [ 2, 7, 14, 9 ], "texture": "#lock" }, + "west": { "uv": [ 6, 7, 8, 9 ], "texture": "#lock" }, + "east": { "uv": [ 6, 7, 8, 9 ], "texture": "#lock" } + } + }, + { "from": [ 7, 2, 2 ], + "to": [ 9, 7, 4 ], + "faces": { + "down": { "uv": [ 7, 13, 9, 15 ], "texture": "#unlit" }, + "up": { "uv": [ 7, 6, 9, 8 ], "texture": "#unlit" }, + "north": { "uv": [ 7, 6, 9, 11 ], "texture": "#unlit" }, + "south": { "uv": [ 7, 6, 9, 11 ], "texture": "#unlit" }, + "west": { "uv": [ 7, 6, 9, 11 ], "texture": "#unlit" }, + "east": { "uv": [ 7, 6, 9, 11 ], "texture": "#unlit" } + } + } + ] +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/repeater_locked_4tick.json b/desktopRuntime/resources/assets/minecraft/models/block/repeater_locked_4tick.json new file mode 100755 index 00000000..8b3b9d15 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/repeater_locked_4tick.json @@ -0,0 +1,45 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/repeater_off", + "slab": "blocks/stone_slab_top", + "top": "blocks/repeater_off", + "lock": "blocks/bedrock", + "unlit": "blocks/redstone_torch_off" + }, + "elements": [ + { "from": [ 0, 0, 0 ], + "to": [ 16, 2, 16 ], + "faces": { + "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#slab", "cullface": "down" }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#top" }, + "north": { "uv": [ 0, 14, 16, 16 ], "texture": "#slab", "cullface": "north" }, + "south": { "uv": [ 0, 14, 16, 16 ], "texture": "#slab", "cullface": "south" }, + "west": { "uv": [ 0, 14, 16, 16 ], "texture": "#slab", "cullface": "west" }, + "east": { "uv": [ 0, 14, 16, 16 ], "texture": "#slab", "cullface": "east" } + } + }, + { "from": [ 2, 2, 12 ], + "to": [ 14, 4, 14 ], + "faces": { + "down": { "uv": [ 7, 2, 9, 14 ], "texture": "#lock", "rotation": 90 }, + "up": { "uv": [ 7, 2, 9, 14 ], "texture": "#lock", "rotation": 90 }, + "north": { "uv": [ 2, 7, 14, 9 ], "texture": "#lock" }, + "south": { "uv": [ 2, 7, 14, 9 ], "texture": "#lock" }, + "west": { "uv": [ 6, 7, 8, 9 ], "texture": "#lock" }, + "east": { "uv": [ 6, 7, 8, 9 ], "texture": "#lock" } + } + }, + { "from": [ 7, 2, 2 ], + "to": [ 9, 7, 4 ], + "faces": { + "down": { "uv": [ 7, 13, 9, 15 ], "texture": "#unlit" }, + "up": { "uv": [ 7, 6, 9, 8 ], "texture": "#unlit" }, + "north": { "uv": [ 7, 6, 9, 11 ], "texture": "#unlit" }, + "south": { "uv": [ 7, 6, 9, 11 ], "texture": "#unlit" }, + "west": { "uv": [ 7, 6, 9, 11 ], "texture": "#unlit" }, + "east": { "uv": [ 7, 6, 9, 11 ], "texture": "#unlit" } + } + } + ] +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/repeater_on_1tick.json b/desktopRuntime/resources/assets/minecraft/models/block/repeater_on_1tick.json new file mode 100755 index 00000000..ff19a91d --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/repeater_on_1tick.json @@ -0,0 +1,62 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/repeater_on", + "slab": "blocks/stone_slab_top", + "top": "blocks/repeater_on", + "lit": "blocks/redstone_torch_on" + }, + "elements": [ + { "from": [ 0, 0, 0 ], + "to": [ 16, 2, 16 ], + "faces": { + "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#slab", "cullface": "down" }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#top" }, + "north": { "uv": [ 0, 14, 16, 16 ], "texture": "#slab", "cullface": "north" }, + "south": { "uv": [ 0, 14, 16, 16 ], "texture": "#slab", "cullface": "south" }, + "west": { "uv": [ 0, 14, 16, 16 ], "texture": "#slab", "cullface": "west" }, + "east": { "uv": [ 0, 14, 16, 16 ], "texture": "#slab", "cullface": "east" } + } + }, + { "from": [ 7, 7, 6 ], + "to": [ 9, 7, 8 ], + "faces": { + "up": { "uv": [ 7, 6, 9, 8 ], "texture": "#lit" } + } + }, + { "from": [ 7, 2, 5 ], + "to": [ 9, 8, 9 ], + "faces": { + "west": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, + "east": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } + } + }, + { "from": [ 6, 2, 6 ], + "to": [ 10, 8, 8 ], + "faces": { + "north": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, + "south": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } + } + }, + { "from": [ 7, 7, 2 ], + "to": [ 9, 7, 4 ], + "faces": { + "up": { "uv": [ 7, 6, 9, 8 ], "texture": "#lit" } + } + }, + { "from": [ 7, 2, 1 ], + "to": [ 9, 8, 5 ], + "faces": { + "west": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, + "east": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } + } + }, + { "from": [ 6, 2, 2 ], + "to": [ 10, 8, 4 ], + "faces": { + "north": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, + "south": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } + } + } + ] +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/repeater_on_2tick.json b/desktopRuntime/resources/assets/minecraft/models/block/repeater_on_2tick.json new file mode 100755 index 00000000..b686e744 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/repeater_on_2tick.json @@ -0,0 +1,62 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/repeater_on", + "slab": "blocks/stone_slab_top", + "top": "blocks/repeater_on", + "lit": "blocks/redstone_torch_on" + }, + "elements": [ + { "from": [ 0, 0, 0 ], + "to": [ 16, 2, 16 ], + "faces": { + "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#slab", "cullface": "down" }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#top" }, + "north": { "uv": [ 0, 14, 16, 16 ], "texture": "#slab", "cullface": "north" }, + "south": { "uv": [ 0, 14, 16, 16 ], "texture": "#slab", "cullface": "south" }, + "west": { "uv": [ 0, 14, 16, 16 ], "texture": "#slab", "cullface": "west" }, + "east": { "uv": [ 0, 14, 16, 16 ], "texture": "#slab", "cullface": "east" } + } + }, + { "from": [ 7, 7, 8 ], + "to": [ 9, 7, 10 ], + "faces": { + "up": { "uv": [ 7, 6, 9, 8 ], "texture": "#lit" } + } + }, + { "from": [ 7, 2, 7 ], + "to": [ 9, 8, 11 ], + "faces": { + "west": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, + "east": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } + } + }, + { "from": [ 6, 2, 8 ], + "to": [ 10, 8, 10 ], + "faces": { + "north": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, + "south": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } + } + }, + { "from": [ 7, 7, 2 ], + "to": [ 9, 7, 4 ], + "faces": { + "up": { "uv": [ 7, 6, 9, 8 ], "texture": "#lit" } + } + }, + { "from": [ 7, 2, 1 ], + "to": [ 9, 8, 5 ], + "faces": { + "west": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, + "east": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } + } + }, + { "from": [ 6, 2, 2 ], + "to": [ 10, 8, 4 ], + "faces": { + "north": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, + "south": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } + } + } + ] +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/repeater_on_3tick.json b/desktopRuntime/resources/assets/minecraft/models/block/repeater_on_3tick.json new file mode 100755 index 00000000..6ca2e6db --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/repeater_on_3tick.json @@ -0,0 +1,62 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/repeater_on", + "slab": "blocks/stone_slab_top", + "top": "blocks/repeater_on", + "lit": "blocks/redstone_torch_on" + }, + "elements": [ + { "from": [ 0, 0, 0 ], + "to": [ 16, 2, 16 ], + "faces": { + "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#slab", "cullface": "down" }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#top" }, + "north": { "uv": [ 0, 14, 16, 16 ], "texture": "#slab", "cullface": "north" }, + "south": { "uv": [ 0, 14, 16, 16 ], "texture": "#slab", "cullface": "south" }, + "west": { "uv": [ 0, 14, 16, 16 ], "texture": "#slab", "cullface": "west" }, + "east": { "uv": [ 0, 14, 16, 16 ], "texture": "#slab", "cullface": "east" } + } + }, + { "from": [ 7, 7, 10 ], + "to": [ 9, 7, 12 ], + "faces": { + "up": { "uv": [ 7, 6, 9, 8 ], "texture": "#lit" } + } + }, + { "from": [ 7, 2, 9 ], + "to": [ 9, 8, 13 ], + "faces": { + "west": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, + "east": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } + } + }, + { "from": [ 6, 2, 10 ], + "to": [ 10, 8, 12 ], + "faces": { + "north": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, + "south": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } + } + }, + { "from": [ 7, 7, 2 ], + "to": [ 9, 7, 4 ], + "faces": { + "up": { "uv": [ 7, 6, 9, 8 ], "texture": "#lit" } + } + }, + { "from": [ 7, 2, 1 ], + "to": [ 9, 8, 5 ], + "faces": { + "west": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, + "east": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } + } + }, + { "from": [ 6, 2, 2 ], + "to": [ 10, 8, 4 ], + "faces": { + "north": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, + "south": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } + } + } + ] +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/repeater_on_4tick.json b/desktopRuntime/resources/assets/minecraft/models/block/repeater_on_4tick.json new file mode 100755 index 00000000..3db4e612 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/repeater_on_4tick.json @@ -0,0 +1,62 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/repeater_on", + "slab": "blocks/stone_slab_top", + "top": "blocks/repeater_on", + "lit": "blocks/redstone_torch_on" + }, + "elements": [ + { "from": [ 0, 0, 0 ], + "to": [ 16, 2, 16 ], + "faces": { + "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#slab", "cullface": "down" }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#top" }, + "north": { "uv": [ 0, 14, 16, 16 ], "texture": "#slab", "cullface": "north" }, + "south": { "uv": [ 0, 14, 16, 16 ], "texture": "#slab", "cullface": "south" }, + "west": { "uv": [ 0, 14, 16, 16 ], "texture": "#slab", "cullface": "west" }, + "east": { "uv": [ 0, 14, 16, 16 ], "texture": "#slab", "cullface": "east" } + } + }, + { "from": [ 7, 7, 12 ], + "to": [ 9, 7, 14 ], + "faces": { + "up": { "uv": [ 7, 6, 9, 8 ], "texture": "#lit" } + } + }, + { "from": [ 7, 2, 11 ], + "to": [ 9, 8, 15 ], + "faces": { + "west": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, + "east": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } + } + }, + { "from": [ 6, 2, 12 ], + "to": [ 10, 8, 14 ], + "faces": { + "north": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, + "south": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } + } + }, + { "from": [ 7, 7, 2 ], + "to": [ 9, 7, 4 ], + "faces": { + "up": { "uv": [ 7, 6, 9, 8 ], "texture": "#lit" } + } + }, + { "from": [ 7, 2, 1 ], + "to": [ 9, 8, 5 ], + "faces": { + "west": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, + "east": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } + } + }, + { "from": [ 6, 2, 2 ], + "to": [ 10, 8, 4 ], + "faces": { + "north": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, + "south": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } + } + } + ] +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/repeater_on_locked_1tick.json b/desktopRuntime/resources/assets/minecraft/models/block/repeater_on_locked_1tick.json new file mode 100755 index 00000000..9c4139d0 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/repeater_on_locked_1tick.json @@ -0,0 +1,54 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/repeater_on", + "slab": "blocks/stone_slab_top", + "top": "blocks/repeater_on", + "lit": "blocks/redstone_torch_on", + "lock": "blocks/bedrock" + }, + "elements": [ + { "from": [ 0, 0, 0 ], + "to": [ 16, 2, 16 ], + "faces": { + "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#slab", "cullface": "down" }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#top" }, + "north": { "uv": [ 0, 14, 16, 16 ], "texture": "#slab", "cullface": "north" }, + "south": { "uv": [ 0, 14, 16, 16 ], "texture": "#slab", "cullface": "south" }, + "west": { "uv": [ 0, 14, 16, 16 ], "texture": "#slab", "cullface": "west" }, + "east": { "uv": [ 0, 14, 16, 16 ], "texture": "#slab", "cullface": "east" } + } + }, + { "from": [ 2, 2, 6 ], + "to": [ 14, 4, 8 ], + "faces": { + "down": { "uv": [ 7, 2, 9, 14 ], "texture": "#lock", "rotation": 90 }, + "up": { "uv": [ 7, 2, 9, 14 ], "texture": "#lock", "rotation": 90 }, + "north": { "uv": [ 2, 7, 14, 9 ], "texture": "#lock" }, + "south": { "uv": [ 2, 7, 14, 9 ], "texture": "#lock" }, + "west": { "uv": [ 6, 7, 8, 9 ], "texture": "#lock" }, + "east": { "uv": [ 6, 7, 8, 9 ], "texture": "#lock" } + } + }, + { "from": [ 7, 7, 2 ], + "to": [ 9, 7, 4 ], + "faces": { + "up": { "uv": [ 7, 6, 9, 8 ], "texture": "#lit" } + } + }, + { "from": [ 7, 2, 1 ], + "to": [ 9, 8, 5 ], + "faces": { + "west": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, + "east": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } + } + }, + { "from": [ 6, 2, 2 ], + "to": [ 10, 8, 4 ], + "faces": { + "north": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, + "south": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } + } + } + ] +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/repeater_on_locked_2tick.json b/desktopRuntime/resources/assets/minecraft/models/block/repeater_on_locked_2tick.json new file mode 100755 index 00000000..37733f9a --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/repeater_on_locked_2tick.json @@ -0,0 +1,54 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/repeater_on", + "slab": "blocks/stone_slab_top", + "top": "blocks/repeater_on", + "lit": "blocks/redstone_torch_on", + "lock": "blocks/bedrock" + }, + "elements": [ + { "from": [ 0, 0, 0 ], + "to": [ 16, 2, 16 ], + "faces": { + "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#slab", "cullface": "down" }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#top" }, + "north": { "uv": [ 0, 14, 16, 16 ], "texture": "#slab", "cullface": "north" }, + "south": { "uv": [ 0, 14, 16, 16 ], "texture": "#slab", "cullface": "south" }, + "west": { "uv": [ 0, 14, 16, 16 ], "texture": "#slab", "cullface": "west" }, + "east": { "uv": [ 0, 14, 16, 16 ], "texture": "#slab", "cullface": "east" } + } + }, + { "from": [ 2, 2, 8 ], + "to": [ 14, 4, 10 ], + "faces": { + "down": { "uv": [ 7, 2, 9, 14 ], "texture": "#lock", "rotation": 90 }, + "up": { "uv": [ 7, 2, 9, 14 ], "texture": "#lock", "rotation": 90 }, + "north": { "uv": [ 2, 7, 14, 9 ], "texture": "#lock" }, + "south": { "uv": [ 2, 7, 14, 9 ], "texture": "#lock" }, + "west": { "uv": [ 6, 7, 8, 9 ], "texture": "#lock" }, + "east": { "uv": [ 6, 7, 8, 9 ], "texture": "#lock" } + } + }, + { "from": [ 7, 7, 2 ], + "to": [ 9, 7, 4 ], + "faces": { + "up": { "uv": [ 7, 6, 9, 8 ], "texture": "#lit" } + } + }, + { "from": [ 7, 2, 1 ], + "to": [ 9, 8, 5 ], + "faces": { + "west": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, + "east": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } + } + }, + { "from": [ 6, 2, 2 ], + "to": [ 10, 8, 4 ], + "faces": { + "north": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, + "south": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } + } + } + ] +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/repeater_on_locked_3tick.json b/desktopRuntime/resources/assets/minecraft/models/block/repeater_on_locked_3tick.json new file mode 100755 index 00000000..2e0a04bb --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/repeater_on_locked_3tick.json @@ -0,0 +1,54 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/repeater_on", + "slab": "blocks/stone_slab_top", + "top": "blocks/repeater_on", + "lit": "blocks/redstone_torch_on", + "lock": "blocks/bedrock" + }, + "elements": [ + { "from": [ 0, 0, 0 ], + "to": [ 16, 2, 16 ], + "faces": { + "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#slab", "cullface": "down" }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#top" }, + "north": { "uv": [ 0, 14, 16, 16 ], "texture": "#slab", "cullface": "north" }, + "south": { "uv": [ 0, 14, 16, 16 ], "texture": "#slab", "cullface": "south" }, + "west": { "uv": [ 0, 14, 16, 16 ], "texture": "#slab", "cullface": "west" }, + "east": { "uv": [ 0, 14, 16, 16 ], "texture": "#slab", "cullface": "east" } + } + }, + { "from": [ 2, 2, 10 ], + "to": [ 14, 4, 12 ], + "faces": { + "down": { "uv": [ 7, 2, 9, 14 ], "texture": "#lock", "rotation": 90 }, + "up": { "uv": [ 7, 2, 9, 14 ], "texture": "#lock", "rotation": 90 }, + "north": { "uv": [ 2, 7, 14, 9 ], "texture": "#lock" }, + "south": { "uv": [ 2, 7, 14, 9 ], "texture": "#lock" }, + "west": { "uv": [ 6, 7, 8, 9 ], "texture": "#lock" }, + "east": { "uv": [ 6, 7, 8, 9 ], "texture": "#lock" } + } + }, + { "from": [ 7, 7, 2 ], + "to": [ 9, 7, 4 ], + "faces": { + "up": { "uv": [ 7, 6, 9, 8 ], "texture": "#lit" } + } + }, + { "from": [ 7, 2, 1 ], + "to": [ 9, 8, 5 ], + "faces": { + "west": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, + "east": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } + } + }, + { "from": [ 6, 2, 2 ], + "to": [ 10, 8, 4 ], + "faces": { + "north": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, + "south": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } + } + } + ] +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/repeater_on_locked_4tick.json b/desktopRuntime/resources/assets/minecraft/models/block/repeater_on_locked_4tick.json new file mode 100755 index 00000000..367f324b --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/repeater_on_locked_4tick.json @@ -0,0 +1,54 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/repeater_on", + "slab": "blocks/stone_slab_top", + "top": "blocks/repeater_on", + "lit": "blocks/redstone_torch_on", + "lock": "blocks/bedrock" + }, + "elements": [ + { "from": [ 0, 0, 0 ], + "to": [ 16, 2, 16 ], + "faces": { + "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#slab", "cullface": "down" }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#top" }, + "north": { "uv": [ 0, 14, 16, 16 ], "texture": "#slab", "cullface": "north" }, + "south": { "uv": [ 0, 14, 16, 16 ], "texture": "#slab", "cullface": "south" }, + "west": { "uv": [ 0, 14, 16, 16 ], "texture": "#slab", "cullface": "west" }, + "east": { "uv": [ 0, 14, 16, 16 ], "texture": "#slab", "cullface": "east" } + } + }, + { "from": [ 2, 2, 12 ], + "to": [ 14, 4, 14 ], + "faces": { + "down": { "uv": [ 7, 2, 9, 14 ], "texture": "#lock", "rotation": 90 }, + "up": { "uv": [ 7, 2, 9, 14 ], "texture": "#lock", "rotation": 90 }, + "north": { "uv": [ 2, 7, 14, 9 ], "texture": "#lock" }, + "south": { "uv": [ 2, 7, 14, 9 ], "texture": "#lock" }, + "west": { "uv": [ 6, 7, 8, 9 ], "texture": "#lock" }, + "east": { "uv": [ 6, 7, 8, 9 ], "texture": "#lock" } + } + }, + { "from": [ 7, 7, 2 ], + "to": [ 9, 7, 4 ], + "faces": { + "up": { "uv": [ 7, 6, 9, 8 ], "texture": "#lit" } + } + }, + { "from": [ 7, 2, 1 ], + "to": [ 9, 8, 5 ], + "faces": { + "west": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, + "east": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } + } + }, + { "from": [ 6, 2, 2 ], + "to": [ 10, 8, 4 ], + "faces": { + "north": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" }, + "south": { "uv": [ 6, 5, 10, 11 ], "texture": "#lit" } + } + } + ] +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/sand.json b/desktopRuntime/resources/assets/minecraft/models/block/sand.json new file mode 100755 index 00000000..09e016c2 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/sand.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/sand" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/sandstone_all.json b/desktopRuntime/resources/assets/minecraft/models/block/sandstone_all.json new file mode 100755 index 00000000..71580cc2 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/sandstone_all.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/sandstone_top" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/sandstone_chiseled.json b/desktopRuntime/resources/assets/minecraft/models/block/sandstone_chiseled.json new file mode 100755 index 00000000..859749ab --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/sandstone_chiseled.json @@ -0,0 +1,7 @@ +{ + "parent": "block/cube_column", + "textures": { + "end": "blocks/sandstone_top", + "side": "blocks/sandstone_carved" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/sandstone_inner_stairs.json b/desktopRuntime/resources/assets/minecraft/models/block/sandstone_inner_stairs.json new file mode 100755 index 00000000..012dc4a2 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/sandstone_inner_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/inner_stairs", + "textures": { + "bottom": "blocks/sandstone_bottom", + "top": "blocks/sandstone_top", + "side": "blocks/sandstone_normal" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/sandstone_normal.json b/desktopRuntime/resources/assets/minecraft/models/block/sandstone_normal.json new file mode 100755 index 00000000..f03dc38d --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/sandstone_normal.json @@ -0,0 +1,8 @@ +{ + "parent": "block/cube_bottom_top", + "textures": { + "bottom": "blocks/sandstone_bottom", + "top": "blocks/sandstone_top", + "side": "blocks/sandstone_normal" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/sandstone_outer_stairs.json b/desktopRuntime/resources/assets/minecraft/models/block/sandstone_outer_stairs.json new file mode 100755 index 00000000..33260efb --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/sandstone_outer_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/outer_stairs", + "textures": { + "bottom": "blocks/sandstone_bottom", + "top": "blocks/sandstone_top", + "side": "blocks/sandstone_normal" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/sandstone_smooth.json b/desktopRuntime/resources/assets/minecraft/models/block/sandstone_smooth.json new file mode 100755 index 00000000..cfed673f --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/sandstone_smooth.json @@ -0,0 +1,7 @@ +{ + "parent": "block/cube_column", + "textures": { + "end": "blocks/sandstone_top", + "side": "blocks/sandstone_smooth" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/sandstone_stairs.json b/desktopRuntime/resources/assets/minecraft/models/block/sandstone_stairs.json new file mode 100755 index 00000000..cb5ed329 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/sandstone_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/stairs", + "textures": { + "bottom": "blocks/sandstone_bottom", + "top": "blocks/sandstone_top", + "side": "blocks/sandstone_normal" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/sea_lantern.json b/desktopRuntime/resources/assets/minecraft/models/block/sea_lantern.json new file mode 100755 index 00000000..2c57ec98 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/sea_lantern.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/sea_lantern" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/silver_pane_n.json b/desktopRuntime/resources/assets/minecraft/models/block/silver_pane_n.json new file mode 100755 index 00000000..30b7521d --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/silver_pane_n.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_n", + "textures": { + "edge": "blocks/glass_pane_top_silver", + "pane": "blocks/glass_silver" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/silver_pane_ne.json b/desktopRuntime/resources/assets/minecraft/models/block/silver_pane_ne.json new file mode 100755 index 00000000..1eb26c9b --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/silver_pane_ne.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_ne", + "textures": { + "edge": "blocks/glass_pane_top_silver", + "pane": "blocks/glass_silver" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/silver_pane_new.json b/desktopRuntime/resources/assets/minecraft/models/block/silver_pane_new.json new file mode 100755 index 00000000..0771dd31 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/silver_pane_new.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_new", + "textures": { + "edge": "blocks/glass_pane_top_silver", + "pane": "blocks/glass_silver" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/silver_pane_ns.json b/desktopRuntime/resources/assets/minecraft/models/block/silver_pane_ns.json new file mode 100755 index 00000000..60af85a2 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/silver_pane_ns.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_ns", + "textures": { + "edge": "blocks/glass_pane_top_silver", + "pane": "blocks/glass_silver" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/silver_pane_nse.json b/desktopRuntime/resources/assets/minecraft/models/block/silver_pane_nse.json new file mode 100755 index 00000000..b8afdf09 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/silver_pane_nse.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_nse", + "textures": { + "edge": "blocks/glass_pane_top_silver", + "pane": "blocks/glass_silver" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/silver_pane_nsew.json b/desktopRuntime/resources/assets/minecraft/models/block/silver_pane_nsew.json new file mode 100755 index 00000000..fdba9cb2 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/silver_pane_nsew.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_nsew", + "textures": { + "edge": "blocks/glass_pane_top_silver", + "pane": "blocks/glass_silver" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/silver_pane_nsw.json b/desktopRuntime/resources/assets/minecraft/models/block/silver_pane_nsw.json new file mode 100755 index 00000000..1c3202f7 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/silver_pane_nsw.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_nsw", + "textures": { + "edge": "blocks/glass_pane_top_silver", + "pane": "blocks/glass_silver" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/silver_pane_nw.json b/desktopRuntime/resources/assets/minecraft/models/block/silver_pane_nw.json new file mode 100755 index 00000000..2a3fddfb --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/silver_pane_nw.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_nw", + "textures": { + "edge": "blocks/glass_pane_top_silver", + "pane": "blocks/glass_silver" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/silver_pane_s.json b/desktopRuntime/resources/assets/minecraft/models/block/silver_pane_s.json new file mode 100755 index 00000000..e20f3ddc --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/silver_pane_s.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_s", + "textures": { + "edge": "blocks/glass_pane_top_silver", + "pane": "blocks/glass_silver" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/silver_pane_se.json b/desktopRuntime/resources/assets/minecraft/models/block/silver_pane_se.json new file mode 100755 index 00000000..5979d3ca --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/silver_pane_se.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_se", + "textures": { + "edge": "blocks/glass_pane_top_silver", + "pane": "blocks/glass_silver" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/silver_pane_sew.json b/desktopRuntime/resources/assets/minecraft/models/block/silver_pane_sew.json new file mode 100755 index 00000000..db3d963f --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/silver_pane_sew.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_sew", + "textures": { + "edge": "blocks/glass_pane_top_silver", + "pane": "blocks/glass_silver" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/silver_pane_sw.json b/desktopRuntime/resources/assets/minecraft/models/block/silver_pane_sw.json new file mode 100755 index 00000000..6e30e9e6 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/silver_pane_sw.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_sw", + "textures": { + "edge": "blocks/glass_pane_top_silver", + "pane": "blocks/glass_silver" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/silver_wool.json b/desktopRuntime/resources/assets/minecraft/models/block/silver_wool.json new file mode 100755 index 00000000..ac513a06 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/silver_wool.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/wool_colored_silver" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/slime.json b/desktopRuntime/resources/assets/minecraft/models/block/slime.json new file mode 100755 index 00000000..8234263b --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/slime.json @@ -0,0 +1,30 @@ +{ + "textures": { + "particle": "blocks/slime", + "texture": "blocks/slime" + }, + "elements": [ + { "from": [ 0, 0, 0 ], + "to": [ 16, 16, 16 ], + "faces": { + "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture" }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture" }, + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture" }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture" }, + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture" }, + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture" } + } + }, + { "from": [ 3, 3, 3 ], + "to": [ 13, 13, 13 ], + "faces": { + "down": { "uv": [ 3, 3, 13, 13 ], "texture": "#texture" }, + "up": { "uv": [ 3, 3, 13, 13 ], "texture": "#texture" }, + "north": { "uv": [ 3, 3, 13, 13 ], "texture": "#texture" }, + "south": { "uv": [ 3, 3, 13, 13 ], "texture": "#texture" }, + "west": { "uv": [ 3, 3, 13, 13 ], "texture": "#texture" }, + "east": { "uv": [ 3, 3, 13, 13 ], "texture": "#texture" } + } + } + ] +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/snow.json b/desktopRuntime/resources/assets/minecraft/models/block/snow.json new file mode 100755 index 00000000..55832f2f --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/snow.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/snow" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/snow_height10.json b/desktopRuntime/resources/assets/minecraft/models/block/snow_height10.json new file mode 100755 index 00000000..6ba74ddf --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/snow_height10.json @@ -0,0 +1,19 @@ +{ + "textures": { + "particle": "blocks/snow", + "texture": "blocks/snow" + }, + "elements": [ + { "from": [ 0, 0, 0 ], + "to": [ 16, 10, 16 ], + "faces": { + "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "cullface": "down" }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture" }, + "north": { "uv": [ 0, 6, 16, 16 ], "texture": "#texture", "cullface": "north" }, + "south": { "uv": [ 0, 6, 16, 16 ], "texture": "#texture", "cullface": "south" }, + "west": { "uv": [ 0, 6, 16, 16 ], "texture": "#texture", "cullface": "west" }, + "east": { "uv": [ 0, 6, 16, 16 ], "texture": "#texture", "cullface": "east" } + } + } + ] +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/snow_height12.json b/desktopRuntime/resources/assets/minecraft/models/block/snow_height12.json new file mode 100755 index 00000000..b552068e --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/snow_height12.json @@ -0,0 +1,19 @@ +{ + "textures": { + "particle": "blocks/snow", + "texture": "blocks/snow" + }, + "elements": [ + { "from": [ 0, 0, 0 ], + "to": [ 16, 12, 16 ], + "faces": { + "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "cullface": "down" }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture" }, + "north": { "uv": [ 0, 4, 16, 16 ], "texture": "#texture", "cullface": "north" }, + "south": { "uv": [ 0, 4, 16, 16 ], "texture": "#texture", "cullface": "south" }, + "west": { "uv": [ 0, 4, 16, 16 ], "texture": "#texture", "cullface": "west" }, + "east": { "uv": [ 0, 4, 16, 16 ], "texture": "#texture", "cullface": "east" } + } + } + ] +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/snow_height14.json b/desktopRuntime/resources/assets/minecraft/models/block/snow_height14.json new file mode 100755 index 00000000..dae9ed6e --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/snow_height14.json @@ -0,0 +1,19 @@ +{ + "textures": { + "particle": "blocks/snow", + "texture": "blocks/snow" + }, + "elements": [ + { "from": [ 0, 0, 0 ], + "to": [ 16, 14, 16 ], + "faces": { + "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "cullface": "down" }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture" }, + "north": { "uv": [ 0, 2, 16, 16 ], "texture": "#texture" }, + "south": { "uv": [ 0, 2, 16, 16 ], "texture": "#texture" }, + "west": { "uv": [ 0, 2, 16, 16 ], "texture": "#texture" }, + "east": { "uv": [ 0, 2, 16, 16 ], "texture": "#texture" } + } + } + ] +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/snow_height2.json b/desktopRuntime/resources/assets/minecraft/models/block/snow_height2.json new file mode 100755 index 00000000..4985ad37 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/snow_height2.json @@ -0,0 +1,19 @@ +{ + "textures": { + "particle": "blocks/snow", + "texture": "blocks/snow" + }, + "elements": [ + { "from": [ 0, 0, 0 ], + "to": [ 16, 2, 16 ], + "faces": { + "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "cullface": "down" }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture" }, + "north": { "uv": [ 0, 14, 16, 16 ], "texture": "#texture", "cullface": "north" }, + "south": { "uv": [ 0, 14, 16, 16 ], "texture": "#texture", "cullface": "south" }, + "west": { "uv": [ 0, 14, 16, 16 ], "texture": "#texture", "cullface": "west" }, + "east": { "uv": [ 0, 14, 16, 16 ], "texture": "#texture", "cullface": "east" } + } + } + ] +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/snow_height4.json b/desktopRuntime/resources/assets/minecraft/models/block/snow_height4.json new file mode 100755 index 00000000..30228db1 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/snow_height4.json @@ -0,0 +1,19 @@ +{ + "textures": { + "particle": "blocks/snow", + "texture": "blocks/snow" + }, + "elements": [ + { "from": [ 0, 0, 0 ], + "to": [ 16, 4, 16 ], + "faces": { + "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "cullface": "down" }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture" }, + "north": { "uv": [ 0, 12, 16, 16 ], "texture": "#texture", "cullface": "north" }, + "south": { "uv": [ 0, 12, 16, 16 ], "texture": "#texture", "cullface": "south" }, + "west": { "uv": [ 0, 12, 16, 16 ], "texture": "#texture", "cullface": "west" }, + "east": { "uv": [ 0, 12, 16, 16 ], "texture": "#texture", "cullface": "east" } + } + } + ] +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/snow_height6.json b/desktopRuntime/resources/assets/minecraft/models/block/snow_height6.json new file mode 100755 index 00000000..79e99dc0 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/snow_height6.json @@ -0,0 +1,19 @@ +{ + "textures": { + "particle": "blocks/snow", + "texture": "blocks/snow" + }, + "elements": [ + { "from": [ 0, 0, 0 ], + "to": [ 16, 6, 16 ], + "faces": { + "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "cullface": "down" }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture" }, + "north": { "uv": [ 0, 10, 16, 16 ], "texture": "#texture", "cullface": "north" }, + "south": { "uv": [ 0, 10, 16, 16 ], "texture": "#texture", "cullface": "south" }, + "west": { "uv": [ 0, 10, 16, 16 ], "texture": "#texture", "cullface": "west" }, + "east": { "uv": [ 0, 10, 16, 16 ], "texture": "#texture", "cullface": "east" } + } + } + ] +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/snow_height8.json b/desktopRuntime/resources/assets/minecraft/models/block/snow_height8.json new file mode 100755 index 00000000..835ba8b2 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/snow_height8.json @@ -0,0 +1,19 @@ +{ + "textures": { + "particle": "blocks/snow", + "texture": "blocks/snow" + }, + "elements": [ + { "from": [ 0, 0, 0 ], + "to": [ 16, 8, 16 ], + "faces": { + "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "cullface": "down" }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture" }, + "north": { "uv": [ 0, 8, 16, 16 ], "texture": "#texture", "cullface": "north" }, + "south": { "uv": [ 0, 8, 16, 16 ], "texture": "#texture", "cullface": "south" }, + "west": { "uv": [ 0, 8, 16, 16 ], "texture": "#texture", "cullface": "west" }, + "east": { "uv": [ 0, 8, 16, 16 ], "texture": "#texture", "cullface": "east" } + } + } + ] +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/soul_sand.json b/desktopRuntime/resources/assets/minecraft/models/block/soul_sand.json new file mode 100755 index 00000000..74de76a2 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/soul_sand.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/soul_sand" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/sponge.json b/desktopRuntime/resources/assets/minecraft/models/block/sponge.json new file mode 100755 index 00000000..3ab72b25 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/sponge.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/sponge" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/sponge_wet.json b/desktopRuntime/resources/assets/minecraft/models/block/sponge_wet.json new file mode 100755 index 00000000..0169d46b --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/sponge_wet.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/sponge_wet" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/spruce_bark.json b/desktopRuntime/resources/assets/minecraft/models/block/spruce_bark.json new file mode 100755 index 00000000..efc8b821 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/spruce_bark.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/log_spruce" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/spruce_door_bottom.json b/desktopRuntime/resources/assets/minecraft/models/block/spruce_door_bottom.json new file mode 100755 index 00000000..064692af --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/spruce_door_bottom.json @@ -0,0 +1,7 @@ +{ + "parent": "block/door_bottom", + "textures": { + "bottom": "blocks/door_spruce_lower", + "top": "blocks/door_spruce_upper" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/spruce_door_bottom_rh.json b/desktopRuntime/resources/assets/minecraft/models/block/spruce_door_bottom_rh.json new file mode 100755 index 00000000..3321f03d --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/spruce_door_bottom_rh.json @@ -0,0 +1,7 @@ +{ + "parent": "block/door_bottom_rh", + "textures": { + "bottom": "blocks/door_spruce_lower", + "top": "blocks/door_spruce_upper" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/spruce_door_top.json b/desktopRuntime/resources/assets/minecraft/models/block/spruce_door_top.json new file mode 100755 index 00000000..6082c756 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/spruce_door_top.json @@ -0,0 +1,7 @@ +{ + "parent": "block/door_top", + "textures": { + "bottom": "blocks/door_spruce_lower", + "top": "blocks/door_spruce_upper" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/spruce_door_top_rh.json b/desktopRuntime/resources/assets/minecraft/models/block/spruce_door_top_rh.json new file mode 100755 index 00000000..6a880c0f --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/spruce_door_top_rh.json @@ -0,0 +1,7 @@ +{ + "parent": "block/door_top_rh", + "textures": { + "bottom": "blocks/door_spruce_lower", + "top": "blocks/door_spruce_upper" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/spruce_fence_gate_closed.json b/desktopRuntime/resources/assets/minecraft/models/block/spruce_fence_gate_closed.json new file mode 100755 index 00000000..a5f66df2 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/spruce_fence_gate_closed.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_gate_closed", + "textures": { + "texture": "blocks/planks_spruce" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/spruce_fence_gate_open.json b/desktopRuntime/resources/assets/minecraft/models/block/spruce_fence_gate_open.json new file mode 100755 index 00000000..96eb260f --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/spruce_fence_gate_open.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_gate_open", + "textures": { + "texture": "blocks/planks_spruce" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/spruce_fence_inventory.json b/desktopRuntime/resources/assets/minecraft/models/block/spruce_fence_inventory.json new file mode 100755 index 00000000..e9cd49f3 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/spruce_fence_inventory.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_inventory", + "textures": { + "texture": "blocks/planks_spruce" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/spruce_fence_n.json b/desktopRuntime/resources/assets/minecraft/models/block/spruce_fence_n.json new file mode 100755 index 00000000..fb9d47e4 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/spruce_fence_n.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_n", + "textures": { + "texture": "blocks/planks_spruce" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/spruce_fence_ne.json b/desktopRuntime/resources/assets/minecraft/models/block/spruce_fence_ne.json new file mode 100755 index 00000000..210e9823 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/spruce_fence_ne.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_ne", + "textures": { + "texture": "blocks/planks_spruce" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/spruce_fence_ns.json b/desktopRuntime/resources/assets/minecraft/models/block/spruce_fence_ns.json new file mode 100755 index 00000000..edcb6bfe --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/spruce_fence_ns.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_ns", + "textures": { + "texture": "blocks/planks_spruce" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/spruce_fence_nse.json b/desktopRuntime/resources/assets/minecraft/models/block/spruce_fence_nse.json new file mode 100755 index 00000000..3eb31192 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/spruce_fence_nse.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_nse", + "textures": { + "texture": "blocks/planks_spruce" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/spruce_fence_nsew.json b/desktopRuntime/resources/assets/minecraft/models/block/spruce_fence_nsew.json new file mode 100755 index 00000000..0a7d1ae6 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/spruce_fence_nsew.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_nsew", + "textures": { + "texture": "blocks/planks_spruce" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/spruce_fence_post.json b/desktopRuntime/resources/assets/minecraft/models/block/spruce_fence_post.json new file mode 100755 index 00000000..1237eac3 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/spruce_fence_post.json @@ -0,0 +1,6 @@ +{ + "parent": "block/fence_post", + "textures": { + "texture": "blocks/planks_spruce" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/spruce_inner_stairs.json b/desktopRuntime/resources/assets/minecraft/models/block/spruce_inner_stairs.json new file mode 100755 index 00000000..93a5dfeb --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/spruce_inner_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/inner_stairs", + "textures": { + "bottom": "blocks/planks_spruce", + "top": "blocks/planks_spruce", + "side": "blocks/planks_spruce" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/spruce_leaves.json b/desktopRuntime/resources/assets/minecraft/models/block/spruce_leaves.json new file mode 100755 index 00000000..87ab3519 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/spruce_leaves.json @@ -0,0 +1,6 @@ +{ + "parent": "block/leaves", + "textures": { + "all": "blocks/leaves_spruce" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/spruce_log.json b/desktopRuntime/resources/assets/minecraft/models/block/spruce_log.json new file mode 100755 index 00000000..175ae829 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/spruce_log.json @@ -0,0 +1,7 @@ +{ + "parent": "block/cube_column", + "textures": { + "end": "blocks/log_spruce_top", + "side": "blocks/log_spruce" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/spruce_log_side.json b/desktopRuntime/resources/assets/minecraft/models/block/spruce_log_side.json new file mode 100755 index 00000000..7e19b0bd --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/spruce_log_side.json @@ -0,0 +1,7 @@ +{ + "parent": "block/column_side", + "textures": { + "end": "blocks/log_spruce_top", + "side": "blocks/log_spruce" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/spruce_outer_stairs.json b/desktopRuntime/resources/assets/minecraft/models/block/spruce_outer_stairs.json new file mode 100755 index 00000000..fd261ccb --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/spruce_outer_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/outer_stairs", + "textures": { + "bottom": "blocks/planks_spruce", + "top": "blocks/planks_spruce", + "side": "blocks/planks_spruce" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/spruce_planks.json b/desktopRuntime/resources/assets/minecraft/models/block/spruce_planks.json new file mode 100755 index 00000000..540fd2ad --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/spruce_planks.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/planks_spruce" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/spruce_sapling.json b/desktopRuntime/resources/assets/minecraft/models/block/spruce_sapling.json new file mode 100755 index 00000000..cabbd78d --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/spruce_sapling.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cross", + "textures": { + "cross": "blocks/sapling_spruce" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/spruce_stairs.json b/desktopRuntime/resources/assets/minecraft/models/block/spruce_stairs.json new file mode 100755 index 00000000..0a732e85 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/spruce_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/stairs", + "textures": { + "bottom": "blocks/planks_spruce", + "top": "blocks/planks_spruce", + "side": "blocks/planks_spruce" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/spruce_wall_gate_closed.json b/desktopRuntime/resources/assets/minecraft/models/block/spruce_wall_gate_closed.json new file mode 100755 index 00000000..a452d52c --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/spruce_wall_gate_closed.json @@ -0,0 +1,6 @@ +{ + "parent": "block/wall_gate_closed", + "textures": { + "texture": "blocks/planks_spruce" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/spruce_wall_gate_open.json b/desktopRuntime/resources/assets/minecraft/models/block/spruce_wall_gate_open.json new file mode 100755 index 00000000..5874ebdd --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/spruce_wall_gate_open.json @@ -0,0 +1,6 @@ +{ + "parent": "block/wall_gate_open", + "textures": { + "texture": "blocks/planks_spruce" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/stairs.json b/desktopRuntime/resources/assets/minecraft/models/block/stairs.json new file mode 100755 index 00000000..114fd07b --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/stairs.json @@ -0,0 +1,29 @@ +{ + "textures": { + "particle": "#side" + }, + "elements": [ + { "from": [ 0, 0, 0 ], + "to": [ 16, 8, 16 ], + "faces": { + "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#bottom", "cullface": "down" }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#top" }, + "north": { "uv": [ 0, 8, 16, 16 ], "texture": "#side", "cullface": "north" }, + "south": { "uv": [ 0, 8, 16, 16 ], "texture": "#side", "cullface": "south" }, + "west": { "uv": [ 0, 8, 16, 16 ], "texture": "#side", "cullface": "west" }, + "east": { "uv": [ 0, 8, 16, 16 ], "texture": "#side", "cullface": "east" } + } + }, + { "from": [ 8, 8, 0 ], + "to": [ 16, 16, 16 ], + "faces": { + "down": { "uv": [ 8, 0, 16, 16 ], "texture": "#bottom", "cullface": "down" }, + "up": { "uv": [ 8, 0, 16, 16 ], "texture": "#top", "cullface": "up" }, + "north": { "uv": [ 0, 0, 8, 8 ], "texture": "#side", "cullface": "north" }, + "south": { "uv": [ 8, 0, 16, 8 ], "texture": "#side", "cullface": "south" }, + "west": { "uv": [ 0, 0, 16, 8 ], "texture": "#side" }, + "east": { "uv": [ 0, 0, 16, 8 ], "texture": "#side", "cullface": "east" } + } + } + ] +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/stem_fruit.json b/desktopRuntime/resources/assets/minecraft/models/block/stem_fruit.json new file mode 100755 index 00000000..fd527558 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/stem_fruit.json @@ -0,0 +1,31 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#stem" + }, + "elements": [ + { "from": [ 0, -1, 8 ], + "to": [ 16, 7, 8 ], + "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, + "faces": { + "north": { "uv": [ 0, 0, 16, 8 ], "texture": "#stem", "tintindex": 0 }, + "south": { "uv": [ 16, 0, 0, 8 ], "texture": "#stem", "tintindex": 0 } + } + }, + { "from": [ 8, -1, 0 ], + "to": [ 8, 7, 16 ], + "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, + "faces": { + "west": { "uv": [ 0, 0, 16, 8 ], "texture": "#stem", "tintindex": 0 }, + "east": { "uv": [ 16, 0, 0, 8 ], "texture": "#stem", "tintindex": 0 } + } + }, + { "from": [ 0, 0, 8 ], + "to": [ 9, 16, 8 ], + "faces": { + "north": { "uv": [ 9, 0, 0, 16 ], "texture": "#upperstem", "tintindex": 0 }, + "south": { "uv": [ 0, 0, 9, 16 ], "texture": "#upperstem", "tintindex": 0 } + } + } + ] +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/stem_growth0.json b/desktopRuntime/resources/assets/minecraft/models/block/stem_growth0.json new file mode 100755 index 00000000..8d30d222 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/stem_growth0.json @@ -0,0 +1,24 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#stem" + }, + "elements": [ + { "from": [ 0, -1, 8 ], + "to": [ 16, 1, 8 ], + "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, + "faces": { + "north": { "uv": [ 0, 0, 16, 2 ], "texture": "#stem", "tintindex": 0 }, + "south": { "uv": [ 16, 0, 0, 2 ], "texture": "#stem", "tintindex": 0 } + } + }, + { "from": [ 8, -1, 0 ], + "to": [ 8, 1, 16 ], + "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, + "faces": { + "west": { "uv": [ 0, 0, 16, 2 ], "texture": "#stem", "tintindex": 0 }, + "east": { "uv": [ 16, 0, 0, 2 ], "texture": "#stem", "tintindex": 0 } + } + } + ] +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/stem_growth1.json b/desktopRuntime/resources/assets/minecraft/models/block/stem_growth1.json new file mode 100755 index 00000000..90a751ff --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/stem_growth1.json @@ -0,0 +1,24 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#stem" + }, + "elements": [ + { "from": [ 0, -1, 8 ], + "to": [ 16, 3, 8 ], + "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, + "faces": { + "north": { "uv": [ 0, 0, 16, 4 ], "texture": "#stem", "tintindex": 0 }, + "south": { "uv": [ 16, 0, 0, 4 ], "texture": "#stem", "tintindex": 0 } + } + }, + { "from": [ 8, -1, 0 ], + "to": [ 8, 3, 16 ], + "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, + "faces": { + "west": { "uv": [ 0, 0, 16, 4 ], "texture": "#stem", "tintindex": 0 }, + "east": { "uv": [ 16, 0, 0, 4 ], "texture": "#stem", "tintindex": 0 } + } + } + ] +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/stem_growth2.json b/desktopRuntime/resources/assets/minecraft/models/block/stem_growth2.json new file mode 100755 index 00000000..19f0939b --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/stem_growth2.json @@ -0,0 +1,24 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#stem" + }, + "elements": [ + { "from": [ 0, -1, 8 ], + "to": [ 16, 5, 8 ], + "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, + "faces": { + "north": { "uv": [ 0, 0, 16, 6 ], "texture": "#stem", "tintindex": 0 }, + "south": { "uv": [ 16, 0, 0, 6 ], "texture": "#stem", "tintindex": 0 } + } + }, + { "from": [ 8, -1, 0 ], + "to": [ 8, 5, 16 ], + "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, + "faces": { + "west": { "uv": [ 0, 0, 16, 6 ], "texture": "#stem", "tintindex": 0 }, + "east": { "uv": [ 16, 0, 0, 6 ], "texture": "#stem", "tintindex": 0 } + } + } + ] +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/stem_growth3.json b/desktopRuntime/resources/assets/minecraft/models/block/stem_growth3.json new file mode 100755 index 00000000..bbede3ed --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/stem_growth3.json @@ -0,0 +1,24 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#stem" + }, + "elements": [ + { "from": [ 0, -1, 8 ], + "to": [ 16, 7, 8 ], + "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, + "faces": { + "north": { "uv": [ 0, 0, 16, 8 ], "texture": "#stem", "tintindex": 0 }, + "south": { "uv": [ 16, 0, 0, 8 ], "texture": "#stem", "tintindex": 0 } + } + }, + { "from": [ 8, -1, 0 ], + "to": [ 8, 7, 16 ], + "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, + "faces": { + "west": { "uv": [ 0, 0, 16, 8 ], "texture": "#stem", "tintindex": 0 }, + "east": { "uv": [ 16, 0, 0, 8 ], "texture": "#stem", "tintindex": 0 } + } + } + ] +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/stem_growth4.json b/desktopRuntime/resources/assets/minecraft/models/block/stem_growth4.json new file mode 100755 index 00000000..5342728f --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/stem_growth4.json @@ -0,0 +1,24 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#stem" + }, + "elements": [ + { "from": [ 0, -1, 8 ], + "to": [ 16, 9, 8 ], + "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, + "faces": { + "north": { "uv": [ 0, 0, 16, 10 ], "texture": "#stem", "tintindex": 0 }, + "south": { "uv": [ 16, 0, 0, 10 ], "texture": "#stem", "tintindex": 0 } + } + }, + { "from": [ 8, -1, 0 ], + "to": [ 8, 9, 16 ], + "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, + "faces": { + "west": { "uv": [ 0, 0, 16, 10 ], "texture": "#stem", "tintindex": 0 }, + "east": { "uv": [ 16, 0, 0, 10 ], "texture": "#stem", "tintindex": 0 } + } + } + ] +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/stem_growth5.json b/desktopRuntime/resources/assets/minecraft/models/block/stem_growth5.json new file mode 100755 index 00000000..305e6d82 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/stem_growth5.json @@ -0,0 +1,24 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#stem" + }, + "elements": [ + { "from": [ 0, -1, 8 ], + "to": [ 16, 11, 8 ], + "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, + "faces": { + "north": { "uv": [ 0, 0, 16, 12 ], "texture": "#stem", "tintindex": 0 }, + "south": { "uv": [ 16, 0, 0, 12 ], "texture": "#stem", "tintindex": 0 } + } + }, + { "from": [ 8, -1, 0 ], + "to": [ 8, 11, 16 ], + "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, + "faces": { + "west": { "uv": [ 0, 0, 16, 12 ], "texture": "#stem", "tintindex": 0 }, + "east": { "uv": [ 16, 0, 0, 12 ], "texture": "#stem", "tintindex": 0 } + } + } + ] +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/stem_growth6.json b/desktopRuntime/resources/assets/minecraft/models/block/stem_growth6.json new file mode 100755 index 00000000..6b7768e8 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/stem_growth6.json @@ -0,0 +1,24 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#stem" + }, + "elements": [ + { "from": [ 0, -1, 8 ], + "to": [ 16, 13, 8 ], + "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, + "faces": { + "north": { "uv": [ 0, 0, 16, 14 ], "texture": "#stem", "tintindex": 0 }, + "south": { "uv": [ 16, 0, 0, 14 ], "texture": "#stem", "tintindex": 0 } + } + }, + { "from": [ 8, -1, 0 ], + "to": [ 8, 13, 16 ], + "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, + "faces": { + "west": { "uv": [ 0, 0, 16, 14 ], "texture": "#stem", "tintindex": 0 }, + "east": { "uv": [ 16, 0, 0, 14 ], "texture": "#stem", "tintindex": 0 } + } + } + ] +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/stem_growth7.json b/desktopRuntime/resources/assets/minecraft/models/block/stem_growth7.json new file mode 100755 index 00000000..571d0c3e --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/stem_growth7.json @@ -0,0 +1,24 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#stem" + }, + "elements": [ + { "from": [ 0, -1, 8 ], + "to": [ 16, 15, 8 ], + "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, + "faces": { + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#stem", "tintindex": 0 }, + "south": { "uv": [ 16, 0, 0, 16 ], "texture": "#stem", "tintindex": 0 } + } + }, + { "from": [ 8, -1, 0 ], + "to": [ 8, 15, 16 ], + "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, + "faces": { + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#stem", "tintindex": 0 }, + "east": { "uv": [ 16, 0, 0, 16 ], "texture": "#stem", "tintindex": 0 } + } + } + ] +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/sticky_piston.json b/desktopRuntime/resources/assets/minecraft/models/block/sticky_piston.json new file mode 100755 index 00000000..7f07a05d --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/sticky_piston.json @@ -0,0 +1,8 @@ +{ + "parent": "block/piston", + "textures": { + "bottom": "blocks/piston_bottom", + "side": "blocks/piston_side", + "platform": "blocks/piston_top_sticky" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/stone.json b/desktopRuntime/resources/assets/minecraft/models/block/stone.json new file mode 100755 index 00000000..485f7242 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/stone.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/stone" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/stone_brick_inner_stairs.json b/desktopRuntime/resources/assets/minecraft/models/block/stone_brick_inner_stairs.json new file mode 100755 index 00000000..1dcb0b88 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/stone_brick_inner_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/inner_stairs", + "textures": { + "bottom": "blocks/stonebrick", + "top": "blocks/stonebrick", + "side": "blocks/stonebrick" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/stone_brick_outer_stairs.json b/desktopRuntime/resources/assets/minecraft/models/block/stone_brick_outer_stairs.json new file mode 100755 index 00000000..73562071 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/stone_brick_outer_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/outer_stairs", + "textures": { + "bottom": "blocks/stonebrick", + "top": "blocks/stonebrick", + "side": "blocks/stonebrick" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/stone_brick_stairs.json b/desktopRuntime/resources/assets/minecraft/models/block/stone_brick_stairs.json new file mode 100755 index 00000000..a35bcf81 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/stone_brick_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/stairs", + "textures": { + "bottom": "blocks/stonebrick", + "top": "blocks/stonebrick", + "side": "blocks/stonebrick" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/stone_button.json b/desktopRuntime/resources/assets/minecraft/models/block/stone_button.json new file mode 100755 index 00000000..21620194 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/stone_button.json @@ -0,0 +1,6 @@ +{ + "parent": "block/button", + "textures": { + "texture": "blocks/stone" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/stone_button_inventory.json b/desktopRuntime/resources/assets/minecraft/models/block/stone_button_inventory.json new file mode 100755 index 00000000..6636d786 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/stone_button_inventory.json @@ -0,0 +1,6 @@ +{ + "parent": "block/button_inventory", + "textures": { + "texture": "blocks/stone" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/stone_button_pressed.json b/desktopRuntime/resources/assets/minecraft/models/block/stone_button_pressed.json new file mode 100755 index 00000000..c3e49588 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/stone_button_pressed.json @@ -0,0 +1,6 @@ +{ + "parent": "block/button_pressed", + "textures": { + "texture": "blocks/stone" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/stone_inner_stairs.json b/desktopRuntime/resources/assets/minecraft/models/block/stone_inner_stairs.json new file mode 100755 index 00000000..e21e6e63 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/stone_inner_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/inner_stairs", + "textures": { + "bottom": "blocks/cobblestone", + "top": "blocks/cobblestone", + "side": "blocks/cobblestone" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/stone_mirrored.json b/desktopRuntime/resources/assets/minecraft/models/block/stone_mirrored.json new file mode 100755 index 00000000..38b3d5fd --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/stone_mirrored.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_mirrored_all", + "textures": { + "all": "blocks/stone" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/stone_outer_stairs.json b/desktopRuntime/resources/assets/minecraft/models/block/stone_outer_stairs.json new file mode 100755 index 00000000..90828eb1 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/stone_outer_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/outer_stairs", + "textures": { + "bottom": "blocks/cobblestone", + "top": "blocks/cobblestone", + "side": "blocks/cobblestone" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/stone_pressure_plate_down.json b/desktopRuntime/resources/assets/minecraft/models/block/stone_pressure_plate_down.json new file mode 100755 index 00000000..957e2c1a --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/stone_pressure_plate_down.json @@ -0,0 +1,6 @@ +{ + "parent": "block/pressure_plate_down", + "textures": { + "texture": "blocks/stone" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/stone_pressure_plate_inventory.json b/desktopRuntime/resources/assets/minecraft/models/block/stone_pressure_plate_inventory.json new file mode 100755 index 00000000..b9f8af99 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/stone_pressure_plate_inventory.json @@ -0,0 +1,6 @@ +{ + "parent": "block/pressure_plate_inventory", + "textures": { + "texture": "blocks/stone" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/stone_pressure_plate_up.json b/desktopRuntime/resources/assets/minecraft/models/block/stone_pressure_plate_up.json new file mode 100755 index 00000000..5e1a22e0 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/stone_pressure_plate_up.json @@ -0,0 +1,6 @@ +{ + "parent": "block/pressure_plate_up", + "textures": { + "texture": "blocks/stone" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/stone_stairs.json b/desktopRuntime/resources/assets/minecraft/models/block/stone_stairs.json new file mode 100755 index 00000000..7368e5d6 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/stone_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "block/stairs", + "textures": { + "bottom": "blocks/cobblestone", + "top": "blocks/cobblestone", + "side": "blocks/cobblestone" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/stonebrick_chiseled.json b/desktopRuntime/resources/assets/minecraft/models/block/stonebrick_chiseled.json new file mode 100755 index 00000000..cda10e12 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/stonebrick_chiseled.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/stonebrick_carved" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/stonebrick_cracked.json b/desktopRuntime/resources/assets/minecraft/models/block/stonebrick_cracked.json new file mode 100755 index 00000000..d68c7c93 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/stonebrick_cracked.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/stonebrick_cracked" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/stonebrick_mossy.json b/desktopRuntime/resources/assets/minecraft/models/block/stonebrick_mossy.json new file mode 100755 index 00000000..731347ad --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/stonebrick_mossy.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/stonebrick_mossy" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/stonebrick_normal.json b/desktopRuntime/resources/assets/minecraft/models/block/stonebrick_normal.json new file mode 100755 index 00000000..fb932aec --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/stonebrick_normal.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/stonebrick" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/tall_grass.json b/desktopRuntime/resources/assets/minecraft/models/block/tall_grass.json new file mode 100755 index 00000000..bfba04db --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/tall_grass.json @@ -0,0 +1,6 @@ +{ + "parent": "block/tallgrass", + "textures": { + "cross": "blocks/tallgrass" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/tallgrass.json b/desktopRuntime/resources/assets/minecraft/models/block/tallgrass.json new file mode 100755 index 00000000..562d873b --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/tallgrass.json @@ -0,0 +1,26 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#cross" + }, + "elements": [ + { "from": [ 0.8, 0, 8 ], + "to": [ 15.2, 16, 8 ], + "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, + "shade": false, + "faces": { + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#cross", "tintindex": 0 }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#cross", "tintindex": 0 } + } + }, + { "from": [ 8, 0, 0.8 ], + "to": [ 8, 16, 15.2 ], + "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, + "shade": false, + "faces": { + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#cross", "tintindex": 0 }, + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#cross", "tintindex": 0 } + } + } + ] +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/tnt.json b/desktopRuntime/resources/assets/minecraft/models/block/tnt.json new file mode 100755 index 00000000..d193eefc --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/tnt.json @@ -0,0 +1,8 @@ +{ + "parent": "block/cube_bottom_top", + "textures": { + "bottom": "blocks/tnt_bottom", + "top": "blocks/tnt_top", + "side": "blocks/tnt_side" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/torch.json b/desktopRuntime/resources/assets/minecraft/models/block/torch.json new file mode 100755 index 00000000..a52704c7 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/torch.json @@ -0,0 +1,32 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#torch" + }, + "elements": [ + { "from": [ 7, 0, 7 ], + "to": [ 9, 10, 9 ], + "shade": false, + "faces": { + "down": { "uv": [ 7, 13, 9, 15 ], "texture": "#torch" }, + "up": { "uv": [ 7, 6, 9, 8 ], "texture": "#torch" } + } + }, + { "from": [ 7, 0, 0 ], + "to": [ 9, 16, 16 ], + "shade": false, + "faces": { + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#torch" }, + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#torch" } + } + }, + { "from": [ 0, 0, 7 ], + "to": [ 16, 16, 9 ], + "shade": false, + "faces": { + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#torch" }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#torch" } + } + } + ] +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/torch_wall.json b/desktopRuntime/resources/assets/minecraft/models/block/torch_wall.json new file mode 100755 index 00000000..a673c057 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/torch_wall.json @@ -0,0 +1,35 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#torch" + }, + "elements": [ + { "from": [ -1, 3.5, 7 ], + "to": [ 1, 13.5, 9 ], + "rotation": { "origin": [ 0, 3.5, 8 ], "axis": "z", "angle": -22.5 }, + "shade": false, + "faces": { + "down": { "uv": [ 7, 13, 9, 15 ], "texture": "#torch" }, + "up": { "uv": [ 7, 6, 9, 8 ], "texture": "#torch" } + } + }, + { "from": [ -1, 3.5, 0 ], + "to": [ 1, 19.5, 16 ], + "rotation": { "origin": [ 0, 3.5, 8 ], "axis": "z", "angle": -22.5 }, + "shade": false, + "faces": { + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#torch" }, + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#torch" } + } + }, + { "from": [ -8, 3.5, 7 ], + "to": [ 8, 19.5, 9 ], + "rotation": { "origin": [ 0, 3.5, 8 ], "axis": "z", "angle": -22.5 }, + "shade": false, + "faces": { + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#torch" }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#torch" } + } + } + ] +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/trapdoor_bottom.json b/desktopRuntime/resources/assets/minecraft/models/block/trapdoor_bottom.json new file mode 100755 index 00000000..0d88b29c --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/trapdoor_bottom.json @@ -0,0 +1,18 @@ +{ + "textures": { + "particle": "#texture" + }, + "elements": [ + { "from": [ 0, 0, 0 ], + "to": [ 16, 3, 16 ], + "faces": { + "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "cullface": "down" }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture" }, + "north": { "uv": [ 0, 16, 16, 13 ], "texture": "#texture", "cullface": "north" }, + "south": { "uv": [ 0, 16, 16, 13 ], "texture": "#texture", "cullface": "south" }, + "west": { "uv": [ 0, 16, 16, 13 ], "texture": "#texture", "cullface": "west" }, + "east": { "uv": [ 0, 16, 16, 13 ], "texture": "#texture", "cullface": "east" } + } + } + ] +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/trapdoor_open.json b/desktopRuntime/resources/assets/minecraft/models/block/trapdoor_open.json new file mode 100755 index 00000000..87025f4f --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/trapdoor_open.json @@ -0,0 +1,18 @@ +{ + "textures": { + "particle": "#texture" + }, + "elements": [ + { "from": [ 0, 0, 13 ], + "to": [ 16, 16, 16 ], + "faces": { + "down": { "uv": [ 0, 13, 16, 16 ], "texture": "#texture", "cullface": "down" }, + "up": { "uv": [ 0, 16, 16, 13 ], "texture": "#texture", "cullface": "up" }, + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture" }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "cullface": "south" }, + "west": { "uv": [ 16, 0, 13, 16 ], "texture": "#texture", "cullface": "west" }, + "east": { "uv": [ 13, 0, 16, 16 ], "texture": "#texture", "cullface": "east" } + } + } + ] +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/trapdoor_top.json b/desktopRuntime/resources/assets/minecraft/models/block/trapdoor_top.json new file mode 100755 index 00000000..0e2e7f45 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/trapdoor_top.json @@ -0,0 +1,18 @@ +{ + "textures": { + "particle": "#texture" + }, + "elements": [ + { "from": [ 0, 13, 0 ], + "to": [ 16, 16, 16 ], + "faces": { + "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture" }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#texture", "cullface": "up" }, + "north": { "uv": [ 0, 16, 16, 13 ], "texture": "#texture", "cullface": "north" }, + "south": { "uv": [ 0, 16, 16, 13 ], "texture": "#texture", "cullface": "south" }, + "west": { "uv": [ 0, 16, 16, 13 ], "texture": "#texture", "cullface": "west" }, + "east": { "uv": [ 0, 16, 16, 13 ], "texture": "#texture", "cullface": "east" } + } + } + ] +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/tripwire_attached_n.json b/desktopRuntime/resources/assets/minecraft/models/block/tripwire_attached_n.json new file mode 100755 index 00000000..995fe66a --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/tripwire_attached_n.json @@ -0,0 +1,33 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/trip_wire", + "texture": "blocks/trip_wire" + }, + "elements": [ + { "from": [ 7.75, 1.5, 0 ], + "to": [ 8.25, 1.5, 4 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 1.5, 4 ], + "to": [ 8.25, 1.5, 8 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 1.5, 8 ], + "to": [ 8.25, 1.5, 12 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture", "rotation": 90 } + } + } + ] +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/tripwire_attached_ne.json b/desktopRuntime/resources/assets/minecraft/models/block/tripwire_attached_ne.json new file mode 100755 index 00000000..f6623221 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/tripwire_attached_ne.json @@ -0,0 +1,41 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/trip_wire", + "texture": "blocks/trip_wire" + }, + "elements": [ + { "from": [ 7.75, 1.5, 0 ], + "to": [ 8.25, 1.5, 4 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 1.5, 4 ], + "to": [ 8.25, 1.5, 8 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 8, 1.5, 7.75 ], + "to": [ 12, 1.5, 8.25 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture" }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture" } + } + }, + { "from": [ 12, 1.5, 7.75 ], + "to": [ 16, 1.5, 8.25 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture" }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture" } + } + } + ] +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/tripwire_attached_ns.json b/desktopRuntime/resources/assets/minecraft/models/block/tripwire_attached_ns.json new file mode 100755 index 00000000..6a2066c5 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/tripwire_attached_ns.json @@ -0,0 +1,41 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/trip_wire", + "texture": "blocks/trip_wire" + }, + "elements": [ + { "from": [ 7.75, 1.5, 0 ], + "to": [ 8.25, 1.5, 4 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 1.5, 4 ], + "to": [ 8.25, 1.5, 8 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 1.5, 8 ], + "to": [ 8.25, 1.5, 12 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 1.5, 12 ], + "to": [ 8.25, 1.5, 16 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture", "rotation": 90 } + } + } + ] +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/tripwire_attached_nse.json b/desktopRuntime/resources/assets/minecraft/models/block/tripwire_attached_nse.json new file mode 100755 index 00000000..91189632 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/tripwire_attached_nse.json @@ -0,0 +1,57 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/trip_wire", + "texture": "blocks/trip_wire" + }, + "elements": [ + { "from": [ 7.75, 1.5, 0 ], + "to": [ 8.25, 1.5, 4 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 1.5, 4 ], + "to": [ 8.25, 1.5, 8 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 1.5, 8 ], + "to": [ 8.25, 1.5, 12 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 1.5, 12 ], + "to": [ 8.25, 1.5, 16 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 8, 1.5, 7.75 ], + "to": [ 12, 1.5, 8.25 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture" }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture" } + } + }, + { "from": [ 12, 1.5, 7.75 ], + "to": [ 16, 1.5, 8.25 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture" }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture" } + } + } + ] +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/tripwire_attached_nsew.json b/desktopRuntime/resources/assets/minecraft/models/block/tripwire_attached_nsew.json new file mode 100755 index 00000000..9b19902b --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/tripwire_attached_nsew.json @@ -0,0 +1,73 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/trip_wire", + "texture": "blocks/trip_wire" + }, + "elements": [ + { "from": [ 7.75, 1.5, 0 ], + "to": [ 8.25, 1.5, 4 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 1.5, 4 ], + "to": [ 8.25, 1.5, 8 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 1.5, 8 ], + "to": [ 8.25, 1.5, 12 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 1.5, 12 ], + "to": [ 8.25, 1.5, 16 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 0, 1.5, 7.75 ], + "to": [ 4, 1.5, 8.25 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture" }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture" } + } + }, + { "from": [ 4, 1.5, 7.75 ], + "to": [ 8, 1.5, 8.25 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture" }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture" } + } + }, + { "from": [ 8, 1.5, 7.75 ], + "to": [ 12, 1.5, 8.25 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture" }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture" } + } + }, + { "from": [ 12, 1.5, 7.75 ], + "to": [ 16, 1.5, 8.25 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture" }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture" } + } + } + ] +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/tripwire_attached_suspended_n.json b/desktopRuntime/resources/assets/minecraft/models/block/tripwire_attached_suspended_n.json new file mode 100755 index 00000000..0ce5a695 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/tripwire_attached_suspended_n.json @@ -0,0 +1,33 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/trip_wire", + "texture": "blocks/trip_wire" + }, + "elements": [ + { "from": [ 7.75, 3.5, 0 ], + "to": [ 8.25, 3.5, 4 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 3.5, 4 ], + "to": [ 8.25, 3.5, 8 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 3.5, 8 ], + "to": [ 8.25, 3.5, 12 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture", "rotation": 90 } + } + } + ] +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/tripwire_attached_suspended_ne.json b/desktopRuntime/resources/assets/minecraft/models/block/tripwire_attached_suspended_ne.json new file mode 100755 index 00000000..5cb4628f --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/tripwire_attached_suspended_ne.json @@ -0,0 +1,41 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/trip_wire", + "texture": "blocks/trip_wire" + }, + "elements": [ + { "from": [ 7.75, 3.5, 0 ], + "to": [ 8.25, 3.5, 4 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 3.5, 4 ], + "to": [ 8.25, 3.5, 8 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 8, 3.5, 7.75 ], + "to": [ 12, 3.5, 8.25 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture" }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture" } + } + }, + { "from": [ 12, 3.5, 7.75 ], + "to": [ 16, 3.5, 8.25 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture" }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture" } + } + } + ] +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/tripwire_attached_suspended_ns.json b/desktopRuntime/resources/assets/minecraft/models/block/tripwire_attached_suspended_ns.json new file mode 100755 index 00000000..0bfa7c67 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/tripwire_attached_suspended_ns.json @@ -0,0 +1,41 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/trip_wire", + "texture": "blocks/trip_wire" + }, + "elements": [ + { "from": [ 7.75, 3.5, 0 ], + "to": [ 8.25, 3.5, 4 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 3.5, 4 ], + "to": [ 8.25, 3.5, 8 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 3.5, 8 ], + "to": [ 8.25, 3.5, 12 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 3.5, 12 ], + "to": [ 8.25, 3.5, 16 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture", "rotation": 90 } + } + } + ] +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/tripwire_attached_suspended_nse.json b/desktopRuntime/resources/assets/minecraft/models/block/tripwire_attached_suspended_nse.json new file mode 100755 index 00000000..e8d23caf --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/tripwire_attached_suspended_nse.json @@ -0,0 +1,57 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/trip_wire", + "texture": "blocks/trip_wire" + }, + "elements": [ + { "from": [ 7.75, 3.5, 0 ], + "to": [ 8.25, 3.5, 4 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 3.5, 4 ], + "to": [ 8.25, 3.5, 8 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 3.5, 8 ], + "to": [ 8.25, 3.5, 12 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 3.5, 12 ], + "to": [ 8.25, 3.5, 16 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 8, 3.5, 7.75 ], + "to": [ 12, 3.5, 8.25 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture" }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture" } + } + }, + { "from": [ 12, 3.5, 7.75 ], + "to": [ 16, 3.5, 8.25 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture" }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture" } + } + } + ] +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/tripwire_attached_suspended_nsew.json b/desktopRuntime/resources/assets/minecraft/models/block/tripwire_attached_suspended_nsew.json new file mode 100755 index 00000000..c6134c56 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/tripwire_attached_suspended_nsew.json @@ -0,0 +1,73 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/trip_wire", + "texture": "blocks/trip_wire" + }, + "elements": [ + { "from": [ 7.75, 3.5, 0 ], + "to": [ 8.25, 3.5, 4 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 3.5, 4 ], + "to": [ 8.25, 3.5, 8 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 3.5, 8 ], + "to": [ 8.25, 3.5, 12 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 3.5, 12 ], + "to": [ 8.25, 3.5, 16 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 0, 3.5, 7.75 ], + "to": [ 4, 3.5, 8.25 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture" }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture" } + } + }, + { "from": [ 4, 3.5, 7.75 ], + "to": [ 8, 3.5, 8.25 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture" }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture" } + } + }, + { "from": [ 8, 3.5, 7.75 ], + "to": [ 12, 3.5, 8.25 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture" }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture" } + } + }, + { "from": [ 12, 3.5, 7.75 ], + "to": [ 16, 3.5, 8.25 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 4, 16, 2 ], "texture": "#texture" }, + "up": { "uv": [ 0, 2, 16, 4 ], "texture": "#texture" } + } + } + ] +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/tripwire_hook.json b/desktopRuntime/resources/assets/minecraft/models/block/tripwire_hook.json new file mode 100755 index 00000000..a3e5959f --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/tripwire_hook.json @@ -0,0 +1,72 @@ +{ + "textures": { + "particle": "blocks/planks_oak", + "hook": "blocks/trip_wire_source", + "wood": "blocks/planks_oak" + }, + "elements": [ + { "from": [ 6.2, 3.8, 7.9 ], + "to": [ 9.8, 4.6, 11.5 ], + "rotation": { "origin": [ 8, 6, 5.2 ], "axis": "x", "angle": -45 }, + "faces": { + "down": { "uv": [ 5, 3, 11, 9 ], "texture": "#hook" }, + "up": { "uv": [ 5, 3, 11, 9 ], "texture": "#hook" }, + "north": { "uv": [ 5, 3, 11, 4 ], "texture": "#hook" }, + "south": { "uv": [ 5, 8, 11, 9 ], "texture": "#hook" }, + "west": { "uv": [ 5, 8, 11, 9 ], "texture": "#hook" }, + "east": { "uv": [ 5, 3, 11, 4 ], "texture": "#hook" } + } + }, + { "from": [ 7.4, 3.8, 10.3 ], + "to": [ 8.6, 4.6, 10.3 ], + "rotation": { "origin": [ 8, 6, 5.2 ], "axis": "x", "angle": -45 }, + "faces": { + "north": { "uv": [ 7, 8, 9, 9 ], "texture": "#hook" } + } + }, + { "from": [ 7.4, 3.8, 9.1 ], + "to": [ 8.6, 4.6, 9.1 ], + "rotation": { "origin": [ 8, 6, 5.2 ], "axis": "x", "angle": -45 }, + "faces": { + "south": { "uv": [ 7, 3, 9, 4 ], "texture": "#hook" } + } + }, + { "from": [ 7.4, 3.8, 9.1 ], + "to": [ 7.4, 4.6, 10.3 ], + "rotation": { "origin": [ 8, 6, 5.2 ], "axis": "x", "angle": -45 }, + "faces": { + "east": { "uv": [ 7, 8, 9, 9 ], "texture": "#hook" } + } + }, + { "from": [ 8.6, 3.8, 9.1 ], + "to": [ 8.6, 4.6, 10.3 ], + "rotation": { "origin": [ 8, 6, 5.2 ], "axis": "x", "angle": -45 }, + "faces": { + "west": { "uv": [ 7, 3, 9, 4 ], "texture": "#hook" } + } + }, + { "from": [ 7.4, 5.2, 10 ], + "to": [ 8.8, 6.8, 14 ], + "rotation": { "origin": [ 8, 6, 14 ], "axis": "x", "angle": 45 }, + "faces": { + "down": { "uv": [ 7, 9, 9, 14 ], "texture": "#wood" }, + "up": { "uv": [ 7, 2, 9, 7 ], "texture": "#wood" }, + "north": { "uv": [ 7, 9, 9, 11 ], "texture": "#wood" }, + "south": { "uv": [ 7, 9, 9, 11 ], "texture": "#wood" }, + "west": { "uv": [ 2, 9, 7, 11 ], "texture": "#wood" }, + "east": { "uv": [ 9, 9, 14, 11 ], "texture": "#wood" } + } + }, + { "from": [ 6, 1, 14 ], + "to": [ 10, 9, 16 ], + "faces": { + "down": { "uv": [ 6, 14, 10, 16 ], "texture": "#wood" }, + "up": { "uv": [ 6, 0, 10, 2 ], "texture": "#wood" }, + "north": { "uv": [ 6, 7, 10, 15 ], "texture": "#wood", "cullface": "north" }, + "south": { "uv": [ 6, 7, 10, 15 ], "texture": "#wood" }, + "west": { "uv": [ 0, 7, 2, 15 ], "texture": "#wood" }, + "east": { "uv": [ 14, 7, 16, 15 ], "texture": "#wood" } + } + } + ] +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/tripwire_hook_attached.json b/desktopRuntime/resources/assets/minecraft/models/block/tripwire_hook_attached.json new file mode 100755 index 00000000..b5c40b52 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/tripwire_hook_attached.json @@ -0,0 +1,75 @@ +{ + "textures": { + "particle": "blocks/planks_oak", + "hook": "blocks/trip_wire_source", + "wood": "blocks/planks_oak", + "tripwire": "blocks/trip_wire" + }, + "elements": [ + { "from": [ 7.75, 1.5, 0 ], + "to": [ 8.25, 1.5, 6.7 ], + "rotation": { "origin": [ 8, 0, 0 ], "axis": "x", "angle": -22.5, "rescale": true }, + "faces": { + "down": { "uv": [ 0, 8, 16, 6 ], "texture": "#tripwire", "rotation": 90 }, + "up": { "uv": [ 0, 6, 16, 8 ], "texture": "#tripwire", "rotation": 90 } + } + }, + { "from": [ 6.2, 4.2, 6.7 ], + "to": [ 9.8, 5, 10.3 ], + "faces": { + "down": { "uv": [ 5, 3, 11, 9 ], "texture": "#hook" }, + "up": { "uv": [ 5, 3, 11, 9 ], "texture": "#hook" }, + "north": { "uv": [ 5, 3, 11, 4 ], "texture": "#hook" }, + "south": { "uv": [ 5, 8, 11, 9 ], "texture": "#hook" }, + "west": { "uv": [ 5, 8, 11, 9 ], "texture": "#hook" }, + "east": { "uv": [ 5, 3, 11, 4 ], "texture": "#hook" } + } + }, + { "from": [ 7.4, 4.2, 9.1 ], + "to": [ 8.6, 5, 9.1 ], + "faces": { + "north": { "uv": [ 7, 8, 9, 9 ], "texture": "#hook" } + } + }, + { "from": [ 7.4, 4.2, 7.9 ], + "to": [ 8.6, 5, 7.9 ], + "faces": { + "south": { "uv": [ 7, 3, 9, 4 ], "texture": "#hook" } + } + }, + { "from": [ 7.4, 4.2, 7.9 ], + "to": [ 7.4, 5, 9.1 ], + "faces": { + "east": { "uv": [ 7, 8, 9, 9 ], "texture": "#hook" } + } + }, + { "from": [ 8.6, 4.2, 7.9 ], + "to": [ 8.6, 5, 9.1 ], + "faces": { + "west": { "uv": [ 7, 3, 9, 4 ], "texture": "#hook" } + } + }, + { "from": [ 7.4, 5.2, 10 ], + "to": [ 8.8, 6.8, 14 ], + "faces": { + "down": { "uv": [ 7, 9, 9, 14 ], "texture": "#wood" }, + "up": { "uv": [ 7, 2, 9, 7 ], "texture": "#wood" }, + "north": { "uv": [ 7, 9, 9, 11 ], "texture": "#wood" }, + "south": { "uv": [ 7, 9, 9, 11 ], "texture": "#wood" }, + "west": { "uv": [ 2, 9, 7, 11 ], "texture": "#wood" }, + "east": { "uv": [ 9, 9, 14, 11 ], "texture": "#wood" } + } + }, + { "from": [ 6, 1, 14 ], + "to": [ 10, 9, 16 ], + "faces": { + "down": { "uv": [ 6, 14, 10, 16 ], "texture": "#wood" }, + "up": { "uv": [ 6, 0, 10, 2 ], "texture": "#wood" }, + "north": { "uv": [ 6, 7, 10, 15 ], "texture": "#wood", "cullface": "north" }, + "south": { "uv": [ 6, 7, 10, 15 ], "texture": "#wood" }, + "west": { "uv": [ 0, 7, 2, 15 ], "texture": "#wood" }, + "east": { "uv": [ 14, 7, 16, 15 ], "texture": "#wood" } + } + } + ] +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/tripwire_hook_attached_powered.json b/desktopRuntime/resources/assets/minecraft/models/block/tripwire_hook_attached_powered.json new file mode 100755 index 00000000..f89c2b27 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/tripwire_hook_attached_powered.json @@ -0,0 +1,76 @@ +{ + "textures": { + "particle": "blocks/planks_oak", + "hook": "blocks/trip_wire_source", + "wood": "blocks/planks_oak", + "tripwire": "blocks/trip_wire" + }, + "elements": [ + { "from": [ 7.75, 0.5, 0 ], + "to": [ 8.25, 0.5, 6.7 ], + "rotation": { "origin": [ 8, 0, 0 ], "axis": "x", "angle": -22.5, "rescale": true }, + "faces": { + "down": { "uv": [ 0, 8, 16, 6 ], "texture": "#tripwire", "rotation": 90 }, + "up": { "uv": [ 0, 6, 16, 8 ], "texture": "#tripwire", "rotation": 90 } + } + }, + { "from": [ 6.2, 4.2, 6.7 ], + "to": [ 9.8, 5, 10.3 ], + "faces": { + "down": { "uv": [ 5, 3, 11, 9 ], "texture": "#hook" }, + "up": { "uv": [ 5, 3, 11, 9 ], "texture": "#hook" }, + "north": { "uv": [ 5, 3, 11, 4 ], "texture": "#hook" }, + "south": { "uv": [ 5, 8, 11, 9 ], "texture": "#hook" }, + "west": { "uv": [ 5, 8, 11, 9 ], "texture": "#hook" }, + "east": { "uv": [ 5, 3, 11, 4 ], "texture": "#hook" } + } + }, + { "from": [ 7.4, 4.2, 9.1 ], + "to": [ 8.6, 5, 9.1 ], + "faces": { + "north": { "uv": [ 7, 8, 9, 9 ], "texture": "#hook" } + } + }, + { "from": [ 7.4, 4.2, 7.9 ], + "to": [ 8.6, 5, 7.9 ], + "faces": { + "south": { "uv": [ 7, 3, 9, 4 ], "texture": "#hook" } + } + }, + { "from": [ 7.4, 4.2, 7.9 ], + "to": [ 7.4, 5, 9.1 ], + "faces": { + "east": { "uv": [ 7, 8, 9, 9 ], "texture": "#hook" } + } + }, + { "from": [ 8.6, 4.2, 7.9 ], + "to": [ 8.6, 5, 9.1 ], + "faces": { + "west": { "uv": [ 7, 3, 9, 4 ], "texture": "#hook" } + } + }, + { "from": [ 7.4, 5.2, 10 ], + "to": [ 8.8, 6.8, 14 ], + "rotation": { "origin": [ 8, 6, 14 ], "axis": "x", "angle": -22.5 }, + "faces": { + "down": { "uv": [ 7, 9, 9, 14 ], "texture": "#wood" }, + "up": { "uv": [ 7, 2, 9, 7 ], "texture": "#wood" }, + "north": { "uv": [ 7, 9, 9, 11 ], "texture": "#wood" }, + "south": { "uv": [ 7, 9, 9, 11 ], "texture": "#wood" }, + "west": { "uv": [ 2, 9, 7, 11 ], "texture": "#wood" }, + "east": { "uv": [ 9, 9, 14, 11 ], "texture": "#wood" } + } + }, + { "from": [ 6, 1, 14 ], + "to": [ 10, 9, 16 ], + "faces": { + "down": { "uv": [ 6, 14, 10, 16 ], "texture": "#wood" }, + "up": { "uv": [ 6, 0, 10, 2 ], "texture": "#wood" }, + "north": { "uv": [ 6, 7, 10, 15 ], "texture": "#wood", "cullface": "north" }, + "south": { "uv": [ 6, 7, 10, 15 ], "texture": "#wood" }, + "west": { "uv": [ 0, 7, 2, 15 ], "texture": "#wood" }, + "east": { "uv": [ 14, 7, 16, 15 ], "texture": "#wood" } + } + } + ] +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/tripwire_hook_attached_suspended.json b/desktopRuntime/resources/assets/minecraft/models/block/tripwire_hook_attached_suspended.json new file mode 100755 index 00000000..9e76add4 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/tripwire_hook_attached_suspended.json @@ -0,0 +1,76 @@ +{ + "textures": { + "particle": "blocks/planks_oak", + "hook": "blocks/trip_wire_source", + "wood": "blocks/planks_oak", + "tripwire": "blocks/trip_wire" + }, + "elements": [ + { "from": [ 7.75, 3.5, 0 ], + "to": [ 8.25, 3.5, 6.7 ], + "rotation": { "origin": [ 8, 0, 0 ], "axis": "x", "angle": -22.5, "rescale": true }, + "faces": { + "down": { "uv": [ 0, 8, 16, 6 ], "texture": "#tripwire", "rotation": 90 }, + "up": { "uv": [ 0, 6, 16, 8 ], "texture": "#tripwire", "rotation": 90 } + } + }, + { "from": [ 6.2, 4.2, 6.7 ], + "to": [ 9.8, 5, 10.3 ], + "faces": { + "down": { "uv": [ 5, 3, 11, 9 ], "texture": "#hook" }, + "up": { "uv": [ 5, 3, 11, 9 ], "texture": "#hook" }, + "north": { "uv": [ 5, 3, 11, 4 ], "texture": "#hook" }, + "south": { "uv": [ 5, 8, 11, 9 ], "texture": "#hook" }, + "west": { "uv": [ 5, 8, 11, 9 ], "texture": "#hook" }, + "east": { "uv": [ 5, 3, 11, 4 ], "texture": "#hook" } + } + }, + { "from": [ 7.4, 4.2, 9.1 ], + "to": [ 8.6, 5, 9.1 ], + "faces": { + "north": { "uv": [ 7, 8, 9, 9 ], "texture": "#hook" } + } + }, + { "from": [ 7.4, 4.2, 7.9 ], + "to": [ 8.6, 5, 7.9 ], + "faces": { + "south": { "uv": [ 7, 3, 9, 4 ], "texture": "#hook" } + } + }, + { "from": [ 7.4, 4.2, 7.9 ], + "to": [ 7.4, 5, 9.1 ], + "faces": { + "east": { "uv": [ 7, 8, 9, 9 ], "texture": "#hook" } + } + }, + { "from": [ 8.6, 4.2, 7.9 ], + "to": [ 8.6, 5, 9.1 ], + "faces": { + "west": { "uv": [ 7, 3, 9, 4 ], "texture": "#hook" } + } + }, + { "from": [ 7.4, 5.2, 10 ], + "to": [ 8.8, 6.8, 14 ], + "rotation": { "origin": [ 8, 6, 14 ], "axis": "x", "angle": -22.5 }, + "faces": { + "down": { "uv": [ 7, 9, 9, 14 ], "texture": "#wood" }, + "up": { "uv": [ 7, 2, 9, 7 ], "texture": "#wood" }, + "north": { "uv": [ 7, 9, 9, 11 ], "texture": "#wood" }, + "south": { "uv": [ 7, 9, 9, 11 ], "texture": "#wood" }, + "west": { "uv": [ 2, 9, 7, 11 ], "texture": "#wood" }, + "east": { "uv": [ 9, 9, 14, 11 ], "texture": "#wood" } + } + }, + { "from": [ 6, 1, 14 ], + "to": [ 10, 9, 16 ], + "faces": { + "down": { "uv": [ 6, 14, 10, 16 ], "texture": "#wood" }, + "up": { "uv": [ 6, 0, 10, 2 ], "texture": "#wood" }, + "north": { "uv": [ 6, 7, 10, 15 ], "texture": "#wood", "cullface": "north" }, + "south": { "uv": [ 6, 7, 10, 15 ], "texture": "#wood" }, + "west": { "uv": [ 0, 7, 2, 15 ], "texture": "#wood" }, + "east": { "uv": [ 14, 7, 16, 15 ], "texture": "#wood" } + } + } + ] +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/tripwire_hook_attached_suspended_powered.json b/desktopRuntime/resources/assets/minecraft/models/block/tripwire_hook_attached_suspended_powered.json new file mode 100755 index 00000000..8874528c --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/tripwire_hook_attached_suspended_powered.json @@ -0,0 +1,76 @@ +{ + "textures": { + "particle": "blocks/planks_oak", + "hook": "blocks/trip_wire_source", + "wood": "blocks/planks_oak", + "tripwire": "blocks/trip_wire" + }, + "elements": [ + { "from": [ 7.75, 2.5, 0 ], + "to": [ 8.25, 2.5, 6.7 ], + "rotation": { "origin": [ 8, 0, 0 ], "axis": "x", "angle": -22.5, "rescale": true }, + "faces": { + "down": { "uv": [ 0, 8, 16, 6 ], "texture": "#tripwire", "rotation": 90 }, + "up": { "uv": [ 0, 6, 16, 8 ], "texture": "#tripwire", "rotation": 90 } + } + }, + { "from": [ 6.2, 4.2, 6.7 ], + "to": [ 9.8, 5, 10.3 ], + "faces": { + "down": { "uv": [ 5, 3, 11, 9 ], "texture": "#hook" }, + "up": { "uv": [ 5, 3, 11, 9 ], "texture": "#hook" }, + "north": { "uv": [ 5, 3, 11, 4 ], "texture": "#hook" }, + "south": { "uv": [ 5, 8, 11, 9 ], "texture": "#hook" }, + "west": { "uv": [ 5, 8, 11, 9 ], "texture": "#hook" }, + "east": { "uv": [ 5, 3, 11, 4 ], "texture": "#hook" } + } + }, + { "from": [ 7.4, 4.2, 9.1 ], + "to": [ 8.6, 5, 9.1 ], + "faces": { + "north": { "uv": [ 7, 8, 9, 9 ], "texture": "#hook" } + } + }, + { "from": [ 7.4, 4.2, 7.9 ], + "to": [ 8.6, 5, 7.9 ], + "faces": { + "south": { "uv": [ 7, 3, 9, 4 ], "texture": "#hook" } + } + }, + { "from": [ 7.4, 4.2, 7.9 ], + "to": [ 7.4, 5, 9.1 ], + "faces": { + "east": { "uv": [ 7, 8, 9, 9 ], "texture": "#hook" } + } + }, + { "from": [ 8.6, 4.2, 7.9 ], + "to": [ 8.6, 5, 9.1 ], + "faces": { + "west": { "uv": [ 7, 3, 9, 4 ], "texture": "#hook" } + } + }, + { "from": [ 7.4, 5.2, 10 ], + "to": [ 8.8, 6.8, 14 ], + "rotation": { "origin": [ 8, 6, 14 ], "axis": "x", "angle": -22.5 }, + "faces": { + "down": { "uv": [ 7, 9, 9, 14 ], "texture": "#wood" }, + "up": { "uv": [ 7, 2, 9, 7 ], "texture": "#wood" }, + "north": { "uv": [ 7, 9, 9, 11 ], "texture": "#wood" }, + "south": { "uv": [ 7, 9, 9, 11 ], "texture": "#wood" }, + "west": { "uv": [ 2, 9, 7, 11 ], "texture": "#wood" }, + "east": { "uv": [ 9, 9, 14, 11 ], "texture": "#wood" } + } + }, + { "from": [ 6, 1, 14 ], + "to": [ 10, 9, 16 ], + "faces": { + "down": { "uv": [ 6, 14, 10, 16 ], "texture": "#wood" }, + "up": { "uv": [ 6, 0, 10, 2 ], "texture": "#wood" }, + "north": { "uv": [ 6, 7, 10, 15 ], "texture": "#wood", "cullface": "north" }, + "south": { "uv": [ 6, 7, 10, 15 ], "texture": "#wood" }, + "west": { "uv": [ 0, 7, 2, 15 ], "texture": "#wood" }, + "east": { "uv": [ 14, 7, 16, 15 ], "texture": "#wood" } + } + } + ] +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/tripwire_hook_powered.json b/desktopRuntime/resources/assets/minecraft/models/block/tripwire_hook_powered.json new file mode 100755 index 00000000..eeaf5bc1 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/tripwire_hook_powered.json @@ -0,0 +1,67 @@ +{ + "textures": { + "particle": "blocks/planks_oak", + "hook": "blocks/trip_wire_source", + "wood": "blocks/planks_oak" + }, + "elements": [ + { "from": [ 6.2, 4.2, 6.7 ], + "to": [ 9.8, 5, 10.3 ], + "faces": { + "down": { "uv": [ 5, 3, 11, 9 ], "texture": "#hook" }, + "up": { "uv": [ 5, 3, 11, 9 ], "texture": "#hook" }, + "north": { "uv": [ 5, 3, 11, 4 ], "texture": "#hook" }, + "south": { "uv": [ 5, 8, 11, 9 ], "texture": "#hook" }, + "west": { "uv": [ 5, 8, 11, 9 ], "texture": "#hook" }, + "east": { "uv": [ 5, 3, 11, 4 ], "texture": "#hook" } + } + }, + { "from": [ 7.4, 4.2, 9.1 ], + "to": [ 8.6, 5, 9.1 ], + "faces": { + "north": { "uv": [ 7, 8, 9, 9 ], "texture": "#hook" } + } + }, + { "from": [ 7.4, 4.2, 7.9 ], + "to": [ 8.6, 5, 7.9 ], + "faces": { + "south": { "uv": [ 7, 3, 9, 4 ], "texture": "#hook" } + } + }, + { "from": [ 7.4, 4.2, 7.9 ], + "to": [ 7.4, 5, 9.1 ], + "faces": { + "east": { "uv": [ 7, 8, 9, 9 ], "texture": "#hook" } + } + }, + { "from": [ 8.6, 4.2, 7.9 ], + "to": [ 8.6, 5, 9.1 ], + "faces": { + "west": { "uv": [ 7, 3, 9, 4 ], "texture": "#hook" } + } + }, + { "from": [ 7.4, 5.2, 10 ], + "to": [ 8.8, 6.8, 14 ], + "rotation": { "origin": [ 8, 6, 14 ], "axis": "x", "angle": -22.5 }, + "faces": { + "down": { "uv": [ 7, 9, 9, 14 ], "texture": "#wood" }, + "up": { "uv": [ 7, 2, 9, 7 ], "texture": "#wood" }, + "north": { "uv": [ 7, 9, 9, 11 ], "texture": "#wood" }, + "south": { "uv": [ 7, 9, 9, 11 ], "texture": "#wood" }, + "west": { "uv": [ 2, 9, 7, 11 ], "texture": "#wood" }, + "east": { "uv": [ 9, 9, 14, 11 ], "texture": "#wood" } + } + }, + { "from": [ 6, 1, 14 ], + "to": [ 10, 9, 16 ], + "faces": { + "down": { "uv": [ 6, 14, 10, 16 ], "texture": "#wood" }, + "up": { "uv": [ 6, 0, 10, 2 ], "texture": "#wood" }, + "north": { "uv": [ 6, 7, 10, 15 ], "texture": "#wood", "cullface": "north" }, + "south": { "uv": [ 6, 7, 10, 15 ], "texture": "#wood" }, + "west": { "uv": [ 0, 7, 2, 15 ], "texture": "#wood" }, + "east": { "uv": [ 14, 7, 16, 15 ], "texture": "#wood" } + } + } + ] +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/tripwire_n.json b/desktopRuntime/resources/assets/minecraft/models/block/tripwire_n.json new file mode 100755 index 00000000..4ef4a748 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/tripwire_n.json @@ -0,0 +1,33 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/trip_wire", + "texture": "blocks/trip_wire" + }, + "elements": [ + { "from": [ 7.75, 1.5, 0 ], + "to": [ 8.25, 1.5, 4 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 1.5, 4 ], + "to": [ 8.25, 1.5, 8 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 1.5, 8 ], + "to": [ 8.25, 1.5, 12 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture", "rotation": 90 } + } + } + ] +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/tripwire_ne.json b/desktopRuntime/resources/assets/minecraft/models/block/tripwire_ne.json new file mode 100755 index 00000000..73f08bcd --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/tripwire_ne.json @@ -0,0 +1,41 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/trip_wire", + "texture": "blocks/trip_wire" + }, + "elements": [ + { "from": [ 7.75, 1.5, 0 ], + "to": [ 8.25, 1.5, 4 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 1.5, 4 ], + "to": [ 8.25, 1.5, 8 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 8, 1.5, 7.75 ], + "to": [ 12, 1.5, 8.25 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture" }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture" } + } + }, + { "from": [ 12, 1.5, 7.75 ], + "to": [ 16, 1.5, 8.25 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture" }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture" } + } + } + ] +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/tripwire_ns.json b/desktopRuntime/resources/assets/minecraft/models/block/tripwire_ns.json new file mode 100755 index 00000000..11603a93 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/tripwire_ns.json @@ -0,0 +1,41 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/trip_wire", + "texture": "blocks/trip_wire" + }, + "elements": [ + { "from": [ 7.75, 1.5, 0 ], + "to": [ 8.25, 1.5, 4 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 1.5, 4 ], + "to": [ 8.25, 1.5, 8 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 1.5, 8 ], + "to": [ 8.25, 1.5, 12 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 1.5, 12 ], + "to": [ 8.25, 1.5, 16 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture", "rotation": 90 } + } + } + ] +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/tripwire_nse.json b/desktopRuntime/resources/assets/minecraft/models/block/tripwire_nse.json new file mode 100755 index 00000000..a484845b --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/tripwire_nse.json @@ -0,0 +1,57 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/trip_wire", + "texture": "blocks/trip_wire" + }, + "elements": [ + { "from": [ 7.75, 1.5, 0 ], + "to": [ 8.25, 1.5, 4 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 1.5, 4 ], + "to": [ 8.25, 1.5, 8 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 1.5, 8 ], + "to": [ 8.25, 1.5, 12 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 1.5, 12 ], + "to": [ 8.25, 1.5, 16 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 8, 1.5, 7.75 ], + "to": [ 12, 1.5, 8.25 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture" }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture" } + } + }, + { "from": [ 12, 1.5, 7.75 ], + "to": [ 16, 1.5, 8.25 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture" }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture" } + } + } + ] +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/tripwire_nsew.json b/desktopRuntime/resources/assets/minecraft/models/block/tripwire_nsew.json new file mode 100755 index 00000000..24986c4e --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/tripwire_nsew.json @@ -0,0 +1,73 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/trip_wire", + "texture": "blocks/trip_wire" + }, + "elements": [ + { "from": [ 7.75, 1.5, 0 ], + "to": [ 8.25, 1.5, 4 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 1.5, 4 ], + "to": [ 8.25, 1.5, 8 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 1.5, 8 ], + "to": [ 8.25, 1.5, 12 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 1.5, 12 ], + "to": [ 8.25, 1.5, 16 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 0, 1.5, 7.75 ], + "to": [ 4, 1.5, 8.25 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture" }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture" } + } + }, + { "from": [ 4, 1.5, 7.75 ], + "to": [ 8, 1.5, 8.25 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture" }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture" } + } + }, + { "from": [ 8, 1.5, 7.75 ], + "to": [ 12, 1.5, 8.25 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture" }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture" } + } + }, + { "from": [ 12, 1.5, 7.75 ], + "to": [ 16, 1.5, 8.25 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture" }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture" } + } + } + ] +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/tripwire_suspended_n.json b/desktopRuntime/resources/assets/minecraft/models/block/tripwire_suspended_n.json new file mode 100755 index 00000000..f34e5993 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/tripwire_suspended_n.json @@ -0,0 +1,33 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/trip_wire", + "texture": "blocks/trip_wire" + }, + "elements": [ + { "from": [ 7.75, 3.5, 0 ], + "to": [ 8.25, 3.5, 4 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 3.5, 4 ], + "to": [ 8.25, 3.5, 8 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 3.5, 8 ], + "to": [ 8.25, 3.5, 12 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture", "rotation": 90 } + } + } + ] +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/tripwire_suspended_ne.json b/desktopRuntime/resources/assets/minecraft/models/block/tripwire_suspended_ne.json new file mode 100755 index 00000000..65b8ffec --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/tripwire_suspended_ne.json @@ -0,0 +1,41 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/trip_wire", + "texture": "blocks/trip_wire" + }, + "elements": [ + { "from": [ 7.75, 3.5, 0 ], + "to": [ 8.25, 3.5, 4 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 3.5, 4 ], + "to": [ 8.25, 3.5, 8 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 8, 3.5, 7.75 ], + "to": [ 12, 3.5, 8.25 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture" }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture" } + } + }, + { "from": [ 12, 3.5, 7.75 ], + "to": [ 16, 3.5, 8.25 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture" }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture" } + } + } + ] +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/tripwire_suspended_ns.json b/desktopRuntime/resources/assets/minecraft/models/block/tripwire_suspended_ns.json new file mode 100755 index 00000000..9d52664d --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/tripwire_suspended_ns.json @@ -0,0 +1,41 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/trip_wire", + "texture": "blocks/trip_wire" + }, + "elements": [ + { "from": [ 7.75, 3.5, 0 ], + "to": [ 8.25, 3.5, 4 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 3.5, 4 ], + "to": [ 8.25, 3.5, 8 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 3.5, 8 ], + "to": [ 8.25, 3.5, 12 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 3.5, 12 ], + "to": [ 8.25, 3.5, 16 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture", "rotation": 90 } + } + } + ] +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/tripwire_suspended_nse.json b/desktopRuntime/resources/assets/minecraft/models/block/tripwire_suspended_nse.json new file mode 100755 index 00000000..ff5cf3a3 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/tripwire_suspended_nse.json @@ -0,0 +1,57 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/trip_wire", + "texture": "blocks/trip_wire" + }, + "elements": [ + { "from": [ 7.75, 3.5, 0 ], + "to": [ 8.25, 3.5, 4 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 3.5, 4 ], + "to": [ 8.25, 3.5, 8 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 3.5, 8 ], + "to": [ 8.25, 3.5, 12 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 3.5, 12 ], + "to": [ 8.25, 3.5, 16 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 8, 3.5, 7.75 ], + "to": [ 12, 3.5, 8.25 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture" }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture" } + } + }, + { "from": [ 12, 3.5, 7.75 ], + "to": [ 16, 3.5, 8.25 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture" }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture" } + } + } + ] +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/tripwire_suspended_nsew.json b/desktopRuntime/resources/assets/minecraft/models/block/tripwire_suspended_nsew.json new file mode 100755 index 00000000..33eaae7e --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/tripwire_suspended_nsew.json @@ -0,0 +1,73 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/trip_wire", + "texture": "blocks/trip_wire" + }, + "elements": [ + { "from": [ 7.75, 3.5, 0 ], + "to": [ 8.25, 3.5, 4 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 3.5, 4 ], + "to": [ 8.25, 3.5, 8 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 3.5, 8 ], + "to": [ 8.25, 3.5, 12 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 7.75, 3.5, 12 ], + "to": [ 8.25, 3.5, 16 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture", "rotation": 90 }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture", "rotation": 90 } + } + }, + { "from": [ 0, 3.5, 7.75 ], + "to": [ 4, 3.5, 8.25 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture" }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture" } + } + }, + { "from": [ 4, 3.5, 7.75 ], + "to": [ 8, 3.5, 8.25 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture" }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture" } + } + }, + { "from": [ 8, 3.5, 7.75 ], + "to": [ 12, 3.5, 8.25 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture" }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture" } + } + }, + { "from": [ 12, 3.5, 7.75 ], + "to": [ 16, 3.5, 8.25 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 2, 16, 0 ], "texture": "#texture" }, + "up": { "uv": [ 0, 0, 16, 2 ], "texture": "#texture" } + } + } + ] +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/unlit_redstone_lamp.json b/desktopRuntime/resources/assets/minecraft/models/block/unlit_redstone_lamp.json new file mode 100755 index 00000000..3ac1e842 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/unlit_redstone_lamp.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/redstone_lamp_off" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/unlit_redstone_torch.json b/desktopRuntime/resources/assets/minecraft/models/block/unlit_redstone_torch.json new file mode 100755 index 00000000..675782da --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/unlit_redstone_torch.json @@ -0,0 +1,6 @@ +{ + "parent": "block/torch", + "textures": { + "torch": "blocks/redstone_torch_off" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/unlit_redstone_torch_wall.json b/desktopRuntime/resources/assets/minecraft/models/block/unlit_redstone_torch_wall.json new file mode 100755 index 00000000..16b3e258 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/unlit_redstone_torch_wall.json @@ -0,0 +1,6 @@ +{ + "parent": "block/torch_wall", + "textures": { + "torch": "blocks/redstone_torch_off" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/upper_slab.json b/desktopRuntime/resources/assets/minecraft/models/block/upper_slab.json new file mode 100755 index 00000000..a827d0a0 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/upper_slab.json @@ -0,0 +1,18 @@ +{ + "textures": { + "particle": "#side" + }, + "elements": [ + { "from": [ 0, 8, 0 ], + "to": [ 16, 16, 16 ], + "faces": { + "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#bottom" }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#top", "cullface": "up" }, + "north": { "uv": [ 0, 0, 16, 8 ], "texture": "#side", "cullface": "north" }, + "south": { "uv": [ 0, 0, 16, 8 ], "texture": "#side", "cullface": "south" }, + "west": { "uv": [ 0, 0, 16, 8 ], "texture": "#side", "cullface": "west" }, + "east": { "uv": [ 0, 0, 16, 8 ], "texture": "#side", "cullface": "east" } + } + } + ] +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/upper_slab_acacia.json b/desktopRuntime/resources/assets/minecraft/models/block/upper_slab_acacia.json new file mode 100755 index 00000000..151efc3d --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/upper_slab_acacia.json @@ -0,0 +1,8 @@ +{ + "parent": "block/upper_slab", + "textures": { + "bottom": "blocks/planks_acacia", + "top": "blocks/planks_acacia", + "side": "blocks/planks_acacia" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/upper_slab_birch.json b/desktopRuntime/resources/assets/minecraft/models/block/upper_slab_birch.json new file mode 100755 index 00000000..7bdd5672 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/upper_slab_birch.json @@ -0,0 +1,8 @@ +{ + "parent": "block/upper_slab", + "textures": { + "bottom": "blocks/planks_birch", + "top": "blocks/planks_birch", + "side": "blocks/planks_birch" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/upper_slab_brick.json b/desktopRuntime/resources/assets/minecraft/models/block/upper_slab_brick.json new file mode 100755 index 00000000..fcc2c6a7 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/upper_slab_brick.json @@ -0,0 +1,8 @@ +{ + "parent": "block/upper_slab", + "textures": { + "bottom": "blocks/brick", + "top": "blocks/brick", + "side": "blocks/brick" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/upper_slab_cobblestone.json b/desktopRuntime/resources/assets/minecraft/models/block/upper_slab_cobblestone.json new file mode 100755 index 00000000..2f115f0e --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/upper_slab_cobblestone.json @@ -0,0 +1,8 @@ +{ + "parent": "block/upper_slab", + "textures": { + "bottom": "blocks/cobblestone", + "top": "blocks/cobblestone", + "side": "blocks/cobblestone" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/upper_slab_dark_oak.json b/desktopRuntime/resources/assets/minecraft/models/block/upper_slab_dark_oak.json new file mode 100755 index 00000000..0429341f --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/upper_slab_dark_oak.json @@ -0,0 +1,8 @@ +{ + "parent": "block/upper_slab", + "textures": { + "bottom": "blocks/planks_big_oak", + "top": "blocks/planks_big_oak", + "side": "blocks/planks_big_oak" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/upper_slab_jungle.json b/desktopRuntime/resources/assets/minecraft/models/block/upper_slab_jungle.json new file mode 100755 index 00000000..7fcd5567 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/upper_slab_jungle.json @@ -0,0 +1,8 @@ +{ + "parent": "block/upper_slab", + "textures": { + "bottom": "blocks/planks_jungle", + "top": "blocks/planks_jungle", + "side": "blocks/planks_jungle" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/upper_slab_nether_brick.json b/desktopRuntime/resources/assets/minecraft/models/block/upper_slab_nether_brick.json new file mode 100755 index 00000000..eb2a3120 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/upper_slab_nether_brick.json @@ -0,0 +1,8 @@ +{ + "parent": "block/upper_slab", + "textures": { + "bottom": "blocks/nether_brick", + "top": "blocks/nether_brick", + "side": "blocks/nether_brick" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/upper_slab_oak.json b/desktopRuntime/resources/assets/minecraft/models/block/upper_slab_oak.json new file mode 100755 index 00000000..a1a2b953 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/upper_slab_oak.json @@ -0,0 +1,8 @@ +{ + "parent": "block/upper_slab", + "textures": { + "bottom": "blocks/planks_oak", + "top": "blocks/planks_oak", + "side": "blocks/planks_oak" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/upper_slab_quartz.json b/desktopRuntime/resources/assets/minecraft/models/block/upper_slab_quartz.json new file mode 100755 index 00000000..083d83dd --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/upper_slab_quartz.json @@ -0,0 +1,8 @@ +{ + "parent": "block/upper_slab", + "textures": { + "bottom": "blocks/quartz_block_bottom", + "top": "blocks/quartz_block_top", + "side": "blocks/quartz_block_side" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/upper_slab_red_sandstone.json b/desktopRuntime/resources/assets/minecraft/models/block/upper_slab_red_sandstone.json new file mode 100755 index 00000000..b25016d4 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/upper_slab_red_sandstone.json @@ -0,0 +1,8 @@ +{ + "parent": "block/upper_slab", + "textures": { + "bottom": "blocks/red_sandstone_bottom", + "top": "blocks/red_sandstone_top", + "side": "blocks/red_sandstone_normal" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/upper_slab_sandstone.json b/desktopRuntime/resources/assets/minecraft/models/block/upper_slab_sandstone.json new file mode 100755 index 00000000..6b8885b3 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/upper_slab_sandstone.json @@ -0,0 +1,8 @@ +{ + "parent": "block/upper_slab", + "textures": { + "bottom": "blocks/sandstone_bottom", + "top": "blocks/sandstone_top", + "side": "blocks/sandstone_normal" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/upper_slab_spruce.json b/desktopRuntime/resources/assets/minecraft/models/block/upper_slab_spruce.json new file mode 100755 index 00000000..3b381407 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/upper_slab_spruce.json @@ -0,0 +1,8 @@ +{ + "parent": "block/upper_slab", + "textures": { + "bottom": "blocks/planks_spruce", + "top": "blocks/planks_spruce", + "side": "blocks/planks_spruce" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/upper_slab_stone.json b/desktopRuntime/resources/assets/minecraft/models/block/upper_slab_stone.json new file mode 100755 index 00000000..905705e2 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/upper_slab_stone.json @@ -0,0 +1,8 @@ +{ + "parent": "block/upper_slab", + "textures": { + "bottom": "blocks/stone_slab_top", + "top": "blocks/stone_slab_top", + "side": "blocks/stone_slab_side" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/upper_slab_stone_brick.json b/desktopRuntime/resources/assets/minecraft/models/block/upper_slab_stone_brick.json new file mode 100755 index 00000000..016e4791 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/upper_slab_stone_brick.json @@ -0,0 +1,8 @@ +{ + "parent": "block/upper_slab", + "textures": { + "bottom": "blocks/stonebrick", + "top": "blocks/stonebrick", + "side": "blocks/stonebrick" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/vine_1.json b/desktopRuntime/resources/assets/minecraft/models/block/vine_1.json new file mode 100755 index 00000000..d12a0cea --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/vine_1.json @@ -0,0 +1,17 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/vine", + "vine": "blocks/vine" + }, + "elements": [ + { "from": [ 0, 0, 15.2 ], + "to": [ 16, 16, 15.2 ], + "shade": false, + "faces": { + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + } + ] +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/vine_1u.json b/desktopRuntime/resources/assets/minecraft/models/block/vine_1u.json new file mode 100755 index 00000000..924a2e3c --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/vine_1u.json @@ -0,0 +1,25 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/vine", + "vine": "blocks/vine" + }, + "elements": [ + { "from": [ 0, 15.2, 0 ], + "to": [ 16, 15.2, 16 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + }, + { "from": [ 0, 0, 15.2 ], + "to": [ 16, 16, 15.2 ], + "shade": false, + "faces": { + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + } + ] +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/vine_2.json b/desktopRuntime/resources/assets/minecraft/models/block/vine_2.json new file mode 100755 index 00000000..5bd1bbe6 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/vine_2.json @@ -0,0 +1,25 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/vine", + "vine": "blocks/vine" + }, + "elements": [ + { "from": [ 0, 0, 0.8 ], + "to": [ 16, 16, 0.8 ], + "shade": false, + "faces": { + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + }, + { "from": [ 15.2, 0, 0 ], + "to": [ 15.2, 16, 16 ], + "shade": false, + "faces": { + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + } + ] +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/vine_2_opposite.json b/desktopRuntime/resources/assets/minecraft/models/block/vine_2_opposite.json new file mode 100755 index 00000000..40f0994f --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/vine_2_opposite.json @@ -0,0 +1,25 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/vine", + "vine": "blocks/vine" + }, + "elements": [ + { "from": [ 15.2, 0, 0 ], + "to": [ 15.2, 16, 16 ], + "shade": false, + "faces": { + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + }, + { "from": [ 0.8, 0, 0 ], + "to": [ 0.8, 16, 16 ], + "shade": false, + "faces": { + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + } + ] +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/vine_2u.json b/desktopRuntime/resources/assets/minecraft/models/block/vine_2u.json new file mode 100755 index 00000000..e9737eb7 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/vine_2u.json @@ -0,0 +1,33 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/vine", + "vine": "blocks/vine" + }, + "elements": [ + { "from": [ 0, 15.2, 0 ], + "to": [ 16, 15.2, 16 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + }, + { "from": [ 0, 0, 0.8 ], + "to": [ 16, 16, 0.8 ], + "shade": false, + "faces": { + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + }, + { "from": [ 15.2, 0, 0 ], + "to": [ 15.2, 16, 16 ], + "shade": false, + "faces": { + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + } + ] +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/vine_2u_opposite.json b/desktopRuntime/resources/assets/minecraft/models/block/vine_2u_opposite.json new file mode 100755 index 00000000..026d7cab --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/vine_2u_opposite.json @@ -0,0 +1,33 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/vine", + "vine": "blocks/vine" + }, + "elements": [ + { "from": [ 0, 15.2, 0 ], + "to": [ 16, 15.2, 16 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + }, + { "from": [ 15.2, 0, 0 ], + "to": [ 15.2, 16, 16 ], + "shade": false, + "faces": { + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + }, + { "from": [ 0.8, 0, 0 ], + "to": [ 0.8, 16, 16 ], + "shade": false, + "faces": { + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + } + ] +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/vine_3.json b/desktopRuntime/resources/assets/minecraft/models/block/vine_3.json new file mode 100755 index 00000000..d68bc318 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/vine_3.json @@ -0,0 +1,33 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/vine", + "vine": "blocks/vine" + }, + "elements": [ + { "from": [ 15.2, 0, 0 ], + "to": [ 15.2, 16, 16 ], + "shade": false, + "faces": { + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + }, + { "from": [ 0, 0, 15.2 ], + "to": [ 16, 16, 15.2 ], + "shade": false, + "faces": { + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + }, + { "from": [ 0, 0, 0.8 ], + "to": [ 16, 16, 0.8 ], + "shade": false, + "faces": { + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + } + ] +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/vine_3u.json b/desktopRuntime/resources/assets/minecraft/models/block/vine_3u.json new file mode 100755 index 00000000..fbe9597d --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/vine_3u.json @@ -0,0 +1,41 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/vine", + "vine": "blocks/vine" + }, + "elements": [ + { "from": [ 0, 15.2, 0 ], + "to": [ 16, 15.2, 16 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + }, + { "from": [ 15.2, 0, 0 ], + "to": [ 15.2, 16, 16 ], + "shade": false, + "faces": { + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + }, + { "from": [ 0, 0, 15.2 ], + "to": [ 16, 16, 15.2 ], + "shade": false, + "faces": { + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + }, + { "from": [ 0, 0, 0.8 ], + "to": [ 16, 16, 0.8 ], + "shade": false, + "faces": { + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + } + ] +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/vine_4.json b/desktopRuntime/resources/assets/minecraft/models/block/vine_4.json new file mode 100755 index 00000000..71675ebc --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/vine_4.json @@ -0,0 +1,41 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/vine", + "vine": "blocks/vine" + }, + "elements": [ + { "from": [ 0.8, 0, 0 ], + "to": [ 0.8, 16, 16 ], + "shade": false, + "faces": { + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + }, + { "from": [ 15.2, 0, 0 ], + "to": [ 15.2, 16, 16 ], + "shade": false, + "faces": { + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + }, + { "from": [ 0, 0, 15.2 ], + "to": [ 16, 16, 15.2 ], + "shade": false, + "faces": { + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + }, + { "from": [ 0, 0, 0.8 ], + "to": [ 16, 16, 0.8 ], + "shade": false, + "faces": { + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + } + ] +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/vine_4u.json b/desktopRuntime/resources/assets/minecraft/models/block/vine_4u.json new file mode 100755 index 00000000..cc9211c6 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/vine_4u.json @@ -0,0 +1,49 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/vine", + "vine": "blocks/vine" + }, + "elements": [ + { "from": [ 0, 15.2, 0 ], + "to": [ 16, 15.2, 16 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + }, + { "from": [ 0.8, 0, 0 ], + "to": [ 0.8, 16, 16 ], + "shade": false, + "faces": { + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + }, + { "from": [ 15.2, 0, 0 ], + "to": [ 15.2, 16, 16 ], + "shade": false, + "faces": { + "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + }, + { "from": [ 0, 0, 15.2 ], + "to": [ 16, 16, 15.2 ], + "shade": false, + "faces": { + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + }, + { "from": [ 0, 0, 0.8 ], + "to": [ 16, 16, 0.8 ], + "shade": false, + "faces": { + "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + } + ] +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/vine_u.json b/desktopRuntime/resources/assets/minecraft/models/block/vine_u.json new file mode 100755 index 00000000..d71086cd --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/vine_u.json @@ -0,0 +1,17 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/vine", + "vine": "blocks/vine" + }, + "elements": [ + { "from": [ 0, 15.2, 0 ], + "to": [ 16, 15.2, 16 ], + "shade": false, + "faces": { + "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 }, + "up": { "uv": [ 0, 0, 16, 16 ], "texture": "#vine", "tintindex": 0 } + } + } + ] +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/wall_gate_closed.json b/desktopRuntime/resources/assets/minecraft/models/block/wall_gate_closed.json new file mode 100755 index 00000000..ce904e4d --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/wall_gate_closed.json @@ -0,0 +1,96 @@ +{ + "ambientocclusion": false, + "textures": { + "particle" : "#texture" + }, + "elements": [ + { "__comment": "Left-hand post", + "from": [ 0, 2, 7 ], + "to": [ 2, 13, 9 ], + "faces": { + "down": { "uv": [ 0, 7, 2, 9 ], "texture": "#texture" }, + "up": { "uv": [ 0, 7, 2, 9 ], "texture": "#texture" }, + "north": { "uv": [ 0, 0, 2, 11 ], "texture": "#texture" }, + "south": { "uv": [ 0, 0, 2, 11 ], "texture": "#texture" }, + "west": { "uv": [ 7, 0, 9, 11 ], "texture": "#texture", "cullface": "west" }, + "east": { "uv": [ 7, 0, 9, 11 ], "texture": "#texture" } + } + }, + { "__comment": "Right-hand post", + "from": [ 14, 2, 7 ], + "to": [ 16, 13, 9 ], + "faces": { + "down": { "uv": [ 14, 7, 16, 9 ], "texture": "#texture" }, + "up": { "uv": [ 14, 7, 16, 9 ], "texture": "#texture" }, + "north": { "uv": [ 14, 0, 16, 11 ], "texture": "#texture" }, + "south": { "uv": [ 14, 0, 16, 11 ], "texture": "#texture" }, + "west": { "uv": [ 7, 0, 9, 11 ], "texture": "#texture" }, + "east": { "uv": [ 7, 0, 9, 11 ], "texture": "#texture", "cullface": "east" } + } + }, + { "__comment": "Inner vertical post of left-hand gate door", + "from": [ 6, 3, 7 ], + "to": [ 8, 12, 9 ], + "faces": { + "down": { "uv": [ 6, 7, 8, 9 ], "texture": "#texture" }, + "up": { "uv": [ 6, 7, 8, 9 ], "texture": "#texture" }, + "north": { "uv": [ 6, 1, 8, 10 ], "texture": "#texture" }, + "south": { "uv": [ 6, 1, 8, 10 ], "texture": "#texture" }, + "west": { "uv": [ 7, 1, 9, 10 ], "texture": "#texture" }, + "east": { "uv": [ 7, 1, 9, 10 ], "texture": "#texture" } + } + }, + { "__comment": "Inner vertical post of right-hand gate door", + "from": [ 8, 3, 7 ], + "to": [ 10, 12, 9 ], + "faces": { + "down": { "uv": [ 8, 7, 10, 9 ], "texture": "#texture" }, + "up": { "uv": [ 8, 7, 10, 9 ], "texture": "#texture" }, + "north": { "uv": [ 8, 1, 10, 10 ], "texture": "#texture" }, + "south": { "uv": [ 8, 1, 10, 10 ], "texture": "#texture" }, + "west": { "uv": [ 7, 1, 9, 10 ], "texture": "#texture" }, + "east": { "uv": [ 7, 1, 9, 10 ], "texture": "#texture" } + } + }, + { "__comment": "Lower horizontal bar of left-hand gate door", + "from": [ 2, 3, 7 ], + "to": [ 6, 6, 9 ], + "faces": { + "down": { "uv": [ 2, 7, 6, 9 ], "texture": "#texture" }, + "up": { "uv": [ 2, 7, 6, 9 ], "texture": "#texture" }, + "north": { "uv": [ 2, 7, 6, 10 ], "texture": "#texture" }, + "south": { "uv": [ 2, 7, 6, 10 ], "texture": "#texture" } + } + }, + { "__comment": "Upper horizontal bar of left-hand gate door", + "from": [ 2, 9, 7 ], + "to": [ 6, 12, 9 ], + "faces": { + "down": { "uv": [ 2, 7, 6, 9 ], "texture": "#texture" }, + "up": { "uv": [ 2, 7, 6, 9 ], "texture": "#texture" }, + "north": { "uv": [ 2, 1, 6, 4 ], "texture": "#texture" }, + "south": { "uv": [ 2, 1, 6, 4 ], "texture": "#texture" } + } + }, + { "__comment": "Lower horizontal bar of right-hand gate door", + "from": [ 10, 3, 7 ], + "to": [ 14, 6, 9 ], + "faces": { + "down": { "uv": [ 10, 7, 14, 9 ], "texture": "#texture" }, + "up": { "uv": [ 10, 7, 14, 9 ], "texture": "#texture" }, + "north": { "uv": [ 10, 7, 14, 10 ], "texture": "#texture" }, + "south": { "uv": [ 10, 7, 14, 10 ], "texture": "#texture" } + } + }, + { "__comment": "Upper horizontal bar of right-hand gate door", + "from": [ 10, 9, 7 ], + "to": [ 14, 12, 9 ], + "faces": { + "down": { "uv": [ 10, 7, 14, 9 ], "texture": "#texture" }, + "up": { "uv": [ 10, 7, 14, 9 ], "texture": "#texture" }, + "north": { "uv": [ 10, 1, 14, 4 ], "texture": "#texture" }, + "south": { "uv": [ 10, 1, 14, 4 ], "texture": "#texture" } + } + } + ] +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/wall_gate_open.json b/desktopRuntime/resources/assets/minecraft/models/block/wall_gate_open.json new file mode 100755 index 00000000..e2cc6cf4 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/wall_gate_open.json @@ -0,0 +1,96 @@ +{ + "ambientocclusion": false, + "textures": { + "particle" : "#texture" + }, + "elements": [ + { "__comment": "Left-hand post", + "from": [ 0, 2, 7 ], + "to": [ 2, 13, 9 ], + "faces": { + "down": { "uv": [ 0, 7, 2, 9 ], "texture": "#texture" }, + "up": { "uv": [ 0, 7, 2, 9 ], "texture": "#texture" }, + "north": { "uv": [ 0, 0, 2, 11 ], "texture": "#texture" }, + "south": { "uv": [ 0, 0, 2, 11 ], "texture": "#texture" }, + "west": { "uv": [ 7, 0, 9, 11 ], "texture": "#texture", "cullface": "west" }, + "east": { "uv": [ 7, 0, 9, 11 ], "texture": "#texture" } + } + }, + { "__comment": "Right-hand post", + "from": [ 14, 2, 7 ], + "to": [ 16, 13, 9 ], + "faces": { + "down": { "uv": [ 14, 7, 16, 9 ], "texture": "#texture" }, + "up": { "uv": [ 14, 7, 16, 9 ], "texture": "#texture" }, + "north": { "uv": [ 14, 0, 16, 11 ], "texture": "#texture" }, + "south": { "uv": [ 14, 0, 16, 11 ], "texture": "#texture" }, + "west": { "uv": [ 7, 0, 9, 11 ], "texture": "#texture" }, + "east": { "uv": [ 7, 0, 9, 11 ], "texture": "#texture", "cullface": "east" } + } + }, + { "__comment": "Inner vertical post of left-hand gate door", + "from": [ 0, 3, 13 ], + "to": [ 2, 12, 15 ], + "faces": { + "down": { "uv": [ 0, 13, 2, 15 ], "texture": "#texture" }, + "up": { "uv": [ 0, 13, 2, 15 ], "texture": "#texture" }, + "north": { "uv": [ 0, 1, 2, 10 ], "texture": "#texture" }, + "south": { "uv": [ 0, 1, 2, 10 ], "texture": "#texture" }, + "west": { "uv": [ 13, 1, 15, 10 ], "texture": "#texture" }, + "east": { "uv": [ 13, 1, 15, 10 ], "texture": "#texture" } + } + }, + { "__comment": "Inner vertical post of right-hand gate door", + "from": [ 14, 3, 13 ], + "to": [ 16, 12, 15 ], + "faces": { + "down": { "uv": [ 14, 13, 16, 15 ], "texture": "#texture" }, + "up": { "uv": [ 14, 13, 16, 15 ], "texture": "#texture" }, + "north": { "uv": [ 14, 1, 16, 10 ], "texture": "#texture" }, + "south": { "uv": [ 14, 1, 16, 10 ], "texture": "#texture" }, + "west": { "uv": [ 13, 1, 15, 10 ], "texture": "#texture" }, + "east": { "uv": [ 13, 1, 15, 10 ], "texture": "#texture" } + } + }, + { "__comment": "Lower horizontal bar of left-hand gate door", + "from": [ 0, 3, 9 ], + "to": [ 2, 6, 13 ], + "faces": { + "down": { "uv": [ 0, 9, 2, 13 ], "texture": "#texture" }, + "up": { "uv": [ 0, 9, 2, 13 ], "texture": "#texture" }, + "west": { "uv": [ 13, 7, 15, 10 ], "texture": "#texture" }, + "east": { "uv": [ 13, 7, 15, 10 ], "texture": "#texture" } + } + }, + { "__comment": "Upper horizontal bar of left-hand gate door", + "from": [ 0, 9, 9 ], + "to": [ 2, 12, 13 ], + "faces": { + "down": { "uv": [ 0, 9, 2, 13 ], "texture": "#texture" }, + "up": { "uv": [ 0, 9, 2, 13 ], "texture": "#texture" }, + "west": { "uv": [ 13, 1, 15, 4 ], "texture": "#texture" }, + "east": { "uv": [ 13, 1, 15, 4 ], "texture": "#texture" } + } + }, + { "__comment": "Lower horizontal bar of left-hand gate door", + "from": [ 14, 3, 9 ], + "to": [ 16, 6, 13 ], + "faces": { + "down": { "uv": [ 14, 9, 16, 13 ], "texture": "#texture" }, + "up": { "uv": [ 14, 9, 16, 13 ], "texture": "#texture" }, + "west": { "uv": [ 13, 7, 15, 10 ], "texture": "#texture" }, + "east": { "uv": [ 13, 7, 15, 10 ], "texture": "#texture" } + } + }, + { "__comment": "Upper horizontal bar of left-hand gate door", + "from": [ 14, 9, 9 ], + "to": [ 16, 12, 13 ], + "faces": { + "down": { "uv": [ 14, 9, 16, 13 ], "texture": "#texture" }, + "up": { "uv": [ 14, 9, 16, 13 ], "texture": "#texture" }, + "west": { "uv": [ 13, 1, 15, 4 ], "texture": "#texture" }, + "east": { "uv": [ 13, 1, 15, 4 ], "texture": "#texture" } + } + } + ] +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/wall_inventory.json b/desktopRuntime/resources/assets/minecraft/models/block/wall_inventory.json new file mode 100755 index 00000000..478a0d7e --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/wall_inventory.json @@ -0,0 +1,32 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "#wall" + }, + "elements": [ + { "from": [ 4, 0, 4 ], + "to": [ 12, 16, 12 ], + "faces": { + "down": { "uv": [ 4, 4, 12, 12 ], "texture": "#wall", "cullface": "down" }, + "up": { "uv": [ 4, 4, 12, 12 ], "texture": "#wall" }, + "north": { "uv": [ 4, 0, 12, 16 ], "texture": "#wall" }, + "south": { "uv": [ 4, 0, 12, 16 ], "texture": "#wall" }, + "west": { "uv": [ 4, 0, 12, 16 ], "texture": "#wall" }, + "east": { "uv": [ 4, 0, 12, 16 ], "texture": "#wall" } + }, + "__comment": "Center post" + }, + { "from": [ 5, 0, 0 ], + "to": [ 11, 13, 16 ], + "faces": { + "down": { "uv": [ 5, 0, 11, 16 ], "texture": "#wall", "cullface": "down" }, + "up": { "uv": [ 5, 0, 11, 16 ], "texture": "#wall" }, + "north": { "uv": [ 5, 3, 11, 16 ], "texture": "#wall", "cullface": "north" }, + "south": { "uv": [ 5, 3, 11, 16 ], "texture": "#wall", "cullface": "south" }, + "west": { "uv": [ 0, 3, 16, 16 ], "texture": "#wall" }, + "east": { "uv": [ 0, 3, 16, 16 ], "texture": "#wall" } + }, + "__comment": "Full wall" + } + ] +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/wall_n.json b/desktopRuntime/resources/assets/minecraft/models/block/wall_n.json new file mode 100755 index 00000000..bc857c24 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/wall_n.json @@ -0,0 +1,30 @@ +{ + "textures": { + "particle": "#wall" + }, + "elements": [ + { "from": [ 4, 0, 4 ], + "to": [ 12, 16, 12 ], + "faces": { + "down": { "uv": [ 4, 4, 12, 12 ], "texture": "#wall", "cullface": "down" }, + "up": { "uv": [ 4, 4, 12, 12 ], "texture": "#wall", "cullface": "up" }, + "north": { "uv": [ 4, 0, 12, 16 ], "texture": "#wall" }, + "south": { "uv": [ 4, 0, 12, 16 ], "texture": "#wall" }, + "west": { "uv": [ 4, 0, 12, 16 ], "texture": "#wall" }, + "east": { "uv": [ 4, 0, 12, 16 ], "texture": "#wall" } + }, + "__comment": "Center post" + }, + { "from": [ 5, 0, 0 ], + "to": [ 11, 13, 4 ], + "faces": { + "down": { "uv": [ 5, 0, 11, 4 ], "texture": "#wall", "cullface": "down" }, + "up": { "uv": [ 5, 0, 11, 4 ], "texture": "#wall" }, + "north": { "uv": [ 5, 3, 11, 16 ], "texture": "#wall", "cullface": "north" }, + "west": { "uv": [ 0, 3, 4, 16 ], "texture": "#wall" }, + "east": { "uv": [ 0, 3, 4, 16 ], "texture": "#wall" } + }, + "__comment": "North wall" + } + ] +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/wall_ne.json b/desktopRuntime/resources/assets/minecraft/models/block/wall_ne.json new file mode 100755 index 00000000..e7295467 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/wall_ne.json @@ -0,0 +1,41 @@ +{ + "textures": { + "particle": "#wall" + }, + "elements": [ + { "from": [ 4, 0, 4 ], + "to": [ 12, 16, 12 ], + "faces": { + "down": { "uv": [ 4, 4, 12, 12 ], "texture": "#wall", "cullface": "down" }, + "up": { "uv": [ 4, 4, 12, 12 ], "texture": "#wall", "cullface": "up" }, + "north": { "uv": [ 4, 0, 12, 16 ], "texture": "#wall" }, + "south": { "uv": [ 4, 0, 12, 16 ], "texture": "#wall" }, + "west": { "uv": [ 4, 0, 12, 16 ], "texture": "#wall" }, + "east": { "uv": [ 4, 0, 12, 16 ], "texture": "#wall" } + }, + "__comment": "Center post" + }, + { "from": [ 5, 0, 0 ], + "to": [ 11, 13, 4 ], + "faces": { + "down": { "uv": [ 5, 0, 11, 4 ], "texture": "#wall", "cullface": "down" }, + "up": { "uv": [ 5, 0, 11, 4 ], "texture": "#wall" }, + "north": { "uv": [ 5, 3, 11, 16 ], "texture": "#wall", "cullface": "north" }, + "west": { "uv": [ 0, 3, 4, 16 ], "texture": "#wall" }, + "east": { "uv": [ 0, 3, 4, 16 ], "texture": "#wall" } + }, + "__comment": "North wall" + }, + { "from": [ 12, 0, 5 ], + "to": [ 16, 13, 11 ], + "faces": { + "down": { "uv": [ 5, 12, 11, 16 ], "texture": "#wall", "rotation": 90, "cullface": "down" }, + "up": { "uv": [ 5, 12, 11, 16 ], "texture": "#wall", "rotation": 90 }, + "north": { "uv": [ 12, 3, 16, 16 ], "texture": "#wall" }, + "south": { "uv": [ 12, 3, 16, 16 ], "texture": "#wall" }, + "east": { "uv": [ 5, 3, 11, 16 ], "texture": "#wall", "cullface": "east" } + }, + "__comment": "East wall" + } + ] +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/wall_ns.json b/desktopRuntime/resources/assets/minecraft/models/block/wall_ns.json new file mode 100755 index 00000000..5e2702f7 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/wall_ns.json @@ -0,0 +1,18 @@ +{ + "textures": { + "particle": "#wall" + }, + "elements": [ + { "from": [ 5, 0, 0 ], + "to": [ 11, 13, 16 ], + "faces": { + "down": { "uv": [ 5, 0, 11, 16 ], "texture": "#wall", "cullface": "down" }, + "up": { "uv": [ 5, 0, 11, 16 ], "texture": "#wall" }, + "north": { "uv": [ 5, 3, 11, 16 ], "texture": "#wall", "cullface": "north" }, + "south": { "uv": [ 5, 3, 11, 16 ], "texture": "#wall", "cullface": "south" }, + "west": { "uv": [ 0, 3, 16, 16 ], "texture": "#wall" }, + "east": { "uv": [ 0, 3, 16, 16 ], "texture": "#wall" } + } + } + ] +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/wall_ns_above.json b/desktopRuntime/resources/assets/minecraft/models/block/wall_ns_above.json new file mode 100755 index 00000000..8636f947 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/wall_ns_above.json @@ -0,0 +1,30 @@ +{ + "textures": { + "particle": "#wall" + }, + "elements": [ + { "from": [ 4, 0, 4 ], + "to": [ 12, 16, 12 ], + "faces": { + "down": { "uv": [ 4, 4, 12, 12 ], "texture": "#wall", "cullface": "down" }, + "up": { "uv": [ 4, 4, 12, 12 ], "texture": "#wall", "cullface": "up" }, + "north": { "uv": [ 4, 0, 12, 16 ], "texture": "#wall" }, + "south": { "uv": [ 4, 0, 12, 16 ], "texture": "#wall" }, + "west": { "uv": [ 4, 0, 12, 16 ], "texture": "#wall" }, + "east": { "uv": [ 4, 0, 12, 16 ], "texture": "#wall" } + }, + "__comment": "Center post" + }, + { "from": [ 5, 0, 0 ], + "to": [ 11, 13, 16 ], + "faces": { + "down": { "uv": [ 5, 0, 11, 16 ], "texture": "#wall", "cullface": "down" }, + "up": { "uv": [ 5, 0, 11, 16 ], "texture": "#wall" }, + "north": { "uv": [ 5, 3, 11, 16 ], "texture": "#wall", "cullface": "north" }, + "south": { "uv": [ 5, 3, 11, 16 ], "texture": "#wall", "cullface": "south" }, + "west": { "uv": [ 0, 3, 16, 16 ], "texture": "#wall" }, + "east": { "uv": [ 0, 3, 16, 16 ], "texture": "#wall" } + } + } + ] +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/wall_nse.json b/desktopRuntime/resources/assets/minecraft/models/block/wall_nse.json new file mode 100755 index 00000000..64c61aef --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/wall_nse.json @@ -0,0 +1,52 @@ +{ + "textures": { + "particle": "#wall" + }, + "elements": [ + { "from": [ 4, 0, 4 ], + "to": [ 12, 16, 12 ], + "faces": { + "down": { "uv": [ 4, 4, 12, 12 ], "texture": "#wall", "cullface": "down" }, + "up": { "uv": [ 4, 4, 12, 12 ], "texture": "#wall", "cullface": "up" }, + "north": { "uv": [ 4, 0, 12, 16 ], "texture": "#wall" }, + "south": { "uv": [ 4, 0, 12, 16 ], "texture": "#wall" }, + "west": { "uv": [ 4, 0, 12, 16 ], "texture": "#wall" }, + "east": { "uv": [ 4, 0, 12, 16 ], "texture": "#wall" } + }, + "__comment": "Center post" + }, + { "from": [ 5, 0, 0 ], + "to": [ 11, 13, 4 ], + "faces": { + "down": { "uv": [ 5, 0, 11, 4 ], "texture": "#wall", "cullface": "down" }, + "up": { "uv": [ 5, 0, 11, 4 ], "texture": "#wall" }, + "north": { "uv": [ 5, 3, 11, 16 ], "texture": "#wall", "cullface": "north" }, + "west": { "uv": [ 0, 3, 4, 16 ], "texture": "#wall" }, + "east": { "uv": [ 0, 3, 4, 16 ], "texture": "#wall" } + }, + "__comment": "North wall" + }, + { "from": [ 5, 0, 12 ], + "to": [ 11, 13, 16 ], + "faces": { + "down": { "uv": [ 5, 12, 11, 16 ], "texture": "#wall", "cullface": "down" }, + "up": { "uv": [ 5, 12, 11, 16 ], "texture": "#wall" }, + "south": { "uv": [ 5, 3, 11, 16 ], "texture": "#wall", "cullface": "south" }, + "west": { "uv": [ 12, 3, 16, 16 ], "texture": "#wall" }, + "east": { "uv": [ 12, 3, 16, 16 ], "texture": "#wall" } + }, + "__comment": "South wall" + }, + { "from": [ 12, 0, 5 ], + "to": [ 16, 13, 11 ], + "faces": { + "down": { "uv": [ 5, 12, 11, 16 ], "texture": "#wall", "rotation": 90, "cullface": "down" }, + "up": { "uv": [ 5, 12, 11, 16 ], "texture": "#wall", "rotation": 90 }, + "north": { "uv": [ 12, 3, 16, 16 ], "texture": "#wall" }, + "south": { "uv": [ 12, 3, 16, 16 ], "texture": "#wall" }, + "east": { "uv": [ 5, 3, 11, 16 ], "texture": "#wall", "cullface": "east" } + }, + "__comment": "East wall" + } + ] +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/wall_nsew.json b/desktopRuntime/resources/assets/minecraft/models/block/wall_nsew.json new file mode 100755 index 00000000..c81d0f71 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/wall_nsew.json @@ -0,0 +1,63 @@ +{ + "textures": { + "particle": "#wall" + }, + "elements": [ + { "from": [ 4, 0, 4 ], + "to": [ 12, 16, 12 ], + "faces": { + "down": { "uv": [ 4, 4, 12, 12 ], "texture": "#wall", "cullface": "down" }, + "up": { "uv": [ 4, 4, 12, 12 ], "texture": "#wall", "cullface": "up" }, + "north": { "uv": [ 4, 0, 12, 16 ], "texture": "#wall" }, + "south": { "uv": [ 4, 0, 12, 16 ], "texture": "#wall" }, + "west": { "uv": [ 4, 0, 12, 16 ], "texture": "#wall" }, + "east": { "uv": [ 4, 0, 12, 16 ], "texture": "#wall" } + }, + "__comment": "Center post" + }, + { "from": [ 5, 0, 0 ], + "to": [ 11, 13, 4 ], + "faces": { + "down": { "uv": [ 5, 0, 11, 4 ], "texture": "#wall", "cullface": "down" }, + "up": { "uv": [ 5, 0, 11, 4 ], "texture": "#wall" }, + "north": { "uv": [ 5, 3, 11, 16 ], "texture": "#wall", "cullface": "north" }, + "west": { "uv": [ 0, 3, 4, 16 ], "texture": "#wall" }, + "east": { "uv": [ 0, 3, 4, 16 ], "texture": "#wall" } + }, + "__comment": "North wall" + }, + { "from": [ 5, 0, 12 ], + "to": [ 11, 13, 16 ], + "faces": { + "down": { "uv": [ 5, 12, 11, 16 ], "texture": "#wall", "cullface": "down" }, + "up": { "uv": [ 5, 12, 11, 16 ], "texture": "#wall" }, + "south": { "uv": [ 5, 3, 11, 16 ], "texture": "#wall", "cullface": "south" }, + "west": { "uv": [ 12, 3, 16, 16 ], "texture": "#wall" }, + "east": { "uv": [ 12, 3, 16, 16 ], "texture": "#wall" } + }, + "__comment": "South wall" + }, + { "from": [ 12, 0, 5 ], + "to": [ 16, 13, 11 ], + "faces": { + "down": { "uv": [ 5, 12, 11, 16 ], "texture": "#wall", "rotation": 90, "cullface": "down" }, + "up": { "uv": [ 5, 12, 11, 16 ], "texture": "#wall", "rotation": 90 }, + "north": { "uv": [ 12, 3, 16, 16 ], "texture": "#wall" }, + "south": { "uv": [ 12, 3, 16, 16 ], "texture": "#wall" }, + "east": { "uv": [ 5, 3, 11, 16 ], "texture": "#wall", "cullface": "east" } + }, + "__comment": "East wall" + }, + { "from": [ 0, 0, 5 ], + "to": [ 4, 13, 11 ], + "faces": { + "down": { "uv": [ 5, 0, 11, 4 ], "texture": "#wall", "rotation": 90, "cullface": "down" }, + "up": { "uv": [ 5, 0, 11, 4 ], "texture": "#wall", "rotation": 90 }, + "north": { "uv": [ 0, 3, 4, 16 ], "texture": "#wall" }, + "south": { "uv": [ 0, 3, 4, 16 ], "texture": "#wall" }, + "west": { "uv": [ 5, 3, 11, 16 ], "texture": "#wall", "cullface": "west" } + }, + "__comment": "West wall" + } + ] +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/wall_post.json b/desktopRuntime/resources/assets/minecraft/models/block/wall_post.json new file mode 100755 index 00000000..178d46f5 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/wall_post.json @@ -0,0 +1,19 @@ +{ + "textures": { + "particle": "#wall" + }, + "elements": [ + { "from": [ 4, 0, 4 ], + "to": [ 12, 16, 12 ], + "faces": { + "down": { "uv": [ 4, 4, 12, 12 ], "texture": "#wall", "cullface": "down" }, + "up": { "uv": [ 4, 4, 12, 12 ], "texture": "#wall", "cullface": "up" }, + "north": { "uv": [ 4, 0, 12, 16 ], "texture": "#wall" }, + "south": { "uv": [ 4, 0, 12, 16 ], "texture": "#wall" }, + "west": { "uv": [ 4, 0, 12, 16 ], "texture": "#wall" }, + "east": { "uv": [ 4, 0, 12, 16 ], "texture": "#wall" } + }, + "__comment": "Center post" + } + ] +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/waterlily.json b/desktopRuntime/resources/assets/minecraft/models/block/waterlily.json new file mode 100755 index 00000000..87ca478a --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/waterlily.json @@ -0,0 +1,16 @@ +{ + "ambientocclusion": false, + "textures": { + "particle": "blocks/waterlily", + "texture": "blocks/waterlily" + }, + "elements": [ + { "from": [ 0, 0.25, 0 ], + "to": [ 16, 0.25, 16 ], + "faces": { + "down": { "uv": [ 16, 16, 0, 0 ], "texture": "#texture", "tintindex": 0 }, + "up": { "uv": [ 16, 0, 0, 16 ], "texture": "#texture", "tintindex": 0 } + } + } + ] +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/web.json b/desktopRuntime/resources/assets/minecraft/models/block/web.json new file mode 100755 index 00000000..868cc84c --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/web.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cross", + "textures": { + "cross": "blocks/web" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/wheat_stage0.json b/desktopRuntime/resources/assets/minecraft/models/block/wheat_stage0.json new file mode 100755 index 00000000..61e130a9 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/wheat_stage0.json @@ -0,0 +1,6 @@ +{ + "parent": "block/crop", + "textures": { + "crop": "blocks/wheat_stage_0" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/wheat_stage1.json b/desktopRuntime/resources/assets/minecraft/models/block/wheat_stage1.json new file mode 100755 index 00000000..029c6f2c --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/wheat_stage1.json @@ -0,0 +1,6 @@ +{ + "parent": "block/crop", + "textures": { + "crop": "blocks/wheat_stage_1" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/wheat_stage2.json b/desktopRuntime/resources/assets/minecraft/models/block/wheat_stage2.json new file mode 100755 index 00000000..ed7854b8 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/wheat_stage2.json @@ -0,0 +1,6 @@ +{ + "parent": "block/crop", + "textures": { + "crop": "blocks/wheat_stage_2" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/wheat_stage3.json b/desktopRuntime/resources/assets/minecraft/models/block/wheat_stage3.json new file mode 100755 index 00000000..27d154c8 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/wheat_stage3.json @@ -0,0 +1,6 @@ +{ + "parent": "block/crop", + "textures": { + "crop": "blocks/wheat_stage_3" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/wheat_stage4.json b/desktopRuntime/resources/assets/minecraft/models/block/wheat_stage4.json new file mode 100755 index 00000000..370ce03c --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/wheat_stage4.json @@ -0,0 +1,6 @@ +{ + "parent": "block/crop", + "textures": { + "crop": "blocks/wheat_stage_4" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/wheat_stage5.json b/desktopRuntime/resources/assets/minecraft/models/block/wheat_stage5.json new file mode 100755 index 00000000..ce3f61a4 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/wheat_stage5.json @@ -0,0 +1,6 @@ +{ + "parent": "block/crop", + "textures": { + "crop": "blocks/wheat_stage_5" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/wheat_stage6.json b/desktopRuntime/resources/assets/minecraft/models/block/wheat_stage6.json new file mode 100755 index 00000000..1cd3ab05 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/wheat_stage6.json @@ -0,0 +1,6 @@ +{ + "parent": "block/crop", + "textures": { + "crop": "blocks/wheat_stage_6" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/wheat_stage7.json b/desktopRuntime/resources/assets/minecraft/models/block/wheat_stage7.json new file mode 100755 index 00000000..1aa73afc --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/wheat_stage7.json @@ -0,0 +1,6 @@ +{ + "parent": "block/crop", + "textures": { + "crop": "blocks/wheat_stage_7" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/white_pane_n.json b/desktopRuntime/resources/assets/minecraft/models/block/white_pane_n.json new file mode 100755 index 00000000..eed5b0db --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/white_pane_n.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_n", + "textures": { + "edge": "blocks/glass_pane_top_white", + "pane": "blocks/glass_white" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/white_pane_ne.json b/desktopRuntime/resources/assets/minecraft/models/block/white_pane_ne.json new file mode 100755 index 00000000..e30cf819 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/white_pane_ne.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_ne", + "textures": { + "edge": "blocks/glass_pane_top_white", + "pane": "blocks/glass_white" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/white_pane_new.json b/desktopRuntime/resources/assets/minecraft/models/block/white_pane_new.json new file mode 100755 index 00000000..0e7eb0ae --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/white_pane_new.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_new", + "textures": { + "edge": "blocks/glass_pane_top_white", + "pane": "blocks/glass_white" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/white_pane_ns.json b/desktopRuntime/resources/assets/minecraft/models/block/white_pane_ns.json new file mode 100755 index 00000000..b55bd828 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/white_pane_ns.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_ns", + "textures": { + "edge": "blocks/glass_pane_top_white", + "pane": "blocks/glass_white" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/white_pane_nse.json b/desktopRuntime/resources/assets/minecraft/models/block/white_pane_nse.json new file mode 100755 index 00000000..41fb8cde --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/white_pane_nse.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_nse", + "textures": { + "edge": "blocks/glass_pane_top_white", + "pane": "blocks/glass_white" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/white_pane_nsew.json b/desktopRuntime/resources/assets/minecraft/models/block/white_pane_nsew.json new file mode 100755 index 00000000..df7711a7 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/white_pane_nsew.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_nsew", + "textures": { + "edge": "blocks/glass_pane_top_white", + "pane": "blocks/glass_white" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/white_pane_nsw.json b/desktopRuntime/resources/assets/minecraft/models/block/white_pane_nsw.json new file mode 100755 index 00000000..2900f5a0 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/white_pane_nsw.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_nsw", + "textures": { + "edge": "blocks/glass_pane_top_white", + "pane": "blocks/glass_white" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/white_pane_nw.json b/desktopRuntime/resources/assets/minecraft/models/block/white_pane_nw.json new file mode 100755 index 00000000..cf1d2668 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/white_pane_nw.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_nw", + "textures": { + "edge": "blocks/glass_pane_top_white", + "pane": "blocks/glass_white" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/white_pane_s.json b/desktopRuntime/resources/assets/minecraft/models/block/white_pane_s.json new file mode 100755 index 00000000..e4a6672d --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/white_pane_s.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_s", + "textures": { + "edge": "blocks/glass_pane_top_white", + "pane": "blocks/glass_white" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/white_pane_se.json b/desktopRuntime/resources/assets/minecraft/models/block/white_pane_se.json new file mode 100755 index 00000000..a1210efc --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/white_pane_se.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_se", + "textures": { + "edge": "blocks/glass_pane_top_white", + "pane": "blocks/glass_white" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/white_pane_sew.json b/desktopRuntime/resources/assets/minecraft/models/block/white_pane_sew.json new file mode 100755 index 00000000..f4173f1e --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/white_pane_sew.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_sew", + "textures": { + "edge": "blocks/glass_pane_top_white", + "pane": "blocks/glass_white" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/white_pane_sw.json b/desktopRuntime/resources/assets/minecraft/models/block/white_pane_sw.json new file mode 100755 index 00000000..70619dca --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/white_pane_sw.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_sw", + "textures": { + "edge": "blocks/glass_pane_top_white", + "pane": "blocks/glass_white" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/white_tulip.json b/desktopRuntime/resources/assets/minecraft/models/block/white_tulip.json new file mode 100755 index 00000000..bf4ea523 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/white_tulip.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cross", + "textures": { + "cross": "blocks/flower_tulip_white" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/white_wool.json b/desktopRuntime/resources/assets/minecraft/models/block/white_wool.json new file mode 100755 index 00000000..801c0f67 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/white_wool.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/wool_colored_white" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/wooden_button.json b/desktopRuntime/resources/assets/minecraft/models/block/wooden_button.json new file mode 100755 index 00000000..0abb6fdc --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/wooden_button.json @@ -0,0 +1,6 @@ +{ + "parent": "block/button", + "textures": { + "texture": "blocks/planks_oak" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/wooden_button_inventory.json b/desktopRuntime/resources/assets/minecraft/models/block/wooden_button_inventory.json new file mode 100755 index 00000000..66b4a420 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/wooden_button_inventory.json @@ -0,0 +1,6 @@ +{ + "parent": "block/button_inventory", + "textures": { + "texture": "blocks/planks_oak" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/wooden_button_pressed.json b/desktopRuntime/resources/assets/minecraft/models/block/wooden_button_pressed.json new file mode 100755 index 00000000..7e39e73c --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/wooden_button_pressed.json @@ -0,0 +1,6 @@ +{ + "parent": "block/button_pressed", + "textures": { + "texture": "blocks/planks_oak" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/wooden_door_bottom.json b/desktopRuntime/resources/assets/minecraft/models/block/wooden_door_bottom.json new file mode 100755 index 00000000..0676b551 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/wooden_door_bottom.json @@ -0,0 +1,7 @@ +{ + "parent": "block/door_bottom", + "textures": { + "bottom": "blocks/door_wood_lower", + "top": "blocks/door_wood_upper" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/wooden_door_bottom_rh.json b/desktopRuntime/resources/assets/minecraft/models/block/wooden_door_bottom_rh.json new file mode 100755 index 00000000..5a365434 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/wooden_door_bottom_rh.json @@ -0,0 +1,7 @@ +{ + "parent": "block/door_bottom_rh", + "textures": { + "bottom": "blocks/door_wood_lower", + "top": "blocks/door_wood_upper" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/wooden_door_top.json b/desktopRuntime/resources/assets/minecraft/models/block/wooden_door_top.json new file mode 100755 index 00000000..f7bf4552 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/wooden_door_top.json @@ -0,0 +1,7 @@ +{ + "parent": "block/door_top", + "textures": { + "bottom": "blocks/door_wood_lower", + "top": "blocks/door_wood_upper" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/wooden_door_top_rh.json b/desktopRuntime/resources/assets/minecraft/models/block/wooden_door_top_rh.json new file mode 100755 index 00000000..ba3c592e --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/wooden_door_top_rh.json @@ -0,0 +1,7 @@ +{ + "parent": "block/door_top_rh", + "textures": { + "bottom": "blocks/door_wood_lower", + "top": "blocks/door_wood_upper" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/wooden_pressure_plate_down.json b/desktopRuntime/resources/assets/minecraft/models/block/wooden_pressure_plate_down.json new file mode 100755 index 00000000..f601076b --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/wooden_pressure_plate_down.json @@ -0,0 +1,6 @@ +{ + "parent": "block/pressure_plate_down", + "textures": { + "texture": "blocks/planks_oak" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/wooden_pressure_plate_inventory.json b/desktopRuntime/resources/assets/minecraft/models/block/wooden_pressure_plate_inventory.json new file mode 100755 index 00000000..42cedf53 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/wooden_pressure_plate_inventory.json @@ -0,0 +1,6 @@ +{ + "parent": "block/pressure_plate_inventory", + "textures": { + "texture": "blocks/planks_oak" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/wooden_pressure_plate_up.json b/desktopRuntime/resources/assets/minecraft/models/block/wooden_pressure_plate_up.json new file mode 100755 index 00000000..4e1a7424 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/wooden_pressure_plate_up.json @@ -0,0 +1,6 @@ +{ + "parent": "block/pressure_plate_up", + "textures": { + "texture": "blocks/planks_oak" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/wooden_trapdoor_bottom.json b/desktopRuntime/resources/assets/minecraft/models/block/wooden_trapdoor_bottom.json new file mode 100755 index 00000000..0f4afcb5 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/wooden_trapdoor_bottom.json @@ -0,0 +1,6 @@ +{ + "parent": "block/trapdoor_bottom", + "textures": { + "texture": "blocks/trapdoor" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/wooden_trapdoor_open.json b/desktopRuntime/resources/assets/minecraft/models/block/wooden_trapdoor_open.json new file mode 100755 index 00000000..38c0e755 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/wooden_trapdoor_open.json @@ -0,0 +1,6 @@ +{ + "parent": "block/trapdoor_open", + "textures": { + "texture": "blocks/trapdoor" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/wooden_trapdoor_top.json b/desktopRuntime/resources/assets/minecraft/models/block/wooden_trapdoor_top.json new file mode 100755 index 00000000..c01015c2 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/wooden_trapdoor_top.json @@ -0,0 +1,6 @@ +{ + "parent": "block/trapdoor_top", + "textures": { + "texture": "blocks/trapdoor" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/yellow_pane_n.json b/desktopRuntime/resources/assets/minecraft/models/block/yellow_pane_n.json new file mode 100755 index 00000000..4eed2f82 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/yellow_pane_n.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_n", + "textures": { + "edge": "blocks/glass_pane_top_yellow", + "pane": "blocks/glass_yellow" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/yellow_pane_ne.json b/desktopRuntime/resources/assets/minecraft/models/block/yellow_pane_ne.json new file mode 100755 index 00000000..714a591c --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/yellow_pane_ne.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_ne", + "textures": { + "edge": "blocks/glass_pane_top_yellow", + "pane": "blocks/glass_yellow" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/yellow_pane_new.json b/desktopRuntime/resources/assets/minecraft/models/block/yellow_pane_new.json new file mode 100755 index 00000000..fe839d7d --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/yellow_pane_new.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_new", + "textures": { + "edge": "blocks/glass_pane_top_yellow", + "pane": "blocks/glass_yellow" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/yellow_pane_ns.json b/desktopRuntime/resources/assets/minecraft/models/block/yellow_pane_ns.json new file mode 100755 index 00000000..c0f6a844 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/yellow_pane_ns.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_ns", + "textures": { + "edge": "blocks/glass_pane_top_yellow", + "pane": "blocks/glass_yellow" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/yellow_pane_nse.json b/desktopRuntime/resources/assets/minecraft/models/block/yellow_pane_nse.json new file mode 100755 index 00000000..148f5095 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/yellow_pane_nse.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_nse", + "textures": { + "edge": "blocks/glass_pane_top_yellow", + "pane": "blocks/glass_yellow" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/yellow_pane_nsew.json b/desktopRuntime/resources/assets/minecraft/models/block/yellow_pane_nsew.json new file mode 100755 index 00000000..ca95512c --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/yellow_pane_nsew.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_nsew", + "textures": { + "edge": "blocks/glass_pane_top_yellow", + "pane": "blocks/glass_yellow" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/yellow_pane_nsw.json b/desktopRuntime/resources/assets/minecraft/models/block/yellow_pane_nsw.json new file mode 100755 index 00000000..6178e805 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/yellow_pane_nsw.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_nsw", + "textures": { + "edge": "blocks/glass_pane_top_yellow", + "pane": "blocks/glass_yellow" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/yellow_pane_nw.json b/desktopRuntime/resources/assets/minecraft/models/block/yellow_pane_nw.json new file mode 100755 index 00000000..78301cde --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/yellow_pane_nw.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_nw", + "textures": { + "edge": "blocks/glass_pane_top_yellow", + "pane": "blocks/glass_yellow" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/yellow_pane_s.json b/desktopRuntime/resources/assets/minecraft/models/block/yellow_pane_s.json new file mode 100755 index 00000000..f258ba74 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/yellow_pane_s.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_s", + "textures": { + "edge": "blocks/glass_pane_top_yellow", + "pane": "blocks/glass_yellow" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/yellow_pane_se.json b/desktopRuntime/resources/assets/minecraft/models/block/yellow_pane_se.json new file mode 100755 index 00000000..9b38977f --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/yellow_pane_se.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_se", + "textures": { + "edge": "blocks/glass_pane_top_yellow", + "pane": "blocks/glass_yellow" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/yellow_pane_sew.json b/desktopRuntime/resources/assets/minecraft/models/block/yellow_pane_sew.json new file mode 100755 index 00000000..a554c009 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/yellow_pane_sew.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_sew", + "textures": { + "edge": "blocks/glass_pane_top_yellow", + "pane": "blocks/glass_yellow" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/yellow_pane_sw.json b/desktopRuntime/resources/assets/minecraft/models/block/yellow_pane_sw.json new file mode 100755 index 00000000..b4bb82e6 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/yellow_pane_sw.json @@ -0,0 +1,7 @@ +{ + "parent": "block/pane_sw", + "textures": { + "edge": "blocks/glass_pane_top_yellow", + "pane": "blocks/glass_yellow" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/block/yellow_wool.json b/desktopRuntime/resources/assets/minecraft/models/block/yellow_wool.json new file mode 100755 index 00000000..c001dad6 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/block/yellow_wool.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "blocks/wool_colored_yellow" + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/acacia_door.json b/desktopRuntime/resources/assets/minecraft/models/item/acacia_door.json new file mode 100755 index 00000000..ebd1d8c3 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/acacia_door.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/door_acacia" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/acacia_fence.json b/desktopRuntime/resources/assets/minecraft/models/item/acacia_fence.json new file mode 100755 index 00000000..3d666523 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/acacia_fence.json @@ -0,0 +1,13 @@ +{ + "parent": "block/acacia_fence_inventory", + "display": { + "thirdperson": { + "rotation": [ 0, 0, 180 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + }, + "gui": { + "rotation": [ 0, 90, 0 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/acacia_fence_gate.json b/desktopRuntime/resources/assets/minecraft/models/item/acacia_fence_gate.json new file mode 100755 index 00000000..16635858 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/acacia_fence_gate.json @@ -0,0 +1,15 @@ +{ + "parent": "block/acacia_fence_gate_closed", + "display": { + "thirdperson": { + "rotation": [ 0, -90, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + }, + "firstperson": { + "rotation": [ 0, 90, 0 ], + "translation": [ 0, 0, 0 ], + "scale": [ 1, 1, 1 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/acacia_leaves.json b/desktopRuntime/resources/assets/minecraft/models/item/acacia_leaves.json new file mode 100755 index 00000000..099e86b4 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/acacia_leaves.json @@ -0,0 +1,10 @@ +{ + "parent": "block/acacia_leaves", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/acacia_log.json b/desktopRuntime/resources/assets/minecraft/models/item/acacia_log.json new file mode 100755 index 00000000..814ec859 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/acacia_log.json @@ -0,0 +1,10 @@ +{ + "parent": "block/acacia_log", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/acacia_planks.json b/desktopRuntime/resources/assets/minecraft/models/item/acacia_planks.json new file mode 100755 index 00000000..9ff6558a --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/acacia_planks.json @@ -0,0 +1,10 @@ +{ + "parent": "block/acacia_planks", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/acacia_sapling.json b/desktopRuntime/resources/assets/minecraft/models/item/acacia_sapling.json new file mode 100755 index 00000000..3655ccb7 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/acacia_sapling.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "blocks/sapling_acacia" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/acacia_slab.json b/desktopRuntime/resources/assets/minecraft/models/item/acacia_slab.json new file mode 100755 index 00000000..427f771d --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/acacia_slab.json @@ -0,0 +1,10 @@ +{ + "parent": "block/half_slab_acacia", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/acacia_stairs.json b/desktopRuntime/resources/assets/minecraft/models/item/acacia_stairs.json new file mode 100755 index 00000000..d4bde751 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/acacia_stairs.json @@ -0,0 +1,13 @@ +{ + "parent": "block/acacia_stairs", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + }, + "gui": { + "rotation": [ 0, 180, 0 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/activator_rail.json b/desktopRuntime/resources/assets/minecraft/models/item/activator_rail.json new file mode 100755 index 00000000..27984fde --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/activator_rail.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "blocks/rail_activator" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/allium.json b/desktopRuntime/resources/assets/minecraft/models/item/allium.json new file mode 100755 index 00000000..0ccf95f0 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/allium.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "blocks/flower_allium" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/andesite.json b/desktopRuntime/resources/assets/minecraft/models/item/andesite.json new file mode 100755 index 00000000..561522fd --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/andesite.json @@ -0,0 +1,10 @@ +{ + "parent": "block/andesite", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/andesite_smooth.json b/desktopRuntime/resources/assets/minecraft/models/item/andesite_smooth.json new file mode 100755 index 00000000..71b06616 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/andesite_smooth.json @@ -0,0 +1,10 @@ +{ + "parent": "block/andesite_smooth", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/anvil_intact.json b/desktopRuntime/resources/assets/minecraft/models/item/anvil_intact.json new file mode 100755 index 00000000..1aa0bf73 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/anvil_intact.json @@ -0,0 +1,10 @@ +{ + "parent": "block/anvil_undamaged", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0.25, 1.5, -2.5 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/anvil_slightly_damaged.json b/desktopRuntime/resources/assets/minecraft/models/item/anvil_slightly_damaged.json new file mode 100755 index 00000000..04d60c8f --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/anvil_slightly_damaged.json @@ -0,0 +1,10 @@ +{ + "parent": "block/anvil_slightly_damaged", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0.25, 1.5, -2.5 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/anvil_very_damaged.json b/desktopRuntime/resources/assets/minecraft/models/item/anvil_very_damaged.json new file mode 100755 index 00000000..20c656ba --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/anvil_very_damaged.json @@ -0,0 +1,10 @@ +{ + "parent": "block/anvil_very_damaged", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0.25, 1.5, -2.5 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/apple.json b/desktopRuntime/resources/assets/minecraft/models/item/apple.json new file mode 100755 index 00000000..9869bd37 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/apple.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/apple" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/armor_stand.json b/desktopRuntime/resources/assets/minecraft/models/item/armor_stand.json new file mode 100755 index 00000000..4f0ad8c9 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/armor_stand.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/wooden_armorstand" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/arrow.json b/desktopRuntime/resources/assets/minecraft/models/item/arrow.json new file mode 100755 index 00000000..1d18fe51 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/arrow.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/arrow" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/baked_potato.json b/desktopRuntime/resources/assets/minecraft/models/item/baked_potato.json new file mode 100755 index 00000000..46a0130a --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/baked_potato.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/potato_baked" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/banner.json b/desktopRuntime/resources/assets/minecraft/models/item/banner.json new file mode 100755 index 00000000..d25df9f2 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/banner.json @@ -0,0 +1,22 @@ +{ + "parent": "builtin/entity", + "display": { + "thirdperson": { + "rotation": [ 0, 90, -90 ], + "translation": [ 0, 0, -4 ], + "scale": [ 0.5, 0.5, 0.5 ] + }, + "firstperson": { + "rotation": [ 0, 225, 0 ] + }, + "gui": { + "rotation": [ 0, -65, 0 ], + "translation": [ 0, -3, 0 ], + "scale": [ 0.85, 0.85, 0.85 ] + }, + "head": { + "translation": [ 0, 8, 3.5 ], + "scale": [ 1.5, 1.5, 1.5 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/barrier.json b/desktopRuntime/resources/assets/minecraft/models/item/barrier.json new file mode 100755 index 00000000..49cc22e1 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/barrier.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/barrier" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/beacon.json b/desktopRuntime/resources/assets/minecraft/models/item/beacon.json new file mode 100755 index 00000000..f357d8c4 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/beacon.json @@ -0,0 +1,10 @@ +{ + "parent": "block/beacon", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/bed.json b/desktopRuntime/resources/assets/minecraft/models/item/bed.json new file mode 100755 index 00000000..fb91dece --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/bed.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/bed" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/bedrock.json b/desktopRuntime/resources/assets/minecraft/models/item/bedrock.json new file mode 100755 index 00000000..78a66f5f --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/bedrock.json @@ -0,0 +1,10 @@ +{ + "parent": "block/bedrock", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/beef.json b/desktopRuntime/resources/assets/minecraft/models/item/beef.json new file mode 100755 index 00000000..fd681aee --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/beef.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/beef_raw" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/birch_door.json b/desktopRuntime/resources/assets/minecraft/models/item/birch_door.json new file mode 100755 index 00000000..289463c2 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/birch_door.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/door_birch" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/birch_fence.json b/desktopRuntime/resources/assets/minecraft/models/item/birch_fence.json new file mode 100755 index 00000000..4d19d61b --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/birch_fence.json @@ -0,0 +1,13 @@ +{ + "parent": "block/birch_fence_inventory", + "display": { + "thirdperson": { + "rotation": [ 0, 0, 180 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + }, + "gui": { + "rotation": [ 0, 90, 0 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/birch_fence_gate.json b/desktopRuntime/resources/assets/minecraft/models/item/birch_fence_gate.json new file mode 100755 index 00000000..39aee649 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/birch_fence_gate.json @@ -0,0 +1,15 @@ +{ + "parent": "block/birch_fence_gate_closed", + "display": { + "thirdperson": { + "rotation": [ 0, -90, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + }, + "firstperson": { + "rotation": [ 0, 90, 0 ], + "translation": [ 0, 0, 0 ], + "scale": [ 1, 1, 1 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/birch_leaves.json b/desktopRuntime/resources/assets/minecraft/models/item/birch_leaves.json new file mode 100755 index 00000000..9dbf4f01 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/birch_leaves.json @@ -0,0 +1,10 @@ +{ + "parent": "block/birch_leaves", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/birch_log.json b/desktopRuntime/resources/assets/minecraft/models/item/birch_log.json new file mode 100755 index 00000000..f25bc179 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/birch_log.json @@ -0,0 +1,10 @@ +{ + "parent": "block/birch_log", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/birch_planks.json b/desktopRuntime/resources/assets/minecraft/models/item/birch_planks.json new file mode 100755 index 00000000..584a5ba9 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/birch_planks.json @@ -0,0 +1,10 @@ +{ + "parent": "block/birch_planks", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/birch_sapling.json b/desktopRuntime/resources/assets/minecraft/models/item/birch_sapling.json new file mode 100755 index 00000000..19f862e8 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/birch_sapling.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "blocks/sapling_birch" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/birch_slab.json b/desktopRuntime/resources/assets/minecraft/models/item/birch_slab.json new file mode 100755 index 00000000..878ddec0 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/birch_slab.json @@ -0,0 +1,10 @@ +{ + "parent": "block/half_slab_birch", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/birch_stairs.json b/desktopRuntime/resources/assets/minecraft/models/item/birch_stairs.json new file mode 100755 index 00000000..981d4b60 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/birch_stairs.json @@ -0,0 +1,13 @@ +{ + "parent": "block/birch_stairs", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + }, + "gui": { + "rotation": [ 0, 180, 0 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/black_carpet.json b/desktopRuntime/resources/assets/minecraft/models/item/black_carpet.json new file mode 100755 index 00000000..86b363ad --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/black_carpet.json @@ -0,0 +1,15 @@ +{ + "parent": "block/carpet_black", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 0.25, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + }, + "firstperson": { + "rotation": [ 0, 0, 0 ], + "translation": [ 0, 5.25, 0 ], + "scale": [ 1, 1, 1 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/black_stained_glass.json b/desktopRuntime/resources/assets/minecraft/models/item/black_stained_glass.json new file mode 100755 index 00000000..b28c9d1c --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/black_stained_glass.json @@ -0,0 +1,10 @@ +{ + "parent": "block/glass_black", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/black_stained_glass_pane.json b/desktopRuntime/resources/assets/minecraft/models/item/black_stained_glass_pane.json new file mode 100755 index 00000000..a0418ec9 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/black_stained_glass_pane.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "blocks/glass_black" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/black_stained_hardened_clay.json b/desktopRuntime/resources/assets/minecraft/models/item/black_stained_hardened_clay.json new file mode 100755 index 00000000..fe0a6616 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/black_stained_hardened_clay.json @@ -0,0 +1,10 @@ +{ + "parent": "block/hardened_clay_black", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/black_wool.json b/desktopRuntime/resources/assets/minecraft/models/item/black_wool.json new file mode 100755 index 00000000..aec8478e --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/black_wool.json @@ -0,0 +1,10 @@ +{ + "parent": "block/black_wool", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/blaze_powder.json b/desktopRuntime/resources/assets/minecraft/models/item/blaze_powder.json new file mode 100755 index 00000000..7f1931c9 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/blaze_powder.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/blaze_powder" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/blaze_rod.json b/desktopRuntime/resources/assets/minecraft/models/item/blaze_rod.json new file mode 100755 index 00000000..432dcea4 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/blaze_rod.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/blaze_rod" + }, + "display": { + "thirdperson": { + "rotation": [ 0, 90, -35 ], + "translation": [ 0, 0.75, -3.5 ], + "scale": [ 0.85, 0.85, 0.85 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/blue_carpet.json b/desktopRuntime/resources/assets/minecraft/models/item/blue_carpet.json new file mode 100755 index 00000000..37cb5238 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/blue_carpet.json @@ -0,0 +1,15 @@ +{ + "parent": "block/carpet_blue", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 0.25, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + }, + "firstperson": { + "rotation": [ 0, 0, 0 ], + "translation": [ 0, 5.25, 0 ], + "scale": [ 1, 1, 1 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/blue_orchid.json b/desktopRuntime/resources/assets/minecraft/models/item/blue_orchid.json new file mode 100755 index 00000000..9ba8a286 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/blue_orchid.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "blocks/flower_blue_orchid" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/blue_stained_glass.json b/desktopRuntime/resources/assets/minecraft/models/item/blue_stained_glass.json new file mode 100755 index 00000000..eec782bd --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/blue_stained_glass.json @@ -0,0 +1,10 @@ +{ + "parent": "block/glass_blue", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/blue_stained_glass_pane.json b/desktopRuntime/resources/assets/minecraft/models/item/blue_stained_glass_pane.json new file mode 100755 index 00000000..d2aa5025 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/blue_stained_glass_pane.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "blocks/glass_blue" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/blue_stained_hardened_clay.json b/desktopRuntime/resources/assets/minecraft/models/item/blue_stained_hardened_clay.json new file mode 100755 index 00000000..098393fb --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/blue_stained_hardened_clay.json @@ -0,0 +1,10 @@ +{ + "parent": "block/hardened_clay_blue", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/blue_wool.json b/desktopRuntime/resources/assets/minecraft/models/item/blue_wool.json new file mode 100755 index 00000000..c1fd9445 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/blue_wool.json @@ -0,0 +1,10 @@ +{ + "parent": "block/blue_wool", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/boat.json b/desktopRuntime/resources/assets/minecraft/models/item/boat.json new file mode 100755 index 00000000..a043725c --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/boat.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/boat" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/bone.json b/desktopRuntime/resources/assets/minecraft/models/item/bone.json new file mode 100755 index 00000000..e1faa623 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/bone.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/bone" + }, + "display": { + "thirdperson": { + "rotation": [ 0, 90, -35 ], + "translation": [ 0, 1.25, -3.5 ], + "scale": [ 0.85, 0.85, 0.85 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/book.json b/desktopRuntime/resources/assets/minecraft/models/item/book.json new file mode 100755 index 00000000..60ed2320 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/book.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/book_normal" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/bookshelf.json b/desktopRuntime/resources/assets/minecraft/models/item/bookshelf.json new file mode 100755 index 00000000..aeae5b3b --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/bookshelf.json @@ -0,0 +1,10 @@ +{ + "parent": "block/bookshelf", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/bottle_drinkable.json b/desktopRuntime/resources/assets/minecraft/models/item/bottle_drinkable.json new file mode 100755 index 00000000..f2b1096d --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/bottle_drinkable.json @@ -0,0 +1,19 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/potion_overlay", + "layer1": "items/potion_bottle_drinkable" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/bottle_splash.json b/desktopRuntime/resources/assets/minecraft/models/item/bottle_splash.json new file mode 100755 index 00000000..147ddbae --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/bottle_splash.json @@ -0,0 +1,19 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/potion_overlay", + "layer1": "items/potion_bottle_splash" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/bow.json b/desktopRuntime/resources/assets/minecraft/models/item/bow.json new file mode 100755 index 00000000..91879926 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/bow.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/bow_standby" + }, + "display": { + "thirdperson": { + "rotation": [ 5, 80, -45 ], + "translation": [ 0.75, 0, 0.25 ], + "scale": [ 1, 1, 1 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/bow_pulling_0.json b/desktopRuntime/resources/assets/minecraft/models/item/bow_pulling_0.json new file mode 100755 index 00000000..2fa9d15f --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/bow_pulling_0.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/bow_pulling_0" + }, + "display": { + "thirdperson": { + "rotation": [ 5, 80, -45 ], + "translation": [ 0.75, 0, 0.25 ], + "scale": [ 1, 1, 1 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/bow_pulling_1.json b/desktopRuntime/resources/assets/minecraft/models/item/bow_pulling_1.json new file mode 100755 index 00000000..31eb6240 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/bow_pulling_1.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/bow_pulling_1" + }, + "display": { + "thirdperson": { + "rotation": [ 5, 80, -45 ], + "translation": [ 0.75, 0, 0.25 ], + "scale": [ 1, 1, 1 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/bow_pulling_2.json b/desktopRuntime/resources/assets/minecraft/models/item/bow_pulling_2.json new file mode 100755 index 00000000..1f8780ce --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/bow_pulling_2.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/bow_pulling_2" + }, + "display": { + "thirdperson": { + "rotation": [ 5, 80, -45 ], + "translation": [ 0.75, 0, 0.25 ], + "scale": [ 1, 1, 1 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/bowl.json b/desktopRuntime/resources/assets/minecraft/models/item/bowl.json new file mode 100755 index 00000000..f5ebab34 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/bowl.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/bowl" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -2.5 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/bread.json b/desktopRuntime/resources/assets/minecraft/models/item/bread.json new file mode 100755 index 00000000..0452b0ce --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/bread.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/bread" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/brewing_stand.json b/desktopRuntime/resources/assets/minecraft/models/item/brewing_stand.json new file mode 100755 index 00000000..0e56d421 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/brewing_stand.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/brewing_stand" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/brick.json b/desktopRuntime/resources/assets/minecraft/models/item/brick.json new file mode 100755 index 00000000..75dc6608 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/brick.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/brick" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/brick_block.json b/desktopRuntime/resources/assets/minecraft/models/item/brick_block.json new file mode 100755 index 00000000..a0be363d --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/brick_block.json @@ -0,0 +1,10 @@ +{ + "parent": "block/brick", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/brick_slab.json b/desktopRuntime/resources/assets/minecraft/models/item/brick_slab.json new file mode 100755 index 00000000..7074de2c --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/brick_slab.json @@ -0,0 +1,10 @@ +{ + "parent": "block/half_slab_brick", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/brick_stairs.json b/desktopRuntime/resources/assets/minecraft/models/item/brick_stairs.json new file mode 100755 index 00000000..3bf1ab1f --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/brick_stairs.json @@ -0,0 +1,13 @@ +{ + "parent": "block/brick_stairs", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + }, + "gui": { + "rotation": [ 0, 180, 0 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/brown_carpet.json b/desktopRuntime/resources/assets/minecraft/models/item/brown_carpet.json new file mode 100755 index 00000000..851ce1b6 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/brown_carpet.json @@ -0,0 +1,15 @@ +{ + "parent": "block/carpet_brown", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 0.25, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + }, + "firstperson": { + "rotation": [ 0, 0, 0 ], + "translation": [ 0, 5.25, 0 ], + "scale": [ 1, 1, 1 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/brown_mushroom.json b/desktopRuntime/resources/assets/minecraft/models/item/brown_mushroom.json new file mode 100755 index 00000000..cc8d7b99 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/brown_mushroom.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "blocks/mushroom_brown" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/brown_mushroom_block.json b/desktopRuntime/resources/assets/minecraft/models/item/brown_mushroom_block.json new file mode 100755 index 00000000..4029d58d --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/brown_mushroom_block.json @@ -0,0 +1,10 @@ +{ + "parent": "block/brown_mushroom_block_cap_all", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/brown_stained_glass.json b/desktopRuntime/resources/assets/minecraft/models/item/brown_stained_glass.json new file mode 100755 index 00000000..51186da8 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/brown_stained_glass.json @@ -0,0 +1,10 @@ +{ + "parent": "block/glass_brown", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/brown_stained_glass_pane.json b/desktopRuntime/resources/assets/minecraft/models/item/brown_stained_glass_pane.json new file mode 100755 index 00000000..d596a75e --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/brown_stained_glass_pane.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "blocks/glass_brown" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/brown_stained_hardened_clay.json b/desktopRuntime/resources/assets/minecraft/models/item/brown_stained_hardened_clay.json new file mode 100755 index 00000000..a57e43b3 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/brown_stained_hardened_clay.json @@ -0,0 +1,10 @@ +{ + "parent": "block/hardened_clay_brown", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/brown_wool.json b/desktopRuntime/resources/assets/minecraft/models/item/brown_wool.json new file mode 100755 index 00000000..1d9e4280 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/brown_wool.json @@ -0,0 +1,10 @@ +{ + "parent": "block/brown_wool", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/bucket.json b/desktopRuntime/resources/assets/minecraft/models/item/bucket.json new file mode 100755 index 00000000..6ce1cb88 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/bucket.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/bucket_empty" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/cactus.json b/desktopRuntime/resources/assets/minecraft/models/item/cactus.json new file mode 100755 index 00000000..35a7656b --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/cactus.json @@ -0,0 +1,10 @@ +{ + "parent": "block/cactus", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/cake.json b/desktopRuntime/resources/assets/minecraft/models/item/cake.json new file mode 100755 index 00000000..eb69ee95 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/cake.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/cake" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/carrot.json b/desktopRuntime/resources/assets/minecraft/models/item/carrot.json new file mode 100755 index 00000000..390f642e --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/carrot.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/carrot" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/carrot_on_a_stick.json b/desktopRuntime/resources/assets/minecraft/models/item/carrot_on_a_stick.json new file mode 100755 index 00000000..c5a633ec --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/carrot_on_a_stick.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/carrot_on_a_stick" + }, + "display": { + "thirdperson": { + "rotation": [ 180, 90, -35 ], + "translation": [ 0, 0, -3.5 ], + "scale": [ 0.85, 0.85, 0.85 ] + }, + "firstperson": { + "rotation": [ 0, 45, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/cauldron.json b/desktopRuntime/resources/assets/minecraft/models/item/cauldron.json new file mode 100755 index 00000000..4dda5ede --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/cauldron.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/cauldron" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/chainmail_boots.json b/desktopRuntime/resources/assets/minecraft/models/item/chainmail_boots.json new file mode 100755 index 00000000..19cab8d2 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/chainmail_boots.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/chainmail_boots" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -2.5 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/chainmail_chestplate.json b/desktopRuntime/resources/assets/minecraft/models/item/chainmail_chestplate.json new file mode 100755 index 00000000..47bf571c --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/chainmail_chestplate.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/chainmail_chestplate" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/chainmail_helmet.json b/desktopRuntime/resources/assets/minecraft/models/item/chainmail_helmet.json new file mode 100755 index 00000000..31d6007b --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/chainmail_helmet.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/chainmail_helmet" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -2.25 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/chainmail_leggings.json b/desktopRuntime/resources/assets/minecraft/models/item/chainmail_leggings.json new file mode 100755 index 00000000..60111b37 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/chainmail_leggings.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/chainmail_leggings" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/charcoal.json b/desktopRuntime/resources/assets/minecraft/models/item/charcoal.json new file mode 100755 index 00000000..a20e6fa3 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/charcoal.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/charcoal" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/chest.json b/desktopRuntime/resources/assets/minecraft/models/item/chest.json new file mode 100755 index 00000000..9935accd --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/chest.json @@ -0,0 +1,3 @@ +{ + "parent": "builtin/entity" +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/chest_minecart.json b/desktopRuntime/resources/assets/minecraft/models/item/chest_minecart.json new file mode 100755 index 00000000..09459c57 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/chest_minecart.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/minecart_chest" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/chicken.json b/desktopRuntime/resources/assets/minecraft/models/item/chicken.json new file mode 100755 index 00000000..04a8af47 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/chicken.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/chicken_raw" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/chiseled_brick_monster_egg.json b/desktopRuntime/resources/assets/minecraft/models/item/chiseled_brick_monster_egg.json new file mode 100755 index 00000000..12d3f353 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/chiseled_brick_monster_egg.json @@ -0,0 +1,10 @@ +{ + "parent": "block/stonebrick_chiseled", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/chiseled_quartz_block.json b/desktopRuntime/resources/assets/minecraft/models/item/chiseled_quartz_block.json new file mode 100755 index 00000000..832b0a60 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/chiseled_quartz_block.json @@ -0,0 +1,10 @@ +{ + "parent": "block/quartz_chiseled", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/chiseled_red_sandstone.json b/desktopRuntime/resources/assets/minecraft/models/item/chiseled_red_sandstone.json new file mode 100755 index 00000000..0621b78a --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/chiseled_red_sandstone.json @@ -0,0 +1,10 @@ +{ + "parent": "block/red_sandstone_chiseled", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/chiseled_sandstone.json b/desktopRuntime/resources/assets/minecraft/models/item/chiseled_sandstone.json new file mode 100755 index 00000000..41457c50 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/chiseled_sandstone.json @@ -0,0 +1,10 @@ +{ + "parent": "block/sandstone_chiseled", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/chiseled_stonebrick.json b/desktopRuntime/resources/assets/minecraft/models/item/chiseled_stonebrick.json new file mode 100755 index 00000000..12d3f353 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/chiseled_stonebrick.json @@ -0,0 +1,10 @@ +{ + "parent": "block/stonebrick_chiseled", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/clay.json b/desktopRuntime/resources/assets/minecraft/models/item/clay.json new file mode 100755 index 00000000..c98bf111 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/clay.json @@ -0,0 +1,10 @@ +{ + "parent": "block/clay", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/clay_ball.json b/desktopRuntime/resources/assets/minecraft/models/item/clay_ball.json new file mode 100755 index 00000000..dcccf2ff --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/clay_ball.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/clay_ball" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/clock.json b/desktopRuntime/resources/assets/minecraft/models/item/clock.json new file mode 100755 index 00000000..74d7025a --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/clock.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/clock", + "textures": { + "layer0": "items/clock" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/clownfish.json b/desktopRuntime/resources/assets/minecraft/models/item/clownfish.json new file mode 100755 index 00000000..8be7ba54 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/clownfish.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/fish_clownfish_raw" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/coal.json b/desktopRuntime/resources/assets/minecraft/models/item/coal.json new file mode 100755 index 00000000..0cecc894 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/coal.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/coal" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/coal_block.json b/desktopRuntime/resources/assets/minecraft/models/item/coal_block.json new file mode 100755 index 00000000..bd970bc9 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/coal_block.json @@ -0,0 +1,10 @@ +{ + "parent": "block/coal_block", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/coal_ore.json b/desktopRuntime/resources/assets/minecraft/models/item/coal_ore.json new file mode 100755 index 00000000..63b61390 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/coal_ore.json @@ -0,0 +1,10 @@ +{ + "parent": "block/coal_ore", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/coarse_dirt.json b/desktopRuntime/resources/assets/minecraft/models/item/coarse_dirt.json new file mode 100755 index 00000000..8f78736e --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/coarse_dirt.json @@ -0,0 +1,10 @@ +{ + "parent": "block/coarse_dirt", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/cobblestone.json b/desktopRuntime/resources/assets/minecraft/models/item/cobblestone.json new file mode 100755 index 00000000..ff550e27 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/cobblestone.json @@ -0,0 +1,10 @@ +{ + "parent": "block/cobblestone", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/cobblestone_monster_egg.json b/desktopRuntime/resources/assets/minecraft/models/item/cobblestone_monster_egg.json new file mode 100755 index 00000000..ff550e27 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/cobblestone_monster_egg.json @@ -0,0 +1,10 @@ +{ + "parent": "block/cobblestone", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/cobblestone_slab.json b/desktopRuntime/resources/assets/minecraft/models/item/cobblestone_slab.json new file mode 100755 index 00000000..dec97b5c --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/cobblestone_slab.json @@ -0,0 +1,10 @@ +{ + "parent": "block/half_slab_cobblestone", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/cobblestone_wall.json b/desktopRuntime/resources/assets/minecraft/models/item/cobblestone_wall.json new file mode 100755 index 00000000..e9d24868 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/cobblestone_wall.json @@ -0,0 +1,10 @@ +{ + "parent": "block/cobblestone_wall_inventory", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/cod.json b/desktopRuntime/resources/assets/minecraft/models/item/cod.json new file mode 100755 index 00000000..b9f5f582 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/cod.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/fish_cod_raw" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/command_block.json b/desktopRuntime/resources/assets/minecraft/models/item/command_block.json new file mode 100755 index 00000000..8884bf5d --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/command_block.json @@ -0,0 +1,10 @@ +{ + "parent": "block/command_block", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/command_block_minecart.json b/desktopRuntime/resources/assets/minecraft/models/item/command_block_minecart.json new file mode 100755 index 00000000..7f22858a --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/command_block_minecart.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/minecart_command_block" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/comparator.json b/desktopRuntime/resources/assets/minecraft/models/item/comparator.json new file mode 100755 index 00000000..e0e9eee7 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/comparator.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/comparator" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/compass.json b/desktopRuntime/resources/assets/minecraft/models/item/compass.json new file mode 100755 index 00000000..4d264aeb --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/compass.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/compass", + "textures": { + "layer0": "items/compass" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/cooked_beef.json b/desktopRuntime/resources/assets/minecraft/models/item/cooked_beef.json new file mode 100755 index 00000000..33b773a6 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/cooked_beef.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/beef_cooked" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/cooked_chicken.json b/desktopRuntime/resources/assets/minecraft/models/item/cooked_chicken.json new file mode 100755 index 00000000..151a0159 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/cooked_chicken.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/chicken_cooked" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/cooked_cod.json b/desktopRuntime/resources/assets/minecraft/models/item/cooked_cod.json new file mode 100755 index 00000000..b1ca2497 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/cooked_cod.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/fish_cod_cooked" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/cooked_mutton.json b/desktopRuntime/resources/assets/minecraft/models/item/cooked_mutton.json new file mode 100755 index 00000000..5f958f21 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/cooked_mutton.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/mutton_cooked" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/cooked_porkchop.json b/desktopRuntime/resources/assets/minecraft/models/item/cooked_porkchop.json new file mode 100755 index 00000000..186cd279 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/cooked_porkchop.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/porkchop_cooked" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/cooked_rabbit.json b/desktopRuntime/resources/assets/minecraft/models/item/cooked_rabbit.json new file mode 100755 index 00000000..ddf00424 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/cooked_rabbit.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/rabbit_cooked" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/cooked_salmon.json b/desktopRuntime/resources/assets/minecraft/models/item/cooked_salmon.json new file mode 100755 index 00000000..ee302b19 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/cooked_salmon.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/fish_salmon_cooked" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/cookie.json b/desktopRuntime/resources/assets/minecraft/models/item/cookie.json new file mode 100755 index 00000000..c8161796 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/cookie.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/cookie" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/cracked_brick_monster_egg.json b/desktopRuntime/resources/assets/minecraft/models/item/cracked_brick_monster_egg.json new file mode 100755 index 00000000..5285ba9e --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/cracked_brick_monster_egg.json @@ -0,0 +1,10 @@ +{ + "parent": "block/stonebrick_cracked", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/cracked_stonebrick.json b/desktopRuntime/resources/assets/minecraft/models/item/cracked_stonebrick.json new file mode 100755 index 00000000..5285ba9e --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/cracked_stonebrick.json @@ -0,0 +1,10 @@ +{ + "parent": "block/stonebrick_cracked", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/crafting_table.json b/desktopRuntime/resources/assets/minecraft/models/item/crafting_table.json new file mode 100755 index 00000000..80b7c9e9 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/crafting_table.json @@ -0,0 +1,10 @@ +{ + "parent": "block/crafting_table", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/cyan_carpet.json b/desktopRuntime/resources/assets/minecraft/models/item/cyan_carpet.json new file mode 100755 index 00000000..c101c8b8 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/cyan_carpet.json @@ -0,0 +1,15 @@ +{ + "parent": "block/carpet_cyan", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 0.25, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + }, + "firstperson": { + "rotation": [ 0, 0, 0 ], + "translation": [ 0, 5.25, 0 ], + "scale": [ 1, 1, 1 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/cyan_stained_glass.json b/desktopRuntime/resources/assets/minecraft/models/item/cyan_stained_glass.json new file mode 100755 index 00000000..1892fd14 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/cyan_stained_glass.json @@ -0,0 +1,10 @@ +{ + "parent": "block/glass_cyan", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/cyan_stained_glass_pane.json b/desktopRuntime/resources/assets/minecraft/models/item/cyan_stained_glass_pane.json new file mode 100755 index 00000000..7416a5ba --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/cyan_stained_glass_pane.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "blocks/glass_cyan" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/cyan_stained_hardened_clay.json b/desktopRuntime/resources/assets/minecraft/models/item/cyan_stained_hardened_clay.json new file mode 100755 index 00000000..964726a1 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/cyan_stained_hardened_clay.json @@ -0,0 +1,10 @@ +{ + "parent": "block/hardened_clay_cyan", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/cyan_wool.json b/desktopRuntime/resources/assets/minecraft/models/item/cyan_wool.json new file mode 100755 index 00000000..56868368 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/cyan_wool.json @@ -0,0 +1,10 @@ +{ + "parent": "block/cyan_wool", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/dandelion.json b/desktopRuntime/resources/assets/minecraft/models/item/dandelion.json new file mode 100755 index 00000000..8874c3cc --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/dandelion.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "blocks/flower_dandelion" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/dark_oak_door.json b/desktopRuntime/resources/assets/minecraft/models/item/dark_oak_door.json new file mode 100755 index 00000000..a8e3c871 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/dark_oak_door.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/door_dark_oak" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/dark_oak_fence.json b/desktopRuntime/resources/assets/minecraft/models/item/dark_oak_fence.json new file mode 100755 index 00000000..09925382 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/dark_oak_fence.json @@ -0,0 +1,13 @@ +{ + "parent": "block/dark_oak_fence_inventory", + "display": { + "thirdperson": { + "rotation": [ 0, 0, 180 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + }, + "gui": { + "rotation": [ 0, 90, 0 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/dark_oak_fence_gate.json b/desktopRuntime/resources/assets/minecraft/models/item/dark_oak_fence_gate.json new file mode 100755 index 00000000..94b03c3a --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/dark_oak_fence_gate.json @@ -0,0 +1,15 @@ +{ + "parent": "block/dark_oak_fence_gate_closed", + "display": { + "thirdperson": { + "rotation": [ 0, -90, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + }, + "firstperson": { + "rotation": [ 0, 90, 0 ], + "translation": [ 0, 0, 0 ], + "scale": [ 1, 1, 1 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/dark_oak_leaves.json b/desktopRuntime/resources/assets/minecraft/models/item/dark_oak_leaves.json new file mode 100755 index 00000000..17cc70c9 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/dark_oak_leaves.json @@ -0,0 +1,10 @@ +{ + "parent": "block/dark_oak_leaves", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/dark_oak_log.json b/desktopRuntime/resources/assets/minecraft/models/item/dark_oak_log.json new file mode 100755 index 00000000..798f34da --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/dark_oak_log.json @@ -0,0 +1,10 @@ +{ + "parent": "block/dark_oak_log", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/dark_oak_planks.json b/desktopRuntime/resources/assets/minecraft/models/item/dark_oak_planks.json new file mode 100755 index 00000000..d02e5f3d --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/dark_oak_planks.json @@ -0,0 +1,10 @@ +{ + "parent": "block/dark_oak_planks", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/dark_oak_sapling.json b/desktopRuntime/resources/assets/minecraft/models/item/dark_oak_sapling.json new file mode 100755 index 00000000..6b124b19 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/dark_oak_sapling.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "blocks/sapling_roofed_oak" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/dark_oak_slab.json b/desktopRuntime/resources/assets/minecraft/models/item/dark_oak_slab.json new file mode 100755 index 00000000..b0489fb4 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/dark_oak_slab.json @@ -0,0 +1,10 @@ +{ + "parent": "block/half_slab_dark_oak", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/dark_oak_stairs.json b/desktopRuntime/resources/assets/minecraft/models/item/dark_oak_stairs.json new file mode 100755 index 00000000..fe1ca965 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/dark_oak_stairs.json @@ -0,0 +1,13 @@ +{ + "parent": "block/dark_oak_stairs", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + }, + "gui": { + "rotation": [ 0, 180, 0 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/dark_prismarine.json b/desktopRuntime/resources/assets/minecraft/models/item/dark_prismarine.json new file mode 100755 index 00000000..d5061aa1 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/dark_prismarine.json @@ -0,0 +1,10 @@ +{ + "parent": "block/prismarine_dark", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/daylight_detector.json b/desktopRuntime/resources/assets/minecraft/models/item/daylight_detector.json new file mode 100755 index 00000000..30159ea5 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/daylight_detector.json @@ -0,0 +1,15 @@ +{ + "parent": "block/daylight_detector", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 0.25, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + }, + "firstperson": { + "rotation": [ 0, 0, 0 ], + "translation": [ 0, 5, 0 ], + "scale": [ 1, 1, 1 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/dead_bush.json b/desktopRuntime/resources/assets/minecraft/models/item/dead_bush.json new file mode 100755 index 00000000..1b8cd4fa --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/dead_bush.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "blocks/deadbush" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/detector_rail.json b/desktopRuntime/resources/assets/minecraft/models/item/detector_rail.json new file mode 100755 index 00000000..76baec82 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/detector_rail.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "blocks/rail_detector" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/diamond.json b/desktopRuntime/resources/assets/minecraft/models/item/diamond.json new file mode 100755 index 00000000..5126ea0f --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/diamond.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/diamond" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/diamond_axe.json b/desktopRuntime/resources/assets/minecraft/models/item/diamond_axe.json new file mode 100755 index 00000000..8b946350 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/diamond_axe.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/diamond_axe" + }, + "display": { + "thirdperson": { + "rotation": [ 0, 90, -35 ], + "translation": [ 0, 1.25, -3.5 ], + "scale": [ 0.85, 0.85, 0.85 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/diamond_block.json b/desktopRuntime/resources/assets/minecraft/models/item/diamond_block.json new file mode 100755 index 00000000..894cf38b --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/diamond_block.json @@ -0,0 +1,10 @@ +{ + "parent": "block/diamond_block", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/diamond_boots.json b/desktopRuntime/resources/assets/minecraft/models/item/diamond_boots.json new file mode 100755 index 00000000..2b78293c --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/diamond_boots.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/diamond_boots" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -2.5 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/diamond_chestplate.json b/desktopRuntime/resources/assets/minecraft/models/item/diamond_chestplate.json new file mode 100755 index 00000000..cbbb59c3 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/diamond_chestplate.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/diamond_chestplate" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/diamond_helmet.json b/desktopRuntime/resources/assets/minecraft/models/item/diamond_helmet.json new file mode 100755 index 00000000..d1877fae --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/diamond_helmet.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/diamond_helmet" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -2.25 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/diamond_hoe.json b/desktopRuntime/resources/assets/minecraft/models/item/diamond_hoe.json new file mode 100755 index 00000000..8ffedda3 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/diamond_hoe.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/diamond_hoe" + }, + "display": { + "thirdperson": { + "rotation": [ 0, 90, -35 ], + "translation": [ 0, 1.25, -3.5 ], + "scale": [ 0.85, 0.85, 0.85 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/diamond_horse_armor.json b/desktopRuntime/resources/assets/minecraft/models/item/diamond_horse_armor.json new file mode 100755 index 00000000..85377d33 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/diamond_horse_armor.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/diamond_horse_armor" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/diamond_leggings.json b/desktopRuntime/resources/assets/minecraft/models/item/diamond_leggings.json new file mode 100755 index 00000000..932bbc47 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/diamond_leggings.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/diamond_leggings" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/diamond_ore.json b/desktopRuntime/resources/assets/minecraft/models/item/diamond_ore.json new file mode 100755 index 00000000..c1d725cd --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/diamond_ore.json @@ -0,0 +1,10 @@ +{ + "parent": "block/diamond_ore", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/diamond_pickaxe.json b/desktopRuntime/resources/assets/minecraft/models/item/diamond_pickaxe.json new file mode 100755 index 00000000..b52b9627 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/diamond_pickaxe.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/diamond_pickaxe" + }, + "display": { + "thirdperson": { + "rotation": [ 0, 90, -35 ], + "translation": [ 0, 1.25, -3.5 ], + "scale": [ 0.85, 0.85, 0.85 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/diamond_shovel.json b/desktopRuntime/resources/assets/minecraft/models/item/diamond_shovel.json new file mode 100755 index 00000000..c0ea4277 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/diamond_shovel.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/diamond_shovel" + }, + "display": { + "thirdperson": { + "rotation": [ 0, 90, -35 ], + "translation": [ 0, 1.25, -3.5 ], + "scale": [ 0.85, 0.85, 0.85 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/diamond_sword.json b/desktopRuntime/resources/assets/minecraft/models/item/diamond_sword.json new file mode 100755 index 00000000..82bc8f05 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/diamond_sword.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/diamond_sword" + }, + "display": { + "thirdperson": { + "rotation": [ 0, 90, -35 ], + "translation": [ 0, 1.25, -3.5 ], + "scale": [ 0.85, 0.85, 0.85 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/diorite.json b/desktopRuntime/resources/assets/minecraft/models/item/diorite.json new file mode 100755 index 00000000..cdf48dbe --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/diorite.json @@ -0,0 +1,10 @@ +{ + "parent": "block/diorite", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/diorite_smooth.json b/desktopRuntime/resources/assets/minecraft/models/item/diorite_smooth.json new file mode 100755 index 00000000..f13946ba --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/diorite_smooth.json @@ -0,0 +1,10 @@ +{ + "parent": "block/diorite_smooth", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/dirt.json b/desktopRuntime/resources/assets/minecraft/models/item/dirt.json new file mode 100755 index 00000000..48596377 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/dirt.json @@ -0,0 +1,10 @@ +{ + "parent": "block/dirt", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/dispenser.json b/desktopRuntime/resources/assets/minecraft/models/item/dispenser.json new file mode 100755 index 00000000..730db3a7 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/dispenser.json @@ -0,0 +1,10 @@ +{ + "parent": "block/dispenser", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/double_fern.json b/desktopRuntime/resources/assets/minecraft/models/item/double_fern.json new file mode 100755 index 00000000..c368af4c --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/double_fern.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "blocks/double_plant_fern_top" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/double_grass.json b/desktopRuntime/resources/assets/minecraft/models/item/double_grass.json new file mode 100755 index 00000000..017640ff --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/double_grass.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "blocks/double_plant_grass_top" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/double_rose.json b/desktopRuntime/resources/assets/minecraft/models/item/double_rose.json new file mode 100755 index 00000000..e5ac878d --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/double_rose.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "blocks/double_plant_rose_top" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/dragon_egg.json b/desktopRuntime/resources/assets/minecraft/models/item/dragon_egg.json new file mode 100755 index 00000000..b4f66eaf --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/dragon_egg.json @@ -0,0 +1,10 @@ +{ + "parent": "block/dragon_egg", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/dropper.json b/desktopRuntime/resources/assets/minecraft/models/item/dropper.json new file mode 100755 index 00000000..05ebfd50 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/dropper.json @@ -0,0 +1,10 @@ +{ + "parent": "block/dropper", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/dye_black.json b/desktopRuntime/resources/assets/minecraft/models/item/dye_black.json new file mode 100755 index 00000000..8adc07b8 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/dye_black.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/dye_powder_black" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/dye_blue.json b/desktopRuntime/resources/assets/minecraft/models/item/dye_blue.json new file mode 100755 index 00000000..911eeb50 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/dye_blue.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/dye_powder_blue" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/dye_brown.json b/desktopRuntime/resources/assets/minecraft/models/item/dye_brown.json new file mode 100755 index 00000000..9ab774f1 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/dye_brown.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/dye_powder_brown" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/dye_cyan.json b/desktopRuntime/resources/assets/minecraft/models/item/dye_cyan.json new file mode 100755 index 00000000..ae8189fe --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/dye_cyan.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/dye_powder_cyan" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/dye_gray.json b/desktopRuntime/resources/assets/minecraft/models/item/dye_gray.json new file mode 100755 index 00000000..a40c1dd9 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/dye_gray.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/dye_powder_gray" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -2.5 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/dye_green.json b/desktopRuntime/resources/assets/minecraft/models/item/dye_green.json new file mode 100755 index 00000000..2f54ab0b --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/dye_green.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/dye_powder_green" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/dye_light_blue.json b/desktopRuntime/resources/assets/minecraft/models/item/dye_light_blue.json new file mode 100755 index 00000000..b07ca6ad --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/dye_light_blue.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/dye_powder_light_blue" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -2.5 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/dye_lime.json b/desktopRuntime/resources/assets/minecraft/models/item/dye_lime.json new file mode 100755 index 00000000..4e3d5b55 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/dye_lime.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/dye_powder_lime" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/dye_magenta.json b/desktopRuntime/resources/assets/minecraft/models/item/dye_magenta.json new file mode 100755 index 00000000..0cb97658 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/dye_magenta.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/dye_powder_magenta" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -2.5 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/dye_orange.json b/desktopRuntime/resources/assets/minecraft/models/item/dye_orange.json new file mode 100755 index 00000000..ca0eca8a --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/dye_orange.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/dye_powder_orange" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/dye_pink.json b/desktopRuntime/resources/assets/minecraft/models/item/dye_pink.json new file mode 100755 index 00000000..fef69bcd --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/dye_pink.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/dye_powder_pink" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -2.5 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/dye_purple.json b/desktopRuntime/resources/assets/minecraft/models/item/dye_purple.json new file mode 100755 index 00000000..d812a70b --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/dye_purple.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/dye_powder_purple" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -2.5 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/dye_red.json b/desktopRuntime/resources/assets/minecraft/models/item/dye_red.json new file mode 100755 index 00000000..3fabf3db --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/dye_red.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/dye_powder_red" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/dye_silver.json b/desktopRuntime/resources/assets/minecraft/models/item/dye_silver.json new file mode 100755 index 00000000..769905a6 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/dye_silver.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/dye_powder_silver" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/dye_white.json b/desktopRuntime/resources/assets/minecraft/models/item/dye_white.json new file mode 100755 index 00000000..d8a97b95 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/dye_white.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/dye_powder_white" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/dye_yellow.json b/desktopRuntime/resources/assets/minecraft/models/item/dye_yellow.json new file mode 100755 index 00000000..9a2ed1f8 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/dye_yellow.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/dye_powder_yellow" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/egg.json b/desktopRuntime/resources/assets/minecraft/models/item/egg.json new file mode 100755 index 00000000..406e4b05 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/egg.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/egg" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/emerald.json b/desktopRuntime/resources/assets/minecraft/models/item/emerald.json new file mode 100755 index 00000000..9f8ec33f --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/emerald.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/emerald" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/emerald_block.json b/desktopRuntime/resources/assets/minecraft/models/item/emerald_block.json new file mode 100755 index 00000000..2581ed95 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/emerald_block.json @@ -0,0 +1,10 @@ +{ + "parent": "block/emerald_block", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/emerald_ore.json b/desktopRuntime/resources/assets/minecraft/models/item/emerald_ore.json new file mode 100755 index 00000000..651f28ea --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/emerald_ore.json @@ -0,0 +1,10 @@ +{ + "parent": "block/emerald_ore", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/enchanted_book.json b/desktopRuntime/resources/assets/minecraft/models/item/enchanted_book.json new file mode 100755 index 00000000..40c31494 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/enchanted_book.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/book_enchanted" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/enchanting_table.json b/desktopRuntime/resources/assets/minecraft/models/item/enchanting_table.json new file mode 100755 index 00000000..e487653b --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/enchanting_table.json @@ -0,0 +1,10 @@ +{ + "parent": "block/enchanting_table_base", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/end_portal_frame.json b/desktopRuntime/resources/assets/minecraft/models/item/end_portal_frame.json new file mode 100755 index 00000000..7ab19cff --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/end_portal_frame.json @@ -0,0 +1,10 @@ +{ + "parent": "block/end_portal_frame_empty", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/end_stone.json b/desktopRuntime/resources/assets/minecraft/models/item/end_stone.json new file mode 100755 index 00000000..5642477f --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/end_stone.json @@ -0,0 +1,10 @@ +{ + "parent": "block/end_stone", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/ender_chest.json b/desktopRuntime/resources/assets/minecraft/models/item/ender_chest.json new file mode 100755 index 00000000..9935accd --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/ender_chest.json @@ -0,0 +1,3 @@ +{ + "parent": "builtin/entity" +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/ender_eye.json b/desktopRuntime/resources/assets/minecraft/models/item/ender_eye.json new file mode 100755 index 00000000..69e7ef05 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/ender_eye.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/ender_eye" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/ender_pearl.json b/desktopRuntime/resources/assets/minecraft/models/item/ender_pearl.json new file mode 100755 index 00000000..8919b00c --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/ender_pearl.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/ender_pearl" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/experience_bottle.json b/desktopRuntime/resources/assets/minecraft/models/item/experience_bottle.json new file mode 100755 index 00000000..db135e3b --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/experience_bottle.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/experience_bottle" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/farmland.json b/desktopRuntime/resources/assets/minecraft/models/item/farmland.json new file mode 100755 index 00000000..5679e6c2 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/farmland.json @@ -0,0 +1,10 @@ +{ + "parent": "block/farmland_dry", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/feather.json b/desktopRuntime/resources/assets/minecraft/models/item/feather.json new file mode 100755 index 00000000..06cc784b --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/feather.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/feather" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/fermented_spider_eye.json b/desktopRuntime/resources/assets/minecraft/models/item/fermented_spider_eye.json new file mode 100755 index 00000000..b3438dbe --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/fermented_spider_eye.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/spider_eye_fermented" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/fern.json b/desktopRuntime/resources/assets/minecraft/models/item/fern.json new file mode 100755 index 00000000..a1d47ee4 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/fern.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "blocks/fern" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/filled_map.json b/desktopRuntime/resources/assets/minecraft/models/item/filled_map.json new file mode 100755 index 00000000..273fd139 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/filled_map.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/map_filled" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/fire_charge.json b/desktopRuntime/resources/assets/minecraft/models/item/fire_charge.json new file mode 100755 index 00000000..38dc07ad --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/fire_charge.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/fireball" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/firework_charge.json b/desktopRuntime/resources/assets/minecraft/models/item/firework_charge.json new file mode 100755 index 00000000..209854ed --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/firework_charge.json @@ -0,0 +1,19 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/fireworks_charge", + "layer1": "items/fireworks_charge_overlay" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/fireworks.json b/desktopRuntime/resources/assets/minecraft/models/item/fireworks.json new file mode 100755 index 00000000..1c371f6e --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/fireworks.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/fireworks" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/fishing_rod.json b/desktopRuntime/resources/assets/minecraft/models/item/fishing_rod.json new file mode 100755 index 00000000..62e50e72 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/fishing_rod.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/fishing_rod_uncast" + }, + "display": { + "thirdperson": { + "rotation": [ 180, 90, -35 ], + "translation": [ 0, 0, -3.5 ], + "scale": [ 0.85, 0.85, 0.85 ] + }, + "firstperson": { + "rotation": [ 0, 45, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/fishing_rod_cast.json b/desktopRuntime/resources/assets/minecraft/models/item/fishing_rod_cast.json new file mode 100755 index 00000000..add13efc --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/fishing_rod_cast.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/fishing_rod_cast" + }, + "display": { + "thirdperson": { + "rotation": [ 180, 90, -35 ], + "translation": [ 0, 0, -3.5 ], + "scale": [ 0.85, 0.85, 0.85 ] + }, + "firstperson": { + "rotation": [ 0, 45, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/flint.json b/desktopRuntime/resources/assets/minecraft/models/item/flint.json new file mode 100755 index 00000000..623f128c --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/flint.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/flint" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/flint_and_steel.json b/desktopRuntime/resources/assets/minecraft/models/item/flint_and_steel.json new file mode 100755 index 00000000..6f9ea647 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/flint_and_steel.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/flint_and_steel" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/flower_pot.json b/desktopRuntime/resources/assets/minecraft/models/item/flower_pot.json new file mode 100755 index 00000000..a3894940 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/flower_pot.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/flower_pot" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/furnace.json b/desktopRuntime/resources/assets/minecraft/models/item/furnace.json new file mode 100755 index 00000000..baf27f67 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/furnace.json @@ -0,0 +1,10 @@ +{ + "parent": "block/furnace", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/furnace_minecart.json b/desktopRuntime/resources/assets/minecraft/models/item/furnace_minecart.json new file mode 100755 index 00000000..0dcb478f --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/furnace_minecart.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/minecart_furnace" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/ghast_tear.json b/desktopRuntime/resources/assets/minecraft/models/item/ghast_tear.json new file mode 100755 index 00000000..825b37b4 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/ghast_tear.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/ghast_tear" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -2.25 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/glass.json b/desktopRuntime/resources/assets/minecraft/models/item/glass.json new file mode 100755 index 00000000..79e7c93b --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/glass.json @@ -0,0 +1,10 @@ +{ + "parent": "block/glass", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/glass_bottle.json b/desktopRuntime/resources/assets/minecraft/models/item/glass_bottle.json new file mode 100755 index 00000000..7e97435b --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/glass_bottle.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/potion_bottle_empty" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/glass_pane.json b/desktopRuntime/resources/assets/minecraft/models/item/glass_pane.json new file mode 100755 index 00000000..9ddfafb1 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/glass_pane.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "blocks/glass" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/glowstone.json b/desktopRuntime/resources/assets/minecraft/models/item/glowstone.json new file mode 100755 index 00000000..dbc452ff --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/glowstone.json @@ -0,0 +1,10 @@ +{ + "parent": "block/glowstone", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/glowstone_dust.json b/desktopRuntime/resources/assets/minecraft/models/item/glowstone_dust.json new file mode 100755 index 00000000..c96a238a --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/glowstone_dust.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/glowstone_dust" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/gold_block.json b/desktopRuntime/resources/assets/minecraft/models/item/gold_block.json new file mode 100755 index 00000000..74f09650 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/gold_block.json @@ -0,0 +1,10 @@ +{ + "parent": "block/gold_block", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/gold_ingot.json b/desktopRuntime/resources/assets/minecraft/models/item/gold_ingot.json new file mode 100755 index 00000000..27a2c84a --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/gold_ingot.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/gold_ingot" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/gold_nugget.json b/desktopRuntime/resources/assets/minecraft/models/item/gold_nugget.json new file mode 100755 index 00000000..c0ca53ac --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/gold_nugget.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/gold_nugget" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -2 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/gold_ore.json b/desktopRuntime/resources/assets/minecraft/models/item/gold_ore.json new file mode 100755 index 00000000..e7c672db --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/gold_ore.json @@ -0,0 +1,10 @@ +{ + "parent": "block/gold_ore", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/golden_apple.json b/desktopRuntime/resources/assets/minecraft/models/item/golden_apple.json new file mode 100755 index 00000000..d8943c5e --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/golden_apple.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/apple_golden" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/golden_axe.json b/desktopRuntime/resources/assets/minecraft/models/item/golden_axe.json new file mode 100755 index 00000000..760cf932 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/golden_axe.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/gold_axe" + }, + "display": { + "thirdperson": { + "rotation": [ 0, 90, -35 ], + "translation": [ 0, 1.25, -3.5 ], + "scale": [ 0.85, 0.85, 0.85 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/golden_boots.json b/desktopRuntime/resources/assets/minecraft/models/item/golden_boots.json new file mode 100755 index 00000000..512dd249 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/golden_boots.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/gold_boots" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -2.5 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/golden_carrot.json b/desktopRuntime/resources/assets/minecraft/models/item/golden_carrot.json new file mode 100755 index 00000000..bdcf7f7f --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/golden_carrot.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/carrot_golden" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/golden_chestplate.json b/desktopRuntime/resources/assets/minecraft/models/item/golden_chestplate.json new file mode 100755 index 00000000..92f8b7ad --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/golden_chestplate.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/gold_chestplate" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/golden_helmet.json b/desktopRuntime/resources/assets/minecraft/models/item/golden_helmet.json new file mode 100755 index 00000000..9c772f54 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/golden_helmet.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/gold_helmet" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -2.25 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/golden_hoe.json b/desktopRuntime/resources/assets/minecraft/models/item/golden_hoe.json new file mode 100755 index 00000000..b7b9b98c --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/golden_hoe.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/gold_hoe" + }, + "display": { + "thirdperson": { + "rotation": [ 0, 90, -35 ], + "translation": [ 0, 1.25, -3.5 ], + "scale": [ 0.85, 0.85, 0.85 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/golden_horse_armor.json b/desktopRuntime/resources/assets/minecraft/models/item/golden_horse_armor.json new file mode 100755 index 00000000..cb47e962 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/golden_horse_armor.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/gold_horse_armor" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/golden_leggings.json b/desktopRuntime/resources/assets/minecraft/models/item/golden_leggings.json new file mode 100755 index 00000000..29767534 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/golden_leggings.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/gold_leggings" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/golden_pickaxe.json b/desktopRuntime/resources/assets/minecraft/models/item/golden_pickaxe.json new file mode 100755 index 00000000..679f5d38 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/golden_pickaxe.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/gold_pickaxe" + }, + "display": { + "thirdperson": { + "rotation": [ 0, 90, -35 ], + "translation": [ 0, 1.25, -3.5 ], + "scale": [ 0.85, 0.85, 0.85 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/golden_rail.json b/desktopRuntime/resources/assets/minecraft/models/item/golden_rail.json new file mode 100755 index 00000000..33a0a81b --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/golden_rail.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "blocks/rail_golden" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/golden_shovel.json b/desktopRuntime/resources/assets/minecraft/models/item/golden_shovel.json new file mode 100755 index 00000000..22db290a --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/golden_shovel.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/gold_shovel" + }, + "display": { + "thirdperson": { + "rotation": [ 0, 90, -35 ], + "translation": [ 0, 1.25, -3.5 ], + "scale": [ 0.85, 0.85, 0.85 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/golden_sword.json b/desktopRuntime/resources/assets/minecraft/models/item/golden_sword.json new file mode 100755 index 00000000..da3c917e --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/golden_sword.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/gold_sword" + }, + "display": { + "thirdperson": { + "rotation": [ 0, 90, -35 ], + "translation": [ 0, 1.25, -3.5 ], + "scale": [ 0.85, 0.85, 0.85 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/granite.json b/desktopRuntime/resources/assets/minecraft/models/item/granite.json new file mode 100755 index 00000000..73909470 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/granite.json @@ -0,0 +1,10 @@ +{ + "parent": "block/granite", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/granite_smooth.json b/desktopRuntime/resources/assets/minecraft/models/item/granite_smooth.json new file mode 100755 index 00000000..771e5c56 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/granite_smooth.json @@ -0,0 +1,10 @@ +{ + "parent": "block/granite_smooth", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/grass.json b/desktopRuntime/resources/assets/minecraft/models/item/grass.json new file mode 100755 index 00000000..c88a84d3 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/grass.json @@ -0,0 +1,10 @@ +{ + "parent": "block/grass_normal", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/gravel.json b/desktopRuntime/resources/assets/minecraft/models/item/gravel.json new file mode 100755 index 00000000..733203d3 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/gravel.json @@ -0,0 +1,10 @@ +{ + "parent": "block/gravel", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/gray_carpet.json b/desktopRuntime/resources/assets/minecraft/models/item/gray_carpet.json new file mode 100755 index 00000000..019760cf --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/gray_carpet.json @@ -0,0 +1,15 @@ +{ + "parent": "block/carpet_gray", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 0.25, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + }, + "firstperson": { + "rotation": [ 0, 0, 0 ], + "translation": [ 0, 5.25, 0 ], + "scale": [ 1, 1, 1 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/gray_stained_glass.json b/desktopRuntime/resources/assets/minecraft/models/item/gray_stained_glass.json new file mode 100755 index 00000000..1ad4c2ca --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/gray_stained_glass.json @@ -0,0 +1,10 @@ +{ + "parent": "block/glass_gray", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/gray_stained_glass_pane.json b/desktopRuntime/resources/assets/minecraft/models/item/gray_stained_glass_pane.json new file mode 100755 index 00000000..a8d8bf48 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/gray_stained_glass_pane.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "blocks/glass_gray" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/gray_stained_hardened_clay.json b/desktopRuntime/resources/assets/minecraft/models/item/gray_stained_hardened_clay.json new file mode 100755 index 00000000..9a799e17 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/gray_stained_hardened_clay.json @@ -0,0 +1,10 @@ +{ + "parent": "block/hardened_clay_gray", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/gray_wool.json b/desktopRuntime/resources/assets/minecraft/models/item/gray_wool.json new file mode 100755 index 00000000..bc0e994a --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/gray_wool.json @@ -0,0 +1,10 @@ +{ + "parent": "block/gray_wool", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/green_carpet.json b/desktopRuntime/resources/assets/minecraft/models/item/green_carpet.json new file mode 100755 index 00000000..97d83f86 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/green_carpet.json @@ -0,0 +1,15 @@ +{ + "parent": "block/carpet_green", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 0.25, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + }, + "firstperson": { + "rotation": [ 0, 0, 0 ], + "translation": [ 0, 5.25, 0 ], + "scale": [ 1, 1, 1 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/green_stained_glass.json b/desktopRuntime/resources/assets/minecraft/models/item/green_stained_glass.json new file mode 100755 index 00000000..be48aaf6 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/green_stained_glass.json @@ -0,0 +1,10 @@ +{ + "parent": "block/glass_green", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/green_stained_glass_pane.json b/desktopRuntime/resources/assets/minecraft/models/item/green_stained_glass_pane.json new file mode 100755 index 00000000..881e07b3 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/green_stained_glass_pane.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "blocks/glass_green" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/green_stained_hardened_clay.json b/desktopRuntime/resources/assets/minecraft/models/item/green_stained_hardened_clay.json new file mode 100755 index 00000000..30bb92c7 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/green_stained_hardened_clay.json @@ -0,0 +1,10 @@ +{ + "parent": "block/hardened_clay_green", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/green_wool.json b/desktopRuntime/resources/assets/minecraft/models/item/green_wool.json new file mode 100755 index 00000000..839ebdb7 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/green_wool.json @@ -0,0 +1,10 @@ +{ + "parent": "block/green_wool", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/gunpowder.json b/desktopRuntime/resources/assets/minecraft/models/item/gunpowder.json new file mode 100755 index 00000000..091461be --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/gunpowder.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/gunpowder" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/hardened_clay.json b/desktopRuntime/resources/assets/minecraft/models/item/hardened_clay.json new file mode 100755 index 00000000..ccddf762 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/hardened_clay.json @@ -0,0 +1,10 @@ +{ + "parent": "block/hardened_clay", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/hay_block.json b/desktopRuntime/resources/assets/minecraft/models/item/hay_block.json new file mode 100755 index 00000000..92698d46 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/hay_block.json @@ -0,0 +1,10 @@ +{ + "parent": "block/hay", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/heavy_weighted_pressure_plate.json b/desktopRuntime/resources/assets/minecraft/models/item/heavy_weighted_pressure_plate.json new file mode 100755 index 00000000..aff85391 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/heavy_weighted_pressure_plate.json @@ -0,0 +1,10 @@ +{ + "parent": "block/heavy_pressure_plate_inventory", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/hopper.json b/desktopRuntime/resources/assets/minecraft/models/item/hopper.json new file mode 100755 index 00000000..4d63ec07 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/hopper.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/hopper" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/hopper_minecart.json b/desktopRuntime/resources/assets/minecraft/models/item/hopper_minecart.json new file mode 100755 index 00000000..a106fc11 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/hopper_minecart.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/minecart_hopper" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/houstonia.json b/desktopRuntime/resources/assets/minecraft/models/item/houstonia.json new file mode 100755 index 00000000..40f063ee --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/houstonia.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "blocks/flower_houstonia" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/ice.json b/desktopRuntime/resources/assets/minecraft/models/item/ice.json new file mode 100755 index 00000000..1ae5426c --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/ice.json @@ -0,0 +1,10 @@ +{ + "parent": "block/ice", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/iron_axe.json b/desktopRuntime/resources/assets/minecraft/models/item/iron_axe.json new file mode 100755 index 00000000..02f80fe4 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/iron_axe.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/iron_axe" + }, + "display": { + "thirdperson": { + "rotation": [ 0, 90, -35 ], + "translation": [ 0, 1.25, -3.5 ], + "scale": [ 0.85, 0.85, 0.85 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/iron_bars.json b/desktopRuntime/resources/assets/minecraft/models/item/iron_bars.json new file mode 100755 index 00000000..516afe15 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/iron_bars.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "blocks/iron_bars" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/iron_block.json b/desktopRuntime/resources/assets/minecraft/models/item/iron_block.json new file mode 100755 index 00000000..53a57185 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/iron_block.json @@ -0,0 +1,10 @@ +{ + "parent": "block/iron_block", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/iron_boots.json b/desktopRuntime/resources/assets/minecraft/models/item/iron_boots.json new file mode 100755 index 00000000..22391d86 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/iron_boots.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/iron_boots" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -2.5 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/iron_chestplate.json b/desktopRuntime/resources/assets/minecraft/models/item/iron_chestplate.json new file mode 100755 index 00000000..5f389afa --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/iron_chestplate.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/iron_chestplate" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/iron_door.json b/desktopRuntime/resources/assets/minecraft/models/item/iron_door.json new file mode 100755 index 00000000..233d11ee --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/iron_door.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/door_iron" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/iron_helmet.json b/desktopRuntime/resources/assets/minecraft/models/item/iron_helmet.json new file mode 100755 index 00000000..1e5bf7b1 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/iron_helmet.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/iron_helmet" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -2.25 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/iron_hoe.json b/desktopRuntime/resources/assets/minecraft/models/item/iron_hoe.json new file mode 100755 index 00000000..abee9750 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/iron_hoe.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/iron_hoe" + }, + "display": { + "thirdperson": { + "rotation": [ 0, 90, -35 ], + "translation": [ 0, 1.25, -3.5 ], + "scale": [ 0.85, 0.85, 0.85 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/iron_horse_armor.json b/desktopRuntime/resources/assets/minecraft/models/item/iron_horse_armor.json new file mode 100755 index 00000000..e56d07c1 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/iron_horse_armor.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/iron_horse_armor" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/iron_ingot.json b/desktopRuntime/resources/assets/minecraft/models/item/iron_ingot.json new file mode 100755 index 00000000..71b764ed --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/iron_ingot.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/iron_ingot" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/iron_leggings.json b/desktopRuntime/resources/assets/minecraft/models/item/iron_leggings.json new file mode 100755 index 00000000..1cfffde1 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/iron_leggings.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/iron_leggings" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/iron_ore.json b/desktopRuntime/resources/assets/minecraft/models/item/iron_ore.json new file mode 100755 index 00000000..cb370618 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/iron_ore.json @@ -0,0 +1,10 @@ +{ + "parent": "block/iron_ore", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/iron_pickaxe.json b/desktopRuntime/resources/assets/minecraft/models/item/iron_pickaxe.json new file mode 100755 index 00000000..7bdb3f69 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/iron_pickaxe.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/iron_pickaxe" + }, + "display": { + "thirdperson": { + "rotation": [ 0, 90, -35 ], + "translation": [ 0, 1.25, -3.5 ], + "scale": [ 0.85, 0.85, 0.85 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/iron_shovel.json b/desktopRuntime/resources/assets/minecraft/models/item/iron_shovel.json new file mode 100755 index 00000000..421e910b --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/iron_shovel.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/iron_shovel" + }, + "display": { + "thirdperson": { + "rotation": [ 0, 90, -35 ], + "translation": [ 0, 1.25, -3.5 ], + "scale": [ 0.85, 0.85, 0.85 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/iron_sword.json b/desktopRuntime/resources/assets/minecraft/models/item/iron_sword.json new file mode 100755 index 00000000..000cb980 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/iron_sword.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/iron_sword" + }, + "display": { + "thirdperson": { + "rotation": [ 0, 90, -35 ], + "translation": [ 0, 1.25, -3.5 ], + "scale": [ 0.85, 0.85, 0.85 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/iron_trapdoor.json b/desktopRuntime/resources/assets/minecraft/models/item/iron_trapdoor.json new file mode 100755 index 00000000..c641b40f --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/iron_trapdoor.json @@ -0,0 +1,15 @@ +{ + "parent": "block/iron_trapdoor_bottom", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 0.25, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + }, + "firstperson": { + "rotation": [ 0, 0, 0 ], + "translation": [ 0, 5, 0 ], + "scale": [ 1, 1, 1 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/item_frame.json b/desktopRuntime/resources/assets/minecraft/models/item/item_frame.json new file mode 100755 index 00000000..ad1dece6 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/item_frame.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/item_frame" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/jukebox.json b/desktopRuntime/resources/assets/minecraft/models/item/jukebox.json new file mode 100755 index 00000000..54ac1e1d --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/jukebox.json @@ -0,0 +1,10 @@ +{ + "parent": "block/jukebox", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/jungle_door.json b/desktopRuntime/resources/assets/minecraft/models/item/jungle_door.json new file mode 100755 index 00000000..e6bf05df --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/jungle_door.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/door_jungle" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/jungle_fence.json b/desktopRuntime/resources/assets/minecraft/models/item/jungle_fence.json new file mode 100755 index 00000000..abf7dea0 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/jungle_fence.json @@ -0,0 +1,13 @@ +{ + "parent": "block/jungle_fence_inventory", + "display": { + "thirdperson": { + "rotation": [ 0, 0, 180 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + }, + "gui": { + "rotation": [ 0, 90, 0 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/jungle_fence_gate.json b/desktopRuntime/resources/assets/minecraft/models/item/jungle_fence_gate.json new file mode 100755 index 00000000..01a61739 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/jungle_fence_gate.json @@ -0,0 +1,15 @@ +{ + "parent": "block/jungle_fence_gate_closed", + "display": { + "thirdperson": { + "rotation": [ 0, -90, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + }, + "firstperson": { + "rotation": [ 0, 90, 0 ], + "translation": [ 0, 0, 0 ], + "scale": [ 1, 1, 1 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/jungle_leaves.json b/desktopRuntime/resources/assets/minecraft/models/item/jungle_leaves.json new file mode 100755 index 00000000..a53e1bcd --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/jungle_leaves.json @@ -0,0 +1,10 @@ +{ + "parent": "block/jungle_leaves", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/jungle_log.json b/desktopRuntime/resources/assets/minecraft/models/item/jungle_log.json new file mode 100755 index 00000000..92564dad --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/jungle_log.json @@ -0,0 +1,10 @@ +{ + "parent": "block/jungle_log", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/jungle_planks.json b/desktopRuntime/resources/assets/minecraft/models/item/jungle_planks.json new file mode 100755 index 00000000..59287fed --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/jungle_planks.json @@ -0,0 +1,10 @@ +{ + "parent": "block/jungle_planks", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/jungle_sapling.json b/desktopRuntime/resources/assets/minecraft/models/item/jungle_sapling.json new file mode 100755 index 00000000..ad27e4d4 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/jungle_sapling.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "blocks/sapling_jungle" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/jungle_slab.json b/desktopRuntime/resources/assets/minecraft/models/item/jungle_slab.json new file mode 100755 index 00000000..fa8302fd --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/jungle_slab.json @@ -0,0 +1,10 @@ +{ + "parent": "block/half_slab_jungle", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/jungle_stairs.json b/desktopRuntime/resources/assets/minecraft/models/item/jungle_stairs.json new file mode 100755 index 00000000..f5df13e4 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/jungle_stairs.json @@ -0,0 +1,13 @@ +{ + "parent": "block/jungle_stairs", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + }, + "gui": { + "rotation": [ 0, 180, 0 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/ladder.json b/desktopRuntime/resources/assets/minecraft/models/item/ladder.json new file mode 100755 index 00000000..c3e7f783 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/ladder.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "blocks/ladder" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/lapis_block.json b/desktopRuntime/resources/assets/minecraft/models/item/lapis_block.json new file mode 100755 index 00000000..135157bd --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/lapis_block.json @@ -0,0 +1,10 @@ +{ + "parent": "block/lapis_block", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/lapis_ore.json b/desktopRuntime/resources/assets/minecraft/models/item/lapis_ore.json new file mode 100755 index 00000000..7dee5716 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/lapis_ore.json @@ -0,0 +1,10 @@ +{ + "parent": "block/lapis_ore", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/lava_bucket.json b/desktopRuntime/resources/assets/minecraft/models/item/lava_bucket.json new file mode 100755 index 00000000..2b8bdf1f --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/lava_bucket.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/bucket_lava" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/lead.json b/desktopRuntime/resources/assets/minecraft/models/item/lead.json new file mode 100755 index 00000000..6a87d387 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/lead.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/lead" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/leather.json b/desktopRuntime/resources/assets/minecraft/models/item/leather.json new file mode 100755 index 00000000..0149d3d1 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/leather.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/leather" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/leather_boots.json b/desktopRuntime/resources/assets/minecraft/models/item/leather_boots.json new file mode 100755 index 00000000..18cbd38e --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/leather_boots.json @@ -0,0 +1,19 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/leather_boots", + "layer1": "items/leather_boots_overlay" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -2.5 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/leather_chestplate.json b/desktopRuntime/resources/assets/minecraft/models/item/leather_chestplate.json new file mode 100755 index 00000000..4ad27450 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/leather_chestplate.json @@ -0,0 +1,19 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/leather_chestplate", + "layer1": "items/leather_chestplate_overlay" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/leather_helmet.json b/desktopRuntime/resources/assets/minecraft/models/item/leather_helmet.json new file mode 100755 index 00000000..d0ef964a --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/leather_helmet.json @@ -0,0 +1,19 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/leather_helmet", + "layer1": "items/leather_helmet_overlay" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -2.25 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/leather_leggings.json b/desktopRuntime/resources/assets/minecraft/models/item/leather_leggings.json new file mode 100755 index 00000000..e15f9dfc --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/leather_leggings.json @@ -0,0 +1,19 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/leather_leggings", + "layer1": "items/leather_leggings_overlay" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/lever.json b/desktopRuntime/resources/assets/minecraft/models/item/lever.json new file mode 100755 index 00000000..83d838d4 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/lever.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "blocks/lever" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/light_blue_carpet.json b/desktopRuntime/resources/assets/minecraft/models/item/light_blue_carpet.json new file mode 100755 index 00000000..fed7b6f0 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/light_blue_carpet.json @@ -0,0 +1,15 @@ +{ + "parent": "block/carpet_light_blue", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 0.25, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + }, + "firstperson": { + "rotation": [ 0, 0, 0 ], + "translation": [ 0, 5.25, 0 ], + "scale": [ 1, 1, 1 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/light_blue_stained_glass.json b/desktopRuntime/resources/assets/minecraft/models/item/light_blue_stained_glass.json new file mode 100755 index 00000000..a6da40d2 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/light_blue_stained_glass.json @@ -0,0 +1,10 @@ +{ + "parent": "block/glass_light_blue", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/light_blue_stained_glass_pane.json b/desktopRuntime/resources/assets/minecraft/models/item/light_blue_stained_glass_pane.json new file mode 100755 index 00000000..5ae618bd --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/light_blue_stained_glass_pane.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "blocks/glass_light_blue" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/light_blue_stained_hardened_clay.json b/desktopRuntime/resources/assets/minecraft/models/item/light_blue_stained_hardened_clay.json new file mode 100755 index 00000000..9d5c6096 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/light_blue_stained_hardened_clay.json @@ -0,0 +1,10 @@ +{ + "parent": "block/hardened_clay_light_blue", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/light_blue_wool.json b/desktopRuntime/resources/assets/minecraft/models/item/light_blue_wool.json new file mode 100755 index 00000000..3d1e5b6e --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/light_blue_wool.json @@ -0,0 +1,10 @@ +{ + "parent": "block/light_blue_wool", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/light_weighted_pressure_plate.json b/desktopRuntime/resources/assets/minecraft/models/item/light_weighted_pressure_plate.json new file mode 100755 index 00000000..af749037 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/light_weighted_pressure_plate.json @@ -0,0 +1,10 @@ +{ + "parent": "block/light_pressure_plate_inventory", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/lime_carpet.json b/desktopRuntime/resources/assets/minecraft/models/item/lime_carpet.json new file mode 100755 index 00000000..f6226562 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/lime_carpet.json @@ -0,0 +1,15 @@ +{ + "parent": "block/carpet_lime", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 0.25, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + }, + "firstperson": { + "rotation": [ 0, 0, 0 ], + "translation": [ 0, 5.25, 0 ], + "scale": [ 1, 1, 1 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/lime_stained_glass.json b/desktopRuntime/resources/assets/minecraft/models/item/lime_stained_glass.json new file mode 100755 index 00000000..2c2d85a1 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/lime_stained_glass.json @@ -0,0 +1,10 @@ +{ + "parent": "block/glass_lime", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/lime_stained_glass_pane.json b/desktopRuntime/resources/assets/minecraft/models/item/lime_stained_glass_pane.json new file mode 100755 index 00000000..005ba061 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/lime_stained_glass_pane.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "blocks/glass_lime" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/lime_stained_hardened_clay.json b/desktopRuntime/resources/assets/minecraft/models/item/lime_stained_hardened_clay.json new file mode 100755 index 00000000..5f175f3a --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/lime_stained_hardened_clay.json @@ -0,0 +1,10 @@ +{ + "parent": "block/hardened_clay_lime", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/lime_wool.json b/desktopRuntime/resources/assets/minecraft/models/item/lime_wool.json new file mode 100755 index 00000000..dab03a38 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/lime_wool.json @@ -0,0 +1,10 @@ +{ + "parent": "block/lime_wool", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/lit_furnace.json b/desktopRuntime/resources/assets/minecraft/models/item/lit_furnace.json new file mode 100755 index 00000000..ffc4109c --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/lit_furnace.json @@ -0,0 +1,10 @@ +{ + "parent": "block/lit_furnace", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/lit_pumpkin.json b/desktopRuntime/resources/assets/minecraft/models/item/lit_pumpkin.json new file mode 100755 index 00000000..a2ecdb40 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/lit_pumpkin.json @@ -0,0 +1,10 @@ +{ + "parent": "block/lit_pumpkin", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/magenta_carpet.json b/desktopRuntime/resources/assets/minecraft/models/item/magenta_carpet.json new file mode 100755 index 00000000..053415f3 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/magenta_carpet.json @@ -0,0 +1,15 @@ +{ + "parent": "block/carpet_magenta", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 0.25, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + }, + "firstperson": { + "rotation": [ 0, 0, 0 ], + "translation": [ 0, 5.25, 0 ], + "scale": [ 1, 1, 1 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/magenta_stained_glass.json b/desktopRuntime/resources/assets/minecraft/models/item/magenta_stained_glass.json new file mode 100755 index 00000000..5629ad34 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/magenta_stained_glass.json @@ -0,0 +1,10 @@ +{ + "parent": "block/glass_magenta", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/magenta_stained_glass_pane.json b/desktopRuntime/resources/assets/minecraft/models/item/magenta_stained_glass_pane.json new file mode 100755 index 00000000..83442a63 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/magenta_stained_glass_pane.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "blocks/glass_magenta" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/magenta_stained_hardened_clay.json b/desktopRuntime/resources/assets/minecraft/models/item/magenta_stained_hardened_clay.json new file mode 100755 index 00000000..e2b696ab --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/magenta_stained_hardened_clay.json @@ -0,0 +1,10 @@ +{ + "parent": "block/hardened_clay_magenta", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/magenta_wool.json b/desktopRuntime/resources/assets/minecraft/models/item/magenta_wool.json new file mode 100755 index 00000000..90b64d85 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/magenta_wool.json @@ -0,0 +1,10 @@ +{ + "parent": "block/magenta_wool", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/magma_cream.json b/desktopRuntime/resources/assets/minecraft/models/item/magma_cream.json new file mode 100755 index 00000000..445ff1fe --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/magma_cream.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/magma_cream" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/map.json b/desktopRuntime/resources/assets/minecraft/models/item/map.json new file mode 100755 index 00000000..5aa02a33 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/map.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/map_empty" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/melon.json b/desktopRuntime/resources/assets/minecraft/models/item/melon.json new file mode 100755 index 00000000..cd147bac --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/melon.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/melon" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/melon_block.json b/desktopRuntime/resources/assets/minecraft/models/item/melon_block.json new file mode 100755 index 00000000..1dea2636 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/melon_block.json @@ -0,0 +1,10 @@ +{ + "parent": "block/melon", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/melon_seeds.json b/desktopRuntime/resources/assets/minecraft/models/item/melon_seeds.json new file mode 100755 index 00000000..15beacd5 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/melon_seeds.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/seeds_melon" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -2.5 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/milk_bucket.json b/desktopRuntime/resources/assets/minecraft/models/item/milk_bucket.json new file mode 100755 index 00000000..74407ab7 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/milk_bucket.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/bucket_milk" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/minecart.json b/desktopRuntime/resources/assets/minecraft/models/item/minecart.json new file mode 100755 index 00000000..249e3243 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/minecart.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/minecart_normal" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/mob_spawner.json b/desktopRuntime/resources/assets/minecraft/models/item/mob_spawner.json new file mode 100755 index 00000000..6b82b05c --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/mob_spawner.json @@ -0,0 +1,10 @@ +{ + "parent": "block/mob_spawner_cage", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/mossy_brick_monster_egg.json b/desktopRuntime/resources/assets/minecraft/models/item/mossy_brick_monster_egg.json new file mode 100755 index 00000000..992942ff --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/mossy_brick_monster_egg.json @@ -0,0 +1,10 @@ +{ + "parent": "block/stonebrick_mossy", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/mossy_cobblestone.json b/desktopRuntime/resources/assets/minecraft/models/item/mossy_cobblestone.json new file mode 100755 index 00000000..5c243aa5 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/mossy_cobblestone.json @@ -0,0 +1,10 @@ +{ + "parent": "block/mossy_cobblestone", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/mossy_cobblestone_wall.json b/desktopRuntime/resources/assets/minecraft/models/item/mossy_cobblestone_wall.json new file mode 100755 index 00000000..dc9d2359 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/mossy_cobblestone_wall.json @@ -0,0 +1,10 @@ +{ + "parent": "block/cobblestone_wall_mossy_inventory", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/mossy_stonebrick.json b/desktopRuntime/resources/assets/minecraft/models/item/mossy_stonebrick.json new file mode 100755 index 00000000..992942ff --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/mossy_stonebrick.json @@ -0,0 +1,10 @@ +{ + "parent": "block/stonebrick_mossy", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/mushroom_stew.json b/desktopRuntime/resources/assets/minecraft/models/item/mushroom_stew.json new file mode 100755 index 00000000..b625e49d --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/mushroom_stew.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/mushroom_stew" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -2.5 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/mutton.json b/desktopRuntime/resources/assets/minecraft/models/item/mutton.json new file mode 100755 index 00000000..fa54983e --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/mutton.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/mutton_raw" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/mycelium.json b/desktopRuntime/resources/assets/minecraft/models/item/mycelium.json new file mode 100755 index 00000000..f2657de4 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/mycelium.json @@ -0,0 +1,10 @@ +{ + "parent": "block/mycelium", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/name_tag.json b/desktopRuntime/resources/assets/minecraft/models/item/name_tag.json new file mode 100755 index 00000000..24007585 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/name_tag.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/name_tag" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/nether_brick.json b/desktopRuntime/resources/assets/minecraft/models/item/nether_brick.json new file mode 100755 index 00000000..18c4edac --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/nether_brick.json @@ -0,0 +1,10 @@ +{ + "parent": "block/nether_brick", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/nether_brick_fence.json b/desktopRuntime/resources/assets/minecraft/models/item/nether_brick_fence.json new file mode 100755 index 00000000..58f20d51 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/nether_brick_fence.json @@ -0,0 +1,13 @@ +{ + "parent": "block/nether_brick_fence_inventory", + "display": { + "thirdperson": { + "rotation": [ 0, 0, 180 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + }, + "gui": { + "rotation": [ 0, 90, 0 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/nether_brick_slab.json b/desktopRuntime/resources/assets/minecraft/models/item/nether_brick_slab.json new file mode 100755 index 00000000..28ddafad --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/nether_brick_slab.json @@ -0,0 +1,10 @@ +{ + "parent": "block/half_slab_nether_brick", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/nether_brick_stairs.json b/desktopRuntime/resources/assets/minecraft/models/item/nether_brick_stairs.json new file mode 100755 index 00000000..0e1323b7 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/nether_brick_stairs.json @@ -0,0 +1,13 @@ +{ + "parent": "block/nether_brick_stairs", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + }, + "gui": { + "rotation": [ 0, 180, 0 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/nether_star.json b/desktopRuntime/resources/assets/minecraft/models/item/nether_star.json new file mode 100755 index 00000000..4cf2a9b5 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/nether_star.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/nether_star" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/nether_wart.json b/desktopRuntime/resources/assets/minecraft/models/item/nether_wart.json new file mode 100755 index 00000000..de3f9647 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/nether_wart.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/nether_wart" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -2.5 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/netherbrick.json b/desktopRuntime/resources/assets/minecraft/models/item/netherbrick.json new file mode 100755 index 00000000..6e8e518c --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/netherbrick.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/netherbrick" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/netherrack.json b/desktopRuntime/resources/assets/minecraft/models/item/netherrack.json new file mode 100755 index 00000000..78b40d54 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/netherrack.json @@ -0,0 +1,10 @@ +{ + "parent": "block/netherrack", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/noteblock.json b/desktopRuntime/resources/assets/minecraft/models/item/noteblock.json new file mode 100755 index 00000000..d3afbef1 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/noteblock.json @@ -0,0 +1,10 @@ +{ + "parent": "block/noteblock", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/oak_door.json b/desktopRuntime/resources/assets/minecraft/models/item/oak_door.json new file mode 100755 index 00000000..f44fa158 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/oak_door.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/door_wood" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/oak_fence.json b/desktopRuntime/resources/assets/minecraft/models/item/oak_fence.json new file mode 100755 index 00000000..d19cc6c1 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/oak_fence.json @@ -0,0 +1,13 @@ +{ + "parent": "block/oak_fence_inventory", + "display": { + "thirdperson": { + "rotation": [ 0, 0, 180 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + }, + "gui": { + "rotation": [ 0, 90, 0 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/oak_fence_gate.json b/desktopRuntime/resources/assets/minecraft/models/item/oak_fence_gate.json new file mode 100755 index 00000000..0f25f5ed --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/oak_fence_gate.json @@ -0,0 +1,15 @@ +{ + "parent": "block/oak_fence_gate_closed", + "display": { + "thirdperson": { + "rotation": [ 0, -90, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + }, + "firstperson": { + "rotation": [ 0, 90, 0 ], + "translation": [ 0, 0, 0 ], + "scale": [ 1, 1, 1 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/oak_leaves.json b/desktopRuntime/resources/assets/minecraft/models/item/oak_leaves.json new file mode 100755 index 00000000..aee6f812 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/oak_leaves.json @@ -0,0 +1,10 @@ +{ + "parent": "block/oak_leaves", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/oak_log.json b/desktopRuntime/resources/assets/minecraft/models/item/oak_log.json new file mode 100755 index 00000000..8d59f69b --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/oak_log.json @@ -0,0 +1,10 @@ +{ + "parent": "block/oak_log", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/oak_planks.json b/desktopRuntime/resources/assets/minecraft/models/item/oak_planks.json new file mode 100755 index 00000000..17b47d23 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/oak_planks.json @@ -0,0 +1,10 @@ +{ + "parent": "block/oak_planks", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/oak_sapling.json b/desktopRuntime/resources/assets/minecraft/models/item/oak_sapling.json new file mode 100755 index 00000000..3a83aa89 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/oak_sapling.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "blocks/sapling_oak" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/oak_slab.json b/desktopRuntime/resources/assets/minecraft/models/item/oak_slab.json new file mode 100755 index 00000000..d4f7eec3 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/oak_slab.json @@ -0,0 +1,10 @@ +{ + "parent": "block/half_slab_oak", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/oak_stairs.json b/desktopRuntime/resources/assets/minecraft/models/item/oak_stairs.json new file mode 100755 index 00000000..86a853fc --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/oak_stairs.json @@ -0,0 +1,13 @@ +{ + "parent": "block/oak_stairs", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + }, + "gui": { + "rotation": [ 0, 180, 0 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/obsidian.json b/desktopRuntime/resources/assets/minecraft/models/item/obsidian.json new file mode 100755 index 00000000..9d098031 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/obsidian.json @@ -0,0 +1,10 @@ +{ + "parent": "block/obsidian", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/old_wood_slab.json b/desktopRuntime/resources/assets/minecraft/models/item/old_wood_slab.json new file mode 100755 index 00000000..d4f7eec3 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/old_wood_slab.json @@ -0,0 +1,10 @@ +{ + "parent": "block/half_slab_oak", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/orange_carpet.json b/desktopRuntime/resources/assets/minecraft/models/item/orange_carpet.json new file mode 100755 index 00000000..639f7245 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/orange_carpet.json @@ -0,0 +1,15 @@ +{ + "parent": "block/carpet_orange", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 0.25, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + }, + "firstperson": { + "rotation": [ 0, 0, 0 ], + "translation": [ 0, 5.25, 0 ], + "scale": [ 1, 1, 1 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/orange_stained_glass.json b/desktopRuntime/resources/assets/minecraft/models/item/orange_stained_glass.json new file mode 100755 index 00000000..5a8b0439 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/orange_stained_glass.json @@ -0,0 +1,10 @@ +{ + "parent": "block/glass_orange", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/orange_stained_glass_pane.json b/desktopRuntime/resources/assets/minecraft/models/item/orange_stained_glass_pane.json new file mode 100755 index 00000000..203351ef --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/orange_stained_glass_pane.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "blocks/glass_orange" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/orange_stained_hardened_clay.json b/desktopRuntime/resources/assets/minecraft/models/item/orange_stained_hardened_clay.json new file mode 100755 index 00000000..9338ce28 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/orange_stained_hardened_clay.json @@ -0,0 +1,10 @@ +{ + "parent": "block/hardened_clay_orange", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/orange_tulip.json b/desktopRuntime/resources/assets/minecraft/models/item/orange_tulip.json new file mode 100755 index 00000000..8c526242 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/orange_tulip.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "blocks/flower_tulip_orange" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/orange_wool.json b/desktopRuntime/resources/assets/minecraft/models/item/orange_wool.json new file mode 100755 index 00000000..2b9e3af3 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/orange_wool.json @@ -0,0 +1,10 @@ +{ + "parent": "block/orange_wool", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/oxeye_daisy.json b/desktopRuntime/resources/assets/minecraft/models/item/oxeye_daisy.json new file mode 100755 index 00000000..2ee4c956 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/oxeye_daisy.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "blocks/flower_oxeye_daisy" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/packed_ice.json b/desktopRuntime/resources/assets/minecraft/models/item/packed_ice.json new file mode 100755 index 00000000..d33fa3cf --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/packed_ice.json @@ -0,0 +1,10 @@ +{ + "parent": "block/packed_ice", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/paeonia.json b/desktopRuntime/resources/assets/minecraft/models/item/paeonia.json new file mode 100755 index 00000000..f34dc4ce --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/paeonia.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "blocks/double_plant_paeonia_top" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/painting.json b/desktopRuntime/resources/assets/minecraft/models/item/painting.json new file mode 100755 index 00000000..6eb33e31 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/painting.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/painting" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/paper.json b/desktopRuntime/resources/assets/minecraft/models/item/paper.json new file mode 100755 index 00000000..036650c0 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/paper.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/paper" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/pink_carpet.json b/desktopRuntime/resources/assets/minecraft/models/item/pink_carpet.json new file mode 100755 index 00000000..28c8f896 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/pink_carpet.json @@ -0,0 +1,15 @@ +{ + "parent": "block/carpet_pink", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 0.25, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + }, + "firstperson": { + "rotation": [ 0, 0, 0 ], + "translation": [ 0, 5.25, 0 ], + "scale": [ 1, 1, 1 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/pink_stained_glass.json b/desktopRuntime/resources/assets/minecraft/models/item/pink_stained_glass.json new file mode 100755 index 00000000..3ce78f46 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/pink_stained_glass.json @@ -0,0 +1,10 @@ +{ + "parent": "block/glass_pink", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/pink_stained_glass_pane.json b/desktopRuntime/resources/assets/minecraft/models/item/pink_stained_glass_pane.json new file mode 100755 index 00000000..b191ef60 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/pink_stained_glass_pane.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "blocks/glass_pink" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/pink_stained_hardened_clay.json b/desktopRuntime/resources/assets/minecraft/models/item/pink_stained_hardened_clay.json new file mode 100755 index 00000000..3b499e6d --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/pink_stained_hardened_clay.json @@ -0,0 +1,10 @@ +{ + "parent": "block/hardened_clay_pink", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/pink_tulip.json b/desktopRuntime/resources/assets/minecraft/models/item/pink_tulip.json new file mode 100755 index 00000000..63e3775a --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/pink_tulip.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "blocks/flower_tulip_pink" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/pink_wool.json b/desktopRuntime/resources/assets/minecraft/models/item/pink_wool.json new file mode 100755 index 00000000..601e859e --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/pink_wool.json @@ -0,0 +1,10 @@ +{ + "parent": "block/pink_wool", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/piston.json b/desktopRuntime/resources/assets/minecraft/models/item/piston.json new file mode 100755 index 00000000..56c3bfcb --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/piston.json @@ -0,0 +1,10 @@ +{ + "parent": "block/piston_inventory_normal", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/podzol.json b/desktopRuntime/resources/assets/minecraft/models/item/podzol.json new file mode 100755 index 00000000..3cc26528 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/podzol.json @@ -0,0 +1,10 @@ +{ + "parent": "block/podzol", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/poisonous_potato.json b/desktopRuntime/resources/assets/minecraft/models/item/poisonous_potato.json new file mode 100755 index 00000000..d79bf352 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/poisonous_potato.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/potato_poisonous" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/poppy.json b/desktopRuntime/resources/assets/minecraft/models/item/poppy.json new file mode 100755 index 00000000..f38366b4 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/poppy.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "blocks/flower_rose" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/porkchop.json b/desktopRuntime/resources/assets/minecraft/models/item/porkchop.json new file mode 100755 index 00000000..7d4b6465 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/porkchop.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/porkchop_raw" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/potato.json b/desktopRuntime/resources/assets/minecraft/models/item/potato.json new file mode 100755 index 00000000..1110de81 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/potato.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/potato" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/prismarine.json b/desktopRuntime/resources/assets/minecraft/models/item/prismarine.json new file mode 100755 index 00000000..70ef52c5 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/prismarine.json @@ -0,0 +1,10 @@ +{ + "parent": "block/prismarine_rough", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/prismarine_bricks.json b/desktopRuntime/resources/assets/minecraft/models/item/prismarine_bricks.json new file mode 100755 index 00000000..6c9bd848 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/prismarine_bricks.json @@ -0,0 +1,10 @@ +{ + "parent": "block/prismarine_bricks", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/prismarine_crystals.json b/desktopRuntime/resources/assets/minecraft/models/item/prismarine_crystals.json new file mode 100755 index 00000000..d5992a8e --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/prismarine_crystals.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/prismarine_crystals" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/prismarine_shard.json b/desktopRuntime/resources/assets/minecraft/models/item/prismarine_shard.json new file mode 100755 index 00000000..51da30ac --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/prismarine_shard.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/prismarine_shard" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/pufferfish.json b/desktopRuntime/resources/assets/minecraft/models/item/pufferfish.json new file mode 100755 index 00000000..7202cb55 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/pufferfish.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/fish_pufferfish_raw" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/pumpkin.json b/desktopRuntime/resources/assets/minecraft/models/item/pumpkin.json new file mode 100755 index 00000000..de4d6df1 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/pumpkin.json @@ -0,0 +1,10 @@ +{ + "parent": "block/pumpkin", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/pumpkin_pie.json b/desktopRuntime/resources/assets/minecraft/models/item/pumpkin_pie.json new file mode 100755 index 00000000..940f479e --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/pumpkin_pie.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/pumpkin_pie" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/pumpkin_seeds.json b/desktopRuntime/resources/assets/minecraft/models/item/pumpkin_seeds.json new file mode 100755 index 00000000..16b80b5a --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/pumpkin_seeds.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/seeds_pumpkin" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -2.5 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/purple_carpet.json b/desktopRuntime/resources/assets/minecraft/models/item/purple_carpet.json new file mode 100755 index 00000000..e485a136 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/purple_carpet.json @@ -0,0 +1,15 @@ +{ + "parent": "block/carpet_purple", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 0.25, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + }, + "firstperson": { + "rotation": [ 0, 0, 0 ], + "translation": [ 0, 5.25, 0 ], + "scale": [ 1, 1, 1 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/purple_stained_glass.json b/desktopRuntime/resources/assets/minecraft/models/item/purple_stained_glass.json new file mode 100755 index 00000000..fe31d841 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/purple_stained_glass.json @@ -0,0 +1,10 @@ +{ + "parent": "block/glass_purple", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/purple_stained_glass_pane.json b/desktopRuntime/resources/assets/minecraft/models/item/purple_stained_glass_pane.json new file mode 100755 index 00000000..040aca03 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/purple_stained_glass_pane.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "blocks/glass_purple" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/purple_stained_hardened_clay.json b/desktopRuntime/resources/assets/minecraft/models/item/purple_stained_hardened_clay.json new file mode 100755 index 00000000..937944f9 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/purple_stained_hardened_clay.json @@ -0,0 +1,10 @@ +{ + "parent": "block/hardened_clay_purple", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/purple_wool.json b/desktopRuntime/resources/assets/minecraft/models/item/purple_wool.json new file mode 100755 index 00000000..b025a703 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/purple_wool.json @@ -0,0 +1,10 @@ +{ + "parent": "block/purple_wool", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/quartz.json b/desktopRuntime/resources/assets/minecraft/models/item/quartz.json new file mode 100755 index 00000000..3203dae6 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/quartz.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/quartz" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/quartz_block.json b/desktopRuntime/resources/assets/minecraft/models/item/quartz_block.json new file mode 100755 index 00000000..35f44d71 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/quartz_block.json @@ -0,0 +1,10 @@ +{ + "parent": "block/quartz_normal", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/quartz_column.json b/desktopRuntime/resources/assets/minecraft/models/item/quartz_column.json new file mode 100755 index 00000000..28919412 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/quartz_column.json @@ -0,0 +1,10 @@ +{ + "parent": "block/quartz_lines", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/quartz_ore.json b/desktopRuntime/resources/assets/minecraft/models/item/quartz_ore.json new file mode 100755 index 00000000..58000b05 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/quartz_ore.json @@ -0,0 +1,10 @@ +{ + "parent": "block/quartz_ore", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/quartz_slab.json b/desktopRuntime/resources/assets/minecraft/models/item/quartz_slab.json new file mode 100755 index 00000000..ef4d7840 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/quartz_slab.json @@ -0,0 +1,10 @@ +{ + "parent": "block/half_slab_quartz", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/quartz_stairs.json b/desktopRuntime/resources/assets/minecraft/models/item/quartz_stairs.json new file mode 100755 index 00000000..e6d061a3 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/quartz_stairs.json @@ -0,0 +1,13 @@ +{ + "parent": "block/quartz_stairs", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + }, + "gui": { + "rotation": [ 0, 180, 0 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/rabbit.json b/desktopRuntime/resources/assets/minecraft/models/item/rabbit.json new file mode 100755 index 00000000..7383e1e1 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/rabbit.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/rabbit_raw" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/rabbit_foot.json b/desktopRuntime/resources/assets/minecraft/models/item/rabbit_foot.json new file mode 100755 index 00000000..f331dd67 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/rabbit_foot.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/rabbit_foot" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -2.25 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/rabbit_hide.json b/desktopRuntime/resources/assets/minecraft/models/item/rabbit_hide.json new file mode 100755 index 00000000..fa2b8532 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/rabbit_hide.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/rabbit_hide" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/rabbit_stew.json b/desktopRuntime/resources/assets/minecraft/models/item/rabbit_stew.json new file mode 100755 index 00000000..48afdc80 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/rabbit_stew.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/rabbit_stew" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -2.5 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/rail.json b/desktopRuntime/resources/assets/minecraft/models/item/rail.json new file mode 100755 index 00000000..933d922c --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/rail.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "blocks/rail_normal" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/record_11.json b/desktopRuntime/resources/assets/minecraft/models/item/record_11.json new file mode 100755 index 00000000..786285a9 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/record_11.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/record_11" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/record_13.json b/desktopRuntime/resources/assets/minecraft/models/item/record_13.json new file mode 100755 index 00000000..2b923d0e --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/record_13.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/record_13" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/record_blocks.json b/desktopRuntime/resources/assets/minecraft/models/item/record_blocks.json new file mode 100755 index 00000000..0ba63a3f --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/record_blocks.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/record_blocks" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/record_cat.json b/desktopRuntime/resources/assets/minecraft/models/item/record_cat.json new file mode 100755 index 00000000..8c0091f2 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/record_cat.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/record_cat" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/record_chirp.json b/desktopRuntime/resources/assets/minecraft/models/item/record_chirp.json new file mode 100755 index 00000000..1b57bb6c --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/record_chirp.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/record_chirp" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/record_far.json b/desktopRuntime/resources/assets/minecraft/models/item/record_far.json new file mode 100755 index 00000000..b44c7993 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/record_far.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/record_far" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/record_mall.json b/desktopRuntime/resources/assets/minecraft/models/item/record_mall.json new file mode 100755 index 00000000..b6c70e97 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/record_mall.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/record_mall" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/record_mellohi.json b/desktopRuntime/resources/assets/minecraft/models/item/record_mellohi.json new file mode 100755 index 00000000..8c141139 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/record_mellohi.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/record_mellohi" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/record_stal.json b/desktopRuntime/resources/assets/minecraft/models/item/record_stal.json new file mode 100755 index 00000000..c95c2c9a --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/record_stal.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/record_stal" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/record_strad.json b/desktopRuntime/resources/assets/minecraft/models/item/record_strad.json new file mode 100755 index 00000000..f202e250 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/record_strad.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/record_strad" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/record_wait.json b/desktopRuntime/resources/assets/minecraft/models/item/record_wait.json new file mode 100755 index 00000000..fdf8bbb3 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/record_wait.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/record_wait" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/record_ward.json b/desktopRuntime/resources/assets/minecraft/models/item/record_ward.json new file mode 100755 index 00000000..4e25a55f --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/record_ward.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/record_ward" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/red_carpet.json b/desktopRuntime/resources/assets/minecraft/models/item/red_carpet.json new file mode 100755 index 00000000..f36dcab2 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/red_carpet.json @@ -0,0 +1,15 @@ +{ + "parent": "block/carpet_red", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 0.25, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + }, + "firstperson": { + "rotation": [ 0, 0, 0 ], + "translation": [ 0, 5.25, 0 ], + "scale": [ 1, 1, 1 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/red_mushroom.json b/desktopRuntime/resources/assets/minecraft/models/item/red_mushroom.json new file mode 100755 index 00000000..c7c052da --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/red_mushroom.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "blocks/mushroom_red" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/red_mushroom_block.json b/desktopRuntime/resources/assets/minecraft/models/item/red_mushroom_block.json new file mode 100755 index 00000000..34774f91 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/red_mushroom_block.json @@ -0,0 +1,10 @@ +{ + "parent": "block/red_mushroom_block_cap_all", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/red_sand.json b/desktopRuntime/resources/assets/minecraft/models/item/red_sand.json new file mode 100755 index 00000000..0e9b4778 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/red_sand.json @@ -0,0 +1,10 @@ +{ + "parent": "block/red_sand", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/red_sandstone.json b/desktopRuntime/resources/assets/minecraft/models/item/red_sandstone.json new file mode 100755 index 00000000..39777cb8 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/red_sandstone.json @@ -0,0 +1,10 @@ +{ + "parent": "block/red_sandstone_normal", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/red_sandstone_slab.json b/desktopRuntime/resources/assets/minecraft/models/item/red_sandstone_slab.json new file mode 100755 index 00000000..48588f34 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/red_sandstone_slab.json @@ -0,0 +1,10 @@ +{ + "parent": "block/half_slab_red_sandstone", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/red_sandstone_stairs.json b/desktopRuntime/resources/assets/minecraft/models/item/red_sandstone_stairs.json new file mode 100755 index 00000000..341c0a2d --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/red_sandstone_stairs.json @@ -0,0 +1,13 @@ +{ + "parent": "block/red_sandstone_stairs", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + }, + "gui": { + "rotation": [ 0, 180, 0 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/red_stained_glass.json b/desktopRuntime/resources/assets/minecraft/models/item/red_stained_glass.json new file mode 100755 index 00000000..b720c0c1 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/red_stained_glass.json @@ -0,0 +1,10 @@ +{ + "parent": "block/glass_red", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/red_stained_glass_pane.json b/desktopRuntime/resources/assets/minecraft/models/item/red_stained_glass_pane.json new file mode 100755 index 00000000..0a47bef3 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/red_stained_glass_pane.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "blocks/glass_red" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/red_stained_hardened_clay.json b/desktopRuntime/resources/assets/minecraft/models/item/red_stained_hardened_clay.json new file mode 100755 index 00000000..2dbf3e2a --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/red_stained_hardened_clay.json @@ -0,0 +1,10 @@ +{ + "parent": "block/hardened_clay_red", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/red_tulip.json b/desktopRuntime/resources/assets/minecraft/models/item/red_tulip.json new file mode 100755 index 00000000..65cbdc21 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/red_tulip.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "blocks/flower_tulip_red" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/red_wool.json b/desktopRuntime/resources/assets/minecraft/models/item/red_wool.json new file mode 100755 index 00000000..8b61fce4 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/red_wool.json @@ -0,0 +1,10 @@ +{ + "parent": "block/red_wool", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/redstone.json b/desktopRuntime/resources/assets/minecraft/models/item/redstone.json new file mode 100755 index 00000000..1adc8397 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/redstone.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/redstone_dust" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/redstone_block.json b/desktopRuntime/resources/assets/minecraft/models/item/redstone_block.json new file mode 100755 index 00000000..e5c4e906 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/redstone_block.json @@ -0,0 +1,10 @@ +{ + "parent": "block/redstone_block", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/redstone_lamp.json b/desktopRuntime/resources/assets/minecraft/models/item/redstone_lamp.json new file mode 100755 index 00000000..e2b207e0 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/redstone_lamp.json @@ -0,0 +1,10 @@ +{ + "parent": "block/unlit_redstone_lamp", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/redstone_ore.json b/desktopRuntime/resources/assets/minecraft/models/item/redstone_ore.json new file mode 100755 index 00000000..466b440a --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/redstone_ore.json @@ -0,0 +1,10 @@ +{ + "parent": "block/redstone_ore", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/redstone_torch.json b/desktopRuntime/resources/assets/minecraft/models/item/redstone_torch.json new file mode 100755 index 00000000..d0946dd5 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/redstone_torch.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "blocks/redstone_torch_on" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/reeds.json b/desktopRuntime/resources/assets/minecraft/models/item/reeds.json new file mode 100755 index 00000000..f97afd3e --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/reeds.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/reeds" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/repeater.json b/desktopRuntime/resources/assets/minecraft/models/item/repeater.json new file mode 100755 index 00000000..23173521 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/repeater.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/repeater" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/rotten_flesh.json b/desktopRuntime/resources/assets/minecraft/models/item/rotten_flesh.json new file mode 100755 index 00000000..050ce292 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/rotten_flesh.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/rotten_flesh" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/saddle.json b/desktopRuntime/resources/assets/minecraft/models/item/saddle.json new file mode 100755 index 00000000..6f9ea982 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/saddle.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/saddle" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/salmon.json b/desktopRuntime/resources/assets/minecraft/models/item/salmon.json new file mode 100755 index 00000000..316e2b42 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/salmon.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/fish_salmon_raw" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/sand.json b/desktopRuntime/resources/assets/minecraft/models/item/sand.json new file mode 100755 index 00000000..156b5d11 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/sand.json @@ -0,0 +1,10 @@ +{ + "parent": "block/sand", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/sandstone.json b/desktopRuntime/resources/assets/minecraft/models/item/sandstone.json new file mode 100755 index 00000000..bf2cccfa --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/sandstone.json @@ -0,0 +1,10 @@ +{ + "parent": "block/sandstone_normal", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/sandstone_slab.json b/desktopRuntime/resources/assets/minecraft/models/item/sandstone_slab.json new file mode 100755 index 00000000..8f47a659 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/sandstone_slab.json @@ -0,0 +1,10 @@ +{ + "parent": "block/half_slab_sandstone", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/sandstone_stairs.json b/desktopRuntime/resources/assets/minecraft/models/item/sandstone_stairs.json new file mode 100755 index 00000000..e5c63358 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/sandstone_stairs.json @@ -0,0 +1,13 @@ +{ + "parent": "block/sandstone_stairs", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + }, + "gui": { + "rotation": [ 0, 180, 0 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/sea_lantern.json b/desktopRuntime/resources/assets/minecraft/models/item/sea_lantern.json new file mode 100755 index 00000000..5e69c9e7 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/sea_lantern.json @@ -0,0 +1,10 @@ +{ + "parent": "block/sea_lantern", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/shears.json b/desktopRuntime/resources/assets/minecraft/models/item/shears.json new file mode 100755 index 00000000..dc2649ec --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/shears.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/shears" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/sign.json b/desktopRuntime/resources/assets/minecraft/models/item/sign.json new file mode 100755 index 00000000..ef6faeee --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/sign.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/sign" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/silver_carpet.json b/desktopRuntime/resources/assets/minecraft/models/item/silver_carpet.json new file mode 100755 index 00000000..46a73f56 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/silver_carpet.json @@ -0,0 +1,15 @@ +{ + "parent": "block/carpet_silver", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 0.25, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + }, + "firstperson": { + "rotation": [ 0, 0, 0 ], + "translation": [ 0, 5.25, 0 ], + "scale": [ 1, 1, 1 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/silver_stained_glass.json b/desktopRuntime/resources/assets/minecraft/models/item/silver_stained_glass.json new file mode 100755 index 00000000..3f3893a9 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/silver_stained_glass.json @@ -0,0 +1,10 @@ +{ + "parent": "block/glass_silver", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/silver_stained_glass_pane.json b/desktopRuntime/resources/assets/minecraft/models/item/silver_stained_glass_pane.json new file mode 100755 index 00000000..ff4ec0b9 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/silver_stained_glass_pane.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "blocks/glass_silver" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/silver_stained_hardened_clay.json b/desktopRuntime/resources/assets/minecraft/models/item/silver_stained_hardened_clay.json new file mode 100755 index 00000000..0239c998 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/silver_stained_hardened_clay.json @@ -0,0 +1,10 @@ +{ + "parent": "block/hardened_clay_silver", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/silver_wool.json b/desktopRuntime/resources/assets/minecraft/models/item/silver_wool.json new file mode 100755 index 00000000..5ffc54f2 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/silver_wool.json @@ -0,0 +1,10 @@ +{ + "parent": "block/silver_wool", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/skull_char.json b/desktopRuntime/resources/assets/minecraft/models/item/skull_char.json new file mode 100755 index 00000000..d6e31622 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/skull_char.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/entity", + "display": { + "thirdperson": { + "rotation": [ 180, -45, 0 ], + "translation": [ 0, 1, -2.5 ], + "scale": [ 0.25, 0.25, 0.25 ] + }, + "firstperson": { + "rotation": [ 0, -180, 0 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "gui": { + "rotation": [ 0, 180, 0 ], + "scale": [ 0.7, 0.7, 0.7 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/skull_creeper.json b/desktopRuntime/resources/assets/minecraft/models/item/skull_creeper.json new file mode 100755 index 00000000..d6e31622 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/skull_creeper.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/entity", + "display": { + "thirdperson": { + "rotation": [ 180, -45, 0 ], + "translation": [ 0, 1, -2.5 ], + "scale": [ 0.25, 0.25, 0.25 ] + }, + "firstperson": { + "rotation": [ 0, -180, 0 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "gui": { + "rotation": [ 0, 180, 0 ], + "scale": [ 0.7, 0.7, 0.7 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/skull_skeleton.json b/desktopRuntime/resources/assets/minecraft/models/item/skull_skeleton.json new file mode 100755 index 00000000..d6e31622 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/skull_skeleton.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/entity", + "display": { + "thirdperson": { + "rotation": [ 180, -45, 0 ], + "translation": [ 0, 1, -2.5 ], + "scale": [ 0.25, 0.25, 0.25 ] + }, + "firstperson": { + "rotation": [ 0, -180, 0 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "gui": { + "rotation": [ 0, 180, 0 ], + "scale": [ 0.7, 0.7, 0.7 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/skull_wither.json b/desktopRuntime/resources/assets/minecraft/models/item/skull_wither.json new file mode 100755 index 00000000..d6e31622 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/skull_wither.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/entity", + "display": { + "thirdperson": { + "rotation": [ 180, -45, 0 ], + "translation": [ 0, 1, -2.5 ], + "scale": [ 0.25, 0.25, 0.25 ] + }, + "firstperson": { + "rotation": [ 0, -180, 0 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "gui": { + "rotation": [ 0, 180, 0 ], + "scale": [ 0.7, 0.7, 0.7 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/skull_zombie.json b/desktopRuntime/resources/assets/minecraft/models/item/skull_zombie.json new file mode 100755 index 00000000..d6e31622 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/skull_zombie.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/entity", + "display": { + "thirdperson": { + "rotation": [ 180, -45, 0 ], + "translation": [ 0, 1, -2.5 ], + "scale": [ 0.25, 0.25, 0.25 ] + }, + "firstperson": { + "rotation": [ 0, -180, 0 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "gui": { + "rotation": [ 0, 180, 0 ], + "scale": [ 0.7, 0.7, 0.7 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/slime.json b/desktopRuntime/resources/assets/minecraft/models/item/slime.json new file mode 100755 index 00000000..5279bd15 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/slime.json @@ -0,0 +1,10 @@ +{ + "parent": "block/slime", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/slime_ball.json b/desktopRuntime/resources/assets/minecraft/models/item/slime_ball.json new file mode 100755 index 00000000..65903c06 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/slime_ball.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/slimeball" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/smooth_red_sandstone.json b/desktopRuntime/resources/assets/minecraft/models/item/smooth_red_sandstone.json new file mode 100755 index 00000000..56e787f8 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/smooth_red_sandstone.json @@ -0,0 +1,10 @@ +{ + "parent": "block/red_sandstone_smooth", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/smooth_sandstone.json b/desktopRuntime/resources/assets/minecraft/models/item/smooth_sandstone.json new file mode 100755 index 00000000..cc69a14f --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/smooth_sandstone.json @@ -0,0 +1,10 @@ +{ + "parent": "block/sandstone_smooth", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/snow.json b/desktopRuntime/resources/assets/minecraft/models/item/snow.json new file mode 100755 index 00000000..9109f26a --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/snow.json @@ -0,0 +1,10 @@ +{ + "parent": "block/snow", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/snow_layer.json b/desktopRuntime/resources/assets/minecraft/models/item/snow_layer.json new file mode 100755 index 00000000..0be3ecbe --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/snow_layer.json @@ -0,0 +1,15 @@ +{ + "parent": "block/snow_height2", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 0.25, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + }, + "firstperson": { + "rotation": [ 0, 0, 0 ], + "translation": [ 0, 5.25, 0 ], + "scale": [ 1, 1, 1 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/snowball.json b/desktopRuntime/resources/assets/minecraft/models/item/snowball.json new file mode 100755 index 00000000..a98efaa6 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/snowball.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/snowball" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/soul_sand.json b/desktopRuntime/resources/assets/minecraft/models/item/soul_sand.json new file mode 100755 index 00000000..20908fa6 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/soul_sand.json @@ -0,0 +1,10 @@ +{ + "parent": "block/soul_sand", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/spawn_egg.json b/desktopRuntime/resources/assets/minecraft/models/item/spawn_egg.json new file mode 100755 index 00000000..e79e11ca --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/spawn_egg.json @@ -0,0 +1,19 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/spawn_egg", + "layer1": "items/spawn_egg_overlay" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/speckled_melon.json b/desktopRuntime/resources/assets/minecraft/models/item/speckled_melon.json new file mode 100755 index 00000000..2a37e3e5 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/speckled_melon.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/melon_speckled" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/spider_eye.json b/desktopRuntime/resources/assets/minecraft/models/item/spider_eye.json new file mode 100755 index 00000000..a2a72660 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/spider_eye.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/spider_eye" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/sponge.json b/desktopRuntime/resources/assets/minecraft/models/item/sponge.json new file mode 100755 index 00000000..0aec21a5 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/sponge.json @@ -0,0 +1,10 @@ +{ + "parent": "block/sponge", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/sponge_wet.json b/desktopRuntime/resources/assets/minecraft/models/item/sponge_wet.json new file mode 100755 index 00000000..b72850d8 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/sponge_wet.json @@ -0,0 +1,10 @@ +{ + "parent": "block/sponge_wet", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/spruce_door.json b/desktopRuntime/resources/assets/minecraft/models/item/spruce_door.json new file mode 100755 index 00000000..85bf95b6 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/spruce_door.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/door_spruce" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/spruce_fence.json b/desktopRuntime/resources/assets/minecraft/models/item/spruce_fence.json new file mode 100755 index 00000000..8ef6800d --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/spruce_fence.json @@ -0,0 +1,13 @@ +{ + "parent": "block/spruce_fence_inventory", + "display": { + "thirdperson": { + "rotation": [ 0, 0, 180 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + }, + "gui": { + "rotation": [ 0, 90, 0 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/spruce_fence_gate.json b/desktopRuntime/resources/assets/minecraft/models/item/spruce_fence_gate.json new file mode 100755 index 00000000..e8e8da10 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/spruce_fence_gate.json @@ -0,0 +1,15 @@ +{ + "parent": "block/spruce_fence_gate_closed", + "display": { + "thirdperson": { + "rotation": [ 0, -90, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + }, + "firstperson": { + "rotation": [ 0, 90, 0 ], + "translation": [ 0, 0, 0 ], + "scale": [ 1, 1, 1 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/spruce_leaves.json b/desktopRuntime/resources/assets/minecraft/models/item/spruce_leaves.json new file mode 100755 index 00000000..eaa31bd3 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/spruce_leaves.json @@ -0,0 +1,10 @@ +{ + "parent": "block/spruce_leaves", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/spruce_log.json b/desktopRuntime/resources/assets/minecraft/models/item/spruce_log.json new file mode 100755 index 00000000..32c6859f --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/spruce_log.json @@ -0,0 +1,10 @@ +{ + "parent": "block/spruce_log", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/spruce_planks.json b/desktopRuntime/resources/assets/minecraft/models/item/spruce_planks.json new file mode 100755 index 00000000..bf94215c --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/spruce_planks.json @@ -0,0 +1,10 @@ +{ + "parent": "block/spruce_planks", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/spruce_sapling.json b/desktopRuntime/resources/assets/minecraft/models/item/spruce_sapling.json new file mode 100755 index 00000000..4e02fc91 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/spruce_sapling.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "blocks/sapling_spruce" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/spruce_slab.json b/desktopRuntime/resources/assets/minecraft/models/item/spruce_slab.json new file mode 100755 index 00000000..8c58ae12 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/spruce_slab.json @@ -0,0 +1,10 @@ +{ + "parent": "block/half_slab_spruce", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/spruce_stairs.json b/desktopRuntime/resources/assets/minecraft/models/item/spruce_stairs.json new file mode 100755 index 00000000..1e23a402 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/spruce_stairs.json @@ -0,0 +1,13 @@ +{ + "parent": "block/spruce_stairs", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + }, + "gui": { + "rotation": [ 0, 180, 0 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/stick.json b/desktopRuntime/resources/assets/minecraft/models/item/stick.json new file mode 100755 index 00000000..5b436686 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/stick.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/stick" + }, + "display": { + "thirdperson": { + "rotation": [ 0, 90, -35 ], + "translation": [ 0, 1.25, -3.5 ], + "scale": [ 0.85, 0.85, 0.85 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/sticky_piston.json b/desktopRuntime/resources/assets/minecraft/models/item/sticky_piston.json new file mode 100755 index 00000000..d8028b2e --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/sticky_piston.json @@ -0,0 +1,10 @@ +{ + "parent": "block/piston_inventory_sticky", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/stone.json b/desktopRuntime/resources/assets/minecraft/models/item/stone.json new file mode 100755 index 00000000..58a602e4 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/stone.json @@ -0,0 +1,10 @@ +{ + "parent": "block/stone", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/stone_axe.json b/desktopRuntime/resources/assets/minecraft/models/item/stone_axe.json new file mode 100755 index 00000000..573791af --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/stone_axe.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/stone_axe" + }, + "display": { + "thirdperson": { + "rotation": [ 0, 90, -35 ], + "translation": [ 0, 1.25, -3.5 ], + "scale": [ 0.85, 0.85, 0.85 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/stone_brick_monster_egg.json b/desktopRuntime/resources/assets/minecraft/models/item/stone_brick_monster_egg.json new file mode 100755 index 00000000..546e349a --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/stone_brick_monster_egg.json @@ -0,0 +1,10 @@ +{ + "parent": "block/stonebrick_normal", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/stone_brick_slab.json b/desktopRuntime/resources/assets/minecraft/models/item/stone_brick_slab.json new file mode 100755 index 00000000..1ff4f568 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/stone_brick_slab.json @@ -0,0 +1,10 @@ +{ + "parent": "block/half_slab_stone_brick", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/stone_brick_stairs.json b/desktopRuntime/resources/assets/minecraft/models/item/stone_brick_stairs.json new file mode 100755 index 00000000..65b54167 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/stone_brick_stairs.json @@ -0,0 +1,13 @@ +{ + "parent": "block/stone_brick_stairs", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + }, + "gui": { + "rotation": [ 0, 180, 0 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/stone_button.json b/desktopRuntime/resources/assets/minecraft/models/item/stone_button.json new file mode 100755 index 00000000..25afaf42 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/stone_button.json @@ -0,0 +1,10 @@ +{ + "parent": "block/stone_button_inventory", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1, -1.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/stone_hoe.json b/desktopRuntime/resources/assets/minecraft/models/item/stone_hoe.json new file mode 100755 index 00000000..0a0e4f10 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/stone_hoe.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/stone_hoe" + }, + "display": { + "thirdperson": { + "rotation": [ 0, 90, -35 ], + "translation": [ 0, 1.25, -3.5 ], + "scale": [ 0.85, 0.85, 0.85 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/stone_monster_egg.json b/desktopRuntime/resources/assets/minecraft/models/item/stone_monster_egg.json new file mode 100755 index 00000000..58a602e4 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/stone_monster_egg.json @@ -0,0 +1,10 @@ +{ + "parent": "block/stone", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/stone_pickaxe.json b/desktopRuntime/resources/assets/minecraft/models/item/stone_pickaxe.json new file mode 100755 index 00000000..a23726d7 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/stone_pickaxe.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/stone_pickaxe" + }, + "display": { + "thirdperson": { + "rotation": [ 0, 90, -35 ], + "translation": [ 0, 1.25, -3.5 ], + "scale": [ 0.85, 0.85, 0.85 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/stone_pressure_plate.json b/desktopRuntime/resources/assets/minecraft/models/item/stone_pressure_plate.json new file mode 100755 index 00000000..4cedb73c --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/stone_pressure_plate.json @@ -0,0 +1,10 @@ +{ + "parent": "block/stone_pressure_plate_inventory", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/stone_shovel.json b/desktopRuntime/resources/assets/minecraft/models/item/stone_shovel.json new file mode 100755 index 00000000..38fda3e7 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/stone_shovel.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/stone_shovel" + }, + "display": { + "thirdperson": { + "rotation": [ 0, 90, -35 ], + "translation": [ 0, 1.25, -3.5 ], + "scale": [ 0.85, 0.85, 0.85 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/stone_slab.json b/desktopRuntime/resources/assets/minecraft/models/item/stone_slab.json new file mode 100755 index 00000000..61576f38 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/stone_slab.json @@ -0,0 +1,10 @@ +{ + "parent": "block/half_slab_stone", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/stone_stairs.json b/desktopRuntime/resources/assets/minecraft/models/item/stone_stairs.json new file mode 100755 index 00000000..6b932825 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/stone_stairs.json @@ -0,0 +1,13 @@ +{ + "parent": "block/stone_stairs", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + }, + "gui": { + "rotation": [ 0, 180, 0 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/stone_sword.json b/desktopRuntime/resources/assets/minecraft/models/item/stone_sword.json new file mode 100755 index 00000000..05fee538 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/stone_sword.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/stone_sword" + }, + "display": { + "thirdperson": { + "rotation": [ 0, 90, -35 ], + "translation": [ 0, 1.25, -3.5 ], + "scale": [ 0.85, 0.85, 0.85 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/stonebrick.json b/desktopRuntime/resources/assets/minecraft/models/item/stonebrick.json new file mode 100755 index 00000000..546e349a --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/stonebrick.json @@ -0,0 +1,10 @@ +{ + "parent": "block/stonebrick_normal", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/string.json b/desktopRuntime/resources/assets/minecraft/models/item/string.json new file mode 100755 index 00000000..738ad5fa --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/string.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/string" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/sugar.json b/desktopRuntime/resources/assets/minecraft/models/item/sugar.json new file mode 100755 index 00000000..6819df00 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/sugar.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/sugar" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/sunflower.json b/desktopRuntime/resources/assets/minecraft/models/item/sunflower.json new file mode 100755 index 00000000..8c677422 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/sunflower.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "blocks/double_plant_sunflower_front" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/syringa.json b/desktopRuntime/resources/assets/minecraft/models/item/syringa.json new file mode 100755 index 00000000..38e8852d --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/syringa.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "blocks/double_plant_syringa_top" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/tall_grass.json b/desktopRuntime/resources/assets/minecraft/models/item/tall_grass.json new file mode 100755 index 00000000..edf6f7e6 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/tall_grass.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "blocks/tallgrass" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/tnt.json b/desktopRuntime/resources/assets/minecraft/models/item/tnt.json new file mode 100755 index 00000000..7e53a843 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/tnt.json @@ -0,0 +1,10 @@ +{ + "parent": "block/tnt", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/tnt_minecart.json b/desktopRuntime/resources/assets/minecraft/models/item/tnt_minecart.json new file mode 100755 index 00000000..78f01f51 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/tnt_minecart.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/minecart_tnt" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/torch.json b/desktopRuntime/resources/assets/minecraft/models/item/torch.json new file mode 100755 index 00000000..2219ac10 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/torch.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "blocks/torch_on" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/trapdoor.json b/desktopRuntime/resources/assets/minecraft/models/item/trapdoor.json new file mode 100755 index 00000000..af8b6423 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/trapdoor.json @@ -0,0 +1,15 @@ +{ + "parent": "block/wooden_trapdoor_bottom", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 0.25, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + }, + "firstperson": { + "rotation": [ 0, 0, 0 ], + "translation": [ 0, 5, 0 ], + "scale": [ 1, 1, 1 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/trapped_chest.json b/desktopRuntime/resources/assets/minecraft/models/item/trapped_chest.json new file mode 100755 index 00000000..9935accd --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/trapped_chest.json @@ -0,0 +1,3 @@ +{ + "parent": "builtin/entity" +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/tripwire_hook.json b/desktopRuntime/resources/assets/minecraft/models/item/tripwire_hook.json new file mode 100755 index 00000000..b61f8bc4 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/tripwire_hook.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "blocks/trip_wire_source" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/vine.json b/desktopRuntime/resources/assets/minecraft/models/item/vine.json new file mode 100755 index 00000000..6373ceb6 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/vine.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "blocks/vine" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/water_bucket.json b/desktopRuntime/resources/assets/minecraft/models/item/water_bucket.json new file mode 100755 index 00000000..836aeb83 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/water_bucket.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/bucket_water" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/waterlily.json b/desktopRuntime/resources/assets/minecraft/models/item/waterlily.json new file mode 100755 index 00000000..01dfc8f0 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/waterlily.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "blocks/waterlily" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/web.json b/desktopRuntime/resources/assets/minecraft/models/item/web.json new file mode 100755 index 00000000..64448c03 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/web.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "blocks/web" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/wheat.json b/desktopRuntime/resources/assets/minecraft/models/item/wheat.json new file mode 100755 index 00000000..5ee40946 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/wheat.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/wheat" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/wheat_seeds.json b/desktopRuntime/resources/assets/minecraft/models/item/wheat_seeds.json new file mode 100755 index 00000000..6f1bf91b --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/wheat_seeds.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/seeds_wheat" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -2.5 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/white_carpet.json b/desktopRuntime/resources/assets/minecraft/models/item/white_carpet.json new file mode 100755 index 00000000..8f40956f --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/white_carpet.json @@ -0,0 +1,15 @@ +{ + "parent": "block/carpet_white", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 0.25, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + }, + "firstperson": { + "rotation": [ 0, 0, 0 ], + "translation": [ 0, 5.25, 0 ], + "scale": [ 1, 1, 1 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/white_stained_glass.json b/desktopRuntime/resources/assets/minecraft/models/item/white_stained_glass.json new file mode 100755 index 00000000..b105fcad --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/white_stained_glass.json @@ -0,0 +1,10 @@ +{ + "parent": "block/glass_white", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/white_stained_glass_pane.json b/desktopRuntime/resources/assets/minecraft/models/item/white_stained_glass_pane.json new file mode 100755 index 00000000..f5fb63db --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/white_stained_glass_pane.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "blocks/glass_white" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/white_stained_hardened_clay.json b/desktopRuntime/resources/assets/minecraft/models/item/white_stained_hardened_clay.json new file mode 100755 index 00000000..5c222319 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/white_stained_hardened_clay.json @@ -0,0 +1,10 @@ +{ + "parent": "block/hardened_clay_white", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/white_tulip.json b/desktopRuntime/resources/assets/minecraft/models/item/white_tulip.json new file mode 100755 index 00000000..d398d767 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/white_tulip.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "blocks/flower_tulip_white" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/white_wool.json b/desktopRuntime/resources/assets/minecraft/models/item/white_wool.json new file mode 100755 index 00000000..78ea3e76 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/white_wool.json @@ -0,0 +1,10 @@ +{ + "parent": "block/white_wool", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/wood_old_slab.json b/desktopRuntime/resources/assets/minecraft/models/item/wood_old_slab.json new file mode 100755 index 00000000..d4f7eec3 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/wood_old_slab.json @@ -0,0 +1,10 @@ +{ + "parent": "block/half_slab_oak", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/wooden_axe.json b/desktopRuntime/resources/assets/minecraft/models/item/wooden_axe.json new file mode 100755 index 00000000..e440a7de --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/wooden_axe.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/wood_axe" + }, + "display": { + "thirdperson": { + "rotation": [ 0, 90, -35 ], + "translation": [ 0, 1.25, -3.5 ], + "scale": [ 0.85, 0.85, 0.85 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/wooden_button.json b/desktopRuntime/resources/assets/minecraft/models/item/wooden_button.json new file mode 100755 index 00000000..458c7e8e --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/wooden_button.json @@ -0,0 +1,10 @@ +{ + "parent": "block/wooden_button_inventory", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1, -1.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/wooden_hoe.json b/desktopRuntime/resources/assets/minecraft/models/item/wooden_hoe.json new file mode 100755 index 00000000..fd5aba57 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/wooden_hoe.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/wood_hoe" + }, + "display": { + "thirdperson": { + "rotation": [ 0, 90, -35 ], + "translation": [ 0, 1.25, -3.5 ], + "scale": [ 0.85, 0.85, 0.85 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/wooden_pickaxe.json b/desktopRuntime/resources/assets/minecraft/models/item/wooden_pickaxe.json new file mode 100755 index 00000000..2bf12403 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/wooden_pickaxe.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/wood_pickaxe" + }, + "display": { + "thirdperson": { + "rotation": [ 0, 90, -35 ], + "translation": [ 0, 1.25, -3.5 ], + "scale": [ 0.85, 0.85, 0.85 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/wooden_pressure_plate.json b/desktopRuntime/resources/assets/minecraft/models/item/wooden_pressure_plate.json new file mode 100755 index 00000000..9c7ca618 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/wooden_pressure_plate.json @@ -0,0 +1,10 @@ +{ + "parent": "block/wooden_pressure_plate_inventory", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/wooden_shovel.json b/desktopRuntime/resources/assets/minecraft/models/item/wooden_shovel.json new file mode 100755 index 00000000..918a081e --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/wooden_shovel.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/wood_shovel" + }, + "display": { + "thirdperson": { + "rotation": [ 0, 90, -35 ], + "translation": [ 0, 1.25, -3.5 ], + "scale": [ 0.85, 0.85, 0.85 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/wooden_sword.json b/desktopRuntime/resources/assets/minecraft/models/item/wooden_sword.json new file mode 100755 index 00000000..bd29d461 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/wooden_sword.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/wood_sword" + }, + "display": { + "thirdperson": { + "rotation": [ 0, 90, -35 ], + "translation": [ 0, 1.25, -3.5 ], + "scale": [ 0.85, 0.85, 0.85 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/writable_book.json b/desktopRuntime/resources/assets/minecraft/models/item/writable_book.json new file mode 100755 index 00000000..48f42cca --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/writable_book.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/book_writable" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/written_book.json b/desktopRuntime/resources/assets/minecraft/models/item/written_book.json new file mode 100755 index 00000000..0719ec62 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/written_book.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "items/book_written" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/yellow_carpet.json b/desktopRuntime/resources/assets/minecraft/models/item/yellow_carpet.json new file mode 100755 index 00000000..cfe0d02d --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/yellow_carpet.json @@ -0,0 +1,15 @@ +{ + "parent": "block/carpet_yellow", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 0.25, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + }, + "firstperson": { + "rotation": [ 0, 0, 0 ], + "translation": [ 0, 5.25, 0 ], + "scale": [ 1, 1, 1 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/yellow_stained_glass.json b/desktopRuntime/resources/assets/minecraft/models/item/yellow_stained_glass.json new file mode 100755 index 00000000..350b2e0d --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/yellow_stained_glass.json @@ -0,0 +1,10 @@ +{ + "parent": "block/glass_yellow", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/yellow_stained_glass_pane.json b/desktopRuntime/resources/assets/minecraft/models/item/yellow_stained_glass_pane.json new file mode 100755 index 00000000..5d1a5fed --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/yellow_stained_glass_pane.json @@ -0,0 +1,18 @@ +{ + "parent": "builtin/generated", + "textures": { + "layer0": "blocks/glass_yellow" + }, + "display": { + "thirdperson": { + "rotation": [ -90, 0, 0 ], + "translation": [ 0, 1, -3 ], + "scale": [ 0.55, 0.55, 0.55 ] + }, + "firstperson": { + "rotation": [ 0, -135, 25 ], + "translation": [ 0, 4, 2 ], + "scale": [ 1.7, 1.7, 1.7 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/yellow_stained_hardened_clay.json b/desktopRuntime/resources/assets/minecraft/models/item/yellow_stained_hardened_clay.json new file mode 100755 index 00000000..bdac8b3b --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/yellow_stained_hardened_clay.json @@ -0,0 +1,10 @@ +{ + "parent": "block/hardened_clay_yellow", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/models/item/yellow_wool.json b/desktopRuntime/resources/assets/minecraft/models/item/yellow_wool.json new file mode 100755 index 00000000..c386a262 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/models/item/yellow_wool.json @@ -0,0 +1,10 @@ +{ + "parent": "block/yellow_wool", + "display": { + "thirdperson": { + "rotation": [ 10, -45, 170 ], + "translation": [ 0, 1.5, -2.75 ], + "scale": [ 0.375, 0.375, 0.375 ] + } + } +} diff --git a/desktopRuntime/resources/assets/minecraft/sounds.json b/desktopRuntime/resources/assets/minecraft/sounds.json new file mode 100755 index 00000000..724b4fe5 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/sounds.json @@ -0,0 +1,2025 @@ +{ + "ambient.cave.cave": { + "category": "ambient", + "sounds": [ + "ambient/cave/cave1", + "ambient/cave/cave10", + "ambient/cave/cave11", + "ambient/cave/cave12", + "ambient/cave/cave13", + "ambient/cave/cave2", + "ambient/cave/cave3", + "ambient/cave/cave4", + "ambient/cave/cave5", + "ambient/cave/cave6", + "ambient/cave/cave7", + "ambient/cave/cave8", + "ambient/cave/cave9" + ] + }, + "ambient.weather.rain": { + "category": "weather", + "sounds": [ + "ambient/weather/rain1", + "ambient/weather/rain2", + "ambient/weather/rain3", + "ambient/weather/rain4" + ] + }, + "ambient.weather.thunder": { + "category": "weather", + "sounds": [ + "ambient/weather/thunder1", + "ambient/weather/thunder2", + "ambient/weather/thunder3" + ] + }, + "game.player.hurt.fall.big": { + "category": "player", + "sounds": [ + "damage/fallbig" + ] + }, + "game.player.hurt.fall.small": { + "category": "player", + "sounds": [ + "damage/fallsmall" + ] + }, + "game.neutral.hurt.fall.big": { + "category": "neutral", + "sounds": [ + "damage/fallbig" + ] + }, + "game.neutral.hurt.fall.small": { + "category": "neutral", + "sounds": [ + "damage/fallsmall" + ] + }, + "game.hostile.hurt.fall.big": { + "category": "hostile", + "sounds": [ + "damage/fallbig" + ] + }, + "game.hostile.hurt.fall.small": { + "category": "hostile", + "sounds": [ + "damage/fallsmall" + ] + }, + "game.player.hurt": { + "category": "player", + "sounds": [ + "damage/hit1", + "damage/hit2", + "damage/hit3" + ] + }, + "game.neutral.hurt": { + "category": "neutral", + "sounds": [ + "damage/hit1", + "damage/hit2", + "damage/hit3" + ] + }, + "game.hostile.hurt": { + "category": "hostile", + "sounds": [ + "damage/hit1", + "damage/hit2", + "damage/hit3" + ] + }, + "game.player.die": { + "category": "player", + "sounds": [ + "damage/hit1", + "damage/hit2", + "damage/hit3" + ] + }, + "game.neutral.die": { + "category": "neutral", + "sounds": [ + "damage/hit1", + "damage/hit2", + "damage/hit3" + ] + }, + "game.hostile.die": { + "category": "hostile", + "sounds": [ + "damage/hit1", + "damage/hit2", + "damage/hit3" + ] + }, + "dig.cloth": { + "category": "block", + "sounds": [ + "dig/cloth1", + "dig/cloth2", + "dig/cloth3", + "dig/cloth4" + ] + }, + "dig.grass": { + "category": "block", + "sounds": [ + "dig/grass1", + "dig/grass2", + "dig/grass3", + "dig/grass4" + ] + }, + "dig.gravel": { + "category": "block", + "sounds": [ + "dig/gravel1", + "dig/gravel2", + "dig/gravel3", + "dig/gravel4" + ] + }, + "dig.sand": { + "category": "block", + "sounds": [ + "dig/sand1", + "dig/sand2", + "dig/sand3", + "dig/sand4" + ] + }, + "dig.snow": { + "category": "block", + "sounds": [ + "dig/snow1", + "dig/snow2", + "dig/snow3", + "dig/snow4" + ] + }, + "dig.stone": { + "category": "block", + "sounds": [ + "dig/stone1", + "dig/stone2", + "dig/stone3", + "dig/stone4" + ] + }, + "dig.wood": { + "category": "block", + "sounds": [ + "dig/wood1", + "dig/wood2", + "dig/wood3", + "dig/wood4" + ] + }, + "fire.fire": { + "category": "block", + "sounds": [ + "fire/fire" + ] + }, + "fire.ignite": { + "category": "block", + "sounds": [ + "fire/ignite" + ] + }, + "item.fireCharge.use": { + "category": "block", + "sounds": [ + "mob/ghast/fireball4" + ] + }, + "fireworks.blast": { + "category": "ambient", + "sounds": [ + "fireworks/blast1" + ] + }, + "fireworks.blast_far": { + "category": "ambient", + "sounds": [ + "fireworks/blast_far1" + ] + }, + "fireworks.largeBlast": { + "category": "ambient", + "sounds": [ + "fireworks/largeBlast1" + ] + }, + "fireworks.largeBlast_far": { + "category": "ambient", + "sounds": [ + "fireworks/largeBlast_far1" + ] + }, + "fireworks.launch": { + "category": "ambient", + "sounds": [ + "fireworks/launch1" + ] + }, + "fireworks.twinkle": { + "category": "ambient", + "sounds": [ + "fireworks/twinkle1" + ] + }, + "fireworks.twinkle_far": { + "category": "ambient", + "sounds": [ + "fireworks/twinkle_far1" + ] + }, + "liquid.lava": { + "category": "block", + "sounds": [ + "liquid/lava" + ] + }, + "liquid.lavapop": { + "category": "block", + "sounds": [ + "liquid/lavapop" + ] + }, + "game.neutral.swim.splash": { + "category": "neutral", + "sounds": [ + "liquid/splash", + "liquid/splash2" + ] + }, + "game.player.swim.splash": { + "category": "block", + "sounds": [ + "liquid/splash", + "liquid/splash2" + ] + }, + "game.hostile.swim.splash": { + "category": "hostile", + "sounds": [ + "liquid/splash", + "liquid/splash2" + ] + }, + "game.player.swim": { + "category": "player", + "sounds": [ + "liquid/swim1", + "liquid/swim2", + "liquid/swim3", + "liquid/swim4" + ] + }, + "game.neutral.swim": { + "category": "neutral", + "sounds": [ + "liquid/swim1", + "liquid/swim2", + "liquid/swim3", + "liquid/swim4" + ] + }, + "game.hostile.swim": { + "category": "hostile", + "sounds": [ + "liquid/swim1", + "liquid/swim2", + "liquid/swim3", + "liquid/swim4" + ] + }, + "liquid.water": { + "category": "block", + "sounds": [ + "liquid/water" + ] + }, + "minecart.base": { + "category": "neutral", + "sounds": [ + "minecart/base" + ] + }, + "minecart.inside": { + "category": "player", + "sounds": [ + "minecart/inside" + ] + }, + "mob.bat.death": { + "category": "neutral", + "sounds": [ + "mob/bat/death" + ] + }, + "mob.bat.hurt": { + "category": "neutral", + "sounds": [ + "mob/bat/hurt1", + "mob/bat/hurt2", + "mob/bat/hurt3", + "mob/bat/hurt4" + ] + }, + "mob.bat.idle": { + "category": "neutral", + "sounds": [ + "mob/bat/idle1", + "mob/bat/idle2", + "mob/bat/idle3", + "mob/bat/idle4" + ] + }, + "mob.bat.loop": { + "category": "neutral", + "sounds": [ + "mob/bat/loop" + ] + }, + "mob.bat.takeoff": { + "category": "neutral", + "sounds": [ + "mob/bat/takeoff" + ] + }, + "mob.blaze.breathe": { + "category": "hostile", + "sounds": [ + "mob/blaze/breathe1", + "mob/blaze/breathe2", + "mob/blaze/breathe3", + "mob/blaze/breathe4" + ] + }, + "mob.blaze.death": { + "category": "hostile", + "sounds": [ + "mob/blaze/death" + ] + }, + "mob.blaze.hit": { + "category": "hostile", + "sounds": [ + "mob/blaze/hit1", + "mob/blaze/hit2", + "mob/blaze/hit3", + "mob/blaze/hit4" + ] + }, + "mob.guardian.hit": { + "category": "hostile", + "sounds": [ + "mob/guardian/guardian_hit1", + "mob/guardian/guardian_hit2", + "mob/guardian/guardian_hit3", + "mob/guardian/guardian_hit4" + ] + }, + "mob.guardian.idle": { + "category": "hostile", + "sounds": [ + { + "name": "mob/guardian/guardian_idle1", + "volume": 0.1 + }, + { + "name": "mob/guardian/guardian_idle2", + "volume": 0.1 + }, + { + "name": "mob/guardian/guardian_idle3", + "volume": 0.1 + }, + { + "name": "mob/guardian/guardian_idle4", + "volume": 0.1 + } + ] + }, + "mob.guardian.death": { + "category": "hostile", + "sounds": [ + "mob/guardian/guardian_death" + ] + }, + "mob.guardian.elder.hit": { + "category": "hostile", + "sounds": [ + "mob/guardian/elder_hit1", + "mob/guardian/elder_hit2", + "mob/guardian/elder_hit3", + "mob/guardian/elder_hit4" + ] + }, + "mob.guardian.elder.idle": { + "category": "hostile", + "sounds": [ + "mob/guardian/elder_idle1", + "mob/guardian/elder_idle2", + "mob/guardian/elder_idle3", + "mob/guardian/elder_idle4" + ] + }, + "mob.guardian.elder.death": { + "category": "hostile", + "sounds": [ + "mob/guardian/elder_death" + ] + }, + "mob.guardian.land.hit": { + "category": "hostile", + "sounds": [ + "mob/guardian/land_hit1", + "mob/guardian/land_hit2", + "mob/guardian/land_hit3", + "mob/guardian/land_hit4" + ] + }, + "mob.guardian.land.idle": { + "category": "hostile", + "sounds": [ + "mob/guardian/land_idle1", + "mob/guardian/land_idle2", + "mob/guardian/land_idle3", + "mob/guardian/land_idle4" + ] + }, + "mob.guardian.land.death": { + "category": "hostile", + "sounds": [ + "mob/guardian/land_death" + ] + }, + "mob.guardian.curse": { + "category": "hostile", + "sounds": [ + "mob/guardian/curse" + ] + }, + "mob.guardian.attack": { + "category": "hostile", + "sounds": [ + "mob/guardian/attack_loop" + ] + }, + "mob.guardian.flop": { + "category": "hostile", + "sounds": [ + "mob/guardian/flop1", + "mob/guardian/flop2", + "mob/guardian/flop3", + "mob/guardian/flop4" + ] + }, + "mob.cat.hiss": { + "category": "neutral", + "sounds": [ + "mob/cat/hiss1", + "mob/cat/hiss2", + "mob/cat/hiss3" + ] + }, + "mob.cat.hitt": { + "category": "neutral", + "sounds": [ + "mob/cat/hitt1", + "mob/cat/hitt2", + "mob/cat/hitt3" + ] + }, + "mob.cat.meow": { + "category": "neutral", + "sounds": [ + "mob/cat/meow1", + "mob/cat/meow2", + "mob/cat/meow3", + "mob/cat/meow4" + ] + }, + "mob.cat.purr": { + "category": "neutral", + "sounds": [ + "mob/cat/purr1", + "mob/cat/purr2", + "mob/cat/purr3" + ] + }, + "mob.cat.purreow": { + "category": "neutral", + "sounds": [ + "mob/cat/purreow1", + "mob/cat/purreow2" + ] + }, + "mob.chicken.hurt": { + "category": "neutral", + "sounds": [ + "mob/chicken/hurt1", + "mob/chicken/hurt2" + ] + }, + "mob.chicken.plop": { + "category": "neutral", + "sounds": [ + "mob/chicken/plop" + ] + }, + "mob.chicken.say": { + "category": "neutral", + "sounds": [ + "mob/chicken/say1", + "mob/chicken/say2", + "mob/chicken/say3" + ] + }, + "mob.chicken.step": { + "category": "neutral", + "sounds": [ + "mob/chicken/step1", + "mob/chicken/step2" + ] + }, + "mob.cow.hurt": { + "category": "neutral", + "sounds": [ + "mob/cow/hurt1", + "mob/cow/hurt2", + "mob/cow/hurt3" + ] + }, + "mob.cow.say": { + "category": "neutral", + "sounds": [ + "mob/cow/say1", + "mob/cow/say2", + "mob/cow/say3", + "mob/cow/say4" + ] + }, + "mob.cow.step": { + "category": "neutral", + "sounds": [ + "mob/cow/step1", + "mob/cow/step2", + "mob/cow/step3", + "mob/cow/step4" + ] + }, + "mob.creeper.death": { + "category": "hostile", + "sounds": [ + "mob/creeper/death" + ] + }, + "mob.creeper.say": { + "category": "hostile", + "sounds": [ + "mob/creeper/say1", + "mob/creeper/say2", + "mob/creeper/say3", + "mob/creeper/say4" + ] + }, + "mob.enderdragon.end": { + "category": "hostile", + "sounds": [ + "mob/enderdragon/end" + ] + }, + "mob.enderdragon.growl": { + "category": "hostile", + "sounds": [ + "mob/enderdragon/growl1", + "mob/enderdragon/growl2", + "mob/enderdragon/growl3", + "mob/enderdragon/growl4" + ] + }, + "mob.enderdragon.hit": { + "category": "hostile", + "sounds": [ + "mob/enderdragon/hit1", + "mob/enderdragon/hit2", + "mob/enderdragon/hit3", + "mob/enderdragon/hit4" + ] + }, + "mob.enderdragon.wings": { + "category": "hostile", + "sounds": [ + "mob/enderdragon/wings1", + "mob/enderdragon/wings2", + "mob/enderdragon/wings3", + "mob/enderdragon/wings4", + "mob/enderdragon/wings5", + "mob/enderdragon/wings6" + ] + }, + "mob.endermen.death": { + "category": "hostile", + "sounds": [ + "mob/endermen/death" + ] + }, + "mob.endermen.hit": { + "category": "hostile", + "sounds": [ + "mob/endermen/hit1", + "mob/endermen/hit2", + "mob/endermen/hit3", + "mob/endermen/hit4" + ] + }, + "mob.endermen.idle": { + "category": "hostile", + "sounds": [ + "mob/endermen/idle1", + "mob/endermen/idle2", + "mob/endermen/idle3", + "mob/endermen/idle4", + "mob/endermen/idle5" + ] + }, + "mob.endermen.portal": { + "category": "hostile", + "sounds": [ + "mob/endermen/portal", + "mob/endermen/portal2" + ] + }, + "mob.endermen.scream": { + "category": "hostile", + "sounds": [ + "mob/endermen/scream1", + "mob/endermen/scream2", + "mob/endermen/scream3", + "mob/endermen/scream4" + ] + }, + "mob.endermen.stare": { + "category": "hostile", + "sounds": [ + "mob/endermen/stare" + ] + }, + "mob.ghast.affectionate_scream": { + "category": "hostile", + "sounds": [ + "mob/ghast/affectionate_scream" + ] + }, + "mob.ghast.charge": { + "category": "hostile", + "sounds": [ + "mob/ghast/charge" + ] + }, + "mob.ghast.death": { + "category": "hostile", + "sounds": [ + "mob/ghast/death" + ] + }, + "mob.ghast.fireball": { + "category": "hostile", + "sounds": [ + "mob/ghast/fireball4" + ] + }, + "mob.ghast.moan": { + "category": "hostile", + "sounds": [ + "mob/ghast/moan1", + "mob/ghast/moan2", + "mob/ghast/moan3", + "mob/ghast/moan4", + "mob/ghast/moan5", + "mob/ghast/moan6", + "mob/ghast/moan7" + ] + }, + "mob.ghast.scream": { + "category": "hostile", + "sounds": [ + "mob/ghast/scream1", + "mob/ghast/scream2", + "mob/ghast/scream3", + "mob/ghast/scream4", + "mob/ghast/scream5" + ] + }, + "mob.horse.angry": { + "category": "neutral", + "sounds": [ + "mob/horse/angry1" + ] + }, + "mob.horse.armor": { + "category": "neutral", + "sounds": [ + "mob/horse/armor" + ] + }, + "mob.horse.breathe": { + "category": "neutral", + "sounds": [ + "mob/horse/breathe1", + "mob/horse/breathe2", + "mob/horse/breathe3" + ] + }, + "mob.horse.death": { + "category": "neutral", + "sounds": [ + "mob/horse/death" + ] + }, + "mob.horse.donkey.angry": { + "category": "neutral", + "sounds": [ + "mob/horse/donkey/angry1", + "mob/horse/donkey/angry2" + ] + }, + "mob.horse.donkey.death": { + "category": "neutral", + "sounds": [ + "mob/horse/donkey/death" + ] + }, + "mob.horse.donkey.hit": { + "category": "neutral", + "sounds": [ + "mob/horse/donkey/hit1", + "mob/horse/donkey/hit2", + "mob/horse/donkey/hit3" + ] + }, + "mob.horse.donkey.idle": { + "category": "neutral", + "sounds": [ + "mob/horse/donkey/idle1", + "mob/horse/donkey/idle2", + "mob/horse/donkey/idle3" + ] + }, + "mob.horse.gallop": { + "category": "neutral", + "sounds": [ + "mob/horse/gallop1", + "mob/horse/gallop2", + "mob/horse/gallop3", + "mob/horse/gallop4" + ] + }, + "mob.horse.hit": { + "category": "neutral", + "sounds": [ + "mob/horse/hit1", + "mob/horse/hit2", + "mob/horse/hit3", + "mob/horse/hit4" + ] + }, + "mob.horse.idle": { + "category": "neutral", + "sounds": [ + "mob/horse/idle1", + "mob/horse/idle2", + "mob/horse/idle3" + ] + }, + "mob.horse.jump": { + "category": "neutral", + "sounds": [ + "mob/horse/jump" + ] + }, + "mob.horse.land": { + "category": "neutral", + "sounds": [ + "mob/horse/land" + ] + }, + "mob.horse.leather": { + "category": "neutral", + "sounds": [ + "mob/horse/leather" + ] + }, + "mob.horse.skeleton.death": { + "category": "neutral", + "sounds": [ + "mob/horse/skeleton/death" + ] + }, + "mob.horse.skeleton.hit": { + "category": "neutral", + "sounds": [ + "mob/horse/skeleton/hit1", + "mob/horse/skeleton/hit2", + "mob/horse/skeleton/hit3", + "mob/horse/skeleton/hit4" + ] + }, + "mob.horse.skeleton.idle": { + "category": "neutral", + "sounds": [ + "mob/horse/skeleton/idle1", + "mob/horse/skeleton/idle2", + "mob/horse/skeleton/idle3" + ] + }, + "mob.horse.soft": { + "category": "neutral", + "sounds": [ + "mob/horse/soft1", + "mob/horse/soft2", + "mob/horse/soft3", + "mob/horse/soft4", + "mob/horse/soft5", + "mob/horse/soft6" + ] + }, + "mob.horse.wood": { + "category": "neutral", + "sounds": [ + "mob/horse/wood1", + "mob/horse/wood2", + "mob/horse/wood3", + "mob/horse/wood4", + "mob/horse/wood5", + "mob/horse/wood6" + ] + }, + "mob.horse.zombie.death": { + "category": "neutral", + "sounds": [ + "mob/horse/zombie/death" + ] + }, + "mob.horse.zombie.hit": { + "category": "neutral", + "sounds": [ + "mob/horse/zombie/hit1", + "mob/horse/zombie/hit2", + "mob/horse/zombie/hit3", + "mob/horse/zombie/hit4" + ] + }, + "mob.horse.zombie.idle": { + "category": "neutral", + "sounds": [ + "mob/horse/zombie/idle1", + "mob/horse/zombie/idle2", + "mob/horse/zombie/idle3" + ] + }, + "mob.irongolem.death": { + "category": "neutral", + "sounds": [ + "mob/irongolem/death" + ] + }, + "mob.irongolem.hit": { + "category": "neutral", + "sounds": [ + "mob/irongolem/hit1", + "mob/irongolem/hit2", + "mob/irongolem/hit3", + "mob/irongolem/hit4" + ] + }, + "mob.irongolem.throw": { + "category": "neutral", + "sounds": [ + "mob/irongolem/throw" + ] + }, + "mob.irongolem.walk": { + "category": "neutral", + "sounds": [ + "mob/irongolem/walk1", + "mob/irongolem/walk2", + "mob/irongolem/walk3", + "mob/irongolem/walk4" + ] + }, + "mob.magmacube.big": { + "category": "hostile", + "sounds": [ + "mob/magmacube/big1", + "mob/magmacube/big2", + "mob/magmacube/big3", + "mob/magmacube/big4" + ] + }, + "mob.magmacube.jump": { + "category": "hostile", + "sounds": [ + "mob/magmacube/jump1", + "mob/magmacube/jump2", + "mob/magmacube/jump3", + "mob/magmacube/jump4" + ] + }, + "mob.magmacube.small": { + "category": "hostile", + "sounds": [ + "mob/magmacube/small1", + "mob/magmacube/small2", + "mob/magmacube/small3", + "mob/magmacube/small4", + "mob/magmacube/small5" + ] + }, + "mob.pig.death": { + "category": "neutral", + "sounds": [ + "mob/pig/death" + ] + }, + "mob.pig.say": { + "category": "neutral", + "sounds": [ + "mob/pig/say1", + "mob/pig/say2", + "mob/pig/say3" + ] + }, + "mob.pig.step": { + "category": "neutral", + "sounds": [ + "mob/pig/step1", + "mob/pig/step2", + "mob/pig/step3", + "mob/pig/step4", + "mob/pig/step5" + ] + }, + "mob.rabbit.hurt": { + "category": "neutral", + "sounds": [ + { + "name": "mob/rabbit/hurt1", + "volume": 0.5 + }, + { + "name": "mob/rabbit/hurt2", + "volume": 0.5 + }, + { + "name": "mob/rabbit/hurt3", + "volume": 0.5 + }, + { + "name": "mob/rabbit/hurt4", + "volume": 0.5 + } + ] + }, + "mob.rabbit.idle": { + "category": "neutral", + "sounds": [ + { + "name": "mob/rabbit/idle1", + "volume": 0.25 + }, + { + "name": "mob/rabbit/idle2", + "volume": 0.25 + }, + { + "name": "mob/rabbit/idle3", + "volume": 0.25 + }, + { + "name": "mob/rabbit/idle4", + "volume": 0.25 + } + ] + }, + "mob.rabbit.hop": { + "category": "neutral", + "sounds": [ + { + "name": "mob/rabbit/hop1", + "volume": 0.1 + }, + { + "name": "mob/rabbit/hop2", + "volume": 0.1 + }, + { + "name": "mob/rabbit/hop3", + "volume": 0.1 + }, + { + "name": "mob/rabbit/hop4", + "volume": 0.1 + } + ] + }, + "mob.rabbit.death": { + "category": "neutral", + "sounds": [ + { + "name": "mob/rabbit/bunnymurder", + "volume": 0.5 + } + ] + }, + "mob.sheep.say": { + "category": "neutral", + "sounds": [ + "mob/sheep/say1", + "mob/sheep/say2", + "mob/sheep/say3" + ] + }, + "mob.sheep.shear": { + "category": "neutral", + "sounds": [ + "mob/sheep/shear" + ] + }, + "mob.sheep.step": { + "category": "neutral", + "sounds": [ + "mob/sheep/step1", + "mob/sheep/step2", + "mob/sheep/step3", + "mob/sheep/step4", + "mob/sheep/step5" + ] + }, + "mob.silverfish.hit": { + "category": "hostile", + "sounds": [ + "mob/silverfish/hit1", + "mob/silverfish/hit2", + "mob/silverfish/hit3" + ] + }, + "mob.silverfish.kill": { + "category": "hostile", + "sounds": [ + "mob/silverfish/kill" + ] + }, + "mob.silverfish.say": { + "category": "hostile", + "sounds": [ + "mob/silverfish/say1", + "mob/silverfish/say2", + "mob/silverfish/say3", + "mob/silverfish/say4" + ] + }, + "mob.silverfish.step": { + "category": "hostile", + "sounds": [ + "mob/silverfish/step1", + "mob/silverfish/step2", + "mob/silverfish/step3", + "mob/silverfish/step4" + ] + }, + "mob.skeleton.death": { + "category": "hostile", + "sounds": [ + "mob/skeleton/death" + ] + }, + "mob.skeleton.hurt": { + "category": "hostile", + "sounds": [ + "mob/skeleton/hurt1", + "mob/skeleton/hurt2", + "mob/skeleton/hurt3", + "mob/skeleton/hurt4" + ] + }, + "mob.skeleton.say": { + "category": "hostile", + "sounds": [ + "mob/skeleton/say1", + "mob/skeleton/say2", + "mob/skeleton/say3" + ] + }, + "mob.skeleton.step": { + "category": "hostile", + "sounds": [ + "mob/skeleton/step1", + "mob/skeleton/step2", + "mob/skeleton/step3", + "mob/skeleton/step4" + ] + }, + "mob.slime.attack": { + "category": "hostile", + "sounds": [ + "mob/slime/attack1", + "mob/slime/attack2" + ] + }, + "mob.slime.big": { + "category": "hostile", + "sounds": [ + "mob/slime/big1", + "mob/slime/big2", + "mob/slime/big3", + "mob/slime/big4" + ] + }, + "mob.slime.small": { + "category": "hostile", + "sounds": [ + "mob/slime/small1", + "mob/slime/small2", + "mob/slime/small3", + "mob/slime/small4", + "mob/slime/small5" + ] + }, + "mob.spider.death": { + "category": "hostile", + "sounds": [ + "mob/spider/death" + ] + }, + "mob.spider.say": { + "category": "hostile", + "sounds": [ + "mob/spider/say1", + "mob/spider/say2", + "mob/spider/say3", + "mob/spider/say4" + ] + }, + "mob.spider.step": { + "category": "hostile", + "sounds": [ + "mob/spider/step1", + "mob/spider/step2", + "mob/spider/step3", + "mob/spider/step4" + ] + }, + "mob.villager.death": { + "category": "neutral", + "sounds": [ + "mob/villager/death" + ] + }, + "mob.villager.haggle": { + "category": "neutral", + "sounds": [ + "mob/villager/haggle1", + "mob/villager/haggle2", + "mob/villager/haggle3" + ] + }, + "mob.villager.hit": { + "category": "neutral", + "sounds": [ + "mob/villager/hit1", + "mob/villager/hit2", + "mob/villager/hit3", + "mob/villager/hit4" + ] + }, + "mob.villager.idle": { + "category": "neutral", + "sounds": [ + "mob/villager/idle1", + "mob/villager/idle2", + "mob/villager/idle3" + ] + }, + "mob.villager.no": { + "category": "neutral", + "sounds": [ + "mob/villager/no1", + "mob/villager/no2", + "mob/villager/no3" + ] + }, + "mob.villager.yes": { + "category": "neutral", + "sounds": [ + "mob/villager/yes1", + "mob/villager/yes2", + "mob/villager/yes3" + ] + }, + "mob.wither.death": { + "category": "hostile", + "sounds": [ + "mob/wither/death" + ] + }, + "mob.wither.hurt": { + "category": "hostile", + "sounds": [ + "mob/wither/hurt1", + "mob/wither/hurt2", + "mob/wither/hurt3", + "mob/wither/hurt4" + ] + }, + "mob.wither.idle": { + "category": "hostile", + "sounds": [ + "mob/wither/idle1", + "mob/wither/idle2", + "mob/wither/idle3", + "mob/wither/idle4" + ] + }, + "mob.wither.shoot": { + "category": "hostile", + "sounds": [ + "mob/wither/shoot" + ] + }, + "mob.wither.spawn": { + "category": "hostile", + "sounds": [ + "mob/wither/spawn" + ] + }, + "mob.wolf.bark": { + "category": "neutral", + "sounds": [ + "mob/wolf/bark1", + "mob/wolf/bark2", + "mob/wolf/bark3" + ] + }, + "mob.wolf.death": { + "category": "neutral", + "sounds": [ + "mob/wolf/death" + ] + }, + "mob.wolf.growl": { + "category": "neutral", + "sounds": [ + "mob/wolf/growl1", + "mob/wolf/growl2", + "mob/wolf/growl3" + ] + }, + "mob.wolf.howl": { + "category": "neutral", + "sounds": [ + "mob/wolf/howl1", + "mob/wolf/howl2" + ] + }, + "mob.wolf.hurt": { + "category": "neutral", + "sounds": [ + "mob/wolf/hurt1", + "mob/wolf/hurt2", + "mob/wolf/hurt3" + ] + }, + "mob.wolf.panting": { + "category": "neutral", + "sounds": [ + "mob/wolf/panting" + ] + }, + "mob.wolf.shake": { + "category": "neutral", + "sounds": [ + "mob/wolf/shake" + ] + }, + "mob.wolf.step": { + "category": "neutral", + "sounds": [ + "mob/wolf/step1", + "mob/wolf/step2", + "mob/wolf/step3", + "mob/wolf/step4", + "mob/wolf/step5" + ] + }, + "mob.wolf.whine": { + "category": "neutral", + "sounds": [ + "mob/wolf/whine" + ] + }, + "mob.zombie.death": { + "category": "hostile", + "sounds": [ + "mob/zombie/death" + ] + }, + "mob.zombie.hurt": { + "category": "hostile", + "sounds": [ + "mob/zombie/hurt1", + "mob/zombie/hurt2" + ] + }, + "mob.zombie.infect": { + "category": "hostile", + "sounds": [ + "mob/zombie/infect" + ] + }, + "mob.zombie.metal": { + "category": "hostile", + "sounds": [ + "mob/zombie/metal1", + "mob/zombie/metal2", + "mob/zombie/metal3" + ] + }, + "mob.zombie.remedy": { + "category": "hostile", + "sounds": [ + "mob/zombie/remedy" + ] + }, + "mob.zombie.say": { + "category": "hostile", + "sounds": [ + "mob/zombie/say1", + "mob/zombie/say2", + "mob/zombie/say3" + ] + }, + "mob.zombie.step": { + "category": "hostile", + "sounds": [ + "mob/zombie/step1", + "mob/zombie/step2", + "mob/zombie/step3", + "mob/zombie/step4", + "mob/zombie/step5" + ] + }, + "mob.zombie.unfect": { + "category": "hostile", + "sounds": [ + "mob/zombie/unfect" + ] + }, + "mob.zombie.wood": { + "category": "hostile", + "sounds": [ + "mob/zombie/wood1", + "mob/zombie/wood2", + "mob/zombie/wood3", + "mob/zombie/wood4" + ] + }, + "mob.zombie.woodbreak": { + "category": "hostile", + "sounds": [ + "mob/zombie/woodbreak" + ] + }, + "mob.zombiepig.zpig": { + "category": "hostile", + "sounds": [ + "mob/zombiepig/zpig1", + "mob/zombiepig/zpig2", + "mob/zombiepig/zpig3", + "mob/zombiepig/zpig4" + ] + }, + "mob.zombiepig.zpigangry": { + "category": "hostile", + "sounds": [ + "mob/zombiepig/zpigangry1", + "mob/zombiepig/zpigangry2", + "mob/zombiepig/zpigangry3", + "mob/zombiepig/zpigangry4" + ] + }, + "mob.zombiepig.zpigdeath": { + "category": "hostile", + "sounds": [ + "mob/zombiepig/zpigdeath" + ] + }, + "mob.zombiepig.zpighurt": { + "category": "hostile", + "sounds": [ + "mob/zombiepig/zpighurt1", + "mob/zombiepig/zpighurt2" + ] + }, + "note.bass": { + "category": "record", + "sounds": [ + "note/bass" + ] + }, + "note.bassattack": { + "category": "record", + "sounds": [ + "note/bassattack" + ] + }, + "note.bd": { + "category": "record", + "sounds": [ + "note/bd" + ] + }, + "note.harp": { + "category": "record", + "sounds": [ + "note/harp" + ] + }, + "note.hat": { + "category": "record", + "sounds": [ + "note/hat" + ] + }, + "note.pling": { + "category": "record", + "sounds": [ + "note/pling" + ] + }, + "note.snare": { + "category": "record", + "sounds": [ + "note/snare" + ] + }, + "portal.portal": { + "category": "block", + "sounds": [ + "portal/portal" + ] + }, + "portal.travel": { + "category": "player", + "sounds": [ + "portal/travel" + ] + }, + "portal.trigger": { + "category": "block", + "sounds": [ + "portal/trigger" + ] + }, + "random.anvil_break": { + "category": "block", + "sounds": [ + "random/anvil_break" + ] + }, + "random.anvil_land": { + "category": "block", + "sounds": [ + "random/anvil_land" + ] + }, + "random.anvil_use": { + "category": "block", + "sounds": [ + "random/anvil_use" + ] + }, + "random.bow": { + "category": "neutral", + "sounds": [ + "random/bow" + ] + }, + "random.bowhit": { + "category": "neutral", + "sounds": [ + "random/bowhit1", + "random/bowhit2", + "random/bowhit3", + "random/bowhit4" + ] + }, + "random.break": { + "category": "player", + "sounds": [ + "random/break" + ] + }, + "random.burp": { + "category": "player", + "sounds": [ + "random/burp" + ] + }, + "random.chestclosed": { + "category": "block", + "sounds": [ + "random/chestclosed" + ] + }, + "random.chestopen": { + "category": "block", + "sounds": [ + "random/chestopen" + ] + }, + "gui.button.press": { + "category": "master", + "sounds": [ + "random/click" + ] + }, + "random.click": { + "category": "block", + "sounds": [ + "random/click" + ] + }, + "random.door_close": { + "category": "block", + "sounds": [ + "random/door_close", + "random/door_open" + ] + }, + "random.door_open": { + "category": "block", + "sounds": [ + "random/door_close", + "random/door_open" + ] + }, + "random.drink": { + "category": "player", + "sounds": [ + "random/drink" + ] + }, + "random.eat": { + "category": "player", + "sounds": [ + "random/eat1", + "random/eat2", + "random/eat3" + ] + }, + "random.explode": { + "category": "block", + "sounds": [ + "random/explode1", + "random/explode2", + "random/explode3", + "random/explode4" + ] + }, + "random.fizz": { + "category": "block", + "sounds": [ + "random/fizz" + ] + }, + "game.tnt.primed": { + "category": "block", + "sounds": [ + "random/fuse" + ] + }, + "creeper.primed": { + "category": "hostile", + "sounds": [ + "random/fuse" + ] + }, + "dig.glass": { + "category": "block", + "sounds": [ + "random/glass1", + "random/glass2", + "random/glass3" + ] + }, + "game.potion.smash": { + "category": "neutral", + "sounds": [ + "random/glass1", + "random/glass2", + "random/glass3" + ] + }, + "random.levelup": { + "category": "player", + "sounds": [ + "random/levelup" + ] + }, + "random.orb": { + "category": "player", + "sounds": [ + "random/orb" + ] + }, + "random.pop": { + "category": "player", + "sounds": [ + "random/pop" + ] + }, + "random.splash": { + "category": "player", + "sounds": [ + "random/splash" + ] + }, + "random.successful_hit": { + "category": "player", + "sounds": [ + "random/successful_hit" + ] + }, + "random.wood_click": { + "category": "block", + "sounds": [ + "random/wood_click" + ] + }, + "records.11": { + "category": "record", + "sounds": [ + { + "name": "records/11", + "stream": true + } + ] + }, + "records.13": { + "category": "record", + "sounds": [ + { + "name": "records/13", + "stream": true + } + ] + }, + "records.blocks": { + "category": "record", + "sounds": [ + { + "name": "records/blocks", + "stream": true + } + ] + }, + "records.cat": { + "category": "record", + "sounds": [ + { + "name": "records/cat", + "stream": true + } + ] + }, + "records.chirp": { + "category": "record", + "sounds": [ + { + "name": "records/chirp", + "stream": true + } + ] + }, + "records.far": { + "category": "record", + "sounds": [ + { + "name": "records/far", + "stream": true + } + ] + }, + "records.mall": { + "category": "record", + "sounds": [ + { + "name": "records/mall", + "stream": true + } + ] + }, + "records.mellohi": { + "category": "record", + "sounds": [ + { + "name": "records/mellohi", + "stream": true + } + ] + }, + "records.stal": { + "category": "record", + "sounds": [ + { + "name": "records/stal", + "stream": true + } + ] + }, + "records.strad": { + "category": "record", + "sounds": [ + { + "name": "records/strad", + "stream": true + } + ] + }, + "records.wait": { + "category": "record", + "sounds": [ + { + "name": "records/wait", + "stream": true + } + ] + }, + "records.ward": { + "category": "record", + "sounds": [ + { + "name": "records/ward", + "stream": true + } + ] + }, + "step.cloth": { + "category": "neutral", + "sounds": [ + "step/cloth1", + "step/cloth2", + "step/cloth3", + "step/cloth4" + ] + }, + "step.grass": { + "category": "neutral", + "sounds": [ + "step/grass1", + "step/grass2", + "step/grass3", + "step/grass4", + "step/grass5", + "step/grass6" + ] + }, + "step.gravel": { + "category": "neutral", + "sounds": [ + "step/gravel1", + "step/gravel2", + "step/gravel3", + "step/gravel4" + ] + }, + "step.ladder": { + "category": "neutral", + "sounds": [ + "step/ladder1", + "step/ladder2", + "step/ladder3", + "step/ladder4", + "step/ladder5" + ] + }, + "step.sand": { + "category": "neutral", + "sounds": [ + "step/sand1", + "step/sand2", + "step/sand3", + "step/sand4", + "step/sand5" + ] + }, + "step.snow": { + "category": "neutral", + "sounds": [ + "step/snow1", + "step/snow2", + "step/snow3", + "step/snow4" + ] + }, + "step.stone": { + "category": "neutral", + "sounds": [ + "step/stone1", + "step/stone2", + "step/stone3", + "step/stone4", + "step/stone5", + "step/stone6" + ] + }, + "step.wood": { + "category": "neutral", + "sounds": [ + "step/wood1", + "step/wood2", + "step/wood3", + "step/wood4", + "step/wood5", + "step/wood6" + ] + }, + "tile.piston.in": { + "category": "block", + "sounds": [ + "tile/piston/in" + ] + }, + "tile.piston.out": { + "category": "block", + "sounds": [ + "tile/piston/out" + ] + }, + "music.menu": { + "category": "music", + "sounds": [ + { + "name": "music/menu/menu1", + "stream": true + }, + { + "name": "music/menu/menu2", + "stream": true + }, + { + "name": "music/menu/menu3", + "stream": true + }, + { + "name": "music/menu/menu4", + "stream": true + } + ] + }, + "music.game": { + "category": "music", + "sounds": [ + { + "name": "music/game/calm1", + "stream": true + }, + { + "name": "music/game/calm2", + "stream": true + }, + { + "name": "music/game/calm3", + "stream": true + }, + { + "name": "music/game/hal1", + "stream": true + }, + { + "name": "music/game/hal2", + "stream": true + }, + { + "name": "music/game/hal3", + "stream": true + }, + { + "name": "music/game/hal4", + "stream": true + }, + { + "name": "music/game/nuance1", + "stream": true + }, + { + "name": "music/game/nuance2", + "stream": true + }, + { + "name": "music/game/piano1", + "stream": true + }, + { + "name": "music/game/piano2", + "stream": true + }, + { + "name": "music/game/piano3", + "stream": true + } + ] + }, + "music.game.creative": { + "category": "music", + "sounds": [ + { + "type": "event", + "name": "music.game" + }, + { + "name": "music/game/creative/creative1", + "stream": true + }, + { + "name": "music/game/creative/creative2", + "stream": true + }, + { + "name": "music/game/creative/creative3", + "stream": true + }, + { + "name": "music/game/creative/creative4", + "stream": true + }, + { + "name": "music/game/creative/creative5", + "stream": true + }, + { + "name": "music/game/creative/creative6", + "stream": true + } + ] + }, + "music.game.end": { + "category": "music", + "sounds": [ + { + "name": "music/game/end/end", + "stream": true + } + ] + }, + "music.game.end.dragon": { + "category": "music", + "sounds": [ + { + "name": "music/game/end/boss", + "stream": true + } + ] + }, + "music.game.end.credits": { + "category": "music", + "sounds": [ + { + "name": "music/game/end/credits", + "stream": true + } + ] + }, + "music.game.nether": { + "category": "music", + "sounds": [ + { + "name": "music/game/nether/nether1", + "stream": true + }, + { + "name": "music/game/nether/nether2", + "stream": true + }, + { + "name": "music/game/nether/nether3", + "stream": true + }, + { + "name": "music/game/nether/nether4", + "stream": true + } + ] + } +} \ No newline at end of file diff --git a/desktopRuntime/resources/assets/minecraft/sounds/ambient/cave/cave1.ogg b/desktopRuntime/resources/assets/minecraft/sounds/ambient/cave/cave1.ogg new file mode 100755 index 00000000..a968f30d Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/ambient/cave/cave1.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/ambient/cave/cave10.ogg b/desktopRuntime/resources/assets/minecraft/sounds/ambient/cave/cave10.ogg new file mode 100755 index 00000000..38fcec50 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/ambient/cave/cave10.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/ambient/cave/cave11.ogg b/desktopRuntime/resources/assets/minecraft/sounds/ambient/cave/cave11.ogg new file mode 100755 index 00000000..03f7d3f7 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/ambient/cave/cave11.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/ambient/cave/cave12.ogg b/desktopRuntime/resources/assets/minecraft/sounds/ambient/cave/cave12.ogg new file mode 100755 index 00000000..b43b3920 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/ambient/cave/cave12.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/ambient/cave/cave13.ogg b/desktopRuntime/resources/assets/minecraft/sounds/ambient/cave/cave13.ogg new file mode 100755 index 00000000..3541968f Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/ambient/cave/cave13.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/ambient/cave/cave2.ogg b/desktopRuntime/resources/assets/minecraft/sounds/ambient/cave/cave2.ogg new file mode 100755 index 00000000..2dd95e92 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/ambient/cave/cave2.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/ambient/cave/cave3.ogg b/desktopRuntime/resources/assets/minecraft/sounds/ambient/cave/cave3.ogg new file mode 100755 index 00000000..608ff224 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/ambient/cave/cave3.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/ambient/cave/cave4.ogg b/desktopRuntime/resources/assets/minecraft/sounds/ambient/cave/cave4.ogg new file mode 100755 index 00000000..9babe67d Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/ambient/cave/cave4.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/ambient/cave/cave5.ogg b/desktopRuntime/resources/assets/minecraft/sounds/ambient/cave/cave5.ogg new file mode 100755 index 00000000..11e24405 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/ambient/cave/cave5.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/ambient/cave/cave6.ogg b/desktopRuntime/resources/assets/minecraft/sounds/ambient/cave/cave6.ogg new file mode 100755 index 00000000..bc30ea54 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/ambient/cave/cave6.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/ambient/cave/cave7.ogg b/desktopRuntime/resources/assets/minecraft/sounds/ambient/cave/cave7.ogg new file mode 100755 index 00000000..4c6a4892 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/ambient/cave/cave7.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/ambient/cave/cave8.ogg b/desktopRuntime/resources/assets/minecraft/sounds/ambient/cave/cave8.ogg new file mode 100755 index 00000000..389bb45d Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/ambient/cave/cave8.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/ambient/cave/cave9.ogg b/desktopRuntime/resources/assets/minecraft/sounds/ambient/cave/cave9.ogg new file mode 100755 index 00000000..ea982514 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/ambient/cave/cave9.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/ambient/weather/rain1.ogg b/desktopRuntime/resources/assets/minecraft/sounds/ambient/weather/rain1.ogg new file mode 100755 index 00000000..1550d523 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/ambient/weather/rain1.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/ambient/weather/rain2.ogg b/desktopRuntime/resources/assets/minecraft/sounds/ambient/weather/rain2.ogg new file mode 100755 index 00000000..19bc863f Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/ambient/weather/rain2.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/ambient/weather/rain3.ogg b/desktopRuntime/resources/assets/minecraft/sounds/ambient/weather/rain3.ogg new file mode 100755 index 00000000..61d11e1c Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/ambient/weather/rain3.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/ambient/weather/rain4.ogg b/desktopRuntime/resources/assets/minecraft/sounds/ambient/weather/rain4.ogg new file mode 100755 index 00000000..e1814a09 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/ambient/weather/rain4.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/ambient/weather/thunder1.ogg b/desktopRuntime/resources/assets/minecraft/sounds/ambient/weather/thunder1.ogg new file mode 100755 index 00000000..ee940747 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/ambient/weather/thunder1.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/ambient/weather/thunder2.ogg b/desktopRuntime/resources/assets/minecraft/sounds/ambient/weather/thunder2.ogg new file mode 100755 index 00000000..d1018d74 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/ambient/weather/thunder2.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/ambient/weather/thunder3.ogg b/desktopRuntime/resources/assets/minecraft/sounds/ambient/weather/thunder3.ogg new file mode 100755 index 00000000..623362e8 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/ambient/weather/thunder3.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/damage/fallbig.ogg b/desktopRuntime/resources/assets/minecraft/sounds/damage/fallbig.ogg new file mode 100755 index 00000000..5a5b76f7 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/damage/fallbig.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/damage/fallsmall.ogg b/desktopRuntime/resources/assets/minecraft/sounds/damage/fallsmall.ogg new file mode 100755 index 00000000..57cb0ea3 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/damage/fallsmall.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/damage/hit1.ogg b/desktopRuntime/resources/assets/minecraft/sounds/damage/hit1.ogg new file mode 100755 index 00000000..3adbe272 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/damage/hit1.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/damage/hit2.ogg b/desktopRuntime/resources/assets/minecraft/sounds/damage/hit2.ogg new file mode 100755 index 00000000..97c0c223 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/damage/hit2.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/damage/hit3.ogg b/desktopRuntime/resources/assets/minecraft/sounds/damage/hit3.ogg new file mode 100755 index 00000000..f447bd0b Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/damage/hit3.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/dig/cloth1.ogg b/desktopRuntime/resources/assets/minecraft/sounds/dig/cloth1.ogg new file mode 100755 index 00000000..9834250a Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/dig/cloth1.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/dig/cloth2.ogg b/desktopRuntime/resources/assets/minecraft/sounds/dig/cloth2.ogg new file mode 100755 index 00000000..89245296 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/dig/cloth2.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/dig/cloth3.ogg b/desktopRuntime/resources/assets/minecraft/sounds/dig/cloth3.ogg new file mode 100755 index 00000000..e992d6b4 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/dig/cloth3.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/dig/cloth4.ogg b/desktopRuntime/resources/assets/minecraft/sounds/dig/cloth4.ogg new file mode 100755 index 00000000..8fe80c99 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/dig/cloth4.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/dig/grass1.ogg b/desktopRuntime/resources/assets/minecraft/sounds/dig/grass1.ogg new file mode 100755 index 00000000..4e059a80 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/dig/grass1.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/dig/grass2.ogg b/desktopRuntime/resources/assets/minecraft/sounds/dig/grass2.ogg new file mode 100755 index 00000000..d28e199d Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/dig/grass2.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/dig/grass3.ogg b/desktopRuntime/resources/assets/minecraft/sounds/dig/grass3.ogg new file mode 100755 index 00000000..9fdae63b Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/dig/grass3.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/dig/grass4.ogg b/desktopRuntime/resources/assets/minecraft/sounds/dig/grass4.ogg new file mode 100755 index 00000000..3e59375c Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/dig/grass4.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/dig/gravel1.ogg b/desktopRuntime/resources/assets/minecraft/sounds/dig/gravel1.ogg new file mode 100755 index 00000000..2e62c118 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/dig/gravel1.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/dig/gravel2.ogg b/desktopRuntime/resources/assets/minecraft/sounds/dig/gravel2.ogg new file mode 100755 index 00000000..b66b22d7 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/dig/gravel2.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/dig/gravel3.ogg b/desktopRuntime/resources/assets/minecraft/sounds/dig/gravel3.ogg new file mode 100755 index 00000000..4a5a8d69 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/dig/gravel3.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/dig/gravel4.ogg b/desktopRuntime/resources/assets/minecraft/sounds/dig/gravel4.ogg new file mode 100755 index 00000000..29a2d4c6 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/dig/gravel4.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/dig/sand1.ogg b/desktopRuntime/resources/assets/minecraft/sounds/dig/sand1.ogg new file mode 100755 index 00000000..cd0bd631 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/dig/sand1.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/dig/sand2.ogg b/desktopRuntime/resources/assets/minecraft/sounds/dig/sand2.ogg new file mode 100755 index 00000000..6993617f Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/dig/sand2.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/dig/sand3.ogg b/desktopRuntime/resources/assets/minecraft/sounds/dig/sand3.ogg new file mode 100755 index 00000000..e998a4e6 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/dig/sand3.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/dig/sand4.ogg b/desktopRuntime/resources/assets/minecraft/sounds/dig/sand4.ogg new file mode 100755 index 00000000..882cde0f Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/dig/sand4.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/dig/snow1.ogg b/desktopRuntime/resources/assets/minecraft/sounds/dig/snow1.ogg new file mode 100755 index 00000000..267cfd0b Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/dig/snow1.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/dig/snow2.ogg b/desktopRuntime/resources/assets/minecraft/sounds/dig/snow2.ogg new file mode 100755 index 00000000..7bbb4300 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/dig/snow2.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/dig/snow3.ogg b/desktopRuntime/resources/assets/minecraft/sounds/dig/snow3.ogg new file mode 100755 index 00000000..7124c628 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/dig/snow3.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/dig/snow4.ogg b/desktopRuntime/resources/assets/minecraft/sounds/dig/snow4.ogg new file mode 100755 index 00000000..8cd57f73 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/dig/snow4.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/dig/stone1.ogg b/desktopRuntime/resources/assets/minecraft/sounds/dig/stone1.ogg new file mode 100755 index 00000000..c4f2612f Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/dig/stone1.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/dig/stone2.ogg b/desktopRuntime/resources/assets/minecraft/sounds/dig/stone2.ogg new file mode 100755 index 00000000..4ca123a9 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/dig/stone2.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/dig/stone3.ogg b/desktopRuntime/resources/assets/minecraft/sounds/dig/stone3.ogg new file mode 100755 index 00000000..700f1872 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/dig/stone3.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/dig/stone4.ogg b/desktopRuntime/resources/assets/minecraft/sounds/dig/stone4.ogg new file mode 100755 index 00000000..8a093297 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/dig/stone4.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/dig/wood1.ogg b/desktopRuntime/resources/assets/minecraft/sounds/dig/wood1.ogg new file mode 100755 index 00000000..4813bc5a Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/dig/wood1.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/dig/wood2.ogg b/desktopRuntime/resources/assets/minecraft/sounds/dig/wood2.ogg new file mode 100755 index 00000000..94df9cd9 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/dig/wood2.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/dig/wood3.ogg b/desktopRuntime/resources/assets/minecraft/sounds/dig/wood3.ogg new file mode 100755 index 00000000..e53490ce Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/dig/wood3.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/dig/wood4.ogg b/desktopRuntime/resources/assets/minecraft/sounds/dig/wood4.ogg new file mode 100755 index 00000000..352650ec Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/dig/wood4.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/fire/fire.ogg b/desktopRuntime/resources/assets/minecraft/sounds/fire/fire.ogg new file mode 100755 index 00000000..268c3eeb Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/fire/fire.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/fire/ignite.ogg b/desktopRuntime/resources/assets/minecraft/sounds/fire/ignite.ogg new file mode 100755 index 00000000..5a3abd05 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/fire/ignite.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/fireworks/blast1.ogg b/desktopRuntime/resources/assets/minecraft/sounds/fireworks/blast1.ogg new file mode 100755 index 00000000..b9a41362 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/fireworks/blast1.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/fireworks/blast_far1.ogg b/desktopRuntime/resources/assets/minecraft/sounds/fireworks/blast_far1.ogg new file mode 100755 index 00000000..54aa8570 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/fireworks/blast_far1.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/fireworks/largeBlast1.ogg b/desktopRuntime/resources/assets/minecraft/sounds/fireworks/largeBlast1.ogg new file mode 100755 index 00000000..8ccf9da0 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/fireworks/largeBlast1.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/fireworks/largeBlast_far1.ogg b/desktopRuntime/resources/assets/minecraft/sounds/fireworks/largeBlast_far1.ogg new file mode 100755 index 00000000..0f944ead Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/fireworks/largeBlast_far1.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/fireworks/launch1.ogg b/desktopRuntime/resources/assets/minecraft/sounds/fireworks/launch1.ogg new file mode 100755 index 00000000..a883fc66 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/fireworks/launch1.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/fireworks/twinkle1.ogg b/desktopRuntime/resources/assets/minecraft/sounds/fireworks/twinkle1.ogg new file mode 100755 index 00000000..0ae5eff0 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/fireworks/twinkle1.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/fireworks/twinkle_far1.ogg b/desktopRuntime/resources/assets/minecraft/sounds/fireworks/twinkle_far1.ogg new file mode 100755 index 00000000..e43eea64 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/fireworks/twinkle_far1.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/liquid/lava.ogg b/desktopRuntime/resources/assets/minecraft/sounds/liquid/lava.ogg new file mode 100755 index 00000000..9061e042 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/liquid/lava.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/liquid/lavapop.ogg b/desktopRuntime/resources/assets/minecraft/sounds/liquid/lavapop.ogg new file mode 100755 index 00000000..c6aa8c15 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/liquid/lavapop.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/liquid/splash.ogg b/desktopRuntime/resources/assets/minecraft/sounds/liquid/splash.ogg new file mode 100755 index 00000000..daa93c85 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/liquid/splash.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/liquid/splash2.ogg b/desktopRuntime/resources/assets/minecraft/sounds/liquid/splash2.ogg new file mode 100755 index 00000000..4fe0b36d Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/liquid/splash2.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/liquid/swim1.ogg b/desktopRuntime/resources/assets/minecraft/sounds/liquid/swim1.ogg new file mode 100755 index 00000000..90f8f9b2 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/liquid/swim1.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/liquid/swim2.ogg b/desktopRuntime/resources/assets/minecraft/sounds/liquid/swim2.ogg new file mode 100755 index 00000000..5581d290 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/liquid/swim2.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/liquid/swim3.ogg b/desktopRuntime/resources/assets/minecraft/sounds/liquid/swim3.ogg new file mode 100755 index 00000000..f0a5bd6a Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/liquid/swim3.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/liquid/swim4.ogg b/desktopRuntime/resources/assets/minecraft/sounds/liquid/swim4.ogg new file mode 100755 index 00000000..a1c29fd4 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/liquid/swim4.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/liquid/water.ogg b/desktopRuntime/resources/assets/minecraft/sounds/liquid/water.ogg new file mode 100755 index 00000000..1734ee9f Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/liquid/water.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/minecart/base.ogg b/desktopRuntime/resources/assets/minecraft/sounds/minecart/base.ogg new file mode 100755 index 00000000..4b238473 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/minecart/base.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/minecart/inside.ogg b/desktopRuntime/resources/assets/minecraft/sounds/minecart/inside.ogg new file mode 100755 index 00000000..7dcbb958 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/minecart/inside.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/bat/death.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/bat/death.ogg new file mode 100755 index 00000000..446d4899 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/bat/death.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/bat/hurt1.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/bat/hurt1.ogg new file mode 100755 index 00000000..2cbbeeb7 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/bat/hurt1.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/bat/hurt2.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/bat/hurt2.ogg new file mode 100755 index 00000000..d4004aa1 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/bat/hurt2.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/bat/hurt3.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/bat/hurt3.ogg new file mode 100755 index 00000000..0d0213b2 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/bat/hurt3.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/bat/hurt4.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/bat/hurt4.ogg new file mode 100755 index 00000000..bbf480cc Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/bat/hurt4.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/bat/idle1.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/bat/idle1.ogg new file mode 100755 index 00000000..cc248241 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/bat/idle1.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/bat/idle2.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/bat/idle2.ogg new file mode 100755 index 00000000..39589bda Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/bat/idle2.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/bat/idle3.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/bat/idle3.ogg new file mode 100755 index 00000000..7ad14d77 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/bat/idle3.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/bat/idle4.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/bat/idle4.ogg new file mode 100755 index 00000000..3a5f0a02 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/bat/idle4.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/bat/loop.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/bat/loop.ogg new file mode 100755 index 00000000..a3167c3e Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/bat/loop.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/bat/takeoff.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/bat/takeoff.ogg new file mode 100755 index 00000000..c12b936f Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/bat/takeoff.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/blaze/breathe1.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/blaze/breathe1.ogg new file mode 100755 index 00000000..5bd9040b Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/blaze/breathe1.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/blaze/breathe2.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/blaze/breathe2.ogg new file mode 100755 index 00000000..abc4e899 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/blaze/breathe2.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/blaze/breathe3.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/blaze/breathe3.ogg new file mode 100755 index 00000000..3ceff2e2 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/blaze/breathe3.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/blaze/breathe4.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/blaze/breathe4.ogg new file mode 100755 index 00000000..22f448cb Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/blaze/breathe4.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/blaze/death.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/blaze/death.ogg new file mode 100755 index 00000000..c3de9d30 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/blaze/death.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/blaze/hit1.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/blaze/hit1.ogg new file mode 100755 index 00000000..b6340911 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/blaze/hit1.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/blaze/hit2.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/blaze/hit2.ogg new file mode 100755 index 00000000..ae4139a0 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/blaze/hit2.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/blaze/hit3.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/blaze/hit3.ogg new file mode 100755 index 00000000..cc70e534 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/blaze/hit3.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/blaze/hit4.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/blaze/hit4.ogg new file mode 100755 index 00000000..cee6c7b7 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/blaze/hit4.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/cat/hiss1.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/cat/hiss1.ogg new file mode 100755 index 00000000..4c32127f Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/cat/hiss1.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/cat/hiss2.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/cat/hiss2.ogg new file mode 100755 index 00000000..61ab868c Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/cat/hiss2.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/cat/hiss3.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/cat/hiss3.ogg new file mode 100755 index 00000000..702e7580 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/cat/hiss3.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/cat/hitt1.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/cat/hitt1.ogg new file mode 100755 index 00000000..e6ed3324 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/cat/hitt1.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/cat/hitt2.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/cat/hitt2.ogg new file mode 100755 index 00000000..96ba2a1a Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/cat/hitt2.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/cat/hitt3.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/cat/hitt3.ogg new file mode 100755 index 00000000..b4dde21c Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/cat/hitt3.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/cat/meow1.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/cat/meow1.ogg new file mode 100755 index 00000000..2a01b53b Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/cat/meow1.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/cat/meow2.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/cat/meow2.ogg new file mode 100755 index 00000000..262d0ce7 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/cat/meow2.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/cat/meow3.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/cat/meow3.ogg new file mode 100755 index 00000000..1152f5de Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/cat/meow3.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/cat/meow4.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/cat/meow4.ogg new file mode 100755 index 00000000..98866a83 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/cat/meow4.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/cat/purr1.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/cat/purr1.ogg new file mode 100755 index 00000000..8e9cd543 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/cat/purr1.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/cat/purr2.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/cat/purr2.ogg new file mode 100755 index 00000000..3012f901 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/cat/purr2.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/cat/purr3.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/cat/purr3.ogg new file mode 100755 index 00000000..22835d99 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/cat/purr3.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/cat/purreow1.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/cat/purreow1.ogg new file mode 100755 index 00000000..f92982de Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/cat/purreow1.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/cat/purreow2.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/cat/purreow2.ogg new file mode 100755 index 00000000..72b8c136 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/cat/purreow2.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/chicken/hurt1.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/chicken/hurt1.ogg new file mode 100755 index 00000000..a9fa476a Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/chicken/hurt1.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/chicken/hurt2.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/chicken/hurt2.ogg new file mode 100755 index 00000000..be71b5ca Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/chicken/hurt2.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/chicken/plop.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/chicken/plop.ogg new file mode 100755 index 00000000..cde52aff Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/chicken/plop.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/chicken/say1.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/chicken/say1.ogg new file mode 100755 index 00000000..aa0c62b6 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/chicken/say1.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/chicken/say2.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/chicken/say2.ogg new file mode 100755 index 00000000..84026be3 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/chicken/say2.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/chicken/say3.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/chicken/say3.ogg new file mode 100755 index 00000000..32b6d4c9 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/chicken/say3.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/chicken/step1.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/chicken/step1.ogg new file mode 100755 index 00000000..d06f9d0d Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/chicken/step1.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/chicken/step2.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/chicken/step2.ogg new file mode 100755 index 00000000..bd9d7518 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/chicken/step2.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/cow/hurt1.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/cow/hurt1.ogg new file mode 100755 index 00000000..c9869337 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/cow/hurt1.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/cow/hurt2.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/cow/hurt2.ogg new file mode 100755 index 00000000..da2a923a Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/cow/hurt2.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/cow/hurt3.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/cow/hurt3.ogg new file mode 100755 index 00000000..f641ce68 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/cow/hurt3.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/cow/say1.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/cow/say1.ogg new file mode 100755 index 00000000..1fea8808 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/cow/say1.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/cow/say2.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/cow/say2.ogg new file mode 100755 index 00000000..06a53cec Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/cow/say2.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/cow/say3.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/cow/say3.ogg new file mode 100755 index 00000000..25add0a2 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/cow/say3.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/cow/say4.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/cow/say4.ogg new file mode 100755 index 00000000..220b78b1 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/cow/say4.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/cow/step1.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/cow/step1.ogg new file mode 100755 index 00000000..a64dacfa Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/cow/step1.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/cow/step2.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/cow/step2.ogg new file mode 100755 index 00000000..2cc1b9c1 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/cow/step2.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/cow/step3.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/cow/step3.ogg new file mode 100755 index 00000000..0a44735c Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/cow/step3.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/cow/step4.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/cow/step4.ogg new file mode 100755 index 00000000..01bc5b5c Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/cow/step4.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/creeper/death.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/creeper/death.ogg new file mode 100755 index 00000000..1e8a4633 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/creeper/death.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/creeper/say1.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/creeper/say1.ogg new file mode 100755 index 00000000..7557b491 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/creeper/say1.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/creeper/say2.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/creeper/say2.ogg new file mode 100755 index 00000000..f381954a Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/creeper/say2.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/creeper/say3.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/creeper/say3.ogg new file mode 100755 index 00000000..141e2c96 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/creeper/say3.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/creeper/say4.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/creeper/say4.ogg new file mode 100755 index 00000000..b34c82e3 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/creeper/say4.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/enderdragon/end.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/enderdragon/end.ogg new file mode 100755 index 00000000..399293e2 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/enderdragon/end.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/enderdragon/growl1.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/enderdragon/growl1.ogg new file mode 100755 index 00000000..de5c0bff Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/enderdragon/growl1.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/enderdragon/growl2.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/enderdragon/growl2.ogg new file mode 100755 index 00000000..514c7227 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/enderdragon/growl2.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/enderdragon/growl3.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/enderdragon/growl3.ogg new file mode 100755 index 00000000..53627381 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/enderdragon/growl3.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/enderdragon/growl4.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/enderdragon/growl4.ogg new file mode 100755 index 00000000..59a378fc Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/enderdragon/growl4.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/enderdragon/hit1.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/enderdragon/hit1.ogg new file mode 100755 index 00000000..222fa4a9 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/enderdragon/hit1.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/enderdragon/hit2.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/enderdragon/hit2.ogg new file mode 100755 index 00000000..870b2ece Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/enderdragon/hit2.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/enderdragon/hit3.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/enderdragon/hit3.ogg new file mode 100755 index 00000000..739f9e97 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/enderdragon/hit3.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/enderdragon/hit4.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/enderdragon/hit4.ogg new file mode 100755 index 00000000..4a77bc5a Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/enderdragon/hit4.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/enderdragon/wings1.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/enderdragon/wings1.ogg new file mode 100755 index 00000000..3371154b Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/enderdragon/wings1.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/enderdragon/wings2.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/enderdragon/wings2.ogg new file mode 100755 index 00000000..b01b4fc6 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/enderdragon/wings2.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/enderdragon/wings3.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/enderdragon/wings3.ogg new file mode 100755 index 00000000..0cead3a5 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/enderdragon/wings3.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/enderdragon/wings4.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/enderdragon/wings4.ogg new file mode 100755 index 00000000..fc42cceb Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/enderdragon/wings4.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/enderdragon/wings5.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/enderdragon/wings5.ogg new file mode 100755 index 00000000..7e8f8cfb Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/enderdragon/wings5.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/enderdragon/wings6.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/enderdragon/wings6.ogg new file mode 100755 index 00000000..14fa1120 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/enderdragon/wings6.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/endermen/death.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/endermen/death.ogg new file mode 100755 index 00000000..2c55fa8c Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/endermen/death.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/endermen/hit1.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/endermen/hit1.ogg new file mode 100755 index 00000000..00df3abf Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/endermen/hit1.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/endermen/hit2.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/endermen/hit2.ogg new file mode 100755 index 00000000..651b9977 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/endermen/hit2.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/endermen/hit3.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/endermen/hit3.ogg new file mode 100755 index 00000000..cc095d6a Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/endermen/hit3.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/endermen/hit4.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/endermen/hit4.ogg new file mode 100755 index 00000000..8d159cc5 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/endermen/hit4.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/endermen/idle1.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/endermen/idle1.ogg new file mode 100755 index 00000000..6ef4ea8a Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/endermen/idle1.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/endermen/idle2.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/endermen/idle2.ogg new file mode 100755 index 00000000..7dee69d1 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/endermen/idle2.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/endermen/idle3.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/endermen/idle3.ogg new file mode 100755 index 00000000..d6db964e Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/endermen/idle3.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/endermen/idle4.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/endermen/idle4.ogg new file mode 100755 index 00000000..66e7f30b Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/endermen/idle4.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/endermen/idle5.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/endermen/idle5.ogg new file mode 100755 index 00000000..e1d25655 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/endermen/idle5.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/endermen/portal.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/endermen/portal.ogg new file mode 100755 index 00000000..60b1c20b Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/endermen/portal.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/endermen/portal2.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/endermen/portal2.ogg new file mode 100755 index 00000000..61142c88 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/endermen/portal2.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/endermen/scream1.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/endermen/scream1.ogg new file mode 100755 index 00000000..bf6cb63b Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/endermen/scream1.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/endermen/scream2.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/endermen/scream2.ogg new file mode 100755 index 00000000..bd8352ce Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/endermen/scream2.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/endermen/scream3.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/endermen/scream3.ogg new file mode 100755 index 00000000..78deb8a0 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/endermen/scream3.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/endermen/scream4.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/endermen/scream4.ogg new file mode 100755 index 00000000..7b7775d9 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/endermen/scream4.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/endermen/stare.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/endermen/stare.ogg new file mode 100755 index 00000000..a641ea98 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/endermen/stare.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/ghast/affectionate_scream.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/ghast/affectionate_scream.ogg new file mode 100755 index 00000000..1f21df74 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/ghast/affectionate_scream.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/ghast/charge.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/ghast/charge.ogg new file mode 100755 index 00000000..dfb53ead Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/ghast/charge.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/ghast/death.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/ghast/death.ogg new file mode 100755 index 00000000..4828ab1f Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/ghast/death.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/ghast/fireball4.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/ghast/fireball4.ogg new file mode 100755 index 00000000..2bb1211c Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/ghast/fireball4.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/ghast/moan1.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/ghast/moan1.ogg new file mode 100755 index 00000000..1fd8939a Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/ghast/moan1.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/ghast/moan2.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/ghast/moan2.ogg new file mode 100755 index 00000000..bb06c4a4 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/ghast/moan2.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/ghast/moan3.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/ghast/moan3.ogg new file mode 100755 index 00000000..8feb482c Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/ghast/moan3.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/ghast/moan4.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/ghast/moan4.ogg new file mode 100755 index 00000000..bd8bca3d Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/ghast/moan4.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/ghast/moan5.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/ghast/moan5.ogg new file mode 100755 index 00000000..5640cfdd Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/ghast/moan5.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/ghast/moan6.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/ghast/moan6.ogg new file mode 100755 index 00000000..88d71527 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/ghast/moan6.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/ghast/moan7.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/ghast/moan7.ogg new file mode 100755 index 00000000..f5113d80 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/ghast/moan7.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/ghast/scream1.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/ghast/scream1.ogg new file mode 100755 index 00000000..51cea67b Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/ghast/scream1.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/ghast/scream2.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/ghast/scream2.ogg new file mode 100755 index 00000000..0ddbded5 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/ghast/scream2.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/ghast/scream3.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/ghast/scream3.ogg new file mode 100755 index 00000000..5877a3de Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/ghast/scream3.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/ghast/scream4.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/ghast/scream4.ogg new file mode 100755 index 00000000..340771ee Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/ghast/scream4.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/ghast/scream5.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/ghast/scream5.ogg new file mode 100755 index 00000000..6a051415 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/ghast/scream5.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/guardian/attack_loop.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/guardian/attack_loop.ogg new file mode 100755 index 00000000..8e3a358d Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/guardian/attack_loop.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/guardian/curse.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/guardian/curse.ogg new file mode 100755 index 00000000..0f2433ff Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/guardian/curse.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/guardian/elder_death.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/guardian/elder_death.ogg new file mode 100755 index 00000000..8a52f178 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/guardian/elder_death.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/guardian/elder_hit1.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/guardian/elder_hit1.ogg new file mode 100755 index 00000000..93b4c3bf Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/guardian/elder_hit1.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/guardian/elder_hit2.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/guardian/elder_hit2.ogg new file mode 100755 index 00000000..3ef3fe54 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/guardian/elder_hit2.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/guardian/elder_hit3.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/guardian/elder_hit3.ogg new file mode 100755 index 00000000..38c53310 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/guardian/elder_hit3.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/guardian/elder_hit4.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/guardian/elder_hit4.ogg new file mode 100755 index 00000000..f145205e Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/guardian/elder_hit4.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/guardian/elder_idle1.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/guardian/elder_idle1.ogg new file mode 100755 index 00000000..86a6f8c2 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/guardian/elder_idle1.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/guardian/elder_idle2.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/guardian/elder_idle2.ogg new file mode 100755 index 00000000..61957c01 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/guardian/elder_idle2.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/guardian/elder_idle3.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/guardian/elder_idle3.ogg new file mode 100755 index 00000000..d2529810 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/guardian/elder_idle3.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/guardian/elder_idle4.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/guardian/elder_idle4.ogg new file mode 100755 index 00000000..85a2eafb Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/guardian/elder_idle4.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/guardian/flop1.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/guardian/flop1.ogg new file mode 100755 index 00000000..6b7dc50c Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/guardian/flop1.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/guardian/flop2.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/guardian/flop2.ogg new file mode 100755 index 00000000..d26892e9 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/guardian/flop2.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/guardian/flop3.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/guardian/flop3.ogg new file mode 100755 index 00000000..f6dad817 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/guardian/flop3.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/guardian/flop4.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/guardian/flop4.ogg new file mode 100755 index 00000000..b269404b Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/guardian/flop4.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/guardian/guardian_death.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/guardian/guardian_death.ogg new file mode 100755 index 00000000..00d56387 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/guardian/guardian_death.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/guardian/guardian_hit1.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/guardian/guardian_hit1.ogg new file mode 100755 index 00000000..5e350159 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/guardian/guardian_hit1.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/guardian/guardian_hit2.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/guardian/guardian_hit2.ogg new file mode 100755 index 00000000..9144f6dd Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/guardian/guardian_hit2.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/guardian/guardian_hit3.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/guardian/guardian_hit3.ogg new file mode 100755 index 00000000..2d8f7852 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/guardian/guardian_hit3.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/guardian/guardian_hit4.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/guardian/guardian_hit4.ogg new file mode 100755 index 00000000..ea31d82d Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/guardian/guardian_hit4.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/guardian/guardian_idle1.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/guardian/guardian_idle1.ogg new file mode 100755 index 00000000..86a13525 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/guardian/guardian_idle1.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/guardian/guardian_idle2.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/guardian/guardian_idle2.ogg new file mode 100755 index 00000000..d7db1a4e Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/guardian/guardian_idle2.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/guardian/guardian_idle3.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/guardian/guardian_idle3.ogg new file mode 100755 index 00000000..1ee5b76a Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/guardian/guardian_idle3.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/guardian/guardian_idle4.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/guardian/guardian_idle4.ogg new file mode 100755 index 00000000..b06fb0d1 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/guardian/guardian_idle4.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/guardian/land_death.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/guardian/land_death.ogg new file mode 100755 index 00000000..05e9a477 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/guardian/land_death.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/guardian/land_hit1.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/guardian/land_hit1.ogg new file mode 100755 index 00000000..430d80ea Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/guardian/land_hit1.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/guardian/land_hit2.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/guardian/land_hit2.ogg new file mode 100755 index 00000000..f026b981 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/guardian/land_hit2.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/guardian/land_hit3.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/guardian/land_hit3.ogg new file mode 100755 index 00000000..603942eb Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/guardian/land_hit3.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/guardian/land_hit4.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/guardian/land_hit4.ogg new file mode 100755 index 00000000..d5df37b8 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/guardian/land_hit4.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/guardian/land_idle1.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/guardian/land_idle1.ogg new file mode 100755 index 00000000..76aee28e Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/guardian/land_idle1.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/guardian/land_idle2.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/guardian/land_idle2.ogg new file mode 100755 index 00000000..9bdcefbe Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/guardian/land_idle2.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/guardian/land_idle3.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/guardian/land_idle3.ogg new file mode 100755 index 00000000..957d1827 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/guardian/land_idle3.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/guardian/land_idle4.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/guardian/land_idle4.ogg new file mode 100755 index 00000000..ba1d4980 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/guardian/land_idle4.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/horse/angry1.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/horse/angry1.ogg new file mode 100755 index 00000000..3695c925 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/horse/angry1.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/horse/armor.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/horse/armor.ogg new file mode 100755 index 00000000..536c8534 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/horse/armor.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/horse/breathe1.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/horse/breathe1.ogg new file mode 100755 index 00000000..4eb0b91e Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/horse/breathe1.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/horse/breathe2.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/horse/breathe2.ogg new file mode 100755 index 00000000..d43882da Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/horse/breathe2.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/horse/breathe3.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/horse/breathe3.ogg new file mode 100755 index 00000000..e9e73385 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/horse/breathe3.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/horse/death.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/horse/death.ogg new file mode 100755 index 00000000..107b2283 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/horse/death.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/horse/donkey/angry1.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/horse/donkey/angry1.ogg new file mode 100755 index 00000000..d0cc42c7 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/horse/donkey/angry1.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/horse/donkey/angry2.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/horse/donkey/angry2.ogg new file mode 100755 index 00000000..ec03ac82 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/horse/donkey/angry2.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/horse/donkey/death.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/horse/donkey/death.ogg new file mode 100755 index 00000000..d432d0aa Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/horse/donkey/death.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/horse/donkey/hit1.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/horse/donkey/hit1.ogg new file mode 100755 index 00000000..892702df Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/horse/donkey/hit1.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/horse/donkey/hit2.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/horse/donkey/hit2.ogg new file mode 100755 index 00000000..44ad87bd Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/horse/donkey/hit2.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/horse/donkey/hit3.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/horse/donkey/hit3.ogg new file mode 100755 index 00000000..57a53086 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/horse/donkey/hit3.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/horse/donkey/idle1.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/horse/donkey/idle1.ogg new file mode 100755 index 00000000..fc6f1efa Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/horse/donkey/idle1.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/horse/donkey/idle2.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/horse/donkey/idle2.ogg new file mode 100755 index 00000000..9ec9aaa0 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/horse/donkey/idle2.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/horse/donkey/idle3.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/horse/donkey/idle3.ogg new file mode 100755 index 00000000..e3a4486f Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/horse/donkey/idle3.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/horse/gallop1.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/horse/gallop1.ogg new file mode 100755 index 00000000..fb2fe574 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/horse/gallop1.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/horse/gallop2.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/horse/gallop2.ogg new file mode 100755 index 00000000..d968c67f Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/horse/gallop2.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/horse/gallop3.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/horse/gallop3.ogg new file mode 100755 index 00000000..d8b599f0 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/horse/gallop3.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/horse/gallop4.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/horse/gallop4.ogg new file mode 100755 index 00000000..b6b2f58c Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/horse/gallop4.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/horse/hit1.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/horse/hit1.ogg new file mode 100755 index 00000000..ac512381 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/horse/hit1.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/horse/hit2.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/horse/hit2.ogg new file mode 100755 index 00000000..646b43bc Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/horse/hit2.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/horse/hit3.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/horse/hit3.ogg new file mode 100755 index 00000000..8fe9597d Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/horse/hit3.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/horse/hit4.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/horse/hit4.ogg new file mode 100755 index 00000000..53d926ce Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/horse/hit4.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/horse/idle1.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/horse/idle1.ogg new file mode 100755 index 00000000..12b80792 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/horse/idle1.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/horse/idle2.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/horse/idle2.ogg new file mode 100755 index 00000000..31d5840f Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/horse/idle2.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/horse/idle3.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/horse/idle3.ogg new file mode 100755 index 00000000..7755e244 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/horse/idle3.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/horse/jump.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/horse/jump.ogg new file mode 100755 index 00000000..2f42d698 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/horse/jump.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/horse/land.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/horse/land.ogg new file mode 100755 index 00000000..3e30df02 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/horse/land.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/horse/leather.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/horse/leather.ogg new file mode 100755 index 00000000..b88d241e Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/horse/leather.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/horse/skeleton/death.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/horse/skeleton/death.ogg new file mode 100755 index 00000000..d5aeb8ca Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/horse/skeleton/death.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/horse/skeleton/hit1.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/horse/skeleton/hit1.ogg new file mode 100755 index 00000000..3cadacd5 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/horse/skeleton/hit1.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/horse/skeleton/hit2.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/horse/skeleton/hit2.ogg new file mode 100755 index 00000000..a53bc57b Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/horse/skeleton/hit2.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/horse/skeleton/hit3.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/horse/skeleton/hit3.ogg new file mode 100755 index 00000000..0cd61e77 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/horse/skeleton/hit3.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/horse/skeleton/hit4.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/horse/skeleton/hit4.ogg new file mode 100755 index 00000000..332f3f77 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/horse/skeleton/hit4.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/horse/skeleton/idle1.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/horse/skeleton/idle1.ogg new file mode 100755 index 00000000..06e7bbf7 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/horse/skeleton/idle1.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/horse/skeleton/idle2.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/horse/skeleton/idle2.ogg new file mode 100755 index 00000000..e97c151a Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/horse/skeleton/idle2.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/horse/skeleton/idle3.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/horse/skeleton/idle3.ogg new file mode 100755 index 00000000..7feba158 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/horse/skeleton/idle3.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/horse/soft1.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/horse/soft1.ogg new file mode 100755 index 00000000..0406f73c Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/horse/soft1.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/horse/soft2.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/horse/soft2.ogg new file mode 100755 index 00000000..e083ac99 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/horse/soft2.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/horse/soft3.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/horse/soft3.ogg new file mode 100755 index 00000000..661ede9f Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/horse/soft3.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/horse/soft4.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/horse/soft4.ogg new file mode 100755 index 00000000..5085c488 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/horse/soft4.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/horse/soft5.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/horse/soft5.ogg new file mode 100755 index 00000000..73c2662a Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/horse/soft5.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/horse/soft6.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/horse/soft6.ogg new file mode 100755 index 00000000..4b9496a8 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/horse/soft6.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/horse/wood1.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/horse/wood1.ogg new file mode 100755 index 00000000..a2fd59bc Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/horse/wood1.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/horse/wood2.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/horse/wood2.ogg new file mode 100755 index 00000000..13e4af0e Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/horse/wood2.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/horse/wood3.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/horse/wood3.ogg new file mode 100755 index 00000000..1e2aea9b Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/horse/wood3.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/horse/wood4.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/horse/wood4.ogg new file mode 100755 index 00000000..35897f6e Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/horse/wood4.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/horse/wood5.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/horse/wood5.ogg new file mode 100755 index 00000000..486d4570 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/horse/wood5.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/horse/wood6.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/horse/wood6.ogg new file mode 100755 index 00000000..80c213de Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/horse/wood6.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/horse/zombie/death.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/horse/zombie/death.ogg new file mode 100755 index 00000000..5d8db338 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/horse/zombie/death.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/horse/zombie/hit1.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/horse/zombie/hit1.ogg new file mode 100755 index 00000000..9c7e32b0 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/horse/zombie/hit1.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/horse/zombie/hit2.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/horse/zombie/hit2.ogg new file mode 100755 index 00000000..9fbffefc Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/horse/zombie/hit2.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/horse/zombie/hit3.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/horse/zombie/hit3.ogg new file mode 100755 index 00000000..541b907b Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/horse/zombie/hit3.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/horse/zombie/hit4.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/horse/zombie/hit4.ogg new file mode 100755 index 00000000..758d2536 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/horse/zombie/hit4.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/horse/zombie/idle1.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/horse/zombie/idle1.ogg new file mode 100755 index 00000000..80999385 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/horse/zombie/idle1.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/horse/zombie/idle2.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/horse/zombie/idle2.ogg new file mode 100755 index 00000000..2a0249a9 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/horse/zombie/idle2.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/horse/zombie/idle3.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/horse/zombie/idle3.ogg new file mode 100755 index 00000000..81ab3985 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/horse/zombie/idle3.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/irongolem/death.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/irongolem/death.ogg new file mode 100755 index 00000000..3ea673b0 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/irongolem/death.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/irongolem/hit1.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/irongolem/hit1.ogg new file mode 100755 index 00000000..db005275 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/irongolem/hit1.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/irongolem/hit2.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/irongolem/hit2.ogg new file mode 100755 index 00000000..3bd3f24e Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/irongolem/hit2.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/irongolem/hit3.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/irongolem/hit3.ogg new file mode 100755 index 00000000..c5b59558 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/irongolem/hit3.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/irongolem/hit4.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/irongolem/hit4.ogg new file mode 100755 index 00000000..de00aa11 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/irongolem/hit4.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/irongolem/throw.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/irongolem/throw.ogg new file mode 100755 index 00000000..d02a69e5 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/irongolem/throw.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/irongolem/walk1.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/irongolem/walk1.ogg new file mode 100755 index 00000000..995c8ed6 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/irongolem/walk1.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/irongolem/walk2.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/irongolem/walk2.ogg new file mode 100755 index 00000000..6e468141 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/irongolem/walk2.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/irongolem/walk3.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/irongolem/walk3.ogg new file mode 100755 index 00000000..5e129bc8 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/irongolem/walk3.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/irongolem/walk4.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/irongolem/walk4.ogg new file mode 100755 index 00000000..5fb50488 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/irongolem/walk4.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/magmacube/big1.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/magmacube/big1.ogg new file mode 100755 index 00000000..8f1bfbb2 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/magmacube/big1.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/magmacube/big2.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/magmacube/big2.ogg new file mode 100755 index 00000000..02ae7342 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/magmacube/big2.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/magmacube/big3.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/magmacube/big3.ogg new file mode 100755 index 00000000..1e824154 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/magmacube/big3.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/magmacube/big4.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/magmacube/big4.ogg new file mode 100755 index 00000000..6b8947b6 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/magmacube/big4.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/magmacube/jump1.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/magmacube/jump1.ogg new file mode 100755 index 00000000..54772ed6 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/magmacube/jump1.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/magmacube/jump2.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/magmacube/jump2.ogg new file mode 100755 index 00000000..ecf64e2a Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/magmacube/jump2.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/magmacube/jump3.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/magmacube/jump3.ogg new file mode 100755 index 00000000..0538174c Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/magmacube/jump3.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/magmacube/jump4.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/magmacube/jump4.ogg new file mode 100755 index 00000000..ee19845d Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/magmacube/jump4.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/magmacube/small1.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/magmacube/small1.ogg new file mode 100755 index 00000000..db1d9d09 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/magmacube/small1.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/magmacube/small2.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/magmacube/small2.ogg new file mode 100755 index 00000000..e46ae0af Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/magmacube/small2.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/magmacube/small3.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/magmacube/small3.ogg new file mode 100755 index 00000000..a87aee0c Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/magmacube/small3.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/magmacube/small4.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/magmacube/small4.ogg new file mode 100755 index 00000000..e320a0db Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/magmacube/small4.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/magmacube/small5.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/magmacube/small5.ogg new file mode 100755 index 00000000..f26e9f70 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/magmacube/small5.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/pig/death.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/pig/death.ogg new file mode 100755 index 00000000..fc87d491 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/pig/death.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/pig/say1.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/pig/say1.ogg new file mode 100755 index 00000000..9f67dfac Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/pig/say1.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/pig/say2.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/pig/say2.ogg new file mode 100755 index 00000000..d7f6e07d Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/pig/say2.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/pig/say3.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/pig/say3.ogg new file mode 100755 index 00000000..3900a1cc Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/pig/say3.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/pig/step1.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/pig/step1.ogg new file mode 100755 index 00000000..7048ffa0 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/pig/step1.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/pig/step2.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/pig/step2.ogg new file mode 100755 index 00000000..b4db3cd2 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/pig/step2.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/pig/step3.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/pig/step3.ogg new file mode 100755 index 00000000..d41d6f6e Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/pig/step3.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/pig/step4.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/pig/step4.ogg new file mode 100755 index 00000000..9886a0af Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/pig/step4.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/pig/step5.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/pig/step5.ogg new file mode 100755 index 00000000..ee9b33a6 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/pig/step5.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/rabbit/bunnymurder.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/rabbit/bunnymurder.ogg new file mode 100755 index 00000000..7a86bcd9 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/rabbit/bunnymurder.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/rabbit/hop1.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/rabbit/hop1.ogg new file mode 100755 index 00000000..df551a89 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/rabbit/hop1.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/rabbit/hop2.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/rabbit/hop2.ogg new file mode 100755 index 00000000..4a9282ad Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/rabbit/hop2.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/rabbit/hop3.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/rabbit/hop3.ogg new file mode 100755 index 00000000..93434457 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/rabbit/hop3.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/rabbit/hop4.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/rabbit/hop4.ogg new file mode 100755 index 00000000..a9591ac4 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/rabbit/hop4.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/rabbit/hurt1.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/rabbit/hurt1.ogg new file mode 100755 index 00000000..41e26216 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/rabbit/hurt1.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/rabbit/hurt2.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/rabbit/hurt2.ogg new file mode 100755 index 00000000..afd22d2b Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/rabbit/hurt2.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/rabbit/hurt3.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/rabbit/hurt3.ogg new file mode 100755 index 00000000..704e1b8f Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/rabbit/hurt3.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/rabbit/hurt4.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/rabbit/hurt4.ogg new file mode 100755 index 00000000..1099d7f4 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/rabbit/hurt4.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/rabbit/idle1.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/rabbit/idle1.ogg new file mode 100755 index 00000000..aaab2a16 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/rabbit/idle1.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/rabbit/idle2.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/rabbit/idle2.ogg new file mode 100755 index 00000000..3da5aff9 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/rabbit/idle2.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/rabbit/idle3.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/rabbit/idle3.ogg new file mode 100755 index 00000000..54985aff Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/rabbit/idle3.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/rabbit/idle4.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/rabbit/idle4.ogg new file mode 100755 index 00000000..c58068f8 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/rabbit/idle4.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/sheep/say1.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/sheep/say1.ogg new file mode 100755 index 00000000..c1e18f7d Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/sheep/say1.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/sheep/say2.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/sheep/say2.ogg new file mode 100755 index 00000000..5259543a Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/sheep/say2.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/sheep/say3.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/sheep/say3.ogg new file mode 100755 index 00000000..08d744a1 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/sheep/say3.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/sheep/shear.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/sheep/shear.ogg new file mode 100755 index 00000000..8511ce42 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/sheep/shear.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/sheep/step1.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/sheep/step1.ogg new file mode 100755 index 00000000..3a376d7c Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/sheep/step1.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/sheep/step2.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/sheep/step2.ogg new file mode 100755 index 00000000..03920947 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/sheep/step2.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/sheep/step3.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/sheep/step3.ogg new file mode 100755 index 00000000..f24bd5c5 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/sheep/step3.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/sheep/step4.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/sheep/step4.ogg new file mode 100755 index 00000000..617d8f52 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/sheep/step4.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/sheep/step5.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/sheep/step5.ogg new file mode 100755 index 00000000..13cfb244 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/sheep/step5.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/silverfish/hit1.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/silverfish/hit1.ogg new file mode 100755 index 00000000..6e9e80a8 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/silverfish/hit1.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/silverfish/hit2.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/silverfish/hit2.ogg new file mode 100755 index 00000000..2d1dff50 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/silverfish/hit2.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/silverfish/hit3.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/silverfish/hit3.ogg new file mode 100755 index 00000000..e0a7a4eb Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/silverfish/hit3.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/silverfish/kill.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/silverfish/kill.ogg new file mode 100755 index 00000000..ca715def Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/silverfish/kill.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/silverfish/say1.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/silverfish/say1.ogg new file mode 100755 index 00000000..cdea69f8 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/silverfish/say1.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/silverfish/say2.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/silverfish/say2.ogg new file mode 100755 index 00000000..2019ef1b Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/silverfish/say2.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/silverfish/say3.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/silverfish/say3.ogg new file mode 100755 index 00000000..8c57675d Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/silverfish/say3.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/silverfish/say4.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/silverfish/say4.ogg new file mode 100755 index 00000000..6466b719 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/silverfish/say4.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/silverfish/step1.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/silverfish/step1.ogg new file mode 100755 index 00000000..d528ac37 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/silverfish/step1.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/silverfish/step2.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/silverfish/step2.ogg new file mode 100755 index 00000000..ea95973f Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/silverfish/step2.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/silverfish/step3.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/silverfish/step3.ogg new file mode 100755 index 00000000..917a7f9d Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/silverfish/step3.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/silverfish/step4.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/silverfish/step4.ogg new file mode 100755 index 00000000..1a337a24 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/silverfish/step4.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/skeleton/death.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/skeleton/death.ogg new file mode 100755 index 00000000..cb1238cf Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/skeleton/death.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/skeleton/hurt1.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/skeleton/hurt1.ogg new file mode 100755 index 00000000..c6939276 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/skeleton/hurt1.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/skeleton/hurt2.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/skeleton/hurt2.ogg new file mode 100755 index 00000000..d1bc9c64 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/skeleton/hurt2.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/skeleton/hurt3.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/skeleton/hurt3.ogg new file mode 100755 index 00000000..4a09a5b7 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/skeleton/hurt3.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/skeleton/hurt4.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/skeleton/hurt4.ogg new file mode 100755 index 00000000..16e6004b Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/skeleton/hurt4.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/skeleton/say1.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/skeleton/say1.ogg new file mode 100755 index 00000000..ec8c4b67 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/skeleton/say1.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/skeleton/say2.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/skeleton/say2.ogg new file mode 100755 index 00000000..9c6a1d11 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/skeleton/say2.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/skeleton/say3.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/skeleton/say3.ogg new file mode 100755 index 00000000..ab8dc674 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/skeleton/say3.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/skeleton/step1.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/skeleton/step1.ogg new file mode 100755 index 00000000..c2baec38 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/skeleton/step1.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/skeleton/step2.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/skeleton/step2.ogg new file mode 100755 index 00000000..d7a5a5b9 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/skeleton/step2.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/skeleton/step3.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/skeleton/step3.ogg new file mode 100755 index 00000000..1ea9855e Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/skeleton/step3.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/skeleton/step4.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/skeleton/step4.ogg new file mode 100755 index 00000000..83aafade Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/skeleton/step4.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/slime/attack1.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/slime/attack1.ogg new file mode 100755 index 00000000..e4c221bb Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/slime/attack1.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/slime/attack2.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/slime/attack2.ogg new file mode 100755 index 00000000..54d73e35 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/slime/attack2.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/slime/big1.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/slime/big1.ogg new file mode 100755 index 00000000..3650435a Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/slime/big1.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/slime/big2.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/slime/big2.ogg new file mode 100755 index 00000000..d04c1b9c Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/slime/big2.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/slime/big3.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/slime/big3.ogg new file mode 100755 index 00000000..e5348997 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/slime/big3.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/slime/big4.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/slime/big4.ogg new file mode 100755 index 00000000..1b9f387c Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/slime/big4.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/slime/small1.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/slime/small1.ogg new file mode 100755 index 00000000..f586a446 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/slime/small1.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/slime/small2.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/slime/small2.ogg new file mode 100755 index 00000000..fb519379 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/slime/small2.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/slime/small3.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/slime/small3.ogg new file mode 100755 index 00000000..cf980a39 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/slime/small3.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/slime/small4.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/slime/small4.ogg new file mode 100755 index 00000000..0e7dcc58 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/slime/small4.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/slime/small5.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/slime/small5.ogg new file mode 100755 index 00000000..85b601a6 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/slime/small5.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/spider/death.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/spider/death.ogg new file mode 100755 index 00000000..cd2f6ed9 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/spider/death.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/spider/say1.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/spider/say1.ogg new file mode 100755 index 00000000..4ebe5d73 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/spider/say1.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/spider/say2.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/spider/say2.ogg new file mode 100755 index 00000000..a4d9d66c Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/spider/say2.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/spider/say3.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/spider/say3.ogg new file mode 100755 index 00000000..99e78a68 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/spider/say3.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/spider/say4.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/spider/say4.ogg new file mode 100755 index 00000000..6cd8824e Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/spider/say4.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/spider/step1.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/spider/step1.ogg new file mode 100755 index 00000000..26aa8651 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/spider/step1.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/spider/step2.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/spider/step2.ogg new file mode 100755 index 00000000..fb4f344d Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/spider/step2.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/spider/step3.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/spider/step3.ogg new file mode 100755 index 00000000..4e33d683 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/spider/step3.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/spider/step4.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/spider/step4.ogg new file mode 100755 index 00000000..0b6532d8 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/spider/step4.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/villager/death.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/villager/death.ogg new file mode 100755 index 00000000..17f99dae Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/villager/death.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/villager/haggle1.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/villager/haggle1.ogg new file mode 100755 index 00000000..9fb875d1 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/villager/haggle1.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/villager/haggle2.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/villager/haggle2.ogg new file mode 100755 index 00000000..3c7e09c8 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/villager/haggle2.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/villager/haggle3.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/villager/haggle3.ogg new file mode 100755 index 00000000..42ddbf38 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/villager/haggle3.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/villager/hit1.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/villager/hit1.ogg new file mode 100755 index 00000000..df489b68 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/villager/hit1.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/villager/hit2.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/villager/hit2.ogg new file mode 100755 index 00000000..ddba0cbd Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/villager/hit2.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/villager/hit3.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/villager/hit3.ogg new file mode 100755 index 00000000..171ff1f2 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/villager/hit3.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/villager/hit4.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/villager/hit4.ogg new file mode 100755 index 00000000..07ec4d1a Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/villager/hit4.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/villager/idle1.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/villager/idle1.ogg new file mode 100755 index 00000000..790c8792 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/villager/idle1.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/villager/idle2.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/villager/idle2.ogg new file mode 100755 index 00000000..9a545c33 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/villager/idle2.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/villager/idle3.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/villager/idle3.ogg new file mode 100755 index 00000000..e21d43ec Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/villager/idle3.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/villager/no1.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/villager/no1.ogg new file mode 100755 index 00000000..3c2c4e71 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/villager/no1.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/villager/no2.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/villager/no2.ogg new file mode 100755 index 00000000..08ffb5da Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/villager/no2.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/villager/no3.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/villager/no3.ogg new file mode 100755 index 00000000..2052a65e Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/villager/no3.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/villager/yes1.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/villager/yes1.ogg new file mode 100755 index 00000000..516a1714 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/villager/yes1.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/villager/yes2.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/villager/yes2.ogg new file mode 100755 index 00000000..c2ae99ed Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/villager/yes2.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/villager/yes3.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/villager/yes3.ogg new file mode 100755 index 00000000..a5d3dbf0 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/villager/yes3.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/wither/death.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/wither/death.ogg new file mode 100755 index 00000000..a2f6bf9b Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/wither/death.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/wither/hurt1.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/wither/hurt1.ogg new file mode 100755 index 00000000..3eea2a12 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/wither/hurt1.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/wither/hurt2.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/wither/hurt2.ogg new file mode 100755 index 00000000..6b054738 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/wither/hurt2.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/wither/hurt3.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/wither/hurt3.ogg new file mode 100755 index 00000000..86918e75 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/wither/hurt3.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/wither/hurt4.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/wither/hurt4.ogg new file mode 100755 index 00000000..137f22bd Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/wither/hurt4.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/wither/idle1.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/wither/idle1.ogg new file mode 100755 index 00000000..5dcc02c4 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/wither/idle1.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/wither/idle2.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/wither/idle2.ogg new file mode 100755 index 00000000..d3439f63 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/wither/idle2.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/wither/idle3.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/wither/idle3.ogg new file mode 100755 index 00000000..6aa7c6e7 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/wither/idle3.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/wither/idle4.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/wither/idle4.ogg new file mode 100755 index 00000000..b7e7235b Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/wither/idle4.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/wither/shoot.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/wither/shoot.ogg new file mode 100755 index 00000000..d6ce8a25 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/wither/shoot.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/wither/spawn.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/wither/spawn.ogg new file mode 100755 index 00000000..360d874e Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/wither/spawn.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/wolf/bark1.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/wolf/bark1.ogg new file mode 100755 index 00000000..beac4949 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/wolf/bark1.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/wolf/bark2.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/wolf/bark2.ogg new file mode 100755 index 00000000..39e04d02 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/wolf/bark2.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/wolf/bark3.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/wolf/bark3.ogg new file mode 100755 index 00000000..59ce5f03 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/wolf/bark3.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/wolf/death.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/wolf/death.ogg new file mode 100755 index 00000000..3ac6e95c Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/wolf/death.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/wolf/growl1.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/wolf/growl1.ogg new file mode 100755 index 00000000..635dea33 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/wolf/growl1.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/wolf/growl2.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/wolf/growl2.ogg new file mode 100755 index 00000000..f9dd5c7f Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/wolf/growl2.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/wolf/growl3.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/wolf/growl3.ogg new file mode 100755 index 00000000..87d1ec50 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/wolf/growl3.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/wolf/howl1.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/wolf/howl1.ogg new file mode 100755 index 00000000..a0906c62 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/wolf/howl1.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/wolf/howl2.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/wolf/howl2.ogg new file mode 100755 index 00000000..07c9b58b Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/wolf/howl2.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/wolf/hurt1.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/wolf/hurt1.ogg new file mode 100755 index 00000000..f0671f99 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/wolf/hurt1.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/wolf/hurt2.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/wolf/hurt2.ogg new file mode 100755 index 00000000..e4ff9482 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/wolf/hurt2.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/wolf/hurt3.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/wolf/hurt3.ogg new file mode 100755 index 00000000..761a195f Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/wolf/hurt3.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/wolf/panting.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/wolf/panting.ogg new file mode 100755 index 00000000..7b523a14 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/wolf/panting.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/wolf/shake.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/wolf/shake.ogg new file mode 100755 index 00000000..63bdae66 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/wolf/shake.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/wolf/step1.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/wolf/step1.ogg new file mode 100755 index 00000000..0b4d45f8 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/wolf/step1.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/wolf/step2.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/wolf/step2.ogg new file mode 100755 index 00000000..e0bbea3c Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/wolf/step2.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/wolf/step3.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/wolf/step3.ogg new file mode 100755 index 00000000..1c404384 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/wolf/step3.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/wolf/step4.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/wolf/step4.ogg new file mode 100755 index 00000000..a0a0e21b Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/wolf/step4.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/wolf/step5.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/wolf/step5.ogg new file mode 100755 index 00000000..fdb4b6b5 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/wolf/step5.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/wolf/whine.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/wolf/whine.ogg new file mode 100755 index 00000000..5282799b Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/wolf/whine.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/zombie/death.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/zombie/death.ogg new file mode 100755 index 00000000..ec59c7d8 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/zombie/death.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/zombie/hurt1.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/zombie/hurt1.ogg new file mode 100755 index 00000000..031d2121 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/zombie/hurt1.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/zombie/hurt2.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/zombie/hurt2.ogg new file mode 100755 index 00000000..cde0cd6e Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/zombie/hurt2.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/zombie/infect.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/zombie/infect.ogg new file mode 100755 index 00000000..7294aa13 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/zombie/infect.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/zombie/metal1.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/zombie/metal1.ogg new file mode 100755 index 00000000..a70cb2f5 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/zombie/metal1.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/zombie/metal2.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/zombie/metal2.ogg new file mode 100755 index 00000000..606c27ef Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/zombie/metal2.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/zombie/metal3.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/zombie/metal3.ogg new file mode 100755 index 00000000..166002d8 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/zombie/metal3.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/zombie/remedy.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/zombie/remedy.ogg new file mode 100755 index 00000000..00f938b7 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/zombie/remedy.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/zombie/say1.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/zombie/say1.ogg new file mode 100755 index 00000000..f3a01f28 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/zombie/say1.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/zombie/say2.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/zombie/say2.ogg new file mode 100755 index 00000000..f85d2add Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/zombie/say2.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/zombie/say3.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/zombie/say3.ogg new file mode 100755 index 00000000..794a907c Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/zombie/say3.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/zombie/step1.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/zombie/step1.ogg new file mode 100755 index 00000000..1009e44b Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/zombie/step1.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/zombie/step2.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/zombie/step2.ogg new file mode 100755 index 00000000..fa480884 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/zombie/step2.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/zombie/step3.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/zombie/step3.ogg new file mode 100755 index 00000000..2dd4d78a Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/zombie/step3.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/zombie/step4.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/zombie/step4.ogg new file mode 100755 index 00000000..daf85c4a Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/zombie/step4.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/zombie/step5.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/zombie/step5.ogg new file mode 100755 index 00000000..76acc129 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/zombie/step5.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/zombie/unfect.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/zombie/unfect.ogg new file mode 100755 index 00000000..71cf3bd3 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/zombie/unfect.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/zombie/wood1.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/zombie/wood1.ogg new file mode 100755 index 00000000..be2fe087 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/zombie/wood1.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/zombie/wood2.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/zombie/wood2.ogg new file mode 100755 index 00000000..3a5c31f3 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/zombie/wood2.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/zombie/wood3.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/zombie/wood3.ogg new file mode 100755 index 00000000..19ee9310 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/zombie/wood3.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/zombie/wood4.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/zombie/wood4.ogg new file mode 100755 index 00000000..d509b498 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/zombie/wood4.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/zombie/woodbreak.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/zombie/woodbreak.ogg new file mode 100755 index 00000000..4a43d9c9 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/zombie/woodbreak.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/zombiepig/zpig1.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/zombiepig/zpig1.ogg new file mode 100755 index 00000000..a890abbd Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/zombiepig/zpig1.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/zombiepig/zpig2.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/zombiepig/zpig2.ogg new file mode 100755 index 00000000..3827e9d0 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/zombiepig/zpig2.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/zombiepig/zpig3.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/zombiepig/zpig3.ogg new file mode 100755 index 00000000..90978c1b Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/zombiepig/zpig3.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/zombiepig/zpig4.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/zombiepig/zpig4.ogg new file mode 100755 index 00000000..f4b0b247 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/zombiepig/zpig4.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/zombiepig/zpigangry1.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/zombiepig/zpigangry1.ogg new file mode 100755 index 00000000..0117ee97 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/zombiepig/zpigangry1.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/zombiepig/zpigangry2.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/zombiepig/zpigangry2.ogg new file mode 100755 index 00000000..c1c1025f Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/zombiepig/zpigangry2.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/zombiepig/zpigangry3.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/zombiepig/zpigangry3.ogg new file mode 100755 index 00000000..cf0a45c2 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/zombiepig/zpigangry3.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/zombiepig/zpigangry4.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/zombiepig/zpigangry4.ogg new file mode 100755 index 00000000..b314cde7 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/zombiepig/zpigangry4.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/zombiepig/zpigdeath.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/zombiepig/zpigdeath.ogg new file mode 100755 index 00000000..214df9ff Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/zombiepig/zpigdeath.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/zombiepig/zpighurt1.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/zombiepig/zpighurt1.ogg new file mode 100755 index 00000000..c29437b6 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/zombiepig/zpighurt1.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/mob/zombiepig/zpighurt2.ogg b/desktopRuntime/resources/assets/minecraft/sounds/mob/zombiepig/zpighurt2.ogg new file mode 100755 index 00000000..a439ce2a Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/mob/zombiepig/zpighurt2.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/note/bass.ogg b/desktopRuntime/resources/assets/minecraft/sounds/note/bass.ogg new file mode 100755 index 00000000..a55fde91 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/note/bass.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/note/bassattack.ogg b/desktopRuntime/resources/assets/minecraft/sounds/note/bassattack.ogg new file mode 100755 index 00000000..ebd127de Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/note/bassattack.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/note/bd.ogg b/desktopRuntime/resources/assets/minecraft/sounds/note/bd.ogg new file mode 100755 index 00000000..2acaa7a9 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/note/bd.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/note/harp.ogg b/desktopRuntime/resources/assets/minecraft/sounds/note/harp.ogg new file mode 100755 index 00000000..a11ca31b Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/note/harp.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/note/hat.ogg b/desktopRuntime/resources/assets/minecraft/sounds/note/hat.ogg new file mode 100755 index 00000000..e291bb0d Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/note/hat.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/note/pling.ogg b/desktopRuntime/resources/assets/minecraft/sounds/note/pling.ogg new file mode 100755 index 00000000..9f894b02 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/note/pling.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/note/snare.ogg b/desktopRuntime/resources/assets/minecraft/sounds/note/snare.ogg new file mode 100755 index 00000000..250e46cd Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/note/snare.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/portal/portal.ogg b/desktopRuntime/resources/assets/minecraft/sounds/portal/portal.ogg new file mode 100755 index 00000000..8b528aad Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/portal/portal.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/portal/travel.ogg b/desktopRuntime/resources/assets/minecraft/sounds/portal/travel.ogg new file mode 100755 index 00000000..c653697d Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/portal/travel.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/portal/trigger.ogg b/desktopRuntime/resources/assets/minecraft/sounds/portal/trigger.ogg new file mode 100755 index 00000000..4324f6cc Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/portal/trigger.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/random/anvil_break.ogg b/desktopRuntime/resources/assets/minecraft/sounds/random/anvil_break.ogg new file mode 100755 index 00000000..0d2db376 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/random/anvil_break.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/random/anvil_land.ogg b/desktopRuntime/resources/assets/minecraft/sounds/random/anvil_land.ogg new file mode 100755 index 00000000..994c0078 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/random/anvil_land.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/random/anvil_use.ogg b/desktopRuntime/resources/assets/minecraft/sounds/random/anvil_use.ogg new file mode 100755 index 00000000..a92c855e Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/random/anvil_use.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/random/bow.ogg b/desktopRuntime/resources/assets/minecraft/sounds/random/bow.ogg new file mode 100755 index 00000000..81aba220 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/random/bow.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/random/bowhit1.ogg b/desktopRuntime/resources/assets/minecraft/sounds/random/bowhit1.ogg new file mode 100755 index 00000000..48c4a150 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/random/bowhit1.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/random/bowhit2.ogg b/desktopRuntime/resources/assets/minecraft/sounds/random/bowhit2.ogg new file mode 100755 index 00000000..44d70588 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/random/bowhit2.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/random/bowhit3.ogg b/desktopRuntime/resources/assets/minecraft/sounds/random/bowhit3.ogg new file mode 100755 index 00000000..0f783895 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/random/bowhit3.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/random/bowhit4.ogg b/desktopRuntime/resources/assets/minecraft/sounds/random/bowhit4.ogg new file mode 100755 index 00000000..7b4c4093 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/random/bowhit4.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/random/break.ogg b/desktopRuntime/resources/assets/minecraft/sounds/random/break.ogg new file mode 100755 index 00000000..4f2a3676 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/random/break.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/random/breath.ogg b/desktopRuntime/resources/assets/minecraft/sounds/random/breath.ogg new file mode 100755 index 00000000..f23d6100 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/random/breath.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/random/burp.ogg b/desktopRuntime/resources/assets/minecraft/sounds/random/burp.ogg new file mode 100755 index 00000000..89ea5910 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/random/burp.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/random/chestclosed.ogg b/desktopRuntime/resources/assets/minecraft/sounds/random/chestclosed.ogg new file mode 100755 index 00000000..d1c1c347 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/random/chestclosed.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/random/chestopen.ogg b/desktopRuntime/resources/assets/minecraft/sounds/random/chestopen.ogg new file mode 100755 index 00000000..077140d4 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/random/chestopen.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/random/classic_hurt.ogg b/desktopRuntime/resources/assets/minecraft/sounds/random/classic_hurt.ogg new file mode 100755 index 00000000..d260bf67 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/random/classic_hurt.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/random/click.ogg b/desktopRuntime/resources/assets/minecraft/sounds/random/click.ogg new file mode 100755 index 00000000..863237fb Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/random/click.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/random/door_close.ogg b/desktopRuntime/resources/assets/minecraft/sounds/random/door_close.ogg new file mode 100755 index 00000000..10aa4c21 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/random/door_close.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/random/door_open.ogg b/desktopRuntime/resources/assets/minecraft/sounds/random/door_open.ogg new file mode 100755 index 00000000..e37ba26a Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/random/door_open.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/random/drink.ogg b/desktopRuntime/resources/assets/minecraft/sounds/random/drink.ogg new file mode 100755 index 00000000..fd348ec9 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/random/drink.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/random/eat1.ogg b/desktopRuntime/resources/assets/minecraft/sounds/random/eat1.ogg new file mode 100755 index 00000000..a428ce43 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/random/eat1.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/random/eat2.ogg b/desktopRuntime/resources/assets/minecraft/sounds/random/eat2.ogg new file mode 100755 index 00000000..e4ae4db8 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/random/eat2.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/random/eat3.ogg b/desktopRuntime/resources/assets/minecraft/sounds/random/eat3.ogg new file mode 100755 index 00000000..575c74ed Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/random/eat3.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/random/explode1.ogg b/desktopRuntime/resources/assets/minecraft/sounds/random/explode1.ogg new file mode 100755 index 00000000..a0103612 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/random/explode1.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/random/explode2.ogg b/desktopRuntime/resources/assets/minecraft/sounds/random/explode2.ogg new file mode 100755 index 00000000..ef946822 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/random/explode2.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/random/explode3.ogg b/desktopRuntime/resources/assets/minecraft/sounds/random/explode3.ogg new file mode 100755 index 00000000..b92bd7bf Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/random/explode3.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/random/explode4.ogg b/desktopRuntime/resources/assets/minecraft/sounds/random/explode4.ogg new file mode 100755 index 00000000..6c43512d Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/random/explode4.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/random/fizz.ogg b/desktopRuntime/resources/assets/minecraft/sounds/random/fizz.ogg new file mode 100755 index 00000000..67eb753e Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/random/fizz.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/random/fuse.ogg b/desktopRuntime/resources/assets/minecraft/sounds/random/fuse.ogg new file mode 100755 index 00000000..36b2201f Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/random/fuse.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/random/glass1.ogg b/desktopRuntime/resources/assets/minecraft/sounds/random/glass1.ogg new file mode 100755 index 00000000..e29c82b8 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/random/glass1.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/random/glass2.ogg b/desktopRuntime/resources/assets/minecraft/sounds/random/glass2.ogg new file mode 100755 index 00000000..0e487007 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/random/glass2.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/random/glass3.ogg b/desktopRuntime/resources/assets/minecraft/sounds/random/glass3.ogg new file mode 100755 index 00000000..1933b7f1 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/random/glass3.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/random/levelup.ogg b/desktopRuntime/resources/assets/minecraft/sounds/random/levelup.ogg new file mode 100755 index 00000000..937564a3 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/random/levelup.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/random/orb.ogg b/desktopRuntime/resources/assets/minecraft/sounds/random/orb.ogg new file mode 100755 index 00000000..32bb1a10 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/random/orb.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/random/pop.ogg b/desktopRuntime/resources/assets/minecraft/sounds/random/pop.ogg new file mode 100755 index 00000000..7354ed50 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/random/pop.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/random/splash.ogg b/desktopRuntime/resources/assets/minecraft/sounds/random/splash.ogg new file mode 100755 index 00000000..172a179f Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/random/splash.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/random/successful_hit.ogg b/desktopRuntime/resources/assets/minecraft/sounds/random/successful_hit.ogg new file mode 100755 index 00000000..e937b6c0 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/random/successful_hit.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/random/wood_click.ogg b/desktopRuntime/resources/assets/minecraft/sounds/random/wood_click.ogg new file mode 100755 index 00000000..cbb42d64 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/random/wood_click.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/step/cloth1.ogg b/desktopRuntime/resources/assets/minecraft/sounds/step/cloth1.ogg new file mode 100755 index 00000000..5138dfc6 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/step/cloth1.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/step/cloth2.ogg b/desktopRuntime/resources/assets/minecraft/sounds/step/cloth2.ogg new file mode 100755 index 00000000..71ad43d3 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/step/cloth2.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/step/cloth3.ogg b/desktopRuntime/resources/assets/minecraft/sounds/step/cloth3.ogg new file mode 100755 index 00000000..01ede648 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/step/cloth3.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/step/cloth4.ogg b/desktopRuntime/resources/assets/minecraft/sounds/step/cloth4.ogg new file mode 100755 index 00000000..50da01cd Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/step/cloth4.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/step/grass1.ogg b/desktopRuntime/resources/assets/minecraft/sounds/step/grass1.ogg new file mode 100755 index 00000000..dc32da5f Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/step/grass1.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/step/grass2.ogg b/desktopRuntime/resources/assets/minecraft/sounds/step/grass2.ogg new file mode 100755 index 00000000..148b2fc2 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/step/grass2.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/step/grass3.ogg b/desktopRuntime/resources/assets/minecraft/sounds/step/grass3.ogg new file mode 100755 index 00000000..5fb3b98d Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/step/grass3.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/step/grass4.ogg b/desktopRuntime/resources/assets/minecraft/sounds/step/grass4.ogg new file mode 100755 index 00000000..3b020fe7 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/step/grass4.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/step/grass5.ogg b/desktopRuntime/resources/assets/minecraft/sounds/step/grass5.ogg new file mode 100755 index 00000000..1e831422 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/step/grass5.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/step/grass6.ogg b/desktopRuntime/resources/assets/minecraft/sounds/step/grass6.ogg new file mode 100755 index 00000000..501218d9 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/step/grass6.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/step/gravel1.ogg b/desktopRuntime/resources/assets/minecraft/sounds/step/gravel1.ogg new file mode 100755 index 00000000..db87939b Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/step/gravel1.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/step/gravel2.ogg b/desktopRuntime/resources/assets/minecraft/sounds/step/gravel2.ogg new file mode 100755 index 00000000..73746999 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/step/gravel2.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/step/gravel3.ogg b/desktopRuntime/resources/assets/minecraft/sounds/step/gravel3.ogg new file mode 100755 index 00000000..6870ef99 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/step/gravel3.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/step/gravel4.ogg b/desktopRuntime/resources/assets/minecraft/sounds/step/gravel4.ogg new file mode 100755 index 00000000..4d2fd7f9 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/step/gravel4.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/step/ladder1.ogg b/desktopRuntime/resources/assets/minecraft/sounds/step/ladder1.ogg new file mode 100755 index 00000000..d1c664c8 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/step/ladder1.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/step/ladder2.ogg b/desktopRuntime/resources/assets/minecraft/sounds/step/ladder2.ogg new file mode 100755 index 00000000..91fd3bb7 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/step/ladder2.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/step/ladder3.ogg b/desktopRuntime/resources/assets/minecraft/sounds/step/ladder3.ogg new file mode 100755 index 00000000..c8a3c9bf Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/step/ladder3.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/step/ladder4.ogg b/desktopRuntime/resources/assets/minecraft/sounds/step/ladder4.ogg new file mode 100755 index 00000000..cb431a14 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/step/ladder4.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/step/ladder5.ogg b/desktopRuntime/resources/assets/minecraft/sounds/step/ladder5.ogg new file mode 100755 index 00000000..0eb70de2 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/step/ladder5.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/step/sand1.ogg b/desktopRuntime/resources/assets/minecraft/sounds/step/sand1.ogg new file mode 100755 index 00000000..0d7f3cde Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/step/sand1.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/step/sand2.ogg b/desktopRuntime/resources/assets/minecraft/sounds/step/sand2.ogg new file mode 100755 index 00000000..b619cf64 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/step/sand2.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/step/sand3.ogg b/desktopRuntime/resources/assets/minecraft/sounds/step/sand3.ogg new file mode 100755 index 00000000..dd32e52d Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/step/sand3.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/step/sand4.ogg b/desktopRuntime/resources/assets/minecraft/sounds/step/sand4.ogg new file mode 100755 index 00000000..dc573dc1 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/step/sand4.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/step/sand5.ogg b/desktopRuntime/resources/assets/minecraft/sounds/step/sand5.ogg new file mode 100755 index 00000000..2b4fcc99 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/step/sand5.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/step/snow1.ogg b/desktopRuntime/resources/assets/minecraft/sounds/step/snow1.ogg new file mode 100755 index 00000000..44e8ed24 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/step/snow1.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/step/snow2.ogg b/desktopRuntime/resources/assets/minecraft/sounds/step/snow2.ogg new file mode 100755 index 00000000..c44cbf27 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/step/snow2.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/step/snow3.ogg b/desktopRuntime/resources/assets/minecraft/sounds/step/snow3.ogg new file mode 100755 index 00000000..2894047a Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/step/snow3.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/step/snow4.ogg b/desktopRuntime/resources/assets/minecraft/sounds/step/snow4.ogg new file mode 100755 index 00000000..515d35bb Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/step/snow4.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/step/stone1.ogg b/desktopRuntime/resources/assets/minecraft/sounds/step/stone1.ogg new file mode 100755 index 00000000..5ae34031 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/step/stone1.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/step/stone2.ogg b/desktopRuntime/resources/assets/minecraft/sounds/step/stone2.ogg new file mode 100755 index 00000000..b4a2d0ce Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/step/stone2.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/step/stone3.ogg b/desktopRuntime/resources/assets/minecraft/sounds/step/stone3.ogg new file mode 100755 index 00000000..cd8229a7 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/step/stone3.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/step/stone4.ogg b/desktopRuntime/resources/assets/minecraft/sounds/step/stone4.ogg new file mode 100755 index 00000000..fbce19d5 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/step/stone4.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/step/stone5.ogg b/desktopRuntime/resources/assets/minecraft/sounds/step/stone5.ogg new file mode 100755 index 00000000..203b87a4 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/step/stone5.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/step/stone6.ogg b/desktopRuntime/resources/assets/minecraft/sounds/step/stone6.ogg new file mode 100755 index 00000000..a0137f9b Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/step/stone6.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/step/wood1.ogg b/desktopRuntime/resources/assets/minecraft/sounds/step/wood1.ogg new file mode 100755 index 00000000..b10bb7ee Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/step/wood1.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/step/wood2.ogg b/desktopRuntime/resources/assets/minecraft/sounds/step/wood2.ogg new file mode 100755 index 00000000..f1ed3906 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/step/wood2.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/step/wood3.ogg b/desktopRuntime/resources/assets/minecraft/sounds/step/wood3.ogg new file mode 100755 index 00000000..0580d847 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/step/wood3.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/step/wood4.ogg b/desktopRuntime/resources/assets/minecraft/sounds/step/wood4.ogg new file mode 100755 index 00000000..fd699370 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/step/wood4.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/step/wood5.ogg b/desktopRuntime/resources/assets/minecraft/sounds/step/wood5.ogg new file mode 100755 index 00000000..9ebf4a97 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/step/wood5.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/step/wood6.ogg b/desktopRuntime/resources/assets/minecraft/sounds/step/wood6.ogg new file mode 100755 index 00000000..aef5d11b Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/step/wood6.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/tile/piston/in.ogg b/desktopRuntime/resources/assets/minecraft/sounds/tile/piston/in.ogg new file mode 100755 index 00000000..e64ca741 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/tile/piston/in.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/sounds/tile/piston/out.ogg b/desktopRuntime/resources/assets/minecraft/sounds/tile/piston/out.ogg new file mode 100755 index 00000000..13d21e6d Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/sounds/tile/piston/out.ogg differ diff --git a/desktopRuntime/resources/assets/minecraft/texts/credits.txt b/desktopRuntime/resources/assets/minecraft/texts/credits.txt new file mode 100755 index 00000000..ecb7a103 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/texts/credits.txt @@ -0,0 +1,68 @@ +[C]§f=============== +[C]§eMinecraft Credits +[C]§f=============== + +§7Created by: +§f Markus Persson + +§7Game design, programming and graphics: +§f Markus Persson +§f Jens Bergensten +§f Nathan Adams +§f Ryan Holtz +§f Michael Stoyke + +§7Programming: +§f Erik Broes + +§7Music and sound: +§f Daniel Rosenfeld + +§7Ingame artwork and paintings: +§f Kristoffer Zetterstrand + +§7End game narrative: +§f Julian Gough + +§7Website development: +§f Tobias Möllstam +§f Daniel Frisk +§f Leonard Axelsson +§f Jens Bergensten +§f Markus Persson + +§7Logo and promotional artwork: +§f Markus Toivonen + +§7Business and administration: +§f Carl Manneh +§f Daniel Kaplan + +§7Director of fun: +§f Lydia Winters + +§7Number crunching and statistics: +§f Patrick Geuder + +§7Additional programming: +§f Paul Spooner +§f Ryan 'Scaevolus' Hitchman +§f Elliot 'Hippoplatimus' Segal + +§7Developers of Mo' Creatures (horses etc): +§f John Olarte (DrZhark) +§f Kent Christian Jensen +§f Dan Roque + +§7Technologies used: +§f Java by Oracle +§f LWJGL by many talented people +§f "3d Sound System" by Paul Lamb +§f JOrbis by JCraft + + + + + + +§f"Twenty years from now you will be more disappointed by the things that you didn't do than by the ones you did do. So throw off the bowlines. Sail away from the safe harbor. Catch the trade winds in your sails. Explore. Dream. Discover." §7- Unknown \ No newline at end of file diff --git a/desktopRuntime/resources/assets/minecraft/texts/end.txt b/desktopRuntime/resources/assets/minecraft/texts/end.txt new file mode 100755 index 00000000..675775d8 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/texts/end.txt @@ -0,0 +1,151 @@ +§3I see the player you mean. + +§2PLAYERNAME? + +§3Yes. Take care. It has reached a higher level now. It can read our thoughts. + +§2That doesn't matter. It thinks we are part of the game. + +§3I like this player. It played well. It did not give up. + +§2It is reading our thoughts as though they were words on a screen. + +§3That is how it chooses to imagine many things, when it is deep in the dream of a game. + +§2Words make a wonderful interface. Very flexible. And less terrifying than staring at the reality behind the screen. + +§3They used to hear voices. Before players could read. Back in the days when those who did not play called the players witches, and warlocks. And players dreamed they flew through the air, on sticks powered by demons. + +§2What did this player dream? + +§3This player dreamed of sunlight and trees. Of fire and water. It dreamed it created. And it dreamed it destroyed. It dreamed it hunted, and was hunted. It dreamed of shelter. + +§2Hah, the original interface. A million years old, and it still works. But what true structure did this player create, in the reality behind the screen? + +§3It worked, with a million others, to sculpt a true world in a fold of the §f§k§a§b§3, and created a §f§k§a§b§3 for §f§k§a§b§3, in the §f§k§a§b§3. + +§2It cannot read that thought. + +§3No. It has not yet achieved the highest level. That, it must achieve in the long dream of life, not the short dream of a game. + +§2Does it know that we love it? That the universe is kind? + +§3Sometimes, through the noise of its thoughts, it hears the universe, yes. + +§2But there are times it is sad, in the long dream. It creates worlds that have no summer, and it shivers under a black sun, and it takes its sad creation for reality. + +§3To cure it of sorrow would destroy it. The sorrow is part of its own private task. We cannot interfere. + +§2Sometimes when they are deep in dreams, I want to tell them, they are building true worlds in reality. Sometimes I want to tell them of their importance to the universe. Sometimes, when they have not made a true connection in a while, I want to help them to speak the word they fear. + +§3It reads our thoughts. + +§2Sometimes I do not care. Sometimes I wish to tell them, this world you take for truth is merely §f§k§a§b§2 and §f§k§a§b§2, I wish to tell them that they are §f§k§a§b§2 in the §f§k§a§b§2. They see so little of reality, in their long dream. + +§3And yet they play the game. + +§2But it would be so easy to tell them... + +§3Too strong for this dream. To tell them how to live is to prevent them living. + +§2I will not tell the player how to live. + +§3The player is growing restless. + +§2I will tell the player a story. + +§3But not the truth. + +§2No. A story that contains the truth safely, in a cage of words. Not the naked truth that can burn over any distance. + +§3Give it a body, again. + +§2Yes. Player... + +§3Use its name. + +§2PLAYERNAME. Player of games. + +§3Good. + +§2Take a breath, now. Take another. Feel air in your lungs. Let your limbs return. Yes, move your fingers. Have a body again, under gravity, in air. Respawn in the long dream. There you are. Your body touching the universe again at every point, as though you were separate things. As though we were separate things. + +§3Who are we? Once we were called the spirit of the mountain. Father sun, mother moon. Ancestral spirits, animal spirits. Jinn. Ghosts. The green man. Then gods, demons. Angels. Poltergeists. Aliens, extraterrestrials. Leptons, quarks. The words change. We do not change. + +§2We are the universe. We are everything you think isn't you. You are looking at us now, through your skin and your eyes. And why does the universe touch your skin, and throw light on you? To see you, player. To know you. And to be known. I shall tell you a story. + +§2Once upon a time, there was a player. + +§3The player was you, PLAYERNAME. + +§2Sometimes it thought itself human, on the thin crust of a spinning globe of molten rock. The ball of molten rock circled a ball of blazing gas that was three hundred and thirty thousand times more massive than it. They were so far apart that light took eight minutes to cross the gap. The light was information from a star, and it could burn your skin from a hundred and fifty million kilometres away. + +§2Sometimes the player dreamed it was a miner, on the surface of a world that was flat, and infinite. The sun was a square of white. The days were short; there was much to do; and death was a temporary inconvenience. + +§3Sometimes the player dreamed it was lost in a story. + +§2Sometimes the player dreamed it was other things, in other places. Sometimes these dreams were disturbing. Sometimes very beautiful indeed. Sometimes the player woke from one dream into another, then woke from that into a third. + +§3Sometimes the player dreamed it watched words on a screen. + +§2Let's go back. + +§2The atoms of the player were scattered in the grass, in the rivers, in the air, in the ground. A woman gathered the atoms; she drank and ate and inhaled; and the woman assembled the player, in her body. + +§2And the player awoke, from the warm, dark world of its mother's body, into the long dream. + +§2And the player was a new story, never told before, written in letters of DNA. And the player was a new program, never run before, generated by a sourcecode a billion years old. And the player was a new human, never alive before, made from nothing but milk and love. + +§3You are the player. The story. The program. The human. Made from nothing but milk and love. + +§2Let's go further back. + +§2The seven billion billion billion atoms of the player's body were created, long before this game, in the heart of a star. So the player, too, is information from a star. And the player moves through a story, which is a forest of information planted by a man called Julian, on a flat, infinite world created by a man called Markus, that exists inside a small, private world created by the player, who inhabits a universe created by... + +§3Shush. Sometimes the player created a small, private world that was soft and warm and simple. Sometimes hard, and cold, and complicated. Sometimes it built a model of the universe in its head; flecks of energy, moving through vast empty spaces. Sometimes it called those flecks "electrons" and "protons". + +§2Sometimes it called them "planets" and "stars". + +§2Sometimes it believed it was in a universe that was made of energy that was made of offs and ons; zeros and ones; lines of code. Sometimes it believed it was playing a game. Sometimes it believed it was reading words on a screen. + +§3You are the player, reading words... + +§2Shush... Sometimes the player read lines of code on a screen. Decoded them into words; decoded words into meaning; decoded meaning into feelings, emotions, theories, ideas, and the player started to breathe faster and deeper and realised it was alive, it was alive, those thousand deaths had not been real, the player was alive + +§3You. You. You are alive. + +§2and sometimes the player believed the universe had spoken to it through the sunlight that came through the shuffling leaves of the summer trees + +§3and sometimes the player believed the universe had spoken to it through the light that fell from the crisp night sky of winter, where a fleck of light in the corner of the player's eye might be a star a million times as massive as the sun, boiling its planets to plasma in order to be visible for a moment to the player, walking home at the far side of the universe, suddenly smelling food, almost at the familiar door, about to dream again + +§2and sometimes the player believed the universe had spoken to it through the zeros and ones, through the electricity of the world, through the scrolling words on a screen at the end of a dream + +§3and the universe said I love you + +§2and the universe said you have played the game well + +§3and the universe said everything you need is within you + +§2and the universe said you are stronger than you know + +§3and the universe said you are the daylight + +§2and the universe said you are the night + +§3and the universe said the darkness you fight is within you + +§2and the universe said the light you seek is within you + +§3and the universe said you are not alone + +§2and the universe said you are not separate from every other thing + +§3and the universe said you are the universe tasting itself, talking to itself, reading its own code + +§2and the universe said I love you because you are love. + +§3And the game was over and the player woke up from the dream. And the player began a new dream. And the player dreamed again, dreamed better. And the player was the universe. And the player was love. + +§3You are the player. + +§2Wake up. diff --git a/desktopRuntime/resources/assets/minecraft/texts/splashes.txt b/desktopRuntime/resources/assets/minecraft/texts/splashes.txt new file mode 100755 index 00000000..3d1b5e78 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/texts/splashes.txt @@ -0,0 +1,359 @@ +As seen on TV! +Awesome! +100% pure! +May contain nuts! +Better than Prey! +More polygons! +Sexy! +Limited edition! +Flashing letters! +Made by Notch! +It's here! +Best in class! +It's finished! +Kind of dragon free! +Excitement! +More than 500 sold! +One of a kind! +Heaps of hits on YouTube! +Indev! +Spiders everywhere! +Check it out! +Holy cow, man! +It's a game! +Made in Sweden! +Uses LWJGL! +Reticulating splines! +Minecraft! +Yaaay! +Singleplayer! +Keyboard compatible! +Undocumented! +Ingots! +Exploding creepers! +That's no moon! +l33t! +Create! +Survive! +Dungeon! +Exclusive! +The bee's knees! +Down with O.P.P.! +Closed source! +Classy! +Wow! +Not on steam! +Oh man! +Awesome community! +Pixels! +Teetsuuuuoooo! +Kaaneeeedaaaa! +Now with difficulty! +Enhanced! +90% bug free! +Pretty! +12 herbs and spices! +Fat free! +Absolutely no memes! +Free dental! +Ask your doctor! +Minors welcome! +Cloud computing! +Legal in Finland! +Hard to label! +Technically good! +Bringing home the bacon! +Indie! +GOTY! +Ceci n'est pas une title screen! +Euclidian! +Now in 3D! +Inspirational! +Herregud! +Complex cellular automata! +Yes, sir! +Played by cowboys! +OpenGL 2.1 (if supported)! +Thousands of colors! +Try it! +Age of Wonders is better! +Try the mushroom stew! +Sensational! +Hot tamale, hot hot tamale! +Play him off, keyboard cat! +Guaranteed! +Macroscopic! +Bring it on! +Random splash! +Call your mother! +Monster infighting! +Loved by millions! +Ultimate edition! +Freaky! +You've got a brand new key! +Water proof! +Uninflammable! +Whoa, dude! +All inclusive! +Tell your friends! +NP is not in P! +Music by C418! +Livestreamed! +Haunted! +Polynomial! +Terrestrial! +All is full of love! +Full of stars! +Scientific! +Not as cool as Spock! +Collaborate and listen! +Never dig down! +Take frequent breaks! +Not linear! +Han shot first! +Nice to meet you! +Buckets of lava! +Ride the pig! +Larger than Earth! +sqrt(-1) love you! +Phobos anomaly! +Punching wood! +Falling off cliffs! +0% sugar! +150% hyperbole! +Synecdoche! +Let's danec! +Seecret Friday update! +Reference implementation! +Lewd with two dudes with food! +Kiss the sky! +20 GOTO 10! +Verlet intregration! +Peter Griffin! +Do not distribute! +Cogito ergo sum! +4815162342 lines of code! +A skeleton popped out! +The Work of Notch! +The sum of its parts! +BTAF used to be good! +I miss ADOM! +umop-apisdn! +OICU812! +Bring me Ray Cokes! +Finger-licking! +Thematic! +Pneumatic! +Sublime! +Octagonal! +Une baguette! +Gargamel plays it! +Rita is the new top dog! +SWM forever! +Representing Edsbyn! +Matt Damon! +Supercalifragilisticexpialidocious! +Consummate V's! +Cow Tools! +Double buffered! +Fan fiction! +Flaxkikare! +Jason! Jason! Jason! +Hotter than the sun! +Internet enabled! +Autonomous! +Engage! +Fantasy! +DRR! DRR! DRR! +Kick it root down! +Regional resources! +Woo, facepunch! +Woo, somethingawful! +Woo, /v/! +Woo, tigsource! +Woo, minecraftforum! +Woo, worldofminecraft! +Woo, reddit! +Woo, 2pp! +Google anlyticsed! +Now supports åäö! +Give us Gordon! +Tip your waiter! +Very fun! +12345 is a bad password! +Vote for net neutrality! +Lives in a pineapple under the sea! +MAP11 has two names! +Omnipotent! +Gasp! +...! +Bees, bees, bees, bees! +Jag känner en bot! +This text is hard to read if you play the game at the default resolution, but at 1080p it's fine! +Haha, LOL! +Hampsterdance! +Switches and ores! +Menger sponge! +idspispopd! +Eple (original edit)! +So fresh, so clean! +Slow acting portals! +Try the Nether! +Don't look directly at the bugs! +Oh, ok, Pigmen! +Finally with ladders! +Scary! +Play Minecraft, Watch Topgear, Get Pig! +Twittered about! +Jump up, jump up, and get down! +Joel is neat! +A riddle, wrapped in a mystery! +Huge tracts of land! +Welcome to your Doom! +Stay a while, stay forever! +Stay a while and listen! +Treatment for your rash! +"Autological" is! +Information wants to be free! +"Almost never" is an interesting concept! +Lots of truthiness! +The creeper is a spy! +Turing complete! +It's groundbreaking! +Let our battle's begin! +The sky is the limit! +Jeb has amazing hair! +Ryan also has amazing hair! +Casual gaming! +Undefeated! +Kinda like Lemmings! +Follow the train, CJ! +Leveraging synergy! +This message will never appear on the splash screen, isn't that weird? +DungeonQuest is unfair! +110813! +90210! +Check out the far lands! +Tyrion would love it! +Also try VVVVVV! +Also try Super Meat Boy! +Also try Terraria! +Also try Mount And Blade! +Also try Project Zomboid! +Also try World of Goo! +Also try Limbo! +Also try Pixeljunk Shooter! +Also try Braid! +That's super! +Bread is pain! +Read more books! +Khaaaaaaaaan! +Less addictive than TV Tropes! +More addictive than lemonade! +Bigger than a bread box! +Millions of peaches! +Fnord! +This is my true form! +Totally forgot about Dre! +Don't bother with the clones! +Pumpkinhead! +Hobo humping slobo babe! +Made by Jeb! +Has an ending! +Finally complete! +Feature packed! +Boots with the fur! +Stop, hammertime! +Testificates! +Conventional! +Homeomorphic to a 3-sphere! +Doesn't avoid double negatives! +Place ALL the blocks! +Does barrel rolls! +Meeting expectations! +PC gaming since 1873! +Ghoughpteighbteau tchoghs! +Déjà vu! +Déjà vu! +Got your nose! +Haley loves Elan! +Afraid of the big, black bat! +Doesn't use the U-word! +Child's play! +See you next Friday or so! +From the streets of Södermalm! +150 bpm for 400000 minutes! +Technologic! +Funk soul brother! +Pumpa kungen! +日本ãƒãƒ­ãƒ¼ï¼ +한국 안녕하세요! +Helo Cymru! +Cześć Polsko! +ä½ å¥½ä¸­å›½ï¼ +Привет РоÑÑиÑ! +Γεια σου Ελλάδα! +My life for Aiur! +Lennart lennart = new Lennart(); +I see your vocabulary has improved! +Who put it there? +You can't explain that! +if not ok then return end +§1C§2o§3l§4o§5r§6m§7a§8t§9i§ac +§kFUNKY LOL +SOPA means LOSER in Swedish! +Big Pointy Teeth! +Bekarton guards the gate! +Mmmph, mmph! +Don't feed avocados to parrots! +Swords for everyone! +Plz reply to my tweet! +.party()! +Take her pillow! +Put that cookie down! +Pretty scary! +I have a suggestion. +Now with extra hugs! +Now Java 6! +Woah. +HURNERJSGER? +What's up, Doc? +Now contains 32 random daily cats! +That's Numberwang! +pls rt +Do you want to join my server? +Put a little fence around it! +Throw a blanket over it! +One day, somewhere in the future, my work will be quoted! +Now with additional stuff! +Extra things! +Yay, puppies for everyone! +So sweet, like a nice bon bon! +Popping tags! +Very influential in its circle! +Now With Multiplayer! +Rise from your grave! +Warning! A huge battleship "STEVE" is approaching fast! +Blue warrior shot the food! +Run, coward! I hunger! +Flavor with no seasoning! +Strange, but not a stranger! +Tougher than diamonds, rich like cream! +Getting ready to show! +Getting ready to know! +Getting ready to drop! +Getting ready to shock! +Getting ready to freak! +Getting ready to speak! +It swings, it jives! +Cruising streets for gold! +Take an eggbeater and beat it against a skillet! +Make me a table, a funky table! +Take the elevator to the mezzanine! +Stop being reasonable, this is the Internet! +/give @a hugs 64 +This is good for Realms. +Any computer is a laptop if you're brave enough! +Do it all, everything! +Where there is not light, there can spider! +GNU Terry Pratchett \ No newline at end of file diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/anvil_base.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/anvil_base.png new file mode 100755 index 00000000..cfc1fc8f Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/anvil_base.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/anvil_top_damaged_0.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/anvil_top_damaged_0.png new file mode 100755 index 00000000..395dea47 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/anvil_top_damaged_0.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/anvil_top_damaged_1.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/anvil_top_damaged_1.png new file mode 100755 index 00000000..eddc47fb Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/anvil_top_damaged_1.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/anvil_top_damaged_2.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/anvil_top_damaged_2.png new file mode 100755 index 00000000..6cade1fa Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/anvil_top_damaged_2.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/beacon.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/beacon.png new file mode 100755 index 00000000..a69e59dc Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/beacon.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/bed_feet_end.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/bed_feet_end.png new file mode 100755 index 00000000..6e1a4be4 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/bed_feet_end.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/bed_feet_side.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/bed_feet_side.png new file mode 100755 index 00000000..3ce06f3e Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/bed_feet_side.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/bed_feet_top.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/bed_feet_top.png new file mode 100755 index 00000000..b96d357d Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/bed_feet_top.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/bed_head_end.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/bed_head_end.png new file mode 100755 index 00000000..b684c9a7 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/bed_head_end.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/bed_head_side.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/bed_head_side.png new file mode 100755 index 00000000..3270b4a0 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/bed_head_side.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/bed_head_top.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/bed_head_top.png new file mode 100755 index 00000000..2ab10900 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/bed_head_top.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/bedrock.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/bedrock.png new file mode 100755 index 00000000..1643c995 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/bedrock.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/bookshelf.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/bookshelf.png new file mode 100755 index 00000000..4c87f0fb Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/bookshelf.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/brewing_stand.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/brewing_stand.png new file mode 100755 index 00000000..60832aab Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/brewing_stand.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/brewing_stand_base.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/brewing_stand_base.png new file mode 100755 index 00000000..0742fbfa Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/brewing_stand_base.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/brick.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/brick.png new file mode 100755 index 00000000..fd6959c2 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/brick.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/cactus_bottom.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/cactus_bottom.png new file mode 100755 index 00000000..6f10bc08 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/cactus_bottom.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/cactus_side.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/cactus_side.png new file mode 100755 index 00000000..9c555037 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/cactus_side.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/cactus_top.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/cactus_top.png new file mode 100755 index 00000000..f182e84a Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/cactus_top.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/cake_bottom.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/cake_bottom.png new file mode 100755 index 00000000..d93b15ad Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/cake_bottom.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/cake_inner.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/cake_inner.png new file mode 100755 index 00000000..ce7ce690 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/cake_inner.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/cake_side.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/cake_side.png new file mode 100755 index 00000000..343a0234 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/cake_side.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/cake_top.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/cake_top.png new file mode 100755 index 00000000..2947892e Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/cake_top.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/carrots_stage_0.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/carrots_stage_0.png new file mode 100755 index 00000000..c1ef7320 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/carrots_stage_0.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/carrots_stage_1.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/carrots_stage_1.png new file mode 100755 index 00000000..1275f4f8 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/carrots_stage_1.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/carrots_stage_2.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/carrots_stage_2.png new file mode 100755 index 00000000..b7347dfe Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/carrots_stage_2.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/carrots_stage_3.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/carrots_stage_3.png new file mode 100755 index 00000000..2391be83 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/carrots_stage_3.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/cauldron_bottom.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/cauldron_bottom.png new file mode 100755 index 00000000..8328307a Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/cauldron_bottom.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/cauldron_inner.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/cauldron_inner.png new file mode 100755 index 00000000..d5a30dd2 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/cauldron_inner.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/cauldron_side.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/cauldron_side.png new file mode 100755 index 00000000..df42f989 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/cauldron_side.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/cauldron_top.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/cauldron_top.png new file mode 100755 index 00000000..e263fc5a Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/cauldron_top.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/clay.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/clay.png new file mode 100755 index 00000000..c19e0319 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/clay.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/coal_block.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/coal_block.png new file mode 100755 index 00000000..024404bc Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/coal_block.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/coal_ore.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/coal_ore.png new file mode 100755 index 00000000..49486d2a Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/coal_ore.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/coarse_dirt.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/coarse_dirt.png new file mode 100755 index 00000000..d6462257 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/coarse_dirt.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/cobblestone.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/cobblestone.png new file mode 100755 index 00000000..da3498c5 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/cobblestone.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/cobblestone_mossy.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/cobblestone_mossy.png new file mode 100755 index 00000000..29449e3b Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/cobblestone_mossy.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/cocoa_stage_0.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/cocoa_stage_0.png new file mode 100755 index 00000000..25892eba Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/cocoa_stage_0.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/cocoa_stage_1.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/cocoa_stage_1.png new file mode 100755 index 00000000..d0098ffd Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/cocoa_stage_1.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/cocoa_stage_2.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/cocoa_stage_2.png new file mode 100755 index 00000000..db28c7b8 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/cocoa_stage_2.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/command_block.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/command_block.png new file mode 100755 index 00000000..4459675f Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/command_block.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/comparator_off.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/comparator_off.png new file mode 100755 index 00000000..c9527bc1 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/comparator_off.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/comparator_on.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/comparator_on.png new file mode 100755 index 00000000..2e4fb7aa Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/comparator_on.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/crafting_table_front.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/crafting_table_front.png new file mode 100755 index 00000000..11986a46 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/crafting_table_front.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/crafting_table_side.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/crafting_table_side.png new file mode 100755 index 00000000..1c678b4c Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/crafting_table_side.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/crafting_table_top.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/crafting_table_top.png new file mode 100755 index 00000000..5cd53a54 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/crafting_table_top.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/daylight_detector_inverted_top.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/daylight_detector_inverted_top.png new file mode 100755 index 00000000..194a30e4 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/daylight_detector_inverted_top.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/daylight_detector_side.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/daylight_detector_side.png new file mode 100755 index 00000000..ac273ea1 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/daylight_detector_side.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/daylight_detector_top.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/daylight_detector_top.png new file mode 100755 index 00000000..3bfb2da3 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/daylight_detector_top.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/deadbush.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/deadbush.png new file mode 100755 index 00000000..c64e0797 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/deadbush.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/destroy_stage_0.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/destroy_stage_0.png new file mode 100755 index 00000000..f65b7ede Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/destroy_stage_0.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/destroy_stage_1.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/destroy_stage_1.png new file mode 100755 index 00000000..7c915961 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/destroy_stage_1.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/destroy_stage_2.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/destroy_stage_2.png new file mode 100755 index 00000000..dadd6b05 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/destroy_stage_2.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/destroy_stage_3.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/destroy_stage_3.png new file mode 100755 index 00000000..52a40b65 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/destroy_stage_3.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/destroy_stage_4.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/destroy_stage_4.png new file mode 100755 index 00000000..e37c88a2 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/destroy_stage_4.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/destroy_stage_5.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/destroy_stage_5.png new file mode 100755 index 00000000..9590d2f7 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/destroy_stage_5.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/destroy_stage_6.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/destroy_stage_6.png new file mode 100755 index 00000000..8e490c0e Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/destroy_stage_6.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/destroy_stage_7.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/destroy_stage_7.png new file mode 100755 index 00000000..0b40c789 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/destroy_stage_7.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/destroy_stage_8.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/destroy_stage_8.png new file mode 100755 index 00000000..c0bf1dec Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/destroy_stage_8.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/destroy_stage_9.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/destroy_stage_9.png new file mode 100755 index 00000000..e3185f82 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/destroy_stage_9.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/diamond_block.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/diamond_block.png new file mode 100755 index 00000000..f2e2e771 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/diamond_block.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/diamond_ore.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/diamond_ore.png new file mode 100755 index 00000000..735ecdaa Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/diamond_ore.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/dirt.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/dirt.png new file mode 100755 index 00000000..617d353e Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/dirt.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/dirt_podzol_side.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/dirt_podzol_side.png new file mode 100755 index 00000000..5921d37f Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/dirt_podzol_side.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/dirt_podzol_top.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/dirt_podzol_top.png new file mode 100755 index 00000000..ebeda86a Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/dirt_podzol_top.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/dispenser_front_horizontal.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/dispenser_front_horizontal.png new file mode 100755 index 00000000..3e09fde0 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/dispenser_front_horizontal.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/dispenser_front_vertical.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/dispenser_front_vertical.png new file mode 100755 index 00000000..87a7837e Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/dispenser_front_vertical.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/door_acacia_lower.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/door_acacia_lower.png new file mode 100755 index 00000000..2f575085 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/door_acacia_lower.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/door_acacia_upper.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/door_acacia_upper.png new file mode 100755 index 00000000..9b7e742c Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/door_acacia_upper.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/door_birch_lower.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/door_birch_lower.png new file mode 100755 index 00000000..2c6f7d3e Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/door_birch_lower.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/door_birch_upper.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/door_birch_upper.png new file mode 100755 index 00000000..1345b41d Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/door_birch_upper.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/door_dark_oak_lower.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/door_dark_oak_lower.png new file mode 100755 index 00000000..7bb3ff2a Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/door_dark_oak_lower.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/door_dark_oak_upper.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/door_dark_oak_upper.png new file mode 100755 index 00000000..27fa6cc5 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/door_dark_oak_upper.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/door_iron_lower.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/door_iron_lower.png new file mode 100755 index 00000000..dbc33ab4 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/door_iron_lower.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/door_iron_upper.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/door_iron_upper.png new file mode 100755 index 00000000..56878fea Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/door_iron_upper.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/door_jungle_lower.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/door_jungle_lower.png new file mode 100755 index 00000000..4edfa3ca Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/door_jungle_lower.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/door_jungle_upper.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/door_jungle_upper.png new file mode 100755 index 00000000..d5201f8c Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/door_jungle_upper.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/door_spruce_lower.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/door_spruce_lower.png new file mode 100755 index 00000000..5faa6e74 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/door_spruce_lower.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/door_spruce_upper.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/door_spruce_upper.png new file mode 100755 index 00000000..38e27172 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/door_spruce_upper.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/door_wood_lower.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/door_wood_lower.png new file mode 100755 index 00000000..cc617316 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/door_wood_lower.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/door_wood_upper.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/door_wood_upper.png new file mode 100755 index 00000000..93319d5d Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/door_wood_upper.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/double_plant_fern_bottom.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/double_plant_fern_bottom.png new file mode 100755 index 00000000..6a5fa6a1 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/double_plant_fern_bottom.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/double_plant_fern_top.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/double_plant_fern_top.png new file mode 100755 index 00000000..393144c4 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/double_plant_fern_top.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/double_plant_grass_bottom.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/double_plant_grass_bottom.png new file mode 100755 index 00000000..5ac15b4f Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/double_plant_grass_bottom.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/double_plant_grass_top.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/double_plant_grass_top.png new file mode 100755 index 00000000..1ceb3de8 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/double_plant_grass_top.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/double_plant_paeonia_bottom.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/double_plant_paeonia_bottom.png new file mode 100755 index 00000000..21285f5e Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/double_plant_paeonia_bottom.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/double_plant_paeonia_top.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/double_plant_paeonia_top.png new file mode 100755 index 00000000..bc682417 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/double_plant_paeonia_top.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/double_plant_rose_bottom.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/double_plant_rose_bottom.png new file mode 100755 index 00000000..4d59f443 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/double_plant_rose_bottom.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/double_plant_rose_top.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/double_plant_rose_top.png new file mode 100755 index 00000000..028aa80a Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/double_plant_rose_top.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/double_plant_sunflower_back.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/double_plant_sunflower_back.png new file mode 100755 index 00000000..d488923a Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/double_plant_sunflower_back.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/double_plant_sunflower_bottom.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/double_plant_sunflower_bottom.png new file mode 100755 index 00000000..8a12ebe5 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/double_plant_sunflower_bottom.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/double_plant_sunflower_front.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/double_plant_sunflower_front.png new file mode 100755 index 00000000..699e34fa Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/double_plant_sunflower_front.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/double_plant_sunflower_top.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/double_plant_sunflower_top.png new file mode 100755 index 00000000..4d142039 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/double_plant_sunflower_top.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/double_plant_syringa_bottom.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/double_plant_syringa_bottom.png new file mode 100755 index 00000000..5b880b5f Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/double_plant_syringa_bottom.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/double_plant_syringa_top.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/double_plant_syringa_top.png new file mode 100755 index 00000000..b00751fc Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/double_plant_syringa_top.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/dragon_egg.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/dragon_egg.png new file mode 100755 index 00000000..02af123c Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/dragon_egg.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/dropper_front_horizontal.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/dropper_front_horizontal.png new file mode 100755 index 00000000..7d5f260d Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/dropper_front_horizontal.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/dropper_front_vertical.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/dropper_front_vertical.png new file mode 100755 index 00000000..68a56c88 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/dropper_front_vertical.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/emerald_block.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/emerald_block.png new file mode 100755 index 00000000..dc214ee7 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/emerald_block.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/emerald_ore.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/emerald_ore.png new file mode 100755 index 00000000..a26c35f6 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/emerald_ore.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/enchanting_table_bottom.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/enchanting_table_bottom.png new file mode 100755 index 00000000..0f492aac Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/enchanting_table_bottom.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/enchanting_table_side.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/enchanting_table_side.png new file mode 100755 index 00000000..f2f46143 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/enchanting_table_side.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/enchanting_table_top.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/enchanting_table_top.png new file mode 100755 index 00000000..0d5f68f6 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/enchanting_table_top.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/end_stone.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/end_stone.png new file mode 100755 index 00000000..c2a91e3c Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/end_stone.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/endframe_eye.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/endframe_eye.png new file mode 100755 index 00000000..afa1d5d0 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/endframe_eye.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/endframe_side.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/endframe_side.png new file mode 100755 index 00000000..e6cb5673 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/endframe_side.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/endframe_top.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/endframe_top.png new file mode 100755 index 00000000..35215a58 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/endframe_top.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/farmland_dry.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/farmland_dry.png new file mode 100755 index 00000000..d03a0f49 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/farmland_dry.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/farmland_wet.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/farmland_wet.png new file mode 100755 index 00000000..f8d460d5 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/farmland_wet.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/fern.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/fern.png new file mode 100755 index 00000000..fd769501 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/fern.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/fire_layer_0.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/fire_layer_0.png new file mode 100755 index 00000000..cf8910f6 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/fire_layer_0.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/fire_layer_0.png.mcmeta b/desktopRuntime/resources/assets/minecraft/textures/blocks/fire_layer_0.png.mcmeta new file mode 100755 index 00000000..ca6a1856 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/textures/blocks/fire_layer_0.png.mcmeta @@ -0,0 +1,38 @@ +{ + "animation": { + "frames": [ + 16, + 17, + 18, + 19, + 20, + 21, + 22, + 23, + 24, + 25, + 26, + 27, + 28, + 29, + 30, + 31, + 0, + 1, + 2, + 3, + 4, + 5, + 6, + 7, + 8, + 9, + 10, + 11, + 12, + 13, + 14, + 15 + ] + } +} diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/fire_layer_1.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/fire_layer_1.png new file mode 100755 index 00000000..6db92ac4 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/fire_layer_1.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/fire_layer_1.png.mcmeta b/desktopRuntime/resources/assets/minecraft/textures/blocks/fire_layer_1.png.mcmeta new file mode 100755 index 00000000..de3267f0 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/textures/blocks/fire_layer_1.png.mcmeta @@ -0,0 +1,3 @@ +{ + "animation": {} +} \ No newline at end of file diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/flower_allium.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/flower_allium.png new file mode 100755 index 00000000..b7b5a45c Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/flower_allium.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/flower_blue_orchid.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/flower_blue_orchid.png new file mode 100755 index 00000000..51d7fd94 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/flower_blue_orchid.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/flower_dandelion.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/flower_dandelion.png new file mode 100755 index 00000000..873e3f5c Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/flower_dandelion.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/flower_houstonia.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/flower_houstonia.png new file mode 100755 index 00000000..2f9127d9 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/flower_houstonia.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/flower_oxeye_daisy.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/flower_oxeye_daisy.png new file mode 100755 index 00000000..6d489130 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/flower_oxeye_daisy.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/flower_paeonia.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/flower_paeonia.png new file mode 100755 index 00000000..01a92ee7 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/flower_paeonia.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/flower_pot.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/flower_pot.png new file mode 100755 index 00000000..09c2523c Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/flower_pot.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/flower_rose.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/flower_rose.png new file mode 100755 index 00000000..895d78ff Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/flower_rose.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/flower_tulip_orange.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/flower_tulip_orange.png new file mode 100755 index 00000000..6715a628 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/flower_tulip_orange.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/flower_tulip_pink.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/flower_tulip_pink.png new file mode 100755 index 00000000..a757bf53 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/flower_tulip_pink.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/flower_tulip_red.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/flower_tulip_red.png new file mode 100755 index 00000000..3048b63d Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/flower_tulip_red.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/flower_tulip_white.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/flower_tulip_white.png new file mode 100755 index 00000000..6aa12a90 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/flower_tulip_white.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/furnace_front_off.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/furnace_front_off.png new file mode 100755 index 00000000..0570c3a1 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/furnace_front_off.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/furnace_front_on.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/furnace_front_on.png new file mode 100755 index 00000000..92c89f3c Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/furnace_front_on.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/furnace_side.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/furnace_side.png new file mode 100755 index 00000000..115f73d0 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/furnace_side.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/furnace_top.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/furnace_top.png new file mode 100755 index 00000000..a3a5a085 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/furnace_top.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/glass.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/glass.png new file mode 100755 index 00000000..acadb01a Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/glass.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/glass_black.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/glass_black.png new file mode 100755 index 00000000..06f34279 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/glass_black.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/glass_blue.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/glass_blue.png new file mode 100755 index 00000000..38885de7 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/glass_blue.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/glass_brown.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/glass_brown.png new file mode 100755 index 00000000..259b61c6 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/glass_brown.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/glass_cyan.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/glass_cyan.png new file mode 100755 index 00000000..d30caa44 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/glass_cyan.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/glass_gray.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/glass_gray.png new file mode 100755 index 00000000..3f07a5d8 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/glass_gray.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/glass_green.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/glass_green.png new file mode 100755 index 00000000..7c1f4e60 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/glass_green.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/glass_light_blue.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/glass_light_blue.png new file mode 100755 index 00000000..b62703d4 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/glass_light_blue.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/glass_lime.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/glass_lime.png new file mode 100755 index 00000000..f1d3c46a Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/glass_lime.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/glass_magenta.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/glass_magenta.png new file mode 100755 index 00000000..5cd99450 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/glass_magenta.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/glass_orange.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/glass_orange.png new file mode 100755 index 00000000..3a29e31b Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/glass_orange.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/glass_pane_top.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/glass_pane_top.png new file mode 100755 index 00000000..02de5877 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/glass_pane_top.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/glass_pane_top_black.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/glass_pane_top_black.png new file mode 100755 index 00000000..43d60c55 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/glass_pane_top_black.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/glass_pane_top_blue.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/glass_pane_top_blue.png new file mode 100755 index 00000000..55c614f4 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/glass_pane_top_blue.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/glass_pane_top_brown.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/glass_pane_top_brown.png new file mode 100755 index 00000000..cbd791a4 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/glass_pane_top_brown.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/glass_pane_top_cyan.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/glass_pane_top_cyan.png new file mode 100755 index 00000000..9a34b844 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/glass_pane_top_cyan.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/glass_pane_top_gray.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/glass_pane_top_gray.png new file mode 100755 index 00000000..bb061147 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/glass_pane_top_gray.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/glass_pane_top_green.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/glass_pane_top_green.png new file mode 100755 index 00000000..a7d9fc7d Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/glass_pane_top_green.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/glass_pane_top_light_blue.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/glass_pane_top_light_blue.png new file mode 100755 index 00000000..6a0e661d Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/glass_pane_top_light_blue.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/glass_pane_top_lime.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/glass_pane_top_lime.png new file mode 100755 index 00000000..0607d75b Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/glass_pane_top_lime.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/glass_pane_top_magenta.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/glass_pane_top_magenta.png new file mode 100755 index 00000000..5419e521 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/glass_pane_top_magenta.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/glass_pane_top_orange.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/glass_pane_top_orange.png new file mode 100755 index 00000000..2866571b Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/glass_pane_top_orange.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/glass_pane_top_pink.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/glass_pane_top_pink.png new file mode 100755 index 00000000..6b6cd768 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/glass_pane_top_pink.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/glass_pane_top_purple.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/glass_pane_top_purple.png new file mode 100755 index 00000000..23e208ed Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/glass_pane_top_purple.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/glass_pane_top_red.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/glass_pane_top_red.png new file mode 100755 index 00000000..22b69dba Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/glass_pane_top_red.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/glass_pane_top_silver.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/glass_pane_top_silver.png new file mode 100755 index 00000000..f226ecc9 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/glass_pane_top_silver.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/glass_pane_top_white.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/glass_pane_top_white.png new file mode 100755 index 00000000..9a273c36 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/glass_pane_top_white.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/glass_pane_top_yellow.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/glass_pane_top_yellow.png new file mode 100755 index 00000000..1c8580f3 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/glass_pane_top_yellow.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/glass_pink.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/glass_pink.png new file mode 100755 index 00000000..42d8739d Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/glass_pink.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/glass_purple.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/glass_purple.png new file mode 100755 index 00000000..fcae3d26 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/glass_purple.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/glass_red.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/glass_red.png new file mode 100755 index 00000000..db4c5eb7 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/glass_red.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/glass_silver.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/glass_silver.png new file mode 100755 index 00000000..84616646 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/glass_silver.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/glass_white.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/glass_white.png new file mode 100755 index 00000000..696c5aab Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/glass_white.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/glass_yellow.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/glass_yellow.png new file mode 100755 index 00000000..8e48e120 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/glass_yellow.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/glowstone.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/glowstone.png new file mode 100755 index 00000000..c7253b3b Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/glowstone.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/gold_block.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/gold_block.png new file mode 100755 index 00000000..174002e2 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/gold_block.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/gold_ore.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/gold_ore.png new file mode 100755 index 00000000..b1a7a55b Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/gold_ore.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/grass_side.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/grass_side.png new file mode 100755 index 00000000..a4975e53 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/grass_side.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/grass_side_overlay.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/grass_side_overlay.png new file mode 100755 index 00000000..fc3fa9d7 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/grass_side_overlay.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/grass_side_snowed.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/grass_side_snowed.png new file mode 100755 index 00000000..41f61977 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/grass_side_snowed.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/grass_top.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/grass_top.png new file mode 100755 index 00000000..eaa7e458 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/grass_top.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/gravel.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/gravel.png new file mode 100755 index 00000000..388e5c55 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/gravel.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/hardened_clay.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/hardened_clay.png new file mode 100755 index 00000000..24463804 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/hardened_clay.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/hardened_clay_stained_black.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/hardened_clay_stained_black.png new file mode 100755 index 00000000..59da22cf Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/hardened_clay_stained_black.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/hardened_clay_stained_blue.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/hardened_clay_stained_blue.png new file mode 100755 index 00000000..7e38e276 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/hardened_clay_stained_blue.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/hardened_clay_stained_brown.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/hardened_clay_stained_brown.png new file mode 100755 index 00000000..f81745ff Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/hardened_clay_stained_brown.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/hardened_clay_stained_cyan.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/hardened_clay_stained_cyan.png new file mode 100755 index 00000000..b05428cb Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/hardened_clay_stained_cyan.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/hardened_clay_stained_gray.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/hardened_clay_stained_gray.png new file mode 100755 index 00000000..8f86904a Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/hardened_clay_stained_gray.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/hardened_clay_stained_green.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/hardened_clay_stained_green.png new file mode 100755 index 00000000..e89162ee Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/hardened_clay_stained_green.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/hardened_clay_stained_light_blue.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/hardened_clay_stained_light_blue.png new file mode 100755 index 00000000..3d9ebeaf Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/hardened_clay_stained_light_blue.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/hardened_clay_stained_lime.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/hardened_clay_stained_lime.png new file mode 100755 index 00000000..b459a0b5 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/hardened_clay_stained_lime.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/hardened_clay_stained_magenta.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/hardened_clay_stained_magenta.png new file mode 100755 index 00000000..96631060 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/hardened_clay_stained_magenta.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/hardened_clay_stained_orange.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/hardened_clay_stained_orange.png new file mode 100755 index 00000000..40929db6 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/hardened_clay_stained_orange.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/hardened_clay_stained_pink.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/hardened_clay_stained_pink.png new file mode 100755 index 00000000..c21c0aa7 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/hardened_clay_stained_pink.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/hardened_clay_stained_purple.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/hardened_clay_stained_purple.png new file mode 100755 index 00000000..edece941 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/hardened_clay_stained_purple.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/hardened_clay_stained_red.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/hardened_clay_stained_red.png new file mode 100755 index 00000000..6561d123 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/hardened_clay_stained_red.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/hardened_clay_stained_silver.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/hardened_clay_stained_silver.png new file mode 100755 index 00000000..eae07f27 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/hardened_clay_stained_silver.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/hardened_clay_stained_white.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/hardened_clay_stained_white.png new file mode 100755 index 00000000..8066af02 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/hardened_clay_stained_white.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/hardened_clay_stained_yellow.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/hardened_clay_stained_yellow.png new file mode 100755 index 00000000..5da4687f Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/hardened_clay_stained_yellow.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/hay_block_side.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/hay_block_side.png new file mode 100755 index 00000000..a2b32db4 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/hay_block_side.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/hay_block_top.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/hay_block_top.png new file mode 100755 index 00000000..1d355938 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/hay_block_top.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/hopper_inside.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/hopper_inside.png new file mode 100755 index 00000000..24e8eae3 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/hopper_inside.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/hopper_outside.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/hopper_outside.png new file mode 100755 index 00000000..50ed8d55 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/hopper_outside.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/hopper_top.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/hopper_top.png new file mode 100755 index 00000000..e0dbe96a Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/hopper_top.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/ice.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/ice.png new file mode 100755 index 00000000..ac946e95 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/ice.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/ice_packed.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/ice_packed.png new file mode 100755 index 00000000..50f0f345 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/ice_packed.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/iron_bars.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/iron_bars.png new file mode 100755 index 00000000..732807f3 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/iron_bars.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/iron_block.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/iron_block.png new file mode 100755 index 00000000..7816799e Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/iron_block.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/iron_ore.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/iron_ore.png new file mode 100755 index 00000000..250d8bb7 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/iron_ore.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/iron_trapdoor.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/iron_trapdoor.png new file mode 100755 index 00000000..d3c974c6 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/iron_trapdoor.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/itemframe_background.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/itemframe_background.png new file mode 100755 index 00000000..b40ad65c Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/itemframe_background.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/jukebox_side.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/jukebox_side.png new file mode 100755 index 00000000..a3c27c18 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/jukebox_side.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/jukebox_top.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/jukebox_top.png new file mode 100755 index 00000000..92ddb158 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/jukebox_top.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/ladder.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/ladder.png new file mode 100755 index 00000000..e2ec5f28 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/ladder.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/lapis_block.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/lapis_block.png new file mode 100755 index 00000000..0271489e Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/lapis_block.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/lapis_ore.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/lapis_ore.png new file mode 100755 index 00000000..61442368 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/lapis_ore.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/lava_flow.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/lava_flow.png new file mode 100755 index 00000000..af07f91d Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/lava_flow.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/lava_flow.png.mcmeta b/desktopRuntime/resources/assets/minecraft/textures/blocks/lava_flow.png.mcmeta new file mode 100755 index 00000000..df9c61a8 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/textures/blocks/lava_flow.png.mcmeta @@ -0,0 +1,5 @@ +{ + "animation": { + "frametime": 3 + } +} diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/lava_still.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/lava_still.png new file mode 100755 index 00000000..78bb29d5 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/lava_still.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/lava_still.png.mcmeta b/desktopRuntime/resources/assets/minecraft/textures/blocks/lava_still.png.mcmeta new file mode 100755 index 00000000..55438bf3 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/textures/blocks/lava_still.png.mcmeta @@ -0,0 +1,45 @@ +{ + "animation": { + "frametime": 2, + "frames": [ + 0, + 1, + 2, + 3, + 4, + 5, + 6, + 7, + 8, + 9, + 10, + 11, + 12, + 13, + 14, + 15, + 16, + 17, + 18, + 19, + 18, + 17, + 16, + 15, + 14, + 13, + 12, + 11, + 10, + 9, + 8, + 7, + 6, + 5, + 4, + 3, + 2, + 1 + ] + } +} \ No newline at end of file diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/leaves_acacia.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/leaves_acacia.png new file mode 100755 index 00000000..d54eb17d Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/leaves_acacia.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/leaves_big_oak.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/leaves_big_oak.png new file mode 100755 index 00000000..a6773aff Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/leaves_big_oak.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/leaves_birch.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/leaves_birch.png new file mode 100755 index 00000000..a6773aff Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/leaves_birch.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/leaves_jungle.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/leaves_jungle.png new file mode 100755 index 00000000..e0cb935a Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/leaves_jungle.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/leaves_oak.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/leaves_oak.png new file mode 100755 index 00000000..a6773aff Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/leaves_oak.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/leaves_spruce.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/leaves_spruce.png new file mode 100755 index 00000000..602eab8e Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/leaves_spruce.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/lever.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/lever.png new file mode 100755 index 00000000..051187fa Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/lever.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/log_acacia.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/log_acacia.png new file mode 100755 index 00000000..d2212107 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/log_acacia.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/log_acacia_top.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/log_acacia_top.png new file mode 100755 index 00000000..3d448780 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/log_acacia_top.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/log_big_oak.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/log_big_oak.png new file mode 100755 index 00000000..d4da03e6 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/log_big_oak.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/log_big_oak_top.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/log_big_oak_top.png new file mode 100755 index 00000000..99137b6f Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/log_big_oak_top.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/log_birch.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/log_birch.png new file mode 100755 index 00000000..bfb209d1 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/log_birch.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/log_birch_top.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/log_birch_top.png new file mode 100755 index 00000000..f9b94f4c Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/log_birch_top.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/log_jungle.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/log_jungle.png new file mode 100755 index 00000000..0b7120ad Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/log_jungle.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/log_jungle_top.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/log_jungle_top.png new file mode 100755 index 00000000..26b03616 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/log_jungle_top.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/log_oak.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/log_oak.png new file mode 100755 index 00000000..914cb5fb Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/log_oak.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/log_oak_top.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/log_oak_top.png new file mode 100755 index 00000000..7a44e773 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/log_oak_top.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/log_spruce.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/log_spruce.png new file mode 100755 index 00000000..dc1aa2f0 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/log_spruce.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/log_spruce_top.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/log_spruce_top.png new file mode 100755 index 00000000..280c64e4 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/log_spruce_top.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/melon_side.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/melon_side.png new file mode 100755 index 00000000..ec7b430d Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/melon_side.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/melon_stem_connected.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/melon_stem_connected.png new file mode 100755 index 00000000..6a5c10e1 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/melon_stem_connected.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/melon_stem_disconnected.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/melon_stem_disconnected.png new file mode 100755 index 00000000..38065ef6 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/melon_stem_disconnected.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/melon_top.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/melon_top.png new file mode 100755 index 00000000..65cf169f Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/melon_top.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/mob_spawner.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/mob_spawner.png new file mode 100755 index 00000000..7d55217e Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/mob_spawner.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/mushroom_block_inside.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/mushroom_block_inside.png new file mode 100755 index 00000000..f0e7a043 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/mushroom_block_inside.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/mushroom_block_skin_brown.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/mushroom_block_skin_brown.png new file mode 100755 index 00000000..1f52ba89 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/mushroom_block_skin_brown.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/mushroom_block_skin_red.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/mushroom_block_skin_red.png new file mode 100755 index 00000000..66cf12c4 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/mushroom_block_skin_red.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/mushroom_block_skin_stem.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/mushroom_block_skin_stem.png new file mode 100755 index 00000000..83c08403 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/mushroom_block_skin_stem.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/mushroom_brown.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/mushroom_brown.png new file mode 100755 index 00000000..bf33d348 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/mushroom_brown.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/mushroom_red.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/mushroom_red.png new file mode 100755 index 00000000..1b332b79 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/mushroom_red.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/mycelium_side.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/mycelium_side.png new file mode 100755 index 00000000..55474258 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/mycelium_side.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/mycelium_top.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/mycelium_top.png new file mode 100755 index 00000000..088a8251 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/mycelium_top.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/nether_brick.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/nether_brick.png new file mode 100755 index 00000000..caaf66f8 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/nether_brick.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/nether_wart_stage_0.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/nether_wart_stage_0.png new file mode 100755 index 00000000..514a95be Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/nether_wart_stage_0.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/nether_wart_stage_1.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/nether_wart_stage_1.png new file mode 100755 index 00000000..b4ad0d1e Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/nether_wart_stage_1.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/nether_wart_stage_2.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/nether_wart_stage_2.png new file mode 100755 index 00000000..b9b67431 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/nether_wart_stage_2.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/netherrack.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/netherrack.png new file mode 100755 index 00000000..88129c4e Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/netherrack.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/noteblock.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/noteblock.png new file mode 100755 index 00000000..a3c27c18 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/noteblock.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/obsidian.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/obsidian.png new file mode 100755 index 00000000..ff0a6836 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/obsidian.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/piston_bottom.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/piston_bottom.png new file mode 100755 index 00000000..a3a5a085 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/piston_bottom.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/piston_inner.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/piston_inner.png new file mode 100755 index 00000000..10439292 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/piston_inner.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/piston_side.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/piston_side.png new file mode 100755 index 00000000..634f54ab Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/piston_side.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/piston_top_normal.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/piston_top_normal.png new file mode 100755 index 00000000..eeaadab4 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/piston_top_normal.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/piston_top_sticky.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/piston_top_sticky.png new file mode 100755 index 00000000..6ddd4ad3 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/piston_top_sticky.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/planks_acacia.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/planks_acacia.png new file mode 100755 index 00000000..6858c511 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/planks_acacia.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/planks_big_oak.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/planks_big_oak.png new file mode 100755 index 00000000..e3fd4ea9 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/planks_big_oak.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/planks_birch.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/planks_birch.png new file mode 100755 index 00000000..b113e3ae Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/planks_birch.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/planks_jungle.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/planks_jungle.png new file mode 100755 index 00000000..e3fe82d1 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/planks_jungle.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/planks_oak.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/planks_oak.png new file mode 100755 index 00000000..346f77dc Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/planks_oak.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/planks_spruce.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/planks_spruce.png new file mode 100755 index 00000000..f45fa94b Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/planks_spruce.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/portal.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/portal.png new file mode 100755 index 00000000..96859e2d Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/portal.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/portal.png.mcmeta b/desktopRuntime/resources/assets/minecraft/textures/blocks/portal.png.mcmeta new file mode 100755 index 00000000..de3267f0 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/textures/blocks/portal.png.mcmeta @@ -0,0 +1,3 @@ +{ + "animation": {} +} \ No newline at end of file diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/potatoes_stage_0.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/potatoes_stage_0.png new file mode 100755 index 00000000..c1ef7320 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/potatoes_stage_0.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/potatoes_stage_1.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/potatoes_stage_1.png new file mode 100755 index 00000000..1275f4f8 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/potatoes_stage_1.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/potatoes_stage_2.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/potatoes_stage_2.png new file mode 100755 index 00000000..b7347dfe Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/potatoes_stage_2.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/potatoes_stage_3.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/potatoes_stage_3.png new file mode 100755 index 00000000..d7e8185d Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/potatoes_stage_3.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/prismarine_bricks.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/prismarine_bricks.png new file mode 100755 index 00000000..58906903 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/prismarine_bricks.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/prismarine_dark.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/prismarine_dark.png new file mode 100755 index 00000000..07bed857 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/prismarine_dark.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/prismarine_rough.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/prismarine_rough.png new file mode 100755 index 00000000..fe133e29 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/prismarine_rough.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/prismarine_rough.png.mcmeta b/desktopRuntime/resources/assets/minecraft/textures/blocks/prismarine_rough.png.mcmeta new file mode 100755 index 00000000..72101541 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/textures/blocks/prismarine_rough.png.mcmeta @@ -0,0 +1,30 @@ +{ + "animation": { + "frametime": 300, + "interpolate": true, + "frames": [ + 0, + 1, + 0, + 2, + 0, + 3, + 0, + 1, + 2, + 1, + 3, + 1, + 0, + 2, + 1, + 2, + 3, + 2, + 0, + 3, + 1, + 3 + ] + } +} diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/pumpkin_face_off.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/pumpkin_face_off.png new file mode 100755 index 00000000..ecef0250 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/pumpkin_face_off.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/pumpkin_face_on.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/pumpkin_face_on.png new file mode 100755 index 00000000..907f499f Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/pumpkin_face_on.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/pumpkin_side.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/pumpkin_side.png new file mode 100755 index 00000000..75dfc475 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/pumpkin_side.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/pumpkin_stem_connected.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/pumpkin_stem_connected.png new file mode 100755 index 00000000..6a5c10e1 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/pumpkin_stem_connected.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/pumpkin_stem_disconnected.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/pumpkin_stem_disconnected.png new file mode 100755 index 00000000..38065ef6 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/pumpkin_stem_disconnected.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/pumpkin_top.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/pumpkin_top.png new file mode 100755 index 00000000..297ce3c8 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/pumpkin_top.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/quartz_block_bottom.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/quartz_block_bottom.png new file mode 100755 index 00000000..7e16c7cf Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/quartz_block_bottom.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/quartz_block_chiseled.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/quartz_block_chiseled.png new file mode 100755 index 00000000..80465a1b Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/quartz_block_chiseled.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/quartz_block_chiseled_top.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/quartz_block_chiseled_top.png new file mode 100755 index 00000000..44073e5c Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/quartz_block_chiseled_top.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/quartz_block_lines.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/quartz_block_lines.png new file mode 100755 index 00000000..184ecd25 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/quartz_block_lines.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/quartz_block_lines_top.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/quartz_block_lines_top.png new file mode 100755 index 00000000..6d203793 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/quartz_block_lines_top.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/quartz_block_side.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/quartz_block_side.png new file mode 100755 index 00000000..a2cd2cab Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/quartz_block_side.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/quartz_block_top.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/quartz_block_top.png new file mode 100755 index 00000000..a2cd2cab Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/quartz_block_top.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/quartz_ore.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/quartz_ore.png new file mode 100755 index 00000000..4d758c12 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/quartz_ore.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/rail_activator.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/rail_activator.png new file mode 100755 index 00000000..ce115ba6 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/rail_activator.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/rail_activator_powered.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/rail_activator_powered.png new file mode 100755 index 00000000..a3aaca9b Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/rail_activator_powered.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/rail_detector.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/rail_detector.png new file mode 100755 index 00000000..92c1466e Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/rail_detector.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/rail_detector_powered.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/rail_detector_powered.png new file mode 100755 index 00000000..a1c6e6b1 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/rail_detector_powered.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/rail_golden.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/rail_golden.png new file mode 100755 index 00000000..1fc52c3e Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/rail_golden.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/rail_golden_powered.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/rail_golden_powered.png new file mode 100755 index 00000000..bd343be8 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/rail_golden_powered.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/rail_normal.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/rail_normal.png new file mode 100755 index 00000000..d6092369 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/rail_normal.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/rail_normal_turned.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/rail_normal_turned.png new file mode 100755 index 00000000..f394a235 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/rail_normal_turned.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/red_sand.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/red_sand.png new file mode 100755 index 00000000..b216a421 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/red_sand.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/red_sandstone_bottom.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/red_sandstone_bottom.png new file mode 100755 index 00000000..7e7a8c90 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/red_sandstone_bottom.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/red_sandstone_carved.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/red_sandstone_carved.png new file mode 100755 index 00000000..41070da4 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/red_sandstone_carved.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/red_sandstone_normal.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/red_sandstone_normal.png new file mode 100755 index 00000000..f6417847 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/red_sandstone_normal.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/red_sandstone_smooth.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/red_sandstone_smooth.png new file mode 100755 index 00000000..fd44a729 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/red_sandstone_smooth.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/red_sandstone_top.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/red_sandstone_top.png new file mode 100755 index 00000000..794dbeb1 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/red_sandstone_top.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/redstone_block.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/redstone_block.png new file mode 100755 index 00000000..fcf6b40f Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/redstone_block.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/redstone_dust_cross.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/redstone_dust_cross.png new file mode 100755 index 00000000..dcec8935 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/redstone_dust_cross.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/redstone_dust_cross_overlay.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/redstone_dust_cross_overlay.png new file mode 100755 index 00000000..96729e15 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/redstone_dust_cross_overlay.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/redstone_dust_line.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/redstone_dust_line.png new file mode 100755 index 00000000..ff0fb23a Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/redstone_dust_line.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/redstone_dust_line_overlay.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/redstone_dust_line_overlay.png new file mode 100755 index 00000000..9f24cbca Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/redstone_dust_line_overlay.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/redstone_lamp_off.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/redstone_lamp_off.png new file mode 100755 index 00000000..522765be Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/redstone_lamp_off.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/redstone_lamp_on.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/redstone_lamp_on.png new file mode 100755 index 00000000..9562ef3e Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/redstone_lamp_on.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/redstone_ore.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/redstone_ore.png new file mode 100755 index 00000000..575a4888 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/redstone_ore.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/redstone_torch_off.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/redstone_torch_off.png new file mode 100755 index 00000000..635eabd4 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/redstone_torch_off.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/redstone_torch_on.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/redstone_torch_on.png new file mode 100755 index 00000000..2983d6ce Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/redstone_torch_on.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/reeds.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/reeds.png new file mode 100755 index 00000000..64bbfe0e Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/reeds.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/repeater_off.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/repeater_off.png new file mode 100755 index 00000000..86346698 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/repeater_off.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/repeater_on.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/repeater_on.png new file mode 100755 index 00000000..d71d0d93 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/repeater_on.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/sand.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/sand.png new file mode 100755 index 00000000..86b96546 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/sand.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/sandstone_bottom.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/sandstone_bottom.png new file mode 100755 index 00000000..e1022209 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/sandstone_bottom.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/sandstone_carved.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/sandstone_carved.png new file mode 100755 index 00000000..9bd7fa14 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/sandstone_carved.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/sandstone_normal.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/sandstone_normal.png new file mode 100755 index 00000000..1b79145f Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/sandstone_normal.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/sandstone_smooth.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/sandstone_smooth.png new file mode 100755 index 00000000..ef118bdc Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/sandstone_smooth.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/sandstone_top.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/sandstone_top.png new file mode 100755 index 00000000..bb5b157d Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/sandstone_top.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/sapling_acacia.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/sapling_acacia.png new file mode 100755 index 00000000..a1215cbc Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/sapling_acacia.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/sapling_birch.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/sapling_birch.png new file mode 100755 index 00000000..b0dacc5f Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/sapling_birch.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/sapling_jungle.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/sapling_jungle.png new file mode 100755 index 00000000..4e10b35c Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/sapling_jungle.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/sapling_oak.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/sapling_oak.png new file mode 100755 index 00000000..1bf1bfa5 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/sapling_oak.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/sapling_roofed_oak.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/sapling_roofed_oak.png new file mode 100755 index 00000000..dcf5588c Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/sapling_roofed_oak.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/sapling_spruce.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/sapling_spruce.png new file mode 100755 index 00000000..5767d48b Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/sapling_spruce.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/sea_lantern.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/sea_lantern.png new file mode 100755 index 00000000..4f08fd2d Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/sea_lantern.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/sea_lantern.png.mcmeta b/desktopRuntime/resources/assets/minecraft/textures/blocks/sea_lantern.png.mcmeta new file mode 100755 index 00000000..4631ec08 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/textures/blocks/sea_lantern.png.mcmeta @@ -0,0 +1,5 @@ +{ + "animation": { + "frametime": 5 + } +} diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/slime.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/slime.png new file mode 100755 index 00000000..6dbe5cb6 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/slime.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/snow.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/snow.png new file mode 100755 index 00000000..5c146cd3 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/snow.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/soul_sand.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/soul_sand.png new file mode 100755 index 00000000..fca7e8ff Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/soul_sand.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/sponge.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/sponge.png new file mode 100755 index 00000000..78507030 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/sponge.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/sponge_wet.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/sponge_wet.png new file mode 100755 index 00000000..d024995f Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/sponge_wet.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/stone.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/stone.png new file mode 100755 index 00000000..87e19ff4 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/stone.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/stone_andesite.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/stone_andesite.png new file mode 100755 index 00000000..680a899f Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/stone_andesite.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/stone_andesite_smooth.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/stone_andesite_smooth.png new file mode 100755 index 00000000..a77809c0 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/stone_andesite_smooth.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/stone_diorite.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/stone_diorite.png new file mode 100755 index 00000000..711c838b Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/stone_diorite.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/stone_diorite_smooth.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/stone_diorite_smooth.png new file mode 100755 index 00000000..8b4f8e35 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/stone_diorite_smooth.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/stone_granite.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/stone_granite.png new file mode 100755 index 00000000..07c7af85 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/stone_granite.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/stone_granite_smooth.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/stone_granite_smooth.png new file mode 100755 index 00000000..d5b37f1b Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/stone_granite_smooth.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/stone_slab_side.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/stone_slab_side.png new file mode 100755 index 00000000..fe2a2040 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/stone_slab_side.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/stone_slab_top.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/stone_slab_top.png new file mode 100755 index 00000000..090657d3 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/stone_slab_top.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/stonebrick.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/stonebrick.png new file mode 100755 index 00000000..69138cf2 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/stonebrick.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/stonebrick_carved.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/stonebrick_carved.png new file mode 100755 index 00000000..b7e88db2 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/stonebrick_carved.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/stonebrick_cracked.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/stonebrick_cracked.png new file mode 100755 index 00000000..918a8845 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/stonebrick_cracked.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/stonebrick_mossy.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/stonebrick_mossy.png new file mode 100755 index 00000000..5b9fe376 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/stonebrick_mossy.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/tallgrass.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/tallgrass.png new file mode 100755 index 00000000..2869848f Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/tallgrass.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/tnt_bottom.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/tnt_bottom.png new file mode 100755 index 00000000..cc2e5867 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/tnt_bottom.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/tnt_side.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/tnt_side.png new file mode 100755 index 00000000..21109fbe Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/tnt_side.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/tnt_top.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/tnt_top.png new file mode 100755 index 00000000..ceb44b6d Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/tnt_top.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/torch_on.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/torch_on.png new file mode 100755 index 00000000..a2ce41b8 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/torch_on.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/trapdoor.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/trapdoor.png new file mode 100755 index 00000000..4eadefc5 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/trapdoor.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/trip_wire.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/trip_wire.png new file mode 100755 index 00000000..42126b80 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/trip_wire.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/trip_wire_source.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/trip_wire_source.png new file mode 100755 index 00000000..fbd464d8 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/trip_wire_source.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/vine.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/vine.png new file mode 100755 index 00000000..df5e435a Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/vine.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/water_flow.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/water_flow.png new file mode 100755 index 00000000..e72280c4 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/water_flow.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/water_flow.png.mcmeta b/desktopRuntime/resources/assets/minecraft/textures/blocks/water_flow.png.mcmeta new file mode 100755 index 00000000..de3267f0 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/textures/blocks/water_flow.png.mcmeta @@ -0,0 +1,3 @@ +{ + "animation": {} +} \ No newline at end of file diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/water_still.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/water_still.png new file mode 100755 index 00000000..c7e90b07 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/water_still.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/water_still.png.mcmeta b/desktopRuntime/resources/assets/minecraft/textures/blocks/water_still.png.mcmeta new file mode 100755 index 00000000..4b721e09 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/textures/blocks/water_still.png.mcmeta @@ -0,0 +1,5 @@ +{ + "animation": { + "frametime": 2 + } +} diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/waterlily.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/waterlily.png new file mode 100755 index 00000000..f6c84f84 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/waterlily.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/web.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/web.png new file mode 100755 index 00000000..7c097f17 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/web.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/wheat_stage_0.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/wheat_stage_0.png new file mode 100755 index 00000000..185af6fc Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/wheat_stage_0.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/wheat_stage_1.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/wheat_stage_1.png new file mode 100755 index 00000000..67588c1e Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/wheat_stage_1.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/wheat_stage_2.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/wheat_stage_2.png new file mode 100755 index 00000000..3d337929 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/wheat_stage_2.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/wheat_stage_3.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/wheat_stage_3.png new file mode 100755 index 00000000..4649f780 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/wheat_stage_3.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/wheat_stage_4.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/wheat_stage_4.png new file mode 100755 index 00000000..ac04b52c Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/wheat_stage_4.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/wheat_stage_5.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/wheat_stage_5.png new file mode 100755 index 00000000..1ea81acd Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/wheat_stage_5.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/wheat_stage_6.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/wheat_stage_6.png new file mode 100755 index 00000000..cb5f1951 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/wheat_stage_6.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/wheat_stage_7.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/wheat_stage_7.png new file mode 100755 index 00000000..7acafb37 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/wheat_stage_7.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/wool_colored_black.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/wool_colored_black.png new file mode 100755 index 00000000..b74d5c9f Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/wool_colored_black.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/wool_colored_blue.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/wool_colored_blue.png new file mode 100755 index 00000000..ce9515f8 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/wool_colored_blue.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/wool_colored_brown.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/wool_colored_brown.png new file mode 100755 index 00000000..b4dc3c52 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/wool_colored_brown.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/wool_colored_cyan.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/wool_colored_cyan.png new file mode 100755 index 00000000..ca0800a3 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/wool_colored_cyan.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/wool_colored_gray.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/wool_colored_gray.png new file mode 100755 index 00000000..6409ff2f Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/wool_colored_gray.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/wool_colored_green.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/wool_colored_green.png new file mode 100755 index 00000000..a7be6d7f Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/wool_colored_green.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/wool_colored_light_blue.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/wool_colored_light_blue.png new file mode 100755 index 00000000..72d9d9e7 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/wool_colored_light_blue.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/wool_colored_lime.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/wool_colored_lime.png new file mode 100755 index 00000000..bf56389f Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/wool_colored_lime.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/wool_colored_magenta.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/wool_colored_magenta.png new file mode 100755 index 00000000..3af67475 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/wool_colored_magenta.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/wool_colored_orange.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/wool_colored_orange.png new file mode 100755 index 00000000..eefe6dea Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/wool_colored_orange.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/wool_colored_pink.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/wool_colored_pink.png new file mode 100755 index 00000000..c2785af2 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/wool_colored_pink.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/wool_colored_purple.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/wool_colored_purple.png new file mode 100755 index 00000000..76f68d6d Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/wool_colored_purple.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/wool_colored_red.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/wool_colored_red.png new file mode 100755 index 00000000..0cff7a9b Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/wool_colored_red.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/wool_colored_silver.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/wool_colored_silver.png new file mode 100755 index 00000000..756d9b06 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/wool_colored_silver.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/wool_colored_white.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/wool_colored_white.png new file mode 100755 index 00000000..abc7999c Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/wool_colored_white.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/blocks/wool_colored_yellow.png b/desktopRuntime/resources/assets/minecraft/textures/blocks/wool_colored_yellow.png new file mode 100755 index 00000000..4babaaaa Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/blocks/wool_colored_yellow.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/colormap/foliage.png b/desktopRuntime/resources/assets/minecraft/textures/colormap/foliage.png new file mode 100755 index 00000000..dcc119ee Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/colormap/foliage.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/colormap/grass.png b/desktopRuntime/resources/assets/minecraft/textures/colormap/grass.png new file mode 100755 index 00000000..484a9a6a Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/colormap/grass.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/effect/dither.png b/desktopRuntime/resources/assets/minecraft/textures/effect/dither.png new file mode 100755 index 00000000..19ba7e4b Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/effect/dither.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/entity/alex.png b/desktopRuntime/resources/assets/minecraft/textures/entity/alex.png new file mode 100755 index 00000000..b643fe2d Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/entity/alex.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/entity/armorstand/wood.png b/desktopRuntime/resources/assets/minecraft/textures/entity/armorstand/wood.png new file mode 100755 index 00000000..79459cc5 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/entity/armorstand/wood.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/entity/arrow.png b/desktopRuntime/resources/assets/minecraft/textures/entity/arrow.png new file mode 100755 index 00000000..3afa604d Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/entity/arrow.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/entity/banner/base.png b/desktopRuntime/resources/assets/minecraft/textures/entity/banner/base.png new file mode 100755 index 00000000..bc806033 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/entity/banner/base.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/entity/banner/border.png b/desktopRuntime/resources/assets/minecraft/textures/entity/banner/border.png new file mode 100755 index 00000000..444aeea7 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/entity/banner/border.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/entity/banner/bricks.png b/desktopRuntime/resources/assets/minecraft/textures/entity/banner/bricks.png new file mode 100755 index 00000000..544cff4f Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/entity/banner/bricks.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/entity/banner/circle.png b/desktopRuntime/resources/assets/minecraft/textures/entity/banner/circle.png new file mode 100755 index 00000000..c6d3774d Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/entity/banner/circle.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/entity/banner/creeper.png b/desktopRuntime/resources/assets/minecraft/textures/entity/banner/creeper.png new file mode 100755 index 00000000..111b40bf Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/entity/banner/creeper.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/entity/banner/cross.png b/desktopRuntime/resources/assets/minecraft/textures/entity/banner/cross.png new file mode 100755 index 00000000..c18bf825 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/entity/banner/cross.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/entity/banner/curly_border.png b/desktopRuntime/resources/assets/minecraft/textures/entity/banner/curly_border.png new file mode 100755 index 00000000..5ea188e1 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/entity/banner/curly_border.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/entity/banner/diagonal_left.png b/desktopRuntime/resources/assets/minecraft/textures/entity/banner/diagonal_left.png new file mode 100755 index 00000000..c6f45ffa Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/entity/banner/diagonal_left.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/entity/banner/diagonal_right.png b/desktopRuntime/resources/assets/minecraft/textures/entity/banner/diagonal_right.png new file mode 100755 index 00000000..23280c4c Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/entity/banner/diagonal_right.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/entity/banner/diagonal_up_left.png b/desktopRuntime/resources/assets/minecraft/textures/entity/banner/diagonal_up_left.png new file mode 100755 index 00000000..b0955f23 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/entity/banner/diagonal_up_left.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/entity/banner/diagonal_up_right.png b/desktopRuntime/resources/assets/minecraft/textures/entity/banner/diagonal_up_right.png new file mode 100755 index 00000000..e8cd6b18 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/entity/banner/diagonal_up_right.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/entity/banner/flower.png b/desktopRuntime/resources/assets/minecraft/textures/entity/banner/flower.png new file mode 100755 index 00000000..67dc1ac9 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/entity/banner/flower.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/entity/banner/gradient.png b/desktopRuntime/resources/assets/minecraft/textures/entity/banner/gradient.png new file mode 100755 index 00000000..8ce98320 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/entity/banner/gradient.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/entity/banner/gradient_up.png b/desktopRuntime/resources/assets/minecraft/textures/entity/banner/gradient_up.png new file mode 100755 index 00000000..38cf516f Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/entity/banner/gradient_up.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/entity/banner/half_horizontal.png b/desktopRuntime/resources/assets/minecraft/textures/entity/banner/half_horizontal.png new file mode 100755 index 00000000..0f6d8a7c Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/entity/banner/half_horizontal.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/entity/banner/half_horizontal_bottom.png b/desktopRuntime/resources/assets/minecraft/textures/entity/banner/half_horizontal_bottom.png new file mode 100755 index 00000000..64fac368 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/entity/banner/half_horizontal_bottom.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/entity/banner/half_vertical.png b/desktopRuntime/resources/assets/minecraft/textures/entity/banner/half_vertical.png new file mode 100755 index 00000000..8178ea7b Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/entity/banner/half_vertical.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/entity/banner/half_vertical_right.png b/desktopRuntime/resources/assets/minecraft/textures/entity/banner/half_vertical_right.png new file mode 100755 index 00000000..74089b6c Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/entity/banner/half_vertical_right.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/entity/banner/mojang.png b/desktopRuntime/resources/assets/minecraft/textures/entity/banner/mojang.png new file mode 100755 index 00000000..fb6414cb Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/entity/banner/mojang.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/entity/banner/rhombus.png b/desktopRuntime/resources/assets/minecraft/textures/entity/banner/rhombus.png new file mode 100755 index 00000000..abee9826 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/entity/banner/rhombus.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/entity/banner/skull.png b/desktopRuntime/resources/assets/minecraft/textures/entity/banner/skull.png new file mode 100755 index 00000000..ddf86534 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/entity/banner/skull.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/entity/banner/small_stripes.png b/desktopRuntime/resources/assets/minecraft/textures/entity/banner/small_stripes.png new file mode 100755 index 00000000..0abaef05 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/entity/banner/small_stripes.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/entity/banner/square_bottom_left.png b/desktopRuntime/resources/assets/minecraft/textures/entity/banner/square_bottom_left.png new file mode 100755 index 00000000..5fdd2459 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/entity/banner/square_bottom_left.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/entity/banner/square_bottom_right.png b/desktopRuntime/resources/assets/minecraft/textures/entity/banner/square_bottom_right.png new file mode 100755 index 00000000..dd64ecaa Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/entity/banner/square_bottom_right.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/entity/banner/square_top_left.png b/desktopRuntime/resources/assets/minecraft/textures/entity/banner/square_top_left.png new file mode 100755 index 00000000..76289989 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/entity/banner/square_top_left.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/entity/banner/square_top_right.png b/desktopRuntime/resources/assets/minecraft/textures/entity/banner/square_top_right.png new file mode 100755 index 00000000..4197ecb5 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/entity/banner/square_top_right.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/entity/banner/straight_cross.png b/desktopRuntime/resources/assets/minecraft/textures/entity/banner/straight_cross.png new file mode 100755 index 00000000..1b7fa7d0 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/entity/banner/straight_cross.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/entity/banner/stripe_bottom.png b/desktopRuntime/resources/assets/minecraft/textures/entity/banner/stripe_bottom.png new file mode 100755 index 00000000..5473f901 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/entity/banner/stripe_bottom.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/entity/banner/stripe_center.png b/desktopRuntime/resources/assets/minecraft/textures/entity/banner/stripe_center.png new file mode 100755 index 00000000..eddba20e Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/entity/banner/stripe_center.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/entity/banner/stripe_downleft.png b/desktopRuntime/resources/assets/minecraft/textures/entity/banner/stripe_downleft.png new file mode 100755 index 00000000..d73f9b7c Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/entity/banner/stripe_downleft.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/entity/banner/stripe_downright.png b/desktopRuntime/resources/assets/minecraft/textures/entity/banner/stripe_downright.png new file mode 100755 index 00000000..0b610d9b Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/entity/banner/stripe_downright.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/entity/banner/stripe_left.png b/desktopRuntime/resources/assets/minecraft/textures/entity/banner/stripe_left.png new file mode 100755 index 00000000..0707d313 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/entity/banner/stripe_left.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/entity/banner/stripe_middle.png b/desktopRuntime/resources/assets/minecraft/textures/entity/banner/stripe_middle.png new file mode 100755 index 00000000..bde988b4 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/entity/banner/stripe_middle.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/entity/banner/stripe_right.png b/desktopRuntime/resources/assets/minecraft/textures/entity/banner/stripe_right.png new file mode 100755 index 00000000..f0a8a252 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/entity/banner/stripe_right.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/entity/banner/stripe_top.png b/desktopRuntime/resources/assets/minecraft/textures/entity/banner/stripe_top.png new file mode 100755 index 00000000..1b8e3f2b Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/entity/banner/stripe_top.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/entity/banner/triangle_bottom.png b/desktopRuntime/resources/assets/minecraft/textures/entity/banner/triangle_bottom.png new file mode 100755 index 00000000..bc379308 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/entity/banner/triangle_bottom.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/entity/banner/triangle_top.png b/desktopRuntime/resources/assets/minecraft/textures/entity/banner/triangle_top.png new file mode 100755 index 00000000..77877c0f Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/entity/banner/triangle_top.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/entity/banner/triangles_bottom.png b/desktopRuntime/resources/assets/minecraft/textures/entity/banner/triangles_bottom.png new file mode 100755 index 00000000..fe25db74 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/entity/banner/triangles_bottom.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/entity/banner/triangles_top.png b/desktopRuntime/resources/assets/minecraft/textures/entity/banner/triangles_top.png new file mode 100755 index 00000000..f59a121c Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/entity/banner/triangles_top.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/entity/banner_base.png b/desktopRuntime/resources/assets/minecraft/textures/entity/banner_base.png new file mode 100755 index 00000000..e38d28e2 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/entity/banner_base.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/entity/bat.png b/desktopRuntime/resources/assets/minecraft/textures/entity/bat.png new file mode 100755 index 00000000..803860ed Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/entity/bat.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/entity/beacon_beam.png b/desktopRuntime/resources/assets/minecraft/textures/entity/beacon_beam.png new file mode 100755 index 00000000..67545b45 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/entity/beacon_beam.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/entity/blaze.png b/desktopRuntime/resources/assets/minecraft/textures/entity/blaze.png new file mode 100755 index 00000000..19cdbb59 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/entity/blaze.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/entity/boat.png b/desktopRuntime/resources/assets/minecraft/textures/entity/boat.png new file mode 100755 index 00000000..9b589654 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/entity/boat.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/entity/cat/black.png b/desktopRuntime/resources/assets/minecraft/textures/entity/cat/black.png new file mode 100755 index 00000000..422908f2 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/entity/cat/black.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/entity/cat/ocelot.png b/desktopRuntime/resources/assets/minecraft/textures/entity/cat/ocelot.png new file mode 100755 index 00000000..6b5064ee Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/entity/cat/ocelot.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/entity/cat/red.png b/desktopRuntime/resources/assets/minecraft/textures/entity/cat/red.png new file mode 100755 index 00000000..17b6de5b Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/entity/cat/red.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/entity/cat/siamese.png b/desktopRuntime/resources/assets/minecraft/textures/entity/cat/siamese.png new file mode 100755 index 00000000..cfed948e Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/entity/cat/siamese.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/entity/chest/christmas.png b/desktopRuntime/resources/assets/minecraft/textures/entity/chest/christmas.png new file mode 100755 index 00000000..44591121 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/entity/chest/christmas.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/entity/chest/christmas_double.png b/desktopRuntime/resources/assets/minecraft/textures/entity/chest/christmas_double.png new file mode 100755 index 00000000..9e44eebb Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/entity/chest/christmas_double.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/entity/chest/ender.png b/desktopRuntime/resources/assets/minecraft/textures/entity/chest/ender.png new file mode 100755 index 00000000..3631d0dd Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/entity/chest/ender.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/entity/chest/normal.png b/desktopRuntime/resources/assets/minecraft/textures/entity/chest/normal.png new file mode 100755 index 00000000..2e3d7fde Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/entity/chest/normal.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/entity/chest/normal_double.png b/desktopRuntime/resources/assets/minecraft/textures/entity/chest/normal_double.png new file mode 100755 index 00000000..01683381 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/entity/chest/normal_double.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/entity/chest/trapped.png b/desktopRuntime/resources/assets/minecraft/textures/entity/chest/trapped.png new file mode 100755 index 00000000..3aef1901 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/entity/chest/trapped.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/entity/chest/trapped_double.png b/desktopRuntime/resources/assets/minecraft/textures/entity/chest/trapped_double.png new file mode 100755 index 00000000..00eebe5d Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/entity/chest/trapped_double.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/entity/chicken.png b/desktopRuntime/resources/assets/minecraft/textures/entity/chicken.png new file mode 100755 index 00000000..e24d550f Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/entity/chicken.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/entity/cow/cow.png b/desktopRuntime/resources/assets/minecraft/textures/entity/cow/cow.png new file mode 100755 index 00000000..f1320c30 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/entity/cow/cow.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/entity/cow/mooshroom.png b/desktopRuntime/resources/assets/minecraft/textures/entity/cow/mooshroom.png new file mode 100755 index 00000000..3d682868 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/entity/cow/mooshroom.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/entity/creeper/creeper.png b/desktopRuntime/resources/assets/minecraft/textures/entity/creeper/creeper.png new file mode 100755 index 00000000..abdb5400 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/entity/creeper/creeper.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/entity/creeper/creeper_armor.png b/desktopRuntime/resources/assets/minecraft/textures/entity/creeper/creeper_armor.png new file mode 100755 index 00000000..119f6ff1 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/entity/creeper/creeper_armor.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/entity/enchanting_table_book.png b/desktopRuntime/resources/assets/minecraft/textures/entity/enchanting_table_book.png new file mode 100755 index 00000000..619e7a55 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/entity/enchanting_table_book.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/entity/end_portal.png b/desktopRuntime/resources/assets/minecraft/textures/entity/end_portal.png new file mode 100755 index 00000000..d5d85695 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/entity/end_portal.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/entity/endercrystal/endercrystal.png b/desktopRuntime/resources/assets/minecraft/textures/entity/endercrystal/endercrystal.png new file mode 100755 index 00000000..8b3668a5 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/entity/endercrystal/endercrystal.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/entity/endercrystal/endercrystal_beam.png b/desktopRuntime/resources/assets/minecraft/textures/entity/endercrystal/endercrystal_beam.png new file mode 100755 index 00000000..1259a5d0 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/entity/endercrystal/endercrystal_beam.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/entity/enderdragon/dragon.png b/desktopRuntime/resources/assets/minecraft/textures/entity/enderdragon/dragon.png new file mode 100755 index 00000000..b8a680c8 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/entity/enderdragon/dragon.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/entity/enderdragon/dragon_exploding.png b/desktopRuntime/resources/assets/minecraft/textures/entity/enderdragon/dragon_exploding.png new file mode 100755 index 00000000..ca5c9496 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/entity/enderdragon/dragon_exploding.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/entity/enderdragon/dragon_eyes.png b/desktopRuntime/resources/assets/minecraft/textures/entity/enderdragon/dragon_eyes.png new file mode 100755 index 00000000..147b303d Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/entity/enderdragon/dragon_eyes.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/entity/enderman/enderman.png b/desktopRuntime/resources/assets/minecraft/textures/entity/enderman/enderman.png new file mode 100755 index 00000000..ab23cb98 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/entity/enderman/enderman.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/entity/enderman/enderman_eyes.png b/desktopRuntime/resources/assets/minecraft/textures/entity/enderman/enderman_eyes.png new file mode 100755 index 00000000..08044028 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/entity/enderman/enderman_eyes.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/entity/endermite.png b/desktopRuntime/resources/assets/minecraft/textures/entity/endermite.png new file mode 100755 index 00000000..c3e5be1b Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/entity/endermite.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/entity/experience_orb.png b/desktopRuntime/resources/assets/minecraft/textures/entity/experience_orb.png new file mode 100755 index 00000000..92f9d0f0 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/entity/experience_orb.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/entity/explosion.png b/desktopRuntime/resources/assets/minecraft/textures/entity/explosion.png new file mode 100755 index 00000000..c309409c Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/entity/explosion.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/entity/ghast/ghast.png b/desktopRuntime/resources/assets/minecraft/textures/entity/ghast/ghast.png new file mode 100755 index 00000000..dd63bc17 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/entity/ghast/ghast.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/entity/ghast/ghast_shooting.png b/desktopRuntime/resources/assets/minecraft/textures/entity/ghast/ghast_shooting.png new file mode 100755 index 00000000..5d9be29c Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/entity/ghast/ghast_shooting.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/entity/guardian.png b/desktopRuntime/resources/assets/minecraft/textures/entity/guardian.png new file mode 100755 index 00000000..144c2cf5 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/entity/guardian.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/entity/guardian_beam.png b/desktopRuntime/resources/assets/minecraft/textures/entity/guardian_beam.png new file mode 100755 index 00000000..9f96ea52 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/entity/guardian_beam.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/entity/guardian_elder.png b/desktopRuntime/resources/assets/minecraft/textures/entity/guardian_elder.png new file mode 100755 index 00000000..67a9e49c Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/entity/guardian_elder.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/entity/horse/armor/horse_armor_diamond.png b/desktopRuntime/resources/assets/minecraft/textures/entity/horse/armor/horse_armor_diamond.png new file mode 100755 index 00000000..39068f25 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/entity/horse/armor/horse_armor_diamond.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/entity/horse/armor/horse_armor_gold.png b/desktopRuntime/resources/assets/minecraft/textures/entity/horse/armor/horse_armor_gold.png new file mode 100755 index 00000000..4a0786de Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/entity/horse/armor/horse_armor_gold.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/entity/horse/armor/horse_armor_iron.png b/desktopRuntime/resources/assets/minecraft/textures/entity/horse/armor/horse_armor_iron.png new file mode 100755 index 00000000..533b2dd9 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/entity/horse/armor/horse_armor_iron.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/entity/horse/donkey.png b/desktopRuntime/resources/assets/minecraft/textures/entity/horse/donkey.png new file mode 100755 index 00000000..b94bc630 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/entity/horse/donkey.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/entity/horse/horse_black.png b/desktopRuntime/resources/assets/minecraft/textures/entity/horse/horse_black.png new file mode 100755 index 00000000..dde716e2 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/entity/horse/horse_black.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/entity/horse/horse_brown.png b/desktopRuntime/resources/assets/minecraft/textures/entity/horse/horse_brown.png new file mode 100755 index 00000000..ec0158f4 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/entity/horse/horse_brown.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/entity/horse/horse_chestnut.png b/desktopRuntime/resources/assets/minecraft/textures/entity/horse/horse_chestnut.png new file mode 100755 index 00000000..40322ff9 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/entity/horse/horse_chestnut.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/entity/horse/horse_creamy.png b/desktopRuntime/resources/assets/minecraft/textures/entity/horse/horse_creamy.png new file mode 100755 index 00000000..bc42bcce Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/entity/horse/horse_creamy.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/entity/horse/horse_darkbrown.png b/desktopRuntime/resources/assets/minecraft/textures/entity/horse/horse_darkbrown.png new file mode 100755 index 00000000..b38e914c Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/entity/horse/horse_darkbrown.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/entity/horse/horse_gray.png b/desktopRuntime/resources/assets/minecraft/textures/entity/horse/horse_gray.png new file mode 100755 index 00000000..49875329 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/entity/horse/horse_gray.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/entity/horse/horse_markings_blackdots.png b/desktopRuntime/resources/assets/minecraft/textures/entity/horse/horse_markings_blackdots.png new file mode 100755 index 00000000..73206486 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/entity/horse/horse_markings_blackdots.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/entity/horse/horse_markings_white.png b/desktopRuntime/resources/assets/minecraft/textures/entity/horse/horse_markings_white.png new file mode 100755 index 00000000..b1f0a697 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/entity/horse/horse_markings_white.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/entity/horse/horse_markings_whitedots.png b/desktopRuntime/resources/assets/minecraft/textures/entity/horse/horse_markings_whitedots.png new file mode 100755 index 00000000..20e19546 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/entity/horse/horse_markings_whitedots.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/entity/horse/horse_markings_whitefield.png b/desktopRuntime/resources/assets/minecraft/textures/entity/horse/horse_markings_whitefield.png new file mode 100755 index 00000000..baa2c06f Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/entity/horse/horse_markings_whitefield.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/entity/horse/horse_skeleton.png b/desktopRuntime/resources/assets/minecraft/textures/entity/horse/horse_skeleton.png new file mode 100755 index 00000000..29d4ed5d Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/entity/horse/horse_skeleton.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/entity/horse/horse_white.png b/desktopRuntime/resources/assets/minecraft/textures/entity/horse/horse_white.png new file mode 100755 index 00000000..e90e6e7f Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/entity/horse/horse_white.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/entity/horse/horse_zombie.png b/desktopRuntime/resources/assets/minecraft/textures/entity/horse/horse_zombie.png new file mode 100755 index 00000000..22d55faa Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/entity/horse/horse_zombie.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/entity/horse/mule.png b/desktopRuntime/resources/assets/minecraft/textures/entity/horse/mule.png new file mode 100755 index 00000000..241bdaac Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/entity/horse/mule.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/entity/iron_golem.png b/desktopRuntime/resources/assets/minecraft/textures/entity/iron_golem.png new file mode 100755 index 00000000..f9f64659 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/entity/iron_golem.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/entity/lead_knot.png b/desktopRuntime/resources/assets/minecraft/textures/entity/lead_knot.png new file mode 100755 index 00000000..ab4d3b3a Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/entity/lead_knot.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/entity/minecart.png b/desktopRuntime/resources/assets/minecraft/textures/entity/minecart.png new file mode 100755 index 00000000..7ad7b54f Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/entity/minecart.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/entity/pig/pig.png b/desktopRuntime/resources/assets/minecraft/textures/entity/pig/pig.png new file mode 100755 index 00000000..0a9532ff Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/entity/pig/pig.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/entity/pig/pig_saddle.png b/desktopRuntime/resources/assets/minecraft/textures/entity/pig/pig_saddle.png new file mode 100755 index 00000000..640ea76c Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/entity/pig/pig_saddle.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/entity/rabbit/black.png b/desktopRuntime/resources/assets/minecraft/textures/entity/rabbit/black.png new file mode 100755 index 00000000..1203cb9a Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/entity/rabbit/black.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/entity/rabbit/brown.png b/desktopRuntime/resources/assets/minecraft/textures/entity/rabbit/brown.png new file mode 100755 index 00000000..ffa08707 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/entity/rabbit/brown.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/entity/rabbit/caerbannog.png b/desktopRuntime/resources/assets/minecraft/textures/entity/rabbit/caerbannog.png new file mode 100755 index 00000000..778bfc75 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/entity/rabbit/caerbannog.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/entity/rabbit/gold.png b/desktopRuntime/resources/assets/minecraft/textures/entity/rabbit/gold.png new file mode 100755 index 00000000..595e6f71 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/entity/rabbit/gold.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/entity/rabbit/salt.png b/desktopRuntime/resources/assets/minecraft/textures/entity/rabbit/salt.png new file mode 100755 index 00000000..2232ef0a Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/entity/rabbit/salt.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/entity/rabbit/toast.png b/desktopRuntime/resources/assets/minecraft/textures/entity/rabbit/toast.png new file mode 100755 index 00000000..b1bb70d7 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/entity/rabbit/toast.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/entity/rabbit/white.png b/desktopRuntime/resources/assets/minecraft/textures/entity/rabbit/white.png new file mode 100755 index 00000000..bb6cd9e2 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/entity/rabbit/white.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/entity/rabbit/white_splotched.png b/desktopRuntime/resources/assets/minecraft/textures/entity/rabbit/white_splotched.png new file mode 100755 index 00000000..196ac008 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/entity/rabbit/white_splotched.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/entity/sheep/sheep.png b/desktopRuntime/resources/assets/minecraft/textures/entity/sheep/sheep.png new file mode 100755 index 00000000..d9fe93f7 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/entity/sheep/sheep.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/entity/sheep/sheep_fur.png b/desktopRuntime/resources/assets/minecraft/textures/entity/sheep/sheep_fur.png new file mode 100755 index 00000000..623340b8 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/entity/sheep/sheep_fur.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/entity/sign.png b/desktopRuntime/resources/assets/minecraft/textures/entity/sign.png new file mode 100755 index 00000000..e22e2f78 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/entity/sign.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/entity/silverfish.png b/desktopRuntime/resources/assets/minecraft/textures/entity/silverfish.png new file mode 100755 index 00000000..416fa168 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/entity/silverfish.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/entity/skeleton/skeleton.png b/desktopRuntime/resources/assets/minecraft/textures/entity/skeleton/skeleton.png new file mode 100755 index 00000000..184b5853 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/entity/skeleton/skeleton.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/entity/skeleton/wither_skeleton.png b/desktopRuntime/resources/assets/minecraft/textures/entity/skeleton/wither_skeleton.png new file mode 100755 index 00000000..b0db19df Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/entity/skeleton/wither_skeleton.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/entity/slime/magmacube.png b/desktopRuntime/resources/assets/minecraft/textures/entity/slime/magmacube.png new file mode 100755 index 00000000..c1b397fe Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/entity/slime/magmacube.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/entity/slime/slime.png b/desktopRuntime/resources/assets/minecraft/textures/entity/slime/slime.png new file mode 100755 index 00000000..96edcf67 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/entity/slime/slime.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/entity/snowman.png b/desktopRuntime/resources/assets/minecraft/textures/entity/snowman.png new file mode 100755 index 00000000..568d5f6e Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/entity/snowman.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/entity/spider/cave_spider.png b/desktopRuntime/resources/assets/minecraft/textures/entity/spider/cave_spider.png new file mode 100755 index 00000000..934f1ea9 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/entity/spider/cave_spider.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/entity/spider/spider.png b/desktopRuntime/resources/assets/minecraft/textures/entity/spider/spider.png new file mode 100755 index 00000000..3a8c779e Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/entity/spider/spider.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/entity/spider_eyes.png b/desktopRuntime/resources/assets/minecraft/textures/entity/spider_eyes.png new file mode 100755 index 00000000..6b80a061 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/entity/spider_eyes.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/entity/squid.png b/desktopRuntime/resources/assets/minecraft/textures/entity/squid.png new file mode 100755 index 00000000..f2853887 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/entity/squid.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/entity/steve.png b/desktopRuntime/resources/assets/minecraft/textures/entity/steve.png new file mode 100755 index 00000000..90d4fa23 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/entity/steve.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/entity/villager/butcher.png b/desktopRuntime/resources/assets/minecraft/textures/entity/villager/butcher.png new file mode 100755 index 00000000..f1c07d41 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/entity/villager/butcher.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/entity/villager/farmer.png b/desktopRuntime/resources/assets/minecraft/textures/entity/villager/farmer.png new file mode 100755 index 00000000..970c1799 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/entity/villager/farmer.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/entity/villager/librarian.png b/desktopRuntime/resources/assets/minecraft/textures/entity/villager/librarian.png new file mode 100755 index 00000000..b071cd3d Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/entity/villager/librarian.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/entity/villager/priest.png b/desktopRuntime/resources/assets/minecraft/textures/entity/villager/priest.png new file mode 100755 index 00000000..35054ce1 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/entity/villager/priest.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/entity/villager/smith.png b/desktopRuntime/resources/assets/minecraft/textures/entity/villager/smith.png new file mode 100755 index 00000000..965da7f0 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/entity/villager/smith.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/entity/villager/villager.png b/desktopRuntime/resources/assets/minecraft/textures/entity/villager/villager.png new file mode 100755 index 00000000..52de8e7b Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/entity/villager/villager.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/entity/witch.png b/desktopRuntime/resources/assets/minecraft/textures/entity/witch.png new file mode 100755 index 00000000..24035708 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/entity/witch.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/entity/wither/wither.png b/desktopRuntime/resources/assets/minecraft/textures/entity/wither/wither.png new file mode 100755 index 00000000..0882d052 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/entity/wither/wither.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/entity/wither/wither_armor.png b/desktopRuntime/resources/assets/minecraft/textures/entity/wither/wither_armor.png new file mode 100755 index 00000000..a6b5cf5b Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/entity/wither/wither_armor.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/entity/wither/wither_invulnerable.png b/desktopRuntime/resources/assets/minecraft/textures/entity/wither/wither_invulnerable.png new file mode 100755 index 00000000..717750b4 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/entity/wither/wither_invulnerable.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/entity/wolf/wolf.png b/desktopRuntime/resources/assets/minecraft/textures/entity/wolf/wolf.png new file mode 100755 index 00000000..f37ef816 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/entity/wolf/wolf.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/entity/wolf/wolf_angry.png b/desktopRuntime/resources/assets/minecraft/textures/entity/wolf/wolf_angry.png new file mode 100755 index 00000000..7891ce91 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/entity/wolf/wolf_angry.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/entity/wolf/wolf_collar.png b/desktopRuntime/resources/assets/minecraft/textures/entity/wolf/wolf_collar.png new file mode 100755 index 00000000..ae1c9204 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/entity/wolf/wolf_collar.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/entity/wolf/wolf_tame.png b/desktopRuntime/resources/assets/minecraft/textures/entity/wolf/wolf_tame.png new file mode 100755 index 00000000..f1236d2c Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/entity/wolf/wolf_tame.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/entity/zombie/zombie.png b/desktopRuntime/resources/assets/minecraft/textures/entity/zombie/zombie.png new file mode 100755 index 00000000..22ff8f95 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/entity/zombie/zombie.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/entity/zombie/zombie_villager.png b/desktopRuntime/resources/assets/minecraft/textures/entity/zombie/zombie_villager.png new file mode 100755 index 00000000..349f9c21 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/entity/zombie/zombie_villager.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/entity/zombie_pigman.png b/desktopRuntime/resources/assets/minecraft/textures/entity/zombie_pigman.png new file mode 100755 index 00000000..e95cc4c3 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/entity/zombie_pigman.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/environment/clouds.png b/desktopRuntime/resources/assets/minecraft/textures/environment/clouds.png new file mode 100755 index 00000000..a67c44d2 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/environment/clouds.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/environment/end_sky.png b/desktopRuntime/resources/assets/minecraft/textures/environment/end_sky.png new file mode 100755 index 00000000..094b3093 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/environment/end_sky.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/environment/moon_phases.png b/desktopRuntime/resources/assets/minecraft/textures/environment/moon_phases.png new file mode 100755 index 00000000..cdba8d15 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/environment/moon_phases.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/environment/rain.png b/desktopRuntime/resources/assets/minecraft/textures/environment/rain.png new file mode 100755 index 00000000..2dc4b1cd Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/environment/rain.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/environment/snow.png b/desktopRuntime/resources/assets/minecraft/textures/environment/snow.png new file mode 100755 index 00000000..18989030 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/environment/snow.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/environment/sun.png b/desktopRuntime/resources/assets/minecraft/textures/environment/sun.png new file mode 100755 index 00000000..08de644b Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/environment/sun.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/font/ascii.png b/desktopRuntime/resources/assets/minecraft/textures/font/ascii.png new file mode 100755 index 00000000..587966dc Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/font/ascii.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/font/ascii_sga.png b/desktopRuntime/resources/assets/minecraft/textures/font/ascii_sga.png new file mode 100755 index 00000000..f443b4aa Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/font/ascii_sga.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_00.png b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_00.png new file mode 100755 index 00000000..44fd12f8 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_00.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_01.png b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_01.png new file mode 100755 index 00000000..ddac030c Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_01.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_02.png b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_02.png new file mode 100755 index 00000000..dc1335a3 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_02.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_03.png b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_03.png new file mode 100755 index 00000000..6ff02570 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_03.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_04.png b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_04.png new file mode 100755 index 00000000..be3e8337 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_04.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_05.png b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_05.png new file mode 100755 index 00000000..9b588040 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_05.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_06.png b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_06.png new file mode 100755 index 00000000..ed74e781 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_06.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_07.png b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_07.png new file mode 100755 index 00000000..b5321775 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_07.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_09.png b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_09.png new file mode 100755 index 00000000..083b9111 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_09.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_0a.png b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_0a.png new file mode 100755 index 00000000..0190c11c Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_0a.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_0b.png b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_0b.png new file mode 100755 index 00000000..4d0af48a Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_0b.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_0c.png b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_0c.png new file mode 100755 index 00000000..773297d6 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_0c.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_0d.png b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_0d.png new file mode 100755 index 00000000..5f522314 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_0d.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_0e.png b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_0e.png new file mode 100755 index 00000000..531ca7d6 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_0e.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_0f.png b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_0f.png new file mode 100755 index 00000000..7b879fcc Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_0f.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_10.png b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_10.png new file mode 100755 index 00000000..53f056c6 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_10.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_11.png b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_11.png new file mode 100755 index 00000000..a9d5c115 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_11.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_12.png b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_12.png new file mode 100755 index 00000000..d20a8647 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_12.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_13.png b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_13.png new file mode 100755 index 00000000..bbb06414 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_13.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_14.png b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_14.png new file mode 100755 index 00000000..ffd8e422 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_14.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_15.png b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_15.png new file mode 100755 index 00000000..ccfcae64 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_15.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_16.png b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_16.png new file mode 100755 index 00000000..d02c5579 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_16.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_17.png b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_17.png new file mode 100755 index 00000000..fed5b6e8 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_17.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_18.png b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_18.png new file mode 100755 index 00000000..97394d02 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_18.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_19.png b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_19.png new file mode 100755 index 00000000..6929413e Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_19.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_1a.png b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_1a.png new file mode 100755 index 00000000..d3a1b983 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_1a.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_1b.png b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_1b.png new file mode 100755 index 00000000..9e0adf7d Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_1b.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_1c.png b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_1c.png new file mode 100755 index 00000000..14d4890b Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_1c.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_1d.png b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_1d.png new file mode 100755 index 00000000..19242260 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_1d.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_1e.png b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_1e.png new file mode 100755 index 00000000..cce20e37 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_1e.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_1f.png b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_1f.png new file mode 100755 index 00000000..bdaf22f1 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_1f.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_20.png b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_20.png new file mode 100755 index 00000000..ba948e9b Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_20.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_21.png b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_21.png new file mode 100755 index 00000000..998f2f9e Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_21.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_22.png b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_22.png new file mode 100755 index 00000000..c3fd5ddc Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_22.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_23.png b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_23.png new file mode 100755 index 00000000..9c2b2dca Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_23.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_24.png b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_24.png new file mode 100755 index 00000000..d6cc8aec Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_24.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_25.png b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_25.png new file mode 100755 index 00000000..ee7535d3 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_25.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_26.png b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_26.png new file mode 100755 index 00000000..93aa9603 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_26.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_27.png b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_27.png new file mode 100755 index 00000000..92f45010 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_27.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_28.png b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_28.png new file mode 100755 index 00000000..5f96e1be Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_28.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_29.png b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_29.png new file mode 100755 index 00000000..45582206 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_29.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_2a.png b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_2a.png new file mode 100755 index 00000000..87e0e0c6 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_2a.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_2b.png b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_2b.png new file mode 100755 index 00000000..722edf00 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_2b.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_2c.png b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_2c.png new file mode 100755 index 00000000..51830f78 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_2c.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_2d.png b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_2d.png new file mode 100755 index 00000000..dfafa538 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_2d.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_2e.png b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_2e.png new file mode 100755 index 00000000..2aea04b6 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_2e.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_2f.png b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_2f.png new file mode 100755 index 00000000..bff5f8ee Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_2f.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_30.png b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_30.png new file mode 100755 index 00000000..5ccba75f Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_30.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_31.png b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_31.png new file mode 100755 index 00000000..44fc5e5e Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_31.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_32.png b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_32.png new file mode 100755 index 00000000..4858d085 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_32.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_33.png b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_33.png new file mode 100755 index 00000000..ab670722 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_33.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_34.png b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_34.png new file mode 100755 index 00000000..fd8fca92 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_34.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_35.png b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_35.png new file mode 100755 index 00000000..603dc02a Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_35.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_36.png b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_36.png new file mode 100755 index 00000000..778c190f Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_36.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_37.png b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_37.png new file mode 100755 index 00000000..3032a237 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_37.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_38.png b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_38.png new file mode 100755 index 00000000..9b637bd7 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_38.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_39.png b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_39.png new file mode 100755 index 00000000..2f938505 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_39.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_3a.png b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_3a.png new file mode 100755 index 00000000..cdf49442 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_3a.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_3b.png b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_3b.png new file mode 100755 index 00000000..10e8502a Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_3b.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_3c.png b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_3c.png new file mode 100755 index 00000000..022fea5e Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_3c.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_3d.png b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_3d.png new file mode 100755 index 00000000..01ea1d14 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_3d.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_3e.png b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_3e.png new file mode 100755 index 00000000..3bdf7f8a Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_3e.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_3f.png b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_3f.png new file mode 100755 index 00000000..3fd52492 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_3f.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_40.png b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_40.png new file mode 100755 index 00000000..544f89e7 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_40.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_41.png b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_41.png new file mode 100755 index 00000000..729fdaf6 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_41.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_42.png b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_42.png new file mode 100755 index 00000000..755e546b Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_42.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_43.png b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_43.png new file mode 100755 index 00000000..6069d0d4 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_43.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_44.png b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_44.png new file mode 100755 index 00000000..845c3647 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_44.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_45.png b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_45.png new file mode 100755 index 00000000..294c78db Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_45.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_46.png b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_46.png new file mode 100755 index 00000000..ee5e629d Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_46.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_47.png b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_47.png new file mode 100755 index 00000000..55cb0c00 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_47.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_48.png b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_48.png new file mode 100755 index 00000000..7652211f Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_48.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_49.png b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_49.png new file mode 100755 index 00000000..b736232a Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_49.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_4a.png b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_4a.png new file mode 100755 index 00000000..d3419bd1 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_4a.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_4b.png b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_4b.png new file mode 100755 index 00000000..5e02ad3f Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_4b.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_4c.png b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_4c.png new file mode 100755 index 00000000..11c6b310 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_4c.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_4d.png b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_4d.png new file mode 100755 index 00000000..3eb224af Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_4d.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_4e.png b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_4e.png new file mode 100755 index 00000000..11a78ba5 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_4e.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_4f.png b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_4f.png new file mode 100755 index 00000000..b4c9faba Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_4f.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_50.png b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_50.png new file mode 100755 index 00000000..ff73d23e Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_50.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_51.png b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_51.png new file mode 100755 index 00000000..6e0eae93 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_51.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_52.png b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_52.png new file mode 100755 index 00000000..6f10fcb5 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_52.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_53.png b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_53.png new file mode 100755 index 00000000..60d478ed Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_53.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_54.png b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_54.png new file mode 100755 index 00000000..ac75bdd1 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_54.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_55.png b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_55.png new file mode 100755 index 00000000..3d122d27 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_55.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_56.png b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_56.png new file mode 100755 index 00000000..576d07f4 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_56.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_57.png b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_57.png new file mode 100755 index 00000000..545da733 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_57.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_58.png b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_58.png new file mode 100755 index 00000000..941542eb Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_58.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_59.png b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_59.png new file mode 100755 index 00000000..56f0102d Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_59.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_5a.png b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_5a.png new file mode 100755 index 00000000..c14f1b1d Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_5a.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_5b.png b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_5b.png new file mode 100755 index 00000000..f418e4c5 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_5b.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_5c.png b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_5c.png new file mode 100755 index 00000000..e7efae6e Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_5c.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_5d.png b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_5d.png new file mode 100755 index 00000000..7355fd3b Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_5d.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_5e.png b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_5e.png new file mode 100755 index 00000000..abfd3af4 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_5e.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_5f.png b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_5f.png new file mode 100755 index 00000000..5a64b505 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_5f.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_60.png b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_60.png new file mode 100755 index 00000000..8166f157 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_60.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_61.png b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_61.png new file mode 100755 index 00000000..d11cd8ab Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_61.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_62.png b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_62.png new file mode 100755 index 00000000..f7b9a5be Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_62.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_63.png b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_63.png new file mode 100755 index 00000000..5d4a8cc6 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_63.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_64.png b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_64.png new file mode 100755 index 00000000..bc432109 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_64.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_65.png b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_65.png new file mode 100755 index 00000000..42144c16 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_65.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_66.png b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_66.png new file mode 100755 index 00000000..a65f25ee Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_66.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_67.png b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_67.png new file mode 100755 index 00000000..a115bb88 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_67.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_68.png b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_68.png new file mode 100755 index 00000000..d47938bf Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_68.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_69.png b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_69.png new file mode 100755 index 00000000..c36e6402 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_69.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_6a.png b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_6a.png new file mode 100755 index 00000000..5265d070 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_6a.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_6b.png b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_6b.png new file mode 100755 index 00000000..6f207cc3 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_6b.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_6c.png b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_6c.png new file mode 100755 index 00000000..6ffad7e3 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_6c.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_6d.png b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_6d.png new file mode 100755 index 00000000..0fa88e37 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_6d.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_6e.png b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_6e.png new file mode 100755 index 00000000..301513e2 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_6e.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_6f.png b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_6f.png new file mode 100755 index 00000000..a24cfff7 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_6f.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_70.png b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_70.png new file mode 100755 index 00000000..2cec746e Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_70.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_71.png b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_71.png new file mode 100755 index 00000000..1592ff49 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_71.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_72.png b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_72.png new file mode 100755 index 00000000..856eedcd Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_72.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_73.png b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_73.png new file mode 100755 index 00000000..a7a2151e Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_73.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_74.png b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_74.png new file mode 100755 index 00000000..a1b034a9 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_74.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_75.png b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_75.png new file mode 100755 index 00000000..512dc169 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_75.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_76.png b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_76.png new file mode 100755 index 00000000..12a45ff9 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_76.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_77.png b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_77.png new file mode 100755 index 00000000..d763fba9 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_77.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_78.png b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_78.png new file mode 100755 index 00000000..846c060d Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_78.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_79.png b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_79.png new file mode 100755 index 00000000..f887cae7 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_79.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_7a.png b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_7a.png new file mode 100755 index 00000000..90d55615 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_7a.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_7b.png b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_7b.png new file mode 100755 index 00000000..2932cee1 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_7b.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_7c.png b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_7c.png new file mode 100755 index 00000000..416a21be Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_7c.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_7d.png b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_7d.png new file mode 100755 index 00000000..2e12e135 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_7d.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_7e.png b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_7e.png new file mode 100755 index 00000000..952bfab4 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_7e.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_7f.png b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_7f.png new file mode 100755 index 00000000..d3d275cd Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_7f.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_80.png b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_80.png new file mode 100755 index 00000000..044ac3ee Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_80.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_81.png b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_81.png new file mode 100755 index 00000000..913a4cab Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_81.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_82.png b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_82.png new file mode 100755 index 00000000..19b8ded6 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_82.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_83.png b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_83.png new file mode 100755 index 00000000..ef2d794a Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_83.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_84.png b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_84.png new file mode 100755 index 00000000..74a6a533 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_84.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_85.png b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_85.png new file mode 100755 index 00000000..73cb2f99 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_85.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_86.png b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_86.png new file mode 100755 index 00000000..135d6fc1 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_86.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_87.png b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_87.png new file mode 100755 index 00000000..bef88db7 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_87.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_88.png b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_88.png new file mode 100755 index 00000000..698ff806 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_88.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_89.png b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_89.png new file mode 100755 index 00000000..a3820ee5 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_89.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_8a.png b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_8a.png new file mode 100755 index 00000000..beb9024d Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_8a.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_8b.png b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_8b.png new file mode 100755 index 00000000..7f978abe Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_8b.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_8c.png b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_8c.png new file mode 100755 index 00000000..3ed4594d Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_8c.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_8d.png b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_8d.png new file mode 100755 index 00000000..8d791238 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_8d.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_8e.png b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_8e.png new file mode 100755 index 00000000..d82000bb Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_8e.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_8f.png b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_8f.png new file mode 100755 index 00000000..b8c8328b Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_8f.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_90.png b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_90.png new file mode 100755 index 00000000..132974ba Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_90.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_91.png b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_91.png new file mode 100755 index 00000000..b8e09ae7 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_91.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_92.png b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_92.png new file mode 100755 index 00000000..92446613 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_92.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_93.png b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_93.png new file mode 100755 index 00000000..f71d835f Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_93.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_94.png b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_94.png new file mode 100755 index 00000000..fa68d818 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_94.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_95.png b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_95.png new file mode 100755 index 00000000..346bc364 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_95.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_96.png b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_96.png new file mode 100755 index 00000000..bbd17720 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_96.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_97.png b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_97.png new file mode 100755 index 00000000..2fd136b0 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_97.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_98.png b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_98.png new file mode 100755 index 00000000..9319c0b9 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_98.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_99.png b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_99.png new file mode 100755 index 00000000..2bb7f3e1 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_99.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_9a.png b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_9a.png new file mode 100755 index 00000000..cbdd91ef Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_9a.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_9b.png b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_9b.png new file mode 100755 index 00000000..8a962092 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_9b.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_9c.png b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_9c.png new file mode 100755 index 00000000..8e977ff9 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_9c.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_9d.png b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_9d.png new file mode 100755 index 00000000..5041d6a0 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_9d.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_9e.png b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_9e.png new file mode 100755 index 00000000..1cb0a5ba Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_9e.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_9f.png b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_9f.png new file mode 100755 index 00000000..d9873265 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_9f.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_a0.png b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_a0.png new file mode 100755 index 00000000..8c47db0f Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_a0.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_a1.png b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_a1.png new file mode 100755 index 00000000..5ede7e78 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_a1.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_a2.png b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_a2.png new file mode 100755 index 00000000..a8c6ac19 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_a2.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_a3.png b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_a3.png new file mode 100755 index 00000000..7cc8448c Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_a3.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_a4.png b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_a4.png new file mode 100755 index 00000000..dc00e274 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_a4.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_a5.png b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_a5.png new file mode 100755 index 00000000..eccfa474 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_a5.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_a6.png b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_a6.png new file mode 100755 index 00000000..dcac87f1 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_a6.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_a7.png b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_a7.png new file mode 100755 index 00000000..76c1ce2a Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_a7.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_a8.png b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_a8.png new file mode 100755 index 00000000..a0223905 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_a8.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_a9.png b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_a9.png new file mode 100755 index 00000000..a35159ae Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_a9.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_aa.png b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_aa.png new file mode 100755 index 00000000..da1b6154 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_aa.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_ab.png b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_ab.png new file mode 100755 index 00000000..0e45eae8 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_ab.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_ac.png b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_ac.png new file mode 100755 index 00000000..04d4d593 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_ac.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_ad.png b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_ad.png new file mode 100755 index 00000000..3834337e Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_ad.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_ae.png b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_ae.png new file mode 100755 index 00000000..1445e687 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_ae.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_af.png b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_af.png new file mode 100755 index 00000000..ea945dc5 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_af.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_b0.png b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_b0.png new file mode 100755 index 00000000..84b48855 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_b0.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_b1.png b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_b1.png new file mode 100755 index 00000000..5f646725 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_b1.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_b2.png b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_b2.png new file mode 100755 index 00000000..8551db8f Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_b2.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_b3.png b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_b3.png new file mode 100755 index 00000000..b954159a Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_b3.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_b4.png b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_b4.png new file mode 100755 index 00000000..65991a40 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_b4.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_b5.png b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_b5.png new file mode 100755 index 00000000..3e6391b3 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_b5.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_b6.png b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_b6.png new file mode 100755 index 00000000..df7c0f70 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_b6.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_b7.png b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_b7.png new file mode 100755 index 00000000..9142cadb Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_b7.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_b8.png b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_b8.png new file mode 100755 index 00000000..5b18d12c Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_b8.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_b9.png b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_b9.png new file mode 100755 index 00000000..0d212f0b Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_b9.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_ba.png b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_ba.png new file mode 100755 index 00000000..696cca99 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_ba.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_bb.png b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_bb.png new file mode 100755 index 00000000..5a2544c8 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_bb.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_bc.png b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_bc.png new file mode 100755 index 00000000..df37526f Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_bc.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_bd.png b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_bd.png new file mode 100755 index 00000000..aed78038 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_bd.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_be.png b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_be.png new file mode 100755 index 00000000..0da22544 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_be.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_bf.png b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_bf.png new file mode 100755 index 00000000..1f6a248a Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_bf.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_c0.png b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_c0.png new file mode 100755 index 00000000..0610d671 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_c0.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_c1.png b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_c1.png new file mode 100755 index 00000000..a95ca9be Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_c1.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_c2.png b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_c2.png new file mode 100755 index 00000000..f6a89613 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_c2.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_c3.png b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_c3.png new file mode 100755 index 00000000..6470dd8d Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_c3.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_c4.png b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_c4.png new file mode 100755 index 00000000..e8c3105a Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_c4.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_c5.png b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_c5.png new file mode 100755 index 00000000..d89f2889 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_c5.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_c6.png b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_c6.png new file mode 100755 index 00000000..004091dd Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_c6.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_c7.png b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_c7.png new file mode 100755 index 00000000..f64f6b4b Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_c7.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_c8.png b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_c8.png new file mode 100755 index 00000000..75f8a505 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_c8.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_c9.png b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_c9.png new file mode 100755 index 00000000..fbd94353 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_c9.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_ca.png b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_ca.png new file mode 100755 index 00000000..112b9c6b Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_ca.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_cb.png b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_cb.png new file mode 100755 index 00000000..c0549b5b Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_cb.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_cc.png b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_cc.png new file mode 100755 index 00000000..06844316 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_cc.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_cd.png b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_cd.png new file mode 100755 index 00000000..9fdc54de Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_cd.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_ce.png b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_ce.png new file mode 100755 index 00000000..958a96ba Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_ce.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_cf.png b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_cf.png new file mode 100755 index 00000000..4106f1b6 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_cf.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_d0.png b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_d0.png new file mode 100755 index 00000000..546b014e Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_d0.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_d1.png b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_d1.png new file mode 100755 index 00000000..6d67bf1c Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_d1.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_d2.png b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_d2.png new file mode 100755 index 00000000..c4ae5112 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_d2.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_d3.png b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_d3.png new file mode 100755 index 00000000..576c9eaf Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_d3.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_d4.png b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_d4.png new file mode 100755 index 00000000..14be6c76 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_d4.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_d5.png b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_d5.png new file mode 100755 index 00000000..3c41836e Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_d5.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_d6.png b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_d6.png new file mode 100755 index 00000000..27424b1f Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_d6.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_d7.png b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_d7.png new file mode 100755 index 00000000..d8772d83 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_d7.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_f9.png b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_f9.png new file mode 100755 index 00000000..e7232356 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_f9.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_fa.png b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_fa.png new file mode 100755 index 00000000..d78dcfe1 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_fa.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_fb.png b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_fb.png new file mode 100755 index 00000000..5423c864 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_fb.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_fc.png b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_fc.png new file mode 100755 index 00000000..8034140a Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_fc.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_fd.png b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_fd.png new file mode 100755 index 00000000..c31bd6f0 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_fd.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_fe.png b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_fe.png new file mode 100755 index 00000000..42ed33ec Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_fe.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_ff.png b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_ff.png new file mode 100755 index 00000000..f0ff742b Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/font/unicode_page_ff.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/gui/achievement/achievement_background.png b/desktopRuntime/resources/assets/minecraft/textures/gui/achievement/achievement_background.png new file mode 100755 index 00000000..921bce01 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/gui/achievement/achievement_background.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/gui/achievement/achievement_icons.png b/desktopRuntime/resources/assets/minecraft/textures/gui/achievement/achievement_icons.png new file mode 100755 index 00000000..8c4ae796 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/gui/achievement/achievement_icons.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/gui/book.png b/desktopRuntime/resources/assets/minecraft/textures/gui/book.png new file mode 100755 index 00000000..3e4ba4e6 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/gui/book.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/gui/container/anvil.png b/desktopRuntime/resources/assets/minecraft/textures/gui/container/anvil.png new file mode 100755 index 00000000..34e8f9f9 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/gui/container/anvil.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/gui/container/beacon.png b/desktopRuntime/resources/assets/minecraft/textures/gui/container/beacon.png new file mode 100755 index 00000000..f51a2ef5 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/gui/container/beacon.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/gui/container/brewing_stand.png b/desktopRuntime/resources/assets/minecraft/textures/gui/container/brewing_stand.png new file mode 100755 index 00000000..e7dc2031 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/gui/container/brewing_stand.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/gui/container/crafting_table.png b/desktopRuntime/resources/assets/minecraft/textures/gui/container/crafting_table.png new file mode 100755 index 00000000..254daccd Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/gui/container/crafting_table.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/gui/container/creative_inventory/tab_inventory.png b/desktopRuntime/resources/assets/minecraft/textures/gui/container/creative_inventory/tab_inventory.png new file mode 100755 index 00000000..c8d53a67 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/gui/container/creative_inventory/tab_inventory.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/gui/container/creative_inventory/tab_item_search.png b/desktopRuntime/resources/assets/minecraft/textures/gui/container/creative_inventory/tab_item_search.png new file mode 100755 index 00000000..cc250e55 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/gui/container/creative_inventory/tab_item_search.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/gui/container/creative_inventory/tab_items.png b/desktopRuntime/resources/assets/minecraft/textures/gui/container/creative_inventory/tab_items.png new file mode 100755 index 00000000..38421f7e Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/gui/container/creative_inventory/tab_items.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/gui/container/creative_inventory/tabs.png b/desktopRuntime/resources/assets/minecraft/textures/gui/container/creative_inventory/tabs.png new file mode 100755 index 00000000..1c440933 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/gui/container/creative_inventory/tabs.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/gui/container/dispenser.png b/desktopRuntime/resources/assets/minecraft/textures/gui/container/dispenser.png new file mode 100755 index 00000000..0a6ebe7a Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/gui/container/dispenser.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/gui/container/enchanting_table.png b/desktopRuntime/resources/assets/minecraft/textures/gui/container/enchanting_table.png new file mode 100755 index 00000000..5c71ff70 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/gui/container/enchanting_table.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/gui/container/furnace.png b/desktopRuntime/resources/assets/minecraft/textures/gui/container/furnace.png new file mode 100755 index 00000000..2255d0ab Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/gui/container/furnace.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/gui/container/generic_54.png b/desktopRuntime/resources/assets/minecraft/textures/gui/container/generic_54.png new file mode 100755 index 00000000..0b880ef9 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/gui/container/generic_54.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/gui/container/hopper.png b/desktopRuntime/resources/assets/minecraft/textures/gui/container/hopper.png new file mode 100755 index 00000000..3d005479 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/gui/container/hopper.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/gui/container/horse.png b/desktopRuntime/resources/assets/minecraft/textures/gui/container/horse.png new file mode 100755 index 00000000..194cc6bf Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/gui/container/horse.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/gui/container/inventory.png b/desktopRuntime/resources/assets/minecraft/textures/gui/container/inventory.png new file mode 100755 index 00000000..d553c4f7 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/gui/container/inventory.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/gui/container/stats_icons.png b/desktopRuntime/resources/assets/minecraft/textures/gui/container/stats_icons.png new file mode 100755 index 00000000..f13323be Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/gui/container/stats_icons.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/gui/container/villager.png b/desktopRuntime/resources/assets/minecraft/textures/gui/container/villager.png new file mode 100755 index 00000000..3211a7a0 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/gui/container/villager.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/gui/demo_background.png b/desktopRuntime/resources/assets/minecraft/textures/gui/demo_background.png new file mode 100755 index 00000000..a7fd8be9 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/gui/demo_background.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/gui/icons.png b/desktopRuntime/resources/assets/minecraft/textures/gui/icons.png new file mode 100755 index 00000000..89d780f0 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/gui/icons.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/gui/options_background.png b/desktopRuntime/resources/assets/minecraft/textures/gui/options_background.png new file mode 100755 index 00000000..cae55280 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/gui/options_background.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/gui/presets/chaos.png b/desktopRuntime/resources/assets/minecraft/textures/gui/presets/chaos.png new file mode 100755 index 00000000..438d078c Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/gui/presets/chaos.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/gui/presets/delight.png b/desktopRuntime/resources/assets/minecraft/textures/gui/presets/delight.png new file mode 100755 index 00000000..296cb889 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/gui/presets/delight.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/gui/presets/drought.png b/desktopRuntime/resources/assets/minecraft/textures/gui/presets/drought.png new file mode 100755 index 00000000..b0d4f657 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/gui/presets/drought.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/gui/presets/isles.png b/desktopRuntime/resources/assets/minecraft/textures/gui/presets/isles.png new file mode 100755 index 00000000..7503f6aa Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/gui/presets/isles.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/gui/presets/luck.png b/desktopRuntime/resources/assets/minecraft/textures/gui/presets/luck.png new file mode 100755 index 00000000..26fac45b Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/gui/presets/luck.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/gui/presets/madness.png b/desktopRuntime/resources/assets/minecraft/textures/gui/presets/madness.png new file mode 100755 index 00000000..b0851a9b Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/gui/presets/madness.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/gui/presets/water.png b/desktopRuntime/resources/assets/minecraft/textures/gui/presets/water.png new file mode 100755 index 00000000..275b4cdc Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/gui/presets/water.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/gui/resource_packs.png b/desktopRuntime/resources/assets/minecraft/textures/gui/resource_packs.png new file mode 100755 index 00000000..15a80bd0 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/gui/resource_packs.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/gui/server_selection.png b/desktopRuntime/resources/assets/minecraft/textures/gui/server_selection.png new file mode 100755 index 00000000..735469f9 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/gui/server_selection.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/gui/spectator_widgets.png b/desktopRuntime/resources/assets/minecraft/textures/gui/spectator_widgets.png new file mode 100755 index 00000000..9c3817eb Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/gui/spectator_widgets.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/gui/stream_indicator.png b/desktopRuntime/resources/assets/minecraft/textures/gui/stream_indicator.png new file mode 100755 index 00000000..b426b7ef Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/gui/stream_indicator.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/gui/title/background/panorama_0.png b/desktopRuntime/resources/assets/minecraft/textures/gui/title/background/panorama_0.png new file mode 100755 index 00000000..27f015d1 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/gui/title/background/panorama_0.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/gui/title/background/panorama_1.png b/desktopRuntime/resources/assets/minecraft/textures/gui/title/background/panorama_1.png new file mode 100755 index 00000000..c16841ad Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/gui/title/background/panorama_1.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/gui/title/background/panorama_2.png b/desktopRuntime/resources/assets/minecraft/textures/gui/title/background/panorama_2.png new file mode 100755 index 00000000..0436d776 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/gui/title/background/panorama_2.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/gui/title/background/panorama_3.png b/desktopRuntime/resources/assets/minecraft/textures/gui/title/background/panorama_3.png new file mode 100755 index 00000000..2c7ad778 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/gui/title/background/panorama_3.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/gui/title/background/panorama_4.png b/desktopRuntime/resources/assets/minecraft/textures/gui/title/background/panorama_4.png new file mode 100755 index 00000000..03900967 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/gui/title/background/panorama_4.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/gui/title/background/panorama_5.png b/desktopRuntime/resources/assets/minecraft/textures/gui/title/background/panorama_5.png new file mode 100755 index 00000000..0331ad4a Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/gui/title/background/panorama_5.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/gui/title/minecraft.png b/desktopRuntime/resources/assets/minecraft/textures/gui/title/minecraft.png new file mode 100755 index 00000000..c60927b2 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/gui/title/minecraft.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/gui/title/mojang.png b/desktopRuntime/resources/assets/minecraft/textures/gui/title/mojang.png new file mode 100755 index 00000000..a82cf6ce Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/gui/title/mojang.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/gui/widgets.png b/desktopRuntime/resources/assets/minecraft/textures/gui/widgets.png new file mode 100755 index 00000000..1a386c6f Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/gui/widgets.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/items/apple.png b/desktopRuntime/resources/assets/minecraft/textures/items/apple.png new file mode 100755 index 00000000..3e2ee59f Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/items/apple.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/items/apple_golden.png b/desktopRuntime/resources/assets/minecraft/textures/items/apple_golden.png new file mode 100755 index 00000000..62019898 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/items/apple_golden.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/items/arrow.png b/desktopRuntime/resources/assets/minecraft/textures/items/arrow.png new file mode 100755 index 00000000..4f748a00 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/items/arrow.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/items/banner_base.png b/desktopRuntime/resources/assets/minecraft/textures/items/banner_base.png new file mode 100755 index 00000000..a074f2ae Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/items/banner_base.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/items/banner_overlay.png b/desktopRuntime/resources/assets/minecraft/textures/items/banner_overlay.png new file mode 100755 index 00000000..560108ff Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/items/banner_overlay.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/items/barrier.png b/desktopRuntime/resources/assets/minecraft/textures/items/barrier.png new file mode 100755 index 00000000..7ccfa7b9 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/items/barrier.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/items/bed.png b/desktopRuntime/resources/assets/minecraft/textures/items/bed.png new file mode 100755 index 00000000..22a4cf04 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/items/bed.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/items/beef_cooked.png b/desktopRuntime/resources/assets/minecraft/textures/items/beef_cooked.png new file mode 100755 index 00000000..7bf0fb99 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/items/beef_cooked.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/items/beef_raw.png b/desktopRuntime/resources/assets/minecraft/textures/items/beef_raw.png new file mode 100755 index 00000000..82af4e7e Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/items/beef_raw.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/items/blaze_powder.png b/desktopRuntime/resources/assets/minecraft/textures/items/blaze_powder.png new file mode 100755 index 00000000..89c57d6e Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/items/blaze_powder.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/items/blaze_rod.png b/desktopRuntime/resources/assets/minecraft/textures/items/blaze_rod.png new file mode 100755 index 00000000..7050e10f Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/items/blaze_rod.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/items/boat.png b/desktopRuntime/resources/assets/minecraft/textures/items/boat.png new file mode 100755 index 00000000..235e0a26 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/items/boat.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/items/bone.png b/desktopRuntime/resources/assets/minecraft/textures/items/bone.png new file mode 100755 index 00000000..3faca89a Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/items/bone.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/items/book_enchanted.png b/desktopRuntime/resources/assets/minecraft/textures/items/book_enchanted.png new file mode 100755 index 00000000..8742bee8 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/items/book_enchanted.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/items/book_normal.png b/desktopRuntime/resources/assets/minecraft/textures/items/book_normal.png new file mode 100755 index 00000000..f791ae43 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/items/book_normal.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/items/book_writable.png b/desktopRuntime/resources/assets/minecraft/textures/items/book_writable.png new file mode 100755 index 00000000..fa95246a Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/items/book_writable.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/items/book_written.png b/desktopRuntime/resources/assets/minecraft/textures/items/book_written.png new file mode 100755 index 00000000..b2a2aa8e Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/items/book_written.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/items/bow_pulling_0.png b/desktopRuntime/resources/assets/minecraft/textures/items/bow_pulling_0.png new file mode 100755 index 00000000..2022aabd Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/items/bow_pulling_0.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/items/bow_pulling_1.png b/desktopRuntime/resources/assets/minecraft/textures/items/bow_pulling_1.png new file mode 100755 index 00000000..a1320795 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/items/bow_pulling_1.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/items/bow_pulling_2.png b/desktopRuntime/resources/assets/minecraft/textures/items/bow_pulling_2.png new file mode 100755 index 00000000..d459e685 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/items/bow_pulling_2.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/items/bow_standby.png b/desktopRuntime/resources/assets/minecraft/textures/items/bow_standby.png new file mode 100755 index 00000000..d709b9c8 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/items/bow_standby.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/items/bowl.png b/desktopRuntime/resources/assets/minecraft/textures/items/bowl.png new file mode 100755 index 00000000..63d16ad6 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/items/bowl.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/items/bread.png b/desktopRuntime/resources/assets/minecraft/textures/items/bread.png new file mode 100755 index 00000000..c833604c Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/items/bread.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/items/brewing_stand.png b/desktopRuntime/resources/assets/minecraft/textures/items/brewing_stand.png new file mode 100755 index 00000000..97db9af1 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/items/brewing_stand.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/items/brick.png b/desktopRuntime/resources/assets/minecraft/textures/items/brick.png new file mode 100755 index 00000000..11e74be6 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/items/brick.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/items/bucket_empty.png b/desktopRuntime/resources/assets/minecraft/textures/items/bucket_empty.png new file mode 100755 index 00000000..f8e53692 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/items/bucket_empty.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/items/bucket_lava.png b/desktopRuntime/resources/assets/minecraft/textures/items/bucket_lava.png new file mode 100755 index 00000000..13a19570 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/items/bucket_lava.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/items/bucket_milk.png b/desktopRuntime/resources/assets/minecraft/textures/items/bucket_milk.png new file mode 100755 index 00000000..c77d92c5 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/items/bucket_milk.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/items/bucket_water.png b/desktopRuntime/resources/assets/minecraft/textures/items/bucket_water.png new file mode 100755 index 00000000..2f36accb Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/items/bucket_water.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/items/cake.png b/desktopRuntime/resources/assets/minecraft/textures/items/cake.png new file mode 100755 index 00000000..46e94b82 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/items/cake.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/items/carrot.png b/desktopRuntime/resources/assets/minecraft/textures/items/carrot.png new file mode 100755 index 00000000..2d08aab9 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/items/carrot.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/items/carrot_golden.png b/desktopRuntime/resources/assets/minecraft/textures/items/carrot_golden.png new file mode 100755 index 00000000..e0f1ea62 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/items/carrot_golden.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/items/carrot_on_a_stick.png b/desktopRuntime/resources/assets/minecraft/textures/items/carrot_on_a_stick.png new file mode 100755 index 00000000..9e88571e Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/items/carrot_on_a_stick.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/items/cauldron.png b/desktopRuntime/resources/assets/minecraft/textures/items/cauldron.png new file mode 100755 index 00000000..e3186ebd Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/items/cauldron.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/items/chainmail_boots.png b/desktopRuntime/resources/assets/minecraft/textures/items/chainmail_boots.png new file mode 100755 index 00000000..54a4a159 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/items/chainmail_boots.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/items/chainmail_chestplate.png b/desktopRuntime/resources/assets/minecraft/textures/items/chainmail_chestplate.png new file mode 100755 index 00000000..cd2115a9 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/items/chainmail_chestplate.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/items/chainmail_helmet.png b/desktopRuntime/resources/assets/minecraft/textures/items/chainmail_helmet.png new file mode 100755 index 00000000..a1433387 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/items/chainmail_helmet.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/items/chainmail_leggings.png b/desktopRuntime/resources/assets/minecraft/textures/items/chainmail_leggings.png new file mode 100755 index 00000000..dae4b266 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/items/chainmail_leggings.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/items/charcoal.png b/desktopRuntime/resources/assets/minecraft/textures/items/charcoal.png new file mode 100755 index 00000000..20d5b257 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/items/charcoal.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/items/chicken_cooked.png b/desktopRuntime/resources/assets/minecraft/textures/items/chicken_cooked.png new file mode 100755 index 00000000..890b5b3f Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/items/chicken_cooked.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/items/chicken_raw.png b/desktopRuntime/resources/assets/minecraft/textures/items/chicken_raw.png new file mode 100755 index 00000000..6d259224 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/items/chicken_raw.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/items/clay_ball.png b/desktopRuntime/resources/assets/minecraft/textures/items/clay_ball.png new file mode 100755 index 00000000..5103d6cc Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/items/clay_ball.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/items/clock.png b/desktopRuntime/resources/assets/minecraft/textures/items/clock.png new file mode 100755 index 00000000..069a0abf Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/items/clock.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/items/clock.png.mcmeta b/desktopRuntime/resources/assets/minecraft/textures/items/clock.png.mcmeta new file mode 100755 index 00000000..de3267f0 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/textures/items/clock.png.mcmeta @@ -0,0 +1,3 @@ +{ + "animation": {} +} \ No newline at end of file diff --git a/desktopRuntime/resources/assets/minecraft/textures/items/coal.png b/desktopRuntime/resources/assets/minecraft/textures/items/coal.png new file mode 100755 index 00000000..5563b6fc Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/items/coal.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/items/comparator.png b/desktopRuntime/resources/assets/minecraft/textures/items/comparator.png new file mode 100755 index 00000000..28b8eec1 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/items/comparator.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/items/compass.png b/desktopRuntime/resources/assets/minecraft/textures/items/compass.png new file mode 100755 index 00000000..9dcbdfe6 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/items/compass.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/items/compass.png.mcmeta b/desktopRuntime/resources/assets/minecraft/textures/items/compass.png.mcmeta new file mode 100755 index 00000000..de3267f0 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/textures/items/compass.png.mcmeta @@ -0,0 +1,3 @@ +{ + "animation": {} +} \ No newline at end of file diff --git a/desktopRuntime/resources/assets/minecraft/textures/items/cookie.png b/desktopRuntime/resources/assets/minecraft/textures/items/cookie.png new file mode 100755 index 00000000..01fe56b1 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/items/cookie.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/items/diamond.png b/desktopRuntime/resources/assets/minecraft/textures/items/diamond.png new file mode 100755 index 00000000..10e70a0c Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/items/diamond.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/items/diamond_axe.png b/desktopRuntime/resources/assets/minecraft/textures/items/diamond_axe.png new file mode 100755 index 00000000..7627f87b Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/items/diamond_axe.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/items/diamond_boots.png b/desktopRuntime/resources/assets/minecraft/textures/items/diamond_boots.png new file mode 100755 index 00000000..70d9e5f8 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/items/diamond_boots.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/items/diamond_chestplate.png b/desktopRuntime/resources/assets/minecraft/textures/items/diamond_chestplate.png new file mode 100755 index 00000000..afdff93e Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/items/diamond_chestplate.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/items/diamond_helmet.png b/desktopRuntime/resources/assets/minecraft/textures/items/diamond_helmet.png new file mode 100755 index 00000000..1c885924 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/items/diamond_helmet.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/items/diamond_hoe.png b/desktopRuntime/resources/assets/minecraft/textures/items/diamond_hoe.png new file mode 100755 index 00000000..c9a97e0a Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/items/diamond_hoe.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/items/diamond_horse_armor.png b/desktopRuntime/resources/assets/minecraft/textures/items/diamond_horse_armor.png new file mode 100755 index 00000000..b281aadd Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/items/diamond_horse_armor.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/items/diamond_leggings.png b/desktopRuntime/resources/assets/minecraft/textures/items/diamond_leggings.png new file mode 100755 index 00000000..a99c8967 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/items/diamond_leggings.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/items/diamond_pickaxe.png b/desktopRuntime/resources/assets/minecraft/textures/items/diamond_pickaxe.png new file mode 100755 index 00000000..c2798285 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/items/diamond_pickaxe.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/items/diamond_shovel.png b/desktopRuntime/resources/assets/minecraft/textures/items/diamond_shovel.png new file mode 100755 index 00000000..e4a8992a Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/items/diamond_shovel.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/items/diamond_sword.png b/desktopRuntime/resources/assets/minecraft/textures/items/diamond_sword.png new file mode 100755 index 00000000..2a1552d6 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/items/diamond_sword.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/items/door_acacia.png b/desktopRuntime/resources/assets/minecraft/textures/items/door_acacia.png new file mode 100755 index 00000000..c903484f Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/items/door_acacia.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/items/door_birch.png b/desktopRuntime/resources/assets/minecraft/textures/items/door_birch.png new file mode 100755 index 00000000..7c88c41d Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/items/door_birch.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/items/door_dark_oak.png b/desktopRuntime/resources/assets/minecraft/textures/items/door_dark_oak.png new file mode 100755 index 00000000..7862d9a7 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/items/door_dark_oak.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/items/door_iron.png b/desktopRuntime/resources/assets/minecraft/textures/items/door_iron.png new file mode 100755 index 00000000..b6715ed1 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/items/door_iron.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/items/door_jungle.png b/desktopRuntime/resources/assets/minecraft/textures/items/door_jungle.png new file mode 100755 index 00000000..cb3753d3 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/items/door_jungle.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/items/door_spruce.png b/desktopRuntime/resources/assets/minecraft/textures/items/door_spruce.png new file mode 100755 index 00000000..4eddb7ec Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/items/door_spruce.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/items/door_wood.png b/desktopRuntime/resources/assets/minecraft/textures/items/door_wood.png new file mode 100755 index 00000000..20b9be67 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/items/door_wood.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/items/dye_powder_black.png b/desktopRuntime/resources/assets/minecraft/textures/items/dye_powder_black.png new file mode 100755 index 00000000..909bea5e Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/items/dye_powder_black.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/items/dye_powder_blue.png b/desktopRuntime/resources/assets/minecraft/textures/items/dye_powder_blue.png new file mode 100755 index 00000000..4713983e Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/items/dye_powder_blue.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/items/dye_powder_brown.png b/desktopRuntime/resources/assets/minecraft/textures/items/dye_powder_brown.png new file mode 100755 index 00000000..62eae8d4 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/items/dye_powder_brown.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/items/dye_powder_cyan.png b/desktopRuntime/resources/assets/minecraft/textures/items/dye_powder_cyan.png new file mode 100755 index 00000000..7b10c117 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/items/dye_powder_cyan.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/items/dye_powder_gray.png b/desktopRuntime/resources/assets/minecraft/textures/items/dye_powder_gray.png new file mode 100755 index 00000000..4fce7e72 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/items/dye_powder_gray.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/items/dye_powder_green.png b/desktopRuntime/resources/assets/minecraft/textures/items/dye_powder_green.png new file mode 100755 index 00000000..009e0587 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/items/dye_powder_green.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/items/dye_powder_light_blue.png b/desktopRuntime/resources/assets/minecraft/textures/items/dye_powder_light_blue.png new file mode 100755 index 00000000..a8b45c92 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/items/dye_powder_light_blue.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/items/dye_powder_lime.png b/desktopRuntime/resources/assets/minecraft/textures/items/dye_powder_lime.png new file mode 100755 index 00000000..7a787644 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/items/dye_powder_lime.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/items/dye_powder_magenta.png b/desktopRuntime/resources/assets/minecraft/textures/items/dye_powder_magenta.png new file mode 100755 index 00000000..ea7342a8 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/items/dye_powder_magenta.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/items/dye_powder_orange.png b/desktopRuntime/resources/assets/minecraft/textures/items/dye_powder_orange.png new file mode 100755 index 00000000..677a1aa6 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/items/dye_powder_orange.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/items/dye_powder_pink.png b/desktopRuntime/resources/assets/minecraft/textures/items/dye_powder_pink.png new file mode 100755 index 00000000..1acc4834 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/items/dye_powder_pink.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/items/dye_powder_purple.png b/desktopRuntime/resources/assets/minecraft/textures/items/dye_powder_purple.png new file mode 100755 index 00000000..7d201c26 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/items/dye_powder_purple.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/items/dye_powder_red.png b/desktopRuntime/resources/assets/minecraft/textures/items/dye_powder_red.png new file mode 100755 index 00000000..2d1a7429 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/items/dye_powder_red.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/items/dye_powder_silver.png b/desktopRuntime/resources/assets/minecraft/textures/items/dye_powder_silver.png new file mode 100755 index 00000000..fa9e501e Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/items/dye_powder_silver.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/items/dye_powder_white.png b/desktopRuntime/resources/assets/minecraft/textures/items/dye_powder_white.png new file mode 100755 index 00000000..5b1833be Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/items/dye_powder_white.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/items/dye_powder_yellow.png b/desktopRuntime/resources/assets/minecraft/textures/items/dye_powder_yellow.png new file mode 100755 index 00000000..95e06731 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/items/dye_powder_yellow.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/items/egg.png b/desktopRuntime/resources/assets/minecraft/textures/items/egg.png new file mode 100755 index 00000000..a6fe2bfa Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/items/egg.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/items/emerald.png b/desktopRuntime/resources/assets/minecraft/textures/items/emerald.png new file mode 100755 index 00000000..98d953e2 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/items/emerald.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/items/empty_armor_slot_boots.png b/desktopRuntime/resources/assets/minecraft/textures/items/empty_armor_slot_boots.png new file mode 100755 index 00000000..fd7e05fa Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/items/empty_armor_slot_boots.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/items/empty_armor_slot_chestplate.png b/desktopRuntime/resources/assets/minecraft/textures/items/empty_armor_slot_chestplate.png new file mode 100755 index 00000000..6e632b9d Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/items/empty_armor_slot_chestplate.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/items/empty_armor_slot_helmet.png b/desktopRuntime/resources/assets/minecraft/textures/items/empty_armor_slot_helmet.png new file mode 100755 index 00000000..3a455f3f Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/items/empty_armor_slot_helmet.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/items/empty_armor_slot_leggings.png b/desktopRuntime/resources/assets/minecraft/textures/items/empty_armor_slot_leggings.png new file mode 100755 index 00000000..28b2c494 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/items/empty_armor_slot_leggings.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/items/ender_eye.png b/desktopRuntime/resources/assets/minecraft/textures/items/ender_eye.png new file mode 100755 index 00000000..8c4ef4e8 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/items/ender_eye.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/items/ender_pearl.png b/desktopRuntime/resources/assets/minecraft/textures/items/ender_pearl.png new file mode 100755 index 00000000..4b752a64 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/items/ender_pearl.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/items/experience_bottle.png b/desktopRuntime/resources/assets/minecraft/textures/items/experience_bottle.png new file mode 100755 index 00000000..ae4214ff Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/items/experience_bottle.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/items/feather.png b/desktopRuntime/resources/assets/minecraft/textures/items/feather.png new file mode 100755 index 00000000..d4c3be55 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/items/feather.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/items/fireball.png b/desktopRuntime/resources/assets/minecraft/textures/items/fireball.png new file mode 100755 index 00000000..d62a6f47 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/items/fireball.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/items/fireworks.png b/desktopRuntime/resources/assets/minecraft/textures/items/fireworks.png new file mode 100755 index 00000000..f1e07fd1 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/items/fireworks.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/items/fireworks_charge.png b/desktopRuntime/resources/assets/minecraft/textures/items/fireworks_charge.png new file mode 100755 index 00000000..5c893627 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/items/fireworks_charge.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/items/fireworks_charge_overlay.png b/desktopRuntime/resources/assets/minecraft/textures/items/fireworks_charge_overlay.png new file mode 100755 index 00000000..d8b91a92 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/items/fireworks_charge_overlay.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/items/fish_clownfish_raw.png b/desktopRuntime/resources/assets/minecraft/textures/items/fish_clownfish_raw.png new file mode 100755 index 00000000..41df72fd Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/items/fish_clownfish_raw.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/items/fish_cod_cooked.png b/desktopRuntime/resources/assets/minecraft/textures/items/fish_cod_cooked.png new file mode 100755 index 00000000..87564c70 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/items/fish_cod_cooked.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/items/fish_cod_raw.png b/desktopRuntime/resources/assets/minecraft/textures/items/fish_cod_raw.png new file mode 100755 index 00000000..32996bf5 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/items/fish_cod_raw.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/items/fish_pufferfish_raw.png b/desktopRuntime/resources/assets/minecraft/textures/items/fish_pufferfish_raw.png new file mode 100755 index 00000000..aadbd88e Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/items/fish_pufferfish_raw.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/items/fish_salmon_cooked.png b/desktopRuntime/resources/assets/minecraft/textures/items/fish_salmon_cooked.png new file mode 100755 index 00000000..fb765ed7 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/items/fish_salmon_cooked.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/items/fish_salmon_raw.png b/desktopRuntime/resources/assets/minecraft/textures/items/fish_salmon_raw.png new file mode 100755 index 00000000..68bcd697 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/items/fish_salmon_raw.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/items/fishing_rod_cast.png b/desktopRuntime/resources/assets/minecraft/textures/items/fishing_rod_cast.png new file mode 100755 index 00000000..a5ab3781 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/items/fishing_rod_cast.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/items/fishing_rod_uncast.png b/desktopRuntime/resources/assets/minecraft/textures/items/fishing_rod_uncast.png new file mode 100755 index 00000000..d4b53f0f Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/items/fishing_rod_uncast.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/items/flint.png b/desktopRuntime/resources/assets/minecraft/textures/items/flint.png new file mode 100755 index 00000000..5f51093f Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/items/flint.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/items/flint_and_steel.png b/desktopRuntime/resources/assets/minecraft/textures/items/flint_and_steel.png new file mode 100755 index 00000000..77bc3407 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/items/flint_and_steel.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/items/flower_pot.png b/desktopRuntime/resources/assets/minecraft/textures/items/flower_pot.png new file mode 100755 index 00000000..c4f26d21 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/items/flower_pot.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/items/ghast_tear.png b/desktopRuntime/resources/assets/minecraft/textures/items/ghast_tear.png new file mode 100755 index 00000000..e5c741f9 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/items/ghast_tear.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/items/glowstone_dust.png b/desktopRuntime/resources/assets/minecraft/textures/items/glowstone_dust.png new file mode 100755 index 00000000..edd93a6d Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/items/glowstone_dust.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/items/gold_axe.png b/desktopRuntime/resources/assets/minecraft/textures/items/gold_axe.png new file mode 100755 index 00000000..0f47b600 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/items/gold_axe.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/items/gold_boots.png b/desktopRuntime/resources/assets/minecraft/textures/items/gold_boots.png new file mode 100755 index 00000000..f6033d25 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/items/gold_boots.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/items/gold_chestplate.png b/desktopRuntime/resources/assets/minecraft/textures/items/gold_chestplate.png new file mode 100755 index 00000000..e36076ad Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/items/gold_chestplate.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/items/gold_helmet.png b/desktopRuntime/resources/assets/minecraft/textures/items/gold_helmet.png new file mode 100755 index 00000000..9eb89a0c Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/items/gold_helmet.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/items/gold_hoe.png b/desktopRuntime/resources/assets/minecraft/textures/items/gold_hoe.png new file mode 100755 index 00000000..1685d472 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/items/gold_hoe.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/items/gold_horse_armor.png b/desktopRuntime/resources/assets/minecraft/textures/items/gold_horse_armor.png new file mode 100755 index 00000000..7c5c3a59 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/items/gold_horse_armor.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/items/gold_ingot.png b/desktopRuntime/resources/assets/minecraft/textures/items/gold_ingot.png new file mode 100755 index 00000000..ea781e71 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/items/gold_ingot.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/items/gold_leggings.png b/desktopRuntime/resources/assets/minecraft/textures/items/gold_leggings.png new file mode 100755 index 00000000..da237713 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/items/gold_leggings.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/items/gold_nugget.png b/desktopRuntime/resources/assets/minecraft/textures/items/gold_nugget.png new file mode 100755 index 00000000..3a9a2fe4 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/items/gold_nugget.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/items/gold_pickaxe.png b/desktopRuntime/resources/assets/minecraft/textures/items/gold_pickaxe.png new file mode 100755 index 00000000..ecccafe6 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/items/gold_pickaxe.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/items/gold_shovel.png b/desktopRuntime/resources/assets/minecraft/textures/items/gold_shovel.png new file mode 100755 index 00000000..150cbb97 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/items/gold_shovel.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/items/gold_sword.png b/desktopRuntime/resources/assets/minecraft/textures/items/gold_sword.png new file mode 100755 index 00000000..0ddef045 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/items/gold_sword.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/items/gunpowder.png b/desktopRuntime/resources/assets/minecraft/textures/items/gunpowder.png new file mode 100755 index 00000000..73cadece Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/items/gunpowder.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/items/hopper.png b/desktopRuntime/resources/assets/minecraft/textures/items/hopper.png new file mode 100755 index 00000000..f8b244fc Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/items/hopper.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/items/iron_axe.png b/desktopRuntime/resources/assets/minecraft/textures/items/iron_axe.png new file mode 100755 index 00000000..8bf133e3 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/items/iron_axe.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/items/iron_boots.png b/desktopRuntime/resources/assets/minecraft/textures/items/iron_boots.png new file mode 100755 index 00000000..b69ca05c Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/items/iron_boots.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/items/iron_chestplate.png b/desktopRuntime/resources/assets/minecraft/textures/items/iron_chestplate.png new file mode 100755 index 00000000..e7993ce1 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/items/iron_chestplate.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/items/iron_helmet.png b/desktopRuntime/resources/assets/minecraft/textures/items/iron_helmet.png new file mode 100755 index 00000000..65e64cc5 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/items/iron_helmet.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/items/iron_hoe.png b/desktopRuntime/resources/assets/minecraft/textures/items/iron_hoe.png new file mode 100755 index 00000000..28d4c36d Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/items/iron_hoe.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/items/iron_horse_armor.png b/desktopRuntime/resources/assets/minecraft/textures/items/iron_horse_armor.png new file mode 100755 index 00000000..5d697d17 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/items/iron_horse_armor.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/items/iron_ingot.png b/desktopRuntime/resources/assets/minecraft/textures/items/iron_ingot.png new file mode 100755 index 00000000..3833fa05 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/items/iron_ingot.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/items/iron_leggings.png b/desktopRuntime/resources/assets/minecraft/textures/items/iron_leggings.png new file mode 100755 index 00000000..ad536739 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/items/iron_leggings.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/items/iron_pickaxe.png b/desktopRuntime/resources/assets/minecraft/textures/items/iron_pickaxe.png new file mode 100755 index 00000000..d21440bd Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/items/iron_pickaxe.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/items/iron_shovel.png b/desktopRuntime/resources/assets/minecraft/textures/items/iron_shovel.png new file mode 100755 index 00000000..079b236c Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/items/iron_shovel.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/items/iron_sword.png b/desktopRuntime/resources/assets/minecraft/textures/items/iron_sword.png new file mode 100755 index 00000000..4d49c5ae Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/items/iron_sword.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/items/item_frame.png b/desktopRuntime/resources/assets/minecraft/textures/items/item_frame.png new file mode 100755 index 00000000..261c98a6 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/items/item_frame.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/items/lead.png b/desktopRuntime/resources/assets/minecraft/textures/items/lead.png new file mode 100755 index 00000000..0ef5312f Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/items/lead.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/items/leather.png b/desktopRuntime/resources/assets/minecraft/textures/items/leather.png new file mode 100755 index 00000000..13dc1998 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/items/leather.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/items/leather_boots.png b/desktopRuntime/resources/assets/minecraft/textures/items/leather_boots.png new file mode 100755 index 00000000..61d71988 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/items/leather_boots.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/items/leather_boots_overlay.png b/desktopRuntime/resources/assets/minecraft/textures/items/leather_boots_overlay.png new file mode 100755 index 00000000..b6896d87 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/items/leather_boots_overlay.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/items/leather_chestplate.png b/desktopRuntime/resources/assets/minecraft/textures/items/leather_chestplate.png new file mode 100755 index 00000000..e534aefc Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/items/leather_chestplate.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/items/leather_chestplate_overlay.png b/desktopRuntime/resources/assets/minecraft/textures/items/leather_chestplate_overlay.png new file mode 100755 index 00000000..125fd348 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/items/leather_chestplate_overlay.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/items/leather_helmet.png b/desktopRuntime/resources/assets/minecraft/textures/items/leather_helmet.png new file mode 100755 index 00000000..6f647638 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/items/leather_helmet.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/items/leather_helmet_overlay.png b/desktopRuntime/resources/assets/minecraft/textures/items/leather_helmet_overlay.png new file mode 100755 index 00000000..8040d77f Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/items/leather_helmet_overlay.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/items/leather_leggings.png b/desktopRuntime/resources/assets/minecraft/textures/items/leather_leggings.png new file mode 100755 index 00000000..c2d3f032 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/items/leather_leggings.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/items/leather_leggings_overlay.png b/desktopRuntime/resources/assets/minecraft/textures/items/leather_leggings_overlay.png new file mode 100755 index 00000000..813ba262 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/items/leather_leggings_overlay.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/items/magma_cream.png b/desktopRuntime/resources/assets/minecraft/textures/items/magma_cream.png new file mode 100755 index 00000000..b2be210c Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/items/magma_cream.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/items/map_empty.png b/desktopRuntime/resources/assets/minecraft/textures/items/map_empty.png new file mode 100755 index 00000000..8dc6e58b Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/items/map_empty.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/items/map_filled.png b/desktopRuntime/resources/assets/minecraft/textures/items/map_filled.png new file mode 100755 index 00000000..1381e215 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/items/map_filled.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/items/melon.png b/desktopRuntime/resources/assets/minecraft/textures/items/melon.png new file mode 100755 index 00000000..590f47a2 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/items/melon.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/items/melon_speckled.png b/desktopRuntime/resources/assets/minecraft/textures/items/melon_speckled.png new file mode 100755 index 00000000..dee1bf56 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/items/melon_speckled.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/items/minecart_chest.png b/desktopRuntime/resources/assets/minecraft/textures/items/minecart_chest.png new file mode 100755 index 00000000..78a37786 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/items/minecart_chest.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/items/minecart_command_block.png b/desktopRuntime/resources/assets/minecraft/textures/items/minecart_command_block.png new file mode 100755 index 00000000..c597ee7f Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/items/minecart_command_block.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/items/minecart_furnace.png b/desktopRuntime/resources/assets/minecraft/textures/items/minecart_furnace.png new file mode 100755 index 00000000..5478f25c Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/items/minecart_furnace.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/items/minecart_hopper.png b/desktopRuntime/resources/assets/minecraft/textures/items/minecart_hopper.png new file mode 100755 index 00000000..8a138fbb Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/items/minecart_hopper.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/items/minecart_normal.png b/desktopRuntime/resources/assets/minecraft/textures/items/minecart_normal.png new file mode 100755 index 00000000..2046f2bc Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/items/minecart_normal.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/items/minecart_tnt.png b/desktopRuntime/resources/assets/minecraft/textures/items/minecart_tnt.png new file mode 100755 index 00000000..561279b7 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/items/minecart_tnt.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/items/mushroom_stew.png b/desktopRuntime/resources/assets/minecraft/textures/items/mushroom_stew.png new file mode 100755 index 00000000..5598bc78 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/items/mushroom_stew.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/items/mutton_cooked.png b/desktopRuntime/resources/assets/minecraft/textures/items/mutton_cooked.png new file mode 100755 index 00000000..e1b62dcf Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/items/mutton_cooked.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/items/mutton_raw.png b/desktopRuntime/resources/assets/minecraft/textures/items/mutton_raw.png new file mode 100755 index 00000000..1222ff4b Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/items/mutton_raw.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/items/name_tag.png b/desktopRuntime/resources/assets/minecraft/textures/items/name_tag.png new file mode 100755 index 00000000..a88f5599 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/items/name_tag.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/items/nether_star.png b/desktopRuntime/resources/assets/minecraft/textures/items/nether_star.png new file mode 100755 index 00000000..6b848af0 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/items/nether_star.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/items/nether_wart.png b/desktopRuntime/resources/assets/minecraft/textures/items/nether_wart.png new file mode 100755 index 00000000..09da1e33 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/items/nether_wart.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/items/netherbrick.png b/desktopRuntime/resources/assets/minecraft/textures/items/netherbrick.png new file mode 100755 index 00000000..e9c14edb Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/items/netherbrick.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/items/painting.png b/desktopRuntime/resources/assets/minecraft/textures/items/painting.png new file mode 100755 index 00000000..b394f305 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/items/painting.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/items/paper.png b/desktopRuntime/resources/assets/minecraft/textures/items/paper.png new file mode 100755 index 00000000..a1d9c7e2 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/items/paper.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/items/porkchop_cooked.png b/desktopRuntime/resources/assets/minecraft/textures/items/porkchop_cooked.png new file mode 100755 index 00000000..605d3f50 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/items/porkchop_cooked.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/items/porkchop_raw.png b/desktopRuntime/resources/assets/minecraft/textures/items/porkchop_raw.png new file mode 100755 index 00000000..7e83c1ad Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/items/porkchop_raw.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/items/potato.png b/desktopRuntime/resources/assets/minecraft/textures/items/potato.png new file mode 100755 index 00000000..c1d8541e Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/items/potato.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/items/potato_baked.png b/desktopRuntime/resources/assets/minecraft/textures/items/potato_baked.png new file mode 100755 index 00000000..e4d765b1 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/items/potato_baked.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/items/potato_poisonous.png b/desktopRuntime/resources/assets/minecraft/textures/items/potato_poisonous.png new file mode 100755 index 00000000..6f154afa Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/items/potato_poisonous.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/items/potion_bottle_drinkable.png b/desktopRuntime/resources/assets/minecraft/textures/items/potion_bottle_drinkable.png new file mode 100755 index 00000000..87339d79 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/items/potion_bottle_drinkable.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/items/potion_bottle_empty.png b/desktopRuntime/resources/assets/minecraft/textures/items/potion_bottle_empty.png new file mode 100755 index 00000000..87339d79 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/items/potion_bottle_empty.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/items/potion_bottle_splash.png b/desktopRuntime/resources/assets/minecraft/textures/items/potion_bottle_splash.png new file mode 100755 index 00000000..03b1f90a Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/items/potion_bottle_splash.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/items/potion_overlay.png b/desktopRuntime/resources/assets/minecraft/textures/items/potion_overlay.png new file mode 100755 index 00000000..61864e9b Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/items/potion_overlay.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/items/prismarine_crystals.png b/desktopRuntime/resources/assets/minecraft/textures/items/prismarine_crystals.png new file mode 100755 index 00000000..7cf87d5c Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/items/prismarine_crystals.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/items/prismarine_shard.png b/desktopRuntime/resources/assets/minecraft/textures/items/prismarine_shard.png new file mode 100755 index 00000000..4030b4c1 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/items/prismarine_shard.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/items/pumpkin_pie.png b/desktopRuntime/resources/assets/minecraft/textures/items/pumpkin_pie.png new file mode 100755 index 00000000..c21a032b Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/items/pumpkin_pie.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/items/quartz.png b/desktopRuntime/resources/assets/minecraft/textures/items/quartz.png new file mode 100755 index 00000000..e403446a Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/items/quartz.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/items/quiver.png b/desktopRuntime/resources/assets/minecraft/textures/items/quiver.png new file mode 100755 index 00000000..818f7283 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/items/quiver.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/items/rabbit_cooked.png b/desktopRuntime/resources/assets/minecraft/textures/items/rabbit_cooked.png new file mode 100755 index 00000000..49657c3e Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/items/rabbit_cooked.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/items/rabbit_foot.png b/desktopRuntime/resources/assets/minecraft/textures/items/rabbit_foot.png new file mode 100755 index 00000000..f7d91409 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/items/rabbit_foot.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/items/rabbit_hide.png b/desktopRuntime/resources/assets/minecraft/textures/items/rabbit_hide.png new file mode 100755 index 00000000..516b8999 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/items/rabbit_hide.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/items/rabbit_raw.png b/desktopRuntime/resources/assets/minecraft/textures/items/rabbit_raw.png new file mode 100755 index 00000000..4b541350 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/items/rabbit_raw.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/items/rabbit_stew.png b/desktopRuntime/resources/assets/minecraft/textures/items/rabbit_stew.png new file mode 100755 index 00000000..93e83e68 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/items/rabbit_stew.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/items/record_11.png b/desktopRuntime/resources/assets/minecraft/textures/items/record_11.png new file mode 100755 index 00000000..07ac487c Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/items/record_11.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/items/record_13.png b/desktopRuntime/resources/assets/minecraft/textures/items/record_13.png new file mode 100755 index 00000000..ead0c610 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/items/record_13.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/items/record_blocks.png b/desktopRuntime/resources/assets/minecraft/textures/items/record_blocks.png new file mode 100755 index 00000000..3732d6c9 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/items/record_blocks.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/items/record_cat.png b/desktopRuntime/resources/assets/minecraft/textures/items/record_cat.png new file mode 100755 index 00000000..b3527efb Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/items/record_cat.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/items/record_chirp.png b/desktopRuntime/resources/assets/minecraft/textures/items/record_chirp.png new file mode 100755 index 00000000..1b24e119 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/items/record_chirp.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/items/record_far.png b/desktopRuntime/resources/assets/minecraft/textures/items/record_far.png new file mode 100755 index 00000000..2320efdf Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/items/record_far.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/items/record_mall.png b/desktopRuntime/resources/assets/minecraft/textures/items/record_mall.png new file mode 100755 index 00000000..811d0460 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/items/record_mall.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/items/record_mellohi.png b/desktopRuntime/resources/assets/minecraft/textures/items/record_mellohi.png new file mode 100755 index 00000000..879b6a41 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/items/record_mellohi.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/items/record_stal.png b/desktopRuntime/resources/assets/minecraft/textures/items/record_stal.png new file mode 100755 index 00000000..c650d21d Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/items/record_stal.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/items/record_strad.png b/desktopRuntime/resources/assets/minecraft/textures/items/record_strad.png new file mode 100755 index 00000000..72d6e320 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/items/record_strad.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/items/record_wait.png b/desktopRuntime/resources/assets/minecraft/textures/items/record_wait.png new file mode 100755 index 00000000..5306b514 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/items/record_wait.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/items/record_ward.png b/desktopRuntime/resources/assets/minecraft/textures/items/record_ward.png new file mode 100755 index 00000000..b33b93da Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/items/record_ward.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/items/redstone_dust.png b/desktopRuntime/resources/assets/minecraft/textures/items/redstone_dust.png new file mode 100755 index 00000000..6da938be Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/items/redstone_dust.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/items/reeds.png b/desktopRuntime/resources/assets/minecraft/textures/items/reeds.png new file mode 100755 index 00000000..40872c66 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/items/reeds.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/items/repeater.png b/desktopRuntime/resources/assets/minecraft/textures/items/repeater.png new file mode 100755 index 00000000..7a07381c Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/items/repeater.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/items/rotten_flesh.png b/desktopRuntime/resources/assets/minecraft/textures/items/rotten_flesh.png new file mode 100755 index 00000000..3f39998e Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/items/rotten_flesh.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/items/ruby.png b/desktopRuntime/resources/assets/minecraft/textures/items/ruby.png new file mode 100755 index 00000000..4f288d95 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/items/ruby.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/items/saddle.png b/desktopRuntime/resources/assets/minecraft/textures/items/saddle.png new file mode 100755 index 00000000..b12eafa7 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/items/saddle.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/items/seeds_melon.png b/desktopRuntime/resources/assets/minecraft/textures/items/seeds_melon.png new file mode 100755 index 00000000..ef84499c Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/items/seeds_melon.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/items/seeds_pumpkin.png b/desktopRuntime/resources/assets/minecraft/textures/items/seeds_pumpkin.png new file mode 100755 index 00000000..8d8f0761 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/items/seeds_pumpkin.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/items/seeds_wheat.png b/desktopRuntime/resources/assets/minecraft/textures/items/seeds_wheat.png new file mode 100755 index 00000000..83d23a6e Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/items/seeds_wheat.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/items/shears.png b/desktopRuntime/resources/assets/minecraft/textures/items/shears.png new file mode 100755 index 00000000..f9c6de19 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/items/shears.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/items/sign.png b/desktopRuntime/resources/assets/minecraft/textures/items/sign.png new file mode 100755 index 00000000..9b6e2ee2 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/items/sign.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/items/slimeball.png b/desktopRuntime/resources/assets/minecraft/textures/items/slimeball.png new file mode 100755 index 00000000..46478ee0 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/items/slimeball.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/items/snowball.png b/desktopRuntime/resources/assets/minecraft/textures/items/snowball.png new file mode 100755 index 00000000..340c6398 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/items/snowball.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/items/spawn_egg.png b/desktopRuntime/resources/assets/minecraft/textures/items/spawn_egg.png new file mode 100755 index 00000000..26cc6b22 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/items/spawn_egg.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/items/spawn_egg_overlay.png b/desktopRuntime/resources/assets/minecraft/textures/items/spawn_egg_overlay.png new file mode 100755 index 00000000..83ec78f1 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/items/spawn_egg_overlay.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/items/spider_eye.png b/desktopRuntime/resources/assets/minecraft/textures/items/spider_eye.png new file mode 100755 index 00000000..35d85843 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/items/spider_eye.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/items/spider_eye_fermented.png b/desktopRuntime/resources/assets/minecraft/textures/items/spider_eye_fermented.png new file mode 100755 index 00000000..226ffb89 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/items/spider_eye_fermented.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/items/stick.png b/desktopRuntime/resources/assets/minecraft/textures/items/stick.png new file mode 100755 index 00000000..6f8ce13b Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/items/stick.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/items/stone_axe.png b/desktopRuntime/resources/assets/minecraft/textures/items/stone_axe.png new file mode 100755 index 00000000..fb33584a Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/items/stone_axe.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/items/stone_hoe.png b/desktopRuntime/resources/assets/minecraft/textures/items/stone_hoe.png new file mode 100755 index 00000000..d46b2724 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/items/stone_hoe.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/items/stone_pickaxe.png b/desktopRuntime/resources/assets/minecraft/textures/items/stone_pickaxe.png new file mode 100755 index 00000000..19a8e50d Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/items/stone_pickaxe.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/items/stone_shovel.png b/desktopRuntime/resources/assets/minecraft/textures/items/stone_shovel.png new file mode 100755 index 00000000..8e1c0c28 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/items/stone_shovel.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/items/stone_sword.png b/desktopRuntime/resources/assets/minecraft/textures/items/stone_sword.png new file mode 100755 index 00000000..5810dfd3 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/items/stone_sword.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/items/string.png b/desktopRuntime/resources/assets/minecraft/textures/items/string.png new file mode 100755 index 00000000..0b04ddb5 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/items/string.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/items/sugar.png b/desktopRuntime/resources/assets/minecraft/textures/items/sugar.png new file mode 100755 index 00000000..0864df94 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/items/sugar.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/items/wheat.png b/desktopRuntime/resources/assets/minecraft/textures/items/wheat.png new file mode 100755 index 00000000..bbd2fd9d Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/items/wheat.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/items/wood_axe.png b/desktopRuntime/resources/assets/minecraft/textures/items/wood_axe.png new file mode 100755 index 00000000..3a192033 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/items/wood_axe.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/items/wood_hoe.png b/desktopRuntime/resources/assets/minecraft/textures/items/wood_hoe.png new file mode 100755 index 00000000..de1c7a6d Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/items/wood_hoe.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/items/wood_pickaxe.png b/desktopRuntime/resources/assets/minecraft/textures/items/wood_pickaxe.png new file mode 100755 index 00000000..ebc6756e Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/items/wood_pickaxe.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/items/wood_shovel.png b/desktopRuntime/resources/assets/minecraft/textures/items/wood_shovel.png new file mode 100755 index 00000000..b0579117 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/items/wood_shovel.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/items/wood_sword.png b/desktopRuntime/resources/assets/minecraft/textures/items/wood_sword.png new file mode 100755 index 00000000..c04dc0a8 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/items/wood_sword.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/items/wooden_armorstand.png b/desktopRuntime/resources/assets/minecraft/textures/items/wooden_armorstand.png new file mode 100755 index 00000000..6d27c47f Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/items/wooden_armorstand.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/map/map_background.png b/desktopRuntime/resources/assets/minecraft/textures/map/map_background.png new file mode 100755 index 00000000..2783b501 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/map/map_background.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/map/map_icons.png b/desktopRuntime/resources/assets/minecraft/textures/map/map_icons.png new file mode 100755 index 00000000..c2f35b85 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/map/map_icons.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/misc/enchanted_item_glint.png b/desktopRuntime/resources/assets/minecraft/textures/misc/enchanted_item_glint.png new file mode 100755 index 00000000..f9ca97c3 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/misc/enchanted_item_glint.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/misc/enchanted_item_glint.png.mcmeta b/desktopRuntime/resources/assets/minecraft/textures/misc/enchanted_item_glint.png.mcmeta new file mode 100755 index 00000000..2f6b5017 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/textures/misc/enchanted_item_glint.png.mcmeta @@ -0,0 +1,5 @@ +{ + "texture": { + "blur": true + } +} diff --git a/desktopRuntime/resources/assets/minecraft/textures/misc/forcefield.png b/desktopRuntime/resources/assets/minecraft/textures/misc/forcefield.png new file mode 100755 index 00000000..3129f071 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/misc/forcefield.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/misc/pumpkinblur.png b/desktopRuntime/resources/assets/minecraft/textures/misc/pumpkinblur.png new file mode 100755 index 00000000..d9725ce8 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/misc/pumpkinblur.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/misc/pumpkinblur.png.mcmeta b/desktopRuntime/resources/assets/minecraft/textures/misc/pumpkinblur.png.mcmeta new file mode 100755 index 00000000..5b992c3e --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/textures/misc/pumpkinblur.png.mcmeta @@ -0,0 +1,6 @@ +{ + "texture": { + "blur": true + } +} + diff --git a/desktopRuntime/resources/assets/minecraft/textures/misc/shadow.png b/desktopRuntime/resources/assets/minecraft/textures/misc/shadow.png new file mode 100755 index 00000000..b09fd474 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/misc/shadow.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/misc/shadow.png.mcmeta b/desktopRuntime/resources/assets/minecraft/textures/misc/shadow.png.mcmeta new file mode 100755 index 00000000..67b9d532 --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/textures/misc/shadow.png.mcmeta @@ -0,0 +1,6 @@ +{ + "texture": { + "clamp": true + } +} + diff --git a/desktopRuntime/resources/assets/minecraft/textures/misc/underwater.png b/desktopRuntime/resources/assets/minecraft/textures/misc/underwater.png new file mode 100755 index 00000000..2fc23b18 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/misc/underwater.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/misc/unknown_pack.png b/desktopRuntime/resources/assets/minecraft/textures/misc/unknown_pack.png new file mode 100755 index 00000000..16afadee Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/misc/unknown_pack.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/misc/unknown_server.png b/desktopRuntime/resources/assets/minecraft/textures/misc/unknown_server.png new file mode 100755 index 00000000..16afadee Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/misc/unknown_server.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/misc/vignette.png b/desktopRuntime/resources/assets/minecraft/textures/misc/vignette.png new file mode 100755 index 00000000..9c14e2d9 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/misc/vignette.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/misc/vignette.png.mcmeta b/desktopRuntime/resources/assets/minecraft/textures/misc/vignette.png.mcmeta new file mode 100755 index 00000000..5b992c3e --- /dev/null +++ b/desktopRuntime/resources/assets/minecraft/textures/misc/vignette.png.mcmeta @@ -0,0 +1,6 @@ +{ + "texture": { + "blur": true + } +} + diff --git a/desktopRuntime/resources/assets/minecraft/textures/models/armor/chainmail_layer_1.png b/desktopRuntime/resources/assets/minecraft/textures/models/armor/chainmail_layer_1.png new file mode 100755 index 00000000..9f84c183 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/models/armor/chainmail_layer_1.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/models/armor/chainmail_layer_2.png b/desktopRuntime/resources/assets/minecraft/textures/models/armor/chainmail_layer_2.png new file mode 100755 index 00000000..117811cd Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/models/armor/chainmail_layer_2.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/models/armor/diamond_layer_1.png b/desktopRuntime/resources/assets/minecraft/textures/models/armor/diamond_layer_1.png new file mode 100755 index 00000000..14fecf21 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/models/armor/diamond_layer_1.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/models/armor/diamond_layer_2.png b/desktopRuntime/resources/assets/minecraft/textures/models/armor/diamond_layer_2.png new file mode 100755 index 00000000..2cca0566 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/models/armor/diamond_layer_2.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/models/armor/gold_layer_1.png b/desktopRuntime/resources/assets/minecraft/textures/models/armor/gold_layer_1.png new file mode 100755 index 00000000..6802e06f Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/models/armor/gold_layer_1.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/models/armor/gold_layer_2.png b/desktopRuntime/resources/assets/minecraft/textures/models/armor/gold_layer_2.png new file mode 100755 index 00000000..a7cf8351 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/models/armor/gold_layer_2.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/models/armor/iron_layer_1.png b/desktopRuntime/resources/assets/minecraft/textures/models/armor/iron_layer_1.png new file mode 100755 index 00000000..6da6e840 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/models/armor/iron_layer_1.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/models/armor/iron_layer_2.png b/desktopRuntime/resources/assets/minecraft/textures/models/armor/iron_layer_2.png new file mode 100755 index 00000000..fab422ae Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/models/armor/iron_layer_2.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/models/armor/leather_layer_1.png b/desktopRuntime/resources/assets/minecraft/textures/models/armor/leather_layer_1.png new file mode 100755 index 00000000..ebcfc411 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/models/armor/leather_layer_1.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/models/armor/leather_layer_1_overlay.png b/desktopRuntime/resources/assets/minecraft/textures/models/armor/leather_layer_1_overlay.png new file mode 100755 index 00000000..546397d5 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/models/armor/leather_layer_1_overlay.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/models/armor/leather_layer_2.png b/desktopRuntime/resources/assets/minecraft/textures/models/armor/leather_layer_2.png new file mode 100755 index 00000000..8d8bba6c Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/models/armor/leather_layer_2.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/models/armor/leather_layer_2_overlay.png b/desktopRuntime/resources/assets/minecraft/textures/models/armor/leather_layer_2_overlay.png new file mode 100755 index 00000000..56556598 Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/models/armor/leather_layer_2_overlay.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/painting/paintings_kristoffer_zetterstrand.png b/desktopRuntime/resources/assets/minecraft/textures/painting/paintings_kristoffer_zetterstrand.png new file mode 100755 index 00000000..d7df7f6d Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/painting/paintings_kristoffer_zetterstrand.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/particle/footprint.png b/desktopRuntime/resources/assets/minecraft/textures/particle/footprint.png new file mode 100755 index 00000000..8d23f64b Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/particle/footprint.png differ diff --git a/desktopRuntime/resources/assets/minecraft/textures/particle/particles.png b/desktopRuntime/resources/assets/minecraft/textures/particle/particles.png new file mode 100755 index 00000000..eec1f89e Binary files /dev/null and b/desktopRuntime/resources/assets/minecraft/textures/particle/particles.png differ diff --git a/desktopRuntime/resources/pack.mcmeta b/desktopRuntime/resources/pack.mcmeta new file mode 100755 index 00000000..fb279539 --- /dev/null +++ b/desktopRuntime/resources/pack.mcmeta @@ -0,0 +1,383 @@ +{ + "language": { + "en_US": { + "region": "US", + "name": "English", + "bidirectional": false + }, + "af_ZA": { + "region": "Suid-Afrika", + "name": "Afrikaans", + "bidirectional": false + }, + "ar_SA": { + "region": "\u0627\u0644\u0639\u0627\u0644\u0645 \u0627\u0644\u0639\u0631\u0628\u064a", + "name": "\u0627\u0644\u0639\u0631\u0628\u064a\u0629", + "bidirectional": true + }, + "hy_AM": { + "region": "\u0540\u0561\u0575\u0561\u057d\u057f\u0561\u0576", + "name": "\u0540\u0561\u0575\u0565\u0580\u0565\u0576", + "bidirectional": false + }, + "ast_ES": { + "region": "Asturies", + "name": "Asturianu", + "bidirectional": false + }, + "az_AZ": { + "region": "Az\u0259rbaycan", + "name": "Az\u0259rbaycanca", + "bidirectional": false + }, + "eu_ES": { + "region": "Euskal Herria", + "name": "Euskara", + "bidirectional": false + }, + "bg_BG": { + "region": "\u0411\u044a\u043b\u0433\u0430\u0440\u0438\u044f", + "name": "\u0411\u044a\u043b\u0433\u0430\u0440\u0441\u043a\u0438", + "bidirectional": false + }, + "ca_ES": { + "region": "Catalunya", + "name": "Catal\u00e0", + "bidirectional": false + }, + "zh_CN": { + "region": "\u4e2d\u56fd", + "name": "\u7b80\u4f53\u4e2d\u6587", + "bidirectional": false + }, + "zh_TW": { + "region": "\u53f0\u7063", + "name": "\u7e41\u9ad4\u4e2d\u6587", + "bidirectional": false + }, + "kw_GB": { + "region": "Kernow", + "name": "Kernewek", + "bidirectional": false + }, + "hr_HR": { + "region": "Hrvatska", + "name": "Hrvatski", + "bidirectional": false + }, + "cs_CZ": { + "region": "\u010cesko", + "name": "\u010ce\u0161tina", + "bidirectional": false + }, + "da_DK": { + "region": "Danmark", + "name": "Dansk", + "bidirectional": false + }, + "nl_NL": { + "region": "Nederland", + "name": "Nederlands", + "bidirectional": false + }, + "en_AU": { + "region": "Australia", + "name": "Australian English", + "bidirectional": false + }, + "en_CA": { + "region": "Canada", + "name": "Canadian English", + "bidirectional": false + }, + "en_GB": { + "region": "UK", + "name": "English", + "bidirectional": false + }, + "eo_UY": { + "region": "Mondo", + "name": "Esperanto", + "bidirectional": false + }, + "et_EE": { + "region": "US", + "name": "Inglise", + "bidirectional": false + }, + "fil_PH": { + "region": "Pilipinas", + "name": "Filipino", + "bidirectional": false + }, + "fi_FI": { + "region": "Suomi", + "name": "Suomi", + "bidirectional": false + }, + "fr_FR": { + "region": "France", + "name": "Fran\u00e7ais", + "bidirectional": false + }, + "fr_CA": { + "region": "Canada", + "name": "Fran\u00e7ais canadien", + "bidirectional": false + }, + "gl_ES": { + "region": "Galiza", + "name": "Galego", + "bidirectional": false + }, + "ka_GE": { + "region": "\u10e1\u10d0\u10e5\u10d0\u10e0\u10d7\u10d5\u10d4\u10da\u10dd", + "name": "\u10e5\u10d0\u10e0\u10d7\u10e3\u10da\u10d8", + "bidirectional": false + }, + "de_DE": { + "region": "Deutschland", + "name": "Deutsch", + "bidirectional": false + }, + "el_GR": { + "region": "\u0395\u03bb\u03bb\u03ac\u03b4\u03b1", + "name": "\u0395\u03bb\u03bb\u03b7\u03bd\u03b9\u03ba\u03ac", + "bidirectional": false + }, + "he_IL": { + "region": "\u05d9\u05e9\u05e8\u05d0\u05dc", + "name": "\u05e2\u05d1\u05e8\u05d9\u05ea", + "bidirectional": true + }, + "hi_IN": { + "region": "\u092d\u093e\u0930\u0924", + "name": "\u0905\u0902\u0917\u094d\u0930\u0947\u095b\u0940", + "bidirectional": false + }, + "hu_HU": { + "region": "Magyarorsz\u00e1g", + "name": "Magyar", + "bidirectional": false + }, + "is_IS": { + "region": "\u00cdsland", + "name": "\u00cdslenska", + "bidirectional": false + }, + "id_ID": { + "region": "Indonesia", + "name": "Bahasa Indonesia", + "bidirectional": false + }, + "ga_IE": { + "region": "\u00c9ire", + "name": "Gaeilge", + "bidirectional": false + }, + "it_IT": { + "region": "Italia", + "name": "Italiano", + "bidirectional": false + }, + "ja_JP": { + "region": "\u65e5\u672c", + "name": "\u65e5\u672c\u8a9e", + "bidirectional": false + }, + "tlh_AA": { + "region": "tlhIngan wo'", + "name": "tlhIngan Hol", + "bidirectional": false + }, + "ko_KR": { + "region": "\ud55c\uad6d", + "name": "\ud55c\uad6d\uc5b4", + "bidirectional": false + }, + "la_LA": { + "region": "Latium", + "name": "Latina", + "bidirectional": false + }, + "lv_LV": { + "region": "Latvija", + "name": "Latvie\u0161u", + "bidirectional": false + }, + "lt_LT": { + "region": "Lietuva", + "name": "Lietuvi\u0173", + "bidirectional": false + }, + "nds_DE": { + "region": "D\u00fc\u00fctskland", + "name": "Platd\u00fc\u00fctsk", + "bidirectional": false + }, + "lb_LU": { + "region": "L\u00ebtzebuerg", + "name": "L\u00ebtzebuergesch", + "bidirectional": false + }, + "ms_MY": { + "region": "Malaysia", + "name": "Bahasa Melayu", + "bidirectional": false + }, + "mt_MT": { + "region": "Malta", + "name": "Malti", + "bidirectional": false + }, + "gv_IM": { + "region": "Mannin", + "name": "Gaelg", + "bidirectional": false + }, + "mi_NZ": { + "region": "Aotearoa", + "name": "Te Reo M\u0101ori", + "bidirectional": false + }, + "se_NO": { + "region": "S\u00e1pmi", + "name": "Davvis\u00e1megiella", + "bidirectional": false + }, + "no_NO": { + "region": "Norge", + "name": "Norsk", + "bidirectional": false + }, + "nn_NO": { + "region": "Noreg", + "name": "Norsk nynorsk", + "bidirectional": false + }, + "oc_FR": { + "region": "Occit\u00e0nia", + "name": "Occitan", + "bidirectional": false + }, + "fa_IR": { + "region": "\u0627\u064a\u0631\u0627\u0646", + "name": "\u0641\u0627\u0631\u0633\u06cc", + "bidirectional": true + }, + "en_PT": { + "region": "PIRATE", + "name": "Pirate Speak", + "bidirectional": false + }, + "pl_PL": { + "region": "Polska", + "name": "Polski", + "bidirectional": false + }, + "pt_PT": { + "region": "Portugal", + "name": "Portugu\u00eas", + "bidirectional": false + }, + "pt_BR": { + "region": "Brasil", + "name": "Portugu\u00eas", + "bidirectional": false + }, + "qya_AA": { + "region": "Arda", + "name": "Quenya", + "bidirectional": false + }, + "ro_RO": { + "region": "Rom\u00e2nia", + "name": "Rom\u00e2n\u0103", + "bidirectional": false + }, + "ru_RU": { + "region": "\u0420\u043e\u0441\u0441\u0438\u044f", + "name": "\u0420\u0443\u0441\u0441\u043a\u0438\u0439", + "bidirectional": false + }, + "sr_SP": { + "region": "\u0421\u0440\u0431\u0438\u0458\u0430", + "name": "\u0421\u0440\u043f\u0441\u043a\u0438", + "bidirectional": false + }, + "sk_SK": { + "region": "SK", + "name": "Sloven\u010dina", + "bidirectional": false + }, + "sl_SI": { + "region": "Slovenija", + "name": "Sloven\u0161\u010dina", + "bidirectional": false + }, + "es_ES": { + "region": "Espa\u00f1a", + "name": "Espa\u00f1ol", + "bidirectional": false + }, + "es_AR": { + "region": "Argentina", + "name": "Espa\u00f1ol", + "bidirectional": false + }, + "es_MX": { + "region": "M\u00e9xico", + "name": "Espa\u00f1ol", + "bidirectional": false + }, + "es_UY": { + "region": "Uruguay", + "name": "Espa\u00f1ol", + "bidirectional": false + }, + "es_VE": { + "region": "Venezuela", + "name": "Espa\u00f1ol", + "bidirectional": false + }, + "sv_SE": { + "region": "Sverige", + "name": "Svenska", + "bidirectional": false + }, + "th_TH": { + "region": "\u0e1b\u0e23\u0e30\u0e40\u0e17\u0e28\u0e44\u0e17\u0e22", + "name": "\u0e20\u0e32\u0e29\u0e32\u0e44\u0e17\u0e22", + "bidirectional": false + }, + "tr_TR": { + "region": "T\u00fcrkiye", + "name": "T\u00fcrk\u00e7e", + "bidirectional": false + }, + "uk_UA": { + "region": "\u0423\u043a\u0440\u0430\u0457\u043d\u0430", + "name": "\u0423\u043a\u0440\u0430\u0457\u043d\u0441\u044c\u043a\u0430", + "bidirectional": false + }, + "val_ES": { + "region": "Pa\u00eds Valenci\u00e0", + "name": "Valenci\u00e0", + "bidirectional": false + }, + "vi_VN": { + "region": "Vi\u1ec7t Nam", + "name": "Ti\u1ebfng Vi\u1ec7t", + "bidirectional": false + }, + "cy_GB": { + "region": "Cymru", + "name": "Cymraeg", + "bidirectional": false + } + }, + "pack": { + "description": "The default look of Minecraft", + "pack_format": 1 + } +} \ No newline at end of file diff --git a/desktopRuntime/resources/pack.png b/desktopRuntime/resources/pack.png new file mode 100755 index 00000000..cfaa9862 Binary files /dev/null and b/desktopRuntime/resources/pack.png differ diff --git a/desktopRuntime/resources/plugin_download.zip b/desktopRuntime/resources/plugin_download.zip new file mode 100755 index 00000000..1e058915 Binary files /dev/null and b/desktopRuntime/resources/plugin_download.zip differ diff --git a/desktopRuntime/resources/plugin_version.json b/desktopRuntime/resources/plugin_version.json new file mode 100755 index 00000000..5f9aed60 --- /dev/null +++ b/desktopRuntime/resources/plugin_version.json @@ -0,0 +1 @@ +{"pluginName":"EaglercraftXBungee","pluginVersion":"1.0.10","pluginButton":"Download \"EaglerXBungee-1.0.10.jar\"","pluginFilename":"EaglerXBungee.zip"} \ No newline at end of file diff --git a/desktopRuntime/resources/relay_download.zip b/desktopRuntime/resources/relay_download.zip new file mode 100755 index 00000000..7b644bc8 Binary files /dev/null and b/desktopRuntime/resources/relay_download.zip differ diff --git a/desktopRuntime/soundsystem-20120107.jar b/desktopRuntime/soundsystem-20120107.jar new file mode 100755 index 00000000..52b6468e Binary files /dev/null and b/desktopRuntime/soundsystem-20120107.jar differ diff --git a/desktopRuntime/vulkan-1.dll b/desktopRuntime/vulkan-1.dll new file mode 100755 index 00000000..2b703e3c Binary files /dev/null and b/desktopRuntime/vulkan-1.dll differ diff --git a/gradle/wrapper/gradle-wrapper.jar b/gradle/wrapper/gradle-wrapper.jar new file mode 100755 index 00000000..cc4fdc29 Binary files /dev/null and b/gradle/wrapper/gradle-wrapper.jar differ diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties new file mode 100755 index 00000000..3c309a13 --- /dev/null +++ b/gradle/wrapper/gradle-wrapper.properties @@ -0,0 +1,5 @@ +distributionBase=GRADLE_USER_HOME +distributionPath=wrapper/dists +distributionUrl=https\://services.gradle.org/distributions/gradle-6.0-bin.zip +zipStoreBase=GRADLE_USER_HOME +zipStorePath=wrapper/dists diff --git a/gradlew b/gradlew new file mode 100755 index 00000000..accc54f8 --- /dev/null +++ b/gradlew @@ -0,0 +1,183 @@ +#!/usr/bin/env sh + +# +# Copyright 2015 the original author or authors. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# https://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# + +############################################################################## +## +## Gradle start up script for UN*X +## +############################################################################## + +# Attempt to set APP_HOME +# Resolve links: $0 may be a link +PRG="$0" +# Need this for relative symlinks. +while [ -h "$PRG" ] ; do + ls=`ls -ld "$PRG"` + link=`expr "$ls" : '.*-> \(.*\)$'` + if expr "$link" : '/.*' > /dev/null; then + PRG="$link" + else + PRG=`dirname "$PRG"`"/$link" + fi +done +SAVED="`pwd`" +cd "`dirname \"$PRG\"`/" >/dev/null +APP_HOME="`pwd -P`" +cd "$SAVED" >/dev/null + +APP_NAME="Gradle" +APP_BASE_NAME=`basename "$0"` + +# Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script. +DEFAULT_JVM_OPTS='"-Xmx64m" "-Xms64m"' + +# Use the maximum available, or set MAX_FD != -1 to use that value. +MAX_FD="maximum" + +warn () { + echo "$*" +} + +die () { + echo + echo "$*" + echo + exit 1 +} + +# OS specific support (must be 'true' or 'false'). +cygwin=false +msys=false +darwin=false +nonstop=false +case "`uname`" in + CYGWIN* ) + cygwin=true + ;; + Darwin* ) + darwin=true + ;; + MINGW* ) + msys=true + ;; + NONSTOP* ) + nonstop=true + ;; +esac + +CLASSPATH=$APP_HOME/gradle/wrapper/gradle-wrapper.jar + +# Determine the Java command to use to start the JVM. +if [ -n "$JAVA_HOME" ] ; then + if [ -x "$JAVA_HOME/jre/sh/java" ] ; then + # IBM's JDK on AIX uses strange locations for the executables + JAVACMD="$JAVA_HOME/jre/sh/java" + else + JAVACMD="$JAVA_HOME/bin/java" + fi + if [ ! -x "$JAVACMD" ] ; then + die "ERROR: JAVA_HOME is set to an invalid directory: $JAVA_HOME + +Please set the JAVA_HOME variable in your environment to match the +location of your Java installation." + fi +else + JAVACMD="java" + which java >/dev/null 2>&1 || die "ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH. + +Please set the JAVA_HOME variable in your environment to match the +location of your Java installation." +fi + +# Increase the maximum file descriptors if we can. +if [ "$cygwin" = "false" -a "$darwin" = "false" -a "$nonstop" = "false" ] ; then + MAX_FD_LIMIT=`ulimit -H -n` + if [ $? -eq 0 ] ; then + if [ "$MAX_FD" = "maximum" -o "$MAX_FD" = "max" ] ; then + MAX_FD="$MAX_FD_LIMIT" + fi + ulimit -n $MAX_FD + if [ $? -ne 0 ] ; then + warn "Could not set maximum file descriptor limit: $MAX_FD" + fi + else + warn "Could not query maximum file descriptor limit: $MAX_FD_LIMIT" + fi +fi + +# For Darwin, add options to specify how the application appears in the dock +if $darwin; then + GRADLE_OPTS="$GRADLE_OPTS \"-Xdock:name=$APP_NAME\" \"-Xdock:icon=$APP_HOME/media/gradle.icns\"" +fi + +# For Cygwin or MSYS, switch paths to Windows format before running java +if [ "$cygwin" = "true" -o "$msys" = "true" ] ; then + APP_HOME=`cygpath --path --mixed "$APP_HOME"` + CLASSPATH=`cygpath --path --mixed "$CLASSPATH"` + JAVACMD=`cygpath --unix "$JAVACMD"` + + # We build the pattern for arguments to be converted via cygpath + ROOTDIRSRAW=`find -L / -maxdepth 1 -mindepth 1 -type d 2>/dev/null` + SEP="" + for dir in $ROOTDIRSRAW ; do + ROOTDIRS="$ROOTDIRS$SEP$dir" + SEP="|" + done + OURCYGPATTERN="(^($ROOTDIRS))" + # Add a user-defined pattern to the cygpath arguments + if [ "$GRADLE_CYGPATTERN" != "" ] ; then + OURCYGPATTERN="$OURCYGPATTERN|($GRADLE_CYGPATTERN)" + fi + # Now convert the arguments - kludge to limit ourselves to /bin/sh + i=0 + for arg in "$@" ; do + CHECK=`echo "$arg"|egrep -c "$OURCYGPATTERN" -` + CHECK2=`echo "$arg"|egrep -c "^-"` ### Determine if an option + + if [ $CHECK -ne 0 ] && [ $CHECK2 -eq 0 ] ; then ### Added a condition + eval `echo args$i`=`cygpath --path --ignore --mixed "$arg"` + else + eval `echo args$i`="\"$arg\"" + fi + i=`expr $i + 1` + done + case $i in + 0) set -- ;; + 1) set -- "$args0" ;; + 2) set -- "$args0" "$args1" ;; + 3) set -- "$args0" "$args1" "$args2" ;; + 4) set -- "$args0" "$args1" "$args2" "$args3" ;; + 5) set -- "$args0" "$args1" "$args2" "$args3" "$args4" ;; + 6) set -- "$args0" "$args1" "$args2" "$args3" "$args4" "$args5" ;; + 7) set -- "$args0" "$args1" "$args2" "$args3" "$args4" "$args5" "$args6" ;; + 8) set -- "$args0" "$args1" "$args2" "$args3" "$args4" "$args5" "$args6" "$args7" ;; + 9) set -- "$args0" "$args1" "$args2" "$args3" "$args4" "$args5" "$args6" "$args7" "$args8" ;; + esac +fi + +# Escape application args +save () { + for i do printf %s\\n "$i" | sed "s/'/'\\\\''/g;1s/^/'/;\$s/\$/' \\\\/" ; done + echo " " +} +APP_ARGS=`save "$@"` + +# Collect all arguments for the java command, following the shell quoting and substitution rules +eval set -- $DEFAULT_JVM_OPTS $JAVA_OPTS $GRADLE_OPTS "\"-Dorg.gradle.appname=$APP_BASE_NAME\"" -classpath "\"$CLASSPATH\"" org.gradle.wrapper.GradleWrapperMain "$APP_ARGS" + +exec "$JAVACMD" "$@" diff --git a/gradlew.bat b/gradlew.bat new file mode 100755 index 00000000..24467a14 --- /dev/null +++ b/gradlew.bat @@ -0,0 +1,100 @@ +@rem +@rem Copyright 2015 the original author or authors. +@rem +@rem Licensed under the Apache License, Version 2.0 (the "License"); +@rem you may not use this file except in compliance with the License. +@rem You may obtain a copy of the License at +@rem +@rem https://www.apache.org/licenses/LICENSE-2.0 +@rem +@rem Unless required by applicable law or agreed to in writing, software +@rem distributed under the License is distributed on an "AS IS" BASIS, +@rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +@rem See the License for the specific language governing permissions and +@rem limitations under the License. +@rem + +@if "%DEBUG%" == "" @echo off +@rem ########################################################################## +@rem +@rem Gradle startup script for Windows +@rem +@rem ########################################################################## + +@rem Set local scope for the variables with windows NT shell +if "%OS%"=="Windows_NT" setlocal + +set DIRNAME=%~dp0 +if "%DIRNAME%" == "" set DIRNAME=. +set APP_BASE_NAME=%~n0 +set APP_HOME=%DIRNAME% + +@rem Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script. +set DEFAULT_JVM_OPTS="-Xmx64m" "-Xms64m" + +@rem Find java.exe +if defined JAVA_HOME goto findJavaFromJavaHome + +set JAVA_EXE=java.exe +%JAVA_EXE% -version >NUL 2>&1 +if "%ERRORLEVEL%" == "0" goto init + +echo. +echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH. +echo. +echo Please set the JAVA_HOME variable in your environment to match the +echo location of your Java installation. + +goto fail + +:findJavaFromJavaHome +set JAVA_HOME=%JAVA_HOME:"=% +set JAVA_EXE=%JAVA_HOME%/bin/java.exe + +if exist "%JAVA_EXE%" goto init + +echo. +echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME% +echo. +echo Please set the JAVA_HOME variable in your environment to match the +echo location of your Java installation. + +goto fail + +:init +@rem Get command-line arguments, handling Windows variants + +if not "%OS%" == "Windows_NT" goto win9xME_args + +:win9xME_args +@rem Slurp the command line arguments. +set CMD_LINE_ARGS= +set _SKIP=2 + +:win9xME_args_slurp +if "x%~1" == "x" goto execute + +set CMD_LINE_ARGS=%* + +:execute +@rem Setup the command line + +set CLASSPATH=%APP_HOME%\gradle\wrapper\gradle-wrapper.jar + +@rem Execute Gradle +"%JAVA_EXE%" %DEFAULT_JVM_OPTS% %JAVA_OPTS% %GRADLE_OPTS% "-Dorg.gradle.appname=%APP_BASE_NAME%" -classpath "%CLASSPATH%" org.gradle.wrapper.GradleWrapperMain %CMD_LINE_ARGS% + +:end +@rem End local scope for the variables with windows NT shell +if "%ERRORLEVEL%"=="0" goto mainEnd + +:fail +rem Set variable GRADLE_EXIT_CONSOLE if you need the _script_ return code instead of +rem the _cmd.exe /c_ return code! +if not "" == "%GRADLE_EXIT_CONSOLE%" exit 1 +exit /b 1 + +:mainEnd +if "%OS%"=="Windows_NT" endlocal + +:omega diff --git a/javascript/OfflineDownloadTemplate.txt b/javascript/OfflineDownloadTemplate.txt new file mode 100755 index 00000000..ed582c89 --- /dev/null +++ b/javascript/OfflineDownloadTemplate.txt @@ -0,0 +1,99 @@ + + + + + + + + + + + + + + + + + + + + + + + + +EaglercraftX 1.8 + + + + + + + + + + +
+
+

This file is from ${date}

+

Game will launch in 5...

+
+
+
+ + diff --git a/javascript/SignedBundleTemplate.txt b/javascript/SignedBundleTemplate.txt new file mode 100755 index 00000000..3fc60a0f --- /dev/null +++ b/javascript/SignedBundleTemplate.txt @@ -0,0 +1,35 @@ +"use strict"; + +// %%%%%%%%% launch options %%%%%%%%%%%% + +if(typeof window !== "undefined") { + window.eaglercraftXClientScriptElement = document.currentScript; + if(window.eaglercraftXOptsHints && window.eaglercraftXOptsHints.hintsVersion === 1) { + window.eaglercraftXOpts = window.eaglercraftXOptsHints; + }else { + const relayzId = Math.floor(Math.random() * 3); + window.eaglercraftXOpts = { + container: "game_frame", + worldsDB: "worlds", + relays: [ + { addr: "wss://relay.deev.is/", comment: "lax1dude relay #1", primary: relayzId === 0 }, + { addr: "wss://relay.lax1dude.net/", comment: "lax1dude relay #2", primary: relayzId === 1 }, + { addr: "wss://relay.shhnowisnottheti.me/", comment: "ayunami relay #1", primary: relayzId === 2 } + ], + checkRelaysForUpdates: true + }; + } + window.addEventListener("load", () => { + main(); + }); +} + +// %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +${classes_js} + +if(typeof window !== "undefined") { window.eaglercraftXOpts.enableSignatureBadge = true; window.eaglercraftXOpts.assetsURI = ${assets_epk}; } + +if(typeof window !== "undefined") setTimeout(() => { + main(); +}, 0); \ No newline at end of file diff --git a/javascript/SignedClientTemplate.txt b/javascript/SignedClientTemplate.txt new file mode 100755 index 00000000..e47b8ad1 --- /dev/null +++ b/javascript/SignedClientTemplate.txt @@ -0,0 +1,105 @@ + + + + + + + +EaglercraftX 1.8 + + + + + + + + + + + +
+
+

This file is from ${date}

+

Game will launch in 5...

+
+
+
+ + diff --git a/javascript/UpdateDownloadSources.txt b/javascript/UpdateDownloadSources.txt new file mode 100755 index 00000000..3c59fe29 --- /dev/null +++ b/javascript/UpdateDownloadSources.txt @@ -0,0 +1,8 @@ + +# examples: + +# use-proxy: cors proxy here [$url$] +# use-gateway: ipfs gateway here [$cid$,$path$] +# url: url here +# ipfs: cid here +# list: url to another list diff --git a/javascript/favicon.png b/javascript/favicon.png new file mode 100755 index 00000000..9c9fc898 Binary files /dev/null and b/javascript/favicon.png differ diff --git a/javascript/index.html b/javascript/index.html new file mode 100755 index 00000000..7c055c9d --- /dev/null +++ b/javascript/index.html @@ -0,0 +1,53 @@ + + + + + + + + EaglercraftX 1.8 + + + + + + + + + + + \ No newline at end of file diff --git a/javascript/lang/af_ZA.lang b/javascript/lang/af_ZA.lang new file mode 100755 index 00000000..1f215211 --- /dev/null +++ b/javascript/lang/af_ZA.lang @@ -0,0 +1,1683 @@ +achievement.acquireIron=Verkry Hardeware +achievement.acquireIron.desc=Maak 'n ysterstaaf +achievement.bakeCake=Die Leuen +achievement.bakeCake.desc=Koring, suiker, melk en eiers! +achievement.blazeRod=In die Vuur In +achievement.blazeRod.desc=Verlig 'n Opvlammer van sy staaf +achievement.bookcase=Boekwurm +achievement.bookcase.desc=Bou boekrakke om jou toorbank te verbeter +achievement.breedCow=Beesboer +achievement.breedCow.desc=Teel twee beeste met graan +achievement.buildBetterPickaxe=Verbeter Gereedskap +achievement.buildBetterPickaxe.desc=Maak ʼn beter pik +achievement.buildFurnace=Warm Patat +achievement.buildFurnace.desc=Maak 'n oond uit agt blokke steengruis +achievement.buildHoe=Tyd om te Boer! +achievement.buildHoe.desc=Gebruik planke en stokke om 'n skoffel te maak +achievement.buildPickaxe=Tyd om te Myn! +achievement.buildPickaxe.desc=Gebruik planke en stokke om 'n pik te maak +achievement.buildSword=Tyd vir Aksie! +achievement.buildSword.desc=Maak 'n swaard van planke en ʼn stok +achievement.buildWorkBench=Werksbankmetingsopname +achievement.buildWorkBench.desc=Maak 'n werksbank uit vier plankblokke +achievement.cookFish=Heerlike Vis +achievement.cookFish.desc=Vang en braai ʼn vis! +achievement.diamonds=DIAMANTE! +achievement.diamonds.desc=Verkry diamante met jou yster pik +achievement.diamondsToYou=Diamante vir jou! +achievement.diamondsToYou.desc=Gooi diamante na 'n ander speler. +achievement.enchantments=Towenaar +achievement.enchantments.desc=Gebruik 'n boek, lawaglas en diamante om 'n toorbank te maak +achievement.exploreAllBiomes=Avontuur Tyd +achievement.exploreAllBiomes.desc=Ontdek al die biome +achievement.flyPig=Wanneer Varke Vlieg +achievement.flyPig.desc=Loods ʼn vark van ʼn krans af +achievement.fullBeacon=Bakenmaker +achievement.fullBeacon.desc=Maak 'n vol baken +achievement.get=Prestasie verdien! +achievement.ghast=Keer terug na Afsender +achievement.ghast.desc=Vernietig 'n Gruwel met 'n vuurbal +achievement.killCow=Koei Kantellaar +achievement.killCow.desc=Verkry leer +achievement.killEnemy=Monster Jagter +achievement.killEnemy.desc=Oorwin 'n monster +achievement.killWither=Die Begin. +achievement.killWither.desc=Maak 'n Welk dood +achievement.makeBread=Bak Brood +achievement.makeBread.desc=Maak ʼn brood van koring +achievement.mineWood=Verkry Hout +achievement.mineWood.desc=Slaan 'n boom totdat 'n blok hout uit val +achievement.onARail=Op 'n Spoor +achievement.onARail.desc=Reis met 'n myn kar tenminste 1 km van waar jy begin het +achievement.openInventory=Neem Inventaris +achievement.openInventory.desc=Druk '%1$s' om jou inventaris oop te maak. +achievement.overkill=Verplettering +achievement.overkill.desc=Dien nege harte skade toe met 'n enkele slag +achievement.overpowered.desc=Bou 'n Notch-appel +achievement.portal=Na Benede +achievement.portal.desc=Bou 'n portaal na die Benede +achievement.potion=Plaaslike Brouery +achievement.potion.desc=Brou 'n toordrankie +achievement.requires=Vereis '%1$s' +achievement.snipeSkeleton=Skerpskutter Tweegeveg +achievement.snipeSkeleton.desc=Skiet ʼn geraamte dood van vêrder as 50 meter +achievement.spawnWither=Die Begin? +achievement.spawnWither.desc=Ontbied 'n Welk +achievement.taken=Geneem! +achievement.theEnd=Die Einde? +achievement.theEnd.desc=Vind die Einde +achievement.theEnd2=Die Einde. +achievement.theEnd2.desc=Oorwin die Einderdraak +achievement.unknown=??? +addServer.add=Klaar +addServer.enterIp=Bediener Adres +addServer.enterName=Bediener Naam +addServer.hideAddress=Versteek Adres +addServer.resourcePack=Bediener bron Packs +addServer.resourcePack.disabled=Enabled +addServer.resourcePack.enabled=เปิดใช้งาน +addServer.resourcePack.prompt=æç¤º +addServer.title=Wysig Bediener Inligting +advMode.allEntities=Gebruik "@e" om alle entiteite te teiken +advMode.allPlayers=Gebruik "@a" om alle spelers te teiken +advMode.command=Konsole Opdrag +advMode.nearestPlayer=Gebruik "@p" om die naaste speler te teiken +advMode.notAllowed=Moet 'n admin-speler in kreatiewe modus wees +advMode.notEnabled=Opdrag blokke is nie aangeskakel op hierdie bediener nie +advMode.previousOutput=Vorige Uitvoer +advMode.randomPlayer=Gebruik "@r" om 'n ewekansige speler te teiken +advMode.setCommand=Verstel konsole opdrag vir Blok +advMode.setCommand.success=Opdrag stel: %s +attribute.name.generic.attackDamage=Aanval Skade +attribute.name.generic.followRange=Mob Volgafstand +attribute.name.generic.knockbackResistance=Terugstoot Weerstand +attribute.name.generic.maxHealth=Maksimum Gesondheid +attribute.name.generic.movementSpeed=Spoed +attribute.name.horse.jumpStrength=Perd Spring Krag +attribute.name.zombie.spawnReinforcements=Zombie Versterkings +book.byAuthor=deur %1$s +book.editTitle=Sleutel Boektitel In: +book.finalizeButton=Onderteken en Sluit +book.finalizeWarning=Let wel! Wanneer jy die boek teken, sal dit nie meer gewysig kan word nie. +book.generation.3=Verflenterde +book.pageIndicator=Bladsy %1$s van %2$s +book.signButton=Teken +build.tooHigh=Hoogte beperking vir bou is %s blokke +chat.cannotSend=Kan nie die klets boodskap stuur nie +chat.copy=Kopieer na Klembord +chat.link.confirm=Is jy seker jy wil die volgende webwerf oopmaak? +chat.link.confirmTrusted=Wil jy hierdie skakel oop maak, of dit kopiëer na die klembord? +chat.link.open=Maak oop in webleser +chat.link.warning=Moet nooit skakels oopmaak van mense wat jy nie vertrou nie! +chat.stream.emote=(%s) * %s %s +chat.stream.text=(%s) <%s> %s +chat.type.achievement=%s het sopas die %s toekenning behaal +commands.achievement.alreadyHave=Speler %s het reeds die prestasie %s +commands.achievement.dontHave=Speler %s het nie prestansie %s nie +commands.achievement.give.success.all=Het suksesvol al die prestasies aan %s toegeken +commands.achievement.give.success.one=Het suksesvol aan %s die statistiek %s toegeken +commands.achievement.statTooLow=Speler %s het nie die nodige %s statistiek nie +commands.achievement.unknownAchievement=Onbekende prestasie of statistiek '%s' +commands.achievement.usage=/achievement [speler] +commands.ban.failed=Kon nie speler %s verban nie +commands.ban.success=Speler %s is verban +commands.ban.usage=/ban [rede ...] +commands.banip.invalid=Jy het 'n ongeldige IP adres ingesleutel of 'n speler is nie aanlyn is nie +commands.banip.success=IP-adres %s is verban +commands.banip.success.players=IP-adres %s, wat behoort aan %s, is verban +commands.banip.usage=/ban-ip [rede ...] +commands.banlist.ips=Daar is %s verbande IP-adresse: +commands.banlist.players=Daar is %s verbande spelers: +commands.banlist.usage=/banlist [ips|players] +commands.blockdata.usage=/blockdata +commands.chunkinfo.usage=/chunkinfo [ ] +commands.clear.failure=Kon nie %s uit die inventaris haal nie, daar is geen items om te verwyder nie +commands.clear.success=Inhoud van %s is leeggemaak deur %s items te verwyder +commands.clear.usage=/clear [speler] [item] [data] [maksTelling] [dataMerker] +commands.clone.failed=Geen blokke gekloon nie +commands.clone.success=%s blokke gekloon +commands.clone.usage=/clone [wyse] +commands.compare.usage=/testforblocks [wyse] +commands.debug.notStarted=Kan nie profilering stop voordat ons begin het nie! +commands.debug.start=Opname van ontfoutingsprofiel is begin +commands.debug.stop=Opname van ontfoutingsprofiel is na %s sekondes gestop (%s tikke) +commands.defaultgamemode.success=Die wêreld se standaard spelwyse is nou %s +commands.defaultgamemode.usage=/defaultgamemode +commands.deop.failed=could not be op%s +commands.deop.success=%s is nie meer ʼn admin nie +commands.deop.usage=/deop +commands.difficulty.success=Spel moelikheid is verstel na %s +commands.difficulty.usage=/difficulty +commands.downfall.success=Het presipitasie aan/af geskakel +commands.effect.failure.notActive=Kon nie %1$s van %2$s neem nie, aangesien hulle nie die effek het nie +commands.effect.failure.notActive.all=Kon nie enige effekte van %s verwyder nie, want daar was geen +commands.effect.notFound=Daar is nie ʼn 'mob' effek met ID %s nie +commands.effect.success=Het %1$s (ID %2$s) × %3$s vir %4$s gegee vir %5$s sekondes +commands.effect.success.removed=Het %1$s geneem van %2$s +commands.effect.success.removed.all=Het al die effekte van %s af verwyder +commands.effect.usage=/effect [sekondes] [versterker] [versteekPartikels] +commands.enchant.cantCombine=%1$s kan nie met %2$s gekombineer word nie +commands.enchant.cantEnchant=Die gekose betowering kan nie by die teiken item gevoeg word nie +commands.enchant.noItem=Die teiken is nie in besit van 'n item nie +commands.enchant.notFound=Daar is nie so betowering met ID %s nie +commands.enchant.success=Betowering geslaag +commands.enchant.usage=/enchant [vlak] +commands.entitydata.noPlayers=%s is a 'n speler en kan nie verander word nie +commands.entitydata.usage=/entitydata +commands.fill.failed=Geen blokke gevul nie +commands.fill.usage=/fill [dataWaarde] [ouBlokHantering] [dataWaarde] +commands.gamemode.success.other=Het %s se spel-tipe na %s verander +commands.gamemode.success.self=Het hul eie spel-tipe na %s verander +commands.gamemode.usage=/spelmodus [speler] +commands.gamerule.norule=Geen spelreël genaamd '%s' is beskikbaar nie +commands.gamerule.success=Spelreël is gewysig +commands.generic.boolean.invalid=%s' is nie 'true' of 'false' +commands.generic.double.tooBig=Die nommer wat jy ingetik het (%s) is te veel, dit moet ten meeste %s wees +commands.generic.double.tooSmall=Die nommer wat jy ingetik het (%s) is te min, dit moet ten minste %s wees +commands.generic.entity.invalidType=Entiteittipe '%s' is ongeldig +commands.generic.entity.notFound=Daardie entiteit kan nie gevind word nie +commands.generic.exception='n Onbekende probleem is ondervind tydens die uitvoer van die opdrag +commands.generic.notFound=Onbekende opdrag. Probeer /help om 'n lys van opdragte +commands.generic.num.invalid='%s' is nie 'n geldige nommer nie +commands.generic.num.tooBig=Die nommer wat jy ingetik het (%s) is te hoog. Gebruik %s of laer +commands.generic.num.tooSmall=Die nommer wat jy ingetik het (%s) is te laag. Probeer %s of hoër +commands.generic.parameter.invalid='%s' is nie 'n geldige parameter nie +commands.generic.permission=Jy het nie toestemming om hierdie opdrag te gebruik nie +commands.generic.player.notFound=Daardie speler kan nie gevind word nie +commands.generic.syntax=Ongeldige opdrag sintaks +commands.generic.usage=Gebruik: %s +commands.give.notFound=Daar is geen item met ID %s nie +commands.give.success=Het %s × %s vir %s gegee +commands.give.tagError=Kon nie data merker interpreteer nie: %s +commands.give.usage=/give [aantal] [data] [dataMerker] +commands.help.footer=Wenk: Gebruik die sleutel om ʼn opdrag of argument outomaties te voltooi +commands.help.header=--- Help bladsy %s uit %s word vertoon (/help ) --- +commands.help.usage=/help [bladsy|opdrag naam] +commands.kick.success=%s is uit die spel geskop +commands.kick.success.reason=%s is uit die spel geskop: '%s' +commands.kick.usage=/kick [rede ...] +commands.kill.successful=%s doodgemaak +commands.kill.usage=/kill [speler|entiteit] +commands.me.usage=/me +commands.message.display.incoming=%s fluister vir jou: %s +commands.message.display.outgoing=Jy fluister vir %s: %s +commands.message.sameTarget=Dis ʼn teken van moontlike waansinnigheid om vir jouself te fluister. :-) +commands.message.usage=/tell +commands.op.failed=δεν ήταν δυνατή η op %s +commands.op.success=%s is ʼn admin gemaak +commands.op.usage=/op +commands.particle.success=Speel effek %s %s keer +commands.players.list=Daar is %s/%s spelers aanlyn: +commands.playsound.playerTooFar=Speler %s is te ver om die klank te hoor +commands.playsound.success=Klank '%s' na %s gespeel +commands.playsound.usage=/playsound [x] [y] [z] [volume] [frekwensie] [minimumVolume] +commands.publish.failed=Nie instaat om plaaslike spel aan te bied nie +commands.publish.started=Plaaslike spel aangebied op poort %s +commands.replaceitem.block.usage=/replaceitem block [aantal] [data] [dataMerker] +commands.replaceitem.entity.usage=/replaceitem entity [aantal] [data] [dataMerker] +commands.save-off.alreadyOff=Stoorvermoë is reeds afgeskakel. +commands.save-on.alreadyOn=Stoorvermoë is reeds aangeskakel. +commands.save.disabled=Het outo-stoor afgeskakel +commands.save.enabled=Het outo-stoor aangeskakel +commands.save.failed=Stoor het misluk: %s +commands.save.start=Besig om te stoor... +commands.save.success=Wêreld is gestoor +commands.say.usage=/say +commands.scoreboard.objectiveNotFound=Geen doelwit met die naam '%s' kon gevind word nie +commands.scoreboard.objectiveReadOnly=Die doelwit '%s' is lees-alleenlik en kan dus nie gewysig word nie +commands.scoreboard.objectives.add.alreadyExists='n Doelwit met die naam '%s' bestaan alreeds +commands.scoreboard.objectives.add.displayTooLong=Die vertoonnaam '%s' is te lank vir 'n doelwit, dit mag ten meeste %s karakters lank wees +commands.scoreboard.objectives.add.success=Nuwe doelwit '%s' is suksesvol bygevoeg +commands.scoreboard.objectives.add.tooLong=Die naam '%s' is te lank vir 'n doelwit, dit mag ten meeste %s karakters lank wees +commands.scoreboard.objectives.add.usage=/scoreboard objectives add [vertoning naam...] +commands.scoreboard.objectives.add.wrongType=Ontoelaatbare objektief kriteria tipe '%s' +commands.scoreboard.objectives.list.count=%s doelstelling(s) wys op die telbord: +commands.scoreboard.objectives.list.empty=Daar is geen doelwitte op die telbord nie +commands.scoreboard.objectives.list.entry=- %s: vertoon as '%s' en is tipe '%s' +commands.scoreboard.objectives.remove.success=Doelwit '%s' suksesvol verwyder +commands.scoreboard.objectives.remove.usage=/scoreboard objectives remove +commands.scoreboard.objectives.setdisplay.invalidSlot=Daar is geen vertoongleuf genaamd '%s' nie +commands.scoreboard.objectives.setdisplay.successCleared=Doelwi-vertoongleuf '%s' skoongemaak +commands.scoreboard.objectives.setdisplay.successSet=Stel die vertoondoelwit in gleuf '%s' na '%s' +commands.scoreboard.objectives.setdisplay.usage=/scoreboard objectives setdisplay [objective] +commands.scoreboard.objectives.usage=/scoreboard objectives ... +commands.scoreboard.players.add.usage=/scoreboard players add [dataMerker] +commands.scoreboard.players.enable.noTrigger=Doelwit %s is nie 'n oorsaak nie +commands.scoreboard.players.enable.success=Oorsaak %s vir %s is aangeskakel +commands.scoreboard.players.list.count=%s nagespoorde spelers wys op die telbord: +commands.scoreboard.players.list.empty=Daar is geen nagespoorde spelers op die telbord nie +commands.scoreboard.players.list.player.count=%s nagespoorde doelstelling(s) wys vir %s: +commands.scoreboard.players.list.player.empty=Speler %s het geen tellings aangeteken nie +commands.scoreboard.players.list.usage=/scoreboard players list [naam] +commands.scoreboard.players.remove.usage=/scoreboard players remove [dataMerker] +commands.scoreboard.players.reset.success=Herstel alle tellings van speler %s +commands.scoreboard.players.resetscore.success=Stel telling %s van speler %s terug +commands.scoreboard.players.set.success=Stel telling van %s vir speler %s na %s +commands.scoreboard.players.set.tagMismatch=The dataMerker stem nie ooreen vir %s nie +commands.scoreboard.players.set.usage=/scoreboard players set [dataMerker] +commands.scoreboard.players.test.notFound=Geen %s telling vir %s is gevind nie +commands.scoreboard.players.usage=/scoreboard spelers ... +commands.scoreboard.teamNotFound=Geen span met die naam '%s' kon gevind word nie +commands.scoreboard.teams.add.alreadyExists='n Span met die naam '%s' bestaan reeds +commands.scoreboard.teams.add.displayTooLong=Die vertoonnaam '%s' is te lank vir 'n span, dit mag ten meeste %s karakters lank wees +commands.scoreboard.teams.add.success=Nuwe span '%s' suksesvol bygevoeg +commands.scoreboard.teams.add.tooLong=Die naam '%s' is te lank vir 'n span, dit mag ten meeste %s karakters lank wees +commands.scoreboard.teams.add.usage=/scoreboard teams add [vertoonnaam ...] +commands.scoreboard.teams.empty.alreadyEmpty=Span %s is reeds leeg, kan nie onbestaande spelers verwyder nie +commands.scoreboard.teams.empty.success=Verwyder al %s speler(s) van span %s +commands.scoreboard.teams.join.failure=Kon nie %s speler(s) by span %s: %s voeg nie +commands.scoreboard.teams.join.success=Het %s speler(s) by span %s: %s gevoeg +commands.scoreboard.teams.join.usage=/scoreboard teams join [speler] +commands.scoreboard.teams.leave.failure=Kon nie %s speler(s) van hul spanne verwyder nie: %s +commands.scoreboard.teams.leave.noTeam=Jy is nie in ʼn span nie +commands.scoreboard.teams.leave.success=Het %s speler(s) van hul spanne verwyder: %s +commands.scoreboard.teams.leave.usage=/scoreboard teams leave [speler] +commands.scoreboard.teams.list.count=%s spanne wys op die telbord: +commands.scoreboard.teams.list.empty=Daar is geen spanne op die telbord geregistreer nie +commands.scoreboard.teams.list.entry=- %1$s: '%2$s' het %3$s spelers +commands.scoreboard.teams.list.player.count=%s speler(s) in span %s is: +commands.scoreboard.teams.list.player.empty=Span %s het geen spelers nie +commands.scoreboard.teams.list.usage=/scoreboard teams list [naam] +commands.scoreboard.teams.option.noValue=Geldige waardes vir opsie %s is: %s +commands.scoreboard.teams.option.success=Het opsie %s vir die span %s gestel na %s +commands.scoreboard.teams.remove.success=Span %s verwyder +commands.scoreboard.teams.remove.usage=/scoreboard teams remove +commands.scoreboard.usage=/scoreboard ... +commands.seed.success=Hierdie wêreld se saadnommer is: %s +commands.setblock.failed=Kon nie die blok plaas nie +commands.setblock.noChange=Die blok kon nie geplaas word nie +commands.setblock.notFound=Daar is geen blok met die ID/naam %s nie +commands.setblock.outOfWorld=Kan nie ʼn blok buite die wêreld plaas nie +commands.setblock.success=Blok geplaas +commands.setblock.tagError=Kon nie data merker interpreteer nie: %s +commands.setblock.usage=/setblock [dataWaarde] [ouBlokHantering] [dataMerker] +commands.setidletimeout.success=Het suksesvol dit opgestel om onaktiewe spelers na %s minute uit te skop. +commands.setidletimeout.usage=/setidletimeout +commands.setworldspawn.success=Die wêreld se verskynpunt is verander na (%s, %s, %s) +commands.setworldspawn.usage=/setworldspawn [ ] +commands.spawnpoint.success=%s se verskynpunt is verander na (%s, %s, %s) +commands.spawnpoint.usage=/spawnpoint [speler] [ ] +commands.spreadplayers.failure.players=Kon nie %s spelers versprei in %s,%s nie (te veel spelers vir die ruimte - probeer 'n verspreiding van ten meeste %s) +commands.spreadplayers.failure.teams=Kon nie %s spanne versprei in %s,%s nie (te veel spelers vir die ruimte - probeer 'n verspreiding van ten meeste %s) +commands.spreadplayers.info.players=(Gemiddelde afstand tussen spelers is %s blokke uitmekaar na %s iterasies) +commands.spreadplayers.info.teams=(Gemiddelde afstand tussen die spanne is %s blokke uitmekaar na %s iterasies) +commands.spreadplayers.spreading.players=%s spelers word rondom %s blokke versprei %s,%s ('n minimum van %s blokke uitmekaar) +commands.spreadplayers.spreading.teams=%s spanne word rondom %s blokke versprei %s,%s ('n minimum van %s blokke uitmekaar) +commands.spreadplayers.success.players=%s spelers suksesvol in %s, %s versprei +commands.spreadplayers.success.teams=%s spanne suksesvol in %s, %s versprei +commands.spreadplayers.usage=/ spreadplayers +commands.stats.block.usage=/stats block ... +commands.stats.cleared=%s statistieke uitgevee +commands.stats.failed=Ongeldige parameters +commands.stop.start=Bediener word gestop +commands.summon.failed=Kon nie objek oproep nie +commands.summon.outOfWorld=Kan nie die objek tot buite die wêreld oproep nie +commands.summon.success=Objek suksesvol opgeroep +commands.summon.tagError=Kon nie data merker interpreteer nie: %s +commands.summon.usage=/summon [x] [y] [z] [dataMerker] +commands.tellraw.jsonException=Ongeldige JSON: %s +commands.tellraw.usage=/tellraw +commands.testfor.success=%s gevind +commands.testfor.usage=/testfor [dataMerker] +commands.testforblock.failed.data=Die blok te %s,%s,%s se data waarde was %s, maar %s was verwag. +commands.testforblock.failed.nbt=Die blok te %s,%s,%s het nie die benodigde NBT sleutelwaardes nie. +commands.testforblock.failed.tile=Die blok te %s,%s,%s is %s, maar %s was verwag. +commands.testforblock.failed.tileEntity=Die blok te %s,%s,%s was nie 'n blok-entiteit nie, en kon dus nie met merkers geïdentifiseer word nie. +commands.testforblock.outOfWorld=Kan nie vir blokke buitekant die wêreld toets nie +commands.testforblock.success=Die blok te %s,%s,%s was suksesvol gevind. +commands.testforblock.usage=/testforblock [dataWaarde] [dataMerker] +commands.time.added=Het %s tot die tyd bygevoeg +commands.time.query=Dit is %s +commands.time.set=Verander die tyd na %s +commands.title.usage=/title ... +commands.title.usage.clear=/title clear|reset +commands.title.usage.title=/title title|subtitle +commands.tp.notSameDimension=Kan nie teleporteer nie, aangesien die spelers nie in dieselfde dimensie is nie +commands.tp.success=%s na %s geteleporteer +commands.tp.success.coordinates=%s na %s,%s,%s geteleporteer +commands.trigger.invalidPlayer=Slegs spelers kan die /trigger bevel gebruik +commands.unban.failed=Kon nie speler %s ontban nie +commands.unban.success=Speler %s is nie meer verban nie +commands.unban.usage=/pardon +commands.unbanip.invalid=Jy het ʼn ongeldige IP-adres ingetik +commands.unbanip.success=IP-adres %s is nie meer verban nie +commands.unbanip.usage=/pardon-ip +commands.weather.clear=Verander na mooiweer +commands.weather.rain=Verander na reënweer +commands.weather.thunder=Verander na reën en donderweer +commands.weather.usage=/weather [duurte in sekondes] +commands.whitelist.add.failed=Kan%s nie voeg aan die wit lys +commands.whitelist.add.success=%s is by die witlys bygevoeg +commands.whitelist.add.usage=/whitelist add +commands.whitelist.disabled=Het die witlys afgeskakel +commands.whitelist.enabled=Die witlys is aangeskakel +commands.whitelist.list=Daar is %s (uit die %s sigbare) witlys spelers: +commands.whitelist.reloaded=Het die witlys herlaai +commands.whitelist.remove.failed=Kan%s nie verwyder uit die witlys +commands.whitelist.remove.success=%s is van die witlys verwyder +commands.whitelist.remove.usage=/whitelist remove +commands.whitelist.usage=/whitelist +commands.worldborder.center.success=Stel wêreldgrens-middel na %s,%s +commands.worldborder.center.usage=/worldborder center +commands.worldborder.damage.usage=/worldborder damage ... +commands.worldborder.warning.distance.usage=/worldborder warning distance +commands.worldborder.warning.time.usage=/worldborder warning time +commands.worldborder.warning.usage=/worldborder warning ... +commands.xp.failure.widthdrawXp=Kan nie die speler negatiewe ervaringspunte gee nie +commands.xp.success=%s ervaring aan %s gegee +commands.xp.success.levels=%s vlakke aan %s toegeken +commands.xp.success.negative.levels=%s vlakke van %s geneem +commands.xp.usage=/xp [speler] OF /xp L [speler] +connect.authorizing=Besig om aan te teken... +connect.connecting=Besig om met die bediener te skakel... +connect.failed=Die skakeling met die bediener het misluk +container.brewing=Retortstaander +container.chest=Kis +container.chestDouble=Groot Kis +container.crafting=Handewerk +container.creative=Item Keuse +container.dispenser=Uitdeler +container.dropper=Aflewerer +container.enchant=Betower +container.enderchest=Einder Kis +container.furnace=Oond +container.hopper=Item Geutbak +container.inventory=Inventaris +container.minecart=Koekepan +container.repair=Herstel en Benoem +container.repair.cost=Betowering Koste: %1$s +container.repair.expensive=Te Duur! +controls.reset=Herstel +controls.resetAll=Herstel Sleutels +controls.title=Kontroles +createWorld.customize.custom.confirm1=Hierdie sal jou huidige stellings oorskryf +createWorld.customize.custom.confirm2=verstellings en dit kan nie ontdoen word nie. +createWorld.customize.custom.confirmTitle=Waarskuwing! +createWorld.customize.custom.coordinateScale=Koördinaatskaal +createWorld.customize.custom.defaults=Wanbetalings +createWorld.customize.custom.heightScale=Hoogteskaal +createWorld.customize.custom.maxHeight=Maks. Hoogte +createWorld.customize.custom.minHeight=Min. Hoogte +createWorld.customize.custom.next=Volgende Blad +createWorld.customize.custom.page0=Basiese Verstellings +createWorld.customize.custom.page1=Ertsverstellings +createWorld.customize.custom.page2=Gevorderde Vertellings (Net Vir Kundige Gebruikers!) +createWorld.customize.custom.page3=Ekstra Gevorderde Verstellings (Net Vir Kundige Gebruikers!) +createWorld.customize.custom.preset.drought=Droogte +createWorld.customize.custom.preset.isleLand=Eiland +createWorld.customize.custom.presets=Vooraf Opgesteldes +createWorld.customize.custom.prev=Vorige Blad +createWorld.customize.custom.riverSize=Riviergrootte +createWorld.customize.custom.seaLevel=Seespieël +createWorld.customize.custom.useCaves=Grotte +createWorld.customize.custom.useLavaLakes=Lawamere +createWorld.customize.custom.useMineShafts=Mynskagte +createWorld.customize.custom.useRavines=Klowe +createWorld.customize.custom.useVillages=Dorpe +createWorld.customize.custom.useWaterLakes=Watermere +createWorld.customize.flat.addLayer=Voeg 'n Laag By +createWorld.customize.flat.editLayer=Wysig Laag +createWorld.customize.flat.height=Hoogte +createWorld.customize.flat.layer.bottom=Onderkant - %s +createWorld.customize.flat.layer.top=Bokant - %s +createWorld.customize.flat.removeLayer=Verwyder Laag +createWorld.customize.flat.tile=Laag Materiaal +createWorld.customize.flat.title=Superplat Aanpassing +createWorld.customize.presets=Vooraf Opgesteldes +createWorld.customize.presets.list=Alternatiewelik, hier is 'n paar wat ons vroeër gemaak het! +createWorld.customize.presets.select=Gebruik Voorinstelling +createWorld.customize.presets.share=Wil jy jou voorinstelling met iemand deel? Gebruik die onderstaande boks! +createWorld.customize.presets.title=Kies Voorinstelling +death.attack.anvil=ʼn Aambeeld het op %1$s se kop geval +death.attack.arrow=%1$s is geskiet deur %2$s +death.attack.arrow.item=%1$s is geskiet deur %2$s met %3$s +death.attack.cactus=%1$s is doodgesteek +death.attack.cactus.player=%1$s het in 'n kaktus vasgeloop tydens 'n ontsnappingspoging vanaf %2$s +death.attack.drown=%1$s het verdrink +death.attack.drown.player=%1$s het verdrink tydens 'n ontsnappingspoging van %2$s +death.attack.explosion=%1$s het opgeblaas +death.attack.explosion.player=%1$s is opgeblaas deur %2$s +death.attack.fall=%1$s het hard met die aarde kennis gemaak +death.attack.fallingBlock=ʼn Blok het %1$s doodgeval +death.attack.fireball=%1$s was deur %2$s se vuurbal getref +death.attack.fireball.item=%2$s het met %3$s vir %1$s gevuurbal +death.attack.generic=%1$s is bokveld toe +death.attack.inFire=%1$s het in vlamme opgegaan +death.attack.inFire.player=%1$s het in die vuur ingeloop tydens 'n stryd met %2$s +death.attack.inWall=%1$s het in 'n muur versmoor +death.attack.indirectMagic=%1$s is deur %2$s doodgetoor +death.attack.indirectMagic.item=%1$s is deur %2$s doodgetoor met %3$s +death.attack.lava=%1$s het in lawa probeer swem +death.attack.lava.player=%1$s het in lawa probeer swem om %2$s te ontsnap +death.attack.lightningBolt=%1$s is getref deur die weerlig +death.attack.magic=%1$s is morsdood getoor +death.attack.mob=%1$s is verslaan deur %2$s +death.attack.onFire=%1$s het dood gebrand +death.attack.onFire.player=%1$s het tot as verbrand tydens 'n geveg met %2$s +death.attack.outOfWorld=%1$s het van die wêreld afgeval +death.attack.player=%1$s is verslaan deur %2$s +death.attack.player.item=%1$s is verslaan deur %2$s met %3$s +death.attack.starve=%1$s is dood van die honger +death.attack.thorns=%1$s is dood deur %2$s te probeer seer maak +death.attack.thrown=%2$s het %1$s doodgeslaan +death.attack.thrown.item=%2$s het %1$s met %3$s doodgeslaan +death.attack.wither=%1$s het weggekwyn +death.fell.accident.generic=%1$s het hard met die aarde kennis gemaak +death.fell.accident.ladder=%1$s het van 'n leer afgeval +death.fell.accident.vines=%1$s het van klimplante afgeval +death.fell.accident.water=%1$s het uit die water uitgeval +death.fell.assist=%1$s was gedoem om te val deur %2$s +death.fell.assist.item=%1$s was gedoem om te val deur %2$s met %3$s +death.fell.finish=%1$s het te ver geval en is toe afgemaai deur %2$s +death.fell.finish.item=%1$s het te ver geval en is toe afgemaai deur %2$s met %3$s +death.fell.killer=%1$s was gedoem om te val +deathScreen.deleteWorld=Vernietig wêreld +deathScreen.hardcoreInfo=Jy kan nie terugkeer in 'n bittereinder spel nie! +deathScreen.leaveServer=Verlaat bediener +deathScreen.quit.confirm=Is jy seker jy wil die spel verlaat? +deathScreen.respawn=Herverskyn +deathScreen.score=Telling +deathScreen.title=Jy het gesneuwel! +deathScreen.title.hardcore=Spel verby! +deathScreen.titleScreen=Titelskerm +demo.day.1=Die demo sal vir vyf in-spel-dae werk. Doen jou beste! +demo.day.2=Dag Twee +demo.day.3=Dag Drie +demo.day.4=Dag Vier +demo.day.5=Hierdie is jou laaste dag! +demo.day.6=Jou vyfde dag is verby. Gebruik F2 om ʼn prent van jou skepping te behou +demo.day.warning=Jou tyd is amper verstreke! +demo.demoExpired=Demonstrasie tydperk is verstreke! +demo.help.buy=Koop Nou! +demo.help.fullWrapped=Hierdie demo sal vir 5 in-spel dae duur (ongeveer 1 uur en 40 minute werklike tyd). Kyk na die prestasies vir wenke! Geniet dit! +demo.help.inventory=Gebruik %1$s om jou rugsak se inhoud te sien +demo.help.jump=Spring deur %1$s te druk +demo.help.later=Speel Voort! + +demo.help.movement=Gebruik %1$s, %2$s, %3$s, %4$s en die muis om rond te beweeg +demo.help.movementMouse=Kyk rond deur die muis te gebruik +demo.help.movementShort=Beweeg deur %1$s, %2$s, %3$s, %4$s te druk +demo.help.title=Minecraft Demonstrasie +demo.remainingTime=Oorblywende tyd: %s +demo.reminder=Die demonstrasie tydperk is verstreke. Koop Minecraft om voort te gaan, of begin in ʼn nuwe wêreld! +disconnect.closed=Konneksie afgesluit +disconnect.disconnected=Ontkoppel deur Bediener +disconnect.endOfStream=Einde van datastroom +disconnect.genericReason=%s +disconnect.kicked=Was uit die spel geskop +disconnect.loginFailed=Aantekening het misluk +disconnect.loginFailedInfo=Aantekening het misluk: %s +disconnect.loginFailedInfo.invalidSession=Ongeldige sessie (Probeer om jou spel oor te begin) +disconnect.loginFailedInfo.serversUnavailable=Die identiteitbevestigings-bediener is tans van lyn af vir onderhoud. +disconnect.lost=Konneksie Verloor +disconnect.overflow=Buffer oorskryding +disconnect.quitting=Besig om af te sluit +disconnect.spam=Uitgeskop vir strooiery +disconnect.timeout=Tyd verstreke +enchantment.arrowDamage=Krag +enchantment.arrowFire=Vuur +enchantment.arrowInfinite=Oneindigheid +enchantment.arrowKnockback=Moker +enchantment.damage.all=Skerpheid +enchantment.damage.arthropods=Verderwer van Geleedpotiges +enchantment.damage.undead=Verslaning +enchantment.digging=Doeltreffendheid +enchantment.durability=Onbreekbare +enchantment.fire=Vuur Aspek +enchantment.fishingSpeed=Lokaas +enchantment.knockback=Terugstoot +enchantment.level.1=I +enchantment.level.10=X +enchantment.level.2=II +enchantment.level.3=III +enchantment.level.4=IV +enchantment.level.5=V +enchantment.level.6=VI +enchantment.level.7=VII +enchantment.level.8=VIII +enchantment.level.9=IX +enchantment.lootBonus=Plundering +enchantment.lootBonusDigger=Geluk +enchantment.lootBonusFishing=Geluk van die See +enchantment.oxygen=Asemhaling +enchantment.protect.all=Beskerming +enchantment.protect.explosion=Ontploffings Beskerming +enchantment.protect.fall=Gekussingde val +enchantment.protect.fire=Brandbeskerming +enchantment.protect.projectile=Projektiel Beskerming +enchantment.thorns=Dorings +enchantment.untouching=Sagte Aanraking +enchantment.waterWorker=Waterwerking +entity.Arrow.name=pyl +entity.Bat.name=Vlêrmuis +entity.Blaze.name=Opvlammer +entity.Boat.name=Boot +entity.Cat.name=Kat +entity.CaveSpider.name=Grotspinnekop +entity.Chicken.name=Hoender +entity.Cow.name=Koei +entity.Creeper.name=Sluipklapper +entity.EnderDragon.name=Einderdraak +entity.Enderman.name=Einderman +entity.Endermite.name=Eindermiet +entity.EntityHorse.name=Perd +entity.FallingSand.name=Vallende Blok +entity.Fireball.name=Vuurbal +entity.Ghast.name=Gruwel +entity.Giant.name=Reus +entity.Guardian.name=Voog +entity.Item.name=Item +entity.LavaSlime.name=Magma Kubus +entity.Minecart.name=Koekepan +entity.Mob.name=Mob +entity.Monster.name=Monster +entity.MushroomCow.name=Skimmelkoei +entity.Ozelot.name=Wildekat +entity.Painting.name=Skildery +entity.Pig.name=Vark +entity.PigZombie.name=Zombie Varkman +entity.PrimedTnt.name=Blok TNT +entity.Rabbit.name=Haas +entity.Sheep.name=Skaap +entity.Silverfish.name=Vismot +entity.Skeleton.name=Geraamte +entity.Slime.name=Slym +entity.SmallFireball.name=Klein Vuurbal +entity.SnowMan.name=Sneeusoldaat +entity.Snowball.name=Sneeubal +entity.Spider.name=Spinnekop +entity.Squid.name=Inkvis +entity.Villager.butcher=Slagter +entity.Villager.cleric=Priester +entity.Villager.farmer=Boer +entity.Villager.fletcher=Pylmaker +entity.Villager.leather=Leerwerker +entity.Villager.librarian=Bibliotekaris +entity.Villager.name=Dorpsbewoner +entity.Villager.shepherd=Skaapwagter +entity.Villager.weapon=Wapensmid +entity.VillagerGolem.name=Ystersoldaat +entity.Witch.name=Heks +entity.WitherBoss.name=Welk +entity.Wolf.name=Wolf +entity.XPOrb.name=Ervaringsbol +entity.Zombie.name=Zombie +entity.donkey.name=Donkie +entity.generic.name=onbekend +entity.horse.name=Perd +entity.mule.name=Muil +entity.skeletonhorse.name=Perd Geraamte +entity.zombiehorse.name=Perd Zombie +gameMode.adventure=Avontuur Wyse +gameMode.changed=Jou spel-tipe is op datum gebring +gameMode.creative=Kreatiewe Wyse +gameMode.hardcore=Bittereinder Wyse! +gameMode.survival=Oorlewing Wyse +generator.amplified=VERGROOT +generator.amplified.info=Let Wel: Dis net vir pret; benodig ʼn vinnige rekenaar +generator.default=Standaard +generator.flat=Super vlakte +generator.largeBiomes=Groot Biome +gui.achievements=Prestasies +gui.all=Almal +gui.back=Terug +gui.cancel=Kanselleer +gui.done=Klaar +gui.down=Af +gui.no=Nee +gui.none=Niks +gui.stats=Statistiek +gui.toMenu=Terug na titelskerm +gui.up=Op +gui.yes=Ja +inventory.binSlot=Vernietig Item +item.apple.name=Appel +item.appleGold.name=Goue Appel +item.arrow.name=Pyl +item.banner.black.name=Swart Banier +item.banner.blue.name=Blou Vlag +item.banner.brown.name=Bruin Banier +item.banner.cyan.name=Siaan Vlag +item.banner.gray.name=Grys Banier +item.banner.green.name=Groen Banier +item.banner.lightBlue.name=Ligblou Banier +item.banner.lime.name=Liggroen Banier +item.banner.magenta.name=Purperrooi Banier +item.banner.orange.name=Oranje Banier +item.banner.pink.name=Ligroos Banier +item.banner.purple.name=Pers Vlag +item.banner.red.name=Rooi Banier +item.banner.silver.name=Ligtegrys Vlag +item.banner.white.name=Wit Banier +item.banner.yellow.name=Geel Banier +item.bed.name=Bed +item.beefCooked.name=Braaivleis +item.beefRaw.name=Rou Beesvleis +item.blazePowder.name=Opvlammer Poeier +item.blazeRod.name=Opvlammer Staaf +item.boat.name=Boot +item.bone.name=Been +item.book.name=Boek +item.bootsChain.name=Ring Stewels +item.bootsCloth.name=Leer Stewels +item.bootsDiamond.name=Diamant Stewels +item.bootsGold.name=Goue Stewels +item.bootsIron.name=Yster Stewels +item.bow.name=Boog +item.bowl.name=Hout Bak +item.bread.name=Brood +item.brewingStand.name=Retortstaander +item.brick.name=Baksteen +item.bucket.name=Emmer +item.bucketLava.name=Emmer Lawa +item.bucketWater.name=Emmer Water +item.cake.name=Koek +item.carrotGolden.name=Goue Wortel +item.carrotOnAStick.name=Wortel aan 'n Stok +item.carrots.name=Wortel +item.cauldron.name=Pot +item.charcoal.name=Houtskool +item.chestplateChain.name=Ring Harnas +item.chestplateCloth.name=Leer Harnas +item.chestplateDiamond.name=Diamant Borsplaat +item.chestplateGold.name=Goue Borsplaat +item.chestplateIron.name=Yster Borsplaat +item.chickenCooked.name=Gebraaide Hoender +item.chickenRaw.name=Rou Hoender +item.clay.name=Klei +item.clock.name=Horlosie +item.coal.name=Steenkool +item.comparator.name=Rooisteen Vergelyker +item.compass.name=Kompas +item.cookie.name=Beskuitjie +item.diamond.name=Diamant +item.diode.name=Rooisteen Versterker +item.doorBirch.name=Berkehoutdeur +item.doorIron.name=Yster Deur +item.doorOak.name=Eikehoutdeur +item.dyePowder.black.name=Inksak +item.dyePowder.blue.name=Lasuur +item.dyePowder.brown.name=Kakao Bone +item.dyePowder.cyan.name=Siaan Kleurstof +item.dyePowder.gray.name=Grys Kleurstof +item.dyePowder.green.name=Vetplant Groen +item.dyePowder.lightBlue.name=Ligblou Kleurstof +item.dyePowder.lime.name=Heldergroen Kleurstof +item.dyePowder.magenta.name=Helderpienk Kleurstof +item.dyePowder.orange.name=Oranje Kleurstof +item.dyePowder.pink.name=Ligroos Kleurstof +item.dyePowder.purple.name=Pers Kleurstof +item.dyePowder.red.name=Roos Rooi +item.dyePowder.silver.name=Liggrys Kleurstof +item.dyePowder.white.name=Beenmeel +item.dyePowder.yellow.name=Geel Kleurstof +item.dyed=Gekleur +item.egg.name=Hoendereier +item.emerald.name=Smarag +item.emptyMap.name=Leë Kaart +item.emptyPotion.name=Waterbottel +item.enchantedBook.name=Toorboek +item.enderPearl.name=Einder Pêrel +item.expBottle.name=Bottel van Betowering +item.eyeOfEnder.name=Eindersoog +item.feather.name=Veer +item.fermentedSpiderEye.name=Gegisde Spinnekop Oog +item.fireball.name=Vuurbal +item.fireworks.flight=Vlug Duur: +item.fireworks.name=Vuurpyl +item.fireworksCharge.black=Swart +item.fireworksCharge.blue=Blou +item.fireworksCharge.brown=Bruin +item.fireworksCharge.customColor=Persoonlike +item.fireworksCharge.cyan=Siaan +item.fireworksCharge.fadeTo=Vervaag tot +item.fireworksCharge.flicker=Flikker +item.fireworksCharge.gray=Grys +item.fireworksCharge.green=Groen +item.fireworksCharge.lightBlue=Ligblou +item.fireworksCharge.lime=Heldergroen +item.fireworksCharge.magenta=Persrooi +item.fireworksCharge.name=Vuurwerk Ster +item.fireworksCharge.orange=Oranje +item.fireworksCharge.pink=Pienk +item.fireworksCharge.purple=Pers +item.fireworksCharge.red=Rooi +item.fireworksCharge.silver=Liggrys +item.fireworksCharge.trail=Roete +item.fireworksCharge.type=Onbekende Vorm +item.fireworksCharge.type.0=Klein Bal +item.fireworksCharge.type.1=Groot Bal +item.fireworksCharge.type.2=Stervormig +item.fireworksCharge.type.3=Sluipklappervormig +item.fireworksCharge.type.4=Bars +item.fireworksCharge.white=Wit +item.fireworksCharge.yellow=Geel +item.fish.clownfish.raw.name=Harlekynvis +item.fish.cod.cooked.name=Gaar Vis +item.fish.cod.raw.name=Rou Vis +item.fish.pufferfish.raw.name=Blaasoppie +item.fish.salmon.cooked.name=Gebraaide Salm +item.fish.salmon.raw.name=Rou Salm +item.fishingRod.name=Visstok +item.flint.name=Vuursteen +item.flintAndSteel.name=Aansteker +item.flowerPot.name=Blompot +item.frame.name=Voorwerp Raamwerk +item.ghastTear.name=Gruwel Traan +item.glassBottle.name=Glasbottel +item.goldNugget.name=Goudklont +item.hatchetDiamond.name=Diamant Byl +item.hatchetGold.name=Goue Byl +item.hatchetIron.name=Yster Byl +item.hatchetStone.name=Klip Byl +item.hatchetWood.name=Hout Byl +item.helmetChain.name=Ring Helm +item.helmetCloth.name=Leer Hoed +item.helmetDiamond.name=Diamant Helm +item.helmetGold.name=Goue Helm +item.helmetIron.name=Yster Helm +item.hoeDiamond.name=Diamant Skoffel +item.hoeGold.name=Goue Skoffel +item.hoeIron.name=Yster Skoffel +item.hoeStone.name=Klip Skoffel +item.hoeWood.name=Hout Skoffel +item.horsearmordiamond.name=Diamant Perdharnas +item.horsearmorgold.name=Goue Perdharnas +item.horsearmormetal.name=Yster Perdharnas +item.ingotGold.name=Goudstaaf +item.ingotIron.name=Ysterstaaf +item.leash.name=Leiriem +item.leather.name=Leervel +item.leaves.name=Blare +item.leggingsChain.name=Ring Kamaste +item.leggingsCloth.name=Leer Broek +item.leggingsDiamond.name=Diamant Kamaste +item.leggingsGold.name=Goue Kamaste +item.leggingsIron.name=Yster Kamaste +item.magmaCream.name=Magma Room +item.map.name=Kaart +item.melon.name=Waatlemoen +item.milk.name=Emmer Melk +item.minecart.name=Koekepan +item.minecartChest.name=Koekepan met Kis +item.minecartCommandBlock.name=Koekepan met Opdragblok +item.minecartFurnace.name=Koekepan Enjin +item.minecartHopper.name=Koekepan met Geutbak +item.minecartTnt.name=Koekepan met TNT +item.monsterPlacer.name=Beginpunt +item.mushroomStew.name=Sampioen Bredie +item.muttonCooked.name=Gaar Skaapvleis +item.muttonRaw.name=Rou Skaapvleis +item.nameTag.name=Naambordjie +item.netherStalkSeeds.name=Nedervrat +item.netherStar.name=Nederster +item.netherbrick.name=Neder Baksteen +item.netherquartz.name=Neder Kwarts +item.painting.name=Skildery +item.paper.name=Papier +item.pickaxeDiamond.name=Diamant Pik +item.pickaxeGold.name=Goue Pik +item.pickaxeIron.name=Yster Pik +item.pickaxeStone.name=Klip Pik +item.pickaxeWood.name=Hout Pik +item.porkchopCooked.name=Gaar Varktjop +item.porkchopRaw.name=Rou Varktjop +item.potato.name=Aartappel +item.potatoBaked.name=Gebakte Aartappel +item.potatoPoisonous.name=Giftige Aartappel +item.potion.name=Toordrankie +item.pumpkinPie.name=Pampoen Pastei +item.rabbitCooked.name=Gaar Haas +item.rabbitFoot.name=Haas se Voet +item.rabbitHide.name=Haas Vel +item.rabbitRaw.name=Rou Haas +item.rabbitStew.name=Haas Bredie +item.record.11.desc=C418 - 11 +item.record.13.desc=C418 - 13 +item.record.blocks.desc=C418 - blocks +item.record.cat.desc=C418 - cat +item.record.chirp.desc=C418 - chirp +item.record.far.desc=C418 - far +item.record.mall.desc=C418 - mall +item.record.mellohi.desc=C418 - mellohi +item.record.name=Musiekplaat +item.record.stal.desc=C418 - stal +item.record.strad.desc=C418 - strad +item.record.wait.desc=C418 - wait +item.record.ward.desc=C418 - ward +item.redstone.name=Rooisteen +item.reeds.name=Suikerriet +item.rottenFlesh.name=Vrot Vleis +item.ruby.name=Robyn +item.saddle.name=Saal +item.seeds.name=Koringsaad +item.seeds_melon.name=Waatlemoensaad +item.seeds_pumpkin.name=Pampoensaad +item.shears.name=Skêr +item.shovelDiamond.name=Diamant Graaf +item.shovelGold.name=Goue Graaf +item.shovelIron.name=Yster Graaf +item.shovelStone.name=Klip Graaf +item.shovelWood.name=Hout Graaf +item.sign.name=Naambord +item.skull.char.name=Kop +item.skull.creeper.name=Sluipklapper Kop +item.skull.player.name=%s se Kop +item.skull.skeleton.name=Geraamte Skedel +item.skull.wither.name=Welk Geraamte Skedel +item.skull.zombie.name=Zombie Kop +item.slimeball.name=Slymbal +item.snowball.name=Sneeubal +item.speckledMelon.name=Glinsterende Waatlemoen +item.spiderEye.name=Spinnekop Oog +item.stick.name=Stok +item.string.name=Tou +item.sugar.name=Suiker +item.sulphur.name=Buskruit +item.swordDiamond.name=Diamant Swaard +item.swordGold.name=Goue Swaard +item.swordIron.name=Yster Swaard +item.swordStone.name=Klip Swaard +item.swordWood.name=Hout Swaard +item.unbreakable=Onbreekbaar +item.wheat.name=Koring +item.writingBook.name=Boek en Pen +item.writtenBook.name=Geskrewe Boek +item.yellowDust.name=Gloeisteen Stof +itemGroup.brewing=Brouery +itemGroup.buildingBlocks=Boublokke +itemGroup.combat=Geveg +itemGroup.decorations=Versieringsblokke +itemGroup.food=Kos +itemGroup.inventory=Oorlewing Voorraad +itemGroup.materials=Materiale +itemGroup.misc=Algemeen +itemGroup.redstone=Rooisteen +itemGroup.search=Soek Items +itemGroup.tools=Gereedskap +itemGroup.transportation=Vervoer +key.attack=Val Aan/Vernietig +key.back=Loop Agteruit +key.categories.gameplay=Spel +key.categories.inventory=Voorraad +key.categories.misc=Algemeen +key.categories.movement=Beweging +key.categories.multiplayer=Multispeler +key.categories.stream=Stroming Minecraft +key.categories.ui=Spelerskoppelvlak +key.chat=Maak Klets Oop +key.command=Open Bevel +key.drop=Laat Val Item +key.forward=Loop Vorentoe +key.fullscreen=Schakelt die volskerm +key.hotbar.1=Warmbalk Gleuf 1 +key.hotbar.2=Warmbalk Gleuf 2 +key.hotbar.3=Warmbalk Gleuf 3 +key.hotbar.4=Warmbalk Gleuf 4 +key.hotbar.5=Warmbalk Gleuf 5 +key.hotbar.6=Warmbalk Gleuf 6 +key.hotbar.7=Warmbalk Gleuf 7 +key.hotbar.8=Warmbalk Gleuf 8 +key.hotbar.9=Warmbalk Gleuf 9 +key.inventory=Voorraad +key.jump=Spring +key.left=Tree Links +key.mouseButton=Sleutel %1$s +key.pickItem=Kies Blok +key.playerlist=Lys die Spelers +key.right=Tree Regs +key.screenshot=Neem Skermskoot +key.smoothCamera=Skakel Kinematiese Kamera +key.sneak=Sluip +key.spectatorOutlines=Merk Spelers (Toeskouers) +key.sprint=Hardloop +key.streamCommercial=Wys Stroom Commercials +key.streamPauseUnpause=Verposing / Hervat Stroom +key.streamStartStop=Begin / Stop Stroom +key.streamToggleMic=Stoot na Praatjie/Stomme +key.togglePerspective=Skakel Perspektief +key.use=Gebruik Item/Plaas Blok +lanServer.otherPlayers=Instellings vir Ander Spelers +lanServer.scanning=Op soek na speletjies op jou plaaslike netwerk +lanServer.start=Begin LAN Wêreld +lanServer.title=LAN Wêreld +language.code=af_ZA +language.name=Afrikaans +language.region=Suid-Afrika +mcoServer.title=Minecraft Aanlyn Wêreld +menu.convertingLevel=Besig om wêreld om te skakel +menu.disconnect=Ontkoppel +menu.game=Game menu +menu.generatingLevel=Wêreld word geskep +menu.generatingTerrain=Terrein word gebou +menu.loadingLevel=Wêreld word gelaai +menu.multiplayer=Multispeler +menu.options=Opsies... +menu.playdemo=Speel Demo Wêreld +menu.quit=Eindig Spel +menu.resetdemo=Herstel Demo Wêreld +menu.respawning=Herverskyning +menu.returnToGame=Terug na die Spel +menu.returnToMenu=Stoor en keur terug na titel +menu.shareToLan=Oop na LAN +menu.simulating=Die wêreld word so 'n bietjie gesimuleer +menu.singleplayer=Enkelspeler +menu.switchingLevel=Besig om na 'n ander wêreld oor te skakel +mount.onboard=Druk %1$s om af te klim +multiplayer.connect=Konnekteer +multiplayer.downloadingStats=Besig om statistieke en prestasies af te laai... +multiplayer.downloadingTerrain=Terrein word afgelaai +multiplayer.info1=Minecraft Multispeler is nie tans voltooi nie, maar daar +multiplayer.info2=is egter vroeë toetse aan die gang. +multiplayer.ipinfo=Verskaf die IP adres van 'n bediener om daaraan te koppel: +multiplayer.player.joined=%s het aangesluit by die spel +multiplayer.player.joined.renamed=%s (voorheen bekens as %s) het aangesluit by die spel +multiplayer.player.left=%s het die spel verlaat +multiplayer.stopSleeping=Staan Op +multiplayer.texturePrompt.line1=Hierdie bediener beveel die gebruik van 'n aangepasde hulpbron pak aan. +multiplayer.texturePrompt.line2=Wil jy dit 'outomagies' laat aflaai en installeer? +multiplayer.title=Speel Multispeler +options.advancedButton=Gevorderde Beeldverstellings... +options.advancedOpengl=Gevorderde OpenGL +options.advancedVideoTitle=Gevorderde Beeldverstellings +options.anaglyph=Blou/Rooi 3D +options.ao=Gladde Beligting +options.ao.max=Maksimum +options.ao.min=Minimum +options.ao.off=AF +options.chat.color=Kleure +options.chat.height.focused=Gefokusde Hoogte +options.chat.height.unfocused=Ongefokusde Hoogte +options.chat.links=Web Skakels +options.chat.links.prompt=Bevestig Skakelgebruik +options.chat.opacity=Ondeursigtigheid +options.chat.scale=Skaal +options.chat.title=Kletsverstellings... +options.chat.visibility=Geselsery +options.chat.visibility.full=Sigbaar +options.chat.visibility.hidden=Onsigbaar +options.chat.visibility.system=Slegs Opdragte +options.chat.width=Lengte +options.controls=Sleutels... +options.difficulty=Moeilikheid +options.difficulty.easy=Maklik +options.difficulty.hard=Moelik +options.difficulty.hardcore=Bittereinder +options.difficulty.normal=Normaal +options.difficulty.peaceful=Vreedsaam +options.farWarning1=ʼn 64-Bis Java installasie word aanbeveel +options.farWarning2=vir die 'Ver' sigafstand (jy het 32 bisse) +options.fboEnable=Gebruik FBO's +options.forceUnicodeFont=Dwing Gebruik van Unicode Skrif +options.fov=Sigveld Wydte +options.fov.max=Maksimum +options.fov.min=Normaal +options.framerateLimit=Maksimum Tekenspoed +options.framerateLimit.max=Onbeperk +options.fullscreen=Vul Skerm +options.gamma=Helderheid +options.gamma.max=Helder +options.gamma.min=Gemoedstemmig +options.graphics=Grafika +options.graphics.fancy=Fraai +options.graphics.fast=Vinnig +options.guiScale=GUI Skaal +options.guiScale.auto=Outomaties +options.guiScale.large=Groot +options.guiScale.normal=Normaal +options.guiScale.small=Klein +options.hidden=Versteek +options.invertMouse=Keer Muis Om +options.language=Taal... +options.languageWarning=Vertalings mag dalk nie 100%% akkuraat wees nie +options.mipmapLevels=Mipmap Vlakke +options.modelPart.cape=Skouermantel +options.modelPart.hat=Hoed +options.modelPart.jacket=Baadjie +options.modelPart.left_pants_leg=Linker Broekspyp +options.modelPart.left_sleeve=Linker Mou +options.modelPart.right_pants_leg=Regter Broekspyp +options.modelPart.right_sleeve=Regter Mou +options.multiplayer.title=Multispeler Verstellings... +options.music=Musiek +options.off=AF +options.on=AAN +options.particles=Partikels +options.particles.all=Almal +options.particles.decreased=Verminderd +options.particles.minimal=Minimaal +options.performanceButton=Teken Spoed Verstellings... +options.performanceVideoTitle=Teken Spoed Verstellings +options.postButton=Na-teken Prosesse Verstellings... +options.postProcessEnable=Pas Volskerm Effekte Toe +options.postVideoTitle=Na-teken Prosesse Verstellings +options.qualityButton=Beeldkwaliteitsverstellings... +options.qualityVideoTitle=Beeldkwaliteitsverstellings +options.renderClouds=Wolke +options.renderDistance=Sigafstand +options.renderDistance.far=Ver +options.renderDistance.normal=Normaal +options.renderDistance.short=Naby +options.renderDistance.tiny=Baie Naby +options.resourcepack=Hulpbron Pakette... +options.saturation=Kleurvolheid +options.sensitivity=Sensitiwiteit +options.sensitivity.max=BLITSIG!!! +options.sensitivity.min=*gaap* +options.snooper=Luistervink +options.snooper.desc=Ons wil graag inligting aangaande u rekenaar versamel om sodoende te help om Minecraft te verbeter, deur te verstaan wat ons kan ondersteun en waar die grootste probleme lê. Al die inligting is heeltemal anoniem en hier onder sigbaar. Ons beloof dat ons niks sleg met u data sal doen nie, maar indien u nie wil deelneem nie, skakel dit gerus af. +options.snooper.title=Rekenaar Spesifikasie Versameling +options.snooper.view=Luistervinkverstellings... +options.sound=Klank +options.sounds=Musiek & Klanke... +options.sounds.title=Musiek & Klank Opsies +options.stream=Uitsendingverstellings ... +options.stream.bytesPerPixel=Kwaliteit +options.stream.changes=Jy mag nodig jou stroom weer te begin vir die hierdie veranderinge plaasvind. +options.stream.chat.enabled=Aktiveer +options.stream.chat.enabled.always=Altyd +options.stream.chat.enabled.never=Nooit +options.stream.chat.enabled.streaming=Terwyl Streamen +options.stream.chat.title=Twitch kletsverstellings +options.stream.chat.userFilter=Gebruik Filter +options.stream.chat.userFilter.all=Alle Kykers +options.stream.chat.userFilter.mods=Moderators +options.stream.chat.userFilter.subs=Intekenare +options.stream.compression=Kompressie +options.stream.compression.high=Hoog +options.stream.compression.low=Laag +options.stream.compression.medium=Medium +options.stream.estimation=Geskatte resolusie: %sx%s +options.stream.fps=Raam Koers +options.stream.ingest.reset=Terugstel Voorkeur +options.stream.ingest.title=Twitch uitsending bedieners +options.stream.ingestSelection=Uitgesaai Bediener Lys +options.stream.kbps=Bandwydte +options.stream.micToggleBehavior=Stoot na +options.stream.micVolumne=Mikrofoonvolume +options.stream.mic_toggle.mute=Stom +options.stream.mic_toggle.talk=Besprekings +options.stream.sendMetadata=Stuur Metadata +options.stream.systemVolume=Stelselvolume +options.stream.title=Twitch Uitsendingverstellings +options.title=Opsies +options.touchscreen=Streelpaneel Metode +options.video=Beeld Verstellings... +options.videoTitle=Beeld Verstellings +options.viewBobbing=Loop Aksie +options.visible=Sigbaar +options.vsync=Gebruik VSync +potion.absorption=Absorpsie +potion.absorption.postfix=Absorbering Toordrankie +potion.blindness=Blindheid +potion.blindness.postfix=Toordrankie van Blindheid +potion.confusion=Naarheid +potion.confusion.postfix=Toordrankie van Naarheid +potion.damageBoost=Mag +potion.damageBoost.postfix=Kragdrankie +potion.digSlowDown=Myn Moegheid +potion.digSlowDown.postfix=Toordrankie van Stompheid +potion.digSpeed=Haastigheid +potion.digSpeed.postfix=Toordrankie van Flinkheid +potion.effects.whenDrank=Wanneer dit toegepas word: +potion.empty=Geen Effekte +potion.fireResistance=Brandvastheid +potion.fireResistance.postfix=Toordrankie van Vuurweerstand +potion.harm=Blitsskade +potion.harm.postfix=Toordrankie van Skade +potion.heal=Kits Genesing +potion.heal.postfix=Toordrankie van Genesing +potion.healthBoost=Tydelike Taaiheid +potion.healthBoost.postfix=Gesondheid Hupstoot Toordrankie +potion.hunger=Hongerte +potion.hunger.postfix=Verhongerdrankie +potion.invisibility=Onsigbaarheid +potion.invisibility.postfix=Toordrankie van Onsigbaarheid +potion.jump=Hoogspring +potion.jump.postfix=Toordrankie van Spronge +potion.moveSlowdown=Stadigheid +potion.moveSlowdown.postfix=Vertragingsdrankie +potion.moveSpeed=Spoed +potion.moveSpeed.postfix=Snelheidsdrankie +potion.nightVision=Kat Oë +potion.nightVision.postfix=Toordrankie van Nag Visie +potion.poison=Gif +potion.poison.postfix=Gifdrankie +potion.potency.1=II +potion.potency.2=III +potion.potency.3=IV +potion.prefix.acrid=Skerp +potion.prefix.artless=Eenvoudige +potion.prefix.awkward=Onhandige +potion.prefix.bland=Vervelige +potion.prefix.bulky=Lywige +potion.prefix.bungling=Geknoeide +potion.prefix.buttered=Vetterige +potion.prefix.charming=Bekoorlike +potion.prefix.clear=Helder +potion.prefix.cordial=Hartlike +potion.prefix.dashing=Kranige +potion.prefix.debonair=Vrolike +potion.prefix.diffuse=Dowwe +potion.prefix.elegant=Elegante +potion.prefix.fancy=Fraai +potion.prefix.flat=Smaaklose +potion.prefix.foul=Vuil +potion.prefix.grenade=Spattende +potion.prefix.gross=Onsmaaklike +potion.prefix.harsh=Skel +potion.prefix.milky=Melkerige +potion.prefix.mundane=Alledaagse +potion.prefix.odorless=Reuklose +potion.prefix.potent=Kragtige +potion.prefix.rank=Galserige +potion.prefix.refined=Verfynde +potion.prefix.smooth=Gladde +potion.prefix.sparkling=Vonkelende +potion.prefix.stinky=Stinkende +potion.prefix.suave=Minsame +potion.prefix.thick=Dik +potion.prefix.thin=Dun +potion.prefix.uninteresting=Oninteressante +potion.regeneration=Herstelling +potion.regeneration.postfix=Toordrankie van Regenerasie +potion.resistance=Weerstand +potion.resistance.postfix=Toordrankie van Weerstand +potion.saturation=Versadiging +potion.saturation.postfix=Versadiging Toordrankie +potion.waterBreathing=Onderwater Asemhaling +potion.waterBreathing.postfix=Toordrankie van Onderwater Asemhaling +potion.weakness=Lammerigheid +potion.weakness.postfix=Toordrankie van Swakheid +potion.wither=Kwyn +potion.wither.postfix=Toordrankie van Verotting +record.nowPlaying=Speel nou: %s +resourcePack.available.title=Beskikbare Hulpbron Pakette +resourcePack.folderInfo=(Plek hulpbron pak lêers hier) +resourcePack.openFolder=Gaan na hulpbronpak gids +resourcePack.selected.title=Gekose Hulpbron Pakette +resourcePack.title=Kies Hulpbron Pakette +screenshot.failure=Kon nie skermskoot %s stoor nie +screenshot.success=Skermskoot as %s gestoor +selectServer.add=Voeg bediener by +selectServer.defaultName=Minecraft Bediener +selectServer.delete=Verwyder +selectServer.deleteButton=Verwyder +selectServer.deleteQuestion=Is jy seker jy wil die bediener verwyder? +selectServer.deleteWarning=sal vir ewig verlore wees! ('n Lang tyd!) +selectServer.direct=Direkte Konneksie +selectServer.edit=Wysig +selectServer.empty=leeg +selectServer.hiddenAddress=(Versteek) +selectServer.refresh=Hernu +selectServer.select=Sluit Aan +selectServer.title=Kies Bediener +selectWorld.allowCommands=Laat Kulkodes Toe: +selectWorld.allowCommands.info=Opdragte soos /gamemode, /xp +selectWorld.bonusItems=Bonus Kis: +selectWorld.cheats=Kullery +selectWorld.conversion=Moet omgeskakel word! +selectWorld.create=Maak Nuwe Wêreld +selectWorld.createDemo=Speel Nuwe Demonstrasie Wêreld +selectWorld.customizeType=Verstel +selectWorld.delete=Verwyder +selectWorld.deleteButton=Verwyder +selectWorld.deleteQuestion=Is jy seker jy wil die wêreld verwyder? +selectWorld.deleteWarning=sal vir ewig verlore wees! ('n lang tyd!) +selectWorld.empty=leeg +selectWorld.enterName=Wêreldnaam +selectWorld.enterSeed=Saad vir die Wêreldskepper +selectWorld.gameMode=Spel-tipe +selectWorld.gameMode.adventure=Avontuur +selectWorld.gameMode.adventure.line1=Dieselfde as oorlewing nie, maar blokke kan nie +selectWorld.gameMode.adventure.line2=bygevoeg of verwyder word nie +selectWorld.gameMode.creative=Kreatief +selectWorld.gameMode.creative.line1=Onbeperkte hulpbronne, vrye vlug en +selectWorld.gameMode.creative.line2=vernietig blokke dadelik +selectWorld.gameMode.hardcore=Bittereinder +selectWorld.gameMode.hardcore.line1=Dieselfde as oorlewingsmodus, maar vas op moelikste +selectWorld.gameMode.hardcore.line2=moelikste graad, met slegs een lewe +selectWorld.gameMode.survival=Oorlewing +selectWorld.gameMode.survival.line1=Soek vir hulpbronne, handewerk en kry +selectWorld.gameMode.survival.line2=vlakke, gesondheid en honger +selectWorld.hardcoreMode=Bittereinder: +selectWorld.hardcoreMode.info=Wêreld word vernietig as jy doodgaan +selectWorld.mapFeatures=Genereer Strukture: +selectWorld.mapFeatures.info=Dorpe, kerkers ens +selectWorld.mapType=Wêreld Tipe: +selectWorld.mapType.normal=Normaal +selectWorld.moreWorldOptions=Meer Wêreld Opsies... +selectWorld.newWorld=Nuwe Wêreld +selectWorld.newWorld.copyOf=Kopie van %s +selectWorld.recreate=Herskep +selectWorld.rename=Hernoem +selectWorld.renameButton=Hernoem +selectWorld.renameTitle=Hernoem Wêreld +selectWorld.resultFolder=Sal gestoor word in: +selectWorld.seedInfo=Los leeg vir ewekansige saad +selectWorld.select=Speel Gekose Wêreld +selectWorld.title=Kies Wêreld +selectWorld.world=Wêreld +sign.edit=Wysig teken boodskap +soundCategory.ambient=Omgewing +soundCategory.block=Blokke +soundCategory.hostile=Vyandige Skepsels +soundCategory.master=Meester Volume +soundCategory.music=Musiek +soundCategory.neutral=Vriendelike Skepsels +soundCategory.player=Spelers +soundCategory.record=Musiekspeler/Nootblokke +soundCategory.weather=Weer +stat.animalsBred=Diere Geteel +stat.blocksButton=Blokke +stat.boatOneCm=Afstand met Boot +stat.breakItem=%1$s Opgebruik +stat.climbOneCm=Afstand Geklim +stat.craftItem=%1$s Gemaak +stat.crafted=Kere Gemaak +stat.createWorld=Wêrelde geskep +stat.crouchOneCm=Hurkafstand +stat.damageDealt=Skade Aangerig +stat.damageTaken=Skade Geneem +stat.deaths=Aantal Sterftes +stat.depleted=Kere Opgebruik +stat.diveOneCm=Afstand Geduik +stat.drop=Items Neergesit +stat.entityKilledBy=%s het jou %s keer doodgemaak +stat.entityKilledBy.none=Jy is nooit deur %s doodgemaak nie +stat.entityKills=Jy het %s %s doodgemaak +stat.entityKills.none=Jy het nooit %s doodgemaak nie +stat.fallOneCm=Afstand Geval +stat.fishCaught=Visse Gevang + +stat.flyOneCm=Afstand Gevlieg +stat.generalButton=Algemeen +stat.horseOneCm=Afstand te Perd +stat.itemsButton=Items +stat.joinMultiplayer=Multispeler aansluitings +stat.jump=Spronge +stat.junkFished=Gemors Gevang +stat.leaveGame=Spele verlaat +stat.loadWorld=Speletjies gelaai +stat.mineBlock=%1$s Ontgin +stat.minecartOneCm=Afstand met Koekepan +stat.mined=Kere Gemyn +stat.mobKills=Mobbe Verslaan +stat.mobsButton=Mobbe +stat.pigOneCm=Afstand te Vark +stat.playOneMinute=Minute Gespeel +stat.playerKills=Spelers Vermoor +stat.startGame=Kere gespeel +stat.swimOneCm=Afstand Geswem +stat.treasureFished=Skatte Gevang +stat.useItem=%1$s Gebruik +stat.used=Kere Gebruik +stat.walkOneCm=Afstand Geloop +stats.tooltip.type.achievement=Toekenning +stats.tooltip.type.statistic=Statistiek +stream.confirm_start=Is jy seker jy wil begin uitsaai? +stream.unavailable.account_not_bound=Voordat jy kan uitgesaai Minecraft deur middel Twitch, sal jy skakel te jou Twitch rekening moet op mojang.com. Wil jy graag om dit te doen? +stream.unavailable.account_not_bound.okay=Koppel Rekeninge +stream.unavailable.account_not_migrated=Voordat u Minecraft deur Twitch kan uitsaai moet u u Minecraft-rekening na ’n Mojang-rekening migreer. Wil u dit nou doen? +stream.unavailable.account_not_migrated.okay=Migreer Rekening +stream.unavailable.failed_auth=Verifikasie af te +identiteit mislukte. Gaan na mojang.com en rebind jou Twitch rekening. +stream.unavailable.failed_auth.okay=Rebind Rekeninge +stream.unavailable.failed_auth_error=[Twitch] Kan nie waarmerk outentieke rekening. Asseblief probeer weer later nie. +stream.unavailable.initialization_failure=Kon nie die Twitch SDK te inisialiseer. +stream.unavailable.initialization_failure.extra=(Rede: %s) +stream.unavailable.library_arch_mismatch=Die pasgemaakte java-weergawe wat gebruik word om Minecraft te lanseer het ’n ander argitektuur as die een wat gebruik word om die lanseerder te laat loop. Maak asb. seker dat hierdie twee dieselfde is, òf 32-bis òf 64-bis vir albei. +stream.unavailable.library_failure=Die biblioteke wat benodig word vir die geïntegreerde Twitch-uitsaaidiens kon nie gelaai word nie. +stream.unavailable.no_fbo=Jou video kaartjie benodig ten minste OpenGL weergawe 3.0 te ondersteun of te ondersteun vir raambuffer voorwerpe via 'n uitbreiding van die geïntegreerde Twitch uitsaai te gebruik. +stream.unavailable.no_fbo.arb=Raambuffer voorwerp ondersteuning via ARB is: %s +stream.unavailable.no_fbo.blend=Afsonderlike vermenging ondersteuning via EXT is: %s +stream.unavailable.no_fbo.ext=Raambuffer voorwerp ondersteuning via EXT is: %s +stream.unavailable.no_fbo.version=U gebruik tans: %s +stream.unavailable.not_supported.mac=Ongelukkig is die geïntegreerde Twitch uitzendingen op Mac vereis 'n weergawe van OSX nuwer as die een wat jy is op. Jy moet gebruik 10.7 (Mac OS X Lion) of nuwer. in staat wees om hierdie diens te gebruik. Wil jy graag te besoek apple.com om te leer oor die opgradering? +stream.unavailable.not_supported.mac.okay=Opgradering +stream.unavailable.not_supported.other=Ongelukkig is die geïntegreerde Twitch n uitsaaidiens verg Windows (Vista of nuwer) of Mac OS X (10.7/Lion of nuwer) +stream.unavailable.not_supported.windows=Ongelukkig is die geïntegreerde Twitch uitsaai vereis 'n nuwer weergawe van Windows is as jy is op. Jy moet ten minste Windows Vista of nuwer. +stream.unavailable.report_to_mojang=Verslag aan Mojang +stream.unavailable.soundflower.chat=Soundflower word vereis om in staat wees te stroom op 'n Mac. %s +stream.unavailable.soundflower.chat.link=Klik asb. hier om dit te installeer. +stream.unavailable.title=Twitch uitsaai onbeskikbaar +stream.unavailable.unknown=Ongelukkig kan jy nie uitgesaai te Twitch op hierdie tyd. En ons nie weet hoekom :'( +stream.unavailable.unknown.chat=Kon nie begin om stroom: %s +stream.user.mode.administrator=Twitch-administrateur +stream.user.mode.banned=Verban +stream.user.mode.banned.other=Verban op %s's kanaal +stream.user.mode.banned.self=Verban op jou kanaal +stream.user.mode.broadcaster=Uitsaaier +stream.user.mode.broadcaster.other=Uitsaaier +stream.user.mode.broadcaster.self=Uitsaaier (U!) +stream.user.mode.moderator=Moderatoren +stream.user.mode.moderator.other=Moderatoren op %s's kanaal +stream.user.mode.moderator.self=Moderatoren op jou kanaal +stream.user.mode.staff=Twitch-personeel +stream.user.subscription.subscriber=Intekenaar +stream.user.subscription.subscriber.other=Intekenaar op %s se kanaal +stream.user.subscription.subscriber.self=Intekenaar op u kanaal +stream.user.subscription.turbo=Twitch Turbo +stream.userinfo.ban=Verbied +stream.userinfo.chatTooltip=Klik om gebruiker te bestuur +stream.userinfo.mod=Bevorder te moderator +stream.userinfo.timeout=Tydverstreke +stream.userinfo.unban=Unban +stream.userinfo.unmod=Haal uit moderator +tile.activatorRail.name=Skakelaarspoor +tile.anvil.intact.name=Aambeeld +tile.anvil.name=Aambeeld +tile.anvil.slightlyDamaged.name=Effens Beskadigde Aambeeld +tile.anvil.veryDamaged.name=Baie Beskadigde Aambeeld +tile.beacon.name=Baken +tile.beacon.primary=Primêre Krag +tile.beacon.secondary=Sekondêre Krag +tile.bed.name=Bed +tile.bed.noSleep=Jy kan slegs in die nag slaap +tile.bed.notSafe=Jy mag nie nou rus nie; daar is monsters naby +tile.bed.notValid=Jou laaste bed was verlore of beset +tile.bed.occupied=Hierdie bed is beset +tile.bedrock.name=Grondlaag +tile.blockCoal.name=Steenkoolblok +tile.blockDiamond.name=Diamantblok +tile.blockEmerald.name=Smaragblok +tile.blockGold.name=Goudblok +tile.blockIron.name=Ysterblok +tile.blockLapis.name=Lasuurblok +tile.blockRedstone.name=Rooisteenblok +tile.bookshelf.name=Boekrak +tile.brick.name=Bakstene +tile.button.name=Knoppie +tile.cactus.name=Kaktus +tile.cake.name=Koek +tile.carrots.name=Wortels +tile.cauldron.name=Pot +tile.chest.name=Kis +tile.chestTrap.name=Strik Kis +tile.clay.name=Klei +tile.clayHardened.name=Geharde Klei +tile.clayHardenedStained.black.name=Swart Gekleurde Klei +tile.clayHardenedStained.blue.name=Blou Gekleurde Klei +tile.clayHardenedStained.brown.name=Bruin Gekleurde Klei +tile.clayHardenedStained.cyan.name=Siaan Gekleurde Klei +tile.clayHardenedStained.gray.name=Grys Gekleurde Klei +tile.clayHardenedStained.green.name=Groen Gekleurde Klei +tile.clayHardenedStained.lightBlue.name=Ligblou Gekleurde Klei +tile.clayHardenedStained.lime.name=Heldergroen Gekleurde Klei +tile.clayHardenedStained.magenta.name=Persrooi Gekleurde Klei +tile.clayHardenedStained.orange.name=Oranje Gekleurde Klei +tile.clayHardenedStained.pink.name=Pienk Gekleurde Klei +tile.clayHardenedStained.purple.name=Pers Gekleurde Klei +tile.clayHardenedStained.red.name=Rooi Gekleurde Klei +tile.clayHardenedStained.silver.name=Liggrys Gekleurde Klei +tile.clayHardenedStained.white.name=Wit Gekleurde Klei +tile.clayHardenedStained.yellow.name=Geel Gekleurde Klei +tile.cloth.black.name=Swart Wol +tile.cloth.blue.name=Blou Wol +tile.cloth.brown.name=Bruin Wol +tile.cloth.cyan.name=Siaan Wol +tile.cloth.gray.name=Grys Wol +tile.cloth.green.name=Groen Wol +tile.cloth.lightBlue.name=Ligblou Wol +tile.cloth.lime.name=Heldergroen Wol +tile.cloth.magenta.name=Persrooi Wol +tile.cloth.name=Wol +tile.cloth.orange.name=Oranje Wol +tile.cloth.pink.name=Ligroos Wol +tile.cloth.purple.name=Pers Wol +tile.cloth.red.name=Rooi Wol +tile.cloth.silver.name=Liggrys Wol +tile.cloth.white.name=Wol +tile.cloth.yellow.name=Geel Wol +tile.cobbleWall.mossy.name=Mossige Steengruis Muur +tile.cobbleWall.normal.name=Steengruis Muur +tile.cocoa.name=Kakao +tile.commandBlock.name=Opdragblok +tile.crops.name=Koring +tile.daylightDetector.name=Daglig Sensor +tile.deadbush.name=Dooie Bos +tile.detectorRail.name=Seinspoor +tile.dirt.default.name=Grond +tile.dirt.name=Grond +tile.dirt.podzol.name=Podsol +tile.dispenser.name=Uitdeler +tile.doorIron.name=Yster Deur +tile.doorWood.name=Hout Deur +tile.doublePlant.fern.name=Groot Varing +tile.doublePlant.grass.name=Dubbel Langgras +tile.doublePlant.name=Plant +tile.doublePlant.paeonia.name=Pinksterroos +tile.doublePlant.rose.name=Roosbos +tile.doublePlant.sunflower.name=Sonneblom +tile.doublePlant.syringa.name=Tuinsering +tile.dragonEgg.name=Draakeier +tile.dropper.name=Aflewerer +tile.enchantmentTable.name=Betoweringsbank +tile.endPortalFrame.name=Einde Portaal +tile.enderChest.name=Einder Kis +tile.farmland.name=Landbougrond +tile.fence.name=Heining +tile.fenceGate.name=Hek +tile.fenceIron.name=Ysterstawe +tile.fire.name=Vuur +tile.flower1.dandelion.name=Perdeblom +tile.flower1.name=Blom +tile.flower2.allium.name=Wilde Ui +tile.flower2.blueOrchid.name=Blou Orgideë +tile.flower2.houstonia.name=Aster +tile.flower2.name=Blom +tile.flower2.oxeyeDaisy.name=Madeliefie +tile.flower2.poppy.name=Papawer +tile.flower2.tulipOrange.name=Oranje Tulp +tile.flower2.tulipPink.name=Pienk Tulp +tile.flower2.tulipRed.name=Rooi Tulp +tile.flower2.tulipWhite.name=Wit Tulp +tile.furnace.name=Oond +tile.glass.name=Glas +tile.goldenRail.name=Aandrywingsspoor +tile.grass.name=Grasblok +tile.gravel.name=Gruis +tile.hayBlock.name=Hooibaal +tile.hellrock.name=Nedersteen +tile.hellsand.name=Sielsand +tile.hopper.name=Geutbak +tile.ice.name=Ys +tile.icePacked.name=Gepersde Ysgruis +tile.ironTrapdoor.name=Ystervaldeur +tile.jukebox.name=Musiekspeler +tile.ladder.name=Leer +tile.lava.name=Lawa +tile.leaves.acacia.name=Akasia Blare +tile.leaves.big_oak.name=Donker Eikeboom Blare +tile.leaves.birch.name=Berkeblare +tile.leaves.jungle.name=Mahonieblare +tile.leaves.name=Blare +tile.leaves.oak.name=Eikeblare +tile.leaves.spruce.name=Dennenaalde +tile.lever.name=Skakelaar +tile.lightgem.name=Gloeisteen +tile.litpumpkin.name=Pampoenspook +tile.lockedchest.name=Geslote kis +tile.log.acacia.name=Akasia Hout +tile.log.big_oak.name=Donker Eikehout +tile.log.birch.name=Berkehout +tile.log.jungle.name=Mahoniehout +tile.log.name=Hout +tile.log.oak.name=Eikehout +tile.log.spruce.name=Dennehout +tile.melon.name=Waatlemoen +tile.mobSpawner.name=Monsterbron +tile.monsterStoneEgg.brick.name=Klipsteen Monstereier +tile.monsterStoneEgg.chiseledbrick.name=Afgewerkde Klipsteen Monstereier +tile.monsterStoneEgg.cobble.name=Steengruis Monstereier +tile.monsterStoneEgg.crackedbrick.name=Gekraakde Klipsteen Monstereier +tile.monsterStoneEgg.mossybrick.name=Mossige Klipsteen Monstereier +tile.monsterStoneEgg.stone.name=Klip Monstereier +tile.mushroom.name=Sampioen +tile.musicBlock.name=Nootblok +tile.mycel.name=Miselium +tile.netherBrick.name=Neder Baksteen +tile.netherFence.name=Nedersteen Heining +tile.netherStalk.name=Nederwortel +tile.netherquartz.name=Neder Kwartserts +tile.notGate.name=Rooisteen Fakkel +tile.obsidian.name=Lawaglas +tile.oreCoal.name=Steenkool Erts +tile.oreDiamond.name=Diamanterts +tile.oreEmerald.name=Smarag Erts +tile.oreGold.name=Gouderts +tile.oreIron.name=Ystererts +tile.oreLapis.name=Lasuurerts +tile.oreRedstone.name=Rooisteen Erts +tile.oreRuby.name=Robynerts +tile.pistonBase.name=Pompsuier +tile.pistonStickyBase.name=Taai Pompsuier +tile.portal.name=Portaal +tile.potatoes.name=Aartappels +tile.pumpkin.name=Pampoen +tile.quartzBlock.chiseled.name=Afgewerkde Kwartsblok +tile.quartzBlock.default.name=Kwartsblok +tile.quartzBlock.lines.name=Pilaar Kwartsblok +tile.quartzBlock.name=Kwartsblok +tile.rail.name=Spoor +tile.redstoneDust.name=Rooisteen Poeier +tile.redstoneLight.name=Rooisteen Lamp +tile.reeds.name=Suikerriet +tile.sand.default.name=Sand +tile.sand.name=Sand +tile.sand.red.name=Rooi Sand +tile.sandStone.chiseled.name=Afgewerkte Sandsteen +tile.sandStone.default.name=Sandsteen +tile.sandStone.name=Sandsteen +tile.sandStone.smooth.name=Gladde Sandsteen +tile.sapling.acacia.name=Akasia Stiggie +tile.sapling.birch.name=Berkeboom Stiggie +tile.sapling.jungle.name=Mahonie Stiggie +tile.sapling.oak.name=Eikeboom Stiggie +tile.sapling.spruce.name=Denneboom Stiggie +tile.seaLantern.name=See Lantern +tile.sign.name=Bordjie +tile.slime.name=Slymblok +tile.snow.name=Sneeu +tile.sponge.wet.name=Nat Spons +tile.stainedGlass.black.name=Swart Glas +tile.stainedGlass.blue.name=Blou Glas +tile.stainedGlass.brown.name=Bruin Glas +tile.stainedGlass.cyan.name=Turkoois Glas +tile.stainedGlass.gray.name=Grys Glas +tile.stainedGlass.green.name=Donkergroen Glas +tile.stainedGlass.lightBlue.name=Ligblou Glas +tile.stainedGlass.lime.name=Lemmetjiegroen Glas +tile.stainedGlass.magenta.name=Magenta Glas +tile.stainedGlass.name=Loodglas +tile.stainedGlass.orange.name=Oranje Glas +tile.stainedGlass.pink.name=Ligroos Glas +tile.stainedGlass.purple.name=Pers Glas +tile.stainedGlass.red.name=Rooi Glas +tile.stainedGlass.silver.name=Liggrys Glas +tile.stainedGlass.white.name=Wit Glas +tile.stainedGlass.yellow.name=Geel Glas +tile.stairsBrick.name=Baksteentrappe +tile.stairsNetherBrick.name=Nedersteen Trappe +tile.stairsQuartz.name=Kwarts Trappe +tile.stairsSandStone.name=Sandsteen Trappe +tile.stairsStone.name=Klip Trappe +tile.stairsStoneBrickSmooth.name=Klipsteentrappe +tile.stairsWood.name=Eikehout Trappe +tile.stairsWoodAcacia.name=Akasiahout Trappe +tile.stairsWoodBirch.name=Berkehout Trappe +tile.stairsWoodDarkOak.name=Donker Eikehout Trappe +tile.stairsWoodJungle.name=Mahoniehout Trappe +tile.stairsWoodSpruce.name=Dennehout Trappe +tile.stone.andesite.name=Andesiet +tile.stone.andesiteSmooth.name=Gepoleerde Andesiet +tile.stone.diorite.name=Dioriet +tile.stone.dioriteSmooth.name=Gepoleerde Dioriet +tile.stone.granite.name=Graniet +tile.stone.graniteSmooth.name=Gepoleerde Graniet +tile.stone.stone.name=Klip +tile.stoneMoss.name=Mosklip +tile.stoneSlab.brick.name=Baksteenblad +tile.stoneSlab.cobble.name=Steengruisblad +tile.stoneSlab.netherBrick.name=Neder Baksteenblad +tile.stoneSlab.quartz.name=Kwarts Blad +tile.stoneSlab.sand.name=Sandsteenblad +tile.stoneSlab.smoothStoneBrick.name=Klipsteenblad +tile.stoneSlab.stone.name=Klipblad +tile.stoneSlab.wood.name=Houtblad +tile.stonebrick.name=Steengruis +tile.stonebricksmooth.chiseled.name=Afgewerkte Klipstene +tile.stonebricksmooth.cracked.name=Gekraakte Klipstene +tile.stonebricksmooth.default.name=Klipstene +tile.stonebricksmooth.mossy.name=Mosagtige Klipstene +tile.stonebricksmooth.name=Klipstene +tile.tallgrass.fern.name=Varing +tile.tallgrass.grass.name=Gras +tile.tallgrass.name=Gras +tile.tallgrass.shrub.name=Struik +tile.thinGlass.name=Glaspaneel +tile.thinStainedGlass.black.name=Swart Glaspaneel +tile.thinStainedGlass.blue.name=Blou Gekleurde Glaspaneel +tile.thinStainedGlass.brown.name=Bruin Gekleurde Glaspaneel +tile.thinStainedGlass.cyan.name=Siaan Gekleurde Glaspaneel +tile.thinStainedGlass.gray.name=Grys Gekleurde Glaspaneel +tile.thinStainedGlass.green.name=Groen Gekleurde Glaspaneel +tile.thinStainedGlass.lightBlue.name=Ligblou Gekleurde Glaspaneel +tile.thinStainedGlass.lime.name=Liggroen Gekleurde Glaspaneel +tile.thinStainedGlass.magenta.name=Persrooi Gekleurde Glaspaneel +tile.thinStainedGlass.name=Loodglas vensterpaneel +tile.thinStainedGlass.orange.name=Oranje Gekleurde Glaspaneel +tile.thinStainedGlass.pink.name=Pienk Gekleurde Glaspaneel +tile.thinStainedGlass.purple.name=Pers Gekleurde Glaspaneel +tile.thinStainedGlass.red.name=Rooi Glaspaneel +tile.thinStainedGlass.silver.name=Liggrys Gekleurde Glaspaneel +tile.thinStainedGlass.white.name=Wit Gekleurde Glaspaneel +tile.thinStainedGlass.yellow.name=Geel Gekleurde Glaspaneel +tile.tnt.name=TNT +tile.torch.name=Fakkel +tile.trapdoor.name=Valdeur +tile.tripWire.name=Strikdraad +tile.tripWireSource.name=Strikdraad Haak +tile.vine.name=Klimplante +tile.water.name=Water +tile.waterlily.name=Lelieblaar +tile.web.name=Spinnerak +tile.weightedPlate_heavy.name=Weegplaat (Swaar) +tile.weightedPlate_light.name=Weegplaat (Lig) +tile.whiteStone.name=Eindsteen +tile.wood.acacia.name=Akasiahout Planke +tile.wood.big_oak.name=Donker Eikehout Planke +tile.wood.birch.name=Berkehout Planke +tile.wood.jungle.name=Mahoniehout Planke +tile.wood.name=Hout Planke +tile.wood.oak.name=Eikehout Planke +tile.wood.spruce.name=Dennehout Planke +tile.woodSlab.acacia.name=Akasiahout Blad +tile.woodSlab.big_oak.name=Donker Eikehout Blad +tile.woodSlab.birch.name=Berkehout Blad +tile.woodSlab.jungle.name=Mahoniehout Blad +tile.woodSlab.oak.name=Eikehout Blad +tile.woodSlab.spruce.name=Dennehout Blad +tile.woolCarpet.black.name=Swart Mat +tile.woolCarpet.blue.name=Blou Mat +tile.woolCarpet.brown.name=Bruin Mat +tile.woolCarpet.cyan.name=Siaan Mat +tile.woolCarpet.gray.name=Grys Mat +tile.woolCarpet.green.name=Groen Mat +tile.woolCarpet.lightBlue.name=Ligblou Mat +tile.woolCarpet.lime.name=Heldergroen Mat +tile.woolCarpet.magenta.name=Magenta Mat +tile.woolCarpet.name=Mat +tile.woolCarpet.orange.name=Oranje Mat +tile.woolCarpet.pink.name=Pienk Mat +tile.woolCarpet.purple.name=Pers Mat +tile.woolCarpet.red.name=Rooi Mat +tile.woolCarpet.silver.name=Liggrys Mat +tile.woolCarpet.white.name=Mat +tile.woolCarpet.yellow.name=Geel Mat +tile.workbench.name=Werksbank +title.oldgl1=Ou grafiese kaart bespeur, dit kan verhoed dat jy +title.oldgl2=speel in die toekoms soos OpenGL 2.0 sal vereis word. +translation.test.invalid=hi % +translation.test.none=Hallo, wêreld! +translation.test.world=wêreld diff --git a/javascript/lang/ar_SA.lang b/javascript/lang/ar_SA.lang new file mode 100755 index 00000000..696db22e --- /dev/null +++ b/javascript/lang/ar_SA.lang @@ -0,0 +1,1696 @@ +achievement.acquireIron=اكتسب الادوات +achievement.acquireIron.desc=أصهر بعض الحديد +achievement.bakeCake=الكذبة +achievement.bakeCake.desc=دقيق, سكر, حليب Ùˆ بيض! +achievement.blazeRod=الى النيران +achievement.blazeRod.desc=خلص ملتهب من عصاه +achievement.bookcase=أمين المكتبة +achievement.bookcase.desc=أصنع بعض رÙو٠الكتب لتحسين طاولتك السحرية +achievement.breedCow=إعادة تعمير +achievement.breedCow.desc=زاوج بقرتين بالقمح +achievement.buildBetterPickaxe=الحصول على ترقية +achievement.buildBetterPickaxe.desc=أنشئ معول Ø£ÙØ¶Ù„ +achievement.buildFurnace=موضوع ساخن +achievement.buildFurnace.desc=أنشئ ÙØ±Ù† من ثمان كتل من الحجر +achievement.buildHoe=!حان وقت الزراعة +achievement.buildHoe.desc=أستخدم الالواح Ùˆ العصى لصناعة Ù…Ø¬Ø±ÙØ© +achievement.buildPickaxe=حان الوقت للتنقيب! +achievement.buildPickaxe.desc=استخدم الالواح Ùˆ العصى لصناعة معول +achievement.buildSword=حان وقت الهجوم! +achievement.buildSword.desc=أستخدم الالواح Ùˆ العصى لصناعة سي٠+achievement.buildWorkBench=بناء طاولة النجارة +achievement.buildWorkBench.desc=اصنع طاولة النجارة بأستخدام أربعة الواح خشب +achievement.cookFish=سمك لذيذ +achievement.cookFish.desc=اصطد سمكة واطبخها! +achievement.diamonds=ألماس! +achievement.diamonds.desc=أحصل على الألماس بأستخدام ادواتك الحديدية +achievement.diamondsToYou=الماس لك! +achievement.diamondsToYou.desc=ارم الماس على لاعب آخر. +achievement.enchantments=الساحر +achievement.enchantments.desc=أستخدم كتاب, السبج Ùˆ الألماس لإنشاء طاولة سحر +achievement.exploreAllBiomes=وقت المغامرة +achievement.exploreAllBiomes.desc=اكتش٠كل المناطق +achievement.flyPig=حين تطير الخنازير +achievement.flyPig.desc=طر بخنزير من Ùوق منحدر +achievement.fullBeacon=بيكوناتور +achievement.fullBeacon.desc=اصنع بيكون كامل +achievement.get=!حصلت على انجاز +achievement.ghast=ردها لمرسلها +achievement.ghast.desc=دمر شبح بكرة من النار +achievement.killCow=قلاب البقر +achievement.killCow.desc=أحصد بعض الجلد +achievement.killEnemy=صائد الوحوش +achievement.killEnemy.desc=هاجم وحش Ùˆ اقتله +achievement.killWither=البداية +achievement.killWither.desc=اقتل الويذر +achievement.makeBread=أخبز خبز +achievement.makeBread.desc=حول الدقيق إلى خبز +achievement.mineWood=الحصول على الخشب +achievement.mineWood.desc=هاجم شجرة حتى تخرج لك كتلة خشب +achievement.onARail=على السكة الحديدية +achievement.onARail.desc=Ø§Ù„Ø³ÙØ± عن طريق minecart لا يقل عن 1 كم من المكان الذي بدأت +achievement.openInventory=استخدام الحقيبة +achievement.openInventory.desc=أضغط '%1$s' Ù„ØªÙØªØ­ حقيبتك +achievement.overkill=ضربة قاتلة +achievement.overkill.desc=أمحي 8 قلوب من الصحة ÙÙŠ ضربة واحدة +achievement.overpowered.desc=أصنع ØªÙØ§Ø­Ø© نوتش +achievement.portal=يجب ان نتعمق اكثر +achievement.portal.desc=أبنى بوابة الى العالم السÙلي +achievement.potion=المخمرة المحلية +achievement.potion.desc=قم بتخمير جرعة +achievement.requires=يحتاج '%1$s' +achievement.snipeSkeleton=نزاع القناصة +achievement.snipeSkeleton.desc=أقتل هيكل عظمي بسهم من Ù…Ø³Ø§ÙØ© لا تقل عن 50 متراٌ +achievement.spawnWither=البداية؟ +achievement.spawnWither.desc=اصنع الويذر +achievement.taken=أخذت +achievement.theEnd=النهاية؟ +achievement.theEnd.desc=أكتش٠عالم النهاية +achievement.theEnd2=النهاية. +achievement.theEnd2.desc=أهزم تنين النهاية +addServer.add=إنتهيت +addServer.enterIp=عنوان الخادم +addServer.enterName=اسم الخادم +addServer.hideAddress=Ø¥Ø®ÙØ§Ø¡ العنوان +addServer.resourcePack=حزم موارد الخادم +addServer.resourcePack.disabled=غير Ù…ÙØ¹Ù„ +addServer.resourcePack.enabled=Ù…ÙØ¹Ù„ +addServer.resourcePack.prompt=Ùوري +addServer.title=تعديل بيانات الخادم +advMode.allPlayers=استخدام "@a" لاستهدا٠جميع اللاعبين +advMode.command=وحدة التحكم بالأوامر +advMode.nearestPlayer=استخدم "@p" إلى الهد٠أقرب لاعب +advMode.notAllowed=يجب أن يكون مشغل عبد ÙÙŠ وضع الإبداعية +advMode.notEnabled=لم يتم تمكين كتل الأمر على هذا الخادم +advMode.previousOutput=المخرج السابق +advMode.randomPlayer=استخدم "@r" بهد٠لاعب عشوائي +advMode.setCommand=الأمر set ÙÙŠ وحدة التحكم لكتلة +advMode.setCommand.success=قيادة المجموعة: %s +attribute.name.generic.attackDamage=أضرار الهجوم +attribute.name.generic.followRange=Ù…Ø³Ø§ÙØ© لحاق الوحش +attribute.name.generic.knockbackResistance=تدق مرة أخرى المقاومة +attribute.name.generic.maxHealth=الصحة القصوى +attribute.name.generic.movementSpeed=السرعة +attribute.name.horse.jumpStrength=قوة Ù‚ÙØ² الخيل +attribute.name.zombie.spawnReinforcements=تعزيزات الزومبي +book.byAuthor=تألي٠%1$s +book.editTitle=أدخل عنوان الكتاب: +book.finalizeButton=سجّل واغلق +book.finalizeWarning=ملاحظة! عندما توقع على الكتاب، ÙØ¥Ù†Ù‡ لا يمكن تعديله أبداً. +book.generation.0=الأصلي +book.generation.1=نسخة من الأصلي +book.generation.2=نسخة نسخة +book.generation.3=ممزق +book.pageIndicator=Ø§Ù„ØµÙØ­Ø© %1$s من %2$s +book.signButton=سجل +build.tooHigh=أقصى حد Ù„Ø§Ø±ØªÙØ§Ø¹ المبنى هو s% كتل +chat.cannotSend=لا يمكن إرسال رسالة محادثة +chat.copy=نسخ إلى Ø§Ù„Ø­Ø§ÙØ¸Ø© +chat.link.confirm=هل انت متأكد من انك تريد ÙØªØ­ الموقع الإلكتروني التالي؟ +chat.link.confirmTrusted=هل تريد ÙØªØ­ هذا الموقع ام نسخه؟ +chat.link.open=ÙØªØ­ ÙÙŠ Ø§Ù„Ù…ØªØµÙØ­ +chat.link.warning=لا ØªÙØªØ­ روابط من أشخاص لا تثق بهم! +chat.stream.emote=(%s) * %s %s +chat.stream.text=(%s) <%s> %s +chat.type.achievement=طبيعي +chat.type.achievement.taken=%s قد Ùقد إنجاز %s +commands.achievement.give.success.all=تم اعطاء كل الانجازات لـ %s +commands.achievement.give.success.one=بنجاح معطى %s احصائيات %s +commands.achievement.statTooLow=اللاعب %s ليس لديه احصائيات %s +commands.achievement.unknownAchievement=إنجاز غير معرو٠أو إحصائية %s +commands.ban.failed=لا يمكن حظر اللاعب %s +commands.ban.success=حظر اللاعب %s +commands.ban.usage=/ban [reason ...] +commands.banip.invalid=لقد قمت بإدخال عنوان IP غير صالح أو لاعب غير متصل +commands.banip.success=حظر عنوان IP %s +commands.banip.success.players=حظر عنوان IP %s الخاص ب %s +commands.banip.usage=/ban-ip [reason ...] +commands.banlist.ips=هناك %s عناوين IP محظورة: +commands.banlist.players=هناك %s لاعب محظور: +commands.banlist.usage=/banlist [ips|اللاعبون] +commands.clear.failure=لايمكن مسح المخزن من %sØŒ لا عناصر لازالتها +commands.clear.success=مسح المخزون من %sØŒ إزالة العناصر %s +commands.debug.notStarted=لا يمكن إيقا٠التنميط عندما كنا لم تكن قد بدأت بعد! +commands.debug.start=التصحيح بدأ التنميط +commands.debug.stop=إيقا٠التصحيح التنميط بعد %s ثانية (القراد %s) +commands.defaultgamemode.success=أن طور اللعبة Ø§Ù„Ø§ÙØªØ±Ø§Ø¶ÙŠ Ù„Ù„Ø¹Ø§Ù„Ù… حالياً هو %s +commands.defaultgamemode.usage=/defaultgamemode +commands.deop.failed=لا يمكن الوصول إلى إلغاء المشغل %s +commands.deop.success=إلغاء حق الإشرا٠ل %s +commands.deop.usage=/deop +commands.difficulty.success=تعيين صعوبة اللعبة إلى %s +commands.difficulty.usage=/difficulty < صعوبة جديدة > +commands.downfall.success=تبديل وجود المطر والثلج +commands.effect.failure.notActive=لايمكن أخذ %1$s من %2$s لأنه لا يملك التأثير +commands.effect.failure.notActive.all=لا تستطيع أن تتخذ أي آثار من %s كما أنهم لا يملكون أي +commands.effect.notFound=لا يوجد تأثير عصابة مع الحساب %s +commands.effect.success=اعطي %1$s (الهوية %2$s) * %3$s الى%4$s لمدة %5$s ثواني +commands.effect.success.removed=اخذ %1$s من %2$s +commands.effect.success.removed.all=وأحاطت جميع الآثار من %s +commands.enchant.cantCombine=%1$sلا يمكنك الدمج بين%2$s +commands.enchant.cantEnchant=لا يمكن تحديد سحر يمكن ان تضا٠الى الهد٠+commands.enchant.noItem=الهد٠لا يحمل عنصر +commands.enchant.notFound=ليس هناك سحر من هذا النوع مع %s د +commands.enchant.success=ساحر نجحت +commands.enchant.usage=/enchant <اعب> <شىء ساحر DI> [مستوى] +commands.gamemode.success.other=تعيين طور لعبة %s إلى %s +commands.gamemode.success.self=تعيين طور لعبتك إلى %s +commands.gamemode.usage=/gamemode [player] +commands.gamerule.norule=ÙŠØªÙˆÙØ± أي قاعدة لعبة تسمى '%s' +commands.gamerule.success=وقد تم تحديث القاعدة لعبة +commands.generic.boolean.invalid='%s' غير true أو false +commands.generic.double.tooBig=الرقم الذي أدخلته (%s) كبير جداً، يجب أن يكون على الأكثر %s +commands.generic.double.tooSmall=الرقم الذي أدخلته (%s) صغير جداً، يجب أن يكون على الأقل %s +commands.generic.entity.invalidType=نوع الكيان %s غير صالح +commands.generic.entity.invalidUuid=UUID وضعت ÙÙŠ تنسيق غير صحيح +commands.generic.entity.notFound=لا يمكن العثور على هذا الكيان +commands.generic.exception=حدث خطأ غير معرو٠أثناء محاولة القيام بهذا الأمر +commands.generic.notFound=أمر غير معروÙ. حاول/help للحصول على قائمة الأوامر +commands.generic.num.invalid='%s' ليس رقماً صحيحاً +commands.generic.num.tooBig=الرقم الذي أدخلته (%s) كبير جداً، يجب أن يكون على الأكثر %s +commands.generic.num.tooSmall=الرقم الذي أدخلته (%s) صغير جداً، يجب أن يكون على الأقل %s +commands.generic.parameter.invalid='%s' غير معلمة صالحة +commands.generic.permission=ليس لديك إذن لاستخدام هذا الأمر +commands.generic.player.notFound=لا يمكن العثور على هذا اللاعب +commands.generic.syntax=تركيب جملة الأمر غير صحيح +commands.generic.usage=الاستخدام: %s +commands.give.notFound=لا يوجد أي مادة بالمعر٠%s +commands.give.success=ونظرا %s * %s إلى %s +commands.give.tagError=خطأ ÙÙŠ توزيع البيانات %s +commands.give.usage=/give <اللاعب> <الغرض> [الكمية] [البيانات الاضاÙية] [بيانات اضاÙية اخرى] +commands.help.footer=مساعدة: استخدم Ù…ÙØªØ§Ø­ أثناء كتابة الأمر للإكمال التلقائي للأمر أو الوسيطات الخاصة به +commands.help.header=--- اظهار ØµÙØ­Ø© المساعدة %s من %s (/help ) --- +commands.help.usage=/help [page|command name] +commands.kick.success=طرد %s من اللعبة +commands.kick.success.reason=طرد %s من اللعبة: '%s' +commands.kick.usage=/kick [السبب] +commands.me.usage=/me +commands.message.display.incoming=%s يهمس لك: %s +commands.message.display.outgoing=أنت الهمس إلى %s: %s +commands.message.sameTarget=لا يمكنك إرسال رسالة خاصة إلى Ù†ÙØ³Ùƒ! +commands.message.usage=/tell <اعب> <رسالة خاصة ...> +commands.op.failed=لا يمكن الوصول إلى المشغل %s +commands.op.success=إعطاء حق الإشرا٠ل %s +commands.op.usage=/op +commands.players.list=هناك %s/%s لاعب على الإنترنت: +commands.playsound.playerTooFar=اللاعب %s بعيد عن المنطقة ليتمكن من سماع الصوت +commands.playsound.success=تم تشغيل الصوت '%s' إلى %s +commands.playsound.usage=/playsound <الصوت> <اللاعب> [x] [y] [z] [الصوت] [الحدة] [اقل صوت ممكن] +commands.publish.failed=غير قادر على Ø§Ø³ØªØ¶Ø§ÙØ© لعبة محلية +commands.publish.started=اللعبة المحلية Ø§Ø³ØªØ¶Ø§ÙØªÙ‡Ø§ على Ø§Ù„Ù…Ù†ÙØ° %s +commands.replaceitem.usage=/استبدالالبند <كيان | كتلة> ... +commands.save-off.alreadyOff=يتم إيقا٠تشغيل Ø§Ù„Ø­ÙØ¸ ÙØ¹Ù„ا. +commands.save-on.alreadyOn=إنقاذ مشغلة Ø¨Ø§Ù„ÙØ¹Ù„. +commands.save.disabled=إلغاء Ø­ÙØ¸ العالم التلقائي +commands.save.enabled=تشغيل Ø­ÙØ¸ العالم التلقائي +commands.save.failed=إنقاذ ÙØ§Ø´Ù„Ø©: %s +commands.save.start=جاري Ø§Ù„Ø­ÙØ¸... +commands.save.success=تم Ø­ÙØ¸ العالم +commands.say.usage=/say +commands.scoreboard.objectiveNotFound=لم يتم العثور على هد٠بهذا الاسم '%s' +commands.scoreboard.objectiveReadOnly=الهد٠'%s' هو للقراءة Ùقط Ùˆ لايمكن اعداده +commands.scoreboard.objectives.add.alreadyExists=الهد٠الذي يحمل الاسم '%s' موجود ÙØ¹Ù„اً +commands.scoreboard.objectives.add.displayTooLong=اسم العرض '%s' طويل جداً Ù„Ù„Ù‡Ø¯ÙØŒ يمكن Ùقط ان يكون بأقصى حد %s +commands.scoreboard.objectives.add.success=تم Ø§Ø¶Ø§ÙØ© هد٠جديد '%s' بنجاح +commands.scoreboard.objectives.add.tooLong=الاسم '%s' طويل جداً Ù„Ù„Ù‡Ø¯ÙØŒ يمكن ان يكون باقصى حد %s +commands.scoreboard.objectives.add.usage=/add objectives scoreboard <اسم> <نوع المعايير> [عرض اسم ...] +commands.scoreboard.objectives.add.wrongType=غير صالح الهد٠معايير نوع 'Ùª s' +commands.scoreboard.objectives.list.count=يعرض %s اهدا٠على لوحة النقاط +commands.scoreboard.objectives.list.empty=لاتوجد اهدا٠على لوحة الاهدا٠+commands.scoreboard.objectives.list.entry=- %s :يعرض كـ '%s' وهو من نوع '%s' +commands.scoreboard.objectives.remove.success=تم ازالة الهد٠'%s' بنجاح +commands.scoreboard.objectives.remove.usage=<اسم> +commands.scoreboard.objectives.setdisplay.invalidSlot=لا يوجد ÙØªØ­Ø© عرض '%s' +commands.scoreboard.objectives.setdisplay.successCleared=ÙØªØ­Ø© عرض الهد٠مسحت '%s' +commands.scoreboard.objectives.setdisplay.successSet=تعيين هد٠العرض ÙÙŠ خانة '%s' to '%s' +commands.scoreboard.objectives.setdisplay.usage=/displayset objectives scoreboard <ÙØªØ­Ø©> [هدÙ] +commands.scoreboard.players.list.count=عرض تعقب اللاعبين على لوحة النقاط +commands.scoreboard.players.list.empty=لا يوجد لاعبين تعقب على لوحة النتائج +commands.scoreboard.players.list.player.count=عرض &d الهد٠المتعقب (s)إلى &s: +commands.scoreboard.players.list.player.empty=اللاعب %s ليس لها عشرات سجلت +commands.scoreboard.players.list.usage=/list players scoreboard [اسم] +commands.scoreboard.players.reset.success=إعادة تعيين ÙƒØ§ÙØ© العشرات من لاعب %s +commands.scoreboard.players.set.success=تعيين نقاط من٪ s للاعب٪ s إلى٪ D +commands.scoreboard.teamNotFound=لم يتم العثور على ÙØ±ÙŠÙ‚ بهذا الاسم %s +commands.scoreboard.teams.add.alreadyExists=يوجد Ø¨Ø§Ù„ÙØ¹Ù„ ÙØ±ÙŠÙ‚ا باسم '%s' +commands.scoreboard.teams.add.displayTooLong=اسم العرض '%s' طويل جداً Ù„ÙØ±ÙŠÙ‚ØŒ ÙØ¥Ù†Ù‡ يمكن ÙÙŠ أكثر من %s Ø­Ø±ÙØ§Ù‹ +commands.scoreboard.teams.add.success=ÙˆØ£Ø¶Ø§Ù Ø§Ù„ÙØ±ÙŠÙ‚ الجديد '%s' بنجاح +commands.scoreboard.teams.add.tooLong=اسم '%s' طويل جداً Ù„ÙØ±ÙŠÙ‚ØŒ ÙØ¥Ù†Ù‡ يمكن ÙÙŠ أكثر من %s Ø­Ø±ÙØ§Ù‹ +commands.scoreboard.teams.add.usage=/add teams scoreboard <اسم> [عرض اسم ...] +commands.scoreboard.teams.empty.alreadyEmpty=ÙØ±ÙŠÙ‚ %s هو Ø¨Ø§Ù„ÙØ¹Ù„ ÙØ§Ø±ØºØ©ØŒ لا يمكن إزالة اللاعبين غير موجود +commands.scoreboard.teams.empty.success=إزالة ÙƒØ§ÙØ© اعب %s (Ù‚) من ÙØ±ÙŠÙ‚%s +commands.scoreboard.teams.join.failure=لا يمكن Ø¥Ø¶Ø§ÙØ©Ùª اعب %s (Ù‚) Ù„ÙØ±ÙŠÙ‚%s: %s +commands.scoreboard.teams.join.success=أض٠%s لاعبـ(ين) الى ÙØ±ÙŠÙ‚ %s: %s +commands.scoreboard.teams.join.usage=/ ÙØ±Ù‚ وحة النتائج انضمام <ÙØ±ÙŠÙ‚> [لاعب] +commands.scoreboard.teams.leave.failure=لا يمكن إزالة مشغل (مشغلات) %s من ÙØ±Ù‚هم: %s +commands.scoreboard.teams.leave.noTeam=لم تكن ÙÙŠ ÙØ±ÙŠÙ‚ +commands.scoreboard.teams.leave.success=إزالة مشغل (مشغلات) %s من ÙØ±Ù‚هم: %s +commands.scoreboard.teams.leave.usage=/ ÙØ±Ù‚ وحة النتائج ترك [لاعب] +commands.scoreboard.teams.list.count=عرض %s Ø§Ù„ÙØ±Ù‚ ÙÙŠ لوحة النتائج: +commands.scoreboard.teams.list.empty=لا يوجد ÙØ±Ù‚ مسجلة على لوحة النتائج +commands.scoreboard.teams.list.entry=-% 1$ s: '% 2$ s' قد % 3$ د اللاعبين +commands.scoreboard.teams.list.player.count=إظهار %s اللاعب(ين) ÙÙŠ Ø§Ù„ÙØ±Ù‚ %s: +commands.scoreboard.teams.list.player.empty=ÙØ±ÙŠÙ‚ %s قد لا اللاعبين +commands.scoreboard.teams.list.usage=/ لوحة النتائج ÙØ±Ù‚ قائمة [اسم] +commands.scoreboard.teams.option.noValue=القيم الصالحة للخيار s% هي s% +commands.scoreboard.teams.option.success=تعيين خيار %s Ù„ÙØ±ÙŠÙ‚ %s الى %s +commands.scoreboard.teams.remove.success=ÙØ±ÙŠÙ‚ إزالة %s +commands.scoreboard.teams.remove.usage=/ ÙØ±Ù‚ إزالة لوحة النتائج <اسم> +commands.seed.success=البذور: %s +commands.setblock.failed=غير قادر على Ø¥Ø¶Ø§ÙØ© البلوك +commands.setblock.noChange=خطأ ÙÙŠ وضع البلوك +commands.setblock.notFound=لا يوجد بلوك أو غرض بهذا الأسم %s +commands.setblock.outOfWorld=غير قادر على وضع بلوك خارج العالم +commands.setblock.success=تم وضع البلوك +commands.setblock.tagError=خطأ ÙÙŠ توزيع البيانات %s +commands.setblock.usage=/z> blockset> <اسم البلاط> [قيمة البيانات] [كتلة القديمة معاملة] [علامة البيانات] +commands.setidletimeout.success=بنجاح تعيين مهلة الخمول إلى %s دقيقة. +commands.setidletimeout.usage=/setidletimeout < دقيقة حتى ركلة > +commands.setworldspawn.success=ضبط ال عالم ولد نقطة إلى (%s, %s, %s) +commands.spawnpoint.success=تعيين ØªÙØ±Ø® نقطة Ù„ %s إلى (%sØŒ %s من %s) +commands.spreadplayers.failure.players=لا يمكن أن تنتشر ÙØ±Ù‚ %s حول %s %s (عدد كبير جداً من اللاعبين Ù„Ù„ÙØ¶Ø§Ø¡--حاول استخدام انتشار ÙÙŠ أكثر من %s) +commands.spreadplayers.failure.teams=لا يمكن أن تنتشر ÙØ±Ù‚ %s حول %s %s (عدد كبير جداً من اللاعبين Ù„Ù„ÙØ¶Ø§Ø¡--حاول استخدام انتشار ÙÙŠ أكثر من %s) +commands.spreadplayers.info.players=(متوسط Ø§Ù„Ù…Ø³Ø§ÙØ© بين Ø§Ù„ÙØ±Ù‚ هو %s الكتل عن بعضها البعض بعد تكرار %s) +commands.spreadplayers.info.teams=(متوسط Ø§Ù„Ù…Ø³Ø§ÙØ© بين Ø§Ù„ÙØ±Ù‚ هو %s الكتل عن بعضها البعض بعد تكرار %s) +commands.spreadplayers.spreading.players=انتشار اللاعبين %s %s كتل حول %s %s (مين %s الكتل عن بعضها البعض) +commands.spreadplayers.spreading.teams=/spreadplayers +commands.spreadplayers.success.players=بنجاح نشر %s اللاعبين حول %s %s +commands.spreadplayers.success.teams=بنجاح نشر ÙØ±Ù‚ %s حول %s %s +commands.spreadplayers.usage=/spreadplayers < ريسبيكتيمس true|false > < لاعب >... +commands.stop.start=إيقا٠الخادم +commands.summon.failed=خطأ ÙÙŠ استدعاء الكائن +commands.summon.outOfWorld=غير قادر على انشاء كائن خارج العالم +commands.summon.success=تم صنع الغرض بنجاح +commands.summon.tagError=خطأ ÙÙŠ توزيع البيانات %s +commands.summon.usage=/summon <اسم الشخصية> [x] [y] [z] [dataTag] +commands.tellraw.jsonException=جسون غير صالحة: %s +commands.tellraw.usage=/rawtell <اعب> <الخام جسون رسالة> +commands.testforblock.failed.data=كانت الكتلة ÙÙŠ %sØŒ د % % d قيمة البيانات من %s (المتوقع: %s). +commands.testforblock.failed.nbt=الكتلة ÙÙŠ %sØŒ د % % d لم تكن Ù…ÙØ§ØªÙŠØ­ NBT المطلوبة. +commands.testforblock.failed.tile=الكتلة ÙÙŠ %sØŒ د % % d من %s (المتوقع: %s). +commands.testforblock.failed.tileEntity=عادي + +commands.testforblock.outOfWorld=لا يمكن اختبار للكتلة خارج العالم +commands.testforblock.success=العثور بنجاح كتلة ÙÙŠ d%s%s%, +commands.testforblock.usage=/testforblock [dataValue] [داتاتاج] +commands.time.added=Ø¥Ø¶Ø§ÙØ© %s للوقت +commands.time.set=تعيين الوقت إلى %s +commands.tp.notSameDimension=غير قادر على النقل Ø§Ù„ÙØ¶Ø§Ø¦ÙŠ Ù„Ø§Ø¹Ø¨ÙŠÙ† ليسوا ÙÙŠ Ù†ÙØ³ البعد +commands.tp.success=انتقل %s إلى %s +commands.tp.success.coordinates=Teleported %s إلى %s,%s,%s +commands.unban.failed=لا يمكن Ø±ÙØ¹ الحظر عن اللاعب %s +commands.unban.success=إلغاء حظر اللاعب %s +commands.unban.usage=/pardon +commands.unbanip.invalid=لقد قمت بإدخال عنوان IP غير صالح +commands.unbanip.success=إلغاء حظر عنوان IP %s +commands.unbanip.usage=/pardon-ip
+commands.weather.clear=تغيير لمسح الطقس +commands.weather.rain=تغيير لطقس ممطر +commands.weather.thunder=تغيير للمطر والرعد +commands.weather.usage=/weather [اختر ثواني] +commands.whitelist.add.failed=لا يمكن Ø¥Ø¶Ø§ÙØ© %s إلى القائمة البيضاء للمستخدمين +commands.whitelist.add.success=اضي٠%s إلى قائمة السماح +commands.whitelist.add.usage=/whitelist add <لاعب> +commands.whitelist.disabled=إلغاء قائمة السماح +commands.whitelist.enabled=تشغيل قائمة السماح +commands.whitelist.list=هناك %s (من %s ظاهرين) لاعب ÙÙŠ قائمة السماح: +commands.whitelist.reloaded=تحديث قائمة السماح +commands.whitelist.remove.failed=لا يمكن حذ٠%s من القائمة البيضاء للمستخدمين +commands.whitelist.remove.success=ازيل %s من قائمة السماح +commands.whitelist.remove.usage=/whitelist remove +commands.whitelist.usage=/whitelist +commands.xp.failure.widthdrawXp=لا يمكن إعطاء نقاط اللاعب تجربة سلبية +commands.xp.success=إعطاء %s نقطة خبرة Ù„ %s +commands.xp.success.levels=مستويات معينة من %s إلى %s +commands.xp.success.negative.levels=أخذ مستويات %s من %s +commands.xp.usage=/إكس بي [لاعب]/إكس بي أو Ù„ [لاعب] +connect.authorizing=جاري تسجيل الدخول... +connect.connecting=جاري الاتصال بالخادم... +connect.failed=لقد ÙØ´Ù„ الاتصال بالخادم +container.beacon=منارة القوة +container.brewing=منضدة التخمير +container.chest=صندوق +container.chestDouble=صندوق كبير +container.crafting=صناعة +container.creative=اختيار المادة +container.dispenser=موزع +container.dropper=قطارة +container.enchant=تطوير سحري +container.enderchest=صندوق الاندر +container.furnace=ÙØ±Ù† +container.hopper=هوبر +container.inventory=الحقيبة +container.minecart=عربة منجم +container.repair=إصلاح واسم +container.repair.cost= ØªÙƒÙ„ÙØ© السحر:%1$s +container.repair.expensive=Ù…ÙƒÙ„ÙØ© للغاية! +controls.reset=إعادة تعين +controls.resetAll=إعادة تعين Ø§Ù„Ù…ÙØ§ØªÙŠØ­ +controls.title=التحكم +createWorld.customize.custom.baseSize=حجم القاعدة الأساسي +createWorld.customize.custom.biomeDepthOffset=إزاحة عمق المنطقة الأحيائية +createWorld.customize.custom.biomeDepthWeight=الوزن العمقي للمنطقة الأحيائية +createWorld.customize.custom.biomeScaleOffset=مقياس إزاحة المنطقة الأحيائية +createWorld.customize.custom.biomeScaleWeight=مقياس وزن المنطقة الأحيائية +createWorld.customize.custom.biomeSize=حجم المناطق الأحيائية +createWorld.customize.custom.center=Ø§Ø±ØªÙØ§Ø¹ المركز +createWorld.customize.custom.confirm1=سو٠يقوم هذا بالكتابة Ùو٠السابق +createWorld.customize.custom.confirm2=الإعدادات ولا يمكن التراجع عنها. +createWorld.customize.custom.confirmTitle=تحذير! +createWorld.customize.custom.coordinateScale=حجم الاحداثيات +createWorld.customize.custom.count=محاولات التوليد +createWorld.customize.custom.defaults=الإعدادات Ø§Ù„Ø§ÙØªØ±Ø§Ø¶ÙŠØ© +createWorld.customize.custom.depthNoiseScaleExponent=مضاع٠عمق الضوضاء +createWorld.customize.custom.depthNoiseScaleX=مقياس عمق الضوضاء X +createWorld.customize.custom.depthNoiseScaleZ=مقياس عمق الضوضاء Z +createWorld.customize.custom.dungeonChance=تعداد القبو +createWorld.customize.custom.fixedBiome=منطقة أحيائية +createWorld.customize.custom.heightScale=مقياس Ø§Ù„Ø§Ø±ØªÙØ§Ø¹ +createWorld.customize.custom.lavaLakeChance=ندرة بحيرات الحمم البركانية +createWorld.customize.custom.lowerLimitScale=مقياس الحد الأدنى +createWorld.customize.custom.mainNoiseScaleX=مقياس الضوضاء الرئيسي X +createWorld.customize.custom.mainNoiseScaleY=مقياس الضوضاء الرئيسي Y +createWorld.customize.custom.mainNoiseScaleZ=مقياس الضوضاء الرئيسي Z +createWorld.customize.custom.maxHeight=أعلى Ø¥Ø±ØªÙØ§Ø¹ +createWorld.customize.custom.minHeight=أدنى Ø¥Ø±ØªÙØ§Ø¹ +createWorld.customize.custom.next=Ø§Ù„ØµÙØ­Ø© التالية +createWorld.customize.custom.page0=الإعدادات الأساسية +createWorld.customize.custom.page1=إعدادت الخام +createWorld.customize.custom.page2=الإعدادات المتقدمة (للمستخدمين الخبراء Ùقط!) +createWorld.customize.custom.page3=إعدادات متقدمة إضاÙية (المستخدمين الخبراء Ùقط!) +createWorld.customize.custom.preset.caveChaos=كهو٠الÙوضى +createWorld.customize.custom.preset.caveDelight=سعادة عامل المنجم +createWorld.customize.custom.preset.drought=Ø¬ÙØ§Ù +createWorld.customize.custom.preset.goodLuck=حظاً سعيداً +createWorld.customize.custom.preset.isleLand=أرضٌ من Ø§Ù„Ø¬ÙØ²Ùر +createWorld.customize.custom.preset.mountains=جنون الجبل +createWorld.customize.custom.preset.waterWorld=عالم المياه +createWorld.customize.custom.presets=الإعدادات المسبقة +createWorld.customize.custom.presets.title=تخصيص الإعدادات المسبقة للعالم +createWorld.customize.custom.prev=Ø§Ù„ØµÙØ­Ø© السابقة +createWorld.customize.custom.randomize=عشوائي +createWorld.customize.custom.riverSize=حجم النهر +createWorld.customize.custom.seaLevel=مستوى البحر +createWorld.customize.custom.size=حجم منطقة التوليد +createWorld.customize.custom.spread=Ø¥Ø±ØªÙØ§Ø¹ النشر +createWorld.customize.custom.stretchY=امتداد Ø§Ù„Ø§Ø±ØªÙØ§Ø¹ +createWorld.customize.custom.upperLimitScale=مقياس الحد الأعلى +createWorld.customize.custom.useCaves=كهو٠+createWorld.customize.custom.useDungeons=أَقْبÙÙŠÙŽØ© +createWorld.customize.custom.useLavaLakes=بحيرات الحمم البركانية +createWorld.customize.custom.useLavaOceans=محيطات الحمم البركانية +createWorld.customize.custom.useMineShafts=مناجم +createWorld.customize.custom.useMonuments=معالم المحيط +createWorld.customize.custom.useRavines=وديان +createWorld.customize.custom.useStrongholds=حصون +createWorld.customize.custom.useTemples=معابد +createWorld.customize.custom.useVillages=قرى +createWorld.customize.custom.useWaterLakes=بحيرات المياه +createWorld.customize.custom.waterLakeChance=ندرة بحيرات المياه +createWorld.customize.flat.addLayer=Ø¥Ø¶Ø§ÙØ© طبقة +createWorld.customize.flat.editLayer=تحرير طبقة +createWorld.customize.flat.height=Ø§Ù„Ø§Ø±ØªÙØ§Ø¹ +createWorld.customize.flat.layer.bottom=أسÙÙ„-%s +createWorld.customize.flat.layer.top=الأعلى—%s +createWorld.customize.flat.removeLayer=إزالة طبقة +createWorld.customize.flat.tile=طبقة المواد +createWorld.customize.flat.title=تخصيص المساحة المسطحة القسوى +createWorld.customize.presets=الإعدادات المسبقة +createWorld.customize.presets.list=وبدلاً من ذلك، إليك بعض نحن به ÙÙŠ وقت سابق! +createWorld.customize.presets.select=استخدام إعداد مسبق +createWorld.customize.presets.share=هل ترغب ÙÙŠ مشاركة الخاص بك مسبقاً مع شخص ما؟ استخدام المربع أدناه! +createWorld.customize.presets.title=حدد إعداد مسبق +death.attack.anvil=%1$s وقع عليه Anvil +death.attack.arrow=%1$s قتل %2$s بالاسهم +death.attack.arrow.item=%1$s Ø§ÙØ·Ù„قت عليه الاسهم بواسطة %2$s مستخدماً %3$s +death.attack.cactus=%1$s توÙÙŠ +death.attack.cactus.player=%1$s مشى داخل صبّار وهو يحاول الهرب %2$s +death.attack.drown=%1$s غرق الاعب +death.attack.drown.player=%1$s غرق بينما يحاول الهرب %2$s +death.attack.explosion=%1$s ÙÙØ¬Ù‘ر +death.attack.explosion.player=%1$s تم ØªÙØ¬ÙŠØ±Ù‡ من Ù‚ÙØ¨Ù„ %2$s +death.attack.fall=%1$s سقط على الأرض بشدة +death.attack.fallingBlock=%1$s سقطت عليه كتله +death.attack.fireball=%1$s Ù‚ÙØ°Ù بكرة من اللهب بواسطة %2$s +death.attack.fireball.item=%1$s Ù‚ÙØ°Ù بكرة من اللهب بواسطة %2$s مستخدماً %3$s +death.attack.generic=%1$s توÙÙŠ +death.attack.inFire=%1$s اشتعل +death.attack.inFire.player=%1$s مشى بداخل الحريق اثناء القتال %2$s +death.attack.inWall=%1$s اختنق بداخل الحائط +death.attack.indirectMagic=%1$s Ù‚ÙØªÙ„ بواسطة %2$s مستخدماً السحر +death.attack.indirectMagic.item=%1$s Ù‚ÙØªÙ„ بواسطة %2$s مستخدماً %3$s +death.attack.lava=%1$s حاول السباحة ÙÙŠ الحمم +death.attack.lava.player=%1$s حاول الهروب بسباحته ÙÙŠ الحمم البركانيه %2$s +death.attack.magic=%1$s Ù‚ÙØªÙ„ بالسحر +death.attack.mob=%1$s تم قتله من قبل %2$s +death.attack.onFire=%1$s احترق حتى الموت +death.attack.onFire.player=%1$s احترق بشده اثناء القتال %2$s +death.attack.outOfWorld=%1$s سقط خارج العالم +death.attack.player=%1$s Ø°ÙØ¨Ø­ بواسطة %2$s +death.attack.player.item=%1$s تم قتله من Ù‚ÙØ¨Ù„ %2$s بإستعمال %3$s +death.attack.starve=%1$s مات جوعاً +death.attack.thorns=%1$s Ù‚ÙØªÙ„ وهو يحاول إيذاء %2$s +death.attack.thrown=%1$s ضرب حتى الموت بواسطة %2$s +death.attack.thrown.item=%1$s ضرب حتى الموت بواسطة %2$s مستخدماً %3$s +death.attack.wither=%1$s ذبل +death.fell.accident.generic=%1$s سقطت من مكان Ù…Ø±ØªÙØ¹ +death.fell.accident.ladder=%1$s سقطت سلما +death.fell.accident.vines=%1$s سقطت بعض ÙØ§ÙŠÙ†Ø² +death.fell.accident.water=%1$s سقطت خارج الماء +death.fell.assist= %2$s اسقط %1$s من مكان Ù…Ø±ØªÙØ¹ +death.fell.assist.item= %2$s اسقط %1$s بإستعمال %3$s +death.fell.finish=% 1$ s سقطت بعيداً جداً، وتم الانتهاء من % 2$ s +death.fell.finish.item=% 1$ s سقطت بعيداً جداً، وتم الانتهاء من % 2$ s استخدام % 3$ s +death.fell.killer=%1$s سقط من مكان Ù…Ø±ØªÙØ¹ +deathScreen.deleteWorld=حذ٠العالم +deathScreen.hardcoreInfo=لا يمكنك اعادة الإحياء ÙÙ‰ طور اللعب المتشدد ! +deathScreen.leaveServer=غادر الخادم +deathScreen.quit.confirm=هل أنت متأكد من أنك تريد إنهاء اللعبة ØŸ +deathScreen.respawn=اعادة الإحياء +deathScreen.score=النقاط +deathScreen.title=لقد مت! +deathScreen.title.hardcore=انتهت اللعبة! +deathScreen.titleScreen=ØµÙØ­Ø© البداية +demo.day.1=هذا العالم التجريبي سو٠ينتهي بعد خمسة ايام حسب توقيت اللعبة ابذل جهدك +demo.day.2=اليوم الثاني +demo.day.3=اليوم الثالث +demo.day.4=اليوم الرابع +demo.day.5=هذا يومك الاخير +demo.day.6=لقد انتهت ايامك الخمس Ù„Ø­ÙØ¶ صورة من ابداعك استخدم F2 +demo.day.warning=وقتك على وشك الانتهاء +demo.demoExpired=انتهى وقت التجربة +demo.help.buy=اشتري الآن +demo.help.fullWrapped=هذا العرض التجريبي سو٠يستمر 5 أيام بتوقيت اللعبة (حوالي ساعة Ùˆ 40 دقيقة بالوقت الحقيقي). تحقق من الإنجازات للتلميحات! استمتع! +demo.help.inventory=استخدم %1$s Ù„ÙØªØ­ حقيبتك +demo.help.jump=استخدم %1$s Ù„Ù„Ù‚ÙØ² +demo.help.later=واصل اللعب! +demo.help.movement=استخدم %1$s, %2$s, %3$s, %4$s Ùˆ Ø§Ù„ÙØ£Ø±Ø© للتنقل +demo.help.movementMouse=انظر حولك باستخدام Ø§Ù„ÙØ£Ø±Ø© +demo.help.movementShort=تحرك بالضغط على %1$s, %2$s, %3$s, %4$s +demo.help.title=طور ماين ÙƒØ±Ø§ÙØª التجريبي +demo.remainingTime=الوقت المتبقي: %s +demo.reminder=وقت التجربة قد انتهى اشتري اللعبة لمتابعة اللعب او انتج عالم جديد +difficulty.lock.question=هل أنت متأكد أنك تريد Ø¥Ù‚ÙØ§Ù„ صعوبة هذا العالم ØŸ هذا سيبقي العالم دائماً على %1$s ولن تستطيع تغييرها مجدداً. +difficulty.lock.title=تثبيت صعوبة العالم +disconnect.closed=تم غلق الاتصال +disconnect.disconnected=تم قطع الاتصال بواسطة الخادم +disconnect.endOfStream=نهاية البث +disconnect.genericReason=%s +disconnect.kicked=تم طردك من اللعبة +disconnect.loginFailed=لقد ÙØ´Ù„ تسجيل الدخول +disconnect.loginFailedInfo=لقد ÙØ´Ù„ تسجيل الدخول : %s +disconnect.loginFailedInfo.invalidSession=جلسة خاطئة (حاول إعادة تشغيل اللعبة) +disconnect.loginFailedInfo.serversUnavailable=الدخول الى اللعبة متوق٠للصيانة. +disconnect.lost=تم Ùقد الاتصال +disconnect.overflow=تم تجاوز سعة المخزن المؤقت +disconnect.quitting=جارى الخروج +disconnect.spam=طرد بسبب الازعاج +disconnect.timeout=انتهت المهلة +enchantment.arrowDamage=القوة +enchantment.arrowFire=لهب +enchantment.arrowInfinite=لا نهائي +enchantment.arrowKnockback=لكمة +enchantment.damage.all=حدة +enchantment.damage.arthropods=هلاك Ø§Ù„Ù…ÙØµÙ„يات +enchantment.damage.undead=تعذيب +enchantment.digging=ÙƒÙØ§Ø¡Ø© +enchantment.durability=غير قابل للكسر +enchantment.fire=احراق +enchantment.fishingSpeed=إغراء +enchantment.knockback=ابعاد +enchantment.level.1=I +enchantment.level.10=X +enchantment.level.2=II +enchantment.level.3=III +enchantment.level.4=IV +enchantment.level.5=V +enchantment.level.6=VI +enchantment.level.7=VII +enchantment.level.8=VIII +enchantment.level.9=IX +enchantment.lootBonus=النهب +enchantment.lootBonusDigger=الثروة +enchantment.lootBonusFishing=حظ البحر +enchantment.oxygen=ØªÙ†ÙØ³ +enchantment.protect.all=حماية +enchantment.protect.explosion=حماية من Ø§Ù„Ø§Ù†ÙØ¬Ø§Ø± +enchantment.protect.fall=سقوط الريشة +enchantment.protect.fire=حماية من النار +enchantment.protect.projectile=حماية من Ø§Ù„Ù…Ù‚Ø°ÙˆÙØ§Øª +enchantment.thorns=الأشواك +enchantment.untouching=لمسة الحرير +enchantment.waterWorker=Ø§Ù„Ø£Ù„ÙØ© مع الماء +entity.Arrow.name=سهم +entity.Bat.name=Ø®ÙØ§Ø´ +entity.Blaze.name=الملتهب +entity.Boat.name=قارب +entity.Cat.name=قطة +entity.CaveSpider.name=عنكبوت الكه٠+entity.Chicken.name=دجاجة +entity.Cow.name=بقرة +entity.Creeper.name=كريبر +entity.EnderDragon.name=تنين الاندر +entity.Enderman.name=اندرمان +entity.EntityHorse.name=خيل +entity.FallingSand.name=كتلة متساقطة +entity.Fireball.name=كرة النارية +entity.Ghast.name=شبح +entity.Giant.name=عملاق +entity.Item.name=غرض +entity.LavaSlime.name=مكعب الصهارة +entity.Minecart.name=عربة منجم +entity.Mob.name=كائن +entity.Monster.name=وحش +entity.MushroomCow.name=بقرة Ø§Ù„ÙØ·Ø± +entity.Ozelot.name=الأصلوت +entity.Painting.name=لوحة +entity.Pig.name=خنزير +entity.PigZombie.name=الوحش الخنزيري +entity.PrimedTnt.name=كتلة Ù…ØªÙØ¬Ø±Ø§Øª +entity.Rabbit.name=الأرنب +entity.Sheep.name=خرو٠+entity.Silverfish.name=السمكة Ø§Ù„ÙØ¶ÙŠØ© +entity.Skeleton.name=هيكل عظمي +entity.Slime.name=اللزج +entity.SmallFireball.name=كرة نارية صغيرة +entity.SnowMan.name=الغولم الثلجي +entity.Snowball.name=كرة ثلج +entity.Spider.name=عنكبوت +entity.Squid.name=حبار +entity.Villager.farmer=مزارع +entity.Villager.fisherman=الصياد +entity.Villager.name=قروي +entity.Villager.shepherd=الراعي +entity.VillagerGolem.name=الغولم الحديدي +entity.Witch.name=الساحرة +entity.WitherBoss.name=تذبل +entity.Wolf.name=ذئب +entity.XPOrb.name=كرة الخبرة +entity.Zombie.name=زومبي +entity.donkey.name=حمار +entity.generic.name=غير معرو٠+entity.horse.name=خيل +entity.mule.name=بغل +entity.skeletonhorse.name=خيل الهيكل العظمي +entity.zombiehorse.name=خيل الزومبي +gameMode.adventure=طور المغامرة +gameMode.changed=تم تحديث وضع اللعبة +gameMode.creative=طور الإبداع +gameMode.hardcore=طور متشدد +gameMode.spectator=وضع Ø§Ù„ØªÙØ±Ùج +gameMode.survival=طور البقاء +generator.amplified=تكبيرها +generator.amplified.info=ملاحظة: Ùقط للمرح, يتطلب كمبيوتر كبير +generator.customized=مخصص +generator.debug_all_block_states=طور التصحيح +generator.default=Ø§Ù„Ø§ÙØªØ±Ø§Ø¶ÙŠ +generator.flat=مسطح تماماً +generator.largeBiomes=مناطق أحيائية كبيرة +gui.achievements=الإنجازات +gui.all=الكل +gui.back=رجوع +gui.cancel=إلغاء +gui.done=إنتهيت +gui.down=اسÙÙ„ +gui.no=لا +gui.none=لا شيء +gui.stats=إحصائيات +gui.toMenu=الرجوع الى ØµÙØ­Ø© البداية +gui.up=اعلى +gui.yes=نعم +inventory.binSlot=تدمير المادة +item.apple.name=ØªÙØ§Ø­Ø© +item.appleGold.name=ØªÙØ§Ø­Ø© ذهبية +item.arrow.name=سهم +item.banner.orange.name=شعار مضراوي +item.bed.name=سرير +item.beefCooked.name=شريحة لحم +item.beefRaw.name=لحم بقر نيء +item.blazePowder.name=بودرة اللهب +item.blazeRod.name=عصا اللهب +item.boat.name=قارب +item.bone.name=عظمة +item.book.name=كتاب +item.bootsChain.name=حذاء من الزرد +item.bootsCloth.name=حذاء جلدي +item.bootsDiamond.name=حذاء ألماسي +item.bootsGold.name=نعله ذهبية +item.bootsIron.name=حذاء حديدي +item.bow.name=قوس +item.bowl.name=سلطانية +item.bread.name=خبز +item.brewingStand.name=منضدة التخمير +item.brick.name=طوب +item.bucket.name=دلو +item.bucketLava.name=دلو حمم بركانية +item.bucketWater.name=دلو ماء +item.cake.name=كعكة +item.canBreak=يمكن أن يكسر: +item.carrotGolden.name=جزرة الذهبية +item.carrotOnAStick.name=جزرة على عصا +item.carrots.name=جزرة +item.cauldron.name=قدر +item.charcoal.name=ÙØ­Ù… نباتي +item.chestplateChain.name=صÙيحة صدر من الزرد +item.chestplateCloth.name=سترة جلدية +item.chestplateDiamond.name=صÙيحة صدر ألماسية +item.chestplateGold.name=صÙيحة صدر ذهبية +item.chestplateIron.name=صÙيحة صدر حديدية +item.chickenCooked.name=دجاج مطبوخ +item.chickenRaw.name=دجاج نيء +item.clay.name=صلصال +item.clock.name=ساعة +item.coal.name=ÙØ­Ù… +item.comparator.name=مقارن الحجر الأحمر +item.compass.name=بوصلة +item.cookie.name=بسكوتة +item.diamond.name=ألماس +item.diode.name=مكرر الحجر الاحمر +item.doorIron.name=باب حديدي +item.doorOak.name=البلوط الخشب الباب +item.dyePowder.black.name=كيس حبر +item.dyePowder.blue.name=لازورد +item.dyePowder.brown.name=حبوب الكاكاو +item.dyePowder.cyan.name=صبغ سماوي +item.dyePowder.gray.name=صبغ رمادي +item.dyePowder.green.name=صبغة الصبار الخضراء +item.dyePowder.lightBlue.name=صبغ ازرق ÙØ§ØªØ­ +item.dyePowder.lime.name=صبغ ليموني +item.dyePowder.magenta.name=صبغ أرجواني +item.dyePowder.orange.name=صبغ برتقالي +item.dyePowder.pink.name=صبغ وردي +item.dyePowder.purple.name=صبغة Ø¨Ù†ÙØ³Ø¬ÙŠØ© +item.dyePowder.red.name=صبغة الورد الحمراء +item.dyePowder.silver.name=صبغ رمادي ÙØ§ØªØ­ +item.dyePowder.white.name=مسحوق العظام +item.dyePowder.yellow.name=Ø§ØµÙØ± هندباء برية +item.dyed=مصبوغ +item.egg.name=بيضة +item.emerald.name=زمرد +item.emptyMap.name=خريطة ÙØ§Ø±ØºØ© +item.emptyPotion.name=قنينة مياه +item.enchantedBook.name=كتاب مسحور +item.enderPearl.name=لؤلؤة الاندر +item.expBottle.name=قنينة السحر +item.eyeOfEnder.name=عين المÙنهي +item.feather.name=ريشة +item.fermentedSpiderEye.name=عين العنكبوت المخمرة +item.fireball.name=شحنة نارية +item.fireworks.flight=مدة الرحلة: +item.fireworks.name=الالعاب النارية +item.fireworksCharge.black=أسود +item.fireworksCharge.blue=أزرق +item.fireworksCharge.brown=أسمر +item.fireworksCharge.customColor=مخصص +item.fireworksCharge.cyan=السماوي +item.fireworksCharge.fadeTo=تتلاشى الى +item.fireworksCharge.flicker=وميض +item.fireworksCharge.gray=رمادي +item.fireworksCharge.green=أخضر +item.fireworksCharge.lightBlue=ضوء الأزرق +item.fireworksCharge.lime=ليموني +item.fireworksCharge.magenta=أرجواني +item.fireworksCharge.name=نجمة الالعاب النارية +item.fireworksCharge.orange=برتقالي +item.fireworksCharge.pink=وردي +item.fireworksCharge.purple=أرجواني +item.fireworksCharge.red=أحمر +item.fireworksCharge.silver=رمادي ÙØ§ØªØ­ +item.fireworksCharge.trail=طريق +item.fireworksCharge.type=غير معرو٠الشكل +item.fireworksCharge.type.0=كرة صغيرة +item.fireworksCharge.type.1=كرة كبيرة +item.fireworksCharge.type.2= شكل نجمة +item.fireworksCharge.type.3=شكل كريبر +item.fireworksCharge.type.4=Ø§Ù†ÙØ¬Ø§Ø± +item.fireworksCharge.white=أبيض +item.fireworksCharge.yellow=Ø£ØµÙØ± +item.fish.clownfish.raw.name=كلوونÙيش +item.fish.cod.cooked.name=سمك مطبوخ +item.fish.cod.raw.name=سمك نيء +item.fish.pufferfish.raw.name=بوÙيرÙيش +item.fish.salmon.cooked.name=سمك السلمون المطبوخ +item.fish.salmon.raw.name=السلمون الخام +item.fishingRod.name=صنارة +item.flint.name=صوان +item.flintAndSteel.name=ولاعة +item.flowerPot.name=وعاء الزهور +item.frame.name=إطار الأغراض +item.ghastTear.name=دمعة الشبح +item.glassBottle.name=قنينة زجاجية +item.goldNugget.name=قطعة ذهبية +item.hatchetDiamond.name=ÙØ£Ø³ ألماسي +item.hatchetGold.name=ÙØ£Ø³ ذهبي +item.hatchetIron.name=ÙØ£Ø³ حديدي +item.hatchetStone.name=ÙØ£Ø³ حجري +item.hatchetWood.name=ÙØ£Ø³ خشبي +item.helmetChain.name=خوذة من الزرد +item.helmetCloth.name=قبعة جلدية +item.helmetDiamond.name=خوذة ألماسية +item.helmetGold.name=خوذة ذهبية +item.helmetIron.name=خوذة حديدية +item.hoeDiamond.name=معزقة ألماسية +item.hoeGold.name=معزقة ذهبية +item.hoeIron.name=معزقة حديدية +item.hoeStone.name=معزقة حجرية +item.hoeWood.name=معزقة خشبية +item.horsearmordiamond.name=درع الخيل الألماسي +item.horsearmorgold.name=درع الخيل الذهبي +item.horsearmormetal.name=درع الخيل الحديدي +item.ingotGold.name=سبيكة ذهب +item.ingotIron.name=سبيكة حديد +item.leash.name=دور رئيسي +item.leather.name=جلد +item.leaves.name=اوراق شجر +item.leggingsChain.name=سروال من الزرد +item.leggingsCloth.name=سروال جلدي +item.leggingsDiamond.name=سروال ألماسي +item.leggingsGold.name=سروال ذهبي +item.leggingsIron.name=سروال حديدي +item.magmaCream.name=كريم الصهارة +item.map.name=خريطة +item.melon.name=بطيخة +item.milk.name=حليب +item.minecart.name=عربة منجم +item.minecartChest.name=عربة منجم بصندوق +item.minecartCommandBlock.name=عربة منجم مع مكعب الاوامر +item.minecartFurnace.name=عربة منجم Ø¨ÙØ±Ù† +item.minecartHopper.name=عربة مع هوبر +item.minecartTnt.name=عربة منجم بديناميت +item.monsterPlacer.name=أنتج +item.mushroomStew.name=حساء Ø§Ù„ÙØ·Ø± +item.muttonCooked.name=لحم ضأن مطبوخ +item.muttonRaw.name=لحم ضأن نيء +item.nameTag.name=اسم العلامة +item.netherStalkSeeds.name=ثؤلول العالم السÙلي +item.netherStar.name=نجمة الجحيم +item.netherbrick.name=طوب العالم السÙلي +item.netherquartz.name=الكوارتز السÙلي +item.painting.name=لوحة +item.paper.name=ورقة +item.pickaxeDiamond.name=معول ألماسي +item.pickaxeGold.name=معول ذهبي +item.pickaxeIron.name=معول حديدي +item.pickaxeStone.name=معول حجري +item.pickaxeWood.name=معول خشبي +item.porkchopCooked.name=ضلع خنزير مطبوخ +item.porkchopRaw.name=ضلع خنزير نيء +item.potato.name=بطاطس +item.potatoBaked.name=بطاطس مطبوخة +item.potatoPoisonous.name=بطاطس عÙنة +item.potion.name=جرعة +item.pumpkinPie.name=ÙØ·ÙŠØ±Ø© اليقطين +item.rabbitCooked.name=لحم أرنب مطبوخ +item.rabbitFoot.name=رجل أرنب +item.rabbitHide.name=جلد أرنب +item.rabbitRaw.name=لحم أرنب +item.rabbitStew.name=حساء الأرنب +item.record.11.desc=C418 - 11 +item.record.13.desc=C418-13 +item.record.blocks.desc=C418 - blocks +item.record.cat.desc=C418 - cat +item.record.chirp.desc=C418 - chirp +item.record.far.desc=C418 - far +item.record.mall.desc=C418 - mall +item.record.mellohi.desc=C418 - mellohi +item.record.name=أسطوانة أغاني +item.record.stal.desc=C418 - stal +item.record.strad.desc=C418 - strad +item.record.wait.desc=C418 - wait +item.record.ward.desc=C418 - ward +item.redstone.name=الحجر الاحمر +item.reeds.name=قصب السكر +item.rottenFlesh.name=لحم ÙØ§Ø³Ø¯ +item.ruby.name=ياقوت +item.saddle.name=سرج +item.seeds.name=بذور +item.seeds_melon.name=بذور البطيخ +item.seeds_pumpkin.name=بذور اليقطين +item.shears.name=مقص الجز +item.shovelDiamond.name=Ù…Ø¬Ø±ÙØ© ألماسية +item.shovelGold.name=Ù…Ø¬Ø±ÙØ© ذهبية +item.shovelIron.name=Ù…Ø¬Ø±ÙØ© حديدية +item.shovelStone.name=Ù…Ø¬Ø±ÙØ© حجرية +item.shovelWood.name=Ù…Ø¬Ø±ÙØ© خشبية +item.sign.name=Ù„Ø§ÙØªØ© +item.skull.char.name=رأس +item.skull.creeper.name=رأس كريبر +item.skull.player.name=الرأس لـ %s +item.skull.skeleton.name=جمجمة هيكل عظمى +item.skull.wither.name=جمجمة ويذر سكلتون +item.skull.zombie.name=رأس زومبي +item.slimeball.name=كرة لزجة +item.snowball.name=كرة ثلج +item.speckledMelon.name=البطيخ اللامع +item.spiderEye.name=عين العنكبوت +item.stick.name=عصا +item.string.name=خيط +item.sugar.name=سكر +item.sulphur.name=بارود +item.swordDiamond.name=سي٠ألماسي +item.swordGold.name=سي٠ذهبي +item.swordIron.name=سي٠حديدي +item.swordStone.name=سي٠حجري +item.swordWood.name=سي٠خشبي +item.unbreakable=غير قابلة للكسر +item.wheat.name=قمح +item.writingBook.name=الكتاب والريشة +item.writtenBook.name=كتاب مكتوب +item.yellowDust.name=مسحوق الحجر المضيئ +itemGroup.brewing=التخمير +itemGroup.buildingBlocks=مكعبات البناء +itemGroup.combat=أسلحة +itemGroup.decorations=مكعبات الزينة +itemGroup.food=غذاء +itemGroup.inventory=حقيبة البقاء +itemGroup.materials=المواد +itemGroup.misc=Ù…ØªÙØ±Ù‚ات +itemGroup.redstone=الحجر الاحمر +itemGroup.search=أغراض البحث +itemGroup.tools=أدوات +itemGroup.transportation=وسائل النقل +key.attack=هجوم/تدمير +key.back=السير الى الخل٠+key.categories.gameplay=اللعب +key.categories.inventory=الحقيبة +key.categories.misc=اخرى +key.categories.movement=حركة +key.categories.multiplayer=اللعب الجماعي +key.categories.stream=التدÙÙ‚ +key.categories.ui=واجهة اللعبة +key.chat=ÙØªØ­ الدردشة +key.command=ÙØªØ­ الأوامر +key.drop=اسقط الغرض +key.forward=السير الى الامام +key.fullscreen=تبديل ملء الشاشة +key.hotbar.1=الخانة 1 +key.hotbar.2=الخانة 2 +key.hotbar.3=الخانة 3 +key.hotbar.4=الخانة 4 +key.hotbar.5=الخانة 5 +key.hotbar.6=الخانة 6 +key.hotbar.7=الخانة 7 +key.hotbar.8=الخانة 8 +key.hotbar.9=الخانة 9 +key.inventory=الحقيبة +key.jump=Ù‚ÙØ² +key.left=السير الى الامام اليسار +key.mouseButton=%1$s الزر +key.pickItem=اختيار كتلة +key.playerlist=قائمة اللاعبين +key.right=السير الى اليمين +key.screenshot=خذ صورة +key.smoothCamera=تشغيل الكاميرا السينمائية +key.sneak=تسلل +key.spectatorOutlines=Ø£ÙØ¶Ù„ اللاعبين (مشاهد) +key.sprint=الجري +key.streamCommercial=عرض اعلانات التدÙÙ‚ +key.streamPauseUnpause=ايقا٠المؤقت/إلغاء الإيقا٠لتدÙÙ‚ +key.streamStartStop=بدء/إيقا٠التدÙÙ‚ +key.streamToggleMic=Ø¯ÙØ¹ إلى تكلم/كتم +key.togglePerspective=تشغيل المشهد +key.use=استخدام المورد/ وضع الكتلة +lanServer.otherPlayers=ضبط لاعبين آخرين +lanServer.scanning=البحث عن ألعاب ÙÙŠ شبكة إتصالاتك المحلية +lanServer.start=بداية LAN العالم +lanServer.title=Lan عالم +language.code=ar_ALL +language.name=العربية +language.region=العالم العربي +mcoServer.title=عالم ماين ÙƒØ±Ø§ÙØª الجماعي +menu.convertingLevel=تحويل العالم +menu.disconnect=قطع الاتصال +menu.game=قائمة اللعبة +menu.generatingLevel=توليد العالم +menu.generatingTerrain=جاري بناء الأرض +menu.loadingLevel=تحميل العالم +menu.multiplayer=اللعب الجماعي +menu.options=...خيارات +menu.playdemo=العب العالم التجريبي +menu.quit=خروج من اللعبة +menu.resetdemo=إعادة ضبط العالم التجريبي +menu.respawning=جارى إعادة الإحياء +menu.returnToGame=الرجوع الى اللعبة +menu.returnToMenu=Ø­ÙØ¸ والرجوع الى ØµÙØ­Ø© البداية +menu.shareToLan=ÙØªØ­ للشبكة المحلية +menu.simulating=يتم الآن ÙØ­Øµ العالم للتأكد من خلوه من الأخطاء +menu.singleplayer=اللعب Ø§Ù„ÙØ±Ø¯ÙŠ +menu.switchingLevel=تبديل العوالم + +merchant.deprecated=اشتر شيأَ Ù„ØªÙØªØ­ شياَ آخر! +mount.onboard=اضغط %1$s إلى ترجل +multiplayer.connect=إتصال +multiplayer.downloadingStats=تحميل الإحصائيات Ùˆ الانجازات... +multiplayer.downloadingTerrain=جاري تنزيل المنطقة +multiplayer.info1=اللعب الجماعي ÙÙŠ ماين ÙƒØ±Ø§ÙØª غير مكتمل حالياً، ولكن هناك +multiplayer.info2=تتم بعض الاختبارات الاولية التي يشوبها المشاكل. +multiplayer.ipinfo=قم بإدخال الأي بي Ù„Ù„Ø³ÙŠØ±ÙØ± الذي تريد الاتصال به +multiplayer.player.joined=وانضم %s إلى اللعبة +multiplayer.player.joined.renamed=%s (المعرو٠سابقاً باسم %s) قد انضم للعبة +multiplayer.player.left=%s بترك اللعبة +multiplayer.stopSleeping=مغادرة السرير +multiplayer.texturePrompt.line1=يوصي هذا الخادم باستخدام حزمة جراÙيك مخصصة. +multiplayer.texturePrompt.line2=هل ترغب ÙÙŠ تنزيله وتثبيته تلقائياً؟ +multiplayer.title=لعب متعدد اللاعبين +options.advancedButton=إعدادات الÙيديو المتقدمة... +options.advancedOpengl=OpenGL متقدم +options.advancedVideoTitle=إعدادات الÙيديو المتقدمة +options.anaglyph=عرض ثلاثي الابعاد +options.ao=إضاءة ناعمة +options.ao.max=الحد الأقصى +options.ao.min=الحد الأدنى +options.ao.off=إيقا٠+options.blockAlternatives=مكعبات بديلة +options.chat.color=الألوان +options.chat.height.focused=Ø§Ù„Ø§Ø±ØªÙØ§Ø¹ المركز + +options.chat.height.unfocused=Ø§Ù„Ø§Ø±ØªÙØ§Ø¹ غير مركزة +options.chat.links=روابط ويب +options.chat.links.prompt=المطالبة عند ضغط الروابط +options.chat.opacity=العتامة +options.chat.scale=مقياس +options.chat.title=إعدادات الدردشة... +options.chat.visibility=الدردشة +options.chat.visibility.full=ظاهر +options.chat.visibility.hidden=مخÙÙŠ +options.chat.visibility.system=الأوامر Ùقط +options.chat.width=العرض +options.controls=التحكم... +options.customizeTitle=تخصيص إعدادات العالم +options.difficulty=الصعوبة +options.difficulty.easy=سهلة +options.difficulty.hard=صعبة +options.difficulty.hardcore=متشددة +options.difficulty.normal=متوسطة +options.difficulty.peaceful=سهلة جداً +options.farWarning1=Ù„Ù…Ø³Ø§ÙØ© عرض العالم البعيدة, يوصى بتنصيب 64 بت Ø¬Ø§ÙØ§ +options.farWarning2=لديك تنصيب 32 بت +options.fboEnable=تمكين FBOs +options.forceUnicodeFont=قوة يونيكود الخط +options.fov=مجال الرؤية +options.fov.max=للمحترÙين Ùقط +options.fov.min=طبيعي +options.framerateLimit=اقصى عدد من اللقطات ÙÙŠ الثانيه +options.framerateLimit.max=غير محدود +options.fullscreen=ملء الشاشة +options.gamma=السطوع +options.gamma.max=ساطع +options.gamma.min=كئيب +options.graphics=الرسومات +options.graphics.fancy=ÙØ§Ø®Ø±Ø© +options.graphics.fast=سريعة +options.guiScale=حجم واجهة المستخدم +options.guiScale.auto=تلقائي +options.guiScale.large=كبير +options.guiScale.normal=متوسط +options.guiScale.small=صغير +options.hidden=مخÙÙŠ +options.invertMouse=عكس Ø§Ù„ÙØ£Ø±Ø© +options.language=اللغة... +options.languageWarning=قد لا تكون الترجمة دقيقة بنسبة 100%% +options.mipmapLevels=مستويات Mipmap +options.modelPart.cape=وشاح +options.modelPart.hat=قبعة +options.modelPart.jacket=جاكيت +options.modelPart.left_pants_leg=الساق السروال اليسرى +options.modelPart.left_sleeve=الكم الأيسر +options.modelPart.right_pants_leg=الساق السروال اليمنى +options.modelPart.right_sleeve=الكم الأيمن +options.multiplayer.title=إعدادات متعددة... +options.music=الموسيقى +options.off=إيقا٠+options.on=تشغيل +options.particles=الجسيمات +options.particles.all=الكل +options.particles.decreased=Ù…Ø®ÙØ¶Ø© +options.particles.minimal=الحد الأدنى +options.performanceButton=إعدادات أداء الÙيديو... +options.performanceVideoTitle=إعدادات أداء الÙيديو +options.postButton=أوضاع ما بعد انتهاء التحميل ... +options.postProcessEnable=تمكين مرحلة ما بعد المعالجة +options.postVideoTitle=إعدادات مرحلة ما بعد المعالجة +options.qualityButton=إعدادات جودة الÙيديو... +options.qualityVideoTitle=إعدادات جودة الÙيديو +options.renderClouds=السحاب +options.renderDistance=Ù…Ø³Ø§ÙØ© عرض العالم +options.renderDistance.far=بعيد +options.renderDistance.normal=عادية +options.renderDistance.short=قصيرة +options.renderDistance.tiny=محدود +options.resourcepack=مجموعة الموارد... +options.saturation=التشبع +options.sensitivity=الحساسية +options.sensitivity.max=سرعة عالية!!! +options.sensitivity.min=*تثاؤب* +options.skinCustomisation=تخصيص المظهر... +options.skinCustomisation.title=تعديل الشخصية +options.snooper=السماح المتلصص +options.snooper.desc=أننا نريد لجمع معلومات حول الجهاز الخاص بك للمساعدة ÙÙŠ تحسين Minecraft من خلال Ù…Ø¹Ø±ÙØ© ما يمكن أن نؤيد وأين أكبر المشاكل. كل من هذه المعلومات مجهول تماما ويمكن عرضها Ùيما يلي. ونعد بأننا لن Ù†ÙØ¹Ù„ أي شيء سيء مع هذه البيانات، ولكن إذا كنت ترغب ÙÙŠ إلغاء الاشتراك ثم لا تتردد ÙÙŠ تبديل تشغيله! +options.snooper.title=آلة جمع Ø§Ù„Ù…ÙˆØ§ØµÙØ§Øª +options.snooper.view=إعدادات المتلصص... +options.sound=الأصوات +options.sounds=الموسيقى Ùˆ الاصوات... +options.sounds.title=اعدادات الموسيقى Ùˆ الاصوات +options.stream=اعدادات البث... +options.stream.bytesPerPixel=الجودة +options.stream.changes=قد تحتاج إلى إعادة تشغيل البث المباشر الخاص بك لتاكيد التغييرات. +options.stream.chat.enabled=تمكين +options.stream.chat.enabled.always=دائماً +options.stream.chat.enabled.never=ابدأ +options.stream.chat.enabled.streaming=بينما الجري +options.stream.chat.title=نزع إعدادات الدردشة +options.stream.chat.userFilter=عوامل التصÙية +options.stream.chat.userFilter.all=جميع المشاهدين +options.stream.chat.userFilter.mods=المشرÙين +options.stream.chat.userFilter.subs=المشتركين +options.stream.compression=ضغط +options.stream.compression.high=عالي +options.stream.compression.low=Ù…Ù†Ø®ÙØ¶ +options.stream.compression.medium=متوسط +options.stream.estimation=القرار المقدر: %sx%s +options.stream.fps=معدل الاطارات +options.stream.ingest.reset=إعادة تعيين ØªÙØ¶ÙŠÙ„ات +options.stream.ingest.title=نزع خوادم البث +options.stream.ingestSelection=قائمة خوادم البث +options.stream.kbps=نطاق التردد +options.stream.micToggleBehavior=Ø¯ÙØ¹ الى +options.stream.micVolumne=مستوى صوت الميكروÙون +options.stream.mic_toggle.mute=كتم الصوت +options.stream.mic_toggle.talk=تكلم +options.stream.sendMetadata=ارسال بيانات التعري٠+options.stream.systemVolume=مستوى صوت النظام +options.stream.title=نزع اعدادات البث +options.title=خيارات +options.touchscreen=وضع شاشة اللمس +options.vbo=أستخدام VBOs +options.video=إعدادات الÙيديو... +options.videoTitle=إعدادات الÙيديو +options.viewBobbing=تمايل الرؤية +options.visible=ظاهر +options.vsync=استخدام VSync +potion.absorption=امتصاص +potion.absorption.postfix=عقار الامتصاص +potion.blindness=عمى +potion.blindness.postfix=جرعة العمى +potion.confusion=غثيان +potion.confusion.postfix=جرعة الغثيان +potion.damageBoost=قوة +potion.damageBoost.postfix=جرعة القوة +potion.digSlowDown=إجهاد التعدين +potion.digSlowDown.postfix=جرعة البلادة +potion.digSpeed=تسرع +potion.digSpeed.postfix=جرعة السرعة +potion.effects.whenDrank=عند استخدامه: +potion.empty=لا تأثير +potion.fireResistance=مقاومة النار +potion.fireResistance.postfix=جرعة مقاومة النار +potion.harm=ضرر Ùوري +potion.harm.postfix=جرعة الإيذاء +potion.heal=صحه Ùورية +potion.heal.postfix=جرعة العلاج +potion.healthBoost=تعزيز الصحة +potion.healthBoost.postfix=عقار تقوية الصحة +potion.hunger=الجوع +potion.hunger.postfix=جرعة الجوع +potion.invisibility=التخÙÙŠ +potion.invisibility.postfix=جرعة التخÙÙŠ +potion.jump=تعزيز Ø§Ù„Ù‚ÙØ² +potion.jump.postfix=جرعة الوثب +potion.moveSlowdown=بطء +potion.moveSlowdown.postfix=جرعة البطء +potion.moveSpeed=سرعة +potion.moveSpeed.postfix=جرعة السرعة +potion.nightVision=الرؤية الليلية +potion.nightVision.postfix=عقار الرؤية الليلية +potion.poison=سم +potion.poison.postfix=جرعة السم +potion.potency.1=II +potion.potency.2=III +potion.potency.3=IV +potion.prefix.acrid=حاد +potion.prefix.artless=غير بارع +potion.prefix.awkward=مربك +potion.prefix.bland=ÙØ§ØªØ± +potion.prefix.bulky=ضخم +potion.prefix.bungling=أخرق +potion.prefix.buttered=بالزبدة +potion.prefix.charming=جذاب +potion.prefix.clear=واضح +potion.prefix.cordial=ودي +potion.prefix.dashing=انيق +potion.prefix.debonair=مبتهج +potion.prefix.diffuse=منتشر +potion.prefix.elegant=متقن +potion.prefix.fancy=ÙØ§Ø®Ø± +potion.prefix.flat=راكد +potion.prefix.foul=كريه +potion.prefix.grenade=لطخة +potion.prefix.gross=ÙØ¸ÙŠØ¹ +potion.prefix.harsh=قاس +potion.prefix.milky=يحتوي على الحليب +potion.prefix.mundane=دنيوي +potion.prefix.odorless=عديم الرائحة +potion.prefix.potent=ÙØ¹Ø§Ù„ +potion.prefix.rank=عÙÙ† +potion.prefix.refined=مصÙÙ‰ +potion.prefix.smooth=ناعم +potion.prefix.sparkling=لامع +potion.prefix.stinky=نتن +potion.prefix.suave=رقيق +potion.prefix.thick=سميك +potion.prefix.thin=رÙيع +potion.prefix.uninteresting=ممل +potion.regeneration=تجدد الصحة +potion.regeneration.postfix=جرعة تجدد الصحة +potion.resistance=مقاومة +potion.resistance.postfix=جرعة المقاومة +potion.saturation=التشبع +potion.saturation.postfix=عقار التشبع +potion.waterBreathing=ØªÙ†ÙØ³ ÙÙ‰ الماء +potion.waterBreathing.postfix=جرعة Ø§Ù„ØªÙ†ÙØ³ ÙÙŠ الماء +potion.weakness=ضع٠+potion.weakness.postfix=جرعة الضع٠+potion.wither=طقس +potion.wither.postfix=عقار التعÙÙ† +record.nowPlaying=يتم التشغيل: %s +resourcePack.available.title=حزم الموارد المتاحة +resourcePack.folderInfo=(ضع Ù…Ù„ÙØ§Øª حزمة الموارد هنا) +resourcePack.openFolder=ÙØªØ­ مجلد حزمة الموارد +resourcePack.selected.title=حزم الموارد المحددة +resourcePack.title=حدد حزمة الموارد +screenshot.failure=غير قادر على Ø­ÙØ¸ الصورة: %s +screenshot.success=تم Ø­ÙØ¸ اللقطة بأسم %s +selectServer.add=Ø¥Ø¶Ø§ÙØ© خادم +selectServer.defaultName=خادم ماين ÙƒØ±Ø§ÙØª +selectServer.delete=حذ٠+selectServer.deleteButton=حذ٠+selectServer.deleteQuestion=هل انت متأكد من انك تريد ازالة هذا الخادم؟ +selectServer.deleteWarning=!سيÙقد للأبد +selectServer.direct=إتصال مباشر +selectServer.edit=تعديل +selectServer.empty=ÙØ§Ø±Øº +selectServer.hiddenAddress=(مخÙÙŠ) +selectServer.refresh=تحديث +selectServer.select=الانضمام للخادم +selectServer.title=حدد الخادم +selectWorld.allowCommands=السماح Ø¨Ø´ÙØ±Ø§Øª الغش +selectWorld.allowCommands.info=أوامر مثل /gamemode, /xp +selectWorld.bonusItems=صندوق إضاÙÙŠ +selectWorld.cheats=Ø´ÙØ±Ø§Øª الغش +selectWorld.conversion=يجب تحويله! +selectWorld.create=إنشاء عالم جديد +selectWorld.createDemo=لعب عالم تجريبي جديد +selectWorld.customizeType=تخصيص +selectWorld.delete=حذ٠+selectWorld.deleteButton=حذ٠+selectWorld.deleteQuestion=هل انت متأكد من انك تريد حذ٠هذا العالم؟ +selectWorld.deleteWarning=سو٠يضيع إلى الأبد! (ÙØªØ±Ø© طويلة!) +selectWorld.empty=ÙØ§Ø±Øº +selectWorld.enterName=اسم العالم +selectWorld.enterSeed=بذرة للعالم الجديد +selectWorld.gameMode=نمط اللعب +selectWorld.gameMode.adventure=مغامرة +selectWorld.gameMode.adventure.line1=Ù†ÙØ³ وضع البقاء على قيد الحياة، ولكن لا يمكن القطع +selectWorld.gameMode.adventure.line2=يمكن Ø¥Ø¶Ø§ÙØªÙ‡Ø§ أو إزالتها +selectWorld.gameMode.creative=ابداع +selectWorld.gameMode.creative.line1=موارد غير محدودة، وحلقت حرة Ùˆ +selectWorld.gameMode.creative.line2=تدمير الكتل Ùورا +selectWorld.gameMode.hardcore=متشدد +selectWorld.gameMode.hardcore.line1=Ù†ÙØ³ وضع البقاء على قيد الحياة، تخوض ÙÙŠ أصعب +selectWorld.gameMode.hardcore.line2=صعوبة وحياة واحدة Ùقط +selectWorld.gameMode.spectator=ØªÙØ±Ø¬ +selectWorld.gameMode.spectator.line1=ممنوع اللمس +selectWorld.gameMode.survival=البقاء +selectWorld.gameMode.survival.line1=البحث عن الموارد، الصناعة، الكسب +selectWorld.gameMode.survival.line2=المستويات، الصحة والجوع +selectWorld.hardcoreMode=متشدد +selectWorld.hardcoreMode.info=يحذ٠العالم عند Ø§Ù„ÙˆÙØ§Ø© +selectWorld.mapFeatures=بناء الهياكل: +selectWorld.mapFeatures.info=قرى، مغارات، الخ +selectWorld.mapType=نوع العالم: +selectWorld.mapType.normal=طبيعي + +selectWorld.moreWorldOptions=...خيارات اضاÙية للعالم +selectWorld.newWorld=عالم جديد +selectWorld.newWorld.copyOf=نسخة من %s +selectWorld.recreate=إعادة إنشاء +selectWorld.rename=إعادة تسمية +selectWorld.renameButton=إعادة تسمية +selectWorld.renameTitle=إعادة تسمية العالم +selectWorld.resultFolder=Ø³ÙˆÙ ÙŠØ­ÙØ¸ ÙÙŠ: +selectWorld.seedInfo=اتركه ÙØ§Ø±ØºØ§ لبذرة عشوائية +selectWorld.select=لعب العالم المحدد +selectWorld.title=حدد العالم +selectWorld.world=عالم +sign.edit=تحرير علامة الرسالة +soundCategory.ambient=محيط / البيئة +soundCategory.block=الكتل +soundCategory.hostile=الوحوش +soundCategory.master=الصوت الرئيسي +soundCategory.music=الموسيقى +soundCategory.neutral=الحيوانات +soundCategory.player=الاعبين +soundCategory.record=الموسيقي / Noteblocks +soundCategory.weather=الطقس +stat.animalsBred=الحيوانات المرباة +stat.blocksButton=الكتل +stat.boatOneCm=Ø§Ù„Ù…Ø³Ø§ÙØ© التي تم قطعها بالقارب +stat.breakItem=Ø§Ø³ØªÙ†ÙØ¯Øª %1$s +stat.climbOneCm=Ù…Ø³Ø§ÙØ© التسلق +stat.craftItem=صنعت %1$s +stat.crafted=مرات الصناعة +stat.createWorld=إنشاء العالم +stat.damageDealt=ما قدمت من الضرر +stat.damageTaken=ما أخذته من الضرر +stat.deaths=عدد مرات الموت +stat.depleted=مرات Ø§Ù„Ø§Ø³ØªÙ†ÙØ§Ø° +stat.diveOneCm=Ù…Ø³Ø§ÙØ© الغوص +stat.drop=المواد الملقاة +stat.entityKilledBy=%s قتلك %s مرة(ات) +stat.entityKilledBy.none=انت لم تمت أبداً من أحد s% + +stat.entityKills=انت قتلت +stat.entityKills.none=انت لم تقتل ابداً &s +stat.fallOneCm=Ù…Ø³Ø§ÙØ© السقوط +stat.fishCaught=السمك الذى اصطيد +stat.flyOneCm=Ù…Ø³Ø§ÙØ© الطيران +stat.generalButton=عام +stat.horseOneCm=Ø§Ù„Ù…Ø³Ø§ÙØ© التي قطعها الحصان +stat.itemsButton=المواد +stat.joinMultiplayer=مرات الانضمام لللعب الجماعي +stat.jump=Ø§Ù„Ù‚ÙØ²Ø§Øª +stat.junkFished=الصيد العشوائي +stat.leaveGame=مرات الخروج من اللعبه +stat.loadWorld=التخزينات المحمله +stat.mineBlock=Ø­ÙØ±Øª %1$s +stat.minecartOneCm=Ø§Ù„Ù…Ø³Ø§ÙØ© التي تم قطعها ÙÙŠ عربة المنجم +stat.mined=مرات Ø§Ù„Ø­ÙØ± +stat.mobKills=القتلى من الكائنات +stat.mobsButton=وحوش +stat.pigOneCm=Ø§Ù„Ù…Ø³Ø§ÙØ© التي قطعت عن طريق الخنزير +stat.playOneMinute=عدد دقائق اللعب +stat.playerKills=اللاعبين الذين قتلوا +stat.startGame=مرات اللعب +stat.swimOneCm=Ù…Ø³Ø§ÙØ© السباحة +stat.talkedToVillager=تحدث مع القرويين +stat.tradedWithVillager=تاجر مع القرويين +stat.treasureFished=تم الحصول على كنز +stat.useItem=أستخدمت %1$s +stat.used=مرات الاستخدام +stat.walkOneCm=Ù…Ø³Ø§ÙØ© المشي +stats.tooltip.type.achievement=انجاز +stats.tooltip.type.statistic=إحصاء +stream.confirm_start=هل أنت متأكد من أنك تريد أن تبدأ بالبث? +stream.unavailable.account_not_bound=قبل أن يمكنك بث Minecraft عبر نشل، سو٠تحتاج إلى ربط حسابك نشل على mojang.com. هل تريد القيام بذلك الآن؟ +stream.unavailable.account_not_bound.okay=ربط الحسابات +stream.unavailable.account_not_migrated=يلزم ترحيل حساب ماين ÙƒØ±Ø§ÙØª الخاص بك إلى حساب موجانغ قبل أن تستطيع بث ماين ÙƒØ±Ø§ÙØª عبر تويتش, هل تريد القيام بذلك الآن؟ +stream.unavailable.account_not_migrated.okay=ترحيل الحساب +stream.unavailable.failed_auth=ÙØ´Ù„ت المصادقة نزع. الرجاء الذهاب إلى mojang.com وربط حسابك نزع. +stream.unavailable.failed_auth.okay=ربط الحسابات +stream.unavailable.failed_auth_error=غير قادر على مصادقة نزع. الرجاء المحاولة مرة أخرى لاحقاً. +stream.unavailable.initialization_failure=غير قادر على تهيئة SDK نزع. +stream.unavailable.initialization_failure.extra=(السبب: %s) +stream.unavailable.library_arch_mismatch=إصدار Ø¬Ø§ÙØ§ مخصصة تستخدم لإطلاق Minecraft له بنية Ù…Ø®ØªÙ„ÙØ© عن تلك المستخدمة لتشغيل المشغل. الرجاء التأكد من أن هذه هي Ù†ÙØ³Ù‡Ø§ØŒ أما 32 بت أو 64 بت على حد سواء. +stream.unavailable.library_failure=غير قادر على تحميل المكتبات اللازمة المتكاملة نزع خدمة البث الإذاعي. +stream.unavailable.no_fbo=بطاقة الÙيديو الخاصة بك يحتاج إلى دعم على الأقل OpenGL الإصدار 3.0 أو دعم الكائنات Framebuffer عبر ملحق استخدام المتكاملة نزع البث. +stream.unavailable.no_fbo.arb=Framebuffer يدعم بواسطة: %s +stream.unavailable.no_fbo.blend=يتم دعم المزج Ù…Ù†ÙØµÙ„ عن طريق تحويله: %s +stream.unavailable.no_fbo.ext=Framebuffer يدعم بواسطة: %s +stream.unavailable.no_fbo.version=أنت حاليا تستخدم : %s +stream.unavailable.not_supported.mac=للأس٠البث نشل المتكاملة على ماك يتطلب إصدار أحدث من الإصدار الذي كنت على ماك. يجب عليك استخدام 10.7 (Mac OS X أسد) أو أحدث تتمكن من استخدام هذه الخدمة. هل ترغب ÙÙŠ زيارة apple.com Ù„Ù…Ø¹Ø±ÙØ© المزيد عن الترقية؟ +stream.unavailable.not_supported.mac.okay=تحديث +stream.unavailable.not_supported.other=ولسوء الحظ أن خدمة البث نشل المتكاملة يتطلب Windows (Ùيستا أو الأحدث) أو نظام التشغيل Mac OS X (10.7/ الأسد أو الأحدث) +stream.unavailable.not_supported.windows=للأس٠البث نشل متكامل يتطلب إصدار أحدث من Windows مما كنت على. يجب أن يكون لديك على الأقل Windows Vista أو أحدث. +stream.unavailable.report_to_mojang=تقرير إلى Mojang +stream.unavailable.soundflower.chat=مطلوب Soundflower لتكون قادرة على تيار على Mac. %s +stream.unavailable.soundflower.chat.link=الرجاء انقر هنا لتثبيته. +stream.unavailable.title=نزع البث الإذاعي غير Ù…ØªÙˆÙØ± +stream.unavailable.unknown=للأس٠أنت لا يمكن بث نشل ÙÙŠ هذا الوقت. ونحن لا نعر٠لماذا:'( +stream.unavailable.unknown.chat=تعذر بدء تشغيل تدÙÙ‚: %s +stream.user.mode.administrator=نزع المسؤول +stream.user.mode.banned=حظرت +stream.user.mode.banned.other=حظر على قنات %s's +stream.user.mode.banned.self=الحظر على قناتك +stream.user.mode.broadcaster=المذيع +stream.user.mode.broadcaster.other=المذيع +stream.user.mode.broadcaster.self=المذيع (أنت!) +stream.user.mode.moderator=المشر٠+stream.user.mode.moderator.other=المشر٠على القناة %s's l +stream.user.mode.moderator.self=المشر٠على قناتك +stream.user.mode.staff=نزع الموظÙين +stream.user.subscription.subscriber=المشترك +stream.user.subscription.subscriber.other=مشترك لقناة %s's +stream.user.subscription.subscriber.self=مشترك للقناة الخاصة بك +stream.user.subscription.turbo=نزع توربو +stream.userinfo.ban=الحظر +stream.userinfo.chatTooltip=انقر لادارة المستخدمين +stream.userinfo.mod=الترويج للوسيط +stream.userinfo.timeout=Timeout +stream.userinfo.unban=Ø±ÙØ¹ الحظر +stream.userinfo.unmod=تخÙيض من الوسيط +tile.acaciaFence.name=سياج من الاكاسيا +tile.acaciaFenceGate.name=بوابة سياج من الاكاسيا +tile.activatorRail.name=سكة Ø§Ù„ØªÙØ¹ÙŠÙ„ +tile.anvil.intact.name=السندان +tile.anvil.name=السندان +tile.anvil.slightlyDamaged.name=سندان قليلاً Ø§Ù„ØªØ§Ù„ÙØ© +tile.anvil.veryDamaged.name=سندان جداً Ø§Ù„ØªØ§Ù„ÙØ© +tile.barrier.name=الحاجز +tile.beacon.name=منارة القوة +tile.beacon.primary=الطاقة الأولية +tile.beacon.secondary=الطاقة الثانوية +tile.bed.name=سرير +tile.bed.noSleep=يمكنك النوم اثناء الليل Ùقط +tile.bed.notSafe=لا يمكنك الراحة الان, هناك وحوش بالقرب منك +tile.bed.notValid=سريرك الرئيسي Ù…Ùقود أو مسدود +tile.bed.occupied=هذا السرير مأخوذ +tile.bedrock.name=صخر القاع +tile.birchFence.name=سياج من البتولا +tile.birchFenceGate.name=بوابة سياج من البتولا +tile.blockCoal.name=كتلة من Ø§Ù„ÙØ­Ù… +tile.blockDiamond.name=كتلة ألماس +tile.blockEmerald.name=كتلة زمرد +tile.blockGold.name=كتلة ذهب +tile.blockIron.name=كتلة حديد +tile.blockLapis.name=كتلة لازورد +tile.blockRedstone.name=مكعب حجر أحمر +tile.bookshelf.name=ر٠كتب +tile.brick.name=طوب +tile.button.name=زر +tile.cactus.name=صبار +tile.cake.name=كعكة +tile.carrots.name=الجزر +tile.cauldron.name=قدر +tile.chest.name=صندوق +tile.chestTrap.name=صندوق Ù…ÙØ®Ø® +tile.clay.name=صلصال +tile.clayHardened.name=الصلصال الصلب +tile.clayHardenedStained.black.name=صلصال اسود +tile.clayHardenedStained.blue.name=الصلصال الأزرق +tile.clayHardenedStained.brown.name=الصلصال البني +tile.clayHardenedStained.cyan.name=الصلصال الزرق السماوي +tile.clayHardenedStained.gray.name=الصلصال الرمادي +tile.clayHardenedStained.green.name=الصلصال الأخضر +tile.clayHardenedStained.lightBlue.name=الصلصال الازرق Ø§Ù„ÙØ§ØªØ­ +tile.clayHardenedStained.lime.name=الصلصال الليموني +tile.clayHardenedStained.magenta.name=الصلصال الارجواني +tile.clayHardenedStained.name=صلصال ملون +tile.clayHardenedStained.orange.name=الصلصال البرتقالي +tile.clayHardenedStained.pink.name=الصلصال الوردي +tile.clayHardenedStained.purple.name=الصلصال Ø§Ù„Ø¨Ù†ÙØ³Ø¬ÙŠØ© +tile.clayHardenedStained.red.name=الصلصال الاحمر +tile.clayHardenedStained.silver.name=الصلصال الرمادي Ø§Ù„ÙØ§ØªØ­ +tile.clayHardenedStained.white.name=الصلصال الابيض +tile.clayHardenedStained.yellow.name=الصلصال Ø§Ù„Ø£ØµÙØ± +tile.cloth.black.name=صو٠أسود +tile.cloth.blue.name=صو٠أزرق +tile.cloth.brown.name=صو٠بني +tile.cloth.cyan.name=صو٠سماوي +tile.cloth.gray.name=صو٠رمادي +tile.cloth.green.name=صو٠أخضر +tile.cloth.lightBlue.name=صو٠أزرق ÙØ§ØªØ­ +tile.cloth.lime.name=صو٠ليموني +tile.cloth.magenta.name=صو٠أرجواني +tile.cloth.name=صو٠+tile.cloth.orange.name=صو٠برتقالي +tile.cloth.pink.name=صو٠زهري +tile.cloth.purple.name=ØµÙˆÙ Ø¨Ù†ÙØ³Ø¬ÙŠ +tile.cloth.red.name=صو٠أحمر +tile.cloth.silver.name=صو٠رمادي ÙØ§ØªØ­ +tile.cloth.white.name=صو٠+tile.cloth.yellow.name=ØµÙˆÙ Ø£ØµÙØ± +tile.cobbleWall.mossy.name=جدار الكبل ستون المطحلب +tile.cobbleWall.normal.name=الجدار حصاة كبيرة +tile.cocoa.name=كاكاو +tile.commandBlock.name=مكعب الأوامر +tile.crops.name=محاصيل +tile.darkOakFence.name=سياج من البلوط الداكن +tile.darkOakFenceGate.name=بوابة سياج من البلوط الداكن +tile.daylightDetector.name=حساس ضوء الشمس +tile.deadbush.name=شجيرة ميتة +tile.detectorRail.name=سكة حديدية مستشعرة +tile.dirt.coarse.name=تراب خشن +tile.dirt.default.name=تراب +tile.dirt.name=تراب +tile.dirt.podzol.name=تراب الغابة +tile.dispenser.name=قاذ٠+tile.doorIron.name=باب حديدي +tile.doorWood.name=باب خشبي +tile.doublePlant.fern.name=السرخس الكبيرة +tile.doublePlant.grass.name=عشب طويل مزدوج +tile.doublePlant.name=نبات + + +tile.doublePlant.paeonia.name=عود +tile.doublePlant.rose.name=ﺩﻭﺭﻭ ﺓﺮﻴﺠﺷ +tile.doublePlant.sunflower.name=عباد الشمس +tile.doublePlant.syringa.name=أرجواني ÙØ§ØªØ­ +tile.dragonEgg.name=بيضة تنين +tile.dropper.name=القطارة +tile.enchantmentTable.name=طاولة السحر +tile.endPortalFrame.name=بوابة النهاية +tile.enderChest.name=صندوق النهاية +tile.farmland.name=أرض زراعية +tile.fence.name=سياج +tile.fenceGate.name=بوابة سياج +tile.fenceIron.name=قضبان حديدية +tile.fire.name=نار +tile.flower1.dandelion.name=الهندباء +tile.flower1.name=زهرة +tile.flower2.allium.name=خولنجان +tile.flower2.blueOrchid.name=الأوركيد الأزرق +tile.flower2.houstonia.name=بلوت أزور +tile.flower2.name=زهرة +tile.flower2.oxeyeDaisy.name=ديزي Ø¹ÙØ²ÙŠ +tile.flower2.poppy.name=وردة حمراء +tile.flower2.tulipOrange.name=توليب البرتقالي +tile.flower2.tulipPink.name=توليب الوردي +tile.flower2.tulipRed.name=زهرة التيوليب الأحمر +tile.flower2.tulipWhite.name=توليب أبيض +tile.furnace.name=ÙØ±Ù† +tile.glass.name=زجاج +tile.goldenRail.name=سكة حديدية تعمل بالطاقة +tile.grass.name=كتلة عشب +tile.gravel.name=حصى +tile.hayBlock.name=باله التبن +tile.hellrock.name=حجر الجحيم +tile.hellsand.name=رمل الروح +tile.hopper.name=هوبر +tile.ice.name=جليد +tile.icePacked.name=الجليد معبأة +tile.ironTrapdoor.name=باب أرضي حديدي +tile.jukebox.name=Ùونوغرا٠+tile.jungleFence.name=سياج من الغابة +tile.jungleFenceGate.name=بوابة سياج من الغابة +tile.ladder.name=سلم +tile.lava.name=حمم +tile.leaves.acacia.name=أوراق الأكاسيا +tile.leaves.big_oak.name=أوراق البلوط الداكنة +tile.leaves.birch.name=أوراق البتولا +tile.leaves.jungle.name=أوراق الدغل +tile.leaves.name=أوراق شجر +tile.leaves.oak.name=أوراق البلوط +tile.leaves.spruce.name=أوراق البيسية +tile.lever.name=مقبض +tile.lightgem.name=حجر مضيء +tile.litpumpkin.name=اليقطين المضيئ +tile.lockedchest.name=صندوق مقÙÙ„ +tile.log.acacia.name=خشب السنط +tile.log.big_oak.name=البلوط الخشب الداكن +tile.log.birch.name=خشب البتولا +tile.log.jungle.name=خشب الدغل +tile.log.name=خشب +tile.log.oak.name=خشب البلوط +tile.log.spruce.name=خشب البيسية +tile.melon.name=بطيخة +tile.mobSpawner.name=مولد الوحوش +tile.monsterStoneEgg.brick.name=بيضة وحش الطوب الحجري +tile.monsterStoneEgg.chiseledbrick.name=الطوب المربع ذو الوحش +tile.monsterStoneEgg.cobble.name=بيضة وحش حصاة الرص٠+tile.monsterStoneEgg.crackedbrick.name=الطوب المكسور ذو الوحش +tile.monsterStoneEgg.mossybrick.name=الطوب ذو الوحش +tile.monsterStoneEgg.name=بيضة وحش حجري +tile.monsterStoneEgg.stone.name=بيضة وحش الحجر +tile.mushroom.name=ÙØ·Ø± +tile.musicBlock.name=مكعب موسيقي +tile.mycel.name=Ø£ÙØ·ÙˆØ±Ø© +tile.netherBrick.name=طوب العالم السÙلي +tile.netherFence.name=سياج من طوب العالم السÙلي +tile.netherStalk.name=ثؤلول العالم السÙلي +tile.netherquartz.name=خام الكوارتز +tile.notGate.name=شعلة الحجر الاحمر +tile.obsidian.name=السبج +tile.oreCoal.name=خام Ø§Ù„ÙØ­Ù… +tile.oreDiamond.name=خام الألماس +tile.oreEmerald.name=خام الزمرد +tile.oreGold.name=خام الذهب +tile.oreIron.name=خام الحديد +tile.oreLapis.name=خام اللازورد +tile.oreRedstone.name=خام الحجر الاحمر +tile.oreRuby.name=خام الياقوت +tile.pistonBase.name=مكبس +tile.pistonStickyBase.name=مكبس لزج +tile.portal.name=بوابة +tile.potatoes.name=البطاطا +tile.pressurePlateStone.name=لوحة ضغط حجرية +tile.pressurePlateWood.name=لوحة ضغط خشبية +tile.prismarine.dark.name=الظلام البحرية ستون +tile.pumpkin.name=يقطين +tile.quartzBlock.chiseled.name=مكتب كوارتز منحوت +tile.quartzBlock.default.name=مكعب كوارتز +tile.quartzBlock.lines.name=كتلة عمود الكوارتز +tile.quartzBlock.name=مكعب كوارتز +tile.rail.name=سكة حديدية +tile.redSandStone.chiseled.name=حجر رملي أحمر منحوت +tile.redSandStone.default.name=الحجر الرملي الأحمر +tile.redSandStone.name=الحجر الرملي الأحمر +tile.redSandStone.smooth.name=حجر رملي أحمر ناعم +tile.redstoneDust.name=مسحوق الحجر الاحمر +tile.redstoneLight.name=مصباح الحجر الأحمر +tile.reeds.name=قصب السكر +tile.sand.default.name=رمل +tile.sand.name=رمل +tile.sand.red.name=رمل احمر +tile.sandStone.chiseled.name=حجر رملي منقوش +tile.sandStone.default.name=حجر رملي +tile.sandStone.name=حجر رملي +tile.sandStone.smooth.name=حجر رملي أملس +tile.sapling.acacia.name=الشتلة السنط +tile.sapling.big_oak.name=شتلة البلوط الداكن +tile.sapling.birch.name=شتلة البتولا +tile.sapling.jungle.name=شتلة الدغل +tile.sapling.oak.name=شتلة البلوط +tile.sapling.spruce.name=شتلة البيسية +tile.seaLantern.name=مصباح البحر +tile.sign.name=Ù„Ø§ÙØªØ© +tile.slime.name=بلوكة سلايم +tile.snow.name=ثلج +tile.sponge.dry.name=اسÙنج +tile.sponge.wet.name=إسÙنج رطب +tile.spruceFence.name=سياج من الراتينجية +tile.spruceFenceGate.name=بوابة سياج من الرانتيجية +tile.stainedGlass.black.name=زجاج اسود +tile.stainedGlass.blue.name=زجاج ازرق +tile.stainedGlass.brown.name=زجاج بني +tile.stainedGlass.cyan.name=زجاج سماوي +tile.stainedGlass.gray.name=زجاج رمادي +tile.stainedGlass.green.name=زجاج اخضر +tile.stainedGlass.lightBlue.name=زجاج ازرق ÙØ§ØªØ­ +tile.stainedGlass.lime.name=زجاج ليموني +tile.stainedGlass.magenta.name=زجاج Ø¨Ù†ÙØ³Ø¬ÙŠ +tile.stainedGlass.name=الزجاج الملون +tile.stainedGlass.orange.name=زجاج برتقالي +tile.stainedGlass.pink.name=زجاج وردي +tile.stainedGlass.purple.name=زجاج ارجواني +tile.stainedGlass.red.name=زجاج احمر +tile.stainedGlass.silver.name=زجاج رمادي ÙØ§ØªØ­ +tile.stainedGlass.white.name=زجاج ابيض +tile.stainedGlass.yellow.name=زجاج Ø§ØµÙØ± +tile.stairsBrick.name=درج من الطوب +tile.stairsNetherBrick.name=درج من طوب العالم السÙلي +tile.stairsQuartz.name=درج كوارتز +tile.stairsRedSandStone.name=درج حجر رملي أحمر +tile.stairsSandStone.name=درج من الحجر الرملي +tile.stairsStone.name=درج حجري +tile.stairsStoneBrickSmooth.name=درج من الطوب الحجري +tile.stairsWood.name=درج من خشب البلوط +tile.stairsWoodAcacia.name=الدرج خشب السنط +tile.stairsWoodBirch.name=درج من خشب البتولا +tile.stairsWoodDarkOak.name=الدرج خشب البلوط الداكن +tile.stairsWoodJungle.name=درج من خشب الغابة +tile.stairsWoodSpruce.name=درج من خشب التنوب +tile.stone.andesite.name=انديسايت +tile.stone.andesiteSmooth.name=انديسايت مصقول +tile.stone.diorite.name=ديوريت +tile.stone.dioriteSmooth.name=ديوريت مصقول +tile.stone.granite.name=جرانيت +tile.stone.graniteSmooth.name=جرانيت مصقول +tile.stone.stone.name=حجر +tile.stoneMoss.name=حجر طحلبي +tile.stoneSlab.brick.name=بلاطة طوب +tile.stoneSlab.cobble.name=بلاطة حصاة الرص٠+tile.stoneSlab.name=بلاطة حجرية +tile.stoneSlab.netherBrick.name=طوب الأسÙÙ„ بلاطة +tile.stoneSlab.quartz.name=لوح الكوارتز +tile.stoneSlab.sand.name=بلاطة الحجر الرملي +tile.stoneSlab.smoothStoneBrick.name=بلاطة من الطوب الحجري +tile.stoneSlab.stone.name=بلاطة حجرية +tile.stoneSlab.wood.name=بلاطة خشبية +tile.stoneSlab2.red_sandstone.name=بلاطة حجر رملي أحمر +tile.stonebrick.name=حصاة الرص٠+tile.stonebricksmooth.chiseled.name=طوب حجري منقوش +tile.stonebricksmooth.cracked.name=طوب حجري متشقق +tile.stonebricksmooth.default.name=طوب حجري +tile.stonebricksmooth.mossy.name=طوب حجري مطحلب +tile.stonebricksmooth.name=طوب حجري +tile.tallgrass.fern.name=خنشار +tile.tallgrass.grass.name=عشب طويل +tile.tallgrass.name=عشب +tile.tallgrass.shrub.name=شجيرة +tile.thinGlass.name=لوح زجاجي +tile.thinStainedGlass.black.name=قطعة من الزجاج الملون أسود +tile.thinStainedGlass.blue.name=قطعة من الزجاج الملون الأزرق +tile.thinStainedGlass.brown.name=قطعة من الزجاج الملون البني +tile.thinStainedGlass.cyan.name=قطعة من الزجاج الملون سماوي +tile.thinStainedGlass.gray.name=قطعة من الزجاج الملون رمادي +tile.thinStainedGlass.green.name=قطعة من الزجاج الملون أخضر +tile.thinStainedGlass.lightBlue.name=جزء من زجاج ملون سماوي +tile.thinStainedGlass.lime.name=قطعة من الزجاج الملون ليموني +tile.thinStainedGlass.magenta.name=الجزء الزجاجي الأرجواني +tile.thinStainedGlass.name=جزء الزجاج الملون +tile.thinStainedGlass.orange.name=جزء الزجاج البرتقالي +tile.thinStainedGlass.pink.name=قطعة من الزجاج الملون وردي +tile.thinStainedGlass.purple.name=قطعة من الزجاج الملون Ø¨Ù†ÙØ³Ø¬ÙŠ +tile.thinStainedGlass.red.name=قطعة من الزجاج الملون احمر +tile.thinStainedGlass.silver.name=قطعة من الزجاج الملون رمادي ÙØ§ØªØ­ +tile.thinStainedGlass.white.name=جزء الزجاج الأبيض +tile.thinStainedGlass.yellow.name=جزء من زجاج ملون Ø£ØµÙØ± +tile.tnt.name=ديناميت +tile.torch.name=شعلة +tile.trapdoor.name=باب ÙØªØ­Ø© +tile.tripWire.name=سلك المصيدة +tile.tripWireSource.name=خطا٠سلك المصيدة +tile.vine.name=نبات متسلق +tile.water.name=ماء +tile.waterlily.name=زنبق الماء +tile.web.name=شبكة العنكبوت +tile.weightedPlate_heavy.name=المرجحة لوحة الضغط (الثقيلة) +tile.weightedPlate_light.name=المرجحة لوحة الضغط (الضوء) +tile.whiteStone.name=حجر النهاية +tile.wood.acacia.name=أكاسيا ألواح الخشب +tile.wood.big_oak.name=البلوط الداكن ألواح الخشب +tile.wood.birch.name=ألواح خشب البتولا +tile.wood.jungle.name=خشب الأدغال +tile.wood.name=الواح خشب +tile.wood.oak.name=ألواح خشب البلوط +tile.wood.spruce.name=ألواح خشب البيسية +tile.woodSlab.acacia.name=لوح خشب السنط +tile.woodSlab.big_oak.name=بلاطة خشب البلوط الداكن +tile.woodSlab.birch.name=بلاطة خشب البتولا +tile.woodSlab.jungle.name=بلاطة خشب الدغل +tile.woodSlab.name=بلاطة خشبية +tile.woodSlab.oak.name=بلاطة خشب البلوط +tile.woodSlab.spruce.name=بلاطة خشب البيسية +tile.woolCarpet.black.name=السجاد الأسود +tile.woolCarpet.blue.name=السجاد الأزرق +tile.woolCarpet.brown.name=السجاد البني +tile.woolCarpet.cyan.name=السجاد السماوي +tile.woolCarpet.gray.name=السجاد الرمادي +tile.woolCarpet.green.name=السجاد الأخضر +tile.woolCarpet.lightBlue.name=السجاد الأزرق Ø§Ù„ÙØ§ØªØ­ +tile.woolCarpet.lime.name=السجاد الليموني +tile.woolCarpet.magenta.name=السجاد الأرجواني +tile.woolCarpet.name=سجادة +tile.woolCarpet.orange.name=السجاد البرتقالي +tile.woolCarpet.pink.name=السجاد الوردي +tile.woolCarpet.purple.name=السجاد الأرجواني +tile.woolCarpet.red.name=السجاد الأحمر +tile.woolCarpet.silver.name=السجاد الرمادي Ø§Ù„ÙØ§ØªØ­ +tile.woolCarpet.white.name=سجادة +tile.woolCarpet.yellow.name=السجاد Ø§Ù„Ø£ØµÙØ± +tile.workbench.name=طاولة النجارة +title.oldgl1=تم اكتشا٠بطاقة الرسومات القديمة؛ وهذا قد تمنعك من +title.oldgl2=اللعب ÙÙŠ المستقبل إلى حد بعيد برنامج OpenGL 2.0 سيكون المطلوب. +translation.test.invalid=مرحبا % +translation.test.none=مرحبا بالعالم! +translation.test.world=العالم diff --git a/javascript/lang/ast_ES.lang b/javascript/lang/ast_ES.lang new file mode 100755 index 00000000..3609c596 --- /dev/null +++ b/javascript/lang/ast_ES.lang @@ -0,0 +1,1812 @@ +achievement.acquireIron=Nun dar en fierro +achievement.acquireIron.desc=Derriti un llingote fierro +achievement.bakeCake=El bilordiu +achievement.bakeCake.desc=¡Trigu, zucre, lleche y güevos! +achievement.blazeRod=Nel fueu +achievement.blazeRod.desc=Rínca-y una vara a l'Ãnima'l fueu +achievement.bookcase=Bibliotecariu +achievement.bookcase.desc=Constrúi dalgunes llibreríes p'ameyorar la to mesa d'encantexos +achievement.breedCow=Repoblación +achievement.breedCow.desc=Fai que dos vaques crien con trigu +achievement.buildBetterPickaxe=Calidá ameyorada +achievement.buildBetterPickaxe.desc=Constrúi un picu meyor +achievement.buildFurnace=¡Ambura a esgaya! +achievement.buildFurnace.desc=Constrúi un fornu con ocho bloques de piedra +achievement.buildHoe=¡A semar! +achievement.buildHoe.desc=Usa chaplones y palos pa faer una fesoria +achievement.buildPickaxe=¡Hora de minar! +achievement.buildPickaxe.desc=Usa chaplones y palos pa faer un picu +achievement.buildSword=¡HORA D'ATACAR! +achievement.buildSword.desc=Usa chaplones y palos pa faer una espada +achievement.buildWorkBench=¡Coles manes na masa! +achievement.buildWorkBench.desc=Fai una mesa d'ellaboración con cuatro bloques de chaplones +achievement.cookFish=Pexe perprestosu +achievement.cookFish.desc=¡Pesca y cocina un pexe! +achievement.diamonds=¡DIAMANTES! +achievement.diamonds.desc=Consigui diamantes colos tos preseos de fierro +achievement.diamondsToYou=¡Diamantes pa tigo! +achievement.diamondsToYou.desc=Zampa diamantes a otru xugador. +achievement.enchantments=Encantexador +achievement.enchantments.desc=Usa un llibru, obsidiana y diamantes pa construyir una mesa d'encantexos +achievement.exploreAllBiomes=Hora de venturiegues +achievement.exploreAllBiomes.desc=Percuerri tolos biomes +achievement.flyPig=Cuando'l gochu esnala +achievement.flyPig.desc=Cai montáu nun gochu per un valtadoriu +achievement.fullBeacon=Toupoderosu +achievement.fullBeacon.desc=Crea una baliza máxica completa +achievement.get=¡Llogru algamáu! +achievement.ghast=Mensaxeru mensaxeáu +achievement.ghast.desc=Destrúi una Aguamala abisal con una bola fueu +achievement.killCow=Amortiavaques +achievement.killCow.desc=Consigui dél cueru +achievement.killEnemy=Cazador monstuosu +achievement.killEnemy.desc=Ataca y destrúi un monstruu +achievement.killWither=L'entamu. +achievement.killWither.desc=Amortia al Wither +achievement.makeBread=Panaderu +achievement.makeBread.desc=Tresforma'l trigu en pan +achievement.mineWood=Tronzador +achievement.mineWood.desc=Frañi un árbole fasta qu'apaeza un bloque +achievement.onARail=Na vía +achievement.onARail.desc=Viaxa en vagoneta polo menos 1km dende u entamesti +achievement.openInventory=¡Faciendo l'inventariu! +achievement.openInventory.desc=Primi '%1$s' p'abrir el to inventariu. +achievement.overkill=Matacíu +achievement.overkill.desc=Acute d'un güelpe 9 corazones de dañu +achievement.overpowered=Enllenu poder +achievement.overpowered.desc=Fai una mazana d'oru de Notch +achievement.portal=Direición abisal +achievement.portal.desc=Fai un portal fasta'l Nether +achievement.potion=Destilería llocal +achievement.potion.desc=Fai un brebax +achievement.requires=Rique'%1$s' +achievement.snipeSkeleton=Engarrada d'arqueros +achievement.snipeSkeleton.desc=Amortia a un Encadarmáu con una flecha dende más de 50 metros +achievement.spawnWither=¿L'entamu? +achievement.spawnWither.desc=Fai apaecer al Wither +achievement.taken=¡Algamáu! +achievement.theEnd=¿La fin? +achievement.theEnd.desc=Llocaliza'l Reinu d'Ender +achievement.theEnd2=La fin. +achievement.theEnd2.desc=Vienci al Cuelebre d'Ender +addServer.add=Fecho +addServer.enterIp=Direición del sirvidor +addServer.enterName=Nome del sirvidor +addServer.hideAddress=Anubrir direición +addServer.resourcePack=Paquetes de recursos del sirvidor +addServer.resourcePack.disabled=Deshabilitáu +addServer.resourcePack.enabled=Habilitáu +addServer.resourcePack.prompt=Entrugar +addServer.title=Editar información del sirvidor +advMode.allEntities=Usa "@e" pa marcar a toles entidaes +advMode.allPlayers=Usa "@p" pa esbillar tolos xugadores +advMode.command=Comandu consola +advMode.nearestPlayer=Usa "@p" pa esbillar el xugador más averáu +advMode.notAllowed=Tienes de ser un operador nel mou creativu +advMode.notEnabled=Los bloques de comandos nun tan habilitaos nesti sirvidor +advMode.previousOutput=Salida postrer +advMode.randomPlayer=Usa "@p" pa esbillar un xugador al debalu +advMode.setCommand=Afita un comandu de consola pal bloque +advMode.setCommand.success=Comandu afitáu: %s +attribute.name.generic.attackDamage=Dañu d'ataque +attribute.name.generic.followRange=Rangu de siguimientu de creatura +attribute.name.generic.knockbackResistance=Tiez al emburriu +attribute.name.generic.maxHealth=Vida máxima +attribute.name.generic.movementSpeed=Velocidá +attribute.name.horse.jumpStrength=Fuercia del saltu'l caballu +attribute.name.zombie.spawnReinforcements=Refuerzos de Muertos vivientes +book.byAuthor=por %1$s +book.editTitle=Nomar el títulu'l llibru: +book.finalizeButton=Roblar y zarrar +book.finalizeWarning=¡Nota! Cuando robles el llibru yá nun podrá editase. +book.generation.0=Orixinal +book.generation.1=Copia del orixinal +book.generation.2=Copia de la copia +book.pageIndicator=Páxina %1$s de %2$s +book.signButton=Roblar +build.tooHigh=El llímite d'altor pa construyir ye de %s bloques +chat.cannotSend=Nun pue dunviase'l mensax +chat.copy=Copiar al cartafueyu +chat.link.confirm=¿De xuru quies abrir el siguiente sitiu web? +chat.link.confirmTrusted=¿Quies abrir esti enllaz o copialu al to cartafueyu? +chat.link.open=Abrir nel restolador +chat.link.warning=¡Nun abras tanina enllaces de xente que nun confies! +chat.stream.emote=(%s) * %s %s +chat.stream.text=(%s) <%s> %s +chat.type.achievement=%s ta acabante d'algamar el llogru %s +chat.type.achievement.taken=%s perdió'l llogru %s +commands.achievement.alreadyHave=El xugador %s yá tien el llogru %s +commands.achievement.dontHave=El xugador %s nun tien el llogru %s +commands.achievement.give.success.all=Diéronse tolos llogros con ésitu a %s +commands.achievement.give.success.one=Diose con ésitu a %s la estadística %s +commands.achievement.statTooLow=El xugador %s nun tien l'estáu %s +commands.achievement.take.success.all=Coyíos con ésitu tolos llogros de %s +commands.achievement.unknownAchievement=Llogru o estadística desconocida: '%s' +commands.ban.failed=Nun pudo torgase'l xugador %s +commands.ban.success=Torgóse'l xugador %s +commands.ban.usage=/ban [razón ...] +commands.banip.invalid=Punxesti una direición IP inválida o un xugador que nun ta en llinia +commands.banip.success=Torgada la direición IP %s +commands.banip.success.players=Torgada la direición IP %s arreyada a %s +commands.banip.usage=/ban-ip [razón ...] +commands.banlist.ips=Hai un total de %s direiciones IP torgaes: +commands.banlist.players=Equí hai %s xugadores torgaos: +commands.banlist.usage=/banlist [ips|xugadores] +commands.blockdata.failed=La etiqueta de datos nun camudó: %s +commands.blockdata.outOfWorld=Nun puen camudase los bloques fuera'l mundiu +commands.blockdata.success=Datos del bloques anovaos a: %s +commands.blockdata.tagError=Analís d'etiqueta de datos fallíu: %s +commands.chunkinfo.data=Los primeros 64 vértices son: %s +commands.chunkinfo.usage=/chunkinfo [ ] +commands.clear.failure=Nun pudo llimpiase l'inventariu de %s, nun hai oxetos pa desaniciar +commands.clear.success=Llimpiáu l'inventariu de %s, desaniciando %s oxetos +commands.clear.tagError=Analís d'etiqueta de datos fallíu: %s +commands.clear.testing=%s tien %s oxetos que concasen col criteriu +commands.clone.failed=Nun hai bloques espeyaos +commands.clone.outOfWorld=Nun pue accedese a bloques fuera'l mundiu +commands.clone.success=%s bloques espeyaos +commands.clone.tooManyBlocks=Milenta bloques nel area especificada (%s > %s) +commands.clone.usage=/clone [mou] +commands.compare.failed=La fonte y el destín nun son idénticos +commands.compare.outOfWorld=Nun pue accedese a bloques fuera'l mundiu +commands.compare.success=%s bloques comparaos +commands.compare.tooManyBlocks=Milenta bloques na fastera especificada (%s > %s) +commands.debug.notStarted=¡Nun pues parar el perfil de depuración cuando entá nun lu entamesti! +commands.debug.start=Entamáu'l perfil de depuración +commands.debug.stop=Paráu'l perfil de depuración dempues de %s segundos (%s ticks) +commands.defaultgamemode.success=El mou de xuegu por defeutu del mundiu ye agora %s +commands.defaultgamemode.usage=/defaultgamemode +commands.deop.failed=Nun pudo desfacese l'operador a %s +commands.deop.success=%s yá nun ye operador +commands.deop.usage=/deop +commands.difficulty.success=Afitada la dificultá del xuegu a %s +commands.difficulty.usage=/difficulty +commands.downfall.success=Lluvia des/activada +commands.effect.failure.notActive=Nun pudo coyese %1$s de %2$s porque nun tienen l'efeutu +commands.effect.failure.notActive.all=Nun pudo coyese efutu dalu de %s porque nun tien dengún +commands.effect.notFound=Nun hai efeutu de creatura dalu cola ID %s +commands.effect.success=Diose %1$s (ID %2$s) * %3$s a %4$s por %5$s segundos +commands.effect.success.removed=Coyóse %1$s de %2$s +commands.effect.success.removed.all=Coyíos tolos efeutos de %s +commands.enchant.cantCombine=%1$s nun pue amestase con %2$s +commands.enchant.cantEnchant=L'encantexu esbilláu nun pue amestase al oxetu oxetivu +commands.enchant.noItem=L'oxetivu nun lleva oxetu dalu +commands.enchant.notFound=Nun hai encantexu dalu cola ID %s +commands.enchant.success=L'encantexu fo esitosu +commands.enchant.usage=/enchant [nivel] +commands.entitydata.failed=La etiqueta de datos nun pudo camudase: %s +commands.entitydata.noPlayers=%s ye un xugador y nun pue camudase +commands.entitydata.success=Datos d'entidá anovaos a: %s +commands.entitydata.tagError=Analís d'etiqueta de datos fallíu: %s +commands.execute.allInvocationsFailed=Fallaron toles invocaciones: '%s' +commands.execute.failed=Fallu al executar '%s' como %s +commands.fill.failed=Nun s'asitiaron bloques +commands.fill.outOfWorld=Nun puen asitiase bloques fuera'l mundiu +commands.fill.success=%s bloques asitiaos +commands.fill.tagError=Analís d'etiqueta de datos fallíu: %s +commands.fill.tooManyBlocks=Milenta bloques nel area especificada (%s > %s) +commands.gamemode.success.other=Afitáu'l mou de xuegu de %s a %s +commands.gamemode.success.self=Afitáu'l to mou de xuegu a %s +commands.gamemode.usage=/gamemode [xugador] +commands.gamerule.nopermission=Namái los dueños del sirvidor puen camudar '%s' +commands.gamerule.norule=Nun hai disponible denguna regla de xuegu nomada '%s' +commands.gamerule.success=Anováronse les regles del xuegu +commands.generic.boolean.invalid='%s' nun ye "true" o "false" +commands.generic.double.tooBig=El númberu que punxesti (%s) ye pergrande, tien de ser como muncho %s +commands.generic.double.tooSmall=El númberu que punxesti (%s) ye perpequeñu, tien de ser polo menos %s +commands.generic.entity.invalidType=La triba d'entidá '%s' ye inválida +commands.generic.entity.invalidUuid=La entidá UUID apurrida ta nun formatu inválidu +commands.generic.entity.notFound=Nun pue alcontrase esa identidá +commands.generic.exception=Asocedió un fallu desconocíu entrín s'intentaba executar esti comandu +commands.generic.notFound=Comandu desconocíu. Prueba /help pa una llista comandos +commands.generic.num.invalid='%s' nun ye un númberu válidu +commands.generic.num.tooBig=El númberu que punxesti (%s) ye pergrande, tien de ser como muncho %s +commands.generic.num.tooSmall=El númberu que punxesti (%s) ye perpequeñu, tien de ser polo menos %s +commands.generic.parameter.invalid='%s' nun ye un parámetru válidu +commands.generic.permission=Nun tienes permisu pa usar esti comandu +commands.generic.player.notFound=Nun pue alcontrase esi xugador +commands.generic.syntax=Sintaxis del comandu inválida +commands.generic.usage=Usu: %s +commands.give.notFound=Nun hai oxetu dalu cola ID %s +commands.give.success=Dau %s * %s a %s +commands.give.tagError=Analís d'etiqueta de datos fallíu: %s +commands.give.usage=/give [cantidá] [datos] [etiqueta datos] +commands.help.footer=Conseyu: Usa'l botón entrín teas escribiendo un comandu o los sos argumentos p'autocompletalos +commands.help.header=--- Amosando páxina d'aida %s de %s (/help ) --- +commands.help.usage=/help [páxina|nome de comandu] +commands.kick.success=Espulsóse a %s del xuegu +commands.kick.success.reason=Espulsóse a %s del xuegu: '%s' +commands.kick.usage=/kick [razón ...] +commands.kill.usage=/kill [player|entity] +commands.me.usage=/me +commands.message.display.incoming=%s burbuxóte: %s +commands.message.display.outgoing=Burbuxésti-y a %s: %s +commands.message.sameTarget=¡Nun pues dunviate un mensax priváu! +commands.message.usage=/tell +commands.op.failed=Nun pudo faese operador a %s +commands.op.success=%s féxose operador +commands.op.usage=/op +commands.particle.notFound=Nome d'efeutu desconocíu (%s) +commands.players.list=Hai %s/%s xugadores en llinia: +commands.playsound.playerTooFar=El xugador %s ta perlloñe pa oyer el soníu +commands.playsound.success=Reproducíu'l soníu '%s' pa %s +commands.playsound.usage=/playsound [x] [y] [z] [volume] [pitch] [VolumeMínimu] +commands.publish.failed=Nun pue agospiase'l xuegu llocal +commands.publish.started=Xuegu llocal agospiáu nel puertu %s +commands.replaceitem.tagError=Analís d'etiqueta de datos fallíu: %s +commands.replaceitem.usage=/replaceitem ... +commands.save-off.alreadyOff=El guardáu yá ta apagáu. +commands.save-on.alreadyOn=El guardáu yá ta encesu. +commands.save.disabled=Auto-atroxar mundiu desactiváu +commands.save.enabled=Auto-atroxar mundiu activáu +commands.save.failed=Guardáu fallíu: %s +commands.save.start=Atroxando... +commands.save.success=Atroxáu'l mundiu +commands.say.usage=/say +commands.scoreboard.noMultiWildcard=Namái un usuariu pue usar comodines +commands.scoreboard.objectiveNotFound=Nun s'alcontraron oxetivos dalos col nome '%s' +commands.scoreboard.objectiveReadOnly=L'oxetivu '%s' ye namái de llectura y nun pue afitase +commands.scoreboard.objectives.add.alreadyExists=Yá esiste un oxetivu col nome '%s' +commands.scoreboard.objectives.add.displayTooLong=El nome p'amosar '%s' ye perllargu pa un oxetivu, pue tener como máximu %s carauteres de llargor +commands.scoreboard.objectives.add.success=Amestáu con ésitu l'oxetivu nuevu '%s' +commands.scoreboard.objectives.add.tooLong=El nome '%s' ye perllargu pa un oxetivu, pue tener como másimu %s carauteres de llargor +commands.scoreboard.objectives.add.usage=/scoreboard objectives add [nome p'amosar ...] +commands.scoreboard.objectives.add.wrongType=Triba de criteríu d'oxetivu inválida '%s' +commands.scoreboard.objectives.list.count=Amosando %s oxetivu(os) na tabla puntuaciones: +commands.scoreboard.objectives.list.empty=Nun hai oxetivos na tabla puntuaciones +commands.scoreboard.objectives.list.entry=- %s: amuésase como '%s' y ye de la triba '%s' +commands.scoreboard.objectives.remove.success=Desaniciáu con ésitu l'oxetivu '%s' +commands.scoreboard.objectives.remove.usage=/scoreboard objectives remove +commands.scoreboard.objectives.setdisplay.invalidSlot=Nun hai ralura p'amosar '%s' +commands.scoreboard.objectives.setdisplay.successCleared=Llimpiáu l'oxetivu de la ralura p'amosar '%s' +commands.scoreboard.objectives.setdisplay.successSet=Afitóse l'oxetivu p'amosar na ralura '%s' a '%s' +commands.scoreboard.objectives.setdisplay.usage=/scoreboard objectives setdisplay [objective] +commands.scoreboard.objectives.usage=/scoreboard oxetivos ... +commands.scoreboard.players.list.count=Amosando %s xugadores rastrexaos na tabla puntuaciones: +commands.scoreboard.players.list.empty=Nun hai xugadores rastrexaos na tabla puntuaciones +commands.scoreboard.players.list.player.count=Amosando %s oxetivu(os) rastrexáu(os) pa %s: +commands.scoreboard.players.list.player.empty=El xugador %s nun tien puntuaciones grabaes +commands.scoreboard.players.list.usage=/scoreboard players list [nome] +commands.scoreboard.players.operation.success=Operación aplicada con ésitu +commands.scoreboard.players.reset.success=Reafitar toles puntuaciones del xugador %s +commands.scoreboard.players.resetscore.success=Reaniciar puntuación %s del xugador %s +commands.scoreboard.players.set.success=Afitóse la puntuación de %s pal xugador %s a %s +commands.scoreboard.players.set.tagError=Nun pudo analizase la etiqueta de datos, razón: %s +commands.scoreboard.players.test.failed=La puntuación %s NUN ta nel rangu %s a %s +commands.scoreboard.players.test.success=La puntuación %s ta nel rangu %s a %s +commands.scoreboard.players.usage=/scoreboard xugadores ... +commands.scoreboard.teamNotFound=Nun s'alcontraron equipos dalos col nome '%s' +commands.scoreboard.teams.add.alreadyExists=Xá esiste un equipu col nome '%s' +commands.scoreboard.teams.add.displayTooLong=El nome p'amosar '%s' ye perllargu pa un equipu, tien de ser como máximu %s carauteres de llargor +commands.scoreboard.teams.add.success=Amestáu con ésitu l'equipu nuevu '%s' +commands.scoreboard.teams.add.tooLong=El nome '%s' ye perllargu pa un equipu, pue ser como máximu %s carauteres de llargor +commands.scoreboard.teams.add.usage=/scoreboard teams add [nome p'amosar ...] +commands.scoreboard.teams.empty.alreadyEmpty=Yá ta baleru l'equipu %s. Nun puen desaniciase xugadores non esistentes +commands.scoreboard.teams.empty.success=Desaniciáu l'equipu %s. Tenía %s xugador(es) +commands.scoreboard.teams.join.failure=Nun pudo amestase %s xugador/(es) al equipu %s: %s +commands.scoreboard.teams.join.success=Amestáu(os) %s xugador(es) al equipu %s:%s +commands.scoreboard.teams.join.usage=/scoreboard teams join [xugador] +commands.scoreboard.teams.leave.failure=Nun pudo desniciase %s xugador(es) de los sos equipos: %s +commands.scoreboard.teams.leave.noTeam=Nun tas nun equipu +commands.scoreboard.teams.leave.success=Desaniciáu(os) %s xugador(es) de los sos equipos: %s +commands.scoreboard.teams.leave.usage=/scoreboard teams leave [xugador] +commands.scoreboard.teams.list.count=Amosando %s equipos na tabla puntuaciones: +commands.scoreboard.teams.list.empty=Nun hai equipos rexistraos na tabla puntuaciones +commands.scoreboard.teams.list.entry=%1$s: '%2$s' tien %3$s xugadores +commands.scoreboard.teams.list.player.count=Amosando %s xugador(es) nel equipu %s: +commands.scoreboard.teams.list.player.empty=L'equipu %s nun tien xugadores +commands.scoreboard.teams.list.usage=/scoreboard teams list [nome] +commands.scoreboard.teams.option.noValue=Los valores válidos pa la opción %s son: %s +commands.scoreboard.teams.option.success=Afitada la opción %s pal equipu %s a %s +commands.scoreboard.teams.remove.success=Desanicióse l'equipu %s +commands.scoreboard.teams.remove.usage=/scoreboard teams remove +commands.scoreboard.usage=/scoreboard ... +commands.seed.success=Semiente: %s +commands.setblock.failed=Nun pue asitiase'l bloque +commands.setblock.noChange=Nun pudo asitiase'l bloque +commands.setblock.notFound=Nun hai bloque dalu col ID/nome %s +commands.setblock.outOfWorld=Nun pue asitiase'l llibru fuera'l mundiu +commands.setblock.success=Bloque asitiáu +commands.setblock.tagError=Analís d'etiqueta de datos fallíu: %s +commands.setblock.usage=/setblock [valor] [nome de bloque antiguu] [etiqueta datos] +commands.setidletimeout.success=Afitáu con ésitu'l tiempu d'espulsión por inactividá en %s minutos. +commands.setidletimeout.usage=/setidletimeout +commands.setworldspawn.success=Afitáu'l puntu d'apaición del mundiu en (%s, %s, %s) +commands.setworldspawn.usage=/setworldspawn [ ] +commands.spawnpoint.success=Afitáu'l puntu d'apaición de %s a (%s, %s, %s) +commands.spawnpoint.usage=/spawnpoint [xugador] [ ] +commands.spreadplayers.failure.players=Nun pudieron espardese %s xugadores alredor de %s, %s (milenta xugadores pal espaciu - prueba a espardelos como muncho %s) +commands.spreadplayers.failure.teams=Nun pudieron espardese %s equipos alredor de %s, %s (milenta xugadores pal espaciu - prueba a espardelos como muncho %s) +commands.spreadplayers.info.players=(L'espariu mediu ente xugadores ye %s bloques, tres %s iteraciones) +commands.spreadplayers.info.teams=(L'espariu mediu ente equipos ye %s bloques, tres %s iteraciones) +commands.spreadplayers.spreading.players=Espardiendo %s equipos %s bloques alredor %s, %s (mínimo %s bloques d'espariu) +commands.spreadplayers.spreading.teams=Espardiendo %s equipos %s bloques alredor de %s, %s (mínimo %s bloques d'espariu) +commands.spreadplayers.success.players=Espardíos con ésitu %s xugadores alredor de %s, %s +commands.spreadplayers.success.teams=Espardíos con ésitu %s equipos alredor de %s, %s +commands.spreadplayers.usage=/spreadplayers +commands.stats.block.usage=/stats block ... +commands.stats.failed=Parámetros inválidos +commands.stats.noCompatibleBlock=El bloque en %s, %s, %s nun pue siguir les estadístiques +commands.stats.usage=/stats ... +commands.stop.start=Parando'l sirvidor +commands.summon.failed=Nun pue invocase l'oxetu +commands.summon.outOfWorld=Nun pue invocase l'oxetu fuera'l mundiu +commands.summon.success=Oxetu invocáu con ésitu +commands.summon.tagError=Analís d'etiqueta de datos fallíu: %s +commands.summon.usage=/summon [x] [y] [z] [Etiqueta datos] +commands.tellraw.jsonException=json inválidu: %s +commands.tellraw.usage=/tellraw +commands.testfor.failure=%s nun concasa cola cadarma de datos riquida +commands.testfor.success=Alcontráu %s +commands.testforblock.failed.data=El bloque en %s,%s,%s tien el valor de %s (esperáu: %s). +commands.testforblock.failed.nbt=El bloque en %s, %s, %s nun tenía les claves NBT riquíes. +commands.testforblock.failed.tile=El bloque en %s, %s, %s ye %s (esperáu: %s). +commands.testforblock.failed.tileEntity=El bloque en %s,%s,%s nun ye una entidá válida y nun sofita comparanza d'etiquetes. +commands.testforblock.outOfWorld=Nun pue comprobase'l bloque fuera dell mundiu +commands.testforblock.success=Alcontráu con ésitu'l bloque en %s, %s, %s. +commands.testforblock.usage=/testforblock [valor] [etiqueta datos] +commands.time.added=Amestáu %s al tiempu +commands.time.query=La hora ye %s +commands.time.set=Afitáu'l tiempu a %s +commands.title.success=Títulu'l comandu executáu con ésitu +commands.title.usage=/title ... +commands.title.usage.clear=/title clear|reset +commands.tp.notSameDimension=Nun pue tresportase porque los xugadores nun tán na mesma dimensión +commands.tp.success=Tresportáu %s fasta %s +commands.tp.success.coordinates=Tresportáu %s fasta %s, %s, %s +commands.trigger.invalidPlayer=Namái los xugadores puen usar el comandu /trigger +commands.unban.failed=Nun pudo destorgase'l xugador %s +commands.unban.success=Destorgóse'l xugador %s +commands.unban.usage=/pardon +commands.unbanip.invalid=Punxesti una direición IP inválida +commands.unbanip.success=Destorgada la direición IP %s +commands.unbanip.usage=/pardon-ip +commands.weather.clear=Camudáu'l tiempu a estena +commands.weather.rain=Camudáu'l tiempu a lloviu +commands.weather.thunder=Camudáu'l tiempu a tuena +commands.weather.usage=/weather [duración en segundos] +commands.whitelist.add.failed=Nun pudo amestase a %s a la llista blanca +commands.whitelist.add.success=Amestóse a %s a la llista blanca +commands.whitelist.add.usage=/whitelist add +commands.whitelist.disabled=Llista blanca deshabilitada +commands.whitelist.enabled=Llista blanca habilitada +commands.whitelist.list=Hai %s (de %s vistos) xugadores na llista blanca: +commands.whitelist.reloaded=Recargada la llista blanca +commands.whitelist.remove.failed=Nun pudo desaniciase %s de la llista blanca +commands.whitelist.remove.success=Desaniciáu de la llista blanca a %s +commands.whitelist.remove.usage=/whitelist remove +commands.worldborder.center.usage=/worldborder center +commands.worldborder.get.success=Anguaño'l berbesu del mundiu ta a %s bloques d'anchor +commands.worldborder.usage=/worldborder ... +commands.xp.failure.widthdrawXp=Nun puen dase al xugador puntos d'esperiencia negativos +commands.xp.success=Diose %s d'esperiencia a %s +commands.xp.success.levels=Diose %s nivel(es) a %s +commands.xp.success.negative.levels=Coyóse %s nivel(es) de %s +commands.xp.usage=/xp [xugador] Ó /xp L [xugador] +connect.authorizing=Aniciando sesión... +connect.connecting=Coneutándose col sirvidor... +connect.failed=Fallu al coneutase col sirvidor +container.beacon=Baliza máxica +container.brewing=Sofitu pa brebaxes +container.chest=Bagul +container.chestDouble=Bagul grande +container.crafting=Ellaboración +container.creative=Esbilla d'oxetu +container.dispenser=Llanzador +container.dropper=Apurridor +container.enchant=Encantexu +container.enchant.clue=¿%s . . . ? +container.enchant.lapis.many=%s llapislázuli +container.enchant.lapis.one=1 llapislázuli +container.enchant.level.many=%s niveles d'encantexu +container.enchant.level.one=1 nivel d'encantexu +container.enderchest=Bagul d'Ender +container.furnace=Fornu +container.hopper=Embudu d'oxetos +container.inventory=Inventariu +container.isLocked=¡%s ta bloquiáu! +container.minecart=Vagoneta +container.repair=Tresnar y nomar +container.repair.cost=Coste del encantexu: %1$s +container.repair.expensive=¡Percaru! +controls.reset=Reafitar +controls.resetAll=Reafitar tecles +controls.title=Controles +createWorld.customize.custom.confirm1=Esto trocará los tos axustes +createWorld.customize.custom.confirm2=actuales y nun pue desfacese. +createWorld.customize.custom.confirmTitle=¡Avisu! +createWorld.customize.custom.fixedBiome=Bioma +createWorld.customize.custom.maxHeight=Altor máximu +createWorld.customize.custom.minHeight=Altor mínimu +createWorld.customize.custom.next=Páxina siguiente +createWorld.customize.custom.page0=Axustes básicos +createWorld.customize.custom.page1=Axustes mineral entemecíu +createWorld.customize.custom.page2=Axustes avanzaos (namái pa usuarios espertos!) +createWorld.customize.custom.page3=Axustes adicionales avanzaos (¡Namái usuarios espertos!) +createWorld.customize.custom.preset.goodLuck=Bona suerte +createWorld.customize.custom.preset.waterWorld=Mundiu d'agua +createWorld.customize.custom.prev=Páxina postrer +createWorld.customize.custom.randomize=Al debalu +createWorld.customize.custom.seaLevel=Nivel de la mar +createWorld.customize.custom.useCaves=Cueves +createWorld.customize.custom.useLavaLakes=Llagos de llava +createWorld.customize.custom.useLavaOceans=Oceanos de llava +createWorld.customize.custom.useVillages=Puelos +createWorld.customize.custom.useWaterLakes=Llagos +createWorld.customize.flat.addLayer=Amestar capa +createWorld.customize.flat.editLayer=Editar capa +createWorld.customize.flat.height=Altor +createWorld.customize.flat.layer.bottom=Llímite baxeru - %s +createWorld.customize.flat.layer.top=Llímite cimeru - %s +createWorld.customize.flat.removeLayer=Desaniciar capa +createWorld.customize.flat.tile=Material de capa +createWorld.customize.flat.title=Personalización del mundiu estraplanu +createWorld.customize.presets=Diseños +createWorld.customize.presets.list=D'otramiente, ¡equí ta daqué que fixéremos enantes! +createWorld.customize.presets.select=Usar diseñu +createWorld.customize.presets.share=¿Quies compartir el to diseñu con daquién? ¡Usa la caxa d'embaxo! +createWorld.customize.presets.title=Esbilla un diseñu +death.attack.anvil=Una xunca que cayía achafló a %1$s +death.attack.arrow=%2$s disparó a %1$s +death.attack.arrow.item=%2$s disparó a %1$s usando %3$s +death.attack.cactus=%1$s fo pincháu fasta morrer +death.attack.cactus.player=%1$s apaincó haza un cactus entrín yera escorribandiáu por %2$s +death.attack.drown=%1$s afogóse +death.attack.drown.player=%1$s afogóse entrín intentaba fuxir de %2$s +death.attack.explosion=%1$s esnaló pelos aires +death.attack.explosion.player=%2$s fexo esnalar pelos aires a %1$s +death.attack.fall=%1$s pegóse un gochazu perfuerte +death.attack.fallingBlock=Un bloque que cayía achafló a %1$s +death.attack.fireball=%2$s aventó-y una bola fueu a %1$s +death.attack.fireball.item=%2$s aventó-y una bola fueu a %1$s usando %3$s +death.attack.generic=%1$s morrió +death.attack.inFire=%1$s amburóse +death.attack.inFire.player=%1$s apiancó haza'l fueu entrín lluchaba escontra %2$s +death.attack.inWall=%1$s afogóse nuna parede +death.attack.indirectMagic=%2$s amortió a %1$s usando maxa +death.attack.indirectMagic.item=%2$s amortió a %1$s usando %3$s +death.attack.lava=%1$s intentó ñalar na llava +death.attack.lava.player=%1$s intentó nalar na llava al fuxir de %2$s +death.attack.lightningBolt=Un rescamplíu algamó a %1$s +death.attack.magic=La maxa amortió a %1$s +death.attack.mob=%2$s amortió a %1$s +death.attack.onFire=%1$s morrió amburáu +death.attack.onFire.player=%1$s fo amburáu fasta povisa lluchando escontra %2$s +death.attack.outOfWorld=%1$s cayó del mundiu +death.attack.player=%2$s amortió a %1$s +death.attack.player.item=%2$s amortió a %1$s usando %3$s +death.attack.starve=%1$s morrió arranáu +death.attack.thorns=%1$s matóse intentado firir a %2$s +death.attack.thrown=%2$s golpió a %1$s +death.attack.thrown.item=%2$s golpió a %1$s usando %3$s +death.attack.wither=Un Wither amortió a %1$s +death.fell.accident.generic=%1$s cayó d'un llugar altu +death.fell.accident.ladder=%1$s calló d'una escalera de mano +death.fell.accident.vines=%1$s cayó de dalgunes recimales +death.fell.accident.water=%1$s cayó fuera l'augua +death.fell.assist=%1$s taba condergáu a cayer por %2$s +death.fell.assist.item=%1$s taba condergáu a cayer por %2$s usando %3$s +death.fell.finish=%1$s cayó perlloñe y fo fináu por %2$s +death.fell.finish.item=%1$s cayó perlloñe y fo fináu por %2$s usando %3$s +death.fell.killer=%1$s taba condergáu a cayer +deathScreen.deleteWorld=Desaniciar mundiu +deathScreen.hardcoreInfo=¡Nun pues remanecer nel mou abegosu! +deathScreen.leaveServer=Colar del sirvidor +deathScreen.quit.confirm=¿De xuru quies colar? +deathScreen.respawn=Remanecer +deathScreen.score=Puntuación +deathScreen.title=¡Morriesti! +deathScreen.title.hardcore=¡Xuegu fináu! +deathScreen.titleScreen=Pantalla del títulu +demo.day.1=Esta demo durará 5 díes de xuegu, ¡esfrónate! +demo.day.2=Día dos +demo.day.3=Día tres +demo.day.4=Día cuatro +demo.day.5=¡Esti ye'l to día caberu! +demo.day.6=Pasesti'l quintu día, usa F2 p'atroxar una captrura de la to criación +demo.day.warning=¡El to tiempu ta cuasi fináu! +demo.demoExpired=¡La demo finó! +demo.help.buy=¡Mercar agora! +demo.help.fullWrapped=Esta demo durará 5 díes (alrodiu d'una hora y 40 minutos na vida real). ¡Comprueba los llogros pa tener pistes! ¡Diviértite! +demo.help.inventory=Usa %1$s p'abrir el to inventariu +demo.help.jump=Blinca primiendo %1$s +demo.help.later=¡Siguir xugando! +demo.help.movement=Usa %1$s, %2$s, %3$s, %4$s, y el mur pa movete pela redolada +demo.help.movementMouse=Mira la redolada usando'l mur +demo.help.movementShort=Muévite primiendo %1$s, %2$s, %3$s, %4$s +demo.help.title=Mou demo de Minecraft +demo.remainingTime=Tiempu que falta: %s +demo.reminder=Caducó'l tiempu la demo, ¡merca'l xuegu pa siguir o entama un mundiu nuevu! +difficulty.lock.question=¿De xuru quies bloquiar la dificultá d'esti mundiu? Esto afitará siempres la dificultá d'esti mundiu a %1$s, y enxamás nun podrás camudala de nueves. +difficulty.lock.title=Bloquiar dificultá del mundiu +disconnect.closed=Conexón zarrada +disconnect.disconnected=Desconeutáu pol sirvidor +disconnect.endOfStream=Fin de la tresmisión +disconnect.kicked=Fosti espulsáu del xuegu +disconnect.loginFailed=Fallu al aniciar sesión +disconnect.loginFailedInfo=Fallu al aniciar sesión: %s +disconnect.loginFailedInfo.invalidSession=Sesión inválida (Prueba a reaniciar el xuegu) +disconnect.loginFailedInfo.serversUnavailable=Anguaño l'autenticación ta cayida por caltenimientu. +disconnect.lost=Conexón perdida +disconnect.overflow=Sobrecarga del búfer +disconnect.quitting=Colando +disconnect.spam=Espulsáu por facer spam +disconnect.timeout=Tiempu d'espera escosáu +enchantment.arrowDamage=Fuercia +enchantment.arrowFire=Llapa +enchantment.arrowInfinite=infinidá +enchantment.arrowKnockback=Puxu +enchantment.damage.all=Afiláu +enchantment.damage.arthropods=Velea d'antrópodos +enchantment.damage.undead=Sacrificiu +enchantment.digging=Eficiencia +enchantment.durability=Durabilidá +enchantment.fire=Aspeutu amburador +enchantment.fishingSpeed=Cebu +enchantment.knockback=Emburriu +enchantment.level.1=I +enchantment.level.10=X +enchantment.level.2=II +enchantment.level.3=III +enchantment.level.4=IV +enchantment.level.5=V +enchantment.level.6=VI +enchantment.level.7=VII +enchantment.level.8=VIII +enchantment.level.9=IX +enchantment.lootBonus=Saquéu +enchantment.lootBonusDigger=Bayura +enchantment.lootBonusFishing=La xorra la mar +enchantment.oxygen=Aliendu +enchantment.protect.all=Proteición +enchantment.protect.explosion=Proteición escontra españíos +enchantment.protect.fall=Pesu pluma +enchantment.protect.fire=Proteición escontra'l fueu +enchantment.protect.projectile=Proteición escontra proyeutiles +enchantment.thorns=Espines +enchantment.untouching=Tautu seda +enchantment.waterWalker=Axilidá acuático +enchantment.waterWorker=Afinidá acuática +entity.ArmorStand.name=Sofitu p'armadura +entity.Arrow.name=flecha +entity.Bat.name=Esperteyu +entity.Blaze.name=Ãnima'l fueu +entity.Boat.name=Chalana +entity.Cat.name=Muxu +entity.CaveSpider.name=Araña de cueva +entity.Chicken.name=Pitu +entity.Cow.name=Vaca +entity.Creeper.name=Criper +entity.EnderDragon.name=Cuélebre d'Ender +entity.Enderman.name=Home d'Ender +entity.EntityHorse.name=Caballu +entity.FallingSand.name=Bloque que cai +entity.Fireball.name=Bola fueu +entity.Ghast.name=Aguamala abisal +entity.Giant.name=Xigante +entity.Guardian.name=Guardián +entity.Item.name=Oxetu +entity.KillerBunny.name=El coneyu asesín +entity.LavaSlime.name=Llimu magmáticu +entity.Minecart.name=Vagoneta +entity.Mob.name=Creatura +entity.Monster.name=Monstruu +entity.MushroomCow.name=Vaca-fungu +entity.Ozelot.name=Ocelote +entity.Painting.name=Cuadru +entity.Pig.name=Gochu +entity.PigZombie.name=Home-gochu viviente +entity.PrimedTnt.name=Bloque TNT +entity.Rabbit.name=Coneyu +entity.Sheep.name=Oveya +entity.Silverfish.name=Pexe platiáu +entity.Skeleton.name=Cadarma +entity.Slime.name=Llimu viviente +entity.SmallFireball.name=Bola fueu pequeña +entity.SnowMan.name=Gólem de ñeve +entity.Snowball.name=Bola ñeve +entity.Spider.name=Araña +entity.Squid.name=Calamar +entity.Villager.cleric=Clérigu +entity.Villager.farmer=Granxeru +entity.Villager.fisherman=Pescador +entity.Villager.fletcher=Flecheru +entity.Villager.librarian=Bibliotecariu +entity.Villager.name=Xaldu +entity.Villager.shepherd=Oveyeru +entity.VillagerGolem.name=Gólem de fierro +entity.Witch.name=Bruxa +entity.WitherBoss.name=Wither +entity.Wolf.name=Llobu +entity.XPOrb.name=Bola d'esperiencia +entity.Zombie.name=Muertu viviente +entity.donkey.name=Monu +entity.generic.name=desconocíu +entity.horse.name=Caballu +entity.mule.name=Mula +entity.skeletonhorse.name=Caballu encadarmáu +entity.zombiehorse.name=Caballu zombi +gameMode.adventure=Mou venturiega +gameMode.changed=Anovóse'l to mou de xuegu +gameMode.creative=Mou creativu +gameMode.hardcore=¡Mou abegosu! +gameMode.survival=Mou sobrevivencia +generator.amplified=AMPLIFICADA +generator.amplified.info=Avisu: namái pa esfrutar, ríquese un ordenador potente +generator.customized=Personalizáu +generator.debug_all_block_states=Mou depuración +generator.default=Por defeutu +generator.flat=Estraplanu +generator.largeBiomes=Biomes grandes +gui.achievements=Llogros +gui.all=Too +gui.back=Tornar +gui.cancel=Encaboxar +gui.done=Fecho +gui.down=Abaxo +gui.no=Non +gui.none=Dengún +gui.stats=Estadístiques +gui.toMenu=Tornar al menú principal +gui.up=Arriba +gui.yes=Sí +inventory.binSlot=Desaniciar oxetu +item.apple.name=Mazana +item.appleGold.name=Mazana d'oru +item.armorStand.name=Sofitu p'armadura +item.arrow.name=Flecha +item.banner.black.name=Estandarte prietu +item.banner.blue.name=Estandarte azul +item.banner.brown.name=Estandarte marrón +item.banner.cyan.name=Estandarte cianu +item.banner.gray.name=Estandarte buxu +item.banner.green.name=Estandarte verde +item.banner.lightBlue.name=Estandarte azul claru +item.banner.lime.name=Estandarte llima +item.banner.magenta.name=Estandarte maxenta +item.banner.mojang.black=Cosa prieta +item.banner.mojang.blue=Cosa azul +item.banner.mojang.brown=Cosa marrón +item.banner.mojang.green=Cosa verde +item.banner.mojang.lightBlue=Cosa azul clara +item.banner.mojang.magenta=Cosa maxenta +item.banner.mojang.orange=Cosa ñaranxa +item.banner.mojang.purple=Cosa morada +item.banner.mojang.red=Cosa bermeya +item.banner.mojang.white=Cosa blanca +item.banner.orange.name=Estandarte ñaranxa +item.banner.pink.name=Estandarte rosa +item.banner.purple.name=Estandarte moráu +item.banner.red.name=Estandarte bermeyu +item.banner.silver.name=Estandarte buxu claru +item.banner.square_bottom_left.black=Cantón prietu en base a diestra +item.banner.square_bottom_left.blue=Cantón azul en base a diestra +item.banner.square_bottom_left.brown=Cantón marrón en base a diestra +item.banner.square_bottom_left.cyan=Cantón cianu en base a diestra +item.banner.square_bottom_left.gray=Cantón buxu en base a diestra +item.banner.square_bottom_left.green=Cantón verde en base a diestra +item.banner.square_bottom_left.lightBlue=Cantón azul claru en base a diestra +item.banner.square_bottom_left.lime=Cantón llima en base a diestra +item.banner.square_bottom_left.magenta=Cantón maxenta en base a diestra +item.banner.square_bottom_left.orange=Cantón ñaranxa en base a diestra +item.banner.square_bottom_left.pink=Cantón rosa en base a diestra +item.banner.square_bottom_left.purple=Cantón moráu en base a diestra +item.banner.square_bottom_left.red=Cantón bermeyu en base a diestra +item.banner.square_bottom_left.silver=Cantón buxu claru en base a diestra +item.banner.square_bottom_left.white=Cantón blancu en base a diestra +item.banner.square_bottom_left.yellow=Cantón mariellu en base a diestra +item.banner.square_bottom_right.black=Cantón prietu en base a siniestra +item.banner.square_bottom_right.blue=Cantón azul en base a siniestra +item.banner.square_bottom_right.brown=Cantón marrón en base a siniestra +item.banner.square_bottom_right.cyan=Cantón cianu en base a siniestra +item.banner.square_bottom_right.gray=Cantón buxu en base a siniestra +item.banner.square_bottom_right.green=Cantón verde en base a siniestra +item.banner.square_bottom_right.lightBlue=Cantón azul claro en base a siniestra +item.banner.square_bottom_right.lime=Cantón llima en base a siniestra +item.banner.square_bottom_right.magenta=Cantón maxenta en base a siniestra +item.banner.square_bottom_right.orange=Cantón ñaranxa en base a siniestra +item.banner.square_bottom_right.pink=Cantón rosa en base a siniestra +item.banner.square_bottom_right.purple=Cantón moráu en base a siniestra +item.banner.square_bottom_right.red=Cantón bermeyu en base a siniestra +item.banner.square_bottom_right.silver=Cantón buxu claru en base a siniestra +item.banner.square_bottom_right.white=Cantón blancu en base a siniestra +item.banner.square_bottom_right.yellow=Cantón mariellu en base a siniestra +item.banner.square_top_left.black=Cantón prietu en xefe a diestra +item.banner.square_top_left.blue=Cantón azul en xefe a diestra +item.banner.square_top_left.brown=Cantón marrón en xefe a diestra +item.banner.square_top_left.cyan=Cantón cianu en xefe a diestra +item.banner.square_top_left.gray=Cantón buxu en xefe a diestra +item.banner.square_top_left.green=Cantón verde en xefe a diestra +item.banner.square_top_left.lightBlue=Cantón azul claru en xefe a diestra +item.banner.square_top_left.lime=Cantón llima en xefe a diestra +item.banner.square_top_left.magenta=Cantón maxenta en xefe a diestra +item.banner.square_top_left.orange=Cantón ñaranxa en xefe a diestra +item.banner.square_top_left.pink=Cantón rosa en xefe a diestra +item.banner.square_top_left.purple=Cantón moráu en xefe a diestra +item.banner.square_top_left.red=Cantón bermeyu en xefe a diestra +item.banner.square_top_left.silver=Cantón buxu claru en xefe a diestra +item.banner.square_top_left.white=Cantón blancu en xefe a diestra +item.banner.square_top_left.yellow=Cantón mariellu en xefe a diestra +item.banner.square_top_right.black=Cantón prietu en xefe a siniestra +item.banner.square_top_right.blue=Cantón azul en xefe a siniestra +item.banner.square_top_right.brown=Cantón marrón en xefe a siniestra +item.banner.square_top_right.cyan=Cantón cianu en xefe a siniestra +item.banner.square_top_right.gray=Cantón buxu en xefe a siniestra +item.banner.square_top_right.green=Cantón verde en xefe a siniestra +item.banner.square_top_right.lightBlue=Cantón azul claru en xefe a siniestra +item.banner.square_top_right.lime=Cantón llima en xefe a siniestra +item.banner.square_top_right.magenta=Cantón maxenta en xefe a siniestra +item.banner.square_top_right.orange=Cantón ñaranxa en xefe a siniestra +item.banner.square_top_right.pink=Cantón rosa en xefe a siniestra +item.banner.square_top_right.purple=Cantón moráu en xefe a siniestra +item.banner.square_top_right.red=Cantón bermeyu en xefe a siniestra +item.banner.square_top_right.silver=Cantón buxu claru en xefe a siniestra +item.banner.square_top_right.white=Cantón blancu en xefe a siniestra +item.banner.square_top_right.yellow=Cantón mariellu en xefe a siniestra +item.banner.white.name=Estandarte blancu +item.banner.yellow.name=Estandarte mariellu +item.bed.name=Cama +item.beefCooked.name=Filete +item.beefRaw.name=Chuletón crudu +item.blazePowder.name=Povisa d'Ãnima'l fueu +item.blazeRod.name=Vara d'Ãnima'l fueu +item.boat.name=Chalana +item.bone.name=Güesu +item.book.name=Llibru +item.bootsChain.name=Botes de cota malla +item.bootsCloth.name=Botes de cueru +item.bootsDiamond.name=Botes de diamante +item.bootsGold.name=Botes d'oru +item.bootsIron.name=Botes de fierro +item.bow.name=Arcu +item.bowl.name=Escudiella +item.bread.name=Pan +item.brewingStand.name=Sofitu pa brebaxes +item.brick.name=Lladriyu +item.bucket.name=Calderu +item.bucketLava.name=Calderu llava +item.bucketWater.name=Calderu augua +item.cake.name=Tarta +item.canBreak=Pue romper: +item.canPlace=Pue asitiase en: +item.carrotGolden.name=Cenahoria d'oru +item.carrotOnAStick.name=Cenahoria nuna caña +item.carrots.name=Cenahoria +item.cauldron.name=Calderón +item.charcoal.name=Carbón vexetal +item.chestplateChain.name=Petu de cota malla +item.chestplateCloth.name=Túnica de cueru +item.chestplateDiamond.name=Petu de diamante +item.chestplateGold.name=Petu d'oru +item.chestplateIron.name=Petu de fierro +item.chickenCooked.name=Pitu caltriáu +item.chickenRaw.name=Pitu crudu +item.clay.name=Barru santo +item.clock.name=Reló +item.coal.name=Carbón +item.comparator.name=Comparador de cuetu-bermeyu +item.compass.name=Brúxula +item.cookie.name=Galleta +item.diamond.name=Diamante +item.diode.name=Repetidor de cuetu-bermeyu +item.doorAcacia.name=Puerta d'alcacia +item.doorBirch.name=Puerta de xardu +item.doorDarkOak.name=Puerta de rebollu escuru +item.doorIron.name=Puerta fierro +item.doorJungle.name=Puerta de madera de xungla +item.doorOak.name=Puerta de rebollu +item.doorSpruce.name=Puerta d'abetu +item.dyePowder.black.name=Fardela de tinta +item.dyePowder.blue.name=Llapislázuli +item.dyePowder.brown.name=Fabes de cacáu +item.dyePowder.cyan.name=Tinte cianu +item.dyePowder.gray.name=Tinte buxu +item.dyePowder.green.name=Tinte verde +item.dyePowder.lightBlue.name=Tinte azul claru +item.dyePowder.lime.name=Tinte llima +item.dyePowder.magenta.name=Tinte maxenta +item.dyePowder.orange.name=Tinte ñaranxa +item.dyePowder.pink.name=Tinte rosa +item.dyePowder.purple.name=Tinte moráu +item.dyePowder.red.name=Tinte bermeyu +item.dyePowder.silver.name=Tinte buxu claru +item.dyePowder.white.name=Fariña güesu +item.dyePowder.yellow.name=Cardeña mariella +item.dyed=Tiñíu +item.egg.name=Güevu +item.emerald.name=Esmeralda +item.emptyMap.name=Mapa baleru +item.emptyPotion.name=Botella d'augua +item.enchantedBook.name=Llibru encantexáu +item.enderPearl.name=Perlla d'Ender +item.expBottle.name=Botella encantexada +item.eyeOfEnder.name=Güeyu d'Ender +item.feather.name=Pluma +item.fermentedSpiderEye.name=Güeyu d'araña formentáu +item.fireball.name=Carga de fueu +item.fireworks.flight=Duración del ñalu: +item.fireworks.name=Volador +item.fireworksCharge.black=Prietu +item.fireworksCharge.blue=Azul +item.fireworksCharge.brown=Marrón +item.fireworksCharge.customColor=Personalizáu +item.fireworksCharge.cyan=Cianu +item.fireworksCharge.fadeTo=Esvanecer a +item.fireworksCharge.flicker=Rellumu +item.fireworksCharge.gray=Buxu +item.fireworksCharge.green=Verde +item.fireworksCharge.lightBlue=Azul claru +item.fireworksCharge.lime=Llima +item.fireworksCharge.magenta=Maxenta +item.fireworksCharge.name=Volador d'estrella +item.fireworksCharge.orange=Ñaranxa +item.fireworksCharge.pink=Rosa +item.fireworksCharge.purple=Moráu +item.fireworksCharge.red=Bermeyu +item.fireworksCharge.silver=Buxu claru +item.fireworksCharge.trail=Buelga +item.fireworksCharge.type=Forma desconocida +item.fireworksCharge.type.0=Bola pequeña +item.fireworksCharge.type.1=Bola grande +item.fireworksCharge.type.2=En forma d'estrella +item.fireworksCharge.type.3=En forma de Criper +item.fireworksCharge.type.4=Españíu +item.fireworksCharge.white=Blancu +item.fireworksCharge.yellow=Mariellu +item.fish.clownfish.raw.name=Pexe payasu +item.fish.cod.cooked.name=Pexe caltriáu +item.fish.cod.raw.name=Pexe crudu +item.fish.pufferfish.raw.name=Pexe globu +item.fish.salmon.cooked.name=Salmón caltriáu +item.fish.salmon.raw.name=Salmón crudu +item.fishingRod.name=Caña pescar +item.flint.name=Ferrial +item.flintAndSteel.name=Ferrial y aceru +item.flowerPot.name=Maceta +item.frame.name=Marcu d'oxetos +item.ghastTear.name=Llárima d'Aguamala abisal +item.glassBottle.name=Botella cristal +item.goldNugget.name=Llixu d'oru +item.hatchetDiamond.name=Bruesa diamante +item.hatchetGold.name=Bruesa d'oru +item.hatchetIron.name=Bruesa fierro +item.hatchetStone.name=Bruesa piedra +item.hatchetWood.name=Bruesa madera +item.helmetChain.name=Cascu de cota malla +item.helmetCloth.name=Cascu de cueru +item.helmetDiamond.name=Cascu diamante +item.helmetGold.name=Cascu d'oru +item.helmetIron.name=Cascu fierro +item.hoeDiamond.name=Fesoria diamante +item.hoeGold.name=Fesoria d'oru +item.hoeIron.name=Fesoria de fierro +item.hoeStone.name=Fesoria de piedra +item.hoeWood.name=Fesoria madera +item.horsearmordiamond.name=Armadura diamante pal caballu +item.horsearmorgold.name=Armadura d'oru pal caballu +item.horsearmormetal.name=Armadura fierro pal caballu +item.ingotGold.name=Llingote d'oru +item.ingotIron.name=Llingote fierro +item.leash.name=Llaciu +item.leather.name=Cueru +item.leaves.name=Fueyes +item.leggingsChain.name=Pantalones de cota malla +item.leggingsCloth.name=Pantalones de cueru +item.leggingsDiamond.name=Pantalones de diamante +item.leggingsGold.name=Pantalones d'oru +item.leggingsIron.name=Pantalones de fierro +item.magmaCream.name=Crema de magma +item.map.name=Mapa +item.melon.name=Sandía +item.milk.name=Lleche +item.minecart.name=Vagoneta +item.minecartChest.name=Vagoneta con bagul +item.minecartCommandBlock.name=Vagoneta con bloque de comandos +item.minecartFurnace.name=Vagoneta con fornu +item.minecartHopper.name=Vagoneta con embudu d'oxetos +item.minecartTnt.name=Vagoneta con TNT +item.monsterPlacer.name=Güevu xenerador de +item.mushroomStew.name=Entemez de fungu +item.muttonCooked.name=Corderu cocináu +item.muttonRaw.name=Corderu crudu +item.nameTag.name=Etiqueta +item.netherStalkSeeds.name=Fungu abisal +item.netherStar.name=Estrella abisal +item.netherbrick.name=Lladriyu abisal +item.netherquartz.name=Cuarzu abisal +item.painting.name=Cuadru +item.paper.name=Papel +item.pickaxeDiamond.name=Picu diamante +item.pickaxeGold.name=Picu d'oru +item.pickaxeIron.name=Picu fierro +item.pickaxeStone.name=Picu de piedra +item.pickaxeWood.name=Picu madera +item.porkchopCooked.name=Chuleta gochu caltriada +item.porkchopRaw.name=Chuleta gochu cruda +item.potato.name=Pataca +item.potatoBaked.name=Pataqua cocha +item.potatoPoisonous.name=Pataca velenosa +item.potion.name=Brebax +item.prismarineCrystals.name=Cristales de prismarín +item.prismarineShard.name=Cachu de prismarín +item.pumpkinPie.name=Pastelín de calabaza +item.rabbitCooked.name=Coneyu cocináu +item.rabbitFoot.name=Pie de coneyu +item.rabbitHide.name=Piel de coneyu +item.rabbitRaw.name=Coneyu crudu +item.rabbitStew.name=Entemez de coneyu +item.record.11.desc=C418 - 11 +item.record.13.desc=C418 - 13 +item.record.blocks.desc=C418 - blocks +item.record.cat.desc=C418 - cat +item.record.chirp.desc=C418 - chirp +item.record.far.desc=C418 - far +item.record.mall.desc=C418 - mall +item.record.mellohi.desc=C418 - mellohi +item.record.name=Discu música +item.record.stal.desc=C418 - stal +item.record.strad.desc=C418 - strad +item.record.wait.desc=C418 - wait +item.record.ward.desc=C418 - ward +item.redstone.name=Cuetu-bermeyu +item.reeds.name=Cañes de zucre +item.rottenFlesh.name=Carne apodrecío +item.ruby.name=Rubí +item.saddle.name=Siella pa montar +item.seeds.name=Semiente +item.seeds_melon.name=Semiente de sandía +item.seeds_pumpkin.name=Semiente de calabaza +item.shears.name=Tisories +item.shovelDiamond.name=Pala diamante +item.shovelGold.name=Pala d'oru +item.shovelIron.name=Pala fierro +item.shovelStone.name=Pala de piedra +item.shovelWood.name=Pala madera +item.sign.name=Cartelu +item.skull.char.name=Tiesta +item.skull.creeper.name=Tiesta de Criper +item.skull.player.name=Tiesta de %s +item.skull.skeleton.name=Craniu +item.skull.wither.name=Craniu de Wither +item.skull.zombie.name=Tiesta de muertu viviente +item.slimeball.name=Bola llimu +item.snowball.name=Bola ñeve +item.speckledMelon.name=Sandía rellumosa +item.spiderEye.name=Güeyu d'araña +item.stick.name=Palu +item.string.name=Filu +item.sugar.name=Zucre +item.sulphur.name=Pólvora +item.swordDiamond.name=Espada diamante +item.swordGold.name=Espada d'oru +item.swordIron.name=Espada fierro +item.swordStone.name=Espada de piedra +item.swordWood.name=Espada madera +item.unbreakable=Indestruyible +item.wheat.name=Trigu +item.writingBook.name=Llibru y pluma +item.writtenBook.name=Llibru escritu +item.yellowDust.name=Povisa de piedra rellumante +itemGroup.brewing=Destilación +itemGroup.buildingBlocks=Bloques de construcción +itemGroup.combat=Engarradiella +itemGroup.decorations=Bloques de decoración +itemGroup.food=Vianda +itemGroup.inventory=Inventariu de sobrevivivencia +itemGroup.materials=Materiales +itemGroup.misc=Miscelaina +itemGroup.redstone=Cuetu-bermeyu +itemGroup.search=Gueta d'oxetos +itemGroup.tools=Preseos +itemGroup.transportation=Tresporte +key.attack=Atacar/Destruyir +key.back=Apiancar p'atrás +key.categories.gameplay=Mou de xuegu +key.categories.inventory=Inventariu +key.categories.misc=Miscelaina +key.categories.movement=Movimientu +key.categories.multiplayer=Dellos xugadores +key.categories.stream=Tresmitiendo +key.categories.ui=Interfaz del xuegu +key.chat=Abrir charra +key.command=Abrir comandu +key.drop=Zampar oxetu +key.forward=Apiancar p'alantre +key.fullscreen=Cambear a pantalla completa +key.hotbar.1=Atayu 1 +key.hotbar.2=Atayu 2 +key.hotbar.3=Atayu 3 +key.hotbar.4=Atayu 4 +key.hotbar.5=Atayu 5 +key.hotbar.6=Atayu 6 +key.hotbar.7=Atayu 7 +key.hotbar.8=Atayu 8 +key.hotbar.9=Atayu 9 +key.inventory=Inventariu +key.jump=Blincar +key.left=Apiancar haza la izquierda +key.mouseButton=Botón %1$s +key.pickItem=Coyer bloque +key.playerlist=Llistar xugadores +key.right=Apiancar haza la drecha +key.screenshot=Facer una captura +key.smoothCamera=Cambear a cámara cinematográfica +key.sneak=Encuxar +key.sprint=Correr +key.streamCommercial=Amosar anuncies de la tresmisión +key.streamPauseUnpause=Posar/Siguir tresmisión +key.streamStartStop=Entamar/Parar tresmisión +key.streamToggleMic=Primi pa falar/silenciar +key.togglePerspective=Cambear perspeutiva +key.use=Usar oxetu/asitiar bloque +lanServer.otherPlayers=Axustes pa otros xugadores +lanServer.scanning=Guetando partíes na to rede llocal +lanServer.start=Aniciar mundiu na LAN +lanServer.title=Mundiu LAN +language.code=ast_ES +language.name=Asturianu +language.region=Asturies +mcoServer.title=Mundiu en llinia Minecraft +menu.convertingLevel=Tresformando'l mundiu +menu.disconnect=Desconeutase +menu.game=Menú del xuegu +menu.generatingLevel=Xenerando'l mundiu +menu.generatingTerrain=Construyendo'l tarrén +menu.loadingLevel=Cargando'l mundiu +menu.multiplayer=Dellos xugadores +menu.options=Opciones... +menu.playdemo=Xugar mundiu demo +menu.quit=Colar del xuegu +menu.resetdemo=Reaniciar mundiu demo +menu.respawning=Remaneciendo +menu.returnToGame=Tornar al xuegu +menu.returnToMenu=Atroxar y colar al menú principal +menu.shareToLan=Abrir na LAN +menu.simulating=Simulando'l mundiu, un momentu +menu.singleplayer=Un xugador +menu.switchingLevel=Camudando mundios +merchant.deprecated=¡Fai dalgún intercambéu pa desbloquiar! +mount.onboard=Primi %1$s pa desmontate +multiplayer.connect=Coneutar +multiplayer.downloadingStats=Descargando estadístiques y llogros... +multiplayer.downloadingTerrain=Descargando'l tarrén +multiplayer.info1=Anguaño'l mou multixugador de Minecraft nun ta fináu, pero hai +multiplayer.info2=pruebes pa con dalgunos fallos. +multiplayer.ipinfo=Introduz la IP d'un sirvidor pa coneutate: +multiplayer.player.joined=%s xunióse al xuegu +multiplayer.player.joined.renamed=Xunióse al xuegu %s (enantes conocíu como %s) +multiplayer.player.left=%s coló del xuegu +multiplayer.stopSleeping=Llevantase +multiplayer.texturePrompt.line1=Esti sirvidor aconseya l'usu d'un paquete recursos personalizáu. +multiplayer.texturePrompt.line2=¿Prestaríate baxalu ya instalalu automáxicamente? +multiplayer.title=Xugar nel mou multixugador +options.advancedButton=Axustes del videu avanzaos... +options.advancedOpengl=OpenGL avanzáu +options.advancedVideoTitle=Axustes de videu avanzaos +options.anaglyph=3D Anaglíficu +options.ao=Allumáu nidio +options.ao.max=Máximu +options.ao.min=Mínimu +options.ao.off=OFF +options.chat.color=Colores +options.chat.height.focused=Altor enfocáu +options.chat.height.unfocused=Altor desenfocáu +options.chat.links=Enllaces web +options.chat.links.prompt=Suxerir nos enllaces +options.chat.opacity=Opacidá +options.chat.scale=Escala +options.chat.title=Axustes de charra... +options.chat.visibility=Charra +options.chat.visibility.full=Amosada +options.chat.visibility.hidden=Anubrida +options.chat.visibility.system=Namái comandos +options.chat.width=Anchor +options.controls=Controles... +options.customizeTitle=Axustes de personalización del mundiu +options.difficulty=Dificultá +options.difficulty.easy=Cenciella +options.difficulty.hard=Difícil +options.difficulty.hardcore=Abegosa +options.difficulty.normal=Normal +options.difficulty.peaceful=Sele +options.farWarning1=Aconséyase una instalación de 64 bits de Java +options.farWarning2=pa distancia de renderizáu 'Llonxana' (tienes 32 bits) +options.fboEnable=Habilitar FBOs +options.forceUnicodeFont=Forciar fonte Unicode +options.fov=Campu visión +options.fov.max=Quake Pro +options.fov.min=Normal +options.framerateLimit=Fotogrames máximos +options.framerateLimit.max=Illimitáu +options.fullscreen=Pantalla completa +options.gamma=Rellumu +options.gamma.max=Llumosu +options.gamma.min=Escuru +options.graphics=Gráficos +options.graphics.fancy=Imaxinativos +options.graphics.fast=Rápidos +options.guiScale=Grandor d'interfaz +options.guiScale.auto=Auto +options.guiScale.large=Grande +options.guiScale.normal=Normal +options.guiScale.small=Pequeña +options.hidden=Anubríu +options.invertMouse=Invertir mur +options.language=Llingua... +options.languageWarning=Les tornes puen nun ser 100%% fiables +options.mipmapLevels=Niveles del minimapa +options.modelPart.cape=Capa +options.modelPart.hat=Capiellu +options.modelPart.jacket=Chaqueta +options.modelPart.left_sleeve=Manga esquierda +options.modelPart.right_sleeve=Manga drecha +options.multiplayer.title=Axustes de multixugador... +options.music=Música +options.off=NON +options.on=Sà +options.particles=Partícules +options.particles.all=Toes +options.particles.decreased=Amenorgaes +options.particles.minimal=Mínimes +options.performanceButton=Axustes de rindimientu del videu... +options.performanceVideoTitle=Axustes de rindimientu del videu +options.postButton=Axustes del post-procesáu... +options.postProcessEnable=Habilitar post-procesáu +options.postVideoTitle=Axustes del post-procesáu +options.qualityButton=Axustes de calidá del videu... +options.qualityVideoTitle=Axustes de calidá del videu +options.reducedDebugInfo=Información de depuración amenorgada +options.renderClouds=Ñubes +options.renderDistance=Visibilidá +options.renderDistance.far=Llonxana +options.renderDistance.normal=Normal +options.renderDistance.short=Curtia +options.renderDistance.tiny=Nana +options.resourcepack=Paquetes de recursos... +options.saturation=Saturación +options.sensitivity=Sensibilidá +options.sensitivity.max=¡¡¡HIPERVELOCIDÃ!!! +options.sensitivity.min=*seeeele* +options.skinCustomisation=Personalizar aspeutu... +options.skinCustomisation.title=Personalización d'aspeutu +options.snooper=Habilitar recoyida datos +options.snooper.desc=Queremos recoyer información tocante al to ordenador p'aidar a ameyorar Minecraft sabiendo que podemos sofitar y u tán los problemes más gordos. Toa esta información ye anónima dafechu y visible embaxo. ¡Prometemos que nun fadremos un res malo con estos datos, pero si nun quies que lo faigamos siéntite llibre de desactivalo! +options.snooper.title=Recoyida d'especificaciones del equipu +options.snooper.view=Axustes de recoyida datos... +options.sound=Soníu +options.sounds=Música y soníos... +options.sounds.title=Opciones de música y soníu +options.stream=Axustes de tresmisión... +options.stream.bytesPerPixel=Calidá +options.stream.changes=Podríes necesitar el reaniciu de la to tresmisión pa qu'estes camudancies faigan efeutu. +options.stream.chat.enabled=Habilitar +options.stream.chat.enabled.always=Siempres +options.stream.chat.enabled.never=Tanina +options.stream.chat.enabled.streaming=Na tresmisión +options.stream.chat.title=Axustes de charra Twitch +options.stream.chat.userFilter=Usar filtru +options.stream.chat.userFilter.all=Tolos espectadores +options.stream.chat.userFilter.mods=Llendadores +options.stream.chat.userFilter.subs=Soscriptores +options.stream.compression=Compresión +options.stream.compression.high=Alta +options.stream.compression.low=Baxa +options.stream.compression.medium=Media +options.stream.estimation=Resolución estimada: %sx%s +options.stream.fps=Fotogrames +options.stream.ingest.reset=Reafitar preferencia +options.stream.ingest.title=Sirvidores de tresmisión Twitch +options.stream.ingestSelection=Llista sirvidores de tresmisión +options.stream.kbps=Anchor de banda +options.stream.micToggleBehavior=Primi pa +options.stream.micVolumne=Volume'l micrófonu +options.stream.mic_toggle.mute=Silenciar +options.stream.mic_toggle.talk=Falar +options.stream.sendMetadata=Dunviar datos meta +options.stream.systemVolume=Volume'l sistema +options.stream.title=Axustes de tresmisión Twitch +options.title=Opciones +options.touchscreen=Mou pantalla táutil +options.vbo=Usar VBOs +options.video=Axustes de videu... +options.videoTitle=Axustes de videu +options.viewBobbing=Movimientu na visión +options.visible=Amosáu +options.vsync=Usar VSync +potion.absorption=Absorción +potion.absorption.postfix=Brebax d'absorción +potion.blindness=Ceguera +potion.blindness.postfix=Brebax de ceguera +potion.confusion=Voltura +potion.confusion.postfix=Brebax de voltura +potion.damageBoost=Fuercia +potion.damageBoost.postfix=Brebax de fuercia +potion.digSlowDown=Ferviella minera +potion.digSlowDown.postfix=Brebax de ferviella +potion.digSpeed=Aballu +potion.digSpeed.postfix=Brebax d'aballu +potion.effects.whenDrank=Cuando s'aplica: +potion.empty=Ensin efeutos +potion.fireResistance=Tiez al fueu +potion.fireResistance.postfix=Brebax de tiez al fueu +potion.harm=Dañu nel intre +potion.harm.postfix=Brebax de dañu +potion.heal=Salú nel intre +potion.heal.postfix=Brebax de cura +potion.healthBoost=Aumentu salú +potion.healthBoost.postfix=Brebax d'ameyoramientu de salú +potion.hunger=Fame +potion.hunger.postfix=Brebax de fame +potion.invisibility=Invisivilidá +potion.invisibility.postfix=Poción d'invisibilidá +potion.jump=Aumentu de blincu +potion.jump.postfix=Brebax de blincu +potion.moveSlowdown=Lentitú +potion.moveSlowdown.postfix=Brebax de lentitú +potion.moveSpeed=Velocidá +potion.moveSpeed.postfix=Brebax de rapidez +potion.nightVision=Visión nocherniego +potion.nightVision.postfix=Brebax de visión nocherniego +potion.poison=Velenu +potion.poison.postfix=Brebax de velenu +potion.potency.1=II +potion.potency.2=III +potion.potency.3=IV +potion.prefix.acrid=Aceda +potion.prefix.artless=Simple +potion.prefix.awkward=Rala +potion.prefix.bland=Esaborida +potion.prefix.bulky=Voluminosa +potion.prefix.bungling=Torpe +potion.prefix.buttered=Amantegada +potion.prefix.charming=Encantexadora +potion.prefix.clear=Clara +potion.prefix.cordial=Cordial +potion.prefix.dashing=Gayarda +potion.prefix.debonair=Cortés +potion.prefix.diffuse=Espardida +potion.prefix.elegant=Elegante +potion.prefix.fancy=Fantástica +potion.prefix.flat=Ensin gas +potion.prefix.foul=Repunante +potion.prefix.grenade=Chisgadora +potion.prefix.gross=Pollina +potion.prefix.harsh=Aspra +potion.prefix.milky=Llechosa +potion.prefix.mundane=Mundana +potion.prefix.odorless=Ensin golor +potion.prefix.potent=Potente +potion.prefix.rank=Fedorienta +potion.prefix.refined=refinada +potion.prefix.smooth=Suave +potion.prefix.sparkling=Esplumosa +potion.prefix.stinky=Fedienta +potion.prefix.suave=Falatible +potion.prefix.thick=Trupa +potion.prefix.thin=delgada +potion.prefix.uninteresting=Poco interesante +potion.regeneration=Rexeneración +potion.regeneration.postfix=Poción de rexeneración +potion.resistance=Tiez +potion.resistance.postfix=Brebax de tiez +potion.saturation=Saturación +potion.saturation.postfix=Brebax de saturación +potion.waterBreathing=Aliendu acuáticu +potion.waterBreathing.postfix=Brebax d'aliendu acuáticu +potion.weakness=Badea +potion.weakness.postfix=Brebax de badea +potion.wither=Wither +potion.wither.postfix=Brebax d'escayimientu +record.nowPlaying=Reproduciendo: %s +resourcePack.available.title=Paquetes de recursos disponibles +resourcePack.folderInfo=(Posa los paquetes de recursos equí) +resourcePack.openFolder=Abrir carpeta'l paquete recursos +resourcePack.selected.title=Paquetes de recursos esbillaos +resourcePack.title=Esbillar paquetes de recursos +screenshot.failure=Nun pudo atroxase la captura: %s +screenshot.success=Captura de pantalla atroxada como %s +selectServer.add=Amestar sirvidor +selectServer.defaultName=Sirvidor Minecraft +selectServer.delete=Desaniciar +selectServer.deleteButton=Desaniciar +selectServer.deleteQuestion=¿De xuru quies desaniciar esti sirvidor? +selectServer.deleteWarning=¡perderáse dafechu! (¡-fechu, -fechu!) +selectServer.direct=Conexón direuta +selectServer.edit=Editar +selectServer.empty=baleru +selectServer.hiddenAddress=(Anubrida) +selectServer.refresh=Refrescar +selectServer.select=Xunise al sirvidor +selectServer.title=Esbillar sirvidor +selectWorld.allowCommands=Almitir trampes: +selectWorld.allowCommands.info=Comandos como /gamemode, /xp +selectWorld.bonusItems=Bagul bonus: +selectWorld.cheats=Trampes +selectWorld.conversion=¡Tien de convertise! +selectWorld.create=Crear mundiu nuevu +selectWorld.createDemo=Xugar nun mundiu de demostración nuevu +selectWorld.customizeType=Personalizar +selectWorld.delete=Desaniciar +selectWorld.deleteButton=Desaniciar +selectWorld.deleteQuestion=¿De xuru quies desaniciar esti mundiu? +selectWorld.deleteWarning=¡perderáse dafechu! (¡-fechu, -fechu!) +selectWorld.empty=baleru +selectWorld.enterName=Nome del mundiu +selectWorld.enterSeed=Semiente pal xenerador de mundios +selectWorld.gameMode=Mou de xuegu +selectWorld.gameMode.adventure=Venturiega +selectWorld.gameMode.adventure.line1=Como'l mou sobrevivencia, pero los bloques nun +selectWorld.gameMode.adventure.line2=puen amestase o desaniciase +selectWorld.gameMode.creative=Creativu +selectWorld.gameMode.creative.line1=Recursos illimitaos, esnalíu llibre y +selectWorld.gameMode.creative.line2=destrucción de bloques nel intre +selectWorld.gameMode.hardcore=Abegosu +selectWorld.gameMode.hardcore.line1=Como'l mou sobrevivencia, bloquiáu na máxima +selectWorld.gameMode.hardcore.line2=dificultá, y namái una vida +selectWorld.gameMode.spectator.line1=Pues mirar pero nun tocar +selectWorld.gameMode.survival=Sobrevivencia +selectWorld.gameMode.survival.line1=Gueta recursos, ellabora, xubi +selectWorld.gameMode.survival.line2=niveles, salú y fame +selectWorld.hardcoreMode=Abegosu: +selectWorld.hardcoreMode.info=El mundiu desaniciaráse al morrer +selectWorld.mapFeatures=Xenerar cadarmes: +selectWorld.mapFeatures.info=Puelos, mazmorres, etc +selectWorld.mapType=Triba del mundiu: +selectWorld.mapType.normal=Normal +selectWorld.moreWorldOptions=Más opciones del mundiu... +selectWorld.newWorld=Mundiu nuevu +selectWorld.newWorld.copyOf=Copia de %s +selectWorld.recreate=Recrear +selectWorld.rename=Renomar +selectWorld.renameButton=Renomar +selectWorld.renameTitle=Renomar mundiu +selectWorld.resultFolder=Atroxaráse en: +selectWorld.seedInfo=Dexar baleru pa semiente al debalu +selectWorld.select=Xugar nel mundiu seleicionáu +selectWorld.title=Seleicionar mundiu +selectWorld.world=Mundiu +sign.edit=Editar mensax del cartelu +soundCategory.ambient=Ambiente/Redolada +soundCategory.block=Bloques +soundCategory.hostile=Creatures fosqueres +soundCategory.master=Volume principal +soundCategory.music=Música +soundCategory.neutral=Creatures amigables +soundCategory.player=Xugadores +soundCategory.record=Tocadiscos/Bloque musical +soundCategory.weather=Tiempu +stat.animalsBred=Animales criaos +stat.blocksButton=Bloques +stat.boatOneCm=Distancia en chalana +stat.breakItem=%1$s escosaos +stat.climbOneCm=Distancia esguilada +stat.craftItem=%1$s ellaborao +stat.crafted=Vegaes ellaboráu +stat.createWorld=Mundios creaos +stat.damageDealt=Dañu fechu +stat.damageTaken=Dañu recibíu +stat.deaths=Númberu muertes +stat.depleted=Vegaes escosáu +stat.diveOneCm=Distancia somorgiáu +stat.drop=Oxetos zampaos +stat.entityKilledBy=%s amortióte %s vegada(es) +stat.entityKilledBy.none=Tanina fosti amortiáu por %s +stat.entityKills=Amortiesti %s %s +stat.entityKills.none=Tanina amortesti %s +stat.fallOneCm=Distancia cayida +stat.fishCaught=Pexes pescaos +stat.flyOneCm=Distancia esnalada +stat.generalButton=Xeneral +stat.horseOneCm=Distancia en caballu +stat.itemsButton=Oxetos +stat.joinMultiplayer=Conexones multixugador +stat.jump=Blincos +stat.junkFished=Puxarra pescao +stat.leaveGame=Xuegos nos que colesti +stat.loadWorld=Partíes cargaes +stat.mineBlock=%1$s minao +stat.minecartOneCm=Distancia en vagonetes +stat.mined=Tiempu minao +stat.mobKills=Creatures amortiaes +stat.mobsButton=Creatures +stat.pigOneCm=Distancia en gochu +stat.playOneMinute=Minutos xugaos +stat.playerKills=Xugadores amortiaos +stat.startGame=Vegaes xugao +stat.swimOneCm=Distancia nalada +stat.timeSinceDeath=Dende la muerte cabera +stat.treasureFished=Ayalgues pescaes +stat.useItem=%1$s usao +stat.used=Vegaes usáu +stat.walkOneCm=Distancia apiancada +stats.tooltip.type.achievement=Llogru +stats.tooltip.type.statistic=Estadística +stream.confirm_start=¿De xuru quies aniciar la tresmisión? +stream.unavailable.account_not_bound=Enantes que pueas tresmitir Minecraft per Twitch, necesitarás enllazar la to cuenta Twitch en mojang.com. ¿Prestaríate facelo agora? +stream.unavailable.account_not_bound.okay=Enllazar cuentes +stream.unavailable.account_not_migrated=Enantes que pueas tresmitir Minecraft per Twitch, necesitarás migrar la to cuenta Minecraft a una cuenta Majong. ¿Prestaríate facelo agora? +stream.unavailable.account_not_migrated.okay=Migrar cuenta +stream.unavailable.failed_auth=Falló l'autenticación en Twitch. Por favor, vete a mojang.com y enllaza la to cuenta Twitch. +stream.unavailable.failed_auth.okay=Enllazar cuentes +stream.unavailable.failed_auth_error=Nun pue autenticase a Twitch. Por favor, inténtalo sero. +stream.unavailable.initialization_failure=Nun pue aniciase'l SDK Twitch. +stream.unavailable.initialization_failure.extra=(Razón: %s) +stream.unavailable.library_arch_mismatch=La versión personalizada de Java usada pa llanzar Minecraft tien una arquitectura xebrada de la usada pa executar el llanzador. Por favor, asegúrate que seyan iguales, tamién 32-bit o 64-bit pa entrambos. +stream.unavailable.library_failure=Nun puen cargase les llibreríes rIquíes pal serviciu de tresmisión integráu Twitch. +stream.unavailable.no_fbo=La to tarxeta videu necesita sofitar polo menos OpenGL 3.0 o sofitar oxetos frammebuffer per una estensión pa usar la tresmisión integrada Twitch. +stream.unavailable.no_fbo.arb=El sofitu d'oxetos framebuffer per ARB ye: %s +stream.unavailable.no_fbo.blend=El sofitu per EXT de la imprenta de colores per separtación ye: %s +stream.unavailable.no_fbo.ext=El sofitu d'oxetos del framebuffer per EXT ye: %s +stream.unavailable.no_fbo.version=Tas n'usando anguaño: %s +stream.unavailable.not_supported.mac=Llamentablemente la tresmisión integrada de Twitch en Mac rique una versión de OSX más nueva que la que tienes. Tienes d'usar 10.7 (Mac OS X Lion) o mas nuevu pa poder usar esti serviciu. ¿Prestaríate visitar apple.com pa deprender más tocante al anovamientu? +stream.unavailable.not_supported.mac.okay=Anovar +stream.unavailable.not_supported.other=Llamentablemente'l serviciu de tresmisión integráu Twitch rique Windows (Vista o meyor) o Mac OS X (10.7/Lion o mayor) +stream.unavailable.not_supported.windows=Llamentablemente la tresmisión integrada de Twitch rique una versión de Windows más nueva que la que tienes. Tienes d'usar polo menos Vista o más nuevu. +stream.unavailable.report_to_mojang=Informar a Mojang +stream.unavailable.soundflower.chat=Ríquese Soundflower pa tresmitir en Mac. %s +stream.unavailable.soundflower.chat.link=Por favor, primi equí pa instalalu. +stream.unavailable.title=Tresmisión per Twitch non disponible +stream.unavailable.unknown=Llamentablemente nun pues tresmitir per Twitch nesti momentu. Y nun sabemos porqué :'( +stream.unavailable.unknown.chat=Nun pudo entamase la tresmisión: %s +stream.user.mode.administrator=Alministrador Twitch +stream.user.mode.banned=Torgáu +stream.user.mode.banned.other=Torgáu na canal de %s +stream.user.mode.banned.self=Torgáu na to canal +stream.user.mode.broadcaster=Tresmisor +stream.user.mode.broadcaster.other=Tresmisor +stream.user.mode.broadcaster.self=Tresmisor (¡Tu!) +stream.user.mode.moderator=Llendador +stream.user.mode.moderator.other=Llendador na canal de %s +stream.user.mode.moderator.self=Llendador na to canal +stream.user.mode.staff=Personal Twitch +stream.user.subscription.subscriber=Soscriptor +stream.user.subscription.subscriber.other=Soscriptor de la canal de %s +stream.user.subscription.subscriber.self=Soscriptor de la to canal +stream.user.subscription.turbo=Twitch Turbo +stream.userinfo.ban=Torgar +stream.userinfo.chatTooltip=Primi p'alministrar l'usuariu +stream.userinfo.mod=Faer llendador +stream.userinfo.timeout=Espulsáu pol tiempu d'espera +stream.userinfo.unban=Destorgar +stream.userinfo.unmod=Desaniciar llendador +tile.acaciaFence.name=Valláu d'alcacia +tile.acaciaFenceGate.name=Portiella d'alcacia +tile.activatorRail.name=Vía activadora +tile.anvil.intact.name=Xunca +tile.anvil.name=Xunca +tile.anvil.slightlyDamaged.name=Xunca dañada llixeramente +tile.anvil.veryDamaged.name=Xunca perdañada +tile.beacon.name=Baliza máxica +tile.beacon.primary=Poder primariu +tile.beacon.secondary=Poder secundariu +tile.bed.name=Cama +tile.bed.noSleep=Namái pues dormir pela nueche +tile.bed.notSafe=Nun pues adormir agora, hai monstruos cierca +tile.bed.notValid=Perdióse o desanicióse la cama del to llar +tile.bed.occupied=Esta cama ta ocupada +tile.bedrock.name=Piedra bas +tile.birchFence.name=Valláu de xardu +tile.birchFenceGate.name=Portiella de xardu +tile.blockCoal.name=Bloque carbón +tile.blockDiamond.name=Bloque diamante +tile.blockEmerald.name=Bloque d'esmeralda +tile.blockGold.name=Bloque d'oru +tile.blockIron.name=Bloque fierro +tile.blockLapis.name=Bloque de llapislázuli +tile.blockRedstone.name=Bloque de cuetu-bermeyu +tile.bookshelf.name=Llibrería +tile.brick.name=Lladriyos +tile.button.name=Botón +tile.cactus.name=Cactus +tile.cake.name=Tarta +tile.carrots.name=Cenahories +tile.cauldron.name=Calderón +tile.chest.name=Bagul +tile.chestTrap.name=Bagul armadiella +tile.clay.name=Barru santo +tile.clayHardened.name=Barru santo talludo +tile.clayHardenedStained.black.name=Barru santo negrecío +tile.clayHardenedStained.blue.name=Barru santo azulao +tile.clayHardenedStained.brown.name=Barru santo amarronao +tile.clayHardenedStained.cyan.name=Barru santo ciano +tile.clayHardenedStained.gray.name=Barru santo abuxao +tile.clayHardenedStained.green.name=Barru santo averdosao +tile.clayHardenedStained.lightBlue.name=Barru santo azulao claro +tile.clayHardenedStained.lime.name=Barru santo llima +tile.clayHardenedStained.magenta.name=Barru santo maxenta +tile.clayHardenedStained.name=Barru santo tiñío +tile.clayHardenedStained.orange.name=Barru santo anaranxao +tile.clayHardenedStained.pink.name=Barru santo arrosao +tile.clayHardenedStained.purple.name=Barru santo morao +tile.clayHardenedStained.red.name=Barru santo abermeyao +tile.clayHardenedStained.silver.name=Barru santo abuxao claro +tile.clayHardenedStained.white.name=Barru santo ablancazao +tile.clayHardenedStained.yellow.name=Barru santo amarellao +tile.cloth.black.name=Llana prieto +tile.cloth.blue.name=Llana azul +tile.cloth.brown.name=Llana marrón +tile.cloth.cyan.name=Llana ciano +tile.cloth.gray.name=Llana buxo +tile.cloth.green.name=Llana verde +tile.cloth.lightBlue.name=Llana azul claro +tile.cloth.lime.name=Llana llima +tile.cloth.magenta.name=Llana maxenta +tile.cloth.name=Llana +tile.cloth.orange.name=Llana ñaranxa +tile.cloth.pink.name=Llana rosa +tile.cloth.purple.name=Llana morao +tile.cloth.red.name=Llana bermeyo +tile.cloth.silver.name=Llana buxo claro +tile.cloth.white.name=Llana +tile.cloth.yellow.name=Llana mariello +tile.cobbleWall.mossy.name=Muria d'adoquín mufosu +tile.cobbleWall.normal.name=Muria d'adoquín +tile.cocoa.name=Cacáu +tile.commandBlock.name=Bloque de comandos +tile.crops.name=Collecha +tile.darkOakFence.name=Valláu de rebollu escuru +tile.darkOakFenceGate.name=Portiella de rebollu escuru +tile.daylightDetector.name=Sensor de llume solar +tile.deadbush.name=Plantu muertu +tile.detectorRail.name=Vía deteutora +tile.dirt.default.name=Tierra +tile.dirt.name=Tierra +tile.dirt.podzol.name=Llamargu +tile.dispenser.name=Llanzador +tile.doorIron.name=Puerta fierro +tile.doorWood.name=Puerta madera +tile.doublePlant.fern.name=Felechu grande +tile.doublePlant.grass.name=Yerba alto +tile.doublePlant.name=Planta +tile.doublePlant.paeonia.name=Peonia +tile.doublePlant.rose.name=Rosal +tile.doublePlant.sunflower.name=Mirasol +tile.doublePlant.syringa.name=Lila +tile.dragonEgg.name=Güevu de Cuélebre +tile.dropper.name=Apurridor +tile.enchantmentTable.name=Mesa d'encantexos +tile.endPortalFrame.name=Portal de la Fin +tile.enderChest.name=Bagul d'Ender +tile.farmland.name=Eru +tile.fence.name=Valláu +tile.fenceGate.name=Portiella +tile.fenceIron.name=Barrotes de fierro +tile.fire.name=Fueu +tile.flower1.dandelion.name=Cardeña +tile.flower1.name=Flor +tile.flower2.allium.name=Ayu bravu +tile.flower2.blueOrchid.name=Orquidea azul +tile.flower2.houstonia.name=Houstonia caerulea +tile.flower2.name=Flor +tile.flower2.oxeyeDaisy.name=Catasol +tile.flower2.poppy.name=Papuela +tile.flower2.tulipOrange.name=Tulipán ñaranxa +tile.flower2.tulipPink.name=Tulipán rosa +tile.flower2.tulipRed.name=Tulipán bermeyu +tile.flower2.tulipWhite.name=Tulipán blancu +tile.furnace.name=Fornu +tile.glass.name=Vidriu +tile.goldenRail.name=Vía puxadora +tile.grass.name=Bloque yerba +tile.gravel.name=Grava +tile.hayBlock.name=Paca +tile.hellrock.name=Piedra abisal +tile.hellsand.name=Sable d'ánimes +tile.hopper.name=Embudu +tile.ice.name=Xelu +tile.icePacked.name=Xelu compauto +tile.ironTrapdoor.name=Trapiella de fierro +tile.jukebox.name=Tocadiscos +tile.jungleFence.name=Valláu de madera de xungla +tile.jungleFenceGate.name=Portiella de madera de xungla +tile.ladder.name=Escalera de mano +tile.lava.name=Llava +tile.leaves.acacia.name=Fueyes d'alcacia +tile.leaves.big_oak.name=Fueyes de rebollu escuru +tile.leaves.birch.name=Fueyes de xardu +tile.leaves.jungle.name=Fueyes de xungla +tile.leaves.name=Fueyes +tile.leaves.oak.name=Fueyes de rebollu +tile.leaves.spruce.name=Fueyes d'abetu +tile.lever.name=Palanca +tile.lightgem.name=Piedra rellumante +tile.litpumpkin.name=Jack o'Lantern +tile.lockedchest.name=Bagul peslláu +tile.log.acacia.name=Madera d'alcacia +tile.log.big_oak.name=Madera de rebollu escuru +tile.log.birch.name=Madera de xardu +tile.log.jungle.name=Madera de xungla +tile.log.name=Madera +tile.log.oak.name=Madera de rebollu +tile.log.spruce.name=Madera d'abetu +tile.melon.name=Sandía +tile.mobSpawner.name=Xenerador de monstruos +tile.monsterStoneEgg.brick.name=Güevu de piedra con pexe platiáu +tile.monsterStoneEgg.chiseledbrick.name=Güevu de lladriyos de piedra cincelada con pexe platiáu +tile.monsterStoneEgg.cobble.name=Güevu d'adoquín con pexe platiáu +tile.monsterStoneEgg.crackedbrick.name=Güevu de lladriyos de piedra frañida con pexe platiáu +tile.monsterStoneEgg.mossybrick.name=Güevu de lladriyos de piedra mufosa con pexe platiáu +tile.monsterStoneEgg.name=Güevu de monstruu de piedra +tile.monsterStoneEgg.stone.name=Güevu de piedra de monstruu +tile.mushroom.name=Fungu +tile.musicBlock.name=Blo de notes +tile.mycel.name=Miceliu +tile.netherBrick.name=Lladriyu abisal +tile.netherFence.name=Valláu de lladriyos abisales +tile.netherStalk.name=Fungu abisal +tile.netherquartz.name=Cuarzu abisal entemecío +tile.notGate.name=Antorcha de cuetu-bermeyu +tile.obsidian.name=Obsidiana +tile.oreCoal.name=Carbón entemecío +tile.oreDiamond.name=Diamante entemecío +tile.oreEmerald.name=Esmeralda entemecida +tile.oreGold.name=Oru entemecío +tile.oreIron.name=Fierro entemecío +tile.oreLapis.name=Llapislázuli entemecío +tile.oreRedstone.name=Cuetu-bermeyu entemecío +tile.oreRuby.name=Rubí entemecíu +tile.pistonBase.name=Pistón +tile.pistonStickyBase.name=Pistón esllimiagáu +tile.portal.name=Portal +tile.potatoes.name=Pataques +tile.pressurePlateStone.name=Placa presión de piedra +tile.pressurePlateWood.name=Placa presión de madera +tile.prismarine.bricks.name=Lladriyos de prismarín +tile.prismarine.dark.name=Prismarín escuru +tile.prismarine.rough.name=Prismarín +tile.pumpkin.name=Calabaza +tile.quartzBlock.chiseled.name=Bloque de cuarzu cinceláu +tile.quartzBlock.default.name=Bloque de cuarzu +tile.quartzBlock.lines.name=Pilar de cuarzu +tile.quartzBlock.name=Bloque de cuarzu +tile.rail.name=Vía +tile.redSandStone.chiseled.name=Areniscu bermeyo cincelao +tile.redSandStone.default.name=Areniscu bermeyo +tile.redSandStone.name=Areniscu bermeyo +tile.redSandStone.smooth.name=Areniscu bermeyo llicio +tile.redstoneDust.name=Povisa de cuetu-bermeyu +tile.redstoneLight.name=Llampara de cuetu-bermeyu +tile.reeds.name=Caña de zucre +tile.sand.default.name=Sable +tile.sand.name=Sable +tile.sand.red.name=Sable bermeyo +tile.sandStone.chiseled.name=Areniscu cincelao +tile.sandStone.default.name=Areniscu +tile.sandStone.name=Areniscu +tile.sandStone.smooth.name=Areniscu llicio +tile.sapling.acacia.name=Biltu d'alcacia +tile.sapling.big_oak.name=Biltu de rebollu escuru +tile.sapling.birch.name=Biltu de xardu +tile.sapling.jungle.name=Biltu de xungla +tile.sapling.oak.name=Biltu de rebollu +tile.sapling.spruce.name=Biltu d'abetu +tile.seaLantern.name=Llinterna marina +tile.sign.name=Cartelu +tile.slime.name=Bloque de llimu +tile.snow.name=Ñeve +tile.sponge.dry.name=Esponxa +tile.sponge.wet.name=Esponxa moyada +tile.spruceFence.name=Valláu d'abetu +tile.spruceFenceGate.name=Portiella d'abetu +tile.stainedGlass.black.name=Vidriu negrecío +tile.stainedGlass.blue.name=Vidriu azulao +tile.stainedGlass.brown.name=Vidriu amarronao +tile.stainedGlass.cyan.name=Vidriu ciano +tile.stainedGlass.gray.name=Vidriu abuxao +tile.stainedGlass.green.name=Vidriu verdosao +tile.stainedGlass.lightBlue.name=Vidriu azulao claro +tile.stainedGlass.lime.name=Vidriu llima +tile.stainedGlass.magenta.name=Vidriu maxenta +tile.stainedGlass.name=Vidriu tiñío +tile.stainedGlass.orange.name=Vidriu anaranxao +tile.stainedGlass.pink.name=Vidriu arrosao +tile.stainedGlass.purple.name=Vidriu morao +tile.stainedGlass.red.name=Vidriu abermeyao +tile.stainedGlass.silver.name=Vidriu abuxao claro +tile.stainedGlass.white.name=Vidriu ablancazao +tile.stainedGlass.yellow.name=Vidriu amarellao +tile.stairsBrick.name=Pasales de lladriyu +tile.stairsNetherBrick.name=Pasales de lladriyos abisales +tile.stairsQuartz.name=Pasales de cuarzu +tile.stairsRedSandStone.name=Pasales d'areniscu bermeyo +tile.stairsSandStone.name=Pasales d'areniscu +tile.stairsStone.name=Pasales de piedra +tile.stairsStoneBrickSmooth.name=Pasales de lladriyu de piedra +tile.stairsWood.name=Pasales de rebollu +tile.stairsWoodAcacia.name=Pasales d'alcacia +tile.stairsWoodBirch.name=Pasales de xardu +tile.stairsWoodDarkOak.name=Pasales de rebollu escuru +tile.stairsWoodJungle.name=Pasales de madera de xungla +tile.stairsWoodSpruce.name=Pasales d'abetu +tile.stone.andesite.name=Andesita +tile.stone.andesiteSmooth.name=Andesita pulida +tile.stone.diorite.name=Diorita +tile.stone.dioriteSmooth.name=Diorita pulida +tile.stone.granite.name=Granitu +tile.stone.graniteSmooth.name=Granitu pulío +tile.stone.stone.name=Piedra +tile.stoneMoss.name=Piedra mufosa +tile.stoneSlab.brick.name=Llosa de lladriyos +tile.stoneSlab.cobble.name=Llosa d'adoquín +tile.stoneSlab.name=Llosa de piedra +tile.stoneSlab.netherBrick.name=Llosa de lladriyu abisal +tile.stoneSlab.quartz.name=Llosa de cuarzu +tile.stoneSlab.sand.name=Llosa d'areniscu +tile.stoneSlab.smoothStoneBrick.name=Llosa de lladriyos de piedra +tile.stoneSlab.stone.name=Llosa de piedra +tile.stoneSlab.wood.name=Llosa de madera +tile.stoneSlab2.red_sandstone.name=Llosa d'areniscu bermeyo +tile.stonebrick.name=Adoquín +tile.stonebricksmooth.chiseled.name=Lladriyos de piedra cincelaos +tile.stonebricksmooth.cracked.name=Lladriyos de piedra frañíos +tile.stonebricksmooth.default.name=Lladriyos de piedra +tile.stonebricksmooth.mossy.name=Lladriyos de piedra mufosa +tile.stonebricksmooth.name=Lladriyos de piedra +tile.tallgrass.fern.name=Felechu +tile.tallgrass.grass.name=Yerba +tile.tallgrass.name=Yerba +tile.tallgrass.shrub.name=Plantu muertu +tile.thinGlass.name=Panel de vidriu +tile.thinStainedGlass.black.name=Panel de vidriu negrecíu +tile.thinStainedGlass.blue.name=Panel de vidriu azuláu +tile.thinStainedGlass.brown.name=Panel de vidriu amarronáu +tile.thinStainedGlass.cyan.name=Panel de vidriu cian +tile.thinStainedGlass.gray.name=Panel de vidriu abuxáu +tile.thinStainedGlass.green.name=Panel de vidriu averdosáu +tile.thinStainedGlass.lightBlue.name=Panel de vidriu azuláu claru +tile.thinStainedGlass.lime.name=Panel de vidriu llima +tile.thinStainedGlass.magenta.name=Panel de vidriu maxenta +tile.thinStainedGlass.name=Panel de vidriu tiñíu +tile.thinStainedGlass.orange.name=Panel de vidriu anaranxáu +tile.thinStainedGlass.pink.name=Panel de vidriu arrosáu +tile.thinStainedGlass.purple.name=Panel de vidriu moráu +tile.thinStainedGlass.red.name=Panel de vidriu abermeyáu +tile.thinStainedGlass.silver.name=Panel de vidriu abuxáu claru +tile.thinStainedGlass.white.name=Panel de vidriu ablancazáu +tile.thinStainedGlass.yellow.name=Panel de vidriu amarelláu +tile.tnt.name=TNT +tile.torch.name=Antorcha +tile.trapdoor.name=Trapiella +tile.tripWire.name=Cable armadiella +tile.tripWireSource.name=Gabitu de cable armadiella +tile.vine.name=Recimales +tile.water.name=Augua +tile.waterlily.name=Nenúfar +tile.web.name=Telaraña +tile.weightedPlate_heavy.name=Placa presión per pesu (pesada) +tile.weightedPlate_light.name=Placa presión per pesu (llixera) +tile.whiteStone.name=Piedra de la Fin +tile.wood.acacia.name=Chaplones d'alcacia +tile.wood.big_oak.name=Chaplones de rebollu escuru +tile.wood.birch.name=Chaplones de xardu +tile.wood.jungle.name=Chaplones de madera de xungla +tile.wood.name=Chaplones +tile.wood.oak.name=Chaplones de rebollu +tile.wood.spruce.name=Chaplones d'abetu +tile.woodSlab.acacia.name=Llosa d'alcacia +tile.woodSlab.big_oak.name=Llosa de fueyes de rebollu escuru +tile.woodSlab.birch.name=Llosa de xardu +tile.woodSlab.jungle.name=Llosa de madera de xungla +tile.woodSlab.name=Llosa de madera +tile.woodSlab.oak.name=Llosa de rebollu +tile.woodSlab.spruce.name=Llosa d'abetu +tile.woolCarpet.black.name=Moqueta prieta +tile.woolCarpet.blue.name=Moqueta azul +tile.woolCarpet.brown.name=Moqueta marrón +tile.woolCarpet.cyan.name=Moqueta ciana +tile.woolCarpet.gray.name=Moqueta buxa +tile.woolCarpet.green.name=Moqueta verde +tile.woolCarpet.lightBlue.name=Moqueta azul clara +tile.woolCarpet.lime.name=Moqueta llima +tile.woolCarpet.magenta.name=Moqueta maxenta +tile.woolCarpet.name=Moqueta +tile.woolCarpet.orange.name=Moqueta ñaranxa +tile.woolCarpet.pink.name=Moqueta rosa +tile.woolCarpet.purple.name=Moqueta morada +tile.woolCarpet.red.name=Moqueta bermeya +tile.woolCarpet.silver.name=Moqueta buxa clara +tile.woolCarpet.white.name=Moqueta +tile.woolCarpet.yellow.name=Moqueta mariella +tile.workbench.name=Mesa d'ellaboración +title.oldgl1=Deteutada tarxeta gráfica vieya; esto pue facete que +title.oldgl2=seique nun pueas xugar nun futuru con OpenGL 2.0. diff --git a/javascript/lang/az_AZ.lang b/javascript/lang/az_AZ.lang new file mode 100755 index 00000000..55b9969a --- /dev/null +++ b/javascript/lang/az_AZ.lang @@ -0,0 +1,1604 @@ +achievement.acquireIron=TÉ™darük edin +achievement.acquireIron.desc=Bir dÉ™mir külçəsi hazırla +achievement.bakeCake=Yalan +achievement.bakeCake.desc=BuÄŸda, ÅŸÉ™kÉ™r, süd vÉ™ yumurta! +achievement.blazeRod=Alovların içindÉ™ +achievement.blazeRod.desc=Bir Blaze'nin çubugunu É™ldÉ™ et +achievement.bookcase=Kitabxanaçı +achievement.bookcase.desc=Sehir masasın tÉ™kmilləşdirnÉ™k üçün É™trafında kitab rÉ™flÉ™ri inÅŸa et +achievement.breedCow=Nüfuz artımı +achievement.breedCow.desc=İki inÉ™yi buÄŸda ilÉ™ çütləşdir +achievement.buildBetterPickaxe=TÉ™kmilləşdirmÉ™ +achievement.buildBetterPickaxe.desc=Daha yaxşı bir qazma hazırla +achievement.buildFurnace=İsti mÉ™sÉ™lÉ™ :) +achievement.buildFurnace.desc=SÉ™kkiz daÅŸ blokundan soba düzÉ™lt +achievement.buildHoe=Ækin vaxdı! +achievement.buildHoe.desc=Blok vÉ™ çubuklardan istiadÉ™ edÉ™rÉ™k bir kÉ™rki düzÉ™lt +achievement.buildPickaxe=MÉ™dÉ™nçilik Vaxdı! +achievement.buildPickaxe.desc=Bir qazma düzÉ™tmÉ™k üçün taxtadan vÉ™ odundan istifadÉ™ et +achievement.buildSword=Hücum zamanı! +achievement.buildSword.desc=Qılınc düzÉ™tmÉ™k üçün taxta vÉ™ lazım olan materiallardan istifadÉ™ et +achievement.buildWorkBench=QiymÉ™tlÉ™ndirmÉ™ +achievement.buildWorkBench.desc=Dört taxta ilÉ™ bir hazırlama stolu duzÉ™lt +achievement.cookFish=LÉ™zzÉ™tli balıq +achievement.cookFish.desc=Balıq tut vÉ™ piÅŸir! +achievement.diamonds=ALMAZLAR! +achievement.diamonds.desc=Demir alÉ™tlÉ™rinlÉ™ almaz É™ldÉ™ et +achievement.diamondsToYou=SÉ™ni seçdim almaz! +achievement.diamondsToYou.desc=BaÅŸqa bir oyunçuya almaz at. +achievement.enchantments=Sehirbaz +achievement.enchantments.desc=Bir kitab,obsidian vÉ™ almazdan sehir masası hazırla +achievement.exploreAllBiomes=MacÉ™ra vaxdı +achievement.exploreAllBiomes.desc=Bütün biyomları gör +achievement.flyPig=Donuzlar uçanda +achievement.flyPig.desc=Bir yamacadan aÅŸagı donuz sür +achievement.fullBeacon=Beaconator +achievement.fullBeacon.desc=Tam bir beacon hazır et +achievement.get=NÉ™aliyÉ™t qazanıldı! +achievement.ghast=GöndÉ™rÉ™nÉ™ Qaytar +achievement.ghast.desc=Bir Ghastı alov topu ilÉ™ yox et +achievement.killCow=Ovçu +achievement.killCow.desc=DÉ™ri É™ldÉ™ et +achievement.killEnemy=BÉ™dheybÉ™t ovçusu +achievement.killEnemy.desc=Bir bÉ™dheybÉ™tÉ™ hücüm et vÉ™ onu öldür +achievement.killWither=BaÅŸlanğıc. +achievement.killWither.desc=Wither'ı öldür +achievement.makeBread=ÇörÉ™k biÅŸir +achievement.makeBread.desc=BuÄŸdadan çörÉ™k hazırla +achievement.mineWood=Odun Tapmaq +achievement.mineWood.desc=Bir odun bloku çıxana qÉ™dÉ™r aÄŸacaq vur +achievement.onARail=DÉ™mir yolu üstündÉ™ +achievement.onARail.desc=BaÅŸladığın yerdÉ™n vaqonla É™n az 1km sÉ™yahÉ™t et +achievement.openInventory=Envanter Almaq +achievement.openInventory.desc=Bel çantanızı açmaq üçün '%1$s' düymÉ™sinÉ™ bas. +achievement.overkill=Vur dedik yox etdin +achievement.overkill.desc=TÉ™k bir zÉ™rbÉ™ ilÉ™ sÉ™kkiz canlıq xÉ™sÉ™r ver +achievement.overpowered=YüksÉ™k güc +achievement.overpowered.desc=Notch alması hazırla +achievement.portal=Daha dÉ™rinlÉ™rÉ™ getmÉ™k lazımdır ! +achievement.portal.desc=Nether'e gedÉ™n bir keçid tik +achievement.potion=Yerli eliksirçi +achievement.potion.desc=Bir eliksir hazırla +achievement.requires=%1$s lazımdı +achievement.snipeSkeleton=Snayper Dueli +achievement.snipeSkeleton.desc=Æn az 50 metr mÉ™safÉ™dÉ™n bir skeleti öldür +achievement.spawnWither=BaÅŸlangıç? +achievement.spawnWither.desc=Wither yarad +achievement.taken=Alındı! +achievement.theEnd=Son? +achievement.theEnd.desc=Son'u Tap +achievement.theEnd2=Son. +achievement.theEnd2.desc=Ender É™jdahasını mÉ™hv et ! +addServer.add=Tamamlandı +addServer.enterIp=Server Adresi +addServer.enterName=Server Adı +addServer.hideAddress=Adresi gizlÉ™t +addServer.resourcePack=Server resurs paketi +addServer.resourcePack.disabled=Deaktiv +addServer.resourcePack.enabled=Aktiv +addServer.resourcePack.prompt=Çevik +addServer.title=Server mÉ™lumatlarını redaktÉ™ et +advMode.allPlayers=Bütün oyunçular üçün @a istifadÉ™ et +advMode.command=konsol É™mri +advMode.nearestPlayer=Yaxın oyunçuya tÉ™tbiq: @p +advMode.notAllowed=Yaradıcılıq rejiminÉ™ keçmÉ™k üçün admin olmalısan +advMode.notEnabled=Æmr Bloku bu serverde istifadÉ™ edilÉ™ bilmÉ™z +advMode.previousOutput=ÆvvÉ™lki Çıxış +advMode.randomPlayer=TÉ™sadüfi oyunçu üçün @r istifadÉ™ edin +advMode.setCommand=Komut bloÄŸu için konsol komutu ayarla +advMode.setCommand.success=Komut ayarlandı: %s +attribute.name.generic.attackDamage=Hücüm xÉ™sÉ™ri +attribute.name.generic.followRange=Canavar tÉ™qib É™razisi +attribute.name.generic.knockbackResistance=Geri zÉ™rbÉ™ dirÉ™nci +attribute.name.generic.maxHealth=Maksimum saÄŸlığ +attribute.name.generic.movementSpeed=SürÉ™t +attribute.name.horse.jumpStrength=At tullanmaq gücü +attribute.name.zombie.spawnReinforcements=Zombi Çagırılması +book.byAuthor=TÉ™rÉ™findÉ™n: %1$s +book.editTitle=Kitab adı: +book.finalizeButton=Qurtar vÉ™ BaÄŸla +book.finalizeWarning=DiqqÉ™t: ÆgÉ™r kitabı bitirsÉ™z,bir daha üstündÉ™ dÉ™yiÅŸiklik edÉ™ bilmÉ™yÉ™cksiz. +book.generation.0=Original +book.generation.1=Originalın kopyası +book.generation.2=Bir kopyanın kopyası +book.generation.3=Paramparça +book.pageIndicator=SÉ™yifÉ™ %1$s,%2$s +book.signButton=İşarÉ™ etmÉ™k +build.tooHigh=İnÅŸa etmÉ™k sÉ™rhÉ™ddi %s blokdur +chat.cannotSend=Mesaj göndÉ™rilmÉ™di +chat.copy=Panoya kopyala +chat.link.confirm=Bu web saytını açmaq istÉ™diyinizdÉ™n É™minsiz ? +chat.link.confirmTrusted=Bu baÄŸlantını açmaq vÉ™ ya panoya kopyalamaq istÉ™diyinizdÉ™n É™minsiz ? +chat.link.open=BrauzerdÉ™ aç +chat.link.warning=Tanımadığınız ÅŸÉ™xslÉ™rdÉ™n gÉ™lÉ™n baÄŸlantıları É™sla açmayın ! +chat.stream.emote=(%s) * %s %s +chat.stream.text=(%s) <%s> %s +chat.type.achievement=%s %s nailiyyÉ™tin qazandı +chat.type.achievement.taken=%s, %s nÉ™aliyyÉ™tini itirdi +commands.ban.failed=%s ban oluna bilmÉ™z +commands.ban.success=Oyunçu %s banlandı +commands.ban.usage=/ban [sÉ™bÉ™b...] +commands.banip.invalid=Düzgün birİp adresi vÉ™ ya online olmayan bir oyuncu adı yazdız +commands.banip.success=%s IP adresi Blok oldu +commands.banip.success.players=Bloklu İP adresi %s, %s adlı oyunçuya aiddir +commands.banip.usage=/ban-ip [sÉ™bÉ™b ...] +commands.banlist.ips=Ümumi %s BLOK olmuÅŸ İP adresi var: +commands.banlist.players=Ümumi %s BLOK olunmuÅŸ oyunçu var: +commands.banlist.usage=/banlist [ips|oyunçular] +commands.clear.failure=%s adlı oyunçunun çantası silinmÉ™di, silÉ™nmÉ™li əşya yoxdur +commands.clear.success=%s adlı oyunçunun çantası boÅŸaldıldı, %s əşya silinir +commands.defaultgamemode.usage=/defaultgamemode +commands.deop.failed=%s admin olmadı +commands.deop.success=Oyunçu %s adminlikdÉ™n çıxarıldı +commands.deop.usage=/deop +commands.downfall.success=Yağışlış seçildi +commands.effect.failure.notActive=%1$s effekti %2$s adlı oyuncudan alımadı sÉ™bÉ™b: Oyunçu bu effektÉ™ sahib deyil +commands.effect.failure.notActive.all=%s adlı oyunçudan heç bir effekt alınmadı çunki bu oyunçuda heç bir effekt yoxdur +commands.effect.notFound=%s ID'si ilÉ™ heç mob tÉ™siri yoxdur +commands.effect.success=%1$s (adı %2$s) verilÉ™n*%3$s %4$s üçün %5$s saniyÉ™ +commands.effect.success.removed=%1$s effekti %2$s adlı oyunçudan alındı +commands.effect.success.removed.all=%s adlı oyunçudan butun effektlÉ™r alındı +commands.enchant.cantCombine=%1$s %2$s ilÉ™ birləşdirilÉ™ bilÉ™z +commands.enchant.cantEnchant=SeçilÉ™n sehir hÉ™dÉ™f əşyaya É™lavÉ™ oluna bilmÉ™z +commands.enchant.noItem=HÉ™dÉ™f bir əşya tutmur +commands.enchant.notFound=Bu ID ilÉ™ bir sehir tapılmadı %s +commands.enchant.success=SehirlÉ™mÉ™ baÅŸa çatdı +commands.enchant.usage=/enchant [sÉ™viyyÉ™] +commands.fill.failed=Heçbir blok dayandırılmadı +commands.fill.outOfWorld=Dünyadan kÉ™narda blok yerləşdirÉ™ bilmÉ™zsÉ™n +commands.fill.success=%s blok dayandırıldı +commands.fill.usage=/fill [dataValue] [oldBlockHandling] [dataTag] +commands.generic.boolean.invalid='%s' 'true' ya da 'false' deyil +commands.generic.double.tooBig=Daxil etdiyiniz rÉ™qÉ™m %s dÉ™fÉ™ azdır, É™n çox %s olmalıdır +commands.generic.double.tooSmall=Daxil etdiyiniz rÉ™qÉ™m %s dÉ™fÉ™ azdır, É™n az %s olmalıdır +commands.generic.entity.invalidType=Canlı tipi '%s' keçərsiz +commands.generic.entity.invalidUuid=SeçilÉ™n canlının UUID'si düzgün deyil +commands.generic.entity.notFound=Bu canlı tapılmadı +commands.generic.exception=Bu É™mr yerinÉ™ yetirilÉ™rkÉ™n bir xÉ™ta yarandı +commands.generic.notFound=SÉ™hv É™mr verdiz. ÆmrlÉ™rin siyahısını görmÉ™ üçün /help yazın +commands.generic.num.invalid='%s' düzgün rÉ™qÉ™m deyil +commands.generic.num.tooBig=Daxil etdiyiniz rÉ™qÉ™m (%s) çox böyükdür, É™n çox %s olmalıdır +commands.generic.num.tooSmall=Daxil etdiyiniz nömrÉ™ (%s) çox balacadır, É™n az %s olmalıdır +commands.generic.parameter.invalid='%s' keçərli bir parametr deyil +commands.generic.permission=Bu É™mri istifadÉ™ etmÉ™k hüququnuz yoxdur +commands.generic.player.notFound=Oyunçu tapılmadı +commands.generic.syntax=Düzgün É™mr deyil +commands.generic.usage=İstifadÉ™: %s +commands.give.notFound=%s ID ilÉ™ bir əşya yoxdur +commands.give.success=%s verildi * %s %s'e/a +commands.give.tagError=Data etiketi vermÉ™ zamanı xÉ™ta yarandı: %s +commands.give.usage=/give [miqdar] [data] [data adı] +commands.kick.success=%s oyundan atıldı +commands.kick.success.reason=%s oyundan atıldı: '%s' +commands.kick.usage=/kick [sÉ™bÉ™b...] +commands.op.failed=%s admin edilmÉ™di +commands.op.success=%s admin edildi +commands.op.usage=/op +commands.players.list=Hal hazırda %s/%s oyunçu onlayndır: +commands.playsound.playerTooFar=Oyunçu %s bu sÉ™si eÅŸitmÉ™k üçün çox uzaqdadır +commands.playsound.success='%s musiqisi %s üçün çalındı +commands.playsound.usage=/playsound [x] [y] [z] [ses sÉ™viyyÉ™si] [pÉ™rdÉ™] [É™n az sÉ™s sÉ™viyyÉ™si] +commands.replaceitem.block.usage=/replaceitem block [amount] [data] [dataTag] +commands.replaceitem.entity.usage=/replaceitem entity [amount] [data] [dataTag] +commands.replaceitem.failed=%s yeri, %s É™dÉ™d %s ilÉ™ dÉ™yiÅŸmÉ™di +commands.replaceitem.noContainer=%s, %s, %s yerindÉ™ki blok bir yerləşən blok deyil +commands.replaceitem.success=Slot %s, %s É™dÉ™d %s ilÉ™ dÉ™yiÅŸdirildi +commands.replaceitem.tagError=Dataları sıralaması baÅŸarısız oldu: %s +commands.replaceitem.usage=/replaceitem ... +commands.save-off.alreadyOff=Yazılmaq onsuzda baÄŸlıdır. +commands.save-on.alreadyOn=Yazılmaq onsuzda açıqdır. +commands.save.disabled=Dünyanı avtomatik yazilması baÄŸlandı +commands.save.enabled=Dünyanı avtomatik yazilması açıldı +commands.save.failed=Yazılma sırasında xÉ™ta yarandı: %s +commands.save.start=Yazılır... +commands.save.success=Dünya yazıldı +commands.say.usage=/say +commands.scoreboard.objectiveNotFound='%s adında hÉ™dÉ™f tapılmadı +commands.scoreboard.objectiveReadOnly=%s obyekti sadÉ™cÉ™ gorsÉ™nilÉ™ bilÉ™r dÉ™yiÅŸtirilÉ™ bilmÉ™z +commands.scoreboard.objectives.list.count=%s hÉ™dÉ™f(lÉ™r) 1 bal cÉ™dvÉ™lindÉ™ göstÉ™rilir: +commands.scoreboard.objectives.list.empty=Bal cÉ™dvÉ™lindÉ™ hÉ™dÉ™f yox +commands.scoreboard.objectives.list.entry=-%s: '%s' görünür vÉ™ növü '%s' +commands.scoreboard.objectives.remove.success='%s' hÉ™dÉ™fi müvÉ™ffÉ™qiyyÉ™tlÉ™ silindi +commands.scoreboard.objectives.setdisplay.invalidSlot='%s ÅŸÉ™klindÉ™ bir görüntü yuvası yoxdur +commands.scoreboard.objectives.setdisplay.successCleared='%s Görüntü yuvasındakı hÉ™dÉ™f silindi +commands.scoreboard.objectives.setdisplay.usage=/scoreboard objectives setdisplay [obyekt] +commands.scoreboard.players.reset.success=%s oyunçusunun bütün xalların sıfırla +commands.scoreboard.teamNotFound='%s adında komanda tapılmadı +commands.setblock.failed=Blok yerləşdirilmir. +commands.setblock.noChange=Blok yerləşdirilmÉ™di +commands.setblock.notFound=%s ID/adlı blok yoxdur +commands.setblock.outOfWorld=Dünyadan kÉ™narda blok yerləşdirÉ™ bilmÉ™zsÉ™n +commands.setblock.success=Blok yerləşdir +commands.setblock.tagError=Fayl etiketi ayırma yerinÉ™ yetirilmÉ™di: %s +commands.setblock.usage=/setblock [dataValue] [oldBlockHandling] [dataTag] +commands.setidletimeout.success=Məşğum vaxt zamanı %s olaraq seçildi. +commands.setidletimeout.usage=/setidletimeout +commands.stats.block.clear.usage=/stats block clear +commands.stats.block.set.usage=/stats block set +commands.stats.block.usage=/stats block ... +commands.stats.cleared=%s istatistikalar silindi +commands.stats.entity.clear.usage=/stats entity clear +commands.stats.entity.set.usage=/stats entity set +commands.stats.entity.usage=/stats entity +commands.stats.failed=Kəçərsiz Parametr +commands.stats.noCompatibleBlock=%s, %s, %s yerindÉ™ki blokun statistikaları izlÉ™nilÉ™ bilmÉ™z +commands.stats.success=%s istatistikaları, %s üçündÉ™ %s üzÉ™rinÉ™ saxlanılır +commands.stats.usage=/stats ... +commands.stop.start=Server dayandırılır +commands.summon.failed=ÆÅŸya gÉ™tirÉ™ bilmÉ™zsiz +commands.summon.outOfWorld=Dünyadan kÉ™narda əşya gÉ™tirÉ™ bilmÉ™zsÉ™n +commands.summon.success=ÆÅŸya muvÉ™ffÉ™qiyyÉ™tlÉ™ çatdırıldı +commands.summon.tagError=Fayl etiketi ayırma yerinÉ™ yetirilmÉ™di: %s +commands.summon.usage=/summon [x] [y] [z] [dataetiketi] +commands.testforblock.failed.data=%s,%s,%s dÉ™ki blok "%s" data etiketinÉ™ malik olmalıdır. (Lazım olan: %s). +commands.testforblock.failed.nbt=%s,%s,%s dəəki blok lazımı NBT açarına malik deyil. +commands.testforblock.failed.tile=%s,%s,%s dÉ™ki blok %s dur.(Lazımı olan: %s). +commands.testforblock.failed.tileEntity=%s,%s,%s 'ta ki blok bir "tile entity" deyil vÉ™ etiketi adlandırma mümkünsüzdür. +commands.testforblock.outOfWorld=Bloku dünyadan kÉ™narda test edÉ™ bilmÉ™zsiz +commands.testforblock.success=Blok muvÉ™ffÉ™qiyyÉ™tlÉ™ %s,%s,%s dÉ™ tapıldı. +commands.testforblock.usage=/testforblock [dataValue] [dataTag] +commands.time.added=Zamana %s É™lavÉ™ edildi +commands.time.set=Saatı %s et +commands.tp.notSameDimension=Teleport olunmur, çünki oyunçular bir dünyada deyillÉ™r +commands.tp.success=%s %s adlı oyuncun yanına teleport oldu +commands.tp.success.coordinates=%s %s,%s,%s kordinatına teleport oldu +commands.unban.failed=%s adlı oyunçunun banın silÉ™ bilmÉ™zsiz +commands.unban.success=%s adlı oyunçunun banı silindi +commands.unban.usage=/pardon +commands.unbanip.invalid=Düzgün olmayan İP adresi daxil etmisiz +commands.unbanip.success=%s adlı oyuncunun İP banı qaldırıldı +commands.unbanip.usage=/pardon-ip
+commands.whitelist.add.failed=%s' adlı oyunçunu aÄŸ sÉ™hifÉ™ elavÉ™ edÉ™ bilmÉ™zsiz +commands.whitelist.add.success=%s aÄŸ sÉ™hifÉ™yÉ™ É™lavÉ™ olundu +commands.whitelist.add.usage=/whitelist add +commands.whitelist.disabled=AÄŸ sÉ™hifÉ™ qapandı +commands.whitelist.enabled=AÄŸ sÉ™hifÉ™ açıldı +commands.whitelist.list=Hal hazırda %s (%s arasından) aÄŸ sÉ™yfÉ™yÉ™ qoyulmuÅŸ oyunçu var: +commands.whitelist.reloaded=AÄŸ sÉ™hifÉ™ yenidÉ™n yüklÉ™ndı +commands.whitelist.remove.failed=%s' adlı oyunçunu aÄŸ sÉ™hifÉ™dÉ™n silÉ™ bilmÉ™zsiz +commands.whitelist.remove.success=%s aÄŸ sÉ™hifÉ™dÉ™n çıxarıldı +commands.whitelist.remove.usage=/whitelist remove +commands.xp.failure.widthdrawXp=Oyunçuya mÉ™nfi tÉ™crübÉ™ xalı verÉ™ bilmÉ™zsiz +commands.xp.success=%s adlı oyunçuya %s tÉ™crübÉ™ xalı verildi +commands.xp.success.levels=%s %s sÉ™viyyÉ™ oldu +commands.xp.success.negative.levels=%s %s sÉ™viyyÉ™ oldu +commands.xp.usage=/xp [oyunçu] YADA /xp L [oyunçu] +connect.authorizing=Daxil Olunur... +connect.connecting=ServerÉ™ QoÅŸulur... +connect.failed=ServerÉ™ baÄŸlanmadı +container.beacon=Mayak +container.brewing=Eliksir stendi +container.chest=Sandıq +container.chestDouble=GeniÅŸ Sandıq +container.crafting=Hazırlama +container.creative=ÆÅŸya Seçimi +container.dispenser=Tullayan +container.dropper=PüskürÉ™n +container.enchant=Sehir +container.enderchest=Ender Sandıqı +container.furnace=Soba +container.hopper=ÆÅŸya süzgÉ™ci +container.inventory=İnventar +container.minecart=Vaqon +container.repair=TÉ™mir et & adlandır +container.repair.cost=Sehir mÉ™bləği: %1$s +container.repair.expensive=Çox bahalı! +controls.reset=Sıfırla +controls.resetAll=DüymÉ™lÉ™ri Sıfırla +controls.title=Kontrollar +createWorld.customize.custom.baseSize=DÉ™rinlik bazası olçusu +createWorld.customize.custom.biomeDepthOffset=Biyom dÉ™rinlik optimaziası +createWorld.customize.custom.biomeDepthWeight=Biyom DÉ™rinliyi Ağırlığı +createWorld.customize.custom.biomeScaleWeight=Biom olçüsü aralığı +createWorld.customize.custom.biomeSize=Biom Ölçüsü +createWorld.customize.custom.center=MÉ™rkÉ™z YüksÉ™kliyi +createWorld.customize.custom.confirm1=Hazırki qeydlÉ™rinizin üzÉ™rinÉ™ yazılacaq +createWorld.customize.custom.confirm2=vÉ™ bunlar geri alına bilmÉ™z. +createWorld.customize.custom.confirmTitle=XÉ™bÉ™rdarlıq! +createWorld.customize.custom.coordinateScale=Kordinant miqyası +createWorld.customize.custom.count=Yaranma Sayı +createWorld.customize.custom.defaults=Varsayılanlar +createWorld.customize.custom.depthNoiseScaleExponent=Ana gurluÄŸ quvvÉ™si +createWorld.customize.custom.depthNoiseScaleX=DÉ™rinlik gurluÄŸ miqyası X +createWorld.customize.custom.depthNoiseScaleZ=DÉ™rinlik gurluÄŸ miqyası Z +createWorld.customize.custom.dungeonChance=Zindan Sayı +createWorld.customize.custom.fixedBiome=Biom +createWorld.customize.custom.heightScale=YuksÉ™klik miqyası +createWorld.customize.custom.lavaLakeChance=Lava Gölü SeyrÉ™kliyi +createWorld.customize.custom.lowerLimitScale=Alt Sinir Ölçüsü +createWorld.customize.custom.mainNoiseScaleX=Ana gurluÄŸ miqyası X +createWorld.customize.custom.mainNoiseScaleY=Ana gurluÄŸ miqyası Y +createWorld.customize.custom.mainNoiseScaleZ=Ana gurluÄŸ miqyası Z +createWorld.customize.custom.maxHeight=Max.YüksÉ™klik +createWorld.customize.custom.minHeight=Min.YüksÉ™klik +createWorld.customize.custom.next=NövbÉ™ti SÉ™hifÉ™ +createWorld.customize.custom.page0=Æsas TÉ™nzimlÉ™nmÉ™lÉ™r +createWorld.customize.custom.page1=Ore TÉ™nzimlÉ™mÉ™lÉ™ri +createWorld.customize.custom.page2=Qabaqcıl TÉ™nzimlÉ™nmÉ™lÉ™r (Yalnız TÉ™crübÉ™li İstifadəçilÉ™r!) +createWorld.customize.custom.page3=Daha Qabaqcıl TÉ™nzimlÉ™nmÉ™lÉ™r (Yalnız TÉ™crübÉ™li İstifadəçilÉ™r!) +createWorld.customize.custom.preset.caveChaos=Xaos MaÄŸaraları +createWorld.customize.custom.preset.caveDelight=MaÄŸaranın LÉ™zzÉ™ti +createWorld.customize.custom.preset.drought=QuraÄŸlığ +createWorld.customize.custom.preset.goodLuck=UÄŸurlar +createWorld.customize.custom.preset.isleLand=Ada Diyarı +createWorld.customize.custom.preset.mountains=DaÄŸların Adrenalini +createWorld.customize.custom.preset.waterWorld=Su Dünyası +createWorld.customize.custom.presets=Hazır ParametrlÉ™r +createWorld.customize.custom.presets.title=Dünya TÉ™nzimlÉ™mÉ™lÉ™rin ÖzÉ™lləşdir +createWorld.customize.custom.prev=ÆvvÉ™lki SÉ™hifÉ™ +createWorld.customize.custom.randomize=TÉ™sadüfi +createWorld.customize.custom.riverSize=Çay Ölçüsü +createWorld.customize.custom.seaLevel=DÉ™niz sÉ™viyyÉ™si +createWorld.customize.custom.size=Yaranma Sıxlığı +createWorld.customize.custom.spread=Yayım YüksÉ™kliyi +createWorld.customize.custom.stretchY=YüksÉ™klik uzunluÄŸu +createWorld.customize.custom.upperLimitScale=Üst Sinir Ölçüsü +createWorld.customize.custom.useCaves=MaÄŸaralar +createWorld.customize.custom.useDungeons=Zindanlar +createWorld.customize.custom.useLavaLakes=Lava GöllÉ™ri +createWorld.customize.custom.useLavaOceans=Lava Okeanları +createWorld.customize.custom.useMineShafts=MÉ™dÉ™n quyuları +createWorld.customize.custom.useMonuments=Okean abidÉ™lÉ™ri +createWorld.customize.custom.useRavines=KeçidlÉ™r +createWorld.customize.custom.useStrongholds=Qalalar +createWorld.customize.custom.useTemples=MÉ™bÉ™dlÉ™r +createWorld.customize.custom.useVillages=KÉ™ndlÉ™r +createWorld.customize.custom.useWaterLakes=GöllÉ™r +createWorld.customize.custom.waterLakeChance=Su Golü SeyrÉ™kliyi +createWorld.customize.flat.addLayer=TÉ™bÉ™qÉ™ ÆlavÉ™ Et +createWorld.customize.flat.editLayer=TÉ™bÉ™qÉ™ redaktÉ™ et +createWorld.customize.flat.height=YüksÉ™klik +createWorld.customize.flat.layer.bottom=Alt - %s +createWorld.customize.flat.layer.top=Yuxarı -%s +createWorld.customize.flat.removeLayer=Layı sil +createWorld.customize.flat.tile=TÉ™bÉ™qÉ™ material +createWorld.customize.flat.title=Dümdüz ÖzÉ™lləşdirmÉ™ +createWorld.customize.presets=Hazır ParametrlÉ™r +createWorld.customize.presets.list=Alternativ olaraq, daha É™vvÉ™l etdiklÉ™rimizdÉ™n bÉ™zilÉ™ri! +createWorld.customize.presets.select=Hazır nizamı istifadÉ™ et +createWorld.customize.presets.share=Bu parametrlÉ™ri bÉ™zilÉ™riylÉ™ paylaÅŸmaq istÉ™yirsÉ™n? AÅŸağıdakı qutunu istifadÉ™ et! +createWorld.customize.presets.title=Hazır nizam seçin +death.attack.anvil=%1$s düşən bir dÉ™mir parçası tÉ™rÉ™findÉ™n É™zildi +death.attack.arrow=%1$s %2$s tÉ™rÉ™findÉ™n vuruldu +death.attack.arrow.item=%1$s %3$s istifadÉ™ edÉ™rÉ™k %2$s tÉ™rÉ™findÉ™n vuruldu +death.attack.cactus=%1$s öldü +death.attack.cactus.player=%1$s, %2$s'dÉ™n qaçarkÉ™n kaktusa toxunaraq öldü +death.attack.drown=%1$s boÄŸuldu +death.attack.drown.player=%1$s, %2$s'dÉ™n qaçmaÄŸa çalışırkÉ™n boguldu +death.attack.explosion=%1$s partladı +death.attack.explosion.player=%1$s %2$s tÉ™rÉ™findÉ™n partladıldı +death.attack.fall=%1$s yedÉ™ çox sÉ™rt dÉ™ydi +death.attack.fallingBlock=%1$s düşən bir blok tÉ™rÉ™findÉ™n É™zildi +death.attack.fireball=%2$s %1$s' adlı oyunçunu qızartdı +death.attack.fireball.item=%1$s %3$s istifadÉ™ edÉ™rÉ™k %2$s qızartdı +death.attack.generic=%1$s öldü +death.attack.inFire=%1$s alovlandı +death.attack.inFire.player=%1$s, %2$s ile döyüşərkÉ™t alova düşdü +death.attack.inWall=%1$s blokun altında qalaraq can verdi +death.attack.indirectMagic=%1$s sehir ilÉ™ %2$s tÉ™rÉ™findÉ™n öldürüldü +death.attack.indirectMagic.item=%1$s %3$s istifadÉ™ edÉ™rÉ™k %2$s tÉ™rÉ™findÉ™n öldürüldü +death.attack.lava=%1$s lavada yandı +death.attack.lava.player=%1$s, %2$s'dÉ™n qaçmaq istÉ™yÉ™rkÉ™n lavaya düşdü +death.attack.lightningBolt=%1$s adlı oynçunu ildırım vurdu +death.attack.magic=%1$s sehirlÉ™ öldü +death.attack.mob=%1$s , %2$s tÉ™rÉ™findÉ™n öldürüldü +death.attack.onFire=%1$s Yanaraq öldü +death.attack.onFire.player=%1$s, %2$s ilÉ™ döyüşərkÉ™n yandı +death.attack.outOfWorld=%1$s dünyadan aÅŸağı düşdü +death.attack.player=%1$s , %2$s tÉ™rÉ™findÉ™n öldürüldü +death.attack.player.item=%1$s %3$s istifadÉ™ edÉ™rÉ™k %2$s tÉ™rÉ™findÉ™n öldürüldü +death.attack.starve=%1$s aclığdan öldü +death.attack.thorns=%1$s %2$s adlı oyunçuya xÉ™sÉ™r vermÉ™k istÉ™yÉ™rkÉ™n öldürüldü +death.attack.thrown=%2$s %1$s adlı oyunçunu qızartdı +death.attack.thrown.item=%2$s %1$s adlı oyunçunu %3$s istifadÉ™ edÉ™rÉ™k yumruladı +death.attack.wither=%1$s Wither'lÉ™ndi +death.fell.accident.generic=%1$s YüksÉ™klikdÉ™n Yıxıldı +death.fell.accident.ladder=%1$s PillÉ™kandan Yıxıldı +death.fell.accident.vines=%1$s Sarmaşığdan Yıxıldı +death.fell.accident.water=%1$s Suyun Yanına Düşdü +death.fell.assist=%1$s, %2$s TÉ™rÉ™findÉ™n İtÉ™lÉ™nÉ™rÉ™k öldürüldü +death.fell.assist.item=%1$s, %3$s İsifadÉ™ edÉ™rÉ™k %2$s tÉ™rÉ™findÉ™n yıxıldıldı +death.fell.finish=%1$s hündülükdÉ™n yıxıldı vÉ™ %2$s tÉ™rÉ™findÉ™n öldürüldü +death.fell.finish.item=%1$s yüksÉ™klikdÉ™n düşdü vÉ™ %3$s istifadÉ™ edÉ™rÉ™k %2$s tÉ™rÉ™findÉ™n öldürüldü +death.fell.killer=%1$s Yıxılaraq Öldü +deathScreen.deleteWorld=Dünyanı Sil +deathScreen.hardcoreInfo=Hardcore modunda yenidÉ™n yaranmayacaqsız ! +deathScreen.leaveServer=Serveri tÉ™rk et +deathScreen.quit.confirm=Çıxmaq istÉ™diyinizdÉ™n É™minsiz? +deathScreen.respawn=YenidÉ™n BaÅŸla +deathScreen.score=NÉ™ticÉ™ +deathScreen.title=SÉ™n Öldün! +deathScreen.title.hardcore=Oyun Bitdi! +deathScreen.titleScreen=BaÅŸlıq Ekranı +demo.day.1=Bu test versıası 5 gün davam edÉ™cÉ™k.ÆlidÉ™n gÉ™lÉ™nin É™n yaxşısını et ! +demo.day.2=İkinci Gün +demo.day.3=Üçüncü Gün +demo.day.4=Dördüncü Gün +demo.day.5=Bu sÉ™nin son günündür ! +demo.day.6=5 gün keçdı,É™sÉ™rin tam görüntüsün almaq üçün F2 düymÉ™sindÉ™n istifadÉ™ et +demo.day.warning=Vaxt qurtarır! +demo.demoExpired=Sınaq müddÉ™ti doldu! +demo.help.buy=İndi Al! +demo.help.fullWrapped=Bu test oyunu 5 gün (Dünya saatı ilÉ™ 1 saar 40 dÉ™qiqÉ™) davam edÉ™cÉ™k. NalıyÉ™tlÉ™r üçün göstÉ™riÅŸlÉ™ri izlÉ™yin! XoÅŸ É™ylÉ™ncÉ™lÉ™r! +demo.help.inventory=%1$s düymÉ™sinÉ™ basaraq çantanı aç +demo.help.jump=%1$s düymÉ™sinÉ™ basaraq tullan +demo.help.later=OynamaÄŸa Davam Et! +demo.help.movement=%1$s, %2$s, %3$s, %4$s vÉ™ mousdan istifadÉ™ edÉ™rÉ™k É™trafda gÉ™z +demo.help.movementMouse=Mousdan istifadÉ™ edÉ™rÉ™k, É™trafa baxın +demo.help.movementShort=%1$s, %2$s, %3$s, %4$s düymÉ™lÉ™rinÉ™ basaraq hÉ™rÉ™kÉ™t et +demo.help.title=Minecraft Test modu +demo.remainingTime=Qalan müddÉ™t: %s +demo.reminder=Sınaq müddÉ™ti doldu. OynamaÄŸa davam etmÉ™k, ya da yeni bir dünya yaratmaq üçün oyunu al! +difficulty.lock.question=Bu dünyanın çətinliyin kilitlÉ™mÉ™k istÉ™diyinizdÉ™n É™minsiz? Bu dünya hÉ™r zaman %1$s olaraq qalacaq vÉ™ bunu bir daha dÉ™yiÅŸdirÉ™ bilmÉ™yÉ™cÉ™ksiz. +difficulty.lock.title=Dünya Çətinliyini KilitlÉ™ +disconnect.closed=ÆlaqÉ™ qapadıldı +disconnect.disconnected=Server tÉ™rÉ™findÉ™n baÄŸlantı kÉ™sildi +disconnect.endOfStream=BaÄŸlantının sonu +disconnect.kicked=Oyundan Atılmışdır +disconnect.loginFailed=Hesab açılmadı +disconnect.loginFailedInfo=Hesab açılmadı %s +disconnect.loginFailedInfo.invalidSession=SÉ™hv hesab (Oyunu yenidÉ™n baÅŸladın) +disconnect.loginFailedInfo.serversUnavailable=Kimlik doÄŸrulaması hal hazırda düzÉ™tmÉ™k üçün baÄŸlanıb. +disconnect.lost=ÆlaqÉ™ İtdi +disconnect.overflow=Arabellek DaÅŸdı +disconnect.quitting=Çıxılır +disconnect.spam=Spam etdiyinÉ™ görÉ™ atıldın +disconnect.timeout=BaÄŸlantının sonu +enchantment.arrowDamage=Güc +enchantment.arrowFire=Alov +enchantment.arrowInfinite=SonsuzluÄŸ +enchantment.arrowKnockback=Yumruq +enchantment.damage.all=KÉ™skinlik +enchantment.damage.arthropods=ÆlavÉ™ etmÉ™k bacarıqları qiyamÉ™ti +enchantment.damage.undead=ZÉ™rbÉ™ +enchantment.digging=Effektivlik +enchantment.durability=Qırılmazlıq +enchantment.fire=Alovlu zÉ™rbÉ™ +enchantment.fishingSpeed=Aldadıcı yem +enchantment.knockback=MüdafiÉ™ +enchantment.level.1=I +enchantment.level.10=X +enchantment.level.2=II +enchantment.level.3=III +enchantment.level.4=IV +enchantment.level.5=V +enchantment.level.6=VI +enchantment.level.7=VII +enchantment.level.8=VIII +enchantment.level.9=IX +enchantment.lootBonus=QÉ™nimÉ™t +enchantment.lootBonusDigger=SÉ™rvÉ™t +enchantment.lootBonusFishing=DÉ™niz ÅŸansı +enchantment.oxygen=TÉ™nÉ™ffüs +enchantment.protect.all=Qoruma +enchantment.protect.explosion=Patlayış qoruması +enchantment.protect.fall=SÉ™rt düşmÉ™kdÉ™n qoruma +enchantment.protect.fire=Alov qoruması +enchantment.protect.projectile=XÉ™sÉ™r qoruması +enchantment.thorns=Tikanlar +enchantment.untouching=İpÉ™k toxunuÅŸu +enchantment.waterWalker=DÉ™rin qaçıcı +enchantment.waterWorker=Su Adobtasiası +entity.Arrow.name=Ox +entity.Bat.name=Yarasa +entity.Blaze.name=Blaze +entity.Boat.name=Qayıq +entity.Cat.name=PiÅŸik +entity.CaveSpider.name=MaÄŸara HörümcÉ™yi +entity.Chicken.name=Toyuq +entity.Cow.name=İnÉ™k +entity.Creeper.name=Creeper +entity.EnderDragon.name=Ender Æjdahası +entity.Enderman.name=Enderman +entity.EntityHorse.name=At +entity.FallingSand.name=Düşən Blok +entity.Fireball.name=Alov Topu +entity.Ghast.name=Ghast +entity.Giant.name=Div +entity.Item.name=ÆÅŸya +entity.KillerBunny.name=Qatil DovÅŸan +entity.LavaSlime.name=Magma bÉ™theybÉ™ti +entity.Minecart.name=Minecart +entity.Mob.name=Canlı +entity.Monster.name=BÉ™dheybÉ™t +entity.MushroomCow.name=GöbÉ™lÉ™t +entity.Ozelot.name=Leopard +entity.Painting.name=SÉ™nÉ™t ÆsÉ™ri +entity.Pig.name=Donuz +entity.PigZombie.name=Zombi Donuzadam +entity.PrimedTnt.name=TNT Bloku +entity.Rabbit.name=DovÅŸan +entity.Sheep.name=Qoyun +entity.Silverfish.name=Gümüş Balıq +entity.Skeleton.name=Skelet +entity.Slime.name=Palçığ +entity.SmallFireball.name=Kiçik Alov Topu +entity.SnowMan.name=Qar Divi +entity.Snowball.name=Qartopu +entity.Spider.name=HörümcÉ™k +entity.Squid.name=Meduza +entity.Villager.leather=DÉ™ri İşçisi +entity.Villager.name=KÉ™ndli +entity.VillagerGolem.name=DÉ™mir Divi +entity.Witch.name=Sehirbaz +entity.WitherBoss.name=Wither +entity.Wolf.name=Canavar +entity.XPOrb.name=TÉ™crübÉ™ kürÉ™si +entity.Zombie.name=Zombi +entity.donkey.name=Uzunqulaq +entity.generic.name=bilinmÉ™yÉ™n +entity.horse.name=At +entity.mule.name=Qatır +entity.skeletonhorse.name=Skelet At +entity.zombiehorse.name=Zombi At +gameMode.adventure=MacÉ™ra Modu +gameMode.changed=Oyun Modunuz YenilÉ™ndi +gameMode.creative=Yaradıcılıq Modu +gameMode.hardcore=Çətin Mod! +gameMode.spectator=İzlÉ™yici Modu +gameMode.survival=HÉ™yatda Qalmaq Modu +generator.amplified=GÜCLÆNDİRİLMİŞ +generator.amplified.info=ÆlavÉ™: ÆylÉ™ncÉ™ üçündür, güclü bir sistem tÉ™lÉ™b edir +generator.customized=ÖzÉ™lləşdir +generator.debug_all_block_states=XÉ™ta Tapma Modu +generator.default=Standart +generator.flat=Dümdüz +generator.largeBiomes=Böyük Biyomlar +gui.achievements=NÉ™aliyÉ™tlÉ™r +gui.all=Hamısı +gui.back=Geri +gui.cancel=Ləğv et +gui.done=Bitdi +gui.down=AÅŸağı +gui.no=Xeyr +gui.none=Heç biri +gui.stats=Statistikalar +gui.toMenu=Oyun menyusuna dön +gui.up=Yuxarı +gui.yes=BÉ™li +inventory.binSlot=əşyanı sil +item.apple.name=Alma +item.appleGold.name=Qızıl Alma +item.arrow.name=Ox +item.bed.name=Çarpayı +item.beefCooked.name=BifÅŸteks +item.beefRaw.name=Çiy inÉ™k Æti +item.blazePowder.name=Blaze Tozu +item.blazeRod.name=Blaze ÇubuÄŸu +item.boat.name=Qayıq +item.bone.name=Sümük +item.book.name=Kitab +item.bootsChain.name=ZÉ™ncir ayaqqabı +item.bootsCloth.name=DÉ™ri Ayaqqabı +item.bootsDiamond.name=Almaz Ayaqqabı +item.bootsGold.name=Qızıl Ayaqqabı +item.bootsIron.name=DÉ™mir Ayaqqabı +item.bow.name=Yay +item.bowl.name=BoÅŸqab +item.bread.name=ÇörÉ™k +item.brewingStand.name=KimyagÉ™r Standı +item.brick.name=KÉ™rpic +item.bucket.name=VedrÉ™ +item.bucketLava.name=Lava VedrÉ™si +item.bucketWater.name=Su VedrÉ™si +item.cake.name=Tort +item.carrotGolden.name=Qızıl Kök +item.carrotOnAStick.name=Kök Tilovu +item.carrots.name=Kök +item.cauldron.name=Qazan +item.charcoal.name=Odun Kömürü +item.chestplateChain.name=ZÉ™ncir Zireh +item.chestplateCloth.name=DÉ™ri jaket +item.chestplateDiamond.name=Almaz Zireh +item.chestplateGold.name=Qızıl Zireh +item.chestplateIron.name=DÉ™mir Zireh +item.chickenCooked.name=BiÅŸmiÅŸ toyuq +item.chickenRaw.name=Çiy toyuq +item.clay.name=Gil +item.clock.name=Saat +item.coal.name=Kömür +item.comparator.name=QızıldaÅŸ QarşılaÅŸdırıcı +item.compass.name=Kompas +item.cookie.name=QoÄŸal +item.diamond.name=Almaz +item.diode.name=QızıldaÅŸ tÉ™zÉ™lÉ™yici +item.doorIron.name=DÉ™mir Qapı +item.dyePowder.black.name=MürÉ™kkÉ™b Qabı +item.dyePowder.blue.name=Lapis Lazuli +item.dyePowder.brown.name=Kakao DÉ™nÉ™lÉ™ri +item.dyePowder.cyan.name=Cyan Boya +item.dyePowder.gray.name=Boz Boya +item.dyePowder.green.name=Kaktus Yaşılı +item.dyePowder.lightBlue.name=Açıq Mavi Boya +item.dyePowder.lime.name=Açıq Yaşıl Boya +item.dyePowder.magenta.name=Magenta Boya +item.dyePowder.orange.name=Narıncı Boya +item.dyePowder.pink.name=Çəhrayı Boya +item.dyePowder.purple.name=BÉ™növÅŸÉ™yi Boya +item.dyePowder.red.name=Gül Qırmızısı +item.dyePowder.silver.name=Açıq Boz Boya +item.dyePowder.white.name=Sümük Tozu +item.dyePowder.yellow.name=Çobanyastığı Sarısı +item.dyed=Boyalı +item.egg.name=Yumurta +item.emerald.name=Zümrüd +item.emptyMap.name=BoÅŸ XÉ™ritÉ™ +item.emptyPotion.name=Su Butulkası +item.enchantedBook.name=Sehirli Kitab +item.enderPearl.name=Ender İncisi +item.expBottle.name=TÉ™crübÉ™ Eliksiri +item.eyeOfEnder.name=Ender Gözü +item.feather.name=Tük +item.fermentedSpiderEye.name=Mayalı HörümcÉ™k Gözü +item.fireball.name=Atəşli Top +item.fireworks.flight=UçuÅŸ vaxdı: +item.fireworks.name=FiÅŸÉ™ng +item.fireworksCharge.black=Qara +item.fireworksCharge.blue=Mavi +item.fireworksCharge.brown=QÉ™hvÉ™yi +item.fireworksCharge.customColor=SadÉ™ +item.fireworksCharge.cyan=Cyan +item.fireworksCharge.fadeTo=SönÉ™cÉ™k +item.fireworksCharge.flicker=Parıltı +item.fireworksCharge.gray=Boz +item.fireworksCharge.green=Yaşıl +item.fireworksCharge.lightBlue=Açıq Mavi +item.fireworksCharge.lime=Açıq Yaşıl +item.fireworksCharge.magenta=QırmızıtÉ™hÉ™r +item.fireworksCharge.name=FiÅŸÉ™ng Ulduzu +item.fireworksCharge.orange=Narıncı +item.fireworksCharge.pink=Çəhrayı +item.fireworksCharge.purple=BÉ™növÅŸÉ™yi +item.fireworksCharge.red=Qırmızı +item.fireworksCharge.silver=Açıq Boz +item.fireworksCharge.trail=İz +item.fireworksCharge.type=BilinmÉ™yÉ™n Şəkil +item.fireworksCharge.type.0=Balaca Top +item.fireworksCharge.type.1=İri Top +item.fireworksCharge.type.2=Ulduz Şəkilli +item.fireworksCharge.type.3=Creeper Şəkilli +item.fireworksCharge.type.4=Partlat +item.fireworksCharge.white=AÄŸ +item.fireworksCharge.yellow=Sarı +item.fish.clownfish.raw.name=Nemo balığı +item.fish.cod.cooked.name=BiÅŸmiÅŸ balıq +item.fish.cod.raw.name=Çiy Balığ +item.fish.pufferfish.raw.name=Kirpi Balığı +item.fish.salmon.cooked.name=BiÅŸmiÅŸ Salmon Balığı +item.fish.salmon.raw.name=Çiy Salmon Balığı +item.fishingRod.name=Tilov +item.flint.name=Çaxmaxdaşı +item.flintAndSteel.name=Çaxmax daşı vÉ™ dÉ™mir +item.flowerPot.name=Saxsı +item.frame.name=ÆÅŸya ÇərçivÉ™si +item.ghastTear.name=Ghast gözyaşı +item.glassBottle.name=Şüşə Butulka +item.goldNugget.name=Qızıl Parçası +item.hatchetDiamond.name=Almaz Balta +item.hatchetGold.name=Qızıl Balta +item.hatchetIron.name=DÉ™mir Balta +item.hatchetStone.name=DaÅŸ Balta +item.hatchetWood.name=Taxta Balta +item.helmetChain.name=ZÉ™ncir kaska +item.helmetCloth.name=DÉ™ri Kaska +item.helmetDiamond.name=Almaz Kaska +item.helmetGold.name=Qızıl Kaska +item.helmetIron.name=DÉ™mir Kaska +item.hoeDiamond.name=Almaz KÉ™rki +item.hoeGold.name=Qızıl KÉ™rki +item.hoeIron.name=DÉ™mir KÉ™rki +item.hoeStone.name=DaÅŸ KÉ™rki +item.hoeWood.name=Taxta KÉ™rki +item.horsearmordiamond.name=Almaz at zirehi +item.horsearmorgold.name=Qızıl At Zirehi +item.horsearmormetal.name=DÉ™mir At Zirehi +item.ingotGold.name=Qızıl Külçə +item.ingotIron.name=DÉ™mir Külçə +item.leash.name=Qayış +item.leather.name=DÉ™ri +item.leaves.name=Yarpaqlar +item.leggingsChain.name=ZÉ™ncir Åžalvar +item.leggingsCloth.name=DÉ™ri ÅŸalvar +item.leggingsDiamond.name=Almaz Åžalvar +item.leggingsGold.name=Qızıl Åžalvar +item.leggingsIron.name=DÉ™mir Åžalvar +item.magmaCream.name=Magma Kremi +item.map.name=XÉ™ritÉ™ +item.melon.name=Qarpız +item.milk.name=Süd +item.minecart.name=Vaqon +item.minecartChest.name=Sandığlı Vaqon +item.minecartCommandBlock.name=Æmr Bloklu Vaqon +item.minecartFurnace.name=Sobalı Vaqon +item.minecartHopper.name=SüzÉ™nli Vaqon +item.minecartTnt.name=TNT-li Vaqon +item.monsterPlacer.name=Çağır: +item.mushroomStew.name=GöbÉ™lÉ™kli sup +item.nameTag.name=Ad Etiketi +item.netherStalkSeeds.name=Nether Wart +item.netherStar.name=Nether Ulduzu +item.netherbrick.name=Nether Bloku +item.netherquartz.name=Nether Kvarsı +item.painting.name=RÉ™sm ÆsÉ™ri +item.paper.name=Kağız +item.pickaxeDiamond.name=Almaz Qazma +item.pickaxeGold.name=Qızıl Qazma +item.pickaxeIron.name=DÉ™mir Qazma +item.pickaxeStone.name=DaÅŸ Qazma +item.pickaxeWood.name=Taxta Qazma +item.porkchopCooked.name=BiÅŸmiÅŸ Donuz Æti +item.porkchopRaw.name=Çiy Donuz Æti +item.potato.name=Kartof +item.potatoBaked.name=BiÅŸmiÅŸ kartof +item.potatoPoisonous.name=ZÉ™hÉ™rli kartof +item.potion.name=Eliksir +item.pumpkinPie.name=BalqabaÄŸ keksi +item.record.11.desc=C418 - 11 +item.record.13.desc=C418 - 13 +item.record.blocks.desc=C418 - blocks +item.record.cat.desc=C418 - cat +item.record.chirp.desc=C418 - chirp +item.record.far.desc=C418 - far +item.record.mall.desc=C418 - mall +item.record.mellohi.desc=C418 - mellohi +item.record.name=Musiqi Diski +item.record.stal.desc=C418 - stal +item.record.strad.desc=C418 - strad +item.record.wait.desc=C418 - wait +item.record.ward.desc=C418 - ward +item.redstone.name=QızıldaÅŸ +item.reeds.name=ŞəkÉ™r Qamışı +item.rottenFlesh.name=Çürük É™t +item.ruby.name=Yaqut +item.saddle.name=YÉ™hÉ™r +item.seeds.name=Toxum +item.seeds_melon.name=Qarpız Toxumu +item.seeds_pumpkin.name=Balqabaq Toxumu +item.shears.name=Qayçı +item.shovelDiamond.name=Almaz Bel +item.shovelGold.name=Qızıl KürÉ™k +item.shovelIron.name=DÉ™mir KürÉ™k +item.shovelStone.name=DaÅŸ Bel +item.shovelWood.name=Taxta Bel +item.sign.name=İşarÉ™ +item.skull.char.name=BaÅŸ +item.skull.creeper.name=Kripr Başı +item.skull.player.name=%s'nın Başı +item.skull.skeleton.name=Skelet başı +item.skull.wither.name=Wither Skelet başı +item.skull.zombie.name=Zombi Başı +item.slimeball.name=Palçığ Topu +item.snowball.name=Qartopu +item.speckledMelon.name=Parıldayan Qapız +item.spiderEye.name=Hörümçək Gözü +item.stick.name=Çubux +item.string.name=İp +item.sugar.name=ŞəkÉ™r +item.sulphur.name=Barıt +item.swordDiamond.name=Almaz Qılınc +item.swordGold.name=Qızlı Qılınc +item.swordIron.name=DÉ™mir Qılınc +item.swordStone.name=DaÅŸ Qılınc +item.swordWood.name=Taxta Qılınc +item.unbreakable=Qırılmaz +item.wheat.name=BuÄŸda +item.writingBook.name=Kitab VÉ™ QÉ™lÉ™m +item.writtenBook.name=Yazılı Kitab +item.yellowDust.name=İşıqdaşı Tozu +itemGroup.brewing=pivÉ™biÅŸirmÉ™ +itemGroup.combat=döyüş +itemGroup.inventory=saÄŸ inventar +itemGroup.materials=material +itemGroup.misc=DigÉ™r +itemGroup.redstone=QızıldaÅŸ +itemGroup.tools=alÉ™tler +key.attack=Hücum Et/MÉ™hv Et +key.back=GeriyÉ™ GetmÉ™k +key.categories.gameplay=Oynayış +key.categories.inventory=Bel Çantası +key.categories.misc=DigÉ™r +key.categories.movement=HÉ™rÉ™kÉ™t +key.categories.multiplayer=Çox Oyunçulu +key.categories.stream=Yayınlanır +key.categories.ui=Oyun İnterfeysi +key.chat=SöhbÉ™ti aç +key.command=Æmri aç +key.drop=ÆÅŸyanı Tulla +key.forward=İrÉ™li GetmÉ™k +key.fullscreen=Tam Ekrana Keç +key.hotbar.1=Slot Qısayolu 1 +key.hotbar.2=Slot Qısayolu 2 +key.hotbar.3=Slot Qısayolu 3 +key.hotbar.4=Slot Qısayolu 4 +key.hotbar.5=Slot Qısayolu 5 +key.hotbar.6=Slot Qısayolu 6 +key.hotbar.7=Slot Qısayolu 7 +key.hotbar.8=Slot Qısayolu 8 +key.hotbar.9=Slot Qısayolu 9 +key.inventory=Bel Çantası +key.jump=Tullan +key.left=Sola GetmÉ™k +key.mouseButton=DüymÉ™ %1$s +key.pickItem=Blok seç +key.playerlist=Oyunçuların Siyahısı +key.right=SaÄŸa GetmÉ™k +key.screenshot=Ekranın RÉ™smini Çək +key.smoothCamera=Kinomatik Kameraya keç +key.sneak=Æyil +key.spectatorOutlines=Oyunçuları (İzlÉ™yicilÉ™ri) VurÄŸula +key.sprint=Qaçmaq +key.streamCommercial=Paylaşım RÉ™qÉ™mlÉ™rini GöstÉ™r +key.streamPauseUnpause=Paylaşımı Dayandır/Davam etdir +key.streamStartStop=Paylaşımı BaÅŸlat/Dayandır +key.streamToggleMic=Bas Danış/Söndür +key.togglePerspective=Perspektif KeçiÅŸ +key.use=ÆÅŸyadan İstifadÉ™ Et/Blok Qoy +lanServer.otherPlayers=DigÉ™r Oyunçular üçün nizamlamalar +lanServer.scanning=Hazırki LAN-da Olan Oyunlar Axtarılır +lanServer.start=LAN Dünyasını BaÅŸlat +lanServer.title=LAN Dünyası +language.code=az_AZ +language.name=AzÉ™ri dili +language.region=AzÉ™rbaycan +mcoServer.title=Minecraft Onlayn Dünya +menu.convertingLevel=Dünya hazırlanır +menu.disconnect=Ayrıl +menu.game=Oyun menyusu +menu.generatingLevel=Dünya yaradılır +menu.generatingTerrain=Ærazi hazırlanır +menu.loadingLevel=Dünya yüklÉ™nir +menu.multiplayer=Çox oyunçulu +menu.options=SeçimlÉ™r... +menu.playdemo=Test dünyasında oyna +menu.quit=Oyundan çıx +menu.resetdemo=Test dünyasını sıfırla +menu.respawning=YenidÉ™n canlandırılır +menu.returnToGame=Oyuna dön +menu.returnToMenu=Yadda saxla vÉ™ menyuya dön +menu.shareToLan=Yerli ÅŸÉ™bÉ™kÉ™dÉ™ paylaÅŸ +menu.simulating=Dünya simülasyon edilir +menu.singleplayer=TÉ™k oyunçulu +menu.switchingLevel=Dünyalar dÉ™yiÅŸdirilir +merchant.deprecated=Kiliti açamq üçün baÅŸqa bir ÅŸeyi dÉ™yiÅŸdir! +mount.onboard=EnmÉ™k üçün %1$s-e basın +multiplayer.connect=QoÅŸul +multiplayer.downloadingStats=Statistikalar vÉ™ nailiyyÉ™tlÉ™r yüklÉ™nir... +multiplayer.downloadingTerrain=Ærazi yüklÉ™nir +multiplayer.info1=Minecraft Çox Oyuncu Modu hÉ™lÉ™ tamamlanmayıb, amma burada +multiplayer.info2=biraz xÉ™talıdır,on testlÉ™r edilir. +multiplayer.ipinfo=ServerÉ™ baÄŸlanmaq üçün İP adresini daxil edin: +multiplayer.player.joined=%s oyuna daxil oldu +multiplayer.player.joined.renamed=%s (É™vvÉ™lki adı ilÉ™ %s) oyuna daxil oldu +multiplayer.player.left=%s oyunu tÉ™rk etdi +multiplayer.stopSleeping=Yatağı TÉ™rk Et +multiplayer.texturePrompt.line1=Bu server özÉ™l bir tekstura paketi istifadÉ™ etmÉ™yi önÉ™rir. +multiplayer.texturePrompt.line2=Tekstura paketi ozü ozünÉ™ yuklÉ™nsin ? +multiplayer.title=Çox Oyuncu İlÉ™ Oyna +options.advancedButton=TÉ™kmilləşmiÅŸ Video TÉ™nzimlÉ™mÉ™lÉ™ri... +options.advancedOpengl=TÉ™kmilləşmiÅŸ OpenGL +options.advancedVideoTitle=TÉ™kmilləşmiÅŸ Video TÉ™nzimlÉ™mÉ™lÉ™ri +options.anaglyph=3D Görüntü +options.ao=YumuÅŸaq İşıqlandırma +options.ao.max=Maksimum +options.ao.min=Minumum +options.ao.off=QAPALI +options.blockAlternatives=Alternativ bloklar +options.chat.color=RÉ™nglÉ™r +options.chat.height.focused=FokuslaÅŸmış hündülük +options.chat.height.unfocused=FokuslaÅŸmamış hündülük +options.chat.links=İnternet LinklÉ™ri +options.chat.links.prompt=LinklÉ™ri açarkÉ™n xÉ™bÉ™rdarlıq +options.chat.opacity=ÅŸÉ™ffaflıq +options.chat.scale=Miqyas +options.chat.title=SöhbÉ™t TÉ™nzimlÉ™mÉ™lÉ™ri... +options.chat.visibility=SöhbÉ™t +options.chat.visibility.full=GöstÉ™rilÉ™n +options.chat.visibility.hidden=Gizli +options.chat.visibility.system=Yalnız É™mrlÉ™r +options.chat.width=GeniÅŸlik +options.controls=Kontrollar... +options.customizeTitle=Dünya ParametrlÉ™rin ÖzÉ™lləşdir +options.difficulty=Çətinlik +options.difficulty.easy=Asan +options.difficulty.hard=Çətin +options.difficulty.hardcore=Æn Çətin +options.difficulty.normal=Normal +options.difficulty.peaceful=SülhsevÉ™r +options.farWarning1=64 bit java yüklÉ™nilmÉ™si mÉ™slÉ™hÉ™t görülür +options.farWarning2=UzaÄŸ görüş mÉ™safÉ™si üçün (sizdÉ™ki 32 bit) +options.fboEnable=FBOs-u aktivləşdir +options.forceUnicodeFont=Unicode Font Çətinliyi +options.fov=Baxış bucağı +options.fov.max=Quake Pro +options.fov.min=Normal +options.framerateLimit=Maksimum. ÇərçivÉ™ SürÉ™ti +options.framerateLimit.max=Limitsiz +options.fullscreen=Tam Ekran +options.gamma=Parlaqlıq +options.gamma.max=Parlaq +options.gamma.min=Qaraqasmar +options.graphics=Qrafikalar +options.graphics.fancy=XÉ™yali +options.graphics.fast=SürÉ™tli +options.guiScale=GUI Miqyası +options.guiScale.auto=Avtomatik +options.guiScale.large=İri +options.guiScale.normal=Normal +options.guiScale.small=Balaca +options.hidden=Gizli +options.invertMouse=TÉ™rs Maus TÉ™nzimlÉ™mÉ™lÉ™ri +options.language=Dil... +options.languageWarning=Dil tÉ™rcümÉ™lÉ™ri %%100 dÉ™qiq olmaya bilÉ™r +options.mipmapLevels=Mipmap SÉ™viyyÉ™lÉ™ri +options.modelPart.cape=Örtük +options.modelPart.hat=Papaq +options.modelPart.jacket=Jaket +options.modelPart.left_pants_leg=Åžalvarın Sol Ayağı +options.modelPart.left_sleeve=Sol Qol +options.modelPart.right_pants_leg=Åžalvarın SaÄŸ Ayağı +options.modelPart.right_sleeve=SaÄŸ Qol +options.multiplayer.title=Çoxlu Oyunçu TÉ™nzimlÉ™mÉ™lÉ™ri... +options.music=Musiqi +options.off=QAPALI +options.on=AÇIQ +options.particles=HissÉ™ciklÉ™r +options.particles.all=Hamısı +options.particles.decreased=Azaldılmış +options.particles.minimal=Æn Az +options.performanceButton=Video Performans TÉ™nzimlÉ™mÉ™lÉ™ri... +options.performanceVideoTitle=Video Performans TÉ™nzimlÉ™mÉ™lÉ™ri +options.postButton=Sonradan İşlÉ™tmÉ™ TÉ™nzimlÉ™mÉ™lÉ™ri... +options.postProcessEnable=Sonradan iÅŸlÉ™tmÉ™yi aktiv et +options.postVideoTitle=Sonradan İşlÉ™tmÉ™ TÉ™nzimlÉ™mÉ™lÉ™ri +options.qualityButton=Video KeyfiyyÉ™ti TÉ™nzimlÉ™mÉ™lÉ™ri... +options.qualityVideoTitle=Video KeyfiyyÉ™ti TÉ™nzimlÉ™mÉ™lÉ™ri +options.reducedDebugInfo=Azaldılmış XÉ™ta Tapma Modu +options.renderClouds=Buludlar +options.renderDistance=Baxış mÉ™safÉ™si +options.renderDistance.far=Uzaq +options.renderDistance.normal=Normal +options.renderDistance.short=Qısa +options.renderDistance.tiny=Kiçik +options.resourcepack=Tekstura paketlÉ™ri... +options.saturation=DoyÄŸunluÄŸ +options.sensitivity=HÉ™ssaslıq +options.sensitivity.max=Maksimum SürÉ™t !!! +options.sensitivity.min=*É™snÉ™mÉ™* +options.skinCustomisation=Görünüşü ÖzÉ™lləşdir... +options.skinCustomisation.title=Görünüşü ÖzÉ™lləşdir +options.snooper=İcazÉ™li snooper +options.snooper.desc=Minecraft'ın tÉ™kmilləşmÉ™si vÉ™ xÉ™taları tapması üçün kompyuteriniz haqqında mÉ™lumatları toplamaq istÉ™yirik.Bu mÉ™lumatlar anonim olaraq toplanacaq vÉ™ yayımlanacaq.Bu mÉ™lumatları pis bir mÉ™qsÉ™d ilÉ™ istifadÉ™ etmÉ™yÉ™cÉ™yimizÉ™ söz veririk,istÉ™sÉ™niz bu funksianı baÄŸlaya bilÉ™siz! +options.snooper.title=Mexanika spesifikasia kolleksiası +options.snooper.view=Snooper Nizamlamaları... +options.sound=SÉ™s +options.sounds=Musiqi vÉ™ SÉ™slÉ™r... +options.sounds.title=Musiqi vÉ™ SÉ™s TÉ™nzimlÉ™mÉ™lÉ™ri +options.stream=Yayın TÉ™nzimlÉ™mÉ™lÉ™ri... +options.stream.bytesPerPixel=KeyfiyyÉ™t +options.stream.changes=Bu dÉ™yiÅŸikliklÉ™ri hÉ™yata keçirmÉ™k üçün oyunu yenidÉ™n baÅŸlatmağınız lazım ola bilÉ™r. +options.stream.chat.enabled=Aktiv et +options.stream.chat.enabled.always=HÉ™r Zaman +options.stream.chat.enabled.never=Heç Vaxt +options.stream.chat.enabled.streaming=Yayımlanar ikÉ™n +options.stream.chat.title=Twitch SohbÉ™t Nizamlamaları +options.stream.chat.userFilter=İstifadəçi Filtiri +options.stream.chat.userFilter.all=Bütün İzlÉ™yicilÉ™r +options.stream.chat.userFilter.mods=Moderatorlar +options.stream.chat.userFilter.subs=AbunÉ™lÉ™r +options.stream.compression=Sıxışdırma +options.stream.compression.high=YüksÉ™k +options.stream.compression.low=Pis +options.stream.compression.medium=Orta +options.stream.estimation=TÉ™xmini ölçülÉ™r: %sx%s +options.stream.fps=ÇərçivÉ™ sürÉ™ti +options.stream.ingest.reset=GöstÉ™riÅŸlÉ™ri sıfırla +options.stream.ingest.title=Twitch serverlÉ™ri +options.stream.ingestSelection=Server ListÉ™si +options.stream.kbps=Bant GeniÅŸliyi +options.stream.micToggleBehavior=Basaraq +options.stream.micVolumne=Mikrafon SÉ™si +options.stream.mic_toggle.mute=Susdur +options.stream.mic_toggle.talk=Danış +options.stream.sendMetadata=GöndÉ™rilÉ™n fayllar +options.stream.systemVolume=Sistem SÉ™si +options.stream.title=Twitch paylaşım tÉ™nzimlÉ™mÉ™lÉ™ri +options.title=TÉ™nzimlÉ™mÉ™lÉ™r +options.touchscreen=Toxunma ekran Modu +options.vbo=VBO'lardan istifadÉ™ et +options.video=Video tÉ™nzimlÉ™mÉ™lÉ™ri... +options.videoTitle=Video QuraÅŸdırılmaları +options.viewBobbing=Sarsılmağı göstÉ™r +options.visible=GöstÉ™rilÉ™n +options.vsync=VSync fÉ™al +potion.absorption=CÉ™kmÉ™k +potion.absorption.postfix=Udmaq eliksiri +potion.blindness=Korluq +potion.blindness.postfix=Korluq eliksiri +potion.confusion=Bulantı +potion.confusion.postfix=Bulantı eliksiri +potion.damageBoost=QüvvÉ™t +potion.damageBoost.postfix=Güc Eliksiri +potion.digSlowDown=MÉ™dÉ™nçi yorÄŸunluÄŸu +potion.digSlowDown.postfix=YorÄŸunluq eliksiri +potion.digSpeed=CÉ™ld +potion.digSpeed.postfix=SürÉ™t eliksiri +potion.effects.whenDrank=İsifadÉ™ edilÉ™rsÉ™: +potion.empty=Effektsiz +potion.fireResistance=Alov DirÉ™nci +potion.fireResistance.postfix=Alov Dayanıqlılığı eliksiri +potion.harm=Tez xÉ™sÉ™r +potion.harm.postfix=XÉ™sÉ™r eliksiri +potion.heal=Tez SaÄŸlamlıq +potion.heal.postfix=SaÄŸaltma eliksiri +potion.healthBoost=SaÄŸlamlıq Artıran +potion.healthBoost.postfix=SaÄŸlamlıq yüksÉ™dici eliksiri +potion.hunger=Aclıq +potion.hunger.postfix=Aclıq eliksiri +potion.invisibility=GörünmÉ™zlik +potion.invisibility.postfix=GörünmÉ™zlik eliksiri +potion.jump=Tullanma Gücü +potion.jump.postfix=Tulanma eliksiri +potion.moveSlowdown=YavaÅŸlığ +potion.moveSlowdown.postfix=YavaÅŸlatmaq Eliksiri +potion.moveSpeed=SürÉ™t +potion.moveSpeed.postfix=Çeviklik eliksiri +potion.nightVision=GecÉ™ görüşü +potion.nightVision.postfix=GecÉ™ GörmÉ™ eliksiri +potion.poison=ZÉ™hÉ™r +potion.poison.postfix=ZÉ™hÉ™r eliksiri +potion.potency.1=II +potion.potency.2=III +potion.potency.3=IV +potion.prefix.acrid=Buruq +potion.prefix.artless=SÉ™nÉ™tsiz +potion.prefix.awkward=QÉ™ribÉ™ +potion.prefix.bland=TÉ™rbiyÉ™li +potion.prefix.bulky=HÉ™cmli +potion.prefix.bungling=Bacaqrıqsız +potion.prefix.buttered=Qaymaqlı +potion.prefix.charming=CazibÉ™dar +potion.prefix.clear=TÉ™mizlÉ™ +potion.prefix.cordial=SÉ™mimi +potion.prefix.dashing=DÉ™liqanlı +potion.prefix.debonair=Åžirin +potion.prefix.diffuse=Yayğın +potion.prefix.elegant=ZÉ™rif +potion.prefix.fancy=HÉ™qiqi +potion.prefix.flat=Düz +potion.prefix.foul=Xarab +potion.prefix.grenade=Güclü +potion.prefix.gross=İyrÉ™nc +potion.prefix.harsh=SÉ™rt +potion.prefix.milky=Südlü +potion.prefix.mundane=SadÉ™ +potion.prefix.odorless=İysiz +potion.prefix.potent=QuvvÉ™tli +potion.prefix.rank=DÉ™rÉ™cÉ™ +potion.prefix.refined=NÉ™fis +potion.prefix.smooth=Hamar +potion.prefix.sparkling=Parıltılı +potion.prefix.stinky=İylÉ™nmiÅŸ +potion.prefix.suave=XoÅŸ +potion.prefix.thick=Qalın +potion.prefix.thin=SeyrÉ™k +potion.prefix.uninteresting=Sıxıcı +potion.regeneration=TÉ™zÉ™lÉ™mÉ™ +potion.regeneration.postfix=Regenerasia eliksiri +potion.resistance=DirÉ™nc +potion.resistance.postfix=Dayanıqlılıq eliksiri +potion.saturation=DoyÄŸunluq +potion.saturation.postfix=Dodurmaq eliksiri +potion.waterBreathing=Su Altında NÉ™fÉ™s Almaq +potion.waterBreathing.postfix=Su altında nÉ™vÉ™s alma eliksiri +potion.weakness=ZÉ™yiflik +potion.weakness.postfix=ZÉ™yiflik eliksiri +potion.wither=Wither +potion.wither.postfix=Anti zÉ™hÉ™r eliksiri +record.nowPlaying=Hal hazırda oynananılır: %s +resourcePack.available.title=Aktiv tekstura paketlÉ™ri +resourcePack.folderInfo=(Tekstura Paket Faylların Bura Qoyun) +resourcePack.openFolder=Tekstura paketini aç +resourcePack.selected.title=SeçilÉ™n Tekstura paketlÉ™ri +resourcePack.title=Tekstura paketini seç +screenshot.failure=ekran görünüşü saxlaya bilmÉ™z %s +screenshot.success=Ekran ÅŸÉ™kili %s adı ilÉ™ yaddaÅŸa yazıldı +selectServer.add=Server ÆlavÉ™ Et +selectServer.defaultName=Minecraft Severi +selectServer.delete=Sil +selectServer.deleteButton=Sil +selectServer.deleteQuestion=Siz hÉ™qiqÉ™tÉ™n bu serveri silmÉ™k istÉ™yirsiz ? +selectServer.deleteWarning=sonsuza qÉ™dÉ™r silinÉ™cÉ™k! (Çox uzun bir zaman!) +selectServer.direct=Tez BaÄŸlan +selectServer.edit=DüzÉ™liÅŸ et +selectServer.empty=boÅŸ +selectServer.hiddenAddress=(Gizli) +selectServer.refresh=YenilÉ™ +selectServer.select=ServerÉ™ QoÅŸul +selectServer.title=Server seç +selectWorld.allowCommands=HiylÉ™lÉ™rÉ™ icazÉ™ ver: +selectWorld.allowCommands.info=/gamemode, /xp kimi É™mrlÉ™r +selectWorld.bonusItems=Bonus Sandıq: +selectWorld.cheats=HilylÉ™lÉ™r +selectWorld.conversion=ÇevrilmÉ™si lazımdır! +selectWorld.create=Yeni dünya yarat +selectWorld.createDemo=Yeni Demo Dünya Yarat +selectWorld.customizeType=ÖzÉ™lləşdir +selectWorld.delete=Sil +selectWorld.deleteButton=Sil +selectWorld.deleteQuestion=Bu dünyanı silmÉ™k istÉ™diyinizdÉ™n É™minsiniz? +selectWorld.deleteWarning=sonsuza qÉ™dÉ™r itÉ™cÉ™k! (Çox uzun bir müddÉ™t!) +selectWorld.empty=boÅŸ +selectWorld.enterName=Dünya adı +selectWorld.enterSeed=Dünya yaradıcısı üçün kod +selectWorld.gameMode=Oyun Modu +selectWorld.gameMode.adventure=MacÉ™ra +selectWorld.gameMode.adventure.line1=HÉ™yatda qalma modu ilÉ™ eyni, amma blokları +selectWorld.gameMode.adventure.line2=ÆlavÉ™ edilmir vÉ™ ya silinmir +selectWorld.gameMode.creative=Yaratıcı +selectWorld.gameMode.creative.line1=Sonsuz mÉ™nbÉ™lÉ™r,sÉ™rbÉ™st uçmaq vÉ™ +selectWorld.gameMode.creative.line2=Blokları dÉ™rhal qırma +selectWorld.gameMode.hardcore=Çətin +selectWorld.gameMode.hardcore.line1=HÉ™yatda qalma modu ilÉ™ eyni, çətindÉ™ baÄŸlıdır +selectWorld.gameMode.hardcore.line2=vÉ™ yenidÉ™n dirilmÉ™yÉ™cÉ™ksiz,çətinləşdirilmiÅŸ mod +selectWorld.gameMode.spectator=İzlÉ™yici +selectWorld.gameMode.spectator.line1=İzlÉ™yÉ™ BilÉ™rsÉ™n Amma Toxuna BilmÉ™zsÉ™n +selectWorld.gameMode.survival=HÉ™yatda qalmaq +selectWorld.gameMode.survival.line1=MÉ™nbÉ™ Axtar, Yarat, ÆldÉ™ Et +selectWorld.gameMode.survival.line2=SÉ™viyyÉ™lÉ™r, saÄŸlamlıq vÉ™ aclıq +selectWorld.hardcoreMode=Çətin: +selectWorld.hardcoreMode.info=ÖldüyündÉ™ dünya silinÉ™cÉ™k +selectWorld.mapFeatures=Strukturlar yarat: +selectWorld.mapFeatures.info=KÉ™ndlÉ™r, zindanlar vÉ™ s +selectWorld.mapType=Dünya Növü: +selectWorld.mapType.normal=Normal +selectWorld.moreWorldOptions=Daha çox dünya variantı ... +selectWorld.newWorld=Yeni dünya +selectWorld.newWorld.copyOf=Köçürüldü %s +selectWorld.recreate=YenidÉ™n yarat +selectWorld.rename=DüzÉ™liÅŸ +selectWorld.renameButton=DÉ™yiÅŸ +selectWorld.renameTitle=Dünyanı dÉ™yiÅŸ +selectWorld.resultFolder=Buraya qeyd olunacaq: +selectWorld.seedInfo=TÉ™sadüfi yaratmaq üçün boÅŸ buraxın +selectWorld.select=SeçilmiÅŸ dünyada oyna +selectWorld.title=Dünya seç +selectWorld.world=Dünya +sign.edit=GiriÅŸ mesajını redaktÉ™ et +soundCategory.ambient=Ærazi/Ætraf mühit +soundCategory.block=Bloklar +soundCategory.hostile=DüşmÉ™n mÉ™xluqlar +soundCategory.master=Ana SÉ™s +soundCategory.music=Musiqi +soundCategory.neutral=ZÉ™rÉ™rsiz MÉ™xluqlar +soundCategory.player=Oyunçular +soundCategory.record=Musiqi Qutusu/Not Bloku +soundCategory.weather=Hava +stat.animalsBred=CütləşdirilÉ™n heyvanlar +stat.blocksButton=Bloklar +stat.boatOneCm=Qayıq İlÉ™ GedilÉ™n Yol +stat.breakItem=%1$s istifadÉ™ etdi +stat.climbOneCm=Dırmanılan mÉ™safÉ™ +stat.craftItem=%1$s hazırladı +stat.crafted=Neçə dÉ™fÉ™ düzÉ™tdin +stat.createWorld=Yaradılan Dünyalar +stat.crouchOneCm=ÆyilÉ™rÉ™k GedilÉ™n MasafÉ™ +stat.damageDealt=VerilÉ™n xÉ™sÉ™r +stat.damageTaken=Alınan xÉ™sÉ™r +stat.deaths=Ölüm sayı +stat.depleted=Neçə dÉ™fÉ™ istifadÉ™ etdin +stat.diveOneCm=ÜzülÉ™n dÉ™rinlik +stat.drop=Buraxılan ÆÅŸyalar +stat.entityKilledBy=%s sÉ™ni %s dÉ™fÉ™ öldürdü +stat.entityKilledBy.none=%s adlı oyuncu sÉ™ni heç oldürmÉ™di +stat.entityKills=%s %s öldürdün +stat.entityKills.none=%s adlı oyuncunu heç öldürmÉ™din +stat.fallOneCm=Yıxılan mÉ™safÉ™ +stat.fishCaught=Tutulan balığ +stat.flyOneCm=Uçulan mÉ™safÉ™ +stat.generalButton=Ümumi +stat.horseOneCm=At ile gedilÉ™n mÉ™safÉ™ +stat.itemsButton=ÆÅŸyalar +stat.joinMultiplayer=Çox oyunçulu oynayanlar +stat.jump=Tullanmalar +stat.junkFished=Tutulan tullantılar +stat.leaveGame=Neçə dÉ™fÉ™ çıxdın +stat.loadWorld=YüklÉ™nÉ™n saxlamalar +stat.mineBlock=%1$s Qazdı +stat.minecartOneCm=Vagon ile gedilÉ™n yol +stat.mined=Neçə dÉ™fÉ™ qazdın +stat.mobKills=Öldürdüyün canlılar +stat.mobsButton=Canlılar +stat.pigOneCm=Donuzla GedilÉ™n MÉ™safÉ™ +stat.playOneMinute=Oyananan dÉ™qiqÉ™ +stat.playerKills=Oyunçu ölümlÉ™ri +stat.sprintOneCm=Qaçılan MÉ™safÉ™ +stat.startGame=DÉ™fÉ™ oynadı +stat.swimOneCm=ÜzülÉ™n mÉ™safÉ™ +stat.talkedToVillager=Danışılan KÉ™ndlilÉ™r +stat.timeSinceDeath=Son ÖlümdÉ™n BÉ™ri Keçən Zaman +stat.tradedWithVillager=TicarÉ™t EdilÉ™n KÉ™ndlilÉ™r +stat.treasureFished=Tutulan xÉ™zinÉ™lÉ™r +stat.useItem=%1$s İstifadÉ™ etdi +stat.used=İstifadÉ™ Miqdarı +stat.walkOneCm=GÉ™zilÉ™n mÉ™safÉ™ +stats.tooltip.type.achievement=NÉ™aliyÉ™t +stats.tooltip.type.statistic=Statistika +stream.confirm_start=Yayını baÅŸlatmaq istÉ™diyinizÉ™ É™minsÉ™nmi? +stream.unavailable.account_not_bound=Twitch vasitÉ™silÉ™ Minecraft nəşri edÉ™ bilmÉ™nizdÉ™n öncÉ™, Twitch hesabınızı mojang.com hesabınız ilÉ™ baÄŸlanmalıdır. Bunu indi etmÉ™k istÉ™yirsiniz? +stream.unavailable.account_not_bound.okay=Hesapları BaÄŸla +stream.unavailable.account_not_migrated=Twitch üzÉ™rindÉ™n Minecraft nəşri etmÉ™k üçün Minecraft hesabını Mojang hesabına köçürmÉ™k lazımdır. İndi köçürmÉ™k istÉ™yirsÉ™nmi? +stream.unavailable.account_not_migrated.okay=Hesap KöçürmÉ™ +stream.unavailable.failed_auth=Twitch ÅŸÉ™xsiyyÉ™t tÉ™sdiqlÉ™mÉ™ xÉ™talı. XahiÅŸ edirik mojang.com ünvanına gedin vÉ™ Twitch hesabınızı yenidÉ™n qoÅŸun. +stream.unavailable.failed_auth.okay=Hesabları YenidÉ™n BaÄŸla +stream.unavailable.failed_auth_error=Twitch identifikasiyası üçün açıla bilmir. XahiÅŸ edirik sonra tÉ™krar yoxlayın. +stream.unavailable.initialization_failure=Twitch SDK baÅŸladıla bilmir. +stream.unavailable.initialization_failure.extra=(SÉ™bÉ™b: %s) +stream.unavailable.library_arch_mismatch=Mövcud Java versiyasının Minecraftı iÅŸlÉ™tmÉ™k üçün lazım olandan daha fÉ™rqli bir mimari'ye sahib. XahiÅŸ edirik ikisinin dÉ™ 32-bit vÉ™ ya 64-bit olduÄŸunu yoxlayın. +stream.unavailable.library_failure=Twitch yayım xidmÉ™ti üçün lazımlı kitabxanalar yüklÉ™nmir. +stream.unavailable.no_fbo=Twitch yayım üçün ekran kartının OpenGL 3.0 versiyası vÉ™ ya kare artırıcı obyektlÉ™ri dÉ™stÉ™klÉ™mÉ™si lazımdır. +stream.unavailable.no_fbo.arb=ARB ilÉ™ kare artırıcı obyekt dÉ™stÉ™yi: %s +stream.unavailable.no_fbo.blend=EXT ilÉ™ ayrı qarışdırma dÉ™stÉ™yi: %s +stream.unavailable.no_fbo.ext=EXT ilÉ™ kare artırıcı obyekt dÉ™stÉ™yi: %s +stream.unavailable.no_fbo.version=Hal-hazırda istifadÉ™ edirsiniz: %s +stream.unavailable.not_supported.mac=Təəssüf ki,, Twitch inteqrasiyası Mac üzÉ™rindÉ™ OSX vÉ™ ya sizin istifadÉ™ etmÉ™k daha yeni bir Mac sistemi versiyası tÉ™lÉ™b edir. Inteqrasiya, 10.7 (Mac OS X Lion) vÉ™ ya daha yeni bir versiya tÉ™lÉ™b edir. apple.com ünvanını yenilÉ™nmÉ™si ilÉ™ É™laqÉ™dar daha É™traflı mÉ™lumat üçün ziyarÉ™t etmÉ™k istÉ™yirsiniz? +stream.unavailable.not_supported.mac.okay=tÉ™kmilləşdir +stream.unavailable.not_supported.other=Təəssüf ki Twitch yayım xidmÉ™ti Windows (Vista vÉ™ ya daha yenisi) vÉ™ ya Mac OS X (10.7/Lion vÉ™ ya daha yenisi) tÉ™lÉ™b edir +stream.unavailable.not_supported.windows=Təəssüf ki Twitch yayım xidmÉ™ti istifadÉ™ etdiyin Windows distributivindÉ™ daha yeni bir versiya tÉ™lÉ™b edir. Æn azı Windows Vista vÉ™ ya daha yenisi lazımlı. +stream.unavailable.report_to_mojang=Mojang'a Hesabat Ver +stream.unavailable.soundflower.chat=MaC kopyuterlırindÉ™ paylaÅŸmaq üçün Soundfloüer lazımdır. %s +stream.unavailable.soundflower.chat.link=YüklÉ™mÉ™k üçün bura click edin. +stream.unavailable.title=Twitch Yayını Yoxdur +stream.unavailable.unknown=Çox təəssufki hal hazırda Twitch paylaşımı edÉ™ bilmÉ™zsiz.VÉ™ nÉ™ üçün olduÄŸunu bizdÉ™ bilmirik :'( +stream.unavailable.unknown.chat=PaylaÅŸmaq baÅŸlamadı: %s +stream.user.mode.administrator=Twitch inzibatçısı +stream.user.mode.banned=qadaÄŸan etildi +stream.user.mode.banned.other=%s'nin kanalında qadaÄŸan etildi +stream.user.mode.banned.self=Sizin kanalınızda qadaÄŸanlı +stream.user.mode.broadcaster=diktor +stream.user.mode.broadcaster.other=diktor +stream.user.mode.broadcaster.self=Diktor (Sen!) +stream.user.mode.moderator=Başçı +stream.user.mode.moderator.other=%s'nın kanalda başçı +stream.user.mode.moderator.self=Senin kanalda Başçı +stream.user.mode.staff=Twitch heyÉ™ti +stream.user.subscription.subscriber=abunəçi +stream.user.subscription.subscriber.other=%s'in kanalına abunÉ™ +stream.user.subscription.subscriber.self=Sizin kanala abunəçi +stream.user.subscription.turbo=Twitch Turbo +stream.userinfo.ban=QadaÄŸan Et +stream.userinfo.chatTooltip=Useri yönlÉ™dirmÉ™k üçün klik edin +stream.userinfo.mod=Moderator olaraq yüksÉ™lt +stream.userinfo.timeout=Timeout +stream.userinfo.unban=QadaÄŸanı Sil +stream.userinfo.unmod=Moderator olaraq azalt +tile.acaciaFence.name=Akasia Hasarı +tile.activatorRail.name=Aktivator Relsi +tile.anvil.intact.name=DÉ™mir DöyÉ™n +tile.anvil.name=DÉ™mir DöyÉ™n +tile.anvil.slightlyDamaged.name=Az XÉ™sarÉ™tli DÉ™mir DöyÉ™n +tile.anvil.veryDamaged.name=Çox XÉ™sarÉ™tli DÉ™mir DöyÉ™n +tile.barrier.name=Barikada +tile.beacon.name=Mayak +tile.beacon.primary=Æsas Güc +tile.beacon.secondary=İkincil Güc +tile.bed.name=Çarpayı +tile.bed.noSleep=Yalnız gecÉ™lÉ™ri yata bilÉ™rsÉ™n +tile.bed.notSafe=Yata bilmÉ™zsÉ™n! Yaxınında canavarlar var! +tile.bed.notValid=Çarpayınız itirilmiÅŸ vÉ™ ya mÉ™hv edilmiÅŸ +tile.bed.occupied=Bu çarpayı dolu +tile.bedrock.name=Suxur Daşı +tile.birchFence.name=AÄŸcaqayın Hasarı +tile.blockCoal.name=Kömür Bloku +tile.blockDiamond.name=Almaz Bloku +tile.blockEmerald.name=Zümrüd Bloku +tile.blockGold.name=Qızıl Bloku +tile.blockIron.name=DÉ™mir Bloku +tile.blockLapis.name=Göy DaÅŸ BloÄŸu +tile.blockRedstone.name=QızıldaÅŸ Bloku +tile.bookshelf.name=Kitab RÉ™fi +tile.brick.name=KÉ™rpic +tile.button.name=DüymÉ™ +tile.cactus.name=Kaktus +tile.cake.name=Tort +tile.carrots.name=YerkökülÉ™r +tile.cauldron.name=Qazan +tile.chest.name=Sandıq +tile.chestTrap.name=TÉ™lÉ™ Sandığı +tile.clay.name=Gil +tile.clayHardened.name=BÉ™rk Gil +tile.clayHardenedStained.black.name=Qara RÉ™nglı Gil +tile.clayHardenedStained.blue.name=Göy RÉ™ngli Gil +tile.clayHardenedStained.brown.name=QÉ™hvÉ™yi RÉ™ngli Gil +tile.clayHardenedStained.cyan.name=Cyan RÉ™ngli Gil +tile.clayHardenedStained.gray.name=Boz RÉ™ngli Gil +tile.clayHardenedStained.green.name=Yaşıl RÉ™ngli Xalça +tile.clayHardenedStained.lightBlue.name=Açıq Mavı RÉ™ngli Gil +tile.clayHardenedStained.lime.name=Laym RÉ™ngli Gil +tile.clayHardenedStained.magenta.name=Magenta RÉ™ngli Gil +tile.clayHardenedStained.name=Boyalı Gil +tile.clayHardenedStained.orange.name=Narıncı RÉ™ngli Gil +tile.clayHardenedStained.pink.name=Çəyrayı RÉ™ngli Gil +tile.clayHardenedStained.purple.name=BÉ™növÅŸÉ™yi RÉ™ngli Gil +tile.clayHardenedStained.red.name=Qırmızı RÉ™ngli Gil +tile.clayHardenedStained.silver.name=Açıq Boz RÉ™ngli Gil +tile.clayHardenedStained.white.name=AÄŸ RÉ™ngli Gil +tile.clayHardenedStained.yellow.name=Yaşıl RÉ™ngli Gil +tile.cloth.black.name=Qara Yun +tile.cloth.blue.name=Mavi Yun +tile.cloth.brown.name=QÉ™hvÉ™yi Yun +tile.cloth.cyan.name=Göy Yun +tile.cloth.gray.name=Boz Yun +tile.cloth.green.name=Yaşıl Yun +tile.cloth.lightBlue.name=Açıq Mavi Yun +tile.cloth.lime.name=Açıq Yaşıl Yun +tile.cloth.magenta.name=Açıq Mavi Yun +tile.cloth.name=Yun +tile.cloth.orange.name=Narıncı Yun +tile.cloth.pink.name=Çəhrayı Yun +tile.cloth.purple.name=Tünd Qırmızı Yun +tile.cloth.red.name=Qırmızı Yun +tile.cloth.silver.name=Açıq Boz Yun +tile.cloth.white.name=Yun +tile.cloth.yellow.name=Sarı Yun +tile.cobbleWall.mossy.name=Yosunlu QırıqdaÅŸ Divarı +tile.cobbleWall.normal.name=QırıqdaÅŸ Divarı +tile.cocoa.name=Kakao +tile.commandBlock.name=Æmr Bloku +tile.crops.name=MÉ™hsullar +tile.darkOakFence.name=Qara MeÅŸÉ™ Agacı Hasarı +tile.daylightDetector.name=Günəş Sensorları +tile.deadbush.name=Ölü Bitki +tile.detectorRail.name=Dedektor Relsi +tile.dirt.coarse.name=Cod Torpaq +tile.dirt.default.name=TorpaÄŸ +tile.dirt.name=TorpaÄŸ +tile.dirt.podzol.name=Podzol +tile.dispenser.name=BaÅŸlatma +tile.doorIron.name=DÉ™mir Qapı +tile.doorWood.name=Taxta Qapı +tile.doublePlant.fern.name=Boyük qıjı +tile.doublePlant.grass.name=Daha böyük ot +tile.doublePlant.name=Bitki +tile.doublePlant.paeonia.name=Pion +tile.doublePlant.rose.name=Qızılgül Kolu +tile.doublePlant.sunflower.name=GünÉ™baxan +tile.doublePlant.syringa.name=YasÉ™mÉ™n +tile.dragonEgg.name=Æjdaha Yumurtası +tile.dropper.name=BaÅŸlatma +tile.enchantmentTable.name=Sehirbazlıq Stolu +tile.endPortalFrame.name=END Keçidi +tile.enderChest.name=ENDER Sandığı +tile.farmland.name=Tarla É™razısı +tile.fence.name=ÇəpÉ™r +tile.fenceGate.name=ÇəpÉ™r qapısı +tile.fenceIron.name=DÉ™mir Barmaqlıq +tile.fire.name=Od +tile.flower1.dandelion.name=ZÉ™ncirotu +tile.flower1.name=Çiçək +tile.flower2.allium.name=Allium +tile.flower2.blueOrchid.name=Göy Orkide +tile.flower2.houstonia.name=Göy mavisi +tile.flower2.name=Çiçək +tile.flower2.oxeyeDaisy.name=Çobanyastığı +tile.flower2.poppy.name=LalÉ™ +tile.flower2.tulipOrange.name=Narıncı Zanbaq +tile.flower2.tulipPink.name=Çəhrayı Zanbaq +tile.flower2.tulipRed.name=Qırmızı Zanbaq +tile.flower2.tulipWhite.name=AÄŸ Zanbaq +tile.furnace.name=Soba +tile.glass.name=Şüşə +tile.goldenRail.name=GüclÉ™ndirilmiÅŸ Rels +tile.grass.name=ÇəmÉ™n +tile.gravel.name=Qrabel +tile.hayBlock.name=Saman Talası +tile.hellrock.name=CÉ™hÉ™nnÉ™m Daşı +tile.hellsand.name=Ruh Qumu +tile.hopper.name=SügÉ™c +tile.ice.name=Buz +tile.icePacked.name=PaketlÉ™nmış Buz +tile.jukebox.name=Musiqi Qutusu +tile.jungleFence.name=CÉ™ngÉ™llik Hasarı +tile.ladder.name=PillÉ™kan +tile.lava.name=Lava +tile.leaves.acacia.name=Akasiya YarpaÄŸları +tile.leaves.big_oak.name=Qara MeÅŸÉ™ YarpaÄŸları +tile.leaves.birch.name=AÄŸcaqayın yarpaÄŸları +tile.leaves.jungle.name=CÉ™ngÉ™llik YarpaÄŸları +tile.leaves.name=YarpaÄŸlar +tile.leaves.oak.name=MeÅŸÉ™ YarpaÄŸları +tile.leaves.spruce.name=Ladin YarpaÄŸları +tile.lever.name=Ling +tile.lightgem.name=İşıq Daşı +tile.litpumpkin.name=Jack o'Lantern +tile.lockedchest.name=Kilidli Sandıq +tile.log.acacia.name=Akasiya odunu +tile.log.big_oak.name=Qara MeÅŸÉ™ Odunu +tile.log.birch.name=AÄŸcaqayın Odunu +tile.log.jungle.name=CÉ™ngÉ™llik odunu +tile.log.name=Oduncaq +tile.log.oak.name=Palıd taxta +tile.log.spruce.name=Ladin Odunu +tile.melon.name=Qarpız +tile.mobSpawner.name=Canavar Yaradıcısı +tile.monsterStoneEgg.brick.name=DaÅŸ Gümüşçün Bloku +tile.monsterStoneEgg.chiseledbrick.name=BÉ™rk daÅŸ canavar yumurta +tile.monsterStoneEgg.cobble.name=Qırıq DaÅŸ Gümüşcün Bloku +tile.monsterStoneEgg.crackedbrick.name=Qırıq daÅŸ canavar yumurta +tile.monsterStoneEgg.mossybrick.name=Yasunlu daÅŸ canavar yumurta +tile.monsterStoneEgg.stone.name=DaÅŸ Canavar Yumurtası +tile.mushroom.name=GöbÉ™lÉ™k +tile.musicBlock.name=Qeyd BloÄŸu +tile.mycel.name=Miselyum +tile.netherBrick.name=Nether Bloku +tile.netherFence.name=Nether Hasarı +tile.netherStalk.name=Nether Bitkisi +tile.netherquartz.name=Nether Kvars Filizi +tile.notGate.name=QızıldaÅŸ Məşəli +tile.obsidian.name=Obsidian +tile.oreCoal.name=Kömür filiz +tile.oreDiamond.name=Almaz Filizi +tile.oreEmerald.name=Zümrüd Filizi +tile.oreGold.name=Qızıl filizi +tile.oreIron.name=DÉ™mir Filizi +tile.oreLapis.name=Lapis lazuli CövhÉ™ri +tile.oreRedstone.name=QızıldaÅŸ Filizi +tile.oreRuby.name=Yaqut Filizi +tile.pistonBase.name=Piston +tile.pistonStickyBase.name=Yapışqan Piston +tile.portal.name=Portal +tile.potatoes.name=Kartoflar +tile.pressurePlateStone.name=DaÅŸ TÉ™yziq TÉ™bÉ™qÉ™si +tile.pressurePlateWood.name=Taxta TÉ™yziq TÉ™bÉ™qÉ™si +tile.pumpkin.name=Balqabaq +tile.quartzBlock.chiseled.name=SÉ™rt Kvars Bloku +tile.quartzBlock.default.name=Kvars Bloku +tile.quartzBlock.lines.name=Stün Kvars Bloku +tile.rail.name=Rels +tile.redSandStone.chiseled.name=KÉ™skin Qırmızı Qumdaşı +tile.redSandStone.default.name=Qırmızı Qumdaşı +tile.redSandStone.name=Qırmızı Qumdaşı +tile.redSandStone.smooth.name=Hamar Qırmızı Qumdaşı +tile.redstoneDust.name=QızıldaÅŸ Tozu +tile.redstoneLight.name=QızıldaÅŸ lampası +tile.reeds.name=ŞəkÉ™r Qamışı +tile.sand.default.name=Qum +tile.sand.name=Qum +tile.sand.red.name=Qırmızı Qum +tile.sandStone.chiseled.name=KÉ™skin Qumdaşı +tile.sandStone.default.name=Qumdaşı +tile.sandStone.name=Qumdaşı +tile.sandStone.smooth.name=Düzgün Qumdaşı +tile.sapling.acacia.name=Akasiya Fidanı +tile.sapling.big_oak.name=Qara MeÅŸÉ™ Fidanı +tile.sapling.birch.name=AÄŸcaqayın AÄŸacı Fidanı +tile.sapling.jungle.name=CÉ™ngÉ™llik AÄŸacı Fidanı +tile.sapling.oak.name=MeÅŸÉ™ Fidanı +tile.sapling.spruce.name=Ladin AÄŸacı Fidanı +tile.sign.name=Yazı Taxtası +tile.snow.name=Qar +tile.sponge.dry.name=SüngÉ™r +tile.sponge.wet.name=İslanmış SüngÉ™r +tile.spruceFence.name=Lain Hasarı +tile.spruceFenceGate.name=Ladin Hasarı Qapısı +tile.stainedGlass.black.name=Qara RÉ™ngli Şüşə +tile.stainedGlass.blue.name=Göy RÉ™ngli Şüşə +tile.stainedGlass.brown.name=QÉ™hvÉ™yi RÉ™ngli Şüşə +tile.stainedGlass.cyan.name=Açıq Göy RÉ™ngli Şüşə +tile.stainedGlass.gray.name=Boz RÉ™ngli Şüşə +tile.stainedGlass.green.name=Yaşıl RÉ™ngli Şüşə +tile.stainedGlass.lightBlue.name=Açıq Göy RÉ™ngli Şüşə +tile.stainedGlass.lime.name=Laym RÉ™ngli Şüşə +tile.stainedGlass.magenta.name=BÉ™növÅŸÉ™yi RÉ™ngli Şüşə +tile.stainedGlass.name=RÉ™ngli Şüşə +tile.stainedGlass.orange.name=Narıncı RÉ™ngli Şüşə +tile.stainedGlass.pink.name=Çəyrayı RÉ™ngli Şüşə +tile.stainedGlass.purple.name=BÉ™növÅŸÉ™yi RÉ™ngli Şüşə +tile.stainedGlass.red.name=Qırmızı RÉ™ngli Şüşə +tile.stainedGlass.silver.name=Açıq Boz RÉ™ngli Şüşə +tile.stainedGlass.white.name=AÄŸ RÉ™ngli Şüşə +tile.stainedGlass.yellow.name=Sarı RÉ™ngli Şüşə +tile.stairsBrick.name=KÉ™rpic PillÉ™kÉ™n +tile.stairsNetherBrick.name=Nether PillÉ™kÉ™ni +tile.stairsQuartz.name=Kvars PillÉ™kanı +tile.stairsRedSandStone.name=Qırmızı Qumdaşı PillÉ™kanı +tile.stairsSandStone.name=Qumdaşı PillÉ™kanı +tile.stairsStone.name=DaÅŸ PillÉ™kan +tile.stairsStoneBrickSmooth.name=DaÅŸ KÉ™rpicli PillÉ™kÉ™n +tile.stairsWood.name=MeÅŸÉ™ Odunu PillÉ™kanı +tile.stairsWoodAcacia.name=Akasia AÄŸacı PillÉ™kanı +tile.stairsWoodBirch.name=AÄŸcaqayın AÄŸacı PillÉ™kanı +tile.stairsWoodDarkOak.name=Qara MeÅŸÉ™ AÄŸacı PillÉ™kanı +tile.stairsWoodJungle.name=CÉ™ngÉ™llik AÄŸacı PillÉ™kanı +tile.stairsWoodSpruce.name=Ladin Odunu PillÉ™kanı +tile.stone.andesite.name=Andezit +tile.stone.andesiteSmooth.name=Cilalı Andezit +tile.stone.diorite.name=Diorit +tile.stone.dioriteSmooth.name=Cilalı Diorit +tile.stone.granite.name=Granit +tile.stone.graniteSmooth.name=Cilalanmış Qranit +tile.stone.stone.name=DaÅŸ +tile.stoneMoss.name=Yosunlu DaÅŸ +tile.stoneSlab.brick.name=KÉ™rpic PillÉ™kanı +tile.stoneSlab.cobble.name=Qırıq DaÅŸ PillÉ™kanı +tile.stoneSlab.name=DaÅŸ PillÉ™kan +tile.stoneSlab.netherBrick.name=Nether Taxtası PillÉ™kanı +tile.stoneSlab.quartz.name=Kvars pillÉ™kanı +tile.stoneSlab.sand.name=Qumdaşı pillÉ™kÉ™ni +tile.stoneSlab.smoothStoneBrick.name=DaÅŸ PillÉ™kan +tile.stoneSlab.stone.name=DaÅŸ PillÉ™kan +tile.stoneSlab.wood.name=Taxta pillÉ™kan +tile.stoneSlab2.red_sandstone.name=Qırmızı Qumdaşı PillÉ™kanı +tile.stonebrick.name=Qırıq DaÅŸ +tile.stonebricksmooth.chiseled.name=KÉ™skin DaÅŸ KÉ™rpic +tile.stonebricksmooth.cracked.name=Qırıq DaÅŸ KÉ™rpic +tile.stonebricksmooth.default.name=DaÅŸ KÉ™rpic +tile.stonebricksmooth.mossy.name=Yosunlu DaÅŸ KÉ™rpic +tile.stonebricksmooth.name=DaÅŸ KÉ™rpic +tile.tallgrass.fern.name=Qıjı +tile.tallgrass.grass.name=Ot +tile.tallgrass.name=Ot +tile.tallgrass.shrub.name=Kol +tile.thinGlass.name=İncÉ™ Şüşə +tile.thinStainedGlass.black.name=Qara RÉ™ngli İncÉ™ Şüşə +tile.thinStainedGlass.blue.name=Göy RÉ™ngli İncÉ™ Şüşə +tile.thinStainedGlass.brown.name=QÉ™hvÉ™yi RÉ™ngli İncÉ™ Şüşə +tile.thinStainedGlass.cyan.name=Cyan RÉ™ngli İncÉ™ Şüşə +tile.thinStainedGlass.gray.name=Boz RÉ™ngli İncÉ™ Şüşə +tile.thinStainedGlass.green.name=Yaşıl RÉ™ngli İncÉ™ Şüşə +tile.thinStainedGlass.lightBlue.name=Açıq Göy RÉ™ngli İncÉ™ Şüşə +tile.thinStainedGlass.lime.name=Laym RÉ™ngli İncÉ™ Şüşə +tile.thinStainedGlass.magenta.name=BÉ™növÅŸÉ™yi RÉ™ngli İncÉ™ Şüşə +tile.thinStainedGlass.name=Boyalı İncÉ™ Şüşə +tile.thinStainedGlass.orange.name=Narıncı RÉ™ngli İncÉ™ Şüşə +tile.thinStainedGlass.pink.name=Çəyrayı RÉ™ngli İncÉ™ Şüşə +tile.thinStainedGlass.purple.name=Tünd qırmızı RÉ™ngli İncÉ™ Şüşə +tile.thinStainedGlass.red.name=Qırmızı RÉ™ngli İncÉ™ Şüşə +tile.thinStainedGlass.silver.name=Açıq Boz RÉ™ngli İncÉ™ Şüşə +tile.thinStainedGlass.white.name=AÄŸ RÉ™ngli İncÉ™ Şüşə +tile.thinStainedGlass.yellow.name=Sarı RÉ™ngli İncÉ™ Şüşə +tile.tnt.name=TNT +tile.torch.name=Məşəl +tile.trapdoor.name=TÉ™lÉ™ Qapısı +tile.tripWire.name=TÉ™lÉ™ ipi +tile.tripWireSource.name=TÉ™lÉ™ qırmağı +tile.vine.name=Sarmaşığ +tile.water.name=Su +tile.waterlily.name=NilufÉ™r +tile.web.name=Hörümçək Toru +tile.weightedPlate_heavy.name=Ağırlığlı TÉ™yziq Platası (SÉ™rt) +tile.weightedPlate_light.name=Ağırlığlı TÉ™yziq Platası (HÉ™ssas) +tile.whiteStone.name=END Daşı +tile.wood.acacia.name=Akasia AÄŸacı Taxtası +tile.wood.big_oak.name=Qara MeÅŸÉ™ Odunu Taxtası +tile.wood.birch.name=AÄŸcaqayın aÄŸacı taxtası +tile.wood.jungle.name=CÉ™ngÉ™llik AÄŸacı Taxtası +tile.wood.name=Taxta DöşəmÉ™ +tile.wood.oak.name=MeÅŸÉ™ AÄŸacı Taxtası +tile.wood.spruce.name=Ladin Taxtası +tile.woodSlab.acacia.name=Akasya Odunu PillÉ™kanı +tile.woodSlab.big_oak.name=Qara meÅŸÉ™ aÄŸacı pillÉ™kanı +tile.woodSlab.birch.name=AÄŸcaqayın Odunu PillÉ™kanı +tile.woodSlab.jungle.name=CÉ™ngÉ™llik Odunu PillÉ™kanı +tile.woodSlab.name=Taxta PillÉ™kan +tile.woodSlab.oak.name=MeÅŸÉ™ AÄŸacı PillÉ™kanı +tile.woodSlab.spruce.name=Ladin Odunu PillÉ™kanı +tile.woolCarpet.black.name=Qara Xalça +tile.woolCarpet.blue.name=Mavi Xalça +tile.woolCarpet.brown.name=QÉ™hvÉ™yi Xalça +tile.woolCarpet.cyan.name=Açığ Mavi Xalça +tile.woolCarpet.gray.name=Boz Xalça +tile.woolCarpet.green.name=Yaşıl Xalça +tile.woolCarpet.lightBlue.name=Açıq Göy Xalça +tile.woolCarpet.lime.name=Açıq Yaşıl Xalça +tile.woolCarpet.magenta.name=Magenta RÉ™nglı Xalça +tile.woolCarpet.name=Xalça +tile.woolCarpet.orange.name=Narıncı Xalça +tile.woolCarpet.pink.name=Çəhrayı Xalça +tile.woolCarpet.purple.name=BÉ™növÅŸÉ™yi Xalça +tile.woolCarpet.red.name=Qırmızı Xalça +tile.woolCarpet.silver.name=Açıq Boz Xalça +tile.woolCarpet.white.name=Xalça +tile.woolCarpet.yellow.name=Sarı Xalça +tile.workbench.name=Hazırlama Masası +title.oldgl1=KöhnÉ™ ekran kartı tapıldı; bu sÉ™nÉ™ É™ngÉ™l olabilÉ™r +title.oldgl2=gÉ™lÉ™cÉ™kdÉ™ oynamaq üçün OpenGL 2.0 lazım olacaq. diff --git a/javascript/lang/bg_BG.lang b/javascript/lang/bg_BG.lang new file mode 100755 index 00000000..2cf84af1 --- /dev/null +++ b/javascript/lang/bg_BG.lang @@ -0,0 +1,2516 @@ +achievement.acquireIron=Оборудване +achievement.acquireIron.desc=Претопи желÑзна руда +achievement.bakeCake=Лъжата +achievement.bakeCake.desc=Пшеница, захар, млÑко и Ñйца! +achievement.blazeRod=Ð’ Ð¾Ð³ÑŠÐ½Ñ +achievement.blazeRod.desc=ОÑвободи Пламъка от пръчките му +achievement.bookcase=БиблиотекарÑÑ‚ +achievement.bookcase.desc=Ðаправи библиотечки, за да увеличиш Ñилата на чародейÑката маÑа +achievement.breedCow=ЗаÑелване +achievement.breedCow.desc=Размножете две крави Ñ Ð¿ÑˆÐµÐ½Ð¸Ñ†Ð° +achievement.buildBetterPickaxe=ОбновÑване +achievement.buildBetterPickaxe.desc=Ðаправете Ñи по-хубава кирка +achievement.buildFurnace=Гореща тема +achievement.buildFurnace.desc=Ðаправи пещ Ñ 8 калдъръмени камъка +achievement.buildHoe=Време за фермене! +achievement.buildHoe.desc=Използвай дъÑки и пръчки, за да направите мотика +achievement.buildPickaxe=Време за копаене! +achievement.buildPickaxe.desc=Използвай дъÑки и пръчки, за да Ñи направите кирка +achievement.buildSword=Време за удар! +achievement.buildSword.desc=Използвай дъÑки и пръчки, за да Ñи направите меч +achievement.buildWorkBench=МаÑово ÑтроителÑтво +achievement.buildWorkBench.desc=Ðаправи Ñи работна маÑа Ñ 4 блокчета дъÑки +achievement.cookFish=ВкуÑна риба +achievement.cookFish.desc=Улови и Ñготви риба! +achievement.diamonds=ДИÐМÐÐТИ! +achievement.diamonds.desc=Сдобий Ñе Ñ Ð´Ð¸Ð°Ð¼Ð°Ð½Ñ‚Ð¸ чрез твоите железните инÑтрументи +achievement.diamondsToYou=Диаманти за теб! +achievement.diamondsToYou.desc=Хвърлете диаманти на друг играч. +achievement.enchantments=МагьоÑтник +achievement.enchantments.desc=Използвай книга, обÑидиан и диаманти, за да Ñи направиш чародейÑка маÑа +achievement.exploreAllBiomes=Време за Ð¿Ñ€Ð¸ÐºÐ»ÑŽÑ‡ÐµÐ½Ð¸Ñ +achievement.exploreAllBiomes.desc=Открийте вÑичките биоми +achievement.flyPig=ЛетÑщи праÑета +achievement.flyPig.desc=Полети Ñ Ð¿Ñ€Ð°Ñе от Ñкала +achievement.fullBeacon=фарведение +achievement.fullBeacon.desc=Създай на пълен Ñигнализатор +achievement.get=ДоÑтигнато поÑтижение! +achievement.ghast=Върнете на Ð¿Ð¾Ð´Ð°Ñ‚ÐµÐ»Ñ +achievement.ghast.desc=Унищожи ГаÑÑ‚ Ñ Ð¾Ð³Ð½ÐµÐ½Ð° топка +achievement.killCow=Убий крава +achievement.killCow.desc=Събери малко кожа +achievement.killEnemy=Ловец на чудовища +achievement.killEnemy.desc=Ðападни и убий чудовище +achievement.killWither=Ðачалото. +achievement.killWither.desc=Убий Уидъра +achievement.makeBread=Изпечи хлÑб +achievement.makeBread.desc=Превърни пшеница в хлÑб +achievement.mineWood=Събиране на дърво +achievement.mineWood.desc=УдрÑй дърво, докато не вземеш кубче от него +achievement.onARail=Ðа прав път +achievement.onARail.desc=Пътувай Ñ Ð¼Ð¸Ð½ÑŒÐ¾Ñ€Ñка количка поне 1 км от там от където Ñтартира +achievement.openInventory=ОтварÑне на инвентара +achievement.openInventory.desc=ÐатиÑнете „%1$s“, за да отворите инвентара Ñи. +achievement.overkill=От първиÑÑ‚ път +achievement.overkill.desc=Ðаправи щета от 8 Ñърца, Ñ 1 удар +achievement.overpowered=Прекалено Ñилен +achievement.overpowered.desc=Ðаправете Супер Ñбълка +achievement.portal=ТрÑбва да отидем по-дъбоко +achievement.portal.desc=Ðаправи Ñи портал към Ðда +achievement.potion=МеÑÑ‚Ð½Ð¸Ñ Ð°Ð»Ñ…Ð¸Ð¼Ð¸Ðº +achievement.potion.desc=Свари отвара +achievement.requires=ИзиÑква '%1$s' +achievement.snipeSkeleton=Дуел на ÑнайпериÑти +achievement.snipeSkeleton.desc=Убий Ñкелет ÑÑŠÑ Ñтрела от разÑтоÑние над 50 метра +achievement.spawnWither=Ðачалото? +achievement.spawnWither.desc=Призови Уидъра +achievement.taken=Взето! +achievement.theEnd=КраÑÑ‚? +achievement.theEnd.desc=Ðамери КраÑÑ‚ +achievement.theEnd2=КраÑÑ‚. +achievement.theEnd2.desc=Победи Драконът от ÐšÑ€Ð°Ñ +achievement.unknown=??? +addServer.add=Готово +addServer.enterIp=ÐÐ´Ñ€ÐµÑ Ð½Ð° Ñървъра +addServer.enterName=Име на Ñървъра +addServer.hideAddress=Скрий Ð°Ð´Ñ€ÐµÑ +addServer.resourcePack=Сървърни реÑурÑни пакети +addServer.resourcePack.disabled=Изключено +addServer.resourcePack.enabled=Включено +addServer.resourcePack.prompt=ЗаÑвка +addServer.title=Редактиране на Ð¸Ð½Ñ„Ð¾Ñ€Ð¼Ð°Ñ†Ð¸Ñ Ð½Ð° Ñървъра +advMode.allEntities=Използвайте "@e" за да изберете вÑички обекти +advMode.allPlayers=Използвайте "@p" за прилагане върху вÑички играчи +advMode.command=Командна конзола +advMode.nearestPlayer=Използвайте "@p" за прилагане върху най-близко Ð½Ð°Ð¼Ð¸Ñ€Ð°Ñ‰Ð¸Ñ Ñе играч +advMode.notAllowed=Правата трÑбва да бъдат дадени в творчеÑки режим +advMode.notEnabled=Командните блокове не Ñа разрешени в този Ñървър +advMode.previousOutput=Предишен изход +advMode.randomPlayer=Използвайте "@p" за прилагане върху Ñлучаен играч +advMode.setCommand=Задайте команда за ÐºÐ¾Ð½ÐºÑ€ÐµÑ‚Ð½Ð¸Ñ Ð±Ð»Ð¾Ðº +advMode.setCommand.success=Зададена команда: %s +attribute.modifier.plus.0=+%s %s +attribute.modifier.plus.1=+%s%% %s +attribute.modifier.plus.2=+%s%% %s +attribute.modifier.take.0=-%s %s +attribute.modifier.take.1=-%s%% %s +attribute.modifier.take.2=-%s%% %s +attribute.name.generic.attackDamage=Щети от атаката +attribute.name.generic.followRange=Ð Ð°Ð´Ð¸ÑƒÑ Ð½Ð° преÑледване на ÑъщеÑтва +attribute.name.generic.knockbackResistance=ОтблъÑкваща Ñъпротива +attribute.name.generic.maxHealth=МакÑимално здраве +attribute.name.generic.movementSpeed=СкороÑÑ‚ +attribute.name.horse.jumpStrength=Сила на конÑки Ñкок +attribute.name.zombie.spawnReinforcements=Зомби Ð¿Ð¾Ð´ÐºÑ€ÐµÐ¿Ð»ÐµÐ½Ð¸Ñ +book.byAuthor=от %1$s +book.editTitle=Въвеждане на заглавие на книгата: +book.finalizeButton=ПодпиÑване и затварÑне +book.finalizeWarning=Важно! Когато подпишете книгата, нÑма да можете да Ñ Ñ€ÐµÐ´Ð°ÐºÑ‚Ð¸Ñ€Ð°Ñ‚Ðµ. +book.generation.0=Оригинал +book.generation.1=Копие +book.generation.2=Копие на копие +book.generation.3=Опърпана +book.pageIndicator=Страница %1$s от %2$s +book.signButton=ПодпиÑване +build.tooHigh=МакÑималната виÑочина за Ñтроене е %s кубчета +chat.cannotSend=Ðе може да изпратите чат Ñъобщение +chat.copy=Копиране +chat.link.confirm=Сигурни ли Ñте, че иÑкате да отворите този интернет Ñайт? +chat.link.confirmTrusted=ИÑкате ли да отворите тази връзка или да Ñ ÐºÐ¾Ð¿Ð¸Ñ€Ð°Ñ‚Ðµ в клипборда? +chat.link.open=ОтварÑне в браузъра +chat.link.warning=Ðикога не отварÑйте линкове, от хора, на които не вÑрвате! +chat.stream.emote=(%s) * %s %s +chat.stream.text=(%s) <%s> %s +chat.type.achievement=%s току-що Ñпечели поÑтижението %s +chat.type.achievement.taken=%s загуби поÑтижението %s +chat.type.admin=[%s: %s] +chat.type.announcement=[%s] %s +chat.type.emote=* %s %s +chat.type.text=<%s> %s +commands.achievement.alreadyHave=Играча %s вече има поÑтижението %s +commands.achievement.dontHave=Играча %s нÑма поÑтижението %s +commands.achievement.give.success.all=УÑпешно Ñа дадени вÑички поÑтижение на %s +commands.achievement.give.success.one=УÑпешно дадена на %s поÑтижение '%s' +commands.achievement.statTooLow=Играчът %s нÑма ÑтатиÑтика %s +commands.achievement.take.success.all=УÑпешно Ñа взети поÑтижениÑта на %s +commands.achievement.take.success.one=УÑпешно е взета ÑтатиÑтиката %s на %s +commands.achievement.unknownAchievement=Ðепознато поÑтижение или ÑтатиÑтика "%s" +commands.achievement.usage=/achievement [player] +commands.ban.failed=Грешка при блокирането на играчът %s +commands.ban.success=Ðа %s бе забранено да влиза +commands.ban.usage=/ban <име> [причина ...] +commands.banip.invalid=Въведохте невалиден IP Ð°Ð´Ñ€ÐµÑ Ð¸Ð»Ð¸ играч, който не играе в момента +commands.banip.success=IP адреÑÑŠÑ‚ бе блокиран %s +commands.banip.success.players=БлокираниÑÑ‚ IP Ð°Ð´Ñ€ÐµÑ %s принадлежи на %s +commands.banip.usage=/ban-ip [причина ...] +commands.banlist.ips=Има общо %s блокирани IP адреÑа: +commands.banlist.players=Има общо %s недопуÑнати играчи: +commands.banlist.usage=/banlist [ips|играчи] +commands.blockdata.failed=Ð˜Ð½Ñ„Ð¾Ñ€Ð¼Ð°Ñ†Ð¸Ð¾Ð½Ð½Ð¸Ñ Ñ‚Ð°Ð³ не Ñе промени: %s +commands.blockdata.notValid=Ð¦ÐµÐ»ÐµÐ½Ð¸Ñ Ð±Ð»Ð¾Ðº не Ñъдържа Ð¸Ð½Ñ„Ð¾Ñ€Ð¼Ð°Ñ†Ð¸Ñ +commands.blockdata.outOfWorld=Ðе може да Ñе променÑÑ‚ блокове извън Ñвета +commands.blockdata.success=ИнформациÑта в блока беше актуализирана: %s +commands.blockdata.tagError=Разбора на Ð¸Ð½Ñ„Ð¾Ñ€Ð¼Ð°Ñ†Ð¸Ð¾Ð½Ð½Ð¸Ñ Ñ‚Ð°Ð³ е неуÑпешен: %s +commands.blockdata.usage=/blockdata +commands.chunkinfo.compiled=Чънкът е компилиран. +commands.chunkinfo.data=Първите ÑÐ»Ð¾Ñ Ñа: %s +commands.chunkinfo.empty=Чънкът е празен. +commands.chunkinfo.hasLayers=Чънкът има Ñлоеве: %s +commands.chunkinfo.hasNoRenderableLayers=Чънкът нÑма Ñлоеве, които да могат да Ñе виждат. +commands.chunkinfo.isEmpty=Чънкът има празни Ñлоеве: %s +commands.chunkinfo.location=МеÑтонахождение на чънка: (%s, %s, %s) +commands.chunkinfo.noChunk=Ðе е намерен чънк на позициÑта %s, %s, %s +commands.chunkinfo.notCompiled=Чънкът не е компилиран. +commands.chunkinfo.notEmpty=Чънкът не е празен. +commands.chunkinfo.usage=/chunkinfo [ ] +commands.chunkinfo.vertices=Буфера на Ñлой %s Ñъдържа %s върха +commands.clear.failure=Ðе може да Ñе почиÑти инвентара на %s, защото нÑмат предмет за премахване +commands.clear.success=Инвентара на %s бе изчиÑтен, бÑха премахнати %s предмета +commands.clear.tagError=Разбора на Ð¸Ð½Ñ„Ð¾Ñ€Ð¼Ð°Ñ†Ð¸Ð¾Ð½Ð½Ð¸Ñ Ñ‚Ð°Ð³ е неуÑпешен: %s +commands.clear.testing=%s има %s предмета, които отговарÑÑ‚ на критериите +commands.clear.usage=/clear [player] [item] [data] [maxCount] [dataTag] +commands.clone.failed=ÐÑма клонирани блокове +commands.clone.noOverlap=Източника и целта не може да Ñе припокриват +commands.clone.outOfWorld=Ðе може да Ñе използват блокове отвъд Ñвета +commands.clone.success=%s блока бÑха клонирани +commands.clone.tooManyBlocks=Има прекалено много блокове в поÑÐ¾Ñ‡ÐµÐ½Ð¸Ñ Ñ€Ð°Ð¹Ð¾Ð½ (%s > %s) +commands.clone.usage=/clone [mode] +commands.compare.failed=Източникът и целта не могат да Ñа еднакви +commands.compare.outOfWorld=Ðе може да Ñе използват блокове отвъд Ñвета +commands.compare.success=%s блока бÑха Ñравнени +commands.compare.tooManyBlocks=Има прекалено много блокове в поÑÐ¾Ñ‡ÐµÐ½Ð¸Ñ Ñ€Ð°Ð¹Ð¾Ð½ (%s > %s) +commands.compare.usage=/testforblocks [mode] +commands.debug.notStarted=Ðе може да бъде ÑпрÑно отÑтранÑването на грешки, тъй като вÑе още не е започнало! +commands.debug.start=ОтÑтранÑването на грешки бе Ñтартирано +commands.debug.stop=ОтÑтранÑването на грешки бе ÑпрÑно Ñлед %s Ñекунди (%s грешки) +commands.defaultgamemode.success=Режимът по подразбиране на този ÑвÑÑ‚ е %s +commands.defaultgamemode.usage=/defaultgamemode <режим> +commands.deop.failed=%s не можа да Ñе премахне от OP ÑпиÑъкът +commands.deop.success=Иззети права от %s +commands.deop.usage=/deop <играч> +commands.difficulty.success=Задаване на игрова трудноÑÑ‚ на %s +commands.difficulty.usage=/difficulty <трудноÑÑ‚> +commands.downfall.success=Времето бе променено +commands.downfall.usage=/toggledownfall +commands.effect.failure.notActive=Ðе можа да вземе %1$s от %2$s защото нÑмат такъв ефект +commands.effect.failure.notActive.all=Ðе може да Ñе вземат ефекти от %s защото нÑмат ефекти +commands.effect.notFound=ÐÑма такъв ефект Ñ Ð˜Ð” %s +commands.effect.success=Дадено/и %1$s (ID %2$s) * %3$s до %4$s за %5$s Ñекунди +commands.effect.success.removed=Взето %1$s от %2$s +commands.effect.success.removed.all=Премахване на вÑички ефекти от %s +commands.effect.usage=/effect [seconds] [amplifier] [hideParticles] +commands.enchant.cantCombine=%1$s не може да Ñе комбинира Ñ %2$s +commands.enchant.cantEnchant=Избраното омагьоÑване не може да бъде добавена към целевиÑÑ‚ предмет +commands.enchant.noItem=Целта не държи предмет +commands.enchant.notFound=Ðе ÑъщеÑтвува Ð¼Ð°Ð³Ð¸Ñ Ñ Ð˜Ð” %s +commands.enchant.success=ОмагьоÑването е уÑпешно +commands.enchant.usage=/enchant <играч> [level] +commands.entitydata.failed=Ð˜Ð½Ñ„Ð¾Ñ€Ð¼Ð°Ñ†Ð¸Ð¾Ð½Ð½Ð¸Ñ Ñ‚Ð°Ð³ не Ñе промени: %s +commands.entitydata.noPlayers=%s е играч и не може да бъде променен +commands.entitydata.success=ИнформациÑта за обекта е променена: %s +commands.entitydata.tagError=Разбора на Ð¸Ð½Ñ„Ð¾Ñ€Ð¼Ð°Ñ†Ð¸Ð¾Ð½Ð½Ð¸Ñ Ñ‚Ð°Ð³ е неуÑпешен: %s +commands.entitydata.usage=/entitydata +commands.execute.allInvocationsFailed=Ð’Ñички Ð¿Ñ€Ð¸Ð·Ð¾Ð²Ð°Ð²Ð°Ð½Ð¸Ñ Ñа неуÑпешни: "%s" +commands.execute.failed=ÐеуÑпех при изпълнÑването на "%s" като %s +commands.execute.usage=/execute ИЛИ /execute detect +commands.fill.failed=ÐÑма запълени блокове +commands.fill.outOfWorld=Ðе може да Ñе поÑтавÑÑ‚ блокове отвъд Ñвета +commands.fill.success=%s блока бÑха запълнение +commands.fill.tagError=Разбора на Ð¸Ð½Ñ„Ð¾Ñ€Ð¼Ð°Ñ†Ð¸Ð¾Ð½Ð½Ð¸Ñ Ñ‚Ð°Ð³ е неуÑпешно: %s +commands.fill.tooManyBlocks=Има прекалено много блокове в поÑÐ¾Ñ‡ÐµÐ½Ð¸Ñ Ñ€Ð°Ð¹Ð¾Ð½ (%s > %s) +commands.fill.usage=/fill [dataValue] [oldBlockHandling] [dataTag] +commands.gamemode.success.other=Смени режима на игра на %s към %s +commands.gamemode.success.self=Режима на игра е Ñменен към %s +commands.gamemode.usage=/gamemode <режим> [играч] +commands.gamerule.nopermission=Само ÑобÑтвениците на Ñървъра могат да променÑÑ‚ "%s" +commands.gamerule.norule=ÐÑма правило наречено '%s' +commands.gamerule.success=Правилата на играта бÑха променени +commands.gamerule.usage=/gamerule [value] +commands.generic.boolean.invalid=%s не е вÑрно или грешно +commands.generic.double.tooBig=Въведеното чиÑло (%s) е прекалено голÑмо, трÑбва да е най-много %s +commands.generic.double.tooSmall=Въведеното чиÑло (%s) е прекалено малко, трÑбва да е поне %s +commands.generic.entity.invalidType=Обект от типа "%s" не е валиден +commands.generic.entity.invalidUuid=UUIDто предоÑтавено за обекта не е въведено правилно +commands.generic.entity.notFound=Този обект не може да бъде намерен +commands.generic.exception=ÐеизвеÑта грешка възникна докато Ñе изпълнÑваше тази команда +commands.generic.notFound=ÐеизвеÑтна команда.Използвайте /help за ÑпиÑъка Ñ ÐºÐ¾Ð¼Ð°Ð½Ð´Ð¸ +commands.generic.num.invalid='%s' не е валидно чиÑло +commands.generic.num.tooBig=Въведеното чиÑло (%s) е прекалено голÑмо, трÑбва да е не повече от %s +commands.generic.num.tooSmall=Въведеното чиÑло (%s) е прекалено малко, трÑбва да е поне %s +commands.generic.parameter.invalid="%s" не е валиден параметър +commands.generic.permission=ÐÑмаш право да използваш тази команда +commands.generic.player.notFound=Този играч не може да бъде намерен +commands.generic.syntax=Ðевалиден ÑинтакÑÐ¸Ñ Ð·Ð° команда +commands.generic.usage=Употреба: %s +commands.give.notFound=ÐÑма предмет Ñ ID %s +commands.give.success=Беше дадено %s * %s на %s +commands.give.tagError=Ðнализирането на етикет на данни е неуÑпешно: %s +commands.give.usage=/give <играч><предмет>[бройка] [данни] [dataTag] +commands.help.footer=Съвет: Използвайте копчето за да довършите автоматично командите или техните елементи +commands.help.header=--- Показване на Ñтраница %s от %s от наръчника(/help <Ñтраница>) --- +commands.help.usage=/help [Ñтраница|име на доманда] +commands.kick.success=%s бе изритан от играта +commands.kick.success.reason=%s е изритан от играта: '%s' +commands.kick.usage=/kick <играч> [причина ...] +commands.kill.successful=%s е убит +commands.kill.usage=/kill [player|entity] +commands.me.usage=/me <дейÑтвие...> +commands.message.display.incoming=%s ви прошепна: %s +commands.message.display.outgoing=Прошепнахте на %s: %s +commands.message.sameTarget=Ðе може да изпратите лично Ñъобщение до Ñебе Ñи! +commands.message.usage=/tell <играч> <Ñъобщение> +commands.op.failed=%s не можа да Ñе добави към OP ÑпиÑъкът +commands.op.success=Дадени права на %s +commands.op.usage=/op <играч> +commands.particle.notFound=Ðепознато име на ефект (%s) +commands.particle.success=Възпроизвеждане на ефекта %s %s пъти +commands.particle.usage=/particle [count] [mode] +commands.players.list=Има %s/%s играча в играта в момента: +commands.players.usage=/list +commands.playsound.playerTooFar=Играчът %s е твърде далеч да чуе звука +commands.playsound.success=Изпълнен е звук '%s' до %s +commands.playsound.usage=/playsound <Звук> <Играч> [x] [y] [z] [Ñила] [забавÑне] [МинималнаСила] +commands.publish.failed=ÐеуÑпешен опит за Ñъздаване на локална игра +commands.publish.started=Локална игра хоÑтвана от порт %s +commands.publish.usage=/publish +commands.replaceitem.block.usage=/replaceitem block [amount] [data] [dataTag] +commands.replaceitem.entity.usage=/replaceitem entity [amount] [data] [dataTag] +commands.replaceitem.failed=ÐеуÑпех при замÑната на %s Ñ %s * %s +commands.replaceitem.noContainer=Блокът Ñ ÐºÐ¾Ð¾Ñ€Ð´Ð¸Ð½Ð°Ñ‚Ð¸ %s, %s, %s не е контейнер +commands.replaceitem.success=ЗамÑната на %s Ñ %s * %s +commands.replaceitem.tagError=Разборът на Ð¸Ð½Ñ„Ð¾Ñ€Ð¼Ð°Ñ†Ð¸Ð¾Ð½Ð½Ð¸Ñ Ñ‚Ð°Ð³ не е уÑпешен: %s +commands.replaceitem.usage=/replaceitem ... +commands.save-off.alreadyOff=ЗапиÑването вече е изключено. +commands.save-off.usage=/save-off +commands.save-on.alreadyOn=ЗапиÑването вече е включено. +commands.save-on.usage=/save-on +commands.save.disabled=Ðвтоматичното запиÑване на Ñвета е изключено +commands.save.enabled=Ðвтоматичното запиÑване на Ñвета е включено +commands.save.failed=Запазване провалено: %s +commands.save.start=ЗапиÑване... +commands.save.success=Светът е запиÑан +commands.save.usage=/save-all +commands.say.usage=/say <Ñъобщение ...> +commands.scoreboard.allMatchesFailed=Ð’Ñички ÑÑ€Ð°Ð²Ð½ÐµÐ½Ð¸Ñ Ñа неуÑпешни +commands.scoreboard.noMultiWildcard=Може да има Ñамо по един маркер за вÑеки играч +commands.scoreboard.objectiveNotFound=Ðе бÑха открити никакви обекти от "%s" +commands.scoreboard.objectiveReadOnly=Целта %s е Ñамо за четене и не може да бъде зададенa +commands.scoreboard.objectives.add.alreadyExists=Цел ÑÑŠÑ Ð¸Ð¼Ðµ "%s" вече ÑъщеÑтвува +commands.scoreboard.objectives.add.displayTooLong=Показаното име %s е твърде дълго за обекта , може да бъде най-много %s Ñимвола дълго +commands.scoreboard.objectives.add.success=Добавена е нова цел '%s' уÑпешно +commands.scoreboard.objectives.add.tooLong=Името %s е твърде дълго за обекта , може да бъде най-много %s Ñимвола дълго +commands.scoreboard.objectives.add.usage=/scoreboard objectives add <име> <критериен тип> [показано име...] +commands.scoreboard.objectives.add.wrongType=Ðевалиден критерии на цел от тип '%s' +commands.scoreboard.objectives.list.count=Показване на %s обекта на таблото: +commands.scoreboard.objectives.list.empty=ÐÑма обекти на таблото + +commands.scoreboard.objectives.list.entry=-%s: Ñе показва като "%s" и е тип '%s' +commands.scoreboard.objectives.remove.success=Целта "%s" е премахната уÑпешно +commands.scoreboard.objectives.remove.usage=/scoreboard objectives remove <име> +commands.scoreboard.objectives.setdisplay.invalidSlot=ÐÑма такъв Ñлот на диÑÐ¿Ð»ÐµÑ %s +commands.scoreboard.objectives.setdisplay.successCleared=ИзчиÑтени обекти от Ñлот на диÑÐ¿Ð»ÐµÑ %s +commands.scoreboard.objectives.setdisplay.successSet=ÐаÑтрой показването на обекта в Ñлот %s на %s +commands.scoreboard.objectives.setdisplay.usage=/scoreboard objectives setdisplay [objective] +commands.scoreboard.objectives.usage=/scoreboard objectives ... +commands.scoreboard.players.add.usage=/scoreboard players add [dataTag] +commands.scoreboard.players.enable.noTrigger=Целнта %s не е тригер +commands.scoreboard.players.enable.success=Включен е тригер %s за %s +commands.scoreboard.players.enable.usage=/scoreboard players enable +commands.scoreboard.players.list.count=Показване на %s проÑледÑвани играчи на таблото: +commands.scoreboard.players.list.empty=ÐÑма проÑледÑвани играчи на таблото +commands.scoreboard.players.list.player.count=Показване на %s проÑледени обектa за %s: +commands.scoreboard.players.list.player.empty=Играчът %s нÑма запиÑани резултати +commands.scoreboard.players.list.usage=/scoreboard players list [име] +commands.scoreboard.players.operation.invalidOperation=Ðевалидна Ð¾Ð¿ÐµÑ€Ð°Ñ†Ð¸Ñ %s +commands.scoreboard.players.operation.notFound=ÐÑма намерен резултат %s за %s +commands.scoreboard.players.operation.success=ОперациÑта е уÑпешна +commands.scoreboard.players.operation.usage=/scoreboard players operation +commands.scoreboard.players.remove.usage=/scoreboard players remove [dataTag] +commands.scoreboard.players.reset.success=Ðулиране вÑички резултати на %s +commands.scoreboard.players.reset.usage=/scoreboard players reset [objective] +commands.scoreboard.players.resetscore.success=Ðулиране на точките %s на играча %s +commands.scoreboard.players.set.success=ÐаÑтрой резултат от %s за играч %s на %s +commands.scoreboard.players.set.tagError=Разбора на информационен таг е неуÑпешен. Причината е %s +commands.scoreboard.players.set.tagMismatch=Ð˜Ð½Ñ„Ð¾Ñ€Ð¼Ð°Ñ†Ð¸Ð¾Ð½Ð½Ð¸Ñ Ñ‚Ð°Ð³ не Ñъвпада за %s +commands.scoreboard.players.set.usage=/scoreboard players set [dataTag] +commands.scoreboard.players.test.failed=Резултатът %s ÐЕ Е в рамките на %s до %s +commands.scoreboard.players.test.notFound=ÐÑма намерен резултат %s за %s +commands.scoreboard.players.test.success=Резултатът %s е в интервала от %s до %s +commands.scoreboard.players.test.usage=/scoreboard players test +commands.scoreboard.players.usage=/scoreboard players ... +commands.scoreboard.teamNotFound=Ðе бе намерен отбор Ñ Ð¸Ð¼Ðµ "%s" +commands.scoreboard.teams.add.alreadyExists=Отбор Ñ Ð¸Ð¼Ðµ "%s" вече ÑъщеÑтвува +commands.scoreboard.teams.add.displayTooLong=Показаното име %s е твърде дълго за отбор, може да бъде дълго макÑимум %s Ñимвола +commands.scoreboard.teams.add.success=Отборът %s е добавен уÑпешно +commands.scoreboard.teams.add.tooLong=Името '%s' е твърде дълго за отбор, може да е до '%s' Ñимвола +commands.scoreboard.teams.add.usage=/scoreboard teams add <име> [показано име ...] +commands.scoreboard.teams.empty.alreadyEmpty=Отборът %s вече е празен, не можете да премахнете неÑъщеÑтвуващи играчи +commands.scoreboard.teams.empty.success=Премахнати вÑичките %s играч/и от отбор %s +commands.scoreboard.teams.empty.usage=/scoreboard teams empty +commands.scoreboard.teams.join.failure=Ðе може да Ñе добави %s играч/и към отбор %s: %s +commands.scoreboard.teams.join.success=Добавени Ñа %s играч(а) към отбор %s: %s +commands.scoreboard.teams.join.usage=/scoreboard teams join <отбор> [играч] +commands.scoreboard.teams.leave.failure=ÐеуÑпех при премахване на %s играч/и от техните отбори: %s +commands.scoreboard.teams.leave.noTeam=Вие не Ñте в отбор +commands.scoreboard.teams.leave.success=Премахнати %s играч/и от техните отбори: %s +commands.scoreboard.teams.leave.usage=/scoreboard teams leave [играч] +commands.scoreboard.teams.list.count=Показване на %s отбора на таблото: +commands.scoreboard.teams.list.empty=ÐÑма региÑтрирани отбори на таблото +commands.scoreboard.teams.list.entry=- %1$s: '%2$s' има %3$s играча +commands.scoreboard.teams.list.player.count=Показване на %s играч(а) от отбор %s: +commands.scoreboard.teams.list.player.empty=Отборът %s нÑма играчи +commands.scoreboard.teams.list.player.entry=- %2$s: %1$s (%3$s) +commands.scoreboard.teams.list.usage=/scoreboard teams list [име] +commands.scoreboard.teams.option.noValue=Валидните ÑтойноÑти за Ð¾Ð¿Ñ†Ð¸Ñ %s Ñа: %s +commands.scoreboard.teams.option.success=Задайте Ð¾Ð¿Ñ†Ð¸Ñ %s за отбор %s на %s +commands.scoreboard.teams.option.usage=/scoreboard teams option +commands.scoreboard.teams.remove.success=Отборът %s е премахнат уÑпешно +commands.scoreboard.teams.remove.usage=/scoreboard teams remove <име> +commands.scoreboard.teams.usage=/scoreboard teams ... +commands.scoreboard.usage=/scoreboard ... +commands.seed.success=Сеийд: %s +commands.seed.usage=/seed +commands.setblock.failed=Ðевъзможно поÑтавÑне на блок +commands.setblock.noChange=Блокът не можа да бъде поÑтавен +commands.setblock.notFound=ÐÑма блок Ñ Ñ‚Ð°ÐºÐ¾Ð²Ð° ID/име %s +commands.setblock.outOfWorld=Ðе може да Ñе поÑтави блок извън Ñвета +commands.setblock.success=Блокът е поÑтавен +commands.setblock.tagError=Ðнализирането на етикета на данни е неуÑпешно: %s +commands.setblock.usage=/setblock <Име Ðа блок> [СтойноÑÑ‚ на Данните] [Работа Ð¡ÑŠÑ Ð¡Ñ‚Ð°Ñ€Ð¸ Блокове] [Таг Ðа Данните] +commands.setidletimeout.success=Ðеактивното изчакване променено на %s минути. +commands.setidletimeout.usage=/setidletimeout +commands.setworldspawn.success=УÑпешно зададена точката за поÑвÑване в Ñвета на (%s, %s, %s) +commands.setworldspawn.usage=/setworldspawn [ ] +commands.spawnpoint.success=Задаване на начална точка на играч %s на координати (%s, %s, %s) +commands.spawnpoint.usage=/spawnpoint [player] [ ] +commands.spreadplayers.failure.players=Ðе можаха да Ñе проÑтрÑÑ‚ %s играч/и около %s,%s(прекалено много играчи за това проÑтранÑтво - опитайте разпределение на най-много %s) +commands.spreadplayers.failure.teams=Ðе можаха да Ñе проÑтрÑÑ‚ %s отбора около %s,%s(твърде много играчи за това проÑтранÑтво - опитай да разпределиш на най-много %s) +commands.spreadplayers.info.players=(Средното разÑтоÑние между отборите е %s блокчета един от друг Ñлед %s повторениÑ) +commands.spreadplayers.info.teams=(Средното разÑтоÑние между отборите е %s кубчета един от друг Ñлед %s итерации) +commands.spreadplayers.spreading.players=РазпределÑне на %s играча на %s блокчета около %s,%s (най-малко %s блокчета един от друг) +commands.spreadplayers.spreading.teams=ПроÑтиране на %s отбора на %s кубчета около %s,%s(най-малко %s кубчета един от друг) +commands.spreadplayers.success.players=УÑпешно Ñа разпределени %s играчи около %s,%s +commands.spreadplayers.success.teams=УÑпешно разпределени %s отбора около %s,%s +commands.spreadplayers.usage=/spreadplayers <разпределителна диÑтанциÑ> <макÑимален обхват> <играч ...> +commands.stats.block.clear.usage=/stats block clear +commands.stats.block.set.usage=/stats block set +commands.stats.block.usage=/stats block ... +commands.stats.cleared=ИзчиÑтване на %s ÑтатиÑтика +commands.stats.entity.clear.usage=/stats entity clear +commands.stats.entity.set.usage=/stats entity set +commands.stats.entity.usage=/stats entity +commands.stats.failed=Ðевалидни параметри +commands.stats.noCompatibleBlock=Блокът Ñ ÐºÐ¾Ð¾Ñ€Ð´Ð¸Ð½Ð°Ñ‚Ð¸ %s, %s, %s не може да Ñледи ÑтатиÑтика +commands.stats.success=СъхранÑване на ÑтатиÑтиката %s в %s на %s +commands.stats.usage=/stats ... +commands.stop.start=Спиране на Ñървъра +commands.stop.usage=/stop +commands.summon.failed=ÐеуÑпех при призоваването на обект +commands.summon.outOfWorld=Ðе може да призове обекта извън Ñвета +commands.summon.success=Обектът уÑпешно призован +commands.summon.tagError=Ðнализирането на етикет на данни е неуÑпешно: %s +commands.summon.usage=/summon [x] [y] [z] [dataTag] +commands.tellraw.jsonException=Ðевалиден json код: %s +commands.tellraw.usage=/tellraw +commands.testfor.failure=%s не Ð¾Ñ‚Ð³Ð¾Ð²Ð°Ñ€Ñ Ð½Ð° изиÑкваната Ñтруктура Ñ Ð´Ð°Ð½Ð½Ð¸ +commands.testfor.success=Ðамерени %s +commands.testfor.tagError=Разбора на Ð¸Ð½Ñ„Ð¾Ñ€Ð¼Ð°Ñ†Ð¸Ð¾Ð½Ð½Ð¸Ñ Ñ‚Ð°Ð³ е неуÑпешен: %s +commands.testfor.usage=/testfor [dataTag] +commands.testforblock.failed.data=Блок Ñ ÐºÐ¾Ð¾Ñ€Ð´Ð¸Ð½Ð°Ñ‚Ð¸ %s, %s, %s имаше ÑтойноÑÑ‚ от %s (Очаквано: %s). +commands.testforblock.failed.nbt=Блок Ñ ÐºÐ¾Ð¾Ñ€Ð´Ð¸Ð½Ð°Ñ‚Ð¸ %s, %s, %s нÑмаше необходимите NBT ÑтойноÑти. +commands.testforblock.failed.tile=Блок Ñ ÐºÐ¾Ð¾Ñ€Ð´Ð¸Ð½Ð°Ñ‚Ð¸ %s, %s, %s е %s (Беше очакванo: %s). +commands.testforblock.failed.tileEntity=Блок Ñ ÐºÐ¾Ð¾Ñ€Ð´Ð¸Ð½Ð°Ñ‚Ð¸ %s, %s, %s не е обект който поддържа тагове. +commands.testforblock.outOfWorld=Ðе може да Ñе теÑтва за блок извън Ñвета +commands.testforblock.success=УÑпешно намерен блок Ñ ÐºÐ¾Ð¾Ñ€Ð´Ð¸Ð½Ð°Ñ‚Ð¸ %s, %s, %s. +commands.testforblock.usage=/testforblock [dataValue] [dataTag] +commands.time.added=Добавено време: %s +commands.time.query=Времето е %s +commands.time.set=Задаване на време на %s +commands.time.usage=/time +commands.title.success=Командата за заглавие е уÑпешна +commands.title.usage=/title ... +commands.title.usage.clear=/title clear|reset +commands.title.usage.times=/title times +commands.title.usage.title=/title title|subtitle +commands.tp.notSameDimension=Ðе може да Ñе телепортира , защото играчите не Ñа в едно и Ñъщо измерение +commands.tp.success=Телепортиран %s до %s +commands.tp.success.coordinates=Телепортирани %s до %s,%s,%s +commands.tp.usage=/tp [target player] OR /tp [target player] [ ] +commands.trigger.disabled=Тригърът %s не е включен +commands.trigger.invalidMode=Ðевалиден режим на тригър %s +commands.trigger.invalidObjective=Ðевалидно име на тригър %s +commands.trigger.invalidPlayer=Само играчи могат да използват командата /trigger +commands.trigger.success=Тригърът %s е Ñменен Ñ(ÑŠÑ) %s %s +commands.trigger.usage=/trigger +commands.unban.failed=Грвшка при деблокирането на играчът %s +commands.unban.success=Забраната за игра на %s е премахната +commands.unban.usage=/pardon <име> +commands.unbanip.invalid=Въвели Ñте невалиден IP Ð°Ð´Ñ€ÐµÑ +commands.unbanip.success=Забраната на IP адреÑа %s е премахната +commands.unbanip.usage=/pardon-ip +commands.weather.clear=ПромÑна на времето в ÑÑно +commands.weather.rain=ПромÑна на времето в дъждовно +commands.weather.thunder=ПромÑна на времето в буреноÑно +commands.weather.usage=/weather [времетраене в Ñекунди] +commands.whitelist.add.failed=%s не можа да Ñе добави към Ð±ÐµÐ»Ð¸Ñ ÑпиÑък +commands.whitelist.add.success=%s е добавен към Ð‘ÐµÐ»Ð¸Ñ ÑпиÑък +commands.whitelist.add.usage=/whitelist add <играч> +commands.whitelist.disabled=Изключен БÑл ÑпиÑък +commands.whitelist.enabled=Включен БÑл ÑпиÑък +commands.whitelist.list=Има %s (от %s видими) играчи в Ð‘ÐµÐ»Ð¸Ñ ÑпиÑък: +commands.whitelist.reloaded=Презареден БÑл ÑпиÑък +commands.whitelist.remove.failed=%s не можа да Ñе премахне от Ð±ÐµÐ»Ð¸Ñ ÑпиÑък +commands.whitelist.remove.success=%s е премахнат от Ð‘ÐµÐ»Ð¸Ñ ÑпиÑък +commands.whitelist.remove.usage=/whitelist remove <играч> +commands.whitelist.usage=/whitelist +commands.worldborder.add.usage=/worldborder add [timeInSeconds] +commands.worldborder.center.success=Центъра на Ñвета, от който Ñе измерва границата на Ñвета, е %s,%s +commands.worldborder.center.usage=/worldborder center +commands.worldborder.damage.amount.success=УÑпех при наÑтройване на щетите нанаÑÑни от границата на Ñвета към %s за блок (от %s за блок) +commands.worldborder.damage.amount.usage=/worldborder damage amount +commands.worldborder.damage.buffer.success=УÑпешно наÑтройване на буфера за щета на границата на Ñвета към %s блокчета (от %s блокчета) +commands.worldborder.damage.buffer.usage=/worldborder damage buffer +commands.worldborder.damage.usage=/worldborder damage +commands.worldborder.get.success=Границата на Ñвета е %s блокчета широка +commands.worldborder.set.success=УÑпех при задаване на границата на Ñвета да е %s блокчета широка (от %s блокчета) +commands.worldborder.set.usage=/worldborder set [timeInSeconds] +commands.worldborder.setSlowly.grow.success=РазширавÑне на границата на Ñвета до %s блокчета в ширина (от %s блокчета) в продължението на %s Ñекунди +commands.worldborder.setSlowly.shrink.success=Свиване на границата на Ñвета до %s блокчета в ширина (от %s блокчета) в продължението на %s Ñекунди +commands.worldborder.usage=/worldborder ... +commands.worldborder.warning.distance.success=УÑпех при наÑтройване на предупреждението на границата на Ñвета към %s блокчета от границата (от %s блокчета) +commands.worldborder.warning.distance.usage=/worldborder warning distance +commands.worldborder.warning.time.success=УÑпех при наÑтройване на предупреждението на границата на Ñвета към %s Ñекунди (от %s Ñекунди) +commands.worldborder.warning.time.usage=/worldborder warning time +commands.worldborder.warning.usage=/worldborder warning +commands.xp.failure.widthdrawXp=Ðа играча не могат да му бъдат дадени отрицателно количеÑтво XP точки +commands.xp.success=%s опит беше даден на %s +commands.xp.success.levels=Дадените нива от %s на %s +commands.xp.success.negative.levels=Взети %s нива от %s +commands.xp.usage=/XP <количеÑтво>[играч] или /xp <количеÑтво>L [играч] +connect.authorizing=Влизане... +connect.connecting=Свързване към Ñървъра... +connect.failed=Грешка при Ñвързване към Ñървъра +container.beacon=МагичеÑки фар +container.brewing=Статив за отвари +container.chest=Сандък +container.chestDouble=ГолÑм Ñандък +container.crafting=ИзмайÑторÑване +container.creative=Избиране на предмети +container.dispenser=Разпределител +container.dropper=ИзпуÑкач +container.enchant=ОмагьоÑване +container.enchant.clue=%s ... ? +container.enchant.lapis.many=%s лазурит +container.enchant.lapis.one=1 лазурит +container.enchant.level.many=%s нива на омагьоÑване +container.enchant.level.one=1 ниво на омÑгьоÑване +container.enderchest=Сандък от ÐšÑ€Ð°Ñ +container.furnace=Пещ +container.hopper=Ð¤ÑƒÐ½Ð¸Ñ +container.inventory=Инвентар +container.isLocked=%s е заключен! +container.minecart=Количка +container.repair=Поправка и именуване +container.repair.cost=Цена за омагьоÑване: %1$s +container.repair.expensive=Твърде Ñкъпо! +controls.reset=ÐаÑтройки по подразбиране +controls.resetAll=ÐаÑтройки по подразбиране за контролите +controls.title=Контроли +createWorld.customize.custom.baseSize=Дълбочина на оÑновата на Ñушата +createWorld.customize.custom.biomeDepthOffset=ВиÑочинно отмеÑтване на биомите +createWorld.customize.custom.biomeDepthWeight=Дълбочина на биомите +createWorld.customize.custom.biomeScaleOffset=ОтмеÑтване на мащаба на биомите +createWorld.customize.custom.biomeScaleWeight=ТежеÑÑ‚ на мащаба на биомите +createWorld.customize.custom.biomeSize=Размер на биомите +createWorld.customize.custom.center=ВиÑочина на центъра +createWorld.customize.custom.confirm1=Това ще промени наÑтоÑщите +createWorld.customize.custom.confirm2=наÑтройки. Това дейÑтвие е еднопоÑочно. +createWorld.customize.custom.confirmTitle=Внимание! +createWorld.customize.custom.coordinateScale=Хоризонтално мащабиране +createWorld.customize.custom.count=Опити за Ñъздаване +createWorld.customize.custom.defaults=По подразбиране +createWorld.customize.custom.depthNoiseScaleExponent=Степен на дълбочинното Ñмущение +createWorld.customize.custom.depthNoiseScaleX=Мащаб на дълбочинното Ñмущението по X +createWorld.customize.custom.depthNoiseScaleZ=Мащаб на дълбочинното Ñмущението по Z +createWorld.customize.custom.dungeonChance=Брой на тъмниците +createWorld.customize.custom.fixedBiome=Биоми +createWorld.customize.custom.heightScale=Вертикално мащабиране +createWorld.customize.custom.lavaLakeChance=РÑдкоÑÑ‚ на лавените езера +createWorld.customize.custom.lowerLimitScale=Мащаб на долната граница +createWorld.customize.custom.mainNoiseScaleX=Смущение по Ð¥ координата +createWorld.customize.custom.mainNoiseScaleY=Смущение по Y координата +createWorld.customize.custom.mainNoiseScaleZ=Смущение по Z координата +createWorld.customize.custom.maxHeight=МакÑимална виÑочина +createWorld.customize.custom.minHeight=Минимална виÑочина +createWorld.customize.custom.next=Следваща Ñтраница +createWorld.customize.custom.page0=ОÑновни наÑтройки +createWorld.customize.custom.page1=ÐаÑтройки за рудите +createWorld.customize.custom.page2=Разширени наÑтройки (за екÑперти) +createWorld.customize.custom.page3=Допълнителни разширени наÑтройки (за екÑперти) +createWorld.customize.custom.preset.caveChaos=Пещери на хаоÑа +createWorld.customize.custom.preset.caveDelight=Мечтата на пещернÑка +createWorld.customize.custom.preset.drought=Суша +createWorld.customize.custom.preset.goodLuck=Ð¡ÑŠÑ Ð·Ð´Ñ€Ð°Ð²Ðµ +createWorld.customize.custom.preset.isleLand=ОÑтровна Ð·ÐµÐ¼Ñ +createWorld.customize.custom.preset.mountains=ПланинÑки ÑƒÐ¶Ð°Ñ +createWorld.customize.custom.preset.waterWorld=Воден ÑвÑÑ‚ +createWorld.customize.custom.presets=Предварителни наÑтройки +createWorld.customize.custom.presets.title=ПерÑонализиране на готови модели за Ñветове +createWorld.customize.custom.prev=Предна Ñтраница +createWorld.customize.custom.randomize=Произволни наÑтройки на Ñвета +createWorld.customize.custom.riverSize=Размер на реките +createWorld.customize.custom.seaLevel=МорÑко равнище +createWorld.customize.custom.size=Размер на Ñъздаване +createWorld.customize.custom.spread=ВиÑочина на разпроÑтранение +createWorld.customize.custom.stretchY=РазтÑгане във виÑочина +createWorld.customize.custom.upperLimitScale=Мащаб на горната граница +createWorld.customize.custom.useCaves=Пещери +createWorld.customize.custom.useDungeons=Тъмници +createWorld.customize.custom.useLavaLakes=Лавени езера +createWorld.customize.custom.useLavaOceans=Лавени океани +createWorld.customize.custom.useMineShafts=Минни шахти +createWorld.customize.custom.useMonuments=ОкеанÑки монументи +createWorld.customize.custom.useRavines=КлиÑури +createWorld.customize.custom.useStrongholds=КрепоÑти +createWorld.customize.custom.useTemples=Храмове +createWorld.customize.custom.useVillages=Села +createWorld.customize.custom.useWaterLakes=Езера +createWorld.customize.custom.waterLakeChance=РазрÑд на езерата +createWorld.customize.flat.addLayer=Добави Ñлой +createWorld.customize.flat.editLayer=Редактиране на Ñлой +createWorld.customize.flat.height=ВиÑочина +createWorld.customize.flat.layer=%s +createWorld.customize.flat.layer.bottom=Ðай-долен - %s +createWorld.customize.flat.layer.top=Ðай-горен - %s +createWorld.customize.flat.removeLayer=Премахване на Ñлой +createWorld.customize.flat.tile=Материал на ÑÐ»Ð¾Ñ +createWorld.customize.flat.title=ПерÑонализиране +createWorld.customize.presets=Предварителни наÑтройки +createWorld.customize.presets.list=Ето нÑколко, които направихме по-рано! +createWorld.customize.presets.select=Използване на предварително зададени наÑтройки +createWorld.customize.presets.share=ИÑкате ли да Ñподелите вашите предварително зададени наÑтройки Ñ Ð½Ñкого? Използвайте полето по-долу! +createWorld.customize.presets.title=Избиране предварително зададени наÑтройки +death.attack.anvil=%1$s беше Ñмачкан от падаща Ð½Ð°ÐºÐ¾Ð²Ð°Ð»Ð½Ñ +death.attack.arrow=%1$s бе заÑтрелÑн от %2$s +death.attack.arrow.item=%1$s бе заÑтрелÑн от %2$s чрез %3$s +death.attack.cactus=%1$s беше убоден до Ñмърт +death.attack.cactus.player=%1$s Ñе набоде , вървейки към ÐºÐ°ÐºÑ‚ÑƒÑ , в опитите Ñи да избÑга от %2$s +death.attack.drown=%1$s Ñе удави +death.attack.drown.player=%1$s Ñе удави докато Ñе опитваше да избÑга от %2$s +death.attack.explosion=%1$s Ñе взриви +death.attack.explosion.player=%1$s бе взривен от %2$s +death.attack.fall=%1$s удари земÑта прекалено Ñилно +death.attack.fallingBlock=%1$s бе Ñмачкан от падащо блокче +death.attack.fireball=%1$s бе убит Ñ Ð¾Ð³Ð½ÐµÐ½Ð° топка от %2$s +death.attack.fireball.item=%1$s бе убит Ñ Ð¾Ð³Ð½ÐµÐ½Ð° топка от %2$s чрез %3$s +death.attack.generic=%1$s ÑƒÐ¼Ñ€Ñ +death.attack.inFire=%1$s Ð¸Ð·Ð³Ð¾Ñ€Ñ Ð² пламъци +death.attack.inFire.player=%1$s Ñтъпи в Ð¾Ð³ÑŠÐ½Ñ Ð´Ð¾ÐºÐ°Ñ‚Ð¾ Ñе биеше Ñ %2$s +death.attack.inWall=%1$s бе задушен в Ñтена +death.attack.indirectMagic=%1$s бе убит от %2$s чрез Ð¼Ð°Ð³Ð¸Ñ +death.attack.indirectMagic.item=%1$s бе убит от %2$s чрез %3$s +death.attack.lava=%1$s Ñе опита да плува в лава +death.attack.lava.player=%1$s Ñе опита да плува в лава, бÑгайки от %2$s +death.attack.lightningBolt=%1$s бе поразен от Ð¼ÑŠÐ»Ð½Ð¸Ñ +death.attack.magic=%1$s беше убит от Ð¼Ð°Ð³Ð¸Ñ +death.attack.mob=%1$s бе убит от %2$s +death.attack.onFire=%1$s Ð¸Ð·Ð³Ð¾Ñ€Ñ Ð´Ð¾ Ñмърт +death.attack.onFire.player=%1$s беше овъглен докато Ñе биеше Ñ %2$s +death.attack.outOfWorld=%1$s падна извън Ñвета +death.attack.player=%1$s бе убит от %2$s +death.attack.player.item=%1$s бе убит от %2$s чрез %3$s +death.attack.starve=%1$s ÑƒÐ¼Ñ€Ñ Ð¾Ñ‚ глад +death.attack.thorns=%1$s бе убит докато Ñе опитваше да нарани %2$s +death.attack.thrown=%1$s беше ÑмлÑн от %2$s +death.attack.thrown.item=%1$s беше Ñмазан от %2$s чрез %3$s +death.attack.wither=%1$s бе убит от Уидър +death.fell.accident.generic=%1$s падна от виÑоко мÑÑто +death.fell.accident.ladder=%1$s падна от Ñтълба +death.fell.accident.vines=%1$s падна от лиани +death.fell.accident.water=%1$s падна от водата +death.fell.assist=%1$s беше обречен на падане от %2$s +death.fell.assist.item=%1$s беше обречен да падне от %2$s използвайки %3$s +death.fell.finish=%1$s падна твърде далеч и беше довършен от %2$s +death.fell.finish.item=%1$s падна твърде далеч и беше довършен от %2$s ÑÑŠÑ %3$s +death.fell.killer=%1$s беше обречен на падане +deathScreen.deleteWorld=Изтриване на ÑвÑÑ‚ +deathScreen.hardcoreInfo=Ðе можете да Ñе преродите в ЕкÑтремен режим! +deathScreen.leaveServer=Излизане от Ñървъра +deathScreen.quit.confirm=ÐаиÑтина ли иÑкате да излезете? +deathScreen.respawn=Прераждане +deathScreen.score=Резултат +deathScreen.title=Ти умрÑ! +deathScreen.title.hardcore=Край на играта! +deathScreen.titleScreen=Ðачален екран +demo.day.1=Тази демонÑÑ‚Ñ€Ð°Ñ†Ð¸Ñ Ñ‰Ðµ продължи пет дни, дайте най-доброто от Ñебе Ñи! +demo.day.2=Ден втори +demo.day.3=Ден трети +demo.day.4=Ден четвърти +demo.day.5=Това е вашиÑÑ‚ поÑледен ден! +demo.day.6=ВашиÑÑ‚ пети ден изтече, използвайте F2, за да Ñнимате Вашето творение +demo.day.warning=Вашето време почти Ñвърши! +demo.demoExpired=Демо времето Ñвърши! +demo.help.buy=Купете Ñега! +demo.help.fullWrapped=Това демо ще трае 5 дена в играта (около 1 Ñ‡Ð°Ñ Ð¸ 40 минути реално време). Проверете ПоÑтижениÑта за наÑоки. ЗабавлÑвайте Ñе! +demo.help.inventory=Използвате %1$s за да отворите инвентара Ñи +demo.help.jump=За Ñкок натиÑнете %1$s +demo.help.later=Продължете да играете! +demo.help.movement=Използвате %1$s, %2$s, %3$s, %4$s и мишката за да Ñе движите наоколо +demo.help.movementMouse=Огледайте Ñе, използвайки мишката +demo.help.movementShort=Движете Ñе чрез натиÑкане на %1$s, %2$s, %3$s, %4$s +demo.help.title=Демо режим на Minecraft +demo.remainingTime=ОÑтаващо време: %s +demo.reminder=Времето за теÑтване изтече, купете играта за да продължите или за да започнете нов ÑвÑÑ‚! +difficulty.lock.question=Сигурни ли Ñте, че иÑкате да заключите трудноÑтта на този ÑвÑÑ‚? Това ще зададе на този ÑвÑÑ‚ винаги да бъде %1$s и никога нÑма да може да Ñе променÑ. +difficulty.lock.title=Заключване на трудноÑтта на Ñвета +disconnect.closed=Затворена връзка +disconnect.disconnected=Връзката прекъÑната от Ñървъра +disconnect.endOfStream=Край на предаването +disconnect.genericReason=%s +disconnect.kicked=Бе изгонен от играта +disconnect.loginFailed=ÐеуÑпешно влизане +disconnect.loginFailedInfo=ÐеуÑпешно влизане: %s +disconnect.loginFailedInfo.invalidSession=Ðевалидна ÑеÑÐ¸Ñ (опитайте реÑтартиране на играта) +disconnect.loginFailedInfo.serversUnavailable=Сървърите за удоÑтоверÑване в момента Ñа изключени за поддръжка. +disconnect.lost=Загубена връзка +disconnect.overflow=Буферът е препълнен +disconnect.quitting=ÐапуÑкане +disconnect.spam=Изритан заради Ñпамене +disconnect.timeout=Времето изтече +enchantment.arrowDamage=Мощ +enchantment.arrowFire=Пламък +enchantment.arrowInfinite=БезкрайноÑÑ‚ +enchantment.arrowKnockback=БлъÑкане +enchantment.damage.all=ОÑтрота +enchantment.damage.arthropods=ПроклÑтието на ЧленеÑтоногите +enchantment.damage.undead=Ðаказание +enchantment.digging=ЕфективноÑÑ‚ +enchantment.durability=ÐечупливоÑÑ‚ +enchantment.fire=Огнен аÑпект +enchantment.fishingSpeed=Примамка +enchantment.knockback=ОтблъÑкване +enchantment.level.1=I +enchantment.level.10=X +enchantment.level.2=II +enchantment.level.3=III +enchantment.level.4=IV +enchantment.level.5=V +enchantment.level.6=VI +enchantment.level.7=VII +enchantment.level.8=VIII +enchantment.level.9=IX +enchantment.lootBonus=ПлÑчкоÑване +enchantment.lootBonusDigger=КъÑмет +enchantment.lootBonusFishing=КъÑмет на морето +enchantment.oxygen=Дишане +enchantment.protect.all=Защита +enchantment.protect.explosion=Противовзривна защита +enchantment.protect.fall=Плавно падане +enchantment.protect.fire=Огнена защита +enchantment.protect.projectile=ИзÑтрелна защита +enchantment.thorns=Тръни +enchantment.untouching=Копринено докоÑване +enchantment.waterWalker=Дълбочинно бÑгане +enchantment.waterWorker=Воден афинитет +entity.ArmorStand.name=Стойка за Ð±Ñ€Ð¾Ð½Ñ +entity.Arrow.name=Ñтрела +entity.Bat.name=Прилеп +entity.Blaze.name=Пламък +entity.Boat.name=Лодка +entity.Cat.name=Котка +entity.CaveSpider.name=Пещерен паÑк +entity.Chicken.name=Кокошка +entity.Cow.name=Крава +entity.Creeper.name=Крийпър +entity.EnderDragon.name=Змей от ÐšÑ€Ð°Ñ +entity.Enderman.name=Ендерман +entity.Endermite.name=Ендърмит +entity.EntityHorse.name=Кон +entity.FallingSand.name=Падащо блокче +entity.Fireball.name=Огнена топка +entity.Ghast.name=ГаÑÑ‚ +entity.Giant.name=Великан +entity.Guardian.name=Пазител +entity.Item.name=Предмет +entity.KillerBunny.name=Заека убиец +entity.LavaSlime.name=Магмен куб +entity.Minecart.name=Количка +entity.Mob.name=Създание +entity.Monster.name=Чудонище +entity.MushroomCow.name=Муухоморка +entity.Ozelot.name=Оцелот +entity.Painting.name=Картина +entity.Pig.name=ПраÑе +entity.PigZombie.name=Зомби-праÑе +entity.PrimedTnt.name=Динамит +entity.Rabbit.name=Заек +entity.Sheep.name=Овца +entity.Silverfish.name=ЛюÑпеница +entity.Skeleton.name=Скелет +entity.Slime.name=Слуз +entity.SmallFireball.name=Малка огнена топка +entity.SnowMan.name=Снежен голем +entity.Snowball.name=Снежна топка +entity.Spider.name=ПаÑк +entity.Squid.name=Ð¡ÐµÐ¿Ð¸Ñ +entity.Villager.armor=Ковач на брони +entity.Villager.butcher=КаÑапин +entity.Villager.cleric=Духовник +entity.Villager.farmer=Земеделец +entity.Villager.fisherman=Рибар +entity.Villager.fletcher=МайÑтор на лъкове +entity.Villager.leather=Кожар +entity.Villager.librarian=Библиотекар +entity.Villager.name=СелÑнин +entity.Villager.shepherd=Овчар +entity.Villager.tool=Ковач на инÑтрументи +entity.Villager.weapon=Ковач на Ð¾Ñ€ÑŠÐ¶Ð¸Ñ +entity.VillagerGolem.name=Железен голем +entity.Witch.name=Вещица +entity.WitherBoss.name=Уйтнър +entity.Wolf.name=Вълк +entity.XPOrb.name=Сфера на опит +entity.Zombie.name=Зомби +entity.donkey.name=Магаре +entity.generic.name=неизвеÑтен +entity.horse.name=Кон +entity.mule.name=Муле +entity.skeletonhorse.name=Кон Ñкелет +entity.zombiehorse.name=Кон зомби +gameMode.adventure=ПриключенÑки режим +gameMode.changed=ВашиÑÑ‚ режим на игра е променен +gameMode.creative=ТворчеÑки режим +gameMode.hardcore=ЕкÑтремен режим! +gameMode.spectator=ЗрителÑки режим +gameMode.survival=Режим на оцелÑване +generator.amplified=Разтеглен +generator.amplified.info=Забележка: ПроÑто за забавление, изиÑква мощен компютър +generator.customized=ПерÑонализиран +generator.debug_all_block_states=Режим за отÑтранÑване на грешки +generator.default=По подразбиране +generator.flat=Супер-плоÑък +generator.largeBiomes=Големи биоми +gui.achievements=ПоÑÑ‚Ð¸Ð¶ÐµÐ½Ð¸Ñ +gui.all=Ð’Ñички +gui.back=Ðазад +gui.cancel=Отказ +gui.done=Готово +gui.down=Ðадолу +gui.no=Ðе +gui.none=Ðищо +gui.stats=СтатиÑтика +gui.toMenu=Връщане в началното меню +gui.up=Ðагоре +gui.yes=Да +inventory.binSlot=Унищожаване на предмет +item.apple.name=Ябълка +item.appleGold.name=Златна Ñбълка +item.armorStand.name=Стойка за Ð±Ñ€Ð¾Ð½Ñ +item.arrow.name=Стрела +item.banner.black.name=Черно знаме +item.banner.blue.name=Синьо знаме +item.banner.border.black=Черна рамка +item.banner.border.blue=Ð¡Ð¸Ð½Ñ Ñ€Ð°Ð¼ÐºÐ° +item.banner.border.brown=КафÑва рамка +item.banner.border.cyan=Синьозелена рамка +item.banner.border.gray=Сива рамка +item.banner.border.green=Зелена рамка +item.banner.border.lightBlue=СветлоÑÐ¸Ð½Ñ Ñ€Ð°Ð¼ÐºÐ° +item.banner.border.lime=Жълтозелена рамка +item.banner.border.magenta=Пурпурна рамка +item.banner.border.orange=Оранжева рамка +item.banner.border.pink=Розова рамка +item.banner.border.purple=Лилава рамка +item.banner.border.red=Червена рамка +item.banner.border.silver=СветлоÑива рамка +item.banner.border.white=БÑла рамка +item.banner.border.yellow=Жълта рамка +item.banner.bricks.black=Черен зид +item.banner.bricks.blue=Син зид +item.banner.bricks.brown=КафÑв зид +item.banner.bricks.cyan=Синьозелен зид +item.banner.bricks.gray=Си зид +item.banner.bricks.green=Зелен зид +item.banner.bricks.lightBlue=СветлиÑин зид +item.banner.bricks.lime=Жълтозелен зид +item.banner.bricks.magenta=Пурпурен зид +item.banner.bricks.orange=Оранжев зид +item.banner.bricks.pink=Розов зид +item.banner.bricks.purple=Лилав зид +item.banner.bricks.red=Червен зид +item.banner.bricks.silver=СветлиÑов зид +item.banner.bricks.white=БÑл зид +item.banner.bricks.yellow=Жълт зид +item.banner.brown.name=КафÑво знаме +item.banner.circle.black=Черен кръг +item.banner.circle.blue=Син кръг +item.banner.circle.brown=КафÑв кръг +item.banner.circle.cyan=Синьозелен кръг +item.banner.circle.gray=Сив кръг +item.banner.circle.green=Зелен кръг +item.banner.circle.lightBlue=СветлоÑин кръг +item.banner.circle.lime=Жълтозелен кръг +item.banner.circle.magenta=Пурпурен кръг +item.banner.circle.orange=Оранжев кръг +item.banner.circle.pink=Розов кръг +item.banner.circle.purple=Лилав кръг +item.banner.circle.red=Червен кръг +item.banner.circle.silver=СветлоÑив кръг +item.banner.circle.white=БÑл кръг +item.banner.circle.yellow=Жълт кръг +item.banner.creeper.black=Черен герб на крийпър +item.banner.creeper.blue=Син герб на крийпър +item.banner.creeper.brown=КафÑв герб на крийпър +item.banner.creeper.cyan=Синьозелен герб на крийпър +item.banner.creeper.gray=Сив герб на крийпър +item.banner.creeper.green=Зелен герб на крийпър +item.banner.creeper.lightBlue=СветлоÑин герб на крийпър +item.banner.creeper.lime=Жълтозелен герб на крийпър +item.banner.creeper.magenta=Пурпурен герб на крийпър +item.banner.creeper.orange=Оранжев герб на крийпър +item.banner.creeper.pink=Розов герб на крийпър +item.banner.creeper.purple=Лилав герб на крийпър +item.banner.creeper.red=Червен герб на крийпър +item.banner.creeper.silver=СветлоÑив герб на крийпър +item.banner.creeper.white=БÑл герб на крийпър +item.banner.creeper.yellow=Жълт герб на крийпър +item.banner.cross.black=Черен андреевÑки кръÑÑ‚ +item.banner.cross.blue=Син андреевÑки кръÑÑ‚ +item.banner.cross.brown=КафÑв андреевÑки кръÑÑ‚ +item.banner.cross.cyan=Синьозелен андреевÑки кръÑÑ‚ +item.banner.cross.gray=Сив андреевÑки кръÑÑ‚ +item.banner.cross.green=Зелен андреевÑки кръÑÑ‚ +item.banner.cross.lightBlue=СветлоÑин андреевÑки кръÑÑ‚ +item.banner.cross.lime=Жълтозелен андреевÑки кръÑÑ‚ +item.banner.cross.magenta=Пурпурен андреевÑки кръÑÑ‚ +item.banner.cross.orange=Оранжев андреевÑки кръÑÑ‚ +item.banner.cross.pink=Розов андреевÑки кръÑÑ‚ +item.banner.cross.purple=Лилав андреевÑки кръÑÑ‚ +item.banner.cross.red=Червен андреевÑки кръÑÑ‚ +item.banner.cross.silver=СветлоÑив андреевÑки кръÑÑ‚ +item.banner.cross.white=БÑл андреевÑки кръÑÑ‚ +item.banner.cross.yellow=Жълт андреевÑки кръÑÑ‚ +item.banner.curly_border.black=Черна назъбена рамка +item.banner.curly_border.blue=Ð¡Ð¸Ð½Ñ Ð½Ð°Ð·ÑŠÐ±ÐµÐ½Ð° рамка +item.banner.curly_border.brown=КафÑва назъбена рамка +item.banner.curly_border.cyan=Синьозелена назъбена рамка +item.banner.curly_border.gray=Сива назъбена рамка +item.banner.curly_border.green=Зелена назъбена рамка +item.banner.curly_border.lightBlue=СветлоÑÐ¸Ð½Ñ Ð½Ð°Ð·ÑŠÐ±ÐµÐ½Ð° рамка +item.banner.curly_border.lime=Жълтозелена назъбена рамка +item.banner.curly_border.magenta=Пурпурна назъбена рамка +item.banner.curly_border.orange=Оранжева назъбена рамка +item.banner.curly_border.pink=Розова назъбена рамка +item.banner.curly_border.purple=Лилава назъбена рамка +item.banner.curly_border.red=Червена назъбена рамка +item.banner.curly_border.silver=СветлоÑива назъбена рамка +item.banner.curly_border.white=БÑла назъбена рамка +item.banner.curly_border.yellow=Жълта назъбена рамка +item.banner.cyan.name=Синьозелено знаме +item.banner.diagonal_left.black=Черен горен лÑв триъгълник +item.banner.diagonal_left.blue=Син горен лÑв триъгълник +item.banner.diagonal_left.brown=КафÑв горен лÑв триъгълник +item.banner.diagonal_left.cyan=Синьозелен горен лÑв триъгълник +item.banner.diagonal_left.gray=Сив горен лÑв триъгълник +item.banner.diagonal_left.green=Зелен горен лÑв триъгълник +item.banner.diagonal_left.lightBlue=СветлоÑин горен лÑв триъгълник +item.banner.diagonal_left.lime=Жълтозелен горен лÑв триъгълник +item.banner.diagonal_left.magenta=Пурпурен горен лÑв триъгълник +item.banner.diagonal_left.orange=Оранжев горен лÑв триъгълник +item.banner.diagonal_left.pink=Розов горен лÑв триъгълник +item.banner.diagonal_left.purple=Лилав горен лÑв триъгълник +item.banner.diagonal_left.red=Червен горен лÑв триъгълник +item.banner.diagonal_left.silver=СветлоÑив горен лÑв триъгълник +item.banner.diagonal_left.white=БÑл горен лÑв триъгълник +item.banner.diagonal_left.yellow=Жълт горен лÑв триъгълник +item.banner.diagonal_right.black=Черен горен деÑен триъгълник +item.banner.diagonal_right.blue=Син горен деÑен триъгълник +item.banner.diagonal_right.brown=КафÑв горен деÑен триъгълник +item.banner.diagonal_right.cyan=Синьозелен горен деÑен триъгълник +item.banner.diagonal_right.gray=Сив горен деÑен триъгълник +item.banner.diagonal_right.green=Зелен горен деÑен триъгълник +item.banner.diagonal_right.lightBlue=СветлоÑин горен деÑен триъгълник +item.banner.diagonal_right.lime=Жълтозелен горен деÑен триъгълник +item.banner.diagonal_right.magenta=Пурпурен горен деÑен триъгълник +item.banner.diagonal_right.orange=Оранжев горен деÑен триъгълник +item.banner.diagonal_right.pink=Розов горен деÑен триъгълник +item.banner.diagonal_right.purple=Лилав горен деÑен триъгълник +item.banner.diagonal_right.red=Червен горен деÑен триъгълник +item.banner.diagonal_right.silver=СветлоÑив горен деÑен триъгълник +item.banner.diagonal_right.white=БÑл горен деÑен триъгълник +item.banner.diagonal_right.yellow=Жълт горен деÑен триъгълник +item.banner.diagonal_up_left.black=Черен долен лÑв триъгълник +item.banner.diagonal_up_left.blue=Син долен лÑв триъгълник +item.banner.diagonal_up_left.brown=КафÑв долен лÑв триъгълник +item.banner.diagonal_up_left.cyan=Синьозелен долен лÑв триъгълник +item.banner.diagonal_up_left.gray=Сив долен лÑв триъгълник +item.banner.diagonal_up_left.green=Зелен долен лÑв триъгълник +item.banner.diagonal_up_left.lightBlue=СветлоÑин долен лÑв триъгълник +item.banner.diagonal_up_left.lime=Жълтозелен долен лÑв триъгълник +item.banner.diagonal_up_left.magenta=Пурпурен долен лÑв триъгълник +item.banner.diagonal_up_left.orange=Оранжев долен лÑв триъгълник +item.banner.diagonal_up_left.pink=Розов долен лÑв триъгълник +item.banner.diagonal_up_left.purple=Лилав долен лÑв триъгълник +item.banner.diagonal_up_left.red=Червен долен лÑв триъгълник +item.banner.diagonal_up_left.silver=СветлоÑив долен лÑв триъгълник +item.banner.diagonal_up_left.white=БÑл долен лÑв триъгълник +item.banner.diagonal_up_left.yellow=Жълт долен лÑв триъгълник +item.banner.diagonal_up_right.black=Черен долен деÑен триъгълник +item.banner.diagonal_up_right.blue=Син долен деÑен триъгълник +item.banner.diagonal_up_right.brown=КафÑв долен деÑен триъгълник +item.banner.diagonal_up_right.cyan=Синьозелен долен деÑен триъгълник +item.banner.diagonal_up_right.gray=Сив долен деÑен триъгълник +item.banner.diagonal_up_right.green=Зелен долен деÑен триъгълник +item.banner.diagonal_up_right.lightBlue=СветлоÑин долен деÑен триъгълник +item.banner.diagonal_up_right.lime=Жълтозелен долен деÑен триъгълник +item.banner.diagonal_up_right.magenta=Пурпурен долен деÑен триъгълник +item.banner.diagonal_up_right.orange=Оранжев долен деÑен триъгълник +item.banner.diagonal_up_right.pink=Розов долен деÑен триъгълник +item.banner.diagonal_up_right.purple=Лилав долен деÑен триъгълник +item.banner.diagonal_up_right.red=Червен долен деÑен триъгълник +item.banner.diagonal_up_right.silver=СветлоÑин долен деÑен триъгълник +item.banner.diagonal_up_right.white=БÑл долен деÑен триъгълник +item.banner.diagonal_up_right.yellow=Жълт долен деÑен триъгълник +item.banner.flower.black=Черен герб на цвете +item.banner.flower.blue=Син герб на цвете +item.banner.flower.brown=КафÑв герб на цвете +item.banner.flower.cyan=Синьозелен герб на цвете +item.banner.flower.gray=Сив герб на цвете +item.banner.flower.green=Зелен герб на цвете +item.banner.flower.lightBlue=СветлоÑин герб на цвете +item.banner.flower.lime=Жълтозелен герб на цвете +item.banner.flower.magenta=Пурпурен герб на цвете +item.banner.flower.orange=Пранжев герб на цвете +item.banner.flower.pink=Розов герб на цвете +item.banner.flower.purple=Лилав герб на цвете +item.banner.flower.red=Червен герб на цвете +item.banner.flower.silver=СветлоÑив герб на цвете +item.banner.flower.white=БÑл герб на цвете +item.banner.flower.yellow=Жълт герб на цвете +item.banner.gradient.black=Черен горен градиент +item.banner.gradient.blue=Син горен градиент +item.banner.gradient.brown=КафÑв горен градиент +item.banner.gradient.cyan=Синьозелен горен градиент +item.banner.gradient.gray=Сив горен градиент +item.banner.gradient.green=Зелен горен градиент +item.banner.gradient.lightBlue=СветлоÑин горен градиент +item.banner.gradient.lime=Жълтозелен горен градиент +item.banner.gradient.magenta=Пурпурен горен градиент +item.banner.gradient.orange=Оранжев горен градиент +item.banner.gradient.pink=Розов горен градиент +item.banner.gradient.purple=Лилав горен градиент +item.banner.gradient.red=Червен горен градиент +item.banner.gradient.silver=СветлоÑиов горен градиент +item.banner.gradient.white=БÑл горен градиент +item.banner.gradient.yellow=Жълт горен градиент +item.banner.gradient_up.black=Черен долен градиент +item.banner.gradient_up.blue=Син долен градиент +item.banner.gradient_up.brown=КафÑв долен градиент +item.banner.gradient_up.cyan=Синьозелен долен градиент +item.banner.gradient_up.gray=Сив долен градиент +item.banner.gradient_up.green=Зелен долен градиент +item.banner.gradient_up.lightBlue=СветлоÑин долен градиент +item.banner.gradient_up.lime=Жълтозелен долен градиент +item.banner.gradient_up.magenta=Пурпурен долен градиент +item.banner.gradient_up.orange=Оранжев долен градиент +item.banner.gradient_up.pink=Розов долен градиент +item.banner.gradient_up.purple=Лилав долен градиент +item.banner.gradient_up.red=Червен долен градиент +item.banner.gradient_up.silver=СветлоÑив долен градиент +item.banner.gradient_up.white=БÑл долен градиент +item.banner.gradient_up.yellow=Жълт долен градиент +item.banner.gray.name=Сиво знаме +item.banner.green.name=Зелено знаме +item.banner.half_horizontal.black=Черна горна половина +item.banner.half_horizontal.blue=Ð¡Ð¸Ð½Ñ Ð³Ð¾Ñ€Ð½Ð° половина +item.banner.half_horizontal.brown=КафÑва горна половина +item.banner.half_horizontal.cyan=Синьозелена горна половина +item.banner.half_horizontal.gray=Сива горна половина +item.banner.half_horizontal.green=Зелена горна половина +item.banner.half_horizontal.lightBlue=СветлоÑива горна половина +item.banner.half_horizontal.lime=Жълтозелена горна половина +item.banner.half_horizontal.magenta=Пурпурна горна половина +item.banner.half_horizontal.orange=Оранжева горна половина +item.banner.half_horizontal.pink=Розова горна половина +item.banner.half_horizontal.purple=Лилава горна половина +item.banner.half_horizontal.red=Червена горна половина +item.banner.half_horizontal.silver=СветлоÑива горна половина +item.banner.half_horizontal.white=БÑла горна половина +item.banner.half_horizontal.yellow=Жълта горна половина +item.banner.half_horizontal_bottom.black=Черна долна половина +item.banner.half_horizontal_bottom.blue=Ð¡Ð¸Ð½Ñ Ð´Ð¾Ð»Ð½Ð° половина +item.banner.half_horizontal_bottom.brown=КафÑва долна половина +item.banner.half_horizontal_bottom.cyan=Синьозелена долна половина +item.banner.half_horizontal_bottom.gray=Сива долна половина +item.banner.half_horizontal_bottom.green=Зелена долна половина +item.banner.half_horizontal_bottom.lightBlue=СветлиÑÐ¾Ð½Ñ Ð´Ð¾Ð»Ð½Ð° половина +item.banner.half_horizontal_bottom.lime=Жълтозелена долна половина +item.banner.half_horizontal_bottom.magenta=Пурпурна долна половина +item.banner.half_horizontal_bottom.orange=Оранжева долна половина +item.banner.half_horizontal_bottom.pink=Розова долна половина +item.banner.half_horizontal_bottom.purple=Лилава долна половина +item.banner.half_horizontal_bottom.red=Червена долна половина +item.banner.half_horizontal_bottom.silver=СветлоÑива долна половина +item.banner.half_horizontal_bottom.white=БÑла долна половина +item.banner.half_horizontal_bottom.yellow=Жълта долна половина +item.banner.half_vertical.black=Черна лÑва половина +item.banner.half_vertical.blue=Ð¡Ð¸Ð½Ñ Ð»Ñва половина +item.banner.half_vertical.brown=КафÑва лÑва половина +item.banner.half_vertical.cyan=Синьозелена лÑва половина +item.banner.half_vertical.gray=Сива лÑва половина +item.banner.half_vertical.green=Зелена лÑва половина +item.banner.half_vertical.lightBlue=СветлоÑÐ¸Ð½Ñ Ð»Ñва половина +item.banner.half_vertical.lime=Светложълта лÑва половина +item.banner.half_vertical.magenta=Пурпурна лÑва половина +item.banner.half_vertical.orange=Оранжева лÑва половина +item.banner.half_vertical.pink=Розова лÑва половина +item.banner.half_vertical.purple=Лилава лÑва половина +item.banner.half_vertical.red=Червена лÑва половина +item.banner.half_vertical.silver=СветлоÑива лÑва половина +item.banner.half_vertical.white=БÑла лÑва половина +item.banner.half_vertical.yellow=Жълта лÑва половина +item.banner.half_vertical_right.black=Черна дÑÑна половина +item.banner.half_vertical_right.blue=Ð¡Ð¸Ð½Ñ Ð´ÑÑна половина +item.banner.half_vertical_right.brown=КафÑва дÑÑна половина +item.banner.half_vertical_right.cyan=Синьозелена дÑÑна половина +item.banner.half_vertical_right.gray=Сива дÑÑна половина +item.banner.half_vertical_right.green=Зелена дÑÑна половина +item.banner.half_vertical_right.lightBlue=СветлоÑÐ¸Ð½Ñ Ð´ÑÑна половина +item.banner.half_vertical_right.lime=Жълтозелена дÑÑна половина +item.banner.half_vertical_right.magenta=Пурпурна дÑÑна половина +item.banner.half_vertical_right.orange=Оранжева дÑÑна половина +item.banner.half_vertical_right.pink=Розова дÑÑна половина +item.banner.half_vertical_right.purple=Лилава дÑÑна половина +item.banner.half_vertical_right.red=Червена дÑÑна половина +item.banner.half_vertical_right.silver=СветлоÑива дÑÑна половина +item.banner.half_vertical_right.white=БÑла дÑÑна половина +item.banner.half_vertical_right.yellow=Жълта дÑÑна половина +item.banner.lightBlue.name=СветлоÑоньо знаме +item.banner.lime.name=Жълтозелено знаме +item.banner.magenta.name=Пурпурно знаме +item.banner.mojang.black=Черно нещо +item.banner.mojang.blue=Синьо нещо +item.banner.mojang.brown=КафÑво нещо +item.banner.mojang.cyan=Синьозелено нещо +item.banner.mojang.gray=Сиво нещо +item.banner.mojang.green=Зелено нещо +item.banner.mojang.lightBlue=СветлоÑиньо нещо +item.banner.mojang.lime=Жълтозелено нещо +item.banner.mojang.magenta=Пурпурно нещо +item.banner.mojang.orange=Оранжево нещо +item.banner.mojang.pink=Розово нещо +item.banner.mojang.purple=Лилаво нещо +item.banner.mojang.red=Червено нещо +item.banner.mojang.silver=СветлоÑиво нещо +item.banner.mojang.white=БÑло нещо +item.banner.mojang.yellow=Жълто нещо +item.banner.orange.name=Оранжево знаме +item.banner.pink.name=Розово знаме +item.banner.purple.name=Лилаво знаме +item.banner.red.name=Червено знаме +item.banner.rhombus.black=Черен ромб +item.banner.rhombus.blue=Син ромб +item.banner.rhombus.brown=КафÑв ромб +item.banner.rhombus.cyan=Синьозелен ромб +item.banner.rhombus.gray=Сив ромб +item.banner.rhombus.green=Зелен ромб +item.banner.rhombus.lightBlue=СветлоÑин ромб +item.banner.rhombus.lime=Жълтозелен ромб +item.banner.rhombus.magenta=Пурпурен ромб +item.banner.rhombus.orange=Оранжев ромб +item.banner.rhombus.pink=Розов ромб +item.banner.rhombus.purple=Лилав ромб +item.banner.rhombus.red=Червен ромб +item.banner.rhombus.silver=СветлоÑив ромб +item.banner.rhombus.white=БÑл ромб +item.banner.rhombus.yellow=Жълт ромб +item.banner.silver.name=СветлоÑиво знаме +item.banner.skull.black=Черен герб на череп +item.banner.skull.blue=Син герб на череп +item.banner.skull.brown=КафÑв герб на череп +item.banner.skull.cyan=Синьозелен герб на череп +item.banner.skull.gray=Сив герб на череп +item.banner.skull.green=Зелен герб на череп +item.banner.skull.lightBlue=СветлоÑин герб на череп +item.banner.skull.lime=Жълтозелен герб на череп +item.banner.skull.magenta=Пурпурен герб на череп +item.banner.skull.orange=Оранжев герб на череп +item.banner.skull.pink=Розов герб на череп +item.banner.skull.purple=Лилав герб на череп +item.banner.skull.red=Червен герб на череп +item.banner.skull.silver=СветлоÑив герб на череп +item.banner.skull.white=БÑл герб на череп +item.banner.skull.yellow=Жълт герб на череп +item.banner.small_stripes.black=Черни хоризонтални ивици +item.banner.small_stripes.blue=Сини хоризонтални ивици +item.banner.small_stripes.brown=КафÑви хоризонтални ивици +item.banner.small_stripes.cyan=Синьозелени хоризонтални ивици +item.banner.small_stripes.gray=Сиви хоризонтални ивици +item.banner.small_stripes.green=Зелени хоризонтални ивици +item.banner.small_stripes.lightBlue=СветлоÑини хоризонтални ивици +item.banner.small_stripes.lime=Жълтозелени хоризонтални ивици +item.banner.small_stripes.magenta=Пурпурни хоризонтални ивици +item.banner.small_stripes.orange=Оранжеви хоризонтални ивици +item.banner.small_stripes.pink=Розови хоризонтални ивици +item.banner.small_stripes.purple=Лилави хоризонтални ивици +item.banner.small_stripes.red=Червени хоризонтални ивици +item.banner.small_stripes.silver=СветлоÑиви хоризонтални ивици +item.banner.small_stripes.white=Бели хоризонтални ивици +item.banner.small_stripes.yellow=Жълти хоризонтални ивици +item.banner.square_bottom_left.black=Черен лÑв долен кантон +item.banner.square_bottom_left.blue=Син лÑв долен кантон +item.banner.square_bottom_left.brown=КафÑв лÑв долен кантон +item.banner.square_bottom_left.cyan=Синьозелен лÑв долен кантон +item.banner.square_bottom_left.gray=Сив лÑв долен кантон +item.banner.square_bottom_left.green=Зелен лÑв долен кантон +item.banner.square_bottom_left.lightBlue=СветлоÑин лÑв долен кантон +item.banner.square_bottom_left.lime=Жълтозелен лÑв долен кантон +item.banner.square_bottom_left.magenta=Пурпурен лÑв долен кантон +item.banner.square_bottom_left.orange=Оранжев лÑв долен кантон +item.banner.square_bottom_left.pink=Розов лÑв долен кантон +item.banner.square_bottom_left.purple=Лилав лÑв долен кантон +item.banner.square_bottom_left.red=Червен лÑв долен кантон +item.banner.square_bottom_left.silver=СветлоÑив лÑв долен кантон +item.banner.square_bottom_left.white=БÑл лÑв долен кантон +item.banner.square_bottom_left.yellow=Жълт лÑв долен кантон +item.banner.square_bottom_right.black=Черен деÑен долен кантон +item.banner.square_bottom_right.blue=Син деÑен долен кантон +item.banner.square_bottom_right.brown=КафÑв деÑен долен кантон +item.banner.square_bottom_right.cyan=Синьозелен деÑен долен кантон +item.banner.square_bottom_right.gray=Сив деÑен долен кантон +item.banner.square_bottom_right.green=Зелен деÑен долен кантон +item.banner.square_bottom_right.lightBlue=СветлоÑин деÑен долен кантон +item.banner.square_bottom_right.lime=Жълтозелен деÑен долен кантон +item.banner.square_bottom_right.magenta=Пурпурен деÑен долен кантон +item.banner.square_bottom_right.orange=Оранжев деÑен долен кантон +item.banner.square_bottom_right.pink=Розов деÑен долен кантон +item.banner.square_bottom_right.purple=Лилав деÑен долен кантон +item.banner.square_bottom_right.red=Червен деÑен долен кантон +item.banner.square_bottom_right.silver=СветлоÑив деÑен долен кантон +item.banner.square_bottom_right.white=БÑл деÑен долен кантон +item.banner.square_bottom_right.yellow=Жълт деÑен долен кантон +item.banner.square_top_left.black=Черен лÑв горен кантон +item.banner.square_top_left.blue=Син лÑв горен кантон +item.banner.square_top_left.brown=КафÑв лÑв горен кантон +item.banner.square_top_left.cyan=Синьозелен лÑв горен кантон +item.banner.square_top_left.gray=Сив лÑв горен кантон +item.banner.square_top_left.green=Зелен лÑв горен кантон +item.banner.square_top_left.lightBlue=СветлоÑин лÑв горен кантон +item.banner.square_top_left.lime=Жълтозелен лÑв горен кантон +item.banner.square_top_left.magenta=Пурпурен лÑв горен кантон +item.banner.square_top_left.orange=Оранжев лÑв горен кантон +item.banner.square_top_left.pink=Розов лÑв горен кантон +item.banner.square_top_left.purple=Лилав лÑв горен кантон +item.banner.square_top_left.red=Червен лÑв горен кантон +item.banner.square_top_left.silver=СветлоÑив лÑв горен кантон +item.banner.square_top_left.white=БÑл лÑв горен кантон +item.banner.square_top_left.yellow=Жълт лÑв горен кантон +item.banner.square_top_right.black=Черен деÑен горен кантон +item.banner.square_top_right.blue=Син деÑен горен кантон +item.banner.square_top_right.brown=КафÑв деÑен горен кантон +item.banner.square_top_right.cyan=Синьозелен деÑен горен кантон +item.banner.square_top_right.gray=Сив деÑен горен кантон +item.banner.square_top_right.green=Зелен деÑен горен кантон +item.banner.square_top_right.lightBlue=СветлоÑин деÑен горен кантон +item.banner.square_top_right.lime=Жълтозелен деÑен горен кантон +item.banner.square_top_right.magenta=Пурпурен деÑен горен кантон +item.banner.square_top_right.orange=Оранжев деÑен горен кантон +item.banner.square_top_right.pink=Розов деÑен горен кантон +item.banner.square_top_right.purple=Лилав деÑен горен кантон +item.banner.square_top_right.red=Червен деÑен горен кантон +item.banner.square_top_right.silver=СветлоÑив деÑен горен кантон +item.banner.square_top_right.white=БÑл деÑен горен кантон +item.banner.square_top_right.yellow=Жълт деÑен горен кантон +item.banner.straight_cross.black=Черен кръÑÑ‚ +item.banner.straight_cross.blue=Син кръÑÑ‚ +item.banner.straight_cross.brown=КафÑв кръÑÑ‚ +item.banner.straight_cross.cyan=Синьозелен кръÑÑ‚ +item.banner.straight_cross.gray=Сив кръÑÑ‚ +item.banner.straight_cross.green=Зелен кръÑÑ‚ +item.banner.straight_cross.lightBlue=СветлоÑин кръÑÑ‚ +item.banner.straight_cross.lime=Жълтозелен кръÑÑ‚ +item.banner.straight_cross.magenta=Пурпурен кръÑÑ‚ +item.banner.straight_cross.orange=Оранжев кръÑÑ‚ +item.banner.straight_cross.pink=Розов кръÑÑ‚ +item.banner.straight_cross.purple=Лилав кръÑÑ‚ +item.banner.straight_cross.red=Червен кръÑÑ‚ +item.banner.straight_cross.silver=СветлоÑив кръÑÑ‚ +item.banner.straight_cross.white=БÑл кръÑÑ‚ +item.banner.straight_cross.yellow=Жълт кръÑÑ‚ +item.banner.stripe_bottom.black=Черна долна лента +item.banner.stripe_bottom.blue=Ð¡Ð¸Ð½Ñ Ð´Ð¾Ð»Ð½Ð° лента +item.banner.stripe_bottom.brown=КафÑва долна лента +item.banner.stripe_bottom.cyan=Синьозелена долна лента +item.banner.stripe_bottom.gray=Сива долна лента +item.banner.stripe_bottom.green=Зелена долна лента +item.banner.stripe_bottom.lightBlue=СветлоÑÐ¸Ð½Ñ Ð´Ð¾Ð»Ð½Ð° лента +item.banner.stripe_bottom.lime=Жълтозелена долна лента +item.banner.stripe_bottom.magenta=Пурпурна долна лента +item.banner.stripe_bottom.orange=Оранжева долна лента +item.banner.stripe_bottom.pink=Розова долна лента +item.banner.stripe_bottom.purple=Лилава долна лента +item.banner.stripe_bottom.red=Червена долна лента +item.banner.stripe_bottom.silver=СветлиÑова долна лента +item.banner.stripe_bottom.white=БÑла долна лента +item.banner.stripe_bottom.yellow=Жълта долна лента +item.banner.stripe_center.black=Черна вертикална лента +item.banner.stripe_center.blue=Ð¡Ð¸Ð½Ñ Ð²ÐµÑ€Ñ‚Ð¸ÐºÐ°Ð»Ð½Ð° лента +item.banner.stripe_center.brown=КафÑва вертикална лента +item.banner.stripe_center.cyan=Синьозелена вертикална лента +item.banner.stripe_center.gray=Сива вертикална лента +item.banner.stripe_center.green=Зелена вертикална лента +item.banner.stripe_center.lightBlue=СветлоÑÐ¸Ð½Ñ Ð²ÐµÑ€Ñ‚Ð¸ÐºÐ°Ð»Ð½Ð° лента +item.banner.stripe_center.lime=Жълтозелена вертикална лента +item.banner.stripe_center.magenta=Пурпурна вертикална лента +item.banner.stripe_center.orange=Оранжева вертикална лента +item.banner.stripe_center.pink=Розова вертикална лента +item.banner.stripe_center.purple=Лилава вертикална лента +item.banner.stripe_center.red=Червена вертикална лента +item.banner.stripe_center.silver=СветлоÑива вертикална лента +item.banner.stripe_center.white=БÑла вертикална лента +item.banner.stripe_center.yellow=Жълта вертикална лента +item.banner.stripe_downleft.black=Черен диагонал от дÑÑно на лÑво +item.banner.stripe_downleft.blue=Син диагонал от дÑÑно на лÑво +item.banner.stripe_downleft.brown=КафÑв диагонал от дÑÑно на лÑво +item.banner.stripe_downleft.cyan=Синьозелен диагонал от дÑÑно на лÑво +item.banner.stripe_downleft.gray=Сив диагонал от дÑÑно на лÑво +item.banner.stripe_downleft.green=Зелен диагонал от дÑÑно на лÑво +item.banner.stripe_downleft.lightBlue=СветлоÑин диагонал от дÑÑно на лÑво +item.banner.stripe_downleft.lime=Жълтозелен диагонал от дÑÑно на лÑво +item.banner.stripe_downleft.magenta=Пурпурен диагонал от дÑÑно на лÑво +item.banner.stripe_downleft.orange=Оранжев диагонал от дÑÑно на лÑво +item.banner.stripe_downleft.pink=Розов диагонал от дÑÑно на лÑво +item.banner.stripe_downleft.purple=Лилав диагонал от дÑÑно на лÑво +item.banner.stripe_downleft.red=Червен диагонал от дÑÑно на лÑво +item.banner.stripe_downleft.silver=СветлоÑив диагонал от дÑÑно на лÑво +item.banner.stripe_downleft.white=БÑл диагонал от дÑÑно на лÑво +item.banner.stripe_downleft.yellow=Жълт диагонал от дÑÑно на лÑво +item.banner.stripe_downright.black=Черен диагонал от лÑво на дÑÑно +item.banner.stripe_downright.blue=Син диагонал от лÑво на дÑÑно +item.banner.stripe_downright.brown=КафÑв диагонал от лÑво на дÑÑно +item.banner.stripe_downright.cyan=Синьозелен диагонал от лÑво на дÑÑно +item.banner.stripe_downright.gray=Сив диагонал от лÑво на дÑÑно +item.banner.stripe_downright.green=Зелен диагонал от лÑво на дÑÑно +item.banner.stripe_downright.lightBlue=СветлоÑин диагонал от лÑво на дÑÑно +item.banner.stripe_downright.lime=Жълтозелен диагонал от лÑво на дÑÑно +item.banner.stripe_downright.magenta=Пурпурен диагонал от лÑво на дÑÑно +item.banner.stripe_downright.orange=Оранжев диагонал от лÑво на дÑÑно +item.banner.stripe_downright.pink=Розов диагонал от лÑво на дÑÑно +item.banner.stripe_downright.purple=Лилав диагонал от лÑво на дÑÑно +item.banner.stripe_downright.red=Червен диагонал от лÑво на дÑÑно +item.banner.stripe_downright.silver=СветлоÑив диагонал от лÑво на дÑÑно +item.banner.stripe_downright.white=БÑл диагонал от лÑво на дÑÑно +item.banner.stripe_downright.yellow=Жълт диагонал от лÑво на дÑÑно +item.banner.stripe_left.black=Черена лÑва лента +item.banner.stripe_left.blue=Ð¡Ð¸Ð½Ñ Ð»Ñва лента +item.banner.stripe_left.brown=КафÑва лÑва лента +item.banner.stripe_left.cyan=Синьозелена лÑва лента +item.banner.stripe_left.gray=Сива лÑва лента +item.banner.stripe_left.green=Зелена лÑва лента +item.banner.stripe_left.lightBlue=СветлоÑÐ¸Ð½Ñ Ð»Ñва лента +item.banner.stripe_left.lime=Жълтозелена лÑва лента +item.banner.stripe_left.magenta=Пурпурна лÑва лента +item.banner.stripe_left.orange=Оранжева лÑва лента +item.banner.stripe_left.pink=Розова лÑва лента +item.banner.stripe_left.purple=Лилава лÑва лента +item.banner.stripe_left.red=Червена лÑва лента +item.banner.stripe_left.silver=СветлоÑива лÑва лента +item.banner.stripe_left.white=БÑла лÑва лента +item.banner.stripe_left.yellow=Жълта лÑва лента +item.banner.stripe_middle.black=Черна хоризонтална лента +item.banner.stripe_middle.blue=Ð¡Ð¸Ð½Ñ Ñ…Ð¾Ñ€Ð¸Ð·Ð¾Ð½Ñ‚Ð°Ð»Ð½Ð° лента +item.banner.stripe_middle.brown=КафÑва хоризонтална лента +item.banner.stripe_middle.cyan=Синьозелена хоризонтална лента +item.banner.stripe_middle.gray=Сива хоризонтална лента +item.banner.stripe_middle.green=Зелена хоризонтална лента +item.banner.stripe_middle.lightBlue=СветлоÑÐ¸Ð½Ñ Ñ…Ð¾Ñ€Ð¸Ð·Ð¾Ð½Ñ‚Ð°Ð»Ð½Ð° лента +item.banner.stripe_middle.lime=Жълтозелена хоризонтална лента +item.banner.stripe_middle.magenta=Пурпурна хоризонтална лента +item.banner.stripe_middle.orange=Оранжева хоризонтална лента +item.banner.stripe_middle.pink=Розова хоризонтална лента +item.banner.stripe_middle.purple=Лилава хоризонтална лента +item.banner.stripe_middle.red=Червена хоризонтална лента +item.banner.stripe_middle.silver=СветлиÑова хоризонтална лента +item.banner.stripe_middle.white=БÑла хоризонтална лента +item.banner.stripe_middle.yellow=Жълта хоризонтална лента +item.banner.stripe_right.black=Черна дÑÑна ивица +item.banner.stripe_right.blue=Ð¡Ð¸Ð½Ñ Ð´ÑÑна ивица +item.banner.stripe_right.brown=КафÑва дÑÑна ивица +item.banner.stripe_right.cyan=Синьозелена дÑÑна ивица +item.banner.stripe_right.gray=Сива дÑÑна ивица +item.banner.stripe_right.green=Зелена дÑÑна ивица +item.banner.stripe_right.lightBlue=СветлоÑÐ¸Ð½Ñ Ð´ÑÑна ивица +item.banner.stripe_right.lime=Жълтозелена дÑÑна ивица +item.banner.stripe_right.magenta=Пурпурна дÑÑна ивица +item.banner.stripe_right.orange=Оранжева дÑÑна ивица +item.banner.stripe_right.pink=Розова дÑÑна ивица +item.banner.stripe_right.purple=Лилава дÑÑна ивица +item.banner.stripe_right.red=Червена дÑÑна ивица +item.banner.stripe_right.silver=СветлоÑива дÑÑна ивица +item.banner.stripe_right.white=БÑла дÑÑна ивица +item.banner.stripe_right.yellow=Жълта дÑÑна ивица +item.banner.stripe_top.black=Черна горна лента +item.banner.stripe_top.blue=Ð¡Ð¸Ð½Ñ Ð³Ð¾Ñ€Ð½Ð° лента +item.banner.stripe_top.brown=КафÑва горна лента +item.banner.stripe_top.cyan=Синьозелена горна лента +item.banner.stripe_top.gray=Сива горна лента +item.banner.stripe_top.green=Зелена горна лента +item.banner.stripe_top.lightBlue=СветлиÑова горна лента +item.banner.stripe_top.lime=Жълтозелена горна лента +item.banner.stripe_top.magenta=Пурпурна горна лента +item.banner.stripe_top.orange=Оранжева горна лента +item.banner.stripe_top.pink=Розова горна лента +item.banner.stripe_top.purple=Лилава горна лента +item.banner.stripe_top.red=Червена горна лента +item.banner.stripe_top.silver=СветлоÑива горна лента +item.banner.stripe_top.white=БÑла горна лента +item.banner.stripe_top.yellow=Жълта горна лента +item.banner.triangle_bottom.black=Черен шеврон +item.banner.triangle_bottom.blue=Син шеврон +item.banner.triangle_bottom.brown=КафÑв шеврон +item.banner.triangle_bottom.cyan=Синьозелен шеврон +item.banner.triangle_bottom.gray=Сив шеврон +item.banner.triangle_bottom.green=Зелен шеврон +item.banner.triangle_bottom.lightBlue=СветлиÑон шеврон +item.banner.triangle_bottom.lime=Жълтозелен шеврон +item.banner.triangle_bottom.magenta=Пурпурен шеврон +item.banner.triangle_bottom.orange=Оранжев шеврон +item.banner.triangle_bottom.pink=Розов шеврон +item.banner.triangle_bottom.purple=Лилав шеврон +item.banner.triangle_bottom.red=Червен шеврон +item.banner.triangle_bottom.silver=СветлиÑов шеврон +item.banner.triangle_bottom.white=БÑл шеврон +item.banner.triangle_bottom.yellow=Жълт шеврон +item.banner.triangle_top.black=Черен обърнат шеврон +item.banner.triangle_top.blue=Син обърнат шеврон +item.banner.triangle_top.brown=КафÑв обърнат шеврон +item.banner.triangle_top.cyan=Синьозелен обърнат шеврон +item.banner.triangle_top.gray=Сив обърнат шеврон +item.banner.triangle_top.green=Зелен обърнат шеврон +item.banner.triangle_top.lightBlue=СветлоÑин обърнат шеврон +item.banner.triangle_top.lime=Жълтозелен обърнат шеврон +item.banner.triangle_top.magenta=Пурпурен обърнат шеврон +item.banner.triangle_top.orange=Оранжев обърнат шеврон +item.banner.triangle_top.pink=Розов обърнат шеврон +item.banner.triangle_top.purple=Лилав обърнат шеврон +item.banner.triangle_top.red=Червен обърнат шеврон +item.banner.triangle_top.silver=СветлоÑив обърнат шеврон +item.banner.triangle_top.white=БÑл обърнат шеврон +item.banner.triangle_top.yellow=Жълт обърнат шеврон +item.banner.triangles_bottom.black=Черни долни зъбци +item.banner.triangles_bottom.blue=Сини долни зъбци +item.banner.triangles_bottom.brown=КафÑви долни зъбци +item.banner.triangles_bottom.cyan=Синьозелени долни зъбци +item.banner.triangles_bottom.gray=Сиви долни зъбци +item.banner.triangles_bottom.green=Зелени долни зъбци +item.banner.triangles_bottom.lightBlue=СветлоÑини долни зъбци +item.banner.triangles_bottom.lime=Жълтозелени долни зъбци +item.banner.triangles_bottom.magenta=Пурпурни долни зъбци +item.banner.triangles_bottom.orange=Оранжеви долни зъбци +item.banner.triangles_bottom.pink=Розови долни зъбци +item.banner.triangles_bottom.purple=Лилави долни зъбци +item.banner.triangles_bottom.red=Червени долни зъбци +item.banner.triangles_bottom.silver=СветлоÑиви долни зъбци +item.banner.triangles_bottom.white=Бели долни зъбци +item.banner.triangles_bottom.yellow=Жълти долни зъбци +item.banner.triangles_top.black=Черни горни зъбци +item.banner.triangles_top.blue=Сини горни зъбци +item.banner.triangles_top.brown=КафÑви горни зъбци +item.banner.triangles_top.cyan=Синьозелени горни зъбци +item.banner.triangles_top.gray=Сиви горни зъбци +item.banner.triangles_top.green=Зелени горни зъбци +item.banner.triangles_top.lightBlue=СветлоÑини горни зъбци +item.banner.triangles_top.lime=Жълтозелени горни зъбци +item.banner.triangles_top.magenta=Пурпурни горни зъбци +item.banner.triangles_top.orange=Оранжеви горни зъбци +item.banner.triangles_top.pink=Розови горни зъбци +item.banner.triangles_top.purple=Лилави горни зъбци +item.banner.triangles_top.red=Червени горни зъбци +item.banner.triangles_top.silver=СветлоÑиви горни зъбци +item.banner.triangles_top.white=Бели горни зъбци +item.banner.triangles_top.yellow=Жълти горни зъбци +item.banner.white.name=БÑло знаме +item.banner.yellow.name=Жълто знаме +item.bed.name=Легло +item.beefCooked.name=Говежда пържола +item.beefRaw.name=Сурово говеждо меÑо +item.blazePowder.name=Пламенен прах +item.blazeRod.name=Пламенна пръчка +item.boat.name=Лодка +item.bone.name=Кокал +item.book.name=Книга +item.bootsChain.name=Верижни ботуши +item.bootsCloth.name=Кожени ботуши +item.bootsDiamond.name=Диамантени ботуши +item.bootsGold.name=Златни ботуши +item.bootsIron.name=Железни ботуши +item.bow.name=Лък +item.bowl.name=Купа +item.bread.name=ХлÑб +item.brewingStand.name=Статив за отвари +item.brick.name=Тухла +item.bucket.name=Кофа +item.bucketLava.name=Кофа Ñ Ð»Ð°Ð²Ð° +item.bucketWater.name=Кофа Ñ Ð²Ð¾Ð´Ð° +item.cake.name=Торта +item.canBreak=Може да чупи: +item.canPlace=Може да бъде поÑтавÑн върху: +item.carrotGolden.name=Златен морков +item.carrotOnAStick.name=Морков на клечка +item.carrots.name=Морков +item.cauldron.name=Казан +item.charcoal.name=Дървени въглища +item.chestplateChain.name=Верижен нагръдник +item.chestplateCloth.name=Кожена туника +item.chestplateDiamond.name=Диамантен нагръдник +item.chestplateGold.name=Златен нагръдник +item.chestplateIron.name=Железен нагръдник +item.chickenCooked.name=Печено пиле +item.chickenRaw.name=Сурово пилешко меÑо +item.clay.name=Глинена топка +item.clock.name=ЧаÑовник +item.coal.name=Каменни въглища +item.comparator.name=Червенокаменен Ñравнител +item.compass.name=ÐšÐ¾Ð¼Ð¿Ð°Ñ +item.cookie.name=БиÑквитка +item.diamond.name=Диамант +item.diode.name=Червенокаменен ретранÑлатор +item.doorAcacia.name=Ðкациева врата +item.doorBirch.name=Брезова врата +item.doorDarkOak.name=Врата от черен дъб +item.doorIron.name=ЖелÑзна врата +item.doorJungle.name=Джунглова врата +item.doorOak.name=Дъбова врата +item.doorSpruce.name=Смърчова врата +item.dyePowder.black.name=МаÑтило +item.dyePowder.blue.name=Лазурит +item.dyePowder.brown.name=Какаови зърна +item.dyePowder.cyan.name=Циан Ð±Ð¾Ñ +item.dyePowder.gray.name=Сива Ð±Ð¾Ñ +item.dyePowder.green.name=КактуÑово зелено +item.dyePowder.lightBlue.name=СветлоÑÐ¸Ð½Ñ Ð±Ð¾Ñ +item.dyePowder.lime.name=Лимонено-зелена Ð±Ð¾Ñ +item.dyePowder.magenta.name=Пурпурна Ð±Ð¾Ñ +item.dyePowder.orange.name=Оранжева Ð±Ð¾Ñ +item.dyePowder.pink.name=Розова Ð±Ð¾Ñ +item.dyePowder.purple.name=Лилава Ð±Ð¾Ñ +item.dyePowder.red.name=Червено от роза +item.dyePowder.silver.name=СветлоÑива Ð±Ð¾Ñ +item.dyePowder.white.name=КоÑтен прах +item.dyePowder.yellow.name=ГлухарчеÑто жълто +item.dyed=БоÑдиÑани +item.egg.name=Яйце +item.emerald.name=Смарагд +item.emptyMap.name=Празна карта +item.emptyPotion.name=Стъкленица Ñ Ð²Ð¾Ð´Ð° +item.enchantedBook.name=ОмагьоÑана книга +item.enderPearl.name=Перла от ÐšÑ€Ð°Ñ +item.expBottle.name=МагичеÑка колба +item.eyeOfEnder.name=Око на ÐšÑ€Ð°Ñ +item.feather.name=Перо +item.fermentedSpiderEye.name=Ферментирало око на паÑк +item.fireball.name=Огнен зарÑд +item.fireworks.flight=ПродължителноÑÑ‚ на полета: +item.fireworks.name=Фойерверк +item.fireworksCharge.black=Черен +item.fireworksCharge.blue=Ñин +item.fireworksCharge.brown=КафÑв +item.fireworksCharge.customColor=По избор +item.fireworksCharge.cyan=Циан +item.fireworksCharge.fadeTo=Преливащ в +item.fireworksCharge.flicker=БлеÑÑ‚Ñщо +item.fireworksCharge.gray=Сив +item.fireworksCharge.green=зелен +item.fireworksCharge.lightBlue=СветлоÑин +item.fireworksCharge.lime=Жълтозелен +item.fireworksCharge.magenta=Пурпурно +item.fireworksCharge.name=Звезда на фойерверка +item.fireworksCharge.orange=Оранжев +item.fireworksCharge.pink=Розов +item.fireworksCharge.purple=Лилаво +item.fireworksCharge.red=червен +item.fireworksCharge.silver=Светло Сиво +item.fireworksCharge.trail=Следа +item.fireworksCharge.type=Ðепозната форма +item.fireworksCharge.type.0=Малка топка +item.fireworksCharge.type.1=ГолÑма топка +item.fireworksCharge.type.2=Звездовиден +item.fireworksCharge.type.3=Крипърообразен +item.fireworksCharge.type.4=Взрив +item.fireworksCharge.white=БÑл +item.fireworksCharge.yellow=Жълт +item.fish.clownfish.raw.name=Риба-клоун +item.fish.cod.cooked.name=Сготвена риба +item.fish.cod.raw.name=Сурова риба +item.fish.pufferfish.raw.name=Риба балон +item.fish.salmon.cooked.name=Сготвена Ñьомга +item.fish.salmon.raw.name=Сурова Ñьомга +item.fishingRod.name=Въдица +item.flint.name=Кремък +item.flintAndSteel.name=Запалка +item.flowerPot.name=СакÑÐ¸Ñ +item.frame.name=Рамка +item.ghastTear.name=Сълза на гаÑÑ‚ +item.glassBottle.name=Стъкленица +item.goldNugget.name=Златен къшей +item.hatchetDiamond.name=Диамантена брадва +item.hatchetGold.name=Златна брадва +item.hatchetIron.name=ЖелÑзна брадва +item.hatchetStone.name=Каменна брадва +item.hatchetWood.name=Дървена брадва +item.helmetChain.name=Верижен шлем +item.helmetCloth.name=Кожена шапка +item.helmetDiamond.name=Диамантен шлем +item.helmetGold.name=Златен шлем +item.helmetIron.name=Железен шлем +item.hoeDiamond.name=Диамантена мотика +item.hoeGold.name=Златна мотика +item.hoeIron.name=ЖелÑзна мотика +item.hoeStone.name=Каменна мотика +item.hoeWood.name=Дървена мотика +item.horsearmordiamond.name=Диамантена конна Ð±Ñ€Ð¾Ð½Ñ +item.horsearmorgold.name=Златна конÑка Ð±Ñ€Ð¾Ð½Ñ +item.horsearmormetal.name=Железна конÑка Ð±Ñ€Ð¾Ð½Ñ +item.ingotGold.name=Златно кюлче +item.ingotIron.name=ЖелÑзно кюлче +item.leash.name=Каишка +item.leather.name=Кожа +item.leaves.name=ЛиÑта +item.leggingsChain.name=Верижни панталони +item.leggingsCloth.name=Кожени панталони +item.leggingsDiamond.name=Диамантени панталони +item.leggingsGold.name=Златни панталони +item.leggingsIron.name=Железни панталони +item.magmaCream.name=Магмен крем +item.map.name=Карта +item.melon.name=Ð”Ð¸Ð½Ñ +item.milk.name=Кофа Ñ Ð¼Ð»Ñко +item.minecart.name=Количка +item.minecartChest.name=Товарна количка +item.minecartCommandBlock.name=Количка Ñ ÐšÐ¾Ð¼Ð°Ð½Ð´ÐµÐ½ Блок +item.minecartFurnace.name=Количка Ñ Ð¿ÐµÑ‰ +item.minecartHopper.name=Количка Ñ Ñ„ÑƒÐ½Ð¸Ñ +item.minecartTnt.name=Количка Ñ Ð´Ð¸Ð½Ð°Ð¼Ð¸Ñ‚ +item.monsterPlacer.name=Размножител +item.mushroomStew.name=Гъбена Ñупа +item.muttonCooked.name=Сготвено агнешко +item.muttonRaw.name=Сурово агнешко +item.nameTag.name=Каишка Ñ Ð¸Ð¼Ðµ +item.netherStalkSeeds.name=Брадавца от Ðда +item.netherStar.name=ÐдÑка звезда +item.netherbrick.name=Тухла от Ðда +item.netherquartz.name=Кварц от Ðда +item.painting.name=Картина +item.paper.name=Ð¥Ð°Ñ€Ñ‚Ð¸Ñ +item.pickaxeDiamond.name=Диамантена кирка +item.pickaxeGold.name=Златна кирка +item.pickaxeIron.name=ЖелÑзна кирка +item.pickaxeStone.name=Каменна кирка +item.pickaxeWood.name=Дървена кирка +item.porkchopCooked.name=Печена ÑвинÑка пържола +item.porkchopRaw.name=Сурова ÑвинÑка пържола +item.potato.name=Картоф +item.potatoBaked.name=Печен картоф +item.potatoPoisonous.name=Отровен картоф +item.potion.name=Отвара +item.prismarineCrystals.name=Призмаринови криÑтали +item.prismarineShard.name=Призмаринов къшей +item.pumpkinPie.name=Тиквен пай +item.rabbitCooked.name=Сготвено заешко +item.rabbitFoot.name=Заешко краче +item.rabbitHide.name=Заешка кожа +item.rabbitRaw.name=Сурово заешко +item.rabbitStew.name=Заешка ÑÑ…Ð½Ð¸Ñ +item.record.11.desc=C418 - 11 +item.record.13.desc=C418 - 13 +item.record.blocks.desc=C418 - blocks +item.record.cat.desc=C418 - cat +item.record.chirp.desc=C418 - chirp +item.record.far.desc=C418 - far +item.record.mall.desc=C418 - mall +item.record.mellohi.desc=C418 - mellohi +item.record.name=Музикална плоча +item.record.stal.desc=C418 - stal +item.record.strad.desc=C418 - strad +item.record.wait.desc=C418 - wait +item.record.ward.desc=C418 - ward +item.redstone.name=Червен камък +item.reeds.name=Захарна тръÑтика +item.rottenFlesh.name=Гнила плът +item.ruby.name=Рубин +item.saddle.name=Седло +item.seeds.name=Семена +item.seeds_melon.name=Динени Ñемена +item.seeds_pumpkin.name=Тиквени Ñемена +item.shears.name=Ðожици +item.shovelDiamond.name=Диамантена лопата +item.shovelGold.name=Златна лопата +item.shovelIron.name=ЖелÑзна лопата +item.shovelStone.name=Каменна лопата +item.shovelWood.name=Дървена лопата +item.sign.name=Табела +item.skull.char.name=Глава +item.skull.creeper.name=Глава на Крийпър +item.skull.player.name=Главата на %s +item.skull.skeleton.name=Череп на Скелет +item.skull.wither.name=Череп на Уйтнър Скелет +item.skull.zombie.name=Глава на Зомби +item.slimeball.name=Топка Ñлуз +item.snowball.name=Снежна топка +item.speckledMelon.name=БлеÑÑ‚Ñща Ð´Ð¸Ð½Ñ +item.spiderEye.name=Око на паÑк +item.stick.name=Пръчка +item.string.name=Връв +item.sugar.name=Захар +item.sulphur.name=Барут +item.swordDiamond.name=Диамантен меч +item.swordGold.name=Златен меч +item.swordIron.name=Железен меч +item.swordStone.name=Каменен меч +item.swordWood.name=Дървен меч +item.unbreakable=Ðечуплив +item.wheat.name=Пшеница +item.writingBook.name=Книга и перо +item.writtenBook.name=ÐапиÑана книга +item.yellowDust.name=Прах от ÑиÑен камък +itemGroup.brewing=Отвари +itemGroup.buildingBlocks=Строителни блокчета +itemGroup.combat=ÐžÑ€ÑŠÐ¶Ð¸Ñ +itemGroup.decorations=Декоративни блокчета +itemGroup.food=Храни +itemGroup.inventory=Инвентар в режим на оцелÑване +itemGroup.materials=Материали +itemGroup.misc=Разни +itemGroup.redstone=Червен камък +itemGroup.search=ТърÑене на предмети +itemGroup.tools=ИнÑтрументи +itemGroup.transportation=ТранÑпорт +key.attack=Ðтакуване/Разрушаване +key.back=Ходене назад +key.categories.gameplay=Геймплей +key.categories.inventory=Инвентар +key.categories.misc=Разни +key.categories.movement=Движение +key.categories.multiplayer=Групова игра +key.categories.stream=Стриймване +key.categories.ui=Игрален Ð¸Ð½Ñ‚ÐµÑ€Ñ„ÐµÐ¹Ñ +key.chat=ОтварÑне на чат +key.command=ОтварÑне на команди +key.drop=ХвърлÑне на предмет +key.forward=Вървене напред +key.fullscreen=Превключване на цÑл екран +key.hotbar.1=Бърза лента Ñлот 1 +key.hotbar.2=Бърза лента Ñлот 2 +key.hotbar.3=Бърза лента Ñлот 3 +key.hotbar.4=Бърза лента Ñлот 4 +key.hotbar.5=Бърза лента Ñлот 5 +key.hotbar.6=Бърза лента Ñлот 6 +key.hotbar.7=Бърза лента Ñлот 7 +key.hotbar.8=Бърза лента Ñлот 8 +key.hotbar.9=Бърза лента Ñлот 9 +key.inventory=Инвентар +key.jump=Скок +key.left=Ходене налÑво +key.mouseButton=Бутон за %1$s +key.pickItem=Вземане на блокче +key.playerlist=СпиÑък Ñ Ð¸Ð³Ñ€Ð°Ñ‡Ð¸ +key.right=Ходене надÑÑно +key.screenshot=Правене на Ñкрийншот +key.smoothCamera=Превключване кинематографична камера +key.sneak=Промъкване +key.spectatorOutlines=Подчертаване на играчи (зрители) +key.sprint=БÑгане +key.streamCommercial=Показване на Ñтрийм реклами +key.streamPauseUnpause=Пауза/Продължаване на Ñтрийм +key.streamStartStop=Започни/Спри излъчването +key.streamToggleMic=ÐатиÑни за Разговор/Без звук +key.togglePerspective=Превключи перÑпективата +key.use=Използване на предмет/ПоÑтавÑне на блок +lanServer.otherPlayers=ÐаÑтройки за другите играчи +lanServer.scanning=Сканиране за игри на локалната ви мрежа +lanServer.start=Стартиране на LAN ÑвÑÑ‚ +lanServer.title=LAN ÑвÑÑ‚ +language.code=bg_BG +language.name=БългарÑки +language.region=Ð‘ÑŠÐ»Ð³Ð°Ñ€Ð¸Ñ +mcoServer.title=Minecraft онлайн Ñвета +menu.convertingLevel=Преобразуване на Ñвета +menu.disconnect=ПрекъÑване на връзката +menu.game=Меню на играта +menu.generatingLevel=Генериране на Ñвета +menu.generatingTerrain=Създаване на терен за игра +menu.loadingLevel=Зареждане на Ñвета +menu.multiplayer=Групова игра +menu.online=Minecraft царÑтва +menu.options=ÐаÑтройки... +menu.playdemo=Игра в Демо СвÑÑ‚ +menu.quit=Изход от играта +menu.resetdemo=РеÑтартиране на Демо Света +menu.respawning=Прераждане +menu.returnToGame=Връщане към играта +menu.returnToMenu=Запазване и връщане към заглавното меню +menu.shareToLan=ОтварÑне за локалната мрежа +menu.simulating=Симулиране на Ñвета +menu.singleplayer=СамоÑтоÑтелна игра +menu.switchingLevel=Превключване на Ñветове +merchant.deprecated=Изтъргувайте нещо друго, за да отключите това! +mount.onboard=ÐатиÑнете %1$s за да Ñлезете +multiplayer.connect=Свързване +multiplayer.downloadingStats=ИзтеглÑне на ÑтатиÑтиката & поÑтижениÑта... +multiplayer.downloadingTerrain=СвалÑне на терен +multiplayer.info1=Играта в мрежа вÑе още не е завършена, но има +multiplayer.info2=още какво да Ñе теÑтва, за да Ñе пуÑне. +multiplayer.ipinfo=Въведете IP адреÑа на Ñървъра, за да Ñе Ñвържете към него: +multiplayer.player.joined=%s Ñе приÑъедини в играта +multiplayer.player.joined.renamed=%s (преди познат като %s) влезе в игра +multiplayer.player.left=%s напуÑна играта +multiplayer.stopSleeping=Стани от леглото +multiplayer.texturePrompt.line1=Този Ñървър препоръчва употребата на реÑурÑен пакет. +multiplayer.texturePrompt.line2=Бихте ли иÑкали да го Ñвалите и инÑталирате? +multiplayer.title=Групова игра +options.advancedButton=Разширени видео наÑтройки... +options.advancedOpengl=Разширен OpenGL +options.advancedVideoTitle=Разширени видео наÑтройки +options.anaglyph=СтереоÑкопично 3D +options.ao=Гладко оÑветление +options.ao.max=МакÑимално +options.ao.min=Минимално +options.ao.off=Изключен +options.blockAlternatives=Променливи текÑтури +options.chat.color=Цветове +options.chat.height.focused=ФокуÑирана виÑочина +options.chat.height.unfocused=ÐефокуÑирана виÑочина +options.chat.links=Интернет линкове +options.chat.links.prompt=Запитване при отварÑне на линкове +options.chat.opacity=ПрозрачноÑÑ‚ +options.chat.scale=Мащаб +options.chat.title=ÐаÑтройки на чата... +options.chat.visibility=Чат +options.chat.visibility.full=Показан +options.chat.visibility.hidden=Скрит +options.chat.visibility.system=Само команди +options.chat.width=Ширина +options.controls=Контроли... +options.customizeTitle=ПерÑонализиране на наÑтройките на Ñвета +options.difficulty=ТрудноÑÑ‚ +options.difficulty.easy=ЛеÑно +options.difficulty.hard=Трудно +options.difficulty.hardcore=ЕкÑтремно +options.difficulty.normal=Ðормално +options.difficulty.peaceful=Мирно +options.farWarning1=Препоръчва Ñе 64-битова верÑÐ¸Ñ Ð½Ð° Java +options.farWarning2=за "Далечна диÑтанциÑ" (твоÑта е 32 бита) +options.fboEnable=Включи шейдъри +options.forceUnicodeFont=Принудително използване на Unicode шрифт +options.fov=Поле на виждане +options.fov.max=Quake Pro +options.fov.min=Ðормално +options.framerateLimit=МакÑимален брой кадри в Ñекунда +options.framerateLimit.max=Ðеограничен +options.fullscreen=ЦÑл екран +options.gamma=ЯркоÑÑ‚ +options.gamma.max=Ярко +options.gamma.min=ПодтиÑкащо +options.graphics=Графика +options.graphics.fancy=КраÑива +options.graphics.fast=Бърза +options.guiScale=Големина на менюто +options.guiScale.auto=Ðвтоматично +options.guiScale.large=ГолÑмо +options.guiScale.normal=Ðормално +options.guiScale.small=Малко +options.hidden=Скрити +options.invertMouse=Обърни мишката +options.language=Език… +options.languageWarning=Преводите може да не Ñа на 100%% правилни. +options.mipmapLevels=Ðива на визуализиране +options.modelPart.cape=Ðаметало +options.modelPart.hat=Шапка +options.modelPart.jacket=Палто +options.modelPart.left_pants_leg=ЛÑв крачол +options.modelPart.left_sleeve=ЛÑв ръкав +options.modelPart.right_pants_leg=ДеÑен крачол +options.modelPart.right_sleeve=ДеÑен ръкав +options.multiplayer.title=ÐаÑтройки на групова игра... +options.music=Музика +options.off=ИЗКЛ. +options.on=ВКЛ. +options.particles=ЧаÑтици +options.particles.all=Ð’Ñички +options.particles.decreased=Ðамалени +options.particles.minimal=Минимални +options.performanceButton=Видео ПроизводителноÑÑ‚ ÐаÑтройки... +options.performanceVideoTitle=Видео ПроизводителноÑÑ‚ ÐаÑтройки +options.postButton=Колонка-Обработка ÐаÑтройки... +options.postProcessEnable=Разрешаване на коригиране на графиката +options.postVideoTitle=Колонка-Обработка ÐаÑтройки +options.qualityButton=ÐаÑтройки на видео качеÑтво... +options.qualityVideoTitle=ÐаÑтройки на видео качеÑтво +options.reducedDebugInfo=Ðамалена Ð¸Ð½Ñ„Ð¾Ñ€Ð¼Ð°Ñ†Ð¸Ñ Ð² F3 панела +options.renderClouds=Облаци +options.renderDistance=МакÑимална видимоÑÑ‚ +options.renderDistance.far=Далечно +options.renderDistance.normal=Ðормално +options.renderDistance.short=КъÑо +options.renderDistance.tiny=Малко +options.resourcepack=РеÑурÑни Пакети... +options.saturation=ÐаÑищане +options.sensitivity=ЧувÑтвителноÑÑ‚ +options.sensitivity.max=ХИПЕРБЪРЗИÐÐ!!! +options.sensitivity.min=*прозÑвка* +options.skinCustomisation=ПерÑонализиране на Ñкина... +options.skinCustomisation.title=ПерÑонализиране на Ñкина +options.snooper=Разреши проÑледÑване +options.snooper.desc=ИÑкаме да добием Ð¸Ð½Ñ„Ð¾Ñ€Ð¼Ð°Ñ†Ð¸Ñ Ð·Ð° вашиÑÑ‚ компютър за да подобрим Minecraft като разберем от къде възникват проблемите. ЦÑлата тази Ð¸Ð½Ñ„Ð¾Ñ€Ð¼Ð°Ñ†Ð¸Ñ Ðµ анонимна и може да Ñе види отдолу. Обещаваме че нÑма да използваме Ñ Ð»Ð¾ÑˆÐ¸ цели, но ако не иÑкате да ви безпокоим можете да изключите тази опциÑ! +options.snooper.title=Събрана Ð¸Ð½Ñ„Ð¾Ñ€Ð¼Ð°Ñ†Ð¸Ñ Ð·Ð° Ñпецификациите на компютъра ви +options.snooper.view=Опции за проÑледÑване... +options.sound=Звук +options.sounds=Музика и звуци... +options.sounds.title=ÐаÑтройки на музика и звук +options.stream=ÐаÑтройки за излъчване... +options.stream.bytesPerPixel=КачеÑтво +options.stream.changes=Може да Ñе наложи да реÑтартирате "потокa" Ñи, за да могат промените да бъдат отразени. +options.stream.chat.enabled=Включи +options.stream.chat.enabled.always=Винаги +options.stream.chat.enabled.never=Ðикога +options.stream.chat.enabled.streaming=По време на Ñтрийма +options.stream.chat.title=Чат наÑтойки на Twitch +options.stream.chat.userFilter=ПотребителÑки филтър +options.stream.chat.userFilter.all=Ð’Ñички зрители +options.stream.chat.userFilter.mods=Модератори +options.stream.chat.userFilter.subs=Ðбонати +options.stream.compression=КомпреÑÐ¸Ñ +options.stream.compression.high=ВиÑоко +options.stream.compression.low=ÐиÑък +options.stream.compression.medium=Средно +options.stream.estimation=Очаквана Ñ€ÐµÐ·Ð¾Ð»ÑŽÑ†Ð¸Ñ %sx%s +options.stream.fps=Кадри в Ñекунда +options.stream.ingest.reset=ВъзÑтаноÑванепо подразбиране на предпочитаниÑта +options.stream.ingest.title=Сървъри за излъчване през Twitch +options.stream.ingestSelection=Излъчвай ÑпиÑъка ÑÑŠÑ Ñървъри +options.stream.kbps=ЧеÑтотна лента +options.stream.micToggleBehavior=ÐатиÑнете за да +options.stream.micVolumne=Сила на звук на микрофон +options.stream.mic_toggle.mute=Заглушаване на звука +options.stream.mic_toggle.talk=Говори +options.stream.sendMetadata=Изпращане на метаданни +options.stream.systemVolume=СиÑтемена Ñила на звук +options.stream.title=ÐаÑтойки за излъчване Ñ Twitch +options.title=ÐаÑтройки +options.touchscreen=Режим за Ñензорен екран +options.vbo=Използване на VBO +options.video=Видео наÑтройки... +options.videoTitle=Видео наÑтройки +options.viewBobbing=Клатене при ходене +options.visible=Показани +options.vsync=Използвате активна ÑÐ¸Ð½Ñ…Ñ€Ð¾Ð½Ð¸Ð·Ð°Ñ†Ð¸Ñ +potion.absorption=Попиване +potion.absorption.postfix=Отвара на ÐбÑорбирането +potion.blindness=Слепота +potion.blindness.postfix=Отвара на Слепотата +potion.confusion=Гадене +potion.confusion.postfix=Отвара на Гаденето +potion.damageBoost=Сила +potion.damageBoost.postfix=Отвара на Силата +potion.digSlowDown=Минна умора +potion.digSlowDown.postfix=Отвара на Отегчението +potion.digSpeed=Бързина +potion.digSpeed.postfix=Отвара на Бързината +potion.effects.whenDrank=Когато Ñе прилага: +potion.empty=ÐÑма ефекти +potion.fireResistance=Огнена издръжливоÑÑ‚ +potion.fireResistance.postfix=Отвара на Огнената уÑтойчивоÑÑ‚ +potion.harm=Моментално наранÑване +potion.harm.postfix=Отвара на Болката +potion.heal=Моментално лекуване +potion.heal.postfix=Отвара на Лечението +potion.healthBoost=Повишаване на здравето +potion.healthBoost.postfix=Отвара за повече кръв +potion.hunger=Глад +potion.hunger.postfix=Отвара на Глада +potion.invisibility=ÐевидимоÑÑ‚ +potion.invisibility.postfix=Отвара на ÐевидимоÑтта +potion.jump=Силен Ñкок +potion.jump.postfix=Отвара на СкокливоÑтта +potion.moveSlowdown=БавноÑÑ‚ +potion.moveSlowdown.postfix=Отвара на ЗабавÑнето +potion.moveSpeed=СкороÑÑ‚ +potion.moveSpeed.postfix=Отвара на СкороÑтта +potion.nightVision=Ðощно зрение +potion.nightVision.postfix=Отвара на Ðощното зрение +potion.poison=Отрова +potion.poison.postfix=Отвара на ОтравÑнето +potion.potency.1=II +potion.potency.2=III +potion.potency.3=IV +potion.prefix.acrid=Парлива +potion.prefix.artless=БезвкуÑна +potion.prefix.awkward=Ðегодна +potion.prefix.bland=Лека +potion.prefix.bulky=ОбемиÑта +potion.prefix.bungling=ÐеÑпокойна +potion.prefix.buttered=МаÑлена +potion.prefix.charming=Очарователна +potion.prefix.clear=ЯÑна +potion.prefix.cordial=Стимулираща +potion.prefix.dashing=Смела +potion.prefix.debonair=Привлекателна +potion.prefix.diffuse=РазпръÑната +potion.prefix.elegant=Елегантна +potion.prefix.fancy=ЛукÑозна +potion.prefix.flat=Блудкава +potion.prefix.foul=Отвратителна +potion.prefix.grenade=РазплиÑкваща Ñе +potion.prefix.gross=Противна +potion.prefix.harsh=Груба +potion.prefix.milky=Млечна +potion.prefix.mundane=Обикновена +potion.prefix.odorless=БезмириÑна +potion.prefix.potent=Могъща +potion.prefix.rank=ВонÑща +potion.prefix.refined=ПречиÑтена +potion.prefix.smooth=Хомогенна +potion.prefix.sparkling=ИÑкрÑща +potion.prefix.stinky=Миризлива +potion.prefix.suave=Отлежала +potion.prefix.thick=ГъÑта +potion.prefix.thin=РÑдка +potion.prefix.uninteresting=БезинтереÑна +potion.regeneration=ЗаздравÑване +potion.regeneration.postfix=Отвара на ВъзÑтановÑването +potion.resistance=Съпротива +potion.resistance.postfix=Отвара на УÑтойчивоÑтта +potion.saturation=ÐаÑищане +potion.saturation.postfix=Отвара на наÑищането +potion.waterBreathing=Дишане под вода +potion.waterBreathing.postfix=Отвара на Водното дишане +potion.weakness=СлабоÑÑ‚ +potion.weakness.postfix=Отвара на СлабоÑтта +potion.wither=Уйтнър +potion.wither.postfix=Отвара на Разпадането +record.nowPlaying=Сега Ñвири: %s +resourcePack.available.title=Ðалични реÑурÑни пакети +resourcePack.folderInfo=(ПоÑтави реÑурÑните пакети тук) +resourcePack.openFolder=Отвори папката Ñ Ñ€ÐµÑурните пакети +resourcePack.selected.title=Избрани реÑурÑни пакети +resourcePack.title=Избор на реÑурÑни пакети +screenshot.failure=Ðе би могло да СпеÑтете Снимка: %s +screenshot.success=Запазена Ñнимка на екрана в %s +selectServer.add=ДобавÑне на Ñървър +selectServer.defaultName=Minecraft Ñървър +selectServer.delete=Изтриване +selectServer.deleteButton=Изтриване +selectServer.deleteQuestion=Сигурни ли Ñте, че иÑкате да премахнете този Ñървър? +selectServer.deleteWarning=ще бъде изгубен завинаги! (Дълго време!) +selectServer.direct=Директно Ñвързване +selectServer.edit=Редактиране +selectServer.empty=празен +selectServer.hiddenAddress=(Скрит) +selectServer.refresh=ОбновÑване +selectServer.select=ПриÑъединÑване към Ñървъра +selectServer.title=Избор на Ñървър +selectWorld.allowCommands=Разрешение за команди: +selectWorld.allowCommands.info=Команди като /gamemode, /xp +selectWorld.bonusItems=Ð‘Ð¾Ð½ÑƒÑ Ñандък: +selectWorld.cheats=Команди +selectWorld.conversion=ТрÑбва да Ñе преобразува! +selectWorld.create=Създаване на нов ÑвÑÑ‚ +selectWorld.createDemo=Игра в нов демо ÑвÑÑ‚ +selectWorld.customizeType=ПерÑонализиране +selectWorld.delete=Изтриване +selectWorld.deleteButton=Изтриване +selectWorld.deleteQuestion=ÐаиÑтина ли иÑкате да изтриете този ÑвÑÑ‚? +selectWorld.deleteWarning=ще бъде изгубен завинаги! (Дълго време!) +selectWorld.empty=празен +selectWorld.enterName=Име на Ñвета +selectWorld.enterSeed=Сийд за генератора на Ñвета +selectWorld.gameMode=Режим на игра +selectWorld.gameMode.adventure=ПриключенÑки +selectWorld.gameMode.adventure.line1=Същото като режим на оцелÑване, но блокчетата не могат +selectWorld.gameMode.adventure.line2=да бъдат поÑтавÑни или чупени +selectWorld.gameMode.creative=ТворчеÑки +selectWorld.gameMode.creative.line1=Ðеограничени реÑурÑи, Ñвободно летене и +selectWorld.gameMode.creative.line2=унищожаване на блокове моментално +selectWorld.gameMode.hardcore=ЕкÑтремен +selectWorld.gameMode.hardcore.line1=Същото като режим на оцелÑване, заключено на най-трудното +selectWorld.gameMode.hardcore.line2=трудноÑÑ‚ и Ñамо един живот +selectWorld.gameMode.spectator=Зрител +selectWorld.gameMode.spectator.line1=Можете да обикалÑте, но не можете да правите нищо +selectWorld.gameMode.survival=ОцелÑване +selectWorld.gameMode.survival.line1=Събирайте реÑурÑи, Ñъздавайте Ñечива, вдигайте +selectWorld.gameMode.survival.line2=нива, здраве и глад +selectWorld.hardcoreMode=ЕкÑтремно: +selectWorld.hardcoreMode.info=Светът Ñе изтрива при Ñмърт +selectWorld.mapFeatures=Генериране на Ñтруктури: +selectWorld.mapFeatures.info=Села, тъмници и Ñ‚.н +selectWorld.mapType=Тип на Ñвета: +selectWorld.mapType.normal=Ðормален +selectWorld.moreWorldOptions=Още наÑтройки на Ñвета... +selectWorld.newWorld=Ðов ÑвÑÑ‚ +selectWorld.newWorld.copyOf=Копие на %s +selectWorld.recreate=ПреÑъздай +selectWorld.rename=Преименуване +selectWorld.renameButton=Преименуване +selectWorld.renameTitle=Преименуване на Ñвета +selectWorld.resultFolder=Ще бъдат запиÑан в: +selectWorld.seedInfo=ОÑтавете мÑÑтото празно за произволен Ñийд +selectWorld.select=Игра в Ð¸Ð·Ð±Ñ€Ð°Ð½Ð¸Ñ ÑвÑÑ‚ +selectWorld.title=Избиране на ÑвÑÑ‚ +selectWorld.world=СвÑÑ‚ +sign.edit=Редактиране на Ñъобщението на табелата +soundCategory.ambient=Околна Ñреда +soundCategory.block=Блокове +soundCategory.hostile=Враждебни ÑÑŠÐ·Ð´Ð°Ð½Ð¸Ñ +soundCategory.master=Сила на звука +soundCategory.music=Музика +soundCategory.neutral=ПриÑтелÑки ÑъщеÑтва +soundCategory.player=Играчи +soundCategory.record=ДжубокÑ/Музикални блокове +soundCategory.weather=Метереологично време +stat.animalsBred=Развъдени животни +stat.blocksButton=Блокчета +stat.boatOneCm=РазÑтоÑние изминато чрез лодка +stat.breakItem=%1$s изразходвани +stat.climbOneCm=РазÑтоÑние изминато чрез катерене +stat.craftItem=%1$s Ñъздадени +stat.crafted=Пъти направено +stat.createWorld=Създадени Ñветове +stat.crouchOneCm=РазÑтоÑние минато наведен +stat.damageDealt=ÐанеÑени щети +stat.damageTaken=Поети щети +stat.deaths=Брой ÑƒÐ¼Ð¸Ñ€Ð°Ð½Ð¸Ñ +stat.depleted=Пъти изчерпано +stat.diveOneCm=РазÑтоÑние чрез гмуркане +stat.drop=Хвърлени предмети +stat.entityKilledBy=%s Ви уби %s път(и) +stat.entityKilledBy.none=Вие никога не Ñте били убити от %s +stat.entityKills=Ти уби %s %s +stat.entityKills.none=Вие никога не Ñте убивал %s +stat.fallOneCm=РазÑтоÑние изминато чрез падане +stat.fishCaught=Хванати риби +stat.flyOneCm=РазÑтоÑние изминато чрез летене +stat.generalButton=Главен +stat.horseOneCm=РазÑтоÑние Ñ ÐºÐ¾Ð½ +stat.itemsButton=Предмети +stat.joinMultiplayer=Свързване към Ñървъри +stat.jump=Скокове +stat.junkFished=Уловен боклук +stat.leaveGame=ÐапуÑнати игри +stat.loadWorld=Заредени запиÑи +stat.mineBlock=%1$s изкопани +stat.minecartOneCm=РазÑтоÑние изминато Ñ ÐºÐ¾Ð»Ð¸Ñ‡ÐºÐ° +stat.mined=Пъти изкопано +stat.mobKills=Убити чудовища +stat.mobsButton=Ð¡ÑŠÐ·Ð´Ð°Ð½Ð¸Ñ +stat.pigOneCm=РазÑтоÑние изминато Ñ Ð¿Ñ€Ð°Ñе +stat.playOneMinute=Играни минути +stat.playerKills=Убити играчи +stat.sprintOneCm=РазтоÑние минато тичайки +stat.startGame=Пъти игране +stat.swimOneCm=РазÑтоÑние изминато чрез плуване +stat.talkedToVillager=Говорил ÑÑŠÑ ÑелÑни +stat.timeSinceDeath=От поÑледната Ñмърт наÑам +stat.tradedWithVillager=Търгувал във ÑелÑни +stat.treasureFished=Уловени Ñъкровища +stat.useItem=%1$s използвани +stat.used=Пъти използвано +stat.walkOneCm=РазÑтоÑние изминато пеш +stats.tooltip.type.achievement=ПоÑтижение +stats.tooltip.type.statistic=СтатиÑтика +stream.confirm_start=ÐаиÑтина ли желаеш да започнеш излъчването? +stream.unavailable.account_not_bound=Преди да можете да предавате Minecraft чрез Twitch, трÑбва да Ñи Ñвържете Twitch акаунта на mojang.com. ИÑкате ли да направите това Ñега? +stream.unavailable.account_not_bound.okay=Свържи акаунти +stream.unavailable.account_not_migrated=Преди да можете да излъчвате Minecraft през Twitch, вие трÑбва да премеÑтите вашата Minecraft региÑÑ‚Ñ€Ð°Ñ†Ð¸Ñ ÐºÑŠÐ¼ Mojang региÑтрациÑ. ИÑкате ли да направите това Ñега? +stream.unavailable.account_not_migrated.okay=ПремеÑтване на региÑÑ‚Ñ€Ð°Ñ†Ð¸Ñ +stream.unavailable.failed_auth=УдоÑтоверÑването за Twitch е неуÑпешно. ÐœÐ¾Ð»Ñ Ð¾Ñ‚Ð¸Ð´ÐµÑ‚Ðµ на mojang.com и обновете вашата Twitch региÑтрациÑ. +stream.unavailable.failed_auth.okay=ОбновÑване на региÑтрации +stream.unavailable.failed_auth_error=ÐеÑпоÑобноÑÑ‚ за удоÑтоверÑване в Twitch. ÐœÐ¾Ð»Ñ Ð¾Ð¿Ð¸Ñ‚Ð°Ð¹Ñ‚Ðµ отново по-къÑно. +stream.unavailable.initialization_failure=ÐеÑпоÑобноÑÑ‚ за инициализиране на Twitch SDK-то. +stream.unavailable.initialization_failure.extra=(Причина: %s) +stream.unavailable.library_arch_mismatch=ПерÑонализираната Java верÑÐ¸Ñ Ð¸Ð·Ð¿Ð¾Ð»Ð·Ð²Ð°Ð½Ð° за Ñтартиране на Minecraft има различна архитектура от тази, коÑто е използвана за пуÑкане на Ñтартовото приложение. +stream.unavailable.library_failure=ÐеÑпоÑобноÑÑ‚ за зареждане на библиотеките, необходими за интегрираната Twitch уÑлуга за излъчване. +stream.unavailable.no_fbo=Видео картата ви трÑбва да поддържа поне OpenGL верÑÐ¸Ñ 3.0 или Framebuffer обекти чрез приÑтавка за да използва вграденото предаване по Twitch. +stream.unavailable.no_fbo.arb=Поддръжка на фреймбуферни обекти чрез ARB е: %s +stream.unavailable.no_fbo.blend=Отделнa поддръжка за Ñливане чрез ЕХТ е: %s +stream.unavailable.no_fbo.ext=Поддръжка на фреймбуферни обекти чрез EXT е: %s +stream.unavailable.no_fbo.version=Ð’ момента вие използвате: %s +stream.unavailable.not_supported.mac=За Ñъжаление вграденото предаване по Twitch изиÑква верÑÐ¸Ñ Ð½Ð° OSX, по-нова от тази на коÑто Ñте. ТрÑбва да ползвате 10.7 (Mac OS X Lion) или по-нова за можете да ползвате тази уÑлуга. ИÑкате ли да поÑетите apple.com за да научите за обновÑване? +stream.unavailable.not_supported.mac.okay=Обнови +stream.unavailable.not_supported.other=За Ñъжаление вграденото предаване по Twitch изиÑква Windows (Vista или по-нова) или Mac OS X (10.7/Lion или по-нова) +stream.unavailable.not_supported.windows=За Ñъжаление вграденото предаване по Twitch изиÑква по-нова верÑÐ¸Ñ Ð½Ð° Windows от тази, на коÑто Ñте. ТрÑбва да имате поне Windows Vista или по-нова. +stream.unavailable.report_to_mojang=Докладвай на Mojang +stream.unavailable.soundflower.chat=Soundflower е необходимо за да може да Ñе предава на Mac. %s +stream.unavailable.soundflower.chat.link=ÐатиÑнете тук за да го инÑталирате. +stream.unavailable.title=Twitch излъчването не е на разположение +stream.unavailable.unknown=За Ñъжаление не можете да предавате до Twitch в това време и ние не знаем защо :'( +stream.unavailable.unknown.chat=Потокът не Ñе Ñтартира: %s +stream.user.mode.administrator=Twitch админиÑтратор +stream.user.mode.banned=Забранен +stream.user.mode.banned.other=Забранени на канала на %s +stream.user.mode.banned.self=Забранено на Ð²Ð°ÑˆÐ¸Ñ ÐºÐ°Ð½Ð°Ð» +stream.user.mode.broadcaster=Говорител по радиото/тв +stream.user.mode.broadcaster.other=Говорител по радиото/тв +stream.user.mode.broadcaster.self=Говорител по радиото/тв (Ти!) +stream.user.mode.moderator=Модератор +stream.user.mode.moderator.other=Модератор на канала на %s +stream.user.mode.moderator.self=Модератор на Ñ‚Ð²Ð¾Ñ ÐºÐ°Ð½Ð°Ð» +stream.user.mode.staff=Twitch Ñлужител +stream.user.subscription.subscriber=Ðбонат +stream.user.subscription.subscriber.other=Ðбонат на канала на %s +stream.user.subscription.subscriber.self=Ðбонат на Ñ‚Ð²Ð¾Ñ ÐºÐ°Ð½Ð°Ð» +stream.user.subscription.turbo=Twitch турбо +stream.userinfo.ban=Блокирай +stream.userinfo.chatTooltip=ÐатиÑнете за управление на Ð¿Ð¾Ñ‚Ñ€ÐµÐ±Ð¸Ñ‚ÐµÐ»Ñ +stream.userinfo.mod=Повиши в Модератор +stream.userinfo.timeout=Време до ÐºÑ€Ð°Ñ +stream.userinfo.unban=Отблокирай +stream.userinfo.unmod=Понижи от Модератор +tile.acaciaFence.name=Ðкациева ограда +tile.acaciaFenceGate.name=Ðкациева порта +tile.activatorRail.name=Ðктивираща релÑа +tile.anvil.intact.name=ÐÐ°ÐºÐ¾Ð²Ð°Ð»Ð½Ñ +tile.anvil.name=ÐÐ°ÐºÐ¾Ð²Ð°Ð»Ð½Ñ +tile.anvil.slightlyDamaged.name=Леко повредена Ð½Ð°ÐºÐ¾Ð²Ð°Ð»Ð½Ñ +tile.anvil.veryDamaged.name=Много повредена Ð½Ð°ÐºÐ¾Ð²Ð°Ð»Ð½Ñ +tile.barrier.name=Бариера +tile.beacon.name=Сигнализатор +tile.beacon.primary=ПървоÑтепенно оръжие +tile.beacon.secondary=ВтороÑтепенно оръжие +tile.bed.name=Легло +tile.bed.noSleep=Може да Ñе Ñпи Ñамо през нощта +tile.bed.notSafe=Ðе може да Ñи почивате Ñега, има чудовища наоколо +tile.bed.notValid=Вашето легло липÑва или е запречено +tile.bed.occupied=Това легло е заето +tile.bedrock.name=ОÑновен камък +tile.birchFence.name=Брезова ограда +tile.birchFenceGate.name=Брезова порта +tile.blockCoal.name=Въглищен блок +tile.blockDiamond.name=Диамантен блок +tile.blockEmerald.name=Смарагдов блок +tile.blockGold.name=Златен блок +tile.blockIron.name=Железен блок +tile.blockLapis.name=Лазуритен блок +tile.blockRedstone.name=Червенокаменен блок +tile.bookshelf.name=Рафтове Ñ ÐºÐ½Ð¸Ð³Ð¸ +tile.brick.name=Тухли +tile.button.name=Копче +tile.cactus.name=ÐšÐ°ÐºÑ‚ÑƒÑ +tile.cake.name=Торта +tile.carrots.name=Моркови +tile.cauldron.name=Казан +tile.chest.name=Сандък +tile.chestTrap.name=Сандък Ñ ÐºÐ°Ð¿Ð°Ð½ +tile.clay.name=Глина +tile.clayHardened.name=Втвърдена глина +tile.clayHardenedStained.black.name=Чернo-оцветена глина +tile.clayHardenedStained.blue.name=Ð¡Ð¸Ð½Ñ Ð¾Ñ†Ð²ÐµÑ‚ÐµÐ½Ð° глина +tile.clayHardenedStained.brown.name=КафÑва оцветена глина +tile.clayHardenedStained.cyan.name=Синьозелена оцветена глина +tile.clayHardenedStained.gray.name=Сива оцветена глина +tile.clayHardenedStained.green.name=Зелена оцветена глина +tile.clayHardenedStained.lightBlue.name=СветлоÑÐ¸Ð½Ñ Ð¾Ñ†Ð²ÐµÑ‚ÐµÐ½Ð° глина +tile.clayHardenedStained.lime.name=Светлозелена оцветена глина +tile.clayHardenedStained.magenta.name=Пурпурна оцветена глина +tile.clayHardenedStained.name=Обагрена глина +tile.clayHardenedStained.orange.name=Оранжево-оцветена глина +tile.clayHardenedStained.pink.name=Розова оцветена глина +tile.clayHardenedStained.purple.name=Лилава оцветена глина +tile.clayHardenedStained.red.name=Червена оцветена глина +tile.clayHardenedStained.silver.name=СветлоÑива оцветена глина +tile.clayHardenedStained.white.name=БÑла оцветена глина +tile.clayHardenedStained.yellow.name=Жълта оцветена глина +tile.cloth.black.name=Черна вълна +tile.cloth.blue.name=Ð¡Ð¸Ð½Ñ Ð²ÑŠÐ»Ð½Ð° +tile.cloth.brown.name=КафÑва вълна +tile.cloth.cyan.name=Синьозелена вълна +tile.cloth.gray.name=Сива вълна +tile.cloth.green.name=Зелена вълна +tile.cloth.lightBlue.name=СветлоÑÐ¸Ð½Ñ Ð²ÑŠÐ»Ð½Ð° +tile.cloth.lime.name=Лимонено-зелена вълна +tile.cloth.magenta.name=Пурпурна вълна +tile.cloth.name=Вълна +tile.cloth.orange.name=Оранжева вълна +tile.cloth.pink.name=Розова вълна +tile.cloth.purple.name=Лилава вълна +tile.cloth.red.name=Червена вълна +tile.cloth.silver.name=СветлоÑива вълна +tile.cloth.white.name=Вълна +tile.cloth.yellow.name=Жълта вълна +tile.cobbleWall.mossy.name=МъхеÑто калдъръмено-каменна Ñтена +tile.cobbleWall.normal.name=Калдъръмено-каменна Ñтена +tile.cocoa.name=Какао +tile.commandBlock.name=Команден блок +tile.crops.name=Реколта +tile.darkOakFence.name=Ограда от черен дъб +tile.darkOakFenceGate.name=Порта от черен дъб +tile.daylightDetector.name=Сензор за дневна Ñветлина +tile.deadbush.name=ИзÑъхнал храÑÑ‚ +tile.detectorRail.name=Индикаторни релÑи +tile.dirt.coarse.name=Едра пръÑÑ‚ +tile.dirt.default.name=ПръÑÑ‚ +tile.dirt.name=ПръÑÑ‚ +tile.dirt.podzol.name=Ðеплодородна почва +tile.dispenser.name=Разпределител +tile.doorIron.name=ЖелÑзна врата +tile.doorWood.name=Дървена врата +tile.doublePlant.fern.name=ГолÑм папрат +tile.doublePlant.grass.name=Двойно-виÑока трева +tile.doublePlant.name=РаÑтение +tile.doublePlant.paeonia.name=Божур +tile.doublePlant.rose.name=Розов храÑÑ‚ +tile.doublePlant.sunflower.name=Слънчоглед +tile.doublePlant.syringa.name=ЛюлÑк +tile.dragonEgg.name=ЗмейÑко Ñйце +tile.dropper.name=ИзпуÑкател +tile.enchantmentTable.name=ЧародейÑка маÑа +tile.endPortalFrame.name=Портал към ÐšÑ€Ð°Ñ +tile.enderChest.name=Сандък от ÐšÑ€Ð°Ñ +tile.farmland.name=Обработваема Ð·ÐµÐ¼Ñ +tile.fence.name=Ограда +tile.fenceGate.name=Порта +tile.fenceIron.name=Железни решетки +tile.fire.name=Огън +tile.flower1.dandelion.name=Глухарче +tile.flower1.name=Цвете +tile.flower2.allium.name=Лук +tile.flower2.blueOrchid.name=Ð¡Ð¸Ð½Ñ Ð¾Ñ€Ñ…Ð¸Ð´ÐµÑ +tile.flower2.houstonia.name=Лазурна метличина +tile.flower2.name=Цвете +tile.flower2.oxeyeDaisy.name=БÑла маргаритка +tile.flower2.poppy.name=Мак +tile.flower2.tulipOrange.name=Оранжево лале +tile.flower2.tulipPink.name=Розово лале +tile.flower2.tulipRed.name=Червено лале +tile.flower2.tulipWhite.name=БÑло лале +tile.furnace.name=Пещ +tile.glass.name=Стъкло +tile.goldenRail.name=Захранвани релÑи +tile.grass.name=ТревиÑÑ‚ блок +tile.gravel.name=Чакъл +tile.hayBlock.name=Слама +tile.hellrock.name=Камък от Ðда +tile.hellsand.name=ПÑÑък на душите +tile.hopper.name=Ð¤ÑƒÐ½Ð¸Ñ +tile.ice.name=Лед +tile.icePacked.name=Сух лед +tile.ironTrapdoor.name=Железен люк +tile.jukebox.name=Ð”Ð¶ÑƒÐ±Ð¾ÐºÑ +tile.jungleFence.name=Джунглова ограда +tile.jungleFenceGate.name=Джунглова порта +tile.ladder.name=Стълба +tile.lava.name=Лава +tile.leaves.acacia.name=Ðкациеви лиÑта +tile.leaves.big_oak.name=ЛиÑта от черен дъб +tile.leaves.birch.name=Брезови лиÑта +tile.leaves.jungle.name=Джунглови лиÑта +tile.leaves.name=ЛиÑта +tile.leaves.oak.name=Дъбови лиÑта +tile.leaves.spruce.name=Смърчови лиÑта +tile.lever.name=Ръчка +tile.lightgem.name=СиÑен камък +tile.litpumpkin.name=Тиквен фенер +tile.lockedchest.name=Заключен Ñандък +tile.log.acacia.name=Ðкациева дървеÑина +tile.log.big_oak.name=ДървеÑина от черен дъб +tile.log.birch.name=Брезова дървеÑина +tile.log.jungle.name=Джунглова дървеÑина +tile.log.name=ДървеÑина +tile.log.oak.name=Дъбова дървеÑина +tile.log.spruce.name=Смърчова дървеÑина +tile.melon.name=Ð”Ð¸Ð½Ñ +tile.mobSpawner.name=Размножител на чудовища +tile.monsterStoneEgg.brick.name=Каменни тухли Ñ Ð»ÑŽÑпеница +tile.monsterStoneEgg.chiseledbrick.name=ИзпиÑани каменни тухли Ñ Ð»ÑŽÑпеница +tile.monsterStoneEgg.cobble.name=Калдъръмени камъни Ñ Ð»ÑŽÑпеница +tile.monsterStoneEgg.crackedbrick.name=Ðапукани каменни тухли Ñ Ð»ÑŽÑпеница +tile.monsterStoneEgg.mossybrick.name=МъхеÑти каменни тухли Ñ Ð»ÑŽÑпеница +tile.monsterStoneEgg.name=Камък Ñ Ð»ÑŽÑпеница +tile.monsterStoneEgg.stone.name=Камък Ñ Ð»ÑŽÑпеница +tile.mushroom.name=Гъба +tile.musicBlock.name=Музикален блок +tile.mycel.name=Мицел +tile.netherBrick.name=Тухли от Ðда +tile.netherFence.name=Тухлена ограда от Ðда +tile.netherStalk.name=Брадавица от Ðда +tile.netherquartz.name=Кварцова руда от Ðда +tile.notGate.name=Червенокаменна факла +tile.obsidian.name=ОбÑидиан +tile.oreCoal.name=Въглищна руда +tile.oreDiamond.name=Диамантена руда +tile.oreEmerald.name=Смарагдова руда +tile.oreGold.name=Златна руда +tile.oreIron.name=ЖелÑзна руда +tile.oreLapis.name=Лазуритна руда +tile.oreRedstone.name=Червенокаменна руда +tile.oreRuby.name=Рубинена руда +tile.pistonBase.name=Бутало +tile.pistonStickyBase.name=Лепкаво бутало +tile.portal.name=Портал +tile.potatoes.name=Картофи +tile.pressurePlateStone.name=Каменна претеглÑща Ñигнална плоча +tile.pressurePlateWood.name=Дървена претеглÑща Ñигнална плоча +tile.prismarine.bricks.name=Призмаринови тухли +tile.prismarine.dark.name=Тъмен призмарин +tile.prismarine.rough.name=Призмарин +tile.pumpkin.name=Тиква +tile.quartzBlock.chiseled.name=ИзпиÑан кварцов блок +tile.quartzBlock.default.name=Кварцов блок +tile.quartzBlock.lines.name=Кварцова колона +tile.quartzBlock.name=Кварцов блок +tile.rail.name=РелÑи +tile.redSandStone.chiseled.name=ИзпиÑан червен пÑÑъчен камък +tile.redSandStone.default.name=Червен пÑÑъчен камък +tile.redSandStone.name=Червен пÑÑъчен камък +tile.redSandStone.smooth.name=Гладък червен пÑÑъчен камък +tile.redstoneDust.name=Червенокаменнен прах +tile.redstoneLight.name=Лампа +tile.reeds.name=Захарна тръÑтика +tile.sand.default.name=ПÑÑък +tile.sand.name=ПÑÑък +tile.sand.red.name=Червен пÑÑък +tile.sandStone.chiseled.name=ИзпиÑан пÑÑъчен камък +tile.sandStone.default.name=ПÑÑъчен камък +tile.sandStone.name=ПÑÑъчен камък +tile.sandStone.smooth.name=Гладък пÑÑъчен камък +tile.sapling.acacia.name=Ðкациева фиданка +tile.sapling.big_oak.name=Фиданка на черен дъб +tile.sapling.birch.name=Брезова фиданка +tile.sapling.jungle.name=Джунглова фиданка +tile.sapling.oak.name=Дъбова фиданка +tile.sapling.spruce.name=Смърчова фиданка +tile.seaLantern.name=МорÑки фенер +tile.sign.name=Табела +tile.slime.name=Блок от Ñлуз +tile.snow.name=СнÑг +tile.sponge.dry.name=Сюнгер +tile.sponge.wet.name=Мокър Ñюнгер +tile.spruceFence.name=Смърчова ограда +tile.spruceFenceGate.name=Смърчова порта +tile.stainedGlass.black.name=Черно оцветено Ñтъкло +tile.stainedGlass.blue.name=Синьо оцветено Ñтъкло +tile.stainedGlass.brown.name=КафÑво оцветено Ñтъкло +tile.stainedGlass.cyan.name=Синьозеленo оцветено Ñтъкло +tile.stainedGlass.gray.name=Сиво оцветено Ñтъкло +tile.stainedGlass.green.name=Зелено оцветено Ñтъкло +tile.stainedGlass.lightBlue.name=СветлоÑиньо Ñтъкло +tile.stainedGlass.lime.name=Жълтозелено Ñтъкло +tile.stainedGlass.magenta.name=Пурпурно Ñтъкло +tile.stainedGlass.name=Цветно Ñтъкло +tile.stainedGlass.orange.name=Оранжево Ñтъкло +tile.stainedGlass.pink.name=Розово оцветено Ñтъкло +tile.stainedGlass.purple.name=Лилаво оцветено Ñтъкло +tile.stainedGlass.red.name=Червено оцветено Ñтъкло +tile.stainedGlass.silver.name=СветлоÑиво оцветено Ñтъкло +tile.stainedGlass.white.name=БÑло Ñтъкло +tile.stainedGlass.yellow.name=Жълто Ñтъкло +tile.stairsBrick.name=Тухлени Ñтълби +tile.stairsNetherBrick.name=Тухлени Ñтълби от Ðда +tile.stairsQuartz.name=Кварцови Ñтъпала +tile.stairsRedSandStone.name=Стълби от червен пÑÑъчен камък +tile.stairsSandStone.name=Стълби от пÑÑъчен камък +tile.stairsStone.name=Стълби от редени камъни +tile.stairsStoneBrickSmooth.name=Каменно-тухлени Ñтълби +tile.stairsWood.name=Дъбови Ñтъпала +tile.stairsWoodAcacia.name=Ðкациеви Ñтъпала +tile.stairsWoodBirch.name=Брезови Ñтъпала +tile.stairsWoodDarkOak.name=Стъпала от черен дъб +tile.stairsWoodJungle.name=Джунглови Ñтъпала +tile.stairsWoodSpruce.name=Смърчови Ñтъпала +tile.stone.andesite.name=Ðндезит +tile.stone.andesiteSmooth.name=Полиран андезит +tile.stone.diorite.name=Диорит +tile.stone.dioriteSmooth.name=Полиран диорит +tile.stone.granite.name=Гранит +tile.stone.graniteSmooth.name=Полиран гранит +tile.stone.stone.name=Камък +tile.stoneMoss.name=МъхеÑти калдъръмени камъни +tile.stoneSlab.brick.name=Тухлена плоча +tile.stoneSlab.cobble.name=Калдъръмена плоча +tile.stoneSlab.name=Каменна плоча +tile.stoneSlab.netherBrick.name=Плоча от Ðда +tile.stoneSlab.quartz.name=Кварцова плоча +tile.stoneSlab.sand.name=Плоча от пÑÑъчен камък +tile.stoneSlab.smoothStoneBrick.name=Каменно-тухлена плоча +tile.stoneSlab.stone.name=Каменна плоча +tile.stoneSlab.wood.name=Дървена плоча +tile.stoneSlab2.red_sandstone.name=Плоча от червен пÑÑъчен камък +tile.stonebrick.name=Калдъръмени камъни +tile.stonebricksmooth.chiseled.name=ИзпиÑани каммени тухли +tile.stonebricksmooth.cracked.name=Ðапукани каменни тухли +tile.stonebricksmooth.default.name=Каменни тухли +tile.stonebricksmooth.mossy.name=МъхеÑти каменни тухли +tile.stonebricksmooth.name=Каменни тухли +tile.tallgrass.fern.name=Папрат +tile.tallgrass.grass.name=Трева +tile.tallgrass.name=Трева +tile.tallgrass.shrub.name=ХраÑÑ‚ +tile.thinGlass.name=Стъклен панел +tile.thinStainedGlass.black.name=Черен Ñтъклен панел +tile.thinStainedGlass.blue.name=Син Ñтъклен панел +tile.thinStainedGlass.brown.name=КафÑв Ñтъклен панел +tile.thinStainedGlass.cyan.name=Синьозелен Ñтъклен панел +tile.thinStainedGlass.gray.name=Сив Ñтъклен панел +tile.thinStainedGlass.green.name=Зелен Ñтъклен панел +tile.thinStainedGlass.lightBlue.name=СветлоÑин Ñтъклен панел +tile.thinStainedGlass.lime.name=Жълтозелен Ñтъклен панел +tile.thinStainedGlass.magenta.name=Пурпурен Ñтъклен панел +tile.thinStainedGlass.name=Цветен Ñтъклен панел +tile.thinStainedGlass.orange.name=Оранжев Ñтъклен панел +tile.thinStainedGlass.pink.name=Розов Ñтъклен панел +tile.thinStainedGlass.purple.name=Лилав Ñтъклен панел +tile.thinStainedGlass.red.name=Червен Ñтъклен панел +tile.thinStainedGlass.silver.name=СветлоÑив Ñтъклен панел +tile.thinStainedGlass.white.name=БÑл Ñтъклен панел +tile.thinStainedGlass.yellow.name=Жълт Ñтъклен панел +tile.tnt.name=Динамит +tile.torch.name=Факла +tile.trapdoor.name=Капак +tile.tripWire.name=Жица-капан +tile.tripWireSource.name=Кука за капани +tile.vine.name=Лиани +tile.water.name=Вода +tile.waterlily.name=Водна Ð»Ð¸Ð»Ð¸Ñ +tile.web.name=ПаÑжина +tile.weightedPlate_heavy.name=Тегловна Ñигнална плоча (Тежка) +tile.weightedPlate_light.name=Тегловна Ñигнална плоча (Лека) +tile.whiteStone.name=Камък от ÐšÑ€Ð°Ñ +tile.wood.acacia.name=Ðкациеви дъÑки +tile.wood.big_oak.name=ДъÑки от тъмен дъб +tile.wood.birch.name=Брезови дъÑки +tile.wood.jungle.name=Джунглови дъÑки +tile.wood.name=Дървени дъÑки +tile.wood.oak.name=Дъбови дъÑки +tile.wood.spruce.name=Смърчови дъÑки +tile.woodSlab.acacia.name=Ðкациева плоча +tile.woodSlab.big_oak.name=Плоча от черен дъб +tile.woodSlab.birch.name=Брезова плоча +tile.woodSlab.jungle.name=Джунглова плоча +tile.woodSlab.name=Дървена плоча +tile.woodSlab.oak.name=Дъбова плоча +tile.woodSlab.spruce.name=Смърчова плоча +tile.woolCarpet.black.name=Черен килим +tile.woolCarpet.blue.name=Син килим +tile.woolCarpet.brown.name=КафÑв килим +tile.woolCarpet.cyan.name=Синьозелен килим +tile.woolCarpet.gray.name=Сив килим +tile.woolCarpet.green.name=Зелен килим +tile.woolCarpet.lightBlue.name=СветлоÑин килим +tile.woolCarpet.lime.name=Лимонено-зелен килим +tile.woolCarpet.magenta.name=Пурпурен килим +tile.woolCarpet.name=Килим +tile.woolCarpet.orange.name=Оранжев килим +tile.woolCarpet.pink.name=Розов килим +tile.woolCarpet.purple.name=Лилав килим +tile.woolCarpet.red.name=Червен килим +tile.woolCarpet.silver.name=СветлоÑив килим +tile.woolCarpet.white.name=Килим +tile.woolCarpet.yellow.name=Жълт килим +tile.workbench.name=Работна маÑа +title.oldgl1=Стара графична карта открита; това може да ви попречи да +title.oldgl2=играете в бъдещето, тъй като OpenGL 2.0 ще бъде необходим. +translation.test.args=%s %s +translation.test.complex=ÐŸÑ€ÐµÑ„Ð¸ÐºÑ , %s%2$s отново %s и %1$s и Ð½Ð°ÐºÑ€Ð°Ñ %s Ñъщо така %1$s отново! +translation.test.invalid=Здравей % +translation.test.invalid2=Здравей %s +translation.test.none=Здравей , ÑвÑÑ‚! +translation.test.world=СвÑÑ‚ diff --git a/javascript/lang/ca_ES.lang b/javascript/lang/ca_ES.lang new file mode 100755 index 00000000..0349e32d --- /dev/null +++ b/javascript/lang/ca_ES.lang @@ -0,0 +1,1869 @@ +achievement.acquireIron=Adquirint tecnologia +achievement.acquireIron.desc=Forja un lingot de ferro +achievement.bakeCake=La mentida +achievement.bakeCake.desc=Blat, sucre, llet i ous! +achievement.blazeRod=Jugant amb foc +achievement.blazeRod.desc=Aconsegueix una vara flamejant d'un Esperit del Foc +achievement.bookcase=Bibliotecari +achievement.bookcase.desc=Construeix algunes llibreries per augmentar el poder de la teva taula d'encanteris +achievement.breedCow=Repoblació +achievement.breedCow.desc=Fes que dues vaques tinguin una cria amb blat +achievement.buildBetterPickaxe=Obtenint una millora +achievement.buildBetterPickaxe.desc=Elabora un pic millor +achievement.buildFurnace=Acabat de fer +achievement.buildFurnace.desc=Fes un forn amb vuit blocs de pedra +achievement.buildHoe=Anem a la granja! +achievement.buildHoe.desc=Fes servir taulons de fusta i pals per a fer una aixada +achievement.buildPickaxe=Hora de minar! +achievement.buildPickaxe.desc=Fes servir taulons de fusta i pals per a fer un pic +achievement.buildSword=A l'atac! +achievement.buildSword.desc=Fes servir taulons de fusta i pals per a fer una espasa +achievement.buildWorkBench=Elaborant +achievement.buildWorkBench.desc=Fes una taula d'elaboració amb quatre taulons de fusta +achievement.cookFish=Peix deliciós +achievement.cookFish.desc=Pesca i cuina un peix! +achievement.diamonds=DIAMANTS! +achievement.diamonds.desc=Aconsegueix diamants amb les teves eines de ferro +achievement.diamondsToYou=Diamants per a tu! +achievement.diamondsToYou.desc=Dóna-li diamants a un altre jugador. +achievement.enchantments=Nigromant +achievement.enchantments.desc=Fes servir un llibre, obsidiana i diamants per a fer una taula d'encanteris +achievement.exploreAllBiomes=Hora d'aventures +achievement.exploreAllBiomes.desc=Descobreix totes les zones climàtiques +achievement.flyPig=Quan els porcs volin +achievement.flyPig.desc=Llença't per un penya-segat amb un porc +achievement.fullBeacon=Totpoderós +achievement.fullBeacon.desc=Crea una piràmide sencera per a un bloc de poder +achievement.get=Objectiu assolit! +achievement.ghast=Retorn al remitent +achievement.ghast.desc=Venç a una Medusa abismal retornant-li una bola de foc +achievement.killCow=Assassí de vaques +achievement.killCow.desc=Aconsegueix cuir +achievement.killEnemy=Caçamonstres +achievement.killEnemy.desc=Ataca i venç un monstre +achievement.killWither=El començament. +achievement.killWither.desc=Elimina l'exorcisme d'esquelet abismal +achievement.makeBread=Forner +achievement.makeBread.desc=Transforma blat en pa +achievement.mineWood=Obtenint fusta +achievement.mineWood.desc=Aconsegueix fusta d'un arbre +achievement.onARail=Sobre rodes +achievement.onARail.desc=Viatja 1Km en vagoneta +achievement.openInventory=Fent inventari +achievement.openInventory.desc=Prem '%1$s' per obrir el teu inventari. +achievement.overkill=Rematar +achievement.overkill.desc=Fes vuit cors de mal en un sol cop +achievement.overpowered=Totpoderós +achievement.overpowered.desc=Fes una poma d'or màgica +achievement.portal=Ànimes condemnades +achievement.portal.desc=Construeix un portal a l'Abisme +achievement.potion=Destil·leria local +achievement.potion.desc=Elabora una poció +achievement.requires=Requereix '%1$s' +achievement.snipeSkeleton=Duel d'arquers +achievement.snipeSkeleton.desc=Mata un esquelet amb una fletxa des de més de 50 metres de distància +achievement.spawnWither=El començament? +achievement.spawnWither.desc=Realitza l'exorcisme d'esquelet abismal +achievement.taken=Assolit! +achievement.theEnd=La fi? +achievement.theEnd.desc=Localitza el Regne d'Ender +achievement.theEnd2=La fi. +achievement.theEnd2.desc=Venç el drac del Regne d'Ender +achievement.unknown=??? +addServer.add=Fet +addServer.enterIp=IP del servidor +addServer.enterName=Nom del servidor +addServer.hideAddress=Amaga l'adreça +addServer.resourcePack=Paquets de recursos +addServer.resourcePack.disabled=Desactivat +addServer.resourcePack.enabled=Activat +addServer.resourcePack.prompt=Preguntar +addServer.title=Editar informació del servidor +advMode.allEntities=Fer servir "@e" per marxar com a diana totes les entitats +advMode.allPlayers=Fes servir "@a" perquè tingui efecte en tots els jugadors +advMode.command=Comandament del bloc +advMode.nearestPlayer=Fes servir "@p" perquè tingui efecte en el jugador més proper +advMode.notAllowed=S'ha de ser operador i estar en mode Creatiu +advMode.notEnabled=Els blocs de comandaments no estan permesos en aquest servidor +advMode.previousOutput=Resultat anterior +advMode.randomPlayer=Fes servir "@r" perquè tingui efecte en un jugador aleatori +advMode.setCommand=Canvia el comandament del bloc +advMode.setCommand.success=Comandament establert: %s +attribute.modifier.plus.0=+%s %s +attribute.modifier.plus.1=+%s%% %s +attribute.modifier.plus.2=+%s%% %s +attribute.modifier.take.0=-%s %s +attribute.modifier.take.1=-%s%% %s +attribute.modifier.take.2=-%s%% %s +attribute.name.generic.attackDamage=Dany per atac +attribute.name.generic.followRange=Distància de seguiment del monstre +attribute.name.generic.knockbackResistance=Resistència a l'escomesa +attribute.name.generic.maxHealth=Salut màxima +attribute.name.generic.movementSpeed=Velocitat +attribute.name.horse.jumpStrength=Força de salt del cavall +attribute.name.zombie.spawnReinforcements=Reforços zombi +book.byAuthor=escrit per %1$s +book.editTitle=Escriu el títol del llibre: +book.finalizeButton=Signa i tanca +book.finalizeWarning=NOTA: Un cop signat, un llibre no és editable. +book.generation.0=Original +book.generation.1=Còpia de l'original +book.generation.2=Còpia d'una còpia +book.generation.3=Fet bocins +book.pageIndicator=Pàgina %1$s de %2$s +book.signButton=Signar +build.tooHigh=El límit d'alçada màxima per construir és de %s blocs +chat.cannotSend=No es pot enviar el missatge de xat +chat.copy=Copiar +chat.link.confirm=Estàs segur de voler obrir l'enllaç? +chat.link.confirmTrusted=Vols obrir aquest enllaç o copiar-lo al porta-papers? +chat.link.open=Obrir al navegador +chat.link.warning=Mai obris enllaços de gent en la que no confies! +chat.stream.emote=(%s) * %s %s +chat.stream.text=(%s) <%s> %s +chat.type.achievement=%s acaba d'assolir l'objectiu %s +chat.type.achievement.taken=%s ha perdut l'assoliment %s +chat.type.admin=[%s: %s] +chat.type.announcement=[%s] %s +chat.type.emote=* %s %s +chat.type.text=<%s> %s +commands.achievement.give.success.all=Correctament atorgats tots els objectius a %s +commands.achievement.give.success.one=%s ha obtingut amb èxit l'estadística %s +commands.achievement.statTooLow=El jugador %s no té l'estadística %s +commands.achievement.unknownAchievement=Objectiu o estadística desconegut/da: "%s" +commands.ban.failed=No s'ha pogut bandejar al jugador %s +commands.ban.success=%s ha estat bandejat +commands.ban.usage=/ban [raó...] +commands.banip.invalid=Has escrit una adreça IP invàlida o un jugador que no està conectat +commands.banip.success=L'adreça IP %s ha estat bandejada +commands.banip.success.players=Bandejada l'adreça IP %s (pertany a %s) +commands.banip.usage=/ban-ip [raó...] +commands.banlist.ips=Hi ha %s adreces IP bandejades: +commands.banlist.players=Hi ha %s jugadors bandejats: +commands.banlist.usage=/banlist [ips|players] +commands.blockdata.failed=No s'ha canviat l'etiqueta de les dades: %s +commands.blockdata.notValid=El bloc de destinació no és un bloc de dades +commands.blockdata.outOfWorld=No es poden canviar el blocs fora del món +commands.blockdata.success=Dades del bloc actualitzades a: %s +commands.blockdata.tagError=L'anàlisi de les dades d'etiqueta ha fallat: %s +commands.blockdata.usage=/blockdata +commands.clear.failure=No es pot buidar l'inventari del jugador %s perquè no porta res +commands.clear.success=S'ha buidat l'inventari del jugador %s, eliminant %s ítems +commands.clear.tagError=Anàlisi d'etiqueta de dades ha fallat: %s +commands.clear.testing=%s té %s elements que coincideixen amb els criteris +commands.clear.usage=/clear [player] [item] [data] [maxCount] [dataTag] +commands.clone.failed=No s'han clonat els blocs +commands.clone.noOverlap=L'origen i la destinació no poden superposar +commands.clone.outOfWorld=No es pot accedir als blocs fora del món +commands.clone.success=%s blocs clonats +commands.clone.tooManyBlocks=Massa blocs a la zona especificada (%s > %s) +commands.clone.usage=/clone [mode] +commands.compare.failed=Origen i destinació no són idèntics +commands.compare.outOfWorld=No es pot accedir a blocs fora del món +commands.compare.success=%s blocs comparats +commands.compare.tooManyBlocks=Massa blocs a la zona especificada (%s > %s) +commands.compare.usage=/testforblocks [mode] +commands.debug.notStarted=No es pot parar la localització d'errors quan encara no ha començat! +commands.debug.start=Localitzador d'errors iniciat +commands.debug.stop=Localitzador d'errors aturat al cap de %s segons (%s ticks) +commands.defaultgamemode.success=Ara, %s és el mode de joc per defecte d'aquest món. +commands.defaultgamemode.usage=/defaultgamemode +commands.deop.failed=No s'ha pogut eliminar el rang d'operador de %s +commands.deop.success=%s ja no és operador +commands.deop.usage=/deop +commands.difficulty.success=Dificultat canviada a %s +commands.difficulty.usage=/difficulty +commands.downfall.success=Pluja des/activada +commands.downfall.usage=/toggledownfall +commands.effect.failure.notActive=No es pot treure %1$s al(s) jugador(s) %2$s perquè no té/tenen l'efecte +commands.effect.failure.notActive.all=No s'ha pogut treure cap efecte al(s) jugador(s) %s perquè no en tenia/en cap +commands.effect.notFound=No hi ha cap efecte de mobs amb l'ID %s +commands.effect.success=S'ha donat %1$s (ID %2$s) * %3$s a %4$s durant %5$s segons +commands.effect.success.removed=S'ha tret l'effecte %1$s al jugador %2$s +commands.effect.success.removed.all=S'han tret tots els efectes al(s) jugador(s) %s +commands.effect.usage=/effect [segons] [amplificador] [hideParticles] +commands.enchant.cantCombine=%1$s no es pot combinar amb %2$s +commands.enchant.cantEnchant=L'encanteri seleccionat no es pot aplicar a aquest ítem +commands.enchant.noItem=L'objectiu no està aguantant cap ítem +commands.enchant.notFound=No existeix cap encanteri amb l'ID %s +commands.enchant.success=Encanteri realitzat +commands.enchant.usage=/enchant [nivell] +commands.entitydata.failed=No s'ha canviat l'etiqueta de dades: %s +commands.entitydata.noPlayers=%s és un jugador i no es pot canviar +commands.entitydata.success=Dades d'entitat actualitzats a: %s +commands.entitydata.tagError=L'anàlisi d'etiqueta de dades ha fallat: %s +commands.entitydata.usage=/entitydata +commands.execute.allInvocationsFailed=Han fallat totes les invocacions: '%s' +commands.execute.usage=/execute OR /execute detect +commands.fill.failed=No s'han colocat blocs +commands.fill.outOfWorld=No es poden posar blocs fora del món +commands.fill.success=%s blocs colocats +commands.fill.tagError=Anàlisis de l'etiqueta de dades fallat: %s +commands.fill.tooManyBlocks=Massa blocs a la zona especificada (%s > %s) +commands.fill.usage=/fill [dataValue] [oldBlockHandling] [dataTag] +commands.gamemode.success.other=El mode de joc d'en %s s'ha canviat a %s +commands.gamemode.success.self=El teu mode de joc s'ha canviat a %s +commands.gamemode.usage=/gamemode [jugador] +commands.gamerule.norule=No hi ha cap norma anomenada '%s' +commands.gamerule.success=La norma de joc s'ha actualitzat +commands.generic.boolean.invalid='%s' no és cert o fals +commands.generic.double.tooBig=El nombre que has escrit (%s) és massa gran. Màxim: %s +commands.generic.double.tooSmall=El nombre que has escrit (%s) és massa petit. Mínim: %s +commands.generic.entity.invalidType=El tipus d'entitat "%s" no és vàlid +commands.generic.entity.invalidUuid=UUID d'entitat proporcionat està en un format no vàlid +commands.generic.entity.notFound=Aquesta entitat no es pot trobar +commands.generic.exception=Un error desconegut ha ocorregut intentant executar aquest comandament +commands.generic.notFound=Comandament desconegut. Escriu /help per a una llista de comandaments +commands.generic.num.invalid='%s' no és un nombre vàlid +commands.generic.num.tooBig=El nombre que has escrit (%s) és massa gran, ha de ser %s o inferior +commands.generic.num.tooSmall=El nombre que has escrit (%s) és massa petit, ha de ser %s o superior +commands.generic.parameter.invalid="%s" no és un paràmetre vàlid +commands.generic.permission=No tens permís per utilitzar aquest comandament +commands.generic.player.notFound=No es troba el jugador +commands.generic.syntax=Sintaxi del comandament invàlida +commands.generic.usage=Ús: %s +commands.give.notFound=No hi ha ítems amb l'ID %s +commands.give.success=Donat %s (x %s ) a %s +commands.give.tagError=Anàlisis de l'etiqueta de dades fallat: %s +commands.give.usage=/give <ítem> [quantitat] [data] [Etiqueta de Dades] +commands.help.footer=Pista: Fes servir la tecla (tabulador) mentre escriguis un comandament per autocompletar-lo +commands.help.header=·-* Ensenyant pàgina d'ajuda %s de %s (/help ) *-· +commands.help.usage=/help [pàgina|nom del comandament] +commands.kick.success=S'ha expulsat a %s del joc +commands.kick.success.reason=S'ha expulsat a %s del joc: '%s' +commands.kick.usage=/kick [raó...] +commands.kill.successful=Killed %s +commands.kill.usage=/kill [player|entity] +commands.me.usage=/me +commands.message.display.incoming=%s t'està xiuxiuejant això: %s +commands.message.display.outgoing=Has xiuxiuejat això a %s: %s +commands.message.sameTarget=No pots enviar-te un missatge privat a tu mateix! +commands.message.usage=/tell +commands.op.failed=No s'ha pogut fer operador a %s +commands.op.success=%s és ara un operador +commands.op.usage=/op +commands.particle.notFound=Nom de l'efecte desconegut (%s) +commands.particle.success=Playing effect %s for %s times +commands.particle.usage=/Particle [count] [mode] +commands.players.list=Hi ha %s/%s jugadors conectats: +commands.players.usage=/list +commands.playsound.playerTooFar=El jugador %s està massa lluny per a sentir el so +commands.playsound.success=Reproduït el so '%s' per a %s +commands.playsound.usage=/playsound [x] [y] [z] [volum] [to] [volum mínim] +commands.publish.failed=Impossible allotjar joc local +commands.publish.started=Joc local allotjat al port %s +commands.publish.usage=/publish +commands.replaceitem.block.usage=/replaceitem block [amount] [data] [dataTag] +commands.replaceitem.entity.usage=/replaceitem entity [amount] [data] [dataTag] +commands.replaceitem.failed=No es pot substituir el lloc%s %s * %s +commands.replaceitem.noContainer=El bloc a %s, %s, %s no és un contenidor +commands.replaceitem.success=Substituït el lloc %s amb %s * %s +commands.replaceitem.tagError=L'anàlisi d'etiqueta de dades ha fallat: %s +commands.replaceitem.usage=/replaceitem ... +commands.save-off.alreadyOff=El guardat ja està desactivat. +commands.save-off.usage=/save-off +commands.save-on.alreadyOn=El guardat ja està activat. +commands.save-on.usage=/save-on +commands.save.disabled=Auto-guardar món desactivat +commands.save.enabled=Auto-guardar món activat +commands.save.failed=Error al guardar: %s +commands.save.start=Guardant... +commands.save.success=S'ha guardat el món +commands.save.usage=/save-all +commands.say.usage=/say +commands.scoreboard.allMatchesFailed=Totes les cerques han fallat +commands.scoreboard.noMultiWildcard=Només és permès un usuari comodí +commands.scoreboard.objectiveNotFound=No hi ha cap objectiu amb el nom '%s' +commands.scoreboard.objectiveReadOnly=L'objectiu '%s' és només de lectura, no el pots modificar +commands.scoreboard.objectives.add.alreadyExists=Ja existeix un objectiu amb el nom '%s' +commands.scoreboard.objectives.add.displayTooLong=El text a mostrar '%s' és massa llarg per a un objectiu, pot tenir %s caràcters com a màxim +commands.scoreboard.objectives.add.success=S'ha afegit l'objectiu '%s' +commands.scoreboard.objectives.add.tooLong=El nom '%s' és massa llarg per a un objectiu, pot tenir %s caràcters com a màxim +commands.scoreboard.objectives.add.usage=/scoreboard objectives add [text a mostrar] +commands.scoreboard.objectives.add.wrongType=Tipus de criteri d'objectiu invàlid "%s" +commands.scoreboard.objectives.list.count=Mostrant %s objectiu(s) a la taula de puntuació: +commands.scoreboard.objectives.list.empty=No hi ha objectius a la taula de puntuació +commands.scoreboard.objectives.list.entry=- %s: es mostra com a '%s' i és del tipus '%s' +commands.scoreboard.objectives.remove.success=S'ha eliminat l'objectiu '%s' +commands.scoreboard.objectives.remove.usage=/scoreboard objectives remove +commands.scoreboard.objectives.setdisplay.invalidSlot=L'espai de visualització '%s' no existeix +commands.scoreboard.objectives.setdisplay.successCleared=S'ha buidat l'slot de visualització '%s' +commands.scoreboard.objectives.setdisplay.successSet=S'ha canviat l'objectiu a mostrar a l'slot '%s' a '%s' +commands.scoreboard.objectives.setdisplay.usage=/scoreboard objectives setdisplay [objectiu] +commands.scoreboard.objectives.usage=/scoreboard objectives ... +commands.scoreboard.players.add.usage=/scoreboard players add [dataTag] +commands.scoreboard.players.enable.noTrigger=L'objectiu %s no és un gallet +commands.scoreboard.players.enable.success=Permès gallet %s per %s +commands.scoreboard.players.enable.usage=/scoreboard players enable +commands.scoreboard.players.list.count=Mostrant %s jugadors a la taula de puntuacions: +commands.scoreboard.players.list.empty=No hi ha jugadors a la taula de puntuacions +commands.scoreboard.players.list.player.count=Mostrant %s objectiu(s) per a %s: +commands.scoreboard.players.list.player.empty=El jugador %s no té cap puntuació registrada +commands.scoreboard.players.list.player.entry=- %2$s: %1$s (%3$s) +commands.scoreboard.players.list.usage=/scoreboard players list [nom] +commands.scoreboard.players.operation.invalidOperation=Operació invàlida: %s +commands.scoreboard.players.operation.notFound=Cap puntuació %s per %s trobada +commands.scoreboard.players.operation.success=Operació aplicada amb èxit +commands.scoreboard.players.operation.usage=/scoreboard players operation +commands.scoreboard.players.remove.usage=/scoreboard players remove [dataTag] +commands.scoreboard.players.reset.success=S'han reiniciat totes les puntuacions del jugador %s +commands.scoreboard.players.reset.usage=/scoreboard players reset [objective] +commands.scoreboard.players.resetscore.success=Reinicialitzar puntuació %s del jugador %s +commands.scoreboard.players.set.success=S'ha canviat la puntuació de %s del jugador %s a %s +commands.scoreboard.players.set.tagError=No s'ha pogut analitzar el dataTag, raó: %s +commands.scoreboard.players.set.tagMismatch=La dada no coincideix per %s +commands.scoreboard.players.set.usage=/scoreboard players set [dataTag] +commands.scoreboard.players.test.failed=Puntuació %s NO és entre el rang %s a %s +commands.scoreboard.players.test.notFound=Cap puntuació %s per %s trobat +commands.scoreboard.players.test.success=Puntuació %s està en rang %s a%s +commands.scoreboard.players.test.usage=/scoreboard players test +commands.scoreboard.players.usage=/scoreboard players ... +commands.scoreboard.teamNotFound=No hi ha cap equip amb el nom '%s' +commands.scoreboard.teams.add.alreadyExists=Ja existeix un equip amb el nom '%s' +commands.scoreboard.teams.add.displayTooLong=El text a mostrar '%s' és massa llarg per a un equip, com a màxim pot tenir %s caràcters +commands.scoreboard.teams.add.success=S'ha afegit l'equip '%s' +commands.scoreboard.teams.add.tooLong=El nom '%s' és massa llarg per a un equip, com a màxim pot tenir %s caràcters +commands.scoreboard.teams.add.usage=/scoreboard teams add [text a mostrar] +commands.scoreboard.teams.empty.alreadyEmpty=L'equip %s ja està buit, no es pot buidar +commands.scoreboard.teams.empty.success=S'ha buidat l'equip %s (tenia %s membres) +commands.scoreboard.teams.empty.usage=/scoreboard teams empty +commands.scoreboard.teams.join.failure=No s'ha pogut afegir %s jugador(s) a l'equip %s: %s +commands.scoreboard.teams.join.success=S'ha afegit %s jugador(s) a l'equip %s: %s +commands.scoreboard.teams.join.usage=/scoreboard teams join [jugador] +commands.scoreboard.teams.leave.failure=No s'ha pogut eliminar %s jugador(s) dels seus equips: %s +commands.scoreboard.teams.leave.noTeam=No formes part de cap equip +commands.scoreboard.teams.leave.success=S'ha expulsat %s jugador(s) dels seus equips: %s +commands.scoreboard.teams.leave.usage=/scoreboard teams leave [jugador] +commands.scoreboard.teams.list.count=Mostrant %s equips a la taula de puntuació: +commands.scoreboard.teams.list.empty=No hi ha equips registrats a la taula de puntuació +commands.scoreboard.teams.list.entry=- %1$s: '%2$s' té %3$s jugadors +commands.scoreboard.teams.list.player.count=Mostrant %s jugador(s) de l'equip %s: +commands.scoreboard.teams.list.player.empty=L'equip %s no té cap membre +commands.scoreboard.teams.list.player.entry=- %2$s: %1$s (%3$s) +commands.scoreboard.teams.list.usage=/scoreboard teams list [nom] +commands.scoreboard.teams.option.noValue=Els valors vàlids per la opció %s són: %s +commands.scoreboard.teams.option.success=L'opció %s per a l'equip %s s'ha canviat a %s +commands.scoreboard.teams.option.usage=/scoreboard teams option +commands.scoreboard.teams.remove.success=S'ha eliminat l'equip %s +commands.scoreboard.teams.remove.usage=/scoreboard teams remove +commands.scoreboard.teams.usage=/scoreboard teams ... +commands.scoreboard.usage=/scoreboard ... +commands.seed.success=Llavor: %s +commands.seed.usage=/seed +commands.setblock.failed=No s'ha pogut col·locar el bloc +commands.setblock.noChange=El bloc no s'ha pogut col·locar +commands.setblock.notFound=No hi ha cap bloc amb l'ID/nom %s +commands.setblock.outOfWorld=No es pot posar blocs fora del món +commands.setblock.success=Bloc col·locat +commands.setblock.tagError=L'anàlisi de l'etiqueta de dades ha fallat: %s +commands.setblock.usage=/setblock [Valor de data] [Antic nom del bloc] [Etiqueta de dades] +commands.setidletimeout.success=Correctament configurada l'expulsió per inactivitat a %s minuts. +commands.setidletimeout.usage=/setidletimeout +commands.setworldspawn.success=S'ha establert el punt de reaparició global a (%s, %s, %s) +commands.spawnpoint.success=Has canviat el punt de reaparició de %s a les coordenades [%s, %s, %s] +commands.spreadplayers.failure.players=No s'han pogut repartir %s jugadors al voltant de %s,%s (massa jugadors per l'espai - prova repartir-los com a màxim %s) +commands.spreadplayers.failure.teams=No s'han pogut repartir %s equips al voltant de %s, %s (massa jugadors per l'espai - prova repartint-los com a màxim %s) +commands.spreadplayers.info.players=(La distància mitjana entre jugadors és de %s blocs entremig després de %s iteracions) +commands.spreadplayers.info.teams=(La distància mitjana entre equips és de %s blocs entremig després de %s iteracions) +commands.spreadplayers.spreading.players=Escampant %s jugadors %s blocs al voltant de %s,%s (mínim %s blocs entremig) +commands.spreadplayers.spreading.teams=Escampant %s equips %s blocs al voltant de %s,%s (mínim %s blocs entremig) +commands.spreadplayers.success.players=Escampats amb èxit %s jugadors al voltant de %s,%s +commands.spreadplayers.success.teams=Escampats amb èxit %s equips al voltant de %s,%s +commands.spreadplayers.usage=/spreadplayers +commands.stats.block.clear.usage=/stats block clear +commands.stats.block.set.usage=/stats block set +commands.stats.block.usage=/stats block ... +commands.stats.cleared=Borrades %s estadístiques +commands.stats.entity.clear.usage=/stats entity clear +commands.stats.entity.set.usage=/stats entity set +commands.stats.entity.usage=/stats entity +commands.stats.failed=Paràmetres no vàlids +commands.stats.noCompatibleBlock=Bloc a %s, %s, %s no pot seguir l'estat +commands.stats.success=Desant %s estadístiques a %s a %s +commands.stats.usage=/stats ... +commands.stop.start=Aturant el servidor +commands.stop.usage=/stop +commands.summon.failed=Incapaç d'invocar l'objecte +commands.summon.outOfWorld=Impossible invocar l'objecte fora del món +commands.summon.success=Objecte invocat amb èxit +commands.summon.tagError=Anàlisis de l'etiqueta de dades fallat: %s +commands.summon.usage=/summon [x] [y] [z] [Etiqueta de Dades] +commands.tellraw.jsonException=JSON invàlid: %s +commands.tellraw.usage=/tellraw +commands.testforblock.failed.data=El bloc a %s,%s,%s tenia el valor de metadata %s (valor esperat: %s). +commands.testforblock.failed.nbt=El bloc a %s,%s,%s no té els valors NBT requerits. +commands.testforblock.failed.tile=El bloc a %s,%s,%s és: %s (bloc esperat: %s). +commands.testforblock.failed.tileEntity=El bloc a %s,%s,%s no pot fer servir la comparació d'etiquetes. +commands.testforblock.outOfWorld=No es pot comprovar blocs a fora del món +commands.testforblock.success=Trobat amb èxit el bloc a %s,%s,%s. +commands.testforblock.usage=/testforblock [metadata] [etiqueta de dades] +commands.time.added=Afegit %s al temps actual +commands.time.query=L'hora és %s +commands.time.set=Temps canviat a %s +commands.time.usage=/time +commands.title.success=Ordre correctament executada +commands.title.usage=/title ... +commands.title.usage.clear=/title clear|reset +commands.title.usage.times=/title times +commands.title.usage.title=/title title|subtitle +commands.tp.notSameDimension=No es pot teletransportar perquè els jugadors no estàn a la mateixa dimensió +commands.tp.success=Teletransportat %s a %s +commands.tp.success.coordinates=S'ha teletransportat al jugador %s a %s, %s, %s +commands.tp.usage=/tp [target player] OR /tp [target player] [ ] +commands.unban.failed=No s'ha pogut desbandejar al jugador %s +commands.unban.success=%s ja no està bandejat +commands.unban.usage=/pardon +commands.unbanip.invalid=Has escrit una adreça IP invàlida +commands.unbanip.success=La adreça IP %s ja no està bandejada +commands.unbanip.usage=/pardon-ip +commands.weather.clear=Canviant la meteorologia a 'Sol' +commands.weather.rain=Canviant la meteorologia a 'Pluja' +commands.weather.thunder=Canviant la meteorologia a 'Llamps i trons!' +commands.weather.usage=/weather [duració en segons] +commands.whitelist.add.failed=No s'ha pogut afegir %s a la llista blanca +commands.whitelist.add.success=S'ha afegit %s a la llista blanca +commands.whitelist.add.usage=/whitelist add +commands.whitelist.disabled=Llista Blanca desactivada +commands.whitelist.enabled=Llista Blanca activada +commands.whitelist.list=Hi han %s (de %s vistos) jugadors a la Llista Blanca: +commands.whitelist.reloaded=Llista Blanca recarregada +commands.whitelist.remove.failed=No s'ha pogut treure a %s de la llista blanca +commands.whitelist.remove.success=S'ha esborrat %s de la Llista Blanca +commands.whitelist.remove.usage=/whitelist remove +commands.whitelist.usage=/whitelist +commands.worldborder.center.success=Set world border center to %s,%s +commands.worldborder.center.usage=/worldborder center +commands.worldborder.damage.amount.success=S'ha canviat el dany de la vora per %s blocs (de %s blocs) +commands.worldborder.damage.amount.usage=/worldborder damage amount +commands.worldborder.damage.buffer.success=S'ha canviat la vora de la frontera de dany a %s blocs (de %s blocs) +commands.worldborder.damage.buffer.usage=/worldborder damage buffer +commands.worldborder.damage.usage=/worldborder damage +commands.worldborder.warning.distance.success=S'ha canviat l'avís de vora de món a %s blocs (de %s blocs) +commands.worldborder.warning.distance.usage=/worldborder warning distance +commands.worldborder.warning.time.success=S'ha canviat l'abís de la vora per %s segons (de %s segons) +commands.worldborder.warning.time.usage=/worldborder warning time +commands.worldborder.warning.usage=/worldborder warning +commands.xp.failure.widthdrawXp=No s'ha pogut punts d'experiència negatius al jugador +commands.xp.success=S'ha donat %s punts d'experiència a %s +commands.xp.success.levels=S'ha donat %s nivells al jugador %s +commands.xp.success.negative.levels=S'han restat %s nivells al jugador %s +commands.xp.usage=/xp [jugador] O BÉ /xp L [jugador] +connect.authorizing=Identificant-se... +connect.connecting=Connectant amb el servidor ... +connect.failed=Error en connectar amb el servidor +container.beacon=Bloc de poder +container.brewing=Altar de pocions +container.chest=Cofre +container.chestDouble=Cofre gran +container.crafting=Elaboració +container.creative=Selecció d'ítem +container.dispenser=Dispensador +container.dropper=Subministrador +container.enchant=Encantar +container.enchant.clue=%s . . . ? +container.enchant.lapis.many=%s trossos de lapislàtzuli +container.enchant.lapis.one=1 tros de lapislàtzuli +container.enchant.level.many=%s nivells d'encantament +container.enchant.level.one=Nivell 1 d'encantament +container.enderchest=Cofre del Regne d'Ender +container.furnace=Forn +container.hopper=Tremuja d'ítems +container.inventory=Inventari +container.isLocked=%s està bloquejat! +container.minecart=Vagoneta +container.repair=Reparar i renombrar +container.repair.cost=Cost de l'encanteri: %1$s +container.repair.expensive=Massa car! +controls.reset=Reiniciar +controls.resetAll=Reiniciar tecles +controls.title=Controls +createWorld.customize.custom.baseSize=Mida base de profunditat +createWorld.customize.custom.biomeDepthOffset=Desplaçament de la profunditat de la zona climàtica +createWorld.customize.custom.biomeDepthWeight=Pes de la profunditat de la zona climàtica +createWorld.customize.custom.biomeScaleOffset=Desplaçament de l'escala de la zona climàtica +createWorld.customize.custom.biomeScaleWeight=Pes de l'escala de la zona climàtica +createWorld.customize.custom.biomeSize=Mida de zona climàtica +createWorld.customize.custom.center=Centre vertical +createWorld.customize.custom.confirm1=Això sobreescriurà la configuració +createWorld.customize.custom.confirm2=actual, i no es pot desfer. +createWorld.customize.custom.confirmTitle=Avís! +createWorld.customize.custom.coordinateScale=Escala de coordenades +createWorld.customize.custom.count=Intents d'aparició +createWorld.customize.custom.defaults=Opcions per defecte +createWorld.customize.custom.depthNoiseScaleExponent=Exponent de profunditat de soroll +createWorld.customize.custom.depthNoiseScaleX=Profunditat d'escala de soroll X +createWorld.customize.custom.depthNoiseScaleZ=Profunditat d'escala de soroll Z +createWorld.customize.custom.dungeonChance=Quantitat de masmores +createWorld.customize.custom.fixedBiome=Zona climàtica +createWorld.customize.custom.heightScale=Escala d'alçada +createWorld.customize.custom.lavaLakeChance=Raresa dels llacs de lava +createWorld.customize.custom.lowerLimitScale=Escala del límit inferior +createWorld.customize.custom.mainNoiseScaleX=Escala principal de soroll X +createWorld.customize.custom.mainNoiseScaleY=Escala principal de soroll Y +createWorld.customize.custom.mainNoiseScaleZ=Escala principal de soroll Z +createWorld.customize.custom.maxHeight=Alçada màxima +createWorld.customize.custom.minHeight=Alçada mínima +createWorld.customize.custom.next=Pàgina següent +createWorld.customize.custom.page0=Configuració bàsica +createWorld.customize.custom.page1=Configuració dels minerals +createWorld.customize.custom.page2=Configuració avançada (només usuaris experts!) +createWorld.customize.custom.page3=Configuració avançada addicional (només usuaris experts!) +createWorld.customize.custom.preset.caveChaos=Coves del caos +createWorld.customize.custom.preset.caveDelight=Paradís cavernícola +createWorld.customize.custom.preset.drought=Sequera +createWorld.customize.custom.preset.goodLuck=Bona sort +createWorld.customize.custom.preset.isleLand=Terra d'illes +createWorld.customize.custom.preset.mountains=Muntanyes de la bogeria +createWorld.customize.custom.preset.waterWorld=Món d'aigua +createWorld.customize.custom.presets=Predeterminats +createWorld.customize.custom.presets.title=Personalitzar mons predeterminats +createWorld.customize.custom.prev=Pàgina anterior +createWorld.customize.custom.randomize=Aleatori +createWorld.customize.custom.riverSize=Mida de riu +createWorld.customize.custom.seaLevel=Nivell del mar +createWorld.customize.custom.size=Mida del punt de reaparició +createWorld.customize.custom.spread=Radi de propagació vertical +createWorld.customize.custom.stretchY=Ajustament vertical +createWorld.customize.custom.upperLimitScale=Escala del límit superior +createWorld.customize.custom.useCaves=Coves +createWorld.customize.custom.useDungeons=Masmorres +createWorld.customize.custom.useLavaLakes=Llacs de lava +createWorld.customize.custom.useLavaOceans=Oceans de lava +createWorld.customize.custom.useMineShafts=Mines abandonades +createWorld.customize.custom.useMonuments=Monuments de l'oceà +createWorld.customize.custom.useRavines=Barrancs +createWorld.customize.custom.useStrongholds=Fortaleses +createWorld.customize.custom.useTemples=Temples +createWorld.customize.custom.useVillages=Pobles +createWorld.customize.custom.useWaterLakes=Llacs +createWorld.customize.custom.waterLakeChance=Raresa dels llacs +createWorld.customize.flat.addLayer=Afegir capa +createWorld.customize.flat.editLayer=Editar capa +createWorld.customize.flat.height=Alçada +createWorld.customize.flat.layer=%s +createWorld.customize.flat.layer.bottom=Límit inferior - %s +createWorld.customize.flat.layer.top=Límit superior - %s +createWorld.customize.flat.removeLayer=Suprimir capa +createWorld.customize.flat.tile=Material de la capa +createWorld.customize.flat.title=Personalització del món extraplà +createWorld.customize.presets=Predeterminats +createWorld.customize.presets.list=Com alternativa, aquí n'hi han alguns que hem fet per a tu! +createWorld.customize.presets.select=Fes servir el predeterminat +createWorld.customize.presets.share=Vols compartir el món predeterminat amb algú? Fes servir el requadre de sota! +createWorld.customize.presets.title=Selecciona un tipus de món predeterminat +death.attack.anvil=%1$s ha estat aixafat per una enclusa +death.attack.arrow=%2$s ha disparat a %1$s +death.attack.arrow.item=%2$s ha disparat a %1$s utilitzant %3$s +death.attack.cactus=%1$s s'ha topat amb un cactus +death.attack.cactus.player=%1$s s'ha topat amb un cactus mentre escapava de %2$s +death.attack.drown=%1$s s'ha ofegat +death.attack.drown.player=%1$s s'ha ofegat mentre fugia de %2$s +death.attack.explosion=%1$s ha volat pels aires +death.attack.explosion.player=%2$s ha fet volar pels aires a %1$s +death.attack.fall=%1$s s'ha estavellat contra el terra +death.attack.fallingBlock=%1$s ha estat aixafat per un bloc que queia +death.attack.fireball=%2$s li ha llançat una bola de foc a %1$s +death.attack.fireball.item=%2$s li ha llançat una bola de foc a %1$s utilitzant %3$s +death.attack.generic=%1$s ha mort +death.attack.inFire=%1$s ha cremat fins a les cendres +death.attack.inFire.player=%1$s ha caminat sobre foc mentre lluitava amb %2$s +death.attack.inWall=%1$s s'ha asfixiat +death.attack.indirectMagic=%1$s ha estat assassinat per %2$s utilitzant màgia +death.attack.indirectMagic.item=%1$s ha estat assassinat per %2$s utilitzant %3$s +death.attack.lava=%1$s ha provat de nadar en lava +death.attack.lava.player=%1$s ha provat de nadar en lava mentre escapava de %2$s +death.attack.lightningBolt=%1$s ha sigut rostit per un llamp +death.attack.magic=%1$s ha estat assassinat amb màgia +death.attack.mob=%1$s ha estat assassinat per %2$s +death.attack.onFire=%1$s ha cremat fins a la mort +death.attack.onFire.player=%1$s ha cremat fins a les cendres mentres lluitava amb %2$s +death.attack.outOfWorld=%1$s ha caigut del món +death.attack.player=%1$s ha estat assassinat per %2$s +death.attack.player.item=%1$s ha estat assassinat per %2$s utilitzant %3$s +death.attack.starve=%1$s ha mort de gana +death.attack.thorns=%1$s ha estat assassinat provant de ferir a %2$s +death.attack.thrown=%1$s ha estat colpejat per %2$s +death.attack.thrown.item=%1$s ha estat colpejat per %2$s utilitzant %3$s +death.attack.wither=A %1$s se li ha pansit l'ànima +death.fell.accident.generic=%1$s ha caigut d'un lloc alt +death.fell.accident.ladder=%1$s ha caigut d'una escala +death.fell.accident.vines=%1$s ha caigut d'unes lianes +death.fell.accident.water=%1$s ha caigut fora de l'aigua +death.fell.assist=%1$s ha estat condemnat a caure per %2$s +death.fell.assist.item=%1$s ha estat condemnat a caure per %2$s utilitzant %3$s +death.fell.finish=%1$s ha caigut i ha estat rematat per %2$s +death.fell.finish.item=%1$s ha caigut i ha estat rematat per %2$s utilitzant %3$s +death.fell.killer=%1$s ha estat condemnat a caure +deathScreen.deleteWorld=Esborrar el món +deathScreen.hardcoreInfo=No pots reaparèixer en mode extrem! +deathScreen.leaveServer=Abandona el servidor +deathScreen.quit.confirm=Estàs segur de voler sortir? +deathScreen.respawn=Reaparèixer +deathScreen.score=Puntuació +deathScreen.title=Has mort! +deathScreen.title.hardcore=Fi de la partida! +deathScreen.titleScreen=Pantalla de títol +demo.day.1=Aquesta demostració tindrà una durada de cinc dies del joc, demostra el que saps fer! +demo.day.2=Segon dia +demo.day.3=Tercer dia +demo.day.4=Quart dia +demo.day.5=Aquest és el teu últim dia! +demo.day.6=S'ha acabat el cinquè dia, prem F2 per a fer una captura de pantalla de la teva creació +demo.day.warning=Se t'acaba el temps! +demo.demoExpired=S'ha acabat el temps de demostració! +demo.help.buy=Compra'l ara! +demo.help.fullWrapped=La demostració s'acabarà en 5 dies del joc (uns 100 minuts reals). Comprova els objectius per a pistes! Diverteix-te! +demo.help.inventory=Utilitza %1$s per obrir l'inventari +demo.help.jump=Prem %1$s per saltar +demo.help.later=Continua jugant! +demo.help.movement=Utilitza %1$s, %2$s, %3$s, %4$s i el ratolí per desplaçar-te +demo.help.movementMouse=Mira al teu voltant amb el ratolí. +demo.help.movementShort=Mou-te amb %1$s, %2$s, %3$s i %4$s +demo.help.title=Minecraft mode demostració +demo.remainingTime=Temps restant: %s +demo.reminder=El temps de demostració ha acabat, compra el joc per a continuar o inicia un nou món! +difficulty.lock.question=Esteu segur que voleu bloquejar la dificultat d'aquest món? Això farà que aquest món sempre estigui en %1$s, i mai podràs canviar-ho. +difficulty.lock.title=Bloqueja la dificultat del món +disconnect.closed=Connexió tancada +disconnect.disconnected=Desconnectat pel servidor +disconnect.endOfStream=Fi del flux de dades +disconnect.genericReason=%s +disconnect.kicked=Ha sigut expulsat del joc +disconnect.loginFailed=Error a l'identificar +disconnect.loginFailedInfo=Error a l'identificar: %s +disconnect.loginFailedInfo.invalidSession=Sessió invàlida (Prova a reiniciar el joc) +disconnect.loginFailedInfo.serversUnavailable=Els servidors d'autentificació es troben fora de línia per manteniment. +disconnect.lost=Connexió perduda +disconnect.overflow=Sobrecàrrega de la memòria intermèdia +disconnect.quitting=Sortint +disconnect.spam=Expulsat per fer spam +disconnect.timeout=Temps d'espera esgotat +enchantment.arrowDamage=Força +enchantment.arrowFire=Flama +enchantment.arrowInfinite=Infinitat +enchantment.arrowKnockback=Empenta +enchantment.damage.all=Fulla esmolada +enchantment.damage.arthropods=Malson artròpode +enchantment.damage.undead=Exorcisme +enchantment.digging=Eficiència +enchantment.durability=Durabilitat +enchantment.fire=Aspecte de foc +enchantment.fishingSpeed=Esquer +enchantment.knockback=Escomesa +enchantment.level.1=I +enchantment.level.10=X +enchantment.level.2=II +enchantment.level.3=III +enchantment.level.4=IV +enchantment.level.5=V +enchantment.level.6=VI +enchantment.level.7=VII +enchantment.level.8=VIII +enchantment.level.9=IX +enchantment.lootBonus=Saqueig +enchantment.lootBonusDigger=Fortuna +enchantment.lootBonusFishing=La sort de la mar +enchantment.oxygen=Respiració +enchantment.protect.all=Protecció +enchantment.protect.explosion=Anti-explosió +enchantment.protect.fall=Pes ploma +enchantment.protect.fire=Protecció ígnia +enchantment.protect.projectile=Anti-projectil +enchantment.thorns=Espines +enchantment.untouching=Toc de seda +enchantment.waterWalker=Aletes de peix +enchantment.waterWorker=Aiguafinitat +entity.ArmorStand.name=Maniquí +entity.Arrow.name=Fletxa +entity.Bat.name=Ratpenat +entity.Blaze.name=Esperit del foc +entity.Boat.name=Barca +entity.Cat.name=Gat +entity.CaveSpider.name=Aranya de cova +entity.Chicken.name=Pollastre +entity.Cow.name=Vaca +entity.Creeper.name=Creeper +entity.EnderDragon.name=Drac del Regne d'Ender +entity.Enderman.name=Home del Regne d'Ender +entity.Endermite.name=Peixet d'Ender +entity.EntityHorse.name=Cavall +entity.FallingSand.name=Bloc caient +entity.Fireball.name=Bola de foc +entity.Ghast.name=Medusa abismal +entity.Giant.name=Gegant +entity.Guardian.name=Guardià +entity.Item.name=Ãtem +entity.KillerBunny.name=El conill assassí +entity.LavaSlime.name=Llim de magma +entity.Minecart.name=Vagoneta +entity.Mob.name=Ésser +entity.Monster.name=Monstre +entity.MushroomCow.name=Vaca amb bolets +entity.Ozelot.name=Ocelot +entity.Painting.name=Quadre +entity.Pig.name=Porc +entity.PigZombie.name=Porc zombi +entity.PrimedTnt.name=Bloc de dinamita +entity.Rabbit.name=Conill +entity.Sheep.name=Ovella +entity.Silverfish.name=Peixet de plata +entity.Skeleton.name=Esquelet +entity.Slime.name=Llim +entity.SmallFireball.name=Bola de foc petita +entity.SnowMan.name=Gòlem de neu +entity.Snowball.name=Bola de neu +entity.Spider.name=Aranya +entity.Squid.name=Calamar +entity.Villager.armor=Armer +entity.Villager.butcher=Carnisser +entity.Villager.cleric=Clergue +entity.Villager.farmer=Granger +entity.Villager.fisherman=Pescador +entity.Villager.fletcher=Fletxer +entity.Villager.leather=Pelleter +entity.Villager.librarian=Bibliotecari +entity.Villager.name=Vilatà +entity.Villager.shepherd=Pastor +entity.Villager.tool=Ferrer +entity.Villager.weapon=Armer +entity.VillagerGolem.name=Gòlem de ferro +entity.Witch.name=Bruixa +entity.WitherBoss.name=Exorcisme d'esquelet abismal +entity.Wolf.name=Llop +entity.XPOrb.name=Orbe d'experiència +entity.Zombie.name=Zombi +entity.donkey.name=Ase +entity.generic.name=desconegut +entity.horse.name=Cavall +entity.mule.name=Mula +entity.skeletonhorse.name=Cavall esquelètic +entity.zombiehorse.name=Cavall zombi +gameMode.adventure=Mode aventura +gameMode.changed=S'ha actualitzat el teu mode de joc +gameMode.creative=Mode creatiu +gameMode.hardcore=Mode extrem! +gameMode.spectator=Mode espectador +gameMode.survival=Mode supervivència +generator.amplified=AMPLIFICAT +generator.amplified.info=Nota: Només per diversió, necessita un ordinador potent +generator.customized=Personalitzat +generator.debug_all_block_states=Mode de depuració +generator.default=Per defecte +generator.flat=Extraplà +generator.largeBiomes=Zones climàtiques grans +gui.achievements=Objectius +gui.all=Tots +gui.back=Enrere +gui.cancel=Cancel·la +gui.done=Fet +gui.down=Avall +gui.no=No +gui.none=Cap +gui.stats=Estadístiques +gui.toMenu=Torna al menú +gui.up=Amunt +gui.yes=Sí +inventory.binSlot=Destruir ítem +item.apple.name=Poma +item.appleGold.name=Poma d'or +item.armorStand.name=Maniquí +item.arrow.name=Fletxa +item.banner.black.name=Estendard negre +item.banner.blue.name=Estendard blau +item.banner.brown.name=Estendard marró +item.banner.cyan.name=Estendard cian +item.banner.gray.name=Estendard gris +item.banner.green.name=Estendard verd +item.banner.lightBlue.name=Estendard blau cel +item.banner.lime.name=Estendard llima +item.banner.magenta.name=Estendard magenta +item.banner.orange.name=Estendard taronja +item.banner.pink.name=Estendard rosa +item.banner.purple.name=Estendard lila +item.banner.red.name=Estendard vermell +item.banner.silver.name=Estendard gris clar +item.banner.white.name=Estendard blanc +item.banner.yellow.name=Estendard groc +item.bed.name=Llit +item.beefCooked.name=Bistec +item.beefRaw.name=Bistec cru +item.blazePowder.name=Pols de foc +item.blazeRod.name=Vara flamejant +item.boat.name=Barca +item.bone.name=Os +item.book.name=Llibre +item.bootsChain.name=Botes de cota de malla +item.bootsCloth.name=Botes de cuir +item.bootsDiamond.name=Botes de diamant +item.bootsGold.name=Botes d'or +item.bootsIron.name=Botes de ferro +item.bow.name=Arc +item.bowl.name=Bol +item.bread.name=Pa +item.brewingStand.name=Altar de pocions +item.brick.name=Maó +item.bucket.name=Galleda +item.bucketLava.name=Galleda de lava +item.bucketWater.name=Galleda d'aigua +item.cake.name=Pastís +item.canBreak=Pot trencar: +item.canPlace=Pot ser posat a: +item.carrotGolden.name=Pastanaga daurada +item.carrotOnAStick.name=Pastanaga en una canya +item.carrots.name=Pastanaga +item.cauldron.name=Calderó +item.charcoal.name=Carbó vegetal +item.chestplateChain.name=Cuirassa de cota de malla +item.chestplateCloth.name=Túnica de cuir +item.chestplateDiamond.name=Cuirassa de diamant +item.chestplateGold.name=Cuirassa d'or +item.chestplateIron.name=Cuirassa de ferro +item.chickenCooked.name=Pollastre cuit +item.chickenRaw.name=Pollastre cru +item.clay.name=Argila +item.clock.name=Rellotge +item.coal.name=Carbó +item.comparator.name=Comparador +item.compass.name=Brúixola +item.cookie.name=Galeta +item.diamond.name=Diamant +item.diode.name=Repetidor +item.doorAcacia.name=Porta de fusta d'acacia +item.doorBirch.name=Porta de fusta de bedoll +item.doorDarkOak.name=Porta de fusta de pomer fosc +item.doorIron.name=Porta de ferro +item.doorJungle.name=Porta de fusta de jungla +item.doorOak.name=Porta de fusta de pomer +item.doorSpruce.name=Porta de fusta d'avet +item.dyePowder.black.name=Sac de tinta +item.dyePowder.blue.name=Lapislàtzuli +item.dyePowder.brown.name=Grans de cacau +item.dyePowder.cyan.name=Tint cian +item.dyePowder.gray.name=Tint gris +item.dyePowder.green.name=Verd de cactus +item.dyePowder.lightBlue.name=Tint blau clar +item.dyePowder.lime.name=Tint llima +item.dyePowder.magenta.name=Tint magenta +item.dyePowder.orange.name=Tint taronja +item.dyePowder.pink.name=Tint rosa +item.dyePowder.purple.name=Tint lila +item.dyePowder.red.name=Vermell de rosa +item.dyePowder.silver.name=Tint gris clar +item.dyePowder.white.name=Farina d'ossos +item.dyePowder.yellow.name=Groc Dent de Lleó +item.dyed=Tenyit +item.egg.name=Ou +item.emerald.name=Maragda +item.emptyMap.name=Mapa en blanc +item.emptyPotion.name=Ampolla d'aigua +item.enchantedBook.name=Llibre encantat +item.enderPearl.name=Perla del Regne d'Ender +item.expBottle.name=Ampolla màgica +item.eyeOfEnder.name=Ull del Regne d'Ender +item.feather.name=Ploma +item.fermentedSpiderEye.name=Ull d'aranya fermentat +item.fireball.name=Càrrega de foc +item.fireworks.flight=Duració del vol: +item.fireworks.name=Focs artificials +item.fireworksCharge.black=Negre +item.fireworksCharge.blue=Blau +item.fireworksCharge.brown=Marró +item.fireworksCharge.customColor=Personalitzat +item.fireworksCharge.cyan=Cian +item.fireworksCharge.fadeTo=Canviar a +item.fireworksCharge.flicker=Espurnejar +item.fireworksCharge.gray=Gris +item.fireworksCharge.green=Verd +item.fireworksCharge.lightBlue=Blau cel +item.fireworksCharge.lime=Llima +item.fireworksCharge.magenta=Magenta +item.fireworksCharge.name=Estrella de focs artificials +item.fireworksCharge.orange=Taronja +item.fireworksCharge.pink=Rosa +item.fireworksCharge.purple=Lila +item.fireworksCharge.red=Vermell +item.fireworksCharge.silver=Gris clar +item.fireworksCharge.trail=Rastre +item.fireworksCharge.type=Forma desconeguda +item.fireworksCharge.type.0=Esfera petita +item.fireworksCharge.type.1=Esfera gran +item.fireworksCharge.type.2=En forma d'estrella +item.fireworksCharge.type.3=En forma de Creeper +item.fireworksCharge.type.4=Esclatar +item.fireworksCharge.white=Blanc +item.fireworksCharge.yellow=Groc +item.fish.clownfish.raw.name=Peix pallasso +item.fish.cod.cooked.name=Peix cuit +item.fish.cod.raw.name=Peix cru +item.fish.pufferfish.raw.name=Peix globus +item.fish.salmon.cooked.name=Salmó cuit +item.fish.salmon.raw.name=Salmó cru +item.fishingRod.name=Canya de pescar +item.flint.name=Sílex +item.flintAndSteel.name=Sílex i acer +item.flowerPot.name=Test +item.frame.name=Marc +item.ghastTear.name=Llàgrima de medusa abismal +item.glassBottle.name=Ampolla de vidre +item.goldNugget.name=Grànul d'or +item.hatchetDiamond.name=Destral de diamant +item.hatchetGold.name=Destral d'or +item.hatchetIron.name=Destral de ferro +item.hatchetStone.name=Destral de pedra +item.hatchetWood.name=Destral de fusta +item.helmetChain.name=Casc de cota de malla +item.helmetCloth.name=Casc de cuir +item.helmetDiamond.name=Casc de diamant +item.helmetGold.name=Casc d'or +item.helmetIron.name=Casc de ferro +item.hoeDiamond.name=Aixada de diamant +item.hoeGold.name=Aixada d'or +item.hoeIron.name=Aixada de ferro +item.hoeStone.name=Aixada de pedra +item.hoeWood.name=Aixada de fusta +item.horsearmordiamond.name=Armadura de diamant per a cavalls +item.horsearmorgold.name=Armadura d'or per a cavalls +item.horsearmormetal.name=Armadura de ferro per a cavalls +item.ingotGold.name=Lingot d'or +item.ingotIron.name=Lingot de ferro +item.leash.name=Llaç +item.leather.name=Cuir +item.leaves.name=Fulles +item.leggingsChain.name=Pantalons de cota de malla +item.leggingsCloth.name=Pantalons de cuir +item.leggingsDiamond.name=Malles de diamant +item.leggingsGold.name=Malles d'or +item.leggingsIron.name=Malles de ferro +item.magmaCream.name=Crema de magma +item.map.name=Mapa +item.melon.name=Síndria +item.milk.name=Llet +item.minecart.name=Vagoneta +item.minecartChest.name=Vagoneta amb cofre +item.minecartCommandBlock.name=Vagoneta amb bloc de comandaments +item.minecartFurnace.name=Vagoneta amb forn +item.minecartHopper.name=Vagoneta amb tremuja +item.minecartTnt.name=Vagoneta amb dinamita +item.monsterPlacer.name=Ou generador de +item.mushroomStew.name=Estofat de bolets +item.muttonCooked.name=Carn d'ovella cuita +item.muttonRaw.name=Carn d'ovella crua +item.nameTag.name=Etiqueta de nom +item.netherStalkSeeds.name=Bolet abismal +item.netherStar.name=Estrella abismal +item.netherbrick.name=Maó abismal +item.netherquartz.name=Quars abismal +item.painting.name=Quadre +item.paper.name=Paper +item.pickaxeDiamond.name=Pic de diamant +item.pickaxeGold.name=Pic d'or +item.pickaxeIron.name=Pic de ferro +item.pickaxeStone.name=Pic de pedra +item.pickaxeWood.name=Pic de fusta +item.porkchopCooked.name=Carn de porc cuita +item.porkchopRaw.name=Carn de porc crua +item.potato.name=Patata +item.potatoBaked.name=Patata cuita +item.potatoPoisonous.name=Patata verinosa +item.potion.name=Poció +item.prismarineCrystals.name=Cristalls de prismarina +item.prismarineShard.name=Fragment de prismarina +item.pumpkinPie.name=Pastís de carbassa +item.rabbitCooked.name=Carn de conill cuita +item.rabbitFoot.name=Pota de conill +item.rabbitHide.name=Pell de conill +item.rabbitRaw.name=Carn de conill crua +item.rabbitStew.name=Estofat de conill +item.record.11.desc=C418 - 11 +item.record.13.desc=C418 - 13 +item.record.blocks.desc=C418 - blocks +item.record.cat.desc=C418 - cat +item.record.chirp.desc=C418 - chirp +item.record.far.desc=C418 - far +item.record.mall.desc=C418 - mall +item.record.mellohi.desc=C418 - mellohi +item.record.name=Disc de música +item.record.stal.desc=C418 - stal +item.record.strad.desc=C418 - strad +item.record.wait.desc=C418 - wait +item.record.ward.desc=C418 - ward +item.redstone.name=Roca vermella +item.reeds.name=Canyes de sucre +item.rottenFlesh.name=Carn podrida +item.ruby.name=Robí +item.saddle.name=Sella de muntar +item.seeds.name=Llavors +item.seeds_melon.name=Llavors de síndria +item.seeds_pumpkin.name=Llavors de carbassa +item.shears.name=Tisores d'esquilar +item.shovelDiamond.name=Pala de diamant +item.shovelGold.name=Pala d'or +item.shovelIron.name=Pala de ferro +item.shovelStone.name=Pala de pedra +item.shovelWood.name=Pala de fusta +item.sign.name=Cartell +item.skull.char.name=Cap +item.skull.creeper.name=Cap de Creeper +item.skull.player.name=Cap de %s +item.skull.skeleton.name=Calavera d'Esquelet +item.skull.wither.name=Calavera d'Esquelet abismal +item.skull.zombie.name=Cap de Zombi +item.slimeball.name=Bola de Llim +item.snowball.name=Bola de neu +item.speckledMelon.name=Síndria daurada +item.spiderEye.name=Ull d'aranya +item.stick.name=Pal +item.string.name=Fil +item.sugar.name=Sucre +item.sulphur.name=Pólvora +item.swordDiamond.name=Espasa de diamant +item.swordGold.name=Espasa d'or +item.swordIron.name=Espasa de ferro +item.swordStone.name=Espasa de pedra +item.swordWood.name=Espasa de fusta +item.unbreakable=Indestructible +item.wheat.name=Blat +item.writingBook.name=Llibre i tinter +item.writtenBook.name=Llibre escrit +item.yellowDust.name=Pols de roca brillant +itemGroup.brewing=Pocions +itemGroup.buildingBlocks=Blocs de construcció +itemGroup.combat=Combat +itemGroup.decorations=Blocs de decoració +itemGroup.food=Menjar +itemGroup.inventory=Inventari del mode supervivència +itemGroup.materials=Materials +itemGroup.misc=Diversos +itemGroup.redstone=Roca vermella +itemGroup.search=Buscar ítems +itemGroup.tools=Eines +itemGroup.transportation=Transport +key.attack=Atacar/destruir +key.back=Caminar enrere +key.categories.gameplay=Jugabilitat +key.categories.inventory=Inventari +key.categories.misc=Miscel·lani +key.categories.movement=Moviment +key.categories.multiplayer=Multijugador +key.categories.stream=Emetent +key.categories.ui=Interfície de joc +key.chat=Obrir el xat +key.command=Obrir comandament +key.drop=Deixar ítem +key.forward=Caminar endavant +key.fullscreen=Des/activa pantalla completa +key.hotbar.1=Tecla ràpida 1 +key.hotbar.2=Tecla ràpida 2 +key.hotbar.3=Tecla ràpida 3 +key.hotbar.4=Tecla ràpida 4 +key.hotbar.5=Tecla ràpida 5 +key.hotbar.6=Tecla ràpida 6 +key.hotbar.7=Tecla ràpida 7 +key.hotbar.8=Tecla ràpida 8 +key.hotbar.9=Tecla ràpida 9 +key.inventory=Inventari +key.jump=Saltar +key.left=Desplaçament lateral esquerra +key.mouseButton=Botó %1$s +key.pickItem=Agafar bloc +key.playerlist=Llista de Jugadors +key.right=Desplaçament lateral dret +key.screenshot=Captura de pantalla +key.smoothCamera=Canviar càmera cinemàtica +key.sneak=Ajupir-se +key.spectatorOutlines=Destacar jugadors (espectadors) +key.sprint=Córrer +key.streamCommercial=Mostra anuncis +key.streamPauseUnpause=Pausa/reprèn emissió +key.streamStartStop=Inicia/atura emissió +key.streamToggleMic=Prem per a parlar/silenciar +key.togglePerspective=Canviar perspectiva +key.use=Utilitzar ítem/col·locar bloc +lanServer.otherPlayers=Configuració pels altres jugadors +lanServer.scanning=S'estan buscant mons a la teva xarxa local +lanServer.start=Començar món LAN +lanServer.title=Món LAN +language.code=ca +language.name=Català +language.region=Catalunya +mcoServer.title=Món online de Minecraft +menu.convertingLevel=Convertint món +menu.disconnect=Desconnectar +menu.game=Menú del joc +menu.generatingLevel=Generant món +menu.generatingTerrain=Generant terreny +menu.loadingLevel=Carregant món +menu.multiplayer=Multijugador +menu.online='Minecraft Realms' +menu.options=Opcions... +menu.playdemo=Jugar món de demostració +menu.quit=Sortir del joc +menu.resetdemo=Reiniciar món de demostració +menu.respawning=Reapareixent +menu.returnToGame=Tornar al joc +menu.returnToMenu=Desa i surt al Menú Principal +menu.shareToLan=Obrir per LAN +menu.simulating=Simulant el món... +menu.singleplayer=Individual +menu.switchingLevel=Canviant mons +merchant.deprecated=Fes algun altre intercanvi per desbloquejar! +mount.onboard=Desmunta amb %1$s +multiplayer.connect=Connectar +multiplayer.downloadingStats=Descarregant estadístiques i assoliments... +multiplayer.downloadingTerrain=Descarregant el terreny +multiplayer.info1=El mode multijugador de Minecraft encara no està totalment +multiplayer.info2=acabat, però hi ha algunes proves duent-se a terme. +multiplayer.ipinfo=Introdueix l'adreça IP d'un servidor per connectar-t'hi: +multiplayer.player.joined=%s s'ha unit a la partida +multiplayer.player.joined.renamed=%s (conegut/da amb el nom %s) s'ha unit a la partida +multiplayer.player.left=%s ha abandonat la partida +multiplayer.stopSleeping=Sortir del llit +multiplayer.texturePrompt.line1=Aquest servidor recomana l'ús d'un paquet de recursos personalitzat. +multiplayer.texturePrompt.line2=Vols descarregar-lo i instal·lar-lo automàticament? +multiplayer.title=Mode multijugador +options.advancedButton=Configuració de vídeo avançada... +options.advancedOpengl=OpenGL avançat +options.advancedVideoTitle=Configuració de vídeo avançada +options.anaglyph=Visió en 3D +options.ao=Il·luminació suau +options.ao.max=Màxim +options.ao.min=Mínim +options.ao.off=OFF +options.blockAlternatives=Alternar blocs +options.chat.color=Colors +options.chat.height.focused=Alçada enfocada +options.chat.height.unfocused=Alçada desenfocada +options.chat.links=Enllaços web +options.chat.links.prompt=Preguntar al clicar en enllaços +options.chat.opacity=Opacitat +options.chat.scale=Escala +options.chat.title=Configuració del xat... +options.chat.visibility=Xat +options.chat.visibility.full=Visible +options.chat.visibility.hidden=Amagat +options.chat.visibility.system=Només comandaments +options.chat.width=Amplada +options.controls=Controls... +options.customizeTitle=Personalitzar la configuració del món +options.difficulty=Dificultat +options.difficulty.easy=Fàcil +options.difficulty.hard=Difícil +options.difficulty.hardcore=Extrem +options.difficulty.normal=Normal +options.difficulty.peaceful=Pacífica +options.farWarning1=Es recomana tenir Java de 64 bits per a la +options.farWarning2=distància de visió "Llunyana" (tu tens 32 bits) +options.fboEnable=Permet objectes de la memòria intermèdia +options.forceUnicodeFont=Força font unicode +options.fov=Camp de visió +options.fov.max=Ull de peix +options.fov.min=Normal +options.framerateLimit=Màxim d'imatges per segon +options.framerateLimit.max=Il·limitat +options.fullscreen=Pantalla completa +options.gamma=Il·luminació +options.gamma.max=Brillant +options.gamma.min=Fosc +options.graphics=Gràfics +options.graphics.fancy=Detallats +options.graphics.fast=Ràpids +options.guiScale=Mida del menú +options.guiScale.auto=Automàtic +options.guiScale.large=Gran +options.guiScale.normal=Normal +options.guiScale.small=Petit +options.hidden=Amagada +options.invertMouse=Invertir el ratolí +options.language=Idioma... +options.languageWarning=Les traduccions poden no ser fiables al 100%% +options.mipmapLevels=Nivell de minimaping +options.modelPart.cape=Capa +options.modelPart.hat=Barret +options.modelPart.jacket=Jaqueta +options.modelPart.left_pants_leg=Camal esquerra +options.modelPart.left_sleeve=Màniga esquerra +options.modelPart.right_pants_leg=Camal dret +options.modelPart.right_sleeve=Màniga dreta +options.multiplayer.title=Configuració - Multijugador +options.music=Música +options.off=OFF +options.on=ON +options.particles=Partícules +options.particles.all=Totes +options.particles.decreased=Reduïdes +options.particles.minimal=Mínimes +options.performanceButton=Configuració del rendiment de vídeo... +options.performanceVideoTitle=Configuració del rendiment de vídeo +options.postButton=Configuració de post-processament... +options.postProcessEnable=Permet post-processament +options.postVideoTitle=Configuració de post-processament +options.qualityButton=Configuració de la qualitat de vídeo... +options.qualityVideoTitle=Configuració de la qualitat de vídeo +options.reducedDebugInfo=Informació de depuració reduïda +options.renderClouds=Núvols +options.renderDistance=Distància de visió +options.renderDistance.far=Llarga +options.renderDistance.normal=Normal +options.renderDistance.short=Curta +options.renderDistance.tiny=Mínima +options.resourcepack=Paquets de recursos... +options.saturation=Saturació +options.sensitivity=Sensibilitat +options.sensitivity.max=HIPERVELOCITAT!!! +options.sensitivity.min=*zzz* +options.skinCustomisation=Personalització del personatge... +options.skinCustomisation.title=Personalització del personatge +options.snooper=Permet recollida de dades +options.snooper.desc=Volem recollir informació sobre el teu ordinador per tal d'ajudar a millorar Minecraft sabent com podem ajudar i quin són els problemes més importants. Tota aquesta informació és transmesa de manera anònima i és visible a continuació. Prometem no fer res de dolent amb aquestes dades, però sempre pots optar a desactivar-ho! +options.snooper.title=Característiques de l'ordinador +options.snooper.view=Configuració de la recollida de dades... +options.sound=So +options.sounds=Música i sons... +options.sounds.title=Opcions de música i sons +options.stream=Configuració d'emissió... +options.stream.bytesPerPixel=Qualitat +options.stream.changes=Hauràs de reiniciar l'emissió per aplicar els canvis. +options.stream.chat.enabled=Permet +options.stream.chat.enabled.always=Sempre +options.stream.chat.enabled.never=Mai +options.stream.chat.enabled.streaming=Mentre s'emet +options.stream.chat.title=Configuració de xat de Twitch +options.stream.chat.userFilter=Filtre d'usuaris +options.stream.chat.userFilter.all=Tots els espectadors +options.stream.chat.userFilter.mods=Moderadors +options.stream.chat.userFilter.subs=Subscriptors +options.stream.compression=Compressió +options.stream.compression.high=Alta +options.stream.compression.low=Baixa +options.stream.compression.medium=Mitjana +options.stream.estimation=Resolució estimada: %sx%s +options.stream.fps=Imatges per segon +options.stream.ingest.reset=Reiniciar preferències +options.stream.ingest.title=Servidors d'emissió de Twitch +options.stream.ingestSelection=Llista de servidors d'emissió +options.stream.kbps=Ample de banda +options.stream.micToggleBehavior=Prem per a +options.stream.micVolumne=Volum del micròfon +options.stream.mic_toggle.mute=Silenciar +options.stream.mic_toggle.talk=Parlar +options.stream.sendMetadata=Envia les metadades +options.stream.systemVolume=Volum del sistema +options.stream.title=Configuració d'emissió via Twitch +options.title=Opcions +options.touchscreen=Mode de pantalla tàctil +options.vbo=Utilitzar VBOs +options.video=Configuració de vídeo... +options.videoTitle=Configuració de vídeo +options.viewBobbing=Moviment de la càmera +options.visible=Visible +options.vsync=Fer servir la sincronització vertical +potion.absorption=Absorció +potion.absorption.postfix=Poció d'absorció +potion.blindness=Ceguesa +potion.blindness.postfix=Poció de ceguesa +potion.confusion=Nàusea +potion.confusion.postfix=Poció de nàusea +potion.damageBoost=Força +potion.damageBoost.postfix=Poció de força +potion.digSlowDown=Fatiga minera +potion.digSlowDown.postfix=Poció de cansament +potion.digSpeed=Pressa +potion.digSpeed.postfix=Poció de pressa +potion.effects.whenDrank=Quan s'aplica: +potion.empty=Sense efecte +potion.fireResistance=Resistència ígnia +potion.fireResistance.postfix=Poció de resistència ígnia +potion.harm=Dany instantani +potion.harm.postfix=Poció de dolor +potion.heal=Salut instantània +potion.heal.postfix=Poció de curació +potion.healthBoost=Bonificació de salut +potion.healthBoost.postfix=Poció de salut adicional +potion.hunger=Fam +potion.hunger.postfix=Poció de fam +potion.invisibility=Invisibilitat +potion.invisibility.postfix=Poció d'Invisibilitat +potion.jump=Impuls de salt +potion.jump.postfix=Poció de salt +potion.moveSlowdown=Lentitud +potion.moveSlowdown.postfix=Poció de lentitud +potion.moveSpeed=Velocitat +potion.moveSpeed.postfix=Poció de Velocitat +potion.nightVision=Visió nocturna +potion.nightVision.postfix=Poció de visió nocturna +potion.poison=Verí +potion.poison.postfix=Poció de verí +potion.potency.1=II +potion.potency.2=III +potion.potency.3=IV +potion.prefix.acrid=Acre +potion.prefix.artless=Grollera +potion.prefix.awkward=Maldestre +potion.prefix.bland=Suau +potion.prefix.bulky=Voluminosa +potion.prefix.bungling=Malaptesa +potion.prefix.buttered=Mantegosa +potion.prefix.charming=encantadora +potion.prefix.clear=Clara +potion.prefix.cordial=Cordial +potion.prefix.dashing=gallarda +potion.prefix.debonair=Elegant +potion.prefix.diffuse=Difusa +potion.prefix.elegant=Elegant +potion.prefix.fancy=fantàstica +potion.prefix.flat=Plana +potion.prefix.foul=manca +potion.prefix.grenade=Explosiva +potion.prefix.gross=bruta +potion.prefix.harsh=Dura +potion.prefix.milky=Lletosa +potion.prefix.mundane=Mundana +potion.prefix.odorless=inodora +potion.prefix.potent=Potent +potion.prefix.rank=de rang +potion.prefix.refined=Refinada +potion.prefix.smooth=Llisa +potion.prefix.sparkling=Escumosa +potion.prefix.stinky=Pudent +potion.prefix.suave=Afable +potion.prefix.thick=Gruixuda +potion.prefix.thin=Prima +potion.prefix.uninteresting=Poc interessant +potion.regeneration=Regeneració +potion.regeneration.postfix=Poció de regeneració +potion.resistance=Resistència +potion.resistance.postfix=Poció de resistència +potion.saturation=Saturació +potion.saturation.postfix=Poció de saturació +potion.waterBreathing=Respiració aquàtica +potion.waterBreathing.postfix=Poció de respiració aquàtica +potion.weakness=Debilitat +potion.weakness.postfix=Poció de debilitat +potion.wither=Exorcisme de sang +potion.wither.postfix=Poció de desintegració +record.nowPlaying=Reproduint: %s +resourcePack.available.title=Paquets de recursos disponibles +resourcePack.folderInfo=(Poseu paquets de recursos aquí) +resourcePack.openFolder=Obre la carpeta de paquets de recursos +resourcePack.selected.title=Paquets de recursos seleccionats +resourcePack.title=Selecciona paquets de recursos +screenshot.failure=No s'ha pogut guardar la captura de pantalla: %s +screenshot.success=Captura guardada com a %s +selectServer.add=Afegir servidor +selectServer.defaultName=Servidor de minecraft +selectServer.delete=Esborrar +selectServer.deleteButton=Esborrar +selectServer.deleteQuestion=Segur que vols eliminar aquest servidor? +selectServer.deleteWarning=es perdrà per sempre! (Molt temps!) +selectServer.direct=Connexió directa +selectServer.edit=Editar +selectServer.empty=buit +selectServer.hiddenAddress=(Amagada) +selectServer.refresh=Refrescar +selectServer.select=Entrar al servidor +selectServer.title=Selecciona servidor +selectWorld.allowCommands=Permet trucs: +selectWorld.allowCommands.info=Comandaments com /gamemode, /xp +selectWorld.bonusItems=Cofre de bonificació: +selectWorld.cheats=Trucs +selectWorld.conversion=Ha de ser convertit! +selectWorld.create=Crear un nou món +selectWorld.createDemo=Jugar en un nou món de demostració +selectWorld.customizeType=Personalitzar +selectWorld.delete=Eliminar +selectWorld.deleteButton=Eliminar +selectWorld.deleteQuestion=Segur que vols eliminar aquest món? +selectWorld.deleteWarning=es perdrà per sempre! (Molt de temps!) +selectWorld.empty=buit +selectWorld.enterName=Nom del món +selectWorld.enterSeed=Llavor pel generador de mons +selectWorld.gameMode=Mode de joc +selectWorld.gameMode.adventure=Aventura +selectWorld.gameMode.adventure.line1=Igual que al mode supervivència, +selectWorld.gameMode.adventure.line2=però no pots posar ni treure blocs +selectWorld.gameMode.creative=Creatiu +selectWorld.gameMode.creative.line1=Recursos il·limitats, vol lliure i +selectWorld.gameMode.creative.line2=destrucció de blocs instantània +selectWorld.gameMode.hardcore=Extrem +selectWorld.gameMode.hardcore.line1=Com el mode de supervivència, però bloquejat a la +selectWorld.gameMode.hardcore.line2=màxima dificultat, i amb una sola vida +selectWorld.gameMode.spectator=Espectador +selectWorld.gameMode.spectator.line1=Pots mirar però no tocar +selectWorld.gameMode.survival=Supervivència +selectWorld.gameMode.survival.line1=Busca recursos, elabora, guanya +selectWorld.gameMode.survival.line2=nivells, salut i fam +selectWorld.hardcoreMode=Extrem: +selectWorld.hardcoreMode.info=El món s'eliminarà quan moris +selectWorld.mapFeatures=Generar estructures: +selectWorld.mapFeatures.info=Pobles, masmorres, etc +selectWorld.mapType=Tipus de món: +selectWorld.mapType.normal=Normal +selectWorld.moreWorldOptions=Més opcions de món... +selectWorld.newWorld=Nou món +selectWorld.newWorld.copyOf=Còpia de %s +selectWorld.recreate=Restaurar +selectWorld.rename=Reanomenar +selectWorld.renameButton=Reanomenar +selectWorld.renameTitle=Reanomenar món +selectWorld.resultFolder=Es desarà a: +selectWorld.seedInfo=Deixar en blanc per a una llavor aleatòria +selectWorld.select=Jugar al món seleccionat +selectWorld.title=Seleccionar món +selectWorld.world=Món +sign.edit=Editant el missatge del cartell +soundCategory.ambient=Ambient +soundCategory.block=Blocs +soundCategory.hostile=Criatures hostils +soundCategory.master=Volum global +soundCategory.music=Música +soundCategory.neutral=Criatures passives +soundCategory.player=Jugadors +soundCategory.record=Tocadiscs/Blocs musicals +soundCategory.weather=Clima +stat.animalsBred=Animals criats +stat.blocksButton=Blocs +stat.boatOneCm=Distància en barca +stat.breakItem=%1$s esgotat +stat.climbOneCm=Distància escalada +stat.craftItem=%1$s elaborat +stat.crafted=Vegades elaborat +stat.createWorld=Mons creats +stat.crouchOneCm=Distància ajupit +stat.damageDealt=Mal infligit +stat.damageTaken=Mal rebut +stat.deaths=Nombre de morts +stat.depleted=Vegades esgotat +stat.diveOneCm=Distància bussejada +stat.drop=Ãtems llançats +stat.entityKilledBy=%s t'ha assassinat %s cop(s) +stat.entityKilledBy.none=Mai has estat assassinat per %s +stat.entityKills=Has assassinat %s %s(s) +stat.entityKills.none=Mai has assassinat a %s(s) +stat.fallOneCm=Distància caiguda +stat.fishCaught=Peixos pescats +stat.flyOneCm=Distància volada +stat.generalButton=General +stat.horseOneCm=Distància a cavall +stat.itemsButton=Ãtems +stat.joinMultiplayer=Connexions multijugador +stat.jump=Salts +stat.junkFished=Brossa pescada +stat.leaveGame=Jocs abandonats +stat.loadWorld=Partides carregades +stat.mineBlock=%1$s excavat +stat.minecartOneCm=Distància en vagoneta +stat.mined=Vegades obtingut +stat.mobKills=Monstres morts +stat.mobsButton=Animals/Monstres +stat.pigOneCm=Distància en porc +stat.playOneMinute=Minuts jugats +stat.playerKills=Jugadors morts +stat.sprintOneCm=Distància corrent +stat.startGame=Vegades jugat +stat.swimOneCm=Distància nedada +stat.talkedToVillager=Parlat amb els vilatans +stat.timeSinceDeath=Des de la darrera mort +stat.tradedWithVillager=Negociat amb els vilatans +stat.treasureFished=Tresors pescats +stat.useItem=%1$s utilitzat +stat.used=Vegades utilitzat +stat.walkOneCm=Distància caminada +stats.tooltip.type.achievement=Objectiu +stats.tooltip.type.statistic=Estadística +stream.confirm_start=Estàs segur de que vols començar a emetre en directe? +stream.unavailable.account_not_bound=Abans de poder emetre Minecraft via Twitch, necessites enllaçar el teu compte de Twitch a mojang.com. T'agradaria fer-ho ara? +stream.unavailable.account_not_bound.okay=Enllaçar comptes +stream.unavailable.account_not_migrated=Abans de poder emetre Minecraft via Twitch, necessitaràs migrar el teu compte de Minecraft a un compte de Mojang. Voldries fer-ho ara? +stream.unavailable.account_not_migrated.okay=Migrar compte +stream.unavailable.failed_auth=L'identificació a Twitch ha fallat. Siusplau ves a mojang.com i re-enllaça el teu compte de Twitch. +stream.unavailable.failed_auth.okay=Re-enllaçar comptes +stream.unavailable.failed_auth_error=Incapaç d'indentificar-se a Twitch. orna-ho a provar més tard. +stream.unavailable.initialization_failure=Incapaç d'inicialitzar l'SDK de Twitch. +stream.unavailable.initialization_failure.extra=(Motiu: %s) +stream.unavailable.library_arch_mismatch=La versió personalitzada de java utilitzada per a iniciar Minecraft té una arquitectura diferent a la versió utilitzada per a iniciar el llançador. Siusplau assegura't de que tenen la mateixa, ja sigui 32 bits o 64 bits. +stream.unavailable.library_failure=Incapaç de carregar les biblioteques necessàries per al servei d'emissió via Twitch integrat. +stream.unavailable.no_fbo=La teva targeta de vídeo ha d'admetre com a mínim OpenGL 3.0 o admetre objectes de la memòria intermèdia via una extensió per a poder fer servir l'emissió integrada de Twitch. +stream.unavailable.no_fbo.arb=El suport via ARB per a objectes de memòria intermèdia està: %s +stream.unavailable.no_fbo.blend=El suport via EXT de la impressió de colors per separat està: %s +stream.unavailable.no_fbo.ext=El suport via EXT per a objectes de memòria intermèdia està: %s +stream.unavailable.no_fbo.version=Estàs fent servir: %s +stream.unavailable.not_supported.mac=Malauradament, l'emissió integrada via Twitch per a Mac requereix una versió d'OSX més nova que l'instal·lada actualment. Has d'utilitzar 10.7 (Mac OS X Lion) o superior per a poder utilitzar aquest servei. Vols visitar apple.com per aprendre més sobre les actualitzacions? +stream.unavailable.not_supported.mac.okay=Actualitzar +stream.unavailable.not_supported.other=Malauradament el servei d'emissió integrat via Twitch requereix Windows (Vista o superior) o Mac OS X (10.7/Lion o superior) +stream.unavailable.not_supported.windows=Malauradament el servei d'emissió integrada via Twitch requereix una versió més nova de Windows. Has d'utilitzar Windows Vista o posterior. +stream.unavailable.report_to_mojang=Reportar-ho a Mojang +stream.unavailable.soundflower.chat=Es necessari tenir Soundflower per poder emetre en un Mac. %s +stream.unavailable.soundflower.chat.link=Si us plau, clica aquí per instal·lar-lo. +stream.unavailable.title=Emissió de Twitch no disponible +stream.unavailable.unknown=Lamentablement no pots emetre a Twitch en aquest moment. I no sabem perquè :'( +stream.unavailable.unknown.chat=No s'ha pogut començar l'emissió: %s +stream.user.mode.administrator=Administrador de Twitch +stream.user.mode.banned=Bandejat +stream.user.mode.banned.other=Bandejat al canal %s +stream.user.mode.banned.self=Bandejat al teu canal +stream.user.mode.broadcaster=Emisor +stream.user.mode.broadcaster.other=Emisor +stream.user.mode.broadcaster.self=Emisor (Tu!) +stream.user.mode.moderator=Moderador +stream.user.mode.moderator.other=Moderador al canal %s +stream.user.mode.moderator.self=Moderador al teu canal +stream.user.mode.staff=Personal de Twitch +stream.user.subscription.subscriber=Subscriptor +stream.user.subscription.subscriber.other=Subscriptor del canal %s +stream.user.subscription.subscriber.self=Subscriptor del teu canal +stream.user.subscription.turbo=Twitch Turbo +stream.userinfo.ban=Bandejar +stream.userinfo.chatTooltip=Clica per a gestionar l'usuari +stream.userinfo.mod=Nombrar moderador +stream.userinfo.timeout=Expulsat pel temps d'espera +stream.userinfo.unban=Desbandejar +stream.userinfo.unmod=Destituir moderador +tile.acaciaFence.name=Tanca de fusta d'acacia +tile.acaciaFenceGate.name=Porta de tanca de fusta d'acacia +tile.activatorRail.name=Rail activador +tile.anvil.intact.name=Enclusa +tile.anvil.name=Enclusa +tile.anvil.slightlyDamaged.name=Enclusa esquerdada +tile.anvil.veryDamaged.name=Enclusa feta malbé +tile.barrier.name=Barrera +tile.beacon.name=Bloc de poder +tile.beacon.primary=Poder primari +tile.beacon.secondary=Poder secundari +tile.bed.name=Llit +tile.bed.noSleep=Només pots dormir de nit +tile.bed.notSafe=No hauries de dormir ara, hi ha monstres a prop teu +tile.bed.notValid=El teu llit s'ha trencat o està obstruït +tile.bed.occupied=Aquest llit està ocupat +tile.bedrock.name=Roca base +tile.birchFence.name=Tanca de bedoll +tile.birchFenceGate.name=Porta de tanca de fusta de bedoll +tile.blockCoal.name=Bloc de carbó +tile.blockDiamond.name=Bloc de diamant +tile.blockEmerald.name=Bloc de maragda +tile.blockGold.name=Bloc d'or +tile.blockIron.name=Bloc de ferro +tile.blockLapis.name=Bloc de lapislàtzuli +tile.blockRedstone.name=Bloc de roca vermella +tile.bookshelf.name=Llibreria +tile.brick.name=Maons +tile.button.name=Botó +tile.cactus.name=Cactus +tile.cake.name=Pastís +tile.carrots.name=Pastanagues +tile.cauldron.name=Calderó +tile.chest.name=Cofre +tile.chestTrap.name=Cofre trampa +tile.clay.name=Argila +tile.clayHardened.name=Argila endurida +tile.clayHardenedStained.black.name=Argila endurida tenyida de negre +tile.clayHardenedStained.blue.name=Argila endurida tenyida de blau +tile.clayHardenedStained.brown.name=Argila endurida tenyida de marró +tile.clayHardenedStained.cyan.name=Argila endurida tenyida de cian +tile.clayHardenedStained.gray.name=Argila endurida tenyida de gris +tile.clayHardenedStained.green.name=Argila endurida tenyida de verd +tile.clayHardenedStained.lightBlue.name=Argila endurida tenyida de blau cel +tile.clayHardenedStained.lime.name=Argila endurida tenyida de llima +tile.clayHardenedStained.magenta.name=Argila endurida tenyida de magenta +tile.clayHardenedStained.name=Argila endurida tenyida +tile.clayHardenedStained.orange.name=Argila endurida tenyida de taronja +tile.clayHardenedStained.pink.name=Argila endurida tenyida de rosa +tile.clayHardenedStained.purple.name=Argila endurida tenyida de lila +tile.clayHardenedStained.red.name=Argila endurida tenyida de vermell +tile.clayHardenedStained.silver.name=Argila endurida tenyida de gris clar +tile.clayHardenedStained.white.name=Argila endurida tenyida de blanc +tile.clayHardenedStained.yellow.name=Argila endurida tenyida de groc +tile.cloth.black.name=Llana negra +tile.cloth.blue.name=Llana blava +tile.cloth.brown.name=Llana marró +tile.cloth.cyan.name=Llana cian +tile.cloth.gray.name=Llana grisa +tile.cloth.green.name=Llana verda +tile.cloth.lightBlue.name=Llana blau cel +tile.cloth.lime.name=Llana llima +tile.cloth.magenta.name=Llana magenta +tile.cloth.name=Llana +tile.cloth.orange.name=Llana taronja +tile.cloth.pink.name=Llana rosa +tile.cloth.purple.name=Llana lila +tile.cloth.red.name=Llana vermella +tile.cloth.silver.name=Llana gris clar +tile.cloth.white.name=Llana +tile.cloth.yellow.name=Llana groga +tile.cobbleWall.mossy.name=Mur de pedra amb molsa +tile.cobbleWall.normal.name=Mur de pedra +tile.cocoa.name=Cacau +tile.commandBlock.name=Bloc de comandaments +tile.crops.name=Cultius +tile.darkOakFence.name=Tanca de fusta de pomer fosc +tile.darkOakFenceGate.name=Porta de tanca de fusta de pomer fosc +tile.daylightDetector.name=Sensor de llum solar +tile.deadbush.name=Arbust mort +tile.detectorRail.name=Rail detector +tile.dirt.coarse.name=Terra seca +tile.dirt.default.name=Terra +tile.dirt.name=Terra +tile.dirt.podzol.name=Pinassa +tile.dispenser.name=Dispensador +tile.doorIron.name=Porta de ferro +tile.doorWood.name=Porta de fusta +tile.doublePlant.fern.name=Falguera gran +tile.doublePlant.grass.name=Herba alta +tile.doublePlant.name=Planta +tile.doublePlant.paeonia.name=Peònia +tile.doublePlant.rose.name=Roser +tile.doublePlant.sunflower.name=Gira-sol +tile.doublePlant.syringa.name=Lilà +tile.dragonEgg.name=Ou de drac +tile.dropper.name=Subministrador +tile.enchantmentTable.name=Taula d'encanteris +tile.endPortalFrame.name=Portal al Regne d'Ender +tile.enderChest.name=Cofre del Regne d'Ender +tile.farmland.name=Terra de cultiu +tile.fence.name=Tanca +tile.fenceGate.name=Porta de tanca +tile.fenceIron.name=Barrots de ferro +tile.fire.name=Foc +tile.flower1.dandelion.name=Dent de lleó +tile.flower1.name=Flor +tile.flower2.allium.name=All bord +tile.flower2.blueOrchid.name=Orquídia blava +tile.flower2.houstonia.name=Houstonia caerulea +tile.flower2.name=Flor +tile.flower2.oxeyeDaisy.name=Margarida +tile.flower2.poppy.name=Rosella +tile.flower2.tulipOrange.name=Tulipa taronja +tile.flower2.tulipPink.name=Tulipa rosa +tile.flower2.tulipRed.name=Tulipa vermella +tile.flower2.tulipWhite.name=Tulipa blanca +tile.furnace.name=Forn +tile.glass.name=Vidre +tile.goldenRail.name=Rail propulsor +tile.grass.name=Bloc d'herba +tile.gravel.name=Grava +tile.hayBlock.name=Bala de fenc +tile.hellrock.name=Roca abismal +tile.hellsand.name=Sorra d'ànimes +tile.hopper.name=Tremuja +tile.ice.name=Gel +tile.icePacked.name=Gel compactat +tile.ironTrapdoor.name=Trapa de ferro +tile.jukebox.name=Tocadiscs +tile.jungleFence.name=Tanca de fusta de jungla +tile.jungleFenceGate.name=Porta de tanca de fusta de jungla +tile.ladder.name=Escala +tile.lava.name=Lava +tile.leaves.acacia.name=Fulles d'acàcia +tile.leaves.big_oak.name=Fulles de pomer fosc +tile.leaves.birch.name=Fulles de bedoll +tile.leaves.jungle.name=Fulles de jungla +tile.leaves.name=Fulles +tile.leaves.oak.name=Fulles de pomer +tile.leaves.spruce.name=Fulles de pi +tile.lever.name=Palanca +tile.lightgem.name=Roca brillant +tile.litpumpkin.name=Carbassa de Halloween +tile.lockedchest.name=Cofre bloquejat +tile.log.acacia.name=Fusta d'acàcia +tile.log.big_oak.name=Fusta de pomer fosc +tile.log.birch.name=Fusta de bedoll +tile.log.jungle.name=Fusta de jungla +tile.log.name=Fusta +tile.log.oak.name=Fusta de pomer +tile.log.spruce.name=Fusta de pi +tile.melon.name=Síndria +tile.mobSpawner.name=Generador de monstres +tile.monsterStoneEgg.brick.name=Niu de monstre de Maons de roca +tile.monsterStoneEgg.chiseledbrick.name=Niu de monstre de Maons de roca cisellats +tile.monsterStoneEgg.cobble.name=Niu de monstre de Pedra +tile.monsterStoneEgg.crackedbrick.name=Niu de monstre de Maons de roca esquerdats +tile.monsterStoneEgg.mossybrick.name=Niu de monstre de Maons de roca amb molsa +tile.monsterStoneEgg.name=Ou de monstre de roca +tile.monsterStoneEgg.stone.name=Niu de monstre de Roca +tile.mushroom.name=Bolet +tile.musicBlock.name=Bloc musical +tile.mycel.name=Miceli +tile.netherBrick.name=Maó abismal +tile.netherFence.name=Tanca de maó abismal +tile.netherStalk.name=Bolet abismal +tile.netherquartz.name=Mena de quars abismal +tile.notGate.name=Torxa de roca vermella +tile.obsidian.name=Obsidiana +tile.oreCoal.name=Mena de carbó +tile.oreDiamond.name=Mena de diamant +tile.oreEmerald.name=Mena de maragda +tile.oreGold.name=Mena d'or +tile.oreIron.name=Mena de ferro +tile.oreLapis.name=Mena de lapislàtzuli +tile.oreRedstone.name=Mena de roca vermella +tile.oreRuby.name=Mena de robí +tile.pistonBase.name=Pistó +tile.pistonStickyBase.name=Pistó enganxós +tile.portal.name=Portal +tile.potatoes.name=Patates +tile.pressurePlateStone.name=Placa de pressió de roca +tile.pressurePlateWood.name=Placa de pressió de fusta +tile.prismarine.bricks.name=Maons de prismarina +tile.prismarine.dark.name=Prismarina fosca +tile.prismarine.rough.name=Prismarina +tile.pumpkin.name=Carbassa +tile.quartzBlock.chiseled.name=Bloc de quars cisellat +tile.quartzBlock.default.name=Bloc de quars +tile.quartzBlock.lines.name=Pilar de quars +tile.quartzBlock.name=Bloc de quars +tile.rail.name=Rail +tile.redSandStone.chiseled.name=Roca sorrenca cisellada +tile.redSandStone.default.name=Roca sorrenca vermella +tile.redSandStone.name=Roca sorrenca vermella +tile.redSandStone.smooth.name=Roca sorrenca llisa +tile.redstoneDust.name=Pols de roca vermella +tile.redstoneLight.name=Làmpara de roca vermella +tile.reeds.name=Canya de sucre +tile.sand.default.name=Sorra +tile.sand.name=Sorra +tile.sand.red.name=Sorra vermella +tile.sandStone.chiseled.name=Roca sorrenca cisellada +tile.sandStone.default.name=Roca sorrenca +tile.sandStone.name=Roca sorrenca +tile.sandStone.smooth.name=Roca sorrenca llisa +tile.sapling.acacia.name=Esqueix d'acàcia +tile.sapling.big_oak.name=Esqueix de pomer fosc +tile.sapling.birch.name=Esqueix de bedoll +tile.sapling.jungle.name=Esqueix de jungla +tile.sapling.oak.name=Esqueix de pomer +tile.sapling.spruce.name=Esqueix de pi +tile.seaLantern.name=Llanterna marina +tile.sign.name=Cartell +tile.slime.name=Bloc de Llim +tile.snow.name=Neu +tile.sponge.dry.name=Esponja +tile.sponge.wet.name=Esponja humida +tile.spruceFence.name=Tanca d'avet +tile.spruceFenceGate.name=Porta de tanca de fusta d'avet +tile.stainedGlass.black.name=Vidre tenyit de negre +tile.stainedGlass.blue.name=Vidre tenyit de blau +tile.stainedGlass.brown.name=Vidre tenyit de marró +tile.stainedGlass.cyan.name=Vidre tenyit de cian +tile.stainedGlass.gray.name=Vidre tenyit de gris +tile.stainedGlass.green.name=Vidre tenyit de verd +tile.stainedGlass.lightBlue.name=Vidre tenyit de blau cel +tile.stainedGlass.lime.name=Vidre tenyit de llima +tile.stainedGlass.magenta.name=Vidre tenyit de magenta +tile.stainedGlass.name=Vidre tenyit +tile.stainedGlass.orange.name=Vidre tenyit de taronja +tile.stainedGlass.pink.name=Vidre tenyit de rosa +tile.stainedGlass.purple.name=Vidre tenyit de lila +tile.stainedGlass.red.name=Vidre tenyit de vermell +tile.stainedGlass.silver.name=Vidre tenyit de gris clar +tile.stainedGlass.white.name=Vidre tenyit de blanc +tile.stainedGlass.yellow.name=Vidre tenyit de groc +tile.stairsBrick.name=Escales de maó +tile.stairsNetherBrick.name=Escales de maó abismal +tile.stairsQuartz.name=Escales de quars +tile.stairsRedSandStone.name=Escales de roca sorrenca vermella +tile.stairsSandStone.name=Escales de roca sorrenca +tile.stairsStone.name=Escales de pedra +tile.stairsStoneBrickSmooth.name=Escales de maó de roca +tile.stairsWood.name=Escales de fusta de pomer +tile.stairsWoodAcacia.name=Escales de fusta d'acàcia +tile.stairsWoodBirch.name=Escales de fusta de bedoll +tile.stairsWoodDarkOak.name=Escales de fusta de pomer fosc +tile.stairsWoodJungle.name=Escales de fusta de jungla +tile.stairsWoodSpruce.name=Escales de fusta de pi +tile.stone.andesite.name=Andesita +tile.stone.andesiteSmooth.name=Andesita polida +tile.stone.diorite.name=Diorita +tile.stone.dioriteSmooth.name=Diorita polida +tile.stone.granite.name=Granit +tile.stone.graniteSmooth.name=Granit polit +tile.stone.stone.name=Roca +tile.stoneMoss.name=Pedra amb molsa +tile.stoneSlab.brick.name=Llosa de maons +tile.stoneSlab.cobble.name=Llosa de pedra +tile.stoneSlab.name=Llosa de roca +tile.stoneSlab.netherBrick.name=Llosa de maons abismals +tile.stoneSlab.quartz.name=Llosa de quars +tile.stoneSlab.sand.name=Llosa de roca sorrenca +tile.stoneSlab.smoothStoneBrick.name=Llosa de maons de roca +tile.stoneSlab.stone.name=Llosa de roca +tile.stoneSlab.wood.name=Llosa de fusta +tile.stoneSlab2.red_sandstone.name=Llosa de roca sorrenca vermella +tile.stonebrick.name=Pedra +tile.stonebricksmooth.chiseled.name=Maons de roca cisellats +tile.stonebricksmooth.cracked.name=Maons de roca esquerdats +tile.stonebricksmooth.default.name=Maons de roca +tile.stonebricksmooth.mossy.name=Maons de roca amb molsa +tile.stonebricksmooth.name=Maons de roca +tile.tallgrass.fern.name=Falguera +tile.tallgrass.grass.name=Herba +tile.tallgrass.name=Herba +tile.tallgrass.shrub.name=Arbust +tile.thinGlass.name=Panell de vidre +tile.thinStainedGlass.black.name=Panell de vidre tenyit de negre +tile.thinStainedGlass.blue.name=Panell de vidre tenyit de blau +tile.thinStainedGlass.brown.name=Panell de vidre tenyit de marró +tile.thinStainedGlass.cyan.name=Panell de vidre tenyit de cian +tile.thinStainedGlass.gray.name=Panell de vidre tenyit de gris +tile.thinStainedGlass.green.name=Panell de vidre tenyit de verd +tile.thinStainedGlass.lightBlue.name=Panell de vidre tenyit de blau cel +tile.thinStainedGlass.lime.name=Panell de vidre tenyit de llima +tile.thinStainedGlass.magenta.name=Panell de vidre tenyit de magenta +tile.thinStainedGlass.name=Panell de vidre tenyit +tile.thinStainedGlass.orange.name=Panell de vidre tenyit de taronja +tile.thinStainedGlass.pink.name=Panell de vidre tenyit de rosa +tile.thinStainedGlass.purple.name=Panell de vidre tenyit de lila +tile.thinStainedGlass.red.name=Panell de vidre tenyit de vermell +tile.thinStainedGlass.silver.name=Panell de vidre tenyit de gris clar +tile.thinStainedGlass.white.name=Panell de vidre tenyit de blanc +tile.thinStainedGlass.yellow.name=Panell de vidre tenyit de groc +tile.tnt.name=Dinamita +tile.torch.name=Torxa +tile.trapdoor.name=Trapa de fusta +tile.tripWire.name=Corda +tile.tripWireSource.name=Ganxo +tile.vine.name=Lianes +tile.water.name=Aigua +tile.waterlily.name=Nenúfar +tile.web.name=Teranyina +tile.weightedPlate_heavy.name=Placa de pressió ponderada (pesant) +tile.weightedPlate_light.name=Placa de pressió ponderada (lleugera) +tile.whiteStone.name=Roca del Regne d'Ender +tile.wood.acacia.name=Taulons de fusta d'acàcia +tile.wood.big_oak.name=Taulons de fusta de pomer fosc +tile.wood.birch.name=Taulons de fusta de bedoll +tile.wood.jungle.name=Taulons de fusta de jungla +tile.wood.name=Taulons de fusta +tile.wood.oak.name=Taulons de fusta de pomer +tile.wood.spruce.name=Taulons de fusta de pi +tile.woodSlab.acacia.name=Llosa de fusta d'acàcia +tile.woodSlab.big_oak.name=Llosa de fusta de pomer fosc +tile.woodSlab.birch.name=Llosa de fusta de bedoll +tile.woodSlab.jungle.name=Llosa de fusta de jungla +tile.woodSlab.name=Llosa de fusta +tile.woodSlab.oak.name=Llosa de fusta de pomer +tile.woodSlab.spruce.name=Llosa de fusta de pi +tile.woolCarpet.black.name=Catifa negra +tile.woolCarpet.blue.name=Catifa blava +tile.woolCarpet.brown.name=Catifa marró +tile.woolCarpet.cyan.name=Catifa cian +tile.woolCarpet.gray.name=Catifa grisa +tile.woolCarpet.green.name=Catifa verda +tile.woolCarpet.lightBlue.name=Catifa blau cel +tile.woolCarpet.lime.name=Catifa llima +tile.woolCarpet.magenta.name=Catifa magenta +tile.woolCarpet.name=Catifa +tile.woolCarpet.orange.name=Catifa taronja +tile.woolCarpet.pink.name=Catifa rosa +tile.woolCarpet.purple.name=Catifa lila +tile.woolCarpet.red.name=Catifa vermella +tile.woolCarpet.silver.name=Catifa gris clar +tile.woolCarpet.white.name=Catifa +tile.woolCarpet.yellow.name=Catifa groga +tile.workbench.name=Taula d'elaboració +title.oldgl1=S'ha detectat una targeta gràfica vella; això t'impedirà +title.oldgl2=jugar en un futur llunyà, ja que OpenGL 2.0 serà necessari. +translation.test.args=%s %s +translation.test.escape=%%s %%%s %%%%s %%%%%s +translation.test.invalid=Hola % +translation.test.invalid2=hola %s +translation.test.none=Hola, món! +translation.test.world=món diff --git a/javascript/lang/cs_CZ.lang b/javascript/lang/cs_CZ.lang new file mode 100755 index 00000000..98886c66 --- /dev/null +++ b/javascript/lang/cs_CZ.lang @@ -0,0 +1,2375 @@ +achievement.acquireIron=Pokrok nezastavíš +achievement.acquireIron.desc=Vytav železo +achievement.bakeCake=Lež +achievement.bakeCake.desc=PÅ¡enice, cukr, mléko a vajíÄka! +achievement.blazeRod=Spalující vášeň +achievement.blazeRod.desc=Zbav ohniváka jeho hole +achievement.bookcase=Knihomol +achievement.bookcase.desc=Postav nÄ›kolik knihoven okolo, abys zvýšil úÄinnost oltáře oÄarování +achievement.breedCow=Rozšíření stáda +achievement.breedCow.desc=Rozmnož dvÄ› krávy pomocí pÅ¡enice +achievement.buildBetterPickaxe=Doba kamenná +achievement.buildBetterPickaxe.desc=Vyrob lepší krumpÃ¡Ä +achievement.buildFurnace=Ožehavá záležitost +achievement.buildFurnace.desc=Postav pec z osmi kusů kamenné sutÄ› +achievement.buildHoe=PÅ™emysl OrÃ¡Ä +achievement.buildHoe.desc=Použij prkna a tyÄky k výrobÄ› motyky +achievement.buildPickaxe=Vzhůru dolů! +achievement.buildPickaxe.desc=Použij prkna a tyÄky na výrobu krumpáÄe +achievement.buildSword=Hrrrr na nÄ›! +achievement.buildSword.desc=Použij prkna a tyÄky na vytvoÅ™ení meÄe +achievement.buildWorkBench=StolaÅ™ina, to je dÅ™ina +achievement.buildWorkBench.desc=Vyrob si stůl ze 4 prken +achievement.cookFish=MilouÅ¡ká rybiÅ¡ka +achievement.cookFish.desc=ChyÅ¥ a uvaÅ™ rybu! +achievement.diamonds=DIAMANTY! +achievement.diamonds.desc=Získej diamanty pomocí železných nástrojů +achievement.diamondsToYou=Diamanty pro tebe! +achievement.diamondsToYou.desc=HoÄ diamanty jinému hráÄi. +achievement.enchantments=ZaklínaÄ +achievement.enchantments.desc=Použij knihu, obsidián a diamanty, abys vytvoÅ™il oltář oÄarování +achievement.exploreAllBiomes=Cestovatel +achievement.exploreAllBiomes.desc=Objev vÅ¡echny biomy +achievement.flyPig=Kdyby prase mÄ›lo křídla +achievement.flyPig.desc=RozleÅ¥ se na praseti ze skály +achievement.fullBeacon=Správce majáku +achievement.fullBeacon.desc=VytvoÅ™ kompletní maják +achievement.get=Získáno ocenÄ›ní! +achievement.ghast=Vráceno odesílateli +achievement.ghast.desc=ZniÄ Äasa pomocí ohnivé koule +achievement.killCow=Krávobijec +achievement.killCow.desc=Získej nÄ›jakou kůži +achievement.killEnemy=Lovec oblud +achievement.killEnemy.desc=ZaútoÄ na obludu a zniÄ ji +achievement.killWither=ZaÄátek. +achievement.killWither.desc=Zabij Withera +achievement.makeBread=UpeÄ tÅ™eba chleba... +achievement.makeBread.desc=Proměň pÅ¡enici v chléb +achievement.mineWood=Poraž strom! +achievement.mineWood.desc=ÚtoÄ na strom dokud z nÄ›j nevypadne blok dÅ™eva +achievement.onARail=Mám rád vláÄky +achievement.onARail.desc=Procestuj vozíkem vzdálenost vÄ›tší než 1 km z místa startu +achievement.openInventory=Co mám v kapsiÄkách? +achievement.openInventory.desc=Stiskni '%1$s' pro otevÅ™ení inventáře +achievement.overkill=To bude bolet! +achievement.overkill.desc=Jedním úderem seber nepříteli 8 srdcí +achievement.overpowered=PÅ™emohl +achievement.overpowered.desc=Vybudovat zářez jablko +achievement.portal=Jdem do hlubin, kde vládne stín +achievement.portal.desc=Postav portál do Netheru +achievement.potion=Malý chemik +achievement.potion.desc=UvaÅ™ lektvar +achievement.requires=Nejdříve získej: '%1$s' +achievement.snipeSkeleton=Duel odstÅ™elovaÄů +achievement.snipeSkeleton.desc=Zabij kostlivce šípem ze vzdálenosti vÄ›tší jak 50 metrů +achievement.spawnWither=Na zaÄátku? +achievement.spawnWither.desc=VytvoÅ™ Withera +achievement.taken=Získaný! +achievement.theEnd=Konec? +achievement.theEnd.desc=Nalezni End dimenzi +achievement.theEnd2=Konec. +achievement.theEnd2.desc=Skol draka z Endu +addServer.add=Hotovo +addServer.enterIp=Adresa serveru +addServer.enterName=Název serveru +addServer.hideAddress=Skrýt adresu +addServer.resourcePack=Zdrojové balíÄky serveru +addServer.resourcePack.disabled=Zakázáno +addServer.resourcePack.enabled=Povoleno +addServer.resourcePack.prompt=Okamžitý +addServer.title=Upravit popis +advMode.allEntities=Použij "@e" pro zaměření vÅ¡ech entit +advMode.allPlayers=Použij "@a" pro zaměření vÅ¡ech hráÄů +advMode.command=Příkaz pro konzoli +advMode.nearestPlayer=Použij "@p" pro zaměření nejbližšího hráÄe +advMode.notAllowed=Musíte být operátor v kreativní hÅ™e +advMode.notEnabled=Příkazové bloky nejsou na tomto serveru povoleny +advMode.previousOutput=PÅ™edchozí výstup +advMode.randomPlayer=Použij "@r" pro zaměření náhodného hráÄe +advMode.setCommand=Nastavit příkaz pro blok +advMode.setCommand.success=Příkaz nastaven: %s +attribute.name.generic.attackDamage=Síla útoku +attribute.name.generic.followRange=Rádius útoÄení mobů +attribute.name.generic.knockbackResistance=Odolnost proti odražení +attribute.name.generic.maxHealth=Maximální zdraví +attribute.name.generic.movementSpeed=Rychlost +attribute.name.horse.jumpStrength=Síla skoku konÄ› +attribute.name.zombie.spawnReinforcements=Zombie posily +book.byAuthor=napsal %1$s +book.editTitle=Vlož název knihy: +book.finalizeButton=Podepsat a uzavřít +book.finalizeWarning=Nezapomeň! Podepsanou knihu již nadále nelze upravovat. +book.generation.0=Originál +book.generation.1=Kopie originálu +book.generation.2=Kopie z kopie +book.generation.3=Otrhané +book.pageIndicator=Strana %1$s z %2$s +book.signButton=Podepsat +build.tooHigh=Výškový limit pro stavbu je %s bloků +chat.cannotSend=Zprávu do chatu nelze odeslat +chat.copy=Kopírovat do schránky +chat.link.confirm=Jsi si jistý, že chceÅ¡ otevřít následující internetové stránky? +chat.link.confirmTrusted=Chcete otevřít tento odkaz nebo jej zkopírovat do schránky? +chat.link.open=Otevřít v prohlížeÄi +chat.link.warning=Nikdy neotvírej odkazy od osob, kterým nedůvěřujeÅ¡! +chat.stream.emote=(%s) * %s %s +chat.stream.text=(%s) <%s> %s +chat.type.achievement=%s právÄ› získal ocenÄ›ní %s +chat.type.achievement.taken=%s pÅ™iÅ¡el o ocenÄ›ní %s +commands.achievement.alreadyHave=HrÃ¡Ä %s již achievement %s získal +commands.achievement.dontHave=HrÃ¡Ä %s nezískal výzvu %s +commands.achievement.give.success.all=Dal jsi vÅ¡echny ocenÄ›ní hráÄi +commands.achievement.give.success.one=HráÄi %s úspěšnÄ› udÄ›lena statistika %s +commands.achievement.statTooLow=HrÃ¡Ä %s nemá statistiku %s +commands.achievement.take.success.all=ÚspěšnÄ› odebrány vÅ¡echny ocenÄ›ní hráÄi %s +commands.achievement.take.success.one=ÚspěšnÄ› pÅ™ijaty statistiky %s od %s +commands.achievement.unknownAchievement=Neznámé ocenÄ›ní nebo statistika '%s' +commands.achievement.usage=/achievement [player] +commands.ban.failed=Nelze zablokovat hráÄe %s +commands.ban.success=HráÄi %s byl zakázán přístup +commands.ban.usage=/ban [důvod ...] +commands.banip.invalid=Zadal jsi neplatnou IP adresu nebo hráÄe, který není ve hÅ™e +commands.banip.success=IP adresa %s byla zakázána +commands.banip.success.players=IP adresa %s patřící hráÄi %s byla zakázána +commands.banip.usage=/ban-ip [důvod ...] +commands.banlist.ips=Je zde celkem %s zakázaných IP adres: +commands.banlist.players=Je zde celkem %s zakázaných hráÄů: +commands.banlist.usage=/banlist [ips|players] +commands.blockdata.failed=Datový tag se nezmÄ›nil: %s +commands.blockdata.notValid=Cílový blok není držitelem dat +commands.blockdata.outOfWorld=Nelze upravit blok mimo svÄ›t +commands.blockdata.success=Data bloku aktualizována na: %s +commands.blockdata.tagError=Analýza datové znaÄky selhala: %s +commands.blockdata.usage=/blockdata +commands.chunkinfo.compiled=Chunk je zkompilován. +commands.chunkinfo.data=Prvních 64 vrcholů je: %s +commands.chunkinfo.empty=Chunk je prázdný. +commands.chunkinfo.hasLayers=Chunk má vrstvy: %s +commands.chunkinfo.hasNoRenderableLayers=Chunk nemá žádné vrstvy k vykreslení. +commands.chunkinfo.isEmpty=Chunk má prázdné vrstvy: %s +commands.chunkinfo.location=UmístÄ›ní chunku: (%s, %s, %s) +commands.chunkinfo.noChunk=Žádný chunk nebyl nalezen na pozici %s, %s, %s +commands.chunkinfo.notCompiled=Chunk není zkompilován. +commands.chunkinfo.notEmpty=Chunk není prázdný. +commands.chunkinfo.usage=/chunkinfo [ ] +commands.chunkinfo.vertices=%s vyrovnávání vrstev obsahuje %s vrcholů +commands.clear.failure=Nelze vymazat inventář, nejsou žádné vÄ›ci +commands.clear.success=Inventář hráÄe %s vymazán, odstranÄ›no %s položek +commands.clear.tagError=Analýza datové znaÄky selhala: %s +commands.clear.testing=%s má %s pÅ™edmÄ›tů, které odpovídají kritériím +commands.clear.usage=/clear [hráÄ] [pÅ™edmÄ›t] [data] [maxPoÄet] [datovýTag] +commands.clone.failed=Žádné bloky nebyly zklonovány +commands.clone.noOverlap=Zdroj a cíl se nemohou pÅ™ekrývat +commands.clone.outOfWorld=Nelze získat přístup k blokům mimo svÄ›t +commands.clone.success=%s bloků zklonováno +commands.clone.tooManyBlocks=PříliÅ¡ mnoho bloků v oznaÄeném areálu (%s > %s) +commands.clone.usage=/ clone [mód] +commands.compare.failed=Zdroj a cíl nejsou stejné +commands.compare.outOfWorld=Nelze získat přístup k blokům mimo svÄ›t +commands.compare.success=%s bloků porovnáno +commands.compare.tooManyBlocks=PříliÅ¡ mnoho bloků v oznaÄeném areálu (%s > %s) +commands.compare.usage=/testforblocks [mód] +commands.debug.notStarted=Nelze zastavit profilování, když žádné nebylo spuÅ¡tÄ›no! +commands.debug.start=Profil ladÄ›ní zapoÄal +commands.debug.stop=Profil ladÄ›ní byl ukonÄen po %s sekundách (%s tiků) +commands.defaultgamemode.success=Výchozí typ hry tohoto svÄ›ta nastaven na %s +commands.defaultgamemode.usage=/defaultgamemode +commands.deop.failed=Nelze sebrat práva operátora hráÄi %s +commands.deop.success=HráÄi %s byla odebrána operátorská práva +commands.deop.usage=/deop +commands.difficulty.success=Obtížnost hry zmÄ›nÄ›na na %s +commands.difficulty.usage=/difficulty +commands.downfall.success=PoÄasí bylo zmÄ›nÄ›no +commands.effect.failure.notActive=Nelze vzít %1$s z %2$s, neboÅ¥ nemá úÄinek +commands.effect.failure.notActive.all=Nelze vzít žádné úÄinky z %s, protože žádné nemá +commands.effect.notFound=Neexistuje žádný takový Mobuv úÄinek s ID %s +commands.effect.success=PÅ™idán efekt %1$s (ID %2$s) se sílou %3$s hráÄi %4$s po dobu %5$s sekund +commands.effect.success.removed=Trvalo %1$s z %2$s +commands.effect.success.removed.all=VÅ¡echny efekty z %s byly odstranÄ›ny +commands.effect.usage=/effect [sekundy] [zesilovaÄ] [skrýtČástice] +commands.enchant.cantCombine=%1$s nelze zkombinovat s %2$s +commands.enchant.cantEnchant=K cílové položce nelze pÅ™idat vybrané kouzlo +commands.enchant.noItem=Tento hrÃ¡Ä nedrží vÄ›c +commands.enchant.notFound=Neexistuje žádné kouzlo s ID %s +commands.enchant.success=Okouzlení probÄ›hlo úspěšné +commands.enchant.usage=/enchant [úroveň] +commands.entitydata.failed=Datový tag se nezmÄ›nil: %s +commands.entitydata.noPlayers=%s je hrÃ¡Ä a nemůže být zmÄ›nÄ›n +commands.entitydata.success=Data entity aktualizována na: %s +commands.entitydata.tagError=Analýza datové znaÄky selhala: %s +commands.entitydata.usage=/entitydata +commands.execute.allInvocationsFailed=VÅ¡echna vyvolání selhala: '%s' +commands.execute.failed=Nelze provést '%s' jako %s +commands.execute.usage=/execute NEBO /execute detect +commands.fill.failed=Žádné bloky nebyly vyplnÄ›ny +commands.fill.outOfWorld=NemůžeÅ¡ pokládat bloky mimo svÄ›t +commands.fill.success=%s bloků bylo vyplnÄ›no +commands.fill.tagError=Analýza datové znaÄky selhala: %s +commands.fill.tooManyBlocks=PříliÅ¡ mnoho bloků v dané oblasti (%s > %s) +commands.fill.usage=/fill [datováHodnota] [staráManipulaceBloků] [datovýTag] +commands.gamemode.success.other=%s má zmÄ›nÄ›n typ hry na %s +commands.gamemode.success.self=Typ hry zmÄ›nÄ›n na %s +commands.gamemode.usage=/gamemode [hráÄ] +commands.gamerule.nopermission=Pouze vlastníci serveru mohou zmÄ›nit '%s' +commands.gamerule.norule=Pravidlo %s není k dispozici +commands.gamerule.success=Pravidlo hry bylo aktualizováno +commands.gamerule.usage=/gamerule [hodnota] +commands.generic.boolean.invalid='%s' není 'true' nebo 'false' +commands.generic.double.tooBig=Číslo, které jste zadali (%s), je příliÅ¡ velké, musí být nejvíce %s +commands.generic.double.tooSmall=Číslo, které jste zadali (%s) je příliÅ¡ malé, musí být nejménÄ› %s +commands.generic.entity.invalidType=Typ entity '%s' je neplatné +commands.generic.entity.invalidUuid=Entita UUID, k dispozici je v neplatném formátu +commands.generic.entity.notFound=Entita nebyla nalezena +commands.generic.exception=DoÅ¡lo k neznámé chybÄ› pÅ™i pokusu o provedení tohoto příkazu +commands.generic.notFound=Neznámý příkaz. Zkuste příkaz /help pro zobrazení seznamu příkazů +commands.generic.num.invalid='%s' není platné Äíslo +commands.generic.num.tooBig=Číslo, které jsi zadal (%s) je příliÅ¡ veliké, nesmí pÅ™ekroÄit %s +commands.generic.num.tooSmall=Číslo, které jsi zadal (%s), je příliÅ¡ malé. Musí být nejménÄ› %s +commands.generic.parameter.invalid='%s' není platný parametr +commands.generic.permission=Nemáte oprávnÄ›ní k použití tohoto příkazu +commands.generic.player.notFound=Tento hrÃ¡Ä nebyl nalezen +commands.generic.syntax=Å patná forma příkazu +commands.generic.usage=Použití: %s +commands.give.notFound=Neexistuje žádný pÅ™edmÄ›t s ID %s +commands.give.success=Dal jsi %s * %s hráÄi %s +commands.give.tagError=Datové znaÄky analýza se nezdaÅ™ila: %s +commands.give.usage=/give [množství] [data] [dataTag] +commands.help.footer=Tip: Použij pro automatické doplnÄ›ní rozepsaného příkazu nebo jeho parametrů +commands.help.header=--- Zobrazuji %s. stranu nápovÄ›dy z %s (/help ) --- +commands.help.usage=/help [stránka|příkaz] +commands.kick.success=%s byl vykopnut ze hry +commands.kick.success.reason=%s byl vykopnut ze hry: '%s' +commands.kick.usage=/kick [důvod ...] +commands.kill.successful=Zabit %s +commands.kill.usage=/kill [hráÄ|entita] +commands.me.usage=/me <Äinnost ...> +commands.message.display.incoming=%s ti poÅ¡eptal: %s +commands.message.display.outgoing=ZaÅ¡eptal jsi hráÄi %s: %s +commands.message.sameTarget=NemůžeÅ¡ poslat zprávu sám sobÄ›! +commands.message.usage=/tell +commands.op.failed=Nelze udÄ›lit práva operátora hráÄi %s +commands.op.success=HráÄi %s byla pÅ™idÄ›lena operátorská práva +commands.op.usage=/op +commands.particle.notFound=Neznámý název efektu (%s) +commands.particle.success=Použit efekt %s %s krát +commands.particle.usage=/particle [poÄet] [režim] +commands.players.list=Je zde %s/%s hráÄů online: +commands.playsound.playerTooFar=HrÃ¡Ä je příliÅ¡ daleko, aby slyÅ¡el zvuk +commands.playsound.success=PÅ™ehrán zvuk '%s' hráÄi %s +commands.playsound.usage=/playsound [x] [y] [z] [hlasitost] [stupnice] [minimalní_hlasitost] +commands.publish.failed=Nelze hostovat místní hru +commands.publish.started=Místní hra je hostována na portu %s +commands.replaceitem.block.usage=blok /ReplaceItem [množství] [data] [dataTag] +commands.replaceitem.entity.usage=entita /ReplaceItem [množství] [data] [dataTag] +commands.replaceitem.failed=Patice %s nelze nahradit %s * %s +commands.replaceitem.noContainer=Blok %s %s, %s není kontejner +commands.replaceitem.success=Nahrazený patice %s s %s * %s +commands.replaceitem.tagError=Datové znaÄky analýza se nezdaÅ™ila: %s +commands.replaceitem.usage=/ReplaceItem ... +commands.save-off.alreadyOff=Ukládání je již vypnuto. +commands.save-on.alreadyOn=Ukládání je již zapnuto. +commands.save.disabled=Automatické ukládání svÄ›ta vypnuto +commands.save.enabled=Automatické ukládání svÄ›ta zapnuto +commands.save.failed=Nelze uložit: %s +commands.save.start=Ukládání... +commands.save.success=SvÄ›t uložen +commands.say.usage=/say +commands.scoreboard.allMatchesFailed=VÅ¡echny shody selhaly +commands.scoreboard.noMultiWildcard=Povolen pouze jeden zástupný znak +commands.scoreboard.objectiveNotFound=Nebyl nalezen žádný cíl se jménem '%s' +commands.scoreboard.objectiveReadOnly=Cíl '%s' je pouze ke Ätení a není jej možné upravit +commands.scoreboard.objectives.add.alreadyExists=Cíl se jménem '%s' již existuje +commands.scoreboard.objectives.add.displayTooLong=Zobrazované jméno '%s' je pro cíl příliÅ¡ dlouhé, může být dlouhé maximálnÄ› %s znaků +commands.scoreboard.objectives.add.success=Nová funkce '%s' byla úspěšnÄ› pÅ™idána +commands.scoreboard.objectives.add.tooLong=Jméno '%s' je pro cíl příliÅ¡ dlouhé, může být dlouhé maximálnÄ› %s znaků +commands.scoreboard.objectives.add.usage=/scoreboard objectives add [zobrazované jméno] +commands.scoreboard.objectives.add.wrongType=Neplatné kritéria pro pÅ™edmÄ›t typu '%s' +commands.scoreboard.objectives.list.count=PoÄet objektů na Scoreboardu je %s: +commands.scoreboard.objectives.list.empty=Na výsledkové tabuli není žádný cíl +commands.scoreboard.objectives.list.entry=- %s: zobrazeno jako '%s' typ '%s' +commands.scoreboard.objectives.remove.success=Cíl '%s' byl úspěšnÄ› odstranÄ›n +commands.scoreboard.objectives.remove.usage=/scoreboard objectives remove +commands.scoreboard.objectives.setdisplay.invalidSlot=Pozice '%s' neexistuje +commands.scoreboard.objectives.setdisplay.successCleared=Pozice pro zobrazování cílů '%s' úspěšnÄ› vyÄiÅ¡tÄ›na +commands.scoreboard.objectives.setdisplay.successSet=Nastav cíl v pozici '%s' na '%s' +commands.scoreboard.objectives.setdisplay.usage=/scoreboard objectives setdisplay [cíl] +commands.scoreboard.objectives.usage=/scoreboard objectives ... +commands.scoreboard.players.add.usage=/scoreboard players add <úkol> [datovýTag] +commands.scoreboard.players.enable.noTrigger=Úkol %s není spouÅ¡tÄ›Ä +commands.scoreboard.players.enable.success=Povolené aktivaÄní události %s pro %s +commands.scoreboard.players.enable.usage=/scoreboard players enable +commands.scoreboard.players.list.count=Na výsledkové tabuli zobrazeno %s sledovaných hráÄů: +commands.scoreboard.players.list.empty=Na výsledkové tabuli nejsou sledováni žádní hráÄi +commands.scoreboard.players.list.player.count=PoÄet cílů sledovaných pro hráÄe %s je %s: +commands.scoreboard.players.list.player.empty=HrÃ¡Ä %s nemá v záznamu žádná skóre +commands.scoreboard.players.list.usage=/scoreboard players list [jméno] +commands.scoreboard.players.operation.invalidOperation=Neplatná operace %s +commands.scoreboard.players.operation.notFound=Žádné skóre %s pro %s nebylo nalezeno +commands.scoreboard.players.operation.success=Operace úspěšnÄ› použita +commands.scoreboard.players.operation.usage=/scoreboard players operation <úkol> +commands.scoreboard.players.remove.usage=/scoreboard players remove <úkol> [datovýTag] +commands.scoreboard.players.reset.success=Vynulovat vÅ¡echny výsledky hráÄe %s +commands.scoreboard.players.reset.usage=/scoreboard players reset [úkol] +commands.scoreboard.players.resetscore.success=Vynulovat skóre %s hráÄe %s +commands.scoreboard.players.set.success=Skóre %s hráÄe %s bylo nastaveno na %s +commands.scoreboard.players.set.tagError=Nelze analyzovat dataTag, důvod: %s +commands.scoreboard.players.set.tagMismatch=Datový tag se neshoduje pro %s +commands.scoreboard.players.set.usage=/ vysvÄ›dÄení hráÄů set [dataTag] +commands.scoreboard.players.test.failed=Skóre %s není v rozsahu od %s do %s +commands.scoreboard.players.test.notFound=Žádné skóre %s pro %s neblyo nalezeno +commands.scoreboard.players.test.success=Skóre %s je v rozsahu od %s do %s +commands.scoreboard.players.test.usage=/scoreboard players test <úkol> +commands.scoreboard.players.usage=/Scoreboard players ... +commands.scoreboard.teamNotFound=Nebyl nalezen žádný tým se jménem '%s' +commands.scoreboard.teams.add.alreadyExists=Tým se jménem '%s' již existuje +commands.scoreboard.teams.add.displayTooLong=Zobrazované jméno '%s' je pro tým příliÅ¡ dlouhé, může být dlouhé maximálnÄ› %s znaků +commands.scoreboard.teams.add.success=Nový tým '%s' úspěšnÄ› pÅ™idán +commands.scoreboard.teams.add.tooLong=Jméno '%s' je pro tým příliÅ¡ dlouhé, může být dlouhé maximálnÄ› %s znaků +commands.scoreboard.teams.add.usage=/scoreboard teams add [zobrazované jméno] +commands.scoreboard.teams.empty.alreadyEmpty=Tým %s je již prázdný, není možno odstranit neexistující hráÄe +commands.scoreboard.teams.empty.success=PoÄet hráÄů vyjmutých z týmu %s je %s +commands.scoreboard.teams.empty.usage=/scoreboard teams empty +commands.scoreboard.teams.join.failure=PoÄet hráÄů které nelze pÅ™idat do týmu %s je %s +commands.scoreboard.teams.join.success=PoÄet hráÄů pÅ™idaných do týmu %s je %s +commands.scoreboard.teams.join.usage=/scoreboard teams join [hráÄ] +commands.scoreboard.teams.leave.failure=PoÄet hráÄů kteří nemohli být vyjmuti z týmú je %s: %s +commands.scoreboard.teams.leave.noTeam=Nejste v týmu +commands.scoreboard.teams.leave.success=PoÄet hráÄů vyjmutých z týmú je %s: %s +commands.scoreboard.teams.leave.usage=/scoreboard teams leave [hráÄ] +commands.scoreboard.teams.list.count=Zobrazuji %s týmů na výsledkové tabuli: +commands.scoreboard.teams.list.empty=Na výsledkové tabuli není zaregistrován žádný tým +commands.scoreboard.teams.list.entry=- %1$s: '%2$s' má %3$s hráÄů +commands.scoreboard.teams.list.player.count=PoÄet hráÄů v týmu %s je %s: +commands.scoreboard.teams.list.player.empty=Tým %s nemá žádné hráÄe +commands.scoreboard.teams.list.usage=/scoreboard teams list [jméno] +commands.scoreboard.teams.option.noValue=Platné hodnoty pro možnost %s jsou: %s +commands.scoreboard.teams.option.success=Možnost %s týmu %s nastavena na %s +commands.scoreboard.teams.option.usage=/scoreboard teams option +commands.scoreboard.teams.remove.success=OdstranÄ›n tým %s +commands.scoreboard.teams.remove.usage=/scoreboard teams remove +commands.scoreboard.teams.usage=/scoreboard teams ... +commands.scoreboard.usage=/scoreboard ... +commands.seed.success=Zdroj: %s +commands.setblock.failed=Blok nelze umístit +commands.setblock.noChange=Blok nebylo možné umístit +commands.setblock.notFound=Neexistuje žádný takový blok s ID/názvem %s +commands.setblock.outOfWorld=Nelze umístit blok mimo svÄ›t +commands.setblock.success=Blok umístÄ›n +commands.setblock.tagError=Datové znaÄky analýza se nezdaÅ™ila: %s +commands.setblock.usage=/setblock [datováHodnota] [oldBlockHandling] [dataTag] +commands.setidletimeout.success=ÚspěšnÄ› nastaven Äasový limit neÄinnosti na %s minut. +commands.setidletimeout.usage=/setidletimeout +commands.setworldspawn.success=Nastavte bod svÄ›tového spawnu na (%s, %s, %s) +commands.setworldspawn.usage=/setworldspawn [ ] +commands.spawnpoint.success=Nastavit místo oživení hráÄe %s na (%s, %s, %s) +commands.spawnpoint.usage=/spawnpoint [hráÄ] [ ] +commands.spreadplayers.failure.players=Nelze rozšířit %s hráÄe po okolí %s,%s (přílž mnoho hráÄů na daný prostor - zkus rozšířit po vÄ›tším prostoru %s) +commands.spreadplayers.failure.teams=Nelze rozšířit %s týmy po okolí %s,%s (přílÅ¡ mnoho hráÄů na daný prostor - zkus rozšířit po vÄ›tším prostoru %s +commands.spreadplayers.info.players=(PrůmÄ›rná vzdálenost mezi hráÄi je %s bloků po %s opakováních) +commands.spreadplayers.info.teams=(PrůmÄ›rná vzdálenost mezi týmy je %s bloků po %s opakováních) +commands.spreadplayers.spreading.players=Rozšíření %s hráÄů %s bloků okolo %s,%s (min %s bloků od sebe) +commands.spreadplayers.spreading.teams=Rozšíření %s týmů %s bloků okolo %s,%s (min %s bloků od sebe) +commands.spreadplayers.success.players=ÚspěšnÄ› rozšířeno %s hráÄů okolo %s,%s +commands.spreadplayers.success.teams=ÚspěšnÄ› rozšířeno %s týmů okolo %s,%s +commands.spreadplayers.usage=/spreadplayers +commands.stats.block.clear.usage=/stats block clear +commands.stats.block.set.usage=/stats block set <úkol> +commands.stats.block.usage=/stats block ... +commands.stats.cleared=Vymazáno %s statistik +commands.stats.entity.clear.usage=/stats entity clear +commands.stats.entity.set.usage=/stats entity set <úkol> +commands.stats.entity.usage=/stats entity +commands.stats.failed=Neplatné parametry +commands.stats.noCompatibleBlock=Blok na souÅ™adnicích %s %s %s nemůže zaznamenávat statistiky +commands.stats.success=Ukládání %s statistik v %s na %s +commands.stats.usage=/stats ... +commands.stop.start=Zastavuji server +commands.summon.failed=Nelze pÅ™ivolat objekt +commands.summon.outOfWorld=Nelze pÅ™ivolat objekt mimo svÄ›t +commands.summon.success=Objekt úspěšnÄ› pÅ™ivolán +commands.summon.tagError=analýza dátové znaÄky se nezdaÅ™ila: %s +commands.summon.usage=/summon [x] [y] [z] [dataTag] +commands.tellraw.jsonException=Neplatný json %s +commands.tellraw.usage=/tellraw +commands.testfor.failure=%s neodpovídá požadované datové struktuÅ™e +commands.testfor.success=Nalezen %s +commands.testfor.tagError=Analýza datové znaÄky selhala: %s +commands.testfor.usage=/testfor [dataTag] +commands.testforblock.failed.data=Blok na pozici %s,%s,%s mÄ›l datovou hodnotu %s (pÅ™edpokládáno: %s). +commands.testforblock.failed.nbt=Blok na %s,%s,%s nemÄ›l požadované NBT klíÄe. +commands.testforblock.failed.tile=Blok na %s,%s,%s je %s (oÄekáván: %s). +commands.testforblock.failed.tileEntity=Blok na pozici %s,%s,%s není cílovým objektem a nemůže podporovat schodu znaÄek. +commands.testforblock.outOfWorld=Nelze otestovat blok mimo hranice svÄ›ta +commands.testforblock.success=ÚspěšnÄ› nalezen blok na %s,%s,%s. +commands.testforblock.usage=/testforblock [dataValue] [dataTag] +commands.time.added=K Äasu pÅ™idáno %s +commands.time.query=ÄŒas je %s +commands.time.set=ÄŒas nastaven na %s +commands.time.usage=/time +commands.title.success=Příkaz "title" byl úspěšnÄ› proveden +commands.title.usage=/title ... +commands.title.usage.clear=/title clear|reset +commands.title.usage.times=/title times +commands.title.usage.title=/title title|subtitle +commands.tp.notSameDimension=Nelze se teleportovat, protože hráÄi nejsou ve stejné dimenzi +commands.tp.success=%s byl teleportován k %s +commands.tp.success.coordinates=%s teleportován na %s,%s,%s +commands.tp.usage=/tp [cílový hráÄ] NEBO /tp [cílový hráÄ] [ ] +commands.trigger.disabled=AktivaÄní událost %s není povolena +commands.trigger.invalidMode=Neplatný mód spouÅ¡tÄ›Äe %s +commands.trigger.invalidObjective=Neplatné jméno spouÅ¡tÄ›Äe %s +commands.trigger.invalidPlayer=Pouze hráÄi mohou použít příkaz /trigger +commands.trigger.success=SpouÅ¡tÄ›Ä %s zmÄ›nÄ›n s %s %s +commands.trigger.usage=/trigger <úkol> +commands.unban.failed=Nelze odblokovat hráÄe %s +commands.unban.success=HráÄi %s byl znovu povolen přístup +commands.unban.usage=/pardon +commands.unbanip.invalid=Zadal jsi neplatnou IP adresu +commands.unbanip.success=IP adresa %s byla povolena +commands.unbanip.usage=/pardon-ip +commands.weather.clear=ZmÄ›na na jasné poÄasí +commands.weather.rain=ZmÄ›na na deÅ¡tivé poÄasí +commands.weather.thunder=ZmÄ›na na bouÅ™ku +commands.weather.usage=/weather [délka v sekundách] +commands.whitelist.add.failed=Nelze pÅ™idat %s do whitelistu +commands.whitelist.add.success=PÅ™idal jsi hráÄe %s na whitelist +commands.whitelist.add.usage=/whitelist add +commands.whitelist.disabled=Whitelist vypnutý +commands.whitelist.enabled=Whitelist zapnutý +commands.whitelist.list=Je zde %s (z celkových %s) povolených hráÄů: +commands.whitelist.reloaded=Whitelist byl znovu naÄten +commands.whitelist.remove.failed=Nelze odstranit %s z whitelistu +commands.whitelist.remove.success=%s byl odstranÄ›n z whitelistu +commands.whitelist.remove.usage=/whitelist remove +commands.whitelist.usage=/whitelist +commands.worldborder.add.usage=/worldborder add [ÄasVsekundách] +commands.worldborder.center.success=Nastavit stÅ™ed hranice svÄ›ta na %s,%s +commands.worldborder.center.usage=/worldborder center +commands.worldborder.damage.amount.usage=/worldborder damage amount +commands.worldborder.damage.buffer.usage=/worldborder damage buffer +commands.worldborder.damage.usage=/worldborder damage +commands.worldborder.get.success=Hranice svÄ›ta jsou aktuálnÄ› velké %s bloků +commands.worldborder.set.success=Hranice svÄ›ta byly nastaveny na velikost %s bloků (byly %s bloků) +commands.worldborder.set.usage=/worldborder set [ÄasVsekundách] +commands.worldborder.setSlowly.grow.success=ZvÄ›tÅ¡uji hranici svÄ›ta na %s bloků (z %s bloků) v %s sekundách +commands.worldborder.setSlowly.shrink.success=ZmenÅ¡uji hranici svÄ›ta na %s bloků (z %s bloků) v %s sekundách +commands.worldborder.usage=/worldborder ... +commands.worldborder.warning.distance.success=Nastavit varování hranice svÄ›ta na %s bloků daleko (od %s bloků) +commands.worldborder.warning.distance.usage=/worldborder warning distance +commands.worldborder.warning.time.usage=/worldborder warning time +commands.worldborder.warning.usage=/worldborder warning <Äas|vzdálenost> +commands.xp.failure.widthdrawXp=HráÄům nelze udÄ›lovat záporné zkuÅ¡enostní body +commands.xp.success=HrÃ¡Ä %s dostal %s zkuÅ¡eností +commands.xp.success.levels=HráÄi %s bylo pÅ™idáno %s úrovní +commands.xp.success.negative.levels=HráÄi %s bylo odebráno %s úrovní +commands.xp.usage=/xp [hráÄ] NEBO /xp L [hráÄ] +connect.authorizing=PÅ™ihlaÅ¡uji se... +connect.connecting=PÅ™ipojuji se k serveru... +connect.failed=PÅ™ipojení k serveru se nezdaÅ™ilo +container.beacon=Maják +container.brewing=Varný stojan +container.chest=Truhla +container.chestDouble=Velká Truhla +container.crafting=Výroba +container.creative=VýbÄ›r pÅ™edmÄ›tu +container.dispenser=DávkovaÄ +container.dropper=PodavaÄ +container.enchant=OÄarování +container.enchant.clue=%s. . . ? +container.enchant.lapis.many=%s Lapis Lazuli +container.enchant.lapis.one=1 Lapis Lazuli +container.enchant.level.many=%s okouzlení úrovnÄ› +container.enchant.level.one=Úroveň 1 okouzlení +container.enderchest=Enderitová Truhla +container.furnace=Pec +container.hopper=Násypka +container.inventory=Inventář +container.isLocked=%s je uzamÄen. +container.minecart=Vozík +container.repair=Opravit & pojmenovat +container.repair.cost=Cena oÄarování: %1$s +container.repair.expensive=PříliÅ¡ drahé! +controls.reset=Obnovit +controls.resetAll=Obnovit ovládání +controls.title=Ovládání +createWorld.customize.custom.baseSize=Základní velikost hloubky +createWorld.customize.custom.biomeDepthOffset=Vyvážení hloubky biomu +createWorld.customize.custom.biomeDepthWeight=Váha hloubky biomu +createWorld.customize.custom.biomeScaleOffset=Vyvážení měřítka biomu +createWorld.customize.custom.biomeScaleWeight=Měřítko váhy biomu +createWorld.customize.custom.biomeSize=Velikost Biomu +createWorld.customize.custom.center=StÅ™edová výška +createWorld.customize.custom.confirm1=Toto pÅ™epíše aktuální +createWorld.customize.custom.confirm2=nastevení a nenávratné. +createWorld.customize.custom.confirmTitle=UpozornÄ›ní! +createWorld.customize.custom.coordinateScale=Koordinovat stupnice +createWorld.customize.custom.count=Pokusy o spawn +createWorld.customize.custom.defaults=Výchozí +createWorld.customize.custom.depthNoiseScaleExponent=Hloubka hluku Exponent +createWorld.customize.custom.depthNoiseScaleX=Hloubka Å¡umu měřítko X +createWorld.customize.custom.depthNoiseScaleZ=Hloubka stupnice hluku Z +createWorld.customize.custom.dungeonChance=PoÄet podzemí +createWorld.customize.custom.fixedBiome=Biom +createWorld.customize.custom.heightScale=Měřítko výšky +createWorld.customize.custom.lavaLakeChance=Vzácnost lávových jezer +createWorld.customize.custom.lowerLimitScale=Měřítko hloubkového limitu +createWorld.customize.custom.mainNoiseScaleX=Hlavní hluku měřítko X +createWorld.customize.custom.mainNoiseScaleY=Hlavní hluku měřítko Y +createWorld.customize.custom.mainNoiseScaleZ=Měřítko hlavní hluku Z +createWorld.customize.custom.maxHeight=Max. Výška +createWorld.customize.custom.minHeight=Min. Výška +createWorld.customize.custom.next=Další stránka +createWorld.customize.custom.page0=Základní nastavení +createWorld.customize.custom.page1=Nastavení rud +createWorld.customize.custom.page2=PokroÄilé nastavení (pouze pro zkuÅ¡ené uživatele) +createWorld.customize.custom.page3=Extra pokroÄilé nastavení (Pouze pro experty) +createWorld.customize.custom.preset.caveChaos=JeskynÄ› chaosu +createWorld.customize.custom.preset.caveDelight=Jeskyňářovo potěšení +createWorld.customize.custom.preset.drought=Sucho +createWorld.customize.custom.preset.goodLuck=HodnÄ› Å¡tÄ›stí +createWorld.customize.custom.preset.isleLand=ZemÄ› ostrovů +createWorld.customize.custom.preset.mountains=Horské šílenství +createWorld.customize.custom.preset.waterWorld=Vodní svÄ›t +createWorld.customize.custom.presets=PÅ™ednastavení +createWorld.customize.custom.presets.title=Upravit pÅ™ednastavení pro svÄ›t +createWorld.customize.custom.prev=PÅ™edchozí stránka +createWorld.customize.custom.randomize=NáhodnÄ› +createWorld.customize.custom.riverSize=Velikost Å™eky +createWorld.customize.custom.seaLevel=Hladina moÅ™e +createWorld.customize.custom.size=Velikost spawnu +createWorld.customize.custom.spread=Rozšířená výška +createWorld.customize.custom.stretchY=Roztáhnout výšku +createWorld.customize.custom.upperLimitScale=Měřítko výškového limitu +createWorld.customize.custom.useCaves=JeskynÄ› +createWorld.customize.custom.useDungeons=Podzemí +createWorld.customize.custom.useLavaLakes=Lávová jezera +createWorld.customize.custom.useLavaOceans=Lávové oceány +createWorld.customize.custom.useMineShafts=Doly +createWorld.customize.custom.useMonuments=Oceánské momumenty +createWorld.customize.custom.useRavines=Rokle +createWorld.customize.custom.useStrongholds=Pevnosti +createWorld.customize.custom.useTemples=Chrámy +createWorld.customize.custom.useVillages=Vesnice +createWorld.customize.custom.useWaterLakes=Vodní jezera +createWorld.customize.custom.waterLakeChance=Vzácnost vodních jezer +createWorld.customize.flat.addLayer=PÅ™idat vrstvu +createWorld.customize.flat.editLayer=Upravit vrstvu +createWorld.customize.flat.height=Výška +createWorld.customize.flat.layer.bottom=Dole - %s +createWorld.customize.flat.layer.top=NahoÅ™e - %s +createWorld.customize.flat.removeLayer=Odstranit vrstvu +createWorld.customize.flat.tile=Vrstvy materiálu +createWorld.customize.flat.title=PÅ™izpůsobení dokonalé roviny +createWorld.customize.presets=PÅ™edvolby +createWorld.customize.presets.list=Zde je nÄ›kolik možností, které jsme provedli dříve! +createWorld.customize.presets.select=Použít pÅ™edvolbu +createWorld.customize.presets.share=ChceÅ¡ se s nÄ›kým podÄ›lit o svoji pÅ™edvolbu? Použij následující textové pole! +createWorld.customize.presets.title=Vyberte pÅ™edvolbu +death.attack.anvil=%1$s byl rozmáÄknut padající kovadlinou +death.attack.arrow=HráÄe %1$s zastÅ™elil %2$s +death.attack.arrow.item=HrÃ¡Ä %1$s byl zastÅ™elen hráÄem %2$s s použitím %3$s +death.attack.cactus=HrÃ¡Ä %1$s šťouchl do kaktusu, ale kaktus ho šťouchl zpÄ›t +death.attack.cactus.player=%1$s nabÄ›hl na kaktus bÄ›hem útÄ›ku pÅ™ed %2$s +death.attack.drown=%1$s se utopil +death.attack.drown.player=%1$s se utopil pÅ™i pokusu o útÄ›k hráÄi %2$s +death.attack.explosion=%1$s vybouchl +death.attack.explosion.player=HrÃ¡Ä %1$s byl odpálen %2$s +death.attack.fall=%1$s příliÅ¡ tvrdÄ› spadl na zem +death.attack.fallingBlock=%1$s byl rozmáÄknut padajícím blokem +death.attack.fireball=%2$s usmažil hráÄe %1$s +death.attack.fireball.item=%2$s usmažil hráÄe %1$s s pomocí %3$s +death.attack.generic=HrÃ¡Ä %1$s zemÅ™el +death.attack.inFire=%1$s se vypaÅ™il v plamenech +death.attack.inFire.player=%1$s vstoupil do ohnÄ› pÅ™i souboji s hráÄem %2$s +death.attack.inWall=HrÃ¡Ä %1$s se udusil v bloku +death.attack.indirectMagic=%1$s byl zabit %2$s pomocí magie +death.attack.indirectMagic.item=%1$s byl zabit hráÄem %2$s pomocí %3$s +death.attack.lava=%1$s se pokusil plavat v lávÄ› +death.attack.lava.player=%1$s se pokouÅ¡el plavat v lávÄ› pÅ™i útÄ›ku od hráÄe %2$s +death.attack.lightningBolt=%1$s byl zasažen bleskem +death.attack.magic=%1$s byl zabit kouzlem +death.attack.mob=HráÄe %1$s zabil %2$s +death.attack.onFire=%1$s uhoÅ™el +death.attack.onFire.player=HrÃ¡Ä %1$s shoÅ™el na popel pÅ™i souboji s %2$s +death.attack.outOfWorld=%1$s vypadl ze svÄ›ta +death.attack.player=HráÄe %1$s zabil %2$s +death.attack.player.item=HráÄe %1$s zabil %2$s s použitím %3$s +death.attack.starve=%1$s vyhladovÄ›l +death.attack.thorns=%1$s byl zabit pÅ™i pokusu ublížit hráÄi %2$s +death.attack.thrown=%1$s byl udolán %2$s +death.attack.thrown.item=%2$s udolal hráÄe p%1$s použitím %3$s +death.attack.wither=%1$s uschl +death.fell.accident.generic=HrÃ¡Ä %1$s spadl z velké výšky +death.fell.accident.ladder=%1$s spadl ze žebříku +death.fell.accident.vines=HrÃ¡Ä %1$s spadl z lián +death.fell.accident.water=HrÃ¡Ä %1$s vypadl z vody +death.fell.assist=%1$s byl odsouzen k pádu hráÄem %2$s +death.fell.assist.item=%1$s spadl kvůli hráÄi %2$s s použitím %3$s +death.fell.finish=HrÃ¡Ä %1$s spadl a byl doražen hráÄem %2$s +death.fell.finish.item=%1$s spadl příliÅ¡ daleko a byl doražen hráÄem %2$s s použitím %3$s +death.fell.killer=%1$s byl odsouzen k pádu +deathScreen.deleteWorld=Vymazat svÄ›t +deathScreen.hardcoreInfo=V nemilosrdné hÅ™e se nemůžeÅ¡ oživit! +deathScreen.leaveServer=Opustit server +deathScreen.quit.confirm=ChceÅ¡ opravdu odejít? +deathScreen.respawn=Oživit +deathScreen.score=Skóre +deathScreen.title=UmÅ™el jsi! +deathScreen.title.hardcore=Konec hry! +deathScreen.titleScreen=Úvodní obrazovka +demo.day.1=Tato zkuÅ¡ební hra vydrží jen pÄ›t herních dní. DÄ›lej co umíš! +demo.day.2=Druhý den +demo.day.3=TÅ™etí den +demo.day.4=ÄŒtvrtý den +demo.day.5=Toto je tvůj poslední den! +demo.day.6=Dosáhl jsi pátého dne hry, použij F2 pro uložení záznamu obrazovky tvojí tvorby. +demo.day.warning=Tvůj Äas se téměř naplnil! +demo.demoExpired=ZkuÅ¡ební verze vyprÅ¡ela! +demo.help.buy=Zakoupit nyní! +demo.help.fullWrapped=Tato zkuÅ¡ební verze bude trvat 5 herních dnů (asi 1 hodinu a 40 minut v reálném Äase). Pro malou nápovÄ›du se podívej na ocenÄ›ní! Bav se! +demo.help.inventory=Použij %1$s k otevÅ™ení inventáře +demo.help.jump=Skákej stiskem %1$s +demo.help.later=PokraÄuj v hraní! +demo.help.movement=K pohybu použij %1$s, %2$s, %3$s, %4$s a myÅ¡ +demo.help.movementMouse=Podívej se okolo pomocí myÅ¡i +demo.help.movementShort=Pohybuj se pomocí tlaÄítek %1$s, %2$s, %3$s, %4$s +demo.help.title=ZkuÅ¡ební verze Minecraftu +demo.remainingTime=Zbývající Äas: %s +demo.reminder=Ukázka skonÄila, kup si hru a můžeÅ¡ pokraÄovat, nebo rozjeÄ nový svÄ›t! +difficulty.lock.question=Jste si jisti, že chcete uzamknout obtížnost tohoto svÄ›ta? Toto nastaví svÄ›t aby byl stále %1$s, a už to nepůjde nikdy vrátit zpÄ›t. +difficulty.lock.title=Zamknout obtížnost svÄ›ta +disconnect.closed=Spojení ukonÄeno +disconnect.disconnected=Spojení pÅ™eruÅ¡eno serverem +disconnect.endOfStream=Konec pÅ™enosu +disconnect.genericReason=%s +disconnect.kicked=Byl jsi vyhozen ze hry +disconnect.loginFailed=PÅ™ihlášení selhalo +disconnect.loginFailedInfo=PÅ™ihlášení selhalo: %s +disconnect.loginFailedInfo.invalidSession=Neplatná relace (zkuste restartovat hru) +disconnect.loginFailedInfo.serversUnavailable=Ověřování je mimo provoz z důvodu údržby. +disconnect.lost=Spojení ztraceno +disconnect.overflow=PÅ™eteÄení zásobníku +disconnect.quitting=Odpojuji +disconnect.spam=Vykopnut za spamování +disconnect.timeout=VyprÅ¡el Äasový limit +enchantment.arrowDamage=Síla +enchantment.arrowFire=Plamen +enchantment.arrowInfinite=Bezedný toulec +enchantment.arrowKnockback=Odhození +enchantment.damage.all=Ostrost +enchantment.damage.arthropods=Hmyzákova záhuba +enchantment.damage.undead=Úder +enchantment.digging=ÚÄinnost +enchantment.durability=Nerozbitnost +enchantment.fire=Síla ohnÄ› +enchantment.fishingSpeed=Návnada +enchantment.knockback=Odražení +enchantment.level.1=I +enchantment.level.10=X +enchantment.level.2=II +enchantment.level.3=III +enchantment.level.4=IV +enchantment.level.5=V +enchantment.level.6=VI +enchantment.level.7=VII +enchantment.level.8=VIII +enchantment.level.9=IX +enchantment.lootBonus=KoÅ™ist +enchantment.lootBonusDigger=Å tÄ›stí +enchantment.lootBonusFishing=Rybářské Å¡tÄ›stí +enchantment.oxygen=Dýchání +enchantment.protect.all=Obrana +enchantment.protect.explosion=Obrana proti výbuchu +enchantment.protect.fall=Lehkost pírka +enchantment.protect.fire=Obrana proti ohni +enchantment.protect.projectile=Obrana proti stÅ™elám +enchantment.thorns=Trny +enchantment.untouching=Něžný dotek +enchantment.waterWalker=Hloubka Chodec +enchantment.waterWorker=Jako ryba ve vodÄ› +entity.ArmorStand.name=BrnÄ›ní stojan +entity.Arrow.name=šíp +entity.Bat.name=Netopýr +entity.Blaze.name=Ohnivák +entity.Boat.name=LoÄka +entity.Cat.name=KoÄka +entity.CaveSpider.name=Jeskynní pavouk +entity.Chicken.name=Slepice +entity.Cow.name=Kráva +entity.Creeper.name=SyÄák +entity.EnderDragon.name=Drak z Endu +entity.Enderman.name=Enderman +entity.Endermite.name=Endermite +entity.EntityHorse.name=Kůň +entity.FallingSand.name=Nestabilní blok +entity.Fireball.name=Ohnivá koule +entity.Ghast.name=ÄŽas +entity.Giant.name=Obr +entity.Guardian.name=Guardian +entity.Item.name=PÅ™edmÄ›t +entity.KillerBunny.name=Vrah Bunny +entity.LavaSlime.name=Magmaslizoun +entity.Minecart.name=Vozík +entity.Mob.name=StvoÅ™ení +entity.Monster.name=Obluda +entity.MushroomCow.name=Krávomůrka +entity.Ozelot.name=Ocelot +entity.Painting.name=Obraz +entity.Pig.name=Prase +entity.PigZombie.name=Zombie Pigman +entity.PrimedTnt.name=Blok TNT +entity.Rabbit.name=Králík +entity.Sheep.name=Ovce +entity.Silverfish.name=Rybenka +entity.Skeleton.name=Kostlivec +entity.Slime.name=Slizoun +entity.SmallFireball.name=Malá ohnivá koule +entity.SnowMan.name=SnÄ›hulák +entity.Snowball.name=SnÄ›hová koule +entity.Spider.name=Pavouk +entity.Squid.name=Chobotnice +entity.Villager.armor=Zbrojíř +entity.Villager.butcher=Řezník +entity.Villager.cleric=Klerik +entity.Villager.farmer=Farmář +entity.Villager.fisherman=Rybář +entity.Villager.fletcher=Fletcher +entity.Villager.leather=Leatherworker +entity.Villager.librarian=Knihovník +entity.Villager.name=VesniÄan +entity.Villager.shepherd=OvÄák +entity.Villager.tool=Nástroj Smith +entity.Villager.weapon=Zbraň Smith +entity.VillagerGolem.name=Železný Golem +entity.Witch.name=ÄŒarodÄ›jnice +entity.WitherBoss.name=Wither +entity.Wolf.name=Vlk +entity.XPOrb.name=Bod zkuÅ¡eností +entity.Zombie.name=Zombie +entity.donkey.name=Osel +entity.generic.name=neznámý +entity.horse.name=Kůň +entity.mule.name=Mula +entity.skeletonhorse.name=Kůň kostlivec +entity.zombiehorse.name=Zombie kůň +gameMode.adventure=Dobrodružná hra +gameMode.changed=Tvůj herní mód byl aktualizován +gameMode.creative=TvoÅ™ivá hra +gameMode.hardcore=Nemilosrdná hra +gameMode.spectator=Divácký mód +gameMode.survival=Hra o pÅ™ežití +generator.amplified=ZESÃLENà +generator.amplified.info=UpozornÄ›ní: Jen pro zábavu, vyžaduje silný poÄítaÄ. +generator.customized=Upravené +generator.debug_all_block_states=Režim ladÄ›ní +generator.default=Výchozí +generator.flat=Dokonalá rovina +generator.largeBiomes=Rozlehlé Biomy +gui.achievements=OcenÄ›ní +gui.all=VÅ¡echny +gui.back=ZpÄ›t +gui.cancel=ZruÅ¡it +gui.done=Hotovo +gui.down=Dolů +gui.no=Ne +gui.none=Žádný +gui.stats=Statistiky +gui.toMenu=ZpÄ›t do hlavní nabídky +gui.up=Nahoru +gui.yes=Ano +inventory.binSlot=ZniÄit pÅ™edmÄ›t +item.apple.name=Jablko +item.appleGold.name=Zlaté jablko +item.armorStand.name=Stojan na brnÄ›ní +item.arrow.name=Šíp +item.banner.black.name=ÄŒerná vlajka +item.banner.blue.name=Modrá vlajka +item.banner.brown.name=HnÄ›dá vlajka +item.banner.circle.black=ÄŒerný kruh +item.banner.circle.blue=Modrý kruh +item.banner.circle.brown=HnÄ›dý kruh +item.banner.circle.cyan=Azurový kruh +item.banner.circle.gray=Å edý kruh +item.banner.circle.green=Zelený kruh +item.banner.circle.lightBlue=SvÄ›tle modrý kruh +item.banner.circle.lime=SvÄ›tle zelený kruh +item.banner.circle.magenta=Purpurový kruh +item.banner.circle.orange=Oranžový kruh +item.banner.circle.pink=Růžový kruh +item.banner.circle.purple=Fialový kruh +item.banner.circle.red=ÄŒervený kruh +item.banner.circle.silver=SvÄ›tle Å¡edý kruh +item.banner.circle.white=Bílý kruh +item.banner.circle.yellow=Žlutý kruh +item.banner.creeper.black=ÄŒerný nabitý Creeper +item.banner.creeper.blue=Modrý nabitý Creeper +item.banner.creeper.brown=HnÄ›dý nabitý Creeper +item.banner.creeper.cyan=Azurový obliÄej syÄáka +item.banner.creeper.gray=Å edý nabitý Creeper +item.banner.creeper.green=Zelený nabitý Creeper +item.banner.creeper.lightBlue=SvÄ›tle modrý obliÄej syÄáka +item.banner.creeper.lime=Limetkový obliÄej syÄáka +item.banner.creeper.magenta=Purpurový obliÄej syÄáka +item.banner.creeper.orange=Oranžový obliÄej syÄáka +item.banner.creeper.pink=Růžový nabitý Creeper +item.banner.creeper.purple=Fialový nabitý Creeper +item.banner.creeper.red=ÄŒervený nabitý Creeper +item.banner.creeper.silver=SvÄ›tle Å¡edý nabitý Creeper +item.banner.creeper.white=Bílý obliÄej syÄáka +item.banner.creeper.yellow=Žlutý obliÄej syÄáka +item.banner.cross.black=ÄŒerný ondÅ™ejský kříž +item.banner.cross.blue=Modrý ondÅ™ejský kříž +item.banner.cross.brown=HnÄ›dý ondÅ™ejský kříž +item.banner.cross.cyan=Azurový ondÅ™ejský kříž +item.banner.cross.gray=Å edý ondÅ™ejský kříž +item.banner.cross.green=Zelený ondÅ™ejský kříž +item.banner.cross.lightBlue=SvÄ›tle modrý ondÅ™ejský kříž +item.banner.cross.lime=SvÄ›tle zelený ondÅ™ejský kříž +item.banner.cross.magenta=Purpurový ondÅ™ejský kříž +item.banner.cross.orange=Oranžový ondÅ™ejský kříž +item.banner.cross.pink=Růžový ondÅ™ejský kříž +item.banner.cross.purple=Fialový ondÅ™ejský kříž +item.banner.cross.red=ÄŒervený ondÅ™ejský kříž +item.banner.cross.silver=SvÄ›tle Å¡edý ondÅ™ejský kříž +item.banner.cross.white=Bílý ondÅ™ejský kříž +item.banner.cross.yellow=Žlutý ondÅ™ejský kříž +item.banner.cyan.name=Azurová vlajka +item.banner.diagonal_left.black=ÄŒerný dÄ›lený diagonální pruh zprava doleva +item.banner.diagonal_left.blue=Modrý dÄ›lený diagonální pruh zprava doleva +item.banner.diagonal_left.brown=HnÄ›dý dÄ›lený diagonální pruh zprava doleva +item.banner.diagonal_left.cyan=Azurový dÄ›lený diagonální pruh zprava doleva +item.banner.diagonal_left.gray=Å edý dÄ›lený diagonální pruh zprava doleva +item.banner.diagonal_left.green=Zelený dÄ›lený diagonální pruh zprava doleva +item.banner.diagonal_left.lightBlue=SvÄ›tle modrý dÄ›lený diagonální pruh zprava doleva +item.banner.diagonal_left.lime=SvÄ›tle zelený dÄ›lený diagonální pruh zprava doleva +item.banner.diagonal_left.magenta=Purpurový dÄ›lený diagonální pruh zprava doleva +item.banner.diagonal_left.orange=Oranžový dÄ›lený diagonální pruh zprava doleva +item.banner.diagonal_left.pink=Růžový dÄ›lený diagonální pruh zprava doleva +item.banner.diagonal_left.purple=Fialový dÄ›lený diagonální pruh zprava doleva +item.banner.diagonal_left.red=ÄŒervený dÄ›lený diagonální pruh zprava doleva +item.banner.diagonal_left.silver=SvÄ›tle Å¡edý dÄ›lený diagonální pruh zprava doleva +item.banner.diagonal_left.white=Bílý dÄ›lený diagonální pruh zprava doleva +item.banner.diagonal_left.yellow=Žlutý dÄ›lený diagonální pruh zprava doleva +item.banner.diagonal_right.black=ÄŒerný dÄ›lený diagonální pruh zleva doprava +item.banner.diagonal_right.blue=Modrý dÄ›lený diagonální pruh zleva doprava +item.banner.diagonal_right.brown=HnÄ›dý dÄ›lený diagonální pruh zleva doprava +item.banner.diagonal_right.cyan=Azurový dÄ›lený diagonální pruh zleva doprava +item.banner.diagonal_right.gray=Å edý dÄ›lený diagonální pruh zleva doprava +item.banner.diagonal_right.green=Zelený dÄ›lený diagonální pruh zleva doprava +item.banner.diagonal_right.lightBlue=SvÄ›tle modrý dÄ›lený diagonální pruh zleva doprava +item.banner.diagonal_right.lime=SvÄ›tle zelený dÄ›lený diagonální pruh zleva doprava +item.banner.diagonal_right.magenta=Purpurový dÄ›lený diagonální pruh zleva doprava +item.banner.diagonal_right.orange=Oranžový dÄ›lený diagonální pruh zleva doprava +item.banner.diagonal_right.pink=Růžový dÄ›lený diagonální pruh zleva doprava +item.banner.diagonal_right.purple=Fialový dÄ›lený diagonální pruh zleva doprava +item.banner.diagonal_right.red=ÄŒervený dÄ›lený diagonální pruh zleva doprava +item.banner.diagonal_right.silver=SvÄ›tle Å¡edý dÄ›lený diagonální pruh zleva doprava +item.banner.diagonal_right.white=Bílý dÄ›lený diagonální pruh zleva doprava +item.banner.diagonal_right.yellow=Žlutý dÄ›lený diagonální pruh zleva doprava +item.banner.diagonal_up_left.black=ÄŒerný dÄ›lený pÅ™evrácený diagonální pruh zleva doprava +item.banner.diagonal_up_left.blue=Modrý dÄ›lený pÅ™evrácený diagonální pruh zleva doprava +item.banner.diagonal_up_left.brown=HnÄ›dý dÄ›lený pÅ™evrácený diagonální pruh zleva doprava +item.banner.diagonal_up_left.cyan=Azurový dÄ›lený pÅ™evrácený diagonální pruh zleva doprava +item.banner.diagonal_up_left.gray=Å edý dÄ›lený pÅ™evrácený diagonální pruh zleva doprava +item.banner.diagonal_up_left.green=Zelený dÄ›lený pÅ™evrácený diagonální pruh zleva doprava +item.banner.diagonal_up_left.lightBlue=SvÄ›tle modrý dÄ›lený pÅ™evrácený diagonální pruh zleva doprava +item.banner.diagonal_up_left.lime=SvÄ›tle zelený dÄ›lený pÅ™evrácený diagonální pruh zleva doprava +item.banner.diagonal_up_left.magenta=Purpurový dÄ›lený pÅ™evrácený diagonální pruh zleva doprava +item.banner.diagonal_up_left.orange=Oranžový dÄ›lený pÅ™evrácený diagonální pruh zleva doprava +item.banner.diagonal_up_left.pink=Růžový dÄ›lený pÅ™evrácený diagonální pruh zleva doprava +item.banner.diagonal_up_left.purple=Fialový dÄ›lený pÅ™evrácený diagonální pruh zleva doprava +item.banner.diagonal_up_left.red=ÄŒervený dÄ›lený pÅ™evrácený diagonální pruh zleva doprava +item.banner.diagonal_up_left.silver=SvÄ›tle Å¡edý dÄ›lený pÅ™evrácený diagonální pruh zleva doprava +item.banner.diagonal_up_left.white=Bílý dÄ›lený pÅ™evrácený diagonální pruh zleva doprava +item.banner.diagonal_up_left.yellow=Žlutý dÄ›lený pÅ™evrácený diagonální pruh zleva doprava +item.banner.diagonal_up_right.black=ÄŒerný dÄ›lený pÅ™evrácený diagonální pruh zprava doleva +item.banner.diagonal_up_right.blue=Modrý dÄ›lený pÅ™evrácený diagonální pruh zprava doleva +item.banner.diagonal_up_right.brown=HnÄ›dý dÄ›lený pÅ™evrácený diagonální pruh zprava doleva +item.banner.diagonal_up_right.cyan=Azurový dÄ›lený pÅ™evrácený diagonální pruh zprava doleva +item.banner.diagonal_up_right.gray=Å edý dÄ›lený pÅ™evrácený diagonální pruh zprava doleva +item.banner.diagonal_up_right.green=Zelený dÄ›lený pÅ™evrácený diagonální pruh zprava doleva +item.banner.diagonal_up_right.lightBlue=SvÄ›tle modrý dÄ›lený pÅ™evrácený diagonální pruh zprava doleva +item.banner.diagonal_up_right.lime=SvÄ›tle zelený dÄ›lený pÅ™evrácený diagonální pruh zprava doleva +item.banner.diagonal_up_right.magenta=Purpurový dÄ›lený pÅ™evrácený diagonální pruh zprava doleva +item.banner.diagonal_up_right.orange=Oranžový dÄ›lený pÅ™evrácený diagonální pruh zprava doleva +item.banner.diagonal_up_right.pink=Růžový dÄ›lený pÅ™evrácený diagonální pruh zprava doleva +item.banner.diagonal_up_right.purple=Fialový dÄ›lený pÅ™evrácený diagonální pruh zprava doleva +item.banner.diagonal_up_right.red=ÄŒervený dÄ›lený pÅ™evrácený diagonální pruh zprava doleva +item.banner.diagonal_up_right.silver=SvÄ›tle Å¡edý dÄ›lený pÅ™evrácený diagonální pruh zprava doleva +item.banner.diagonal_up_right.white=Bílý dÄ›lený pÅ™evrácený diagonální pruh zprava doleva +item.banner.diagonal_up_right.yellow=Žlutý dÄ›lený pÅ™evrácený diagonální pruh zprava doleva +item.banner.gray.name=Å edá vlajka +item.banner.green.name=Zelená vlajka +item.banner.half_horizontal.black=ÄŒerné vodorovné oddÄ›lení +item.banner.half_horizontal.blue=Modré vodorovné oddÄ›lení +item.banner.half_horizontal.brown=HnÄ›dé vodorovné oddÄ›lení +item.banner.half_horizontal.cyan=Azurové vodorovné oddÄ›lení +item.banner.half_horizontal.gray=Å edé vodorovné oddÄ›lení +item.banner.half_horizontal.green=Zelené vodorovné oddÄ›lení +item.banner.half_horizontal.lightBlue=SvÄ›tle modré vodorovné oddÄ›lení +item.banner.half_horizontal.lime=SvÄ›tle zelené vodorovné oddÄ›lení +item.banner.half_horizontal.magenta=Purpurové vodorovné oddÄ›lení +item.banner.half_horizontal.orange=Oranžové vodorovné oddÄ›lení +item.banner.half_horizontal.pink=Růžové vodorovné oddÄ›lení +item.banner.half_horizontal.purple=Fialové vodorovné oddÄ›lení +item.banner.half_horizontal.red=ÄŒervené vodorovné oddÄ›lení +item.banner.half_horizontal.silver=SvÄ›tle Å¡edé vodorovné oddÄ›lení +item.banner.half_horizontal.white=Bílé vodorovné oddÄ›lení +item.banner.half_horizontal.yellow=Žluté vodorovné oddÄ›lení +item.banner.half_horizontal_bottom.black=ÄŒerné pÅ™evrácené vodorovné oddÄ›lení +item.banner.half_horizontal_bottom.blue=Modré pÅ™evrácené vodorovné oddÄ›lení +item.banner.half_horizontal_bottom.brown=HnÄ›dé pÅ™evrácené vodorovné oddÄ›lení +item.banner.half_horizontal_bottom.cyan=Azurové pÅ™evrácené vodorovné oddÄ›lení +item.banner.half_horizontal_bottom.gray=Å edé pÅ™evrácené vodorovné oddÄ›lení +item.banner.half_horizontal_bottom.green=Zelené pÅ™evrácené vodorovné oddÄ›lení +item.banner.half_horizontal_bottom.lightBlue=SvÄ›tle modré pÅ™evrácené vodorovné oddÄ›lení +item.banner.half_horizontal_bottom.lime=SvÄ›tle zelené pÅ™evrácené vodorovné oddÄ›lení +item.banner.half_horizontal_bottom.magenta=Purpurové pÅ™evrácené vodorovné oddÄ›lení +item.banner.half_horizontal_bottom.orange=Oranžové pÅ™evrácené vodorovné oddÄ›lení +item.banner.half_horizontal_bottom.pink=Růžové pÅ™evrácené vodorovné oddÄ›lení +item.banner.half_horizontal_bottom.purple=Fialové pÅ™evrácené vodorovné oddÄ›lení +item.banner.half_horizontal_bottom.red=ÄŒervené pÅ™evrácené vodorovné oddÄ›lení +item.banner.half_horizontal_bottom.silver=SvÄ›tle Å¡edé pÅ™evrácené vodorovné oddÄ›lení +item.banner.half_horizontal_bottom.white=Bílé pÅ™evrácené vodorovné oddÄ›lení +item.banner.half_horizontal_bottom.yellow=Žluté pÅ™evrácené vodorovné oddÄ›lení +item.banner.half_vertical.black=ÄŒerné svislé oddÄ›lení +item.banner.half_vertical.blue=Modré svislé oddÄ›lení +item.banner.half_vertical.brown=HnÄ›dé svislé oddÄ›lení +item.banner.half_vertical.cyan=Azurové svislé oddÄ›lení +item.banner.half_vertical.gray=Å edé svislé oddÄ›lení +item.banner.half_vertical.green=Zelené svislé oddÄ›lení +item.banner.half_vertical.lightBlue=SvÄ›tle modré svislé oddÄ›lení +item.banner.half_vertical.lime=SvÄ›tle zelené svislé oddÄ›lení +item.banner.half_vertical.magenta=Purpurové svislé oddÄ›lení +item.banner.half_vertical.orange=Oranžové svislé oddÄ›lení +item.banner.half_vertical.pink=Růžové svislé oddÄ›lení +item.banner.half_vertical.purple=Fialové svislé oddÄ›lení +item.banner.half_vertical.red=ÄŒervené svislé oddÄ›lení +item.banner.half_vertical.silver=SvÄ›tle Å¡edé svislé oddÄ›lení +item.banner.half_vertical.white=Bílé svislé oddÄ›lení +item.banner.half_vertical.yellow=Žluté svislé oddÄ›lení +item.banner.half_vertical_right.black=ÄŒerné pÅ™evrácené svislé oddÄ›lení +item.banner.half_vertical_right.blue=Modré pÅ™evrácené svislé oddÄ›lení +item.banner.half_vertical_right.brown=HnÄ›dé pÅ™evrácené svislé oddÄ›lení +item.banner.half_vertical_right.cyan=Azurové pÅ™evrácené svislé oddÄ›lení +item.banner.half_vertical_right.gray=Å edé pÅ™evrácené svislé oddÄ›lení +item.banner.half_vertical_right.green=Zelené pÅ™evrácené svislé oddÄ›lení +item.banner.half_vertical_right.lightBlue=SvÄ›tle modré pÅ™evrácené svislé oddÄ›lení +item.banner.half_vertical_right.lime=SvÄ›tle zelené pÅ™evrácené svislé oddÄ›lení +item.banner.half_vertical_right.magenta=Purpurové pÅ™evrácené svislé oddÄ›lení +item.banner.half_vertical_right.orange=Oranžové pÅ™evrácené svislé oddÄ›lení +item.banner.half_vertical_right.pink=Růžové pÅ™evrácené svislé oddÄ›lení +item.banner.half_vertical_right.purple=Fialové pÅ™evrácené svislé oddÄ›lení +item.banner.half_vertical_right.red=ÄŒervené pÅ™evrácené svislé oddÄ›lení +item.banner.half_vertical_right.silver=SvÄ›tle Å¡edé pÅ™evrácené svislé oddÄ›lení +item.banner.half_vertical_right.white=Bílé pÅ™evrácené svislé oddÄ›lení +item.banner.half_vertical_right.yellow=Žluté pÅ™evrácené svislé oddÄ›lení +item.banner.lightBlue.name=SvÄ›tle modrá vlajka +item.banner.lime.name=SvÄ›tle zelená vlajka +item.banner.magenta.name=Purpurová vlajka +item.banner.mojang.black=ÄŒerná vÄ›c +item.banner.mojang.blue=Modrá vÄ›c +item.banner.mojang.brown=HnÄ›dá vÄ›c +item.banner.mojang.cyan=Azurová vÄ›c +item.banner.mojang.gray=Å edá vÄ›c +item.banner.mojang.green=Zelená vÄ›c +item.banner.mojang.lightBlue=SvÄ›tle modrá vÄ›c +item.banner.mojang.lime=SvÄ›tle zelená vÄ›c +item.banner.mojang.magenta=Purpurová vÄ›c +item.banner.mojang.orange=Oranžová vÄ›c +item.banner.mojang.pink=Růžová vÄ›c +item.banner.mojang.purple=Fialová vÄ›c +item.banner.mojang.red=ÄŒervená vÄ›c +item.banner.mojang.silver=SvÄ›tle Å¡edá vÄ›c +item.banner.mojang.white=Bílá vÄ›c +item.banner.mojang.yellow=Žlutá vÄ›c +item.banner.orange.name=Oranžová vlajka +item.banner.pink.name=Růžová vlajka +item.banner.purple.name=Fialová vlajka +item.banner.red.name=ÄŒervená vlajka +item.banner.rhombus.black=ÄŒerný kosoÄtverec +item.banner.rhombus.blue=Modrý kosoÄtverec +item.banner.rhombus.brown=HnÄ›dý kosoÄtverec +item.banner.rhombus.cyan=Azurový kosoÄtverec +item.banner.rhombus.gray=Å edý kosoÄtverec +item.banner.rhombus.green=Zelený kosoÄtverec +item.banner.rhombus.lightBlue=SvÄ›tle modrý kosoÄtverec +item.banner.rhombus.lime=SvÄ›tle zelený kosoÄtverec +item.banner.rhombus.magenta=Purpurový kosoÄtverec +item.banner.rhombus.orange=Oranžový kosoÄtverec +item.banner.rhombus.pink=Růžový kosoÄtverec +item.banner.rhombus.purple=Fialový kosoÄtverec +item.banner.rhombus.red=ÄŒervený kosoÄtverec +item.banner.rhombus.silver=SvÄ›tle Å¡edý kosoÄtverec +item.banner.rhombus.white=Bílý kosoÄtverec +item.banner.rhombus.yellow=Žlutý kosoÄtverec +item.banner.silver.name=SvÄ›tle Å¡edá vlajka +item.banner.small_stripes.black=ÄŒerné svislé pruhy +item.banner.small_stripes.blue=Modré svislé pruhy +item.banner.small_stripes.brown=HnÄ›dé svislé pruhy +item.banner.small_stripes.cyan=Azurové svislé pruhy +item.banner.small_stripes.gray=Å edé svislé pruhy +item.banner.small_stripes.green=Zelené svislé pruhy +item.banner.small_stripes.lightBlue=SvÄ›tle modré svislé pruhy +item.banner.small_stripes.lime=SvÄ›tle zelené svislé pruhy +item.banner.small_stripes.magenta=Purpurové svislé pruhy +item.banner.small_stripes.orange=Oranžové svislé pruhy +item.banner.small_stripes.pink=Růžové svislé pruhy +item.banner.small_stripes.purple=Fialové svislé pruhy +item.banner.small_stripes.red=ÄŒervené svislé pruhy +item.banner.small_stripes.silver=SvÄ›tle Å¡edé svislé pruhy +item.banner.small_stripes.white=Bílé svislé pruhy +item.banner.small_stripes.yellow=Žluté svislé pruhy +item.banner.square_bottom_left.black=ÄŒerný spodní levý kanton +item.banner.square_bottom_left.blue=Modrý spodní levý kanton +item.banner.square_bottom_left.brown=HnÄ›dý +item.banner.square_bottom_left.cyan=Azurový spodní levý kanton +item.banner.square_bottom_left.gray=Å edý spodní levý kanton +item.banner.square_bottom_left.green=Zelený spodní levý kanton +item.banner.square_bottom_left.lightBlue=SvÄ›tle modrý spodní levý kanton +item.banner.square_bottom_left.lime=SvÄ›tle zelený spodní levý kanton +item.banner.square_bottom_left.magenta=Purpurový spodní levý kanton +item.banner.square_bottom_left.orange=Oranžový spodní levý kanton +item.banner.square_bottom_left.pink=Růžový spodní levý kanton +item.banner.square_bottom_left.purple=Fialový spodní levý kanton +item.banner.square_bottom_left.red=ÄŒervený spodní levý kanton +item.banner.square_bottom_left.silver=SvÄ›tle Å¡edý spodní levý kanton +item.banner.square_bottom_left.white=Bílý spodní levý kanton +item.banner.square_bottom_left.yellow=Žlutý spodní levý kanton +item.banner.square_bottom_right.black=ÄŒerný spodní pravý kanton +item.banner.square_bottom_right.blue=Modrý spodní pravý kanton +item.banner.square_bottom_right.brown=HnÄ›dý spodní pravý kanton +item.banner.square_bottom_right.cyan=Azurový spodní pravý kanton +item.banner.square_bottom_right.gray=Å edý spodní pravý kanton +item.banner.square_bottom_right.green=Zelený spodní pravý kanton +item.banner.square_bottom_right.lightBlue=SvÄ›tle modrý spodní pravý kanton +item.banner.square_bottom_right.lime=SvÄ›tle zelený spodní pravý kanton +item.banner.square_bottom_right.magenta=Purpurový spodní pravý kanton +item.banner.square_bottom_right.orange=Oranžový spodní pravý kanton +item.banner.square_bottom_right.pink=Růžový spodní pravý kanton +item.banner.square_bottom_right.purple=Fialový spodní pravý kanton +item.banner.square_bottom_right.red=ÄŒervený spodní pravý kanton +item.banner.square_bottom_right.silver=SvÄ›tle Å¡edý spodní pravý kanton +item.banner.square_bottom_right.white=Bílý spodní pravý kanton +item.banner.square_bottom_right.yellow=Žlutý spodní pravý kanton +item.banner.square_top_left.black=ÄŒerný horní levý kanton +item.banner.square_top_left.blue=Modrý horní levý kanton +item.banner.square_top_left.brown=HnÄ›dý horní levý kanton +item.banner.square_top_left.cyan=Azurový horní levý kanton +item.banner.square_top_left.gray=Å edý horní levý kanton +item.banner.square_top_left.green=Zelený horní levý kanton +item.banner.square_top_left.lightBlue=SvÄ›tle modrý horní levý kanton +item.banner.square_top_left.lime=SvÄ›tle zelený horní levý kanton +item.banner.square_top_left.magenta=Purpurový horní levý kanton +item.banner.square_top_left.orange=Oranžový horní levý kanton +item.banner.square_top_left.pink=Růžový horní levý kanton +item.banner.square_top_left.purple=Fialový horní levý kanton +item.banner.square_top_left.red=ÄŒervený horní levý kanton +item.banner.square_top_left.silver=SvÄ›tle Å¡edý horní levý kanton +item.banner.square_top_left.white=Bílý horní levý kanton +item.banner.square_top_left.yellow=Žlutý horní levý kanton +item.banner.square_top_right.black=ÄŒerný horní pravý kanton +item.banner.square_top_right.blue=Modrý horní pravý kanton +item.banner.square_top_right.brown=HnÄ›dý horní pravý kanton +item.banner.square_top_right.cyan=Azurový horní pravý kanton +item.banner.square_top_right.gray=Å edý horní pravý kanton +item.banner.square_top_right.green=Zelený horní pravý kanton +item.banner.square_top_right.lightBlue=SvÄ›tle modrý horní pravý kanton +item.banner.square_top_right.lime=SvÄ›tle zelený horní pravý kanton +item.banner.square_top_right.magenta=Purpurový horní pravý kanton +item.banner.square_top_right.orange=Oranžový horní pravý kanton +item.banner.square_top_right.pink=Růžový horní pravý kanton +item.banner.square_top_right.purple=Fialový horní pravý kanton +item.banner.square_top_right.red=ÄŒervený horní pravý kanton +item.banner.square_top_right.silver=SvÄ›tle Å¡edý horní pravý kanton +item.banner.square_top_right.white=Bílý horní pravý kanton +item.banner.square_top_right.yellow=Žlutý horní pravý kanton +item.banner.straight_cross.black=ÄŒerný kříž +item.banner.straight_cross.blue=Modrý kříž +item.banner.straight_cross.brown=HnÄ›dý kříž +item.banner.straight_cross.cyan=Azurový kříž +item.banner.straight_cross.gray=Å edý kříž +item.banner.straight_cross.green=Zelený kříž +item.banner.straight_cross.lightBlue=SvÄ›tle modrý kříž +item.banner.straight_cross.lime=SvÄ›tle zelený kříž +item.banner.straight_cross.magenta=Purpurový kříž +item.banner.straight_cross.orange=Oranžový kříž +item.banner.straight_cross.pink=Růžový kříž +item.banner.straight_cross.purple=Fialový kříž +item.banner.straight_cross.red=ÄŒervený kříž +item.banner.straight_cross.silver=SvÄ›tle Å¡edý kříž +item.banner.straight_cross.white=Bílý kříž +item.banner.straight_cross.yellow=Žlutý kříž +item.banner.stripe_bottom.black=ÄŒerný spodní fess +item.banner.stripe_bottom.blue=Modrý spodní fess +item.banner.stripe_bottom.brown=HnÄ›dý spodní fess +item.banner.stripe_bottom.cyan=Azurový spodní fess +item.banner.stripe_bottom.gray=Å edý spodní fess +item.banner.stripe_bottom.green=Zelený spodní fess +item.banner.stripe_bottom.lightBlue=SvÄ›tle modrý spodní fess +item.banner.stripe_bottom.lime=SvÄ›tle zelený spodní fess +item.banner.stripe_bottom.magenta=Purpurový spodní fess +item.banner.stripe_bottom.orange=Oranžový spodní fess +item.banner.stripe_bottom.pink=Růžový spodní fess +item.banner.stripe_bottom.purple=Fialový spodní fess +item.banner.stripe_bottom.red=ÄŒervený spodní fess +item.banner.stripe_bottom.silver=SvÄ›tle Å¡edý spodní fess +item.banner.stripe_bottom.white=Bílý spodní fess +item.banner.stripe_bottom.yellow=Žlutý spodní fess +item.banner.stripe_center.black=ÄŒerný svislý pruh +item.banner.stripe_center.blue=Modrý svislý pruh +item.banner.stripe_center.brown=HnÄ›dý svislý pruh +item.banner.stripe_center.cyan=Azurový svislý pruh +item.banner.stripe_center.gray=Å edý svislý pruh +item.banner.stripe_center.green=Zelený svislý pruh +item.banner.stripe_center.lightBlue=SvÄ›tle modrý svislý pruh +item.banner.stripe_center.lime=SvÄ›tle zelený svislý pruh +item.banner.stripe_center.magenta=Purpurový svislý pruh +item.banner.stripe_center.orange=Oranžový svislý pruh +item.banner.stripe_center.pink=Růžový svislý pruh +item.banner.stripe_center.purple=Fialový svislý pruh +item.banner.stripe_center.red=ÄŒervený svislý pruh +item.banner.stripe_center.silver=SvÄ›tle Å¡edý svislý pruh +item.banner.stripe_center.white=Bílý svislý pruh +item.banner.stripe_center.yellow=Žlutý svislý pruh +item.banner.stripe_downleft.black=ÄŒerný diagonální pruh zprava doleva +item.banner.stripe_downleft.blue=Modrý diagonální pruh zprava doleva +item.banner.stripe_downleft.brown=HnÄ›dý diagonální pruh zprava doleva +item.banner.stripe_downleft.cyan=Azurový diagonální pruh zprava doleva +item.banner.stripe_downleft.gray=Å edý diagonální pruh zprava doleva +item.banner.stripe_downleft.green=Zelený diagonální pruh zprava doleva +item.banner.stripe_downleft.lightBlue=SvÄ›tle modrý diagonální pruh zprava doleva +item.banner.stripe_downleft.lime=SvÄ›tle zelený diagonální pruh zprava doleva +item.banner.stripe_downleft.magenta=Purpurový diagonální pruh zprava doleva +item.banner.stripe_downleft.orange=Oranžový diagonální pruh zprava doleva +item.banner.stripe_downleft.pink=Růžový diagonální pruh zprava doleva +item.banner.stripe_downleft.purple=Fialový diagonální pruh zprava doleva +item.banner.stripe_downleft.red=ÄŒervený diagonální pruh zprava doleva +item.banner.stripe_downleft.silver=SvÄ›tle Å¡edý diagonální pruh zprava doleva +item.banner.stripe_downleft.white=Bílý diagonální pruh zprava doleva +item.banner.stripe_downleft.yellow=Žlutý diagonální pruh zprava doleva +item.banner.stripe_downright.black=ÄŒerný diagonální pruh zleva doprava +item.banner.stripe_downright.blue=Modrý diagonální pruh zleva doprava +item.banner.stripe_downright.brown=HnÄ›dý diagonální pruh zleva doprava +item.banner.stripe_downright.cyan=Azurový diagonální pruh zleva doprava +item.banner.stripe_downright.gray=Å edý diagonální pruh zleva doprava +item.banner.stripe_downright.green=Zelený diagonální pruh zleva doprava +item.banner.stripe_downright.lightBlue=SvÄ›tle modrý diagonální pruh zleva doprava +item.banner.stripe_downright.lime=SvÄ›tle zelený diagonální pruh zleva doprava +item.banner.stripe_downright.magenta=Purpurový diagonální pruh zleva doprava +item.banner.stripe_downright.orange=Oranžový diagonální pruh zleva doprava +item.banner.stripe_downright.pink=Růžový diagonální pruh zleva doprava +item.banner.stripe_downright.purple=Fialový diagonální pruh zleva doprava +item.banner.stripe_downright.red=ÄŒervený diagonální pruh zleva doprava +item.banner.stripe_downright.silver=SvÄ›tle Å¡edý diagonální pruh zleva doprava +item.banner.stripe_downright.white=Bílý diagonální pruh zleva doprava +item.banner.stripe_downright.yellow=Žlutý diagonální pruh zleva doprava +item.banner.stripe_left.black=ÄŒerný levý svislý pruh +item.banner.stripe_left.blue=Modrý levý svislý pruh +item.banner.stripe_left.brown=HnÄ›dý levý svislý pruh +item.banner.stripe_left.cyan=Azurový levý svislý pruh +item.banner.stripe_left.gray=Å edý levý svislý pruh +item.banner.stripe_left.green=Zelený levý svislý pruh +item.banner.stripe_left.lightBlue=SvÄ›tle modrý levý svislý pruh +item.banner.stripe_left.lime=SvÄ›tle zelený levý svislý pruh +item.banner.stripe_left.magenta=Purpurový levý svislý pruh +item.banner.stripe_left.orange=Oranžový levý svislý pruh +item.banner.stripe_left.pink=Růžový levý svislý pruh +item.banner.stripe_left.purple=Fialový levý svislý pruh +item.banner.stripe_left.red=ÄŒervený levý svislý pruh +item.banner.stripe_left.silver=SvÄ›tle Å¡edý levý svislý pruh +item.banner.stripe_left.white=Bílý levý svislý pruh +item.banner.stripe_left.yellow=Žlutý levý svislý pruh +item.banner.stripe_middle.black=ÄŒerný fess +item.banner.stripe_middle.blue=Modrý fess +item.banner.stripe_middle.brown=HnÄ›dý fess +item.banner.stripe_middle.cyan=Azurový fess +item.banner.stripe_middle.gray=Å edý fess +item.banner.stripe_middle.green=Zelený fess +item.banner.stripe_middle.lightBlue=SvÄ›tle modrý fess +item.banner.stripe_middle.lime=SvÄ›tle zelený fess +item.banner.stripe_middle.magenta=Purpurový fess +item.banner.stripe_middle.orange=Oranžový fess +item.banner.stripe_middle.pink=Růžový fess +item.banner.stripe_middle.purple=Fialový fess +item.banner.stripe_middle.red=ÄŒervený fess +item.banner.stripe_middle.silver=SvÄ›tle Å¡edý fess +item.banner.stripe_middle.white=Bílý fess +item.banner.stripe_middle.yellow=Žlutý fess +item.banner.stripe_right.black=ÄŒerný pravý svislý pruh +item.banner.stripe_right.blue=Modrý pravý svislý pruh +item.banner.stripe_right.brown=HnÄ›dý pravý svislý pruh +item.banner.stripe_right.cyan=Azurový pravý svislý pruh +item.banner.stripe_right.gray=Å edý pravý svislý pruh +item.banner.stripe_right.green=Zelený pravý svislý pruh +item.banner.stripe_right.lightBlue=SvÄ›tle modrý pravý svislý pruh +item.banner.stripe_right.lime=SvÄ›tle zelený pravý svislý pruh +item.banner.stripe_right.magenta=Purpurový pravý svislý pruh +item.banner.stripe_right.orange=Oranžový pravý svislý pruh +item.banner.stripe_right.pink=Růžový pravý svislý pruh +item.banner.stripe_right.purple=Fialový pravý svislý pruh +item.banner.stripe_right.red=ÄŒervený pravý svislý pruh +item.banner.stripe_right.silver=SvÄ›tle Å¡edý pravý svislý pruh +item.banner.stripe_right.white=Bílý pravý svislý pruh +item.banner.stripe_right.yellow=Žlutý pravý svislý pruh +item.banner.stripe_top.black=ÄŒerný horní fess +item.banner.stripe_top.blue=Modrý horní fess +item.banner.stripe_top.brown=HnÄ›dý horní fess +item.banner.stripe_top.cyan=Azurový horní fess +item.banner.stripe_top.gray=Å edý horní fess +item.banner.stripe_top.green=Zelený horní fess +item.banner.stripe_top.lightBlue=SvÄ›tle modrý horní fess +item.banner.stripe_top.lime=SvÄ›tle zelený horní fess +item.banner.stripe_top.magenta=Purpurový horní fess +item.banner.stripe_top.orange=Oranžový horní fess +item.banner.stripe_top.pink=Růžový horní fess +item.banner.stripe_top.purple=Fialový horní fess +item.banner.stripe_top.red=ÄŒervený horní fess +item.banner.stripe_top.silver=SvÄ›tle Å¡edý horní fess +item.banner.stripe_top.white=Bílý horní fess +item.banner.stripe_top.yellow=Žlutý horní fess +item.banner.triangle_bottom.black=ÄŒerný klín +item.banner.triangle_bottom.blue=Modrý klín +item.banner.triangle_bottom.brown=HnÄ›dý klín +item.banner.triangle_bottom.cyan=Azurový klín +item.banner.triangle_bottom.gray=Å edý klín +item.banner.triangle_bottom.green=Zelený klín +item.banner.triangle_bottom.lightBlue=SvÄ›tle modrý klín +item.banner.triangle_bottom.lime=SvÄ›tle zelený klín +item.banner.triangle_bottom.magenta=Purpurový klín +item.banner.triangle_bottom.orange=Oranžový klín +item.banner.triangle_bottom.pink=Růžový klín +item.banner.triangle_bottom.purple=Fialový klín +item.banner.triangle_bottom.red=ÄŒervený klín +item.banner.triangle_bottom.silver=SvÄ›tle Å¡edý klín +item.banner.triangle_bottom.white=Bílý klín +item.banner.triangle_bottom.yellow=Žlutý klín +item.banner.triangle_top.black=ÄŒerný pÅ™evrácený klín +item.banner.triangle_top.blue=Modrý pÅ™evrácený klín +item.banner.triangle_top.brown=HnÄ›dý pÅ™evrácený klín +item.banner.triangle_top.cyan=Azurový pÅ™evrácený klín +item.banner.triangle_top.gray=Å edý pÅ™evrácený klín +item.banner.triangle_top.green=Zelený pÅ™evrácený klín +item.banner.triangle_top.lightBlue=SvÄ›tle modrý pÅ™evrácený klín +item.banner.triangle_top.lime=SvÄ›tle zelený pÅ™evrácený klín +item.banner.triangle_top.magenta=Purpurový pÅ™evrácený klín +item.banner.triangle_top.orange=Oranžový pÅ™evrácený klín +item.banner.triangle_top.pink=Růžový pÅ™evrácený klín +item.banner.triangle_top.purple=Fialový pÅ™evrácený klín +item.banner.triangle_top.red=ÄŒervený pÅ™evrácený klín +item.banner.triangle_top.silver=SvÄ›tle Å¡edý pÅ™evrácený klín +item.banner.triangle_top.white=Bílý pÅ™evrácený klín +item.banner.triangle_top.yellow=Žlutý pÅ™evrácený klín +item.banner.triangles_bottom.black=ÄŒerný spodní odsazený pruh +item.banner.triangles_bottom.blue=Modrý spodní odsazený pruh +item.banner.triangles_bottom.brown=HnÄ›dý spodní odsazený pruh +item.banner.triangles_bottom.cyan=Azurový spodní odsazený pruh +item.banner.triangles_bottom.gray=Å edý spodní odsazený pruh +item.banner.triangles_bottom.green=Zelený spodní odsazený pruh +item.banner.triangles_bottom.lightBlue=SvÄ›tle modrý spodní odsazený pruh +item.banner.triangles_bottom.lime=SvÄ›tle zelený spodní odsazený pruh +item.banner.triangles_bottom.magenta=Purpurový spodní odsazený pruh +item.banner.triangles_bottom.orange=Oranžový spodní odsazený pruh +item.banner.triangles_bottom.pink=Růžový spodní odsazený pruh +item.banner.triangles_bottom.purple=Fialový spodní odsazený pruh +item.banner.triangles_bottom.red=ÄŒervený spodní odsazený pruh +item.banner.triangles_bottom.silver=SvÄ›tle Å¡edý spodní odsazený pruh +item.banner.triangles_bottom.white=Bílý spodní odsazený pruh +item.banner.triangles_bottom.yellow=Žlutý spodní odsazený pruh +item.banner.triangles_top.black=ÄŒerný odsazený horní pruh +item.banner.triangles_top.blue=Modrý odsazený horní pruh +item.banner.triangles_top.brown=HnÄ›dý odsazený horní pruh +item.banner.triangles_top.cyan=Azurový odsazený horní pruh +item.banner.triangles_top.gray=Å edý odsazený horní pruh +item.banner.triangles_top.green=Zelený odsazený horní pruh +item.banner.triangles_top.lightBlue=SvÄ›tle modrý odsazený horní pruh +item.banner.triangles_top.lime=SvÄ›tle zelený odsazený horní pruh +item.banner.triangles_top.magenta=Purpurový odsazený horní pruh +item.banner.triangles_top.orange=Oranžový odsazený horní pruh +item.banner.triangles_top.pink=Růžový odsazený horní pruh +item.banner.triangles_top.purple=Fialový odsazený horní pruh +item.banner.triangles_top.red=ÄŒervený odsazený horní pruh +item.banner.triangles_top.silver=SvÄ›tle Å¡edý odsazený horní pruh +item.banner.triangles_top.white=Bílý odsazený horní pruh +item.banner.triangles_top.yellow=Žlutý odsazený horní pruh +item.banner.white.name=Bílá vlajka +item.banner.yellow.name=Žlutá vlajka +item.bed.name=Postel +item.beefCooked.name=PropeÄený steak +item.beefRaw.name=Syrový steak +item.blazePowder.name=Ohnivý prach +item.blazeRod.name=Ohnivá hůl +item.boat.name=LoÄka +item.bone.name=Kost +item.book.name=Kniha +item.bootsChain.name=Kroužkové boty +item.bootsCloth.name=Kožené boty +item.bootsDiamond.name=Diamantové boty +item.bootsGold.name=Zlaté boty +item.bootsIron.name=Železné boty +item.bow.name=Luk +item.bowl.name=Miska +item.bread.name=Chléb +item.brewingStand.name=Varný stojan +item.brick.name=Cihla +item.bucket.name=Kbelík +item.bucketLava.name=Kbelík lávy +item.bucketWater.name=Kbelík vody +item.cake.name=Dort +item.canBreak=Lze rozdÄ›lit: +item.canPlace=Může být položen na: +item.carrotGolden.name=Zlatá mrkev +item.carrotOnAStick.name=Mrkev na prutu +item.carrots.name=Mrkev +item.cauldron.name=Kotel +item.charcoal.name=DÅ™evÄ›né uhlí +item.chestplateChain.name=Kroužková koÅ¡ile +item.chestplateCloth.name=Kožená tunika +item.chestplateDiamond.name=Diamantové brnÄ›ní +item.chestplateGold.name=Zlaté brnÄ›ní +item.chestplateIron.name=Železné brnÄ›ní +item.chickenCooked.name=PeÄené kuÅ™e +item.chickenRaw.name=Syrové kuÅ™e +item.clay.name=Jíl +item.clock.name=Hodiny +item.coal.name=Uhlí +item.comparator.name=Ruditový porovnávaÄ +item.compass.name=Kompas +item.cookie.name=SuÅ¡enka +item.diamond.name=Diamant +item.diode.name=Ruditový opakovaÄ +item.doorAcacia.name=Akáciové dveÅ™e +item.doorBirch.name=Břízové dveÅ™e +item.doorDarkOak.name=DveÅ™e z tmavého dubu +item.doorIron.name=Železné dveÅ™e +item.doorJungle.name=DveÅ™e z džunglového dÅ™eva +item.doorOak.name=Dubové dveÅ™e +item.doorSpruce.name=Smrkové dveÅ™e +item.dyePowder.black.name=VáÄek inkoustu +item.dyePowder.blue.name=Lapis lazuli +item.dyePowder.brown.name=Kakaové boby +item.dyePowder.cyan.name=Azurové barvivo +item.dyePowder.gray.name=Å edé barvivo +item.dyePowder.green.name=Kaktusová zeleň +item.dyePowder.lightBlue.name=SvÄ›tle modré barvivo +item.dyePowder.lime.name=SvÄ›tle zelené barvivo +item.dyePowder.magenta.name=Purpurové barvivo +item.dyePowder.orange.name=Oranžové barvivo +item.dyePowder.pink.name=Růžové barvivo +item.dyePowder.purple.name=Fialové barvivo +item.dyePowder.red.name=Šípková Äerveň +item.dyePowder.silver.name=SvÄ›tle Å¡edé barvivo +item.dyePowder.white.name=Kostní mouÄka +item.dyePowder.yellow.name=PampeliÅ¡ková žluÅ¥ +item.dyed=Obarvený +item.egg.name=Vejce +item.emerald.name=Smaragd +item.emptyMap.name=Prázdná mapa +item.emptyPotion.name=LahviÄka s vodou +item.enchantedBook.name=OÄarovaná kniha +item.enderPearl.name=Perla z Endu +item.expBottle.name=Lektvar oÄarování +item.eyeOfEnder.name=Oko z Endu +item.feather.name=Pírko +item.fermentedSpiderEye.name=ZkvaÅ¡ené pavouÄí oko +item.fireball.name=Ohnivá koule +item.fireworks.flight=Délka letu: +item.fireworks.name=Rachejtle +item.fireworksCharge.black=ÄŒerná +item.fireworksCharge.blue=Modrá +item.fireworksCharge.brown=HnÄ›dá +item.fireworksCharge.customColor=Vlastní +item.fireworksCharge.cyan=Azurová +item.fireworksCharge.fadeTo=PÅ™echod do +item.fireworksCharge.flicker=JiskÅ™ení +item.fireworksCharge.gray=Å edá +item.fireworksCharge.green=Zelená +item.fireworksCharge.lightBlue=SvÄ›tle modrá +item.fireworksCharge.lime=SvÄ›tle zelená +item.fireworksCharge.magenta=Purpurová +item.fireworksCharge.name=Ohňostrojová hvÄ›zda +item.fireworksCharge.orange=Oranžová +item.fireworksCharge.pink=Růžová +item.fireworksCharge.purple=Fialová +item.fireworksCharge.red=ÄŒervená +item.fireworksCharge.silver=SvÄ›tle Å¡edá +item.fireworksCharge.trail=Stopa +item.fireworksCharge.type=Neznámý tvar +item.fireworksCharge.type.0=Malá koule +item.fireworksCharge.type.1=Velká koule +item.fireworksCharge.type.2=Ve tvaru hvÄ›zdy +item.fireworksCharge.type.3=Ve tvaru Creeperovy hlavy +item.fireworksCharge.type.4=Roztržení +item.fireworksCharge.white=Bílá +item.fireworksCharge.yellow=Žlutá +item.fish.clownfish.raw.name=Klaun oÄkatý +item.fish.cod.cooked.name=PeÄená ryba +item.fish.cod.raw.name=Syrová ryba +item.fish.pufferfish.raw.name=ÄŒtverzubec +item.fish.salmon.cooked.name=PeÄený losos +item.fish.salmon.raw.name=Syrový losos +item.fishingRod.name=Rybářský prut +item.flint.name=Pazourek +item.flintAndSteel.name=KÅ™esadlo +item.flowerPot.name=KvÄ›tinÃ¡Ä +item.frame.name=RámeÄek +item.ghastTear.name=Slzy Äasa +item.glassBottle.name=LahviÄka +item.goldNugget.name=Zlatý nuget +item.hatchetDiamond.name=Diamantová sekera +item.hatchetGold.name=Zlatá sekera +item.hatchetIron.name=Železná sekera +item.hatchetStone.name=Kamenná sekera +item.hatchetWood.name=DÅ™evÄ›ná sekera +item.helmetChain.name=Kroužková kapuce +item.helmetCloth.name=Kožená Äapka +item.helmetDiamond.name=Diamantová helma +item.helmetGold.name=Zlatá helma +item.helmetIron.name=Železná helma +item.hoeDiamond.name=Diamantová motyka +item.hoeGold.name=Zlatá motyka +item.hoeIron.name=Železná motyka +item.hoeStone.name=Kamenná motyka +item.hoeWood.name=DÅ™evÄ›ná motyka +item.horsearmordiamond.name=Diamantové brnÄ›ní pro konÄ› +item.horsearmorgold.name=Zlaté brnÄ›ní pro konÄ› +item.horsearmormetal.name=Železné brnÄ›ní pro konÄ› +item.ingotGold.name=Zlatý ingot +item.ingotIron.name=Železný ingot +item.leash.name=Vodítko +item.leather.name=Kůže +item.leaves.name=Listí +item.leggingsChain.name=Kroužkové kalhoty +item.leggingsCloth.name=Kožené kalhoty +item.leggingsDiamond.name=Diamantové kalhoty +item.leggingsGold.name=Zlaté kalhoty +item.leggingsIron.name=Železné kalhoty +item.magmaCream.name=Lávová pÄ›na +item.map.name=Mapa +item.melon.name=Meloun +item.milk.name=Mléko +item.minecart.name=Vozík +item.minecartChest.name=Nákladní vozík +item.minecartCommandBlock.name=Vozík s příkazovým blokem +item.minecartFurnace.name=Parní vozík +item.minecartHopper.name=Vozík s násypkou +item.minecartTnt.name=Vozík s TNT +item.monsterPlacer.name=Vejce, uvnitÅ™ je +item.mushroomStew.name=Houbová polévka +item.muttonCooked.name=VaÅ™ené skopové +item.muttonRaw.name=Syrové skopové +item.nameTag.name=Jmenovka +item.netherStalkSeeds.name=BradaviÄník +item.netherStar.name=Nether HvÄ›zda +item.netherbrick.name=Netheritová cihla +item.netherquartz.name=KÅ™emen +item.painting.name=Obraz +item.paper.name=Papír +item.pickaxeDiamond.name=Diamantový krumpÃ¡Ä +item.pickaxeGold.name=Zlatý krumpÃ¡Ä +item.pickaxeIron.name=Železný krumpÃ¡Ä +item.pickaxeStone.name=Kamenný krumpÃ¡Ä +item.pickaxeWood.name=DÅ™evÄ›ný krumpÃ¡Ä +item.porkchopCooked.name=PeÄená kotleta +item.porkchopRaw.name=Syrová kotleta +item.potato.name=Brambor +item.potatoBaked.name=PeÄený brambor +item.potatoPoisonous.name=Jedovatá brambora +item.potion.name=Lektvar +item.prismarineCrystals.name=Prismarine krystaly +item.prismarineShard.name=Prismarine stÅ™ep +item.pumpkinPie.name=Dýňový kolÃ¡Ä +item.rabbitCooked.name=VaÅ™ený králík +item.rabbitFoot.name=KráliÄí noha +item.rabbitHide.name=KráliÄí kůže +item.rabbitRaw.name=Syrový králík +item.rabbitStew.name=DuÅ¡ený králík +item.record.11.desc=C418 - 11 +item.record.13.desc=C418 - 13 +item.record.blocks.desc=C418 - blocks +item.record.cat.desc=C418 - cat +item.record.chirp.desc=C418 - chirp +item.record.far.desc=C418 - far +item.record.mall.desc=C418 - mall +item.record.mellohi.desc=C418 - mellohi +item.record.name=Gramofonová deska +item.record.stal.desc=C418 - stal +item.record.strad.desc=C418 - strad +item.record.wait.desc=C418 - wait +item.record.ward.desc=C418 - ward +item.redstone.name=Rudit +item.reeds.name=Cukrová tÅ™tina +item.rottenFlesh.name=Shnilé maso +item.ruby.name=Rubín +item.saddle.name=Sedlo +item.seeds.name=Semínka +item.seeds_melon.name=Semínka melounu +item.seeds_pumpkin.name=Dýňová semínka +item.shears.name=Nůžky +item.shovelDiamond.name=Diamantová lopata +item.shovelGold.name=Zlatá lopata +item.shovelIron.name=Železná lopata +item.shovelStone.name=Kamenná lopata +item.shovelWood.name=DÅ™evÄ›ná lopata +item.sign.name=Cedule +item.skull.char.name=Hlava +item.skull.creeper.name=Hlava SyÄáka +item.skull.player.name=%s-ova hlava +item.skull.skeleton.name=Lebka Kostlivce +item.skull.wither.name=Lebka Wither kostlivce +item.skull.zombie.name=Hlava Zombie +item.slimeball.name=Sliz +item.snowball.name=SnÄ›hová koule +item.speckledMelon.name=Blýskavý meloun +item.spiderEye.name=PavouÄí oko +item.stick.name=TyÄka +item.string.name=Vlákno +item.sugar.name=Cukr +item.sulphur.name=StÅ™elný prach +item.swordDiamond.name=Diamantový meÄ +item.swordGold.name=Zlatý meÄ +item.swordIron.name=Železný meÄ +item.swordStone.name=Kamenný meÄ +item.swordWood.name=DÅ™evÄ›ný meÄ +item.unbreakable=Nerozbitné +item.wheat.name=PÅ¡enice +item.writingBook.name=Rozepsaná kniha s brkem +item.writtenBook.name=Napsaná kniha +item.yellowDust.name=SvÄ›tlitový prášek +itemGroup.brewing=VaÅ™ení Lektvarů +itemGroup.buildingBlocks=Stavební bloky +itemGroup.combat=Souboj +itemGroup.decorations=Ozdobné bloky +itemGroup.food=Jídlo +itemGroup.inventory=Inventář Hry o pÅ™ežití +itemGroup.materials=Materiály +itemGroup.misc=Různé +itemGroup.redstone=Rudit +itemGroup.search=Hledat pÅ™edmÄ›ty +itemGroup.tools=Nástroje +itemGroup.transportation=Doprava +key.attack=Útok/ZniÄení +key.back=Chůze pozpátku +key.categories.gameplay=Hratelnost +key.categories.inventory=Inventář +key.categories.misc=Různé +key.categories.movement=Pohyb +key.categories.multiplayer=Hra více hráÄů +key.categories.stream=Vysílání +key.categories.ui=Herní rozhraní +key.chat=OtevÅ™ení Chatu +key.command=Otevřít příkazový řádek +key.drop=Odhození pÅ™edmÄ›tu +key.forward=Chůze dopÅ™edu +key.fullscreen=Celá obrazovka +key.hotbar.1=LiÅ¡ta - Pozice 1 +key.hotbar.2=LiÅ¡ta - Pozice 2 +key.hotbar.3=LiÅ¡ta - Pozice 3 +key.hotbar.4=LiÅ¡ta - Pozice 4 +key.hotbar.5=LiÅ¡ta - Pozice 5 +key.hotbar.6=LiÅ¡ta - Pozice 6 +key.hotbar.7=LiÅ¡ta - Pozice 7 +key.hotbar.8=LiÅ¡ta - Pozice 8 +key.hotbar.9=LiÅ¡ta - Pozice 9 +key.inventory=Inventář +key.jump=Skok +key.left=Úkrok vlevo +key.mouseButton=TlaÄítko %1$s +key.pickItem=Vybrat blok +key.playerlist=Seznam hráÄů +key.right=Úkrok vpravo +key.screenshot=Snímek obrazovky +key.smoothCamera=PÅ™epnutí filmové kamery +key.sneak=Plížení +key.spectatorOutlines=Zvýraznit hráÄe (diváky) +key.sprint=BÄ›h +key.streamCommercial=Ukázat reklamy ve vysílání +key.streamPauseUnpause=Pozastavit/Spustit vysílání +key.streamStartStop=Spustit/Zastavit vysílání +key.streamToggleMic=StisknÄ›te pro mluvení/ztlumení +key.togglePerspective=PÅ™epnutí perspektivy +key.use=Použití pÅ™edmÄ›tu/UmístÄ›ní bloku +lanServer.otherPlayers=Nastavení pro ostatní hráÄe +lanServer.scanning=Hledám hry na místní síti +lanServer.start=SpusÅ¥ svÄ›t pro LAN +lanServer.title=LAN SvÄ›t +language.code=cs_CZ +language.name=ÄŒeÅ¡tina +language.region=ÄŒesko +mcoServer.title=Minecraft Online SvÄ›t +menu.convertingLevel=PÅ™evádím svÄ›t +menu.disconnect=Odpojit se +menu.game=Herní nabídka +menu.generatingLevel=Generuji svÄ›t +menu.generatingTerrain=Buduji terén +menu.loadingLevel=NaÄítám svÄ›t +menu.multiplayer=Hra více hráÄů +menu.options=Možnosti... +menu.playdemo=Hrát zkuÅ¡ební svÄ›t +menu.quit=UkonÄit hru +menu.resetdemo=Obnovit zkuÅ¡ební svÄ›t +menu.respawning=Vdechuji svÄ›tu život +menu.returnToGame=ZpÄ›t do hry +menu.returnToMenu=Uložit a vrátit se do hlavní nabídky +menu.shareToLan=Zpřístupnit pro LAN +menu.simulating=PÅ™ipravuji svÄ›t +menu.singleplayer=Hra jednoho hráÄe +menu.switchingLevel=MÄ›ním svÄ›ty +merchant.deprecated=Obchoduj s nÄ›Äím jiným pro odemÄení! +mount.onboard=Stiskni %1$s pro sesednutí +multiplayer.connect=PÅ™ipojit +multiplayer.downloadingStats=Stahuji statistiky a ocenÄ›ní... +multiplayer.downloadingTerrain=Nahrávám krajinu +multiplayer.info1=Hra pro více hráÄů není v souÄasné dobÄ› dokonÄena, ale +multiplayer.info2=je ve stádiu testování. OÄekávejte chyby. +multiplayer.ipinfo=Vlož IP adresu serveru, na který se chceÅ¡ pÅ™ipojit: +multiplayer.player.joined=%s se pÅ™ipojil do hry +multiplayer.player.joined.renamed=%s (dříve známý jako %s) vstoupil do hry +multiplayer.player.left=%s opustil hru +multiplayer.stopSleeping=Vstát z postele +multiplayer.texturePrompt.line1=Tento server doporuÄuje používat vlastní balíÄek textur. +multiplayer.texturePrompt.line2=ChceÅ¡ jej stáhnout a automaticky nainstalovat? +multiplayer.title=Hra více hráÄů +options.advancedButton=PokroÄilé nastavení obrazu... +options.advancedOpengl=PokroÄilé OpenGL +options.advancedVideoTitle=PokroÄilé nastavení obrazu +options.anaglyph=3D zobrazení +options.ao=Vyhlazené stíny +options.ao.max=Maximální +options.ao.min=Minimální +options.ao.off=VYP +options.blockAlternatives=Alternativní bloky +options.chat.color=Barvy +options.chat.height.focused=Aktivní výška +options.chat.height.unfocused=Neaktivní výška +options.chat.links=Webové odkazy +options.chat.links.prompt=Dotazovat se na odkazy +options.chat.opacity=Průhlednost +options.chat.scale=Měřítko +options.chat.title=Nastavení chatu... +options.chat.visibility=Chat +options.chat.visibility.full=Zobrazen +options.chat.visibility.hidden=Skrytý +options.chat.visibility.system=Pouze příkazy +options.chat.width=Šířka +options.controls=Ovládání... +options.customizeTitle=Upravit nastavení svÄ›ta +options.difficulty=Obtížnost +options.difficulty.easy=Lehká +options.difficulty.hard=Těžká +options.difficulty.hardcore=Nemilosrdná +options.difficulty.normal=Normální +options.difficulty.peaceful=Mírumilovná +options.farWarning1=Pro 'Velkou' vykreslovanou vzdálenost je doporuÄena +options.farWarning2=instalace 64-bitové Javy (máš 32-bitovou) +options.fboEnable=Zapnout FBO +options.forceUnicodeFont=Vynutit podporu Unicode +options.fov=Šíře zorného pole +options.fov.max=Quake Pro +options.fov.min=Normální +options.framerateLimit=Maximální FPS +options.framerateLimit.max=Neomezené +options.fullscreen=Celá obrazovka +options.gamma=Jas +options.gamma.max=Jasný +options.gamma.min=Tmavý +options.graphics=Grafika +options.graphics.fancy=PÄ›kná +options.graphics.fast=Rychlá +options.guiScale=Velikost GUI +options.guiScale.auto=Automatická +options.guiScale.large=Velká +options.guiScale.normal=Normální +options.guiScale.small=Malá +options.hidden=Skrytý +options.invertMouse=Invertovat myÅ¡ +options.language=Jazyk... +options.languageWarning=PÅ™eklady nemusí být 100%% pÅ™esné +options.mipmapLevels=Úroveň mipmapy +options.modelPart.cape=KápÄ› +options.modelPart.hat=Pokrývka hlavy +options.modelPart.jacket=Bunda +options.modelPart.left_pants_leg=Levá nohavice +options.modelPart.left_sleeve=Levý rukáv +options.modelPart.right_pants_leg=Pravá nohavice +options.modelPart.right_sleeve=Pravý rukáv +options.multiplayer.title=Nastavení hry více hráÄů... +options.music=Hudba +options.off=VYPNUTO +options.on=ZAPNUTO +options.particles=Částice +options.particles.all=VÅ¡echny +options.particles.decreased=MénÄ› +options.particles.minimal=MinimálnÄ› +options.performanceButton=Nastavení výkonu videa... +options.performanceVideoTitle=Nastavení výkonu videa +options.postButton=Nastavení postprocessingu... +options.postProcessEnable=Zapnout Post-Processing +options.postVideoTitle=Nastavení postprocessingu +options.qualityButton=Nastavení kvality obrazu... +options.qualityVideoTitle=Nastavení kvality obrazu +options.reducedDebugInfo=Zkrácené info o ladÄ›ní +options.renderClouds=Mraky +options.renderDistance=Vykreslovaná vzdálenost +options.renderDistance.far=Velká +options.renderDistance.normal=StÅ™ední +options.renderDistance.short=Malá +options.renderDistance.tiny=Nejmenší +options.resourcepack=BalíÄky textur... +options.saturation=Sytost +options.sensitivity=Citlivost +options.sensitivity.max=HYPERRYCHLOST!!! +options.sensitivity.min=*zív* +options.skinCustomisation=Úprava vzhledu postavy... +options.skinCustomisation.title=Úprava vzhledu postavy +options.snooper=Povolit Monitorování +options.snooper.desc=Rádi bychom shromažÄovali informace o vaÅ¡em poÄítaÄi, které by nám pomohly vylepÅ¡it Minecraft tím, že budeme vÄ›dÄ›t, co podporovat a kde jsou nejvÄ›tší problémy. VÅ¡echny tyto informace jsou zcela anonymní a zobrazeny níže. Slibujeme, že s tÄ›mito údaji nebudeme dÄ›lat nic Å¡patného, ale pokud chcete, můžete je vypnout! +options.snooper.title=PÅ™ehled technických údajů +options.snooper.view=Nastavení Monitorování... +options.sound=Zvuky +options.sounds=Hudba a zvuky... +options.sounds.title=Nastavení Hudby & Zvuku +options.stream=Nastavení vysílání... +options.stream.bytesPerPixel=Kvalita +options.stream.changes=Budete muset restartovat vysílání, aby se tyto zmÄ›ny projevily. +options.stream.chat.enabled=Povolit +options.stream.chat.enabled.always=Vždy +options.stream.chat.enabled.never=Nikdy +options.stream.chat.enabled.streaming=Zatímco se vysílá +options.stream.chat.title=Nastavení chatu v Twitch +options.stream.chat.userFilter=Uživatelský filtr +options.stream.chat.userFilter.all=VÅ¡em divákům +options.stream.chat.userFilter.mods=ModerátoÅ™i +options.stream.chat.userFilter.subs=OdbÄ›ratelé +options.stream.compression=Komprese +options.stream.compression.high=Vysoká +options.stream.compression.low=Nízká +options.stream.compression.medium=StÅ™ední +options.stream.estimation=PÅ™edpokládané rozliÅ¡ení: %sx%s +options.stream.fps=Snímky za vteÅ™inu +options.stream.ingest.reset=Resetovat nastavení +options.stream.ingest.title=Twitch vysílací servery +options.stream.ingestSelection=Seznam vysílacích serverů +options.stream.kbps=Množství dat +options.stream.micToggleBehavior=StisknÄ›te pro +options.stream.micVolumne=Hlasitost mikrofonu +options.stream.mic_toggle.mute=Ztlumit +options.stream.mic_toggle.talk=Mluvit +options.stream.sendMetadata=Posílat metadata +options.stream.systemVolume=Systémová hlasitost +options.stream.title=Nastavit Twitch +options.title=Možnosti +options.touchscreen=Režim pro dotykovou obrazovku +options.vbo=Použít VBO +options.video=Nastavení grafiky... +options.videoTitle=Nastavení grafiky +options.viewBobbing=Houpání pÅ™i chůzi +options.visible=Zobrazeny +options.vsync=Použít vertikální synchronizaci +potion.absorption=Pohlcení +potion.absorption.postfix=Lektvar pohlcení +potion.blindness=Slepota +potion.blindness.postfix=Lektvar slepoty +potion.confusion=Nevolnost +potion.confusion.postfix=Lektvar nevolnosti +potion.damageBoost=Síla +potion.damageBoost.postfix=Lektvar síly +potion.digSlowDown=Únava +potion.digSlowDown.postfix=Lektvar otupÄ›ní +potion.digSpeed=SpÄ›ch +potion.digSpeed.postfix=Lektvar spÄ›chu +potion.effects.whenDrank=PÅ™i použití: +potion.empty=Žádné úÄinky +potion.fireResistance=Ohnivzdornost +potion.fireResistance.postfix=Lektvar ohnivzdornosti +potion.harm=ZranÄ›ní +potion.harm.postfix=Lektvar ublížení +potion.heal=Uzdravení +potion.heal.postfix=LéÄivý lektvar +potion.healthBoost=Zesílení zdraví +potion.healthBoost.postfix=Lektvar posílení zdraví +potion.hunger=Hlad +potion.hunger.postfix=Lektvar hladu +potion.invisibility=Neviditelnost +potion.invisibility.postfix=Lektvar neviditelnosti +potion.jump=Vyšší skoky +potion.jump.postfix=Lektvar skákání +potion.moveSlowdown=Zpomalení +potion.moveSlowdown.postfix=Lektvar zpomalení +potion.moveSpeed=Rychlost +potion.moveSpeed.postfix=Lektvar svižnosti +potion.nightVision=NoÄní vidÄ›ní +potion.nightVision.postfix=Lektvar noÄního vidÄ›ní +potion.poison=Otrava +potion.poison.postfix=Jed +potion.potency.1=II +potion.potency.2=III +potion.potency.3=IV +potion.prefix.acrid=Å tiplavý +potion.prefix.artless=Bezelstný +potion.prefix.awkward=Nepříjemný +potion.prefix.bland=Jasný +potion.prefix.bulky=Objemný +potion.prefix.bungling=Neschopný +potion.prefix.buttered=Máslový +potion.prefix.charming=Okouzlující +potion.prefix.clear=ÄŒirý +potion.prefix.cordial=Posilující +potion.prefix.dashing=Å vihácký +potion.prefix.debonair=Å armatní +potion.prefix.diffuse=Rozptýlený +potion.prefix.elegant=Elegantní +potion.prefix.fancy=PÅ™epychový +potion.prefix.flat=Plochý +potion.prefix.foul=Odporný +potion.prefix.grenade=Vrhací +potion.prefix.gross=Hrubý +potion.prefix.harsh=Krutý +potion.prefix.milky=MléÄný +potion.prefix.mundane=SvÄ›tský +potion.prefix.odorless=VyÄichlý +potion.prefix.potent=Silný +potion.prefix.rank=Žluklý +potion.prefix.refined=Rafinovaný +potion.prefix.smooth=Hladký +potion.prefix.sparkling=Å umivý +potion.prefix.stinky=Páchnoucí +potion.prefix.suave=ZdvoÅ™ilý +potion.prefix.thick=Hustý +potion.prefix.thin=Tenký +potion.prefix.uninteresting=Nezajímavý +potion.regeneration=Regenerace +potion.regeneration.postfix=Lektvar regenerace +potion.resistance=Odolnost +potion.resistance.postfix=Lektvar odolnosti +potion.saturation=Sytost +potion.saturation.postfix=Lektvar sytosti +potion.waterBreathing=Dýchání pod vodou +potion.waterBreathing.postfix=Lektvar dýchání pod vodou +potion.weakness=Slabost +potion.weakness.postfix=Lektvar slabosti +potion.wither=Wither +potion.wither.postfix=Lektvar Rozkladu +record.nowPlaying=PÅ™ehrává se: %s +resourcePack.available.title=Dostupné balíÄky zdrojů +resourcePack.folderInfo=(Sem vložte "Resource Pack") +resourcePack.openFolder=Otevřít složku s resource packy +resourcePack.selected.title=Zvolené balíÄky zdrojů +resourcePack.title=Vyberte resource packy +screenshot.failure=Snímek nelze uložit: %s +screenshot.success=Snímek uložen jako %s +selectServer.add=PÅ™idat server +selectServer.defaultName=Minecraft Server +selectServer.delete=Smazat +selectServer.deleteButton=Smazat +selectServer.deleteQuestion=UrÄitÄ› chceÅ¡ smazat tento server? +selectServer.deleteWarning=bude navždy ztracen! (Fakt na dlouho!) +selectServer.direct=Přímé spojení +selectServer.edit=Upravit +selectServer.empty=prázdný +selectServer.hiddenAddress=(Skrytý) +selectServer.refresh=Obnovit +selectServer.select=PÅ™ipojit se +selectServer.title=VýbÄ›r serveru +selectWorld.allowCommands=Povolit podvádÄ›ní: +selectWorld.allowCommands.info=Příkazy jako /gamemode, /xp +selectWorld.bonusItems=Bonusová truhla: +selectWorld.cheats=PodvádÄ›ní +selectWorld.conversion=Musí být pÅ™eveden! +selectWorld.create=VytvoÅ™it nový svÄ›t +selectWorld.createDemo=Spustit nový zkuÅ¡ební svÄ›t +selectWorld.customizeType=PÅ™izpůsobit +selectWorld.delete=Smazat +selectWorld.deleteButton=Smazat +selectWorld.deleteQuestion=UrÄitÄ› chceÅ¡ smazat tento svÄ›t? +selectWorld.deleteWarning=bude navždy ztracen! (Fakt na dlouho!) +selectWorld.empty=prázdný +selectWorld.enterName=Název svÄ›ta +selectWorld.enterSeed=Zdroj pro generátor svÄ›ta +selectWorld.gameMode=Herní mód +selectWorld.gameMode.adventure=Dobrodružná hra +selectWorld.gameMode.adventure.line1=Stejný jako mód pÅ™ežití, ale bloky se nedají +selectWorld.gameMode.adventure.line2=stavÄ›t ani niÄit bloky +selectWorld.gameMode.creative=TvoÅ™ivá hra +selectWorld.gameMode.creative.line1=Neomezený poÄet surovin, létání a +selectWorld.gameMode.creative.line2=létání a okamžité niÄení bloků +selectWorld.gameMode.hardcore=Nemilosrdná hra +selectWorld.gameMode.hardcore.line1=Stejné jako Hra o pÅ™ežití, ale težší +selectWorld.gameMode.hardcore.line2=obtížností a pouze jedním životem +selectWorld.gameMode.spectator=Divák +selectWorld.gameMode.spectator.line1=MůžeÅ¡ se dívat, ale nesahat +selectWorld.gameMode.survival=Hra o pÅ™ežití +selectWorld.gameMode.survival.line1=Hledání surovin, výroba, zdraví, +selectWorld.gameMode.survival.line2=hlad a získávání zkuÅ¡eností +selectWorld.hardcoreMode=Nemilosrdný +selectWorld.hardcoreMode.info=SvÄ›t se smaže po smrti hráÄe +selectWorld.mapFeatures=Vytvářet náhodné stavby: +selectWorld.mapFeatures.info=Vesnice, pevnosti atd. +selectWorld.mapType=Typ svÄ›ta: +selectWorld.mapType.normal=Normální +selectWorld.moreWorldOptions=Více možností svÄ›ta... +selectWorld.newWorld=Nový svÄ›t +selectWorld.newWorld.copyOf=Kopie %s +selectWorld.recreate=Znovu vytvoÅ™it +selectWorld.rename=PÅ™ejmenovat +selectWorld.renameButton=PÅ™ejmenovat +selectWorld.renameTitle=PÅ™ejmenovat svÄ›t +selectWorld.resultFolder=Bude uložen v: +selectWorld.seedInfo=Nech prázdné pro náhodný zdroj +selectWorld.select=Hrát vybraný svÄ›t +selectWorld.title=VýbÄ›r svÄ›ta +selectWorld.world=SvÄ›t +sign.edit=NapiÅ¡te text cedule +soundCategory.ambient=Okolí/ProstÅ™edí +soundCategory.block=Bloky +soundCategory.hostile=NepřátelÅ¡tí mobové +soundCategory.master=Celková hlasitost +soundCategory.music=Hudba +soundCategory.neutral=PřátelÅ¡tí mobové +soundCategory.player=HráÄi +soundCategory.record=Hrací skříň/Hudební blok +soundCategory.weather=PoÄasí +stat.animalsBred=Chovaná zvířata +stat.blocksButton=Bloky +stat.boatOneCm=Nacestováno v loÄce +stat.breakItem=%1$s ZniÄeno +stat.climbOneCm=NaÅ¡plháno +stat.craftItem=%1$s VytvoÅ™eno +stat.crafted=VytvoÅ™eno +stat.createWorld=SvÄ›ty vytvoÅ™eny +stat.crouchOneCm=Vzdálenost se krÄil +stat.damageDealt=Způsobené zranÄ›ní +stat.damageTaken=Obdržené zranÄ›ní +stat.deaths=PoÄet úmrtí +stat.depleted=ZniÄeno +stat.diveOneCm=NapotápÄ›no +stat.drop=Odhozených pÅ™edmÄ›tů +stat.entityKilledBy=%s tÄ› zabil %s krát +stat.entityKilledBy.none=%s tÄ› nikdy nezabil +stat.entityKills=Zabil jsi %s %s +stat.entityKills.none=Nikdy jsi nezabil %s +stat.fallOneCm=Napadáno +stat.fishCaught=Chyceno ryb +stat.flyOneCm=Nalétáno +stat.generalButton=Obecné +stat.horseOneCm=Vzdálenost ujetá na koni +stat.itemsButton=PÅ™edmÄ›ty +stat.joinMultiplayer=PÅ™ipojeno ke hÅ™e více hráÄů +stat.jump=Výskoků +stat.junkFished=Uloveno smetí +stat.leaveGame=OpuÅ¡tÄ›no her +stat.loadWorld=Nahráno uložených her +stat.mineBlock=%1$s Vytěženo +stat.minecartOneCm=Najeto ve vozíku +stat.mined=Vytěženo +stat.mobKills=Zabitých oblud +stat.mobsButton=Mobové +stat.pigOneCm=NaježdÄ›no na praseti +stat.playOneMinute=Nahraný Äas +stat.playerKills=Zabitých hráÄů +stat.sprintOneCm=Vzdálenost rozbÄ›hl +stat.startGame=SpuÅ¡tÄ›ných her +stat.swimOneCm=Uplaváno +stat.talkedToVillager=Mluvila s vesniÄany +stat.timeSinceDeath=Od posledního smrti +stat.tradedWithVillager=Obchoduje s vesniÄany +stat.treasureFished=Uloveno pokladů +stat.useItem=%1$s Použito +stat.used=Použito +stat.walkOneCm=Nachozeno +stats.tooltip.type.achievement=OcenÄ›ní +stats.tooltip.type.statistic=Statistika +stream.confirm_start=Jste si jist, že chcete zaÄít vysílat? +stream.unavailable.account_not_bound=Než budete moct vysílat pÅ™es službu Twitch, musíte propojit úÄet Twitch s úÄtem mojang.com. PÅ™ejete si to udÄ›lat nyní? +stream.unavailable.account_not_bound.okay=Propojit úÄty +stream.unavailable.account_not_migrated=Než budete moct zaÄít vysílat pÅ™es Twitch, musíte pÅ™evést svůj Minecraft úÄet na Mojang úÄet. Chcete to udÄ›lat teÄ? +stream.unavailable.account_not_migrated.okay=PÅ™evést úÄet +stream.unavailable.failed_auth=Ověření Twitche selhalo. Zkuste prosím na mojang.com znovu pÅ™ipojit vás Twitch úÄet. +stream.unavailable.failed_auth.okay=Znovu propojit úÄty +stream.unavailable.failed_auth_error=Ověření Twitche selhalo. Zkuste to prosím pozdÄ›ji. +stream.unavailable.initialization_failure=NepodaÅ™ilo se spustit Twitch SDK. +stream.unavailable.initialization_failure.extra=(Důvod: %s) +stream.unavailable.library_arch_mismatch=Hra byla spuÅ¡tÄ›na na jiné architektuÅ™e Javy než spouÅ¡tÄ›Ä. UjistÄ›te se prosím, že se celá hra spouÅ¡tí pouze v jedné architektuÅ™e, a to buÄ ve 32-bitové, nebo 64-bitové. +stream.unavailable.library_failure=Selhalo naÄítání knihoven potÅ™ebných pro integrovanou vysílací službu Twitch. +stream.unavailable.no_fbo=VaÅ¡e grafická karta musí podporovat alespoň OpenGL verzi 3.0, nebo rozšíření Framebuffer Objects pokud chcete používat integrovanou vysílací službu Twitch. +stream.unavailable.no_fbo.arb=Podpora "framebuffer object" pÅ™es ARB je: %s +stream.unavailable.no_fbo.blend=Podpora "separate blending" pÅ™es EXT je: %s +stream.unavailable.no_fbo.ext=Podpora "framebuffer object" pÅ™es EXT je: %s +stream.unavailable.no_fbo.version=Nyní používáte: %s +stream.unavailable.not_supported.mac=K vysílání pomocí služby Twitch je bohužel potÅ™eba novÄ›jší verze OSX. Je tÅ™eba 10.7 (Mac OS X Lion), nebo novÄ›jší. PÅ™ejete si navÅ¡tívit apple.com? +stream.unavailable.not_supported.mac.okay=VylepÅ¡ení +stream.unavailable.not_supported.other=K vysílání pomocí služby Twitch je bohužel potÅ™eba Windows (Vista nebo novÄ›jší), nebo Mac OS X (10.7/Lion nebo novÄ›jší) +stream.unavailable.not_supported.windows=K vysílání pomocí služby Twitch je bohužel potÅ™eba novÄ›jší verze Windows. Je tÅ™eba Windows Vista, nebo novÄ›jší. +stream.unavailable.report_to_mojang=Nahlásit Mojangu +stream.unavailable.soundflower.chat=Je potÅ™eba rozšíření Soundflower pokud chcete vysílat na Macu. %s +stream.unavailable.soundflower.chat.link=Pro instalaci, prosím, kliknÄ›te zde. +stream.unavailable.title=Vysílání pÅ™es Twitch není dostupné +stream.unavailable.unknown=Bohužel nyní nemůžete vysílat pÅ™es Twitch. A my nevíme proÄ :'( +stream.unavailable.unknown.chat=Nelze spustit vysílání: %s +stream.user.mode.administrator=Administrátor Twitche +stream.user.mode.banned=Zabanovaný +stream.user.mode.banned.other=Zakázaný na kanálu %s +stream.user.mode.banned.self=zabanovaný na vaÅ¡em kanálu +stream.user.mode.broadcaster=Vysílající +stream.user.mode.broadcaster.other=Vysílající +stream.user.mode.broadcaster.self=Vysílající (Vy!) +stream.user.mode.moderator=Moderátor +stream.user.mode.moderator.other=Moderátor na kanálu %s +stream.user.mode.moderator.self=Moderátor kanálu +stream.user.mode.staff=Obsluha Twitche +stream.user.subscription.subscriber=OdbÄ›ratel +stream.user.subscription.subscriber.other=OdbÄ›ratel kanálu %s +stream.user.subscription.subscriber.self=OdbÄ›ratel vaÅ¡eho kanálu +stream.user.subscription.turbo=Twitch Turbo +stream.userinfo.ban=Ban +stream.userinfo.chatTooltip=KliknÄ›te pro správu uživatele +stream.userinfo.mod=Povýšit na moderátora +stream.userinfo.timeout=PÅ™ipojení vyprÅ¡elo +stream.userinfo.unban=Un ban +stream.userinfo.unmod=Degradovat z pozice moderátora +tile.acaciaFence.name=Akáciový plot +tile.acaciaFenceGate.name=Branka z Akáciového dÅ™eva +tile.activatorRail.name=AktivaÄní kolej +tile.anvil.intact.name=Kovadlina +tile.anvil.name=Kovadlina +tile.anvil.slightlyDamaged.name=Lehce poÅ¡kozená kovadlina +tile.anvil.veryDamaged.name=Velmi poÅ¡kozená kovadlina +tile.barrier.name=Bariéra +tile.beacon.name=Maják +tile.beacon.primary=Hlavní schopnost +tile.beacon.secondary=Vedlejší schopnost +tile.bed.name=Postel +tile.bed.noSleep=MůžeÅ¡ spát jen v noci +tile.bed.notSafe=TeÄ nemůžeÅ¡ odpoÄívat, poblíž jsou obludy +tile.bed.notValid=Tvá postel je ztracená nebo blokovaná +tile.bed.occupied=Tato postel je obsazená +tile.bedrock.name=Podloží +tile.birchFence.name=Břízový plot +tile.birchFenceGate.name=Břízová branka +tile.blockCoal.name=Blok uhlí +tile.blockDiamond.name=Diamantový blok +tile.blockEmerald.name=Smaragdový blok +tile.blockGold.name=Blok zlata +tile.blockIron.name=Blok železa +tile.blockLapis.name=Blok Lapisu lazuli +tile.blockRedstone.name=Ruditový blok +tile.bookshelf.name=Knihovna +tile.brick.name=Cihly +tile.button.name=TlaÄítko +tile.cactus.name=Kaktus +tile.cake.name=Dort +tile.carrots.name=Mrkve +tile.cauldron.name=Kotel +tile.chest.name=Truhla +tile.chestTrap.name=Nástražná truhla +tile.clay.name=Jíl +tile.clayHardened.name=Tvrzený jíl +tile.clayHardenedStained.black.name=ÄŒerný tvrzený jíl +tile.clayHardenedStained.blue.name=Modrý tvrzený jíl +tile.clayHardenedStained.brown.name=HnÄ›dý tvrzený jíl +tile.clayHardenedStained.cyan.name=Azurový jíl +tile.clayHardenedStained.gray.name=Å edý tvrzený jíl +tile.clayHardenedStained.green.name=Zelený tvrzený jíl +tile.clayHardenedStained.lightBlue.name=SvÄ›tlemodrý tvrzený jíl +tile.clayHardenedStained.lime.name=SvÄ›tlezelený jíl +tile.clayHardenedStained.magenta.name=Purpurový tvrzený jíl +tile.clayHardenedStained.name=Obarvený jíl +tile.clayHardenedStained.orange.name=Oranžový jíl +tile.clayHardenedStained.pink.name=Růžový jíl +tile.clayHardenedStained.purple.name=Fialový jíl +tile.clayHardenedStained.red.name=ÄŒervený tvrzený jíl +tile.clayHardenedStained.silver.name=SvÄ›tle Å¡edý jíl +tile.clayHardenedStained.white.name=Bílý tvrzený jíl +tile.clayHardenedStained.yellow.name=Žlutý jíl +tile.cloth.black.name=ÄŒerná vlna +tile.cloth.blue.name=Modrá vlna +tile.cloth.brown.name=HnÄ›dá vlna +tile.cloth.cyan.name=Azurová vlna +tile.cloth.gray.name=Å edá vlna +tile.cloth.green.name=Zelená vlna +tile.cloth.lightBlue.name=SvÄ›tle modrá vlna +tile.cloth.lime.name=SvÄ›tle zelená vlna +tile.cloth.magenta.name=Purpurová vlna +tile.cloth.name=Vlna +tile.cloth.orange.name=Oranžová vlna +tile.cloth.pink.name=Růžová vlna +tile.cloth.purple.name=Fialová vlna +tile.cloth.red.name=ÄŒervená vlna +tile.cloth.silver.name=SvÄ›tle Å¡edá vlna +tile.cloth.white.name=Vlna +tile.cloth.yellow.name=Žlutá vlna +tile.cobbleWall.mossy.name=Kamenná zeÄ porostlá mechem +tile.cobbleWall.normal.name=Kamenná zeÄ +tile.cocoa.name=Kakao +tile.commandBlock.name=Příkazový blok +tile.crops.name=Úroda +tile.darkOakFence.name=Plot ze dÅ™eva tmavého dubu +tile.darkOakFenceGate.name=Branka z tmavého dubu +tile.daylightDetector.name=Senzor denního svÄ›tla +tile.deadbush.name=Suché kÅ™oví +tile.detectorRail.name=Koleje se senzorem +tile.dirt.coarse.name=Hrubá hlína +tile.dirt.default.name=Hlína +tile.dirt.name=Hlína +tile.dirt.podzol.name=Podzol +tile.dispenser.name=DávkovaÄ +tile.doorIron.name=Železné dveÅ™e +tile.doorWood.name=DÅ™evÄ›né dveÅ™e +tile.doublePlant.fern.name=Velká kapradina +tile.doublePlant.grass.name=Vysoká tráva +tile.doublePlant.name=Rostlina +tile.doublePlant.paeonia.name=Pivoňka +tile.doublePlant.rose.name=KeÅ™ růží +tile.doublePlant.sunflower.name=SluneÄnice +tile.doublePlant.syringa.name=Å eřík +tile.dragonEgg.name=DraÄí vejce +tile.dropper.name=PodavaÄ +tile.enchantmentTable.name=Oltář oÄarování +tile.endPortalFrame.name=Portál do Endu +tile.enderChest.name=Enderitová Truhla +tile.farmland.name=Úrodná půda +tile.fence.name=Plot +tile.fenceGate.name=Branka +tile.fenceIron.name=Železné mříže +tile.fire.name=Oheň +tile.flower1.dandelion.name=PampeliÅ¡ka +tile.flower1.name=KvÄ›tina +tile.flower2.allium.name=ÄŒesnek +tile.flower2.blueOrchid.name=Modrá orchidej +tile.flower2.houstonia.name=Houstonie modrá +tile.flower2.name=KvÄ›tina +tile.flower2.oxeyeDaisy.name=Kopretina +tile.flower2.poppy.name=Mák +tile.flower2.tulipOrange.name=Oranžový tulipán +tile.flower2.tulipPink.name=Růžový tulipán +tile.flower2.tulipRed.name=ÄŒervený tulipán +tile.flower2.tulipWhite.name=Bílý tulipán +tile.furnace.name=Pec +tile.glass.name=Sklo +tile.goldenRail.name=Napájené koleje +tile.grass.name=Trávník +tile.gravel.name=Å tÄ›rk +tile.hayBlock.name=Balík slámy +tile.hellrock.name=Netherit +tile.hellsand.name=Písek duší +tile.hopper.name=Násypka +tile.ice.name=Led +tile.icePacked.name=Balený led +tile.ironTrapdoor.name=Železné padací dveÅ™e +tile.jukebox.name=Hrací skříň +tile.jungleFence.name=Plot z džunglového dÅ™eva +tile.jungleFenceGate.name=Branka z džonglového dÅ™eva +tile.ladder.name=Žebřík +tile.lava.name=Láva +tile.leaves.acacia.name=Akáciové listí +tile.leaves.big_oak.name=Listí tmavého dubu +tile.leaves.birch.name=BÅ™ezové listí +tile.leaves.jungle.name=Sekvojové listí +tile.leaves.name=Listí +tile.leaves.oak.name=Dubové listí +tile.leaves.spruce.name=Smrkové jehliÄí +tile.lever.name=Páka +tile.lightgem.name=SvÄ›tlit +tile.litpumpkin.name=Svítící dýnÄ› +tile.lockedchest.name=ZamÄená truhla +tile.log.acacia.name=Akáciové dÅ™evo +tile.log.big_oak.name=DÅ™evo z tmavého dubu +tile.log.birch.name=BÅ™ezové dÅ™evo +tile.log.jungle.name=Sekvojové dÅ™evo +tile.log.name=DÅ™evo +tile.log.oak.name=Dubové dÅ™evo +tile.log.spruce.name=Smrkové dÅ™evo +tile.melon.name=Meloun +tile.mobSpawner.name=Líheň oblud +tile.monsterStoneEgg.brick.name=Kamenné cihly ukrývající rybenku +tile.monsterStoneEgg.chiseledbrick.name=Opracované kamenné cihly ukrývající rybenku +tile.monsterStoneEgg.cobble.name=Kamení ukrývající rybenku +tile.monsterStoneEgg.crackedbrick.name=Popraskané kamenné cihly ukrývající rybenku +tile.monsterStoneEgg.mossybrick.name=Mechem porostlé kamenné cihly ukrývající rybenku +tile.monsterStoneEgg.name=Vejce kamenného monstra +tile.monsterStoneEgg.stone.name=Kámen ukrývající rybenku +tile.mushroom.name=Houba +tile.musicBlock.name=Hudební blok +tile.mycel.name=Podhoubí +tile.netherBrick.name=Netheritové cihly +tile.netherFence.name=Netheritový plot +tile.netherStalk.name=BradaviÄník +tile.netherquartz.name=KÅ™emenná ruda +tile.notGate.name=Ruditová louÄ +tile.obsidian.name=Obsidián +tile.oreCoal.name=Ložisko uhlí +tile.oreDiamond.name=Diamantové ložisko +tile.oreEmerald.name=Smaragdové ložisko +tile.oreGold.name=Zlatá ruda +tile.oreIron.name=Železná ruda +tile.oreLapis.name=Ložisko Lapisu lazuli +tile.oreRedstone.name=Ruditové ložisko +tile.oreRuby.name=Rubínové ložisko +tile.pistonBase.name=Píst +tile.pistonStickyBase.name=Lepivý píst +tile.portal.name=Portál +tile.potatoes.name=Brambory +tile.pressurePlateStone.name=Kamenná nášlapná deska +tile.pressurePlateWood.name=DÅ™evÄ›ná nášlapná deska +tile.prismarine.bricks.name=Prismarine cihly +tile.prismarine.dark.name=TmavÄ› Prismarine +tile.prismarine.rough.name=Prismarine +tile.pumpkin.name=DýnÄ› +tile.quartzBlock.chiseled.name=Opracovaný blok kÅ™emene +tile.quartzBlock.default.name=Blok kÅ™emene +tile.quartzBlock.lines.name=KÅ™emenný pilíř +tile.quartzBlock.name=Blok kÅ™emene +tile.rail.name=Koleje +tile.redSandStone.chiseled.name=Opracovaný Äervený pískovec +tile.redSandStone.default.name=ÄŒervený pískovec +tile.redSandStone.name=ÄŒervený pískovec +tile.redSandStone.smooth.name=Hladký Äervený pískovec +tile.redstoneDust.name=Ruditový prášek +tile.redstoneLight.name=Ruditová Lampa +tile.reeds.name=Cukrová tÅ™tina +tile.sand.default.name=Písek +tile.sand.name=Písek +tile.sand.red.name=Rudý písek +tile.sandStone.chiseled.name=Opracovaný pískovec +tile.sandStone.default.name=Pískovec +tile.sandStone.name=Pískovec +tile.sandStone.smooth.name=Vyhlazený pískovec +tile.sapling.acacia.name=Sazenice akácie +tile.sapling.big_oak.name=Sazenice tmavého dubu +tile.sapling.birch.name=Sazenice břízy +tile.sapling.jungle.name=Sazenice sekvoje +tile.sapling.oak.name=Sazenice dubu +tile.sapling.spruce.name=Sazenice smrku +tile.seaLantern.name=MoÅ™ská lucerna +tile.sign.name=Cedule +tile.slime.name=Blok slizu +tile.snow.name=Sníh +tile.sponge.dry.name=MoÅ™ská houba +tile.sponge.wet.name=Mokrá moÅ™ská houba +tile.spruceFence.name=Smrkový plot +tile.spruceFenceGate.name=Smrková branka +tile.stainedGlass.black.name=ÄŒerné sklo +tile.stainedGlass.blue.name=Modré sklo +tile.stainedGlass.brown.name=HnÄ›dé sklo +tile.stainedGlass.cyan.name=Azurové sklo +tile.stainedGlass.gray.name=Å edé sklo +tile.stainedGlass.green.name=Zelené sklo +tile.stainedGlass.lightBlue.name=SvÄ›tle modré sklo +tile.stainedGlass.lime.name=SvÄ›tle zelené sklo +tile.stainedGlass.magenta.name=Purpurové sklo +tile.stainedGlass.name=Barevné sklo +tile.stainedGlass.orange.name=Oranžové sklo +tile.stainedGlass.pink.name=Růžové sklo +tile.stainedGlass.purple.name=Fialové sklo +tile.stainedGlass.red.name=ÄŒervené sklo +tile.stainedGlass.silver.name=SvÄ›tle Å¡edé sklo +tile.stainedGlass.white.name=Bílé sklo +tile.stainedGlass.yellow.name=Žluté sklo +tile.stairsBrick.name=Cihlové schody +tile.stairsNetherBrick.name=Netheritové schody +tile.stairsQuartz.name=KÅ™emenné schody +tile.stairsRedSandStone.name=Schody z Äerveného pískovce +tile.stairsSandStone.name=Pískovcové schody +tile.stairsStone.name=Kamenné schody +tile.stairsStoneBrickSmooth.name=Schody z kamenných cihel +tile.stairsWood.name=Dubové schody +tile.stairsWoodAcacia.name=Akáciové schody +tile.stairsWoodBirch.name=BÅ™ezové schody +tile.stairsWoodDarkOak.name=Schody z tmavého dubu +tile.stairsWoodJungle.name=Sekvojové schody +tile.stairsWoodSpruce.name=Smrkové schody +tile.stone.andesite.name=Andezit +tile.stone.andesiteSmooth.name=LeÅ¡tÄ›ný andezit +tile.stone.diorite.name=Diorit +tile.stone.dioriteSmooth.name=LeÅ¡tÄ›ný diorit +tile.stone.granite.name=Žula +tile.stone.graniteSmooth.name=LeÅ¡tÄ›ná žula +tile.stone.stone.name=Kámen +tile.stoneMoss.name=Kámen porostlý mechem +tile.stoneSlab.brick.name=Cihlový půlblok +tile.stoneSlab.cobble.name=Půlblok z kamení +tile.stoneSlab.name=Kamenná deska +tile.stoneSlab.netherBrick.name=Půlblok z Netheritových cihel +tile.stoneSlab.quartz.name=KÅ™emenný půlblok +tile.stoneSlab.sand.name=Pískovcový půlblok +tile.stoneSlab.smoothStoneBrick.name=Půlblok z kamenných cihel +tile.stoneSlab.stone.name=Kamenný půlblok +tile.stoneSlab.wood.name=DÅ™evÄ›ný půlblok +tile.stoneSlab2.red_sandstone.name=Deska z Äerveného pískovce +tile.stonebrick.name=Kamení +tile.stonebricksmooth.chiseled.name=Opracované kamenné cihly +tile.stonebricksmooth.cracked.name=Popraskané kamenné cihly +tile.stonebricksmooth.default.name=Kamenné cihly +tile.stonebricksmooth.mossy.name=Mechem porostlé kamenné cihly +tile.stonebricksmooth.name=Kamenné cihly +tile.tallgrass.fern.name=Kapradí +tile.tallgrass.grass.name=Tráva +tile.tallgrass.name=Tráva +tile.tallgrass.shrub.name=KÅ™oví +tile.thinGlass.name=Tabulka skla +tile.thinStainedGlass.black.name=Tabulka Äerného skla +tile.thinStainedGlass.blue.name=Tabulka modrého skla +tile.thinStainedGlass.brown.name=Tabulka hnÄ›dého skla +tile.thinStainedGlass.cyan.name=Tabulka azurového skla +tile.thinStainedGlass.gray.name=Tabulka Å¡edého skla +tile.thinStainedGlass.green.name=Tabulka zeleného skla +tile.thinStainedGlass.lightBlue.name=Tabulka svÄ›tle modrého skla +tile.thinStainedGlass.lime.name=Tabulka svÄ›tle zeleného skla +tile.thinStainedGlass.magenta.name=Tabulka purpurového skla +tile.thinStainedGlass.name=Barevná tabulka skla +tile.thinStainedGlass.orange.name=Tabulka oranžového skla +tile.thinStainedGlass.pink.name=Tabulka růžového skla +tile.thinStainedGlass.purple.name=Tabulka fialového skla +tile.thinStainedGlass.red.name=Tabulka Äerveného skla +tile.thinStainedGlass.silver.name=Tabulka svÄ›tle Å¡edého skla +tile.thinStainedGlass.white.name=Tabulka bílého skla +tile.thinStainedGlass.yellow.name=Tabulka žlutého skla +tile.tnt.name=TNT +tile.torch.name=LouÄ +tile.trapdoor.name=Padací dveÅ™e +tile.tripWire.name=Nástražný drát +tile.tripWireSource.name=Uchycení nástražného drátu +tile.vine.name=Psí víno +tile.water.name=Voda +tile.waterlily.name=Leknín +tile.web.name=PavuÄina +tile.weightedPlate_heavy.name=Váhová nášlapná deska (těžká) +tile.weightedPlate_light.name=Váhová nášlapná deska (lehká) +tile.whiteStone.name=Enderit +tile.wood.acacia.name=Akáciová prkna +tile.wood.big_oak.name=Prkna z tmavého dubu +tile.wood.birch.name=BÅ™ezová prkna +tile.wood.jungle.name=Sekvojová prkna +tile.wood.name=Prkna +tile.wood.oak.name=Dubová prkna +tile.wood.spruce.name=Smrková prkna +tile.woodSlab.acacia.name=Akáciový půlblok +tile.woodSlab.big_oak.name=Půlblok z tmavého dubu +tile.woodSlab.birch.name=BÅ™ezový půlblok +tile.woodSlab.jungle.name=Sekvojový půlblok +tile.woodSlab.name=DÅ™evÄ›ná deska +tile.woodSlab.oak.name=Dubový půlblok +tile.woodSlab.spruce.name=Smrkový půlblok +tile.woolCarpet.black.name=ÄŒerný koberec +tile.woolCarpet.blue.name=Modrý koberec +tile.woolCarpet.brown.name=HnÄ›dý koberec +tile.woolCarpet.cyan.name=Azurový koberec +tile.woolCarpet.gray.name=Å edý koberec +tile.woolCarpet.green.name=Zelený koberec +tile.woolCarpet.lightBlue.name=SvÄ›tle modrý koberec +tile.woolCarpet.lime.name=SvÄ›tle zelený koberec +tile.woolCarpet.magenta.name=Purpurový koberec +tile.woolCarpet.name=Koberec +tile.woolCarpet.orange.name=Oranžový koberec +tile.woolCarpet.pink.name=Růžový koberec +tile.woolCarpet.purple.name=Fialový koberec +tile.woolCarpet.red.name=ÄŒervený koberec +tile.woolCarpet.silver.name=SvÄ›tle Å¡edý koberec +tile.woolCarpet.white.name=Koberec +tile.woolCarpet.yellow.name=Žlutý koberec +tile.workbench.name=Pracovní stůl +title.oldgl1=Byla zjiÅ¡tÄ›na starší grafická karta; to může zabránit +title.oldgl2=K budoucímu hraní, bude vyžadováno OpenGL 2.0 +translation.test.invalid=Ahoj, % +translation.test.none=Ahoj, svÄ›te! +translation.test.world=svÄ›t diff --git a/javascript/lang/cy_GB.lang b/javascript/lang/cy_GB.lang new file mode 100755 index 00000000..ec225146 --- /dev/null +++ b/javascript/lang/cy_GB.lang @@ -0,0 +1,1573 @@ +achievement.acquireIron=Cafael Caledwedd +achievement.acquireIron.desc=Toddwch haearn +achievement.bakeCake=Y Celwydd +achievement.bakeCake.desc=Gwenith, siwgr, llaeth a ŵyau! +achievement.blazeRod=I Fewn i Tân +achievement.blazeRod.desc=Lleddfwch Tânfwystfil o'i wialen +achievement.bookcase=Llyfrgellydd +achievement.bookcase.desc=Adeiladwch silffoedd llyfrau i wella eich bwrdd hudoliaeth +achievement.breedCow=Ail-boblogiad +achievement.breedCow.desc=Bridio dwy fuwch gyda gwenith +achievement.buildBetterPickaxe=Uwchraddio +achievement.buildBetterPickaxe.desc=Gwnewch caib gwell +achievement.buildFurnace=Pwnc Poeth +achievement.buildFurnace.desc=Gwnewch ffwrnas gyda wyth blocyn carreg +achievement.buildHoe=Amser Ffermio! +achievement.buildHoe.desc=Defnyddiwch planciau a ffyniau i wneud hof +achievement.buildPickaxe=Amser Gloddi! +achievement.buildPickaxe.desc=Defnyddiwch planciau a ffyniau i wneud caib +achievement.buildSword=Amser Bwrw! +achievement.buildSword.desc=Defnyddiwch planciau a ffyniau i wneud cleddyf +achievement.buildWorkBench=Meincnodi +achievement.buildWorkBench.desc=Gwnewch fainc gyda phedwar blocyn planc +achievement.cookFish=Pysgod Blasus +achievement.cookFish.desc=Daliwch a choginiwch pysgodyn! +achievement.diamonds=DIEMWNTAU! +achievement.diamonds.desc=Mwyngloddiwch diemwntau gyda'ch offer haearn +achievement.diamondsToYou=Diemwntau i chwi! +achievement.diamondsToYou.desc=Taflu diemwntau at chwaraewr arall. +achievement.enchantments=Hudolwr +achievement.enchantments.desc=Defnyddiwch lyfr, obsidian a diemwntau i wneud bwrdd hudoliaeth +achievement.exploreAllBiomes=Amser Anturiaeth +achievement.exploreAllBiomes.desc=Darganfyddwch pob bïom +achievement.flyPig=Pan Fod Moch yn Hedfan +achievement.flyPig.desc=Hedfanwch mochyn dros clogwyn +achievement.fullBeacon=Ceidwad y Goleufa +achievement.fullBeacon.desc=Crëwch goleufa lawn +achievement.get=Cyflawniad wedi cwblhau! +achievement.ghast=Dychwelyd i'r Anfonwr +achievement.ghast.desc=Dinistriwch Bwgan gyda phelen tân +achievement.killCow=Tipiwr Gwartheg +achievement.killCow.desc=Cynaeafwch ychydig o ledr +achievement.killEnemy=Helwyr Bwystfilod +achievement.killEnemy.desc=Ymosodwch a ddinistriwch bwystfil +achievement.killWither=Y Dechrau. +achievement.killWither.desc=Lladd y Gwywiant +achievement.makeBread=Pobi Bara +achievement.makeBread.desc=Trowch gwenith i fara +achievement.mineWood=Cael Pren +achievement.mineWood.desc=Ymosodwch goeden tan fod blocyn pren yn neidio allan +achievement.onARail=Ar Ben Rheil +achievement.onARail.desc=Teithio mewn minecart o leiaf 1 km o ble y dechreuoch +achievement.openInventory=Cymryd Stoc +achievement.openInventory.desc=Gwasgwch '%1$s' i agor eich rhestr eiddo. +achievement.overkill=Dros-Lladd +achievement.overkill.desc=Deliwch wyth calon o niwed mewn un trawiad +achievement.portal=Mae Angen Mynd yn Ddyfnach +achievement.portal.desc=Adeiladwch porth i'r Isel +achievement.potion=Bragdy Lleol +achievement.potion.desc=Bragwch lymaid +achievement.requires=Angen '%1$s' +achievement.snipeSkeleton=Gornest Saethwyr +achievement.snipeSkeleton.desc=Lladdwch sgerbwd gyda saeth o fwy na 50 medr i ffwrdd +achievement.spawnWither=Y Dechrau? +achievement.spawnWither.desc=Silio y Gwywiant +achievement.taken=Wedi cwblhau! +achievement.theEnd=Y Diwedd? +achievement.theEnd.desc=Ffeindiwch y Diwedd +achievement.theEnd2=Y Diwedd. +achievement.theEnd2.desc=Trechwch y Ddraig Darfod +addServer.add=Gorffen +addServer.enterIp=Cyfeiriad Gweinydd +addServer.enterName=Enw Gweinydd +addServer.hideAddress=Cuddio Cyfeiriad +addServer.resourcePack=Pecynnau Adnoddau Gweinydd +addServer.resourcePack.disabled=Wedi'i Analluogi +addServer.resourcePack.enabled=Galluogwyd +addServer.resourcePack.prompt=Anogwr +addServer.title=Golygu Manylion Gweinydd +advMode.allPlayers=Defnyddiwch "@a" i ddargedu pob chwaraewr +advMode.command=Gorchymyn Consol +advMode.nearestPlayer=Defnyddiwch "@p" i ddargedu'r chwaraewr agosaf +advMode.notAllowed=Rhaid fod yn weithredwr (op) yn y modd creadigol +advMode.notEnabled=Tydi blociau gorchymyn heb ei alluogi ar y gweinydd yma +advMode.previousOutput=Allbwn Blaenorol +advMode.randomPlayer=Defnyddiwch "@r" i ddargedu chwaraewr ar hap +advMode.setCommand=Gosod Gorchymyn Consol ar gyfer y Bloc +advMode.setCommand.success=Gorchymyn wedi osod: %s +attribute.modifier.plus.0=+%s %s +attribute.modifier.plus.1=+%s%% %s +attribute.modifier.plus.2=+%s%% %s +attribute.modifier.take.0=-%s %s +attribute.modifier.take.1=-%s%% %s +attribute.modifier.take.2=-%s%% %s +attribute.name.generic.attackDamage=Difrod Ymosod +attribute.name.generic.followRange=Pellter Dilyn Creadur +attribute.name.generic.knockbackResistance=Gwrthsafiad Curo 'nol +attribute.name.generic.maxHealth=Uchafswm Iechyd +attribute.name.generic.movementSpeed=Cyflymder +attribute.name.horse.jumpStrength=Cryfder Naid Ceffyl +attribute.name.zombie.spawnReinforcements=Atgyfnerthiadau Sombi +book.byAuthor=gan %1$s +book.editTitle=Nodwch Teitl y Llyfr: +book.finalizeButton=Llofnodi a Chau +book.finalizeWarning=Sylwch! Pan fyddwch yn llofnodi'r llyfr, ni fydd yn bosib i'w olygu pellach. +book.pageIndicator=Tudalen %1$s o %2$s +book.signButton=Llofnodi +build.tooHigh=Cyfyngiad uchder adeiladu yw %s blociau +chat.cannotSend=Methu gyrru neges sgwrs +chat.copy=Copïo i Clipfwrdd +chat.link.confirm=Ydych chi'n siŵr eich bod eisiau agor y wefan ganlynol? +chat.link.confirmTrusted=Ydych chi am agor y ddolen yma neu ei gopïo i'r clipfwrdd? +chat.link.open=Agor mewn porwr +chat.link.warning=Peidiwch byth ac agor cysylltiadau gan pobl nad ydych yn ei ymddiried ynddo! +chat.stream.emote=(%s) * %s %s +chat.stream.text=(%s) <%s> %s +chat.type.achievement=Enillodd %s y chyflawniad %s +chat.type.admin=[%s: %s] +chat.type.announcement=[%s] %s +chat.type.emote=* %s %s +chat.type.text=<%s> %s +commands.achievement.give.success.all=Rhoddwyd pob cyflawniad i %s yn llwyddiannus +commands.achievement.give.success.one=Rhoddwyd yr ystadegyn %2$s i %1$s yn llwyddiannus +commands.achievement.statTooLow=Nid oes gan y chwaraewr %s yr ystadegyn %s +commands.achievement.unknownAchievement=Cyflawniad neu ystadegyn anhysbys '%s' +commands.ban.failed=Methu gwahardd chwaraewr %s +commands.ban.success=Wedi gwahardd chwaraewr %s +commands.ban.usage=/ban [rheswm ...] +commands.banip.invalid=Rydych wedi rhoi cyfeiriad IP annilys neu chwaraewr sydd ddim ar-lein +commands.banip.success=Wedi gwahardd cyfeiriad IP %s +commands.banip.success.players=Wedi gwahardd cyfeiriad IP %s sydd yn perthyn i %s +commands.banip.usage=/ban-ip [rheswm ...] +commands.banlist.ips=Mae yna %s cyfeiriad IP wedi eu gwahardd: +commands.banlist.players=Mae yna %s chwaraewyr wedi eu gwahardd: +commands.banlist.usage=/banlist [ips|players] +commands.chunkinfo.usage=/chunkinfo [ ] +commands.clear.failure=Methu clirio rhestr eiddo %s, does dim eitem i waredu +commands.clear.success=Wedi clirio rhestr eiddo %s, gwaredu %s eitem +commands.debug.notStarted=Ddim yn bosib stopio proffilio oherwydd rydym heb ddechrau eto! +commands.debug.start=Wedi dechrau proffilio dadfygio +commands.debug.stop=Wedi stopio proffilio dadfygio ar ôl %s eiliadau (%s ticiau) +commands.defaultgamemode.success=Mae modd gêm rhagosodedig y byd nawr yn %s +commands.defaultgamemode.usage=/defaultgamemode +commands.deop.failed=Methu dad-op %s +commands.deop.success=Wedi dad-weinyddu %s +commands.deop.usage=/deop +commands.difficulty.success=Wedi gosod anhawster y gêm i %s +commands.difficulty.usage=/difficulty +commands.downfall.success=Wedi toglo'r tywydd +commands.downfall.usage=/toggledownfall +commands.effect.failure.notActive=Methu cymryd %1$s oddi wrth %2$s gan nad ydynt gyda'r effaith +commands.effect.failure.notActive.all=Methu cymryd unrhyw effaith oddi wrth %s gan nad oes ganddynt unrhyw un +commands.effect.notFound=Nid oes effaith creadur gyda'r ID %s +commands.effect.success=Rhoddwyd %1$s (ID %2$s) * %3$s i %4$s am %5$s eiliad +commands.effect.success.removed=Cymerwyd %1$s oddi wrth %2$s +commands.effect.success.removed.all=Cymerwyd pob effaith oddi wrth %s +commands.enchant.cantCombine=Ni ellir gyfuno %1$s gyda %2$s +commands.enchant.cantEnchant=Tydi'r hudoliaeth a ddewisir ddim yn gallu cael ei adio i'r eitem targedol +commands.enchant.noItem=Nid yw'r targed yn dal eitem +commands.enchant.notFound=Nid oes hudoliaeth gyda'r ID %s +commands.enchant.success=Hudoliaeth llwyddiannus +commands.enchant.usage=/enchant [lefel] +commands.gamemode.success.other=Wedi gosod modd gêm %s i %s +commands.gamemode.success.self=Wedi gosod modd gêm eich hunain i %s +commands.gamemode.usage=/gamemode [chwaraewr] +commands.gamerule.norule=Nid oes rheol gêm o'r enw '%s' ar gael +commands.gamerule.success=Rheol gêm wedi cael ei ddiweddaru +commands.generic.boolean.invalid=Nid yw '%s' yn 'true' na 'false' +commands.generic.double.tooBig=Mae'r nifer rydych wedi rhoi (%s) yn rhy fawr, rhaid iddo fod ar y fwyaf %s +commands.generic.double.tooSmall=Mae'r nifer rydych wedi rhoi (%s) yn rhy fach, rhaid iddo fod o leiaf %s +commands.generic.exception=Digwyddodd gwall dieithr wrth geisio gyflawni'r orchymyn yma +commands.generic.notFound=Gorchymyn anhysbys. Ceisiwch ddefnyddio /help i gael rhestr o orchmynion +commands.generic.num.invalid=Tydi '%s' ddim yn rhif ddilys +commands.generic.num.tooBig=Mae'r rhif a rhoesoch (%s) yn rhy fawr, rhaid iddo fod ar y fwyaf %s +commands.generic.num.tooSmall=Mae'r rhif a rhoesoch (%s) yn rhy fychan, rhaid iddo fod o leiaf %s +commands.generic.permission=Nid oes gennych caniatâd i ddefnyddio'r orchymyn yma +commands.generic.player.notFound=Ni ellir ddod o hyd i'r chwaraewr yna +commands.generic.syntax=Cystrawen gorchymyn annilys +commands.generic.usage=Defnydd: %s +commands.give.notFound=Does ddim eitem gyda ID %s +commands.give.success=Rhoddwyd %s * %s i %s +commands.give.tagError=Methu dosrannu y tag ddata: %s +commands.give.usage=/give [nifer] [data] [tag data] +commands.help.footer=Awgrym: Defnyddiwch yr allwedd wrth fynedi gorchymyn i gwblhau y gorchymyn neu ei pharamedrau yn awtomatig +commands.help.header=--- Dangos tudalen help %s o %s (/help ) --- +commands.help.usage=/help [tudalen|enw'r gorchymyn] +commands.kick.success=Wedi cicio %s o'r gêm +commands.kick.success.reason=Wedi cicio %s o'r gêm: '%s' +commands.kick.usage=/kick [rheswm ...] +commands.me.usage=/me +commands.message.display.incoming=Sibrydodd %s i chi: %s +commands.message.display.outgoing=Sibrydwch i %s: %s +commands.message.sameTarget=Ni allwch anfon neges breifat i chi eich hun! +commands.message.usage=/tell +commands.op.failed=Methu op %s +commands.op.success=Wedi gweinyddu %s +commands.op.usage=/op +commands.players.list=Mae yna %s/%s chwaraewyr ar-lein: +commands.players.usage=/list +commands.playsound.playerTooFar=Mae chwaraewr %s yn rhy bell i ffwrdd i glywed y sain +commands.playsound.success=Chwaraewyd y sain '%s' i %s +commands.playsound.usage=/playsound [x] [y] [z] [uchder] [traw] [uchder distawaf] +commands.publish.failed=Methu cynnal gêm lleol +commands.publish.started=Cynhaliwyd gêm lleol ar borth %s +commands.publish.usage=/publish +commands.save-off.alreadyOff=Mae arbedu wedi diffodd yn barod. +commands.save-off.usage=/save-off +commands.save-on.alreadyOn=Mae arbedu ymlaen yn barod. +commands.save-on.usage=/save-on +commands.save.disabled=Wedi diffodd arbedu-awtomatig y byd +commands.save.enabled=Wedi troi ymlaen arbedu-awtomatig y byd +commands.save.failed=Methu arbedu: %s +commands.save.start=Arbedu... +commands.save.success=Wedi arbedu y byd +commands.save.usage=/save-all +commands.say.usage=/say +commands.scoreboard.objectiveNotFound=Doedd dim amcan wedi ei ddarganfod gyda'r enw '%s' +commands.scoreboard.objectiveReadOnly=Mae'r amcan '%s' yn ddarllen-yn-unig ac ni ellir ei osod +commands.scoreboard.objectives.add.alreadyExists=Mae amcan gyda'r enw '%s' yn bodoli yn barod +commands.scoreboard.objectives.add.displayTooLong=Mae'r enw arddangosol '%s' yn rhy hir ar gyfer amcan, gall fod %s llythyren ar y fwyaf mewn hyd +commands.scoreboard.objectives.add.success=Ychwanegwyd amcan newydd '%s' yn llwyddiannus +commands.scoreboard.objectives.add.tooLong=Mae'r enw '%s' yn rhy hir ar gyfer amcan, gall fod %s llythyren ar y fwyaf mewn hyd +commands.scoreboard.objectives.add.usage=/scoreboard objectives add [enw arddangosol ...] +commands.scoreboard.objectives.add.wrongType=Mae'r meini prawf amcan '%s' yn annilys +commands.scoreboard.objectives.list.count=Yn dangos %s amcan ar y sgorfwrdd: +commands.scoreboard.objectives.list.empty=Nid oes unrhyw amcan ar y sgorfwrdd +commands.scoreboard.objectives.list.entry=- %s: dangoswyd fel '%s' ac o'r fath '%s' +commands.scoreboard.objectives.remove.success=Wedi gwaredu amcan '%s' yn llwyddiannus +commands.scoreboard.objectives.remove.usage=/scoreboard objectives remove +commands.scoreboard.objectives.setdisplay.invalidSlot=Does dim slot arddangos o'r enw '%s' +commands.scoreboard.objectives.setdisplay.successCleared=Wedi clirio slot arddangos '%s' +commands.scoreboard.objectives.setdisplay.successSet=Wedi gosod yr amcan arddangos yn slot '%s' i '%s' +commands.scoreboard.objectives.setdisplay.usage=/scoreboard objectives setdisplay [amcan] +commands.scoreboard.players.list.count=Yn dangos %s chwaraewyr a ddilynwyd ar y sgorfwrdd: +commands.scoreboard.players.list.empty=Nid oes unrhyw chwaraewr a ddilynwyd ar y sgorfwrdd +commands.scoreboard.players.list.player.count=Yn dangos %s amcan a ddilynwyd ar gyfer %s: +commands.scoreboard.players.list.player.empty=Tydi chwaraewr %s heb unrhyw sgôr wedi ei gofnodi +commands.scoreboard.players.list.player.entry=- %2$s: %1$s (%3$s) +commands.scoreboard.players.list.usage=/scoreboard players list [enw] +commands.scoreboard.players.reset.success=Wedi ailosod holl sgoriau chwaraewr %s +commands.scoreboard.players.set.success=Wedi gosod sgôr o %s ar gyfer chwaraewr %s i %s +commands.scoreboard.teamNotFound=Doedd dim tîm wedi ei ddarganfod gyda'r enw '%s' +commands.scoreboard.teams.add.alreadyExists=Mae tîm gyda'r enw '%s' yn bodoli yn barod +commands.scoreboard.teams.add.displayTooLong=Mae'r enw arddangosol '%s' yn rhy hir ar gyfer tîm, gall fod %s llythyren ar y fwyaf mewn hyd +commands.scoreboard.teams.add.success=Ychwanegwyd tîm newydd '%s' yn llwyddiannus +commands.scoreboard.teams.add.tooLong=Mae'r enw '%s' yn rhy hir ar gyfer tîm, gall fod %s llythyren ar y fwyaf mewn hyd +commands.scoreboard.teams.add.usage=/scoreboard teams add [enw arddangosol ...] +commands.scoreboard.teams.empty.alreadyEmpty=Mae tîm %s yn wag yn barod, ddim yn gallu gwaredu chwaraewyr anfodol +commands.scoreboard.teams.empty.success=Wedi gwaredu yr holl %s o chwaraewyr o tîm %s +commands.scoreboard.teams.join.failure=Methu ychwanegu %s chwaraewr i tîm %s: %s +commands.scoreboard.teams.join.success=Ychwanegwyd %s chwaraewr i tîm %s: %s +commands.scoreboard.teams.join.usage=/scoreboard teams join [chwaraewr] +commands.scoreboard.teams.leave.failure=Methu gwaredu %s chwaraewr o'u tîmau: %s +commands.scoreboard.teams.leave.noTeam=Nid ydych mewn tîm +commands.scoreboard.teams.leave.success=Wedi gwaredu %s chwaraewr o'u timau: %s +commands.scoreboard.teams.leave.usage=/scoreboard teams leave [chwaraewr] +commands.scoreboard.teams.list.count=Yn dangos %s tîm ar y sgorfwrdd: +commands.scoreboard.teams.list.empty=Does ddim tîm wedi cofrestru ar y sgorfwrdd +commands.scoreboard.teams.list.entry=- %1$s: Mae '%2$s' gyda %3$s chwaraewr +commands.scoreboard.teams.list.player.count=Yn dangos %s chwaraewr yn tîm %s: +commands.scoreboard.teams.list.player.empty=Tydi tîm %s heb unrhyw chwaraewyr +commands.scoreboard.teams.list.player.entry=- %2$s: %1$s (%3$s) +commands.scoreboard.teams.list.usage=/scoreboard teams list [enw] +commands.scoreboard.teams.option.noValue=Gwerthoedd dilys ar gyfer dewis %s yw: %s +commands.scoreboard.teams.option.success=Wedi gosod dewis %s ar gyfer tîm %s i %s +commands.scoreboard.teams.remove.success=Wedi gwaredu tîm %s +commands.scoreboard.teams.remove.usage=/scoreboard teams remove +commands.seed.success=Hedyn: %s +commands.seed.usage=/seed +commands.setblock.failed=Methu gosod y bloc +commands.setblock.noChange=Methu gosod y bloc +commands.setblock.notFound=Nid oes bloc gyda'r ID/enw %s +commands.setblock.outOfWorld=Methu gosod y bloc tu allan i'r byd +commands.setblock.success=Wedi gosod y bloc +commands.setblock.tagError=Methu dosrannu y tag ddata: %s +commands.setblock.usage=/setblock [gwerth data] [triniaeth bloc hen] [tag data] +commands.setidletimeout.success=Gosodwyd y terfyn amser diogi i %s funudau yn llwyddiannus. +commands.setidletimeout.usage=/setidletimeout +commands.setworldspawn.success=Wedi gosod man silio y byd i (%s, %s, %s) +commands.setworldspawn.usage=/setworldspawn [ ] +commands.spawnpoint.success=Wedi gosod man silio %s i (%s, %s, %s) +commands.spawnpoint.usage=/spawnpoint [chwaraewr] [ ] +commands.spreadplayers.failure.players=Methu lledaenu %s chwaraewr o gwmpas %s,%s (gormod o chwaraewyr yn y gofod - ceisiwch ddefnyddio lledaeniad gyda uchafswm o %s) +commands.spreadplayers.failure.teams=Methu lledaenu %s tîm o gwmpas %s,%s (gormod o chwaraewyr yn y gofod - ceisiwch ddefnyddio lledaeniad gyda uchafswm o %s) +commands.spreadplayers.info.players=(Pellter cyfartalog rhwng chwaraewyr yw %s bloc ar wahân ar ôl %s iteriad) +commands.spreadplayers.info.teams=(Pellter cyfartalog rhwng timau yw %s bloc ar wahân ar ôl %s iteriad) +commands.spreadplayers.spreading.players=Lledaenu %s chwaraewr %s bloc o gwmpas %s,%s (lleiafswm %s bloc ar wahân) +commands.spreadplayers.spreading.teams=Lledaenu %s tîm %s bloc o gwmpas %s,%s (lleiafswm %s bloc ar wahân) +commands.spreadplayers.success.players=Wedi lledaenu %s chwaraewr o gwmpas %s,%s +commands.spreadplayers.success.teams=Wedi lledaenu %s tîm o gwmpas %s,%s +commands.spreadplayers.usage=/spreadplayers +commands.stop.start=Stopio'r gweinydd +commands.stop.usage=/stop +commands.summon.failed=Methu gwysio'r wrthrych +commands.summon.outOfWorld=Methu gwysio'r wrthrych tu allan i'r byd +commands.summon.success=Gwysiwyd yr wrthrych yn llwyddiannus +commands.summon.tagError=Methu dosrannu y tag ddata: %s +commands.summon.usage=/summon [x] [y] [z] [tag data] +commands.tellraw.jsonException=JSON annilys: %s +commands.tellraw.usage=/tellraw +commands.testforblock.failed.data=Roedd gan y bloc at %s,%s,%s y gwerth %s (disgwylir: %s). +commands.testforblock.failed.nbt=Nid oedd gan y bloc at %s,%s,%s yr allweddau NBT cywir. +commands.testforblock.failed.tile=Mae'r bloc at %s,%s,%s yn %s (disgwylir: %s). +commands.testforblock.failed.tileEntity=Nid yw'r bloc at %s,%s,%s yn wrthrych teilsen ac nid yn cefnogi cysefaill tag. +commands.testforblock.outOfWorld=Methu profi ar gyfer bloc tu allan i'r byd +commands.testforblock.success=Darganfyddwyd y bloc at %s,%s,%s yn llwyddiannus. +commands.testforblock.usage=/testforblock [gwerth data] [tag data] +commands.time.added=Wedi adio %s i'r amser +commands.time.set=Wedi gosod %s fel yr amser +commands.title.usage=/title ... +commands.title.usage.clear=/title clear|reset +commands.tp.notSameDimension=Methu symud oherwydd tydi'r chwaraewyr ddim yn yr un ddimensiwn +commands.tp.success=Wedi symud %s i %s +commands.tp.success.coordinates=Wedi symud %s i %s,%s,%s +commands.unban.failed=Methu dadwahardd chwaraewr %s +commands.unban.success=Wedi dad-wahardd chwaraewr %s +commands.unban.usage=/pardon +commands.unbanip.invalid=Rydych wedi rhoi cyfeiriad IP annilys +commands.unbanip.success=Wedi dad-wahardd cyfeiriad IP %s +commands.unbanip.usage=/pardon-ip +commands.weather.clear=Newid i dywydd clir +commands.weather.rain=Newid i dywydd gwlyb +commands.weather.thunder=Newid i law a tharanau +commands.weather.usage=/weather [hyd mewn eiliadau] +commands.whitelist.add.failed=Methu ychwanegu %s at y rhestr wen +commands.whitelist.add.success=Wedi rhoi %s ar y rhestr wen +commands.whitelist.add.usage=/whitelist add +commands.whitelist.disabled=Wedi diffodd y rhestr wen +commands.whitelist.enabled=Wedi troi y rhestr wen ymlaen +commands.whitelist.list=Mae yna %s (o %s wedi eu gweld) chwaraewyr ar y rhestr wen: +commands.whitelist.reloaded=Wedi ail-lwytho y rhestr wen +commands.whitelist.remove.failed=Methu dileu %s o'r rhestr wen +commands.whitelist.remove.success=Wedi tynnu %s oddi ar y rhestr wen +commands.whitelist.remove.usage=/whitelist remove +commands.whitelist.usage=/whitelist +commands.worldborder.center.usage=/worldborder center +commands.xp.failure.widthdrawXp=Ni ellir rhoi pwyntiau arbrofiad negyddol i chwaraewr +commands.xp.success=Wedi rhoi %s profiad i %s +commands.xp.success.levels=Wedi rhoi %s lefel i %s +commands.xp.success.negative.levels=Wedi cymryd %s lefel oddi wrth %s +commands.xp.usage=/xp [chwaraewr] NEU /xp L [chwarewr] +connect.authorizing=Mewngofnodi... +connect.connecting=Cysylltu â'r gweinydd... +connect.failed=Methu cysylltu â'r gweinydd +container.beacon=Ddisglair +container.brewing=Safiad Bragu +container.chest=Cist +container.chestDouble=Cist Mawr +container.crafting=Crefftio +container.creative=Dewis Eitem +container.dispenser=Dosbarthwr +container.dropper=Gollyngwr +container.enchant=Hudoliaethu +container.enderchest=Cist Darfod +container.furnace=Ffwrnais +container.hopper=Hopran Eitem +container.inventory=Rhestr Eiddo +container.minecart=Cart Pwll +container.repair=Atgyweirio ac Enwi +container.repair.cost=Cost Hudoliaeth: %1$s +container.repair.expensive=Rhy Ddrud! +controls.reset=Ailosod +controls.resetAll=Ailosod Bysellau +controls.title=Cyfarwyddiadau +createWorld.customize.custom.presets=Rhagosodiadau +createWorld.customize.flat.addLayer=Ychwanegu Haen +createWorld.customize.flat.editLayer=Golygu Haen +createWorld.customize.flat.height=Uchder +createWorld.customize.flat.layer=%s +createWorld.customize.flat.layer.bottom=Gwaelod - %s +createWorld.customize.flat.layer.top=Uchaf - %s +createWorld.customize.flat.removeLayer=Dileu Haen +createWorld.customize.flat.tile=Deunydd Haen +createWorld.customize.flat.title=Addasu Gwastad +createWorld.customize.presets=Rhagosodiadau +createWorld.customize.presets.list=Fel arall, dyma rai gwnaethom yn gynharach! +createWorld.customize.presets.select=Defnyddio Rhagosodiad +createWorld.customize.presets.share=Eisau rhannu eich rhagosodiad gyda rhywun? Defnyddiwch y blwch isod! +createWorld.customize.presets.title=Dewis Rhagosodiad +death.attack.anvil=Cafodd %1$s ei wasgu gan einion yn disgyn +death.attack.arrow=Saethwyd %1$s gan %2$s +death.attack.arrow.item=Saethwyd %1$s gan %2$s gan ddefnyddio %3$s +death.attack.cactus=Pigwyd %1$s i farwolaeth +death.attack.cactus.player=Cerddodd %1$s i fewn i cactws wrth geisio ddianc oddi wrth %2$s +death.attack.drown=Boddodd %1$s +death.attack.drown.player=Boddodd %1$s wrth geisio ddianc oddi wrth %2$s +death.attack.explosion=Ffrwydrodd %1$s i fyny +death.attack.explosion.player=Ffrwydrodd %1$s i fyny gan %2$s +death.attack.fall=Tarodd %1$s y ddaear yn rhy galed +death.attack.fallingBlock=Cafodd %1$s ei wasgu gan floc yn disgyn +death.attack.fireball=Cymerodd %1$s pelen dân gan %2$s +death.attack.fireball.item=Cymerodd %1$s pelen dân gan %2$s gan ddefnyddio %3$s +death.attack.generic=Marwodd %1$s +death.attack.inFire=Aeth %1$s i fyny mewn fflamau +death.attack.inFire.player=Cerddodd %1$s i fewn i tân tra'n ymladd %2$s +death.attack.inWall=Mygodd %1$s mewn wal +death.attack.indirectMagic=Lladdwyd %1$s gan %2$s gan ddefnyddio hud a lledrith +death.attack.indirectMagic.item=Lladdwyd %1$s gan %2$s gan ddefnyddio %3$s +death.attack.lava=Ceisiodd %1$s nofio mewn lafa +death.attack.lava.player=Ceisiodd %1$s nofio mewn lafa i ddianc oddi wrth %2$s +death.attack.magic=Lladdwyd %1$s gan hud a lledrith +death.attack.mob=Lladdwyd %1$s gan %2$s +death.attack.onFire=Llosgodd %1$s i farwolaeth +death.attack.onFire.player=Llosgwyd %1$s i greision tra'n ymladd %2$s +death.attack.outOfWorld=Disgynodd %1$s allan o'r byd +death.attack.player=Lladdwyd %1$s gan %2$s +death.attack.player.item=Lladdwyd %1$s gan %2$s gan ddefnyddio %3$s +death.attack.starve=Llwgodd %1$s i farwolaeth +death.attack.thorns=Lladdwyd %1$s wrth geisio brifo %2$s +death.attack.thrown=Curwyd %1$s gan %2$s +death.attack.thrown.item=Curwyd %1$s gan %2$s gan ddefnyddio %3$s +death.attack.wither=Gwywodd %1$s i ffwrdd +death.fell.accident.generic=Disgynodd %1$s o fan uchel +death.fell.accident.ladder=Disgynodd %1$s oddi ar ysgol +death.fell.accident.vines=Disgynodd %1$s oddi ar gwinwydd +death.fell.accident.water=Disgynodd %1$s allan o'r dŵr +death.fell.assist=Roedd %1$s yn tynged i ddisgyn gan %2$s +death.fell.assist.item=Roedd %1$s yn tynged i ddisgyn gan %2$s gan ddefnyddio %3$s +death.fell.finish=Disgynodd %1$s yn rhy bell ac fe'i gwblhawyd gan %2$s +death.fell.finish.item=Disgynodd %1$s yn rhy bell ac fe'i gwblhawyd gan %2$s gan ddefnyddio %3$s +death.fell.killer=Roedd %1$s yn tynged i ddisgyn +deathScreen.deleteWorld=Dileu byd +deathScreen.hardcoreInfo=Ni allwch atgyfodi mewn modd craiddcaled! +deathScreen.leaveServer=Gadael gweinydd +deathScreen.quit.confirm=Ydych chi'n siŵr eich bod eisiau gadael? +deathScreen.respawn=Atgyfodi +deathScreen.score=Sgôr +deathScreen.title=Marwaist ti! +deathScreen.title.hardcore=Gêm drosodd! +deathScreen.titleScreen=Sgrin teitl +demo.day.1=Fydd y demo yma'n para pump diwrnod gêm - gwnewch eich gorau! +demo.day.2=Diwrnod Dau +demo.day.3=Diwrnod Tri +demo.day.4=Diwrnod Pedwar +demo.day.5=Dyma'ch diwrnod olaf! +demo.day.6=Rydych wedi pasio'r pumed diwrnod, defnyddiwch F2 i arbedu llun-sgrin o'ch creadigaeth +demo.day.warning=Mae'ch amser bron i fyny! +demo.demoExpired=Amser y demo i fyny! +demo.help.buy=Prynu Nawr! +demo.help.fullWrapped=Bydd y demo yma yn parhau 5 diwrnod gêm (tua 1 awr a 40 munud o amser go iawn). Edrychwch ar y cyflawniadau ar gyfer awgrymiadau! Mwynhewch! +demo.help.inventory=Defnyddiwch %1$s i agor eich rhestr eiddo +demo.help.jump=Defnyddiwch %1$s i neidio +demo.help.later=Parhau Chwarae! +demo.help.movement=Defnyddiwch %1$s, %2$s, %3$s, %4$s a'r llygoden i symud o gwmpas +demo.help.movementMouse=Edrychwch o'ch cwmpas gan ddefnyddio'r llygoden +demo.help.movementShort=Symudwch drwy wasgu %1$s, %2$s, %3$s, %4$s +demo.help.title=Modd Demo Minecraft +demo.remainingTime=Amser ar ôl: %s +demo.reminder=Mae amser y demo wedi darfod, prynwch y gêm i cario ymlaen neu dechreuwch byd newydd! +disconnect.closed=Cysylltiad wedi cau +disconnect.disconnected=Datgysylltiad gan y Gweinydd +disconnect.endOfStream=Diwedd llif +disconnect.genericReason=%s +disconnect.kicked=Wedi cicio o'r gêm +disconnect.loginFailed=Methu mewngofnodi +disconnect.loginFailedInfo=Methu mewngofnodi: %s +disconnect.loginFailedInfo.invalidSession=Sesiwn annilys (Ceisiwch ailddechrau eich gêm) +disconnect.loginFailedInfo.serversUnavailable=Mae'r gweinyddwyr dilysiad i lawr ar gyfer chynhaliaeth ar y funud. +disconnect.lost=Cysylltiad Wedi Colli +disconnect.overflow=Gorlifiad byffer +disconnect.quitting=Gadael +disconnect.spam=Wedi cicio am sbamio +disconnect.timeout=Wedi amseru allan +enchantment.arrowDamage=Pŵer +enchantment.arrowFire=Fflam +enchantment.arrowInfinite=Anfeidredd +enchantment.arrowKnockback=Dyrniad +enchantment.damage.all=Miniog +enchantment.damage.arthropods=Melltith Arthropodau +enchantment.damage.undead=Taro +enchantment.digging=Effeithlonrwydd +enchantment.durability=Atgyfnerthu +enchantment.fire=Agwedd Tân +enchantment.fishingSpeed=Llithiwr +enchantment.knockback=Curo 'nol +enchantment.level.1=I +enchantment.level.10=X +enchantment.level.2=II +enchantment.level.3=III +enchantment.level.4=IV +enchantment.level.5=V +enchantment.level.6=VI +enchantment.level.7=VII +enchantment.level.8=VIII +enchantment.level.9=IX +enchantment.lootBonus=Ysbeilio +enchantment.lootBonusDigger=Ffortiwn +enchantment.lootBonusFishing=Lwc y Môr +enchantment.oxygen=Respiradu +enchantment.protect.all=Amddiffyn +enchantment.protect.explosion=Amddiffyniad Chwyth +enchantment.protect.fall=Cwympiad Plu +enchantment.protect.fire=Amddiffyniad Tân +enchantment.protect.projectile=Amddiffyniad Saeth +enchantment.thorns=Drain +enchantment.untouching=Cyffwrdd Sidan +enchantment.waterWorker=Cyfathrach Dŵr +entity.Arrow.name=saeth +entity.Bat.name=Ystlum +entity.Blaze.name=Tânfwystfil +entity.Boat.name=Cwch +entity.Cat.name=Cath +entity.CaveSpider.name=Prycopyn Ogof +entity.Chicken.name=Cyw Iâr +entity.Cow.name=Buwch +entity.Creeper.name=Cripwyr +entity.EnderDragon.name=Draig Darfod +entity.Enderman.name=Dyndarfod +entity.EntityHorse.name=Ceffyl +entity.FallingSand.name=Bloc Cwympo +entity.Fireball.name=Pelen Dân +entity.Ghast.name=Bwgan +entity.Giant.name=Cawr +entity.Item.name=Eitem +entity.LavaSlime.name=Ciwb Magma +entity.Minecart.name=Cart Pwll +entity.Mob.name=Creadur +entity.Monster.name=Bwystfil +entity.MushroomCow.name=Moodarch +entity.Ozelot.name=Cath Wyllt +entity.Painting.name=Llun +entity.Pig.name=Mochyn +entity.PigZombie.name=Mochddyn Sombi +entity.PrimedTnt.name=Bloc TNT +entity.Sheep.name=Dafad +entity.Silverfish.name=Pryfed Arian +entity.Skeleton.name=Sgerbwd +entity.Slime.name=Sleim +entity.SmallFireball.name=Pelen Dân Bach +entity.SnowMan.name=Golem Eira +entity.Snowball.name=Pelen Eira +entity.Spider.name=Prycopyn +entity.Squid.name=Sgwid +entity.Villager.name=Pentrefwr +entity.VillagerGolem.name=Golem Haearn +entity.Witch.name=Gwrach +entity.WitherBoss.name=Gwywiant +entity.Wolf.name=Blaidd +entity.XPOrb.name=Pelen Profiad +entity.Zombie.name=Sombi +entity.donkey.name=Asyn +entity.generic.name=anhysbys +entity.horse.name=Ceffyl +entity.mule.name=Mul +entity.skeletonhorse.name=Ceffyl Sgerbwd +entity.zombiehorse.name=Ceffyl Sombi +gameMode.adventure=Modd Antur +gameMode.changed=Mae modd eich gêm wedi ei ddiweddaru +gameMode.creative=Modd Creadigol +gameMode.hardcore=Modd Craiddcaled! +gameMode.survival=Modd Goroesi +generator.amplified=CHWYDDEDIG +generator.amplified.info=Hysbysiad: Dim ond am hwyl, gofynnir am gyfrifiadur bwerus +generator.default=Rhagosodedig +generator.flat=Gwastad +generator.largeBiomes=Bïomau Mawr +gui.achievements=Cyflawniadau +gui.back=Yn ôl +gui.cancel=Canslo +gui.done=Gorffen +gui.down=I lawr +gui.no=Na +gui.stats=Ystadegau +gui.toMenu=Yn ôl i'r sgrin teitl +gui.up=I fyny +gui.yes=Ie +inventory.binSlot=Dinistrio Eitem +item.apple.name=Afal +item.appleGold.name=Afal Aur +item.arrow.name=Saeth +item.bed.name=Gwely +item.beefCooked.name=Stecen +item.beefRaw.name=Cig Eidion Amrwd +item.blazePowder.name=Llwch Tân +item.blazeRod.name=Gwialen Tân +item.boat.name=Cwch +item.bone.name=Asgwrn +item.book.name=Llyfr +item.bootsChain.name=Esgidiau Gadwyn +item.bootsCloth.name=Esgidiau Lledr +item.bootsDiamond.name=Esgidiau Diemwnt +item.bootsGold.name=Esgidiau Aur +item.bootsIron.name=Esgidiau Haearn +item.bow.name=Bwa +item.bowl.name=Powlen +item.bread.name=Bara +item.brewingStand.name=Safiad Bragu +item.brick.name=Bricsen +item.bucket.name=Bwced +item.bucketLava.name=Bwced Lafa +item.bucketWater.name=Bwced Dŵr +item.cake.name=Teisen +item.carrotGolden.name=Moronen Aur +item.carrotOnAStick.name=Moronen ar Ffon +item.carrots.name=Moronen +item.cauldron.name=Crochan +item.charcoal.name=Golosg +item.chestplateChain.name=Dwyfronneg Gadwyn +item.chestplateCloth.name=Tiwnig Lledr +item.chestplateDiamond.name=Dwyfronneg Diemwnt +item.chestplateGold.name=Dwyfronneg Aur +item.chestplateIron.name=Dwyfronneg Haearn +item.chickenCooked.name=Cwy Iâr wedi Choginio +item.chickenRaw.name=Cyw Iâr Amrwd +item.clay.name=Clai +item.clock.name=Cloc +item.coal.name=Glo +item.comparator.name=Cymharydd Carregcoch +item.compass.name=Cwmpawd +item.cookie.name=Bisgeden +item.diamond.name=Diemwnt +item.diode.name=Ailadroddwr Carregcoch +item.doorIron.name=Drws Haearn +item.dyePowder.black.name=Sach Inc +item.dyePowder.blue.name=Lapis Lazuli +item.dyePowder.brown.name=Ffa Coco +item.dyePowder.cyan.name=Llifyn Gwyrddlas +item.dyePowder.gray.name=Llifyn Llwyd +item.dyePowder.green.name=Gwyrdd Cactws +item.dyePowder.lightBlue.name=Llifyn Glas Golau +item.dyePowder.lime.name=Llifyn Leim +item.dyePowder.magenta.name=Llifyn Magenta +item.dyePowder.orange.name=Llifyn Oren +item.dyePowder.pink.name=Llifyn Pinc +item.dyePowder.purple.name=Llifyn Porffor +item.dyePowder.red.name=Coch Rhosyn +item.dyePowder.silver.name=Llifyn Llwyd Golau +item.dyePowder.white.name=Blawd Esgyrn +item.dyePowder.yellow.name=Melyn Dant Y Llew +item.dyed=Wedi Lliwio +item.egg.name=Å´y +item.emerald.name=Emrallt +item.emptyMap.name=Map Gwag +item.emptyPotion.name=Potel Ddŵr +item.enchantedBook.name=Llyfr Hudolus +item.enderPearl.name=Perl Darfod +item.expBottle.name=Potel Hudoliaeth +item.eyeOfEnder.name=Llygaid Darfod +item.feather.name=Pluen +item.fermentedSpiderEye.name=Llygaid Pricopyn Wedi Eplesu +item.fireball.name=Pelen Dân +item.fireworks.flight=Hyd Hedfan: +item.fireworks.name=Roced Tân Gwyllt +item.fireworksCharge.black=Du +item.fireworksCharge.blue=Glas +item.fireworksCharge.brown=Brown +item.fireworksCharge.customColor=Addasu +item.fireworksCharge.cyan=Gwyrddlas +item.fireworksCharge.fadeTo=Pylu i +item.fireworksCharge.flicker=Twincl +item.fireworksCharge.gray=Llwyd +item.fireworksCharge.green=Gwyrdd +item.fireworksCharge.lightBlue=Glas Golau +item.fireworksCharge.lime=Leim +item.fireworksCharge.magenta=Magenta +item.fireworksCharge.name=Seren Tân Gwyllt +item.fireworksCharge.orange=Oren +item.fireworksCharge.pink=Pinc +item.fireworksCharge.purple=Porffor +item.fireworksCharge.red=Coch +item.fireworksCharge.silver=Llwyd Golau +item.fireworksCharge.trail=Llwybr +item.fireworksCharge.type=Siâp Anhysbys +item.fireworksCharge.type.0=Pêl Fach +item.fireworksCharge.type.1=Pêl Mawr +item.fireworksCharge.type.2=Siâp Seren +item.fireworksCharge.type.3=Siâp Cripwyr +item.fireworksCharge.type.4=Byrst +item.fireworksCharge.white=Gwyn +item.fireworksCharge.yellow=Melyn +item.fish.clownfish.raw.name=Pysgodyn Clown +item.fish.cod.cooked.name=Pysgodyn wedi Choginio +item.fish.cod.raw.name=Pysgodyn Amrwd +item.fish.pufferfish.raw.name=Chwyddbysgodyn +item.fish.salmon.cooked.name=Eog wedi Choginio +item.fish.salmon.raw.name=Eog Amrwd +item.fishingRod.name=Gwialen Pysgota +item.flint.name=Fflint +item.flintAndSteel.name=Fflint a Dur +item.flowerPot.name=Pot Blodau +item.frame.name=Ffrâm Eitem +item.ghastTear.name=Deigryn Bwgan +item.glassBottle.name=Potel Gwydr +item.goldNugget.name=Clap Aur +item.hatchetDiamond.name=Bwyell Diemwnt +item.hatchetGold.name=Bwyell Aur +item.hatchetIron.name=Bwyell Haearn +item.hatchetStone.name=Bwyell Carreg +item.hatchetWood.name=Bwyell Pren +item.helmetChain.name=Helmed Gadwyn +item.helmetCloth.name=Het Lledr +item.helmetDiamond.name=Helmed Diemwnt +item.helmetGold.name=Helmed Aur +item.helmetIron.name=Helmed Haearn +item.hoeDiamond.name=Hof Diemwnt +item.hoeGold.name=Hof Aur +item.hoeIron.name=Hof Haearn +item.hoeStone.name=Hof Carreg +item.hoeWood.name=Hof Pren +item.horsearmordiamond.name=Arfwisg Ceffyl Diemwnt +item.horsearmorgold.name=Arfwisg Ceffyl Aur +item.horsearmormetal.name=Arfwisg Ceffyl Haearn +item.ingotGold.name=Bar Aur +item.ingotIron.name=Bar Haearn +item.leash.name=Tennyn +item.leather.name=Lledr +item.leaves.name=Dail +item.leggingsChain.name=Legins Gadwyn +item.leggingsCloth.name=Trowser Lledr +item.leggingsDiamond.name=Legins Diemwnt +item.leggingsGold.name=Legins Aur +item.leggingsIron.name=Legins Haearn +item.magmaCream.name=Hufen Magma +item.map.name=Map +item.melon.name=Melon +item.milk.name=Llaeth +item.minecart.name=Cart Pwll +item.minecartChest.name=Cart Pwll gyda Chist +item.minecartCommandBlock.name=Cart Pwll gyda Bloc Gorchymyn +item.minecartFurnace.name=Cart Pwll gyda Ffwrnais +item.minecartHopper.name=Cart gyda Hopran +item.minecartTnt.name=Cart gyda TNT +item.monsterPlacer.name=Silio +item.mushroomStew.name=Cawl Madarch +item.nameTag.name=Tag Enw +item.netherStalkSeeds.name=Dafadenisel +item.netherStar.name=Seren Isel +item.netherbrick.name=Bricsen Carregisel +item.netherquartz.name=Cwarts Carregisel +item.painting.name=Llun +item.paper.name=Papur +item.pickaxeDiamond.name=Caib Diemwnt +item.pickaxeGold.name=Caib Aur +item.pickaxeIron.name=Caib Haearn +item.pickaxeStone.name=Caib Carreg +item.pickaxeWood.name=Caib Pren +item.porkchopCooked.name=Porc wedi Choginio +item.porkchopRaw.name=Porc Amrwd +item.potato.name=Taten +item.potatoBaked.name=Taten Pob +item.potatoPoisonous.name=Taten Gwenwynig +item.potion.name=Llymed +item.pumpkinPie.name=Pei Pwmpen +item.record.11.desc=C418 - 11 +item.record.13.desc=C418 - 13 +item.record.blocks.desc=C418 - blocks +item.record.cat.desc=C418 - cat +item.record.chirp.desc=C418 - chirp +item.record.far.desc=C418 - far +item.record.mall.desc=C418 - mall +item.record.mellohi.desc=C418 - mellohi +item.record.name=Disg Cerddoriaeth +item.record.stal.desc=C418 - stal +item.record.strad.desc=C418 - strad +item.record.wait.desc=C418 - wait +item.record.ward.desc=C418 - ward +item.redstone.name=Carregcoch +item.reeds.name=Cansen Siwgr +item.rottenFlesh.name=Cnawd Pwdr +item.ruby.name=Rhuddem +item.saddle.name=Cyfrwy +item.seeds.name=Hadau +item.seeds_melon.name=Hadau Melon +item.seeds_pumpkin.name=Hadau Pwmpen +item.shears.name=Gwellau +item.shovelDiamond.name=Rhaw Diemwnt +item.shovelGold.name=Rhaw Aur +item.shovelIron.name=Rhaw Haearn +item.shovelStone.name=Rhaw Carreg +item.shovelWood.name=Rhaw Pren +item.sign.name=Arwydd +item.skull.char.name=Pen +item.skull.creeper.name=Pen Cripwyr +item.skull.player.name=Pen %s +item.skull.skeleton.name=Penglog Sgerbwd +item.skull.wither.name=Penglog Sgerbwd Gwywiant +item.skull.zombie.name=Pen Sombi +item.slimeball.name=Pelen Sleim +item.snowball.name=Pelen Eira +item.speckledMelon.name=Melon Disglair +item.spiderEye.name=Llygaid Pricopyn +item.stick.name=Ffon +item.string.name=Llinyn +item.sugar.name=Siwgr +item.sulphur.name=Powdr Gwn +item.swordDiamond.name=Cleddyf Diemwnt +item.swordGold.name=Cleddyf Aur +item.swordIron.name=Cleddyf Haearn +item.swordStone.name=Cleddyf Carreg +item.swordWood.name=Cleddyf Pren +item.unbreakable=Atgyfnerthol +item.wheat.name=Gwenith +item.writingBook.name=Llyfr a Chwilsen +item.writtenBook.name=Llyfr a Ysgrifennwyd +item.yellowDust.name=Llwch Gloywgarreg +itemGroup.brewing=Bragu +itemGroup.buildingBlocks=Blociau Adeiladu +itemGroup.combat=Brwydro +itemGroup.decorations=Blociau Addurno +itemGroup.food=Bwyd +itemGroup.inventory=Rhestr Eiddo Goroesi +itemGroup.materials=Deunyddiau +itemGroup.misc=Amrywiol +itemGroup.redstone=Carregcoch +itemGroup.search=Chwilio Eitemau +itemGroup.tools=Offer +itemGroup.transportation=Cludiant +key.attack=Ymosodi/Dinistrio +key.back=Cerdded yn ôl +key.categories.gameplay=Chwarae'r Gêm +key.categories.inventory=Rhestr Eiddo +key.categories.misc=Amrywiol +key.categories.movement=Symudiad +key.categories.multiplayer=Aml-chwaraewr +key.categories.stream=Ffrydio +key.categories.ui=Rhyngwyneb Gêm +key.chat=Agor Sgwrs +key.command=Agor Gorchymyn +key.drop=Gollwng Eitem +key.forward=Cerdded Ymlaen +key.fullscreen=Toggle sgrîn lawn +key.hotbar.1=Slot Gweithred 1 +key.hotbar.2=Slot Gweithred 2 +key.hotbar.3=Slot Gweithred 3 +key.hotbar.4=Slot Gweithred 4 +key.hotbar.5=Slot Gweithred 5 +key.hotbar.6=Slot Gweithred 6 +key.hotbar.7=Slot Gweithred 7 +key.hotbar.8=Slot Gweithred 8 +key.hotbar.9=Slot Gweithred 9 +key.inventory=Rhestr Eiddo +key.jump=Neidio +key.left=Cerdded i'r chwith +key.mouseButton=Botwm %1$s +key.pickItem=Dewis Bloc +key.playerlist=Dangos Chwaraewyr +key.right=Cerdded i'r dde +key.screenshot=Cymryd Sgrinlun +key.smoothCamera=Toglo Camera Sinematig +key.sneak=Sleifio +key.sprint=Gwibio +key.streamCommercial=Dangos Hysbysebion y Ffrwd +key.streamPauseUnpause=Saib Ffrwd / dadseibio +key.streamStartStop=Ffrwd Dechrau / Stop +key.streamToggleMic=Gwthiwch I Talk / Mud +key.togglePerspective=Toglo Safbwynt +key.use=Defnyddio Eitem/Gosod Bloc +lanServer.otherPlayers=Gosodiadau ar gyfer Chwaraewyr Arall +lanServer.scanning=Sganio ar gyfer gemau ar eich rhwydwaith lleol +lanServer.start=Dechrau Byd LAN +lanServer.title=Byd LAN +language.code=cy_GB +language.name=Cymraeg +language.region=Cymru +mcoServer.title=Byd Minecraft Ar-lein +menu.convertingLevel=Trosi'r byd +menu.disconnect=Datgysylltu +menu.game=Dewislen y Gêm +menu.generatingLevel=Generadu'r byd +menu.generatingTerrain=Adeiladu'r tirwedd +menu.loadingLevel=Llwytho'r byd +menu.multiplayer=Aml-Chwaraewr +menu.options=Dewisiadau... +menu.playdemo=Chwarae Byd Demo +menu.quit=Gadael Gêm +menu.resetdemo=Ailosod Byd Demo +menu.respawning=Atgyfodi +menu.returnToGame=Yn ôl i'r Gêm +menu.returnToMenu=Arbedu a gadael i'r teitl +menu.shareToLan=Agor i LAN +menu.simulating=Simiwleiddio'r byd am ychydig +menu.singleplayer=Chwaraewr Sengl +menu.switchingLevel=Newid byd +mount.onboard=Gwasgwch %1$s i neidio lawr +multiplayer.connect=Cysylltu +multiplayer.downloadingStats=Lawrlwytho ystadegau a chyflawniadau... +multiplayer.downloadingTerrain=Llawrlwytho tirwedd +multiplayer.info1=Tydi Minecraft Aml-Chwaraewr heb ei orffen, ond mae +multiplayer.info2=yna arbrofiadau gwallus cynnar yn mynd ymlaen. +multiplayer.ipinfo=Mynedwch cyfeiriad IP gweinydd i gysylltu iddo: +multiplayer.player.joined=Ymunodd %s â'r gêm +multiplayer.player.joined.renamed=%s (a adwaenid gynt fel %s) ymunodd y gêm +multiplayer.player.left=Gadaelodd %s y gêm +multiplayer.stopSleeping=Gadael Gwely +multiplayer.texturePrompt.line1=Mae'r gweinydd yn argymell defnyddio pecyn adnodd arferiad. +multiplayer.texturePrompt.line2=A hoffech chi ei lawrlwytho a'i osod yn awtomagic? +multiplayer.title=Chwarae Aml-Chwaraewr +options.advancedButton=Gosodiadau Fideo Uwch... +options.advancedOpengl=OpenGL Datblygedig +options.advancedVideoTitle=Gosodiadau Fideo Uwch +options.anaglyph=Anaglyph 3D +options.ao=Goleuo Esmwyth +options.ao.max=Uchafswm +options.ao.min=Lleiafswm +options.ao.off=DIFFODD +options.chat.color=Lliwiau +options.chat.height.focused=Uchder gyda Ffocws +options.chat.height.unfocused=Uchder heb Ffocws +options.chat.links=Cysylltiadau Gwe +options.chat.links.prompt=Annog Cysylltiadau +options.chat.opacity=Didreiddedd +options.chat.scale=Graddfa +options.chat.title=Dewisiadau Sgwrsio... +options.chat.visibility=Sgwrsio +options.chat.visibility.full=Dangos +options.chat.visibility.hidden=Cuddio +options.chat.visibility.system=Gorchmynion yn Unig +options.chat.width=Lled +options.controls=Cyfeiriadau... +options.difficulty=Anhawster +options.difficulty.easy=Hawdd +options.difficulty.hard=Caled +options.difficulty.hardcore=Craiddcaled +options.difficulty.normal=Cyffredin +options.difficulty.peaceful=Heddychlon +options.farWarning1=Argymhellir gosodiad Java 64-did +options.farWarning2=am pellter 'Pell' (mae gennych chi 32-did) +options.fboEnable=Galluogi FBOs +options.forceUnicodeFont=Gorfodi Ffont Unicode +options.fov=Maes Golwg (FOV) +options.fov.max=Quake Pro +options.fov.min=Cyffredin +options.framerateLimit=Uchafswm Gradd Ffrâm +options.framerateLimit.max=Diderfyn +options.fullscreen=Sgrîn Lawn +options.gamma=Disgleirdeb +options.gamma.max=Disglair +options.gamma.min=Gwan +options.graphics=Graffeg +options.graphics.fancy=Ffansi +options.graphics.fast=Cyflym +options.guiScale=Graddfa GUI +options.guiScale.auto=Awtomatig +options.guiScale.large=Mawr +options.guiScale.normal=Cyffredin +options.guiScale.small=Bach +options.hidden=Cuddio +options.invertMouse=Gwrth-droi Llygoden +options.language=Iaith... +options.languageWarning=Efallai ni fydd cyfeithiadau yn 100%% yn gywir +options.mipmapLevels=Lefelau Mipmap +options.multiplayer.title=Gosodiadau Aml-Chwaraewr... +options.music=Cerddoriaeth +options.off=Na +options.on=Ie +options.particles=Gronynnau +options.particles.all=Popeth +options.particles.decreased=Llai +options.particles.minimal=Lleiafrif +options.performanceButton=Gosodiadau Perfformiad Fideo... +options.performanceVideoTitle=Gosodiadau Perfformiad Fideo +options.postButton=Gosodiadau Post-Brosesu... +options.postProcessEnable=Galluogi Post-Brosesu +options.postVideoTitle=Gosodiadau Post-Brosesu +options.qualityButton=Gosodiadau Ansawdd Fideo... +options.qualityVideoTitle=Gosodiadau Ansawdd Fideo +options.renderClouds=Cymylau +options.renderDistance=Pellter Rendro +options.renderDistance.far=Pell +options.renderDistance.normal=Cyffredin +options.renderDistance.short=Byr +options.renderDistance.tiny=Pitw +options.resourcepack=Pecynnau Adnoddau... +options.saturation=Dirlawnder +options.sensitivity=Sensitifrwydd +options.sensitivity.max=CYFLYMDER GWALLGOF!!! +options.sensitivity.min=*dylyfu gȇn* +options.snooper=Caniatáu Snooper +options.snooper.desc=Rydym eisiau casglu gwybodaeth amdan eich peiriant i helpu wellau Minecraft wrth wybod be allwn cefnogi a ble mae'r problemau mwyaf. Mae'r gwybodaeth yma i gyd yn anhysbys ac yn weledol isod. Rydym yn addo ni wnawn i unrhyw beth drwg gyda'r data yma, ond os ydych eisiau optio allan mae croeso i chi droi o i ffwrdd! +options.snooper.title=Casgliad Manyleb Peiriant +options.snooper.view=Dewisiadau Snooper... +options.sound=Sain +options.sounds=Cerddoriaeth a Seiniau... +options.sounds.title=Dewisiadau Cerddoriaeth a Sain +options.stream=Gosodiadau Darlledu... +options.stream.bytesPerPixel=Ansawdd +options.stream.changes=Efallai y bydd angen i chi ailgychwyn eich nant i'r newidiadau hyn ddigwydd. +options.stream.chat.enabled=Galluogi +options.stream.chat.enabled.always=Wastad +options.stream.chat.enabled.never=Byth +options.stream.chat.enabled.streaming=Tra'n ffrydio +options.stream.chat.title=Gosodiadau Sgwrs Twitch +options.stream.chat.userFilter=Hidlydd Defnyddiwr +options.stream.chat.userFilter.all=Pob Gwyliwr +options.stream.chat.userFilter.mods=Safonwyr +options.stream.chat.userFilter.subs=Tanysgrifwyr +options.stream.compression=Cywasgiad +options.stream.compression.high=Uchel +options.stream.compression.low=Isel +options.stream.compression.medium=Canolig +options.stream.estimation=Penderfyniad Amcangyfrif: %sx%s +options.stream.fps=Framerate +options.stream.ingest.reset=Ailosod Dewis +options.stream.ingest.title=Gweinyddwyr Darlledu Twitch +options.stream.ingestSelection=Rhestr Gweinydd Darlledu +options.stream.kbps=Lled Band +options.stream.micToggleBehavior=Gwthiwch i +options.stream.micVolumne=Lefel Sain Mic +options.stream.mic_toggle.mute=Ddistewi +options.stream.mic_toggle.talk=Siarad +options.stream.sendMetadata=Gyrru Metadata +options.stream.systemVolume=Lefel Sain y System +options.stream.title=Gosodiadau Darlledu Twitch +options.title=Dewisiadau +options.touchscreen=Modd Sgrîn Gyffwrdd +options.video=Gosodiadau Fideo... +options.videoTitle=Gosodiadau Fideo +options.viewBobbing=Siglad Golwg +options.visible=Dangos +options.vsync=Defnyddio VSync +potion.absorption=Amsugniad +potion.absorption.postfix=Diod o Amsugniad +potion.blindness=Dallineb +potion.blindness.postfix=Diod o Ddallineb +potion.confusion=Cyfog +potion.confusion.postfix=Diod o Chyfogaeth +potion.damageBoost=Cryfder +potion.damageBoost.postfix=Diod o Chryfder +potion.digSlowDown=Blinder Gloddio +potion.digSlowDown.postfix=Diod o Syrthni +potion.digSpeed=Brys +potion.digSpeed.postfix=Diod o Frys +potion.effects.whenDrank=Pan Gymhwysir: +potion.empty=Dim Effaith +potion.fireResistance=Gwrthsafiad Tân +potion.fireResistance.postfix=Diod o Wrthwynebiad Tân +potion.harm=Difrod Unwaith +potion.harm.postfix=Diod o Niweidio +potion.heal=Iechyd Unwaith +potion.heal.postfix=Diod o Iachau +potion.healthBoost=Hwb Iechyd +potion.healthBoost.postfix=Diod o Hwb Iechyd +potion.hunger=Chwant Bwyd +potion.hunger.postfix=Diod o Newyn +potion.invisibility=Anweledig +potion.invisibility.postfix=Diod o Anweledigaeth +potion.jump=Hwb Neidio +potion.jump.postfix=Diod o Neidio +potion.moveSlowdown=Arafiad +potion.moveSlowdown.postfix=Diod o Arafiad +potion.moveSpeed=Cyflymder +potion.moveSpeed.postfix=Diod o Chyflymiad +potion.nightVision=Golwg Nos +potion.nightVision.postfix=Diod o Weledigaeth y Nos +potion.poison=Gwenwyn +potion.poison.postfix=Diod o Wenwyn +potion.potency.1=II +potion.potency.2=III +potion.potency.3=IV +potion.prefix.acrid=Chwerw +potion.prefix.artless=Ddi-celf +potion.prefix.awkward=Lletchwith +potion.prefix.bland=Ddi-flas +potion.prefix.bulky=Swmpus +potion.prefix.bungling=Trwsgl +potion.prefix.buttered=Menyn +potion.prefix.charming=Swynol +potion.prefix.clear=Clir +potion.prefix.cordial=Calonnog +potion.prefix.dashing=Tanbaid +potion.prefix.debonair=Hynaws +potion.prefix.diffuse=Gwasgaredig +potion.prefix.elegant=Gain +potion.prefix.fancy=Awydd +potion.prefix.flat=Fflat +potion.prefix.foul=Budr +potion.prefix.grenade=Tasgu +potion.prefix.gross=Gros +potion.prefix.harsh=Llym +potion.prefix.milky=Llaethog +potion.prefix.mundane=Cyffredin +potion.prefix.odorless=Ddiarogl +potion.prefix.potent=Grymus +potion.prefix.rank=Mws +potion.prefix.refined=Coeth +potion.prefix.smooth=Llyfn +potion.prefix.sparkling=Pefriol +potion.prefix.stinky=Drewllyd +potion.prefix.suave=Hudolus +potion.prefix.thick=Trwchus +potion.prefix.thin=Tenau +potion.prefix.uninteresting=Anniddorol +potion.regeneration=Adfywio +potion.regeneration.postfix=Diod o Adfywiaeth +potion.resistance=Gwrthsafiad +potion.resistance.postfix=Diod o Wrthwynebiad +potion.saturation=Dirlawnder +potion.saturation.postfix=Diod o Ddirlawnder +potion.waterBreathing=Anadlu Dŵr +potion.waterBreathing.postfix=Diod o Anadlu Dŵr +potion.weakness=Gwendid +potion.weakness.postfix=Diod o Wendid +potion.wither=Gwywiant +potion.wither.postfix=Llymed o Bydredd +record.nowPlaying=Nawr yn chwarae: %s +resourcePack.available.title=Pecynnau Adnodd ar gael +resourcePack.folderInfo=(Rhowch ffeiliau pecyn adnodd yma) +resourcePack.openFolder=Agor ffolder pecyn adnodd +resourcePack.selected.title=Pecynnau Adnodd a ddewisir +resourcePack.title=Dewis Pecynnau Adnoddau +screenshot.failure=Methu arbedu sgrinlun fel: %s +screenshot.success=Wedi arbedu sgrinlun fel %s +selectServer.add=Ychwanegu gweinydd +selectServer.defaultName=Gweinydd Minecraft +selectServer.delete=Dileu +selectServer.deleteButton=Dileu +selectServer.deleteQuestion=Ydych chi'n siŵr eich bod eisiau ddileu y gweinydd yma? +selectServer.deleteWarning=fydd ar goll am byth! (Amser hir!) +selectServer.direct=Cysylltiad Uniongyrchol +selectServer.edit=Golygu +selectServer.empty=gwag +selectServer.hiddenAddress=(Cudd) +selectServer.refresh=Ail-lwytho +selectServer.select=Ymuno'r Gweinydd +selectServer.title=Dewis Gweinydd +selectWorld.allowCommands=Caniatáu Twyllau: +selectWorld.allowCommands.info=Gorchmynion fel /gamemode, /xp +selectWorld.bonusItems=Cist Bonws: +selectWorld.cheats=Twyllau +selectWorld.conversion=Rhaid drosi! +selectWorld.create=Creu Byd Newydd +selectWorld.createDemo=Chwarae Byd Demo Newydd +selectWorld.customizeType=Addasu +selectWorld.delete=Dileu +selectWorld.deleteButton=Dileu +selectWorld.deleteQuestion=Ydych chi'n siŵr eich bod eisiau ddileu'r byd yma? +selectWorld.deleteWarning=fydd ar goll am byth! (Amser hir!) +selectWorld.empty=gwag +selectWorld.enterName=Enw'r Byd +selectWorld.enterSeed=Hedyn am Generadur Byd +selectWorld.gameMode=Modd Gêm +selectWorld.gameMode.adventure=Antur +selectWorld.gameMode.adventure.line1=Yr un peth â modd goroesi, ond ni all blociau +selectWorld.gameMode.adventure.line2=cael eu adio nac eu ddileu +selectWorld.gameMode.creative=Creadigol +selectWorld.gameMode.creative.line1=Adnoddau diderfyn, hedfan rhydd, a +selectWorld.gameMode.creative.line2=dinistrio blociau ar unwaith +selectWorld.gameMode.hardcore=Craiddcaled +selectWorld.gameMode.hardcore.line1=Yr un path â modd goroesi, wedi cloi ar anhawster anaoddaf +selectWorld.gameMode.hardcore.line2=anoddaf, ac un bywyd yn unig +selectWorld.gameMode.survival=Goroesi +selectWorld.gameMode.survival.line1=Chwilio am adnoddau, celfyddi, ennill +selectWorld.gameMode.survival.line2=lefelau, iechyd a chwant bwyd +selectWorld.hardcoreMode=Craiddcaled: +selectWorld.hardcoreMode.info=Mae'r byd yn dileu ar ôl marw +selectWorld.mapFeatures=Generadu Strwythurau: +selectWorld.mapFeatures.info=Pentrefi, daergellau, ayyb. +selectWorld.mapType=Math Byd: +selectWorld.mapType.normal=Cyffredin +selectWorld.moreWorldOptions=Rhagor o Ddewisiadau Byd... +selectWorld.newWorld=Byd Newydd +selectWorld.newWorld.copyOf=Copi o %s +selectWorld.recreate=Ail-Greu +selectWorld.rename=Ail-enwi +selectWorld.renameButton=Ail-enwi +selectWorld.renameTitle=Ail-enwi Byd +selectWorld.resultFolder=Bydd yn cael ei arbedu yn: +selectWorld.seedInfo=Cadw'n wag am hedyn ar-hap +selectWorld.select=Chwarae'r Byd Yma +selectWorld.title=Dewis Byd +selectWorld.world=Byd +sign.edit=Golygu neges arwydd +soundCategory.ambient=Amgylchedd +soundCategory.block=Blociau +soundCategory.hostile=Creaduriaid Gelyniaethus +soundCategory.master=Prif Uchder Sain +soundCategory.music=Cerddoriaeth +soundCategory.neutral=Creaduriaid Cyfeillgar +soundCategory.player=Chwaraewyr +soundCategory.record=Jiwcbocs/Blociau Nodyn +soundCategory.weather=Tywydd +stat.animalsBred=Anifieiliaid wedi Fridio +stat.blocksButton=Blociau +stat.boatOneCm=Pellter gyda Cwch +stat.breakItem=%1$s wedi Ddihysbyddu +stat.climbOneCm=Pellter Ddringo +stat.craftItem=%1$s wedi Chrefftio +stat.crafted=Gwaith a Chrefftwyd +stat.createWorld=Bydoedd a grëwyd +stat.damageDealt=Difrod wedi Delio +stat.damageTaken=Difrod wedi Cymryd +stat.deaths=Nifer o Farwolaethau +stat.depleted=Gwaith a Dihysbyddu +stat.diveOneCm=Pellter Plymio +stat.drop=Eitemau wedi Gollwng +stat.entityKilledBy=Lladdwyd %s chi %s gwaith +stat.entityKilledBy.none=Nad ydych erioed wedi cael eich lladd gan %s +stat.entityKills=Lladdwyd chi %s %s +stat.entityKills.none=Nad ydych erioed wedi lladd %s +stat.fallOneCm=Pellter Cwympo +stat.fishCaught=Pysgod wedi Dal +stat.flyOneCm=Pellter Hedfan +stat.generalButton=Cyffredinol +stat.horseOneCm=Pellter ar Geffyl +stat.itemsButton=Eitemau +stat.joinMultiplayer=Nifer o ymuniadau aml-chwaraewyr +stat.jump=Neidiau +stat.junkFished=Sbwriel wedi Physgota +stat.leaveGame=Gemau wedi adael +stat.loadWorld=Archebion wedi llwytho +stat.mineBlock=%1$s wedi Gloddi +stat.minecartOneCm=Pellter gyda Cart +stat.mined=Gwaith a Glawddi +stat.mobKills=Lladdiau Creadur +stat.mobsButton=Creaduriaid +stat.pigOneCm=Pellter gyda Mochyn +stat.playOneMinute=Munudau wedi Chwarae +stat.playerKills=Lladdiau Chwaraewr +stat.startGame=Gwaith a chwaraewyd +stat.swimOneCm=Pellter Nofio +stat.treasureFished=Trysor wedi Physgota +stat.useItem=%1$s wedi Ddefnyddio +stat.used=Gwaith a Ddefnyddir +stat.walkOneCm=Pellter Cerdded +stats.tooltip.type.achievement=Cyflawniad +stats.tooltip.type.statistic=Ystadegyn +stream.confirm_start=Ydych chi'n siŵr eich bod am ddechrau darlledu? +stream.unavailable.account_not_bound=Cyn y gallwch chi darlledu Minecraft drwy Twitch, bydd angen i chi gysylltu eich cyfrif Twitch ar mojang.com. Hoffech chi wneud hynny yn awr? +stream.unavailable.account_not_bound.okay=Cysylltu Cyfrifon +stream.unavailable.account_not_migrated=Cyn y gallwch chi darlledu Minecraft drwy Twitch, bydd angen i chi fudo eich cyfrif Minecraft i gyfrif yn Mojang. Hoffech chi wneud hynny yn awr? +stream.unavailable.account_not_migrated.okay=Ymfudo Cyfrif +stream.unavailable.failed_auth=Wedi methu dilysu i Twitch. Ewch i mojang.com ac ailgysylltwch eich cyfrif Twitch. +stream.unavailable.failed_auth.okay=Ailgysylltu Cyfrifon +stream.unavailable.failed_auth_error=Does dim modd dilysu i Twitch. Rhowch gynnig arall arni rywbryd eto. +stream.unavailable.initialization_failure=Does dim modd ymgychwyn SDK Twitch. +stream.unavailable.initialization_failure.extra=(Rheswm: %s) +stream.unavailable.library_arch_mismatch=Mae gan y fersiwn java addasiedig a ddefnyddiwyd i lansio Minecraft pensaernïaeth gwahanol na'r un a ddefnyddiwyd i redeg y lansiwr. Gwnewch yn siŵr bod yr un fath, naill ai 32-did neu 64-did i'r ddau. +stream.unavailable.library_failure=Methu llwytho'r llyfrgelloedd sydd angen ar gyfer y gwasanaeth darlledu Twitch integredig. +stream.unavailable.no_fbo=Mae eich cerdyn fideo angel cynnal o leiaf OpenGL Fersiwn 3.0 neu cynnal gwrthrychau Framebuffer drwy estyniad i ddefnyddio'r darlledydd Twitch integredig. +stream.unavailable.no_fbo.arb=Cefnogaeth gwrthrych byffer fframiau trwy ARB yw: %s +stream.unavailable.no_fbo.blend=Cymorth blendio wahân trwy EXT yw: %s +stream.unavailable.no_fbo.ext=Cefnogaeth gwrthrych byffer fframiau trwy EXT yw: %s +stream.unavailable.no_fbo.version=Rydych yn ei ddefnyddio ar hyn o bryd: %s +stream.unavailable.not_supported.mac=Yn anffodus mae'r darlledydd Twitch integredig ar Mac angen fersiwn diweddarch o OSX. Rhaid i chi ddefnyddio 10.7 (Mac OS X Lion) new diweddarach i allu defnyddio'r gwasanaeth yma. Hoffech chi mynd i apple.com i ddysgu am uwchraddio? +stream.unavailable.not_supported.mac.okay=Uwchraddio +stream.unavailable.not_supported.other=Yn anffodus mae'r gwasanaeth darlledu Twitch integredig angen Windows (Vista neu diweddarach) neu Mac OS X (10.7/Lion neu diweddarach) +stream.unavailable.not_supported.windows=Yn anffodus mae'r darlledydd Twitch integredig angen fersiwn diweddarach o Windows. Rhaid i chi gael Windows Vista neu diweddarach. +stream.unavailable.report_to_mojang=Adrodd i Mojang +stream.unavailable.soundflower.chat=Mae angen Soundflower i allu nant ar Mac. %s +stream.unavailable.soundflower.chat.link=Os gwelwch yn dda cliciwch yma i osod. +stream.unavailable.title=Darlledu Twitch dim ar gael +stream.unavailable.unknown=Yn anffodus nad ydych yn gallu darlledu i Twitch ar hyn o bryd. Ac nid ydym yn gwybod pam :'( +stream.unavailable.unknown.chat=Methu cychwyn llif: %s +stream.user.mode.administrator=Gweinyddwr Twitch +stream.user.mode.banned=Wedi'i wahardd +stream.user.mode.banned.other=Wedi'i wahardd ar sianel %s +stream.user.mode.banned.self=Wedi'i wahardd ar eich sianel +stream.user.mode.broadcaster=Darlledwr +stream.user.mode.broadcaster.other=Darlledwr +stream.user.mode.broadcaster.self=Darlledwr (chi!) +stream.user.mode.moderator=Safonwr +stream.user.mode.moderator.other=Safonwr ar %s's yn y sianel +stream.user.mode.moderator.self=Safonwr ar eich sianel +stream.user.mode.staff=Staff Twitch +stream.user.subscription.subscriber=Tanysgrifiwr +stream.user.subscription.subscriber.other=Tanysgrifiwr i sianel %s +stream.user.subscription.subscriber.self=Tanysgrifiwr i'ch sianel +stream.user.subscription.turbo=Twitch Turbo +stream.userinfo.ban=gwaharddiad +stream.userinfo.chatTooltip=Cliciwch i reoli defnyddwyr +stream.userinfo.mod=Hyrwyddo i Safonwr +stream.userinfo.timeout=Goramser +stream.userinfo.unban=Dadwahardd +stream.userinfo.unmod=Israddio i Safonwr +tile.activatorRail.name=Rheil Actifadydd +tile.anvil.intact.name=Einion +tile.anvil.name=Einion +tile.anvil.slightlyDamaged.name=Einion wedi Ddifrodi Ychydig +tile.anvil.veryDamaged.name=Einion wedi Ddifrodi Hynodol +tile.beacon.name=Goleufa +tile.beacon.primary=Pŵer Cynradd +tile.beacon.secondary=Pŵer Eilradd +tile.bed.name=Gwely +tile.bed.noSleep=Gallwch ond gysgu yn y nôs +tile.bed.notSafe=Ni allwch orffwys yn awr, mae yna bwystfilod yn agos +tile.bed.notValid=Roedd eich gwely cartrefol ar goll neu wedi rhwystro +tile.bed.occupied=Mae'r gwely yma wedi meddiannu +tile.bedrock.name=Creigwely +tile.blockCoal.name=Bloc Glo +tile.blockDiamond.name=Bloc Diemwnt +tile.blockEmerald.name=Bloc Emrallt +tile.blockGold.name=Bloc Aur +tile.blockIron.name=Bloc Haearn +tile.blockLapis.name=Bloc Lapis Lazuli +tile.blockRedstone.name=Bloc Carregcoch +tile.bookshelf.name=Silff Lyfrau +tile.brick.name=Briciau +tile.button.name=Botwm +tile.cactus.name=Cactws +tile.cake.name=Teisen +tile.carrots.name=Moron +tile.cauldron.name=Crochan +tile.chest.name=Cist +tile.chestTrap.name=Magl-gist +tile.clay.name=Clai +tile.clayHardened.name=Clai Caled +tile.clayHardenedStained.black.name=Clai Lliw Du +tile.clayHardenedStained.blue.name=Clai Lliw Glas +tile.clayHardenedStained.brown.name=Clai Lliw Brown +tile.clayHardenedStained.cyan.name=Clai Lliw Gwyrddlas +tile.clayHardenedStained.gray.name=Clai Lliw Llwyd +tile.clayHardenedStained.green.name=Clai Lliw Gwyrdd +tile.clayHardenedStained.lightBlue.name=Clai Lliw Glas Golau +tile.clayHardenedStained.lime.name=Clai Lliw Leim +tile.clayHardenedStained.magenta.name=Clai Lliw Magenta +tile.clayHardenedStained.orange.name=Clai Lliw Oren +tile.clayHardenedStained.pink.name=Clai Lliw Pinc +tile.clayHardenedStained.purple.name=Clai Lliw Porffor +tile.clayHardenedStained.red.name=Clai Lliw Coch +tile.clayHardenedStained.silver.name=Clai Lliw Llwyd Golau +tile.clayHardenedStained.white.name=Clai Lliw Gwyn +tile.clayHardenedStained.yellow.name=Clai Lliw Melyn +tile.cloth.black.name=Gwlân Du +tile.cloth.blue.name=Gwlân Glas +tile.cloth.brown.name=Gwlân Brown +tile.cloth.cyan.name=Gwlân Gwyrddlas +tile.cloth.gray.name=Gwlân Llwyd +tile.cloth.green.name=Gwlân Gwyrdd +tile.cloth.lightBlue.name=Gwlân Glas Golau +tile.cloth.lime.name=Gwlân Leim +tile.cloth.magenta.name=Gwlân Magenta +tile.cloth.name=Gwlân +tile.cloth.orange.name=Gwlân Oren +tile.cloth.pink.name=Gwlân Pinc +tile.cloth.purple.name=Gwlân Porffor +tile.cloth.red.name=Gwlân Coch +tile.cloth.silver.name=Gwlân Llwyd Golau +tile.cloth.white.name=Gwlân +tile.cloth.yellow.name=Gwlân Melyn +tile.cobbleWall.mossy.name=Wal Crynion Mwsoglyd +tile.cobbleWall.normal.name=Wal Crynion +tile.cocoa.name=Coco +tile.commandBlock.name=Bloc Gorchymyn +tile.crops.name=Cnydau +tile.daylightDetector.name=Synhwyrydd Golau Dydd +tile.deadbush.name=Llwyn Marw +tile.detectorRail.name=Rheil Synhwyrol +tile.dirt.default.name=Pridd +tile.dirt.name=Pridd +tile.dirt.podzol.name=Podsol +tile.dispenser.name=Dosbarthwr +tile.doorIron.name=Drws Haearn +tile.doorWood.name=Drws Pren +tile.doublePlant.fern.name=Rhedynen Fawr +tile.doublePlant.grass.name=Gwair Uchel Dwbl +tile.doublePlant.paeonia.name=Rhosyn y Mynydd +tile.doublePlant.rose.name=Llwyn Rhosod +tile.doublePlant.sunflower.name=Blodyn yr Haul +tile.doublePlant.syringa.name=Lelog +tile.dragonEgg.name=Å´y Ddraig +tile.dropper.name=Gollyngwr +tile.enchantmentTable.name=Bwrdd Hudoliaeth +tile.endPortalFrame.name=Porth Diwedd +tile.enderChest.name=Cist Darfod +tile.farmland.name=Tir Fferm +tile.fence.name=Ffens +tile.fenceGate.name=Giât Ffens +tile.fenceIron.name=Bariau Haearn +tile.fire.name=Tân +tile.flower1.dandelion.name=Dant y Llew +tile.flower1.name=Blodyn +tile.flower2.allium.name=Allium +tile.flower2.blueOrchid.name=Tegeirian Glas +tile.flower2.houstonia.name=Azure Bluet +tile.flower2.name=Blodyn +tile.flower2.oxeyeDaisy.name=Llygad-llo Mawr +tile.flower2.poppy.name=Pabi +tile.flower2.tulipOrange.name=Tiwlip Oren +tile.flower2.tulipPink.name=Tiwlip Pinc +tile.flower2.tulipRed.name=Tiwlip Coch +tile.flower2.tulipWhite.name=Tiwlip Gwyn +tile.furnace.name=Ffwrnais +tile.glass.name=Gwydr +tile.goldenRail.name=Rheil Pŵer +tile.grass.name=Bloc Gwair +tile.gravel.name=Grafel +tile.hayBlock.name=Bwrn Gwair +tile.hellrock.name=Carregisel +tile.hellsand.name=Tywod Enaid +tile.hopper.name=Hopran +tile.ice.name=Rhew +tile.icePacked.name=Rhew Cywasgedig +tile.jukebox.name=Jiwcbocs +tile.ladder.name=Ysgol +tile.lava.name=Lafa +tile.leaves.acacia.name=Dail Acesia +tile.leaves.big_oak.name=Dail Derw Tywyll +tile.leaves.birch.name=Dail Bedw +tile.leaves.jungle.name=Dail Jyngl +tile.leaves.name=Dail +tile.leaves.oak.name=Dail Derw +tile.leaves.spruce.name=Dail Sbriws +tile.lever.name=Lifer +tile.lightgem.name=Gloywgarreg +tile.litpumpkin.name=Llusern Pwmpen +tile.lockedchest.name=Cist ar Glo +tile.log.acacia.name=Pren Acesia +tile.log.big_oak.name=Pren Derw Tywyll +tile.log.birch.name=Pren Bedw +tile.log.jungle.name=Pren Jyngl +tile.log.name=Pren +tile.log.oak.name=Pren Derw +tile.log.spruce.name=Pren Sbriws +tile.melon.name=Melon +tile.mobSpawner.name=Sil Bwystfilod +tile.monsterStoneEgg.brick.name=Å´y Anghenfil Bricsen Carreg +tile.monsterStoneEgg.chiseledbrick.name=Å´y Anghenfil Bricsen Carreg Nadd +tile.monsterStoneEgg.cobble.name=Å´y Anghenfil Crynion +tile.monsterStoneEgg.crackedbrick.name=Å´y Anghenfil Bricsen Carreg Chwâl +tile.monsterStoneEgg.mossybrick.name=Å´y Anghenfil Bricsen Carreg Mwsoglyd +tile.monsterStoneEgg.stone.name=Å´y Anghenfil Carreg +tile.mushroom.name=Madarch +tile.musicBlock.name=Bloc Nodyn +tile.mycel.name=Myseliwm +tile.netherBrick.name=Bricsen Carregisel +tile.netherFence.name=Ffens Bricsen Carregisel +tile.netherStalk.name=Dafadenisel +tile.netherquartz.name=Mwyn Cwarts Carregisel +tile.notGate.name=Tortsh Carregcoch +tile.obsidian.name=Obsidian +tile.oreCoal.name=Mwyn Glo +tile.oreDiamond.name=Mwyn Diemwnt +tile.oreEmerald.name=Mwyn Emrallt +tile.oreGold.name=Mwyn Aur +tile.oreIron.name=Mwyn Haearn +tile.oreLapis.name=Mwyn Lapis Lazuli +tile.oreRedstone.name=Mwyn Carregcoch +tile.oreRuby.name=Mwyn Rhuddem +tile.pistonBase.name=Piston +tile.pistonStickyBase.name=Piston Gludiog +tile.portal.name=Porth +tile.potatoes.name=Tatws +tile.pumpkin.name=Pwmpen +tile.quartzBlock.chiseled.name=Bloc Cwarts Nadd +tile.quartzBlock.default.name=Bloc Cwarts +tile.quartzBlock.lines.name=Piler Bloc Cwarts +tile.rail.name=Rheil +tile.redstoneDust.name=Llwch Carregcoch +tile.redstoneLight.name=Lamp Carregcoch +tile.reeds.name=Cansen Siwgr +tile.sand.default.name=Tywod +tile.sand.name=Tywod +tile.sand.red.name=Tywod Coch +tile.sandStone.chiseled.name=Tywodfaen Nadd +tile.sandStone.default.name=Tywodfaen +tile.sandStone.name=Tywodfaen +tile.sandStone.smooth.name=Tywodfaen Esmwyth +tile.sapling.acacia.name=Coeden Ifanc Acesia +tile.sapling.birch.name=Coeden Ifanc Bedw +tile.sapling.jungle.name=Coeden Ifanc Jyngl +tile.sapling.oak.name=Coeden Ifanc Derw +tile.sapling.spruce.name=Coeden Ifanc Sbriws +tile.sign.name=Arwydd +tile.snow.name=Eira +tile.sponge.dry.name=Sbwng +tile.stainedGlass.black.name=Gwydr Lliw Du +tile.stainedGlass.blue.name=Gwydr Lliw Glas +tile.stainedGlass.brown.name=Gwydr Lliw Brown +tile.stainedGlass.cyan.name=Gwydr Lliw Gwyrddlas +tile.stainedGlass.gray.name=Gwydr Lliw Llwyd +tile.stainedGlass.green.name=Gwydr Lliw Gwyrdd +tile.stainedGlass.lightBlue.name=Gwydr Lliw Glas Golau +tile.stainedGlass.lime.name=Gwydr Lliw Leim +tile.stainedGlass.magenta.name=Gwydr Lliw Magenta +tile.stainedGlass.name=Gwydr Lliw +tile.stainedGlass.orange.name=Gwydr Lliw Oren +tile.stainedGlass.pink.name=Gwydr Lliw Pinc +tile.stainedGlass.purple.name=Gwydr Lliw Porffor +tile.stainedGlass.red.name=Gwydr Lliw Coch +tile.stainedGlass.silver.name=Gwydr Lliw Llwyd Golau +tile.stainedGlass.white.name=Gwydr Lliw Gwyn +tile.stainedGlass.yellow.name=Gwydr Lliw Melyn +tile.stairsBrick.name=Grisiau Bricsen +tile.stairsNetherBrick.name=Grisiau Bricsen Carregisel +tile.stairsQuartz.name=Grisiau Cwarts +tile.stairsSandStone.name=Grisiau Tywodfaen +tile.stairsStone.name=Grisiau Carreg +tile.stairsStoneBrickSmooth.name=Grisiau Bricsen Carreg +tile.stairsWood.name=Grisiau Pren Derw +tile.stairsWoodAcacia.name=Grisiau Pren Acesia +tile.stairsWoodBirch.name=Grisiau Pren Bedw +tile.stairsWoodDarkOak.name=Grisiau Pren Derw Tywyll +tile.stairsWoodJungle.name=Grisiau Pren Jyngl +tile.stairsWoodSpruce.name=Grisiau Pren Sbriws +tile.stone.stone.name=Carreg +tile.stoneMoss.name=Carreg Mwsogl +tile.stoneSlab.brick.name=Slab Briciau +tile.stoneSlab.cobble.name=Slab Crynion +tile.stoneSlab.netherBrick.name=Slab Bricsen Carregisel +tile.stoneSlab.quartz.name=Slab Cwarts +tile.stoneSlab.sand.name=Slab Tywodfaen +tile.stoneSlab.smoothStoneBrick.name=Slab Briciau Carreg +tile.stoneSlab.stone.name=Slab Carreg +tile.stoneSlab.wood.name=Slab Pren +tile.stonebrick.name=Crynion +tile.stonebricksmooth.chiseled.name=Briciau Carreg Nadd +tile.stonebricksmooth.cracked.name=Briciau Carreg Chwâl +tile.stonebricksmooth.default.name=Briciau Carreg +tile.stonebricksmooth.mossy.name=Briciau Carreg Mwsoglyd +tile.stonebricksmooth.name=Briciau Carreg +tile.tallgrass.fern.name=Rhedyn +tile.tallgrass.grass.name=Gwair +tile.tallgrass.name=Gwair +tile.tallgrass.shrub.name=Llwyn +tile.thinGlass.name=Paen Gwydr +tile.thinStainedGlass.black.name=Paen Gwydr Lliw Du +tile.thinStainedGlass.blue.name=Paen Gwydr Lliw Glas +tile.thinStainedGlass.brown.name=Paen Gwydr Lliw Brown +tile.thinStainedGlass.cyan.name=Paen Gwydr Lliw Gwyrddlas +tile.thinStainedGlass.gray.name=Paen Gwydr Lliw Llwyd +tile.thinStainedGlass.green.name=Paen Gwydr Lliw Gwyrdd +tile.thinStainedGlass.lightBlue.name=Paen Gwydr Lliw Glas Golau +tile.thinStainedGlass.lime.name=Paen Gwydr Lliw Leim +tile.thinStainedGlass.magenta.name=Paen Gwydr Lliw Magenta +tile.thinStainedGlass.name=Cwarel gwydr Lliw +tile.thinStainedGlass.orange.name=Paen Gwydr Lliw Oren +tile.thinStainedGlass.pink.name=Paen Gwydr Lliw Pinc +tile.thinStainedGlass.purple.name=Paen Gwydr Lliw Porffor +tile.thinStainedGlass.red.name=Paen Gwydr Lliw Coch +tile.thinStainedGlass.silver.name=Paen Gwydr Lliw Llwyd Golau +tile.thinStainedGlass.white.name=Paen Gwydr Lliw Gwyn +tile.thinStainedGlass.yellow.name=Paen Gwydr Lliw Melyn +tile.tnt.name=TNT +tile.torch.name=Tortsh +tile.trapdoor.name=Drws Trap +tile.tripWire.name=Weiren Faglu +tile.tripWireSource.name=Bachyn Weiren Faglu +tile.vine.name=Gwinwydd +tile.water.name=Dŵr +tile.waterlily.name=Paden Lili +tile.web.name=Gwe Pricopyn +tile.weightedPlate_heavy.name=Plât Gwasgedd Pwysol (Trwm) +tile.weightedPlate_light.name=Plât Gwasgedd Pwysol (Ysgafn) +tile.whiteStone.name=Carreg Diwedd +tile.wood.acacia.name=Planciau Pren Acesia +tile.wood.big_oak.name=Planciau Pren Derw Tywyll +tile.wood.birch.name=Planciau Pren Bedw +tile.wood.jungle.name=Planciau Pren Jyngl +tile.wood.name=Planciau Pren +tile.wood.oak.name=Planciau Pren Derw +tile.wood.spruce.name=Planciau Pren Sbriws +tile.woodSlab.acacia.name=Slab Pren Acesia +tile.woodSlab.big_oak.name=Slab Pren Derw Tywyll +tile.woodSlab.birch.name=Slab Pren Bedw +tile.woodSlab.jungle.name=Slab Pren Jyngl +tile.woodSlab.oak.name=Slab Pren Derw +tile.woodSlab.spruce.name=Slab Pren Sbriws +tile.woolCarpet.black.name=Carped Du +tile.woolCarpet.blue.name=Carped Glas +tile.woolCarpet.brown.name=Carped Brown +tile.woolCarpet.cyan.name=Carped Gwyrddlas +tile.woolCarpet.gray.name=Carped Llwyd +tile.woolCarpet.green.name=Carped Gwyrdd +tile.woolCarpet.lightBlue.name=Carped Glas Golau +tile.woolCarpet.lime.name=Carped Leim +tile.woolCarpet.magenta.name=Carped Magenta +tile.woolCarpet.name=Carped +tile.woolCarpet.orange.name=Carped Oren +tile.woolCarpet.pink.name=Carped Pinc +tile.woolCarpet.purple.name=Carped Porffor +tile.woolCarpet.red.name=Carped Coch +tile.woolCarpet.silver.name=Carped Llwyd Golau +tile.woolCarpet.white.name=Carped +tile.woolCarpet.yellow.name=Carped Melyn +tile.workbench.name=Bwrdd Crefft +title.oldgl1=Wedi canfod cerdyn graffeg hen, gall hyn eich atal rhag +title.oldgl2=chwarae yn y dyfodol gan bydd OpenGL 2.0 yn ofynnol. +translation.test.args=%s %s +translation.test.complex=Rhagddodiad, %s%2$s eto %s ac %1$s yn olaf %s ac hefyd %1$s eto! +translation.test.escape=%%s %%%s %%%%s %%%%%s +translation.test.invalid=helo % +translation.test.invalid2=helo %s +translation.test.none=Helo, Fyd! +translation.test.world=byd diff --git a/javascript/lang/da_DK.lang b/javascript/lang/da_DK.lang new file mode 100755 index 00000000..b12ae315 --- /dev/null +++ b/javascript/lang/da_DK.lang @@ -0,0 +1,1819 @@ +achievement.acquireIron=Anskaf udstyr +achievement.acquireIron.desc=Smelt et stykke jern +achievement.bakeCake=Løgnen +achievement.bakeCake.desc=Hvede, sukker, mælk og æg! +achievement.blazeRod=Ind i ilden +achievement.blazeRod.desc=Hjælp en Blaze af med sin stav +achievement.bookcase=Bibliotekar +achievement.bookcase.desc=Byg nogle bogreoler for at forbedre dit fortryllelsesbord +achievement.breedCow=Genbefolkning +achievement.breedCow.desc=Par to køer med hvede +achievement.buildBetterPickaxe=FÃ¥ en opgradering +achievement.buildBetterPickaxe.desc=Lav en bedre hakke +achievement.buildFurnace=Hedt emne +achievement.buildFurnace.desc=Konstruer en ovn ud af otte brostensblokke +achievement.buildHoe=Tid til at dyrke! +achievement.buildHoe.desc=Brug planker og pinde til at lave et lugejern +achievement.buildPickaxe=Tid til at mine! +achievement.buildPickaxe.desc=Brug planker og pinde til at lave en hakke +achievement.buildSword=Tid til at slÃ¥ til! +achievement.buildSword.desc=Brug planker og pinde til at lave et sværd +achievement.buildWorkBench=Arbejdsnarkoman +achievement.buildWorkBench.desc=Fremstil et arbejdsbord ud af fire planker +achievement.cookFish=Lækker fisk +achievement.cookFish.desc=Fang og steg fisk! +achievement.diamonds=DIAMANTER! +achievement.diamonds.desc=Skaf diamanter med dit jernværktøj +achievement.diamondsToYou=Diamanter til dig! +achievement.diamondsToYou.desc=Smid diamanter pÃ¥ en anden spiller. +achievement.enchantments=Fortryller +achievement.enchantments.desc=Brug en bog, obsidian og diamanter til at konstruere et fortryllelsesbord +achievement.exploreAllBiomes=Eventyrstid +achievement.exploreAllBiomes.desc=Udforsk alle klimaer +achievement.flyPig=NÃ¥r grise kan flyve +achievement.flyPig.desc=Flyv en gris ud over en skrænt +achievement.fullBeacon=Fyrmanden +achievement.fullBeacon.desc=Byg en komplet beacon +achievement.get=Bedrift opnÃ¥et! +achievement.ghast=Returner til afsender +achievement.ghast.desc=Besejr en Ghast med en ildkugle +achievement.killCow=Kovælter +achievement.killCow.desc=Høst noget læder +achievement.killEnemy=Monsterjæger +achievement.killEnemy.desc=Angrib og besejr et monster +achievement.killWither=Starten. +achievement.killWither.desc=Dræb witheren +achievement.makeBread=Bag brød +achievement.makeBread.desc=Lav hvede om til brød +achievement.mineWood=At skaffe træ +achievement.mineWood.desc=Angrib et træ indtil der falder brænde ud +achievement.onARail=PÃ¥ sporet +achievement.onARail.desc=Rejs med minevogn mindst 1 km fra, hvor du startede +achievement.openInventory=Ã…bn taske +achievement.openInventory.desc=Tryk '%1$s' for at Ã¥bne din taske. +achievement.overkill=Overkill +achievement.overkill.desc=Uddel otte hjerters skade i et enkelt slag +achievement.overpowered.desc=Lav et Notch æble +achievement.portal=Vi skal længere ind +achievement.portal.desc=Byg en portal til Nether +achievement.potion=Lokalt bryggeri +achievement.potion.desc=Bryg en eliksir +achievement.requires=Kræver '%1$s' +achievement.snipeSkeleton=Snigskytteduel +achievement.snipeSkeleton.desc=Dræb et skelet med en pil fra mindst 50 meters afstand +achievement.spawnWither=Begyndelsen? +achievement.spawnWither.desc=Skab witheren +achievement.taken=Taget! +achievement.theEnd=Enden? +achievement.theEnd.desc=Find Enden +achievement.theEnd2=Enden. +achievement.theEnd2.desc=Besejr Ender-dragen +achievement.unknown=??? +addServer.add=Færdig +addServer.enterIp=Serveradresse +addServer.enterName=Servernavn +addServer.hideAddress=Skjul adresse +addServer.resourcePack=Server ressourcepakker +addServer.resourcePack.disabled=Deaktiveret +addServer.resourcePack.enabled=Aktiveret +addServer.resourcePack.prompt=Spørg +addServer.title=Rediger serverinformation +advMode.allPlayers=Brug "@a" for at vælge alle spillere +advMode.command=Konsolkommando +advMode.nearestPlayer=Brug "@p" for at vælge den nærmeste spiller +advMode.notAllowed=Du skal være operatør i kreativ spilletilstand +advMode.notEnabled=Kommandoblokke er ikke aktiveret pÃ¥ denne server +advMode.previousOutput=tidligere udtryk +advMode.randomPlayer=Brug "@r" for at vælge en tilfældig spiller +advMode.setCommand=Sæt konsolkommando for blok +advMode.setCommand.success=Kommando indstillet: %s +attribute.modifier.plus.0=+%s %s +attribute.modifier.plus.1=+%s%% %s +attribute.modifier.plus.2=+%s%% %s +attribute.modifier.take.0=-%s %s +attribute.modifier.take.1=-%s%% %s +attribute.modifier.take.2=-%s%% %s +attribute.name.generic.attackDamage=Angrebsstyrke +attribute.name.generic.followRange=Væsenfølgeradius +attribute.name.generic.knockbackResistance=Tilbageslagsbeskyttelse +attribute.name.generic.maxHealth=Maksimum helbred +attribute.name.generic.movementSpeed=Hastighed +attribute.name.horse.jumpStrength=Hestespringstyrke +attribute.name.zombie.spawnReinforcements=Zombieforstærkninger +book.byAuthor=af %1$s +book.editTitle=Angiv bogtitel: +book.finalizeButton=Underskriv og luk +book.finalizeWarning=Bemærk! NÃ¥r du underskriver bogen, kan den ikke længere redigeres. +book.generation.0=Original +book.generation.1=Kopi af original +book.generation.2=Kopi af en kopi +book.generation.3=Laset +book.pageIndicator=Side %1$s af %2$s +book.signButton=Underskriv +build.tooHigh=Byggegrænse er %s blokke oppe +chat.cannotSend=Kan ikke sende chatbesked +chat.copy=Kopier til Udklipsholder +chat.link.confirm=Er du sikker pÃ¥, at du vil Ã¥bne denne hjemmeside? +chat.link.confirmTrusted=Vil du Ã¥bne dette link eller kopiere det til udklipsholderen? +chat.link.open=Ã…ben i browser +chat.link.warning=Ã…bn aldrig links fra folk, som du ikke stoler pÃ¥! +chat.stream.emote=(%s) * %s %s +chat.stream.text=(%s) <%s> %s +chat.type.achievement=%s har netop fÃ¥et bedriften %s +chat.type.achievement.taken=%s har mistet bedriften %s +chat.type.admin=[%s: %s] +chat.type.announcement=[%s] %s +chat.type.emote=* %s %s +chat.type.text=<%s> %s +commands.achievement.give.success.all=Succesfuldt givet alle bedrifter til %s +commands.achievement.give.success.one=Gav %s færdigheden %s +commands.achievement.statTooLow=Player %s har ikke færdigheden %s +commands.achievement.unknownAchievement=Ukendt bedrift eller statistik '%s' +commands.ban.failed=Kunne ikke smide %s ud +commands.ban.success=Bandlyste spiller %s +commands.ban.usage=/ban [Ã¥rsag ...] +commands.banip.invalid=Du har angivet en ugyldig IP-adresse eller en spiller, der ikke er online +commands.banip.success=Bandlyste IP-adressen %s +commands.banip.success.players=Bandlyste IP-adresse %s tilhørende %s +commands.banip.usage=/ban-ip [Ã¥rsag ...] +commands.banlist.ips=Der er %s bandlyste IP-adresser: +commands.banlist.players=Der er %s bandlyste spillere: +commands.banlist.usage=/banlist [ips|spillere] +commands.blockdata.failed=Datatag blev ikke ændret: %s +commands.blockdata.notValid=MÃ¥lblok er ikke en datablok indehaver +commands.blockdata.outOfWorld=Kan ikke placere blokke uden for verdenen +commands.blockdata.success=Blok data opdateret til: %s +commands.blockdata.tagError=Datatag fortolkning mislykkedes:%s +commands.blockdata.usage=/blockdata +commands.clear.failure=Kunne ikke rydde op i inventarlisten %s's, da der ikke var nogle objekter at fjerne +commands.clear.success=Tømte invartarlisten over %ss fjernede %s genstande +commands.clear.tagError=Datatag fortolkning mislykkedes:%s +commands.clear.testing=%s har %s elementer, der opfylder kriterierne +commands.clear.usage=/clear [player] [item] [data] [maxCount] [dataTag] +commands.clone.failed=Ingen blokke blev klonet +commands.clone.success=%s blokke klonede +commands.clone.tooManyBlocks=For mange blokke i det angivne omrÃ¥de (%s > %s) +commands.compare.failed=Kilde og destination er ikke ens +commands.compare.outOfWorld=Kan ikke fÃ¥ adgang til blokke uden for verden +commands.compare.success=%s blokke sammenlignet +commands.compare.tooManyBlocks=For mange blokke i det angivne omrÃ¥de (%s > %s) +commands.compare.usage=/testforblocks [mode] +commands.debug.notStarted=Analysen kan ikke stoppes, før den er startet! +commands.debug.start=Startede fejlfindingsanalyse +commands.debug.stop=Afsluttede fejlfindingsanalyse efter %s sekunder (%s ticks) +commands.defaultgamemode.success=Verdenens spilletilstand er som standard nu %s +commands.defaultgamemode.usage=/defaultgamemode +commands.deop.failed=Kunne ikke fjerne %s som administrator +commands.deop.success=Fjernede %s som operatør +commands.deop.usage=/deop +commands.difficulty.success=Satte sværhedsgrad til %s +commands.difficulty.usage=/difficulty +commands.downfall.success=Justerede nedbør +commands.downfall.usage=/toggledownfall +commands.effect.failure.notActive=Kunne ikke fjerne %1$s fra %2$s, da de ikke var pÃ¥virkede af effekten +commands.effect.failure.notActive.all=Kunne ikke fjerne effekter fra %s fordi de ikke har nogen +commands.effect.notFound=Der findes ingen monster effekt med ID %s +commands.effect.success=Gav %1$s (ID %2$s) * %3$s til %4$s i %5$s sekunder +commands.effect.success.removed=Fjernede %1$s fra %2$s +commands.effect.success.removed.all=Fjernede alle effekter fra %s +commands.effect.usage=/Effect [seconds] [amplifier] [hideParticles] +commands.enchant.cantCombine=%1$s kan ikke kombineres med %2$s +commands.enchant.cantEnchant=Modtagergenstanden kan ikke fortrylles med denne fortryllelse +commands.enchant.noItem=MÃ¥let holder ikke en genstand +commands.enchant.notFound=Der findes ikke nogen sÃ¥dan fortryllelser med ID %s +commands.enchant.success=Fortryllelse lykkedes +commands.enchant.usage=/enchant [niveau] +commands.entitydata.failed=Datatag blev ikke ændret: %s +commands.entitydata.noPlayers=%s er en spiller og kan ikke ændres +commands.entitydata.success=Entity data opdateret til: %s +commands.entitydata.tagError=Datatag fortolkning mislykkedes:%s +commands.entitydata.usage=/entitydata +commands.fill.failed=Ingen blokke blev fyldt +commands.fill.success=%s blokke blev fyldt +commands.gamemode.success.other=Satte %s's spiltilstand til %s +commands.gamemode.success.self=Satte egen spiltilstand til %s +commands.gamemode.usage=/gamemode [spiller] +commands.gamerule.nopermission=Kun server ejere kan ændre '%s' +commands.gamerule.norule=Ingen spilregel med navnet '%s' er tilgængelig +commands.gamerule.success=Spilregel er blevet opdateret +commands.generic.boolean.invalid='%s' er hverken 'true' eller 'false' +commands.generic.double.tooBig=Det nummer, du har indtastet (%s) er for stort, det mÃ¥ højest være %s +commands.generic.double.tooSmall=Det nummer, du har indtastet (%s) er for smÃ¥t, det skal mindst være %s +commands.generic.entity.invalidType=Objekttype '%s' er ugyldig +commands.generic.entity.invalidUuid=Objektets UUID leveret er i et ugyldigt format +commands.generic.exception=Der opstod en ukendt fejl under forsøget pÃ¥ at udføre denne kommando +commands.generic.notFound=Ukendt kommando. Prøv /help for en liste over kommandoer +commands.generic.num.invalid='%s' er ikke et gyldigt nummer +commands.generic.num.tooBig=Nummeret, som du har angivet (%s), er for stort, det mÃ¥ højst være %s +commands.generic.num.tooSmall=Nummeret, som du har angivet (%s), er for lille, det skal mindst være %s +commands.generic.parameter.invalid='%s' er ikke en gyldig parameter +commands.generic.permission=Du har ikke tilladelse til at bruge denne kommando +commands.generic.player.notFound=Denne spiller blev ikke fundet +commands.generic.syntax=Ugyldig kommandosyntaks +commands.generic.usage=Anvendelse: %s +commands.give.notFound=Genstanden med ID %s eksisterer ikke +commands.give.success=Gav %s * %s til %s +commands.give.tagError=Data tag-fortolkning mislykkedes: %s +commands.give.usage=/give [mængde] [data] [dataTag] +commands.help.footer=Tip: Brug -tasten, mens der skrives en kommando, for automatisk at udfylde kommandoen eller dens argumenter +commands.help.header=--- Viser hjælpeside %s af %s (/help ) --- +commands.help.usage=/help [side|kommandonavn] +commands.kick.success=Smed %s ud af spillet +commands.kick.success.reason=Smed %s ud af spillet: '%s' +commands.kick.usage=/kick [Ã¥rsag ...] +commands.kill.successful=Dræbte %s +commands.kill.usage=/kill [player|entity] +commands.me.usage=/me +commands.message.display.incoming=%s hvisker til dig: %s +commands.message.display.outgoing=Du hvisker til %s: %s +commands.message.sameTarget=Du kan ikke sende en privat besked til dig selv! +commands.message.usage=/tell +commands.op.failed=Kunne ikke tilføje %s som administrator +commands.op.success=Gjorde %s til operatør +commands.op.usage=/op +commands.particle.notFound=Ukendt effekt navn (%s) +commands.particle.success=Spiller effekt '%s' %s gange +commands.particle.usage=/particle [count] [mode] +commands.players.list=Der er %s/%s spillere online: +commands.players.usage=/list +commands.playsound.playerTooFar=Spilleren %s er for langt væk til at høre lyden +commands.playsound.success=Afspillede lyden '%s' for %s +commands.playsound.usage=/playsound [x] [y] [z] [lydstyrke] [stemmeleje] [minimumlydstyrke] +commands.publish.failed=Kan ikke lave et lokalt spil +commands.publish.started=Lokalt spil hostet pÃ¥ port %s +commands.publish.usage=/publish +commands.save-off.alreadyOff=Arkivering er allerede slÃ¥et fra. +commands.save-off.usage=/save-off +commands.save-on.alreadyOn=Arkivering er allerede slÃ¥et til. +commands.save-on.usage=/save-on +commands.save.disabled=Deaktiverede automatisk gem af verden +commands.save.enabled=Aktiverede automatisk gem af verden +commands.save.failed=Gem mislykkedes: %s +commands.save.start=Gemmer... +commands.save.success=Gemte verdenen +commands.save.usage=/save-all +commands.say.usage=/say +commands.scoreboard.noMultiWildcard=Kun én bruger jokertegn tilladt +commands.scoreboard.objectiveNotFound=Ingen mÃ¥lsætning blev fundet ved navn '%s' +commands.scoreboard.objectiveReadOnly=MÃ¥lsætningen '%s' er skrivebeskyttet og kan ikke angives +commands.scoreboard.objectives.add.alreadyExists=En mÃ¥lsætning med navnet '%s' eksisterer allerede +commands.scoreboard.objectives.add.displayTooLong=Det viste navn '%s' er for langt til en mÃ¥lsætning, det mÃ¥ maksimalt være %s tegn langt +commands.scoreboard.objectives.add.success=Tilføjede ny mÃ¥lsætning '%s' +commands.scoreboard.objectives.add.tooLong=Navnet '%s' er for langt til en mÃ¥lsætning, det mÃ¥ maksimalt være %s tegn langt +commands.scoreboard.objectives.add.usage=/scoreboard objectives add [visningsnavn] +commands.scoreboard.objectives.add.wrongType=Ugyldig objektiv kriterie type '%s' +commands.scoreboard.objectives.list.count=Viser %s mÃ¥lsætning(r) pÃ¥ resultattavlen: +commands.scoreboard.objectives.list.empty=Der er ingen mÃ¥lsætninger pÃ¥ resultattavlen +commands.scoreboard.objectives.list.entry=- %s: vises som '%s' og er af typen '%s' +commands.scoreboard.objectives.remove.success=Fjernede mÃ¥lsætning '%s' +commands.scoreboard.objectives.remove.usage=/scoreboard objectives remove +commands.scoreboard.objectives.setdisplay.invalidSlot=Intet visningsfelt med navnet '%s' +commands.scoreboard.objectives.setdisplay.successCleared=Ryddede mÃ¥lvisningsfeltet '%s' +commands.scoreboard.objectives.setdisplay.successSet=Satte visningsmÃ¥let i felt '%s' til '%s' +commands.scoreboard.objectives.setdisplay.usage=/scoreboard objectives setdisplay [mÃ¥lsætning] +commands.scoreboard.objectives.usage=/scoreboard objectives ... +commands.scoreboard.players.add.usage=/scoreboard players add [dataTag] +commands.scoreboard.players.enable.noTrigger=MÃ¥l %s er ikke en udløser +commands.scoreboard.players.enable.success=Aktiveret udløser %s til %s +commands.scoreboard.players.enable.usage=/scoreboard players enable +commands.scoreboard.players.list.count=Viser %s sporede spillere pÃ¥ resultattavlen: +commands.scoreboard.players.list.empty=Der er ingen registrerede spillere pÃ¥ resultattavlen +commands.scoreboard.players.list.player.count=Viser %s sporet objekt(er) for %s: +commands.scoreboard.players.list.player.empty=Spilleren %s har ingen stillinger +commands.scoreboard.players.list.usage=/scoreboard players list [navn] +commands.scoreboard.players.operation.invalidOperation=Ugyldig handling %s +commands.scoreboard.players.operation.notFound=Ingen %s score for %s blev fundet +commands.scoreboard.players.operation.usage=/scoreboard players operation +commands.scoreboard.players.remove.usage=/scoreboard players remove [dataTag] +commands.scoreboard.players.reset.success=Nustiller alle point af spillere %s +commands.scoreboard.players.reset.usage=/scoreboard players reset [objective] +commands.scoreboard.players.resetscore.success=Nulstil score %s pÃ¥ spilleren %s +commands.scoreboard.players.set.success=Stillede stillingen %s for spilleren %s til %s +commands.scoreboard.players.set.tagError=Kunne ikke fortolke dataTag, Ã¥rsag: %s +commands.scoreboard.players.set.tagMismatch=DataTag svarer ikke til %s +commands.scoreboard.players.set.usage=/scoreboard players set [dataTag] +commands.scoreboard.players.test.failed=Score %s er IKKE inden for rækkevide %s til %s +commands.scoreboard.players.test.notFound=Ingen %s score for %s blev fundet +commands.scoreboard.players.test.success=Score %s er inden for rækkevidde %s til %s +commands.scoreboard.players.test.usage=/scoreboard players test +commands.scoreboard.players.usage=/scoreboard players ... +commands.scoreboard.teamNotFound=Intet hold blev fundet ved navn '%s' +commands.scoreboard.teams.add.alreadyExists=Et hold med navnet '%s' eksisterer allerede +commands.scoreboard.teams.add.displayTooLong=Det viste navn "%s" er for langt som holdnavn, det mÃ¥ maksimalt være %s tegn langt +commands.scoreboard.teams.add.success=Tilføjede succesfuldt det nye hold "%s" +commands.scoreboard.teams.add.tooLong=Navnet '%s' er for langt til et hold, det mÃ¥ maksimalt være %s tegn langt +commands.scoreboard.teams.add.usage=/scoreboard teams add [vist navn ...] +commands.scoreboard.teams.empty.alreadyEmpty=Hold %s er allerede tomt; kan ikke fjerne ikke-eksisterende spillere +commands.scoreboard.teams.empty.success=Fjernede alle %s spillere fra hold %s +commands.scoreboard.teams.join.failure=Kunne ikke tilføje %s spillere til hold %s: %s +commands.scoreboard.teams.join.success=Tilføjede %s spillere til hold %s: %s +commands.scoreboard.teams.join.usage=/scoreboard teams join [spiller] +commands.scoreboard.teams.leave.failure=Kunne ikke fjerne %s spillere fra deres hold: %s +commands.scoreboard.teams.leave.noTeam=Du er ikke pÃ¥ et hold +commands.scoreboard.teams.leave.success=Fjernede %s spillere fra deres hold: %s +commands.scoreboard.teams.leave.usage=/scoreboard teams leave [spiller] +commands.scoreboard.teams.list.count=Viser %s hold pÃ¥ resultattavlen: +commands.scoreboard.teams.list.empty=Der er ingen hold registreret pÃ¥ pointtavlen +commands.scoreboard.teams.list.entry=- %1$s: '%2$s' har %3$s spillere +commands.scoreboard.teams.list.player.count=Viser %s spiller(e) i team %s: +commands.scoreboard.teams.list.player.empty=Hold %s har ingen spillere +commands.scoreboard.teams.list.player.entry=- %2$s: %1$s (%3$s) +commands.scoreboard.teams.list.usage=/scoreboard teams list [navn] +commands.scoreboard.teams.option.noValue=Gyldige værdier for indstillingen %s er: %s +commands.scoreboard.teams.option.success=Satte indstillingen %s for holdet %s til %s +commands.scoreboard.teams.remove.success=Fjernede hold %s +commands.scoreboard.teams.remove.usage=/scoreboard teams remove +commands.scoreboard.usage=/scoreboard ... +commands.seed.success=Seed: %s +commands.seed.usage=/seed +commands.setblock.failed=Kan ikke placere blok +commands.setblock.noChange=Blokken ikke kan placeres +commands.setblock.notFound=Der er ingen blok med ID / navn %s +commands.setblock.outOfWorld=Kan ikke placere blokke uden for verdenen +commands.setblock.success=Blok placeret +commands.setblock.tagError=Datatag fortolkning mislykkedes:%s +commands.setblock.usage=/setblock [dataVærdi] [gammelBlockhÃ¥ndtering] [dataTag] +commands.setidletimeout.success=Satte inaktivitetstimeout til %s minutter. +commands.setidletimeout.usage=/setidletimeout +commands.setworldspawn.success=Sæt verdens opstÃ¥elsespunkt til (%s, %s, %s) +commands.spawnpoint.success=Satte %s's spawnposition til (%s, %s, %s) +commands.spreadplayers.failure.players=Kunne ikke sprede %s spillere rundt om %s, %s (for mange spillere til pladsen - prøv at sprede med maksimum %s) +commands.spreadplayers.failure.teams=Kunne ikke sprede %s hold rundt om %s, %s (for mange spillere til pladsen - prøv at sprede med maksimum %s) +commands.spreadplayers.info.players=(Gennemsnitlig distance mellem spillerne er %s blokke fra hinanden efter %s forsøg) +commands.spreadplayers.info.teams=(Gennemsnitlig distance mellem holdene er %s blokke fra hinanden efter %s forsøg) +commands.spreadplayers.spreading.players=Spreder %s spillere %s blokke rundt om %s,%s (mindst %s blokke fra hinanden) +commands.spreadplayers.spreading.teams=Spreder %s hold %s blokke rundt om %s,%s (mindst %s blokke fra hinanden) +commands.spreadplayers.success.players=Spredte %s spillere rundt om %s,%s +commands.spreadplayers.success.teams=Spredte %s hold rundt om %s,%s +commands.spreadplayers.usage=/spreadplayers +commands.stats.failed=Ugyldige parametre +commands.stop.start=Stopper serveren +commands.stop.usage=/stop +commands.summon.failed=Ikke i stand til at pÃ¥kalde objekt +commands.summon.outOfWorld=Kan ikke hidkalde genstanden uden for verden +commands.summon.success=Objektet er blevet pÃ¥kaldt +commands.summon.tagError=Data tag-fortolkning mislykkedes: %s +commands.summon.usage=/summon [x] [y] [z] [dataTag] +commands.tellraw.jsonException=JSON-fejl: %s +commands.tellraw.usage=/tellraw +commands.testfor.success=Fandt %s +commands.testforblock.failed.data=Blokken ved %s,%s,%s havde dataværdien %s (forventede: %s). +commands.testforblock.failed.nbt=Blokken ved %s,%s,%s havde ikke de nødvendige NBT-nøgler. +commands.testforblock.failed.tile=Blokken ved %s,%s,%s er %s (forventede: %s). +commands.testforblock.failed.tileEntity=Blokken ved %s,%s,%s er ikke en tile entity og kan ikke understøtte tag-sammenligning. +commands.testforblock.outOfWorld=Kan ikke kontrollere blokke uden for verdenen +commands.testforblock.success=Fandt blokken ved %s,%s,%s. +commands.testforblock.usage=/testforblock [dataværdi] [datatag] +commands.time.added=Tilføjede %s til tiden +commands.time.query=Klokken er %s +commands.time.set=Satte tiden til %s +commands.time.usage=/time +commands.tp.notSameDimension=Kan ikke teleportere, da spillerne ikke er i samme dimension +commands.tp.success=Teleporterede %s til %s +commands.tp.success.coordinates=Teleporterede %s til %s,%s,%s +commands.tp.usage=/tp [target player] ELLER /tp [target player] [ ] +commands.trigger.invalidPlayer=Kun spillere kan bruge /trigger kommandoen +commands.unban.failed=Kunne ikke lade %s fÃ¥ adgang igen +commands.unban.success=Fjernede bandlysning af spiller %s +commands.unban.usage=/pardon +commands.unbanip.invalid=Du har indtastet en ugyldig IP-adresse +commands.unbanip.success=Fjernede bandlysning af IP-adresse %s +commands.unbanip.usage=/pardon-ip +commands.weather.clear=Skifter til skyfrit vejr +commands.weather.rain=Skifter til regnvejr +commands.weather.thunder=Skifter til regn og torden +commands.weather.usage=/weather [varighed i sekunder] +commands.whitelist.add.failed=Kunne ikke tilføje %s til Whitelisten +commands.whitelist.add.success=Tilføjede %s til whitelist +commands.whitelist.add.usage=/whitelist add +commands.whitelist.disabled=Deaktiverede whitelist +commands.whitelist.enabled=Aktiverede whitelist +commands.whitelist.list=Der er %s (ud af %s set) whitelistede spillere: +commands.whitelist.reloaded=Genindlæste whitelist +commands.whitelist.remove.failed=Kunne ikke fjerne %s fra Whitelisten +commands.whitelist.remove.success=Fjernede %s fra whitelist +commands.whitelist.remove.usage=/whitelist remove +commands.whitelist.usage=/whitelist +commands.worldborder.center.success=Sæt verdensgrænsens centrum til %s,%s +commands.worldborder.damage.amount.usage=/worldborder damage amount +commands.worldborder.damage.buffer.success=Indstil verden grænsen skader buffer til %s blokke (fra %s blokke) +commands.worldborder.damage.buffer.usage=/worldborder damage buffer +commands.worldborder.get.success=Verdensgrænsen er i øjeblikket %s blokke bred +commands.worldborder.setSlowly.grow.success=Forstørrer verdensgrænsen til %s blokke bred (forstørret fra %s blokke) pÃ¥ %s sekunder +commands.worldborder.setSlowly.shrink.success=Formindsker verdens grænsen til %s blokke bred (formindsket fra %s blokke) pÃ¥ %s sekunder +commands.xp.failure.widthdrawXp=Kan ikke give spiller negative erfaringspoint +commands.xp.success=Gav %s erfaring til %s +commands.xp.success.levels=Gav %s niveauer til %s +commands.xp.success.negative.levels=Tog %s niveauer fra %s +commands.xp.usage=/xp [spiller] ELLER /xp L [spiller] +connect.authorizing=Logger ind... +connect.connecting=Forbinder til serveren... +connect.failed=Kunne ikke forbinde til serveren +container.beacon=Signallys +container.brewing=Bryggestand +container.chest=Kiste +container.chestDouble=Stor kiste +container.crafting=Fremstilling +container.creative=Genstandsudvalg +container.dispenser=Automat +container.dropper=Dropper +container.enchant=Fortryl +container.enchant.clue=%s . . . ? +container.enchant.lapis.many=%s Lapis Lazuli +container.enchant.lapis.one=1 Lapis Lazuli +container.enchant.level.many=%s fortryllelse niveauer +container.enchant.level.one=1 fortryllelse niveau +container.enderchest=Enderkiste +container.furnace=Ovn +container.hopper=Genstandstragt +container.inventory=Taske +container.isLocked=%s er lÃ¥st! +container.minecart=Minevogn +container.repair=Reparer og navngiv +container.repair.cost=Fortryllelsespris: %1$s +container.repair.expensive=For dyrt! +controls.reset=Nulstil +controls.resetAll=Nulstil taster +controls.title=Styring +createWorld.customize.custom.baseSize=Grunddybdestørrelse +createWorld.customize.custom.biomeDepthOffset=Biome Dybdyudligning +createWorld.customize.custom.biomeDepthWeight=Biome Vægtdybde +createWorld.customize.custom.biomeScaleOffset=Biome Skalaudligning +createWorld.customize.custom.biomeScaleWeight=Biome Vægtskala +createWorld.customize.custom.biomeSize=Biome Størrelse +createWorld.customize.custom.center=Centerhøjde +createWorld.customize.custom.confirm1=Dette vil overskrive din nuværende +createWorld.customize.custom.confirm2=indstillingerne kan ikke fortrydes. +createWorld.customize.custom.confirmTitle=Advarsel! +createWorld.customize.custom.coordinateScale=Koordinationsskala +createWorld.customize.custom.count=Yngelforsøg +createWorld.customize.custom.defaults=Standardindstilling +createWorld.customize.custom.depthNoiseScaleExponent=Støjdybdeeksponent +createWorld.customize.custom.depthNoiseScaleX=Dybdeskala Støj X +createWorld.customize.custom.depthNoiseScaleZ=Dybdeskala Støj Z +createWorld.customize.custom.dungeonChance=Fangekælderantal +createWorld.customize.custom.fixedBiome=Biome +createWorld.customize.custom.heightScale=Højdeskala +createWorld.customize.custom.lavaLakeChance=Lavasøsjældenhed +createWorld.customize.custom.lowerLimitScale=Nedre begrænsningsskala +createWorld.customize.custom.mainNoiseScaleX=Hovedskala Støj X +createWorld.customize.custom.mainNoiseScaleY=Hovedskala Støj Y +createWorld.customize.custom.mainNoiseScaleZ=Hovedskala Støj Z +createWorld.customize.custom.maxHeight=Maks. Højde +createWorld.customize.custom.minHeight=Min. Højde +createWorld.customize.custom.next=Næste side +createWorld.customize.custom.page0=Grundlæggende indstillinger +createWorld.customize.custom.page1=Malm indstillinger +createWorld.customize.custom.page2=Avancerede Indstillinger (kun for øvede brugere) +createWorld.customize.custom.page3=Yderligere Avancerede Indstillinger (kun for øvede brugere) +createWorld.customize.custom.preset.caveChaos=Grotter af kaos +createWorld.customize.custom.preset.caveDelight=Huleboers Foretrukne +createWorld.customize.custom.preset.drought=Tørke +createWorld.customize.custom.preset.goodLuck=Held og lykke +createWorld.customize.custom.preset.isleLand=Ø-land +createWorld.customize.custom.preset.mountains=Bjerggalskab +createWorld.customize.custom.preset.waterWorld=Vandverden +createWorld.customize.custom.presets=Forudindstillinger +createWorld.customize.custom.presets.title=Tilfældiggøre Verden, Forudindstillinger +createWorld.customize.custom.prev=Forrige side +createWorld.customize.custom.randomize=Tilfældiggøre +createWorld.customize.custom.riverSize=Flodstørrelse +createWorld.customize.custom.seaLevel=Havniveau +createWorld.customize.custom.size=Yngelstørrelse +createWorld.customize.custom.spread=Spredningshøjde +createWorld.customize.custom.stretchY=Udstrækningshøjde +createWorld.customize.custom.upperLimitScale=Øvre begrænsningsskala +createWorld.customize.custom.useCaves=Huler +createWorld.customize.custom.useDungeons=Fangekældre +createWorld.customize.custom.useLavaLakes=Lavasøer +createWorld.customize.custom.useLavaOceans=Lavahave +createWorld.customize.custom.useMineShafts=Mineskakte +createWorld.customize.custom.useMonuments=Havmonuenter +createWorld.customize.custom.useRavines=Kløfter +createWorld.customize.custom.useStrongholds=Højborge +createWorld.customize.custom.useTemples=Templer +createWorld.customize.custom.useVillages=Landsbyer +createWorld.customize.custom.useWaterLakes=Vandsøer +createWorld.customize.custom.waterLakeChance=Vandsøsjældenhed +createWorld.customize.flat.addLayer=Tilføj lag +createWorld.customize.flat.editLayer=Rediger lag +createWorld.customize.flat.height=Højde +createWorld.customize.flat.layer=%s +createWorld.customize.flat.layer.bottom=Bund - %s +createWorld.customize.flat.layer.top=Top - %s +createWorld.customize.flat.removeLayer=Fjern lag +createWorld.customize.flat.tile=Lagmateriale +createWorld.customize.flat.title=Tilpasning af Helt flad +createWorld.customize.presets=Forudindstillinger +createWorld.customize.presets.list=Alternativt er her er nogle vi tidligere har lavet! +createWorld.customize.presets.select=Brug forudindstilling +createWorld.customize.presets.share=Vil du dele din forudindstilling med nogen? Brug boksen herunder! +createWorld.customize.presets.title=Vælg en forudindstilling +death.attack.anvil=%1$s blev mast af en faldende ambolt +death.attack.arrow=%1$s blev skudt af %2$s +death.attack.arrow.item=%1$s blev skudt af %2$s ved hjælp af %3$s +death.attack.cactus=%1$s blev stukket ihjel +death.attack.cactus.player=%1$s gik ind i en kaktus i forsøget pÃ¥ at undslippe %2$s +death.attack.drown=%1$s druknede +death.attack.drown.player=%1$s druknede da han prøvede at undslippe %2$s +death.attack.explosion=%1$s sprang i luften +death.attack.explosion.player=%1$s blev sprængt i luften af %2$s +death.attack.fall=%1$s ramte jorden for hÃ¥rdt +death.attack.fallingBlock=%1$s blev mast af en faldende blok +death.attack.fireball=%1$s blev skudt ned med ildkugler af %2$s +death.attack.fireball.item=%1$s blev skudt ned med ildkugler af %2$s ved hjælp af %3$s +death.attack.generic=%1$s døde +death.attack.inFire=%1$s Gik op i flammer +death.attack.inFire.player=%1$s gik ind i ilden i kamp mod %2$s +death.attack.inWall=%1$s blev most i en væg +death.attack.indirectMagic=%1$s blev dræbt af %2$s ved hjælp af magi +death.attack.indirectMagic.item=%1$s blev dræbt af %2$s ved hjælp af %3$s +death.attack.lava=%1$s prøvede at svømme i lava +death.attack.lava.player=%1$s forsøgte at svømme i lava for at undslippe %2$s +death.attack.lightningBolt=%1$s blev ramt af lynet +death.attack.magic=%1$s blev dræbt af magi +death.attack.mob=%1$s blev dræbt af %2$s +death.attack.onFire=%1$s brændte ihjel +death.attack.onFire.player=%1$s blev brændt til aske i kamp mod %2$s +death.attack.outOfWorld=%1$s faldt ud af verdenen +death.attack.player=%1$s blev dræbt af %2$s +death.attack.player.item=%1$s blev slÃ¥et ihjel af %2$s ved hjælp af %3$s +death.attack.starve=%1$s sultede ihjel +death.attack.thorns=%1$s blev dræbt i forsøget pÃ¥ at sÃ¥re %2$s +death.attack.thrown=%1$s blev banket ihjel af %2$s +death.attack.thrown.item=%1$s blev banket ihjel af %2$s ved hjælp af %3$s +death.attack.wither=%1$s blev dræbt af Wither +death.fell.accident.generic=%1$s faldt ned fra et højt sted +death.fell.accident.ladder=%1$s faldt ned af en stige +death.fell.accident.vines=%1$s faldt af nogen ranker +death.fell.accident.water=%1$s faldt ud af vandet +death.fell.assist=%1$s blev dømt til at falde af %2$s +death.fell.assist.item=%1$s blev dømt til at falde af %2$s ved at hjælp af %3$s +death.fell.finish=%1$s faldt for langt ned og blev gjort det af med af %2$s +death.fell.finish.item=%1$s faldt for langt ned og dræbt af %2$s ved hjælp af %3$s +death.fell.killer=%1$s blev dømt til at falde +deathScreen.deleteWorld=Slet verden +deathScreen.hardcoreInfo=Du kan ikke respawne i hardcore-tilstand! +deathScreen.leaveServer=Forlad server +deathScreen.quit.confirm=Er du sikker pÃ¥ at du vil holde op med at spille? +deathScreen.respawn=GenopstÃ¥ +deathScreen.score=Score +deathScreen.title=Du døde! +deathScreen.title.hardcore=Game over! +deathScreen.titleScreen=Hovedmenu +demo.day.1=Denne demo vil vare i fem spildage, gør dit bedste! +demo.day.2=Dag to +demo.day.3=Dag tre +demo.day.4=Dag fire +demo.day.5=Dette er din sidste dag! +demo.day.6=Femte dag er passeret, tryk F2 for at gemme et skærmbillede af din kreation +demo.day.warning=Din tid er næsten opbrugt! +demo.demoExpired=Demoens tid er udløbet! +demo.help.buy=Køb nu! +demo.help.fullWrapped=Denne demo vil vare 5 dage i spillet (ca. 1 time og 40 minutters spilletid). Se bedrifterne for hints! God spillelyst! +demo.help.inventory=Brug %1$s til at Ã¥bne din taske +demo.help.jump=Brug %1$s til at hoppe +demo.help.later=Spil videre! +demo.help.movement=Brug %1$s, %2$s, %3$s, %4$s og musen til at bevæge dig rundt +demo.help.movementMouse=Se dig omkring ved at bruge musen +demo.help.movementShort=Bevæg dig med %1$s, %2$s, %3$s, %4$s +demo.help.title=Minecraft Demo +demo.remainingTime=Resterende tid: %s +demo.reminder=Demoens tid er udløbet; køb spillet for at fortsætte eller start en ny verden! +difficulty.lock.question=Er du sikker pÃ¥, at du vil lÃ¥se sværhedsgræden for denne verden? Dette vil indstille verdnen, til altid at være %1$s, og du kan aldrig ændre det igen. +difficulty.lock.title=LÃ¥s sværhedsgræden +disconnect.closed=Forbindelse lukket +disconnect.disconnected=Forbindelse afbrudt af serveren +disconnect.endOfStream=Datastrøm sluttede +disconnect.genericReason=%s +disconnect.kicked=Blev smidt ud af spillet +disconnect.loginFailed=Fejl ved login +disconnect.loginFailedInfo=Fejl ved login: %s +disconnect.loginFailedInfo.invalidSession=Ugyldigt session (Prøv at genstarte dit spil) +disconnect.loginFailedInfo.serversUnavailable=Godkendelsesserveren er i øjeblikket nede grundet vedligeholdelse. +disconnect.lost=Forbindelse tabt +disconnect.overflow=Bufferoverløb +disconnect.quitting=Afslutter +disconnect.spam=Blev smidt ud pga. spamming +disconnect.timeout=Udløbet +enchantment.arrowDamage=Kraft +enchantment.arrowFire=Flamme +enchantment.arrowInfinite=Uendelig +enchantment.arrowKnockback=Slag +enchantment.damage.all=Skarphed +enchantment.damage.arthropods=Leddyrenes banemand +enchantment.damage.undead=Fordriv +enchantment.digging=Effektivitet +enchantment.durability=Uødelæggelig +enchantment.fire=Ildaspekt +enchantment.fishingSpeed=Lokkemad +enchantment.knockback=Tilbageslag +enchantment.level.1=I +enchantment.level.10=X +enchantment.level.2=II +enchantment.level.3=III +enchantment.level.4=IV +enchantment.level.5=V +enchantment.level.6=VI +enchantment.level.7=VII +enchantment.level.8=VIII +enchantment.level.9=IX +enchantment.lootBonus=Plyndring +enchantment.lootBonusDigger=Held +enchantment.lootBonusFishing=Havets held +enchantment.oxygen=Respiration +enchantment.protect.all=Beskyttelse +enchantment.protect.explosion=Eksplosionsbeskyttelse +enchantment.protect.fall=Fjerfald +enchantment.protect.fire=Ildbeskyttelse +enchantment.protect.projectile=Projektilbeskyttelse +enchantment.thorns=Torne +enchantment.untouching=Silkeberøring +enchantment.waterWalker=Dybdevandrer +enchantment.waterWorker=Vandtilpasset +entity.ArmorStand.name=Brynjeholder +entity.Arrow.name=pil +entity.Bat.name=Flagermus +entity.Blaze.name=Blaze +entity.Boat.name=BÃ¥d +entity.Cat.name=Kat +entity.CaveSpider.name=Huleedderkop +entity.Chicken.name=Kylling +entity.Cow.name=Ko +entity.Creeper.name=Creeper +entity.EnderDragon.name=Ender-drage +entity.Enderman.name=Enderman +entity.Endermite.name=Endermite +entity.EntityHorse.name=Hest +entity.FallingSand.name=Faldende blok +entity.Fireball.name=Ildkugle +entity.Ghast.name=Ghast +entity.Giant.name=Kæmpe +entity.Guardian.name=Vogter +entity.Item.name=Genstand +entity.KillerBunny.name=Dræber Kaninen +entity.LavaSlime.name=Magmakube +entity.Minecart.name=Minevogn +entity.Mob.name=Væsen +entity.Monster.name=Monster +entity.MushroomCow.name=Muhsvamp +entity.Ozelot.name=Ozelot +entity.Painting.name=Maleri +entity.Pig.name=Gris +entity.PigZombie.name=Zombie Mutantgris +entity.PrimedTnt.name=TNT-blok +entity.Rabbit.name=Kanin +entity.Sheep.name=FÃ¥r +entity.Silverfish.name=Sølvfisk +entity.Skeleton.name=Skelet +entity.Slime.name=Slimklump +entity.SmallFireball.name=Lille ildkugle +entity.SnowMan.name=Snemand +entity.Snowball.name=Snebold +entity.Spider.name=Edderkop +entity.Squid.name=Blæksprutte +entity.Villager.armor=VÃ¥bensmed +entity.Villager.butcher=Slagter +entity.Villager.cleric=Gejstlig +entity.Villager.farmer=Landmand +entity.Villager.fisherman=Fisker +entity.Villager.fletcher=Pilemager +entity.Villager.leather=Læderarbejder +entity.Villager.librarian=Bibliotekar +entity.Villager.name=Landsbyboer +entity.Villager.shepherd=Hyrde +entity.Villager.tool=Værktøjs smed +entity.Villager.weapon=VÃ¥bensmed +entity.VillagerGolem.name=Jerngolem +entity.Witch.name=Heks +entity.WitherBoss.name=Wither +entity.Wolf.name=Ulv +entity.XPOrb.name=Erfaringskugle +entity.Zombie.name=Zombie +entity.donkey.name=Æsel +entity.generic.name=ukendt +entity.horse.name=Hest +entity.mule.name=Muldyr +entity.skeletonhorse.name=Skelethest +entity.zombiehorse.name=Zombiehest +gameMode.adventure=Eventyr +gameMode.changed=Din spiltilstand er blevet opdateret +gameMode.creative=Kreativ +gameMode.hardcore=Hardcore! +gameMode.spectator=Tilskuer-tilstand +gameMode.survival=Overlevelse +generator.amplified=FORSTÆRKET +generator.amplified.info=Bemærk: Bare for sjov, kræver en kraftig computer +generator.customized=Tilpasset +generator.debug_all_block_states=Debug-tilatand +generator.default=Standard +generator.flat=Helt flad +generator.largeBiomes=Store biomer +gui.achievements=Bedrifter +gui.all=Alle +gui.back=Tilbage +gui.cancel=Annuller +gui.done=Færdig +gui.down=Ned +gui.no=Nej +gui.none=Ingen +gui.stats=Statistikker +gui.toMenu=Tilbage til hovedmenuen +gui.up=Op +gui.yes=Ja +inventory.binSlot=Destruer genstand +item.apple.name=Æble +item.appleGold.name=Gyldent æble +item.armorStand.name=Brynjeholder +item.arrow.name=Pil +item.banner.black.name=Sort Banner +item.banner.blue.name=BlÃ¥t Banner +item.banner.brown.name=Brunt Banner +item.banner.cyan.name=Turkis Banner +item.banner.gray.name=GrÃ¥t Banner +item.banner.green.name=Grønt Banner +item.banner.pink.name=Pink Banner +item.banner.purple.name=Lilla Banner +item.banner.red.name=Rødt Banner +item.banner.silver.name=LysegrÃ¥t Banner +item.bed.name=Seng +item.beefCooked.name=Bøf +item.beefRaw.name=RÃ¥ bøf +item.blazePowder.name=Blaze-pulver +item.blazeRod.name=Blaze-stav +item.boat.name=BÃ¥d +item.bone.name=Knogle +item.book.name=Bog +item.bootsChain.name=Brynjestøvler +item.bootsCloth.name=Læderstøvler +item.bootsDiamond.name=Diamantstøvler +item.bootsGold.name=Guldstøvler +item.bootsIron.name=Jernstøvler +item.bow.name=Bue +item.bowl.name=SkÃ¥l +item.bread.name=Brød +item.brewingStand.name=Bryggestand +item.brick.name=Mursten +item.bucket.name=Spand +item.bucketLava.name=Lavaspand +item.bucketWater.name=Vandspand +item.cake.name=Kage +item.canBreak=Kan gÃ¥ i stykker: +item.canPlace=Kan placeres pÃ¥: +item.carrotGolden.name=Gylden gulerod +item.carrotOnAStick.name=Gulerod pÃ¥ en pind +item.carrots.name=Gulerod +item.cauldron.name=Gryde +item.charcoal.name=Trækul +item.chestplateChain.name=Brynje +item.chestplateCloth.name=Lædertunika +item.chestplateDiamond.name=Diamantbrystplade +item.chestplateGold.name=Guldbrystplade +item.chestplateIron.name=Jernbrystplade +item.chickenCooked.name=Stegt kylling +item.chickenRaw.name=RÃ¥ kylling +item.clay.name=Ler +item.clock.name=Ur +item.coal.name=Kul +item.comparator.name=Rødstens-komparator +item.compass.name=Kompas +item.cookie.name=SmÃ¥kage +item.diamond.name=Diamant +item.diode.name=Rødstens-gentager +item.doorAcacia.name=Akaciedør +item.doorBirch.name=Birkedør +item.doorDarkOak.name=Mørk Egedør +item.doorIron.name=Jerndør +item.doorJungle.name=Jungledør +item.doorOak.name=Egedør +item.doorSpruce.name=Grandør +item.dyePowder.black.name=Blækpose +item.dyePowder.blue.name=Lapis Lazuli +item.dyePowder.brown.name=Kakaobønner +item.dyePowder.cyan.name=Turkis farvestof +item.dyePowder.gray.name=GrÃ¥t farvestof +item.dyePowder.green.name=Kaktusgrøn +item.dyePowder.lightBlue.name=LyseblÃ¥t farvestof +item.dyePowder.lime.name=Limegrønt farvestof +item.dyePowder.magenta.name=Lyslilla farvestof +item.dyePowder.orange.name=Orange farvestof +item.dyePowder.pink.name=Lyserødt farvestof +item.dyePowder.purple.name=Lilla farvestof +item.dyePowder.red.name=Rosenrød +item.dyePowder.silver.name=LysegrÃ¥t farvestof +item.dyePowder.white.name=Benmel +item.dyePowder.yellow.name=Mælkebøttegul +item.dyed=Farvet +item.egg.name=Æg +item.emerald.name=Smaragd +item.emptyMap.name=Tomt kort +item.emptyPotion.name=Vandflaske +item.enchantedBook.name=Fortryllet bog +item.enderPearl.name=Ender-perle +item.expBottle.name=Fortryllelsesflaske +item.eyeOfEnder.name=Ender-øje +item.feather.name=Fjer +item.fermentedSpiderEye.name=Fermenteret edderkoppeøje +item.fireball.name=Ildladning +item.fireworks.flight=Flyvevarighed: +item.fireworks.name=Fyrværkeriraket +item.fireworksCharge.black=Sort +item.fireworksCharge.blue=BlÃ¥ +item.fireworksCharge.brown=Brun +item.fireworksCharge.customColor=Brug +item.fireworksCharge.cyan=Turkis +item.fireworksCharge.fadeTo=Visne til +item.fireworksCharge.flicker=Glimt +item.fireworksCharge.gray=GrÃ¥ +item.fireworksCharge.green=Grøn +item.fireworksCharge.lightBlue=LyseblÃ¥ +item.fireworksCharge.lime=Limegrøn +item.fireworksCharge.magenta=Lyslilla +item.fireworksCharge.name=Fyrværkeristjerne +item.fireworksCharge.orange=Orange +item.fireworksCharge.pink=Lyserød +item.fireworksCharge.purple=Lilla +item.fireworksCharge.red=Rød +item.fireworksCharge.silver=LysegrÃ¥ +item.fireworksCharge.trail=Spor +item.fireworksCharge.type=Ukendt form +item.fireworksCharge.type.0=Lille kugle +item.fireworksCharge.type.1=Stor kugle +item.fireworksCharge.type.2=Stjerneformet +item.fireworksCharge.type.3=Creeper-formet +item.fireworksCharge.type.4=Eksplosion +item.fireworksCharge.white=Hvid +item.fireworksCharge.yellow=Gul +item.fish.clownfish.raw.name=Klovnefisk +item.fish.cod.cooked.name=Kogt fisk +item.fish.cod.raw.name=RÃ¥ fisk +item.fish.pufferfish.raw.name=Kuglefisk +item.fish.salmon.cooked.name=Kogt laks +item.fish.salmon.raw.name=RÃ¥ laks +item.fishingRod.name=Fiskestang +item.flint.name=Flint +item.flintAndSteel.name=Flint og stÃ¥l +item.flowerPot.name=Blomsterkrukke +item.frame.name=Genstandsramme +item.ghastTear.name=Ghast-tÃ¥re +item.glassBottle.name=Glasflaske +item.goldNugget.name=Guldklump +item.hatchetDiamond.name=Diamantøkse +item.hatchetGold.name=Guldøkse +item.hatchetIron.name=Jernøkse +item.hatchetStone.name=Stenøkse +item.hatchetWood.name=Træøkse +item.helmetChain.name=Brynjehjelm +item.helmetCloth.name=Læderhat +item.helmetDiamond.name=Diamanthjelm +item.helmetGold.name=Guldhjelm +item.helmetIron.name=Jernhjelm +item.hoeDiamond.name=Diamantlugejern +item.hoeGold.name=Guldlugejern +item.hoeIron.name=Jernlugejern +item.hoeStone.name=Stenlugejern +item.hoeWood.name=Trælugejern +item.horsearmordiamond.name=Diamanthestearmering +item.horsearmorgold.name=Guldhestearmering +item.horsearmormetal.name=Jernhestearmering +item.ingotGold.name=Guldbarre +item.ingotIron.name=Jernbarre +item.leash.name=Snor +item.leather.name=Læder +item.leaves.name=Blade +item.leggingsChain.name=Brynjebukser +item.leggingsCloth.name=Læderbukser +item.leggingsDiamond.name=Diamantbukser +item.leggingsGold.name=Guldbukser +item.leggingsIron.name=Jernbukser +item.magmaCream.name=Magmacreme +item.map.name=Kort +item.melon.name=Vandmelon +item.milk.name=Mælk +item.minecart.name=Minevogn +item.minecartChest.name=Minevogn med kiste +item.minecartCommandBlock.name=Minevogn med kommandoblok +item.minecartFurnace.name=Minevogn med ovn +item.minecartHopper.name=Minevogn med tragt +item.minecartTnt.name=Minevogn med TNT +item.monsterPlacer.name=Spawn +item.mushroomStew.name=Svampestuvning +item.muttonCooked.name=Kogt FÃ¥rekød +item.muttonRaw.name=RÃ¥t fÃ¥rekød +item.nameTag.name=Navneskilt +item.netherStalkSeeds.name=Nether-vorte +item.netherStar.name=Netherstjerne +item.netherbrick.name=Nether-mursten +item.netherquartz.name=Nether-kvarts +item.painting.name=Maleri +item.paper.name=Papir +item.pickaxeDiamond.name=Diamanthakke +item.pickaxeGold.name=Guldhakke +item.pickaxeIron.name=Jernhakke +item.pickaxeStone.name=Stenhakke +item.pickaxeWood.name=Træhakke +item.porkchopCooked.name=Stegt svinekotelet +item.porkchopRaw.name=RÃ¥ svinekotelet +item.potato.name=Kartoffel +item.potatoBaked.name=Bagt kartoffel +item.potatoPoisonous.name=Giftig kartoffel +item.potion.name=Eliksir +item.prismarineCrystals.name=Prismarinekrystaller +item.prismarineShard.name=Prismarineholder +item.pumpkinPie.name=Græskartærte +item.rabbitCooked.name=Kogt Kanin +item.rabbitFoot.name=Kaninfod +item.rabbitHide.name=Kaninskind +item.rabbitRaw.name=RÃ¥ Kanin +item.rabbitStew.name=Kaninstuvning +item.record.11.desc=C418 - 11 +item.record.13.desc=C418 - 13 +item.record.blocks.desc=C418 - blocks +item.record.cat.desc=C418 - cat +item.record.chirp.desc=C418 - chirp +item.record.far.desc=C418 - far +item.record.mall.desc=C418 - mall +item.record.mellohi.desc=C418 - mellohi +item.record.name=Musikplade +item.record.stal.desc=C418 - stal +item.record.strad.desc=C418 - strad +item.record.wait.desc=C418 - wait +item.record.ward.desc=C418 - ward +item.redstone.name=Rødsten +item.reeds.name=Sukkerrør +item.rottenFlesh.name=RÃ¥ddent kød +item.ruby.name=Rubin +item.saddle.name=Sadel +item.seeds.name=Frø +item.seeds_melon.name=Vandmelonsfrø +item.seeds_pumpkin.name=Græskarfrø +item.shears.name=Saks +item.shovelDiamond.name=Diamantspade +item.shovelGold.name=Guldspade +item.shovelIron.name=Jernspade +item.shovelStone.name=Stenspade +item.shovelWood.name=Træspade +item.sign.name=Skilt +item.skull.char.name=Hoved +item.skull.creeper.name=Creeper-hoved +item.skull.player.name=%s's hoved +item.skull.skeleton.name=Kranium +item.skull.wither.name=Wither skelet kranium +item.skull.zombie.name=Zombie hoved +item.slimeball.name=Slimbold +item.snowball.name=Snebold +item.speckledMelon.name=Glitrende vandmelon +item.spiderEye.name=Edderkoppeøje +item.stick.name=Pind +item.string.name=TrÃ¥d +item.sugar.name=Sukker +item.sulphur.name=Krudt +item.swordDiamond.name=Diamantsværd +item.swordGold.name=Guldsværd +item.swordIron.name=Jernsværd +item.swordStone.name=Stensværd +item.swordWood.name=Træsværd +item.unbreakable=Ubrydelig +item.wheat.name=Hvede +item.writingBook.name=Bog og fjerpen +item.writtenBook.name=Skrevet bog +item.yellowDust.name=Glødestenspulver +itemGroup.brewing=Brygning +itemGroup.buildingBlocks=Byggeblokke +itemGroup.combat=Kamp +itemGroup.decorations=Dekorationsblokke +itemGroup.food=Mad +itemGroup.inventory=Overlevelse +itemGroup.materials=Materialer +itemGroup.misc=Diverse +itemGroup.redstone=Rødsten +itemGroup.search=Søg genstande +itemGroup.tools=Værktøj +itemGroup.transportation=Transport +key.attack=Angrib/ødelæg +key.back=GÃ¥ baglæns +key.categories.gameplay=Gameplay +key.categories.inventory=Inventar +key.categories.misc=Diverse +key.categories.movement=Bevægelse +key.categories.multiplayer=Multiplayer +key.categories.stream=Streaming +key.categories.ui=Spil Interface +key.chat=Ã…ben Chat +key.command=Ã…ben kommando +key.drop=Smid ting +key.forward=GÃ¥ fremad +key.fullscreen=Skift fuldskærmsmode +key.hotbar.1=Genvejstast 1 +key.hotbar.2=Genvejstast 2 +key.hotbar.3=Genvejstast 3 +key.hotbar.4=Genvejstast 4 +key.hotbar.5=Genvejstast 5 +key.hotbar.6=Genvejstast 6 +key.hotbar.7=Genvejstast 7 +key.hotbar.8=Genvejstast 8 +key.hotbar.9=Genvejstast 9 +key.inventory=Taske +key.jump=Hop +key.left=GÃ¥ til venstre +key.mouseButton=Knap %1$s +key.pickItem=Vælg blok +key.playerlist=Spillerliste +key.right=GÃ¥ til højre +key.screenshot=Tag skærmbillede +key.smoothCamera=Skift til filmisk kamera +key.sneak=Snig +key.spectatorOutlines=Fremhæv spillere (tilskuere) +key.sprint=Løb +key.streamCommercial=Vis stream reklamer +key.streamPauseUnpause=Pause/Genoptag stream +key.streamStartStop=Start/Stop livestream +key.streamToggleMic=Tryk for at tale/lydløs +key.togglePerspective=Skift perspektiv +key.use=Brug ting/placér blok +lanServer.otherPlayers=Indstillinger for andre spillere +lanServer.scanning=Søger efter spil pÃ¥ dit lokale netværk +lanServer.start=Start LAN-verden +lanServer.title=LAN-verden +language.code=da_DK +language.name=Dansk +language.region=Danmark +mcoServer.title=Minecraft online verden +menu.convertingLevel=Konverterer verden +menu.disconnect=Afbryd +menu.game=Spil menu +menu.generatingLevel=Genererer verden +menu.generatingTerrain=Opbygger terræn +menu.loadingLevel=Indlæser verden +menu.multiplayer=Multiplayer +menu.online=Minecraft Riger +menu.options=Indstillinger... +menu.playdemo=Spil Demo-verden +menu.quit=Afslut spil +menu.resetdemo=Nulstil demo-verden +menu.respawning=Respawner +menu.returnToGame=Tilbage til spillet +menu.returnToMenu=Gem og gÃ¥ til hovedmenuen +menu.shareToLan=Ã…bn for LAN +menu.simulating=Simulerer verden for et øjeblik +menu.singleplayer=Singleplayer +menu.switchingLevel=Skifter verden +merchant.deprecated=Handel med noget andet for at lÃ¥se op! +mount.onboard=Tryk pÃ¥ %1$s for at stige af +multiplayer.connect=Forbind +multiplayer.downloadingStats=Henter statistik & resultater... +multiplayer.downloadingTerrain=Downloader terræn +multiplayer.info1=Minecraft Multiplayer er i øjeblikket ikke færdig, men der +multiplayer.info2=er lige nu nogle tidlige fejltestninger. +multiplayer.ipinfo=Indtast IP'en til den server du vil forbindes til: +multiplayer.player.joined=%s deltager nu i spillet +multiplayer.player.joined.renamed=%s Deltog i spillet +multiplayer.player.left=%s forlod spillet +multiplayer.stopSleeping=Forlad seng +multiplayer.texturePrompt.line1=Denne server anbefaler brug af en speciel ressourcepakke. +multiplayer.texturePrompt.line2=Vil du hente og installere den automagisk? +multiplayer.title=Spil multiplayer +options.advancedButton=Avancerede video indstillinger... +options.advancedOpengl=Avanceret OpenGL +options.advancedVideoTitle=Avancerede video indstillinger +options.anaglyph=3D-Anaglyf +options.ao=Jævn belysning +options.ao.max=Maximum +options.ao.min=Minimum +options.ao.off=FRA +options.blockAlternatives=Alternative blokke +options.chat.color=Farver +options.chat.height.focused=Fokuseret højde +options.chat.height.unfocused=Ikke-fokuseret højde +options.chat.links=Web-links +options.chat.links.prompt=Spørg før links Ã¥bnes +options.chat.opacity=Opacitet +options.chat.scale=Skalering +options.chat.title=Chatindstillinger... +options.chat.visibility=Chat +options.chat.visibility.full=Vist +options.chat.visibility.hidden=Skjult +options.chat.visibility.system=Kun kommandoer +options.chat.width=Bredde +options.controls=Styring... +options.customizeTitle=Tilpas verdensindstillingerne +options.difficulty=Sværhedsgrad +options.difficulty.easy=Let +options.difficulty.hard=Svær +options.difficulty.hardcore=Hardcore +options.difficulty.normal=Normal +options.difficulty.peaceful=Fredelig +options.farWarning1=En 64-bit Java-installation anbefales +options.farWarning2=til 'Lang' renderingsafstand (du har 32 bit) +options.fboEnable=Aktiver FBOs +options.forceUnicodeFont=Gennemtving unicode skrifttype +options.fov=Synsfelt +options.fov.max=Quake Pro +options.fov.min=Normal +options.framerateLimit=Højeste framerate +options.framerateLimit.max=Ubegrænset +options.fullscreen=Fuld skærm +options.gamma=Lysstyrke +options.gamma.max=Lys +options.gamma.min=Dunkel +options.graphics=Grafik +options.graphics.fancy=Flot +options.graphics.fast=Hurtig +options.guiScale=GUI-skalering +options.guiScale.auto=Automatisk +options.guiScale.large=Stor +options.guiScale.normal=Normal +options.guiScale.small=Lille +options.hidden=Skjult +options.invertMouse=Spejlvend mus +options.language=Sprog... +options.languageWarning=Oversættelserne vil muligvis ikke være 100%% nøjagtige +options.mipmapLevels=Mipmapniveauer +options.modelPart.cape=Kappe +options.modelPart.hat=Hat +options.modelPart.jacket=Jakke +options.modelPart.left_pants_leg=Venstre bukseben +options.modelPart.left_sleeve=Venstre ærme +options.modelPart.right_pants_leg=Højre bukseben +options.modelPart.right_sleeve=Højre ærme +options.multiplayer.title=Multiplayer... +options.music=Musik +options.off=Fra +options.on=Til +options.particles=Partikler +options.particles.all=Alle +options.particles.decreased=Formindsket +options.particles.minimal=Minimal +options.performanceButton=Videoydeevneindstillinger... +options.performanceVideoTitle=Videoydeevneindstillinger +options.postButton=Efterbehandlingsindstillinger... +options.postProcessEnable=Aktiverer efterbehandling +options.postVideoTitle=Efterbehandlingsindstillinger +options.qualityButton=Videokvalitets indstillinger... +options.qualityVideoTitle=Videokvalitets indstillinger +options.reducedDebugInfo=Reduceret Debug-information +options.renderClouds=Skyer +options.renderDistance=Synslængde +options.renderDistance.far=Lang +options.renderDistance.normal=Normal +options.renderDistance.short=Kort +options.renderDistance.tiny=Lille +options.resourcepack=Ressourcepakker... +options.saturation=Mæthed +options.sensitivity=Følsomhed +options.sensitivity.max=HYPERFART!!! +options.sensitivity.min=*gab* +options.skinCustomisation=Tilpas figur... +options.skinCustomisation.title=Tilpas figur +options.snooper=Tillad overvÃ¥gning +options.snooper.desc=Vi ønsker at indsamle oplysninger om din maskine for at forbedre Minecraft ved at vide, hvad vi kan understøtte, og hvor de største problemer er. Alle disse oplysninger er helt anonyme og kan ses nedenfor. Vi lover, vi ikke gør noget slemt med disse data, men hvis du ikke vil være med, sÃ¥ er du velkommen til at slÃ¥ det fra! +options.snooper.title=Samling af maskinespecifikationer +options.snooper.view=Indstillinger ang. Oplysninger... +options.sound=Lyd +options.sounds=Musik & lyde... +options.sounds.title=Musik & lydindstillinger +options.stream=Streaming Indstillinger... +options.stream.bytesPerPixel=Kvalitet +options.stream.changes=Du skal muligvis genstarte dit stream for at disse ændringer finder sted. +options.stream.chat.enabled=Aktivér +options.stream.chat.enabled.always=Altid +options.stream.chat.enabled.never=Aldrig +options.stream.chat.enabled.streaming=Under streaming +options.stream.chat.title=Twitch chat-indstillinger +options.stream.chat.userFilter=Brugerfilter +options.stream.chat.userFilter.all=Alle seere +options.stream.chat.userFilter.mods=Moderatorer +options.stream.chat.userFilter.subs=Abonnenter +options.stream.compression=Komprimering +options.stream.compression.high=Høj +options.stream.compression.low=Lav +options.stream.compression.medium=Mellem +options.stream.estimation=AnslÃ¥et opløsning: %sx%s +options.stream.fps=Billeder per sekund +options.stream.ingest.reset=Nulstil foretrukne +options.stream.ingest.title=Twitch streamservere +options.stream.ingestSelection=Broadcast Server Liste +options.stream.kbps=BÃ¥ndbredde +options.stream.micToggleBehavior=Tryk for at +options.stream.micVolumne=Mikrofon styrke +options.stream.mic_toggle.mute=Sluk for mikrofon +options.stream.mic_toggle.talk=Tal +options.stream.sendMetadata=Send Metadata +options.stream.systemVolume=System lydstyrke +options.stream.title=Twitch-streaming indstillinger +options.title=Indstillinger +options.touchscreen=Touchscreen-tilstand +options.vbo=Brug VBOs +options.video=Videoindstillinger... +options.videoTitle=Videoindstillinger +options.viewBobbing=Vis gangbevægelse +options.visible=Vist +options.vsync=Benyt VSync +potion.absorption=Absorbering +potion.absorption.postfix=Absorberingseleksir +potion.blindness=Blindhed +potion.blindness.postfix=Blindhedseliksir +potion.confusion=Kvalme +potion.confusion.postfix=Kvalmeeliksir +potion.damageBoost=Styrke +potion.damageBoost.postfix=Styrkeeliksir +potion.digSlowDown=Minetræthed +potion.digSlowDown.postfix=Sløvhedseliksir +potion.digSpeed=Hast +potion.digSpeed.postfix=Hasthedseliksir +potion.effects.whenDrank=NÃ¥r anvendt: +potion.empty=Ingen effekter +potion.fireResistance=Ildmodstand +potion.fireResistance.postfix=Ildbeskyttelseseliksir +potion.harm=Øjeblikkelig skade +potion.harm.postfix=Skadeseliksir +potion.heal=Øjeblikkeligt helbred +potion.heal.postfix=Helbredelseseliksir +potion.healthBoost=Helbredsboost +potion.healthBoost.postfix=Livsforøgelseseleksir +potion.hunger=Sult +potion.hunger.postfix=Sulteliksir +potion.invisibility=Usynlighed +potion.invisibility.postfix=Usynlighedseliksir +potion.jump=Hoppeboost +potion.jump.postfix=Springeliksir +potion.moveSlowdown=Langsomhed +potion.moveSlowdown.postfix=Langsomhedseliksir +potion.moveSpeed=Fart +potion.moveSpeed.postfix=Hurtighedseliksir +potion.nightVision=Nattesyn +potion.nightVision.postfix=Nattesynseliksir +potion.poison=Gift +potion.poison.postfix=Gifteliksir +potion.potency.1=II +potion.potency.2=III +potion.potency.3=IV +potion.prefix.acrid=Stikkende +potion.prefix.artless=Kunstløs +potion.prefix.awkward=Akavet +potion.prefix.bland=Kedelig +potion.prefix.bulky=Pladskrævende +potion.prefix.bungling=Klodset +potion.prefix.buttered=Smørret +potion.prefix.charming=Charmerende +potion.prefix.clear=Klar +potion.prefix.cordial=Hjertelig +potion.prefix.dashing=Flot +potion.prefix.debonair=Rar +potion.prefix.diffuse=Diffus +potion.prefix.elegant=Elegant +potion.prefix.fancy=Fancy +potion.prefix.flat=Flad +potion.prefix.foul=Fæl +potion.prefix.grenade=Plask +potion.prefix.gross=Klam +potion.prefix.harsh=Harsk +potion.prefix.milky=Mælket +potion.prefix.mundane=Banal +potion.prefix.odorless=Lugtfri +potion.prefix.potent=Potent +potion.prefix.rank=Rancering +potion.prefix.refined=Raffineret +potion.prefix.smooth=Jævn +potion.prefix.sparkling=Mousserende +potion.prefix.stinky=Stinkende +potion.prefix.suave=Glat +potion.prefix.thick=Tyk +potion.prefix.thin=Tynd +potion.prefix.uninteresting=Uinteressant +potion.regeneration=Regenerering +potion.regeneration.postfix=Regenereringseliksir +potion.resistance=Modstand +potion.resistance.postfix=Resistenseliksir +potion.saturation=Mætning +potion.saturation.postfix=Mætningseleksir +potion.waterBreathing=Vandvejrtrækning +potion.waterBreathing.postfix=Vandrespirationseliksir +potion.weakness=Svaghed +potion.weakness.postfix=Svaghedseliksir +potion.wither=Wither +potion.wither.postfix=Nedbrydelseseliksir +record.nowPlaying=Spiller nu: %s +resourcePack.available.title=Tilgængelige ressourcepakker +resourcePack.folderInfo=(Placer ressourcepakkefiler her) +resourcePack.openFolder=Ã…bn ressourcepakkemappe +resourcePack.selected.title=Vælg ressourcepakke +resourcePack.title=Vælg ressourcepakke +screenshot.failure=Kunne ikke gemme skærmbilledet: %s +screenshot.success=Gemte skærmbillede som %s +selectServer.add=Tilføj server +selectServer.defaultName=Minecraft-server +selectServer.delete=Slet +selectServer.deleteButton=Slet +selectServer.deleteQuestion=Er du sikker pÃ¥, at du vil fjerne denne server? +selectServer.deleteWarning=vil være tabt for evigt! (Meget lang tid!) +selectServer.direct=Forbind direkte +selectServer.edit=Rediger +selectServer.empty=tom +selectServer.hiddenAddress=(Skjult) +selectServer.refresh=Opdater +selectServer.select=Deltag i serveren +selectServer.title=Vælg server +selectWorld.allowCommands=Tillad snyd: +selectWorld.allowCommands.info=Kommandoer som /gamemode, /xp +selectWorld.bonusItems=Bonus-kiste: +selectWorld.cheats=Snyd +selectWorld.conversion=Skal konverteres! +selectWorld.create=Skab en ny verden +selectWorld.createDemo=Spil ny demo-verden +selectWorld.customizeType=Tilpas +selectWorld.delete=Slet +selectWorld.deleteButton=Slet +selectWorld.deleteQuestion=Er du sikker pÃ¥, at du vil slette denne verden? +selectWorld.deleteWarning=vil være tabt for evigt! (Meget lang tid!) +selectWorld.empty=tom +selectWorld.enterName=Verdenens navn +selectWorld.enterSeed=Seed til verdensgeneratoren +selectWorld.gameMode=Spiltilstand +selectWorld.gameMode.adventure=Eventyr +selectWorld.gameMode.adventure.line1=Samme som overlevelsestilstand, men blokke kan ikke +selectWorld.gameMode.adventure.line2=placeres eller fjernes +selectWorld.gameMode.creative=Kreativ +selectWorld.gameMode.creative.line1=Ubegrænsede ressourcer, fri flyvning og +selectWorld.gameMode.creative.line2=ødelæg blokke øjeblikkeligt +selectWorld.gameMode.hardcore=Hardcore +selectWorld.gameMode.hardcore.line1=Samme som overlevelsestilstand, lÃ¥st pÃ¥ den sværeste +selectWorld.gameMode.hardcore.line2=sværhedsgrad, og kun ét liv +selectWorld.gameMode.spectator=Tilskuer +selectWorld.gameMode.spectator.line1=Du kan se, men ikke røre +selectWorld.gameMode.survival=Overlevelse +selectWorld.gameMode.survival.line1=Søg efter ressourcer, fremstil, opnÃ¥ +selectWorld.gameMode.survival.line2=niveauer, helbred og sult +selectWorld.hardcoreMode=Hardcore: +selectWorld.hardcoreMode.info=Verdenen slettes ved dødsfald +selectWorld.mapFeatures=Generér strukturer: +selectWorld.mapFeatures.info=Landsbyer, fangekældre, osv. +selectWorld.mapType=Verdenstype: +selectWorld.mapType.normal=Normal +selectWorld.moreWorldOptions=Flere verdensindstillinger... +selectWorld.newWorld=Ny verden +selectWorld.newWorld.copyOf=Kopi af %s +selectWorld.recreate=Genskab +selectWorld.rename=Omdøb +selectWorld.renameButton=Omdøb +selectWorld.renameTitle=Omdøb verden +selectWorld.resultFolder=Vil blive gemt i: +selectWorld.seedInfo=Efterlad tomt for at fÃ¥ et tilfældigt seed +selectWorld.select=Spil den valgte verden +selectWorld.title=Vælg verden +selectWorld.world=Verden +sign.edit=Rediger skiltets indhold +soundCategory.ambient=Omgivende/Miljø +soundCategory.block=Blokke +soundCategory.hostile=Fjendtlige væsener +soundCategory.master=Hoved volume +soundCategory.music=Musik +soundCategory.neutral=Venlige væsener +soundCategory.player=Spillere +soundCategory.record=Jukebox/Nodeblokke +soundCategory.weather=Vejr +stat.animalsBred=Dyr parret +stat.blocksButton=Blokke +stat.boatOneCm=Afstand i bÃ¥d +stat.breakItem=%1$s opbrugt +stat.climbOneCm=Afstand klatret +stat.craftItem=%1$s fremstillet +stat.crafted=Gange fremstillet +stat.createWorld=Verdener skabt +stat.damageDealt=Skade givet +stat.damageTaken=Skade taget +stat.deaths=Antal dødsfald +stat.depleted=Gange opbrugt +stat.diveOneCm=Afstand dykket +stat.drop=Genstande smidt +stat.entityKilledBy=%s dræbte dig %s gang(e) +stat.entityKilledBy.none=Du er aldrig blevet dræbt af %s +stat.entityKills=Du dræbte %s %s +stat.entityKills.none=Du har aldrig dræbt %s +stat.fallOneCm=Afstand faldet +stat.fishCaught=Fisk fanget +stat.flyOneCm=Afstand fløjet +stat.generalButton=Generelt +stat.horseOneCm=Afstand pÃ¥ hest +stat.itemsButton=Genstande +stat.joinMultiplayer=Multiplayer-deltagelser +stat.jump=Hop +stat.junkFished=Skrammel fisket +stat.leaveGame=Spil afsluttet +stat.loadWorld=Gemte spil Ã¥bnet +stat.mineBlock=%1$s minede +stat.minecartOneCm=Afstand i minevogn +stat.mined=Gange minet +stat.mobKills=Mob-drab +stat.mobsButton=Monstre +stat.pigOneCm=Afstand pÃ¥ gris +stat.playOneMinute=Minutter spillet +stat.playerKills=Spillerdrab +stat.startGame=Gange spillet +stat.swimOneCm=Afstand svømmet +stat.talkedToVillager=Talte til landsbyboere +stat.timeSinceDeath=Siden sidste død +stat.tradedWithVillager=Byttede med landsbyboere +stat.treasureFished=Skatte fisket +stat.useItem=%1$s brugt +stat.used=Gange brugt +stat.walkOneCm=Afstand gÃ¥et +stats.tooltip.type.achievement=Bedrift +stats.tooltip.type.statistic=Statistik +stream.confirm_start=Er du sikker pÃ¥ at du vil Livestreame? +stream.unavailable.account_not_bound=Før du kan streame Minecraft gennem Twitch, skal du linke din Twitch konto pÃ¥ mojang.com. Vil du gøre det nu? +stream.unavailable.account_not_bound.okay=Link kontoer +stream.unavailable.account_not_migrated=Før du kan streame Minecraft gennem Twitch, skal du migrér din Minecraft konto til en Mojang konto. Vil du gøre det nu? +stream.unavailable.account_not_migrated.okay=Migrér konto +stream.unavailable.failed_auth=Godkendelse til Twitch mislykkedes. Besøg mojang.com og tilføj din Twitch konto igen. +stream.unavailable.failed_auth.okay=Tilføj kontoer igen +stream.unavailable.failed_auth_error=Ikke i stand til at godkende til Twitch. Prøv igen senere. +stream.unavailable.initialization_failure=Ikke i stand til at initialisere Twitch SDK. +stream.unavailable.initialization_failure.extra=(Grund: %s) +stream.unavailable.library_arch_mismatch=Den brugerdefinerede java version, der bruges til at starte Minecraft, har ikke samme arkitektur som den, der anvendes i startvinduet. Sørg for, at disse er ens, enten 32-bit eller 64-bit for begge. +stream.unavailable.library_failure=Kan ikke indlæse alle biblioteker der er pÃ¥krævet, for at bruge den integrerede Twitch-Streaming funktion. +stream.unavailable.no_fbo=Grafikkortet skal minimum understøtte OpenGL version 3.0, eller understøtte Framebuffer-objekter via en udvidelse, for at kunne benytte den integrerede Twitch-Streaming funktion. +stream.unavailable.no_fbo.arb=Framebuffer-objektunderstøttelse via ARB er: %s +stream.unavailable.no_fbo.blend=Separat blending support via EXT er: %s +stream.unavailable.no_fbo.ext=Framebuffer-objektunderstøttelse via EXT er: %s +stream.unavailable.no_fbo.version=Du bruger i øjeblikket: %s +stream.unavailable.not_supported.mac=Uheldigvis kræver den integrerede Twitch-Streaming funktion, en nyere version af OSX nyere end den du har. Du skal som minimum kører, 10,7 (Mac OS X Lion) eller nyere for at kunne bruge denne funktion. Vil du besøge apple.com, for at fÃ¥ flere oplysninger om en opgradering? +stream.unavailable.not_supported.mac.okay=Opgradér +stream.unavailable.not_supported.other=Desværre kræver den integrerede Twitch-streamingservice Windows (Vista eller nyere) eller Mac OS X (10.7/Lion eller nyere) +stream.unavailable.not_supported.windows=Uheldigvis kræver den integrerede Twitch-Streaming funktion, en nyere version af Windows end den du har. Du skal minimum have, Windows Vista eller nyere. +stream.unavailable.report_to_mojang=Rapportér til Mojang +stream.unavailable.soundflower.chat=Soundflower er tvunget for at kunne sende fra en Mac. %s +stream.unavailable.soundflower.chat.link=Venligst klik her for at installere. +stream.unavailable.title=Twitch streaming utilgængelig +stream.unavailable.unknown=Desværre kan ikke du sende til Twitch pÃ¥ dette tidspunkt. Og vi ved ikke, hvorfor :'( +stream.unavailable.unknown.chat=Kunne ikke starte stream: %s +stream.user.mode.administrator=Twitch administrator +stream.user.mode.banned=Bannet +stream.user.mode.banned.other=Bannet fra %s's kanal +stream.user.mode.banned.self=Bannet pÃ¥ din kanal +stream.user.mode.broadcaster=Stream +stream.user.mode.broadcaster.other=Stream +stream.user.mode.broadcaster.self=Stream (Dig!) +stream.user.mode.moderator=Moderator +stream.user.mode.moderator.other=Moderator pÃ¥ %ss kanal +stream.user.mode.moderator.self=Moderator pÃ¥ din kanal +stream.user.mode.staff=Twitch hjælpere +stream.user.subscription.subscriber=Abonnent +stream.user.subscription.subscriber.other=Abonnent pÃ¥ %s's kanal +stream.user.subscription.subscriber.self=Abonnent pÃ¥ din kanal +stream.user.subscription.turbo=Twitch Turbo +stream.userinfo.ban=Ban +stream.userinfo.chatTooltip=Klik for at administrere bruger +stream.userinfo.mod=Forfremme til moderator +stream.userinfo.timeout=Timeout +stream.userinfo.unban=Unban +stream.userinfo.unmod=Degradere fra moderator +tile.acaciaFence.name=Akaciehegn +tile.acaciaFenceGate.name=Arkaciehegnsport +tile.activatorRail.name=Aktiveringsskinne +tile.anvil.intact.name=Ambolt +tile.anvil.name=Ambolt +tile.anvil.slightlyDamaged.name=Lettere beskadiget ambolt +tile.anvil.veryDamaged.name=Svært beskadiget ambolt +tile.barrier.name=Barriere +tile.beacon.name=Signallys +tile.beacon.primary=Primær kraft +tile.beacon.secondary=Sekundær kraft +tile.bed.name=Seng +tile.bed.noSleep=Du kan kun sove om natten +tile.bed.notSafe=Du kan ikke hvile nu; der er monstre i nærheden +tile.bed.notValid=Din egen seng var væk eller blokeret +tile.bed.occupied=Denne seng er optaget +tile.bedrock.name=Grundfjeld +tile.birchFence.name=Birkehegn +tile.birchFenceGate.name=Birkehegnsport +tile.blockCoal.name=Blok af kul +tile.blockDiamond.name=Blok af diamant +tile.blockEmerald.name=Blok af smaragd +tile.blockGold.name=Blok af guld +tile.blockIron.name=Blok af jern +tile.blockLapis.name=Lapis Lazuli-blok +tile.blockRedstone.name=Blok af rødsten +tile.bookshelf.name=Bogreol +tile.brick.name=Mursten +tile.button.name=Knap +tile.cactus.name=Kaktus +tile.cake.name=Kage +tile.carrots.name=Gulerødder +tile.cauldron.name=Kar +tile.chest.name=Kiste +tile.chestTrap.name=Falsk kiste +tile.clay.name=Ler +tile.clayHardened.name=Størknet ler +tile.clayHardenedStained.black.name=Sortfarvet ler +tile.clayHardenedStained.blue.name=BlÃ¥farvet ler +tile.clayHardenedStained.brown.name=Brunfarvet ler +tile.clayHardenedStained.cyan.name=Turkisfarvet ler +tile.clayHardenedStained.gray.name=GrÃ¥farvet ler +tile.clayHardenedStained.green.name=Grønfarvet ler +tile.clayHardenedStained.lightBlue.name=LyseblÃ¥farvet ler +tile.clayHardenedStained.lime.name=Limegrønfarvet ler +tile.clayHardenedStained.magenta.name=Lyslilla farvet ler +tile.clayHardenedStained.name=Farvet ler +tile.clayHardenedStained.orange.name=Orangefarvet ler +tile.clayHardenedStained.pink.name=Lyserødfarvet ler +tile.clayHardenedStained.purple.name=Lillafarvet ler +tile.clayHardenedStained.red.name=Rødfarvet ler +tile.clayHardenedStained.silver.name=LysegrÃ¥farvet ler +tile.clayHardenedStained.white.name=Hvidfarvet ler +tile.clayHardenedStained.yellow.name=Gulfarvet ler +tile.cloth.black.name=Sort uld +tile.cloth.blue.name=BlÃ¥ uld +tile.cloth.brown.name=Brun uld +tile.cloth.cyan.name=Turkis uld +tile.cloth.gray.name=GrÃ¥ uld +tile.cloth.green.name=Grøn uld +tile.cloth.lightBlue.name=LyseblÃ¥ uld +tile.cloth.lime.name=Limefarvet uld +tile.cloth.magenta.name=Lyslilla uld +tile.cloth.name=Uld +tile.cloth.orange.name=Orange uld +tile.cloth.pink.name=Lyserød uld +tile.cloth.purple.name=Lilla uld +tile.cloth.red.name=Rød uld +tile.cloth.silver.name=LysegrÃ¥ uld +tile.cloth.white.name=Uld +tile.cloth.yellow.name=Gul uld +tile.cobbleWall.mossy.name=Mosbegroet brostensvæg +tile.cobbleWall.normal.name=Brostensvæg +tile.cocoa.name=Kakao +tile.commandBlock.name=Kommandoblok +tile.crops.name=Afgrøder +tile.darkOakFence.name=Mørk egetræshegn +tile.darkOakFenceGate.name=Mørk egehegnsport +tile.daylightDetector.name=Dagslys-sensor +tile.deadbush.name=Død busk +tile.detectorRail.name=Detektorspor +tile.dirt.coarse.name=Groft jord +tile.dirt.default.name=Jord +tile.dirt.name=Jord +tile.dirt.podzol.name=Podzol +tile.dispenser.name=Automat +tile.doorIron.name=Jerndør +tile.doorWood.name=Trædør +tile.doublePlant.fern.name=Stor bregne +tile.doublePlant.grass.name=Dobbelt højt græs +tile.doublePlant.name=Plante +tile.doublePlant.paeonia.name=Pæon +tile.doublePlant.rose.name=Rosenbusk +tile.doublePlant.sunflower.name=Solsikke +tile.doublePlant.syringa.name=Syren +tile.dragonEgg.name=Drageæg +tile.dropper.name=Kaster +tile.enchantmentTable.name=Fortryllelsesbord +tile.endPortalFrame.name=End Portal +tile.enderChest.name=Enderkiste +tile.farmland.name=Landbrugsjord +tile.fence.name=Hegn +tile.fenceGate.name=HegnslÃ¥ge +tile.fenceIron.name=Jerntremmer +tile.fire.name=Ild +tile.flower1.dandelion.name=Mælkebøtte +tile.flower1.name=Blomst +tile.flower2.allium.name=Allium +tile.flower2.blueOrchid.name=BlÃ¥ orkidé +tile.flower2.houstonia.name=BlÃ¥ porcelænstjerne +tile.flower2.name=Blomst +tile.flower2.oxeyeDaisy.name=Hvid okseøje +tile.flower2.poppy.name=Valmue +tile.flower2.tulipOrange.name=Orange Tulipan +tile.flower2.tulipPink.name=Lyserød tulipan +tile.flower2.tulipRed.name=Rød tulipan +tile.flower2.tulipWhite.name=Hvid Tulipan +tile.furnace.name=Ovn +tile.glass.name=Glas +tile.goldenRail.name=Strømspor +tile.grass.name=Græsblok +tile.gravel.name=Grus +tile.hayBlock.name=Halmballe +tile.hellrock.name=Nether-sten +tile.hellsand.name=Sjælesand +tile.hopper.name=Tragt +tile.ice.name=Is +tile.icePacked.name=Sammenpresset is +tile.ironTrapdoor.name=Jern lem +tile.jukebox.name=Jukeboks +tile.jungleFence.name=Junglehegn +tile.jungleFenceGate.name=Junglehegnsport +tile.ladder.name=Stige +tile.lava.name=Lava +tile.leaves.acacia.name=Acacia blade +tile.leaves.big_oak.name=Mørke egeblade +tile.leaves.birch.name=Birkeløv +tile.leaves.jungle.name=Jungleløv +tile.leaves.name=Blade +tile.leaves.oak.name=Egeløv +tile.leaves.spruce.name=GrannÃ¥le +tile.lever.name=HÃ¥ndtag +tile.lightgem.name=Glødesten +tile.litpumpkin.name=Græskar lanterne +tile.lockedchest.name=LÃ¥st kiste +tile.log.acacia.name=Akacietræ +tile.log.big_oak.name=Mørk egetræ +tile.log.birch.name=Birketræ +tile.log.jungle.name=Jungletræ +tile.log.name=Træ +tile.log.oak.name=Egetræ +tile.log.spruce.name=Grantræ +tile.melon.name=Vandmelon +tile.mobSpawner.name=Monster-spawner +tile.monsterStoneEgg.brick.name=Monsteræg af stenmursten +tile.monsterStoneEgg.chiseledbrick.name=Monsteræg af mejslet stenmursten +tile.monsterStoneEgg.cobble.name=Monsteræg af brosten +tile.monsterStoneEgg.crackedbrick.name=Monsteræg af stenmursten +tile.monsterStoneEgg.mossybrick.name=Monsteræg af mosset stenmursten +tile.monsterStoneEgg.name=Monsteræg af sten +tile.monsterStoneEgg.stone.name=Monsteræg af sten +tile.mushroom.name=Svamp +tile.musicBlock.name=Nodeblok +tile.mycel.name=Svampevæv +tile.netherBrick.name=Nether-mursten +tile.netherFence.name=Nether-murstenshegn +tile.netherStalk.name=Nether-vorte +tile.netherquartz.name=Nether-kvarts malm +tile.notGate.name=Rødstensfakkel +tile.obsidian.name=Obsidian +tile.oreCoal.name=Kulmalm +tile.oreDiamond.name=Diamantmalm +tile.oreEmerald.name=Smaragdmalm +tile.oreGold.name=Guldmalm +tile.oreIron.name=Jernmalm +tile.oreLapis.name=Lapis Lazuli-malm +tile.oreRedstone.name=Rødstensmalm +tile.oreRuby.name=Rubinmalm +tile.pistonBase.name=Stempel +tile.pistonStickyBase.name=Klistret stempel +tile.portal.name=Portal +tile.potatoes.name=Kartofler +tile.pressurePlateStone.name=Sten trykplade +tile.pressurePlateWood.name=Træ trykplade +tile.prismarine.bricks.name=Prismarinebrikker +tile.prismarine.dark.name=Mørk Prismarine +tile.prismarine.rough.name=Prismarine +tile.pumpkin.name=Græskar +tile.quartzBlock.chiseled.name=Mejslet kvarts blok +tile.quartzBlock.default.name=Blok af kvarts +tile.quartzBlock.lines.name=Søjle Kvartsblok +tile.quartzBlock.name=Blok af kvarts +tile.rail.name=Spor +tile.redSandStone.chiseled.name=Mejslet rød sandsten +tile.redSandStone.default.name=Rød sandsten +tile.redSandStone.name=Rød sandsten +tile.redSandStone.smooth.name=Glat rød sandsten +tile.redstoneDust.name=Rødstenspulver +tile.redstoneLight.name=Rødstenslampe +tile.reeds.name=Sukkerrør +tile.sand.default.name=Sand +tile.sand.name=Sand +tile.sand.red.name=Rødt sand +tile.sandStone.chiseled.name=Mejslet sandsten +tile.sandStone.default.name=Sandsten +tile.sandStone.name=Sandsten +tile.sandStone.smooth.name=Glat sandsten +tile.sapling.acacia.name=Ungt akacietræ +tile.sapling.big_oak.name=Ungt mørkt egetræ +tile.sapling.birch.name=Ungt birketræ +tile.sapling.jungle.name=Ungt jungletræ +tile.sapling.oak.name=Ungt egetræ +tile.sapling.spruce.name=Ungt grantræ +tile.seaLantern.name=Sølanterne +tile.sign.name=Skilt +tile.slime.name=Slim blok +tile.snow.name=Sne +tile.sponge.dry.name=Svamp +tile.sponge.wet.name=VÃ¥d svamp +tile.spruceFence.name=Granhegn +tile.spruceFenceGate.name=Granhegnsport +tile.stainedGlass.black.name=Sort farvet glas +tile.stainedGlass.blue.name=BlÃ¥t farvet glas +tile.stainedGlass.brown.name=Brunt farvet glas +tile.stainedGlass.cyan.name=Cyan farvet glas +tile.stainedGlass.gray.name=GrÃ¥t farvet glas +tile.stainedGlass.green.name=Grønt farvet glas +tile.stainedGlass.lightBlue.name=LyseblÃ¥t farvet glas +tile.stainedGlass.lime.name=Limegrønt farvet glas +tile.stainedGlass.magenta.name=Lyslilla farvet glas +tile.stainedGlass.name=Farvet glas +tile.stainedGlass.orange.name=Orange farvet glas +tile.stainedGlass.pink.name=Pink farvet glas +tile.stainedGlass.purple.name=Lilla farvet glas +tile.stainedGlass.red.name=Rødt farvet glas +tile.stainedGlass.silver.name=LysegrÃ¥t farvet glas +tile.stainedGlass.white.name=Hvidt farvet glas +tile.stainedGlass.yellow.name=Gult farvet glas +tile.stairsBrick.name=Murstenstrappe +tile.stairsNetherBrick.name=Nether-murstenstrappe +tile.stairsQuartz.name=Kvartstrappe +tile.stairsRedSandStone.name=Rød sandstenstrappe +tile.stairsSandStone.name=Sandstenstrappe +tile.stairsStone.name=Stentrappe +tile.stairsStoneBrickSmooth.name=Stenmurstenstrappe +tile.stairsWood.name=Egetræstrappe +tile.stairsWoodAcacia.name=Akacietræstrapper +tile.stairsWoodBirch.name=Birketræstrappe +tile.stairsWoodDarkOak.name=Mørk egetræstrappe +tile.stairsWoodJungle.name=Jungletræstrapper +tile.stairsWoodSpruce.name=Grantræstrappe +tile.stone.andesite.name=Andesite +tile.stone.andesiteSmooth.name=Poleret Andesite +tile.stone.diorite.name=Diorit +tile.stone.dioriteSmooth.name=Poleret diorit +tile.stone.granite.name=Granit +tile.stone.graniteSmooth.name=Poleret granit +tile.stone.stone.name=Sten +tile.stoneMoss.name=Mossten +tile.stoneSlab.brick.name=Murstensflise +tile.stoneSlab.cobble.name=Brostensflise +tile.stoneSlab.name=Stenflise +tile.stoneSlab.netherBrick.name=Nether-murstensflise +tile.stoneSlab.quartz.name=Kvartsflise +tile.stoneSlab.sand.name=Sandstensflise +tile.stoneSlab.smoothStoneBrick.name=Stenmurstensflise +tile.stoneSlab.stone.name=Stenflise +tile.stoneSlab.wood.name=Træplade +tile.stoneSlab2.red_sandstone.name=Rød sandstensflise +tile.stonebrick.name=Brosten +tile.stonebricksmooth.chiseled.name=Mejslede stenmursten +tile.stonebricksmooth.cracked.name=Revnede stenmursten +tile.stonebricksmooth.default.name=Stenmursten +tile.stonebricksmooth.mossy.name=Mosbegroede stenmursten +tile.stonebricksmooth.name=Stenmursten +tile.tallgrass.fern.name=Bregne +tile.tallgrass.grass.name=Græs +tile.tallgrass.name=Græs +tile.tallgrass.shrub.name=Busk +tile.thinGlass.name=Glaspanel +tile.thinStainedGlass.black.name=Sort farvet glaspanel +tile.thinStainedGlass.blue.name=BlÃ¥t farvet glaspanel +tile.thinStainedGlass.brown.name=Brunt farvet glaspanel +tile.thinStainedGlass.cyan.name=Cyan farvet glaspanel +tile.thinStainedGlass.gray.name=GrÃ¥t farvet glaspanel +tile.thinStainedGlass.green.name=Grønt farvet glaspanel +tile.thinStainedGlass.lightBlue.name=LyseblÃ¥t farvet glaspanel +tile.thinStainedGlass.lime.name=Limegrønt farvet glaspanel +tile.thinStainedGlass.magenta.name=Lyslilla farvet glaspanel +tile.thinStainedGlass.name=Farvet glaspanel +tile.thinStainedGlass.orange.name=Orange farvet glaspanel +tile.thinStainedGlass.pink.name=Pink farvet glaspanel +tile.thinStainedGlass.purple.name=Lilla farvet glaspanel +tile.thinStainedGlass.red.name=Rødt farvet glaspanel +tile.thinStainedGlass.silver.name=LysegrÃ¥t farvet glaspanel +tile.thinStainedGlass.white.name=Hvidt farvet glaspanel +tile.thinStainedGlass.yellow.name=Gult farvet glaspanel +tile.tnt.name=TNT +tile.torch.name=Fakkel +tile.trapdoor.name=Lem +tile.tripWire.name=SnubletrÃ¥d +tile.tripWireSource.name=SnubletrÃ¥dskrog +tile.vine.name=Lianer +tile.water.name=Vand +tile.waterlily.name=Ã…kande +tile.web.name=Spindelvæv +tile.weightedPlate_heavy.name=Vægtet trykplade (tung) +tile.weightedPlate_light.name=Vægtet trykplade (let) +tile.whiteStone.name=Endesten +tile.wood.acacia.name=Akacietræsplanker +tile.wood.big_oak.name=Mørk egetræsplanke +tile.wood.birch.name=Birketræplanker +tile.wood.jungle.name=Jungletræplanker +tile.wood.name=Træplanker +tile.wood.oak.name=Egetræplanker +tile.wood.spruce.name=Grantræplanker +tile.woodSlab.acacia.name=Akacietræsplade +tile.woodSlab.big_oak.name=Mørk egetræsplade +tile.woodSlab.birch.name=Birketræsplade +tile.woodSlab.jungle.name=Jungletræsplade +tile.woodSlab.name=Træplade +tile.woodSlab.oak.name=Egetræsplade +tile.woodSlab.spruce.name=Grantræsplade +tile.woolCarpet.black.name=Sort tæppe +tile.woolCarpet.blue.name=BlÃ¥t tæppe +tile.woolCarpet.brown.name=Brunt tæppe +tile.woolCarpet.cyan.name=Turkis tæppe +tile.woolCarpet.gray.name=GrÃ¥t tæppe +tile.woolCarpet.green.name=Grønt tæppe +tile.woolCarpet.lightBlue.name=LyseblÃ¥t tæppe +tile.woolCarpet.lime.name=Limegrønt tæppe +tile.woolCarpet.magenta.name=Lyselilla tæppe +tile.woolCarpet.name=Tæppe +tile.woolCarpet.orange.name=Orange tæppe +tile.woolCarpet.pink.name=Lyserødt tæppe +tile.woolCarpet.purple.name=Lilla tæppe +tile.woolCarpet.red.name=Rødt tæppe +tile.woolCarpet.silver.name=LysegrÃ¥t tæppe +tile.woolCarpet.white.name=Tæppe +tile.woolCarpet.yellow.name=Gult tæppe +tile.workbench.name=Arbejdsbord +title.oldgl1=Gammelt grafikkort opdaget;dette kan forhindre dig i at +title.oldgl2=spille i fremtiden, da OpenGL 2.0 vil være pÃ¥krævet. +translation.test.args=%s %s +translation.test.complex=Præfiks, %s%2$s igen %s og %1$s til sidst %s og ogsÃ¥ %1$s igen! +translation.test.invalid=hej % +translation.test.invalid2=hej %s +translation.test.none=Hej, verden! +translation.test.world=verden diff --git a/javascript/lang/de_DE.lang b/javascript/lang/de_DE.lang new file mode 100755 index 00000000..2d2c656c --- /dev/null +++ b/javascript/lang/de_DE.lang @@ -0,0 +1,2512 @@ +achievement.acquireIron=Schmiedekunst +achievement.acquireIron.desc=Schmilz Eisenerz im Ofen zu einem Eisenbarren +achievement.bakeCake=Die Lüge +achievement.bakeCake.desc=Weizen, Zucker, Milch und Eier! +achievement.blazeRod=Spiel mit dem Feuer +achievement.blazeRod.desc=Erleichtere eine Lohe um ihre Rute +achievement.bookcase=Bibliothekar +achievement.bookcase.desc=Baue Bücherregale, um deinen Zaubertisch zu verbessern +achievement.breedCow=Nachzucht +achievement.breedCow.desc=Vermehre zwei Kühe mit Weizen +achievement.buildBetterPickaxe=Technischer Fortschritt +achievement.buildBetterPickaxe.desc=Stelle eine bessere Spitzhacke her +achievement.buildFurnace=Heiße Angelegenheit +achievement.buildFurnace.desc=Baue einen Ofen aus acht Bruchsteinen +achievement.buildHoe=Fang an zu ackern! +achievement.buildHoe.desc=Baue eine Feldhacke aus Holzbrettern und Stöcken +achievement.buildPickaxe=Glück Auf! +achievement.buildPickaxe.desc=Fertige eine Spitzhacke aus Holzbrettern und Stöcken +achievement.buildSword=Zu den Waffen! +achievement.buildSword.desc=Fertige ein Schwert aus Brettern und Stöcken +achievement.buildWorkBench=Fortgeschrittenes Handwerk +achievement.buildWorkBench.desc=Stelle eine Werkbank aus vier Holzbrettern her +achievement.cookFish=Köstlicher Fisch +achievement.cookFish.desc=Fange und brate einen Fisch! +achievement.diamonds=DIAMANTEN! +achievement.diamonds.desc=Baue einen Diamanten mit Hilfe einer Eisenspitzhacke ab +achievement.diamondsToYou=Diamanten für dich! +achievement.diamondsToYou.desc=Wirf Diamanten zu einem anderen Spieler. +achievement.enchantments=Verzauberer +achievement.enchantments.desc=Verwende ein Buch, Obsidian und Diamanten, um einen Zaubertisch zu bauen +achievement.exploreAllBiomes=Abenteurerzeit +achievement.exploreAllBiomes.desc=Entdecke alle Biome +achievement.flyPig=Wenn Schweine fliegen +achievement.flyPig.desc=Fliege auf einem Schwein eine Klippe hinunter +achievement.fullBeacon=Leuchtturmwärter +achievement.fullBeacon.desc=Erstelle ein vollständiges Leuchtfeuer +achievement.get=Erfolg erzielt! +achievement.ghast=Zurück zum Absender +achievement.ghast.desc=Besiege einen Ghast mit seinen eigenen Waffen +achievement.killCow=Kuhschubser +achievement.killCow.desc=Sammle etwas Leder +achievement.killEnemy=Monsterjäger +achievement.killEnemy.desc=Attackiere und vernichte ein Monster +achievement.killWither=Der Anfang. +achievement.killWither.desc=Töte den Wither +achievement.makeBread=Backe Brot +achievement.makeBread.desc=Backe ein Brot aus Weizen +achievement.mineWood=Dreimal auf Holz geklopft! +achievement.mineWood.desc=Schlage einen Baum, bis ein Stück Holz herausfällt +achievement.onARail=Bahn frei! +achievement.onARail.desc=Lege mit einer Lore mindestens einen Kilometer an einem Stück zurück +achievement.openInventory=Inventur +achievement.openInventory.desc=Drücke '%1$s', um dein Inventar zu öffnen. +achievement.overkill=Meister des Kampfes +achievement.overkill.desc=Verursache neun Herzen Schaden mit einem einzigen Schlag +achievement.overpowered=Übermächtig +achievement.overpowered.desc=Stelle einen Notch-Apfel her +achievement.portal=Wir müssen noch tiefer +achievement.portal.desc=Baue ein Portal zum Nether +achievement.potion=Alchemie +achievement.potion.desc=Braue einen Trank +achievement.requires=Benötigt '%1$s' +achievement.snipeSkeleton=Scharfschützenduell +achievement.snipeSkeleton.desc=Töte ein Skelett mit einem Pfeil aus einer Entfernung von mehr als 50 Metern +achievement.spawnWither=Der Anfang? +achievement.spawnWither.desc=Erschaffe den Wither +achievement.taken=Geschafft! +achievement.theEnd=Das Ende? +achievement.theEnd.desc=Finde das Ende +achievement.theEnd2=Das Ende. +achievement.theEnd2.desc=Besiege den Enderdrachen +achievement.unknown=??? +addServer.add=Fertig +addServer.enterIp=Serveradresse +addServer.enterName=Servername +addServer.hideAddress=Adresse verstecken +addServer.resourcePack=Server-Ressourcenpakete +addServer.resourcePack.disabled=Deaktiviert +addServer.resourcePack.enabled=Aktiviert +addServer.resourcePack.prompt=Abfrage +addServer.title=Serverinformationen bearbeiten +advMode.allEntities=Benutze "@e", um alle Objekte als Ziel auszuwählen +advMode.allPlayers=Benutze "@a" um alle Spieler als Ziel zu wählen +advMode.command=Befehl +advMode.nearestPlayer=Benutze "@p" um den nächsten Spieler als Ziel zu wählen +advMode.notAllowed=Nur ein Operator im Kreativ-Modus kann Befehle eingeben +advMode.notEnabled=Befehlsblöcke sind auf diesem Server nicht eingeschaltet +advMode.previousOutput=Letzte Ausgabe +advMode.randomPlayer=Benutze "@r" um einen zufälligen Spieler als Ziel zu wählen +advMode.setCommand=Befehl eingeben +advMode.setCommand.success=Befehl gesetzt: %s +attribute.modifier.plus.0=+%s %s +attribute.modifier.plus.1=+%s%% %s +attribute.modifier.plus.2=+%s%% %s +attribute.modifier.take.0=-%s %s +attribute.modifier.take.1=-%s%% %s +attribute.modifier.take.2=-%s%% %s +attribute.name.generic.attackDamage=Angriffsschaden +attribute.name.generic.followRange=Kreaturen-Folgedistanz +attribute.name.generic.knockbackResistance=Standfestigkeit +attribute.name.generic.maxHealth=Maximale Gesundheit +attribute.name.generic.movementSpeed=Geschwindigkeit +attribute.name.horse.jumpStrength=Pferdesprungstärke +attribute.name.zombie.spawnReinforcements=Zombie-Verstärkung +book.byAuthor=von %1$s +book.editTitle=Buchtitel eingeben: +book.finalizeButton=Endgültig signieren +book.finalizeWarning=Hinweis! Wenn du das Buch signierst, kann es nicht mehr bearbeitet werden. +book.generation.0=Original +book.generation.1=Kopie des Originals +book.generation.2=Kopie einer Kopie +book.generation.3=Zerrissen +book.pageIndicator=Seite %1$s von %2$s +book.signButton=Signieren +build.tooHigh=Die maximale Bauhöhe beträgt %s Blöcke +chat.cannotSend=Chat-Nachricht konnte nicht gesendet werden +chat.copy=Link kopieren +chat.link.confirm=Bist du sicher, dass du die folgende Webseite öffnen möchtest? +chat.link.confirmTrusted=Möchtest du diesen Link öffnen oder in die Zwischenablage kopieren? +chat.link.open=Im Browser öffnen +chat.link.warning=Öffne keine Links von Personen, denen du nicht vertraust! +chat.stream.emote=(%s) * %s %s +chat.stream.text=(%s) <%s> %s +chat.type.achievement=%s hat den Erfolg %s erzielt +chat.type.achievement.taken=%s hat den Erfolg %s verloren +chat.type.admin=[%s: %s] +chat.type.announcement=[%s] %s +chat.type.emote=* %s %s +chat.type.text=<%s> %s +commands.achievement.alreadyHave=Spieler %s hat bereits den Erfolg %s +commands.achievement.dontHave=Spieler %s hat den Erfolg %s nicht +commands.achievement.give.success.all=Alle Erfolge an %s gegeben +commands.achievement.give.success.one=Spieler %s hat Statistik '%s' erhalten +commands.achievement.statTooLow=Spieler %s hat keine Statistik %s +commands.achievement.take.success.all=Alle Erfolge von %s genommen +commands.achievement.take.success.one=Statistik %s von %s genommen +commands.achievement.unknownAchievement=Unbekannte Statistik oder Erfolg '%s' +commands.achievement.usage=/achievement give|take |* [] +commands.ban.failed=Spieler %s konnte nicht gesperrt werden +commands.ban.success=Spieler %s wurde gesperrt +commands.ban.usage=/ban [] +commands.banip.invalid=Du hast eine ungültige IP-Adresse eingegeben oder der Spieler ist nicht online +commands.banip.success=IP-Adresse %s wurde gesperrt +commands.banip.success.players=IP-Adresse %s (%s) wurde gesperrt +commands.banip.usage=/ban-ip [] +commands.banlist.ips=Es gibt %s gesperrte IP-Adressen: +commands.banlist.players=Es gibt insgesamt %s gesperrte Spieler: +commands.banlist.usage=/banlist [ips|players] +commands.blockdata.failed=Die NBT-Daten haben sich nicht geändert: %s +commands.blockdata.notValid=Der Ziel-Block kann keine NBT-Daten besitzen +commands.blockdata.outOfWorld=Kann Block nicht außerhalb der geladenen Welt verändern +commands.blockdata.success=NBT-Daten aktualisiert zu: %s +commands.blockdata.tagError=Kann NBT-Daten nicht analysieren: %s +commands.blockdata.usage=/blockdata +commands.chunkinfo.compiled=Chunk ist kompiliert. +commands.chunkinfo.data=Die ersten 64 Eckpunkte sind: %s +commands.chunkinfo.empty=Chunk ist leer. +commands.chunkinfo.hasLayers=Chunk hat Schichten: %s +commands.chunkinfo.hasNoRenderableLayers=Chunk hat keine darstellbaren Schichten. +commands.chunkinfo.isEmpty=Chunk hat leere Schichten: %s +commands.chunkinfo.location=Chunk-Position: (%s, %s, %s) +commands.chunkinfo.noChunk=Keinen Chunk gefunden bei Position %s, %s, %s +commands.chunkinfo.notCompiled=Chunk ist nicht kompiliert. +commands.chunkinfo.notEmpty=Chunk ist nicht leer. +commands.chunkinfo.usage=/chunkinfo [ ] +commands.chunkinfo.vertices=Der Schichtpuffer von %s enthält %s Eckpunkte +commands.clear.failure=Das Inventar von %s konnte nicht geleert werden, da es bereits leer war +commands.clear.success=Inventar von %s geleert, %s Gegenstände entfernt +commands.clear.tagError=Kann NBT-Daten nicht analysieren: %s +commands.clear.testing=%s hat %s Gegenstände, die den Kriterien entsprechen +commands.clear.usage=/clear [] [] [] [] [] +commands.clone.failed=Keine Blöcke kopiert +commands.clone.noOverlap=Quelle und Ziel können sich nicht überschneiden +commands.clone.outOfWorld=Auf Blöcke außerhalb der geladenen Welt kann nicht zugegriffen werden +commands.clone.success=%s Blöcke kopiert +commands.clone.tooManyBlocks=Zu viele Blöcke im angegebenen Bereich (%s > %s) +commands.clone.usage=/clone [replace|masked|filtered] [normal|force|move] [] [] +commands.compare.failed=Quelle und Ziel sind nicht identisch +commands.compare.outOfWorld=Auf Blöcke außerhalb der geladenen Welt kann nicht zugegriffen werden +commands.compare.success=%s Blöcke verglichen +commands.compare.tooManyBlocks=Zu viele Blöcke im angegebenen Bereich (%s > %s) +commands.compare.usage=/testforblocks [all|masked] +commands.debug.notStarted=Kann Debug-Aufzeichung nicht beenden ohne sie gestartet zu haben! +commands.debug.start=Starte Debug-Aufzeichung +commands.debug.stop=Debug-Aufzeichnung nach %s Sekunden (%s Ticks) gestoppt +commands.defaultgamemode.success=Der Standardspielmodus der Welt ist nun %s +commands.defaultgamemode.usage=/defaultgamemode +commands.deop.failed=%s konnte nicht von der Operatorliste entfernt werden +commands.deop.success=%s ist kein Operator mehr +commands.deop.usage=/deop +commands.difficulty.success=Schwierigkeit auf %s gesetzt +commands.difficulty.usage=/difficulty +commands.downfall.success=Niederschlag umgestellt +commands.downfall.usage=/toggledownfall +commands.effect.failure.notActive=%1$s liegt bei %2$s nicht vor und konnte daher nicht entfernt werden +commands.effect.failure.notActive.all=Keine Effekte von %s entfernt, da keine vorhanden +commands.effect.notFound=Es gibt keinen Effekt mit der ID %s +commands.effect.success=%4$s hat %1$s (ID %2$s) * %3$s für %5$s Sekunden erhalten +commands.effect.success.removed=%1$s von %2$s entfernt +commands.effect.success.removed.all=Alle Effekte von %s entfernt +commands.effect.usage=/effect clear| [] [] [] +commands.enchant.cantCombine=%1$s ist nicht kombinierbar mit %2$s +commands.enchant.cantEnchant=Die gewählte Verzauberung kann nicht zu diesem Gegenstand hinzugefügt werden +commands.enchant.noItem=Das Ziel hält keinen Gegenstand +commands.enchant.notFound=Es gibt keine Verzauberung mit der ID %s +commands.enchant.success=Verzauberung erfolgreich +commands.enchant.usage=/enchant [] +commands.entitydata.failed=Die NBT-Daten haben sich nicht geändert: %s +commands.entitydata.noPlayers=%s ist ein Spieler und kann nicht verändert werden +commands.entitydata.success=NBT-Daten aktualisiert zu: %s +commands.entitydata.tagError=Kann NBT-Daten nicht analysieren: %s +commands.entitydata.usage=/entitydata +commands.execute.allInvocationsFailed=Alle Aufrufe fehlgeschlagen: '%s' +commands.execute.failed=Fehler beim Ausführen von '%s' als %s +commands.execute.usage=/execute ODER /execute detect +commands.fill.failed=Keine Blöcke platziert +commands.fill.outOfWorld=Kann Block nicht außerhalb der geladenen Welt platzieren +commands.fill.success=%s Blöcke platziert +commands.fill.tagError=Kann NBT-Daten nicht analysieren: %s +commands.fill.tooManyBlocks=Zu viele Blöcke im angegebenen Bereich (%s > %s) +commands.fill.usage=/fill [] [replace|replace []|destroy|keep|hollow|outline] [] +commands.gamemode.success.other=Der Spielmodus von %s wurde auf %s gesetzt +commands.gamemode.success.self=Dein Spielmodus wurde auf %s gesetzt +commands.gamemode.usage=/gamemode [] +commands.gamerule.nopermission=Nur Serverbesitzer können '%s' ändern +commands.gamerule.norule=Keine Spielregel '%s' vorhanden +commands.gamerule.success=Spielregel wurde geändert +commands.gamerule.usage=/gamerule [] +commands.generic.boolean.invalid='%s' ist nicht 'true' oder 'false' +commands.generic.double.tooBig=Die eingegebene Zahl (%s) ist zu groß, sie darf höchstens %s betragen +commands.generic.double.tooSmall=Die eingegebene Zahl (%s) ist zu klein, sie muss mindestens %s betragen +commands.generic.entity.invalidType=Objekt-Typ '%s' ist ungültig +commands.generic.entity.invalidUuid=Die angegebene Objekt-UUID hat ein ungültiges Format +commands.generic.entity.notFound=Dieses Objekt kann nicht gefunden werden +commands.generic.exception=Bei der Ausführung dieses Befehls trat ein unbekannter Fehler auf +commands.generic.notFound=Unbekannter Befehl. Gib /help ein, um eine Liste von Befehlen zu erhalten +commands.generic.num.invalid='%s' ist keine gültige Zahl +commands.generic.num.tooBig=Die eingegebene Zahl (%s) ist zu groß, sie darf höchstens %s betragen +commands.generic.num.tooSmall=Die eingegebene Zahl (%s) ist zu klein, sie muss mindestens %s betragen +commands.generic.parameter.invalid='%s' ist kein gültiger Parameter +commands.generic.permission=Du hast nicht die benötigte Berechtigung, diesen Befehl auszuführen +commands.generic.player.notFound=Dieser Spieler konnte nicht gefunden werden +commands.generic.syntax=Ungültige Befehlssyntax +commands.generic.usage=Syntax: %s +commands.give.notFound=Es gibt keinen Gegenstand mit der ID %s +commands.give.success=%s * %s an %s gegeben +commands.give.tagError=Kann NBT-Daten nicht analysieren: %s +commands.give.usage=/give [] [] [] +commands.help.footer=Tipp: Benutze die Tabulatortaste zur automatischen Vervollständigung von Befehlen oder ihrer Argumente +commands.help.header=--- Hilfeseite %s von %s (/help ) --- +commands.help.usage=/help [|] +commands.kick.success=%s wurde aus dem Spiel geworfen +commands.kick.success.reason=%s wurde aus dem Spiel geworfen: '%s' +commands.kick.usage=/kick [] +commands.kill.successful=%s getötet +commands.kill.usage=/kill [|] +commands.me.usage=/me +commands.message.display.incoming=%s flüstert dir zu: %s +commands.message.display.outgoing=Du flüsterst %s zu: %s +commands.message.sameTarget=Du kannst keine Selbstgespräche führen! +commands.message.usage=/tell +commands.op.failed=%s konnte nicht zum Operator ernannt werden +commands.op.success=%s wurde zum Operator ernannt +commands.op.usage=/op +commands.particle.notFound=Effekt %s existiert nicht +commands.particle.success=Spiele Effekt %s %s Mal ab +commands.particle.usage=/particle [] [normal|force] +commands.players.list=Es sind %s/%s Spieler online: +commands.players.usage=/list +commands.playsound.playerTooFar=Spieler %s ist zu weit entfernt um das Geräusch zu hören +commands.playsound.success=Geräusch '%s' an %s abgespielt +commands.playsound.usage=/playsound [] [] [] [] [] [] +commands.publish.failed=Es konnte kein LAN-Spiel erstellt werden +commands.publish.started=LAN-Spiel unter Port %s erreichbar +commands.publish.usage=/publish +commands.replaceitem.block.usage=/replaceitem block [] [] [] +commands.replaceitem.entity.usage=/replaceitem entity [] [] [] +commands.replaceitem.failed=Konnte Slot %s nicht mit %s * %s ersetzen +commands.replaceitem.noContainer=Der Block bei %s, %s, %s hat kein Inventar +commands.replaceitem.success=Slot %s durch %s * %s ersetzt +commands.replaceitem.tagError=Kann NBT-Daten nicht analysieren: %s +commands.replaceitem.usage=/replaceitem entity|block ... +commands.save-off.alreadyOff=Speichern ist bereits inaktiv. +commands.save-off.usage=/save-off +commands.save-on.alreadyOn=Speichern ist bereits aktiv. +commands.save-on.usage=/save-on +commands.save.disabled=Automatisches Speichern der Welt ausgeschaltet +commands.save.enabled=Automatisches Speichern der Welt eingeschaltet +commands.save.failed=Speichern fehlgeschlagen: %s +commands.save.start=Speichere ... +commands.save.success=Die Welt wurde gespeichert +commands.save.usage=/save-all +commands.say.usage=/say +commands.scoreboard.allMatchesFailed=Alle Surchergebnisse fehlgeschlagen +commands.scoreboard.noMultiWildcard=Nur ein Platzhalter für Spieler erlaubt +commands.scoreboard.objectiveNotFound=Es wurde kein Ziel mit dem Namen '%s' gefunden +commands.scoreboard.objectiveReadOnly=Das Ziel '%s' kann nur ausgelesen und nicht verändert werden +commands.scoreboard.objectives.add.alreadyExists=Ein Ziel mit dem Namen '%s' existiert bereits +commands.scoreboard.objectives.add.displayTooLong=Der Anzeigename '%s' ist zu lang für ein Ziel, er darf maximal %s Zeichen lang sein +commands.scoreboard.objectives.add.success=Neues Ziel '%s' wurde hinzugefügt +commands.scoreboard.objectives.add.tooLong=Der Name '%s' ist zu lang für ein Ziel, er darf maximal %s Zeichen lang sein +commands.scoreboard.objectives.add.usage=/scoreboard objectives add [] +commands.scoreboard.objectives.add.wrongType=Ungültiger Ziel-Kriterientyp '%s' +commands.scoreboard.objectives.list.count=Zeige %s Ziel(e) auf der Anzeigetafel an: +commands.scoreboard.objectives.list.empty=Es sind keine Ziele auf der Anzeigetafel eingetragen +commands.scoreboard.objectives.list.entry=- %s: wird als '%s' angezeigt und ist vom Typ '%s' +commands.scoreboard.objectives.remove.success=Ziel '%s' wurde entfernt +commands.scoreboard.objectives.remove.usage=/scoreboard objectives remove +commands.scoreboard.objectives.setdisplay.invalidSlot=Kein Anzeigeslot '%s' vorhanden +commands.scoreboard.objectives.setdisplay.successCleared=Ziel-Anzeigeslot '%s' wurde gelöscht +commands.scoreboard.objectives.setdisplay.successSet=Das angezeigte Ziel in Slot '%s' wurde auf '%s' gesetzt +commands.scoreboard.objectives.setdisplay.usage=/scoreboard objectives setdisplay [] +commands.scoreboard.objectives.usage=/scoreboard objectives ... +commands.scoreboard.players.add.usage=/scoreboard players add [] +commands.scoreboard.players.enable.noTrigger=Ziel %s ist kein Auslöser +commands.scoreboard.players.enable.success=Auslöser %s für %s aktiviert +commands.scoreboard.players.enable.usage=/scoreboard players enable +commands.scoreboard.players.list.count=Zeige %s erfasste Spieler auf der Anzeigetafel: +commands.scoreboard.players.list.empty=Derzeit werden keine Spieler von der Anzeigetafel erfasst +commands.scoreboard.players.list.player.count=Zeige %s erfasste(s) Ziel(e) für %s an: +commands.scoreboard.players.list.player.empty=Für Spieler %s wurden keine Punkte eingetragen +commands.scoreboard.players.list.player.entry=- %2$s: %1$s (%3$s) +commands.scoreboard.players.list.usage=/scoreboard players list [] +commands.scoreboard.players.operation.invalidOperation=Ungültige Operation %s +commands.scoreboard.players.operation.notFound=Keine Punktzahl %s für %s gefunden +commands.scoreboard.players.operation.success=Operation wurde ausgeführt +commands.scoreboard.players.operation.usage=/scoreboard players operation +commands.scoreboard.players.remove.usage=/scoreboard players remove [] +commands.scoreboard.players.reset.success=Alle Punkte von Spieler %s wurden zurückgesetzt +commands.scoreboard.players.reset.usage=/scoreboard players reset [] +commands.scoreboard.players.resetscore.success=Punktestand %s von %s wurde zurückgesetzt +commands.scoreboard.players.set.success=Punktestand von %s für Spieler %s wurde auf %s gesetzt +commands.scoreboard.players.set.tagError=Kann NBT-Daten nicht analysieren, Grund: %s +commands.scoreboard.players.set.tagMismatch=Die NBT-Daten für %s stimmen nicht überein +commands.scoreboard.players.set.usage=/scoreboard players set [] +commands.scoreboard.players.test.failed=Punktzahl %s liegt NICHT zwischen %s und %s +commands.scoreboard.players.test.notFound=Keine Punktzahl %s für %s gefunden +commands.scoreboard.players.test.success=Punktzahl %s liegt zwischen %s und %s +commands.scoreboard.players.test.usage=/scoreboard players test [] +commands.scoreboard.players.usage=/scoreboard players ... +commands.scoreboard.teamNotFound=Es wurde kein Team mit dem Namen '%s' gefunden +commands.scoreboard.teams.add.alreadyExists=Ein Team mit dem Namen '%s' existiert bereits +commands.scoreboard.teams.add.displayTooLong=Der Anzeigename '%s' ist zu lang für ein Team, er darf maximal %s Zeichen lang sein +commands.scoreboard.teams.add.success=Neues Team '%s' hinzugefügt +commands.scoreboard.teams.add.tooLong=Der Name '%s' ist zu lang für ein Team, er darf maximal %s Zeichen lang sein +commands.scoreboard.teams.add.usage=/scoreboard teams add [] +commands.scoreboard.teams.empty.alreadyEmpty=Team %s hat bereits keine Spieler mehr +commands.scoreboard.teams.empty.success=Alle %s Spieler wurden aus Team %s entfernt +commands.scoreboard.teams.empty.usage=/scoreboard teams empty +commands.scoreboard.teams.join.failure=%s Spieler konnten nicht dem Team %s hinzugefügt werden: %s +commands.scoreboard.teams.join.success=%s Spieler zum Team %s hinzugefügt: %s +commands.scoreboard.teams.join.usage=/scoreboard teams join [] +commands.scoreboard.teams.leave.failure=%s Spieler konnten nicht aus ihren Teams entfernt werden: %s +commands.scoreboard.teams.leave.noTeam=Du bist in keinem Team +commands.scoreboard.teams.leave.success=%s Spieler wurden aus ihren Teams entfernt: %s +commands.scoreboard.teams.leave.usage=/scoreboard teams leave [] +commands.scoreboard.teams.list.count=Zeige %s Teams auf der Anzeigetafel an: +commands.scoreboard.teams.list.empty=Derzeit sind keine Teams auf der Anzeigetafel registriert +commands.scoreboard.teams.list.entry=- %1$s: '%2$s' hat %3$s Spieler +commands.scoreboard.teams.list.player.count=Zeige %s Spieler von Team %s: +commands.scoreboard.teams.list.player.empty=Team %s hat keine Spieler +commands.scoreboard.teams.list.player.entry=- %2$s: %1$s (%3$s) +commands.scoreboard.teams.list.usage=/scoreboard teams list [] +commands.scoreboard.teams.option.noValue=Gültige Werte für Option %s sind: %s +commands.scoreboard.teams.option.success=Option %s für Team %s auf %s gesetzt +commands.scoreboard.teams.option.usage=/scoreboard teams option friendlyfire|color|seeFriendlyInvisibles|nametagVisibility|deathMessageVisibility +commands.scoreboard.teams.remove.success=Team %s wurde entfernt +commands.scoreboard.teams.remove.usage=/scoreboard teams remove +commands.scoreboard.teams.usage=/scoreboard teams ... +commands.scoreboard.usage=/scoreboard ... +commands.seed.success=Startwert: %s +commands.seed.usage=/seed +commands.setblock.failed=Kann Block nicht platzieren +commands.setblock.noChange=Der Block konnte nicht platziert werden +commands.setblock.notFound=Es gibt keinen Block mit ID/Namen %s +commands.setblock.outOfWorld=Kann Block nicht außerhalb der geladenen Welt platzieren +commands.setblock.success=Block platziert +commands.setblock.tagError=Kann NBT-Daten nicht analysieren: %s +commands.setblock.usage=/setblock [] [replace|keep|destroy] [] +commands.setidletimeout.success=Leerlaufzeit auf %s Minuten gesetzt. +commands.setidletimeout.usage=/setidletimeout +commands.setworldspawn.success=Der Welt-Einstiegspunkt wurde auf (%s, %s, %s) gesetzt +commands.setworldspawn.usage=/setworldspawn [ ] +commands.spawnpoint.success=Einstiegspunkt von %s auf (%s, %s, %s) gesetzt +commands.spawnpoint.usage=/spawnpoint [] [ ] +commands.spreadplayers.failure.players=Konnte %s Spieler nicht um %s,%s verteilen (zu viele Spieler - versuche, höchstens %s zu verteilen) +commands.spreadplayers.failure.teams=Konnte %s Teams nicht um %s,%s verteilen (zu viele Spieler - versuche, höchstens %s zu verteilen) +commands.spreadplayers.info.players=(Die durchschnittliche Entfernung zwischen Spielern beträgt %s Blöcke nach %s Durchläufen) +commands.spreadplayers.info.teams=(Die durchschnittliche Entfernung zwischen Teams beträgt %s Blöcke nach %s Durchläufen) +commands.spreadplayers.spreading.players=%s Spieler werden innerhalb von %s Blöcken um %s,%s verteilt (min. %s Blöcke auseinander) +commands.spreadplayers.spreading.teams=%s Teams werden innerhalb von %s Blöcken um %s,%s verteilt (min. %s Blöcke auseinander) +commands.spreadplayers.success.players=%s Spieler wurden erfolgreich um %s,%s verteilt +commands.spreadplayers.success.teams=%s Teams wurden erfolgreich um %s,%s verteilt +commands.spreadplayers.usage=/spreadplayers true|false +commands.stats.block.clear.usage=/stats block clear +commands.stats.block.set.usage=/stats block set +commands.stats.block.usage=/stats block ... +commands.stats.cleared=Statistik %s geleert +commands.stats.entity.clear.usage=/stats entity clear +commands.stats.entity.set.usage=/stats entity set +commands.stats.entity.usage=/stats entity +commands.stats.failed=Ungültige Parameter +commands.stats.noCompatibleBlock=Block bei %s, %s, %s kann Statistiken nicht beeinflussen +commands.stats.success=Speichere die Statistiken %s in %s auf %s +commands.stats.usage=/stats entity|block ... +commands.stop.start=Server wird gestoppt +commands.stop.usage=/stop +commands.summon.failed=Kann Objekt nicht erzeugen +commands.summon.outOfWorld=Kann Objekt nicht außerhalb der geladenen Welt erzeugen +commands.summon.success=Objekt erzeugt +commands.summon.tagError=Kann NBT-Daten nicht analysieren: %s +commands.summon.usage=/summon [ ] [] +commands.tellraw.jsonException=Ungültige JSON: %s +commands.tellraw.usage=/tellraw + +commands.testfor.failure=%s entspricht nicht der erforderlichen Daten-Struktur +commands.testfor.success=%s gefunden +commands.testfor.tagError=Kann NBT-Daten nicht analysieren: %s +commands.testfor.usage=/testfor [] +commands.testforblock.failed.data=Der Block bei %s, %s, %s hat die Metadaten %s (erwartet: %s). +commands.testforblock.failed.nbt=Der Block bei %s, %s, %s hat nicht die erforderlichen NBT-Schlüssel. +commands.testforblock.failed.tile=Der Block bei %s, %s, %s ist %s (erwartet: %s). +commands.testforblock.failed.tileEntity=Der Block bei %s, %s, %s ist kein Tileentity und unterstützt keinen NBT-Datenvergleich. +commands.testforblock.outOfWorld=Kann nicht auf Block außerhalb der geladenen Welt testen +commands.testforblock.success=Block bei %s, %s, %s gefunden. +commands.testforblock.usage=/testforblock [] [] +commands.time.added=Zeit um %s erhöht +commands.time.query=Zeit ist %s +commands.time.set=Zeit auf %s gesetzt +commands.time.usage=/time set|add|query +commands.title.success=Title-Befehl ausgeführt +commands.title.usage=/title title|subtitle|clear|reset|times ... +commands.title.usage.clear=/title clear|reset +commands.title.usage.times=/title times +commands.title.usage.title=/title title|subtitle +commands.tp.notSameDimension=Teleportieren nicht möglich, da die Spieler nicht in der gleichen Dimension sind +commands.tp.success=%s wurde zu %s teleportiert +commands.tp.success.coordinates=%s wurde zu %s,%s,%s teleportiert +commands.tp.usage=/tp [] ODER /tp [] [ ] +commands.trigger.disabled=Auslöser %s ist nicht aktiviert +commands.trigger.invalidMode=Ungültiger Auslösermodus %s +commands.trigger.invalidObjective=Ungültiger Auslösername %s +commands.trigger.invalidPlayer=Nur Spieler können den Befehl /trigger benutzen +commands.trigger.success=Auslöser %s mit %s %s geändert +commands.trigger.usage=/trigger add|set +commands.unban.failed=Spieler %s konnte nicht entsperrt werden +commands.unban.success=Spieler %s wurde entsperrt +commands.unban.usage=/pardon +commands.unbanip.invalid=Du hast eine ungültige IP-Adresse eingegeben +commands.unbanip.success=IP-Adresse %s entsperrt +commands.unbanip.usage=/pardon-ip +commands.weather.clear=Wechsle zu schönem Wetter +commands.weather.rain=Wechsle zu Regenwetter +commands.weather.thunder=Wechsle zu Gewitter +commands.weather.usage=/weather clear|rain|thunder [] +commands.whitelist.add.failed=%s konnte nicht zur Whitelist hinzugefügt werden +commands.whitelist.add.success=%s wurde zur Whitelist hinzugefügt +commands.whitelist.add.usage=/whitelist add +commands.whitelist.disabled=Whitelist wurde deaktiviert +commands.whitelist.enabled=Die Whitelist wurde aktiviert +commands.whitelist.list=Es sind %s (von %s) Spieler auf der Whitelist: +commands.whitelist.reloaded=Whitelist wurde neu geladen +commands.whitelist.remove.failed=%s konnte nicht von der Whitelist entfernt werden +commands.whitelist.remove.success=%s wurde von der Whitelist entfernt +commands.whitelist.remove.usage=/whitelist remove +commands.whitelist.usage=/whitelist add|remove ODER /whitelist on|off|list|reload +commands.worldborder.add.usage=/worldborder add [] +commands.worldborder.center.success=Zentrum der Weltbarriere auf %s,%s gesetzt +commands.worldborder.center.usage=/worldborder center +commands.worldborder.damage.amount.success=Setze den Schaden außerhalb der Weltbarriere auf %s pro Block (von %s pro Block) +commands.worldborder.damage.amount.usage=/worldborder damage amount +commands.worldborder.damage.buffer.success=Setze den Unversehrtheitsbereich um die Weltbarriere auf %s Blöcke (von %s Blöcken) +commands.worldborder.damage.buffer.usage=/worldborder damage buffer +commands.worldborder.damage.usage=/worldborder damage buffer|amount ... +commands.worldborder.get.success=Weltbbarriere ist im Moment %s Blöcke weit +commands.worldborder.set.success=Setze Weltbbarriere auf Weite von %s Blöcken (von %s Blöcken) +commands.worldborder.set.usage=/worldborder set [] +commands.worldborder.setSlowly.grow.success=Vergrößere Weltbarriere auf eine Weite von %s Blöcken (von ursprünglich %s Blöcken) in %s Sekunden +commands.worldborder.setSlowly.shrink.success=Verkleinere Weltbbarriere auf eine Weite von %s Blöcken (von ursprünglich %s Blöcken) in %s Sekunden +commands.worldborder.usage=/worldborder add|set|center|damage|warning|get ... +commands.worldborder.warning.distance.success=Setze die Warndistanz der Weltbarriere auf %s Blöcke (von %s Blöcken) +commands.worldborder.warning.distance.usage=/worldborder warning distance +commands.worldborder.warning.time.success=Setze die Warnzeit der Weltbarriere auf %s Sekunden (von %s Sekunden) +commands.worldborder.warning.time.usage=/worldborder warning time +commands.worldborder.warning.usage=/worldborder warning time|distance ... +commands.xp.failure.widthdrawXp=Spielern kann keine negative Anzahl Erfahrungspunkte gegeben werden +commands.xp.success=%s Erfahrungspunkte an %s gegeben +commands.xp.success.levels=%s Erfahrungslevel an %s gegeben +commands.xp.success.negative.levels=%s Erfahrungslevel von %s entfernt +commands.xp.usage=/xp [] ODER /xp L [] +connect.authorizing=Anmelden ... +connect.connecting=Verbinde zum Server ... +connect.failed=Verbindungsaufbau fehlgeschlagen +container.beacon=Leuchtfeuer +container.brewing=Braustand +container.chest=Truhe +container.chestDouble=Große Truhe +container.crafting=Handwerk +container.creative=Gegenstände +container.dispenser=Werfer +container.dropper=Spender +container.enchant=Verzaubern +container.enchant.clue=%s . . . ? +container.enchant.lapis.many=%s Lapislazuli +container.enchant.lapis.one=1 Lapislazuli +container.enchant.level.many=%s Erfahrungsstufen +container.enchant.level.one=1 Erfahrungsstufe +container.enderchest=Endertruhe +container.furnace=Ofen +container.hopper=Trichter +container.inventory=Inventar +container.isLocked=%s ist verschlossen! +container.minecart=Lore +container.repair=Amboss +container.repair.cost=Erfahrungskosten: %1$s +container.repair.expensive=Zu teuer! +controls.reset=Standard +controls.resetAll=Tasten zurücksetzen +controls.title=Steuerung +createWorld.customize.custom.baseSize=Basishöhe +createWorld.customize.custom.biomeDepthOffset=Versatz Biomtiefe +createWorld.customize.custom.biomeDepthWeight=Gewichtung Biomtiefe +createWorld.customize.custom.biomeScaleOffset=Versatz Biomfaktor +createWorld.customize.custom.biomeScaleWeight=Gewichtung Biomfaktor +createWorld.customize.custom.biomeSize=Biomgröße +createWorld.customize.custom.center=Zentralhöhe +createWorld.customize.custom.confirm1=Dies überschreibt die aktuellen Werte und +createWorld.customize.custom.confirm2=kann nicht rückgängig gemacht werden. +createWorld.customize.custom.confirmTitle=Achtung! +createWorld.customize.custom.coordinateScale=Horizontaler Faktor +createWorld.customize.custom.count=Generierungsversuche +createWorld.customize.custom.defaults=Standardwerte +createWorld.customize.custom.depthNoiseScaleExponent=Exponent Rauschen Tiefe +createWorld.customize.custom.depthNoiseScaleX=Rauschfaktor Tiefe X +createWorld.customize.custom.depthNoiseScaleZ=Rauschfaktor Tiefe Z +createWorld.customize.custom.dungeonChance=Anzahl Verliese +createWorld.customize.custom.fixedBiome=Biome +createWorld.customize.custom.heightScale=Vertikaler Faktor +createWorld.customize.custom.lavaLakeChance=Seltenheit Lavaseen +createWorld.customize.custom.lowerLimitScale=Untere Begrenzung +createWorld.customize.custom.mainNoiseScaleX=Rauschfaktor X +createWorld.customize.custom.mainNoiseScaleY=Rauschfaktor Y +createWorld.customize.custom.mainNoiseScaleZ=Rauschfaktor Z +createWorld.customize.custom.maxHeight=Maximalhöhe +createWorld.customize.custom.minHeight=Mindesthöhe +createWorld.customize.custom.next=Weiter +createWorld.customize.custom.page0=Grundeinstellungen +createWorld.customize.custom.page1=Erz-Einstellungen +createWorld.customize.custom.page2=Erweiterte Einstellungen für Experten +createWorld.customize.custom.page3=Extra erweiterte Einstellungen für Profis +createWorld.customize.custom.preset.caveChaos=Höhlen des Chaos +createWorld.customize.custom.preset.caveDelight=Höhlenforschers Entzücken +createWorld.customize.custom.preset.drought=Dürre +createWorld.customize.custom.preset.goodLuck=Viel Glück +createWorld.customize.custom.preset.isleLand=Inselland +createWorld.customize.custom.preset.mountains=Wahnsinnsberge +createWorld.customize.custom.preset.waterWorld=Wasserwelt +createWorld.customize.custom.presets=Vorlagen +createWorld.customize.custom.presets.title=Angepasste Welt - Vorlagen +createWorld.customize.custom.prev=Zurück +createWorld.customize.custom.randomize=Zufällig +createWorld.customize.custom.riverSize=Flussgröße +createWorld.customize.custom.seaLevel=Meeresspiegel +createWorld.customize.custom.size=Adergröße +createWorld.customize.custom.spread=Verteilungshöhe +createWorld.customize.custom.stretchY=Höhenstreckung +createWorld.customize.custom.upperLimitScale=Obere Begrenzung +createWorld.customize.custom.useCaves=Höhlen +createWorld.customize.custom.useDungeons=Verliese +createWorld.customize.custom.useLavaLakes=Lavaseen +createWorld.customize.custom.useLavaOceans=Lavaozeane +createWorld.customize.custom.useMineShafts=Minen +createWorld.customize.custom.useMonuments=Ozeanmonumente +createWorld.customize.custom.useRavines=Schluchten +createWorld.customize.custom.useStrongholds=Festungen +createWorld.customize.custom.useTemples=Tempel +createWorld.customize.custom.useVillages=Dörfer +createWorld.customize.custom.useWaterLakes=Seen +createWorld.customize.custom.waterLakeChance=Seltenheit Seen +createWorld.customize.flat.addLayer=Schicht hinzufügen +createWorld.customize.flat.editLayer=Schicht bearbeiten +createWorld.customize.flat.height=Höhe +createWorld.customize.flat.layer=%s +createWorld.customize.flat.layer.bottom=Boden - %s +createWorld.customize.flat.layer.top=Oberfläche - %s +createWorld.customize.flat.removeLayer=Schicht entfernen +createWorld.customize.flat.tile=Schichtmaterial +createWorld.customize.flat.title=Flachlandeinstellungen +createWorld.customize.presets=Vorlagen +createWorld.customize.presets.list=Alternativ sind hier einige von uns erstellte: +createWorld.customize.presets.select=Vorlage benutzen +createWorld.customize.presets.share=Willst du die Vorlage mit jemandem teilen? Benutze das Eingabefeld: +createWorld.customize.presets.title=Vorlage auswählen +death.attack.anvil=%1$s wurde von einem fallenden Amboss zerquetscht +death.attack.arrow=%1$s wurde von %2$s erschossen +death.attack.arrow.item=%1$s wurde von %2$s mit %3$s erschossen +death.attack.cactus=%1$s wurde zu Tode gestochen +death.attack.cactus.player=%1$s rannte beim Versuch %2$s zu entkommen in einen Kaktus +death.attack.drown=%1$s ertrank +death.attack.drown.player=%1$s ertrank beim Versuch %2$s zu entkommen +death.attack.explosion=%1$s wurde in die Luft gesprengt +death.attack.explosion.player=%1$s wurde durch %2$s in die Luft gesprengt +death.attack.fall=%1$s fiel der Schwerkraft zum Opfer +death.attack.fallingBlock=%1$s wurde von einem fallenden Block zerquetscht +death.attack.fireball=%1$s wurde von %2$s flambiert +death.attack.fireball.item=%1$s wurde von %2$s mit %3$s flambiert +death.attack.generic=%1$s starb +death.attack.inFire=%1$s ging in Flammen auf +death.attack.inFire.player=%1$s lief ins Feuer, während er mit %2$s kämpfte +death.attack.inWall=%1$s wurde lebendig begraben +death.attack.indirectMagic=%1$s wurde von %2$s mit Magie getötet +death.attack.indirectMagic.item=%1$s wurde von %2$s mit %3$s getötet +death.attack.lava=%1$s versuchte in Lava zu schwimmen +death.attack.lava.player=%1$s fiel beim Versuch %2$s zu entkommen in Lava +death.attack.lightningBolt=%1$s wurde vom Blitz getroffen +death.attack.magic=%1$s wurde durch Magie getötet +death.attack.mob=%1$s wurde von %2$s erschlagen +death.attack.onFire=%1$s verbrannte +death.attack.onFire.player=%1$s wurde während des Kampfes mit %2$s geröstet +death.attack.outOfWorld=%1$s fiel aus der Welt +death.attack.player=%1$s wurde von %2$s erschlagen +death.attack.player.item=%1$s wurde von %2$s mit %3$s erschlagen +death.attack.starve=%1$s verhungerte +death.attack.thorns=%1$s wurde beim Versuch %2$s zu verletzen getötet +death.attack.thrown=%1$s wurde von %2$s zu Tode geprügelt +death.attack.thrown.item=%1$s wurde von %2$s mit %3$s zu Tode geprügelt +death.attack.wither=%1$s verdorrte +death.fell.accident.generic=%1$s fiel aus zu großer Höhe +death.fell.accident.ladder=%1$s fiel von einer Leiter +death.fell.accident.vines=%1$s fiel von Ranken +death.fell.accident.water=%1$s fiel aus dem Wasser +death.fell.assist=%1$s wurde von %2$s zum Fallen verdammt +death.fell.assist.item=%1$s wurde von %2$s mit %3$s zum Fallen verdammt +death.fell.finish=%1$s fiel zu tief und wurde von %2$s erledigt +death.fell.finish.item=%1$s fiel zu tief und wurde von %2$s mit %3$s erledigt +death.fell.killer=%1$s wurde zum Fallen verdammt +deathScreen.deleteWorld=Welt löschen +deathScreen.hardcoreInfo=Du kannst im Hardcore-Modus nicht wiedereinsteigen! +deathScreen.leaveServer=Server verlassen +deathScreen.quit.confirm=Bist du sicher, dass du das Spiel verlassen möchtest? +deathScreen.respawn=Wiederbeleben +deathScreen.score=Punktestand +deathScreen.title=Du bist gestorben! +deathScreen.title.hardcore=Game over! +deathScreen.titleScreen=Hauptmenü +demo.day.1=Diese Demo beinhaltet fünf Spieltage, gib dein Bestes! +demo.day.2=Zweiter Tag +demo.day.3=Dritter Tag +demo.day.4=Vierter Tag +demo.day.5=Fünfter und letzter Tag! +demo.day.6=Dein fünfter Spieltag ist zu Ende, drücke F2 um einen Screenshot deiner Schöpfung abzuspeichern. +demo.day.warning=Deine Zeit ist schon fast um! +demo.demoExpired=Die Demo-Zeit ist abgelaufen! +demo.help.buy=Jetzt kaufen! +demo.help.fullWrapped=Diese Demo dauert 5 Spiel-Tage (ca. 1 Stunde und 40 Minuten echte Zeit). Sieh dir die Erfolge für Hinweise an! Viel Spaß! +demo.help.inventory=Mit %1$s öffnest du dein Inventar +demo.help.jump=Drücke %1$s, um zu springen +demo.help.later=Weiterspielen! +demo.help.movement=Benutze %1$s, %2$s, %3$s, %4$s und die Maus, um dich zu bewegen +demo.help.movementMouse=Schau dich mit Hilfe der Maus um +demo.help.movementShort=Bewege dich mit %1$s, %2$s, %3$s, %4$s +demo.help.title=Minecraft Demo-Modus +demo.remainingTime=Verbleibende Zeit: %s +demo.reminder=Die Demo ist abgelaufen, kaufe das Spiel oder erstelle eine neue Welt! +difficulty.lock.question=Bist du sicher, dass du die Schwierigkeit dieser Welt fixieren möchtest? Dies wird die Welt für immer auf %1$s setzen und du wirst diese Einstellung nicht mehr ändern können. +difficulty.lock.title=Schwierigkeit dieser Welt fixieren +disconnect.closed=Verbindung getrennt +disconnect.disconnected=Vom Server getrennt +disconnect.endOfStream=Ende der Datenübertragung +disconnect.genericReason=%s +disconnect.kicked=Wurde aus dem Spiel geworfen +disconnect.loginFailed=Anmeldung fehlgeschlagen +disconnect.loginFailedInfo=Anmeldung fehlgeschlagen: %s +disconnect.loginFailedInfo.invalidSession=Ungültige Sitzung (Versuche das Spiel neu zu starten) +disconnect.loginFailedInfo.serversUnavailable=Die Anmeldeserver sind derzeit zur Wartung heruntergefahren. +disconnect.lost=Verbindung unterbrochen +disconnect.overflow=Pufferüberlauf +disconnect.quitting=Wird beendet +disconnect.spam=Rausgeworfen wegen Spamming +disconnect.timeout=Zeitüberschreitung +enchantment.arrowDamage=Stärke +enchantment.arrowFire=Flamme +enchantment.arrowInfinite=Unendlich +enchantment.arrowKnockback=Schlag +enchantment.damage.all=Schärfe +enchantment.damage.arthropods=Nemesis der Gliederfüßer +enchantment.damage.undead=Bann +enchantment.digging=Effizienz +enchantment.durability=Haltbarkeit +enchantment.fire=Verbrennung +enchantment.fishingSpeed=Köder +enchantment.knockback=Rückstoß +enchantment.level.1=I +enchantment.level.10=X +enchantment.level.2=II +enchantment.level.3=III +enchantment.level.4=IV +enchantment.level.5=V +enchantment.level.6=VI +enchantment.level.7=VII +enchantment.level.8=VIII +enchantment.level.9=IX +enchantment.lootBonus=Plünderung +enchantment.lootBonusDigger=Glück +enchantment.lootBonusFishing=Glück des Meeres +enchantment.oxygen=Atmung +enchantment.protect.all=Schutz +enchantment.protect.explosion=Explosionsschutz +enchantment.protect.fall=Federfall +enchantment.protect.fire=Feuerschutz +enchantment.protect.projectile=Schusssicher +enchantment.thorns=Dornen +enchantment.untouching=Behutsamkeit +enchantment.waterWalker=Wasserläufer +enchantment.waterWorker=Wasseraffinität +entity.ArmorStand.name=Rüstungsständer +entity.Arrow.name=Pfeil +entity.Bat.name=Fledermaus +entity.Blaze.name=Lohe +entity.Boat.name=Boot +entity.Cat.name=Katze +entity.CaveSpider.name=Höhlenspinne +entity.Chicken.name=Huhn +entity.Cow.name=Kuh +entity.Creeper.name=Creeper +entity.EnderDragon.name=Enderdrache +entity.Enderman.name=Enderman +entity.Endermite.name=Endermilbe +entity.EntityHorse.name=Pferd +entity.FallingSand.name=Fallender Block +entity.Fireball.name=Feuerball +entity.Ghast.name=Ghast +entity.Giant.name=Riese +entity.Guardian.name=Wächter +entity.Item.name=Gegenstand +entity.KillerBunny.name=Das Killer-Kaninchen +entity.LavaSlime.name=Magmaschleim +entity.Minecart.name=Lore +entity.Mob.name=Kreatur +entity.Monster.name=Monster +entity.MushroomCow.name=Pilzkuh +entity.Ozelot.name=Ozelot +entity.Painting.name=Gemälde +entity.Pig.name=Schwein +entity.PigZombie.name=Zombie Pigman +entity.PrimedTnt.name=TNT +entity.Rabbit.name=Kaninchen +entity.Sheep.name=Schaf +entity.Silverfish.name=Silberfischchen +entity.Skeleton.name=Skelett +entity.Slime.name=Schleim +entity.SmallFireball.name=Kleiner Feuerball +entity.SnowMan.name=Schneegolem +entity.Snowball.name=Schneeball +entity.Spider.name=Spinne +entity.Squid.name=Tintenfisch +entity.Villager.armor=Rüstungsschmied +entity.Villager.butcher=Fleischer +entity.Villager.cleric=Geistlicher +entity.Villager.farmer=Bauer +entity.Villager.fisherman=Fischer +entity.Villager.fletcher=Pfeilmacher +entity.Villager.leather=Gerber +entity.Villager.librarian=Bibliothekar +entity.Villager.name=Dorfbewohner +entity.Villager.shepherd=Schäfer +entity.Villager.tool=Werkzeugschmied +entity.Villager.weapon=Waffenschmied +entity.VillagerGolem.name=Eisengolem +entity.Witch.name=Hexe +entity.WitherBoss.name=Wither + +entity.Wolf.name=Wolf +entity.XPOrb.name=Erfahrungskugel +entity.Zombie.name=Zombie +entity.donkey.name=Esel +entity.generic.name=Unbekannt +entity.horse.name=Pferd +entity.mule.name=Maultier +entity.skeletonhorse.name=Skelettpferd +entity.zombiehorse.name=Zombiepferd +gameMode.adventure=Abenteuermodus +gameMode.changed=Dein Spielmodus wurde geändert +gameMode.creative=Kreativmodus +gameMode.hardcore=Hardcore-Modus! +gameMode.spectator=Zuschauermodus +gameMode.survival=Überlebensmodus +generator.amplified=ZERKLÜFTET +generator.amplified.info=Hinweis: Nur zum Spaß, erfordert schnellen Computer +generator.customized=Angepasst +generator.debug_all_block_states=Debug-Modus +generator.default=Standard +generator.flat=Flachland +generator.largeBiomes=Große Biome +gui.achievements=Erfolge +gui.all=Alle +gui.back=Zurück +gui.cancel=Abbrechen +gui.done=Fertig +gui.down=Runter +gui.no=Nein +gui.none=Kein +gui.stats=Statistiken +gui.toMenu=Zurück zum Hauptmenü +gui.up=Hoch +gui.yes=Ja +inventory.binSlot=Gegenstand zerstören +item.apple.name=Apfel +item.appleGold.name=Goldener Apfel +item.armorStand.name=Rüstungsständer +item.arrow.name=Pfeil +item.banner.black.name=Schwarzes Banner +item.banner.blue.name=Blaues Banner +item.banner.border.black=Schwarzer Bord +item.banner.border.blue=Blauer Bord +item.banner.border.brown=Brauner Bord +item.banner.border.cyan=Türkiser Bord +item.banner.border.gray=Grauer Bord +item.banner.border.green=Grüner Bord +item.banner.border.lightBlue=Hellblauer Bord +item.banner.border.lime=Hellgrüner Bord +item.banner.border.magenta=Magenta Bord +item.banner.border.orange=Oranger Bord +item.banner.border.pink=Rosa Bord +item.banner.border.purple=Violetter Bord +item.banner.border.red=Roter Bord +item.banner.border.silver=Hellgrauer Bord +item.banner.border.white=Weißer Bord +item.banner.border.yellow=Gelber Bord +item.banner.bricks.black=Feld schwarz gemauert +item.banner.bricks.blue=Feld blau gemauert +item.banner.bricks.brown=Feld braun gemauert +item.banner.bricks.cyan=Feld türkis gemauert +item.banner.bricks.gray=Feld grau gemauert +item.banner.bricks.green=Feld grün gemauert +item.banner.bricks.lightBlue=Feld hellblau gemauert +item.banner.bricks.lime=Feld hellgrün gemauert +item.banner.bricks.magenta=Feld magenta gemauert +item.banner.bricks.orange=Feld orange gemauert +item.banner.bricks.pink=Feld rosa gemauert +item.banner.bricks.purple=Feld violett gemauert +item.banner.bricks.red=Feld rot gemauert +item.banner.bricks.silver=Feld hellgrau gemauert +item.banner.bricks.white=Feld weiß gemauert +item.banner.bricks.yellow=Feld gelb gemauert +item.banner.brown.name=Braunes Banner +item.banner.circle.black=Schwarze Kugel +item.banner.circle.blue=Blaue Kugel +item.banner.circle.brown=Braune Kugel +item.banner.circle.cyan=Türkise Kugel +item.banner.circle.gray=Graue Kugel +item.banner.circle.green=Grüne Kugel +item.banner.circle.lightBlue=Hellblaue Kugel +item.banner.circle.lime=Hellgrüne Kugel +item.banner.circle.magenta=Magenta Kugel +item.banner.circle.orange=Orange Kugel +item.banner.circle.pink=Rosa Kugel +item.banner.circle.purple=Violette Kugel +item.banner.circle.red=Rote Kugel +item.banner.circle.silver=Hellgraue Kugel +item.banner.circle.white=Weiße Kugel +item.banner.circle.yellow=Gelbe Kugel +item.banner.creeper.black=Schwarzer Creeper +item.banner.creeper.blue=Blauer Creeper +item.banner.creeper.brown=Brauner Creeper +item.banner.creeper.cyan=Türkiser Creeper +item.banner.creeper.gray=Grauer Creeper +item.banner.creeper.green=Grüner Creeper +item.banner.creeper.lightBlue=Hellblauer Creeper +item.banner.creeper.lime=Hellgrüner Creeper +item.banner.creeper.magenta=Magenta Creeper +item.banner.creeper.orange=Oranger Creeper +item.banner.creeper.pink=Rosa Creeper +item.banner.creeper.purple=Violetter Creeper +item.banner.creeper.red=Roter Creeper +item.banner.creeper.silver=Hellgrauer Creeper +item.banner.creeper.white=Weißer Creeper +item.banner.creeper.yellow=Gelber Creeper +item.banner.cross.black=Schwarzes Andreaskreuz +item.banner.cross.blue=Blaues Andreaskreuz +item.banner.cross.brown=Braunes Andreaskreuz +item.banner.cross.cyan=Türkises Andreaskreuz +item.banner.cross.gray=Graues Andreaskreuz +item.banner.cross.green=Grünes Andreaskreuz +item.banner.cross.lightBlue=Hellblaues Andreaskreuz +item.banner.cross.lime=Hellgrünes Andreaskreuz +item.banner.cross.magenta=Magenta Andreaskreuz +item.banner.cross.orange=Oranges Andreaskreuz +item.banner.cross.pink=Rosa Andreaskreuz +item.banner.cross.purple=Violettes Andreaskreuz +item.banner.cross.red=Rotes Andreaskreuz +item.banner.cross.silver=Hellgraues Andreaskreuz +item.banner.cross.white=Weißes Andreaskreuz +item.banner.cross.yellow=Gelbes Andreaskreuz +item.banner.curly_border.black=Schwarzer Spickelbord +item.banner.curly_border.blue=Blauer Spickelbord +item.banner.curly_border.brown=Brauner Spickelbord +item.banner.curly_border.cyan=Türkiser Spickelbord +item.banner.curly_border.gray=Grauer Spickelbord +item.banner.curly_border.green=Grüner Spickelbord +item.banner.curly_border.lightBlue=Hellblauer Spickelbord +item.banner.curly_border.lime=Hellgrüner Spickelbord +item.banner.curly_border.magenta=Magenta Spickelbord +item.banner.curly_border.orange=Oranger Spickelbord +item.banner.curly_border.pink=Rosa Spickelbord +item.banner.curly_border.purple=Violetter Spickelbord +item.banner.curly_border.red=Roter Spickelbord +item.banner.curly_border.silver=Hellgrauer Spickelbord +item.banner.curly_border.white=Weißer Spickelbord +item.banner.curly_border.yellow=Gelber Spickelbord +item.banner.cyan.name=Türkises Banner +item.banner.diagonal_left.black=Schwarz schräglinks geteilt +item.banner.diagonal_left.blue=Blau schräglinks geteilt +item.banner.diagonal_left.brown=Braun schräglinks geteilt +item.banner.diagonal_left.cyan=Türkis schräglinks geteilt +item.banner.diagonal_left.gray=Grau schräglinks geteilt +item.banner.diagonal_left.green=Grün schräglinks geteilt +item.banner.diagonal_left.lightBlue=Hellblau schräglinks geteilt +item.banner.diagonal_left.lime=Hellgrün schräglinks geteilt +item.banner.diagonal_left.magenta=Magenta schräglinks geteilt +item.banner.diagonal_left.orange=Orange schräglinks geteilt +item.banner.diagonal_left.pink=Rosa schräglinks geteilt +item.banner.diagonal_left.purple=Violett schräglinks geteilt +item.banner.diagonal_left.red=Rot schräglinks geteilt +item.banner.diagonal_left.silver=Hellgrau schräglinks geteilt +item.banner.diagonal_left.white=Weiß schräglinks geteilt +item.banner.diagonal_left.yellow=Gelb schräglinks geteilt +item.banner.diagonal_right.black=Schwarz schrägrechts geteilt +item.banner.diagonal_right.blue=Blau schrägrechts geteilt +item.banner.diagonal_right.brown=Braun schrägrechts geteilt +item.banner.diagonal_right.cyan=Türkis schrägrechts geteilt +item.banner.diagonal_right.gray=Grau schrägrechts geteilt +item.banner.diagonal_right.green=Grün schrägrechts geteilt +item.banner.diagonal_right.lightBlue=Hellblau schrägrechts geteilt +item.banner.diagonal_right.lime=Hellgrün schrägrechts geteilt +item.banner.diagonal_right.magenta=Magenta schrägrechts geteilt +item.banner.diagonal_right.orange=Orange schrägrechts geteilt +item.banner.diagonal_right.pink=Rosa schrägrechts geteilt +item.banner.diagonal_right.purple=Violett schrägrechts geteilt +item.banner.diagonal_right.red=Rot schrägrechts geteilt +item.banner.diagonal_right.silver=Hellgrau schrägrechts geteilt +item.banner.diagonal_right.white=Weiß schrägrechts geteilt +item.banner.diagonal_right.yellow=Gelb schrägrechts geteilt +item.banner.diagonal_up_left.black=Schwarz schrägrechts geteilt (Invertiert) +item.banner.diagonal_up_left.blue=Blau schrägrechts geteilt (Invertiert) +item.banner.diagonal_up_left.brown=Braun schrägrechts geteilt (Invertiert) +item.banner.diagonal_up_left.cyan=Türkis schrägrechts geteilt (Invertiert) +item.banner.diagonal_up_left.gray=Grau schrägrechts geteilt (Invertiert) +item.banner.diagonal_up_left.green=Grün schrägrechts geteilt (Invertiert) +item.banner.diagonal_up_left.lightBlue=Hellblau schrägrechts geteilt (Invertiert) +item.banner.diagonal_up_left.lime=Hellgrün schrägrechts geteilt (Invertiert) +item.banner.diagonal_up_left.magenta=Magenta schrägrechts geteilt (Invertiert) +item.banner.diagonal_up_left.orange=Orange schrägrechts geteilt (Invertiert) +item.banner.diagonal_up_left.pink=Rosa schrägrechts geteilt (Invertiert) +item.banner.diagonal_up_left.purple=Violett schrägrechts geteilt (Invertiert) +item.banner.diagonal_up_left.red=Rot schrägrechts geteilt (Invertiert) +item.banner.diagonal_up_left.silver=Hellgrau schrägrechts geteilt (Invertiert) +item.banner.diagonal_up_left.white=Weiß schrägrechts geteilt (Invertiert) +item.banner.diagonal_up_left.yellow=Gelb schrägrechts geteilt (Invertiert) +item.banner.diagonal_up_right.black=Schwarz schräglinks geteilt (Invertiert) +item.banner.diagonal_up_right.blue=Blau schräglinks geteilt (Invertiert) +item.banner.diagonal_up_right.brown=Braun schräglinks geteilt (Invertiert) +item.banner.diagonal_up_right.cyan=Türkis schräglinks geteilt (Invertiert) +item.banner.diagonal_up_right.gray=Grau schräglinks geteilt (Invertiert) +item.banner.diagonal_up_right.green=Grün schräglinks geteilt (Invertiert) +item.banner.diagonal_up_right.lightBlue=Hellblau schräglinks geteilt (Invertiert) +item.banner.diagonal_up_right.lime=Hellgrün schräglinks geteilt (Invertiert) +item.banner.diagonal_up_right.magenta=Magenta schräglinks geteilt (Invertiert) +item.banner.diagonal_up_right.orange=Orange schräglinks geteilt (Invertiert) +item.banner.diagonal_up_right.pink=Rosa schräglinks geteilt (Invertiert) +item.banner.diagonal_up_right.purple=Violett schräglinks geteilt (Invertiert) +item.banner.diagonal_up_right.red=Rot schräglinks geteilt (Invertiert) +item.banner.diagonal_up_right.silver=Hellgrau schräglinks geteilt (Invertiert) +item.banner.diagonal_up_right.white=Weiß schräglinks geteilt (Invertiert) +item.banner.diagonal_up_right.yellow=Gelb schräglinks geteilt (Invertiert) +item.banner.flower.black=Schwarze Blume +item.banner.flower.blue=Blaue Blume +item.banner.flower.brown=Braune Blume +item.banner.flower.cyan=Türkise Blume +item.banner.flower.gray=Graue Blume +item.banner.flower.green=Grüne Blume +item.banner.flower.lightBlue=Hellblaue Blume +item.banner.flower.lime=Hellgrüne Blume +item.banner.flower.magenta=Magenta Blume +item.banner.flower.orange=Orange Blume +item.banner.flower.pink=Rosa Blume +item.banner.flower.purple=Violette Blume +item.banner.flower.red=Rote Blume +item.banner.flower.silver=Hellgraue Blume +item.banner.flower.white=Weiße Blume +item.banner.flower.yellow=Gelbe Blume +item.banner.gradient.black=Schwarzer Farbverlauf +item.banner.gradient.blue=Blauer Farbverlauf +item.banner.gradient.brown=Brauner Farbverlauf +item.banner.gradient.cyan=Türkiser Farbverlauf +item.banner.gradient.gray=Grauer Farbverlauf +item.banner.gradient.green=Grüner Farbverlauf +item.banner.gradient.lightBlue=Hellblauer Farbverlauf +item.banner.gradient.lime=Hellgrüner Farbverlauf +item.banner.gradient.magenta=Magenta Farbverlauf +item.banner.gradient.orange=Oranger Farbverlauf +item.banner.gradient.pink=Rosa Farbverlauf +item.banner.gradient.purple=Violetter Farbverlauf +item.banner.gradient.red=Roter Farbverlauf +item.banner.gradient.silver=Hellgrauer Farbverlauf +item.banner.gradient.white=Weißer Farbverlauf +item.banner.gradient.yellow=Gelber Farbverlauf +item.banner.gradient_up.black=Schwarzer Farbverlauf (Invertiert) +item.banner.gradient_up.blue=Blauer Farbverlauf (Invertiert) +item.banner.gradient_up.brown=Brauner Farbverlauf (Invertiert) +item.banner.gradient_up.cyan=Türkiser Farbverlauf (Invertiert) +item.banner.gradient_up.gray=Grauer Farbverlauf (Invertiert) +item.banner.gradient_up.green=Grüner Farbverlauf (Invertiert) +item.banner.gradient_up.lightBlue=Hellblauer Farbverlauf (Invertiert) +item.banner.gradient_up.lime=Hellgrüner Farbverlauf (Invertiert) +item.banner.gradient_up.magenta=Magenta Farbverlauf (Invertiert) +item.banner.gradient_up.orange=Orangener Farbverlauf (Invertiert) +item.banner.gradient_up.pink=Rosa Farbverlauf (Invertiert) +item.banner.gradient_up.purple=Violetter Farbverlauf (Invertiert) +item.banner.gradient_up.red=Roter Farbverlauf (Invertiert) +item.banner.gradient_up.silver=Hellgrauer Farbverlauf (Invertiert) +item.banner.gradient_up.white=Weißer Farbverlauf (Invertiert) +item.banner.gradient_up.yellow=Gelber Farbverlauf (Invertiert) +item.banner.gray.name=Graues Banner +item.banner.green.name=Grünes Banner +item.banner.half_horizontal.black=Oben schwarz geteilt +item.banner.half_horizontal.blue=Oben blau geteilt +item.banner.half_horizontal.brown=Oben braun geteilt +item.banner.half_horizontal.cyan=Oben türkis geteilt +item.banner.half_horizontal.gray=Oben grau geteilt +item.banner.half_horizontal.green=Oben grün geteilt +item.banner.half_horizontal.lightBlue=Oben hellblau geteilt +item.banner.half_horizontal.lime=Oben hellgrün geteilt +item.banner.half_horizontal.magenta=Oben magenta geteilt +item.banner.half_horizontal.orange=Oben orange geteilt +item.banner.half_horizontal.pink=Oben rosa geteilt +item.banner.half_horizontal.purple=Oben violett geteilt +item.banner.half_horizontal.red=Oben rot geteilt +item.banner.half_horizontal.silver=Oben hellgrau geteilt +item.banner.half_horizontal.white=Oben weiß geteilt +item.banner.half_horizontal.yellow=Oben gelb geteilt +item.banner.half_horizontal_bottom.black=Unten schwarz geteilt +item.banner.half_horizontal_bottom.blue=Unten blau geteilt +item.banner.half_horizontal_bottom.brown=Unten braun geteilt +item.banner.half_horizontal_bottom.cyan=Unten türkis geteilt +item.banner.half_horizontal_bottom.gray=Unten grau geteilt +item.banner.half_horizontal_bottom.green=Unten grün geteilt +item.banner.half_horizontal_bottom.lightBlue=Unten hellblau geteilt +item.banner.half_horizontal_bottom.lime=Unten hellgrün geteilt +item.banner.half_horizontal_bottom.magenta=Unten magenta geteilt +item.banner.half_horizontal_bottom.orange=Unten orange geteilt +item.banner.half_horizontal_bottom.pink=Unten rosa geteilt +item.banner.half_horizontal_bottom.purple=Unten violett geteilt +item.banner.half_horizontal_bottom.red=Unten rot geteilt +item.banner.half_horizontal_bottom.silver=Unten hellgrau geteilt +item.banner.half_horizontal_bottom.white=Unten weiß geteilt +item.banner.half_horizontal_bottom.yellow=Unten gelb geteilt +item.banner.half_vertical.black=Rechts schwarz gespalten +item.banner.half_vertical.blue=Rechts blau gespalten +item.banner.half_vertical.brown=Rechts braun gespalten +item.banner.half_vertical.cyan=Rechts türkis gespalten +item.banner.half_vertical.gray=Rechts grau gespalten +item.banner.half_vertical.green=Rechts grün gespalten +item.banner.half_vertical.lightBlue=Rechts hellblau gespalten +item.banner.half_vertical.lime=Rechts hellgrün gespalten +item.banner.half_vertical.magenta=Rechts magenta gespalten +item.banner.half_vertical.orange=Rechts orange gespalten +item.banner.half_vertical.pink=Rechts rosa gespalten +item.banner.half_vertical.purple=Rechts violett gespalten +item.banner.half_vertical.red=Rechts rot gespalten +item.banner.half_vertical.silver=Rechts hellgrau gespalten +item.banner.half_vertical.white=Rechts weiß gespalten +item.banner.half_vertical.yellow=Rechts gelb gespalten +item.banner.half_vertical_right.black=Links schwarz gespalten +item.banner.half_vertical_right.blue=Links blau gespalten +item.banner.half_vertical_right.brown=Links braun gespalten +item.banner.half_vertical_right.cyan=Links türkis gespalten +item.banner.half_vertical_right.gray=Links grau gespalten +item.banner.half_vertical_right.green=Links grün gespalten +item.banner.half_vertical_right.lightBlue=Links hellblau gespalten +item.banner.half_vertical_right.lime=Links hellgrün gespalten +item.banner.half_vertical_right.magenta=Links magenta gespalten +item.banner.half_vertical_right.orange=Links orange gespalten +item.banner.half_vertical_right.pink=Links rosa gespalten +item.banner.half_vertical_right.purple=Links violett gespalten +item.banner.half_vertical_right.red=Links rot gespalten +item.banner.half_vertical_right.silver=Links hellgrau gespalten +item.banner.half_vertical_right.white=Links weiß gespalten +item.banner.half_vertical_right.yellow=Links gelb gespalten +item.banner.lightBlue.name=Hellblaues Banner +item.banner.lime.name=Hellgrünes Banner +item.banner.magenta.name=Magenta Banner +item.banner.mojang.black=Schwarzes Mojang-Logo +item.banner.mojang.blue=Blaues Mojang-Logo +item.banner.mojang.brown=Braunes Mojang-Logo +item.banner.mojang.cyan=Türkises Mojang-Logo +item.banner.mojang.gray=Graues Mojang-Logo +item.banner.mojang.green=Grünes Mojang-Logo +item.banner.mojang.lightBlue=Hellblaues Mojang-Logo +item.banner.mojang.lime=Hellgrünes Mojang-Logo +item.banner.mojang.magenta=Magenta Mojang-Logo +item.banner.mojang.orange=Oranges Mojang-Logo +item.banner.mojang.pink=Rosa Mojang-Logo +item.banner.mojang.purple=Violettes Mojang-Logo +item.banner.mojang.red=Rotes Mojang-Logo +item.banner.mojang.silver=Hellgraues Mojang-Logo +item.banner.mojang.white=Weißes Mojang-Logo +item.banner.mojang.yellow=Gelbes Mojang-Logo +item.banner.orange.name=Oranges Banner +item.banner.pink.name=Rosa Banner +item.banner.purple.name=Violettes Banner +item.banner.red.name=Rotes Banner +item.banner.rhombus.black=Schwarze Raute +item.banner.rhombus.blue=Blaue Raute +item.banner.rhombus.brown=Braune Raute +item.banner.rhombus.cyan=Türkise Raute +item.banner.rhombus.gray=Graue Raute +item.banner.rhombus.green=Grüne Raute +item.banner.rhombus.lightBlue=Hellblaue Raute +item.banner.rhombus.lime=Hellgrüne Raute +item.banner.rhombus.magenta=Magenta Raute +item.banner.rhombus.orange=Orange Raute +item.banner.rhombus.pink=Rosa Raute +item.banner.rhombus.purple=Violette Raute +item.banner.rhombus.red=Rote Raute +item.banner.rhombus.silver=Hellgraue Raute +item.banner.rhombus.white=Weiße Raute +item.banner.rhombus.yellow=Gelbe Raute +item.banner.silver.name=Hellgraues Banner +item.banner.skull.black=Schwarzer Schädel +item.banner.skull.blue=Blauer Schädel +item.banner.skull.brown=Brauner Schädel +item.banner.skull.cyan=Türkiser Schädel +item.banner.skull.gray=Grauer Schädel +item.banner.skull.green=Grüner Schädel +item.banner.skull.lightBlue=Hellblauer Schädel +item.banner.skull.lime=Hellgrüner Schädel +item.banner.skull.magenta=Magenta Schädel +item.banner.skull.orange=Oranger Schädel +item.banner.skull.pink=Rosa Schädel +item.banner.skull.purple=Violetter Schädel +item.banner.skull.red=Roter Schädel +item.banner.skull.silver=Hellgrauer Schädel +item.banner.skull.white=Weißer Schädel +item.banner.skull.yellow=Gelber Schädel +item.banner.small_stripes.black=Vier schwarze Pfähle +item.banner.small_stripes.blue=Vier blaue Pfähle +item.banner.small_stripes.brown=Vier braune Pfähle +item.banner.small_stripes.cyan=Vier türkise Pfähle +item.banner.small_stripes.gray=Vier graue Pfähle +item.banner.small_stripes.green=Vier grüne Pfähle +item.banner.small_stripes.lightBlue=Vier hellblaue Pfähle +item.banner.small_stripes.lime=Vier hellgrüne Pfähle +item.banner.small_stripes.magenta=Vier magenta Pfähle +item.banner.small_stripes.orange=Vier orange Pfähle +item.banner.small_stripes.pink=Vier rosa Pfähle +item.banner.small_stripes.purple=Vier violette Pfähle +item.banner.small_stripes.red=Vier rote Pfähle +item.banner.small_stripes.silver=Vier hellgraue Pfähle +item.banner.small_stripes.white=Vier weiße Pfähle +item.banner.small_stripes.yellow=Vier gelbe Pfähle +item.banner.square_bottom_left.black=Schwarzes rechtes Untereck +item.banner.square_bottom_left.blue=Blaues rechtes Untereck +item.banner.square_bottom_left.brown=Braunes rechtes Untereck +item.banner.square_bottom_left.cyan=Türkises rechtes Untereck +item.banner.square_bottom_left.gray=Graues rechtes Untereck +item.banner.square_bottom_left.green=Grünes rechtes Untereck +item.banner.square_bottom_left.lightBlue=Hellblaues rechtes Untereck +item.banner.square_bottom_left.lime=Hellgrünes rechtes Untereck +item.banner.square_bottom_left.magenta=Magenta rechtes Untereck +item.banner.square_bottom_left.orange=Oranges rechtes Untereck +item.banner.square_bottom_left.pink=Rosa rechtes Untereck +item.banner.square_bottom_left.purple=Violettes rechtes Untereck +item.banner.square_bottom_left.red=Rotes rechtes Untereck +item.banner.square_bottom_left.silver=Hellgraues rechtes Untereck +item.banner.square_bottom_left.white=Weißes rechtes Untereck +item.banner.square_bottom_left.yellow=Gelbes rechtes Untereck +item.banner.square_bottom_right.black=Schwarzes linkes Untereck +item.banner.square_bottom_right.blue=Blaues linkes Untereck +item.banner.square_bottom_right.brown=Braunes linkes Untereck +item.banner.square_bottom_right.cyan=Türkises linkes Untereck +item.banner.square_bottom_right.gray=Graues linkes Untereck +item.banner.square_bottom_right.green=Grünes linkes Untereck +item.banner.square_bottom_right.lightBlue=Hellblaues linkes Untereck +item.banner.square_bottom_right.lime=Hellgrünes linkes Untereck +item.banner.square_bottom_right.magenta=Magenta linkes Untereck +item.banner.square_bottom_right.orange=Oranges linkes Untereck +item.banner.square_bottom_right.pink=Rosa linkes Untereck +item.banner.square_bottom_right.purple=Violettes linkes Untereck +item.banner.square_bottom_right.red=Rotes linkes Untereck +item.banner.square_bottom_right.silver=Hellgraues linkes Untereck +item.banner.square_bottom_right.white=Weißes linkes Untereck +item.banner.square_bottom_right.yellow=Gelbes linkes Untereck +item.banner.square_top_left.black=Schwarzes rechtes Obereck +item.banner.square_top_left.blue=Blaues rechtes Obereck +item.banner.square_top_left.brown=Braunes rechtes Obereck +item.banner.square_top_left.cyan=Türkises rechtes Obereck +item.banner.square_top_left.gray=Graues rechtes Obereck +item.banner.square_top_left.green=Grünes rechtes Obereck +item.banner.square_top_left.lightBlue=Hellblaues rechtes Obereck +item.banner.square_top_left.lime=Hellgrünes rechtes Obereck +item.banner.square_top_left.magenta=Magenta rechtes Obereck +item.banner.square_top_left.orange=Oranges rechtes Obereck +item.banner.square_top_left.pink=Rosa rechtes Obereck +item.banner.square_top_left.purple=Violettes rechtes Obereck +item.banner.square_top_left.red=Rotes rechtes Obereck +item.banner.square_top_left.silver=Hellgraues rechtes Obereck +item.banner.square_top_left.white=Weißes rechtes Obereck +item.banner.square_top_left.yellow=Gelbes rechtes Obereck +item.banner.square_top_right.black=Schwarzes linkes Obereck +item.banner.square_top_right.blue=Blaues linkes Obereck +item.banner.square_top_right.brown=Braunes linkes Obereck +item.banner.square_top_right.cyan=Türkises linkes Obereck +item.banner.square_top_right.gray=Graues linkes Obereck +item.banner.square_top_right.green=Grünes linkes Obereck +item.banner.square_top_right.lightBlue=Hellblaues linkes Obereck +item.banner.square_top_right.lime=Hellgrünes linkes Obereck +item.banner.square_top_right.magenta=Magenta linkes Obereck +item.banner.square_top_right.orange=Oranges linkes Obereck +item.banner.square_top_right.pink=Rosa linkes Obereck +item.banner.square_top_right.purple=Violettes linkes Obereck +item.banner.square_top_right.red=Rotes linkes Obereck +item.banner.square_top_right.silver=Hellgraues linkes Obereck +item.banner.square_top_right.white=Weißes linkes Obereck +item.banner.square_top_right.yellow=Gelbes linkes Obereck +item.banner.straight_cross.black=Schwarzes Kreuz +item.banner.straight_cross.blue=Blaues Kreuz +item.banner.straight_cross.brown=Braunes Kreuz +item.banner.straight_cross.cyan=Türkises Kreuz +item.banner.straight_cross.gray=Graues Kreuz +item.banner.straight_cross.green=Grünes Kreuz +item.banner.straight_cross.lightBlue=Hellblaues Kreuz +item.banner.straight_cross.lime=Hellgrünes Kreuz +item.banner.straight_cross.magenta=Magenta Kreuz +item.banner.straight_cross.orange=Oranges Kreuz +item.banner.straight_cross.pink=Rosa Kreuz +item.banner.straight_cross.purple=Violettes Kreuz +item.banner.straight_cross.red=Rotes Kreuz +item.banner.straight_cross.silver=Hellgraues Kreuz +item.banner.straight_cross.white=Weißes Kreuz +item.banner.straight_cross.yellow=Gelbes Kreuz +item.banner.stripe_bottom.black=Schwarzer Bannerfuß +item.banner.stripe_bottom.blue=Blauer Bannerfuß +item.banner.stripe_bottom.brown=Brauner Bannerfuß +item.banner.stripe_bottom.cyan=Türkiser Bannerfuß +item.banner.stripe_bottom.gray=Grauer Bannerfuß +item.banner.stripe_bottom.green=Grüner Bannerfuß +item.banner.stripe_bottom.lightBlue=Hellblauer Bannerfuß +item.banner.stripe_bottom.lime=Hellgrüner Bannerfuß +item.banner.stripe_bottom.magenta=Magenta Bannerfuß +item.banner.stripe_bottom.orange=Oranger Bannerfuß +item.banner.stripe_bottom.pink=Rosa Bannerfuß +item.banner.stripe_bottom.purple=Violetter Bannerfuß +item.banner.stripe_bottom.red=Roter Bannerfuß +item.banner.stripe_bottom.silver=Hellgrauer Bannerfuß +item.banner.stripe_bottom.white=Weißer Bannerfuß +item.banner.stripe_bottom.yellow=Gelber Bannerfuß +item.banner.stripe_center.black=Schwarzer Pfahl +item.banner.stripe_center.blue=Blauer Pfahl +item.banner.stripe_center.brown=Brauner Pfahl +item.banner.stripe_center.cyan=Türkiser Pfahl +item.banner.stripe_center.gray=Grauer Pfahl +item.banner.stripe_center.green=Grüner Pfahl +item.banner.stripe_center.lightBlue=Hellblauer Pfahl +item.banner.stripe_center.lime=Hellgrüner Pfahl +item.banner.stripe_center.magenta=Magenta Pfahl +item.banner.stripe_center.orange=Oranger Pfahl +item.banner.stripe_center.pink=Rosa Pfahl +item.banner.stripe_center.purple=Violetter Pfahl +item.banner.stripe_center.red=Roter Pfahl +item.banner.stripe_center.silver=Hellgrauer Pfahl +item.banner.stripe_center.white=Weißer Pfahl +item.banner.stripe_center.yellow=Gelber Pfahl +item.banner.stripe_downleft.black=Schwarzer Schräglinksbalken +item.banner.stripe_downleft.blue=Blauer Schräglinksbalken +item.banner.stripe_downleft.brown=Brauner Schräglinksbalken +item.banner.stripe_downleft.cyan=Türkiser Schräglinksbalken +item.banner.stripe_downleft.gray=Grauer Schräglinksbalken +item.banner.stripe_downleft.green=Grüner Schräglinksbalken +item.banner.stripe_downleft.lightBlue=Hellblauer Schräglinksbalken +item.banner.stripe_downleft.lime=Hellgrüner Schräglinksbalken +item.banner.stripe_downleft.magenta=Magenta Schräglinksbalken +item.banner.stripe_downleft.orange=Oranger Schräglinksbalken +item.banner.stripe_downleft.pink=Rosa Schräglinksbalken +item.banner.stripe_downleft.purple=Violetter Schräglinksbalken +item.banner.stripe_downleft.red=Roter Schräglinksbalken +item.banner.stripe_downleft.silver=Hellgrauer Schräglinksbalken +item.banner.stripe_downleft.white=Weißer Schräglinksbalken +item.banner.stripe_downleft.yellow=Gelber Schräglinksbalken +item.banner.stripe_downright.black=Schwarzer Schrägbalken +item.banner.stripe_downright.blue=Blauer Schrägbalken +item.banner.stripe_downright.brown=Brauner Schrägbalken +item.banner.stripe_downright.cyan=Türkiser Schrägbalken +item.banner.stripe_downright.gray=Grauer Schrägbalken +item.banner.stripe_downright.green=Grüner Schrägbalken +item.banner.stripe_downright.lightBlue=Hellblauer Schrägbalken +item.banner.stripe_downright.lime=Hellgrüner Schrägbalken +item.banner.stripe_downright.magenta=Magenta Schrägbalken +item.banner.stripe_downright.orange=Oranger Schrägbalken +item.banner.stripe_downright.pink=Rosa Schrägbalken +item.banner.stripe_downright.purple=Violetter Schrägbalken +item.banner.stripe_downright.red=Roter Schrägbalken +item.banner.stripe_downright.silver=Hellgrauer Schrägbalken +item.banner.stripe_downright.white=Weißer Schrägbalken +item.banner.stripe_downright.yellow=Gelber Schrägbalken +item.banner.stripe_left.black=Schwarze rechte Flanke +item.banner.stripe_left.blue=Blaue rechte Flanke +item.banner.stripe_left.brown=Braune rechte Flanke +item.banner.stripe_left.cyan=Türkise rechte Flanke +item.banner.stripe_left.gray=Graue rechte Flanke +item.banner.stripe_left.green=Grüne rechte Flanke +item.banner.stripe_left.lightBlue=Hellblaue rechte Flanke +item.banner.stripe_left.lime=Hellgrüne rechte Flanke +item.banner.stripe_left.magenta=Magenta rechte Flanke +item.banner.stripe_left.orange=Orange rechte Flanke +item.banner.stripe_left.pink=Rosa rechte Flanke +item.banner.stripe_left.purple=Violette rechte Flanke +item.banner.stripe_left.red=Rote rechte Flanke +item.banner.stripe_left.silver=Hellgraue rechte Flanke +item.banner.stripe_left.white=Weiße rechte Flanke +item.banner.stripe_left.yellow=Gelbe rechte Flanke +item.banner.stripe_middle.black=Schwarzer Balken +item.banner.stripe_middle.blue=Blauer Balken +item.banner.stripe_middle.brown=Brauner Balken +item.banner.stripe_middle.cyan=Türkiser Balken +item.banner.stripe_middle.gray=Grauer Balken +item.banner.stripe_middle.green=Grüner Balken +item.banner.stripe_middle.lightBlue=Hellblauer Balken +item.banner.stripe_middle.lime=Hellgrüner Balken +item.banner.stripe_middle.magenta=Magenta Balken +item.banner.stripe_middle.orange=Oranger Balken +item.banner.stripe_middle.pink=Rosa Balken +item.banner.stripe_middle.purple=Violetter Balken +item.banner.stripe_middle.red=Roter Balken +item.banner.stripe_middle.silver=Hellgrauer Balken +item.banner.stripe_middle.white=Weißer Balken +item.banner.stripe_middle.yellow=Gelber Balken +item.banner.stripe_right.black=Schwarze linke Flanke +item.banner.stripe_right.blue=Blaue linke Flanke +item.banner.stripe_right.brown=Braune linke Flanke +item.banner.stripe_right.cyan=Türkise linke Flanke +item.banner.stripe_right.gray=Graue linke Flanke +item.banner.stripe_right.green=Grüne linke Flanke +item.banner.stripe_right.lightBlue=Hellblaue linke Flanke +item.banner.stripe_right.lime=Hellgrüne linke Flanke +item.banner.stripe_right.magenta=Magenta linke Flanke +item.banner.stripe_right.orange=Orange linke Flanke +item.banner.stripe_right.pink=Rosa linke Flanke +item.banner.stripe_right.purple=Violette linke Flanke +item.banner.stripe_right.red=Rote linke Flanke +item.banner.stripe_right.silver=Hellgraue linke Flanke +item.banner.stripe_right.white=Weiße linke Flanke +item.banner.stripe_right.yellow=Gelbe linke Flanke +item.banner.stripe_top.black=Schwarzes Bannerhaupt +item.banner.stripe_top.blue=Blaues Bannerhaupt +item.banner.stripe_top.brown=Braunes Bannerhaupt +item.banner.stripe_top.cyan=Türkises Bannerhaupt +item.banner.stripe_top.gray=Graues Bannerhaupt +item.banner.stripe_top.green=Grünes Bannerhaupt +item.banner.stripe_top.lightBlue=Hellblaues Bannerhaupt +item.banner.stripe_top.lime=Hellgrünes Bannerhaupt +item.banner.stripe_top.magenta=Magenta Bannerhaupt +item.banner.stripe_top.orange=Oranges Bannerhaupt +item.banner.stripe_top.pink=Rosa Bannerhaupt +item.banner.stripe_top.purple=Violettes Bannerhaupt +item.banner.stripe_top.red=Rotes Bannerhaupt +item.banner.stripe_top.silver=Hellgraues Bannerhaupt +item.banner.stripe_top.white=Weißes Bannerhaupt +item.banner.stripe_top.yellow=Gelbes Bannerhaupt +item.banner.triangle_bottom.black=Schwarze halbe Spitze +item.banner.triangle_bottom.blue=Blaue halbe Spitze +item.banner.triangle_bottom.brown=Braune halbe Spitze +item.banner.triangle_bottom.cyan=Türkise halbe Spitze +item.banner.triangle_bottom.gray=Graue halbe Spitze +item.banner.triangle_bottom.green=Grüne halbe Spitze +item.banner.triangle_bottom.lightBlue=Hellblaue halbe Spitze +item.banner.triangle_bottom.lime=Hellgrüne halbe Spitze +item.banner.triangle_bottom.magenta=Magenta halbe Spitze +item.banner.triangle_bottom.orange=Orange halbe Spitze +item.banner.triangle_bottom.pink=Rosa halbe Spitze +item.banner.triangle_bottom.purple=Violette halbe Spitze +item.banner.triangle_bottom.red=Rote halbe Spitze +item.banner.triangle_bottom.silver=Hellgraue halbe Spitze +item.banner.triangle_bottom.white=Weiße halbe Spitze +item.banner.triangle_bottom.yellow=Gelbe halbe Spitze +item.banner.triangle_top.black=Schwarze gestürzte halbe Spitze +item.banner.triangle_top.blue=Blaue gestürzte halbe Spitze +item.banner.triangle_top.brown=Braune gestürzte halbe Spitze +item.banner.triangle_top.cyan=Türkise gestürzte halbe Spitze +item.banner.triangle_top.gray=Graue gestürzte halbe Spitze +item.banner.triangle_top.green=Grüne gestürzte halbe Spitze +item.banner.triangle_top.lightBlue=Hellblaue gestürzte halbe Spitze +item.banner.triangle_top.lime=Hellgrüne gestürzte halbe Spitze +item.banner.triangle_top.magenta=Magenta gestürzte halbe Spitze +item.banner.triangle_top.orange=Orange gestürzte halbe Spitze +item.banner.triangle_top.pink=Rosa gestürzte halbe Spitze +item.banner.triangle_top.purple=Violette gestürzte halbe Spitze +item.banner.triangle_top.red=Rote gestürzte halbe Spitze +item.banner.triangle_top.silver=Hellgraue gestürzte halbe Spitze +item.banner.triangle_top.white=Weiße gestürzte halbe Spitze +item.banner.triangle_top.yellow=Gelbe gestürzte halbe Spitze +item.banner.triangles_bottom.black=Schwarzer gespickelter Bannerfuß +item.banner.triangles_bottom.blue=Blauer gespickelter Bannerfuß +item.banner.triangles_bottom.brown=Brauner gespickelter Bannerfuß +item.banner.triangles_bottom.cyan=Türkiser gespickelter Bannerfuß +item.banner.triangles_bottom.gray=Grauer gespickelter Bannerfuß +item.banner.triangles_bottom.green=Grüner gespickelter Bannerfuß +item.banner.triangles_bottom.lightBlue=Hellblauer gespickelter Bannerfuß +item.banner.triangles_bottom.lime=Hellgrüner gespickelter Bannerfuß +item.banner.triangles_bottom.magenta=Magenta gespickelter Bannerfuß +item.banner.triangles_bottom.orange=Oranger gespickelter Bannerfuß +item.banner.triangles_bottom.pink=Rosa gespickelter Bannerfuß +item.banner.triangles_bottom.purple=Violetter gespickelter Bannerfuß +item.banner.triangles_bottom.red=Roter gespickelter Bannerfuß +item.banner.triangles_bottom.silver=Hellgrauer gespickelter Bannerfuß +item.banner.triangles_bottom.white=Weißer gespickelter Bannerfuß +item.banner.triangles_bottom.yellow=Gelber gespickelter Bannerfuß +item.banner.triangles_top.black=Schwarzes gespickeltes Bannerhaupt +item.banner.triangles_top.blue=Blaues gespickeltes Bannerhaupt +item.banner.triangles_top.brown=Braunes gespickeltes Bannerhaupt +item.banner.triangles_top.cyan=Türkises gespickeltes Bannerhaupt +item.banner.triangles_top.gray=Graues gespickeltes Bannerhaupt +item.banner.triangles_top.green=Grünes gespickeltes Bannerhaupt +item.banner.triangles_top.lightBlue=Hellblaues gespickeltes Bannerhaupt +item.banner.triangles_top.lime=Hellgrünes gespickeltes Bannerhaupt +item.banner.triangles_top.magenta=Magenta gespickeltes Bannerhaupt +item.banner.triangles_top.orange=Oranges gespickeltes Bannerhaupt +item.banner.triangles_top.pink=Rosa gespickeltes Bannerhaupt +item.banner.triangles_top.purple=Violettes gespickeltes Bannerhaupt +item.banner.triangles_top.red=Rotes gespickeltes Bannerhaupt +item.banner.triangles_top.silver=Hellgraues gespickeltes Bannerhaupt +item.banner.triangles_top.white=Weißes gespickeltes Bannerhaupt +item.banner.triangles_top.yellow=Gelbes gespickeltes Bannerhaupt +item.banner.white.name=Weißes Banner +item.banner.yellow.name=Gelbes Banner +item.bed.name=Bett +item.beefCooked.name=Steak +item.beefRaw.name=Rohes Rindfleisch +item.blazePowder.name=Lohenstaub +item.blazeRod.name=Lohenrute +item.boat.name=Boot +item.bone.name=Knochen +item.book.name=Buch +item.bootsChain.name=Kettenstiefel +item.bootsCloth.name=Lederstiefel +item.bootsDiamond.name=Diamantstiefel +item.bootsGold.name=Goldstiefel +item.bootsIron.name=Eisenstiefel +item.bow.name=Bogen +item.bowl.name=Schüssel +item.bread.name=Brot +item.brewingStand.name=Braustand +item.brick.name=Ziegel +item.bucket.name=Eimer +item.bucketLava.name=Lavaeimer +item.bucketWater.name=Wassereimer +item.cake.name=Kuchen +item.canBreak=Kann abbauen: +item.canPlace=Kann platziert werden auf: +item.carrotGolden.name=Goldene Karotte +item.carrotOnAStick.name=Karottenrute +item.carrots.name=Karotte +item.cauldron.name=Kessel +item.charcoal.name=Holzkohle +item.chestplateChain.name=Kettenhemd +item.chestplateCloth.name=Lederjacke +item.chestplateDiamond.name=Diamantbrustpanzer +item.chestplateGold.name=Goldharnisch +item.chestplateIron.name=Eisenbrustpanzer +item.chickenCooked.name=Gebratenes Hühnchen +item.chickenRaw.name=Rohes Hühnchen +item.clay.name=Ton +item.clock.name=Uhr +item.coal.name=Kohle +item.comparator.name=Redstone-Komparator +item.compass.name=Kompass +item.cookie.name=Keks +item.diamond.name=Diamant +item.diode.name=Redstone-Verstärker +item.doorAcacia.name=Akazienholztür +item.doorBirch.name=Birkenholztür +item.doorDarkOak.name=Schwarzeichenholztür +item.doorIron.name=Eisentür +item.doorJungle.name=Tropenholztür +item.doorOak.name=Eichenholztür +item.doorSpruce.name=Fichtenholztür +item.dyePowder.black.name=Tintenbeutel +item.dyePowder.blue.name=Lapislazuli +item.dyePowder.brown.name=Kakaobohnen +item.dyePowder.cyan.name=Türkiser Farbstoff +item.dyePowder.gray.name=Grauer Farbstoff +item.dyePowder.green.name=Kaktusgrün +item.dyePowder.lightBlue.name=Hellblauer Farbstoff +item.dyePowder.lime.name=Hellgrüner Farbstoff +item.dyePowder.magenta.name=Magenta Farbstoff +item.dyePowder.orange.name=Oranger Farbstoff +item.dyePowder.pink.name=Rosa Farbstoff +item.dyePowder.purple.name=Violetter Farbstoff +item.dyePowder.red.name=Roter Farbstoff +item.dyePowder.silver.name=Hellgrauer Farbstoff +item.dyePowder.white.name=Knochenmehl +item.dyePowder.yellow.name=Gelber Farbstoff +item.dyed=Gefärbt +item.egg.name=Ei +item.emerald.name=Smaragd +item.emptyMap.name=Leere Karte +item.emptyPotion.name=Wasserflasche +item.enchantedBook.name=Verzaubertes Buch +item.enderPearl.name=Enderperle +item.expBottle.name=Erfahrungsfläschchen +item.eyeOfEnder.name=Enderauge +item.feather.name=Feder +item.fermentedSpiderEye.name=Fermentiertes Spinnenauge +item.fireball.name=Feuerkugel +item.fireworks.flight=Flugdauer: +item.fireworks.name=Feuerwerksrakete +item.fireworksCharge.black=Schwarz +item.fireworksCharge.blue=Blau +item.fireworksCharge.brown=Braun +item.fireworksCharge.customColor=Benutzerdefiniert +item.fireworksCharge.cyan=Türkis +item.fireworksCharge.fadeTo=Übergang zu +item.fireworksCharge.flicker=Funkeln +item.fireworksCharge.gray=Grau +item.fireworksCharge.green=Grün +item.fireworksCharge.lightBlue=Hellblau +item.fireworksCharge.lime=Hellgrün +item.fireworksCharge.magenta=Magenta +item.fireworksCharge.name=Feuerwerksstern +item.fireworksCharge.orange=Orange +item.fireworksCharge.pink=Rosa +item.fireworksCharge.purple=Violett +item.fireworksCharge.red=Rot +item.fireworksCharge.silver=Hellgrau +item.fireworksCharge.trail=Schweif +item.fireworksCharge.type=Unbekannte Form +item.fireworksCharge.type.0=Kleine Kugel +item.fireworksCharge.type.1=Große Kugel +item.fireworksCharge.type.2=Sternförmig +item.fireworksCharge.type.3=Creeperförmig +item.fireworksCharge.type.4=Explosion +item.fireworksCharge.white=Weiß +item.fireworksCharge.yellow=Gelb +item.fish.clownfish.raw.name=Clownfisch +item.fish.cod.cooked.name=Gebratener Kabeljau +item.fish.cod.raw.name=Roher Kabeljau +item.fish.pufferfish.raw.name=Kugelfisch +item.fish.salmon.cooked.name=Gebratener Lachs +item.fish.salmon.raw.name=Roher Lachs +item.fishingRod.name=Angel +item.flint.name=Feuerstein +item.flintAndSteel.name=Feuerzeug +item.flowerPot.name=Blumentopf +item.frame.name=Rahmen +item.ghastTear.name=Ghastträne +item.glassBottle.name=Glasflasche +item.goldNugget.name=Goldnugget +item.hatchetDiamond.name=Diamantaxt +item.hatchetGold.name=Goldaxt +item.hatchetIron.name=Eisenaxt +item.hatchetStone.name=Steinaxt +item.hatchetWood.name=Holzaxt +item.helmetChain.name=Kettenhaube +item.helmetCloth.name=Lederkappe +item.helmetDiamond.name=Diamanthelm +item.helmetGold.name=Goldhelm +item.helmetIron.name=Eisenhelm +item.hoeDiamond.name=Diamanthacke +item.hoeGold.name=Goldhacke +item.hoeIron.name=Eisenhacke +item.hoeStone.name=Steinhacke +item.hoeWood.name=Holzhacke +item.horsearmordiamond.name=Diamantene Pferderüstung +item.horsearmorgold.name=Goldene Pferderüstung +item.horsearmormetal.name=Eiserne Pferderüstung +item.ingotGold.name=Goldbarren +item.ingotIron.name=Eisenbarren +item.leash.name=Leine +item.leather.name=Leder +item.leaves.name=Laub +item.leggingsChain.name=Kettenhose +item.leggingsCloth.name=Lederhose +item.leggingsDiamond.name=Diamantbeinschutz +item.leggingsGold.name=Goldbeinschutz +item.leggingsIron.name=Eisenbeinschutz +item.magmaCream.name=Magmacreme +item.map.name=Karte +item.melon.name=Melone +item.milk.name=Milch +item.minecart.name=Lore +item.minecartChest.name=Güterlore +item.minecartCommandBlock.name=Befehlsblocklore +item.minecartFurnace.name=Angetriebene Lore +item.minecartHopper.name=Trichterlore +item.minecartTnt.name=TNT-Lore +item.monsterPlacer.name=Erschaffe +item.mushroomStew.name=Pilzsuppe +item.muttonCooked.name=Gebratenes Hammelfleisch +item.muttonRaw.name=Rohes Hammelfleisch +item.nameTag.name=Namensschild +item.netherStalkSeeds.name=Netherwarze +item.netherStar.name=Netherstern +item.netherbrick.name=Netherziegel +item.netherquartz.name=Netherquarz +item.painting.name=Gemälde +item.paper.name=Papier +item.pickaxeDiamond.name=Diamantspitzhacke +item.pickaxeGold.name=Goldspitzhacke +item.pickaxeIron.name=Eisenspitzhacke +item.pickaxeStone.name=Steinspitzhacke +item.pickaxeWood.name=Holzspitzhacke +item.porkchopCooked.name=Gebratenes Schweinefleisch +item.porkchopRaw.name=Rohes Schweinefleisch +item.potato.name=Kartoffel +item.potatoBaked.name=Ofenkartoffel +item.potatoPoisonous.name=Giftige Kartoffel +item.potion.name=Trank +item.prismarineCrystals.name=Prismarinkristalle +item.prismarineShard.name=Prismarinscherbe +item.pumpkinPie.name=Kürbiskuchen +item.rabbitCooked.name=Gebratenes Kaninchen +item.rabbitFoot.name=Hasenpfote +item.rabbitHide.name=Kaninchenfell +item.rabbitRaw.name=Rohes Kaninchen +item.rabbitStew.name=Kaninchenragout +item.record.11.desc=C418 - 11 +item.record.13.desc=C418 - 13 +item.record.blocks.desc=C418 - Blocks +item.record.cat.desc=C418 - Cat +item.record.chirp.desc=C418 - Chirp +item.record.far.desc=C418 - Far +item.record.mall.desc=C418 - Mall +item.record.mellohi.desc=C418 - Mellohi +item.record.name=Schallplatte +item.record.stal.desc=C418 - Stal +item.record.strad.desc=C418 - Strad +item.record.wait.desc=C418 - Wait +item.record.ward.desc=C418 - Ward +item.redstone.name=Redstone +item.reeds.name=Zuckerrohr +item.rottenFlesh.name=Verrottetes Fleisch +item.ruby.name=Rubin +item.saddle.name=Sattel +item.seeds.name=Weizenkörner +item.seeds_melon.name=Melonenkerne +item.seeds_pumpkin.name=Kürbiskerne +item.shears.name=Schere +item.shovelDiamond.name=Diamantschaufel +item.shovelGold.name=Goldschaufel +item.shovelIron.name=Eisenschaufel +item.shovelStone.name=Steinschaufel +item.shovelWood.name=Holzschaufel +item.sign.name=Schild +item.skull.char.name=Kopf +item.skull.creeper.name=Creeperkopf +item.skull.player.name=Kopf von %s +item.skull.skeleton.name=Skelettschädel +item.skull.wither.name=Witherskelettschädel +item.skull.zombie.name=Zombiekopf +item.slimeball.name=Schleimball +item.snowball.name=Schneeball +item.speckledMelon.name=Glitzernde Melone +item.spiderEye.name=Spinnenauge +item.stick.name=Stock +item.string.name=Faden +item.sugar.name=Zucker +item.sulphur.name=Schwarzpulver +item.swordDiamond.name=Diamantschwert +item.swordGold.name=Goldschwert +item.swordIron.name=Eisenschwert +item.swordStone.name=Steinschwert +item.swordWood.name=Holzschwert +item.unbreakable=Unzerstörbar +item.wheat.name=Weizen +item.writingBook.name=Buch und Feder +item.writtenBook.name=Beschriebenes Buch +item.yellowDust.name=Glowstonestaub +itemGroup.brewing=Brauen +itemGroup.buildingBlocks=Baumaterial +itemGroup.combat=Kampf +itemGroup.decorations=Dekoration +itemGroup.food=Nahrung +itemGroup.inventory=Inventar +itemGroup.materials=Werkstoffe +itemGroup.misc=Verschiedenes +itemGroup.redstone=Redstone +itemGroup.search=Suche +itemGroup.tools=Werkzeug +itemGroup.transportation=Beförderung +key.attack=Angreifen/Abbauen +key.back=Rückwärts gehen +key.categories.gameplay=Spielmechanik +key.categories.inventory=Inventar +key.categories.misc=Verschiedenes +key.categories.movement=Bewegung +key.categories.multiplayer=Mehrspieler +key.categories.stream=Twitch-Streaming +key.categories.ui=Spielsteuerung +key.chat=Chat +key.command=Befehlszeile öffnen +key.drop=Gegenstand fallenlassen +key.forward=Vorwärts gehen +key.fullscreen=Vollbildmodus +key.hotbar.1=Schnellzugriff 1 +key.hotbar.2=Schnellzugriff 2 +key.hotbar.3=Schnellzugriff 3 +key.hotbar.4=Schnellzugriff 4 +key.hotbar.5=Schnellzugriff 5 +key.hotbar.6=Schnellzugriff 6 +key.hotbar.7=Schnellzugriff 7 +key.hotbar.8=Schnellzugriff 8 +key.hotbar.9=Schnellzugriff 9 +key.inventory=Inventar +key.jump=Springen +key.left=Links +key.mouseButton=Maustaste %1$s +key.pickItem=Block auswählen +key.playerlist=Spieler auflisten +key.right=Rechts +key.screenshot=Screenshot +key.smoothCamera=Kameraverhalten wechseln +key.sneak=Schleichen +key.spectatorOutlines=Spieler markieren (Zuschauer) +key.sprint=Sprinten +key.streamCommercial=Stream-Werbung anzeigen +key.streamPauseUnpause=Stream pausieren/fortsetzen +key.streamStartStop=Stream starten/beenden +key.streamToggleMic=Sprechen / Stummschalten +key.togglePerspective=Perspektive umschalten +key.use=Benutzen/Platzieren +lanServer.otherPlayers=Einstellungen für andere Spieler +lanServer.scanning=Suche nach Spielen im lokalen Netzwerk +lanServer.start=LAN-Welt starten +lanServer.title=LAN-Welt +language.code=de_DE +language.name=Deutsch +language.region=Deutschland +mcoServer.title=Minecraft Online Welt +menu.convertingLevel=Welt wird konvertiert +menu.disconnect=Verbindung trennen +menu.game=Spielmenü +menu.generatingLevel=Welt wird generiert +menu.generatingTerrain=Landschaft wird generiert +menu.loadingLevel=Welt wird geladen +menu.multiplayer=Mehrspieler +menu.online=Minecraft Realms +menu.options=Optionen ... +menu.playdemo=Demo-Welt spielen +menu.quit=Spiel beenden +menu.resetdemo=Demo-Welt zurücksetzen +menu.respawning=Wiedereinstieg +menu.returnToGame=Zurück zum Spiel +menu.returnToMenu=Speichern und zurück zum Hauptmenü +menu.shareToLan=Im LAN öffnen +menu.simulating=Welt wird simuliert +menu.singleplayer=Einzelspieler +menu.switchingLevel=Welt wird gewechselt +merchant.deprecated=Handle etwas anderes, um ein neues Angebot freizuschalten! +mount.onboard=Drücke %1$s zum Verlassen +multiplayer.connect=Verbinden +multiplayer.downloadingStats=Lade Statistiken und Erfolge herunter ... +multiplayer.downloadingTerrain=Landschaft wird heruntergeladen +multiplayer.info1=Der Mehrspielermodus in Minecraft ist derzeit noch nicht fertiggestellt, aber es +multiplayer.info2=laufen bereits frühe, fehlerhafte Tests. +multiplayer.ipinfo=Gib die IP-Adresse des Servers ein, mit dem du dich verbinden möchtest: +multiplayer.player.joined=%s hat das Spiel betreten +multiplayer.player.joined.renamed=%s (früher bekannt als %s) ist dem Spiel beigetreten +multiplayer.player.left=%s hat das Spiel verlassen +multiplayer.stopSleeping=Aufstehen +multiplayer.texturePrompt.line1=Dieser Server empfiehlt die Verwendung eines benutzerdefinierten Ressourcenpakets. +multiplayer.texturePrompt.line2=Möchtest du es automagisch herunterladen und installieren? +multiplayer.title=Mehrspielermodus spielen +options.advancedButton=Erweiterte Grafikeinstellungen ... +options.advancedOpengl=Erweitertes OpenGL +options.advancedVideoTitle=Erweiterte Grafikeinstellungen +options.anaglyph=3D-Effekt +options.ao=Weiche Beleuchtung +options.ao.max=Maximum +options.ao.min=Minimum +options.ao.off=Aus +options.blockAlternatives=Rotierte Texturen +options.chat.color=Farben +options.chat.height.focused=Höhe (geöffnet) +options.chat.height.unfocused=Höhe (geschlossen) +options.chat.links=Weblinks +options.chat.links.prompt=Links bestätigen lassen +options.chat.opacity=Deckkraft +options.chat.scale=Skalierung +options.chat.title=Chateinstellungen ... +options.chat.visibility=Chat +options.chat.visibility.full=Zeigen +options.chat.visibility.hidden=Versteckt +options.chat.visibility.system=Nur Befehle +options.chat.width=Breite +options.controls=Steuerung ... +options.customizeTitle=Angepasste Welt - Einstellungen +options.difficulty=Schwierigkeit +options.difficulty.easy=Einfach +options.difficulty.hard=Schwer +options.difficulty.hardcore=Hardcore +options.difficulty.normal=Normal +options.difficulty.peaceful=Friedlich +options.farWarning1=Um die maximale Sichtweite nutzen zu können +options.farWarning2=wird eine 64-Bit Java-Installation empfohlen (du hast 32-Bit) +options.fboEnable=FBO einschalten +options.forceUnicodeFont=Unicode erzwingen +options.fov=Sichtfeld (FOV) +options.fov.max=Quake Pro +options.fov.min=Normal +options.framerateLimit=Max. Bildrate +options.framerateLimit.max=Unbegrenzt +options.fullscreen=Vollbild +options.gamma=Helligkeit +options.gamma.max=Hell +options.gamma.min=Düster +options.graphics=Grafikmodus +options.graphics.fancy=Schön +options.graphics.fast=Schnell +options.guiScale=GUI-Größe +options.guiScale.auto=Automatisch +options.guiScale.large=Groß +options.guiScale.normal=Normal +options.guiScale.small=Klein +options.hidden=Versteckt +options.invertMouse=Maus umkehren +options.language=Sprache ... +options.languageWarning=Die Übersetzungen sind möglicherweise nicht zu 100%% korrekt +options.mipmapLevels=Mipmap-Stufen +options.modelPart.cape=Umhang +options.modelPart.hat=Hut +options.modelPart.jacket=Jacke +options.modelPart.left_pants_leg=Linkes Hosenbein +options.modelPart.left_sleeve=Linker Ärmel +options.modelPart.right_pants_leg=Rechtes Hosenbein +options.modelPart.right_sleeve=Rechter Ärmel +options.multiplayer.title=Mehrspielereinstellungen ... +options.music=Musik +options.off=Aus +options.on=An +options.particles=Partikel +options.particles.all=Alle +options.particles.decreased=Verringert +options.particles.minimal=Minimal +options.performanceButton=Grafikleistung ... +options.performanceVideoTitle=Grafikleistung +options.postButton=Nachbearbeitung ... +options.postProcessEnable=Nachbearbeitung einschalten +options.postVideoTitle=Nachbearbeitung +options.qualityButton=Grafikqualität ... +options.qualityVideoTitle=Grafikqualität +options.reducedDebugInfo=Reduzierte Debug-Infos +options.renderClouds=Wolken +options.renderDistance=Sichtweite +options.renderDistance.far=Weit +options.renderDistance.normal=Normal +options.renderDistance.short=Gering +options.renderDistance.tiny=Winzig +options.resourcepack=Ressourcenpakete ... +options.saturation=Sättigung +options.sensitivity=Mausempfindlichkeit +options.sensitivity.max=TURBO! +options.sensitivity.min=*gähn* +options.skinCustomisation=Skin-Anpassung ... +options.skinCustomisation.title=Skin-Anpassung +options.snooper=Datenerhebung erlauben +options.snooper.desc=Wir möchten Informationen über deinen Computer sammeln, um Minecraft durch Kenntnis größerer Problemquellen verbessern zu können. All diese Informationen sind vollkommen anonym und können nachfolgend eingesehen werden. Wir versprechen, dass wir mit diesen Daten keine schlechten Absichten verfolgen. Wenn du dies trotzdem nicht möchtest, kannst du diese Funktion auch gerne ausschalten! +options.snooper.title=Zusammenstellung der Rechnerspezifikation +options.snooper.view=Datenerhebungseinstellung ... +options.sound=Geräusche +options.sounds=Musik & Geräusche ... +options.sounds.title=Musik- & Geräuschoptionen +options.stream=Twitch-Einstellungen ... +options.stream.bytesPerPixel=Qualität +options.stream.changes=Du musst deinen Stream erneut starten, um die Änderungen anzuwenden. +options.stream.chat.enabled=Aktivieren +options.stream.chat.enabled.always=Immer +options.stream.chat.enabled.never=Nie +options.stream.chat.enabled.streaming=Während Streamen +options.stream.chat.title=Twitch Chateinstellungen +options.stream.chat.userFilter=Benutzerfilter +options.stream.chat.userFilter.all=Alle +options.stream.chat.userFilter.mods=Moderatoren +options.stream.chat.userFilter.subs=Abonnenten +options.stream.compression=Kompression +options.stream.compression.high=Hoch +options.stream.compression.low=Niedrig +options.stream.compression.medium=Mittel +options.stream.estimation=Geschätzte Auflösung: %sx%s +options.stream.fps=Bildrate +options.stream.ingest.reset=Einstellungen zurücksetzen +options.stream.ingest.title=Twitch Streaming Server +options.stream.ingestSelection=Streaming-Server-Liste +options.stream.kbps=Bandbreite +options.stream.micToggleBehavior=Drücken für +options.stream.micVolumne=Mikrofon-Lautstärke +options.stream.mic_toggle.mute=Stummschaltung +options.stream.mic_toggle.talk=Sprechen +options.stream.sendMetadata=Metadaten senden +options.stream.systemVolume=Systemlautstärke +options.stream.title=Twitch-Einstellungen +options.title=Optionen +options.touchscreen=Touchscreen-Modus +options.vbo=VBOs verwenden +options.video=Grafikeinstellungen ... +options.videoTitle=Grafikeinstellungen +options.viewBobbing=Gehbewegung +options.visible=Sichtbar +options.vsync=VSync verwenden +potion.absorption=Absorption +potion.absorption.postfix=Trank der Absorption +potion.blindness=Blindheit +potion.blindness.postfix=Trank der Blindheit +potion.confusion=Übelkeit +potion.confusion.postfix=Trank der Übelkeit +potion.damageBoost=Stärke +potion.damageBoost.postfix=Trank der Stärke +potion.digSlowDown=Abbaulähmung +potion.digSlowDown.postfix=Trank der Trägheit +potion.digSpeed=Eile +potion.digSpeed.postfix=Trank der Eile +potion.effects.whenDrank=Auswirkungen: +potion.empty=Wirkungslos +potion.fireResistance=Feuerschutz +potion.fireResistance.postfix=Trank der Feuerresistenz +potion.harm=Direktschaden +potion.harm.postfix=Trank des Schadens +potion.heal=Direktheilung +potion.heal.postfix=Trank der Heilung +potion.healthBoost=Extraenergie +potion.healthBoost.postfix=Trank der Extraenergie +potion.hunger=Hunger +potion.hunger.postfix=Trank des Hungers +potion.invisibility=Unsichtbarkeit +potion.invisibility.postfix=Trank der Unsichtbarkeit +potion.jump=Sprungkraft +potion.jump.postfix=Trank der Sprungkraft +potion.moveSlowdown=Langsamkeit +potion.moveSlowdown.postfix=Trank der Langsamkeit +potion.moveSpeed=Schnelligkeit +potion.moveSpeed.postfix=Trank der Schnelligkeit +potion.nightVision=Nachtsicht +potion.nightVision.postfix=Trank der Nachtsicht +potion.poison=Vergiftung +potion.poison.postfix=Trank der Vergiftung +potion.potency.1=II +potion.potency.2=III +potion.potency.3=IV +potion.prefix.acrid=Beißender +potion.prefix.artless=Schlichter +potion.prefix.awkward=Seltsamer +potion.prefix.bland=Fader +potion.prefix.bulky=Wuchtiger +potion.prefix.bungling=Verpfuschter +potion.prefix.buttered=Cremiger +potion.prefix.charming=Lieblicher +potion.prefix.clear=Klarer +potion.prefix.cordial=Belebender +potion.prefix.dashing=Flinker +potion.prefix.debonair=Gefälliger +potion.prefix.diffuse=Trüber +potion.prefix.elegant=Vornehmer +potion.prefix.fancy=Raffinierter +potion.prefix.flat=Flauer +potion.prefix.foul=Fauler +potion.prefix.grenade=Werfbarer +potion.prefix.gross=Widerlicher +potion.prefix.harsh=Rauer +potion.prefix.milky=Milchiger +potion.prefix.mundane=Gewöhnlicher +potion.prefix.odorless=Geruchloser +potion.prefix.potent=Starker +potion.prefix.rank=Ranziger +potion.prefix.refined=Verfeinerter +potion.prefix.smooth=Milder +potion.prefix.sparkling=Prickelnder +potion.prefix.stinky=Stinkender +potion.prefix.suave=Sanfter +potion.prefix.thick=Dickflüssiger +potion.prefix.thin=Dünnflüssiger +potion.prefix.uninteresting=Langweiliger +potion.regeneration=Regeneration +potion.regeneration.postfix=Trank der Regeneration +potion.resistance=Resistenz +potion.resistance.postfix=Trank des Widerstandes +potion.saturation=Sättigung +potion.saturation.postfix=Trank der Sättigung +potion.waterBreathing=Unterwasseratem +potion.waterBreathing.postfix=Trank der Unterwasseratmung +potion.weakness=Schwäche +potion.weakness.postfix=Trank der Schwäche +potion.wither=Wither +potion.wither.postfix=Trank des Zerfalls +record.nowPlaying=Jetzt spielt: %s +resourcePack.available.title=Verfügbare Ressourcenpakete +resourcePack.folderInfo=(Ressourcenpakete hier einfügen) +resourcePack.openFolder=Ordner öffnen +resourcePack.selected.title=Ausgewählte Ressourcenpakete +resourcePack.title=Ressourcenpakete auswählen +screenshot.failure=Kann Screenshot nicht speichern: %s +screenshot.success=Screenshot gespeichert unter %s +selectServer.add=Server hinzufügen +selectServer.defaultName=Minecraft-Server +selectServer.delete=Löschen +selectServer.deleteButton=Löschen +selectServer.deleteQuestion=Bist du dir sicher, dass du diesen Server entfernen möchtest? +selectServer.deleteWarning=wird für immer verloren sein! (Eine lange Zeit!) +selectServer.direct=Direkt verbinden +selectServer.edit=Bearbeiten +selectServer.empty=leer +selectServer.hiddenAddress=(Versteckt) +selectServer.refresh=Aktualisieren +selectServer.select=Server beitreten +selectServer.title=Server auswählen +selectWorld.allowCommands=Cheats erlauben: +selectWorld.allowCommands.info=Befehle wie /gamemode, /xp +selectWorld.bonusItems=Bonustruhe: +selectWorld.cheats=Cheats +selectWorld.conversion=Muss konvertiert werden! +selectWorld.create=Neue Welt erstellen +selectWorld.createDemo=Neue Demo-Welt spielen +selectWorld.customizeType=Anpassen +selectWorld.delete=Löschen +selectWorld.deleteButton=Löschen +selectWorld.deleteQuestion=Bist du sicher, dass du diese Welt löschen möchtest? +selectWorld.deleteWarning=wird für immer verloren sein! (Eine lange Zeit!) +selectWorld.empty=leer +selectWorld.enterName=Name der Welt +selectWorld.enterSeed=Startwert für den Weltgenerator +selectWorld.gameMode=Spielmodus +selectWorld.gameMode.adventure=Abenteuer +selectWorld.gameMode.adventure.line1=Wie Überlebensmodus, Blöcke können jedoch nicht +selectWorld.gameMode.adventure.line2=platziert oder zerstört werden +selectWorld.gameMode.creative=Kreativ +selectWorld.gameMode.creative.line1=Unbegrenzte Rohstoffe, Flugmodus und +selectWorld.gameMode.creative.line2=sofortiges Zerstören von Blöcken +selectWorld.gameMode.hardcore=Hardcore +selectWorld.gameMode.hardcore.line1=Überlebensmodus auf der höchsten +selectWorld.gameMode.hardcore.line2=Schwierigkeit mit endgültigem Tod +selectWorld.gameMode.spectator=Zuschauer +selectWorld.gameMode.spectator.line1=Nur gucken, nicht anfassen +selectWorld.gameMode.survival=Überleben +selectWorld.gameMode.survival.line1=Suche nach Ressourcen, baue Werkzeuge, sammle +selectWorld.gameMode.survival.line2=Erfahrung und kämpfe ums Überleben +selectWorld.hardcoreMode=Hardcore: +selectWorld.hardcoreMode.info=Welt wird beim Tod gelöscht +selectWorld.mapFeatures=Bauwerke generieren: +selectWorld.mapFeatures.info=Dörfer, Tempel, Festungen, ... +selectWorld.mapType=Welttyp: +selectWorld.mapType.normal=Normal +selectWorld.moreWorldOptions=Weitere Weltoptionen ... +selectWorld.newWorld=Neue Welt +selectWorld.newWorld.copyOf=Kopie von %s +selectWorld.recreate=Neu erzeugen +selectWorld.rename=Umbenennen +selectWorld.renameButton=Umbenennen +selectWorld.renameTitle=Welt umbenennen +selectWorld.resultFolder=Wird gespeichert in: +selectWorld.seedInfo=Leer lassen für zufälligen Startwert +selectWorld.select=Ausgewählte Welt spielen +selectWorld.title=Welt auswählen +selectWorld.world=Welt +sign.edit=Beschriftung eingeben +soundCategory.ambient=Atmosphäre/Umgebung +soundCategory.block=Blöcke +soundCategory.hostile=Feindliche Kreaturen +soundCategory.master=Gesamtlautstärke +soundCategory.music=Musik +soundCategory.neutral=Freundliche Kreaturen +soundCategory.player=Spieler +soundCategory.record=Musikblöcke +soundCategory.weather=Wetter +stat.animalsBred=Tiere gezüchtet +stat.blocksButton=Blöcke +stat.boatOneCm=Im Boot gefahrene Strecke +stat.breakItem=%1$s verbraucht +stat.climbOneCm=Gekletterte Strecke +stat.craftItem=%1$s hergestellt +stat.crafted=Hergestellt +stat.createWorld=Welten erzeugt +stat.crouchOneCm=Geschlichene Strecke +stat.damageDealt=Zugefügter Schaden +stat.damageTaken=Erlittener Schaden +stat.deaths=Tode +stat.depleted=Verbraucht +stat.diveOneCm=Getauchte Strecke +stat.drop=Fallengelassene Gegenstände +stat.entityKilledBy=%s hat dich %s mal getötet +stat.entityKilledBy.none=Du wurdest nie von %s getötet +stat.entityKills=Du hast %s %s getötet +stat.entityKills.none=Du hast %s nie getötet +stat.fallOneCm=Gefallene Strecke +stat.fishCaught=Gefangene Fische +stat.flyOneCm=Geflogene Strecke +stat.generalButton=Allgemein +stat.horseOneCm=Auf Pferd gerittene Strecke +stat.itemsButton=Gegenstände +stat.joinMultiplayer=Mehrspielerbeitritte +stat.jump=Sprünge +stat.junkFished=Trödel geangelt +stat.leaveGame=Spiele verlassen +stat.loadWorld=Spielstände geladen +stat.mineBlock=%1$s abgebaut +stat.minecartOneCm=In Lore gefahrene Strecke +stat.mined=Abgebaut +stat.mobKills=Getötete Kreaturen +stat.mobsButton=Kreaturen +stat.pigOneCm=Auf Schwein gerittene Strecke +stat.playOneMinute=Spieldauer +stat.playerKills=Getötete Spieler +stat.sprintOneCm=Gesprintete Strecke +stat.startGame=Anzahl der Spiele +stat.swimOneCm=Geschwommene Stecke +stat.talkedToVillager=Mit Dorfbewohnern gesprochen +stat.timeSinceDeath=Seit letztem Tod +stat.tradedWithVillager=Mit Dorfbewohnern gehandelt +stat.treasureFished=Schätze geangelt +stat.useItem=%1$s benutzt +stat.used=Benutzt +stat.walkOneCm=Gelaufene Strecke +stats.tooltip.type.achievement=Erfolg +stats.tooltip.type.statistic=Statistik +stream.confirm_start=Bist du sicher, dass du einen Stream starten möchtest? +stream.unavailable.account_not_bound=Bevor du Minecraft über Twitch streamen kannst, musst du dein Twitch-Konto auf mojang.com verknüpfen. Möchtest du das jetzt tun? +stream.unavailable.account_not_bound.okay=Konten verknüpfen +stream.unavailable.account_not_migrated=Bevor du Minecraft über Twitch streamen kannst, musst du dein Minecraft-Konto in ein Mojang-Konto umwandeln. Möchtest du das jetzt tun? +stream.unavailable.account_not_migrated.okay=Konto umwandeln +stream.unavailable.failed_auth=Authentifizierung bei Twitch fehlgeschlagen. Bitte besuche mojang.com und verknüpfe dein Twitch-Konto erneut. +stream.unavailable.failed_auth.okay=Konten erneut verknüpfen +stream.unavailable.failed_auth_error=Authentifizierung bei Twitch nicht möglich. Bitte versuche es später erneut. +stream.unavailable.initialization_failure=Initialisieren des Twitch-SDK nicht möglich. +stream.unavailable.initialization_failure.extra=(Grund: %s) +stream.unavailable.library_arch_mismatch=Die Java-Version mit der Minecraft gestartet wurde, hat eine andere Prozessor-Architektur als die, die den Launcher gestartet hat. Stelle sicher, dass beide entweder 32-Bit oder 64-Bit sind. +stream.unavailable.library_failure=Laden der für den integrierten Twitch-Streamingdienst benötigten Bibliotheken nicht möglich. +stream.unavailable.no_fbo=Deine Grafikkarte muss mindestens OpenGL Version 3.0 oder FBOs per Erweiterung unterstützen, um das integrierte Twitch-Streaming zu nutzen. +stream.unavailable.no_fbo.arb=FBO-Unterstützung per ARB ist: %s +stream.unavailable.no_fbo.blend="Separate blending"-Unterstützung per EXT ist: %s +stream.unavailable.no_fbo.ext=FBO-Unterstützung per EXT ist: %s +stream.unavailable.no_fbo.version=Du verwendest gerade: %s +stream.unavailable.not_supported.mac=Leider benötigt das integrierte Twitch-Streaming eine neuere OSX-Version als du verwendest. Du benötigst wenigestens 10.7 (Mac OS X Lion) oder neuer um diesen Dienst zu benutzen. Möchtest du auf apple.com mehr über ein Upgrade erfahren? +stream.unavailable.not_supported.mac.okay=Upgrade +stream.unavailable.not_supported.other=Leider benötigt das integrierte Twitch-Streamen Windows (Vista oder neuer) oder Mac OS X (10.7 Lion oder neuer) +stream.unavailable.not_supported.windows=Leider benötigt das integrierte Twitch-Streaming eine neuere Windows-Version als du verwendest. Du benötigst wenigstens Windows Vista oder neuer. +stream.unavailable.report_to_mojang=An Mojang melden +stream.unavailable.soundflower.chat=Um auf einem Mac zu streamen wird Soundflower benötigt. %s +stream.unavailable.soundflower.chat.link=Bitte hier klicken um es zu installieren. +stream.unavailable.title=Twitch-Streaming nicht verfügbar +stream.unavailable.unknown=Leider ist Streamen per Twitch derzeit nicht möglich - und wir wissen nicht warum :'( +stream.unavailable.unknown.chat=Konnte Stream nicht starten: %s +stream.user.mode.administrator=Twitch-Administrator +stream.user.mode.banned=Gesperrt +stream.user.mode.banned.other=Für %ss Kanal gesperrt +stream.user.mode.banned.self=Für deinen Kanal gesperrt +stream.user.mode.broadcaster=Streamer +stream.user.mode.broadcaster.other=Streamer +stream.user.mode.broadcaster.self=Streamer (Du!) +stream.user.mode.moderator=Moderator +stream.user.mode.moderator.other=Moderator auf %ss Kanal +stream.user.mode.moderator.self=Moderator auf deinem Kanal +stream.user.mode.staff=Twitch-Mitarbeiter +stream.user.subscription.subscriber=Abonnent +stream.user.subscription.subscriber.other=Abonnent von %ss Kanal +stream.user.subscription.subscriber.self=Abonnent deines Kanals +stream.user.subscription.turbo=Twitch Turbo +stream.userinfo.ban=Sperren +stream.userinfo.chatTooltip=Klicke um Benutzer zu verwalten +stream.userinfo.mod=Zum Moderator befördern +stream.userinfo.timeout=Auszeit +stream.userinfo.unban=Entsperren +stream.userinfo.unmod=Moderator zurückstufen +tile.acaciaFence.name=Akazienholzzaun +tile.acaciaFenceGate.name=Akazienholzzauntor +tile.activatorRail.name=Aktivierungsschiene +tile.anvil.intact.name=Amboss +tile.anvil.name=Amboss +tile.anvil.slightlyDamaged.name=Leicht beschädigter Amboss +tile.anvil.veryDamaged.name=Stark beschädigter Amboss +tile.barrier.name=Barriere +tile.beacon.name=Leuchtfeuer +tile.beacon.primary=Primäre Kraft +tile.beacon.secondary=Sekundäre Kraft +tile.bed.name=Bett +tile.bed.noSleep=Du kannst nur nachts schlafen +tile.bed.notSafe=Du kannst jetzt nicht schlafen, es sind Monster in der Nähe +tile.bed.notValid=Dein Bett wurde blockiert oder zerstört +tile.bed.occupied=Dieses Bett ist belegt +tile.bedrock.name=Grundgestein +tile.birchFence.name=Birkenholzzaun +tile.birchFenceGate.name=Birkenholzzauntor +tile.blockCoal.name=Kohleblock +tile.blockDiamond.name=Diamantblock +tile.blockEmerald.name=Smaragdblock +tile.blockGold.name=Goldblock +tile.blockIron.name=Eisenblock +tile.blockLapis.name=Lapislazuliblock +tile.blockRedstone.name=Redstone-Block +tile.bookshelf.name=Bücherregal +tile.brick.name=Ziegelsteine +tile.button.name=Knopf +tile.cactus.name=Kaktus +tile.cake.name=Kuchen +tile.carrots.name=Karotten +tile.cauldron.name=Kessel +tile.chest.name=Truhe +tile.chestTrap.name=Redstonetruhe +tile.clay.name=Ton +tile.clayHardened.name=Gebrannter Ton +tile.clayHardenedStained.black.name=Schwarz gefärbter Ton +tile.clayHardenedStained.blue.name=Blau gefärbter Ton +tile.clayHardenedStained.brown.name=Braun gefärbter Ton +tile.clayHardenedStained.cyan.name=Türkis gefärbter Ton +tile.clayHardenedStained.gray.name=Grau gefärbter Ton +tile.clayHardenedStained.green.name=Grün gefärbter Ton +tile.clayHardenedStained.lightBlue.name=Hellblau gefärbter Ton +tile.clayHardenedStained.lime.name=Hellgrün gefärbter Ton +tile.clayHardenedStained.magenta.name=Magenta gefärbter Ton +tile.clayHardenedStained.name=Gefärbter Ton +tile.clayHardenedStained.orange.name=Orange gefärbter Ton +tile.clayHardenedStained.pink.name=Rosa gefärbter Ton +tile.clayHardenedStained.purple.name=Violett gefärbter Ton +tile.clayHardenedStained.red.name=Rot gefärbter Ton +tile.clayHardenedStained.silver.name=Hellgrau gefärbter Ton +tile.clayHardenedStained.white.name=Weiß gefärbter Ton +tile.clayHardenedStained.yellow.name=Gelb gefärbter Ton +tile.cloth.black.name=Schwarze Wolle +tile.cloth.blue.name=Blaue Wolle +tile.cloth.brown.name=Braune Wolle +tile.cloth.cyan.name=Türkise Wolle +tile.cloth.gray.name=Graue Wolle +tile.cloth.green.name=Grüne Wolle +tile.cloth.lightBlue.name=Hellblaue Wolle +tile.cloth.lime.name=Hellgrüne Wolle +tile.cloth.magenta.name=Magenta Wolle +tile.cloth.name=Wolle +tile.cloth.orange.name=Orange Wolle +tile.cloth.pink.name=Rosa Wolle +tile.cloth.purple.name=Violette Wolle +tile.cloth.red.name=Rote Wolle +tile.cloth.silver.name=Hellgraue Wolle +tile.cloth.white.name=Weiße Wolle +tile.cloth.yellow.name=Gelbe Wolle +tile.cobbleWall.mossy.name=Bemooste Bruchsteinmauer +tile.cobbleWall.normal.name=Bruchsteinmauer +tile.cocoa.name=Kakao +tile.commandBlock.name=Befehlsblock +tile.crops.name=Getreide +tile.darkOakFence.name=Schwarzeichenholzzaun +tile.darkOakFenceGate.name=Schwarzeichenholzzauntor +tile.daylightDetector.name=Tageslichtsensor +tile.deadbush.name=Toter Busch +tile.detectorRail.name=Sensorschiene +tile.dirt.coarse.name=Grobe Erde +tile.dirt.default.name=Erde +tile.dirt.name=Erde +tile.dirt.podzol.name=Podsol +tile.dispenser.name=Werfer +tile.doorIron.name=Eisentür +tile.doorWood.name=Holztür +tile.doublePlant.fern.name=Großer Farn +tile.doublePlant.grass.name=Hohes Gras +tile.doublePlant.name=Pflanze +tile.doublePlant.paeonia.name=Pfingstrose +tile.doublePlant.rose.name=Rosenstrauch +tile.doublePlant.sunflower.name=Sonnenblume +tile.doublePlant.syringa.name=Flieder +tile.dragonEgg.name=Drachenei +tile.dropper.name=Spender +tile.enchantmentTable.name=Zaubertisch +tile.endPortalFrame.name=Endportalrahmen +tile.enderChest.name=Endertruhe +tile.farmland.name=Ackerboden +tile.fence.name=Eichenholzzaun +tile.fenceGate.name=Eichenholzzauntor +tile.fenceIron.name=Eisengitter +tile.fire.name=Feuer +tile.flower1.dandelion.name=Löwenzahn +tile.flower1.name=Blume +tile.flower2.allium.name=Sternlauch +tile.flower2.blueOrchid.name=Blaue Orchidee +tile.flower2.houstonia.name=Porzellansternchen +tile.flower2.name=Blume +tile.flower2.oxeyeDaisy.name=Margerite +tile.flower2.poppy.name=Mohn +tile.flower2.tulipOrange.name=Orange Tulpe +tile.flower2.tulipPink.name=Rosa Tulpe +tile.flower2.tulipRed.name=Rote Tulpe +tile.flower2.tulipWhite.name=Weiße Tulpe +tile.furnace.name=Ofen +tile.glass.name=Glas +tile.goldenRail.name=Antriebsschiene +tile.grass.name=Grasblock +tile.gravel.name=Kies +tile.hayBlock.name=Strohballen +tile.hellrock.name=Netherstein +tile.hellsand.name=Seelensand +tile.hopper.name=Trichter +tile.ice.name=Eis +tile.icePacked.name=Packeis +tile.ironTrapdoor.name=Eisenfalltür +tile.jukebox.name=Plattenspieler +tile.jungleFence.name=Tropenholzzaun +tile.jungleFenceGate.name=Tropenholzzauntor +tile.ladder.name=Leiter +tile.lava.name=Lava +tile.leaves.acacia.name=Akazienlaub +tile.leaves.big_oak.name=Schwarzeichenlaub +tile.leaves.birch.name=Birkenlaub +tile.leaves.jungle.name=Tropenbaumlaub +tile.leaves.name=Laub +tile.leaves.oak.name=Eichenlaub +tile.leaves.spruce.name=Fichtennadeln +tile.lever.name=Hebel +tile.lightgem.name=Glowstone +tile.litpumpkin.name=Kürbislaterne +tile.lockedchest.name=Verschlossene Truhe +tile.log.acacia.name=Akazienholz +tile.log.big_oak.name=Schwarzeichenholz +tile.log.birch.name=Birkenholz +tile.log.jungle.name=Tropenholz +tile.log.name=Holz +tile.log.oak.name=Eichenholz +tile.log.spruce.name=Fichtenholz +tile.melon.name=Melone +tile.mobSpawner.name=Monsterspawner +tile.monsterStoneEgg.brick.name=Steinziegel (Silberfischchen) +tile.monsterStoneEgg.chiseledbrick.name=Gemeißelte Steinziegel (Silberfischchen) +tile.monsterStoneEgg.cobble.name=Bruchstein (Silberfischchen) +tile.monsterStoneEgg.crackedbrick.name=Rissige Steinziegel (Silberfischchen) +tile.monsterStoneEgg.mossybrick.name=Bemooste Steinziegel (Silberfischchen) +tile.monsterStoneEgg.name=Stein (Silberfischchen) +tile.monsterStoneEgg.stone.name=Stein (Silberfischchen) +tile.mushroom.name=Pilz +tile.musicBlock.name=Notenblock +tile.mycel.name=Myzel +tile.netherBrick.name=Netherziegel +tile.netherFence.name=Netherziegelzaun +tile.netherStalk.name=Netherwarze +tile.netherquartz.name=Netherquarzerz +tile.notGate.name=Redstone-Fackel +tile.obsidian.name=Obsidian +tile.oreCoal.name=Steinkohle +tile.oreDiamond.name=Diamanterz +tile.oreEmerald.name=Smaragderz +tile.oreGold.name=Golderz +tile.oreIron.name=Eisenerz +tile.oreLapis.name=Lapislazulierz +tile.oreRedstone.name=Redstone-Erz +tile.oreRuby.name=Rubinerz +tile.pistonBase.name=Kolben +tile.pistonStickyBase.name=Klebriger Kolben +tile.portal.name=Portal +tile.potatoes.name=Kartoffeln +tile.pressurePlateStone.name=Steindruckplatte +tile.pressurePlateWood.name=Holzdruckplatte +tile.prismarine.bricks.name=Prismarinziegel +tile.prismarine.dark.name=Dunkler Prismarin +tile.prismarine.rough.name=Prismarin +tile.pumpkin.name=Kürbis +tile.quartzBlock.chiseled.name=Gemeißelter Quarzblock +tile.quartzBlock.default.name=Quarzblock +tile.quartzBlock.lines.name=Quarzsäule +tile.quartzBlock.name=Quarzblock +tile.rail.name=Schiene +tile.redSandStone.chiseled.name=Gemeißelter roter Sandstein +tile.redSandStone.default.name=Roter Sandstein +tile.redSandStone.name=Roter Sandstein +tile.redSandStone.smooth.name=Glatter roter Sandstein +tile.redstoneDust.name=Redstone-Staub +tile.redstoneLight.name=Redstone-Lampe +tile.reeds.name=Zuckerrohr +tile.sand.default.name=Sand +tile.sand.name=Sand +tile.sand.red.name=Roter Sand +tile.sandStone.chiseled.name=Gemeißelter Sandstein +tile.sandStone.default.name=Sandstein +tile.sandStone.name=Sandstein +tile.sandStone.smooth.name=Glatter Sandstein +tile.sapling.acacia.name=Akaziensetzling +tile.sapling.big_oak.name=Schwarzeichensetzling +tile.sapling.birch.name=Birkensetzling +tile.sapling.jungle.name=Tropenbaumsetzling +tile.sapling.oak.name=Eichensetzling +tile.sapling.spruce.name=Fichtensetzling +tile.seaLantern.name=Seelaterne +tile.sign.name=Schild +tile.slime.name=Schleimblock +tile.snow.name=Schnee +tile.sponge.dry.name=Schwamm +tile.sponge.wet.name=Nasser Schwamm +tile.spruceFence.name=Fichtenholzzaun +tile.spruceFenceGate.name=Fichtenholzzauntor +tile.stainedGlass.black.name=Schwarzes Glas +tile.stainedGlass.blue.name=Blaues Glas +tile.stainedGlass.brown.name=Braunes Glas +tile.stainedGlass.cyan.name=Türkises Glas +tile.stainedGlass.gray.name=Graues Glas +tile.stainedGlass.green.name=Grünes Glas +tile.stainedGlass.lightBlue.name=Hellblaues Glas +tile.stainedGlass.lime.name=Hellgrünes Glas +tile.stainedGlass.magenta.name=Magenta Glas +tile.stainedGlass.name=Gefärbtes Glas +tile.stainedGlass.orange.name=Oranges Glas +tile.stainedGlass.pink.name=Rosa Glas +tile.stainedGlass.purple.name=Violettes Glas +tile.stainedGlass.red.name=Rotes Glas +tile.stainedGlass.silver.name=Hellgraues Glas +tile.stainedGlass.white.name=Weißes Glas +tile.stainedGlass.yellow.name=Gelbes Glas +tile.stairsBrick.name=Ziegeltreppe +tile.stairsNetherBrick.name=Netherziegeltreppe +tile.stairsQuartz.name=Quarztreppe +tile.stairsRedSandStone.name=Rote Sandsteintreppe +tile.stairsSandStone.name=Sandsteintreppe +tile.stairsStone.name=Bruchsteintreppe +tile.stairsStoneBrickSmooth.name=Steinziegeltreppe +tile.stairsWood.name=Eichenholztreppe +tile.stairsWoodAcacia.name=Akazienholztreppe +tile.stairsWoodBirch.name=Birkenholztreppe +tile.stairsWoodDarkOak.name=Schwarzeichenholztreppe +tile.stairsWoodJungle.name=Tropenholztreppe +tile.stairsWoodSpruce.name=Fichtenholztreppe +tile.stone.andesite.name=Andesit +tile.stone.andesiteSmooth.name=Polierter Andesit +tile.stone.diorite.name=Diorit +tile.stone.dioriteSmooth.name=Polierter Diorit +tile.stone.granite.name=Granit +tile.stone.graniteSmooth.name=Polierter Granit +tile.stone.stone.name=Stein +tile.stoneMoss.name=Bemooster Bruchstein +tile.stoneSlab.brick.name=Ziegelstufe +tile.stoneSlab.cobble.name=Bruchsteinstufe +tile.stoneSlab.name=Steinstufe +tile.stoneSlab.netherBrick.name=Netherziegelstufe +tile.stoneSlab.quartz.name=Quarzstufe +tile.stoneSlab.sand.name=Sandsteinstufe +tile.stoneSlab.smoothStoneBrick.name=Steinziegelstufe +tile.stoneSlab.stone.name=Steinstufe +tile.stoneSlab.wood.name=Holzstufe +tile.stoneSlab2.red_sandstone.name=Rote Sandsteinstufe +tile.stonebrick.name=Bruchstein +tile.stonebricksmooth.chiseled.name=Gemeißelte Steinziegel +tile.stonebricksmooth.cracked.name=Rissige Steinziegel +tile.stonebricksmooth.default.name=Steinziegel +tile.stonebricksmooth.mossy.name=Bemooste Steinziegel +tile.stonebricksmooth.name=Steinziegel +tile.tallgrass.fern.name=Farn +tile.tallgrass.grass.name=Gras +tile.tallgrass.name=Gras +tile.tallgrass.shrub.name=Busch +tile.thinGlass.name=Glasscheibe +tile.thinStainedGlass.black.name=Schwarze Glasscheibe +tile.thinStainedGlass.blue.name=Blaue Glasscheibe +tile.thinStainedGlass.brown.name=Braune Glasscheibe +tile.thinStainedGlass.cyan.name=Türkise Glasscheibe +tile.thinStainedGlass.gray.name=Graue Glasscheibe +tile.thinStainedGlass.green.name=Grüne Glasscheibe +tile.thinStainedGlass.lightBlue.name=Hellblaue Glasscheibe +tile.thinStainedGlass.lime.name=Hellgrüne Glasscheibe +tile.thinStainedGlass.magenta.name=Magenta Glasscheibe +tile.thinStainedGlass.name=Gefärbte Glasscheibe +tile.thinStainedGlass.orange.name=Orange Glasscheibe +tile.thinStainedGlass.pink.name=Rosa Glasscheibe +tile.thinStainedGlass.purple.name=Violette Glasscheibe +tile.thinStainedGlass.red.name=Rote Glasscheibe +tile.thinStainedGlass.silver.name=Hellgraue Glasscheibe +tile.thinStainedGlass.white.name=Weiße Glasscheibe +tile.thinStainedGlass.yellow.name=Gelbe Glasscheibe +tile.tnt.name=TNT +tile.torch.name=Fackel +tile.trapdoor.name=Holzfalltür +tile.tripWire.name=Stolperdraht +tile.tripWireSource.name=Haken +tile.vine.name=Ranken +tile.water.name=Wasser +tile.waterlily.name=Seerosenblatt +tile.web.name=Spinnennetz +tile.weightedPlate_heavy.name=Wägeplatte (hohe Gewichte) +tile.weightedPlate_light.name=Wägeplatte (niedrige Gewichte) +tile.whiteStone.name=Endstein +tile.wood.acacia.name=Akazienholzbretter +tile.wood.big_oak.name=Schwarzeichenholzbretter +tile.wood.birch.name=Birkenholzbretter +tile.wood.jungle.name=Tropenholzbretter +tile.wood.name=Holzbretter +tile.wood.oak.name=Eichenholzbretter +tile.wood.spruce.name=Fichtenholzbretter +tile.woodSlab.acacia.name=Akazienholzstufe +tile.woodSlab.big_oak.name=Schwarzeichenholzstufe +tile.woodSlab.birch.name=Birkenholzstufe +tile.woodSlab.jungle.name=Tropenholzstufe +tile.woodSlab.name=Holzstufe +tile.woodSlab.oak.name=Eichenholzstufe +tile.woodSlab.spruce.name=Fichtenholzstufe +tile.woolCarpet.black.name=Schwarzer Teppich +tile.woolCarpet.blue.name=Blauer Teppich +tile.woolCarpet.brown.name=Brauner Teppich +tile.woolCarpet.cyan.name=Türkiser Teppich +tile.woolCarpet.gray.name=Grauer Teppich +tile.woolCarpet.green.name=Grüner Teppich +tile.woolCarpet.lightBlue.name=Hellblauer Teppich +tile.woolCarpet.lime.name=Hellgrüner Teppich +tile.woolCarpet.magenta.name=Magenta Teppich +tile.woolCarpet.name=Teppich +tile.woolCarpet.orange.name=Oranger Teppich +tile.woolCarpet.pink.name=Rosa Teppich +tile.woolCarpet.purple.name=Violetter Teppich +tile.woolCarpet.red.name=Roter Teppich +tile.woolCarpet.silver.name=Hellgrauer Teppich +tile.woolCarpet.white.name=Weißer Teppich +tile.woolCarpet.yellow.name=Gelber Teppich +tile.workbench.name=Werkbank +title.oldgl1=Alte Grafikkarte erkannt; Dies könnte dich in der Zukunft +title.oldgl2=am Spielen hindern, da OpenGL 2.0 benötigt wird. diff --git a/javascript/lang/el_GR.lang b/javascript/lang/el_GR.lang new file mode 100755 index 00000000..169c4139 --- /dev/null +++ b/javascript/lang/el_GR.lang @@ -0,0 +1,1709 @@ +achievement.acquireIron=Απόκτηση ΣιδεÏικών +achievement.acquireIron.desc=Λιώστε μια μπάÏα σιδήÏου +achievement.bakeCake=Το Ψέμα +achievement.bakeCake.desc=ΣιτάÏι, ζάχαÏη, γάλα και αυγά! +achievement.blazeRod=Στην πυÏά +achievement.blazeRod.desc=Απαλλάξτε ένα Blaze από τη Ïάβδο του +achievement.bookcase=ΒιβλιοθηκάÏιος +achievement.bookcase.desc=Κατασκευάστε μεÏικές βιβλιοθήκες για να βελτιώσετε το Ï„Ïαπέζι μαγείας +achievement.breedCow=ΑνασÏσταση +achievement.breedCow.desc=ΕκθÏέψτε δÏο αγελάδες με σιτάÏι +achievement.buildBetterPickaxe=Αναβαθμίζωντας +achievement.buildBetterPickaxe.desc=Κατασκευάστε μια καλÏτεÏη αξίνα +achievement.buildFurnace=Καυτό Θέμα +achievement.buildFurnace.desc=ΔημιουÏγήστε ένα φοÏÏνο από οκτώ κÏβους πέτÏας +achievement.buildHoe=ÎÏα για ÏŒÏγωμα! +achievement.buildHoe.desc=ΧÏησιμοποιήστε σανίδες και Ïαβδιά για να φτιάξετε μια τσάπα +achievement.buildPickaxe=ÎÏα για ΕξόÏυξη! +achievement.buildPickaxe.desc=ΧÏησιμοποιήστε σανίδες και Ïαβδιά για να φτιάξετε μια αξίνα +achievement.buildSword=ÎÏα για Επίθεση! +achievement.buildSword.desc=ΧÏησιμοποιήστε σανίδες και Ïαβδιά για να φτιάξετε ένα σπαθί +achievement.buildWorkBench=Πάγκος εÏγασίας +achievement.buildWorkBench.desc=Κατασκευάστε ένα πάγκο εÏγασίας με τέσσεÏις σανίδες +achievement.cookFish=Îοστιμότατα ΨάÏια +achievement.cookFish.desc=ΨαÏέψτε και μαγειÏέψτε ψάÏια! +achievement.diamonds=ΔΙΑΜΑÎΤΙΑ! +achievement.diamonds.desc=Αποκτήστε διαμάντια με τα σιδεÏένια εÏγαλεία σας +achievement.diamondsToYou=Διαμάντια σε εσένα! +achievement.diamondsToYou.desc=Πέτα διαμάντια σε έναν άλλο παίκτη. +achievement.enchantments=Μάγος +achievement.enchantments.desc=ΧÏησιμοποιήστε ένα βιβλίο, οψιδιανό και διαμάντια, για την κατασκευή ενός μαγεμένου Ï„ÏÎ±Ï€ÎµÎ¶Î¹Î¿Ï +achievement.exploreAllBiomes=ÎÏα ΠεÏιπέτειας +achievement.exploreAllBiomes.desc=ΑνακαλÏψτε όλα τα οικοσυστήματα +achievement.flyPig=Όταν τα γουÏοÏνια πετοÏν +achievement.flyPig.desc=Πέταξε ένα γουÏοÏνι κατώ από ένα γκÏεμό +achievement.fullBeacon=Ο ΦαÏοκατασκευαστής +achievement.fullBeacon.desc=ΔημιουÏγήσετε έναν πλήÏες ΦάÏο +achievement.get=Αποκτήσατε επίτευγμα! +achievement.ghast=ΕπιστÏοφή στον αποστολέα +achievement.ghast.desc=ΚαταστÏέψτε ένα Ghast με μια Ï€ÏÏινη μπάλα +achievement.killCow=ΑνατÏοπέας Αγελάδων +achievement.killCow.desc=Μάζεψε λίγο δέÏμα +achievement.killEnemy=Κυνηγός ΤεÏάτων +achievement.killEnemy.desc=Κάνε επίθεση και κατάστÏεψε ένα τέÏας +achievement.killWither=Η ΑÏχή. +achievement.killWither.desc=Σκότωσε το Wither +achievement.makeBread=Ψήστε Ψωμί +achievement.makeBread.desc=ΜετατÏέψτε σιτάÏι σε ψωμί +achievement.mineWood=Αποκτώντας Ξυλεία +achievement.mineWood.desc=Επιτεθείτε σε ένα δέντÏο, μέχÏι να πεταχτεί ένας κÏβος από ξÏλο +achievement.onARail=Πάνω σε Ράγα +achievement.onARail.desc=Ταξιδέψτε με βαγόνετο τουλάχιστον 1 χμ από εκεί που ξεκινήσατε +achievement.openInventory=Κάνοντας απογÏαφή +achievement.openInventory.desc=Πατήστε το πλήκτÏο '%1$s' για να δείτε τα αποθέματά σας. +achievement.overkill=Εξόντωση +achievement.overkill.desc=Κάντε οχτώ καÏδιές ζημιά με ένα μόνο χτÏπημα +achievement.portal=ΠÏέπει να πάμε πιο βαθιά +achievement.portal.desc=Χτίσε μια Ï€Ïλη για το Nether +achievement.potion=Τοπικό αποστακτήÏιο +achievement.potion.desc=Φτιάξτε ένα φίλτÏο +achievement.requires=Απαιτείται '%1$s' +achievement.snipeSkeleton=Μονομαχία ελεÏθεÏων σκοπευτών +achievement.snipeSkeleton.desc=Σκοτώστε ένα σκελετό, με ένα βέλος από πεÏισσότεÏα από 50 μέτÏα +achievement.spawnWither=Η ΑÏχή? +achievement.spawnWither.desc=ΦέÏε στη ζωή τον Wither +achievement.taken=ΕπιτεÏχθηκε! +achievement.theEnd=Το τέλος; +achievement.theEnd.desc=Εντόπισε το Τέλος +achievement.theEnd2=Το Τέλος. +achievement.theEnd2.desc=ΚατατÏοπώστε το ΔÏάκο του Τέλους +achievement.unknown=??? +addServer.add=Αποδοχή +addServer.enterIp=ΔιεÏθυνση διακομιστή +addServer.enterName=Όνομα διακομιστή +addServer.hideAddress=ΑπόκÏυψη διεÏθυνσης +addServer.resourcePack=Πακέτα πόÏων Διακομιστή +addServer.resourcePack.disabled=ανάγκος +addServer.resourcePack.enabled=ΕνεÏγοποιημένο +addServer.resourcePack.prompt=παÏακινώ +addServer.title=EπεξεÏγασία πληÏοφοÏιών διακομιστή +advMode.allPlayers=ΧÏησιμοποιήστε «@a» για την επιλογή όλων των παικτών +advMode.command=Εντολή τεÏÎ¼Î±Ï„Î¹ÎºÎ¿Ï +advMode.nearestPlayer=ΧÏησιμοποιείστε «@p» για την επιλογή του πλησιέστεÏου παίκτη +advMode.notAllowed=ΠÏέπει ο παίκτης να είναι διαχειÏιστής σε δημιουÏγική λειτουÏγία +advMode.notEnabled=Δεν επιτÏέπονται εντολές για κÏβους σε αυτόν το server +advMode.previousOutput=ΠÏοηγοÏμενη εξόδος +advMode.randomPlayer=ΧÏησιμοποιείστε «@r» για την επιλογή ενός τυχαίου παίκτη +advMode.setCommand=ΚαθοÏίστε εντολή τεÏÎ¼Î±Ï„Î¹ÎºÎ¿Ï Î³Î¹Î± κÏβο +advMode.setCommand.success=Η εντολή οÏίστηκε: %s +attribute.modifier.plus.0=+%s %s +attribute.modifier.plus.1=+%s%% %s +attribute.modifier.plus.2=+%s%% %s +attribute.modifier.take.0=-%s %s +attribute.modifier.take.1=-%s%% %s +attribute.modifier.take.2=-%s%% %s +attribute.name.generic.attackDamage=Ζημιά Επίθεσης +attribute.name.generic.followRange=Εμβέλεια ΑκολοÏθησης ΕχθÏών +attribute.name.generic.knockbackResistance=Αντίσταση Απώθησης +attribute.name.generic.maxHealth=Μέγιστη Υγεία +attribute.name.generic.movementSpeed=ΤαχÏτητα +attribute.name.horse.jumpStrength=ΔÏναμη άλματος αλόγου +attribute.name.zombie.spawnReinforcements=ΕνισχÏσεις Ζόμπι +book.byAuthor=του %1$s +book.editTitle=ΠληκτÏολογήστε τίτλο για το βιβλίο: +book.finalizeButton=ΥπογÏαφή και κλείσιμο +book.finalizeWarning=ΠÏοσοχή! Αν υπογÏάψετε το βιβλίο, δεν θα είναι πλέον επεξεÏγάσιμο. +book.generation.0=ΠÏωτότυπο +book.generation.1=ΑντίγÏαφο του ΠÏωτότυπου +book.generation.2=ΑντίγÏαφο ενός αντιγÏάφου +book.generation.3=ΚουÏελιασμένη +book.pageIndicator=Σελίδα %1$s από %2$s +book.signButton=ΥπογÏάψτε το +build.tooHigh=Το μέγιστο Ïψος κτισίματος είναι %s κÏβοι +chat.cannotSend=Δεν ήταν δυνατή η αποστολή του μηνÏματος +chat.copy=ΑντιγÏαφή στο Ï€ÏόχειÏο +chat.link.confirm=Είσαι σίγουÏος πως θες να μπεις σ' αυτήν την ιστοσελίδα? +chat.link.confirmTrusted=Επιθυμείτε να ανοίξετε αυτό τον σÏνδεσμο ή να τον αντιγÏάψετε στην μπάÏα αναζήτησης ? +chat.link.open=Άνοιγμα σε ιστότοπο +chat.link.warning=Ποτέ μην ανοίγετε συνδέσμους από άτομα που δεν εμπιστεÏεστε! +chat.stream.emote=(%s) * %s %s +chat.stream.text=(%s) <%s> %s +chat.type.achievement=%s μόλις κέÏδισε το κατόÏθωμα %s +chat.type.achievement.taken=%s έχασε το επίτευγμα %s +chat.type.admin=[%s: %s] +chat.type.announcement=[%s] %s +chat.type.emote=* %s %s +chat.type.text=<%s> %s +commands.achievement.give.success.all=Δόθηκαν με επιτυχία όλα τα επιτεÏγματα στο %s +commands.achievement.give.success.one=Με επιτυχία δόθηκε %s το στατιστικό στοιχείο '%s' +commands.achievement.statTooLow=Παίκτης %s δεν έχει το στατιστικό %s +commands.achievement.unknownAchievement=Άγνωστο επίτευγμα ή στατιστικό '%s' +commands.ban.failed=Δεν θα μποÏοÏσε να απαγοÏεÏσει παίκτης %s +commands.ban.success=Ο παίκτης %s αποκλείστηκε +commands.ban.usage=/ban <όνομα> [αιτία ...] +commands.banip.invalid=ΠληκτÏολογήσατε μια μη έγκυÏη διεÏθυνση IP ή ένα παίκτη που δεν είναι συνδεδεμένος +commands.banip.success=Αποκλεισμένες IP διευθÏνσεις %s +commands.banip.success.players=Αποκλεισμένες IP διευθÏνσεις %s που ανήκουν στο %s +commands.banip.usage=/ban-ip <Ï€Ïοσφώνηση|όνομα> [λόγος...] +commands.banlist.ips=ΥπάÏχουν %s αποκλεισμένες διευθÏνσεις συνολικά: +commands.banlist.players=ΥπάÏχουν %s αποκλεισμένοι παίκτες συνολικα: +commands.banlist.usage=/banlist [ips|παίκτες] +commands.clear.failure=Δεν θα μποÏοÏσε να καθαÏίσει την απογÏαφή των %s Δεν υπάÏχουν στοιχεία για να αφαιÏέσετε +commands.clear.success=ΑφαιÏέθηκαν %s αντικείμενα από τα αποθέματα του/της %s +commands.debug.notStarted=Δεν είναι δυνατό να σταματήσει η δημιουÏγία Ï€Ïοφίλ όταν δεν έχει αÏχίσει ακόμα! +commands.debug.start=Ξεκίνησε η δημιουÏγία Ï€Ïοφίλ αποσφαλμάτωσης +commands.debug.stop=Η δημιουÏγία Ï€Ïοφίλ αποσφαλμάτωσης σταμάτησε ÏστεÏα από %s δευτεÏόλεπτα (%s χÏονικές υποδιαιÏέσεις) +commands.defaultgamemode.success=Η Ï€Ïοεπιλεγμένη κατάσταση λειτουÏγίας του κόσμου είναι τώÏα %s +commands.defaultgamemode.usage=/defaultgamemode <λειτουÏγία> +commands.deop.failed=δεν θα μποÏοÏσε να απο-op %s +commands.deop.success=Απο-διαχειÏιστής %s +commands.deop.usage=/deop <παίκτης> +commands.difficulty.success=ΟÏισμός δυσκολίας Ï€Î±Î¹Ï‡Î½Î¹Î´Î¹Î¿Ï ÏƒÎµ %s +commands.difficulty.usage=/difficulty <νέα δυσκολία> +commands.downfall.success=Αλλαγή πτώσης +commands.downfall.usage=/toggledownfall +commands.effect.failure.notActive=Δε γινόταν να παÏθεί %1$s από τον/την %2$s επειδή δεν έχουν την επίδÏαση +commands.effect.failure.notActive.all=Δε γινόταν να παÏθεί καμία επίδÏαση από τον/την %s επειδή δεν έχουν καμία +commands.effect.notFound=Δεν υπάÏχει καμία τέτοια επίδÏαση τέÏατος με ID %s +commands.effect.success=Δόθηκε %1$s (ID %2$s) * %3$s στον/στην %4$s για %5$s δευτεÏόλεπτα +commands.effect.success.removed=ΠάÏθηκε %1$s από %2$s +commands.effect.success.removed.all=ΠάÏθηκαν όλες οι επιδÏάσεις από τον/την %s +commands.enchant.cantCombine=Τα %1$s δεν μποÏοÏν να συνδυαστοÏν με %2$s +commands.enchant.cantEnchant=Η επιλεγμένη μαγική ιδιότητα δεν μποÏεί να Ï€Ïοστεθεί στο αντικείμενο +commands.enchant.noItem=Ο στόχος δεν κÏατάει αντικείμενο +commands.enchant.notFound=Δεν υπάÏχει τέτοια μαγική ιδιότητα με ID %s +commands.enchant.success=Μάγεμα ολοκληÏώθηκε +commands.enchant.usage=/enchant <παίκτης> [επίπεδο] +commands.gamemode.success.other=ΟÏισμός %s's Ï„Ïόπος Ï€Î±Î¹Ï‡Î½Î¹Î´Î¹Î¿Ï %s +commands.gamemode.success.self=ΡÏθμιση της λειτουÏγίας του Ï€Î±Î¹Ï‡Î½Î¹Î´Î¹Î¿Ï ÏƒÎµ %s +commands.gamemode.usage=/gamemode <λειτουÏγία> [παίκτης] +commands.gamerule.norule=Δεν υπάÏχει κανόνας Ï€Î±Î¹Ï‡Î½Î¹Î´Î¹Î¿Ï '%s' διαθέσιμος +commands.gamerule.success=Ο κανόνας του Ï€Î±Î¹Ï‡Î½Î¹Î´Î¹Î¿Ï ÎµÎ½Î·Î¼ÎµÏώθηκε +commands.generic.boolean.invalid=Το '%s' δεν είναι αληθές ή ψευδές +commands.generic.double.tooBig=Ο αÏιθμός που έχετε εισαγάγει (%s) είναι Ï€Î¿Î»Ï Î¼ÎµÎ³Î¬Î»Î¿Ï‚, Ï€Ïέπει να είναι το Ï€Î¿Î»Ï %s +commands.generic.double.tooSmall=Ο αÏιθμός που έχετε εισαγάγει (%s) είναι Ï€Î¿Î»Ï Î¼Î¹ÎºÏός, Ï€Ïέπει να είναι τουλάχιστον %s +commands.generic.entity.notFound=Δεν είναι δυνατό να βÏεθεί αυτή η οντότητα +commands.generic.exception=ΠαÏουσιάστηκε ένα άγνωστο σφάλμα κατά την εκτέλεση αυτής της εντολής +commands.generic.notFound=Άγνωστη εντολή. ΧÏησιμοποιήστε την εντολή /help για να εμφανιστεί η λίστα εντολών +commands.generic.num.invalid='%s' δεν είναι έγκυÏος αÏιθμός +commands.generic.num.tooBig=Ο αÏιθμός που εισάγατε (%s) είναι Ï€Î¿Î»Ï Î¼ÎµÎ³Î¬Î»Î¿Ï‚, Ï€Ïέπει να είναι το Ï€Î¿Î»Ï %s +commands.generic.num.tooSmall=Ο αÏιθμός που έχετε εισαγάγει (%s) είναι Ï€Î¿Î»Ï Î¼Î¹ÎºÏός, Ï€Ïέπει να είναι τουλάχιστον %s +commands.generic.permission=Δεν έχετε άδεια να χÏησιμοποιήσετε αυτήν την εντολή +commands.generic.player.notFound=Ο παίκτης δεν μποÏεί να βÏεθεί +commands.generic.syntax=ΆκυÏη διατÏπωση εντολής +commands.generic.usage=ΧÏήση: %s +commands.give.notFound=Δεν υπάÏχει κανένα αντικείμενο με ID %s +commands.give.success=Δόθηκε %s*%s to %s +commands.give.tagError=Η Ï€Ïοσπέλαση της καÏτέλας δεδομένων απέτυχε: %s +commands.give.usage=/give <παίκτης> <αντικείμενο> [ποσότητα] [δεδομένα] [καÏτέλαΔεδομένων] +commands.help.footer=Tip: ΧÏησιμοποιήστε το πλήκτÏο όταν πληκτÏολογείτε μία εντολή, για αυτόματη συμπλήÏωση της εντολής ή των παÏαμέτÏων της +commands.help.header=--- Εμφάνιση σελίδα βοήθειας %s από %s (/help <σελίδα>) --- +commands.help.usage=/help [σελίδα|όνομα εντολής] +commands.kick.success=O/Η %s διώχτηκε από το παιχνίδι +commands.kick.success.reason=Ο/Η %s διώχτηκε από το παιχνίδι: '%s' +commands.kick.usage=/kick <παίκτης> [αιτία ...] +commands.me.usage=/me +commands.message.display.incoming=Ο/Η %s σας ψιθυÏίζει: %s +commands.message.display.outgoing=ΨιθυÏίζεις στον/στην %s: %s +commands.message.sameTarget=Δεν γίνεται να στείλετε Ï€Ïοσωπικό μήνυμα στον εαυτό σας! +commands.message.usage=/tell <παίκτης> <Ï€Ïοσωπικό μήνυμα ...> +commands.op.failed=δεν ήταν δυνατή η op %s +commands.op.success=ΔιαχειÏιστής %s +commands.op.usage=/op <παίκτης> +commands.players.list=ΥπάÏχουν %s/%s συνδεδεμένοι παίκτες: +commands.players.usage=/list +commands.playsound.playerTooFar=Ο παίκτης %s είναι Ï€Î¿Î»Ï Î¼Î±ÎºÏιά για να ακοÏσει τον ήχο +commands.playsound.success=Έγινε αναπαÏαγωγή του ήχου '%s' στον/στην %s +commands.playsound.usage=/playsound <ήχος> <παίκτης> [x] [y] [z] [ένταση] [τόνος] [ελάχιστηΈνταση] +commands.publish.failed=αδυνατεί να φιλοξενοÏν τοπικές Ï€Î±Î¹Ï‡Î½Î¹Î´Î¹Î¿Ï +commands.publish.started=Το τοπικό παιχνίδι φιλοξενείται στη θÏÏα %s +commands.publish.usage=/publish +commands.save-off.alreadyOff=Η αποθήκευση είναι ήδη απενεÏγοποιημένη. +commands.save-off.usage=/save-off +commands.save-on.alreadyOn=Η αποθήκευση είναι ήδη ενεÏγοποιημένη. +commands.save-on.usage=/save-on +commands.save.disabled=ΑπενεÏγοποιήθηκε η αυτόματη αποθήκευση κόσμου +commands.save.enabled=ΕνεÏγοποιήθηκε η αυτόματη αποθήκευση κόσμου +commands.save.failed=Η αποθήκευση απέτυχε: %s +commands.save.start=Γίνεται αποθήκευση... +commands.save.success=Ο κόσμος αποθηκεÏτηκε +commands.save.usage=/save-all +commands.say.usage=/say <μήνυμα ...> +commands.scoreboard.objectiveNotFound=Κανένας στόχος δεν βÏέθηκε με το όνομα %s +commands.scoreboard.objectiveReadOnly=Ο στόχος %s είναι μόνο για ανάγνωση και δεν μποÏεί να Ïυθμιστεί +commands.scoreboard.objectives.add.alreadyExists=Μία αποστολή με το όνομα '%s' υπάÏχει ήδη +commands.scoreboard.objectives.add.displayTooLong=Το εμφανιζόμενο όνομα '%s' είναι Ï€Î¿Î»Ï Î¼ÎµÎ³Î¬Î»Î¿ για μια αποστολή, μποÏεί να είναι έως %s χαÏακτήÏες +commands.scoreboard.objectives.add.success=ΠÏοστέθηκε νέα αποστολή '%s' επιτυχώς +commands.scoreboard.objectives.add.tooLong=Το όνομα '%s' είναι Ï€Î¿Î»Ï Î¼ÎµÎ³Î¬Î»Î¿ για μια αποστολή, μποÏεί να είναι έως %s χαÏακτήÏες +commands.scoreboard.objectives.add.usage=/scoreboard objectives add <όνομα> <κÏιτήÏιαΕίδους> [εμφανίζει το όνομα ...] +commands.scoreboard.objectives.add.wrongType=ΆκυÏος Ï„Ïπος κÏιτηÏίου για αποστολή '%s' +commands.scoreboard.objectives.list.count=ΠÏοβολή τον %s στόχο(οι) στον πίνακα αποτελεσμάτων: +commands.scoreboard.objectives.list.empty=Δεν υπάÏχουν αποστολές για τον πίνακα +commands.scoreboard.objectives.list.entry=- %s: Εμφανίζει ως %s και είναι ο Ï„Ïπος '%s' +commands.scoreboard.objectives.remove.success=αφαιÏέθηκε αποστολή '%s' επιτυχώς +commands.scoreboard.objectives.remove.usage=/scoreboard objectives remove <όνομα> +commands.scoreboard.objectives.setdisplay.invalidSlot=Δεν υπάÏχει τέτοια υποδοχή %s +commands.scoreboard.objectives.setdisplay.successCleared=ΚαθαÏίστηκε αποστολή υποδοχής %s +commands.scoreboard.objectives.setdisplay.successSet=Ρυθμίστε την αποστολή στην υποδοχή %s Ï€Ïος %s +commands.scoreboard.objectives.setdisplay.usage=/scoreboard objectives setdisplay <υποδοχή> [Αποστολή] +commands.scoreboard.players.list.count=Εμφάνιση %s εντοπισμένων παικτών στον πίνακα βαθμολογίας: +commands.scoreboard.players.list.empty=Δεν υπάÏχουν παÏακολουθοÏνται παίκτες για τον πίνακα +commands.scoreboard.players.list.player.count=Εμφάνιση %s εντοπισμένου(ων) στόχου(ων) για %s: +commands.scoreboard.players.list.player.empty=παίχτης %s δεν έχει καταγÏαφεί ÏƒÎºÎ¿Ï +commands.scoreboard.players.list.usage=/scoreboard players list [όνομα] +commands.scoreboard.players.reset.success=ΕπαναφοÏά όλων των πόντων του παίκτη %s +commands.scoreboard.players.set.success=ΟÏισμός βαθμολογίας %s για τον παίκτη %s έως %s +commands.scoreboard.teamNotFound=Καμία ομάδα δεν βÏέθηκε με το όνομα %s +commands.scoreboard.teams.add.alreadyExists=Μια ομάδα με το όνομα %s υπάÏχει ήδη +commands.scoreboard.teams.add.displayTooLong=Το εμφανιζόμενο όνομα %s είναι υπεÏβολικά μεγάλη για μια ομάδα, μποÏεί να είναι το Ï€Î¿Î»Ï %s χαÏακτήÏες +commands.scoreboard.teams.add.success=ΠÏοστέθηκε νέα ομάδα %s επιτυχώς +commands.scoreboard.teams.add.tooLong=Το όνομα %s είναι υπεÏβολικά μεγάλη για μια ομάδα, μποÏεί να είναι το Ï€Î¿Î»Ï %s χαÏακτήÏες +commands.scoreboard.teams.add.usage=/scoreboard teams add <όνομα> [εμφανίζουν το όνομα ...] +commands.scoreboard.teams.empty.alreadyEmpty=ομάδα %s Η ομάδα είναι ήδη άδειο, δεν μποÏείτε να καταÏγήσετε nonexistant παίκτες +commands.scoreboard.teams.empty.success=ΑφαιÏέθηκαν όλοι οι %s παίκτες από την ομάδα %s +commands.scoreboard.teams.join.failure=Δεν ήταν δυνατή η Ï€Ïοσθήκη %s παίκτης (ες) στην ομάδα %s: %s +commands.scoreboard.teams.join.success=ΠÏοστέθηκε %s παίκτης (ες) στην ομάδα %s: %s +commands.scoreboard.teams.join.usage=/scoreboard teams join <ομάδα> [παίκτης] +commands.scoreboard.teams.leave.failure=Δεν ήταν δυνατή η αφαίÏεση %s παίκτης (ες) από τις ομάδες τους: %s +commands.scoreboard.teams.leave.noTeam=Δεν είστε σε μια ομάδα +commands.scoreboard.teams.leave.success=αφαιÏέθηκε %s παίκτης (ες) από τις ομάδες τους: %s +commands.scoreboard.teams.leave.usage=/scoreboard teams leave [παίκτης] +commands.scoreboard.teams.list.count=ΠÏοβολή των ομαδών %s ομάδες στον πίνακα αποτελεσμάτων: +commands.scoreboard.teams.list.empty=Δεν υπάÏχουν ομάδες που πήÏαν για τον πίνακα +commands.scoreboard.teams.list.entry=- %1$s: %2$s έχει %3$s παίκτες +commands.scoreboard.teams.list.player.count=Εμφάνιση παίκτη(ών) %s στην ομάδα %s: +commands.scoreboard.teams.list.player.empty=ομάδα %s δεν έχει παίκτες +commands.scoreboard.teams.list.player.entry=- %2$s: %1$s (%3$s) +commands.scoreboard.teams.list.usage=/scoreboard teams list [όνομα] +commands.scoreboard.teams.option.noValue=Οι έγκυÏες τιμές για την επιλογή %s είναι οι εξής: %s +commands.scoreboard.teams.option.success=Ρυθμίστε την επιλογή %s για την ομάδα %s να %s +commands.scoreboard.teams.remove.success=ΑφαιÏέθηκε η ομάδα %s +commands.scoreboard.teams.remove.usage=/scoreboard teams remove <όνομα> +commands.seed.success=Seed: %s +commands.seed.usage=/seed +commands.setblock.failed=Δεν μποÏείς να τοποθετήσεις τον κÏβο εκεί +commands.setblock.noChange=Δεν θα μποÏοÏσε να τοποθετηθεί ο κÏβος +commands.setblock.notFound=Δεν υπάÏχει κανένας τέτοιος κÏβος με ταυτότητα/όνομα %s +commands.setblock.outOfWorld=ΑδÏνατο να τοποθετηθεί κÏβος εκτός του κόσμου +commands.setblock.success=Ο κÏβος τοποθετήθηκε +commands.setblock.tagError=Η Ï€Ïοσπέλαση της καÏτέλας δεδομένων απέτυχε: %s +commands.setblock.usage=/setblock [τιμήΔεδομένων] [χειÏισμόςΠαλιοÏΚÏβου] [καÏτέλαΔεδομένων] +commands.setidletimeout.success=Το χÏονικό ÏŒÏιο δίωξης αδÏανών παικτών οÏίστηκε επιτυχώς στα %s λεπτά. +commands.setidletimeout.usage=/setidletimeout <Λεπτά μέχÏι διώξιμο> +commands.setworldspawn.success=ΟÏίστε σημείο επαναφοÏάς στο (%s,%s,%s) +commands.spawnpoint.success=Το σημείο εμφάνισης του/της %s οÏίστηκε στο (%s, %s, %s) +commands.spreadplayers.failure.players=Δεν μποÏοÏσαν να εξαπλωθοÏν %s παίκτες γÏÏω από το %s,%s (πάÏα πολλοί παίκτες για το χώÏο - δοκιμάστε να εξαπλώσετε το Ï€Î¿Î»Ï %s) +commands.spreadplayers.failure.teams=Δεν μποÏοÏσαν να εξαπλωθοÏν %s ομάδες γÏÏω από το %s,%s (πάÏα πολλοί παίκτες για το χώÏο - δοκιμάστε να εξαπλώσετε το Ï€Î¿Î»Ï %s) +commands.spreadplayers.info.players=(Η μέση απόσταση Î¼ÎµÏ„Î±Î¾Ï Ï€Î±Î¹ÎºÏ„ÏŽÎ½ είναι %s κÏβοι μετά από %s επαναλήψεις) +commands.spreadplayers.info.teams=(Η μέση απόσταση Î¼ÎµÏ„Î±Î¾Ï Î¿Î¼Î¬Î´Ï‰Î½ είναι %s κÏβοι μετά από %s επαναλήψεις) +commands.spreadplayers.spreading.players=%s παίκτες εξαπλώνονται %s κÏβους γÏÏω από το %s,%s (με απόσταση %s τουλάχιστον κÏβων) +commands.spreadplayers.spreading.teams=%s ομάδες εξαπλώνονται %s κÏβους γÏÏω από το %s,%s (με απόσταση %s τουλάχιστον κÏβων) +commands.spreadplayers.success.players=Εξαπλώθηκαν %s παίκτες με επιτυχία γÏÏω από το %s,%s +commands.spreadplayers.success.teams=Εξαπλώθηκαν %s ομάδες με επιτυχία γÏÏω από το %s,%s +commands.spreadplayers.usage=/spreadplayers <απόστασηΕξάπλωσης> <μέγιστηΈκταση> <παίκτης ...> +commands.stop.start=ΤεÏματισμός του διακομιστή +commands.stop.usage=/stop +commands.summon.failed=Ανίκανο να καλέσεις το αντικείμενο +commands.summon.outOfWorld=ΑδÏνατη κλήση αντικειμένου εκτός του κόσμου +commands.summon.success=Το αντικείμενο καλέστηκε επιτυχώς +commands.summon.tagError=Η Ï€Ïοσπέλαση της καÏτέλας δεδομένων απέτυχε: %s +commands.summon.usage=/summon [x] [y] [z] [καÏτέλαΔεδομένων] +commands.tellraw.jsonException=ΆκυÏο αÏχείο json: %s +commands.tellraw.usage=/ψίθυÏος <όνομα παίκτη><μήνυμα> +commands.testforblock.failed.data=Ο κÏβος στο σημείο %s,%s,%s έχει την τιμή δεδομένων %s (αναμενόταν: %s). +commands.testforblock.failed.nbt=Ο κÏβος στο σημείο %s,%s,%s δεν έχει τις απαιτοÏμενες τιμές NBT. +commands.testforblock.failed.tile=Ο κÏβος στο σημείο %s,%s,%s είναι %s (αναμενόταν: %s). +commands.testforblock.failed.tileEntity=Ο κÏβος στο σημείο %s,%s,%s δεν είναι κÏβος-οντότητα και δεν μποÏεί να υποστηÏίξει σÏγκÏιση τιμών. +commands.testforblock.outOfWorld=Δεν μποÏείτε να εξετάσετε μπλοκ που βÏίσκεται εκτός κόσμου +commands.testforblock.success=Επιτυχημένα βÏέθηκε το μπλοκ στο %s,%s,%s. +commands.testforblock.usage=/testforblock [τιμή δεδομένων] [dataTag] +commands.time.added=ΠÏοστέθηκε %s στην ÏŽÏα +commands.time.set=Η ÏŽÏα οÏίστηκε σε %s +commands.tp.notSameDimension=Η τηλεμεταφοÏά είναι αδÏνατη επειδή οι παίκτες βÏίσκονται σε διαφοÏετική διάσταση. +commands.tp.success=ΤελεμεταφοÏά %s στο %s +commands.tp.success.coordinates=Ο/Η %s τηλεμεταφέÏθηκε στο %s,%s,%s +commands.unban.failed=Δεν θα μποÏοÏσε να un παίκτης απαγόÏευση %s +commands.unban.success=ΑπεξοÏισμός παίκτη %s +commands.unban.usage=/pardon <όνομα> +commands.unbanip.invalid=Έχετε εισάγει μια μη έγκυÏη διεÏθυνση IP +commands.unbanip.success=ΑπεξοÏίστηκε η IP διεÏθυνση %s +commands.unbanip.usage=/pardon-ip <διεÏθυνση> +commands.weather.clear=Αλλαγή σε καθαÏÏŒ καιÏÏŒ +commands.weather.rain=Αλλαγή σε βÏοχεÏÏŒ καιÏÏŒ +commands.weather.thunder=Αλλαγή σε βÏοχή με κεÏαυνοÏÏ‚ +commands.weather.usage=/weather [διάÏκεια σε δευτεÏόλεπτα] +commands.whitelist.add.failed=Δεν ήταν δυνατή η Ï€Ïοσθήκη %s στη λίστα επιτÏεπόμενων +commands.whitelist.add.success=ΠÏοσθήκη %s στη whitelist +commands.whitelist.add.usage=/whitelist add <παίκτης> +commands.whitelist.disabled=ΑπενεÏγοποίηθηκε η whitelist +commands.whitelist.enabled=ΕνεÏγοποίηθηκε η whitelist +commands.whitelist.list=ΥπάÏχουν %s (από τους %s φανεÏοÏÏ‚) whitelisted παίκτες: +commands.whitelist.reloaded=ΕπαναφοÏτώθηκε η whitelist +commands.whitelist.remove.failed=Δεν θα μποÏοÏσε να αφαιÏέσει %s από τη λίστα επιτÏεπόμενων +commands.whitelist.remove.success=ΑφαίÏεση %s από τη whitelist +commands.whitelist.remove.usage=/whitelist remove <παίκτης> +commands.whitelist.usage=/whitelist +commands.xp.failure.widthdrawXp=Δεν γίνεται να δοθοÏν σε έναν παίκτη αÏνητικοί πόντοι εμπειÏίας +commands.xp.success=Δόθηκε %s εμπειÏία στον/στην %s +commands.xp.success.levels=Δόθηκαν %s επίπεδα στον/στην %s +commands.xp.success.negative.levels=ΑφαιÏέθηκαν %s επίπεδα από τον/την %s +commands.xp.usage=/xp <ποσότητα> [παίκτης] Ή /xp <ποσότητα>L [παίκτης] +connect.authorizing=Γίνεται σÏνδεση... +connect.connecting=Γίνεται σÏνδεση με το διακομιστή... +connect.failed=Απέτυχε η σÏνδεση με το διακομιστή +container.beacon=ΦάÏος +container.brewing=ΑποστακτήÏιο +container.chest=ΣεντοÏκι +container.chestDouble=Μεγάλο σεντοÏκι +container.crafting=Κατασκευή +container.creative=Επιλογή αντικειμένου +container.dispenser=Εκσφενδονιστής +container.dropper=Διανομέας +container.enchant=Μάγεμα +container.enderchest=ΣεντοÏκι του Ender +container.furnace=ΦοÏÏνος +container.hopper=Αντικείμενο χοάνη +container.inventory=Αποθέματα +container.minecart=Βαγόνι +container.repair=Όνομα & επιδιόÏθωση +container.repair.cost=Κόστος μαγείας: %1$s +container.repair.expensive=Î Î¿Î»Ï Î±ÎºÏιβό! +controls.reset=ΕπαναφοÏά +controls.resetAll=ΕπαναφοÏά κουμπιών +controls.title=ΧειÏιστήÏια +createWorld.customize.custom.baseSize=Μέγεθος βάθους βάσης +createWorld.customize.custom.biomeDepthOffset=Βάθος κοιλώματος βιώματος +createWorld.customize.custom.biomeDepthWeight=Ύψος βάθους βιώματος +createWorld.customize.custom.biomeScaleOffset=Κλίμακα κοιλώματος βιώματος +createWorld.customize.custom.biomeScaleWeight=ΒάÏος κλίμακας βιώματος +createWorld.customize.custom.biomeSize=Μέγεθος βιώματος +createWorld.customize.custom.center=ΚέντÏο Ïψους +createWorld.customize.custom.confirm1=Αυτό θα αντικαταστήσει τον/την τωÏινό/ή +createWorld.customize.custom.confirm2=Ρυθμίσεις που δεν μποÏοÏν να αναιÏεθοÏν. +createWorld.customize.custom.confirmTitle=ΠÏοσοχή! +createWorld.customize.custom.coordinateScale=Κλίμακα Î£Ï…Î½Ï„Î¿Î½Î¹ÏƒÎ¼Î¿Ï +createWorld.customize.custom.count=ΠÏοσπάθειες γόνου +createWorld.customize.custom.defaults=ΠÏοεπιλογές +createWorld.customize.custom.depthNoiseScaleExponent=Εκθέτης βάθος θοÏÏβου +createWorld.customize.custom.depthNoiseScaleX=Κλίμακα βάθους θοÏÏβου X +createWorld.customize.custom.depthNoiseScaleZ=Κλίμακα βάθους θοÏÏβου Ζ +createWorld.customize.custom.dungeonChance=ΑÏιθμός ΜπουντÏουμιών +createWorld.customize.custom.fixedBiome=Βίωμα +createWorld.customize.custom.heightScale=Ύψος Κλίμακας +createWorld.customize.custom.lavaLakeChance=Σπανιότητα λιμνών λάβας +createWorld.customize.custom.lowerLimitScale=Ελάχιστο ÎŒÏιο Κλίμακας +createWorld.customize.custom.mainNoiseScaleX=ΚÏÏια κλίμακα θοÏÏβου X +createWorld.customize.custom.mainNoiseScaleY=ΚÏÏια κλίμακα θοÏÏβου Y +createWorld.customize.custom.mainNoiseScaleZ=ΚÏÏια Κλίμακα θοÏÏβου Z +createWorld.customize.custom.maxHeight=Ανώτατο Ύψος +createWorld.customize.custom.minHeight=Ελάχιστο Ύψος +createWorld.customize.custom.next=Επόμενη σελίδα +createWorld.customize.custom.page0=Βασικές Ρυθμίσεις +createWorld.customize.custom.page1=Ρυθμίσεις Μεταλλευμάτων +createWorld.customize.custom.page2=Ρυθμίσεις για Ï€ÏοχωÏημένους (μόνο για έμπειÏους χÏήστες!) +createWorld.customize.custom.page3=Επιπλέον Ï€Ïοηγμένες Ïυθμίσεις (έμπειÏοι χÏήστες μόνο!) +createWorld.customize.custom.preset.caveChaos=Σπηλιές του χάους +createWorld.customize.custom.preset.caveDelight=Απόλαυση του Σπηλαιολόγου +createWorld.customize.custom.preset.drought=ΞηÏασία +createWorld.customize.custom.preset.goodLuck=Καλή Ï„Ïχη +createWorld.customize.custom.preset.isleLand=Îήσος +createWorld.customize.custom.preset.mountains=ΤÏέλα Βουνών +createWorld.customize.custom.preset.waterWorld=Υδάτινος Κόσμος +createWorld.customize.custom.presets=ΠÏοκαθοÏισμένες Ïυθμίσεις +createWorld.customize.custom.presets.title=ΠÏοσαÏμογή Ï€ÏοκαθοÏισμένων Ïυθμίσεων κόσμου +createWorld.customize.custom.prev=ΠÏοηγοÏμενη σελίδα +createWorld.customize.custom.randomize=Τυχαιοποιήσουν +createWorld.customize.custom.riverSize=Μέγεθος Ποταμιών +createWorld.customize.custom.seaLevel=Στάθμη της θάλασσας +createWorld.customize.custom.size=Μέγεθος γόνου +createWorld.customize.custom.spread=Εξάπλωση Ύψους +createWorld.customize.custom.stretchY=Ύψος Διαστολής +createWorld.customize.custom.upperLimitScale=Ανώτατο ÎŒÏιο κλίμακας +createWorld.customize.custom.useCaves=Σπηλίες +createWorld.customize.custom.useDungeons=ΜπουντÏοÏμια +createWorld.customize.custom.useLavaLakes=Λίμνες Λάβας +createWorld.customize.custom.useLavaOceans=Ωκεανοί Λάβας +createWorld.customize.custom.useMineShafts=ΟÏυχεία +createWorld.customize.custom.useMonuments=Υδάτινα Μνημεία +createWorld.customize.custom.useRavines=ΦαÏάγγια - Ραβίνες +createWorld.customize.custom.useStrongholds=ΠÏοπÏÏγιο +createWorld.customize.custom.useTemples=Îαοί +createWorld.customize.custom.useVillages=ΧωÏιά +createWorld.customize.custom.useWaterLakes=Λίμνες +createWorld.customize.custom.waterLakeChance=Σπανιότητα λιμνών +createWorld.customize.flat.addLayer=ΠÏοσθήκη στÏώσης +createWorld.customize.flat.editLayer=ΕπεξεÏγασία ΣτÏώσης +createWorld.customize.flat.height=Ύψος +createWorld.customize.flat.layer.bottom=Κατώτατη - %s +createWorld.customize.flat.layer.top=Ανώτατη - %s +createWorld.customize.flat.removeLayer=ΑφαίÏεση ΣτÏώσης +createWorld.customize.flat.tile=Υλικό στÏώσης +createWorld.customize.flat.title=ΠÏοσαÏμογή επίπεδου κόσμου +createWorld.customize.presets=ΠÏοεπιλογές +createWorld.customize.presets.list=Αλλιώς, εδώ είναι μεÏικές που κάναμε νωÏίτεÏα! +createWorld.customize.presets.select=ΧÏήση ÏÏθμισης +createWorld.customize.presets.share=Θέλετε να μοιÏαστείτε την ÏÏθμιση σας με κάποιον; ΧÏησιμοποιήστε το παÏακάτω πεδίο! +createWorld.customize.presets.title=Επιλέξτε μια Ï€ÏοκαθοÏισμένη ÏÏθμιση +death.attack.anvil=Ένα αμόνι έπεσε κι έλιωσε τον/την %1$s +death.attack.arrow=%1$s πυÏοβολήθηκε από %2$s +death.attack.arrow.item=%1$s πυÏοβολήθηκε από %2$s χÏησιμοποιώντας %3$s +death.attack.cactus=Ο/Η %1$s τσιμπήθηκε μέχÏι θανάτου +death.attack.cactus.player=Ο/Η %1$s έπεσε πάνω σε έναν κάκτο Ï€Ïοσπαθώντας να ξεφÏγει από τον/την %2$s +death.attack.drown=Ο/Η %1$s πνίγηκε +death.attack.drown.player=Ο/Η %1$s πνίγηκε Ï€Ïοσπαθώντας να ξεφÏγει από τον/την %2$s +death.attack.explosion=Ο/H %1$s ανατινάχτηκε +death.attack.explosion.player=Ο/H %1$s ανατινάχτηκε από τον/την %2$s +death.attack.fall=Ο/Η %1$s έπεσε με δÏναμη στο έδαφος +death.attack.fallingBlock=Ένας κÏβος έπεσε κι έλιωσε τον/την %1$s +death.attack.fireball=Ο/Η %1$s σκοτώθηκε με Ï€ÏÏινη μπάλα απο τον/την %2$s +death.attack.fireball.item=Ο/Η %1$s σκοτώθηκε με Ï€ÏÏινη μπάλα από τον/την %2$s χÏησιμοποιώντας %3$s +death.attack.generic=Ο/Η %1$s πέθανε +death.attack.inFire=Ο/Η %1$s τυλίχτηκε στις φλόγες +death.attack.inFire.player=Ο/Η %1$s έπεσε στη φωτιά ενώ πολεμοÏσε τον/την %2$s +death.attack.inWall=Ο/Η %1$s πέθανε από ασφυξία μέσα σε τοίχο +death.attack.indirectMagic=Ο/Η %2$s σκότωσε τον/την %1$s με μάγια +death.attack.indirectMagic.item=Ο/Η %2$s σκότωσε τον/την %1$s με %3$s +death.attack.lava=Ο/Η %1$s Ï€Ïοσπάθησε να κολυμπήσει στη λάβα +death.attack.lava.player=Ο/Η %1$s Ï€Ïοσπάθησε να κολυμπήσει σε λάβα για να ξεφÏγει από τον/την %2$s +death.attack.magic=Ο/Η %1$s σκοτώθηκε από μάγια +death.attack.mob=%2$s έσφαξε τον/την %1$s +death.attack.onFire=Ο/Η %1$s κάηκε μέχÏι θανάτου +death.attack.onFire.player=Ο/Η %1$s ψήθηκε για τα καλά ενώ πολεμοÏσε τον/την %2$s +death.attack.outOfWorld=Ο/Η %1$s έπεσε από τον κόσμο +death.attack.player=Ο/Η %2$s έσφαξε τον/την %1$s +death.attack.player.item=Ο/Η %2$s έσφαξε τον/την %1$s με %3$s +death.attack.starve=Ο/Η %1$s λιμοκτόνησε +death.attack.thorns=Ο/Η %1$s πέθανε ενώ Ï€ÏοσπαθοÏσε να κάνει κακό στον/στην %2$s +death.attack.thrown=Ο/Η %1$s γÏονθοκοπήθηκε από τον/την %2$s +death.attack.thrown.item=Ο/Η %1$s γÏονθοκοπήθηκε από τον/την %2$s με %3$s +death.attack.wither=Ο/Η %1$s μαÏάζωσε +death.fell.accident.generic=Ο/Η %1$s έπεσε από κάπου ψηλά +death.fell.accident.ladder=Ο/Η %1$s έπεσε από μια σκάλα +death.fell.accident.vines=Ο/Η %1$s έπεσε από κάτι κληματσίδες +death.fell.accident.water=έπεσε έξω από το νεÏÏŒ +death.fell.assist=%1$s ήταν καταδικασμένη να πέσει από %2$s +death.fell.assist.item=%1$s ήταν καταδικασμένος να πέσει από %2$s χÏησιμοποιώντας %3$s +death.fell.finish=Ο/Η %1$s έπεσε Ï€Î¿Î»Ï Î´Ï…Î½Î±Ï„Î¬ και τον αποτέλειωσε ο/η %2$s +death.fell.finish.item=Ο/Η %1$s έπεσε Ï€Î¿Î»Ï Î´Ï…Î½Î±Ï„Î¬ και τον αποτέλειωσε ο/η %2$s με %3$s +death.fell.killer=Ο/Η %1$s ήταν καταδισμένος/η να πέσει +deathScreen.deleteWorld=ΔιαγÏαφή κόσμου +deathScreen.hardcoreInfo=Δεν γίνεται να αναγεννηθείς στη σκληÏοπυÏηνική δυσκολία! +deathScreen.leaveServer=Αφήστε το διακομιστή +deathScreen.quit.confirm=Είστε βέβαιος/η ότι θέλετε να εγκαταλείψετε; +deathScreen.respawn=Αναγέννηση +deathScreen.score=Πόντοι +deathScreen.title=Πέθανες! +deathScreen.title.hardcore=Τέλος παιχνιδιοÏ! +deathScreen.titleScreen=ΚεντÏικό Î¼ÎµÎ½Î¿Ï +demo.day.1=Αυτή η επίδειξη θα διαÏκέσει πέντε ημέÏες παιχνιδιοÏ, κάντε το καλÏτεÏÏŒ σας! +demo.day.2=ΔεÏτεÏη μέÏα +demo.day.3=ΤÏίτη μέÏα +demo.day.4=ΤέταÏτη μέÏα +demo.day.5=Αυτή είναι η τελευταία σας μέÏα! +demo.day.6=Έχεις πεÏάσει την πέπτη σου μέÏα, χÏησιμοποίησε το F2 για να αποθηκεÏσεις ένα στιγμιότυπο της δημιουÏγίας σου +demo.day.warning=Ο χÏόνος σας έχει σχεδόν τελειώσει! +demo.demoExpired=Τέλος χÏόνου δοκιμαστικής έκδοσης! +demo.help.buy=ΑγόÏασέ το! +demo.help.fullWrapped=Η δοκιμαστική έκδοση θα διαÏκέσει 5 μέÏες (πεÏίπου 1 ÏŽÏα και 40 λεπτά Ï€ÏÎ±Î³Î¼Î±Ï„Î¹ÎºÎ¿Ï Ï‡Ïόνου). Δες τα ΕπιτεÏγματα για καθοδήγηση! Καλή διασκέδαση! +demo.help.inventory=ΧÏησιμοποιήστε το %1$s για να δείτε τα αποθέματά σας +demo.help.jump=Πήδα πατώντας το %1$s +demo.help.later=Συνέχισε το παιχνίδι! +demo.help.movement=ΧÏησιμοποίησε τα κουμπια %1$s, %2$s, %3$s ,%4$s και το ποντίκι +για να μετακινηθείς +demo.help.movementMouse=Κοίτα γÏÏω σου με το ποντίκι +demo.help.movementShort=Κινήσου με τα πλήκτÏα %1$s, %2$s, %3$s, %4$s +demo.help.title=Δοκιμαστική λειτουÏγία Minecraft +demo.remainingTime=ΧÏόνος που απομένει: %s +demo.reminder=Η δοκιμαστική έκδοση έληξε, αγοÏάστε το παιχνίδι για να συνεχίσετε ή ξεκινήστε ένα νέο κόσμο! +difficulty.lock.question=Είστε βέβαιοι ότι θέλετε να κλειδώσετε τη δυσκολία Î±Ï…Ï„Î¿Ï Ï„Î¿Ï… κόσμου; Αυτό θα θέσει αυτόν τον κόσμο να είναι πάντα %1$s, και ποτέ δεν θα είστε σε θέση να την αλλάξετε και πάλι. +difficulty.lock.title=Κλείδωμα δυσκολίας κόσμου +disconnect.closed=Η σÏνδεση έκλεισε +disconnect.disconnected=ΑποσÏνδεση από το διακομιστή +disconnect.endOfStream=ΤεÏματισμός της Ïοής +disconnect.genericReason=%s +disconnect.kicked=Διώχτηκε από το παιχνίδι +disconnect.loginFailed=Η είσοδος απέτυχε +disconnect.loginFailedInfo=Η σÏνδεση απέτυχε: %s +disconnect.loginFailedInfo.invalidSession=ΆκυÏη πεÏίοδος (ΠÏοσπαθήστε να κάνετε επανεκκίνηση του παιχνιδιοÏ) +disconnect.loginFailedInfo.serversUnavailable=Οι έλεγχος πιστοποιήσεις χÏηστών είναι εκτός λειτουÏγίας για συντήÏηση. +disconnect.lost=Χάθηκε η σÏνδεση +disconnect.overflow=ΥπεÏχείλιση μνήμης +disconnect.quitting=Γίνεται έξοδος +disconnect.spam=Διώχτηκε λόγω spam +disconnect.timeout=Λήξη χÏÎ¿Î½Î¹ÎºÎ¿Ï Î¿Ïίου +enchantment.arrowDamage=ΔÏναμη +enchantment.arrowFire=Φλόγα +enchantment.arrowInfinite=Αχανές +enchantment.arrowKnockback=ΓÏοθιά +enchantment.damage.all=ΑιχμηÏότητα +enchantment.damage.arthropods=Ο ΌλεθÏος των ΑÏθÏοπόδων +enchantment.damage.undead=ΔÏναμη Χτυπήματος +enchantment.digging=Αποτελεσματικότητα +enchantment.durability=ΆθÏαυστο +enchantment.fire=Όψη φωτιάς +enchantment.fishingSpeed=Δόλωμα +enchantment.knockback=Απώθηση +enchantment.level.1=I +enchantment.level.10=X +enchantment.level.2=II +enchantment.level.3=III +enchantment.level.4=IV +enchantment.level.5=V +enchantment.level.6=VI +enchantment.level.7=VII +enchantment.level.8=VIII +enchantment.level.9=IX +enchantment.lootBonus=Λεηλασίες +enchantment.lootBonusDigger=ΤÏχη +enchantment.lootBonusFishing=ΤÏχη της Θάλασσας +enchantment.oxygen=Αναπνοή +enchantment.protect.all=ΠÏοστασία +enchantment.protect.explosion=ΠÏοστασία από εκÏήξεις +enchantment.protect.fall=Πτώση στα μαλακά +enchantment.protect.fire=ΠυÏοπÏοστασία +enchantment.protect.projectile=ΠÏοστασία από βλήματα +enchantment.thorns=Αγκάθια +enchantment.untouching=Απαλό άγγιγμα +enchantment.waterWorker=Αγάπη για το νεÏÏŒ +entity.Arrow.name=βέλος +entity.Bat.name=ÎυχτεÏίδα +entity.Blaze.name=Blaze +entity.Boat.name=ΒάÏκα +entity.Cat.name=Γάτα +entity.CaveSpider.name=ΑÏάχνη των σπηλαίων +entity.Chicken.name=Κοτόπουλο +entity.Cow.name=Αγελάδα +entity.Creeper.name=Creeper +entity.EnderDragon.name=ΔÏάκος του Τέλους +entity.Enderman.name=Enderman +entity.EntityHorse.name=Άλογο +entity.FallingSand.name=ΚÏβος που πέφτει +entity.Fireball.name=ΠÏÏινη Μπάλα +entity.Ghast.name=Ghast +entity.Giant.name=Γίγαντας +entity.Item.name=Αντικείμενο +entity.LavaSlime.name=ΚÏβος μάγματος +entity.Minecart.name=Βαγόνι +entity.Mob.name=Πλάσμα +entity.Monster.name=ΤέÏας +entity.MushroomCow.name=ΜοÏσÏουμ +entity.Ozelot.name=Οσελότος +entity.Painting.name=Πίνακας +entity.Pig.name=ΓουÏοÏνι +entity.PigZombie.name=ΓουÏουνοζόμπι +entity.PrimedTnt.name=ΚÏβος δυναμίτη +entity.Sheep.name=ΠÏόβατο +entity.Silverfish.name=ΑσημόψαÏο +entity.Skeleton.name=Σκελετός +entity.Slime.name=Γλίτσα +entity.SmallFireball.name=ΜικÏή ΠÏÏινη Μπάλα +entity.SnowMan.name=Γλόλεμ Î§Î¹Î¿Î½Î¹Î¿Ï +entity.Snowball.name=Χιονόμπαλα +entity.Spider.name=ΑÏάχνη +entity.Squid.name=ΚαλαμάÏι +entity.Villager.name=XωÏικός +entity.Villager.shepherd=Βοσκός +entity.VillagerGolem.name=ΣιδεÏένιο Γκόλεμ +entity.Witch.name=Μάγισσα +entity.WitherBoss.name=Wither +entity.Wolf.name=ΛÏκος +entity.XPOrb.name=ΣφαίÏα εμπειÏίας +entity.Zombie.name=Ζόμπι +entity.donkey.name=ΓάιδαÏος +entity.generic.name=άγνωστο +entity.horse.name=Άλογο +entity.mule.name=ΜουλάÏι +entity.skeletonhorse.name=Άλογο σκελετός +entity.zombiehorse.name=Άλογο ζόμπι +gameMode.adventure=ΛειτουÏγία πεÏιπέτειας +gameMode.changed=To είδος Ï€Î±Î¹Ï‡Î½Î¹Î´Î¹Î¿Ï ÏƒÎ±Ï‚ έχει άλλάξει +gameMode.creative=ΔημιουÏγική λειτουÏγία +gameMode.hardcore=ΣκληÏοπυÏηνική λειτουÏγία! +gameMode.spectator=ΛειτουÏγία θεατή +gameMode.survival=Επιβίωση +generator.amplified=ΕÎΙΣΧΥΜΕÎΟΣ +generator.amplified.info=Σημείωση: Μόνο για πλάκα, απαιτεί δυνατό υπολογιστή +generator.customized=ΠÏοσαÏμοσμένη +generator.debug_all_block_states=Επιλογή Debug +generator.default=Κανονικός +generator.flat=Επίπεδος +generator.largeBiomes=Μεγάλα βιoσυστήματα +gui.achievements=ΕπιτεÏγματα +gui.all=Όλα +gui.back=Πίσω +gui.cancel=ΑκÏÏωση +gui.done=Τέλος +gui.down=Κάτω +gui.no=Όχι +gui.none=Κανένας/Καμία/Κανένα +gui.stats=Στατιστικά στοιχεία +gui.toMenu=Πίσω στο κεντÏικό Î¼ÎµÎ½Î¿Ï +gui.up=Πάνω +gui.yes=Îαι +inventory.binSlot=ΚαταστÏοφή Στοιχείου +item.apple.name=Μήλο +item.appleGold.name=ΧÏυσό μήλο +item.arrow.name=Βέλος +item.bed.name=ΚÏεβάτι +item.beefCooked.name=ΜπÏιζόλα +item.beefRaw.name=Ωμό βοδινό +item.blazePowder.name=Σκόνη Blaze +item.blazeRod.name=Ράβδος Φωτιάς +item.boat.name=ΒάÏκα +item.bone.name=Κόκαλο +item.book.name=Βιβλίο +item.bootsChain.name=Αλυσιδωτές μπότες +item.bootsCloth.name=ΔεÏμάτινες μπότες +item.bootsDiamond.name=Διαμαντένιες μπότες +item.bootsGold.name=ΧÏυσές Μπότες +item.bootsIron.name=ΣιδεÏένιες μπότες +item.bow.name=Τόξο +item.bowl.name=Μπωλ +item.bread.name=Ψωμί +item.brewingStand.name=ΑποστακτήÏιο +item.brick.name=ΤοÏβλο +item.bucket.name=Κουβάς +item.bucketLava.name=Κουβάς με λάβα +item.bucketWater.name=Κουβάς με νεÏÏŒ +item.cake.name=ΤοÏÏτα +item.carrotGolden.name=ΧÏυσό καÏότο +item.carrotOnAStick.name=Καλάμι με καÏότο +item.carrots.name=ΚαÏότο +item.cauldron.name=Καζάνι +item.charcoal.name=ΞυλοκάÏβουνο +item.chestplateChain.name=Αλυσιδωτός θώÏακας +item.chestplateCloth.name=ΔεÏμάτινος χιτώνας +item.chestplateDiamond.name=Διαμαντένιος θώÏακας +item.chestplateGold.name=ΧÏυσός θώÏακας +item.chestplateIron.name=ΣιδεÏένιος θώÏακας +item.chickenCooked.name=Ψημένο κοτόπουλο +item.chickenRaw.name=Ωμό κοτόπουλο +item.clay.name=Πηλός +item.clock.name=Ρολόι +item.coal.name=ΚάÏβουνο +item.comparator.name=ΣυγκÏιτής κοκκινόπετÏας +item.compass.name=Πυξίδα +item.cookie.name=Μπισκότο +item.diamond.name=Διαμάντι +item.diode.name=Αναμεταδότης κοκκινόπετÏας +item.doorIron.name=ΣιδεÏένια ΠόÏτα +item.dyePowder.black.name=ΘÏλακας Î¼ÎµÎ»Î±Î½Î¹Î¿Ï +item.dyePowder.blue.name=Λάπις λάζουλι +item.dyePowder.brown.name=ΣπόÏοι κακάο +item.dyePowder.cyan.name=Κυανή βαφή +item.dyePowder.gray.name=ΓκÏι μπογιά +item.dyePowder.green.name=ΠÏάσινο του κάκτου +item.dyePowder.lightBlue.name=Γαλάζια μπογιά +item.dyePowder.lime.name=Λαχανί μπογιά +item.dyePowder.magenta.name=ΦοÏξια μπογιά +item.dyePowder.orange.name=ΠοÏτοκαλί μπογιά +item.dyePowder.pink.name=Ροζ βαφή +item.dyePowder.purple.name=Μωβ μπογιά +item.dyePowder.red.name=Κόκκινο του Ï„Ïιαντάφυλλου +item.dyePowder.silver.name=Ανοιχτή γκÏι μπογιά +item.dyePowder.white.name=OστεάλευÏα +item.dyePowder.yellow.name=ΚίτÏινο της πικÏαλίδας +item.dyed=Βαμμένο +item.egg.name=Αυγό +item.emerald.name=ΣμαÏάγδι +item.emptyMap.name=Κενός χάÏτης +item.emptyPotion.name=Μπουκάλι με νεÏÏŒ +item.enchantedBook.name=Μαγεμένο βιβλίο +item.enderPearl.name=ΜαÏγαÏιτάÏι Ender +item.expBottle.name=Μπουκάλι των μαγειών +item.eyeOfEnder.name=Μάτι του Ender +item.feather.name=ΦτεÏÏŒ +item.fermentedSpiderEye.name=Ζυμωμένο μάτι αÏάχνης +item.fireball.name=Επίθεση φωτιάς +item.fireworks.flight=ΔιάÏκεια Πτήσης: +item.fireworks.name=ΠÏÏαυλος πυÏοτεχνημάτος +item.fireworksCharge.black=ΜαÏÏο +item.fireworksCharge.blue=Μπλέ +item.fireworksCharge.brown=Καφέ +item.fireworksCharge.customColor=ΠÏοσαÏμοσμένο +item.fireworksCharge.cyan=Κυανό +item.fireworksCharge.fadeTo=να ξεθωÏιάζει +item.fireworksCharge.flicker=ΣπινθήÏισμα +item.fireworksCharge.gray=ΓκÏι +item.fireworksCharge.green=ΠÏάσινο +item.fireworksCharge.lightBlue=Γαλάζιο +item.fireworksCharge.lime=Λαχανί +item.fireworksCharge.magenta=Ματζέντα +item.fireworksCharge.name=ΑστέÏι ΠυÏοτεχνήματος +item.fireworksCharge.orange=ΠοÏτοκαλί +item.fireworksCharge.pink=Ροζ + +item.fireworksCharge.purple=Μωβ +item.fireworksCharge.red=Κόκκινο +item.fireworksCharge.silver=Ανοιχτό ΓκÏι + +item.fireworksCharge.trail=ΟυÏά +item.fireworksCharge.type=Άγνωστο σχήμα +item.fireworksCharge.type.0=ΜικÏή Μπάλα +item.fireworksCharge.type.1=Μεγάλη Μπάλα +item.fireworksCharge.type.2=Σχήμα αστεÏÎ¹Î¿Ï +item.fireworksCharge.type.3=Σχήμα Creeper +item.fireworksCharge.type.4=ΈκÏηξη +item.fireworksCharge.white=ΆσπÏο +item.fireworksCharge.yellow=ΚίτÏινο +item.fish.clownfish.raw.name=ΨάÏι-κλόουν +item.fish.cod.cooked.name=Ψημένο ψάÏι +item.fish.cod.raw.name=Ωμό ψάÏι +item.fish.pufferfish.raw.name=ΨάÏι ΦοÏσκα +item.fish.salmon.cooked.name=ΜαγειÏεμένος σολομός +item.fish.salmon.raw.name=Ωμός σολομός +item.fishingRod.name=Καλάμι ψαÏέματος +item.flint.name=ΠυÏόλιθος +item.flintAndSteel.name=ΠυÏόλιθος και χάλυβας +item.flowerPot.name=ΓλάστÏα +item.frame.name=ΚοÏνίζα αντικειμένων +item.ghastTear.name=ΔάκÏÏ… Ghast +item.glassBottle.name=Γυάλινο μπουκάλι +item.goldNugget.name=Σβώλος χÏÏ…ÏƒÎ¿Ï +item.hatchetDiamond.name=Διαμαντένιο τσεκοÏÏι +item.hatchetGold.name=ΧÏυσό τσεκοÏÏι +item.hatchetIron.name=ΣιδεÏένιο τσεκοÏÏι +item.hatchetStone.name=ΠέτÏινο τσεκοÏÏι +item.hatchetWood.name=ΞÏλινο τσεκοÏÏι +item.helmetChain.name=Αλυσιδωτό κÏάνος +item.helmetCloth.name=ΔεÏμάτινο σκουφί +item.helmetDiamond.name=Διαμαντένιο κÏάνος +item.helmetGold.name=ΧÏυσό κÏάνος +item.helmetIron.name=ΣιδεÏένιο κÏάνος +item.hoeDiamond.name=Διαμαντένια τσάπα +item.hoeGold.name=ΧÏυσή τσάπα +item.hoeIron.name=ΣιδεÏένια τσάπα +item.hoeStone.name=ΠέτÏινη τσάπα +item.hoeWood.name=ΞÏλινη τσάπα +item.horsearmordiamond.name=Διαμαντένια πανοπλία αλόγου +item.horsearmorgold.name=ΧÏυσή πανοπλία αλόγου +item.horsearmormetal.name=ΣιδεÏένια πανοπλία αλόγου +item.ingotGold.name=Ράβδος χÏÏ…ÏƒÎ¿Ï +item.ingotIron.name=Ράβδος σιδήÏου +item.leash.name=ΛουÏί +item.leather.name=ΔέÏμα +item.leaves.name=ΦÏλλα +item.leggingsChain.name=Αλυσιδωτές πεÏικνημίδες +item.leggingsCloth.name=ΔεÏμάτινο παντελόνι +item.leggingsDiamond.name=Διαμαντένιες πεÏικνημίδες +item.leggingsGold.name=ΧÏυσές πεÏικνημίδες +item.leggingsIron.name=ΣιδεÏένιες πεÏικνημίδες +item.magmaCream.name=ΚÏέμα μάγματος +item.map.name=ΧάÏτης +item.melon.name=ΚαÏποÏζι +item.milk.name=Γάλα +item.minecart.name=Βαγόνι +item.minecartChest.name=Βαγόνι με σεντοÏκι +item.minecartCommandBlock.name=Βαγόνι με Block Εντολής +item.minecartFurnace.name=Βαγόνι με φοÏÏνο +item.minecartHopper.name=Βαγονέτο με χοάνη +item.minecartTnt.name=Βαγονέτο με δυναμίτη +item.monsterPlacer.name=Εμφάνισε +item.mushroomStew.name=ΜανιταÏόσουπα +item.muttonCooked.name=ΜαγειÏεμένο κÏέας Ï€Ïοβάτου +item.muttonRaw.name=Îωπό Ï€Ïόβειο κÏέας +item.nameTag.name=Ετικέτα ονόματος +item.netherStalkSeeds.name=Στίγμα του Nether +item.netherStar.name=ΆστÏο του Nether +item.netherbrick.name=ΤοÏβλο του Κάτω Κόσμου +item.netherquartz.name=Χαλαζίας κάτω κόσμου +item.painting.name=Πίνακας +item.paper.name=ΧαÏτί +item.pickaxeDiamond.name=Διαμαντένια αξίνα +item.pickaxeGold.name=ΧÏυσή αξίνα +item.pickaxeIron.name=ΣιδεÏένια αξίνα +item.pickaxeStone.name=ΠέτÏινη αξίνα +item.pickaxeWood.name=ΞÏλινη αξίνα +item.porkchopCooked.name=Ψημένο χοιÏινό +item.porkchopRaw.name=Ωμό χοιÏινό +item.potato.name=Πατάτα +item.potatoBaked.name=Ψημένη πατάτα +item.potatoPoisonous.name=ΔηλητηÏιώδης πατάτα +item.potion.name=ΦίλτÏο +item.pumpkinPie.name=Κολοκυθόπιτα +item.rabbitCooked.name=ΜαγειÏεμένο κουνέλι +item.rabbitFoot.name=Πόδι του ÎºÎ¿Ï…Î½ÎµÎ»Î¹Î¿Ï +item.rabbitRaw.name=Îωπό κουνέλι +item.rabbitStew.name=Κουνέλι στιφάδο +item.record.11.desc=C418 - 11 +item.record.13.desc=C418 - 13 +item.record.blocks.desc=C418 - blocks +item.record.cat.desc=C418 - cat +item.record.chirp.desc=C418 - chirp +item.record.far.desc=C418 - far +item.record.mall.desc=C418 - mall +item.record.mellohi.desc=C418 - mellohi +item.record.name=Μουσικός δίσκος +item.record.stal.desc=C418 - stal +item.record.strad.desc=C418 - strad +item.record.wait.desc=C418 - wait +item.record.ward.desc=C418 - ward +item.redstone.name=ΚοκκινόπετÏα +item.reeds.name=ΖαχαÏοκάλαμο +item.rottenFlesh.name=Σάπια σάÏκα +item.ruby.name=Ρουμπίνι +item.saddle.name=Σέλα +item.seeds.name=ΣπόÏοι +item.seeds_melon.name=ΣπόÏοι καÏÏ€Î¿Ï…Î¶Î¹Î¿Ï +item.seeds_pumpkin.name=ΣπόÏοι κολοκÏθας +item.shears.name=Ψαλίδα +item.shovelDiamond.name=Διαμαντένιο φτυάÏι +item.shovelGold.name=ΧÏυσό φτυάÏι +item.shovelIron.name=ΣιδεÏένιο φτυάÏι +item.shovelStone.name=ΠέτÏινο φτυάÏι +item.shovelWood.name=ΞÏλινo φτυάÏι +item.sign.name=Πινακίδα +item.skull.char.name=Κεφάλι +item.skull.creeper.name=Κεφάλι creeper +item.skull.player.name=Κεφάλι του/της %s +item.skull.skeleton.name=ΚÏανίο ÏƒÎºÎµÎ»ÎµÏ„Î¿Ï +item.skull.wither.name=ΚÏανίο Î£ÎºÎµÎ»ÎµÏ„Î¿Ï Wither +item.skull.zombie.name=Κεφάλι ζόμπι +item.slimeball.name=Μπάλα γλίτσας +item.snowball.name=Χιονόμπαλα +item.speckledMelon.name=ΓυαλιστεÏÏŒ καÏποÏζι +item.spiderEye.name=Μάτι ΑÏάχνης +item.stick.name=Ξυλάκι +item.string.name=Îήμα +item.sugar.name=ΖάχαÏη +item.sulphur.name=ΠυÏίτιδα +item.swordDiamond.name=Διαμαντένιο σπαθί +item.swordGold.name=ΧÏυσό σπαθί +item.swordIron.name=ΣιδεÏένιο σπαθί +item.swordStone.name=ΠέτÏινο σπαθί +item.swordWood.name=ΞÏλινο σπαθί +item.unbreakable=άυθαÏτο +item.wheat.name=ΣιτάÏι +item.writingBook.name=Βιβλίο και Πένα +item.writtenBook.name=ΓÏαμμένο βιβλίο +item.yellowDust.name=Σκόνη λαμψόπετÏας +itemGroup.brewing=Αλχημεία +itemGroup.buildingBlocks=Δομικά Στοιχεία +itemGroup.combat=Μάχη +itemGroup.decorations=ΚÏβοι Διακόσμησης +itemGroup.food=ΤÏόφιμα +itemGroup.inventory=Αποθέματα επιβίωσης +itemGroup.materials=Υλικά +itemGroup.misc=ΔιάφοÏα +itemGroup.redstone=ΚοκκινόπετÏα +itemGroup.search=Αναζήτηση +itemGroup.tools=ΕÏγαλεία +itemGroup.transportation=ΜεταφοÏά +key.attack=Επίθεση/ΚαταστÏοφή +key.back=Βάδισμα πίσω +key.categories.gameplay=ΧειÏισμός +key.categories.inventory=Αποθέματα +key.categories.misc=ΔιάφοÏα +key.categories.movement=Kίνηση +key.categories.multiplayer=Παιχνίδι πολλών παικτών +key.categories.stream=Μετάδοση +key.categories.ui=Διεπαφή Ï€Î±Î¹Ï‡Î½Î¹Î´Î¹Î¿Ï +key.chat=Άνοιγμα Συνομιλίας +key.command=Άνοιγμα Εντολών +key.drop=Ρίξιμο Αντικειμένου +key.forward=Βάδισμα μπÏοστά +key.fullscreen=Εναλλαγή σε πλήÏη οθόνη +key.hotbar.1=Θέση 1 ΜπάÏας Ταχείας Επιλογής +key.hotbar.2=Θέση 2 ΜπάÏας Ταχείας Επιλογής +key.hotbar.3=Θέση 3 ΜπάÏας Ταχείας Επιλογής +key.hotbar.4=Θέση 4 ΜπάÏας Ταχείας Επιλογής +key.hotbar.5=Θέση 5 ΜπάÏας Ταχείας Επιλογής +key.hotbar.6=Θέση 6 ΜπάÏας Ταχείας Επιλογής +key.hotbar.7=Θέση 7 ΜπάÏας Ταχείας Επιλογής +key.hotbar.8=Θέση 8 ΜπάÏας Ταχείας Επιλογής +key.hotbar.9=Θέση 9 ΜπάÏας Ταχείας Επιλογής +key.inventory=Αποθέματα +key.jump=Άλμα +key.left=Ματιά ΑÏιστεÏά +key.mouseButton=Κουμπί %1$s +key.pickItem=Επιλογή κÏβου +key.playerlist=Δείτε τα ονόματα όλων των παικτών +key.right=Ματιά Δεξιά +key.screenshot=Λήψη στιγμιότυπου οθόνης +key.smoothCamera=Εναλλαγή κινηματογÏαφικής κάμεÏας +key.sneak=ΣκÏψιμο +key.spectatorOutlines=ΚυÏιότεÏοι Παίκτες (θεατές) +key.sprint=ΤÏέξιμο +key.streamCommercial=ΠÏοβολή διαφημιστικών μετάδοσης +key.streamPauseUnpause=Πάυση/ΑναίÏεση παÏσης μετάδωσης +key.streamStartStop=Ξεκινήστε/Σταματήστε Μετάδοση +key.streamToggleMic=Πάτα για να μιλήσεις/σιγάσεις +key.togglePerspective=Εναλλαγή κάμεÏας +key.use=ΧÏήση Αντικειμένου/Τοποθέτηση κÏβου +lanServer.otherPlayers=Ρυθμίσεις Υπόλοιπων Παικτών +lanServer.scanning=ΣάÏωση για παιχνίδια στο τοπικό σου δίκτυο + +lanServer.start=Εκκίνηση κόσμου Î¤Î¿Ï€Î¹ÎºÎ¿Ï Î”Î¹ÎºÏ„Ïου +lanServer.title=Κόσμος Î¤Î¿Ï€Î¹ÎºÎ¿Ï Î”Î¹ÎºÏ„Ïου +language.code=el_GR +language.name=Ελληνικά +language.region=Ελλάδα +mcoServer.title=διαδικτυακός κόσμος Minecraft +menu.convertingLevel=ΜετατÏοπή κόσμου +menu.disconnect=ΑποσÏνδεση +menu.game=ÎœÎµÎ½Î¿Ï Î Î±Î¹Ï‡Î½Î¹Î´Î¹Î¿Ï +menu.generatingLevel=ΔημιουÏγία κόσμου +menu.generatingTerrain=Σχηματισμός εδάφους +menu.loadingLevel=ΦόÏτωση κόσμου +menu.multiplayer=Παιχνίδι πολλών παικτών +menu.options=Επιλογές... +menu.playdemo=Δοκιμαστικός κόσμος +menu.quit=Έξοδος +menu.resetdemo=Επανεκκίνηση Î´Î¿ÎºÎ¹Î¼Î±ÏƒÏ„Î¹ÎºÎ¿Ï ÎºÏŒÏƒÎ¼Î¿Ï… +menu.respawning=Επανεμφάνιση +menu.returnToGame=ΕπιστÏοφή στο παιχνίδι +menu.returnToMenu=Αποθήκευση και έξοδος +menu.shareToLan=ΜεταφοÏά στο Τοπικό Δίκτυο +menu.simulating=ΠÏοσομοίωση του κόσμου για λίγο +menu.singleplayer=Παιχνίδι ενός παίκτη +menu.switchingLevel=Αλλαγή κόσμου +merchant.deprecated=Ανταλλάξτε κάτι άλλο για να το ξεκλειδώσετε! +mount.onboard=Πάτα %1$s για να κατέβεις +multiplayer.connect=ΣÏνδεση +multiplayer.downloadingStats=Λήψη στατιστικών & επιτευγμάτων... +multiplayer.downloadingTerrain=Γίνεται λήψη του κόσμου +multiplayer.info1=Το παιχνίδι πολλών παικτών αυτή τη στιγμή δεν έχει ολοκληÏωθεί, αλλά υπάÏχει +multiplayer.info2=μία Ï€Ïώιμη δοκιμή σε εξέλιξη. +multiplayer.ipinfo=Εισαγάγετε την IP ενός διακομιστή για να συνδεθείτε σε αυτόν: +multiplayer.player.joined=Ο παίκτης %s εισήλθε στο παιχνίδι +multiplayer.player.joined.renamed=%s (παλαιότεÏα γνωστός/ή ως %s) συνδέθηκε στο παιχνίδι +multiplayer.player.left=Ο/Η %s έφυγε από το παιχνίδι +multiplayer.stopSleeping=Σήκω +multiplayer.texturePrompt.line1=Αυτός ο διακομιστής συνιστά τη χÏήση Ï€ÏοσαÏμοσμένου πακέτου πόÏων. +multiplayer.texturePrompt.line2=Θέλετε να κάνετε λήψη και να το εγκαταστήσετε αυτόματα; +multiplayer.title=Παίξτε με πολλοÏÏ‚ παίκτες +options.advancedButton=Ρυθμίσεις Βίντεο Για ΠÏοχωÏημένους... +options.advancedOpengl=ΠÏοχωÏημένο OpenGL +options.advancedVideoTitle=Ρυθμίσεις Βίντεο Για ΠÏοχωÏημένους +options.anaglyph=Ανάγλυφο 3D +options.ao=Ομαλός φωτισμός +options.ao.max=Μέγιστο +options.ao.min=Ελάχιστο +options.ao.off=Κλειστό +options.blockAlternatives=Εναλλακτικά Blocks +options.chat.color=ΧÏώματα +options.chat.height.focused=Ύψος σε εστίαση +options.chat.height.unfocused=Ανεστίαστο Ύψος +options.chat.links=ΣÏνδεσμοι ΔιαδικτÏου +options.chat.links.prompt=ΠÏοτÏοπή σε συνδέσμους +options.chat.opacity=Αδιαφάνεια +options.chat.scale=Κλίμακα +options.chat.title=Ρυθμίσεις συνομιλίας... +options.chat.visibility=Συνομιλία +options.chat.visibility.full=Εμφανές +options.chat.visibility.hidden=ΚÏυμμένο +options.chat.visibility.system=Εντολές μόνο +options.chat.width=Πλάτος +options.controls=ΧειÏισμός... +options.customizeTitle=ΠÏοσαÏμογή Ïυθμίσεων κόσμου +options.difficulty=Δυσκολία +options.difficulty.easy=ΕÏκολo +options.difficulty.hard=ΔÏσκολο +options.difficulty.hardcore=ΣκληÏοπυÏηνικό +options.difficulty.normal=Κανονικό +options.difficulty.peaceful=ΕιÏηνικό +options.farWarning1=Συνιστάται μία 64 bit έκδοση Java +options.farWarning2=για 'ΜακÏινή' απόσταση απεικόνισης (ÎµÏƒÏ Î­Ï‡ÎµÎ¹Ï‚ 32 bit) +options.fboEnable=ΕνεÏγοποίηση FBO +options.forceUnicodeFont=ΧÏήση γÏαμματοσειÏάς Unicode +options.fov=Πεδίο ÏŒÏασης +options.fov.max=Quake Pro +options.fov.min=Κανονικό +options.framerateLimit=Μέγιστη απόδοση +options.framerateLimit.max=ΑπεÏιόÏιστο +options.fullscreen=ΠλήÏης οθόνη +options.gamma=Φωτεινότητα +options.gamma.max=Φωτεινή +options.gamma.min=Σκοτεινή +options.graphics=ΓÏαφικά +options.graphics.fancy=ΦανταχτεÏά +options.graphics.fast=ΓÏήγοÏα +options.guiScale=Κλίμακα GUI +options.guiScale.auto=Αυτόματο +options.guiScale.large=Μεγάλη +options.guiScale.normal=Κανονική +options.guiScale.small=ΜικÏή +options.hidden=ΚÏυμμένο +options.invertMouse=ΑντιστÏοφή του Ï€Î¿Î½Ï„Î¹ÎºÎ¹Î¿Ï +options.language=Γλώσσα... +options.languageWarning=Οι μεταφÏάσεις μποÏεί να μην είναι 100%% ακÏιβείς +options.mipmapLevels=Επίπεδα Mipmap +options.modelPart.cape=Κάπα +options.modelPart.hat=Καπέλο +options.modelPart.jacket=Σακάκι +options.modelPart.left_pants_leg=ΑÏιστεÏÏŒ Παντζάκι +options.modelPart.left_sleeve=ΑÏιστεÏÏŒ Μανίκι +options.modelPart.right_pants_leg=Δεξιό Παντζάκι +options.modelPart.right_sleeve=Δεξιό Μανίκι +options.multiplayer.title=Ρυθμίσεις για πολλοÏÏ‚ παίκτες... +options.music=Μουσική +options.off=Όχι +options.on=Îαι +options.particles=Σωματίδια +options.particles.all=Όλα +options.particles.decreased=Μειωμένα +options.particles.minimal=Ελάχιστα +options.performanceButton=Απόδοση Ποιότητας Βίντεο... +options.performanceVideoTitle=Απόδοση Ποιότητας Βίντεο +options.postButton=Επανα-επεξεÏγασία Ρυθμίσεων... +options.postProcessEnable=Αποδοχή Post-Processing + +options.postVideoTitle=Επανα-επεξεÏγασία Ρυθμίσεων +options.qualityButton=Ρυθμίσεις Ποιότητας Βίντεο... +options.qualityVideoTitle=Ρυθμίσεις ποιότητας βίντεο +options.reducedDebugInfo=Μειωμένες πληÏοφοÏίες Debug +options.renderClouds=ΣÏννεφα +options.renderDistance=Απόσταση απεικόνισης +options.renderDistance.far=ΜακÏινή +options.renderDistance.normal=Κανονική +options.renderDistance.short=Κοντινή +options.renderDistance.tiny=ΜικÏοσκοπική +options.resourcepack=Πακέτα πόÏων... +options.saturation=ΚοÏεσμός +options.sensitivity=Ευαισθησία +options.sensitivity.max=ΣΟΥΠΕΡ ΤΑΧΥΤΗΤΑ!!! +options.sensitivity.min=*χασμουÏητό* +options.skinCustomisation=Επιλογή του skin... +options.skinCustomisation.title=Επιλογή του skin +options.snooper=Συλλογή δεδομένων +options.snooper.desc=Θα θέλαμε να συλλέξουμε πληÏοφοÏίες για το μηχάνημα σας ώστε να βελτιώσουμε το Minecraft με το να γνωÏίζουμε τι μποÏοÏμε να υποστηÏίξουμε και ποιά είναι τα σημαντικότεÏα Ï€Ïοβλήματα. Όλες οι πληÏοφοÏίες είναι εντελώς ανώνυμες και μποÏείτε να τις δείτε από κάτω. Υποσχόμαστε να μην κάνουμε κάτι κακό με αυτά τα δεδομένα, αλλά αν δεν θέλετε να συμμετέχετε μποÏείτε απλώς να το απενεÏγοποιήσετε! +options.snooper.title=Συλλογή Ï€ÏοδιαγÏαφών μηχανήματος +options.snooper.view=Ρυθμίσεις συλλογής δεδομένων... +options.sound=Ήχος +options.sounds=Μουσική & Ήχοι... +options.sounds.title=Μουσική & Επιλογές Ήχου +options.stream=Ρυθμίσεις Μετάδοσης... +options.stream.bytesPerPixel=Ποιότητα +options.stream.changes=Ίσως χÏειαστεί να επανεκκινήσετε τη μετάδοση σας για να Ï€ÏαγματοποιηθοÏν αυτές οι αλλαγές. +options.stream.chat.enabled=ΕνεÏγοποίηση +options.stream.chat.enabled.always=Πάντα +options.stream.chat.enabled.never=Ποτέ +options.stream.chat.enabled.streaming=Κατά τη μετάδοση +options.stream.chat.title=Άλλαξε τις Ïυθμίσεις της συνομιλίας +options.stream.chat.userFilter=ΦίλτÏο χÏήστη +options.stream.chat.userFilter.all=Όλοι οι Θεατές +options.stream.chat.userFilter.mods=Συντονιστές +options.stream.chat.userFilter.subs=ΣυνδÏομητές +options.stream.compression=Συμπίεση +options.stream.compression.high=Υψηλή +options.stream.compression.low=Χαμηλή +options.stream.compression.medium=Μεσαία +options.stream.estimation=Ανάλυση στο πεÏίπου: %sx%s +options.stream.fps=Εικόνες ανα δευτεÏόλεπτο +options.stream.ingest.reset=ΕπαναφοÏά ΠÏοτίμησης +options.stream.ingest.title=Διακομιστές Mετάδοσης του Twitch +options.stream.ingestSelection=Λίστα διακομιστών μετάδωσης +options.stream.kbps=ΕÏÏος ζώνης +options.stream.micToggleBehavior=Πάτησε για: +options.stream.micVolumne=Ένταση ΜικÏοφώνου +options.stream.mic_toggle.mute=Σίγαση +options.stream.mic_toggle.talk=Ομιλία +options.stream.sendMetadata=Στείλτε τα μεταδεδομένα +options.stream.systemVolume=Ένταση Συστήματος +options.stream.title=Ρυθμίσεις Μετάδοσης Twitch +options.title=Ρυθμίσεις +options.touchscreen=ΛειτουÏγεία Οθόνης Αφής +options.vbo=ΧÏήση VBOs +options.video=Ρυθμίσεις γÏαφικών... +options.videoTitle=Ρυθμίσεις γÏαφικών +options.viewBobbing=ΠÏοβολή Βαδίσματος +options.visible=Εμφανές +options.vsync=ΧÏήση VSync +potion.absorption=ΑποÏÏόφηση +potion.absorption.postfix=ΦίλτÏο ΑποÏÏόφησης +potion.blindness=ΤÏφλωση +potion.blindness.postfix=ΦίλτÏο ΤÏφλωσης +potion.confusion=Îαυτία +potion.confusion.postfix=ΦίλτÏο Îαυτίας +potion.damageBoost=ΔÏναμη +potion.damageBoost.postfix=ΦίλτÏο δÏναμης +potion.digSlowDown=Κόπωση εξόÏυξης +potion.digSlowDown.postfix=ΦίλτÏο της αμβλÏτητας +potion.digSpeed=ΒιασÏνη +potion.digSpeed.postfix=ΦίλτÏο ΒιασÏνης +potion.effects.whenDrank=Όταν εφαÏμόζεται: +potion.empty=Καμία επίδÏαση +potion.fireResistance=ΠυÏίμαχο +potion.fireResistance.postfix=ΦίλτÏο ΠυÏοπÏοστασίας +potion.harm=Άμεση ζημιά +potion.harm.postfix=ΒλαβεÏÏŒ φίλτÏο +potion.heal=Άμεση αναζωογόνηση +potion.heal.postfix=ΘεÏαπευτικό φίλτÏο +potion.healthBoost=Îθηση της υγείας +potion.healthBoost.postfix=ΦίλτÏο Îθησης ΕνέÏγειας +potion.hunger=Πείνα +potion.hunger.postfix=ΦιλτÏο της πείνας +potion.invisibility=ΑοÏατότητα +potion.invisibility.postfix=ΦίλτÏο ΑοÏατότητας +potion.jump=Ενίσχυση άλματος +potion.jump.postfix=ΦίλτÏο ΥπεÏπήδησης +potion.moveSlowdown=Î’ÏαδÏτητα +potion.moveSlowdown.postfix=ΦίλτÏο Î’ÏαδÏτητας +potion.moveSpeed=ΤαχÏτητα +potion.moveSpeed.postfix=ΦίλτÏο ΤαχÏτητας +potion.nightVision=ÎυχτεÏινή ÏŒÏαση +potion.nightVision.postfix=ΦίλτÏο νυχτεÏινής ÏŒÏασης +potion.poison=ΔηλητήÏιο +potion.poison.postfix=ΔηλητηÏιώδες φίλτÏο +potion.potency.1=II +potion.potency.2=III +potion.potency.3=IV +potion.prefix.acrid=Στυφό +potion.prefix.artless=Άτεχνο +potion.prefix.awkward=Αμήχανο +potion.prefix.bland=Άνοστο +potion.prefix.bulky=Ογκώδες +potion.prefix.bungling=Αποτυχημένο +potion.prefix.buttered=ΒουτυÏωμένο +potion.prefix.charming=Μαγευτικό +potion.prefix.clear=Διαυγές +potion.prefix.cordial=ΕγκάÏδιο +potion.prefix.dashing=ΤολμηÏός +potion.prefix.debonair=Ευγενές +potion.prefix.diffuse=Διάχυτο +potion.prefix.elegant=Κομψό +potion.prefix.fancy=Εντυπωσιακό +potion.prefix.flat=Ξεθυμασμένο +potion.prefix.foul=ΑκάθαÏτο +potion.prefix.grenade=Μαζικό +potion.prefix.gross=Αηδιαστικό +potion.prefix.harsh=ΣκληÏÏŒ +potion.prefix.milky=Γαλακτώδες +potion.prefix.mundane=Κοινότυπο +potion.prefix.odorless=Άοσμο +potion.prefix.potent=ΙσχυÏός +potion.prefix.rank=Κλάση +potion.prefix.refined=Εξευγενισμένο +potion.prefix.smooth=Ομαλό +potion.prefix.sparkling=ΑφÏώδες +potion.prefix.stinky=Î’ÏωμεÏÏŒ +potion.prefix.suave=Γλυκό +potion.prefix.thick=Πηχτό +potion.prefix.thin=ΑÏαιό +potion.prefix.uninteresting=ΑδιάφοÏο +potion.regeneration=Αναζωογόνηση +potion.regeneration.postfix=ΦίλτÏο αναζωογόνησης +potion.resistance=Αντίσταση +potion.resistance.postfix=ΦίλτÏο Άμυνας +potion.saturation=ΚοÏεσμός +potion.saturation.postfix=ΦίλτÏο ΚοÏÎµÏƒÎ¼Î¿Ï +potion.waterBreathing=Υποθαλάσσια Αναπνοή +potion.waterBreathing.postfix=ΦιλτÏο της Υποθαλλάσσιας Αναπνοής +potion.weakness=Αδυναμία +potion.weakness.postfix=ΦίλτÏο της αδυναμίας +potion.wither=ΜαÏασμός +potion.wither.postfix=ΦίλτÏο ΦθοÏάς +record.nowPlaying=ΤώÏα παίζετε: %s +resourcePack.available.title=Διαθέσιμα πακέτα πόÏων +resourcePack.folderInfo=(Τοποθετήστε αÏχεία πακέτου πόÏων εδώ) +resourcePack.openFolder=Άνοιγμα φακέλου πακέτων πόÏων +resourcePack.selected.title=Επιλεγμένα Πακέτα ΠόÏων +resourcePack.title=Επιλογή Πακέτου ΠόÏων +screenshot.failure=Αποτυχία αποθήκευσης στιγμιότυπου οθόνης %s +screenshot.success=ΑποθηκεÏτηκε στιγμιότυπο οθόνης %s +selectServer.add=ΠÏοσθήκη διακομιστή +selectServer.defaultName=Διακομιστής Minecraft +selectServer.delete=ΔιαγÏαφή +selectServer.deleteButton=ΔιαγÏαφή +selectServer.deleteQuestion=Είστε βέβαιοι ότι θέλετε να καταÏγήσετε αυτόν το διακομιστή; +selectServer.deleteWarning=θα χαθεί για πάντα! (ΠολÏÏ‚ καιÏός!) +selectServer.direct=Απευθείας σÏνδεση +selectServer.edit=ΕπεξεÏγασία +selectServer.empty=κενό +selectServer.hiddenAddress=(ΚÏυφή) +selectServer.refresh=Ανανέωση +selectServer.select=Συνδεθείτε σε διακομιστή +selectServer.title=Επιλέξτε διακομιστή +selectWorld.allowCommands=ΕνεÏγοποίηση κωδικών: +selectWorld.allowCommands.info=Εντολές όπως /gamemode , /xp +selectWorld.bonusItems=ΑÏχικό σεντοÏκι: +selectWorld.cheats=Κωδικοί +selectWorld.conversion=ΠÏέπει να μετατÏαπεί! +selectWorld.create=ΔημιουÏγία νέου κόσμου +selectWorld.createDemo=Παίξε ένα νέο δοκιμαστικό κόσμο +selectWorld.customizeType=ΠÏοσαÏμογή +selectWorld.delete=ΔιαγÏαφή +selectWorld.deleteButton=ΔιαγÏαφή +selectWorld.deleteQuestion=Είστε βέβαιοι ότι θέλετε να διαγÏάψετε αυτόν τον κόσμο; +selectWorld.deleteWarning=θα χαθεί για πάντα! (ΠολÏÏ‚ καιÏός!) +selectWorld.empty=Κενό +selectWorld.enterName=Όνομα κόσμου +selectWorld.enterSeed=Seed για την δημιουÏγία κόσμου +selectWorld.gameMode=Είδος Ï€Î±Î¹Ï‡Î½Î¹Î´Î¹Î¿Ï +selectWorld.gameMode.adventure=ΠεÏιπέτεια +selectWorld.gameMode.adventure.line1=Το ίδιο με τη λειτουÏγία επιβίωσης, αλλά δεν +selectWorld.gameMode.adventure.line2=γίνεται να Ï€ÏοστεθοÏν ή να αφαιÏεθοÏν κÏβοι +selectWorld.gameMode.creative=ΔημιουÏγικό +selectWorld.gameMode.creative.line1=ΑπεÏιόÏιστοι πόÏοι, ελεÏθεÏη πτήση και +selectWorld.gameMode.creative.line2=κατάστÏεψε κÏβους στιγμιαία +selectWorld.gameMode.hardcore=ΣκληÏοπυÏηνικό +selectWorld.gameMode.hardcore.line1=Το ίδιο με τη λειτουÏγία επιβίωσης, κλειδωμένο +selectWorld.gameMode.hardcore.line2=δυσκολία, και με μία ζωή μόνο +selectWorld.gameMode.spectator=Θεατής +selectWorld.gameMode.spectator.line1=ΜποÏείτε να δείτε, αλλά μην αγγίζετε +selectWorld.gameMode.survival=Επιβίωση +selectWorld.gameMode.survival.line1=Αναζήτησε πόÏους, φτιάξε, απόκτησε +selectWorld.gameMode.survival.line2=επίπεδα, υγεία και πείνα +selectWorld.hardcoreMode=ΣκληÏοπυÏηνικό: +selectWorld.hardcoreMode.info=ο κόσμος διαγÏάφεται όταν πεθάνετε +selectWorld.mapFeatures=ΔημιουÏγία κτιÏίων: +selectWorld.mapFeatures.info=ΧωÏιά, μπουντÏοÏμια κλπ +selectWorld.mapType=ΤÏπος κόσμου: +selectWorld.mapType.normal=Κανονικό +selectWorld.moreWorldOptions=ΠεÏισσότεÏες επιλογές κόσμου... +selectWorld.newWorld=Îέος κόσμος +selectWorld.newWorld.copyOf=ΑντίγÏαφο του %s +selectWorld.recreate=ΑναδημιουÏγία +selectWorld.rename=Μετονομασία +selectWorld.renameButton=Μετονομασία +selectWorld.renameTitle=Μετονομασία κόσμου +selectWorld.resultFolder=Θα αποθηκευτεί στο: +selectWorld.seedInfo=Αφήστε κενό για ένα τυχαίο Seed +selectWorld.select=Παίξτε στον επιλεγμένο κόσμο +selectWorld.title=Επιλέξτε κόσμο +selectWorld.world=Κόσμος +sign.edit=ΕπεξεÏγαστείτε το μήνυμα της πινακίδας +soundCategory.ambient=ΠεÏιβάλλον +soundCategory.block=ΚÏβοι +soundCategory.hostile=Επιθετικά Πλάσματα +soundCategory.master=ΚÏÏια ένταση ήχου +soundCategory.music=Μουσική +soundCategory.neutral=Φιλικά Πλάσματα +soundCategory.player=Παίκτες +soundCategory.record=ΤζοÏκμποκς/Μουσικός ΚÏβος +soundCategory.weather=ΚαιÏός +stat.animalsBred=Ζώα που έχουν εκτÏαφεί +stat.blocksButton=ΚÏβοι +stat.boatOneCm=Απόσταση με βάÏκα +stat.breakItem=%1$s εξαλείφθηκε +stat.climbOneCm=Απόσταση που αναÏÏιχήθηκε +stat.craftItem=%1$s έχουν κατασκευαστεί +stat.crafted=ΦοÏές που κατασκευάστηκε +stat.createWorld=Κόσμοι που δημιουÏγήθηκαν +stat.damageDealt=Ζημιά που Ï€Ïοκαλέσατε +stat.damageTaken=Ζημιά που σας Ï€Ïοκλήθηκε +stat.deaths=ΑÏιθμός θανάτων +stat.depleted=ΦοÏές που εξαντλήθηκε +stat.diveOneCm=Απόσταση που καταδÏθηκε +stat.drop=Αντικείμενα που πετάχτηκαν +stat.entityKilledBy=%s σας σκότωσε %s φοÏά(-ές) +stat.entityKilledBy.none=Δεν έχετε σκοτωθεί ποτέ από %s +stat.entityKills=Σκότωσες %s %s +stat.entityKills.none=Δεν έχετε ποτέ σκότωσει %s +stat.fallOneCm=Απόσταση πτώσης +stat.fishCaught=ΨάÏια που αλιεÏτηκαν +stat.flyOneCm=Απόσταση που διανÏθηκε πετώντας +stat.generalButton=Γενικά +stat.horseOneCm=Απόσταση με άλογο +stat.itemsButton=Αντικείμενα +stat.joinMultiplayer=ΦοÏές που συμμετείχατε σε ομαδικό παιχνίδι +stat.jump=Άλματα +stat.junkFished=Σκουπίδια που αλιεÏθηκαν +stat.leaveGame=ΦοÏές που έκλεισε το παιχνίδι +stat.loadWorld=ΑποθηκεÏσεις που φοÏτώθηκαν +stat.mineBlock=%1$s έχει εξοÏυχθεί +stat.minecartOneCm=Απόσταση με βαγόνι +stat.mined=ΦοÏές που εξοÏÏχθηκε +stat.mobKills=Σκωτομένα Mobs +stat.mobsButton=ΚινοÏμενα +stat.pigOneCm=Απόσταση με γουÏοÏνι +stat.playOneMinute=Λεπτά Ï€Î±Î¹Ï‡Î½Î¹Î´Î¹Î¿Ï +stat.playerKills=Παίκτες που σκοτώσατε +stat.startGame=ΦοÏές που παίξατε +stat.swimOneCm=Απόσταση που κολυμβήθηκε +stat.treasureFished=ΘησαυÏοί που αλιέυθηκαν +stat.useItem=%1$s έχουν χÏησιμοποιηθεί +stat.used=ΦοÏές που χÏησιμοποιήθηκε +stat.walkOneCm=Απόσταση που πεÏπατήσατε +stats.tooltip.type.achievement=Επίτευμα +stats.tooltip.type.statistic=Σταστιστικά +stream.confirm_start=Είστε βέβαιοι ότι θέλετε να αÏχίσει μετάδοση; +stream.unavailable.account_not_bound=ΠÏιν μποÏέσετε να μεταδώσετε το παιχνίδι σας μέσω του Twitch θα χÏειαστεί να συνδέσετε το λογαÏιασμό σας Twitch στο mojang.com. Θα θέλατε να το κάνετε τώÏα; +stream.unavailable.account_not_bound.okay=Συνδέστε τους λογαÏιασμοÏÏ‚ +stream.unavailable.account_not_migrated=ΠÏιν μποÏέσετε να μεταδώσετε το παιχνίδι σας μέσω του Twitch θα χÏειαστεί να μεταφέÏετε το λογαÏιασμό σας του Minecraft στον λογαÏιασμό σας Mojang. Θα θέλατε να το κάνετε τώÏα; +stream.unavailable.account_not_migrated.okay=ΜεταφοÏά λογαÏÎ¹Î±ÏƒÎ¼Î¿Ï +stream.unavailable.failed_auth=Αποτυχία πιστοποίησης στο Twitch. Σας παÏακαλοÏμε να πάτε στο mojang.com και να ξανασυνδέσετε τον λογαÏιασμό σας του Twitch. +stream.unavailable.failed_auth.okay=Ξανασυνδέστε τους λογαÏιασμοÏÏ‚ +stream.unavailable.failed_auth_error=Αποτυχία πιστοποίησης στο Twitch. ΠαÏακαλοÏμε Ï€Ïοσπαθίστε ξανά αÏγότεÏα. +stream.unavailable.initialization_failure=Ανικανότητα εκκίνησης του SDK του Twitch. +stream.unavailable.initialization_failure.extra=(Λόγος: %s) +stream.unavailable.library_arch_mismatch=Η Ï€ÏοσαÏμοσμένη έκδοση Java που χÏησιμοποιήθηκε για την εκκίνηση του Minecraft έχει διαφοÏετική αÏχιτεκτονική από αυτήν που χÏησιμοποιείται για τη λειτουÏγία του Ï€ÏογÏάμματος εκκίνησης. ΠαÏακαλοÏμε φÏοντίστε να είναι οι ίδιες, είτε 32-bit ή 64-bit και για τα δÏο. +stream.unavailable.library_failure=Η φόÏτωση των βιβλιοθηκών που απαιτοÏνται για την ενσωματωμένη υπηÏεσία αναμετάδοσης Twitch ήταν αδÏνατη. +stream.unavailable.no_fbo=Η κάÏτα γÏαφικών Ï€Ïέπει να υποστηÏίζει σε τουλάχιστον OpenGL έκδοση 3.0 ή να έχει υποστήÏιξη αντικειμένων Framebuffer μέσω μια επέκταση για να χÏησιμοποιήσετε το ενσωματωμένο Ï€ÏόγÏαμα αναμετάδωσης Twitch. +stream.unavailable.no_fbo.arb=ΥποστήÏιξη framebuffer αντικειμένου μέσω ARB είναι: %s +stream.unavailable.no_fbo.blend=Η υποστήÏιξη χωÏιστής ανάμειξης μέσω EXT είναι: %s +stream.unavailable.no_fbo.ext=ΥποστήÏιξη framebuffer αντικειμένου μέσω EXT είναι: %s +stream.unavailable.no_fbo.version=ΧÏησιμοποιείτε αυτή τη στιγμή: %s +stream.unavailable.not_supported.mac=Δυστυχώς, η ενσωματωμένη αναμετάδωση Twitch στο Mac απαιτεί μια έκδοση του OSX νεότεÏα από αυτό είστε σε. ΠÏέπει να χÏησιμοποιήσετε 10,7 (Mac OS X lion) ή νεότεÏο για να είναι σε θέση να χÏησιμοποιήσετε την υπηÏεσία αυτή. Θα θέλατε να επισκεφθείτε την ιστοσελίδα apple.com να μάθετε σχετικά με την αναβάθμιση; +stream.unavailable.not_supported.mac.okay=Αναβάθμιση +stream.unavailable.not_supported.other=Δυστυχώς η ενσωματωμένη υπηÏεσία αναμετάδοσης Twitch απαιτεί Windows (Vista ή νεότεÏα) ή Mac OS X (10.7/Lion ή νεότεÏο) +stream.unavailable.not_supported.windows=Δυστυχώς η ενσωματωμένη υπηÏεσία αναμετάδοσης Twitch απαιτεί μία νεότεÏη έκδοση των Windows από αυτήν που χÏησιμοποιείτε. Θα Ï€Ïέπει να έχετε τουλάχιστον Windows Vista ή νεότεÏα. +stream.unavailable.report_to_mojang=ΑναφέÏετε στη Mojang +stream.unavailable.soundflower.chat=Απαιτείται το Soundflower για να είναι δυνατή η αναμετάδοση από Mac. %s +stream.unavailable.soundflower.chat.link=ΠαÏακαλώ κάντε κλικ εδώ για να το εγκαταστήσετε. +stream.unavailable.title=ΑδÏνατη η μετάδοση στο Twitch +stream.unavailable.unknown=Δυστυχώς δεν μποÏείτε να κάνετε αναμετάδοση στο Twitch αυτή τη στιγμή. Και δεν γνωÏίζουμε το γιατί :'( +stream.unavailable.unknown.chat=Δεν ήταν δυνατή η εκκίνηση μετάδοσης: %s +stream.user.mode.administrator=ΔιαχειÏιστής στο Twitch +stream.user.mode.banned=Αποκλεισμένος +stream.user.mode.banned.other=Αποβολημένοι στο κανάλι του %s +stream.user.mode.banned.self=Αποβολημένοι στο κανάλι σας +stream.user.mode.broadcaster=Τηλεμεταδοτής +stream.user.mode.broadcaster.other=Τηλεμεταδοτής +stream.user.mode.broadcaster.self=Τηλεμεταδοτής(ΕσÏ!) +stream.user.mode.moderator=ΠÏοϊστάμενος +stream.user.mode.moderator.other=ΠÏοϊστάμενος στο κανάλι του %s +stream.user.mode.moderator.self=ΠÏοϊστάμενος στο κανάλι σας +stream.user.mode.staff=ΠÏοσωπικό του Twitch +stream.user.subscription.subscriber=ΣυνδÏομητής +stream.user.subscription.subscriber.other=ΣυνδÏομητής στο κανάλι του %s +stream.user.subscription.subscriber.self=ΣυνδÏομητής στο κανάλι σας +stream.user.subscription.turbo=Αλλαγή Turbo +stream.userinfo.ban=Αποβολή +stream.userinfo.chatTooltip=Κάντε κλικ για διαχείÏιση χÏήστη +stream.userinfo.mod=ΠÏοαγωγή σε συντονιστή +stream.userinfo.timeout=ΧÏόνικο ÏŒÏιο +stream.userinfo.unban=Αποβολή +stream.userinfo.unmod=Υποβάθμιση από συντονιστή +tile.acaciaFence.name=ΦÏάχτης Ακακίας +tile.acaciaFenceGate.name=ΠÏλη φÏάκτη από ακακία +tile.activatorRail.name=Ράγα ενεÏγοποίησης +tile.anvil.intact.name=Αμόνι +tile.anvil.name=Αμόνι +tile.anvil.slightlyDamaged.name=ΕλαφÏÏŽÏ‚ χÏησιμοποιημένο αμόνι +tile.anvil.veryDamaged.name=ΠολυχÏησιμοποιημένο αμόνι +tile.barrier.name=ΦÏάγμα +tile.beacon.name=ΦάÏος +tile.beacon.primary=ΠÏωτεÏουσα δÏναμη +tile.beacon.secondary=ΔευτεÏεÏουσα δÏναμη +tile.bed.name=ΚÏεβάτι +tile.bed.noSleep=ΜποÏείς να κοιμηθείς μόνο το βÏάδυ +tile.bed.notSafe=Δεν μποÏείτε να κοιμηθείτε τώÏα, υπάÏχουν τέÏατα κοντά +tile.bed.notValid=Το κÏεβάτι σου λείπει ή παÏεμποδίζεται +tile.bed.occupied=Αυτό το κÏεβάτι είναι κατειλημμένο +tile.bedrock.name=Î’Ïαχώδες υπόστÏωμα +tile.birchFence.name=ΦÏάχτης σημÏδων +tile.birchFenceGate.name=ΠÏλη ΦÏάκτη από σημÏδα +tile.blockCoal.name=ΚÏβος άνθÏακα +tile.blockDiamond.name=ΚÏβος Î´Î¹Î±Î¼Î±Î½Ï„Î¹Î¿Ï +tile.blockEmerald.name=ΣμαÏαγδένιος κÏβος +tile.blockGold.name=ΚÏβος χÏÏ…ÏƒÎ¿Ï +tile.blockIron.name=ΚÏβος σιδήÏου +tile.blockLapis.name=ΚÏβος λάπις λάζουλι +tile.blockRedstone.name=ΚÏβος ΚοκκινόπετÏας +tile.bookshelf.name=Βιβλιοθήκη +tile.brick.name=ΤοÏβλα +tile.button.name=Κουμπί +tile.cactus.name=Κάκτος +tile.cake.name=ΤοÏÏτα +tile.carrots.name=ΚαÏότα +tile.cauldron.name=Καζάνι +tile.chest.name=ΣεντοÏκι +tile.chestTrap.name=Παγιδευμένο ΣεντοÏκι +tile.clay.name=Πηλός +tile.clayHardened.name=ΣκληÏομένος πηλός +tile.clayHardenedStained.black.name=ΜαÏÏος ΧÏωματισμένος Πηλός +tile.clayHardenedStained.blue.name=Μπλε ΧÏωματισμένος Πηλός +tile.clayHardenedStained.brown.name=Καφέ ΧÏωματισμένος Πηλός +tile.clayHardenedStained.cyan.name=Κυανός ΧÏωματισμένος Πηλός +tile.clayHardenedStained.gray.name=ΓκÏι ΧÏωματισμένος Πηλός +tile.clayHardenedStained.green.name=ΠÏάσινος ΧÏωματισμένος Πηλός +tile.clayHardenedStained.lightBlue.name=Ανοιχτός Μπλε ΧÏωματισμένος Πηλός +tile.clayHardenedStained.lime.name=Λαχανί ΧÏωματισμένος Πηλός +tile.clayHardenedStained.magenta.name=Ματζέντα ΧÏωματισμένος Πηλός +tile.clayHardenedStained.name=ΧÏωματισμένος Πηλός +tile.clayHardenedStained.orange.name=ΠοÏτοκαλί ΧÏωματισμένος Πηλός +tile.clayHardenedStained.pink.name=Ροζ ΧÏωματισμένος Πηλός +tile.clayHardenedStained.purple.name=Μωβ ΧÏωματισμένος Πηλός +tile.clayHardenedStained.red.name=Κόκκινος ΧÏωματισμένος Πηλός +tile.clayHardenedStained.silver.name=Ανοιχτός ΓκÏι ΧÏωματισμένος Πηλός +tile.clayHardenedStained.white.name=ΆσπÏος ΧÏωματισμένος Πηλός +tile.clayHardenedStained.yellow.name=ΚίτÏινος ΧÏωματισμένος Πηλός +tile.cloth.black.name=ΜαÏÏο μαλλί +tile.cloth.blue.name=Μπλε μαλλί +tile.cloth.brown.name=Καφέ μαλλί +tile.cloth.cyan.name=Κυανό μαλλί +tile.cloth.gray.name=ΓκÏι μαλλί +tile.cloth.green.name=ΠÏάσινο μαλλί +tile.cloth.lightBlue.name=Γαλάζιο μαλλί +tile.cloth.lime.name=Λαχανί μαλλί +tile.cloth.magenta.name=ΦοÏξια μαλλί +tile.cloth.name=Μαλλί +tile.cloth.orange.name=ΠοÏτοκαλί μαλλί +tile.cloth.pink.name=Ροζ μαλλί +tile.cloth.purple.name=Μωβ μαλλί +tile.cloth.red.name=Κόκκινο μαλλί +tile.cloth.silver.name=Ανοιχτό γκÏι μαλλί +tile.cloth.white.name=Μαλλί +tile.cloth.yellow.name=ΚίτÏινο μαλλί +tile.cobbleWall.mossy.name=ΠέτÏινος τοίχος με βÏÏα +tile.cobbleWall.normal.name=ΠέτÏινος τοίχος +tile.cocoa.name=Κακάο +tile.commandBlock.name=ΚÏβος εντολών +tile.crops.name=ΣπαÏτά +tile.darkOakFence.name=ΣκοÏÏος δÏÏινος φÏάχτης +tile.darkOakFenceGate.name=ΣκοÏÏος δÏÏινος φÏάχτης Ï€Ïλης +tile.daylightDetector.name=ΑισθητήÏας Φωτός +tile.deadbush.name=ΜαÏαμένος θάμνος +tile.detectorRail.name=Ράγα ανίχνευσης +tile.dirt.coarse.name=ΧοντÏÏŒ Χώμα +tile.dirt.default.name=Χώμα +tile.dirt.name=Χώμα +tile.dirt.podzol.name=Ποντσόλ +tile.dispenser.name=Εκσφενδονιστής +tile.doorIron.name=ΣιδεÏένια πόÏτα +tile.doorWood.name=ΞÏλινη πόÏτα +tile.doublePlant.fern.name=Μεγάλη ΦτέÏη +tile.doublePlant.grass.name=Διπλό ψηλό γÏασίδι +tile.doublePlant.name=Φυτό +tile.doublePlant.paeonia.name=Παιώνια +tile.doublePlant.rose.name=Θάμνος ΤÏιαντάφυλλων +tile.doublePlant.sunflower.name=Ηλίανθος +tile.doublePlant.syringa.name=Λιλά +tile.dragonEgg.name=Αυγό δÏάκου +tile.dropper.name=Διανομέας +tile.enchantmentTable.name=ΤÏαπέζι μαγέματος +tile.endPortalFrame.name=ΠÏλη του End +tile.enderChest.name=ΣεντοÏκι του Ender +tile.farmland.name=ΧωÏάφι +tile.fence.name=ΦÏάχτης +tile.fenceGate.name=ΠόÏτα φÏάχτη +tile.fenceIron.name=ΣιδεÏένια κάγκελα +tile.fire.name=Φωτιά +tile.flower1.dandelion.name=ΠικÏαλίδα +tile.flower1.name=ΛουλοÏδι + +tile.flower2.allium.name=Άλλιο +tile.flower2.blueOrchid.name=Μπλε ΟÏχιδέα +tile.flower2.houstonia.name=ΑνεμολοÏλουδο +tile.flower2.name=ΛουλοÏδι +tile.flower2.oxeyeDaisy.name=ΜαÏγαÏίτα +tile.flower2.poppy.name=ΠαπαÏοÏνα +tile.flower2.tulipOrange.name=ΠοÏτοκαλί τουλίπα +tile.flower2.tulipPink.name=Ροζ Τουλίπα +tile.flower2.tulipRed.name=Κόκκινη τουλίπα +tile.flower2.tulipWhite.name=Λευκή Τουλίπα +tile.furnace.name=ΦοÏÏνος +tile.glass.name=Γυαλί +tile.goldenRail.name=ΕνεÏγοδοτοÏμενη Ïάγα +tile.grass.name=ΚÏβος γÏÎ±ÏƒÎ¹Î´Î¹Î¿Ï +tile.gravel.name=Χαλίκι +tile.hayBlock.name=Δεμάτι Σανό +tile.hellrock.name=ΠέτÏα κόλασης +tile.hellsand.name=Άμμος των ψυχών +tile.hopper.name=Χοάνη +tile.ice.name=Πάγος +tile.icePacked.name=Συσκευασμένος πάγος +tile.ironTrapdoor.name=ΣιδεÏένια Καταπακτή +tile.jukebox.name=ΤζοÏκμπoκς +tile.jungleFence.name=ΦÏάχτης ΖοÏγκλας +tile.jungleFenceGate.name=ΠÏλη ΦÏάχτη ΖοÏγκλας +tile.ladder.name=Σκάλα +tile.lava.name=Λάβα +tile.leaves.acacia.name=ΦÏλλα ακακίας +tile.leaves.big_oak.name=ΣκοÏÏα ΦÏλλα Βελανιδιάς +tile.leaves.birch.name=ΦÏλλα σημÏδας +tile.leaves.jungle.name=ΦÏλλα ζοÏγκλας +tile.leaves.name=ΦÏλλα +tile.leaves.oak.name=ΦÏλλα βελανιδιάς +tile.leaves.spruce.name=ΦÏλλα ελάτου +tile.lever.name=Μοχλός +tile.lightgem.name=ΦεγγόπετÏα +tile.litpumpkin.name=ΚολοκυθοφάναÏο +tile.lockedchest.name=Κλειδωμένο σεντοÏκι +tile.log.acacia.name=ΞÏλο ακακίας +tile.log.big_oak.name=ΞÏλο σκοÏÏας βελανιδιάς +tile.log.birch.name=ΞÏλο σημÏδας +tile.log.jungle.name=ΞÏλο ζοÏγκλας +tile.log.name=ΞÏλο +tile.log.oak.name=ΞÏλο βελανιδιάς +tile.log.spruce.name=ΞÏλο ελάτου +tile.melon.name=ΚαÏποÏζι +tile.mobSpawner.name=ΠαÏαγωγός τεÏάτων +tile.monsterStoneEgg.brick.name=ΠέτÏινο αυγό τεÏάτων +tile.monsterStoneEgg.chiseledbrick.name=Λαξευμένο ΠετÏότουβλο Αυγό ΤέÏατος +tile.monsterStoneEgg.cobble.name=ΛιθόστÏωτο Αυγό ΤεÏάτος +tile.monsterStoneEgg.crackedbrick.name=Ραγισμένο ΠετÏότουβλο Αυγό ΤέÏατος +tile.monsterStoneEgg.mossybrick.name=Î’Ïυώδες ΠετÏότουβλο Αυγό ΤέÏατος +tile.monsterStoneEgg.name=ΠέτÏινο αυγό τέÏατος +tile.monsterStoneEgg.stone.name=ΠέτÏινο αυγό τεÏάτων +tile.mushroom.name=ΜανιτάÏι +tile.musicBlock.name=ΚÏβος νότας +tile.mycel.name=Mυκήλιο +tile.netherBrick.name=ΤοÏβλο του Κάτω Κόσμου +tile.netherFence.name=ΦÏάχτης από τοÏβλα Nether +tile.netherStalk.name=Στίγμα Nether +tile.netherquartz.name=Μετάλλευμα χαλαζία κάτω κόσμου +tile.notGate.name=ΠυÏσός κοκκινόπετÏας +tile.obsidian.name=Οψιδιανός +tile.oreCoal.name=Μετάλλευμα άνθÏακα +tile.oreDiamond.name=Μετάλλευμα Î´Î¹Î±Î¼Î±Î½Ï„Î¹Î¿Ï +tile.oreEmerald.name=Μετάλλευμα σμαÏÎ±Î³Î´Î¹Î¿Ï +tile.oreGold.name=Μετάλλευμα χÏÏ…ÏƒÎ¿Ï +tile.oreIron.name=ΜεταλλεÏμα σιδήÏου +tile.oreLapis.name=Μετάλλευμα λάπις λάζουλι +tile.oreRedstone.name=Μετάλλευμα κοκκινόπετÏας +tile.oreRuby.name=Μετάλλευμα ÏÎ¿Ï…Î¼Ï€Î¹Î½Î¹Î¿Ï +tile.pistonBase.name=Πιστόνι +tile.pistonStickyBase.name=Κολλώδες πιστόνι +tile.portal.name=ΠÏλη +tile.potatoes.name=Πατάτες +tile.pressurePlateStone.name=ΠέτÏινη πλάκα πίεσης +tile.pressurePlateWood.name=ΞÏλινη πλάκα πίεσης +tile.prismarine.bricks.name=ΤοÏβλα Prismarine +tile.prismarine.dark.name=ΣκοÏÏο Prismarine +tile.prismarine.rough.name=Prismarine +tile.pumpkin.name=ΚολοκÏθα +tile.quartzBlock.chiseled.name=Λαξευμένος ΚÏβος Χαλαζία +tile.quartzBlock.default.name=ΚÏβος Χαλαζία +tile.quartzBlock.lines.name=Πιλόνας από χαλαζία +tile.quartzBlock.name=ΚÏβος Χαλαζία +tile.rail.name=Ράγα +tile.redSandStone.chiseled.name=Σμιλευμένο κόκκινος ψαμμίτης +tile.redSandStone.default.name=Κόκκινος ψαμμίτης +tile.redSandStone.name=Κόκκινος ψαμμίτης +tile.redSandStone.smooth.name=Ομαλός κόκκινος ψαμμίτης +tile.redstoneDust.name=Σκόνη κοκκινόπετÏας +tile.redstoneLight.name=Λάμπα κοκκινόπετÏας +tile.reeds.name=ΖαχαÏοκάλαμο +tile.sand.default.name=Άμμος +tile.sand.name=Άμμος +tile.sand.red.name=Κόκκινη Άμμος +tile.sandStone.chiseled.name=Λαξευμένος Αμμόλιθος +tile.sandStone.default.name=Αμμόλιθος +tile.sandStone.name=Αμμόλιθος +tile.sandStone.smooth.name=Λείος αμμόλιθος +tile.sapling.acacia.name=ΔενδÏÏλλιο ακακίας +tile.sapling.big_oak.name=δενδÏÏλλιο σκοÏÏας βελανιδιάς +tile.sapling.birch.name=ΒλαστάÏι σημÏδας +tile.sapling.jungle.name=ΒλαστάÏι ζοÏγκλας +tile.sapling.oak.name=ΒλαστάÏι βελανιδιάς +tile.sapling.spruce.name=ΒλαστάÏι ελάτου +tile.seaLantern.name=Θαλάσσιο φανάÏι +tile.sign.name=Πινακίδα +tile.slime.name=ΚÏβος Slime +tile.snow.name=Χιόνι +tile.sponge.dry.name=ΣφουγγάÏι +tile.sponge.wet.name=ΥγÏÏŒ/Î’Ïεγμένο ΣφουγγάÏι +tile.spruceFence.name=ΕÏυθÏελάτης φÏάχτης +tile.spruceFenceGate.name=ΠÏλη φÏάχτη από εÏυθÏελάτη +tile.stainedGlass.black.name=ΜαÏÏο χÏωματισμένο γυαλί +tile.stainedGlass.blue.name=Μπλε χÏωματισμένο γυαλί +tile.stainedGlass.brown.name=Καφέ χÏωματισμένο γυαλί + +tile.stainedGlass.cyan.name=Κυανό χÏωματισμένο γυαλί +tile.stainedGlass.gray.name=ΓκÏι χÏωματισμένο γυαλί +tile.stainedGlass.green.name=ΠÏάσινο χÏωματισμένο γυαλί +tile.stainedGlass.lightBlue.name=Γαλάζιο χÏωματισμένο γυαλί +tile.stainedGlass.lime.name=Λαχανί χÏωματισμένο γυαλί +tile.stainedGlass.magenta.name=ΦοÏξια χÏωματισμένο γυαλί +tile.stainedGlass.name=ΧÏωματισμένο Γυαλί +tile.stainedGlass.orange.name=ΠοÏτοκαλί χÏωματισμένο γυαλί +tile.stainedGlass.pink.name=Ροζ, χÏωματισμένο γυαλί +tile.stainedGlass.purple.name=Μωβ χÏωματισμένο γυαλί +tile.stainedGlass.red.name=Κόκκινο χÏωματισμένο γυαλί +tile.stainedGlass.silver.name=Ανοιχτό γκÏι χÏωματισμένο γυαλί +tile.stainedGlass.white.name=ΆσπÏο χÏωματισμένο γυαλί +tile.stainedGlass.yellow.name=ΚίτÏινο χÏωματισμένο γυαλί +tile.stairsBrick.name=Σκάλες από τοÏβλα +tile.stairsNetherBrick.name=Σκάλες από τοÏβλα Nether +tile.stairsQuartz.name=Σκάλες από χαλαζία +tile.stairsRedSandStone.name=Σκάλες κόκκινου ψαμμίτη +tile.stairsSandStone.name=Σκάλες από αμμόλιθο +tile.stairsStone.name=ΠέτÏινες σκάλες +tile.stairsStoneBrickSmooth.name=Σκάλες από πέτÏινα τοÏβλα +tile.stairsWood.name=Σκάλες από ξÏλο βελανιδιάς +tile.stairsWoodAcacia.name=Σκάλες από ακακία +tile.stairsWoodBirch.name=Σκάλες από ξÏλο σημÏδας +tile.stairsWoodDarkOak.name=Σκάλες από σκοÏÏα βελανιδιά +tile.stairsWoodJungle.name=Σκάλες από ξÏλο ζοÏγκλας +tile.stairsWoodSpruce.name=Σκάλες από ξÏλο έλατου +tile.stone.andesite.name=Ανδεσίτης +tile.stone.andesiteSmooth.name=Γυαλισμένος ανδεσίτης +tile.stone.diorite.name=ΔιοÏίτης +tile.stone.dioriteSmooth.name=Γυαλισμένος ΔιοÏίτης +tile.stone.granite.name=ΓÏανίτης +tile.stone.graniteSmooth.name=Γυαλισμένος γÏανίτης +tile.stone.stone.name=ΠέτÏα +tile.stoneMoss.name=ΠέτÏα με βÏÏα +tile.stoneSlab.brick.name=ΤοÏβλινη πλάκα +tile.stoneSlab.cobble.name=ΛιθόστÏωτη πλάκα +tile.stoneSlab.name=ΠέτÏινη πλάκα +tile.stoneSlab.netherBrick.name=Πλάκα από τοÏβλο κόλασης +tile.stoneSlab.quartz.name=Πλάκα από χαλαζία +tile.stoneSlab.sand.name=Πλάκα από αμμόλιθο +tile.stoneSlab.smoothStoneBrick.name=Πλάκα από πέτÏινα τοÏβλα +tile.stoneSlab.stone.name=ΠέτÏινη πλάκα +tile.stoneSlab.wood.name=ΞÏλινη πλάκα +tile.stoneSlab2.red_sandstone.name=Πλάκα κόκκινου ψαμμίτη +tile.stonebrick.name=ΚÏοκάλα +tile.stonebricksmooth.chiseled.name=Σμιλευμένα πέτÏινα τοÏβλα +tile.stonebricksmooth.cracked.name=Ραγισμένα ΤοÏβλα ΠέτÏας +tile.stonebricksmooth.default.name=ΠέτÏινα τοÏβλα +tile.stonebricksmooth.mossy.name=ΤοÏβλα βÏυόπετÏας +tile.stonebricksmooth.name=ΠέτÏινα τοÏβλα +tile.tallgrass.fern.name=ΦτέÏη +tile.tallgrass.grass.name=ΓÏασίδι +tile.tallgrass.name=ΓÏασίδι +tile.tallgrass.shrub.name=Θάμνος +tile.thinGlass.name=Υαλοπίνακας +tile.thinStainedGlass.black.name=ΜαÏÏος χÏωματισμένος υαλοπίνακας +tile.thinStainedGlass.blue.name=Μπλέ χÏωματισμένος υαλοπίνακας +tile.thinStainedGlass.brown.name=Καφέ χÏωματισμένος υαλοπίνακας +tile.thinStainedGlass.cyan.name=Τικουάζ χÏωματισμένος υαλοπίνακας +tile.thinStainedGlass.gray.name=ΓκÏι χÏωματισμένος υαλοπίνακας +tile.thinStainedGlass.green.name=ΠÏάσινος χÏωματισμένος υαλοπίνακας +tile.thinStainedGlass.lightBlue.name=Γαλάζιος χÏωματισμένος υαλοπίνακας +tile.thinStainedGlass.lime.name=Λαχανί χÏωματισμένος υαλοπίνακας +tile.thinStainedGlass.magenta.name=ΦοÏξια χÏωματισμένος υαλοπίνακας +tile.thinStainedGlass.name=ΧÏωματισμένος Υαλοπίνακας +tile.thinStainedGlass.orange.name=ΠοÏτοκαλί χÏωματισμένος υαλοπίνακας +tile.thinStainedGlass.pink.name=Ροζ χÏωματισμένος υαλοπίνακας +tile.thinStainedGlass.purple.name=Μοβ χÏωματισμένος υαλοπίνακας +tile.thinStainedGlass.red.name=Κόκκινος χÏωματισμένος υαλοπίνακας +tile.thinStainedGlass.silver.name=Ανοιχτός ΓκÏι χÏωματισμένος υαλοπίνακας +tile.thinStainedGlass.white.name=ΆσπÏος χÏωματισμένος υαλοπίνακας +tile.thinStainedGlass.yellow.name=ΚίτÏινος χÏωματισμένος υαλοπίνακας +tile.tnt.name=Δυναμίτης +tile.torch.name=ΠυÏσός +tile.trapdoor.name=Καταπακτή +tile.tripWire.name=Παγίδα +tile.tripWireSource.name=ΚÏίκος παγίδας +tile.vine.name=Κληματσίδες +tile.water.name=ÎεÏÏŒ +tile.waterlily.name=ÎοÏφαÏο +tile.web.name=Ιστός αÏάχνης +tile.weightedPlate_heavy.name=Πλάκα πίεσης βάÏους (Υψηλό) +tile.weightedPlate_light.name=Πλάκα πίεσης βάÏους (ΕλαφÏÏŒ) +tile.whiteStone.name=ΠέτÏα του Τέλους +tile.wood.acacia.name=Σανίδες ξÏλου ακακίας +tile.wood.big_oak.name=Σανίδες σκοÏÏας βελανιδιάς +tile.wood.birch.name=Σανίδες σημÏδας +tile.wood.jungle.name=Σανίδες ξÏλου ζοÏγκλας +tile.wood.name=ΞÏλινες σανίδες +tile.wood.oak.name=Σανίδες βελανιδιάς +tile.wood.spruce.name=Σανίδες έλατου +tile.woodSlab.acacia.name=Σανίδα ακακίας +tile.woodSlab.big_oak.name=Σανίδα σκοÏÏας βελανιδιάς +tile.woodSlab.birch.name=Σανίδα σημÏδας +tile.woodSlab.jungle.name=Σανίδα ξÏλου ζοÏγκλας +tile.woodSlab.name=ΞÏλινη Πλάκα +tile.woodSlab.oak.name=Σανίδα βελανιδιάς +tile.woodSlab.spruce.name=Σανίδα ελάτου +tile.woolCarpet.black.name=ΜαÏÏο χαλί +tile.woolCarpet.blue.name=Μπλε χαλί +tile.woolCarpet.brown.name=Καφέ χαλί +tile.woolCarpet.cyan.name=Κυανό χαλί +tile.woolCarpet.gray.name=ΓκÏι χαλί +tile.woolCarpet.green.name=ΠÏάσινο χαλί +tile.woolCarpet.lightBlue.name=Ανοιχτό μπλε χαλί +tile.woolCarpet.lime.name=Λαχανί χαλί +tile.woolCarpet.magenta.name=Ματζέντα χαλί +tile.woolCarpet.name=Χαλί +tile.woolCarpet.orange.name=ΠοÏτοκαλί χαλί +tile.woolCarpet.pink.name=Ροζ χαλί +tile.woolCarpet.purple.name=Μωβ χαλί +tile.woolCarpet.red.name=Κόκκινο χαλί +tile.woolCarpet.silver.name=Ανοιχτό γκÏι χαλί +tile.woolCarpet.white.name=Χαλί +tile.woolCarpet.yellow.name=ΚίτÏινο χαλί +tile.workbench.name=ΤÏαπέζι κατασκευής +title.oldgl1=Εντοπίστηκε παλιά κάÏτα γÏαφικών· αυτό μποÏεί να σας αποτÏέψει από +title.oldgl2=το να παίξετε στο μέλλον καθώς θα απαιτείται OpenGL 2.0. +translation.test.args=%s %s +translation.test.complex=ΠÏόθεμα, %s%2$s ξανά %s και %1$s τελευταία %s και επίσης %1$s ξανά! +translation.test.escape=%%s %%%s %%%%s %%%%%s +translation.test.invalid=γεια % +translation.test.invalid2=γεια %s +translation.test.none=Γεια σου κόσμε! +translation.test.world=κόσμος diff --git a/javascript/lang/en_AU.lang b/javascript/lang/en_AU.lang new file mode 100755 index 00000000..6fb6d55c --- /dev/null +++ b/javascript/lang/en_AU.lang @@ -0,0 +1,1778 @@ +achievement.acquireIron=Acquire Hardware +achievement.acquireIron.desc=Smelt an iron bar +achievement.bakeCake=The Lie +achievement.bakeCake.desc=Wheat, sugar, milk and eggs! +achievement.blazeRod=Into Fire +achievement.blazeRod.desc=Snag a Blaze stick +achievement.bookcase=Librarian +achievement.bookcase.desc=Build some bookshelves to improve your enchantment table +achievement.breedCow=Repopulation +achievement.breedCow.desc=Breed two cows with wheat +achievement.buildBetterPickaxe=Getting an Upgrade +achievement.buildBetterPickaxe.desc=Construct a better pickaxe +achievement.buildFurnace=Ready for a Barbie +achievement.buildFurnace.desc=Construct a barbie out of eight stone blocks +achievement.buildHoe=Time to Farm! +achievement.buildHoe.desc=Use planks and sticks to make a plough +achievement.buildPickaxe=Time to Mine! +achievement.buildPickaxe.desc=Use planks and twigs to make a pickaxe +achievement.buildSword=Time to Strike! +achievement.buildSword.desc=Use planks and sticks to make a sword +achievement.buildWorkBench=Benchmarking +achievement.buildWorkBench.desc=Craft a workbench with four blocks of planks +achievement.cookFish=Mouthwatering Barra +achievement.cookFish.desc=Catch and cook Barramundi! +achievement.diamonds=DIAMONDS! +achievement.diamonds.desc=Get some diamonds with your iron tools +achievement.diamondsToYou=Diamonds to you! +achievement.diamondsToYou.desc=Throw diamonds at another player. +achievement.enchantments=Enchanter +achievement.enchantments.desc=Use a book, obsidian and diamonds to construct an enchantment table. +achievement.exploreAllBiomes=Adventuring Time +achievement.exploreAllBiomes.desc=Discover all biomes +achievement.flyPig=When Hairless wombats Fly +achievement.flyPig.desc=Fly a Hairless wombat off a cliff +achievement.fullBeacon=Round the Twist +achievement.fullBeacon.desc=Create a full beacon +achievement.get=Fair Dinkum! +achievement.ghast=Return to Sender +achievement.ghast.desc=Destroy a Ghast with a fireball +achievement.killCow=Cow Tipper +achievement.killCow.desc=Harvest some leather +achievement.killEnemy=Monster Hunter +achievement.killEnemy.desc=Attack and destroy a monster +achievement.killWither=The Beginning. +achievement.killWither.desc=Kill the Wither +achievement.makeBread=Bake Damper +achievement.makeBread.desc=Turn wheat into damper +achievement.mineWood=Getting Wood +achievement.mineWood.desc=Punch a tree to show it who's boss +achievement.onARail=Indian Pacific +achievement.onARail.desc=Journey by minecart at least 1 km from where you began +achievement.openInventory=Opening Your Bag +achievement.openInventory.desc=Press '%1$s' to open your backpack. +achievement.overkill=Overkill +achievement.overkill.desc=Deal nine hearts of damage in a single hit +achievement.overpowered=Overpowered +achievement.overpowered.desc=make a notch apple mate! +achievement.portal=We Need to Go Down Mate +achievement.portal.desc=Build a portal to DownUnder +achievement.potion=Home Brew +achievement.potion.desc=Brew a potion +achievement.requires=You need '%1$s' first +achievement.snipeSkeleton=Sniper Duel +achievement.snipeSkeleton.desc=Kill a skeleton with an arrow from more than 50 metres away +achievement.spawnWither=The Beginning? +achievement.spawnWither.desc=Spawn the Wither +achievement.taken=Nicked! +achievement.theEnd=We of the Never Never? +achievement.theEnd.desc=Locate the Never Never +achievement.theEnd2=The Never Never. +achievement.theEnd2.desc=Crikey! You killed the Rainbow Serpent +addServer.add=Done +addServer.enterIp=Server Address +addServer.enterName=Server Name +addServer.hideAddress=Hide Address +addServer.resourcePack=Server Resource Packs +addServer.resourcePack.disabled=Disabled +addServer.resourcePack.enabled=Enabled +addServer.resourcePack.prompt=Bother +addServer.title=Edit Server Info +advMode.allPlayers=Use "@a" to target all players +advMode.command=Console Command +advMode.nearestPlayer=Use "@p" to target nearest player +advMode.notAllowed=Must be an opped player in creative mode +advMode.notEnabled=Command blocks are not enabled on this server +advMode.previousOutput=Previous Output +advMode.randomPlayer=Use "@r" to target random player +advMode.setCommand=Set Console Command for Block +advMode.setCommand.success=Command set: %s +attribute.name.generic.attackDamage=Attack Damage +attribute.name.generic.followRange=Mob Stalking Range +attribute.name.generic.knockbackResistance=Knockback Resistance +attribute.name.generic.maxHealth=Max Health +attribute.name.generic.movementSpeed=Speed +attribute.name.horse.jumpStrength=Brumby Jumping Height +attribute.name.zombie.spawnReinforcements=Zombie Backup +book.byAuthor=by %1$s +book.editTitle=Enter Book Title: +book.finalizeButton=Sign and Close +book.finalizeWarning=Note! When you sign the book, it will no longer be editable. +book.generation.0=Ridgy didge +book.generation.1=Copy of the ridgy didge +book.generation.2=Copy of a copy +book.generation.3=Tattered +book.pageIndicator=Page %1$s of %2$s +book.signButton=Sign +build.tooHigh=Height limit for building is %s blocks +chat.cannotSend=Cannot send chat message. Sorry about that mate! +chat.copy=Copy to Clipboard +chat.link.confirm=Are you sure you want to open the following website? +chat.link.confirmTrusted=Would you like to open this link or copy it to your clipboard? +chat.link.open=Open in browser +chat.link.warning=Never open links from people that you don't trust! +chat.stream.emote=(%s) * %s %s +chat.stream.text=(%s) <%s> %s +chat.type.achievement=%s has just earned the achievement %s +chat.type.achievement.taken=%s has lost the achievement %s +commands.achievement.give.success.all=Successfully given all achievements to %s +commands.achievement.give.success.one=Successfully given %s the stat %s +commands.achievement.statTooLow=Player %s does not have the stat %s +commands.achievement.unknownAchievement=Unknown achievement or statistic '%s' +commands.ban.failed=Could not ban player %s +commands.ban.success=Banned player %s +commands.ban.usage=/ban [reason ...] +commands.banip.invalid=You have entered an invalid IP address or a player that is not online +commands.banip.success=Banned IP address %s +commands.banip.success.players=Banned IP address %s belonging to %s +commands.banip.usage=/ban-ip [reason ...] +commands.banlist.ips=There are %s total banned IP addresses: +commands.banlist.players=There are %s total banned players: +commands.banlist.usage=/banlist [ips|players] +commands.blockdata.tagError=Data tag parsing failed: %s +commands.chunkinfo.empty=Section is empty. +commands.chunkinfo.isEmpty=Section has empty layers: %s +commands.chunkinfo.notEmpty=Section is not empty. +commands.clear.failure=Could not clear the inventory of %s, no items to remove +commands.clear.success=Taken %s's backpack, took %s items +commands.clone.noOverlap=Source and destination can not overlap +commands.clone.outOfWorld=Cannot access blocks outside of the world +commands.clone.success=%s blocks cloned +commands.clone.tooManyBlocks=Crickey! Way too many blocks from %s to %s, mate. +commands.clone.usage=/clone [mode] +commands.compare.success=%s blocks compared +commands.compare.tooManyBlocks=Woow! Too many blocks in the selected area! (%s > %s)!! +commands.debug.notStarted=Can't stop profiling when we haven't started yet! +commands.debug.start=Started debug profiling +commands.debug.stop=Stopped debug profiling after %s seconds (%s ticks) +commands.defaultgamemode.success=The world's default game mode is now %s +commands.defaultgamemode.usage=/defaultgamemode +commands.deop.failed=Could not de-op %s +commands.deop.success=De-opped %s +commands.deop.usage=/deop +commands.difficulty.success=Set game difficulty to %s +commands.difficulty.usage=/difficulty +commands.downfall.success=Toggled rain +commands.effect.failure.notActive=Couldn't take %1$s from %2$s as they do not have the effect +commands.effect.failure.notActive.all=Couldn't take any effects from %s as they do not have any +commands.effect.notFound=There is no such mob effect with ID %s +commands.effect.success=Given %1$s (ID %2$s) * %3$s to %4$s for %5$s seconds +commands.effect.success.removed=Took %1$s from %2$s +commands.effect.success.removed.all=Took all effects from %s +commands.effect.usage=/effect [TimeInSeconds] [level] [hideParticles] +commands.enchant.cantCombine=%1$s can't be combined with %2$s +commands.enchant.cantEnchant=The selected enchantment can't be added to the target item +commands.enchant.noItem=The character doesn't hold an object +commands.enchant.notFound=There is no such enchantment with ID %s +commands.enchant.success=Enchanting succeeded +commands.enchant.usage=/enchant [level] +commands.fill.failed=there was not any blocks filled +commands.fill.outOfWorld=Cannot place blocks outside of the world +commands.fill.success=%s blocks filled +commands.fill.tagError=Data tag parsing failed: %s +commands.fill.tooManyBlocks=Too many blocks in the specified area (%s > %s) +commands.fill.usage=/fill [dataValue] [oldBlockHandling] [dataTag] +commands.gamemode.success.other=Set %s's game mode to %s +commands.gamemode.success.self=Set own game mode to %s +commands.gamemode.usage=/gamemode [player] +commands.gamerule.norule=No game rule called '%s' is available +commands.gamerule.success=Game rule has been updated +commands.generic.boolean.invalid='%s' is not true or false +commands.generic.double.tooBig=The number you have entered (%s) is too big, it must be at most %s +commands.generic.double.tooSmall=The number you have typed (%s) is too small mate!, it has to be at least %s +commands.generic.entity.invalidType=Entity type '%s' is invalid +commands.generic.entity.invalidUuid=The entity UUID provided is in an invalid format +commands.generic.entity.notFound=That entity cannot be found +commands.generic.exception=An unknown error occurred while attempting to perform this command +commands.generic.notFound=Unknown command. Try /help for a list of commands +commands.generic.num.invalid='%s' is not a valid number +commands.generic.num.tooBig=Woah mate, (%s) is too big, try something like %s +commands.generic.num.tooSmall=The number you have entered (%s) is too small, it must be at least %s +commands.generic.parameter.invalid='%s' is not a valid parameter +commands.generic.permission=Ya do not have the permission to use that command mate! +commands.generic.player.notFound=That mate cannot be found...Sorry +commands.generic.syntax=Invalid command syntax +commands.generic.usage=Usage: %s +commands.give.notFound=Sorry mate, the item you asked for %s does not exist! +commands.give.success=Given %s * %s to %s +commands.give.tagError=Data tag parsing failed: %s +commands.give.usage=/give [amount] [data] [dataTag] +commands.help.footer=Tip: Use the key while typing a command to auto-complete the command or its arguments +commands.help.header=--- Showing help page %s of %s (/help ) --- +commands.help.usage=/help [page|command name] +commands.kick.success=Kicked %s from the game +commands.kick.success.reason=Kicked %s from the game: '%s' +commands.kick.usage=/kick [reason ...] +commands.kill.successful=Killed %s +commands.me.usage=/me +commands.message.display.incoming=%s whispers to you: %s +commands.message.display.outgoing=You whisper to %s: %s +commands.message.sameTarget=You can't send a private message to yourself! +commands.message.usage=/tell +commands.op.failed=Could not op %s +commands.op.success=Opped %s +commands.op.usage=/op +commands.players.list=There are %s/%s players online: +commands.playsound.playerTooFar=Player %s can't hear you +commands.playsound.success=Played sound '%s' to %s +commands.playsound.usage=/playsound [x] [y] [z] [volume] [pitch] [minimumVolume] +commands.publish.failed=Unable to host local game +commands.publish.started=Ya local game's hosted on port %s +commands.replaceitem.block.usage=/replaceitem block [amount] [data] [dataTag] +commands.replaceitem.entity.usage=/replaceitem entity [amount] [data] [dataTag] +commands.replaceitem.failed=Could not replace slot %s with %s * %s +commands.replaceitem.noContainer=Block at %s, %s, %s is not a container +commands.replaceitem.success=Replaced slot %s with %s * %s +commands.replaceitem.tagError=Data tag parsing failed: %s +commands.replaceitem.usage=/replaceitem ... +commands.save-off.alreadyOff=Saving is already turned off. +commands.save-on.alreadyOn=Saving is already turned on. +commands.save.disabled=Turned off world auto-saving +commands.save.enabled=Turned on world auto-saving +commands.save.failed=Saving failed: %s +commands.save.start=Saving... +commands.save.success=Saved the world +commands.say.usage=/say +commands.scoreboard.noMultiWildcard=Only one user wildcard allowed +commands.scoreboard.objectiveNotFound=No objective was found by the name '%s' +commands.scoreboard.objectiveReadOnly=The objective '%s' is read-only and cannot be set +commands.scoreboard.objectives.add.alreadyExists=An objective with the name '%s' already exists +commands.scoreboard.objectives.add.displayTooLong=The name '%s' is too long for an objective, it can be at most %s characters long +commands.scoreboard.objectives.add.success=Added new objective '%s' successfully +commands.scoreboard.objectives.add.tooLong=The name '%s' is too long for an objective, it can be at most %s characters long +commands.scoreboard.objectives.add.usage=/scoreboard objectives add [display name ...] +commands.scoreboard.objectives.add.wrongType=Invalid objective criteria type '%s' +commands.scoreboard.objectives.list.count=Showing %s objective(s) on scoreboard: +commands.scoreboard.objectives.list.empty=There are no objectives on the scoreboard +commands.scoreboard.objectives.list.entry=- %s: displays as '%s' and is type '%s' +commands.scoreboard.objectives.remove.success=Removed objective '%s' successfully +commands.scoreboard.objectives.remove.usage=/scoreboard objectives remove +commands.scoreboard.objectives.setdisplay.invalidSlot=No such display slot '%s' +commands.scoreboard.objectives.setdisplay.successCleared=Cleared objective display slot '%s' +commands.scoreboard.objectives.setdisplay.successSet=Set the display objective in slot '%s' to '%s' +commands.scoreboard.objectives.setdisplay.usage=/scoreboard objectives setdisplay [objective] +commands.scoreboard.players.list.count=Showing %s tracked players on the scoreboard: +commands.scoreboard.players.list.empty=There are no tracked players on the scoreboard +commands.scoreboard.players.list.player.count=Showing %s tracked objective(s) for %s: +commands.scoreboard.players.list.player.empty=Player %s has no scores recorded +commands.scoreboard.players.list.usage=/scoreboard players list [name] +commands.scoreboard.players.reset.success=Reset all scores of player %s +commands.scoreboard.players.set.success=Set score of %s for player %s to %s +commands.scoreboard.teamNotFound=No team was found by the name '%s' +commands.scoreboard.teams.add.alreadyExists=A team with the name '%s' already exists +commands.scoreboard.teams.add.displayTooLong=The name '%s' is too long for a team, it can be at most %s characters long +commands.scoreboard.teams.add.success=Added new team '%s' successfully +commands.scoreboard.teams.add.tooLong=The name '%s' is too long for a team, it can be at most %s characters long +commands.scoreboard.teams.add.usage=/scoreboard teams add [display name ...] +commands.scoreboard.teams.empty.alreadyEmpty=Team %s is already empty, cannot remove nonexistant players +commands.scoreboard.teams.empty.success=Removed all %s player(s) from team %s +commands.scoreboard.teams.join.failure=Could not add %s player(s) to team %s: %s +commands.scoreboard.teams.join.success=Added %s player(s) to team %s: %s +commands.scoreboard.teams.join.usage=/scoreboard teams join [player] +commands.scoreboard.teams.leave.failure=Could not remove %s player(s) from their teams: %s +commands.scoreboard.teams.leave.noTeam=You are not in a team +commands.scoreboard.teams.leave.success=Removed %s player(s) from their teams: %s +commands.scoreboard.teams.leave.usage=/scoreboard teams leave [player] +commands.scoreboard.teams.list.count=Showing %s teams on the scoreboard: +commands.scoreboard.teams.list.empty=There are no teams registered on the scoreboard +commands.scoreboard.teams.list.entry=- %1$s: '%2$s' has %3$s players +commands.scoreboard.teams.list.player.count=Showing %s player(s) in team %s: +commands.scoreboard.teams.list.player.empty=Team %s has no players +commands.scoreboard.teams.list.usage=/scoreboard teams list [name] +commands.scoreboard.teams.option.noValue=Valid values for option %s are: %s +commands.scoreboard.teams.option.success=Set option %s for team %s to %s +commands.scoreboard.teams.option.usage=/scoreboard teams option +commands.scoreboard.teams.remove.success=Removed team %s +commands.scoreboard.teams.remove.usage=/scoreboard teams remove +commands.seed.success=Seed: %s +commands.setblock.failed=Unable to place block +commands.setblock.noChange=The block couldn't be placed +commands.setblock.notFound=There is no such block with ID/name %s +commands.setblock.outOfWorld=Cannot place block outside of the world +commands.setblock.success=Block placed +commands.setblock.tagError=Data tag parsing failed: %s +commands.setblock.usage=/setblock [dataValue] [oldBlockHandling] [dataTag] +commands.setidletimeout.success=Successfully set the idle timeout to %s minutes. +commands.setidletimeout.usage=/setidletimeout +commands.setworldspawn.success=Set the world spawn point to (%s, %s, %s) +commands.spawnpoint.success=Set %s's spawn point to (%s, %s, %s) +commands.spreadplayers.failure.players=Could not spread %s players around %s,%s (too many players for space - try using spread of at most %s) +commands.spreadplayers.failure.teams=Could not spread %s teams around %s,%s (too many players for space - try using spread of at most %s) +commands.spreadplayers.info.players=(Average distance between players is %s blocks apart after %s iterations) +commands.spreadplayers.info.teams=(Average distance between teams is %s blocks apart after %s iterations) +commands.spreadplayers.spreading.players=Spreading %s players %s blocks around %s,%s (min %s blocks apart) +commands.spreadplayers.spreading.teams=Spreading %s teams %s blocks around %s,%s (min %s blocks apart) +commands.spreadplayers.success.players=Successfully spread %s players around %s,%s +commands.spreadplayers.success.teams=Successfully spread %s teams around %s,%s +commands.spreadplayers.usage=/spreadplayers +commands.stats.block.clear.usage=/stats block clear +commands.stats.block.set.usage=/stats block set +commands.stats.block.usage=/stats block ... +commands.stats.cleared=Cleared %s stats +commands.stats.entity.clear.usage=/stats entity clear +commands.stats.entity.set.usage=/stats entity set +commands.stats.entity.usage=/stats entity +commands.stats.failed=Invalid parameters +commands.stats.noCompatibleBlock=Block at %s, %s, %s can not track stats +commands.stats.success=Storing %s stats in %s on %s +commands.stats.usage=/stats ... +commands.stop.start=Stopping the server +commands.summon.failed=Unable to summon object +commands.summon.outOfWorld=Cannot summon the object out of the world +commands.summon.success=Object successfully summoned +commands.summon.tagError=Data tag parsing failed: %s +commands.summon.usage=/summon [x] [y] [z] [dataTag] +commands.tellraw.jsonException=Invalid json: %s +commands.tellraw.usage=/tellraw +commands.testforblock.failed.data=The block at %s,%s,%s had the data value of %s (expected: %s). +commands.testforblock.failed.nbt=The block at %s,%s,%s did not have the required NBT keys. +commands.testforblock.failed.tile=The block at %s,%s,%s is %s (expected: %s). +commands.testforblock.failed.tileEntity=The block at %s,%s,%s is not a tile entity and cannot support tag matching. +commands.testforblock.outOfWorld=Cannot test for block outside of the world +commands.testforblock.success=Successfully found the block at %s,%s,%s. +commands.testforblock.usage=/testforblock [dataValue] [dataTag] +commands.time.added=Added %s to the time +commands.time.query=It's %s ! +commands.time.set=Set the time to %s +commands.tp.notSameDimension=Unable to teleport because players are not in the same dimension +commands.tp.success=Teleported %s to %s +commands.tp.success.coordinates=Teleported %s to %s,%s,%s +commands.tp.usage=/tp [YourTarget] (OR /tp [TargetPlayer] [ ] +commands.unban.failed=Could not unban player %s +commands.unban.success=Unbanned player %s +commands.unban.usage=/pardon +commands.unbanip.invalid=You have entered an invalid IP address +commands.unbanip.success=Unbanned IP address %s +commands.unbanip.usage=/pardon-ip
+commands.weather.clear=Fun in the sun +commands.weather.rain=The rains are 'ere! +commands.weather.thunder=It's pissin' down! +commands.weather.usage=/weather [duration in seconds] +commands.whitelist.add.failed=Could not add %s to the whitelist +commands.whitelist.add.success=Added %s to the whitelist +commands.whitelist.add.usage=/whitelist add +commands.whitelist.disabled=Turned off the whitelist +commands.whitelist.enabled=Turned on the whitelist +commands.whitelist.list=There are %s (out of %s seen) whitelisted players: +commands.whitelist.reloaded=Reloaded the whitelist +commands.whitelist.remove.failed=Could not remove %s from the whitelist +commands.whitelist.remove.success=Removed %s from the whitelist +commands.whitelist.remove.usage=/whitelist remove +commands.whitelist.usage=/whitelist +commands.worldborder.add.usage=/worldborder add [timeInSeconds] +commands.worldborder.damage.buffer.usage=/worldborder damage buffer +commands.worldborder.set.usage=/worldborder set [timeInSeconds] +commands.xp.failure.widthdrawXp=Cannot give player Minus experience points, mate +commands.xp.success=Given %s experience to %s +commands.xp.success.levels=Given %s levels to %s +commands.xp.success.negative.levels=Taken %s levels from %s +commands.xp.usage=/xp (player) OR /xp L (player) +connect.authorizing=Logging in... +connect.connecting=Connecting to the server... +connect.failed=Failed to connect to the server +container.beacon=Laser Beam Generater +container.brewing=Brewing Stand +container.chest=Chest +container.chestDouble=Large Chest +container.crafting=Crafting +container.creative=Item Selection +container.dispenser=Dispenser +container.dropper=Dropper +container.enchant=Enchant +container.enchant.clue=%s . . . ? +container.enchant.lapis.many=%s Lapis Lazuli +container.enchant.lapis.one=1 Lapis Lazuli +container.enchant.level.many=%s Enchantment Levels +container.enchant.level.one=1 Enchantment Level +container.enderchest=Dropbox +container.furnace=Barbie +container.hopper=Item Hopper +container.inventory=Backpack +container.isLocked=%s is locked! +container.minecart=Holden +container.repair=Repair & Name +container.repair.cost=Enchantment Cost: %1$s +container.repair.expensive=Too Expensive! +controls.reset=Reset +controls.resetAll=Reset Keys +controls.title=Controls +createWorld.customize.custom.baseSize=Depth Base Size +createWorld.customize.custom.biomeDepthOffset=Biome Depth Offset +createWorld.customize.custom.biomeDepthWeight=Biome Depth Weight +createWorld.customize.custom.biomeScaleOffset=Biome Scale Offset +createWorld.customize.custom.biomeScaleWeight=Biome Scale Weight +createWorld.customize.custom.biomeSize=Biome Size +createWorld.customize.custom.center=Center Height +createWorld.customize.custom.confirm1=This will overwrite your current +createWorld.customize.custom.confirm2=settings and cannot be undone. +createWorld.customize.custom.confirmTitle=Oi! +createWorld.customize.custom.coordinateScale=Coordinate Scale +createWorld.customize.custom.count=Spawn Tries +createWorld.customize.custom.defaults=Defaults +createWorld.customize.custom.depthNoiseScaleExponent=Depth Noise Exponent +createWorld.customize.custom.depthNoiseScaleX=Depth Noise Scale X +createWorld.customize.custom.depthNoiseScaleZ=Depth Noise Scale Z +createWorld.customize.custom.dungeonChance=Dungeon Count +createWorld.customize.custom.fixedBiome=Biome +createWorld.customize.custom.heightScale=Height Scale +createWorld.customize.custom.lavaLakeChance=Lava Lake Rarity +createWorld.customize.custom.lowerLimitScale=Lower Limit Scale +createWorld.customize.custom.mainNoiseScaleX=Main Noise Scale X +createWorld.customize.custom.mainNoiseScaleY=Main Noise Scale Y +createWorld.customize.custom.mainNoiseScaleZ=Main Noise Scale Z +createWorld.customize.custom.maxHeight=Max. Height +createWorld.customize.custom.minHeight=Min. Height +createWorld.customize.custom.next=Next Page +createWorld.customize.custom.page0=Basic Settings +createWorld.customize.custom.page1=Ore Settings +createWorld.customize.custom.page2=Advanced Settings (Expert Users Only!) +createWorld.customize.custom.page3=Extra Advanced Settings (Expert Users Only!) +createWorld.customize.custom.preset.caveChaos=Caves of Chaos +createWorld.customize.custom.preset.caveDelight=Caver's Delight +createWorld.customize.custom.preset.drought=Drought +createWorld.customize.custom.preset.goodLuck=Good Luck +createWorld.customize.custom.preset.isleLand=Isle Land +createWorld.customize.custom.preset.mountains=Mountain Madness +createWorld.customize.custom.preset.waterWorld=Water World +createWorld.customize.custom.presets=Presets +createWorld.customize.custom.presets.title=Customise World Presets +createWorld.customize.custom.prev=Previous Page +createWorld.customize.custom.randomize=Randomise +createWorld.customize.custom.riverSize=River Size +createWorld.customize.custom.seaLevel=Sea Level +createWorld.customize.custom.size=Spawn Size +createWorld.customize.custom.spread=Spread Height +createWorld.customize.custom.stretchY=Height Stretch +createWorld.customize.custom.upperLimitScale=Upper Limit Scale +createWorld.customize.custom.useCaves=Caves +createWorld.customize.custom.useDungeons=Dungeons +createWorld.customize.custom.useLavaLakes=Lava Lakes +createWorld.customize.custom.useLavaOceans=Lava Oceans +createWorld.customize.custom.useMineShafts=Mineshafts +createWorld.customize.custom.useMonuments=Ocean Monuments +createWorld.customize.custom.useRavines=Ravines +createWorld.customize.custom.useStrongholds=Strongholds +createWorld.customize.custom.useTemples=Temples +createWorld.customize.custom.useVillages=Villages +createWorld.customize.custom.useWaterLakes=Water Lakes +createWorld.customize.custom.waterLakeChance=Water Lake Rarity +createWorld.customize.flat.addLayer=Add Layer +createWorld.customize.flat.editLayer=Edit Layer +createWorld.customize.flat.height=Height +createWorld.customize.flat.layer=%s +createWorld.customize.flat.layer.bottom=Bottom - %s +createWorld.customize.flat.layer.top=Top - %s +createWorld.customize.flat.removeLayer=Remove Layer +createWorld.customize.flat.tile=Layer Material +createWorld.customize.flat.title=Superflat Customisation +createWorld.customize.presets=Presets +createWorld.customize.presets.list=Alternatively, here's some we made the other day, mate! +createWorld.customize.presets.select=Use Preset +createWorld.customize.presets.share=Wanna share your preset with some mates? Use the box below +createWorld.customize.presets.title=Select a Preset +death.attack.anvil=%1$s was squashed by a falling anvil +death.attack.arrow=%1$s was shot by %2$s +death.attack.arrow.item=%1$s was shot by %2$s using %3$s +death.attack.cactus=%1$s was pricked to death +death.attack.cactus.player=%1$s walked into a cactus whilst trying to escape %2$s +death.attack.drown=%1$s drowned +death.attack.drown.player=%1$s drowned whilst trying to escape %2$s +death.attack.explosion=%1$s blew up +death.attack.explosion.player=%1$s was blown up by %2$s +death.attack.fall=%1$s hit the ground too hard +death.attack.fallingBlock=%1$s was squashed by a falling block +death.attack.fireball=%1$s was fireballed by %2$s +death.attack.fireball.item=%1$s was fireballed by %2$s using %3$s +death.attack.generic=%1$s died +death.attack.inFire=%1$s caught fire +death.attack.inFire.player=%1$s walked into a bushfire whilst fighting %2$s +death.attack.inWall=%1$s suffocated in a wall +death.attack.indirectMagic=%1$s was killed by %2$s using magic +death.attack.indirectMagic.item=%1$s was killed by %2$s using %3$s +death.attack.lava=%1$s tried to swim in lava +death.attack.lava.player=%1$s tried to swim in lava to escape %2$s +death.attack.lightningBolt=%1$s died by a lightning strike +death.attack.magic=%1$s was killed by magic +death.attack.mob=%1$s was slain by %2$s +death.attack.onFire=%1$s burnt to a crisp +death.attack.onFire.player=%1$s was burnt to a crisp whilst fighting %2$s +death.attack.outOfWorld=%1$s fell out of the world +death.attack.player=%1$s was slain by %2$s +death.attack.player.item=%1$s was slain by %2$s using %3$s +death.attack.starve=%1$s starved to death +death.attack.thorns=%1$s was killed trying to hurt %2$s +death.attack.thrown=%1$s was pummeled by %2$s +death.attack.thrown.item=%1$s was pummeled by %2$s using %3$s +death.attack.wither=%1$s withered away +death.fell.accident.generic=%1$s fell from a high place +death.fell.accident.ladder=%1$s fell off a ladder +death.fell.accident.vines=%1$s fell off some vines +death.fell.accident.water=%1$s fell out of the water +death.fell.assist=%1$s was doomed to fall by %2$s +death.fell.assist.item=%1$s was doomed to fall by %2$s using %3$s +death.fell.finish=%1$s fell too far and %2$s killed them +death.fell.finish.item=%1$s fell too far and %2$s killed them using %3$s +death.fell.killer=%1$s was doomed to fall +deathScreen.deleteWorld=Delete World +deathScreen.hardcoreInfo=No second chances in this game mode mate! +deathScreen.leaveServer=Leave server +deathScreen.quit.confirm=Are you sure you want to quit? +deathScreen.respawn=Respawn +deathScreen.score=Score +deathScreen.title=You kicked the bucket! +deathScreen.title.hardcore=Crikey! +deathScreen.titleScreen=Title screen +demo.day.1=This demo will last till day 5 in gamin time, so break a leg, mate! +demo.day.2=Day Two +demo.day.3=Day Three +demo.day.4=Day Four +demo.day.5=This is your last day! +demo.day.6=You have passed your fifth day, use F2 to save a screenshot of your creation +demo.day.warning=Your time is almost up! +demo.demoExpired=Demo time's up! +demo.help.buy=Purchase Now! +demo.help.fullWrapped=This demo will last 5 ingame days (about 1 hour and 40 minutes of real time). Check the achievements for hints! Have fun! +demo.help.inventory=Use %1$s to open your inventory +demo.help.jump=Jump by pressing %1$s +demo.help.later=Continue Playing! +demo.help.movement=Use %1$s, %2$s, %3$s, %4$s and the mouse to move around +demo.help.movementMouse=Look around using the mouse +demo.help.movementShort=Move by pressing %1$s, %2$s, %3$s, %4$s +demo.help.title=Minecraft Demo Mode +demo.remainingTime=Remaining time: %s +demo.reminder=Time's up! Buy the game or start again! +difficulty.lock.question=Are you sure you want to lock the difficulty of this world? This will set this world to always be %1$s, and you will never be able to change that again. +difficulty.lock.title=Lock World Difficulty +disconnect.closed=Connection closed +disconnect.disconnected=Disconnected by Server +disconnect.endOfStream=End of creek +disconnect.genericReason=%s +disconnect.kicked=Was booted out +disconnect.loginFailed=Failed to login +disconnect.loginFailedInfo=Can't login: %s +disconnect.loginFailedInfo.invalidSession=Invalid session (Try restarting your game) +disconnect.loginFailedInfo.serversUnavailable=The authentication are currently down for maintenance. +disconnect.lost=Connection Lost +disconnect.overflow=Buffer overflow +disconnect.quitting=Quitting +disconnect.spam=Kicked for spamming +disconnect.timeout=Timed out +enchantment.arrowDamage=Power +enchantment.arrowFire=Flame +enchantment.arrowInfinite=Never ending +enchantment.arrowKnockback=Fisty +enchantment.damage.all=Sharpness +enchantment.damage.arthropods=Bane of Arthropods +enchantment.damage.undead=Smite +enchantment.digging=Efficiency +enchantment.durability=Unbreaking +enchantment.fire=Fire Aspect +enchantment.fishingSpeed=Lure +enchantment.knockback=Knockback +enchantment.level.1=I +enchantment.level.10=X +enchantment.level.2=II +enchantment.level.3=III +enchantment.level.4=IV +enchantment.level.5=V +enchantment.level.6=VI +enchantment.level.7=VII +enchantment.level.8=VIII +enchantment.level.9=IX +enchantment.lootBonus=Looting +enchantment.lootBonusDigger=Fortune +enchantment.lootBonusFishing=Luck of the Sea +enchantment.oxygen=Respiration +enchantment.protect.all=Protection +enchantment.protect.explosion=Blast Protection +enchantment.protect.fall=Feather Falling +enchantment.protect.fire=Fire Protection +enchantment.protect.projectile=Projectile Protection +enchantment.thorns=Thorns +enchantment.untouching=Silk Touch +enchantment.waterWalker=Faster Swimming +enchantment.waterWorker=Aqua Affinity +entity.ArmorStand.name=Clothing Stand +entity.Arrow.name=arrow +entity.Bat.name=Flying Fox +entity.Blaze.name=Blaze +entity.Boat.name=Canoe +entity.Cat.name=Cat +entity.CaveSpider.name=Funnel Web +entity.Chicken.name=Chook +entity.Cow.name=Daisy +entity.Creeper.name=Bunyip +entity.EnderDragon.name=Rainbow Serpent +entity.Enderman.name=Enderman +entity.Endermite.name=Enderfish +entity.EntityHorse.name=Brumby +entity.FallingSand.name=Falling Block +entity.Fireball.name=Fireball +entity.Ghast.name=Ghast +entity.Giant.name=Giant +entity.Guardian.name=Shark +entity.Item.name=Item +entity.KillerBunny.name=The killing bunny +entity.LavaSlime.name=Magma Cube +entity.Minecart.name=Holden +entity.Mob.name=Mob +entity.Monster.name=Monster +entity.MushroomCow.name=Mad-cow +entity.Ozelot.name=Feral Cat +entity.Painting.name=Painting +entity.Pig.name=Hairless wombat +entity.PigZombie.name=Zombie Wombat +entity.PrimedTnt.name=Block of Dynamite +entity.Rabbit.name=joey +entity.Sheep.name=Sheep +entity.Silverfish.name=Witchetty Grubs +entity.Skeleton.name=Skeleton +entity.Slime.name=Slime +entity.SmallFireball.name=Small Fireball +entity.SnowMan.name=Snow Mate +entity.Snowball.name=Snowball +entity.Spider.name=Huntsman +entity.Squid.name=Blue-Ringed Octopus +entity.Villager.armor=Armorer +entity.Villager.butcher=Butcher +entity.Villager.cleric=Cleric +entity.Villager.farmer=Cockie +entity.Villager.fisherman=Fisherman +entity.Villager.fletcher=Fletcher +entity.Villager.leather=Leatherworker +entity.Villager.librarian=Librarian +entity.Villager.name=Bruce +entity.Villager.shepherd=Jackaroo +entity.Villager.tool=Tool Smith +entity.Villager.weapon=Weapon Smith +entity.VillagerGolem.name=Iron Bloke +entity.Witch.name=Magic Sheela +entity.WitherBoss.name=Wither +entity.Wolf.name=Dingo +entity.XPOrb.name=Experience Orb +entity.Zombie.name=Zombie +entity.donkey.name=Donkey +entity.generic.name=unknown +entity.horse.name=Brumby +entity.mule.name=Mule +entity.skeletonhorse.name=Skeleton Brumby +entity.zombiehorse.name=Undead Brumby +gameMode.adventure=Adventure Mode +gameMode.changed=Your game mode has been updated +gameMode.creative=Creative Mode +gameMode.hardcore=Hardcore Mode! +gameMode.spectator=look only mode +gameMode.survival=Walkabout Mode +generator.amplified=AMPLIFIED +generator.amplified.info=Notice: Just for laughs, requires bloody good computer +generator.customized=Customised +generator.debug_all_block_states=Debug Mode +generator.default=Same Same +generator.flat=Real flat +generator.largeBiomes=Large Biomes +gui.achievements=Achievements +gui.all=All +gui.back=Back +gui.cancel=Bugger it +gui.done=All good +gui.down=Down +gui.no=Nah, mate +gui.none=None +gui.stats=Check ya stats? +gui.toMenu=Back to title screen +gui.up=Up +gui.yes=Alright +inventory.binSlot=Destroy Item +item.apple.name=Granny Smith +item.appleGold.name=Golden Granny Smith +item.armorStand.name=Clothing Stand +item.arrow.name=Arrow +item.banner.square_bottom_left.black=Black Base Dexter Canton +item.banner.square_bottom_left.blue=Blue Base Dexter Canton +item.banner.square_bottom_left.brown=Brown Base Dexter Canton +item.banner.square_bottom_left.green=Green Base Dexter Canton +item.banner.square_bottom_left.red=Red Base Dexter Canton +item.banner.square_bottom_right.blue=Blue Base Sinister Canton +item.banner.square_bottom_right.brown=Brown Base Sinister Canton +item.bed.name=Bed +item.beefCooked.name=Steak +item.beefRaw.name=Raw Beef +item.blazePowder.name=Blaze Powder +item.blazeRod.name=Blaze Stick +item.boat.name=Canoe +item.bone.name=Bone +item.book.name=Book +item.bootsChain.name=Chain Thongs +item.bootsCloth.name=Leather Thongs +item.bootsDiamond.name=Diamond Thongs +item.bootsGold.name=Golden Thongs +item.bootsIron.name=Iron Thongs +item.bow.name=Bow +item.bowl.name=Bowl +item.bread.name=Damper +item.brewingStand.name=Brewing Stand +item.brick.name=Brick +item.bucket.name=Billy +item.bucketLava.name=Bucket of Lava +item.bucketWater.name=Water Billy +item.cake.name=Pavlova +item.canBreak=Can break: +item.canPlace=Can be placed on: +item.carrotGolden.name=Golden Carrot +item.carrotOnAStick.name=Carrot on a Stick +item.carrots.name=Carrot +item.cauldron.name=Cauldron +item.charcoal.name=Charcoal +item.chestplateChain.name=Chainmail Chest +item.chestplateCloth.name=Leather Jacket +item.chestplateDiamond.name=Diamond Chestplate +item.chestplateGold.name=Golden Chestplate +item.chestplateIron.name=Iron Chestplate +item.chickenCooked.name=Barbecued Chook +item.chickenRaw.name=Raw Chook +item.clay.name=Clay +item.clock.name=Clock +item.coal.name=Coal +item.comparator.name=Redstone Comparator +item.compass.name=Compass +item.cookie.name=Biscuit +item.diamond.name=Diamond +item.diode.name=Redstone Repeater +item.doorAcacia.name=Acacia Door +item.doorBirch.name=Gum Door +item.doorDarkOak.name=Dark Eucalyptus Door +item.doorIron.name=Iron Door +item.doorJungle.name=Jarrah Door +item.doorOak.name=Eucalyptus Door +item.doorSpruce.name=Pine Door +item.dyePowder.black.name=Ink Sac +item.dyePowder.blue.name=blue rock +item.dyePowder.brown.name=Cocoa Beans +item.dyePowder.cyan.name=Cyan Dye +item.dyePowder.gray.name=Grey Dye +item.dyePowder.green.name=Cactus Green +item.dyePowder.lightBlue.name=Light Blue Dye +item.dyePowder.lime.name=Lime Dye +item.dyePowder.magenta.name=Magenta Dye +item.dyePowder.orange.name=Orange Dye +item.dyePowder.pink.name=Pink Dye +item.dyePowder.purple.name=Purple Dye +item.dyePowder.red.name=Poppy Red +item.dyePowder.silver.name=Light Grey Dye +item.dyePowder.white.name=Bone Meal +item.dyePowder.yellow.name=Yellow Dye +item.dyed=Dyed +item.egg.name=Egg +item.emerald.name=Emerald +item.emptyMap.name=Empty Map +item.emptyPotion.name=Water Bottle +item.enchantedBook.name=Enchanted Book +item.enderPearl.name=Ender Pearl +item.expBottle.name=Bottle o' Enchanting +item.eyeOfEnder.name=Eye of Ender +item.feather.name=Feather +item.fermentedSpiderEye.name=Fermented Spider Eye +item.fireball.name=Fire Charge +item.fireworks.flight=Flight Duration: +item.fireworks.name=Firework Rocket +item.fireworksCharge.black=Black +item.fireworksCharge.blue=Blue +item.fireworksCharge.brown=Brown +item.fireworksCharge.customColor=Custom +item.fireworksCharge.cyan=Cyan +item.fireworksCharge.fadeTo=Fade to +item.fireworksCharge.flicker=Twinkle +item.fireworksCharge.gray=Grey +item.fireworksCharge.green=Green +item.fireworksCharge.lightBlue=Light Blue +item.fireworksCharge.lime=Lime +item.fireworksCharge.magenta=Magenta +item.fireworksCharge.name=Firework Star +item.fireworksCharge.orange=Orange +item.fireworksCharge.pink=Pink +item.fireworksCharge.purple=Purple +item.fireworksCharge.red=Blood Red +item.fireworksCharge.silver=Light Grey +item.fireworksCharge.trail=Trail +item.fireworksCharge.type=Unknown Shape +item.fireworksCharge.type.0=Small Ball +item.fireworksCharge.type.1=Large Ball +item.fireworksCharge.type.2=Star-shaped +item.fireworksCharge.type.3=Bunyip-shaped +item.fireworksCharge.type.4=Burst +item.fireworksCharge.white=White +item.fireworksCharge.yellow=Yellow +item.fish.clownfish.raw.name=Nemo +item.fish.cod.cooked.name=Cooked Barramundi +item.fish.cod.raw.name=Raw Barramundi +item.fish.pufferfish.raw.name=Pufferfish +item.fish.salmon.cooked.name=Cooked Salmon +item.fish.salmon.raw.name=Raw Salmon +item.fishingRod.name=Fishing Rod +item.flint.name=Flint +item.flintAndSteel.name=Lighter +item.flowerPot.name=Flower Pot +item.frame.name=Item Frame +item.ghastTear.name=Ghast Tear +item.glassBottle.name=Glass Bottle +item.goldNugget.name=Gold Nugget +item.hatchetDiamond.name=Diamond Axe +item.hatchetGold.name=Golden Axe +item.hatchetIron.name=Iron Axe +item.hatchetStone.name=Stone Axe +item.hatchetWood.name=Wooden Axe +item.helmetChain.name=Chainmail Helmet +item.helmetCloth.name=Leather Hat +item.helmetDiamond.name=Diamond Helmet +item.helmetGold.name=Golden Helmet +item.helmetIron.name=Iron Helmet +item.hoeDiamond.name=Diamond Plough +item.hoeGold.name=Golden Plough +item.hoeIron.name=Iron Plough +item.hoeStone.name=Stone Plough +item.hoeWood.name=Wooden Plough +item.horsearmordiamond.name=Diamond Horse Armour +item.horsearmorgold.name=Gold Horse Armour +item.horsearmormetal.name=Iron Horse Armour +item.ingotGold.name=Gold Bar +item.ingotIron.name=Iron Bar +item.leash.name=Leash +item.leather.name=Leather +item.leaves.name=Leaves +item.leggingsChain.name=Chainmail Leggings +item.leggingsCloth.name=Leather Trousers +item.leggingsDiamond.name=Diamond Leggings +item.leggingsGold.name=Golden Leggings +item.leggingsIron.name=Iron Leggings +item.magmaCream.name=Magma Cream +item.map.name=Roadmap +item.melon.name=Watermelon +item.milk.name=Moo Juice +item.minecart.name=Holden + +item.minecartChest.name=Holden Ute +item.minecartCommandBlock.name=Holden with Command Block +item.minecartFurnace.name=Holden with Barbie +item.minecartHopper.name=Holden with Hopper +item.minecartTnt.name=Ford +item.monsterPlacer.name=Spawn +item.mushroomStew.name=Mushy Broth +item.muttonCooked.name=Cooked Mutton +item.muttonRaw.name=Fresh Mutton +item.nameTag.name=Collar +item.netherStalkSeeds.name=Downunder Wart +item.netherStar.name=DownUnder Star +item.netherbrick.name=Nether Brick +item.netherquartz.name=Nether Quartz +item.painting.name=Painting +item.paper.name=Paper +item.pickaxeDiamond.name=Diamond Pickaxe +item.pickaxeGold.name=Golden Pickaxe +item.pickaxeIron.name=Iron Pickaxe +item.pickaxeStone.name=Stone Pickaxe +item.pickaxeWood.name=Wooden Pickaxe +item.porkchopCooked.name=Grilled Porkchop +item.porkchopRaw.name=Raw Porkchop +item.potato.name=Spud +item.potatoBaked.name=Baked Spud +item.potatoPoisonous.name=Poisonous Spud +item.potion.name=Potion +item.prismarineCrystals.name=Prismarine Crystals +item.prismarineShard.name=Prismarine Shard +item.pumpkinPie.name=Pumpkin Pie +item.rabbitCooked.name=Cooked joey +item.rabbitFoot.name=joey's Foot +item.rabbitHide.name=joey skin +item.rabbitRaw.name=Raw joey +item.rabbitStew.name=joey stew +item.record.11.desc=C418 - 11 +item.record.13.desc=C418 - 13 +item.record.blocks.desc=C418 - blocks +item.record.cat.desc=C418 - cat +item.record.chirp.desc=C418 - chirp +item.record.far.desc=C418 - far +item.record.mall.desc=C418 - mall +item.record.mellohi.desc=C418 - mellohi +item.record.name=Music Disc +item.record.stal.desc=C418 - stal +item.record.strad.desc=C418 - strad +item.record.wait.desc=C418 - wait +item.record.ward.desc=C418 - ward +item.redstone.name=Redstone +item.reeds.name=Sugarcanes +item.rottenFlesh.name=Rotten Flesh +item.ruby.name=Ruby +item.saddle.name=Brumby saddle +item.seeds.name=Wheat Seeds +item.seeds_melon.name=Watermelon Seeds +item.seeds_pumpkin.name=Pumpkin Seeds +item.shears.name=Shears +item.shovelDiamond.name=Diamond Spade +item.shovelGold.name=Golden Spade +item.shovelIron.name=Iron Spade +item.shovelStone.name=Stone Spade +item.shovelWood.name=Wooden Spade +item.sign.name=Sign +item.skull.char.name=Noggin +item.skull.creeper.name=Bunyip Head +item.skull.player.name=%s's Noggin +item.skull.skeleton.name=Skeleton Noggin +item.skull.wither.name=Wither Skeleton Noggin +item.skull.zombie.name=Zombie Head +item.slimeball.name=Slimeball +item.snowball.name=Snowball +item.speckledMelon.name=Glistering Watermelon +item.spiderEye.name=Spider Eye +item.stick.name=Twig +item.string.name=String +item.sugar.name=Sugar +item.sulphur.name=Gunpowder +item.swordDiamond.name=Diamond Sword +item.swordGold.name=Golden Sword +item.swordIron.name=Iron Sword +item.swordStone.name=Stone Sword +item.swordWood.name=Wooden Sword +item.unbreakable=Unbreakable +item.wheat.name=Barley +item.writingBook.name=Book and Quill +item.writtenBook.name=Written Book +item.yellowDust.name=Glowstone Dust +itemGroup.brewing=Brewing +itemGroup.buildingBlocks=Building Blocks +itemGroup.combat=Combat +itemGroup.decorations=Fancy Blocks +itemGroup.food=Tucker +itemGroup.inventory=Walkabout Inventory +itemGroup.materials=Materials +itemGroup.misc=Miscellaneous +itemGroup.redstone=Redstone +itemGroup.search=Search Items +itemGroup.tools=Tools +itemGroup.transportation=Transportation +key.attack=Attack/Destroy +key.back=Walk Backwards +key.categories.gameplay=Gaming +key.categories.inventory=Inventory +key.categories.misc=Miscellaneous +key.categories.movement=Movement +key.categories.multiplayer=Play With Some Mates +key.categories.stream=Streaming +key.categories.ui=Game Interface +key.chat=Open Chat +key.command=Open Command +key.drop=Drop Item +key.forward=Walk Forwards +key.fullscreen=Toggle Fullscreen +key.hotbar.1=Hotbar Slot 1 +key.hotbar.2=Hotbar Slot 2 +key.hotbar.3=Hotbar Slot 3 +key.hotbar.4=Hotbar Slot 4 +key.hotbar.5=Hotbar Slot 5 +key.hotbar.6=Hotbar Slot 6 +key.hotbar.7=Hotbar Slot 7 +key.hotbar.8=Hotbar Slot 8 +key.hotbar.9=Hotbar Slot 9 +key.inventory=Backpack +key.jump=Jump +key.left=Strafe Left +key.mouseButton=Button %1$s +key.pickItem=Pick Block +key.playerlist=List Mates +key.right=Strafe Right +key.screenshot=QuickSnap! +key.smoothCamera=Toggle Cinematic Camera +key.sneak=Sneak +key.spectatorOutlines=Highlight Players (Spectators) +key.sprint=Sprint +key.streamCommercial=Show Stream Commercials +key.streamPauseUnpause=Pause/Unpause Stream +key.streamStartStop=Start/Stop Stream +key.streamToggleMic=Push To Talk/Mute +key.togglePerspective=Toggle Perspective +key.use=Play with some mates +lanServer.otherPlayers=Settings for Other Players +lanServer.scanning=Scanning for games on your local network +lanServer.start=Start LAN World +lanServer.title=LAN World +language.code=en_AU +language.name=Australian English +language.region=Australia +mcoServer.title=Minecraft Online Outback +menu.convertingLevel=Converting world +menu.disconnect=Disconnect +menu.game=Game menu +menu.generatingLevel=Generating world +menu.generatingTerrain=Marking the territory +menu.loadingLevel=Loading world +menu.multiplayer=Multiplayer +menu.online=Minecraft Realms +menu.options=Options... +menu.playdemo=Play Demo World +menu.quit=Quit Game +menu.resetdemo=Reset Demo World +menu.respawning=Respawning +menu.returnToGame=Back to Game +menu.returnToMenu=Save and Quit to Title +menu.shareToLan=Open to nearby Mates +menu.simulating=Simulating the world for a bit +menu.singleplayer=Singleplayer +menu.switchingLevel=Switching worlds +merchant.deprecated=Trade something else to unlock! +mount.onboard=Press %1$s to dismount +multiplayer.connect=Connect +multiplayer.downloadingStats=Downloading statistics & achievements... +multiplayer.downloadingTerrain=The rainbow snake is crawling +multiplayer.info1=Minecraft Multiplayer is currently not finished, but there +multiplayer.info2=It's all bugged up mate. +multiplayer.ipinfo=Enter the IP of a server to connect to it: +multiplayer.player.joined=%s joined the territory +multiplayer.player.joined.renamed=%s (formerly known as %s) joined the game +multiplayer.player.left=%s got lost +multiplayer.stopSleeping=Get Up +multiplayer.texturePrompt.line1=This server recommends that ya use a custom resource pack mate! +multiplayer.texturePrompt.line2=Would you like to download and install it automagically? +multiplayer.title=Play with some mates +options.advancedButton=Advanced Video Settings... +options.advancedOpengl=Advanced OpenGL +options.advancedVideoTitle=Advanced Video Settings +options.anaglyph=3D Anaglyph +options.ao=Fancy Lighting +options.ao.max=Maximum +options.ao.min=Minimum +options.ao.off=OFF +options.blockAlternatives=Alternate Blocks +options.chat.color=Colours +options.chat.height.focused=Focused Height +options.chat.height.unfocused=Unfocused Height +options.chat.links=Web Links +options.chat.links.prompt=Warn on Links +options.chat.opacity=Opacity +options.chat.scale=Scale +options.chat.title=Chat Settings... +options.chat.visibility=Chat +options.chat.visibility.full=Shown +options.chat.visibility.hidden=Hidden +options.chat.visibility.system=Commands Only +options.chat.width=Width +options.controls=Controls... +options.customizeTitle=Customise World Settings +options.difficulty=Hardness +options.difficulty.easy=Simple +options.difficulty.hard=Hard +options.difficulty.hardcore=Hardcore +options.difficulty.normal=Normal +options.difficulty.peaceful=Peaceful +options.farWarning1=A 64-bit Java installation is recommended +options.farWarning2=for 'Far' render distance (you have 32 bit) +options.fboEnable=Enable FBOs +options.forceUnicodeFont=Force Unicode Font +options.fov=FOV +options.fov.max=Friday Night Footy +options.fov.min=Normal +options.framerateLimit=Max Framerate +options.framerateLimit.max=Unlimited +options.fullscreen=Fullscreen +options.gamma=Brightness +options.gamma.max=Bright +options.gamma.min=Moody +options.graphics=Graphics +options.graphics.fancy=Fancy +options.graphics.fast=Fast +options.guiScale=GUI Scale +options.guiScale.auto=Auto +options.guiScale.large=Large +options.guiScale.normal=Normal +options.guiScale.small=Small +options.hidden=Hidden +options.invertMouse=Invert Mouse +options.language=Language... +options.languageWarning=Language translations may not be 100%% accurate +options.mipmapLevels=Mipmap Levels +options.modelPart.cape=Cape +options.modelPart.hat=Akubra +options.modelPart.jacket=Jacket +options.modelPart.left_pants_leg=Left Pants Leg +options.modelPart.left_sleeve=left arm +options.modelPart.right_pants_leg=Right Pants Leg +options.modelPart.right_sleeve=Right Sleeve +options.multiplayer.title=Multi-mate settings... +options.music=Music +options.off=OFF +options.on=ON +options.particles=Particles +options.particles.all=All +options.particles.decreased=Decreased +options.particles.minimal=Minimal +options.performanceButton=Video Performance Settings... +options.performanceVideoTitle=Video Performance Settings +options.postButton=Post-Processing Settings... +options.postProcessEnable=Enable Post-Processing +options.postVideoTitle=Post-Processing Settings +options.qualityButton=Video Quality Settings... +options.qualityVideoTitle=Video Quality Settings +options.reducedDebugInfo=Less Debug Info +options.renderClouds=Clouds +options.renderDistance=How far ya can see +options.renderDistance.far=Out woop woop +options.renderDistance.normal=Emu-eye +options.renderDistance.short=Short +options.renderDistance.tiny=Mini +options.resourcepack=Resource Packs... +options.saturation=Good Barbie +options.sensitivity=Sensitivity +options.sensitivity.max=HYPERSPEED!!! +options.sensitivity.min=*yawn* +options.skinCustomisation=Skin Customisation... +options.skinCustomisation.title=Skin Customisation +options.snooper=Allow Snooper +options.snooper.desc=We want to collect some info about your thingy to help improve Minecraft by knowing what we can support and where we buggered up mate. All of this information is completely anonymous and viewable below. We promise we won't do anything bad with this stuff, but if you want to bugger it out then feel free to turn it off! +options.snooper.title=Machine Specs Collection +options.snooper.view=Snooper Settings... +options.sound=Sound +options.sounds=Music & Noises... +options.sounds.title=Music & Noise Options +options.stream=Broadcast Settings... +options.stream.bytesPerPixel=Quality +options.stream.changes=You may need to restart your stream for these changes to take place. +options.stream.chat.enabled=Enable +options.stream.chat.enabled.always=Always +options.stream.chat.enabled.never=Never +options.stream.chat.enabled.streaming=Whilst Streaming +options.stream.chat.title=Twitch Chat Settings +options.stream.chat.userFilter=User Filter +options.stream.chat.userFilter.all=All Viewers +options.stream.chat.userFilter.mods=Moderators +options.stream.chat.userFilter.subs=Subscribers +options.stream.compression=Compression +options.stream.compression.high=High +options.stream.compression.low=Low +options.stream.compression.medium=Medium +options.stream.estimation=Estimated resolution: %sx%s +options.stream.fps=Framerate +options.stream.ingest.reset=Reset Preference +options.stream.ingest.title=Twitch Broadcast Servers +options.stream.ingestSelection=Broadcast Server List +options.stream.kbps=Bandwidth +options.stream.micToggleBehavior=Push To +options.stream.micVolumne=Mic Volume +options.stream.mic_toggle.mute=Mute +options.stream.mic_toggle.talk=Talk +options.stream.sendMetadata=Send Metadata +options.stream.systemVolume=System Volume +options.stream.title=Twitch Broadcast Settings +options.title=Options +options.touchscreen=Touchscreen Mode +options.vbo=Use VBOs +options.video=Video Settings... +options.videoTitle=Video Settings +options.viewBobbing=View Bobbing +options.visible=Shown +options.vsync=Use VSync +potion.absorption=Absorption +potion.absorption.postfix=Potion of Absorption +potion.blindness=Blindness +potion.blindness.postfix=Potion of Blindness +potion.confusion=Nausea +potion.confusion.postfix=Potion of Nausea +potion.damageBoost=Strength +potion.damageBoost.postfix=Potion of Strength +potion.digSlowDown=Mining Fatigue +potion.digSlowDown.postfix=Potion of Dullness +potion.digSpeed=Haste +potion.digSpeed.postfix=Potion of Haste +potion.effects.whenDrank=When Applied: +potion.empty=No Effects +potion.fireResistance=Coal Walking +potion.fireResistance.postfix=Potion of Coal Walking +potion.harm=Instant Damage +potion.harm.postfix=Potion of Harming +potion.heal=Instant Health +potion.heal.postfix=Potion of Healing +potion.healthBoost=Health Boost +potion.healthBoost.postfix=Potion of Health Boost +potion.hunger=Hunger +potion.hunger.postfix=Potion of Hunger +potion.invisibility=Invisibility +potion.invisibility.postfix=Potion of Invisibility +potion.jump=Jump Boost +potion.jump.postfix=Potion of Leaping +potion.moveSlowdown=Slowness +potion.moveSlowdown.postfix=Potion of Slowness +potion.moveSpeed=Speed +potion.moveSpeed.postfix=Potion of Swiftness +potion.nightVision=Night Vision +potion.nightVision.postfix=Potion of Night Vision +potion.poison=Poison +potion.poison.postfix=Potion of Poison +potion.potency.1=II +potion.potency.2=III +potion.potency.3=IV +potion.prefix.acrid=Acrid +potion.prefix.artless=Artless +potion.prefix.awkward=Awkward +potion.prefix.bland=Bland +potion.prefix.bulky=Bulky +potion.prefix.bungling=Bungling +potion.prefix.buttered=Buttered +potion.prefix.charming=Charming +potion.prefix.clear=Clear +potion.prefix.cordial=Cordial +potion.prefix.dashing=Dashing +potion.prefix.debonair=Debonair +potion.prefix.diffuse=Diffuse +potion.prefix.elegant=Elegant +potion.prefix.fancy=Fancy +potion.prefix.flat=Flat +potion.prefix.foul=Foul +potion.prefix.grenade=Splash +potion.prefix.gross=Gross +potion.prefix.harsh=Harsh +potion.prefix.milky=Milky +potion.prefix.mundane=Mundane +potion.prefix.odorless=Odourless +potion.prefix.potent=Potent +potion.prefix.rank=Rank +potion.prefix.refined=Refined +potion.prefix.smooth=Smooth +potion.prefix.sparkling=Sparkling +potion.prefix.stinky=Stinky +potion.prefix.suave=Suave +potion.prefix.thick=Thick +potion.prefix.thin=Thin +potion.prefix.uninteresting=Uninteresting +potion.regeneration=Regeneration +potion.regeneration.postfix=Potion of Regeneration +potion.resistance=Resistance +potion.resistance.postfix=Potion of Resistance +potion.saturation=Saturation +potion.saturation.postfix=Potion of Saturation +potion.waterBreathing=Snorkeling +potion.waterBreathing.postfix=Potion of Snorkeling +potion.weakness=Weakness +potion.weakness.postfix=Potion of Weakness +potion.wither=Wither +potion.wither.postfix=Potion of Decay +record.nowPlaying=Time for some music! Were playing: %s +resourcePack.available.title=Available Resource Packs +resourcePack.folderInfo=(Place resource pack files here) +resourcePack.openFolder=Open resource pack folder +resourcePack.selected.title=Selected Resource Packs +resourcePack.title=Select Resource Packs +screenshot.failure=Couldn't save screenshot: %s +screenshot.success=Saved screenshot as %s +selectServer.add=Add Server +selectServer.defaultName=Minecraft Server +selectServer.delete=Delete +selectServer.deleteButton=Delete +selectServer.deleteQuestion=Are you sure you want to remove this server? +selectServer.deleteWarning=will be gone forever! (A really long time!) +selectServer.direct=Direct Connect +selectServer.edit=Edit +selectServer.empty=empty +selectServer.hiddenAddress=(Hidden) +selectServer.refresh=Refresh +selectServer.select=Join Server +selectServer.title=Select Server +selectWorld.allowCommands=Allow Cheats: +selectWorld.allowCommands.info=Commands like /gamemode, /xp +selectWorld.bonusItems=Bonus Chest: +selectWorld.cheats=Cheats +selectWorld.conversion=Must be converted! +selectWorld.create=Create New World +selectWorld.createDemo=Play New Demo World +selectWorld.customizeType=Customise +selectWorld.delete=Delete +selectWorld.deleteButton=Delete +selectWorld.deleteQuestion=Mate, you sure you want to delete this bloody world? +selectWorld.deleteWarning=will be lost forever! (A long time, mate!) +selectWorld.empty=empty +selectWorld.enterName=Outback Name +selectWorld.enterSeed=Seed for the World Generator +selectWorld.gameMode=Game Mode +selectWorld.gameMode.adventure=Adventure +selectWorld.gameMode.adventure.line1=Exactly like walkabout mode, only blocks cannot +selectWorld.gameMode.adventure.line2=be added or removed +selectWorld.gameMode.creative=Dreamtime +selectWorld.gameMode.creative.line1=Unlimited items, free gliding and +selectWorld.gameMode.creative.line2=destroy blocks instantly +selectWorld.gameMode.hardcore=Hardcore +selectWorld.gameMode.hardcore.line1=Same as walkabout mode, locked at most difficult +selectWorld.gameMode.hardcore.line2=difficulty, and one life only +selectWorld.gameMode.spectator=Spectator +selectWorld.gameMode.spectator.line1=You can look but don't touch +selectWorld.gameMode.survival=Walkabout +selectWorld.gameMode.survival.line1=Search for resources, crafting, gain +selectWorld.gameMode.survival.line2=levels, health and hunger +selectWorld.hardcoreMode=Hardcore: +selectWorld.hardcoreMode.info=World is deleted upon death +selectWorld.mapFeatures=Generate Structures: +selectWorld.mapFeatures.info=Towns, dungeons, etc +selectWorld.mapType=World Type: +selectWorld.mapType.normal=Normal +selectWorld.moreWorldOptions=More World Options... +selectWorld.newWorld=New World +selectWorld.newWorld.copyOf=Copy of %s +selectWorld.recreate=Re-Create +selectWorld.rename=Rename +selectWorld.renameButton=Rename +selectWorld.renameTitle=Rename World +selectWorld.resultFolder=Will be saved in: +selectWorld.seedInfo=Leave blank for a random seed +selectWorld.select=Play Selected World +selectWorld.title=Choose your territory +selectWorld.world=World +sign.edit=Edit sign message +soundCategory.ambient=Ambient/Environment +soundCategory.block=Blocks +soundCategory.hostile=Hostile Creatures +soundCategory.master=Master Volume +soundCategory.music=Music +soundCategory.neutral=Friendly Creatures +soundCategory.player=Players +soundCategory.record=Jukebox/Noteblocks +soundCategory.weather=Weather +stat.animalsBred=Animals Bred +stat.blocksButton=Blocks +stat.boatOneCm=Distance by Canoe +stat.breakItem=%1$s Depleted +stat.climbOneCm=Distance Climbed +stat.craftItem=%1$s Crafted +stat.crafted=Times Crafted +stat.createWorld=Worlds made +stat.crouchOneCm=Distance Crouched +stat.damageDealt=Damage Dealt +stat.damageTaken=Damage Taken +stat.deaths=Buckets Kicked +stat.depleted=Times Depleted +stat.diveOneCm=Distance Dived +stat.drop=Things Dropped +stat.entityKilledBy=%s killed you %s time(s) +stat.entityKilledBy.none=You have never been killed by %s +stat.entityKills=You killed %s %s +stat.entityKills.none=You have never killed %s +stat.fallOneCm=Distance Fallen +stat.fishCaught=Barramundi Caught +stat.flyOneCm=Distance by Qantas +stat.generalButton=General +stat.horseOneCm=Distance by Brumby +stat.itemsButton=Items +stat.joinMultiplayer=Times played with mates +stat.jump=Jumps +stat.junkFished=Junk Fished +stat.leaveGame=Games Quit +stat.loadWorld=Saves Loaded +stat.mineBlock=%1$s Mined +stat.minecartOneCm=Distance by Holden +stat.mined=Times Mined +stat.mobKills=Mob Kills +stat.mobsButton=Mobs +stat.pigOneCm=Distance by wombat +stat.playOneMinute=Time Spent +stat.playerKills=Player Kills +stat.sprintOneCm=Distance Sprinted +stat.startGame=Times Played +stat.swimOneCm=Distance Paddled +stat.talkedToVillager=Chinwagged with Bruce +stat.timeSinceDeath=Since Last Death +stat.tradedWithVillager=Traded with Villagers +stat.treasureFished=Treasure Fished +stat.useItem=%1$s Used +stat.used=Times Used +stat.walkOneCm=Distance Walked +stats.tooltip.type.achievement=Achievement +stats.tooltip.type.statistic=Statistic +stream.confirm_start=Are ya sure that ya wanna start streaming? +stream.unavailable.account_not_bound=Before you can broadcast Minecraft through Twitch, you will need to link your Twitch account on mojang.com. Would you like to do that now? +stream.unavailable.account_not_bound.okay=Link Accounts +stream.unavailable.account_not_migrated=Before you can broadcast Minecraft through Twitch, you will need to migrate your Minecraft account to a Mojang account. Would you like to do that now? +stream.unavailable.account_not_migrated.okay=Migrate Account +stream.unavailable.failed_auth=Authentication to Twitch failed. Please go to mojang.com and rebind your Twitch account. +stream.unavailable.failed_auth.okay=Rebind Accounts +stream.unavailable.failed_auth_error=Unable to authenticate to Twitch. Please try again later. +stream.unavailable.initialization_failure=Unable to initialise the Twitch SDK. +stream.unavailable.initialization_failure.extra=(Reason: %s) +stream.unavailable.library_arch_mismatch=The custom java version used to launch Minecraft has a different architecture than the one used to run the launcher. Please make sure these are the same, either 32-bit or 64-bit for both. +stream.unavailable.library_failure=Unable to load the libraries needed for the integrated Twitch broadcasting service. +stream.unavailable.no_fbo=Your video card needs to support at least OpenGL version 3.0 or support Framebuffer Objects via an extension to use the integrated Twitch broadcasting. +stream.unavailable.no_fbo.arb=Framebuffer object support via ARB is: %s +stream.unavailable.no_fbo.blend=Separate blending support via EXT is: %s +stream.unavailable.no_fbo.ext=Framebuffer object support via EXT is: %s +stream.unavailable.no_fbo.version=You are currently using: %s +stream.unavailable.not_supported.mac=Unfortunately the integrated Twitch broadcasting on Mac requires a version of OSX newer than the one you are on. You must use 10.7 (Mac OS X Lion) or newer to be able to use this service. Would you like to visit apple.com to learn about upgrading? +stream.unavailable.not_supported.mac.okay=Upgrade +stream.unavailable.not_supported.other=Unfortunately the integrated Twitch broadcasting service requires Windows (Vista or newer) or Mac OS X (10.7/Lion or newer) +stream.unavailable.not_supported.windows=Unfortunately the integrated Twitch broadcasting requires a newer version of Windows than you are on. You must have at least Windows Vista or newer. +stream.unavailable.report_to_mojang=Report to Mojang +stream.unavailable.soundflower.chat=Soundflower is required to be able to stream on Mac. %s +stream.unavailable.soundflower.chat.link=Please click here to install it. +stream.unavailable.title=Twitch Broadcasting Unavailable +stream.unavailable.unknown=Unfortunately you cannot broadcast to Twitch at this time. And we don't know why :'( +stream.unavailable.unknown.chat=Could not start stream: %s +stream.user.mode.administrator=Twitch Administrator +stream.user.mode.banned=Banned +stream.user.mode.banned.other=Banned on %s's channel +stream.user.mode.banned.self=Banned on your channel +stream.user.mode.broadcaster=Broadcaster +stream.user.mode.broadcaster.other=Broadcaster +stream.user.mode.broadcaster.self=Broadcaster (You!) +stream.user.mode.moderator=Moderator +stream.user.mode.moderator.other=Moderator on %s's channel +stream.user.mode.moderator.self=Moderator on your channel +stream.user.mode.staff=Twitch Staff +stream.user.subscription.subscriber=Subscriber +stream.user.subscription.subscriber.other=Subscriber to %s's channel +stream.user.subscription.subscriber.self=Subscriber to your channel +stream.user.subscription.turbo=Twitch Turbo +stream.userinfo.ban=Ban +stream.userinfo.chatTooltip=Click to manage user +stream.userinfo.mod=Promote to Moderator +stream.userinfo.timeout=Timeout +stream.userinfo.unban=Unban +stream.userinfo.unmod=Demote from Moderator +tile.acaciaFence.name=Acacia Fence +tile.acaciaFenceGate.name=Acacia Fence Gate +tile.activatorRail.name=Activating Track +tile.anvil.intact.name=Anvil +tile.anvil.name=Anvil +tile.anvil.slightlyDamaged.name=Slightly Damaged Anvil +tile.anvil.veryDamaged.name=Very Damaged Anvil +tile.barrier.name=Barrier +tile.beacon.name=Beacon +tile.beacon.primary=Primary Power +tile.beacon.secondary=Secondary Power +tile.bed.name=Bed +tile.bed.noSleep=You can only sleep at night +tile.bed.notSafe=You can't sleep. The neighbours are having a party +tile.bed.notValid=Your bed has gone walkabout +tile.bed.occupied=This bed is occupied +tile.bedrock.name=Crust +tile.birchFence.name=Gum Fence +tile.birchFenceGate.name=Birch Fence Gate +tile.blockCoal.name=Block of Coal +tile.blockDiamond.name=Block of Diamond +tile.blockEmerald.name=Block of Emerald +tile.blockGold.name=Block of Gold +tile.blockIron.name=Block of Iron +tile.blockLapis.name=Block of Lapis Lazuli +tile.blockRedstone.name=Block of Redstone +tile.bookshelf.name=Bookshelf +tile.brick.name=Bricks +tile.button.name=Button +tile.cactus.name=Cactus +tile.cake.name=Pavlova +tile.carrots.name=Carrots +tile.cauldron.name=Cauldron +tile.chest.name=Chest +tile.chestTrap.name=Trapped Chest +tile.clay.name=Clay +tile.clayHardened.name=Dry Mud +tile.clayHardenedStained.black.name=Black Coloured Clay +tile.clayHardenedStained.blue.name=Blue Coloured Clay +tile.clayHardenedStained.brown.name=Brown Coloured Clay +tile.clayHardenedStained.cyan.name=Cyan Coloured Clay +tile.clayHardenedStained.gray.name=Gray Coloured Clay +tile.clayHardenedStained.green.name=Green Coloured Clay +tile.clayHardenedStained.lightBlue.name=Light Blue Coloured Clay +tile.clayHardenedStained.lime.name=Lime Coloured Clay +tile.clayHardenedStained.magenta.name=Magenta Coloured Clay +tile.clayHardenedStained.name=Stained Clay +tile.clayHardenedStained.orange.name=Orange Coloured Clay +tile.clayHardenedStained.pink.name=Pink Coloured Clay +tile.clayHardenedStained.purple.name=Purple Coloured Clay +tile.clayHardenedStained.red.name=Red Mud +tile.clayHardenedStained.silver.name=Light Gray Coloured Clay +tile.clayHardenedStained.white.name=White Coloured Clay +tile.clayHardenedStained.yellow.name=Yellow Coloured Clay +tile.cloth.black.name=Black Sheepskin +tile.cloth.blue.name=True Blue Sheepskin +tile.cloth.brown.name=Brown Sheepskin +tile.cloth.cyan.name=Cyan Sheepskin +tile.cloth.gray.name=Grey Sheepskin +tile.cloth.green.name=Green Sheepskin +tile.cloth.lightBlue.name=Light Blue Sheepskin +tile.cloth.lime.name=Lime Sheepskin +tile.cloth.magenta.name=Magenta Sheepskin +tile.cloth.name=Sheepskin +tile.cloth.orange.name=Orange Sheepskin +tile.cloth.pink.name=Pink Sheepskin +tile.cloth.purple.name=Purple Sheepskin +tile.cloth.red.name=Red Sheepskin +tile.cloth.silver.name=Light Grey Sheepskin +tile.cloth.white.name=Sheepskin +tile.cloth.yellow.name=Yellow Sheepskin +tile.cobbleWall.mossy.name=Mossy Cobble Wall +tile.cobbleWall.normal.name=Cobble Wall +tile.cocoa.name=Milo +tile.commandBlock.name=Command Block +tile.crops.name=Plants +tile.darkOakFence.name=dark eucalyptus fence +tile.darkOakFenceGate.name=Dark Oak Fence Gate +tile.daylightDetector.name=Solar Panel +tile.deadbush.name=Dead Bush +tile.detectorRail.name=Detector Track +tile.dirt.coarse.name=rough dirt +tile.dirt.default.name=Dirt +tile.dirt.name=Dirt +tile.dirt.podzol.name=Podzol +tile.dispenser.name=Dispenser +tile.doorIron.name=Iron Door +tile.doorWood.name=Wooden Door +tile.doublePlant.fern.name=Large Fern +tile.doublePlant.grass.name=Double Tallgrass +tile.doublePlant.name=Plant +tile.doublePlant.paeonia.name=Peony +tile.doublePlant.rose.name=Rose Bush +tile.doublePlant.sunflower.name=Sunflower +tile.doublePlant.syringa.name=Lilac +tile.dragonEgg.name=Dragon Egg +tile.dropper.name=Dropper +tile.enchantmentTable.name=Enchantment Table +tile.endPortalFrame.name=Portal to the Never Never +tile.enderChest.name=Dropbox +tile.farmland.name=Ploughed Land +tile.fence.name=Fence +tile.fenceGate.name=Gate +tile.fenceIron.name=Iron Bars +tile.fire.name=Bushfire +tile.flower1.dandelion.name=Dandelion +tile.flower1.name=Wattle +tile.flower2.allium.name=Allium +tile.flower2.blueOrchid.name=Blue Orchid +tile.flower2.houstonia.name=Azure Bluet +tile.flower2.name=Wattle +tile.flower2.oxeyeDaisy.name=Oxeye Daisy +tile.flower2.poppy.name=Poppy +tile.flower2.tulipOrange.name=Orange Tulip +tile.flower2.tulipPink.name=Pink Tulip +tile.flower2.tulipRed.name=Red Tulip +tile.flower2.tulipWhite.name=White Tulip +tile.furnace.name=Barbie +tile.glass.name=Glass +tile.goldenRail.name=Powered Track +tile.grass.name=Grass Block +tile.gravel.name=Gravel +tile.hayBlock.name=Hay Bale +tile.hellrock.name=DownUnder Rock +tile.hellsand.name=Soul Sand +tile.hopper.name=Thunnel +tile.ice.name=Ice +tile.icePacked.name=Packed Ice +tile.ironTrapdoor.name=Iron Trapdoor +tile.jukebox.name=Jukebox +tile.jungleFence.name=Jarrah Fence +tile.jungleFenceGate.name=Jarrah Fence Gate +tile.ladder.name=Ladder +tile.lava.name=Lava +tile.leaves.acacia.name=Acacia Leaves +tile.leaves.big_oak.name=Dark Oak Leaves +tile.leaves.birch.name=Gum Leaves +tile.leaves.jungle.name=Jarrah Leaves +tile.leaves.name=Leaves +tile.leaves.oak.name=Eucalyptus Leaves +tile.leaves.spruce.name=Pine Leaves +tile.lever.name=Lever +tile.lightgem.name=Glowstone +tile.litpumpkin.name=Pumpkin Light +tile.lockedchest.name=Locked Chest +tile.log.acacia.name=Acacia Wood +tile.log.big_oak.name=Dark Oak Wood +tile.log.birch.name=Gum Wood +tile.log.jungle.name=Jarrah Wood +tile.log.name=Wood +tile.log.oak.name=Eucalyptus Wood +tile.log.spruce.name=Pine Wood +tile.melon.name=Watermelon +tile.mobSpawner.name=Wildlife Nest +tile.monsterStoneEgg.brick.name=Stone Brick Monster Egg +tile.monsterStoneEgg.chiseledbrick.name=Chiselled Stone Brick Monster Egg +tile.monsterStoneEgg.cobble.name=Cobble Monster Egg +tile.monsterStoneEgg.crackedbrick.name=Cracked Stone Brick Monster Egg +tile.monsterStoneEgg.mossybrick.name=Mossy Cobble Brick Monster Egg +tile.monsterStoneEgg.name=Stone Monster Block +tile.monsterStoneEgg.stone.name=Stone Monster Egg +tile.mushroom.name=Mushy +tile.musicBlock.name=Note Block +tile.mycel.name=Mycelium +tile.netherBrick.name=Downunder Brick +tile.netherFence.name=Downunder Brick Fence +tile.netherStalk.name=Downunder Wart +tile.netherquartz.name=DownUnder Quartz Ore +tile.notGate.name=Redstone Torch +tile.obsidian.name=Obsidian +tile.oreCoal.name=Coal Ore +tile.oreDiamond.name=Diamond Ore +tile.oreEmerald.name=Emerald Ore +tile.oreGold.name=Gold Ore +tile.oreIron.name=Iron Ore +tile.oreLapis.name=Lapis Lazuli Ore +tile.oreRedstone.name=Redstone Ore +tile.oreRuby.name=Ruby Ore +tile.pistonBase.name=Piston +tile.pistonStickyBase.name=Sticky Piston +tile.portal.name=Portal +tile.potatoes.name=Spuds +tile.pressurePlateStone.name=Stone Pressure Plate +tile.pressurePlateWood.name=Wooden Pressure Plate +tile.prismarine.bricks.name=Prismarine Bricks +tile.prismarine.dark.name=Dark Prismarine +tile.prismarine.rough.name=Prismarine +tile.pumpkin.name=Pumpkin +tile.quartzBlock.chiseled.name=Chiselled Quartz Block +tile.quartzBlock.default.name=Block of Quartz +tile.quartzBlock.lines.name=Quartz Pillar Block +tile.quartzBlock.name=Block of Quartz +tile.rail.name=Track +tile.redSandStone.chiseled.name=Chiselled Red Sandstone +tile.redSandStone.default.name=Red Sandstone +tile.redSandStone.name=Red Sandstone +tile.redSandStone.smooth.name=Smooth Red Sandstone +tile.redstoneDust.name=Redstone Dust +tile.redstoneLight.name=Redstone Lantern +tile.reeds.name=Sugarcane +tile.sand.default.name=Sand +tile.sand.name=Sand +tile.sand.red.name=Red Sand +tile.sandStone.chiseled.name=Chiselled Sandstone +tile.sandStone.default.name=Sandstone +tile.sandStone.name=Sandstone +tile.sandStone.smooth.name=Smooth Sandstone +tile.sapling.acacia.name=Acacia Sapling +tile.sapling.big_oak.name=dark eucalyptus sapling +tile.sapling.birch.name=Gum Sapling +tile.sapling.jungle.name=Jarrah Sapling +tile.sapling.oak.name=Eucalyptus Sapling +tile.sapling.spruce.name=Pine Sapling +tile.seaLantern.name=Sea Lantern +tile.sign.name=Sign +tile.slime.name=Slime Block +tile.snow.name=Snow +tile.sponge.dry.name=Sponge +tile.sponge.wet.name=Damp Sponge +tile.spruceFence.name=Pine Fence +tile.spruceFenceGate.name=Spruce Fence Gate +tile.stainedGlass.black.name=Black Stained Glass +tile.stainedGlass.blue.name=Blue Stained Glass +tile.stainedGlass.brown.name=Brown Stained Glass +tile.stainedGlass.cyan.name=Cyan Stained Glass +tile.stainedGlass.gray.name=Grey Stained Glass +tile.stainedGlass.green.name=Green Stained Glass +tile.stainedGlass.lightBlue.name=Light Blue Stained Glass +tile.stainedGlass.lime.name=Lime Stained Glass +tile.stainedGlass.magenta.name=Magenta Stained Glass +tile.stainedGlass.name=Stained Glass +tile.stainedGlass.orange.name=Orange Stained Glass +tile.stainedGlass.pink.name=Pink Stained Glass +tile.stainedGlass.purple.name=Purple Stained Glass +tile.stainedGlass.red.name=Red Stained Glass +tile.stainedGlass.silver.name=Light Grey Stained Glass +tile.stainedGlass.white.name=White Stained Glass +tile.stainedGlass.yellow.name=Yellow Stained Glass +tile.stairsBrick.name=Brick Stairs +tile.stairsNetherBrick.name=Downunder Brick Stairs +tile.stairsQuartz.name=Quartz Stairs +tile.stairsRedSandStone.name=Red Sandstone Stairs +tile.stairsSandStone.name=Sandstone Stairs +tile.stairsStone.name=Stone Stairs +tile.stairsStoneBrickSmooth.name=Stone Brick Stairs +tile.stairsWood.name=Eucalyptus Wood Stairs +tile.stairsWoodAcacia.name=Acacia Wood Stairs +tile.stairsWoodBirch.name=Gum Wood Stairs +tile.stairsWoodDarkOak.name=Dark Oak Wood Stairs +tile.stairsWoodJungle.name=Jarrah Wood Stairs +tile.stairsWoodSpruce.name=Pine Wood Stairs +tile.stone.andesite.name=asphalt +tile.stone.andesiteSmooth.name=polished asphalt +tile.stone.diorite.name=Diorite +tile.stone.dioriteSmooth.name=Polished Diorite +tile.stone.granite.name=Granite +tile.stone.graniteSmooth.name=Polished Granite +tile.stone.stone.name=Stone +tile.stoneMoss.name=Mossy Cobble +tile.stoneSlab.brick.name=Brick Slab +tile.stoneSlab.cobble.name=Cobble Slab +tile.stoneSlab.name=Stone Slab +tile.stoneSlab.netherBrick.name=DownUnder Brick Slab +tile.stoneSlab.quartz.name=Quartz Slab +tile.stoneSlab.sand.name=Sandstone Slab +tile.stoneSlab.smoothStoneBrick.name=Stone Brick Slab +tile.stoneSlab.stone.name=Stone Slab +tile.stoneSlab.wood.name=Wooden Slab +tile.stoneSlab2.red_sandstone.name=Red Sandstone Slab +tile.stonebrick.name=Cobble +tile.stonebricksmooth.chiseled.name=Chiselled Stone Bricks +tile.stonebricksmooth.cracked.name=Cracked Stone Bricks +tile.stonebricksmooth.default.name=Stone Bricks +tile.stonebricksmooth.mossy.name=Mossy Stone Bricks +tile.stonebricksmooth.name=Stone Bricks +tile.tallgrass.fern.name=Fern +tile.tallgrass.grass.name=Grass +tile.tallgrass.name=Grass +tile.tallgrass.shrub.name=Shrub +tile.thinGlass.name=Glass Pane +tile.thinStainedGlass.black.name=Black Stained Glass Pane +tile.thinStainedGlass.blue.name=Blue Stained Glass Pane +tile.thinStainedGlass.brown.name=Brown Stained Glass Pane +tile.thinStainedGlass.cyan.name=Cyan Stained Glass Pane +tile.thinStainedGlass.gray.name=Grey Stained Glass Pane +tile.thinStainedGlass.green.name=Green Stained Glass Pane +tile.thinStainedGlass.lightBlue.name=Light Blue Stained Glass Pane +tile.thinStainedGlass.lime.name=Lime Stained Glass Pane +tile.thinStainedGlass.magenta.name=Magenta Stained Glass Pane +tile.thinStainedGlass.name=Stained Glass Pane +tile.thinStainedGlass.orange.name=Orange Stained Glass Pane +tile.thinStainedGlass.pink.name=Pink Stained Glass Pane +tile.thinStainedGlass.purple.name=Purple Stained Glass Pane +tile.thinStainedGlass.red.name=Red Stained Glass Pane +tile.thinStainedGlass.silver.name=Light Grey Stained Glass Pane +tile.thinStainedGlass.white.name=White Stained Glass Pane +tile.thinStainedGlass.yellow.name=Yellow Stained Glass Pane +tile.tnt.name=Dynamite +tile.torch.name=Torch +tile.trapdoor.name=Trapdoor +tile.tripWire.name=Tripwire +tile.tripWireSource.name=Tripwire Hook +tile.vine.name=Vines +tile.water.name=Water +tile.waterlily.name=Lily Pad +tile.web.name=Spiderweb +tile.weightedPlate_heavy.name=Weighted Pressure Plate (Heavy) +tile.weightedPlate_light.name=Weighted Pressure Plate (Light) +tile.whiteStone.name=Never Never Stone +tile.wood.acacia.name=Acacia Wood Planks +tile.wood.big_oak.name=Dark Oak Wood Planks +tile.wood.birch.name=Gum Wood Planks +tile.wood.jungle.name=Jarrah Wood Planks +tile.wood.name=Wooden Planks +tile.wood.oak.name=Eucalyptus Wood Planks +tile.wood.spruce.name=Pine Wood Planks +tile.woodSlab.acacia.name=Acacia Wood Slab +tile.woodSlab.big_oak.name=Dark Oak Wood Slab +tile.woodSlab.birch.name=Gum Wood Slab +tile.woodSlab.jungle.name=Jarrah Wood Slab +tile.woodSlab.name=Wood Slab +tile.woodSlab.oak.name=Eucalyptus Wood Slab +tile.woodSlab.spruce.name=Pine Wood Slab +tile.woolCarpet.black.name=Black Rug +tile.woolCarpet.blue.name=Blue Rug +tile.woolCarpet.brown.name=Brown Rug +tile.woolCarpet.cyan.name=Cyan Rug +tile.woolCarpet.gray.name=Gray Rug +tile.woolCarpet.green.name=Green Rug +tile.woolCarpet.lightBlue.name=Light Blue Rug +tile.woolCarpet.lime.name=Lime Rug +tile.woolCarpet.magenta.name=Magenta Rug +tile.woolCarpet.name=Rug +tile.woolCarpet.orange.name=Orange rug +tile.woolCarpet.pink.name=Pink Rug +tile.woolCarpet.purple.name=Purple Rug +tile.woolCarpet.red.name=Red Rug +tile.woolCarpet.silver.name=Light Gray Rug +tile.woolCarpet.white.name=Rug +tile.woolCarpet.yellow.name=Yellow Rug +tile.workbench.name=Crafting Table +title.oldgl1=Old graphics card detected; this may prevent you from +title.oldgl2=playing in the far future as OpenGL 2.0 will be required. +translation.test.invalid=G'day % +translation.test.invalid2=G'day %s +translation.test.none=G'day, world! +translation.test.world=world diff --git a/javascript/lang/en_CA.lang b/javascript/lang/en_CA.lang new file mode 100755 index 00000000..a36f127c --- /dev/null +++ b/javascript/lang/en_CA.lang @@ -0,0 +1,2517 @@ +achievement.acquireIron=Acquire Hardware +achievement.acquireIron.desc=Smelt an iron ingot +achievement.bakeCake=The Lie +achievement.bakeCake.desc=Wheat, sugar, milk and eggs! +achievement.blazeRod=Into Fire +achievement.blazeRod.desc=Relieve a Blaze of its rod +achievement.bookcase=Librarian +achievement.bookcase.desc=Build some bookshelves to improve your enchantment table +achievement.breedCow=Repopulation +achievement.breedCow.desc=Breed two cows with wheat +achievement.buildBetterPickaxe=Getting an Upgrade +achievement.buildBetterPickaxe.desc=Construct a better pickaxe +achievement.buildFurnace=Hot Topic +achievement.buildFurnace.desc=Construct a furnace out of eight cobblestone blocks +achievement.buildHoe=Time to Farm! +achievement.buildHoe.desc=Use planks and sticks to make a hoe +achievement.buildPickaxe=Time to Mine! +achievement.buildPickaxe.desc=Use planks and sticks to make a pickaxe +achievement.buildSword=Time to Strike! +achievement.buildSword.desc=Use planks and sticks to make a sword +achievement.buildWorkBench=Benchmarking +achievement.buildWorkBench.desc=Craft a workbench with four blocks of planks +achievement.cookFish=Slammin' Salmon +achievement.cookFish.desc=Catch and cook fish! +achievement.diamonds=DIAMONDS! +achievement.diamonds.desc=Acquire diamonds with your iron tools +achievement.diamondsToYou=Diamonds to you! +achievement.diamondsToYou.desc=Throw a diamond at another player +achievement.enchantments=Enchanter +achievement.enchantments.desc=Use a book, obsidian and diamonds to construct an enchantment table +achievement.exploreAllBiomes=Adventuring Time +achievement.exploreAllBiomes.desc=Discover all biomes +achievement.flyPig=When Pigs Fly +achievement.flyPig.desc=Fly a pig off a cliff +achievement.fullBeacon=Beaconator +achievement.fullBeacon.desc=Create a full beacon +achievement.get=Achievement get! +achievement.ghast=Return to Sender +achievement.ghast.desc=Destroy a Ghast with a fireball +achievement.killCow=Cow Tipper +achievement.killCow.desc=Harvest some leather +achievement.killEnemy=Monster Hunter +achievement.killEnemy.desc=Attack and destroy a monster +achievement.killWither=The Beginning. +achievement.killWither.desc=Kill the Wither +achievement.makeBread=Bake Bread +achievement.makeBread.desc=Turn wheat into bread +achievement.mineWood=Getting Wood +achievement.mineWood.desc=Attack a tree until a block of wood pops out +achievement.onARail=On A Rail +achievement.onARail.desc=Travel by minecart at least 1 km from where you started +achievement.openInventory=Taking Inventory +achievement.openInventory.desc=Press '%1$s' to open your inventory. +achievement.overkill=Overkill +achievement.overkill.desc=Deal nine hearts of damage in a single hit +achievement.overpowered=Overpowered +achievement.overpowered.desc=Build a Notch apple +achievement.portal=We Need to Go Deeper +achievement.portal.desc=Build a portal to the Nether +achievement.potion=Local Brewery +achievement.potion.desc=Brew a potion +achievement.requires=Requires '%1$s' +achievement.snipeSkeleton=Sniper Duel +achievement.snipeSkeleton.desc=Kill a skeleton with an arrow from more than 50 metres +achievement.spawnWither=The Beginning? +achievement.spawnWither.desc=Spawn the Wither +achievement.taken=Taken! +achievement.theEnd=The End? +achievement.theEnd.desc=Locate the End +achievement.theEnd2=The End. +achievement.theEnd2.desc=Defeat the Ender Dragon +achievement.unknown=??? +addServer.add=Done +addServer.enterIp=Server Address +addServer.enterName=Server Name +addServer.hideAddress=Hide Address +addServer.resourcePack=Server Resource Packs +addServer.resourcePack.disabled=Disabled +addServer.resourcePack.enabled=Enabled +addServer.resourcePack.prompt=Prompt +addServer.title=Edit Server Info +advMode.allEntities=Use "@e" to target all entities +advMode.allPlayers=Use "@a" to target all players +advMode.command=Console Command +advMode.nearestPlayer=Use "@p" to target nearest player +advMode.notAllowed=Must be an opped player in creative mode +advMode.notEnabled=Command blocks are not enabled on this server +advMode.previousOutput=Previous Output +advMode.randomPlayer=Use "@r" to target random player +advMode.setCommand=Set Console Command for Block +advMode.setCommand.success=Command set: %s +attribute.modifier.plus.0=+%s %s +attribute.modifier.plus.1=+%s%% %s +attribute.modifier.plus.2=+%s%% %s +attribute.modifier.take.0=-%s %s +attribute.modifier.take.1=-%s%% %s +attribute.modifier.take.2=-%s%% %s +attribute.name.generic.attackDamage=Attack Damage +attribute.name.generic.followRange=Mob Follow Range +attribute.name.generic.knockbackResistance=Knockback Resistance +attribute.name.generic.maxHealth=Max Health +attribute.name.generic.movementSpeed=Speed +attribute.name.horse.jumpStrength=Horse Jump Strength +attribute.name.zombie.spawnReinforcements=Zombie Reinforcements +book.byAuthor=by %1$s +book.editTitle=Enter Book Title: +book.finalizeButton=Sign and Close +book.finalizeWarning=Note! When you sign the book, it will no longer be editable. +book.generation.0=Original +book.generation.1=Copy of original +book.generation.2=Copy of a copy +book.generation.3=Tattered +book.pageIndicator=Page %1$s of %2$s +book.signButton=Sign +build.tooHigh=Height limit for building is %s blocks +chat.cannotSend=Cannot send chat message +chat.copy=Copy to Clipboard +chat.link.confirm=Are you sure you want to open the following website? +chat.link.confirmTrusted=Do you want to open this link or copy it to your clipboard? +chat.link.open=Open in browser +chat.link.warning=Never open links from people that you don't trust! +chat.stream.emote=(%s) * %s %s +chat.stream.text=(%s) <%s> %s +chat.type.achievement=%s has just earned the achievement %s +chat.type.achievement.taken=%s has lost the achievement %s +chat.type.admin=[%s: %s] +chat.type.announcement=[%s] %s +chat.type.emote=* %s %s +chat.type.text=<%s> %s +commands.achievement.alreadyHave=Player %s already has achievement %s +commands.achievement.dontHave=Player %s doesn't have achievement %s +commands.achievement.give.success.all=Successfully gave all achievements to %s +commands.achievement.give.success.one=Successfully gave %s the stat %s +commands.achievement.statTooLow=Player %s does not have the stat %s +commands.achievement.take.success.all=Successfully taken all achievements from %s +commands.achievement.take.success.one=Successfully taken the stat %s from %s +commands.achievement.unknownAchievement=Unknown achievement or statistic '%s' +commands.achievement.usage=/achievement [player] +commands.ban.failed=Could not ban player %s +commands.ban.success=Banned player %s +commands.ban.usage=/ban [reason ...] +commands.banip.invalid=You have entered an invalid IP address or a player that is not online +commands.banip.success=Banned IP address %s +commands.banip.success.players=Banned IP address %s belonging to %s +commands.banip.usage=/ban-ip [reason ...] +commands.banlist.ips=There are %s total banned IP addresses: +commands.banlist.players=There are %s total banned players: +commands.banlist.usage=/banlist [ips|players] +commands.blockdata.failed=The data tag did not change: %s +commands.blockdata.notValid=The target block is not a data holder block +commands.blockdata.outOfWorld=Cannot change block outside of the world +commands.blockdata.success=Block data updated to: %s +commands.blockdata.tagError=Data tag parsing failed: %s +commands.blockdata.usage=/blockdata +commands.chunkinfo.compiled=Chunk is compiled. +commands.chunkinfo.data=First 64 vertices are: %s +commands.chunkinfo.empty=Chunk is empty. +commands.chunkinfo.hasLayers=Chunk has layers: %s +commands.chunkinfo.hasNoRenderableLayers=Chunk has no renderable layers. +commands.chunkinfo.isEmpty=Chunk has empty layers: %s +commands.chunkinfo.location=Chunk location: (%s, %s, %s) +commands.chunkinfo.noChunk=No chunk found at chunk position %s, %s, %s +commands.chunkinfo.notCompiled=Chunk is not compiled. +commands.chunkinfo.notEmpty=Chunk is not empty. +commands.chunkinfo.usage=/chunkinfo [ ] +commands.chunkinfo.vertices=%s layer's buffer contains %s vertices +commands.clear.failure=Could not clear the inventory of %s, no items to remove +commands.clear.success=Cleared the inventory of %s, removing %s items +commands.clear.tagError=Data tag parsing failed: %s +commands.clear.testing=%s has %s items that match the criteria +commands.clear.usage=/clear [player] [item] [data] [maxCount] [dataTag] +commands.clone.failed=No blocks cloned +commands.clone.noOverlap=Source and destination can not overlap +commands.clone.outOfWorld=Cannot access blocks outside of the world +commands.clone.success=%s blocks cloned +commands.clone.tooManyBlocks=Too many blocks in the specified area (%s > %s) +commands.clone.usage=/clone [mode] +commands.compare.failed=Source and destination are not identical +commands.compare.outOfWorld=Cannot access blocks outside of the world +commands.compare.success=%s blocks compared +commands.compare.tooManyBlocks=Too many blocks in the specified area (%s > %s) +commands.compare.usage=/testforblocks [mode] +commands.debug.notStarted=Can't stop profiling when we haven't started yet! +commands.debug.start=Started debug profiling +commands.debug.stop=Stopped debug profiling after %s seconds (%s ticks) +commands.defaultgamemode.success=The world's default game mode is now %s +commands.defaultgamemode.usage=/defaultgamemode +commands.deop.failed=Could not de-op %s +commands.deop.success=De-opped %s +commands.deop.usage=/deop +commands.difficulty.success=Set game difficulty to %s +commands.difficulty.usage=/difficulty +commands.downfall.success=Toggled downfall +commands.downfall.usage=/toggledownfall +commands.effect.failure.notActive=Couldn't take %1$s from %2$s as they do not have the effect +commands.effect.failure.notActive.all=Couldn't take any effects from %s as they do not have any +commands.effect.notFound=There is no such mob effect with ID %s +commands.effect.success=Gave %1$s (ID %2$s) * %3$s to %4$s for %5$s seconds +commands.effect.success.removed=Took %1$s from %2$s +commands.effect.success.removed.all=Took all effects from %s +commands.effect.usage=/effect [seconds] [amplifier] [hideParticles] +commands.enchant.cantCombine=%1$s can't be combined with %2$s +commands.enchant.cantEnchant=The selected enchantment can't be added to the target item +commands.enchant.noItem=The target doesn't hold an item +commands.enchant.notFound=There is no such enchantment with ID %s +commands.enchant.success=Enchanting succeeded +commands.enchant.usage=/enchant [level] +commands.entitydata.failed=The data tag did not change: %s +commands.entitydata.noPlayers=%s is a player and cannot be changed +commands.entitydata.success=Entity data updated to: %s +commands.entitydata.tagError=Data tag parsing failed: %s +commands.entitydata.usage=/entitydata +commands.execute.allInvocationsFailed=All invocations failed: '%s' +commands.execute.failed=Failed to execute '%s' as %s +commands.execute.usage=/execute OR /execute detect +commands.fill.failed=No blocks filled +commands.fill.outOfWorld=Cannot place blocks outside of the world +commands.fill.success=%s blocks filled +commands.fill.tagError=Data tag parsing failed: %s +commands.fill.tooManyBlocks=Too many blocks in the specified area (%s > %s) +commands.fill.usage=/fill [dataValue] [oldBlockHandling] [dataTag] +commands.gamemode.success.other=Set %s's game mode to %s +commands.gamemode.success.self=Set own game mode to %s +commands.gamemode.usage=/gamemode [player] +commands.gamerule.nopermission=Only server owners can change '%s' +commands.gamerule.norule=No game rule called '%s' is available +commands.gamerule.success=Game rule has been updated +commands.gamerule.usage=/gamerule [value] +commands.generic.boolean.invalid='%s' is not true or false +commands.generic.double.tooBig=The number you have entered (%s) is too big, it must be at most %s +commands.generic.double.tooSmall=The number you have entered (%s) is too small, it must be at least %s +commands.generic.entity.invalidType=Entity type '%s' is invalid +commands.generic.entity.invalidUuid=The entity UUID provided is in an invalid format +commands.generic.entity.notFound=That entity cannot be found +commands.generic.exception=An unknown error occurred while attempting to perform this command +commands.generic.notFound=Unknown command. Try /help for a list of commands +commands.generic.num.invalid='%s' is not a valid number +commands.generic.num.tooBig=The number you have entered (%s) is too big, it must be at most %s +commands.generic.num.tooSmall=The number you have entered (%s) is too small, it must be at least %s +commands.generic.parameter.invalid='%s' is not a valid parameter +commands.generic.permission=You do not have permission to use this command +commands.generic.player.notFound=That player cannot be found +commands.generic.syntax=Invalid command syntax +commands.generic.usage=Usage: %s +commands.give.notFound=There is no such item with ID %s +commands.give.success=Gave %s * %s to %s +commands.give.tagError=Data tag parsing failed: %s +commands.give.usage=/give [amount] [data] [dataTag] +commands.help.footer=Tip: Use the key while typing a command to auto-complete the command or its arguments +commands.help.header=--- Showing help page %s of %s (/help (or /?) ) --- +commands.help.usage=/help [page|command name] +commands.kick.success=Kicked %s from the game +commands.kick.success.reason=Kicked %s from the game: '%s' +commands.kick.usage=/kick [reason ...] +commands.kill.successful=Killed %s +commands.kill.usage=/kill [player|entity] +commands.me.usage=/me +commands.message.display.incoming=%s whispers to you: %s +commands.message.display.outgoing=You whisper to %s: %s +commands.message.sameTarget=You can't send a private message to yourself! +commands.message.usage=/tell +commands.op.failed=Could not op %s +commands.op.success=Opped %s +commands.op.usage=/op +commands.particle.notFound=Unknown effect name (%s) +commands.particle.success=Playing effect %s for %s times +commands.particle.usage=/particle [count] [mode] +commands.players.list=There are %s/%s players online: +commands.players.usage=/list +commands.playsound.playerTooFar=Player %s is too far away to hear the sound +commands.playsound.success=Played sound '%s' to %s +commands.playsound.usage=/playsound [x] [y] [z] [volume] [pitch] [minimumVolume] +commands.publish.failed=Unable to host local game +commands.publish.started=Local game hosted on port %s +commands.publish.usage=/publish +commands.replaceitem.block.usage=/replaceitem block [amount] [data] [dataTag] +commands.replaceitem.entity.usage=/replaceitem entity [amount] [data] [dataTag] +commands.replaceitem.failed=Could not replace slot %s with %s * %s +commands.replaceitem.noContainer=Block at %s, %s, %s is not a container +commands.replaceitem.success=Replaced slot %s with %s * %s +commands.replaceitem.tagError=Data tag parsing failed: %s +commands.replaceitem.usage=/replaceitem ... +commands.save-off.alreadyOff=Saving is already turned off. +commands.save-off.usage=/save-off +commands.save-on.alreadyOn=Saving is already turned on. +commands.save-on.usage=/save-on +commands.save.disabled=Turned off world auto-saving +commands.save.enabled=Turned on world auto-saving +commands.save.failed=Saving failed: %s +commands.save.start=Saving... +commands.save.success=Saved the world +commands.save.usage=/save-all +commands.say.usage=/say +commands.scoreboard.allMatchesFailed=All matches failed +commands.scoreboard.noMultiWildcard=Only one user wildcard allowed +commands.scoreboard.objectiveNotFound=No objective was found by the name '%s' +commands.scoreboard.objectiveReadOnly=The objective '%s' is read-only and cannot be set +commands.scoreboard.objectives.add.alreadyExists=An objective with the name '%s' already exists +commands.scoreboard.objectives.add.displayTooLong=The display name '%s' is too long for an objective, it can be at most %s characters long +commands.scoreboard.objectives.add.success=Added new objective '%s' successfully +commands.scoreboard.objectives.add.tooLong=The name '%s' is too long for an objective, it can be at most %s characters long +commands.scoreboard.objectives.add.usage=/scoreboard objectives add [display name ...] +commands.scoreboard.objectives.add.wrongType=Invalid objective criteria type '%s' +commands.scoreboard.objectives.list.count=Showing %s objective(s) on scoreboard: +commands.scoreboard.objectives.list.empty=There are no objectives on the scoreboard +commands.scoreboard.objectives.list.entry=- %s: displays as '%s' and is type '%s' +commands.scoreboard.objectives.remove.success=Removed objective '%s' successfully +commands.scoreboard.objectives.remove.usage=/scoreboard objectives remove +commands.scoreboard.objectives.setdisplay.invalidSlot=No such display slot '%s' +commands.scoreboard.objectives.setdisplay.successCleared=Cleared objective display slot '%s' +commands.scoreboard.objectives.setdisplay.successSet=Set the display objective in slot '%s' to '%s' +commands.scoreboard.objectives.setdisplay.usage=/scoreboard objectives setdisplay [objective] +commands.scoreboard.objectives.usage=/scoreboard objectives ... +commands.scoreboard.players.add.usage=/scoreboard players add [dataTag] +commands.scoreboard.players.enable.noTrigger=Objective %s is not a trigger +commands.scoreboard.players.enable.success=Enabled trigger %s for %s +commands.scoreboard.players.enable.usage=/scoreboard players enable +commands.scoreboard.players.list.count=Showing %s tracked players on the scoreboard: +commands.scoreboard.players.list.empty=There are no tracked players on the scoreboard +commands.scoreboard.players.list.player.count=Showing %s tracked objective(s) for %s: +commands.scoreboard.players.list.player.empty=Player %s has no scores recorded +commands.scoreboard.players.list.player.entry=- %2$s: %1$s (%3$s) +commands.scoreboard.players.list.usage=/scoreboard players list [name] +commands.scoreboard.players.operation.invalidOperation=Invalid operation %s +commands.scoreboard.players.operation.notFound=No %s score for %s found +commands.scoreboard.players.operation.success=Operation applied successfully +commands.scoreboard.players.operation.usage=/scoreboard players operation +commands.scoreboard.players.remove.usage=/scoreboard players remove [dataTag] +commands.scoreboard.players.reset.success=Reset all scores of player %s +commands.scoreboard.players.reset.usage=/scoreboard players reset [objective] +commands.scoreboard.players.resetscore.success=Reset score %s of player %s +commands.scoreboard.players.set.success=Set score of %s for player %s to %s +commands.scoreboard.players.set.tagError=Could not parse dataTag, reason: %s +commands.scoreboard.players.set.tagMismatch=The dataTag does not match for %s +commands.scoreboard.players.set.usage=/scoreboard players set [dataTag] +commands.scoreboard.players.test.failed=Score %s is NOT in range %s to %s +commands.scoreboard.players.test.notFound=No %s score for %s found +commands.scoreboard.players.test.success=Score %s is in range %s to %s +commands.scoreboard.players.test.usage=/scoreboard players test [max] +commands.scoreboard.players.usage=/scoreboard players ... +commands.scoreboard.teamNotFound=No team was found by the name '%s' +commands.scoreboard.teams.add.alreadyExists=A team with the name '%s' already exists +commands.scoreboard.teams.add.displayTooLong=The display name '%s' is too long for a team, it can be at most %s characters long +commands.scoreboard.teams.add.success=Added new team '%s' successfully +commands.scoreboard.teams.add.tooLong=The name '%s' is too long for a team, it can be at most %s characters long +commands.scoreboard.teams.add.usage=/scoreboard teams add [display name ...] +commands.scoreboard.teams.empty.alreadyEmpty=Team %s is already empty, cannot remove nonexistent players +commands.scoreboard.teams.empty.success=Removed all %s player(s) from team %s +commands.scoreboard.teams.empty.usage=/scoreboard teams empty +commands.scoreboard.teams.join.failure=Could not add %s player(s) to team %s: %s +commands.scoreboard.teams.join.success=Added %s player(s) to team %s: %s +commands.scoreboard.teams.join.usage=/scoreboard teams join [player] +commands.scoreboard.teams.leave.failure=Could not remove %s player(s) from their teams: %s +commands.scoreboard.teams.leave.noTeam=You are not in a team +commands.scoreboard.teams.leave.success=Removed %s player(s) from their teams: %s +commands.scoreboard.teams.leave.usage=/scoreboard teams leave [player] +commands.scoreboard.teams.list.count=Showing %s teams on the scoreboard: +commands.scoreboard.teams.list.empty=There are no teams registered on the scoreboard +commands.scoreboard.teams.list.entry=- %1$s: '%2$s' has %3$s players +commands.scoreboard.teams.list.player.count=Showing %s player(s) in team %s: +commands.scoreboard.teams.list.player.empty=Team %s has no players +commands.scoreboard.teams.list.player.entry=- %2$s: %1$s (%3$s) +commands.scoreboard.teams.list.usage=/scoreboard teams list [name] +commands.scoreboard.teams.option.noValue=Valid values for option %s are: %s +commands.scoreboard.teams.option.success=Set option %s for team %s to %s +commands.scoreboard.teams.option.usage=/scoreboard teams option +commands.scoreboard.teams.remove.success=Removed team %s +commands.scoreboard.teams.remove.usage=/scoreboard teams remove +commands.scoreboard.teams.usage=/scoreboard teams ... +commands.scoreboard.usage=/scoreboard ... +commands.seed.success=Seed: %s +commands.seed.usage=/seed +commands.setblock.failed=Unable to place block +commands.setblock.noChange=The block couldn't be placed +commands.setblock.notFound=There is no such block with ID/name %s +commands.setblock.outOfWorld=Cannot place block outside of the world +commands.setblock.success=Block placed +commands.setblock.tagError=Data tag parsing failed: %s +commands.setblock.usage=/setblock [dataValue] [oldBlockHandling] [dataTag] +commands.setidletimeout.success=Successfully set the idle timeout to %s minutes. +commands.setidletimeout.usage=/setidletimeout +commands.setworldspawn.success=Set the world spawn point to (%s, %s, %s) +commands.setworldspawn.usage=/setworldspawn [ ] +commands.spawnpoint.success=Set %s's spawn point to (%s, %s, %s) +commands.spawnpoint.usage=/spawnpoint [player] [ ] +commands.spreadplayers.failure.players=Could not spread %s players around %s,%s (too many players for space - try using spread of at most %s) +commands.spreadplayers.failure.teams=Could not spread %s teams around %s,%s (too many players for space - try using spread of at most %s) +commands.spreadplayers.info.players=(Average distance between players is %s blocks apart after %s iterations) +commands.spreadplayers.info.teams=(Average distance between teams is %s blocks apart after %s iterations) +commands.spreadplayers.spreading.players=Spreading %s players %s blocks around %s,%s (min %s blocks apart) +commands.spreadplayers.spreading.teams=Spreading %s teams %s blocks around %s,%s (min %s blocks apart) +commands.spreadplayers.success.players=Successfully spread %s players around %s,%s +commands.spreadplayers.success.teams=Successfully spread %s teams around %s,%s +commands.spreadplayers.usage=/spreadplayers +commands.stats.block.clear.usage=/stats block clear +commands.stats.block.set.usage=/stats block set +commands.stats.block.usage=/stats block ... +commands.stats.cleared=Cleared %s stats +commands.stats.entity.clear.usage=/stats entity clear +commands.stats.entity.set.usage=/stats entity set +commands.stats.entity.usage=/stats entity ... +commands.stats.failed=Invalid parameters +commands.stats.noCompatibleBlock=Block at %s, %s, %s can not track stats +commands.stats.success=Storing %s stats in %s on %s +commands.stats.usage=/stats ... +commands.stop.start=Stopping the server +commands.stop.usage=/stop +commands.summon.failed=Unable to summon object +commands.summon.outOfWorld=Cannot summon the object out of the world +commands.summon.success=Object successfully summoned +commands.summon.tagError=Data tag parsing failed: %s +commands.summon.usage=/summon [x] [y] [z] [dataTag] +commands.tellraw.jsonException=Invalid json: %s +commands.tellraw.usage=/tellraw +commands.testfor.failure=%s did not match the required data structure +commands.testfor.success=Found %s +commands.testfor.tagError=Data tag parsing failed: %s +commands.testfor.usage=/testfor [dataTag] +commands.testforblock.failed.data=The block at %s,%s,%s had the data value of %s (expected: %s). +commands.testforblock.failed.nbt=The block at %s,%s,%s did not have the required NBT keys. +commands.testforblock.failed.tile=The block at %s,%s,%s is %s (expected: %s). +commands.testforblock.failed.tileEntity=The block at %s,%s,%s is not a tile entity and cannot support tag matching. +commands.testforblock.outOfWorld=Cannot test for block outside of the world +commands.testforblock.success=Successfully found the block at %s,%s,%s. +commands.testforblock.usage=/testforblock [dataValue] [dataTag] +commands.time.added=Added %s to the time +commands.time.query=Time is %s +commands.time.set=Set the time to %s +commands.time.usage=/time +commands.title.success=Title command successfully executed +commands.title.usage=/title ... +commands.title.usage.clear=/title clear|reset +commands.title.usage.times=/title times +commands.title.usage.title=/title title|subtitle +commands.tp.notSameDimension=Unable to teleport because players are not in the same dimension +commands.tp.success=Teleported %s to %s +commands.tp.success.coordinates=Teleported %s to %s,%s,%s +commands.tp.usage=/tp [target player] OR /tp [target player] [ ] +commands.trigger.disabled=Trigger %s is not enabled +commands.trigger.invalidMode=Invalid trigger mode %s +commands.trigger.invalidObjective=Invalid trigger name %s +commands.trigger.invalidPlayer=Only players can use the /trigger command +commands.trigger.success=Trigger %s changed with %s %s +commands.trigger.usage=/trigger +commands.unban.failed=Could not unban player %s +commands.unban.success=Unbanned player %s +commands.unban.usage=/pardon +commands.unbanip.invalid=You have entered an invalid IP address +commands.unbanip.success=Unbanned IP address %s +commands.unbanip.usage=/pardon-ip
+commands.weather.clear=Changing to clear weather +commands.weather.rain=Changing to rainy weather +commands.weather.thunder=Changing to rain and thunder +commands.weather.usage=/weather [duration in seconds] +commands.whitelist.add.failed=Could not add %s to the whitelist +commands.whitelist.add.success=Added %s to the whitelist +commands.whitelist.add.usage=/whitelist add +commands.whitelist.disabled=Turned off the whitelist +commands.whitelist.enabled=Turned on the whitelist +commands.whitelist.list=There are %s (out of %s seen) whitelisted players: +commands.whitelist.reloaded=Reloaded the whitelist +commands.whitelist.remove.failed=Could not remove %s from the whitelist +commands.whitelist.remove.success=Removed %s from the whitelist +commands.whitelist.remove.usage=/whitelist remove +commands.whitelist.usage=/whitelist +commands.worldborder.add.usage=/worldborder add [timeInSeconds] +commands.worldborder.center.success=Set world border centre to %s,%s +commands.worldborder.center.usage=/worldborder center +commands.worldborder.damage.amount.success=Set world border damage amount to %s per block (from %s per block) +commands.worldborder.damage.amount.usage=/worldborder damage amount +commands.worldborder.damage.buffer.success=Set world border damage buffer to %s blocks (from %s blocks) +commands.worldborder.damage.buffer.usage=/worldborder damage buffer +commands.worldborder.damage.usage=/worldborder damage ... +commands.worldborder.get.success=World border is currently %s blocks wide +commands.worldborder.set.success=Set world border to %s blocks wide (from %s blocks) +commands.worldborder.set.usage=/worldborder set [timeInSeconds] +commands.worldborder.setSlowly.grow.success=Growing world border to %s blocks wide (up from %s blocks) over %s seconds +commands.worldborder.setSlowly.shrink.success=Shrinking world border to %s blocks wide (down from %s blocks) over %s seconds +commands.worldborder.usage=/worldborder ... +commands.worldborder.warning.distance.success=Set world border warning to %s blocks away (from %s blocks) +commands.worldborder.warning.distance.usage=/worldborder warning distance +commands.worldborder.warning.time.success=Set world border warning to %s seconds away (from %s seconds) +commands.worldborder.warning.time.usage=/worldborder warning time +commands.worldborder.warning.usage=/worldborder warning ... +commands.xp.failure.widthdrawXp=Cannot give player negative experience points +commands.xp.success=Gave %s experience to %s +commands.xp.success.levels=Gave %s levels to %s +commands.xp.success.negative.levels=Took %s levels from %s +commands.xp.usage=/xp [player] OR /xp L [player] +connect.authorizing=Logging in... +connect.connecting=Connecting to the server... +connect.failed=Failed to connect to the server +container.beacon=Beacon +container.brewing=Brewing Stand +container.chest=Chest +container.chestDouble=Large Chest +container.crafting=Crafting +container.creative=Item Selection +container.dispenser=Dispenser +container.dropper=Dropper +container.enchant=Enchant +container.enchant.clue=%s . . . ? +container.enchant.lapis.many=%s Lapis Lazuli +container.enchant.lapis.one=1 Lapis Lazuli +container.enchant.level.many=%s Enchantment Levels +container.enchant.level.one=1 Enchantment Level +container.enderchest=Ender Chest +container.furnace=Furnace +container.hopper=Item Hopper +container.inventory=Inventory +container.isLocked=%s is locked! +container.minecart=Minecart +container.repair=Repair & Name +container.repair.cost=Enchantment Cost: %1$s +container.repair.expensive=Too Expensive! +controls.reset=Reset +controls.resetAll=Reset Keys +controls.title=Controls +createWorld.customize.custom.baseSize=Depth Base Size +createWorld.customize.custom.biomeDepthOffset=Biome Depth Offset +createWorld.customize.custom.biomeDepthWeight=Biome Depth Weight +createWorld.customize.custom.biomeScaleOffset=Biome Scale Offset +createWorld.customize.custom.biomeScaleWeight=Biome Scale Weight +createWorld.customize.custom.biomeSize=Biome Size +createWorld.customize.custom.center=Centre Height +createWorld.customize.custom.confirm1=This will overwrite your current +createWorld.customize.custom.confirm2=settings and cannot be undone. +createWorld.customize.custom.confirmTitle=Warning! +createWorld.customize.custom.coordinateScale=Coordinate Scale +createWorld.customize.custom.count=Spawn Tries +createWorld.customize.custom.defaults=Defaults +createWorld.customize.custom.depthNoiseScaleExponent=Depth Noise Exponent +createWorld.customize.custom.depthNoiseScaleX=Depth Noise Scale X +createWorld.customize.custom.depthNoiseScaleZ=Depth Noise Scale Z +createWorld.customize.custom.dungeonChance=Dungeon Count +createWorld.customize.custom.fixedBiome=Biome +createWorld.customize.custom.heightScale=Height Scale +createWorld.customize.custom.lavaLakeChance=Lava Lake Rarity +createWorld.customize.custom.lowerLimitScale=Lower Limit Scale +createWorld.customize.custom.mainNoiseScaleX=Main Noise Scale X +createWorld.customize.custom.mainNoiseScaleY=Main Noise Scale Y +createWorld.customize.custom.mainNoiseScaleZ=Main Noise Scale Z +createWorld.customize.custom.maxHeight=Max. Height +createWorld.customize.custom.minHeight=Min. Height +createWorld.customize.custom.next=Next Page +createWorld.customize.custom.page0=Basic Settings +createWorld.customize.custom.page1=Ore Settings +createWorld.customize.custom.page2=Advanced Settings (Expert Users Only!) +createWorld.customize.custom.page3=Extra Advanced Settings (Expert Users Only!) +createWorld.customize.custom.preset.caveChaos=Caves of Chaos +createWorld.customize.custom.preset.caveDelight=Caver's Delight +createWorld.customize.custom.preset.drought=Drought +createWorld.customize.custom.preset.goodLuck=Good Luck +createWorld.customize.custom.preset.isleLand=Isle Land +createWorld.customize.custom.preset.mountains=Mountain Madness +createWorld.customize.custom.preset.waterWorld=Water World +createWorld.customize.custom.presets=Presets +createWorld.customize.custom.presets.title=Customize World Presets +createWorld.customize.custom.prev=Previous Page +createWorld.customize.custom.randomize=Randomize +createWorld.customize.custom.riverSize=River Size +createWorld.customize.custom.seaLevel=Sea Level +createWorld.customize.custom.size=Spawn Size +createWorld.customize.custom.spread=Spread Height +createWorld.customize.custom.stretchY=Height Stretch +createWorld.customize.custom.upperLimitScale=Upper Limit Scale +createWorld.customize.custom.useCaves=Caves +createWorld.customize.custom.useDungeons=Dungeons +createWorld.customize.custom.useLavaLakes=Lava Lakes +createWorld.customize.custom.useLavaOceans=Lava Oceans +createWorld.customize.custom.useMineShafts=Mineshafts +createWorld.customize.custom.useMonuments=Ocean Monuments +createWorld.customize.custom.useRavines=Ravines +createWorld.customize.custom.useStrongholds=Strongholds +createWorld.customize.custom.useTemples=Temples +createWorld.customize.custom.useVillages=Villages +createWorld.customize.custom.useWaterLakes=Water Lakes +createWorld.customize.custom.waterLakeChance=Water Lake Rarity +createWorld.customize.flat.addLayer=Add Layer +createWorld.customize.flat.editLayer=Edit Layer +createWorld.customize.flat.height=Height +createWorld.customize.flat.layer=%s +createWorld.customize.flat.layer.bottom=Bottom - %s +createWorld.customize.flat.layer.top=Top - %s +createWorld.customize.flat.removeLayer=Remove Layer +createWorld.customize.flat.tile=Layer Material +createWorld.customize.flat.title=Superflat Customization +createWorld.customize.presets=Presets +createWorld.customize.presets.list=Alternatively, here are some we've made earlier! +createWorld.customize.presets.select=Use Preset +createWorld.customize.presets.share=Want to share your preset with someone? Use the box below! +createWorld.customize.presets.title=Select a Preset +death.attack.anvil=%1$s was squashed by a falling anvil +death.attack.arrow=%1$s was shot by %2$s +death.attack.arrow.item=%1$s was shot by %2$s using %3$s +death.attack.cactus=%1$s was pricked to death +death.attack.cactus.player=%1$s walked into a cactus whilst trying to escape %2$s +death.attack.drown=%1$s drowned +death.attack.drown.player=%1$s drowned whilst trying to escape %2$s +death.attack.explosion=%1$s blew up +death.attack.explosion.player=%1$s was blown up by %2$s +death.attack.fall=%1$s hit the ground too hard +death.attack.fallingBlock=%1$s was squashed by a falling block +death.attack.fireball=%1$s was fireballed by %2$s +death.attack.fireball.item=%1$s was fireballed by %2$s using %3$s +death.attack.generic=%1$s died +death.attack.inFire=%1$s went up in flames +death.attack.inFire.player=%1$s walked into fire whilst fighting %2$s +death.attack.inWall=%1$s suffocated in a wall +death.attack.indirectMagic=%1$s was killed by %2$s using magic +death.attack.indirectMagic.item=%1$s was killed by %2$s using %3$s +death.attack.lava=%1$s tried to swim in lava +death.attack.lava.player=%1$s tried to swim in lava to escape %2$s +death.attack.lightningBolt=%1$s was struck by lightning +death.attack.magic=%1$s was killed by magic +death.attack.mob=%1$s was slain by %2$s +death.attack.onFire=%1$s burned to death +death.attack.onFire.player=%1$s was burnt to a crisp whilst fighting %2$s +death.attack.outOfWorld=%1$s fell out of the world +death.attack.player=%1$s was slain by %2$s +death.attack.player.item=%1$s was slain by %2$s using %3$s +death.attack.starve=%1$s starved to death +death.attack.thorns=%1$s was killed trying to hurt %2$s +death.attack.thrown=%1$s was pummelled by %2$s +death.attack.thrown.item=%1$s was pummelled by %2$s using %3$s +death.attack.wither=%1$s withered away +death.fell.accident.generic=%1$s fell from a high place +death.fell.accident.ladder=%1$s fell off a ladder +death.fell.accident.vines=%1$s fell off some vines +death.fell.accident.water=%1$s fell out of the water +death.fell.assist=%1$s was doomed to fall by %2$s +death.fell.assist.item=%1$s was doomed to fall by %2$s using %3$s +death.fell.finish=%1$s fell too far and was finished by %2$s +death.fell.finish.item=%1$s fell too far and was finished by %2$s using %3$s +death.fell.killer=%1$s was doomed to fall +deathScreen.deleteWorld=Delete world +deathScreen.hardcoreInfo=You cannot respawn in hardcore mode! +deathScreen.leaveServer=Leave server +deathScreen.quit.confirm=Are you sure you want to quit? +deathScreen.respawn=Respawn +deathScreen.score=Score +deathScreen.title=You died! +deathScreen.title.hardcore=Game over! +deathScreen.titleScreen=Title screen +demo.day.1=This demo will last five game days, do your best! +demo.day.2=Day Two +demo.day.3=Day Three +demo.day.4=Day Four +demo.day.5=This is your last day! +demo.day.6=You have passed your fifth day, use F2 to save a screenshot of your creation +demo.day.warning=Your time is almost up! +demo.demoExpired=Demo time's up! +demo.help.buy=Purchase Now! +demo.help.fullWrapped=This demo will last 5 ingame days (about 1 hour and 40 minutes of real time). Check the achievements for hints! Have fun! +demo.help.inventory=Use %1$s to open your inventory +demo.help.jump=Jump by pressing %1$s +demo.help.later=Continue Playing! +demo.help.movement=Use %1$s, %2$s, %3$s, %4$s and the mouse to move around +demo.help.movementMouse=Look around using the mouse +demo.help.movementShort=Move by pressing %1$s, %2$s, %3$s, %4$s +demo.help.title=Minecraft Demo Mode +demo.remainingTime=Remaining time: %s +demo.reminder=The demo time has expired, buy the game to continue or start a new world! +difficulty.lock.question=Are you sure you want to lock the difficulty of this world? This will set this world to always be %1$s, and you will never be able to change that again. +difficulty.lock.title=Lock World Difficulty +disconnect.closed=Connection closed +disconnect.disconnected=Disconnected by Server +disconnect.endOfStream=End of stream +disconnect.genericReason=%s +disconnect.kicked=Was kicked from the game +disconnect.loginFailed=Failed to login +disconnect.loginFailedInfo=Failed to login: %s +disconnect.loginFailedInfo.invalidSession=Invalid session (Try restarting your game) +disconnect.loginFailedInfo.serversUnavailable=The authentication are currently down for maintenance. +disconnect.lost=Connection Lost +disconnect.overflow=Buffer overflow +disconnect.quitting=Quitting +disconnect.spam=Kicked for spamming +disconnect.timeout=Timed out +enchantment.arrowDamage=Power +enchantment.arrowFire=Flame +enchantment.arrowInfinite=Infinity +enchantment.arrowKnockback=Punch +enchantment.damage.all=Sharpness +enchantment.damage.arthropods=Bane of Arthropods +enchantment.damage.undead=Smite +enchantment.digging=Efficiency +enchantment.durability=Unbreaking +enchantment.fire=Fire Aspect +enchantment.fishingSpeed=Lure +enchantment.knockback=Knockback +enchantment.level.1=I +enchantment.level.10=X +enchantment.level.2=II +enchantment.level.3=III +enchantment.level.4=IV +enchantment.level.5=V +enchantment.level.6=VI +enchantment.level.7=VII +enchantment.level.8=VIII +enchantment.level.9=IX +enchantment.lootBonus=Looting +enchantment.lootBonusDigger=Fortune +enchantment.lootBonusFishing=Luck of the Sea +enchantment.oxygen=Respiration +enchantment.protect.all=Protection +enchantment.protect.explosion=Blast Protection +enchantment.protect.fall=Feather Falling +enchantment.protect.fire=Fire Protection +enchantment.protect.projectile=Projectile Protection +enchantment.thorns=Thorns +enchantment.untouching=Silk Touch +enchantment.waterWalker=Depth Strider +enchantment.waterWorker=Aqua Affinity +entity.ArmorStand.name=Armour Stand +entity.Arrow.name=arrow +entity.Bat.name=Bat +entity.Blaze.name=Blaze +entity.Boat.name=Boat +entity.Cat.name=Cat +entity.CaveSpider.name=Cave Spider +entity.Chicken.name=Chicken +entity.Cow.name=Cow +entity.Creeper.name=Creeper +entity.EnderDragon.name=Ender Dragon +entity.Enderman.name=Enderman +entity.Endermite.name=Endermite +entity.EntityHorse.name=Horse +entity.FallingSand.name=Falling Block +entity.Fireball.name=Fireball +entity.Ghast.name=Ghast +entity.Giant.name=Giant +entity.Guardian.name=Guardian +entity.Item.name=Item +entity.KillerBunny.name=The Killer Bunny +entity.LavaSlime.name=Magma Cube +entity.Minecart.name=Minecart +entity.Mob.name=Mob +entity.Monster.name=Monster +entity.MushroomCow.name=Mooshroom +entity.Ozelot.name=Ocelot +entity.Painting.name=Painting +entity.Pig.name=Pig +entity.PigZombie.name=Zombie Pigman +entity.PrimedTnt.name=Primed TNT +entity.Rabbit.name=Rabbit +entity.Sheep.name=Sheep +entity.Silverfish.name=Silverfish +entity.Skeleton.name=Skeleton +entity.Slime.name=Slime +entity.SmallFireball.name=Small Fireball +entity.SnowMan.name=Snow Golem +entity.Snowball.name=Snowball +entity.Spider.name=Spider +entity.Squid.name=Squid +entity.Villager.armor=Armourer +entity.Villager.butcher=Butcher +entity.Villager.cleric=Cleric +entity.Villager.farmer=Farmer +entity.Villager.fisherman=Fisherman +entity.Villager.fletcher=Fletcher +entity.Villager.leather=Leatherworker +entity.Villager.librarian=Librarian +entity.Villager.name=Villager +entity.Villager.shepherd=Shepherd +entity.Villager.tool=Tool Smith +entity.Villager.weapon=Weapon Smith +entity.VillagerGolem.name=Iron Golem +entity.Witch.name=Witch +entity.WitherBoss.name=Wither +entity.Wolf.name=Wolf +entity.XPOrb.name=Experience Orb +entity.Zombie.name=Zombie +entity.donkey.name=Donkey +entity.generic.name=unknown +entity.horse.name=Horse +entity.mule.name=Mule +entity.skeletonhorse.name=Skeleton Horse +entity.zombiehorse.name=Zombie Horse +gameMode.adventure=Adventure Mode +gameMode.changed=Your game mode has been updated +gameMode.creative=Creative Mode +gameMode.hardcore=Hardcore Mode! +gameMode.spectator=Spectator Mode +gameMode.survival=Survival Mode +generator.amplified=AMPLIFIED +generator.amplified.info=Notice: Just for fun, requires beefy computer +generator.customized=Customized +generator.debug_all_block_states=Debug Mode +generator.default=Default +generator.flat=Superflat +generator.largeBiomes=Large Biomes +gui.achievements=Achievements +gui.all=All +gui.back=Back +gui.cancel=Cancel +gui.done=Done +gui.down=Down +gui.no=No +gui.none=None +gui.stats=Statistics +gui.toMenu=Back to title screen +gui.up=Up +gui.yes=Yes +inventory.binSlot=Destroy Item +item.apple.name=Apple +item.appleGold.name=Golden Apple +item.armorStand.name=Armour Stand +item.arrow.name=Arrow +item.banner.black.name=Black Banner +item.banner.blue.name=Blue Banner +item.banner.border.black=Black Bordure +item.banner.border.blue=Blue Bordure +item.banner.border.brown=Brown Bordure +item.banner.border.cyan=Cyan Bordure +item.banner.border.gray=Grey Bordure +item.banner.border.green=Green Bordure +item.banner.border.lightBlue=Light Blue Bordure +item.banner.border.lime=Lime Bordure +item.banner.border.magenta=Magenta Bordure +item.banner.border.orange=Orange Bordure +item.banner.border.pink=Pink Bordure +item.banner.border.purple=Purple Bordure +item.banner.border.red=Red Bordure +item.banner.border.silver=Light Grey Bordure +item.banner.border.white=White Bordure +item.banner.border.yellow=Yellow Bordure +item.banner.bricks.black=Black Field Masoned +item.banner.bricks.blue=Blue Field Masoned +item.banner.bricks.brown=Brown Field Masoned +item.banner.bricks.cyan=Cyan Field Masoned +item.banner.bricks.gray=Grey Field Masoned +item.banner.bricks.green=Green Field Masoned +item.banner.bricks.lightBlue=Light Blue Field Masoned +item.banner.bricks.lime=Lime Field Masoned +item.banner.bricks.magenta=Magenta Field Masoned +item.banner.bricks.orange=Orange Field Masoned +item.banner.bricks.pink=Pink Field Masoned +item.banner.bricks.purple=Purple Field Masoned +item.banner.bricks.red=Red Field Masoned +item.banner.bricks.silver=Light Grey Field Masoned +item.banner.bricks.white=White Field Masoned +item.banner.bricks.yellow=Yellow Field Masoned +item.banner.brown.name=Brown Banner +item.banner.circle.black=Black Roundel +item.banner.circle.blue=Blue Roundel +item.banner.circle.brown=Brown Roundel +item.banner.circle.cyan=Cyan Roundel +item.banner.circle.gray=Grey Roundel +item.banner.circle.green=Green Roundel +item.banner.circle.lightBlue=Light Blue Roundel +item.banner.circle.lime=Lime Roundel +item.banner.circle.magenta=Magenta Roundel +item.banner.circle.orange=Orange Roundel +item.banner.circle.pink=Pink Roundel +item.banner.circle.purple=Purple Roundel +item.banner.circle.red=Red Roundel +item.banner.circle.silver=Light Grey Roundel +item.banner.circle.white=White Roundel +item.banner.circle.yellow=Yellow Roundel +item.banner.creeper.black=Black Creeper Charge +item.banner.creeper.blue=Blue Creeper Charge +item.banner.creeper.brown=Brown Creeper Charge +item.banner.creeper.cyan=Cyan Creeper Charge +item.banner.creeper.gray=Grey Creeper Charge +item.banner.creeper.green=Green Creeper Charge +item.banner.creeper.lightBlue=Light Blue Creeper Charge +item.banner.creeper.lime=Lime Creeper Charge +item.banner.creeper.magenta=Magenta Creeper Charge +item.banner.creeper.orange=Orange Creeper Charge +item.banner.creeper.pink=Pink Creeper Charge +item.banner.creeper.purple=Purple Creeper Charge +item.banner.creeper.red=Red Creeper Charge +item.banner.creeper.silver=Light Grey Creeper Charge +item.banner.creeper.white=White Creeper Charge +item.banner.creeper.yellow=Yellow Creeper Charge +item.banner.cross.black=Black Saltire +item.banner.cross.blue=Blue Saltire +item.banner.cross.brown=Brown Saltire +item.banner.cross.cyan=Cyan Saltire +item.banner.cross.gray=Grey Saltire +item.banner.cross.green=Green Saltire +item.banner.cross.lightBlue=Light Blue Saltire +item.banner.cross.lime=Lime Saltire +item.banner.cross.magenta=Magenta Saltire +item.banner.cross.orange=Orange Saltire +item.banner.cross.pink=Pink Saltire +item.banner.cross.purple=Purple Saltire +item.banner.cross.red=Red Saltire +item.banner.cross.silver=Light Grey Saltire +item.banner.cross.white=White Saltire +item.banner.cross.yellow=Yellow Saltire +item.banner.curly_border.black=Black Bordure Indented +item.banner.curly_border.blue=Blue Bordure Indented +item.banner.curly_border.brown=Brown Bordure Indented +item.banner.curly_border.cyan=Cyan Bordure Indented +item.banner.curly_border.gray=Grey Bordure Indented +item.banner.curly_border.green=Green Bordure Indented +item.banner.curly_border.lightBlue=Light Blue Bordure Indented +item.banner.curly_border.lime=Lime Bordure Indented +item.banner.curly_border.magenta=Magenta Bordure Indented +item.banner.curly_border.orange=Orange Bordure Indented +item.banner.curly_border.pink=Pink Bordure Indented +item.banner.curly_border.purple=Purple Bordure Indented +item.banner.curly_border.red=Red Bordure Indented +item.banner.curly_border.silver=Light Grey Bordure Indented +item.banner.curly_border.white=White Bordure Indented +item.banner.curly_border.yellow=Yellow Bordure Indented +item.banner.cyan.name=Cyan Banner +item.banner.diagonal_left.black=Black Per Bend Sinister +item.banner.diagonal_left.blue=Blue Per Bend Sinister +item.banner.diagonal_left.brown=Brown Per Bend Sinister +item.banner.diagonal_left.cyan=Cyan Per Bend Sinister +item.banner.diagonal_left.gray=Grey Per Bend Sinister +item.banner.diagonal_left.green=Green Per Bend Sinister +item.banner.diagonal_left.lightBlue=Light Blue Per Bend Sinister +item.banner.diagonal_left.lime=Lime Per Bend Sinister +item.banner.diagonal_left.magenta=Magenta Per Bend Sinister +item.banner.diagonal_left.orange=Orange Per Bend Sinister +item.banner.diagonal_left.pink=Pink Per Bend Sinister +item.banner.diagonal_left.purple=Purple Per Bend Sinister +item.banner.diagonal_left.red=Red Per Bend Sinister +item.banner.diagonal_left.silver=Light Grey Per Bend Sinister +item.banner.diagonal_left.white=White Per Bend Sinister +item.banner.diagonal_left.yellow=Yellow Per Bend Sinister +item.banner.diagonal_right.black=Black Per Bend +item.banner.diagonal_right.blue=Blue Per Bend +item.banner.diagonal_right.brown=Brown Per Bend +item.banner.diagonal_right.cyan=Cyan Per Bend +item.banner.diagonal_right.gray=Grey Per Bend +item.banner.diagonal_right.green=Green Per Bend +item.banner.diagonal_right.lightBlue=Light Blue Per Bend +item.banner.diagonal_right.lime=Lime Per Bend +item.banner.diagonal_right.magenta=Magenta Per Bend +item.banner.diagonal_right.orange=Orange Per Bend +item.banner.diagonal_right.pink=Pink Per Bend +item.banner.diagonal_right.purple=Purple Per Bend +item.banner.diagonal_right.red=Red Per Bend +item.banner.diagonal_right.silver=Light Grey Per Bend +item.banner.diagonal_right.white=White Per Bend +item.banner.diagonal_right.yellow=Yellow Per Bend +item.banner.diagonal_up_left.black=Black Per Bend Inverted +item.banner.diagonal_up_left.blue=Blue Per Bend Inverted +item.banner.diagonal_up_left.brown=Brown Per Bend Inverted +item.banner.diagonal_up_left.cyan=Cyan Per Bend Inverted +item.banner.diagonal_up_left.gray=Grey Per Bend Inverted +item.banner.diagonal_up_left.green=Green Per Bend Inverted +item.banner.diagonal_up_left.lightBlue=Light Blue Per Bend Inverted +item.banner.diagonal_up_left.lime=Lime Per Bend Inverted +item.banner.diagonal_up_left.magenta=Magenta Per Bend Inverted +item.banner.diagonal_up_left.orange=Orange Per Bend Inverted +item.banner.diagonal_up_left.pink=Pink Per Bend Inverted +item.banner.diagonal_up_left.purple=Purple Per Bend Inverted +item.banner.diagonal_up_left.red=Red Per Bend Inverted +item.banner.diagonal_up_left.silver=Light Grey Per Bend Inverted +item.banner.diagonal_up_left.white=White Per Bend Inverted +item.banner.diagonal_up_left.yellow=Yellow Per Bend Inverted +item.banner.diagonal_up_right.black=Black Per Bend Sinister Inverted +item.banner.diagonal_up_right.blue=Blue Per Bend Sinister Inverted +item.banner.diagonal_up_right.brown=Brown Per Bend Sinister Inverted +item.banner.diagonal_up_right.cyan=Cyan Per Bend Sinister Inverted +item.banner.diagonal_up_right.gray=Grey Per Bend Sinister Inverted +item.banner.diagonal_up_right.green=Green Per Bend Sinister Inverted +item.banner.diagonal_up_right.lightBlue=Light Blue Per Bend Sinister Inverted +item.banner.diagonal_up_right.lime=Lime Per Bend Sinister Inverted +item.banner.diagonal_up_right.magenta=Magenta Per Bend Sinister Inverted +item.banner.diagonal_up_right.orange=Orange Per Bend Sinister Inverted +item.banner.diagonal_up_right.pink=Pink Per Bend Sinister Inverted +item.banner.diagonal_up_right.purple=Purple Per Bend Sinister Inverted +item.banner.diagonal_up_right.red=Red Per Bend Sinister Inverted +item.banner.diagonal_up_right.silver=Light Grey Per Bend Sinister Inverted +item.banner.diagonal_up_right.white=White Per Bend Sinister Inverted +item.banner.diagonal_up_right.yellow=Yellow Per Bend Sinister Inverted +item.banner.flower.black=Black Flower Charge +item.banner.flower.blue=Blue Flower Charge +item.banner.flower.brown=Brown Flower Charge +item.banner.flower.cyan=Cyan Flower Charge +item.banner.flower.gray=Grey Flower Charge +item.banner.flower.green=Green Flower Charge +item.banner.flower.lightBlue=Light Blue Flower Charge +item.banner.flower.lime=Lime Flower Charge +item.banner.flower.magenta=Magenta Flower Charge +item.banner.flower.orange=Orange Flower Charge +item.banner.flower.pink=Pink Flower Charge +item.banner.flower.purple=Purple Flower Charge +item.banner.flower.red=Red Flower Charge +item.banner.flower.silver=Light Grey Flower Charge +item.banner.flower.white=White Flower Charge +item.banner.flower.yellow=Yellow Flower Charge +item.banner.gradient.black=Black Gradient +item.banner.gradient.blue=Blue Gradient +item.banner.gradient.brown=Brown Gradient +item.banner.gradient.cyan=Cyan Gradient +item.banner.gradient.gray=Grey Gradient +item.banner.gradient.green=Green Gradient +item.banner.gradient.lightBlue=Light Blue Gradient +item.banner.gradient.lime=Lime Gradient +item.banner.gradient.magenta=Magenta Gradient +item.banner.gradient.orange=Orange Gradient +item.banner.gradient.pink=Pink Gradient +item.banner.gradient.purple=Purple Gradient +item.banner.gradient.red=Red Gradient +item.banner.gradient.silver=Light Grey Gradient +item.banner.gradient.white=White Gradient +item.banner.gradient.yellow=Yellow Gradient +item.banner.gradient_up.black=Black Base Gradient +item.banner.gradient_up.blue=Blue Base Gradient +item.banner.gradient_up.brown=Brown Base Gradient +item.banner.gradient_up.cyan=Cyan Base Gradient +item.banner.gradient_up.gray=Grey Base Gradient +item.banner.gradient_up.green=Green Base Gradient +item.banner.gradient_up.lightBlue=Light Blue Base Gradient +item.banner.gradient_up.lime=Lime Base Gradient +item.banner.gradient_up.magenta=Magenta Base Gradient +item.banner.gradient_up.orange=Orange Base Gradient +item.banner.gradient_up.pink=Pink Base Gradient +item.banner.gradient_up.purple=Purple Base Gradient +item.banner.gradient_up.red=Red Base Gradient +item.banner.gradient_up.silver=Light Grey Base Gradient +item.banner.gradient_up.white=White Base Gradient +item.banner.gradient_up.yellow=Yellow Base Gradient +item.banner.gray.name=Grey Banner +item.banner.green.name=Green Banner +item.banner.half_horizontal.black=Black Per Fess +item.banner.half_horizontal.blue=Blue Per Fess +item.banner.half_horizontal.brown=Brown Per Fess +item.banner.half_horizontal.cyan=Cyan Per Fess +item.banner.half_horizontal.gray=Grey Per Fess +item.banner.half_horizontal.green=Green Per Fess +item.banner.half_horizontal.lightBlue=Light Blue Per Fess +item.banner.half_horizontal.lime=Lime Per Fess +item.banner.half_horizontal.magenta=Magenta Per Fess +item.banner.half_horizontal.orange=Orange Per Fess +item.banner.half_horizontal.pink=Pink Per Fess +item.banner.half_horizontal.purple=Purple Per Fess +item.banner.half_horizontal.red=Red Per Fess +item.banner.half_horizontal.silver=Light Grey Per Fess +item.banner.half_horizontal.white=White Per Fess +item.banner.half_horizontal.yellow=Yellow Per Fess +item.banner.half_horizontal_bottom.black=Black Per Fess Inverted +item.banner.half_horizontal_bottom.blue=Blue Per Fess Inverted +item.banner.half_horizontal_bottom.brown=Brown Per Fess Inverted +item.banner.half_horizontal_bottom.cyan=Cyan Per Fess Inverted +item.banner.half_horizontal_bottom.gray=Grey Per Fess Inverted +item.banner.half_horizontal_bottom.green=Green Per Fess Inverted +item.banner.half_horizontal_bottom.lightBlue=Light Blue Per Fess Inverted +item.banner.half_horizontal_bottom.lime=Lime Per Fess Inverted +item.banner.half_horizontal_bottom.magenta=Magenta Per Fess Inverted +item.banner.half_horizontal_bottom.orange=Orange Per Fess Inverted +item.banner.half_horizontal_bottom.pink=Pink Per Fess Inverted +item.banner.half_horizontal_bottom.purple=Purple Per Fess Inverted +item.banner.half_horizontal_bottom.red=Red Per Fess Inverted +item.banner.half_horizontal_bottom.silver=Light Grey Per Fess Inverted +item.banner.half_horizontal_bottom.white=White Per Fess Inverted +item.banner.half_horizontal_bottom.yellow=Yellow Per Fess Inverted +item.banner.half_vertical.black=Black Per Pale +item.banner.half_vertical.blue=Blue Per Pale +item.banner.half_vertical.brown=Brown Per Pale +item.banner.half_vertical.cyan=Cyan Per Pale +item.banner.half_vertical.gray=Grey Per Pale +item.banner.half_vertical.green=Green Per Pale +item.banner.half_vertical.lightBlue=Light Blue Per Pale +item.banner.half_vertical.lime=Lime Per Pale +item.banner.half_vertical.magenta=Magenta Per Pale +item.banner.half_vertical.orange=Orange Per Pale +item.banner.half_vertical.pink=Pink Per Pale +item.banner.half_vertical.purple=Purple Per Pale +item.banner.half_vertical.red=Red Per Pale +item.banner.half_vertical.silver=Light Grey Per Pale +item.banner.half_vertical.white=White Per Pale +item.banner.half_vertical.yellow=Yellow Per Pale +item.banner.half_vertical_right.black=Black Per Pale Inverted +item.banner.half_vertical_right.blue=Blue Per Pale Inverted +item.banner.half_vertical_right.brown=Brown Per Pale Inverted +item.banner.half_vertical_right.cyan=Cyan Per Pale Inverted +item.banner.half_vertical_right.gray=Grey Per Pale Inverted +item.banner.half_vertical_right.green=Green Per Pale Inverted +item.banner.half_vertical_right.lightBlue=Light Blue Per Pale Inverted +item.banner.half_vertical_right.lime=Lime Per Pale Inverted +item.banner.half_vertical_right.magenta=Magenta Per Pale Inverted +item.banner.half_vertical_right.orange=Orange Per Pale Inverted +item.banner.half_vertical_right.pink=Pink Per Pale Inverted +item.banner.half_vertical_right.purple=Purple Per Pale Inverted +item.banner.half_vertical_right.red=Red Per Pale Inverted +item.banner.half_vertical_right.silver=Light Grey Per Pale Inverted +item.banner.half_vertical_right.white=White Per Pale Inverted +item.banner.half_vertical_right.yellow=Yellow Per Pale Inverted +item.banner.lightBlue.name=Light Blue Banner +item.banner.lime.name=Lime Banner +item.banner.magenta.name=Magenta Banner +item.banner.mojang.black=Black Thing +item.banner.mojang.blue=Blue Thing +item.banner.mojang.brown=Brown Thing +item.banner.mojang.cyan=Cyan Thing +item.banner.mojang.gray=Grey Thing +item.banner.mojang.green=Green Thing +item.banner.mojang.lightBlue=Light Blue Thing +item.banner.mojang.lime=Lime Thing +item.banner.mojang.magenta=Magenta Thing +item.banner.mojang.orange=Orange Thing +item.banner.mojang.pink=Pink Thing +item.banner.mojang.purple=Purple Thing +item.banner.mojang.red=Red Thing +item.banner.mojang.silver=Light Grey Thing +item.banner.mojang.white=White Thing +item.banner.mojang.yellow=Yellow Thing +item.banner.orange.name=Orange Banner +item.banner.pink.name=Pink Banner +item.banner.purple.name=Purple Banner +item.banner.red.name=Red Banner +item.banner.rhombus.black=Black Lozenge +item.banner.rhombus.blue=Blue Lozenge +item.banner.rhombus.brown=Brown Lozenge +item.banner.rhombus.cyan=Cyan Lozenge +item.banner.rhombus.gray=Grey Lozenge +item.banner.rhombus.green=Green Lozenge +item.banner.rhombus.lightBlue=Light Blue Lozenge +item.banner.rhombus.lime=Lime Lozenge +item.banner.rhombus.magenta=Magenta Lozenge +item.banner.rhombus.orange=Orange Lozenge +item.banner.rhombus.pink=Pink Lozenge +item.banner.rhombus.purple=Purple Lozenge +item.banner.rhombus.red=Red Lozenge +item.banner.rhombus.silver=Light Grey Lozenge +item.banner.rhombus.white=White Lozenge +item.banner.rhombus.yellow=Yellow Lozenge +item.banner.silver.name=Light Grey Banner +item.banner.skull.black=Black Skull Charge +item.banner.skull.blue=Blue Skull Charge +item.banner.skull.brown=Brown Skull Charge +item.banner.skull.cyan=Cyan Skull Charge +item.banner.skull.gray=Grey Skull Charge +item.banner.skull.green=Green Skull Charge +item.banner.skull.lightBlue=Light Blue Skull Charge +item.banner.skull.lime=Lime Skull Charge +item.banner.skull.magenta=Magenta Skull Charge +item.banner.skull.orange=Orange Skull Charge +item.banner.skull.pink=Pink Skull Charge +item.banner.skull.purple=Purple Skull Charge +item.banner.skull.red=Red Skull Charge +item.banner.skull.silver=Light Grey Skull Charge +item.banner.skull.white=White Skull Charge +item.banner.skull.yellow=Yellow Skull Charge +item.banner.small_stripes.black=Black Paly +item.banner.small_stripes.blue=Blue Paly +item.banner.small_stripes.brown=Brown Paly +item.banner.small_stripes.cyan=Cyan Paly +item.banner.small_stripes.gray=Grey Paly +item.banner.small_stripes.green=Green Paly +item.banner.small_stripes.lightBlue=Light Blue Paly +item.banner.small_stripes.lime=Lime Paly +item.banner.small_stripes.magenta=Magenta Paly +item.banner.small_stripes.orange=Orange Paly +item.banner.small_stripes.pink=Pink Paly +item.banner.small_stripes.purple=Purple Paly +item.banner.small_stripes.red=Red Paly +item.banner.small_stripes.silver=Light Grey Paly +item.banner.small_stripes.white=White Paly +item.banner.small_stripes.yellow=Yellow Paly +item.banner.square_bottom_left.black=Black Base Dexter Canton +item.banner.square_bottom_left.blue=Blue Base Dexter Canton +item.banner.square_bottom_left.brown=Brown Base Dexter Canton +item.banner.square_bottom_left.cyan=Cyan Base Dexter Canton +item.banner.square_bottom_left.gray=Grey Base Dexter Canton +item.banner.square_bottom_left.green=Green Base Dexter Canton +item.banner.square_bottom_left.lightBlue=Light Blue Base Dexter Canton +item.banner.square_bottom_left.lime=Lime Base Dexter Canton +item.banner.square_bottom_left.magenta=Magenta Base Dexter Canton +item.banner.square_bottom_left.orange=Orange Base Dexter Canton +item.banner.square_bottom_left.pink=Pink Base Dexter Canton +item.banner.square_bottom_left.purple=Purple Base Dexter Canton +item.banner.square_bottom_left.red=Red Base Dexter Canton +item.banner.square_bottom_left.silver=Light Grey Base Dexter Canton +item.banner.square_bottom_left.white=White Base Dexter Canton +item.banner.square_bottom_left.yellow=Yellow Base Dexter Canton +item.banner.square_bottom_right.black=Black Base Sinister Canton +item.banner.square_bottom_right.blue=Blue Base Sinister Canton +item.banner.square_bottom_right.brown=Brown Base Sinister Canton +item.banner.square_bottom_right.cyan=Cyan Base Sinister Canton +item.banner.square_bottom_right.gray=Grey Base Sinister Canton +item.banner.square_bottom_right.green=Green Base Sinister Canton +item.banner.square_bottom_right.lightBlue=Light Blue Base Sinister Canton +item.banner.square_bottom_right.lime=Lime Base Sinister Canton +item.banner.square_bottom_right.magenta=Magenta Base Sinister Canton +item.banner.square_bottom_right.orange=Orange Base Sinister Canton +item.banner.square_bottom_right.pink=Pink Base Sinister Canton +item.banner.square_bottom_right.purple=Purple Base Sinister Canton +item.banner.square_bottom_right.red=Red Base Sinister Canton +item.banner.square_bottom_right.silver=Light Grey Base Sinister Canton +item.banner.square_bottom_right.white=White Base Sinister Canton +item.banner.square_bottom_right.yellow=Yellow Base Sinister Canton +item.banner.square_top_left.black=Black Chief Dexter Canton +item.banner.square_top_left.blue=Blue Chief Dexter Canton +item.banner.square_top_left.brown=Brown Chief Dexter Canton +item.banner.square_top_left.cyan=Cyan Chief Dexter Canton +item.banner.square_top_left.gray=Grey Chief Dexter Canton +item.banner.square_top_left.green=Green Chief Dexter Canton +item.banner.square_top_left.lightBlue=Light Blue Chief Dexter Canton +item.banner.square_top_left.lime=Lime Chief Dexter Canton +item.banner.square_top_left.magenta=Magenta Chief Dexter Canton +item.banner.square_top_left.orange=Orange Chief Dexter Canton +item.banner.square_top_left.pink=Pink Chief Dexter Canton +item.banner.square_top_left.purple=Purple Chief Dexter Canton +item.banner.square_top_left.red=Red Chief Dexter Canton +item.banner.square_top_left.silver=Light Grey Chief Dexter Canton +item.banner.square_top_left.white=White Chief Dexter Canton +item.banner.square_top_left.yellow=Yellow Chief Dexter Canton +item.banner.square_top_right.black=Black Chief Sinister Canton +item.banner.square_top_right.blue=Blue Chief Sinister Canton +item.banner.square_top_right.brown=Brown Chief Sinister Canton +item.banner.square_top_right.cyan=Cyan Chief Sinister Canton +item.banner.square_top_right.gray=Grey Chief Sinister Canton +item.banner.square_top_right.green=Green Chief Sinister Canton +item.banner.square_top_right.lightBlue=Light Blue Chief Sinister Canton +item.banner.square_top_right.lime=Lime Chief Sinister Canton +item.banner.square_top_right.magenta=Magenta Chief Sinister Canton +item.banner.square_top_right.orange=Orange Chief Sinister Canton +item.banner.square_top_right.pink=Pink Chief Sinister Canton +item.banner.square_top_right.purple=Purple Chief Sinister Canton +item.banner.square_top_right.red=Red Chief Sinister Canton +item.banner.square_top_right.silver=Light Grey Chief Sinister Canton +item.banner.square_top_right.white=White Chief Sinister Canton +item.banner.square_top_right.yellow=Yellow Chief Sinister Canton +item.banner.straight_cross.black=Black Cross +item.banner.straight_cross.blue=Blue Cross +item.banner.straight_cross.brown=Brown Cross +item.banner.straight_cross.cyan=Cyan Cross +item.banner.straight_cross.gray=Grey Cross +item.banner.straight_cross.green=Green Cross +item.banner.straight_cross.lightBlue=Light Blue Cross +item.banner.straight_cross.lime=Lime Cross +item.banner.straight_cross.magenta=Magenta Cross +item.banner.straight_cross.orange=Orange Cross +item.banner.straight_cross.pink=Pink Cross +item.banner.straight_cross.purple=Purple Cross +item.banner.straight_cross.red=Red Cross +item.banner.straight_cross.silver=Light Grey Cross +item.banner.straight_cross.white=White Cross +item.banner.straight_cross.yellow=Yellow Cross +item.banner.stripe_bottom.black=Black Base Fess +item.banner.stripe_bottom.blue=Blue Base Fess +item.banner.stripe_bottom.brown=Brown Base Fess +item.banner.stripe_bottom.cyan=Cyan Base Fess +item.banner.stripe_bottom.gray=Grey Base Fess +item.banner.stripe_bottom.green=Green Base Fess +item.banner.stripe_bottom.lightBlue=Light Blue Base Fess +item.banner.stripe_bottom.lime=Lime Base Fess +item.banner.stripe_bottom.magenta=Magenta Base Fess +item.banner.stripe_bottom.orange=Orange Base Fess +item.banner.stripe_bottom.pink=Pink Base Fess +item.banner.stripe_bottom.purple=Purple Base Fess +item.banner.stripe_bottom.red=Red Base Fess +item.banner.stripe_bottom.silver=Light Grey Base Fess +item.banner.stripe_bottom.white=White Base Fess +item.banner.stripe_bottom.yellow=Yellow Base Fess +item.banner.stripe_center.black=Black Pale +item.banner.stripe_center.blue=Blue Pale +item.banner.stripe_center.brown=Brown Pale +item.banner.stripe_center.cyan=Cyan Pale +item.banner.stripe_center.gray=Grey Pale +item.banner.stripe_center.green=Green Pale +item.banner.stripe_center.lightBlue=Light Blue Pale +item.banner.stripe_center.lime=Lime Pale +item.banner.stripe_center.magenta=Magenta Pale +item.banner.stripe_center.orange=Orange Pale +item.banner.stripe_center.pink=Pink Pale +item.banner.stripe_center.purple=Purple Pale +item.banner.stripe_center.red=Red Pale +item.banner.stripe_center.silver=Light Grey Pale +item.banner.stripe_center.white=White Pale +item.banner.stripe_center.yellow=Yellow Pale +item.banner.stripe_downleft.black=Black Bend Sinister +item.banner.stripe_downleft.blue=Blue Bend Sinister +item.banner.stripe_downleft.brown=Brown Bend Sinister +item.banner.stripe_downleft.cyan=Cyan Bend Sinister +item.banner.stripe_downleft.gray=Grey Bend Sinister +item.banner.stripe_downleft.green=Green Bend Sinister +item.banner.stripe_downleft.lightBlue=Light Blue Bend Sinister +item.banner.stripe_downleft.lime=Lime Bend Sinister +item.banner.stripe_downleft.magenta=Magenta Bend Sinister +item.banner.stripe_downleft.orange=Orange Bend Sinister +item.banner.stripe_downleft.pink=Pink Bend Sinister +item.banner.stripe_downleft.purple=Purple Bend Sinister +item.banner.stripe_downleft.red=Red Bend Sinister +item.banner.stripe_downleft.silver=Light Grey Bend Sinister +item.banner.stripe_downleft.white=White Bend Sinister +item.banner.stripe_downleft.yellow=Yellow Bend Sinister +item.banner.stripe_downright.black=Black Bend +item.banner.stripe_downright.blue=Blue Bend +item.banner.stripe_downright.brown=Brown Bend +item.banner.stripe_downright.cyan=Cyan Bend +item.banner.stripe_downright.gray=Grey Bend +item.banner.stripe_downright.green=Green Bend +item.banner.stripe_downright.lightBlue=Light Blue Bend +item.banner.stripe_downright.lime=Lime Bend +item.banner.stripe_downright.magenta=Magenta Bend +item.banner.stripe_downright.orange=Orange Bend +item.banner.stripe_downright.pink=Pink Bend +item.banner.stripe_downright.purple=Purple Bend +item.banner.stripe_downright.red=Red Bend +item.banner.stripe_downright.silver=Light Grey Bend +item.banner.stripe_downright.white=White Bend +item.banner.stripe_downright.yellow=Yellow Bend +item.banner.stripe_left.black=Black Pale Dexter +item.banner.stripe_left.blue=Blue Pale Dexter +item.banner.stripe_left.brown=Brown Pale Dexter +item.banner.stripe_left.cyan=Cyan Pale Dexter +item.banner.stripe_left.gray=Grey Pale Dexter +item.banner.stripe_left.green=Green Pale Dexter +item.banner.stripe_left.lightBlue=Light Blue Pale Dexter +item.banner.stripe_left.lime=Lime Pale Dexter +item.banner.stripe_left.magenta=Magenta Pale Dexter +item.banner.stripe_left.orange=Orange Pale Dexter +item.banner.stripe_left.pink=Pink Pale Dexter +item.banner.stripe_left.purple=Purple Pale Dexter +item.banner.stripe_left.red=Red Pale Dexter +item.banner.stripe_left.silver=Light Grey Pale Dexter +item.banner.stripe_left.white=White Pale Dexter +item.banner.stripe_left.yellow=Yellow Pale Dexter +item.banner.stripe_middle.black=Black Fess +item.banner.stripe_middle.blue=Blue Fess +item.banner.stripe_middle.brown=Brown Fess +item.banner.stripe_middle.cyan=Cyan Fess +item.banner.stripe_middle.gray=Grey Fess +item.banner.stripe_middle.green=Green Fess +item.banner.stripe_middle.lightBlue=Light Blue Fess +item.banner.stripe_middle.lime=Lime Fess +item.banner.stripe_middle.magenta=Magenta Fess +item.banner.stripe_middle.orange=Orange Fess +item.banner.stripe_middle.pink=Pink Fess +item.banner.stripe_middle.purple=Purple Fess +item.banner.stripe_middle.red=Red Fess +item.banner.stripe_middle.silver=Light Grey Fess +item.banner.stripe_middle.white=White Fess +item.banner.stripe_middle.yellow=Yellow Fess +item.banner.stripe_right.black=Black Pale Sinister +item.banner.stripe_right.blue=Blue Pale Sinister +item.banner.stripe_right.brown=Brown Pale Sinister +item.banner.stripe_right.cyan=Cyan Pale Sinister +item.banner.stripe_right.gray=Grey Pale Sinister +item.banner.stripe_right.green=Green Pale Sinister +item.banner.stripe_right.lightBlue=Light Blue Pale Sinister +item.banner.stripe_right.lime=Lime Pale Sinister +item.banner.stripe_right.magenta=Magenta Pale Sinister +item.banner.stripe_right.orange=Orange Pale Sinister +item.banner.stripe_right.pink=Pink Pale Sinister +item.banner.stripe_right.purple=Purple Pale Sinister +item.banner.stripe_right.red=Red Pale Sinister +item.banner.stripe_right.silver=Light Grey Pale Sinister +item.banner.stripe_right.white=White Pale Sinister +item.banner.stripe_right.yellow=Yellow Pale Sinister +item.banner.stripe_top.black=Black Chief Fess +item.banner.stripe_top.blue=Blue Chief Fess +item.banner.stripe_top.brown=Brown Chief Fess +item.banner.stripe_top.cyan=Cyan Chief Fess +item.banner.stripe_top.gray=Grey Chief Fess +item.banner.stripe_top.green=Green Chief Fess +item.banner.stripe_top.lightBlue=Light Blue Chief Fess +item.banner.stripe_top.lime=Lime Chief Fess +item.banner.stripe_top.magenta=Magenta Chief Fess +item.banner.stripe_top.orange=Orange Chief Fess +item.banner.stripe_top.pink=Pink Chief Fess +item.banner.stripe_top.purple=Purple Chief Fess +item.banner.stripe_top.red=Red Chief Fess +item.banner.stripe_top.silver=Light Grey Chief Fess +item.banner.stripe_top.white=White Chief Fess +item.banner.stripe_top.yellow=Yellow Chief Fess +item.banner.triangle_bottom.black=Black Chevron +item.banner.triangle_bottom.blue=Blue Chevron +item.banner.triangle_bottom.brown=Brown Chevron +item.banner.triangle_bottom.cyan=Cyan Chevron +item.banner.triangle_bottom.gray=Grey Chevron +item.banner.triangle_bottom.green=Green Chevron +item.banner.triangle_bottom.lightBlue=Light Blue Chevron +item.banner.triangle_bottom.lime=Lime Chevron +item.banner.triangle_bottom.magenta=Magenta Chevron +item.banner.triangle_bottom.orange=Orange Chevron +item.banner.triangle_bottom.pink=Pink Chevron +item.banner.triangle_bottom.purple=Purple Chevron +item.banner.triangle_bottom.red=Red Chevron +item.banner.triangle_bottom.silver=Light Grey Chevron +item.banner.triangle_bottom.white=White Chevron +item.banner.triangle_bottom.yellow=Yellow Chevron +item.banner.triangle_top.black=Black Inverted Chevron +item.banner.triangle_top.blue=Blue Inverted Chevron +item.banner.triangle_top.brown=Brown Inverted Chevron +item.banner.triangle_top.cyan=Cyan Inverted Chevron +item.banner.triangle_top.gray=Grey Inverted Chevron +item.banner.triangle_top.green=Green Inverted Chevron +item.banner.triangle_top.lightBlue=Light Blue Inverted Chevron +item.banner.triangle_top.lime=Lime Inverted Chevron +item.banner.triangle_top.magenta=Magenta Inverted Chevron +item.banner.triangle_top.orange=Orange Inverted Chevron +item.banner.triangle_top.pink=Pink Inverted Chevron +item.banner.triangle_top.purple=Purple Inverted Chevron +item.banner.triangle_top.red=Red Inverted Chevron +item.banner.triangle_top.silver=Light Grey Inverted Chevron +item.banner.triangle_top.white=White Inverted Chevron +item.banner.triangle_top.yellow=Yellow Inverted Chevron +item.banner.triangles_bottom.black=Black Base Indented +item.banner.triangles_bottom.blue=Blue Base Indented +item.banner.triangles_bottom.brown=Brown Base Indented +item.banner.triangles_bottom.cyan=Cyan Base Indented +item.banner.triangles_bottom.gray=Grey Base Indented +item.banner.triangles_bottom.green=Green Base Indented +item.banner.triangles_bottom.lightBlue=Light Blue Base Indented +item.banner.triangles_bottom.lime=Lime Base Indented +item.banner.triangles_bottom.magenta=Magenta Base Indented +item.banner.triangles_bottom.orange=Orange Base Indented +item.banner.triangles_bottom.pink=Pink Base Indented +item.banner.triangles_bottom.purple=Purple Base Indented +item.banner.triangles_bottom.red=Red Base Indented +item.banner.triangles_bottom.silver=Light Grey Base Indented +item.banner.triangles_bottom.white=White Base Indented +item.banner.triangles_bottom.yellow=Yellow Base Indented +item.banner.triangles_top.black=Black Chief Indented +item.banner.triangles_top.blue=Blue Chief Indented +item.banner.triangles_top.brown=Brown Chief Indented +item.banner.triangles_top.cyan=Cyan Chief Indented +item.banner.triangles_top.gray=Grey Chief Indented +item.banner.triangles_top.green=Green Chief Indented +item.banner.triangles_top.lightBlue=Light Blue Chief Indented +item.banner.triangles_top.lime=Lime Chief Indented +item.banner.triangles_top.magenta=Magenta Chief Indented +item.banner.triangles_top.orange=Orange Chief Indented +item.banner.triangles_top.pink=Pink Chief Indented +item.banner.triangles_top.purple=Purple Chief Indented +item.banner.triangles_top.red=Red Chief Indented +item.banner.triangles_top.silver=Light Grey Chief Indented +item.banner.triangles_top.white=White Chief Indented +item.banner.triangles_top.yellow=Yellow Chief Indented +item.banner.white.name=White Banner +item.banner.yellow.name=Yellow Banner +item.bed.name=Bed +item.beefCooked.name=Steak +item.beefRaw.name=Raw Beef +item.blazePowder.name=Blaze Powder +item.blazeRod.name=Blaze Rod +item.boat.name=Boat +item.bone.name=Bone +item.book.name=Book +item.bootsChain.name=Chain Boots +item.bootsCloth.name=Leather Boots +item.bootsDiamond.name=Diamond Boots +item.bootsGold.name=Golden Boots +item.bootsIron.name=Iron Boots +item.bow.name=Bow +item.bowl.name=Bowl +item.bread.name=Bread +item.brewingStand.name=Brewing Stand +item.brick.name=Brick +item.bucket.name=Bucket +item.bucketLava.name=Lava Bucket +item.bucketWater.name=Water Bucket +item.cake.name=Cake +item.canBreak=Can break: +item.canPlace=Can be placed on: +item.carrotGolden.name=Golden Carrot +item.carrotOnAStick.name=Carrot on a Stick +item.carrots.name=Carrot +item.cauldron.name=Cauldron +item.charcoal.name=Charcoal +item.chestplateChain.name=Chain Chestplate +item.chestplateCloth.name=Leather Tunic +item.chestplateDiamond.name=Diamond Chestplate +item.chestplateGold.name=Golden Chestplate +item.chestplateIron.name=Iron Chestplate +item.chickenCooked.name=Cooked Chicken +item.chickenRaw.name=Raw Chicken +item.clay.name=Clay +item.clock.name=Clock +item.coal.name=Coal +item.comparator.name=Redstone Comparator +item.compass.name=Compass +item.cookie.name=Cookie +item.diamond.name=Diamond +item.diode.name=Redstone Repeater +item.doorAcacia.name=Acacia Wood Door +item.doorBirch.name=Birch Wood Door +item.doorDarkOak.name=Dark Oak Wood Door +item.doorIron.name=Iron Door +item.doorJungle.name=Jungle Wood Door +item.doorOak.name=Oak Wood Door +item.doorSpruce.name=Spruce Wood Door +item.dyePowder.black.name=Ink Sac +item.dyePowder.blue.name=Lapis Lazuli +item.dyePowder.brown.name=Cocoa Beans +item.dyePowder.cyan.name=Cyan Dye +item.dyePowder.gray.name=Grey Dye +item.dyePowder.green.name=Cactus Green +item.dyePowder.lightBlue.name=Light Blue Dye +item.dyePowder.lime.name=Lime Dye +item.dyePowder.magenta.name=Magenta Dye +item.dyePowder.orange.name=Orange Dye +item.dyePowder.pink.name=Pink Dye +item.dyePowder.purple.name=Purple Dye +item.dyePowder.red.name=Rose Red +item.dyePowder.silver.name=Light Grey Dye +item.dyePowder.white.name=Bone Meal +item.dyePowder.yellow.name=Dandelion Yellow +item.dyed=Dyed +item.egg.name=Egg +item.emerald.name=Emerald +item.emptyMap.name=Empty Map +item.emptyPotion.name=Water Bottle +item.enchantedBook.name=Enchanted Book +item.enderPearl.name=Ender Pearl +item.expBottle.name=Bottle o' Enchanting +item.eyeOfEnder.name=Eye of Ender +item.feather.name=Feather +item.fermentedSpiderEye.name=Fermented Spider Eye +item.fireball.name=Fire Charge +item.fireworks.flight=Flight Duration: +item.fireworks.name=Firework Rocket +item.fireworksCharge.black=Black +item.fireworksCharge.blue=Blue +item.fireworksCharge.brown=Brown +item.fireworksCharge.customColor=Custom +item.fireworksCharge.cyan=Cyan +item.fireworksCharge.fadeTo=Fade to +item.fireworksCharge.flicker=Twinkle +item.fireworksCharge.gray=Grey +item.fireworksCharge.green=Green +item.fireworksCharge.lightBlue=Light Blue +item.fireworksCharge.lime=Lime +item.fireworksCharge.magenta=Magenta +item.fireworksCharge.name=Firework Star +item.fireworksCharge.orange=Orange +item.fireworksCharge.pink=Pink +item.fireworksCharge.purple=Purple +item.fireworksCharge.red=Red +item.fireworksCharge.silver=Light Grey +item.fireworksCharge.trail=Trail +item.fireworksCharge.type=Unknown Shape +item.fireworksCharge.type.0=Small Ball +item.fireworksCharge.type.1=Large Ball +item.fireworksCharge.type.2=Star-shaped +item.fireworksCharge.type.3=Creeper-shaped +item.fireworksCharge.type.4=Burst +item.fireworksCharge.white=White +item.fireworksCharge.yellow=Yellow +item.fish.clownfish.raw.name=Clownfish +item.fish.cod.cooked.name=Cooked Fish +item.fish.cod.raw.name=Raw Fish +item.fish.pufferfish.raw.name=Pufferfish +item.fish.salmon.cooked.name=Cooked Salmon +item.fish.salmon.raw.name=Raw Salmon +item.fishingRod.name=Fishing Rod +item.flint.name=Flint +item.flintAndSteel.name=Flint and Steel +item.flowerPot.name=Flower Pot +item.frame.name=Item Frame +item.ghastTear.name=Ghast Tear +item.glassBottle.name=Glass Bottle +item.goldNugget.name=Gold Nugget +item.hatchetDiamond.name=Diamond Axe +item.hatchetGold.name=Golden Axe +item.hatchetIron.name=Iron Axe +item.hatchetStone.name=Stone Axe +item.hatchetWood.name=Wooden Axe +item.helmetChain.name=Chain Helmet +item.helmetCloth.name=Leather Cap +item.helmetDiamond.name=Diamond Helmet +item.helmetGold.name=Golden Helmet +item.helmetIron.name=Iron Helmet +item.hoeDiamond.name=Diamond Hoe +item.hoeGold.name=Golden Hoe +item.hoeIron.name=Iron Hoe +item.hoeStone.name=Stone Hoe +item.hoeWood.name=Wooden Hoe +item.horsearmordiamond.name=Diamond Horse Armour +item.horsearmorgold.name=Gold Horse Armour +item.horsearmormetal.name=Iron Horse Armour +item.ingotGold.name=Gold Ingot +item.ingotIron.name=Iron Ingot +item.leash.name=Lead +item.leather.name=Leather +item.leaves.name=Leaves +item.leggingsChain.name=Chain Leggings +item.leggingsCloth.name=Leather Pants +item.leggingsDiamond.name=Diamond Leggings +item.leggingsGold.name=Golden Leggings +item.leggingsIron.name=Iron Leggings +item.magmaCream.name=Magma Cream +item.map.name=Map +item.melon.name=Melon +item.milk.name=Milk Bucket +item.minecart.name=Minecart +item.minecartChest.name=Minecart with Chest +item.minecartCommandBlock.name=Minecart with Command Block +item.minecartFurnace.name=Minecart with Furnace +item.minecartHopper.name=Minecart with Hopper +item.minecartTnt.name=Minecart with TNT +item.monsterPlacer.name=Spawn +item.mushroomStew.name=Mushroom Stew +item.muttonCooked.name=Cooked Mutton +item.muttonRaw.name=Raw Mutton +item.nameTag.name=Name Tag +item.netherStalkSeeds.name=Nether Wart +item.netherStar.name=Nether Star +item.netherbrick.name=Nether Brick +item.netherquartz.name=Nether Quartz +item.painting.name=Painting +item.paper.name=Paper +item.pickaxeDiamond.name=Diamond Pickaxe +item.pickaxeGold.name=Golden Pickaxe +item.pickaxeIron.name=Iron Pickaxe +item.pickaxeStone.name=Stone Pickaxe +item.pickaxeWood.name=Wooden Pickaxe +item.porkchopCooked.name=Cooked Porkchop +item.porkchopRaw.name=Raw Porkchop +item.potato.name=Potato +item.potatoBaked.name=Baked Potato +item.potatoPoisonous.name=Poisonous Potato +item.potion.name=Potion +item.prismarineCrystals.name=Prismarine Crystals +item.prismarineShard.name=Prismarine Shard +item.pumpkinPie.name=Pumpkin Pie +item.rabbitCooked.name=Cooked Rabbit +item.rabbitFoot.name=Rabbit's Foot +item.rabbitHide.name=Rabbit Hide +item.rabbitRaw.name=Raw Rabbit +item.rabbitStew.name=Rabbit Stew +item.record.11.desc=C418 - 11 +item.record.13.desc=C418 - 13 +item.record.blocks.desc=C418 - blocks +item.record.cat.desc=C418 - cat +item.record.chirp.desc=C418 - chirp +item.record.far.desc=C418 - far +item.record.mall.desc=C418 - mall +item.record.mellohi.desc=C418 - mellohi +item.record.name=Music Disc +item.record.stal.desc=C418 - stal +item.record.strad.desc=C418 - strad +item.record.wait.desc=C418 - wait +item.record.ward.desc=C418 - ward +item.redstone.name=Redstone +item.reeds.name=Sugar Canes +item.rottenFlesh.name=Rotten Flesh +item.ruby.name=Ruby +item.saddle.name=Saddle +item.seeds.name=Seeds +item.seeds_melon.name=Melon Seeds +item.seeds_pumpkin.name=Pumpkin Seeds +item.shears.name=Shears +item.shovelDiamond.name=Diamond Shovel +item.shovelGold.name=Golden Shovel +item.shovelIron.name=Iron Shovel +item.shovelStone.name=Stone Shovel +item.shovelWood.name=Wooden Shovel +item.sign.name=Sign +item.skull.char.name=Head +item.skull.creeper.name=Creeper Head +item.skull.player.name=%s's Head +item.skull.skeleton.name=Skeleton Skull +item.skull.wither.name=Wither Skeleton Skull +item.skull.zombie.name=Zombie Head +item.slimeball.name=Slimeball +item.snowball.name=Snowball +item.speckledMelon.name=Glistering Melon +item.spiderEye.name=Spider Eye +item.stick.name=Stick +item.string.name=String +item.sugar.name=Sugar +item.sulphur.name=Gunpowder +item.swordDiamond.name=Diamond Sword +item.swordGold.name=Golden Sword +item.swordIron.name=Iron Sword +item.swordStone.name=Stone Sword +item.swordWood.name=Wooden Sword +item.unbreakable=Unbreakable +item.wheat.name=Wheat +item.writingBook.name=Book and Quill +item.writtenBook.name=Written Book +item.yellowDust.name=Glowstone Dust +itemGroup.brewing=Brewing +itemGroup.buildingBlocks=Building Blocks +itemGroup.combat=Combat +itemGroup.decorations=Decoration Blocks +itemGroup.food=Foodstuffs +itemGroup.inventory=Survival Inventory +itemGroup.materials=Materials +itemGroup.misc=Miscellaneous +itemGroup.redstone=Redstone +itemGroup.search=Search Items +itemGroup.tools=Tools +itemGroup.transportation=Transportation +key.attack=Attack/Destroy +key.back=Walk Backwards +key.categories.gameplay=Gameplay +key.categories.inventory=Inventory +key.categories.misc=Miscellaneous +key.categories.movement=Movement +key.categories.multiplayer=Multiplayer +key.categories.stream=Streaming +key.categories.ui=Game Interface +key.chat=Open Chat +key.command=Open Command +key.drop=Drop Item +key.forward=Walk Forwards +key.fullscreen=Toggle Fullscreen +key.hotbar.1=Hotbar Slot 1 +key.hotbar.2=Hotbar Slot 2 +key.hotbar.3=Hotbar Slot 3 +key.hotbar.4=Hotbar Slot 4 +key.hotbar.5=Hotbar Slot 5 +key.hotbar.6=Hotbar Slot 6 +key.hotbar.7=Hotbar Slot 7 +key.hotbar.8=Hotbar Slot 8 +key.hotbar.9=Hotbar Slot 9 +key.inventory=Inventory +key.jump=Jump +key.left=Strafe Left +key.mouseButton=Button %1$s +key.pickItem=Pick Block +key.playerlist=List Players +key.right=Strafe Right +key.screenshot=Take Screenshot +key.smoothCamera=Toggle Cinematic Camera +key.sneak=Sneak +key.spectatorOutlines=Highlight Players (Spectators) +key.sprint=Sprint +key.streamCommercial=Show Stream Commercials +key.streamPauseUnpause=Pause/Unpause Stream +key.streamStartStop=Start/Stop Stream +key.streamToggleMic=Push To Talk/Mute +key.togglePerspective=Toggle Perspective +key.use=Use Item/Place Block +lanServer.otherPlayers=Settings for Other Players +lanServer.scanning=Scanning for games on your local network +lanServer.start=Start LAN World +lanServer.title=LAN World +language.code=en_CA +language.name=Canadian English +language.region=Canada +mcoServer.title=Minecraft Online World +menu.convertingLevel=Converting world +menu.disconnect=Disconnect +menu.game=Game menu +menu.generatingLevel=Generating world +menu.generatingTerrain=Building terrain +menu.loadingLevel=Loading world +menu.multiplayer=Multiplayer +menu.online=Minecraft Realms +menu.options=Options... +menu.playdemo=Play Demo World +menu.quit=Quit Game +menu.resetdemo=Reset Demo World +menu.respawning=Respawning +menu.returnToGame=Back to Game +menu.returnToMenu=Save and Quit to Title +menu.shareToLan=Open to LAN +menu.simulating=Simulating the world for a bit +menu.singleplayer=Singleplayer +menu.switchingLevel=Switching worlds +merchant.deprecated=Trade something else to unlock! +mount.onboard=Press %1$s to dismount +multiplayer.connect=Connect +multiplayer.downloadingStats=Downloading statistics & achievements... +multiplayer.downloadingTerrain=Downloading terrain +multiplayer.info1=Minecraft Multiplayer is currently not finished, but there +multiplayer.info2=is some buggy early testing going on. +multiplayer.ipinfo=Enter the IP of a server to connect to it: +multiplayer.player.joined=%s joined the game +multiplayer.player.joined.renamed=%s (formerly known as %s) has joined the game +multiplayer.player.left=%s left the game +multiplayer.stopSleeping=Leave Bed +multiplayer.texturePrompt.line1=This server recommends the use of a custom resource pack. +multiplayer.texturePrompt.line2=Would you like to download and install it automagically? +multiplayer.title=Play Multiplayer +options.advancedButton=Advanced Video Settings... +options.advancedOpengl=Advanced OpenGL +options.advancedVideoTitle=Advanced Video Settings +options.anaglyph=3D Anaglyph +options.ao=Smooth Lighting +options.ao.max=Maximum +options.ao.min=Minimum +options.ao.off=OFF +options.blockAlternatives=Alternate Blocks +options.chat.color=Colours +options.chat.height.focused=Focused Height +options.chat.height.unfocused=Unfocused Height +options.chat.links=Web Links +options.chat.links.prompt=Prompt on Links +options.chat.opacity=Opacity +options.chat.scale=Scale +options.chat.title=Chat Settings... +options.chat.visibility=Chat +options.chat.visibility.full=Shown +options.chat.visibility.hidden=Hidden +options.chat.visibility.system=Commands Only +options.chat.width=Width +options.controls=Controls... +options.customizeTitle=Customize World Settings +options.difficulty=Difficulty +options.difficulty.easy=Easy +options.difficulty.hard=Hard +options.difficulty.hardcore=Hardcore +options.difficulty.normal=Normal +options.difficulty.peaceful=Peaceful +options.farWarning1=A 64 bit Java installation is recommended +options.farWarning2=for 'Far' render distance (you have 32 bit) +options.fboEnable=Enable FBOs +options.forceUnicodeFont=Force Unicode Font +options.fov=FOV +options.fov.max=Quake Pro +options.fov.min=Normal +options.framerateLimit=Max Framerate +options.framerateLimit.max=Unlimited +options.fullscreen=Fullscreen +options.gamma=Brightness +options.gamma.max=Bright +options.gamma.min=Moody +options.graphics=Graphics +options.graphics.fancy=Fancy +options.graphics.fast=Fast +options.guiScale=GUI Scale +options.guiScale.auto=Auto +options.guiScale.large=Large +options.guiScale.normal=Normal +options.guiScale.small=Small +options.hidden=Hidden +options.invertMouse=Invert Mouse +options.language=Language... +options.languageWarning=Language translations may not be 100%% accurate +options.mipmapLevels=Mipmap Levels +options.modelPart.cape=Cape +options.modelPart.hat=Hat +options.modelPart.jacket=Jacket +options.modelPart.left_pants_leg=Left Pants Leg +options.modelPart.left_sleeve=Left Sleeve +options.modelPart.right_pants_leg=Right Pants Leg +options.modelPart.right_sleeve=Right Sleeve +options.multiplayer.title=Multiplayer Settings... +options.music=Music +options.off=OFF +options.on=ON +options.particles=Particles +options.particles.all=All +options.particles.decreased=Decreased +options.particles.minimal=Minimal +options.performanceButton=Video Performance Settings... +options.performanceVideoTitle=Video Performance Settings +options.postButton=Post-Processing Settings... +options.postProcessEnable=Enable Post-Processing +options.postVideoTitle=Post-Processing Settings +options.qualityButton=Video Quality Settings... +options.qualityVideoTitle=Video Quality Settings +options.reducedDebugInfo=Reduced Debug Info +options.renderClouds=Clouds +options.renderDistance=Render Distance +options.renderDistance.far=Far +options.renderDistance.normal=Normal +options.renderDistance.short=Short +options.renderDistance.tiny=Tiny +options.resourcepack=Resource Packs... +options.saturation=Saturation +options.sensitivity=Sensitivity +options.sensitivity.max=HYPERSPEED!!! +options.sensitivity.min=*yawn* +options.skinCustomisation=Skin Customization... +options.skinCustomisation.title=Skin Customization +options.snooper=Allow Snooper +options.snooper.desc=We want to collect information about your machine to help improve Minecraft by knowing what we can support and where the biggest problems are. All of this information is completely anonymous and viewable below. We promise we won't do anything bad with this data, but if you want to opt out then feel free to toggle it off! +options.snooper.title=Machine Specs Collection +options.snooper.view=Snooper Settings... +options.sound=Sound +options.sounds=Music & Sounds... +options.sounds.title=Music & Sound Options +options.stream=Broadcast Settings... +options.stream.bytesPerPixel=Quality +options.stream.changes=You may need to restart your stream for these changes to take place. +options.stream.chat.enabled=Enable +options.stream.chat.enabled.always=Always +options.stream.chat.enabled.never=Never +options.stream.chat.enabled.streaming=Whilst Streaming +options.stream.chat.title=Twitch Chat Settings +options.stream.chat.userFilter=User Filter +options.stream.chat.userFilter.all=All Viewers +options.stream.chat.userFilter.mods=Moderators +options.stream.chat.userFilter.subs=Subscribers +options.stream.compression=Compression +options.stream.compression.high=High +options.stream.compression.low=Low +options.stream.compression.medium=Medium +options.stream.estimation=Estimated resolution: %sx%s +options.stream.fps=Framerate +options.stream.ingest.reset=Reset Preference +options.stream.ingest.title=Twitch Broadcast Servers +options.stream.ingestSelection=Broadcast Server List +options.stream.kbps=Bandwidth +options.stream.micToggleBehavior=Push To +options.stream.micVolumne=Mic Volume +options.stream.mic_toggle.mute=Mute +options.stream.mic_toggle.talk=Talk +options.stream.sendMetadata=Send Metadata +options.stream.systemVolume=System Volume +options.stream.title=Twitch Broadcast Settings +options.title=Options +options.touchscreen=Touchscreen Mode +options.vbo=Use VBOs +options.video=Video Settings... +options.videoTitle=Video Settings +options.viewBobbing=View Bobbing +options.visible=Shown +options.vsync=Use VSync +potion.absorption=Absorption +potion.absorption.postfix=Potion of Absorption +potion.blindness=Blindness +potion.blindness.postfix=Potion of Blindness +potion.confusion=Nausea +potion.confusion.postfix=Potion of Nausea +potion.damageBoost=Strength +potion.damageBoost.postfix=Potion of Strength +potion.digSlowDown=Mining Fatigue +potion.digSlowDown.postfix=Potion of Dullness +potion.digSpeed=Haste +potion.digSpeed.postfix=Potion of Haste +potion.effects.whenDrank=When Applied: +potion.empty=No Effects +potion.fireResistance=Fire Resistance +potion.fireResistance.postfix=Potion of Fire Resistance +potion.harm=Instant Damage +potion.harm.postfix=Potion of Harming +potion.heal=Instant Health +potion.heal.postfix=Potion of Healing +potion.healthBoost=Health Boost +potion.healthBoost.postfix=Potion of Health Boost +potion.hunger=Hunger +potion.hunger.postfix=Potion of Hunger +potion.invisibility=Invisibility +potion.invisibility.postfix=Potion of Invisibility +potion.jump=Jump Boost +potion.jump.postfix=Potion of Leaping +potion.moveSlowdown=Slowness +potion.moveSlowdown.postfix=Potion of Slowness +potion.moveSpeed=Speed +potion.moveSpeed.postfix=Potion of Swiftness +potion.nightVision=Night Vision +potion.nightVision.postfix=Potion of Night Vision +potion.poison=Poison +potion.poison.postfix=Potion of Poison +potion.potency.1=II +potion.potency.2=III +potion.potency.3=IV +potion.prefix.acrid=Acrid +potion.prefix.artless=Artless +potion.prefix.awkward=Awkward +potion.prefix.bland=Bland +potion.prefix.bulky=Bulky +potion.prefix.bungling=Bungling +potion.prefix.buttered=Buttered +potion.prefix.charming=Charming +potion.prefix.clear=Clear +potion.prefix.cordial=Cordial +potion.prefix.dashing=Dashing +potion.prefix.debonair=Debonair +potion.prefix.diffuse=Diffuse +potion.prefix.elegant=Elegant +potion.prefix.fancy=Fancy +potion.prefix.flat=Flat +potion.prefix.foul=Foul +potion.prefix.grenade=Splash +potion.prefix.gross=Gross +potion.prefix.harsh=Harsh +potion.prefix.milky=Milky +potion.prefix.mundane=Mundane +potion.prefix.odorless=Odourless +potion.prefix.potent=Potent +potion.prefix.rank=Rank +potion.prefix.refined=Refined +potion.prefix.smooth=Smooth +potion.prefix.sparkling=Sparkling +potion.prefix.stinky=Stinky +potion.prefix.suave=Suave +potion.prefix.thick=Thick +potion.prefix.thin=Thin +potion.prefix.uninteresting=Uninteresting +potion.regeneration=Regeneration +potion.regeneration.postfix=Potion of Regeneration +potion.resistance=Resistance +potion.resistance.postfix=Potion of Resistance +potion.saturation=Saturation +potion.saturation.postfix=Potion of Saturation +potion.waterBreathing=Water Breathing +potion.waterBreathing.postfix=Potion of Water Breathing +potion.weakness=Weakness +potion.weakness.postfix=Potion of Weakness +potion.wither=Wither +potion.wither.postfix=Potion of Decay +record.nowPlaying=Now playing: %s +resourcePack.available.title=Available Resource Packs +resourcePack.folderInfo=(Place resource pack files here) +resourcePack.openFolder=Open resource pack folder +resourcePack.selected.title=Selected Resource Packs +resourcePack.title=Select Resource Packs +screenshot.failure=Couldn't save screenshot: %s +screenshot.success=Saved screenshot as %s +selectServer.add=Add server +selectServer.defaultName=Minecraft Server +selectServer.delete=Delete +selectServer.deleteButton=Delete +selectServer.deleteQuestion=Are you sure you want to remove this server? +selectServer.deleteWarning=will be lost forever! (A long time!) +selectServer.direct=Direct Connect +selectServer.edit=Edit +selectServer.empty=empty +selectServer.hiddenAddress=(Hidden) +selectServer.refresh=Refresh +selectServer.select=Join Server +selectServer.title=Select Server +selectWorld.allowCommands=Allow Cheats: +selectWorld.allowCommands.info=Commands like /gamemode, /xp, etc. +selectWorld.bonusItems=Bonus Chest: +selectWorld.cheats=Cheats +selectWorld.conversion=Must be converted! +selectWorld.create=Create New World +selectWorld.createDemo=Play New Demo World +selectWorld.customizeType=Customize +selectWorld.delete=Delete +selectWorld.deleteButton=Delete +selectWorld.deleteQuestion=Are you sure you want to delete this world? +selectWorld.deleteWarning=will be lost forever! (A long time!) +selectWorld.empty=empty +selectWorld.enterName=World Name +selectWorld.enterSeed=Seed for the World Generator +selectWorld.gameMode=Game Mode +selectWorld.gameMode.adventure=Adventure +selectWorld.gameMode.adventure.line1=Same as survival mode, but blocks can't +selectWorld.gameMode.adventure.line2=be added or removed +selectWorld.gameMode.creative=Creative +selectWorld.gameMode.creative.line1=Unlimited resources, free flying and +selectWorld.gameMode.creative.line2=destroy blocks instantly +selectWorld.gameMode.hardcore=Hardcore +selectWorld.gameMode.hardcore.line1=Same as survival mode, locked at hardest +selectWorld.gameMode.hardcore.line2=difficulty, and one life only +selectWorld.gameMode.spectator=Spectator +selectWorld.gameMode.spectator.line1=You can look but don't touch +selectWorld.gameMode.survival=Survival +selectWorld.gameMode.survival.line1=Search for resources, crafting, gain +selectWorld.gameMode.survival.line2=levels, health and hunger +selectWorld.hardcoreMode=Hardcore: +selectWorld.hardcoreMode.info=World is deleted upon death +selectWorld.mapFeatures=Generate Structures: +selectWorld.mapFeatures.info=Villages, dungeons, etc. +selectWorld.mapType=World Type: +selectWorld.mapType.normal=Normal +selectWorld.moreWorldOptions=More World Options... +selectWorld.newWorld=New World +selectWorld.newWorld.copyOf=Copy of %s +selectWorld.recreate=Re-Create +selectWorld.rename=Rename +selectWorld.renameButton=Rename +selectWorld.renameTitle=Rename World +selectWorld.resultFolder=Will be saved in: +selectWorld.seedInfo=Leave blank for a random seed +selectWorld.select=Play Selected World +selectWorld.title=Select World +selectWorld.world=World +sign.edit=Edit sign message +soundCategory.ambient=Ambient/Environment +soundCategory.block=Blocks +soundCategory.hostile=Hostile Creatures +soundCategory.master=Master Volume +soundCategory.music=Music +soundCategory.neutral=Friendly Creatures +soundCategory.player=Players +soundCategory.record=Jukebox/Noteblocks +soundCategory.weather=Weather +stat.animalsBred=Animals Bred +stat.blocksButton=Blocks +stat.boatOneCm=Distance by Boat +stat.breakItem=%1$s Depleted +stat.climbOneCm=Distance Climbed +stat.craftItem=%1$s Crafted +stat.crafted=Times Crafted +stat.createWorld=Worlds created +stat.crouchOneCm=Distance Crouched +stat.damageDealt=Damage Dealt +stat.damageTaken=Damage Taken +stat.deaths=Number of Deaths +stat.depleted=Times Depleted +stat.diveOneCm=Distance Dove +stat.drop=Items Dropped +stat.entityKilledBy=%s killed you %s time(s) +stat.entityKilledBy.none=You have never been killed by %s +stat.entityKills=You killed %s %s +stat.entityKills.none=You have never killed %s +stat.fallOneCm=Distance Fallen +stat.fishCaught=Fish Caught +stat.flyOneCm=Distance Flown +stat.generalButton=General +stat.horseOneCm=Distance by Horse +stat.itemsButton=Items +stat.joinMultiplayer=Multiplayer joins +stat.jump=Jumps +stat.junkFished=Junk Fished +stat.leaveGame=Games quit +stat.loadWorld=Saves loaded +stat.mineBlock=%1$s Mined +stat.minecartOneCm=Distance by Minecart +stat.mined=Times Mined +stat.mobKills=Mob Kills +stat.mobsButton=Mobs +stat.pigOneCm=Distance by Pig +stat.playOneMinute=Minutes Played +stat.playerKills=Player Kills +stat.sprintOneCm=Distance Sprinted +stat.startGame=Times played +stat.swimOneCm=Distance Swam +stat.talkedToVillager=Talked to Villagers +stat.timeSinceDeath=Since Last Death +stat.tradedWithVillager=Traded with Villagers +stat.treasureFished=Treasure Fished +stat.useItem=%1$s Used +stat.used=Times Used +stat.walkOneCm=Distance Walked +stats.tooltip.type.achievement=Achievement +stats.tooltip.type.statistic=Statistic +stream.confirm_start=Are you sure you want to start broadcasting? +stream.unavailable.account_not_bound=Before you can broadcast Minecraft through Twitch, you will need to link your Twitch account on mojang.com. Would you like to do that now? +stream.unavailable.account_not_bound.okay=Link Accounts +stream.unavailable.account_not_migrated=Before you can broadcast Minecraft through Twitch, you will need to migrate your Minecraft account to a Mojang account. Would you like to do that now? +stream.unavailable.account_not_migrated.okay=Migrate Account +stream.unavailable.failed_auth=Authentication to Twitch failed. Please go to mojang.com and rebind your Twitch account. +stream.unavailable.failed_auth.okay=Rebind Accounts +stream.unavailable.failed_auth_error=Unable to authenticate to Twitch. Please try again later. +stream.unavailable.initialization_failure=Unable to initialize the Twitch SDK. +stream.unavailable.initialization_failure.extra=(Reason: %s) +stream.unavailable.library_arch_mismatch=The custom java version used to launch Minecraft has a different architecture than the one used to run the launcher. Please make sure these are the same, either 32-bit or 64-bit for both. +stream.unavailable.library_failure=Unable to load the libraries needed for the integrated Twitch broadcasting service. +stream.unavailable.no_fbo=Your video card needs to support at least OpenGL version 3.0 or support Framebuffer Objects via an extension to use the integrated Twitch broadcasting. +stream.unavailable.no_fbo.arb=Framebuffer object support via ARB is: %s +stream.unavailable.no_fbo.blend=Separate blending support via EXT is: %s +stream.unavailable.no_fbo.ext=Framebuffer object support via EXT is: %s +stream.unavailable.no_fbo.version=You are currently using: %s +stream.unavailable.not_supported.mac=Unfortunately the integrated Twitch broadcasting on Mac requires a version of OSX newer than the one you are on. You must use 10.7 (Mac OS X Lion) or newer to be able to use this service. Would you like to visit apple.com to learn about upgrading? +stream.unavailable.not_supported.mac.okay=Upgrade +stream.unavailable.not_supported.other=Unfortunately the integrated Twitch broadcasting service requires Windows (Vista or newer) or Mac OS X (10.7/Lion or newer) +stream.unavailable.not_supported.windows=Unfortunately the integrated Twitch broadcasting requires a newer version of Windows than you are on. You must have at least Windows Vista or newer. +stream.unavailable.report_to_mojang=Report to Mojang +stream.unavailable.soundflower.chat=Soundflower is required to be able to stream on Mac. %s +stream.unavailable.soundflower.chat.link=Please click here to install it. +stream.unavailable.title=Twitch Broadcasting Unavailable +stream.unavailable.unknown=Unfortunately you cannot broadcast to Twitch at this time. And we don't know why :'( +stream.unavailable.unknown.chat=Could not start stream: %s +stream.user.mode.administrator=Twitch Administrator +stream.user.mode.banned=Banned +stream.user.mode.banned.other=Banned on %s's channel +stream.user.mode.banned.self=Banned on your channel +stream.user.mode.broadcaster=Broadcaster +stream.user.mode.broadcaster.other=Broadcaster +stream.user.mode.broadcaster.self=Broadcaster (You!) +stream.user.mode.moderator=Moderator +stream.user.mode.moderator.other=Moderator on %s's channel +stream.user.mode.moderator.self=Moderator on your channel +stream.user.mode.staff=Twitch Staff +stream.user.subscription.subscriber=Subscriber +stream.user.subscription.subscriber.other=Subscriber to %s's channel +stream.user.subscription.subscriber.self=Subscriber to your channel +stream.user.subscription.turbo=Twitch Turbo +stream.userinfo.ban=Ban +stream.userinfo.chatTooltip=Click to manage user +stream.userinfo.mod=Promote to Moderator +stream.userinfo.timeout=Timeout +stream.userinfo.unban=Unban +stream.userinfo.unmod=Demote from Moderator +tile.acaciaFence.name=Acacia Wood Fence +tile.acaciaFenceGate.name=Acacia Wood Fence Gate +tile.activatorRail.name=Activator Rail +tile.anvil.intact.name=Anvil +tile.anvil.name=Anvil +tile.anvil.slightlyDamaged.name=Slightly Damaged Anvil +tile.anvil.veryDamaged.name=Very Damaged Anvil +tile.barrier.name=Barrier +tile.beacon.name=Beacon +tile.beacon.primary=Primary Power +tile.beacon.secondary=Secondary Power +tile.bed.name=Bed +tile.bed.noSleep=You can only sleep at night +tile.bed.notSafe=You may not rest now, there are monsters nearby +tile.bed.notValid=Your home bed was missing or obstructed +tile.bed.occupied=This bed is occupied +tile.bedrock.name=Bedrock +tile.birchFence.name=Birch Wood Fence +tile.birchFenceGate.name=Birch Wood Fence Gate +tile.blockCoal.name=Block of Coal +tile.blockDiamond.name=Block of Diamond +tile.blockEmerald.name=Block of Emerald +tile.blockGold.name=Block of Gold +tile.blockIron.name=Block of Iron +tile.blockLapis.name=Lapis Lazuli Block +tile.blockRedstone.name=Block of Redstone +tile.bookshelf.name=Bookshelf +tile.brick.name=Bricks +tile.button.name=Button +tile.cactus.name=Cactus +tile.cake.name=Cake +tile.carrots.name=Carrots +tile.cauldron.name=Cauldron +tile.chest.name=Chest +tile.chestTrap.name=Trapped Chest +tile.clay.name=Clay +tile.clayHardened.name=Hardened Clay +tile.clayHardenedStained.black.name=Black Stained Clay +tile.clayHardenedStained.blue.name=Blue Stained Clay +tile.clayHardenedStained.brown.name=Brown Stained Clay +tile.clayHardenedStained.cyan.name=Cyan Stained Clay +tile.clayHardenedStained.gray.name=Grey Stained Clay +tile.clayHardenedStained.green.name=Green Stained Clay +tile.clayHardenedStained.lightBlue.name=Light Blue Stained Clay +tile.clayHardenedStained.lime.name=Lime Stained Clay +tile.clayHardenedStained.magenta.name=Magenta Stained Clay +tile.clayHardenedStained.name=Stained Clay +tile.clayHardenedStained.orange.name=Orange Stained Clay +tile.clayHardenedStained.pink.name=Pink Stained Clay +tile.clayHardenedStained.purple.name=Purple Stained Clay +tile.clayHardenedStained.red.name=Red Stained Clay +tile.clayHardenedStained.silver.name=Light Grey Stained Clay +tile.clayHardenedStained.white.name=White Stained Clay +tile.clayHardenedStained.yellow.name=Yellow Stained Clay +tile.cloth.black.name=Black Wool +tile.cloth.blue.name=Blue Wool +tile.cloth.brown.name=Brown Wool +tile.cloth.cyan.name=Cyan Wool +tile.cloth.gray.name=Grey Wool +tile.cloth.green.name=Green Wool +tile.cloth.lightBlue.name=Light Blue Wool +tile.cloth.lime.name=Lime Wool +tile.cloth.magenta.name=Magenta Wool +tile.cloth.name=Wool +tile.cloth.orange.name=Orange Wool +tile.cloth.pink.name=Pink Wool +tile.cloth.purple.name=Purple Wool +tile.cloth.red.name=Red Wool +tile.cloth.silver.name=Light Grey Wool +tile.cloth.white.name=Wool +tile.cloth.yellow.name=Yellow Wool +tile.cobbleWall.mossy.name=Mossy Cobblestone Wall +tile.cobbleWall.normal.name=Cobblestone Wall +tile.cocoa.name=Cocoa +tile.commandBlock.name=Command Block +tile.crops.name=Crops +tile.darkOakFence.name=Dark Oak Wood Fence +tile.darkOakFenceGate.name=Dark Oak Wood Fence Gate +tile.daylightDetector.name=Daylight Sensor +tile.deadbush.name=Dead Bush +tile.detectorRail.name=Detector Rail +tile.dirt.coarse.name=Coarse Dirt +tile.dirt.default.name=Dirt +tile.dirt.name=Dirt +tile.dirt.podzol.name=Podzol +tile.dispenser.name=Dispenser +tile.doorIron.name=Iron Door +tile.doorWood.name=Wooden Door +tile.doublePlant.fern.name=Large Fern +tile.doublePlant.grass.name=Double Tallgrass +tile.doublePlant.name=Plant +tile.doublePlant.paeonia.name=Peony +tile.doublePlant.rose.name=Rose Bush +tile.doublePlant.sunflower.name=Sunflower +tile.doublePlant.syringa.name=Lilac +tile.dragonEgg.name=Dragon Egg +tile.dropper.name=Dropper +tile.enchantmentTable.name=Enchantment Table +tile.endPortalFrame.name=End Portal +tile.enderChest.name=Ender Chest +tile.farmland.name=Farmland +tile.fence.name=Fence +tile.fenceGate.name=Fence Gate +tile.fenceIron.name=Iron Bars +tile.fire.name=Fire +tile.flower1.dandelion.name=Dandelion +tile.flower1.name=Flower +tile.flower2.allium.name=Allium +tile.flower2.blueOrchid.name=Blue Orchid +tile.flower2.houstonia.name=Azure Bluet +tile.flower2.name=Flower +tile.flower2.oxeyeDaisy.name=Moon Daisy +tile.flower2.poppy.name=Poppy +tile.flower2.tulipOrange.name=Orange Tulip +tile.flower2.tulipPink.name=Pink Tulip +tile.flower2.tulipRed.name=Red Tulip +tile.flower2.tulipWhite.name=White Tulip +tile.furnace.name=Furnace +tile.glass.name=Glass +tile.goldenRail.name=Powered Rail +tile.grass.name=Grass Block +tile.gravel.name=Gravel +tile.hayBlock.name=Straw Bale +tile.hellrock.name=Netherrack +tile.hellsand.name=Soul Sand +tile.hopper.name=Hopper +tile.ice.name=Ice +tile.icePacked.name=Packed Ice +tile.ironTrapdoor.name=Iron Trapdoor +tile.jukebox.name=Jukebox +tile.jungleFence.name=Jungle Wood Fence +tile.jungleFenceGate.name=Jungle Wood Fence Gate +tile.ladder.name=Ladder +tile.lava.name=Lava +tile.leaves.acacia.name=Acacia Leaves +tile.leaves.big_oak.name=Dark Oak Leaves +tile.leaves.birch.name=Birch Leaves +tile.leaves.jungle.name=Jungle Leaves +tile.leaves.name=Leaves +tile.leaves.oak.name=Oak Leaves +tile.leaves.spruce.name=Spruce Leaves +tile.lever.name=Lever +tile.lightgem.name=Glowstone +tile.litpumpkin.name=Jack O'Lantern +tile.lockedchest.name=Locked chest +tile.log.acacia.name=Acacia Wood +tile.log.big_oak.name=Dark Oak Wood +tile.log.birch.name=Birch Wood +tile.log.jungle.name=Jungle Wood +tile.log.name=Wood +tile.log.oak.name=Oak Wood +tile.log.spruce.name=Spruce Wood +tile.melon.name=Melon +tile.mobSpawner.name=Monster Spawner +tile.monsterStoneEgg.brick.name=Stone Brick Monster Egg +tile.monsterStoneEgg.chiseledbrick.name=Chiselled Stone Brick Monster Egg +tile.monsterStoneEgg.cobble.name=Cobblestone Monster Egg +tile.monsterStoneEgg.crackedbrick.name=Cracked Stone Brick Monster Egg +tile.monsterStoneEgg.mossybrick.name=Mossy Stone Brick Monster Egg +tile.monsterStoneEgg.name=Stone Monster Egg +tile.monsterStoneEgg.stone.name=Stone Monster Egg +tile.mushroom.name=Mushroom +tile.musicBlock.name=Note Block +tile.mycel.name=Mycelium +tile.netherBrick.name=Nether Bricks +tile.netherFence.name=Nether Brick Fence +tile.netherStalk.name=Nether Wart +tile.netherquartz.name=Nether Quartz Ore +tile.notGate.name=Redstone Torch +tile.obsidian.name=Obsidian +tile.oreCoal.name=Coal Ore +tile.oreDiamond.name=Diamond Ore +tile.oreEmerald.name=Emerald Ore +tile.oreGold.name=Gold Ore +tile.oreIron.name=Iron Ore +tile.oreLapis.name=Lapis Lazuli Ore +tile.oreRedstone.name=Redstone Ore +tile.oreRuby.name=Ruby Ore +tile.pistonBase.name=Piston +tile.pistonStickyBase.name=Sticky Piston +tile.portal.name=Portal +tile.potatoes.name=Potatoes +tile.pressurePlateStone.name=Stone Pressure Plate +tile.pressurePlateWood.name=Wooden Pressure Plate +tile.prismarine.bricks.name=Prismarine Bricks +tile.prismarine.dark.name=Dark Prismarine +tile.prismarine.rough.name=Prismarine +tile.pumpkin.name=Pumpkin +tile.quartzBlock.chiseled.name=Chiselled Quartz Block +tile.quartzBlock.default.name=Block of Quartz +tile.quartzBlock.lines.name=Pillar Quartz Block +tile.quartzBlock.name=Block of Quartz +tile.rail.name=Rail +tile.redSandStone.chiseled.name=Chiselled Red Sandstone +tile.redSandStone.default.name=Red Sandstone +tile.redSandStone.name=Red Sandstone +tile.redSandStone.smooth.name=Smooth Red Sandstone +tile.redstoneDust.name=Redstone Dust +tile.redstoneLight.name=Redstone Lamp +tile.reeds.name=Sugar cane +tile.sand.default.name=Sand +tile.sand.name=Sand +tile.sand.red.name=Red Sand +tile.sandStone.chiseled.name=Chiselled Sandstone +tile.sandStone.default.name=Sandstone +tile.sandStone.name=Sandstone +tile.sandStone.smooth.name=Smooth Sandstone +tile.sapling.acacia.name=Acacia Sapling +tile.sapling.big_oak.name=Dark Oak Sapling +tile.sapling.birch.name=Birch Sapling +tile.sapling.jungle.name=Jungle Sapling +tile.sapling.oak.name=Oak Sapling +tile.sapling.spruce.name=Spruce Sapling +tile.seaLantern.name=Sea Lantern +tile.sign.name=Sign +tile.slime.name=Slime Block +tile.snow.name=Snow +tile.sponge.dry.name=Sponge +tile.sponge.wet.name=Wet Sponge +tile.spruceFence.name=Spruce Wood Fence +tile.spruceFenceGate.name=Spruce Wood Fence Gate +tile.stainedGlass.black.name=Black Stained Glass +tile.stainedGlass.blue.name=Blue Stained Glass +tile.stainedGlass.brown.name=Brown Stained Glass +tile.stainedGlass.cyan.name=Cyan Stained Glass +tile.stainedGlass.gray.name=Grey Stained Glass +tile.stainedGlass.green.name=Green Stained Glass +tile.stainedGlass.lightBlue.name=Light Blue Stained Glass +tile.stainedGlass.lime.name=Lime Stained Glass +tile.stainedGlass.magenta.name=Magenta Stained Glass +tile.stainedGlass.name=Stained Glass +tile.stainedGlass.orange.name=Orange Stained Glass +tile.stainedGlass.pink.name=Pink Stained Glass +tile.stainedGlass.purple.name=Purple Stained Glass +tile.stainedGlass.red.name=Red Stained Glass +tile.stainedGlass.silver.name=Light Grey Stained Glass +tile.stainedGlass.white.name=White Stained Glass +tile.stainedGlass.yellow.name=Yellow Stained Glass +tile.stairsBrick.name=Brick Stairs +tile.stairsNetherBrick.name=Nether Brick Stairs +tile.stairsQuartz.name=Quartz Stairs +tile.stairsRedSandStone.name=Red Sandstone Stairs +tile.stairsSandStone.name=Sandstone Stairs +tile.stairsStone.name=Cobblestone Stairs +tile.stairsStoneBrickSmooth.name=Stone Brick Stairs +tile.stairsWood.name=Oak Wood Stairs +tile.stairsWoodAcacia.name=Acacia Wood Stairs +tile.stairsWoodBirch.name=Birch Wood Stairs +tile.stairsWoodDarkOak.name=Dark Oak Wood Stairs +tile.stairsWoodJungle.name=Jungle Wood Stairs +tile.stairsWoodSpruce.name=Spruce Wood Stairs +tile.stone.andesite.name=Andesite +tile.stone.andesiteSmooth.name=Polished Andesite +tile.stone.diorite.name=Diorite +tile.stone.dioriteSmooth.name=Polished Diorite +tile.stone.granite.name=Granite +tile.stone.graniteSmooth.name=Polished Granite +tile.stone.stone.name=Stone +tile.stoneMoss.name=Moss Stone +tile.stoneSlab.brick.name=Bricks Slab +tile.stoneSlab.cobble.name=Cobblestone Slab +tile.stoneSlab.name=Stone Slab +tile.stoneSlab.netherBrick.name=Nether Brick Slab +tile.stoneSlab.quartz.name=Quartz Slab +tile.stoneSlab.sand.name=Sandstone Slab +tile.stoneSlab.smoothStoneBrick.name=Stone Bricks Slab +tile.stoneSlab.stone.name=Stone Slab +tile.stoneSlab.wood.name=Wooden Slab +tile.stoneSlab2.red_sandstone.name=Red Sandstone Slab +tile.stonebrick.name=Cobblestone +tile.stonebricksmooth.chiseled.name=Chiselled Stone Bricks +tile.stonebricksmooth.cracked.name=Cracked Stone Bricks +tile.stonebricksmooth.default.name=Stone Bricks +tile.stonebricksmooth.mossy.name=Mossy Stone Bricks +tile.stonebricksmooth.name=Stone Bricks +tile.tallgrass.fern.name=Fern +tile.tallgrass.grass.name=Grass +tile.tallgrass.name=Grass +tile.tallgrass.shrub.name=Shrub +tile.thinGlass.name=Glass Pane +tile.thinStainedGlass.black.name=Black Stained Glass Pane +tile.thinStainedGlass.blue.name=Blue Stained Glass Pane +tile.thinStainedGlass.brown.name=Brown Stained Glass Pane +tile.thinStainedGlass.cyan.name=Cyan Stained Glass Pane +tile.thinStainedGlass.gray.name=Grey Stained Glass Pane +tile.thinStainedGlass.green.name=Green Stained Glass Pane +tile.thinStainedGlass.lightBlue.name=Light Blue Stained Glass Pane +tile.thinStainedGlass.lime.name=Lime Stained Glass Pane +tile.thinStainedGlass.magenta.name=Magenta Stained Glass Pane +tile.thinStainedGlass.name=Stained Glass Pane +tile.thinStainedGlass.orange.name=Orange Stained Glass Pane +tile.thinStainedGlass.pink.name=Pink Stained Glass Pane +tile.thinStainedGlass.purple.name=Purple Stained Glass Pane +tile.thinStainedGlass.red.name=Red Stained Glass Pane +tile.thinStainedGlass.silver.name=Light Grey Stained Glass Pane +tile.thinStainedGlass.white.name=White Stained Glass Pane +tile.thinStainedGlass.yellow.name=Yellow Stained Glass Pane +tile.tnt.name=TNT +tile.torch.name=Torch +tile.trapdoor.name=Trapdoor +tile.tripWire.name=Tripwire +tile.tripWireSource.name=Tripwire Hook +tile.vine.name=Vines +tile.water.name=Water +tile.waterlily.name=Lily Pad +tile.web.name=Cobweb +tile.weightedPlate_heavy.name=Weighted Pressure Plate (Heavy) +tile.weightedPlate_light.name=Weighted Pressure Plate (Light) +tile.whiteStone.name=End Stone +tile.wood.acacia.name=Acacia Wood Planks +tile.wood.big_oak.name=Dark Oak Wood Planks +tile.wood.birch.name=Birch Wood Planks +tile.wood.jungle.name=Jungle Wood Planks +tile.wood.name=Wooden Planks +tile.wood.oak.name=Oak Wood Planks +tile.wood.spruce.name=Spruce Wood Planks +tile.woodSlab.acacia.name=Acacia Wood Slab +tile.woodSlab.big_oak.name=Dark Oak Wood Slab +tile.woodSlab.birch.name=Birch Wood Slab +tile.woodSlab.jungle.name=Jungle Wood Slab +tile.woodSlab.name=Wood Slab +tile.woodSlab.oak.name=Oak Wood Slab +tile.woodSlab.spruce.name=Spruce Wood Slab +tile.woolCarpet.black.name=Black Carpet +tile.woolCarpet.blue.name=Blue Carpet +tile.woolCarpet.brown.name=Brown Carpet +tile.woolCarpet.cyan.name=Cyan Carpet +tile.woolCarpet.gray.name=Grey Carpet +tile.woolCarpet.green.name=Green Carpet +tile.woolCarpet.lightBlue.name=Light Blue Carpet +tile.woolCarpet.lime.name=Lime Carpet +tile.woolCarpet.magenta.name=Magenta Carpet +tile.woolCarpet.name=Carpet +tile.woolCarpet.orange.name=Orange Carpet +tile.woolCarpet.pink.name=Pink Carpet +tile.woolCarpet.purple.name=Purple Carpet +tile.woolCarpet.red.name=Red Carpet +tile.woolCarpet.silver.name=Light Grey Carpet +tile.woolCarpet.white.name=Carpet +tile.woolCarpet.yellow.name=Yellow Carpet +tile.workbench.name=Crafting Table +title.oldgl1=Old graphics card detected; this may prevent you from +title.oldgl2=playing in the future as OpenGL 2.0 will be required. +translation.test.args=%s %s +translation.test.complex=Prefix, %s%2$s again %s and %1$s lastly %s and also %1$s again! +translation.test.escape=%%s %%%s %%%%s %%%%%s +translation.test.invalid=hi % +translation.test.invalid2=hi %s +translation.test.none=Hello, world! +translation.test.world=world diff --git a/javascript/lang/en_GB.lang b/javascript/lang/en_GB.lang new file mode 100755 index 00000000..445349be --- /dev/null +++ b/javascript/lang/en_GB.lang @@ -0,0 +1,2515 @@ +achievement.acquireIron=Acquire Hardware +achievement.acquireIron.desc=Smelt an iron ingot +achievement.bakeCake=The Lie +achievement.bakeCake.desc=Wheat, sugar, milk and eggs! +achievement.blazeRod=Into Fire +achievement.blazeRod.desc=Relieve a Blaze of its rod +achievement.bookcase=Librarian +achievement.bookcase.desc=Build some bookshelves to improve your enchantment table +achievement.breedCow=Repopulation +achievement.breedCow.desc=Breed two cows with wheat +achievement.buildBetterPickaxe=Getting an Upgrade +achievement.buildBetterPickaxe.desc=Construct a better pickaxe +achievement.buildFurnace=Hot Topic +achievement.buildFurnace.desc=Construct a furnace out of eight cobblestone +achievement.buildHoe=Time to Farm! +achievement.buildHoe.desc=Use planks and sticks to make a hoe +achievement.buildPickaxe=Time to Mine! +achievement.buildPickaxe.desc=Use planks and sticks to make a pickaxe +achievement.buildSword=Time to Strike! +achievement.buildSword.desc=Use planks and sticks to make a sword +achievement.buildWorkBench=Benchmarking +achievement.buildWorkBench.desc=Craft a workbench with four blocks of planks +achievement.cookFish=Delicious Fish +achievement.cookFish.desc=Catch and cook a fish! +achievement.diamonds=DIAMONDS! +achievement.diamonds.desc=Acquire diamonds with your iron tools +achievement.diamondsToYou=Diamonds to you! +achievement.diamondsToYou.desc=Throw diamonds at another player. +achievement.enchantments=Enchanter +achievement.enchantments.desc=Use a book, obsidian and diamonds to construct an enchantment table +achievement.exploreAllBiomes=Adventuring Time +achievement.exploreAllBiomes.desc=Discover all biomes +achievement.flyPig=When Pigs Fly +achievement.flyPig.desc=Fly a pig off a cliff +achievement.fullBeacon=Beaconator +achievement.fullBeacon.desc=Create a full beacon +achievement.get=Achievement get! +achievement.ghast=Return to Sender +achievement.ghast.desc=Destroy a Ghast with its own fireball +achievement.killCow=Cow Tipper +achievement.killCow.desc=Harvest some leather +achievement.killEnemy=Monster Hunter +achievement.killEnemy.desc=Attack and destroy a monster +achievement.killWither=The Beginning. +achievement.killWither.desc=Kill the Wither +achievement.makeBread=Bake Bread +achievement.makeBread.desc=Turn wheat into bread +achievement.mineWood=Getting Wood +achievement.mineWood.desc=Attack a tree until a block of wood pops out +achievement.onARail=On A Rail +achievement.onARail.desc=Travel by minecart at least 1 km from where you started +achievement.openInventory=Taking Inventory +achievement.openInventory.desc=Press '%1$s' to open your inventory. +achievement.overkill=Overkill +achievement.overkill.desc=Deal nine hearts of damage in a single hit +achievement.overpowered=Overpowered +achievement.overpowered.desc=Build a Notch apple +achievement.portal=We Need to Go Deeper +achievement.portal.desc=Build a portal to the Nether +achievement.potion=Local Brewery +achievement.potion.desc=Brew a potion +achievement.requires=Requires '%1$s' +achievement.snipeSkeleton=Sniper Duel +achievement.snipeSkeleton.desc=Kill a skeleton with an arrow from more than 50 metres +achievement.spawnWither=The Beginning? +achievement.spawnWither.desc=Spawn the Wither +achievement.taken=Taken! +achievement.theEnd=The End? +achievement.theEnd.desc=Locate the End +achievement.theEnd2=The End. +achievement.theEnd2.desc=Defeat the Ender Dragon +achievement.unknown=??? +addServer.add=Done +addServer.enterIp=Server Address +addServer.enterName=Server Name +addServer.hideAddress=Hide Address +addServer.resourcePack=Server Resource Packs +addServer.resourcePack.disabled=Disabled +addServer.resourcePack.enabled=Enabled +addServer.resourcePack.prompt=Prompt +addServer.title=Edit Server Info +advMode.allEntities=Use "@e" to target all entities +advMode.allPlayers=Use "@a" to target all players +advMode.command=Console Command +advMode.nearestPlayer=Use "@p" to target nearest player +advMode.notAllowed=Must be an opped player in creative mode +advMode.notEnabled=Command blocks are not enabled on this server +advMode.previousOutput=Previous Output +advMode.randomPlayer=Use "@r" to target random player +advMode.setCommand=Set Console Command for Block +advMode.setCommand.success=Command set: %s +attribute.modifier.plus.0=+%s %s +attribute.modifier.plus.1=+%s%% %s +attribute.modifier.plus.2=+%s%% %s +attribute.modifier.take.0=-%s %s +attribute.modifier.take.1=-%s%% %s +attribute.modifier.take.2=-%s%% %s +attribute.name.generic.attackDamage=Attack Damage +attribute.name.generic.followRange=Mob Follow Range +attribute.name.generic.knockbackResistance=Knockback Resistance +attribute.name.generic.maxHealth=Max Health +attribute.name.generic.movementSpeed=Speed +attribute.name.horse.jumpStrength=Horse Jump Strength +attribute.name.zombie.spawnReinforcements=Zombie Reinforcements +book.byAuthor=by %1$s +book.editTitle=Enter Book Title: +book.finalizeButton=Sign and Close +book.finalizeWarning=Note! When you sign the book, it will no longer be editable. +book.generation.0=Original +book.generation.1=Copy of original +book.generation.2=Copy of copy +book.generation.3=Tattered +book.pageIndicator=Page %1$s of %2$s +book.signButton=Sign +build.tooHigh=Height limit for building is %s blocks +chat.cannotSend=Cannot send chat message +chat.copy=Copy to Clipboard +chat.link.confirm=Are you sure you want to open the following website? +chat.link.confirmTrusted=Do you want to open this link or copy it to your clipboard? +chat.link.open=Open in browser +chat.link.warning=Never open links from people that you don't trust! +chat.stream.emote=(%s) * %s %s +chat.stream.text=(%s) <%s> %s +chat.type.achievement=%s has just earned the achievement %s +chat.type.achievement.taken=%s has lost the achievement %s +chat.type.admin=[%s: %s] +chat.type.announcement=[%s] %s +chat.type.emote=* %s %s +chat.type.text=<%s> %s +commands.achievement.alreadyHave=Player %s already has achievement %s +commands.achievement.dontHave=Player %s doesn't have achievement %s +commands.achievement.give.success.all=Successfully given all achievements to %s +commands.achievement.give.success.one=Successfully given %s the stat '%s' +commands.achievement.statTooLow=Player %s does not have the stat %s +commands.achievement.take.success.all=Successfully taken all achievements from %s +commands.achievement.take.success.one=Successfully taken the stat %s from %s +commands.achievement.unknownAchievement=Unknown achievement or statistic '%s' +commands.achievement.usage=/achievement [player] +commands.ban.failed=Could not ban player %s +commands.ban.success=Banned player %s +commands.ban.usage=/ban [reason ...] +commands.banip.invalid=You have entered an invalid IP address or a player that is not online +commands.banip.success=Banned IP address %s +commands.banip.success.players=Banned IP address %s belonging to %s +commands.banip.usage=/ban-ip [reason ...] +commands.banlist.ips=There are %s total banned IP addresses: +commands.banlist.players=There are %s total banned players: +commands.banlist.usage=/banlist [ips|players] +commands.blockdata.failed=The data tag did not change: %s +commands.blockdata.notValid=The target block is not a data holder block +commands.blockdata.outOfWorld=Cannot change block outside of the world +commands.blockdata.success=Block data updated to: %s +commands.blockdata.tagError=Data tag parsing failed: %s +commands.blockdata.usage=/blockdata +commands.chunkinfo.compiled=Chunk is compiled. +commands.chunkinfo.data=First 64 vertices are: %s +commands.chunkinfo.empty=Chunk is empty. +commands.chunkinfo.hasLayers=Chunk has layers: %s +commands.chunkinfo.hasNoRenderableLayers=Chunk has no renderable layers. +commands.chunkinfo.isEmpty=Chunk has empty layers: %s +commands.chunkinfo.location=Chunk location: (%s, %s, %s) +commands.chunkinfo.noChunk=No chunk found at chunk position %s, %s, %s +commands.chunkinfo.notCompiled=Chunk is not compiled. +commands.chunkinfo.notEmpty=Chunk is not empty. +commands.chunkinfo.usage=/chunkinfo [ ] +commands.chunkinfo.vertices=%s layer's buffer contains %s vertices +commands.clear.failure=Could not clear the inventory of %s, no items to remove +commands.clear.success=Cleared the inventory of %s, removing %s items +commands.clear.tagError=Data tag parsing failed: %s +commands.clear.testing=%s has %s items that match the criteria +commands.clear.usage=/clear [player] [item] [data] [maxCount] [dataTag] +commands.clone.failed=No blocks cloned +commands.clone.noOverlap=Source and destination can not overlap +commands.clone.outOfWorld=Cannot access blocks outside of the world +commands.clone.success=%s blocks cloned +commands.clone.tooManyBlocks=Too many blocks in the specified area (%s > %s) +commands.clone.usage=/clone [mode] +commands.compare.failed=Source and destination are not identical +commands.compare.outOfWorld=Cannot access blocks outside of the world +commands.compare.success=%s blocks compared +commands.compare.tooManyBlocks=Too many blocks in the specified area (%s > %s) +commands.compare.usage=/testforblocks [mode] +commands.debug.notStarted=Can't stop profiling when we haven't started yet! +commands.debug.start=Started debug profiling +commands.debug.stop=Stopped debug profiling after %s seconds (%s ticks) +commands.defaultgamemode.success=The world's default game mode is now %s +commands.defaultgamemode.usage=/defaultgamemode +commands.deop.failed=Could not de-op %s +commands.deop.success=De-opped %s +commands.deop.usage=/deop +commands.difficulty.success=Set game difficulty to %s +commands.difficulty.usage=/difficulty +commands.downfall.success=Toggled downfall +commands.downfall.usage=/toggledownfall +commands.effect.failure.notActive=Couldn't take %1$s from %2$s as they do not have the effect +commands.effect.failure.notActive.all=Couldn't take any effects from %s as they do not have any +commands.effect.notFound=There is no such mob effect with ID %s +commands.effect.success=Given %1$s (ID %2$s) * %3$s to %4$s for %5$s seconds +commands.effect.success.removed=Took %1$s from %2$s +commands.effect.success.removed.all=Took all effects from %s +commands.effect.usage=/effect [seconds] [amplifier] [hideParticles] +commands.enchant.cantCombine=%1$s can't be combined with %2$s +commands.enchant.cantEnchant=The selected enchantment can't be added to the target item +commands.enchant.noItem=The target doesn't hold an item +commands.enchant.notFound=There is no such enchantment with ID %s +commands.enchant.success=Enchanting succeeded +commands.enchant.usage=/enchant [level] +commands.entitydata.failed=The data tag did not change: %s +commands.entitydata.noPlayers=%s is a player and cannot be changed +commands.entitydata.success=Entity data updated to: %s +commands.entitydata.tagError=Data tag parsing failed: %s +commands.entitydata.usage=/entitydata +commands.execute.allInvocationsFailed=All invocations failed: '%s' +commands.execute.failed=Failed to execute '%s' as %s +commands.execute.usage=/execute OR /execute detect +commands.fill.failed=No blocks filled +commands.fill.outOfWorld=Cannot place blocks outside of the world +commands.fill.success=%s blocks filled +commands.fill.tagError=Data tag parsing failed: %s +commands.fill.tooManyBlocks=Too many blocks in the specified area (%s > %s) +commands.fill.usage=/fill [dataValue] [oldBlockHandling] [dataTag] +commands.gamemode.success.other=Set %s's game mode to %s +commands.gamemode.success.self=Your own game mode was set to %s +commands.gamemode.usage=/gamemode [player] +commands.gamerule.nopermission=Only server owners can change '%s' +commands.gamerule.norule=No game rule called '%s' is available +commands.gamerule.success=Game rule has been updated +commands.gamerule.usage=/gamerule [value] +commands.generic.boolean.invalid='%s' is not true or false +commands.generic.double.tooBig=The number you have entered (%s) is too big, it must be at most %s +commands.generic.double.tooSmall=The number you have entered (%s) is too small, it must be at least %s +commands.generic.entity.invalidType=Entity type '%s' is invalid +commands.generic.entity.invalidUuid=The entity UUID provided is in an invalid format +commands.generic.entity.notFound=That entity cannot be found +commands.generic.exception=An unknown error occurred while attempting to perform this command +commands.generic.notFound=Unknown command. Try /help for a list of commands +commands.generic.num.invalid='%s' is not a valid number +commands.generic.num.tooBig=The number you have entered (%s) is too big, it must be at most %s +commands.generic.num.tooSmall=The number you have entered (%s) is too small, it must be at least %s +commands.generic.parameter.invalid='%s' is not a valid parameter +commands.generic.permission=You do not have permission to use this command +commands.generic.player.notFound=That player could not be found +commands.generic.syntax=Invalid command syntax +commands.generic.usage=Usage: %s +commands.give.notFound=There is no such item with ID %s +commands.give.success=Given %s * %s to %s +commands.give.tagError=Data tag parsing failed: %s +commands.give.usage=/give [amount] [data] [dataTag] +commands.help.footer=Tip: Use the key while typing a command to auto-complete the command or its arguments +commands.help.header=--- Showing help page %s of %s (/help ) --- +commands.help.usage=/help [page|command name] +commands.kick.success=Kicked %s from the game +commands.kick.success.reason=Kicked %s from the game: '%s' +commands.kick.usage=/kick [reason ...] +commands.kill.successful=Killed %s +commands.kill.usage=/kill [player|entity] +commands.me.usage=/me +commands.message.display.incoming=%s whispers to you: %s +commands.message.display.outgoing=You whisper to %s: %s +commands.message.sameTarget=You can't send a private message to yourself! +commands.message.usage=/tell +commands.op.failed=Could not op %s +commands.op.success=%s was opped +commands.op.usage=/op +commands.particle.notFound=Unknown effect name (%s) +commands.particle.success=Playing effect %s for %s times +commands.particle.usage=/particle [count] [mode] +commands.players.list=There are %s/%s players online: +commands.players.usage=/list +commands.playsound.playerTooFar=Player %s is too far away to hear the sound +commands.playsound.success=Played sound '%s' to %s +commands.playsound.usage=/playsound [x] [y] [z] [volume] [pitch] [minimumVolume] +commands.publish.failed=Unable to host local game +commands.publish.started=Local game hosted on port %s +commands.publish.usage=/publish +commands.replaceitem.block.usage=/replaceitem block [amount] [data] [dataTag] +commands.replaceitem.entity.usage=/replaceitem entity [amount] [data] [dataTag] +commands.replaceitem.failed=Could not replace slot %s with %s * %s +commands.replaceitem.noContainer=Block at %s, %s, %s is not a container +commands.replaceitem.success=Replaced slot %s with %s * %s +commands.replaceitem.tagError=Data tag parsing failed: %s +commands.replaceitem.usage=/replaceitem ... +commands.save-off.alreadyOff=Saving is already turned off. +commands.save-off.usage=/save-off +commands.save-on.alreadyOn=Saving is already turned on. +commands.save-on.usage=/save-on +commands.save.disabled=Turned off world auto-saving +commands.save.enabled=Turned on world auto-saving +commands.save.failed=Saving failed: %s +commands.save.start=Saving... +commands.save.success=Saved the world +commands.save.usage=/save-all +commands.say.usage=/say +commands.scoreboard.allMatchesFailed=All matches failed +commands.scoreboard.noMultiWildcard=Only one user wildcard allowed +commands.scoreboard.objectiveNotFound=No objective was found by the name '%s' +commands.scoreboard.objectiveReadOnly=The objective '%s' is read-only and cannot be set +commands.scoreboard.objectives.add.alreadyExists=An objective with the name '%s' already exists +commands.scoreboard.objectives.add.displayTooLong=The name '%s' is too long for an objective, it can be at most %s characters long +commands.scoreboard.objectives.add.success=Added new objective '%s' successfully +commands.scoreboard.objectives.add.tooLong=The name '%s' is too long for an objective, it can be at most %s characters long +commands.scoreboard.objectives.add.usage=/scoreboard objectives add [display name ...] +commands.scoreboard.objectives.add.wrongType=Invalid objective criteria type '%s' +commands.scoreboard.objectives.list.count=Showing %s objective(s) on scoreboard: +commands.scoreboard.objectives.list.empty=There are no objectives on the scoreboard +commands.scoreboard.objectives.list.entry=- %s: displays as '%s' and is type '%s' +commands.scoreboard.objectives.remove.success=Removed objective '%s' successfully +commands.scoreboard.objectives.remove.usage=/scoreboard objectives remove +commands.scoreboard.objectives.setdisplay.invalidSlot=No such display slot '%s' +commands.scoreboard.objectives.setdisplay.successCleared=Cleared objective display slot '%s' +commands.scoreboard.objectives.setdisplay.successSet=Set the display objective in slot '%s' to '%s' +commands.scoreboard.objectives.setdisplay.usage=/scoreboard objectives setdisplay [objective] +commands.scoreboard.objectives.usage=/scoreboard objectives ... +commands.scoreboard.players.add.usage=/scoreboard players add [dataTag] +commands.scoreboard.players.enable.noTrigger=Objective %s is not a trigger +commands.scoreboard.players.enable.success=Enabled trigger %s for %s +commands.scoreboard.players.enable.usage=/scoreboard players enable +commands.scoreboard.players.list.count=Showing %s tracked players on the scoreboard: +commands.scoreboard.players.list.empty=There are no tracked players on the scoreboard +commands.scoreboard.players.list.player.count=Showing %s tracked objective(s) for %s: +commands.scoreboard.players.list.player.empty=Player %s has no scores recorded +commands.scoreboard.players.list.usage=/scoreboard players list [name] +commands.scoreboard.players.operation.invalidOperation=Invalid operation %s +commands.scoreboard.players.operation.notFound=No %s score for %s found +commands.scoreboard.players.operation.success=Operation applied successfully +commands.scoreboard.players.operation.usage=/scoreboard players operation +commands.scoreboard.players.remove.usage=/scoreboard players remove [dataTag] +commands.scoreboard.players.reset.success=Reset all scores of player %s +commands.scoreboard.players.reset.usage=/scoreboard players reset [objective] +commands.scoreboard.players.resetscore.success=Reset score %s of player %s +commands.scoreboard.players.set.success=Set score of %s for player %s to %s +commands.scoreboard.players.set.tagError=Could not parse dataTag, reason: %s +commands.scoreboard.players.set.tagMismatch=The dataTag does not match for %s +commands.scoreboard.players.set.usage=/scoreboard players set [dataTag] +commands.scoreboard.players.test.failed=Score %s is NOT in range %s to %s +commands.scoreboard.players.test.notFound=No %s score for %s found +commands.scoreboard.players.test.success=Score %s is in range %s to %s +commands.scoreboard.players.test.usage=/scoreboard players test +commands.scoreboard.players.usage=/scoreboard players ... +commands.scoreboard.teamNotFound=No team was found by the name '%s' +commands.scoreboard.teams.add.alreadyExists=A team with the name '%s' already exists +commands.scoreboard.teams.add.displayTooLong=The name '%s' is too long for a team, it can be at most %s characters long +commands.scoreboard.teams.add.success=Added new team '%s' successfully +commands.scoreboard.teams.add.tooLong=The name '%s' is too long for a team, it can be at most %s characters long +commands.scoreboard.teams.add.usage=/scoreboard teams add [display name ...] +commands.scoreboard.teams.empty.alreadyEmpty=Team %s is already empty, cannot remove nonexistant players +commands.scoreboard.teams.empty.success=Removed all %s player(s) from team %s +commands.scoreboard.teams.empty.usage=/scoreboard teams empty +commands.scoreboard.teams.join.failure=Could not add %s player(s) to team %s: %s +commands.scoreboard.teams.join.success=Added %s player(s) to team %s: %s +commands.scoreboard.teams.join.usage=/scoreboard teams join [player] +commands.scoreboard.teams.leave.failure=Could not remove %s player(s) from their teams: %s +commands.scoreboard.teams.leave.noTeam=You are not in a team +commands.scoreboard.teams.leave.success=Removed %s player(s) from their teams: %s +commands.scoreboard.teams.leave.usage=/scoreboard teams leave [player] +commands.scoreboard.teams.list.count=Showing %s teams on the scoreboard: +commands.scoreboard.teams.list.empty=There are no teams registered on the scoreboard +commands.scoreboard.teams.list.entry=- %1$s: '%2$s' has %3$s players +commands.scoreboard.teams.list.player.count=Showing %s player(s) in team %s: +commands.scoreboard.teams.list.player.empty=Team %s has no players +commands.scoreboard.teams.list.player.entry=- %2$s: %1$s (%3$s) +commands.scoreboard.teams.list.usage=/scoreboard teams list [name] +commands.scoreboard.teams.option.noValue=Valid values for option %s are: %s +commands.scoreboard.teams.option.success=Set option %s for team %s to %s +commands.scoreboard.teams.option.usage=/scoreboard teams option +commands.scoreboard.teams.remove.success=Removed team %s +commands.scoreboard.teams.remove.usage=/scoreboard teams remove +commands.scoreboard.teams.usage=/scoreboard teams ... +commands.scoreboard.usage=/scoreboard ... +commands.seed.success=Seed: %s +commands.seed.usage=/seed +commands.setblock.failed=Unable to place block +commands.setblock.noChange=The block couldn't be placed +commands.setblock.notFound=There is no such block with ID/name %s +commands.setblock.outOfWorld=Cannot place block outside of the world +commands.setblock.success=Block placed +commands.setblock.tagError=Data tag parsing failed: %s +commands.setblock.usage=/setblock [dataValue] [oldBlockHandling] [dataTag] +commands.setidletimeout.success=Successfully set the idle timeout to %s minutes. +commands.setidletimeout.usage=/setidletimeout +commands.setworldspawn.success=Set the world spawn point to (%s, %s, %s) +commands.setworldspawn.usage=/setworldspawn [ ] +commands.spawnpoint.success=Set %s's spawn point to (%s, %s, %s) +commands.spawnpoint.usage=/spawnpoint [player] [ ] +commands.spreadplayers.failure.players=Could not spread %s players around %s,%s (too many players for space - try using spread of at most %s) +commands.spreadplayers.failure.teams=Could not spread %s teams around %s,%s (too many players for space - try using spread of at most %s) +commands.spreadplayers.info.players=(Average distance between players is %s blocks apart after %s iterations) +commands.spreadplayers.info.teams=(Average distance between teams is %s blocks apart after %s iterations) +commands.spreadplayers.spreading.players=Spreading %s players %s blocks around %s,%s (min %s blocks apart) +commands.spreadplayers.spreading.teams=Spreading %s teams %s blocks around %s,%s (min %s blocks apart) +commands.spreadplayers.success.players=Successfully spread %s players around %s,%s +commands.spreadplayers.success.teams=Successfully spread %s teams around %s,%s +commands.spreadplayers.usage=/spreadplayers +commands.stats.block.clear.usage=/stats block clear +commands.stats.block.set.usage=/stats block set +commands.stats.block.usage=/stats block ... +commands.stats.cleared=Cleared %s stats +commands.stats.entity.clear.usage=/stats entity clear +commands.stats.entity.set.usage=/stats entity set +commands.stats.entity.usage=/stats entity +commands.stats.failed=Invalid parameters +commands.stats.noCompatibleBlock=Block at %s, %s, %s can not track stats +commands.stats.success=Storing %s stats in %s on %s +commands.stats.usage=/stats ... +commands.stop.start=Stopping the server +commands.stop.usage=/stop +commands.summon.failed=Unable to summon object +commands.summon.outOfWorld=Cannot summon the object out of the world +commands.summon.success=Object successfully summoned +commands.summon.tagError=Data tag parsing failed: %s +commands.summon.usage=/summon [x] [y] [z] [dataTag] +commands.tellraw.jsonException=Invalid json: %s +commands.tellraw.usage=/tellraw +commands.testfor.failure=%s did not match the required data structure +commands.testfor.success=Found %s +commands.testfor.tagError=Data tag parsing failed: %s +commands.testfor.usage=/testfor [dataTag] +commands.testforblock.failed.data=The block at %s,%s,%s had the data value of %s (expected: %s). +commands.testforblock.failed.nbt=The block at %s,%s,%s did not have the required NBT keys. +commands.testforblock.failed.tile=The block at %s,%s,%s is %s (expected: %s). +commands.testforblock.failed.tileEntity=The block at %s,%s,%s is not a tile entity and cannot support tag matching. +commands.testforblock.outOfWorld=Cannot test for block outside of the world +commands.testforblock.success=Successfully found the block at %s,%s,%s. +commands.testforblock.usage=/testforblock [dataValue] [dataTag] +commands.time.added=Added %s to the time +commands.time.query=Time is %s +commands.time.set=Set the time to %s +commands.time.usage=/time +commands.title.success=Title command successfully executed +commands.title.usage=/title ... +commands.title.usage.clear=/title clear|reset +commands.title.usage.times=/title times +commands.title.usage.title=/title title|subtitle +commands.tp.notSameDimension=Unable to teleport because players are not in the same dimension +commands.tp.success=%s was teleported to %s +commands.tp.success.coordinates=Teleported %s to %s,%s,%s +commands.tp.usage=/tp [target player] OR /tp [target player] [ ] +commands.trigger.disabled=Trigger %s is not enabled +commands.trigger.invalidMode=Invalid trigger mode %s +commands.trigger.invalidObjective=Invalid trigger name %s +commands.trigger.invalidPlayer=Only players can use the /trigger command +commands.trigger.success=Trigger %s changed with %s %s +commands.trigger.usage=/trigger +commands.unban.failed=Could not unban player %s +commands.unban.success=Unbanned player %s +commands.unban.usage=/pardon +commands.unbanip.invalid=You have entered an invalid IP address +commands.unbanip.success=Unbanned IP address %s +commands.unbanip.usage=/pardon-ip
+commands.weather.clear=Changing to clear weather +commands.weather.rain=Changing to rainy weather +commands.weather.thunder=Changing to stormy weather +commands.weather.usage=/weather [duration in seconds] +commands.whitelist.add.failed=Could not add %s to the whitelist +commands.whitelist.add.success=Added %s to the whitelist +commands.whitelist.add.usage=/whitelist add +commands.whitelist.disabled=Turned off the whitelist +commands.whitelist.enabled=Turned on the whitelist +commands.whitelist.list=There are %s (out of %s seen) whitelisted players: +commands.whitelist.reloaded=Reloaded the whitelist +commands.whitelist.remove.failed=Could not remove %s from the whitelist +commands.whitelist.remove.success=Removed %s from the whitelist +commands.whitelist.remove.usage=/whitelist remove +commands.whitelist.usage=/whitelist +commands.worldborder.add.usage=/worldborder add [timeInSeconds] +commands.worldborder.center.success=Set world border centre to %s,%s +commands.worldborder.center.usage=/worldborder centre +commands.worldborder.damage.amount.success=Set world border damage amount to %s per block (from %s per block) +commands.worldborder.damage.amount.usage=/worldborder damage amount +commands.worldborder.damage.buffer.success=Set world border damage buffer to %s blocks (from %s blocks) +commands.worldborder.damage.buffer.usage=/worldborder damage buffer +commands.worldborder.damage.usage=/worldborder damage +commands.worldborder.get.success=World border is currently %s blocks wide +commands.worldborder.set.success=Set world border to %s blocks wide (from %s blocks) +commands.worldborder.set.usage=/worldborder set [timeInSeconds] +commands.worldborder.setSlowly.grow.success=Growing world border to %s blocks wide (up from %s blocks) over %s seconds +commands.worldborder.setSlowly.shrink.success=Shrinking world border to %s blocks wide (down from %s blocks) over %s seconds +commands.worldborder.usage=/worldborder ... +commands.worldborder.warning.distance.success=Set world border warning to %s blocks away (from %s blocks) +commands.worldborder.warning.distance.usage=/worldborder warning distance +commands.worldborder.warning.time.success=Set world border warning to %s seconds away (from %s seconds) +commands.worldborder.warning.time.usage=/worldborder warning time +commands.worldborder.warning.usage=/worldborder warning +commands.xp.failure.widthdrawXp=Cannot give player negative experience points +commands.xp.success=Given %s experience to %s +commands.xp.success.levels=Given %s levels to %s +commands.xp.success.negative.levels=Taken %s levels from %s +commands.xp.usage=/xp [player] OR /xp L [player] +connect.authorizing=Logging in... +connect.connecting=Connecting to the server... +connect.failed=Failed to connect to the server +container.beacon=Beacon +container.brewing=Brewing Stand +container.chest=Chest +container.chestDouble=Large Chest +container.crafting=Crafting +container.creative=Item Selection +container.dispenser=Dispenser +container.dropper=Dropper +container.enchant=Enchant +container.enchant.clue=%s . . . ? +container.enchant.lapis.many=%s Lapis Lazuli +container.enchant.lapis.one=1 Lapis Lazuli +container.enchant.level.many=%s Enchantment Levels +container.enchant.level.one=1 Enchantment Level +container.enderchest=Ender Chest +container.furnace=Furnace +container.hopper=Hopper +container.inventory=Inventory +container.isLocked=%s is locked! +container.minecart=Minecart +container.repair=Repair & Name +container.repair.cost=Enchantment Cost: %1$s +container.repair.expensive=Too Expensive! +controls.reset=Reset +controls.resetAll=Reset Keys +controls.title=Controls +createWorld.customize.custom.baseSize=Depth Base Size +createWorld.customize.custom.biomeDepthOffset=Biome Depth Offset +createWorld.customize.custom.biomeDepthWeight=Biome Depth Weight +createWorld.customize.custom.biomeScaleOffset=Biome Scale Offset +createWorld.customize.custom.biomeScaleWeight=Biome Scale Weight +createWorld.customize.custom.biomeSize=Biome Size +createWorld.customize.custom.center=Centre Height +createWorld.customize.custom.confirm1=This will overwrite your current +createWorld.customize.custom.confirm2=settings and cannot be undone. +createWorld.customize.custom.confirmTitle=Warning! +createWorld.customize.custom.coordinateScale=Coordinate Scale +createWorld.customize.custom.count=Spawn Tries +createWorld.customize.custom.defaults=Defaults +createWorld.customize.custom.depthNoiseScaleExponent=Depth Noise Exponent +createWorld.customize.custom.depthNoiseScaleX=Depth Noise Scale X +createWorld.customize.custom.depthNoiseScaleZ=Depth Noise Scale Z +createWorld.customize.custom.dungeonChance=Dungeon Count +createWorld.customize.custom.fixedBiome=Biome +createWorld.customize.custom.heightScale=Height Scale +createWorld.customize.custom.lavaLakeChance=Lava Lake Rarity +createWorld.customize.custom.lowerLimitScale=Lower Limit Scale +createWorld.customize.custom.mainNoiseScaleX=Main Noise Scale X +createWorld.customize.custom.mainNoiseScaleY=Main Noise Scale Y +createWorld.customize.custom.mainNoiseScaleZ=Main Noise Scale Z +createWorld.customize.custom.maxHeight=Max. Height +createWorld.customize.custom.minHeight=Min. Height +createWorld.customize.custom.next=Next Page +createWorld.customize.custom.page0=Basic Settings +createWorld.customize.custom.page1=Ore Settings +createWorld.customize.custom.page2=Advanced Settings (Expert Users Only!) +createWorld.customize.custom.page3=Extra Advanced Settings (Expert Users Only!) +createWorld.customize.custom.preset.caveChaos=Caves of Chaos +createWorld.customize.custom.preset.caveDelight=Caver's Delight +createWorld.customize.custom.preset.drought=Drought +createWorld.customize.custom.preset.goodLuck=Good Luck +createWorld.customize.custom.preset.isleLand=Isle Land +createWorld.customize.custom.preset.mountains=Mountain Madness +createWorld.customize.custom.preset.waterWorld=Water World +createWorld.customize.custom.presets=Presets +createWorld.customize.custom.presets.title=Customise World Presets +createWorld.customize.custom.prev=Previous Page +createWorld.customize.custom.randomize=Randomise +createWorld.customize.custom.riverSize=River Size +createWorld.customize.custom.seaLevel=Sea Level +createWorld.customize.custom.size=Spawn Size +createWorld.customize.custom.spread=Spread Height +createWorld.customize.custom.stretchY=Height Stretch +createWorld.customize.custom.upperLimitScale=Upper Limit Scale +createWorld.customize.custom.useCaves=Caves +createWorld.customize.custom.useDungeons=Dungeons +createWorld.customize.custom.useLavaLakes=Lava Lakes +createWorld.customize.custom.useLavaOceans=Lava Oceans +createWorld.customize.custom.useMineShafts=Mineshafts +createWorld.customize.custom.useMonuments=Ocean Monuments +createWorld.customize.custom.useRavines=Ravines +createWorld.customize.custom.useStrongholds=Strongholds +createWorld.customize.custom.useTemples=Temples +createWorld.customize.custom.useVillages=Villages +createWorld.customize.custom.useWaterLakes=Water Lakes +createWorld.customize.custom.waterLakeChance=Water Lake Rarity +createWorld.customize.flat.addLayer=Add Layer +createWorld.customize.flat.editLayer=Edit Layer +createWorld.customize.flat.height=Height +createWorld.customize.flat.layer=%s +createWorld.customize.flat.layer.bottom=Bottom - %s +createWorld.customize.flat.layer.top=Top - %s +createWorld.customize.flat.removeLayer=Remove Layer +createWorld.customize.flat.tile=Layer Material +createWorld.customize.flat.title=Superflat Customisation +createWorld.customize.presets=Presets +createWorld.customize.presets.list=Alternatively, here are some we made earlier! +createWorld.customize.presets.select=Use Preset +createWorld.customize.presets.share=Want to share your preset with someone? Use the below box! +createWorld.customize.presets.title=Select a Preset +death.attack.anvil=%1$s was squashed by a falling anvil +death.attack.arrow=%1$s was shot by %2$s +death.attack.arrow.item=%1$s was shot by %2$s using %3$s +death.attack.cactus=%1$s was pricked to death +death.attack.cactus.player=%1$s walked into a cactus whilst trying to escape %2$s +death.attack.drown=%1$s drowned +death.attack.drown.player=%1$s drowned whilst trying to escape %2$s +death.attack.explosion=%1$s blew up +death.attack.explosion.player=%1$s was blown up by %2$s +death.attack.fall=%1$s hit the ground too hard +death.attack.fallingBlock=%1$s was squashed by a falling block +death.attack.fireball=%1$s was fireballed by %2$s +death.attack.fireball.item=%1$s was fireballed by %2$s using %3$s +death.attack.generic=%1$s died +death.attack.inFire=%1$s went up in flames +death.attack.inFire.player=%1$s walked into fire whilst fighting %2$s +death.attack.inWall=%1$s suffocated in a wall +death.attack.indirectMagic=%1$s was killed by %2$s using magic +death.attack.indirectMagic.item=%1$s was killed by %2$s using %3$s +death.attack.lava=%1$s swam in lava +death.attack.lava.player=%1$s tried to swim in lava to escape %2$s +death.attack.lightningBolt=%1$s was struck by lightning +death.attack.magic=%1$s was killed by magic +death.attack.mob=%1$s was slain by %2$s +death.attack.onFire=%1$s burnt to death +death.attack.onFire.player=%1$s was burnt to a crisp whilst fighting %2$s +death.attack.outOfWorld=%1$s fell out of the world +death.attack.player=%1$s was slain by %2$s +death.attack.player.item=%1$s was slain by %2$s using %3$s +death.attack.starve=%1$s starved to death +death.attack.thorns=%1$s was killed trying to hurt %2$s +death.attack.thrown=%1$s was pummelled by %2$s +death.attack.thrown.item=%1$s was pummelled by %2$s using %3$s +death.attack.wither=%1$s withered away +death.fell.accident.generic=%1$s fell from a high place +death.fell.accident.ladder=%1$s fell off a ladder +death.fell.accident.vines=%1$s fell off a vine +death.fell.accident.water=%1$s fell out of the water +death.fell.assist=%1$s was doomed to fall by %2$s +death.fell.assist.item=%1$s was doomed to fall by %2$s using %3$s +death.fell.finish=%1$s fell too far and was finished by %2$s +death.fell.finish.item=%1$s fell too far and was finished by %2$s using %3$s +death.fell.killer=%1$s was doomed to fall +deathScreen.deleteWorld=Delete world +deathScreen.hardcoreInfo=You cannot respawn in hardcore mode! +deathScreen.leaveServer=Leave server +deathScreen.quit.confirm=Are you sure you want to quit? +deathScreen.respawn=Respawn +deathScreen.score=Score +deathScreen.title=You died! +deathScreen.title.hardcore=Game over! +deathScreen.titleScreen=Title screen +demo.day.1=This demo will last five game days, good luck! +demo.day.2=Day Two +demo.day.3=Day Three +demo.day.4=Day Four +demo.day.5=This is your last day! +demo.day.6=You have passed your fifth day, use F2 to save a screenshot of your creation +demo.day.warning=Your time is almost up! +demo.demoExpired=Demo time's up! +demo.help.buy=Purchase Now! +demo.help.fullWrapped=This demo will last 5 in-game days (about 100 minutes of real time). Check the achievements for hints! Have fun! +demo.help.inventory=Use %1$s to open your inventory +demo.help.jump=Jump by pressing %1$s +demo.help.later=Continue Playing! +demo.help.movement=Use %1$s, %2$s, %3$s, %4$s and the mouse to move around +demo.help.movementMouse=Look around using the mouse +demo.help.movementShort=Move by pressing %1$s, %2$s, %3$s, %4$s +demo.help.title=Minecraft Demo Mode +demo.remainingTime=Remaining time: %s +demo.reminder=Your demo time has expired, buy the game to continue or start a new world! +difficulty.lock.question=Are you sure you want to lock the difficulty of this world? This will set this world to always be %1$s, and you will never be able to change that again. +difficulty.lock.title=Lock World Difficulty +disconnect.closed=Connection closed +disconnect.disconnected=Disconnected by Server +disconnect.endOfStream=End of stream +disconnect.genericReason=%s +disconnect.kicked=Was kicked from the game +disconnect.loginFailed=Failed to login +disconnect.loginFailedInfo=Failed to login: %s +disconnect.loginFailedInfo.invalidSession=Invalid session (Try restarting your game) +disconnect.loginFailedInfo.serversUnavailable=The authentication servers are currently down for maintenance. +disconnect.lost=Connection Lost +disconnect.overflow=Buffer overflow +disconnect.quitting=Quitting +disconnect.spam=Kicked for spamming +disconnect.timeout=Timed out +enchantment.arrowDamage=Power +enchantment.arrowFire=Flame +enchantment.arrowInfinite=Infinity +enchantment.arrowKnockback=Punch +enchantment.damage.all=Sharpness +enchantment.damage.arthropods=Bane of Arthropods +enchantment.damage.undead=Smite +enchantment.digging=Efficiency +enchantment.durability=Unbreaking +enchantment.fire=Fire Aspect +enchantment.fishingSpeed=Lure +enchantment.knockback=Knockback +enchantment.level.1=I +enchantment.level.10=X +enchantment.level.2=II +enchantment.level.3=III +enchantment.level.4=IV +enchantment.level.5=V +enchantment.level.6=VI +enchantment.level.7=VII +enchantment.level.8=VIII +enchantment.level.9=IX +enchantment.lootBonus=Looting +enchantment.lootBonusDigger=Fortune +enchantment.lootBonusFishing=Luck of the Sea +enchantment.oxygen=Respiration +enchantment.protect.all=Protection +enchantment.protect.explosion=Blast Protection +enchantment.protect.fall=Feather Falling +enchantment.protect.fire=Fire Protection +enchantment.protect.projectile=Projectile Protection +enchantment.thorns=Thorns +enchantment.untouching=Silk Touch +enchantment.waterWalker=Depth Strider +enchantment.waterWorker=Aqua Affinity +entity.ArmorStand.name=Armour Stand +entity.Arrow.name=arrow +entity.Bat.name=Bat +entity.Blaze.name=Blaze +entity.Boat.name=Boat +entity.Cat.name=Cat +entity.CaveSpider.name=Cave Spider +entity.Chicken.name=Chicken +entity.Cow.name=Cow +entity.Creeper.name=Creeper +entity.EnderDragon.name=Ender Dragon +entity.Enderman.name=Enderman +entity.Endermite.name=Endermite +entity.EntityHorse.name=Horse +entity.FallingSand.name=Falling Block +entity.Fireball.name=Fireball +entity.Ghast.name=Ghast +entity.Giant.name=Giant Zombie +entity.Guardian.name=Guardian +entity.Item.name=Item +entity.KillerBunny.name=The Killer Rabbit +entity.LavaSlime.name=Magma Cube +entity.Minecart.name=Minecart +entity.Mob.name=Mob +entity.Monster.name=Monster +entity.MushroomCow.name=Mooshroom +entity.Ozelot.name=Ocelot +entity.Painting.name=Painting +entity.Pig.name=Pig +entity.PigZombie.name=Zombie Pigman +entity.PrimedTnt.name=Block of TNT +entity.Rabbit.name=Rabbit +entity.Sheep.name=Sheep +entity.Silverfish.name=Silverfish +entity.Skeleton.name=Skeleton +entity.Slime.name=Slime +entity.SmallFireball.name=Small Fireball +entity.SnowMan.name=Snow Golem +entity.Snowball.name=Snowball +entity.Spider.name=Spider +entity.Squid.name=Squid +entity.Villager.armor=Armourer +entity.Villager.butcher=Butcher +entity.Villager.cleric=Cleric +entity.Villager.farmer=Farmer +entity.Villager.fisherman=Fisherman +entity.Villager.fletcher=Fletcher +entity.Villager.leather=Leatherworker +entity.Villager.librarian=Librarian +entity.Villager.name=Villager +entity.Villager.shepherd=Shepherd +entity.Villager.tool=Toolsmith +entity.Villager.weapon=Weaponsmith +entity.VillagerGolem.name=Iron Golem +entity.Witch.name=Witch +entity.WitherBoss.name=Wither +entity.Wolf.name=Wolf +entity.XPOrb.name=Experience Orb +entity.Zombie.name=Zombie +entity.donkey.name=Donkey +entity.generic.name=unknown +entity.horse.name=Horse +entity.mule.name=Mule +entity.skeletonhorse.name=Skeleton Horse +entity.zombiehorse.name=Zombie Horse +gameMode.adventure=Adventure Mode +gameMode.changed=Your game mode has been updated +gameMode.creative=Creative Mode +gameMode.hardcore=Hardcore Mode! +gameMode.spectator=Spectator Mode +gameMode.survival=Survival Mode +generator.amplified=AMPLIFIED +generator.amplified.info=Notice: Just for fun, requires beefy computer +generator.customized=Customised +generator.debug_all_block_states=Debug Mode +generator.default=Default +generator.flat=Superflat +generator.largeBiomes=Large Biomes +gui.achievements=Achievements +gui.all=All +gui.back=Back +gui.cancel=Cancel +gui.done=Done +gui.down=Down +gui.no=No +gui.none=None +gui.stats=Statistics +gui.toMenu=Back to title screen +gui.up=Up +gui.yes=Yes +inventory.binSlot=Destroy Item +item.apple.name=Apple +item.appleGold.name=Golden Apple +item.armorStand.name=Armour Stand +item.arrow.name=Arrow +item.banner.black.name=Black Banner +item.banner.blue.name=Blue Banner +item.banner.border.black=Black Bordure +item.banner.border.blue=Blue Bordure +item.banner.border.brown=Brown Bordure +item.banner.border.cyan=Cyan Bordure +item.banner.border.gray=Grey Bordure +item.banner.border.green=Green Bordure +item.banner.border.lightBlue=Light Blue Bordure +item.banner.border.lime=Lime Bordure +item.banner.border.magenta=Magenta Bordure +item.banner.border.orange=Orange Bordure +item.banner.border.pink=Pink Bordure +item.banner.border.purple=Purple Bordure +item.banner.border.red=Red Bordure +item.banner.border.silver=Light Grey Bordure +item.banner.border.white=White Bordure +item.banner.border.yellow=Yellow Bordure +item.banner.bricks.black=Black Field Masoned +item.banner.bricks.blue=Blue Field Masoned +item.banner.bricks.brown=Brown Field Masoned +item.banner.bricks.cyan=Cyan Field Masoned +item.banner.bricks.gray=Grey Field Masoned +item.banner.bricks.green=Green Field Masoned +item.banner.bricks.lightBlue=Light Blue Field Masoned +item.banner.bricks.lime=Lime Field Masoned +item.banner.bricks.magenta=Magenta Field Masoned +item.banner.bricks.orange=Orange Field Masoned +item.banner.bricks.pink=Pink Field Masoned +item.banner.bricks.purple=Purple Field Masoned +item.banner.bricks.red=Red Field Masoned +item.banner.bricks.silver=Light Grey Field Masoned +item.banner.bricks.white=White Field Masoned +item.banner.bricks.yellow=Yellow Field Masoned +item.banner.brown.name=Brown Banner +item.banner.circle.black=Black Roundel +item.banner.circle.blue=Blue Roundel +item.banner.circle.brown=Brown Roundel +item.banner.circle.cyan=Cyan Roundel +item.banner.circle.gray=Grey Roundel +item.banner.circle.green=Green Roundel +item.banner.circle.lightBlue=Light Blue Roundel +item.banner.circle.lime=Lime Roundel +item.banner.circle.magenta=Magenta Roundel +item.banner.circle.orange=Orange Roundel +item.banner.circle.pink=Pink Roundel +item.banner.circle.purple=Purple Roundel +item.banner.circle.red=Red Roundel +item.banner.circle.silver=Light Grey Roundel +item.banner.circle.white=White Roundel +item.banner.circle.yellow=Yellow Roundel +item.banner.creeper.black=Black Creeper Charge +item.banner.creeper.blue=Blue Creeper Charge +item.banner.creeper.brown=Brown Creeper Charge +item.banner.creeper.cyan=Cyan Creeper Charge +item.banner.creeper.gray=Grey Creeper Charge +item.banner.creeper.green=Green Creeper Charge +item.banner.creeper.lightBlue=Light Blue Creeper Charge +item.banner.creeper.lime=Lime Creeper Charge +item.banner.creeper.magenta=Magenta Creeper Charge +item.banner.creeper.orange=Orange Creeper Charge +item.banner.creeper.pink=Pink Creeper Charge +item.banner.creeper.purple=Purple Creeper Charge +item.banner.creeper.red=Red Creeper Charge +item.banner.creeper.silver=Light Grey Creeper Charge +item.banner.creeper.white=White Creeper Charge +item.banner.creeper.yellow=Yellow Creeper Charge +item.banner.cross.black=Black Saltire +item.banner.cross.blue=Blue Saltire +item.banner.cross.brown=Brown Saltire +item.banner.cross.cyan=Cyan Saltire +item.banner.cross.gray=Grey Saltire +item.banner.cross.green=Green Saltire +item.banner.cross.lightBlue=Light Blue Saltire +item.banner.cross.lime=Lime Saltire +item.banner.cross.magenta=Magenta Saltire +item.banner.cross.orange=Orange Saltire +item.banner.cross.pink=Pink Saltire +item.banner.cross.purple=Purple Saltire +item.banner.cross.red=Red Saltire +item.banner.cross.silver=Light Grey Saltire +item.banner.cross.white=White Saltire +item.banner.cross.yellow=Yellow Saltire +item.banner.curly_border.black=Black Bordure Indented +item.banner.curly_border.blue=Blue Bordure Indented +item.banner.curly_border.brown=Brown Bordure Indented +item.banner.curly_border.cyan=Cyan Bordure Indented +item.banner.curly_border.gray=Grey Bordure Indented +item.banner.curly_border.green=Green Bordure Indented +item.banner.curly_border.lightBlue=Light Blue Bordure Indented +item.banner.curly_border.lime=Lime Bordure Indented +item.banner.curly_border.magenta=Magenta Bordure Indented +item.banner.curly_border.orange=Orange Bordure Indented +item.banner.curly_border.pink=Pink Bordure Indented +item.banner.curly_border.purple=Purple Bordure Indented +item.banner.curly_border.red=Red Bordure Indented +item.banner.curly_border.silver=Light Grey Bordure Indented +item.banner.curly_border.white=White Bordure Indented +item.banner.curly_border.yellow=Yellow Bordure Indented +item.banner.cyan.name=Cyan Banner +item.banner.diagonal_left.black=Black Per Bend Sinister +item.banner.diagonal_left.blue=Blue Per Bend Sinister +item.banner.diagonal_left.brown=Brown Per Bend Sinister +item.banner.diagonal_left.cyan=Cyan Per Bend Sinister +item.banner.diagonal_left.gray=Grey Per Bend Sinister +item.banner.diagonal_left.green=Green Per Bend Sinister +item.banner.diagonal_left.lightBlue=Light Blue Per Bend Sinister +item.banner.diagonal_left.lime=Lime Per Bend Sinister +item.banner.diagonal_left.magenta=Magenta Per Bend Sinister +item.banner.diagonal_left.orange=Orange Per Bend Sinister +item.banner.diagonal_left.pink=Pink Per Bend Sinister +item.banner.diagonal_left.purple=Purple Per Bend Sinister +item.banner.diagonal_left.red=Red Per Bend Sinister +item.banner.diagonal_left.silver=Light Grey Per Bend Sinister +item.banner.diagonal_left.white=White Per Bend Sinister +item.banner.diagonal_left.yellow=Yellow Per Bend Sinister +item.banner.diagonal_right.black=Black Per Bend +item.banner.diagonal_right.blue=Blue Per Bend +item.banner.diagonal_right.brown=Brown Per Bend +item.banner.diagonal_right.cyan=Cyan Per Bend +item.banner.diagonal_right.gray=Grey Per Bend +item.banner.diagonal_right.green=Green Per Bend +item.banner.diagonal_right.lightBlue=Light Blue Per Bend +item.banner.diagonal_right.lime=Lime Per Bend +item.banner.diagonal_right.magenta=Magenta Per Bend +item.banner.diagonal_right.orange=Orange Per Bend +item.banner.diagonal_right.pink=Pink Per Bend +item.banner.diagonal_right.purple=Purple Per Bend +item.banner.diagonal_right.red=Red Per Bend +item.banner.diagonal_right.silver=Light Grey Per Bend +item.banner.diagonal_right.white=White Per Bend +item.banner.diagonal_right.yellow=Yellow Per Bend +item.banner.diagonal_up_left.black=Black Per Bend Inverted +item.banner.diagonal_up_left.blue=Blue Per Bend Inverted +item.banner.diagonal_up_left.brown=Brown Per Bend Inverted +item.banner.diagonal_up_left.cyan=Cyan Per Bend Inverted +item.banner.diagonal_up_left.gray=Grey Per Bend Inverted +item.banner.diagonal_up_left.green=Green Per Bend Inverted +item.banner.diagonal_up_left.lightBlue=Light Blue Per Bend Inverted +item.banner.diagonal_up_left.lime=Lime Per Bend Inverted +item.banner.diagonal_up_left.magenta=Magenta Per Bend Inverted +item.banner.diagonal_up_left.orange=Orange Per Bend Inverted +item.banner.diagonal_up_left.pink=Pink Per Bend Inverted +item.banner.diagonal_up_left.purple=Purple Per Bend Inverted +item.banner.diagonal_up_left.red=Red Per Bend Inverted +item.banner.diagonal_up_left.silver=Light Grey Per Bend Inverted +item.banner.diagonal_up_left.white=White Per Bend Inverted +item.banner.diagonal_up_left.yellow=Yellow Per Bend Inverted +item.banner.diagonal_up_right.black=Black Per Bend Sinister Inverted +item.banner.diagonal_up_right.blue=Blue Per Bend Sinister Inverted +item.banner.diagonal_up_right.brown=Brown Per Bend Sinister Inverted +item.banner.diagonal_up_right.cyan=Cyan Per Bend Sinister Inverted +item.banner.diagonal_up_right.gray=Grey Per Bend Sinister Inverted +item.banner.diagonal_up_right.green=Green Per Bend Sinister Inverted +item.banner.diagonal_up_right.lightBlue=Light Blue Per Bend Sinister Inverted +item.banner.diagonal_up_right.lime=Lime Per Bend Sinister Inverted +item.banner.diagonal_up_right.magenta=Magenta Per Bend Sinister Inverted +item.banner.diagonal_up_right.orange=Orange Per Bend Sinister Inverted +item.banner.diagonal_up_right.pink=Pink Per Bend Sinister Inverted +item.banner.diagonal_up_right.purple=Purple Per Bend Sinister Inverted +item.banner.diagonal_up_right.red=Red Per Bend Sinister Inverted +item.banner.diagonal_up_right.silver=Light Grey Per Bend Sinister Inverted +item.banner.diagonal_up_right.white=White Per Bend Sinister Inverted +item.banner.diagonal_up_right.yellow=Yellow Per Bend Sinister Inverted +item.banner.flower.black=Black Flower Charge +item.banner.flower.blue=Blue Flower Charge +item.banner.flower.brown=Brown Flower Charge +item.banner.flower.cyan=Cyan Flower Charge +item.banner.flower.gray=Grey Flower Charge +item.banner.flower.green=Green Flower Charge +item.banner.flower.lightBlue=Light Blue Flower Charge +item.banner.flower.lime=Lime Flower Charge +item.banner.flower.magenta=Magenta Flower Charge +item.banner.flower.orange=Orange Flower Charge +item.banner.flower.pink=Pink Flower Charge +item.banner.flower.purple=Purple Flower Charge +item.banner.flower.red=Red Flower Charge +item.banner.flower.silver=Light Grey Flower Charge +item.banner.flower.white=White Flower Charge +item.banner.flower.yellow=Yellow Flower Charge +item.banner.gradient.black=Black Gradient +item.banner.gradient.blue=Blue Gradient +item.banner.gradient.brown=Brown Gradient +item.banner.gradient.cyan=Cyan Gradient +item.banner.gradient.gray=Grey Gradient +item.banner.gradient.green=Green Gradient +item.banner.gradient.lightBlue=Light Blue Gradient +item.banner.gradient.lime=Lime Gradient +item.banner.gradient.magenta=Magenta Gradient +item.banner.gradient.orange=Orange Gradient +item.banner.gradient.pink=Pink Gradient +item.banner.gradient.purple=Purple Gradient +item.banner.gradient.red=Red Gradient +item.banner.gradient.silver=Light Grey Gradient +item.banner.gradient.white=White Gradient +item.banner.gradient.yellow=Yellow Gradient +item.banner.gradient_up.black=Black Base Gradient +item.banner.gradient_up.blue=Blue Base Gradient +item.banner.gradient_up.brown=Brown Base Gradient +item.banner.gradient_up.cyan=Cyan Base Gradient +item.banner.gradient_up.gray=Grey Base Gradient +item.banner.gradient_up.green=Green Base Gradient +item.banner.gradient_up.lightBlue=Light Blue Base Gradient +item.banner.gradient_up.lime=Lime Base Gradient +item.banner.gradient_up.magenta=Magenta Base Gradient +item.banner.gradient_up.orange=Orange Base Gradient +item.banner.gradient_up.pink=Pink Base Gradient +item.banner.gradient_up.purple=Purple Base Gradient +item.banner.gradient_up.red=Red Base Gradient +item.banner.gradient_up.silver=Light Grey Base Gradient +item.banner.gradient_up.white=White Base Gradient +item.banner.gradient_up.yellow=Yellow Base Gradient +item.banner.gray.name=Grey Banner +item.banner.green.name=Green Banner +item.banner.half_horizontal.black=Black Per Fess +item.banner.half_horizontal.blue=Blue Per Fess +item.banner.half_horizontal.brown=Brown Per Fess +item.banner.half_horizontal.cyan=Cyan Per Fess +item.banner.half_horizontal.gray=Grey Per Fess +item.banner.half_horizontal.green=Green Per Fess +item.banner.half_horizontal.lightBlue=Light Blue Per Fess +item.banner.half_horizontal.lime=Lime Per Fess +item.banner.half_horizontal.magenta=Magenta Per Fess +item.banner.half_horizontal.orange=Orange Per Fess +item.banner.half_horizontal.pink=Pink Per Fess +item.banner.half_horizontal.purple=Purple Per Fess +item.banner.half_horizontal.red=Red Per Fess +item.banner.half_horizontal.silver=Light Grey Per Fess +item.banner.half_horizontal.white=White Per Fess +item.banner.half_horizontal.yellow=Yellow Per Fess +item.banner.half_horizontal_bottom.black=Black Per Fess Inverted +item.banner.half_horizontal_bottom.blue=Blue Per Fess Inverted +item.banner.half_horizontal_bottom.brown=Brown Per Fess Inverted +item.banner.half_horizontal_bottom.cyan=Cyan Per Fess Inverted +item.banner.half_horizontal_bottom.gray=Grey Per Fess Inverted +item.banner.half_horizontal_bottom.green=Green Per Fess Inverted +item.banner.half_horizontal_bottom.lightBlue=Light Blue Per Fess Inverted +item.banner.half_horizontal_bottom.lime=Lime Per Fess Inverted +item.banner.half_horizontal_bottom.magenta=Magenta Per Fess Inverted +item.banner.half_horizontal_bottom.orange=Orange Per Fess Inverted +item.banner.half_horizontal_bottom.pink=Pink Per Fess Inverted +item.banner.half_horizontal_bottom.purple=Purple Per Fess Inverted +item.banner.half_horizontal_bottom.red=Red Per Fess Inverted +item.banner.half_horizontal_bottom.silver=Light Grey Per Fess Inverted +item.banner.half_horizontal_bottom.white=White Per Fess Inverted +item.banner.half_horizontal_bottom.yellow=Yellow Per Fess Inverted +item.banner.half_vertical.black=Black Per Pale +item.banner.half_vertical.blue=Blue Per Pale +item.banner.half_vertical.brown=Brown Per Pale +item.banner.half_vertical.cyan=Cyan Per Pale +item.banner.half_vertical.gray=Grey Per Pale +item.banner.half_vertical.green=Green Per Pale +item.banner.half_vertical.lightBlue=Light Blue Per Pale +item.banner.half_vertical.lime=Lime Per Pale +item.banner.half_vertical.magenta=Magenta Per Pale +item.banner.half_vertical.orange=Orange Per Pale +item.banner.half_vertical.pink=Pink Per Pale +item.banner.half_vertical.purple=Purple Per Pale +item.banner.half_vertical.red=Red Per Pale +item.banner.half_vertical.silver=Light Grey Per Pale +item.banner.half_vertical.white=White Per Pale +item.banner.half_vertical.yellow=Yellow Per Pale +item.banner.half_vertical_right.black=Black Per Pale Inverted +item.banner.half_vertical_right.blue=Blue Per Pale Inverted +item.banner.half_vertical_right.brown=Brown Per Pale Inverted +item.banner.half_vertical_right.cyan=Cyan Per Pale Inverted +item.banner.half_vertical_right.gray=Grey Per Pale Inverted +item.banner.half_vertical_right.green=Green Per Pale Inverted +item.banner.half_vertical_right.lightBlue=Light Blue Per Pale Inverted +item.banner.half_vertical_right.lime=Lime Per Pale Inverted +item.banner.half_vertical_right.magenta=Magenta Per Pale Inverted +item.banner.half_vertical_right.orange=Orange Per Pale Inverted +item.banner.half_vertical_right.pink=Pink Per Pale Inverted +item.banner.half_vertical_right.purple=Purple Per Pale Inverted +item.banner.half_vertical_right.red=Red Per Pale Inverted +item.banner.half_vertical_right.silver=Light Grey Per Pale Inverted +item.banner.half_vertical_right.white=White Per Pale Inverted +item.banner.half_vertical_right.yellow=Yellow Per Pale Inverted +item.banner.lightBlue.name=Light Blue Banner +item.banner.lime.name=Lime Banner +item.banner.magenta.name=Magenta Banner +item.banner.mojang.black=Black Thing +item.banner.mojang.blue=Blue Thing +item.banner.mojang.brown=Brown Thing +item.banner.mojang.cyan=Cyan Thing +item.banner.mojang.gray=Grey Thing +item.banner.mojang.green=Green Thing +item.banner.mojang.lightBlue=Light Blue Thing +item.banner.mojang.lime=Lime Thing +item.banner.mojang.magenta=Magenta Thing +item.banner.mojang.orange=Orange Thing +item.banner.mojang.pink=Pink Thing +item.banner.mojang.purple=Purple Thing +item.banner.mojang.red=Red Thing +item.banner.mojang.silver=Light Grey Thing +item.banner.mojang.white=White Thing +item.banner.mojang.yellow=Yellow Thing +item.banner.orange.name=Orange Banner +item.banner.pink.name=Pink Banner +item.banner.purple.name=Purple Banner +item.banner.red.name=Red Banner +item.banner.rhombus.black=Black Lozenge +item.banner.rhombus.blue=Blue Lozenge +item.banner.rhombus.brown=Brown Lozenge +item.banner.rhombus.cyan=Cyan Lozenge +item.banner.rhombus.gray=Grey Lozenge +item.banner.rhombus.green=Green Lozenge +item.banner.rhombus.lightBlue=Light Blue Lozenge +item.banner.rhombus.lime=Lime Lozenge +item.banner.rhombus.magenta=Magenta Lozenge +item.banner.rhombus.orange=Orange Lozenge +item.banner.rhombus.pink=Pink Lozenge +item.banner.rhombus.purple=Purple Lozenge +item.banner.rhombus.red=Red Lozenge +item.banner.rhombus.silver=Light Grey Lozenge +item.banner.rhombus.white=White Lozenge +item.banner.rhombus.yellow=Yellow Lozenge +item.banner.silver.name=Light Grey Banner +item.banner.skull.black=Black Skull Charge +item.banner.skull.blue=Blue Skull Charge +item.banner.skull.brown=Brown Skull Charge +item.banner.skull.cyan=Cyan Skull Charge +item.banner.skull.gray=Grey Skull Charge +item.banner.skull.green=Green Skull Charge +item.banner.skull.lightBlue=Light Blue Skull Charge +item.banner.skull.lime=Lime Skull Charge +item.banner.skull.magenta=Magenta Skull Charge +item.banner.skull.orange=Orange Skull Charge +item.banner.skull.pink=Pink Skull Charge +item.banner.skull.purple=Purple Skull Charge +item.banner.skull.red=Red Skull Charge +item.banner.skull.silver=Light Grey Skull Charge +item.banner.skull.white=White Skull Charge +item.banner.skull.yellow=Yellow Skull Charge +item.banner.small_stripes.black=Black Paly +item.banner.small_stripes.blue=Blue Paly +item.banner.small_stripes.brown=Brown Paly +item.banner.small_stripes.cyan=Cyan Paly +item.banner.small_stripes.gray=Grey Paly +item.banner.small_stripes.green=Green Paly +item.banner.small_stripes.lightBlue=Light Blue Paly +item.banner.small_stripes.lime=Lime Paly +item.banner.small_stripes.magenta=Magenta Paly +item.banner.small_stripes.orange=Orange Paly +item.banner.small_stripes.pink=Pink Paly +item.banner.small_stripes.purple=Purple Paly +item.banner.small_stripes.red=Red Paly +item.banner.small_stripes.silver=Light Grey Paly +item.banner.small_stripes.white=White Paly +item.banner.small_stripes.yellow=Yellow Paly +item.banner.square_bottom_left.black=Black Base Dexter Canton +item.banner.square_bottom_left.blue=Blue Base Dexter Canton +item.banner.square_bottom_left.brown=Brown Base Dexter Canton +item.banner.square_bottom_left.cyan=Cyan Base Dexter Canton +item.banner.square_bottom_left.gray=Grey Base Dexter Canton +item.banner.square_bottom_left.green=Green Base Dexter Canton +item.banner.square_bottom_left.lightBlue=Light Blue Base Dexter Canton +item.banner.square_bottom_left.lime=Lime Base Dexter Canton +item.banner.square_bottom_left.magenta=Magenta Base Dexter Canton +item.banner.square_bottom_left.orange=Orange Base Dexter Canton +item.banner.square_bottom_left.pink=Pink Base Dexter Canton +item.banner.square_bottom_left.purple=Purple Base Dexter Canton +item.banner.square_bottom_left.red=Red Base Dexter Canton +item.banner.square_bottom_left.silver=Light Grey Base Dexter Canton +item.banner.square_bottom_left.white=White Base Dexter Canton +item.banner.square_bottom_left.yellow=Yellow Base Dexter Canton +item.banner.square_bottom_right.black=Black Base Sinister Canton +item.banner.square_bottom_right.blue=Blue Base Sinister Canton +item.banner.square_bottom_right.brown=Brown Base Sinister Canton +item.banner.square_bottom_right.cyan=Cyan Base Sinister Canton +item.banner.square_bottom_right.gray=Grey Base Sinister Canton +item.banner.square_bottom_right.green=Green Base Sinister Canton +item.banner.square_bottom_right.lightBlue=Light Blue Base Sinister Canton +item.banner.square_bottom_right.lime=Lime Base Sinister Canton +item.banner.square_bottom_right.magenta=Magenta Base Sinister Canton +item.banner.square_bottom_right.orange=Orange Base Sinister Canton +item.banner.square_bottom_right.pink=Pink Base Sinister Canton +item.banner.square_bottom_right.purple=Purple Base Sinister Canton +item.banner.square_bottom_right.red=Red Base Sinister Canton +item.banner.square_bottom_right.silver=Light Grey Base Sinister Canton +item.banner.square_bottom_right.white=White Base Sinister Canton +item.banner.square_bottom_right.yellow=Yellow Base Sinister Canton +item.banner.square_top_left.black=Black Chief Dexter Canton +item.banner.square_top_left.blue=Blue Chief Dexter Canton +item.banner.square_top_left.brown=Brown Chief Dexter Canton +item.banner.square_top_left.cyan=Cyan Chief Dexter Canton +item.banner.square_top_left.gray=Grey Chief Dexter Canton +item.banner.square_top_left.green=Green Chief Dexter Canton +item.banner.square_top_left.lightBlue=Light Blue Chief Dexter Canton +item.banner.square_top_left.lime=Lime Chief Dexter Canton +item.banner.square_top_left.magenta=Magenta Chief Dexter Canton +item.banner.square_top_left.orange=Orange Chief Dexter Canton +item.banner.square_top_left.pink=Pink Chief Dexter Canton +item.banner.square_top_left.purple=Purple Chief Dexter Canton +item.banner.square_top_left.red=Red Chief Dexter Canton +item.banner.square_top_left.silver=Light Grey Chief Dexter Canton +item.banner.square_top_left.white=White Chief Dexter Canton +item.banner.square_top_left.yellow=Yellow Chief Dexter Canton +item.banner.square_top_right.black=Black Chief Sinister Canton +item.banner.square_top_right.blue=Blue Chief Sinister Canton +item.banner.square_top_right.brown=Brown Chief Sinister Canton +item.banner.square_top_right.cyan=Cyan Chief Sinister Canton +item.banner.square_top_right.gray=Grey Chief Sinister Canton +item.banner.square_top_right.green=Green Chief Sinister Canton +item.banner.square_top_right.lightBlue=Light Blue Chief Sinister Canton +item.banner.square_top_right.lime=Lime Chief Sinister Canton +item.banner.square_top_right.magenta=Magenta Chief Sinister Canton +item.banner.square_top_right.orange=Orange Chief Sinister Canton +item.banner.square_top_right.pink=Pink Chief Sinister Canton +item.banner.square_top_right.purple=Purple Chief Sinister Canton +item.banner.square_top_right.red=Red Chief Sinister Canton +item.banner.square_top_right.silver=Light Grey Chief Sinister Canton +item.banner.square_top_right.white=White Chief Sinister Canton +item.banner.square_top_right.yellow=Yellow Chief Sinister Canton +item.banner.straight_cross.black=Black Cross +item.banner.straight_cross.blue=Blue Cross +item.banner.straight_cross.brown=Brown Cross +item.banner.straight_cross.cyan=Cyan Cross +item.banner.straight_cross.gray=Grey Cross +item.banner.straight_cross.green=Green Cross +item.banner.straight_cross.lightBlue=Light Blue Cross +item.banner.straight_cross.lime=Lime Cross +item.banner.straight_cross.magenta=Magenta Cross +item.banner.straight_cross.orange=Orange Cross +item.banner.straight_cross.pink=Pink Cross +item.banner.straight_cross.purple=Purple Cross +item.banner.straight_cross.red=Red Cross +item.banner.straight_cross.silver=Light Grey Cross +item.banner.straight_cross.white=White Cross +item.banner.straight_cross.yellow=Yellow Cross +item.banner.stripe_bottom.black=Black Base Fess +item.banner.stripe_bottom.blue=Blue Base Fess +item.banner.stripe_bottom.brown=Brown Base Fess +item.banner.stripe_bottom.cyan=Cyan Base Fess +item.banner.stripe_bottom.gray=Grey Base Fess +item.banner.stripe_bottom.green=Green Base Fess +item.banner.stripe_bottom.lightBlue=Light Blue Base Fess +item.banner.stripe_bottom.lime=Lime Base Fess +item.banner.stripe_bottom.magenta=Magenta Base Fess +item.banner.stripe_bottom.orange=Orange Base Fess +item.banner.stripe_bottom.pink=Pink Base Fess +item.banner.stripe_bottom.purple=Purple Base Fess +item.banner.stripe_bottom.red=Red Base Fess +item.banner.stripe_bottom.silver=Light Grey Base Fess +item.banner.stripe_bottom.white=White Base Fess +item.banner.stripe_bottom.yellow=Yellow Base Fess +item.banner.stripe_center.black=Black Pale +item.banner.stripe_center.blue=Blue Pale +item.banner.stripe_center.brown=Brown Pale +item.banner.stripe_center.cyan=Cyan Pale +item.banner.stripe_center.gray=Grey Pale +item.banner.stripe_center.green=Green Pale +item.banner.stripe_center.lightBlue=Light Blue Pale +item.banner.stripe_center.lime=Lime Pale +item.banner.stripe_center.magenta=Magenta Pale +item.banner.stripe_center.orange=Orange Pale +item.banner.stripe_center.pink=Pink Pale +item.banner.stripe_center.purple=Purple Pale +item.banner.stripe_center.red=Red Pale +item.banner.stripe_center.silver=Light Grey Pale +item.banner.stripe_center.white=White Pale +item.banner.stripe_center.yellow=Yellow Pale +item.banner.stripe_downleft.black=Black Bend Sinister +item.banner.stripe_downleft.blue=Blue Bend Sinister +item.banner.stripe_downleft.brown=Brown Bend Sinister +item.banner.stripe_downleft.cyan=Cyan Bend Sinister +item.banner.stripe_downleft.gray=Grey Bend Sinister +item.banner.stripe_downleft.green=Green Bend Sinister +item.banner.stripe_downleft.lightBlue=Light Blue Bend Sinister +item.banner.stripe_downleft.lime=Lime Bend Sinister +item.banner.stripe_downleft.magenta=Magenta Bend Sinister +item.banner.stripe_downleft.orange=Orange Bend Sinister +item.banner.stripe_downleft.pink=Pink Bend Sinister +item.banner.stripe_downleft.purple=Purple Bend Sinister +item.banner.stripe_downleft.red=Red Bend Sinister +item.banner.stripe_downleft.silver=Light Grey Bend Sinister +item.banner.stripe_downleft.white=White Bend Sinister +item.banner.stripe_downleft.yellow=Yellow Bend Sinister +item.banner.stripe_downright.black=Black Bend +item.banner.stripe_downright.blue=Blue Bend +item.banner.stripe_downright.brown=Brown Bend +item.banner.stripe_downright.cyan=Cyan Bend +item.banner.stripe_downright.gray=Grey Bend +item.banner.stripe_downright.green=Green Bend +item.banner.stripe_downright.lightBlue=Light Blue Bend +item.banner.stripe_downright.lime=Lime Bend +item.banner.stripe_downright.magenta=Magenta Bend +item.banner.stripe_downright.orange=Orange Bend +item.banner.stripe_downright.pink=Pink Bend +item.banner.stripe_downright.purple=Purple Bend +item.banner.stripe_downright.red=Red Bend +item.banner.stripe_downright.silver=Light Grey Bend +item.banner.stripe_downright.white=White Bend +item.banner.stripe_downright.yellow=Yellow Bend +item.banner.stripe_left.black=Black Pale Dexter +item.banner.stripe_left.blue=Blue Pale Dexter +item.banner.stripe_left.brown=Brown Pale Dexter +item.banner.stripe_left.cyan=Cyan Pale Dexter +item.banner.stripe_left.gray=Grey Pale Dexter +item.banner.stripe_left.green=Green Pale Dexter +item.banner.stripe_left.lightBlue=Light Blue Pale Dexter +item.banner.stripe_left.lime=Lime Pale Dexter +item.banner.stripe_left.magenta=Magenta Pale Dexter +item.banner.stripe_left.orange=Orange Pale Dexter +item.banner.stripe_left.pink=Pink Pale Dexter +item.banner.stripe_left.purple=Purple Pale Dexter +item.banner.stripe_left.red=Red Pale Dexter +item.banner.stripe_left.silver=Light Grey Pale Dexter +item.banner.stripe_left.white=White Pale Dexter +item.banner.stripe_left.yellow=Yellow Pale Dexter +item.banner.stripe_middle.black=Black Fess +item.banner.stripe_middle.blue=Blue Fess +item.banner.stripe_middle.brown=Brown Fess +item.banner.stripe_middle.cyan=Cyan Fess +item.banner.stripe_middle.gray=Grey Fess +item.banner.stripe_middle.green=Green Fess +item.banner.stripe_middle.lightBlue=Light Blue Fess +item.banner.stripe_middle.lime=Lime Fess +item.banner.stripe_middle.magenta=Magenta Fess +item.banner.stripe_middle.orange=Orange Fess +item.banner.stripe_middle.pink=Pink Fess +item.banner.stripe_middle.purple=Purple Fess +item.banner.stripe_middle.red=Red Fess +item.banner.stripe_middle.silver=Light Grey Fess +item.banner.stripe_middle.white=White Fess +item.banner.stripe_middle.yellow=Yellow Fess +item.banner.stripe_right.black=Black Pale Sinister +item.banner.stripe_right.blue=Blue Pale Sinister +item.banner.stripe_right.brown=Brown Pale Sinister +item.banner.stripe_right.cyan=Cyan Pale Sinister +item.banner.stripe_right.gray=Grey Pale Sinister +item.banner.stripe_right.green=Green Pale Sinister +item.banner.stripe_right.lightBlue=Light Blue Pale Sinister +item.banner.stripe_right.lime=Lime Pale Sinister +item.banner.stripe_right.magenta=Magenta Pale Sinister +item.banner.stripe_right.orange=Orange Pale Sinister +item.banner.stripe_right.pink=Pink Pale Sinister +item.banner.stripe_right.purple=Purple Pale Sinister +item.banner.stripe_right.red=Red Pale Sinister +item.banner.stripe_right.silver=Light Grey Pale Sinister +item.banner.stripe_right.white=White Pale Sinister +item.banner.stripe_right.yellow=Yellow Pale Sinister +item.banner.stripe_top.black=Black Chief Fess +item.banner.stripe_top.blue=Blue Chief Fess +item.banner.stripe_top.brown=Brown Chief Fess +item.banner.stripe_top.cyan=Cyan Chief Fess +item.banner.stripe_top.gray=Grey Chief Fess +item.banner.stripe_top.green=Green Chief Fess +item.banner.stripe_top.lightBlue=Light Blue Chief Fess +item.banner.stripe_top.lime=Lime Chief Fess +item.banner.stripe_top.magenta=Magenta Chief Fess +item.banner.stripe_top.orange=Orange Chief Fess +item.banner.stripe_top.pink=Pink Chief Fess +item.banner.stripe_top.purple=Purple Chief Fess +item.banner.stripe_top.red=Red Chief Fess +item.banner.stripe_top.silver=Light Grey Chief Fess +item.banner.stripe_top.white=White Chief Fess +item.banner.stripe_top.yellow=Yellow Chief Fess +item.banner.triangle_bottom.black=Black Chevron +item.banner.triangle_bottom.blue=Blue Chevron +item.banner.triangle_bottom.brown=Brown Chevron +item.banner.triangle_bottom.cyan=Cyan Chevron +item.banner.triangle_bottom.gray=Grey Chevron +item.banner.triangle_bottom.green=Green Chevron +item.banner.triangle_bottom.lightBlue=Light Blue Chevron +item.banner.triangle_bottom.lime=Lime Chevron +item.banner.triangle_bottom.magenta=Magenta Chevron +item.banner.triangle_bottom.orange=Orange Chevron +item.banner.triangle_bottom.pink=Pink Chevron +item.banner.triangle_bottom.purple=Purple Chevron +item.banner.triangle_bottom.red=Red Chevron +item.banner.triangle_bottom.silver=Light Grey Chevron +item.banner.triangle_bottom.white=White Chevron +item.banner.triangle_bottom.yellow=Yellow Chevron +item.banner.triangle_top.black=Black Inverted Chevron +item.banner.triangle_top.blue=Blue Inverted Chevron +item.banner.triangle_top.brown=Brown Inverted Chevron +item.banner.triangle_top.cyan=Cyan Inverted Chevron +item.banner.triangle_top.gray=Grey Inverted Chevron +item.banner.triangle_top.green=Green Inverted Chevron +item.banner.triangle_top.lightBlue=Light Blue Inverted Chevron +item.banner.triangle_top.lime=Lime Inverted Chevron +item.banner.triangle_top.magenta=Magenta Inverted Chevron +item.banner.triangle_top.orange=Orange Inverted Chevron +item.banner.triangle_top.pink=Pink Inverted Chevron +item.banner.triangle_top.purple=Purple Inverted Chevron +item.banner.triangle_top.red=Red Inverted Chevron +item.banner.triangle_top.silver=Light Grey Inverted Chevron +item.banner.triangle_top.white=White Inverted Chevron +item.banner.triangle_top.yellow=Yellow Inverted Chevron +item.banner.triangles_bottom.black=Black Base Indented +item.banner.triangles_bottom.blue=Blue Base Indented +item.banner.triangles_bottom.brown=Brown Base Indented +item.banner.triangles_bottom.cyan=Cyan Base Indented +item.banner.triangles_bottom.gray=Grey Base Indented +item.banner.triangles_bottom.green=Green Base Indented +item.banner.triangles_bottom.lightBlue=Light Blue Base Indented +item.banner.triangles_bottom.lime=Lime Base Indented +item.banner.triangles_bottom.magenta=Magenta Base Indented +item.banner.triangles_bottom.orange=Orange Base Indented +item.banner.triangles_bottom.pink=Pink Base Indented +item.banner.triangles_bottom.purple=Purple Base Indented +item.banner.triangles_bottom.red=Red Base Indented +item.banner.triangles_bottom.silver=Light Grey Base Indented +item.banner.triangles_bottom.white=White Base Indented +item.banner.triangles_bottom.yellow=Yellow Base Indented +item.banner.triangles_top.black=Black Chief Indented +item.banner.triangles_top.blue=Blue Chief Indented +item.banner.triangles_top.brown=Brown Chief Indented +item.banner.triangles_top.cyan=Cyan Chief Indented +item.banner.triangles_top.gray=Grey Chief Indented +item.banner.triangles_top.green=Green Chief Indented +item.banner.triangles_top.lightBlue=Light Blue Chief Indented +item.banner.triangles_top.lime=Lime Chief Indented +item.banner.triangles_top.magenta=Magenta Chief Indented +item.banner.triangles_top.orange=Orange Chief Indented +item.banner.triangles_top.pink=Pink Chief Indented +item.banner.triangles_top.purple=Purple Chief Indented +item.banner.triangles_top.red=Red Chief Indented +item.banner.triangles_top.silver=Light Grey Chief Indented +item.banner.triangles_top.white=White Chief Indented +item.banner.triangles_top.yellow=Yellow Chief Indented +item.banner.white.name=White Banner +item.banner.yellow.name=Yellow Banner +item.bed.name=Bed +item.beefCooked.name=Cooked Steak +item.beefRaw.name=Raw Steak +item.blazePowder.name=Blaze Powder +item.blazeRod.name=Blaze Rod +item.boat.name=Boat +item.bone.name=Bone +item.book.name=Book +item.bootsChain.name=Chain Boots +item.bootsCloth.name=Leather Boots +item.bootsDiamond.name=Diamond Boots +item.bootsGold.name=Golden Boots +item.bootsIron.name=Iron Boots +item.bow.name=Bow +item.bowl.name=Bowl +item.bread.name=Bread +item.brewingStand.name=Brewing Stand +item.brick.name=Brick +item.bucket.name=Bucket +item.bucketLava.name=Lava Bucket +item.bucketWater.name=Water Bucket +item.cake.name=Cake +item.canBreak=May break: +item.canPlace=May be placed on: +item.carrotGolden.name=Golden Carrot +item.carrotOnAStick.name=Carrot on a Stick +item.carrots.name=Carrot +item.cauldron.name=Cauldron +item.charcoal.name=Charcoal +item.chestplateChain.name=Chain Chestplate +item.chestplateCloth.name=Leather Tunic +item.chestplateDiamond.name=Diamond Chestplate +item.chestplateGold.name=Golden Chestplate +item.chestplateIron.name=Iron Chestplate +item.chickenCooked.name=Roast Chicken +item.chickenRaw.name=Raw Chicken +item.clay.name=Clay +item.clock.name=Watch +item.coal.name=Coal +item.comparator.name=Redstone Comparator +item.compass.name=Compass +item.cookie.name=Cookie +item.diamond.name=Diamond +item.diode.name=Redstone Repeater +item.doorAcacia.name=Acacia Door +item.doorBirch.name=Birch Door +item.doorDarkOak.name=Dark Oak Door +item.doorIron.name=Iron Door +item.doorJungle.name=Jungle Door +item.doorOak.name=Oak Door +item.doorSpruce.name=Spruce Door +item.dyePowder.black.name=Ink Sac +item.dyePowder.blue.name=Lapis Lazuli +item.dyePowder.brown.name=Cocoa Bean +item.dyePowder.cyan.name=Cyan Dye +item.dyePowder.gray.name=Grey Dye +item.dyePowder.green.name=Cactus Green +item.dyePowder.lightBlue.name=Light Blue Dye +item.dyePowder.lime.name=Lime Green Dye +item.dyePowder.magenta.name=Magenta Dye +item.dyePowder.orange.name=Orange Dye +item.dyePowder.pink.name=Pink Dye +item.dyePowder.purple.name=Purple Dye +item.dyePowder.red.name=Rose Red +item.dyePowder.silver.name=Light Grey Dye +item.dyePowder.white.name=Bone Meal +item.dyePowder.yellow.name=Dandelion Yellow +item.dyed=Dyed +item.egg.name=Egg +item.emerald.name=Emerald +item.emptyMap.name=Empty Map +item.emptyPotion.name=Water Bottle +item.enchantedBook.name=Enchanted Book +item.enderPearl.name=Ender Pearl +item.expBottle.name=Bottle o' Enchanting +item.eyeOfEnder.name=Eye of Ender +item.feather.name=Feather +item.fermentedSpiderEye.name=Fermented Spider Eye +item.fireball.name=Fire Charge +item.fireworks.flight=Flight Duration: +item.fireworks.name=Firework Rocket +item.fireworksCharge.black=Black +item.fireworksCharge.blue=Blue +item.fireworksCharge.brown=Brown +item.fireworksCharge.customColor=Custom +item.fireworksCharge.cyan=Cyan +item.fireworksCharge.fadeTo=Fade to +item.fireworksCharge.flicker=Twinkle +item.fireworksCharge.gray=Grey +item.fireworksCharge.green=Green +item.fireworksCharge.lightBlue=Light Blue +item.fireworksCharge.lime=Lime +item.fireworksCharge.magenta=Magenta +item.fireworksCharge.name=Firework Star +item.fireworksCharge.orange=Orange +item.fireworksCharge.pink=Pink +item.fireworksCharge.purple=Purple +item.fireworksCharge.red=Red +item.fireworksCharge.silver=Light Grey +item.fireworksCharge.trail=Trail +item.fireworksCharge.type=Unknown Shape +item.fireworksCharge.type.0=Small Ball +item.fireworksCharge.type.1=Large Ball +item.fireworksCharge.type.2=Star-shaped +item.fireworksCharge.type.3=Creeper-shaped +item.fireworksCharge.type.4=Burst +item.fireworksCharge.white=White +item.fireworksCharge.yellow=Yellow +item.fish.clownfish.raw.name=Clownfish +item.fish.cod.cooked.name=Cooked Fish +item.fish.cod.raw.name=Raw Fish +item.fish.pufferfish.raw.name=Pufferfish +item.fish.salmon.cooked.name=Cooked Salmon +item.fish.salmon.raw.name=Raw Salmon +item.fishingRod.name=Fishing Rod +item.flint.name=Flint +item.flintAndSteel.name=Flint and Steel +item.flowerPot.name=Flower Pot +item.frame.name=Item Frame +item.ghastTear.name=Ghast Tear +item.glassBottle.name=Glass Bottle +item.goldNugget.name=Golden Nugget +item.hatchetDiamond.name=Diamond Axe +item.hatchetGold.name=Golden Axe +item.hatchetIron.name=Iron Axe +item.hatchetStone.name=Stone Axe +item.hatchetWood.name=Wooden Axe +item.helmetChain.name=Chain Helmet +item.helmetCloth.name=Leather Cap +item.helmetDiamond.name=Diamond Helmet +item.helmetGold.name=Golden Helmet +item.helmetIron.name=Iron Helmet +item.hoeDiamond.name=Diamond Hoe +item.hoeGold.name=Golden Hoe +item.hoeIron.name=Iron Hoe +item.hoeStone.name=Stone Hoe +item.hoeWood.name=Wooden Hoe +item.horsearmordiamond.name=Diamond Horse Armour +item.horsearmorgold.name=Gold Horse Armour +item.horsearmormetal.name=Iron Horse Armour +item.ingotGold.name=Gold Ingot +item.ingotIron.name=Iron Ingot +item.leash.name=Lead +item.leather.name=Leather +item.leaves.name=Leaves +item.leggingsChain.name=Chain Leggings +item.leggingsCloth.name=Leather Trousers +item.leggingsDiamond.name=Diamond Leggings +item.leggingsGold.name=Golden Leggings +item.leggingsIron.name=Iron Leggings +item.magmaCream.name=Magma Cream +item.map.name=Map +item.melon.name=Melon +item.milk.name=Milk Bucket +item.minecart.name=Minecart +item.minecartChest.name=Minecart with Chest +item.minecartCommandBlock.name=Minecart with Command Block +item.minecartFurnace.name=Minecart with Furnace +item.minecartHopper.name=Minecart with Hopper +item.minecartTnt.name=Minecart with TNT +item.monsterPlacer.name=Spawn +item.mushroomStew.name=Mushroom Soup +item.muttonCooked.name=Cooked Mutton +item.muttonRaw.name=Raw Mutton +item.nameTag.name=Name Tag +item.netherStalkSeeds.name=Nether Wart +item.netherStar.name=Nether Star +item.netherbrick.name=Nether Brick +item.netherquartz.name=Nether Quartz +item.painting.name=Painting +item.paper.name=Paper +item.pickaxeDiamond.name=Diamond Pickaxe +item.pickaxeGold.name=Golden Pickaxe +item.pickaxeIron.name=Iron Pickaxe +item.pickaxeStone.name=Stone Pickaxe +item.pickaxeWood.name=Wooden Pickaxe +item.porkchopCooked.name=Cooked Pork Chop +item.porkchopRaw.name=Raw Pork Chop +item.potato.name=Potato +item.potatoBaked.name=Jacket Potato +item.potatoPoisonous.name=Poisonous Potato +item.potion.name=Potion +item.prismarineCrystals.name=Prismarine Crystals +item.prismarineShard.name=Prismarine Shard +item.pumpkinPie.name=Pumpkin Pie +item.rabbitCooked.name=Cooked Rabbit +item.rabbitFoot.name=Rabbit's Foot +item.rabbitHide.name=Rabbit Hide +item.rabbitRaw.name=Raw Rabbit +item.rabbitStew.name=Rabbit Stew +item.record.11.desc=C418 - 11 +item.record.13.desc=C418 - 13 +item.record.blocks.desc=C418 - blocks +item.record.cat.desc=C418 - cat +item.record.chirp.desc=C418 - chirp +item.record.far.desc=C418 - far +item.record.mall.desc=C418 - mall +item.record.mellohi.desc=C418 - mellohi +item.record.name=Music Disc +item.record.stal.desc=C418 - stal +item.record.strad.desc=C418 - strad +item.record.wait.desc=C418 - wait +item.record.ward.desc=C418 - ward +item.redstone.name=Redstone +item.reeds.name=Sugar Canes +item.rottenFlesh.name=Rotten Flesh +item.ruby.name=Ruby +item.saddle.name=Saddle +item.seeds.name=Seeds +item.seeds_melon.name=Melon Seeds +item.seeds_pumpkin.name=Pumpkin Seeds +item.shears.name=Shears +item.shovelDiamond.name=Diamond Spade +item.shovelGold.name=Golden Spade +item.shovelIron.name=Iron Spade +item.shovelStone.name=Stone Spade +item.shovelWood.name=Wooden Spade +item.sign.name=Sign +item.skull.char.name=Head +item.skull.creeper.name=Creeper Head +item.skull.player.name=%s's Head +item.skull.skeleton.name=Skeleton Skull +item.skull.wither.name=Wither Skeleton Skull +item.skull.zombie.name=Zombie Head +item.slimeball.name=Slimeball +item.snowball.name=Snowball +item.speckledMelon.name=Glistering Melon +item.spiderEye.name=Spider Eye +item.stick.name=Stick +item.string.name=String +item.sugar.name=Sugar +item.sulphur.name=Gunpowder +item.swordDiamond.name=Diamond Sword +item.swordGold.name=Golden Sword +item.swordIron.name=Iron Sword +item.swordStone.name=Stone Sword +item.swordWood.name=Wooden Sword +item.unbreakable=Unbreakable +item.wheat.name=Wheat +item.writingBook.name=Book and Quill +item.writtenBook.name=Written Book +item.yellowDust.name=Glowstone Dust +itemGroup.brewing=Brewing +itemGroup.buildingBlocks=Building Blocks +itemGroup.combat=Combat +itemGroup.decorations=Decoration Blocks +itemGroup.food=Foodstuffs +itemGroup.inventory=Inventory +itemGroup.materials=Materials +itemGroup.misc=Miscellaneous +itemGroup.redstone=Redstone +itemGroup.search=Search +itemGroup.tools=Tools +itemGroup.transportation=Transportation +key.attack=Attack/Destroy +key.back=Walk Backwards +key.categories.gameplay=Gameplay +key.categories.inventory=Inventory +key.categories.misc=Miscellaneous +key.categories.movement=Movement +key.categories.multiplayer=Multiplayer +key.categories.stream=Streaming +key.categories.ui=Game Interface +key.chat=Open Chat +key.command=Open Command +key.drop=Drop Item +key.forward=Walk Forwards +key.fullscreen=Toggle Fullscreen +key.hotbar.1=Hotbar Slot 1 +key.hotbar.2=Hotbar Slot 2 +key.hotbar.3=Hotbar Slot 3 +key.hotbar.4=Hotbar Slot 4 +key.hotbar.5=Hotbar Slot 5 +key.hotbar.6=Hotbar Slot 6 +key.hotbar.7=Hotbar Slot 7 +key.hotbar.8=Hotbar Slot 8 +key.hotbar.9=Hotbar Slot 9 +key.inventory=Inventory +key.jump=Jump +key.left=Strafe Left +key.mouseButton=Button %1$s +key.pickItem=Pick Block +key.playerlist=List Players +key.right=Strafe Right +key.screenshot=Take Screenshot +key.smoothCamera=Toggle Cinematic Camera +key.sneak=Sneak +key.spectatorOutlines=Highlight Players (Spectators) +key.sprint=Sprint +key.streamCommercial=Display Stream Commercials +key.streamPauseUnpause=Pause/Unpause Stream +key.streamStartStop=Start/Stop Stream +key.streamToggleMic=Push To Speak/Mute +key.togglePerspective=Toggle Perspective +key.use=Use Item/Place Block +lanServer.otherPlayers=Settings for Other Players +lanServer.scanning=Scanning for games on your local network +lanServer.start=Start LAN World +lanServer.title=LAN World +language.code=en_UK +language.name=English +language.region=UK +mcoServer.title=Minecraft Online World +menu.convertingLevel=Converting world +menu.disconnect=Disconnect +menu.game=Game menu +menu.generatingLevel=Generating world +menu.generatingTerrain=Building terrain +menu.loadingLevel=Loading world +menu.multiplayer=Multiplayer +menu.online=Minecraft Realms +menu.options=Options... +menu.playdemo=Play Demo World +menu.quit=Quit Game +menu.resetdemo=Reset Demo World +menu.respawning=Respawning +menu.returnToGame=Back to Game +menu.returnToMenu=Save and Quit to Title +menu.shareToLan=Open to LAN +menu.simulating=Simulating the world for a bit +menu.singleplayer=Singleplayer +menu.switchingLevel=Switching worlds +merchant.deprecated=Trade something else to unlock! +mount.onboard=Press %1$s to dismount +multiplayer.connect=Connect +multiplayer.downloadingStats=Downloading statistics & achievements... +multiplayer.downloadingTerrain=Downloading terrain +multiplayer.info1=Minecraft Multiplayer is currently not finished, but there +multiplayer.info2=is some buggy early testing going on. +multiplayer.ipinfo=Enter the IP of a server to connect to it: +multiplayer.player.joined=%s joined the game +multiplayer.player.joined.renamed=%s (formerly known as %s) joined the game +multiplayer.player.left=%s left the game +multiplayer.stopSleeping=Leave Bed +multiplayer.texturePrompt.line1=This server recommends the use of a custom resource pack. +multiplayer.texturePrompt.line2=Would you like to download and install it automagically? +multiplayer.title=Play Multiplayer +options.advancedButton=Advanced Video Settings... +options.advancedOpengl=Advanced OpenGL +options.advancedVideoTitle=Advanced Video Settings +options.anaglyph=3D Anaglyph +options.ao=Smooth Lighting +options.ao.max=Maximum +options.ao.min=Minimum +options.ao.off=OFF +options.blockAlternatives=Alternate Blocks +options.chat.color=Colours +options.chat.height.focused=Focused Height +options.chat.height.unfocused=Unfocused Height +options.chat.links=Web Links +options.chat.links.prompt=Prompt on Links +options.chat.opacity=Opacity +options.chat.scale=Scale +options.chat.title=Chat Settings... +options.chat.visibility=Chat +options.chat.visibility.full=Shown +options.chat.visibility.hidden=Hidden +options.chat.visibility.system=Commands Only +options.chat.width=Width +options.controls=Controls... +options.customizeTitle=Customise World Settings +options.difficulty=Difficulty +options.difficulty.easy=Easy +options.difficulty.hard=Hard +options.difficulty.hardcore=Hardcore +options.difficulty.normal=Normal +options.difficulty.peaceful=Peaceful +options.farWarning1=A 64 bit Java installation is recommended +options.farWarning2=for 'Far' render distance (you have 32 bit) +options.fboEnable=Enable FBOs +options.forceUnicodeFont=Force Unicode Font +options.fov=FOV +options.fov.max=Quake Pro +options.fov.min=Normal +options.framerateLimit=Max Framerate +options.framerateLimit.max=Unlimited +options.fullscreen=Fullscreen +options.gamma=Brightness +options.gamma.max=Bright +options.gamma.min=Moody +options.graphics=Graphics +options.graphics.fancy=Fancy +options.graphics.fast=Fast +options.guiScale=GUI Scale +options.guiScale.auto=Auto +options.guiScale.large=Large +options.guiScale.normal=Normal +options.guiScale.small=Small +options.hidden=Hidden +options.invertMouse=Invert Mouse +options.language=Language... +options.languageWarning=Language translations may not be 100%% accurate +options.mipmapLevels=Mipmap Levels +options.modelPart.cape=Cape +options.modelPart.hat=Hat +options.modelPart.jacket=Jacket +options.modelPart.left_pants_leg=Left Trousers Leg +options.modelPart.left_sleeve=Left Sleeve +options.modelPart.right_pants_leg=Right Trousers Leg +options.modelPart.right_sleeve=Right Sleeve +options.multiplayer.title=Multiplayer Settings... +options.music=Music +options.off=OFF +options.on=ON +options.particles=Particles +options.particles.all=All +options.particles.decreased=Decreased +options.particles.minimal=Minimal +options.performanceButton=Video Performance Settings... +options.performanceVideoTitle=Video Performance Settings +options.postButton=Post-Processing Settings... +options.postProcessEnable=Enable Post-Processing +options.postVideoTitle=Post-Processing Settings +options.qualityButton=Video Quality Settings... +options.qualityVideoTitle=Video Quality Settings +options.reducedDebugInfo=Reduced Debug Info +options.renderClouds=Clouds +options.renderDistance=Render Distance +options.renderDistance.far=Far +options.renderDistance.normal=Normal +options.renderDistance.short=Short +options.renderDistance.tiny=Tiny +options.resourcepack=Resource Packs... +options.saturation=Saturation +options.sensitivity=Sensitivity +options.sensitivity.max=HYPERSPEED!!! +options.sensitivity.min=*yawn* +options.skinCustomisation=Skin Customisation... +options.skinCustomisation.title=Skin Customisation +options.snooper=Allow Snooper +options.snooper.desc=We want to collect information about your machine to help improve Minecraft by knowing what we can support and where the biggest problems are. All of this information is completely anonymous and is visible below. We promise we won't do anything bad with this data, but if you want to opt out, then feel free to toggle it off! +options.snooper.title=Machine Specs Collection +options.snooper.view=Snooper Settings... +options.sound=Sound +options.sounds=Music & Sounds... +options.sounds.title=Music & Sound Options +options.stream=Broadcast Settings... +options.stream.bytesPerPixel=Quality +options.stream.changes=You may need to restart your stream for these changes to take place. +options.stream.chat.enabled=Enable +options.stream.chat.enabled.always=Always +options.stream.chat.enabled.never=Never +options.stream.chat.enabled.streaming=Whilst Streaming +options.stream.chat.title=Twitch Chat Settings +options.stream.chat.userFilter=User Filter +options.stream.chat.userFilter.all=All Viewers +options.stream.chat.userFilter.mods=Moderators +options.stream.chat.userFilter.subs=Subscribers +options.stream.compression=Compression +options.stream.compression.high=High +options.stream.compression.low=Low +options.stream.compression.medium=Medium +options.stream.estimation=Estimated resolution: %sx%s +options.stream.fps=Framerate +options.stream.ingest.reset=Reset Preference +options.stream.ingest.title=Twitch Broadcast Servers +options.stream.ingestSelection=Broadcast Server List +options.stream.kbps=Bandwidth +options.stream.micToggleBehavior=Push To +options.stream.micVolumne=Mic Volume +options.stream.mic_toggle.mute=Mute +options.stream.mic_toggle.talk=Speak +options.stream.sendMetadata=Send Metadata +options.stream.systemVolume=System Volume +options.stream.title=Twitch Broadcast Settings +options.title=Options +options.touchscreen=Touchscreen Mode +options.vbo=Use VBOs +options.video=Video Settings... +options.videoTitle=Video Settings +options.viewBobbing=View Bobbing +options.visible=Shown +options.vsync=Use VSync +potion.absorption=Absorption +potion.absorption.postfix=Potion of Absorption +potion.blindness=Blindness +potion.blindness.postfix=Potion of Blindness +potion.confusion=Nausea +potion.confusion.postfix=Potion of Nausea +potion.damageBoost=Strength +potion.damageBoost.postfix=Potion of Strength +potion.digSlowDown=Mining Fatigue +potion.digSlowDown.postfix=Potion of Dullness +potion.digSpeed=Haste +potion.digSpeed.postfix=Potion of Haste +potion.effects.whenDrank=When Applied: +potion.empty=No Effects +potion.fireResistance=Fire Resistance +potion.fireResistance.postfix=Potion of Fire Resistance +potion.harm=Instant Damage +potion.harm.postfix=Potion of Harming +potion.heal=Instant Health +potion.heal.postfix=Potion of Healing +potion.healthBoost=Health Boost +potion.healthBoost.postfix=Potion of Health Boost +potion.hunger=Hunger +potion.hunger.postfix=Potion of Hunger +potion.invisibility=Invisibility +potion.invisibility.postfix=Potion of Invisibility +potion.jump=Jump Boost +potion.jump.postfix=Potion of Leaping +potion.moveSlowdown=Slowness +potion.moveSlowdown.postfix=Potion of Slowness +potion.moveSpeed=Speed +potion.moveSpeed.postfix=Potion of Swiftness +potion.nightVision=Night Vision +potion.nightVision.postfix=Potion of Night Vision +potion.poison=Poison +potion.poison.postfix=Potion of Poison +potion.potency.1=II +potion.potency.2=III +potion.potency.3=IV +potion.prefix.acrid=Acrid +potion.prefix.artless=Artless +potion.prefix.awkward=Awkward +potion.prefix.bland=Bland +potion.prefix.bulky=Bulky +potion.prefix.bungling=Bungling +potion.prefix.buttered=Buttery +potion.prefix.charming=Charming +potion.prefix.clear=Clear +potion.prefix.cordial=Cordial +potion.prefix.dashing=Dashing +potion.prefix.debonair=Debonair +potion.prefix.diffuse=Diffuse +potion.prefix.elegant=Elegant +potion.prefix.fancy=Fancy +potion.prefix.flat=Flat +potion.prefix.foul=Foul +potion.prefix.grenade=Splash +potion.prefix.gross=Gross +potion.prefix.harsh=Harsh +potion.prefix.milky=Milky +potion.prefix.mundane=Mundane +potion.prefix.odorless=Odourless +potion.prefix.potent=Potent +potion.prefix.rank=Rank +potion.prefix.refined=Refined +potion.prefix.smooth=Smooth +potion.prefix.sparkling=Sparkling +potion.prefix.stinky=Stinky +potion.prefix.suave=Suave +potion.prefix.thick=Thick +potion.prefix.thin=Thin +potion.prefix.uninteresting=Uninteresting +potion.regeneration=Regeneration +potion.regeneration.postfix=Potion of Regeneration +potion.resistance=Resistance +potion.resistance.postfix=Potion of Resistance +potion.saturation=Saturation +potion.saturation.postfix=Potion of Saturation +potion.waterBreathing=Water Breathing +potion.waterBreathing.postfix=Potion of Water Breathing +potion.weakness=Weakness +potion.weakness.postfix=Potion of Weakness +potion.wither=Wither +potion.wither.postfix=Potion of Decay +record.nowPlaying=Now Playing: %s +resourcePack.available.title=Available Resource Packs +resourcePack.folderInfo=(Place resource pack files here) +resourcePack.openFolder=Open resource pack folder +resourcePack.selected.title=Selected Resource Packs +resourcePack.title=Select Resource Packs +screenshot.failure=Couldn't save screenshot: %s +screenshot.success=Saved screenshot as %s +selectServer.add=Add server +selectServer.defaultName=Minecraft Server +selectServer.delete=Delete +selectServer.deleteButton=Delete +selectServer.deleteQuestion=Are you sure you want to remove this server? +selectServer.deleteWarning=will be lost forever! (A long time!) +selectServer.direct=Direct Connect +selectServer.edit=Edit +selectServer.empty=empty +selectServer.hiddenAddress=(Hidden) +selectServer.refresh=Refresh +selectServer.select=Join Server +selectServer.title=Select Server +selectWorld.allowCommands=Allow Cheats: +selectWorld.allowCommands.info=Commands like /gamemode, /xp +selectWorld.bonusItems=Bonus Chest: +selectWorld.cheats=Cheats +selectWorld.conversion=Must be converted! +selectWorld.create=Create New World +selectWorld.createDemo=Play New Demo World +selectWorld.customizeType=Customise +selectWorld.delete=Delete +selectWorld.deleteButton=Delete +selectWorld.deleteQuestion=Are you sure you want to delete this world? +selectWorld.deleteWarning=will be lost forever! (A long time!) +selectWorld.empty=empty +selectWorld.enterName=World Name +selectWorld.enterSeed=Seed for the World Generator +selectWorld.gameMode=Game Mode +selectWorld.gameMode.adventure=Adventure +selectWorld.gameMode.adventure.line1=Same as survival mode, but blocks can't +selectWorld.gameMode.adventure.line2=be added or removed +selectWorld.gameMode.creative=Creative +selectWorld.gameMode.creative.line1=Unlimited resources, free flying and +selectWorld.gameMode.creative.line2=destroy blocks instantly +selectWorld.gameMode.hardcore=Hardcore +selectWorld.gameMode.hardcore.line1=Same as survival mode, locked at hardest +selectWorld.gameMode.hardcore.line2=difficulty, and one life only +selectWorld.gameMode.spectator=Spectator +selectWorld.gameMode.spectator.line1=You can look, but you can't touch +selectWorld.gameMode.survival=Survival +selectWorld.gameMode.survival.line1=Search for resources, crafting, gain +selectWorld.gameMode.survival.line2=levels, health and hunger +selectWorld.hardcoreMode=Hardcore: +selectWorld.hardcoreMode.info=World will be deleted upon death +selectWorld.mapFeatures=Generate Structures: +selectWorld.mapFeatures.info=Villages, dungeons, etc +selectWorld.mapType=World Type: +selectWorld.mapType.normal=Normal +selectWorld.moreWorldOptions=More World Options... +selectWorld.newWorld=New World +selectWorld.newWorld.copyOf=Copy of %s +selectWorld.recreate=Re-Create +selectWorld.rename=Rename +selectWorld.renameButton=Rename +selectWorld.renameTitle=Rename World +selectWorld.resultFolder=Will be saved in: +selectWorld.seedInfo=Leave blank for a random seed +selectWorld.select=Play Selected World +selectWorld.title=Select World +selectWorld.world=World +sign.edit=Edit sign message +soundCategory.ambient=Ambient/Environment +soundCategory.block=Blocks +soundCategory.hostile=Hostile Creatures +soundCategory.master=Master Volume +soundCategory.music=Music +soundCategory.neutral=Friendly Creatures +soundCategory.player=Players +soundCategory.record=Jukebox/Noteblocks +soundCategory.weather=Weather +stat.animalsBred=Animals Bred +stat.blocksButton=Blocks +stat.boatOneCm=Distance by Boat +stat.breakItem=%1$s Depleted +stat.climbOneCm=Distance Climbed +stat.craftItem=%1$s Crafted +stat.crafted=Times Crafted +stat.createWorld=Worlds created +stat.crouchOneCm=Distance Crouched +stat.damageDealt=Damage Dealt +stat.damageTaken=Damage Taken +stat.deaths=Number of Deaths +stat.depleted=Times Depleted +stat.diveOneCm=Distance Dived +stat.drop=Items Dropped +stat.entityKilledBy=%s killed you %s time(s) +stat.entityKilledBy.none=You have never been killed by %s +stat.entityKills=You killed %s %s +stat.entityKills.none=You have never killed %s +stat.fallOneCm=Distance Fallen +stat.fishCaught=Fish Caught +stat.flyOneCm=Distance Flown +stat.generalButton=General +stat.horseOneCm=Distance by Horse +stat.itemsButton=Items +stat.joinMultiplayer=Multiplayer joins +stat.jump=Jumps +stat.junkFished=Junk Fished +stat.leaveGame=Games quit +stat.loadWorld=Worlds loaded +stat.mineBlock=%1$s Mined +stat.minecartOneCm=Distance by Minecart +stat.mined=Times Mined +stat.mobKills=Mobs Killed +stat.mobsButton=Mobs +stat.pigOneCm=Distance by Pig +stat.playOneMinute=Time Played +stat.playerKills=Players Killed +stat.sprintOneCm=Distance Sprinted +stat.startGame=Times played +stat.swimOneCm=Distance Swum +stat.talkedToVillager=Talked to Villagers +stat.timeSinceDeath=Since Last Death +stat.tradedWithVillager=Traded with Villagers +stat.treasureFished=Treasure Fished +stat.useItem=%1$s Used +stat.used=Times Used +stat.walkOneCm=Distance Walked +stats.tooltip.type.achievement=Achievement +stats.tooltip.type.statistic=Statistic +stream.confirm_start=Are you sure you want to start broadcasting? +stream.unavailable.account_not_bound=Before you can broadcast Minecraft through Twitch, you will need to link your Twitch account on mojang.com. Would you like to do that now? +stream.unavailable.account_not_bound.okay=Link Accounts +stream.unavailable.account_not_migrated=Before you can broadcast Minecraft through Twitch, you will need to migrate your Minecraft account to a Mojang account. Would you like to do that now? +stream.unavailable.account_not_migrated.okay=Migrate Account +stream.unavailable.failed_auth=Authentication to Twitch failed. Please go to mojang.com and rebind your Twitch account. +stream.unavailable.failed_auth.okay=Rebind Accounts +stream.unavailable.failed_auth_error=Unable to authenticate to Twitch. Please try again later. +stream.unavailable.initialization_failure=Unable to initialize the Twitch SDK. +stream.unavailable.initialization_failure.extra=(Reason: %s) +stream.unavailable.library_arch_mismatch=The custom java version used to launch Minecraft has a different architecture than the one used to run the launcher. Please make sure these are the same, either 32-bit or 64-bit for both. +stream.unavailable.library_failure=Unable to load the libraries needed for the integrated Twitch broadcasting service. +stream.unavailable.no_fbo=Your video card needs to support at least OpenGL version 3.0 or support Framebuffer Objects via an extension to use the integrated Twitch broadcasting. +stream.unavailable.no_fbo.arb=Framebuffer object support via ARB is: %s +stream.unavailable.no_fbo.blend=Separate blending support via EXT is: %s +stream.unavailable.no_fbo.ext=Framebuffer object support via EXT is: %s +stream.unavailable.no_fbo.version=You are currently using: %s +stream.unavailable.not_supported.mac=Unfortunately the integrated Twitch broadcasting on Mac requires a version of OSX newer than the one you are on. You must use 10.7 (Mac OS X Lion) or newer to be able to use this service. Would you like to visit apple.com to learn about upgrading? +stream.unavailable.not_supported.mac.okay=Upgrade +stream.unavailable.not_supported.other=Unfortunately the integrated Twitch broadcasting service requires Windows (Vista or newer) or Mac OS X (10.7/Lion or newer) +stream.unavailable.not_supported.windows=Unfortunately the integrated Twitch broadcasting requires a newer version of Windows than you are on. You must have at least Windows Vista or newer. +stream.unavailable.report_to_mojang=Report to Mojang +stream.unavailable.soundflower.chat=Soundflower is required to be able to stream on Mac. %s +stream.unavailable.soundflower.chat.link=Please click here to install it. +stream.unavailable.title=Twitch Broadcasting Unavailable +stream.unavailable.unknown=Unfortunately you cannot broadcast to Twitch at this time. And we don't know why :'( +stream.unavailable.unknown.chat=Could not start stream: %s +stream.user.mode.administrator=Twitch Administrator +stream.user.mode.banned=Banned +stream.user.mode.banned.other=Banned on %s's channel +stream.user.mode.banned.self=Banned on your channel +stream.user.mode.broadcaster=Broadcaster +stream.user.mode.broadcaster.other=Broadcaster +stream.user.mode.broadcaster.self=Broadcaster (You!) +stream.user.mode.moderator=Moderator +stream.user.mode.moderator.other=Moderator on %s's channel +stream.user.mode.moderator.self=Moderator on your channel +stream.user.mode.staff=Twitch Staff +stream.user.subscription.subscriber=Subscriber +stream.user.subscription.subscriber.other=Subscriber to %s's channel +stream.user.subscription.subscriber.self=Subscriber to your channel +stream.user.subscription.turbo=Twitch Turbo +stream.userinfo.ban=Ban +stream.userinfo.chatTooltip=Click to manage user +stream.userinfo.mod=Promote to Moderator +stream.userinfo.timeout=Timeout +stream.userinfo.unban=Unban +stream.userinfo.unmod=Demote from Moderator +tile.acaciaFence.name=Acacia Fence +tile.acaciaFenceGate.name=Acacia Fence Gate +tile.activatorRail.name=Activator Rail +tile.anvil.intact.name=Anvil +tile.anvil.name=Anvil +tile.anvil.slightlyDamaged.name=Slightly Damaged Anvil +tile.anvil.veryDamaged.name=Very Damaged Anvil +tile.barrier.name=Barrier +tile.beacon.name=Beacon +tile.beacon.primary=Primary Power +tile.beacon.secondary=Secondary Power +tile.bed.name=Bed +tile.bed.noSleep=You can only sleep at night +tile.bed.notSafe=You may not rest now, there are monsters nearby +tile.bed.notValid=Your home bed was missing or obstructed +tile.bed.occupied=This bed is occupied +tile.bedrock.name=Bedrock +tile.birchFence.name=Birch Fence +tile.birchFenceGate.name=Birch Fence Gate +tile.blockCoal.name=Coal Block +tile.blockDiamond.name=Diamond Block +tile.blockEmerald.name=Emerald Block +tile.blockGold.name=Golden Block +tile.blockIron.name=Iron Block +tile.blockLapis.name=Lapis Lazuli Block +tile.blockRedstone.name=Redstone Block +tile.bookshelf.name=Bookshelf +tile.brick.name=Bricks +tile.button.name=Button +tile.cactus.name=Cactus +tile.cake.name=Cake +tile.carrots.name=Carrots +tile.cauldron.name=Cauldron +tile.chest.name=Chest +tile.chestTrap.name=Trapped Chest +tile.clay.name=Clay +tile.clayHardened.name=Hardened Clay +tile.clayHardenedStained.black.name=Black Stained Clay +tile.clayHardenedStained.blue.name=Blue Stained Clay +tile.clayHardenedStained.brown.name=Brown Stained Clay +tile.clayHardenedStained.cyan.name=Cyan Stained Clay +tile.clayHardenedStained.gray.name=Grey Stained Clay +tile.clayHardenedStained.green.name=Green Stained Clay +tile.clayHardenedStained.lightBlue.name=Light Blue Stained Clay +tile.clayHardenedStained.lime.name=Lime Stained Clay +tile.clayHardenedStained.magenta.name=Magenta Stained Clay +tile.clayHardenedStained.name=Stained Clay +tile.clayHardenedStained.orange.name=Orange Stained Clay +tile.clayHardenedStained.pink.name=Pink Stained Clay +tile.clayHardenedStained.purple.name=Purple Stained Clay +tile.clayHardenedStained.red.name=Red Stained Clay +tile.clayHardenedStained.silver.name=Light Grey Stained Clay +tile.clayHardenedStained.white.name=White Stained Clay +tile.clayHardenedStained.yellow.name=Yellow Stained Clay +tile.cloth.black.name=Black Wool +tile.cloth.blue.name=Blue Wool +tile.cloth.brown.name=Brown Wool +tile.cloth.cyan.name=Cyan Wool +tile.cloth.gray.name=Grey Wool +tile.cloth.green.name=Green Wool +tile.cloth.lightBlue.name=Light Blue Wool +tile.cloth.lime.name=Light Green Wool +tile.cloth.magenta.name=Magenta Wool +tile.cloth.name=Wool +tile.cloth.orange.name=Orange Wool +tile.cloth.pink.name=Pink Wool +tile.cloth.purple.name=Purple Wool +tile.cloth.red.name=Red Wool +tile.cloth.silver.name=Light Grey Wool +tile.cloth.white.name=White Wool +tile.cloth.yellow.name=Yellow Wool +tile.cobbleWall.mossy.name=Mossy Cobblestone Wall +tile.cobbleWall.normal.name=Cobblestone Wall +tile.cocoa.name=Cocoa +tile.commandBlock.name=Command Block +tile.crops.name=Crops +tile.darkOakFence.name=Dark Oak Fence +tile.darkOakFenceGate.name=Dark Oak Fence Gate +tile.daylightDetector.name=Daylight Sensor +tile.deadbush.name=Dead Bush +tile.detectorRail.name=Detector Rail +tile.dirt.coarse.name=Coarse Dirt +tile.dirt.default.name=Dirt +tile.dirt.name=Dirt +tile.dirt.podzol.name=Podzol +tile.dispenser.name=Dispenser +tile.doorIron.name=Iron Door +tile.doorWood.name=Wooden Door +tile.doublePlant.fern.name=Large Fern +tile.doublePlant.grass.name=Double Tallgrass +tile.doublePlant.name=Plant +tile.doublePlant.paeonia.name=Peony +tile.doublePlant.rose.name=Rose Bush +tile.doublePlant.sunflower.name=Sunflower +tile.doublePlant.syringa.name=Lilac +tile.dragonEgg.name=Dragon Egg +tile.dropper.name=Dropper +tile.enchantmentTable.name=Enchantment Table +tile.endPortalFrame.name=End Portal Frame +tile.enderChest.name=Ender Chest +tile.farmland.name=Farmland +tile.fence.name=Oak Fence +tile.fenceGate.name=Fence Gate +tile.fenceIron.name=Iron Bars +tile.fire.name=Fire +tile.flower1.dandelion.name=Dandelion +tile.flower1.name=Flower +tile.flower2.allium.name=Allium +tile.flower2.blueOrchid.name=Blue Orchid +tile.flower2.houstonia.name=Azure Bluet +tile.flower2.name=Flower +tile.flower2.oxeyeDaisy.name=Oxeye Daisy +tile.flower2.poppy.name=Poppy +tile.flower2.tulipOrange.name=Orange Tulip +tile.flower2.tulipPink.name=Pink Tulip +tile.flower2.tulipRed.name=Red Tulip +tile.flower2.tulipWhite.name=White Tulip +tile.furnace.name=Furnace +tile.glass.name=Glass Block +tile.goldenRail.name=Powered Rail +tile.grass.name=Grass Block +tile.gravel.name=Gravel +tile.hayBlock.name=Hay Bale +tile.hellrock.name=Netherrack +tile.hellsand.name=Soul Sand +tile.hopper.name=Hopper +tile.ice.name=Ice +tile.icePacked.name=Compressed Ice +tile.ironTrapdoor.name=Iron Trapdoor +tile.jukebox.name=Jukebox +tile.jungleFence.name=Jungle Fence +tile.jungleFenceGate.name=Jungle Fence Gate +tile.ladder.name=Ladder +tile.lava.name=Lava +tile.leaves.acacia.name=Acacia Leaves +tile.leaves.big_oak.name=Dark Oak Leaves +tile.leaves.birch.name=Birch Leaves +tile.leaves.jungle.name=Jungle Leaves +tile.leaves.name=Leaves +tile.leaves.oak.name=Oak Leaves +tile.leaves.spruce.name=Spruce Leaves +tile.lever.name=Lever +tile.lightgem.name=Glowstone Block +tile.litpumpkin.name=Jack o'Lantern +tile.lockedchest.name=Locked Chest +tile.log.acacia.name=Acacia Wood +tile.log.big_oak.name=Dark Oak Wood +tile.log.birch.name=Birch Wood +tile.log.jungle.name=Jungle Wood +tile.log.name=Wood +tile.log.oak.name=Oak Wood +tile.log.spruce.name=Spruce Wood +tile.melon.name=Melon +tile.mobSpawner.name=Monster Spawner +tile.monsterStoneEgg.brick.name=Stone Brick Monster Egg +tile.monsterStoneEgg.chiseledbrick.name=Chiselled Stone Brick Monster Egg +tile.monsterStoneEgg.cobble.name=Cobblestone Monster Egg +tile.monsterStoneEgg.crackedbrick.name=Cracked Stone Brick Monster Egg +tile.monsterStoneEgg.mossybrick.name=Mossy Stone Brick Monster Egg +tile.monsterStoneEgg.name=Stone Monster Egg +tile.monsterStoneEgg.stone.name=Stone Monster Egg +tile.mushroom.name=Mushroom +tile.musicBlock.name=Note Block +tile.mycel.name=Mycelium +tile.netherBrick.name=Nether Brick +tile.netherFence.name=Nether Brick Fence +tile.netherStalk.name=Nether Wart +tile.netherquartz.name=Nether Quartz Ore +tile.notGate.name=Redstone Torch +tile.obsidian.name=Obsidian +tile.oreCoal.name=Coal Ore +tile.oreDiamond.name=Diamond Ore +tile.oreEmerald.name=Emerald Ore +tile.oreGold.name=Gold Ore +tile.oreIron.name=Iron Ore +tile.oreLapis.name=Lapis Lazuli Ore +tile.oreRedstone.name=Redstone Ore +tile.oreRuby.name=Ruby Ore +tile.pistonBase.name=Piston +tile.pistonStickyBase.name=Sticky Piston +tile.portal.name=Portal +tile.potatoes.name=Potatoes +tile.pressurePlateStone.name=Stone Pressure Plate +tile.pressurePlateWood.name=Wooden Pressure Plate +tile.prismarine.bricks.name=Prismarine Bricks +tile.prismarine.dark.name=Dark Prismarine +tile.prismarine.rough.name=Prismarine +tile.pumpkin.name=Pumpkin +tile.quartzBlock.chiseled.name=Chiselled Quartz Block +tile.quartzBlock.default.name=Quartz Block +tile.quartzBlock.lines.name=Pillar Quartz Block +tile.quartzBlock.name=Quartz Block +tile.rail.name=Rail +tile.redSandStone.chiseled.name=Chiselled Red Sandstone +tile.redSandStone.default.name=Red Sandstone +tile.redSandStone.name=Red Sandstone +tile.redSandStone.smooth.name=Smooth Red Sandstone +tile.redstoneDust.name=Redstone Dust +tile.redstoneLight.name=Redstone Lamp +tile.reeds.name=Sugar cane +tile.sand.default.name=Sand +tile.sand.name=Sand +tile.sand.red.name=Red Sand +tile.sandStone.chiseled.name=Chiselled Sandstone +tile.sandStone.default.name=Sandstone +tile.sandStone.name=Sandstone +tile.sandStone.smooth.name=Smooth Sandstone +tile.sapling.acacia.name=Acacia Sapling +tile.sapling.big_oak.name=Dark Oak Sapling +tile.sapling.birch.name=Birch Sapling +tile.sapling.jungle.name=Jungle Sapling +tile.sapling.oak.name=Oak Sapling +tile.sapling.spruce.name=Spruce Sapling +tile.seaLantern.name=Sea Lantern +tile.sign.name=Sign +tile.slime.name=Slime Block +tile.snow.name=Snow +tile.sponge.dry.name=Sponge +tile.sponge.wet.name=Wet Sponge +tile.spruceFence.name=Spruce Fence +tile.spruceFenceGate.name=Spruce Fence Gate +tile.stainedGlass.black.name=Black Stained Glass +tile.stainedGlass.blue.name=Blue Stained Glass +tile.stainedGlass.brown.name=Brown Stained Glass +tile.stainedGlass.cyan.name=Cyan Stained Glass +tile.stainedGlass.gray.name=Grey Stained Glass +tile.stainedGlass.green.name=Green Stained Glass +tile.stainedGlass.lightBlue.name=Light Blue Stained Glass +tile.stainedGlass.lime.name=Lime Stained Glass +tile.stainedGlass.magenta.name=Magenta Stained Glass +tile.stainedGlass.name=Stained Glass +tile.stainedGlass.orange.name=Orange Stained Glass +tile.stainedGlass.pink.name=Pink Stained Glass +tile.stainedGlass.purple.name=Purple Stained Glass +tile.stainedGlass.red.name=Red Stained Glass +tile.stainedGlass.silver.name=Light Grey Stained Glass +tile.stainedGlass.white.name=White Stained Glass +tile.stainedGlass.yellow.name=Yellow Stained Glass +tile.stairsBrick.name=Brick Stairs +tile.stairsNetherBrick.name=Nether Brick Stairs +tile.stairsQuartz.name=Quartz Stairs +tile.stairsRedSandStone.name=Red Sandstone Stairs +tile.stairsSandStone.name=Sandstone Stairs +tile.stairsStone.name=Cobblestone Stairs +tile.stairsStoneBrickSmooth.name=Stone Brick Stairs +tile.stairsWood.name=Oak Wood Stairs +tile.stairsWoodAcacia.name=Acacia Wood Stairs +tile.stairsWoodBirch.name=Birch Wood Stairs +tile.stairsWoodDarkOak.name=Dark Oak Wood Stairs +tile.stairsWoodJungle.name=Jungle Wood Stairs +tile.stairsWoodSpruce.name=Spruce Wood Stairs +tile.stone.andesite.name=Andesite +tile.stone.andesiteSmooth.name=Polished Andesite +tile.stone.diorite.name=Diorite +tile.stone.dioriteSmooth.name=Polished Diorite +tile.stone.granite.name=Granite +tile.stone.graniteSmooth.name=Polished Granite +tile.stone.stone.name=Stone +tile.stoneMoss.name=Mossy Cobblestone +tile.stoneSlab.brick.name=Brick Slab +tile.stoneSlab.cobble.name=Cobblestone Slab +tile.stoneSlab.name=Stone Slab +tile.stoneSlab.netherBrick.name=Nether Brick Slab +tile.stoneSlab.quartz.name=Quartz Slab +tile.stoneSlab.sand.name=Sandstone Slab +tile.stoneSlab.smoothStoneBrick.name=Stone Brick Slab +tile.stoneSlab.stone.name=Stone Slab +tile.stoneSlab.wood.name=Wooden Slab +tile.stoneSlab2.red_sandstone.name=Red Sandstone Slab +tile.stonebrick.name=Cobblestone +tile.stonebricksmooth.chiseled.name=Chiselled Stone Bricks +tile.stonebricksmooth.cracked.name=Cracked Stone Bricks +tile.stonebricksmooth.default.name=Stone Bricks +tile.stonebricksmooth.mossy.name=Mossy Stone Bricks +tile.stonebricksmooth.name=Stone Bricks +tile.tallgrass.fern.name=Fern +tile.tallgrass.grass.name=Grass +tile.tallgrass.name=Grass +tile.tallgrass.shrub.name=Shrub +tile.thinGlass.name=Glass Pane +tile.thinStainedGlass.black.name=Black Stained Glass Pane +tile.thinStainedGlass.blue.name=Blue Stained Glass Pane +tile.thinStainedGlass.brown.name=Brown Stained Glass Pane +tile.thinStainedGlass.cyan.name=Cyan Stained Glass Pane +tile.thinStainedGlass.gray.name=Grey Stained Glass Pane +tile.thinStainedGlass.green.name=Green Stained Glass Pane +tile.thinStainedGlass.lightBlue.name=Light Blue Stained Glass Pane +tile.thinStainedGlass.lime.name=Lime Stained Glass Pane +tile.thinStainedGlass.magenta.name=Magenta Stained Glass Pane +tile.thinStainedGlass.name=Stained Glass Pane +tile.thinStainedGlass.orange.name=Orange Stained Glass Pane +tile.thinStainedGlass.pink.name=Pink Stained Glass Pane +tile.thinStainedGlass.purple.name=Purple Stained Glass Pane +tile.thinStainedGlass.red.name=Red Stained Glass Pane +tile.thinStainedGlass.silver.name=Light Grey Stained Glass Pane +tile.thinStainedGlass.white.name=White Stained Glass Pane +tile.thinStainedGlass.yellow.name=Yellow Stained Glass Pane +tile.tnt.name=TNT +tile.torch.name=Torch +tile.trapdoor.name=Wooden Trapdoor +tile.tripWire.name=Tripwire +tile.tripWireSource.name=Tripwire Hook +tile.vine.name=Vines +tile.water.name=Water +tile.waterlily.name=Lily Pad +tile.web.name=Cobweb +tile.weightedPlate_heavy.name=Weighted Pressure Plate (Heavy) +tile.weightedPlate_light.name=Weighted Pressure Plate (Light) +tile.whiteStone.name=End Stone +tile.wood.acacia.name=Acacia Wood Planks +tile.wood.big_oak.name=Dark Oak Wood Planks +tile.wood.birch.name=Birch Wood Planks +tile.wood.jungle.name=Jungle Wood Planks +tile.wood.name=Wooden Planks +tile.wood.oak.name=Oak Wood Planks +tile.wood.spruce.name=Spruce Wood Planks +tile.woodSlab.acacia.name=Acacia Wood Slab +tile.woodSlab.big_oak.name=Dark Oak Wood Slab +tile.woodSlab.birch.name=Birch Wood Slab +tile.woodSlab.jungle.name=Jungle Wood Slab +tile.woodSlab.name=Wood Slab +tile.woodSlab.oak.name=Oak Wood Slab +tile.woodSlab.spruce.name=Spruce Wood Slab +tile.woolCarpet.black.name=Black Carpet +tile.woolCarpet.blue.name=Blue Carpet +tile.woolCarpet.brown.name=Brown Carpet +tile.woolCarpet.cyan.name=Cyan Carpet +tile.woolCarpet.gray.name=Grey Carpet +tile.woolCarpet.green.name=Green Carpet +tile.woolCarpet.lightBlue.name=Light Blue Carpet +tile.woolCarpet.lime.name=Lime Carpet +tile.woolCarpet.magenta.name=Magenta Carpet +tile.woolCarpet.name=Carpet +tile.woolCarpet.orange.name=Orange Carpet +tile.woolCarpet.pink.name=Pink Carpet +tile.woolCarpet.purple.name=Purple Carpet +tile.woolCarpet.red.name=Red Carpet +tile.woolCarpet.silver.name=Light Grey Carpet +tile.woolCarpet.white.name=Carpet +tile.woolCarpet.yellow.name=Yellow Carpet +tile.workbench.name=Crafting Table +title.oldgl1=Old graphics card found; this may prevent you from +title.oldgl2=playing in the far future as OpenGL 2.0 will be necessary. +translation.test.args=%s %s +translation.test.complex=Prefix, %s%2$s again %s and %1$s lastly %s and also %1$s again! +translation.test.invalid=hi % +translation.test.invalid2=hi %s +translation.test.none=Hello, world! +translation.test.world=world diff --git a/javascript/lang/en_PT.lang b/javascript/lang/en_PT.lang new file mode 100755 index 00000000..97f141b2 --- /dev/null +++ b/javascript/lang/en_PT.lang @@ -0,0 +1,1929 @@ +achievement.acquireIron=Upgradin' ye hardware +achievement.acquireIron.desc=Smelt yerself an iron ingot +achievement.bakeCake=Pirates Don' Get Portal References +achievement.bakeCake.desc=Wheat, sugar, milk and eggs! That's how I lost me teeth + +achievement.blazeRod=Blazing Demons! +achievement.blazeRod.desc=Plunder treasure from the monsters of fire +achievement.bookcase=Book Keeper +achievement.bookcase.desc=Gather yer books and build up yer wizard's workbench +achievement.breedCow=Beefy Birth +achievement.breedCow.desc=Feed ye cows wheat and make ye a bay cow +achievement.buildBetterPickaxe=Yer needin' a new pick +achievement.buildBetterPickaxe.desc=Build yerself a pickaxe 'o' stone +achievement.buildFurnace=Build yerself an oven +achievement.buildFurnace.desc=Build yerself an oven wit' eight pieces o' pebbles +achievement.buildHoe=Farmin' time! +achievement.buildHoe.desc=Make yerself a hoe wit' timber an' twigs +achievement.buildPickaxe=Spelunkin' Time! +achievement.buildPickaxe.desc=Make yerself a pickaxe with timb'r an' twigs +achievement.buildSword=Attack the scoundrels! +achievement.buildSword.desc=Use yer timber and twigs to fashion yourself a cutlass +achievement.buildWorkBench=Make yerself a Craftin' Table +achievement.buildWorkBench.desc=Make yerself a workbench wit' four blocks o' timber +achievement.cookFish=Crummy Chum +achievement.cookFish.desc=Catcha critter on yer hook and put it on the burner! +achievement.diamonds=TREASURE! +achievement.diamonds.desc=Plunder Treasure from the depths +achievement.diamondsToYou=Shinies fer ye! +achievement.diamondsToYou.desc=Cast thy jewels t'a scurvy dog. +achievement.enchantments=Spell Caster +achievement.enchantments.desc=Use the ancients' know-how t'build a wizard's workbench +achievement.exploreAllBiomes=Seafarer's Quest +achievement.exploreAllBiomes.desc=Sail to all tha' lands +achievement.flyPig=Flyin' Porkchop! +achievement.flyPig.desc=Ride yer piggy into them depths +achievement.fullBeacon=Beam o' the Lords +achievement.fullBeacon.desc=Make ye a super- pow'rful magic beacon +achievement.get=Loot plundered! +achievement.ghast=Take a ship down with 'er own cannons! +achievement.ghast.desc=Give 'er a taste of it's own medicine +achievement.killCow=Bovine Bullyin' +achievement.killCow.desc=Gather some bull's skin +achievement.killEnemy=Scurvy Dog Slaughter +achievement.killEnemy.desc=Plunder and Pillage a scurvy hound +achievement.killWither=the Start o' th' game. +achievement.killWither.desc=Slay the skull shooter +achievement.makeBread=Bake some Hard Tack + +achievement.makeBread.desc=Turn wheat ta Hard Tack +achievement.mineWood=tree chopper +achievement.mineWood.desc=Hit a tree w' yer fist till timber falls +achievement.onARail=Travel like them land lubbers +achievement.onARail.desc=Cart yer way a mile's worth from yer point o' home +achievement.openInventory=Checkin' Loot +achievement.openInventory.desc=Hit '%1$s' ta look at yer loot. +achievement.overkill=Slaughterhouse +achievement.overkill.desc=Plundr' nine hearts 'n one shank +achievement.overpowered=Overrrpowered +achievement.overpowered.desc=Craft yer'self a Notch apple +achievement.portal=To them Lockers! +achievement.portal.desc=Open a hole into the place o' demons +achievement.potion=Bartender +achievement.potion.desc=Brew yerself a potion +achievement.requires=Ya need '%1$s' +achievement.snipeSkeleton=Musket Shot +achievement.snipeSkeleton.desc=Fire a bolt at a scurvy corpse from the crow's nest +achievement.spawnWither=The Start o' th' game? +achievement.spawnWither.desc=Make ye the skull shooter +achievement.taken=Plundered! +achievement.theEnd=At World's End? +achievement.theEnd.desc=Find Davy Jones' Lock'r +achievement.theEnd2=Davy Jones' Locker. +achievement.theEnd2.desc=Kill the Flyin' Dutchman +addServer.add=Finished +addServer.enterIp=Coordinates +addServer.enterName=Port name +addServer.hideAddress=Hide ya sea +addServer.resourcePack=Crew Resource Barrel +addServer.resourcePack.disabled=Unable +addServer.resourcePack.enabled=Able +addServer.resourcePack.prompt=Can +addServer.title=Describe this Crew +advMode.allEntities=Use "@e" to target all entities +advMode.allPlayers=Use "@a" to target all yer shipmates +advMode.command=Order to the Crew +advMode.nearestPlayer=Use "@p" to target nearby shipmate +advMode.notAllowed=Must be an op'd captain in creative mode +advMode.notEnabled=Captain's blocks arr not permitted 'ere! +advMode.previousOutput=Last tale +advMode.randomPlayer=Use "@r" to target a shipmate out of the blue +advMode.setCommand=Set Crew Command for Block +advMode.setCommand.success=Command set: %s +attribute.modifier.plus.0=+%s %s +attribute.modifier.plus.1=+%s%% %s +attribute.modifier.plus.2=+%s%% %s +attribute.modifier.take.0=-%s %s +attribute.modifier.take.1=-%s%% %s +attribute.modifier.take.2=-%s%% %s +attribute.name.generic.attackDamage=Attack Damage +attribute.name.generic.followRange=Mob Follow Range +attribute.name.generic.knockbackResistance=Knockback Resistance +attribute.name.generic.maxHealth=Max Health +attribute.name.generic.movementSpeed=Speed +attribute.name.horse.jumpStrength=Brumby Jump Strength +attribute.name.zombie.spawnReinforcements=Zombie Reinforcements +book.byAuthor=by %1$s +book.editTitle=Name yer scrawl: +book.finalizeButton=Stamp n' seal +book.finalizeWarning=ARRGH! When ye sign this here log, you will no longrr be able to change it! +book.generation.0=Real booty +book.generation.1=Copy o' booty +book.generation.2=Copy o' copy +book.generation.3=Tattered +book.pageIndicator=Page %1$s of %2$s +book.signButton=Sign +build.tooHigh=Height limit fer buildin' be %s blocks +chat.cannotSend=Cannot send chat message +chat.copy=Write down yer map +chat.link.confirm=Ye be certain to examine yer matey's map? +chat.link.confirmTrusted=Do you want to open this Ship or copy it to your map? +chat.link.open=Open another Ship +chat.link.warning=Don't examine ye map from a suspicious matey! +chat.stream.emote=(%s) * %s %s +chat.stream.text=(%s) <%s> %s +chat.type.achievement=%s has earned a Treasure %s +chat.type.achievement.taken=%s has lost his %s trophy +chat.type.admin=[%s: %s] +chat.type.announcement=[%s] %s +chat.type.emote=* %s %s +chat.type.text=<%s> %s +commands.achievement.alreadyHave=Landlubber %s already has the %s trophy +commands.achievement.dontHave=Landlubber %s doesn't have the %s trophy +commands.achievement.give.success.all=Enter'd %s on ev'ry page o' the ship's manifest +commands.achievement.give.success.one=Enter'd %s under "%s" in ship's manifest +commands.achievement.statTooLow=Shipmate %s doesn't have the ship's manifest %s +commands.achievement.take.success.all=Ye' successfully stole all trophies from %s +commands.achievement.take.success.one=Ye' successfully stole the stat %s from %s +commands.achievement.unknownAchievement=Can't find "%s" in ship's manifest +commands.ban.failed=Could nae banish pirate %s +commands.ban.success=Sent %s to Davy Jones's locker +commands.ban.usage=/ban [reason ...] +commands.banip.invalid=No such crew be located at these coordinates +commands.banip.success=Sunk the ship at coordinates %s +commands.banip.success.players=Banned IP address %s belonging to %s +commands.banip.usage=/ban-ip [reason ...] +commands.banlist.ips=There are %s total banned IP addresses: +commands.banlist.players=There are %s sailors sent to Davy Jones's locker: +commands.banlist.usage=/banlist [ips|pirates] +commands.blockdata.failed=The data tag did not change: %s +commands.blockdata.notValid=The target block is not a data holder block +commands.blockdata.outOfWorld=Ye can't place ye block here +commands.blockdata.success=Block data updated to: %s +commands.blockdata.tagError=Data tag parsing failed: %s +commands.blockdata.usage=/blockdata +commands.chunkinfo.compiled=This here chunk is compiled. +commands.chunkinfo.data=Chief 64 points o' cube are: %s +commands.chunkinfo.empty=This here chunk is empty. +commands.chunkinfo.hasLayers=This here chunk has layers: %s +commands.chunkinfo.hasNoRenderableLayers=This here chunk lacks renderable layers. +commands.chunkinfo.isEmpty=This here chunk has empty layers: %s +commands.chunkinfo.notCompiled=This here chunk ain't compiled. +commands.chunkinfo.notEmpty=This here chunk is not empty. +commands.clear.failure=Could not steal the treasure chest from %s, no booty taken +commands.clear.success=Plundered yer booty o' %s, takin' %s treasures +commands.clear.tagError=Learn to write JSON: %s +commands.clear.testing=%s has %s items that match the criteria +commands.clear.usage=/clear [player] [item] [data] [maxCount] [dataTag] +commands.clone.failed=No blocks cloned +commands.clone.noOverlap=Yer' route don't make sense, they overlap +commands.clone.outOfWorld=Ye' can't do anything outside there +commands.clone.success=%s blocks cloned +commands.clone.tooManyBlocks=Too many blocks in the specified area (%s > %s) +commands.clone.usage=/clone [mode] +commands.compare.failed=Source and destination are not identical +commands.compare.outOfWorld=Ye' can't do anything outside there +commands.compare.success=%s blocks compared +commands.compare.tooManyBlocks=Too many blocks in the specified area (%s > %s) +commands.compare.usage=/testforblocks [mode] +commands.debug.notStarted=Can't stop searchin' when we haven't started! +commands.debug.start=Started checkin' the ship +commands.debug.stop=Can't stop checkin' 'er this fast, matey! (%s seconds, %s ticks) +commands.defaultgamemode.success=Yar journey tis' now %s +commands.defaultgamemode.usage=/defaultgamemode +commands.deop.failed=Could not %s off the plank +commands.deop.success=De-opped %s +commands.deop.usage=/deop +commands.difficulty.success=Set choppiness o' the sea to %s +commands.difficulty.usage=/difficulty +commands.downfall.success=Changed winds +commands.downfall.usage=/toggledownfall +commands.effect.failure.notActive=Failed to retrieve %1$s from %2$s for they do not have the magic +commands.effect.failure.notActive.all=Couldn't take any effects from %s as they do not have any +commands.effect.notFound=There be no monster with the magic of %s +commands.effect.success=Rewarded %1$s (ID %2$s) *%3$s to %4$s fer %5$s seconds +commands.effect.success.removed=Retrieved %1$s from %2$s +commands.effect.success.removed.all=Took all effects from %s +commands.effect.usage=/effect [seconds] [amplifier] [hideParticles] +commands.enchant.cantCombine=%1$s can't be combined with %2$s +commands.enchant.cantEnchant=The selected enchantment can't be added to the target item +commands.enchant.noItem=That pirate has no booty +commands.enchant.notFound=%s Magic ID doesn't exist +commands.enchant.success=Enchanting accomplished, nice +commands.enchant.usage=/enchant [level] +commands.entitydata.failed=The data tag did not change: %s +commands.entitydata.noPlayers=%s is a player and cannot be changed +commands.entitydata.success=Entity data updated to: %s +commands.entitydata.tagError=Learn to write JSON: %s +commands.entitydata.usage=/entitydata +commands.fill.failed=No blocks filled +commands.fill.outOfWorld=Ye' can't place a block here +commands.fill.success=%s blocks filled +commands.fill.tagError=Data tag parsing failed: %s +commands.fill.tooManyBlocks=Too many blocks in the specified area (%s > %s) +commands.fill.usage=/fill [dataValue] [oldBlockHandling] [dataTag] +commands.gamemode.success.other=Set %s's game mode to %s +commands.gamemode.success.self=Set own game mode to %s +commands.gamemode.usage=/gamemode [sailor] +commands.gamerule.nopermission=Only ship captains can switch '%s' +commands.gamerule.norule=There ain't no ship rule called '%s', matey! +commands.gamerule.success=Ship's rules hav' been changed +commands.generic.boolean.invalid='%s' be not true or false +commands.generic.double.tooBig=The numberrr you have enterrred (%s) is too big, it must be at most %s +commands.generic.double.tooSmall=The numberrr you have enterrred (%s) is too small, it must be at least %s +commands.generic.entity.notFound=That landlubber can't be found +commands.generic.exception=Yer crew made a mistake while trying to execute yer order +commands.generic.notFound=No replies o' order. give a go' /help fer a list 'o orders +commands.generic.num.invalid='%s' is not a valid number +commands.generic.num.tooBig=The number you have scribed (%s) be too big, it must be at most %s +commands.generic.num.tooSmall=The number you have scribed (%s) be too small, it must be at least %s +commands.generic.parameter.invalid='%s' don't make sense, boy +commands.generic.permission=Ye can't yell out the order, it fo' d' captain +commands.generic.player.notFound=That matey is nowhere on the ship +commands.generic.syntax=Ye made a mistake giving yer order +commands.generic.usage=Usin': %s +commands.give.notFound=There is no such item with ID %s +commands.give.success=Shipped %s x %s to %s +commands.give.tagError=Learn to write JSON: %s +commands.give.usage=/give [amount] [data] [dataTag] +commands.help.footer=Tip: Use the key while typing a command to auto-complete the command or its arguments +commands.help.header=--- Showing help page %s of %s (/help ) --- +commands.help.usage=/help [page|command name] +commands.kick.success=Made %s walk the plank +commands.kick.success.reason=Made %s walk the plank for: '%s' +commands.kick.usage=/kick [reason ...] +commands.kill.successful=%s slayed +commands.kill.usage=/kill [player|entity] +commands.me.usage=/me +commands.message.display.incoming=%s's Letter in Bottle is Recovered and reads to you: %s +commands.message.display.outgoing=You Write Letter Put on Bottle to %s: %s +commands.message.sameTarget=You can't deliver yer own bottle to yerself +commands.message.usage=/tell +commands.op.failed=Aye could not treasure %s +commands.op.success=Opped %s +commands.op.usage=/op +commands.particle.notFound=Unknown effect name (%s) +commands.particle.success=Playin' effect %s for %s times +commands.particle.usage=/particle [count] [mode] +commands.players.list=There are %s/%s players online: +commands.players.usage=/list +commands.playsound.playerTooFar=Player %s is ou' o' shou'ing distance, he can't 'ear! +commands.playsound.success=Shouted '%s' to '%s' +commands.playsound.usage=/playsound [x] [y] [z] [maximumVolume] [pitch] [minimumVolume] +commands.publish.failed=Yar' voyage be delayed +commands.publish.started=Local battle hosted on port %s +commands.publish.usage=/publish +commands.save-off.alreadyOff=Savin' be already turned off. +commands.save-off.usage=/save-off +commands.save-on.alreadyOn=Savin' be already turned on. +commands.save-on.usage=/save-on +commands.save.disabled=Yer seas won't save automatically +commands.save.enabled=Yer seas will save automatically +commands.save.failed=Yer map failed at buryin %s +commands.save.start=Copying map to a safe place... +commands.save.success=Saved yer seas +commands.save.usage=/save-all +commands.say.usage=/say +commands.scoreboard.allMatchesFailed=All matches failed +commands.scoreboard.noMultiWildcard=Only one user wildcard allowed +commands.scoreboard.objectiveNotFound=Nay task be call'd %s! +commands.scoreboard.objectiveReadOnly=Ye objective '%s' is only readable and cannot be changed by any pirate +commands.scoreboard.objectives.add.alreadyExists=Ye objective with ye name '%s' already exists +commands.scoreboard.objectives.add.displayTooLong=Ye display name '%s' nay fit on me here scroll, amend to be %s characters long or less +commands.scoreboard.objectives.add.success=Added ye new objective '%s' successfully +commands.scoreboard.objectives.add.tooLong=Ye' task, %s, nay fit on me here scroll, amend to be %s characters long or less +commands.scoreboard.objectives.add.usage=/scoreboard objectives add [show tag ...] +commands.scoreboard.objectives.add.wrongType='%s' part o' ya order ain't normal type +commands.scoreboard.objectives.list.count=%s tasks be showin' on the scoreboard: +commands.scoreboard.objectives.list.empty=There are no scrolls on ye scrollin' board +commands.scoreboard.objectives.list.entry=- %s: displays as '%s' and is ye type '%s' +commands.scoreboard.objectives.remove.success=Ye task, %s, has been disregarded +commands.scoreboard.objectives.remove.usage=/scoreboard objectives remove +commands.scoreboard.objectives.setdisplay.invalidSlot=No such displayin' slot '%s' +commands.scoreboard.objectives.setdisplay.successCleared=Threw away objective display slot '%s' +commands.scoreboard.objectives.setdisplay.successSet=Set ye display objective in ye slot '%s' to '%s' +commands.scoreboard.objectives.setdisplay.usage=/scoreboard objectives setdisplay [goals] +commands.scoreboard.objectives.usage=/scoreboard objectives ... +commands.scoreboard.players.add.usage=/scoreboard players add [dataTag] +commands.scoreboard.players.enable.noTrigger=Objective %s be not a trigger +commands.scoreboard.players.enable.success=Enabled trigger %s for %s +commands.scoreboard.players.enable.usage=/scoreboard players enable +commands.scoreboard.players.list.count=%s tracked pirates be showin' on the scoreboard: +commands.scoreboard.players.list.empty=There are no tracked players on ye scorin' device +commands.scoreboard.players.list.player.count=%s tracked tasks be showin' fer %s: +commands.scoreboard.players.list.player.empty=pirate %s hath no booty +commands.scoreboard.players.list.usage=/scoreboard players list [name] +commands.scoreboard.players.operation.invalidOperation=%s is Inval'd! +commands.scoreboard.players.operation.notFound=There be no %s score for %s +commands.scoreboard.players.remove.usage=/scoreboard players remove [dataTag] +commands.scoreboard.players.reset.success=Reset all ye scores of ye player %s +commands.scoreboard.players.reset.usage=/scoreboard players reset [objective] +commands.scoreboard.players.resetscore.success=Reset score %s of player %s +commands.scoreboard.players.set.success=Set ye score of %s for ye player %s to ye %s +commands.scoreboard.players.set.tagError=Could not parse dataTag, reason: %s +commands.scoreboard.players.set.tagMismatch=The dataTag does not match for %s +commands.scoreboard.players.set.usage=/scoreboard players set [dataTag] +commands.scoreboard.players.test.notFound=There be no %s score for %s +commands.scoreboard.players.usage=/scoreboard players ... +commands.scoreboard.teamNotFound=Nay crew be call'd %s! +commands.scoreboard.teams.add.alreadyExists=Yar crew havin' called '%s' already be sailin' +commands.scoreboard.teams.add.displayTooLong=Ye crew name '%s' be too long to remember, make it %s or less +commands.scoreboard.teams.add.success=Recruited new crew '%s' +commands.scoreboard.teams.add.tooLong=Ye crew name '%s' be too hard to remember, make it %s in length +commands.scoreboard.teams.add.usage=/scoreboard teams add [show tag ...] +commands.scoreboard.teams.empty.alreadyEmpty=Crew %s has already been sent to Davey Jones, cannot resend +commands.scoreboard.teams.empty.success=Removed all %s pirate(s) from crew %s +commands.scoreboard.teams.join.failure= %s pirate(s) were not qualified to be recruited to %s: %s +commands.scoreboard.teams.join.success=Recruited %s pirate(s) to the crew %s: %s +commands.scoreboard.teams.join.usage=/scoreboard teams join [pirate] +commands.scoreboard.teams.leave.failure=Could not make %s walk the plank from %s +commands.scoreboard.teams.leave.noTeam=Your crew is missing +commands.scoreboard.teams.leave.success=Made %s walk the plank from %s +commands.scoreboard.teams.leave.usage=/scoreboard teams leave [pirate] +commands.scoreboard.teams.list.count=%s crews be showin' on the scoreboard: +commands.scoreboard.teams.list.empty=No crews on ther skerbord +commands.scoreboard.teams.list.entry=-%1$s: '%2$s' had %3$s crew members +commands.scoreboard.teams.list.player.count=%s pirates be showin' in crew %s: +commands.scoreboard.teams.list.player.empty=Vessel %s be havin' no Pirates +commands.scoreboard.teams.list.player.entry=- %2$s: %1$s (%3$s) +commands.scoreboard.teams.list.usage=/scoreboard teams list [tag] +commands.scoreboard.teams.option.noValue=Treasure prices for record %s be: %s +commands.scoreboard.teams.option.success=Set record %s for crew %s to %s +commands.scoreboard.teams.option.usage=/scoreboard teams option +commands.scoreboard.teams.remove.success=Kicked out that team ass %s +commands.scoreboard.teams.remove.usage=/scoreboard teams remove +commands.scoreboard.usage=/scoreboard ... +commands.seed.success=Seed: %s +commands.seed.usage=/seed +commands.setblock.failed=Yo ho, yo ho, couldn't place that block. +commands.setblock.noChange=Ye block 'nt be plac'd +commands.setblock.notFound=There is no such treasure with ID/name %s +commands.setblock.outOfWorld=Ye can't place ye block here! +commands.setblock.success=Ye block is placed +commands.setblock.tagError=Jearn to write JSON: %s +commands.setblock.usage=/setblock [dataValue] [oldBlockHandling] [dataTag] +commands.setidletimeout.success=Crew what shirks work fer %s minutes'll be sent t' Davy Jone's locker! +commands.setidletimeout.usage=/setidletimeout +commands.setworldspawn.success=Yer ship is at (%s, %s, %s) naw! +commands.spawnpoint.success=Set %s's Port to (%s, %s, %s) +commands.spreadplayers.failure.players=Could not spread %s players around %s,%s (too many players fer space - give a go' usin' spread 'o at most %s) +commands.spreadplayers.failure.teams=Could not spread %s teams around %s,%s (too many players fer space - give a go' usin' spread 'o at most %s) +commands.spreadplayers.info.players=(Average distance between players be %s blocks apart after %s iterations) +commands.spreadplayers.info.teams=(Average distance between teams be %s blocks apart after %s iterations) +commands.spreadplayers.spreading.players=Spreadin' %s players %s blocks around %s,%s (min %s blocks apart) +commands.spreadplayers.spreading.teams=Spreadin' %s teams %s blocks around %s,%s (min %s blocks apart) +commands.spreadplayers.success.players=Successfully spread %s players around %s,%s +commands.spreadplayers.success.teams=Successfully spread %s teams around %s,%s +commands.spreadplayers.usage=/spreadplayers +commands.stats.cleared=Took all experience from %s +commands.stats.failed=Yer Parameters arrrrnt right +commands.stats.success=Storing %s stats in %s on %s +commands.stop.start=Docking ship at port +commands.stop.usage=/stop +commands.summon.failed=Yar object cant be whirpool'd +commands.summon.outOfWorld=Can't make a creature in unchar'ed wa'ers! +commands.summon.success=Creature summoned +commands.summon.tagError=Jearn to write JSON: %s +commands.summon.usage=/summon [x] [y] [z] [JSON-NBTtags] +commands.tellraw.jsonException=Invalid json: %s +commands.tellraw.usage=/tellraw +commands.testfor.success=Sighted %s +commands.testforblock.failed.data=Ye blawck at %s %s %s had the date value of %s (expected: %s). +commands.testforblock.failed.nbt=Ye blawck at %s,%s,%s did not have de needed on NBT keys. +commands.testforblock.failed.tile=the X on ye map at %s,%s,%s is %s (was hope'd for %s). +commands.testforblock.failed.tileEntity=the X on ye map at %s,%s,%s is a mystic material and ain't able to carry learnin' t' info. +commands.testforblock.outOfWorld=Ye can't peep at blocks o'er the edge o' the world! +commands.testforblock.success=Found yer block at %s %s and %s. +commands.testforblock.usage=/testforblock [dataValue] [dataTag] +commands.time.added=Added %s to the time +commands.time.query=Ye' clock says %s +commands.time.set=Set the time to %s +commands.time.usage=/time +commands.title.success=Title command successfully reached its destination +commands.title.usage=/title ... +commands.title.usage.clear=/title clear|reset +commands.title.usage.times=/title times +commands.title.usage.title=/title title|subtitle +commands.tp.notSameDimension=Unabe to teleport because the other pirate is in another dimension! (or maybe dead...) +commands.tp.success=Sailed %s to %s +commands.tp.success.coordinates=Wizard %s to %s,%s,%s +commands.tp.usage=/tp [target player] OR /tp [target player] [ ] +commands.trigger.disabled=Trigger %s be not enabled +commands.trigger.invalidPlayer=Only real men can use the /trigger command +commands.unban.failed=Could nae summon pirate %s +commands.unban.success=brought %s back from Davy Jones's locker +commands.unban.usage=/pardon +commands.unbanip.invalid=Invalid coordinates +commands.unbanip.success=Unbanned IP address %s +commands.unbanip.usage=/pardon-ip
+commands.weather.clear=Changin' to nice clear water +commands.weather.rain=Changin' to rainy ocean +commands.weather.thunder=Changin' to dark stormy seas +commands.weather.usage=/weather [duration in seconds] +commands.whitelist.add.failed=Could not push %s off the plank +commands.whitelist.add.success=Pirate %s is now allowed to pass the sea +commands.whitelist.add.usage=/whitelist add +commands.whitelist.disabled=Turned off the whitelist +commands.whitelist.enabled=Yer oceans be private +commands.whitelist.list=There be %s (out of %s seen) whitelisted hearties: +commands.whitelist.reloaded=Reloaded yer crew-list +commands.whitelist.remove.failed=Could not scrub %s off the ship. +commands.whitelist.remove.success=Kicked %s from the crew's cabin +commands.whitelist.remove.usage=/whitelist remove +commands.whitelist.usage=/whitelist +commands.worldborder.warning.distance.success=Set world border warnin' to %s blocks away (from %s blocks) +commands.worldborder.warning.distance.usage=/worldborder warning distance +commands.worldborder.warning.time.success=Set world border warnin' to %s seconds away (from %s seconds) +commands.worldborder.warning.time.usage=/worldborder warning time +commands.xp.failure.widthdrawXp=Ye can't give a pirate less than nothin'! +commands.xp.success=Given %s experience to %s +commands.xp.success.levels=Given %s levels to %s +commands.xp.success.negative.levels=Taken %s levels from %s +commands.xp.usage=/xp amount [pirate] OR /xp L [pirate] +connect.authorizing=Dockin' ship... +connect.connecting=Joining a crew... +connect.failed=Wrong coordinates, matey +container.beacon=Buoy o' Light +container.brewing=Rum Brewery +container.chest=Coffer +container.chestDouble=Vast Contain'r +container.crafting=Craftin' +container.creative=Loot Inventory +container.dispenser=Cannon +container.dropper=cannon +container.enchant=Spell Castin' +container.enchant.clue=%s . . . ? +container.enchant.lapis.many=%s Pieces o' Lapis +container.enchant.lapis.one=1 Lapis Piece +container.enchant.level.one=1 Wizardry Level +container.enderchest=Tallone's Coffer +container.furnace=Oven +container.hopper=Object Suckin' Device +container.inventory=Loot Bag +container.isLocked=%s 'tis locked! +container.minecart=Land lubber's boat +container.repair=Repair 'n moniker +container.repair.cost=Enchantarrr Cost: %1$s +container.repair.expensive=You need mo' Gold ! +controls.reset=Make 'ow it was when it left 'arbour +controls.resetAll=set ye controls to 'ow they was when ye set sail +controls.title=Yer controls +createWorld.customize.custom.baseSize=Depth Base Size +createWorld.customize.custom.biomeDepthOffset=Biome Depth Offset +createWorld.customize.custom.biomeDepthWeight=Biome Depth Weight +createWorld.customize.custom.biomeScaleOffset=Biome Scale Offset +createWorld.customize.custom.biomeScaleWeight=Biome Scale Weight +createWorld.customize.custom.biomeSize=Size o' the land +createWorld.customize.custom.center=Center Height +createWorld.customize.custom.confirm1=This'll replace yer' current +createWorld.customize.custom.confirm2=settin's and cannot be undone! +createWorld.customize.custom.confirmTitle=ARRR!! +createWorld.customize.custom.coordinateScale=Coordinate Scale +createWorld.customize.custom.count=Port Attempts +createWorld.customize.custom.defaults=Standerds +createWorld.customize.custom.depthNoiseScaleExponent=Depth Noise Exponent +createWorld.customize.custom.depthNoiseScaleX=Depth Noise Scale X +createWorld.customize.custom.depthNoiseScaleZ=Depth Noise Scale Z +createWorld.customize.custom.dungeonChance=Forbidden room count +createWorld.customize.custom.fixedBiome=Land +createWorld.customize.custom.heightScale=Height Scale +createWorld.customize.custom.lavaLakeChance=Burnin-Pond Chances +createWorld.customize.custom.lowerLimitScale=Lower Limit Scale +createWorld.customize.custom.mainNoiseScaleX=flag +createWorld.customize.custom.mainNoiseScaleY=Main Noise Scale Y +createWorld.customize.custom.mainNoiseScaleZ=Main Noise Scale Z +createWorld.customize.custom.maxHeight=Max. Height +createWorld.customize.custom.minHeight=Min. Height +createWorld.customize.custom.next=Ger' forward a bit +createWorld.customize.custom.page0=Easy settings +createWorld.customize.custom.page1=Booty methods +createWorld.customize.custom.page2=ARRRR!! Good Pirates Only! +createWorld.customize.custom.page3=Real confusin' stuff (only if yer' a wizard!) +createWorld.customize.custom.preset.caveChaos=Caves o' Chaos +createWorld.customize.custom.preset.caveDelight=Miners' Delight +createWorld.customize.custom.preset.drought=Drought +createWorld.customize.custom.preset.goodLuck=Wish ye' luck +createWorld.customize.custom.preset.isleLand=Floatin' islands +createWorld.customize.custom.preset.mountains=Sea o' Mountains +createWorld.customize.custom.preset.waterWorld=Ye' Infinite Ocean +createWorld.customize.custom.presets=Yer' sets +createWorld.customize.custom.presets.title=Customize yer' sets +createWorld.customize.custom.prev=Ger' back a bit +createWorld.customize.custom.randomize=Make random +createWorld.customize.custom.riverSize=Small Sea Size +createWorld.customize.custom.seaLevel=Height o' the sea +createWorld.customize.custom.size=Port Scale +createWorld.customize.custom.spread=Spread Height +createWorld.customize.custom.stretchY=Height Stretch +createWorld.customize.custom.upperLimitScale=Upper Limit Scale +createWorld.customize.custom.useCaves=Caves +createWorld.customize.custom.useDungeons=Forbidden rooms +createWorld.customize.custom.useLavaLakes=Hell-holes +createWorld.customize.custom.useLavaOceans=Hellish oceans +createWorld.customize.custom.useMineShafts=Miner's travel +createWorld.customize.custom.useMonuments=Ye' olde' monuments +createWorld.customize.custom.useRavines=Caves down to Davy Jone's locker +createWorld.customize.custom.useStrongholds=The End rooms +createWorld.customize.custom.useTemples=Ye' olde' temples +createWorld.customize.custom.useVillages=Landlubbers' territory +createWorld.customize.custom.useWaterLakes=Lakes +createWorld.customize.custom.waterLakeChance=Small-Sea Chances +createWorld.customize.flat.addLayer=More pebbles +createWorld.customize.flat.editLayer=Change pebbles +createWorld.customize.flat.height=Height +createWorld.customize.flat.layer=%s +createWorld.customize.flat.layer.bottom=Core - %s +createWorld.customize.flat.layer.top=Ground - %s +createWorld.customize.flat.removeLayer=No need for these pebbles! +createWorld.customize.flat.tile=What's yer layer made of? +createWorld.customize.flat.title=Treasure Map Drafting +createWorld.customize.presets=Discovered seas +createWorld.customize.presets.list=Here's th' coordinates of seas yer pirate mateys have written! +createWorld.customize.presets.select=Use Sea +createWorld.customize.presets.share=Want ta tell yer tales about yer sea with th' other pirates? Write down yer coordinates below! +createWorld.customize.presets.title=Choose 'n explored sea +death.attack.anvil=%1$s be flattened by a fallin' Slab o'fixing +death.attack.arrow=%1$s was shot into pieces by %2$s +death.attack.arrow.item=%1$s was shot by Pirate %2$s usin' their %3$s +death.attack.cactus=Pirate %1$s was fighting with a cactus and the cactus won +death.attack.cactus.player=%1$s ran in green desertspikes while tryin' to escape Pirate %2$s +death.attack.drown=%1$s sank to the bottom of the sea +death.attack.drown.player=%1$s drowned tryin' erstwhile to escape %2$s +death.attack.explosion=%1$s was playin' with explosives and was blown up into a quadrillion pieces +death.attack.explosion.player=%1$s was exploded by Pirate %2$s +death.attack.fall=%1$s tried to kiss da bottem of a cliff +death.attack.fallingBlock=%1$s got crushed under a doubleslab +death.attack.fireball=%1$s was hit by %2$s's fireball +death.attack.fireball.item=%1$s was hit by %2$s's fireball usin' a %3$s +death.attack.generic=%1$s was plundered to death +death.attack.inFire=%1$s got toasted +death.attack.inFire.player=%1$s fell in fire while fighting against Pirate %2$s +death.attack.inWall=%1$s was stuck in a wall and died +death.attack.indirectMagic=%1$s was brought to hell by %2$s's magical stuff +death.attack.indirectMagic.item=%1$s was slaughtered by %2$s usin' %3$s +death.attack.lava=%1$s took a too hot bath +death.attack.lava.player=%1$s took too hot a bath while running for the %2$s +death.attack.lightningBolt=%1$s was struck be' the gods +death.attack.magic=%1$s was playin' with magic stuff +death.attack.mob=%1$s was cut in half by %2$s +death.attack.onFire=%1$s got too hot and melted into ashes +death.attack.onFire.player=%1$s got too hot and melted into ashes while fighting Pirate %2$s +death.attack.outOfWorld=%1$s fell a little too far +death.attack.player=%1$s battled %2$s and lost da fight +death.attack.player.item=%1$s battled %2$s and got knocked out with yer' %3$s +death.attack.starve=%1$s lock de' mouth from mouthfuel +death.attack.thorns=%1$s was slaughtered while tryin' to fight %2$s +death.attack.thrown=%1$s was pummeled to pieces by %2$s +death.attack.thrown.item=%1$s was pummeled by %2$s usin' %3$s +death.attack.wither=%1$s was fightin' with a boss +death.fell.accident.generic=%1$s fell from the crow's nest +death.fell.accident.ladder=%1$s fell of the crow's nest +death.fell.accident.vines=%1$s fell out off the crows nest +death.fell.accident.water=%1$s must walk the Planks +death.fell.assist=%1$s got pushed by a scurvy dog, %2$s +death.fell.assist.item=%1$s was forced to fall by %2$s usin' %3$s +death.fell.finish=%1$s fell t' far and was finished by %2$s +death.fell.finish.item=%1$s fell t' far and was finished by %2$s using %3$s +death.fell.killer=%1$s stumbled off ye plank +deathScreen.deleteWorld=Leave yer teasure +deathScreen.hardcoreInfo=Yer trapped in Davy Jones' Locker! +deathScreen.leaveServer=Abandon ship +deathScreen.quit.confirm=Are ye prepared to exit the shipyard? +deathScreen.respawn=Rejoin yer crew +deathScreen.score=Tally +deathScreen.title=Ye be claimed by Davy Jones! +deathScreen.title.hardcore=Yer ship be sunk! +deathScreen.titleScreen=Back to port +demo.day.1=This here demo be lastin' five game days, do yer worst! +demo.day.2=Day Two, Arrrr! +demo.day.3=It be Day Three +demo.day.4=Sun Four +demo.day.5=This be yer last day! +demo.day.6=Ye be passed yer fifth day, use f2 ta grab a record o' yer creation +demo.day.warning=Yer hourglass is runnin' low! +demo.demoExpired=Ye time's up fo' ye demo, lad! +demo.help.buy=Pay up ye gold dabloons! +demo.help.fullWrapped=Dis here short game be lastin' 5 game suns and moons. (1 hour 40 minutes of ye real time). Gander at ye' 'chiev'ments fo' ye clues! Avast! +demo.help.inventory=Use %1$s to look at yer swag +demo.help.jump=Make leaps an' bounds by pressin' %1$s +demo.help.later=Keep plundering! +demo.help.movement=Use %1$s, %2$s, %3$s, %4$s an' the mouse ta navigate +demo.help.movementMouse=Scram around using da mouse! +demo.help.movementShort=Explore ye land by using %1$s, %2$s, %3$s, %4$s +demo.help.title=Minecraft: Ye Short Game +demo.remainingTime=Time ye hav' left: %s +demo.reminder=Yer voyage has come to a bitter end. Hire another captain or charter a new ship! +difficulty.lock.question=Are ye' sure you wanta' do this? These seas will forever a' be %1$s, and ye' can't do anythin' to change it back! +difficulty.lock.title=Lock yer' hardness +disconnect.closed=Ya' been kicked out'a yar ship! +disconnect.disconnected=Marooned +disconnect.endOfStream=Ye passed out +disconnect.genericReason=%s +disconnect.kicked=Walked the plank +disconnect.loginFailed=Failed to dock +disconnect.loginFailedInfo=Failed to dock: %s +disconnect.loginFailedInfo.invalidSession=Somethin' be wrong! Try re-boardin' yer ship. +disconnect.loginFailedInfo.serversUnavailable=Ship be needing fixin' +disconnect.lost=Lost yer coordinates +disconnect.overflow=Yer ship needs an upgrade +disconnect.quitting=Leavin' port +disconnect.spam=Yer chatter be inter'ferin' +disconnect.timeout=Time to be hirin' a new navigator +enchantment.arrowDamage=Vigour +enchantment.arrowFire=Ember +enchantment.arrowInfinite=Arrow o' plenty +enchantment.arrowKnockback=Cannonball knockback +enchantment.damage.all=Scarring +enchantment.damage.arthropods=Critter Cutter +enchantment.damage.undead=Vanquish +enchantment.digging=Usefulness +enchantment.durability=Tough +enchantment.fire=Embered cutlass +enchantment.fishingSpeed=Stronger Bait +enchantment.knockback=Knockaft +enchantment.level.1=I +enchantment.level.10=X +enchantment.level.2=II +enchantment.level.3=III +enchantment.level.4=IV +enchantment.level.5=V +enchantment.level.6=VI +enchantment.level.7=VII +enchantment.level.8=VIII +enchantment.level.9=IX +enchantment.lootBonus=Lootin' +enchantment.lootBonusDigger=Booty +enchantment.lootBonusFishing=Luck o' yer sea +enchantment.oxygen=Fish-breathin' +enchantment.protect.all=Blockades +enchantment.protect.explosion=Cannon-proof +enchantment.protect.fall=Wind in Yer Britches +enchantment.protect.fire=Blockades of Flame +enchantment.protect.projectile=Blunderbuss Busting +enchantment.thorns=Spikes +enchantment.untouching=Soft Hands +enchantment.waterWalker=Mermaid Legs +enchantment.waterWorker=Rudder Lover +entity.ArmorStand.name=Stand for me pretties +entity.Arrow.name=bolt +entity.Bat.name=Hoverin' Beast +entity.Blaze.name=Blisterin' Blaze +entity.Boat.name=Vessel +entity.Cat.name=Parrot killer +entity.CaveSpider.name=Cave Horror +entity.Chicken.name=Fowl +entity.Cow.name=Bovine +entity.Creeper.name=Ye explodin' mate +entity.EnderDragon.name=The Flyin' Dutchman +entity.Enderman.name=Ye Tall Mate +entity.Endermite.name=Maggot +entity.EntityHorse.name=Brumby +entity.FallingSand.name=Unstable deck +entity.Fireball.name=Cannonball +entity.Ghast.name=Floatin' Ghost +entity.Giant.name=Ten-fathoms-tall man +entity.Guardian.name=Sea Lurker +entity.Item.name=Booty +entity.KillerBunny.name=Em, Killer Bunny +entity.LavaSlime.name=Chunk o' Magma +entity.Minecart.name=Land lubber's boat +entity.Mob.name=Stowaway +entity.Monster.name=Beast +entity.MushroomCow.name=Moo o'shroom +entity.Ozelot.name=Cat o' Jungles +entity.Painting.name=Paintin' +entity.Pig.name=Swine +entity.PigZombie.name=Undead Swine +entity.PrimedTnt.name=Powder Keg +entity.Rabbit.name=Hoppin' Food +entity.Sheep.name=Creature o' Cloth +entity.Silverfish.name=Bilge Rat +entity.Skeleton.name=Bag o' Bones +entity.Slime.name=Cube o' Slime +entity.SmallFireball.name=Small Cannonball +entity.SnowMan.name=Golem o' Snow +entity.Snowball.name=Ball 'o' Snow +entity.Spider.name=Night Bug +entity.Squid.name=Kraken +entity.Villager.armor=smith +entity.Villager.butcher=meat chopper +entity.Villager.cleric=priest +entity.Villager.farmer=dirt digging landlubber +entity.Villager.fisherman=seaman +entity.Villager.fletcher=bowmaker +entity.Villager.leather=clothesmaker +entity.Villager.librarian=bookworm +entity.Villager.name=Landlubber +entity.Villager.shepherd=sheep herder +entity.Villager.tool=smith +entity.Villager.weapon=gunsmith +entity.VillagerGolem.name=Golem o' Iron +entity.Witch.name=Wizard +entity.WitherBoss.name=Rot +entity.Wolf.name=Hound +entity.XPOrb.name=Ball 'o' Experience +entity.Zombie.name=Undead Sailor +entity.donkey.name=Furrey Cargo +entity.generic.name=Arr? +entity.horse.name=Brumby +entity.mule.name=Furry Cargo +entity.skeletonhorse.name=Skeletal Brumby +entity.zombiehorse.name=Undead Brumby +gameMode.adventure=Plunderin' Forbid +gameMode.changed=Yar livin' mode has been changed +gameMode.creative=Build yer ship fer nuthin' +gameMode.hardcore=No Lifeboats! +gameMode.spectator=Wuss mode +gameMode.survival=Swashbuckler +generator.amplified=RAISED SEAS +generator.amplified.info=You need a big boat for this +generator.customized=Made Yer' Own +generator.debug_all_block_states=Wizerd Mode +generator.default=Seas n' mountains! +generator.flat=Fla'r than the sea +generator.largeBiomes=Big seas +gui.achievements=Logged Ports +gui.all=Alls +gui.back=Starboard bow +gui.cancel=Avast +gui.done=Plundered +gui.down=Downwards +gui.no=Nay +gui.none=Cookie + +gui.stats=Ship's Manifest +gui.toMenu=Back ta deck +gui.up=Skywards +gui.yes=Aye +inventory.binSlot=Pillage Item +item.apple.name=Scurvy's Cure +item.appleGold.name=Eden's Apple +item.armorStand.name=Stand for me pretties +item.arrow.name=Bolt +item.banner.black.name=Black Flag +item.banner.blue.name=Blue Flag +item.banner.brown.name=Brown Flag +item.banner.cyan.name=Cyan Flag +item.banner.gray.name=Grey Flag +item.banner.green.name=Green Flag +item.banner.lightBlue.name=Light Blue Flag +item.banner.lime.name=Lime Flag +item.banner.magenta.name=Magenta Flag +item.banner.mojang.black=Black Thingy +item.banner.mojang.blue=Blue Thingy +item.banner.mojang.brown=Brown Thingy +item.banner.mojang.cyan=Cyan Thingy +item.banner.mojang.gray=Gray Thingy +item.banner.mojang.green=Green Thingy +item.banner.mojang.lightBlue=Light Blue Thingy +item.banner.mojang.lime=Lime Thingy +item.banner.mojang.magenta=Magenta Thingy +item.banner.mojang.orange=Orange Thingy +item.banner.mojang.pink=Pink Thingy +item.banner.mojang.purple=Purple Thingy +item.banner.mojang.red=Red Thingy +item.banner.mojang.silver=Light Gray Thingy +item.banner.mojang.white=White Thingy +item.banner.mojang.yellow=Yellow Thingy +item.banner.orange.name=Orange Flag +item.banner.pink.name=Pink Flag +item.banner.purple.name=Purple Flag +item.banner.red.name=Red Flag +item.banner.silver.name=Light Grey Flag +item.banner.skull.black=Black Skull n' Crossbones +item.banner.skull.blue=Blue Skull n' Crossbones +item.banner.skull.brown=Brown Skull n' Crossbones +item.banner.skull.cyan=Cyan Skull n' Crossbones +item.banner.skull.gray=Grey Skull n' Crossbones +item.banner.skull.green=Green Skull n' Crossbones +item.banner.skull.lightBlue=Light Blue Skull n' Crossbones +item.banner.skull.lime=Lime Skull n' Crossbones +item.banner.skull.magenta=Magenta Skull n' Crossbones +item.banner.skull.orange=Orange Skull n' Crossbones +item.banner.skull.pink=Pink Skull n' Crossbones +item.banner.skull.purple=Purple Skull n' Crossbones +item.banner.skull.red=Red Skull n' Crossbones +item.banner.skull.silver=Light Grey Skull n' Crossbones +item.banner.skull.white=White Skull n' Crossbones +item.banner.skull.yellow=Yellow Skull n' Crossbones +item.banner.square_bottom_left.black=Black Base Dexter Canton +item.banner.square_bottom_left.blue=Blue Base Dexter Canton +item.banner.square_bottom_left.brown=Brown Base Dexter Canton +item.banner.square_bottom_left.cyan=Cyan Base Dexter Canton +item.banner.square_bottom_left.gray=Gray Base Dexter Canton +item.banner.square_bottom_left.green=Green Base Dexter Canton +item.banner.square_bottom_left.lightBlue=Light Blue Base Dexter Canton +item.banner.square_bottom_left.lime=Lime Base Dexter Canton +item.banner.square_bottom_left.magenta=Magenta Base Dexter Canton +item.banner.square_bottom_left.orange=Orange Base Dexter Canton +item.banner.square_bottom_left.pink=Pink Base Dexter Canton +item.banner.square_bottom_left.purple=Purple Base Dexter Canton +item.banner.square_bottom_left.red=Red Base Dexter Canton +item.banner.square_bottom_left.silver=Light Gray Base Dexter Canton +item.banner.square_bottom_left.white=White Base Dexter Canton +item.banner.square_bottom_left.yellow=Yellow Base Dexter Canton +item.banner.square_bottom_right.black=Black Base Sinister Canton +item.banner.square_bottom_right.blue=Blue Base Sinister Canton +item.banner.square_bottom_right.brown=Brown Base Sinister Canton +item.banner.square_bottom_right.cyan=Cyan Base Sinister Canton +item.banner.square_bottom_right.gray=Gray Base Sinister Canton +item.banner.square_bottom_right.green=Green Base Sinister Canton +item.banner.square_bottom_right.lightBlue=Light Blue Base Sinister Canton +item.banner.square_bottom_right.lime=Lime Base Sinister Canton +item.banner.square_bottom_right.magenta=Magenta Base Sinister Canton +item.banner.square_bottom_right.orange=Orange Base Sinister Canton +item.banner.square_bottom_right.pink=Pink Base Sinister Canton +item.banner.square_bottom_right.purple=Purple Base Sinister Canton +item.banner.square_bottom_right.red=Red Base Sinister Canton +item.banner.square_bottom_right.silver=Light Gray Base Sinister Canton +item.banner.square_bottom_right.white=White Base Sinister Canton +item.banner.square_bottom_right.yellow=Yellow Base Sinister Canton +item.banner.square_top_left.black=Black Chief Dexter Canton +item.banner.square_top_left.blue=Blue Chief Dexter Canton +item.banner.square_top_left.brown=Brown Chief Dexter Canton +item.banner.square_top_left.cyan=Cyan Chief Dexter Canton +item.banner.square_top_left.green=Green Chief Dexter Canton +item.banner.square_top_left.purple=Purple Chief Dexter Canton +item.banner.square_top_left.red=Red Chief Dexter Canton +item.banner.square_top_left.silver=Light Gray Chief Dexter Canton +item.banner.stripe_top.lime=Lime Chief Fess +item.banner.stripe_top.yellow=Yellow Chief Fess +item.banner.white.name=White Flag +item.banner.yellow.name=Yellow Flag +item.bed.name=Bunk +item.beefCooked.name=Beef +item.beefRaw.name=Fresh Beef +item.blazePowder.name=Blisterin' Blaze Powder +item.blazeRod.name=Burnin' stick +item.boat.name=Row Boat +item.bone.name=Limb +item.book.name=Logbook +item.bootsChain.name=Pegleg o' Metal Links +item.bootsCloth.name=Pegleg o' Leather +item.bootsDiamond.name=Bejeweled Pegleg +item.bootsGold.name=Buttershoes +item.bootsIron.name=Pegleg o' Steel +item.bow.name=Musket +item.bowl.name=Nipperkin +item.bread.name=Hard Tack +item.brewingStand.name=Still +item.brick.name=Clay Brick +item.bucket.name=Pail +item.bucketLava.name=Bucket o' Molten Rock +item.bucketWater.name=Pail o' Bilge +item.cake.name=Duff +item.canBreak=Can break: +item.canPlace=Can be placed on: +item.carrotGolden.name=Carrot o' Gold +item.carrotOnAStick.name=Stick o' Carrot +item.carrots.name=Orange Veggy +item.cauldron.name=Pot +item.charcoal.name=Burnt Timber +item.chestplateChain.name=Chestplate o' Metal Links +item.chestplateCloth.name=Leather Jacket +item.chestplateDiamond.name=Bejeweled Chestplate +item.chestplateGold.name=Chestplate o' gold +item.chestplateIron.name=Chestplate o' Steel +item.chickenCooked.name=Drumstick +item.chickenRaw.name=Fresh Poultry +item.clay.name=Stuff o' Shapin' +item.clock.name=Hourglass +item.coal.name=Heater +item.comparator.name=Magic counterinatorrr +item.compass.name=Sextant +item.cookie.name=Biscuit +item.diamond.name=Wealth o' the Ocean +item.diode.name=Magic Repeatarrr +item.doorAcacia.name=Door o' Acacia +item.doorBirch.name=Birch Door +item.doorDarkOak.name=Door er, Dark Oak +item.doorIron.name=Steel Door +item.doorJungle.name=Door o' Jungle Wood +item.doorOak.name=Oak Door +item.doorSpruce.name=Spruce Door +item.dyePowder.black.name=Kraken's Paint +item.dyePowder.blue.name=Paint o' the ocean +item.dyePowder.brown.name=Beans o' Cacao +item.dyePowder.cyan.name=Dye o' Cyan +item.dyePowder.gray.name=Dye o' Fog +item.dyePowder.green.name=Green o' Cactus +item.dyePowder.lightBlue.name=Blue Dye o' the Sky +item.dyePowder.lime.name=Dye o' Limes +item.dyePowder.magenta.name=Dye o' Magenta +item.dyePowder.orange.name=Dye o' Oranges +item.dyePowder.pink.name=Dye o' Pink +item.dyePowder.purple.name=Dye o' the Evening +item.dyePowder.red.name=Scarlet o' Roses +item.dyePowder.silver.name=Dye o' Mist + + + +item.dyePowder.white.name=Mashed Bones +item.dyePowder.yellow.name=Yellow o' Dandelion +item.dyed=Colorrred +item.egg.name=Cackle Fruit +item.emerald.name=Gem o' the Seasick sailor's vomit +item.emptyMap.name=Em'ty Treasure Map +item.emptyPotion.name=Bottle o' Water +item.enchantedBook.name=Magic book +item.enderPearl.name=Tall man's Treasure +item.expBottle.name=Elder Rum +item.eyeOfEnder.name=Eye 'o' The Tall One +item.feather.name=Plunder o' ye fowl +item.fermentedSpiderEye.name=Boiled Spider Aye-ball +item.fireball.name=Cannonball +item.fireworks.flight=Flight Duration: +item.fireworks.name=Bomb o' Shinyness +item.fireworksCharge.black=Black +item.fireworksCharge.blue=Blue +item.fireworksCharge.brown=Brown +item.fireworksCharge.customColor=Me own +item.fireworksCharge.cyan=Cyan +item.fireworksCharge.fadeTo=Fade to +item.fireworksCharge.flicker=Mini bomb +item.fireworksCharge.gray=Gray +item.fireworksCharge.green=Green +item.fireworksCharge.lightBlue=Light Blue +item.fireworksCharge.lime=Lime +item.fireworksCharge.magenta=Magenta +item.fireworksCharge.name=Bomb star +item.fireworksCharge.orange=Orange +item.fireworksCharge.pink=Pink +item.fireworksCharge.purple=Purple +item.fireworksCharge.red=Red +item.fireworksCharge.silver=Light Gray +item.fireworksCharge.trail=Ship's wake +item.fireworksCharge.type=ghosty Shape +item.fireworksCharge.type.0=Small ball +item.fireworksCharge.type.1=Large Ball +item.fireworksCharge.type.2=Star-shaped +item.fireworksCharge.type.3=Blown face shape +item.fireworksCharge.type.4=Wrath +item.fireworksCharge.white=White +item.fireworksCharge.yellow=Yellow +item.fish.clownfish.raw.name=Tinyfish +item.fish.cod.cooked.name=Smoked Kipper +item.fish.cod.raw.name=Raw Kipper +item.fish.pufferfish.raw.name=Raw evil fish +item.fish.salmon.cooked.name=Burnt down yer' Salmon +item.fish.salmon.raw.name=Non-burnt Salmon +item.fishingRod.name=Rod o' Fishin' +item.flint.name=Pointy Rock +item.flintAndSteel.name=Ship's Bane +item.flowerPot.name=Dirt Vase +item.frame.name=Treasarrrr Map +item.ghastTear.name=Tear o' tha Floatin' Ghost +item.glassBottle.name=Empty bottle o' rum +item.goldNugget.name=Gold Doubloon +item.hatchetDiamond.name=Bejeweled Hatchet +item.hatchetGold.name=Hatchet o' Gold +item.hatchetIron.name=Hatchet o' Steel +item.hatchetStone.name=Hatchet o' Rock +item.hatchetWood.name=Axe o' timber +item.helmetChain.name=Helmet o' Metal Links +item.helmetCloth.name=Leather Bandana +item.helmetDiamond.name=Bejeweled Helmet +item.helmetGold.name=Helmet o' Gold +item.helmetIron.name=Noggin Pot +item.hoeDiamond.name=Shiny Farmin' Stick +item.hoeGold.name=Gold'n Farmin' Stick +item.hoeIron.name=Hoe o' Steel +item.hoeStone.name=Hoe o' Rock +item.hoeWood.name=Timber Farmin' Stick +item.horsearmordiamond.name=Bejeweled Brumby Armor +item.horsearmorgold.name=Brumby Armor o' Gold +item.horsearmormetal.name=Brumby Armor o' Steel +item.ingotGold.name=Gold Bullion +item.ingotIron.name=Iron Bullion +item.leash.name=Rope o' pullin +item.leather.name=Skin o' cow +item.leaves.name=Leaves +item.leggingsChain.name=Greaves o' Metal Links +item.leggingsCloth.name=Breeches o' leather +item.leggingsDiamond.name=Bejeweled Greaves +item.leggingsGold.name=Greaves o' Gold +item.leggingsIron.name=Greaves o' Steel +item.magmaCream.name=Flamin' Cream +item.map.name=Treasure Map +item.melon.name=Watermelon +item.milk.name=Cow's Juice +item.minecart.name=Landlubber's Boat +item.minecartChest.name=Coffer in a Land lubber's boat +item.minecartCommandBlock.name=Captain's Block in a Landlubber's Boat +item.minecartFurnace.name=Oven in a Land lubber's boat +item.minecartHopper.name=Suckin' Device in a Land lubber's boat +item.minecartTnt.name=Minecart with cannon balls +item.monsterPlacer.name=Whirlpool +item.mushroomStew.name='Shroom Goulash +item.muttonCooked.name=Cooked Mutton +item.muttonRaw.name=Raw Mutton +item.nameTag.name=Name yer mate +item.netherStalkSeeds.name=Wart o' the Devil +item.netherStar.name=Star o' Hell +item.netherbrick.name=Devil's Brick +item.netherquartz.name=Shinin' devil's rock +item.painting.name=Arrrrrrt +item.paper.name=Parchment +item.pickaxeDiamond.name=Bejeweled Pickaxe +item.pickaxeGold.name=Pickaxe o' Gold +item.pickaxeIron.name=Pickaxe o' Steel +item.pickaxeStone.name=Pickaxe o' Stone +item.pickaxeWood.name=Pickaxe o' Timber +item.porkchopCooked.name=Cooked Swine +item.porkchopRaw.name=Fresh Pig Meat +item.potato.name=Tater +item.potatoBaked.name=Cooked Tater +item.potatoPoisonous.name=Deadly Tater +item.potion.name=Rum +item.prismarineCrystals.name=Crystals o' Pirate Gold +item.prismarineShard.name=Shard o' Pirate Gold +item.pumpkinPie.name=Roasted Gourd +item.rabbitCooked.name=Cooked Rabbit +item.rabbitFoot.name=Rabbit's Foot +item.rabbitHide.name=Rabbit Hide +item.rabbitRaw.name=Raw Rabbit +item.rabbitStew.name=Rabbit Stew +item.record.11.desc=C418 - 11 +item.record.13.desc=C418 - 13 +item.record.blocks.desc=C418 - blocks +item.record.cat.desc=C418 - cat +item.record.chirp.desc=C418 - chirp +item.record.far.desc=C418 - far +item.record.mall.desc=C418 - mall +item.record.mellohi.desc=C418 - mellohi +item.record.name=Shanty +item.record.stal.desc=C418 - stal +item.record.strad.desc=C418 - strad +item.record.wait.desc=C418 - wait +item.record.ward.desc=C418 - ward +item.redstone.name=Magic Powder +item.reeds.name=Sweet Reeds +item.rottenFlesh.name=Putrid Rations +item.ruby.name=Piece o' eight +item.saddle.name=Pork rider +item.seeds.name=Growin' sands +item.seeds_melon.name=Seeds o' tha Melons' +item.seeds_pumpkin.name=Seeds o' tha Gourd Squashes +item.shears.name=Cutters +item.shovelDiamond.name=Bejeweled Shovel +item.shovelGold.name=Shovel o' Gold +item.shovelIron.name=Shovel o' Steel +item.shovelStone.name=Spade o' Rock +item.shovelWood.name=Shovel o' Timber +item.sign.name=Plate fulla letters +item.skull.char.name=Skull +item.skull.creeper.name=Creeparr Skull +item.skull.player.name=%s's Skull +item.skull.skeleton.name=Skull o' the Bag o' Bones +item.skull.wither.name=Skull o' the Corrupted Bag o' Bones +item.skull.zombie.name=Corpse Skull +item.slimeball.name=Ball o' Slime +item.snowball.name=Ball 'o' Slush +item.speckledMelon.name=Fruity Booty +item.spiderEye.name=Spider Eyeball +item.stick.name=Piece o' timber +item.string.name=Cheap Rope +item.sugar.name=Sugarrr +item.sulphur.name=Black Powder +item.swordDiamond.name=Bejewelled Cutlass +item.swordGold.name=Cutlass o' gold +item.swordIron.name=Cutlass o' Steel +item.swordStone.name=Cutlass o' Rock +item.swordWood.name=Timber Cutlass +item.unbreakable=Nev'r Breakin' +item.wheat.name=Hops +item.writingBook.name=Captain's Log +item.writtenBook.name=Crew's Journal +item.yellowDust.name=Lightgem Dust +itemGroup.brewing=Distilling +itemGroup.buildingBlocks=Yer' Construction Blocks +itemGroup.combat=Weapons +itemGroup.decorations=Beauty Blocks +itemGroup.food=Grub +itemGroup.inventory=Swashbuckler Swag +itemGroup.materials=Loot +itemGroup.misc=Others, mate +itemGroup.redstone=Magic Powder +itemGroup.search=Search +itemGroup.tools=Handy Objects +itemGroup.transportation=Fancy Travel +key.attack=throw 'em overboard +key.back=Hop Behind +key.categories.gameplay=Yer ships Controls +key.categories.inventory=Loot Bag +key.categories.misc=No need yer' blocks +key.categories.movement=Wobbling +key.categories.multiplayer=Play with yer mates +key.categories.stream=Streamin' +key.categories.ui=Inside o' t' chests and furnaces +key.chat=Open thar Chat +key.command=Open Yer Foul Sailing +key.drop=Drop yer loot +key.forward=Hop Ahead +key.fullscreen=Toggle Whole Screen +key.hotbar.1=Item Usin' Space 1 +key.hotbar.2=Item Usin' Space 2 +key.hotbar.3=Item Usin' Space 3 +key.hotbar.4=Item Usin' Space 4 +key.hotbar.5=Item Usin' Space 5 +key.hotbar.6=Item Usin' Space 6 +key.hotbar.7=Item Usin' Space 7 +key.hotbar.8=Item Usin' Space 8 +key.hotbar.9=Item Usin' Space 9 +key.inventory=Swag +key.jump=Leap +key.left=Port +key.mouseButton=Finger %1$s +key.pickItem=Choose yer chunk +key.playerlist=Show Manifest +key.right=Starboard +key.screenshot=Take Yerself a Picture +key.smoothCamera=Toggle tha Cinematic Camera +key.sneak=Creep +key.spectatorOutlines=Show 'em sailors (yellowbellys) +key.sprint=RAMMING SPEED +key.streamCommercial=Give yerself a break +key.streamPauseUnpause=Pause/Unpause telling yer stories +key.streamStartStop=Start/Stop telling yer stories +key.streamToggleMic="Talk/Muffle ye mate" +key.togglePerspective=Change yer Perspective +key.use=Yer Building Butoon +lanServer.otherPlayers=Yer Mateys Preference +lanServer.scanning=Searching fer ye mateys +lanServer.start=Make a private swimmin' hole +lanServer.title=Local Waters +language.code=en_PT +language.name=Pirate Speak +language.region=PIRATE +mcoServer.title=Minecraft Online Land +menu.convertingLevel=Rewriting yer' map +menu.disconnect=Abandon Ship +menu.game=Battle Menu +menu.generatingLevel=Creatin yer own swimmin' hole +menu.generatingTerrain=Buildin' yer grubby land +menu.loadingLevel=Mapping yer' voyage +menu.multiplayer=Play with yer mates +menu.online=Play with yer mates without the work +menu.options=Methods... +menu.playdemo=Test yer sea +menu.quit=Belay ye Adventure +menu.resetdemo=Destroy yer test sea +menu.respawning=Cheatin' Davy Jones +menu.returnToGame=Return ta the fight +menu.returnToMenu=Mark Yer Chart and Abandon Ship +menu.shareToLan=Open to ye bunkmates +menu.simulating=Catching tha wind in tha sails +menu.singleplayer=Lonely Voyage +menu.switchingLevel=Enterin new waters +merchant.deprecated=Trade somethin' else to unlock! +mount.onboard=Y'arr, %1$s to get 'ff +multiplayer.connect=Visit +multiplayer.downloadingStats=Gettin' the Stats & Achievements +multiplayer.downloadingTerrain=Washing spectacles +multiplayer.info1=Minecraft Multiplayarrr be not complete, but thar +multiplayer.info2=be some buggy early trials happenin'. +multiplayer.ipinfo=Write down the coordinates of yer crew to visit 'em: +multiplayer.player.joined=%s joined t' game +multiplayer.player.joined.renamed=%s (was called as %s) walked the plank +multiplayer.player.left=%s bailed ship +multiplayer.stopSleeping=Get on deck! +multiplayer.texturePrompt.line1=This server recommends t' use o' a custom resource pack. +multiplayer.texturePrompt.line2=Do ye want to apply the changes to yer vessel? +multiplayer.title=Sail the Seven Seas +options.advancedButton=Spyglass Adjustments for Salty Dogs... +options.advancedOpengl=Bett'r OpenGL +options.advancedVideoTitle=Spyglass Adjustments for Salty Dogs +options.anaglyph=Stereoscope Ho! +options.ao=Smooth Lightin' +options.ao.max=The chest be overflowing +options.ao.min=The chest be bare +options.ao.off=NAY +options.blockAlternatives=Change yer blocks +options.chat.color=Colors +options.chat.height.focused=A clear height +options.chat.height.unfocused=A not so clear height +options.chat.links=Web Links +options.chat.links.prompt=Prompt on Plankwalks +options.chat.opacity=Visibility +options.chat.scale=Somethin' that measures +options.chat.title=Parlay Methods... +options.chat.visibility=Chat +options.chat.visibility.full=Shown +options.chat.visibility.hidden=Not seein' +options.chat.visibility.system=Orders Only +options.chat.width=Yer side to side measurement +options.controls=The Wheel... +options.customizeTitle=Customize yer seas +options.difficulty=Level 'o Dangerrrrous +options.difficulty.easy=Deckswabber +options.difficulty.hard=True Pirate +options.difficulty.hardcore=Harrrdcore +options.difficulty.normal=RegulARRRR +options.difficulty.peaceful=Smooth sailin' +options.farWarning1=A '64-bit' mast installation be better, matey +options.farWarning2=fer climbin' to tha top o' tha mast (ye be havin' 32 bottles) +options.fboEnable=Allow FBs +options.forceUnicodeFont=Command Unicode Font +options.fov=Drunkness +options.fov.max=By The Beard Of Captain Morgan! +options.fov.min=Like when born +options.framerateLimit=Shutter Yer Peepers +options.framerateLimit.max=No Shutters +options.fullscreen=Biggarrr View +options.gamma=Sunshinin' +options.gamma.max=Need a second eyepatch +options.gamma.min=Eyepatch Dark +options.graphics=Savvy Sights +options.graphics.fancy=Dashing +options.graphics.fast=Quick +options.guiScale=Size o' yer eyepatch +options.guiScale.auto=By magic +options.guiScale.large=Vast +options.guiScale.normal=AvARRRage +options.guiScale.small=Small'r +options.hidden=Buried +options.invertMouse=Flip ye wheel +options.language=Lingo... +options.languageWarning=Arrr, pirates baint talkin' like ye scurvy landlubbers! +options.mipmapLevels=Levels o' Mipmap +options.modelPart.cape=Mantle +options.modelPart.hat=Captain's hat +options.modelPart.jacket=Coat +options.modelPart.left_pants_leg=Left Pants Leg +options.modelPart.left_sleeve=Left Sleeve +options.modelPart.right_pants_leg=Right Pants Leg +options.modelPart.right_sleeve=Right Sleeve +options.multiplayer.title=Crew Thin's... +options.music=Shanties +options.off=NAY +options.on=AYE +options.particles=Bits An' Pieces +options.particles.all=All +options.particles.decreased=Not so much +options.particles.minimal=BARRely +options.performanceButton=Spyglass Behavior Adjustments... +options.performanceVideoTitle=Spyglass Cost Adjustments +options.postButton=Magic Spyglass Adjustments... +options.postProcessEnable=Allow ye Magic Spyglasses +options.postVideoTitle=Magic Spyglass Adjustments +options.qualityButton=Spyglass Workmanship Adjustments... +options.qualityVideoTitle=Spyglass Workmanship Adjustments +options.reducedDebugInfo=Reduced Debug Stuff +options.renderClouds=Sun Cov'r +options.renderDistance=Height o' t'Mast +options.renderDistance.far=Top 'o' tha mast +options.renderDistance.normal=Half Mast +options.renderDistance.short=Quarter Mast +options.renderDistance.tiny=Bottom 'o' tha mast +options.resourcepack=Look o' ye Lands.. +options.saturation=Intensity +options.sensitivity=Mouse Drunkedness +options.sensitivity.max=ARRRRRRRR!!! +options.sensitivity.min=Too slow, matey +options.skinCustomisation=Customize yer clothes... +options.skinCustomisation.title=Customize yer clothes +options.snooper=Allow spies on ye ship +options.snooper.desc=We want to learn about your ship to improve your sail by knowing what ship it is and what problems it has. The captain's identity is kept secret and info can be seen below. We won't wreck your ship, but if you don't want us here then make us walk the plank! +options.snooper.title=Ship Specs Recordin' +options.snooper.view=rules for tharr spies +options.sound=Ocean Breeze +options.sounds=Sea Shanties & Noises +options.sounds.title=Sea Shanties & Noise Options +options.stream=Broadcast Settin's... +options.stream.bytesPerPixel=Quality +options.stream.changes=Arrg! Teh stream be need'in restarrrrtin' for changes to be made. +options.stream.chat.enabled=Set sail +options.stream.chat.enabled.always=All tha Time +options.stream.chat.enabled.never=Nev'r +options.stream.chat.enabled.streaming=Dur'in teh stream + +options.stream.chat.title=Twitch Talk Sett'ins +options.stream.chat.userFilter=Userrrr filterrrr +options.stream.chat.userFilter.all=All Pirates +options.stream.chat.userFilter.mods=Captains +options.stream.chat.userFilter.subs=Privateers +options.stream.compression=Squish'in +options.stream.compression.high=Big +options.stream.compression.low=Small +options.stream.compression.medium=Medium +options.stream.estimation=Estimated resolution: %sx%s +options.stream.fps=Knots +options.stream.ingest.reset=Reset prrreferrrrence +options.stream.ingest.title=Twitch Broadcast Serrrverrrrs +options.stream.ingestSelection=List o' Broadcast Servers +options.stream.kbps=Speed +options.stream.micToggleBehavior=Push To +options.stream.micVolumne=Mic Volume +options.stream.mic_toggle.mute=Mute +options.stream.mic_toggle.talk=Speak +options.stream.sendMetadata=Send vessel information +options.stream.systemVolume=System Noice +options.stream.title=Twitch Broadcast Settin's +options.title=Methods +options.touchscreen=getthescreendirty mode +options.vbo=Use VBOs +options.video=Change yer Spectacles... +options.videoTitle=Spectacles +options.viewBobbing=Peg-Leg Wobble +options.visible=Dug Up +options.vsync=Use VSink +potion.absorption=Magic Hearts +potion.absorption.postfix=Rum wot gives ye magic hearts +potion.blindness=Double Eye Patch +potion.blindness.postfix=Grog o' ye fog +potion.confusion=Sea Sickness +potion.confusion.postfix=Grog o' Drunkness +potion.damageBoost=Strongman +potion.damageBoost.postfix=Rum +potion.digSlowDown=Looting Restlessness +potion.digSlowDown.postfix=The Slowman's Ale +potion.digSpeed=Looting's Greed +potion.digSpeed.postfix=Grog o' Quick Diggin' +potion.effects.whenDrank=When Plac'd iin 'd block: +potion.empty=Useless +potion.fireResistance=Flame Blockade +potion.fireResistance.postfix=Ale of Flame's Bane +potion.harm=Blast of Pain +potion.harm.postfix=Grog o' Keelhaul +potion.heal=Quick Healin' +potion.heal.postfix=Grog o' Healing +potion.healthBoost=Life saver +potion.healthBoost.postfix=Rum wot life saver +potion.hunger=Seasick +potion.hunger.postfix=Scurvy drink +potion.invisibility=Ghostly +potion.invisibility.postfix=Vanishing Spice +potion.jump=Leap Boost +potion.jump.postfix=Grog o' Jumpin' +potion.moveSlowdown=Fatigue +potion.moveSlowdown.postfix=Grog o' Sloth +potion.moveSpeed=Pegleg Boost +potion.moveSpeed.postfix=Grog o' full sails +potion.nightVision=Cat's Eyes +potion.nightVision.postfix=Grog o' Moonlight +potion.poison=Scurvy +potion.poison.postfix=Poisoned Rum +potion.potency.1=II +potion.potency.2=III +potion.potency.3=IV +potion.prefix.acrid=Filthy +potion.prefix.artless=Ugly +potion.prefix.awkward=Odd +potion.prefix.bland=Lame +potion.prefix.bulky=Heavy +potion.prefix.bungling=Bunglin' +potion.prefix.buttered=Slippery +potion.prefix.charming=Gentlemanly +potion.prefix.clear=Empty +potion.prefix.cordial=Hearty's +potion.prefix.dashing=Dashing +potion.prefix.debonair=Debonair +potion.prefix.diffuse=Clean +potion.prefix.elegant=Bootiful +potion.prefix.fancy=Landlubber +potion.prefix.flat=Tasteless +potion.prefix.foul=Tongue Burnin' +potion.prefix.grenade=Throwin' +potion.prefix.gross=Infernal +potion.prefix.harsh=Painful +potion.prefix.milky=Creamy +potion.prefix.mundane=Useless +potion.prefix.odorless=Cleanly +potion.prefix.potent=Powerful +potion.prefix.rank=Scurvy +potion.prefix.refined=Treasured +potion.prefix.smooth=Uncrumpl'd +potion.prefix.sparkling=Shiny +potion.prefix.stinky=Nose-Clenching +potion.prefix.suave=Suave +potion.prefix.thick=Rummy +potion.prefix.thin=Lightweight +potion.prefix.uninteresting=Lame +potion.regeneration=Rejuvinatin' +potion.regeneration.postfix=Voodoo's Ale +potion.resistance=Strong Man +potion.resistance.postfix=Ale of Blockades +potion.saturation=Bell filled +potion.saturation.postfix=Belly fillin' rum +potion.waterBreathing=Gill Grower +potion.waterBreathing.postfix=Mermaid's Breath +potion.weakness=Laziness' Gift +potion.weakness.postfix=Lilly Livers' Ale +potion.wither=Rot +potion.wither.postfix=Grog of Rot +record.nowPlaying=Now playin': %s +resourcePack.available.title=All yer Picture Packs +resourcePack.folderInfo=(Place resource pack files here) +resourcePack.openFolder=Crack ya resource barrel! +resourcePack.selected.title=Picture Pack's ye got selected +resourcePack.title=Pick a Picture Pack +screenshot.failure=Ye %s Cannot be Stored +screenshot.success=Yer Selfie is saved as %s +selectServer.add=Meet a crew +selectServer.defaultName=A Pirate Crew +selectServer.delete=Destroy +selectServer.deleteButton=Sink +selectServer.deleteQuestion=Be ye sure you wish ta remove this crew? +selectServer.deleteWarning=will be in Davy Jones' locker (fer centuries!) +selectServer.direct=Board a ship directly +selectServer.edit=Scribble +selectServer.empty=nothin' here +selectServer.hiddenAddress=(the captain don't want you to get his coords) +selectServer.refresh=Bring about again +selectServer.select=Join this crew +selectServer.title=Choose yer Crew +selectWorld.allowCommands=Permit Foul Sailing +selectWorld.allowCommands.info=Orders like /gamemode, /xp +selectWorld.bonusItems=Swabbies' Coffer: +selectWorld.cheats=Foul Sailing +selectWorld.conversion=This sea be needin' reshapin'! +selectWorld.create=Shape a new sea +selectWorld.createDemo=Try a sea a moment +selectWorld.customizeType=Draft yer map +selectWorld.delete=Toss Overboard +selectWorld.deleteButton=Toss Overboard +selectWorld.deleteQuestion=Be ye sure ye wish ta burn this map? +selectWorld.deleteWarning=will nev'r be seen again! (Nev'r!) +selectWorld.empty=nothin' here +selectWorld.enterName=Sea Description +selectWorld.enterSeed=Lay o' the land +selectWorld.gameMode=Back to ye old surface! +selectWorld.gameMode.adventure=Plunderin' Forbid +selectWorld.gameMode.adventure.line1=Like yer survivin' mode, but ye blocks cannot +selectWorld.gameMode.adventure.line2=be hoisted anew or pillaged +selectWorld.gameMode.creative=Aimless Sailing +selectWorld.gameMode.creative.line1=All loot, go high 'bove the ship +selectWorld.gameMode.creative.line2=break blocks to bits in just one hit +selectWorld.gameMode.hardcore=Captain +selectWorld.gameMode.hardcore.line1=Same as swashbuckler, get killed means one-way trip to Davy Jones' locker +selectWorld.gameMode.hardcore.line2=difficulty. The captain goes down with the ship. +selectWorld.gameMode.spectator=Yellowbelly +selectWorld.gameMode.spectator.line1=Ye' can look, but don't touch! +selectWorld.gameMode.survival=Swashbuckler +selectWorld.gameMode.survival.line1=Loot, pillage, craft, gain +selectWorld.gameMode.survival.line2=magic, vitality and hunger +selectWorld.hardcoreMode=Harrrdcore: +selectWorld.hardcoreMode.info=Ye go down with the ship if she sinks. +selectWorld.mapFeatures=Set sail for settled lands: +selectWorld.mapFeatures.info=Villages, forbidden lands 'n' more +selectWorld.mapType=Map Type: +selectWorld.mapType.normal=Sailor +selectWorld.moreWorldOptions=Customize yer land... +selectWorld.newWorld=Shape Sea +selectWorld.newWorld.copyOf=Draft of %s +selectWorld.recreate=Draft again +selectWorld.rename=Describe Bett'r +selectWorld.renameButton=Describe Bett'r +selectWorld.renameTitle=Describe yer Sea again +selectWorld.resultFolder=Will be rememb'red here: +selectWorld.seedInfo=Leave blank to set sail for unknown seas +selectWorld.select=Sail this Sea +selectWorld.title=Choose yer port o' call +selectWorld.world=Sea +sign.edit=Write on yer sign +soundCategory.ambient=Climate +soundCategory.block=Load o' Squares +soundCategory.hostile=Scurvy Critters +soundCategory.master=The big ol' Volume Barrrr +soundCategory.music=Sea Shanties +soundCategory.neutral=Friendly Critters +soundCategory.player=Crewmates +soundCategory.record=Playbox/Notebox +soundCategory.weather=Ye storm fronts +stat.animalsBred=Creatures mated +stat.blocksButton=Load o' Squares +stat.boatOneCm=Distance ye Sailed +stat.breakItem=%1$s Wasted +stat.climbOneCm=Distance ye Climbed +stat.craftItem=%1$s Built +stat.crafted=Times Built +stat.createWorld=Seas shaped +stat.crouchOneCm=Distance creepin' +stat.damageDealt=Injuries ye Dealt +stat.damageTaken=Scars Gained +stat.deaths=Trips to Davy Jones Lock'r +stat.depleted=Times chipped away +stat.diveOneCm=Distance ye Dove +stat.drop=Loot Discarded +stat.entityKilledBy=%s murder'd ye %s time(s) +stat.entityKilledBy.none=Ye've ne'er been murder'd by %s +stat.entityKills=Ye murder'd %s %s +stat.entityKills.none=Ye've ne'er murder'd %s +stat.fallOneCm=Distance ye Fell +stat.fishCaught=Meals at hook +stat.flyOneCm=Times o' them birds +stat.generalButton=Commodities +stat.horseOneCm=Distance ye rode yer brumby +stat.itemsButton=Booty +stat.joinMultiplayer=Crews joined +stat.jump=Leaps +stat.junkFished=Stuff ye wish t' throw back +stat.leaveGame=Ships abandoned +stat.loadWorld=Lands replundered +stat.mineBlock=%1$s Looted +stat.minecartOneCm=Length by Landlubber's Boat +stat.mined=Times Looted +stat.mobKills=Beasties Beaten +stat.mobsButton=Anuman +stat.pigOneCm=Distance ye Rode yer Swine +stat.playOneMinute=Time at Sea +stat.playerKills='Scallions Flogged +stat.sprintOneCm=Distance panicking +stat.startGame=Times on deck +stat.swimOneCm=Distance ye Swam +stat.talkedToVillager=Talked to landlubbers +stat.timeSinceDeath=Time since ye' last incident +stat.tradedWithVillager=traded with landlubber +stat.treasureFished=Treasure 'borrowed' from t' sea +stat.useItem=%1$s Put to Work +stat.used=Times put to work +stat.walkOneCm=Distance as landlubber +stats.tooltip.type.achievement=Daring Deed +stats.tooltip.type.statistic=Ship's Manifest Entry +stream.confirm_start=Arrrr ye sure ye be wantin' to broadcast? +stream.unavailable.account_not_bound=Me hearties, before you can broadcast Minecraft through Twitch, you will need to link your Twitch account on mojang.com. Would you like to do that now? +stream.unavailable.account_not_bound.okay="Link ye ships." +stream.unavailable.account_not_migrated=Me hearties, before you can broadcast Minecraft through Twitch, you will need to migrate your Minecraft account to a Mojang account. Would you like to do that now? +stream.unavailable.account_not_migrated.okay="Migrate to ye next island" +stream.unavailable.failed_auth=Avast! Authentication to Twitch failed. Please go to mojang.com and rebind your Twitch account. +stream.unavailable.failed_auth.okay=Rebind Acco +stream.unavailable.failed_auth_error=Shiver me timbers! Unable to authenticate to Twitch. Please try again later. +stream.unavailable.initialization_failure=Shiver me timbers! Unable to initialize the Twitch SDK. +stream.unavailable.initialization_failure.extra=(Reason: %s) +stream.unavailable.library_arch_mismatch="T' custom ship, a fine version of the vessel named Java, used t' set sail to Minecraft has a different sail than t' one used t' run t' ship. Please make aye these be t' same, either 32-bit or 64-bit for both." +stream.unavailable.library_failure=Sink me! Unable to load the libraries needed for the integrated Twitch broadcasting service. +stream.unavailable.no_fbo=Sink me! Your video card needs to support at least OpenGL version 3.0 or support Framebuffer Objects via an extension to use the integrated Twitch broadcasting. +stream.unavailable.no_fbo.arb=Sea dog, our Framebuffer object support via ARB is: %s +stream.unavailable.no_fbo.blend=Sea dog, we are using separate blending support via EXT is: %s +stream.unavailable.no_fbo.ext=Sea dog, Framebuffer object support via EXT is: %s +stream.unavailable.no_fbo.version=Now yer usin': %s +stream.unavailable.not_supported.mac=Sink me! Unfortunately the integrated Twitch broadcasting on Mac requires a version of OSX newer than the one you are on. You must use 10.7 (Mac OS X Lion) or newer to be able to use this service. Would you like to visit apple.com to learn about upgrading? +stream.unavailable.not_supported.mac.okay=Upgrade yer vessel +stream.unavailable.not_supported.other=Sink me! Unfortunately the integrated Twitch broadcasting service requires Windows (Vista or newer) or Mac OS X (10.7/Lion or newer) +stream.unavailable.not_supported.windows=Sink me! Unfortunately the integrated Twitch broadcasting requires a newer version of Windows than you are on. You must have at least Windows Vista or newer. +stream.unavailable.report_to_mojang="Report to ye old authorities" +stream.unavailable.soundflower.chat=Shiver me timbers! Soundflower is required to be able to stream on Mac. %s +stream.unavailable.soundflower.chat.link="Please click here t' install it." +stream.unavailable.title="Twitch sailing Unavailable, there's mutiny I tell ya" +stream.unavailable.unknown=Sink me! You cannot broadcast to Twitch at this time. And we don't know why :'( +stream.unavailable.unknown.chat=Shiver me timbers! Could not start streamin': %s +stream.user.mode.administrator=Twitch Captain +stream.user.mode.banned=Yer Overboard, Mate! +stream.user.mode.banned.other=Landlubber on %s's channel +stream.user.mode.banned.self=Landlubber on yer channel +stream.user.mode.broadcaster=Matey +stream.user.mode.broadcaster.other=Matey +stream.user.mode.broadcaster.self=Matey (You!) +stream.user.mode.moderator=Co Captain +stream.user.mode.moderator.other=Bosun on %s's channel +stream.user.mode.moderator.self=Co Captain of ye ship +stream.user.mode.staff=Cap'n +stream.user.subscription.subscriber=Yer lookers +stream.user.subscription.subscriber.other=Lad to %s's channel +stream.user.subscription.subscriber.self=Lad to your ship +stream.user.subscription.turbo=Twitch Turbo +stream.userinfo.ban=Mutiny on deck! +stream.userinfo.chatTooltip=Manage your Crew +stream.userinfo.mod=Promote t' Moderator +stream.userinfo.timeout="Lost at sea." +stream.userinfo.unban=Seize control of yer ship +stream.userinfo.unmod="Mutiny on t' captain." +tile.acaciaFence.name=Acacia Fence +tile.acaciaFenceGate.name=Acacia Fence Gate +tile.activatorRail.name=Fuse track +tile.anvil.intact.name=Slab O' Fixin +tile.anvil.name=Slab o' fixing +tile.anvil.slightlyDamaged.name=Marred Slab O' Fixin +tile.anvil.veryDamaged.name=Cracked Slab O' Fixin +tile.barrier.name=Invisible wall +tile.beacon.name=Buoy +tile.beacon.primary=Main Cannon +tile.beacon.secondary=Secondary Cannon +tile.bed.name=Bunk +tile.bed.noSleep=Ye can only take a caulk when darkness has fallen +tile.bed.notSafe=Don't rest now, Mutinies be about +tile.bed.notValid=A Scallywag stole yer restin' place +tile.bed.occupied=This sleeping place is taken by a landlubber +tile.bedrock.name=The har'est rock +tile.birchFence.name=Birch Fence +tile.birchFenceGate.name=Birch Fence Gate +tile.blockCoal.name=Block o' Fuel +tile.blockDiamond.name=Chunk o' Diamond +tile.blockEmerald.name=Chunk o' Emerald +tile.blockGold.name=Chunk o' Gold +tile.blockIron.name=Chunk o' Steel +tile.blockLapis.name=Chunk o' Sea Stone +tile.blockRedstone.name=Chunk o' Magic Powderrr +tile.bookshelf.name=Stack o' Knowledge +tile.brick.name=Clay Bricks +tile.button.name=Knob +tile.cactus.name=Prickles +tile.cake.name=Duff +tile.carrots.name=Carr't +tile.cauldron.name=Bubble Brew +tile.chest.name=Coffer +tile.chestTrap.name=Trapped Coffer +tile.clay.name=Solid Mud +tile.clayHardened.name=Baked Mud +tile.clayHardenedStained.black.name=Black Stained Mud +tile.clayHardenedStained.blue.name=Blue Stained Mud +tile.clayHardenedStained.brown.name=Brown Stained Mud +tile.clayHardenedStained.cyan.name=Cyan Stained Mud +tile.clayHardenedStained.gray.name=Gray Stained Mud +tile.clayHardenedStained.green.name=Green Stained Mud +tile.clayHardenedStained.lightBlue.name=Light Blue Stained Mud +tile.clayHardenedStained.lime.name=Lime Stained Mud +tile.clayHardenedStained.magenta.name=Magenta Stained Mud +tile.clayHardenedStained.name=Stained Clay +tile.clayHardenedStained.orange.name=Orange Stained Mud +tile.clayHardenedStained.pink.name=Pink Stained Mud +tile.clayHardenedStained.purple.name=Purple Stained Mud +tile.clayHardenedStained.red.name=Red Stained Mud +tile.clayHardenedStained.silver.name=Light Gray Stained Mud +tile.clayHardenedStained.white.name=White Stained Mud +tile.clayHardenedStained.yellow.name=Yellow Stained Mud +tile.cloth.black.name=Black Cloth +tile.cloth.blue.name=Blue Cloth +tile.cloth.brown.name=Brown Cloth +tile.cloth.cyan.name=Cyan Cloth +tile.cloth.gray.name=Gray Cloth +tile.cloth.green.name=Green Cloth +tile.cloth.lightBlue.name=Light Blue Cloth +tile.cloth.lime.name=Lime Cloth +tile.cloth.magenta.name=Magenta Cloth +tile.cloth.name=Cloth +tile.cloth.orange.name=Orange Cloth +tile.cloth.pink.name=Pink Cloth +tile.cloth.purple.name=Purple Cloth +tile.cloth.red.name=Scarlet Cloth +tile.cloth.silver.name=Light Gray Cloth +tile.cloth.white.name=Cloth +tile.cloth.yellow.name=Yellow Cloth +tile.cobbleWall.mossy.name=Wall o' Mossy Flagstone +tile.cobbleWall.normal.name=Wall o' Flagstone +tile.cocoa.name=Cacao +tile.commandBlock.name=Captain Block +tile.crops.name=Harvest +tile.darkOakFence.name=Dark Oak Fence +tile.darkOakFenceGate.name=Dark Oak Fence Gate +tile.daylightDetector.name=Sun 'o meter +tile.deadbush.name=Unfortunate Sight o' Leaves +tile.detectorRail.name=Magic Track +tile.dirt.coarse.name=Rough Filth +tile.dirt.default.name=Filth +tile.dirt.name=Filth +tile.dirt.podzol.name=Pine Straw +tile.dispenser.name=Cannon +tile.doorIron.name=Steel Door +tile.doorWood.name=Timber Door +tile.doublePlant.fern.name=Whopper Tree +tile.doublePlant.grass.name=Landlubber's Seaweed +tile.doublePlant.name=Plant +tile.doublePlant.paeonia.name=Yer massive pink Flower +tile.doublePlant.rose.name=Bush o' Roses +tile.doublePlant.sunflower.name=Sunny Side Up +tile.doublePlant.syringa.name=Ye Lilac Bouquet f' t' gals +tile.dragonEgg.name=Egg o' Draco +tile.dropper.name=Broken Cannon with no Gunpowdarr +tile.enchantmentTable.name=Wizard's Workbench +tile.endPortalFrame.name=Ship to Davy Jones' Lock'r +tile.enderChest.name=Tallone's Coffer +tile.farmland.name=Fertile Land +tile.fence.name=Picket +tile.fenceGate.name=Picket Gate +tile.fenceIron.name=Steel Barrrs +tile.fire.name=Flames +tile.flower1.dandelion.name=Yeller flower +tile.flower1.name=Flowr' +tile.flower2.allium.name=Ye pink allium shrub +tile.flower2.blueOrchid.name=Beauty o' the Swamps +tile.flower2.houstonia.name=Ye Blue flower +tile.flower2.name=Flowr' +tile.flower2.oxeyeDaisy.name=Daisy Fl'er +tile.flower2.poppy.name=Red flower +tile.flower2.tulipOrange.name=Or'eng Tulip +tile.flower2.tulipPink.name=Pretty Tulip +tile.flower2.tulipRed.name=Bloody Tulip +tile.flower2.tulipWhite.name=Snowy Tulip +tile.furnace.name=Oven +tile.glass.name=Seeing Object +tile.goldenRail.name=Boost Track +tile.grass.name=Chunk 'o' Grass +tile.gravel.name=Rubble +tile.hayBlock.name=Bale o' Hops +tile.hellrock.name=Devil's Rock +tile.hellsand.name=Sand o' the Devil +tile.hopper.name=Suckin' Device +tile.ice.name=Frost +tile.icePacked.name=Colder Ice +tile.ironTrapdoor.name=Iron Trapdoor +tile.jukebox.name=Barrel Organ +tile.jungleFence.name=Jungle Fence +tile.jungleFenceGate.name=Jungle Fence Gate +tile.ladder.name=Riggin' +tile.lava.name=Molten Rock +tile.leaves.acacia.name=Leaves o' Acacia Timber +tile.leaves.big_oak.name=Leaves o' Dusky Oak Timber +tile.leaves.birch.name=Leaves o' Birch Timber +tile.leaves.jungle.name=Leaves o' Jungle Timber +tile.leaves.name=Leaves +tile.leaves.oak.name=Leaves o' Oak +tile.leaves.spruce.name=Leaves o' Spruce Timber +tile.lever.name=Leverrr +tile.lightgem.name=Brimstone +tile.litpumpkin.name=Jack o'Lantern +tile.lockedchest.name=Locked Coffers +tile.log.acacia.name=Ottoman corsairs' wood +tile.log.big_oak.name=Dusky Oak Timber +tile.log.birch.name=Birch Timber Logs +tile.log.jungle.name=Jungle Timber Logs +tile.log.name=Timber Logs +tile.log.oak.name=Oak Timber Logs +tile.log.spruce.name=Spruce Timber Logs +tile.melon.name=Watermel'n +tile.mobSpawner.name=Creator o' Beasts +tile.monsterStoneEgg.brick.name=Silvr'kipper Bricks +tile.monsterStoneEgg.chiseledbrick.name=Bricks o' Pretty stone wi' a secret inside +tile.monsterStoneEgg.cobble.name=Silvr'kipper Flagstone +tile.monsterStoneEgg.crackedbrick.name=Bricks o' Cracked stone wi' a secret egg inside +tile.monsterStoneEgg.mossybrick.name=Bricks o' mossy stone wi' a spooky secret inside +tile.monsterStoneEgg.name=Creature o' Stone +tile.monsterStoneEgg.stone.name=Silvr'kipper Stone +tile.mushroom.name='Shroom +tile.musicBlock.name=Hornpipe +tile.mycel.name=Rottin' Spores +tile.netherBrick.name=Devil's Stone +tile.netherFence.name=Fence o' the Nether +tile.netherStalk.name=Wart o' the Devil +tile.netherquartz.name=Shinin' white stone Ore +tile.notGate.name=Magic Torch +tile.obsidian.name=Rock o' Tears +tile.oreCoal.name=Coal Orrre +tile.oreDiamond.name=Shinies +tile.oreEmerald.name=Fool's Diamonds +tile.oreGold.name=Booty +tile.oreIron.name=Steel Orrre +tile.oreLapis.name=Stone of LÄzhward +tile.oreRedstone.name=Magic Orrre +tile.oreRuby.name=Ol' Blood Diamonds +tile.pistonBase.name=Raised Deck +tile.pistonStickyBase.name=Piston o' Slime +tile.portal.name=Porthole +tile.potatoes.name='Tater +tile.pressurePlateStone.name=Stone Pressure Plate +tile.pressurePlateWood.name=Wooden Pressure Plate +tile.prismarine.bricks.name=Prismarine Bricks +tile.prismarine.dark.name=Dark Prismarine +tile.prismarine.rough.name=Prismarine +tile.pumpkin.name=Gourd Squash +tile.quartzBlock.chiseled.name=Broken block o' shinin' white rock +tile.quartzBlock.default.name=Block o' shinin' white rock +tile.quartzBlock.lines.name=Pillar o' shinin' white stone +tile.quartzBlock.name=Block of Quartz +tile.rail.name=Track +tile.redSandStone.chiseled.name=Chiseled Red Sandstone +tile.redSandStone.default.name=Red Sandstone +tile.redSandStone.name=Red Sandstone +tile.redSandStone.smooth.name=Smooth Red Sandstone +tile.redstoneDust.name=Magic Powder +tile.redstoneLight.name=Magic Lanterrrn +tile.reeds.name=Sweet Reeds +tile.sand.default.name=Hot Dirt +tile.sand.name=Sand +tile.sand.red.name=Scarlet Sand +tile.sandStone.chiseled.name=Ship-Chiseled Sandstone +tile.sandStone.default.name=Stone o' Sands +tile.sandStone.name=Stone o' Sands +tile.sandStone.smooth.name=Smooth Stone o' Sands +tile.sapling.acacia.name=Acacia Meager shrub +tile.sapling.big_oak.name=Dark Oak Sapling +tile.sapling.birch.name=Birch Meager shrub +tile.sapling.jungle.name=Jungle Meager shrub +tile.sapling.oak.name=Oak Meager shrub +tile.sapling.spruce.name=Spruce Meager shrub +tile.seaLantern.name=Lantern o' Sea +tile.sign.name=Readin' post +tile.slime.name=Slime Block +tile.snow.name=Slush +tile.sponge.dry.name=Sponge +tile.sponge.wet.name=Watery Sponge +tile.spruceFence.name=Spruce Fence +tile.spruceFenceGate.name=Spruce Fence Gate +tile.stainedGlass.black.name=Black Crystal +tile.stainedGlass.blue.name=Blue Crystal +tile.stainedGlass.brown.name=Brown Crystal +tile.stainedGlass.cyan.name=Cyan Crystal +tile.stainedGlass.gray.name=Gray Crystal +tile.stainedGlass.green.name=Green Crystal +tile.stainedGlass.lightBlue.name=Light Blue Crystal +tile.stainedGlass.lime.name=Lime Crystal +tile.stainedGlass.magenta.name=Magenta Crystal +tile.stainedGlass.name=Stained Crystal +tile.stainedGlass.orange.name=Orange Crystal +tile.stainedGlass.pink.name=Pink Crystal +tile.stainedGlass.purple.name=Purple Crystal +tile.stainedGlass.red.name=Scarlet Crystal +tile.stainedGlass.silver.name=Light Gray Crystal +tile.stainedGlass.white.name=White Crystal +tile.stainedGlass.yellow.name=Yellow Crystal +tile.stairsBrick.name=Stairs o' brick +tile.stairsNetherBrick.name=Stairs o' The Devil +tile.stairsQuartz.name=Stairs o' shinin' white stone +tile.stairsRedSandStone.name=Red Sandstone Stairs +tile.stairsSandStone.name=Stair o' Sandstone +tile.stairsStone.name=Stairs o' stone +tile.stairsStoneBrickSmooth.name=Fancy Stairs +tile.stairsWood.name=Stairs o' Oak +tile.stairsWoodAcacia.name=Stairs o' Acacia Timber +tile.stairsWoodBirch.name=Stairs o' Birch +tile.stairsWoodDarkOak.name=Stairs o' Dusky Oak Timber +tile.stairsWoodJungle.name=Stairs o' Jungle Timber +tile.stairsWoodSpruce.name=Stairs o' Spruce +tile.stone.andesite.name=Andesite +tile.stone.andesiteSmooth.name=Polished Andesite +tile.stone.diorite.name=Diorite +tile.stone.dioriteSmooth.name=Polished Diorite +tile.stone.granite.name=Granite +tile.stone.graniteSmooth.name=Polished Granite +tile.stone.stone.name=Stone +tile.stoneMoss.name=Slimy Pebbles +tile.stoneSlab.brick.name=Slab o' Bricks +tile.stoneSlab.cobble.name=Slab o' Pebbles +tile.stoneSlab.name=Slab o' Stone +tile.stoneSlab.netherBrick.name=Half Hell slab +tile.stoneSlab.quartz.name=Slab o' shinin' white stone +tile.stoneSlab.sand.name=Slab o' Sandstone +tile.stoneSlab.smoothStoneBrick.name=Slab o' Stone Bricks +tile.stoneSlab.stone.name=Slab o' Stone +tile.stoneSlab.wood.name=Slab o' Timber +tile.stoneSlab2.red_sandstone.name=Red Sandstone Slab +tile.stonebrick.name=Pebbles +tile.stonebricksmooth.chiseled.name=Ship-Chiseled Stone Bricks +tile.stonebricksmooth.cracked.name=Cracked Bricks O' Stone +tile.stonebricksmooth.default.name=Bricks O' Stone +tile.stonebricksmooth.mossy.name=Mossy Bricks O' Stone +tile.stonebricksmooth.name=Bricks o' Stone +tile.tallgrass.fern.name=Jungle Plant +tile.tallgrass.grass.name=Grass +tile.tallgrass.name=Grass +tile.tallgrass.shrub.name=Shrub +tile.thinGlass.name=Porthole +tile.thinStainedGlass.black.name=Black Porthole +tile.thinStainedGlass.blue.name=Blue Porthole +tile.thinStainedGlass.brown.name=Brown Porthole +tile.thinStainedGlass.cyan.name=Cyan Porthole +tile.thinStainedGlass.gray.name=Gray Porthole +tile.thinStainedGlass.green.name=Green Porthole +tile.thinStainedGlass.lightBlue.name=Light Blue Porthole +tile.thinStainedGlass.lime.name=Lime Porthole +tile.thinStainedGlass.magenta.name=Magenta Porthole +tile.thinStainedGlass.name=Stained Porthole +tile.thinStainedGlass.orange.name=Orange Porthole +tile.thinStainedGlass.pink.name=Pink Porthole +tile.thinStainedGlass.purple.name=Purple Porthole +tile.thinStainedGlass.red.name=Scarlet Porthole +tile.thinStainedGlass.silver.name=Light Gray Porthole +tile.thinStainedGlass.white.name=White Porthole +tile.thinStainedGlass.yellow.name=Yellow Porthole +tile.tnt.name=Powder Keg +tile.torch.name=Rod o' Flames +tile.trapdoor.name=Hatch +tile.tripWire.name=Dirty Ol' Boot Tripper +tile.tripWireSource.name=Trippin' Thread Hook +tile.vine.name=Swingers +tile.water.name=Bilge +tile.waterlily.name=Pond Plant +tile.web.name=Web o' Spider +tile.weightedPlate_heavy.name=Weighted Booby Trap (Hard) +tile.weightedPlate_light.name=Weighted Booby Trap (Soft) +tile.whiteStone.name=Ye Tall One's Stone +tile.wood.acacia.name=Acacia Timber Planks +tile.wood.big_oak.name=Dusky Oak Timber Planks +tile.wood.birch.name=Birch Timber Planks +tile.wood.jungle.name=Jungle Timber Planks +tile.wood.name=Timber Planks +tile.wood.oak.name=Oak Timber Planks +tile.wood.spruce.name=Spruce Timber Planks +tile.woodSlab.acacia.name=Slab o' Acacia Timber +tile.woodSlab.big_oak.name=Slab o' Dusky Oak Timber +tile.woodSlab.birch.name=Slab o' Birch Timber +tile.woodSlab.jungle.name=Slab o' Jungle Timber +tile.woodSlab.name=Wood Slab +tile.woodSlab.oak.name=Slab o' Oak Timber +tile.woodSlab.spruce.name=Slab o' Spruce Timber +tile.woolCarpet.black.name=Black Rug +tile.woolCarpet.blue.name=Blue Rug +tile.woolCarpet.brown.name=Brown Rug +tile.woolCarpet.cyan.name=Cyan Rug +tile.woolCarpet.gray.name=Gray Rug +tile.woolCarpet.green.name=Green Rug +tile.woolCarpet.lightBlue.name=Light Blue Rug +tile.woolCarpet.lime.name=Lime Rug +tile.woolCarpet.magenta.name=Magenta Rug +tile.woolCarpet.name=Rug +tile.woolCarpet.orange.name=Orange Rug +tile.woolCarpet.pink.name=Pink Rug +tile.woolCarpet.purple.name=Purple Rug +tile.woolCarpet.red.name=Scarlet Rug +tile.woolCarpet.silver.name=Light Gray Rug +tile.woolCarpet.white.name=Rug +tile.woolCarpet.yellow.name=Yellow Rug +tile.workbench.name=Craftin' Table +title.oldgl1=Ye old moldy hull detected, yer vessel might not +title.oldgl2=hold up t' t' weather conditions in t' near future as OpenGL 2.0 will be required. +translation.test.args=%s %s +translation.test.complex=Prefix, %s%2$s again %s and %1$s lastly %s and also %1$s again! +translation.test.invalid=Ahoy there % +translation.test.invalid2=Ahoy there %s +translation.test.none=Ahoy, world! +translation.test.world=world diff --git a/javascript/lang/eo_UY.lang b/javascript/lang/eo_UY.lang new file mode 100755 index 00000000..9f778937 --- /dev/null +++ b/javascript/lang/eo_UY.lang @@ -0,0 +1,1770 @@ +achievement.acquireIron=Akiru feron +achievement.acquireIron.desc=Elfandu feran ingoton +achievement.bakeCake=La Mensogo +achievement.bakeCake.desc=Tritiko, sukero, lakto kaj ovoj! +achievement.blazeRod=En fajron +achievement.blazeRod.desc=Deprenu incendian bastonon de incendio +achievement.bookcase=Bibliotekisto +achievement.bookcase.desc=Konstruu kelkajn librobretarojn por plibonigi vian sorĉotablon +achievement.breedCow=Repopoligado +achievement.breedCow.desc=Bredi du bovojn per tritiko +achievement.buildBetterPickaxe=PliboniÄo +achievement.buildBetterPickaxe.desc=Konstruu pli bonan pioĉon +achievement.buildFurnace=Fornumi! +achievement.buildFurnace.desc=Konstruu fornon konsistanta el ok Åtonaj blokoj +achievement.buildHoe=Tempo por kultivi! +achievement.buildHoe.desc=Faru sarkilon per tabuloj kaj bastonoj +achievement.buildPickaxe=Minu! +achievement.buildPickaxe.desc=Uzu tabulojn kaj bastonojn por krei pioĉon +achievement.buildSword=Armu vin! +achievement.buildSword.desc=Faru glavon el tabuloj kaj bastonoj +achievement.buildWorkBench=Manfarado +achievement.buildWorkBench.desc=Konstruu labortablon per kvar lignaj tabuloj +achievement.cookFish=Bongustega fiÅo +achievement.cookFish.desc=Kaptu kaj kuiru fiÅon! +achievement.diamonds=DIAMANTOJ! +achievement.diamonds.desc=Akiru diamantojn per viaj feraj iloj +achievement.diamondsToYou=Diamantojn por vi! +achievement.diamondsToYou.desc=Ä´etu diamantojn al alia ludanto. +achievement.enchantments=Sorĉisto +achievement.enchantments.desc=Uzu libron, obsidianon kaj diamantojn por konstrui sorĉotablon +achievement.exploreAllBiomes=Tempo por aventuri +achievement.exploreAllBiomes.desc=Eltrovi ĉiajn biomojn +achievement.flyPig=Kiam flugas porkoj +achievement.flyPig.desc=Flugu surporke el klifo +achievement.fullBeacon=Magilampisto +achievement.fullBeacon.desc=Kreu plenan magian lampon +achievement.get=Atingo ricevita! +achievement.ghast=Redonu al sendinto +achievement.ghast.desc=Detruu fantomon per fajrobulo +achievement.killCow=BovpuÅisto +achievement.killCow.desc=Kolektu ledon +achievement.killEnemy=Monstroĉasisto +achievement.killEnemy.desc=Ataku kaj mortigu monstron +achievement.killWither=La komenco. +achievement.killWither.desc=Mortigu la Velkestron +achievement.makeBread=Ĉu vi Åatas panon? +achievement.makeBread.desc=Faru panon el tritiko +achievement.mineWood=Ricevi lignon +achievement.mineWood.desc=Ataku arbon Äis ligna bloko elfalas +achievement.onARail=Surrele +achievement.onARail.desc=VojaÄu almenaÅ­ 1 km per ĉaro +achievement.openInventory=Inventaron malfermi +achievement.openInventory.desc=Premu '%1$s' por malfermi vian inventaron. +achievement.overkill=Batalmajstro +achievement.overkill.desc=KaÅ­zu ok korojn da damaÄo per unuopa bato +achievement.overpowered=Potenculego +achievement.overpowered.desc=Fabriku pomon de Notch +achievement.portal=Ni devas iri pli profunde +achievement.portal.desc=Konstruu portalon al la Infero +achievement.potion=Hejma trinkfarejo +achievement.potion.desc=Faru eliksiron +achievement.requires=Bezonas '%1$s' +achievement.snipeSkeleton=Duelo de l' pafistoj +achievement.snipeSkeleton.desc=Mortigu skeleton per sago de pli ol 50 m for +achievement.spawnWither=La komenco? +achievement.spawnWither.desc=Vivigu la Velkestron +achievement.taken=Atingita! +achievement.theEnd=La fino? +achievement.theEnd.desc=Trovu la Finon +achievement.theEnd2=La fino. +achievement.theEnd2.desc=Venku la findrakon +addServer.add=Aldoni +addServer.enterIp=Adreso de servilo +addServer.enterName=Nomo de servilo +addServer.hideAddress=KaÅi adreson +addServer.resourcePack=Servilaj Rimedpakaĵoj +addServer.resourcePack.disabled=Neebligita +addServer.resourcePack.enabled=Ebligita +addServer.resourcePack.prompt=Enskribujo +addServer.title=Redakti servilajn informojn +advMode.allPlayers=Uzu "@a" por celi ĉiujn ludantojn +advMode.command=Konzola Komando +advMode.nearestPlayer=Uzu "@p" por celi la plej proksiman ludanton +advMode.notAllowed=Devas esti estranta ludanto en krea modo +advMode.notEnabled=Komandblokoj ne estas ebligitaj en ĉi tiu servilo +advMode.previousOutput=AntaÅ­a eligaĵo +advMode.randomPlayer=Uzu "@r" por celi hazarde elektotan ludanton +advMode.setCommand=Difini Konzolan Komandon por Bloko +advMode.setCommand.success=Komando difinita: %s +attribute.modifier.plus.0=+%s %s +attribute.modifier.plus.1=+%s%% %s +attribute.modifier.plus.2=+%s%% %s +attribute.modifier.take.0=-%s %s +attribute.modifier.take.1=-%s%% %s +attribute.modifier.take.2=-%s%% %s +attribute.name.generic.attackDamage=DamaÄo de atako +attribute.name.generic.followRange=Sekvado-distanco de mobo +attribute.name.generic.knockbackResistance=Rezisto kontraÅ­ forpuÅo +attribute.name.generic.maxHealth=Maksimuma sano +attribute.name.generic.movementSpeed=Rapideco +attribute.name.horse.jumpStrength=Ĉevala saltforteco +attribute.name.zombie.spawnReinforcements=Zombiaj Plifortigaĵoj +book.byAuthor=de %1$s +book.editTitle=Tajpu titolon de la libro: +book.finalizeButton=Subskribi kaj fermi +book.finalizeWarning=Atentu! Kiam vi subskribas la libron, Äi ne plu estos redaktebla. +book.generation.0=Originalo +book.generation.1=Kopio de la originalo +book.generation.2=Kopio de kopio +book.generation.3=Ĉifona +book.pageIndicator=PaÄo %1$s el %2$s +book.signButton=Subskribi +build.tooHigh=Altlimo por konstrui estas %s blokoj +chat.cannotSend=Ne povas sendi mesaÄon +chat.copy=Kopii al poÅo +chat.link.confirm=Ĉu vi certas ke vi volas malfermi la jenan retejon? +chat.link.confirmTrusted=Ĉu vi volas malfermi ĉi tiun ligilon aÅ­ kopii Äin al la poÅo? +chat.link.open=Malfermi en retumilo +chat.link.warning=Neniam malfermu ligilojn de personoj, kiujn vi ne fidas! +chat.stream.emote=(%s) * %s %s +chat.stream.text=(%s) <%s> %s +chat.type.achievement=%s ĵus atingis %s +chat.type.admin=[%s: %s] +chat.type.announcement=[%s] %s +chat.type.emote=* %s %s +chat.type.text=<%s> %s +commands.achievement.give.success.all=Sukcesis doni ĉiujn atingojn al %s +commands.achievement.give.success.one=Sukcese donis al %s la statistikeron %s +commands.achievement.statTooLow=Ludanto %s ne havas la statistikaĵon %s +commands.achievement.unknownAchievement=Nekonata atingo aÅ­ statistikaĵo '%s' +commands.ban.failed=Ne povis forbari ludanton %s +commands.ban.success=Forbaris ludanton %s +commands.ban.usage=/ban [reason ...] +commands.banip.invalid=Vi enskribis malvalidan IP-adreson aÅ­ ludanton kiu ne estas konektita +commands.banip.success=Forbaris IP-adreson %s +commands.banip.success.players=Forbaris IP-adreson %s apartenantan al %s +commands.banip.usage=/ban-ip [reason ...] +commands.banlist.ips=%s forbarataj IP-adresoj ekzistas: +commands.banlist.players=Ekzistas %s forbarataj ludantoj: +commands.banlist.usage=/banlist [ips|players] +commands.chunkinfo.empty=La pecego estas malplena. +commands.chunkinfo.notEmpty=La pecego ne estas malplena. +commands.clear.failure=Ne povis malplenigi la inventaron de %s, ne havas objektojn +commands.clear.success=Malplenigis inventaron de %s, forpreninte %s objektojn +commands.clone.failed=neniu blokoj klonis +commands.clone.success=%s blokoj imititaj +commands.debug.notStarted=Ne povas haltigi profiladon ĉar Äi ne jam komenciÄis! +commands.debug.start=KomenciÄis erarserĉ-profilado +commands.debug.stop=Haltis erarserĉ-profilado post %s sekundoj (%s tiktakoj) +commands.defaultgamemode.success=La defaÅ­lta ludmodo de ĉi tiu mondo nun estas %s +commands.defaultgamemode.usage=/defaultgamemode +commands.deop.failed=Ne povis mal-opi %s +commands.deop.success=%s ne plu estas OP +commands.deop.usage=/deop +commands.difficulty.success=ÅœanÄis malfacilecon al %s +commands.difficulty.usage=/difficulty +commands.downfall.success=Precipitaĵo baskulita +commands.downfall.usage=/toggledownfall +commands.effect.failure.notActive=Ne povis preni %1$s de %2$s ĉar tiu ne havas tian efikon +commands.effect.failure.notActive.all=Ne povis forpreni efikojn de %s, ĉar tiu ne havas ajn efikojn +commands.effect.notFound=Ekzistas nenia moboefiko kun la identilo %s +commands.effect.success=Donis %1$s (identilo %2$s) * %3$s al %4$s por %5$s sekundoj +commands.effect.success.removed=Prenis %1$s de %2$s +commands.effect.success.removed.all=Forprenis ĉiujn efikojn de %s +commands.effect.usage=/efekto [seconds] [amplifier] [hideParticles] +commands.enchant.cantCombine=%1$s ne povas esti kombinita kun %2$s +commands.enchant.cantEnchant=La selektita sorĉo ne povas esti aldonita al la cela objekto +commands.enchant.noItem=La celo ne tenas objekton +commands.enchant.notFound=Ne estas tia sorĉo kun identilo %s +commands.enchant.success=Sorĉado sukcesis +commands.enchant.usage=/enchant [nivelo] +commands.execute.allInvocationsFailed=Ĉiuj elvokadoj maltrafis : '%s' +commands.fill.failed=neniu blokoj plenigis +commands.gamemode.success.other=Ludmodo de %s ÅanÄita al %s +commands.gamemode.success.self=Ludmodo propra ÅanÄita al %s +commands.gamemode.usage=/gamemode [ludanto] +commands.gamerule.nopermission=Nur la posedantoj de la servilo povas ÅanÄi '%s' +commands.gamerule.norule=Nenia regulo nomita '%s' ekzistas +commands.gamerule.success=Regulo estas aktualigita +commands.generic.boolean.invalid='%s' ne estas 'true' aÅ­ 'false' +commands.generic.double.tooBig=La nombro vi entajpis (%s) estas tro granda, Äi devas esti maksimume %s +commands.generic.double.tooSmall=La nombro vi entajpis (%s) estas tro malgranda, Äi devas esti almenaÅ­ %s +commands.generic.entity.invalidType=La tipo de la ento '%s' ne estas valida +commands.generic.entity.notFound=Tiu ento ne estas trovebla +commands.generic.exception=Nekonata eraro okazis dum provi ruli ĉi tiun komandon +commands.generic.notFound=Nekonata komando. Tajpu /help por listo de komandoj +commands.generic.num.invalid='%s' ne estas valida numero +commands.generic.num.tooBig=La nombro vi entajpis (%s) estas tro granda, Äi devas esti maksimume %s +commands.generic.num.tooSmall=La nombro vi entajpis (%s) estas tro malgranda, Äi devas esti almenaÅ­ %s +commands.generic.permission=Vi ne rajtas uzi ĉi tiun komandon +commands.generic.player.notFound=Ĉi tiu ludanto ne troveblas +commands.generic.syntax=Malvalida komandosintakso +commands.generic.usage=Uzo: %s +commands.give.notFound=Nenia objekto kun identilo %s ekzistas +commands.give.success=Donis %s * %s al %s +commands.give.tagError=Analizo de datumoj malsukcesa: %s +commands.give.usage=/give [multo] [datumo] [datumaEtikedo] +commands.help.footer=Konsileto: Uzu la klavon dum vi tajpas komandon por aÅ­tomate plenumi la komandon aÅ­ Äiajn argumentojn +commands.help.header=--- MontriÄas helpopaÄo %s de %s (/help ) --- +commands.help.usage=/help [paÄo|komando] +commands.kick.success=Elĵetis %s el la ludo +commands.kick.success.reason=Elĵetis %s el la ludo: '%s' +commands.kick.usage=/kick [reason ...] +commands.kill.successful=%s estis mortiginta +commands.kill.usage=/mortigi [player|entity] +commands.me.usage=/me +commands.message.display.incoming=%s flustras al vi: %s +commands.message.display.outgoing=Vi flustras al %s: %s +commands.message.sameTarget=Vi ne povas sendi privatan mesaÄon al vi mem! +commands.message.usage=/tell +commands.op.failed=Ne povis opi %s +commands.op.success=%s nun estas OP +commands.op.usage=/op +commands.particle.usage=/partiklo [count] [mode] +commands.players.list=Ekzistas %s/%s ludantoj surretaj: +commands.players.usage=/list +commands.playsound.playerTooFar=Ludanto %s estas tro malproksima por aÅ­di la sonon +commands.playsound.success=Ludis sonon '%s' al %s +commands.playsound.usage=/playsound [x] [y] [z] [laÅ­teco] [tono] [minimumaLaÅ­teco] +commands.publish.failed=Malsukcesis gastigantigi lokan ludon +commands.publish.started=Loka ludo gastigantas ĉe konektejo %s +commands.publish.usage=/publish +commands.save-off.alreadyOff=Konservado jam estas malaktiva. +commands.save-off.usage=/save-off +commands.save-on.alreadyOn=Konservado jam estas aktiva. +commands.save-on.usage=/save-on +commands.save.disabled=Malaktivigis aÅ­tomatan konservadon de mondo +commands.save.enabled=Aktivigis aÅ­tomatan konservadon de mondo +commands.save.failed=KonserviÄado malsukcesis: %s +commands.save.start=KonserviÄas... +commands.save.success=KonserviÄis la mondo +commands.save.usage=/save-all +commands.say.usage=/say +commands.scoreboard.objectiveNotFound=Nenia celo estis trovita kun la nomo '%s' +commands.scoreboard.objectiveReadOnly=La celo '%s' ne estas ÅanÄebla +commands.scoreboard.objectives.add.alreadyExists=Celo kun la nomo '%s' jam ekzistas +commands.scoreboard.objectives.add.displayTooLong=La montrata nomo '%s' estas tro longa por celo, povas havi maksimume %s literojn +commands.scoreboard.objectives.add.success=Sukcese aldonis novan celon '%s' +commands.scoreboard.objectives.add.tooLong=La nomo '%s' estas tro longa por celo, povas havi maksimume %s literojn +commands.scoreboard.objectives.add.usage=/scoreboard objectives add [montrota nomo] +commands.scoreboard.objectives.add.wrongType=Nevalida tipo de celkriterio '%s' +commands.scoreboard.objectives.list.count=Montras %s celo(j) en la poentaro: +commands.scoreboard.objectives.list.empty=La poentaro ne havas celojn +commands.scoreboard.objectives.list.entry=- %s: montras kiel '%s' kaj ties tipo estas '%s' +commands.scoreboard.objectives.remove.success=Sukcese forigis celon '%s' +commands.scoreboard.objectives.remove.usage=/scoreboard objectives remove +commands.scoreboard.objectives.setdisplay.invalidSlot=Nenia pozicio '%s' ekzistas +commands.scoreboard.objectives.setdisplay.successCleared=Malplenigis celopozicion '%s' +commands.scoreboard.objectives.setdisplay.successSet=AlÄustis celon en pozicio '%s' al '%s' +commands.scoreboard.objectives.setdisplay.usage=/scoreboard objectives setdisplay [celo] +commands.scoreboard.players.list.count=Montras %s sekvatajn ludantojn en la poentaro: +commands.scoreboard.players.list.empty=Neniaj ludantoj estas en la poentaro +commands.scoreboard.players.list.player.count=Montras %s sekvata(j)n celo(j)n por %s: +commands.scoreboard.players.list.player.empty=Ludanto %s ne havas registritajn poentojn +commands.scoreboard.players.list.usage=/scoreboard players list [nomo] +commands.scoreboard.players.operation.invalidOperation=%s estas nelaborpova operacio +commands.scoreboard.players.reset.success=Nuligis ĉiajn poentojn de ludanto %s +commands.scoreboard.players.set.success=AlÄustis poentojn por %s de ludanto %s al %s +commands.scoreboard.teamNotFound=Nenia teamo estis trovita kun la nomo '%s' +commands.scoreboard.teams.add.alreadyExists=Teamo kun la nomo '%s' jam ekzistas +commands.scoreboard.teams.add.displayTooLong=La montrata nomo '%s' estas tro longa por teamo, povas havi maksimume %s literojn +commands.scoreboard.teams.add.success=Sukcese aldonis novan teamon '%s' +commands.scoreboard.teams.add.tooLong=La nomo '%s' estas tro longa por teamo, povas havi maksimume %s literojn +commands.scoreboard.teams.add.usage=/scoreboard teams add [montrota nomo ...] +commands.scoreboard.teams.empty.alreadyEmpty=Teamo %s jam estas malplena, ne povas forigi neekzistantajn ludantojn +commands.scoreboard.teams.empty.success=Forigis ĉia(j)n %s ludanto(j)n de teamo %s +commands.scoreboard.teams.join.failure=Ne povis aligi %s ludanto(j)n al teamo %s: %s +commands.scoreboard.teams.join.success=Aldonis %s ludanto(j)n al teamo %s: %s +commands.scoreboard.teams.join.usage=/scoreboard teams join [ludanto] +commands.scoreboard.teams.leave.failure=Ne povis forigi %s ludanto(j)n de ties teamojn: %s +commands.scoreboard.teams.leave.noTeam=Vi ne estas en teamo +commands.scoreboard.teams.leave.success=Forigis %s ludanto(j)n de ties teamojn: %s +commands.scoreboard.teams.leave.usage=/scoreboard teams leave [ludanto] +commands.scoreboard.teams.list.count=Montras %s teamojn en la poentaro: +commands.scoreboard.teams.list.empty=La poentaro havas neniajn registritajn teamojn +commands.scoreboard.teams.list.entry=- %1$s: '%2$s' havas %3$s ludantojn +commands.scoreboard.teams.list.player.count=Montras %s ludanto(j)n en teamo %s: +commands.scoreboard.teams.list.player.empty=Teamo %s ne havas ludantojn +commands.scoreboard.teams.list.player.entry=- %2$s: %1$s (%3$s) +commands.scoreboard.teams.list.usage=/scoreboard teams list [nomo] +commands.scoreboard.teams.option.noValue=Validaj valoroj por opcio %s estas: %s +commands.scoreboard.teams.option.success=AlÄustis opcion %s por teamo %s al %s +commands.scoreboard.teams.remove.success=Forigis teamon %s +commands.scoreboard.teams.remove.usage=/scoreboard teams remove +commands.seed.success=Semaĵo: %s +commands.seed.usage=/seed +commands.setblock.failed=Malsukcesis meti blokon +commands.setblock.noChange=La bloko ne povis esti metita +commands.setblock.notFound=Ne estas bloko kun la nomo / ID %s +commands.setblock.outOfWorld=Ne povas meti blokon ekster la mondo +commands.setblock.success=Bloko metita +commands.setblock.tagError=Analizo de datumoj malsukcesa: %s +commands.setblock.usage=/setblock [datumvaloro] [traktoDeMalnovaBloko] [datumaEtikedo] +commands.setidletimeout.success=La nefaran templimon estigis sukcese %s minutoj. +commands.setidletimeout.usage=/setidletimeout +commands.setworldspawn.success=ÅœanÄis la mondan eklokon al (%s, %s, %s) +commands.spawnpoint.success=ÅœanÄis eklokon de %s al (%s, %s, %s) +commands.spreadplayers.failure.players=Ne povis disvastigi %s ludantojn ĉirkaÅ­ %s,%s (tro multe da ludantoj por la spaco - provu uzi disvastigecon de maksimume %s) +commands.spreadplayers.failure.teams=Ne povis disvastigi %s teamojn ĉirkaÅ­ %s,%s (tro multe da ludantoj por la spaco - provu uzi disvastigecon de maksimume %s) +commands.spreadplayers.info.players=(Meza distanco inter ludantoj estas %s blokoj post %s ripetoj) +commands.spreadplayers.info.teams=(Meza distanco inter teamoj estas %s blokoj post %s ripetoj) +commands.spreadplayers.spreading.players=Disvastigas %s ludantojn trans %s blokoj ĉirkaÅ­ %s,%s (distance minimume %s blokoj) +commands.spreadplayers.spreading.teams=Disvastigas %s teamojn trans %s blokoj ĉirkaÅ­ %s,%s (distance minimume %s blokoj) +commands.spreadplayers.success.players=Sukcese disvastigis %s ludantojn ĉirkaÅ­ %s,%s +commands.spreadplayers.success.teams=Sukcese disvastigis %s teamojn ĉirkaÅ­ %s,%s +commands.spreadplayers.usage=/spreadplayers +commands.stats.cleared=%s statistikoj estas forviÅinta +commands.stats.failed=Nelaborpovaj parametroj +commands.stop.start=Haltigas servilon +commands.stop.usage=/stop +commands.summon.failed=Objekto malsukcesis ekesti +commands.summon.outOfWorld=Objekto ne povas ekesti ekster la mondo +commands.summon.success=Objekto sukcese ekestis +commands.summon.tagError=Analizo de datumoj malsukcesa: %s +commands.summon.usage=/summon [x] [y] [z] [datumaEtikedo] +commands.tellraw.jsonException=Nevalida json: %s +commands.tellraw.usage=/tellraw +commands.testforblock.failed.data=La bloko ĉe %s, %s, %s tenis datvaloron de %s (anticipata: %s). +commands.testforblock.failed.nbt=La bloko ĉe %s,%s,%s ne havas bezonatajn Ålosilojn por nomitaj binaraj etikedoj. +commands.testforblock.failed.tile=La bloko ĉe %s, %s, %s, estas %s (anticipata: %s). +commands.testforblock.failed.tileEntity=La bloko ĉe %s,%s,%s ne estas bloka estaĵo kaj ne povas subteni etikedan egaligadon. +commands.testforblock.outOfWorld=Ne eblas testi por bloko ekster la mondo +commands.testforblock.success=Sukcese trovis la blokon ĉe %s,%s,%s. +commands.testforblock.usage=/testforblock [dataValue] [dataTag] +commands.time.added=Alkalkulis %s al tempo +commands.time.query=Tempo estas %s +commands.time.set=AlÄustigi tempon al %s +commands.tp.notSameDimension=Ne povas reloki ĉar ludantoj ne estas en la sama dimensio +commands.tp.success=Relokis %s ĉe %s +commands.tp.success.coordinates=Relokis %s ĉe %s,%s,%s +commands.tp.usage=/tp [target player] AŬ /tp [target player] [ ] +commands.trigger.invalidPlayer=Nur la lundantoj povas uzi la mendon /trigger +commands.unban.failed=Ne povis repermesi ludanton %s +commands.unban.success=Repermesis ludanton %s +commands.unban.usage=/pardon +commands.unbanip.invalid=Vi enskribis malvalidan IP-adreson +commands.unbanip.success=Repermesis IP-adreson %s +commands.unbanip.usage=/pardon-ip +commands.weather.clear=Vetero klariÄas +commands.weather.rain=Vetero pluviÄas +commands.weather.thunder=Vetero pluviÄas kaj fulmotondriÄas +commands.weather.usage=/weather [daÅ­ro kiel sekundoj] +commands.whitelist.add.failed=Ne povis aldoni %s al la aprobantaro +commands.whitelist.add.success=%s estis aldonita al la aprobolisto +commands.whitelist.add.usage=/whitelist add +commands.whitelist.disabled=Aprobolisto malaktivigita +commands.whitelist.enabled=Aprobolisto aktivigita +commands.whitelist.list=Estas %s (el %s vidita) aprobitaj ludantoj: +commands.whitelist.reloaded=ReÅargiÄis la aprobolisto +commands.whitelist.remove.failed=Ne povis forigi %s de la aprobantaro +commands.whitelist.remove.success=%s estis forigita de la aprobolisto +commands.whitelist.remove.usage=/whitelist remove +commands.whitelist.usage=/whitelist +commands.xp.failure.widthdrawXp=Ne povas doni negativajn spertpoentojn al ludanto +commands.xp.success=Donis %s sperton al %s +commands.xp.success.levels=Donis %s nivelojn al %s +commands.xp.success.negative.levels=Forprenis %s nivelojn de %s +commands.xp.usage=/xp [ludanto] AŬ /xp L [ludanto] +connect.authorizing=Ensalutas... +connect.connecting=Konektas al servilo... +connect.failed=Malsukcesis konekti al la servilo +container.beacon=Magia lampo +container.brewing=Eliksirfarejo +container.chest=Kesto +container.chestDouble=Granda kesto +container.crafting=Dizajnado +container.creative=Objektselektado +container.dispenser=Ä´etilo +container.dropper=Donilo +container.enchant=Sorĉado +container.enchant.clue=%s . . . ? +container.enchant.lapis.many=%s Lazuritoj +container.enchant.lapis.one=1 Lazurito +container.enchant.level.many=%s sorĉoniveloj +container.enchant.level.one=1 sorĉonivelo +container.enderchest=Finejkesto +container.furnace=Forno +container.hopper=Funelo +container.inventory=Inventaro +container.isLocked=%s estas blokita ! +container.minecart=Ĉaro +container.repair=Riparu kaj nomu +container.repair.cost=Kosto de sorĉado: %1$s +container.repair.expensive=Tro multekosta! +controls.reset=DefaÅ­ltigi +controls.resetAll=DefaÅ­ltigi klavojn +controls.title=Regiloj +createWorld.customize.custom.biomeSize=Dimensio de la biomo +createWorld.customize.custom.center=Centra Alteco +createWorld.customize.custom.confirm1=Ĉi tiu anstataÅ­igos vian nuntempan +createWorld.customize.custom.confirm2=agordoj ne povas esti reÅanÄigitaj. +createWorld.customize.custom.confirmTitle=Atentu! +createWorld.customize.custom.coordinateScale=Skalo de koordinato +createWorld.customize.custom.count=Eklokaj provoj +createWorld.customize.custom.defaults=Normalaj +createWorld.customize.custom.depthNoiseScaleX=Profundeco en X +createWorld.customize.custom.depthNoiseScaleZ=Profundeco en Z +createWorld.customize.custom.dungeonChance=Kelmonstreja Nombro +createWorld.customize.custom.fixedBiome=Biomo +createWorld.customize.custom.heightScale=Skalo de la alteco +createWorld.customize.custom.lavaLakeChance=Malofteco de la lafolagoj +createWorld.customize.custom.lowerLimitScale=Malsupra limo +createWorld.customize.custom.mainNoiseScaleX=Streĉo sur X +createWorld.customize.custom.mainNoiseScaleY=Streĉo sur Y +createWorld.customize.custom.mainNoiseScaleZ=Streĉo sur Z +createWorld.customize.custom.maxHeight=Maksimuma Alteco +createWorld.customize.custom.minHeight=Minimuma Alteco +createWorld.customize.custom.next=Sekvanta PaÄo +createWorld.customize.custom.page0=Bazaj Agordoj +createWorld.customize.custom.page1=Ercaj Agorodoj +createWorld.customize.custom.page2=Kompleksaj Agordoj (Nur Por Lerturloj!) +createWorld.customize.custom.page3=Tre Kompleksaj Agordoj (Nur Por Lerturloj!) +createWorld.customize.custom.preset.caveChaos=Kaosaj Kavernoj +createWorld.customize.custom.preset.caveDelight=Amitejo de Kavesploristo +createWorld.customize.custom.preset.drought=Sekegejo +createWorld.customize.custom.preset.goodLuck=Bonan Åancon +createWorld.customize.custom.preset.isleLand=Insula Tero +createWorld.customize.custom.preset.mountains=Multaj Montoj +createWorld.customize.custom.preset.waterWorld=Akvomondo +createWorld.customize.custom.presets=AntaÅ­difinitaĵoj +createWorld.customize.custom.presets.title=Agordi Mondajn AntaÅ­elektojn +createWorld.customize.custom.prev=AntaÅ­a PaÄo +createWorld.customize.custom.randomize=Hazardigi +createWorld.customize.custom.riverSize=Dimensio de la rivero +createWorld.customize.custom.seaLevel=Marnivelo +createWorld.customize.custom.size=Grandeco de la ekloko +createWorld.customize.custom.spread=Diseca Alteco +createWorld.customize.custom.stretchY=Etendaĵo de la alteco +createWorld.customize.custom.upperLimitScale=Supra limo +createWorld.customize.custom.useCaves=Keloj +createWorld.customize.custom.useDungeons=Kelmonstrejo +createWorld.customize.custom.useLavaLakes=Lafolagoj +createWorld.customize.custom.useLavaOceans=Lafoceanoj +createWorld.customize.custom.useMineShafts=Mingalerioj +createWorld.customize.custom.useMonuments=Marmonumentoj +createWorld.customize.custom.useRavines=Ravinoj +createWorld.customize.custom.useStrongholds=Fortikaĵoj +createWorld.customize.custom.useTemples=Temploj +createWorld.customize.custom.useVillages=VilaÄoj +createWorld.customize.custom.useWaterLakes=Akvolagoj +createWorld.customize.custom.waterLakeChance=Malofteco de la akvolagoj +createWorld.customize.flat.addLayer=Aldoni tavolon +createWorld.customize.flat.editLayer=Redakti tavolon +createWorld.customize.flat.height=Alteco +createWorld.customize.flat.layer=%s +createWorld.customize.flat.layer.bottom=Malsupro - %s +createWorld.customize.flat.layer.top=Supro - %s +createWorld.customize.flat.removeLayer=Forigi tavolon +createWorld.customize.flat.tile=Tavolmaterialo +createWorld.customize.flat.title=Äœustigado de ege plata mondo +createWorld.customize.presets=AntaÅ­difinitaĵoj +createWorld.customize.presets.list=Alie, jen iuj kiujn ni faris pli frue! +createWorld.customize.presets.select=Uzu antaÅ­difinitaĵon +createWorld.customize.presets.share=Ĉu vi volas sendi vian antaÅ­difinitaĵon al iu? Uzu la suban kampon! +createWorld.customize.presets.title=Elektu antaÅ­difinitaĵon +death.attack.anvil=%1$s estis premplatigita per falanta amboso +death.attack.arrow=%1$s estis mortpafita de %2$s +death.attack.arrow.item=%1$s estis mortpafita de %2$s per %3$s +death.attack.cactus=%1$s estis mortigita de kakto +death.attack.cactus.player=%1$s paÅis en kakton provante eskapi %2$s +death.attack.drown=%1$s dronis +death.attack.drown.player=%1$s dronis provante eskapi %2$s +death.attack.explosion=%1$s eksplodis +death.attack.explosion.player=%1$s estis eksplodigita de %2$s +death.attack.fall=%1$s falis tro profunde +death.attack.fallingBlock=%1$s estis premplatigita per falanta bloko +death.attack.fireball=%1$s estis mortige fajrobulita de %2$s +death.attack.fireball.item=%1$s estis mortige fajrobulita de %2$s per %3$s +death.attack.generic=%1$s mortis +death.attack.inFire=%1$s ekbrulis +death.attack.inFire.player=%1$s paÅis en fajron batalante %2$s +death.attack.inWall=%1$s sufokiÄis en muro +death.attack.indirectMagic=%1$s estis mortigita de %2$s per magio +death.attack.indirectMagic.item=%1$s estis mortigita de %2$s per %3$s +death.attack.lava=%1$s provis naÄi en lafo +death.attack.lava.player=%1$s provis naÄi en lafo por eskapi %2$s +death.attack.magic=%1$s mortis pro magio +death.attack.mob=%1$s estis mortigita de %2$s +death.attack.onFire=%1$s brulis Äis la morto +death.attack.onFire.player=%1$s brulis Äis la morto batalante %2$s +death.attack.outOfWorld=%1$s falis el la mondo +death.attack.player=%1$s estis mortigita de %2$s +death.attack.player.item=%1$s estis mortigita de %2$s per %3$s +death.attack.starve=%1$s mortis pro malsato +death.attack.thorns=%1$s estis mortigita provante dolorigi %2$s +death.attack.thrown=%1$s estis mortfrapis de %2$s +death.attack.thrown.item=%1$s estis mortfrapis de %2$s per %3$s +death.attack.wither=%1$s forvelkis +death.fell.accident.generic=%1$s falis de alta loko +death.fell.accident.ladder=%1$s falis de Åtupetaro +death.fell.accident.vines=%1$s falis de hedero +death.fell.accident.water=%1$s falis el la akvo +death.fell.assist=%1$s estis devigita fali de %2$s +death.fell.assist.item=%1$s estis devigita fali de %2$s per %3$s +death.fell.finish=%1$s falis tro profunde kaj estis mortigita de %2$s +death.fell.finish.item=%1$s falis tro profunde kaj estis mortigita de %2$s per %3$s +death.fell.killer=%1$s estis devigita fali +deathScreen.deleteWorld=Forigi mondon +deathScreen.hardcoreInfo=Vi ne povas reviviÄi en la malfacilega modo! +deathScreen.leaveServer=Eliri el la servilo +deathScreen.quit.confirm=Ĉu vi certas ke vi volas eliri? +deathScreen.respawn=ReviviÄi +deathScreen.score=Poentoj +deathScreen.title=Vi mortis! +deathScreen.title.hardcore=Fino de la ludo! +deathScreen.titleScreen=Ĉefa menuo +demo.day.1=Ĉi tiu demonstra ludo daÅ­ros kvin tagojn. BonÅancon! +demo.day.2=Dua tago +demo.day.3=Tria tago +demo.day.4=Kvara tago +demo.day.5=Lasta tago! +demo.day.6=La kvina tago forpasis, uzu F2 por konservi ekranbildon de via kreaĵo +demo.day.warning=Via tempo preskaÅ­ forpasis! +demo.demoExpired=Demonstro finiÄis! +demo.help.buy=Aĉeti Nun! +demo.help.fullWrapped=Ĉi tiu provtempo daÅ­ros kvin ludajn tagojn (ĉirkaÅ­ 1 horo kaj 40 minutoj de reala tempo). Rigardu la atingojn por konsiletoj! Amuzu vin! +demo.help.inventory=Uzu %1$s por malfermi vian inventaron +demo.help.jump=Saltu premante %1$s +demo.help.later=DaÅ­rigi Ludanta! +demo.help.movement=Uzu %1$s, %2$s, %3$s, %4$s kaj la muson por moviÄi +demo.help.movementMouse=ĈirkaÅ­rigardu per movi la muson +demo.help.movementShort=MoviÄu per premi %1$s, %2$s, %3$s, %4$s +demo.help.title=Minecraft Demonstra Modo +demo.remainingTime=Restanta tempo: %s +demo.reminder=La provtempo finiÄis, aĉetu la ludon por plu ludi aÅ­ kreu novan mondon! +difficulty.lock.question=Ĉu vi certas, ke vi volas Ålosi la malfacilecon de ĉi tiu mondo? ĈI tiu ÅanÄos ĉi tiu mondon esti ĉiam %1$s, kaj vi neniam povos ÅanÄi tiu denove. +difficulty.lock.title=Åœlosi la Malfacilecon de la Mondo +disconnect.closed=Konekto fermita +disconnect.disconnected=Malkonektis de la servilo +disconnect.endOfStream=Flufino +disconnect.genericReason=%s +disconnect.kicked=Estis elĵetita el la ludo +disconnect.loginFailed=Ensalutado malsukcesis +disconnect.loginFailedInfo=Ensalutado malsukcesis: %s +disconnect.loginFailedInfo.invalidSession=Nevalida sesio (Provu reÅalti la ludon) +disconnect.loginFailedInfo.serversUnavailable=La autentigilo momente estas nekonektata por flegado. +disconnect.lost=La konekto perdiÄis +disconnect.overflow=Bufrosuperfluo +disconnect.quitting=Eliras +disconnect.spam=Elĵetita pro spamado +disconnect.timeout=Tro da tempo forpasis +enchantment.arrowDamage=Potenco +enchantment.arrowFire=Flamo +enchantment.arrowInfinite=Senfino +enchantment.arrowKnockback=Pafego +enchantment.damage.all=Akreco +enchantment.damage.arthropods=Turmento de Artropodoj +enchantment.damage.undead=Turmento +enchantment.digging=Efikeco +enchantment.durability=NerompiÄemo +enchantment.fire=Bruligo +enchantment.fishingSpeed=Logilo +enchantment.knockback=ForpuÅo +enchantment.level.1=I +enchantment.level.10=X +enchantment.level.2=II +enchantment.level.3=III +enchantment.level.4=IV +enchantment.level.5=V +enchantment.level.6=VI +enchantment.level.7=VII +enchantment.level.8=VIII +enchantment.level.9=IX +enchantment.lootBonus=Predado +enchantment.lootBonusDigger=Fortuno +enchantment.lootBonusFishing=BonÅanco de la Maro +enchantment.oxygen=Spirado +enchantment.protect.all=Protekto +enchantment.protect.explosion=Eksploda Protekto +enchantment.protect.fall=Plumfalo +enchantment.protect.fire=Fajra Protekto +enchantment.protect.projectile=Pafaĵa Protekto +enchantment.thorns=Dornoj +enchantment.untouching=Silka TuÅo +enchantment.waterWalker=ProfundpaÅanto +enchantment.waterWorker=Akva Afineco +entity.ArmorStand.name=Kirasoportilo +entity.Arrow.name=sago +entity.Bat.name=Vesperto +entity.Blaze.name=Incendio +entity.Boat.name=Boato +entity.Cat.name=Kato +entity.CaveSpider.name=Kavernaraneo +entity.Chicken.name=Koko +entity.Cow.name=Bovo +entity.Creeper.name=Kripero +entity.EnderDragon.name=Finejdrako +entity.Enderman.name=Finejano +entity.Endermite.name=Finejakaro +entity.EntityHorse.name=Ĉevalo +entity.FallingSand.name=Falanta bloko +entity.Fireball.name=Fajrobulo +entity.Ghast.name=Fantomo +entity.Giant.name=Giganto +entity.Guardian.name=Guardisto +entity.Item.name=Objekto +entity.KillerBunny.name=La kuniklo murda +entity.LavaSlime.name=Magmokubo +entity.Minecart.name=Ĉaro +entity.Mob.name=Mobo +entity.Monster.name=Monstro +entity.MushroomCow.name=Fungobovo +entity.Ozelot.name=Oceloto +entity.Painting.name=Pentraĵo +entity.Pig.name=Porko +entity.PigZombie.name=Zombia Porkhomo +entity.PrimedTnt.name=Bloko da eksplodaĵo +entity.Rabbit.name=Kuniklo +entity.Sheep.name=Åœafo +entity.Silverfish.name=Lepismo +entity.Skeleton.name=Skeleto +entity.Slime.name=Åœlimo +entity.SmallFireball.name=Malgranda fajrobulo +entity.SnowMan.name=NeÄgolemo +entity.Snowball.name=NeÄbulo +entity.Spider.name=Araneo +entity.Squid.name=Kalmaro +entity.Villager.armor=Armilfaristo +entity.Villager.butcher=Viandisto +entity.Villager.cleric=Kleriko +entity.Villager.farmer=Farmisto +entity.Villager.fisherman=FiÅisto +entity.Villager.fletcher=Sagisto +entity.Villager.leather=Ledlaboristo +entity.Villager.librarian=Bibliotekisto +entity.Villager.name=VilaÄano +entity.Villager.shepherd=Åœafisto +entity.Villager.tool=IloforÄisto +entity.Villager.weapon=ArmilforÄisto +entity.VillagerGolem.name=Fergolemo +entity.Witch.name=Sorĉistino +entity.WitherBoss.name=Velkestro +entity.Wolf.name=Lupo +entity.XPOrb.name=Spertobulo +entity.Zombie.name=Zombio +entity.donkey.name=Azeno +entity.generic.name=nekonata +entity.horse.name=Ĉevalo +entity.mule.name=Mulo +entity.skeletonhorse.name=Skeleta Ĉevalo +entity.zombiehorse.name=Zombia Ĉevalo +gameMode.adventure=Aventura modo +gameMode.changed=Via ludreÄimo estas sukcese ÅanÄita +gameMode.creative=Kreema reÄimo +gameMode.hardcore=Malfacilega reÄimo! +gameMode.spectator=Spektanta Ludtipo +gameMode.survival=Traviva reÄimo +generator.amplified=AMPLIFITA +generator.amplified.info=Avizo: Nur por amuzo, bezonas fortan komputilon +generator.customized=Agordita +generator.debug_all_block_states=Erarserĉa modo +generator.default=DefaÅ­lta +generator.flat=Ege plata +generator.largeBiomes=Grandaj biomoj +gui.achievements=Atingoj +gui.all=Ĉiuj +gui.back=Reen +gui.cancel=Nuligi +gui.done=Preta +gui.down=Malsupren +gui.no=Ne +gui.none=Neniu +gui.stats=Statistiko +gui.toMenu=Reen al ĉefa menuo +gui.up=Supren +gui.yes=Jes +inventory.binSlot=Detrui Objekton +item.apple.name=Pomo +item.appleGold.name=Ora pomo +item.armorStand.name=Kirasoportilo +item.arrow.name=Sago +item.banner.black.name=Nigra Flago +item.banner.blue.name=Blua Flago +item.banner.brown.name=Bruna Flago +item.banner.cyan.name=Turkisa Flago +item.banner.gray.name=Griza Flago +item.banner.green.name=Verda Flago +item.banner.lightBlue.name=Helblua Flago +item.banner.lime.name=Helverda Flago +item.banner.magenta.name=Magenta Flago +item.banner.orange.name=OranÄa Flago +item.banner.pink.name=Roza Flago +item.banner.purple.name=Purpura Flago +item.banner.red.name=RuÄa Flago +item.banner.silver.name=Helgriza Flago +item.banner.white.name=Blanka Flago +item.banner.yellow.name=Leontoda Flago +item.bed.name=Lito +item.beefCooked.name=Bifsteko +item.beefRaw.name=Kruda bovaĵo +item.blazePowder.name=Incendia pulvoro +item.blazeRod.name=Incendia bastono +item.boat.name=Boato +item.bone.name=Osto +item.book.name=Libro +item.bootsChain.name=Ĉenaj botoj +item.bootsCloth.name=Ledaj botoj +item.bootsDiamond.name=Diamantaj botoj +item.bootsGold.name=Oraj botoj +item.bootsIron.name=Feraj botoj +item.bow.name=Pafarko +item.bowl.name=Bovlo +item.bread.name=Pano +item.brewingStand.name=Eliksirfarejo +item.brick.name=Briko +item.bucket.name=Sitelo +item.bucketLava.name=Sitelo da lafo +item.bucketWater.name=Sitelo da akvo +item.cake.name=Kuko +item.canBreak=Povas rompi : +item.canPlace=Metebla sur : +item.carrotGolden.name=Ora karoto +item.carrotOnAStick.name=Bastono kun karoto +item.carrots.name=Karoto +item.cauldron.name=Kaldrono +item.charcoal.name=Lignokarbo +item.chestplateChain.name=Ĉena kiraso +item.chestplateCloth.name=Leda tuniko +item.chestplateDiamond.name=Diamanta kiraso +item.chestplateGold.name=Ora kiraso +item.chestplateIron.name=Fera kiraso +item.chickenCooked.name=Kuirita kokaĵo +item.chickenRaw.name=Kruda kokaĵo +item.clay.name=Argilo +item.clock.name=HorloÄo +item.coal.name=Karbo +item.comparator.name=RuÄÅtona komparilo +item.compass.name=Kompaso +item.cookie.name=Kekso +item.diamond.name=Diamanto +item.diode.name=RuÄÅtona repetilo +item.doorAcacia.name=Akacia Pordo +item.doorBirch.name=Betula Pordo +item.doorDarkOak.name=Malhelkverka Pordo +item.doorIron.name=Fera pordo +item.doorJungle.name=Ä´angala Pordo +item.doorOak.name=Kverka Pordo +item.doorSpruce.name=Picea Pordo +item.dyePowder.black.name=Inksako +item.dyePowder.blue.name=Lazurito +item.dyePowder.brown.name=Kakao +item.dyePowder.cyan.name=Turkisa tinkturo +item.dyePowder.gray.name=Griza tinkturo +item.dyePowder.green.name=Verdo de kakto +item.dyePowder.lightBlue.name=Helblua tinkturo +item.dyePowder.lime.name=Helverda tinkturo +item.dyePowder.magenta.name=Magenta tinkturo +item.dyePowder.orange.name=OranÄkolora tinkturo +item.dyePowder.pink.name=Roza tinkturo +item.dyePowder.purple.name=Purpura tinkturo +item.dyePowder.red.name=RuÄo de rozo +item.dyePowder.silver.name=Helgriza tinkturo +item.dyePowder.white.name=Ostopulvoro +item.dyePowder.yellow.name=Leontoda flavo +item.dyed=Tinkturita +item.egg.name=Ovo +item.emerald.name=Smeraldo +item.emptyMap.name=Blanka mapo +item.emptyPotion.name=Akvobotelo +item.enchantedBook.name=Sorĉita libro +item.enderPearl.name=Finejperlo +item.expBottle.name=Botelo de sorĉado +item.eyeOfEnder.name=Finejokulo +item.feather.name=Plumo +item.fermentedSpiderEye.name=Fermentita okulo de araneo +item.fireball.name=Fajrobulo +item.fireworks.flight=FlugdaÅ­ro: +item.fireworks.name=Artfajraĵa raketo +item.fireworksCharge.black=Nigra +item.fireworksCharge.blue=Blua +item.fireworksCharge.brown=Bruna +item.fireworksCharge.customColor=Personigita +item.fireworksCharge.cyan=Turkisa +item.fireworksCharge.fadeTo=Forvelki al +item.fireworksCharge.flicker=Sparko +item.fireworksCharge.gray=Griza +item.fireworksCharge.green=Verda +item.fireworksCharge.lightBlue=Helblua +item.fireworksCharge.lime=Helverda +item.fireworksCharge.magenta=Fuksina +item.fireworksCharge.name=Artfajraĵa stelo +item.fireworksCharge.orange=OranÄkolora +item.fireworksCharge.pink=Roza +item.fireworksCharge.purple=Purpura +item.fireworksCharge.red=RuÄa +item.fireworksCharge.silver=Helgriza +item.fireworksCharge.trail=Poststrio +item.fireworksCharge.type=Nekonata formo +item.fireworksCharge.type.0=Malgranda bulo +item.fireworksCharge.type.1=Granda bulo +item.fireworksCharge.type.2=Stela formo +item.fireworksCharge.type.3=Formo de kripero +item.fireworksCharge.type.4=SplitiÄo +item.fireworksCharge.white=Blanka +item.fireworksCharge.yellow=Flava +item.fish.clownfish.raw.name=KlaÅ­nfiÅo +item.fish.cod.cooked.name=Kuirita fiÅo +item.fish.cod.raw.name=Kruda fiÅo +item.fish.pufferfish.raw.name=PintfiÅo +item.fish.salmon.cooked.name=Kuirita salmo +item.fish.salmon.raw.name=Kruda salmo +item.fishingRod.name=FiÅkaptilo +item.flint.name=Siliko +item.flintAndSteel.name=Fajrilo +item.flowerPot.name=Florpoto +item.frame.name=Objektkadro +item.ghastTear.name=Fantomolarmo +item.glassBottle.name=Vitra botelo +item.goldNugget.name=Orobulo +item.hatchetDiamond.name=Diamanta hakilo +item.hatchetGold.name=Ora hakilo +item.hatchetIron.name=Fera hakilo +item.hatchetStone.name=Åœtona hakilo +item.hatchetWood.name=Ligna hakilo +item.helmetChain.name=Ĉena kasko +item.helmetCloth.name=Leda kasko +item.helmetDiamond.name=Diamanta kasko +item.helmetGold.name=Ora kasko +item.helmetIron.name=Fera kasko +item.hoeDiamond.name=Diamanta sarkilo +item.hoeGold.name=Ora sarkilo +item.hoeIron.name=Fera sarkilo +item.hoeStone.name=Åœtona sarkilo +item.hoeWood.name=Ligna sarkilo +item.horsearmordiamond.name=Diamanta ĉevala kiraso +item.horsearmorgold.name=Ora ĉevala kiraso +item.horsearmormetal.name=Fera ĉevala kiraso +item.ingotGold.name=Ora ingoto +item.ingotIron.name=Fera ingoto +item.leash.name=Gvidilo +item.leather.name=Ledo +item.leaves.name=Folioj +item.leggingsChain.name=Ĉena pantalono +item.leggingsCloth.name=Leda pantalono +item.leggingsDiamond.name=Diamanta pantalono +item.leggingsGold.name=Ora pantalono +item.leggingsIron.name=Fera pantalono +item.magmaCream.name=Magmokremo +item.map.name=Mapo +item.melon.name=Melono +item.milk.name=Sitelo da lakto +item.minecart.name=Ĉaro +item.minecartChest.name=Ĉaro kun kesto +item.minecartCommandBlock.name=Ĉaro kun komandbloko +item.minecartFurnace.name=Ĉaro kun forno +item.minecartHopper.name=Ĉaro kun funelo +item.minecartTnt.name=Ĉaro kun eksplodaĵo +item.monsterPlacer.name=Monstrogenerilo +item.mushroomStew.name=Fungosupo +item.muttonCooked.name=Kuirita Åafaĵo +item.muttonRaw.name=Kruda Åafaĵo +item.nameTag.name=Nometikedo +item.netherStalkSeeds.name=Infera veruko +item.netherStar.name=Infera stelo +item.netherbrick.name=Infera briko +item.netherquartz.name=Infera kvarco +item.painting.name=Pentraĵo +item.paper.name=Papero +item.pickaxeDiamond.name=Diamanta pioĉo +item.pickaxeGold.name=Ora pioĉo +item.pickaxeIron.name=Fera pioĉo +item.pickaxeStone.name=Åœtona pioĉo +item.pickaxeWood.name=Ligna pioĉo +item.porkchopCooked.name=Kuirita porkaĵo +item.porkchopRaw.name=Kruda porkaĵo +item.potato.name=Terpomo +item.potatoBaked.name=Bakita terpomo +item.potatoPoisonous.name=Venena terpomo +item.potion.name=Eliksiro +item.prismarineCrystals.name=Prismara Kristalo +item.prismarineShard.name=Prismara Rompopeco +item.pumpkinPie.name=Kukurbotorto +item.rabbitCooked.name=Kuirita kuniklo +item.rabbitFoot.name=Kuniklopiedo +item.rabbitHide.name=Kunikla felo +item.rabbitRaw.name=Kruda kuniklo +item.rabbitStew.name=Kunikloraguo +item.record.11.desc=C418 - 11 +item.record.13.desc=C418 - 13 +item.record.blocks.desc=C418 - blocks +item.record.cat.desc=C418 - cat +item.record.chirp.desc=C418 - chirp +item.record.far.desc=C418 - far +item.record.mall.desc=C418 - mall +item.record.mellohi.desc=C418 - mellohi +item.record.name=Sondisko +item.record.stal.desc=C418 - stal +item.record.strad.desc=C418 - strad +item.record.wait.desc=C418 - wait +item.record.ward.desc=C418 - ward +item.redstone.name=RuÄÅtona polvo +item.reeds.name=Sukerkano +item.rottenFlesh.name=Putra karno +item.ruby.name=Rubeno +item.saddle.name=Selo +item.seeds.name=Semoj +item.seeds_melon.name=Melonaj semoj +item.seeds_pumpkin.name=Kukurbaj semoj +item.shears.name=Tondilo +item.shovelDiamond.name=Diamanta fosilo +item.shovelGold.name=Ora fosilo +item.shovelIron.name=Fera fosilo +item.shovelStone.name=Åœtona fosilo +item.shovelWood.name=Ligna fosilo +item.sign.name=Åœildo +item.skull.char.name=Kapo +item.skull.creeper.name=Kapo de kripero +item.skull.player.name=Kapo de %s +item.skull.skeleton.name=Kranio de skeleto +item.skull.wither.name=Kranio de velkskeleto +item.skull.zombie.name=Kapo de zombio +item.slimeball.name=Mukbulo +item.snowball.name=NeÄbulo +item.speckledMelon.name=Brila melontranĉaĵo +item.spiderEye.name=Okulo de araneo +item.stick.name=Bastono +item.string.name=Fadeno +item.sugar.name=Sukero +item.sulphur.name=Pulvo +item.swordDiamond.name=Diamanta glavo +item.swordGold.name=Ora glavo +item.swordIron.name=Fera glavo +item.swordStone.name=Åœtona glavo +item.swordWood.name=Ligna glavo +item.unbreakable=Nerompebla +item.wheat.name=Tritiko +item.writingBook.name=Libro kaj plumo +item.writtenBook.name=Skribita libro +item.yellowDust.name=LumÅtona polvo +itemGroup.brewing=Eliksiroj +itemGroup.buildingBlocks=Konstruaj Blokoj +itemGroup.combat=Batalaĵoj +itemGroup.decorations=Dekoraciaj Blokoj +itemGroup.food=ManÄaĵoj +itemGroup.inventory=Traviva Inventaro +itemGroup.materials=Materialoj +itemGroup.misc=Diversaĵoj +itemGroup.redstone=RuÄÅtono +itemGroup.search=Serĉi +itemGroup.tools=Iloj +itemGroup.transportation=Transporto +key.attack=Ataki/detrui +key.back=PaÅi malantaÅ­en +key.categories.gameplay=Ludo +key.categories.inventory=Inventaro +key.categories.misc=Diversaj +key.categories.movement=Movado +key.categories.multiplayer=Plurludanta modo +key.categories.stream=Elsendado +key.categories.ui=Interfaco +key.chat=Babili +key.command=Fari komandon +key.drop=Forĵeti objekton +key.forward=PaÅi antaÅ­en +key.fullscreen=Baskuli tutekranon +key.hotbar.1=Objektujo 1 +key.hotbar.2=Objektujo 2 +key.hotbar.3=Objektujo 3 +key.hotbar.4=Objektujo 4 +key.hotbar.5=Objektujo 5 +key.hotbar.6=Objektujo 6 +key.hotbar.7=Objektujo 7 +key.hotbar.8=Objektujo 8 +key.hotbar.9=Objektujo 9 +key.inventory=Inventaro +key.jump=Salti +key.left=FlankpaÅi maldekstren +key.mouseButton=Butono %1$s +key.pickItem=Elekti blokon +key.playerlist=Ludantolisto +key.right=FlankpaÅi dekstren +key.screenshot=Fari ekranbildon +key.smoothCamera=Baskuli glatan kameraon +key.sneak=Rampi +key.spectatorOutlines=Emfazi la ludantojn (Spektantoj) +key.sprint=Kuri +key.streamCommercial=Montri elsendfluajn reklamojn +key.streamPauseUnpause=(Mal-)pauzigi elsendfluon +key.streamStartStop=(Mal-)startigi elsendfluon +key.streamToggleMic=Premu por paroli/Muta +key.togglePerspective=ÅœanÄi perspektivon +key.use=Uzi objekton/meti blokon +lanServer.otherPlayers=Agordoj pri aliaj ludantoj +lanServer.scanning=Serĉas ludojn en via loka reto +lanServer.start=Komenci LAN-mondon +lanServer.title=LAN-mondo +language.code=eo_UY +language.name=Esperanto +language.region=Mondo +mcoServer.title=Minecraft Interreta Mondo +menu.convertingLevel=Konvertas mondon +menu.disconnect=MalkonektiÄi +menu.game=Ludmenuo +menu.generatingLevel=Generas mondon +menu.generatingTerrain=Kreas terenon +menu.loadingLevel=Åœargado de la mondo +menu.multiplayer=Pluraj ludantoj +menu.online=Minecraft Regnoj +menu.options=Agordoj… +menu.playdemo=Ludi Demonstran Mondon +menu.quit=Eliri el la ludo +menu.resetdemo=Renovigi demonstran mondon +menu.respawning=Revivigi +menu.returnToGame=Reiri al la ludo +menu.returnToMenu=Konservi kaj reiri al ĉefa menuo +menu.shareToLan=Malfermi al LAN +menu.simulating=La mondo iomete simuliÄas +menu.singleplayer=Unu ludanto +menu.switchingLevel=InterÅanÄas mondojn +merchant.deprecated=Negocu ion alia malÅlosi! +mount.onboard=Premu %1$s por desalti +multiplayer.connect=Konekti +multiplayer.downloadingStats=ElÅutas statistikon kaj atingojn... +multiplayer.downloadingTerrain=ElÅutas terenon +multiplayer.info1=Minecraft por multaj ludantoj ĉi-momente ankoraÅ­ ne estas finita, +multiplayer.info2=sed eblas ludi en frua, cima versio. +multiplayer.ipinfo=Enskribi la IP-adreson de la servilo por konekti al Äi: +multiplayer.player.joined=%s eniris la ludon +multiplayer.player.joined.renamed=%s (antaÅ­e konata kiel %s) eniris la ludon +multiplayer.player.left=%s eliris la ludon +multiplayer.stopSleeping=EllitiÄi +multiplayer.texturePrompt.line1=Tiu servilo rekomendas la uzon de kutima rimedpakaĵo. +multiplayer.texturePrompt.line2=Ĉu vi volas elÅuti kaj instali Äin aÅ­tomate? +multiplayer.title=Multaj ludantoj +options.advancedButton=Altnivelaj grafikaj opcioj... +options.advancedOpengl=Altgrada OpenGL +options.advancedVideoTitle=Altnivelaj Grafikaj Opcioj +options.anaglyph=3D Anaglifo +options.ao=Glata lumigo +options.ao.max=Maksimuma +options.ao.min=Minimuma +options.ao.off=NE +options.blockAlternatives=Alternaj blokoj +options.chat.color=Koloroj +options.chat.height.focused=Alteco (malfermita) +options.chat.height.unfocused=Alteco (fermita) +options.chat.links=Retligiloj +options.chat.links.prompt=Averti pri malfermado de ligiloj +options.chat.opacity=Opakeco +options.chat.scale=Skalo +options.chat.title=Babilaj agordoj… +options.chat.visibility=Babilado +options.chat.visibility.full=Videbla +options.chat.visibility.hidden=KaÅita +options.chat.visibility.system=Nur komandoj +options.chat.width=LarÄeco +options.controls=Regiloj... +options.customizeTitle=Agordi Mondajn Agordoj +options.difficulty=Malfacileco +options.difficulty.easy=Facila +options.difficulty.hard=Malfacila +options.difficulty.hardcore=Malfacilega +options.difficulty.normal=Normala +options.difficulty.peaceful=Paca +options.farWarning1=64-bita instalo de Java estas rekomendata +options.farWarning2=por longa bildiga distanco (vi havas 32-bitan) +options.fboEnable=Aktivigi FBO-ojn +options.forceUnicodeFont=Devigi Unikodan tiparon +options.fov=ADV +options.fov.max=Ekstrema +options.fov.min=Normala +options.framerateLimit=Maksimuma bildrapido +options.framerateLimit.max=Senfina +options.fullscreen=Tutekrano +options.gamma=Heleco +options.gamma.max=Hela +options.gamma.min=Malhela +options.graphics=Grafiko +options.graphics.fancy=Bela +options.graphics.fast=Rapida +options.guiScale=Interfacoskalo +options.guiScale.auto=AÅ­tomata +options.guiScale.large=Granda +options.guiScale.normal=Normala +options.guiScale.small=Malgranda +options.hidden=KaÅita +options.invertMouse=Inversigi muson +options.language=Lingvo… +options.languageWarning=Tradukoj ne nepre estas 100%% precizaj +options.mipmapLevels=Mipmapaj niveloj +options.modelPart.cape=Kabo +options.modelPart.hat=Ĉapelo +options.modelPart.jacket=Jako +options.modelPart.left_pants_leg=Maldekstra pantalona kruro +options.modelPart.left_sleeve=Maldekstra maniko +options.modelPart.right_pants_leg=Dekstra pantalona kruro +options.modelPart.right_sleeve=Dekstra maniko +options.multiplayer.title=Agordoj pri multaj ludantoj... +options.music=Muziko +options.off=NE +options.on=JES +options.particles=Partikloj +options.particles.all=Ĉiuj +options.particles.decreased=Malmultaj +options.particles.minimal=Plej malmultaj +options.performanceButton=Agordoj pri grafika rendimento... +options.performanceVideoTitle=Agordoj pri Grafika Rendimento +options.postButton=Postprocezaj opcioj... +options.postProcessEnable=Aktivigi postprocezadon +options.postVideoTitle=Postprocezaj Opcioj +options.qualityButton=Agordoj pri grafika kvalito... +options.qualityVideoTitle=Agordoj pri Grafika Kvalito +options.reducedDebugInfo=Reduktataj informoj de erarserĉo +options.renderClouds=Nuboj +options.renderDistance=Bildiga distanco +options.renderDistance.far=Longa +options.renderDistance.normal=Normala +options.renderDistance.short=Mallonga +options.renderDistance.tiny=Tre mallonga +options.resourcepack=Rimedpakaĵoj... +options.saturation=Sateco +options.sensitivity=Sentemeco +options.sensitivity.max=RAPIDEGA!!! +options.sensitivity.min=*oscedo* +options.skinCustomisation=Personigo de la HaÅ­to... +options.skinCustomisation.title=Personigo de la HaÅ­to +options.snooper=Permesi snifadon +options.snooper.desc=Ni volas kolekti informojn pri via komputilo por helpi bonigi Minecraft per scii kiel ni povas helpi kaj kie estas la plej grandaj problemoj. Ĉiuj informoj estas tute anonimaj kaj videblaj sube. Ni promesas ke ni ne faros ion ajn malbonan per ĉi tiuj datumoj, sed se vi volas, vi povas malÅalti la kolektadon. +options.snooper.title=Kolektado de Komputilaj Atributoj +options.snooper.view=Snifopcioj... +options.sound=Sono +options.sounds=Muziko kaj sonoj... +options.sounds.title=Opcioj pri muziko kaj sonoj +options.stream=Elsendadagordoj... +options.stream.bytesPerPixel=Kvalito +options.stream.changes=Eble vi devas restartigi vian elsendfluon por ke tioj ÅanÄoj efektiÄu. +options.stream.chat.enabled=Ebligi +options.stream.chat.enabled.always=Ĉiam +options.stream.chat.enabled.never=Neniam +options.stream.chat.enabled.streaming=Dum elsendi +options.stream.chat.title=Twitch babilagordoj +options.stream.chat.userFilter=Uzantfiltrilo +options.stream.chat.userFilter.all=Ĉiuj spektuloj +options.stream.chat.userFilter.mods=Kontrolistoj +options.stream.chat.userFilter.subs=Abonantoj +options.stream.compression=Densigo +options.stream.compression.high=Alta +options.stream.compression.low=Malalta +options.stream.compression.medium=Meza +options.stream.estimation=Taksita distingivo: %sx%s +options.stream.fps=Bildrapido +options.stream.ingest.reset=Rekomencigi agordon +options.stream.ingest.title=Twitch elsendserviloj +options.stream.ingestSelection=Elsendservilaro +options.stream.kbps=Kapacito +options.stream.micToggleBehavior=Premu por +options.stream.micVolumne=MikrofonlaÅ­teco +options.stream.mic_toggle.mute=Muta +options.stream.mic_toggle.talk=Paroli +options.stream.sendMetadata=Sendu metadatumojn +options.stream.systemVolume=Sistema laÅ­teco +options.stream.title=Twitch Elsendadagordoj +options.title=Opcioj +options.touchscreen=TuÅekrana modo +options.vbo=Uzi VBOs +options.video=Grafikopcioj... +options.videoTitle=Grafikopcioj +options.viewBobbing=Kaptremo +options.visible=Videbla +options.vsync=VSync +potion.absorption=Sansorbeco +potion.absorption.postfix=Eliksiro de Sorbado +potion.blindness=Blindeco +potion.blindness.postfix=Eliksiro de Blindeco +potion.confusion=NaÅ­zo +potion.confusion.postfix=Eliksiro de NaÅ­zo +potion.damageBoost=Forteco +potion.damageBoost.postfix=Eliksiro de Forteco +potion.digSlowDown=Mina laceco +potion.digSlowDown.postfix=Eliksiro de Malhasto +potion.digSpeed=Hasto +potion.digSpeed.postfix=Eliksiro de Hasto +potion.effects.whenDrank=Kiam trinkata: +potion.empty=Neniu efiko +potion.fireResistance=Fajrorezisto +potion.fireResistance.postfix=Eliksiro de Fajrorezisto +potion.harm=Tuja damaÄo +potion.harm.postfix=Eliksiro de DamaÄo +potion.heal=Tuja sanigo +potion.heal.postfix=Eliksiro de Sanigo +potion.healthBoost=Sanplibonigeco +potion.healthBoost.postfix=Eliksiro de Plia Sano +potion.hunger=Malsato +potion.hunger.postfix=Eliksiro de Malsato +potion.invisibility=Nevidebleco +potion.invisibility.postfix=Eliksiro de Nevidebleco +potion.jump=Saltego +potion.jump.postfix=Eliksiro de Saltplialtigo +potion.moveSlowdown=Malrapideco +potion.moveSlowdown.postfix=Eliksiro de Malrapideco +potion.moveSpeed=Kurrapideco +potion.moveSpeed.postfix=Eliksiro de Kurrapideco +potion.nightVision=Helvido +potion.nightVision.postfix=Eliksiro de Helvido +potion.poison=Veneno +potion.poison.postfix=Eliksiro de Veneno +potion.potency.1=II +potion.potency.2=III +potion.potency.3=IV +potion.prefix.acrid=Koroda +potion.prefix.artless=Naiva +potion.prefix.awkward=Embarasa +potion.prefix.bland=Banala +potion.prefix.bulky=Ampleksa +potion.prefix.bungling=FuÅita +potion.prefix.buttered=Buterita +potion.prefix.charming=Ĉarma +potion.prefix.clear=Klara +potion.prefix.cordial=Kora +potion.prefix.dashing=Rapida +potion.prefix.debonair=Äœentila +potion.prefix.diffuse=Difuza +potion.prefix.elegant=Eleganta +potion.prefix.fancy=Revita +potion.prefix.flat=Sengusta +potion.prefix.foul=Sordida +potion.prefix.grenade=Ä´etata +potion.prefix.gross=Brutta +potion.prefix.harsh=Bruta +potion.prefix.milky=Lakteca +potion.prefix.mundane=Profana +potion.prefix.odorless=Senodora +potion.prefix.potent=Potenca +potion.prefix.rank=Amara +potion.prefix.refined=Delikata +potion.prefix.smooth=Glatita +potion.prefix.sparkling=ÅœaÅ­ma +potion.prefix.stinky=Malbonodora +potion.prefix.suave=Milda +potion.prefix.thick=Dika +potion.prefix.thin=Magra +potion.prefix.uninteresting=Neinteresa +potion.regeneration=ResaniÄo +potion.regeneration.postfix=Eliksiro de ResaniÄo +potion.resistance=Rezisto +potion.resistance.postfix=Eliksiro de Rezisto +potion.saturation=Saturado +potion.saturation.postfix=Eliksiro de Saturado +potion.waterBreathing=Submarspirado +potion.waterBreathing.postfix=Eliksiro de Submarspirado +potion.weakness=Malforteco +potion.weakness.postfix=Eliksiro de Malforteco +potion.wither=Velkeco +potion.wither.postfix=Eliksiro de Velko +record.nowPlaying=Nun ludas: %s +resourcePack.available.title=Disponeblaj rimedpakaĵoj +resourcePack.folderInfo=(Metu rimedpakaĵojn ĉi tien) +resourcePack.openFolder=Malfermi dosierujon de rimedpakaĵoj +resourcePack.selected.title=Elektitaj rimedpakaĵoj +resourcePack.title=Elekti rimedpakaĵojn +screenshot.failure=Malsukcesis konservi ekranbildon: %s +screenshot.success=Konservis ekranbildon kiel %s +selectServer.add=Aldoni servilon +selectServer.defaultName=Minecraft-servilo +selectServer.delete=Forigi +selectServer.deleteButton=Forigi +selectServer.deleteQuestion=Ĉu vi certas, ke vi volas forigi ĉi tiun servilon? +selectServer.deleteWarning=estos perdita eterne! (Longan tempon!) +selectServer.direct=Rekta konekto +selectServer.edit=Redakti +selectServer.empty=malplena +selectServer.hiddenAddress=(KaÅita) +selectServer.refresh=Aktualigi +selectServer.select=Eniri la servilon +selectServer.title=Elektu servilon +selectWorld.allowCommands=Permesi Trompaĵojn: +selectWorld.allowCommands.info=Komandoj kiel /gamemode, /xp +selectWorld.bonusItems=Donaca kesto: +selectWorld.cheats=Trompaĵoj +selectWorld.conversion=Devas esti konvertita! +selectWorld.create=Krei novan mondon +selectWorld.createDemo=Ludi novan demonstran mondon +selectWorld.customizeType=AlÄustigi +selectWorld.delete=Forigi +selectWorld.deleteButton=Forigi +selectWorld.deleteQuestion=Ĉu vi certas, ke vi volas forigi ĉi tiun mondon? +selectWorld.deleteWarning=estos perdita eterne! (Longan tempon!) +selectWorld.empty=malplena +selectWorld.enterName=Nomo de la mondo +selectWorld.enterSeed=Valoro por la mondogenerilo +selectWorld.gameMode=LudreÄimo +selectWorld.gameMode.adventure=Aventura +selectWorld.gameMode.adventure.line1=Same kiel la traviva modo, sed blokoj ne povas +selectWorld.gameMode.adventure.line2=esti metitaj aÅ­ forigitaj +selectWorld.gameMode.creative=Krea +selectWorld.gameMode.creative.line1=Senfinaj krudmaterialoj, flugado kaj +selectWorld.gameMode.creative.line2=tuja detruo de blokoj +selectWorld.gameMode.hardcore=Malfacilega +selectWorld.gameMode.hardcore.line1=Same kiel la traviva reÄimo, ĉiam plej malfacile +selectWorld.gameMode.hardcore.line2=kaj la mondo detruiÄos post morto +selectWorld.gameMode.spectator=Spektatoro +selectWorld.gameMode.spectator.line1=Vi povas rigardi sed vi ne povas tuĉi +selectWorld.gameMode.survival=Traviva +selectWorld.gameMode.survival.line1=Serĉi krudmaterialojn, konstrui ilojn +selectWorld.gameMode.survival.line2=kolekti sperton kaj batali por travivi +selectWorld.hardcoreMode=Malfacilega: +selectWorld.hardcoreMode.info=La mondo detruiÄos post morto +selectWorld.mapFeatures=Generi strukturojn: +selectWorld.mapFeatures.info=VilaÄoj, karceroj, ktp. +selectWorld.mapType=Mondotipo: +selectWorld.mapType.normal=Normala +selectWorld.moreWorldOptions=Pli da mondopcioj... +selectWorld.newWorld=Nova mondo +selectWorld.newWorld.copyOf=Kopio de %s +selectWorld.recreate=Rekrei +selectWorld.rename=Renomi +selectWorld.renameButton=Renomi +selectWorld.renameTitle=Renomi mondon +selectWorld.resultFolder=KonserviÄos en: +selectWorld.seedInfo=Lasi malplena por hazarda valoro +selectWorld.select=Ludi elektitan mondon +selectWorld.title=Elekti mondon +selectWorld.world=Mondo +sign.edit=Redakti ÅildmesaÄon +soundCategory.ambient=Mediaj sonoj +soundCategory.block=Blokoj +soundCategory.hostile=Malamikaj bestoj +soundCategory.master=Precipa laÅ­teco +soundCategory.music=Muziko +soundCategory.neutral=Amikaj bestoj +soundCategory.player=Ludantoj +soundCategory.record=MuzikaÅ­tomatoj/Tonblokoj +soundCategory.weather=Veter +stat.animalsBred=Bestoj breditaj +stat.blocksButton=Blokoj +stat.boatOneCm=Distanco per boato +stat.breakItem=%1$s rompitaj +stat.climbOneCm=Grimpodistanco +stat.craftItem=%1$s kreitaj +stat.crafted=Kreita +stat.createWorld=Mondoj kreitaj +stat.crouchOneCm=KaÅ­rinta distanco +stat.damageDealt=DamaÄo eldonita +stat.damageTaken=DamaÄo ricevita +stat.deaths=Nombro da mortoj +stat.depleted=Rompita +stat.diveOneCm=Subakva distanco +stat.drop=Forĵetitaj objektoj +stat.entityKilledBy=%s mortigis vin %s fojo(j)n +stat.entityKilledBy.none=Vi neniam estis mortigita de %s +stat.entityKills=Vi mortigis %s %s +stat.entityKills.none=Vi neniam mortigis %s +stat.fallOneCm=Faldistanco +stat.fishCaught=FiÅoj kaptitaj +stat.flyOneCm=Flugdistanco +stat.generalButton=Äœeneralaĵoj +stat.horseOneCm=Distanco per ĉevalo +stat.itemsButton=Objektoj +stat.joinMultiplayer=Multludantaj ludoj eniritaj +stat.jump=Saltoj +stat.junkFished=Rubaĵoj kaptitaj +stat.leaveGame=Ludoj forlasitaj +stat.loadWorld=Mondoj Åargitaj +stat.mineBlock=%1$s minitaj +stat.minecartOneCm=Distanco per ĉaro +stat.mined=Minita +stat.mobKills=Moboj mortigitaj +stat.mobsButton=Moboj +stat.pigOneCm=Distanco per porko +stat.playOneMinute=Minutoj luditaj +stat.playerKills=Ludantoj mortigitaj +stat.sprintOneCm=Kureginta distanco +stat.startGame=Ludita +stat.swimOneCm=NaÄdistanco +stat.talkedToVillager=Renkontitaj VilaÄoj +stat.timeSinceDeath=Ekde La Lasta Morto +stat.tradedWithVillager=Negocoj kun vilaÄoj +stat.treasureFished=Trezoroj kaptitaj +stat.useItem=%1$s uzitaj +stat.used=Uzita +stat.walkOneCm=Kurdistanco +stats.tooltip.type.achievement=Atingo +stats.tooltip.type.statistic=Statistiko +stream.confirm_start=Ĉu vi certas ke vi volas komenci elsendon? +stream.unavailable.account_not_bound=AntaÅ­ vi povas elsendi Minecraft per Twitch, vi bezonas ligi vian Twitch konton ĉe mojang.com. Ĉu vi Åatus fari tiun nun? +stream.unavailable.account_not_bound.okay=Ligi kontojn +stream.unavailable.account_not_migrated=AntaÅ­ ol vi povas elsendi Minecraft per Twitch, vi devas migrigi vian Minecraft konton al Mojang konton. Ĉu vi deziras fari tion nun? +stream.unavailable.account_not_migrated.okay=Migrigi Konton +stream.unavailable.failed_auth=AÅ­tentigo al Twitch malsukcesis. Bonvolu iri al mojang.com kaj religi vian Twitch konton. +stream.unavailable.failed_auth.okay=Religi kontojn +stream.unavailable.failed_auth_error=Ne povas aÅ­tentigi al Twitch. Bonvolu provi denove poste. +stream.unavailable.initialization_failure=Ne povas pravalorizi Twitch ilaron. +stream.unavailable.initialization_failure.extra=(KaÅ­zo: %s) +stream.unavailable.library_arch_mismatch=La propra Java versio uzata por lanĉi Minecraft ne havas la saman arktitekturon kiel tio uzita por lanĉi la lanĉilon. Bonvolu certiÄi ke tioj samas, aÅ­ 32-bit aÅ­ 64-bit por ambaÅ­. +stream.unavailable.library_failure=Ne povas Åargi la necesatajn bibliotekojn por la integrita Twitch elsendservo. +stream.unavailable.no_fbo=Via grafikkarto bezonas subteni minimume OpenGL 3.0 aÅ­ subteni Framebuffer Objects per etendaĵo por uzi la integrita Twitch elsendservon. +stream.unavailable.no_fbo.arb=Framebuffer Object subteno per ARB estas: %s +stream.unavailable.no_fbo.blend=Aparta mikso subteno per EXT estas: %s +stream.unavailable.no_fbo.ext=Framebuffer Object subteno per EXT estas: %s +stream.unavailable.no_fbo.version=Vi nuntempe uzas: %s +stream.unavailable.not_supported.mac=BedaÅ­rinde la integrita Twitch elsendado bezonas pli novan OS X ol kion vi uzas. Vi bezonas uzi 10.7 (Mac OS X Lion) aÅ­ pli nova por kapabli uzi tiun servon. Ĉu vi Åatus iri al apple.com por lerni pri plibonigi? +stream.unavailable.not_supported.mac.okay=Plibonigi +stream.unavailable.not_supported.other=BedaÅ­rinde la integrita Twitch elsendservo bezonas Vindozon (Vista aÅ­ pli nova) aÅ­ Mac OS X (10.7/Lion aÅ­ pli nova) +stream.unavailable.not_supported.windows=BedaÅ­rinde la integrita Twitch elsendado bezonas pli novan version de Vindozo ol kion vi uzas. Vi minimume bezonas Vindozo Vista aÅ­ pli nova. +stream.unavailable.report_to_mojang=Raporti al Mojang +stream.unavailable.soundflower.chat=Soundflower estas necesata por povi elsendi ĉe Mac. %s +stream.unavailable.soundflower.chat.link=Bonvolu klaki ĉi-tien por instali. +stream.unavailable.title=Twitch elsendado nehaveblas +stream.unavailable.unknown=BedaÅ­rinde vi ne povas elsendi al Twitch nuntempe. Kaj ni ne scias kial :'( +stream.unavailable.unknown.chat=Ne povis lanĉi elsendfluon: %s +stream.user.mode.administrator=Twitch administranto +stream.user.mode.banned=Forbarita +stream.user.mode.banned.other=Forbarita de la kanalo de %s +stream.user.mode.banned.self=Forbarita de via kanalo +stream.user.mode.broadcaster=Elsendanto +stream.user.mode.broadcaster.other=Elsendanto +stream.user.mode.broadcaster.self=Elsendanto (Vi!) +stream.user.mode.moderator=Kontrolisto +stream.user.mode.moderator.other=Kontrolisto en la kanalo de %s +stream.user.mode.moderator.self=Kontrolisto en via kanalo +stream.user.mode.staff=Twitch stabano +stream.user.subscription.subscriber=Abonanto +stream.user.subscription.subscriber.other=Abonanto de la kanalo de %s +stream.user.subscription.subscriber.self=Abonanto de via kanalo +stream.user.subscription.turbo=Twitch Turbo +stream.userinfo.ban=Forbari +stream.userinfo.chatTooltip=Klaku por administri uzanton +stream.userinfo.mod=Promocii al kontrolisto +stream.userinfo.timeout=Tempolimo +stream.userinfo.unban=Repermesi +stream.userinfo.unmod=Malpromocii de kontrolisto +tile.acaciaFence.name=Akacia Barilo +tile.acaciaFenceGate.name=Akacia Barilpordo +tile.activatorRail.name=Aktiviga relo +tile.anvil.intact.name=Amboso +tile.anvil.name=Amboso +tile.anvil.slightlyDamaged.name=Iomete damaÄita amboso +tile.anvil.veryDamaged.name=Tre damaÄita amboso +tile.barrier.name=Barilego +tile.beacon.name=Magia lampo +tile.beacon.primary=Unua efekto +tile.beacon.secondary=Dua efekto +tile.bed.name=Lito +tile.bed.noSleep=Vi povas dormi nur nokte +tile.bed.notSafe=Vi ne povas dormi, monstroj estas proksimaj +tile.bed.notValid=Via lito blokiÄis aÅ­ detruiÄis +tile.bed.occupied=Ĉi tiu lito estas uzata +tile.bedrock.name=FundoÅtono +tile.birchFence.name=Betula Barilo +tile.birchFenceGate.name=Betula Barilpordo +tile.blockCoal.name=Karba bloko +tile.blockDiamond.name=Diamanta bloko +tile.blockEmerald.name=Smeralda bloko +tile.blockGold.name=Ora bloko +tile.blockIron.name=Fera bloko +tile.blockLapis.name=Lazurita bloko +tile.blockRedstone.name=RuÄÅtona bloko +tile.bookshelf.name=Librobretaro +tile.brick.name=Briko +tile.button.name=Butono +tile.cactus.name=Kakto +tile.cake.name=Kuko +tile.carrots.name=Karotoj +tile.cauldron.name=Kaldrono +tile.chest.name=Kesto +tile.chestTrap.name=Baskulkesto +tile.clay.name=Argilo +tile.clayHardened.name=Malmoligita argilo +tile.clayHardenedStained.black.name=Nigrigita argilo +tile.clayHardenedStained.blue.name=Bluigita argilo +tile.clayHardenedStained.brown.name=Brunigita argilo +tile.clayHardenedStained.cyan.name=Turkisigita argilo +tile.clayHardenedStained.gray.name=Grizigita argilo +tile.clayHardenedStained.green.name=Verdigita argilo +tile.clayHardenedStained.lightBlue.name=Helbluigita argilo +tile.clayHardenedStained.lime.name=Helverdigita argilo +tile.clayHardenedStained.magenta.name=Fuksinigita argilo +tile.clayHardenedStained.name=Makulita Argilo +tile.clayHardenedStained.orange.name=OranÄkolorigita argilo +tile.clayHardenedStained.pink.name=Rozigita argilo +tile.clayHardenedStained.purple.name=Purpurigita argilo +tile.clayHardenedStained.red.name=RuÄigita argilo +tile.clayHardenedStained.silver.name=Helgrizigita argilo +tile.clayHardenedStained.white.name=Blankigita argilo +tile.clayHardenedStained.yellow.name=Flavigita argilo +tile.cloth.black.name=Nigra lano +tile.cloth.blue.name=Blua lano +tile.cloth.brown.name=Bruna lano +tile.cloth.cyan.name=Turkisa lano +tile.cloth.gray.name=Griza lano +tile.cloth.green.name=Verda lano +tile.cloth.lightBlue.name=Helblua lano +tile.cloth.lime.name=Helverda lano +tile.cloth.magenta.name=Fuksina lano +tile.cloth.name=Lano +tile.cloth.orange.name=OranÄkolora lano +tile.cloth.pink.name=Roza lano +tile.cloth.purple.name=Purpura lano +tile.cloth.red.name=RuÄa lano +tile.cloth.silver.name=Helgriza lano +tile.cloth.white.name=Lano +tile.cloth.yellow.name=Flava lano +tile.cobbleWall.mossy.name=Muska pavimÅtona muro +tile.cobbleWall.normal.name=PavimÅtona muro +tile.cocoa.name=Kakao +tile.commandBlock.name=Komandbloko +tile.crops.name=Kultivaĵoj +tile.darkOakFence.name=Malhelkverka Barilo +tile.darkOakFenceGate.name=Malhelkverka Barilpordo +tile.daylightDetector.name=Sensilo de sunlumo +tile.deadbush.name=Mortinta arbusto +tile.detectorRail.name=Detekta relo +tile.dirt.coarse.name=Maldelikata tero +tile.dirt.default.name=Tero +tile.dirt.name=Tero +tile.dirt.podzol.name=Podzolo +tile.dispenser.name=Ä´etilo +tile.doorIron.name=Fera pordo +tile.doorWood.name=Ligna pordo +tile.doublePlant.fern.name=Granda filiko +tile.doublePlant.grass.name=Tre alta greso +tile.doublePlant.name=Planto +tile.doublePlant.paeonia.name=Peonio +tile.doublePlant.rose.name=Rozarbo +tile.doublePlant.sunflower.name=Sunfloro +tile.doublePlant.syringa.name=Siringo +tile.dragonEgg.name=Draka ovo +tile.dropper.name=Donilo +tile.enchantmentTable.name=Sorĉotablo +tile.endPortalFrame.name=Fineja Portalo +tile.enderChest.name=Finejkesto +tile.farmland.name=Kultivtero +tile.fence.name=Barilo +tile.fenceGate.name=Barilpordo +tile.fenceIron.name=Fera krado +tile.fire.name=Fajro +tile.flower1.dandelion.name=Leontodo +tile.flower1.name=Floro +tile.flower2.allium.name=Ajlo +tile.flower2.blueOrchid.name=Blua orkido +tile.flower2.houstonia.name=Houstonia caerulea +tile.flower2.name=Floro +tile.flower2.oxeyeDaisy.name=Lekanto +tile.flower2.poppy.name=Papaveto +tile.flower2.tulipOrange.name=OranÄkolora tulipo +tile.flower2.tulipPink.name=Rozkolora tulipo +tile.flower2.tulipRed.name=RuÄa tulipo +tile.flower2.tulipWhite.name=Blanka tulipo +tile.furnace.name=Forno +tile.glass.name=Vitro +tile.goldenRail.name=Elektra relo +tile.grass.name=Herbo +tile.gravel.name=Gruzo +tile.hayBlock.name=Fojnpako +tile.hellrock.name=InferÅtono +tile.hellsand.name=Animsablo +tile.hopper.name=Transportilo +tile.ice.name=Glacio +tile.icePacked.name=Malmola glacio +tile.ironTrapdoor.name=Fera Klappordo +tile.jukebox.name=MuzikaÅ­tomato +tile.jungleFence.name=Ä´angala Barilo +tile.jungleFenceGate.name=Ä´angala Barilpordo +tile.ladder.name=Åœtupetaro +tile.lava.name=Lafo +tile.leaves.acacia.name=Akaciaj folioj +tile.leaves.big_oak.name=Malhelkverkaj folioj +tile.leaves.birch.name=Betulaj folioj +tile.leaves.jungle.name=Äœangalaj folioj +tile.leaves.name=Folioj +tile.leaves.oak.name=Kverkaj folioj +tile.leaves.spruce.name=Piceaj folioj +tile.lever.name=StangoÅaltilo +tile.lightgem.name=LumÅtono +tile.litpumpkin.name=Kukurba lanterno +tile.lockedchest.name=Åœlosita kesto +tile.log.acacia.name=Akacia ligno +tile.log.big_oak.name=Malhelkverka ligno +tile.log.birch.name=Betula ligno +tile.log.jungle.name=Äœangala ligno +tile.log.name=Ligno +tile.log.oak.name=Kverka ligno +tile.log.spruce.name=Picea ligno +tile.melon.name=Melono +tile.mobSpawner.name=Generilo de monstroj +tile.monsterStoneEgg.brick.name=Åœtonbrika monstra ovo +tile.monsterStoneEgg.chiseledbrick.name=Ĉizita Åtonbriko kun monstro +tile.monsterStoneEgg.cobble.name=PavimÅtona monstra ovo +tile.monsterStoneEgg.crackedbrick.name=Rompita Åtonbriko kun monstro +tile.monsterStoneEgg.mossybrick.name=Muska Åtonbriko kun monstro +tile.monsterStoneEgg.stone.name=Åœtona monstra ovo +tile.mushroom.name=Fungo +tile.musicBlock.name=Bloko de tonoj +tile.mycel.name=Micelio +tile.netherBrick.name=Inferbriko +tile.netherFence.name=Inferbrika barilo +tile.netherStalk.name=Infera veruko +tile.netherquartz.name=Erco de infera kvarco +tile.notGate.name=RuÄÅtona torĉo +tile.obsidian.name=Obsidiano +tile.oreCoal.name=Karba erco +tile.oreDiamond.name=Diamanta erco +tile.oreEmerald.name=Smeralda erco +tile.oreGold.name=Ora erco +tile.oreIron.name=Fera erco +tile.oreLapis.name=Lazurita erco +tile.oreRedstone.name=RuÄÅtona erco +tile.oreRuby.name=Rubena erco +tile.pistonBase.name=PiÅto +tile.pistonStickyBase.name=Adhera piÅto +tile.portal.name=Portalo +tile.potatoes.name=Terpomoj +tile.pressurePlateStone.name=Åœtona Platopremo +tile.pressurePlateWood.name=Ligna Platopremo +tile.prismarine.bricks.name=Prismaraj Brikoj +tile.prismarine.dark.name=Malhela Prismaro +tile.prismarine.rough.name=Prismaro +tile.pumpkin.name=Kukurbo +tile.quartzBlock.chiseled.name=Ĉizita kvarca bloko +tile.quartzBlock.default.name=Kvarca bloko +tile.quartzBlock.lines.name=Kolona kvarca bloko +tile.quartzBlock.name=Kvarcobloko +tile.rail.name=Relo +tile.redSandStone.chiseled.name=Ĉizilo RuÄa SabloÅtona +tile.redSandStone.default.name=RuÄa SabloÅtono +tile.redSandStone.name=RuÄa SabloÅtono +tile.redSandStone.smooth.name=Glata RuÄa SabloÅtona +tile.redstoneDust.name=RuÄÅtona polvo +tile.redstoneLight.name=RuÄÅtona lampo +tile.reeds.name=Sukerkano +tile.sand.default.name=Sablo +tile.sand.name=Sablo +tile.sand.red.name=RuÄa sablo +tile.sandStone.chiseled.name=Ĉizita sabloÅtono +tile.sandStone.default.name=SabloÅtono +tile.sandStone.name=SabloÅtono +tile.sandStone.smooth.name=Glata sabloÅtono +tile.sapling.acacia.name=Akacia arbido +tile.sapling.big_oak.name=Malhelkverka Arbido +tile.sapling.birch.name=Betula arbido +tile.sapling.jungle.name=Äœangala arbido +tile.sapling.oak.name=Kverka arbido +tile.sapling.spruce.name=Picea arbido +tile.seaLantern.name=Marlanterno +tile.sign.name=Åœildo +tile.slime.name=Mukbloko +tile.snow.name=NeÄo +tile.sponge.dry.name=Spongo +tile.sponge.wet.name=Malseka spongo +tile.spruceFence.name=Picea Barilo +tile.spruceFenceGate.name=Picea Barilpordo +tile.stainedGlass.black.name=Nigrigita vitro +tile.stainedGlass.blue.name=Bluigita vitro +tile.stainedGlass.brown.name=Brunigita vitro +tile.stainedGlass.cyan.name=Turkisigita vitro +tile.stainedGlass.gray.name=Grizigita vitro +tile.stainedGlass.green.name=Verdigita vitro +tile.stainedGlass.lightBlue.name=Helbluigita vitro +tile.stainedGlass.lime.name=Helverdigita vitro +tile.stainedGlass.magenta.name=Fuksinigita vitro +tile.stainedGlass.name=Farbita vitro +tile.stainedGlass.orange.name=OranÄkolorigita vitro +tile.stainedGlass.pink.name=Rozigita vitro +tile.stainedGlass.purple.name=Purpurigita vitro +tile.stainedGlass.red.name=RuÄigita vitro +tile.stainedGlass.silver.name=Helgrizigita vitro +tile.stainedGlass.white.name=Blankigita vitro +tile.stainedGlass.yellow.name=Flavigita vitro +tile.stairsBrick.name=Brika Åtuparo +tile.stairsNetherBrick.name=Inferbrika Åtuparo +tile.stairsQuartz.name=Kvarca Åtuparo +tile.stairsRedSandStone.name=RuÄa SabloÅtona Åœtuparo +tile.stairsSandStone.name=SabloÅtona Åtuparo +tile.stairsStone.name=Åœtona Åtuparo +tile.stairsStoneBrickSmooth.name=Åœtonobrika Åtuparo +tile.stairsWood.name=Kverka ligna Åtuparo +tile.stairsWoodAcacia.name=Akacia ligna Åtuparo +tile.stairsWoodBirch.name=Betula ligna Åtuparo +tile.stairsWoodDarkOak.name=Malhelkverka ligna Åtuparo +tile.stairsWoodJungle.name=Äœangala ligna Åtuparo +tile.stairsWoodSpruce.name=Picea ligna Åtuparo +tile.stone.andesite.name=Andezito +tile.stone.andesiteSmooth.name=Glatandezito +tile.stone.diorite.name=Diorito +tile.stone.dioriteSmooth.name=Glatdiorito +tile.stone.granite.name=Granito +tile.stone.graniteSmooth.name=Glatgranito +tile.stone.stone.name=Åœtono +tile.stoneMoss.name=Muska Åtono +tile.stoneSlab.brick.name=Brika Åtupo +tile.stoneSlab.cobble.name=PavimÅtona Åtupo +tile.stoneSlab.name=Åœtona Åœtupo +tile.stoneSlab.netherBrick.name=Inferabrika Åtupo +tile.stoneSlab.quartz.name=Kvarca Åtupo +tile.stoneSlab.sand.name=SabloÅtona Åtupo +tile.stoneSlab.smoothStoneBrick.name=Åœtonbrika Åtupo +tile.stoneSlab.stone.name=Åœtona Åtupo +tile.stoneSlab.wood.name=Ligna Åtupo +tile.stoneSlab2.red_sandstone.name=RuÄa SabloÅtona Åœtupo +tile.stonebrick.name=PavimÅtono +tile.stonebricksmooth.chiseled.name=Ĉizita Åtonbriko +tile.stonebricksmooth.cracked.name=Rompita Åtonbriko +tile.stonebricksmooth.default.name=Åœtonbriko +tile.stonebricksmooth.mossy.name=Muska Åtonbriko +tile.stonebricksmooth.name=Åœtonbriko +tile.tallgrass.fern.name=Filiko +tile.tallgrass.grass.name=Alta greso +tile.tallgrass.name=Alta greso +tile.tallgrass.shrub.name=Arbusto +tile.thinGlass.name=Glaco +tile.thinStainedGlass.black.name=Nigrigita glaco +tile.thinStainedGlass.blue.name=Bluigita glaco +tile.thinStainedGlass.brown.name=Brunigita glaco +tile.thinStainedGlass.cyan.name=Turkisigita glaco +tile.thinStainedGlass.gray.name=Grizigita glaco +tile.thinStainedGlass.green.name=Verdigita glaco +tile.thinStainedGlass.lightBlue.name=Helbluigita glaco +tile.thinStainedGlass.lime.name=Helverdigita glaco +tile.thinStainedGlass.magenta.name=Fuksinigita glaco +tile.thinStainedGlass.name=Farbita glaco +tile.thinStainedGlass.orange.name=OranÄkolorigita glaco +tile.thinStainedGlass.pink.name=Rozigita glaco +tile.thinStainedGlass.purple.name=Purpurigita glaco +tile.thinStainedGlass.red.name=RuÄigita glaco +tile.thinStainedGlass.silver.name=Helgrizigita glaco +tile.thinStainedGlass.white.name=Blankigita glaco +tile.thinStainedGlass.yellow.name=Flavigita glaco +tile.tnt.name=Eksplodaĵo +tile.torch.name=Torĉo +tile.trapdoor.name=Kaptilpordo +tile.tripWire.name=Åœaltila kablo +tile.tripWireSource.name=Hoko por Åaltila kablo +tile.vine.name=Hederoj +tile.water.name=Akvo +tile.waterlily.name=Akvolilio +tile.web.name=Araneaĵo +tile.weightedPlate_heavy.name=Pesanta presa plako (Peza) +tile.weightedPlate_light.name=Pesanta presa plako (Malpeza) +tile.whiteStone.name=FinejÅtono +tile.wood.acacia.name=Akaciaj lignaj tabuloj +tile.wood.big_oak.name=Malhelkverkaj lignaj tabuloj +tile.wood.birch.name=Betulaj lignaj tabuloj +tile.wood.jungle.name=Äœangalaj lignaj tabuloj +tile.wood.name=Lignaj tabuloj +tile.wood.oak.name=Kverkaj lignaj tabuloj +tile.wood.spruce.name=Piceaj lignaj tabuloj +tile.woodSlab.acacia.name=Akacia ligna Åtupo +tile.woodSlab.big_oak.name=Malhelkverka ligna Åtupo +tile.woodSlab.birch.name=Betula ligna Åtupo +tile.woodSlab.jungle.name=Äœangala ligna Åtupo +tile.woodSlab.name=Ligna Åœtupo +tile.woodSlab.oak.name=Kverka ligna Åtupo +tile.woodSlab.spruce.name=Picea ligna Åtupo +tile.woolCarpet.black.name=Nigra tapiÅo +tile.woolCarpet.blue.name=Blua tapiÅo +tile.woolCarpet.brown.name=Bruna tapiÅo +tile.woolCarpet.cyan.name=Turkisa tapiÅo +tile.woolCarpet.gray.name=Griza tapiÅo +tile.woolCarpet.green.name=Verda tapiÅo +tile.woolCarpet.lightBlue.name=Helblua tapiÅo +tile.woolCarpet.lime.name=Helverda tapiÅo +tile.woolCarpet.magenta.name=Fuksina tapiÅo +tile.woolCarpet.name=TapiÅo +tile.woolCarpet.orange.name=OranÄkolora tapiÅo +tile.woolCarpet.pink.name=Roza tapiÅo +tile.woolCarpet.purple.name=Purpura tapiÅo +tile.woolCarpet.red.name=RuÄa tapiÅo +tile.woolCarpet.silver.name=Helgriza tapiÅo +tile.woolCarpet.white.name=TapiÅo +tile.woolCarpet.yellow.name=Flava tapiÅo +tile.workbench.name=Labortablo +title.oldgl1=Detektis malnovan grafikkarton; tiu eble malebligas +title.oldgl2=ludi en la malproksima futuro, ĉar OpelGL 2.0 estos necesata. +translation.test.args=%s %s +translation.test.complex=Prefikso, %s%2$s denove %s kaj %1$s fine %s kaj denove %1$s! +translation.test.escape=%%s %%%s %%%%s %%%%%s +translation.test.invalid=saluton % +translation.test.invalid2=saluton %s +translation.test.none=Saluton, mondo! +translation.test.world=mondo diff --git a/javascript/lang/es_AR.lang b/javascript/lang/es_AR.lang new file mode 100755 index 00000000..7fefa5dd --- /dev/null +++ b/javascript/lang/es_AR.lang @@ -0,0 +1,2514 @@ +achievement.acquireIron=Actualizando +achievement.acquireIron.desc=Fundí un lingote de hierro +achievement.bakeCake=La Mentira +achievement.bakeCake.desc=¡Trigo, azúcar, leche y huevos! +achievement.blazeRod=En el Fuego +achievement.blazeRod.desc=Sacale a un Blaze su vara +achievement.bookcase=Bibliotecario +achievement.bookcase.desc=Construí algunas bibliotecas para mejorar tu mesa de encantamientos +achievement.breedCow=Repoblación +achievement.breedCow.desc=Reproducí dos vacas con trigo +achievement.buildBetterPickaxe=Mejorando +achievement.buildBetterPickaxe.desc=Construí un pico mejor +achievement.buildFurnace=Calentando las Brasas +achievement.buildFurnace.desc=Construí un horno con ocho bloques de adoquín +achievement.buildHoe=¡A Cosechar! +achievement.buildHoe.desc=Usá madera y palos para hacer una azada +achievement.buildPickaxe=¡Hora de Minar! +achievement.buildPickaxe.desc=Usá tablas y palos para hacer un pico +achievement.buildSword=¡Hora de Atacar! +achievement.buildSword.desc=Usá tablas y palos para hacer una espada +achievement.buildWorkBench=A Laburar +achievement.buildWorkBench.desc=Fabricá una mesa de trabajo con cuatro tablas +achievement.cookFish=Rico Pescado +achievement.cookFish.desc=¡Conseguí y cociná pescado! +achievement.diamonds=¡DIAMANTES! +achievement.diamonds.desc=Conseguí diamantes con tus herramientas de hierro +achievement.diamondsToYou=¡Tomá diamantes! +achievement.diamondsToYou.desc=Dale diamantes a otro jugador. +achievement.enchantments=Hechicero +achievement.enchantments.desc=Usá un libro, obsidiana y diamantes para hacer una mesa de encantamientos +achievement.exploreAllBiomes=Hora de Aventurear +achievement.exploreAllBiomes.desc=Descubrí todos los biomas +achievement.flyPig=Cuando los Chanchos Vuelen +achievement.flyPig.desc=Tirá a un chancho de un precipicio +achievement.fullBeacon=Faroneitor +achievement.fullBeacon.desc=Crea un faro completo +achievement.get=¡Logro conseguido! +achievement.ghast=Devolver al Remitente +achievement.ghast.desc=Matá a un Ghast con una bola de fuego +achievement.killCow=Despellejando Vacas +achievement.killCow.desc=Conseguí algo de cuero +achievement.killEnemy=Cazador de Monstruos +achievement.killEnemy.desc=Atacá y matá a un monstruo +achievement.killWither=El Comienzo. +achievement.killWither.desc=Matá al Wither +achievement.makeBread=Horneá Pan +achievement.makeBread.desc=Convertí trigo en pan +achievement.mineWood=Consiguiendo Madera +achievement.mineWood.desc=Pegale a un árbol hasta que salga un bloque de madera +achievement.onARail=En las Vías +achievement.onARail.desc=Viajá en carrito al menos 1 km desde donde empezaste +achievement.openInventory=Haciendo el Inventario +achievement.openInventory.desc=Apretá '%1$s' para abrir tu inventario. +achievement.overkill=Overkill +achievement.overkill.desc=Hacé ocho corazones de daño de un solo golpe +achievement.overpowered=Overpowered +achievement.overpowered.desc=Construyó una manzana de Notch +achievement.portal=Tenemos que ir Más Profundo +achievement.portal.desc=Construí un portal al Inframundo +achievement.potion=Destilería Local +achievement.potion.desc=Prepará una poción +achievement.requires=Necesita '%1$s' +achievement.snipeSkeleton=Duelo de Snipers +achievement.snipeSkeleton.desc=Matá a un esqueleto con una flecha desde más de 50 metros +achievement.spawnWither=¿El Comienzo? +achievement.spawnWither.desc=Spawneá al Wither +achievement.taken=¡Obtenido! +achievement.theEnd=¿El Fin? +achievement.theEnd.desc=Encontrá el Fin +achievement.theEnd2=El Fin. +achievement.theEnd2.desc=Derrotá al Dragón Ender +achievement.unknown=??? +addServer.add=Aceptar +addServer.enterIp=IP del Server +addServer.enterName=Nombre del Server +addServer.hideAddress=Ocultar IP +addServer.resourcePack=Packs de Recursos del Server +addServer.resourcePack.disabled=Deshabilitados +addServer.resourcePack.enabled=Habilitados +addServer.resourcePack.prompt=Preguntar +addServer.title=Editar Info del Server +advMode.allEntities=Usá "@e" para elegir todas las entidades +advMode.allPlayers=Usá "@a" para apuntar a todos los jugadores +advMode.command=Comando de Consola +advMode.nearestPlayer=Usá "@p" para apuntar al jugador más cercano +advMode.notAllowed=Tiene que ser jugador OP en modo creativo +advMode.notEnabled=Bloques de comando no habilitados en este server +advMode.previousOutput=Salida de Comando Anterior +advMode.randomPlayer=Usá "@r" para apuntar a un jugador al azar +advMode.setCommand=Elegir Comando de Consola para Bloque +advMode.setCommand.success=Comando fijado: %s +attribute.modifier.plus.0=+%s %s +attribute.modifier.plus.1=+%s%% %s +attribute.modifier.plus.2=+%s%% %s +attribute.modifier.take.0=-%s %s +attribute.modifier.take.1=-%s%% %s +attribute.modifier.take.2=-%s%% %s +attribute.name.generic.attackDamage=Daño de Ataque +attribute.name.generic.followRange=Rango de Seguimiento de Criaturas +attribute.name.generic.knockbackResistance=Resistencia al Empuje +attribute.name.generic.maxHealth=Salud Máxima +attribute.name.generic.movementSpeed=Velocidad +attribute.name.horse.jumpStrength=Fuerza de Salto del Caballo +attribute.name.zombie.spawnReinforcements=Refuerzos Zombi +book.byAuthor=por %1$s +book.editTitle=Escribí el Título del Libro: +book.finalizeButton=Firmar y Cerrar +book.finalizeWarning=¡Ojo! Cuando firmes el libro, ya no va a poder editarse. +book.generation.0=Original +book.generation.1=Copia del original +book.generation.2=Copia de una copia +book.generation.3=Rasgado +book.pageIndicator=Página %1$s de %2$s +book.signButton=Firmar +build.tooHigh=Límite de altura para construcción es de %s bloques +chat.cannotSend=No se puede enviar mensaje de chat +chat.copy=Copiar al Portapapeles +chat.link.confirm=¿Seguro que querés abrir este sitio web? +chat.link.confirmTrusted=¿Querés abrir este link o copiarlo al portapapeles? +chat.link.open=Abrir en el navegador +chat.link.warning=¡Nunca abras enlaces de gente en que no confiás! +chat.stream.emote=(%s) * %s %s +chat.stream.text=(%s) <%s> %s +chat.type.achievement=%s acaba de conseguir el logro %s +chat.type.achievement.taken=%s perdió el logro %s +chat.type.admin=[%s:%s] +chat.type.announcement=[%s] %s +chat.type.emote=* %s %s +chat.type.text=<%s> %s +commands.achievement.alreadyHave=%s ya tiene el logro %s +commands.achievement.dontHave=%s no tiene el logro %s +commands.achievement.give.success.all=Se le dio exitosamente todos los logros a %s +commands.achievement.give.success.one=Se dió con éxito a %s la estadística %s +commands.achievement.statTooLow=El jugador %s no tiene la estadística %s +commands.achievement.take.success.all=Se borraron todos los logros de %s +commands.achievement.take.success.one=Se borró la estadística %s de %s +commands.achievement.unknownAchievement=Logro o estadística desconocido '%s' +commands.achievement.usage=/achievement [jugador] +commands.ban.failed=No se pudo banear al jugador %s +commands.ban.success=Jugador %s baneado +commands.ban.usage=/ban [motivo ...] +commands.banip.invalid=Introdujiste una dirección IP no válida o de un jugador que no está conectado +commands.banip.success=Dirección IP %s baneada +commands.banip.success.players=Dirección IP %s perteneciente a %s baneada +commands.banip.usage=/ban-ip [motivo ...] +commands.banlist.ips=Hay un total de %s direcciones IP baneadas: +commands.banlist.players=Hay un total de %s jugadores baneados: +commands.banlist.usage=/banlist [ips|jugadores] +commands.blockdata.failed=El tag de datos no cambió: %s +commands.blockdata.notValid=El bloque objetivo no puede tener datos +commands.blockdata.outOfWorld=No se puede cambiar el bloque fuera del mundo +commands.blockdata.success=Datos del bloque actualizados a: %s +commands.blockdata.tagError=El análisis del tag de datos falló: %s +commands.blockdata.usage=/blockdata +commands.chunkinfo.compiled=El chunk está compilado. +commands.chunkinfo.data=Los primeros 64 vértices son: %s +commands.chunkinfo.empty=El chunk está vacío. +commands.chunkinfo.hasLayers=El chunk tiene capas: %s +commands.chunkinfo.hasNoRenderableLayers=El chunk no tiene capas renderizables. +commands.chunkinfo.isEmpty=El chunk tiene capas vacías: %s +commands.chunkinfo.location=Ubicación del chunk: (%s, %s, %s) +commands.chunkinfo.noChunk=No se encontró un chunk en la posición de chunk %s, %s, %s +commands.chunkinfo.notCompiled=El chunk no está compilado. +commands.chunkinfo.notEmpty=El chunk no está vacío. +commands.chunkinfo.usage=/chunkinfo [ ] +commands.chunkinfo.vertices=El búfer de capas de %s contiene %s vértices +commands.clear.failure=No se pudo vaciar el inventario de %s, no hay ítems para sacar +commands.clear.success=Inventario de %s vaciado, quitando %s items +commands.clear.tagError=El análisis del tag de datos falló: %s +commands.clear.testing=%s tiene %s items que coinciden con los criterios +commands.clear.usage=/clear [player] [item] [data] [maxCount] [dataTag] +commands.clone.failed=Ningún bloque clonado +commands.clone.noOverlap=El origen y el destino no se pueden superponer +commands.clone.outOfWorld=No podés acceder a bloques fuera del mundo +commands.clone.success=%s bloques clonados +commands.clone.tooManyBlocks=Demasiados bloques en el área especificada (%s > %s) +commands.clone.usage=/clonar [mode] +commands.compare.failed=El origen y el destino no son idénticos +commands.compare.outOfWorld=No podés acceder a bloques fuera del mundo +commands.compare.success=%s bloques comparados +commands.compare.tooManyBlocks=Demasiados bloques en el área especificada (%s > %s) +commands.compare.usage=/testforblocks [mode] +commands.debug.notStarted=¡No puede frenarse el profiling si ni empezó! +commands.debug.start=Profiling de debug comenzado +commands.debug.stop=Profiling de debug frenado después de %s segundos (%s ticks) +commands.defaultgamemode.success=El modo predeterminado del mundo ahora es %s +commands.defaultgamemode.usage=/defaultgamemode +commands.deop.failed=No se pudo sacar el op a %s +commands.deop.success=%s dejó de ser op +commands.deop.usage=/deop +commands.difficulty.success=Dificultad del juego cambiada a %s +commands.difficulty.usage=/difficulty +commands.downfall.success=Precipitaciones cambiadas +commands.effect.failure.notActive=No se pudo sacar %1$s de %2$s ya que no tienen el efecto +commands.effect.failure.notActive.all=No se pueden sacar los efectos de %s ya que no tienen ninguno +commands.effect.notFound=No existe tal efecto con ID %s +commands.effect.success=Dado %1$s (ID %2$s) * %3$s a %4$s por %5$s segundos +commands.effect.success.removed=%1$s tomado de %2$s +commands.effect.success.removed.all=Quitados todos los efectos de %s +commands.effect.usage=/effect [seconds] [amplifier] [hideParticles] +commands.enchant.cantCombine=%1$s no se puede combinar con %2$s +commands.enchant.cantEnchant=El encantamiento seleccionado no se puede agregar al ítem elegido +commands.enchant.noItem=El objetivo no lleva un ítem +commands.enchant.notFound=No hay ningún encantamiento con el ID %s +commands.enchant.success=Encantamiento exitoso +commands.enchant.usage=/enchant [nivel] +commands.entitydata.failed=Los datos no se cambiaron: %s +commands.entitydata.noPlayers=%s es un jugador y no se puede modificar +commands.entitydata.success=Los datos de la entidad se actualizaron a: %s +commands.entitydata.tagError=El análisis del tag de datos falló: %s +commands.entitydata.usage=/entitydata +commands.execute.allInvocationsFailed=Fallaron todas las invocaciones: '%s' +commands.execute.failed=No se pudo ejecutar '%s' como %s +commands.execute.usage=/execute OR /execute detect +commands.fill.failed=No se colocó ningún bloque +commands.fill.outOfWorld=No podés colocar bloques fuera del mundo +commands.fill.success=%s bloques llenados +commands.fill.tagError=El análisis del tag de datos falló: %s +commands.fill.tooManyBlocks=Demasiados bloques en el área especificada (%s > %s) +commands.fill.usage=/fill [dataValue] [oldBlockHandling] [dataTag] +commands.gamemode.success.other=Establecido modo de juego de %s a %s +commands.gamemode.success.self=Establecido modo de juego propio a %s +commands.gamemode.usage=/gamemode [jugador] +commands.gamerule.nopermission=Solo los dueños pueden cambiar '%s' +commands.gamerule.norule=No hay ninguna regla de juego '%s' disponible +commands.gamerule.success=Se actualizó la regla de juego +commands.gamerule.usage=/gamerule [value] +commands.generic.boolean.invalid='%s' no es ni 'true' ni 'false' +commands.generic.double.tooBig=El número ingresado (%s) es muy grande, tiene que ser como mucho %s +commands.generic.double.tooSmall=El número ingresado (%s) es muy chico, tiene que ser al menos %s +commands.generic.entity.invalidType=El tipo de entidad '%s' es inválido +commands.generic.entity.invalidUuid=El UUID de la entidad es en un formato inválido +commands.generic.entity.notFound=Esa entidad no se puede encontrar +commands.generic.exception=Ocurrió un error desconocido al intentar ejecutar este comando +commands.generic.notFound=Comando desconocido. Probá con /help para una lista de comandos +commands.generic.num.invalid='%s' no es un número válido +commands.generic.num.tooBig=El número que pusiste (%s) es demasiado alto, tiene que ser máximo %s +commands.generic.num.tooSmall=El número que pusiste (%s) es demasiado bajo, tiene que ser por lo menos %s +commands.generic.parameter.invalid='%s' no es parámetro válido +commands.generic.permission=No tenés permiso para usar este comando +commands.generic.player.notFound=Ese jugador no se puede encontrar +commands.generic.syntax=Sintaxis de comando no válida +commands.generic.usage=Uso: %s +commands.give.notFound=No hay item con ID %s +commands.give.success=Dado %s * %s a %s +commands.give.tagError=El análisis del tag de datos falló: %s +commands.give.usage=/give [cantidad] [data] [dataTag] +commands.help.footer=Tip: Usá mientras tipeás un comando para auto-completar el comando o sus argumentos +commands.help.header=--- Mostrando página de ayuda %s de %s (/help ) --- +commands.help.usage=/help [página|nombre del comando] +commands.kick.success=Se kickeó a %s del juego +commands.kick.success.reason=Se kickeó a %s del juego: '%s' +commands.kick.usage=/kick [motivo...] +commands.kill.successful=%s desapareció +commands.kill.usage=/kill [jugador|entidad] +commands.me.usage=/me +commands.message.display.incoming=%s te susurra: %s +commands.message.display.outgoing=Le susurraste a %s: %s +commands.message.sameTarget=¡No podés enviarte un mensaje privado a vos mismo! +commands.message.usage=/tell +commands.op.failed=No se pudo hacer op a %s +commands.op.success=%s se covirtió en OP +commands.op.usage=/op +commands.particle.notFound=Nombre del efecto desconocido (%s) +commands.particle.success=Pasando efecto %s %s veces +commands.particle.usage=/particle [count] [mode] +commands.players.list=Hay %s/%s jugadores conectados: +commands.players.usage=/list +commands.playsound.playerTooFar=El jugador %s está muy lejos para escuchar el sonido +commands.playsound.success=Se reprodujo el sonido '%s' a %s +commands.playsound.usage=/playsound [x] [y] [z] [volume] [pitch] [minimumVolume] +commands.publish.failed=No se pudo hostear el juego local +commands.publish.started=Juego local hosteado en el puerto %s +commands.publish.usage=/publish +commands.replaceitem.block.usage=/replaceitem block [cantidad] [datos] [dataTag] +commands.replaceitem.entity.usage=/replaceitem entity [cantidad] [datos] [dataTag] +commands.replaceitem.failed=No se pudo reemplazar el espacio %s con %s * %s +commands.replaceitem.noContainer=El bloque en %s, %s, %s no es un recipiente +commands.replaceitem.success=Espacio %s reemplazado con %s * %s +commands.replaceitem.tagError=El análisis del tag de datos falló: %s +commands.replaceitem.usage=/replaceitem ... +commands.save-off.alreadyOff=El guardado ya está desactivado. +commands.save-off.usage=/save-off +commands.save-on.alreadyOn=El guardado ya está activado. +commands.save-on.usage=/save-on +commands.save.disabled=Auto-guardado desactivado +commands.save.enabled=Auto-guardado activado +commands.save.failed=Guardado Fallido: %s +commands.save.start=Guardando... +commands.save.success=Mundo guardado +commands.save.usage=/save-all +commands.say.usage=/say +commands.scoreboard.allMatchesFailed=Todas las operaciones fallaron +commands.scoreboard.noMultiWildcard=Sólo se permite un usuario comodín +commands.scoreboard.objectiveNotFound=No se encontró ningún objetivo de nombre '%s' +commands.scoreboard.objectiveReadOnly=El objetivo '%s' es de sólo lectura y no puede alterarse +commands.scoreboard.objectives.add.alreadyExists=Un objetivo de nombre '%s' ya existe +commands.scoreboard.objectives.add.displayTooLong=El nombre de muestra '%s' es muy largo para un objetivo, puede ser como mucho de %s caracteres +commands.scoreboard.objectives.add.success=Objetivo '%s' agregado con éxito +commands.scoreboard.objectives.add.tooLong=El nombre '%s' es muy largo para un objetivo, puede ser como mucho de %s caracteres +commands.scoreboard.objectives.add.usage=/scoreboard objectives add [display name ...] +commands.scoreboard.objectives.add.wrongType=Tipo de criterio de objetivo '%s' no válido +commands.scoreboard.objectives.list.count=Mostrando %s objetivo(s) en la tabla de puntos: +commands.scoreboard.objectives.list.empty=No hay objetivos en la tabla de puntos +commands.scoreboard.objectives.list.entry=- %s: mostrado como '%s' y es de tipo '%s' +commands.scoreboard.objectives.remove.success=Objetivo '%s' borrado con éxito +commands.scoreboard.objectives.remove.usage=/scoreboard objectives remove +commands.scoreboard.objectives.setdisplay.invalidSlot=No hay espacio de muestra '%s' +commands.scoreboard.objectives.setdisplay.successCleared=Borrado espacio de muestra de objetivo '%s' +commands.scoreboard.objectives.setdisplay.successSet=Fijada la muestra del objetivo en espacio '%s' a '%s' +commands.scoreboard.objectives.setdisplay.usage=/scoreboard objectives setdisplay [objective] +commands.scoreboard.objectives.usage=/scoreboard objectives ... +commands.scoreboard.players.add.usage=/scoreboard players add [dataTag] +commands.scoreboard.players.enable.noTrigger=El objetivo %s no es un trigger +commands.scoreboard.players.enable.success=Habilitado trigger %s para %s +commands.scoreboard.players.enable.usage=/scoreboard players enable +commands.scoreboard.players.list.count=Mostrando %s jugadores rastreados en la tabla de puntos: +commands.scoreboard.players.list.empty=No hay jugadores seguidos en la tabla de puntos +commands.scoreboard.players.list.player.count=Mostrando %s objetivo(s) rastreado(s) para %s: +commands.scoreboard.players.list.player.empty=El jugador %s no tiene puntajes registrados +commands.scoreboard.players.list.player.entry=- %2$s: %1$s (%3$s) +commands.scoreboard.players.list.usage=/scoreboard players list [name] +commands.scoreboard.players.operation.invalidOperation=Operación %s no válida +commands.scoreboard.players.operation.notFound=No se encontró el puntaje %s para %s +commands.scoreboard.players.operation.success=Operación exitosa +commands.scoreboard.players.operation.usage=/scoreboard players operation +commands.scoreboard.players.remove.usage=/scoreboard players remove [dataTag] +commands.scoreboard.players.reset.success=Reseteados los puntajes del jugador %s +commands.scoreboard.players.reset.usage=/scoreboard players reset [objective] +commands.scoreboard.players.resetscore.success=Resetear puntaje %s del jugador %s +commands.scoreboard.players.set.success=Fijado puntaje de %s para el jugador %s a %s +commands.scoreboard.players.set.tagError=No se ha podido analizar el dataTag, razón: %s +commands.scoreboard.players.set.tagMismatch=El dataTag no coincide con %s +commands.scoreboard.players.set.usage=/scoreboard players set [dataTag] +commands.scoreboard.players.test.failed=El puntaje %s NO está dentro del rango %s a %s +commands.scoreboard.players.test.notFound=No se encontró el puntaje %s para %s +commands.scoreboard.players.test.success=El puntaje %s está dentro del rango %s a %s +commands.scoreboard.players.test.usage=/scoreboard players test +commands.scoreboard.players.usage=/scoreboard players ... +commands.scoreboard.teamNotFound=No se encontró ningún equipo de nombre '%s' +commands.scoreboard.teams.add.alreadyExists=Ya existe un equipo con el nombre '%s' +commands.scoreboard.teams.add.displayTooLong=El nombre de muestra '%s' es muy largo para un equipo, puede ser como mucho de %s caracteres +commands.scoreboard.teams.add.success=Nuevo equipo '%s' agregado con éxito +commands.scoreboard.teams.add.tooLong=El nombre '%s' es muy largo para un equipo, puede ser como mucho de %s caracteres +commands.scoreboard.teams.add.usage=/scoreboard teams add [display name ...] +commands.scoreboard.teams.empty.alreadyEmpty=El equipo %s ya está vacío, no se pueden sacar jugadores inexistentes +commands.scoreboard.teams.empty.success=%s jugador(es) sacado(s) del equipo %s +commands.scoreboard.teams.empty.usage=/scoreboard teams empty +commands.scoreboard.teams.join.failure=No se pudo agregar a %s jugador(es) al equipo %s: %s +commands.scoreboard.teams.join.success=%s jugador(es) agregado(s) al equipo %s: %s +commands.scoreboard.teams.join.usage=/scoreboard teams join [player] +commands.scoreboard.teams.leave.failure=No se pudo sacar a %s jugador(es) de sus equipos: %s +commands.scoreboard.teams.leave.noTeam=No estás en un equipo +commands.scoreboard.teams.leave.success=%s jugador(es) sacado(s) de sus equipos: %s +commands.scoreboard.teams.leave.usage=/scoreboard teams leave [player] +commands.scoreboard.teams.list.count=Mostrando %s equipos en la tabla de puntos: +commands.scoreboard.teams.list.empty=No hay equipos registrados en la tabla de puntos +commands.scoreboard.teams.list.entry=- %1$s: '%2$s' tiene %3$s jugadores +commands.scoreboard.teams.list.player.count=Mostrando %s jugador(es) en el equipo %s: +commands.scoreboard.teams.list.player.empty=El equipo %s no tiene jugadores +commands.scoreboard.teams.list.player.entry=- %2$s: %1$s (%3$s) +commands.scoreboard.teams.list.usage=/scoreboard teams list [name] +commands.scoreboard.teams.option.noValue=Los valores válidos para la opción %s son: %s +commands.scoreboard.teams.option.success=Fijada la opción %s para el equipo %s a %s +commands.scoreboard.teams.option.usage=/scoreboard teams option +commands.scoreboard.teams.remove.success=Equipo %s borrado +commands.scoreboard.teams.remove.usage=/scoreboard teams remove +commands.scoreboard.teams.usage=/scoreboard teams ... +commands.scoreboard.usage=/scoreboard ... +commands.seed.success=Semilla: %s +commands.setblock.failed=No se pudo poner el bloque +commands.setblock.noChange=No se pudo poner el bloque +commands.setblock.notFound=No hay ningún bloque con ID/nombre %s +commands.setblock.outOfWorld=No se puede poner el bloque fuera del mundo +commands.setblock.success=Bloque puesto +commands.setblock.tagError=El análisis del tag de datos falló: %s +commands.setblock.usage=/setblock [dataValor] [oldBlockHandling] [dataTag] +commands.setidletimeout.success=Tiempo de inactividad de %s min. establecido con éxito. +commands.setidletimeout.usage=/setidletimeout +commands.setworldspawn.success=Fijado el punto de spawn del mundo en (%s, %s, %s) +commands.setworldspawn.usage=/setworldspawn [ ] +commands.spawnpoint.success=Spawn de %s fijado en (%s, %s, %s) +commands.spawnpoint.usage=/spawnpoint [player] [ ] +commands.spreadplayers.failure.players=No se pudieron esparcir %s jugadores alrededor de %s,%s (demasiados jugadores por espacio - probá esparciendo como mucho %s) +commands.spreadplayers.failure.teams=No se pudieron esparcir %s equipos alrededor de %s,%s (demasiados jugadores por espacio - probá esparciendo como mucho %s) +commands.spreadplayers.info.players=(La distancia media entre los jugadores es de %s bloques aparte de %s iteraciones) +commands.spreadplayers.info.teams=(La distancia media entre los equipos es de %s bloques aparte de %s iteraciones) +commands.spreadplayers.spreading.players=Esparciendo %s jugadores %s bloques alrededor de %s,%s (mínimo %s bloques alrededor) +commands.spreadplayers.spreading.teams=Esparciendo %s equipos %s bloques alrededor de %s,%s (mínimo %s bloques alrededor) +commands.spreadplayers.success.players=Esparcidos con éxito %s jugadores alrededor de %s,%s +commands.spreadplayers.success.teams=Esparcidos con éxito %s equipos alrededor de %s,%s +commands.spreadplayers.usage=/spreadplayers +commands.stats.block.clear.usage=/stats block clear +commands.stats.block.set.usage=/stats block set +commands.stats.block.usage=/stats block ... +commands.stats.cleared=Eliminadas %s estadísticas +commands.stats.entity.clear.usage=/stats entity clear +commands.stats.entity.set.usage=/stats entity set +commands.stats.entity.usage=/stats entity +commands.stats.failed=Parámetros inválidos +commands.stats.noCompatibleBlock=El bloque en %s, %s, %s no puede seguir estadísticas +commands.stats.success=Almacenando %s estadísticas de %s en %s +commands.stats.usage=/stats ... +commands.stop.start=Frenando el server +commands.stop.usage=/stop +commands.summon.failed=No se pudo invocar el objeto +commands.summon.outOfWorld=No se puede invocar el objeto fuera del mundo +commands.summon.success=Objeto invocado con éxito +commands.summon.tagError=El análisis del tag de datos falló: %s +commands.summon.usage=/summon [x] [y] [z] [dataTag] +commands.tellraw.jsonException=Json no válido: %s +commands.tellraw.usage=/tellraw +commands.testfor.failure=%s no coincidió con la estructura de datos requerida +commands.testfor.success=%s encontrado +commands.testfor.tagError=El análisis del tag de datos falló: %s +commands.testfor.usage=/testfor [dataTag] +commands.testforblock.failed.data=El bloque en %s,%s,%s tenía el valor %s (se esperaba: %s). +commands.testforblock.failed.nbt=El bloque en %s,%s,%s no tenía las claves NBT requeridas. +commands.testforblock.failed.tile=El bloque en %s,%s,%s es %s (se esperaba: %s). +commands.testforblock.failed.tileEntity=El bloque en %s,%s,%s no es una entidad y no puede buscarse por tags. +commands.testforblock.outOfWorld=No se puede probar bloque fuera del mundo +commands.testforblock.success=Se encontró con éxito el bloque en %s,%s,%s. +commands.testforblock.usage=/testforblock [dataValor] [dataTag] +commands.time.added=%s sumado al tiempo +commands.time.query=El tiempo es %s +commands.time.set=Fijar el tiempo a %s +commands.time.usage=/time +commands.title.success=El comando /title se ejecutó con éxito +commands.title.usage=/title ... +commands.title.usage.clear=/title clear|reset +commands.title.usage.times=/title times +commands.title.usage.title=/title title|subtitle +commands.tp.notSameDimension=Incapaz de teletransportar porque los jugadores no están en la misma dimensión +commands.tp.success=%s teletransportado hacia %s +commands.tp.success.coordinates=%s transportado a %s,%s,%s +commands.tp.usage=/tp [target player] O /tp [target player] [ ] +commands.trigger.disabled=El trigger %s no está habilitado +commands.trigger.invalidMode=Modo de trigger %s no válido +commands.trigger.invalidObjective=Nombre de trigger %s no válido +commands.trigger.invalidPlayer=Sólo los jugadores pueden usar el comando /trigger +commands.trigger.success=Trigger %s cambió con %s %s +commands.trigger.usage=/trigger +commands.unban.failed=No se pudo desbanear al jugador %s +commands.unban.success=Se desbaneó al jugador %s +commands.unban.usage=/pardon +commands.unbanip.invalid=Introdujiste una dirección IP no válida +commands.unbanip.success=Dirección IP %s desbaneada +commands.unbanip.usage=/pardon-ip +commands.weather.clear=Cambiando a tiempo despejado +commands.weather.rain=Cambiando a tiempo lluvioso +commands.weather.thunder=Cambiando a lluvia y truenos +commands.weather.usage=/weather [duration in seconds] +commands.whitelist.add.failed=No se pudo meter a %s a la whitelist +commands.whitelist.add.success=%s agregado a la lista blanca +commands.whitelist.add.usage=/whitelist add +commands.whitelist.disabled=Lista blanca desactivada +commands.whitelist.enabled=Lista blanca activada +commands.whitelist.list=Hay %s (de %s vistos) jugadores en la lista blanca: +commands.whitelist.reloaded=Lista blanca recargada +commands.whitelist.remove.failed=No se pudo sacar a %s de la whitelist +commands.whitelist.remove.success=%s eliminado de la lista blanca +commands.whitelist.remove.usage=/whitelist remove +commands.whitelist.usage=/whitelist +commands.worldborder.add.usage=/worldborder add [Tiempo en segundos] +commands.worldborder.center.success=Se estableció el centro del borde del mundo en %s,%s +commands.worldborder.center.usage=/worldborder center +commands.worldborder.damage.amount.success=Se estableció la fuerza de daño del borde del mundo a %s por bloque (antes %s por bloque) +commands.worldborder.damage.amount.usage=/worldborder damage amount +commands.worldborder.damage.buffer.success=Se estableció el efecto de daño del borde del mundo a %s bloques (antes %s bloques) +commands.worldborder.damage.buffer.usage=/worldborder damage buffer +commands.worldborder.damage.usage=/worldborder damage +commands.worldborder.get.success=El tamaño del borde del mundo actualmente es de %s bloques +commands.worldborder.set.success=Se estableció el tamaño del borde del mundo a %s bloques (desde %s bloques) +commands.worldborder.set.usage=/worldborder set [Tiempo en segundos] +commands.worldborder.setSlowly.grow.success=Ampliando el borde del mundo a %s bloques de distancia (antes %s bloques) en %s segundos +commands.worldborder.setSlowly.shrink.success=Achicando el borde del mundo a %s bloques de distancia (antes %s bloques) en %s segundos +commands.worldborder.usage=/worldborder ... +commands.worldborder.warning.distance.success=Se estableció el aviso del borde del mundo a %s bloques (antes %s bloques) +commands.worldborder.warning.distance.usage=/worldborder warning distance +commands.worldborder.warning.time.success=Se estableció el aviso del borde del mundo a %s segundos (antes %s segundos) +commands.worldborder.warning.time.usage=/worldborder warning time +commands.worldborder.warning.usage=/worldborder warning +commands.xp.failure.widthdrawXp=No se puede dar al jugador puntos de experiencia negativos +commands.xp.success=%s experiencia dada a %s +commands.xp.success.levels=%s niveles dados a %s +commands.xp.success.negative.levels=Tomados %s niveles de %s +commands.xp.usage=/xp [jugador] Ó /xp L [jugador] +connect.authorizing=Iniciando sesión... +connect.connecting=Conectando al server... +connect.failed=Error conectando al server +container.beacon=Faro +container.brewing=Destiladora +container.chest=Cofre +container.chestDouble=Cofre Grande +container.crafting=Fabricación +container.creative=Selección de Items +container.dispenser=Dispensador +container.dropper=Soltador +container.enchant=Encantamiento +container.enchant.clue=¿ %s . . . ? +container.enchant.lapis.many=%s Lapislázulis +container.enchant.lapis.one=1 Lapislázuli +container.enchant.level.many=%s Niveles de Encantamiento +container.enchant.level.one=1 Nivel de Encantamiento +container.enderchest=Cofre Ender +container.furnace=Horno +container.hopper=Tolva de Ãtems +container.inventory=Inventario +container.isLocked=¡%s está cerrado! +container.minecart=Carrito +container.repair=Reparar y Nombrar +container.repair.cost=Costo de Encantamiento: %1$s +container.repair.expensive=¡Muy Caro! +controls.reset=Resetear +controls.resetAll=Resetear Teclas +controls.title=Controles +createWorld.customize.custom.baseSize=Tamaño de Base de Profundidad +createWorld.customize.custom.biomeDepthOffset=Offset de Profundidad de Bioma +createWorld.customize.custom.biomeDepthWeight=Peso de Profundidad de Bioma +createWorld.customize.custom.biomeScaleOffset=Offset de Escala de Bioma +createWorld.customize.custom.biomeScaleWeight=Peso de Escala de Bioma +createWorld.customize.custom.biomeSize=Tamaño de Bioma +createWorld.customize.custom.center=Altura Central +createWorld.customize.custom.confirm1=Esto va a reemplazar tu configuración +createWorld.customize.custom.confirm2=actual y no puede deshacerse. +createWorld.customize.custom.confirmTitle=¡Cuidado! +createWorld.customize.custom.coordinateScale=Escala de Coordenadas +createWorld.customize.custom.count=Intentos de Spawneo +createWorld.customize.custom.defaults=Por Defecto +createWorld.customize.custom.depthNoiseScaleExponent=Exponente de Ruido de Profundidad +createWorld.customize.custom.depthNoiseScaleX=Escala de Ruido de Profundidad X +createWorld.customize.custom.depthNoiseScaleZ=Escala de Ruido de Profundidad Z +createWorld.customize.custom.dungeonChance=Cantidad de Mazmorras +createWorld.customize.custom.fixedBiome=Bioma +createWorld.customize.custom.heightScale=Escala de Altura +createWorld.customize.custom.lavaLakeChance=Rareza de Lagos de Lava +createWorld.customize.custom.lowerLimitScale=Escala de Límite Inferior +createWorld.customize.custom.mainNoiseScaleX=Escala de Ruido Principal X +createWorld.customize.custom.mainNoiseScaleY=Escala de Ruido Principal Y +createWorld.customize.custom.mainNoiseScaleZ=Escala de Ruido Principal Z +createWorld.customize.custom.maxHeight=Altura Máx. +createWorld.customize.custom.minHeight=Altura Mín. +createWorld.customize.custom.next=Página Siguiente +createWorld.customize.custom.page0=Configuración Básica +createWorld.customize.custom.page1=Configuración de Minerales +createWorld.customize.custom.page2=Configuración Avanzada (¡Sólo Usuarios Expertos!) +createWorld.customize.custom.page3=Configuración Avanzada Extra (¡Sólo Usuarios Expertos!) +createWorld.customize.custom.preset.caveChaos=Cuevas del Caos +createWorld.customize.custom.preset.caveDelight=Deleite del Minero +createWorld.customize.custom.preset.drought=Sequía +createWorld.customize.custom.preset.goodLuck=Buena Suerte +createWorld.customize.custom.preset.isleLand=Islas +createWorld.customize.custom.preset.mountains=Locura Montañosa +createWorld.customize.custom.preset.waterWorld=Mundo Acuático +createWorld.customize.custom.presets=Plantillas +createWorld.customize.custom.presets.title=Personalizar Plantillas de Mundos +createWorld.customize.custom.prev=Página Anterior +createWorld.customize.custom.randomize=Randomizar +createWorld.customize.custom.riverSize=Tamaño de Río +createWorld.customize.custom.seaLevel=Nivel del Mar +createWorld.customize.custom.size=Tamaño de Spawn +createWorld.customize.custom.spread=Altura de Extensión +createWorld.customize.custom.stretchY=Extensión de Altura +createWorld.customize.custom.upperLimitScale=Escala de Límite Superior +createWorld.customize.custom.useCaves=Cuevas +createWorld.customize.custom.useDungeons=Mazmorras +createWorld.customize.custom.useLavaLakes=Lagos de Lava +createWorld.customize.custom.useLavaOceans=Océanos de Lava +createWorld.customize.custom.useMineShafts=Minas Abandonadas +createWorld.customize.custom.useMonuments=Monumentos Oceánicos +createWorld.customize.custom.useRavines=Acantilados +createWorld.customize.custom.useStrongholds=Fortalezas +createWorld.customize.custom.useTemples=Templos +createWorld.customize.custom.useVillages=Aldeas +createWorld.customize.custom.useWaterLakes=Lagos de Agua +createWorld.customize.custom.waterLakeChance=Rareza de Lagos de Agua +createWorld.customize.flat.addLayer=Anãdir Capa +createWorld.customize.flat.editLayer=Editar Capa +createWorld.customize.flat.height=Altura +createWorld.customize.flat.layer=%s +createWorld.customize.flat.layer.bottom=Fondo - %s +createWorld.customize.flat.layer.top=Tope - %s +createWorld.customize.flat.removeLayer=Borrar Capa +createWorld.customize.flat.tile=Material de Capa +createWorld.customize.flat.title=Personalizar Súper Llano +createWorld.customize.presets=Plantillas +createWorld.customize.presets.list=¡Sino, acá tenés algunos que hicimos! +createWorld.customize.presets.select=Usar Plantilla +createWorld.customize.presets.share=¿Querés compartir tu plantilla con alguien? ¡Usá la caja debajo! +createWorld.customize.presets.title=Elegir una Plantilla +death.attack.anvil=%1$s fue aplastado por un yunque +death.attack.arrow=A %1$s le pegó un tiro %2$s +death.attack.arrow.item=A %1$s le pegó un tiro %2$s usando %3$s +death.attack.cactus=%1$s fue pinchado hasta la muerte +death.attack.cactus.player=%1$s se dio con un cactus tratando de escapar de %2$s +death.attack.drown=%1$s se ahogó +death.attack.drown.player=%1$s se ahogó tratando de escapar de %2$s +death.attack.explosion=%1$s reventó +death.attack.explosion.player=%1$s fue reventado por %2$s +death.attack.fall=%1$s se dio contra el piso muy fuerte +death.attack.fallingBlock=%1$s fue aplastado por un bloque +death.attack.fireball=A %1$s le pegó una bola de fuego de %2$s +death.attack.fireball.item=A %1$s le pegó una bola de fuego de %2$s usando %3$s +death.attack.generic=%1$s murió +death.attack.inFire=%1$s ardió en llamas +death.attack.inFire.player=%1$s caminó hacia el fuego luchando con %2$s +death.attack.inWall=%1$s se sofocó en una pared +death.attack.indirectMagic=%1$s fue asesinado por %2$s usando magia +death.attack.indirectMagic.item=%1$s fue asesinado por %2$s usando %3$s +death.attack.lava=%1$s intentó nadar en lava +death.attack.lava.player=%1$s intentó nadar en lava escapando de %2$s +death.attack.lightningBolt=A %1$s le pegó un relámpago +death.attack.magic=%1$s fue asesinado con magia +death.attack.mob=%1$s fue asesinado por %2$s +death.attack.onFire=%1$s se quemó hasta la muerte +death.attack.onFire.player=%1$s se quemó como tostada peleando con %2$s +death.attack.outOfWorld=%1$s se cayó del mundo +death.attack.player=%1$s fue asesinado por %2$s +death.attack.player.item=%1$s fue asesinado por %2$s usando %3$s +death.attack.starve=%1$s murió de hambre +death.attack.thorns=%1$s fue asesinado tratando de dañar a %2$s +death.attack.thrown=A %1$s lo tiró %2$s +death.attack.thrown.item=A %1$s lo tiró %2$s usando %3$s +death.attack.wither=%1$s murió por un Wither +death.fell.accident.generic=%1$s cayó desde muy alto +death.fell.accident.ladder=%1$s se cayó de una escalera +death.fell.accident.vines=%1$s se cayó de una enredadera +death.fell.accident.water=%1$s cayó del agua +death.fell.assist=%1$s fue condenado a caer por %2$s +death.fell.assist.item=%1$s fue condenado a caer por %2$s usando %3$s +death.fell.finish=%1$s cayó desde muy lejos y fue ejecutado por %2$s +death.fell.finish.item=%1$s cayó desde muy lejos y fue ejecutado por %2$s usando %3$s +death.fell.killer=%1$s fue condenado a caer +deathScreen.deleteWorld=Borrar mundo +deathScreen.hardcoreInfo=¡No podés respawnear en modo hardcore! +deathScreen.leaveServer=Dejar server +deathScreen.quit.confirm=¿Seguro que querés salir? +deathScreen.respawn=Respawnear +deathScreen.score=Puntaje +deathScreen.title=¡Te moriste! +deathScreen.title.hardcore=¡Fin del juego! +deathScreen.titleScreen=Menú principal +demo.day.1=Este demo va a durar cinco días, ¡aprovechalo! +demo.day.2=Día Dos +demo.day.3=Día Tres +demo.day.4=Día Cuatro +demo.day.5=¡Este es tu último día! +demo.day.6=Terminaste tu quinto día, usá F2 para guardar una imagen de tu creación +demo.day.warning=¡Se te va a terminar el tiempo! +demo.demoExpired=¡El tiempo del demo terminó! +demo.help.buy=¡Comprar Ahora! +demo.help.fullWrapped=Este demo va a durar 5 días del juego (aproximadamente 1 hora y 40 minutos de tiempo real).¡Revisá los logros para tener pistas!¡Divertite! +demo.help.inventory=Usá %1$s para abrir tu inventario +demo.help.jump=Usá %1$s para saltar +demo.help.later=¡Seguir Jugando! +demo.help.movement=Usá %1$s, %2$s, %3$s, %4$s y el mouse para moverte +demo.help.movementMouse=Mirá alrededor usando el mouse +demo.help.movementShort=Movete con %1$s, %2$s, %3$s, %4$s +demo.help.title=Minecraft Modo Demo +demo.remainingTime=Tiempo restante: %s +demo.reminder=El tiempo del demo terminó, ¡comprá el juego para seguir o empezá un nuevo mundo! +difficulty.lock.question=¿Estás seguro que querés bloquear la dificultad de este mundo? Esto lo va a dejar siempre en %1$s, y no vas a poder cambiarlo. +difficulty.lock.title=Bloquear la Dificultad del Mundo +disconnect.closed=Conexión cerrada +disconnect.disconnected=Desconectado por el Server +disconnect.endOfStream=Fin de conexión +disconnect.genericReason=%s +disconnect.kicked=Fuiste kickeado del juego +disconnect.loginFailed=Error al iniciar sesión +disconnect.loginFailedInfo=Error al iniciar sesión: %s +disconnect.loginFailedInfo.invalidSession=Error al iniciar sesión (Probá reiniciando el juego) +disconnect.loginFailedInfo.serversUnavailable=La autentificación no está disponible ahora por mantenimiento. +disconnect.lost=Se perdió la conexión +disconnect.overflow=Overflow de búfer +disconnect.quitting=Saliendo +disconnect.spam=Kickeado por spamear +disconnect.timeout=Tiempo agotado +enchantment.arrowDamage=Poder +enchantment.arrowFire=Llama +enchantment.arrowInfinite=Infinidad +enchantment.arrowKnockback=Golpe +enchantment.damage.all=Filo +enchantment.damage.arthropods=Pesadilla de los Artrópodos +enchantment.damage.undead=Castigo +enchantment.digging=Eficiencia +enchantment.durability=Durabilidad +enchantment.fire=Aspecto Ardiente +enchantment.fishingSpeed=Atracción +enchantment.knockback=Empuje +enchantment.level.1=I +enchantment.level.10=X +enchantment.level.2=II +enchantment.level.3=III +enchantment.level.4=IV +enchantment.level.5=V +enchantment.level.6=VI +enchantment.level.7=VII +enchantment.level.8=VIII +enchantment.level.9=IX +enchantment.lootBonus=Saqueo +enchantment.lootBonusDigger=Fortuna +enchantment.lootBonusFishing=Suerte de los Mares +enchantment.oxygen=Respiración +enchantment.protect.all=Protección +enchantment.protect.explosion=Protección a Explosiones +enchantment.protect.fall=Caída de Pluma +enchantment.protect.fire=Protección al Fuego +enchantment.protect.projectile=Protección a Proyectiles +enchantment.thorns=Espinas +enchantment.untouching=Toque de Seda +enchantment.waterWalker=Agilidad Acuática +enchantment.waterWorker=Afinidad Acuática +entity.ArmorStand.name=Atril para Armadura +entity.Arrow.name=Flecha +entity.Bat.name=Murciélago +entity.Blaze.name=Blaze +entity.Boat.name=Bote +entity.Cat.name=Gato +entity.CaveSpider.name=Araña de Cueva +entity.Chicken.name=Pollo +entity.Cow.name=Vaca +entity.Creeper.name=Creeper +entity.EnderDragon.name=Dragón Ender +entity.Enderman.name=Enderman +entity.Endermite.name=Endermita +entity.EntityHorse.name=Caballo +entity.FallingSand.name=Bloque Cayendo +entity.Fireball.name=Bola de Fuego +entity.Ghast.name=Ghast +entity.Giant.name=Gigante +entity.Guardian.name=Guardián +entity.Item.name=Item +entity.KillerBunny.name=El Conejo Asesino +entity.LavaSlime.name=Cubo de Magma +entity.Minecart.name=Carrito +entity.Mob.name=Criatura +entity.Monster.name=Monstruo +entity.MushroomCow.name=Vacongo +entity.Ozelot.name=Ocelote +entity.Painting.name=Cuadro +entity.Pig.name=Chancho +entity.PigZombie.name=Zombi Chancho +entity.PrimedTnt.name=Bloque de TNT +entity.Rabbit.name=Conejo +entity.Sheep.name=Oveja +entity.Silverfish.name=Pez de Plata +entity.Skeleton.name=Esqueleto +entity.Slime.name=Slime +entity.SmallFireball.name=Bola de Fuego Chica +entity.SnowMan.name=Golem de Nieve +entity.Snowball.name=Bola de Nieve +entity.Spider.name=Araña +entity.Squid.name=Calamar +entity.Villager.armor=Armero (Armadura) +entity.Villager.butcher=Carnicero +entity.Villager.cleric=Clérigo +entity.Villager.farmer=Granjero +entity.Villager.fisherman=Pescador +entity.Villager.fletcher=Flechero +entity.Villager.leather=Peletero +entity.Villager.librarian=Bibliotecario +entity.Villager.name=Aldeano +entity.Villager.shepherd=Pastor +entity.Villager.tool=Herrero de Herramientas +entity.Villager.weapon=Armero (Armas) +entity.VillagerGolem.name=Golem de Hierro +entity.Witch.name=Bruja +entity.WitherBoss.name=Wither +entity.Wolf.name=Lobo +entity.XPOrb.name=Orbe de Experiencia +entity.Zombie.name=Zombi +entity.donkey.name=Burro +entity.generic.name=desconocido +entity.horse.name=Caballo +entity.mule.name=Mula +entity.skeletonhorse.name=Caballo Esqueleto +entity.zombiehorse.name=Caballo Zombi +gameMode.adventure=Modo Aventura +gameMode.changed=Se actualizó tu modo de juego +gameMode.creative=Modo Creativo +gameMode.hardcore=¡Modo Hardcore! +gameMode.spectator=Modo de Espectador +gameMode.survival=Modo Survival +generator.amplified=AMPLIFICADO +generator.amplified.info=Aviso: Sólo por diversión, hace falta una compu grosa +generator.customized=Personalizado +generator.debug_all_block_states=Modo Debug +generator.default=Por Defecto +generator.flat=Súper Llano +generator.largeBiomes=Biomas Extensos +gui.achievements=Logros +gui.all=Todos +gui.back=Atrás +gui.cancel=Cancelar +gui.done=Aceptar +gui.down=Abajo +gui.no=No +gui.none=Ninguno +gui.stats=Estadísticas +gui.toMenu=Volver al menú principal +gui.up=Arriba +gui.yes=Sí +inventory.binSlot=Destruir Item +item.apple.name=Manzana +item.appleGold.name=Manzana Dorada +item.armorStand.name=Atril para Armadura +item.arrow.name=Flecha +item.banner.black.name=Estandarte Negro +item.banner.blue.name=Estandarte Azul +item.banner.border.black=Bordura Negra +item.banner.border.blue=Bordura Azul +item.banner.border.brown=Bordura Marrón +item.banner.border.cyan=Bordura Cian +item.banner.border.gray=Bordura Gris +item.banner.border.green=Bordura Verde +item.banner.border.lightBlue=Bordura Celeste +item.banner.border.lime=Bordura Lima +item.banner.border.magenta=Bordura Magenta +item.banner.border.orange=Bordura Naranja +item.banner.border.pink=Bordura Rosa +item.banner.border.purple=Bordura Púrpura +item.banner.border.red=Bordura Roja +item.banner.border.silver=Bordura Gris Claro +item.banner.border.white=Bordura Blanca +item.banner.border.yellow=Bordura Amarilla +item.banner.bricks.black=Mazonado Negro +item.banner.bricks.blue=Mazonado Azul +item.banner.bricks.brown=Mazonado Marrón +item.banner.bricks.cyan=Mazonado Cian +item.banner.bricks.gray=Mazonado Gris +item.banner.bricks.green=Mazonado Verde +item.banner.bricks.lightBlue=Mazonado Celeste +item.banner.bricks.lime=Mazonado Lima +item.banner.bricks.magenta=Mazonado Magenta +item.banner.bricks.orange=Mazonado Naranja +item.banner.bricks.pink=Mazonado Rosa +item.banner.bricks.purple=Mazonado Púrpura +item.banner.bricks.red=Mazonado Rojo +item.banner.bricks.silver=Mazonado Gris Claro +item.banner.bricks.white=Mazonado Blanco +item.banner.bricks.yellow=Mazonado Amarillo +item.banner.brown.name=Estandarte Marrón +item.banner.circle.black=Roel Negro +item.banner.circle.blue=Roel Azul +item.banner.circle.brown=Roel Marrón +item.banner.circle.cyan=Roel Cian +item.banner.circle.gray=Roel Gris +item.banner.circle.green=Roel Verde +item.banner.circle.lightBlue=Roel Celeste +item.banner.circle.lime=Roel Lima +item.banner.circle.magenta=Roel Magenta +item.banner.circle.orange=Roel Naranja +item.banner.circle.pink=Roel Rosa +item.banner.circle.purple=Roel Púrpura +item.banner.circle.red=Roel Rojo +item.banner.circle.silver=Roel Gris Claro +item.banner.circle.white=Roel Blanco +item.banner.circle.yellow=Roel Amarillo +item.banner.creeper.black=Escusón Negro de Creeper +item.banner.creeper.blue=Escusón Azul de Creeper +item.banner.creeper.brown=Escusón Marrón de Creeper +item.banner.creeper.cyan=Escusón Cian de Creeper +item.banner.creeper.gray=Escusón Gris de Creeper +item.banner.creeper.green=Escusón Verde de Creeper +item.banner.creeper.lightBlue=Escusón Celeste de Creeper +item.banner.creeper.lime=Escusón Lima de Creeper +item.banner.creeper.magenta=Escusón Magenta de Creeper +item.banner.creeper.orange=Escusón Naranja de Creeper +item.banner.creeper.pink=Escusón Rosa de Creeper +item.banner.creeper.purple=Escusón Púrpura de Creeper +item.banner.creeper.red=Escusón Rojo de Creeper +item.banner.creeper.silver=Escusón Gris Claro de Creeper +item.banner.creeper.white=Escusón Blanco de Creeper +item.banner.creeper.yellow=Escusón Amarillo de Creeper +item.banner.cross.black=Souter Negro +item.banner.cross.blue=Souter Azul +item.banner.cross.brown=Souter Marrón +item.banner.cross.cyan=Souter Cian +item.banner.cross.gray=Souter Gris +item.banner.cross.green=Souter Verde +item.banner.cross.lightBlue=Souter Celeste +item.banner.cross.lime=Souter Lima +item.banner.cross.magenta=Souter Magenta +item.banner.cross.orange=Souter Naranja +item.banner.cross.pink=Souter Rosa +item.banner.cross.purple=Souter Púrpura +item.banner.cross.red=Souter Rojo +item.banner.cross.silver=Souter Gris Claro +item.banner.cross.white=Souter Blanco +item.banner.cross.yellow=Souter Amarillo +item.banner.curly_border.black=Bordura Dentada Negra +item.banner.curly_border.blue=Bordura Dentada Azul +item.banner.curly_border.brown=Bordura Dentada Marrón +item.banner.curly_border.cyan=Bordura Dentada Cian +item.banner.curly_border.gray=Bordura Dentada Gris +item.banner.curly_border.green=Bordura Dentada Verde +item.banner.curly_border.lightBlue=Bordura Dentada Celeste +item.banner.curly_border.lime=Bordura Dentada Lima +item.banner.curly_border.magenta=Bordura Dentada Magenta +item.banner.curly_border.orange=Bordura Dentada Naranja +item.banner.curly_border.pink=Bordura Dentada Rosa +item.banner.curly_border.purple=Bordura Dentada Púrpura +item.banner.curly_border.red=Bordura Dentada Roja +item.banner.curly_border.silver=Bordura Dentada Gris Claro +item.banner.curly_border.white=Bordura Dentada Blanca +item.banner.curly_border.yellow=Bordura Dentada Amarilla +item.banner.cyan.name=Estandarte Cian +item.banner.diagonal_left.black=Tajado Negro +item.banner.diagonal_left.blue=Tajado Azul +item.banner.diagonal_left.brown=Tajado Marrón +item.banner.diagonal_left.cyan=Tajado Cian +item.banner.diagonal_left.gray=Tajado Gris +item.banner.diagonal_left.green=Tajado Verde +item.banner.diagonal_left.lightBlue=Tajado Celeste +item.banner.diagonal_left.lime=Tajado Lima +item.banner.diagonal_left.magenta=Tajado Magenta +item.banner.diagonal_left.orange=Tajado Naranja +item.banner.diagonal_left.pink=Tajado Rosa +item.banner.diagonal_left.purple=Tajado Púrpura +item.banner.diagonal_left.red=Tajado Rojo +item.banner.diagonal_left.silver=Tajado Gris Claro +item.banner.diagonal_left.white=Tajado Blanco +item.banner.diagonal_left.yellow=Tajado Amarillo +item.banner.diagonal_right.black=Tronchado Negro +item.banner.diagonal_right.blue=Tronchado Azul +item.banner.diagonal_right.brown=Tronchado Marrón +item.banner.diagonal_right.cyan=Tronchado Cian +item.banner.diagonal_right.gray=Tronchado Gris +item.banner.diagonal_right.green=Tronchado Verde +item.banner.diagonal_right.lightBlue=Tronchado Celeste +item.banner.diagonal_right.lime=Tronchado Lima +item.banner.diagonal_right.magenta=Tronchado Magenta +item.banner.diagonal_right.orange=Tronchado Naranja +item.banner.diagonal_right.pink=Tronchado Rosa +item.banner.diagonal_right.purple=Tronchado Púrpura +item.banner.diagonal_right.red=Tronchado Rojo +item.banner.diagonal_right.silver=Tronchado Gris Claro +item.banner.diagonal_right.white=Tronchado Blanco +item.banner.diagonal_right.yellow=Tronchado Amarillo +item.banner.diagonal_up_left.black=Tronchado Negro Invertido +item.banner.diagonal_up_left.blue=Tronchado Azul Invertido +item.banner.diagonal_up_left.brown=Tronchado Marrón Invertido +item.banner.diagonal_up_left.cyan=Tronchado Cian Invertido +item.banner.diagonal_up_left.gray=Tronchado Gris Invertido +item.banner.diagonal_up_left.green=Tronchado Verde Invertido +item.banner.diagonal_up_left.lightBlue=Tronchado Celeste Invertido +item.banner.diagonal_up_left.lime=Tronchado Lima Invertido +item.banner.diagonal_up_left.magenta=Tronchado Magenta Invertido +item.banner.diagonal_up_left.orange=Tronchado Naranja Invertido +item.banner.diagonal_up_left.pink=Tronchado Rosa Invertido +item.banner.diagonal_up_left.purple=Tronchado Púrpura Invertido +item.banner.diagonal_up_left.red=Tronchado Rojo Invertido +item.banner.diagonal_up_left.silver=Tronchado Gris Claro Invertido +item.banner.diagonal_up_left.white=Tronchado Blanco Invertido +item.banner.diagonal_up_left.yellow=Tronchado Amarillo Invertido +item.banner.diagonal_up_right.black=Tajado Negro Invertido +item.banner.diagonal_up_right.blue=Tajado Azul Invertido +item.banner.diagonal_up_right.brown=Tajado Marrón Invertido +item.banner.diagonal_up_right.cyan=Tajado Cian Invertido +item.banner.diagonal_up_right.gray=Tajado Gris Invertido +item.banner.diagonal_up_right.green=Tajado Verde Invertido +item.banner.diagonal_up_right.lightBlue=Tajado Celeste Invertido +item.banner.diagonal_up_right.lime=Tajado Lima Invertido +item.banner.diagonal_up_right.magenta=Tajado Magenta Invertido +item.banner.diagonal_up_right.orange=Tajado Naranja Invertido +item.banner.diagonal_up_right.pink=Tajado Rosa Invertido +item.banner.diagonal_up_right.purple=Tajado Púrpura Invertido +item.banner.diagonal_up_right.red=Tajado Rojo Invertido +item.banner.diagonal_up_right.silver=Tajado Gris Claro Invertido +item.banner.diagonal_up_right.white=Tajado Blanco Invertido +item.banner.diagonal_up_right.yellow=Tajado Amarillo Invertido +item.banner.flower.black=Escusón Negro de Flor +item.banner.flower.blue=Escusón Azul de Flor +item.banner.flower.brown=Escusón Marrón de Flor +item.banner.flower.cyan=Escusón Cian de Flor +item.banner.flower.gray=Escusón Gris de Flor +item.banner.flower.green=Escusón Verde de Flor +item.banner.flower.lightBlue=Escusón Celeste de Flor +item.banner.flower.lime=Escusón Lima de Flor +item.banner.flower.magenta=Escusón Magenta de Flor +item.banner.flower.orange=Escusón Naranja de Flor +item.banner.flower.pink=Escusón Rosa de Flor +item.banner.flower.purple=Escusón Púrpura de Flor +item.banner.flower.red=Escusón Rojo de Flor +item.banner.flower.silver=Escusón Gris Claro de Flor +item.banner.flower.white=Escusón Blanco de Flor +item.banner.flower.yellow=Escusón Amarillo de Flor +item.banner.gradient.black=Gradiente Negro +item.banner.gradient.blue=Gradiente Azul +item.banner.gradient.brown=Gradiente Marrón +item.banner.gradient.cyan=Gradiente Cian +item.banner.gradient.gray=Gradiente Gris +item.banner.gradient.green=Gradiente Verde +item.banner.gradient.lightBlue=Gradiente Celeste +item.banner.gradient.lime=Gradiente Lima +item.banner.gradient.magenta=Gradiente Magenta +item.banner.gradient.orange=Gradiente Naranja +item.banner.gradient.pink=Gradiente Rosa +item.banner.gradient.purple=Gradiente Púrpura +item.banner.gradient.red=Gradiente Rojo +item.banner.gradient.silver=Gradiente Gris Claro +item.banner.gradient.white=Gradiente Blanco +item.banner.gradient.yellow=Gradiente Amarillo +item.banner.gradient_up.black=Gradiente Negro en Campaña +item.banner.gradient_up.blue=Gradiente Azul en Campaña +item.banner.gradient_up.brown=Gradiente Marrón en Campaña +item.banner.gradient_up.cyan=Gradiente Cian en Campaña +item.banner.gradient_up.gray=Gradiente Gris en Campaña +item.banner.gradient_up.green=Gradiente Verde en Campaña +item.banner.gradient_up.lightBlue=Gradiente Celeste en Campaña +item.banner.gradient_up.lime=Gradiente Lima en Campaña +item.banner.gradient_up.magenta=Gradiente Magenta en Campaña +item.banner.gradient_up.orange=Gradiente Naranja en Campaña +item.banner.gradient_up.pink=Gradiente Rosa en Campaña +item.banner.gradient_up.purple=Gradiente Púrpura en Campaña +item.banner.gradient_up.red=Gradiente Rojo en Campaña +item.banner.gradient_up.silver=Gradiente Gris Claro en Campaña +item.banner.gradient_up.white=Gradiente Blanco en Campaña +item.banner.gradient_up.yellow=Gradiente Amarillo en Campaña +item.banner.gray.name=Estandarte Gris +item.banner.green.name=Estandarte Verde +item.banner.half_horizontal.black=Cortado Negro +item.banner.half_horizontal.blue=Cortado Azul +item.banner.half_horizontal.brown=Cortado Marrón +item.banner.half_horizontal.cyan=Cortado Cian +item.banner.half_horizontal.gray=Cortado Gris +item.banner.half_horizontal.green=Cortado Verde +item.banner.half_horizontal.lightBlue=Cortado Celeste +item.banner.half_horizontal.lime=Cortado Lima +item.banner.half_horizontal.magenta=Cortado Magenta +item.banner.half_horizontal.orange=Cortado Naranja +item.banner.half_horizontal.pink=Cortado Rosa +item.banner.half_horizontal.purple=Cortado Púrpura +item.banner.half_horizontal.red=Cortado Rojo +item.banner.half_horizontal.silver=Cortado Gris Claro +item.banner.half_horizontal.white=Cortado Blanco +item.banner.half_horizontal.yellow=Cortado Amarillo +item.banner.half_horizontal_bottom.black=Cortado Negro Invertido +item.banner.half_horizontal_bottom.blue=Cortado Azul Invertido +item.banner.half_horizontal_bottom.brown=Cortado Marrón Invertido +item.banner.half_horizontal_bottom.cyan=Cortado Cian Invertido +item.banner.half_horizontal_bottom.gray=Cortado Gris Invertido +item.banner.half_horizontal_bottom.green=Cortado Verde Invertido +item.banner.half_horizontal_bottom.lightBlue=Cortado Celeste Invertido +item.banner.half_horizontal_bottom.lime=Cortado Lima Invertido +item.banner.half_horizontal_bottom.magenta=Cortado Magenta Invertido +item.banner.half_horizontal_bottom.orange=Cortado Naranja Invertido +item.banner.half_horizontal_bottom.pink=Cortado Rosa Invertido +item.banner.half_horizontal_bottom.purple=Cortado Púrpura Invertido +item.banner.half_horizontal_bottom.red=Cortado Rojo Invertido +item.banner.half_horizontal_bottom.silver=Cortado Gris Claro Invertido +item.banner.half_horizontal_bottom.white=Cortado Blanco Invertido +item.banner.half_horizontal_bottom.yellow=Cortado Amarillo Invertido +item.banner.half_vertical.black=Partido Negro +item.banner.half_vertical.blue=Partido Azul +item.banner.half_vertical.brown=Partido Marrón +item.banner.half_vertical.cyan=Partido Cian +item.banner.half_vertical.gray=Partido Gris +item.banner.half_vertical.green=Partido Verde +item.banner.half_vertical.lightBlue=Partido Celeste +item.banner.half_vertical.lime=Partido Lima +item.banner.half_vertical.magenta=Partido Magenta +item.banner.half_vertical.orange=Partido Naranja +item.banner.half_vertical.pink=Partido Rosa +item.banner.half_vertical.purple=Partido Púrpura +item.banner.half_vertical.red=Partido Rojo +item.banner.half_vertical.silver=Partido Celeste +item.banner.half_vertical.white=Partido Blanco +item.banner.half_vertical.yellow=Partido Amarillo +item.banner.half_vertical_right.black=Partido Negro Invertido +item.banner.half_vertical_right.blue=Partido Azul Invertido +item.banner.half_vertical_right.brown=Partido Marrón Invertido +item.banner.half_vertical_right.cyan=Partido Cian Invertido +item.banner.half_vertical_right.gray=Partido Gris Invertido +item.banner.half_vertical_right.green=Partido Verde Invertido +item.banner.half_vertical_right.lightBlue=Partido Celeste Invertido +item.banner.half_vertical_right.lime=Partido Lima Invertido +item.banner.half_vertical_right.magenta=Partido Magenta Invertido +item.banner.half_vertical_right.orange=Partido Naranja Invertido +item.banner.half_vertical_right.pink=Partido Rosa Invertido +item.banner.half_vertical_right.purple=Partido Púrpura Invertido +item.banner.half_vertical_right.red=Partido Rojo Invertido +item.banner.half_vertical_right.silver=Partido Gris Claro Invertido +item.banner.half_vertical_right.white=Partido Blanco Invertido +item.banner.half_vertical_right.yellow=Partido Amarillo Invertido +item.banner.lightBlue.name=Estandarte Celeste +item.banner.lime.name=Estandarte Lima +item.banner.magenta.name=Estandarte Magenta +item.banner.mojang.black=Cosa Negra +item.banner.mojang.blue=Cosa Azul +item.banner.mojang.brown=Cosa Marrón +item.banner.mojang.cyan=Cosa Cian +item.banner.mojang.gray=Cosa Gris +item.banner.mojang.green=Cosa Verde +item.banner.mojang.lightBlue=Cosa Celeste +item.banner.mojang.lime=Cosa Lima +item.banner.mojang.magenta=Cosa Magenta +item.banner.mojang.orange=Cosa Naranja +item.banner.mojang.pink=Cosa Rosa +item.banner.mojang.purple=Cosa Púrpura +item.banner.mojang.red=Cosa Roja +item.banner.mojang.silver=Cosa Gris Claro +item.banner.mojang.white=Cosa Blanca +item.banner.mojang.yellow=Cosa Amarilla +item.banner.orange.name=Estandarte Naranja +item.banner.pink.name=Estandarte Rosa +item.banner.purple.name=Estandarte Púrpura +item.banner.red.name=Estandarte Rojo +item.banner.rhombus.black=Losange Negro +item.banner.rhombus.blue=Losange Azul +item.banner.rhombus.brown=Losange Marrón +item.banner.rhombus.cyan=Losange Cian +item.banner.rhombus.gray=Losange Gris +item.banner.rhombus.green=Losange Verde +item.banner.rhombus.lightBlue=Losange Celeste +item.banner.rhombus.lime=Losange Lima +item.banner.rhombus.magenta=Losange Magenta +item.banner.rhombus.orange=Losange Naranja +item.banner.rhombus.pink=Losange Rosa +item.banner.rhombus.purple=Losange Púrpura +item.banner.rhombus.red=Losange Rojo +item.banner.rhombus.silver=Losange Gris Claro +item.banner.rhombus.white=Losange Blanco +item.banner.rhombus.yellow=Losange Amarillo +item.banner.silver.name=Estandarte Gris Claro +item.banner.skull.black=Escusón Negro de Calavera +item.banner.skull.blue=Escusón Azul de Calavera +item.banner.skull.brown=Escusón Marrón de Calavera +item.banner.skull.cyan=Escusón Cian de Calavera +item.banner.skull.gray=Escusón Gris de Calavera +item.banner.skull.green=Escusón Verde de Calavera +item.banner.skull.lightBlue=Escusón Celeste de Calavera +item.banner.skull.lime=Escusón Lima de Calavera +item.banner.skull.magenta=Escusón Magenta de Calavera +item.banner.skull.orange=Escusón Naranja de Calavera +item.banner.skull.pink=Escusón Rosa de Calavera +item.banner.skull.purple=Escusón Púrpura de Calavera +item.banner.skull.red=Escusón Rojo de Calavera +item.banner.skull.silver=Escusón Gris Claro de Calavera +item.banner.skull.white=Escusón Blanco de Calavera +item.banner.skull.yellow=Escusón Amarillo de Calavera +item.banner.small_stripes.black=Vergetado Negro +item.banner.small_stripes.blue=Vergetado Azul +item.banner.small_stripes.brown=Vergetado Marrón +item.banner.small_stripes.cyan=Vergetado Cian +item.banner.small_stripes.gray=Vergetado Gris +item.banner.small_stripes.green=Vergetado Verde +item.banner.small_stripes.lightBlue=Vergetado Celeste +item.banner.small_stripes.lime=Vergetado Lima +item.banner.small_stripes.magenta=Vergetado Magenta +item.banner.small_stripes.orange=Vergetado Naranja +item.banner.small_stripes.pink=Vergetado Rosa +item.banner.small_stripes.purple=Vergetado Púrpura +item.banner.small_stripes.red=Vergetado Rojo +item.banner.small_stripes.silver=Vergetado Gris Claro +item.banner.small_stripes.white=Vergetado Blanco +item.banner.small_stripes.yellow=Vergetado Amarillo +item.banner.square_bottom_left.black=Cantón Diestro Negro en Campaña +item.banner.square_bottom_left.blue=Cantón Diestro Azul en Campaña +item.banner.square_bottom_left.brown=Cantón Diestro Marrón en Campaña +item.banner.square_bottom_left.cyan=Cantón Diestro Cian en Campaña +item.banner.square_bottom_left.gray=Cantón Diestro Gris en Campaña +item.banner.square_bottom_left.green=Cantón Diestro Verde en Campaña +item.banner.square_bottom_left.lightBlue=Cantón Diestro Celeste en Campaña +item.banner.square_bottom_left.lime=Cantón Diestro Lima en Campaña +item.banner.square_bottom_left.magenta=Cantón Diestro Magenta en Campaña +item.banner.square_bottom_left.orange=Cantón Diestro Naranja en Campaña +item.banner.square_bottom_left.pink=Cantón Diestro Rosa en Campaña +item.banner.square_bottom_left.purple=Cantón Diestro Púrpura en Campaña +item.banner.square_bottom_left.red=Cantón Diestro Rojo en Campaña +item.banner.square_bottom_left.silver=Cantón Diestro Gris Claro en Campaña +item.banner.square_bottom_left.white=Cantón Diestro Blanco en Campaña +item.banner.square_bottom_left.yellow=Cantón Diestro Amarillo en Campaña +item.banner.square_bottom_right.black=Cantón Siniestro Negro en Campaña +item.banner.square_bottom_right.blue=Cantón Siniestro Azul en Campaña +item.banner.square_bottom_right.brown=Cantón Siniestro Marrón en Campaña +item.banner.square_bottom_right.cyan=Cantón Siniestro Cian en Campaña +item.banner.square_bottom_right.gray=Cantón Siniestro Gris en Campaña +item.banner.square_bottom_right.green=Cantón Siniestro Verde en Campaña +item.banner.square_bottom_right.lightBlue=Cantón Siniestro Celeste en Campaña +item.banner.square_bottom_right.lime=Cantón Siniestro Lima en Campaña +item.banner.square_bottom_right.magenta=Cantón Siniestro Magenta en Campaña +item.banner.square_bottom_right.orange=Cantón Siniestro Naranja en Campaña +item.banner.square_bottom_right.pink=Cantón Siniestro Rosa en Campaña +item.banner.square_bottom_right.purple=Cantón Siniestro Púrpura en Campaña +item.banner.square_bottom_right.red=Cantón Siniestro Rojo en Campaña +item.banner.square_bottom_right.silver=Cantón Siniestro Gris Claro en Campaña +item.banner.square_bottom_right.white=Cantón Siniestro Blanco en Campaña +item.banner.square_bottom_right.yellow=Cantón Siniestro Amarillo en Campaña +item.banner.square_top_left.black=Cantón Diestro Negro en Jefe +item.banner.square_top_left.blue=Cantón Diestro Azul en Jefe +item.banner.square_top_left.brown=Cantón Diestro Marrón en Jefe +item.banner.square_top_left.cyan=Cantón Diestro Cian en Jefe +item.banner.square_top_left.gray=Cantón Diestro Gris en Jefe +item.banner.square_top_left.green=Cantón Diestro Verde en Jefe +item.banner.square_top_left.lightBlue=Cantón Diestro Celeste en Jefe +item.banner.square_top_left.lime=Cantón Diestro Lima en Jefe +item.banner.square_top_left.magenta=Cantón Diestro Magenta en Jefe +item.banner.square_top_left.orange=Cantón Diestro Naranja en Jefe +item.banner.square_top_left.pink=Cantón Diestro Rosa en Jefe +item.banner.square_top_left.purple=Cantón Diestro Púrpura en Jefe +item.banner.square_top_left.red=Cantón Diestro Rojo en Jefe +item.banner.square_top_left.silver=Cantón Diestro Gris Claro en Jefe +item.banner.square_top_left.white=Cantón Diestro Blanco en Jefe +item.banner.square_top_left.yellow=Cantón Diestro Amarillo en Jefe +item.banner.square_top_right.black=Cantón Siniestro Negro en Jefe +item.banner.square_top_right.blue=Cantón Siniestro Azul en Jefe +item.banner.square_top_right.brown=Cantón Siniestro Marrón en Jefe +item.banner.square_top_right.cyan=Cantón Siniestro Cian en Jefe +item.banner.square_top_right.gray=Cantón Siniestro Gris en Jefe +item.banner.square_top_right.green=Cantón Siniestro Verde en Jefe +item.banner.square_top_right.lightBlue=Cantón Siniestro Celeste en Jefe +item.banner.square_top_right.lime=Cantón Siniestro Lima en Jefe +item.banner.square_top_right.magenta=Cantón Siniestro Magenta en Jefe +item.banner.square_top_right.orange=Cantón Siniestro Naranja en Jefe +item.banner.square_top_right.pink=Cantón Siniestro Rosa en Jefe +item.banner.square_top_right.purple=Cantón Siniestro Púrpura en Jefe +item.banner.square_top_right.red=Cantón Siniestro Rojo en Jefe +item.banner.square_top_right.silver=Cantón Siniestro Gris Claro en Jefe +item.banner.square_top_right.white=Cantón Siniestro Blanco en Jefe +item.banner.square_top_right.yellow=Cantón Siniestro Amarillo en Jefe +item.banner.straight_cross.black=Cruz Negra +item.banner.straight_cross.blue=Cruz Azul +item.banner.straight_cross.brown=Cruz Marrón +item.banner.straight_cross.cyan=Cruz Cian +item.banner.straight_cross.gray=Cruz Gris +item.banner.straight_cross.green=Cruz Verde +item.banner.straight_cross.lightBlue=Cruz Celeste +item.banner.straight_cross.lime=Cruz Lima +item.banner.straight_cross.magenta=Cruz Magenta +item.banner.straight_cross.orange=Cruz Naranja +item.banner.straight_cross.pink=Cruz Rosa +item.banner.straight_cross.purple=Cruz Púrpura +item.banner.straight_cross.red=Cruz Roja +item.banner.straight_cross.silver=Cruz Gris Claro +item.banner.straight_cross.white=Cruz Blanca +item.banner.straight_cross.yellow=Cruz Amarilla +item.banner.stripe_bottom.black=Faja Negra en Campaña +item.banner.stripe_bottom.blue=Faja Azul en Campaña +item.banner.stripe_bottom.brown=Faja Marrón en Campaña +item.banner.stripe_bottom.cyan=Faja Cian en Campaña +item.banner.stripe_bottom.gray=Faja Gris en Campaña +item.banner.stripe_bottom.green=Faja Verde en Campaña +item.banner.stripe_bottom.lightBlue=Faja Celeste en Campaña +item.banner.stripe_bottom.lime=Faja Lima en Campaña +item.banner.stripe_bottom.magenta=Faja Magenta en Campaña +item.banner.stripe_bottom.orange=Faja Naranja en Campaña +item.banner.stripe_bottom.pink=Faja Rosa en Campaña +item.banner.stripe_bottom.purple=Faja Púrpura en Campaña +item.banner.stripe_bottom.red=Faja Roja en Campaña +item.banner.stripe_bottom.silver=Faja Gris Claro en Campaña +item.banner.stripe_bottom.white=Faja Blanca en Campaña +item.banner.stripe_bottom.yellow=Faja Amarilla en Campaña +item.banner.stripe_center.black=Palo Negro +item.banner.stripe_center.blue=Palo Azul +item.banner.stripe_center.brown=Palo Marrón +item.banner.stripe_center.cyan=Palo Cian +item.banner.stripe_center.gray=Palo Gris +item.banner.stripe_center.green=Palo Verde +item.banner.stripe_center.lightBlue=Palo Celeste +item.banner.stripe_center.lime=Palo Lima +item.banner.stripe_center.magenta=Palo Magenta +item.banner.stripe_center.orange=Palo Naranja +item.banner.stripe_center.pink=Palo Rosa +item.banner.stripe_center.purple=Palo Púrpura +item.banner.stripe_center.red=Palo Rojo +item.banner.stripe_center.silver=Palo Gris Claro +item.banner.stripe_center.white=Palo Blanco +item.banner.stripe_center.yellow=Palo Amarillo +item.banner.stripe_downleft.black=Barra Negra +item.banner.stripe_downleft.blue=Barra Azul +item.banner.stripe_downleft.brown=Barra Marrón +item.banner.stripe_downleft.cyan=Barra Cian +item.banner.stripe_downleft.gray=Barra Gris +item.banner.stripe_downleft.green=Barra Verde +item.banner.stripe_downleft.lightBlue=Barra Celeste +item.banner.stripe_downleft.lime=Barra Lima +item.banner.stripe_downleft.magenta=Barra Magenta +item.banner.stripe_downleft.orange=Barra Naranja +item.banner.stripe_downleft.pink=Barra Rosa +item.banner.stripe_downleft.purple=Barra Púrpura +item.banner.stripe_downleft.red=Barra Roja +item.banner.stripe_downleft.silver=Barra Gris Claro +item.banner.stripe_downleft.white=Barra Blanca +item.banner.stripe_downleft.yellow=Barra Amarilla +item.banner.stripe_downright.black=Banda Negra +item.banner.stripe_downright.blue=Banda Azul +item.banner.stripe_downright.brown=Banda Marrón +item.banner.stripe_downright.cyan=Banda Cian +item.banner.stripe_downright.gray=Banda Gris +item.banner.stripe_downright.green=Banda Verde +item.banner.stripe_downright.lightBlue=Banda Celeste +item.banner.stripe_downright.lime=Banda Lima +item.banner.stripe_downright.magenta=Banda Magenta +item.banner.stripe_downright.orange=Banda Naranja +item.banner.stripe_downright.pink=Banda Rosa +item.banner.stripe_downright.purple=Banda Púrpura +item.banner.stripe_downright.red=Banda Roja +item.banner.stripe_downright.silver=Banda Gris Claro +item.banner.stripe_downright.white=Banda Blanca +item.banner.stripe_downright.yellow=Banda Amarilla +item.banner.stripe_left.black=Palo Negro a Diestra +item.banner.stripe_left.blue=Palo Azul a Diestra +item.banner.stripe_left.brown=Palo Marrón a Diestra +item.banner.stripe_left.cyan=Palo Cian a Diestra +item.banner.stripe_left.gray=Palo Gris a Diestra +item.banner.stripe_left.green=Palo Verde a Diestra +item.banner.stripe_left.lightBlue=Palo Celeste a Diestra +item.banner.stripe_left.lime=Palo Lima a Diestra +item.banner.stripe_left.magenta=Palo Magenta a Diestra +item.banner.stripe_left.orange=Palo Naranja a Diestra +item.banner.stripe_left.pink=Palo Rosa a Diestra +item.banner.stripe_left.purple=Palo Púrpura a Diestra +item.banner.stripe_left.red=Palo Rojo a Diestra +item.banner.stripe_left.silver=Palo Gris Claro a Diestra +item.banner.stripe_left.white=Palo Blanco a Diestra +item.banner.stripe_left.yellow=Palo Amarillo a Diestra +item.banner.stripe_middle.black=Faja Negra +item.banner.stripe_middle.blue=Faja Azul +item.banner.stripe_middle.brown=Faja Marrón +item.banner.stripe_middle.cyan=Faja Cian +item.banner.stripe_middle.gray=Faja Gris +item.banner.stripe_middle.green=Faja Verde +item.banner.stripe_middle.lightBlue=Faja Celeste +item.banner.stripe_middle.lime=Faja Lima +item.banner.stripe_middle.magenta=Faja Magenta +item.banner.stripe_middle.orange=Faja Naranja +item.banner.stripe_middle.pink=Faja Rosa +item.banner.stripe_middle.purple=Faja Púrpura +item.banner.stripe_middle.red=Faja Roja +item.banner.stripe_middle.silver=Faja Gris Claro +item.banner.stripe_middle.white=Faja Blanca +item.banner.stripe_middle.yellow=Faja Amarilla +item.banner.stripe_right.black=Palo Negro a Siniestra +item.banner.stripe_right.blue=Palo Azul a Siniestra +item.banner.stripe_right.brown=Palo Marrón a Siniestra +item.banner.stripe_right.cyan=Palo Cian a Siniestra +item.banner.stripe_right.gray=Palo Gris a Siniestra +item.banner.stripe_right.green=Palo Verde a Siniestra +item.banner.stripe_right.lightBlue=Palo Celeste a Siniestra +item.banner.stripe_right.lime=Palo Lima a Siniestra +item.banner.stripe_right.magenta=Palo Magenta a Siniestra +item.banner.stripe_right.orange=Palo Naranja a Siniestra +item.banner.stripe_right.pink=Palo Rosa a Siniestra +item.banner.stripe_right.purple=Palo Púrpura a Siniestra +item.banner.stripe_right.red=Palo Rojo a Siniestra +item.banner.stripe_right.silver=Palo Gris Claro a Siniestra +item.banner.stripe_right.white=Palo Blanco a Siniestra +item.banner.stripe_right.yellow=Palo Amarillo a Siniestra +item.banner.stripe_top.black=Faja Negra en Jefe +item.banner.stripe_top.blue=Faja Azul en Jefe +item.banner.stripe_top.brown=Faja Marrón en Jefe +item.banner.stripe_top.cyan=Faja Cian en Jefe +item.banner.stripe_top.gray=Faja Gris en Jefe +item.banner.stripe_top.green=Faja Verde en Jefe +item.banner.stripe_top.lightBlue=Faja Celeste en Jefe +item.banner.stripe_top.lime=Faja Lima en Jefe +item.banner.stripe_top.magenta=Faja Magenta en Jefe +item.banner.stripe_top.orange=Faja Naranja en Jefe +item.banner.stripe_top.pink=Faja Rosa en Jefe +item.banner.stripe_top.purple=Faja Púrpura en Jefe +item.banner.stripe_top.red=Faja Roja en Jefe +item.banner.stripe_top.silver=Faja Gris Claro en Jefe +item.banner.stripe_top.white=Faja Blanca en Jefe +item.banner.stripe_top.yellow=Faja Amarilla en Jefe +item.banner.triangle_bottom.black=Chevrón Negro +item.banner.triangle_bottom.blue=Chevrón Azul +item.banner.triangle_bottom.brown=Chevrón Marrón +item.banner.triangle_bottom.cyan=Chevrón Cian +item.banner.triangle_bottom.gray=Chevrón Gris +item.banner.triangle_bottom.green=Chevrón Verde +item.banner.triangle_bottom.lightBlue=Chevrón Celeste +item.banner.triangle_bottom.lime=Chevrón Lima +item.banner.triangle_bottom.magenta=Chevrón Magenta +item.banner.triangle_bottom.orange=Chevrón Naranja +item.banner.triangle_bottom.pink=Chevrón Rosa +item.banner.triangle_bottom.purple=Chevrón Púrpura +item.banner.triangle_bottom.red=Chevrón Rojo +item.banner.triangle_bottom.silver=Chevrón Gris Claro +item.banner.triangle_bottom.white=Chevrón Blanco +item.banner.triangle_bottom.yellow=Chevrón Amarillo +item.banner.triangle_top.black=Chevrón Negro Invertido +item.banner.triangle_top.blue=Chevrón Azul Invertido +item.banner.triangle_top.brown=Chevrón Marrón Invertido +item.banner.triangle_top.cyan=Chevrón Cian Invertido +item.banner.triangle_top.gray=Chevrón Gris Invertido +item.banner.triangle_top.green=Chevrón Verde Invertido +item.banner.triangle_top.lightBlue=Chevrón Celeste Invertido +item.banner.triangle_top.lime=Chevrón Lima Invertido +item.banner.triangle_top.magenta=Chevrón Magenta Invertido +item.banner.triangle_top.orange=Chevrón Naranja Invertido +item.banner.triangle_top.pink=Chevrón Rosa Invertido +item.banner.triangle_top.purple=Chevrón Púrpura Invertido +item.banner.triangle_top.red=Chevrón Rojo Invertido +item.banner.triangle_top.silver=Chevrón Gris Claro Invertido +item.banner.triangle_top.white=Chevrón Blanco Invertido +item.banner.triangle_top.yellow=Chevrón Amarillo Invertido +item.banner.triangles_bottom.black=Campaña Negra Dentada +item.banner.triangles_bottom.blue=Campaña Azul Dentada +item.banner.triangles_bottom.brown=Campaña Marrón Dentada +item.banner.triangles_bottom.cyan=Campaña Cian Dentada +item.banner.triangles_bottom.gray=Campaña Gris Dentada +item.banner.triangles_bottom.green=Campaña Vede Dentada +item.banner.triangles_bottom.lightBlue=Campaña Celeste Dentada +item.banner.triangles_bottom.lime=Campaña Lima Dentada +item.banner.triangles_bottom.magenta=Campaña Magenta Dentada +item.banner.triangles_bottom.orange=Campaña Naranja Dentada +item.banner.triangles_bottom.pink=Campaña Rosa Dentada +item.banner.triangles_bottom.purple=Campaña Púrpura Dentada +item.banner.triangles_bottom.red=Campaña Roja Dentada +item.banner.triangles_bottom.silver=Campaña Gris Claro Dentada +item.banner.triangles_bottom.white=Campaña Blanca Dentada +item.banner.triangles_bottom.yellow=Campaña Amarilla Dentada +item.banner.triangles_top.black=Jefe Negro Dentado +item.banner.triangles_top.blue=Jefe Azul Dentado +item.banner.triangles_top.brown=Jefe Marrón Dentado +item.banner.triangles_top.cyan=Jefe Cian Dentado +item.banner.triangles_top.gray=Jefe Gris Dentado +item.banner.triangles_top.green=Jefe Verde Dentado +item.banner.triangles_top.lightBlue=Jefe Celeste Dentado +item.banner.triangles_top.lime=Jefe Lima Dentado +item.banner.triangles_top.magenta=Jefe Magenta Dentado +item.banner.triangles_top.orange=Jefe Naranja Dentado +item.banner.triangles_top.pink=Jefe Rosa Dentado +item.banner.triangles_top.purple=Jefe Púrpura Dentado +item.banner.triangles_top.red=Jefe Rojo Dentado +item.banner.triangles_top.silver=Jefe Gris Claro Dentado +item.banner.triangles_top.white=Jefe Blanco Dentado +item.banner.triangles_top.yellow=Jefe Amarillo Dentado +item.banner.white.name=Estandarte Blanco +item.banner.yellow.name=Estandarte Amarillo +item.bed.name=Cama +item.beefCooked.name=Bife +item.beefRaw.name=Bife Crudo +item.blazePowder.name=Polvo de Blaze +item.blazeRod.name=Vara de Blaze +item.boat.name=Bote +item.bone.name=Hueso +item.book.name=Libro +item.bootsChain.name=Botas de Cota de Malla +item.bootsCloth.name=Botas de Cuero +item.bootsDiamond.name=Botas de Diamante +item.bootsGold.name=Botas de Oro +item.bootsIron.name=Botas de Hierro +item.bow.name=Arco +item.bowl.name=Bol +item.bread.name=Pan +item.brewingStand.name=Destiladora +item.brick.name=Ladrillo +item.bucket.name=Balde +item.bucketLava.name=Balde de Lava +item.bucketWater.name=Balde de Agua +item.cake.name=Torta +item.canBreak=Puede romper: +item.canPlace=Puede ponerse sobre: +item.carrotGolden.name=Zanahoria Dorada +item.carrotOnAStick.name=Zanahoria en un Palo +item.carrots.name=Zanahoria +item.cauldron.name=Caldera +item.charcoal.name=Carbón Vegetal +item.chestplateChain.name=Chaleco de Cota de Malla +item.chestplateCloth.name=Túnica de Cuero +item.chestplateDiamond.name=Chaleco de Diamante +item.chestplateGold.name=Chaleco de Oro +item.chestplateIron.name=Chaleco de Hierro +item.chickenCooked.name=Pollo Asado +item.chickenRaw.name=Pollo Crudo +item.clay.name=Arcilla +item.clock.name=Reloj +item.coal.name=Carbón +item.comparator.name=Comparador de Redstone +item.compass.name=Brújula +item.cookie.name=Galletita +item.diamond.name=Diamante +item.diode.name=Repetidor de Redstone +item.doorAcacia.name=Puerta de Acacia +item.doorBirch.name=Puerta de madera de Abedul +item.doorDarkOak.name=Puerta de Roble Oscuro +item.doorIron.name=Puerta de Hierro +item.doorJungle.name=Puerta de madera de la jungla +item.doorOak.name=Puerta de madera de Roble +item.doorSpruce.name=Puerta de madera de Abeto +item.dyePowder.black.name=Saco de Tinta +item.dyePowder.blue.name=Lapislázuli +item.dyePowder.brown.name=Granos de Cacao +item.dyePowder.cyan.name=Tinte Cian +item.dyePowder.gray.name=Tinte Gris +item.dyePowder.green.name=Verde Cactus +item.dyePowder.lightBlue.name=Tinte Celeste +item.dyePowder.lime.name=Tinte Verde Lima +item.dyePowder.magenta.name=Tinte Magenta +item.dyePowder.orange.name=Tinte Naranja +item.dyePowder.pink.name=Tinte Rosa +item.dyePowder.purple.name=Tinte Púrpura +item.dyePowder.red.name=Rojo de Rosa +item.dyePowder.silver.name=Tinte Gris Claro +item.dyePowder.white.name=Hueso Molido +item.dyePowder.yellow.name=Amarillo Diente de León +item.dyed=Teñido +item.egg.name=Huevo +item.emerald.name=Esmeralda +item.emptyMap.name=Mapa en Blanco +item.emptyPotion.name=Botella de Agua +item.enchantedBook.name=Libro Encantado +item.enderPearl.name=Perla Ender +item.expBottle.name=Frasco de Experiencia +item.eyeOfEnder.name=Ojo de Ender +item.feather.name=Pluma +item.fermentedSpiderEye.name=Ojo de Araña Fermentado +item.fireball.name=Carga de Fuego +item.fireworks.flight=Duración de Vuelo: +item.fireworks.name=Cohete +item.fireworksCharge.black=Negro +item.fireworksCharge.blue=Azul +item.fireworksCharge.brown=Marrón +item.fireworksCharge.customColor=Personalizado +item.fireworksCharge.cyan=Cian +item.fireworksCharge.fadeTo=Cambia a +item.fireworksCharge.flicker=Parpadeante +item.fireworksCharge.gray=Gris +item.fireworksCharge.green=Verde +item.fireworksCharge.lightBlue=Celeste +item.fireworksCharge.lime=Lima +item.fireworksCharge.magenta=Magenta +item.fireworksCharge.name=Pólvora de Petardos +item.fireworksCharge.orange=Naranja +item.fireworksCharge.pink=Rosa +item.fireworksCharge.purple=Púrpura +item.fireworksCharge.red=Rojo +item.fireworksCharge.silver=Gris Claro +item.fireworksCharge.trail=Estela +item.fireworksCharge.type=Forma Desconocida +item.fireworksCharge.type.0=Bola Chica +item.fireworksCharge.type.1=Bola Grande +item.fireworksCharge.type.2=Con forma de Estrella +item.fireworksCharge.type.3=Con forma de Creeper +item.fireworksCharge.type.4=Ráfaga +item.fireworksCharge.white=Blanco +item.fireworksCharge.yellow=Amarillo +item.fish.clownfish.raw.name=Pez Payaso +item.fish.cod.cooked.name=Pescado Cocido +item.fish.cod.raw.name=Pescado Crudo +item.fish.pufferfish.raw.name=Pez Globo +item.fish.salmon.cooked.name=Salmón Cocido +item.fish.salmon.raw.name=Salmón Crudo +item.fishingRod.name=Caña de Pescar +item.flint.name=Pedernal +item.flintAndSteel.name=Encendedor +item.flowerPot.name=Maceta +item.frame.name=Marco de Item +item.ghastTear.name=Lágrima de Ghast +item.glassBottle.name=Botella de Vidrio +item.goldNugget.name=Pepita de Oro +item.hatchetDiamond.name=Hacha de Diamante +item.hatchetGold.name=Hacha de Oro +item.hatchetIron.name=Hacha de Hierro +item.hatchetStone.name=Hacha de Piedra +item.hatchetWood.name=Hacha de Madera +item.helmetChain.name=Casco de Cota de Malla +item.helmetCloth.name=Gorra de Cuero +item.helmetDiamond.name=Casco de Diamante +item.helmetGold.name=Casco de Oro +item.helmetIron.name=Casco de Hierro +item.hoeDiamond.name=Azada de Diamante +item.hoeGold.name=Azada de Oro +item.hoeIron.name=Azada de Hierro +item.hoeStone.name=Azada de Piedra +item.hoeWood.name=Azada de Madera +item.horsearmordiamond.name=Armadura de Diamante para Caballo +item.horsearmorgold.name=Armadura de Oro para Caballo +item.horsearmormetal.name=Armadura de Hierro para Caballo +item.ingotGold.name=Lingote de Oro +item.ingotIron.name=Lingote de Hierro +item.leash.name=Lazo +item.leather.name=Cuero +item.leaves.name=Hojas +item.leggingsChain.name=Pantalones de Cota de Malla +item.leggingsCloth.name=Pantalones de Cuero +item.leggingsDiamond.name=Pantalones de Diamante +item.leggingsGold.name=Pantalones de Oro +item.leggingsIron.name=Pantalones de Hierro +item.magmaCream.name=Crema de Magma +item.map.name=Mapa +item.melon.name=Sandía +item.milk.name=Leche +item.minecart.name=Carrito +item.minecartChest.name=Carrito con Cofre +item.minecartCommandBlock.name=Carrito con Bloque de Comandos +item.minecartFurnace.name=Carrito con Horno +item.minecartHopper.name=Carrito con Tolva +item.minecartTnt.name=Carrito con TNT +item.monsterPlacer.name=Spawn +item.mushroomStew.name=Guiso de Hongos +item.muttonCooked.name=Cordero Cocido +item.muttonRaw.name=Cordero Crudo +item.nameTag.name=Etiqueta de Nombre +item.netherStalkSeeds.name=Verruga del Inframundo +item.netherStar.name=Estrella del Inframundo +item.netherbrick.name=Ladrillo del Inframundo +item.netherquartz.name=Cuarzo del Inframundo +item.painting.name=Cuadro +item.paper.name=Papel +item.pickaxeDiamond.name=Pico de Diamante +item.pickaxeGold.name=Pico de Oro +item.pickaxeIron.name=Pico de Hierro +item.pickaxeStone.name=Pico de Piedra +item.pickaxeWood.name=Pico de Madera +item.porkchopCooked.name=Chuleta Cocida +item.porkchopRaw.name=Chuleta Cruda +item.potato.name=Papa +item.potatoBaked.name=Papa Horneada +item.potatoPoisonous.name=Papa Venenosa +item.potion.name=Poción +item.prismarineCrystals.name=Cristales de Prismarina +item.prismarineShard.name=Fragmento de Prismarina +item.pumpkinPie.name=Tarta de Calabaza +item.rabbitCooked.name=Conejo Cocido +item.rabbitFoot.name=Pata de conejo +item.rabbitHide.name=Piel de conejo +item.rabbitRaw.name=Conejo Crudo +item.rabbitStew.name=Guiso de conejo +item.record.11.desc=C418 - 11 +item.record.13.desc=C418 - 13 +item.record.blocks.desc=C418 - blocks +item.record.cat.desc=C418 - cat +item.record.chirp.desc=C418 - chirp +item.record.far.desc=C418 - far +item.record.mall.desc=C418 - mall +item.record.mellohi.desc=C418 - mellohi +item.record.name=Disco de Música +item.record.stal.desc=C418 - stal +item.record.strad.desc=C418 - strad +item.record.wait.desc=C418 - wait +item.record.ward.desc=C418 - ward +item.redstone.name=Redstone +item.reeds.name=Cañas de Azúcar +item.rottenFlesh.name=Carne Podrida +item.ruby.name=Rubí +item.saddle.name=Montura +item.seeds.name=Semillas +item.seeds_melon.name=Semillas de Sandía +item.seeds_pumpkin.name=Semillas de Zapallo +item.shears.name=Tijeras +item.shovelDiamond.name=Pala de Diamante +item.shovelGold.name=Pala de Oro +item.shovelIron.name=Pala de Hierro +item.shovelStone.name=Pala de Piedra +item.shovelWood.name=Pala de Madera +item.sign.name=Cartel +item.skull.char.name=Cabeza +item.skull.creeper.name=Cabeza de Creeper +item.skull.player.name=Cabeza de %s +item.skull.skeleton.name=Cráneo de Esqueleto +item.skull.wither.name=Cráneo de Esqueleto Wither +item.skull.zombie.name=Cabeza de Zombi +item.slimeball.name=Bola de Slime +item.snowball.name=Bola de Nieve +item.speckledMelon.name=Sandía Brillante +item.spiderEye.name=Ojo de Araña +item.stick.name=Palo +item.string.name=Hilo +item.sugar.name=Azúcar +item.sulphur.name=Pólvora +item.swordDiamond.name=Espada de Diamante +item.swordGold.name=Espada de Oro +item.swordIron.name=Espada de Hierro +item.swordStone.name=Espada de Piedra +item.swordWood.name=Espada de Madera +item.unbreakable=Irrompible +item.wheat.name=Trigo +item.writingBook.name=Libro y Pluma +item.writtenBook.name=Libro Escrito +item.yellowDust.name=Polvo de Piedra Luminosa +itemGroup.brewing=Destilaje +itemGroup.buildingBlocks=Bloques de Construcción +itemGroup.combat=Combate +itemGroup.decorations=Bloques Decorativos +itemGroup.food=Alimentos +itemGroup.inventory=Inventario de Survival +itemGroup.materials=Materiales +itemGroup.misc=Misceláneo +itemGroup.redstone=Redstone +itemGroup.search=Buscar Items +itemGroup.tools=Herramientas +itemGroup.transportation=Transporte +key.attack=Atacar/Romper +key.back=Caminar Atrás +key.categories.gameplay=Jugabilidad +key.categories.inventory=Inventario +key.categories.misc=Misceláneo +key.categories.movement=Movimiento +key.categories.multiplayer=Multijugador +key.categories.stream=Transmitiendo +key.categories.ui=Interfaz del juego +key.chat=Abrir Chat +key.command=Abrir Comando +key.drop=Tirar Item +key.forward=Caminar Adelante +key.fullscreen=Pantalla Completa +key.hotbar.1=Acceso Rápido 1 +key.hotbar.2=Acceso Rápido 2 +key.hotbar.3=Acceso Rápido 3 +key.hotbar.4=Acceso Rápido 4 +key.hotbar.5=Acceso Rápido 5 +key.hotbar.6=Acceso Rápido 6 +key.hotbar.7=Acceso Rápido 7 +key.hotbar.8=Acceso Rápido 8 +key.hotbar.9=Acceso Rápido 9 +key.inventory=Inventario +key.jump=Saltar +key.left=Caminar a la Izquierda +key.mouseButton=Botón %1$s +key.pickItem=Agarrar Bloque +key.playerlist=Lista de Jugadores +key.right=Caminar a la Derecha +key.screenshot=Tomar Captura de Pantalla +key.smoothCamera=Cambiar a Cámara Cinemática +key.sneak=Agacharse +key.spectatorOutlines=Destacar Jugadores (Espectadores) +key.sprint=Correr +key.streamCommercial=Mostrar Propagandas De Stream +key.streamPauseUnpause=Pausar/Reanudar Stream +key.streamStartStop=Iniciar/Parar Stream +key.streamToggleMic=Apretar Para Hablar/Mutear +key.togglePerspective=Cambiar Perspectiva +key.use=Usar Item/Colocar Bloque +lanServer.otherPlayers=Configuración para Otros Jugadores +lanServer.scanning=Buscando juegos de tu red local +lanServer.start=Empezar Mundo LAN +lanServer.title=Mundo LAN +language.code=es_AR +language.name=Español +language.region=Argentina +mcoServer.title=Minecraft Online World +menu.convertingLevel=Convirtiendo mundo +menu.disconnect=Desconectarse +menu.game=Menú del juego +menu.generatingLevel=Generando mundo +menu.generatingTerrain=Generando terreno +menu.loadingLevel=Cargando mundo +menu.multiplayer=Multijugador +menu.online=Minecraft Realms +menu.options=Opciones... +menu.playdemo=Jugar Mundo de Demo +menu.quit=Salir del Juego +menu.resetdemo=Reiniciar Mundo de Demo +menu.respawning=Respawneando +menu.returnToGame=Volver al Juego +menu.returnToMenu=Guardar y Salir al Menú +menu.shareToLan=Abrir en LAN +menu.simulating=Simulando el mundo un poco +menu.singleplayer=Un Jugador +menu.switchingLevel=Cambiando de mundo +merchant.deprecated=¡Intercambiá otra cosa para desbloquear! +mount.onboard=Apretá %1$s para desmontar +multiplayer.connect=Conectar +multiplayer.downloadingStats=Descargando estadísticas y logros... +multiplayer.downloadingTerrain=Bajando terreno +multiplayer.info1=Minecraft Multijugador no está terminado, pero hay +multiplayer.info2=pruebas tempranas realizándose por ahora. +multiplayer.ipinfo=Ingresá la IP de un servidor para conectarte a él: +multiplayer.player.joined=%s se metió en el juego +multiplayer.player.joined.renamed=%s (antes conocido como %s) se metió en el juego +multiplayer.player.left=%s se fue del juego +multiplayer.stopSleeping=Levantarte de la Cama +multiplayer.texturePrompt.line1=Este server recomienda usar un pack de recursos custom. +multiplayer.texturePrompt.line2=¿Te gustaría descargarlo e instalarlo automágicamente? +multiplayer.title=Jugar en Multijugador +options.advancedButton=Configuración Gráfica Avanzada... +options.advancedOpengl=OpenGL avanzado +options.advancedVideoTitle=Configuración Gráfica Avanzada +options.anaglyph=Visión 3D +options.ao=Iluminación Suave +options.ao.max=Máximo +options.ao.min=Mínimo +options.ao.off=Apagado +options.blockAlternatives=Alternar Bloques +options.chat.color=Colores +options.chat.height.focused=Altura en Foco +options.chat.height.unfocused=Altura Fuera de Foco +options.chat.links=Enlaces Web +options.chat.links.prompt=Preguntar sobre Enlaces +options.chat.opacity=Opacidad +options.chat.scale=Escala +options.chat.title=Configuración del Chat... +options.chat.visibility=Chat +options.chat.visibility.full=Visible +options.chat.visibility.hidden=Oculto +options.chat.visibility.system=Sólo Comandos +options.chat.width=Ancho +options.controls=Controles... +options.customizeTitle=Personalizar Configuración del Mundo +options.difficulty=Dificultad +options.difficulty.easy=Fácil +options.difficulty.hard=Difícil +options.difficulty.hardcore=Hardcore +options.difficulty.normal=Normal +options.difficulty.peaceful=Pacífico +options.farWarning1=Se recomienda insalación Java de 64 bits +options.farWarning2=para la visibilidad "Lejana" (tenés de 32 bits) +options.fboEnable=Activar FBOs +options.forceUnicodeFont=Forzar Fuente Unicode +options.fov=Campo de Visión +options.fov.max=Quake Pro +options.fov.min=Normal +options.framerateLimit=Máx. FPS +options.framerateLimit.max=Ilimitado +options.fullscreen=Pantalla Completa +options.gamma=Brillo +options.gamma.max=Brillante +options.gamma.min=Oscuro +options.graphics=Gráficos +options.graphics.fancy=Detallado +options.graphics.fast=Rápido +options.guiScale=Tamaño de la interfaz +options.guiScale.auto=Auto. +options.guiScale.large=Grande +options.guiScale.normal=Normal +options.guiScale.small=Chica +options.hidden=Oculto +options.invertMouse=Invertir Mouse +options.language=Idioma... +options.languageWarning=Las traducciones pueden no ser 100%% precisas +options.mipmapLevels=Niveles de Mipmap +options.modelPart.cape=Capa +options.modelPart.hat=Sombrero +options.modelPart.jacket=Saco +options.modelPart.left_pants_leg=Pierna Izquierda +options.modelPart.left_sleeve=Manga Izquierda +options.modelPart.right_pants_leg=Pierna Derecha +options.modelPart.right_sleeve=Manda Derecha +options.multiplayer.title=Configurar Multijugador... +options.music=Música +options.off=NO +options.on=SI +options.particles=Partículas +options.particles.all=Todas +options.particles.decreased=Menos +options.particles.minimal=Mínimas +options.performanceButton=Configuración del Rendimiento Gráfico... +options.performanceVideoTitle=Configuración del Rendimiento Gráfico +options.postButton=Configuración del Post-Procesado... +options.postProcessEnable=Activar Post-Procesado +options.postVideoTitle=Configuración del Post-Procesado +options.qualityButton=Configuración de la Calidad Gráfica... +options.qualityVideoTitle=Configuración de la Calidad Gráfica +options.reducedDebugInfo=Info de Debug Reducida +options.renderClouds=Nubes +options.renderDistance=Visibilidad +options.renderDistance.far=Lejana +options.renderDistance.normal=Normal +options.renderDistance.short=Corta +options.renderDistance.tiny=Mínima +options.resourcepack=Packs de Recursos... +options.saturation=Saturación +options.sensitivity=Sensibilidad +options.sensitivity.max=¡¡¡HIPER VELOZ!!! +options.sensitivity.min=*zzz* +options.skinCustomisation=Personalizar Skin... +options.skinCustomisation.title=Personalizar Skin +options.snooper=Permitir Snooper +options.snooper.desc=Queremos reunir información sobre tu equipo para ayudar a mejorar Minecraft, así sabemos lo que podemos soportar y donde están los mayores problemas. Toda esta información es completamente anónima y se puede ver a continuación. Prometemos no hacer nada malo con estos datos, pero si igual no querés participar, ¡sentite libre de desactivarlo! +options.snooper.title=Recolección de Especificaciones del Equipo +options.snooper.view=Configuración del Snooper... +options.sound=Sonido +options.sounds=Música y Sonidos... +options.sounds.title=Opciones de Música y Sonido +options.stream=Configuración de Transmisión... +options.stream.bytesPerPixel=Calidad +options.stream.changes=Tal vez tengas que reiniciar el stream para que los cambios se apliquen. +options.stream.chat.enabled=Habilitar +options.stream.chat.enabled.always=Siempre +options.stream.chat.enabled.never=Nunca +options.stream.chat.enabled.streaming=Durante Transmisión +options.stream.chat.title=Configuración De Chat Twitch +options.stream.chat.userFilter=Filtro de Usuarios +options.stream.chat.userFilter.all=Público +options.stream.chat.userFilter.mods=Moderadores +options.stream.chat.userFilter.subs=Suscriptores +options.stream.compression=Compresión +options.stream.compression.high=Alta +options.stream.compression.low=Baja +options.stream.compression.medium=Media +options.stream.estimation=Resolución estimada: %sx%s +options.stream.fps=Framerate +options.stream.ingest.reset=Resetear Preferencia +options.stream.ingest.title=Servers De Twitch +options.stream.ingestSelection=Lista De Servers de Transmisión +options.stream.kbps=Ancho De Banda +options.stream.micToggleBehavior=Apretar Para +options.stream.micVolumne=Volumen Del Micrófono +options.stream.mic_toggle.mute=Mutear +options.stream.mic_toggle.talk=Hablar +options.stream.sendMetadata=Enviar Metadatos +options.stream.systemVolume=Volumen Del Sistema +options.stream.title=Configuración de Twitch +options.title=Opciones +options.touchscreen=Modo de pantalla táctil +options.vbo=Usar VBOs +options.video=Configuración Gráfica... +options.videoTitle=Configuración Gráfica +options.viewBobbing=Movimiento de Visión +options.visible=Visible +options.vsync=Usar VSync +potion.absorption=Absorción +potion.absorption.postfix=Poción de Absorción +potion.blindness=Ceguera +potion.blindness.postfix=Poción de Ceguera +potion.confusion=Náuseas +potion.confusion.postfix=Poción de Náuseas +potion.damageBoost=Fuerza +potion.damageBoost.postfix=Poción de Fuerza +potion.digSlowDown=Cansancio al Minar +potion.digSlowDown.postfix=Poción de Torpeza +potion.digSpeed=Apuro +potion.digSpeed.postfix=Poción de Rapidez +potion.effects.whenDrank=Al Aplicarse: +potion.empty=Sin Efectos +potion.fireResistance=Resistencia al Fuego +potion.fireResistance.postfix=Poción de Resistencia al Fuego +potion.harm=Daño Instantáneo +potion.harm.postfix=Poción de Daño +potion.heal=Salud Instantánea +potion.heal.postfix=Poción de Curación +potion.healthBoost=Aumento de Salud +potion.healthBoost.postfix=Poción de Salud Extra +potion.hunger=Hambre +potion.hunger.postfix=Poción de Hambre +potion.invisibility=Invisibilidad +potion.invisibility.postfix=Poción de Invisibilidad +potion.jump=Impulso de Salto +potion.jump.postfix=Poción de Salto +potion.moveSlowdown=Lentitud +potion.moveSlowdown.postfix=Poción de Lentitud +potion.moveSpeed=Velocidad +potion.moveSpeed.postfix=Poción de Rapidez +potion.nightVision=Visión Nocturna +potion.nightVision.postfix=Poción de Visión Nocturna +potion.poison=Veneno +potion.poison.postfix=Poción de Veneno +potion.potency.1=II +potion.potency.2=III +potion.potency.3=IV +potion.prefix.acrid=Aguda +potion.prefix.artless=Simple +potion.prefix.awkward=Vergonzosa +potion.prefix.bland=Suave +potion.prefix.bulky=Abultada +potion.prefix.bungling=Torpe +potion.prefix.buttered=Mantecosa +potion.prefix.charming=Galante +potion.prefix.clear=Limpia +potion.prefix.cordial=Cordial +potion.prefix.dashing=Brillante +potion.prefix.debonair=Elegante +potion.prefix.diffuse=Difuso +potion.prefix.elegant=Elegante +potion.prefix.fancy=Elegante +potion.prefix.flat=Plano +potion.prefix.foul=Fea +potion.prefix.grenade=Salpicante +potion.prefix.gross=Repugnante +potion.prefix.harsh=Duro +potion.prefix.milky=Láctea +potion.prefix.mundane=Mundana +potion.prefix.odorless=Inodora +potion.prefix.potent=Potente +potion.prefix.rank=Rango +potion.prefix.refined=Refinada +potion.prefix.smooth=Fluida +potion.prefix.sparkling=Chispeante +potion.prefix.stinky=Apestosa +potion.prefix.suave=Sofisticada +potion.prefix.thick=Espesa +potion.prefix.thin=Flaca +potion.prefix.uninteresting=Poco interesante +potion.regeneration=Regeneración +potion.regeneration.postfix=Poción de Regeneración +potion.resistance=Resistencia +potion.resistance.postfix=Poción de Resistencia +potion.saturation=Saturación +potion.saturation.postfix=Poción de Saturación +potion.waterBreathing=Respiración Acuática +potion.waterBreathing.postfix=Poción de Branquias +potion.weakness=Debilidad +potion.weakness.postfix=Poción de Debilidad +potion.wither=Wither +potion.wither.postfix=Poción de Deterioro +record.nowPlaying=Estás escuchando: %s +resourcePack.available.title=Packs de Recursos Disponibles +resourcePack.folderInfo=(Meté archivos de packs de recursos acá) +resourcePack.openFolder=Abrir carpeta de packs de recursos +resourcePack.selected.title=Packs de Recursos Elegidos +resourcePack.title=Elegir Packs de Recursos +screenshot.failure=No se pudo guardar la captura: %s +screenshot.success=Captura guardada como %s +selectServer.add=Agregar Server +selectServer.defaultName=Server de Minecraft +selectServer.delete=Borrar +selectServer.deleteButton=Borrar +selectServer.deleteQuestion=¿Seguro que querés borrar este server? +selectServer.deleteWarning=¡Va a desaparecer para siempre! (¡Eso es mucho tiempo!) +selectServer.direct=Conexión Rápida +selectServer.edit=Editar +selectServer.empty=vacío +selectServer.hiddenAddress=(Oculta) +selectServer.refresh=Actualizar +selectServer.select=Entrar al Server +selectServer.title=Elegir Server +selectWorld.allowCommands=Permitir Cheats: +selectWorld.allowCommands.info=Comandos como /gamemode, /xp +selectWorld.bonusItems=Cofre Bonus: +selectWorld.cheats=Cheats +selectWorld.conversion=¡Tiene que ser convertido! +selectWorld.create=Crear Mundo Nuevo +selectWorld.createDemo=Jugar Nuevo Mundo de Demo +selectWorld.customizeType=Personalizar +selectWorld.delete=Borrar +selectWorld.deleteButton=Borrar +selectWorld.deleteQuestion=¿Seguro que querés borrar este mundo? +selectWorld.deleteWarning=¡Va a desaparecer para siempre! (¡Eso es mucho tiempo!) +selectWorld.empty=vacío +selectWorld.enterName=Nombre del Mundo +selectWorld.enterSeed=Semilla para el Generador de Mundos +selectWorld.gameMode=Modo de Juego +selectWorld.gameMode.adventure=Aventura +selectWorld.gameMode.adventure.line1=Igual que survival, pero no se pueden +selectWorld.gameMode.adventure.line2=agregar o sacar bloques +selectWorld.gameMode.creative=Creativo +selectWorld.gameMode.creative.line1=Recursos ilimitados, vuelo libre y +selectWorld.gameMode.creative.line2=rompés los bloques de una +selectWorld.gameMode.hardcore=Hardcore +selectWorld.gameMode.hardcore.line1=Igual que el survival, en la dificultad +selectWorld.gameMode.hardcore.line2=más alta y sólo una vida +selectWorld.gameMode.spectator=Espectador +selectWorld.gameMode.spectator.line1=Se mira y no se toca +selectWorld.gameMode.survival=Survival +selectWorld.gameMode.survival.line1=Buscá recursos, fabricá, ganá +selectWorld.gameMode.survival.line2=experiencia, salud y hambre +selectWorld.hardcoreMode=Hardcore: +selectWorld.hardcoreMode.info=El mundo se borra al morir +selectWorld.mapFeatures=Generar Estructuras: +selectWorld.mapFeatures.info=Pueblos, calabozos, etc. +selectWorld.mapType=Tipo de Mundo: +selectWorld.mapType.normal=Normal +selectWorld.moreWorldOptions=Más Opciones de Mundo... +selectWorld.newWorld=Nuevo Mundo +selectWorld.newWorld.copyOf=Copia de %s +selectWorld.recreate=Re-Crear +selectWorld.rename=Renombrar +selectWorld.renameButton=Renombrar +selectWorld.renameTitle=Renombrar Mundo +selectWorld.resultFolder=Va a guardarse en: +selectWorld.seedInfo=Dejar en blanco para una semilla al azar +selectWorld.select=Jugar en el Mundo Elegido +selectWorld.title=Elegir Mundo +selectWorld.world=Mundo +sign.edit=Editar mensaje de cartel +soundCategory.ambient=Ambiente/Entorno +soundCategory.block=Bloques +soundCategory.hostile=Criaturas Hostiles +soundCategory.master=Volumen General +soundCategory.music=Música +soundCategory.neutral=Criaturas Amigables +soundCategory.player=Jugadores +soundCategory.record=Tocadiscos/Bloques Musicales +soundCategory.weather=Clima +stat.animalsBred=Animales Criados +stat.blocksButton=Bloques +stat.boatOneCm=Distancia en Bote +stat.breakItem=%1$s Roto +stat.climbOneCm=Distancia Escalada +stat.craftItem=%1$s Fabricado +stat.crafted=Veces Fabricado +stat.createWorld=Mundos creados +stat.crouchOneCm=Distancia Agachado +stat.damageDealt=Daño Hecho +stat.damageTaken=Daño Recibido +stat.deaths=Número de Muertes +stat.depleted=Veces Gastado +stat.diveOneCm=Distancia Excavada +stat.drop=Items Tirados +stat.entityKilledBy=%s te mató %s vez/veces +stat.entityKilledBy.none=Nunca fuiste matado por %s +stat.entityKills=Mataste a %s %s +stat.entityKills.none=Nunca mataste un/a %s +stat.fallOneCm=Distancia Caída +stat.fishCaught=Peces Pescados +stat.flyOneCm=Distancia Volada +stat.generalButton=General +stat.horseOneCm=Distancia a Caballo +stat.itemsButton=Items +stat.joinMultiplayer=Sesiones Multijugador +stat.jump=Saltos +stat.junkFished=Basura Pescada +stat.leaveGame=Partidas abandonadas +stat.loadWorld=Partidas cargadas +stat.mineBlock=%1$s Minado +stat.minecartOneCm=Distancia en Carrito +stat.mined=Veces Minado +stat.mobKills=Criaturas Matadas +stat.mobsButton=Criaturas +stat.pigOneCm=Distancia en Chancho +stat.playOneMinute=Minutos Jugados +stat.playerKills=Jugadores Matados +stat.sprintOneCm=Distancia Corriendo +stat.startGame=Veces jugado +stat.swimOneCm=Distancia Nadada +stat.talkedToVillager=Habló con Aldeanos +stat.timeSinceDeath=Desde la Última Muerte +stat.tradedWithVillager=Intercambió con Aldeanos +stat.treasureFished=Tesoros Pescados +stat.useItem=%1$s Usado +stat.used=Veces Usado +stat.walkOneCm=Distancia Caminada +stats.tooltip.type.achievement=Logro +stats.tooltip.type.statistic=Estadística +stream.confirm_start=¿Seguro que querés empezar a transmitir? +stream.unavailable.account_not_bound=Antes de poder transmitir Minecraft a través de Twitch, tenés que linkear tu cuenta de Twitch en mojang.com. ¿Querés hacerlo ahora? +stream.unavailable.account_not_bound.okay=Linkear Cuentas +stream.unavailable.account_not_migrated=Antes de poder transmitir Minecraft a través de Twitch, es necesario migrar tu cuenta de Minecraft a una cuenta de Mojang. ¿Querés hacerlo ahora? +stream.unavailable.account_not_migrated.okay=Migrar Cuenta +stream.unavailable.failed_auth=Falló la autenticación a Twitch. Por favor andá a mojang.com y volvé a vincular tu cuenta de Twitch. +stream.unavailable.failed_auth.okay=Revincular Cuentas +stream.unavailable.failed_auth_error=No se puede autenticar a Twitch. Por favor volvé a probar más tarde. +stream.unavailable.initialization_failure=No se pudo inicializar el SDK de Twitch. +stream.unavailable.initialization_failure.extra=(Motivo: %s) +stream.unavailable.library_arch_mismatch=La versión custom de java usada para ejecutar Minecraft tiene una arquitectura diferente a la que se usó para ejecutar el lanzador. Por favor asegurate que sean la misma, sea 32-bit o 64-bit para ambas. +stream.unavailable.library_failure=No se pudo cargar las librerías necesarias para el servicio integrado de transmisión por Twitch. +stream.unavailable.no_fbo=Tu tarjeta de video tiene que ser compatible al menos con OpenGL 3.0 o soportar Objetos de Framebuffer via extensión para usar la transmisión integrada de Twitch. +stream.unavailable.no_fbo.arb=Soporte de objetos frambuffer vía ARB es: %s +stream.unavailable.no_fbo.blend=Soporte de mezcla separada vía EXT es: %s +stream.unavailable.no_fbo.ext=Soporte de objetos framebuffer vía EXT es: %s +stream.unavailable.no_fbo.version=Ahora estás usando: %s +stream.unavailable.not_supported.mac=Por desgracia la integración de transmisión por Twitch en Mac requiere una versión de OSX más nueva de la que estás usando. Necesitás por lo menos 10.7 (Mac OS X Lion) o más reciente para poder usar este servicio. ¿Querés visitar apple.com para averiguar sobre mejoras? +stream.unavailable.not_supported.mac.okay=Actualizar +stream.unavailable.not_supported.other=Por desgracia la integración de transmisión por Twitch requiere Windows (Vista o más reciente) o Mac OS X (10.7/Lion o más reciente) +stream.unavailable.not_supported.windows=Por desgracia la integración de transmisión por Twitch requiere una versión más nueva de Windows que la que estás usando. Necesitás por lo menos Windows Vista o más reciente. +stream.unavailable.report_to_mojang=Reportar a Mojang +stream.unavailable.soundflower.chat=Hace falta Soundflower para poder transmitir en Mac. %s +stream.unavailable.soundflower.chat.link=Por favor clickeá acá para instalarlo. +stream.unavailable.title=Transmisión Por Twitch No Disponible +stream.unavailable.unknown=Por desgracia no podés transmitir por Twitch en este momento. Y no sabemos por qué :'( +stream.unavailable.unknown.chat=No se pudo iniciar el stream: %s +stream.user.mode.administrator=Administrador de Twitch +stream.user.mode.banned=Baneado +stream.user.mode.banned.other=Baneado del canal de %s +stream.user.mode.banned.self=Baneado de tu canal +stream.user.mode.broadcaster=Locutor +stream.user.mode.broadcaster.other=Locutor +stream.user.mode.broadcaster.self=Locutor (¡Vos!) +stream.user.mode.moderator=Moderador +stream.user.mode.moderator.other=Moderador en canal de %s +stream.user.mode.moderator.self=Moderador en tu canal +stream.user.mode.staff=Staff de Twitch +stream.user.subscription.subscriber=Suscriptor +stream.user.subscription.subscriber.other=Suscriptor del canal de %s +stream.user.subscription.subscriber.self=Suscriptor de tu canal +stream.user.subscription.turbo=Twitch Turbo +stream.userinfo.ban=Banear +stream.userinfo.chatTooltip=Clickeá para administrar usuario +stream.userinfo.mod=Promover a Moderador +stream.userinfo.timeout=Banear temporalmente +stream.userinfo.unban=Desbanear +stream.userinfo.unmod=Despedir Moderador +tile.acaciaFence.name=Valla de Acacia +tile.acaciaFenceGate.name=Puerta de valla de Acacia +tile.activatorRail.name=Vía Activadora +tile.anvil.intact.name=Yunque +tile.anvil.name=Yunque +tile.anvil.slightlyDamaged.name=Yunque Algo Dañado +tile.anvil.veryDamaged.name=Yunque Muy Dañado +tile.barrier.name=Barrera +tile.beacon.name=Faro +tile.beacon.primary=Poder Primario +tile.beacon.secondary=Poder Secundario +tile.bed.name=Cama +tile.bed.noSleep=Sólo podés dormir de noche +tile.bed.notSafe=No podés dormir ahora, hay monstruos cerca +tile.bed.notValid=Tu última cama desapareció o está obstruida +tile.bed.occupied=Esta cama está ocupada +tile.bedrock.name=Roca Base +tile.birchFence.name=Valla de Abedul +tile.birchFenceGate.name=Puerta de valla de Abedul +tile.blockCoal.name=Bloque de Carbón +tile.blockDiamond.name=Bloque de Diamante +tile.blockEmerald.name=Bloque de Esmeralda +tile.blockGold.name=Bloque de Oro +tile.blockIron.name=Bloque de Hierro +tile.blockLapis.name=Bloque de Lapislázuli +tile.blockRedstone.name=Bloque de Redstone +tile.bookshelf.name=Biblioteca +tile.brick.name=Ladrillos +tile.button.name=Botón +tile.cactus.name=Cactus +tile.cake.name=Torta +tile.carrots.name=Zanahorias +tile.cauldron.name=Caldera +tile.chest.name=Cofre +tile.chestTrap.name=Cofre con Trampa +tile.clay.name=Arcilla +tile.clayHardened.name=Arcilla Endurecida +tile.clayHardenedStained.black.name=Arcilla Negra +tile.clayHardenedStained.blue.name=Arcilla Azul +tile.clayHardenedStained.brown.name=Arcilla Marrón +tile.clayHardenedStained.cyan.name=Arcilla Cian +tile.clayHardenedStained.gray.name=Arcilla Gris +tile.clayHardenedStained.green.name=Arcilla Verde +tile.clayHardenedStained.lightBlue.name=Arcilla Celeste +tile.clayHardenedStained.lime.name=Arcilla Verde Lima +tile.clayHardenedStained.magenta.name=Arcilla Magenta +tile.clayHardenedStained.name=Arcilla teñida +tile.clayHardenedStained.orange.name=Arcilla Naranja +tile.clayHardenedStained.pink.name=Arcilla Rosa +tile.clayHardenedStained.purple.name=Arcilla Púrpura +tile.clayHardenedStained.red.name=Arcilla Roja +tile.clayHardenedStained.silver.name=Arcilla Gris Claro +tile.clayHardenedStained.white.name=Arcilla Blanca +tile.clayHardenedStained.yellow.name=Arcilla Amarilla +tile.cloth.black.name=Lana Negra +tile.cloth.blue.name=Lana Azul +tile.cloth.brown.name=Lana Marrón +tile.cloth.cyan.name=Lana Cian +tile.cloth.gray.name=Lana Gris +tile.cloth.green.name=Lana Verde +tile.cloth.lightBlue.name=Lana Celeste +tile.cloth.lime.name=Lana Verde Lima +tile.cloth.magenta.name=Lana Magenta +tile.cloth.name=Lana +tile.cloth.orange.name=Lana Naranja +tile.cloth.pink.name=Lana Rosa +tile.cloth.purple.name=Lana Púrpura +tile.cloth.red.name=Lana Roja +tile.cloth.silver.name=Lana Gris Claro +tile.cloth.white.name=Lana +tile.cloth.yellow.name=Lana Amarilla +tile.cobbleWall.mossy.name=Pared de Adoquín Musgoso +tile.cobbleWall.normal.name=Pared de Adoquín +tile.cocoa.name=Cacao +tile.commandBlock.name=Bloque de Comandos +tile.crops.name=Cultivos +tile.darkOakFence.name=Valla de Roble Oscuro +tile.darkOakFenceGate.name=Puerta de valla de Roble Oscuro +tile.daylightDetector.name=Sensor de Luz Natural +tile.deadbush.name=Arbusto Muerto +tile.detectorRail.name=Vía Detectora +tile.dirt.coarse.name=Tierra Ãspera +tile.dirt.default.name=Tierra +tile.dirt.name=Tierra +tile.dirt.podzol.name=Espodosol +tile.dispenser.name=Dispensador +tile.doorIron.name=Puerta de Hierro +tile.doorWood.name=Puerta de Madera +tile.doublePlant.fern.name=Helecho Alto +tile.doublePlant.grass.name=Pasto Alto +tile.doublePlant.name=Planta +tile.doublePlant.paeonia.name=Peonía +tile.doublePlant.rose.name=Rosal +tile.doublePlant.sunflower.name=Girasol +tile.doublePlant.syringa.name=Lila +tile.dragonEgg.name=Huevo de Dragón +tile.dropper.name=Soltador +tile.enchantmentTable.name=Mesa de Encantamiento +tile.endPortalFrame.name=Portal del Fin +tile.enderChest.name=Cofre Ender +tile.farmland.name=Tierra de Cultivo +tile.fence.name=Valla +tile.fenceGate.name=Puerta de Valla +tile.fenceIron.name=Barrotes de Hierro +tile.fire.name=Fuego +tile.flower1.dandelion.name=Diente de León +tile.flower1.name=Flor +tile.flower2.allium.name=Allium +tile.flower2.blueOrchid.name=Orquídea Azul +tile.flower2.houstonia.name=Rubiácea +tile.flower2.name=Flor +tile.flower2.oxeyeDaisy.name=Margarita +tile.flower2.poppy.name=Amapola +tile.flower2.tulipOrange.name=Tulipán Naranja +tile.flower2.tulipPink.name=Tulipán Rosa +tile.flower2.tulipRed.name=Tulipán Rojo +tile.flower2.tulipWhite.name=Tulipán Blanco +tile.furnace.name=Horno +tile.glass.name=Vidrio +tile.goldenRail.name=Vía Energizada +tile.grass.name=Bloque de Pasto +tile.gravel.name=Grava +tile.hayBlock.name=Bloque de Heno +tile.hellrock.name=Piedra del Inframundo +tile.hellsand.name=Arena de Alma +tile.hopper.name=Tolva +tile.ice.name=Hielo +tile.icePacked.name=Hielo Comprimido +tile.ironTrapdoor.name=Escotilla de Hierro +tile.jukebox.name=Tocadiscos +tile.jungleFence.name=Valla de Madera de Jungla +tile.jungleFenceGate.name=Puerta de valla de Madera de Jungla +tile.ladder.name=Escalera +tile.lava.name=Lava +tile.leaves.acacia.name=Hojas de Acacia +tile.leaves.big_oak.name=Hojas de Roble Oscuro +tile.leaves.birch.name=Hojas de Abedul +tile.leaves.jungle.name=Hojas de Selva +tile.leaves.name=Hojas +tile.leaves.oak.name=Hojas de Roble +tile.leaves.spruce.name=Hojas de Abetos +tile.lever.name=Palanca +tile.lightgem.name=Piedra Luminosa +tile.litpumpkin.name=Lámpara Zapallo +tile.lockedchest.name=Cofre cerrado +tile.log.acacia.name=Madera de Acacia +tile.log.big_oak.name=Madera de Roble Oscuro +tile.log.birch.name=Madera de Abedul +tile.log.jungle.name=Madera de Selva +tile.log.name=Madera +tile.log.oak.name=Madera de Roble +tile.log.spruce.name=Madera de Abeto +tile.melon.name=Sandía +tile.mobSpawner.name=Generador de Monstruos +tile.monsterStoneEgg.brick.name=Huevo de Monstruo de Ladrillos de Piedra +tile.monsterStoneEgg.chiseledbrick.name=Huevo de Monstruo de Piedra Cincelada +tile.monsterStoneEgg.cobble.name=Huevo de Monstruo de Adoquín +tile.monsterStoneEgg.crackedbrick.name=Huevo de Monstruo de Piedra Quebrada +tile.monsterStoneEgg.mossybrick.name=Huevo de Monstruo de Piedra Musgosa +tile.monsterStoneEgg.name=Huevo de Monstruo de Piedra +tile.monsterStoneEgg.stone.name=Huevo de Monstruo de Piedra +tile.mushroom.name=Hongo +tile.musicBlock.name=Bloque Musical +tile.mycel.name=Micelio +tile.netherBrick.name=Ladrillo del Inframundo +tile.netherFence.name=Valla del Inframundo +tile.netherStalk.name=Verruga del Inframundo +tile.netherquartz.name=Mineral de Cuarzo del Inframundo +tile.notGate.name=Antorcha de Redstone +tile.obsidian.name=Obsidiana +tile.oreCoal.name=Mineral de Carbón +tile.oreDiamond.name=Mineral de Diamante +tile.oreEmerald.name=Mineral de Esmeralda +tile.oreGold.name=Mineral de Oro +tile.oreIron.name=Mineral de Hierro +tile.oreLapis.name=Mineral de Lapislázuli +tile.oreRedstone.name=Mineral de Redstone +tile.oreRuby.name=Mineral de Rubí +tile.pistonBase.name=Pistón +tile.pistonStickyBase.name=Pistón Pegajoso +tile.portal.name=Portal +tile.potatoes.name=Papas +tile.pressurePlateStone.name=Placa de presión de Piedra +tile.pressurePlateWood.name=Placa de presión de Madera +tile.prismarine.bricks.name=Ladrillos de Prismarina +tile.prismarine.dark.name=Prismarina Oscura +tile.prismarine.rough.name=Prismarina +tile.pumpkin.name=Zapallo +tile.quartzBlock.chiseled.name=Bloque de Cuarzo Cincelado +tile.quartzBlock.default.name=Bloque de Cuarzo +tile.quartzBlock.lines.name=Pilar de Bloque de Cuarzo +tile.quartzBlock.name=Bloque de Cuarzo +tile.rail.name=Vía +tile.redSandStone.chiseled.name=Arenisca Roja cincelada +tile.redSandStone.default.name=Arenisca Rojiza +tile.redSandStone.name=Arenisca Rojiza +tile.redSandStone.smooth.name=Arenisca Roja lisa +tile.redstoneDust.name=Polvo de Redstone +tile.redstoneLight.name=Lámpara de Redstone +tile.reeds.name=Caña de Azúcar +tile.sand.default.name=Arena +tile.sand.name=Arena +tile.sand.red.name=Arena Rojiza +tile.sandStone.chiseled.name=Arenisca Cincelada +tile.sandStone.default.name=Arenisca +tile.sandStone.name=Arenisca +tile.sandStone.smooth.name=Arenisca Lisa +tile.sapling.acacia.name=Arbolito de Acacia +tile.sapling.big_oak.name=Pimpollo de Roble Oscuro +tile.sapling.birch.name=Arbolito de Abedul +tile.sapling.jungle.name=Arbolito de la Selva +tile.sapling.oak.name=Arbolito de Roble +tile.sapling.spruce.name=Arbolito Abeto +tile.seaLantern.name=Linterna del Mar +tile.sign.name=Cartel +tile.slime.name=Bloque de Slime +tile.snow.name=Nieve +tile.sponge.dry.name=Esponja +tile.sponge.wet.name=Esponja Mojada +tile.spruceFence.name=Valla de Abeto +tile.spruceFenceGate.name=Puerta de valla de Abeto +tile.stainedGlass.black.name=Vidrio Teñido de Negro +tile.stainedGlass.blue.name=Vidrio Teñido de Azul +tile.stainedGlass.brown.name=Vidrio Teñido de Marrón +tile.stainedGlass.cyan.name=Vidrio Teñido de Cian +tile.stainedGlass.gray.name=Vidrio Teñido de Gris +tile.stainedGlass.green.name=Vidrio Teñido de Verde +tile.stainedGlass.lightBlue.name=Vidrio Teñido de Celeste +tile.stainedGlass.lime.name=Vidrio Teñido de Lima +tile.stainedGlass.magenta.name=Vidrio Teñido de Magenta +tile.stainedGlass.name=Vidrio Teñido +tile.stainedGlass.orange.name=Vidrio Teñido de Naranja +tile.stainedGlass.pink.name=Vidrio Teñido de Rosa +tile.stainedGlass.purple.name=Vidrio Teñido de Púrpura +tile.stainedGlass.red.name=Vidrio Teñido de Rojo +tile.stainedGlass.silver.name=Vidrio Teñido de Gris Claro +tile.stainedGlass.white.name=Vidrio Teñido de Blanco +tile.stainedGlass.yellow.name=Vidrio Teñido de Amarillo +tile.stairsBrick.name=Escaleras de Ladrillo +tile.stairsNetherBrick.name=Escaleras de Ladrillo del Inframundo +tile.stairsQuartz.name=Escaleras de Cuarzo +tile.stairsRedSandStone.name=Escaleras de Arenisca Rojiza +tile.stairsSandStone.name=Escaleras de Arenisca +tile.stairsStone.name=Escaleras de Piedra +tile.stairsStoneBrickSmooth.name=Escaleras de Ladrillo de Piedra +tile.stairsWood.name=Escaleras de Madera de Roble +tile.stairsWoodAcacia.name=Escaleras de Acacia +tile.stairsWoodBirch.name=Escaleras de Madera de Abedul +tile.stairsWoodDarkOak.name=Escaleras de Roble Oscuro +tile.stairsWoodJungle.name=Escaleras de Madera de Selva +tile.stairsWoodSpruce.name=Escaleras de Madera de Abeto +tile.stone.andesite.name=Andesita +tile.stone.andesiteSmooth.name=Andesita Pulida +tile.stone.diorite.name=Diorita +tile.stone.dioriteSmooth.name=Diorita Pulida +tile.stone.granite.name=Granito +tile.stone.graniteSmooth.name=Granito Pulido +tile.stone.stone.name=Piedra +tile.stoneMoss.name=Piedra Musgosa +tile.stoneSlab.brick.name=Losa de Ladrillo +tile.stoneSlab.cobble.name=Losa de Adoquín +tile.stoneSlab.name=Losa de piedra +tile.stoneSlab.netherBrick.name=Losa de Ladrillo del Inframundo +tile.stoneSlab.quartz.name=Losa de Cuarzo +tile.stoneSlab.sand.name=Losa de Arenisca +tile.stoneSlab.smoothStoneBrick.name=Losa de Ladrillo de Piedra +tile.stoneSlab.stone.name=Losa de Piedra +tile.stoneSlab.wood.name=Losa de Madera +tile.stoneSlab2.red_sandstone.name=Losa de Arenisca Rojiza +tile.stonebrick.name=Adoquín +tile.stonebricksmooth.chiseled.name=Ladrillos de Piedra Cincelados +tile.stonebricksmooth.cracked.name=Ladrillos de Piedra Quebrada +tile.stonebricksmooth.default.name=Ladrillos de Piedra +tile.stonebricksmooth.mossy.name=Ladrillos de Piedra Musgosa +tile.stonebricksmooth.name=Ladrillos de Piedra +tile.tallgrass.fern.name=Helecho +tile.tallgrass.grass.name=Pasto +tile.tallgrass.name=Pasto +tile.tallgrass.shrub.name=Arbusto +tile.thinGlass.name=Panel de Vidrio +tile.thinStainedGlass.black.name=Panel de Vidrio Negro +tile.thinStainedGlass.blue.name=Panel de Vidrio Azul +tile.thinStainedGlass.brown.name=Panel de Vidrio Marrón +tile.thinStainedGlass.cyan.name=Panel de Vidrio Cian +tile.thinStainedGlass.gray.name=Panel de Vidrio Gris +tile.thinStainedGlass.green.name=Panel de Vidrio Verde +tile.thinStainedGlass.lightBlue.name=Panel de Vidrio Celeste +tile.thinStainedGlass.lime.name=Panel de Vidrio Lima +tile.thinStainedGlass.magenta.name=Panel de Vidrio Magenta +tile.thinStainedGlass.name=Panel de Vidrio Teñido +tile.thinStainedGlass.orange.name=Panel de Vidrio Naranja +tile.thinStainedGlass.pink.name=Panel de Vidrio Rosa +tile.thinStainedGlass.purple.name=Panel de Vidrio Púrpura +tile.thinStainedGlass.red.name=Panel de Vidrio Rojo +tile.thinStainedGlass.silver.name=Panel de Vidrio Gris Claro +tile.thinStainedGlass.white.name=Panel de Vidrio Blanco +tile.thinStainedGlass.yellow.name=Panel de Vidrio Amarillo +tile.tnt.name=TNT +tile.torch.name=Antorcha +tile.trapdoor.name=Escotilla +tile.tripWire.name=Cable de Activación +tile.tripWireSource.name=Gancho de Cable de Activación +tile.vine.name=Enredaderas +tile.water.name=Agua +tile.waterlily.name=Lirio de Agua +tile.web.name=Telaraña +tile.weightedPlate_heavy.name=Placa a Presión Ponderada (Pesada) +tile.weightedPlate_light.name=Placa a Presión Ponderada (Liviana) +tile.whiteStone.name=Piedra del Fin +tile.wood.acacia.name=Tablas de Madera Acacia +tile.wood.big_oak.name=Tablas de Roble Oscuro +tile.wood.birch.name=Tablones de Madera de Abedul +tile.wood.jungle.name=Tablones de Madera de Selva +tile.wood.name=Tablas de Madera +tile.wood.oak.name=Tablones de Madera de Roble +tile.wood.spruce.name=Tablones de Madera de Abetos +tile.woodSlab.acacia.name=Losa de Acacia +tile.woodSlab.big_oak.name=Losa de Roble Oscuro +tile.woodSlab.birch.name=Losa de Madera de Abedul +tile.woodSlab.jungle.name=Losa de Madera de Selva +tile.woodSlab.name=Losa de Madera +tile.woodSlab.oak.name=Losa de Madera de Roble +tile.woodSlab.spruce.name=Losa de Madera de Abeto +tile.woolCarpet.black.name=Alfombra Negra +tile.woolCarpet.blue.name=Alfombra Azul +tile.woolCarpet.brown.name=Alfombra Marrón +tile.woolCarpet.cyan.name=Alfombra Cian +tile.woolCarpet.gray.name=Alfombra Gris +tile.woolCarpet.green.name=Alfombra Verde +tile.woolCarpet.lightBlue.name=Alfombra Celeste +tile.woolCarpet.lime.name=Alfombra Lima +tile.woolCarpet.magenta.name=Alfombra Magenta +tile.woolCarpet.name=Alfombra +tile.woolCarpet.orange.name=Alfombra Naranja +tile.woolCarpet.pink.name=Alfombra Rosa +tile.woolCarpet.purple.name=Alfombra Púrpura +tile.woolCarpet.red.name=Alfombra Roja +tile.woolCarpet.silver.name=Alfombra Gris Claro +tile.woolCarpet.white.name=Alfombra +tile.woolCarpet.yellow.name=Alfombra Amarilla +tile.workbench.name=Mesa de Trabajo +title.oldgl1=Tarjeta de video antigua detectada; esto puede prevenirte de +title.oldgl2=jugar en el futuro ya que se requerirá OpenGL 2.0 +translation.test.args=%s %s +translation.test.complex=¡Prefijo, %s%2$s de nuevo %s y %1$s finalmente %s y también %1$s! +translation.test.invalid=hola % +translation.test.invalid2=hola %s +translation.test.none=¡Hola, guachín! +translation.test.world=mundo diff --git a/javascript/lang/es_ES.lang b/javascript/lang/es_ES.lang new file mode 100755 index 00000000..be3459ce --- /dev/null +++ b/javascript/lang/es_ES.lang @@ -0,0 +1,2515 @@ +achievement.acquireIron=Ponle hierro al asunto +achievement.acquireIron.desc=Funde un lingote de hierro +achievement.bakeCake=La mentira +achievement.bakeCake.desc=¡Trigo, azúcar, leche y huevos! +achievement.blazeRod=El fuego eterno +achievement.blazeRod.desc=Quítale la vara a un Blaze del Inframundo +achievement.bookcase=Bibliotecario +achievement.bookcase.desc=Construye algunas librerías para mejorar tu mesa de encantamientos +achievement.breedCow=Repoblación +achievement.breedCow.desc=Haz que dos vacas críen usando trigo +achievement.buildBetterPickaxe=Consiguiendo una mejora +achievement.buildBetterPickaxe.desc=Fabrica un pico mejor +achievement.buildFurnace=Recién hecho +achievement.buildFurnace.desc=Fabrica un horno con ocho bloques de piedra +achievement.buildHoe=¡Hora de cultivar! +achievement.buildHoe.desc=Usa madera y palos para hacer una azada +achievement.buildPickaxe=¡Hora de picar! +achievement.buildPickaxe.desc=Usa madera y palos para hacer un pico +achievement.buildSword=¡Hora de luchar! +achievement.buildSword.desc=Usa madera y palos para hacer una espada +achievement.buildWorkBench=Manos a la obra +achievement.buildWorkBench.desc=Fabrica una mesa de trabajo con cuatro bloques de madera +achievement.cookFish=Pescado delicioso +achievement.cookFish.desc=¡Pesca un pez y cocínalo! +achievement.diamonds=¡DIAMANTES! +achievement.diamonds.desc=Obtén diamantes con tu pico de hierro +achievement.diamondsToYou=¡Diamantes para ti! +achievement.diamondsToYou.desc=Lanza diamantes a otro jugador. +achievement.enchantments=Hechicero +achievement.enchantments.desc=Usa un libro, obsidiana y diamantes para construir una mesa de encantamientos +achievement.exploreAllBiomes=Hora de aventuras +achievement.exploreAllBiomes.desc=Descubre todos los biomas +achievement.flyPig=Cuando los cerdos vuelen +achievement.flyPig.desc=Tira desde un barranco al cerdo al que estés montando +achievement.fullBeacon=Faroneitor +achievement.fullBeacon.desc=Fabrica un faro completo +achievement.get=¡Logro obtenido! +achievement.ghast=Su propia medicina +achievement.ghast.desc=Mata un Ghast devolviéndole una bola de fuego +achievement.killCow=Chupavacas +achievement.killCow.desc=Recolecta algo de cuero +achievement.killEnemy=Cazamonstruos +achievement.killEnemy.desc=Ataca y acaba con un monstruo +achievement.killWither=El comienzo. +achievement.killWither.desc=Mata al Wither +achievement.makeBread=Panadero +achievement.makeBread.desc=Haz pan con el trigo +achievement.mineWood=Madera de líder +achievement.mineWood.desc=Golpea un árbol hasta que caiga un bloque de tronco +achievement.onARail=Todo sobre ruedas +achievement.onARail.desc=Viaja en vagoneta al menos un kilómetro desde donde empezaste +achievement.openInventory=Haciendo inventario +achievement.openInventory.desc=Pulsa '%1$s' para abrir tu inventario +achievement.overkill=Desenfrenado +achievement.overkill.desc=Inflige nueve corazones de daño de un solo golpe +achievement.overpowered=Todopoderoso +achievement.overpowered.desc=Fabrica una manzana de Notch +achievement.portal=Plus ultra +achievement.portal.desc=Construye un portal al Inframundo +achievement.potion=Destilería local +achievement.potion.desc=Elabora una poción +achievement.requires=Necesitas '%1$s' +achievement.snipeSkeleton=Francocazadores +achievement.snipeSkeleton.desc=Mata a un esqueleto con una flecha desde más de 50 metros +achievement.spawnWither=¿El comienzo? +achievement.spawnWither.desc=Invoca al Wither +achievement.taken=¡Conseguido! +achievement.theEnd=¿El Fin? +achievement.theEnd.desc=Llega al Fin +achievement.theEnd2=El Fin. +achievement.theEnd2.desc=Acaba con el dragón del Fin +achievement.unknown=??? +addServer.add=Hecho +addServer.enterIp=Dirección del servidor +addServer.enterName=Nombre del servidor +addServer.hideAddress=Ocultar dirección IP +addServer.resourcePack=Paquete de recursos +addServer.resourcePack.disabled=No +addServer.resourcePack.enabled=Sí +addServer.resourcePack.prompt=Preguntar +addServer.title=Editar la información del servidor +advMode.allEntities=Usa "@e" para elegir todas las entidades +advMode.allPlayers=Usa '@a' para elegir a todos los jugadores +advMode.command=Comando de consola +advMode.nearestPlayer=Usa '@p' para elegir al jugador más cercano +advMode.notAllowed=Necesitas ser un operador en modo creativo +advMode.notEnabled=Los bloques de comandos no están activados en este servidor +advMode.previousOutput=Salida de comando anterior +advMode.randomPlayer=Usa '@r' para elegir un jugador aleatorio +advMode.setCommand=Establece un comando de consola para el bloque +advMode.setCommand.success=Comando establecido: %s +attribute.modifier.plus.0=+%s %s +attribute.modifier.plus.1=+%s%% de %s +attribute.modifier.plus.2=+%s%% de %s +attribute.modifier.take.0=-%s %s +attribute.modifier.take.1=-%s%% de %s +attribute.modifier.take.2=-%s%% de %s +attribute.name.generic.attackDamage=Daño de ataque +attribute.name.generic.followRange=Rango de seguimiento de la criatura +attribute.name.generic.knockbackResistance=Resistencia al empuje +attribute.name.generic.maxHealth=Salud máxima +attribute.name.generic.movementSpeed=Velocidad +attribute.name.horse.jumpStrength=Potencia de salto del caballo +attribute.name.zombie.spawnReinforcements=Refuerzos zombi +book.byAuthor=por %1$s +book.editTitle=Título del libro: +book.finalizeButton=Firmar y cerrar +book.finalizeWarning=¡Aviso! Una vez firmado, no podrá editarse. +book.generation.0=Original +book.generation.1=Copia del original +book.generation.2=Copia de una copia +book.generation.3=Ajado +book.pageIndicator=Página %1$s de %2$s +book.signButton=Firmar +build.tooHigh=El límite de altura para la construcción es de %s bloques +chat.cannotSend=No se ha podido enviar el mensaje de chat +chat.copy=Copiar enlace +chat.link.confirm=¿Seguro que quieres ir a la siguiente web? +chat.link.confirmTrusted=¿Quieres abrir este enlace o copiarlo al portapapeles? +chat.link.open=Abrir en el navegador +chat.link.warning=¡Nunca abras enlaces de personas en las que no confíes! +chat.stream.emote=(%s) * %s %s +chat.stream.text=(%s) <%s> %s +chat.type.achievement=%s ha conseguido el logro %s +chat.type.achievement.taken=%s ha perdido el logro %s +chat.type.admin=[%s: %s] +chat.type.announcement=[%s] %s +chat.type.emote=* %s %s +chat.type.text=<%s> %s +commands.achievement.alreadyHave=%s ya tiene el logro %s +commands.achievement.dontHave=%s no tiene el logro %s +commands.achievement.give.success.all=Se ha dado todos los logros a %s con éxito +commands.achievement.give.success.one=%s ha recibido %s con éxito +commands.achievement.statTooLow=%s no tiene la estadística %s +commands.achievement.take.success.all=Se ha retirado todos los logros a %s con éxito +commands.achievement.take.success.one=Se le ha retirado %s a %s con éxito +commands.achievement.unknownAchievement=El logro o la estadística '%s' no existe +commands.achievement.usage=/achievement [jugador] +commands.ban.failed=No se ha podido desadmitir a %s +commands.ban.success=%s ha sido desadmitido +commands.ban.usage=/ban [motivo ...] +commands.banip.invalid=La IP que has introducido no es válida o el jugador no está conectado +commands.banip.success=Se ha desadmitido la IP %s +commands.banip.success.players=Se ha desadmitido la IP %s de %s +commands.banip.usage=/ban-ip [motivo ...] +commands.banlist.ips=Hay %s direcciónes IP desadmitidas: +commands.banlist.players=Hay %s jugadores desadmitidos: +commands.banlist.usage=/banlist [ips|jugadores] +commands.blockdata.failed=La dataTag no ha cambiado: %s +commands.blockdata.notValid=El bloque objetivo no puede contener datos +commands.blockdata.outOfWorld=No se puede cambiar un bloque fuera del mundo +commands.blockdata.success=Los datos del bloque se han actualizado a: %s +commands.blockdata.tagError=El análisis de la dataTag falló: %s +commands.blockdata.usage=/blockdata +commands.chunkinfo.compiled=El chunk está compilado. +commands.chunkinfo.data=Los primeros 64 vértices son: %s +commands.chunkinfo.empty=El chunk está vacío. +commands.chunkinfo.hasLayers=El chunk tiene capas: %s +commands.chunkinfo.hasNoRenderableLayers=El chunk no tiene capas renderizables. +commands.chunkinfo.isEmpty=El chunk tiene capas vacías: %s +commands.chunkinfo.location=Ubicación del chunk: (%s, %s, %s) +commands.chunkinfo.noChunk=No se ha encontrado ningún chunk en la posición %s, %s, %s +commands.chunkinfo.notCompiled=El chunk no está compilado. +commands.chunkinfo.notEmpty=El chunk no está vacío. +commands.chunkinfo.usage=/chunkinfo [ ] +commands.chunkinfo.vertices=El búfer de %s capas contiene %s vértices +commands.clear.failure=No se pudo vaciar el inventario de %s, no tiene objetos +commands.clear.success=Vaciando el inventario de %s, eliminando %s objetos +commands.clear.tagError=El análisis de la dataTag falló: %s +commands.clear.testing=%s tiene %s objetos que coinciden con los criterios +commands.clear.usage=/clear [jugador] [objeto] [datos] [cantidad máxima] [dataTag] +commands.clone.failed=No se ha clonado ningún bloque +commands.clone.noOverlap=El origen y el destino no se pueden superponer +commands.clone.outOfWorld=No se puede acceder a bloques fuera del mundo +commands.clone.success=Se han clonado %s bloques +commands.clone.tooManyBlocks=Demasiados bloques en el área especificada (%s > %s) +commands.clone.usage=/clone [modo] +commands.compare.failed=El origen y el destino no son idénticos +commands.compare.outOfWorld=No se puede acceder a bloques fuera del mundo +commands.compare.success=Se han comparado %s bloques +commands.compare.tooManyBlocks=Demasiados bloques en el área especificada (%s > %s) +commands.compare.usage=/testforblocks [modo] +commands.debug.notStarted=¡No puedes parar el análisis cuando no ha empezado aún! +commands.debug.start=Comenzó el análisis de errores +commands.debug.stop=Análisis de errores detenido tras %s segundos (%s ticks) +commands.defaultgamemode.success=Ahora el modo por defecto del mundo es %s +commands.defaultgamemode.usage=/defaultgamemode +commands.deop.failed=No se ha podido eliminar de administrador a %s +commands.deop.success=%s ya no es administrador +commands.deop.usage=/deop +commands.difficulty.success=La dificultad ha cambiado a %s +commands.difficulty.usage=/difficulty +commands.downfall.success=Precipitación activada/desactivada +commands.downfall.usage=/toggledownfall +commands.effect.failure.notActive=No se ha podido quitar %1$s a %2$s ya que no tiene el efecto +commands.effect.failure.notActive.all=No se ha podido quitar ningún efecto a %s ya que no tienen ninguno +commands.effect.notFound=No existe el efecto con ID %s +commands.effect.success=%4$s ha recibido: %1$s (ID %2$s)*%3$s durante %5$s segundos +commands.effect.success.removed=Se ha eliminado %1$s de %2$s +commands.effect.success.removed.all=Se han eliminado todos los efectos de %s +commands.effect.usage=/effect [segundos] [amplificador] [ocultar partículas] +commands.enchant.cantCombine=%1$s no se puede combinar con %2$s +commands.enchant.cantEnchant=El encantamiento seleccionado no se puede agregar al objeto +commands.enchant.noItem=El objetivo no sostiene ningún objeto +commands.enchant.notFound=No hay ningun encantamiento con la ID %s +commands.enchant.success=Encantamiento completado +commands.enchant.usage=/enchant [nivel] +commands.entitydata.failed=La dataTag no ha cambiado: %s +commands.entitydata.noPlayers=%s es un jugador y no se puede cambiar +commands.entitydata.success=Los datos de la entidad se han actualizado a: %s +commands.entitydata.tagError=El análisis de la dataTag falló: %s +commands.entitydata.usage=/entitydata +commands.execute.allInvocationsFailed=Han fallado todas las invocaciones: '%s' +commands.execute.failed=Error al ejecutar '%s' con %s +commands.execute.usage=/execute O /execute detect +commands.fill.failed=No se ha colocado ningún bloque +commands.fill.outOfWorld=No se puede colocar bloques fuera del mundo +commands.fill.success=Se han colocado %s bloques +commands.fill.tagError=El análisis de la dataTag falló: %s +commands.fill.tooManyBlocks=Demasiados bloques en el área especificada (%s > %s) +commands.fill.usage=/fill [valor de datos] [oldBlockHandling] [dataTag] +commands.gamemode.success.other=El modo de juego de %s ha cambiado a %s +commands.gamemode.success.self=Tu modo de juego ha cambiado a %s +commands.gamemode.usage=/gamemode [jugador] +commands.gamerule.nopermission=Solo los dueños pueden cambiar '%s' +commands.gamerule.norule=No existe la regla '%s' +commands.gamerule.success=Las reglas han cambiado +commands.gamerule.usage=/gamerule [valor] +commands.generic.boolean.invalid='%s' no es 'true' ni 'false' +commands.generic.double.tooBig=El número que has introducido (%s) es demasiado grande. Debe ser inferior a %s +commands.generic.double.tooSmall=El número que has introducido (%s) es demasiado pequeño. Debe ser superior a %s +commands.generic.entity.invalidType=La entidad de tipo "%s" no es válida +commands.generic.entity.invalidUuid=El formato de la UUID de la entidad no es válido +commands.generic.entity.notFound=No se ha encontrado esa entidad +commands.generic.exception=Se ha producido un error desconocido al intentar ejecutar este comando +commands.generic.notFound=Comando desconocido. Escribe /help para ver la lista de comandos +commands.generic.num.invalid='%s' no es un número válido +commands.generic.num.tooBig=El número que has introducido (%s) es demasiado grande. Debe ser inferior a %s +commands.generic.num.tooSmall=El número que has introducido (%s) es demasiado pequeño. Debe ser superior a %s +commands.generic.parameter.invalid='%s' no es un parámetro valido +commands.generic.permission=No tienes permiso para ejecutar este comando +commands.generic.player.notFound=No se ha encontrado ese jugador +commands.generic.syntax=Sintaxis de comando no válida +commands.generic.usage=Uso: %s +commands.give.notFound=No hay ningún objeto con la ID %s +commands.give.success=%2$s ha recibido: %1$s * %s +commands.give.tagError=El análisis de la dataTag falló: %s +commands.give.usage=/give [cantidad] [datos] [dataTag] +commands.help.footer=Consejo: utiliza la tecla al escribir un comando para autocompletar el comando o sus argumentos +commands.help.header=--- Mostrando página de ayuda %s de %s (/help ) --- +commands.help.usage=/help [página|nombre del comando] +commands.kick.success=Se ha expulsado a %s de la partida +commands.kick.success.reason=Se ha expulsado a %s de la partida: '%s' +commands.kick.usage=/kick [motivo ...] +commands.kill.successful=%s ha muerto +commands.kill.usage=/kill [jugador|entidad] +commands.me.usage=/me +commands.message.display.incoming=%s te susurra: %s +commands.message.display.outgoing=Le has susurrado a %s: %s +commands.message.sameTarget=¡No puedes enviarte un mensaje privado a ti mismo! +commands.message.usage=/tell +commands.op.failed=No se ha podido hacer administrador a %s +commands.op.success=%s ahora es administrador +commands.op.usage=/op +commands.particle.notFound=Nombre del efecto desconocido (%s) +commands.particle.success=Reproduciendo el efecto %s %s veces +commands.particle.usage=/particle [cantidad] [modo] +commands.players.list=Hay %s/%s jugadores conectados: +commands.players.usage=/list +commands.playsound.playerTooFar=%s está demasiado lejos como para escuchar el sonido +commands.playsound.success=El sonido '%s' ha sido reproducido a %s +commands.playsound.usage=/playsound [x] [y] [z] [volumen] [tono] [VolumenMinimo] +commands.publish.failed=No puedes crear una partida local +commands.publish.started=Partida local alojada en el puerto %s +commands.publish.usage=/publish +commands.replaceitem.block.usage=/replaceitem block [cantidad] [datos] [dataTag] +commands.replaceitem.entity.usage=/replaceitem entity [cantidad] [datos] [dataTag] +commands.replaceitem.failed=No se ha podido reemplazar el espacio %s con %s * %s +commands.replaceitem.noContainer=El bloque en %s, %s, %s no es un contenedor +commands.replaceitem.success=Se ha reemplazado el espacio %s con %s * %s +commands.replaceitem.tagError=El análisis de la dataTag falló: %s +commands.replaceitem.usage=/replaceitem ... +commands.save-off.alreadyOff=El guardado ya está desactivado. +commands.save-off.usage=/save-off +commands.save-on.alreadyOn=El guardado ya está activado. +commands.save-on.usage=/save-on +commands.save.disabled=Autoguardado del mundo desactivado +commands.save.enabled=Autoguardado del mundo activado +commands.save.failed=Error al guardar: %s +commands.save.start=Guardando... +commands.save.success=Mundo guardado +commands.save.usage=/save-all +commands.say.usage=/say +commands.scoreboard.allMatchesFailed=Han fallado todas las operaciones +commands.scoreboard.noMultiWildcard=Solo se permite un usuario comodín +commands.scoreboard.objectiveNotFound=No se ha encontrado ningún objetivo llamado '%s' +commands.scoreboard.objectiveReadOnly=El objetivo '%s' es sólo de lectura y no se puede establecer +commands.scoreboard.objectives.add.alreadyExists=Ya existe un objetivo llamado '%s' +commands.scoreboard.objectives.add.displayTooLong=El texto a mostrar '%s' es demasiado largo para un objetivo. Debe ser inferior a %s caracteres. +commands.scoreboard.objectives.add.success=Se ha añadido el nuevo objetivo '%s' con éxito +commands.scoreboard.objectives.add.tooLong=El nombre '%s' es demasiado largo para un objetivo. Debe ser inferior a %s caracteres. +commands.scoreboard.objectives.add.usage=/scoreboard objectives add [nombre a mostrar ...] +commands.scoreboard.objectives.add.wrongType='%s' no es un tipo de objetivo válido +commands.scoreboard.objectives.list.count=Mostrando %s objetivo(s) en el marcador: +commands.scoreboard.objectives.list.empty=No hay objetivos en el marcador +commands.scoreboard.objectives.list.entry=- %s: se muestra como '%s' y es de tipo '%s' +commands.scoreboard.objectives.remove.success=Se ha eliminado el objetivo '%s' con éxito +commands.scoreboard.objectives.remove.usage=/scoreboard objectives remove +commands.scoreboard.objectives.setdisplay.invalidSlot=No hay espacio mostrado '%s' +commands.scoreboard.objectives.setdisplay.successCleared=Se ha eliminado el espacio mostrado del objetivo '%s' +commands.scoreboard.objectives.setdisplay.successSet=Se ha cambiado el objetivo a mostrar en el espacio '%s' a '%s' +commands.scoreboard.objectives.setdisplay.usage=/scoreboard objectives setdisplay [objetivo] +commands.scoreboard.objectives.usage=/scoreboard objectives ... +commands.scoreboard.players.add.usage=/scoreboard players add [dataTag] +commands.scoreboard.players.enable.noTrigger=El objetivo %s no es un desencadenante +commands.scoreboard.players.enable.success=Se ha activado el desencadenante %s para %s +commands.scoreboard.players.enable.usage=/scoreboard players enable +commands.scoreboard.players.list.count=Mostrando %s jugadores registrados en el marcador: +commands.scoreboard.players.list.empty=No hay Jugadores registrados en el marcador +commands.scoreboard.players.list.player.count=Mostrando %s objetivo(s) para %s: +commands.scoreboard.players.list.player.empty=%s no tiene ninguna puntuación registrada +commands.scoreboard.players.list.usage=/scoreboard players list [nombre] +commands.scoreboard.players.operation.invalidOperation=La operación %s no es válida +commands.scoreboard.players.operation.notFound=No se ha encontrado puntuación de %s para %s +commands.scoreboard.players.operation.success=La operación se ha realizado con éxito +commands.scoreboard.players.operation.usage=/scoreboard players operation +commands.scoreboard.players.remove.usage=/scoreboard players remove [dataTag] +commands.scoreboard.players.reset.success=Has reiniciado las puntuaciones de %s +commands.scoreboard.players.reset.usage=/scoreboard players reset [objetivo] +commands.scoreboard.players.resetscore.success=Se ha reiniciado la puntuación %s de %s +commands.scoreboard.players.set.success=Se ha establecido la puntuación de %s al jugador %s en %s +commands.scoreboard.players.set.tagError=No se ha podido analizar la etiqueta de datos por el siguiente motivo: %s +commands.scoreboard.players.set.tagMismatch=El dataTag no coincide con %s +commands.scoreboard.players.set.usage=/scoreboard players set [dataTag] +commands.scoreboard.players.test.failed=La puntuación %s no está en el rango de %s a %s +commands.scoreboard.players.test.notFound=No se ha encontrado puntuación de %s para %s +commands.scoreboard.players.test.success=La puntuación %s está en el rango de %s a %s +commands.scoreboard.players.test.usage=/scoreboard players test +commands.scoreboard.players.usage=/scoreboard players ... +commands.scoreboard.teamNotFound=No se ha encontrado ningún equipo llamado '%s' +commands.scoreboard.teams.add.alreadyExists=Ya existe un equipo llamado '%s' +commands.scoreboard.teams.add.displayTooLong=El texto a mostrar '%s' es demasiado largo para un equipo, %s carácteres máximo +commands.scoreboard.teams.add.success=Añadido correctamente el nuevo equipo '%s' +commands.scoreboard.teams.add.tooLong=El nombre '%s' es demasiado largo para un equipo. Debe ser inferior a %s caracteres. +commands.scoreboard.teams.add.usage=/scoreboard teams add [texto a mostrar] +commands.scoreboard.teams.empty.alreadyEmpty=El equipo %s ya está vacío, no se puede vaciar +commands.scoreboard.teams.empty.success=Vaciado el equipo %s (tenía %s jugadores) +commands.scoreboard.teams.empty.usage=/scoreboard teams empty +commands.scoreboard.teams.join.failure=No se ha podido añadir %s jugador(es) al equipo %s: %s +commands.scoreboard.teams.join.success=Se ha añadido %s jugador(es) al equipo %s: %s +commands.scoreboard.teams.join.usage=/scoreboard teams join [jugador] +commands.scoreboard.teams.leave.failure=No se ha podido eliminar %s jugador(es) de su equipo: %s +commands.scoreboard.teams.leave.noTeam=No formas parte de ningún equipo +commands.scoreboard.teams.leave.success=Se ha eliminado a %s jugador(es) de sus equipos: %s +commands.scoreboard.teams.leave.usage=/scoreboard teams leave [jugador] +commands.scoreboard.teams.list.count=Mostrando %s equipo(s) en el marcador: +commands.scoreboard.teams.list.empty=No hay equipos registrados en el marcador +commands.scoreboard.teams.list.entry=- %1$s (%2$s) tiene %3$s miembros +commands.scoreboard.teams.list.player.count=Mostrando %s jugador(es) en el equipo %s: +commands.scoreboard.teams.list.player.empty=El equipo %s no tiene miembros +commands.scoreboard.teams.list.usage=/scoreboard teams list [nombre] +commands.scoreboard.teams.option.noValue=Los valores válidos para la opción %s son: %s +commands.scoreboard.teams.option.success=Se ha establecido la opción %s para el equipo %s a %s +commands.scoreboard.teams.option.usage=/scoreboard teams option +commands.scoreboard.teams.remove.success=Eliminado el equipo: %s +commands.scoreboard.teams.remove.usage=/scoreboard teams remove +commands.scoreboard.teams.usage=/scoreboard teams ... +commands.scoreboard.usage=/scoreboard ... +commands.seed.success=Semilla: %s +commands.seed.usage=/seed +commands.setblock.failed=No se ha podido colocar el bloque +commands.setblock.noChange=No se ha podido colocar el bloque +commands.setblock.notFound=No hay ningún bloque con ID/nombre %s +commands.setblock.outOfWorld=No se puede colocar un bloque fuera del mundo +commands.setblock.success=Bloque colocado +commands.setblock.tagError=El análisis de la dataTag falló: %s +commands.setblock.usage=/setblock [valor de datos] [oldBlockHandling] [dataTag] +commands.setidletimeout.success=Límite de tiempo de inactividad establecido en %s minutos. +commands.setidletimeout.usage=/setidletimeout +commands.setworldspawn.success=Establecido el punto de aparición del mundo en (%s, %s, %s) +commands.setworldspawn.usage=/setworldspawn [ ] +commands.spawnpoint.success=Establecido el punto de aparición de: %s en (%s, %s, %s) +commands.spawnpoint.usage=/spawnpoint [jugador] [ ] +commands.spreadplayers.failure.players=No se ha podido repartir %s jugadores alrededor de %s,%s (son demasiados jugadores para ese espacio, prueba a repartirlos al menos a %s) +commands.spreadplayers.failure.teams=No se ha podido repartir %s equipos alrededor de %s,%s (son demasiados jugadores para ese espacio, prueba a repartirlos al menos a %s) +commands.spreadplayers.info.players=(La distancia media entre los jugadores es de %s bloques, tras %s repeticiones) +commands.spreadplayers.info.teams=(La distancia media entre los equipos es de %s bloques, tras %s repeticiones) +commands.spreadplayers.spreading.players=Repartiendo %s jugadores por %s bloques alrededor de %s,%s (distancia mínima de %s bloques) +commands.spreadplayers.spreading.teams=Repartiendo %s equipos %s bloques alrededor de %s,%s (mínimo %s bloques aparte) +commands.spreadplayers.success.players=Se han repartido %s jugadores alrededor de %s,%s +commands.spreadplayers.success.teams=Se han repartido %s equipos alrededor de %s,%s +commands.spreadplayers.usage=/spreadplayers +commands.stats.block.clear.usage=/stats block clear +commands.stats.block.set.usage=/stats block set +commands.stats.block.usage=/stats block ... +commands.stats.cleared=Se han eliminado %s estadísticas +commands.stats.entity.clear.usage=/stats entity clear +commands.stats.entity.set.usage=/stats entity set +commands.stats.entity.usage=/stats entity +commands.stats.failed=Parámetros no válidos +commands.stats.noCompatibleBlock=El bloque en %s, %s, %s no puede tener estadísticas +commands.stats.success=Se están almacenando las estadísticas de %s en %s en %s +commands.stats.usage=/stats ... +commands.stop.start=Deteniendo el servidor +commands.stop.usage=/stop +commands.summon.failed=No se ha podido generar la entidad +commands.summon.outOfWorld=No puedes generar una entidad fuera del mundo +commands.summon.success=Entidad generada con éxito +commands.summon.tagError=El análisis de la dataTag falló: %s +commands.summon.usage=/summon [x] [y] [z] [dataTag] +commands.tellraw.jsonException=Json no válido: %s +commands.tellraw.usage=/tellraw +commands.testfor.failure=%s no coincide con la estructura de datos requerida +commands.testfor.success=Se ha encontrado %s +commands.testfor.tagError=El análisis de la dataTag falló: %s +commands.testfor.usage=/testfor [dataTag] +commands.testforblock.failed.data=El bloque en %s,%s,%s tiene un valor de datos de %s (el especificado era: %s). +commands.testforblock.failed.nbt=El bloque en %s,%s,%s no tiene las claves NBT requeridas. +commands.testforblock.failed.tile=El bloque en %s,%s,%s es %s (el especificado era: %s). +commands.testforblock.failed.tileEntity=El bloque en %s,%s,%s no es una entidad de baldosa y no puede soportar el emparejado de identidad. +commands.testforblock.outOfWorld=No se puede comprobar un bloque fuera del mundo +commands.testforblock.success=Encontrado con éxito el bloque en %s,%s,%s. +commands.testforblock.usage=/testforblock [valor de datos] [dataTag] +commands.time.added=Se ha añadido %s al tiempo +commands.time.query=Tiempo: %s +commands.time.set=Tiempo ajustado a %s +commands.time.usage=/time +commands.title.success=El comando /title se ha ejecutado con éxito +commands.title.usage=/title ... +commands.title.usage.clear=/title clear|reset +commands.title.usage.times=/title times +commands.title.usage.title=/title title|subtitle +commands.tp.notSameDimension=Incapaz de teletransportarse porque los jugadores no están en la misma dimensión +commands.tp.success=Se ha teletransportado a %s hasta %s +commands.tp.success.coordinates=%s ha sido teletransportado a %s, %s, %s +commands.tp.usage=/tp [jugador objetivo] o /tp [jugador objetivo] [ ] +commands.trigger.disabled=El desencadenante %s no está activado +commands.trigger.invalidMode=El modo %s del desencadenante no es válido +commands.trigger.invalidObjective=El nombre %s del desencadenante no es válido +commands.trigger.invalidPlayer=Solo los jugadores pueden utilizar el comando /trigger +commands.trigger.success=El desencadenante %s se ha cambiado por %s %s +commands.trigger.usage=/trigger +commands.unban.failed=No se ha podido readmitir a %s +commands.unban.success=%s ha sido readmitido +commands.unban.usage=/pardon +commands.unbanip.invalid=La IP que has introducido no es válida +commands.unbanip.success=Se ha readmitido la IP %s +commands.unbanip.usage=/pardon-ip +commands.weather.clear=Se ha cambiado el tiempo a soleado +commands.weather.rain=Se ha cambiado el tiempo a lluvioso +commands.weather.thunder=Se ha cambiado el tiempo a tormenta +commands.weather.usage=/weather [duración en segundos] +commands.whitelist.add.failed=No se ha podido añadir a %s a la lista blanca +commands.whitelist.add.success=Se ha añadido a %s a la lista blanca +commands.whitelist.add.usage=/whitelist add +commands.whitelist.disabled=Lista blanca desactivada +commands.whitelist.enabled=Lista blanca activada +commands.whitelist.list=Hay %s jugadores (de %s vistos) en la lista blanca: +commands.whitelist.reloaded=Lista blanca recargada +commands.whitelist.remove.failed=No se ha podido eliminar a %s de la lista blanca +commands.whitelist.remove.success=Se ha eliminado a %s de la lista blanca +commands.whitelist.remove.usage=/whitelist remove +commands.whitelist.usage=/whitelist +commands.worldborder.add.usage=/worldborder add [tiempo en segundos] +commands.worldborder.center.success=Se ha establecido el centro del borde del mundo en %s,%s +commands.worldborder.center.usage=/worldborder center +commands.worldborder.damage.amount.success=Se ha establecido la fuerza de daño del borde del mundo a %s por bloque (anteriormente %s por bloque) +commands.worldborder.damage.amount.usage=/worldborder damage amount +commands.worldborder.damage.buffer.success=Se ha establecido el búfer de daño del borde del mundo a %s bloques (anteriormente %s bloques) +commands.worldborder.damage.buffer.usage=/worldborder damage buffer +commands.worldborder.damage.usage=/worldborder damage +commands.worldborder.get.success=El tamaño del borde del mundo actualmente es de %s bloques +commands.worldborder.set.success=Se ha establecido el tamaño del borde del mundo a %s bloques (anteriormente %s bloques) +commands.worldborder.set.usage=/worldborder set [tiempo en segundos] +commands.worldborder.setSlowly.grow.success=Ampliando el borde del mundo a %s bloques de distancia (anteriormente %s bloques) en %s segundos +commands.worldborder.setSlowly.shrink.success=Encogiendo el borde del mundo a %s bloques de distancia (anteriormente %s bloques) en %s segundos +commands.worldborder.usage=/worldborder ... +commands.worldborder.warning.distance.success=Se ha establecido el aviso del borde del mundo a %s bloques (anteriormente %s bloques) +commands.worldborder.warning.distance.usage=/worldborder warning distance +commands.worldborder.warning.time.success=Se ha establecido el aviso del borde del mundo a %s segundos (anteriormente %s segundos) +commands.worldborder.warning.time.usage=/worldborder warning time +commands.worldborder.warning.usage=/worldborder warning +commands.xp.failure.widthdrawXp=No se puede dar a un jugador una cantidad negativa de experiencia +commands.xp.success=%s ha recibido %s de experiencia +commands.xp.success.levels=%s ha recibido %s niveles +commands.xp.success.negative.levels=%s ha perdido %s niveles +commands.xp.usage=/xp [jugador] O /xp L [jugador] +connect.authorizing=Iniciando sesión... +connect.connecting=Conectando con el servidor... +connect.failed=Error al conectar con el servidor +container.beacon=Faro +container.brewing=Soporte para pociones +container.chest=Cofre +container.chestDouble=Cofre grande +container.crafting=Fabricación +container.creative=Selección de objetos +container.dispenser=Dispensador +container.dropper=Soltador +container.enchant=Encantar +container.enchant.clue=¿%s . . . ? +container.enchant.lapis.many=%s lapislázulis +container.enchant.lapis.one=1 lapislázuli +container.enchant.level.many=%s niveles de encantamiento +container.enchant.level.one=1 nivel de encantamiento +container.enderchest=Cofre de Enderman +container.furnace=Horno +container.hopper=Tolva de objetos +container.inventory=Inventario +container.isLocked=¡%s está bloqueado! +container.minecart=Vagoneta +container.repair=Reparar y renombrar +container.repair.cost=Coste de encantamiento: %1$s +container.repair.expensive=¡Demasiado caro! +controls.reset=Reiniciar +controls.resetAll=Reiniciar teclas +controls.title=Controles +createWorld.customize.custom.baseSize=Altura de la base +createWorld.customize.custom.biomeDepthOffset=Nivel de superficie +createWorld.customize.custom.biomeDepthWeight=Altura de superficie +createWorld.customize.custom.biomeScaleOffset=Detalles del bioma +createWorld.customize.custom.biomeScaleWeight=Altura del bioma +createWorld.customize.custom.biomeSize=Tamaño de biomas +createWorld.customize.custom.center=Nivel central +createWorld.customize.custom.confirm1=Esto sobrescribirá tus ajustes +createWorld.customize.custom.confirm2=actuales y no puede deshacerse. +createWorld.customize.custom.confirmTitle=¡Aviso! +createWorld.customize.custom.coordinateScale=Extensión horizontal +createWorld.customize.custom.count=Intentos de vetas +createWorld.customize.custom.defaults=Por defecto +createWorld.customize.custom.depthNoiseScaleExponent=Tamaño de desniveles +createWorld.customize.custom.depthNoiseScaleX=Desniveles de X +createWorld.customize.custom.depthNoiseScaleZ=Desniveles de Z +createWorld.customize.custom.dungeonChance=Cantidad de mazmorras +createWorld.customize.custom.fixedBiome=Biomas +createWorld.customize.custom.heightScale=Altura +createWorld.customize.custom.lavaLakeChance=Rareza de lagos de lava +createWorld.customize.custom.lowerLimitScale=Límite inferior +createWorld.customize.custom.mainNoiseScaleX=Extensión de X +createWorld.customize.custom.mainNoiseScaleY=Extensión de Y +createWorld.customize.custom.mainNoiseScaleZ=Extensión de Z +createWorld.customize.custom.maxHeight=Altura máxima +createWorld.customize.custom.minHeight=Altura mínima +createWorld.customize.custom.next=Página siguiente +createWorld.customize.custom.page0=Ajustes básicos +createWorld.customize.custom.page1=Ajustes de menas +createWorld.customize.custom.page2=Ajustes avanzados (¡solo usuarios expertos!) +createWorld.customize.custom.page3=Ajustes avanzados adicionales (¡solo usuarios expertos!) +createWorld.customize.custom.preset.caveChaos=Cuevas del caos +createWorld.customize.custom.preset.caveDelight=Delicia del espeleólogo +createWorld.customize.custom.preset.drought=Sequía +createWorld.customize.custom.preset.goodLuck=Buena suerte +createWorld.customize.custom.preset.isleLand=Islas flotantes +createWorld.customize.custom.preset.mountains=Montañas de locura +createWorld.customize.custom.preset.waterWorld=Mundo acuático +createWorld.customize.custom.presets=Plantillas +createWorld.customize.custom.presets.title=Personalizar plantillas de mundo +createWorld.customize.custom.prev=Página anterior +createWorld.customize.custom.randomize=Aleatorizar +createWorld.customize.custom.riverSize=Tamaño de ríos +createWorld.customize.custom.seaLevel=Nivel del mar +createWorld.customize.custom.size=Tamaño de vetas +createWorld.customize.custom.spread=Dispersión +createWorld.customize.custom.stretchY=Anchura +createWorld.customize.custom.upperLimitScale=Límite superior +createWorld.customize.custom.useCaves=Cuevas +createWorld.customize.custom.useDungeons=Mazmorras +createWorld.customize.custom.useLavaLakes=Lagos de lava +createWorld.customize.custom.useLavaOceans=Océanos de lava +createWorld.customize.custom.useMineShafts=Minas abandonadas +createWorld.customize.custom.useMonuments=Monumentos oceánicos +createWorld.customize.custom.useRavines=Grietas +createWorld.customize.custom.useStrongholds=Fortalezas +createWorld.customize.custom.useTemples=Templos +createWorld.customize.custom.useVillages=Aldeas +createWorld.customize.custom.useWaterLakes=Lagos de agua +createWorld.customize.custom.waterLakeChance=Rareza de lagos de agua +createWorld.customize.flat.addLayer=Añadir capa +createWorld.customize.flat.editLayer=Editar capa +createWorld.customize.flat.height=Altura +createWorld.customize.flat.layer=%s +createWorld.customize.flat.layer.bottom=Límite inferior: %s +createWorld.customize.flat.layer.top=Límite superior: %s +createWorld.customize.flat.removeLayer=Eliminar capa +createWorld.customize.flat.tile=Material de la capa +createWorld.customize.flat.title=Personalizar mundo extraplano +createWorld.customize.presets=Plantillas +createWorld.customize.presets.list=O si lo prefieres, ¡puedes elegir entre estos que ya creamos! +createWorld.customize.presets.select=Usar plantilla +createWorld.customize.presets.share=¿Quieres compartir tu plantilla? ¡Usa el siguiente recuadro! +createWorld.customize.presets.title=Selecciona una plantilla +death.attack.anvil=%1$s fue aplastado por un yunque +death.attack.arrow=%1$s murió por un flechazo de %2$s +death.attack.arrow.item=%1$s murió por un flechazo de %2$s con su %3$s +death.attack.cactus=%1$s murió entre pinchos +death.attack.cactus.player=%1$s pisó un cactus mientras intentaba huir de %2$s +death.attack.drown=%1$s se ahogó +death.attack.drown.player=%1$s se ahogó mientras intentaba huir de %2$s +death.attack.explosion=%1$s explotó +death.attack.explosion.player=%1$s fue explotado por %2$s +death.attack.fall=%1$s se estampó contra el suelo +death.attack.fallingBlock=%1$s fue aplastado por un bloque +death.attack.fireball=%1$s murió por un bolazo de fuego de %2$s +death.attack.fireball.item=%1$s murió por un bolazo de fuego de %2$s con su %3$s +death.attack.generic=%1$s murió +death.attack.inFire=%1$s ardió en llamas +death.attack.inFire.player=%1$s pisó el fuego mientras luchaba contra %2$s +death.attack.inWall=%1$s se asfixió en una pared +death.attack.indirectMagic=%1$s fue asesinado por %2$s usando magia +death.attack.indirectMagic.item=%1$s fue asesinado por %2$s con su %3$s +death.attack.lava=%1$s intentó nadar en la lava +death.attack.lava.player=%1$s intentó nadar en la lava para huir de %2$s +death.attack.lightningBolt=%1$s fue alcanzado por un rayo +death.attack.magic=%1$s fue asesinado usando magia +death.attack.mob=%1$s fue asesinado por un %2$s +death.attack.onFire=%1$s murió entre llamas +death.attack.onFire.player=%1$s fue reducido a cenizas mientras luchaba contra %2$s +death.attack.outOfWorld=%1$s cayó al vacío +death.attack.player=%1$s fue asesinado por %2$s +death.attack.player.item=%1$s fue asesinado por %2$s con su %3$s +death.attack.starve=%1$s se murió de hambre +death.attack.thorns=%1$s fue asesinado mientras intentaba dañar a %2$s +death.attack.thrown=%1$s fue aporreado por %2$s +death.attack.thrown.item=%1$s fue aporreado por %2$s con su %3$s +death.attack.wither=%1$s sufrió la ira del Wither +death.fell.accident.generic=%1$s cayó desde muy alto +death.fell.accident.ladder=%1$s se cayó de una escalera +death.fell.accident.vines=%1$s se cayó de unas enredaderas +death.fell.accident.water=%1$s cayó fuera del agua +death.fell.assist=%1$s fue empujado por %2$s +death.fell.assist.item=%1$s fue empujado por %2$s con su %3$s +death.fell.finish=%1$s sufrió una caída y murió a manos de %2$s +death.fell.finish.item=%1$s sufrió una caída y murió a manos de %2$s con su %3$s +death.fell.killer=%1$s murió contra el suelo +deathScreen.deleteWorld=Borrar mundo +deathScreen.hardcoreInfo=¡No puedes reaparecer en el modo extremo! +deathScreen.leaveServer=Salir del servidor +deathScreen.quit.confirm=¿Seguro que quieres salir? +deathScreen.respawn=Reaparecer +deathScreen.score=Puntuación +deathScreen.title=¡Has muerto! +deathScreen.title.hardcore=¡Se acabó! +deathScreen.titleScreen=Pantalla del título +demo.day.1=Esta demostración tiene una duración de 5 días, ¡aprovéchalos! +demo.day.2=Segundo día +demo.day.3=Tercer día +demo.day.4=Cuarto día +demo.day.5=¡Último día! +demo.day.6=Has llegado al quinto día, pulsa F2 para guardar una captura de pantalla de tu creación +demo.day.warning=¡Se te está acabando el tiempo! +demo.demoExpired=¡Se acabó el tiempo de la demostración! +demo.help.buy=¡Cómpralo ya! +demo.help.fullWrapped=Esta demostración durará 5 días de juego (alrededor de 1 hora y 40 minutos de tiempo real). ¡Los logros te darán pistas! ¡Diviértete! +demo.help.inventory=Pulsa %1$s para abrir el inventario +demo.help.jump=Pulsa %1$s para saltar +demo.help.later=¡Seguir jugando! +demo.help.movement=Usa %1$s,%2$s, %3$s, %4$s para moverte y el ratón para mirar +demo.help.movementMouse=Usa el ratón para mirar a tu alrededor +demo.help.movementShort=Muévete con %1$s, %2$s, %3$s, %4$s +demo.help.title=Demostración de Minecraft +demo.remainingTime=Tiempo restante: %s +demo.reminder=¡La demostración se ha acabado, compra el juego para continuar o crea un mundo nuevo! +difficulty.lock.question=¿Seguro que quieres bloquear la dificultad de este mundo? Esto lo establecerá siempre en %1$s y no podrás volver a cambiarlo. +difficulty.lock.title=Bloquear dificultad del mundo +disconnect.closed=Conexión terminada +disconnect.disconnected=Desconectado por el servidor +disconnect.endOfStream=Fin de la conexión +disconnect.genericReason=%s +disconnect.kicked=Ha sido expulsado del juego +disconnect.loginFailed=Error al iniciar sesión +disconnect.loginFailedInfo=Error al iniciar sesión: %s +disconnect.loginFailedInfo.invalidSession=La sesión no es válida (reinicia el juego) +disconnect.loginFailedInfo.serversUnavailable=La autentificación está actualmente desactivada por mantenimiento. +disconnect.lost=Conexión perdida +disconnect.overflow=Desbordamiento de búfer +disconnect.quitting=Desconectando +disconnect.spam=Expulsado por hacer spam +disconnect.timeout=Tiempo de espera agotado +enchantment.arrowDamage=Poder +enchantment.arrowFire=Fuego +enchantment.arrowInfinite=Infinidad +enchantment.arrowKnockback=Retroceso +enchantment.damage.all=Afilado +enchantment.damage.arthropods=Perdición de los artrópodos +enchantment.damage.undead=Golpeo +enchantment.digging=Eficiencia +enchantment.durability=Irrompibilidad +enchantment.fire=Aspecto ígneo +enchantment.fishingSpeed=Atracción +enchantment.knockback=Empuje +enchantment.level.1=I +enchantment.level.10=X +enchantment.level.2=II +enchantment.level.3=III +enchantment.level.4=IV +enchantment.level.5=V +enchantment.level.6=VI +enchantment.level.7=VII +enchantment.level.8=VIII +enchantment.level.9=IX +enchantment.lootBonus=Saqueo +enchantment.lootBonusDigger=Suerte +enchantment.lootBonusFishing=Suerte marina +enchantment.oxygen=Oxígeno +enchantment.protect.all=Protección +enchantment.protect.explosion=Protección contra explosiones +enchantment.protect.fall=Caída de pluma +enchantment.protect.fire=Ignífugo +enchantment.protect.projectile=Protección contra proyectiles +enchantment.thorns=Espinas +enchantment.untouching=Toque de seda +enchantment.waterWalker=Agilidad acuática +enchantment.waterWorker=Afinidad acuática +entity.ArmorStand.name=Soporte para armadura +entity.Arrow.name=flecha +entity.Bat.name=Murciélago +entity.Blaze.name=Blaze +entity.Boat.name=Barca +entity.Cat.name=Gato +entity.CaveSpider.name=Araña de cueva +entity.Chicken.name=Pollo +entity.Cow.name=Vaca +entity.Creeper.name=Creeper +entity.EnderDragon.name=Dragón del Fin +entity.Enderman.name=Enderman +entity.Endermite.name=Endermite +entity.EntityHorse.name=Caballo +entity.FallingSand.name=Bloque en caída +entity.Fireball.name=Bola de fuego +entity.Ghast.name=Ghast +entity.Giant.name=Zombi gigante +entity.Guardian.name=Guardián +entity.Item.name=Objeto +entity.KillerBunny.name=El conejo asesino +entity.LavaSlime.name=Slime magmático +entity.Minecart.name=Vagoneta +entity.Mob.name=Criatura +entity.Monster.name=Criatura +entity.MushroomCow.name=Champiñaca +entity.Ozelot.name=Ocelote +entity.Painting.name=Cuadro +entity.Pig.name=Cerdo +entity.PigZombie.name=Hombrecerdo zombi +entity.PrimedTnt.name=Bloque de dinamita +entity.Rabbit.name=Conejo +entity.Sheep.name=Oveja +entity.Silverfish.name=Lepisma +entity.Skeleton.name=Esqueleto +entity.Slime.name=Slime +entity.SmallFireball.name=Bola de fuego pequeña +entity.SnowMan.name=Gólem de nieve +entity.Snowball.name=Bola de nieve +entity.Spider.name=Araña +entity.Squid.name=Calamar +entity.Villager.armor=Herrero de armaduras +entity.Villager.butcher=Carnicero +entity.Villager.cleric=Sacerdote +entity.Villager.farmer=Granjero +entity.Villager.fisherman=Pescador +entity.Villager.fletcher=Flechador +entity.Villager.leather=Curtidor +entity.Villager.librarian=Bibliotecario +entity.Villager.name=Aldeano +entity.Villager.shepherd=Pastor +entity.Villager.tool=Herrero de herramientas +entity.Villager.weapon=Herrero de armas +entity.VillagerGolem.name=Gólem de hierro +entity.Witch.name=Bruja +entity.WitherBoss.name=Wither +entity.Wolf.name=Lobo +entity.XPOrb.name=Orbe de experiencia +entity.Zombie.name=Zombi +entity.donkey.name=Burro +entity.generic.name=desconocido +entity.horse.name=Caballo +entity.mule.name=Mula +entity.skeletonhorse.name=Caballo esqueleto +entity.zombiehorse.name=Caballo zombi +gameMode.adventure=Modo aventura +gameMode.changed=Tu modo de juego ha cambiado +gameMode.creative=Modo creativo +gameMode.hardcore=¡Modo extremo! +gameMode.spectator=Modo espectador +gameMode.survival=Modo supervivencia +generator.amplified=AMPLIFICADO +generator.amplified.info=Aviso: solo por diversión, requiere un buen ordenador +generator.customized=Personalizado +generator.debug_all_block_states=Debug +generator.default=Por defecto +generator.flat=Extraplano +generator.largeBiomes=Superbiomas +gui.achievements=Logros +gui.all=Todos +gui.back=Atrás +gui.cancel=Cancelar +gui.done=Hecho +gui.down=Abajo +gui.no=No +gui.none=Ninguno +gui.stats=Estadísticas +gui.toMenu=Volver al menú principal +gui.up=Arriba +gui.yes=Sí +inventory.binSlot=Tirar objeto +item.apple.name=Manzana +item.appleGold.name=Manzana dorada +item.armorStand.name=Soporte para armadura +item.arrow.name=Flecha +item.banner.black.name=Estandarte negro +item.banner.blue.name=Estandarte azul +item.banner.border.black=Bordura negra +item.banner.border.blue=Bordura azul +item.banner.border.brown=Bordura marrón +item.banner.border.cyan=Bordura cian +item.banner.border.gray=Bordura gris +item.banner.border.green=Bordura verde +item.banner.border.lightBlue=Bordura azul claro +item.banner.border.lime=Bordura verde lima +item.banner.border.magenta=Bordura magenta +item.banner.border.orange=Bordura naranja +item.banner.border.pink=Bordura rosa +item.banner.border.purple=Bordura morada +item.banner.border.red=Bordura roja +item.banner.border.silver=Bordura gris claro +item.banner.border.white=Bordura blanca +item.banner.border.yellow=Bordura amarilla +item.banner.bricks.black=Mazonado negro +item.banner.bricks.blue=Mazonado azul +item.banner.bricks.brown=Mazonado marrón +item.banner.bricks.cyan=Mazonado cian +item.banner.bricks.gray=Mazonado gris +item.banner.bricks.green=Mazonado verde +item.banner.bricks.lightBlue=Mazonado azul claro +item.banner.bricks.lime=Mazonado verde lima +item.banner.bricks.magenta=Mazonado magenta +item.banner.bricks.orange=Mazonado naranja +item.banner.bricks.pink=Mazonado rosa +item.banner.bricks.purple=Mazonado morado +item.banner.bricks.red=Mazonado rojo +item.banner.bricks.silver=Mazonado gris claro +item.banner.bricks.white=Mazonado blanco +item.banner.bricks.yellow=Mazonado amarillo +item.banner.brown.name=Estandarte marrón +item.banner.circle.black=Roel negro +item.banner.circle.blue=Roel azul +item.banner.circle.brown=Roel marrón +item.banner.circle.cyan=Roel cian +item.banner.circle.gray=Roel gris +item.banner.circle.green=Roel verde +item.banner.circle.lightBlue=Roel azul claro +item.banner.circle.lime=Roel verde lima +item.banner.circle.magenta=Roel magenta +item.banner.circle.orange=Roel naranja +item.banner.circle.pink=Roel rosa +item.banner.circle.purple=Roel morado +item.banner.circle.red=Roel rojo +item.banner.circle.silver=Roel gris claro +item.banner.circle.white=Roel blanco +item.banner.circle.yellow=Roel amarillo +item.banner.creeper.black=Estampado negro de creeper +item.banner.creeper.blue=Estampado azul de creeper +item.banner.creeper.brown=Estampado marrón de creeper +item.banner.creeper.cyan=Estampado cian de creeper +item.banner.creeper.gray=Estampado gris de creeper +item.banner.creeper.green=Estampado verde de creeper +item.banner.creeper.lightBlue=Estampado azul claro de creeper +item.banner.creeper.lime=Estampado verde lima de creeper +item.banner.creeper.magenta=Estampado magenta de creeper +item.banner.creeper.orange=Estampado naranja de creeper +item.banner.creeper.pink=Estampado rosa de creeper +item.banner.creeper.purple=Estampado morado de creeper +item.banner.creeper.red=Estampado rojo de creeper +item.banner.creeper.silver=Estampado gris claro de creeper +item.banner.creeper.white=Estampado blanco de creeper +item.banner.creeper.yellow=Estampado amariillo de creeper +item.banner.cross.black=Aspa negra +item.banner.cross.blue=Aspa azul +item.banner.cross.brown=Aspa marrón +item.banner.cross.cyan=Aspa cian +item.banner.cross.gray=Aspa gris +item.banner.cross.green=Aspa verde +item.banner.cross.lightBlue=Aspa azul claro +item.banner.cross.lime=Aspa verde lima +item.banner.cross.magenta=Aspa magenta +item.banner.cross.orange=Aspa naranja +item.banner.cross.pink=Aspa rosa +item.banner.cross.purple=Aspa morada +item.banner.cross.red=Aspa roja +item.banner.cross.silver=Aspa gris claro +item.banner.cross.white=Aspa blanca +item.banner.cross.yellow=Aspa amarilla +item.banner.curly_border.black=Bordura negra dentada +item.banner.curly_border.blue=Bordura azul dentada +item.banner.curly_border.brown=Bordura marrón dentada +item.banner.curly_border.cyan=Bordura cian dentada +item.banner.curly_border.gray=Bordura gris dentada +item.banner.curly_border.green=Bordura verde dentada +item.banner.curly_border.lightBlue=Bordura azul claro dentada +item.banner.curly_border.lime=Bordura verde lima dentada +item.banner.curly_border.magenta=Bordura magenta dentada +item.banner.curly_border.orange=Bordura naranja dentada +item.banner.curly_border.pink=Bordura rosa dentada +item.banner.curly_border.purple=Bordura morada dentada +item.banner.curly_border.red=Bordura roja dentada +item.banner.curly_border.silver=Bordura gris claro dentada +item.banner.curly_border.white=Bordura blanca dentada +item.banner.curly_border.yellow=Bordura amarilla dentada +item.banner.cyan.name=Estandarte cian +item.banner.diagonal_left.black=Tajado negro +item.banner.diagonal_left.blue=Tajado azul +item.banner.diagonal_left.brown=Tajado marrón +item.banner.diagonal_left.cyan=Tajado cian +item.banner.diagonal_left.gray=Tajado gris +item.banner.diagonal_left.green=Tajado verde +item.banner.diagonal_left.lightBlue=Tajado azul claro +item.banner.diagonal_left.lime=Tajado verde lima +item.banner.diagonal_left.magenta=Tajado magenta +item.banner.diagonal_left.orange=Tajado naranja +item.banner.diagonal_left.pink=Tajado rosa +item.banner.diagonal_left.purple=Tajado morado +item.banner.diagonal_left.red=Tajado rojo +item.banner.diagonal_left.silver=Tajado gris claro +item.banner.diagonal_left.white=Tajado blanco +item.banner.diagonal_left.yellow=Tajado amarillo +item.banner.diagonal_right.black=Tronchado negro +item.banner.diagonal_right.blue=Tronchado azul +item.banner.diagonal_right.brown=Tronchado marrón +item.banner.diagonal_right.cyan=Tronchado cian +item.banner.diagonal_right.gray=Tronchado gris +item.banner.diagonal_right.green=Tronchado verde +item.banner.diagonal_right.lightBlue=Tronchado azul claro +item.banner.diagonal_right.lime=Tronchado verde lima +item.banner.diagonal_right.magenta=Tronchado magenta +item.banner.diagonal_right.orange=Tronchado naranja +item.banner.diagonal_right.pink=Tronchado rosa +item.banner.diagonal_right.purple=Tronchado morado +item.banner.diagonal_right.red=Tronchado rojo +item.banner.diagonal_right.silver=Tronchado gris claro +item.banner.diagonal_right.white=Tronchado blanco +item.banner.diagonal_right.yellow=Tronchado amarillo +item.banner.diagonal_up_left.black=Tronchado negro invertido +item.banner.diagonal_up_left.blue=Tronchado azul invertido +item.banner.diagonal_up_left.brown=Tronchado marrón invertido +item.banner.diagonal_up_left.cyan=Tronchado cian invertido +item.banner.diagonal_up_left.gray=Tronchado gris invertido +item.banner.diagonal_up_left.green=Tronchado verde invertido +item.banner.diagonal_up_left.lightBlue=Tronchado azul claro invertido +item.banner.diagonal_up_left.lime=Tronchado verde lima invertido +item.banner.diagonal_up_left.magenta=Tronchado magenta invertido +item.banner.diagonal_up_left.orange=Tronchado naranja invertido +item.banner.diagonal_up_left.pink=Tronchado rosa invertido +item.banner.diagonal_up_left.purple=Tronchado morado invertido +item.banner.diagonal_up_left.red=Tronchado rojo invertido +item.banner.diagonal_up_left.silver=Tronchado gris claro invertido +item.banner.diagonal_up_left.white=Tronchado blanco invertido +item.banner.diagonal_up_left.yellow=Tronchado amarillo invertido +item.banner.diagonal_up_right.black=Tajado negro invertido +item.banner.diagonal_up_right.blue=Tajado azul invertido +item.banner.diagonal_up_right.brown=Tajado marrón invertido +item.banner.diagonal_up_right.cyan=Tajado cian invertido +item.banner.diagonal_up_right.gray=Tajado gris invertido +item.banner.diagonal_up_right.green=Tajado verde invertido +item.banner.diagonal_up_right.lightBlue=Tajado azul claro invertido +item.banner.diagonal_up_right.lime=Tajado verde lima invertido +item.banner.diagonal_up_right.magenta=Tajado magenta invertido +item.banner.diagonal_up_right.orange=Tajado naranja invertido +item.banner.diagonal_up_right.pink=Tajado rosa invertido +item.banner.diagonal_up_right.purple=Tajado morado invertido +item.banner.diagonal_up_right.red=Tajado rojo invertido +item.banner.diagonal_up_right.silver=Tajado gris claro invertido +item.banner.diagonal_up_right.white=Tajado blanco invertido +item.banner.diagonal_up_right.yellow=Tajado amarillo invertido +item.banner.flower.black=Estampado negro de flor +item.banner.flower.blue=Estampado azul de flor +item.banner.flower.brown=Estampado marrón de flor +item.banner.flower.cyan=Estampado cian de flor +item.banner.flower.gray=Estampado gris de flor +item.banner.flower.green=Estampado verde de flor +item.banner.flower.lightBlue=Estampado azul claro de flor +item.banner.flower.lime=Estampado verde lima de flor +item.banner.flower.magenta=Estampado magenta de flor +item.banner.flower.orange=Estampado naranja de flor +item.banner.flower.pink=Estampado rosa de flor +item.banner.flower.purple=Estampado morado de flor +item.banner.flower.red=Estampado rojo de flor +item.banner.flower.silver=Estampado gris claro de flor +item.banner.flower.white=Estampado blanco de flor +item.banner.flower.yellow=Estampado amarillo de flor +item.banner.gradient.black=Gradiente negro +item.banner.gradient.blue=Gradiente azul +item.banner.gradient.brown=Gradiente marrón +item.banner.gradient.cyan=Gradiente cian +item.banner.gradient.gray=Gradiente gris +item.banner.gradient.green=Gradiente verde +item.banner.gradient.lightBlue=Gradiente azul claro +item.banner.gradient.lime=Gradiente verde lima +item.banner.gradient.magenta=Gradiente magenta +item.banner.gradient.orange=Gradiente naranja +item.banner.gradient.pink=Gradiente rosa +item.banner.gradient.purple=Gradiente morado +item.banner.gradient.red=Gradiente rojo +item.banner.gradient.silver=Gradiente gris claro +item.banner.gradient.white=Gradiente blanco +item.banner.gradient.yellow=Gradiente amarillo +item.banner.gradient_up.black=Gradiente negro en base +item.banner.gradient_up.blue=Gradiente azul en base +item.banner.gradient_up.brown=Gradiente marrón en base +item.banner.gradient_up.cyan=Gradiente cian en base +item.banner.gradient_up.gray=Gradiente gris en base +item.banner.gradient_up.green=Gradiente verde en base +item.banner.gradient_up.lightBlue=Gradiente azul claro en base +item.banner.gradient_up.lime=Gradiente verde lima en base +item.banner.gradient_up.magenta=Gradiente magenta en base +item.banner.gradient_up.orange=Gradiente naranja en base +item.banner.gradient_up.pink=Gradiente rosa en base +item.banner.gradient_up.purple=Gradiente morado en base +item.banner.gradient_up.red=Gradiente rojo en base +item.banner.gradient_up.silver=Gradiente gris claro en base +item.banner.gradient_up.white=Gradiente blanco en base +item.banner.gradient_up.yellow=Gradiente amarillo en base +item.banner.gray.name=Estandarte gris +item.banner.green.name=Estandarte verde +item.banner.half_horizontal.black=Cortado negro +item.banner.half_horizontal.blue=Cortado azul +item.banner.half_horizontal.brown=Cortado marrón +item.banner.half_horizontal.cyan=Cortado cian +item.banner.half_horizontal.gray=Cortado gris +item.banner.half_horizontal.green=Cortado verde +item.banner.half_horizontal.lightBlue=Cortado azul claro +item.banner.half_horizontal.lime=Cortado verde lima +item.banner.half_horizontal.magenta=Cortado magenta +item.banner.half_horizontal.orange=Cortado naranja +item.banner.half_horizontal.pink=Cortado rosa +item.banner.half_horizontal.purple=Cortado morado +item.banner.half_horizontal.red=Cortado rojo +item.banner.half_horizontal.silver=Cortado gris claro +item.banner.half_horizontal.white=Cortado blanco +item.banner.half_horizontal.yellow=Cortado amarillo +item.banner.half_horizontal_bottom.black=Cortado negro invertido +item.banner.half_horizontal_bottom.blue=Cortado azul invertido +item.banner.half_horizontal_bottom.brown=Cortado marrón invertido +item.banner.half_horizontal_bottom.cyan=Cortado cian invertido +item.banner.half_horizontal_bottom.gray=Cortado gris invertido +item.banner.half_horizontal_bottom.green=Cortado verde invertido +item.banner.half_horizontal_bottom.lightBlue=Cortado azul claro invertido +item.banner.half_horizontal_bottom.lime=Cortado verde lima invertido +item.banner.half_horizontal_bottom.magenta=Cortado magenta invertidov +item.banner.half_horizontal_bottom.orange=Cortado naranja invertido +item.banner.half_horizontal_bottom.pink=Cortado rosa invertido +item.banner.half_horizontal_bottom.purple=Cortado morado invertido +item.banner.half_horizontal_bottom.red=Cortado rojo invertido +item.banner.half_horizontal_bottom.silver=Cortado gris claro invertido +item.banner.half_horizontal_bottom.white=Cortado blanco invertido +item.banner.half_horizontal_bottom.yellow=Cortado amarillo invertido +item.banner.half_vertical.black=Flanco negro a diestra +item.banner.half_vertical.blue=Flanco azul a diestra +item.banner.half_vertical.brown=Flanco marrón a diestra +item.banner.half_vertical.cyan=Flanco cian a diestra +item.banner.half_vertical.gray=Flanco gris a diestra +item.banner.half_vertical.green=Flanco verde a diestra +item.banner.half_vertical.lightBlue=Flanco azul claro a diestra +item.banner.half_vertical.lime=Flanco verde lima a diestra +item.banner.half_vertical.magenta=Flanco magenta a diestra +item.banner.half_vertical.orange=Flanco naranja a diestra +item.banner.half_vertical.pink=Flanco rosa a diestra +item.banner.half_vertical.purple=Flanco morado a diestra +item.banner.half_vertical.red=Flanco rojo a diestra +item.banner.half_vertical.silver=Flanco gris claro a diestra +item.banner.half_vertical.white=Flanco blanco a diestra +item.banner.half_vertical.yellow=Flanco amarillo a diestra +item.banner.half_vertical_right.black=Flanco negro a siniestra +item.banner.half_vertical_right.blue=Flanco azul a siniestra +item.banner.half_vertical_right.brown=Flanco marrón a siniestra +item.banner.half_vertical_right.cyan=Flanco cian a siniestra +item.banner.half_vertical_right.gray=Flanco gris a siniestra +item.banner.half_vertical_right.green=Flanco verde a siniestra +item.banner.half_vertical_right.lightBlue=Flanco azul claro a siniestra +item.banner.half_vertical_right.lime=Flanco verde lima a siniestra +item.banner.half_vertical_right.magenta=Flanco magenta a siniestra +item.banner.half_vertical_right.orange=Flanco naranja a siniestra +item.banner.half_vertical_right.pink=Flanco rosa a siniestra +item.banner.half_vertical_right.purple=Flanco morado a siniestra +item.banner.half_vertical_right.red=Flanco rojo a siniestra +item.banner.half_vertical_right.silver=Flanco gris claro a siniestra +item.banner.half_vertical_right.white=Flanco blanco a siniestra +item.banner.half_vertical_right.yellow=Flanco amarillo a siniestra +item.banner.lightBlue.name=Estandarte azul claro +item.banner.lime.name=Estandarte verde lima +item.banner.magenta.name=Estandarte magenta +item.banner.mojang.black=Cosa negra +item.banner.mojang.blue=Cosa azul +item.banner.mojang.brown=Cosa marrón +item.banner.mojang.cyan=Cosa cian +item.banner.mojang.gray=Cosa gris +item.banner.mojang.green=Cosa verde +item.banner.mojang.lightBlue=Cosa azul claro +item.banner.mojang.lime=Cosa verde lima +item.banner.mojang.magenta=Cosa magenta +item.banner.mojang.orange=Cosa naranja +item.banner.mojang.pink=Cosa rosa +item.banner.mojang.purple=Cosa morada +item.banner.mojang.red=Cosa roja +item.banner.mojang.silver=Cosa gris claro +item.banner.mojang.white=Cosa blanca +item.banner.mojang.yellow=Cosa amarilla +item.banner.orange.name=Estandarte naranja +item.banner.pink.name=Estandarte rosa +item.banner.purple.name=Estandarte morado +item.banner.red.name=Estandarte rojo +item.banner.rhombus.black=Rombo negro +item.banner.rhombus.blue=Rombo azul +item.banner.rhombus.brown=Rombo marrón +item.banner.rhombus.cyan=Rombo cian +item.banner.rhombus.gray=Rombo gris +item.banner.rhombus.green=Rombo verde +item.banner.rhombus.lightBlue=Rombo azul claro +item.banner.rhombus.lime=Rombo verde lima +item.banner.rhombus.magenta=Rombo magenta +item.banner.rhombus.orange=Rombo naranja +item.banner.rhombus.pink=Rombo rosa +item.banner.rhombus.purple=Rombo morado +item.banner.rhombus.red=Rombo rojo +item.banner.rhombus.silver=Rombo gris claro +item.banner.rhombus.white=Rombo blanco +item.banner.rhombus.yellow=Rombo amarillo +item.banner.silver.name=Estandarte gris claro +item.banner.skull.black=Estampado negro de calavera +item.banner.skull.blue=Estampado azul de calavera +item.banner.skull.brown=Estampado marrón de calavera +item.banner.skull.cyan=Estampado cian de calavera +item.banner.skull.gray=Estampado gris de calavera +item.banner.skull.green=Estampado verde de calavera +item.banner.skull.lightBlue=Estampado azul claro de calavera +item.banner.skull.lime=Estampado verde lima de calavera +item.banner.skull.magenta=Estampado magenta de calavera +item.banner.skull.orange=Estampado naranja de calavera +item.banner.skull.pink=Estampado rosa de calavera +item.banner.skull.purple=Estampado morado de calavera +item.banner.skull.red=Estampado rojo de calavera +item.banner.skull.silver=Estampado gris claro de calavera +item.banner.skull.white=Estampado blanco de calavera +item.banner.skull.yellow=Estampado amarillo de calavera +item.banner.small_stripes.black=Bastonado negro +item.banner.small_stripes.blue=Bastonado azul +item.banner.small_stripes.brown=Bastonado marrón +item.banner.small_stripes.cyan=Bastonado cian +item.banner.small_stripes.gray=Bastonado gris +item.banner.small_stripes.green=Bastonado verde +item.banner.small_stripes.lightBlue=Bastonado azul claro +item.banner.small_stripes.lime=Bastonado verde lima +item.banner.small_stripes.magenta=Bastonado magenta +item.banner.small_stripes.orange=Bastonado naranja +item.banner.small_stripes.pink=Bastonado rosa +item.banner.small_stripes.purple=Bastonado morado +item.banner.small_stripes.red=Bastonado rojo +item.banner.small_stripes.silver=Bastonado gris claro +item.banner.small_stripes.white=Bastonado blanco +item.banner.small_stripes.yellow=Bastonado amarillo +item.banner.square_bottom_left.black=Cantón negro en base a diestra +item.banner.square_bottom_left.blue=Cantón azul en base a diestra +item.banner.square_bottom_left.brown=Cantón marrón en base a diestra +item.banner.square_bottom_left.cyan=Cantón cian en base a diestra +item.banner.square_bottom_left.gray=Cantón gris en base a diestra +item.banner.square_bottom_left.green=Cantón verde en base a diestra +item.banner.square_bottom_left.lightBlue=Cantón azul claro en base a diestra +item.banner.square_bottom_left.lime=Cantón verde lima en base a diestra +item.banner.square_bottom_left.magenta=Cantón magenta en base a diestra +item.banner.square_bottom_left.orange=Cantón naranja en base a diestra +item.banner.square_bottom_left.pink=Cantón rosa en base a diestra +item.banner.square_bottom_left.purple=Cantón morado en base a diestra +item.banner.square_bottom_left.red=Cantón rojo en base a diestra +item.banner.square_bottom_left.silver=Cantón gris claro en base a diestra +item.banner.square_bottom_left.white=Cantón blanco en base a diestra +item.banner.square_bottom_left.yellow=Cantón amarillo en base a diestra +item.banner.square_bottom_right.black=Cantón negro en base a siniestra +item.banner.square_bottom_right.blue=Cantón azul en base a siniestra +item.banner.square_bottom_right.brown=Cantón marrón en base a siniestra +item.banner.square_bottom_right.cyan=Cantón cian en base a siniestra +item.banner.square_bottom_right.gray=Cantón gris en base a siniestra +item.banner.square_bottom_right.green=Cantón verde en base a siniestra +item.banner.square_bottom_right.lightBlue=Cantón azul claro en base a siniestra +item.banner.square_bottom_right.lime=Cantón verde lima en base a siniestra +item.banner.square_bottom_right.magenta=Cantón magenta en base a siniestra +item.banner.square_bottom_right.orange=Cantón naranja en base a siniestra +item.banner.square_bottom_right.pink=Cantón rosa en base a siniestra +item.banner.square_bottom_right.purple=Cantón morado en base a siniestra +item.banner.square_bottom_right.red=Cantón rojo en base a siniestra +item.banner.square_bottom_right.silver=Cantón gris claro en base a siniestra +item.banner.square_bottom_right.white=Cantón blanco en base a siniestra +item.banner.square_bottom_right.yellow=Cantón amarillo en base a siniestra +item.banner.square_top_left.black=Cantón negro en jefe a diestra +item.banner.square_top_left.blue=Cantón azul en jefe a diestra +item.banner.square_top_left.brown=Cantón marrón en jefe a diestra +item.banner.square_top_left.cyan=Cantón cian en jefe a diestra +item.banner.square_top_left.gray=Cantón gris en jefe a diestra +item.banner.square_top_left.green=Cantón verde en jefe a diestra +item.banner.square_top_left.lightBlue=Cantón azul claro en jefe a diestra +item.banner.square_top_left.lime=Cantón verde lima en jefe a diestra +item.banner.square_top_left.magenta=Cantón magenta en jefe a diestra +item.banner.square_top_left.orange=Cantón naranja en jefe a diestra +item.banner.square_top_left.pink=Cantón rosa en jefe a diestra +item.banner.square_top_left.purple=Cantón morado en jefe a diestra +item.banner.square_top_left.red=Cantón rojo en jefe a diestra +item.banner.square_top_left.silver=Cantón gris claro en jefe a diestra +item.banner.square_top_left.white=Cantón blanco en jefe a diestra +item.banner.square_top_left.yellow=Cantón amarillo en jefe a diestra +item.banner.square_top_right.black=Cantón negro en jefe a siniestra +item.banner.square_top_right.blue=Cantón azul en jefe a siniestra +item.banner.square_top_right.brown=Cantón marrón en jefe a siniestra +item.banner.square_top_right.cyan=Cantón cian en jefe a siniestra +item.banner.square_top_right.gray=Cantón gris en jefe a siniestra +item.banner.square_top_right.green=Cantón verde en jefe a siniestra +item.banner.square_top_right.lightBlue=Cantón azul claro en jefe a siniestra +item.banner.square_top_right.lime=Cantón verde lima en jefe a siniestra +item.banner.square_top_right.magenta=Cantón magenta en jefe a siniestra +item.banner.square_top_right.orange=Cantón naranja en jefe a siniestra +item.banner.square_top_right.pink=Cantón rosa en jefe a siniestra +item.banner.square_top_right.purple=Cantón morado en jefe a siniestra +item.banner.square_top_right.red=Cantón rojo en jefe a siniestra +item.banner.square_top_right.silver=Cantón gris claro en jefe a siniestra +item.banner.square_top_right.white=Cantón blanco en jefe a siniestra +item.banner.square_top_right.yellow=Cantón amarillo en jefe a siniestra +item.banner.straight_cross.black=Cruz negra +item.banner.straight_cross.blue=Cruz azul +item.banner.straight_cross.brown=Cruz marrón +item.banner.straight_cross.cyan=Cruz cian +item.banner.straight_cross.gray=Cruz gris +item.banner.straight_cross.green=Cruz verde +item.banner.straight_cross.lightBlue=Cruz azul claro +item.banner.straight_cross.lime=Cruz verde lima +item.banner.straight_cross.magenta=Cruz magenta +item.banner.straight_cross.orange=Cruz naranja +item.banner.straight_cross.pink=Cruz rosa +item.banner.straight_cross.purple=Cruz morada +item.banner.straight_cross.red=Cruz roja +item.banner.straight_cross.silver=Cruz gris claro +item.banner.straight_cross.white=Cruz blanca +item.banner.straight_cross.yellow=Cruz amarilla +item.banner.stripe_bottom.black=Franja negra en base +item.banner.stripe_bottom.blue=Franja azul en base +item.banner.stripe_bottom.brown=Franja marrón en base +item.banner.stripe_bottom.cyan=Franja cian en base +item.banner.stripe_bottom.gray=Franja gris en base +item.banner.stripe_bottom.green=Franja negra en base +item.banner.stripe_bottom.lightBlue=Franja azul claro en base +item.banner.stripe_bottom.lime=Franja verde lima en base +item.banner.stripe_bottom.magenta=Franja magenta en base +item.banner.stripe_bottom.orange=Franja naranja en base +item.banner.stripe_bottom.pink=Franja rosa en base +item.banner.stripe_bottom.purple=Franja morada en base +item.banner.stripe_bottom.red=Franja roja en base +item.banner.stripe_bottom.silver=Franja gris claro en base +item.banner.stripe_bottom.white=Franja blanca en base +item.banner.stripe_bottom.yellow=Franja amarilla en base +item.banner.stripe_center.black=Palo negro +item.banner.stripe_center.blue=Palo azul +item.banner.stripe_center.brown=Palo marrón +item.banner.stripe_center.cyan=Palo cian +item.banner.stripe_center.gray=Palo gris +item.banner.stripe_center.green=Palo verde +item.banner.stripe_center.lightBlue=Palo azul claro +item.banner.stripe_center.lime=Palo verde lima +item.banner.stripe_center.magenta=Palo magenta +item.banner.stripe_center.orange=Palo naranja +item.banner.stripe_center.pink=Palo rosa +item.banner.stripe_center.purple=Palo morado +item.banner.stripe_center.red=Palo rojo +item.banner.stripe_center.silver=Palo gris claro +item.banner.stripe_center.white=Palo blanco +item.banner.stripe_center.yellow=Palo amarillo +item.banner.stripe_downleft.black=Banda negra a siniestra +item.banner.stripe_downleft.blue=Banda azul a siniestra +item.banner.stripe_downleft.brown=Banda marrón a siniestra +item.banner.stripe_downleft.cyan=Banda cian a siniestra +item.banner.stripe_downleft.gray=Banda gris a siniestra +item.banner.stripe_downleft.green=Banda verde a siniestra +item.banner.stripe_downleft.lightBlue=Banda azul claro a siniestra +item.banner.stripe_downleft.lime=Banda verde lima a siniestra +item.banner.stripe_downleft.magenta=Banda magenta a siniestra +item.banner.stripe_downleft.orange=Banda naranja a siniestra +item.banner.stripe_downleft.pink=Banda rosa a siniestra +item.banner.stripe_downleft.purple=Banda morada a siniestra +item.banner.stripe_downleft.red=Banda roja a siniestra +item.banner.stripe_downleft.silver=Banda gris claro a siniestra +item.banner.stripe_downleft.white=Banda blanca a siniestra +item.banner.stripe_downleft.yellow=Banda amarilla a siniestra +item.banner.stripe_downright.black=Banda negra +item.banner.stripe_downright.blue=Banda azul +item.banner.stripe_downright.brown=Banda marrón +item.banner.stripe_downright.cyan=Banda cian +item.banner.stripe_downright.gray=Banda gris +item.banner.stripe_downright.green=Banda verde +item.banner.stripe_downright.lightBlue=Banda azul claro +item.banner.stripe_downright.lime=Banda verde lima +item.banner.stripe_downright.magenta=Banda magenta +item.banner.stripe_downright.orange=Banda naranja +item.banner.stripe_downright.pink=Banda rosa +item.banner.stripe_downright.purple=Banda morada +item.banner.stripe_downright.red=Banda roja +item.banner.stripe_downright.silver=Banda gris claro +item.banner.stripe_downright.white=Banda blanca +item.banner.stripe_downright.yellow=Banda amarilla +item.banner.stripe_left.black=Palo negro a diestra +item.banner.stripe_left.blue=Palo azul a diestra +item.banner.stripe_left.brown=Palo marrón a diestra +item.banner.stripe_left.cyan=Palo cian a diestra +item.banner.stripe_left.gray=Palo gris a diestra +item.banner.stripe_left.green=Palo verde a diestra +item.banner.stripe_left.lightBlue=Palo azul claro a diestra +item.banner.stripe_left.lime=Palo verde lima a diestra +item.banner.stripe_left.magenta=Palo magenta a diestra +item.banner.stripe_left.orange=Palo naranja a diestra +item.banner.stripe_left.pink=Palo rosa a diestra +item.banner.stripe_left.purple=Palo morado a diestra +item.banner.stripe_left.red=Palo rojo a diestra +item.banner.stripe_left.silver=Palo gris claro a diestra +item.banner.stripe_left.white=Palo blanco a diestra +item.banner.stripe_left.yellow=Palo amarillo a diestra +item.banner.stripe_middle.black=Franja negra +item.banner.stripe_middle.blue=Franja azul +item.banner.stripe_middle.brown=Franja marrón +item.banner.stripe_middle.cyan=Franja cian +item.banner.stripe_middle.gray=Franja gris +item.banner.stripe_middle.green=Franja verde +item.banner.stripe_middle.lightBlue=Franja azul claro +item.banner.stripe_middle.lime=Franja verde lima +item.banner.stripe_middle.magenta=Franja magenta +item.banner.stripe_middle.orange=Franja naranja +item.banner.stripe_middle.pink=Franja rosa +item.banner.stripe_middle.purple=Franja morada +item.banner.stripe_middle.red=Franja roja +item.banner.stripe_middle.silver=Franja gris claro +item.banner.stripe_middle.white=Franja blanca +item.banner.stripe_middle.yellow=Franja amarilla +item.banner.stripe_right.black=Palo negro a siniestra +item.banner.stripe_right.blue=Palo azul a siniestra +item.banner.stripe_right.brown=Palo marrón a siniestra +item.banner.stripe_right.cyan=Palo cian a siniestra +item.banner.stripe_right.gray=Palo gris a siniestra +item.banner.stripe_right.green=Palo verde a siniestra +item.banner.stripe_right.lightBlue=Palo azul claro a siniestra +item.banner.stripe_right.lime=Palo verde lima a siniestra +item.banner.stripe_right.magenta=Palo magenta a siniestra +item.banner.stripe_right.orange=Palo naranja a siniestra +item.banner.stripe_right.pink=Palo rosa a siniestra +item.banner.stripe_right.purple=Palo morado a siniestra +item.banner.stripe_right.red=Palo rojo a siniestra +item.banner.stripe_right.silver=Palo gris claro a siniestra +item.banner.stripe_right.white=Palo blanco a siniestra +item.banner.stripe_right.yellow=Palo amarillo a siniestra +item.banner.stripe_top.black=Franja negra en jefe +item.banner.stripe_top.blue=Franja azul en jefe +item.banner.stripe_top.brown=Franja marrón en jefe +item.banner.stripe_top.cyan=Franja cian en jefe +item.banner.stripe_top.gray=Franja gris en jefe +item.banner.stripe_top.green=Franja verde en jefe +item.banner.stripe_top.lightBlue=Franja azul claro en jefe +item.banner.stripe_top.lime=Franja verde lima en jefe +item.banner.stripe_top.magenta=Franja magenta en jefe +item.banner.stripe_top.orange=Franja naranja en jefe +item.banner.stripe_top.pink=Franja rosa en jefe +item.banner.stripe_top.purple=Franja morada en jefe +item.banner.stripe_top.red=Franja roja en jefe +item.banner.stripe_top.silver=Franja gris claro en jefe +item.banner.stripe_top.white=Franja blanca en jefe +item.banner.stripe_top.yellow=Franja amarilla en jefe +item.banner.triangle_bottom.black=Chevrón negro +item.banner.triangle_bottom.blue=Chevrón azul +item.banner.triangle_bottom.brown=Chevrón marrón +item.banner.triangle_bottom.cyan=Chevrón cian +item.banner.triangle_bottom.gray=Chevrón gris +item.banner.triangle_bottom.green=Chevrón verde +item.banner.triangle_bottom.lightBlue=Chevrón azul claro +item.banner.triangle_bottom.lime=Chevrón verde lima +item.banner.triangle_bottom.magenta=Chevrón magenta +item.banner.triangle_bottom.orange=Chevrón naranja +item.banner.triangle_bottom.pink=Chevrón rosa +item.banner.triangle_bottom.purple=Chevrón morado +item.banner.triangle_bottom.red=Chevrón rojo +item.banner.triangle_bottom.silver=Chevrón gris claro +item.banner.triangle_bottom.white=Chevrón blanco +item.banner.triangle_bottom.yellow=Chevrón amarillo +item.banner.triangle_top.black=Chevrón negro invertido +item.banner.triangle_top.blue=Chevrón azul invertido +item.banner.triangle_top.brown=Chevrón marrón invertido +item.banner.triangle_top.cyan=Chevrón cian invertido +item.banner.triangle_top.gray=Chevrón gris invertido +item.banner.triangle_top.green=Chevrón verde invertido +item.banner.triangle_top.lightBlue=Chevrón azul claro invertido +item.banner.triangle_top.lime=Chevrón verde lima invertido +item.banner.triangle_top.magenta=Chevrón magenta invertido +item.banner.triangle_top.orange=Chevrón naranja invertido +item.banner.triangle_top.pink=Chevrón rosa invertido +item.banner.triangle_top.purple=Chevrón morado invertido +item.banner.triangle_top.red=Chevrón rojo invertido +item.banner.triangle_top.silver=Chevrón gris claro invertido +item.banner.triangle_top.white=Chevrón blanco invertido +item.banner.triangle_top.yellow=Chevrón amarillo invertido +item.banner.triangles_bottom.black=Base negra dentada +item.banner.triangles_bottom.blue=Base azul dentada +item.banner.triangles_bottom.brown=Base marrón dentada +item.banner.triangles_bottom.cyan=Base cian dentada +item.banner.triangles_bottom.gray=Base gris dentada +item.banner.triangles_bottom.green=Base verde dentada +item.banner.triangles_bottom.lightBlue=Base azul claro dentada +item.banner.triangles_bottom.lime=Base verde lima dentada +item.banner.triangles_bottom.magenta=Base morada dentada +item.banner.triangles_bottom.orange=Base naranja dentada +item.banner.triangles_bottom.pink=Base rosa dentada +item.banner.triangles_bottom.purple=Base morada dentada +item.banner.triangles_bottom.red=Base roja dentada +item.banner.triangles_bottom.silver=Base gris claro dentada +item.banner.triangles_bottom.white=Base blanca dentada +item.banner.triangles_bottom.yellow=Base amarilla dentada +item.banner.triangles_top.black=Jefe negro dentado +item.banner.triangles_top.blue=Jefe azul dentado +item.banner.triangles_top.brown=Jefe marrón dentado +item.banner.triangles_top.cyan=Jefe cian dentado +item.banner.triangles_top.gray=Jefe gris dentado +item.banner.triangles_top.green=Jefe verde dentado +item.banner.triangles_top.lightBlue=Jefe azul claro dentado +item.banner.triangles_top.lime=Jefe verde lima dentado +item.banner.triangles_top.magenta=Jefe magenta dentado +item.banner.triangles_top.orange=Jefe naranja dentado +item.banner.triangles_top.pink=Jefe rosa dentado +item.banner.triangles_top.purple=Jefe morado dentado +item.banner.triangles_top.red=Jefe rojo dentado +item.banner.triangles_top.silver=Jefe gris claro dentado +item.banner.triangles_top.white=Jefe blanco dentado +item.banner.triangles_top.yellow=Jefe amarillo dentado +item.banner.white.name=Estandarte blanco +item.banner.yellow.name=Estandarte amarillo +item.bed.name=Cama +item.beefCooked.name=Filete +item.beefRaw.name=Filete crudo +item.blazePowder.name=Polvo de Blaze +item.blazeRod.name=Vara de Blaze +item.boat.name=Barca +item.bone.name=Hueso +item.book.name=Libro +item.bootsChain.name=Botas de cota de mallas +item.bootsCloth.name=Botas de cuero +item.bootsDiamond.name=Botas de diamante +item.bootsGold.name=Botas de oro +item.bootsIron.name=Botas de hierro +item.bow.name=Arco +item.bowl.name=Cuenco +item.bread.name=Pan +item.brewingStand.name=Soporte para pociones +item.brick.name=Ladrillo +item.bucket.name=Cubo +item.bucketLava.name=Cubo con lava +item.bucketWater.name=Cubo con agua +item.cake.name=Tarta +item.canBreak=Puede romper: +item.canPlace=Puede colocarse sobre: +item.carrotGolden.name=Zanahoria dorada +item.carrotOnAStick.name=Caña con zanahoria +item.carrots.name=Zanahoria +item.cauldron.name=Caldero +item.charcoal.name=Carbón vegetal +item.chestplateChain.name=Peto de cota de mallas +item.chestplateCloth.name=Túnica de cuero +item.chestplateDiamond.name=Peto de diamante +item.chestplateGold.name=Peto de oro +item.chestplateIron.name=Peto de hierro +item.chickenCooked.name=Pollo cocinado +item.chickenRaw.name=Pollo crudo +item.clay.name=Arcilla +item.clock.name=Reloj +item.coal.name=Carbón +item.comparator.name=Comparador de redstone +item.compass.name=Brújula +item.cookie.name=Galleta +item.diamond.name=Diamante +item.diode.name=Repetidor de redstone +item.doorAcacia.name=Puerta de madera de acacia +item.doorBirch.name=Puerta de madera de abedul +item.doorDarkOak.name=Puerta de madera de roble oscuro +item.doorIron.name=Puerta de hierro +item.doorJungle.name=Puerta de madera de jungla +item.doorOak.name=Puerta de madera de roble +item.doorSpruce.name=Puerta de madera de abeto +item.dyePowder.black.name=Saco de tinta +item.dyePowder.blue.name=Lapislázuli +item.dyePowder.brown.name=Semillas de cacao +item.dyePowder.cyan.name=Tinte cian +item.dyePowder.gray.name=Tinte gris +item.dyePowder.green.name=Tinte verde +item.dyePowder.lightBlue.name=Tinte azul claro +item.dyePowder.lime.name=Tinte verde lima +item.dyePowder.magenta.name=Tinte magenta +item.dyePowder.orange.name=Tinte naranja +item.dyePowder.pink.name=Tinte rosa +item.dyePowder.purple.name=Tinte morado +item.dyePowder.red.name=Tinte rojo +item.dyePowder.silver.name=Tinte gris claro +item.dyePowder.white.name=Polvo de hueso +item.dyePowder.yellow.name=Tinte amarillo +item.dyed=Tintado +item.egg.name=Huevo +item.emerald.name=Esmeralda +item.emptyMap.name=Mapa en blanco +item.emptyPotion.name=Frasco con agua +item.enchantedBook.name=Libro encantado +item.enderPearl.name=Perla de Enderman +item.expBottle.name=Frasco con experiencia +item.eyeOfEnder.name=Ojo de Enderman +item.feather.name=Pluma +item.fermentedSpiderEye.name=Ojo de araña fermentado +item.fireball.name=Carga ígnea +item.fireworks.flight=Duración del vuelo: +item.fireworks.name=Cohete de fuegos artificiales +item.fireworksCharge.black=Negro +item.fireworksCharge.blue=Azul +item.fireworksCharge.brown=Marrón +item.fireworksCharge.customColor=Personalizado +item.fireworksCharge.cyan=Cian +item.fireworksCharge.fadeTo=Cambia a color +item.fireworksCharge.flicker=Centelleo +item.fireworksCharge.gray=Gris +item.fireworksCharge.green=Verde +item.fireworksCharge.lightBlue=Azul claro +item.fireworksCharge.lime=Verde lima +item.fireworksCharge.magenta=Magenta +item.fireworksCharge.name=Estrella de fuegos artificiales +item.fireworksCharge.orange=Naranja +item.fireworksCharge.pink=Rosa +item.fireworksCharge.purple=Morado +item.fireworksCharge.red=Rojo +item.fireworksCharge.silver=Gris claro +item.fireworksCharge.trail=Rastro +item.fireworksCharge.type=Forma desconocida +item.fireworksCharge.type.0=Bola pequeña +item.fireworksCharge.type.1=Bola grande +item.fireworksCharge.type.2=Con forma de estrella +item.fireworksCharge.type.3=Con forma de creeper +item.fireworksCharge.type.4=Estallido +item.fireworksCharge.white=Blanco +item.fireworksCharge.yellow=Amarillo +item.fish.clownfish.raw.name=Pez payaso +item.fish.cod.cooked.name=Pescado cocinado +item.fish.cod.raw.name=Pescado crudo +item.fish.pufferfish.raw.name=Pez globo +item.fish.salmon.cooked.name=Salmón cocinado +item.fish.salmon.raw.name=Salmón crudo +item.fishingRod.name=Caña de pescar +item.flint.name=Pedernal +item.flintAndSteel.name=Mechero +item.flowerPot.name=Maceta +item.frame.name=Marco +item.ghastTear.name=Lágrima de Ghast +item.glassBottle.name=Frasco de cristal +item.goldNugget.name=Pepita de oro +item.hatchetDiamond.name=Hacha de diamante +item.hatchetGold.name=Hacha de oro +item.hatchetIron.name=Hacha de hierro +item.hatchetStone.name=Hacha de piedra +item.hatchetWood.name=Hacha de madera +item.helmetChain.name=Casco de cota de mallas +item.helmetCloth.name=Sombrero de cuero +item.helmetDiamond.name=Casco de diamante +item.helmetGold.name=Casco de oro +item.helmetIron.name=Casco de hierro +item.hoeDiamond.name=Azada de diamante +item.hoeGold.name=Azada de oro +item.hoeIron.name=Azada de hierro +item.hoeStone.name=Azada de piedra +item.hoeWood.name=Azada de madera +item.horsearmordiamond.name=Armadura de diamante para caballo +item.horsearmorgold.name=Armadura de oro para caballo +item.horsearmormetal.name=Armadura de hierro para caballo +item.ingotGold.name=Lingote de oro +item.ingotIron.name=Lingote de hierro +item.leash.name=Rienda +item.leather.name=Cuero +item.leaves.name=Hojas +item.leggingsChain.name=Grebas de cota de mallas +item.leggingsCloth.name=Pantalones de cuero +item.leggingsDiamond.name=Grebas de diamante +item.leggingsGold.name=Grebas de oro +item.leggingsIron.name=Grebas de hierro +item.magmaCream.name=Crema de magma +item.map.name=Mapa +item.melon.name=Sandía +item.milk.name=Leche +item.minecart.name=Vagoneta +item.minecartChest.name=Vagoneta con cofre +item.minecartCommandBlock.name=Vagoneta con bloque de comandos +item.minecartFurnace.name=Vagoneta con horno +item.minecartHopper.name=Vagoneta con tolva +item.minecartTnt.name=Vagoneta con dinamita +item.monsterPlacer.name=Generar +item.mushroomStew.name=Estofado de champiñones +item.muttonCooked.name=Cordero cocinado +item.muttonRaw.name=Cordero crudo +item.nameTag.name=Etiqueta +item.netherStalkSeeds.name=Verruga infernal +item.netherStar.name=Estrella del Inframundo +item.netherbrick.name=Infradrillo +item.netherquartz.name=Cuarzo +item.painting.name=Cuadro +item.paper.name=Papel +item.pickaxeDiamond.name=Pico de diamante +item.pickaxeGold.name=Pico de oro +item.pickaxeIron.name=Pico de hierro +item.pickaxeStone.name=Pico de piedra +item.pickaxeWood.name=Pico de madera +item.porkchopCooked.name=Chuleta de cerdo cocinada +item.porkchopRaw.name=Chuleta de cerdo cruda +item.potato.name=Patata +item.potatoBaked.name=Patata cocida +item.potatoPoisonous.name=Patata venenosa +item.potion.name=Poción +item.prismarineCrystals.name=Cristales de prismarina +item.prismarineShard.name=Fragmento de prismarina +item.pumpkinPie.name=Tarta de calabaza +item.rabbitCooked.name=Conejo cocinado +item.rabbitFoot.name=Pata de conejo +item.rabbitHide.name=Piel de conejo +item.rabbitRaw.name=Conejo crudo +item.rabbitStew.name=Estofado de conejo +item.record.11.desc=C418 - 11 +item.record.13.desc=C418 - 13 +item.record.blocks.desc=C418 - blocks +item.record.cat.desc=C418 - cat +item.record.chirp.desc=C418 - chirp +item.record.far.desc=C418 - far +item.record.mall.desc=C418 - mall +item.record.mellohi.desc=C418 - mellohi +item.record.name=Disco de música +item.record.stal.desc=C418 - stal +item.record.strad.desc=C418 - strad +item.record.wait.desc=C418 - wait +item.record.ward.desc=C418 - ward +item.redstone.name=Redstone +item.reeds.name=Caña de azúcar +item.rottenFlesh.name=Carne podrida +item.ruby.name=Rubí +item.saddle.name=Montura +item.seeds.name=Semillas +item.seeds_melon.name=Semillas de sandía +item.seeds_pumpkin.name=Semillas de calabaza +item.shears.name=Tijeras +item.shovelDiamond.name=Pala de diamante +item.shovelGold.name=Pala de oro +item.shovelIron.name=Pala de hierro +item.shovelStone.name=Pala de piedra +item.shovelWood.name=Pala de madera +item.sign.name=Cartel +item.skull.char.name=Cabeza +item.skull.creeper.name=Cabeza de Creeper +item.skull.player.name=Cabeza de %s +item.skull.skeleton.name=Calavera de Esqueleto +item.skull.wither.name=Calavera de esqueleto Wither +item.skull.zombie.name=Cabeza de Zombi +item.slimeball.name=Bola de Slime +item.snowball.name=Bola de nieve +item.speckledMelon.name=Sandía reluciente +item.spiderEye.name=Ojo de araña +item.stick.name=Palo +item.string.name=Hilo +item.sugar.name=Azúcar +item.sulphur.name=Pólvora +item.swordDiamond.name=Espada de diamante +item.swordGold.name=Espada de oro +item.swordIron.name=Espada de hierro +item.swordStone.name=Espada de piedra +item.swordWood.name=Espada de madera +item.unbreakable=Irrompible +item.wheat.name=Trigo +item.writingBook.name=Libro y pluma +item.writtenBook.name=Libro escrito +item.yellowDust.name=Polvo de piedra luminosa +itemGroup.brewing=Pociones +itemGroup.buildingBlocks=Bloques de construcción +itemGroup.combat=Combate +itemGroup.decorations=Bloques de decoración +itemGroup.food=Alimentación +itemGroup.inventory=Inventario de supervivencia +itemGroup.materials=Materiales +itemGroup.misc=Objetos varios +itemGroup.redstone=Circuitos de redstone +itemGroup.search=Búsqueda +itemGroup.tools=Herramientas +itemGroup.transportation=Transporte +key.attack=Atacar/Destruir +key.back=Caminar hacia atrás +key.categories.gameplay=Juego +key.categories.inventory=Inventario +key.categories.misc=Varios +key.categories.movement=Movimiento +key.categories.multiplayer=Multijugador +key.categories.stream=Retransmisión +key.categories.ui=Interfaz del juego +key.chat=Abrir chat +key.command=Abrir comando en chat +key.drop=Soltar objeto +key.forward=Caminar hacia delante +key.fullscreen=Pantalla completa +key.hotbar.1=Acceso rápido 1 +key.hotbar.2=Acceso rápido 2 +key.hotbar.3=Acceso rápido 3 +key.hotbar.4=Acceso rápido 4 +key.hotbar.5=Acceso rápido 5 +key.hotbar.6=Acceso rápido 6 +key.hotbar.7=Acceso rápido 7 +key.hotbar.8=Acceso rápido 8 +key.hotbar.9=Acceso rápido 9 +key.inventory=Inventario +key.jump=Saltar +key.left=Caminar hacia la izquierda +key.mouseButton=Botón %1$s +key.pickItem=Copiar bloque +key.playerlist=Lista de jugadores +key.right=Caminar hacia la derecha +key.screenshot=Hacer captura de pantalla +key.smoothCamera=Cambiar a cámara cinemática +key.sneak=Agacharse +key.spectatorOutlines=Destacar jugadores (espectadores) +key.sprint=Correr +key.streamCommercial=Mostrar anuncios +key.streamPauseUnpause=Pausar/Reanudar retransmisión +key.streamStartStop=Iniciar/Detener retransmisión +key.streamToggleMic=Activar/Desactivar micrófono +key.togglePerspective=Cambiar cámara +key.use=Interactuar/Colocar bloque +lanServer.otherPlayers=Ajustes para otros jugadores +lanServer.scanning=Buscando partidas en tu red local +lanServer.start=Iniciar un mundo en LAN +lanServer.title=Mundo en LAN +language.code=es_ES +language.name=Español +language.region=España +mcoServer.title=Mundo de Minecraft online +menu.convertingLevel=Convirtiendo mundo +menu.disconnect=Desconectarse +menu.game=Menú del juego +menu.generatingLevel=Generando el mundo +menu.generatingTerrain=Generando terreno +menu.loadingLevel=Cargando mundo +menu.multiplayer=Multijugador +menu.online=Minecraft Realms +menu.options=Opciones... +menu.playdemo=Jugar mundo de demostración +menu.quit=Cerrar Minecraft +menu.resetdemo=Reiniciar mundo de demostración +menu.respawning=Reapareciendo +menu.returnToGame=Volver al juego +menu.returnToMenu=Guardar y salir al menú principal +menu.shareToLan=Abrir en LAN +menu.simulating=Simulando el mundo por un momento +menu.singleplayer=Un jugador +menu.switchingLevel=Cambiando mundos +merchant.deprecated=¡Comercia otra cosa para desbloquear! +mount.onboard=Pulsa %1$s para bajarte +multiplayer.connect=Conectar +multiplayer.downloadingStats=Descargando estadísticas y logros... +multiplayer.downloadingTerrain=Descargando el terreno +multiplayer.info1=El modo multijugador de Minecraft no está acabado aún, +multiplayer.info2=aún contiene errores que estamos intentando solucionar. +multiplayer.ipinfo=Introduce la IP de un servidor para conectarte a él: +multiplayer.player.joined=%s se ha unido a la partida +multiplayer.player.joined.renamed=%s (antes conocido como %s) se ha unido a la partida +multiplayer.player.left=%s ha abandonado la partida +multiplayer.stopSleeping=Levantarse +multiplayer.texturePrompt.line1=Este servidor recomienda el uso de un paquete de recursos personalizado. +multiplayer.texturePrompt.line2=¿Quieres descargarlo e instalarlo automágicamente? +multiplayer.title=Jugar en modo multijugador +options.advancedButton=Ajustes de vídeo avanzados... +options.advancedOpengl=OpenGL avanzado +options.advancedVideoTitle=Ajustes de vídeo avanzados +options.anaglyph=Visión en 3D +options.ao=Iluminación suave +options.ao.max=Máximo +options.ao.min=Mínimo +options.ao.off=NO +options.blockAlternatives=Bloques alternos +options.chat.color=Colores +options.chat.height.focused=Altura enfocada +options.chat.height.unfocused=Altura desenfocada +options.chat.links=Enlaces web +options.chat.links.prompt=Avisar al abrir +options.chat.opacity=Opacidad +options.chat.scale=Escala +options.chat.title=Ajustes de chat... +options.chat.visibility=Chat +options.chat.visibility.full=Visible +options.chat.visibility.hidden=Oculto +options.chat.visibility.system=Solo comandos +options.chat.width=Ancho +options.controls=Controles... +options.customizeTitle=Personalizar los ajustes del mundo +options.difficulty=Dificultad +options.difficulty.easy=Fácil +options.difficulty.hard=Difícil +options.difficulty.hardcore=Extremo +options.difficulty.normal=Normal +options.difficulty.peaceful=Pacífico +options.farWarning1=Se recomienda la instalación de Java de 64 bits +options.farWarning2=para el renderizado "Lejano" (tú tienes la versión de 32 bits) +options.fboEnable=Activar FBOs +options.forceUnicodeFont=Fuente unicode +options.fov=Campo de visión +options.fov.max=Quake Pro +options.fov.min=Normal +options.framerateLimit=Máximos FPS +options.framerateLimit.max=Sin límite +options.fullscreen=Pantalla completa +options.gamma=Brillo +options.gamma.max=Claro +options.gamma.min=Oscuro +options.graphics=Gráficos +options.graphics.fancy=Detallado +options.graphics.fast=Rápido +options.guiScale=Interfaz +options.guiScale.auto=Automática +options.guiScale.large=Grande +options.guiScale.normal=Normal +options.guiScale.small=Pequeña +options.hidden=Oculto +options.invertMouse=Invertir ratón +options.language=Idioma... +options.languageWarning=Algunas traducciones pueden contener errores +options.mipmapLevels=Nivel de suavizado +options.modelPart.cape=Capa +options.modelPart.hat=Sombrero +options.modelPart.jacket=Chaqueta +options.modelPart.left_pants_leg=Pierna izquierda +options.modelPart.left_sleeve=Manga izquierda +options.modelPart.right_pants_leg=Pierna derecha +options.modelPart.right_sleeve=Manga derecha +options.multiplayer.title=Ajustes de multijugador... +options.music=Música +options.off=NO +options.on=Sà +options.particles=Partículas +options.particles.all=Todas +options.particles.decreased=Reducidas +options.particles.minimal=Mínimas +options.performanceButton=Ajustes de rendimiento de vídeo... +options.performanceVideoTitle=Ajustes de rendimiento de vídeo +options.postButton=Ajustes del postprocesamiento... +options.postProcessEnable=Activar posprocesamiento +options.postVideoTitle=Ajustes del postprocesamiento +options.qualityButton=Ajustes de calidad de vídeo... +options.qualityVideoTitle=Ajustes de calidad de vídeo +options.reducedDebugInfo=Reducir información de F3 +options.renderClouds=Nubes +options.renderDistance=Renderizado +options.renderDistance.far=Lejano +options.renderDistance.normal=Normal +options.renderDistance.short=Corto +options.renderDistance.tiny=Mínimo +options.resourcepack=Paquetes de recursos... +options.saturation=Saturación +options.sensitivity=Sensibilidad +options.sensitivity.max=¡¡HIPERRÃPIDO!! +options.sensitivity.min=*leeento* +options.skinCustomisation=Personalizar el aspecto... +options.skinCustomisation.title=Personalizar el aspecto +options.snooper=Enviar informes +options.snooper.desc=Queremos recoger cierta información sobre tu equipo que ayudará a mejorar Minecraft, permitiéndonos averiguar donde están los mayores problemas y solucionarlos. Toda esta información recogida es totalmente anónima y se podrá ver a continuación. Te prometemos que no vamos a hacer un uso fraudulento con estos datos, pero si quieres puedes desactivar está opción, ¡como tú elijas! +options.snooper.title=Listado de especificaciones del equipo +options.snooper.view=Ajustes de informes... +options.sound=Sonido +options.sounds=Música y sonido... +options.sounds.title=Opciones de música y sonido +options.stream=Ajustes de retransmisión... +options.stream.bytesPerPixel=Calidad +options.stream.changes=Es necesario reiniciar la retransmisión para que los cambios sean efectuados. +options.stream.chat.enabled=Activar +options.stream.chat.enabled.always=Siempre +options.stream.chat.enabled.never=Nunca +options.stream.chat.enabled.streaming=En retransmisión +options.stream.chat.title=Ajustes del chat de Twitch +options.stream.chat.userFilter=Filtrar usuarios +options.stream.chat.userFilter.all=Todos +options.stream.chat.userFilter.mods=Moderadores +options.stream.chat.userFilter.subs=Suscriptores +options.stream.compression=Compresión +options.stream.compression.high=Alta +options.stream.compression.low=Baja +options.stream.compression.medium=Media +options.stream.estimation=Resolución estimada: %sx%s +options.stream.fps=Fotogramas +options.stream.ingest.reset=Reiniciar preferencias +options.stream.ingest.title=Lista de servidores para la retransmisión +options.stream.ingestSelection=Servidores de retransmisión +options.stream.kbps=Ancho de banda +options.stream.micToggleBehavior=Pulsar para +options.stream.micVolumne=Volumen del micro +options.stream.mic_toggle.mute=Silenciar +options.stream.mic_toggle.talk=Hablar +options.stream.sendMetadata=Enviar metadatos +options.stream.systemVolume=Volumen del sistema +options.stream.title=Ajustes de retransmisión en Twitch +options.title=Opciones +options.touchscreen=Pantalla táctil +options.vbo=Usar VBOs +options.video=Ajustes de vídeo... +options.videoTitle=Ajustes de vídeo +options.viewBobbing=Balanceo +options.visible=Visible +options.vsync=Usar VSync +potion.absorption=Absorción +potion.absorption.postfix=Poción de absorción +potion.blindness=Ceguera +potion.blindness.postfix=Poción de ceguera +potion.confusion=Náusea +potion.confusion.postfix=Poción de náuseas +potion.damageBoost=Fuerza +potion.damageBoost.postfix=Poción de fuerza +potion.digSlowDown=Fatiga al picar +potion.digSlowDown.postfix=Poción de aturdimiento +potion.digSpeed=Prisa +potion.digSpeed.postfix=Poción de prisa +potion.effects.whenDrank=Al aplicarse: +potion.empty=Sin efectos +potion.fireResistance=Cuerpo ignífugo +potion.fireResistance.postfix=Poción ignífuga +potion.harm=Daño instantáneo +potion.harm.postfix=Poción de daño +potion.heal=Curación instantánea +potion.heal.postfix=Poción de curación +potion.healthBoost=Recuperación +potion.healthBoost.postfix=Poción de recuperación +potion.hunger=Hambre +potion.hunger.postfix=Poción de hambre +potion.invisibility=Invisibilidad +potion.invisibility.postfix=Poción de invisibilidad +potion.jump=Salto elevado +potion.jump.postfix=Poción de salto +potion.moveSlowdown=Lentitud +potion.moveSlowdown.postfix=Poción de lentitud +potion.moveSpeed=Velocidad +potion.moveSpeed.postfix=Poción de rapidez +potion.nightVision=Visión nocturna +potion.nightVision.postfix=Poción de visión nocturna +potion.poison=Veneno +potion.poison.postfix=Poción de veneno +potion.potency.1=II +potion.potency.2=III +potion.potency.3=IV +potion.prefix.acrid=Acre +potion.prefix.artless=Cándida +potion.prefix.awkward=Rara +potion.prefix.bland=Sosa +potion.prefix.bulky=Voluminosa +potion.prefix.bungling=Torpe +potion.prefix.buttered=Grasienta +potion.prefix.charming=Encantadora +potion.prefix.clear=Clara +potion.prefix.cordial=Cordial +potion.prefix.dashing=Gallarda +potion.prefix.debonair=Cortés +potion.prefix.diffuse=Difusa +potion.prefix.elegant=Elegante +potion.prefix.fancy=Lujosa +potion.prefix.flat=Sin gas +potion.prefix.foul=Repugnante +potion.prefix.grenade=(Arrojadiza) +potion.prefix.gross=Recia +potion.prefix.harsh=Aspereza +potion.prefix.milky=Láctea +potion.prefix.mundane=Vulgar +potion.prefix.odorless=Inodora +potion.prefix.potent=Potente +potion.prefix.rank=Fétida +potion.prefix.refined=Refinada +potion.prefix.smooth=Suave +potion.prefix.sparkling=Chispeante +potion.prefix.stinky=Apestosa +potion.prefix.suave=Afable +potion.prefix.thick=Espesa +potion.prefix.thin=Fina +potion.prefix.uninteresting=Banal +potion.regeneration=Regeneración +potion.regeneration.postfix=Poción de regeneración +potion.resistance=Resistencia +potion.resistance.postfix=Poción de resistencia +potion.saturation=Saturación +potion.saturation.postfix=Poción de saturación +potion.waterBreathing=Respiración acuática +potion.waterBreathing.postfix=Poción de respiración acuática +potion.weakness=Debilidad +potion.weakness.postfix=Poción de debilidad +potion.wither=Wither +potion.wither.postfix=Poción de decadencia +record.nowPlaying=Estás escuchando: %s +resourcePack.available.title=Paquetes de recursos en carpeta +resourcePack.folderInfo=(Coloca los paquetes de recursos aquí) +resourcePack.openFolder=Abrir la carpeta +resourcePack.selected.title=Paquetes de recursos en uso +resourcePack.title=Selección de paquetes de recursos +screenshot.failure=No se ha guardado la captura de pantalla: %s +screenshot.success=Captura de pantalla guardada como %s +selectServer.add=Añadir servidor +selectServer.defaultName=Servidor de Minecraft +selectServer.delete=Eliminar +selectServer.deleteButton=Eliminar +selectServer.deleteQuestion=¿Seguro que quieres eliminar este servidor? +selectServer.deleteWarning=desaparecerá... ¡para siempre! (¡mucho tiempo!) +selectServer.direct=Conexión directa +selectServer.edit=Editar +selectServer.empty=Vacío +selectServer.hiddenAddress=(IP oculta) +selectServer.refresh=Actualizar +selectServer.select=Entrar al servidor +selectServer.title=Seleccionar servidor +selectWorld.allowCommands=Permitir trucos: +selectWorld.allowCommands.info=Comandos como /gamemode, /xp +selectWorld.bonusItems=Cofre de regalo: +selectWorld.cheats=Trucos +selectWorld.conversion=¡Debe ser convertido! +selectWorld.create=Crear un mundo nuevo +selectWorld.createDemo=Jugar un nuevo mundo de demostración +selectWorld.customizeType=Personalizar +selectWorld.delete=Eliminar +selectWorld.deleteButton=Eliminar +selectWorld.deleteQuestion=¿Seguro que quieres eliminar este mundo? +selectWorld.deleteWarning=desaparecerá... ¡para siempre! (¡mucho tiempo!) +selectWorld.empty=Vacío +selectWorld.enterName=Nombre del mundo +selectWorld.enterSeed=Semilla para el generador de mundos +selectWorld.gameMode=Modo +selectWorld.gameMode.adventure=aventura +selectWorld.gameMode.adventure.line1=Igual que el modo supervivencia, pero los bloques +selectWorld.gameMode.adventure.line2=no pueden ser colocados ni eliminados. +selectWorld.gameMode.creative=creativo +selectWorld.gameMode.creative.line1=Recursos ilimitados, vuelo libre y +selectWorld.gameMode.creative.line2=destruyes los bloques instantáneamente. +selectWorld.gameMode.hardcore=extremo +selectWorld.gameMode.hardcore.line1=Igual que el modo supervivencia, pero +selectWorld.gameMode.hardcore.line2=mucho más difícil y con una única vida. +selectWorld.gameMode.spectator=Espectador +selectWorld.gameMode.spectator.line1=Puedes mirar, pero no tocar +selectWorld.gameMode.survival=supervivencia +selectWorld.gameMode.survival.line1=Busca recursos, fabrica herramientas, +selectWorld.gameMode.survival.line2=sube niveles y aliméntate para no morir. +selectWorld.hardcoreMode=Extremo: +selectWorld.hardcoreMode.info=El mundo se borra al morir. +selectWorld.mapFeatures=Estructuras aleatorias: +selectWorld.mapFeatures.info=Aldeas, mazmorras, etc. +selectWorld.mapType=Mundo: +selectWorld.mapType.normal=Normal +selectWorld.moreWorldOptions=Más opciones del mundo... +selectWorld.newWorld=Mundo nuevo +selectWorld.newWorld.copyOf=Copia de %s +selectWorld.recreate=Rehacer +selectWorld.rename=Renombrar +selectWorld.renameButton=Renombrar +selectWorld.renameTitle=Renombrar el mundo +selectWorld.resultFolder=Se guardará en: +selectWorld.seedInfo=Déjalo en blanco para autogenerar una +selectWorld.select=Jugar al mundo seleccionado +selectWorld.title=Seleccionar mundo +selectWorld.world=Mundo +sign.edit=Editar mensaje del cartel +soundCategory.ambient=Ambiente/Entorno +soundCategory.block=Bloques +soundCategory.hostile=Criaturas hostiles +soundCategory.master=Volumen general +soundCategory.music=Música +soundCategory.neutral=Criaturas amigables +soundCategory.player=Jugadores +soundCategory.record=Bloques musicales +soundCategory.weather=Clima +stat.animalsBred=Animales criados +stat.blocksButton=Bloques +stat.boatOneCm=Distancia en barca +stat.breakItem=%1$s agotados +stat.climbOneCm=Distancia escalada +stat.craftItem=%1$s fabricados +stat.crafted=Veces fabricado +stat.createWorld=Mundos creados +stat.crouchOneCm=Distancia agachado +stat.damageDealt=Daño causado +stat.damageTaken=Daño recibido +stat.deaths=Número de muertes +stat.depleted=Veces agotado +stat.diveOneCm=Distancia buceada +stat.drop=Objetos tirados +stat.entityKilledBy=%s te ha matado %s veces +stat.entityKilledBy.none=Nunca te ha matado +stat.entityKills=Has matado %s %s(s) +stat.entityKills.none=Nunca has matado uno/a +stat.fallOneCm=Distancia caída +stat.fishCaught=Peces pescados +stat.flyOneCm=Distancia volada +stat.generalButton=General +stat.horseOneCm=Distancia a caballo +stat.itemsButton=Objetos +stat.joinMultiplayer=Sesiones multijugador +stat.jump=Saltos +stat.junkFished=Trastos pescados +stat.leaveGame=Partidas abandonadas +stat.loadWorld=Partidas cargadas +stat.mineBlock=%1$s picados +stat.minecartOneCm=Distancia en vagoneta +stat.mined=Veces picado +stat.mobKills=Criaturas asesinadas +stat.mobsButton=Criaturas +stat.pigOneCm=Distancia en cerdo +stat.playOneMinute=Minutos jugados +stat.playerKills=Jugadores asesinados +stat.sprintOneCm=Distancia corriendo +stat.startGame=Veces que has jugado +stat.swimOneCm=Distancia nadada +stat.talkedToVillager=Charlas con aldeanos +stat.timeSinceDeath=Tiempo desde la última muerte +stat.tradedWithVillager=Comercios con aldeanos +stat.treasureFished=Tesoros pescados +stat.useItem=%1$s usados +stat.used=Veces usado +stat.walkOneCm=Distancia caminada +stats.tooltip.type.achievement=Logro +stats.tooltip.type.statistic=Estadística +stream.confirm_start=¿Seguro que quieres iniciar una retransmisión? +stream.unavailable.account_not_bound=Antes de poder hacer una retransmisión con Twitch, necesitas vincular tu cuenta de usuario de Twitch en mojang.com. ¿Quieres hacerlo ahora? +stream.unavailable.account_not_bound.okay=Vincular cuentas +stream.unavailable.account_not_migrated=Antes de poder retransmitir Minecraft a través de Twitch, es necesario migrar tu cuenta de Minecraft a una cuenta de Mojang. ¿Quieres hacerlo ahora? +stream.unavailable.account_not_migrated.okay=Migrar cuenta +stream.unavailable.failed_auth=La conexión con Twitch ha fallado. Entra en mojang.com y asegúrate de vincular correctamente tu usuario de Twitch. +stream.unavailable.failed_auth.okay=Vincular cuentas +stream.unavailable.failed_auth_error=No se ha podido conectar con Twitch. Inténtalo de nuevo más tarde. +stream.unavailable.initialization_failure=No se ha podido iniciar Twitch SDK. +stream.unavailable.initialization_failure.extra=(Motivo: %s) +stream.unavailable.library_arch_mismatch=La versión de Java utilizada para ejecutar Minecraft es distinta a la que estás utilizando tú para iniciarlo. Por favor, asegúrate de que es la misma, 32-bit o 64-bit, para ambos. +stream.unavailable.library_failure=No se han podido cargar las bibliotecas necesarias para el servicio de retransmisión de Twitch integrado. +stream.unavailable.no_fbo=Tu tarjeta gráfica tiene que ser compatible al menos con OpenGL 3.0 o soportar entidades de framebuffer para usar la herramienta de retransmisión de Twitch. +stream.unavailable.no_fbo.arb=El soporte de Framebuffer object a través de ARB es: %s +stream.unavailable.no_fbo.blend=El soporte de mezcla separada a través de EXT es: %s +stream.unavailable.no_fbo.ext=El soporte de Framebuffer object a través de EXT es: %s +stream.unavailable.no_fbo.version=Actualmente usas: %s +stream.unavailable.not_supported.mac=Lamentablemente la retransmisión integrada de Twitch requiere como mínimo OSX 10.7 (Mac OS X Lion) o posterior. ¿Quieres visitar apple.com para saber más acerca de la actualización? +stream.unavailable.not_supported.mac.okay=Actualizar +stream.unavailable.not_supported.other=Lamentablemente la retransmisión integrada de Twitch requiere Windows (Vista o posterior) o Mac OS X (10.7/Lion o posterior) +stream.unavailable.not_supported.windows=Lamentablemente la retransmisión integrada de Twitch requiere una versión de Windows más nueva que la que tienes. Tienes que usar Windows Vista o posterior. +stream.unavailable.report_to_mojang=Informar a Mojang +stream.unavailable.soundflower.chat=Necesitas Soundflower para poder retransmitir en Mac. %s +stream.unavailable.soundflower.chat.link=Haz clic aquí para instalarlo. +stream.unavailable.title=Retransmisión por Twitch no disponible +stream.unavailable.unknown=Lamentablemente no puedes retransmitir en Twitch actualmente. Y no sabemos el porqué :'( +stream.unavailable.unknown.chat=No se ha podido iniciar la retransmisión: %s +stream.user.mode.administrator=Administrador de Twitch +stream.user.mode.banned=Desadmitido +stream.user.mode.banned.other=Desadmitido en el canal de %s +stream.user.mode.banned.self=Desadmitido en tu canal +stream.user.mode.broadcaster=Locutor +stream.user.mode.broadcaster.other=Locutor +stream.user.mode.broadcaster.self=Locutor (¡tú!) +stream.user.mode.moderator=Moderador +stream.user.mode.moderator.other=Moderador en el canal de %s +stream.user.mode.moderator.self=Moderador en tu canal +stream.user.mode.staff=Personal de Twitch +stream.user.subscription.subscriber=Suscriptor +stream.user.subscription.subscriber.other=Suscriptor del canal de %s +stream.user.subscription.subscriber.self=Suscriptor de tu canal +stream.user.subscription.turbo=Twitch turbo +stream.userinfo.ban=Desadmitir +stream.userinfo.chatTooltip=Haz clic para administrar usuario +stream.userinfo.mod=Hacer moderador +stream.userinfo.timeout=Tiempo de espera +stream.userinfo.unban=Readmitir +stream.userinfo.unmod=Quitar privilegios de moderador +tile.acaciaFence.name=Valla de madera de acacia +tile.acaciaFenceGate.name=Puerta de valla de madera de acacia +tile.activatorRail.name=Raíl activador +tile.anvil.intact.name=Yunque +tile.anvil.name=Yunque +tile.anvil.slightlyDamaged.name=Yunque ligeramente dañado +tile.anvil.veryDamaged.name=Yunque muy dañado +tile.barrier.name=Barrera +tile.beacon.name=Faro +tile.beacon.primary=Poder principal +tile.beacon.secondary=Poder secundario +tile.bed.name=Cama +tile.bed.noSleep=Solo puedes dormir por la noche +tile.bed.notSafe=No puedes acostarte ahora, hay monstruos cerca +tile.bed.notValid=Tu cama ya no está o se encuentra obstruida +tile.bed.occupied=Esta cama está ocupada +tile.bedrock.name=Piedra base +tile.birchFence.name=Valla de madera de abedul +tile.birchFenceGate.name=Puerta de valla de madera de abedul +tile.blockCoal.name=Bloque de carbón +tile.blockDiamond.name=Bloque de diamante +tile.blockEmerald.name=Bloque de esmeralda +tile.blockGold.name=Bloque de oro +tile.blockIron.name=Bloque de hierro +tile.blockLapis.name=Bloque de lapislázuli +tile.blockRedstone.name=Bloque de redstone +tile.bookshelf.name=Librería +tile.brick.name=Ladrillos +tile.button.name=Botón +tile.cactus.name=Cactus +tile.cake.name=Tarta +tile.carrots.name=Zanahorias +tile.cauldron.name=Caldero +tile.chest.name=Cofre +tile.chestTrap.name=Cofre trampa +tile.clay.name=Bloque de arcilla +tile.clayHardened.name=Arcilla endurecida +tile.clayHardenedStained.black.name=Arcilla tintada de negro +tile.clayHardenedStained.blue.name=Arcilla tintada de azul +tile.clayHardenedStained.brown.name=Arcilla tintada de marrón +tile.clayHardenedStained.cyan.name=Arcilla tintada de cian +tile.clayHardenedStained.gray.name=Arcilla tintada de gris +tile.clayHardenedStained.green.name=Arcilla tintada de verde +tile.clayHardenedStained.lightBlue.name=Arcilla tintada de azul claro +tile.clayHardenedStained.lime.name=Arcilla tintada de verde lima +tile.clayHardenedStained.magenta.name=Arcilla tintada de magenta +tile.clayHardenedStained.name=Arcilla tintada +tile.clayHardenedStained.orange.name=Arcilla tintada de naranja +tile.clayHardenedStained.pink.name=Arcilla tintada de rosa +tile.clayHardenedStained.purple.name=Arcilla tintada de morado +tile.clayHardenedStained.red.name=Arcilla tintada de rojo +tile.clayHardenedStained.silver.name=Arcilla tintada de gris claro +tile.clayHardenedStained.white.name=Arcilla tintada de blanco +tile.clayHardenedStained.yellow.name=Arcilla tintada de amarillo +tile.cloth.black.name=Lana negra +tile.cloth.blue.name=Lana azul +tile.cloth.brown.name=Lana marrón +tile.cloth.cyan.name=Lana cian +tile.cloth.gray.name=Lana gris +tile.cloth.green.name=Lana verde +tile.cloth.lightBlue.name=Lana azul claro +tile.cloth.lime.name=Lana verde lima +tile.cloth.magenta.name=Lana magenta +tile.cloth.name=Lana +tile.cloth.orange.name=Lana naranja +tile.cloth.pink.name=Lana rosa +tile.cloth.purple.name=Lana morada +tile.cloth.red.name=Lana roja +tile.cloth.silver.name=Lana gris claro +tile.cloth.white.name=Lana +tile.cloth.yellow.name=Lana amarilla +tile.cobbleWall.mossy.name=Muro de roca musgosa +tile.cobbleWall.normal.name=Muro de roca +tile.cocoa.name=Cacao +tile.commandBlock.name=Bloque de comandos +tile.crops.name=Tierra de cultivo +tile.darkOakFence.name=Valla de madera de roble oscuro +tile.darkOakFenceGate.name=Puerta de valla de madera de roble oscuro +tile.daylightDetector.name=Sensor de luz solar +tile.deadbush.name=Arbusto muerto +tile.detectorRail.name=Raíl detector +tile.dirt.coarse.name=Tierra basta +tile.dirt.default.name=Tierra +tile.dirt.name=Tierra +tile.dirt.podzol.name=Podsol +tile.dispenser.name=Dispensador +tile.doorIron.name=Puerta de hierro +tile.doorWood.name=Puerta de madera +tile.doublePlant.fern.name=Helecho grande +tile.doublePlant.grass.name=Hierba alta +tile.doublePlant.name=Planta +tile.doublePlant.paeonia.name=Peonía +tile.doublePlant.rose.name=Rosal +tile.doublePlant.sunflower.name=Girasol +tile.doublePlant.syringa.name=Lila +tile.dragonEgg.name=Huevo de dragón +tile.dropper.name=Soltador +tile.enchantmentTable.name=Mesa de encantamientos +tile.endPortalFrame.name=Marco del portal del Fin +tile.enderChest.name=Cofre de Enderman +tile.farmland.name=Tierra de cultivo +tile.fence.name=Valla de madera de roble +tile.fenceGate.name=Puerta de valla de madera de roble +tile.fenceIron.name=Barrotes +tile.fire.name=Fuego +tile.flower1.dandelion.name=Diente de león +tile.flower1.name=Flor +tile.flower2.allium.name=Allium +tile.flower2.blueOrchid.name=Orquídea azul +tile.flower2.houstonia.name=Azure bluet +tile.flower2.name=Flor +tile.flower2.oxeyeDaisy.name=Margarita +tile.flower2.poppy.name=Amapola +tile.flower2.tulipOrange.name=Tulipán naranja +tile.flower2.tulipPink.name=Tulipán rosa +tile.flower2.tulipRed.name=Tulipán rojo +tile.flower2.tulipWhite.name=Tulipán blanco +tile.furnace.name=Horno +tile.glass.name=Cristal +tile.goldenRail.name=Raíl propulsor +tile.grass.name=Césped +tile.gravel.name=Grava +tile.hayBlock.name=Bala de heno +tile.hellrock.name=Infiedra +tile.hellsand.name=Arena de almas +tile.hopper.name=Tolva +tile.ice.name=Hielo +tile.icePacked.name=Hielo compacto +tile.ironTrapdoor.name=Trampilla de hierro +tile.jukebox.name=Tocadiscos +tile.jungleFence.name=Valla de madera de jungla +tile.jungleFenceGate.name=Puerta de valla de madera de jungla +tile.ladder.name=Escalera de mano +tile.lava.name=Lava +tile.leaves.acacia.name=Hojas de acacia +tile.leaves.big_oak.name=Hojas de roble oscuro +tile.leaves.birch.name=Hojas de abedul +tile.leaves.jungle.name=Hojas de jungla +tile.leaves.name=Hojas +tile.leaves.oak.name=Hojas de roble +tile.leaves.spruce.name=Hojas de abeto +tile.lever.name=Palanca +tile.lightgem.name=Piedra luminosa +tile.litpumpkin.name=Calabaza iluminada +tile.lockedchest.name=Cofre cerrado +tile.log.acacia.name=Tronco de acacia +tile.log.big_oak.name=Tronco de roble oscuro +tile.log.birch.name=Tronco de abedul +tile.log.jungle.name=Tronco de jungla +tile.log.name=Tronco +tile.log.oak.name=Tronco de roble +tile.log.spruce.name=Tronco de abeto +tile.melon.name=Sandía +tile.mobSpawner.name=Generador de criaturas +tile.monsterStoneEgg.brick.name=Ladrillos de piedra con lepisma +tile.monsterStoneEgg.chiseledbrick.name=Ladrillos de piedra cincelados con lepisma +tile.monsterStoneEgg.cobble.name=Roca con lepisma +tile.monsterStoneEgg.crackedbrick.name=Ladrillos de piedra agrietados con lepisma +tile.monsterStoneEgg.mossybrick.name=Ladrillos de piedra musgosa con lepisma +tile.monsterStoneEgg.name=Piedra con lepisma +tile.monsterStoneEgg.stone.name=Piedra con lepisma +tile.mushroom.name=Champiñón +tile.musicBlock.name=Bloque musical +tile.mycel.name=Micelio +tile.netherBrick.name=Infradrillos +tile.netherFence.name=Valla de infradrillos +tile.netherStalk.name=Verruga infernal +tile.netherquartz.name=Mena de cuarzo +tile.notGate.name=Antorcha de redstone +tile.obsidian.name=Obsidiana +tile.oreCoal.name=Mena de carbón +tile.oreDiamond.name=Mena de diamante +tile.oreEmerald.name=Mena de esmeralda +tile.oreGold.name=Mena de oro +tile.oreIron.name=Mena de hierro +tile.oreLapis.name=Mena de lapislázuli +tile.oreRedstone.name=Mena de redstone +tile.oreRuby.name=Mena de rubí +tile.pistonBase.name=Pistón +tile.pistonStickyBase.name=Pistón pegajoso +tile.portal.name=Portal +tile.potatoes.name=Patatas +tile.pressurePlateStone.name=Placa de presión de piedra +tile.pressurePlateWood.name=Placa de presión de madera +tile.prismarine.bricks.name=Ladrillos de prismarina +tile.prismarine.dark.name=Prismarina oscura +tile.prismarine.rough.name=Prismarina +tile.pumpkin.name=Calabaza +tile.quartzBlock.chiseled.name=Bloque de cuarzo cincelado +tile.quartzBlock.default.name=Bloque de cuarzo +tile.quartzBlock.lines.name=Pilar de cuarzo +tile.quartzBlock.name=Bloque de cuarzo +tile.rail.name=Raíl +tile.redSandStone.chiseled.name=Arenisca roja cincelada +tile.redSandStone.default.name=Arenisca roja +tile.redSandStone.name=Arenisca roja +tile.redSandStone.smooth.name=Arenisca roja lisa +tile.redstoneDust.name=Polvo de redstone +tile.redstoneLight.name=Lámpara de redstone +tile.reeds.name=Caña de azúcar +tile.sand.default.name=Arena +tile.sand.name=Arena +tile.sand.red.name=Arena roja +tile.sandStone.chiseled.name=Arenisca cincelada +tile.sandStone.default.name=Arenisca +tile.sandStone.name=Arenisca +tile.sandStone.smooth.name=Arenisca lisa +tile.sapling.acacia.name=Brote de acacia +tile.sapling.big_oak.name=Brote de roble oscuro +tile.sapling.birch.name=Brote de abedul +tile.sapling.jungle.name=Brote de árbol de jungla +tile.sapling.oak.name=Brote de roble +tile.sapling.spruce.name=Brote de abeto +tile.seaLantern.name=Linterna del mar +tile.sign.name=Cartel +tile.slime.name=Bloque de Slime +tile.snow.name=Nieve +tile.sponge.dry.name=Esponja +tile.sponge.wet.name=Esponja mojada +tile.spruceFence.name=Valla de madera de abeto +tile.spruceFenceGate.name=Puerta de valla de madera de abeto +tile.stainedGlass.black.name=Cristal tintado de negro +tile.stainedGlass.blue.name=Cristal tintado de azul +tile.stainedGlass.brown.name=Cristal tintado de marrón +tile.stainedGlass.cyan.name=Cristal tintado de cian +tile.stainedGlass.gray.name=Cristal tintado de gris +tile.stainedGlass.green.name=Cristal tintado de verde +tile.stainedGlass.lightBlue.name=Cristal tintado de azul claro +tile.stainedGlass.lime.name=Cristal tintado de verde lima +tile.stainedGlass.magenta.name=Cristal tintado de magenta +tile.stainedGlass.name=Cristal tintado +tile.stainedGlass.orange.name=Cristal tintado de naranja +tile.stainedGlass.pink.name=Cristal tintado de rosa +tile.stainedGlass.purple.name=Cristal tintado de morado +tile.stainedGlass.red.name=Cristal tintado de rojo +tile.stainedGlass.silver.name=Cristal tintado de gris claro +tile.stainedGlass.white.name=Cristal tintado de blanco +tile.stainedGlass.yellow.name=Cristal tintado de amarillo +tile.stairsBrick.name=Escaleras de ladrillos +tile.stairsNetherBrick.name=Escaleras de infradrillos +tile.stairsQuartz.name=Escaleras de cuarzo +tile.stairsRedSandStone.name=Escaleras de arenisca roja +tile.stairsSandStone.name=Escaleras de arenisca +tile.stairsStone.name=Escaleras de piedra +tile.stairsStoneBrickSmooth.name=Escaleras de ladrillos de piedra +tile.stairsWood.name=Escaleras de madera de roble +tile.stairsWoodAcacia.name=Escaleras de madera de acacia +tile.stairsWoodBirch.name=Escaleras de madera de abedul +tile.stairsWoodDarkOak.name=Escaleras de madera de roble oscuro +tile.stairsWoodJungle.name=Escaleras de madera de jungla +tile.stairsWoodSpruce.name=Escaleras de madera de abeto +tile.stone.andesite.name=Andesita +tile.stone.andesiteSmooth.name=Andesita pulida +tile.stone.diorite.name=Diorita +tile.stone.dioriteSmooth.name=Diorita pulida +tile.stone.granite.name=Granito +tile.stone.graniteSmooth.name=Granito pulido +tile.stone.stone.name=Piedra +tile.stoneMoss.name=Roca musgosa +tile.stoneSlab.brick.name=Losa de ladrillos +tile.stoneSlab.cobble.name=Losa de roca +tile.stoneSlab.name=Losa de piedra +tile.stoneSlab.netherBrick.name=Losa de infradrillos +tile.stoneSlab.quartz.name=Losa de cuarzo +tile.stoneSlab.sand.name=Losa de arenisca +tile.stoneSlab.smoothStoneBrick.name=Losa de ladrillos de piedra +tile.stoneSlab.stone.name=Losa de piedra +tile.stoneSlab.wood.name=Losa de madera +tile.stoneSlab2.red_sandstone.name=Losa de arenisca roja +tile.stonebrick.name=Roca +tile.stonebricksmooth.chiseled.name=Ladrillos de piedra cincelados +tile.stonebricksmooth.cracked.name=Ladrillos de piedra agrietados +tile.stonebricksmooth.default.name=Ladrillos de piedra +tile.stonebricksmooth.mossy.name=Ladrillos de piedra musgosa +tile.stonebricksmooth.name=Ladrillos de piedra +tile.tallgrass.fern.name=Helecho +tile.tallgrass.grass.name=Hierba +tile.tallgrass.name=Hierba +tile.tallgrass.shrub.name=Arbusto +tile.thinGlass.name=Panel de cristal +tile.thinStainedGlass.black.name=Panel de cristal tintado de negro +tile.thinStainedGlass.blue.name=Panel de cristal tintado de azul +tile.thinStainedGlass.brown.name=Panel de cristal tintado de marrón +tile.thinStainedGlass.cyan.name=Panel de cristal tintado de cian +tile.thinStainedGlass.gray.name=Panel de cristal tintado de gris +tile.thinStainedGlass.green.name=Panel de cristal tintado de verde +tile.thinStainedGlass.lightBlue.name=Panel de cristal tintado de azul claro +tile.thinStainedGlass.lime.name=Panel de cristal tintado de verde lima +tile.thinStainedGlass.magenta.name=Panel de cristal tintado de magenta +tile.thinStainedGlass.name=Panel de cristal tintado +tile.thinStainedGlass.orange.name=Panel de cristal tintado de naranja +tile.thinStainedGlass.pink.name=Panel de cristal tintado de rosa +tile.thinStainedGlass.purple.name=Panel de cristal tintado de morado +tile.thinStainedGlass.red.name=Panel de cristal tintado de rojo +tile.thinStainedGlass.silver.name=Panel de cristal tintado de gris claro +tile.thinStainedGlass.white.name=Panel de cristal tintado de blanco +tile.thinStainedGlass.yellow.name=Panel de cristal tintado de amarillo +tile.tnt.name=Dinamita +tile.torch.name=Antorcha +tile.trapdoor.name=Trampilla de madera +tile.tripWire.name=Cuerda trampa +tile.tripWireSource.name=Gancho de cuerda +tile.vine.name=Enredadera +tile.water.name=Agua +tile.waterlily.name=Nenúfar +tile.web.name=Telaraña +tile.weightedPlate_heavy.name=Placa de presión por peso (pesada) +tile.weightedPlate_light.name=Placa de presión por peso (ligera) +tile.whiteStone.name=Piedra del Fin +tile.wood.acacia.name=Madera de acacia +tile.wood.big_oak.name=Madera de roble oscuro +tile.wood.birch.name=Madera de abedul +tile.wood.jungle.name=Madera de jungla +tile.wood.name=Madera +tile.wood.oak.name=Madera de roble +tile.wood.spruce.name=Madera de abeto +tile.woodSlab.acacia.name=Losa de madera de acacia +tile.woodSlab.big_oak.name=Losa de madera de roble oscuro +tile.woodSlab.birch.name=Losa de madera de abedul +tile.woodSlab.jungle.name=Losa de madera de jungla +tile.woodSlab.name=Losa de madera +tile.woodSlab.oak.name=Losa de madera de roble +tile.woodSlab.spruce.name=Losa de madera de abeto +tile.woolCarpet.black.name=Alfombra negra +tile.woolCarpet.blue.name=Alfombra azul +tile.woolCarpet.brown.name=Alfombra marrón +tile.woolCarpet.cyan.name=Alfombra cian +tile.woolCarpet.gray.name=Alfombra gris +tile.woolCarpet.green.name=Alfombra verde +tile.woolCarpet.lightBlue.name=Alfombra azul claro +tile.woolCarpet.lime.name=Alfombra verde lima +tile.woolCarpet.magenta.name=Alfombra magenta +tile.woolCarpet.name=Alfombra +tile.woolCarpet.orange.name=Alfombra naranja +tile.woolCarpet.pink.name=Alfombra rosa +tile.woolCarpet.purple.name=Alfombra morada +tile.woolCarpet.red.name=Alfombra roja +tile.woolCarpet.silver.name=Alfombra gris claro +tile.woolCarpet.white.name=Alfombra +tile.woolCarpet.yellow.name=Alfombra amarilla +tile.workbench.name=Mesa de trabajo +title.oldgl1=Tu tarjeta gráfica es antigua; esto puede impedirte jugar. +title.oldgl2=En un futuro será necesario tener OpenGL 2.0 para jugar. +translation.test.args=%s %s +translation.test.complex=Prefijo, %s%2$s otra vez %s y %1$s por ultimo %s ¡y también %1$s otra vez! +translation.test.escape=%%s %%%s %%%%s %%%%%s +translation.test.invalid=Hola % +translation.test.invalid2=Hola %s +translation.test.none=¡Hola, mundo! +translation.test.world=mundo diff --git a/javascript/lang/es_MX.lang b/javascript/lang/es_MX.lang new file mode 100755 index 00000000..fbec99e3 --- /dev/null +++ b/javascript/lang/es_MX.lang @@ -0,0 +1,2496 @@ +achievement.acquireIron=Manos de hierro +achievement.acquireIron.desc=Fundir un lingote de hierro +achievement.bakeCake=La Mentira +achievement.bakeCake.desc=¡Trigo, azúcar, leche y huevos! +achievement.blazeRod=Hacia el fuego +achievement.blazeRod.desc=Consigue una vara de Blaze +achievement.bookcase=Bibliotecario +achievement.bookcase.desc=Crea estantes de libros para mejorar una mesa de encantamientos +achievement.breedCow=Repoblación +achievement.breedCow.desc=Haz que dos vacas críen usando trigo +achievement.buildBetterPickaxe=Mejorando herramientas +achievement.buildBetterPickaxe.desc=Crea un pico mejor +achievement.buildFurnace=Recién hecho +achievement.buildFurnace.desc=Haz un horno con ocho bloques de piedra labrada +achievement.buildHoe=¡Hora de sembrar! +achievement.buildHoe.desc=Usa tablones y palos para hacer una azada +achievement.buildPickaxe=¡Hora de minar! +achievement.buildPickaxe.desc=Usa tablones y palos para hacer un pico +achievement.buildSword=¡Hora de pelear! +achievement.buildSword.desc=Usa tablones y palos para hacer una espada +achievement.buildWorkBench=Construyendo +achievement.buildWorkBench.desc=Haz una mesa de trabajo con cuatro tablones de madera +achievement.cookFish=Pescado delicioso +achievement.cookFish.desc=¡Pesca y cocina un pescado! +achievement.diamonds=¡DIAMANTES! +achievement.diamonds.desc=Adquiere diamantes con tus herramientas de hierro +achievement.diamondsToYou=¡Diamantes para ti! +achievement.diamondsToYou.desc=Lanza diamantes a otro jugador. +achievement.enchantments=Encantador +achievement.enchantments.desc=Usa un libro, obsidiana y diamantes para construir una mesa de encantamientos +achievement.exploreAllBiomes=Hora de aventura +achievement.exploreAllBiomes.desc=Descubre todos los biomas +achievement.flyPig=Cuando los Cerdos Vuelan +achievement.flyPig.desc=Montar un cerdo y caer con él a un precipicio +achievement.fullBeacon=Farolizador +achievement.fullBeacon.desc=Crea un faro que tenga el máximo poder +achievement.get=¡Logro obtenido! +achievement.ghast=Devolver al remitente +achievement.ghast.desc=Mata un Ghast con su propia bola de fuego +achievement.killCow=Un buen peletero +achievement.killCow.desc=Consigue un poco de cuero +achievement.killEnemy=Cazamonstruos +achievement.killEnemy.desc=Atacar y destruir un monstruo +achievement.killWither=El comienzo. +achievement.killWither.desc=Mata al Wither +achievement.makeBread=El que hambre tiene... +achievement.makeBread.desc=Convertir trigo en pan +achievement.mineWood=Consiguiendo madera +achievement.mineWood.desc=Golpea un árbol hasta que un bloque de madera caiga +achievement.onARail=En las vías +achievement.onARail.desc=Viaja por vagón por lo menos 1 km desde donde empezaste +achievement.openInventory=Haciendo el inventario +achievement.openInventory.desc=Presiona '%1$s' para abrir tu inventario. +achievement.overkill=Matanza +achievement.overkill.desc=Hacer ocho corazones de daño en un solo golpe +achievement.overpowered=Superpoderoso +achievement.overpowered.desc=Crea una manzana de Notch +achievement.portal=Tenemos que ir más profundo +achievement.portal.desc=Construir un portal al Nether +achievement.potion=Destilería local +achievement.potion.desc=Crea una poción +achievement.requires=Requiere '%1$s' +achievement.snipeSkeleton=Duelo de francotiradores +achievement.snipeSkeleton.desc=Mata un esqueleto con una flecha a más de 50 metros +achievement.spawnWither=¿El comienzo? +achievement.spawnWither.desc=Invoca al Wither +achievement.taken=¡Obtenido! +achievement.theEnd=¿Fin? +achievement.theEnd.desc=Localiza el acceso al End +achievement.theEnd2=El Fin. +achievement.theEnd2.desc=Derrota al dragón del End +achievement.unknown=??? +addServer.add=Listo +addServer.enterIp=Dirección del servidor +addServer.enterName=Nombre del servidor +addServer.hideAddress=Ocultar la dirección IP +addServer.resourcePack=Paquete de recursos +addServer.resourcePack.disabled=NO +addServer.resourcePack.enabled=SI +addServer.resourcePack.prompt=Pregúntame +addServer.title=Editar la información del servidor +advMode.allEntities=Utiliza "@e" para seleccionar todas las entidades +advMode.allPlayers=Utiliza "@a" para seleccionar todos los jugadores +advMode.command=Comando de consola +advMode.nearestPlayer=Utiliza "@p" para seleccionar el jugador más cercano +advMode.notAllowed=Debe ser un jugador con privilegios op en modo creativo +advMode.notEnabled=Los bloques de comando no están habilitadas en este servidor +advMode.previousOutput=Salida anterior +advMode.randomPlayer=Utiliza "@r" para seleccionar un jugador aleatoriamente +advMode.setCommand=Establece un comando de consola para el bloque +advMode.setCommand.success=Comando establecido: %s +attribute.name.generic.attackDamage=Daño de ataque +attribute.name.generic.followRange=Rango de seguimiento del mob +attribute.name.generic.knockbackResistance=Resistencia al empuje +attribute.name.generic.maxHealth=Salud máxima +attribute.name.generic.movementSpeed=Velocidad +attribute.name.horse.jumpStrength=Fuerza de salto del caballo +attribute.name.zombie.spawnReinforcements=Refuerzos de zombi +book.byAuthor=por %1$s +book.editTitle=Titulo del libro: +book.finalizeButton=Firmar y cerrar +book.finalizeWarning=¡Atención! Al firmar el libro, ya no se podrá modificar. +book.generation.0=Original +book.generation.1=Copia del original +book.generation.2=Copia de una copia +book.generation.3=Hecho pedazos +book.pageIndicator=Página %1$s de %2$s +book.signButton=Firmar +build.tooHigh=El límite de altura para construir es %s bloques +chat.cannotSend=No se pudo enviar mensaje de chat +chat.copy=Copiar +chat.link.confirm=¿Seguro que quieres abrir esta página web? +chat.link.confirmTrusted=¿Quieres abrir este enlace o copiarlo al portapapeles? +chat.link.open=Abrir en el navegador +chat.link.warning=¡No abras enlaces de personas desconocidas! +chat.stream.emote=(%s) * %s %s +chat.stream.text=(%s) <%s> %s +chat.type.achievement=%s ha obtenido el logro %s +chat.type.achievement.taken=%s perdió el logro %s +commands.achievement.alreadyHave=%s ya tiene el logro %s +commands.achievement.dontHave=%s no tiene el logro %s +commands.achievement.give.success.all=Dados con éxito todos los logros a %s +commands.achievement.give.success.one=Dado con éxito a %s la estadística %s +commands.achievement.statTooLow=%s no tiene la estadística %s +commands.achievement.take.success.all=Obtenidos todos los logros de %s +commands.achievement.take.success.one=Obtenida la estadística %s de %s +commands.achievement.unknownAchievement=Logro o estadística '%s' desconocida +commands.achievement.usage=/achievement [jugador] +commands.ban.failed=No se ha podido banear a %s +commands.ban.success=Baneado: %s +commands.ban.usage=/ban [razón...] +commands.banip.invalid=Has ingresado un direccion IP no valida o el jugador no esta en linea +commands.banip.success=IP baneada: %s +commands.banip.success.players=IP baneada %s perteneciente a %s +commands.banip.usage=/ban-IP [razón...] +commands.banlist.ips=Hay %s direcciones IP baneadas: +commands.banlist.players=Hay %s jugadores baneados: +commands.banlist.usage=/banlist [ips|jugadores] +commands.blockdata.failed=DataTag no ha cambiado: %s +commands.blockdata.notValid=El bloque objetivo no puede contener datos +commands.blockdata.outOfWorld=No se puede cambiar un bloque fuera del mundo +commands.blockdata.success=Datos del bloque actualizados a: %s +commands.blockdata.tagError=El análisis del dataTag falló: %s +commands.blockdata.usage=/blockdata +commands.chunkinfo.compiled=El chunk está compilado. +commands.chunkinfo.data=Los primeros 64 vértices son: %s +commands.chunkinfo.empty=El chunk está vacío. +commands.chunkinfo.hasLayers=El chunk tiene capas: %s +commands.chunkinfo.hasNoRenderableLayers=El chunk no tiene capas renderizables. +commands.chunkinfo.isEmpty=El chunk tiene capas vacías: %s +commands.chunkinfo.location=Localización del chunk: (%s, %s, %s) +commands.chunkinfo.noChunk=No se encontró un chunk en %s, %s, %s +commands.chunkinfo.notCompiled=El chunk no está compilado. +commands.chunkinfo.notEmpty=El chunk no está vacío. +commands.chunkinfo.usage=/chunkinfo [ ] +commands.chunkinfo.vertices=El búfer de la capa %s contiene %s vértices +commands.clear.failure=No se pudo vaciar el inventario de %s, no tiene ítems +commands.clear.success=Borrado el inventario de %s, se ha eliminado %s ítem/s +commands.clear.tagError=El análisis de dataTag falló: %s +commands.clear.testing=%s tiene %s ítems que coinciden +commands.clear.usage=/clear [jugador] [ítem] [dato] [cantidad máxima] [dataTag] +commands.clone.failed=Ningún bloque clonado +commands.clone.noOverlap=El origen y el destino no se pueden superponer +commands.clone.outOfWorld=Es imposible acceder a bloques fuera del mundo +commands.clone.success=%s bloques clonados +commands.clone.tooManyBlocks=Demasiados bloques en el área especificada (%s > %s) +commands.clone.usage=/clone [modo] +commands.compare.failed=El origen y el destino no deben ser iguales +commands.compare.outOfWorld=Es imposible acceder a bloques fuera del mundo +commands.compare.success=Comparados %s bloques +commands.compare.tooManyBlocks=Hay demasiados bloques en el área seleccionada (%s > %s) +commands.compare.usage=/testforblocks [modo] +commands.debug.notStarted=¡No se puede detener la depuración cuando no hemos iniciado! +commands.debug.start=Depuración Iniciada +commands.debug.stop=Depuración detenido después de %s segundos (%s ticks) +commands.defaultgamemode.success=El modo de juego predeterminado del mundo ahora es %s +commands.defaultgamemode.usage=/defaultgamemode +commands.deop.failed=No se pudo eliminar de administrador a %s +commands.deop.success=Eliminado operador %s +commands.deop.usage=/deop +commands.difficulty.success=La dificultad ha cambiado a %s +commands.difficulty.usage=/difficulty +commands.downfall.success=Precipitaciones cambiadas +commands.effect.failure.notActive=No podía tomar %1$s %2$s ya que no tienen el efecto +commands.effect.failure.notActive.all=No se pudo retirar ningún efecto de %s ya que no tiene ninguno +commands.effect.notFound=No hay tal multitud efectos con ID %s +commands.effect.success=Dado %1$s (ID %2$s)*%3$s %4$s por %5$s segundos +commands.effect.success.removed=Tomó %1$s de %2$s +commands.effect.success.removed.all=Eliminados todos los efectos de %s +commands.effect.usage=/effect [segundos] [amplificador] [partículasOcultas] +commands.enchant.cantCombine=%1$s no se puede combinar con %2$s +commands.enchant.cantEnchant=El encantamiento seleccionado no se puede añadir al objeto +commands.enchant.noItem=El objetivo no sostiene un objeto +commands.enchant.notFound=No hay tal encantamiento con el numero %s +commands.enchant.success=Encantamiento hecho +commands.enchant.usage=/enchant [nivel] +commands.entitydata.failed=El dataTag no cambió: %s +commands.entitydata.noPlayers=%s es un jugador y no puede ser modificado +commands.entitydata.success=Datos de la entidad actualizado a: %s +commands.entitydata.tagError=El análisis de dataTag falló: %s +commands.entitydata.usage=/entitydata +commands.execute.allInvocationsFailed=Error en todas las llamadas: '%s' +commands.execute.failed=Ocurrió un fallo al ejecutar '%s' con %s +commands.execute.usage=/execute O /execute detect +commands.fill.failed=No se colocaron bloques +commands.fill.outOfWorld=No puedes colocar bloques fuera del mundo +commands.fill.success=Colocados %s bloques +commands.fill.tagError=El análisis de dataTag falló: %s +commands.fill.tooManyBlocks=Hay demasiados bloques en el área especificada (%s > %s) +commands.fill.usage=/fill [valor de datos] [oldBlockHandling] [dataTag] +commands.gamemode.success.other=Modo de juego de %s cambiado a %s +commands.gamemode.success.self=Modo de juego cambiado a %s +commands.gamemode.usage=/gamemode [jugador] +commands.gamerule.nopermission=Sólo los dueños pueden cambiar '%s' +commands.gamerule.norule=No hay ninguna regla llamada '%s' +commands.gamerule.success=Las reglas han sido actualizadas +commands.gamerule.usage=/gamerule [valor] +commands.generic.boolean.invalid='%s' no es 'true' ni 'false' +commands.generic.double.tooBig=El número que ha introducido (%s) es demasiado grande, debe ser el máximo %s +commands.generic.double.tooSmall=El número que ha introducido es demasiado pequeño (%s), debe ser por lo menos %s +commands.generic.entity.invalidType=El tipo de entidad '%s' no es válido +commands.generic.entity.invalidUuid=La UUID de la entidad está en un formato no válido +commands.generic.entity.notFound=Esa entidad no pudo ser encontrada +commands.generic.exception=Ocurrió un error desconocido al intentar ejecutar este comando +commands.generic.notFound=Comando desconocido. Escribe /help para ver la lista de comandos +commands.generic.num.invalid='%s' no es un número válido +commands.generic.num.tooBig=El número que ha introducido (%s) es demasiado grande, debe tener a lo más %s +commands.generic.num.tooSmall=El número que ha introducido (%s) es demasiado pequeño, debe ser por lo menos %s +commands.generic.parameter.invalid="%s" no es un parámetro válido +commands.generic.permission=No tienes permiso para usar este comando +commands.generic.player.notFound=Jugador no encontrado +commands.generic.syntax=Sintáxis del comando inválida +commands.generic.usage=Uso: %s +commands.give.notFound=No existe el objeto con el ID %s +commands.give.success=Dado %s * %s a %s +commands.give.tagError=El análisis del tag de datos falló: %s +commands.give.usage=/give [cantidad] [data] [dataTag] +commands.help.footer=Sugerencia: Usa la tecla mientras escribes un comando para completar automáticamente el comando o sus argumentos +commands.help.header=--- Mostrando página de ayuda número %s de %s (/help ) --- +commands.help.usage=/help [página|nombre del comando] +commands.kick.success=Expulsado a %s del juego +commands.kick.success.reason=Expulsado a %s del juego: '%s' +commands.kick.usage=/kick [razón...] +commands.kill.successful=%s murió +commands.kill.usage=/kill [jugador|entidad] +commands.me.usage=/me +commands.message.display.incoming=%s te susurró: %s +commands.message.display.outgoing=Susurraste a %s: %s +commands.message.sameTarget=¡No puedes enviarte un mensaje privado a ti mismo! +commands.message.usage=/tell +commands.op.failed=No se pudo hacer administrador a %s +commands.op.success=Jugador %s nombrado operador +commands.op.usage=/op +commands.particle.notFound=Nombre de efecto (%s) desconocido +commands.particle.success=Reproduciendo efecto %s por %s veces +commands.particle.usage=/particle [cantidad] [modo] +commands.players.list=Hay %s/%s jugadores en línea: +commands.playsound.playerTooFar=El jugador %s está muy lejos para escuchar el sonido +commands.playsound.success=Se ha reproducido el sonido '%s' a %s +commands.playsound.usage=/playsound [x] [y] [z] [volumen] [tono] [VolumenMinimo] +commands.publish.failed=No puedes crear una partida local +commands.publish.started=Mundo en LAN abierto en el puerto %s +commands.replaceitem.block.usage=/replaceitem block <ítem> [cantidad] [datos] [dataTag] +commands.replaceitem.entity.usage=/replaceitem entity <ítem> [cantidad] [datos] [dataTag] +commands.replaceitem.failed=No se pudo reemplazar el espacio %s con %s * %s +commands.replaceitem.noContainer=El bloque en %s, %s, %s no es un recipiente +commands.replaceitem.success=Se reemplazó el espacio %s con %s * %s +commands.replaceitem.tagError=El análisis de dataTag falló: %s +commands.replaceitem.usage=/replaceitem ... +commands.save-off.alreadyOff=El guardado ya está desactivado. +commands.save-on.alreadyOn=El guardado ya está activado. +commands.save.disabled=Autoguardamiento del mundo desactivado +commands.save.enabled=Autoguardado del mundo activado +commands.save.failed=Falló el guardado: %s +commands.save.start=Guardando... +commands.save.success=Guardado el mundo +commands.say.usage=/say +commands.scoreboard.allMatchesFailed=Todos los intentos fallaron +commands.scoreboard.noMultiWildcard=Solo se permite un usuario comodín +commands.scoreboard.objectiveNotFound=Ningún objetivo se encontró con el nombre '%s' +commands.scoreboard.objectiveReadOnly=El objetivo de '%s' es de sólo lectura y no se puede establecer +commands.scoreboard.objectives.add.alreadyExists=Ya existe un objetivo con el nombre '%s' +commands.scoreboard.objectives.add.displayTooLong=El texto a mostrar '%s' es demasiado largo para un objetivo. Debe tener menos de %s caracteres +commands.scoreboard.objectives.add.success=Añadido nuevo objetivo '%s' con éxito +commands.scoreboard.objectives.add.tooLong=El nombre '%s' es demasiado largo para un objetivo. Debe tener menos de %s caracteres +commands.scoreboard.objectives.add.usage=/scoreboard objectives add [nombre a mostrar ...] +commands.scoreboard.objectives.add.wrongType='%s' no es un tipo de objetivo válido +commands.scoreboard.objectives.list.count=Objetivo(s) de %s que muestra en marcador: +commands.scoreboard.objectives.list.empty=No hay objetivos en el marcador + +commands.scoreboard.objectives.list.entry=-%s: muestra como '%s' y es de tipo '%s' +commands.scoreboard.objectives.remove.success=Eliminado el objetivo '%s' con éxito +commands.scoreboard.objectives.remove.usage=/scoreboard objectives remove +commands.scoreboard.objectives.setdisplay.invalidSlot=No hay espacio de muestra '%s' +commands.scoreboard.objectives.setdisplay.successCleared=Borrado espacio de muestra de objetivo '%s' +commands.scoreboard.objectives.setdisplay.successSet=Se ha cambiado el objetivo a mostrar en el espacio '%s' a '%s' +commands.scoreboard.objectives.setdisplay.usage=/scoreboard objectives setdisplay [objetivo] +commands.scoreboard.objectives.usage=/scoreboard objectives ... +commands.scoreboard.players.add.usage=/scoreboard players add [dataTag] +commands.scoreboard.players.enable.noTrigger=El objetivo %s no es un desencadenante +commands.scoreboard.players.enable.success=Activado el desencadenante %s para %s +commands.scoreboard.players.enable.usage=/scoreboard players enable +commands.scoreboard.players.list.count=Mostrando %s jugadores registrados en el marcador: +commands.scoreboard.players.list.empty=No hay Jugadores registrados en el marcador +commands.scoreboard.players.list.player.count=Mostrando %s objetivo(s) para %s: +commands.scoreboard.players.list.player.empty=El jugador %s no tiene puntos registrados +commands.scoreboard.players.list.usage=/scoreboard players list [Nombre] +commands.scoreboard.players.operation.invalidOperation=Operación inválida %s +commands.scoreboard.players.operation.notFound=No hay un puntaje %s para %s +commands.scoreboard.players.operation.success=Operación aplicada con éxito +commands.scoreboard.players.operation.usage=/scoreboard players operation +commands.scoreboard.players.remove.usage=/scoreboard players remove [dataTag] +commands.scoreboard.players.reset.success=Restablecidas todas las puntuaciones de %s +commands.scoreboard.players.reset.usage=/scoreboard players reset [objetivo] +commands.scoreboard.players.resetscore.success=Puntuación "%s" del jugador %s reiniciada +commands.scoreboard.players.set.success=Establecida la puntuación de %s para el jugador %s a %s +commands.scoreboard.players.set.tagError=No se ha podido analizar el dataTag. Razón: %s +commands.scoreboard.players.set.tagMismatch=El dataTag no coincide con %s +commands.scoreboard.players.set.usage=/scoreboard players set [dataTag] +commands.scoreboard.players.test.failed=El puntaje %s no está en el rango de %s a %s +commands.scoreboard.players.test.notFound=Ninguna puntuación %s de %s encontrada +commands.scoreboard.players.test.success=El puntaje %s está en rango de %s a %s +commands.scoreboard.players.test.usage=/scoreboard players test +commands.scoreboard.players.usage=/scoreboard players ... +commands.scoreboard.teamNotFound=No se encontró ningún equipo con el nombre '%s' +commands.scoreboard.teams.add.alreadyExists=Ya existe un equipo llamado '%s' +commands.scoreboard.teams.add.displayTooLong=El texto a mostrar '%s' es demasiado largo para un equipo. Debe tener menos de %s caracteres +commands.scoreboard.teams.add.success=Añadido nuevo equipo '%s' con éxito +commands.scoreboard.teams.add.tooLong=El texto a mostrar '%s' es demasiado largo para un equipo. Debe tener menos de %s caracteres +commands.scoreboard.teams.add.usage=/scoreboard teams add [texto a mostrar] +commands.scoreboard.teams.empty.alreadyEmpty=El equipo %s ya está vacío, no se puede vaciar +commands.scoreboard.teams.empty.success=Extraído todas %s jugador(s) de equipo %s +commands.scoreboard.teams.empty.usage=/scoreboard teams empty +commands.scoreboard.teams.join.failure=No se pudo agregar %s jugador(es) al equipo %s: %s +commands.scoreboard.teams.join.success=Se agregó %s jugador(es) al equipo %s: %s +commands.scoreboard.teams.join.usage=/scoreboard teams join [jugador] +commands.scoreboard.teams.leave.failure=No se pudo borrar %s jugador(es) de sus equipos: %s +commands.scoreboard.teams.leave.noTeam=No estás en un equipo +commands.scoreboard.teams.leave.success=Borrado a %s jugador(es) de sus equipos: %s +commands.scoreboard.teams.leave.usage=/scoreboard teams leave [jugador] +commands.scoreboard.teams.list.count=Mostrando %s equipo(s) en el marcador: +commands.scoreboard.teams.list.empty=Hay no hay equipos registrados en el marcador +commands.scoreboard.teams.list.entry=-%1$s: %2$s tiene %3$s jugadores + +commands.scoreboard.teams.list.player.count=Mostrando %s jugador(es) en el equipo %s: +commands.scoreboard.teams.list.player.empty=El equipo %s no tiene ningún jugador +commands.scoreboard.teams.list.usage=/scoreboard teams list [nombre] +commands.scoreboard.teams.option.noValue=Los valores válidos para la opción %s son: %s +commands.scoreboard.teams.option.success=Se ha establecido la opción %s para el equipo %s a %s +commands.scoreboard.teams.option.usage=/scoreboard teams option +commands.scoreboard.teams.remove.success=El equipo %s se eliminó +commands.scoreboard.teams.remove.usage=/scoreboard teams remove +commands.scoreboard.teams.usage=/scoreboard teams ... +commands.scoreboard.usage=/scoreboard ... +commands.seed.success=Semilla: %s +commands.setblock.failed=No se puede poner el bloque +commands.setblock.noChange=El bloque no pudo ser colocado +commands.setblock.notFound=No hay ningún bloque con el ID/nombre %s +commands.setblock.outOfWorld=No se puede poner un bloque fuera del mundo +commands.setblock.success=Bloque colocado +commands.setblock.tagError=El análisis del tag de datos falló: %s +commands.setblock.usage=/setblock [ID secundaria] [replace|keep|destroy] [etiqueta de dato] +commands.setidletimeout.success=Configurar éxito el tiempo de inactividad a %s minutos. +commands.setidletimeout.usage=/setidletimeout +commands.setworldspawn.success=Establecido el punto de spawn del mundo en (%s, %s, %s) +commands.setworldspawn.usage=/setworldspawn [ ] +commands.spawnpoint.success=Establecido el spawn de %s en (%s, %s, %s) +commands.spawnpoint.usage=/spawnpoint [jugador] [ ] +commands.spreadplayers.failure.players=No se ha podido distribuir %s jugadores alrededor de %s,%s (muchos jugadores para el espacio - prueba distribuyendo a lo mucho %s) +commands.spreadplayers.failure.teams=No se ha podido distribuir %s equipos alrededor de %s,%s (muchos jugadores para el espacio - prueba distribuyendo a lo mucho %s) +commands.spreadplayers.info.players=(La distancia promedio entre jugadores es %s bloques aparte después de %s repeticiones) +commands.spreadplayers.info.teams=(La distancia promedio entre equipos es %s bloques aparte después de %s repeticiones) +commands.spreadplayers.spreading.players=Distribuyendo %s jugadores %s bloques alrededor de %s,%s (al menos %s bloques aparte) +commands.spreadplayers.spreading.teams=Distribuyendo %s equipos %s bloques alrededor de %s,%s (al menos %s bloques aparte) +commands.spreadplayers.success.players=Se distribuyeron satisfactoriamente %s jugadores alrededor de %s,%s +commands.spreadplayers.success.teams=Se distribuyeron satisfactoriamente %s equipos alrededor de %s,%s +commands.spreadplayers.usage=/spreadplayers +commands.stats.block.clear.usage=/stats block clear +commands.stats.block.set.usage=/stats block set +commands.stats.block.usage=/stats block ... +commands.stats.cleared=Borradas %s estadísticas +commands.stats.entity.clear.usage=/stats entity clear +commands.stats.entity.set.usage=/stats entity set +commands.stats.entity.usage=/stats entity +commands.stats.failed=Parámetros inválidos +commands.stats.noCompatibleBlock=El bloque de %s, %s, %s no puede tener estadísticas +commands.stats.success=Almacenando estadísticas %s en %s en %s +commands.stats.usage=/stats ... +commands.stop.start=Deteniendo el servidor +commands.summon.failed=No se pudo generar la entidad +commands.summon.outOfWorld=No se puede invocar la entidad fuera del mundo +commands.summon.success=Objeto generado con éxito +commands.summon.tagError=El análisis del tag de datos falló: %s +commands.summon.usage=/summon [x] [y] [z] [dataTag] +commands.tellraw.jsonException=Json inválido: %s +commands.tellraw.usage=/tellraw +commands.testfor.failure=%s no coincide con la estructura de datos necesaria +commands.testfor.success=Encontrado %s +commands.testfor.tagError=El análisis de dataTag falló: %s +commands.testfor.usage=/testfor [dataTag] +commands.testforblock.failed.data=El bloque en %s,%s,%s tiene un valor de datos (dataValue) de %s (El esperado: %s). +commands.testforblock.failed.nbt=El bloque en %s,%s,%s no tiene las claves NBT requeridas. +commands.testforblock.failed.tile=El bloque en %s,%s,%s es %s (El esperado: %s). +commands.testforblock.failed.tileEntity=El bloque en %s,%s,%s no es un bloque y no puede soportar la comparación. +commands.testforblock.outOfWorld=No se puede comprobar un bloque fuera del mundo +commands.testforblock.success=Encontrado con éxito el bloque en %s,%s,%s. +commands.testforblock.usage=/testforblock [dataValue] [dataTag] +commands.time.added=Agregado %s al tiempo +commands.time.query=El tiempo es %s +commands.time.set=Tiempo cambiado a %s +commands.time.usage=/time +commands.title.success=El comando /title se ejecutó con éxito +commands.title.usage=/title ... +commands.title.usage.clear=/title clear|reset +commands.title.usage.times=/title times +commands.title.usage.title=/title title|subtitle +commands.tp.notSameDimension=Incapaz de teleportar debido a que los jugadores no están en la misma dimensión +commands.tp.success=Teletransportado a %s hasta %s +commands.tp.success.coordinates=Teletransportado %s a %s,%s,%s +commands.tp.usage=/tp [jugador objetivo] ó /tp [jugador objetivo] [ ] +commands.trigger.disabled=El trigger %s está desactivado +commands.trigger.invalidMode=Modo de trigger inválido %s +commands.trigger.invalidObjective=Nombre de trigger inválido %s +commands.trigger.invalidPlayer=Sólo los jugadores pueden usar el comando /trigger +commands.trigger.success=Trigger %s cambiado por %s %s +commands.trigger.usage=/trigger +commands.unban.failed=No se ha podido desbanear a %s +commands.unban.success=Desbaneado: %s +commands.unban.usage=/pardon +commands.unbanip.invalid=Ha introducido un IP no válida +commands.unbanip.success=Dirección de IP desbaneada %s +commands.unbanip.usage=/pardon-ip +commands.weather.clear=Se ha cambiado el tiempo a soleado +commands.weather.rain=Se ha cambiado el tiempo a lluvia +commands.weather.thunder=Se ha cambiado el tiempo a lluvia y truenos +commands.weather.usage=/weather [duración en segundos] +commands.whitelist.add.failed=No se pudo agregar a %s a la lista blanca +commands.whitelist.add.success=%s fue agregado a la lista blanca +commands.whitelist.add.usage=/whitelist add +commands.whitelist.disabled=Lista blanca desactivada +commands.whitelist.enabled=Lista blanca activada +commands.whitelist.list=Hay %s jugadores (de %s vistos) en la lista blanca: +commands.whitelist.reloaded=Lista blanca recargada +commands.whitelist.remove.failed=No se pudo eliminar a %s de la lista blanca +commands.whitelist.remove.success=%s fue eliminado de la lista blanca +commands.whitelist.remove.usage=/whitelist remove +commands.whitelist.usage=/whitelist +commands.worldborder.add.usage=/worldborder add [tiempo en segundos] +commands.worldborder.center.success=Centro del borde del mundo establecido en %s,%s +commands.worldborder.center.usage=/worldborder center +commands.worldborder.damage.amount.success=Establecido el daño del borde del mundo a %s por bloque (antes: %s por bloque) +commands.worldborder.damage.amount.usage=/worldborder damage amount +commands.worldborder.damage.buffer.success=Establecido el búfer de daño del borde del mundo a %s bloques (antes: %s bloques) +commands.worldborder.damage.buffer.usage=/worldborder damage buffer +commands.worldborder.damage.usage=/worldborder damage +commands.worldborder.get.success=El tamaño del borde del mundo es de %s bloques +commands.worldborder.set.success=Establecido el tamaño del borde del mundo a %s bloques (antes: %s bloques) +commands.worldborder.set.usage=/worldborder set [tiempo en segundos] +commands.worldborder.setSlowly.grow.success=Aumentando el tamaño del borde del mundo a %s bloques (antes: %s bloques) en %s segundos +commands.worldborder.setSlowly.shrink.success=Disminuyendo el tamaño del borde del mundo a %s bloques (antes: %s bloques) en %s segundos +commands.worldborder.usage=/worldborder ... +commands.worldborder.warning.distance.success=Establecido el aviso del borde del mundo a %s bloques (antes: %s bloques) +commands.worldborder.warning.distance.usage=/worldborder warning distance +commands.worldborder.warning.time.success=Establecido el aviso del borde del mundo a %s segundos (antes: %s segundos) +commands.worldborder.warning.time.usage=/worldborder warning time +commands.worldborder.warning.usage=/worldborder warning +commands.xp.failure.widthdrawXp=No se puede dar al jugador puntos de experiencia negativos +commands.xp.success=%s ha recibido %s de experiencia +commands.xp.success.levels=Dados %s niveles a %s +commands.xp.success.negative.levels=Tomados %s niveles de %s +commands.xp.usage=/xp [jugador] O /xp L [jugador] +connect.authorizing=Iniciando la sesión... +connect.connecting=Conectando al servidor... +connect.failed=No se pudo conectar al servidor +container.beacon=Faro +container.brewing=Destilería +container.chest=Cofre +container.chestDouble=Cofre grande +container.crafting=Creación +container.creative=Selección de objetos +container.dispenser=Dispensador +container.dropper=Soltador +container.enchant=Encantar +container.enchant.clue=¿%s . . . ? +container.enchant.lapis.many=%s lapislázulis +container.enchant.lapis.one=1 lapislázuli +container.enchant.level.many=%s niveles de experiencia +container.enchant.level.one=1 nivel de experiencia +container.enderchest=Cofre de Ender +container.furnace=Horno +container.hopper=Tolva de ítems +container.inventory=Inventario +container.isLocked=¡%s está bloqueado! +container.minecart=Vagón +container.repair=Reparar y renombrar +container.repair.cost=Coste: %1$s +container.repair.expensive=¡Demasiado caro! +controls.reset=Reiniciar +controls.resetAll=Reiniciar teclas +controls.title=Ajustes de controles +createWorld.customize.custom.baseSize=Profundidad de base +createWorld.customize.custom.biomeDepthOffset=Altura de base de biomas +createWorld.customize.custom.biomeDepthWeight=Altura máxima de biomas +createWorld.customize.custom.biomeScaleOffset=Deslizamiento de biomas +createWorld.customize.custom.biomeScaleWeight=Peso de biomas +createWorld.customize.custom.biomeSize=Tamaño de bioma +createWorld.customize.custom.center=Altura del centro +createWorld.customize.custom.confirm1=Esto va a sobrescribir tus ajustes +createWorld.customize.custom.confirm2=actuales y no se podrá deshacer. +createWorld.customize.custom.confirmTitle=¡Advertencia! +createWorld.customize.custom.coordinateScale=Escala de coordenadas +createWorld.customize.custom.count=Intentos de vetas +createWorld.customize.custom.defaults=Por defecto +createWorld.customize.custom.depthNoiseScaleExponent=Exponente de la profundidad de ruido +createWorld.customize.custom.depthNoiseScaleX=Escala de profundidad de ruido X +createWorld.customize.custom.depthNoiseScaleZ=Escala de profundidad de ruido Z +createWorld.customize.custom.dungeonChance=Cantidad de mazmorras +createWorld.customize.custom.fixedBiome=Bioma +createWorld.customize.custom.heightScale=Escala de altura +createWorld.customize.custom.lavaLakeChance=Rareza de lagos de lava +createWorld.customize.custom.lowerLimitScale=Límite inferior +createWorld.customize.custom.mainNoiseScaleX=Escala principal de X +createWorld.customize.custom.mainNoiseScaleY=Escala principal de Y +createWorld.customize.custom.mainNoiseScaleZ=Escala principal de Z +createWorld.customize.custom.maxHeight=Altura máxima +createWorld.customize.custom.minHeight=Altura mínima +createWorld.customize.custom.next=Pág. siguiente +createWorld.customize.custom.page0=Ajustes básicos +createWorld.customize.custom.page1=Ajustes de minerales +createWorld.customize.custom.page2=Ajustes avanzados (¡sólo para expertos!) +createWorld.customize.custom.page3=Ajustes avanzados extras (¡sólo para expertos!) +createWorld.customize.custom.preset.caveChaos=Cuevas del caos +createWorld.customize.custom.preset.caveDelight=Delicia del minero +createWorld.customize.custom.preset.drought=Sequía +createWorld.customize.custom.preset.goodLuck=Buena suerte +createWorld.customize.custom.preset.isleLand=Tierra de islas +createWorld.customize.custom.preset.mountains=Montañas locas +createWorld.customize.custom.preset.waterWorld=Mundo acuático +createWorld.customize.custom.presets=Preajustes +createWorld.customize.custom.presets.title=Personalizar preajustes de mundo +createWorld.customize.custom.prev=Pág. anterior +createWorld.customize.custom.randomize=Aleatorio +createWorld.customize.custom.riverSize=Tamaño de rios +createWorld.customize.custom.seaLevel=Nivel del mar +createWorld.customize.custom.size=Tamaño de vetas +createWorld.customize.custom.spread=Altura de propagación +createWorld.customize.custom.stretchY=Escala de tramo +createWorld.customize.custom.upperLimitScale=Límite superior +createWorld.customize.custom.useCaves=Cuevas +createWorld.customize.custom.useDungeons=Mazmorras +createWorld.customize.custom.useLavaLakes=Lagos de lava +createWorld.customize.custom.useLavaOceans=Océanos de lava +createWorld.customize.custom.useMineShafts=Minas abandonadas +createWorld.customize.custom.useMonuments=Monumentos oceánicos +createWorld.customize.custom.useRavines=Grietas +createWorld.customize.custom.useStrongholds=Fortalezas del End +createWorld.customize.custom.useTemples=Templos +createWorld.customize.custom.useVillages=Aldeas +createWorld.customize.custom.useWaterLakes=Lagos de agua +createWorld.customize.custom.waterLakeChance=Rareza de lagos de agua +createWorld.customize.flat.addLayer=Agregar capa +createWorld.customize.flat.editLayer=Modificar capa +createWorld.customize.flat.height=Altura +createWorld.customize.flat.layer.bottom=Fondo - %s +createWorld.customize.flat.layer.top=Cima - %s +createWorld.customize.flat.removeLayer=Eliminar capa +createWorld.customize.flat.tile=Material de capa +createWorld.customize.flat.title=Personalización del mundo plano +createWorld.customize.presets=Preajustes +createWorld.customize.presets.list=Si lo deseas, ¡puedes elegir uno de los preajustes ya creados! +createWorld.customize.presets.select=Usar preajuste +createWorld.customize.presets.share=¿Deseas compartir tu preajuste? ¡Utiliza el recuadro de abajo! +createWorld.customize.presets.title=Selecciona un preajuste +death.attack.anvil=%1$s fue aplastado por un yunque +death.attack.arrow=%1$s fue disparado por %2$s +death.attack.arrow.item=%2$s disparó a %1$s usando %3$s +death.attack.cactus=%1$s se pinchó hasta morir +death.attack.cactus.player=%1$s caminó sobre un cactus mientras intentaba escapar de %2$s +death.attack.drown=%1$s se ahogó +death.attack.drown.player=%1$s se ahogó mientras trataba de escapar de %2$s +death.attack.explosion=%1$s explotó +death.attack.explosion.player=%1$s fue detonado por %2$s +death.attack.fall=%1$s cayó al suelo muy fuerte +death.attack.fallingBlock=%1$s fue aplastado por un bloque +death.attack.fireball=%1$s fue quemado por %2$s con una bola de fuego +death.attack.fireball.item=%1$s fue fireballed por %2$s usando %3$s +death.attack.generic=%1$s murió +death.attack.inFire=%1$s ardió en llamas +death.attack.inFire.player=%1$s ardió en llamas mientras luchaba con %2$s +death.attack.inWall=%1$s se asfixió en una pared +death.attack.indirectMagic=mataron a %1$s %2$s usando magia +death.attack.indirectMagic.item=mataron a %1$s %2$s usando %3$s +death.attack.lava=%1$s trató de nadar en lava +death.attack.lava.player=%1$s trató de nadar en lava para escapar de %2$s +death.attack.lightningBolt=%1$s fue golpeado por un rayo +death.attack.magic=%1$s fue asesinado con magia +death.attack.mob=%1$s fue asesinado por %2$s +death.attack.onFire=%1$s se quemó a la muerte +death.attack.onFire.player= +%1$s ardió hasta ser una patata frita mientras luchaba %2$s + +death.attack.outOfWorld=%1$s se cayó del mapa +death.attack.player=%1$s fue asesinado por %2$s +death.attack.player.item=%1$s fue asesinado por %2$s usando %3$s +death.attack.starve=%1$s murió de hambre +death.attack.thorns=%1$s fue asesinado mientras intentaba herir a %2$s +death.attack.thrown=%1$s fue golpeado por %2$s +death.attack.thrown.item=%1$s fue golpeado por %2$s usando %3$s +death.attack.wither=%1$s fue asesinado por el Wither +death.fell.accident.generic=%1$s se cayó desde un lugar alto +death.fell.accident.ladder=%1$s se cayó de una escalera +death.fell.accident.vines=%1$s se cayó de unas lianas +death.fell.accident.water=%1$s se cayó fuera del agua +death.fell.assist=%1$s fue condenado a caer por %2$s +death.fell.assist.item=%1$s fue condenado a caer por %2$s usando %3$s +death.fell.finish=%1$s cayó desde muy alto y fue acabado por %2$s +death.fell.finish.item=%1$s cayó desde muy alto y fue acabado por %2$s usando %3$s +death.fell.killer=%1$s fue condenado a caer +deathScreen.deleteWorld=Borrar mundo +deathScreen.hardcoreInfo=¡No puedes reaparecer en el modo extremo! +deathScreen.leaveServer=Salir del servidor +deathScreen.quit.confirm=¿Seguro que quieres salir? +deathScreen.respawn=Reaparecer +deathScreen.score=Puntuación +deathScreen.title=¡Has muerto! +deathScreen.title.hardcore=¡Fin del juego! +deathScreen.titleScreen=Pantalla del título +demo.day.1=Esta demostración durará 5 días de juego, ¡aprovéchalos! +demo.day.2=Día dos +demo.day.3=Día tres +demo.day.4=Día cuatro +demo.day.5=¡Este es tu último día! +demo.day.6=Tu quinto día ha terminado, Presiona F2 para guardar una captura de pantalla de tu creación +demo.day.warning=¡Tu tiempo está por terminar! +demo.demoExpired=¡El tiempo de la demo se ha agotado! +demo.help.buy=¡Cómpralo ya! +demo.help.fullWrapped=¡Este demo durara 5 días de juego (Aproximadamente 1 hora y 40 minutos de tiempo real). Revisa los logros para obtener pistas! Pásalo bien! +demo.help.inventory=Usa %1$s para abrir tu inventario +demo.help.jump=Salta presionando %1$s +demo.help.later=¡Seguir jugando! +demo.help.movement=Usa %1$s, %2$s, %3$s, %4$s para moverte y el mouse para mirar +demo.help.movementMouse=Usa el mouse para mirar a tu alrededor +demo.help.movementShort=Presiona %1$s, %2$s, %3$s o %4$s para moverte +demo.help.title=Modo demostración de Minecraft +demo.remainingTime=Tiempo faltante: %s +demo.reminder=¡La demo ha terminado, compra el juego para continuar o crea un mundo nuevo! +difficulty.lock.question=¿Seguro que quieres bloquear la dificultad en este mundo? Tu mundo estará para siempre en %1$s, nunca podrás cambiarla otra vez. +difficulty.lock.title=Bloquear la dificultad del mundo +disconnect.closed=Conexión finalizada +disconnect.disconnected=Desconectado por Servidor +disconnect.endOfStream=Fin de la conexión +disconnect.genericReason=%s +disconnect.kicked=Fue echado del juego +disconnect.loginFailed=Error al iniciar sesión +disconnect.loginFailedInfo=Error al iniciar sesión: %s +disconnect.loginFailedInfo.invalidSession=La sesión no es válida (prueba a reiniciar el juego) +disconnect.loginFailedInfo.serversUnavailable=La autentificación está actualmente desactivada por mantenimiento. +disconnect.lost=Conexión perdida +disconnect.overflow=Desbordamiento de búfer +disconnect.quitting=Saliendo +disconnect.spam=Echado por hacer spam +disconnect.timeout=Tiempo de espera agotado +enchantment.arrowDamage=Poder +enchantment.arrowFire=Fuego +enchantment.arrowInfinite=Infinidad +enchantment.arrowKnockback=Empuje de flecha +enchantment.damage.all=Filo +enchantment.damage.arthropods=Perdición de los artrópodos +enchantment.damage.undead=Golpeo +enchantment.digging=Eficiencia +enchantment.durability=Irrompibilidad +enchantment.fire=Aspecto de fuego +enchantment.fishingSpeed=Atracción +enchantment.knockback=Empuje +enchantment.level.1=I +enchantment.level.10=X +enchantment.level.2=II +enchantment.level.3=III +enchantment.level.4=IV +enchantment.level.5=V +enchantment.level.6=VI +enchantment.level.7=VII +enchantment.level.8=VIII +enchantment.level.9=IX +enchantment.lootBonus=Saqueo +enchantment.lootBonusDigger=Fortuna +enchantment.lootBonusFishing=Suerte marina +enchantment.oxygen=Respiración +enchantment.protect.all=Protección +enchantment.protect.explosion=Protección contra explosiones +enchantment.protect.fall=Caída de pluma +enchantment.protect.fire=Protección al fuego +enchantment.protect.projectile=Protección contra proyectiles +enchantment.thorns=Espinas +enchantment.untouching=Toque de seda +enchantment.waterWalker=Agilidad acuática +enchantment.waterWorker=Afinidad acuífera +entity.ArmorStand.name=Soporte para armaduras +entity.Arrow.name=Flecha +entity.Bat.name=Murciélago +entity.Blaze.name=Blaze +entity.Boat.name=Bote +entity.Cat.name=Gato +entity.CaveSpider.name=Araña de cuevas +entity.Chicken.name=Pollo +entity.Cow.name=Vaca +entity.Creeper.name=Creeper +entity.EnderDragon.name=Dragón Ender +entity.Enderman.name=Enderman +entity.Endermite.name=Endermita +entity.EntityHorse.name=Caballo +entity.FallingSand.name=Bloque en caída +entity.Fireball.name=Bola de fuego +entity.Ghast.name=Ghast +entity.Giant.name=Gigante +entity.Guardian.name=Guardián +entity.Item.name=Objeto +entity.KillerBunny.name=El conejo asesino +entity.LavaSlime.name=Cubo de magma +entity.Minecart.name=Vagón +entity.Mob.name=Criatura +entity.Monster.name=Monstruo +entity.MushroomCow.name=Vacahongo +entity.Ozelot.name=Ocelote +entity.Painting.name=Cuadro +entity.Pig.name=Cerdo +entity.PigZombie.name=Hombrecerdo zombi +entity.PrimedTnt.name=Bloque de TNT +entity.Rabbit.name=Conejo +entity.Sheep.name=Oveja +entity.Silverfish.name=Pez de plata +entity.Skeleton.name=Esqueleto +entity.Slime.name=Slime +entity.SmallFireball.name=Bola de fuego pequeña +entity.SnowMan.name=Golem de Nieve +entity.Snowball.name=Bola de Nieve +entity.Spider.name=Araña +entity.Squid.name=Calamar +entity.Villager.armor=Escudero +entity.Villager.butcher=Carnicero +entity.Villager.cleric=Clérigo +entity.Villager.farmer=Granjero +entity.Villager.fisherman=Pescador +entity.Villager.fletcher=Arquero +entity.Villager.leather=Peletero +entity.Villager.librarian=Librero +entity.Villager.name=Aldeano +entity.Villager.shepherd=Pastor +entity.Villager.tool=Herrero +entity.Villager.weapon=Armero +entity.VillagerGolem.name=Gólem de hierro +entity.Witch.name=Bruja +entity.WitherBoss.name=Wither +entity.Wolf.name=Lobo +entity.XPOrb.name=Esferas de experiencia +entity.Zombie.name=Zombi +entity.donkey.name=Burro +entity.generic.name=desconocido +entity.horse.name=Caballo +entity.mule.name=Mula +entity.skeletonhorse.name=Caballo Esqueleto +entity.zombiehorse.name=Caballo Zombi +gameMode.adventure=Modo de Aventura +gameMode.changed=Tu modo de juego ha cambiado +gameMode.creative=Modo Creativo +gameMode.hardcore=¡Extremo! +gameMode.spectator=Modo espectador +gameMode.survival=Modo Supervivencia +generator.amplified=AMPLIFICADO +generator.amplified.info=Aviso: Sólo por diversión, requiere un equipo potente +generator.customized=Personalizado +generator.debug_all_block_states=Modo debug +generator.default=Por defecto +generator.flat=Súper plano +generator.largeBiomes=Biomas grandes +gui.achievements=Logros +gui.all=Todos +gui.back=Atrás +gui.cancel=Cancelar +gui.done=Listo +gui.down=Abajo +gui.no=No +gui.none=Ninguno +gui.stats=Estadísticas +gui.toMenu=Volver al menú principal +gui.up=Arriba +gui.yes=Sí +inventory.binSlot=Destruir ítem +item.apple.name=Manzana +item.appleGold.name=Manzana de oro +item.armorStand.name=Soporte para armaduras +item.arrow.name=Flecha +item.banner.black.name=Estandarte negro +item.banner.blue.name=Estandarte azul +item.banner.border.black=Bordura negra +item.banner.border.blue=Bordura azul +item.banner.border.brown=Bordura café +item.banner.border.cyan=Bordura cian +item.banner.border.gray=Bordura gris +item.banner.border.green=Bordura verde +item.banner.border.lightBlue=Bordura azul claro +item.banner.border.lime=Bordura verde lima +item.banner.border.magenta=Bordura magenta +item.banner.border.orange=Bordura naranja +item.banner.border.pink=Bordura rosa +item.banner.border.purple=Bordura morada +item.banner.border.red=Bordura roja +item.banner.border.silver=Bordura gris claro +item.banner.border.white=Bordura blanca +item.banner.border.yellow=Bordura amarilla +item.banner.bricks.black=Mazonado negro +item.banner.bricks.blue=Mazonado azul +item.banner.bricks.brown=Mazonado café +item.banner.bricks.cyan=Mazonado cian +item.banner.bricks.gray=Mazonado gris +item.banner.bricks.green=Mazonado verde +item.banner.bricks.lightBlue=Mazonado azul claro +item.banner.bricks.lime=Mazonado verde lima +item.banner.bricks.magenta=Mazonado magenta +item.banner.bricks.orange=Mazonado naranja +item.banner.bricks.pink=Mazonado rosa +item.banner.bricks.purple=Mazonado morado +item.banner.bricks.red=Mazonado rojo +item.banner.bricks.silver=Mazonado gris claro +item.banner.bricks.white=Mazonado blanco +item.banner.bricks.yellow=Mazonado amarillo +item.banner.brown.name=Estandarte café +item.banner.circle.black=Roel negro +item.banner.circle.blue=Roel azul +item.banner.circle.brown=Roel café +item.banner.circle.cyan=Roel cian +item.banner.circle.gray=Roel gris +item.banner.circle.green=Roel verde +item.banner.circle.lightBlue=Roel azul claro +item.banner.circle.lime=Roel verde lima +item.banner.circle.magenta=Roel magenta +item.banner.circle.orange=Roel naranja +item.banner.circle.pink=Roel rosa +item.banner.circle.purple=Roel morado +item.banner.circle.red=Roel rojo +item.banner.circle.silver=Roel gris claro +item.banner.circle.white=Roel blanco +item.banner.circle.yellow=Roel amarillo +item.banner.creeper.black=Escusón negro de Creeper +item.banner.creeper.blue=Escusón azul de Creeper +item.banner.creeper.brown=Escusón café de Creeper +item.banner.creeper.cyan=Escusón cian de Creeper +item.banner.creeper.gray=Escusón gris de Creeper +item.banner.creeper.green=Escusón verde de Creeper +item.banner.creeper.lightBlue=Escusón azul claro de Creeper +item.banner.creeper.lime=Escusón verde lima de Creeper +item.banner.creeper.magenta=Escusón magenta de Creeper +item.banner.creeper.orange=Escusón naranja de Creeper +item.banner.creeper.pink=Escusón rosa de Creeper +item.banner.creeper.purple=Escusón morado de Creeper +item.banner.creeper.red=Escusón rojo de Creeper +item.banner.creeper.silver=Escusón gris claro de Creeper +item.banner.creeper.white=Escusón blanco de Creeper +item.banner.creeper.yellow=Escusón amarillo de Creeper +item.banner.cross.black=Souter negro +item.banner.cross.blue=Souter azul +item.banner.cross.brown=Aspa café +item.banner.cross.cyan=Souter cian +item.banner.cross.gray=Souter gris +item.banner.cross.green=Souter verde +item.banner.cross.lightBlue=Souter azul claro +item.banner.cross.lime=Souter verde lima +item.banner.cross.magenta=Aspa magenta +item.banner.cross.orange=Souter naranja +item.banner.cross.pink=Souter rosa +item.banner.cross.purple=Aspa morada +item.banner.cross.red=Souter rojo +item.banner.cross.silver=Souter gris claro +item.banner.cross.white=Souter blanco +item.banner.cross.yellow=Souter amarillo +item.banner.curly_border.black=Bordura dentada negra +item.banner.curly_border.blue=Bordura dentada azul +item.banner.curly_border.brown=Bordura dentada café +item.banner.curly_border.cyan=Bordura dentada cian +item.banner.curly_border.gray=Bordura dentada gris +item.banner.curly_border.green=Bordura dentada verde +item.banner.curly_border.lightBlue=Bordura dentada azul claro +item.banner.curly_border.lime=Bordura dentada verde lima +item.banner.curly_border.magenta=Bordura dentada magenta +item.banner.curly_border.orange=Bordura dentada naranja +item.banner.curly_border.pink=Bordura dentada rosa +item.banner.curly_border.purple=Bordura dentada morada +item.banner.curly_border.red=Bordura dentada roja +item.banner.curly_border.silver=Bordura dentada gris claro +item.banner.curly_border.white=Bordura dentada blanca +item.banner.curly_border.yellow=Bordura dentada amarilla +item.banner.cyan.name=Estandarte cian +item.banner.diagonal_left.black=Tajado negro +item.banner.diagonal_left.blue=Tajado azul +item.banner.diagonal_left.brown=Tajado café +item.banner.diagonal_left.cyan=Tajado cian +item.banner.diagonal_left.gray=Tajado gris +item.banner.diagonal_left.green=Tajado verde +item.banner.diagonal_left.lightBlue=Tajado azul claro +item.banner.diagonal_left.lime=Tajado verde lima +item.banner.diagonal_left.magenta=Tajado magenta +item.banner.diagonal_left.orange=Tajado naranja +item.banner.diagonal_left.pink=Tajado rosa +item.banner.diagonal_left.purple=Tajado morado +item.banner.diagonal_left.red=Tajado rojo +item.banner.diagonal_left.silver=Tajado gris claro +item.banner.diagonal_left.white=Tajado blanco +item.banner.diagonal_left.yellow=Tajado amarillo +item.banner.diagonal_right.black=Tronchado negro +item.banner.diagonal_right.blue=Tronchado azul +item.banner.diagonal_right.brown=Tronchado café +item.banner.diagonal_right.cyan=Tronchado cian +item.banner.diagonal_right.gray=Tronchado gris +item.banner.diagonal_right.green=Tronchado verde +item.banner.diagonal_right.lightBlue=Tronchado azul claro +item.banner.diagonal_right.lime=Tronchado verde lima +item.banner.diagonal_right.magenta=Tronchado magenta +item.banner.diagonal_right.orange=Tronchado naranja +item.banner.diagonal_right.pink=Tronchado rosa +item.banner.diagonal_right.purple=Tronchado morado +item.banner.diagonal_right.red=Tronchado rojo +item.banner.diagonal_right.silver=Tronchado gris claro +item.banner.diagonal_right.white=Tronchado blanco +item.banner.diagonal_right.yellow=Tronchado amarillo +item.banner.diagonal_up_left.black=Tronchado negro invertido +item.banner.diagonal_up_left.blue=Tronchado azul invertido +item.banner.diagonal_up_left.brown=Tronchado café invertido +item.banner.diagonal_up_left.cyan=Tronchado cian invertido +item.banner.diagonal_up_left.gray=Tronchado gris invertido +item.banner.diagonal_up_left.green=Tronchado verde invertido +item.banner.diagonal_up_left.lightBlue=Tronchado azul claro invertido +item.banner.diagonal_up_left.lime=Tronchado verde lima invertido +item.banner.diagonal_up_left.magenta=Tronchado magenta invertido +item.banner.diagonal_up_left.orange=Tronchado naranja invertido +item.banner.diagonal_up_left.pink=Tronchado rosa invertido +item.banner.diagonal_up_left.purple=Tronchado morado invertido +item.banner.diagonal_up_left.red=Tronchado rojo invertido +item.banner.diagonal_up_left.silver=Tronchado gris claro invertido +item.banner.diagonal_up_left.white=Tronchado blanco invertido +item.banner.diagonal_up_left.yellow=Tronchado amarillo invertido +item.banner.diagonal_up_right.black=Tajado negro invertido +item.banner.diagonal_up_right.blue=Tajado azul invertido +item.banner.diagonal_up_right.brown=Tajado café invertido +item.banner.diagonal_up_right.cyan=Tajado cian invertido +item.banner.diagonal_up_right.gray=Tajado gris invertido +item.banner.diagonal_up_right.green=Tajado verde invertido +item.banner.diagonal_up_right.lightBlue=Tajado azul claro invertido +item.banner.diagonal_up_right.lime=Tajado verde lima invertido +item.banner.diagonal_up_right.magenta=Tajado magenta invertido +item.banner.diagonal_up_right.orange=Tajado naranja invertido +item.banner.diagonal_up_right.pink=Tajado rosa invertido +item.banner.diagonal_up_right.purple=Tajado morado invertido +item.banner.diagonal_up_right.red=Tajado rojo invertido +item.banner.diagonal_up_right.silver=Tajado gris claro invertido +item.banner.diagonal_up_right.white=Tajado blanco invertido +item.banner.diagonal_up_right.yellow=Tajado amarillo invertido +item.banner.flower.black=Escusón negro de flor +item.banner.flower.blue=Escusón azul de flor +item.banner.flower.brown=Escusón café de flor +item.banner.flower.cyan=Escusón cian de flor +item.banner.flower.gray=Escusón gris de flor +item.banner.flower.green=Escusón verde de flor +item.banner.flower.lightBlue=Escusón azul claro de flor +item.banner.flower.lime=Escusón verde lima de flor +item.banner.flower.magenta=Escusón magenta de flor +item.banner.flower.orange=Escusón naranja de flor +item.banner.flower.pink=Escusón rosa de flor +item.banner.flower.purple=Escusón morado de flor +item.banner.flower.red=Escusón rojo de flor +item.banner.flower.silver=Escusón gris claro de flor +item.banner.flower.white=Escusón blanco de flor +item.banner.flower.yellow=Escusón amarillo de flor +item.banner.gradient.black=Gradiente negro +item.banner.gradient.blue=Gradiente azul +item.banner.gradient.brown=Gradiente café +item.banner.gradient.cyan=Gradiente cian +item.banner.gradient.gray=Gradiente gris +item.banner.gradient.green=Gradiente verde +item.banner.gradient.lightBlue=Gradiente azul claro +item.banner.gradient.lime=Gradiente verde lima +item.banner.gradient.magenta=Gradiente magenta +item.banner.gradient.orange=Gradiente naranja +item.banner.gradient.pink=Gradiente rosa +item.banner.gradient.purple=Gradiente morado +item.banner.gradient.red=Gradiente rojo +item.banner.gradient.silver=Gradiente gris claro +item.banner.gradient.white=Gradiente blanco +item.banner.gradient.yellow=Gradiente amarillo +item.banner.gradient_up.black=Gradiente negro en campaña +item.banner.gradient_up.blue=Gradiente azul en campaña +item.banner.gradient_up.brown=Gradiente café en base +item.banner.gradient_up.cyan=Gradiente cian en campaña +item.banner.gradient_up.gray=Gradiente gris en campaña +item.banner.gradient_up.green=Gradiente verde en campaña +item.banner.gradient_up.lightBlue=Gradiente azul claro en campaña +item.banner.gradient_up.lime=Gradiente verde lima en campaña +item.banner.gradient_up.magenta=Gradiente magenta en base +item.banner.gradient_up.orange=Gradiente naranja en campaña +item.banner.gradient_up.pink=Gradiente rosa en campaña +item.banner.gradient_up.purple=Gradiente morado en campaña +item.banner.gradient_up.red=Gradiente rojo en campaña +item.banner.gradient_up.silver=Gradiente gris claro en campaña +item.banner.gradient_up.white=Gradiente blanco en campaña +item.banner.gradient_up.yellow=Gradiente amarillo en campaña +item.banner.gray.name=Estandarte gris +item.banner.green.name=Estandarte verde +item.banner.half_horizontal.black=Cortado negro +item.banner.half_horizontal.blue=Cortado azul +item.banner.half_horizontal.brown=Cortado café +item.banner.half_horizontal.cyan=Cortado cian +item.banner.half_horizontal.gray=Cortado gris +item.banner.half_horizontal.green=Cortado verde +item.banner.half_horizontal.lightBlue=Cortado azul claro +item.banner.half_horizontal.lime=Cortado verde lima +item.banner.half_horizontal.magenta=Cortado magenta +item.banner.half_horizontal.orange=Cortado naranja +item.banner.half_horizontal.pink=Cortado rosa +item.banner.half_horizontal.purple=Cortado morado +item.banner.half_horizontal.red=Cortado rojo +item.banner.half_horizontal.silver=Cortado gris claro +item.banner.half_horizontal.white=Cortado blanco +item.banner.half_horizontal.yellow=Cortado amarillo +item.banner.half_horizontal_bottom.black=Cortado negro invertido +item.banner.half_horizontal_bottom.blue=Cortado azul invertido +item.banner.half_horizontal_bottom.brown=Cortado café invertido +item.banner.half_horizontal_bottom.cyan=Cortado cian invertido +item.banner.half_horizontal_bottom.gray=Cortado gris invertido +item.banner.half_horizontal_bottom.green=Cortado verde invertido +item.banner.half_horizontal_bottom.lightBlue=Cortado azul claro invertido +item.banner.half_horizontal_bottom.lime=Cortado verde lima invertido +item.banner.half_horizontal_bottom.magenta=Cortado magenta invertido +item.banner.half_horizontal_bottom.orange=Cortado naranja invertido +item.banner.half_horizontal_bottom.pink=Cortado rosa invertido +item.banner.half_horizontal_bottom.purple=Cortado morado invertido +item.banner.half_horizontal_bottom.red=Cortado rojo invertido +item.banner.half_horizontal_bottom.silver=Cortado gris claro invertido +item.banner.half_horizontal_bottom.white=Cortado blanco invertido +item.banner.half_horizontal_bottom.yellow=Cortado amarillo invertido +item.banner.half_vertical.black=Partido negro +item.banner.half_vertical.blue=Partido azul +item.banner.half_vertical.brown=Flanco diestro café +item.banner.half_vertical.cyan=Partido cian +item.banner.half_vertical.gray=Partido gris +item.banner.half_vertical.green=Partido verde +item.banner.half_vertical.lightBlue=Partido azul claro +item.banner.half_vertical.lime=Partido verde lima +item.banner.half_vertical.magenta=Flanco diestro magenta +item.banner.half_vertical.orange=Partido naranja +item.banner.half_vertical.pink=Partido rosa +item.banner.half_vertical.purple=Partido morado +item.banner.half_vertical.red=Partido rojo +item.banner.half_vertical.silver=Partido gris claro +item.banner.half_vertical.white=Partido blanco +item.banner.half_vertical.yellow=Partido amarillo +item.banner.half_vertical_right.black=Partido negro invertido +item.banner.half_vertical_right.blue=Partido azul invertido +item.banner.half_vertical_right.brown=Flanco siniestro café +item.banner.half_vertical_right.cyan=Partido cian invertido +item.banner.half_vertical_right.gray=Partido gris invertido +item.banner.half_vertical_right.green=Partido verde invertido +item.banner.half_vertical_right.lightBlue=Partido azul claro invertido +item.banner.half_vertical_right.lime=Partido verde lima invertido +item.banner.half_vertical_right.magenta=Flanco siniestro magenta +item.banner.half_vertical_right.orange=Partido naranja invertido +item.banner.half_vertical_right.pink=Partido rosa invertido +item.banner.half_vertical_right.purple=Partido morado invertido +item.banner.half_vertical_right.red=Partido rojo invertido +item.banner.half_vertical_right.silver=Partido gris claro invertido +item.banner.half_vertical_right.white=Partido blanco invertido +item.banner.half_vertical_right.yellow=Partido amarillo invertido +item.banner.lightBlue.name=Estandarte azul claro +item.banner.lime.name=Estandarte verde lima +item.banner.magenta.name=Estandarte magenta +item.banner.mojang.black=Cosa negra +item.banner.mojang.blue=Cosa azul +item.banner.mojang.brown=Cosa café +item.banner.mojang.cyan=Cosa cian +item.banner.mojang.gray=Cosa gris +item.banner.mojang.green=Cosa verde +item.banner.mojang.lightBlue=Cosa azul claro +item.banner.mojang.lime=Cosa verde lima +item.banner.mojang.magenta=Cosa magenta +item.banner.mojang.orange=Cosa naranja +item.banner.mojang.pink=Cosa rosa +item.banner.mojang.purple=Cosa morada +item.banner.mojang.red=Cosa roja +item.banner.mojang.silver=Cosa gris claro +item.banner.mojang.white=Cosa blanca +item.banner.mojang.yellow=Cosa amarilla +item.banner.orange.name=Estandarte naranja +item.banner.pink.name=Estandarte rosa +item.banner.purple.name=Estandarte morado +item.banner.red.name=Estandarte rojo +item.banner.rhombus.black=Losange negro +item.banner.rhombus.blue=Losange azul +item.banner.rhombus.brown=Rombo café +item.banner.rhombus.cyan=Losange cian +item.banner.rhombus.gray=Losange gris +item.banner.rhombus.green=Losange verde +item.banner.rhombus.lightBlue=Losange azul claro +item.banner.rhombus.lime=Losange verde lima +item.banner.rhombus.magenta=Rombo magenta +item.banner.rhombus.orange=Losange naranja +item.banner.rhombus.pink=Losange rosa +item.banner.rhombus.purple=Losange morado +item.banner.rhombus.red=Losange rojo +item.banner.rhombus.silver=Losange gris claro +item.banner.rhombus.white=Losange blanco +item.banner.rhombus.yellow=Losange amarillo +item.banner.silver.name=Estandarte gris claro +item.banner.skull.black=Escusón negro de calavera +item.banner.skull.blue=Escusón azul de calavera +item.banner.skull.brown=Escusón café de calavera +item.banner.skull.cyan=Escusón cian de calavera +item.banner.skull.gray=Escusón gris de calavera +item.banner.skull.green=Escusón verde de calavera +item.banner.skull.lightBlue=Escusón azul claro de calavera +item.banner.skull.lime=Escusón verde lima de calavera +item.banner.skull.magenta=Escusón magenta de calavera +item.banner.skull.orange=Escusón naranja de calavera +item.banner.skull.pink=Escusón rosa de calavera +item.banner.skull.purple=Escusón morado de calavera +item.banner.skull.red=Escusón rojo de calavera +item.banner.skull.silver=Escusón gris claro de calavera +item.banner.skull.white=Escusón blanco de calavera +item.banner.skull.yellow=Escusón amarillo de calavera +item.banner.small_stripes.black=Vergetado negro +item.banner.small_stripes.blue=Vergetado azul +item.banner.small_stripes.brown=Vergetado café +item.banner.small_stripes.cyan=Vergetado cian +item.banner.small_stripes.gray=Vergetado gris +item.banner.small_stripes.green=Vergetado verde +item.banner.small_stripes.lightBlue=Vergetado azul claro +item.banner.small_stripes.lime=Vergetado verde lima +item.banner.small_stripes.magenta=Vergetado magenta +item.banner.small_stripes.orange=Vergetado naranja +item.banner.small_stripes.pink=Vergetado rosa +item.banner.small_stripes.purple=Vergetado morado +item.banner.small_stripes.red=Vergetado rojo +item.banner.small_stripes.silver=Vergetado gris claro +item.banner.small_stripes.white=Vergetado blanco +item.banner.small_stripes.yellow=Vergetado amarillo +item.banner.square_bottom_left.black=Cantón diestro negro en campaña +item.banner.square_bottom_left.blue=Cantón diestro azul en campaña +item.banner.square_bottom_left.brown=Cantón diestro café en campaña +item.banner.square_bottom_left.cyan=Cantón diestro cian en campaña +item.banner.square_bottom_left.gray=Cantón diestro gris en campaña +item.banner.square_bottom_left.green=Cantón diestro verde en campaña +item.banner.square_bottom_left.lightBlue=Cantón diestro azul claro en campaña +item.banner.square_bottom_left.lime=Cantón diestro verde lima en campaña +item.banner.square_bottom_left.magenta=Cantón diestro magenta en campaña +item.banner.square_bottom_left.orange=Cantón diestro naranja en campaña +item.banner.square_bottom_left.pink=Cantón diestro rosa en campaña +item.banner.square_bottom_left.purple=Cantón diestro morado en campaña +item.banner.square_bottom_left.red=Cantón diestro rojo en campaña +item.banner.square_bottom_left.silver=Cantón diestro gris claro en campaña +item.banner.square_bottom_left.white=Cantón diestro blanco en campaña +item.banner.square_bottom_left.yellow=Cantón diestro amarillo en campaña +item.banner.square_bottom_right.black=Cantón siniestro negro en campaña +item.banner.square_bottom_right.blue=Cantón siniestro azul en campaña +item.banner.square_bottom_right.brown=Cantón siniestro café en campaña +item.banner.square_bottom_right.cyan=Cantón siniestro cian en campaña +item.banner.square_bottom_right.gray=Cantón siniestro gris en campaña +item.banner.square_bottom_right.green=Cantón siniestro verde en campaña +item.banner.square_bottom_right.lightBlue=Cantón siniestro azul claro en campaña +item.banner.square_bottom_right.lime=Cantón siniestro verde lima en campaña +item.banner.square_bottom_right.magenta=Cantón siniestro magenta en campaña +item.banner.square_bottom_right.orange=Cantón siniestro naranja en campaña +item.banner.square_bottom_right.pink=Cantón siniestro rosa en campaña +item.banner.square_bottom_right.purple=Cantón siniestro morado en campaña +item.banner.square_bottom_right.red=Cantón siniestro rojo en campaña +item.banner.square_bottom_right.silver=Cantón siniestro gris claro en campaña +item.banner.square_bottom_right.white=Cantón siniestro blanco en campaña +item.banner.square_bottom_right.yellow=Cantón siniestro amarillo en campaña +item.banner.square_top_left.black=Cantón diestro negro en jefe +item.banner.square_top_left.blue=Cantón diestro azul en jefe +item.banner.square_top_left.brown=Cantón diestro café en jefe +item.banner.square_top_left.cyan=Cantón diestro cian en jefe +item.banner.square_top_left.gray=Cantón diestro gris en jefe +item.banner.square_top_left.green=Cantón diestro verde en jefe +item.banner.square_top_left.lightBlue=Cantón diestro azul claro en jefe +item.banner.square_top_left.lime=Cantón diestro verde lima en jefe +item.banner.square_top_left.magenta=Cantón diestro magenta en jefe +item.banner.square_top_left.orange=Cantón diestro naranja en jefe +item.banner.square_top_left.pink=Cantón diestro rosa en jefe +item.banner.square_top_left.purple=Cantón diestro morado en jefe +item.banner.square_top_left.red=Cantón diestro rojo en jefe +item.banner.square_top_left.silver=Cantón diestro gris claro en jefe +item.banner.square_top_left.white=Cantón diestro blanco en jefe +item.banner.square_top_left.yellow=Cantón diestro amarillo en jefe +item.banner.square_top_right.black=Cantón siniestro negro en jefe +item.banner.square_top_right.blue=Cantón siniestro azul en jefe +item.banner.square_top_right.brown=Cantón siniestro café en jefe +item.banner.square_top_right.cyan=Cantón siniestro cian en jefe +item.banner.square_top_right.gray=Cantón siniestro gris en jefe +item.banner.square_top_right.green=Cantón siniestro verde en jefe +item.banner.square_top_right.lightBlue=Cantón siniestro azul claro en jefe +item.banner.square_top_right.lime=Cantón siniestro verde lima en jefe +item.banner.square_top_right.magenta=Cantón siniestro magenta en jefe +item.banner.square_top_right.orange=Cantón siniestro naranja en jefe +item.banner.square_top_right.pink=Cantón siniestro rosa en jefe +item.banner.square_top_right.purple=Cantón siniestro morado en jefe +item.banner.square_top_right.red=Cantón siniestro rojo en jefe +item.banner.square_top_right.silver=Cantón siniestro gris claro en jefe +item.banner.square_top_right.white=Cantón siniestro blanco en jefe +item.banner.square_top_right.yellow=Cantón siniestro amarillo en jefe +item.banner.straight_cross.black=Cruz negra +item.banner.straight_cross.blue=Cruz azul +item.banner.straight_cross.brown=Cruz café +item.banner.straight_cross.cyan=Cruz cian +item.banner.straight_cross.gray=Cruz gris +item.banner.straight_cross.green=Cruz verde +item.banner.straight_cross.lightBlue=Cruz azul claro +item.banner.straight_cross.lime=Cruz verde lima +item.banner.straight_cross.magenta=Cruz magenta +item.banner.straight_cross.orange=Cruz naranja +item.banner.straight_cross.pink=Cruz rosa +item.banner.straight_cross.purple=Cruz morada +item.banner.straight_cross.red=Cruz roja +item.banner.straight_cross.silver=Cruz gris claro +item.banner.straight_cross.white=Cruz blanca +item.banner.straight_cross.yellow=Cruz amarilla +item.banner.stripe_bottom.black=Faja negra en campaña +item.banner.stripe_bottom.blue=Faja azul en campaña +item.banner.stripe_bottom.brown=Faja café en campaña +item.banner.stripe_bottom.cyan=Faja cian en campaña +item.banner.stripe_bottom.gray=Faja gris en campaña +item.banner.stripe_bottom.green=Faja verde en campaña +item.banner.stripe_bottom.lightBlue=Faja azul claro en campaña +item.banner.stripe_bottom.lime=Faja verde lima en campaña +item.banner.stripe_bottom.magenta=Faja magenta en campaña +item.banner.stripe_bottom.orange=Faja naranja en campaña +item.banner.stripe_bottom.pink=Faja rosa en campaña +item.banner.stripe_bottom.purple=Faja morada en campaña +item.banner.stripe_bottom.red=Faja roja en campaña +item.banner.stripe_bottom.silver=Faja gris claro en campaña +item.banner.stripe_bottom.white=Faja blanca en campaña +item.banner.stripe_bottom.yellow=Faja amarilla en campaña +item.banner.stripe_center.black=Palo negro +item.banner.stripe_center.blue=Palo azul +item.banner.stripe_center.brown=Palo café +item.banner.stripe_center.cyan=Palo cian +item.banner.stripe_center.gray=Palo gris +item.banner.stripe_center.green=Palo verde +item.banner.stripe_center.lightBlue=Palo azul claro +item.banner.stripe_center.lime=Palo verde lima +item.banner.stripe_center.magenta=Palo magenta +item.banner.stripe_center.orange=Palo naranja +item.banner.stripe_center.pink=Palo rosa +item.banner.stripe_center.purple=Palo morado +item.banner.stripe_center.red=Palo rojo +item.banner.stripe_center.silver=Palo gris claro +item.banner.stripe_center.white=Palo blanco +item.banner.stripe_center.yellow=Palo amarillo +item.banner.stripe_downleft.black=Barra negra +item.banner.stripe_downleft.blue=Barra azul +item.banner.stripe_downleft.brown=Banda café a siniestra +item.banner.stripe_downleft.cyan=Barra cian +item.banner.stripe_downleft.gray=Barra gris +item.banner.stripe_downleft.green=Barra verde +item.banner.stripe_downleft.lightBlue=Barra azul claro +item.banner.stripe_downleft.lime=Barra verde lima +item.banner.stripe_downleft.magenta=Banda magenta a siniestra +item.banner.stripe_downleft.orange=Barra naranja +item.banner.stripe_downleft.pink=Barra rosa +item.banner.stripe_downleft.purple=Banda morada a siniestra +item.banner.stripe_downleft.red=Barra roja +item.banner.stripe_downleft.silver=Barra gris claro +item.banner.stripe_downleft.white=Barra blanca +item.banner.stripe_downleft.yellow=Barra amarilla +item.banner.stripe_downright.black=Banda negra +item.banner.stripe_downright.blue=Banda azul +item.banner.stripe_downright.brown=Banda café +item.banner.stripe_downright.cyan=Banda cian +item.banner.stripe_downright.gray=Banda gris +item.banner.stripe_downright.green=Banda verde +item.banner.stripe_downright.lightBlue=Banda azul claro +item.banner.stripe_downright.lime=Banda verde lima +item.banner.stripe_downright.magenta=Banda magenta +item.banner.stripe_downright.orange=Banda naranja +item.banner.stripe_downright.pink=Banda rosa +item.banner.stripe_downright.purple=Banda morada +item.banner.stripe_downright.red=Banda roja +item.banner.stripe_downright.silver=Banda gris claro +item.banner.stripe_downright.white=Banda blanca +item.banner.stripe_downright.yellow=Banda amarilla +item.banner.stripe_left.black=Palo negro a diestra +item.banner.stripe_left.blue=Palo azul a diestra +item.banner.stripe_left.brown=Palo café a diestra +item.banner.stripe_left.cyan=Palo cian a diestra +item.banner.stripe_left.gray=Palo gris a diestra +item.banner.stripe_left.green=Palo verde a diestra +item.banner.stripe_left.lightBlue=Palo azul claro a diestra +item.banner.stripe_left.lime=Palo verde lima a diestra +item.banner.stripe_left.magenta=Palo magenta a diestra +item.banner.stripe_left.orange=Palo naranja a diestra +item.banner.stripe_left.pink=Palo rosa a diestra +item.banner.stripe_left.purple=Palo morado a diestra +item.banner.stripe_left.red=Palo rojo a diestra +item.banner.stripe_left.silver=Palo gris claro a diestra +item.banner.stripe_left.white=Palo blanco a diestra +item.banner.stripe_left.yellow=Palo amarillo a diestra +item.banner.stripe_middle.black=Faja negra +item.banner.stripe_middle.blue=Faja azul +item.banner.stripe_middle.brown=Faja café +item.banner.stripe_middle.cyan=Faja cian +item.banner.stripe_middle.gray=Faja gris +item.banner.stripe_middle.green=Faja verde +item.banner.stripe_middle.lightBlue=Faja azul claro +item.banner.stripe_middle.lime=Faja verde lima +item.banner.stripe_middle.magenta=Faja magenta +item.banner.stripe_middle.orange=Faja naranja +item.banner.stripe_middle.pink=Faja rosa +item.banner.stripe_middle.purple=Faja morada +item.banner.stripe_middle.red=Faja roja +item.banner.stripe_middle.silver=Faja gris claro +item.banner.stripe_middle.white=Faja blanca +item.banner.stripe_middle.yellow=Faja amarilla +item.banner.stripe_right.black=Palo negro a siniestra +item.banner.stripe_right.blue=Palo azul a siniestra +item.banner.stripe_right.brown=Palo café a siniestra +item.banner.stripe_right.cyan=Palo cian a siniestra +item.banner.stripe_right.gray=Palo gris a siniestra +item.banner.stripe_right.green=Palo verde a siniestra +item.banner.stripe_right.lightBlue=Palo azul claro a siniestra +item.banner.stripe_right.lime=Palo verde lima a siniestra +item.banner.stripe_right.magenta=Palo magenta a siniestra +item.banner.stripe_right.orange=Palo naranja a siniestra +item.banner.stripe_right.pink=Palo rosa a siniestra +item.banner.stripe_right.purple=Palo morado a siniestra +item.banner.stripe_right.red=Palo rojo a siniestra +item.banner.stripe_right.silver=Palo gris claro a siniestra +item.banner.stripe_right.white=Palo blanco a siniestra +item.banner.stripe_right.yellow=Palo amarillo a siniestra +item.banner.stripe_top.black=Faja negra en jefe +item.banner.stripe_top.blue=Faja azul en jefe +item.banner.stripe_top.brown=Faja café en jefe +item.banner.stripe_top.cyan=Faja cian en jefe +item.banner.stripe_top.gray=Faja gris en jefe +item.banner.stripe_top.green=Faja verde en jefe +item.banner.stripe_top.lightBlue=Faja azul claro en jefe +item.banner.stripe_top.lime=Faja verde lima en jefe +item.banner.stripe_top.magenta=Faja magenta en jefe +item.banner.stripe_top.orange=Faja naranja en jefe +item.banner.stripe_top.pink=Faja rosa en jefe +item.banner.stripe_top.purple=Faja morada en jefe +item.banner.stripe_top.red=Faja roja en jefe +item.banner.stripe_top.silver=Faja gris claro en jefe +item.banner.stripe_top.white=Faja blanca en jefe +item.banner.stripe_top.yellow=Faja amarilla en jefe +item.banner.triangle_bottom.black=Chevrón negro +item.banner.triangle_bottom.blue=Chevrón azul +item.banner.triangle_bottom.brown=Chevrón café +item.banner.triangle_bottom.cyan=Chevrón cian +item.banner.triangle_bottom.gray=Chevrón gris +item.banner.triangle_bottom.green=Chevrón verde +item.banner.triangle_bottom.lightBlue=Chevrón azul claro +item.banner.triangle_bottom.lime=Chevrón verde lima +item.banner.triangle_bottom.magenta=Chevrón magenta +item.banner.triangle_bottom.orange=Chevrón naranja +item.banner.triangle_bottom.pink=Chevrón rosa +item.banner.triangle_bottom.purple=Chevrón morado +item.banner.triangle_bottom.red=Chevrón rojo +item.banner.triangle_bottom.silver=Chevrón gris claro +item.banner.triangle_bottom.white=Chevrón blanco +item.banner.triangle_bottom.yellow=Chevrón amarillo +item.banner.triangle_top.black=Chevrón negro invertido +item.banner.triangle_top.blue=Chevrón azul invertido +item.banner.triangle_top.brown=Chevrón café invertido +item.banner.triangle_top.cyan=Chevrón cian invertido +item.banner.triangle_top.gray=Chevrón gris invertido +item.banner.triangle_top.green=Chevrón verde invertido +item.banner.triangle_top.lightBlue=Chevrón azul claro invertido +item.banner.triangle_top.lime=Chevrón verde lima invertido +item.banner.triangle_top.magenta=Chevrón magenta invertido +item.banner.triangle_top.orange=Chevrón naranja invertido +item.banner.triangle_top.pink=Chevrón rosa invertido +item.banner.triangle_top.purple=Chevrón morado invertido +item.banner.triangle_top.red=Chevrón rojo invertido +item.banner.triangle_top.silver=Chevrón gris claro invertido +item.banner.triangle_top.white=Chevrón blanco invertido +item.banner.triangle_top.yellow=Chevrón amarillo invertido +item.banner.triangles_bottom.black=Campaña negra dentada +item.banner.triangles_bottom.blue=Campaña azul dentada +item.banner.triangles_bottom.brown=Campaña café dentada +item.banner.triangles_bottom.cyan=Campaña cian dentada +item.banner.triangles_bottom.gray=Campaña gris dentada +item.banner.triangles_bottom.green=Campaña verde dentada +item.banner.triangles_bottom.lightBlue=Campaña azul claro dentada +item.banner.triangles_bottom.lime=Campaña verde lima dentada +item.banner.triangles_bottom.magenta=Campaña magenta dentada +item.banner.triangles_bottom.orange=Campaña naranja dentada +item.banner.triangles_bottom.pink=Campaña rosa dentada +item.banner.triangles_bottom.purple=Campaña morada dentada +item.banner.triangles_bottom.red=Campaña roja dentada +item.banner.triangles_bottom.silver=Campaña gris claro dentada +item.banner.triangles_bottom.white=Campaña blanca dentada +item.banner.triangles_bottom.yellow=Campaña amarilla dentada +item.banner.triangles_top.black=Jefe negro dentado +item.banner.triangles_top.blue=Jefe azul dentado +item.banner.triangles_top.brown=Jefe café dentado +item.banner.triangles_top.cyan=Jefe cian dentado +item.banner.triangles_top.gray=Jefe gris dentado +item.banner.triangles_top.green=Jefe verde dentado +item.banner.triangles_top.lightBlue=Jefe azul claro dentado +item.banner.triangles_top.lime=Jefe verde claro dentado +item.banner.triangles_top.magenta=Jefe magenta dentado +item.banner.triangles_top.orange=Jefe naranja dentado +item.banner.triangles_top.pink=Jefe rosa dentado +item.banner.triangles_top.purple=Jefe morado dentado +item.banner.triangles_top.red=Jefe rojo dentado +item.banner.triangles_top.silver=Jefe gris claro dentado +item.banner.triangles_top.white=Jefe blanco dentado +item.banner.triangles_top.yellow=Jefe amarillo dentado +item.banner.white.name=Estandarte blanco +item.banner.yellow.name=Estandarte amarillo +item.bed.name=Cama +item.beefCooked.name=Bistec +item.beefRaw.name=Bistec crudo +item.blazePowder.name=Polvo de Blaze +item.blazeRod.name=Vara de Blaze +item.boat.name=Bote +item.bone.name=Hueso +item.book.name=Libro +item.bootsChain.name=Botas de malla +item.bootsCloth.name=Botas de cuero +item.bootsDiamond.name=Botas de diamante +item.bootsGold.name=Botas de oro +item.bootsIron.name=Botas de hierro +item.bow.name=Arco +item.bowl.name=Bol +item.bread.name=Pan +item.brewingStand.name=Alambique alquímico +item.brick.name=Ladrillo +item.bucket.name=Cubeta +item.bucketLava.name=Cubeta con lava +item.bucketWater.name=Cubeta con agua +item.cake.name=Pastel +item.canBreak=Puede romper: +item.canPlace=Puede ser colocado sobre: +item.carrotGolden.name=Zanahoria de oro +item.carrotOnAStick.name=Caña con zanahoria +item.carrots.name=Zanahoria +item.cauldron.name=Caldero +item.charcoal.name=Carbón vegetal +item.chestplateChain.name=Pechera de malla +item.chestplateCloth.name=Túnica de cuero +item.chestplateDiamond.name=Pechera de diamante +item.chestplateGold.name=Pechera de oro +item.chestplateIron.name=Pechera de hierro +item.chickenCooked.name=Pollo cocido +item.chickenRaw.name=Pollo crudo +item.clay.name=Arcilla +item.clock.name=Reloj +item.coal.name=Carbón +item.comparator.name=Comparador de redstone +item.compass.name=Brújula +item.cookie.name=Galleta +item.diamond.name=Diamante +item.diode.name=Repetidor de redstone +item.doorAcacia.name=Puerta de acacia +item.doorBirch.name=Puerta de abedul +item.doorDarkOak.name=Puerta de roble oscuro +item.doorIron.name=Puerta de hierro +item.doorJungle.name=Puerta de jungla +item.doorOak.name=Puerta de roble +item.doorSpruce.name=Puerta de abeto +item.dyePowder.black.name=Saco de tinta negra +item.dyePowder.blue.name=Lapislázuli +item.dyePowder.brown.name=Cacao +item.dyePowder.cyan.name=Tinte cian +item.dyePowder.gray.name=Tinte gris +item.dyePowder.green.name=Tinte verde +item.dyePowder.lightBlue.name=Tinte azul claro +item.dyePowder.lime.name=Tinte verde lima +item.dyePowder.magenta.name=Tinte magenta +item.dyePowder.orange.name=Tinte naranja +item.dyePowder.pink.name=Tinte rosa +item.dyePowder.purple.name=Tinte morado +item.dyePowder.red.name=Tinte rojo +item.dyePowder.silver.name=Tinte gris claro +item.dyePowder.white.name=Hueso molido +item.dyePowder.yellow.name=Tinte amarillo +item.dyed=Teñido +item.egg.name=Huevo +item.emerald.name=Esmeralda +item.emptyMap.name=Mapa vacío +item.emptyPotion.name=Botella con agua +item.enchantedBook.name=Libro encantado +item.enderPearl.name=Perla de Ender +item.expBottle.name=Botella con experiencia +item.eyeOfEnder.name=Ojo de Ender +item.feather.name=Pluma +item.fermentedSpiderEye.name=Ojo de araña fermentado +item.fireball.name=Carga de fuego +item.fireworks.flight=Duración del vuelo: +item.fireworks.name=Cohete +item.fireworksCharge.black=Negro +item.fireworksCharge.blue=Azul +item.fireworksCharge.brown=Café +item.fireworksCharge.customColor=Personalizado +item.fireworksCharge.cyan=Cian +item.fireworksCharge.fadeTo=Disminuye a +item.fireworksCharge.flicker=Destellos +item.fireworksCharge.gray=Gris +item.fireworksCharge.green=Verde +item.fireworksCharge.lightBlue=Azul Claro +item.fireworksCharge.lime=Verde lima +item.fireworksCharge.magenta=Magenta +item.fireworksCharge.name=Pólvora para cohetes +item.fireworksCharge.orange=Naranja +item.fireworksCharge.pink=Rosa +item.fireworksCharge.purple=Morado +item.fireworksCharge.red=Rojo +item.fireworksCharge.silver=Gris Claro +item.fireworksCharge.trail=Estela +item.fireworksCharge.type=Forma Desconocida +item.fireworksCharge.type.0=Esfera pequeña +item.fireworksCharge.type.1=Esfera grande +item.fireworksCharge.type.2=Forma Estrella +item.fireworksCharge.type.3=Con forma de creeper +item.fireworksCharge.type.4=Estalla +item.fireworksCharge.white=Blanco +item.fireworksCharge.yellow=Amarillo +item.fish.clownfish.raw.name=Pez payaso +item.fish.cod.cooked.name=Pescado cocido +item.fish.cod.raw.name=Pescado crudo +item.fish.pufferfish.raw.name=Pez globo +item.fish.salmon.cooked.name=Salmón cocido +item.fish.salmon.raw.name=Salmón crudo +item.fishingRod.name=Caña de pescar +item.flint.name=Pedernal +item.flintAndSteel.name=Encendedor +item.flowerPot.name=Maceta +item.frame.name=Marco de ítem +item.ghastTear.name=Lágrima de Ghast +item.glassBottle.name=Botella +item.goldNugget.name=Pepita de oro +item.hatchetDiamond.name=Hacha de diamante +item.hatchetGold.name=Hacha de oro +item.hatchetIron.name=Hacha de hierro +item.hatchetStone.name=Hacha de piedra +item.hatchetWood.name=Hacha de madera +item.helmetChain.name=Yelmo de malla +item.helmetCloth.name=Gorra de cuero +item.helmetDiamond.name=Yelmo de diamante +item.helmetGold.name=Yelmo de oro +item.helmetIron.name=Yelmo de hierro +item.hoeDiamond.name=Azada de diamante +item.hoeGold.name=Azada de oro +item.hoeIron.name=Azada de hierro +item.hoeStone.name=Azada de piedra +item.hoeWood.name=Azada de Madera +item.horsearmordiamond.name=Armadura de diamante para caballo +item.horsearmorgold.name=Armadura de oro para caballo +item.horsearmormetal.name=Armadura de hierro para caballo +item.ingotGold.name=Lingote de oro +item.ingotIron.name=Lingote de hierro +item.leash.name=Correa +item.leather.name=Cuero +item.leaves.name=Hojas +item.leggingsChain.name=Grebas de malla +item.leggingsCloth.name=Pantalón de cuero +item.leggingsDiamond.name=Grebas de diamante +item.leggingsGold.name=Grebas de oro +item.leggingsIron.name=Grebas de hierro +item.magmaCream.name=Crema de magma +item.map.name=Mapa +item.melon.name=Sandía +item.milk.name=Leche +item.minecart.name=Vagón +item.minecartChest.name=Vagón con cofre +item.minecartCommandBlock.name=Vagón con bloque de comandos +item.minecartFurnace.name=Vagón con horno +item.minecartHopper.name=Vagón con tolva +item.minecartTnt.name=Vagón con TNT +item.monsterPlacer.name=Aparecer +item.mushroomStew.name=Sopa de hongos +item.muttonCooked.name=Cordero cocido +item.muttonRaw.name=Cordero crudo +item.nameTag.name=Etiqueta de nombre +item.netherStalkSeeds.name=Verruga +item.netherStar.name=Estrella del Nether +item.netherbrick.name=Ladrillo del Nether +item.netherquartz.name=Cuarzo +item.painting.name=Cuadro +item.paper.name=Papel +item.pickaxeDiamond.name=Pico de diamante +item.pickaxeGold.name=Pico de oro +item.pickaxeIron.name=Pico de hierro +item.pickaxeStone.name=Pico de piedra +item.pickaxeWood.name=Pico de madera +item.porkchopCooked.name=Cerdo cocido +item.porkchopRaw.name=Cerdo crudo +item.potato.name=Papa +item.potatoBaked.name=Papa horneada +item.potatoPoisonous.name=Patata venenosa +item.potion.name=Poción +item.prismarineCrystals.name=Cristales de prismarina +item.prismarineShard.name=Fragmento de prismarina +item.pumpkinPie.name=Torta de calabaza +item.rabbitCooked.name=Conejo asado +item.rabbitFoot.name=Pata de conejo +item.rabbitHide.name=Piel de conejo +item.rabbitRaw.name=Conejo crudo +item.rabbitStew.name=Estofado de conejo +item.record.11.desc=C418 - 11 +item.record.13.desc=C418 - 13 +item.record.blocks.desc=C418 - blocks +item.record.cat.desc=C418 - cat +item.record.chirp.desc=C418 - chirp +item.record.far.desc=C418 - far +item.record.mall.desc=C418 - mall +item.record.mellohi.desc=C418 - mellohi +item.record.name=Disco de música +item.record.stal.desc=C418 - stal +item.record.strad.desc=C418 - strad +item.record.wait.desc=C418 - wait +item.record.ward.desc=C418 - ward +item.redstone.name=Redstone +item.reeds.name=Cañas de azúcar +item.rottenFlesh.name=Carne podrida +item.ruby.name=Rubí +item.saddle.name=Silla de Montar +item.seeds.name=Semillas +item.seeds_melon.name=Semillas de sandía +item.seeds_pumpkin.name=Semillas de calabaza +item.shears.name=Tijeras +item.shovelDiamond.name=Pala de diamante +item.shovelGold.name=Pala de oro +item.shovelIron.name=Pala de hierro +item.shovelStone.name=Pala de piedra +item.shovelWood.name=Pala de madera +item.sign.name=Letrero +item.skull.char.name=Cabeza +item.skull.creeper.name=Cabeza de Creeper +item.skull.player.name=Cabeza de %s +item.skull.skeleton.name=Cráneo de esqueleto +item.skull.wither.name=Cráneo de Wither +item.skull.zombie.name=Cabeza de zombi +item.slimeball.name=Bola de Slime +item.snowball.name=Bola de nieve +item.speckledMelon.name=Sandía brillante +item.spiderEye.name=Ojo de araña +item.stick.name=Palo +item.string.name=Hilo +item.sugar.name=Azúcar +item.sulphur.name=Pólvora +item.swordDiamond.name=Espada de diamante +item.swordGold.name=Espada de oro +item.swordIron.name=Espada de hierro +item.swordStone.name=Espada de piedra +item.swordWood.name=Espada de madera +item.unbreakable=Irrompible +item.wheat.name=Trigo +item.writingBook.name=Libro y pluma +item.writtenBook.name=Libro escrito +item.yellowDust.name=Polvo de piedra brillante +itemGroup.brewing=Pociones +itemGroup.buildingBlocks=Construcción +itemGroup.combat=Armería +itemGroup.decorations=Decoración +itemGroup.food=Comida +itemGroup.inventory=Inventario de supervivencia +itemGroup.materials=Materiales +itemGroup.misc=Varios +itemGroup.redstone=Redstone +itemGroup.search=Buscar ítems +itemGroup.tools=Herramientas +itemGroup.transportation=Transporte +key.attack=Atacar/Destruir +key.back=Caminar hacia atrás +key.categories.gameplay=Juego +key.categories.inventory=Inventario +key.categories.misc=Varios +key.categories.movement=Movimiento +key.categories.multiplayer=Multijugador +key.categories.stream=Transmisión +key.categories.ui=Interfaz del juego +key.chat=Abrir chat +key.command=Abrir comando en chat +key.drop=Tirar ítem +key.forward=Caminar hacia delante +key.fullscreen=Modo pantalla completa +key.hotbar.1=Acceso rápido 1 +key.hotbar.2=Acceso rápido 2 +key.hotbar.3=Acceso rápido 3 +key.hotbar.4=Acceso rápido 4 +key.hotbar.5=Acceso rápido 5 +key.hotbar.6=Acceso rápido 6 +key.hotbar.7=Acceso rápido 7 +key.hotbar.8=Acceso rápido 8 +key.hotbar.9=Acceso rápido 9 +key.inventory=Inventario +key.jump=Saltar +key.left=Caminar hacia la izquierda +key.mouseButton=Botón %1$s +key.pickItem=Copiar bloque +key.playerlist=Lista de jugadores +key.right=Caminar hacia la derecha +key.screenshot=Captura de pantalla +key.smoothCamera=Cámara cinemática +key.sneak=Agacharse +key.spectatorOutlines=Destacar jugadores +key.sprint=Correr +key.streamCommercial=Mostrar promocionales +key.streamPauseUnpause=Pausar/Reanudar transmisión +key.streamStartStop=Iniciar/Terminar transmisión +key.streamToggleMic=Activar/Desactivar micrófono +key.togglePerspective=Cambiar vista del jugador +key.use=Usar ítem/Colocar bloque +lanServer.otherPlayers=Ajustes para otros jugadores +lanServer.scanning=Buscando mundos en LAN +lanServer.start=Empezar un mundo de LAN +lanServer.title=Mundo de LAN +language.code=es_MX +language.name=Español +language.region=México +mcoServer.title=Mundo de Minecraft online +menu.convertingLevel=Convirtiendo mundo +menu.disconnect=Desconectar +menu.game=Menú del juego +menu.generatingLevel=Creando el mundo +menu.generatingTerrain=Generando terreno +menu.loadingLevel=Cargando mundo +menu.multiplayer=Multijugador +menu.online=Reinos de Minecraft +menu.options=Opciones... +menu.playdemo=Jugar mundo de demo +menu.quit=Salir del juego +menu.resetdemo=Reiniciar el mundo demo +menu.respawning=Reapareciendo +menu.returnToGame=Volver al juego +menu.returnToMenu=Guardar y salir al menú +menu.shareToLan=Abrir al LAN +menu.simulating=Simulando mundo +menu.singleplayer=Un jugador +menu.switchingLevel=Cambiando los mundos +merchant.deprecated=¡Comercia otro ítem para desbloquear! +mount.onboard=Presiona %1$s para desmontarte +multiplayer.connect=Conectar +multiplayer.downloadingStats=Descargando estadísticas y logros... +multiplayer.downloadingTerrain=Descargando el terreno +multiplayer.info1=Minecraft Multijugador no está terminado, pero hay +multiplayer.info2=realizándose una prueba en busca de errores y soluciones. +multiplayer.ipinfo=Introduce la IP de un servidor para conectarte a él: +multiplayer.player.joined=%s ha entrado a la partida +multiplayer.player.joined.renamed=%s (antes conocido como %s) ha entrado a la partida +multiplayer.player.left=%s ha dejado la partida +multiplayer.stopSleeping=Dejar la cama +multiplayer.texturePrompt.line1=Este servidor recomienda el uso de un paquete de recursos personalizado. +multiplayer.texturePrompt.line2=¿Quieres descargar e instalar la textura automáticamente? +multiplayer.title=Jugar en el modo multijugador +options.advancedButton=Ajustes de vídeo avanzados... +options.advancedOpengl=OpenGL avanzado +options.advancedVideoTitle=Ajustes de vídeo avanzados +options.anaglyph=3D anaglifo +options.ao=Iluminación suave +options.ao.max=Máxima +options.ao.min=Mínima +options.ao.off=NO +options.blockAlternatives=Bloques alternos +options.chat.color=Colores +options.chat.height.focused=Altura enfocada +options.chat.height.unfocused=Altura desenfocada +options.chat.links=Enlaces web +options.chat.links.prompt=Preguntar al abrir webs +options.chat.opacity=Opacidad +options.chat.scale=Escala +options.chat.title=Ajustes de chat... +options.chat.visibility=Chat +options.chat.visibility.full=Visible +options.chat.visibility.hidden=Ocultado +options.chat.visibility.system=Sólo comandos +options.chat.width=Ancho +options.controls=Controles... +options.customizeTitle=Personalizar los ajustes del mundo +options.difficulty=Dificultad +options.difficulty.easy=Fácil +options.difficulty.hard=Difícil +options.difficulty.hardcore=Extremo +options.difficulty.normal=Normal +options.difficulty.peaceful=Pacífico +options.farWarning1=Se recomienda la instalación de Java de 64 bits +options.farWarning2=para el renderizado 'Lejano' (tú tienes la versión de 32 bits) +options.fboEnable=Activar FBOs +options.forceUnicodeFont=Forzar fuente unicode +options.fov=Campo visual +options.fov.max=Quake Pro +options.fov.min=Normal +options.framerateLimit=FPS máximos +options.framerateLimit.max=Ilimitado +options.fullscreen=Pantalla completa +options.gamma=Brillo +options.gamma.max=Brillante +options.gamma.min=Oscuro +options.graphics=Gráficos +options.graphics.fancy=Detallados +options.graphics.fast=Rápido +options.guiScale=Interfaz +options.guiScale.auto=Auto. +options.guiScale.large=Grande +options.guiScale.normal=Normal +options.guiScale.small=Pequeña +options.hidden=Oculto +options.invertMouse=Invertir el mouse +options.language=Idioma... +options.languageWarning=La traducción podría no ser 100%% precisa +options.mipmapLevels=Suavizado de mipmap +options.modelPart.cape=Capa +options.modelPart.hat=Gorro +options.modelPart.jacket=Chamarra +options.modelPart.left_pants_leg=Pierna izquierda +options.modelPart.left_sleeve=Manga izquierda +options.modelPart.right_pants_leg=Pierna derecha +options.modelPart.right_sleeve=Manga derecha +options.multiplayer.title=Ajustes de multijugador... +options.music=Música +options.off=NO +options.on=SI +options.particles=Partículas +options.particles.all=Todas +options.particles.decreased=Disminuidas +options.particles.minimal=Mínimas +options.performanceButton=Ajustes de rendimiento de vídeo... +options.performanceVideoTitle=Ajustes de rendimiento de vídeo +options.postButton=Configuración del post-procesamiento... +options.postProcessEnable=Activar post-procesamiento +options.postVideoTitle=Configuración del post-procesamiento +options.qualityButton=Ajustes de calidad de vídeo... +options.qualityVideoTitle=Ajustes de calidad de vídeo +options.reducedDebugInfo=Reducir debug (F3) +options.renderClouds=Nubes +options.renderDistance=Renderizado +options.renderDistance.far=Lejano +options.renderDistance.normal=Normal +options.renderDistance.short=Corta +options.renderDistance.tiny=Pequeña +options.resourcepack=Paquetes de recursos... +options.saturation=Saturación +options.sensitivity=Sensibilidad +options.sensitivity.max=¡¡¡HIPERVELOZ!!! +options.sensitivity.min=*bostezo* +options.skinCustomisation=Personalizar la skin... +options.skinCustomisation.title=Personalización de la skin +options.snooper=Permitir informes +options.snooper.desc=Queremos recopilar información sobre tu PC para ayudar a mejorar Minecraft, sabiendo que cosas debemos mejorar y la existencia de los mayores bugs. Toda esta información es completamente anónima y puedes verla más abajo. Prometemos no hacer nada malo con todos esos datos, pero si prefieres no participar, ¡siéntete libre de desactivar la opción! +options.snooper.title=Lista de características del PC +options.snooper.view=Ajuste de informes... +options.sound=Sonido +options.sounds=Música y sonidos... +options.sounds.title=Ajustes de sonido +options.stream=Ajustes de Twitch... +options.stream.bytesPerPixel=Calidad +options.stream.changes=Tienes que reiniciar la transmisión para aplicar los cambios. +options.stream.chat.enabled=Activar +options.stream.chat.enabled.always=Siempre +options.stream.chat.enabled.never=Nunca +options.stream.chat.enabled.streaming=Sólo en transmisión +options.stream.chat.title=Ajustes del chat de Twitch +options.stream.chat.userFilter=Usuarios +options.stream.chat.userFilter.all=Todos +options.stream.chat.userFilter.mods=Moderadores +options.stream.chat.userFilter.subs=Suscriptores +options.stream.compression=Compresión +options.stream.compression.high=Alta +options.stream.compression.low=Baja +options.stream.compression.medium=Media +options.stream.estimation=Resolución estimada: %sx%s +options.stream.fps=FPS +options.stream.ingest.reset=Reiniciar preferencia +options.stream.ingest.title=Servidores de Twitch para transmisiones +options.stream.ingestSelection=Servidores de transmisión +options.stream.kbps=Ancho de banda +options.stream.micToggleBehavior=Pulsar para +options.stream.micVolumne=Volumen del micrófono +options.stream.mic_toggle.mute=Silenciar +options.stream.mic_toggle.talk=Hablar +options.stream.sendMetadata=Enviar metadatos +options.stream.systemVolume=Volumen del sistema +options.stream.title=Ajustes de transmisión por Twitch +options.title=Opciones +options.touchscreen=Modo pantalla táctil +options.vbo=Usar VBOs +options.video=Ajustes de gráficos... +options.videoTitle=Ajustes de gráficos +options.viewBobbing=Balanceo de la visión +options.visible=Visible +options.vsync=Usar VSync +potion.absorption=Absorción +potion.absorption.postfix=Poción de absorción +potion.blindness=Ceguera +potion.blindness.postfix=Poción de ceguera +potion.confusion=Náusea +potion.confusion.postfix=Poción de náuseas +potion.damageBoost=Fuerza +potion.damageBoost.postfix=Poción de fuerza +potion.digSlowDown=Fatiga al picar +potion.digSlowDown.postfix=Poción de embotamiento +potion.digSpeed=Prisa +potion.digSpeed.postfix=Poción de prisa +potion.effects.whenDrank=Cuando se aplica: +potion.empty=Sin efectos +potion.fireResistance=Resistencia ígnea +potion.fireResistance.postfix=Poción de resistencia al fuego +potion.harm=Daño instantáneo +potion.harm.postfix=Poción de daño +potion.heal=Salud instantánea +potion.heal.postfix=Poción de curación instantánea +potion.healthBoost=Recuperación +potion.healthBoost.postfix=Poción de salud extra +potion.hunger=Hambre +potion.hunger.postfix=Poción de Hambre +potion.invisibility=Invisibilidad +potion.invisibility.postfix=Poción de invisibilidad +potion.jump=Salto impulsado +potion.jump.postfix=Poción de salto +potion.moveSlowdown=Lentitud +potion.moveSlowdown.postfix=Poción de lentitud +potion.moveSpeed=Velocidad +potion.moveSpeed.postfix=Poción de velocidad +potion.nightVision=Visión nocturna +potion.nightVision.postfix=Poción de visión nocturna +potion.poison=Veneno +potion.poison.postfix=Poción de veneno +potion.potency.1=II +potion.potency.2=III +potion.potency.3=IV +potion.prefix.acrid=Aguda +potion.prefix.artless=Cándida +potion.prefix.awkward=Extraña +potion.prefix.bland=Suave +potion.prefix.bulky=Voluminosa +potion.prefix.bungling=Torpe +potion.prefix.buttered=Grasosa +potion.prefix.charming=Encantadora +potion.prefix.clear=Claro +potion.prefix.cordial=Cordial +potion.prefix.dashing=Gallarda +potion.prefix.debonair=Elegante +potion.prefix.diffuse=Difusa +potion.prefix.elegant=Elegante +potion.prefix.fancy=Fantasía +potion.prefix.flat=Plano +potion.prefix.foul=Asquerosa +potion.prefix.grenade=(Arrojadiza) +potion.prefix.gross=Asquerosa +potion.prefix.harsh=Dura +potion.prefix.milky=Lechosa +potion.prefix.mundane=Vulgar +potion.prefix.odorless=Inodora +potion.prefix.potent=Potente +potion.prefix.rank=Rango +potion.prefix.refined=Refinada +potion.prefix.smooth=Suave +potion.prefix.sparkling=Brillante +potion.prefix.stinky=Apestoso +potion.prefix.suave=Suave +potion.prefix.thick=Gruesa +potion.prefix.thin=Fina +potion.prefix.uninteresting=Poco interesante +potion.regeneration=Regeneración +potion.regeneration.postfix=Poción de regeneración +potion.resistance=Resistencia +potion.resistance.postfix=Poción de resistencia +potion.saturation=Saturación +potion.saturation.postfix=Poción de saturación +potion.waterBreathing=Respiración +potion.waterBreathing.postfix=Poción de Respiración Acuatica +potion.weakness=Debilidad +potion.weakness.postfix=Poción de debilidad +potion.wither=Wither +potion.wither.postfix=Poción de decaimiento +record.nowPlaying=Estás escuchando: %s +resourcePack.available.title=Paquetes en la carpeta +resourcePack.folderInfo=(Coloca los paquetes en la carpeta) +resourcePack.openFolder=Abrir carpeta contenedora +resourcePack.selected.title=Paquetes en uso +resourcePack.title=Seleccionar paquetes de recursos +screenshot.failure=No se pudo guardar la captura de pantalla: %s +screenshot.success=Captura guardada como %s +selectServer.add=Agregar servidor +selectServer.defaultName=Servidor de Minecraft +selectServer.delete=Borrar +selectServer.deleteButton=Borrar +selectServer.deleteQuestion=¿Seguro que deseas borrarlo? +selectServer.deleteWarning=¡Se perderá para siempre! (¡Mucho tiempo!) +selectServer.direct=Conexión directa +selectServer.edit=Editar +selectServer.empty=Vacío +selectServer.hiddenAddress=(IP oculta) +selectServer.refresh=Actualizar +selectServer.select=Entrar al servidor +selectServer.title=Seleccionar servidor +selectWorld.allowCommands=Permitir usar trucos: +selectWorld.allowCommands.info=Comandos como /gamemode, /xp +selectWorld.bonusItems=Cofre de ayuda: +selectWorld.cheats=Trucos +selectWorld.conversion=¡Debe ser convertido! +selectWorld.create=Crear mundo nuevo +selectWorld.createDemo=Jugar un nuevo mundo de demo +selectWorld.customizeType=Personalizar +selectWorld.delete=Borrar +selectWorld.deleteButton=Borrar +selectWorld.deleteQuestion=¿Seguro que deseas eliminar este mundo? +selectWorld.deleteWarning=¡Desaparecerá para siempre! (y eso es... ¡mucho tiempo!) +selectWorld.empty=vacío +selectWorld.enterName=Nombre del mundo +selectWorld.enterSeed=Semilla para el generador del mundo +selectWorld.gameMode=Modo +selectWorld.gameMode.adventure=Aventura +selectWorld.gameMode.adventure.line1=Lo mismo que supervivencia, pero no se puede +selectWorld.gameMode.adventure.line2=colocar ni destruir bloques +selectWorld.gameMode.creative=Creativo +selectWorld.gameMode.creative.line1=Recursos ilimitados, volar libremente y +selectWorld.gameMode.creative.line2=destrucción de bloques al instante +selectWorld.gameMode.hardcore=Extremo +selectWorld.gameMode.hardcore.line1=Igual que supervivencia, pero en la mayor +selectWorld.gameMode.hardcore.line2=dificultad y sólo una vida +selectWorld.gameMode.spectator=Espectador +selectWorld.gameMode.spectator.line1=Sólo puedes mirar +selectWorld.gameMode.survival=Supervivencia +selectWorld.gameMode.survival.line1=Busca recursos, elabora herramientas, +selectWorld.gameMode.survival.line2=obtén niveles y comida para sobrevivir +selectWorld.hardcoreMode=Extremo: +selectWorld.hardcoreMode.info=El mundo se borrará cuando mueras +selectWorld.mapFeatures=Estructuras aleatorias: +selectWorld.mapFeatures.info=Aldeas, mazmorras, etc. +selectWorld.mapType=Mundo: +selectWorld.mapType.normal=Normal +selectWorld.moreWorldOptions=Más opciones de mundo... +selectWorld.newWorld=Mundo nuevo +selectWorld.newWorld.copyOf=Copia de %s +selectWorld.recreate=Rehacer +selectWorld.rename=Renombrar +selectWorld.renameButton=Renombrar +selectWorld.renameTitle=Renombrar mundo +selectWorld.resultFolder=Se guardará en: +selectWorld.seedInfo=Deja en blanco para una semilla aleatoria +selectWorld.select=Jugar mundo seleccionado +selectWorld.title=Seleccionar mundo +selectWorld.world=Mundo +sign.edit=Editar mensaje del letrero +soundCategory.ambient=Ambiente +soundCategory.block=Bloques +soundCategory.hostile=Criaturas enemigas +soundCategory.master=Volumen general +soundCategory.music=Música +soundCategory.neutral=Criaturas amigables +soundCategory.player=Jugadores +soundCategory.record=Tocadiscos +soundCategory.weather=Clima +stat.animalsBred=Animales criados +stat.blocksButton=Bloques +stat.boatOneCm=Distancia en bote +stat.breakItem=%1$s agotados +stat.climbOneCm=Distancia escalada +stat.craftItem=%1$s elaborados +stat.crafted=Veces elaborado +stat.createWorld=Mundos creados +stat.crouchOneCm=Distancia agachado +stat.damageDealt=Daño hecho +stat.damageTaken=Daño recibido +stat.deaths=Número de muertes +stat.depleted=Veces agotado +stat.diveOneCm=Distancia buceada +stat.drop=Objetos tirados +stat.entityKilledBy=%s te ha matado %s veces +stat.entityKilledBy.none=Nunca te ha matado +stat.entityKills=Has matado a %s %s(s) +stat.entityKills.none=Nunca has matado uno/a +stat.fallOneCm=Distancia caída +stat.fishCaught=Peces capturados +stat.flyOneCm=Distancia volada +stat.generalButton=General +stat.horseOneCm=Distancia a caballo +stat.itemsButton=Objetos +stat.joinMultiplayer=Veces en Multijugador +stat.jump=Saltos +stat.junkFished=Basura Pescada +stat.leaveGame=Partidas terminadas +stat.loadWorld=Mundos cargados +stat.mineBlock=%1$s minado +stat.minecartOneCm=Distancia por vagón +stat.mined=Veces picado +stat.mobKills=Criaturas asesinadas +stat.mobsButton=Criaturas +stat.pigOneCm=Distancia en cerdo +stat.playOneMinute=Minutos jugados +stat.playerKills=Jugadores matados +stat.sprintOneCm=Distancia corriendo +stat.startGame=Veces jugado +stat.swimOneCm=Distancia nadada +stat.talkedToVillager=Hablado con aldeanos +stat.timeSinceDeath=Desde la última muerte +stat.tradedWithVillager=Comerciado con aldeanos +stat.treasureFished=Tesoros pescados +stat.useItem=%1$s Usado +stat.used=Veces usado +stat.walkOneCm=Distancia caminada +stats.tooltip.type.achievement=Logro +stats.tooltip.type.statistic=Estadística +stream.confirm_start=¿Estás seguro de querer iniciar una transmisión? +stream.unavailable.account_not_bound=Antes de poder hacer una transmisión por Twitch, necesitas vincular tu cuenta de Twitch en mojang.com. ¿Quisieras hacerlo ahora? +stream.unavailable.account_not_bound.okay=Vincular cuentas +stream.unavailable.account_not_migrated=Antes de poder retransmitir Minecraft a través de Twitch, es necesario migrar tu cuenta de Minecraft a una cuenta de Mojang. ¿Quieres hacerlo ahora? +stream.unavailable.account_not_migrated.okay=Migrar cuenta +stream.unavailable.failed_auth=Error en la verificación con Twitch. Entra en mojang.com y revincula tu cuenta de Twitch. +stream.unavailable.failed_auth.okay=Vincular cuentas +stream.unavailable.failed_auth_error=No se pudo conectar a Twitch. Prueba más tarde. +stream.unavailable.initialization_failure=No se pudo iniciar el Twitch SDK. +stream.unavailable.initialization_failure.extra=(Razón: %s) +stream.unavailable.library_arch_mismatch=La versión de Java usada para Minecraft es diferente a la que estás utilizando para abrir el launcher. Asegúrate de que es la misma, 32-bit o 64-bit para ambos. +stream.unavailable.library_failure=No se han podido cargar las bibliotecas necesarias para el servicio de transmisión por Twitch. +stream.unavailable.no_fbo=Tu tarjeta de vídeo tiene que ser compatible al menos con OpenGL 3.0 o soportar entidades de Framebuffer para usar la herramienta de transmisión de Twitch. +stream.unavailable.no_fbo.arb=El soporte de Framebuffer object a través de ARB es: %s +stream.unavailable.no_fbo.blend=El soporte de mezcla separada a través de EXT es: %s +stream.unavailable.no_fbo.ext=El soporte de Framebuffer object a través de EXT es: %s +stream.unavailable.no_fbo.version=Ahora estás usando: %s +stream.unavailable.not_supported.mac=Lamentablemente la retransmisión integrada de Twitch requiere como mínimo OSX 10.7 (Mac OS X Lion) o posterior. ¿Quieres visitar apple.com para saber más acerca de la actualización? +stream.unavailable.not_supported.mac.okay=Actualizar +stream.unavailable.not_supported.other=Desgraciadamente el servicio de transmisión integrada por Twitch requiere Windows Vista (o superior) o Mac OS X (10.7/Lion o superior) +stream.unavailable.not_supported.windows=Desafortunadamente la transmisión integrada por Twitch requiere una versión más reciente de Windows que la que tienes. Debes tener al menos Windows Vista ó superior. +stream.unavailable.report_to_mojang=Reportar a Mojang +stream.unavailable.soundflower.chat=Necesitas Soundflower para poder transmitir en Mac. %s +stream.unavailable.soundflower.chat.link=Clic aquí para instalarlo. +stream.unavailable.title=Transmisión por Twitch no disponible +stream.unavailable.unknown=Desafortunadamente no puedes transmitir en Twitch ahora. Y no sabemos por qué :'( +stream.unavailable.unknown.chat=No se pudo iniciar la transmisión: %s +stream.user.mode.administrator=Administrador de Twitch +stream.user.mode.banned=Baneado +stream.user.mode.banned.other=Baneado en el canal de %s +stream.user.mode.banned.self=Baneado en tu canal +stream.user.mode.broadcaster=Locutor +stream.user.mode.broadcaster.other=Locutor +stream.user.mode.broadcaster.self=Locutor (¡tú!) +stream.user.mode.moderator=Moderador +stream.user.mode.moderator.other=Moderador en el canal de %s +stream.user.mode.moderator.self=Moderador en tu canal +stream.user.mode.staff=Staff de Twitch +stream.user.subscription.subscriber=Suscriptor +stream.user.subscription.subscriber.other=Suscrito al canal de %s +stream.user.subscription.subscriber.self=Suscriptor de tu canal +stream.user.subscription.turbo=Twitch turbo +stream.userinfo.ban=Banear +stream.userinfo.chatTooltip=Clic para administrar usuario +stream.userinfo.mod=Hacer moderador +stream.userinfo.timeout=Tiempo de espera +stream.userinfo.unban=Desbanear +stream.userinfo.unmod=Quitar el moderador +tile.acaciaFence.name=Valla de acacia +tile.acaciaFenceGate.name=Puerta de valla de acacia +tile.activatorRail.name=Vía activadora +tile.anvil.intact.name=Yunque +tile.anvil.name=Yunque +tile.anvil.slightlyDamaged.name=Yunque poco dañado +tile.anvil.veryDamaged.name=Yunque muy dañado +tile.barrier.name=Barrera +tile.beacon.name=Faro +tile.beacon.primary=Poder primario +tile.beacon.secondary=Poder secundario +tile.bed.name=Cama +tile.bed.noSleep=Sólo puedes dormir de noche +tile.bed.notSafe=No puedes dormir, hay monstruos cerca +tile.bed.notValid=Tu cama no existe o está bloqueada +tile.bed.occupied=Esta cama está ocupada +tile.bedrock.name=Piedra madre +tile.birchFence.name=Valla de abedul +tile.birchFenceGate.name=Puerta de valla de abedul +tile.blockCoal.name=Bloque de carbón +tile.blockDiamond.name=Bloque de diamante +tile.blockEmerald.name=Bloque de esmeralda +tile.blockGold.name=Bloque de oro +tile.blockIron.name=Bloque de hierro +tile.blockLapis.name=Bloque de lapislázuli +tile.blockRedstone.name=Bloque de redstone +tile.bookshelf.name=Estante de libros +tile.brick.name=Ladrillos +tile.button.name=Botón +tile.cactus.name=Cactus +tile.cake.name=Pastel +tile.carrots.name=Zanahorias +tile.cauldron.name=Caldero +tile.chest.name=Cofre +tile.chestTrap.name=Cofre trampa +tile.clay.name=Arcilla +tile.clayHardened.name=Arcilla endurecida +tile.clayHardenedStained.black.name=Arcilla endurecida negra +tile.clayHardenedStained.blue.name=Arcilla endurecida azul +tile.clayHardenedStained.brown.name=Arcilla endurecida café +tile.clayHardenedStained.cyan.name=Arcilla endurecida cian +tile.clayHardenedStained.gray.name=Arcilla endurecida gris +tile.clayHardenedStained.green.name=Arcilla endurecida verde +tile.clayHardenedStained.lightBlue.name=Arcilla endurecida azul claro +tile.clayHardenedStained.lime.name=Arcilla endurecida verde lima +tile.clayHardenedStained.magenta.name=Arcilla endurecida magenta +tile.clayHardenedStained.name=Arcilla endurecida +tile.clayHardenedStained.orange.name=Arcilla endurecida naranja +tile.clayHardenedStained.pink.name=Arcilla endurecida rosa +tile.clayHardenedStained.purple.name=Arcilla endurecida morada +tile.clayHardenedStained.red.name=Arcilla endurecida roja +tile.clayHardenedStained.silver.name=Arcilla endurecida azul claro +tile.clayHardenedStained.white.name=Arcilla endurecida blanca +tile.clayHardenedStained.yellow.name=Arcilla endurecida amarilla +tile.cloth.black.name=Lana negra +tile.cloth.blue.name=Lana azul +tile.cloth.brown.name=Lana café +tile.cloth.cyan.name=Lana cian +tile.cloth.gray.name=Lana Gris +tile.cloth.green.name=Lana verde +tile.cloth.lightBlue.name=Lana azul claro +tile.cloth.lime.name=Lana Verde Lima +tile.cloth.magenta.name=Lana magenta +tile.cloth.name=Lana +tile.cloth.orange.name=Lana naranja +tile.cloth.pink.name=Lana rosa +tile.cloth.purple.name=Lana morada +tile.cloth.red.name=Lana roja +tile.cloth.silver.name=Lana gris claro +tile.cloth.white.name=Lana +tile.cloth.yellow.name=Lana amarilla +tile.cobbleWall.mossy.name=Pared de piedra labrada musgosa +tile.cobbleWall.normal.name=Pared de piedra labrada +tile.cocoa.name=Cacao +tile.commandBlock.name=Bloque de comandos +tile.crops.name=Cultivos +tile.darkOakFence.name=Valla de roble oscuro +tile.darkOakFenceGate.name=Puerta de valla de roble oscuro +tile.daylightDetector.name=Sensor de luz solar +tile.deadbush.name=Arbusto muerto +tile.detectorRail.name=Vía detectora +tile.dirt.coarse.name=Tierra espesa +tile.dirt.default.name=Tierra +tile.dirt.name=Tierra +tile.dirt.podzol.name=Podzol +tile.dispenser.name=Dispensador +tile.doorIron.name=Puerta de hierro +tile.doorWood.name=Puerta de madera +tile.doublePlant.fern.name=Helecho alto +tile.doublePlant.grass.name=Pasto alto +tile.doublePlant.name=Planta +tile.doublePlant.paeonia.name=Peonía +tile.doublePlant.rose.name=Rosal +tile.doublePlant.sunflower.name=Girasol +tile.doublePlant.syringa.name=Lavanda +tile.dragonEgg.name=Huevo de dragón +tile.dropper.name=Soltador +tile.enchantmentTable.name=Mesa de encantamientos +tile.endPortalFrame.name=Portal del End +tile.enderChest.name=Cofre de Ender +tile.farmland.name=Tierra de cultivos +tile.fence.name=Valla +tile.fenceGate.name=Puerta de valla de roble +tile.fenceIron.name=Barras de hierro +tile.fire.name=Fuego +tile.flower1.dandelion.name=Diente de León +tile.flower1.name=Flor +tile.flower2.allium.name=Allium +tile.flower2.blueOrchid.name=Orquídea azul +tile.flower2.houstonia.name=Azure bluet +tile.flower2.name=Flor +tile.flower2.oxeyeDaisy.name=Margarita +tile.flower2.poppy.name=Amapola +tile.flower2.tulipOrange.name=Tulipán naranja +tile.flower2.tulipPink.name=Tulipán rosa +tile.flower2.tulipRed.name=Tulipán rojo +tile.flower2.tulipWhite.name=Tulipán blanco +tile.furnace.name=Horno +tile.glass.name=Vidrio +tile.goldenRail.name=Vía propulsora +tile.grass.name=Bloque de pasto +tile.gravel.name=Grava +tile.hayBlock.name=Bala de heno +tile.hellrock.name=Piedra del Nether +tile.hellsand.name=Arena de almas +tile.hopper.name=Tolva +tile.ice.name=Hielo +tile.icePacked.name=Hielo comprimido +tile.ironTrapdoor.name=Trampilla de hierro +tile.jukebox.name=Tocadiscos +tile.jungleFence.name=Valla de jungla +tile.jungleFenceGate.name=Puerta de valla de jungla +tile.ladder.name=Escalera +tile.lava.name=Lava +tile.leaves.acacia.name=Hojas de acacia +tile.leaves.big_oak.name=Hojas de roble oscuro +tile.leaves.birch.name=Hojas de abedul +tile.leaves.jungle.name=Hojas de jungla +tile.leaves.name=Hojas +tile.leaves.oak.name=Hojas de roble +tile.leaves.spruce.name=Hojas de abeto +tile.lever.name=Palanca +tile.lightgem.name=Piedra brillante +tile.litpumpkin.name=Calabaza iluminada +tile.lockedchest.name=Cofre bloqueado +tile.log.acacia.name=Madera de acacia +tile.log.big_oak.name=Madera de roble oscuro +tile.log.birch.name=Madera de abedul +tile.log.jungle.name=Madera de jungla +tile.log.name=Madera +tile.log.oak.name=Madera de roble +tile.log.spruce.name=Madera de abeto +tile.melon.name=Sandía +tile.mobSpawner.name=Spawner de criaturas +tile.monsterStoneEgg.brick.name=Ladrillos de piedra con pez de plata +tile.monsterStoneEgg.chiseledbrick.name=Ladrillos de piedra grabada con pez de plata +tile.monsterStoneEgg.cobble.name=Piedra labrada con pez de plata +tile.monsterStoneEgg.crackedbrick.name=Ladrillos de piedra rota con pez de plata +tile.monsterStoneEgg.mossybrick.name=Ladrillos de piedra musgosa con pez de plata +tile.monsterStoneEgg.name=Piedra con pez de plata +tile.monsterStoneEgg.stone.name=Piedra con pez de plata +tile.mushroom.name=Hongo +tile.musicBlock.name=Bloque de sonido +tile.mycel.name=Micelio +tile.netherBrick.name=Ladrillos del Nether +tile.netherFence.name=Valla de ladrillos del Nether +tile.netherStalk.name=Verruga +tile.netherquartz.name=Mineral de cuarzo del Nether +tile.notGate.name=Antorcha de redstone +tile.obsidian.name=Obsidiana +tile.oreCoal.name=Mineral de carbón +tile.oreDiamond.name=Mineral de diamante +tile.oreEmerald.name=Mineral de esmeralda +tile.oreGold.name=Mineral de oro +tile.oreIron.name=Mineral de hierro +tile.oreLapis.name=Mineral de lapislázuli +tile.oreRedstone.name=Mineral de redstone +tile.oreRuby.name=Mineral de rubí +tile.pistonBase.name=Pistón +tile.pistonStickyBase.name=Pistón Pegajoso +tile.portal.name=Portal +tile.potatoes.name=Papas +tile.pressurePlateStone.name=Placa de presión de piedra +tile.pressurePlateWood.name=Placa de presión de madera +tile.prismarine.bricks.name=Ladrillos de prismarina +tile.prismarine.dark.name=Prismarina oscura +tile.prismarine.rough.name=Prismarina +tile.pumpkin.name=Calabaza +tile.quartzBlock.chiseled.name=Bloque de cuarzo grabado +tile.quartzBlock.default.name=Bloque de cuarzo +tile.quartzBlock.lines.name=Pilar de cuarzo +tile.quartzBlock.name=Bloque de cuarzo +tile.rail.name=Vía +tile.redSandStone.chiseled.name=Arenisca roja grabada +tile.redSandStone.default.name=Arenisca roja +tile.redSandStone.name=Arenisca roja +tile.redSandStone.smooth.name=Arenisca roja lisa +tile.redstoneDust.name=Polvo de redstone +tile.redstoneLight.name=Lámpara +tile.reeds.name=Cañas de azúcar +tile.sand.default.name=Arena +tile.sand.name=Arena +tile.sand.red.name=Arena roja +tile.sandStone.chiseled.name=Arenisca grabada +tile.sandStone.default.name=Arenisca +tile.sandStone.name=Arenisca +tile.sandStone.smooth.name=Arenisca suave +tile.sapling.acacia.name=Retoño de acacia +tile.sapling.big_oak.name=Retoño de roble oscuro +tile.sapling.birch.name=Retoño de abedul +tile.sapling.jungle.name=Retoño de árbol de la jungla +tile.sapling.oak.name=Retoño de roble +tile.sapling.spruce.name=Retoño de abeto +tile.seaLantern.name=Linterna del mar +tile.sign.name=Letrero +tile.slime.name=Bloque de Slime +tile.snow.name=Nieve +tile.sponge.dry.name=Esponja +tile.sponge.wet.name=Esponja mojada +tile.spruceFence.name=Valla de abeto +tile.spruceFenceGate.name=Puerta de valla de abeto +tile.stainedGlass.black.name=Vidrio negro +tile.stainedGlass.blue.name=Vidrio azul +tile.stainedGlass.brown.name=Vidrio café +tile.stainedGlass.cyan.name=Vidrio cian +tile.stainedGlass.gray.name=Vidrio gris +tile.stainedGlass.green.name=Vidrio verde +tile.stainedGlass.lightBlue.name=Vidrio azul claro +tile.stainedGlass.lime.name=Vidrio verde lima +tile.stainedGlass.magenta.name=Vidrio magenta +tile.stainedGlass.name=Vidrio tintado +tile.stainedGlass.orange.name=Vidrio naranja +tile.stainedGlass.pink.name=Vidrio rosa +tile.stainedGlass.purple.name=Vidrio morado +tile.stainedGlass.red.name=Vidrio rojo +tile.stainedGlass.silver.name=Vidrio gris claro +tile.stainedGlass.white.name=Vidrio blanco +tile.stainedGlass.yellow.name=Vidrio amarillo +tile.stairsBrick.name=Escaleras de Ladrillo +tile.stairsNetherBrick.name=Escaleras de ladrillos del Nether +tile.stairsQuartz.name=Escaleras de cuarzo +tile.stairsRedSandStone.name=Escaleras de arenisca roja +tile.stairsSandStone.name=Escaleras de arenisca +tile.stairsStone.name=Escaleras de piedra +tile.stairsStoneBrickSmooth.name=Escaleras de ladrillos de piedra +tile.stairsWood.name=Escaleras de madera de roble +tile.stairsWoodAcacia.name=Escaleras de madera de acacia +tile.stairsWoodBirch.name=Escaleras de madera de abedul +tile.stairsWoodDarkOak.name=Escaleras de madera de roble oscuro +tile.stairsWoodJungle.name=Escaleras de madera de jungla +tile.stairsWoodSpruce.name=Escaleras de madera de abeto +tile.stone.andesite.name=Andesita +tile.stone.andesiteSmooth.name=Andesita pulida +tile.stone.diorite.name=Diorita +tile.stone.dioriteSmooth.name=Diorita pulida +tile.stone.granite.name=Granito +tile.stone.graniteSmooth.name=Granito pulido +tile.stone.stone.name=Piedra +tile.stoneMoss.name=Piedra labrada musgosa +tile.stoneSlab.brick.name=Losa de ladrillos +tile.stoneSlab.cobble.name=Losa de piedra labrada +tile.stoneSlab.name=Losa de piedra +tile.stoneSlab.netherBrick.name=Losa de ladrillos del Nether +tile.stoneSlab.quartz.name=Losa de cuarzo +tile.stoneSlab.sand.name=Losa de arenisca +tile.stoneSlab.smoothStoneBrick.name=Losa de ladrillos de piedra +tile.stoneSlab.stone.name=Losa de piedra +tile.stoneSlab.wood.name=Losa de madera +tile.stoneSlab2.red_sandstone.name=Losa de arenisca roja +tile.stonebrick.name=Piedra labrada +tile.stonebricksmooth.chiseled.name=Ladrillos de piedra grabados +tile.stonebricksmooth.cracked.name=Ladrillos de piedra rota +tile.stonebricksmooth.default.name=Ladrillos de piedra +tile.stonebricksmooth.mossy.name=Ladrillos de piedra musgosa +tile.stonebricksmooth.name=Ladrillos de piedra +tile.tallgrass.fern.name=Helecho +tile.tallgrass.grass.name=Pasto +tile.tallgrass.name=Pasto +tile.tallgrass.shrub.name=Arbusto +tile.thinGlass.name=Panel de vidrio +tile.thinStainedGlass.black.name=Panel de vidrio negro +tile.thinStainedGlass.blue.name=Panel de vidrio azul +tile.thinStainedGlass.brown.name=Panel de vidrio café +tile.thinStainedGlass.cyan.name=Panel de vidrio cian +tile.thinStainedGlass.gray.name=Panel de vidrio gris +tile.thinStainedGlass.green.name=Panel de vidrio verde +tile.thinStainedGlass.lightBlue.name=Panel de vidrio azul claro +tile.thinStainedGlass.lime.name=Panel de vidrio verde lima +tile.thinStainedGlass.magenta.name=Panel de vidrio magenta +tile.thinStainedGlass.name=Panel de vidrio tintado +tile.thinStainedGlass.orange.name=Panel de vidrio naranja +tile.thinStainedGlass.pink.name=Panel de vidrio rosa +tile.thinStainedGlass.purple.name=Panel de vidrio morado +tile.thinStainedGlass.red.name=Panel de vidrio rojo +tile.thinStainedGlass.silver.name=Panel de vidrio gris claro +tile.thinStainedGlass.white.name=Panel de vidrio blanco +tile.thinStainedGlass.yellow.name=Panel de vidrio amarillo +tile.tnt.name=TNT +tile.torch.name=Antorcha +tile.trapdoor.name=Trampilla de madera +tile.tripWire.name=Cable +tile.tripWireSource.name=Gancho +tile.vine.name=Lianas +tile.water.name=Agua +tile.waterlily.name=Nenúfar +tile.web.name=Telaraña +tile.weightedPlate_heavy.name=Placa de presión de peso (pesada) +tile.weightedPlate_light.name=Placa de presión de peso (ligera) +tile.whiteStone.name=Piedra del End +tile.wood.acacia.name=Tablones de madera de acacia +tile.wood.big_oak.name=Tablones de madera de roble oscuro +tile.wood.birch.name=Tablones de madera de abedul +tile.wood.jungle.name=Tablones de madera de jungla +tile.wood.name=Tablones de madera +tile.wood.oak.name=Tablones de madera de roble +tile.wood.spruce.name=Tablones de abeto +tile.woodSlab.acacia.name=Losa de madera de acacia +tile.woodSlab.big_oak.name=Losa de madera de roble oscuro +tile.woodSlab.birch.name=Losa de madera de abedul +tile.woodSlab.jungle.name=Losa de madera de jungla +tile.woodSlab.name=Losa de madera +tile.woodSlab.oak.name=Losa de madera de roble +tile.woodSlab.spruce.name=Losa de madera de abeto +tile.woolCarpet.black.name=Alfombra negra +tile.woolCarpet.blue.name=Alfombra azul +tile.woolCarpet.brown.name=Alfombra café +tile.woolCarpet.cyan.name=Alfombra cian +tile.woolCarpet.gray.name=Alfombra gris +tile.woolCarpet.green.name=Alfombra verde +tile.woolCarpet.lightBlue.name=Alfombra azul claro +tile.woolCarpet.lime.name=Alfombra verde lima +tile.woolCarpet.magenta.name=Alfombra magenta +tile.woolCarpet.name=Alfombra +tile.woolCarpet.orange.name=Alfombra naranja +tile.woolCarpet.pink.name=Alfombra rosa +tile.woolCarpet.purple.name=Alfombra morada +tile.woolCarpet.red.name=Alfombra roja +tile.woolCarpet.silver.name=Alfombra gris claro +tile.woolCarpet.white.name=Alfombra +tile.woolCarpet.yellow.name=Alfombra amarilla +tile.workbench.name=Mesa de trabajo +title.oldgl1=Usas una tarjeta de vídeo vieja; esto puede impedirte jugar +title.oldgl2=porque pronto será necesario tener OpenGL 2.0 para jugar. +translation.test.invalid=hola % +translation.test.none=¡Hola mundo! +translation.test.world=mundo diff --git a/javascript/lang/es_UY.lang b/javascript/lang/es_UY.lang new file mode 100755 index 00000000..d64d1d6a --- /dev/null +++ b/javascript/lang/es_UY.lang @@ -0,0 +1,1807 @@ +achievement.acquireIron=Nuevo hardware +achievement.acquireIron.desc=Fundí un lingote de hierro +achievement.bakeCake=La Mentira +achievement.bakeCake.desc=¡Trigo, azúcar, leche y huevos! +achievement.blazeRod=En llamas +achievement.blazeRod.desc=Sacale la vara a un Blaze +achievement.bookcase=Bibliotecario +achievement.bookcase.desc=Construí algunas bibliotecas para mejorar tu mesa de encantamientos +achievement.breedCow=Repoblación +achievement.breedCow.desc=Criá dos vacas con trigo +achievement.buildBetterPickaxe=Consiguiendo una mejora +achievement.buildBetterPickaxe.desc=Construí un pico mejor +achievement.buildFurnace=Tema Caliente +achievement.buildFurnace.desc=Construye un horno con ocho bloques de piedra +achievement.buildHoe=Tiempo de hacer la granja! +achievement.buildHoe.desc=Usá tablas y palos para hacer una azada +achievement.buildPickaxe=¡Hora de minar! +achievement.buildPickaxe.desc=Usá tablas y palos para hacer un pico +achievement.buildSword=¡Hora de atacar! +achievement.buildSword.desc=Usá tablas y palos para hacer una espada +achievement.buildWorkBench=¡A Trabajar! +achievement.buildWorkBench.desc=Creá una mesa de trabajo con cuatro tablas +achievement.cookFish=Un pescado delicioso +achievement.cookFish.desc=Captura y cocina un pescado! +achievement.diamonds=¡DIAMANTES! +achievement.diamonds.desc=Conseguí diamantes con tus herramientas de hierro +achievement.diamondsToYou=¡Diamantes para ti! +achievement.diamondsToYou.desc=Lanza diamantes a otro jugador. +achievement.enchantments=Hechicero +achievement.enchantments.desc=Usa libros, obsidiana y diamantes para crear una tabla de hechizos +achievement.exploreAllBiomes=Hora de Aventura +achievement.exploreAllBiomes.desc=Descubrí todos los biomas +achievement.flyPig=Cuando los chanchos vuelen +achievement.flyPig.desc=Saltá a un precipicio con un cerdo +achievement.fullBeacon=Farolizador +achievement.fullBeacon.desc=Creá un faro completo +achievement.get=¡Logro conseguido! +achievement.ghast=Devolver al remitente +achievement.ghast.desc=Destruye a Ghast con una bola de fuego +achievement.killCow=Despellejando Vacas +achievement.killCow.desc=Consigue cuero +achievement.killEnemy=Cazador de monstruos +achievement.killEnemy.desc=Atacá y destruí un monstruo +achievement.killWither=El Comienzo. +achievement.killWither.desc=Matar al Wither +achievement.makeBread=¡Hiciste Pan! +achievement.makeBread.desc=Gira trigo hacia pan +achievement.mineWood=Madera de líder +achievement.mineWood.desc=Pegale a un árbol hasta que rompas un bloque de madera +achievement.onARail=En un Riel +achievement.onARail.desc=Viajá en vagoneta al menos 1 kilómetro desde donde empezaste +achievement.openInventory=Haciendo inventario +achievement.openInventory.desc=Apretá '%1$s' para abrir tu inventario. +achievement.overkill=Matanza +achievement.overkill.desc=Quita ocho corazones de daño en un solo golpe +achievement.overpowered=Todopoderoso +achievement.overpowered.desc=Fabrica una manzana de Notch +achievement.portal=Tenemos que ir más profundo +achievement.portal.desc=Construí un portal al infierno +achievement.potion=Destilería local +achievement.potion.desc=Prepará una poción +achievement.requires=Requiere '%1$s' +achievement.snipeSkeleton=Duelo de francotiradores +achievement.snipeSkeleton.desc=Matá a un esqueleto con una flecha a más de 50 metros +achievement.spawnWither=¿El Comienzo? +achievement.spawnWither.desc=Invocá al Wither +achievement.taken=¡Hecho! +achievement.theEnd=¿El Fin? +achievement.theEnd.desc=Llegá al Fin +achievement.theEnd2=El Fin. +achievement.theEnd2.desc=Derrotá al dragón del Fin +achievement.unknown=??? +addServer.add=Aceptar +addServer.enterIp=Dirección del servidor +addServer.enterName=Nombre del servidor +addServer.hideAddress=Ocultar dirección +addServer.resourcePack=Pack de recursos +addServer.resourcePack.disabled=NO +addServer.resourcePack.enabled=SI +addServer.resourcePack.prompt=Preguntar +addServer.title=Modificar la información del servidor +advMode.allEntities=Usa "@e" para elegir todas las entidades +advMode.allPlayers=Usá '@a' para elegir a todos los jugadores +advMode.command=Comando de consola +advMode.nearestPlayer=Usá "@p" para elegir al jugador más cercano +advMode.notAllowed=Tiene que ser jugador OP en modo creativo +advMode.notEnabled=Los bloques de comandos no están activados en este servidor +advMode.previousOutput=Salida de comando anterior +advMode.randomPlayer=Usá "@r" para elegir a un jugador al azar +advMode.setCommand=Establecer un comando de consola para el bloque +advMode.setCommand.success=Comando elegido: %s +attribute.name.generic.attackDamage=Daño de ataque +attribute.name.generic.followRange=Rango de seguimiento +attribute.name.generic.knockbackResistance=Resistencia al retroceso +attribute.name.generic.maxHealth=Salud máxima +attribute.name.generic.movementSpeed=Velocidad +attribute.name.horse.jumpStrength=Fuerza de salto del caballo +attribute.name.zombie.spawnReinforcements=Refuerzos zombi +book.byAuthor=por %1$s +book.editTitle=Título del libro: +book.finalizeButton=Firmar y cerrar +book.finalizeWarning=¡Ojo! Cuando firmes el libro, ya no va a poder editarse. +book.generation.0=Original +book.generation.1=Copia del original +book.generation.2=Copia de una copia +book.generation.3=Ajado +book.pageIndicator=Página %1$s de %2$s +book.signButton=Firmar + +build.tooHigh=El límite de altura para la construcción es de %s bloques +chat.cannotSend=No se puede enviar el mensaje de chat +chat.copy=Copiar +chat.link.confirm=¿Seguro que querés abrir esta pagina? +chat.link.confirmTrusted=¿Querés abrir esta web o copiarla al portapapeles? +chat.link.open=Abrir en el navegador +chat.link.warning=¡Nunca abras enlaces de gente que no confíes! +chat.stream.emote=(%s) * %s %s +chat.stream.text=(%s) <%s> %s +chat.type.achievement=%s ha conseguido el logro %s +chat.type.achievement.taken=%s ha perdido el logro %s +commands.achievement.give.success.all=Se le dio exitosamente todos los logros a %s +commands.achievement.give.success.one=Dado con éxito a %s la estadística %s +commands.achievement.statTooLow=jugador %s no tiene la estadística %s +commands.achievement.unknownAchievement=El logro o la estadística '%s' no existe +commands.ban.failed=No se pudo banear al jugador %s +commands.ban.success=Jugador %s baneado +commands.ban.usage=/ban [razón...] +commands.banip.invalid=Introdujiste una dirección IP no válida o de un jugador que no está conectado +commands.banip.success=Dirección IP %s baneada +commands.banip.success.players=La dirección IP %s perteneciente a %s fue baneada +commands.banip.usage=/ban-ip [razón ...] +commands.banlist.ips=Hay %s direcciones IP baneadas: +commands.banlist.players=Hay %s jugadores prohibidos en total: +commands.banlist.usage=/banlist [ips|jugadores] +commands.blockdata.failed=La dataTag no ha cambiado: %s +commands.blockdata.notValid=El bloque objetivo no puede contener datos +commands.blockdata.outOfWorld=No se puede poner el bloque fuera del mundo +commands.blockdata.success=Los datos del bloque se han actualizado a: %s +commands.blockdata.tagError=El análisis del tag de datos falló: %s +commands.blockdata.usage=/blockdata +commands.clear.failure=No se pudo borrar el inventario de %s, no hay objetos que borrar +commands.clear.success=Borrado el inventario de %s, se ha eliminado %s ítem/s +commands.clear.tagError=El análisis del tag de datos falló: %s +commands.clear.testing=%s tiene %s objetos que coinciden con los criterios +commands.clear.usage=/clear [jugador] [objeto] [datos] [cantidad máxima] [dataTag] +commands.clone.failed=No se han clonado bloques +commands.clone.noOverlap=El origen y el destino no se pueden superponer +commands.clone.outOfWorld=No se puede acceder a bloques fuera del mundo. +commands.clone.success=%s bloques clonados +commands.clone.tooManyBlocks=Demasiados bloques en el área especificada (%s > %s) +commands.clone.usage=/clone [modo] +commands.compare.failed=El origen y el destino no son idénticos +commands.compare.outOfWorld=No se puede acceder a bloques fuera del mundo +commands.compare.success=Se han comparado %s bloques +commands.compare.tooManyBlocks=Demasiados bloques en el área especificada (%s > %s) +commands.compare.usage=/testforblocks [modo] +commands.debug.notStarted=¡No puede frenarse la depuración si ni empezó! +commands.debug.start=Depuración iniciada +commands.debug.stop=Depuración detenida después de %s segundos (%s ticks) +commands.defaultgamemode.success=El modo de juego predeterminado del mundo ahora es %s +commands.defaultgamemode.usage=/defaultgamemode +commands.deop.failed=No se ha podido eliminar de administrador a %s +commands.deop.success=%s dejó de ser OP +commands.deop.usage=/ deop +commands.difficulty.success=Dificultad del juego cambiada a %s +commands.difficulty.usage=/difficulty +commands.downfall.success=Precipitaciones cambiadas +commands.effect.failure.notActive=No podía tomar %1$s %2$s ya que no tienen el efecto +commands.effect.failure.notActive.all=No se pudo eliminar ningun efecto de %s ya que no tiene ninguno +commands.effect.notFound=No hay tal multitud efectos con ID %s +commands.effect.success=Dado de %1$s (ID %2$s)*%3$s %4$s para %5$s segundos +commands.effect.success.removed=Tomó %1$s %2$s +commands.effect.success.removed.all=Eliminados todos los efectos de %s +commands.effect.usage=/effect [segundos] [amplificador] [ocultar partículas] +commands.enchant.cantCombine=%1$s no puede combinarse con %2$s +commands.enchant.cantEnchant=El encantamiento elegido no puede ser añadido al ítem +commands.enchant.noItem=El objetivo no lleva un ítem +commands.enchant.notFound=No existe ningún encantamiento con la ID %s +commands.enchant.success=Encantamiento exitoso +commands.enchant.usage=/enchant [nivel] +commands.entitydata.failed=La dataTag no ha cambiado: %s +commands.entitydata.noPlayers=%s es un jugador y no se puede cambiar +commands.entitydata.success=Los datos de la entidad se han actualizado a: %s +commands.entitydata.tagError=El análisis del tag de datos falló: %s +commands.entitydata.usage=/entitydata +commands.fill.failed=No se han colocado bloques +commands.fill.outOfWorld=No se pueden colocar bloques fuera del mundo +commands.fill.success=Se han colocado %s bloques +commands.fill.tagError=El análisis del tag de datos falló: %s +commands.fill.tooManyBlocks=Demasiados bloques en el área especificada (%s > %s) +commands.fill.usage=/fill [valor de datos] [oldBlockHandling] [dataTag] +commands.gamemode.success.other=Modo de juego de %s cambiado a %s +commands.gamemode.success.self=Tu modo de juego cambió a %s +commands.gamemode.usage=/gamemode [jugador] +commands.gamerule.norule=No hay ninguna regla del juego llamada '%s' +commands.gamerule.success=Las reglas del juego fueron cambiadas +commands.generic.boolean.invalid='%s' no es ni 'true' ni 'false' +commands.generic.double.tooBig=El número que pusiste (%s) es demasiado grande, tiene que ser máximo %s +commands.generic.double.tooSmall=El número que pusiste (%s) es demasiado pequeño, debe ser por lo menos %s +commands.generic.entity.invalidType=La entidad de tipo "%s" no es válida +commands.generic.entity.invalidUuid=El formato de la UUID de la entidad no es válido +commands.generic.entity.notFound=No se ha encontrado esa entidad +commands.generic.exception=Ocurrió un error desconocido al intentar ejecutar este comando +commands.generic.notFound=Comando desconocido. Escribí /help para obtener una lista de comandos +commands.generic.num.invalid='%s' no es un número válido +commands.generic.num.tooBig=El número que pusiste (%s) es demasiado grande, tiene que ser máximo %s +commands.generic.num.tooSmall=El número que pusiste (%s) es demasiado pequeño, debe ser por lo menos %s +commands.generic.parameter.invalid='%s' no es un parámetro valido +commands.generic.permission=No tenés permiso para usar este comando +commands.generic.player.notFound=Jugador no encontrado +commands.generic.syntax=Sintaxis de comando inválida +commands.generic.usage=Uso: %s +commands.give.notFound=No existe el objeto con el ID %s +commands.give.success=Dado %s * %s a %s +commands.give.tagError=El análisis del tag de datos falló: %s +commands.give.usage=/give <ítem> [cantidad] [data] [dataTag] +commands.help.footer=Sugerencia: Usá mientras escrivis un comando para auto-completar el comando o sus argumentos +commands.help.header=--- Mostrando página de ayuda %s de %s (/help ) --- +commands.help.usage=/help [página|nombre del comando] +commands.kick.success=Se expulsó a %s del juego +commands.kick.success.reason=Se expulsó a %s del juego: '%s' +commands.kick.usage=/kick [razón...] +commands.kill.successful=Mataste a %s +commands.kill.usage=/kill [jugador|entidad] +commands.me.usage=/me +commands.message.display.incoming=%s te susurró: %s +commands.message.display.outgoing=Le susurraste a %s: %s +commands.message.sameTarget=¡No podés enviarte un mensaje privado a vos mismo! +commands.message.usage=/tell +commands.op.failed=No se ha podido hacer administrador a %s +commands.op.success=%s ahora es Operador +commands.op.usage=/op +commands.particle.notFound=Nombre del efecto desconocido (%s) +commands.particle.success=Reproduciendo el efecto %s %s veces +commands.particle.usage=/particle [cantidad] [modo] +commands.players.list=Hay %s/%s jugadores conectados: +commands.playsound.playerTooFar=El jugador %s está muy lejos para escuchar el sonido +commands.playsound.success=El sonido '%s' se reprodujo a %s +commands.playsound.usage=/playsound [x] [y] [z] [volumen] [tono] [VolumenMinimo] +commands.publish.failed=Imposible alojar un juego local +commands.publish.started=Juego local alojado en el puerto %s +commands.replaceitem.block.usage=/replaceitem block [cantidad] [datos] [dataTag] +commands.replaceitem.entity.usage=/replaceitem entity [cantidad] [datos] [dataTag] +commands.replaceitem.failed=No se ha podido reemplazar el espacio %s con %s * %s +commands.replaceitem.noContainer=El bloque en %s, %s, %s no puede contener objetos +commands.replaceitem.success=Se ha reemplazado el espacio %s con %s * %s +commands.replaceitem.tagError=El análisis del tag de datos falló: %s +commands.replaceitem.usage=/replaceitem ... +commands.save-off.alreadyOff=El guardado ya está desactivado. +commands.save-on.alreadyOn=El guardado ya está activado. +commands.save.disabled=Auto-guardado desactivado +commands.save.enabled=Auto-guardado activado +commands.save.failed=Error en el guardado: %s +commands.save.start=Guardando... +commands.save.success=El mundo ha sido guardado +commands.say.usage=/say < mensaje... > +commands.scoreboard.allMatchesFailed=Han fallado todas las operaciones +commands.scoreboard.noMultiWildcard=Solo se permite un usuario comodín +commands.scoreboard.objectiveNotFound=Ningún objetivo se encontró con el nombre '%s' +commands.scoreboard.objectiveReadOnly=El objetivo de '%s' es de sólo lectura y no se puede establecer +commands.scoreboard.objectives.add.alreadyExists=Un objetivo con el nombre '%s' ya existe +commands.scoreboard.objectives.add.displayTooLong=El nombre '%s' es muy largo para un Objetivo, tiene que tener %s caracteres máximo +commands.scoreboard.objectives.add.success=Añadido nuevo objetivo '%s' con éxito +commands.scoreboard.objectives.add.tooLong=El nombre de display '%s' es muy largo para un Objetivo, tiene que tener %s caracteres máximo +commands.scoreboard.objectives.add.usage=/scoreboard objectives add [nombre a mostrar ...] +commands.scoreboard.objectives.add.wrongType=Tipo de criterio objetivo inválido '%s' +commands.scoreboard.objectives.list.count=Mostrando %s objetivo(s) en el marcador: +commands.scoreboard.objectives.list.empty=No hay objetivos en el marcador +commands.scoreboard.objectives.list.entry=- %s: mostrado como '%s' y es de tipo '%s' +commands.scoreboard.objectives.remove.success=Objetivo '%s' fue borrado con éxito +commands.scoreboard.objectives.remove.usage=/scoreboard objectives remove +commands.scoreboard.objectives.setdisplay.invalidSlot=No hay tal espacio '%s' +commands.scoreboard.objectives.setdisplay.successCleared=Borrado espacio de muestra de objetivo '%s' +commands.scoreboard.objectives.setdisplay.successSet=Se ha cambiado el objetivo a mostrar en el espacio '%s' a '%s' +commands.scoreboard.objectives.setdisplay.usage=/scoreboard objectives setdisplay [objetivo] +commands.scoreboard.objectives.usage=/scoreboard objectives ... +commands.scoreboard.players.add.usage=/scoreboard players add [dataTag] +commands.scoreboard.players.enable.noTrigger=El objetivo %s no es un desencadenante +commands.scoreboard.players.enable.success=Se ha activado el desencadenante %s para %s +commands.scoreboard.players.enable.usage=/scoreboard players enable +commands.scoreboard.players.list.count=Mostrando %s jugadores registrados en el marcador: +commands.scoreboard.players.list.empty=No hay jugadores registrados en el marcador +commands.scoreboard.players.list.player.count=monstrando %s objectio (s) buscados para %s: +commands.scoreboard.players.list.player.empty=El jugador %s no tiene puntos registrados +commands.scoreboard.players.list.usage=/scoreboard players list [nombre] +commands.scoreboard.players.operation.notFound=No se ha encontrado puntuación de %s para %s +commands.scoreboard.players.operation.usage=/scoreboard players operation +commands.scoreboard.players.remove.usage=/scoreboard players remove [dataTag] +commands.scoreboard.players.reset.success=Restablecer todas las puntuaciones del jugador %s +commands.scoreboard.players.reset.usage=/scoreboard players reset [objetivo] +commands.scoreboard.players.resetscore.success=Se ha reiniciado la puntuación %s de %s +commands.scoreboard.players.set.success=Sistema de puntuación de %s para jugador %s %s +commands.scoreboard.players.set.tagError=No se ha podido analizar la etiqueta de datos por el siguiente motivo: %s +commands.scoreboard.players.set.tagMismatch=El dataTag no coincide con %s +commands.scoreboard.players.set.usage=/scoreboard players set [dataTag] +commands.scoreboard.players.test.failed=La puntuación %s no está en el rango de %s a %s +commands.scoreboard.players.test.notFound=No se ha encontrado puntuación de %s para %s +commands.scoreboard.players.test.success=La puntuación %s está en el rango de %s a %s +commands.scoreboard.players.test.usage=/scoreboard players test +commands.scoreboard.players.usage=/scoreboard players ... +commands.scoreboard.teamNotFound=No se encontró con el nombre de '%s' +commands.scoreboard.teams.add.alreadyExists=Un equipo con el nombre '%s' ya existe +commands.scoreboard.teams.add.displayTooLong=El nombre '%s' es demasiado largo para un equipo, tiene que tener un máximo de %s carácteres +commands.scoreboard.teams.add.success=Nuevo equipo '%s' agregado con éxito +commands.scoreboard.teams.add.tooLong=El texto a mostrar '%s' es demasiado largo para un equipo, tiene que tener un máximo de %s carácteres +commands.scoreboard.teams.add.usage=/scoreboard teams add [nombre para mostrar] +commands.scoreboard.teams.empty.alreadyEmpty=El equipo %s ya está vacío, no se pueden sacar jugadores inexistentes +commands.scoreboard.teams.empty.success=Se vació el equipo %s (tenía %s jugadores) +commands.scoreboard.teams.join.failure=No se pudo agregar %s jugador(es) al equipo %s: %s +commands.scoreboard.teams.join.success=Añadido %s jugador(es) al equipo %s: %s +commands.scoreboard.teams.join.usage=/scoreboard teams join [jugador] +commands.scoreboard.teams.leave.failure=No se pudo sacar a %s jugador(es) de sus equipos: %s +commands.scoreboard.teams.leave.noTeam=No tenés equipo +commands.scoreboard.teams.leave.success=Eliminado %s jugador(es) de su equipo: %s +commands.scoreboard.teams.leave.usage=/scoreboard teams leave [jugador] +commands.scoreboard.teams.list.count=monstrando %s equipos en la tabla de puntaje: +commands.scoreboard.teams.list.empty=No hay equipos registrados en el marcador +commands.scoreboard.teams.list.entry=-%1$s: '%2$s' tiene %3$s jugadores +commands.scoreboard.teams.list.player.count=Monstrando %s jugador(es) en el equipo %s: +commands.scoreboard.teams.list.player.empty=El equipo %s no tiene jugadores +commands.scoreboard.teams.list.usage=/scoreboard teams list [nombre] +commands.scoreboard.teams.option.noValue=Los valores válidos para la opción %s son: %s +commands.scoreboard.teams.option.success=Fijada la opción %s para el equipo %s a %s +commands.scoreboard.teams.remove.success=Equipo %s borrado +commands.scoreboard.teams.remove.usage=/scoreboard teams remove +commands.scoreboard.usage=/scoreboard ... +commands.seed.success=Semilla: %s +commands.setblock.failed=No se pudo poner el bloque +commands.setblock.noChange=No se pudo poner el bloque +commands.setblock.notFound=No hay ningún bloque con ID/nombre %s +commands.setblock.outOfWorld=No se puede poner el bloque fuera del mundo +commands.setblock.success=Bloque puesto +commands.setblock.tagError=El análisis del tag de datos falló: %s +commands.setblock.usage=/setblock [dataValue] [oldBlockHandling] [dataTag] +commands.setidletimeout.success=Establecido con éxito el tiempo de inactividad en %s minutos. +commands.setidletimeout.usage=/setidletimeout +commands.setworldspawn.success=Establecer el punto de generación del mundo en (%s, %s, %s) +commands.spawnpoint.success=Colocado el punto de origen de %s a (%s, %s, %s) +commands.spreadplayers.failure.players=No se han podido esparcir %s jugadores alrededor de %s, %s (demasiados jugadores para el espacio - prueba esparciéndolos al menos %s) +commands.spreadplayers.failure.teams=No se ha podido esparcir a %s equipos alrededor de %s,%s (demasiados jugadores para el espacio - prueba esparciéndolos por al menos %s) +commands.spreadplayers.info.players=(La distancia media entre los jugadores es de %s bloques, tras %s repeticiones) +commands.spreadplayers.info.teams=(La distancia media entre los equipos es de %s bloques, tras %s repeticiones) +commands.spreadplayers.spreading.players=Esparciendo %s jugadores %s bloques alrededor de %s,%s (mín. %s bloques aparte) +commands.spreadplayers.spreading.teams=Esparciendo %s equipos %s bloques alrededor de %s,%s (mín. %s bloques aparte) +commands.spreadplayers.success.players=Esparcidos exitosamente %s jugadores alrededor de %s,%s +commands.spreadplayers.success.teams=Esparcidos exitosamente %s equipos alrededor de %s,%s +commands.spreadplayers.usage=/spreadplayers +commands.stats.block.clear.usage=/stats block clear +commands.stats.block.set.usage=/stats block set +commands.stats.block.usage=/stats block ... +commands.stats.cleared=Se han eliminado %s estadísticas +commands.stats.entity.clear.usage=/stats entity clear +commands.stats.entity.set.usage=/stats entity set +commands.stats.entity.usage=/stats entity +commands.stats.failed=Parámetros no válidos +commands.stats.noCompatibleBlock=El bloque en %s, %s, %s no puede tener estadísticas +commands.stats.success=Se están almacenando las estadísticas de %s en %s en %s +commands.stats.usage=/stats ... +commands.stop.start=Deteniendo el servidor +commands.summon.failed=No se pudo invocar el objeto +commands.summon.outOfWorld=No se puede invocar el objeto fuera del mundo +commands.summon.success=Objeto invocado con éxito +commands.summon.tagError=El análisis del tag de datos falló: %s +commands.summon.usage=/summon [x] [y] [z] [dataTag] +commands.tellraw.jsonException=Json invalido: %s +commands.tellraw.usage=/tellraw +commands.testforblock.failed.data=El bloque en %s,%s,%s tiene un valor de datos (dataValue) de %s (El esperado era: %s). +commands.testforblock.failed.nbt=El bloque en %s,%s,%s no tiene las claves NBT requeridas. +commands.testforblock.failed.tile=El bloque en %s,%s,%s es %s (El esperado: %s). +commands.testforblock.failed.tileEntity=El bloque en %s,%s,%s no es una entidad de baldosa y no puede soportar el emparejado de identidad. +commands.testforblock.outOfWorld=No se puede comprobar un bloque fuera del mundo +commands.testforblock.success=Encontrado con éxito el bloque en %s,%s,%s. +commands.testforblock.usage=/testforblock [dataValue] [dataTag] +commands.time.added=Agregado %s al tiempo +commands.time.query=Tiempo: %s +commands.time.set=Tiempo ajustado a %s +commands.time.usage=/time +commands.tp.notSameDimension=Es imposible teletransportar porque los jugadores no se encuentran en la misma dimensión +commands.tp.success=Teletransportado a %s hasta %s +commands.tp.success.coordinates=Teletransportado %s a %s,%s,%s +commands.tp.usage=/tp [jugador objetivo] o /tp [jugador objetivo] [ ] +commands.unban.failed=No se ha podido desbanear al jugador %s +commands.unban.success=Desbaneado: %s +commands.unban.usage=/pardon +commands.unbanip.invalid=Introdujiste una dirección IP no válida +commands.unbanip.success=Direccíon de IP %s permitida +commands.unbanip.usage=/pardon-ip +commands.weather.clear=Cambiado el tiempo a soleado +commands.weather.rain=Tiempo cambiado a lluvia +commands.weather.thunder=Tiempo cambiado a lluvia y truenos +commands.weather.usage=/weather [duraciòn en secundos] +commands.whitelist.add.failed=No se ha podido incluir a %s a la lista blanca +commands.whitelist.add.success=%s ha sido añadido a la lista blanca +commands.whitelist.add.usage=/whitelist add +commands.whitelist.disabled=Lista blanca desactivada +commands.whitelist.enabled=Lista blanca activada +commands.whitelist.list=Hay %s (de %s vistos) jugadores en la lista blanca: +commands.whitelist.reloaded=Lista blanca recargada +commands.whitelist.remove.failed=No se ha podido remover a %s de la lista blanca +commands.whitelist.remove.success=%s ha sido eliminado de la lista blanca +commands.whitelist.remove.usage=/whitelist remove +commands.xp.failure.widthdrawXp=No se puede dar a jugador puntos de experiencia negativa +commands.xp.success=Dado %s experiencia a %s +commands.xp.success.levels=%s niveles dados a %s +commands.xp.success.negative.levels=se le sacaron %s niveles a %s +commands.xp.usage=/xp [jugador] Ó /xp L [jugador] +connect.authorizing=Iniciando sesión... +connect.connecting=Conectando al servidor... +connect.failed=Error al conectar con el servidor +container.beacon=Beacon +container.brewing=Destiladora +container.chest=Cofre +container.chestDouble=Cofre grande +container.crafting=Fabricación +container.creative=Selección de objetos +container.dispenser=Dispensador +container.dropper=Soltador +container.enchant=Encantamiento +container.enchant.clue=¿%s . . . ? +container.enchant.lapis.many=%s Lapislázuli +container.enchant.lapis.one=1 Lapislázuli +container.enchant.level.many=%s niveles de experiencia +container.enchant.level.one=1 Nivel de experiencia +container.enderchest=Cofre de Ender +container.furnace=Horno +container.hopper=Embudo de Objetos +container.inventory=Inventario +container.isLocked=¡%s está bloqueado! +container.minecart=Vagoneta +container.repair=Reparar y Nombrar +container.repair.cost=Costo: %1$s +container.repair.expensive=¡Demasiado caro! +controls.reset=Reiniciar +controls.resetAll=Reiniciar teclas +controls.title=Controles +createWorld.customize.custom.baseSize=Altura de base +createWorld.customize.custom.biomeDepthOffset=Nivel de superficie +createWorld.customize.custom.biomeDepthWeight=Tamaño de el bioma +createWorld.customize.custom.biomeScaleOffset=Detalles del bioma +createWorld.customize.custom.biomeScaleWeight=Altura del bioma +createWorld.customize.custom.biomeSize=Tamaño del bioma +createWorld.customize.custom.center=Altura central +createWorld.customize.custom.confirm1=Esto sobrescribirá tus ajustes +createWorld.customize.custom.confirm2=Configuración actual no puede deshacerse. +createWorld.customize.custom.confirmTitle=¡PELIGRO! +createWorld.customize.custom.coordinateScale=Escala horizontal +createWorld.customize.custom.count=Intentos de spawneo +createWorld.customize.custom.defaults=Por defecto +createWorld.customize.custom.depthNoiseScaleExponent=Tamaño de desniveles +createWorld.customize.custom.depthNoiseScaleX=Desniveles en el eje X +createWorld.customize.custom.depthNoiseScaleZ=Desniveles en el eje Z +createWorld.customize.custom.dungeonChance=Cantidad de spawners +createWorld.customize.custom.fixedBiome=Bioma +createWorld.customize.custom.heightScale=Altura +createWorld.customize.custom.lavaLakeChance=Rareza de lagos de lava +createWorld.customize.custom.lowerLimitScale=Límite inferior +createWorld.customize.custom.mainNoiseScaleX=Extensión en el eje X +createWorld.customize.custom.mainNoiseScaleY=Extensión en el eje Y +createWorld.customize.custom.mainNoiseScaleZ=Extensión en el eje Z +createWorld.customize.custom.maxHeight=Altura máxima +createWorld.customize.custom.minHeight=Altura mínima +createWorld.customize.custom.next=Página siguiente +createWorld.customize.custom.page0=Configuraciones básicas +createWorld.customize.custom.page1=Configuración de minerales +createWorld.customize.custom.page2=Configuraciones avanzadas (Solo expertos) +createWorld.customize.custom.page3=Configuraciones avanzadas extras (Solo expertos) +createWorld.customize.custom.preset.caveChaos=Cuevas del caos +createWorld.customize.custom.preset.caveDelight=Delicia del minero +createWorld.customize.custom.preset.drought=Sequía +createWorld.customize.custom.preset.goodLuck=Buena suerte :) +createWorld.customize.custom.preset.isleLand=Islas flotantes +createWorld.customize.custom.preset.mountains=Locura de montañas +createWorld.customize.custom.preset.waterWorld=Mundo acuático +createWorld.customize.custom.presets=Plantillas +createWorld.customize.custom.presets.title=Plantillas de mundos +createWorld.customize.custom.prev=Página anterior +createWorld.customize.custom.randomize=Aleatorio +createWorld.customize.custom.riverSize=Tamaño del río +createWorld.customize.custom.seaLevel=Nivel del mar +createWorld.customize.custom.size=Tamaño del spawn +createWorld.customize.custom.spread=Altura de dispersión +createWorld.customize.custom.stretchY=Anchura +createWorld.customize.custom.upperLimitScale=Límite superior +createWorld.customize.custom.useCaves=Cuevas +createWorld.customize.custom.useDungeons=Spawners +createWorld.customize.custom.useLavaLakes=Lagos de lava +createWorld.customize.custom.useLavaOceans=Océanos de lava +createWorld.customize.custom.useMineShafts=Minas abandonadas +createWorld.customize.custom.useMonuments=Monumentos oceánicos +createWorld.customize.custom.useRavines=Grietas +createWorld.customize.custom.useStrongholds=Calabozo +createWorld.customize.custom.useTemples=Templos +createWorld.customize.custom.useVillages=Aldeas +createWorld.customize.custom.useWaterLakes=Lagos de agua +createWorld.customize.custom.waterLakeChance=Rareza de lagos de agua +createWorld.customize.flat.addLayer=Agregar capa +createWorld.customize.flat.editLayer=Editar capa +createWorld.customize.flat.height=Altura +createWorld.customize.flat.layer.bottom=Fondo - %s +createWorld.customize.flat.layer.top=Superficie - %s +createWorld.customize.flat.removeLayer=Eliminar capa +createWorld.customize.flat.tile=Material de Capa +createWorld.customize.flat.title=Personalización de mundos planos +createWorld.customize.presets=Preajuste +createWorld.customize.presets.list=¡Sino, ya tenés algunos hechos! +createWorld.customize.presets.select=Utilizar preajuste +createWorld.customize.presets.share=¿Quieres compartir tu plantilla con alguien? ¡Usa la caja de abajo! +createWorld.customize.presets.title=Elegir un preajuste +death.attack.anvil=%1$s ha sido aplastado por un yunque +death.attack.arrow=%1$s fue disparado por %2$s +death.attack.arrow.item=A %1$s le pegó un tiro %2$s usando %3$s +death.attack.cactus=%1$s fue pinchado hasta la muerte +death.attack.cactus.player=%1$s se dio con un cactus tratando de escapar de %2$s +death.attack.drown=%1$s se ahogó +death.attack.drown.player=%1$s se ahogó mientras trataba de escapar de %2$s +death.attack.explosion=%1$s explotó +death.attack.explosion.player=%1$s fue explotado por %2$s +death.attack.fall=%1$s cayó demasiado fuerte +death.attack.fallingBlock=%1$s fue aplastado por un bloque +death.attack.fireball=%1$s fue alcanzado por una bola de fuego de %2$s +death.attack.fireball.item=A %1$s le pegó una bola de fuego de %2$s usando %3$s +death.attack.generic=%1$s muerto +death.attack.inFire=%1$s se prendió fuego +death.attack.inFire.player=%1$s caminó hacia el fuego luchando con %2$s +death.attack.inWall=%1$s se sofocó en una pared +death.attack.indirectMagic=mataron a %1$s %2$s usando magia +death.attack.indirectMagic.item=mataron a %1$s %2$s usando %3$s +death.attack.lava=%1$s intentó nadar en lava +death.attack.lava.player=%1$s trató de nadar en la lava para escapar de %2$s +death.attack.lightningBolt=%1$s fue alcanzado por un rayo +death.attack.magic=%1$s fue asesinado por arte de magia +death.attack.mob=%1$s fue asesinado por %2$s +death.attack.onFire=%1$s se quemó hasta morir +death.attack.onFire.player=%1$s se quemó como tostada luchando con %2$s +death.attack.outOfWorld=%1$s se cayó del mundo +death.attack.player=%1$s fue asesinado por %2$s +death.attack.player.item=%1$s fue asesinado por %2$s usando %3$s +death.attack.starve=%1$s murió de hambre +death.attack.thorns=%1$s murió tratando de herir a %2$s +death.attack.thrown=%1$s fue golpeado por %2$s +death.attack.thrown.item=%1$s fue golpeado por %2$s usando %3$s +death.attack.wither=%1$s murió por un Wither +death.fell.accident.generic=%1$s cayó desde un lugar muy alto +death.fell.accident.ladder=%1$s se cayó de una escalera +death.fell.accident.vines=%1$s se cayó de unas lianas +death.fell.accident.water=%1$s se cayo fuera del agua +death.fell.assist=%1$s fue condenado a caer por %2$s +death.fell.assist.item=%1$s fue condenado a caer por %2$s usando %3$s +death.fell.finish=%1$s cayo muy lejos y fue asesinado por %2$s +death.fell.finish.item=%1$s cayó muy lejos y %2$s acabó con él usando %3$s +death.fell.killer=%1$s estaba condenado a caer +deathScreen.deleteWorld=Borrar mundo +deathScreen.hardcoreInfo=¡No podés reaparecer en Modo Extremo! +deathScreen.leaveServer=Dejar el servidor +deathScreen.quit.confirm=¿Estás seguro de que querés salir? +deathScreen.respawn=Reaparecer +deathScreen.score=Puntuación +deathScreen.title=¡Estás muerto! +deathScreen.title.hardcore=¡Se acabó el juego! +deathScreen.titleScreen=Menú principal +demo.day.1=Esta demostracion tiene cinco días de juego, da lo mejor de ti! +demo.day.2=Segundo día +demo.day.3=Tercer día +demo.day.4=Cuarto día +demo.day.5=Este es tu último día! +demo.day.6=Pasaste tu quinto día, usa F2 para sacar un screenshot de tu creación +demo.day.warning=Tu tiempo ya se agota! +demo.demoExpired=¡Se terminó la demo! +demo.help.buy=¡Comprar ahora! +demo.help.fullWrapped=Esta prueba durará 5 dias del juego (aprox. una hora y 40 minutos reales). ¡Mirá los logros para guiarte! ¡Divertite! +demo.help.inventory=Usá %1$s para abrir tu inventario +demo.help.jump=Salta pulsando %1$s +demo.help.later=¡Seguir jugando! +demo.help.movement=Usa %1$s, %2$s, %3$s, %4$s y el ratón para moverte +demo.help.movementMouse=Mira a tu alrededor con el raton +demo.help.movementShort=Podés caminar con %1$s, %2$s, %3$s, %4$s +demo.help.title=Minecraft - Modo de Prueba +demo.remainingTime=Tiempo restante: %s +demo.reminder=Se venció el período de prueba, compra el juego para continuar o empiese un nuevo mundo! +difficulty.lock.question=¿Seguro que quieres bloquear la dificultad de este mundo? Esto lo establecerá siempre en %1$s y no podrás volver a cambiarlo. +difficulty.lock.title=Bloquear dificultad del mundo +disconnect.closed=Conexión cerrada +disconnect.disconnected=Desconectado por el servidor +disconnect.endOfStream=Fin de la conexión +disconnect.genericReason=%s +disconnect.kicked=Fuiste expulsado del juego +disconnect.loginFailed=Error al iniciar sesión +disconnect.loginFailedInfo=Error al loguear: %s +disconnect.loginFailedInfo.invalidSession=Sesión invalida (Prueba reabrir el juego) +disconnect.loginFailedInfo.serversUnavailable=El sistema de autentificación está en mantenimiento. +disconnect.lost=Se perdió la conexión +disconnect.overflow=Overflow de búfer +disconnect.quitting=Desconectando +disconnect.spam=Expulsado por exceso de spam +disconnect.timeout=Tiempo de espera agotado +enchantment.arrowDamage=Poder +enchantment.arrowFire=Fuego +enchantment.arrowInfinite=Infinidad +enchantment.arrowKnockback=Empuje +enchantment.damage.all=Afilado +enchantment.damage.arthropods=Pesadilla de los artrópodos +enchantment.damage.undead=Golpeo +enchantment.digging=Eficiencia +enchantment.durability=Irrompibilidad +enchantment.fire=Aspecto de fuego +enchantment.fishingSpeed=Atracción +enchantment.knockback=Empuje +enchantment.level.1=I +enchantment.level.10=X +enchantment.level.2=II +enchantment.level.3=III +enchantment.level.4=IV +enchantment.level.5=V +enchantment.level.6=VI +enchantment.level.7=VII +enchantment.level.8=VIII +enchantment.level.9=IX +enchantment.lootBonus=Botín +enchantment.lootBonusDigger=Fortuna +enchantment.lootBonusFishing=Suerte del mar +enchantment.oxygen=Respiración +enchantment.protect.all=Protección +enchantment.protect.explosion=Protección a explosiones +enchantment.protect.fall=Caída de pluma +enchantment.protect.fire=Protección contra el fuego +enchantment.protect.projectile=Protección contra proyectiles +enchantment.thorns=Espinas +enchantment.untouching=Toque de seda +enchantment.waterWalker=Agilidad acuática +enchantment.waterWorker=Afinidad acuática +entity.ArmorStand.name=Maniquí de armaduras +entity.Arrow.name=flecha +entity.Bat.name=Murciélago +entity.Blaze.name=Blaze +entity.Boat.name=Bote +entity.Cat.name=Gato +entity.CaveSpider.name=Araña de cueva +entity.Chicken.name=Pollo +entity.Cow.name=Vaca +entity.Creeper.name=Creeper +entity.EnderDragon.name=Dragón del Fin +entity.Enderman.name=Enderman +entity.Endermite.name=Endermite +entity.EntityHorse.name=Caballo +entity.FallingSand.name=Bloque en caída +entity.Fireball.name=Bola de fuego +entity.Ghast.name=Ghast +entity.Giant.name=Gigante +entity.Guardian.name=Guardián +entity.Item.name=Item +entity.KillerBunny.name=El conejo asesino +entity.LavaSlime.name=Cubo de Magma +entity.Minecart.name=Vagoneta +entity.Mob.name=Mob +entity.Monster.name=Monstruo +entity.MushroomCow.name=Vacaseta +entity.Ozelot.name=Ocelote +entity.Painting.name=Cuadro +entity.Pig.name=Cerdo +entity.PigZombie.name=Hombrechancho Zombie +entity.PrimedTnt.name=Bloque de TNT +entity.Rabbit.name=Conejo +entity.Sheep.name=Oveja +entity.Silverfish.name=Lepisma + +entity.Skeleton.name=Esqueleto +entity.Slime.name=Slime +entity.SmallFireball.name=Bola de fuego chica +entity.SnowMan.name=Gólem de nieve +entity.Snowball.name=Bola de nieve +entity.Spider.name=Araña +entity.Squid.name=Calamar +entity.Villager.armor=Herrero de armaduras +entity.Villager.butcher=Carnicero +entity.Villager.cleric=Sacerdote +entity.Villager.farmer=Granjero +entity.Villager.fisherman=Pescador +entity.Villager.fletcher=Flechador +entity.Villager.leather=Curtidor +entity.Villager.librarian=Bibliotecario +entity.Villager.name=Aldeano +entity.Villager.shepherd=Pastor +entity.Villager.tool=Herrero de herramientas +entity.Villager.weapon=Herrero de armas +entity.VillagerGolem.name=Golum de Hierro +entity.Witch.name=Bruja +entity.WitherBoss.name=Wither +entity.Wolf.name=Lobo +entity.XPOrb.name=Orbe de experiencia +entity.Zombie.name=Zombi +entity.donkey.name=Burro +entity.generic.name=desconocido +entity.horse.name=Caballo +entity.mule.name=Mula +entity.skeletonhorse.name=Caballo esqueleto +entity.zombiehorse.name=Caballo zombi +gameMode.adventure=Modo aventura +gameMode.changed=Tu modo de juego se actualizó +gameMode.creative=Modo creativo +gameMode.hardcore=¡Modo extremo! +gameMode.spectator=Modo espectador +gameMode.survival=Modo supervivencia +generator.amplified=AMPLIFICADO +generator.amplified.info=Aviso: Solo por diversión, requiere una buena computadora +generator.customized=Personalizado +generator.debug_all_block_states=Modo debug +generator.default=Por defecto +generator.flat=Super Llano +generator.largeBiomes=Biomas Extensos +gui.achievements=Logros +gui.all=Todos +gui.back=Atrás +gui.cancel=Cancelar +gui.done=Aceptar +gui.down=Abajo +gui.no=No +gui.none=NInguno +gui.stats=Estadísticas +gui.toMenu=Volver al menú principal +gui.up=Arriba +gui.yes=si +inventory.binSlot=Destruir ítem +item.apple.name=Manzana +item.appleGold.name=Manzana dorada +item.armorStand.name=Maniquí de armaduras +item.arrow.name=Flecha +item.bed.name=Cama +item.beefCooked.name=Bife +item.beefRaw.name=Bife crudo +item.blazePowder.name=Polvo de Blaze +item.blazeRod.name=Vara de Blaze +item.boat.name=Bote +item.bone.name=Hueso +item.book.name=Libro +item.bootsChain.name=Botas de malla +item.bootsCloth.name=Botas de Cuero +item.bootsDiamond.name=Botas de diamante +item.bootsGold.name=Botas de oro +item.bootsIron.name=Botas de hierro +item.bow.name=Arco +item.bowl.name=Cuenco +item.bread.name=Pan +item.brewingStand.name=Destiladora +item.brick.name=Ladrillo +item.bucket.name=Balde +item.bucketLava.name=Balde de lava +item.bucketWater.name=Balde de agua +item.cake.name=Torta +item.canBreak=Puede romper: +item.canPlace=Puede colocarse sobre: +item.carrotGolden.name=Zanahoria dorada +item.carrotOnAStick.name=Caña con zanahoria +item.carrots.name=Zanahoria +item.cauldron.name=Caldera +item.charcoal.name=Carbón vegetal +item.chestplateChain.name=Pechera de malla +item.chestplateCloth.name=Túnica de cuero +item.chestplateDiamond.name=Pechera de diamante +item.chestplateGold.name=Pechera de oro +item.chestplateIron.name=Pechera de hierro +item.chickenCooked.name=Pollo cocido +item.chickenRaw.name=Pollo crudo +item.clay.name=Arcilla +item.clock.name=Reloj +item.coal.name=Carbón +item.comparator.name=Comparador de redstone +item.compass.name=Brújula +item.cookie.name=Galleta +item.diamond.name=Diamante +item.diode.name=Repetidor de redstone +item.doorAcacia.name=Puerta de acacia +item.doorBirch.name=Puerta de abedul +item.doorDarkOak.name=Puerta de roble oscuro +item.doorIron.name=Puerta de hierro +item.doorJungle.name=Puerta de jungla +item.doorOak.name=Puerta de roble +item.doorSpruce.name=Puerta de abeto +item.dyePowder.black.name=Saco de tinta +item.dyePowder.blue.name=Lapislázuli +item.dyePowder.brown.name=Granos de cacao +item.dyePowder.cyan.name=Tinta cian +item.dyePowder.gray.name=Tinte gris +item.dyePowder.green.name=Tinte verde +item.dyePowder.lightBlue.name=Tinte celeste +item.dyePowder.lime.name=Tinte verde limón +item.dyePowder.magenta.name=Tinte magenta +item.dyePowder.orange.name=Tinte naranja +item.dyePowder.pink.name=Tinte rosa +item.dyePowder.purple.name=Tinte púrpura +item.dyePowder.red.name=Tinte rojo +item.dyePowder.silver.name=Tinte gris claro +item.dyePowder.white.name=Hueso molido +item.dyePowder.yellow.name=Tinte amarillo +item.dyed=Teñido +item.egg.name=Huevo +item.emerald.name=Esmeralda +item.emptyMap.name=Mapa vacío +item.emptyPotion.name=Botella de agua +item.enchantedBook.name=Libro de encantamientos +item.enderPearl.name=Perla de Ender +item.expBottle.name=Botella de experiencia +item.eyeOfEnder.name=Ojo de Ender +item.feather.name=Pluma +item.fermentedSpiderEye.name=Ojo de araña fermentado +item.fireball.name=Carga de fuego +item.fireworks.flight=Duración de vuelo: +item.fireworks.name=Fuego Artificial +item.fireworksCharge.black=Negro +item.fireworksCharge.blue=Azul +item.fireworksCharge.brown=Marrón +item.fireworksCharge.customColor=Personalizado +item.fireworksCharge.cyan=Cian +item.fireworksCharge.fadeTo=decoloran a +item.fireworksCharge.flicker=Chisporroteo +item.fireworksCharge.gray=Gris +item.fireworksCharge.green=Verde +item.fireworksCharge.lightBlue=Azul Claro +item.fireworksCharge.lime=Cal +item.fireworksCharge.magenta=Magenta +item.fireworksCharge.name=Estrella de fuegos artificiales +item.fireworksCharge.orange=Naranja +item.fireworksCharge.pink=Rosa +item.fireworksCharge.purple=Púrpura +item.fireworksCharge.red=Rojo +item.fireworksCharge.silver=Gris claro +item.fireworksCharge.trail=Rastro +item.fireworksCharge.type=Forma desconocida +item.fireworksCharge.type.0=Esfera pequeña +item.fireworksCharge.type.1=Esfera grande +item.fireworksCharge.type.2=Forma de estrella +item.fireworksCharge.type.3=Forma de Creeper +item.fireworksCharge.type.4=Explosión +item.fireworksCharge.white=Blanco +item.fireworksCharge.yellow=Amarillo +item.fish.clownfish.raw.name=Pez payaso +item.fish.cod.cooked.name=Pescado cocido +item.fish.cod.raw.name=Pescado crudo +item.fish.pufferfish.raw.name=Pez globo +item.fish.salmon.cooked.name=Salmón cocido +item.fish.salmon.raw.name=Salmón crudo +item.fishingRod.name=Caña de pescar +item.flint.name=Pedernal +item.flintAndSteel.name=Encendedor +item.flowerPot.name=Maceta +item.frame.name=Marco para ítems +item.ghastTear.name=Lágrima de Ghast +item.glassBottle.name=Botella +item.goldNugget.name=Pepita de oro +item.hatchetDiamond.name=Hacha de diamante +item.hatchetGold.name=Hacha de oro +item.hatchetIron.name=Hacha de hierro +item.hatchetStone.name=Hacha de piedra +item.hatchetWood.name=Hacha de madera +item.helmetChain.name=Casco de malla +item.helmetCloth.name=Gorra de Cuero +item.helmetDiamond.name=Casco de diamante +item.helmetGold.name=Casco de oro +item.helmetIron.name=Casco de hierro +item.hoeDiamond.name=Azada de diamante +item.hoeGold.name=Azada de oro +item.hoeIron.name=Azada de hierro +item.hoeStone.name=Azada de Piedra +item.hoeWood.name=Azada de Madera +item.horsearmordiamond.name=Armadura de diamante para caballos +item.horsearmorgold.name=Armadura de oro para caballos +item.horsearmormetal.name=Armadura de hierro para caballos +item.ingotGold.name=Lingote de oro +item.ingotIron.name=Lingote de hierro +item.leash.name=Rienda +item.leather.name=Cuero +item.leaves.name=Hojas +item.leggingsChain.name=Pantalones de malla +item.leggingsCloth.name=Pantalones de Cuero +item.leggingsDiamond.name=Pantalones de diamante +item.leggingsGold.name=Pantalones de oro +item.leggingsIron.name=Pantalones de hierro +item.magmaCream.name=Crema de Magma +item.map.name=Mapa +item.melon.name=Sandía +item.milk.name=Leche +item.minecart.name=Vagoneta +item.minecartChest.name=Vagoneta con cofre +item.minecartCommandBlock.name=Vagoneta con bloque de comandos +item.minecartFurnace.name=Vagoneta con horno +item.minecartHopper.name=Vagoneta con tolva +item.minecartTnt.name=Vagoneta con TNT +item.monsterPlacer.name=Spawn de +item.mushroomStew.name=Guiso de setas +item.muttonCooked.name=Cordero cocinado +item.muttonRaw.name=Cordero crudo +item.nameTag.name=Etiqueta +item.netherStalkSeeds.name=Verruga +item.netherStar.name=Estrella del infierno +item.netherbrick.name=Ladrillos infernales +item.netherquartz.name=Cuarzo +item.painting.name=Cuadro +item.paper.name=Papel +item.pickaxeDiamond.name=Pico de diamante +item.pickaxeGold.name=Pico de oro +item.pickaxeIron.name=Pico de hierro +item.pickaxeStone.name=Pico de piedra +item.pickaxeWood.name=Pico de madera +item.porkchopCooked.name=Chuleta de cerdo cocida +item.porkchopRaw.name=Chuleta de cerdo cruda +item.potato.name=Papa +item.potatoBaked.name=Papa cocida +item.potatoPoisonous.name=Papa venenosa +item.potion.name=Poción +item.prismarineCrystals.name=Cristales de prismarina +item.prismarineShard.name=Pedazo de prismarina +item.pumpkinPie.name=Torta de calabaza +item.rabbitCooked.name=Conejo cocinado +item.rabbitFoot.name=Pata de conejo +item.rabbitHide.name=Piel de conejo +item.rabbitRaw.name=Conejo crudo +item.rabbitStew.name=Sopa de conejo +item.record.11.desc=C418 - 11 +item.record.13.desc=C418 - 13 +item.record.blocks.desc=C418 - blocks +item.record.cat.desc=C418 - cat +item.record.chirp.desc=C418 - chirp +item.record.far.desc=C418 - far +item.record.mall.desc=C418 - mall +item.record.mellohi.desc=C418 - mellohi +item.record.name=Disco +item.record.stal.desc=C418 - stal +item.record.strad.desc=C418 - strad +item.record.wait.desc=C418 - wait +item.record.ward.desc=C418 - ward +item.redstone.name=Polvo de redstone +item.reeds.name=Caña de azúcar +item.rottenFlesh.name=Carne Podrida +item.ruby.name=Rubi +item.saddle.name=Silla de montar +item.seeds.name=Semillas de trigo +item.seeds_melon.name=Semillas de sandía +item.seeds_pumpkin.name=Semillas de calabaza +item.shears.name=Tijeras +item.shovelDiamond.name=Pala de diamante +item.shovelGold.name=Pala de oro +item.shovelIron.name=Pala de hierro +item.shovelStone.name=Pala de piedra +item.shovelWood.name=Pala de madera +item.sign.name=Cartel +item.skull.char.name=Cabeza +item.skull.creeper.name=Cabeza de Creeper +item.skull.player.name=Cabeza de %s +item.skull.skeleton.name=Cráneo de esqueleto +item.skull.wither.name=Cráneo de esqueleto Wither +item.skull.zombie.name=Cabeza de zombi +item.slimeball.name=Bola de Slime +item.snowball.name=Bola de nieve +item.speckledMelon.name=Sandía resplandeciente +item.spiderEye.name=Ojo de araña +item.stick.name=Palo +item.string.name=Cuerda +item.sugar.name=Azúcar +item.sulphur.name=Pólvora +item.swordDiamond.name=Espada de diamante +item.swordGold.name=Espada de oro +item.swordIron.name=Espada de hierro +item.swordStone.name=Espada de piedra +item.swordWood.name=Espada de madera +item.unbreakable=Irrompible +item.wheat.name=Trigo +item.writingBook.name=Libro con pluma +item.writtenBook.name=Libro escrito +item.yellowDust.name=Polvo de piedra brillante +itemGroup.brewing=Pociones +itemGroup.buildingBlocks=Bloques de construcción +itemGroup.combat=Combate +itemGroup.decorations=Bloques de decoración +itemGroup.food=Comida +itemGroup.inventory=Inventario de supervivencia +itemGroup.materials=Materiales +itemGroup.misc=Varios +itemGroup.redstone=Redstone +itemGroup.search=Buscar ítem +itemGroup.tools=Herramientas +itemGroup.transportation=Transporte +key.attack=Atacar/Destruir +key.back=Caminar hacia atrás +key.categories.gameplay=Juego +key.categories.inventory=Inventario +key.categories.misc=Varios +key.categories.movement=Movimiento +key.categories.multiplayer=Multijugador +key.categories.stream=Transmisión +key.categories.ui=Interfaz del juego +key.chat=Abrir el Chat +key.command=Abrir comando en chat +key.drop=Tirar ítem +key.forward=Caminar hacia adelante +key.fullscreen=Modo pantalla completa +key.hotbar.1=Acceso rápido 1 +key.hotbar.2=Acceso rápido 2 +key.hotbar.3=Acceso rápido 3 +key.hotbar.4=Acceso rápido 4 +key.hotbar.5=Acceso rápido 5 +key.hotbar.6=Acceso rápido 6 +key.hotbar.7=Acceso rápido 7 +key.hotbar.8=Acceso rápido 8 +key.hotbar.9=Acceso rápido 9 +key.inventory=Inventario +key.jump=Saltar +key.left=Caminar hacia la izquierda +key.mouseButton=Botón %1$s +key.pickItem=Copiar bloque +key.playerlist=Lista de jugadores +key.right=Caminar hacia la derecha +key.screenshot=Captura de pantalla +key.smoothCamera=Cámara cinemática +key.sneak=Agacharse +key.spectatorOutlines=Destacar jugadores (espectadores) +key.sprint=Correr +key.streamCommercial=Mostrar anuncios +key.streamPauseUnpause=Pausar/Reanudar Transmisión +key.streamStartStop=Comenzar/Detener Transmisión +key.streamToggleMic=Activar/Desactivar micrófono +key.togglePerspective=Cambiar perspectiva +key.use=Usar ítem/Colocar bloque +lanServer.otherPlayers=Opciones para otros jugadores +lanServer.scanning=Buscando partidas en LAN +lanServer.start=Iniciar mundo en LAN +lanServer.title=Mundo en LAN +language.code=es_UY +language.name=Español +language.region=Uruguay +mcoServer.title=Mundo de Minecraft Online +menu.convertingLevel=Convirtiendo mundo +menu.disconnect=Desconectarse +menu.game=En pausa +menu.generatingLevel=Generando mundo +menu.generatingTerrain=Generando el terreno +menu.loadingLevel=Cargando mundo +menu.multiplayer=Multijugador +menu.online=Reinos de Minecraft +menu.options=Opciones... +menu.playdemo=Jugar mundo de prueba +menu.quit=Cerrar Minecraft +menu.resetdemo=Resetear Mundo de Prueba +menu.respawning=Reapareciendo +menu.returnToGame=Volver al juego +menu.returnToMenu=Guardar y salir al menú +menu.shareToLan=Abrir en LAN +menu.simulating=Simulando el mundo, espera un poco +menu.singleplayer=Un jugador +menu.switchingLevel=Cambiando mundos +merchant.deprecated=¡Comercia otra cosa para desbloquear! +mount.onboard=Pulse %1$s para desmontarse +multiplayer.connect=Conectar +multiplayer.downloadingStats=Descargando estadísticas y logros... +multiplayer.downloadingTerrain=Descargando terreno +multiplayer.info1=La versión Multijugador de Minecraft no está terminada, pero +multiplayer.info2=se están llevando a cabo pruebas con algunos errores. +multiplayer.ipinfo=Reproduce la dirección IP de un servidor de la internet: +multiplayer.player.joined=%s se ha unido al juego +multiplayer.player.joined.renamed=%s (antes conocido como %s) se unió a la partida +multiplayer.player.left=%s ha dejado el juego +multiplayer.stopSleeping=Levantarse de la cama +multiplayer.texturePrompt.line1=Este servidor recomienda usar un pack de recursos personalizado. +multiplayer.texturePrompt.line2=¿Desea descargar e instalar automágicamente? +multiplayer.title=Jugar en línea +options.advancedButton=Ajustes de vídeo avanzados... +options.advancedOpengl=OpenGL avanzado +options.advancedVideoTitle=Ajustes de vídeo avanzados +options.anaglyph=Visión 3D +options.ao=Iluminación suave +options.ao.max=Máximo +options.ao.min=Mínimo +options.ao.off=NO +options.blockAlternatives=Bloques alternos +options.chat.color=Colores +options.chat.height.focused=Altura enfocada +options.chat.height.unfocused=Altura desenfocada +options.chat.links=Enlaces web +options.chat.links.prompt=Avisar al abrir webs +options.chat.opacity=Opacidad +options.chat.scale=Escala +options.chat.title=Opciones de chat... +options.chat.visibility=Chat +options.chat.visibility.full=Visible +options.chat.visibility.hidden=Oculto +options.chat.visibility.system=Sólo comandos +options.chat.width=Ancho +options.controls=Controles... +options.customizeTitle=Configuración de personalización del mundo +options.difficulty=Dificultad +options.difficulty.easy=Fácil +options.difficulty.hard=Difícil +options.difficulty.hardcore=Extremo +options.difficulty.normal=Normal +options.difficulty.peaceful=Pacífico +options.farWarning1=Necesitás instalar Java de 64 bits +options.farWarning2=para renderizar 'Lejos' (Tenés 32 bit) +options.fboEnable=Activar FBOs +options.forceUnicodeFont=Forzar fuente unicode +options.fov=Campo de visión +options.fov.max=Quake Pro +options.fov.min=Normal +options.framerateLimit=FPS máximos +options.framerateLimit.max=Ilimitado +options.fullscreen=Pantalla completa +options.gamma=Brillo +options.gamma.max=Claro +options.gamma.min=Oscuro +options.graphics=Gráficos +options.graphics.fancy=Detallado +options.graphics.fast=Rápido +options.guiScale=Escala de GUI +options.guiScale.auto=Auto. +options.guiScale.large=Grande +options.guiScale.normal=Normal +options.guiScale.small=Pequeña +options.hidden=Oculto +options.invertMouse=Invertir mouse +options.language=Idioma... +options.languageWarning=La traducción puede no ser 100%% exacta, no está realizada por Mojang +options.mipmapLevels=Suavizado de mipmap +options.modelPart.cape=Capa +options.modelPart.hat=Sombrero +options.modelPart.jacket=Chaqueta +options.modelPart.left_pants_leg=Pierna izquierda +options.modelPart.left_sleeve=Brazo izquierdo +options.modelPart.right_pants_leg=Pierna derecha +options.modelPart.right_sleeve=Brazo derecho +options.multiplayer.title=Opciones de multijugador... +options.music=Música +options.off=NO +options.on=SI +options.particles=Partículas +options.particles.all=Todas +options.particles.decreased=Disminuidas +options.particles.minimal=Mínimas +options.performanceButton=Ajustes de rendimiento de vídeo... +options.performanceVideoTitle=Ajustes de rendimiento de vídeo +options.postButton=Configuración del post-procesamiento... +options.postProcessEnable=Activar post-procesamiento +options.postVideoTitle=Configuración del post-procesamiento +options.qualityButton=Ajustes de calidad de vídeo... +options.qualityVideoTitle=Ajustes de calidad de vídeo +options.reducedDebugInfo=Reducir información de F3 +options.renderClouds=Nubes +options.renderDistance=Visibilidad +options.renderDistance.far=Lejos +options.renderDistance.normal=Normal +options.renderDistance.short=Corta +options.renderDistance.tiny=Mínimo +options.resourcepack=Packs de recursos... +options.saturation=Saturación +options.sensitivity=Sensibilidad +options.sensitivity.max=¡¡HIPERVELOZ!!! +options.sensitivity.min=*zzz* +options.skinCustomisation=Personalización del skin... +options.skinCustomisation.title=Personalización del skin +options.snooper=Enviar informes +options.snooper.desc=Queremos recopilar información sobre tu equipo para mejorar Minecraft, así sabemos donde están los mayores problemas. Toda esta información es completamente anónima y se puede ver a continuación. Prometemos no hacer nada malo con estos datos, pero si igual no querés participar, ¡sentite libre de desactivar la opción! +options.snooper.title=Especificaciones de la máquina +options.snooper.view=Opciones de informes... +options.sound=Sonido +options.sounds=Música y sonidos... +options.sounds.title=Opciones de música y sonido +options.stream=Opciones de Twitch... +options.stream.bytesPerPixel=Calidad +options.stream.changes=Tal vez tengas que reiniciar la retransmisión para que los cambios se apliquen. +options.stream.chat.enabled=Activar +options.stream.chat.enabled.always=Siempre +options.stream.chat.enabled.never=Nunca +options.stream.chat.enabled.streaming=En retransmisión +options.stream.chat.title=Ajustes del chat de Twitch +options.stream.chat.userFilter=Usuarios +options.stream.chat.userFilter.all=Todos +options.stream.chat.userFilter.mods=Moderadores +options.stream.chat.userFilter.subs=Suscriptores +options.stream.compression=Compresión +options.stream.compression.high=Alto +options.stream.compression.low=Bajo +options.stream.compression.medium=Medio +options.stream.estimation=Resolución estimada: %sx%s +options.stream.fps=FPS +options.stream.ingest.reset=Reiniciar preferencias +options.stream.ingest.title=Servidores de Twitch +options.stream.ingestSelection=Servidores de retransmisión +options.stream.kbps=Ancho de banda +options.stream.micToggleBehavior=Pulsar para +options.stream.micVolumne=Volumen del micrófono +options.stream.mic_toggle.mute=Mutear +options.stream.mic_toggle.talk=Hablar +options.stream.sendMetadata=Enviar metadatos +options.stream.systemVolume=Volumen del sistema +options.stream.title=Ajustes de retransmisión en Twitch +options.title=Opciones +options.touchscreen=Pantalla táctil +options.vbo=Usar VBOs +options.video=Opciones de gráficos... +options.videoTitle=Opciones de gráficos +options.viewBobbing=Movimiento de visión +options.visible=Visible +options.vsync=Usar VSync +potion.absorption=Absorción +potion.absorption.postfix=Poción de absorción +potion.blindness=Ceguera +potion.blindness.postfix=Poción de ceguera +potion.confusion=Náusea +potion.confusion.postfix=Poción de náusea +potion.damageBoost=Fuerza +potion.damageBoost.postfix=Poción de fuerza +potion.digSlowDown=Cansancio al Minar +potion.digSlowDown.postfix=Poción de Embotamiento +potion.digSpeed=Apuro +potion.digSpeed.postfix=Poción de prisa +potion.effects.whenDrank=Cuándo se aplica: +potion.empty=Sin Efectos +potion.fireResistance=Resistencia al Fuego +potion.fireResistance.postfix=Poción de Resistencia al Fuego +potion.harm=Daño Instantáneo +potion.harm.postfix=Poción de daño +potion.heal=Salud Instantánea +potion.heal.postfix=Pocion de medicina +potion.healthBoost=Aumento de Salud +potion.healthBoost.postfix=Poción de salud extra +potion.hunger=Hambre +potion.hunger.postfix=Poción de Hambre +potion.invisibility=Invisibilidad +potion.invisibility.postfix=Poción de invisibilidad +potion.jump=Impulso de Salto +potion.jump.postfix=Poción de salto +potion.moveSlowdown=Lentitud +potion.moveSlowdown.postfix=Poción de lentitud +potion.moveSpeed=Velocidad +potion.moveSpeed.postfix=Poción de rapidez +potion.nightVision=Visión Nocturna +potion.nightVision.postfix=Poción de visión +potion.poison=Veneno +potion.poison.postfix=Poción de veneno +potion.potency.1=II +potion.potency.2=III +potion.potency.3=IV +potion.prefix.acrid=Acre +potion.prefix.artless=simple +potion.prefix.awkward=Rara +potion.prefix.bland=Suave +potion.prefix.bulky=Voluminosa +potion.prefix.bungling=Torpe +potion.prefix.buttered=Mantecosa +potion.prefix.charming=Encantador +potion.prefix.clear=limpio +potion.prefix.cordial=Cordial +potion.prefix.dashing=Brillante +potion.prefix.debonair=Cortés +potion.prefix.diffuse=Difusa +potion.prefix.elegant=Elegante +potion.prefix.fancy=Lujosa +potion.prefix.flat=Plana +potion.prefix.foul=Fea +potion.prefix.grenade=(De área) +potion.prefix.gross=Asquerosa +potion.prefix.harsh=Dura +potion.prefix.milky=Láctea +potion.prefix.mundane=Mundana +potion.prefix.odorless=Inodora +potion.prefix.potent=Potente +potion.prefix.rank=Rango +potion.prefix.refined=Refinado +potion.prefix.smooth=Fluida +potion.prefix.sparkling=Chispeante +potion.prefix.stinky=Apestosa +potion.prefix.suave=Afable +potion.prefix.thick=Espesa +potion.prefix.thin=flaca + +potion.prefix.uninteresting=Banal +potion.regeneration=Regeneración +potion.regeneration.postfix=Poción de Regeneración +potion.resistance=Resistencia +potion.resistance.postfix=Poción de resistencia +potion.saturation=Saturación +potion.saturation.postfix=Poción de saturación +potion.waterBreathing=Respiración Acuática +potion.waterBreathing.postfix=Poción de branquias +potion.weakness=Debilidad +potion.weakness.postfix=Poción de debilidad +potion.wither=Wither +potion.wither.postfix=Poción de decaimiento +record.nowPlaying=Estás escuchando: %s +resourcePack.available.title=Packs de recursos en carpeta +resourcePack.folderInfo=(Colocá los packs de recursos en la carpeta) +resourcePack.openFolder=Abrir la carpeta +resourcePack.selected.title=Packs de recursos elegidos +resourcePack.title=Seleccionar packs de recursos +screenshot.failure=No se pudo guardar la captura de pantalla: %s +screenshot.success=Captura guardada como %s +selectServer.add=Añadir servidor +selectServer.defaultName=Servidor de Minecraft +selectServer.delete=Borrar +selectServer.deleteButton=Borrar +selectServer.deleteQuestion=¿Seguro que querés borrar este servidor? +selectServer.deleteWarning=se perderá... ¡para siempre! (¡Eso es mucho tiempo!) +selectServer.direct=Conexión rápida +selectServer.edit=Editar +selectServer.empty=vacío +selectServer.hiddenAddress=(Oculto) +selectServer.refresh=Actualizar +selectServer.select=Entrar al servidor +selectServer.title=Seleccionar servidor +selectWorld.allowCommands=Permitir trampas: +selectWorld.allowCommands.info=Comandos como /gamemode, /xp +selectWorld.bonusItems=Cofre de ayuda: +selectWorld.cheats=Trampas +selectWorld.conversion=¡Tiene que ser convertido! +selectWorld.create=Crear un mundo nuevo +selectWorld.createDemo=Jugar a un Nuevo mundo demo +selectWorld.customizeType=personalizar +selectWorld.delete=Borrar +selectWorld.deleteButton=Borrar +selectWorld.deleteQuestion=¿Seguro que querés borrar este mundo? +selectWorld.deleteWarning=se perderá... ¡para siempre! (¡Eso es mucho tiempo!) +selectWorld.empty=vacío +selectWorld.enterName=Nombre del Mundo +selectWorld.enterSeed=Semilla para el generador de mundos +selectWorld.gameMode=Modo de juego +selectWorld.gameMode.adventure=aventura +selectWorld.gameMode.adventure.line1=Igual que supervivencia, pero no podés +selectWorld.gameMode.adventure.line2=agregar ni destruir bloques +selectWorld.gameMode.creative=creativo +selectWorld.gameMode.creative.line1=Tenés recursos ilimitados, vuelo libre y +selectWorld.gameMode.creative.line2=destrucción de bloques al instante +selectWorld.gameMode.hardcore=extremo +selectWorld.gameMode.hardcore.line1=Igual que supervivencia, pero bloqueado +selectWorld.gameMode.hardcore.line2=en difícil y con sólo una vida +selectWorld.gameMode.spectator=Espectador +selectWorld.gameMode.spectator.line1=Se mira, no se toca +selectWorld.gameMode.survival=supervivencia +selectWorld.gameMode.survival.line1=Buscá recursos, fabricá, ganá +selectWorld.gameMode.survival.line2=experiencia y cuidá tu hambre +selectWorld.hardcoreMode=Extremo: +selectWorld.hardcoreMode.info=El mundo se borra al morir +selectWorld.mapFeatures=Generar estructuras: +selectWorld.mapFeatures.info=Pueblos, mazmorras, etc +selectWorld.mapType=Mundo: +selectWorld.mapType.normal=Normal +selectWorld.moreWorldOptions=Más opciones de mundo... +selectWorld.newWorld=Mundo nuevo +selectWorld.newWorld.copyOf=Copia de %s +selectWorld.recreate=Recrear +selectWorld.rename=Renombrar +selectWorld.renameButton=Renombrar +selectWorld.renameTitle=Renombrar el mundo +selectWorld.resultFolder=Va a guardarse en: +selectWorld.seedInfo=Dejar en blanco para una semilla al azar +selectWorld.select=Jugar mundo seleccionado +selectWorld.title=Seleccioná el Mundo +selectWorld.world=Mundo +sign.edit=Editar mensaje del cartel +soundCategory.ambient=Ambiente/Entorno +soundCategory.block=Bloques +soundCategory.hostile=Criaturas hostiles +soundCategory.master=Volumen General +soundCategory.music=Música +soundCategory.neutral=Criaturas amigables +soundCategory.player=Jugadores +soundCategory.record=Bloques musicales +soundCategory.weather=Clima +stat.animalsBred=Animales Criados +stat.blocksButton=Bloques +stat.boatOneCm=Distancia en Bote +stat.breakItem=%1$s Roto +stat.climbOneCm=Distancia escalada +stat.craftItem=%1$s Fabricado +stat.crafted=Veces Fabricado +stat.createWorld=Mundos creados +stat.crouchOneCm=Distancia agachado +stat.damageDealt=Daño Hecho +stat.damageTaken=Daño Recibido +stat.deaths=Número de Muertes +stat.depleted=Veces Gastado +stat.diveOneCm=Distancia Excavada +stat.drop=Items tirados +stat.entityKilledBy=%s te mató %s vez/veces +stat.entityKilledBy.none=Nunca fuiste matado por %s +stat.entityKills=Mataste a %s %s +stat.entityKills.none=Nunca mataste un/a %s +stat.fallOneCm=Distancia de caída +stat.fishCaught=Peces atrapados +stat.flyOneCm=Distancia Volada +stat.generalButton=General +stat.horseOneCm=Distancia a Caballo +stat.itemsButton=Items +stat.joinMultiplayer=Sesiones Multijugador +stat.jump=Agachos +stat.junkFished=Basura Pescada +stat.leaveGame=Partidas abandonadas +stat.loadWorld=Partidas cargadas +stat.mineBlock=%1$s Minados +stat.minecartOneCm=Distancia a vagoneta +stat.mined=Veces Minadas +stat.mobKills=Criaturas Matadas +stat.mobsButton=Criaturas +stat.pigOneCm=Distancia de cerdo +stat.playOneMinute=Minutos Jugados +stat.playerKills=Jugadores matados +stat.sprintOneCm=Distancia corriendo +stat.startGame=Veces jugadas +stat.swimOneCm=Distancia Nadada +stat.talkedToVillager=Charlas con aldeanos +stat.timeSinceDeath=Tiempo desde la última muerte +stat.tradedWithVillager=Comercios con aldeanos +stat.treasureFished=Tesoros Pescados +stat.useItem=%1$s Usados +stat.used=Veces Usado +stat.walkOneCm=Distancia Caminada +stats.tooltip.type.achievement=Logro +stats.tooltip.type.statistic=Estadística +stream.confirm_start=¿Seguro que quiere comenzar a emitir? +stream.unavailable.account_not_bound=Antes de poder hacer una retransmisión con Twitch, necesitas vincular tu cuenta de usuario de Twitch en mojang.com. ¿Quieres hacerlo ahora? +stream.unavailable.account_not_bound.okay=Vincular cuentas +stream.unavailable.account_not_migrated=Antes de poder retransmitir Minecraft a través de Twitch, es necesario migrar tu cuenta de Minecraft a una cuenta de Mojang. ¿Quieres hacerlo ahora? +stream.unavailable.account_not_migrated.okay=Migrar cuenta +stream.unavailable.failed_auth=La conexión con Twitch ha fallado. Entra en mojang.com y asegúrate de vincular correctamente tu usuario de Twitch. +stream.unavailable.failed_auth.okay=Vincular cuentas +stream.unavailable.failed_auth_error=No se ha podido conectar con Twitch. Inténtalo de nuevo más tarde. +stream.unavailable.initialization_failure=No se ha podido iniciar Twitch SDK. +stream.unavailable.initialization_failure.extra=(Motivo: %s) +stream.unavailable.library_arch_mismatch=La versión de Java utilizada para ejecutar Minecraft es distinta a la que estás utilizando tú para iniciarlo. Por favor, asegúrate de que es la misma, 32-bit o 64-bit, para ambos. +stream.unavailable.library_failure=No se han podido cargar las bibliotecas necesarias para el servicio de retransmisión de Twitch integrado. +stream.unavailable.no_fbo=Tu tarjeta gráfica tiene que ser compatible al menos con OpenGL 3.0 o soportar entidades de framebuffer para usar la herramienta de retransmisión de Twitch. +stream.unavailable.no_fbo.arb=La compatibilidad con la entidad de framebuffer por ARB es: %s +stream.unavailable.no_fbo.blend=La compatibilidad de mezcla independiente por EXT es: %s +stream.unavailable.no_fbo.ext=La compatibilidad con la entidad de framebuffer por EXT es: %s +stream.unavailable.no_fbo.version=Actualmente usas: %s +stream.unavailable.not_supported.mac=Para retransmitir con Twitch en Mac necesitas tener como mínimo OSX 10.7 (Mac OS X Lion) o posterior. ¿Quieres visitar apple.com para saber más acerca de la actualización? +stream.unavailable.not_supported.mac.okay=Actualizar +stream.unavailable.not_supported.other=Para retransmitir con Twitch necesitas tener como Windows (Vista o superior) o Max OS X (10.7/Lion o superior) +stream.unavailable.not_supported.windows=Para retransmitir con Twitch necesitas tener como mínimo Windows Vista o superior. +stream.unavailable.report_to_mojang=Informar a Mojang +stream.unavailable.soundflower.chat=Necesitas Soundflower para poder retransmitir en Mac. %s +stream.unavailable.soundflower.chat.link=Haz clic aquí para instalarlo. +stream.unavailable.title=Retransmisión por Twitch no disponible +stream.unavailable.unknown=Actualmente no puedes retransmitir en Twitch. La razón de esto aún es desconocida :'( +stream.unavailable.unknown.chat=No se ha podido iniciar la retransmisión: %s +stream.user.mode.administrator=Administrador de Twitch +stream.user.mode.banned=Desadmitido +stream.user.mode.banned.other=Desadmitido en el canal de %s +stream.user.mode.banned.self=Desadmitido en tu canal +stream.user.mode.broadcaster=Locutor +stream.user.mode.broadcaster.other=Locutor +stream.user.mode.broadcaster.self=Locutor (¡tú!) +stream.user.mode.moderator=Moderador +stream.user.mode.moderator.other=Moderador en el canal de %s +stream.user.mode.moderator.self=Moderador en tu canal +stream.user.mode.staff=Personal de Twitch +stream.user.subscription.subscriber=Suscriptor +stream.user.subscription.subscriber.other=Suscriptor del canal de %s +stream.user.subscription.subscriber.self=Suscriptor de tu canal +stream.user.subscription.turbo=Twitch turbo +stream.userinfo.ban=Desadmitir +stream.userinfo.chatTooltip=Haz clic para administrar usuario +stream.userinfo.mod=Hacer moderador +stream.userinfo.timeout=Tiempo de espera +stream.userinfo.unban=Readmitir +stream.userinfo.unmod=Quitar privilegios de moderador +tile.acaciaFence.name=Cerca de acacia +tile.acaciaFenceGate.name=Portón de acacia +tile.activatorRail.name=Vía activadora +tile.anvil.intact.name=Yunque +tile.anvil.name=Yunque +tile.anvil.slightlyDamaged.name=Yunque poco dañado +tile.anvil.veryDamaged.name=Yunque muy dañado +tile.barrier.name=Barrera +tile.beacon.name=Faro +tile.beacon.primary=Poder Primario +tile.beacon.secondary=Poder Secundario +tile.bed.name=Cama +tile.bed.noSleep=Sólo podés dormir de noche +tile.bed.notSafe=No podés dormir ahora, hay monstruos cerca +tile.bed.notValid=Tu cama está perdida u obstruida +tile.bed.occupied=Esta cama está ocupada +tile.bedrock.name=Roca Madre +tile.birchFence.name=Cerca de abedul +tile.birchFenceGate.name=Portón de abedul +tile.blockCoal.name=Bloque de carbón +tile.blockDiamond.name=Bloque de diamante +tile.blockEmerald.name=Bloque de esmeralda +tile.blockGold.name=Bloque de oro +tile.blockIron.name=Bloque de hierro +tile.blockLapis.name=Bloque de lapislázuli +tile.blockRedstone.name=Bloque de redstone +tile.bookshelf.name=Biblioteca +tile.brick.name=Ladrillos +tile.button.name=Botón +tile.cactus.name=Cactus +tile.cake.name=Torta +tile.carrots.name=Zanahorias +tile.cauldron.name=Calderón de la Barca +tile.chest.name=Cofre +tile.chestTrap.name=Cofre trampa +tile.clay.name=Arcilla +tile.clayHardened.name=Arcilla endurecida +tile.clayHardenedStained.black.name=Arcilla teñida negra +tile.clayHardenedStained.blue.name=Arcilla Tintada Azul +tile.clayHardenedStained.brown.name=Arcilla Teñida Marron +tile.clayHardenedStained.cyan.name=Arcilla Tintada Cian +tile.clayHardenedStained.gray.name=Arcilla Tintada Gris +tile.clayHardenedStained.green.name=Arcilla Verde Teñida +tile.clayHardenedStained.lightBlue.name=Arcilla Tintada Azul Claro +tile.clayHardenedStained.lime.name=Arcilla Tintada Verde Lima +tile.clayHardenedStained.magenta.name=Arcilla Tintada Magenta +tile.clayHardenedStained.name=Arcilla cocinada +tile.clayHardenedStained.orange.name=Arcilla Tintada Naranja +tile.clayHardenedStained.pink.name=Arcilla Tintada Rosa +tile.clayHardenedStained.purple.name=Arcilla endurecida púrpura +tile.clayHardenedStained.red.name=Arcilla Teñida Roja +tile.clayHardenedStained.silver.name=Arcilla Tintada Gris Claro +tile.clayHardenedStained.white.name=Arcilla Tintada Blanca +tile.clayHardenedStained.yellow.name=Arcilla Tintada Amarilla +tile.cloth.black.name=Lana Negra +tile.cloth.blue.name=Lana Azul +tile.cloth.brown.name=Lana Marrón +tile.cloth.cyan.name=Lana Cian +tile.cloth.gray.name=Lana Gris +tile.cloth.green.name=Lana Verde +tile.cloth.lightBlue.name=Lana Celeste +tile.cloth.lime.name=Lana Verde Lima +tile.cloth.magenta.name=Lana Magenta +tile.cloth.name=Lana +tile.cloth.orange.name=Lana Naranja +tile.cloth.pink.name=Lana Rosa +tile.cloth.purple.name=Lana púrpura +tile.cloth.red.name=Lana Roja +tile.cloth.silver.name=Lana gris claro +tile.cloth.white.name=Lana +tile.cloth.yellow.name=Lana Amarilla +tile.cobbleWall.mossy.name=Pared de adoquín musgoso +tile.cobbleWall.normal.name=Pared de adoquín +tile.cocoa.name=Cacao +tile.commandBlock.name=Bloque de comandos +tile.crops.name=Cultivos +tile.darkOakFence.name=Cerca de roble oscuro +tile.darkOakFenceGate.name=Portón de roble oscuro +tile.daylightDetector.name=Sensor de luz solar +tile.deadbush.name=Arbusto Muerto +tile.detectorRail.name=Vía detectora +tile.dirt.coarse.name=Tierra basta +tile.dirt.default.name=Tierra +tile.dirt.name=Tierra +tile.dirt.podzol.name=Podzol +tile.dispenser.name=Dispensador +tile.doorIron.name=Puerta de hierro +tile.doorWood.name=Puerta de Madera +tile.doublePlant.fern.name=Helecho Alto +tile.doublePlant.grass.name=Hierba alta +tile.doublePlant.name=Planta +tile.doublePlant.paeonia.name=Peonía +tile.doublePlant.rose.name=Rosal +tile.doublePlant.sunflower.name=Girasol +tile.doublePlant.syringa.name=Lila +tile.dragonEgg.name=Huevo de dragón +tile.dropper.name=Soltador +tile.enchantmentTable.name=Mesa de encantamientos +tile.endPortalFrame.name=Portal del Fin +tile.enderChest.name=Cofre de Ender +tile.farmland.name=Tierra de Cultivo +tile.fence.name=Valla +tile.fenceGate.name=Puerta de Valla +tile.fenceIron.name=Barras de Hierro +tile.fire.name=Fuego +tile.flower1.dandelion.name=Diente de León +tile.flower1.name=Flor +tile.flower2.allium.name=Allium +tile.flower2.blueOrchid.name=Orquídea Azul +tile.flower2.houstonia.name=Rubiácea +tile.flower2.name=Flor +tile.flower2.oxeyeDaisy.name=Margarita +tile.flower2.poppy.name=Amapola +tile.flower2.tulipOrange.name=Tulipán Naranja +tile.flower2.tulipPink.name=Tulipán Rosa +tile.flower2.tulipRed.name=Tulipán Rojo +tile.flower2.tulipWhite.name=Tulipán Blanco +tile.furnace.name=Horno +tile.glass.name=Cristal +tile.goldenRail.name=Vía propulsora +tile.grass.name=Bloque de Pasto +tile.gravel.name=Grava +tile.hayBlock.name=Heno +tile.hellrock.name=Piedra infernal +tile.hellsand.name=Arena de almas +tile.hopper.name=Embudo +tile.ice.name=Hielo +tile.icePacked.name=Hielo comprimido +tile.ironTrapdoor.name=Trampilla +tile.jukebox.name=Tocadiscos +tile.jungleFence.name=Cerca de jungla +tile.jungleFenceGate.name=Portón de jungla +tile.ladder.name=Escalera +tile.lava.name=Lava +tile.leaves.acacia.name=Hojas de acacia +tile.leaves.big_oak.name=Hojas de roble oscuro +tile.leaves.birch.name=Hojas de abedul +tile.leaves.jungle.name=Hojas de jungla +tile.leaves.name=Hojas +tile.leaves.oak.name=Hojas de Roble +tile.leaves.spruce.name=Hojas de Pino +tile.lever.name=Palanca +tile.lightgem.name=Piedra brillante +tile.litpumpkin.name=Zapallo luminoso +tile.lockedchest.name=Cofre cerrado +tile.log.acacia.name=Madera de acacia +tile.log.big_oak.name=Madera de roble oscuro +tile.log.birch.name=Madera de Abedul +tile.log.jungle.name=Madera de jungla +tile.log.name=Madera +tile.log.oak.name=Madera de Roble +tile.log.spruce.name=Madera de pino +tile.melon.name=Sandía +tile.mobSpawner.name=Spawner de monstruos +tile.monsterStoneEgg.brick.name=Huevo de monstruo de ladrillos de piedra +tile.monsterStoneEgg.chiseledbrick.name=Huevo de monstruo de ladrillos de piedra cincelados +tile.monsterStoneEgg.cobble.name=Huevo de monstruo de adoquín +tile.monsterStoneEgg.crackedbrick.name=Huevo de monstruo de ladrillos de piedra rajados +tile.monsterStoneEgg.mossybrick.name=Huevo de monstruo de ladrillos de piedra musgosos +tile.monsterStoneEgg.name=Piedra con lepisma +tile.monsterStoneEgg.stone.name=Huevo de monstruo de piedra +tile.mushroom.name=Seta +tile.musicBlock.name=Bloque de notas +tile.mycel.name=Micelio +tile.netherBrick.name=Ladrillos del Infierno +tile.netherFence.name=Valla del Infierno +tile.netherStalk.name=Verruga +tile.netherquartz.name=Mineral infernal de cuarzo +tile.notGate.name=Antorcha de redstone +tile.obsidian.name=Obsidiana +tile.oreCoal.name=Mineral de Carbón +tile.oreDiamond.name=Mineral de Diamante +tile.oreEmerald.name=Mineral de Esmeralda +tile.oreGold.name=Mineral de Oro +tile.oreIron.name=Mineral de Hierro +tile.oreLapis.name=Mineral de Lapizlázuli +tile.oreRedstone.name=Mineral de redstone +tile.oreRuby.name=Mineral de Rubí +tile.pistonBase.name=Pistón +tile.pistonStickyBase.name=Pistón Pegajoso +tile.portal.name=Portal +tile.potatoes.name=Papas +tile.pressurePlateStone.name=Placa de presión de piedra +tile.pressurePlateWood.name=Placa de presión de madera +tile.prismarine.bricks.name=Ladrillos de prismarina +tile.prismarine.dark.name=Prismarina oscura +tile.prismarine.rough.name=Prismarina +tile.pumpkin.name=Zapallo +tile.quartzBlock.chiseled.name=Bloque de cuarzo cincelado +tile.quartzBlock.default.name=Bloque de cuarzo +tile.quartzBlock.lines.name=Pilar de Cuarzo +tile.quartzBlock.name=Bloque de cuarzo +tile.rail.name=Vía +tile.redSandStone.chiseled.name=Arenisca roja cincelada +tile.redSandStone.default.name=Arenisca roja +tile.redSandStone.name=Arenisca roja +tile.redSandStone.smooth.name=Arenisca roja lisa +tile.redstoneDust.name=Polvo de redstone +tile.redstoneLight.name=Lámpara de redstone +tile.reeds.name=Caña de Azúcar +tile.sand.default.name=Arena +tile.sand.name=Arena +tile.sand.red.name=Arena roja +tile.sandStone.chiseled.name=Arenisca decorada +tile.sandStone.default.name=Arenisca +tile.sandStone.name=Arenisca +tile.sandStone.smooth.name=Arenisca lisa +tile.sapling.acacia.name=Semilla de acacia +tile.sapling.big_oak.name=Semilla de roble oscuro +tile.sapling.birch.name=Semilla de abedul +tile.sapling.jungle.name=Semilla de jungla +tile.sapling.oak.name=Semilla de roble +tile.sapling.spruce.name=Semilla de pino +tile.seaLantern.name=Lámpara del mar +tile.sign.name=Signo +tile.slime.name=Bloque de slime +tile.snow.name=Nieve +tile.sponge.dry.name=Esponja +tile.sponge.wet.name=Esponja mojada +tile.spruceFence.name=Cerca de abeto +tile.spruceFenceGate.name=Portón de abeto +tile.stainedGlass.black.name=Cristal tintado negro +tile.stainedGlass.blue.name=Cristal tintado azul +tile.stainedGlass.brown.name=Cristal tintado marrón +tile.stainedGlass.cyan.name=Cristal tintado cian +tile.stainedGlass.gray.name=Cristal tintado gris +tile.stainedGlass.green.name=Cristal tintado verde +tile.stainedGlass.lightBlue.name=Cristal tintado azul claro +tile.stainedGlass.lime.name=Cristal tintado verde lima +tile.stainedGlass.magenta.name=Cristal tintado magenta +tile.stainedGlass.name=Cristal tintado +tile.stainedGlass.orange.name=Cristal tintado naranja +tile.stainedGlass.pink.name=Cristal tintado rosa +tile.stainedGlass.purple.name=Cristal tintado púrpura +tile.stainedGlass.red.name=Cristal tintado rojo +tile.stainedGlass.silver.name=Cristal tintado gris claro +tile.stainedGlass.white.name=Cristal tintado blanco +tile.stainedGlass.yellow.name=Cristal tintado amarillo +tile.stairsBrick.name=Escalera de ladrillos +tile.stairsNetherBrick.name=Escaleras de ladrillos infernales +tile.stairsQuartz.name=Escaleras de cuarzo +tile.stairsRedSandStone.name=Escaleras de arenisca roja +tile.stairsSandStone.name=Escaleras de arenisca +tile.stairsStone.name=Escaleras de piedra +tile.stairsStoneBrickSmooth.name=Escaleras de ladrillos de piedra +tile.stairsWood.name=Escaleras de madera de roble +tile.stairsWoodAcacia.name=Escaleras de madera de acacia +tile.stairsWoodBirch.name=Escaleras de madera de abedul +tile.stairsWoodDarkOak.name=Escaleras de madera de roble oscuro +tile.stairsWoodJungle.name=Escaleras de madera de jungla +tile.stairsWoodSpruce.name=Escaleras de madera de pino +tile.stone.andesite.name=Andesita +tile.stone.andesiteSmooth.name=Andesita pulida +tile.stone.diorite.name=Diorita +tile.stone.dioriteSmooth.name=Diorita pulida +tile.stone.granite.name=Granito +tile.stone.graniteSmooth.name=Granito pulido +tile.stone.stone.name=Piedra +tile.stoneMoss.name=Adoquín musgoso +tile.stoneSlab.brick.name=Baldosa de ladrillos +tile.stoneSlab.cobble.name=Baldosa de adoquín +tile.stoneSlab.name=Slab de piedra +tile.stoneSlab.netherBrick.name=Baldosa de ladrillos Infernales +tile.stoneSlab.quartz.name=Baldosa de cuarzo +tile.stoneSlab.sand.name=Baldosa de arenisca +tile.stoneSlab.smoothStoneBrick.name=Baldosa de ladrillos de piedra +tile.stoneSlab.stone.name=Baldosa de piedra +tile.stoneSlab.wood.name=Baldosa de madera +tile.stoneSlab2.red_sandstone.name=Slab de arenisca roja +tile.stonebrick.name=Adoquín +tile.stonebricksmooth.chiseled.name=Ladrillos de piedra cincelados +tile.stonebricksmooth.cracked.name=Ladrillos de piedra rajados +tile.stonebricksmooth.default.name=Ladrillos de piedra +tile.stonebricksmooth.mossy.name=Ladrillos de piedra musgosos +tile.stonebricksmooth.name=Ladrillos de piedra +tile.tallgrass.fern.name=Helecho +tile.tallgrass.grass.name=Hierba +tile.tallgrass.name=Hierba +tile.tallgrass.shrub.name=Arbusto +tile.thinGlass.name=Panel de cristal +tile.thinStainedGlass.black.name=Panel de cristal tintado negro +tile.thinStainedGlass.blue.name=Panel de cristal tintado azul +tile.thinStainedGlass.brown.name=Panel de cristal tintado marrón +tile.thinStainedGlass.cyan.name=Panel de cristal tintado cian +tile.thinStainedGlass.gray.name=Panel de cristal tintado gris +tile.thinStainedGlass.green.name=Panel de cristal tintado verde +tile.thinStainedGlass.lightBlue.name=Panel de cristal tintado azul claro +tile.thinStainedGlass.lime.name=Panel de cristal tintado verde lima +tile.thinStainedGlass.magenta.name=Panel de cristal tintado magenta +tile.thinStainedGlass.name=Panel de cristal tintado +tile.thinStainedGlass.orange.name=Panel de cristal tintado naranja +tile.thinStainedGlass.pink.name=Panel de cristal tintado rosa +tile.thinStainedGlass.purple.name=Panel de cristal tintado púrpura +tile.thinStainedGlass.red.name=Panel de cristal tintado rojo +tile.thinStainedGlass.silver.name=Panel de cristal tintado gris claro +tile.thinStainedGlass.white.name=Panel de cristal tintado blanco +tile.thinStainedGlass.yellow.name=Panel de cristal tintado amarillo +tile.tnt.name=TNT +tile.torch.name=Antorcha +tile.trapdoor.name=Escotilla +tile.tripWire.name=Cable trampa +tile.tripWireSource.name=Gancho +tile.vine.name=Enredaderas +tile.water.name=Agua +tile.waterlily.name=Nenúfar +tile.web.name=Telaraña +tile.weightedPlate_heavy.name=Placa de presión con peso (pesada) +tile.weightedPlate_light.name=Placa de presión con peso (liviana) +tile.whiteStone.name=Piedra del Fin +tile.wood.acacia.name=Tablas de acacia +tile.wood.big_oak.name=Tablas de roble oscuro +tile.wood.birch.name=Tablas de abedul +tile.wood.jungle.name=Tablas de jungla +tile.wood.name=Tablas de madera +tile.wood.oak.name=Tablas de roble +tile.wood.spruce.name=Tablas de pino +tile.woodSlab.acacia.name=Baldosa de madera de acacia +tile.woodSlab.big_oak.name=Baldosa de madera de roble oscuro +tile.woodSlab.birch.name=Baldosa de madera de abedul +tile.woodSlab.jungle.name=Baldosa de madera de jungla +tile.woodSlab.name=Slab de madera +tile.woodSlab.oak.name=Baldosa de madera de doble +tile.woodSlab.spruce.name=Baldosa de madera de pino +tile.woolCarpet.black.name=Alfombra Negra +tile.woolCarpet.blue.name=Alfombra Azul +tile.woolCarpet.brown.name=Alfombra Marrón +tile.woolCarpet.cyan.name=Alfombra Cian +tile.woolCarpet.gray.name=Alfombra Gris +tile.woolCarpet.green.name=Alfombra Verde +tile.woolCarpet.lightBlue.name=Alfombra Azul Claro +tile.woolCarpet.lime.name=Alfombra Lima +tile.woolCarpet.magenta.name=Alfombra Magenta +tile.woolCarpet.name=Alfombra +tile.woolCarpet.orange.name=Alfombra Naranja +tile.woolCarpet.pink.name=Alfombra Rosa +tile.woolCarpet.purple.name=Alfombra púrpura +tile.woolCarpet.red.name=Alfombra Roja +tile.woolCarpet.silver.name=Alfombra Gris Claro +tile.woolCarpet.white.name=Alfombra +tile.woolCarpet.yellow.name=Alfombra Amarilla +tile.workbench.name=Mesa de trabajo +title.oldgl1=Se ha detectado una tarjeta gráfica antigua; esto podría impedirte +title.oldgl2=Jugar con OpenGL 2.0 en el futuro será necesario. +translation.test.invalid=hola % +translation.test.none=¡Hola, mundo! +translation.test.world=mundo diff --git a/javascript/lang/es_VE.lang b/javascript/lang/es_VE.lang new file mode 100755 index 00000000..2fe9682a --- /dev/null +++ b/javascript/lang/es_VE.lang @@ -0,0 +1,1999 @@ +achievement.acquireIron=Adquirir hardware +achievement.acquireIron.desc=Funde un lingote de hierro +achievement.bakeCake=La mentira +achievement.bakeCake.desc=¡Trigo, azúcar, leche y huevos! +achievement.blazeRod=En llamas +achievement.blazeRod.desc=Quítale la vara a un Blaze del infierno +achievement.bookcase=Bibliotecario +achievement.bookcase.desc=Crea algunos estantes para mejorar tu mesa de encantamientos +achievement.breedCow=Repoblación +achievement.breedCow.desc=Cría a dos vacas con trigo +achievement.buildBetterPickaxe=Consiguiendo una mejora +achievement.buildBetterPickaxe.desc=Construye un pico mejor +achievement.buildFurnace=Tema candente +achievement.buildFurnace.desc=Construye un horno con ocho bloques de piedra +achievement.buildHoe=¡Hora de plantar! +achievement.buildHoe.desc=Usa tablas y palos para hacer un azadón +achievement.buildPickaxe=¡Hora de minar! +achievement.buildPickaxe.desc=Usa tablas y palos para hacer un pico +achievement.buildSword=¡Al ataque! +achievement.buildSword.desc=Usa tablas y palos para hacer una espada +achievement.buildWorkBench=Terreno de pruebas +achievement.buildWorkBench.desc=Fabrica una mesa de trabajo con cuatro bloques de tablas +achievement.cookFish=Pescado sabroso +achievement.cookFish.desc=¡Pesca y cocina un pescado! +achievement.diamonds=¡DIAMANTES! +achievement.diamonds.desc=Adquiere diamantes con tu pico de hierro +achievement.diamondsToYou=¡Diamantes para ti! +achievement.diamondsToYou.desc=Lanza diamantes a otro jugador. +achievement.enchantments=Hechicero +achievement.enchantments.desc=Usa un libro, obsidiana y diamantes para crear una mesa de encantamientos +achievement.exploreAllBiomes=Hora de aventura +achievement.exploreAllBiomes.desc=Descubre todos los biomas +achievement.flyPig=Cuando los cochinos vuelen +achievement.flyPig.desc=Vuela un cochino desde un precipicio +achievement.fullBeacon=Farolizador +achievement.fullBeacon.desc=Crea un faro completo +achievement.get=¡Logro obtenido! +achievement.ghast=Devolver al remitente +achievement.ghast.desc=Destruye un Ghast con una bola de fuego +achievement.killCow=Chupavacas +achievement.killCow.desc=Consigue un poco de cuero +achievement.killEnemy=Cazamonstruos +achievement.killEnemy.desc=Ataca y destruye un monstruo +achievement.killWither=El Comienzo. +achievement.killWither.desc=Mata al Wither +achievement.makeBread=Panadero +achievement.makeBread.desc=Convierte trigo en pan +achievement.mineWood=Consiguiendo madera +achievement.mineWood.desc=Golpea un árbol hasta que caiga un bloque de madera +achievement.onARail=En un carril +achievement.onARail.desc=Viaja en un vagón al menos hasta un kilómetro desde dónde empezaste +achievement.openInventory=Hacer inventario +achievement.openInventory.desc=Presiona '%1$s' para abrir tu inventario. +achievement.overkill=Matanza +achievement.overkill.desc=Inflinje 9 corazones de daño en un solo golpe +achievement.overpowered=Todopoderoso +achievement.overpowered.desc=Crea una manzana de Notch +achievement.portal=Ir más allá +achievement.portal.desc=Construye un portal al infierno +achievement.potion=Brebajes caseros +achievement.potion.desc=Crea un poción +achievement.requires=Necesita '%1$s' +achievement.snipeSkeleton=Duelo de francotiradores +achievement.snipeSkeleton.desc=Mata a un esqueleto con una flecha a más de 50 metros de distancia +achievement.spawnWither=¿El Comienzo? +achievement.spawnWither.desc=Invocar al Wither +achievement.taken=¡Obtenido! +achievement.theEnd=¿El Fin? +achievement.theEnd.desc=Localiza el Fin +achievement.theEnd2=El Fin. +achievement.theEnd2.desc=Vence al Dragón del Fin +addServer.add=Aceptar +addServer.enterIp=Dirección del servidor +addServer.enterName=Nombre del servidor +addServer.hideAddress=Ocultar Dirección +addServer.resourcePack=Paquete de recursos +addServer.resourcePack.disabled=No +addServer.resourcePack.enabled=Sí +addServer.resourcePack.prompt=Preguntar +addServer.title=Editar información del servidor +advMode.allEntities=Usa "@e" para elegir a todas las entidades +advMode.allPlayers=Usa "@a" para elegir a todos los jugadores +advMode.command=Comando de consola +advMode.nearestPlayer=Usa "@p" para elegir al jugador más cercano +advMode.notAllowed=Necesita ser un jugador operador en modo creativo +advMode.notEnabled=Bloques de comando no están habilitados en este servidor +advMode.previousOutput=Salida de comando anterior +advMode.randomPlayer=Usa "@r" para elegir a un jugador al azar +advMode.setCommand=Define un comando de consola para el bloque +advMode.setCommand.success=Comando establecido: %s +attribute.name.generic.attackDamage=Daño de ataque +attribute.name.generic.followRange=Rango de seguimiento del monstruo +attribute.name.generic.knockbackResistance=Resistencia al empuje +attribute.name.generic.maxHealth=Salud Maxima +attribute.name.generic.movementSpeed=Velocidad +attribute.name.horse.jumpStrength=Fuerza de salto de caballo +attribute.name.zombie.spawnReinforcements=Refuerzos zombie +book.byAuthor=por %1$s +book.editTitle=Título del libro: +book.finalizeButton=Firmar y cerrar +book.finalizeWarning=¡Nota! Al firmar el libro, ya no se podrá editarlo. +book.generation.0=Original +book.generation.1=Copia del original +book.generation.2=Copia de una copia +book.generation.3=Rasgado +book.pageIndicator=Página %1$s de %2$s +book.signButton=Firmar +build.tooHigh=Limite de altura para construir es %s bloques +chat.cannotSend=No se pudo enviar mensaje de chat +chat.copy=Copiar al portapapeles +chat.link.confirm=¿Estás seguro de que quieres abrir el siguiente sitio web? +chat.link.confirmTrusted=¿Quieres abrir este enlace o copiarlo al portapapeles? +chat.link.open=Abrir en el navegador +chat.link.warning=¡Nunca abras enlaces de personas que no conozcas! +chat.stream.emote=(%s) * %s %s +chat.stream.text=(%s) <%s> %s +chat.type.achievement=%s ha conseguido el logro %s +chat.type.achievement.taken=%s perdió el logro %s +chat.type.admin=[%s: %s] +chat.type.announcement=[%s] %s +chat.type.emote=* %s %s +chat.type.text=<%s> %s +commands.achievement.alreadyHave=%s ya tiene el logro %s +commands.achievement.dontHave=%s no tiene el logro %s +commands.achievement.give.success.all=Dado con éxito todos los logros para %s +commands.achievement.give.success.one=Dado con éxito a %s la estadística %s +commands.achievement.statTooLow=%s no tiene la estadística %s +commands.achievement.unknownAchievement=Logro o estadística desconocido '%s' +commands.achievement.usage=/achievement [jugador] +commands.ban.failed=No se pudo bloquear al jugador %s +commands.ban.success=%s fue baneado +commands.ban.usage=/ban [razón ...] +commands.banip.invalid=Has introducido una dirección IP inválida o un jugador que no está conectado +commands.banip.success=La dirección IP %s fue baneada +commands.banip.success.players=La dirección IP %s perteneciente a %s fue baneada +commands.banip.usage=/ban-ip [razón ...] +commands.banlist.ips=Hay %s direcciones IP prohibidas en total: +commands.banlist.players=Hay %s jugadores baneados en total: +commands.banlist.usage=/banlist [ips|players] +commands.blockdata.failed=El dataTag no cambió: %s +commands.blockdata.notValid=El bloque objetivo no puede tener datos +commands.blockdata.outOfWorld=No puedes cambiar un bloque fuera del mundo +commands.blockdata.success=Datos del bloque actualizados a: %s +commands.blockdata.tagError=El análisis de dataTag falló: %s +commands.blockdata.usage=/blockdata +commands.chunkinfo.compiled=El chunk está compilado. +commands.chunkinfo.empty=El chunk está vacío. +commands.chunkinfo.hasLayers=El chunk tiene capas: %s +commands.chunkinfo.hasNoRenderableLayers=El chunk no tiene capas renderizables. +commands.chunkinfo.isEmpty=El chunk tiene capas vacías: %s +commands.chunkinfo.location=Ubicación del chunk: (%s, %s, %s) +commands.chunkinfo.noChunk=No se ha encontrado ningún chunk en la posición %s, %s, %s +commands.chunkinfo.notCompiled=El chunk no está compilado. +commands.chunkinfo.notEmpty=El chunk no está vacío. +commands.chunkinfo.usage=/chunkinfo [ ] +commands.clear.failure=No se pudo limpiar el inventario de %s, no tiene ítems +commands.clear.success=Se ha limpiado el inventario de %s, eliminando %s objetos +commands.clear.tagError=El análisis de dataTag falló: %s +commands.clear.testing=%s tiene %s ítems que coinciden con los criterios +commands.clear.usage=/clear [jugador] [ítem] [dato] [cantidad máxima] [dataTag] +commands.clone.failed=No se clonaron bloques +commands.clone.noOverlap=El origen y el destino no se pueden superponer +commands.clone.outOfWorld=No puedes acceder a bloques fuera del mundo +commands.clone.success=%s bloques clonados +commands.clone.tooManyBlocks=Hay demasiados bloques en el área elegida (%s > %s) +commands.clone.usage=/clone [modo] +commands.compare.failed=El origen y el destino no deben ser iguales +commands.compare.outOfWorld=No puedes acceder a bloques fuera del mundo +commands.compare.success=%s bloques comparados +commands.compare.tooManyBlocks=Hay demasiados bloques en el área elegida (%s > %s) +commands.compare.usage=/testforblocks [modo] +commands.debug.notStarted=¡No puedes detener los perfiles de depuración cuando todavía no hemos comenzado! +commands.debug.start=Perfiles de depuración iniciados +commands.debug.stop=Detenidos perfiles de depuración después de %s segundos (%s tics) +commands.defaultgamemode.success=El modo de juego defecto es ahora %s +commands.defaultgamemode.usage=/defaultgamemode +commands.deop.failed=No se pudo dejar de ser administrador a %s +commands.deop.success=%s dejó de ser operador +commands.deop.usage=/deop +commands.difficulty.success=Seleccionada dificultad de juego a %s +commands.difficulty.usage=/difficulty +commands.downfall.success=Lluvia/Nieve activada +commands.effect.failure.notActive=No podía tomar %1$s %2$s ya que no tienen el efecto +commands.effect.failure.notActive.all=No se pudo tomar ningun efecto de %s ya que no tienen ninguno +commands.effect.notFound=No hay tal multitud efectos con ID %s +commands.effect.success=Dado de %1$s (ID %2$s)*%3$s %4$s para %5$s segundos +commands.effect.success.removed=Tomó %1$s %2$s +commands.effect.success.removed.all=Eliminados todos los efectos de %s +commands.enchant.cantCombine=%1$s no se puede combinar con %2$s +commands.enchant.cantEnchant=El encantamiento no se puede añadir al ítem seleccionado +commands.enchant.noItem=El objetivo no sostiene un ítem +commands.enchant.notFound=No existe hechizo con ID %s +commands.enchant.success=Hechizo exitoso +commands.enchant.usage=/enchant [nivel] +commands.entitydata.success=Los datos de la entidad se han actualizado a: %s +commands.entitydata.usage=/entitydata +commands.execute.allInvocationsFailed=Fallaron todas las invocaciones: '%s' +commands.execute.usage=/execute O /execute detect +commands.fill.failed=No se colocaron bloques +commands.fill.outOfWorld=No puedes colocar bloques fuera del mundo +commands.fill.success=Colocados %s bloques +commands.fill.tagError=El análisis de dataTag falló: %s +commands.fill.tooManyBlocks=Hay demasiados bloques en el área especificada (%s > %s) +commands.fill.usage=/fill [valor de datos] [oldBlockHandling] [dataTag] +commands.gamemode.success.other=Establecido el modo de juego de %s a %s +commands.gamemode.success.self=Establecido el modo de juego propio a %s +commands.gamemode.usage=/gamemode [jugador] +commands.gamerule.nopermission=Sólo los dueños pueden cambiar '%s' +commands.gamerule.norule=No existe la regla '%s' +commands.gamerule.success=Las reglas de juego se actualizaron +commands.gamerule.usage=/gamerule [valor] +commands.generic.boolean.invalid='%s' no es 'true' ni 'false' +commands.generic.double.tooBig=El número que has introducido (%s) es demasiado grande, debe ser como máximo %s +commands.generic.double.tooSmall=El número que has introducido (%s) es demasiado pequeño, debe ser por lo menos %s +commands.generic.entity.invalidType=El tipo de entidad '%s' no es válido +commands.generic.entity.invalidUuid=La UUID de la entidad está en un formato no válido +commands.generic.entity.notFound=Esa entidad no pudo ser encontrada +commands.generic.exception=Ocurrió un error desconocido al intentar ejecutar este comando +commands.generic.notFound=Comando desconocido. Escribe /help para ver la lista de comandos +commands.generic.num.invalid='%s' no es un número válido +commands.generic.num.tooBig=El número que has introducido (%s) es demasiado grande, debe tener más de %s +commands.generic.num.tooSmall=El número que has introducido (%s) es demasiado pequeño, debe ser al menos %s +commands.generic.parameter.invalid="%s" no es un parámetro válido +commands.generic.permission=Usted no tiene permiso para usar este comando +commands.generic.player.notFound=No se pudo encontrar el jugador +commands.generic.syntax=Sintaxis de comando inválida +commands.generic.usage=Uso: %s +commands.give.notFound=No hay ítem con ID %s +commands.give.success=Dado %s * %s a %s +commands.give.tagError=El análisis de dataTag falló: %s +commands.give.usage=/give <ítem> [cantidad] [datos] [dataTag] +commands.help.footer=Sugerencia: Utiliza la tecla al escribir un comando para autocompletar el comando o sus argumentos +commands.help.header=---Mostrando la página de ayuda %s de %s (/help )--- +commands.help.usage=/help [página|nombre del comando] +commands.kick.success=Se ha expulsado a %s del juego +commands.kick.success.reason=Se ha expulsado a %s del juego: '%s' +commands.kick.usage=/kick [motivo...] +commands.kill.successful=%s se murió +commands.kill.usage=/kill [jugador|entidad] +commands.me.usage=/me +commands.message.display.incoming=%s te susurró: %s +commands.message.display.outgoing=Le susurraste a %s: %s +commands.message.sameTarget=¡No puedes enviarte mensajes privados a ti mismo! +commands.message.usage=/tell +commands.op.failed=No se pudo convertir en administrador a %s +commands.op.success=%s se covirtió en operador +commands.op.usage=/op +commands.particle.notFound=Nombre del efecto (%s) desconocido +commands.particle.success=Reproducido efecto %s por %s veces +commands.particle.usage=/particle [cantidad] [modo] +commands.players.list=Hay %s/%s jugadores conectados: +commands.playsound.playerTooFar=El jugador %s está muy lejos para escuchar el sonido +commands.playsound.success=Reproducido el sonido '%s' a %s +commands.playsound.usage=/playsound [x] [y] [z] [volumen] [tono] [VolumenMínimo] +commands.publish.failed=Imposible alojar un juego local +commands.publish.started=Partida local alojada en el puerto %s +commands.replaceitem.block.usage=/replaceitem block [cantidad] [datos] [dataTag] +commands.replaceitem.entity.usage=/replaceitem entity <ítem> [cantidad] [datos] [dataTag] +commands.replaceitem.failed=No se pudo reemplazar el espacio %s con %s * %s +commands.replaceitem.noContainer=El bloque en %s, %s, %s no es un ítem contenedor +commands.replaceitem.success=Se reemplazó el espacio %s con %s * %s +commands.replaceitem.tagError=El análisis de dataTag falló: %s +commands.replaceitem.usage=/replaceitem ... +commands.save-off.alreadyOff=El guardado ya está desactivado. +commands.save-on.alreadyOn=El guardado ya esta activado. +commands.save.disabled=Desactivado el autoguardado de mundo +commands.save.enabled=Activado el autoguardado de mundo +commands.save.failed=Falla en el guardado: %s +commands.save.start=Guardando... +commands.save.success=El mundo ha sido guardado +commands.say.usage=/say +commands.scoreboard.allMatchesFailed=Todas las operaciones fallaron +commands.scoreboard.noMultiWildcard=Sólo se permite un usuario comodín +commands.scoreboard.objectiveNotFound=Ningún objetivo con el nombre '%s' +commands.scoreboard.objectiveReadOnly=El objetivo de '%s' es de sólo lectura y no se puede cambiar +commands.scoreboard.objectives.add.alreadyExists=El nombre '%s' ya esta en uso +commands.scoreboard.objectives.add.displayTooLong=El nombre expuesto '%s' es muy largo , puede tener como máximo %s caracteres +commands.scoreboard.objectives.add.success=Agregado nuevo objetivo '%s' exitosamente +commands.scoreboard.objectives.add.tooLong=El nombre '%s' es demasiado largo. Puede ser de %s caracteres como máximo +commands.scoreboard.objectives.add.usage=/scoreboard objectives add [nombre de la imagen ...] +commands.scoreboard.objectives.add.wrongType=Tipo de criterio objetivo inválido '%s' +commands.scoreboard.objectives.list.count=Objetivo (s) de %s que muestra en marcador: +commands.scoreboard.objectives.list.empty=No hay objetivos en el marcador +commands.scoreboard.objectives.list.entry=-%s: muestra como '%s' y es de tipo '%s' +commands.scoreboard.objectives.remove.success=Objetivos '%s' eliminados con éxito +commands.scoreboard.objectives.remove.usage=/scoreboard objectives remove +commands.scoreboard.objectives.setdisplay.invalidSlot=No hay exposiciones tales como '%s' +commands.scoreboard.objectives.setdisplay.successCleared=Pantalla de ranura de objetivos '%s' +commands.scoreboard.objectives.setdisplay.successSet=Fijar el objetivo de la pantalla de la ranura '%s' a '%s' +commands.scoreboard.objectives.setdisplay.usage=/scoreboard objectives setdisplay [objetivo] +commands.scoreboard.objectives.usage=/scoreboard objectives ... +commands.scoreboard.players.add.usage=/scoreboard players add [dataTag] +commands.scoreboard.players.enable.noTrigger=El objetivo %s no es un 'trigger' +commands.scoreboard.players.enable.success='Trigger' %s habilitado para %s +commands.scoreboard.players.enable.usage=/scoreboard players enable +commands.scoreboard.players.list.count=Mostrando %s seguimiento a los jugadores en el marcador: +commands.scoreboard.players.list.empty=Hay no hay jugadores seguidos en el marcador +commands.scoreboard.players.list.player.count=Mostrando %s objetivo(s) para %s: +commands.scoreboard.players.list.player.empty=Jugador %s no tiene cuentas registradas +commands.scoreboard.players.list.usage=/scoreboard players list [Nombre] +commands.scoreboard.players.operation.invalidOperation=Operación no válida %s +commands.scoreboard.players.operation.success=Operación aplicada con éxito +commands.scoreboard.players.operation.usage=/scoreboard players operation +commands.scoreboard.players.reset.success=Restablecer todas las puntuaciones del jugador %s +commands.scoreboard.players.set.success=Sistema de puntuación de %s para jugador %s %s +commands.scoreboard.players.set.tagError=No se pudo analizar el dataTag por la siguiente razón: %s +commands.scoreboard.players.set.tagMismatch=El dataTag no coincide con %s +commands.scoreboard.players.set.usage=/scoreboard players set [dataTag] +commands.scoreboard.players.usage=/scoreboard players ... +commands.scoreboard.teamNotFound=Ningún equipo con el nombre '%s' +commands.scoreboard.teams.add.alreadyExists=Un equipo con el nombre '%s' ya existe +commands.scoreboard.teams.add.displayTooLong=El nombre para mostrar '%s' es demasiado largo para un equipo, puede ser a lo más largos de %s caracteres +commands.scoreboard.teams.add.success=Añadido nuevo equipo '%s' con éxito +commands.scoreboard.teams.add.tooLong=El nombre '%s' es demasiado largo para un equipo, puede ser a lo más largos de %s caracteres +commands.scoreboard.teams.add.usage=/scoreboard teams add [texto a mostrar] +commands.scoreboard.teams.empty.alreadyEmpty=Equipo %s ya está vacío, no se puede quitar jugadores ficticia +commands.scoreboard.teams.empty.success=Extraído todas %s jugador(s) de equipo %s +commands.scoreboard.teams.empty.usage=/scoreboard teams empty +commands.scoreboard.teams.join.failure=No se pudo agregar %s jugador(es) al equipo %s: %s +commands.scoreboard.teams.join.success=Se agregó %s jugador(es) al equipo %s: %s +commands.scoreboard.teams.join.usage=/scoreboard teams join [jugador] +commands.scoreboard.teams.leave.failure=No se pudo eliminar %s jugador(es) de su(s) equipo(s): %s +commands.scoreboard.teams.leave.noTeam=No estás en un equipo +commands.scoreboard.teams.leave.success=Se eliminó %s jugador(es) de su(s) esquipo(s): %s +commands.scoreboard.teams.leave.usage=/scoreboard teams leave [jugador] +commands.scoreboard.teams.list.count=Mostrando %s equipo(s) en la tabla de puntuación: +commands.scoreboard.teams.list.empty=Hay no hay equipos registrados en el marcador +commands.scoreboard.teams.list.entry=-%1$s: '%2$s' tiene %3$s jugadores +commands.scoreboard.teams.list.player.count=Mostrando %s jugador(s) en equipo %s: +commands.scoreboard.teams.list.player.empty=Equipo de %s no tiene ningún jugador +commands.scoreboard.teams.list.usage=/scoreboard teams list [nombre] +commands.scoreboard.teams.option.noValue=Los valores validos para la opción %s son: %s +commands.scoreboard.teams.option.success=Establecida la opción %s para el equipo %s a %s +commands.scoreboard.teams.option.usage=/scoreboard teams option +commands.scoreboard.teams.remove.success=Equipo %s eliminado +commands.scoreboard.teams.remove.usage=/scoreboard teams remove +commands.scoreboard.teams.usage=/scoreboard teams ... +commands.scoreboard.usage=/scoreboard ... +commands.seed.success=Semilla: %s +commands.setblock.failed=El bloque no ha podido ser colocado +commands.setblock.noChange=El bloque no pudo ser colocado +commands.setblock.notFound=No hay ningun bloque con ese ID/Nombre %s +commands.setblock.outOfWorld=No se puede colocar el bloque fuera del mundo +commands.setblock.success=Bloque colocado +commands.setblock.tagError=El análisis de la etiqueta de datos falló: %s +commands.setblock.usage=/setblock [ValorData] [ManejoBloqueAntiguo] [EtiquetaData] +commands.setidletimeout.success=Establecido con éxito el tiempo de inactividad en %s minutos. +commands.setidletimeout.usage=/setidletimeout +commands.setworldspawn.success=Se estableció el punto de spawn del mundo en (%s, %s, %s) +commands.setworldspawn.usage=/setworldspawn [ ] +commands.spawnpoint.success=Se estableció el spawn de %s en (%s, %s, %s) +commands.spawnpoint.usage=/spawnpoint [jugador] [ ] +commands.spreadplayers.failure.players=No se pudo esparcir %s jugadores alrededor de %s, %s (muchos jugadores para el espacio - intente usar esparcimiento de al menos %s) +commands.spreadplayers.failure.teams=No se pudo esparcir %s equipos alrededor de %s, %s (muchos jugadores para el espacio - intente usar esparcir de al menos %s) + +commands.spreadplayers.info.players=(Distancia promedio entre jugadores es %s bloques aparte despues de %s iteraciones) +commands.spreadplayers.info.teams=(Distancia promedio entre equipos es %s bloques aparte despues de %s iteraciones) +commands.spreadplayers.spreading.players=Esparciendo %s jugadores %s bloques alrededor %s, %s (min %s bloques aparte) +commands.spreadplayers.spreading.teams=Esparciendo %s equipos %s bloques alrededor %s, %s (min %s bloques aparte) +commands.spreadplayers.success.players=Esparcimiento exitoso de %s jugadores alrededor %s, %s +commands.spreadplayers.success.teams=Esparcimiento exitoso de %s equipos alrededor %s, %s +commands.spreadplayers.usage=/spreadplayers +commands.stats.block.clear.usage=/stats block clear +commands.stats.block.set.usage=/stats block set +commands.stats.block.usage=/stats block ... +commands.stats.cleared=Eliminadas %s estadísticas +commands.stats.entity.clear.usage=/stats entity clear +commands.stats.entity.set.usage=/stats entity set +commands.stats.entity.usage=/stats entity +commands.stats.failed=Parámetros inválidos +commands.stats.noCompatibleBlock=El bloque en %s, %s, %s no puede tener estadísticas +commands.stats.success=Almacenando estadísticas %s en %s en %s +commands.stats.usage=/stats ... +commands.stop.start=Detener el servidor +commands.summon.failed=No puede aparecer la entidad +commands.summon.outOfWorld=No puedes hacer aparecer una entidad fuera del mundo +commands.summon.success=Entidad aparecida correctamente +commands.summon.tagError=El análisis de la etiqueta de datos falló: %s +commands.summon.usage=/summon [x] [y] [z] [dataTag] +commands.tellraw.jsonException=Json invalido: %s +commands.tellraw.usage=/tellraw +commands.testfor.success=Encontrado %s +commands.testfor.tagError=El análisis de dataTag falló: %s +commands.testfor.usage=/testfor [dataTag] +commands.testforblock.failed.data=El bloque en %s,%s,%s tiene un valor de datos (dataValue) de %s (El esperado: %s). +commands.testforblock.failed.nbt=El bloque en %s,%s,%s no tiene las claves NBT requeridas. +commands.testforblock.failed.tile=El bloque en %s,%s,%s es %s (El esperado: %s). +commands.testforblock.failed.tileEntity=El bloque en %s,%s,%s no es una entidad de baldosa y no puede soportar el emparejado de identidad. +commands.testforblock.outOfWorld=No se puede comprobar un bloque fuera del mundo +commands.testforblock.success=Encontrado con éxito el bloque en %s,%s,%s. +commands.testforblock.usage=/testforblock [dataValue] [dataTag] +commands.time.added=%s añadido a la hora +commands.time.query=El tiempo es %s +commands.time.set=Establecer el tiempo a %s +commands.time.usage=/time +commands.title.success=El comando 'title' se ejecutó correctamente +commands.title.usage=/title ... +commands.title.usage.clear=/title clear|reset +commands.title.usage.times=/title times +commands.title.usage.title=/title title|subtitle +commands.tp.notSameDimension=Incapaz de teleport porque los jugadores no están en la misma dimensión +commands.tp.success=Teletransportado %s a %s +commands.tp.success.coordinates=%s se teletransportó a %s, %s, %s +commands.tp.usage=/tp [jugador objetivo] o /tp [jugador objetivo] [ ] +commands.trigger.disabled=El 'trigger' %s no está habilitado +commands.trigger.invalidMode=Modo de 'trigger' %s no válido +commands.trigger.invalidObjective=Nombre de 'trigger' %s no válido +commands.trigger.invalidPlayer=Sólo los jugadores pueden usar el comando /trigger +commands.trigger.success=El 'trigger' %s cambió con %s %s +commands.trigger.usage=/trigger +commands.unban.failed=No se pudo desbloquear al jugador %s +commands.unban.success=%s fue desbaneado +commands.unban.usage=/pardon +commands.unbanip.invalid=Has introducido una dirección IP inválida +commands.unbanip.success=La dirección IP %s fue desbaneada +commands.unbanip.usage=/pardon-ip +commands.weather.clear=Cambiando a tiempo claro +commands.weather.rain=Cambiando a tiempo lluvioso +commands.weather.thunder=Cambiando a tormenta +commands.weather.usage=/weather [duración en segundos] +commands.whitelist.add.failed=No se pudo añadir a %s a la lista blanca +commands.whitelist.add.success=Se ha añadido a %s a la lista blanca +commands.whitelist.add.usage=/whitelist add +commands.whitelist.disabled=Desactivada la lista blanca +commands.whitelist.enabled=Activada la lista blanca +commands.whitelist.list=Hay %s (de %s vistos) jugadores en la lista blanca: +commands.whitelist.reloaded=Lista blanca recargada +commands.whitelist.remove.failed=Nose pudo remover a %s de la lista blanca +commands.whitelist.remove.success=Se ha eliminado a %s de la lista blanca +commands.whitelist.remove.usage=/whitelist remove +commands.whitelist.usage=/whitelist +commands.worldborder.add.usage=/worldborder add [tiempo en segundos] +commands.worldborder.center.success=Centro del borde del mundo establecido en %s,%s +commands.worldborder.center.usage=/worldborder center +commands.worldborder.damage.amount.success=Establecido el daño del borde del mundo a %s por bloque (antes: %s por bloque) +commands.worldborder.damage.buffer.success=Establecido el búfer de daño del borde del mundo a %s bloques (antes: %s bloques) +commands.worldborder.damage.buffer.usage=/worldborder damage buffer +commands.worldborder.damage.usage=/worldborder damage +commands.worldborder.get.success=El tamaño del borde del mundo actualmente es de %s bloques +commands.worldborder.set.success=Establecido el tamaño del borde del mundo a %s bloques (antes: %s bloques) +commands.worldborder.set.usage=/worldborder set [tiempo en segundos] +commands.worldborder.setSlowly.grow.success=Agrandando el tamaño del borde del mundo a %s bloques (antes: %s bloques) en %s segundos +commands.worldborder.setSlowly.shrink.success=Disminuyendo el tamaño del borde del mundo a %s bloques (antes: %s bloques) en %s segundos +commands.worldborder.warning.distance.success=Establecido el aviso del borde del mundo a %s bloques (antes: %s bloques) +commands.worldborder.warning.distance.usage=/worldborder warning distance +commands.worldborder.warning.time.success=Establecido el aviso del borde del mundo a %s segundos (antes: %s segundos) +commands.worldborder.warning.time.usage=/worldborder warning time +commands.worldborder.warning.usage=/worldborder warning +commands.xp.failure.widthdrawXp=No se puede dar al jugador puntos de experiencia negativos +commands.xp.success=%s dada experiencia a %s +commands.xp.success.levels=Dados %s niveles a %s +commands.xp.success.negative.levels=Cogidos %s niveles de %s +commands.xp.usage=/xp [jugador] O /xp L [jugador] +connect.authorizing=Iniciando sesión... +connect.connecting=Conectando con el servidor... +connect.failed=No se pudo conectar al servidor +container.beacon=Faro +container.brewing=Soporte para pociones +container.chest=Baúl +container.chestDouble=Baúl grande +container.crafting=Creación +container.creative=Selección de objetos +container.dispenser=Dispensador +container.dropper=Lanzador +container.enchant=Encantamiento +container.enchant.clue=¿%s...? +container.enchant.lapis.many=%s lapislázulis +container.enchant.lapis.one=1 lapislázuli +container.enchant.level.many=%s niveles de experiencia +container.enchant.level.one=1 nivel de experiencia +container.enderchest=Baúl de Enderman +container.furnace=Horno +container.hopper=Tolva de ítems +container.inventory=Inventario +container.isLocked=¡%s está bloqueado! +container.minecart=Vagón +container.repair=Reparar y renombrar +container.repair.cost=Coste: %1$s +container.repair.expensive=¡Demasiado caro! +controls.reset=Reiniciar +controls.resetAll=Reiniciar teclas +controls.title=Controles +createWorld.customize.custom.baseSize=Profundidad de base +createWorld.customize.custom.biomeDepthOffset=Altura de base de biomas +createWorld.customize.custom.biomeDepthWeight=Altura máxima de biomas +createWorld.customize.custom.biomeScaleOffset=Tamaño mínimo de biomas +createWorld.customize.custom.biomeScaleWeight=Tamaño máximo de biomas +createWorld.customize.custom.biomeSize=Tamaño de bioma +createWorld.customize.custom.center=Altura del centro +createWorld.customize.custom.confirm1=Esto sobrescribirá tus ajustes +createWorld.customize.custom.confirm2=actuales y no podrá deshacerse. +createWorld.customize.custom.confirmTitle=¡Atención! +createWorld.customize.custom.coordinateScale=Escala de coordenadas +createWorld.customize.custom.count=Intentos de vetas +createWorld.customize.custom.defaults=Por defecto +createWorld.customize.custom.depthNoiseScaleExponent=Profundidad de ruido +createWorld.customize.custom.depthNoiseScaleX=Profundidad de ruido X +createWorld.customize.custom.depthNoiseScaleZ=Profundidad de ruido Z +createWorld.customize.custom.dungeonChance=Cantidad de mazmorras +createWorld.customize.custom.fixedBiome=Bioma +createWorld.customize.custom.heightScale=Escala de altura +createWorld.customize.custom.lavaLakeChance=Rareza de lagos de lava +createWorld.customize.custom.lowerLimitScale=Límite inferior +createWorld.customize.custom.mainNoiseScaleX=Escala principal de X +createWorld.customize.custom.mainNoiseScaleY=Escala principal de Y +createWorld.customize.custom.mainNoiseScaleZ=Escala principal de Z +createWorld.customize.custom.maxHeight=Altura máxima +createWorld.customize.custom.minHeight=Altura mínima +createWorld.customize.custom.next=Página siguiente +createWorld.customize.custom.page0=Ajustes básicos +createWorld.customize.custom.page1=Ajustes de minerales +createWorld.customize.custom.page2=Ajustes avanzados (¡sólo usuarios expertos!) +createWorld.customize.custom.page3=Ajustes más avanzados (¡sólo usuarios expertos!) +createWorld.customize.custom.preset.caveChaos=Cavernas del caos +createWorld.customize.custom.preset.caveDelight=Delicia del minero +createWorld.customize.custom.preset.drought=Sequía +createWorld.customize.custom.preset.goodLuck=Buena suerte +createWorld.customize.custom.preset.isleLand=Tierra de islas +createWorld.customize.custom.preset.mountains=Montañas locas +createWorld.customize.custom.preset.waterWorld=Mundo de agua +createWorld.customize.custom.presets=Plantillas +createWorld.customize.custom.presets.title=Personalizar plantillas de mundo +createWorld.customize.custom.prev=Página anterior +createWorld.customize.custom.randomize=Aleatorio +createWorld.customize.custom.riverSize=Tamaño de ríos +createWorld.customize.custom.seaLevel=Nivel del mar +createWorld.customize.custom.size=Tamaño de vetas +createWorld.customize.custom.spread=Altura de propagación +createWorld.customize.custom.stretchY=Anchura +createWorld.customize.custom.upperLimitScale=Límite superior +createWorld.customize.custom.useCaves=Cuevas +createWorld.customize.custom.useDungeons=Mazmorras +createWorld.customize.custom.useLavaLakes=Lagos de lava +createWorld.customize.custom.useLavaOceans=Océanos de lava +createWorld.customize.custom.useMineShafts=Minas abandonadas +createWorld.customize.custom.useMonuments=Monumentos del océano +createWorld.customize.custom.useRavines=Grietas +createWorld.customize.custom.useStrongholds=Fortalezas del Fin +createWorld.customize.custom.useTemples=Templos +createWorld.customize.custom.useVillages=Aldeas +createWorld.customize.custom.useWaterLakes=Lagos de agua +createWorld.customize.custom.waterLakeChance=Rareza de lagos de agua +createWorld.customize.flat.addLayer=Anãdir capa +createWorld.customize.flat.editLayer=Editar capa +createWorld.customize.flat.height=Altura +createWorld.customize.flat.layer.bottom=Fondo - %s +createWorld.customize.flat.layer.top=Tope - %s +createWorld.customize.flat.removeLayer=Eliminar capa +createWorld.customize.flat.tile=Material de la Capa +createWorld.customize.flat.title=Personalización de mundos súper planos +createWorld.customize.presets=Plantillas +createWorld.customize.presets.list=Alternativamente, ¡aquí hay unas que hicimos antes! +createWorld.customize.presets.select=Usar plantilla +createWorld.customize.presets.share=¿Quieres compartir tu plantilla con alguien más? ¡Usa el recuadro de abajo! +createWorld.customize.presets.title=Selecciona una plantilla +death.attack.anvil=%1$s fue aplastado por un yunque +death.attack.arrow=%2$s le disparó a %1$s +death.attack.arrow.item=%2$s le disparó a %1$s usando %3$s +death.attack.cactus=%1$s se puyó con un cactus hasta morir +death.attack.cactus.player=%1$s se quedó pegado a un cactus mientras trataba de escapar de %2$s +death.attack.drown=%1$s se ahogó +death.attack.drown.player=%1$s se ahogó mientras trataba de escapar de %2$s +death.attack.explosion=%1$s explotó +death.attack.explosion.player=%2$s hizo explotar a %1$s +death.attack.fall=%1$s golpeó el suelo demasiado fuerte +death.attack.fallingBlock=%1$s fue aplastado por un bloque +death.attack.fireball=%1$s fue alcanzado por una bola de fuego de %2$s +death.attack.fireball.item=%1$s fue alcanzado por una bola de fuego de %2$s usando %3$s +death.attack.generic=%1$s murió +death.attack.inFire=%1$s ardió en llamas +death.attack.inFire.player=%1$s caminó en fuego mientras luchaba %2$s +death.attack.inWall=%1$s se asfixió en una pared +death.attack.indirectMagic=%1$s ha sido matado por %2$s usando magia +death.attack.indirectMagic.item=%1$s ha sido matado por %2$s usando %3$s +death.attack.lava=%1$s intentó nadar en lava +death.attack.lava.player=%1$s intentó nadar en la lava para escapar de %2$s +death.attack.lightningBolt=%1$s fue golpeado por un rayo +death.attack.magic=%1$s fue matado con magia +death.attack.mob=%1$s fue asesinado por %2$s +death.attack.onFire=%1$s se quemó hasta la muerte +death.attack.onFire.player=%1$s se quemó hasta la muerte mientras luchaba %2$s +death.attack.outOfWorld=%1$s se cayó del mundo +death.attack.player=%1$s fue asesinado por %2$s +death.attack.player.item=%1$s fue asesinado por %2$s usando %3$s +death.attack.starve=%1$s se murió de hambre +death.attack.thorns=%1$s ha sido matado tratando de lastimar a %2$s +death.attack.thrown=%1$s fue aplastado por %2$s +death.attack.thrown.item=%1$s fue gompeado por %2$s usando %3$s +death.attack.wither=%1$s murió por un Wither +death.fell.accident.generic=%1$s cayó desde un lugar alto +death.fell.accident.ladder=%1$s se cayó de una escalera +death.fell.accident.vines=%1$s se cayó de unas lianas +death.fell.accident.water=%1$s cayó fuera del agua +death.fell.assist=%1$s estaba condenado a caer por %2$s +death.fell.assist.item=%1$s estaba condenado a caer por %2$s usando %3$s +death.fell.finish=%1$s cayó demasiado lejos y fue terminado por %2$s +death.fell.finish.item=%1$s cayó demasiado lejos y fue terminado por %2$s usando %3$s +death.fell.killer=%1$s estaba condenado a caer +deathScreen.deleteWorld=Borrar mundo +deathScreen.hardcoreInfo=¡No puedes revivir en modo extremo! +deathScreen.leaveServer=Dejar servidor +deathScreen.quit.confirm=¿Estás seguro de que quieres salir? +deathScreen.respawn=Revivir +deathScreen.score=Puntuación +deathScreen.title=¡Has muerto! +deathScreen.title.hardcore=GAME OVER +deathScreen.titleScreen=Menú principal +demo.day.1=Esta demo sólo durará 5 días en el juego, ¡haz lo mejor que puedas! +demo.day.2=Día dos +demo.day.3=Día tres +demo.day.4=Día cuatro +demo.day.5=¡Este es tu último día! +demo.day.6=Has terminado tu quinto día, pulsa F2 para guardar una captura de pantalla de tu creación +demo.day.warning=¡Tu tiempo ya casi se termina! +demo.demoExpired=¡El tiempo de demostración ha terminado! +demo.help.buy=¡Comprar ahora! +demo.help.fullWrapped=Esta demostración durará 5 días de minecraft (aproximadamente 1 hora y 40 minutos de tiempo real). ¡Revisa los logros para obtener pistas! ¡Diviértete! +demo.help.inventory=Usa %1$s para abrir tu inventario +demo.help.jump=Salta presionando %1$s +demo.help.later=¡Continuar jugando! +demo.help.movement=Usa %1$s,%2$s, %3$s, %4$s y el ratón para moverte +demo.help.movementMouse=Mira a tu alrededor usando el ratón +demo.help.movementShort=Muévete presionando %1$s, %2$s, %3$s, %4$s +demo.help.title=Modo demostración de Minecraft +demo.remainingTime=Tiempo restante: %s +demo.reminder=¡El tiempo de la demo se ha acabado, compra el juego para continuar o empieza un nuevo mundo! +difficulty.lock.question=¿Estás seguro de que quieres bloquear la dificultad de este mundo? Será establecida para siempre en %1$s, no podrás cambiarla. +difficulty.lock.title=Bloquear la dificultad del mundo +disconnect.closed=Conexión finalizada +disconnect.disconnected=Desconectado por el servidor +disconnect.endOfStream=Fin de la conexión +disconnect.genericReason=%s +disconnect.kicked=Fue expulsado del juego +disconnect.loginFailed=Error al iniciar sesión +disconnect.loginFailedInfo=Error al iniciar sesión: %s +disconnect.loginFailedInfo.invalidSession=Sesión invalida (Prueba a reiniciar el juego) +disconnect.loginFailedInfo.serversUnavailable=La autentificación está actualmente desactivada por mantenimiento. +disconnect.lost=Conexión perdida +disconnect.overflow=Desbordamiento de búfer +disconnect.quitting=Saliendo +disconnect.spam=Expulsado por spam +disconnect.timeout=Tiempo de espera agotado +enchantment.arrowDamage=Poder +enchantment.arrowFire=Fuego +enchantment.arrowInfinite=Infinidad +enchantment.arrowKnockback=Empuje de flecha +enchantment.damage.all=Agudeza +enchantment.damage.arthropods=Pesadilla de los arácnidos +enchantment.damage.undead=Castigo +enchantment.digging=Eficiencia +enchantment.durability=Irrompibilidad +enchantment.fire=Aspecto ígneo +enchantment.fishingSpeed=Atracción +enchantment.knockback=Empuje +enchantment.level.1=I +enchantment.level.10=X +enchantment.level.2=II +enchantment.level.3=III +enchantment.level.4=IV +enchantment.level.5=V +enchantment.level.6=VI +enchantment.level.7=VII +enchantment.level.8=VIII +enchantment.level.9=IX +enchantment.lootBonus=Botín +enchantment.lootBonusDigger=Fortuna +enchantment.lootBonusFishing=Suerte de los mares +enchantment.oxygen=Respiración +enchantment.protect.all=Protección +enchantment.protect.explosion=Protección contra explosiones +enchantment.protect.fall=Caída de pluma +enchantment.protect.fire=Protección al fuego +enchantment.protect.projectile=Protección contra proyectiles +enchantment.thorns=Espinas +enchantment.untouching=Toque de seda +enchantment.waterWalker=Velocidad en las profundidades +enchantment.waterWorker=Afinidad acuática +entity.ArmorStand.name=Maniquí +entity.Arrow.name=flecha +entity.Bat.name=Murcielago +entity.Blaze.name=Blaze +entity.Boat.name=Barco +entity.Cat.name=Gato +entity.CaveSpider.name=Araña de cueva +entity.Chicken.name=Pollo +entity.Cow.name=Vaca +entity.Creeper.name=Creeper +entity.EnderDragon.name=Dragón +entity.Enderman.name=Enderman +entity.Endermite.name=Endermite +entity.EntityHorse.name=Caballo +entity.FallingSand.name=Bloque cayente +entity.Fireball.name=Bola de Fuego +entity.Ghast.name=Ghast +entity.Giant.name=Gigante +entity.Guardian.name=Guardián marino +entity.Item.name=Ãtem +entity.KillerBunny.name=El conejo asesino +entity.LavaSlime.name=Cubo de magma +entity.Minecart.name=Vagón +entity.Mob.name=Criatura +entity.Monster.name=Monstruo +entity.MushroomCow.name=Vacahongo +entity.Ozelot.name=Ocelote +entity.Painting.name=Pintura +entity.Pig.name=Cochino +entity.PigZombie.name=Hombre-cerdo zombie +entity.PrimedTnt.name=Dinamita +entity.Rabbit.name=Conejo +entity.Sheep.name=Oveja +entity.Silverfish.name=Pez de plata +entity.Skeleton.name=Esqueleto +entity.Slime.name=Slime +entity.SmallFireball.name=Bola de fuego pequeña +entity.SnowMan.name=Golem de nieve +entity.Snowball.name=Bola de nieve +entity.Spider.name=Araña +entity.Squid.name=Calamar +entity.Villager.armor=Armero (de armaduras) +entity.Villager.butcher=Carnicero +entity.Villager.cleric=Sacerdote +entity.Villager.farmer=Granjero +entity.Villager.fisherman=Pescador +entity.Villager.fletcher=Flechador +entity.Villager.leather=Peletero +entity.Villager.librarian=Bibliotecario +entity.Villager.name=Aldeano +entity.Villager.shepherd=Pastor +entity.Villager.tool=Herrero de herramientas +entity.Villager.weapon=Herrero de armas +entity.VillagerGolem.name=Golem de hierro +entity.Witch.name=Bruja +entity.WitherBoss.name=Wither +entity.Wolf.name=Lobo +entity.XPOrb.name=Orbe de experiencia +entity.Zombie.name=Zombi +entity.donkey.name=Burro +entity.generic.name=desconocido +entity.horse.name=Caballo +entity.mule.name=Mula +entity.skeletonhorse.name=Caballo esqueleto +entity.zombiehorse.name=Caballo zombie +gameMode.adventure=Modo aventura +gameMode.changed=Tu modo de juego se ha actualizado +gameMode.creative=Modo creativo +gameMode.hardcore=¡Modo Extremo! +gameMode.spectator=Modo espectador +gameMode.survival=Modo supervivencia +generator.amplified=AMPLIFICADO +generator.amplified.info=Aviso: Sólo por diversión, requiere un buen equipo +generator.customized=Personalizado +generator.debug_all_block_states=Modo debug +generator.default=Por defecto +generator.flat=Súper plano +generator.largeBiomes=Biomas grandes +gui.achievements=Logros +gui.all=Todo +gui.back=Atrás +gui.cancel=Cancelar +gui.done=Aceptar +gui.down=Abajo +gui.no=No +gui.none=Ninguno +gui.stats=Estadísticas +gui.toMenu=Volver al menú principal +gui.up=Arriba +gui.yes=Sí +inventory.binSlot=Destruir +item.apple.name=Manzana +item.appleGold.name=Manzana dorada +item.armorStand.name=Maniquí +item.arrow.name=Flecha +item.banner.black.name=Estandarte negro +item.banner.blue.name=Estandarte azul +item.banner.border.blue=Bordura azul +item.banner.border.cyan=Bordura turquesa +item.banner.border.gray=Bordura gris +item.banner.border.lightBlue=Bordura azul celeste +item.banner.border.lime=Bordura verde limón +item.banner.border.magenta=Bordura magenta +item.banner.border.orange=Bordura naranja +item.banner.border.pink=Bordura rosa +item.banner.border.purple=Bordura morada +item.banner.border.silver=Bordura gris claro +item.banner.border.white=Bordura blanca +item.banner.border.yellow=Bordura amarilla +item.banner.bricks.cyan=Mazonado turquesa +item.banner.brown.name=Estandarte marrón +item.banner.circle.cyan=Roel turquesa +item.banner.creeper.black=Figura de Creeper negra +item.banner.creeper.blue=Figura de Creeper azul +item.banner.creeper.brown=Figura de Creeper marrón +item.banner.creeper.cyan=Figura de Creeper turquesa +item.banner.creeper.gray=Figura de Creeper gris +item.banner.creeper.green=Figura de Creeper verde +item.banner.creeper.lightBlue=Figura de Creeper azul celeste +item.banner.creeper.lime=Figura de Creeper verde limón +item.banner.creeper.magenta=Figura de Creeper magenta +item.banner.creeper.orange=Figura de Creeper naranja +item.banner.creeper.pink=Figura de Creeper rosa +item.banner.creeper.purple=Figura de Creeper morada +item.banner.creeper.red=Figura de Creeper roja +item.banner.creeper.silver=Figura de Creeper gris claro +item.banner.creeper.white=Figura de Creeper blanca +item.banner.creeper.yellow=Figura de Creeper amarilla +item.banner.cross.cyan=Aspa turquesa +item.banner.curly_border.black=Bordura dentada negra +item.banner.curly_border.blue=Bordura dentada azul +item.banner.curly_border.brown=Bordura dentada marrón +item.banner.curly_border.cyan=Bordura dentada turquesa +item.banner.curly_border.gray=Bordura dentada gris +item.banner.curly_border.green=Bordura dentada verde +item.banner.curly_border.lightBlue=Bordura dentada azul celeste +item.banner.curly_border.lime=Bordura dentada verde limón +item.banner.curly_border.pink=Bordura dentada rosa +item.banner.curly_border.purple=Bordura dentada morada +item.banner.curly_border.red=Bordura dentada roja +item.banner.curly_border.silver=Bordura dentada gris claro +item.banner.cyan.name=Estandarte turquesa +item.banner.diagonal_left.cyan=Tajado turquesa +item.banner.diagonal_right.cyan=Tronchado turquesa +item.banner.diagonal_up_left.cyan=Tronchado turquesa invertido +item.banner.diagonal_up_right.cyan=Tajado turquesa invertido +item.banner.flower.black=Figura de flor negra +item.banner.flower.blue=Figura de flor azul +item.banner.flower.brown=Figura de flor marrón +item.banner.flower.cyan=Escusón turquesa de flor +item.banner.flower.gray=Figura de flor gris +item.banner.flower.green=Figura de flor verde +item.banner.flower.lightBlue=Escusón azul celeste de flor +item.banner.flower.lime=Figura de flor verde limón +item.banner.flower.magenta=Figura de flor magenta +item.banner.flower.orange=Figura de flor naranja +item.banner.flower.pink=Figura de flor rosa +item.banner.flower.purple=Figura de flor morada +item.banner.flower.red=Figura de flor roja +item.banner.flower.silver=Figura de flor gris claro +item.banner.flower.white=Figura de flor blanca +item.banner.flower.yellow=Figura de flor amarilla +item.banner.gradient.cyan=Gradiente turquesa +item.banner.gradient_up.cyan=Gradiente turquesa en campaña +item.banner.gray.name=Estandarte gris +item.banner.green.name=Estandarte verde +item.banner.half_horizontal.cyan=Cortado turquesa +item.banner.half_horizontal_bottom.cyan=Cortado turquesa invertido +item.banner.half_vertical.cyan=Partido turquesa +item.banner.half_vertical_right.cyan=Partido turquesa invertido +item.banner.lightBlue.name=Estandarte azul celeste +item.banner.lime.name=Estandarte verde limón +item.banner.magenta.name=Estandarte magenta +item.banner.mojang.cyan=Cosa turquesa +item.banner.mojang.lightBlue=Cosa azul celeste +item.banner.orange.name=Estandarte naranja +item.banner.pink.name=Estandarte rosa +item.banner.red.name=Estandarte rojo +item.banner.rhombus.cyan=Rombo turquesa +item.banner.silver.name=Estandarte gris claro +item.banner.skull.black=Figura de cráneo negra +item.banner.skull.blue=Figura de cráneo azul +item.banner.skull.brown=Figura de cráneo marrón +item.banner.skull.cyan=Figura de cráneo turquesa +item.banner.skull.gray=Figura de cráneo gris +item.banner.skull.green=Figura de cráneo verde +item.banner.skull.lightBlue=Figura de cráneo azul celeste +item.banner.skull.lime=Figura de cráneo verde limón +item.banner.skull.magenta=Figura de cráneo magenta +item.banner.skull.orange=Figura de cráneo naranja +item.banner.skull.pink=Figura de cráneo rosa +item.banner.skull.purple=Figura de cráneo morada +item.banner.skull.red=Figura de cráneo roja +item.banner.skull.silver=Figura de cráneo gris claro +item.banner.skull.white=Figura de cráneo blanca +item.banner.skull.yellow=Figura de cráneo amarilla +item.banner.small_stripes.cyan=Vergetado turquesa +item.banner.square_bottom_left.cyan=Cantón turquesa en base a diestra +item.banner.square_bottom_left.lightBlue=Cantón diestro azul celeste en campaña +item.banner.square_bottom_right.cyan=Cantón turquesa en base a siniestra +item.banner.square_bottom_right.lightBlue=Cantón siniestro azul celeste en campaña +item.banner.square_bottom_right.white=Cantón blanco en base a siniestra +item.banner.square_top_left.cyan=Cantón diestro turquesa en jefe +item.banner.square_top_left.lightBlue=Cantón diestro azul celeste en jefe +item.banner.square_top_right.cyan=Cantón siniestro turquesa en jefe +item.banner.square_top_right.lightBlue=Cantón siniestro azul celeste en jefe +item.banner.straight_cross.blue=Cruz azul +item.banner.straight_cross.brown=Cruz marrón +item.banner.straight_cross.cyan=Cruz turquesa +item.banner.straight_cross.gray=Cruz gris +item.banner.straight_cross.green=Cruz verde +item.banner.straight_cross.lightBlue=Cruz azul celeste +item.banner.straight_cross.lime=Cruz verde limón +item.banner.straight_cross.magenta=Cruz magenta +item.banner.straight_cross.orange=Cruz naranja +item.banner.straight_cross.pink=Cruz rosa +item.banner.straight_cross.purple=Cruz morada +item.banner.straight_cross.red=Cruz roja +item.banner.straight_cross.silver=Cruz gris claro +item.banner.straight_cross.white=Cruz blanca +item.banner.straight_cross.yellow=Cruz amarilla +item.banner.stripe_bottom.cyan=Faja turquesa en campaña +item.banner.stripe_bottom.lightBlue=Faja azul celeste en campaña +item.banner.stripe_center.cyan=Palo turquesa +item.banner.stripe_downleft.cyan=Barra turquesa +item.banner.stripe_downright.cyan=Banda turquesa +item.banner.stripe_left.cyan=Palo turquesa a diestra +item.banner.stripe_left.lightBlue=Palo azul celeste a diestra +item.banner.stripe_middle.cyan=Faja turquesa +item.banner.stripe_right.cyan=Palo turquesa a siniestra +item.banner.stripe_top.cyan=Faja turquesa en jefe +item.banner.stripe_top.lightBlue=Faja azul celeste en jefe +item.banner.triangle_bottom.cyan=Chevrón turquesa +item.banner.triangle_bottom.purple=Chevrón morado +item.banner.triangle_top.cyan=Chevrón turquesa invertido +item.banner.triangles_bottom.cyan=Campaña turquesa dentada +item.banner.triangles_top.cyan=Jefe turquesa dentado +item.banner.white.name=Estandarte blanco +item.banner.yellow.name=Estandarte amarillo +item.bed.name=Cama +item.beefCooked.name=Bistec +item.beefRaw.name=Carne cruda +item.blazePowder.name=Polvo de Blaze +item.blazeRod.name=Vara de Blaze +item.boat.name=Barco +item.bone.name=Hueso +item.book.name=Libro +item.bootsChain.name=Botas de malla +item.bootsCloth.name=Botas de cuero +item.bootsDiamond.name=Botas de diamante +item.bootsGold.name=Botas de oro +item.bootsIron.name=Botas de hierro +item.bow.name=Arco +item.bowl.name=Tazón +item.bread.name=Pan +item.brewingStand.name=Soporte para pociones +item.brick.name=Ladrillo +item.bucket.name=Balde +item.bucketLava.name=Balde de lava +item.bucketWater.name=Balde de agua +item.cake.name=Torta +item.canBreak=Puede romper: +item.canPlace=Puede colocarse sobre: +item.carrotGolden.name=Zanahoria dorada +item.carrotOnAStick.name=Caña con zanahoria +item.carrots.name=Zanahoria +item.cauldron.name=Caldero +item.charcoal.name=Carbón vegetal +item.chestplateChain.name=Pechera de malla +item.chestplateCloth.name=Túnica de cuero +item.chestplateDiamond.name=Pechera de diamante +item.chestplateGold.name=Pechera de oro +item.chestplateIron.name=Pechera de hierro +item.chickenCooked.name=Pollo cocinado +item.chickenRaw.name=Pollo crudo +item.clay.name=Arcilla +item.clock.name=Reloj +item.coal.name=Carbón +item.comparator.name=Comparador de redstone +item.compass.name=Brújula +item.cookie.name=Galleta +item.diamond.name=Diamante +item.diode.name=Repetidor de redstone +item.doorAcacia.name=Puerta de acacia +item.doorBirch.name=Puerta de abedul +item.doorDarkOak.name=Puerta de roble oscuro +item.doorIron.name=Puerta de hierro +item.doorJungle.name=Puerta de jungla +item.doorOak.name=Puerta de roble +item.doorSpruce.name=Puerta de pino +item.dyePowder.black.name=Saco de tinta +item.dyePowder.blue.name=Lapislázuli +item.dyePowder.brown.name=Semillas de cacao +item.dyePowder.cyan.name=Tinte turquesa +item.dyePowder.gray.name=Tinte gris +item.dyePowder.green.name=Tinde verde +item.dyePowder.lightBlue.name=Tinte azul celeste +item.dyePowder.lime.name=Tinte verde limón +item.dyePowder.magenta.name=Tinte magenta +item.dyePowder.orange.name=Tinte naranja +item.dyePowder.pink.name=Tinte rosa +item.dyePowder.purple.name=Tinte morado +item.dyePowder.red.name=Tinte rojo +item.dyePowder.silver.name=Tinte gris claro +item.dyePowder.white.name=Polvo de hueso +item.dyePowder.yellow.name=Tinte amarillo +item.dyed=Teñido +item.egg.name=Huevo +item.emerald.name=Esmeralda +item.emptyMap.name=Mapa vacío +item.emptyPotion.name=Botella de agua +item.enchantedBook.name=Libro encantado +item.enderPearl.name=Perla de Enderman +item.expBottle.name=Botella de experiencia +item.eyeOfEnder.name=Ojo de Enderman +item.feather.name=Pluma +item.fermentedSpiderEye.name=Ojo de araña fermentado +item.fireball.name=Carga de fuego +item.fireworks.flight=Duración de vuelo: +item.fireworks.name=Cohete +item.fireworksCharge.black=Negro +item.fireworksCharge.blue=Azul +item.fireworksCharge.brown=Marrón +item.fireworksCharge.customColor=Personalizado +item.fireworksCharge.cyan=Turquesa +item.fireworksCharge.fadeTo=Pasa a +item.fireworksCharge.flicker=Parpadeante +item.fireworksCharge.gray=Gris +item.fireworksCharge.green=Verde +item.fireworksCharge.lightBlue=Azul celeste +item.fireworksCharge.lime=Verde limón +item.fireworksCharge.magenta=Magenta +item.fireworksCharge.name=Pólvora de voladores +item.fireworksCharge.orange=Naranja +item.fireworksCharge.pink=Rosa +item.fireworksCharge.purple=Morado +item.fireworksCharge.red=Rojo +item.fireworksCharge.silver=Gris claro +item.fireworksCharge.trail=Rastro +item.fireworksCharge.type=Forma desconocida +item.fireworksCharge.type.0=Esfera pequeña +item.fireworksCharge.type.1=Esfera grande +item.fireworksCharge.type.2=En forma de estrella +item.fireworksCharge.type.3=En forma de creeper +item.fireworksCharge.type.4=Estallido +item.fireworksCharge.white=Blanco +item.fireworksCharge.yellow=Amarillo +item.fish.clownfish.raw.name=Pez payaso +item.fish.cod.cooked.name=Pescado cocinado +item.fish.cod.raw.name=Pescado crudo +item.fish.pufferfish.raw.name=Pez globo +item.fish.salmon.cooked.name=Salmón cocinado +item.fish.salmon.raw.name=Salmón crudo +item.fishingRod.name=Caña de pescar +item.flint.name=Pedernal +item.flintAndSteel.name=Mechero +item.flowerPot.name=Maceta +item.frame.name=Marco +item.ghastTear.name=Lágrima de Ghast +item.glassBottle.name=Botella de cristal +item.goldNugget.name=Pepita de oro +item.hatchetDiamond.name=Hacha de diamante +item.hatchetGold.name=Hacha de oro +item.hatchetIron.name=Hacha de hierro +item.hatchetStone.name=Hacha de piedra +item.hatchetWood.name=Hacha de madera +item.helmetChain.name=Casco de mallas +item.helmetCloth.name=Sombrero de cuero +item.helmetDiamond.name=Casco de diamante +item.helmetGold.name=Casco de oro +item.helmetIron.name=Casco de hierro +item.hoeDiamond.name=Azadón de diamante +item.hoeGold.name=Azadón de oro +item.hoeIron.name=Azadón de hierro +item.hoeStone.name=Azadón de piedra +item.hoeWood.name=Azadón de madera +item.horsearmordiamond.name=Armadura de diamante para caballos +item.horsearmorgold.name=Armadura de oro para caballos +item.horsearmormetal.name=Armadura de hierro para caballos +item.ingotGold.name=Lingote de oro +item.ingotIron.name=Lingote de hierro +item.leash.name=Rienda +item.leather.name=Cuero +item.leaves.name=Hojas +item.leggingsChain.name=Pantalones de malla +item.leggingsCloth.name=Pantalones de cuero +item.leggingsDiamond.name=Pantalones de diamante +item.leggingsGold.name=Pantalones de oro +item.leggingsIron.name=Pantalones de hierro +item.magmaCream.name=Crema de magma +item.map.name=Mapa +item.melon.name=Melón +item.milk.name=Leche +item.minecart.name=Vagón +item.minecartChest.name=Vagón con baúl +item.minecartCommandBlock.name=Vagón con un bloque de comandos +item.minecartFurnace.name=Vagón con horno +item.minecartHopper.name=Vagón con tolva +item.minecartTnt.name=Vagón con TNT +item.monsterPlacer.name=Spawn de +item.mushroomStew.name=Sopa de hongos +item.muttonCooked.name=Cordero cocinado +item.muttonRaw.name=Cordero crudo +item.nameTag.name=Etiqueta +item.netherStalkSeeds.name=Verruga +item.netherStar.name=Estrella del infierno +item.netherbrick.name=Ladrillo abisal +item.netherquartz.name=Cuarzo +item.painting.name=Pintura +item.paper.name=Papel +item.pickaxeDiamond.name=Pico de diamante +item.pickaxeGold.name=Pico de oro +item.pickaxeIron.name=Pico de hierro +item.pickaxeStone.name=Pico de piedra +item.pickaxeWood.name=Pico de madera +item.porkchopCooked.name=Chuleta cocinada +item.porkchopRaw.name=Chuleta cruda +item.potato.name=Papa +item.potatoBaked.name=Papa horneada +item.potatoPoisonous.name=Papa venenosa +item.potion.name=Poción +item.prismarineCrystals.name=Cristal de prismarina +item.prismarineShard.name=Fragmento de prismarina +item.pumpkinPie.name=Tarta de calabaza +item.rabbitCooked.name=Conejo cocinado +item.rabbitFoot.name=Pata de conejo +item.rabbitHide.name=Piel de conejo +item.rabbitRaw.name=Conejo crudo +item.rabbitStew.name=Sopa de conejo +item.record.11.desc=C418 - 11 +item.record.13.desc=C418 - 13 +item.record.blocks.desc=C418 - blocks +item.record.cat.desc=C418 - cat +item.record.chirp.desc=C418 - chirp +item.record.far.desc=C418 - far +item.record.mall.desc=C418 - mall +item.record.mellohi.desc=C418 - mellohi +item.record.name=Disco +item.record.stal.desc=C418 - stal +item.record.strad.desc=C418 - strad +item.record.wait.desc=C418 - wait +item.record.ward.desc=C418 - ward +item.redstone.name=Polvo de redstone +item.reeds.name=Caña de azúcar +item.rottenFlesh.name=Carne podrida +item.ruby.name=Rubí +item.saddle.name=Silla de montar +item.seeds.name=Semillas de trigo +item.seeds_melon.name=Semillas de melón +item.seeds_pumpkin.name=Semillas de calabaza +item.shears.name=Tijeras +item.shovelDiamond.name=Pala de diamante +item.shovelGold.name=Pala de oro +item.shovelIron.name=Pala de hierro +item.shovelStone.name=Pala de piedra +item.shovelWood.name=Pala de madera +item.sign.name=Cartel +item.skull.char.name=Cabeza +item.skull.creeper.name=Cabeza de creeper +item.skull.player.name=Cabeza de %s +item.skull.skeleton.name=Cráneo de esqueleto +item.skull.wither.name=Cráneo de Wither +item.skull.zombie.name=Cabeza de zombi +item.slimeball.name=Bola de Slime +item.snowball.name=Bola de nieve +item.speckledMelon.name=Melón brillante +item.spiderEye.name=Ojo de araña +item.stick.name=Palo +item.string.name=Cuerda +item.sugar.name=Azúcar +item.sulphur.name=Pólvora +item.swordDiamond.name=Espada de diamante +item.swordGold.name=Espada de oro +item.swordIron.name=Espada de hierro +item.swordStone.name=Espada de piedra +item.swordWood.name=Espada de madera +item.unbreakable=Irrompible +item.wheat.name=Trigo +item.writingBook.name=Libro y pluma +item.writtenBook.name=Libro escrito +item.yellowDust.name=Polvo luminoso +itemGroup.brewing=Pociones +itemGroup.buildingBlocks=Bloques de construcción +itemGroup.combat=Combate +itemGroup.decorations=Bloques de decoración +itemGroup.food=Comida +itemGroup.inventory=Inventario de supervivencia +itemGroup.materials=Materiales +itemGroup.misc=Varios +itemGroup.redstone=Redstone +itemGroup.search=Buscar ítems +itemGroup.tools=Herramientas +itemGroup.transportation=Transporte +key.attack=Atacar/Destruir +key.back=Caminar hacia atrás +key.categories.gameplay=Juego +key.categories.inventory=Inventario +key.categories.misc=Varios +key.categories.movement=Movimiento +key.categories.multiplayer=Multijugador +key.categories.stream=Transmisión +key.categories.ui=Interfaz del juego +key.chat=Abrir el chat +key.command=Abrir comando +key.drop=Tirar ítem +key.forward=Caminar hacia delante +key.fullscreen=Pantalla completa +key.hotbar.1=Acceso rápido 1 +key.hotbar.2=Acceso rápido 2 +key.hotbar.3=Acceso rápido 3 +key.hotbar.4=Acceso rápido 4 +key.hotbar.5=Acceso rápido 5 +key.hotbar.6=Acceso rápido 6 +key.hotbar.7=Acceso rápido 7 +key.hotbar.8=Acceso rápido 8 +key.hotbar.9=Acceso rápido 9 +key.inventory=Inventario +key.jump=Saltar +key.left=Caminar hacia la izquierda +key.mouseButton=Botón %1$s +key.pickItem=Copiar bloque +key.playerlist=Lista de jugadores +key.right=Caminar hacia la derecha +key.screenshot=Tomar captura de pantalla +key.smoothCamera=Cámara cinemática +key.sneak=Escabullirse +key.spectatorOutlines=Destacar jugadores (espectadores) +key.sprint=Correr +key.streamCommercial=Mostrar anuncios +key.streamPauseUnpause=Pausar/Reanudar transmisión +key.streamStartStop=Iniciar/Detener transmisión +key.streamToggleMic=Activar/Desactivar micrófono +key.togglePerspective=Cambiar de perspectiva +key.use=Usar ítem/Colocar bloque +lanServer.otherPlayers=Ajustes para otros jugadores +lanServer.scanning=Buscando partidas en LAN +lanServer.start=Iniciar mundo LAN +lanServer.title=Mundo LAN +language.code=es_VE +language.name=Español +language.region=Venezuela +mcoServer.title=Mundo online de Minecraft +menu.convertingLevel=Convirtiendo mundo +menu.disconnect=Desconectar +menu.game=Menú del juego +menu.generatingLevel=Generando mundo +menu.generatingTerrain=Construyendo terreno +menu.loadingLevel=Cargando mundo +menu.multiplayer=Multijugador +menu.online=Reinos de Minecraft +menu.options=Opciones... +menu.playdemo=Jugar Mundo de Demostración +menu.quit=Salir del Juego +menu.resetdemo=Reiniciar Mundo de Demostración +menu.respawning=Reviviendo +menu.returnToGame=Volver al juego +menu.returnToMenu=Guardar y volver al menú +menu.shareToLan=Abrir en LAN +menu.simulating=Simulando el mundo por un momento +menu.singleplayer=Un jugador +menu.switchingLevel=Cambiando mundos +merchant.deprecated=¡Comercia otra cosa para desbloquear más! +mount.onboard=Pulsa %1$s para desmontarte +multiplayer.connect=Conectar +multiplayer.downloadingStats=Descargando estadísticas y logros... +multiplayer.downloadingTerrain=Descargando terreno +multiplayer.info1=Minecraft Multijugador no está terminado, pero +multiplayer.info2=se están llevando a cabo pruebas con algunos bugs. +multiplayer.ipinfo=Introduce la IP del servidor para conectarte a él: +multiplayer.player.joined=%s se unió al juego +multiplayer.player.joined.renamed=%s (anteriormente conocido como %s) se unió al juego +multiplayer.player.left=%s ha dejado el juego +multiplayer.stopSleeping=Dejar la cama +multiplayer.texturePrompt.line1=Este servidor recomienda el uso de un paquete de recursos personalizado. +multiplayer.texturePrompt.line2=¿Quieres descargar e instalarlo automáticamente? +multiplayer.title=Jugar en modo multijugador +options.advancedButton=Ajustes de vídeo avanzados... +options.advancedOpengl=OpenGL avanzado +options.advancedVideoTitle=Ajustes de vídeo avanzados +options.anaglyph=Anaglifo 3D +options.ao=Iluminación suave +options.ao.max=Máximo +options.ao.min=Mínimo +options.ao.off=No +options.blockAlternatives=Bloques alternos +options.chat.color=Colores +options.chat.height.focused=Altura Enfocada +options.chat.height.unfocused=Altura desenfocada +options.chat.links=Enlances Web +options.chat.links.prompt=Preguntar al abrir webs +options.chat.opacity=Opacidad +options.chat.scale=Escala +options.chat.title=Configuración del chat... +options.chat.visibility=Chat +options.chat.visibility.full=Visible +options.chat.visibility.hidden=Oculto +options.chat.visibility.system=Sólo comandos +options.chat.width=Ancho +options.controls=Controles... +options.customizeTitle=Personalizar los ajustes del mundo +options.difficulty=Dificultad +options.difficulty.easy=Fácil +options.difficulty.hard=Difícil +options.difficulty.hardcore=Extremo +options.difficulty.normal=Normal +options.difficulty.peaceful=Pacífico +options.farWarning1=Se recomienda la instalación de Java de 64 bits +options.farWarning2=para la distancia de renderizado "Larga" (tienes la versión de 32 bits) +options.fboEnable=Activar FBOs +options.forceUnicodeFont=Forzar fuente unicode +options.fov=Campo de visión +options.fov.max=Quake Pro +options.fov.min=Normal +options.framerateLimit=FPS máximos +options.framerateLimit.max=Ilimitado +options.fullscreen=Pantalla completa +options.gamma=Brillo +options.gamma.max=Brillante +options.gamma.min=Oscuro +options.graphics=Gráficos +options.graphics.fancy=Detallados +options.graphics.fast=Rápidos +options.guiScale=Escala de la GUI +options.guiScale.auto=Auto. +options.guiScale.large=Grande +options.guiScale.normal=Normal +options.guiScale.small=Pequeña +options.hidden=Escondido +options.invertMouse=Invertir ratón +options.language=Idioma... +options.languageWarning=Algunas traducciones podrían no ser 100%% correctas +options.mipmapLevels=Suavizado de texturas +options.modelPart.cape=Capa +options.modelPart.hat=Sombrero +options.modelPart.jacket=Chaqueta +options.modelPart.left_pants_leg=Pierna izquierda +options.modelPart.left_sleeve=Manga izquierda +options.modelPart.right_pants_leg=Pierna derecha +options.modelPart.right_sleeve=Manga derecha +options.multiplayer.title=Ajustes de multijugador... +options.music=Música +options.off=No +options.on=Sí +options.particles=Partículas +options.particles.all=Todas +options.particles.decreased=Disminuidas +options.particles.minimal=Mínimas +options.performanceButton=Ajustes de rendimiento de vídeo... +options.performanceVideoTitle=Ajustes de rendimiento de vídeo +options.postButton=Configuración del post-procesamiento... +options.postProcessEnable=Activar Post-Procesamiento +options.postVideoTitle=Configuración del post-procesamiento +options.qualityButton=Ajustes de calidad de vídeo... +options.qualityVideoTitle=Ajustes de calidad de vídeo +options.reducedDebugInfo=Reducir info debug +options.renderClouds=Nubes +options.renderDistance=Distancia visible +options.renderDistance.far=Lejana +options.renderDistance.normal=Normal +options.renderDistance.short=Corta +options.renderDistance.tiny=Mínima +options.resourcepack=Paquetes de recursos... +options.saturation=Saturación +options.sensitivity=Sensibilidad +options.sensitivity.max=¡¡¡HÃPERVELOZ!!! +options.sensitivity.min=*bostezo* +options.skinCustomisation=Personalizar la skin... +options.skinCustomisation.title=Personalizar la skin +options.snooper=Enviar informes +options.snooper.desc=Queremos recopilar información sobre tu equipo para ayudar a mejorar Minecraft, sabiendo que podemos mejorar y la existencia de problemas. Toda esta información es completamente anónima y puede verse abajo. Prometemos que no haremos nada malo con ella, pero si prefieres no participar, ¡siéntete libre de desactivar la opción! +options.snooper.title=Lista de especificaciones del equipo +options.snooper.view=Ajuste de informador... +options.sound=Sonido +options.sounds=Música y sonidos... +options.sounds.title=Opciones de música y sonido +options.stream=Ajustes de Twitch... +options.stream.bytesPerPixel=Calidad +options.stream.changes=Es necesario reiniciar la transmisión para que los cambios sean efectuados. +options.stream.chat.enabled=Activar chat +options.stream.chat.enabled.always=Siempre +options.stream.chat.enabled.never=Nunca +options.stream.chat.enabled.streaming=Sólo en emisión +options.stream.chat.title=Ajustes del chat de Twitch +options.stream.chat.userFilter=Usuarios +options.stream.chat.userFilter.all=Todos +options.stream.chat.userFilter.mods=Moderadores +options.stream.chat.userFilter.subs=Suscriptores +options.stream.compression=Compresión +options.stream.compression.high=Alto +options.stream.compression.low=Bajo +options.stream.compression.medium=Medio +options.stream.estimation=Resolución estimada: %sx%s +options.stream.fps=FPS +options.stream.ingest.reset=Reiniciar preferencia +options.stream.ingest.title=Lista de servidores para la emisión +options.stream.ingestSelection=Servidores de transmisión +options.stream.kbps=Ancho de banda +options.stream.micToggleBehavior=Pulsar para +options.stream.micVolumne=Volumen del micrófono +options.stream.mic_toggle.mute=Silenciar +options.stream.mic_toggle.talk=Hablar +options.stream.sendMetadata=Enviar metadatos +options.stream.systemVolume=Volumen del sistema +options.stream.title=Ajustes de emisión por Twitch +options.title=Opciones +options.touchscreen=Modo pantalla táctil +options.vbo=Usar VBOs +options.video=Ajustes de gráficos... +options.videoTitle=Ajustes gráficos +options.viewBobbing=Balanceo de la visión +options.visible=Visible +options.vsync=Usar VSync +potion.absorption=Absorción +potion.absorption.postfix=Poción de absorción +potion.blindness=Ceguera +potion.blindness.postfix=Poción de ceguera +potion.confusion=Náuseas +potion.confusion.postfix=Poción de náuseas +potion.damageBoost=Fuerza +potion.damageBoost.postfix=Poción de fuerza +potion.digSlowDown=Fatiga de minar +potion.digSlowDown.postfix=Poción de aturdimiento +potion.digSpeed=Prisa +potion.digSpeed.postfix=Poción de prisa +potion.effects.whenDrank=Cuando se aplica: +potion.empty=Sin efectos +potion.fireResistance=Resistencia ígnea +potion.fireResistance.postfix=Poción antifuegos +potion.harm=Daño instantáneo +potion.harm.postfix=Poción de daño +potion.heal=Salud instantánea +potion.heal.postfix=Poción de curación +potion.healthBoost=Aumento de salud +potion.healthBoost.postfix=Poción de salud extra +potion.hunger=Hambre +potion.hunger.postfix=Poción de hambre +potion.invisibility=Invisibilidad +potion.invisibility.postfix=Poción de Invisibilidad +potion.jump=Salto impulsado +potion.jump.postfix=Poción de salto +potion.moveSlowdown=Lentitud +potion.moveSlowdown.postfix=Poción de lentitud +potion.moveSpeed=Velocidad +potion.moveSpeed.postfix=Poción de rapidez +potion.nightVision=Visión nocturna +potion.nightVision.postfix=Poción de visión nocturna +potion.poison=Veneno +potion.poison.postfix=Poción de veneno +potion.potency.1=II +potion.potency.2=III +potion.potency.3=IV +potion.prefix.acrid=Acre +potion.prefix.artless=Sencilla +potion.prefix.awkward=Rara +potion.prefix.bland=Desabrida +potion.prefix.bulky=Voluminosa +potion.prefix.bungling=Torpe +potion.prefix.buttered=Mantecosa +potion.prefix.charming=Encantadora +potion.prefix.clear=Clara +potion.prefix.cordial=Cordial +potion.prefix.dashing=Gallarda +potion.prefix.debonair=Cortés +potion.prefix.diffuse=Difusa +potion.prefix.elegant=Elegante +potion.prefix.fancy=Lujosa +potion.prefix.flat=Plana +potion.prefix.foul=Fétida +potion.prefix.grenade=(Salpicante) +potion.prefix.gross=Asquerosa +potion.prefix.harsh=Ãspera +potion.prefix.milky=Lechosa +potion.prefix.mundane=Mundana +potion.prefix.odorless=Inodora +potion.prefix.potent=Potente +potion.prefix.rank=Rango +potion.prefix.refined=Refinada +potion.prefix.smooth=Suave +potion.prefix.sparkling=Chispeante +potion.prefix.stinky=Olorosa +potion.prefix.suave=Afable +potion.prefix.thick=Gruesa +potion.prefix.thin=Flaca +potion.prefix.uninteresting=Banal +potion.regeneration=Regeneración +potion.regeneration.postfix=Poción de regeneración +potion.resistance=Resistencia +potion.resistance.postfix=Poción de resistencia +potion.saturation=Saturación +potion.saturation.postfix=Poción de saturación +potion.waterBreathing=Respiración acuática +potion.waterBreathing.postfix=Poción de branquias +potion.weakness=Debilidad +potion.weakness.postfix=Poción de debilidad +potion.wither=Wither +potion.wither.postfix=Poción de decandencia +record.nowPlaying=Estás escuchando: %s +resourcePack.available.title=Paquetes disponibles +resourcePack.folderInfo=(Coloca los paquetes de recursos ahí) +resourcePack.openFolder=Abrir la carpeta +resourcePack.selected.title=Paquetes en uso +resourcePack.title=Seleccionar paquetes de recursos +screenshot.failure=No se pudo guardar la captura de pantalla: %s +screenshot.success=Captura guardada como %s +selectServer.add=Añadir servidor +selectServer.defaultName=Servidor de Minecraft +selectServer.delete=Borrar +selectServer.deleteButton=Borrar +selectServer.deleteQuestion=¿Estás seguro de que quieres borrar este servidor? +selectServer.deleteWarning=¡Se perderá para siempre! (¡mucho tiempo!) +selectServer.direct=Conexión directa +selectServer.edit=Editar +selectServer.empty=vacío +selectServer.hiddenAddress=(Oculto) +selectServer.refresh=Actualizar +selectServer.select=Unirse al servidor +selectServer.title=Seleccionar servidor +selectWorld.allowCommands=Permitir trucos: +selectWorld.allowCommands.info=Comandos como /gamemode, /xp +selectWorld.bonusItems=Baúl de ayuda: +selectWorld.cheats=Trucos +selectWorld.conversion=¡Debe ser convertido! +selectWorld.create=Crear mundo nuevo +selectWorld.createDemo=Jugar nuevo mundo de prueba +selectWorld.customizeType=Personalizar +selectWorld.delete=Borrar +selectWorld.deleteButton=Borrar +selectWorld.deleteQuestion=¿Estás seguro de que quieres borrar este mundo? +selectWorld.deleteWarning=¡Se perderá para siempre! (¡mucho tiempo!) +selectWorld.empty=vacío +selectWorld.enterName=Nombre del mundo +selectWorld.enterSeed=Semilla para el generador de mundos +selectWorld.gameMode=Modo +selectWorld.gameMode.adventure=Aventura +selectWorld.gameMode.adventure.line1=Igual que el modo supervivencia, pero los bloques no +selectWorld.gameMode.adventure.line2=pueden ser añadidos o eliminados +selectWorld.gameMode.creative=Creativo +selectWorld.gameMode.creative.line1=Recursos ilimitados, vuelo libre y +selectWorld.gameMode.creative.line2=destruye bloques al instante +selectWorld.gameMode.hardcore=Extremo +selectWorld.gameMode.hardcore.line1=Igual que supervivencia, pero en la mayor +selectWorld.gameMode.hardcore.line2=dificultad, y sólo una vida +selectWorld.gameMode.spectator=Espectador +selectWorld.gameMode.spectator.line1=Puedes mirar, pero no tocar +selectWorld.gameMode.survival=Supervivencia +selectWorld.gameMode.survival.line1=Busca recursos, fabrica, gana +selectWorld.gameMode.survival.line2=experiencia, salud y hambre +selectWorld.hardcoreMode=Extremo: +selectWorld.hardcoreMode.info=El mundo es borrado al morir +selectWorld.mapFeatures=Generar estructuras: +selectWorld.mapFeatures.info=Aldeas, calabozos, etc. +selectWorld.mapType=Mundo: +selectWorld.mapType.normal=Normal +selectWorld.moreWorldOptions=Más opciones de mundo... +selectWorld.newWorld=Nuevo mundo +selectWorld.newWorld.copyOf=Copia de %s +selectWorld.recreate=Rehacer +selectWorld.rename=Renombrar +selectWorld.renameButton=Renombrar +selectWorld.renameTitle=Renombrar mundo +selectWorld.resultFolder=Se guardará en: +selectWorld.seedInfo=Déjalo vacío para una semilla aleatoria +selectWorld.select=Jugar mundo seleccionado +selectWorld.title=Seleccionar mundo +selectWorld.world=Mundo +sign.edit=Editar mensaje del cartel +soundCategory.ambient=Ambiente/Entorno +soundCategory.block=Bloques +soundCategory.hostile=Criaturas hostiles +soundCategory.master=Volumen maestro +soundCategory.music=Música +soundCategory.neutral=Criaturas amigables +soundCategory.player=Jugadores +soundCategory.record=Bloques musicales +soundCategory.weather=Lluvia +stat.animalsBred=Animales domesticados +stat.blocksButton=Bloques +stat.boatOneCm=Distancia en barco +stat.breakItem=%1$s gastado +stat.climbOneCm=Distancia escalada +stat.craftItem=%1$s fabricados +stat.crafted=Veces fabricado +stat.createWorld=Mundos creados +stat.crouchOneCm=Distancia agachado +stat.damageDealt=Daño causado +stat.damageTaken=Daño recibido +stat.deaths=Número de muertes +stat.depleted=Veces gastado +stat.diveOneCm=Distancia buceada +stat.drop=Ãtems soltados +stat.entityKilledBy=%s te mató %s vez/veces +stat.entityKilledBy.none=Nunca te mató +stat.entityKills=Mataste a %s %s +stat.entityKills.none=Nunca has matado un %s +stat.fallOneCm=Distancia caída +stat.fishCaught=Peces capturados +stat.flyOneCm=Distancia volada +stat.generalButton=General +stat.horseOneCm=Distancia a caballo +stat.itemsButton=Ãtems +stat.joinMultiplayer=Sesiones multijugador +stat.jump=Saltos +stat.junkFished=Trastos pescados +stat.leaveGame=Partidas abandonadas +stat.loadWorld=Partidas cargadas +stat.mineBlock=%1$s minados +stat.minecartOneCm=Distancia en vagón +stat.mined=Veces minado +stat.mobKills=Criaturas matadas +stat.mobsButton=Criaturas +stat.pigOneCm=Distancia en cochino +stat.playOneMinute=Minutos jugados +stat.playerKills=Jugadores matados +stat.sprintOneCm=Distancia corriendo +stat.startGame=Veces jugado +stat.swimOneCm=Distancia a nado +stat.talkedToVillager=Hablado con aldeanos +stat.timeSinceDeath=Desde la última muerte +stat.tradedWithVillager=Comerciado con aldeanos +stat.treasureFished=Tesoros pescados +stat.useItem=%1$s usados +stat.used=Veces utilizado +stat.walkOneCm=Distancia caminada +stats.tooltip.type.achievement=Logro +stats.tooltip.type.statistic=Estadística +stream.confirm_start=¿Estás seguro de que quieres comenzar una emisión? +stream.unavailable.account_not_bound=Antes de poder transmitir Minecraft a travéz de Twitch, vas a nececitar conectar tu cuenta de Twitch en mojang.com. ¿Querrias hacer eso ahora? +stream.unavailable.account_not_bound.okay=Vincular Cuentas +stream.unavailable.account_not_migrated=Antes de poder emitir Minecraft por de Twitch, es necesario migrar tu cuenta de Minecraft a una cuenta de Mojang. ¿Quieres hacerlo ahora? +stream.unavailable.account_not_migrated.okay=Migrar cuenta +stream.unavailable.failed_auth=La conexión con Twitch ha fallado. Entra en mojang.com y asegúrate de vincular correctamente tu usuario de Twitch. +stream.unavailable.failed_auth.okay=Vincular cuentas +stream.unavailable.failed_auth_error=No se ha podido conectar con Twitch. Inténtalo de nuevo más tarde. +stream.unavailable.initialization_failure=No se ha podido iniciar Twitch SDK. +stream.unavailable.initialization_failure.extra=(Motivo: %s) +stream.unavailable.library_arch_mismatch=La versión de Java utilizada para ejecutar Minecraft es distinta a la que estás utilizando tú para iniciarlo. Por favor, asegúrate de que es la misma, 32-bit o 64-bit, para ambos. +stream.unavailable.library_failure=No se han podido cargar las bibliotecas necesarias para el servicio de emisión por Twitch integrado. +stream.unavailable.no_fbo=Tu tarjeta gráfica tiene que ser compatible al menos con OpenGL 3.0 o soportar entidades de framebuffer para usar la herramienta de emisión por Twitch. +stream.unavailable.no_fbo.arb=La compatibilidad con la entidad de framebuffer por ARB es: %s +stream.unavailable.no_fbo.blend=La compatibilidad de mezcla independiente por EXT es: %s +stream.unavailable.no_fbo.ext=La compatibilidad con la entidad de framebuffer por EXT es: %s +stream.unavailable.no_fbo.version=Actualmente usas: %s +stream.unavailable.not_supported.mac=Para emitir por Twitch en Mac necesitas tener como mínimo OSX 10.7 (Mac OS X Lion) o posterior. ¿Quieres visitar apple.com para saber más acerca de la actualización? +stream.unavailable.not_supported.mac.okay=Actualizar +stream.unavailable.not_supported.other=Para emitir por Twitch necesitas tener Windows (Vista o superior) o Max OS X (10.7/Lion o superior) +stream.unavailable.not_supported.windows=Para emitir por Twitch necesitas tener Windows Vista o superior. +stream.unavailable.report_to_mojang=Reportar a Mojang +stream.unavailable.soundflower.chat=Necesitas Soundflower para poder emitir en Mac. %s +stream.unavailable.soundflower.chat.link=Haz clic aquí para instalarlo. +stream.unavailable.title=Emisión de Twitch no disponible +stream.unavailable.unknown=Actualmente no puedes emitir en Twitch. Y no sabemos el porqué :'( +stream.unavailable.unknown.chat=No se ha podido iniciar la emisión de Twitch: %s +stream.user.mode.administrator=Administrador de Twitch +stream.user.mode.banned=Baneado +stream.user.mode.banned.other=Baneado en el canal de %s +stream.user.mode.banned.self=Baneado en tu canal +stream.user.mode.broadcaster=Transmisor +stream.user.mode.broadcaster.other=Transmisor +stream.user.mode.broadcaster.self=Transmisor (¡Tú!) +stream.user.mode.moderator=Moderador +stream.user.mode.moderator.other=Moderador en el canal de %s +stream.user.mode.moderator.self=Moderador en tu canal +stream.user.mode.staff=Personal de Twitch +stream.user.subscription.subscriber=Subscriptor +stream.user.subscription.subscriber.other=Suscriptor del canal de %s +stream.user.subscription.subscriber.self=Subscriptor de tu canal +stream.user.subscription.turbo=Twitch Turbo +stream.userinfo.ban=Banear +stream.userinfo.chatTooltip=Haz click aquí para administrar usuario +stream.userinfo.mod=Promover a Moderador +stream.userinfo.timeout=Tiempo de espera +stream.userinfo.unban=Desbanear +stream.userinfo.unmod=Quitar privilegios de moderador +tile.acaciaFence.name=Cerca de acacia +tile.acaciaFenceGate.name=Puerta de cerca de acacia +tile.activatorRail.name=Carril activador +tile.anvil.intact.name=Yunque +tile.anvil.name=Yunque +tile.anvil.slightlyDamaged.name=Yunque Ligeramente Dañado +tile.anvil.veryDamaged.name=Yunque muy dañado +tile.barrier.name=Barrera +tile.beacon.name=Faro +tile.beacon.primary=Poder primario +tile.beacon.secondary=Poder secundario +tile.bed.name=Cama +tile.bed.noSleep=Sólo puedes dormir de noche +tile.bed.notSafe=No puedes descansar ahora, hay monstruos cerca +tile.bed.notValid=Tu cama ya no está o se encuentra obstruida +tile.bed.occupied=Esta cama está ocupada +tile.bedrock.name=Piedra base +tile.birchFence.name=Cerca de abedul +tile.birchFenceGate.name=Puerta de cerca de abedul +tile.blockCoal.name=Bloque de carbón +tile.blockDiamond.name=Bloque de diamante +tile.blockEmerald.name=Bloque de esmeralda +tile.blockGold.name=Bloque de oro +tile.blockIron.name=Bloque de hierro +tile.blockLapis.name=Bloque de lapislázuli +tile.blockRedstone.name=Bloque de redstone +tile.bookshelf.name=Estante +tile.brick.name=Ladrillos +tile.button.name=Botón +tile.cactus.name=Cactus +tile.cake.name=Torta +tile.carrots.name=Zanahorias +tile.cauldron.name=Caldero +tile.chest.name=Baúl +tile.chestTrap.name=Baúl trampa +tile.clay.name=Arcilla +tile.clayHardened.name=Arcilla endurecida +tile.clayHardenedStained.black.name=Arcilla negra +tile.clayHardenedStained.blue.name=Arcilla azul +tile.clayHardenedStained.brown.name=Arcilla marrón +tile.clayHardenedStained.cyan.name=Arcilla turquesa +tile.clayHardenedStained.gray.name=Arcilla gris +tile.clayHardenedStained.green.name=Arcilla verde +tile.clayHardenedStained.lightBlue.name=Arcilla azul celeste +tile.clayHardenedStained.lime.name=Arcilla verde limón +tile.clayHardenedStained.magenta.name=Arcilla magenta +tile.clayHardenedStained.name=Arcilla tintada +tile.clayHardenedStained.orange.name=Arcilla naranja +tile.clayHardenedStained.pink.name=Arcilla rosa +tile.clayHardenedStained.purple.name=Arcilla morada +tile.clayHardenedStained.red.name=Arcilla roja +tile.clayHardenedStained.silver.name=Arcilla gris claro +tile.clayHardenedStained.white.name=Arcilla blanca +tile.clayHardenedStained.yellow.name=Arcilla amarilla +tile.cloth.black.name=Lana negra +tile.cloth.blue.name=Lana azul +tile.cloth.brown.name=Lana marrón +tile.cloth.cyan.name=Lana turquesa +tile.cloth.gray.name=Lana gris +tile.cloth.green.name=Lana Verde +tile.cloth.lightBlue.name=Lana azul celeste +tile.cloth.lime.name=Lana verde limón +tile.cloth.magenta.name=Lana magenta +tile.cloth.name=Lana +tile.cloth.orange.name=Lana naranja +tile.cloth.pink.name=Lana rosa +tile.cloth.purple.name=Lana morada +tile.cloth.red.name=Lana Roja +tile.cloth.silver.name=Lana gris claro +tile.cloth.white.name=Lana +tile.cloth.yellow.name=Lana Amarilla +tile.cobbleWall.mossy.name=Muro de adoquín musgoso +tile.cobbleWall.normal.name=Muro de adoquín +tile.cocoa.name=Cacao +tile.commandBlock.name=Bloque de comandos +tile.crops.name=Cultivos +tile.darkOakFence.name=Cerca de roble oscuro +tile.darkOakFenceGate.name=Puerta de cerca de roble oscuro +tile.daylightDetector.name=Sensor de luz diurna +tile.deadbush.name=Arbusto muerto +tile.detectorRail.name=Carril detector +tile.dirt.coarse.name=Tierra basta +tile.dirt.default.name=Tierra +tile.dirt.name=Tierra +tile.dirt.podzol.name=Podzol +tile.dispenser.name=Dispensador +tile.doorIron.name=Puerta de Hierro +tile.doorWood.name=Puerta de madera +tile.doublePlant.fern.name=Helecho grande +tile.doublePlant.grass.name=Hierba alta +tile.doublePlant.name=Planta +tile.doublePlant.paeonia.name=Peonía +tile.doublePlant.rose.name=Rosal +tile.doublePlant.sunflower.name=Girasol +tile.doublePlant.syringa.name=Lila +tile.dragonEgg.name=Huevo de dragón +tile.dropper.name=Lanzador +tile.enchantmentTable.name=Mesa de encantamientos +tile.endPortalFrame.name=Portal del Fin +tile.enderChest.name=Baúl de Enderman +tile.farmland.name=Tierra arada +tile.fence.name=Cerca de roble +tile.fenceGate.name=Puerta de cerca de roble +tile.fenceIron.name=Barrotes de hierro +tile.fire.name=Fuego +tile.flower1.dandelion.name=Diente de león +tile.flower1.name=Flor +tile.flower2.allium.name=Allium +tile.flower2.blueOrchid.name=Orquídea azul +tile.flower2.houstonia.name=Arándano +tile.flower2.name=Flor +tile.flower2.oxeyeDaisy.name=Margarita +tile.flower2.poppy.name=Amapola +tile.flower2.tulipOrange.name=Tulipán naranja +tile.flower2.tulipPink.name=Tulipán rosa +tile.flower2.tulipRed.name=Tulipán rojo +tile.flower2.tulipWhite.name=Tulipán blanco +tile.furnace.name=Horno +tile.glass.name=Cristal +tile.goldenRail.name=Carril propulsor +tile.grass.name=Bloque de hierba +tile.gravel.name=Gravilla +tile.hayBlock.name=Paca de heno +tile.hellrock.name=Piedra abisal +tile.hellsand.name=Arena de almas +tile.hopper.name=Tolva +tile.ice.name=Hielo +tile.icePacked.name=Hielo comprimido +tile.ironTrapdoor.name=Escotilla de hierro +tile.jukebox.name=Caja de música +tile.jungleFence.name=Cerca de jungla +tile.jungleFenceGate.name=Puerta de cerca de jungla +tile.ladder.name=Escalera +tile.lava.name=Lava +tile.leaves.acacia.name=Hojas de acacia +tile.leaves.big_oak.name=Hojas de roble oscuro +tile.leaves.birch.name=Hojas de abedul +tile.leaves.jungle.name=Hojas de jungla +tile.leaves.name=Hojas +tile.leaves.oak.name=Hojas de roble +tile.leaves.spruce.name=Hojas de pino +tile.lever.name=Palanca +tile.lightgem.name=Piedra luminosa +tile.litpumpkin.name=Calabaza luminosa +tile.lockedchest.name=Baúl bloqueado +tile.log.acacia.name=Madera de acacia +tile.log.big_oak.name=Madera de roble oscuro +tile.log.birch.name=Madera de abedul +tile.log.jungle.name=Madera de jungla +tile.log.name=Madera +tile.log.oak.name=Madera de roble +tile.log.spruce.name=Madera de pino +tile.melon.name=Melón +tile.mobSpawner.name=Spawner de criaturas +tile.monsterStoneEgg.brick.name=Huevo de monstruo de ladrillos de piedra +tile.monsterStoneEgg.chiseledbrick.name=Huevo de Monstruo en ladrillo de piedra cincelado +tile.monsterStoneEgg.cobble.name=Huevo de monstruo de adoquín +tile.monsterStoneEgg.crackedbrick.name=Huevo de Monstruo en Ladrillo de piedra roto +tile.monsterStoneEgg.mossybrick.name=Huevo de Monstruo en Ladrillo de piedra musgoso +tile.monsterStoneEgg.name=Huevo de monstruo de piedra +tile.monsterStoneEgg.stone.name=Huevo de monstruo de piedra +tile.mushroom.name=Hongo +tile.musicBlock.name=Bloque de nota musical +tile.mycel.name=Micelio +tile.netherBrick.name=Ladrillo abisal +tile.netherFence.name=Cerca de ladrillo abisal +tile.netherStalk.name=Verruga +tile.netherquartz.name=Mena de cuarzo del infierno +tile.notGate.name=Antorcha de redstone +tile.obsidian.name=Obsidiana +tile.oreCoal.name=Mena de carbón +tile.oreDiamond.name=Mena de diamante +tile.oreEmerald.name=Mena de esmeralda +tile.oreGold.name=Mena de oro +tile.oreIron.name=Mena de hierro +tile.oreLapis.name=Mena de lapislázuli +tile.oreRedstone.name=Mena de redstone +tile.oreRuby.name=Mena de rubí +tile.pistonBase.name=Pistón +tile.pistonStickyBase.name=Pistón pegajoso +tile.portal.name=Portal +tile.potatoes.name=Papas +tile.pressurePlateStone.name=Placa de presión de piedra +tile.pressurePlateWood.name=Placa de presión de madera +tile.prismarine.bricks.name=Ladrillos de prismarina +tile.prismarine.dark.name=Prismarina oscura +tile.prismarine.rough.name=Prismarina +tile.pumpkin.name=Calabaza +tile.quartzBlock.chiseled.name=Bloque de cuarzo cincelado +tile.quartzBlock.default.name=Bloque de cuarzo +tile.quartzBlock.lines.name=Pilar de cuarzo +tile.quartzBlock.name=Bloque de cuarzo +tile.rail.name=Carril +tile.redSandStone.chiseled.name=Arenisca roja cincelada +tile.redSandStone.default.name=Arenisca roja +tile.redSandStone.name=Arenisca roja +tile.redSandStone.smooth.name=Arenisca roja lisa +tile.redstoneDust.name=Polvo de redstone +tile.redstoneLight.name=Lámpara de redstone +tile.reeds.name=Caña de Azúcar +tile.sand.default.name=Arena +tile.sand.name=Arena +tile.sand.red.name=Arena roja +tile.sandStone.chiseled.name=Arenisca cincelada +tile.sandStone.default.name=Arenisca +tile.sandStone.name=Arenisca +tile.sandStone.smooth.name=Arenisca lisa +tile.sapling.acacia.name=Semilla de acacia +tile.sapling.big_oak.name=Semilla de roble oscuro +tile.sapling.birch.name=Semilla de abedul +tile.sapling.jungle.name=Semilla de jungla +tile.sapling.oak.name=Semilla de roble +tile.sapling.spruce.name=Semilla de pino +tile.seaLantern.name=Linterna del mar +tile.sign.name=Cartel +tile.slime.name=Bloque de Slime +tile.snow.name=Nieve +tile.sponge.dry.name=Esponja +tile.sponge.wet.name=Esponja húmeda +tile.spruceFence.name=Cerca de pino +tile.spruceFenceGate.name=Puerta de cerca de pino +tile.stainedGlass.black.name=Cristal tintado negro +tile.stainedGlass.blue.name=Cristal tintado azul +tile.stainedGlass.brown.name=Cristal tintado marrón +tile.stainedGlass.cyan.name=Cristal tintado turquesa +tile.stainedGlass.gray.name=Cristal tintado gris +tile.stainedGlass.green.name=Cristal tintado verde +tile.stainedGlass.lightBlue.name=Cristal tintado de celeste +tile.stainedGlass.lime.name=Cristal tintado de verde limón +tile.stainedGlass.magenta.name=Cristal tintado de magenta +tile.stainedGlass.name=Cristal tintado +tile.stainedGlass.orange.name=Cristal tintado de naranja +tile.stainedGlass.pink.name=Cristal tintado rosado +tile.stainedGlass.purple.name=Cristal tintado morado +tile.stainedGlass.red.name=Cristal tintado rojo +tile.stainedGlass.silver.name=Cristal tintado gris claro +tile.stainedGlass.white.name=Cristal tintado de blanco +tile.stainedGlass.yellow.name=Cristal tintado de amarillo +tile.stairsBrick.name=Escalera de ladrillos +tile.stairsNetherBrick.name=Escaleras de ladrillo abisal +tile.stairsQuartz.name=Escaleras de cuarzo +tile.stairsRedSandStone.name=Escaleras de arenisca roja +tile.stairsSandStone.name=Escaleras de arenisca +tile.stairsStone.name=Escaleras de adoquín +tile.stairsStoneBrickSmooth.name=Escaleras de ladrillos de piedra +tile.stairsWood.name=Escaleras de roble +tile.stairsWoodAcacia.name=Escaleras de acacia +tile.stairsWoodBirch.name=Escaleras de abedul +tile.stairsWoodDarkOak.name=Escaleras de roble oscuro +tile.stairsWoodJungle.name=Escaleras de jungla +tile.stairsWoodSpruce.name=Escaleras de pino +tile.stone.andesite.name=Andesita +tile.stone.andesiteSmooth.name=Andesita pulida +tile.stone.diorite.name=Diorita +tile.stone.dioriteSmooth.name=Diorita pulida +tile.stone.granite.name=Granito +tile.stone.graniteSmooth.name=Granito pulido +tile.stone.stone.name=Piedra +tile.stoneMoss.name=Adoquín musgoso +tile.stoneSlab.brick.name=Losa de ladrillos +tile.stoneSlab.cobble.name=Losa de adoquín +tile.stoneSlab.name=Losa de piedra +tile.stoneSlab.netherBrick.name=Losa de ladrillo abisal +tile.stoneSlab.quartz.name=Losa de cuarzo +tile.stoneSlab.sand.name=Losa de arenisca +tile.stoneSlab.smoothStoneBrick.name=Losa de ladrillos de piedra +tile.stoneSlab.stone.name=Losa de piedra +tile.stoneSlab.wood.name=Losa de madera +tile.stoneSlab2.red_sandstone.name=Losa de arenisca roja +tile.stonebrick.name=Adoquín +tile.stonebricksmooth.chiseled.name=Ladrillos de piedra cincelada +tile.stonebricksmooth.cracked.name=Ladrillos de piedra agrietados +tile.stonebricksmooth.default.name=Ladrillos de piedra +tile.stonebricksmooth.mossy.name=Ladrillos de piedra musgosos +tile.stonebricksmooth.name=Ladrillos de piedra +tile.tallgrass.fern.name=Helecho +tile.tallgrass.grass.name=Hierba +tile.tallgrass.name=Hierba +tile.tallgrass.shrub.name=Arbusto +tile.thinGlass.name=Panel de cristal +tile.thinStainedGlass.black.name=Panel de cristal tintado de negro +tile.thinStainedGlass.blue.name=Panel de cristal tintado de azul +tile.thinStainedGlass.brown.name=Panel de cristal tintado de marrón +tile.thinStainedGlass.cyan.name=Panel de cristal tintado turquesa +tile.thinStainedGlass.gray.name=Panel de cristal tintado gris +tile.thinStainedGlass.green.name=Panel de cristal tintado de verde +tile.thinStainedGlass.lightBlue.name=Panel de cristal tintado azul claro +tile.thinStainedGlass.lime.name=Panel de cristal tintado verde lima +tile.thinStainedGlass.magenta.name=Panel de cristal tintado magenta +tile.thinStainedGlass.name=Panel de cristal tintado +tile.thinStainedGlass.orange.name=Panel de cristal tintado naranja +tile.thinStainedGlass.pink.name=Panel de cristal tintado rosa +tile.thinStainedGlass.purple.name=Panel de cristal tintado de morado +tile.thinStainedGlass.red.name=Panel de cristal tintado de rojo +tile.thinStainedGlass.silver.name=Panel de cristal tintado gris claro +tile.thinStainedGlass.white.name=Panel de cristal tintado blanco +tile.thinStainedGlass.yellow.name=Panel de cristal tintado amarillo +tile.tnt.name=TNT +tile.torch.name=Antorcha +tile.trapdoor.name=Escotilla de madera +tile.tripWire.name=Cable trampa +tile.tripWireSource.name=Gancho de cable +tile.vine.name=Lianas +tile.water.name=Agua +tile.waterlily.name=Nenúfar +tile.web.name=Telaraña +tile.weightedPlate_heavy.name=Placa de presión a peso (pesada) +tile.weightedPlate_light.name=Placa de presión a peso (ligera) +tile.whiteStone.name=Piedra del Fin +tile.wood.acacia.name=Tablas de acacia +tile.wood.big_oak.name=Tablas de roble oscuro +tile.wood.birch.name=Tablas de abedul +tile.wood.jungle.name=Tablas de jungla +tile.wood.name=Tablas de madera +tile.wood.oak.name=Tablas de roble +tile.wood.spruce.name=Tablas de pino +tile.woodSlab.acacia.name=Losa de acacia +tile.woodSlab.big_oak.name=Losa de roble oscuro +tile.woodSlab.birch.name=Losa de abedul +tile.woodSlab.jungle.name=Losa de jungla +tile.woodSlab.name=Losa de madera +tile.woodSlab.oak.name=Losa de roble +tile.woodSlab.spruce.name=Losa de pino +tile.woolCarpet.black.name=Alfombra negra +tile.woolCarpet.blue.name=Alfombra Azul +tile.woolCarpet.brown.name=Alfombra marrón +tile.woolCarpet.cyan.name=Alfombra turquesa +tile.woolCarpet.gray.name=Alfombra gris +tile.woolCarpet.green.name=Alfombra verde +tile.woolCarpet.lightBlue.name=Alfombra azul celeste +tile.woolCarpet.lime.name=Alfombra verde limón +tile.woolCarpet.magenta.name=Alfombra Magenta +tile.woolCarpet.name=Alfombra +tile.woolCarpet.orange.name=Alfombra naranja +tile.woolCarpet.pink.name=Alfombra rosa +tile.woolCarpet.purple.name=Alfombra morada +tile.woolCarpet.red.name=Alfombra roja +tile.woolCarpet.silver.name=Alfombra gris claro +tile.woolCarpet.white.name=Alfombra +tile.woolCarpet.yellow.name=Alfombra amarilla +tile.workbench.name=Mesa de trabajo +title.oldgl1=Tarjeta gráfica vieja; esto podría impedirte jugar a Minecraft. +title.oldgl2=Pronto será obligatorio tener OpenGL 2.0 para poder jugar. +translation.test.args=%s %s +translation.test.complex=Prefijo, %s%2$s otra vez %s y %1$s por ultimo %s y también %1$s otra vez! +translation.test.invalid=Hola % +translation.test.invalid2=Hola %s +translation.test.none=¡Hola, mundo! +translation.test.world=mundo diff --git a/javascript/lang/et_EE.lang b/javascript/lang/et_EE.lang new file mode 100755 index 00000000..9a7df798 --- /dev/null +++ b/javascript/lang/et_EE.lang @@ -0,0 +1,2124 @@ +achievement.acquireIron=Hangi tööriistu +achievement.acquireIron.desc=Sulata raud kangiks +achievement.bakeCake=Vale +achievement.bakeCake.desc=Nisu, suhkur, piim ja munad! +achievement.blazeRod=Tulle +achievement.blazeRod.desc=Vabasta Leek tema vardast +achievement.bookcase=Raamatukoguhoidja +achievement.bookcase.desc=Ehita oma loitsimislaua edendamiseks raamaturiiuleid +achievement.breedCow=Taasasustamine +achievement.breedCow.desc=Paarita kahte lehma nisuga +achievement.buildBetterPickaxe=Uuenduse saamine +achievement.buildBetterPickaxe.desc=Konstrueeri omale parem kirka +achievement.buildFurnace=Kuum teema +achievement.buildFurnace.desc=Konstrueeri kaheksast kiviplokist ahi. +achievement.buildHoe=Aeg põllutöödeks! +achievement.buildHoe.desc=Kasuta laudu ja pulki kõpla valmistamiseks +achievement.buildPickaxe=Aeg kaevandamiseks! +achievement.buildPickaxe.desc=Kasuta laudu ja pulki kirka valmistamiseks +achievement.buildSword=Aeg rünnata! +achievement.buildSword.desc=Tee laudadest ja pulkadest mõõk +achievement.buildWorkBench=Käsitöö +achievement.buildWorkBench.desc=Valmista neljast lauaplokist meisterduslaud +achievement.cookFish=Oivaline kala +achievement.cookFish.desc=Püüa ja küpseta kala! +achievement.diamonds=TEEMANTID! +achievement.diamonds.desc=Kaevanda teemantid välja oma rauast tööriistadega +achievement.diamondsToYou=Teemantid sulle! +achievement.diamondsToYou.desc=Viska teemanteid teisele mängijale. +achievement.enchantments=Loitsija +achievement.enchantments.desc=Konstrueeri raamatust, obsidiaanist ja teemanditest loitsimislaud +achievement.exploreAllBiomes=Aeg seikluseks +achievement.exploreAllBiomes.desc=Avasta kõik bioomid +achievement.flyPig=Kui sead lendavad +achievement.flyPig.desc=Lenda seaga kaljult alla +achievement.fullBeacon=Majaka ehitaja +achievement.fullBeacon.desc=Ehita täielik majakas +achievement.get=Saavutus käes! +achievement.ghast=Tagasi saatjale +achievement.ghast.desc=Tapa üks Kammitus tulekeraga +achievement.killCow=Lehmakukutaja +achievement.killCow.desc=Korja lehmalt nahka +achievement.killEnemy=Koletisekütt +achievement.killEnemy.desc=Ründa ja tapa üks koletis +achievement.killWither=Algus. +achievement.killWither.desc=Tapa Närbuja +achievement.makeBread=Küpseta leiba +achievement.makeBread.desc=Tee nisust leiba +achievement.mineWood=Puidu saamine +achievement.mineWood.desc=Ründa puud, kuni tükk puuhalgu välja tuleb +achievement.onARail=Raudteel +achievement.onARail.desc=Reisi kaevanduskäruga sõidu algpunktist vähemalt 1 km kaugusele +achievement.openInventory=Seljakoti avamine +achievement.openInventory.desc=Vajuta '%1$s' oma seljakoti avamiseks. +achievement.overkill=Ülepingutus +achievement.overkill.desc=Põhjusta ühe löögiga kaheksa südame eest vigastusi +achievement.overpowered=Jõujuurikas +achievement.overpowered.desc=Valmista Notch'i õun +achievement.portal=Me peame sügavamale minema +achievement.portal.desc=Ehita portaal Põrgusse +achievement.potion=Kohalik pruulikoda +achievement.potion.desc=Sega kokku üks võlujook +achievement.requires=Vajab saavutust "%1$s" +achievement.snipeSkeleton=Snaiprite duell +achievement.snipeSkeleton.desc=Tapa üks luukere vähemalt 50 meetri kauguselt lastud noolega +achievement.spawnWither=Algus? +achievement.spawnWither.desc=Tekita Närbuja +achievement.taken=Tehtud! +achievement.theEnd=Lõpp? +achievement.theEnd.desc=Leia üles Lõpp +achievement.theEnd2=Lõpp. +achievement.theEnd2.desc=Võida Lõpudraakonit +addServer.add=Valmis +addServer.enterIp=Serveri aadress +addServer.enterName=Serveri nimi +addServer.hideAddress=Peida aadress +addServer.resourcePack=Serveri ressursipakid +addServer.resourcePack.disabled=keelatud +addServer.resourcePack.enabled=lubatud +addServer.resourcePack.prompt=küsi +addServer.title=Muuda serveri infot +advMode.allEntities=Kasuta "@e", et sihtida kõiki olemeid +advMode.allPlayers=Kasuta "@a", et sihtida kõiki mängijaid +advMode.command=Konsooli käsklus +advMode.nearestPlayer=Kasuta "@p", et sihtida lähimat mängijat +advMode.notAllowed=Pead olema loomingurežiimis operaator +advMode.notEnabled=Käsuplokid pole selles serveris lubatud +advMode.previousOutput=Eelmine väljund +advMode.randomPlayer=Kasuta "@r", et sihtida suvalist mängijat +advMode.setCommand=Kirjuta konsooli käsklus ploki jaoks +advMode.setCommand.success=Käsklus seatud: %s +attribute.modifier.plus.0=+%s %s +attribute.modifier.plus.1=+%s%% %s +attribute.modifier.plus.2=+%s%% %s +attribute.modifier.take.0=-%s %s +attribute.modifier.take.1=-%s%% %s +attribute.modifier.take.2=-%s%% %s +attribute.name.generic.attackDamage=löögikahju +attribute.name.generic.followRange=Elukate järgimisulatus +attribute.name.generic.knockbackResistance=tagasilöögi vastupanu +attribute.name.generic.maxHealth=Maks. tervis +attribute.name.generic.movementSpeed=kiirus +attribute.name.horse.jumpStrength=Hobuse hüppetugevus +attribute.name.zombie.spawnReinforcements=Zombi abiväed +book.byAuthor=autor: %1$s +book.editTitle=Sisesta raamatu pealkiri: +book.finalizeButton=Allkirjasta ja sule +book.finalizeWarning=NB! Allakirjastatud raamatut ei saa hiljem muuta. +book.generation.0=Originaalne +book.generation.1=Originaali koopia +book.generation.2=Koopia koopia +book.generation.3=Räbaldunud +book.pageIndicator=Leht %1$s/%2$s +book.signButton=Allkirjasta +build.tooHigh=Ehituse kõrguslimiit on %s plokki +chat.cannotSend=Ei saa saata sõnumit +chat.copy=Kopeeri lõikelauale +chat.link.confirm=Kas oled kindel, et soovid avada järgnevat veebilehte? +chat.link.confirmTrusted=Kas soovid selle lingi avada või kopeerida? +chat.link.open=Ava brauseris +chat.link.warning=Ära kunagi ava lehekülgi, mida sa ei usalda! +chat.stream.emote=(%s) * %s %s +chat.stream.text=(%s) <%s> %s +chat.type.achievement=%s hankis just saavutuse %s +chat.type.achievement.taken=%s on kaotanud saavutuse %s +chat.type.admin=[%s: %s] +chat.type.announcement=[%s] %s +chat.type.emote=* %s %s +chat.type.text=<%s> %s +commands.achievement.alreadyHave=Mängijal %s on juba saavutus %s +commands.achievement.dontHave=Mängijal %s ei ole saavutust %s +commands.achievement.give.success.all=Mängijale %s on edukalt antud kõik saavutused +commands.achievement.give.success.one=Mängijale %s on edukalt antud statistika väärtus %s +commands.achievement.statTooLow=Mängijal %s ei ole statistika väärtust "%s" +commands.achievement.take.success.all=Mängijalt %s on edukalt võetud kõik saavutused +commands.achievement.take.success.one=Mängijalt %2$s on edukalt võetud statistika väärtus %1$s +commands.achievement.unknownAchievement=Tundmatu saavutus või statistika väärtus "%s" +commands.achievement.usage=/achievement [mängija] +commands.ban.failed=Ei suutnud blokeerida mängijat %s +commands.ban.success=Blokeeritud mängija %s +commands.ban.usage=/ban [põhjus] +commands.banip.invalid=Oled sisestanud kehtetu IP aadressi või võrgust väljas oleva mängija nime +commands.banip.success=IP aadress blokeeritud: %s +commands.banip.success.players=Blokeeritud IP aadress %s, mis kuulub mängijale %s +commands.banip.usage=/ban-ip [põhjus] +commands.banlist.ips=Kokku on blokeeritud %s IP aadressi: +commands.banlist.players=Kokku on blokeeritud %s mängijat: +commands.banlist.usage=/banlist [ips|players] +commands.blockdata.failed=Andmesilt ei muutunud: %s +commands.blockdata.notValid=Sihtplokk ei ole andmeid hoidev plokk +commands.blockdata.outOfWorld=Väljaspool maailma ei saa plokki muuta +commands.blockdata.success=Ploki andmed uuendatud: %s +commands.blockdata.tagError=Andmesildi töötlemine ebaõnnestus: %s +commands.blockdata.usage=/blockdata +commands.chunkinfo.compiled=Kamakas on koostatud. +commands.chunkinfo.data=Esimesed 64 tippu on: %s +commands.chunkinfo.empty=Kamakas on tühi. +commands.chunkinfo.hasLayers=Kamakal on kihid: %s +commands.chunkinfo.hasNoRenderableLayers=Kamakal ei ole laaditavaid kihte. +commands.chunkinfo.isEmpty=Kamakal on tühjad kihid: %s +commands.chunkinfo.location=Kamaka asukoht: (%s, %s, %s) +commands.chunkinfo.noChunk=Kamakat ei leitud asukohas %s, %s, %s +commands.chunkinfo.notCompiled=Kamakas ei ole koostatud. +commands.chunkinfo.notEmpty=Kamakas ei ole tühi. +commands.chunkinfo.usage=/chunkinfo [ ] +commands.chunkinfo.vertices=%s kihi puhver sisaldab %s tippu +commands.clear.failure=Ei saanud tühjendada mängija %s seljakotti, pole midagi eemaldada +commands.clear.success=%s seljakott on tühjendatud, eemaldati %s eset +commands.clear.tagError=Andmesildi töötlemine ebaõnnestus: %s +commands.clear.testing=%s omab %s eset, mis vastavad kriteeriumitele +commands.clear.usage=/clear [mängija] [ese] [andmed] [maks. arv] [andmesilt] +commands.clone.failed=Ühtegi plokki ei kloonitud +commands.clone.noOverlap=Lähte- ja sihtkoht ei tohi kattuda +commands.clone.outOfWorld=Väljaspool maailma ei saa plokkidele ligi +commands.clone.success=%s plokki kloonitud +commands.clone.tooManyBlocks=Määratud piirkonnas on liiga palju plokke (%s > %s) +commands.clone.usage=/clone [režiim] +commands.compare.failed=Lähte- ja sihtkoht ei ole identsed +commands.compare.outOfWorld=Väljaspool maailma ei saa plokkidele ligi +commands.compare.success=%s plokki võrreldud +commands.compare.tooManyBlocks=Määratud piirkonnas on liiga palju plokke (%s > %s) +commands.compare.usage=/testforblocks [režiim] +commands.debug.notStarted=Profiilimist ei saa lõpetada kui seda pole alustatudki! +commands.debug.start=Silumise profiilimine on alustatud +commands.debug.stop=Silumise profiilimine lõpetatud pärast %s sekundit (%s tick'i) +commands.defaultgamemode.success=Maailma vaikimisi mängurežiim on nüüd %s +commands.defaultgamemode.usage=/defaultgamemode +commands.deop.failed=Ei suutnud taastada operaatorit %s mängijaks +commands.deop.success=%s ei ole enam operaator +commands.deop.usage=/deop +commands.difficulty.success=Mängu raskusastmeks on seatud %s +commands.difficulty.usage=/difficulty +commands.downfall.success=Sademed on ümber lülitatud +commands.downfall.usage=/toggledownfall +commands.effect.failure.notActive=Ei saanud ära võtta %1$s kuna mängijal %2$s polegi seda võlujoogi mõju +commands.effect.failure.notActive.all=Ei saanud eemaldada mängija %s võlujoogimõjusid, kuna tal polegi neid +commands.effect.notFound=Võlujoogi mõju IDga %s pole olemas +commands.effect.success=Antud %1$s %3$s (ID %2$s) mängijale %4$s %5$s sekundiks +commands.effect.success.removed=Mängijalt %2$s on ära võetud %1$s +commands.effect.success.removed.all=Võlujookide mõjud eemaldatud kasutajalt %s +commands.effect.usage=/effect [sekundit] [võimendi] [peida osakesed] +commands.enchant.cantCombine=Loitsu %1$s ei saa ühendada loitsuga %2$s +commands.enchant.cantEnchant=Valitud loitsu ei saa lisada sellele esemele +commands.enchant.noItem=Sihtmärk ei hoia eset +commands.enchant.notFound=Puudub loits ID-ga %s +commands.enchant.success=Loitsimine õnnestus +commands.enchant.usage=/enchant [tase] +commands.entitydata.failed=Andmesilt ei muutunud: %s +commands.entitydata.noPlayers=%s on mängija, seega ei saa andmeid muuta +commands.entitydata.success=Olemi andmed uuendatud: %s +commands.entitydata.tagError=Andmesildi töötlemine ebaõnnestus: %s +commands.entitydata.usage=/entitydata +commands.execute.allInvocationsFailed=Kõik käivitused ebaõnnestusid: "%s" +commands.execute.failed=Ei saanud käivitada "%s" olemina %s +commands.execute.usage=/execute VÕI /execute detect +commands.fill.failed=Ühtegi plokki ei täidetud +commands.fill.outOfWorld=Väljaspool maailma ei saa plokke asetada +commands.fill.success=%s plokki täidetud +commands.fill.tagError=Andmesildi töötlemine ebaõnnestus: %s +commands.fill.tooManyBlocks=Määratud piirkonnas on liiga palju plokke (%s > %s) +commands.fill.usage=/fill [andmeväärtus] [vana ploki käsitlus] [andmesilt] +commands.gamemode.success.other=Mängija %s mängurežiimiks on seatud %s +commands.gamemode.success.self=Seadsid oma mängurežiimi: %s +commands.gamemode.usage=/gamemode [mängija] +commands.gamerule.nopermission=Ainult serveri omanikud saavad muuta "%s" +commands.gamerule.norule=Reeglit nimega "%s" pole olemas +commands.gamerule.success=Mängureegel uuendatud +commands.gamerule.usage=/gamerule [väärtus] +commands.generic.boolean.invalid="%s" ei ole "true" ega "false" +commands.generic.double.tooBig=Arv, mille sisestasid (%s), on liiga suur, maksimaalne on %s +commands.generic.double.tooSmall=Arv, mille sisestasid (%s), on liiga väike, see peab olema vähemalt %s +commands.generic.entity.invalidType=Olemi tüüp "%s" ei sobi +commands.generic.entity.invalidUuid=Selle olemi UUID on sobimatus vormingus +commands.generic.entity.notFound=Seda olemit ei leitud +commands.generic.exception=Selle käsu täitmisel tekkis tundmatu tõrge +commands.generic.notFound=Tundmatu käsklus. Proovi /help, et näha käskude nimekirja +commands.generic.num.invalid="%s" ei ole sobiv arv +commands.generic.num.tooBig=Arv, mille sisestasid (%s), on liiga suur, maksimaalne on %s +commands.generic.num.tooSmall=Arv, mille sisestasid (%s), on liiga väike, see peab olema vähemalt %s +commands.generic.parameter.invalid="%s" ei ole sobiv parameeter +commands.generic.permission=Sul ei ole luba selle käskluse kasutamiseks +commands.generic.player.notFound=Mängijat ei leitud +commands.generic.syntax=Sobimatu käsusüntaks +commands.generic.usage=Kasutamine: %s +commands.give.notFound=Ei ole olemas eset IDga %s +commands.give.success=Antud %2$s %1$s mängijale %3$s +commands.give.tagError=Andmesildi töötlemine ebaõnnestus: %s +commands.give.usage=/give [hulk] [info] [andmesilt] +commands.help.footer=Vihje: kasuta käskluse kirjutamise ajal nuppu Tab, et käsklus või selle argumendid automaatselt lõpetada +commands.help.header=--- Näitan abilehte %s/%s (/help ) --- +commands.help.usage=/help [lehekülg|käskluse nimi] +commands.kick.success=%s on mängust välja visatud +commands.kick.success.reason=%s on mängust välja visatud: "%s" +commands.kick.usage=/kick [põhjus] +commands.kill.successful=%s on hukatud +commands.kill.usage=/kill [mängija|olem] +commands.me.usage=/me +commands.message.display.incoming=%s sosistab sulle: %s +commands.message.display.outgoing=Sosistad mängijale %s: %s +commands.message.sameTarget=Sa ei saa endale sõnumeid saata! +commands.message.usage=/tell +commands.op.failed=Ei suutnud lisada mängijat %s operaatoriks +commands.op.success=%s on nüüd operaator +commands.op.usage=/op +commands.particle.notFound=Tundmatu võlujoogi nimi (%s) +commands.particle.success=Esitan efekti %s %s korda +commands.particle.usage=/particle [arv] [režiim] +commands.players.list=Võrgus on %s/%s mängijat: +commands.players.usage=/list +commands.playsound.playerTooFar=Mängija %s on liiga kaugel, et heli kuulda +commands.playsound.success=Heli %s esitatud mängijale %s +commands.playsound.usage=/playsound [x] [y] [z] [helitugevus] [helikõrgus] [minimaalnehelitugevus] +commands.publish.failed=Kohaliku mängu ülesseadmine ebaõnnestus +commands.publish.started=Kohalik mäng seatud üles aadressil %s +commands.publish.usage=/publish +commands.replaceitem.block.usage=/replaceitem block [kogus] [andmed] [andmesilt] +commands.replaceitem.entity.usage=/replaceitem entity [kogus] [andmed] [andmesilt] +commands.replaceitem.failed=Ei saanud asendada %s. lahtrit %s %s-ga +commands.replaceitem.noContainer=Plokk asukohas %s, %s, %s ei ole anum +commands.replaceitem.success=%s. lahter asendatud %s %s-ga +commands.replaceitem.tagError=Andmesildi töötlemine ebaõnnestus: %s +commands.replaceitem.usage=/replaceitem ... +commands.save-off.alreadyOff=Salvestamine on juba välja lülitatud. +commands.save-off.usage=/save-off +commands.save-on.alreadyOn=Salvestamine on juba sisse lülitatud. +commands.save-on.usage=/save-on +commands.save.disabled=Maailma automaatne salvestus välja lülitatud +commands.save.enabled=Maailma automaatne salvestus sisse lülitatud +commands.save.failed=Salvestamine ebaõnnestus: %s +commands.save.start=Salvestan... +commands.save.success=Maailm on salvestatud +commands.save.usage=/save-all +commands.say.usage=/say +commands.scoreboard.allMatchesFailed=Kõik vasted ebaõnnestusid +commands.scoreboard.noMultiWildcard=Ainult üks kasutaja metamärk on lubatud +commands.scoreboard.objectiveNotFound=Ühtegi sihti nimega "%s" ei leitud +commands.scoreboard.objectiveReadOnly=Siht "%s" on ainult lugemiseks ja seda ei saa seada +commands.scoreboard.objectives.add.alreadyExists="%s"-nimeline siht on juba olemas +commands.scoreboard.objectives.add.displayTooLong=Kuvatav nimi "%s" on sihiks liiga pikk, see võib olla maksimaalselt %s märki +commands.scoreboard.objectives.add.success=Uus siht "%s" edukalt lisatud +commands.scoreboard.objectives.add.tooLong=Nimi "%s" on sihiks liiga pikk, see võib olla maksimaalselt %s märki +commands.scoreboard.objectives.add.usage=/scoreboard objectives add [kuvatav nimi] +commands.scoreboard.objectives.add.wrongType=Vale sihi kriteeriumi tüüp: "%s" +commands.scoreboard.objectives.list.count=Näitan tulemustabelil %s sihti: +commands.scoreboard.objectives.list.empty=Tulemustabelil pole ühtegi sihti +commands.scoreboard.objectives.list.entry=- %s: näidatakse kui '%s' ja selle tüüp on '%s' +commands.scoreboard.objectives.remove.success=Siht "%s" edukalt eemaldatud +commands.scoreboard.objectives.remove.usage=/scoreboard objectives remove +commands.scoreboard.objectives.setdisplay.invalidSlot=Puudub selline ekraanilahter "%s" +commands.scoreboard.objectives.setdisplay.successCleared=Nulliti sihi ekraanilahter "%s" +commands.scoreboard.objectives.setdisplay.successSet=Määra ekraani siht lahtrites '%s' kuni '%s' +commands.scoreboard.objectives.setdisplay.usage=/scoreboard objectives setdisplay [siht] +commands.scoreboard.objectives.usage=/scoreboard objectives ... +commands.scoreboard.players.add.usage=/scoreboard players add [andmesilt] +commands.scoreboard.players.enable.noTrigger=Siht %s ei ole käivitaja +commands.scoreboard.players.enable.success=Käivitaja %s lubatud mängija %s jaoks +commands.scoreboard.players.enable.usage=/scoreboard players enable +commands.scoreboard.players.list.count=Näitan tulemustabelil %s jälgitavat mängijat: +commands.scoreboard.players.list.empty=Tulemustabelil pole ühegi jälgitava mängija tulemust +commands.scoreboard.players.list.player.count=Näitan %s jälgitavat sihti %s jaoks: +commands.scoreboard.players.list.player.empty=Mängijal %s pole ühtegi tulemust registreeritud +commands.scoreboard.players.list.usage=/scoreboard players list [nimi] +commands.scoreboard.players.operation.invalidOperation=Sobimatu toiming %s +commands.scoreboard.players.operation.notFound=Sihi %s tulemust mängijale %s ei leitud +commands.scoreboard.players.operation.success=Toiming edukalt rakendatud +commands.scoreboard.players.operation.usage=/scoreboard players operation +commands.scoreboard.players.remove.usage=/scoreboard players remove [andmesilt] +commands.scoreboard.players.reset.success=Mängija %s tulemused on nullitud +commands.scoreboard.players.reset.usage=/scoreboard players reset [siht] +commands.scoreboard.players.resetscore.success=Mängijal %2$s on nullitud tulemus %1$s +commands.scoreboard.players.set.success=Eesmärgi %s tulemus %s on seatud mängijale %s +commands.scoreboard.players.set.tagError=Ei saanud töödelda andmesilti, põhjus: %s +commands.scoreboard.players.set.tagMismatch=Andmesilt ei vasta olemile %s +commands.scoreboard.players.set.usage=/scoreboard players set [andmesilt] +commands.scoreboard.players.test.failed=Tulemus %s EI ole vahemikus %s-%s +commands.scoreboard.players.test.notFound=Sihi %s tulemust mängijale %s ei leitud +commands.scoreboard.players.test.success=Tulemus %s on vahemikus %s-%s +commands.scoreboard.players.test.usage=/scoreboard players test +commands.scoreboard.players.usage=/scoreboard players ... +commands.scoreboard.teamNotFound=Ei leitud meeskonda nimega "%s" +commands.scoreboard.teams.add.alreadyExists=Meeskond nimega "%s" on juba olemas +commands.scoreboard.teams.add.displayTooLong=Kuvatav nimi "%s" on meeskonna jaoks liiga pikk, see võib olla maksimaalselt %s märki +commands.scoreboard.teams.add.success=Uus meeskond "%s" edukalt lisatud +commands.scoreboard.teams.add.tooLong=Nimi "%s" on meeskonna jaoks liiga pikk, see võib olla maksimaalselt %s märki +commands.scoreboard.teams.add.usage=/scoreboard teams add [kuvatav nimi] +commands.scoreboard.teams.empty.alreadyEmpty=Meeskond %s on juba tühi, ei saa eemaldada olematuid mängijaid +commands.scoreboard.teams.empty.success=Eemaldatud kõik %s mängija(t) meeskonnast %s +commands.scoreboard.teams.empty.usage=/scoreboard teams empty +commands.scoreboard.teams.join.failure=Ei suutnud lisada %s mängijat meeskonda %s: %s +commands.scoreboard.teams.join.success=Lisatud %s mängija(t) meeskonda %s: %s +commands.scoreboard.teams.join.usage=/scoreboard teams join [mängija] +commands.scoreboard.teams.leave.failure=Ei suutnud eemaldada %s mängijat nende meeskondadest: %s +commands.scoreboard.teams.leave.noTeam=Sa ei ole meeskonnas +commands.scoreboard.teams.leave.success=Eemaldatud %s mängija(t) nende meeskondadest: %s +commands.scoreboard.teams.leave.usage=/scoreboard teams leave [mängija] +commands.scoreboard.teams.list.count=Näitan tulemustabelil %s meeskonda: +commands.scoreboard.teams.list.empty=Tulemustabelil pole registreeritud ühtegi meeskonda +commands.scoreboard.teams.list.entry=- %1$s: "%2$s" omab %3$s mängijat +commands.scoreboard.teams.list.player.count=Näitan %s mängija(t) meeskonnas %s: +commands.scoreboard.teams.list.player.empty=Meeskonnal %s pole ühtegi mängijat +commands.scoreboard.teams.list.player.entry=- %2$s: %1$s (%3$s) +commands.scoreboard.teams.list.usage=/scoreboard teams list [nimi] +commands.scoreboard.teams.option.noValue=Sobivad väärtused valikule %s on: %s +commands.scoreboard.teams.option.success=Valik %s seatud meeskonnale %s, et %s +commands.scoreboard.teams.option.usage=/scoreboard teams option +commands.scoreboard.teams.remove.success=Eemaldati meeskond %s +commands.scoreboard.teams.remove.usage=/scoreboard teams remove +commands.scoreboard.teams.usage=/scoreboard teams ... +commands.scoreboard.usage=/scoreboard ... +commands.seed.success=Seeme: %s +commands.seed.usage=/seed +commands.setblock.failed=Ploki asetamine ebaõnnestus +commands.setblock.noChange=Plokki ei suudetud asetada +commands.setblock.notFound=Plokki ID/nimega %s ei eksisteeri +commands.setblock.outOfWorld=Väljaspool maailma ei saa plokki asetada +commands.setblock.success=Plokk asetatud +commands.setblock.tagError=Andmesildi töötlemine ebaõnnestus: %s +commands.setblock.usage=/setblock [andmeväärtus] [vanaplokikäsitlus] [andmesilt] +commands.setidletimeout.success=Edukalt seatud eemaloleku ajalõpp: %s minutit. +commands.setidletimeout.usage=/setidletimeout +commands.setworldspawn.success=Maailma tekkimiskoht on seadistatud asukohale (%s, %s, %s) +commands.setworldspawn.usage=/setworldspawn [ ] +commands.spawnpoint.success=Mängija %s tekkimiskohaks on seatud (%s, %s, %s) +commands.spawnpoint.usage=/spawnpoint [mängija] [ ] +commands.spreadplayers.failure.players=Ei suutnud levitada %s mängijat ümber %s,%s (liiga palju mängijaid tühjuses - proovi kasutada maksimaalselt %s) +commands.spreadplayers.failure.teams=Ei suutnud levitada %s meeskonda ümber %s,%s (liiga palju mängijaid tühjuses - proovi kasutada maksimaalselt %s) +commands.spreadplayers.info.players=(Keskmine kaugus mängijate vahel on %s plokki peale %s kordust) +commands.spreadplayers.info.teams=(Keskmine kaugus meeskondade vahel on %s plokki peale %s kordust) +commands.spreadplayers.spreading.players=Levitan %s mängijat %s ploki ümber %s,%s (min %s plokki eemal) +commands.spreadplayers.spreading.teams=Levitan %s meeskonda %s ploki ümber %s,%s (min %s plokki eemal) +commands.spreadplayers.success.players=%s mängija levitamine %s,%s ümber õnnestus +commands.spreadplayers.success.teams=%s meeskonna levitamine %s,%s ümber õnnestus +commands.spreadplayers.usage=/spreadplayers +commands.stats.block.clear.usage=/stats block clear +commands.stats.block.set.usage=/stats block set +commands.stats.block.usage=/stats block ... +commands.stats.cleared=%s statistika väärtust on tühjendatud +commands.stats.entity.clear.usage=/stats entity clear +commands.stats.entity.set.usage=/stats entity set +commands.stats.entity.usage=/stats entity +commands.stats.failed=Sobimatud parameetrid +commands.stats.noCompatibleBlock=Plokk asukohas %s, %s, %s ei saa jälgida statistika väärtusi +commands.stats.success=Säilitan mängija %3$s %1$s väärtused sihis %2$s +commands.stats.usage=/stats ... +commands.stop.start=Peatan serveri +commands.stop.usage=/stop +commands.summon.failed=Objekti loomine ebaõnnestus +commands.summon.outOfWorld=Ei saa luua objekti maailmast väljaspool +commands.summon.success=Objekt edukalt loodud +commands.summon.tagError=Andmesildi töötlemine ebaõnnestus: %s +commands.summon.usage=/summon [x] [y] [z] [andmesilt] +commands.tellraw.jsonException=Sobimatu json: %s +commands.tellraw.usage=/tellraw +commands.testfor.failure=%s ei vastanud nõutud andmete struktuurile +commands.testfor.success=Leitud %s +commands.testfor.tagError=Andmesildi töötlemine ebaõnnestus: %s +commands.testfor.usage=/testfor [andmesilt] +commands.testforblock.failed.data=Plokk asukohas %s,%s,%s omas andmeväärtust %s (oodatud: %s). +commands.testforblock.failed.nbt=Plokk asukohas %s,%s,%s ei omanud nõutud NBT võtmeid. +commands.testforblock.failed.tile=Plokk asukohas %s,%s,%s on %s (oodatud: %s). +commands.testforblock.failed.tileEntity=Plokk asukohas %s,%s,%s ei ole olem ning ei toeta andmesildi sobitamist. +commands.testforblock.outOfWorld=Väljaspool maailma ei saa plokke testida +commands.testforblock.success=Edukalt leitud plokk asukohas %s,%s,%s. +commands.testforblock.usage=/testforblock [andmeväärtus] [andmesilt] +commands.time.added=Lisatud %s ajale +commands.time.query=Kell on %s +commands.time.set=Ajaks on seatud %s +commands.time.usage=/time +commands.title.success=Pealkirja käsklus edukalt teostatud +commands.title.usage=/title ... +commands.title.usage.clear=/title clear|reset +commands.title.usage.times=/title times +commands.title.usage.title=/title title|subtitle +commands.tp.notSameDimension=Ei saa teleporteerida, sest mängijad ei ole samas dimensioonis +commands.tp.success=%s teleporteeriti mängija %s juurde +commands.tp.success.coordinates=%s on teleporditud asukohta %s,%s,%s +commands.tp.usage=/tp [kohtmängija] VÕI /tp [kohtmängija] [ ] +commands.trigger.disabled=Käivitaja %s ei ole lubatud +commands.trigger.invalidMode=Sobimatu käivitaja režiim %s +commands.trigger.invalidObjective=Sobimatu käivitaja nimi %s +commands.trigger.invalidPlayer=Ainult mängijad saavad kasutada käsklust /trigger +commands.trigger.success=Käivitajat %s muudeti: %s %s +commands.trigger.usage=/trigger +commands.unban.failed=Ei suutnud eemaldada mängija %s blokeeringut +commands.unban.success=Mängija %s blokeering eemaldatud +commands.unban.usage=/pardon +commands.unbanip.invalid=Oled sisestanud kehtetu IP aadressi +commands.unbanip.success=IP aadressi %s blokeering eemaldatud +commands.unbanip.usage=/pardon-ip +commands.weather.clear=Muudan ilma selgeks +commands.weather.rain=Muudan ilma vihmaseks +commands.weather.thunder=Muudan ilma äikesetormiks +commands.weather.usage=/weather [kestus sekundites] +commands.whitelist.add.failed=Ei suutnud lisada mängijat %s valgesse nimekirja +commands.whitelist.add.success=Lisatud %s valgesse nimekirja +commands.whitelist.add.usage=/whitelist add +commands.whitelist.disabled=Valge nimekiri välja lülitatud +commands.whitelist.enabled=Valge nimekiri sisse lülitatud +commands.whitelist.list=Siin on %s (%s-st nähtust) valge nimekirja mängijat: +commands.whitelist.reloaded=Valge nimekiri taaslaetud +commands.whitelist.remove.failed=Ei suutnud eemaldada mängijat %s valgest nimekirjast +commands.whitelist.remove.success=Eemaldatud %s valgest nimekirjast +commands.whitelist.remove.usage=/whitelist remove +commands.whitelist.usage=/whitelist +commands.worldborder.add.usage=/worldborder add [aeg sekundites] +commands.worldborder.center.success=Maailma ääre keskkohaks on seatud %s,%s +commands.worldborder.center.usage=/worldborder center +commands.worldborder.damage.amount.success=Maailma ääre kahju suuruseks on seatud %s ploki kohta (eelnevalt %s ploki kohta) +commands.worldborder.damage.amount.usage=/worldborder damage amount +commands.worldborder.damage.buffer.success=Maailma ääre kahjupuhvriks on seatud %s plokki (eelnevalt %s plokki) +commands.worldborder.damage.buffer.usage=/worldborder damage buffer +commands.worldborder.damage.usage=/worldborder damage +commands.worldborder.get.success=Maailma äär on hetkel %s plokki lai +commands.worldborder.set.success=Maailma ääre laiuseks on seatud %s plokki (eelnevalt %s plokki) +commands.worldborder.set.usage=/worldborder set [aeg sekundites] +commands.worldborder.setSlowly.grow.success=Kasvatan maailma äärt %s ploki laiuseks (eelnevalt %s plokki) %s sekundi jooksul +commands.worldborder.setSlowly.shrink.success=Kahandan maailma äärt %s ploki laiuseks (eelnevalt %s plokki) %s sekundi jooksul +commands.worldborder.usage=/worldborder ... +commands.worldborder.warning.distance.success=Maailma ääre hoiatus on seatud %s ploki kaugusele (eelnevalt %s plokki) +commands.worldborder.warning.distance.usage=/worldborder warning distance +commands.worldborder.warning.time.success=Maailma ääre hoiatuseks on seatud %s sekundit (eelnevalt %s sekundit) +commands.worldborder.warning.time.usage=/worldborder warning time +commands.worldborder.warning.usage=/worldborder warning +commands.xp.failure.widthdrawXp=Ei ole võimalik anda mängijale negatiivseid kogemuspunkte +commands.xp.success=Antud %s kogemust mängijale %s +commands.xp.success.levels=Antud %s taset mängijale %s +commands.xp.success.negative.levels=Võetud %s taset mängijalt %s +commands.xp.usage=/xp [mängija] VÕI /xp L [mängija] +connect.authorizing=Sisselogimine... +connect.connecting=Ühendan serveriga... +connect.failed=Serveriga ühendumine nurjus +container.beacon=Majakas +container.brewing=Pruulimisalus +container.chest=Kirst +container.chestDouble=Suur kirst +container.crafting=Meisterdamine +container.creative=Eseme Valik +container.dispenser=Jaotur +container.dropper=Heitja +container.enchant=Loitsimine +container.enchant.clue=%s, ... +container.enchant.lapis.many=%s lasuriiti +container.enchant.lapis.one=1 lasuriit +container.enchant.level.many=%s loitsimistaset +container.enchant.level.one=1 loitsimistase +container.enderchest=Lõpukirst +container.furnace=Ahi +container.hopper=Püüdja +container.inventory=Seljakott +container.isLocked=%s on lukus! +container.minecart=Kaevanduskäru +container.repair=Paranda ja nimeta +container.repair.cost=Loitsimise hind: %1$s +container.repair.expensive=Liiga kallis! +controls.reset=Lähtesta +controls.resetAll=Lähtesta klahvid +controls.title=Nupud +createWorld.customize.custom.baseSize=Sügavuspõhja suurus +createWorld.customize.custom.biomeDepthOffset=Bioomisügavuse nihe +createWorld.customize.custom.biomeDepthWeight=Bioomisügavuse kaal +createWorld.customize.custom.biomeScaleOffset=Bioomiskaala nihe +createWorld.customize.custom.biomeScaleWeight=Bioomiskaala kaal +createWorld.customize.custom.biomeSize=Bioomisuurus +createWorld.customize.custom.center=Keskkoha kõrgus +createWorld.customize.custom.confirm1=See kirjutab üle sinu praegused +createWorld.customize.custom.confirm2=seaded ning seda ei saa tagasi võtta. +createWorld.customize.custom.confirmTitle=Hoiatus! +createWorld.customize.custom.coordinateScale=Koordinaatide skaala +createWorld.customize.custom.count=Tekituskordi +createWorld.customize.custom.defaults=Vaikesätted +createWorld.customize.custom.depthNoiseScaleExponent=Sügavusmüra väljendaja +createWorld.customize.custom.depthNoiseScaleX=Sügavusmüra tase X +createWorld.customize.custom.depthNoiseScaleZ=Sügavusmüra tase Z +createWorld.customize.custom.dungeonChance=Vangikoobaste arv +createWorld.customize.custom.fixedBiome=Bioom +createWorld.customize.custom.heightScale=Kõrguse skaala +createWorld.customize.custom.lavaLakeChance=Laavajärvede haruldus +createWorld.customize.custom.lowerLimitScale=Alampiiri skaala +createWorld.customize.custom.mainNoiseScaleX=Põhimüra tase X +createWorld.customize.custom.mainNoiseScaleY=Põhimüra tase Y +createWorld.customize.custom.mainNoiseScaleZ=Põhimüra tase Z +createWorld.customize.custom.maxHeight=Maks. kõrgus +createWorld.customize.custom.minHeight=Min. kõrgus +createWorld.customize.custom.next=Järgmine leht +createWorld.customize.custom.page0=Üldised seaded +createWorld.customize.custom.page1=Maakide seaded +createWorld.customize.custom.page2=Täpsemad seaded (ainult edasijõudnud kasutajatele!) +createWorld.customize.custom.page3=Eriti täpsed seaded (ainult edasijõudnud kasutajatele!) +createWorld.customize.custom.preset.caveChaos=Kaoselised koopad +createWorld.customize.custom.preset.caveDelight=Koopaelaniku nauding +createWorld.customize.custom.preset.drought=Põud +createWorld.customize.custom.preset.goodLuck=Õnn kaasa +createWorld.customize.custom.preset.isleLand=Saarekeste maa +createWorld.customize.custom.preset.mountains=Meeletud mäed +createWorld.customize.custom.preset.waterWorld=Veemaailm +createWorld.customize.custom.presets=Eelseadistused +createWorld.customize.custom.presets.title=Maailma eelseadistuste kohandamine +createWorld.customize.custom.prev=Eelmine leht +createWorld.customize.custom.randomize=Juhuslik +createWorld.customize.custom.riverSize=Jõesuurus +createWorld.customize.custom.seaLevel=Merepinna tase +createWorld.customize.custom.size=Tekitussuurus +createWorld.customize.custom.spread=Levimiskõrgus +createWorld.customize.custom.stretchY=Kõrguse venitus +createWorld.customize.custom.upperLimitScale=Ülempiiri skaala +createWorld.customize.custom.useCaves=Koopad +createWorld.customize.custom.useDungeons=Vangikoopad +createWorld.customize.custom.useLavaLakes=Laavajärved +createWorld.customize.custom.useLavaOceans=Laavaookeanid +createWorld.customize.custom.useMineShafts=Kaevandused +createWorld.customize.custom.useMonuments=Ookeani monumendid +createWorld.customize.custom.useRavines=Kuristikud +createWorld.customize.custom.useStrongholds=vangikoopad +createWorld.customize.custom.useTemples=Templid +createWorld.customize.custom.useVillages=Külad +createWorld.customize.custom.useWaterLakes=Veejärved +createWorld.customize.custom.waterLakeChance=Veejärvede haruldus +createWorld.customize.flat.addLayer=Lisa kiht +createWorld.customize.flat.editLayer=Muuda kihti +createWorld.customize.flat.height=Kõrgus +createWorld.customize.flat.layer=%s +createWorld.customize.flat.layer.bottom=Alumine - %s +createWorld.customize.flat.layer.top=Ülemine - %s +createWorld.customize.flat.removeLayer=Eemalda kiht +createWorld.customize.flat.tile=Kihi materjal +createWorld.customize.flat.title=Ülitasase kohandamine +createWorld.customize.presets=Eelseadistused +createWorld.customize.presets.list=Vastasel korral on siin mõned mis me eelnevalt varem tegime! +createWorld.customize.presets.select=Kasuta eelseadistatust +createWorld.customize.presets.share=Tahad jagada oma eelseadistust kellegagi? Kasuta allpool asetsevat kasti! +createWorld.customize.presets.title=Vali eelseadistus +death.attack.anvil=%1$s lömastati kukkuva alasi poolt +death.attack.arrow=%1$s lasti maha %2$s poolt +death.attack.arrow.item=%1$s lasti maha %2$s poolt kasutades %3$s +death.attack.cactus=%1$s torgati surnuks +death.attack.cactus.player=%1$s jooksis %2$s eest põgenedes kaktusesse +death.attack.drown=%1$s uppus ära +death.attack.drown.player=%1$s uppus, üritades põgeneda %2$s eest +death.attack.explosion=%1$s lendas õhku +death.attack.explosion.player=%1$s lasti %2$s poolt õhku +death.attack.fall=%1$s tabas maapinda liiga kõvasti +death.attack.fallingBlock=%1$s lömastati kukkuva ploki poolt +death.attack.fireball=%1$s tapeti tulelaenguga %2$s poolt +death.attack.fireball.item=%1$s tapeti tulelaenguga %2$s poolt kasutades %3$s +death.attack.generic=%1$s suri +death.attack.inFire=%1$s kõndis tulle +death.attack.inFire.player=%1$s kõndis tulle, võideldes %2$s-ga +death.attack.inWall=%1$s lämbus seinas +death.attack.indirectMagic=%1$s tapeti %2$s poolt kasutades maagiat +death.attack.indirectMagic.item=%1$s tapeti %2$s poolt kasutades %3$s +death.attack.lava=%1$s püüdis laavas ujuda +death.attack.lava.player=%1$s püüdis laavas ujuda, et pääseda %2$s eest +death.attack.lightningBolt=%1$s tabas välk +death.attack.magic=%1$s tapeti maagiaga +death.attack.mob=%1$s tapeti %2$s poolt +death.attack.onFire=%1$s põles surnuks +death.attack.onFire.player=%1$s küpses krõbedaks, võideldes %2$s-ga +death.attack.outOfWorld=%1$s kukkus maailmast välja +death.attack.player=%1$s tapeti %2$s poolt +death.attack.player.item=%1$s tapeti %2$s poolt kasutades %3$s +death.attack.starve=%1$s nälgis surnuks +death.attack.thorns=%1$s tapeti, kui ta proovis teha haiget %2$s-le +death.attack.thrown=%1$s kolgiti läbi %2$s poolt +death.attack.thrown.item=%1$s kolgiti läbi %2$s poolt kasutades %3$s +death.attack.wither=%1$s närbus ära +death.fell.accident.generic=%1$s kukkus kõrgelt alla +death.fell.accident.ladder=%1$s kukkus redelilt maha +death.fell.accident.vines=%1$s kukkus väätidelt maha +death.fell.accident.water=%1$s kukkus veest välja +death.fell.assist=%1$s oli %2$s poolt määratud kukkuma +death.fell.assist.item=%1$s oli %2$s poolt määratud kukkuma kasutades %3$s +death.fell.finish=%1$s kukkus liiga kaugele ja ta elu lõpetas %2$s +death.fell.finish.item=%1$s kukkus liiga kaugele ja ta elu lõpetas %2$s kasutades %3$s +death.fell.killer=%1$s oli määratud kukkuma +deathScreen.deleteWorld=Kustuta maailm +deathScreen.hardcoreInfo=Halastamatus režiimis ei saa taassündida! +deathScreen.leaveServer=Lahku serverist +deathScreen.quit.confirm=Kas oled kindel, et soovid väljuda? +deathScreen.respawn=Taassünni +deathScreen.score=Tulemus +deathScreen.title=Sa surid! +deathScreen.title.hardcore=Mäng läbi! +deathScreen.titleScreen=Avamenüü +demo.day.1=Prooviversioon kestab viis mängu päeva, anna endast parim! +demo.day.2=Teine päev +demo.day.3=Kolmas päev +demo.day.4=Neljas päev +demo.day.5=See on sinu viimane päev! +demo.day.6=Oled jõudnud viienda päevani, vajuta F2, et salvestada pilt oma loomingust +demo.day.warning=Sinu aeg on peaaegu läbi! +demo.demoExpired=Prooviaeg on läbi! +demo.help.buy=Osta nüüd! +demo.help.fullWrapped=See prooviversioon kestab 5 mängusisest päeva (umbes 1 tund ja 40 minutit päriselus). Vaata saavutusi vihjete saamiseks! Lõbutse hästi! +demo.help.inventory=Seljakoti avamiseks vajuta nuppu %1$s +demo.help.jump=Hüppa, vajutades nuppu %1$s +demo.help.later=Jätka mängu! +demo.help.movement=Ringi liikumiseks kasuta nuppe %1$s, %2$s, %3$s, %4$s ja hiirt +demo.help.movementMouse=Vaata ringi, kasutades hiirt +demo.help.movementShort=Liigu, vajutades nuppe %1$s, %2$s, %3$s, %4$s +demo.help.title=Minecraft'i proovirežiim +demo.remainingTime=Järelejäänud aeg: %s +demo.reminder=Prooviaeg on möödas, jätkamiseks ostke mäng või alustage uut maailma! +difficulty.lock.question=Kas oled kindel, et soovid lukustada selle maailma raskusastme? Maailma raskusastmeks jääb %1$s ning sa ei saa seda enam kunagi muuta. +difficulty.lock.title=Lukusta maailma raskus +disconnect.closed=Ühendus suleti +disconnect.disconnected=Serveri poolt lahti ühendatud +disconnect.endOfStream=Andmevoo lõpp +disconnect.genericReason=%s +disconnect.kicked=Visati mängust välja +disconnect.loginFailed=Sisselogimine ebaõnnestus +disconnect.loginFailedInfo=Sisselogimine ebaõnnestus: %s +disconnect.loginFailedInfo.invalidSession=Vigane seanss (Proovi mäng taaskäivitada) +disconnect.loginFailedInfo.serversUnavailable=Autentimine ei tööta ajutiselt hoolduse tõttu. +disconnect.lost=Ühendus katkes +disconnect.overflow=Puhvri ülevool +disconnect.quitting=Väljun +disconnect.spam=Oled teksti kordamise eest välja visatud +disconnect.timeout=Ühendus aegus +enchantment.arrowDamage=Võim +enchantment.arrowFire=Leek +enchantment.arrowInfinite=Lõpmatus +enchantment.arrowKnockback=Löök +enchantment.damage.all=Teravus +enchantment.damage.arthropods=Lülijalgsete kirstunael +enchantment.damage.undead=Ebasurm +enchantment.digging=Tõhusus +enchantment.durability=Vastupidavus +enchantment.fire=Tulevõim +enchantment.fishingSpeed=Lant +enchantment.knockback=Tagasilöök +enchantment.level.1=I +enchantment.level.10=X +enchantment.level.2=II +enchantment.level.3=III +enchantment.level.4=IV +enchantment.level.5=V +enchantment.level.6=VI +enchantment.level.7=VII +enchantment.level.8=VIII +enchantment.level.9=IX +enchantment.lootBonus=Saagikogumine +enchantment.lootBonusDigger=Õnn +enchantment.lootBonusFishing=Mere õnn +enchantment.oxygen=Hingamine +enchantment.protect.all=Kaitse +enchantment.protect.explosion=Plahvatuskaitse +enchantment.protect.fall=Pehme kukkumine +enchantment.protect.fire=Tulekindlus +enchantment.protect.projectile=Noolekaitse +enchantment.thorns=Okkad +enchantment.untouching=Siidjas puudutus +enchantment.waterWalker=Sügavuslibiseja +enchantment.waterWorker=Veetõmme +entity.ArmorStand.name=Rüüalus +entity.Arrow.name=Nool +entity.Bat.name=Nahkhiir +entity.Blaze.name=Leek +entity.Boat.name=Paat +entity.Cat.name=Kass +entity.CaveSpider.name=Koopaämblik +entity.Chicken.name=Kana +entity.Cow.name=Lehm +entity.Creeper.name=Hirmutaja +entity.EnderDragon.name=Lõpudraakon +entity.Enderman.name=Lõpumees +entity.Endermite.name=Lõpumiit +entity.EntityHorse.name=Hobune +entity.FallingSand.name=Langev plokk +entity.Fireball.name=tulepall +entity.Ghast.name=Kammitus +entity.Giant.name=Hiiglane +entity.Guardian.name=Kaitsja +entity.Item.name=Ese +entity.KillerBunny.name=Tapjajänes +entity.LavaSlime.name=Magmalimus +entity.Minecart.name=Kaevanduskäru +entity.Mob.name=Elukas +entity.Monster.name=Koletis +entity.MushroomCow.name=Seehm +entity.Ozelot.name=Otselot +entity.Painting.name=Maal +entity.Pig.name=Siga +entity.PigZombie.name=Seamees-zombi +entity.PrimedTnt.name=Dünamiidiplokk +entity.Rabbit.name=Küülik +entity.Sheep.name=Lammas +entity.Silverfish.name=Majasoomukas +entity.Skeleton.name=Luukere +entity.Slime.name=Limus +entity.SmallFireball.name=väike tulepall +entity.SnowMan.name=Lumemees +entity.Snowball.name=Lumepall +entity.Spider.name=Ämblik +entity.Squid.name=Kalmaar +entity.Villager.armor=Rüüvarustaja +entity.Villager.butcher=Lihunik +entity.Villager.cleric=Vaimulik +entity.Villager.farmer=Talunik +entity.Villager.fisherman=Kalamees +entity.Villager.fletcher=Noolevarustaja +entity.Villager.leather=Nahatöötleja +entity.Villager.librarian=Raamatukoguhoidja +entity.Villager.name=Külaelanik +entity.Villager.shepherd=Karjane +entity.Villager.tool=Tööriistasepp +entity.Villager.weapon=Relvassepp +entity.VillagerGolem.name=Raudmees +entity.Witch.name=Nõid +entity.WitherBoss.name=Närbuja +entity.Wolf.name=Hunt +entity.XPOrb.name=Kogemuskera +entity.Zombie.name=Zombi +entity.donkey.name=Eesel +entity.generic.name=teadmata +entity.horse.name=Hobune +entity.mule.name=Muul +entity.skeletonhorse.name=Skeletthobune +entity.zombiehorse.name=Zombihobune +gameMode.adventure=Seiklusrežiim +gameMode.changed=Sinu mängurežiimi on uuendatud +gameMode.creative=Loomingurežiim +gameMode.hardcore=Halastamatu režiim! +gameMode.spectator=Pealtvaatamisrežiim +gameMode.survival=Ellujäämise režiim +generator.amplified=VÕIMENDATUD +generator.amplified.info=Teade: Ainult nalja pärast, nõuab lihakat arvutit +generator.customized=kohandatud +generator.debug_all_block_states=silumisrežiim +generator.default=tavaline +generator.flat=ülitasane +generator.largeBiomes=suured bioomid +gui.achievements=Saavutused +gui.all=Kõik +gui.back=Tagasi +gui.cancel=Loobu +gui.done=Valmis +gui.down=Alla +gui.no=Ei +gui.none=Mitte ükski +gui.stats=Statistika +gui.toMenu=Tagasi avamenüüsse +gui.up=Üles +gui.yes=Jah +inventory.binSlot=Hävita ese +item.apple.name=Õun +item.appleGold.name=Kuldne õun +item.armorStand.name=Rüüalus +item.arrow.name=Nool +item.banner.black.name=Must plakat +item.banner.blue.name=Sinine plakat +item.banner.border.black=Musta äärega +item.banner.border.blue=Sinise äärega +item.banner.border.brown=Pruuni äärega +item.banner.border.cyan=Tsüaansinise äärega +item.banner.border.gray=Halli äärega +item.banner.border.green=Rohelise äärega +item.banner.border.lightBlue=Helesinise äärega +item.banner.border.lime=Laimirohelise äärega +item.banner.border.magenta=Fuksiapunase äärega +item.banner.border.orange=Oranži äärega +item.banner.border.pink=Roosa äärega +item.banner.border.purple=Lilla äärega +item.banner.border.red=Punase äärega +item.banner.border.silver=Helehalli äärega +item.banner.border.white=Valge äärega +item.banner.border.yellow=Kollase äärega +item.banner.brown.name=Pruun plakat +item.banner.creeper.black=Musta Hirmutaja embleemiga +item.banner.creeper.blue=Sinise Hirmutaja embleemiga +item.banner.creeper.brown=Pruuni Hirmutaja embleemiga +item.banner.creeper.cyan=Tsüaansinise Hirmutaja embleemiga +item.banner.creeper.gray=Halli Hirmutaja embleemiga +item.banner.creeper.green=Rohelise Hirmutaja embleemiga +item.banner.creeper.lightBlue=Helesinise Hirmutaja embleemiga +item.banner.creeper.lime=Laimirohelise Hirmutaja embleemiga +item.banner.creeper.magenta=Fuksiapunase Hirmutaja embleemiga +item.banner.creeper.orange=Oranži Hirmutaja embleemiga +item.banner.creeper.pink=Roosa Hirmutaja embleemiga +item.banner.creeper.purple=Lilla Hirmutaja embleemiga +item.banner.creeper.red=Punase Hirmutaja embleemiga +item.banner.creeper.silver=Helehalli Hirmutaja embleemiga +item.banner.creeper.white=Valge Hirmutaja embleemiga +item.banner.creeper.yellow=Kollase Hirmutaja embleemiga +item.banner.cyan.name=Tsüaansinine plakat +item.banner.flower.cyan=Tsüaansinise lille embleemiga +item.banner.flower.gray=Halli lille embleemiga +item.banner.flower.lightBlue=Helesinise lille embleemiga +item.banner.flower.lime=Laimirohelise lille embleemiga +item.banner.flower.magenta=Fuksiapunase lille embleemiga +item.banner.flower.orange=Oranži lille embleemiga +item.banner.flower.pink=Roosa lille embleemiga +item.banner.flower.silver=Helehalli lille embleemiga +item.banner.flower.white=Valge lille embleemiga +item.banner.flower.yellow=Kollase lille embleemiga +item.banner.gray.name=Hall plakat +item.banner.green.name=Roheline plakat +item.banner.lightBlue.name=Helesinine plakat +item.banner.lime.name=Laimiroheline plakat +item.banner.magenta.name=Fuksiapunane plakat +item.banner.mojang.black=Musta asjaga +item.banner.mojang.blue=Sinise asjaga +item.banner.mojang.brown=Pruuni asjaga +item.banner.mojang.cyan=Tsüaansinise asjaga +item.banner.mojang.gray=Halli asjaga +item.banner.mojang.green=Rohelise asjaga +item.banner.mojang.lightBlue=Helesinise asjaga +item.banner.mojang.lime=Laimirohelise asjaga +item.banner.mojang.magenta=Fuksiapunase asjaga +item.banner.mojang.orange=Oranži asjaga +item.banner.mojang.pink=Roosa asjaga +item.banner.mojang.purple=Lilla asjaga +item.banner.mojang.red=Punase asjaga +item.banner.mojang.silver=Helehalli asjaga +item.banner.mojang.white=Valge asjaga +item.banner.mojang.yellow=Kollase asjaga +item.banner.orange.name=Oranž plakat +item.banner.pink.name=Roosa plakat +item.banner.purple.name=Lilla plakat +item.banner.red.name=Punane plakat +item.banner.silver.name=Helehall plakat +item.banner.skull.black=Musta pealuu embleemiga +item.banner.skull.blue=Sinise pealuu embleemiga +item.banner.skull.brown=Pruuni pealuu embleemiga +item.banner.skull.cyan=Tsüaansinise pealuu embleemiga +item.banner.skull.gray=Halli pealuu embleemiga +item.banner.skull.green=Rohelise pealuu embleemiga +item.banner.skull.lightBlue=Helesinise pealuu embleemiga +item.banner.skull.lime=Laimirohelise pealuu embleemiga +item.banner.skull.magenta=Fuksiapunase pealuu embleemiga +item.banner.skull.orange=Oranži pealuu embleemiga +item.banner.skull.pink=Roosa pealuu embleemiga +item.banner.skull.purple=Lilla pealuu embleemiga +item.banner.skull.red=Punase pealuu embleemiga +item.banner.skull.silver=Helehalli pealuu embleemiga +item.banner.skull.white=Valge pealuu embleemiga +item.banner.skull.yellow=Kollase pealuu embleemiga +item.banner.square_bottom_left.black=Musta ruuduga all vasakus nurgas +item.banner.square_bottom_left.blue=Sinise ruuduga all vasakus nurgas +item.banner.square_bottom_left.brown=Pruuni ruuduga all vasakus nurgas +item.banner.square_bottom_left.cyan=Tsüaansinise ruuduga all vasakus nurgas +item.banner.square_bottom_left.gray=Halli ruuduga all vasakus nurgas +item.banner.square_bottom_left.green=Rohelise ruuduga all vasakus nurgas +item.banner.square_bottom_left.lightBlue=Helesinise ruuduga all vasakus nurgas +item.banner.square_bottom_left.lime=Laimirohelise ruuduga all vasakus nurgas +item.banner.square_bottom_left.magenta=Fuksiapunase ruuduga all vasakus nurgas +item.banner.square_bottom_left.orange=Oranži ruuduga all vasakus nurgas +item.banner.square_bottom_left.pink=Roosa ruuduga all vasakus nurgas +item.banner.square_bottom_left.purple=Lilla ruuduga all vasakus nurgas +item.banner.square_bottom_left.red=Punase ruuduga all vasakus nurgas +item.banner.square_bottom_left.silver=Helehalli ruuduga all vasakus nurgas +item.banner.square_bottom_left.white=Valge ruuduga all vasakus nurgas +item.banner.square_bottom_left.yellow=Kollase ruuduga all vasakus nurgas +item.banner.square_bottom_right.black=Musta ruuduga all paremas nurgas +item.banner.square_bottom_right.blue=Sinise ruuduga all paremas nurgas +item.banner.square_bottom_right.brown=Pruuni ruuduga all paremas nurgas +item.banner.square_bottom_right.cyan=Tsüaansinise ruuduga all paremas nurgas +item.banner.square_bottom_right.gray=Halli ruuduga all paremas nurgas +item.banner.square_bottom_right.green=Rohelise ruuduga all paremas nurgas +item.banner.square_bottom_right.lightBlue=Helesinise ruuduga all paremas nurgas +item.banner.square_bottom_right.lime=Laimirohelise ruuduga all paremas nurgas +item.banner.square_bottom_right.magenta=Fuksiapunase ruuduga all paremas nurgas +item.banner.square_bottom_right.orange=Oranži ruuduga all paremas nurgas +item.banner.square_bottom_right.pink=Roosa ruuduga all paremas nurgas +item.banner.square_bottom_right.purple=Lilla ruuduga all paremas nurgas +item.banner.square_bottom_right.red=Punase ruuduga all paremas nurgas +item.banner.square_bottom_right.silver=Helehalli ruuduga all paremas nurgas +item.banner.square_bottom_right.white=Valge ruuduga all paremas nurgas +item.banner.square_bottom_right.yellow=Kollase ruuduga all paremas nurgas +item.banner.square_top_left.black=Musta ruuduga üleval vasakus nurgas +item.banner.square_top_left.blue=Sinise ruuduga üleval vasakus nurgas +item.banner.square_top_left.brown=Pruuni ruuduga üleval vasakus nurgas +item.banner.square_top_left.cyan=Tsüaansinise ruuduga üleval vasakus nurgas +item.banner.square_top_left.gray=Halli ruuduga üleval vasakus nurgas +item.banner.square_top_left.green=Rohelise ruuduga üleval vasakus nurgas +item.banner.square_top_left.lightBlue=Helesinise ruuduga üleval vasakus nurgas +item.banner.square_top_left.lime=Laimirohelise ruuduga üleval vasakus nurgas +item.banner.square_top_left.magenta=Fuksiapunase ruuduga üleval vasakus nurgas +item.banner.square_top_left.orange=Oranži ruuduga üleval vasakus nurgas +item.banner.square_top_left.pink=Roosa ruuduga üleval vasakus nurgas +item.banner.square_top_left.purple=Lilla ruuduga üleval vasakus nurgas +item.banner.square_top_left.red=Punase ruuduga üleval vasakus nurgas +item.banner.square_top_left.silver=Helehalli ruuduga üleval vasakus nurgas +item.banner.square_top_left.white=Valge ruuduga üleval vasakus nurgas +item.banner.square_top_left.yellow=Kollase ruuduga üleval vasakus nurgas +item.banner.square_top_right.black=Musta ruuduga üleval paremas nurgas +item.banner.square_top_right.blue=Sinise ruuduga üleval paremas nurgas +item.banner.square_top_right.brown=Pruuni ruuduga üleval paremas nurgas +item.banner.square_top_right.cyan=Tsüaansinise ruuduga üleval paremas nurgas +item.banner.square_top_right.gray=Halli ruuduga üleval paremas nurgas +item.banner.square_top_right.green=Rohelise ruuduga üleval paremas nurgas +item.banner.square_top_right.lightBlue=Helesinise ruuduga üleval paremas nurgas +item.banner.square_top_right.lime=Laimirohelise ruuduga üleval paremas nurgas +item.banner.square_top_right.magenta=Fuksiapunase ruuduga üleval paremas nurgas +item.banner.square_top_right.orange=Oranži ruuduga üleval paremas nurgas +item.banner.square_top_right.pink=Roosa ruuduga üleval paremas nurgas +item.banner.square_top_right.purple=Lilla ruuduga üleval paremas nurgas +item.banner.square_top_right.red=Punase ruuduga üleval paremas nurgas +item.banner.square_top_right.silver=Helehalli ruuduga üleval paremas nurgas +item.banner.square_top_right.white=Valge ruuduga üleval paremas nurgas +item.banner.square_top_right.yellow=Kollase ruuduga üleval paremas nurgas +item.banner.straight_cross.black=Musta ristiga +item.banner.straight_cross.blue=Sinise ristiga +item.banner.straight_cross.brown=Pruuni ristiga +item.banner.straight_cross.cyan=Tsüaansinise ristiga +item.banner.straight_cross.gray=Halli ristiga +item.banner.straight_cross.green=Rohelise ristiga +item.banner.straight_cross.lightBlue=Helesinise ristiga +item.banner.straight_cross.lime=Laimirohelise ristiga +item.banner.straight_cross.magenta=Fuksiapunase ristiga +item.banner.straight_cross.orange=Oranži ristiga +item.banner.straight_cross.pink=Roosa ristiga +item.banner.straight_cross.purple=Lilla ristiga +item.banner.straight_cross.red=Punase ristiga +item.banner.straight_cross.silver=Helehalli ristiga +item.banner.straight_cross.white=Valge ristiga +item.banner.straight_cross.yellow=Kollase ristiga +item.banner.stripe_bottom.black=Musta joonega all +item.banner.stripe_bottom.blue=Sinise joonega all +item.banner.stripe_bottom.brown=Pruuni joonega all +item.banner.stripe_bottom.cyan=Tsüaansinise joonega all +item.banner.stripe_bottom.gray=Halli joonega all +item.banner.stripe_bottom.green=Rohelise joonega all +item.banner.stripe_bottom.lightBlue=Helesinise joonega all +item.banner.stripe_bottom.lime=Laimirohelise joonega all +item.banner.stripe_bottom.magenta=Fuksiapunase joonega all +item.banner.stripe_bottom.orange=Oranži joonega all +item.banner.stripe_bottom.pink=Roosa joonega all +item.banner.stripe_bottom.purple=Lilla joonega all +item.banner.stripe_bottom.red=Punase joonega all +item.banner.stripe_bottom.silver=Helehalli joonega all +item.banner.stripe_bottom.white=Valge joonega all +item.banner.stripe_bottom.yellow=Kollase joonega all +item.banner.stripe_center.black=Valge vertikaalse joonega keskel +item.banner.stripe_center.blue=Sinise vertikaalse joonega keskel +item.banner.stripe_center.brown=Pruuni vertikaalse joonega keskel +item.banner.stripe_center.cyan=Tsüaansinise vertikaalse joonega keskel +item.banner.stripe_center.gray=Halli vertikaalse joonega keskel +item.banner.stripe_center.green=Rohelise vertikaalse joonega keskel +item.banner.stripe_center.lightBlue=Helesinise vertikaalse joonega keskel +item.banner.stripe_center.lime=Laimirohelise vertikaalse joonega keskel +item.banner.stripe_center.magenta=Fuksiapunase vertikaalse joonega keskel +item.banner.stripe_center.orange=Oranži vertikaalse joonega keskel +item.banner.stripe_center.pink=Roosa vertikaalse joonega keskel +item.banner.stripe_center.purple=Lilla vertikaalse joonega keskel +item.banner.stripe_center.red=Punase vertikaalse joonega keskel +item.banner.stripe_center.silver=Helehalli vertikaalse joonega keskel +item.banner.stripe_center.white=Valge vertikaalse joonega keskel +item.banner.stripe_center.yellow=Kollase vertikaalse joonega keskel +item.banner.stripe_middle.black=Musta horisontaalse joonega keskel +item.banner.stripe_middle.blue=Sinise horisontaalse joonega keskel +item.banner.stripe_middle.brown=Pruuni horisontaalse joonega keskel +item.banner.stripe_middle.cyan=Tsüaansinise horisontaalse joonega keskel +item.banner.stripe_middle.gray=Halli horisontaalse joonega keskel +item.banner.stripe_middle.green=Rohelise horisontaalse joonega keskel +item.banner.stripe_middle.lightBlue=Helesinise horisontaalse joonega keskel +item.banner.stripe_middle.lime=Laimirohelise horisontaalse joonega keskel +item.banner.stripe_middle.magenta=Fuksiapunase horisontaalse joonega keskel +item.banner.stripe_middle.orange=Oranži horisontaalse joonega keskel +item.banner.stripe_middle.pink=Roosa horisontaalse joonega keskel +item.banner.stripe_middle.purple=Lilla horisontaalse joonega keskel +item.banner.stripe_middle.red=Punase horisontaalse joonega keskel +item.banner.stripe_middle.silver=Helehalli horisontaalse joonega keskel +item.banner.stripe_middle.white=Valge horisontaalse joonega keskel +item.banner.stripe_middle.yellow=Kollase horisontaalse joonega keskel +item.banner.stripe_top.black=Musta joonega üleval +item.banner.stripe_top.blue=Sinise vertikaalse joonega keskel +item.banner.stripe_top.brown=Pruuni joonega üleval +item.banner.stripe_top.cyan=Tsüaansinise vertikaalse joonega keskel +item.banner.stripe_top.gray=Halli vertikaalse joonega keskel +item.banner.stripe_top.green=Rohelise joonega üleval +item.banner.stripe_top.lightBlue=Helesinise vertikaalse joonega keskel +item.banner.stripe_top.lime=Laimirohelise vertikaalse joonega keskel +item.banner.stripe_top.magenta=Fuksiapunase vertikaalse joonega keskel +item.banner.stripe_top.orange=Oranži vertikaalse joonega keskel +item.banner.stripe_top.pink=Roosa vertikaalse joonega keskel +item.banner.stripe_top.purple=Lilla vertikaalse joonega keskel +item.banner.stripe_top.red=Punase joonega üleval +item.banner.stripe_top.silver=Helehalli vertikaalse joonega keskel +item.banner.stripe_top.white=Valge joonega üleval +item.banner.stripe_top.yellow=Kollase vertikaalse joonega keskel +item.banner.white.name=Valge plakat +item.banner.yellow.name=Kollane plakat +item.bed.name=Voodi +item.beefCooked.name=Küpsetatud veiseliha +item.beefRaw.name=Toores veiseliha +item.blazePowder.name=Leegi puuder +item.blazeRod.name=Leegi varras +item.boat.name=Paat +item.bone.name=Kont +item.book.name=Raamat +item.bootsChain.name=Rõngassaapad +item.bootsCloth.name=Nahksaapad +item.bootsDiamond.name=Teemantsaapad +item.bootsGold.name=Kuldsaapad +item.bootsIron.name=Raudsaapad +item.bow.name=Vibu +item.bowl.name=Kauss +item.bread.name=Leib +item.brewingStand.name=Pruulimisalus +item.brick.name=Tellis +item.bucket.name=Ämber +item.bucketLava.name=Laavaämber +item.bucketWater.name=Veeämber +item.cake.name=Kook +item.canBreak=Saab lõhkuda: +item.canPlace=Saab asetada plokkidele: +item.carrotGolden.name=Kuldne porgand +item.carrotOnAStick.name=Porgand õnge otsas +item.carrots.name=Porgand +item.cauldron.name=Pada +item.charcoal.name=Puusüsi +item.chestplateChain.name=Rõngassärk +item.chestplateCloth.name=Nahktuunika +item.chestplateDiamond.name=Teemantist rinnaplaat +item.chestplateGold.name=Kullast rinnaplaat +item.chestplateIron.name=Rauast rinnaplaat +item.chickenCooked.name=Praekana +item.chickenRaw.name=Toores kana +item.clay.name=Savi +item.clock.name=Kell +item.coal.name=Süsi +item.comparator.name=Punakivi võrdleja +item.compass.name=Kompass +item.cookie.name=Küpsis +item.diamond.name=Teemant +item.diode.name=Punakivi võimendi +item.doorAcacia.name=Akaatsiast uks +item.doorBirch.name=Kasest uks +item.doorDarkOak.name=Tumedast tammest uks +item.doorIron.name=Rauduks +item.doorJungle.name=Džunglipuust uks +item.doorOak.name=Tammest uks +item.doorSpruce.name=Kuusest uks +item.dyePowder.black.name=Tindikott +item.dyePowder.blue.name=Lasuriit +item.dyePowder.brown.name=Kakaooad +item.dyePowder.cyan.name=Tsüaansinine värv +item.dyePowder.gray.name=Hall värv +item.dyePowder.green.name=Kaktusroheline +item.dyePowder.lightBlue.name=Helesinine värv +item.dyePowder.lime.name=Laimiroheline värv +item.dyePowder.magenta.name=Fuksiapunane värv +item.dyePowder.orange.name=Oranž värv +item.dyePowder.pink.name=Roosa värv +item.dyePowder.purple.name=Lilla värv +item.dyePowder.red.name=Roosipunane +item.dyePowder.silver.name=Helehall värv +item.dyePowder.white.name=Kondijahu +item.dyePowder.yellow.name=Võilillekollane +item.dyed=värvitud +item.egg.name=Muna +item.emerald.name=Smaragd +item.emptyMap.name=Tühi kaart +item.emptyPotion.name=Veepudel +item.enchantedBook.name=Loitsitud raamat +item.enderPearl.name=Lõpumehe pärl +item.expBottle.name=Loitsimispudel +item.eyeOfEnder.name=Lõpumehe silm +item.feather.name=Sulg +item.fermentedSpiderEye.name=Käärinud ämblikusilm +item.fireball.name=Tulelaeng +item.fireworks.flight=Lennu kestvus: +item.fireworks.name=Ilutulestik +item.fireworksCharge.black=Must +item.fireworksCharge.blue=Sinine +item.fireworksCharge.brown=Pruun +item.fireworksCharge.customColor=Kohandatud +item.fireworksCharge.cyan=Tsüaan +item.fireworksCharge.fadeTo=Haju +item.fireworksCharge.flicker=Sädele +item.fireworksCharge.gray=Hall +item.fireworksCharge.green=Roheline +item.fireworksCharge.lightBlue=Helesinine +item.fireworksCharge.lime=Laimiroheline +item.fireworksCharge.magenta=Fuksiapunane +item.fireworksCharge.name=Ilutulestiku täht +item.fireworksCharge.orange=Oranž +item.fireworksCharge.pink=Roosa +item.fireworksCharge.purple=Lilla +item.fireworksCharge.red=Punane +item.fireworksCharge.silver=Helehall +item.fireworksCharge.trail=Rada +item.fireworksCharge.type=Tundmatu kuju +item.fireworksCharge.type.0=Väike pall +item.fireworksCharge.type.1=Suur pall +item.fireworksCharge.type.2=Tähe kujuline +item.fireworksCharge.type.3=Hirmutaja-kujuline +item.fireworksCharge.type.4=Lõhke +item.fireworksCharge.white=Valge +item.fireworksCharge.yellow=Kollane +item.fish.clownfish.raw.name=Klounkala +item.fish.cod.cooked.name=Küpsetatud kala +item.fish.cod.raw.name=Toores kala +item.fish.pufferfish.raw.name=Kerakala +item.fish.salmon.cooked.name=Küpsetatud lõhe +item.fish.salmon.raw.name=Toores lõhe +item.fishingRod.name=Õng +item.flint.name=Tulekivi +item.flintAndSteel.name=Tuleraud +item.flowerPot.name=Lillepott +item.frame.name=Esemeraam +item.ghastTear.name=Kammituse pisar +item.glassBottle.name=Klaaspudel +item.goldNugget.name=Kullakamakas +item.hatchetDiamond.name=Teemantkirves +item.hatchetGold.name=Kuldkirves +item.hatchetIron.name=Raudkirves +item.hatchetStone.name=Kivikirves +item.hatchetWood.name=Puitkirves +item.helmetChain.name=Rõngaskiiver +item.helmetCloth.name=Nahkmüts +item.helmetDiamond.name=Teemantkiiver +item.helmetGold.name=Kuldkiiver +item.helmetIron.name=Raudkiiver +item.hoeDiamond.name=Teemantkõblas +item.hoeGold.name=Kuldkõblas +item.hoeIron.name=Raudkõblas +item.hoeStone.name=Kivikõblas +item.hoeWood.name=Puitkõblas +item.horsearmordiamond.name=Hobuse teemantrüü +item.horsearmorgold.name=Hobuse kuldrüü +item.horsearmormetal.name=Hobuse raudrüü +item.ingotGold.name=Kullakang +item.ingotIron.name=Rauakang +item.leash.name=Köis +item.leather.name=Nahk +item.leaves.name=Lehed +item.leggingsChain.name=Rõngassäärised +item.leggingsCloth.name=Nahkpüksid +item.leggingsDiamond.name=Teemantsäärised +item.leggingsGold.name=Kuldsäärised +item.leggingsIron.name=Raudsäärised +item.magmaCream.name=Magmakreem +item.map.name=Kaart +item.melon.name=Melon +item.milk.name=Piim +item.minecart.name=Kaevanduskäru +item.minecartChest.name=Kirstuga kaevanduskäru +item.minecartCommandBlock.name=Käsuplokiga kaevanduskäru +item.minecartFurnace.name=Ahjuga Kaevanduskäru +item.minecartHopper.name=Püüdjaga kaevanduskäru +item.minecartTnt.name=Dünamiidiga kaevanduskäru +item.monsterPlacer.name=Tekita +item.mushroomStew.name=Seenehautis +item.muttonCooked.name=Küpsetatud lambaliha +item.muttonRaw.name=Toores lambaliha +item.nameTag.name=Nimesilt +item.netherStalkSeeds.name=Põrgutüügas +item.netherStar.name= Põrgu täht +item.netherbrick.name=Põrgutellis +item.netherquartz.name=Põrgukvarts +item.painting.name=Maal +item.paper.name=Paber +item.pickaxeDiamond.name=Teemantkirka +item.pickaxeGold.name=Kuldkirka +item.pickaxeIron.name=Raudkirka +item.pickaxeStone.name=Kivikirka +item.pickaxeWood.name=Puitkirka +item.porkchopCooked.name=Küpsetatud sealiha +item.porkchopRaw.name=Toores sealiha +item.potato.name=Kartul +item.potatoBaked.name=Ahjukartul +item.potatoPoisonous.name=Mürgine kartul +item.potion.name=Võlujook +item.prismarineCrystals.name=Prismariinist kristallid +item.prismarineShard.name=Prismariinikild +item.pumpkinPie.name=Kõrvitsapirukas +item.rabbitCooked.name=Küpsetatud küülik +item.rabbitFoot.name=Küüliku jalg +item.rabbitHide.name=Küüliku nahk +item.rabbitRaw.name=Toores küülik +item.rabbitStew.name=Küülikuhautis +item.record.11.desc=C418 - 11 +item.record.13.desc=C418 - 13 +item.record.blocks.desc=C418 - blocks +item.record.cat.desc=C418 - cat +item.record.chirp.desc=C418 - chirp +item.record.far.desc=C418 - far +item.record.mall.desc=C418 - mall +item.record.mellohi.desc=C418 - mellohi +item.record.name=Muusikaplaat +item.record.stal.desc=C418 - stal +item.record.strad.desc=C418 - strad +item.record.wait.desc=C418 - wait +item.record.ward.desc=C418 - ward +item.redstone.name=Punakivi +item.reeds.name=Suhkruroog +item.rottenFlesh.name=Roiskunud liha +item.ruby.name=Rubiin +item.saddle.name=Sadul +item.seeds.name=Seemned +item.seeds_melon.name=Meloni seemned +item.seeds_pumpkin.name=Kõrvitsaseemned +item.shears.name=Käärid +item.shovelDiamond.name=Teemantlabidas +item.shovelGold.name=Kuldlabidas +item.shovelIron.name=Raudlabidas +item.shovelStone.name=Kivilabidas +item.shovelWood.name=Puitlabidas +item.sign.name=Silt +item.skull.char.name=Pea +item.skull.creeper.name=Hirmutaja pea +item.skull.player.name=Mängija %s pea +item.skull.skeleton.name=Luukere pealuu +item.skull.wither.name=Närbuja luukere pealuu +item.skull.zombie.name=Zombi pea +item.slimeball.name=Limapall +item.snowball.name=Lumepall +item.speckledMelon.name=Sätendav melon +item.spiderEye.name=Ämblikusilm +item.stick.name=Puupulk +item.string.name=Nöör +item.sugar.name=Suhkur +item.sulphur.name=Püssirohi +item.swordDiamond.name=Teemantmõõk +item.swordGold.name=Kuldmõõk +item.swordIron.name=Raudmõõk +item.swordStone.name=Kivimõõk +item.swordWood.name=Puitmõõk +item.unbreakable=Purunematu +item.wheat.name=Nisu +item.writingBook.name=Raamat ja kirjasulg +item.writtenBook.name=Kirjutatud raamat +item.yellowDust.name=Hõõgkivi tolm +itemGroup.brewing=Pruulimine +itemGroup.buildingBlocks=Ehitusplokid +itemGroup.combat=Võitlemine +itemGroup.decorations=Kaunistusplokid +itemGroup.food=Toiduvärgid +itemGroup.inventory=Ellujäämisrežiimi seljakott +itemGroup.materials=Materjalid +itemGroup.misc=Varia +itemGroup.redstone=Punakivi +itemGroup.search=Otsi esemeid +itemGroup.tools=Tööriistad +itemGroup.transportation=Transport +key.attack=Ründa/hävita +key.back=Kõnni tagasi +key.categories.gameplay=Mängimine +key.categories.inventory=Seljakott +key.categories.misc=Varia +key.categories.movement=Liikumine +key.categories.multiplayer=Mitmikmäng +key.categories.stream=Ülekanne +key.categories.ui=Mängu kasutajaliides +key.chat=Ava vestlus +key.command=Ava käsklus +key.drop=Viska ese maha +key.forward=Kõnni edasi +key.fullscreen=Lülita täisekraanile +key.hotbar.1=Plokiriba lahter 1 +key.hotbar.2=Plokiriba lahter 2 +key.hotbar.3=Plokiriba lahter 3 +key.hotbar.4=Plokiriba lahter 4 +key.hotbar.5=Plokiriba lahter 5 +key.hotbar.6=Plokiriba lahter 6 +key.hotbar.7=Plokiriba lahter 7 +key.hotbar.8=Plokiriba lahter 8 +key.hotbar.9=Plokiriba lahter 9 +key.inventory=Seljakott +key.jump=Hüppa +key.left=Liigu vasakule +key.mouseButton=Klahv %1$s +key.pickItem=Vali plokk +key.playerlist=Kuva mängijad +key.right=Liigu paremale +key.screenshot=Loo kuvatõmmis +key.smoothCamera=Kinem. kaamera sisse/välja +key.sneak=Hiili +key.spectatorOutlines=Too mängijad esile (pealtv.) +key.sprint=Jookse +key.streamCommercial=Näita ülekande reklaame +key.streamPauseUnpause=Peata/jätka ülekannet +key.streamStartStop=Alusta/lõpeta ülekanne +key.streamToggleMic=Vajuta, et rääkida/vaigistada +key.togglePerspective=Vaheta perspektiivi +key.use=Kasuta eset/aseta plokk +lanServer.otherPlayers=Seaded teistele mängijatele +lanServer.scanning=Otsin sinu kohtvõrgus olevaid mänge +lanServer.start=Alusta LAN maailm +lanServer.title=LAN maailm +language.code=et_EE +language.name=Eesti +language.region=Eesti +mcoServer.title=Minecraft'i võrgumaailm +menu.convertingLevel=Konverdin maailma +menu.disconnect=Lahku +menu.game=Mängumenüü +menu.generatingLevel=Maailma genereerimine +menu.generatingTerrain=Loon maastikku +menu.loadingLevel=Maailma laadimine +menu.multiplayer=Mitmikmäng +menu.options=Seaded... +menu.playdemo=Mängi proovimaailma +menu.quit=Lahku mängust +menu.resetdemo=Alusta proovimaailma uuesti +menu.respawning=Taassündimine +menu.returnToGame=Tagasi mängu +menu.returnToMenu=Salvesta ja naase menüüsse +menu.shareToLan=Ava kohtvõrgule +menu.simulating=Simuleerin natuke aega maailma +menu.singleplayer=Üksikmäng +menu.switchingLevel=Vahetan maailmu +merchant.deprecated=Kauple millegi muuga, et see avada! +mount.onboard=Maha hüppamiseks vajuta %1$s +multiplayer.connect=Ühenda +multiplayer.downloadingStats=Laadin alla statistikat ja saavutusi... +multiplayer.downloadingTerrain=Laen maastikku alla +multiplayer.info1=Minecraft'i mitmikmäng pole hetkel lõplikult valmis, kuid +multiplayer.info2=viiakse läbi varast testimist. +multiplayer.ipinfo=Sisesta ühendumiseks serveri IP: +multiplayer.player.joined=%s liitus mänguga +multiplayer.player.joined.renamed=%s (eelnevalt tuntud kui %s) liitus mänguga +multiplayer.player.left=%s lahkus mängust +multiplayer.stopSleeping=Lahku voodist +multiplayer.texturePrompt.line1=See server soovitab kasutada kohandatud ressursipakki. +multiplayer.texturePrompt.line2=Kas soovite selle automaagiliselt alla laadida ja installeerida? +multiplayer.title=Mängi mitmikmängu +options.advancedButton=Täpsemad graafikaseaded... +options.advancedOpengl=Täpsem OpenGL +options.advancedVideoTitle=Täpsemad graafikaseaded +options.anaglyph=3D anaglüüf +options.ao=Sujuv valgustus +options.ao.max=maksimaalne +options.ao.min=minimaalne +options.ao.off=VÄLJAS +options.blockAlternatives=Alternatiivsed plokid +options.chat.color=Värvid +options.chat.height.focused=Fokuseeritud kõrgus +options.chat.height.unfocused=Fokuseerimata kõrgus +options.chat.links=Veebilingid +options.chat.links.prompt=Teavita linkide korral +options.chat.opacity=Läbipaistvus +options.chat.scale=Skaala +options.chat.title=Vestluse seaded... +options.chat.visibility=Vestlus +options.chat.visibility.full=näidatud +options.chat.visibility.hidden=peidetud +options.chat.visibility.system=ainult käsud +options.chat.width=Laius +options.controls=Juhtnupud... +options.customizeTitle=Maailma sätete kohandamine +options.difficulty=Raskusaste +options.difficulty.easy=Kerge +options.difficulty.hard=Raske +options.difficulty.hardcore=Halastamatu +options.difficulty.normal=Keskmine +options.difficulty.peaceful=Rahulik +options.farWarning1="Kauge" nägemiskauguse jaoks on soovitatav +options.farWarning2=paigaldada 64-bitine Java (sul on 32-bitine) +options.fboEnable=Luba pildiefektid +options.forceUnicodeFont=Unicode vorming +options.fov=Vaateväli +options.fov.max=Quake'i proff +options.fov.min=Tavaline +options.framerateLimit=Maks. kaadrisagedus +options.framerateLimit.max=piiramatu +options.fullscreen=Täisekraan +options.gamma=Heledus +options.gamma.max=hele +options.gamma.min=tujukas +options.graphics=Graafika +options.graphics.fancy=Uhke +options.graphics.fast=Kiire +options.guiScale=Kasutajaliidese suurus +options.guiScale.auto=automaatne +options.guiScale.large=suur +options.guiScale.normal=keskmine +options.guiScale.small=väike +options.hidden=Peidetud +options.invertMouse=Pööra hiire telg +options.language=Keel... +options.languageWarning=Tõlked ei pruugi olla 100%% täpsed +options.mipmapLevels=Mipmappimise tasemeid +options.modelPart.cape=Keep +options.modelPart.hat=Müts +options.modelPart.jacket=Jope +options.modelPart.left_pants_leg=Vasak püksisäär +options.modelPart.left_sleeve=Vasak varrukas +options.modelPart.right_pants_leg=Parem püksisäär +options.modelPart.right_sleeve=Parem varrukas +options.multiplayer.title=Mitmikmängu seaded... +options.music=Muusika +options.off=VÄLJAS +options.on=SEES +options.particles=Osakesi +options.particles.all=Kõik +options.particles.decreased=Vähendatud +options.particles.minimal=Minimaalne +options.performanceButton=Graafika jõudluse seaded... +options.performanceVideoTitle=Graafika jõudluse seaded +options.postButton=Järeltöötluse seaded... +options.postProcessEnable=Luba järeltöötlemine +options.postVideoTitle=Järeltöötluse seaded +options.qualityButton=Graafika kvaliteedi seaded... +options.qualityVideoTitle=Graafika kvaliteedi seaded +options.reducedDebugInfo=Vähendatud silumisinfo +options.renderClouds=Pilved +options.renderDistance=Nähtavuskaugus +options.renderDistance.far=Kauge +options.renderDistance.normal=tavaline +options.renderDistance.short=Lühike +options.renderDistance.tiny=Väike +options.resourcepack=Ressursipakid... +options.saturation=Küllastus +options.sensitivity=Tundlikkus +options.sensitivity.max=HÜPERKIIRUS!!! +options.sensitivity.min=*haigutus* +options.skinCustomisation=Välimuse kohandamine... +options.skinCustomisation.title=Välimuse kohandamine +options.snooper=Nuuskija +options.snooper.desc=Me tahame koguda sinu arvuti kohta teavet, mis aitab parandada Minecraft'i, teades mida saame parandada ja kus on suurimad probleemid. Kogu see teave on täiesti anonüümne ja vaadatav allpool. Lubame, et me ei tee midagi halba nende andmetega, aga kui sa soovid loobuda siis võid selle vabalt välja lülitada! +options.snooper.title=Arvuti andmete kogu +options.snooper.view=Nuuskija seaded... +options.sound=Helid +options.sounds=Muusika ja helid... +options.sounds.title=Muusika- ja heliseaded +options.stream=Ülekande seaded... +options.stream.bytesPerPixel=Kvaliteet +options.stream.changes=Võib-olla pead taaskäivitama oma ülekande, et loodud muutusi näha. +options.stream.chat.enabled=Luba +options.stream.chat.enabled.always=alati +options.stream.chat.enabled.never=mitte kunagi +options.stream.chat.enabled.streaming=ülekande ajal +options.stream.chat.title=Twitch'i vestluse seaded +options.stream.chat.userFilter=Kasutajafilter +options.stream.chat.userFilter.all=kõik vaatajad +options.stream.chat.userFilter.mods=moderaatorid +options.stream.chat.userFilter.subs=tellijad +options.stream.compression=Tihendus +options.stream.compression.high=kõrge +options.stream.compression.low=madal +options.stream.compression.medium=keskmine +options.stream.estimation=Hinnanguline resolutsioon: %sx%s +options.stream.fps=Kaadrisagedus +options.stream.ingest.reset=Lähtesta eelistus +options.stream.ingest.title=Twitch'i ülekandeserverid +options.stream.ingestSelection=Ülekandeserverite nimekiri +options.stream.kbps=Ribalaius +options.stream.micToggleBehavior=Vajuta, et +options.stream.micVolumne=Mikrofoni helitugevus +options.stream.mic_toggle.mute=Vaigista +options.stream.mic_toggle.talk=rääkida +options.stream.sendMetadata=Metaandmete saatmine +options.stream.systemVolume=Süsteemi helitugevus +options.stream.title=Twitch'i ülekande seaded +options.title=Seaded +options.touchscreen=Puutetundlik režiim +options.vbo=Kasuta VBO'sid +options.video=Graafikaseaded... +options.videoTitle=Graafikaseaded +options.viewBobbing=Vaate hüplemine +options.visible=Näidatud +options.vsync=VSync +potion.absorption=Neeldumine +potion.absorption.postfix=Neeldumise võlujook +potion.blindness=Pimedus +potion.blindness.postfix=Pimeduse võlujook +potion.confusion=Iiveldus +potion.confusion.postfix=Iivelduse võlujook +potion.damageBoost=Tugevus +potion.damageBoost.postfix=Tugevuse võlujook +potion.digSlowDown=Kaevandusväsimus +potion.digSlowDown.postfix=Loiduse võlujook +potion.digSpeed=Nobedus +potion.digSpeed.postfix=Nobeduse võlujook +potion.effects.whenDrank=Kui tarvitatud: +potion.empty=Pole mõju +potion.fireResistance=Tulekindlus +potion.fireResistance.postfix=Tulekindluse võlujook +potion.harm=Kohene kahju +potion.harm.postfix=Kahjustamise võlujook +potion.heal=Kohene tervis +potion.heal.postfix=Tervendamise võlujook +potion.healthBoost=Lisatervis +potion.healthBoost.postfix=Lisatervise võlujook +potion.hunger=Nälg +potion.hunger.postfix=Nälja võlujook +potion.invisibility=Nähtamatus +potion.invisibility.postfix=Nähtamatuse võlujook +potion.jump=Hüppevõimendus +potion.jump.postfix=Hüppamise võlujook +potion.moveSlowdown=Aeglus +potion.moveSlowdown.postfix=Aegluse võlujook +potion.moveSpeed=Kiirus +potion.moveSpeed.postfix=Ruttamise võlujook +potion.nightVision=Pimedas nägemine +potion.nightVision.postfix=Öös nägemise võlujook +potion.poison=Mürk +potion.poison.postfix=Mürgine võlujook +potion.potency.1=II +potion.potency.2=III +potion.potency.3=IV +potion.prefix.acrid=Terav +potion.prefix.artless=Viimistlemata +potion.prefix.awkward=Kohatu +potion.prefix.bland=Igav +potion.prefix.bulky=Kogukas +potion.prefix.bungling=Kohmakas +potion.prefix.buttered=Võine +potion.prefix.charming=Võluv +potion.prefix.clear=Selge +potion.prefix.cordial=Jõuduandev +potion.prefix.dashing=Rabav +potion.prefix.debonair=Peen +potion.prefix.diffuse=Laialivalguv +potion.prefix.elegant=Maitsekas +potion.prefix.fancy=Uhke +potion.prefix.flat=Gaseerimata +potion.prefix.foul=Vastik +potion.prefix.grenade=Pritsitav +potion.prefix.gross=Jäle +potion.prefix.harsh=Karm +potion.prefix.milky=Piimjas +potion.prefix.mundane=Ilmalik +potion.prefix.odorless=Lõhnatu +potion.prefix.potent=Tugev +potion.prefix.rank=Kirbe +potion.prefix.refined=Täiustatud +potion.prefix.smooth=Ühtlane +potion.prefix.sparkling=Sädelev +potion.prefix.stinky=Haisev +potion.prefix.suave=Malbe +potion.prefix.thick=Paks +potion.prefix.thin=Peen +potion.prefix.uninteresting=Ebahuvitav +potion.regeneration=Taastumine +potion.regeneration.postfix=Taastumise võlujook +potion.resistance=Vastupanu +potion.resistance.postfix=Vastupidavuse võlujook +potion.saturation=Küllastus +potion.saturation.postfix=Küllastuse võlujook +potion.waterBreathing=Veehingamine +potion.waterBreathing.postfix=Vees hingamise võlujook +potion.weakness=Nõrkus +potion.weakness.postfix=Nõrkuse võlujook +potion.wither=Närbumine +potion.wither.postfix=Närbumise võlujook +record.nowPlaying=Nüüd mängib: %s +resourcePack.available.title=Saadaolevad ressursipakid +resourcePack.folderInfo=(Aseta ressursipaki failid siia) +resourcePack.openFolder=Ava ressursipakkide kaust +resourcePack.selected.title=Valitud ressursipakid +resourcePack.title=Vali ressursipakid +screenshot.failure=Ei saanud salvestada kuvatõmmist %s +screenshot.success=Kuvatõmmis salvestatud nimega %s +selectServer.add=Lisa server +selectServer.defaultName=Minecraft'i server +selectServer.delete=Kustuta +selectServer.deleteButton=Kustuta +selectServer.deleteQuestion=Oled kindel, et soovid selle serveri eemaldada? +selectServer.deleteWarning=kaob igaveseks! (Väga pikk aeg!) +selectServer.direct=Ühenda otse +selectServer.edit=Muuda +selectServer.empty=tühi +selectServer.hiddenAddress=(peidetud) +selectServer.refresh=Värskenda +selectServer.select=Liitu serveriga +selectServer.title=Vali server +selectWorld.allowCommands=Sohitegemine: +selectWorld.allowCommands.info=Käsud nagu /gamemode, /xp +selectWorld.bonusItems=Boonuskirst: +selectWorld.cheats=Sohitegemine +selectWorld.conversion=Tuleb konverteerida! +selectWorld.create=Loo uus maailm +selectWorld.createDemo=Mängi uut proovimaailma +selectWorld.customizeType=Kohanda +selectWorld.delete=Kustuta +selectWorld.deleteButton=Kustuta +selectWorld.deleteQuestion=Oled kindel, et soovid selle maailma kustutada? +selectWorld.deleteWarning=kaob igaveseks! (Pikk aeg!) +selectWorld.empty=tühi +selectWorld.enterName=Maailma nimi +selectWorld.enterSeed=Seeme maailmagenereerija jaoks +selectWorld.gameMode=Mängurežiim +selectWorld.gameMode.adventure=seiklemine +selectWorld.gameMode.adventure.line1=Sarnane ellujäämisrežiimile, kuid plokke ei saa +selectWorld.gameMode.adventure.line2=vastava loata lisada ega eemaldada +selectWorld.gameMode.creative=loominguline +selectWorld.gameMode.creative.line1=Piiramatud ressursid, vaba lendamine +selectWorld.gameMode.creative.line2=ning võimalus lõhkuda plokke koheselt +selectWorld.gameMode.hardcore=halastamatu +selectWorld.gameMode.hardcore.line1=Sarnane ellujäämisrežiimile, kuid on lukustatud +selectWorld.gameMode.hardcore.line2=raskusastmele, vaid 1 elu. +selectWorld.gameMode.spectator=pealtvaatamine +selectWorld.gameMode.spectator.line1=Sa võid vaadata, aga ära puutu +selectWorld.gameMode.survival=Ellujäämine +selectWorld.gameMode.survival.line1=Otsi ressursse, ehita, hangi +selectWorld.gameMode.survival.line2=Tasemed, elud ja nälgimine +selectWorld.hardcoreMode=Halastamatu: +selectWorld.hardcoreMode.info=Maailm kustutatakse pärast surma +selectWorld.mapFeatures=Ehitiste loomine: +selectWorld.mapFeatures.info=Külad, vangikoopad jne +selectWorld.mapType=Maailma tüüp: +selectWorld.mapType.normal=Tavaline +selectWorld.moreWorldOptions=Veel maailma valikuid... +selectWorld.newWorld=Uus maailm +selectWorld.newWorld.copyOf="%s" koopia +selectWorld.recreate=Taasloo +selectWorld.rename=Nimeta ümber +selectWorld.renameButton=Nimeta ümber +selectWorld.renameTitle=Nimeta maailm ümber +selectWorld.resultFolder=Salvestatakse kausta: +selectWorld.seedInfo=Jäta juhusliku seemne jaoks tühjaks +selectWorld.select=Mängi valitud maailmas +selectWorld.title=Vali maailm +selectWorld.world=Maailm +sign.edit=Muuda sildi teksti +soundCategory.ambient=Õhustik/keskkond +soundCategory.block=Plokid +soundCategory.hostile=Vaenulikud olendid +soundCategory.master=Üldhelitugevus +soundCategory.music=Muusika +soundCategory.neutral=Sõbralikud olendid +soundCategory.player=Mängijad +soundCategory.record=Plaadimängija/noodiplokid +soundCategory.weather=Ilm +stat.animalsBred=Loomi paaritatud +stat.blocksButton=Plokid +stat.boatOneCm=Paadiga läbitud vahemaa +stat.breakItem=%1$s ammendatud +stat.climbOneCm=Ronitud vahemaa +stat.craftItem=%1$s meisterdatud +stat.crafted=Meisterduskorrad +stat.createWorld=Maailmaid loodud +stat.crouchOneCm=Hiilitud vahemaa +stat.damageDealt=Kahju tekitatud +stat.damageTaken=Kahju saadud +stat.deaths=Surmasid +stat.depleted=Ammendamiskorrad +stat.diveOneCm=Sukeldatud vahemaa +stat.drop=Esemeid maha visatud +stat.entityKilledBy=%s tappis su %s kord(a) +stat.entityKilledBy.none=%s pole kunagi sind tapnud +stat.entityKills=Sa tapsid %s %s +stat.entityKills.none=Sa pole kunagi %s tapnud +stat.fallOneCm=Kukutud vahemaa +stat.fishCaught=Kalu püütud +stat.flyOneCm=Lennatud vahemaa +stat.generalButton=Üldine +stat.horseOneCm=Hobusega läbitud vahemaa +stat.itemsButton=Esemed +stat.joinMultiplayer=Mitmikmänguga liitumisi +stat.jump=Hüppeid +stat.junkFished=Prahti püütud +stat.leaveGame=Mängust lahkumisi +stat.loadWorld=Salvestusi laetud +stat.mineBlock=%1$s kaevandatud +stat.minecartOneCm=Kaevanduskäruga läbitud vahemaa +stat.mined=Kaevandamiskorrad +stat.mobKills=Elukaid tapetud +stat.mobsButton=Elukad +stat.pigOneCm=Seaga läbitud vahemaa +stat.playOneMinute=Mängitud minuteid +stat.playerKills=Mängijaid tapetud +stat.sprintOneCm=Joostud vahemaa +stat.startGame=Mängimiskorrad +stat.swimOneCm=Ujutud vahemaa +stat.talkedToVillager=Külaelanikega räägitud +stat.timeSinceDeath=Viimasest surmast +stat.tradedWithVillager=Külaelanikega kaubeldud +stat.treasureFished=Aardeid püütud +stat.useItem=%1$s kasutatud +stat.used=Kasutuskorrad +stat.walkOneCm=Kõnnitud vahemaa +stats.tooltip.type.achievement=Saavutus +stats.tooltip.type.statistic=Statistika väärtus +stream.confirm_start=Kas oled kindel, et soovid alustada ülekannet? +stream.unavailable.account_not_bound=Enne, kui saad Minecraft'i üle kanda Twitch'i kaudu, pead ühendama Twitch'i kasutaja mojang.com veebisaidil. Kas soovid seda praegu teha? +stream.unavailable.account_not_bound.okay=Ühenda kasutajad +stream.unavailable.account_not_migrated=Enne, kui saad Minecraft'i üle kanda Twitch'i kaudu, pead ühendama oma Minecraft'i kasutaja Mojang'i kasutajaga. Kas soovid seda praegu teha? +stream.unavailable.account_not_migrated.okay=Ühenda kasutaja +stream.unavailable.failed_auth=Twitch'iga autentimine ebaõnnestus. Palun mine mojang.com ja taasühenda oma Twitch'i kasutaja. +stream.unavailable.failed_auth.okay=Taasühenda kasutajad +stream.unavailable.failed_auth_error=Twitch'iga autentimine ebaõnnestus. Palun proovige hiljem uuesti. +stream.unavailable.initialization_failure=Twitch'i SDK laadimine ebaõnnestus. +stream.unavailable.initialization_failure.extra=(Põhjus: %s) +stream.unavailable.library_arch_mismatch=Kohandatud Java versioon, mis on kasutatud Minecraft'i käivitamiseks, kasutab teist arhitektuuri kui see, mida kasutatakse käivitaja avamiseks. Palun veenduge, et need on samad - mõlemil 32-bitine või mõlemil 64-bitine. +stream.unavailable.library_failure=Twitch'i ülekandeteenuse jaoks vajalike teekide laadimine ebaõnnestus. +stream.unavailable.no_fbo=Sinu graafikakaart peab toetama vähemalt OpenGL versiooni 3.0 või toetama laienduse kaudu ekraanipuhvri objekte, et kasutada integreeritud Twitch'i ülekandeid. +stream.unavailable.no_fbo.arb=Ekraanipuhvri objektide toetus ARB kaudu on %s +stream.unavailable.no_fbo.blend=Eraldi segunemise toetus EXT kaudu on %s +stream.unavailable.no_fbo.ext=Ekraanipuhvri objektide toetus EXT kaudu on %s +stream.unavailable.no_fbo.version=Hetkel kasutad versiooni %s +stream.unavailable.not_supported.mac=Kahjuks nõuab integreeritud Twitch'i ülekandeteenus Mac'is uuemat OS X versiooni kui sul on. Sa pead kasutama 10.7 (Mac OS X Lion) või uuemat, et kasutada seda teenust. Kas soovid külastada apple.com et lugeda infot uuendamise kohta? +stream.unavailable.not_supported.mac.okay=Uuenda +stream.unavailable.not_supported.other=Kahjuks nõuab integreeritud Twitch'i ülekandeteenus Windows'it (Vista või uuem) või Mac OS X'i (10.7/Lion või uuem) +stream.unavailable.not_supported.windows=Kahjuks nõuab integreeritud Twitch'i ülekandeteenus uuemat Windows'it kui sul on. Sul peab olema vähemalt Windows Vista või uuem versioon. +stream.unavailable.report_to_mojang=Teata Mojang'ile +stream.unavailable.soundflower.chat=Soundflower on vajalik Mac'is ülekandmiseks. %s +stream.unavailable.soundflower.chat.link=Selle installimiseks klõpsa siia. +stream.unavailable.title=Twitch'i ülekanne pole saadaval +stream.unavailable.unknown=Kahjuks sa ei saa hetkel Twitch'is mängu üle kanda ja me ei tea miks :'( +stream.unavailable.unknown.chat=Ei suutnud ülekannet alustada: %s +stream.user.mode.administrator=Twitch'i administraator +stream.user.mode.banned=Blokeeritud +stream.user.mode.banned.other=Blokeeritud ülekandja %s kanalil +stream.user.mode.banned.self=Blokeeritud sinu kanalil +stream.user.mode.broadcaster=Ülekandja +stream.user.mode.broadcaster.other=Ülekandja +stream.user.mode.broadcaster.self=Ülekandja (sina!) +stream.user.mode.moderator=Moderaator +stream.user.mode.moderator.other=Moderaator ülekandja %s kanalil +stream.user.mode.moderator.self=Moderaator sinu kanalil +stream.user.mode.staff=Twitch'i meeskonnaliige +stream.user.subscription.subscriber=Tellija +stream.user.subscription.subscriber.other=Ülekandja %s kanali tellija +stream.user.subscription.subscriber.self=Sinu kanali tellija +stream.user.subscription.turbo=Twitch Turbo +stream.userinfo.ban=Blokeeri +stream.userinfo.chatTooltip=Vajuta, et kasutajat hallata +stream.userinfo.mod=Kõrgenda moderaatoriks +stream.userinfo.timeout=Viska välja +stream.userinfo.unban=Desblokeeri +stream.userinfo.unmod=Alanda moderaatorist +tile.acaciaFence.name=Akaatsiast aed +tile.acaciaFenceGate.name=Akaatsiast aiavärav +tile.activatorRail.name=Käivitusrööbas +tile.anvil.intact.name=Alasi +tile.anvil.name=Alasi +tile.anvil.slightlyDamaged.name=Veidi katkine alasi +tile.anvil.veryDamaged.name=Väga katkine alasi +tile.barrier.name=Ääris +tile.beacon.name=Majakas +tile.beacon.primary=Peamine mõju +tile.beacon.secondary=Teisane mõju +tile.bed.name=Voodi +tile.bed.noSleep=Sa saad magada ainult öösel +tile.bed.notSafe=Sa ei saa hetkel puhata, läheduses on koletisi +tile.bed.notValid=Sinu kodune voodi oli puudu või takistatud +tile.bed.occupied=See voodi on hõivatud +tile.bedrock.name=Aluskivi +tile.birchFence.name=Kasest aed +tile.birchFenceGate.name=Kasest aiavärav +tile.blockCoal.name=Söeplokk +tile.blockDiamond.name=Teemantplokk +tile.blockEmerald.name=Smaragdiplokk +tile.blockGold.name=Kullaplokk +tile.blockIron.name=Rauaplokk +tile.blockLapis.name=Lasuriidiplokk +tile.blockRedstone.name=Punakivi plokk +tile.bookshelf.name=Raamaturiiul +tile.brick.name=Tellised +tile.button.name=Nupp +tile.cactus.name=Kaktus +tile.cake.name=Kook +tile.carrots.name=Porgandid +tile.cauldron.name=Pada +tile.chest.name=Kirst +tile.chestTrap.name=Püüniskirst +tile.clay.name=Savi +tile.clayHardened.name=Küpsetatud savi +tile.clayHardenedStained.black.name=Musta värviga savi +tile.clayHardenedStained.blue.name=Sinise värviga savi +tile.clayHardenedStained.brown.name=Pruuni värviga savi +tile.clayHardenedStained.cyan.name=Tsüaansinise värviga savi +tile.clayHardenedStained.gray.name=Halli värviga savi +tile.clayHardenedStained.green.name=Rohelise värviga savi +tile.clayHardenedStained.lightBlue.name=Helesinise värviga savi +tile.clayHardenedStained.lime.name=Laimiroheline savi +tile.clayHardenedStained.magenta.name=Fuksiapunase värviga savi +tile.clayHardenedStained.name=Värvitud savi +tile.clayHardenedStained.orange.name=Oranži värviga savi +tile.clayHardenedStained.pink.name=Roosa värviga savi +tile.clayHardenedStained.purple.name=Lilla värviga savi +tile.clayHardenedStained.red.name=Punase värviga savi +tile.clayHardenedStained.silver.name=Helehalli värviga savi +tile.clayHardenedStained.white.name=Valge värviga savi +tile.clayHardenedStained.yellow.name=Kollase värviga savi +tile.cloth.black.name=Must vill +tile.cloth.blue.name=Sinine vill +tile.cloth.brown.name=Pruun vill +tile.cloth.cyan.name=Tsüaansinine vill +tile.cloth.gray.name=Hall vill +tile.cloth.green.name=Roheline vill +tile.cloth.lightBlue.name=Helesinine vill +tile.cloth.lime.name=Laimiroheline vill +tile.cloth.magenta.name=Fuksiapunane vill +tile.cloth.name=Vill +tile.cloth.orange.name=Oranž vill +tile.cloth.pink.name=Roosa vill +tile.cloth.purple.name=Purpurne vill +tile.cloth.red.name=Punane vill +tile.cloth.silver.name=Helehall vill +tile.cloth.white.name=Vill +tile.cloth.yellow.name=Kollane vill +tile.cobbleWall.mossy.name=Sammaldunud munakivi müür +tile.cobbleWall.normal.name=Munakivi müür +tile.cocoa.name=Kakao +tile.commandBlock.name=Käsuplokk +tile.crops.name=Vili +tile.darkOakFence.name=Tumedast tammest aed +tile.darkOakFenceGate.name=Tumedast tammest aiavärav +tile.daylightDetector.name=Päevavalguse sensor +tile.deadbush.name=Surnud põõsas +tile.detectorRail.name=Andurrööbas +tile.dirt.coarse.name=Jäme muld +tile.dirt.default.name=Muld +tile.dirt.name=Muld +tile.dirt.podzol.name=Leedemuld +tile.dispenser.name=Jaotur +tile.doorIron.name=Rauduks +tile.doorWood.name=Puituks +tile.doublePlant.fern.name=Kõrge sõnajalg +tile.doublePlant.grass.name=Topeltkõrge muru +tile.doublePlant.name=Taim +tile.doublePlant.paeonia.name=Pojeng +tile.doublePlant.rose.name=Roosipõõsas +tile.doublePlant.sunflower.name=Päevalill +tile.doublePlant.syringa.name=Sirel +tile.dragonEgg.name=Draakonimuna +tile.dropper.name=Heitja +tile.enchantmentTable.name=Loitsimislaud +tile.endPortalFrame.name=Lõpuportaal +tile.enderChest.name=Lõpukirst +tile.farmland.name=Põllumaa +tile.fence.name=Aed +tile.fenceGate.name=Aiavärav +tile.fenceIron.name=Raudtrellid +tile.fire.name=Tuli +tile.flower1.dandelion.name=Võilill +tile.flower1.name=Lill +tile.flower2.allium.name=Lauk +tile.flower2.blueOrchid.name=Sinine orhidee +tile.flower2.houstonia.name=Kollakasvalge inglisilm +tile.flower2.name=Lill +tile.flower2.oxeyeDaisy.name=Harilik härjasilm +tile.flower2.poppy.name=Moon +tile.flower2.tulipOrange.name=Oranž tulp +tile.flower2.tulipPink.name=Roosa tulp +tile.flower2.tulipRed.name=Punane tulp +tile.flower2.tulipWhite.name=Valge tulp +tile.furnace.name=Ahi +tile.glass.name=Klaas +tile.goldenRail.name=Jõurööbas +tile.grass.name=Muruplokk +tile.gravel.name=Kruus +tile.hayBlock.name=Heinapall +tile.hellrock.name=Põrgukivi +tile.hellsand.name=Hingeliiv +tile.hopper.name=Püüdja +tile.ice.name=Jää +tile.icePacked.name=Paakjää +tile.ironTrapdoor.name=Raudluuk +tile.jukebox.name=Plaadimängija +tile.jungleFence.name=Džunglipuust aed +tile.jungleFenceGate.name=Džunglipuust aiavärav +tile.ladder.name=Redel +tile.lava.name=Laava +tile.leaves.acacia.name=Akaatsialehed +tile.leaves.big_oak.name=Tumeda tamme lehed +tile.leaves.birch.name=Kaselehed +tile.leaves.jungle.name=Džunglipuu lehed +tile.leaves.name=Lehed +tile.leaves.oak.name=Tammelehed +tile.leaves.spruce.name=Kuuselehed +tile.lever.name=Kang +tile.lightgem.name=Hõõgkivi +tile.litpumpkin.name=Kõrvitsalatern +tile.lockedchest.name=Lukustatud kirst +tile.log.acacia.name=Akaatsiapuu tüvi +tile.log.big_oak.name=Tumeda tammepuu tüvi +tile.log.birch.name=Kasepuu tüvi +tile.log.jungle.name=Džunglipuu tüvi +tile.log.name=Puutüvi +tile.log.oak.name=Tammepuu tüvi +tile.log.spruce.name=Kuusepuu tüvi +tile.melon.name=Melon +tile.mobSpawner.name=Koletiste looja +tile.monsterStoneEgg.brick.name=Kivitellistest elukamuna +tile.monsterStoneEgg.chiseledbrick.name=Peiteldatud kivitellistest elukamuna +tile.monsterStoneEgg.cobble.name=Munakivist elukamuna +tile.monsterStoneEgg.crackedbrick.name=Pragunenud kivitellistest elukamuna +tile.monsterStoneEgg.mossybrick.name=Sammaldunud kivitellistest elukamuna +tile.monsterStoneEgg.name=Kivist elukamuna +tile.monsterStoneEgg.stone.name=Kivist elukamuna +tile.mushroom.name=Seen +tile.musicBlock.name=Noodiplokk +tile.mycel.name=Seeneniidistik +tile.netherBrick.name=Põrgutellised +tile.netherFence.name=Põrgutellistest aed +tile.netherStalk.name=Põrgutüügas +tile.netherquartz.name=Põrgu kvartsmaak +tile.notGate.name=Punakivitõrvik +tile.obsidian.name=Obsidiaan +tile.oreCoal.name=Söemaak +tile.oreDiamond.name=Teemantmaak +tile.oreEmerald.name=Smaragdi maak +tile.oreGold.name=Kullamaak +tile.oreIron.name=Rauamaak +tile.oreLapis.name=Lasuriidimaak +tile.oreRedstone.name=Punakivimaak +tile.oreRuby.name=Rubiinimaak +tile.pistonBase.name=Kolb +tile.pistonStickyBase.name=Kleepuv kolb +tile.portal.name=Portaal +tile.potatoes.name=Kartulid +tile.pressurePlateStone.name=Kivist surveplaat +tile.pressurePlateWood.name=Puidust surveplaat +tile.prismarine.bricks.name=Prismariinist tellised +tile.prismarine.dark.name=Tume prismariin +tile.prismarine.rough.name=Prismariin +tile.pumpkin.name=Kõrvits +tile.quartzBlock.chiseled.name=Peiteltatud kvartsplokk +tile.quartzBlock.default.name=Kvartsplokk +tile.quartzBlock.lines.name=Samba kvartsplokk +tile.quartzBlock.name=Kvartsplokk +tile.rail.name=Rööbas +tile.redSandStone.chiseled.name=Peiteldatud punane liivakivi +tile.redSandStone.default.name=Punane liivakivi +tile.redSandStone.name=Punane liivakivi +tile.redSandStone.smooth.name=Sile punane liivakivi +tile.redstoneDust.name=Punakivi tolm +tile.redstoneLight.name=Punakivilamp +tile.reeds.name=Suhkruroog +tile.sand.default.name=Liiv +tile.sand.name=Liiv +tile.sand.red.name=Punane liiv +tile.sandStone.chiseled.name=Peiteldatud liivakivi +tile.sandStone.default.name=Liivakivi +tile.sandStone.name=Liivakivi +tile.sandStone.smooth.name=Sile liivakivi +tile.sapling.acacia.name=Akaatsiaistik +tile.sapling.big_oak.name=Tumeda tamme istik +tile.sapling.birch.name=Kasepuu istik +tile.sapling.jungle.name=Džunglipuu istik +tile.sapling.oak.name=Tammeistik +tile.sapling.spruce.name=Kuuseistik +tile.seaLantern.name=Merelatern +tile.sign.name=Silt +tile.slime.name=Limaplokk +tile.snow.name=Lumi +tile.sponge.dry.name=Käsn +tile.sponge.wet.name=Märg käsn +tile.spruceFence.name=Kuusest aed +tile.spruceFenceGate.name=Kuusest aiavärav +tile.stainedGlass.black.name=Musta värviga klaas +tile.stainedGlass.blue.name=Sinise värviga klaas +tile.stainedGlass.brown.name=Pruuni värviga klaas +tile.stainedGlass.cyan.name=Tsüaansinise värviga klaas +tile.stainedGlass.gray.name=Halli värviga klaas +tile.stainedGlass.green.name=Rohelise värviga klaas +tile.stainedGlass.lightBlue.name=Helesinise värviga klaas +tile.stainedGlass.lime.name=Laimiroheline klaas +tile.stainedGlass.magenta.name=Fuksiapunase värviga klaas +tile.stainedGlass.name=Värvitud klaas +tile.stainedGlass.orange.name=Oranži värviga klaas +tile.stainedGlass.pink.name=Roosa värviga klaas +tile.stainedGlass.purple.name=Lilla värviga klaas +tile.stainedGlass.red.name=Punase värviga klaas +tile.stainedGlass.silver.name=Helehalli värviga klaas +tile.stainedGlass.white.name=Valge värviga klaas +tile.stainedGlass.yellow.name=Kollase värviga klaas +tile.stairsBrick.name=Tellistest trepp +tile.stairsNetherBrick.name=Põrgutellistest trepp +tile.stairsQuartz.name=Kvartstrepid +tile.stairsRedSandStone.name=Punasest liivakivist trepp +tile.stairsSandStone.name=Liivakivitrepp +tile.stairsStone.name=Kivitrepp +tile.stairsStoneBrickSmooth.name=Kivitellistest trepp +tile.stairsWood.name=Tammepuust trepp +tile.stairsWoodAcacia.name=Akaatsiapuust trepp +tile.stairsWoodBirch.name=Kasepuust trepp +tile.stairsWoodDarkOak.name=Tumeda tamme puust trepp +tile.stairsWoodJungle.name=Džunglipuust trepp +tile.stairsWoodSpruce.name=Kuusepuust trepp +tile.stone.andesite.name=Andesiit +tile.stone.andesiteSmooth.name=Lihvitud andesiit +tile.stone.diorite.name=Dioriit +tile.stone.dioriteSmooth.name=Lihvitud dioriit +tile.stone.granite.name=Graniit +tile.stone.graniteSmooth.name=Lihvitud graniit +tile.stone.stone.name=Kivi +tile.stoneMoss.name=Sammaldunud kivi +tile.stoneSlab.brick.name=Tellisplaat +tile.stoneSlab.cobble.name=Munakiviplaat +tile.stoneSlab.name=Kiviplaat +tile.stoneSlab.netherBrick.name=Põrgutelliste plaat +tile.stoneSlab.quartz.name=Kvartsplaat +tile.stoneSlab.sand.name=Liivakivi plaat +tile.stoneSlab.smoothStoneBrick.name=Kivitelliste plaat +tile.stoneSlab.stone.name=Kiviplaat +tile.stoneSlab.wood.name=Puitplaat +tile.stoneSlab2.red_sandstone.name=Punase liivakivi plaat +tile.stonebrick.name=Munakivi +tile.stonebricksmooth.chiseled.name=Peiteldatud kivitellised +tile.stonebricksmooth.cracked.name=Pragunenud kivitellised +tile.stonebricksmooth.default.name=Kivitellised +tile.stonebricksmooth.mossy.name=Sammaldunud kivitellised +tile.stonebricksmooth.name=Kivitellised +tile.tallgrass.fern.name=Sõnajalg +tile.tallgrass.grass.name=Muru +tile.tallgrass.name=Muru +tile.tallgrass.shrub.name=Põõsas +tile.thinGlass.name=Klaaspaneel +tile.thinStainedGlass.black.name=Musta värviga klaaspaneel +tile.thinStainedGlass.blue.name=Sinise värviga klaaspaneel +tile.thinStainedGlass.brown.name=Pruuni värviga klaaspaneel +tile.thinStainedGlass.cyan.name=Tsüaansinise värviga klaaspaneel +tile.thinStainedGlass.gray.name=Halli värviga klaaspaneel +tile.thinStainedGlass.green.name=Rohelise värviga klaaspaneel +tile.thinStainedGlass.lightBlue.name=Helesinise värviga klaaspaneel +tile.thinStainedGlass.lime.name=Laimiroheline klaaspaneel +tile.thinStainedGlass.magenta.name=Fuksiapunase värviga klaaspaneel +tile.thinStainedGlass.name=Värvitud klaaspaneel +tile.thinStainedGlass.orange.name=Oranži värviga klaaspaneel +tile.thinStainedGlass.pink.name=Roosa värviga klaaspaneel +tile.thinStainedGlass.purple.name=Lilla värviga klaaspaneel +tile.thinStainedGlass.red.name=Punase värviga klaaspaneel +tile.thinStainedGlass.silver.name=Helehalli värviga klaaspaneel +tile.thinStainedGlass.white.name=Valge värviga klaaspaneel +tile.thinStainedGlass.yellow.name=Kollase värviga klaaspaneel +tile.tnt.name=Dünamiit +tile.torch.name=Tõrvik +tile.trapdoor.name=Puitluuk +tile.tripWire.name=Traadilõks +tile.tripWireSource.name=Traadilõksu konks +tile.vine.name=Väädid +tile.water.name=Vesi +tile.waterlily.name=Vesiroosileht +tile.web.name=Ämblikuvõrk +tile.weightedPlate_heavy.name=Kaaluga surveplaat (raske) +tile.weightedPlate_light.name=Kaaluga surveplaat (kerge) +tile.whiteStone.name=Lõpukivi +tile.wood.acacia.name=Akaatsialauad +tile.wood.big_oak.name=Tumeda tamme lauad +tile.wood.birch.name=Kaselauad +tile.wood.jungle.name=Džunglipuu lauad +tile.wood.name=Puulauad +tile.wood.oak.name=Tammelauad +tile.wood.spruce.name=Kuuselauad +tile.woodSlab.acacia.name=Akaatsia puitplaat +tile.woodSlab.big_oak.name=Tumeda tamme puitplaat +tile.woodSlab.birch.name=Kase puitplaat +tile.woodSlab.jungle.name=Džungli puitplaat +tile.woodSlab.name=Puitplaat +tile.woodSlab.oak.name=Tamme puitplaat +tile.woodSlab.spruce.name=Kuuse puitplaat +tile.woolCarpet.black.name=Must vaip +tile.woolCarpet.blue.name=Sinine vaip +tile.woolCarpet.brown.name=Pruun vaip +tile.woolCarpet.cyan.name=Tsüaansinine vaip +tile.woolCarpet.gray.name=Hall vaip +tile.woolCarpet.green.name=Roheline vaip +tile.woolCarpet.lightBlue.name=Helesinine vaip +tile.woolCarpet.lime.name=Laimiroheline vaip +tile.woolCarpet.magenta.name=Fuksiapunane vaip +tile.woolCarpet.name=Vaip +tile.woolCarpet.orange.name=Oranž vaip +tile.woolCarpet.pink.name=Roosa vaip +tile.woolCarpet.purple.name=Lilla vaip +tile.woolCarpet.red.name=Punane vaip +tile.woolCarpet.silver.name=Helehall vaip +tile.woolCarpet.white.name=Vaip +tile.woolCarpet.yellow.name=Kollane vaip +tile.workbench.name=Meisterduslaud +title.oldgl1=Vana graafikakaart avastatud; see võib takistada sul +title.oldgl2=tulevikus mängimise, kuna OpenGL 2.0 muutub kohustuslikuks. +translation.test.args=%s %s +translation.test.complex=Eesliide, %s%2$s uuesti %s ja %1$s, lõpuks %s ja lisaks %1$s uuesti! +translation.test.escape=%%s %%%s %%%%s %%%%%s +translation.test.invalid=Tere % +translation.test.invalid2=Tere %s +translation.test.none=Tere, maailm! +translation.test.world=maailm diff --git a/javascript/lang/eu_ES.lang b/javascript/lang/eu_ES.lang new file mode 100755 index 00000000..511a7ad7 --- /dev/null +++ b/javascript/lang/eu_ES.lang @@ -0,0 +1,1864 @@ +achievement.acquireIron=Ekipamendua eskuratu +achievement.acquireIron.desc=Urtu burdinazko lingote bat +achievement.bakeCake=Gezur galanta +achievement.bakeCake.desc=Garia, azukrea, esnea eta arrautzak! +achievement.blazeRod=Su barruan +achievement.blazeRod.desc=Kendu barra sutzarrari +achievement.bookcase=Liburuzaina +achievement.bookcase.desc=Eraiki liburu-apalategi batzuk zure sorginkeri mahaia hobetzeko +achievement.breedCow=Birpopulaketa +achievement.breedCow.desc=Bi behi hazi gariarekin +achievement.buildBetterPickaxe=Hobekuntza bat lortu +achievement.buildBetterPickaxe.desc=Egin pikotx hobe bat +achievement.buildFurnace=Gai beroa +achievement.buildFurnace.desc=Egin labe bat harriztatuazko zortzi bloke erabiliz +achievement.buildHoe=Lurra lantzeko garaia! +achievement.buildHoe.desc=Zurezko oholak eta makilak erabili aitzur bat egiteko +achievement.buildPickaxe=Meatzeko garaia! +achievement.buildPickaxe.desc=Zurezko oholak eta makilak erabili pikotx bat egiteko +achievement.buildSword=Astintzeko garaia! +achievement.buildSword.desc=Zurezko oholak eta makilak erabili ezpata bat egiteko +achievement.buildWorkBench=Lan-mahaia frogatu +achievement.buildWorkBench.desc=Egin lan-mahai bat oholezko lau blokerekin +achievement.cookFish=Arrain gozoa +achievement.cookFish.desc=Arrantzatu eta prestatu arraina! +achievement.diamonds=DIAMANTEAK! +achievement.diamonds.desc=Diamanteak eskuratu zure burdinazko tresneriarekin +achievement.diamondsToYou=Diamanteak zurentzat dira! +achievement.diamondsToYou.desc=Beste jokalari bati diamanteak bota. +achievement.enchantments=Sorgintzailea +achievement.enchantments.desc=Liburu bat, obsdiana eta diamanteak erabili sorginkeri mahaia egiteko +achievement.exploreAllBiomes=Abentura unea +achievement.exploreAllBiomes.desc=Aurkitu bioma guztiak +achievement.flyPig=Txerriak hegan egingo dutenean +achievement.flyPig.desc=Hegan egin amildegitik behera txerri batekin +achievement.fullBeacon=Faro-egilea +achievement.fullBeacon.desc=Eraiki erabateko faroa +achievement.get=Helburua lortuta! +achievement.ghast=Bidaltzaileari itzultzeko +achievement.ghast.desc=Suntsitu mamutxa bat suzko bola batekin +achievement.killCow=Behi zurrupatzailea +achievement.killCow.desc=Bildu larru-apur bat +achievement.killEnemy=Munstro ehiztaria +achievement.killEnemy.desc=Eraso eta suntsitu munstro bat +achievement.killWither=Hasiera. +achievement.killWither.desc=Akabatu Whiter-ra +achievement.makeBread=Ogia laberatu +achievement.makeBread.desc=Garia ogian bihurtu +achievement.mineWood=Egurra Eskuratzen +achievement.mineWood.desc=Eraso zuhaitz bati egur bloke bat jausi arte +achievement.onARail=Errail gainean +achievement.onARail.desc=Bagonetan gutxienez kilometro bat bidaiatu hasi zenuen tokitik +achievement.openInventory=Inbentarioa erabiltzen +achievement.openInventory.desc=Sakatu '%1$s' zure inbentarioa irekitzeko. +achievement.overkill=Sekulako hila +achievement.overkill.desc=Zortzi bihotzezko mina egin zartada bakar batean +achievement.overpowered=Menderatua +achievement.overpowered.desc=Notch sagar bat eraiki +achievement.portal=Sakonago joan behar dugu +achievement.portal.desc=Eraiki portal bat abisalera +achievement.potion=Etxeko destilategia +achievement.potion.desc=Edabe bat elaboratu +achievement.requires='%1$s' behar du +achievement.snipeSkeleton=Frankotiratzaile borroka +achievement.snipeSkeleton.desc=Eskeleto bat hil egin gezi batekin 50 metrotik baino urrunetik +achievement.spawnWither=Hasiera? +achievement.spawnWither.desc=Sortu Wither-ra +achievement.taken=Eskuratua! +achievement.theEnd=Amaiera? +achievement.theEnd.desc=Aurkitu amaiera +achievement.theEnd2=Amaiera. +achievement.theEnd2.desc=Garaitu amaierako herensugea +addServer.add=Ados +addServer.enterIp=Zerbitzariaren helbidea +addServer.enterName=Zerbitzariaren izena +addServer.hideAddress=Ezkutatu helbidea +addServer.resourcePack=Zerbitzariaren baliabide-paketeak +addServer.resourcePack.disabled=Desgaituta +addServer.resourcePack.enabled=Gaituta +addServer.resourcePack.prompt=Galdetu +addServer.title=Editatu zerbitzariaren informazioa +advMode.allEntities="@e" erabili entitate guztiak ahutatzeko +advMode.allPlayers="@a" erabili jokalari guztiak ahutatzeko +advMode.command=Kontsolaren agindua +advMode.nearestPlayer="@p" erabili hurbilen dagoen jokalaria ahutatzeko +advMode.notAllowed=Operadore jokalaria izan behar da sortzaile moduan +advMode.notEnabled=Komando blokeak zerbitzari honetan gaituta ez daude +advMode.previousOutput=Aurreko irteera +advMode.randomPlayer="@r" erabili ausaz jokalaria ahutatzeko +advMode.setCommand=Ezarri ezazu blokean kontsola agindu bat +advMode.setCommand.success=Ezarritako agindua: %s +attribute.modifier.plus.0=+%s %s +attribute.modifier.plus.1=+%s%% %s +attribute.modifier.plus.2=+%s%% %s +attribute.modifier.take.0=-%s %s +attribute.modifier.take.1=-%s%% %s +attribute.modifier.take.2=-%s%% %s +attribute.name.generic.attackDamage=Eraso kaltea +attribute.name.generic.followRange=Munstruen segimendu maila +attribute.name.generic.knockbackResistance=Errebesaren aurkako erresistentzia +attribute.name.generic.maxHealth=Osasun maximoa +attribute.name.generic.movementSpeed=Abiadura +attribute.name.horse.jumpStrength=Zaldiaren jauzi indarra +attribute.name.zombie.spawnReinforcements=Zonbi errefortzuak +book.byAuthor=arabera %1$s +book.editTitle=Idatzi liburuaren izenburua: +book.finalizeButton=Sinatu eta itxi +book.finalizeWarning=Kontuan izan! Behin liburua sinatuz gero, jada aldatu ezina izango da. +book.generation.0=Originala +book.generation.1=Originalaren kopia +book.generation.2=Kopiaren kopia +book.generation.3=Higatua +book.pageIndicator=%1$s-garren orrialdea %2$s-etatik +book.signButton=Sinatu +build.tooHigh=Eraikinak egiteko altuera muga %s bloke dira +chat.cannotSend=Txataren mezua bidali ezin izan da +chat.copy=Kopiatu arbelean +chat.link.confirm=Ziur ondorengo webgunea ireki nahi duzula? +chat.link.confirmTrusted=Lotura hau irekitzea edo zure arbelean kopiatzea nahi duzu? +chat.link.open=Nabigatzailean ireki +chat.link.warning=Ez inoiz ireki fidatzen ez zaren jendearen loturarik! +chat.stream.emote=(%s) * %s %s +chat.stream.text=(%s) <%s> %s +chat.type.achievement=%s -(e)k %s helburua lortu du +chat.type.achievement.taken=%s ek %s helburua galdu du +chat.type.admin=[%s: %s] +chat.type.announcement=[%s] %s +chat.type.emote=* %s %s +chat.type.text=<%s> %s +commands.achievement.alreadyHave=%s jokalariak dagoeneko badauka %s helburua +commands.achievement.dontHave=%s jokalariak ez dauka %s helburua +commands.achievement.give.success.all=%s -(e)ri helburu guztiak zuzen emanda +commands.achievement.give.success.one=%s -(e)ri %s estatistika zuzen emanda +commands.achievement.statTooLow=%s jokalaria ez du %s estatistika +commands.achievement.unknownAchievement='%s' helburu edo estatistika ezezaguna +commands.ban.failed=%s jokalariari debekatu ezin izan zen +commands.ban.success=%s jokalaria debekatua izan zen +commands.ban.usage=/ban [arrazoia...] +commands.banip.invalid=Sartu duzu baliogabeko IP helbide edo linean ez dagoen jokalaria bat +commands.banip.success=%s IP helbidea debekatua +commands.banip.success.players=Debekatutako %s IP helbidea %s-(r)ena da +commands.banip.usage=/ban-ip [arrazoia ...] +commands.banlist.ips=Erabateko debekatuta dauden IP helbideak %s dira: +commands.banlist.players=Erabateko debekatuta dauden jokalariak %s dira: +commands.banlist.usage=/banlist [ips|players] +commands.blockdata.outOfWorld=Ezin da mundutik kanpoko blokerik aldatu +commands.blockdata.usage=/blockdata +commands.chunkinfo.compiled=Chunk-a konpilatuta dago. +commands.chunkinfo.empty=Chunk-a hutsik dago. +commands.chunkinfo.hasLayers=Chunk-ak dituen geruzak: %s +commands.chunkinfo.hasNoRenderableLayers=Chunk-ak ez dago geruza errenderizagarririk. +commands.chunkinfo.isEmpty=Chunk-ak dituen geruza hutsak: %s +commands.chunkinfo.location=Chunk-aren kokalekua (%s,%s,%s) +commands.chunkinfo.noChunk=Ez da "chunk" -ik aurkitu emandako kokapenean: %s,%s,%s +commands.chunkinfo.notCompiled=Chunk-a ez dago konpilatua. +commands.chunkinfo.notEmpty="Chunk"-a ez dago hutsik +commands.chunkinfo.usage=/chunkinfo [ ] +commands.clear.failure=Ezin zen %s -en inbentarioa garbitu, ez dago artikulurik kentzeko +commands.clear.success=Inbentarioa %s -ez garbituta, %s objektu eliminatuta +commands.clear.testing=%s -ek %s item ditu irizpidearekin bat datozenak +commands.clear.usage=/clear [player] [item] [data] [maxCount] [dataTag] +commands.clone.failed=Ez da blokerik klonatu +commands.clone.outOfWorld=Ezin dira mundutik kanpoko blokeak aldatu +commands.clone.success=%s bloke klonatuta +commands.clone.tooManyBlocks=Bloke gehiegi emandako gunean (%s > %s) +commands.clone.usage=/clone [mode] +commands.compare.outOfWorld=Ezin dira munduz kanpoko blokeak editatu +commands.compare.success=%s bloke konparatu dira +commands.compare.tooManyBlocks=Bloke gehiegi emandako gunean (%s > %s) +commands.compare.usage=/testforblocks [mode] +commands.debug.notStarted=Profilen arazketa ezin da gelditu oraindik hazi ez badugu! +commands.debug.start=Profilen arazketa hazi da +commands.debug.stop=Profilen arazketa gelditua %s segundo ondoren (%s ticks) +commands.defaultgamemode.success=Munduaren joko-modua lehenetsia %s da orain +commands.defaultgamemode.usage=/defaultgamemode +commands.deop.failed=%s -(e)ri operadorea desegin ezin izan zen +commands.deop.success=%s-(e)k operadore izateari utzi du +commands.deop.usage=/deop +commands.difficulty.success=jokoaren zailtasuna %s -ra ezarrita +commands.difficulty.usage=/difficulty +commands.downfall.success=Prezipitazioaren aldaketa +commands.downfall.usage=/toggledownfall +commands.effect.failure.notActive=Ezin zuen %1$s hartu %2$s -engandik ez zutelako efektua +commands.effect.failure.notActive.all=Ezer ez kendu ezin izan zuen %s -engandik ez zutelako ezer ere ez +commands.effect.notFound=Ez dago halako izaki ondoriorik ID %s -arekin +commands.effect.success=Emanda %1$s (ID %2$s) * %3$s %4$s -(e)ri %5$s segundu +commands.effect.success.removed=%1$s hartu zuen %2$s -engandik +commands.effect.success.removed.all=%s -etatik ondorio guztiak deuseztatuta +commands.enchant.cantCombine=%1$s ezin da %2$s-(r)ekin konbinatu +commands.enchant.cantEnchant=Aukeratutako sorginkeria ezin da helburu den elementura gehitu +commands.enchant.noItem=Helburua inolako elementurik eusten hari da +commands.enchant.notFound=%s ID-rekin, hala nolako sorginkeririk ez dago +commands.enchant.success=Sorginkeria zuzen egin da +commands.enchant.usage=/enchant [maila] +commands.entitydata.failed=Informazioa ez da aldatu: %s +commands.entitydata.noPlayers=%s jokalari bat da eta ezin da aldatu +commands.execute.failed=Errorea exekutatzean %s %s moduan +commands.execute.usage=/execute OR /execute detect +commands.fill.failed=Ez da blokerik bete +commands.fill.outOfWorld=Ezin duzu blokerik jarri mundutik kanpo +commands.fill.success=%s bloke bete dira +commands.fill.tagError=Data tag -aren analisiak huts egin du: %s +commands.fill.tooManyBlocks=Bloke gehiegi emandako gunean (%s > %s) +commands.fill.usage=/fill [dataValue] [oldBlockHandling] [dataTag] +commands.gamemode.success.other=%s-aren joko-modua %s-era ezarrita +commands.gamemode.success.self=Berezko joko modua %s-era ezarrita +commands.gamemode.usage=/gamemode [jokalaria] +commands.gamerule.nopermission=Zerbitzariko nagusiak bakarrik alda dezake %s +commands.gamerule.norule='%s' izeneko joko-arau erabilgarri ez dago +commands.gamerule.success=Jokoaren arauak eguneratu egin dira +commands.gamerule.usage=/gamerule [value] +commands.generic.boolean.invalid='%s' ez da "true" edo "false" +commands.generic.double.tooBig=Sartu duzun kopurua (%s) handiegia da, gehienez %s izan behar da +commands.generic.double.tooSmall=Sartu duzun kopurua (%s) txikiegia da, gutxienez %s izan behar da +commands.generic.entity.invalidType='%s' entitatea ez da zuzena +commands.generic.entity.invalidUuid=UUID-ak formatu okerra du +commands.generic.entity.notFound=Entidade hori ezin da bilatu +commands.generic.exception=Errore ezezagun bat gertatu da agindu hau ahalegintzean +commands.generic.notFound=Agindu ezezaguna. Idatz ezazu /help agindu zerrenda ikusteko +commands.generic.num.invalid='%s' ez da baliozko zenbaki bat +commands.generic.num.tooBig=Sartu duzun kopurua (%s) handiegia da, gehienez %s izan behar da +commands.generic.num.tooSmall=Sartu duzun kopurua (%s) txikiegia da, gutxienez %s izan behar da +commands.generic.parameter.invalid='%s' ez da parametro egokia +commands.generic.permission=Aguindu honek erabiltzeko baimena ez duzu +commands.generic.player.notFound=Jokalari hori ezin da aurkitu +commands.generic.syntax=Baliorik gabeko sintaxi agindua +commands.generic.usage=Erabilera: %s +commands.give.notFound=Ez dago elementu bat %s ID onekin +commands.give.success=Emanda %s * %s %s -(e)ri +commands.give.tagError=Datu-etiketa analisia huts egin du: %s +commands.give.usage=/give [kopurua] [data] [izen-data] +commands.help.footer=Aholkua: Erabili tekla agindua idazten duzun bitartean agindua edo bere argumentua automatikoki betetzeko +commands.help.header=--- %s-garren laguntza orrialdea erakusten %s-etatik (/help ) --- +commands.help.usage=/help [orrialde|aginduaren izena] +commands.kick.success=%s-(e)k jokotik kanporatua izan da +commands.kick.success.reason=%s-(e)k jokotik kanporatua izan da: '%s' +commands.kick.usage=/kick [arrazoia ...] +commands.kill.successful=%s akabatu duzu +commands.kill.usage=/kill [jokalaria / entitatea] +commands.me.usage=/me +commands.message.display.incoming=%s-(e)k murmurikatu dizu: %s +commands.message.display.outgoing=%s-(e)ri murmurikatu diozu: %s +commands.message.sameTarget=Ezin duzu mezu pribatu bat bidali zeure burura! +commands.message.usage=/tell +commands.op.failed=%s -(e)ri operadorea egin ezin izan zen +commands.op.success=%s-(e)k operadore bihurtu da +commands.op.usage=/op +commands.particle.notFound=Efektuaren izena ezezaguan (%s) +commands.players.list=%s/%s jokalari linean daude: +commands.players.usage=/list +commands.playsound.playerTooFar=%s jokalaria urrunegi dago soinua entzuteko +commands.playsound.success='%s' soinua erreproduzitua %s -(e)ri +commands.playsound.usage=/playsound [x] [y] [z] [volume] [pitch] [minimumVolume] +commands.publish.failed=Ezin izan da lokal jokoa ostatu +commands.publish.started=Joku lokala %s atakan ostatatuta dago +commands.publish.usage=/publish +commands.replaceitem.block.usage=/replaceitem block [amount] [data] [dataTag] +commands.replaceitem.entity.usage=/replaceitem entity [amount] [data] [dataTag] +commands.replaceitem.failed=Ezin izan da %s slot-a %s * %s -rekin ordezkatu +commands.replaceitem.noContainer=%s, %s, %s koordenadetan ez dago kontainerrik +commands.replaceitem.success=%s slot-a %s * %s -rekin ordezkatu da +commands.replaceitem.tagError=Data tag analisiak huts egin du: %s +commands.replaceitem.usage=/replaceitem ... +commands.save-off.alreadyOff=Gorde egitea deskatibatuta dago. +commands.save-off.usage=/save-off +commands.save-on.alreadyOn=Gorde egitea aktibatuta badago. +commands.save-on.usage=/save-on +commands.save.disabled=Munduko auto-gordetzea itzalita +commands.save.enabled=Munduko auto-gordetzea piztuta +commands.save.failed=Ezin izan da gorde egin: %s +commands.save.start=Gordetzen... +commands.save.success=Gorde mundua +commands.save.usage=/save-all +commands.say.usage=/say +commands.scoreboard.allMatchesFailed=Ahalegin guztiak huts egin dute +commands.scoreboard.noMultiWildcard=Erabiltzailearen komodin bat bakarrik onartuta +commands.scoreboard.objectiveNotFound=Ez zen inolako objektiborik aurkitu '%s' izenarekin +commands.scoreboard.objectiveReadOnly='%s' objektiboa bakarrik irakurtzeko da eta ezin da ezarri +commands.scoreboard.objectives.add.alreadyExists='%s' izenarekin baduen objektiboa existitzen da +commands.scoreboard.objectives.add.displayTooLong='%s' erakutsitako izena oso luzea da objektiborentzat, gehienez %s karakteren luzeera eduki dezake +commands.scoreboard.objectives.add.success='%s' objektibo berria zuzen gehituta +commands.scoreboard.objectives.add.tooLong='%s' izena oso luze da objektiborentzat, bakarrik %s karaktere luze izan ahal da +commands.scoreboard.objectives.add.usage=/scoreboard objectives add [izena erakutsi ...] +commands.scoreboard.objectives.add.wrongType=Baliogabeko helburu irizpide mota '%s' +commands.scoreboard.objectives.list.count=Markagailuan %s objektibo azaltzen dira: +commands.scoreboard.objectives.list.empty=Objektiborik ez dago markagailuan +commands.scoreboard.objectives.list.entry=- %s: erakutsen du '%s' zelan '%s' motakoa dela +commands.scoreboard.objectives.remove.success='%s' objektiboa zuzen ezabatua +commands.scoreboard.objectives.remove.usage=/scoreboard objectives remove +commands.scoreboard.objectives.setdisplay.invalidSlot=Es dago halako '%s' pantaila tartea +commands.scoreboard.objectives.setdisplay.successCleared='%s' erakustegi tarte objektiboa garbituta +commands.scoreboard.objectives.setdisplay.successSet=Aldatu da ojbetiboren erakustegiaren tartea '%s' -engandik '%s' -enganantz +commands.scoreboard.objectives.setdisplay.usage=/scoreboard objectives setdisplay [objektibo] +commands.scoreboard.objectives.usage=/scoreboard objectives ... +commands.scoreboard.players.add.usage=/scoreboard players add [dataTag] +commands.scoreboard.players.enable.usage=/scoreboard players enable +commands.scoreboard.players.list.count=%s jokalari erregistratuta erakusten markagailuan: +commands.scoreboard.players.list.empty=Markagailuan jarraitzeko jokalaririk ez daude +commands.scoreboard.players.list.player.count=%s objektibo erregistratuta erakusten %s-(r)entzat: +commands.scoreboard.players.list.player.empty=%s jokalaria ez dauka inolako puntuaziorik jasota +commands.scoreboard.players.list.usage=/scoreboard players list [izena] +commands.scoreboard.players.operation.invalidOperation=okerreko operazioa %s +commands.scoreboard.players.operation.success=Operazioa ongi bete da +commands.scoreboard.players.operation.usage=/scoreboard players operation +commands.scoreboard.players.remove.usage=/scoreboard players remove [dataTag] +commands.scoreboard.players.reset.success=%s jokalariren puntuazio guztiak berrezarri +commands.scoreboard.players.reset.usage=/scoreboard players reset [objective] +commands.scoreboard.players.set.success=%s puntuazioa ezarrita %s jokalariarentzat %s -i +commands.scoreboard.players.set.usage=/scoreboard players set [dataTag] +commands.scoreboard.players.test.usage=/scoreboard players test +commands.scoreboard.players.usage=/scoreboard players ... +commands.scoreboard.teamNotFound=Ez zen inolako taldea aurkitu '%s' izenarekin +commands.scoreboard.teams.add.alreadyExists='%s' izena duen taldea badago +commands.scoreboard.teams.add.displayTooLong='%s' erakutzitako izena oso luzea da talde baterentzat, gehienez %s karakteren luzeera eduki dezake +commands.scoreboard.teams.add.success='%s' talde berria zuzen gehituta +commands.scoreboard.teams.add.tooLong='%s' izena oso luzea da talde baterentzat, gehienez %s karakteren luzeera euki dezake +commands.scoreboard.teams.add.usage=/scoreboard teams add [izena erakutsi...] +commands.scoreboard.teams.empty.alreadyEmpty=%s taldea dagoeneko utzik dago, ezin dira existizen ez diren jokalariak kendu +commands.scoreboard.teams.empty.success=Kendu %s taldetik %s jokalaria(k) osoak +commands.scoreboard.teams.empty.usage=/scoreboard teams empty +commands.scoreboard.teams.join.failure=%s jokalaria(k) gehitu %s taldeari ezin izan zen: %s +commands.scoreboard.teams.join.success=%s jokalaria(k) gehituta %s taldeari: %s +commands.scoreboard.teams.join.usage=/scoreboard teams join [jokalaria] +commands.scoreboard.teams.leave.failure=Ezin izan da %s jokalari kendu beren taldetik: %s +commands.scoreboard.teams.leave.noTeam=Ez zaude talde batean +commands.scoreboard.teams.leave.success=%s jokalaria(k) kenduta beren taldetik: %s +commands.scoreboard.teams.leave.usage=/scoreboard teams leave [jokalaria] +commands.scoreboard.teams.list.count=%s talde markagailuan erakusten: +commands.scoreboard.teams.list.empty=Markagailuan erregistratu den talderik ez dago +commands.scoreboard.teams.list.entry=- %1$s: '%2$s' %3$s jokalari du +commands.scoreboard.teams.list.player.count=%s jokalari %s talde(tan) erakusten: +commands.scoreboard.teams.list.player.empty=%s taldea jokalaririk ez du +commands.scoreboard.teams.list.player.entry=- %2$s: %1$s (%3$s) +commands.scoreboard.teams.list.usage=/scoreboard teams list [izena] +commands.scoreboard.teams.option.noValue=Balio zuzenak %s aukerarentzat hauek dira: %s +commands.scoreboard.teams.option.success=%s aukera ezarrita %s taldearentzat %s-(r)i +commands.scoreboard.teams.option.usage=/scoreboard teams option +commands.scoreboard.teams.remove.success=%s taldea ezabatua +commands.scoreboard.teams.remove.usage=/scoreboard teams remove +commands.scoreboard.teams.usage=/scoreboard teams ... +commands.scoreboard.usage=/scoreboard ... +commands.seed.success=Hazia: %s +commands.seed.usage=/seed +commands.setblock.failed=Blokea ezin da jarri +commands.setblock.noChange=Blokea ezin zen jarri +commands.setblock.notFound=Ez dago inolako blokerik %s ID/Izenarekin +commands.setblock.outOfWorld=Blokea ezin zen jarri mundutik kampo +commands.setblock.success=Jarritako blokea +commands.setblock.tagError=Datu-etiketa analisia huts egin du: %s +commands.setblock.usage=/setblock [Datu-balioa] [oldBlockHandling] [datu-etiketa] +commands.setidletimeout.success=%s minutuetan inaktibo denbora-muga zuzen ezarrita. +commands.setidletimeout.usage=/setidletimeout +commands.setworldspawn.success=Ezarri munduaren sorketaren puntua (%s, %s, %s)-(e)an +commands.setworldspawn.usage=/setworldspawn [ ] +commands.spawnpoint.success=Ezarri %s -(e)ren sorketaren puntua (%s,%s,%s)-(e)an +commands.spawnpoint.usage=/spawnpoint [jokalaria] [ ] +commands.spreadplayers.failure.players=%s jokalari sakabanatu %s ezin izan zen,%s -ren inguruan (jokalari gehiegi lekuarentzat - proba egin ezazu gutxienez %s sakabanatuz) +commands.spreadplayers.failure.teams=%s%s talde sakabanatu %s ezin izan zen,%s -ren inguruan (jokalari gehiegi lekuarentzat - proba egin ezazu gutxienez %s sakabanatuz) +commands.spreadplayers.info.players=(Jokalarien bitarteko batezbesteko distantzia %s bloke dira bereizirik ondoren %s iterazio) +commands.spreadplayers.info.teams=(Taldeen bitarteko batezbesteko distantzia %s bloke dira bereizirik ondoren %s iterazio) +commands.spreadplayers.spreading.players=%s jokalari sakabanatzen %s bloke %s,%s inguruan (txikien %s bloke bereizirik) +commands.spreadplayers.spreading.teams=%s talde sakabanatzen %s bloke %s,%s inguruan (txikien %s bloke bereizirik) +commands.spreadplayers.success.players=%s jokalari zuzen sakabanatuta %s,%s -ren inguruan +commands.spreadplayers.success.teams=%s talde zuzen sakabanatuta %s,%s -ren inguruan +commands.spreadplayers.usage=/spreadplayers +commands.stats.block.clear.usage=/stats block clear +commands.stats.block.set.usage=/stats block set +commands.stats.block.usage=/stats block ... +commands.stats.cleared=%s stats -ak garbitu dira +commands.stats.entity.clear.usage=/stats entity clear +commands.stats.entity.set.usage=/stats entity set +commands.stats.entity.usage=/stats entity +commands.stats.failed=Parametro okerrak +commands.stats.noCompatibleBlock=%s, %s, %s - blokeak ezin du estatistikarik gorde +commands.stats.usage=/stats ... +commands.stop.start=Zerbitzaria gelditzen +commands.stop.usage=/stop +commands.summon.failed=Objektua ezin da agertu +commands.summon.outOfWorld=Objektua ezin da agertu mundutik kampo +commands.summon.success=Objektua zuzen agertua +commands.summon.tagError=Datu-etiketa analisia huts egin du: %s +commands.summon.usage=/summon [x] [y] [z] [dataTag] +commands.tellraw.jsonException=Json baliogabea: %s +commands.tellraw.usage=/tellraw +commands.testfor.success=Bilatuta %s +commands.testfor.usage=/testfor [dataTag] +commands.testforblock.failed.data=Blokea %s,%s,%s -ean %s data valioa du (zehaztuta: %s). +commands.testforblock.failed.nbt=Blokea %s,%s,%s -ean ez dauka errekeritzen diren NBT gakoak. +commands.testforblock.failed.tile=Blokea %s,%s,%s -ean %s da (zehaztuta: %s). +commands.testforblock.failed.tileEntity=Blokea %s,%s,%s -ean ez da baldosa entitatea eta ezin da euskarri etiketaren parekaketa. +commands.testforblock.outOfWorld=Ezin da mundutik kampo dagoen bloke bat probatu +commands.testforblock.success=Blokea %s,%s,%s -(e)an zuzen aurkitua. +commands.testforblock.usage=/testforblock [dataValue] [dataTag] +commands.time.added=%s denbora geitu egin da +commands.time.query=Ordua %s da +commands.time.set=%s -etan denbora ezarrita +commands.time.usage=/time +commands.tp.notSameDimension=Telegarraiatzea ezineskoa da zeren eta jokalariek dimentsio berberan ez daudelako +commands.tp.success=Telegarraitu %s %s -ra +commands.tp.success.coordinates=%s telegarraiatu %s,%s,%s -era +commands.tp.usage=/tp [target player] OR /tp [target player] [ ] +commands.trigger.disabled=%s gakoa ez dago gaituta +commands.trigger.invalidMode=Gako modu okerra %s +commands.trigger.invalidObjective=Gako okerra %s +commands.trigger.invalidPlayer=Jokalariek bakarrik erabil dezakete /trigger komandoa +commands.trigger.usage=/trigger +commands.unban.failed=%s jokalariari debekua kendu ezin izan zen +commands.unban.success=%s jokalaria berriz onartu zen +commands.unban.usage=/pardon +commands.unbanip.invalid=IP helbide baliogabe bat sartu duzu +commands.unbanip.success=%s IP helbidea berriz onartua +commands.unbanip.usage=/pardon-ip +commands.weather.clear=Eguraldi garbira aldatzen +commands.weather.rain=Eguraldi euritsura aldatzen +commands.weather.thunder=Euria eta tximistetara aldatzen +commands.weather.usage=/weather [iraupena segundoetan] +commands.whitelist.add.failed=%s -(e)ri zuri-zerrendan zartu ezin izan zen +commands.whitelist.add.success=%s gehituta zuri-zerrendara +commands.whitelist.add.usage=/whitelist add +commands.whitelist.disabled=Zuri-zerrenda itzalita +commands.whitelist.enabled=Zuri-zerrenda piztuta +commands.whitelist.list=%s jokalari daude (%s ikusitakoetatik) zuri-zerrendatutakoak: +commands.whitelist.reloaded=Birkargatu zuri-zerrenda +commands.whitelist.remove.failed=%s -(e)ri zuri-zerrendatik kendu ezin izan zen +commands.whitelist.remove.success=%s-(e)k ezabatuta zuri-zerrendatik +commands.whitelist.remove.usage=/whitelist remove +commands.worldborder.center.success=Munduaren mugaren zentroa %s,%s an ezarria +commands.xp.failure.widthdrawXp=Ezin da jokalari bateri esperientzia puntu negatiborik eman +commands.xp.success=%s esperientzia %s-(e)ri emanda +commands.xp.success.levels=%s maila %s-(e)ri emanda +commands.xp.success.negative.levels=%s maila %s-etik artuta +commands.xp.usage=/xp [jokalaria] edo /xp L [jokalaria] +connect.authorizing=Saioa hasten... +connect.connecting=Zerbitzarira konektatzen... +connect.failed=Ezin izan da zerbitzarira konektatu +container.beacon=Faro +container.brewing=Edabegintza euskarria +container.chest=Kutxa +container.chestDouble=Kutxa aundia +container.crafting=Artisautza +container.creative=Elementu aukeraketa +container.dispenser=Dispentsagailua +container.dropper=Jaurtigailua +container.enchant=Sorginkeria +container.enchant.clue=%s . . . ? +container.enchant.lapis.many=%s Lapis Lazulia +container.enchant.lapis.one=Lapis lazuli 1 +container.enchant.level.many=Sorginkeri maila %s +container.enchant.level.one=Sorginkeri maila 1 +container.enderchest=Ender kutxa +container.furnace=Labea +container.hopper=Kalapatxa +container.inventory=Inbentarioa +container.isLocked=%s blokeatuta dago! +container.minecart=Bagoneta +container.repair=Konpondu eta izendatu +container.repair.cost=Sorginkeriaren prezioa: %1$s +container.repair.expensive=Garestiegi! +controls.reset=Berrezarri +controls.resetAll=Berrezarri teklak +controls.title=Kontrolak +createWorld.customize.custom.biomeSize=Biomaren neurria +createWorld.customize.custom.confirm1=Honek zure aukeratutako ezarpenak gainidatziko ditu +createWorld.customize.custom.confirm2=eta ezin du desegin. +createWorld.customize.custom.confirmTitle=Kontuz! +createWorld.customize.custom.coordinateScale=Kordenatuean eskala +createWorld.customize.custom.count=Sorketaren saialdiak +createWorld.customize.custom.defaults=Lehenetsi +createWorld.customize.custom.dungeonChance=Ziega kopurua +createWorld.customize.custom.fixedBiome=Bioma +createWorld.customize.custom.heightScale=Altuera eskala +createWorld.customize.custom.lavaLakeChance=Laba ozeanoen maiztasuna +createWorld.customize.custom.lowerLimitScale=Beheko limiteko eskala +createWorld.customize.custom.mainNoiseScaleX=Zarata-eskala Nagusia X +createWorld.customize.custom.mainNoiseScaleY=Zarata-eskala Nagusia Y +createWorld.customize.custom.mainNoiseScaleZ=Zarata-eskala Nagusia Z +createWorld.customize.custom.maxHeight=Altuera maximoa +createWorld.customize.custom.minHeight=Altuera minimoa +createWorld.customize.custom.next=Hurrengo orrialdea +createWorld.customize.custom.page0=Oinarrizko ezarpenak +createWorld.customize.custom.page1=Mea ezarpenak +createWorld.customize.custom.page2=Ezarpen aurreratuak (adintuentzat bakarrik!) +createWorld.customize.custom.page3=Ezarpen gehigarri aurreratuak (adintuentzako bakarrik!) +createWorld.customize.custom.preset.caveChaos=Kaosaren kobak +createWorld.customize.custom.preset.drought=Lehortea +createWorld.customize.custom.preset.goodLuck=Zorte on +createWorld.customize.custom.preset.isleLand=Uhartea +createWorld.customize.custom.preset.mountains=Eromenaren mendiak +createWorld.customize.custom.preset.waterWorld=Ur mundua +createWorld.customize.custom.prev=Aurreko orrialdea +createWorld.customize.custom.randomize=Zoriozkatu +createWorld.customize.custom.riverSize=Ibaiaren neurria +createWorld.customize.custom.seaLevel=Itsas maila +createWorld.customize.custom.size=Sorketaren neurria +createWorld.customize.custom.upperLimitScale=Goiko limiteko eskala +createWorld.customize.custom.useCaves=Koba-zuloak +createWorld.customize.custom.useDungeons=Ziegak +createWorld.customize.custom.useLavaLakes=Laba lakuak +createWorld.customize.custom.useLavaOceans=Laba Ozeanoak +createWorld.customize.custom.useMineShafts=Meatz abandonatuak +createWorld.customize.custom.useMonuments=Monumentu ozeanikoak +createWorld.customize.custom.useRavines=Arrailak +createWorld.customize.custom.useStrongholds=Gotorlekuak +createWorld.customize.custom.useTemples=Tenpluak +createWorld.customize.custom.useVillages=Herrixkak +createWorld.customize.custom.useWaterLakes=Ur ibaiak +createWorld.customize.custom.waterLakeChance=Ur ibaien maiztasuna +createWorld.customize.flat.addLayer=Gerusa gehitu +createWorld.customize.flat.editLayer=Gerusa aldatu +createWorld.customize.flat.height=Garaiera +createWorld.customize.flat.layer.bottom=Azpiko muga - %s +createWorld.customize.flat.layer.top=Gaineko muga - %s +createWorld.customize.flat.removeLayer=Gerusa kendu +createWorld.customize.flat.tile=Geruzaren materiala +createWorld.customize.flat.title=Mundu lauen pertsonalizazioa +createWorld.customize.presets=Ereduak +createWorld.customize.presets.list=Bestalde, emen daude aurretik guk egindakoak! +createWorld.customize.presets.select=Eredua erabili +createWorld.customize.presets.share=Eredua norbaitekin partekatu nahi duzu? Erabili beko karratua! +createWorld.customize.presets.title=Eredua aukeratu +death.attack.anvil=%1$s-(e)k ingude batekin zanpatu eginda geratu zen +death.attack.arrow=%1$s-(r)i %2$s-(e)k tiro egin zion +death.attack.arrow.item=%1$s-(r)i %2$s-(e)k %3$s erabiliz tiro egin zion +death.attack.cactus=%1$s-(e)k heriotzaraino ziztatu zen +death.attack.cactus.player=%1$s-(e)k kaktusetan sartu zen %2$s-(r)engandik ihes egin saiatzean +death.attack.drown=%1$s itota hil zen +death.attack.drown.player=%1$s-(e)k itota hil zen %2$s-(r)engandik ihes egin saiatzean +death.attack.explosion=%1$s-(e)k lehertu egin zuen +death.attack.explosion.player=%1$s-(e)k %2$s-(r)engantik estanda egin zuen +death.attack.fall=%1$s-(e)k lurra oso gogor jo zuen +death.attack.fallingBlock=%1$s-(e)k bloke batekin zanpatu eginda geratu zen +death.attack.fireball=%1$s-(r)i %2$s-(e)k zuzko bola bota zion +death.attack.fireball.item=%1$s-(r)i %2$s-(e)k %3$s erabiliz zuzko bola bota zion +death.attack.generic=%1$s-(e)k hil zen +death.attack.inFire=%1$s-(e)k sutan erre zen +death.attack.inFire.player=%1$s-(e)k sutan sartu zen %2$s-(r)ekin borrokan zegoenean +death.attack.inWall=%1$s-(e)k horma batean asfixiatu zen +death.attack.indirectMagic=%1$s %2$s-(e)k magia erabiliz hil egin zuen +death.attack.indirectMagic.item=%1$s %2$s-(e)k %3$s erabiliz hil egin zuen +death.attack.lava=%1$s-(e)k laban igeri egitea saiatu zen +death.attack.lava.player=%1$s-(e)k laban igeri egitea saiatu zen %2$s-(r)engan ihes egitean +death.attack.lightningBolt=%1$s trumoi batek jo du +death.attack.magic=%1$s-(e)k magiaz hil zen +death.attack.mob=%1$s %2$s-(e)k akabatu zuen +death.attack.onFire=%1$s-(e)k heriotzaraino erre zen +death.attack.onFire.player=%1$s-(e)k errauts egin arte erre zen %2$s-(r)ekin borrokan zegoenean +death.attack.outOfWorld=%1$s-(e)k munduz kampo erori zen +death.attack.player=%2$s-(e)k %1$s akabatu zuen +death.attack.player.item=%1$s %2$s-(e)k %3$s erabiliz akabatu zuen +death.attack.starve=%1$s-(e)k goses hil zen +death.attack.thorns=%1$s-(e)k hil egin zuten %2$s-(r)i mina egin saiatzean +death.attack.thrown=%1$s-(r)i %2$s-(e)k astindu zion +death.attack.thrown.item=%1$s-(r)i %2$s-(e)k %3$s erabiliz astindu zion +death.attack.wither=%1$s-(e)k zimeldu zuten +death.fell.accident.generic=%1$s-(e)k altuera handi batetik erori zen +death.fell.accident.ladder=%1$s-(e)k eskailera batetik erori zen +death.fell.accident.vines=%1$s-(e)k igokari batetik erori zen +death.fell.accident.water=%1$s-(e)k urez kampo erori zen +death.fell.assist=%1$s-(e)ri %2$s-(e)k zigortu zion erortzera +death.fell.assist.item=%1$s-(e)ri %2$s-(e)k %3$s erabiliz zigortu zion erortzera +death.fell.finish=%1$s-(e)ri urruti erortzera egin zioten eta %2$s-(e)k azkendu zuen +death.fell.finish.item=%1$s urrutiegi erori eta %2$s-(e)k %3$s-rekin azkendu zuen +death.fell.killer=%1$s-(e)ri zigortu zioten erortzera +deathScreen.deleteWorld=Mundua ezabatu +deathScreen.hardcoreInfo=Ezin duzu gogor moduan birsortu! +deathScreen.leaveServer=Zerbitzaria utzi +deathScreen.quit.confirm=Uztea nahi duzula ziur zaude? +deathScreen.respawn=Birsortu +deathScreen.score=Puntuazioa +deathScreen.title=Hil egin zara! +deathScreen.title.hardcore=Jokoa amaitu da! +deathScreen.titleScreen=Hasierako pantaila +demo.day.1=Erakustaldi honek bost joku egun iraungo du, egizu ahalik eta hoberen! +demo.day.2=Bigarren eguna +demo.day.3=Hirugarren eguna +demo.day.4=Laugarren eguna +demo.day.5=Zure azken eguna da! +demo.day.6=Zure bostgarren eguna pasa duzu, sakatu F2 zure kreazioaren pantaila harrapaketa gordetzeko +demo.day.warning=Denbora bukatzen ari da! +demo.demoExpired=Demoren dembora amaitu da! +demo.help.buy=Erosi orain! +demo.help.fullWrapped=Demo hau 5 egun iraungo du (denbora errealean 1 ordu eta 40 minutu inguru). Kontsulta itzazu helburuak laguntza lortzeko! Ongi pasatu! +demo.help.inventory=Sakatu %1$s zure inbentarioa irekitzeko +demo.help.jump=Salto egin %1$s sakatuz +demo.help.later=Jarraitu jolasten! +demo.help.movement=Erabili %1$s, %2$s, %3$s, %4$s eta sagua inguruan mugitzeko +demo.help.movementMouse=Begiratu ingurua sagua erabiliz +demo.help.movementShort=Mugi zaitez %1$s, %2$s, %3$s, %4$s sakatuz +demo.help.title=Minecraft erakustaldi modua +demo.remainingTime=Geratzen den denbora: %s +demo.reminder=Erakustaldiaren denbora bukatu da, erosi jokoa jolasten jarraitzeko edo hasi mundu berri bat! +difficulty.lock.question=Ziur zaude partidaren zailtasun maila blokeatu nahi duzula? Mundu honen zailtasuna %1$s izango da, eta ezin izango duzu sekula aldatu. +difficulty.lock.title=Munduaren zailtasuna bloqueatu +disconnect.closed=Konexioa itxi da +disconnect.disconnected=Zerbitzariarengatik deskonektatua +disconnect.endOfStream=Korrontearen bukaera +disconnect.genericReason=%s +disconnect.kicked=Jokotik kaleratua izan da +disconnect.loginFailed=Ezin izan da saioa hasi +disconnect.loginFailedInfo=Ezin izan da saioa hasi: %s +disconnect.loginFailedInfo.invalidSession=Saio baliogabea (Saiatu zure jokoa berrabiarazten) +disconnect.loginFailedInfo.serversUnavailable=Une honetan autentifikazioa ezgaituta dago mantentze-lanengatik. +disconnect.lost=Konexioa galdu da +disconnect.overflow=Bufferra gainezkatzetua +disconnect.quitting=Irteten +disconnect.spam=Kanporatua zabor-mezuak egiteagatik +disconnect.timeout=Denboraz kanpo +enchantment.arrowDamage=Ahalmena +enchantment.arrowFire=Sugarra +enchantment.arrowInfinite=Mugagabea +enchantment.arrowKnockback=Kolpea +enchantment.damage.all=Doitasunezko zorrozketa +enchantment.damage.arthropods=Artropodoen hondamendia +enchantment.damage.undead=Hilen zanpatekoa +enchantment.digging=Eraginkortasuna +enchantment.durability=Apurtezina +enchantment.fire=Suzko alderdia +enchantment.fishingSpeed=Amua +enchantment.knockback=Errebesa +enchantment.level.1=I +enchantment.level.10=X +enchantment.level.2=II +enchantment.level.3=III +enchantment.level.4=IV +enchantment.level.5=V +enchantment.level.6=VI +enchantment.level.7=VII +enchantment.level.8=VIII +enchantment.level.9=IX +enchantment.lootBonus=Harrapaketa +enchantment.lootBonusDigger=Aberastasuna +enchantment.lootBonusFishing=Itsasoaren zortea +enchantment.oxygen=Arnasa +enchantment.protect.all=Babesa +enchantment.protect.explosion=Eztanda babesa +enchantment.protect.fall=Luma erorketa +enchantment.protect.fire=Su babesa +enchantment.protect.projectile=Jaurtigai babesa +enchantment.thorns=Arantzak +enchantment.untouching=Zetazko kolpea +enchantment.waterWalker=Sakoneko zangokada +enchantment.waterWorker=Ur kidetasuna +entity.ArmorStand.name=Armadurarentzako euskarria +entity.Arrow.name=gezia +entity.Bat.name=Saguzar +entity.Blaze.name=Sutzarra +entity.Boat.name=Txalupa +entity.Cat.name=Katua +entity.CaveSpider.name=Leizeetako armiarma +entity.Chicken.name=Oilaskoa +entity.Cow.name=Behia +entity.Creeper.name=Creeper +entity.EnderDragon.name=Amaierako herensugea +entity.Enderman.name=Enderman +entity.Endermite.name=Endermitea +entity.EntityHorse.name=Zaldia +entity.FallingSand.name=Erorkor blokea +entity.Fireball.name=Su-bola +entity.Ghast.name=Mamutxa +entity.Giant.name=Erraldoia +entity.Guardian.name=Gordetzaile +entity.Item.name=Artikulua +entity.KillerBunny.name=Untxi hiltzailea +entity.LavaSlime.name=Magma ontzia +entity.Minecart.name=Bagoneta +entity.Mob.name=Kreatur +entity.Monster.name=Munstroa +entity.MushroomCow.name=Perretxiko-behia +entity.Ozelot.name=Ozelotea +entity.Painting.name=Margolana +entity.Pig.name=Txerria +entity.PigZombie.name=Txerri-gizon zonbia +entity.PrimedTnt.name=Dinamita blokea +entity.Rabbit.name=Untxia +entity.Sheep.name=Ardia +entity.Silverfish.name=Zilar-arraina +entity.Skeleton.name=Eskeletoa +entity.Slime.name=Likatia +entity.SmallFireball.name=Su-bola txikia +entity.SnowMan.name=Elur golema +entity.Snowball.name=Elur bola +entity.Spider.name=Armiarma +entity.Squid.name=Txibia +entity.Villager.armor=Armagin +entity.Villager.butcher=Harakina +entity.Villager.cleric=Apaiza +entity.Villager.farmer=Baserritarra +entity.Villager.fisherman=Arrantzalea +entity.Villager.fletcher=Gezi artisaua +entity.Villager.leather=Larru artisaua +entity.Villager.librarian=Liburuzaina +entity.Villager.name=Herritarra +entity.Villager.shepherd=Artzaina +entity.Villager.tool=Errementaria +entity.Villager.weapon=Armagilea +entity.VillagerGolem.name=Burdin golema +entity.Witch.name=Sorgin +entity.WitherBoss.name=Wither +entity.Wolf.name=Otsoa +entity.XPOrb.name=Esperientziaren lurbira +entity.Zombie.name=Zonbia +entity.donkey.name=Astoa +entity.generic.name=ezezaguna +entity.horse.name=Zaldia +entity.mule.name=Mandoa +entity.skeletonhorse.name=Zaldi eskeletoa +entity.zombiehorse.name=Zaldi zonbia +gameMode.adventure=Abentura modua +gameMode.changed=Zure jokoaren modua eguneratu da +gameMode.creative=Sortzaile modua +gameMode.hardcore=Modu gogorra! +gameMode.spectator=Ikusle modua +gameMode.survival=Biziraupen modua +generator.amplified=ANPLIFIKATUA +generator.amplified.info=Oharra: Bakarrik dibertimendurako, ordenagailu ona behar da +generator.customized=Pertsonalizatua +generator.debug_all_block_states=Debug Modua +generator.default=Lehenetsia +generator.flat=Super laua +generator.largeBiomes=Bioma handiak +gui.achievements=Helburuak +gui.all=Guztiak +gui.back=Itzuli +gui.cancel=Ezeztatu +gui.done=Ados +gui.down=Behera +gui.no=Ez +gui.none=Ezerez +gui.stats=Estatistikak +gui.toMenu=Itzuli hasierako pantailara +gui.up=Gora +gui.yes=Bai +inventory.binSlot=Suntsitu objektua +item.apple.name=Sagarra +item.appleGold.name=Urrezko sagarra +item.armorStand.name=Armadurarentzako euskarria +item.arrow.name=Gezia +item.banner.black.name=Estandarte beltza +item.banner.blue.name=Estandarte urdina +item.banner.brown.name=Estandarte marroia +item.banner.cyan.name=Estandarte ziana +item.banner.gray.name=Estandarte grisa +item.banner.green.name=Estandarte berdea +item.banner.lightBlue.name=Estandarte urdin argia +item.banner.lime.name=Estandarte berde lima +item.banner.magenta.name=Estandarte magenta +item.banner.mojang.black=Gauza beltza +item.banner.mojang.blue=Gauza Urdina +item.banner.mojang.brown=Gauza marroia +item.banner.mojang.cyan=Zian koloreko gauza +item.banner.mojang.gray=Gauza grisa +item.banner.mojang.green=Gauza berdea +item.banner.mojang.lime=Lima koloreko gauza +item.banner.mojang.magenta=Gauza magenta +item.banner.mojang.orange=Gauza laranja +item.banner.mojang.pink=Gauza arrosa +item.banner.mojang.purple=Gauza Morea +item.banner.mojang.red=Gauza Gorria +item.banner.mojang.white=Gauza txuria +item.banner.mojang.yellow=Gauza horia +item.banner.orange.name=Estandarte laranja +item.banner.pink.name=Estandarte arrosa +item.banner.purple.name=Estandarte morea +item.banner.red.name=Estandarte gorria +item.banner.silver.name=Estandarte gris argia +item.banner.straight_cross.black=Gurutz beltza +item.banner.straight_cross.blue=Gurutz urdina +item.banner.straight_cross.brown=Gurutz marroia +item.banner.straight_cross.cyan=Gurutz ziana +item.banner.straight_cross.gray=Gurutz grisa +item.banner.straight_cross.green=Gurutz berdea +item.banner.straight_cross.lightBlue=Gurutz urdin argia +item.banner.straight_cross.lime=Gurutz berde lima +item.banner.straight_cross.magenta=Gurutz magenta +item.banner.straight_cross.orange=Gurutz laranja +item.banner.straight_cross.pink=Gurutz arroza +item.banner.straight_cross.purple=Gurutz morea +item.banner.straight_cross.red=Gurutz gorria +item.banner.straight_cross.silver=Gurutz gris argia +item.banner.straight_cross.white=Gurutz zuria +item.banner.straight_cross.yellow=Gurutz horia +item.banner.white.name=Estandarte zuria +item.banner.yellow.name=Estandarte horia +item.bed.name=Ohea +item.beefCooked.name=Xerra +item.beefRaw.name=Txekor gordina +item.blazePowder.name=Sutzarraren hautsa +item.blazeRod.name=Sutzarraren barra +item.boat.name=Txalupa +item.bone.name=Hezurra +item.book.name=Liburua +item.bootsChain.name=Kotazko botak +item.bootsCloth.name=Larruzko botak +item.bootsDiamond.name=Diamantezko botak +item.bootsGold.name=Urrezko botak +item.bootsIron.name=Burdinazko botak +item.bow.name=Arkua +item.bowl.name=Katilua +item.bread.name=Ogia +item.brewingStand.name=Edabegintzarako euskarria +item.brick.name=Adreilua +item.bucket.name=Ontzia +item.bucketLava.name=Laba ontzia +item.bucketWater.name=Ur ontzia +item.cake.name=Tarta +item.canBreak=Ezin dira hautsi: +item.canPlace=Jarri daiteke: +item.carrotGolden.name=Urrezko azenarioa +item.carrotOnAStick.name=Azenarioa makila batekin +item.carrots.name=Azenarioa +item.cauldron.name=Lapikoa +item.charcoal.name=Egur-ikatza +item.chestplateChain.name=Kotazko armadura +item.chestplateCloth.name=Larruzko tunika +item.chestplateDiamond.name=Diamantezko armadura +item.chestplateGold.name=Urrezko armadura +item.chestplateIron.name=Burdinazko armadura +item.chickenCooked.name=Oilasko errea +item.chickenRaw.name=Oilasko gordina +item.clay.name=Buztina +item.clock.name=Erlojua +item.coal.name=Ikatza +item.comparator.name=Harrigorri konparadorea +item.compass.name=Iparrorratza +item.cookie.name=Galleta +item.diamond.name=Diamantea +item.diode.name=Harrigorrizko errepikagailua +item.doorAcacia.name=Akaziazko atea +item.doorBirch.name=Urkizko atea +item.doorDarkOak.name=Haritz ilunazko atea +item.doorIron.name=Burdinazko atea +item.doorJungle.name=Oihanazko atea +item.doorOak.name=Haritzazko atea +item.doorSpruce.name=Izeizko atea +item.dyePowder.black.name=Tinta zakua +item.dyePowder.blue.name=Lapis lazulia +item.dyePowder.brown.name=Kakao aleak +item.dyePowder.cyan.name=Zian koloreko tindagaia +item.dyePowder.gray.name=Tindagai grisa +item.dyePowder.green.name=Kaktusaren berdea +item.dyePowder.lightBlue.name=Tindagai urdin argia +item.dyePowder.lime.name=Lima koloreko tindagaia +item.dyePowder.magenta.name=Tindagai magenta +item.dyePowder.orange.name=Tindagai laranja +item.dyePowder.pink.name=Tindagai arrosa +item.dyePowder.purple.name=Tindagai morea +item.dyePowder.red.name=Arrosaren gorria +item.dyePowder.silver.name=Tindagai gris argia +item.dyePowder.white.name=Hezur hautsa +item.dyePowder.yellow.name=Txikoria-belarraren horia +item.dyed=Tindatuta +item.egg.name=Arrautza +item.emerald.name=Esmeralda +item.emptyMap.name=Mapa hutsa +item.emptyPotion.name=Ur botila +item.enchantedBook.name=Sorgindutako liburua +item.enderPearl.name=Amaierako perla +item.expBottle.name=Sorginkeri botila +item.eyeOfEnder.name=Amaierako begia +item.feather.name=Luma +item.fermentedSpiderEye.name=Legamiatutako armiarma begiak +item.fireball.name=Su-bola +item.fireworks.flight=Hegaldi Iraupena: +item.fireworks.name=Suziria +item.fireworksCharge.black=Beltza +item.fireworksCharge.blue=Urdina +item.fireworksCharge.brown=Marroia +item.fireworksCharge.customColor=Pertsonalizatua +item.fireworksCharge.cyan=Zian +item.fireworksCharge.fadeTo=Aldatu +item.fireworksCharge.flicker=Dirdira +item.fireworksCharge.gray=Grisa +item.fireworksCharge.green=Berdea +item.fireworksCharge.lightBlue=Urdin argia +item.fireworksCharge.lime=Lima +item.fireworksCharge.magenta=Magenta +item.fireworksCharge.name=Suziri izarra +item.fireworksCharge.orange=Laranja +item.fireworksCharge.pink=Arrosa +item.fireworksCharge.purple=Morea +item.fireworksCharge.red=Gorria +item.fireworksCharge.silver=Gris argia +item.fireworksCharge.trail=Arrasto +item.fireworksCharge.type=Forma ezezaguna +item.fireworksCharge.type.0=Bola txikia +item.fireworksCharge.type.1=Bola handia +item.fireworksCharge.type.2=Izar-formarekin +item.fireworksCharge.type.3=Creeper formarekin +item.fireworksCharge.type.4=Eztanda +item.fireworksCharge.white=Zuria +item.fireworksCharge.yellow=Horia +item.fish.clownfish.raw.name=Pailazo arraina +item.fish.cod.cooked.name=Arrain errea +item.fish.cod.raw.name=Arrain gordina +item.fish.pufferfish.raw.name=Globo arraina +item.fish.salmon.cooked.name=Izokin errea +item.fish.salmon.raw.name=Izokin gordina +item.fishingRod.name=Arrantzarako kanabera +item.flint.name=Suharria +item.flintAndSteel.name=Suharria eta burdina +item.flowerPot.name=Loreontzi +item.frame.name=Markodun elementua +item.ghastTear.name=Mamutxaren malkoa +item.glassBottle.name=Kristalezko botila +item.goldNugget.name=Urrezko pipitak +item.hatchetDiamond.name=Diamantezko aizkora +item.hatchetGold.name=Urrezko aizkora +item.hatchetIron.name=Burdinazko aizkora +item.hatchetStone.name=Harrizko aizkora +item.hatchetWood.name=Zurezko aizkora +item.helmetChain.name=Kotazko kaskoa +item.helmetCloth.name=Larruzko txapela +item.helmetDiamond.name=Diamantezko kaskoa +item.helmetGold.name=Urrezko kaskoa +item.helmetIron.name=Burdinazko kaskoa +item.hoeDiamond.name=Diamantezko aitzurra +item.hoeGold.name=Urrezko aitzurra +item.hoeIron.name=Burdinazko aitzurra +item.hoeStone.name=Harrizko aitzurra +item.hoeWood.name=Zurezko aitzurra +item.horsearmordiamond.name=Diamantezko zaldi armadura +item.horsearmorgold.name=Urrezko zaldi armadura +item.horsearmormetal.name=Burdinezko zaldi armadura +item.ingotGold.name=Urrezko lingotea +item.ingotIron.name=Burdinazko lingotea +item.leash.name=Soka +item.leather.name=Larrua +item.leaves.name=Hostoak +item.leggingsChain.name=Kotazko galtzak +item.leggingsCloth.name=Larruzko galtzak +item.leggingsDiamond.name=Diamantezko galtzak +item.leggingsGold.name=Urrezko galtzak +item.leggingsIron.name=Burdinazko galtzak +item.magmaCream.name=Magma krema +item.map.name=Mapa +item.melon.name=Meloia +item.milk.name=Esnea +item.minecart.name=Bagoneta +item.minecartChest.name=Bagoneta kutxarekin +item.minecartCommandBlock.name=Bagoneta agindu blokearekin +item.minecartFurnace.name=Bagoneta labearekin +item.minecartHopper.name=Bagoneta kalapatxarekin +item.minecartTnt.name=Bagoneta dinamitarekin +item.monsterPlacer.name=Sortu +item.mushroomStew.name=Perretxiko erregosia +item.muttonCooked.name=Bildots errea +item.muttonRaw.name=Bildots gordina +item.nameTag.name=Izen etiketa +item.netherStalkSeeds.name=Garatxo abisala +item.netherStar.name=Izar abisala +item.netherbrick.name=Adreilu abisala +item.netherquartz.name=Kuartzo abisala +item.painting.name=Margolana +item.paper.name=Papera +item.pickaxeDiamond.name=Diamantezko pikotxa +item.pickaxeGold.name=Urrezko pikotxa +item.pickaxeIron.name=Burdinazko pikotxa +item.pickaxeStone.name=Harrizko pikotxa +item.pickaxeWood.name=Zurezko pikotxa +item.porkchopCooked.name=Txerri txuleta errea +item.porkchopRaw.name=Txerri txuleta gordina +item.potato.name=Patata +item.potatoBaked.name=Patata errea +item.potatoPoisonous.name=Patata pozoitsua +item.potion.name=Edabea +item.prismarineCrystals.name=Prismarina kristalak +item.prismarineShard.name=Prismarina puska +item.pumpkinPie.name=Kalabaza pastela +item.rabbitCooked.name=Untxi errea +item.rabbitFoot.name=Untxiaren hanka +item.rabbitHide.name=Untxi-larru +item.rabbitRaw.name=Untxi gordina +item.rabbitStew.name=Untxi erregosia +item.record.11.desc=C418 - 11 +item.record.13.desc=C418 - 13 +item.record.blocks.desc=C418 - blocks +item.record.cat.desc=C418 - cat +item.record.chirp.desc=C418 - chirp +item.record.far.desc=C418 - far +item.record.mall.desc=C418 - mall +item.record.mellohi.desc=C418 - mellohi +item.record.name=Musika diskoa +item.record.stal.desc=C418 - stal +item.record.strad.desc=C418 - strad +item.record.wait.desc=C418 - wait +item.record.ward.desc=C418 - ward +item.redstone.name=Harrigorria +item.reeds.name=Azukre-kanabera +item.rottenFlesh.name=Haragi usteldua +item.ruby.name=Errubia +item.saddle.name=Zaltokia +item.seeds.name=Haziak +item.seeds_melon.name=Meloiaren haziak +item.seeds_pumpkin.name=Kalabaza-haziak +item.shears.name=Guraizeak +item.shovelDiamond.name=Diamantezko pala +item.shovelGold.name=Urrezko pala +item.shovelIron.name=Burdinazko pala +item.shovelStone.name=Harrizko pala +item.shovelWood.name=Zurezko pala +item.sign.name=Kartela +item.skull.char.name=Burua +item.skull.creeper.name=Creeper burua +item.skull.player.name=%s-(r)en burua +item.skull.skeleton.name=Eskeleto garezurra +item.skull.wither.name=Wither eskeleto garezurra +item.skull.zombie.name=Zonbi burua +item.slimeball.name=Likati-bola +item.snowball.name=Elur bola +item.speckledMelon.name=Meloi dirdiratsua +item.spiderEye.name=Armiarmaren begia +item.stick.name=Makila +item.string.name=Haria +item.sugar.name=Azukrea +item.sulphur.name=Bolbora +item.swordDiamond.name=Diamantezko ezpata +item.swordGold.name=Urrezko ezpata +item.swordIron.name=Burdinazko ezpata +item.swordStone.name=Harrizko ezpata +item.swordWood.name=Zurezko ezpata +item.unbreakable=Apurtezina +item.wheat.name=Garia +item.writingBook.name=Liburua eta idazluma +item.writtenBook.name=Idatzitako liburua +item.yellowDust.name=Argi-harriaren hautsa +itemGroup.brewing=Edabeak +itemGroup.buildingBlocks=Eraikuntza blokeak +itemGroup.combat=Borroka +itemGroup.decorations=Dekorazio blokeak +itemGroup.food=Elikagaiak +itemGroup.inventory=Bizirauntzeko inbentarioa +itemGroup.materials=Materialak +itemGroup.misc=Askotariko +itemGroup.redstone=Harrigorria +itemGroup.search=Bilatu elementuak +itemGroup.tools=Tresnak +itemGroup.transportation=Garraioa +key.attack=Eraso/Suntsitu +key.back=Atzera ibili +key.categories.gameplay=Jokoa +key.categories.inventory=Inbentarioa +key.categories.misc=Askotariko +key.categories.movement=Mugimendua +key.categories.multiplayer=Multijokalaria +key.categories.stream=Emisioa +key.categories.ui=Jokoaren interfazea +key.chat=Txata ireki +key.command=Agintaritza ireki +key.drop=Elementua bota +key.forward=Aurrera ibili +key.fullscreen=Pantaila osoa aktibatu/desaktibatu +key.hotbar.1=Sarbide-bizkorra 1 +key.hotbar.2=Sarbide-bizkorra 2 +key.hotbar.3=Sarbide-bizkorra 3 +key.hotbar.4=Sarbide-bizkorra 4 +key.hotbar.5=Sarbide-bizkorra 5 +key.hotbar.6=Sarbide-bizkorra 6 +key.hotbar.7=Sarbide-bizkorra 7 +key.hotbar.8=Sarbide-bizkorra 8 +key.hotbar.9=Sarbide-bizkorra 9 +key.inventory=Inbentarioa +key.jump=Jauzi +key.left=Ezkerrera mugitu +key.mouseButton=%1$s botoia +key.pickItem=Hartu blokea +key.playerlist=Jokalari zerrenda +key.right=Eskuinera mugitu +key.screenshot=Atera pantaila-argazkia +key.smoothCamera=Kamara zinematikoaren aldaketa +key.sneak=Makurtu +key.spectatorOutlines=Jokalariak nabarmendu (Ikusleak) +key.sprint=Korrika egin +key.streamCommercial=Emisio komertzialak erakutsi +key.streamPauseUnpause=Gelditu/Jarraitu emisioa +key.streamStartStop=Hasi/Geldito emisioa +key.streamToggleMic=Sakatu hitz egiteko/mututzeko +key.togglePerspective=Ikuspuntua aldatu +key.use=Artikulua erabilli/Blokea jarri +lanServer.otherPlayers=Beste jokalarientzako ezarpenak +lanServer.scanning=Jokuak bilatzen zure sare lokalan +lanServer.start=Hasi sare lokal mundua +lanServer.title=Sare lokal mundua +language.code=eu_ES +language.name=Euskara +language.region=Euskal Herria +mcoServer.title=Minecraft-eko mundua linean +menu.convertingLevel=Mundua aldatzen +menu.disconnect=Deskonektatu +menu.game=Joko menua +menu.generatingLevel=Mundua sortzen +menu.generatingTerrain=Lurra eraikitzen +menu.loadingLevel=Mundua kargatzen +menu.multiplayer=Multijokalaria +menu.online=Minecrafteko erreinuak +menu.options=Aukerak... +menu.playdemo=Jolastu demo munduan +menu.quit=Jokotik irten +menu.resetdemo=Berrezarri demo mundua +menu.respawning=Birsortzen +menu.returnToGame=Jokora itzuli +menu.returnToMenu=Gorde eta hasierara irten +menu.shareToLan=LAN sarera zabaldu +menu.simulating=Unetxo batez mundua simulatzen +menu.singleplayer=Jokalari bakarra +menu.switchingLevel=Munduak aldatzen +merchant.deprecated=Egin salerosketa gehiago desblokeatzeko! +mount.onboard=%1$s sakatu jaisteko +multiplayer.connect=Konektatu +multiplayer.downloadingStats=Estatistikak eta helburuak kargatzen... +multiplayer.downloadingTerrain=Lurra deskargatzen +multiplayer.info1=Minecraft multijokalaria ez dago bukatuta oraindik, baina hemen +multiplayer.info2=dago bere akatsekin frogatzeko moduan. +multiplayer.ipinfo=Sartu zerbitzariaren IPa konektatzeko: +multiplayer.player.joined=%s -(e)k jokoan zartu zen +multiplayer.player.joined.renamed=%s (lehen %s bezala ezagututa) jokoan sartu zen +multiplayer.player.left=%s -(e)k jokotik irten egin zuen +multiplayer.stopSleeping=Ohea utzi +multiplayer.texturePrompt.line1=Zerbitzari honek pakete egokituen erabilera gomendatzen du. +multiplayer.texturePrompt.line2=Automagikoki deskargatu eta instalatu nahi duzu? +multiplayer.title=Multijokalaria jolastu +options.advancedButton=Bideo-ezarpen aurreratuak... +options.advancedOpengl=OpenGL aurreratua +options.advancedVideoTitle=Bideo-ezarpen aurreratuak +options.anaglyph=3D Anaglifikoa +options.ao=Argiztapen leuna +options.ao.max=Maximo +options.ao.min=Minimo +options.ao.off=Itzalia +options.blockAlternatives=Txandakako blokeak +options.chat.color=Koloreak +options.chat.height.focused=Garaiera fokatu +options.chat.height.unfocused=Garaiera fokatugabe +options.chat.links=Web loturak +options.chat.links.prompt=Eskatu loturak +options.chat.opacity=Opakotasuna +options.chat.scale=Eskala +options.chat.title=Txataren ezarpenak... +options.chat.visibility=Txata +options.chat.visibility.full=Ikusgai +options.chat.visibility.hidden=Ezkutuan +options.chat.visibility.system=Aginduak bakarrik +options.chat.width=Zabalera +options.controls=Kontrolak... +options.customizeTitle=Pertsonalizatu Munduaren Ezarpenak +options.difficulty=Zailtasuna +options.difficulty.easy=Erraza +options.difficulty.hard=Zaila +options.difficulty.hardcore=Gogorra +options.difficulty.normal=Normala +options.difficulty.peaceful=Baketsua +options.farWarning1=64 biteko Java instalatzea gomendatzen da +options.farWarning2='Urrun' errendatzeko (32 bit dituzu) +options.fboEnable=Gaitu FBOs +options.forceUnicodeFont=Behartu unicode letra-tipoa +options.fov=Ikusmen eremua +options.fov.max=Quake profesionala +options.fov.min=Normala +options.framerateLimit=Fotogramen abiadura maximoa +options.framerateLimit.max=Mugagabea +options.fullscreen=Pantaila osoa +options.gamma=Distira +options.gamma.max=Distiratsua +options.gamma.min=Iluna +options.graphics=Grafikoak +options.graphics.fancy=Zehatz +options.graphics.fast=Azkar +options.guiScale=GUI-aren eskala +options.guiScale.auto=Automatikoki +options.guiScale.large=Handia +options.guiScale.normal=Normala +options.guiScale.small=Txikia +options.hidden=Ezkutuan +options.invertMouse=Sagua alderantzikatu +options.language=Hizkuntza... +options.languageWarning=Itzulpenak ezingo dira %%100ean zehatzak izan +options.mipmapLevels=Urrun leun maila +options.modelPart.cape=Kapa +options.modelPart.hat=Txapela +options.modelPart.jacket=Txaketa +options.modelPart.left_pants_leg=Ezkerreko hanka +options.modelPart.left_sleeve=Ezkerreko mahuka +options.modelPart.right_pants_leg=Eskuineko hanka +options.modelPart.right_sleeve=Eskuineko mahuka +options.multiplayer.title=Multijokalariaren aukerak... +options.music=Musika +options.off=Itzalita +options.on=Piztua +options.particles=Partikulak +options.particles.all=Guztiak +options.particles.decreased=Murriztua +options.particles.minimal=Minimoa +options.performanceButton=Bideo performantziaren ezarpenak... +options.performanceVideoTitle=Bideo performantziaren ezarpenak +options.postButton=Post-tratamenduaren ezarpenak... +options.postProcessEnable=Gaitu post-tratamendua +options.postVideoTitle=Post-tratamenduaren ezarpenak +options.qualityButton=Bideo kalitatearen ezarpenak... +options.qualityVideoTitle=Bideo kalitatearen ezarpenak +options.reducedDebugInfo=Debug informazio murriztua +options.renderClouds=Lainoak +options.renderDistance=Errendatze-distantzia +options.renderDistance.far=Urruna +options.renderDistance.normal=Normala +options.renderDistance.short=Laburra +options.renderDistance.tiny=Txiki-txikia +options.resourcepack=Baliabide-paketeak... +options.saturation=Saturazioa +options.sensitivity=Sentsibilitatea +options.sensitivity.max=HYPERABIADURA!!! +options.sensitivity.min=*aharrausia* +options.skinCustomisation=Itxuraren pertsonalizazioa... +options.skinCustomisation.title=Itxuraren pertsonalizazioa +options.snooper=Onartu datu bidalketa +options.snooper.desc=Zure makinaren informazioa bildu nahi dugu, zer euskarritu eta arazo handienak non dauden jakidurarekin, Minecraft-ren hobekuntzan laguntzeko. Informazio guzti hau erabat anonimoa da eta ikus ahal duzu azpian. Datu hauekin ez dugula ezer txarra egingo hitzemanten dizugu, baina itzalita egotea aukeratu nahi baduzu, aske sentitu txandakatzeko! +options.snooper.title=Makinaren espezifikazio bilduma +options.snooper.view=Datu bidalketaren ezarpenak... +options.sound=Soinua +options.sounds=Musika eta soinuak... +options.sounds.title=Musika eta soinu aukerak +options.stream=Emisio ezarpenak... +options.stream.bytesPerPixel=Kalitatea +options.stream.changes=Agian zure emisioa berrabiarazi beharko duzu aldaketak gorde ahal izateko. +options.stream.chat.enabled=Gaitu +options.stream.chat.enabled.always=Beti +options.stream.chat.enabled.never=Inoiz +options.stream.chat.enabled.streaming=Emisioaren bitartean +options.stream.chat.title=Twitch-eko txataren ezarpenak +options.stream.chat.userFilter=Erabiltzailearen iragazkia +options.stream.chat.userFilter.all=Ikusle guztiak +options.stream.chat.userFilter.mods=Moderatzaileak +options.stream.chat.userFilter.subs=Harpidetuak +options.stream.compression=Konpresioa +options.stream.compression.high=Altua +options.stream.compression.low=Baxua +options.stream.compression.medium=Ertaina +options.stream.estimation=Erresoluzio estimatua: %sx%s +options.stream.fps=Habiadura FPS +options.stream.ingest.reset=Aukerak berrabiarazi +options.stream.ingest.title=Twitch emisio zerbitzariak +options.stream.ingestSelection=Emisio zerbitzari zerrenda +options.stream.kbps=Banda-zabalera +options.stream.micToggleBehavior=Sakatu +options.stream.micVolumne=Mikrofonoaren bolumena +options.stream.mic_toggle.mute=Mututu +options.stream.mic_toggle.talk=Hitz egin +options.stream.sendMetadata=Bidali datuak +options.stream.systemVolume=Sistemaren bolumena +options.stream.title=Twitch emisio ezarpenak +options.title=Aukerak +options.touchscreen=Ukipen-pantaila modua +options.video=Bideo ezarpenak... +options.videoTitle=Bideo ezarpenak +options.viewBobbing=Ikuspuntuaren mugimendua +options.visible=Ikusgai +options.vsync=Erabili VSync +potion.absorption=Absortzio +potion.absorption.postfix=Xurgatzeko edabea +potion.blindness=Itsutasuna +potion.blindness.postfix=Itsutasuntzeko edabea +potion.confusion=Goragalea +potion.confusion.postfix=Goragaleko edabea +potion.damageBoost=Indarra +potion.damageBoost.postfix=Indartzeko edabea +potion.digSlowDown=Meatze nekea +potion.digSlowDown.postfix=Baldartzeko edabea +potion.digSpeed=Presa +potion.digSpeed.postfix=Presazko edabea +potion.effects.whenDrank=Aplikatzen denean: +potion.empty=Efekturik ez +potion.fireResistance=Suaren aurkako erresistentzia +potion.fireResistance.postfix=Suari aurre egiteko edabea +potion.harm=Berehalako kaltea +potion.harm.postfix=Mintzeko edabea +potion.heal=Berehalako osasuna +potion.heal.postfix=Sendatzeko edabea +potion.healthBoost=Osasun indartzailea +potion.healthBoost.postfix=Sendaketa indartzeko edabea +potion.hunger=Gosea +potion.hunger.postfix=Jangurazko edabea +potion.invisibility=Ikusezintasuna +potion.invisibility.postfix=Ikusezintasunezko edabea +potion.jump=Jauzi bultzada +potion.jump.postfix=Jauzi egiteko edabea +potion.moveSlowdown=Geldotasuna +potion.moveSlowdown.postfix=Geldotzeko edabea +potion.moveSpeed=Abiadura +potion.moveSpeed.postfix=Azkartzeko edabea +potion.nightVision=Gaueko ikusmena +potion.nightVision.postfix=Gauean ikusteko edabea +potion.poison=Pozoia +potion.poison.postfix=Pozoizko edabea +potion.potency.1=II +potion.potency.2=III +potion.potency.3=IV +potion.prefix.acrid=Zakarra +potion.prefix.artless=Apala +potion.prefix.awkward=Trabagarria +potion.prefix.bland=Geldoa +potion.prefix.bulky=Tamaina handikoa +potion.prefix.bungling=Baldartasuna +potion.prefix.buttered=Koipetsua +potion.prefix.charming=Xarmagarria +potion.prefix.clear=Erne +potion.prefix.cordial=Adeitsua +potion.prefix.dashing=Adoretsu +potion.prefix.debonair=Sotila +potion.prefix.diffuse=Zehaztugabea +potion.prefix.elegant=Dotorea +potion.prefix.fancy=Itzela +potion.prefix.flat=Laua +potion.prefix.foul=Higuingarria +potion.prefix.grenade=Inguruko +potion.prefix.gross=Mardula +potion.prefix.harsh=Gogorra +potion.prefix.milky=Esne-itxurakoa +potion.prefix.mundane=Baldarra +potion.prefix.odorless=Usaingabea +potion.prefix.potent=Ahaltsua +potion.prefix.rank=Kirasduna +potion.prefix.refined=Findutako +potion.prefix.smooth=Leuna +potion.prefix.sparkling=Txinpartatsu +potion.prefix.stinky=Kirasdun +potion.prefix.suave=Atsegina +potion.prefix.thick=Lodia +potion.prefix.thin=Mehea +potion.prefix.uninteresting=Hutsala +potion.regeneration=Birsorkuntza +potion.regeneration.postfix=Birsorkuntzako edabea +potion.resistance=Erresistentzia +potion.resistance.postfix=Erresistentziako edabea +potion.saturation=Saturazioa +potion.saturation.postfix=Saturatzeko edabea +potion.waterBreathing=Ur arnasketa +potion.waterBreathing.postfix=Urpean arnasteko edabea +potion.weakness=Ahultasuna +potion.weakness.postfix=Ahultzeko edabea +potion.wither=Wither +potion.wither.postfix=Gainbeheratzeko edabea +record.nowPlaying=Orain jolasten: %s +resourcePack.available.title=Baliabide-pakete erabilgarriak +resourcePack.folderInfo=(Baliabide paketea hemen ipini) +resourcePack.openFolder=Ireki baliabide paketearen paper-zorroa +resourcePack.selected.title=Aukeratutako baliabide-paketeak +resourcePack.title=Baliabide-paketeak aukeratu +screenshot.failure=Pantailaren-argazkia gorde ezin izan da: %s +screenshot.success=Pantailaren-argazkia gorde %s izenarekin +selectServer.add=Gehitu zerbitzaria +selectServer.defaultName=Minecraft zerbitzaria +selectServer.delete=Ezabatu +selectServer.deleteButton=Ezabatu +selectServer.deleteQuestion=Ziur zaude zerbitzari hau ezabatu nahi duzula? +selectServer.deleteWarning=betiko galduko da! (Denbora piloa!) +selectServer.direct=Konexio zuzena +selectServer.edit=Editatu +selectServer.empty=hutsa +selectServer.hiddenAddress=(Ezkutuan) +selectServer.refresh=Eguneratu +selectServer.select=Batu zerbitzarira +selectServer.title=Aukeratu zerbitzaria +selectWorld.allowCommands=Tranpak baimendu: +selectWorld.allowCommands.info=Gisa honetako aginduak: /gamemode, /xp +selectWorld.bonusItems=Sari kutxa: +selectWorld.cheats=Tranpak +selectWorld.conversion=Bihurtu beharra dago! +selectWorld.create=Mundu berria sortu +selectWorld.createDemo=Erakustaldi mundu berri batean jolastu +selectWorld.customizeType=Pertsonalizatu +selectWorld.delete=Ezabatu +selectWorld.deleteButton=Ezabatu +selectWorld.deleteQuestion=Zihur zaude mundu hau ezabatu nahi duzula? +selectWorld.deleteWarning=betirako galduko da! (Denbora piloa!) +selectWorld.empty=hutsik +selectWorld.enterName=Munduaren izena +selectWorld.enterSeed=Mundu sortzailearentzako hazia +selectWorld.gameMode=Joko-modua +selectWorld.gameMode.adventure=Abentura +selectWorld.gameMode.adventure.line1=Biziraupen moduan bezala, baina blokeak ezin +selectWorld.gameMode.adventure.line2=dira gehitu edo kendu +selectWorld.gameMode.creative=Sortzailea +selectWorld.gameMode.creative.line1=Baliabide mugagabeak, libre hegan egiteko eta +selectWorld.gameMode.creative.line2=blokeak berehala suntsitu +selectWorld.gameMode.hardcore=Gogorra +selectWorld.gameMode.hardcore.line1=Biziraupen moduan bezala, zailtasun altuenean +selectWorld.gameMode.hardcore.line2=blokeatuta, eta bizitza bakarrarekin +selectWorld.gameMode.spectator=Ikusle +selectWorld.gameMode.spectator.line1=Ikusi ahal duzu baina ikutu ezin ez duzu +selectWorld.gameMode.survival=Biziraupena +selectWorld.gameMode.survival.line1=Lehengaien bilaketa, artisautza, maila +selectWorld.gameMode.survival.line2=igoera, osasuna eta gosea +selectWorld.hardcoreMode=Gogorra: +selectWorld.hardcoreMode.info=Mundua ezabatu egiten da heriotz ostean +selectWorld.mapFeatures=Egiturak sortu: +selectWorld.mapFeatures.info=Herriak, ziegak eta abar +selectWorld.mapType=Mundu mota: +selectWorld.mapType.normal=Normala +selectWorld.moreWorldOptions=Mundu aukera gehiago... +selectWorld.newWorld=Mundu berria +selectWorld.newWorld.copyOf=Kopiatutako %s +selectWorld.recreate=Birsortu +selectWorld.rename=Berrizendatu +selectWorld.renameButton=Berrizendatu +selectWorld.renameTitle=Mundua berrizendatu +selectWorld.resultFolder=Hemen gordeko da: +selectWorld.seedInfo=Hutsik utzi zorizko hazia erabiltzeko +selectWorld.select=Jokatu aukeratutako munduan +selectWorld.title=Aukeratu mundua +selectWorld.world=Mundua +sign.edit=Editatu kartel mezua +soundCategory.ambient=Ingurunea +soundCategory.block=Blokeak +soundCategory.hostile=Izaki arriskutsuak +soundCategory.master=Bolumen nagusia +soundCategory.music=Musika +soundCategory.neutral=Izaki baketsuak +soundCategory.player=Jokalariak +soundCategory.record=Musika kaxa/ Nota blokeak +soundCategory.weather=Eguraldia +stat.animalsBred=Hazitako animaliak +stat.blocksButton=Blokeak +stat.boatOneCm=Distantzia txalupaz +stat.breakItem=%1$s hautsita +stat.climbOneCm=Eskalatutako distantzia +stat.craftItem=%1$s artisautzan +stat.crafted=Artisautzan erabilitako aldiak +stat.createWorld=Sortutako munduak +stat.crouchOneCm=Distantzia makurtuta +stat.damageDealt=Egindako kaltea +stat.damageTaken=Jasandako kaltea +stat.deaths=Heriotz kopurua +stat.depleted=Hautsitako aldiak +stat.diveOneCm=Urpean egindako distantzia +stat.drop=Jaurtitako artikuluak +stat.entityKilledBy=%s-ek %s aldiz hil zaitu +stat.entityKilledBy.none=%s-ek inoiz ez zaitu hil +stat.entityKills=%s %s hil dituzu +stat.entityKills.none=Inoiz ez duzu %s hil +stat.fallOneCm=Eroritako distantzia +stat.fishCaught=Harrapatutako arrainak +stat.flyOneCm=Hegan egindako distantzia +stat.generalButton=Orokorra +stat.horseOneCm=Distantzia zaldiz +stat.itemsButton=Artikuluak +stat.joinMultiplayer=Multijokalari sarrerak +stat.jump=Saltoak +stat.junkFished=Arrantzatutako trasteak +stat.leaveGame=Kendutako partidak +stat.loadWorld=Kargatutako jolas gordeak +stat.mineBlock=%1$s meatuta +stat.minecartOneCm=Distantzia bagonetaz +stat.mined=Meatutako aldiak +stat.mobKills=Kreaturen heriotzak +stat.mobsButton=Munstroak +stat.pigOneCm=Distantzia txerriz +stat.playOneMinute=Jolastutako minutuak +stat.playerKills=Jokalari hilketak +stat.sprintOneCm=Distantzia korrikan +stat.startGame=Jolastutako aldiak +stat.swimOneCm=Igeri egindako distantzia +stat.talkedToVillager=Herritarrekin hitz eginda +stat.timeSinceDeath=Hildako azken alditik +stat.tradedWithVillager=Herritarrekin trukatuta +stat.treasureFished=Arrantzatutako altxorrak +stat.useItem=%1$s erabilita +stat.used=Erabilitako aldiak +stat.walkOneCm=Ibilitako distantzia +stats.tooltip.type.achievement=Helburua +stats.tooltip.type.statistic=Estatistika +stream.confirm_start=Ziur zaude emisioa hazi nai duzula? +stream.unavailable.account_not_bound=Minecraft-eko emisio bat hasi baino lehen Twitch-ekin, zure Twitch-eko kontua zure Mojang-eko kontuarekin batu behar duzu. Nahi al duzu hori orain egin? +stream.unavailable.account_not_bound.okay=Kontuak batu +stream.unavailable.account_not_migrated=Minecraft-eko emisio bat asi baino lehen Twitch-ekin, zure Minecraft-eko kontua Mojang-eko kontura migratu behar duzu. Nahi ahal duzu hori orain egin? +stream.unavailable.account_not_migrated.okay=Kontua emigratu +stream.unavailable.failed_auth=Twitcheko autentifikazioa gaizki aterata. Mesedez joan zaitez Mojang.com era eta zure Twitcheko kontua batu. +stream.unavailable.failed_auth.okay=Kontuak berbatu +stream.unavailable.failed_auth_error=Ezin Twitch autentifikatu. Mesedez saiatu beste momentu batean. +stream.unavailable.initialization_failure=Ezin hasi Twitch-eko SDK. +stream.unavailable.initialization_failure.extra=(Arrazoia: %s) +stream.unavailable.library_arch_mismatch=Zure javako bertsioa Minecraft hasteko eta zure Minecrafteko java bertsioa desberdinak dira. +stream.unavailable.library_failure=Ezin kargatu beharrezko diren liburutegiak Twitch emisio integratu zerbitzuarentzako. +stream.unavailable.no_fbo=Zure bideo-txartela gutxienez OpenGL 3.0 edo Framebuffer Objects onartu behar ditu luzapen baten bidez Twitch emisio integratua erabiltzeko. +stream.unavailable.no_fbo.arb=Framebuffer objects -ren bateragarritasuna ARB bidez da: %s +stream.unavailable.no_fbo.blend=Blending zerbitzua: %s bidez +stream.unavailable.no_fbo.ext=Framebuffer objects -ren bateragarritasuna EXT bidez da: %s +stream.unavailable.no_fbo.version=Orain erabiltzen ari zara: %s +stream.unavailable.not_supported.mac=Zoritxarrez Mac-en Twitch emisio integratua duzun baino OSX bertsio berriago bat eskatzen du. Zerbitzu hau erabiltzeko 10.7 (Mac OS X Lion) edo berriagoa behar duzu. Eguneratzeari buruzko informazio gehiago eskuratzeko Apple.com bisita nahi zenuke? +stream.unavailable.not_supported.mac.okay=Berritu +stream.unavailable.not_supported.other=Zoritxarrez Twitch emisio integratua Windows (Vista edo berriagoa) edo Mac OS X (10.7/Lion edo berriagoa) eskatzen du. +stream.unavailable.not_supported.windows=Zoritxarrez Twitch emisio integratua duzun baino Windows bertsio berriago bat eskatzen du. Gutxienez Windows Vista edo berriagoa behar duzu. +stream.unavailable.report_to_mojang=Mojang-eri erreportatu +stream.unavailable.soundflower.chat=Soundflower behar da Mac-en erretransmititzeko. %s +stream.unavailable.soundflower.chat.link=Mesedez klik emen instalatzeko. +stream.unavailable.title=Twitch emisioak desaktibatuak +stream.unavailable.unknown=Zoritxarrez orain ezin duzu emititu Twitch-era. Eta zergatia ez dakigu :'( +stream.unavailable.unknown.chat=Emisioa ezin izan zen hasi: %s +stream.user.mode.administrator=Twitcheko administratzailea +stream.user.mode.banned=Kanporatua +stream.user.mode.banned.other=Kanporatua %s-ren kanalan +stream.user.mode.banned.self=Zure kanalean kanporatua +stream.user.mode.broadcaster=Igorlea +stream.user.mode.broadcaster.other=Igorlea +stream.user.mode.broadcaster.self=Igorlea (zu!) +stream.user.mode.moderator=Moderatzailea +stream.user.mode.moderator.other=Moderatzailea %s kanalean +stream.user.mode.moderator.self=Zure kanalako moderatzailea +stream.user.mode.staff=Twitch-eko pertsonala +stream.user.subscription.subscriber=Harpidetzailea +stream.user.subscription.subscriber.other=Harpidetzailea %s-ren kanalan +stream.user.subscription.subscriber.self=Harpidatzailea zure kanalan +stream.user.subscription.turbo=Twitch Turbo +stream.userinfo.ban=Kanporaketa +stream.userinfo.chatTooltip=Klik erabiltzailea administratzeko +stream.userinfo.mod=Moderatzailea egin +stream.userinfo.timeout=Denboraz kanpo +stream.userinfo.unban=Berriz onartu +stream.userinfo.unmod=Moderatzailetik kendu +tile.acaciaFence.name=Akaziazko hesia +tile.acaciaFenceGate.name=Akaziazko hesi atea +tile.activatorRail.name=Aktibatzailedun erraila +tile.anvil.intact.name=Ingude +tile.anvil.name=Ingude +tile.anvil.slightlyDamaged.name=Eskas hondatuta dagoen ingudea +tile.anvil.veryDamaged.name=Oso hondatuta dagoen ingudea +tile.barrier.name=Barrera +tile.beacon.name=Faro +tile.beacon.primary=Botere primarioa +tile.beacon.secondary=Botere sekundarioa +tile.bed.name=Ohea +tile.bed.noSleep=Gauez bakarrik egin daiteke lo +tile.bed.notSafe=Orain ezin duzu atsedena hartu, munstroak hurbil daudelako +tile.bed.notValid=Zure etxeko ohea galduta edo trabatuta dago +tile.bed.occupied=Ohe hau okupaturik dago +tile.bedrock.name=Arroka-mantua +tile.birchFence.name=Urkizko hesia +tile.birchFenceGate.name=Urkizko hesi atea +tile.blockCoal.name=Ikatz blokea +tile.blockDiamond.name=Diamantezko blokea +tile.blockEmerald.name=Esmeralda blokea +tile.blockGold.name=Urre blokea +tile.blockIron.name=Burdinazko blokea +tile.blockLapis.name=Lapis lazulizko blokea +tile.blockRedstone.name=Harrigorri blokea +tile.bookshelf.name=Liburu-apalategia +tile.brick.name=Adreiluak +tile.button.name=Botoia +tile.cactus.name=Kaktus +tile.cake.name=Tarta +tile.carrots.name=Azenarioak +tile.cauldron.name=Lapikoa +tile.chest.name=Kutxa +tile.chestTrap.name=Tranpadun kutxa +tile.clay.name=Buztina +tile.clayHardened.name=Buztin gogortua +tile.clayHardenedStained.black.name=Buztin beltza +tile.clayHardenedStained.blue.name=Buztin urdina +tile.clayHardenedStained.brown.name=Buztin marroia +tile.clayHardenedStained.cyan.name=Zian koloreko buztina +tile.clayHardenedStained.gray.name=Buztin grisa +tile.clayHardenedStained.green.name=Buztin berdea +tile.clayHardenedStained.lightBlue.name=Buztin urdin argia +tile.clayHardenedStained.lime.name=Lima koloreko buztina +tile.clayHardenedStained.magenta.name=Buztin magenta +tile.clayHardenedStained.name=Buztin tindatua +tile.clayHardenedStained.orange.name=Buztin laranja +tile.clayHardenedStained.pink.name=Buztin arrosa +tile.clayHardenedStained.purple.name=Buztin morea +tile.clayHardenedStained.red.name=Buztin gorria +tile.clayHardenedStained.silver.name=Buztin gris argia +tile.clayHardenedStained.white.name=Buztin zuria +tile.clayHardenedStained.yellow.name=Buztin horia +tile.cloth.black.name=Artile beltza +tile.cloth.blue.name=Artile urdina +tile.cloth.brown.name=Artile marroia +tile.cloth.cyan.name=Zian koloreko artilea +tile.cloth.gray.name=Artile grisa +tile.cloth.green.name=Artile berdea +tile.cloth.lightBlue.name=Artile urdin argia +tile.cloth.lime.name=Lima koloreko artilea +tile.cloth.magenta.name=Artile magenta +tile.cloth.name=Artilea +tile.cloth.orange.name=Artile laranja +tile.cloth.pink.name=Artile arrosa +tile.cloth.purple.name=Artile morea +tile.cloth.red.name=Artile gorria +tile.cloth.silver.name=Artile gris argia +tile.cloth.white.name=Artilea +tile.cloth.yellow.name=Artile horia +tile.cobbleWall.mossy.name=Goroldiotsu harrizko horma +tile.cobbleWall.normal.name=Harriztatuazko horma +tile.cocoa.name=Kakao +tile.commandBlock.name=Agindu blokea +tile.crops.name=Laborantzak +tile.darkOakFence.name=Haritz ilunazko hesia +tile.darkOakFenceGate.name=Haritz ilunazko hesi atea +tile.daylightDetector.name=Argi sentsorea +tile.deadbush.name=Hildako zuhaixka +tile.detectorRail.name=Detektagailudun erraila +tile.dirt.coarse.name=Lur larria +tile.dirt.default.name=Lurra +tile.dirt.name=Lurra +tile.dirt.podzol.name=Podzola +tile.dispenser.name=Dispentsagailua +tile.doorIron.name=Burdinazko atea +tile.doorWood.name=Zurezko atea +tile.doublePlant.fern.name=Iratze handia +tile.doublePlant.grass.name=Belar luzea +tile.doublePlant.name=Landarea +tile.doublePlant.paeonia.name=Oinlodia +tile.doublePlant.rose.name=Arrosondoa +tile.doublePlant.sunflower.name=Eguzki-lorea +tile.doublePlant.syringa.name=Lila +tile.dragonEgg.name=Dragoiaren arrautza +tile.dropper.name=Jaurtigailua +tile.enchantmentTable.name=Sorginkeri mahaia +tile.endPortalFrame.name=Amaierako portala +tile.enderChest.name=Enderkutxa +tile.farmland.name=Saila +tile.fence.name=Haritzazko hesia +tile.fenceGate.name=Haritzazko hesi atea +tile.fenceIron.name=Burdinazko barrak +tile.fire.name=Sua +tile.flower1.dandelion.name=Txikoria-belar +tile.flower1.name=Lorea +tile.flower2.allium.name=Allium +tile.flower2.blueOrchid.name=Orkide urdina +tile.flower2.houstonia.name=Bluet urdin argia +tile.flower2.name=Lorea +tile.flower2.oxeyeDaisy.name=Bitxilorea +tile.flower2.poppy.name=Mitxoleta +tile.flower2.tulipOrange.name=Tulipa laranja +tile.flower2.tulipPink.name=Tulipa arrosa +tile.flower2.tulipRed.name=Tulipa gorria +tile.flower2.tulipWhite.name=Tulipa zuria +tile.furnace.name=Labea +tile.glass.name=Kristala +tile.goldenRail.name=Propultsagailudun erraila +tile.grass.name=Belar blokea +tile.gravel.name=Legarra +tile.hayBlock.name=Belar fardoa +tile.hellrock.name=Arroka abisala +tile.hellsand.name=Arima harea +tile.hopper.name=Kalapatxa +tile.ice.name=Izotza +tile.icePacked.name=Izotz konprimitua +tile.ironTrapdoor.name=Burdinazko tranpola +tile.jukebox.name=Musika kaxa +tile.jungleFence.name=Ohianazko hesia +tile.jungleFenceGate.name=Ohianazko hesi atea +tile.ladder.name=Zurubia +tile.lava.name=Laba +tile.leaves.acacia.name=Akazia hostoak +tile.leaves.big_oak.name=Haritz ilun hostoak +tile.leaves.birch.name=Urki hostoak +tile.leaves.jungle.name=Oihan hostoak +tile.leaves.name=Hostoak +tile.leaves.oak.name=Haritz hostoak +tile.leaves.spruce.name=Izei hostoak +tile.lever.name=Palanka +tile.lightgem.name=Argi-harria +tile.litpumpkin.name=Kalabaza linterna +tile.lockedchest.name=Itxitako kutxa +tile.log.acacia.name=Akazia zura +tile.log.big_oak.name=Haritz ilun zura +tile.log.birch.name=Urki zura +tile.log.jungle.name=Oihan zura +tile.log.name=Zura +tile.log.oak.name=Haritz zura +tile.log.spruce.name=Izei zura +tile.melon.name=Meloia +tile.mobSpawner.name=Munstro sortzailea +tile.monsterStoneEgg.brick.name=Harri adreiluzko munstroaren arrautza +tile.monsterStoneEgg.chiseledbrick.name=Zizelkatuko harri adreiluzko munstroaren arrautza +tile.monsterStoneEgg.cobble.name=Harriztatuazko munstroaren arrautza +tile.monsterStoneEgg.crackedbrick.name=Pitzatu harri adreiluzko munstroaren arrautza +tile.monsterStoneEgg.mossybrick.name=Goroldiotsu harri adreiluzko munstroaren arrautza +tile.monsterStoneEgg.name=Harrizko munstroaren arrautza +tile.monsterStoneEgg.stone.name=Harrizko munstroaren arrautza +tile.mushroom.name=Perretxikoa +tile.musicBlock.name=Nota blokea +tile.mycel.name=Mizelioa +tile.netherBrick.name=Adreilu abisala +tile.netherFence.name=Adreilu abisalezko hesia +tile.netherStalk.name=Garatxo abisala +tile.netherquartz.name=Kuartzo abisal mea +tile.notGate.name=Harrigorri zuzia +tile.obsidian.name=Obsidiana +tile.oreCoal.name=Ikatzezko mea +tile.oreDiamond.name=Diamantezko mea +tile.oreEmerald.name=Esmeralda mea +tile.oreGold.name=Urrezko mea +tile.oreIron.name=Burdinazko mea +tile.oreLapis.name=Lapis lazulizko mea +tile.oreRedstone.name=Harrigorri mea +tile.oreRuby.name=Errubi mea +tile.pistonBase.name=Pistoia +tile.pistonStickyBase.name=Itsaskor pistoia +tile.portal.name=Ataria +tile.potatoes.name=Patatak +tile.pressurePlateStone.name=Harrizko presio plaka +tile.pressurePlateWood.name=Zurezko presio plaka +tile.prismarine.bricks.name=Prismarina adreiluak +tile.prismarine.dark.name=Prismarina iluna +tile.prismarine.rough.name=Prismarina +tile.pumpkin.name=Kalabaza +tile.quartzBlock.chiseled.name=Zizelkatutako kuartzo blokea +tile.quartzBlock.default.name=Kuartzo blokea +tile.quartzBlock.lines.name=Kuartzo pilare blokea +tile.quartzBlock.name=Kuartzozko blokea +tile.rail.name=Erraila +tile.redSandStone.chiseled.name=Zizelkatutako hareharri gorria +tile.redSandStone.default.name=Hareharri gorria +tile.redSandStone.name=Hareharri gorria +tile.redSandStone.smooth.name=Hareharri leun gorria +tile.redstoneDust.name=Harrigorri hautsa +tile.redstoneLight.name=Harrigorri lanpara +tile.reeds.name=Azukre-kanabera +tile.sand.default.name=Harea +tile.sand.name=Harea +tile.sand.red.name=Hare-gorria +tile.sandStone.chiseled.name=Zizelkatutako hareharria +tile.sandStone.default.name=Hareharria +tile.sandStone.name=Hareharria +tile.sandStone.smooth.name=Hareharri leuna +tile.sapling.acacia.name=Akazia kimua +tile.sapling.big_oak.name=Haritz ilun kimua +tile.sapling.birch.name=Urki kimua +tile.sapling.jungle.name=Oihan kimua +tile.sapling.oak.name=Haritz kimua +tile.sapling.spruce.name=Izei kimua +tile.seaLantern.name=Itsas linterna +tile.sign.name=Kartela +tile.slime.name=Likati blokea +tile.snow.name=Elurra +tile.sponge.dry.name=Belakia +tile.sponge.wet.name=Belaki bustia +tile.spruceFence.name=Izeizko hesia +tile.spruceFenceGate.name=Izeizko hesi atea +tile.stainedGlass.black.name=Kristal beltza +tile.stainedGlass.blue.name=Kristal urdina +tile.stainedGlass.brown.name=Kristal marroia +tile.stainedGlass.cyan.name=Zian koloreko kristala +tile.stainedGlass.gray.name=Kristal grisa +tile.stainedGlass.green.name=Kristal berdea +tile.stainedGlass.lightBlue.name=Kristal urdin argia +tile.stainedGlass.lime.name=Lima koloreko kristala +tile.stainedGlass.magenta.name=Kristal magenta +tile.stainedGlass.name=Kristal tindatua +tile.stainedGlass.orange.name=Kristal laranja +tile.stainedGlass.pink.name=Kristal arrosa +tile.stainedGlass.purple.name=Kristal morea +tile.stainedGlass.red.name=Kristal gorria +tile.stainedGlass.silver.name=Kristal gris argia +tile.stainedGlass.white.name=Kristal zuria +tile.stainedGlass.yellow.name=Kristal horia +tile.stairsBrick.name=Adreiluzko eskailerak +tile.stairsNetherBrick.name=Adreilu abisalezko eskailera +tile.stairsQuartz.name=Kuartzozko eskailerak +tile.stairsRedSandStone.name=Hareharrizko eskailera gorriak +tile.stairsSandStone.name=Hareharrizko eskailerak +tile.stairsStone.name=Harrizko eskailerak +tile.stairsStoneBrickSmooth.name=Harri adreiluzko eskailerak +tile.stairsWood.name=Haritz zurezko eskailerak +tile.stairsWoodAcacia.name=Akazia zurezko eskailerak +tile.stairsWoodBirch.name=Urki zurezko eskailerak +tile.stairsWoodDarkOak.name=Haritz ilun zurezko eskailerak +tile.stairsWoodJungle.name=Oihan zurezko eskailerak +tile.stairsWoodSpruce.name=Izei zurezko eskailerak +tile.stone.andesite.name=Andesita +tile.stone.andesiteSmooth.name=Andesita leuna +tile.stone.diorite.name=Diorita +tile.stone.dioriteSmooth.name=Diorita leuna +tile.stone.granite.name=Granito +tile.stone.graniteSmooth.name=Granito leuna +tile.stone.stone.name=Harria +tile.stoneMoss.name=Lizun-arroka +tile.stoneSlab.brick.name=Adreiluzko baldosa +tile.stoneSlab.cobble.name=Arrokazko baldosa +tile.stoneSlab.name=Harrizko baldosa +tile.stoneSlab.netherBrick.name=Adreilu abisalezko baldosa +tile.stoneSlab.quartz.name=Kuartzozko baldosa +tile.stoneSlab.sand.name=Hareharrizko baldosa +tile.stoneSlab.smoothStoneBrick.name=Harrizko adreiluzko baldosa +tile.stoneSlab.stone.name=Harrizko baldosa +tile.stoneSlab.wood.name=Zurezko baldosa +tile.stoneSlab2.red_sandstone.name=Hareharrizko baldosa gorria +tile.stonebrick.name=Arroka +tile.stonebricksmooth.chiseled.name=Zizelkatuko harrizko adreiluak +tile.stonebricksmooth.cracked.name=Pitzatu harrizko adreiluak +tile.stonebricksmooth.default.name=Harrizko adreiluak +tile.stonebricksmooth.mossy.name=Goroldiotsu harrizko adreiluak +tile.stonebricksmooth.name=Harrizko adreiluak +tile.tallgrass.fern.name=Iratzea +tile.tallgrass.grass.name=Belarra +tile.tallgrass.name=Belarra +tile.tallgrass.shrub.name=Zuhaixka +tile.thinGlass.name=Kristalezko panela +tile.thinStainedGlass.black.name=Kristalezko panel beltza +tile.thinStainedGlass.blue.name=Kristalezko panel urdina +tile.thinStainedGlass.brown.name=Kristalezko panel marroia +tile.thinStainedGlass.cyan.name=Zian koloreko kristalezko panela +tile.thinStainedGlass.gray.name=Kristalezko panel grisa +tile.thinStainedGlass.green.name=Kristalezko panel berdea +tile.thinStainedGlass.lightBlue.name=Kristalezko panel urdin argia +tile.thinStainedGlass.lime.name=Lima koloreko kristalezko panela +tile.thinStainedGlass.magenta.name=Kristalezko panel magenta +tile.thinStainedGlass.name=Kristal tindatu panela +tile.thinStainedGlass.orange.name=Kristalezko panel laranja +tile.thinStainedGlass.pink.name=Kristalezko panel arrosa +tile.thinStainedGlass.purple.name=Kristalezko panel morea +tile.thinStainedGlass.red.name=Kristalezko panel gorria +tile.thinStainedGlass.silver.name=Kristalezko panel gris argia +tile.thinStainedGlass.white.name=Kristalezko panel zuria +tile.thinStainedGlass.yellow.name=Kristalezko panel horia +tile.tnt.name=Dinamita +tile.torch.name=Argi-zuzia +tile.trapdoor.name=Egurrezko tranpola +tile.tripWire.name=Segada +tile.tripWireSource.name=Segadaren lotura +tile.vine.name=Igokaria +tile.water.name=Ura +tile.waterlily.name=Igebelarra +tile.web.name=Armiarma-sarea +tile.weightedPlate_heavy.name=Pisua neurtzeko presio plaka (astun) +tile.weightedPlate_light.name=Pisua neurtzeko presio plaka (arin) +tile.whiteStone.name=Amaierako harria +tile.wood.acacia.name=Akazia zurezko oholak +tile.wood.big_oak.name=Haritz ilun zurezko oholak +tile.wood.birch.name=Urki zurezko oholak +tile.wood.jungle.name=Oihan zurezko oholak +tile.wood.name=Zurezko oholak +tile.wood.oak.name=Haritz zurezko oholak +tile.wood.spruce.name=Izei zurezko oholak +tile.woodSlab.acacia.name=Akazia zurezko baldosa +tile.woodSlab.big_oak.name=Haritz ilun zurezko baldosa +tile.woodSlab.birch.name=Urki zurezko baldosa +tile.woodSlab.jungle.name=Oihan zurezko baldosa +tile.woodSlab.name=Zurezko lauza +tile.woodSlab.oak.name=Haritz zurezko baldosa +tile.woodSlab.spruce.name=Izei zurezko baldosa +tile.woolCarpet.black.name=Beltz koloreko alfonbra +tile.woolCarpet.blue.name=Urdin koloreko alfonbra +tile.woolCarpet.brown.name=Marroi koloreko alfonbra +tile.woolCarpet.cyan.name=Zian koloreko alfonbra +tile.woolCarpet.gray.name=Gris koloreko alfonbra +tile.woolCarpet.green.name=Berde koloreko alfonbra +tile.woolCarpet.lightBlue.name=Urdin argi koloreko alfonbra +tile.woolCarpet.lime.name=Lima koloreko alfonbra +tile.woolCarpet.magenta.name=Magenta koloreko alfonbra +tile.woolCarpet.name=Alfonbra +tile.woolCarpet.orange.name=Laranja koloreko alfonbra +tile.woolCarpet.pink.name=Arrosa koloreko alfonbra +tile.woolCarpet.purple.name=More koloreko alfonbra +tile.woolCarpet.red.name=Gorri koloreko alfonbra +tile.woolCarpet.silver.name=Alfonbra gris argia +tile.woolCarpet.white.name=Alfonbra +tile.woolCarpet.yellow.name=Hori koloreko alfonbra +tile.workbench.name=Lan-mahaia +title.oldgl1=Grafiko txartel zaharra aurkitua. Agian hau ezin dizu uzten +title.oldgl2=jokatzen iragarpenan. OpenGL 2.0 beharko delako. +translation.test.args=%s %s +translation.test.complex=Aurrizki, %s%2$s berriz %s eta %1$s azkenean %s eta %1$s baita ere berriro! +translation.test.invalid=epa % +translation.test.invalid2=epa %% k +translation.test.none=Kaixo, mundua! +translation.test.world=mundua diff --git a/javascript/lang/fa_IR.lang b/javascript/lang/fa_IR.lang new file mode 100755 index 00000000..db421b74 --- /dev/null +++ b/javascript/lang/fa_IR.lang @@ -0,0 +1,1490 @@ +achievement.acquireIron=ابزار سخت +achievement.acquireIron.desc=یک سنگ آهن را بپز +achievement.bakeCake=دروغ +achievement.bakeCake.desc=گندم، شکر، شیر Ùˆ تخم مرغ! +achievement.blazeRod=درون آتش +achievement.blazeRod.desc=یک شعله رو از دست میله ـش خلاص Ú©Ù†. +achievement.bookcase=کتابدار +achievement.bookcase.desc=برای Ø§ÙØ³ÙˆÙ† های قویتر چند کتابخانه بساز. +achievement.breedCow=توليد مثل +achievement.breedCow.desc=دو گاو با گندم پرورش بده +achievement.buildBetterPickaxe=یه ارتقا بگیریم +achievement.buildBetterPickaxe.desc=ÙŠÚ© کلنگ بهتر بساز. +achievement.buildFurnace=صندلی داغ! +achievement.buildFurnace.desc=با چهار بلوک سنگ یک کوره بساز. +achievement.buildHoe=وقت کشاورزی! +achievement.buildHoe.desc=از الوار Ùˆ ميله چوبي ÙŠÚ© کج بیل بساز. +achievement.buildPickaxe=موقع معدن +achievement.buildPickaxe.desc=از الوار Ùˆ میله یک کلنگ بساز. +achievement.buildSword=زمان حمله +achievement.buildSword.desc=از الوار Ùˆ ميله چوبي ÙŠÚ© شمشير بساز. +achievement.buildWorkBench=محک زنی +achievement.buildWorkBench.desc=با چهار تخته چوب یک میزکار بساز. +achievement.cookFish=ماهي لذیذ +achievement.cookFish.desc=یک ماهی بگیر Ùˆ بپز! +achievement.diamonds=الماس! +achievement.diamonds.desc=با Ø§Ø³ØªÙØ§Ø¯Ù‡ از ابزار آهني الماس بدست آور +achievement.diamondsToYou=الماس براي تو +achievement.diamondsToYou.desc=به یک بازیکن دیگر الماس بده. +achievement.enchantments=Ø§ÙØ³ÙˆÙ†Ú¯Ø± +achievement.enchantments.desc=با Ø§Ø³ØªÙØ§Ø¯Ù‡ از کتاب، آبسيديان Ùˆ الماس ميز Ø§ÙØ³ÙˆÙ†Ú¯Ø±ÙŠ Ø¨Ø³Ø§Ø². +achievement.exploreAllBiomes=وقت ماجراجویی +achievement.exploreAllBiomes.desc=همه نوع زیستگاه را Ú©Ø´Ù Ú©Ù†. +achievement.flyPig=وقتی خوکا پریدن! +achievement.flyPig.desc=ÙŠÚ© خوک را از تپه پرت Ú©Ù† +achievement.fullBeacon=ÙØ§Ù†ÙˆØ³ دریایی +achievement.fullBeacon.desc=ÙŠÚ© بلوک ÙØ¶Ø§Ø¬Ø§Ø¯Ùˆ بساز +achievement.get=دستاورد کسب شد! +achievement.ghast=شکارچي ارواح +achievement.ghast.desc=ÙŠÚ© روح را با گلوله آتش٠خودش بکش. +achievement.killCow=گاو Ú©Ø´ÛŒ! +achievement.killCow.desc=Ú©Ù…ÛŒ چرم به دست بیار. +achievement.killEnemy=شکارچی هیولا +achievement.killEnemy.desc=به یک هیولا حمله Ú©Ù† Ùˆ اونو بکش. +achievement.killWither=سرآغاز. +achievement.killWither.desc=پژمرده گر را بکش +achievement.makeBread=پخت نان +achievement.makeBread.desc=گندم را به نان تبديل Ú©Ù†. +achievement.mineWood=Ú¯Ø±ÙØªÙ† چوب +achievement.mineWood.desc=به یه درخت حمله ور شو تا چوب بگیری! +achievement.onARail=روي ريل +achievement.onARail.desc=با Ø§Ø³ØªÙØ§Ø¯Ù‡ از واگن، بیشتر از یک کیلومتر از جایی Ú©Ù‡ شروع کردی برو. +achievement.openInventory=بازی کردن کوله +achievement.openInventory.desc=برای باز کردن کوله دکمه ÛŒ %1$s رو ÙØ´Ø§Ø± بده. +achievement.overkill=وحشيگري +achievement.overkill.desc=8 قلب دشمن را با ÙŠÚ© ضربه از بين ببر +achievement.portal=ما باید بریم پایین تر +achievement.portal.desc=ÙŠÚ© پرتال به جهنم بساز +achievement.potion=معجون ساز محلی +achievement.potion.desc=ÙŠÚ© معجون بساز. +achievement.requires=نياز به '%1$s' +achievement.snipeSkeleton=تیرانداز حرÙÙ‡ ای +achievement.snipeSkeleton.desc=با تیر یک اسکلت رو از پنجاه متری بکش. +achievement.spawnWither=سرآغاز؟ +achievement.spawnWither.desc=پژمرده گر را احضار Ú©Ù† +achievement.taken=کسب شد! +achievement.theEnd=سرانجام؟ +achievement.theEnd.desc=به سرزمين ÙØ±Ø¬Ø§Ù… Ø³ÙØ± Ú©Ù† +achievement.theEnd2=سرانجام. +achievement.theEnd2.desc=اژدهای ÙØ±Ø¬Ø§Ù… را شکست بده. +addServer.add=انجام شد +addServer.enterIp=آدرس سرور +addServer.enterName=نام سرور +addServer.hideAddress=مخÙÛŒ کردن آدرس +addServer.resourcePack=منبع بسته های Ø³ÙØ±ÙˆØ± +addServer.resourcePack.disabled=ØºÛŒØ±ÙØ¹Ø§Ù„ شد +addServer.resourcePack.enabled=ÙØ¹Ø§Ù„ شد +addServer.resourcePack.prompt=سریع کردن +addServer.title=ویرایش اطلاعات سرور +advMode.allPlayers=از @a براي همه ÛŒ بازیکنان Ø§Ø³ØªÙØ§Ø¯Ù‡ Ú©Ù†. +advMode.command=ورودي +advMode.nearestPlayer=از @p برای نزدیک ترین بازیکن Ø§Ø³ØªÙØ§Ø¯Ù‡ Ú©Ù†. +advMode.notAllowed=بايد ÙŠÚ© پلير اصلي در حالت خلاق باشيد +advMode.notEnabled=بلوک دستور در اين سرور قابل Ø§Ø³ØªÙØ§Ø¯Ù‡ نيست. +advMode.previousOutput=خروجی قبلی +advMode.randomPlayer=از @r براي یک بازیکن تصادÙÛŒ Ø§Ø³ØªÙØ§Ø¯Ù‡ Ú©Ù†. +advMode.setCommand=دستوري را وارد کنيد +advMode.setCommand.success=دستور تنظيم شد: %s +attribute.name.generic.attackDamage=دميج +attribute.name.generic.followRange=رنج پيمايش موب +attribute.name.generic.knockbackResistance=مقاومت در برابر "پرتاب" +attribute.name.generic.maxHealth=جان ماکزيموم +attribute.name.generic.movementSpeed=سرعت +attribute.name.horse.jumpStrength=قدرت پرش +attribute.name.zombie.spawnReinforcements=زامبي هاي Ú©Ù…Ú©ÙŠ +book.byAuthor=نوشته %1$s +book.editTitle=عنوان کتاب را وارد کنید: +book.finalizeButton=امضاء Ùˆ بستن +book.finalizeWarning=توجه داشته باشید! وقتی Ú©Ù‡ شما کتاب را امضاء Ù…ÛŒ کنید، آن دیگر قابل ویرایش نخواهد بود. +book.pageIndicator=ØµÙØ­Ù‡ ÛŒ %1$s از %2$s +book.signButton=نشانه +build.tooHigh=مقدار مجاز Ø§Ø±ØªÙØ§Ø¹ ساخت Ùˆ ساز %s است +chat.cannotSend=قادر به ارسال پیام چت نیست +chat.copy=Ú©Ù¾ÛŒ به کلیپ بورد +chat.link.confirm=آیا مطمئن هستید Ú©Ù‡ Ù…ÛŒ خواهید وب سایت زیر باز شود؟ +chat.link.confirmTrusted=آیا Ù…ÛŒ خواهید این لینک را باز کنید یا Ù…ÛŒ خواهید به کلیپ بورد Ú©Ù¾ÛŒ کنید؟ +chat.link.open=باز کردن در کاوشگر +chat.link.warning=هرگز لینک های آدم هایی Ú©Ù‡ بهشون اعتماد ندارید را باز نکنید! +chat.stream.emote=(%s) * %s %s +chat.stream.text=(%s) <%s> %s +chat.type.achievement=%s دستاورد %s به دست آورد +chat.type.admin=[%s: %s] +chat.type.announcement=[%s] %s +chat.type.emote=* %s %s +chat.type.text=<%s> %s +commands.achievement.give.success.all=تمام دستاوردها به %s داده شد +commands.achievement.give.success.one=آمار %s به %s داده شد. +commands.achievement.statTooLow=%s آمار %s را ندارد. +commands.achievement.unknownAchievement=دستاورد یا آمار %s ناشناخته است. +commands.ban.failed=نمیتوان دسترسی بازیکن %s را قطع کرد +commands.ban.success=%s از سرور محروم شد/ +commands.ban.usage=/ban <نام بازيکن> [دليل ...] +commands.banip.invalid=شما ÙŠÚ© آيپي اشتباه يا نام کاربري اشتباه وارد کرده ايد +commands.banip.success=آيپي %s اخراج شد +commands.banip.success.players=آيپي %s متعلق به %s اخراج شد +commands.banip.usage=/ban-ip <نام/آيپي> [دليل ...] +commands.banlist.ips=در Ú©Ù„ %s آيپي اخراج شده وجود دارد : +commands.banlist.players=در Ú©Ù„ %s بازيکن اخراج شده وجود دارد : +commands.banlist.usage=/banlist [players برای بازیکنان/ips برای Ø¢ÛŒ Ù¾ÛŒ ها] +commands.clear.failure=نمي توان کوله پشتي %s را خالي کرد ØŒ آيتمي وجود ندارد +commands.clear.success=کوله پشتي %s خالي شد ØŒ داراي %s آيتم +commands.debug.stop=Stopped debug profiling after %s seconds (%s ticks) +commands.defaultgamemode.success=وضعیت پیش ÙØ±Ø¶ بازی به %s تغییر کرد +commands.deop.failed=نمی توان %s را از مدیریت برکنار کرد +commands.deop.success=%s از مدیریت خلع شد. +commands.deop.usage=/deop <بازيکن> +commands.difficulty.success=تنظیم درجه سختی بازی به %s +commands.difficulty.usage=/difficulty <سختي جديد> +commands.downfall.success=باران قطع/وصل شد +commands.effect.failure.notActive=نمي توان %1$s را از %2$s Ú¯Ø±ÙØª ØŒ او اين اÙکت را ندارد +commands.effect.failure.notActive.all=نمي توان هيچ اÙکتي را از %s Ú¯Ø±ÙØªØŒ زیرا او اÙکتي ندارد. +commands.effect.notFound=اÙکتي با آيدي %s وحود ندارد +commands.effect.success=%1$s (ID %2$s) * %3$s to %4$s for %5$s seconds +commands.effect.success.removed=%1$s از %2$s Ú¯Ø±ÙØªÙ‡ شد +commands.effect.success.removed.all=تمامي اÙکت ها از %s Ú¯Ø±ÙØªÙ‡ شد. +commands.enchant.cantCombine=%1$s نمی تواند با %2$s ترکیب یابد +commands.enchant.cantEnchant=روی این آیتم این Ø§ÙØ³ÙˆÙ† قابل اجرا نیست. +commands.enchant.noItem=The target doesn't hold an item +commands.enchant.notFound=هیچ Ø§ÙØ³ÙˆÙ†ÛŒ به شماره ÛŒ %s وجود ندارد. +commands.enchant.success=Ø§ÙØ³ÙˆÙ† شد. +commands.enchant.usage=/enchant <بازیکن> <شماره ÛŒ Ø§ÙØ³ÙˆÙ†> [درجه] +commands.generic.boolean.invalid=%s درست یا غلط نیست +commands.generic.double.tooBig=The number you have entered (%s) is too big, it must be at most %s +commands.generic.double.tooSmall=The number you have entered (%s) is too small, it must be at least %s +commands.generic.exception=هنگام انجام این ÙØ±Ù…ان یک خطای ناشناخته رخ داد +commands.generic.notFound=دستور ناشناخته . برای مشاهده لیست دستورات /help را تایپ کنید +commands.generic.num.invalid=%s شماره ÛŒ معتبری نمیباشد +commands.generic.num.tooBig=The number you have entered (%s) is too big, it must be at most %s +commands.generic.num.tooSmall=The number you have entered (%s) is too small, it must be at least %s +commands.generic.permission=شما دسترسی لازم برای انجام این ÙØ±Ù…ان را ندارید +commands.generic.player.notFound=بازیکن پیدا نشد +commands.generic.syntax=نحوه ÛŒ ÙØ±Ù…ان نامعتبر +commands.generic.usage=Ø§Ø³ØªÙØ§Ø¯Ù‡: %s +commands.give.notFound=There is no such item with ID %s +commands.give.success=Given %s * %s to %s +commands.give.tagError=تجزیه برچسب دیتا ناموÙÙ‚ پایان ÛŒØ§ÙØª: %s +commands.give.usage=/give <بازیکن> <آیتم> [تعداد] [دیتا] [برچسب‌دیتا] +commands.help.header=--- Showing help page %s of %s (/help ) --- +commands.kick.success=%s به بیرون بازی پرتاب شد +commands.kick.success.reason=%s از بازی به بیرون پرتاب شد: %s +commands.kick.usage=/kick <بازیکن> [دلیل...] +commands.op.failed=نمی توان %s را مدیر کرد +commands.op.success=%s مدیر شد. +commands.op.usage=/op <بازیکن> +commands.players.list=There are %s/%s players online: +commands.playsound.playerTooFar=بازیکن %s دورتر از آن است Ú©Ù‡ بتوناد صدا را بشنود +commands.playsound.success=صدای %s برای %s پخش شد. +commands.playsound.usage=/playsound <صدا> <بازیکن> [x] [y] [z] [ولوم] [دانگ‌صدا] [حداقل‌ولوم] +commands.save-off.alreadyOff=ذخیره سازی در حال حاضر غیر ÙØ¹Ø§Ù„ است. +commands.save-on.alreadyOn=ذخیره سازی در حال حاضر ÙØ¹Ø§Ù„ است. +commands.save.disabled=ذخیره سازی اتوماتیک جهان غیر ÙØ¹Ø§Ù„ شد +commands.save.enabled=ذخیره سازی اتوماتیک جهان ÙØ¹Ø§Ù„ شد +commands.save.failed=خطا در ذخیره سازی : %s +commands.save.start=در حال ذخیره سازی... +commands.save.success=دنیا ذخیره شد. +commands.say.usage=/say <پیغام ...> +commands.scoreboard.objectiveNotFound=حدÙÛŒ با نام «%s» پیدا نشد +commands.scoreboard.objectiveReadOnly=هد٠«%s» Ùقط قابل خواندن است Ùˆ نمی توان مقدار به آن داد +commands.scoreboard.objectives.add.displayTooLong=The display name '%s' is too long for an objective, it can be at most %s characters long +commands.scoreboard.objectives.add.tooLong=The name '%s' is too long for an objective, it can be at most %s characters long +commands.scoreboard.objectives.list.count=Showing %s objective(s) on scoreboard: +commands.scoreboard.objectives.remove.success=هد٠%s با موÙقیت حذ٠شد +commands.scoreboard.objectives.setdisplay.invalidSlot=چنین اسلات نمایشی وجود ندارد '%s' +commands.scoreboard.objectives.setdisplay.successCleared=Ø­Ø§ÙØ¸Ù‡ نمایش هد٠'%s' پاک شد +commands.scoreboard.objectives.setdisplay.successSet=نمایش هد٠در Ø­Ø§ÙØ¸Ù‡ %s به %s نهاده شد +commands.scoreboard.objectives.setdisplay.usage= [هدÙ] <Ø­Ø§ÙØ¸Ù‡> objectives scoreboard setdisplay/ +commands.scoreboard.players.list.count=Showing %s tracked players on the scoreboard: +commands.scoreboard.players.list.player.count=Showing %s tracked objective(s) for %s: +commands.scoreboard.players.list.player.empty=بازیکن %s هیچ رکوردی ندارد +commands.scoreboard.players.reset.success=تنظیم مجدد تمام امتیازات بازیکن %s +commands.scoreboard.players.set.success=Set score of %s for player %s to %s +commands.scoreboard.teamNotFound=تیمی با نام «%s» پیدا نشد +commands.scoreboard.teams.add.alreadyExists=یک تیم با اسم %s وجود دارد +commands.scoreboard.teams.add.displayTooLong=The display name '%s' is too long for a team, it can be at most %s characters long +commands.scoreboard.teams.add.success=تیم %s اضاÙÙ‡ شد +commands.scoreboard.teams.add.tooLong=The name '%s' is too long for a team, it can be at most %s characters long +commands.scoreboard.teams.empty.success=Removed all %s player(s) from team %s +commands.scoreboard.teams.join.failure=Could not add %s player(s) to team %s: %s +commands.scoreboard.teams.join.success=Added %s player(s) to team %s: %s +commands.scoreboard.teams.leave.failure=Could not remove %s player(s) from their teams: %s +commands.scoreboard.teams.leave.noTeam=شما در یک تیم نمی +commands.scoreboard.teams.leave.success=Removed %s player(s) from their teams: %s +commands.scoreboard.teams.list.count=Showing %s teams on the scoreboard: +commands.scoreboard.teams.list.empty=هیچ تیم های ثبت نام شده در تیم وجود دارد +commands.scoreboard.teams.list.entry=- %1$s: '%2$s' has %3$s players +commands.scoreboard.teams.list.player.count=Showing %s player(s) in team %s: +commands.scoreboard.teams.list.player.empty=تیم %s هیچ بازیکنی ندارد +commands.scoreboard.teams.remove.success=تیم %s پاک شد +commands.seed.success=دانه ÛŒ این جهان: %s +commands.setblock.failed=عدم توان برای قرار دادن بلوک +commands.setblock.noChange=بلوک قرار نمی گیرد +commands.setblock.notFound=هیچ بلوکی با اسم یا شناسه %s وجود ندارد +commands.setblock.outOfWorld=بلوک را نمی توان خارج از جهان قرار داد +commands.setblock.success=بلوک قرار داده شد +commands.setblock.tagError=تجزیه برچسب دیتا ناموÙÙ‚ پایان ÛŒØ§ÙØª: %s +commands.setblock.usage=/setblock <نام‌بلوک> [شماره‌دیتا] [بررسی‌قدیمی‌بلوک] [برچسب‌دیتا] +commands.setidletimeout.success=Successfully set the idle timeout to %s minutes. +commands.setidletimeout.usage=/تنظیم زمان ØºÛŒØ±ÙØ¹Ø§Ù„ +commands.setworldspawn.success=Set the world spawn point to (%s, %s, %s) +commands.spawnpoint.success=Set %s's spawn point to (%s, %s, %s) +commands.stop.start=متوق٠کردن سرور... +commands.summon.failed=احضار شیء صورت Ù†Ú¯Ø±ÙØª +commands.summon.outOfWorld=نمی توان موجود را خارج از جهان احضار کرد +commands.summon.success=موجود با موÙقیت احضار شد +commands.summon.tagError=تجزیه برچسب دیتا ناموÙÙ‚ پایان ÛŒØ§ÙØª: %s +commands.summon.usage=/summon <نام‌موجود> [x] [y] [z] [برچسب‌دیتا] +commands.testforblock.failed.data=The block at %s,%s,%s had the data value of %s (expected: %s). +commands.testforblock.failed.nbt=The block at %s,%s,%s did not have the required NBT keys. +commands.testforblock.failed.tile=The block at %s,%s,%s is %s (expected: %s). +commands.testforblock.failed.tileEntity=The block at %s,%s,%s is not a tile entity and cannot support tag matching. +commands.testforblock.outOfWorld=نمی تونید برای بلوکی Ú©Ù‡ خارج از دنیاست آزمایش کنید. +commands.testforblock.success=Successfully found the block at %s,%s,%s. +commands.testforblock.usage=/testforblock <نام‌بلوک> [شماره‌دیتا] [برچسب‌دیتا] +commands.time.added=Added %s to the time +commands.time.set=Set the time to %s +commands.tp.notSameDimension=نمی توان تلپورت را انجام داد چون پلیرها در یک بعد نیستند +commands.tp.success=%s به %s تلپورت شد. +commands.tp.success.coordinates=%s به موقعیت %sØŒ %sØŒ %s تلپورت شد. +commands.unban.failed=نمی توان به %s دسترسی دوباره بخشید +commands.unban.success=%s دیگر محروم نیست. +commands.unban.usage=/pardon <نام> +commands.unbanip.invalid=Ø¢ÛŒ Ù¾ÛŒ وارد شده نامعتبر Ù…ÛŒ باشد +commands.unbanip.success=آدرس Ø¢ÛŒ Ù¾ÛŒ آنبن شد %s +commands.unbanip.usage=/pardon-ip <Ø¢ÛŒ-Ù¾ÛŒ> +commands.weather.clear=تغییر به هوای صا٠+commands.weather.rain=تغییر به هوای بارانی +commands.weather.thunder=تغییر به هوای Ø·ÙˆÙØ§Ù†ÛŒ +commands.whitelist.add.failed=نمی توان %s را به لیست سÙید اضاÙÙ‡ کرد +commands.whitelist.add.success= s% به وایت لیست Ø§ÙØ²ÙˆØ¯Ù‡ شد +commands.whitelist.add.usage=/whitelist add <بازیکن> +commands.whitelist.disabled=لیست سÙید غیر ÙØ¹Ø§Ù„ شد +commands.whitelist.enabled=لیست سÙید ÙØ¹Ø§Ù„ شد +commands.whitelist.list=There are %s (out of %s seen) whitelisted players: +commands.whitelist.reloaded=لیست سÙید بارگذاری شد +commands.whitelist.remove.failed=نمی توان %s را از لیست سÙید حذ٠کرد +commands.whitelist.remove.success=%s از لیست سÙید حذ٠شد. +commands.whitelist.remove.usage=/پاک کردن لیست سÙید بازیکن +commands.xp.failure.widthdrawXp=نمی توان به پلیر امتیاز تجربه منÙÛŒ داد +commands.xp.success=Given %s experience to %s +commands.xp.success.levels=Given %s levels to %s +commands.xp.success.negative.levels=Taken %s levels from %s +commands.xp.usage=/تجربه <مقدار> {بازیکن} یا / تجربه <مقدار> هر {بازیکن} + +connect.authorizing=در حال ورود... +connect.connecting=در حال اتصال به سرور... +connect.failed=عدم موÙقیت در اتصال به سرور +container.brewing=معجون ساز +container.chest=صندوقچه +container.chestDouble=صندوقچه بزرگ +container.crafting=ساختن +container.creative=انتخاب آيتم +container.dispenser=توزيعگر +container.dropper=پرتابگر +container.enchant=Ø§ÙØ³ÙˆÙ† +container.enderchest=صندوقچه ÙØ±Ø¬Ø§Ù… +container.furnace=کوره +container.hopper=قي٠+container.inventory=کوله +container.minecart=واگن +container.repair=بازسازي / نامگذاري +container.repair.cost=هزینه ÛŒ Ø§ÙØ³ÙˆÙ†: %1$s +container.repair.expensive=شما مقدار لازم تجربه را نداريد ! +controls.reset=تنظیم مجدد +controls.resetAll=تنظیم مجدد کلیدها +controls.title=کنترل +createWorld.customize.custom.next=ØµÙØ­Ù‡ بعدی +createWorld.customize.custom.page0=تنظیمات اولیه +createWorld.customize.custom.page1=تنظیمات سنگ +createWorld.customize.custom.page2=تنظیمات Ù¾ÛŒØ´Ø±ÙØªÙ‡ +createWorld.customize.custom.page3=تنظیمات Ùوق Ù¾ÛŒØ´Ø±ÙØªÙ‡ +createWorld.customize.custom.prev=ØµÙØ­Ù‡ قبلی +createWorld.customize.custom.randomize=تصادÙÛŒ +createWorld.customize.flat.addLayer=اضاÙÙ‡ کردن لایه +createWorld.customize.flat.editLayer=ویرایش لایه +createWorld.customize.flat.height=Ø§Ø±ØªÙØ§Ø¹ +createWorld.customize.flat.layer=%s +createWorld.customize.flat.layer.bottom=پایین - %s +createWorld.customize.flat.layer.top=بالا - %s +createWorld.customize.flat.removeLayer=حذ٠لایه +createWorld.customize.flat.tile=مواد لایه +createWorld.customize.flat.title=Ø³ÙØ§Ø±Ø´ÛŒ کردن Ùوق العاده صا٠+createWorld.customize.presets=از پیش تنظیم شده ها +createWorld.customize.presets.list=متناوبا، این هم چند تایی Ú©Ù‡ ما قبلا ساختیم! +createWorld.customize.presets.select=Ø§Ø³ØªÙØ§Ø¯Ù‡ از پیش تعیین شده +createWorld.customize.presets.share=Ù…ÛŒ خواهید از پیش تعیین شده تان را برای کسی به اشتراک بگذارید؟ از قسمت زیر Ø§Ø³ØªÙØ§Ø¯Ù‡ کنید! +createWorld.customize.presets.title=انتخاب از پیش تعیین شده +death.attack.anvil=%1$s توسط Anvil پرس شد +death.attack.arrow=%1$s توسط %2$s تیرباران شد +death.attack.arrow.item=%1$s توسط %2$s بوسیله ÛŒ %3$s کشته شد +death.attack.cactus=%1$s توسط کاکتوس آبکش شد! +death.attack.cactus.player=%1$s هنگام ÙØ±Ø§Ø± از دست %2$s به کاکتوس خورد. +death.attack.drown=%1$s غرق شد. +death.attack.drown.player=%1$s هنگام ÙØ±Ø§Ø± از دست %2$s غرق شد. +death.attack.explosion=%1$s Ù…Ù†ÙØ¬Ø± شد +death.attack.explosion.player=%1$s توسط %2$s Ù…Ù†ÙØ¬Ø± شد +death.attack.fall=%1$s محکم به زمین خورد +death.attack.fallingBlock=%1$s با سقوط بلوک له شد +death.attack.fireball=%1$s توسط %2$s آتش باران شد +death.attack.fireball.item=%1$s توسط %2$s بوسیله ÛŒ %3$s آتش باران شد +death.attack.generic=%1$s مرد. +death.attack.inFire=%1$s در شعله ها ÙØ±Ùˆ Ø±ÙØª. +death.attack.inFire.player=%1$s هنگام جنگ با %2$s به آتش Ø§ÙØªØ§Ø¯. +death.attack.inWall=%1$s زنده به گور شد. +death.attack.indirectMagic=%1$s توسط %2$s Ø¨Ø§Ø§Ø³ØªÙØ§Ø¯Ù‡ از جادو کشته شد +death.attack.indirectMagic.item=%1$s توسط %2$s بوسیله ÛŒ %3$s کشته شد +death.attack.lava=%1$s شنا در گدازه بلد نیست! +death.attack.lava.player=%1$s برای ÙØ±Ø§Ø± از %2$s از لاوا برای نجات Ø§Ø³ØªÙØ§Ø¯Ù‡ کرد +death.attack.magic=%1$s توسط جادو کشته شد +death.attack.mob=%1$s توسط %2$s کشته شد +death.attack.onFire=آتش %1$s را کشت. +death.attack.onFire.player=%1$s هنگام جنگ با %2$s در آتش سوخت +death.attack.outOfWorld=%1$s از جهان Ø§ÙØªØ§Ø¯ +death.attack.player=%1$s توسط %2$s کشته شد +death.attack.player.item=%1$s توسط %2$s بوسیله ÛŒ %3$s کشته شد +death.attack.starve=%1$s از گرسنگی مرد. +death.attack.thorns=%1$s هنگام آسیب رسانی به %2$s کشته شد +death.attack.thrown=%1$s توسط %2$s مشت خورد +death.attack.thrown.item=%1$s توسط %2$s بوسیله ÛŒ %3$s مشت خورد +death.attack.wither=%1$s سیاه چرده شد +death.fell.accident.generic=%1$s از Ø§Ø±ØªÙØ§Ø¹ سقوط کرد. +death.fell.accident.ladder=%1$s از نردبان Ø§ÙØªØ§Ø¯. +death.fell.accident.vines=%1$s از روی تاک ها Ø§ÙØªØ§Ø¯. +death.fell.accident.water=%1$s از آبشار Ø§ÙØªØ§Ø¯. +death.fell.assist=%2$sØŒ %1$s را از بلندی انداخت. +death.fell.assist.item=%2$sØŒ %1$s را توسط %3$s از Ø§Ø±ØªÙØ§Ø¹ انداخت. +death.fell.finish=%1$s از بلندی Ø§ÙØªØ§Ø¯ Ùˆ به دست %2$s کشته شد. +death.fell.finish.item=%1$s از بلندی Ø§ÙØªØ§Ø¯ Ùˆ %2$s او را با %3$s کشت. +death.fell.killer=%1$s به سقوط محکوم شد. +deathScreen.deleteWorld=حذ٠جهان +deathScreen.hardcoreInfo=شما نمیتوانید در هاردکور دوباره زنده شوید. +deathScreen.leaveServer=ترک سرور +deathScreen.quit.confirm=آيا مطمئنيد Ú©Ù‡ مي خواهيد خارج شويد ØŸ +deathScreen.respawn=احضار دوباره +deathScreen.score=امتياز +deathScreen.title=شما مرديد! +deathScreen.title.hardcore=گيم اور ! +deathScreen.titleScreen=ØµÙØ­Ù‡ اصلي +demo.day.1=این نسخه نمایشی Ûµ روز عمر خواهد کرد، حسابی تلاش کنید! +demo.day.2=روز دوم +demo.day.3=روز سوم +demo.day.4=روز چهارم +demo.day.5=این آخرین روز است! +demo.day.6=روز پنجم شما هم به اتمام رسید، از کلید F2 Ø§Ø³ØªÙØ§Ø¯Ù‡ کنید تا از چیزی Ú©Ù‡ ساخته اید عکس بگیرید +demo.day.warning=زمان شما تقریبا به اتمام رسیده! +demo.demoExpired=زمان نسخه ÛŒ نمایشی به اتمام رسیده! +demo.help.buy=خرید! +demo.help.fullWrapped=این نسخه نمایشی Ûµ روز بازی‌‌ Ú©Ù‡ Û± ساعت Ùˆ Û´Û° دقیقه است طول Ù…ÛŒ کشد. دستاوردهای خود را نگاه کنید برای راهنمایی! لذت ببر! +demo.help.inventory=از %1$s برای باز کردن موجودی خود Ø§Ø³ØªÙØ§Ø¯Ù‡ کنید +demo.help.jump=پرش با ÙØ´Ø§Ø± %1$s +demo.help.later=ادامه بازی! +demo.help.movement=از %1$s %2$s %3$s %4$s Ùˆ موس Ø§Ø³ØªÙØ§Ø¯Ù‡ کنید تا حرکت کنید +demo.help.movementMouse=با Ø§Ø³ØªÙØ§Ø¯Ù‡ از ماوس به اطرا٠نگاه کنید +demo.help.movementShort=با ÙØ´Ø§Ø± دادن %1$s %2$s %3$sØŒ %4$s حرکت Ù…ÛŒ کنید +demo.help.title=مد نسخه نمایشی Ù…Ø§ÛŒÙ†Ú©Ø±ÙØª +demo.remainingTime=زمان باقیمانده: %s +demo.reminder=این نسخه نمایشی منقضی شده است، بازی را بخرید تا ادامه دهید یا اینکه دنیای جدید را شروع کنید! +disconnect.closed=اتصال بسته شد +disconnect.disconnected=سرور اتصال را قطع کرد +disconnect.endOfStream=End of stream +disconnect.genericReason=%s +disconnect.kicked=از بازی اخراج شد +disconnect.loginFailed=عدم موÙقیت در ورود به سیستم +disconnect.loginFailedInfo=عدم موÙقیت در ورود: %s +disconnect.loginFailedInfo.invalidSession=Invalid session (Try restarting your game) +disconnect.loginFailedInfo.serversUnavailable=The authentication are currently down for maintenance. +disconnect.lost=اتصال از دست Ø±ÙØªÙ‡ +disconnect.overflow=سرریز Ø¨Ø§ÙØ± +disconnect.quitting=خارج شدن +disconnect.spam=برای هرزه نگاری از سرور خارج شدید . +disconnect.timeout=مهلت تمام شد +enchantment.arrowDamage=قدرت زا +enchantment.arrowFire=آتش زن +enchantment.arrowInfinite=ابدی +enchantment.arrowKnockback=مشت زن +enchantment.damage.all=قدرت زا +enchantment.damage.arthropods=زهر بندپایان +enchantment.damage.undead=کوبیدن +enchantment.digging=بهره وری +enchantment.durability=نشکن +enchantment.fire=آتش نگیر +enchantment.fishingSpeed=جذب +enchantment.knockback=شوت Ú©Ù† +enchantment.level.1=درجه یک +enchantment.level.10=درجه ده +enchantment.level.2=درجه دو +enchantment.level.3=درجه سه +enchantment.level.4=درجه چهار +enchantment.level.5=درجه پنج +enchantment.level.6=درجه شش +enchantment.level.7=درجه Ù‡ÙØª +enchantment.level.8=درجه هشت +enchantment.level.9=درجه نه +enchantment.lootBonus=جمع Ú©Ù† +enchantment.lootBonusDigger=بخت آور +enchantment.lootBonusFishing=شانس +enchantment.oxygen=دم زن +enchantment.protect.all=Ø­ÙØ§Ø¸Øª Ú©Ù† +enchantment.protect.explosion=Ø­ÙØ§Ø¸Øª از Ø§Ù†ÙØ¬Ø§Ø± +enchantment.protect.fall=سبک وزن Ú©Ù† +enchantment.protect.fire=Ù…Ø­Ø§ÙØ¸ در برابر آتش +enchantment.protect.projectile=Ø­ÙØ§Ø¸Øª از وسایل پرتابی +enchantment.thorns=شیطان Ú©Ø´ +enchantment.untouching=ملایم +enchantment.waterWorker=ورزشهای آبی میل +entity.Arrow.name=پيکان +entity.Bat.name=Ø®ÙØ§Ø´ +entity.Blaze.name=شعله +entity.Boat.name=قايق +entity.Cat.name=گربه +entity.CaveSpider.name=عنکبوت غار +entity.Chicken.name=مرغ +entity.Cow.name=گاو +entity.Creeper.name=ترسونک +entity.EnderDragon.name=اژدهای ÙØ±Ø¬Ø§Ù… +entity.Enderman.name=ÙØ±Ø¬Ø§Ù… +entity.EntityHorse.name=اسب +entity.FallingSand.name=بلوک در حال سقوط +entity.Fireball.name=توپ آتشين +entity.Ghast.name=روح +entity.Giant.name=غول +entity.Item.name=آيتم +entity.LavaSlime.name=مکعب مذاب +entity.Minecart.name=ماشين معدن +entity.Mob.name=موب +entity.Monster.name=هيولا +entity.MushroomCow.name=قاو +entity.Ozelot.name=پلنگ +entity.Painting.name=نقاشي +entity.Pig.name=خوک +entity.PigZombie.name=خوک جهنمی +entity.PrimedTnt.name=تي ان تي +entity.Sheep.name=گوسÙند +entity.Silverfish.name=ماهی نقره ای +entity.Skeleton.name=اسکلت +entity.Slime.name=لجن مکعبي +entity.SmallFireball.name=توپ آتشين Ú©ÙˆÚ†Ú© +entity.SnowMan.name=آدم برÙÙŠ +entity.Snowball.name=گوله برÙÙŠ +entity.Spider.name=عنکبوت +entity.Squid.name=ماهی مرکب +entity.Villager.name=روستایی +entity.VillagerGolem.name=غول آهنی +entity.Witch.name=Ø§ÙØ³ÙˆÙ†Ú¯Ø± +entity.WitherBoss.name=پژمرده گر +entity.Wolf.name=گرگ +entity.XPOrb.name=Ú¯ÙˆÛŒ تجربه +entity.Zombie.name=زامبي +entity.donkey.name=خر +entity.generic.name=ناشناخته +entity.horse.name=اسب +entity.mule.name=قاطر +entity.skeletonhorse.name=اسب اسکلت +entity.zombiehorse.name=اسب زامبي +gameMode.adventure=مد ماجراجویی +gameMode.changed=مد بازی شما به روز شده +gameMode.creative=مد خلاق +gameMode.hardcore=مد هاردکور! +gameMode.survival=مد بقا +generator.amplified=تقویت شده +generator.amplified.info=توجه: Ùقط برای ØªÙØ±ÛŒØ­ است، نیاز به کامپیوتر Ø®ÙÙ† دارد +generator.default=پیش ÙØ±Ø¶ +generator.flat=Ùوق العاده صا٠+generator.largeBiomes=زیستگاه های بزرگ +gui.achievements=دستاوردها +gui.back=بازگشت +gui.cancel=لغو +gui.done=انجام +gui.down=پایین +gui.no=خیر +gui.stats=آمارها +gui.toMenu=بازگشت به ØµÙØ­Ù‡ اصلی +gui.up=بالا +gui.yes=بله +inventory.binSlot=نابود کردن آیتم +item.apple.name=سيب +item.appleGold.name=سيب طلايي +item.arrow.name=پيکان +item.bed.name=تخت خواب +item.beefCooked.name=استيک +item.beefRaw.name=گوشت گاو +item.blazePowder.name=پودر شعله +item.blazeRod.name=ميله آتشين +item.boat.name=قايق +item.bone.name=استخوان +item.book.name=کتاب +item.bootsChain.name=Ú©ÙØ´ زنجيري +item.bootsCloth.name=چکمه ÛŒ چرمی +item.bootsDiamond.name=Ú©ÙØ´ الماس +item.bootsGold.name=Ú©ÙØ´ طلايي +item.bootsIron.name=Ú©ÙØ´ آهني +item.bow.name=کمان +item.bowl.name=کاسه +item.bread.name=نان +item.brewingStand.name=معجون ساز +item.brick.name=آجر +item.bucket.name=سطل +item.bucketLava.name=سطل گدازه +item.bucketWater.name=سطل آب +item.cake.name=کیک +item.carrotGolden.name=هويج طلايي +item.carrotOnAStick.name=هويج Ùˆ ميله +item.carrots.name=هويج +item.cauldron.name=ديگ +item.charcoal.name=ذغال چوب +item.chestplateChain.name=پيراهن زنجيري +item.chestplateCloth.name=پيراهن چرم +item.chestplateDiamond.name=پيراهن الماس +item.chestplateGold.name=پيراهن طلايي +item.chestplateIron.name=پيراهن آهني +item.chickenCooked.name=مرغ سوخاري +item.chickenRaw.name=مرغ خام +item.clay.name=رس +item.clock.name=ساعت +item.coal.name=ذغال سنگ +item.comparator.name=مقایسه گر رداستوني +item.compass.name=قطب نما +item.cookie.name=بيسکوييت +item.diamond.name=الماس +item.diode.name=تکرارکننده رداستوني +item.doorIron.name=در آهني +item.dyePowder.black.name=مرکب +item.dyePowder.blue.name=لاجورد +item.dyePowder.brown.name=دانه کاکائو +item.dyePowder.cyan.name=رنگ Ùيروزه‌ای +item.dyePowder.gray.name=رنگ خاکستري +item.dyePowder.green.name=رنگ سبز +item.dyePowder.lightBlue.name=رنگ آبي آسماني +item.dyePowder.lime.name=رنگ ÙØ³Ùري +item.dyePowder.magenta.name=رنگ سرخابي +item.dyePowder.orange.name=رنگ نارنجي +item.dyePowder.pink.name=رنگ صورتي +item.dyePowder.purple.name=رنگ Ø¨Ù†ÙØ´ +item.dyePowder.red.name=رنگ قرمز +item.dyePowder.silver.name=رنگ نقره اي +item.dyePowder.white.name=بارورگر +item.dyePowder.yellow.name=رنگ زرد +item.dyed=رنگ شده +item.egg.name=تخم مرغ +item.emerald.name=زمرد +item.emptyMap.name=نقشه (ترسيم نشده) +item.emptyPotion.name=يطري آب +item.enchantedBook.name=کتاب Ø§ÙØ³ÙˆÙ† شده +item.enderPearl.name=گوهر ÙØ±Ø¬Ø§Ù… +item.expBottle.name=بتري تجربه +item.eyeOfEnder.name=چشم ÙØ±Ø¬Ø§Ù… +item.feather.name=پر +item.fermentedSpiderEye.name=چشم عنکبوت مخمري +item.fireball.name=توپ آتشين +item.fireworks.flight=مدت پرواز : +item.fireworks.name=راکت آتشبازي +item.fireworksCharge.black=مشکي +item.fireworksCharge.blue=آبي +item.fireworksCharge.brown=قهوه اي +item.fireworksCharge.customColor=ويژه +item.fireworksCharge.cyan=Ùيروزه اي +item.fireworksCharge.fadeTo=محو شدن +item.fireworksCharge.flicker=چشمک زدن +item.fireworksCharge.gray=خاکستري +item.fireworksCharge.green=سبز +item.fireworksCharge.lightBlue=آبي آسماني +item.fireworksCharge.lime=ÙØ³Ùري +item.fireworksCharge.magenta=Ùيروزه اي +item.fireworksCharge.name=گلوله باروت +item.fireworksCharge.orange=نارنجي +item.fireworksCharge.pink=صورتي +item.fireworksCharge.purple=Ø¨Ù†ÙØ´ +item.fireworksCharge.red=قرمز +item.fireworksCharge.silver=نقره اي +item.fireworksCharge.trail=دنباله +item.fireworksCharge.type=Ø´Ú©Ù„ نامعلوم +item.fireworksCharge.type.0=گلوله Ú©ÙˆÚ†Ú© +item.fireworksCharge.type.1=گلوله بزرگ +item.fireworksCharge.type.2=ستاره Ø´Ú©Ù„ +item.fireworksCharge.type.3=ترسانک Ø´Ú©Ù„ +item.fireworksCharge.type.4=Ø§Ù†ÙØ¬Ø§Ø± +item.fireworksCharge.white=صÙيد +item.fireworksCharge.yellow=زرد +item.fish.clownfish.raw.name=دلقک ماهي +item.fish.cod.cooked.name=ماهي پخته +item.fish.cod.raw.name=ماهي خام +item.fish.pufferfish.raw.name=ماهي Ù¾ÙÙŠ +item.fish.salmon.cooked.name=سالمون پخته +item.fish.salmon.raw.name=سالمون خام +item.fishingRod.name=چوب ماهيگيري +item.flint.name=سنگ چخماق +item.flintAndSteel.name=آتش زنه +item.flowerPot.name=گلدان +item.frame.name=قاب +item.ghastTear.name=اشک روح +item.glassBottle.name=بطري شيشه اي +item.goldNugget.name=ذره طلا +item.hatchetDiamond.name=تبر الماس +item.hatchetGold.name=تبر طلايي +item.hatchetIron.name=تبر آهني +item.hatchetStone.name=تبر سنگي +item.hatchetWood.name=تبر چوبي +item.helmetChain.name=کلاه زنجيري +item.helmetCloth.name=کلاه چرم +item.helmetDiamond.name=کلاهخود الماس +item.helmetGold.name=کلاهخود طلايي +item.helmetIron.name=کلاه آهني +item.hoeDiamond.name=خیش الماس +item.hoeGold.name=خیش طلايي +item.hoeIron.name=خیش آهني +item.hoeStone.name=خیش سنگي +item.hoeWood.name=خیش چوبي +item.horsearmordiamond.name=زره اسب الماس +item.horsearmorgold.name=زره اسب طلايي +item.horsearmormetal.name=زره اسب آهني +item.ingotGold.name=شمش طلا +item.ingotIron.name=شمش آهن +item.leash.name=قلاده +item.leather.name=چرم +item.leaves.name=برگ ها +item.leggingsChain.name=شلوار زنجيري +item.leggingsCloth.name=شلوار چرم +item.leggingsDiamond.name=شلوار الماس +item.leggingsGold.name=شلوار طلايي +item.leggingsIron.name=شلوار آهني +item.magmaCream.name=توپ ماگما +item.map.name=نقشه +item.melon.name=هندوانه +item.milk.name=شير +item.minecart.name=ماشين معدن +item.minecartChest.name=ماشين معدن با صندوقچه +item.minecartCommandBlock.name=ماشين معدن با بلوک دستور +item.minecartFurnace.name=ماشين معدن با کوره +item.minecartHopper.name=ماشين معدن با قي٠+item.minecartTnt.name=ماشين معدن با تي ان تي +item.monsterPlacer.name=احضارگر +item.mushroomStew.name=سوپ قارچ +item.nameTag.name=نام گذار +item.netherStalkSeeds.name=گياه جهنمي +item.netherStar.name=ستاره جهنمي +item.netherbrick.name=آجر جهنمي +item.netherquartz.name=کوارتز جهنمي +item.painting.name=تابلو نقاشي +item.paper.name=کاغذ +item.pickaxeDiamond.name=کلنگ الماس +item.pickaxeGold.name=کلنگ طلايي +item.pickaxeIron.name=کلنگ آهني +item.pickaxeStone.name=کلنگ سنگي +item.pickaxeWood.name=کلنگ چوبي +item.porkchopCooked.name=استيک خوک +item.porkchopRaw.name=گوشت خوک خام +item.potato.name=سيب زميني +item.potatoBaked.name=سيب زميني پخته +item.potatoPoisonous.name=سيب زميني سمي +item.potion.name=معجون +item.pumpkinPie.name=Ú©ÙŠÚ© کدوتنبل +item.record.11.desc=سی418 - 11 +item.record.13.desc=سی418 - 13 +item.record.blocks.desc=سی418 - بلوک ها +item.record.cat.desc=سی418 - گربه +item.record.chirp.desc=سی418 - جیرجیر +item.record.far.desc=سی418 - دور +item.record.mall.desc=سی418 - ØªÙØ±Ø¬Ú¯Ø§Ù‡ +item.record.mellohi.desc=سی418 - ملوهی +item.record.name=ديسک موزيک +item.record.stal.desc=سی418 - شد +item.record.strad.desc=سی418 - استرد +item.record.wait.desc=سی418 - صبر +item.record.ward.desc=سی418 - محجور +item.redstone.name=رداستون +item.reeds.name=ني شکر +item.rottenFlesh.name=گوشت زامبي +item.ruby.name=روبيديوم +item.saddle.name=زين +item.seeds.name=بذر گندم +item.seeds_melon.name=دانه هندوانه +item.seeds_pumpkin.name=دانه کدوتنبل +item.shears.name=قیچی ها +item.shovelDiamond.name=بيل الماس +item.shovelGold.name=بيل طلايي +item.shovelIron.name=بيل آهني +item.shovelStone.name=بيل سنگي +item.shovelWood.name=بيل چوبي +item.sign.name=نشانه +item.skull.char.name=سر +item.skull.creeper.name=سر ترسانک +item.skull.player.name=سر %s +item.skull.skeleton.name=سر اسکلت +item.skull.wither.name=سر پژمرده گر +item.skull.zombie.name=سر زامبي +item.slimeball.name=توپ لجن +item.snowball.name=گوله برÙÙŠ +item.speckledMelon.name=هندوانه درخشان +item.spiderEye.name=چشم عنکبوت +item.stick.name=تیکه چوبي +item.string.name=رشته +item.sugar.name=شکر +item.sulphur.name=باروت +item.swordDiamond.name=شمشير الماس +item.swordGold.name=شمشير طلايي +item.swordIron.name=شمشير آهني +item.swordStone.name=شمشير سنگي +item.swordWood.name=شمشير چوبي +item.unbreakable=تخريب نشدني +item.wheat.name=گندم +item.writingBook.name=کتاب Ùˆ قلم +item.writtenBook.name=کتاب نوشته شده +item.yellowDust.name=گرد روشنا +itemGroup.brewing=معجون سازي +itemGroup.buildingBlocks=بلوک هاي ساخت Ùˆ ساز +itemGroup.combat=مبارزه +itemGroup.decorations=بلوک هاي تزئيني +itemGroup.food=مواد غذایی +itemGroup.inventory=کوله ÛŒ حالت بقا +itemGroup.materials=مواد Ùˆ مصالح +itemGroup.misc=ديگر مواد +itemGroup.redstone=یاقوت +itemGroup.search=جستجو +itemGroup.tools=ابزار +itemGroup.transportation=حمل Ùˆ نقل +key.attack=حمله/نابود کردن +key.back=راه Ø±ÙØªÙ† به عقب +key.categories.gameplay=گیم پلی +key.categories.inventory=موجودی +key.categories.misc=Ù…ØªÙØ±Ù‚Ù‡ +key.categories.movement=راه Ø±ÙØªÙ† +key.categories.multiplayer=بازی چند Ù†ÙØ±Ù‡ +key.categories.stream=درحال لایو استریم +key.categories.ui=رابط بازی +key.chat=باز کردن چت +key.command=باز کردن دستورات +key.drop=انداختن جسم +key.forward=راه Ø±ÙØªÙ† به جلو +key.fullscreen=ÙØ¹Ø§Ù„سازی Ùول اسکرین +key.hotbar.1=نخستین بخش جیب +key.hotbar.2=دومین بخش جیب +key.hotbar.3=سومین بخش جیب +key.hotbar.4=چهارمین بخش جیب +key.hotbar.5=پنجمین بخش جیب +key.hotbar.6=شماره 6 کوله +key.hotbar.7=شماره 7 کوله +key.hotbar.8=شماره 8 کوله +key.hotbar.9=شماره 9 کوله +key.inventory=موجودی +key.jump=پرش +key.left=حرکت به Ú†Ù¾ +key.mouseButton=دکمه ÛŒ %1$s +key.pickItem=انتخاب بلوک +key.playerlist=لیست کردن بازیکنان +key.right=حرکت به راست +key.screenshot=Ú¯Ø±ÙØªÙ† عکس از ØµÙØ­Ù‡ +key.smoothCamera=عوض کردن دوربین سینمایی +key.sneak=یواشکی حرکت کردن +key.sprint=با حداکثر سرعت دویدن +key.streamCommercial=نمایش تبلیغات در لایو استریم +key.streamPauseUnpause=پخش/توق٠لایو استریم +key.streamStartStop=شروع/توق٠استریم +key.streamToggleMic=ÙØ´Ø§Ø± برای Ú¯ÙØªÚ¯Ùˆ/سکوت +key.togglePerspective=عوض کردن چشم انداز +key.use=Ø§Ø³ØªÙØ§Ø¯Ù‡ از جسم/گذاشتن بلوک +lanServer.otherPlayers=تنظیمات برای بازیکنان دیگر +lanServer.scanning=در حال جست Ùˆ جو در شبکه محلی شما +lanServer.start=شروع شبکه LAN +lanServer.title=دنیای LAN +language.code=fa_IR +language.name=ÙØ§Ø±Ø³ÛŒ +language.region=ايران +mcoServer.title=دنیای آنلاین ماین Ú©Ø±ÙØª +menu.convertingLevel=در حال تبدیل دنیا +menu.disconnect=قطع ارتباط +menu.game=منوی بازی +menu.generatingLevel=ایجاد کردن دنیا +menu.generatingTerrain=در حال ساخت زمین +menu.loadingLevel=بارگذاری دنیا +menu.multiplayer=چند Ù†ÙØ±Ù‡ +menu.online=Ù…Ø§ÛŒÙ†Ú©Ø±ÙØª رلمز +menu.options=انتخاب ها... +menu.playdemo=بازی نسخه نمایشی دنیا +menu.quit=خروج از بازی +menu.resetdemo=تنظیم مجدد نسخه ÛŒ نمایشی جهان +menu.respawning=در حال باز گرداندن به زندگی +menu.returnToGame=بازگشت به بازی +menu.returnToMenu=ذخیره Ùˆ ترک به ØµÙØ­Ù‡ اصلی +menu.shareToLan=باز بودن به شبکه +menu.simulating=در حال شبیه سازی دنیا +menu.singleplayer=یک Ù†ÙØ±Ù‡ +menu.switchingLevel=در حال تعویض دنیا +mount.onboard=از %1$s براي پياده شدن Ø§Ø³ØªÙØ§Ø¯Ù‡ Ú©Ù† +multiplayer.connect=وصل شدن +multiplayer.downloadingStats=دانلود آمار Ùˆ دستاوردها... +multiplayer.downloadingTerrain=در حال دانلود کردن زمین +multiplayer.info1=Ù…Ø§ÛŒÙ†Ú©Ø±ÙØª چند Ù†ÙØ±Ù‡ هنوز تمام نشده، اما +multiplayer.info2=چند تست مشکل دار در حال انجام شدن است. +multiplayer.ipinfo=IP سرور برای اتصال به آن را وارد کنید: +multiplayer.player.joined=%s وارد بازی شد +multiplayer.player.joined.renamed=%s (Ú©Ù‡ قبلا به %s شناخته شده) به بازی پیوست +multiplayer.player.left=%s بازی را ترک کرد +multiplayer.stopSleeping=تخت خواب را ترک Ú©Ù† +multiplayer.texturePrompt.line1=این سرور Ø§Ø³ØªÙØ§Ø¯Ù‡ از بسته منبع Ø³ÙØ§Ø±Ø´ÛŒ را توصیه Ù…ÛŒ کند. +multiplayer.texturePrompt.line2=آیا Ù…ÛŒ خواهید آنرا بصورت جادویی Ùˆ خودکار دانلود Ùˆ نصب کنید؟ +multiplayer.title=بازی چند Ù†ÙØ±Ù‡ +options.advancedButton=تنظیمات Ù¾ÛŒØ´Ø±ÙØªÙ‡ تصویری... +options.advancedOpengl=OpenGL Ù¾ÛŒØ´Ø±ÙØªÙ‡ +options.advancedVideoTitle=تنظیمات Ù¾ÛŒØ´Ø±ÙØªÙ‡ تصویری +options.anaglyph=سه بعدي آناگلي٠+options.ao=روشنایی ملایم +options.ao.max=حداکثر +options.ao.min=حداقل +options.ao.off=خاموش +options.chat.color=رنگ ها +options.chat.height.focused=Ø§Ø±ØªÙØ§Ø¹ متمرکز + +options.chat.height.unfocused=Ø§Ø±ØªÙØ§Ø¹ غیر متمرکز +options.chat.links=لینک های وب +options.chat.links.prompt=بازکردن لينک ها را درخواست Ú©Ù† +options.chat.opacity=تاری +options.chat.scale=مقیاس +options.chat.title=تنظیمات چت +options.chat.visibility=چت +options.chat.visibility.full=نشان داده شده +options.chat.visibility.hidden=پنهان +options.chat.visibility.system=Ùقط دستورات +options.chat.width=عرض +options.controls=کنترل ها... +options.difficulty=درجه سختی +options.difficulty.easy=آسان +options.difficulty.hard=سخت +options.difficulty.hardcore=هاردکور +options.difficulty.normal=معمولی +options.difficulty.peaceful=صلح آمیز +options.farWarning1=توصیه Ù…ÛŒ شود Ú©Ù‡ یک جاوا 64 بیت نصب کنید +options.farWarning2=بهتر است شما Ú©Ù‡ از جاوای 32 بیت Ø§Ø³ØªÙØ§Ø¯Ù‡ Ù…ÛŒ کنید ØŒ گزینه Far در ÙØ§ØµÙ„Ù‡ رندر را انتخاب نکنید. +options.fboEnable=ÙØ¹Ø§Ù„ کردن FBOs +options.forceUnicodeFont=Ùونت يونيکد اجباري +options.fov=FOV +options.fov.max=Ø®ÙÙ† +options.fov.min=معمولی +options.framerateLimit=حداکثر ÙØ±Ú©Ø§Ù†Ø³ ÙØ±ÛŒÙ… +options.framerateLimit.max=نامحدود +options.fullscreen=تمام ØµÙØ­Ù‡ +options.gamma=روشنایی +options.gamma.max=روشن +options.gamma.min=مودی +options.graphics=گراÙیک +options.graphics.fancy=تÙننی +options.graphics.fast=سریع +options.guiScale=مقیاس GUI +options.guiScale.auto=خودکار +options.guiScale.large=بزرگ +options.guiScale.normal=معمولی +options.guiScale.small=Ú©ÙˆÚ†Ú© +options.hidden=پنهان +options.invertMouse=معکوس کردن موس +options.language=زبان... +options.languageWarning=ترجمه های زبان ممکن است Û±Û°Û°Ùª درست نباشد +options.mipmapLevels=درجه Mipmap +options.multiplayer.title=تنظیمات چند Ù†ÙØ±Ù‡... +options.music=موسیقی +options.off=خاموش +options.on=روشن +options.particles=ذرات +options.particles.all=همه +options.particles.decreased=کاهش ÛŒØ§ÙØª +options.particles.minimal=حداقل +options.performanceButton=تنظیمات عملکرد تصویری... +options.performanceVideoTitle=تنظیمات عملکرد تصویری +options.postButton=تنظیمات Post-Processing... +options.postProcessEnable=ÙØ¹Ø§Ù„ کردن پس پردازش +options.postVideoTitle=تنظیمات Post-Processing +options.qualityButton=تنظیمات Ú©ÛŒÙیت تصویری... +options.qualityVideoTitle=تنظیمات Ú©ÛŒÙیت تصویری +options.renderClouds=ابرها +options.renderDistance=بارگزاری ÙØ§ØµÙ„Ù‡ +options.renderDistance.far=دور +options.renderDistance.normal=معمولی +options.renderDistance.short=کوتاه +options.renderDistance.tiny=Ú©ÙˆÚ†Ú© +options.resourcepack=بسته منابع... +options.saturation=اشباع +options.sensitivity=حساسیت +options.sensitivity.max=سرعت ماÙوق!!! +options.sensitivity.min=* خمیازه * +options.snooper=اجازه دادن به Snooper +options.snooper.desc=ما Ù…ÛŒ خواهیم اطلاعاتی در مورد دستگاه شما جمع آوری کنیم Ú©Ù‡ موجب ارتقاء Ù…Ø§ÛŒÙ†Ú©Ø±ÙØª شود با دانستن اینکه Ú†Ù‡ چیزهایی را Ù…ÛŒ توانیم پشتیبانی کنیم Ùˆ اینکه بزرگ ترین مشکلات Ú†Ù‡ هستند. تمام این اطلاعات به صورت نا شناس هستند. ما قول Ù…ÛŒ دهیم Ú©Ù‡ با این داده ها هیچ کاری نکنیم ولی اگر Ù…ÛŒ خواهید Ù…ÛŒ توانید در زیر آنرا غیر ÙØ¹Ø§Ù„ کنید! +options.snooper.title=مجموعه مشخصات دستگاه +options.snooper.view=تنظیمات snooper... +options.sound=صدا +options.sounds=موسیقی & صداها... +options.sounds.title=موسیقی Ùˆ انتخاب های صدا +options.stream=تنظیمات پخش... +options.stream.bytesPerPixel=Ú©ÛŒÙیت +options.stream.changes=شما ممکن است برای انجام عملیات, Stream خود را ریستارت نمایید. +options.stream.chat.enabled=ÙØ¹Ø§Ù„سازی +options.stream.chat.enabled.always=همیشه +options.stream.chat.enabled.never=هرگز +options.stream.chat.enabled.streaming=درحال Stream +options.stream.chat.title=تنظیمات چت Twitch +options.stream.chat.userFilter=Ùیلتر کاربر +options.stream.chat.userFilter.all=تمامی بینندگان +options.stream.chat.userFilter.mods=مدیران +options.stream.chat.userFilter.subs=مشترکین +options.stream.compression=ÙØ´Ø±Ø¯Ù‡ سازی +options.stream.compression.high=بالا +options.stream.compression.low=Ú©Ù… +options.stream.compression.medium=متوسط +options.stream.estimation=وضوح تخمینی : %sx%s +options.stream.fps=ÙØ±ÛŒÙ… +options.stream.ingest.reset=بازنشانی عملکرد +options.stream.ingest.title=سرورهای پخش Twitch +options.stream.ingestSelection=پخش لیست سرور +options.stream.kbps=پهنای باند +options.stream.micToggleBehavior=ÙØ´Ø§Ø± به +options.stream.micVolumne=بلندی صدای میکروÙون +options.stream.mic_toggle.mute=ساکت +options.stream.mic_toggle.talk=Ú¯ÙØªÚ¯Ùˆ +options.stream.sendMetadata=ارسال ÙØ±Ø§Ø¯Ø§Ø¯Ù‡ +options.stream.systemVolume=صدای سیستم +options.stream.title=تنظیمات برودکستینگ Twitch +options.title=انتخاب ها +options.touchscreen=مد ØµÙØ­Ù‡ نمایش لمسی +options.video=تنظیمات ویدیو... +options.videoTitle=تنظیمات ویدیو +options.viewBobbing=نمايش حرکت +options.visible=نشان داده شده +options.vsync=VSync Ø§Ø³ØªÙØ§Ø¯Ù‡ از +potion.absorption=جذب +potion.absorption.postfix=اکسیر جذب +potion.blindness=کوري +potion.blindness.postfix=معجون کوري +potion.confusion=تهوع +potion.confusion.postfix=معجون تهوع +potion.damageBoost=استقامت +potion.damageBoost.postfix=معجون استقامت +potion.digSlowDown=خستگي معدنچي +potion.digSlowDown.postfix=معجون خستگي معدنچيان +potion.digSpeed=سرعت معدنچي +potion.digSpeed.postfix=معجون سرعت معدنچيان +potion.effects.whenDrank=وقتي خورده شود : +potion.empty=بدون اÙکت +potion.fireResistance=مقاومت آتشين +potion.fireResistance.postfix=معجون مقاومت در برابر آتش +potion.harm=آسيب درجا +potion.harm.postfix=معجون آسيب +potion.heal=جان درجا +potion.heal.postfix=معجون جان +potion.healthBoost=Ø§ÙØ²Ø§ÙŠØ´ جان +potion.healthBoost.postfix=معجون Ø§ÙØ²Ø§ÙŠØ´ جان +potion.hunger=بیماری +potion.hunger.postfix=معجون گرسنگي +potion.invisibility=پنهانگري +potion.invisibility.postfix=معجون پنهانگري +potion.jump=قدرت پرش +potion.jump.postfix=معجون قدرت پرش +potion.moveSlowdown=کندي +potion.moveSlowdown.postfix=معجون کندي +potion.moveSpeed=سرعت +potion.moveSpeed.postfix=معجون سرعت +potion.nightVision=ديد در شب +potion.nightVision.postfix=معجون ديد در شب +potion.poison=مسموميت +potion.poison.postfix=معجون مسموميت +potion.potency.1=درجه 2 +potion.potency.2=درجه 3 +potion.potency.3=درجه 4 +potion.prefix.acrid=تند خو +potion.prefix.artless=بی هنر +potion.prefix.awkward=Ø§ÙØªØ¶Ø§Ø­ +potion.prefix.bland=باتربیت +potion.prefix.bulky=بزرگ +potion.prefix.bungling=بی Ú©ÙØ§ÛŒØª +potion.prefix.buttered=کره +potion.prefix.charming=جذاب +potion.prefix.clear=صا٠+potion.prefix.cordial=صمیمی +potion.prefix.dashing=بی باک +potion.prefix.debonair=خوش طبع +potion.prefix.diffuse=منتشر شده +potion.prefix.elegant=ظری٠+potion.prefix.fancy=تÙننی +potion.prefix.flat=تخت +potion.prefix.foul=Ù„Ú©Ù‡ دار کردن +potion.prefix.grenade=اسپلش +potion.prefix.gross=ناخالص +potion.prefix.harsh=خشن +potion.prefix.milky=شیری +potion.prefix.mundane=ماندان +potion.prefix.odorless=بی بو +potion.prefix.potent=قوی +potion.prefix.rank=درجه +potion.prefix.refined=تصÙیه شده +potion.prefix.smooth=صا٠+potion.prefix.sparkling=درخشان +potion.prefix.stinky=بد بو +potion.prefix.suave=مودب +potion.prefix.thick=ضخامت +potion.prefix.thin=لاغر +potion.prefix.uninteresting=خسته کننده +potion.regeneration=جانگيري +potion.regeneration.postfix=معجون جانگيري +potion.resistance=مقاومت +potion.resistance.postfix=معجون مقاومت +potion.saturation=قدرت +potion.saturation.postfix=معجون قدرت +potion.waterBreathing=ØªÙ†ÙØ³ آب +potion.waterBreathing.postfix=معجون ØªÙ†ÙØ³ آب +potion.weakness=ضع٠+potion.weakness.postfix=معجون ضع٠+potion.wither=پژمردگي +potion.wither.postfix=معجون تحليل جان +record.nowPlaying=در حال پخش٠%s +resourcePack.available.title=بسته های منابع قابل Ø§Ø³ØªÙØ§Ø¯Ù‡ +resourcePack.folderInfo=ÙØ§ÛŒÙ„ های ریسورس Ù¾Ú© را اینجا قرار دهید +resourcePack.openFolder=پوشه منبع بسته را باز Ú©Ù† +resourcePack.selected.title=بسته منابع انتخاب شده +resourcePack.title=انتخاب بسته های منبع +screenshot.failure=عدم توان براي سيو : %s +screenshot.success=عکس Ú¯Ø±ÙØªÙ‡ شد : %s +selectServer.add=اضاÙÙ‡ کردن سرور +selectServer.defaultName=سرور ماین Ú©Ø±ÙØª +selectServer.delete=حذ٠+selectServer.deleteButton=حذ٠+selectServer.deleteQuestion=آیا مطمئن هستید Ù…ÛŒ خواهید این سرور را حذ٠کنید؟ +selectServer.deleteWarning=برای همیشه Ú¯Ù… Ù…ÛŒ شود! (یک زمان طولانی!) +selectServer.direct=اتصال مستقیم +selectServer.edit=ویرایش +selectServer.empty=خالی +selectServer.hiddenAddress=(پنهان) +selectServer.refresh=تازه کردن +selectServer.select=پیوستن به سرور +selectServer.title=انتخاب سرور +selectWorld.allowCommands=اجازه داشتن برای وارد کردن کد تقلّب: +selectWorld.allowCommands.info=دستوراتی مانند /gamemodeØŒ /xp +selectWorld.bonusItems=صندوقچه جایزه: +selectWorld.cheats=کد تقلب بازی +selectWorld.conversion=باید تبدیل شود! +selectWorld.create=ایجاد دنیای جدید +selectWorld.createDemo=بازی در نسخه ÛŒ نمایشی جدید +selectWorld.customizeType=Ø³ÙØ§Ø±Ø´ÛŒ کردن +selectWorld.delete=حذ٠+selectWorld.deleteButton=حذ٠+selectWorld.deleteQuestion=آیا مطمئن هستید Ú©Ù‡ Ù…ÛŒ خواهید این دنیا را حذ٠کنید؟ +selectWorld.deleteWarning=برای همیشه Ú¯Ù… Ù…ÛŒ شود! (زمان طولانی!) +selectWorld.empty=خالی +selectWorld.enterName=نام دنیا +selectWorld.enterSeed=دانه برای مولد دنیا +selectWorld.gameMode=مد بازی +selectWorld.gameMode.adventure=ماجراجویی +selectWorld.gameMode.adventure.line1=همانند "سوروایول" میباشد ولی بلوک ها نمیتوانند +selectWorld.gameMode.adventure.line2=اضاÙÙ‡ یا حذ٠شوند +selectWorld.gameMode.creative=خلاق +selectWorld.gameMode.creative.line1=منابع بینهایت, پرواز آزاد Ùˆ +selectWorld.gameMode.creative.line2=بلوک ها را Ø¨Ù„Ø§ÙØ§ØµÙ„Ù‡ از بین ببر +selectWorld.gameMode.hardcore=هاردکور +selectWorld.gameMode.hardcore.line1=مثل حالت "زنده ماندن"ØŒ در سخت ترين حالت Ù‚ÙÙ„ شده است +selectWorld.gameMode.hardcore.line2=دشواری، Ùˆ تنها یک جان +selectWorld.gameMode.survival=بقا +selectWorld.gameMode.survival.line1=جستجو برای منابع, ابزار، تقویت +selectWorld.gameMode.survival.line2=سطوح، سلامتی Ùˆ گرسنگی +selectWorld.hardcoreMode=هاردکور: +selectWorld.hardcoreMode.info=دنیا پس از مرگ حذ٠می گردد +selectWorld.mapFeatures=تولید کردن سازه: + +selectWorld.mapFeatures.info=روستا, سیاه چال Ùˆ غیره +selectWorld.mapType=نوع دنیا: +selectWorld.mapType.normal=معمولی +selectWorld.moreWorldOptions=جزئیات بیشتر دنیا... +selectWorld.newWorld=دنیای جدید +selectWorld.newWorld.copyOf=Ú©Ù¾ÛŒ از %s +selectWorld.recreate=ایجاد دوباره +selectWorld.rename=تغییر نام +selectWorld.renameButton=تغییر نام +selectWorld.renameTitle=تغییر نام دنیا +selectWorld.resultFolder=ذخیره خواهد شد در: +selectWorld.seedInfo=برای دانه تصادÙÛŒ خالی بگذارید +selectWorld.select=بازی در دنیای انتخاب شده +selectWorld.title=انتخاب دنیا +selectWorld.world=دنیا +sign.edit=تغییر نوشته نشانه +soundCategory.ambient=محیط / محیط زیست +soundCategory.block=بلوک +soundCategory.hostile=موجودات متخاصم +soundCategory.master=صدای اصلی +soundCategory.music=موسیقی +soundCategory.neutral=موجودات دوستانه +soundCategory.player=بازیکنان +soundCategory.record=جعبه گراماÙون خودکار دارای سوراخی برای ریختن پول Ùˆ دکمه مخصوص انتخاب ØµÙØ­Ù‡ / Noteblocks +soundCategory.weather=آب Ùˆ هوا +stat.animalsBred=حيوانات توليد مثل کرده +stat.blocksButton=بلوک ها +stat.boatOneCm=مقدار حرکت با قايق +stat.breakItem=%1$ها از بين Ø±ÙØªÙ‡ +stat.climbOneCm=مقدار پرش +stat.craftItem=%1$ها ساخته شده +stat.crafted=مقدار ساخته شدن +stat.createWorld=جهان هاي ساخته شده +stat.damageDealt=آسيب وارد کرده +stat.damageTaken=آسيب وارد شده +stat.deaths=تعداد مرگ +stat.depleted=تعداد خراب کردن +stat.diveOneCm=مقياس شنا کرده +stat.drop=آيتم هاي انداخته +stat.entityKilledBy=%s killed you %s time(s) +stat.entityKilledBy.none=شما هرگز توسط %s کشته نشده اید +stat.entityKills=You killed %s %s +stat.entityKills.none=شما هرگز %s را نکشتید +stat.fallOneCm=مقياس Ø§ÙØªØ§Ø¯Ù‡ +stat.fishCaught=ماهي هاي Ú¯Ø±ÙØªÙ‡ +stat.flyOneCm=مقياس پرواز کرده +stat.generalButton=عمومی +stat.horseOneCm=مقياس سوار اسب +stat.itemsButton=آيتم ها +stat.joinMultiplayer=اتصال به سرورها +stat.jump=پرش ها +stat.junkFished=آشغال دريايي Ú¯Ø±ÙØªÙ‡ +stat.leaveGame=بستن بازي +stat.loadWorld=سيو هاي لود شده +stat.mineBlock=%1$s معدن کاوی کرد +stat.minecartOneCm=مقياس با ماشين معدن +stat.mined=کندن +stat.mobKills=موجودات کشته +stat.mobsButton=موجودات +stat.pigOneCm=مقياس با خوک +stat.playOneMinute=دقايق در حال بازي +stat.playerKills=بازيکن هاي کشته +stat.startGame=تعداد بازي +stat.swimOneCm=مقياس شنا کرده +stat.treasureFished=گنج درياي Ú¯Ø±ÙØªÙ‡ +stat.useItem=%1$s Ø§Ø³ØªÙØ§Ø¯Ù‡ کرد +stat.used=Ø§Ø³ØªÙØ§Ø¯Ù‡ شدن +stat.walkOneCm=مقياس راه Ø±ÙØªÙ‡ +stats.tooltip.type.achievement=دستاورد +stats.tooltip.type.statistic=آمار +stream.unavailable.failed_auth=صدیق هویت در حرکت یا کشش ناگهانی شکست خورده است. به mojang.com Ù„Ø·ÙØ§ Ùˆ دوباره ملزم ساختن حساب انقباض خود را. +stream.unavailable.failed_auth.okay=دوباره ملزم ساختن حساب +stream.unavailable.failed_auth_error=قادر به احرازهویت کشش. Ù„Ø·ÙØ§ دوباره تلاش کنید. +stream.unavailable.initialization_failure=قادر به مقداردهی اولیه انقباض SDK. +stream.unavailable.initialization_failure.extra=(به دلیل %s) +stream.unavailable.library_arch_mismatch=نسخه جاوا Ø³ÙØ§Ø±Ø´ÛŒ Ø§Ø³ØªÙØ§Ø¯Ù‡ Ù…ÛŒ شود برای راه اندازی کمیته مبارزه با سانسور دارای معماری Ù…ØªÙØ§ÙˆØª از یک مورد Ø§Ø³ØªÙØ§Ø¯Ù‡ برای اجرای پرتاب. Ù„Ø·ÙØ§ مطمئن شوید Ú©Ù‡ این همان است، یا 32 بیتی یا 64 بیتی برای هر دو. +stream.unavailable.not_supported.mac.okay=ارتقا +stream.unavailable.soundflower.chat.link=Ù„Ø·ÙØ§ برای نصب اینجا را کلیک کنید. +stream.user.mode.banned=محروم شده +stream.user.mode.banned.self=در کانال شما محروم شده است +stream.user.mode.moderator=ناظم +stream.user.subscription.subscriber=مشترک +stream.user.subscription.subscriber.self=مشترک در کانال شما +stream.user.subscription.turbo=Twitch Turbo +stream.userinfo.ban=محرومیت +stream.userinfo.chatTooltip=برای مدیریت کاربر کلیک کنید +stream.userinfo.mod=ارتقا درجه به ناظم +stream.userinfo.timeout=ایست +stream.userinfo.unban=Ø±ÙØ¹ محرومیت +stream.userinfo.unmod=نزول مرتبه از ناظم +tile.activatorRail.name=ريل ÙØ¹Ø§Ù„گر +tile.anvil.intact.name=سندان +tile.anvil.name=سندان +tile.anvil.slightlyDamaged.name=سندان با آسيب Ú©Ù… +tile.anvil.veryDamaged.name=سندان با آسيب زياد +tile.barrier.name=سد نامرئی +tile.beacon.name=ÙØ¶Ø§Ø¬Ø§Ø¯Ùˆ +tile.beacon.primary=قدرت اصلي +tile.beacon.secondary=قدرت ثانويه +tile.bed.name=تختخواب +tile.bed.noSleep=شما Ùقط در شب مي توانيد بخوابيد +tile.bed.notSafe=شما نمي توانيد بخوابيد ØŒ هيولاها نزديک هستند +tile.bed.notValid=تختخواب خانه شما خراب/Ú¯Ù… شده است +tile.bed.occupied=اين تختخواب Ú¯Ø±ÙØªÙ‡ شده است +tile.bedrock.name=سنگ بستر +tile.blockCoal.name=بلوک ذغال سنگ +tile.blockDiamond.name=بلوک الماس +tile.blockEmerald.name=بلوک زمرد +tile.blockGold.name=بلوک طلا +tile.blockIron.name=بلوک آهن +tile.blockLapis.name=بلوک لاجورد +tile.blockRedstone.name=بلوک رداستون +tile.bookshelf.name=Ù‚ÙØ³Ù‡ کتاب +tile.brick.name=بلوک آجر +tile.button.name=کليد +tile.cactus.name=کاکتوس +tile.cake.name=Ú©ÙŠÚ© +tile.carrots.name=هويج +tile.cauldron.name=ديگ +tile.chest.name=صندوقچه +tile.chestTrap.name=صندوقچه تله گذاري +tile.clay.name=خاک رس +tile.clayHardened.name=خشت (رس سخت) +tile.clayHardenedStained.black.name=خشت مشکي +tile.clayHardenedStained.blue.name=خشت آبي +tile.clayHardenedStained.brown.name=خشت قهوه اي +tile.clayHardenedStained.cyan.name=خشت Ùيروزه اي +tile.clayHardenedStained.gray.name=خشت خاکستري +tile.clayHardenedStained.green.name=خشت سبز +tile.clayHardenedStained.lightBlue.name=خشت آبي آسماني +tile.clayHardenedStained.lime.name=خشت ÙØ³Ùري +tile.clayHardenedStained.magenta.name=خشت سرخآبي +tile.clayHardenedStained.orange.name=خشت نارنجي +tile.clayHardenedStained.pink.name=خشت صورتي +tile.clayHardenedStained.purple.name=خشت Ø¨Ù†ÙØ´ +tile.clayHardenedStained.red.name=خشت قرمز +tile.clayHardenedStained.silver.name=خشت نقره اي +tile.clayHardenedStained.white.name=خشت سÙيد +tile.clayHardenedStained.yellow.name=خشت زرد +tile.cloth.black.name=پشم مشکي +tile.cloth.blue.name=پشم آبي +tile.cloth.brown.name=پشم قهوه اي +tile.cloth.cyan.name=پشم Ùيروزه اي +tile.cloth.gray.name=پشم خاکستري +tile.cloth.green.name=پشم سبز +tile.cloth.lightBlue.name=پشم آبي آسماني +tile.cloth.lime.name=پشم ÙØ³Ùري +tile.cloth.magenta.name=پشم سرخآبي +tile.cloth.name=پشم +tile.cloth.orange.name=پشم نارنجي +tile.cloth.pink.name=پشم صورتي +tile.cloth.purple.name=پشم Ø¨Ù†ÙØ´ +tile.cloth.red.name=پشم قرمز +tile.cloth.silver.name=پشم نقره اي +tile.cloth.white.name=پشم +tile.cloth.yellow.name=پشم زرد +tile.cobbleWall.mossy.name=ديوار قلوه سنگ لجني +tile.cobbleWall.normal.name=ديوار قلوه سنگ +tile.cocoa.name=کاکائو +tile.commandBlock.name=بلوک دستور +tile.crops.name=گندم در حال رشد +tile.daylightDetector.name=سنسور خورشيدي +tile.deadbush.name=بته خشک +tile.detectorRail.name=ريل يابنده +tile.dirt.coarse.name=خاک آهکی +tile.dirt.default.name=خاک +tile.dirt.name=خاک +tile.dirt.podzol.name=گیاخاک +tile.dispenser.name=توزيعگر +tile.doorIron.name=در آهني +tile.doorWood.name=در چوبي +tile.doublePlant.fern.name=سرخس بزرگ +tile.doublePlant.grass.name=چمن بزرگ +tile.doublePlant.paeonia.name=Ú¯Ù„ پيونيا +tile.doublePlant.rose.name=بوته رز +tile.doublePlant.sunflower.name=Ú¯Ù„ Ø¢ÙØªØ§Ø¨Ú¯Ø±Ø¯Ø§Ù† +tile.doublePlant.syringa.name=Ú¯Ù„ سايرينگا +tile.dragonEgg.name=تخم اژدها +tile.dropper.name=پرتابگر +tile.enchantmentTable.name=ميز Ø§ÙØ³ÙˆÙ†Ú¯Ø±ÙŠ +tile.endPortalFrame.name=پرتال ÙØ±Ø¬Ø§Ù… +tile.enderChest.name=صندوقچه ÙØ±Ø¬Ø§Ù… +tile.farmland.name=خاک مزرعه +tile.fence.name=حصار چوبي +tile.fenceGate.name=دروازه چوبي +tile.fenceIron.name=ميله هاي آهني +tile.fire.name=آتش +tile.flower1.dandelion.name=Ú¯Ù„ داندليون +tile.flower2.allium.name=Ú¯Ù„ آليوم +tile.flower2.blueOrchid.name=Ú¯Ù„ ارکيده آبي +tile.flower2.houstonia.name=Ú¯Ù„ هاستونيا +tile.flower2.oxeyeDaisy.name=Ú¯Ù„ آکسي ديسي +tile.flower2.poppy.name=Ú¯Ù„ پاپي +tile.flower2.tulipOrange.name=Ú¯Ù„ لاله نارنجي +tile.flower2.tulipPink.name=Ú¯Ù„ صورتي +tile.flower2.tulipRed.name=Ú¯Ù„ قرمز +tile.flower2.tulipWhite.name=Ú¯Ù„ سÙيد +tile.furnace.name=کوره +tile.glass.name=شیشه +tile.goldenRail.name=ريل حرکتي +tile.grass.name=بلوک چمن +tile.gravel.name=ریگ +tile.hayBlock.name=یونجه خشک +tile.hellrock.name=جهنم سنگ +tile.hellsand.name=شن ارواح +tile.hopper.name=قي٠+tile.ice.name=يخ +tile.icePacked.name=يخ ÙØ´Ø±Ø¯Ù‡ +tile.jukebox.name=جعبه موسيقي +tile.ladder.name=نردبان +tile.lava.name=گدازه +tile.leaves.acacia.name=برگ اقاقیا +tile.leaves.big_oak.name=برگ بلوط تیره +tile.leaves.birch.name=برگ توس +tile.leaves.jungle.name=برگ جنگلی +tile.leaves.name=برگ +tile.leaves.oak.name=برگ بلوط +tile.leaves.spruce.name=برگ صنوبر +tile.lever.name=اهرم +tile.lightgem.name=سنگ روشنا +tile.litpumpkin.name=کدوتنبل نوري +tile.lockedchest.name=صندوقچه شوخي +tile.log.acacia.name=چوب اقاقیا +tile.log.big_oak.name=چوب بلوط تیره +tile.log.birch.name=چوب توس +tile.log.jungle.name=چوب جنگلی +tile.log.name=چوب +tile.log.oak.name=چوب بلوط +tile.log.spruce.name=چوب صنوبر +tile.melon.name=هندوانه +tile.mobSpawner.name=احضارگر هیولا +tile.monsterStoneEgg.brick.name=آجرسنگ موذي +tile.monsterStoneEgg.chiseledbrick.name=آجرسنگ تراشي موذي +tile.monsterStoneEgg.cobble.name=قلوه سنگ موذي +tile.monsterStoneEgg.crackedbrick.name=آجرسنگ شکسته موذي +tile.monsterStoneEgg.mossybrick.name=آجرسنگ لجني موذي +tile.monsterStoneEgg.stone.name=سنگ موذي +tile.mushroom.name=قارچ +tile.musicBlock.name=بلوک نت +tile.mycel.name=قارچخاک +tile.netherBrick.name=آجر جهنمي +tile.netherFence.name=حصار آجر جهنمي +tile.netherStalk.name=گياه جهنمي +tile.netherquartz.name=سنگ معدن کوارتز جهنمي +tile.notGate.name=مشعل رداستوني +tile.obsidian.name=آبسيديان +tile.oreCoal.name=سنگ معدن ذغال +tile.oreDiamond.name=سنگ معدن الماس +tile.oreEmerald.name=سنگ معدن زمرد +tile.oreGold.name=سنگ معدن طلا +tile.oreIron.name=سنگ معدن آهن +tile.oreLapis.name=سنگ معدن لاجورد +tile.oreRedstone.name=سنگ معدن رداستون +tile.oreRuby.name=سنگ معدن روبيديوم +tile.pistonBase.name=پيستون +tile.pistonStickyBase.name=پيستون چسبناک +tile.portal.name=پرتال جهنم +tile.potatoes.name=سيب زميني ها +tile.pumpkin.name=کدوتنبل +tile.quartzBlock.chiseled.name=بلوک کوارتز تراشي +tile.quartzBlock.default.name=بلوک کوارتز +tile.quartzBlock.lines.name=بلوک کوارتز ستوني +tile.rail.name=ريل +tile.redstoneDust.name=گرد رداستون +tile.redstoneLight.name=لامپ +tile.reeds.name=ني شکر +tile.sand.default.name=شن Ùˆ ماسه +tile.sand.red.name=شن Ùˆ ماسه قرمز +tile.sandStone.chiseled.name=ماسه سنگ تراش خورده +tile.sandStone.default.name=ماسه سنگ +tile.sandStone.name=ماسه سنگ +tile.sandStone.smooth.name=ماسه سنگ صا٠+tile.sapling.acacia.name=نهال درخت اقاقیا +tile.sapling.big_oak.name=نهال بلوط تیره +tile.sapling.birch.name=نهال درخت توس +tile.sapling.jungle.name=نحال درخت جنگلی +tile.sapling.oak.name=نهال درخت بلوط +tile.sapling.spruce.name=نهال درخت صنوبر +tile.sign.name=نشانه +tile.snow.name=بر٠+tile.stainedGlass.black.name=شیشه رنگی مشکی +tile.stainedGlass.blue.name=شيشه آبي +tile.stainedGlass.brown.name=شيشه قهوه اي +tile.stainedGlass.cyan.name=شيشه آسمانی +tile.stainedGlass.gray.name=شيشه خاکستري +tile.stainedGlass.green.name=شيشه سبز +tile.stainedGlass.lightBlue.name=شیشه آبی روشن +tile.stainedGlass.lime.name=شیشه لیمویی +tile.stainedGlass.magenta.name=شيشه سرخآبي +tile.stainedGlass.name=شیشه رنگی +tile.stainedGlass.orange.name=شيشه نارنجي +tile.stainedGlass.pink.name=شيشه صورتي +tile.stainedGlass.purple.name=شيشه ارغوانی +tile.stainedGlass.red.name=شیشه قرمز +tile.stainedGlass.silver.name=شيشه نقره اي +tile.stainedGlass.white.name=شيشه سÙيد +tile.stainedGlass.yellow.name=شيشه زرد +tile.stairsBrick.name=پله آجري +tile.stairsNetherBrick.name=پله آجر جهنمي +tile.stairsQuartz.name=پله کوارتز +tile.stairsRedSandStone.name=پله ماسه سنگ قرمز +tile.stairsSandStone.name=پله ماسه سنگي +tile.stairsStone.name=پله قلوه سنگي +tile.stairsStoneBrickSmooth.name=پله آجرسنگي +tile.stairsWood.name=پله الوار بلوط +tile.stairsWoodAcacia.name=پله الوار اقاقيا +tile.stairsWoodBirch.name=پله الوار توس +tile.stairsWoodDarkOak.name=پله الوار بلوط تيره +tile.stairsWoodJungle.name=پله الوار جنگلي +tile.stairsWoodSpruce.name=پله الوار صنوبر +tile.stone.andesite.name=آندزیت +tile.stone.andesiteSmooth.name=آندزیت تراش خورده +tile.stone.diorite.name=دیوریت +tile.stone.dioriteSmooth.name=دیوریت تراش خورده +tile.stone.granite.name=گرانیت +tile.stone.graniteSmooth.name=گرانیت تراش خورده +tile.stone.stone.name=سنگ +tile.stoneMoss.name=قلوه سنگ لجني +tile.stoneSlab.brick.name=قطعه آجري +tile.stoneSlab.cobble.name=قطعه قلوه سنگي +tile.stoneSlab.netherBrick.name=قطعه آجر جهنمي +tile.stoneSlab.quartz.name=قطعه کوارتزي +tile.stoneSlab.sand.name=قطعه ماسه سنگي +tile.stoneSlab.smoothStoneBrick.name=قطعه آجرسنگي +tile.stoneSlab.stone.name=قطعه سنگي +tile.stoneSlab.wood.name=قطعه الوار +tile.stoneSlab2.red_sandstone.name=قطعه ماسه سنگ قرمز +tile.stonebrick.name=قلوه سنگ +tile.stonebricksmooth.chiseled.name=آجرسنگ تراشي +tile.stonebricksmooth.cracked.name=آجرسنگ شکسته +tile.stonebricksmooth.default.name=آجرسنگ +tile.stonebricksmooth.mossy.name=آجرسنگ لجني +tile.stonebricksmooth.name=آجرسنگ +tile.tallgrass.fern.name=بوته سرخس +tile.tallgrass.grass.name=چمن +tile.tallgrass.name=چمن +tile.tallgrass.shrub.name=درختچه +tile.thinGlass.name=پنجره +tile.thinStainedGlass.black.name=پنجره مشکي +tile.thinStainedGlass.blue.name=پنجره آبي +tile.thinStainedGlass.brown.name=پنجره قهوه اي +tile.thinStainedGlass.cyan.name=پنجره Ùيروزه اي +tile.thinStainedGlass.gray.name=پنجره خاکستري +tile.thinStainedGlass.green.name=پنجره سبز +tile.thinStainedGlass.lightBlue.name=پنجره آبي آسماني +tile.thinStainedGlass.lime.name=پنجره ÙØ³Ùري +tile.thinStainedGlass.magenta.name=پنجره سرخآبي +tile.thinStainedGlass.name=پنجره رنگی +tile.thinStainedGlass.orange.name=پنجره نارنجي +tile.thinStainedGlass.pink.name=پنجره صورتي +tile.thinStainedGlass.purple.name=پنجره Ø¨Ù†ÙØ´ +tile.thinStainedGlass.red.name=پنجره قرمز +tile.thinStainedGlass.silver.name=پنجره نقره اي +tile.thinStainedGlass.white.name=پنجره سÙيد +tile.thinStainedGlass.yellow.name=پنجره زرد +tile.tnt.name=تي ان تي +tile.torch.name=مشعل +tile.trapdoor.name=تله در +tile.tripWire.name=نخ تله +tile.tripWireSource.name=گیره تله نخی +tile.vine.name=گياه نردباني +tile.water.name=آب +tile.waterlily.name=زنبق دريايي +tile.web.name=تار عنکبوت +tile.weightedPlate_heavy.name=تخته تشخيصگر سنگين +tile.weightedPlate_light.name=تخته تشخيصگر سبک +tile.whiteStone.name=ÙØ±Ø¬Ø§Ù… سنگ +tile.wood.acacia.name=الوار اقاقیا +tile.wood.big_oak.name=الوار بلوط تیره +tile.wood.birch.name=تخته چوب توس +tile.wood.jungle.name=الوار جنگلی +tile.wood.name=تخته های چوبی +tile.wood.oak.name=تخته چوب بلوط +tile.wood.spruce.name=تخته چوب صنوبر +tile.woodSlab.acacia.name=قطعه الوار اقاقيا +tile.woodSlab.big_oak.name=قطعه الوار بلوط تيره +tile.woodSlab.birch.name=قطعه الوار توس +tile.woodSlab.jungle.name=قطعه الوار جنگلي +tile.woodSlab.name=قطعه چوب +tile.woodSlab.oak.name=قطعه الوار بلوط +tile.woodSlab.spruce.name=قطعه الوار صنوبر +tile.woolCarpet.black.name=ÙØ±Ø´ مشکي +tile.woolCarpet.blue.name=ÙØ±Ø´ آبي +tile.woolCarpet.brown.name=ÙØ±Ø´ قهوه اي +tile.woolCarpet.cyan.name=ÙØ±Ø´ Ùيروزه اي +tile.woolCarpet.gray.name=ÙØ±Ø´ خاکستري +tile.woolCarpet.green.name=ÙØ±Ø´ سبز +tile.woolCarpet.lightBlue.name=ÙØ±Ø´ آبي آسماني +tile.woolCarpet.lime.name=ÙØ±Ø´ ÙØ³Ùري +tile.woolCarpet.magenta.name=ÙØ±Ø´ سرخآبي +tile.woolCarpet.orange.name=ÙØ±Ø´ نارنجي +tile.woolCarpet.pink.name=ÙØ±Ø´ صورتي +tile.woolCarpet.purple.name=ÙØ±Ø´ Ø¨Ù†ÙØ´ +tile.woolCarpet.red.name=ÙØ±Ø´ قرمز +tile.woolCarpet.silver.name=ÙØ±Ø´ خاکستری روشن +tile.woolCarpet.white.name=ÙØ±Ø´ سÙيد +tile.woolCarpet.yellow.name=ÙØ±Ø´ زرد +tile.workbench.name=ميزکار +title.oldgl1=کارت گراÙیک قدیمی شناسایی شد;این ممکن است شما را منع کند از +title.oldgl2=بازی در آینده نیازمند OpenGL 2.0 خواهد بود. +translation.test.args=%s %s +translation.test.invalid=سلام % +translation.test.invalid2=سلام s% +translation.test.none=سلام، دنیا! +translation.test.world=دنیا diff --git a/javascript/lang/fi_FI.lang b/javascript/lang/fi_FI.lang new file mode 100755 index 00000000..65f91dd9 --- /dev/null +++ b/javascript/lang/fi_FI.lang @@ -0,0 +1,2378 @@ +achievement.acquireIron=Hanki rautatavaraa +achievement.acquireIron.desc=Sulata rautaharkko +achievement.bakeCake=Valhe +achievement.bakeCake.desc=Vehnää, sokeria, maitoa ja kananmunia! +achievement.blazeRod=Läpi tulen +achievement.blazeRod.desc=Vapauta Roihu sauvastaan +achievement.bookcase=Kirjastonhoitaja +achievement.bookcase.desc=Rakenna kirjahyllyjä tehostamaan lumouspöytääsi +achievement.breedCow=Uudelleenkansoitus +achievement.breedCow.desc=Lisäännytä kaksi lehmää heinällä +achievement.buildBetterPickaxe=Askel parempaan päin +achievement.buildBetterPickaxe.desc=Valmista parempi hakku +achievement.buildFurnace=Kuumaa kamaa +achievement.buildFurnace.desc=Rakenna uuni kahdeksasta kivikuutiosta +achievement.buildHoe=Aika viljellä! +achievement.buildHoe.desc=Tee puukuokka kepeistä ja laudoista +achievement.buildPickaxe=Aika louhia! +achievement.buildPickaxe.desc=Tee puuhakku kepeistä ja laudoista +achievement.buildSword=Aika iskeä! +achievement.buildSword.desc=Tee puumiekka kepeistä ja laudoista +achievement.buildWorkBench=Valmistuksen salat +achievement.buildWorkBench.desc=Valmista työpöytä neljästä lautakasasta +achievement.cookFish=Herkullista kalaa +achievement.cookFish.desc=Pyydystä ja paista kala! +achievement.diamonds=TIMANTTEJA! +achievement.diamonds.desc=Hanki timantteja rautatyökaluilla +achievement.diamondsToYou=Timantteja sinulle! +achievement.diamondsToYou.desc=Heitä timantteja toiselle pelaajalle. +achievement.enchantments=Lumoaja +achievement.enchantments.desc=Rakenna lumouspöytä laavakivestä, timanteista ja kirjasta +achievement.exploreAllBiomes=Seikkailun aika +achievement.exploreAllBiomes.desc=Löydä kaikki biomit +achievement.flyPig=Kun possut lentävät +achievement.flyPig.desc=Ratsasta possulla alas jyrkänteeltä +achievement.fullBeacon=Lyhtykuutioittaja +achievement.fullBeacon.desc=Luo kokonainen lyhtykuutio +achievement.get=Uusi saavutus! +achievement.ghast=Pikapalautus +achievement.ghast.desc=Tuhoa Hornanhenki tulipallolla +achievement.killCow=Nahkuri +achievement.killCow.desc=Kerää nahkaa +achievement.killEnemy=Hirviönmetsästäjä +achievement.killEnemy.desc=Hyökkää ja surmaa hirviö +achievement.killWither=Alku. +achievement.killWither.desc=Tapa Wither +achievement.makeBread=Leivo leipää +achievement.makeBread.desc=Tee vehnästä leipää +achievement.mineWood=Metsuri +achievement.mineWood.desc=Hakkaa puuta kunnes siitä pulpahtaa ulos puukuutio +achievement.onARail=Raiteilla +achievement.onARail.desc=Matkusta kaivosvaunulla vähintään kilometri aloituspaikastasi +achievement.openInventory=Kurkista reppuun +achievement.openInventory.desc=Avaa tavaraluettelo painamalla '%1$s'. +achievement.overkill=Ylilyönti +achievement.overkill.desc=Aiheuta kahdeksan sydämen vahinko yhdellä iskulla +achievement.overpowered=Ylivoimainen +achievement.overpowered.desc=Tee Notch-omena +achievement.portal=Meidän on mentävä syvemmälle +achievement.portal.desc=Rakenna portaali Hornaan +achievement.potion=Kotipanimo +achievement.potion.desc=Valmista taikajuoma +achievement.requires=Vaatii saavutuksen '%1$s' +achievement.snipeSkeleton=Tarkka-ammuntaa +achievement.snipeSkeleton.desc=Surmaa luuranko nuolella yli 50 metrin päästä +achievement.spawnWither=Alku? +achievement.spawnWither.desc=Luo Wither +achievement.taken=Saavutettu! +achievement.theEnd=Loppu? +achievement.theEnd.desc=Paikanna Loppu +achievement.theEnd2=Loppu. +achievement.theEnd2.desc=Kukista Äärilisko +achievement.unknown=??? +addServer.add=Valmis +addServer.enterIp=Palvelimen osoite +addServer.enterName=Palvelimen nimi +addServer.hideAddress=Piilota osoite +addServer.resourcePack=Palvelimen resurssipaketit +addServer.resourcePack.disabled=Ei käytössä +addServer.resourcePack.enabled=Käytössä +addServer.resourcePack.prompt=Kehote +addServer.title=Muokkaa palvelimen tietoja +advMode.allPlayers="@a" asettaa kohteeksi kaikki pelaajat +advMode.command=Konsolikomento +advMode.nearestPlayer="@p" asettaa kohteeksi lähimmän pelaajan +advMode.notAllowed=Sinun tarvitsee olla operaattori luovassa tilassa +advMode.notEnabled=Komentokuutio ei ole käytössä tällä palvelimella +advMode.previousOutput=Edellinen suorite +advMode.randomPlayer="@r" asettaa kohteeksi satunnaisen pelaajan +advMode.setCommand=Aseta kuutiolle konsolikomento +advMode.setCommand.success=Komento asetettu: %s +attribute.modifier.plus.0=+%s %s +attribute.modifier.plus.1=+%s%% %s +attribute.modifier.plus.2=+%s%% %s +attribute.modifier.take.0=-%s %s +attribute.modifier.take.1=-%s%% %s +attribute.modifier.take.2=-%s%% %s +attribute.name.generic.attackDamage=Iskun vahinko +attribute.name.generic.followRange=Olion seurantaetäisyys +attribute.name.generic.knockbackResistance=Taakselyönnin vastustaminen +attribute.name.generic.maxHealth=Maksimielinvoima +attribute.name.generic.movementSpeed=Nopeus +attribute.name.horse.jumpStrength=Hevosen hyppyvoimakkuus +attribute.name.zombie.spawnReinforcements=Zombievahvistusjoukot +book.byAuthor=kirjoittanut %1$s +book.editTitle=Anna kirjalle nimi: +book.finalizeButton=Allekirjoita ja sulje +book.finalizeWarning=Huom! Allekirjoitettuasi kirjan sitä ei voi enää muokata. +book.generation.0=Alkuperäinen +book.generation.1=Alkuperäisen kopio +book.generation.2=Kopion kopio +book.generation.3=Repaleinen +book.pageIndicator=Sivu %1$s/%2$s +book.signButton=Allekirjoita +build.tooHigh=Rakentamisen korkeusrajoitus on %s kuutiota +chat.cannotSend=Ei mahdollista lähettää viestiä +chat.copy=Kopioi leikepöydälle +chat.link.confirm=Haluatko varmasti avata seuraavan verkkosivun? +chat.link.confirmTrusted=Haluatko avata tämän linkin vai kopioida sen leikepöydälle? +chat.link.open=Avaa selaimessa +chat.link.warning=Älä koskaan avaa linkkejä epäluotettavista lähteistä! +chat.stream.emote=(%s) * %s %s +chat.stream.text=(%s) <%s> %s +chat.type.achievement=%s on juuri ansainnut saavutuksen %s +chat.type.achievement.taken=%s on menettänyt saavutuksen %s +chat.type.admin=[%s: %s] +chat.type.announcement=[%s] %s +chat.type.emote=* %s %s +chat.type.text=<%s> %s +commands.achievement.alreadyHave=Pelaajalla %s on jo saavutus %s +commands.achievement.dontHave=Pelaajalla %s ei ole saavutusta %s +commands.achievement.give.success.all=Saavutukset on annettu onnistuneesti pelaajalle %s +commands.achievement.give.success.one=Tilasto %s annettiin onnistuneesti pelaajalle %s +commands.achievement.statTooLow=Pelaajalla %s ei ole tilastoa %s +commands.achievement.take.success.all=Kaikki saavutukset poistettu pelaajalta %s +commands.achievement.unknownAchievement=Tuntematon saavutus tai tilasto '%s' +commands.achievement.usage=/achievement [player] +commands.ban.failed=Ei voitu antaa porttikieltoa pelaajalle %s +commands.ban.success=Annettiin porttikielto pelaajalle %s +commands.ban.usage=/ban [syy...] +commands.banip.invalid=Syötit virheellisen IP-osoitteen tai pelaajan, joka ei ole paikalla +commands.banip.success=Annettiin porttikielto IP-osoitteelle %s +commands.banip.success.players=Annettiin porttikielto IP-osoitteelle %s, joka kuuluu pelaajalle %s +commands.banip.usage=/ban-ip [syy...] +commands.banlist.ips=Yhteensä %s porttikiellon saanutta IP-osoitetta: +commands.banlist.players=Yhteensä %s porttikiellon saanutta pelaajaa: +commands.banlist.usage=/banlist [ips|players] +commands.blockdata.outOfWorld=Ei voi muuttaa kuutioita maailman ulkopuolella +commands.blockdata.success=Kuution tiedot päivittetty tietoihin: %s +commands.blockdata.tagError=Datatagin jäsennys epäonnistui: %s +commands.blockdata.usage=/blockdata +commands.chunkinfo.empty=Lohko on tyhjä. +commands.chunkinfo.hasLayers=Lohkossa on kerroksia: %s +commands.chunkinfo.hasNoRenderableLayers=Chunkilla ei ole piirrettäviä kerroksia. +commands.chunkinfo.isEmpty=Lohkossa on tyhjiä kerroksia: %s +commands.chunkinfo.location=Lohkon sijainti: (%s, %s, %s) +commands.chunkinfo.noChunk=Ei lohkoa sijainnissa %s, %s, %s +commands.chunkinfo.notEmpty=Lohko ei ole tyhjä. +commands.clear.failure=Ei voitu poistaa luettelon %s, ei kohdetta poistaa +commands.clear.success=Pelaajan %s tavaraluettelo tyhjennetty, poistetaan %s esinettä +commands.clone.failed=Kuutioita ei kloonattu +commands.clone.noOverlap=Lähde ja kohde eivät saa mennä päällekkäin +commands.clone.outOfWorld=Virhe: Ei voi käyttää blockia maailman ulkopuolelta. +commands.clone.success=%s kuutiota kloonattu +commands.clone.tooManyBlocks=Liian monta kuutiota määritetyllä alueella (%s > %s) +commands.clone.usage=/clone [mode] +commands.compare.failed=Lähde ja kohde eivät ole identtisiä +commands.compare.outOfWorld=Voi käyttää korttelin ulkopuolella maailma +commands.compare.success=%s palikkaa verrattu +commands.compare.tooManyBlocks=Liian monta kuutiota määritetyllä alueella (%s > %s) +commands.compare.usage=/testforblocks [mode] +commands.debug.notStarted=Profilointia ei voi lopettaa ennen kuin se on aloitettu! +commands.debug.start=Debuggaus aloitettu +commands.debug.stop=Virheiden nauhoitus keskeytettiin %s sekunnin jälkeen (%s pelinäytön päivitystä) +commands.defaultgamemode.success=Maailman oletuspelitila on nyt %s +commands.defaultgamemode.usage=/defaultgamemode +commands.deop.failed=Ei voitu poistaa operaattorin oikeuksia pelaajalta %s +commands.deop.success=Poistettiin pelaajan %s operaattorin oikeudet +commands.deop.usage=/deop +commands.difficulty.success=Pelin vaikeustasoksi muutettiin %s +commands.difficulty.usage=/difficulty +commands.downfall.success=Sateen tila vaihdettiin +commands.downfall.usage=/toggledownfall +commands.effect.failure.notActive=Ei voitu ottaa vaikutusta %1$s pelaajalta %2$s, koska pelaajalla ei ole sitä +commands.effect.failure.notActive.all=Ei voitu ottaa vaikutuksia pelaajalta %s, koska pelaajalla ei ole niitä +commands.effect.notFound=Ei ole vaikutusta ID:llä %s +commands.effect.success=Annettu %1$s (ID %2$s) * %3$s %4$s:lle %5$s sekunniksi +commands.effect.success.removed=Otettu %1$s pelaajalta %2$s +commands.effect.success.removed.all=Poistettiin kaikki efektit pelaajalta %s +commands.effect.usage=/effect [seconds] [amplifier] [hideParticles] +commands.enchant.cantCombine=%1$s ja %2$s eivät yhdisty +commands.enchant.cantEnchant=Valittua lumousta ei voi laittaa kohde-esineeseen +commands.enchant.noItem=Kohde ei pitele esinettä +commands.enchant.notFound=Lumousta numero %s ei löydy +commands.enchant.success=Lumous onnistui +commands.enchant.usage=/enchant [taso] +commands.entitydata.noPlayers=%s on pelaaja ja sitä ei voi muuttaa +commands.entitydata.tagError=Datatagin jäsennys epäonnistui: %s +commands.entitydata.usage=/entitydata +commands.fill.failed=Ei täytettyjä laatikoita +commands.fill.outOfWorld=Laatikkoja ei voi laittaa maailman ulkopuolelle +commands.fill.success=%s laatikot täytetty +commands.fill.tagError=Data tagin jäsennys epäonnistui: %s +commands.fill.tooManyBlocks=Liian monta kuutiota määritetyllä alueella (%s > %s) +commands.fill.usage=/fill [dataValue] [oldBlockHandling] [dataTag] +commands.gamemode.success.other=Aseta pelaajan %s pelitilaksi %s +commands.gamemode.success.self=Aseta omaksi pelitilaksi %s +commands.gamemode.usage=/gamemode [pelaaja] +commands.gamerule.nopermission=Vain palvelimen omistajat voivat muuttaa '%s' +commands.gamerule.norule=Pelisääntöä '%s' ei löytynyt +commands.gamerule.success=Pelisääntö muutettu +commands.generic.boolean.invalid='%s' ei ole 'true' tai 'false' +commands.generic.double.tooBig=Antamasi luku (%s) on liian suuri. Se saa olla enintään %s +commands.generic.double.tooSmall=Antamasi luku (%s) on liian pieni. Sen tulee olla vähintään %s +commands.generic.entity.invalidType=Oliotyyppi "%s" ei kelpaa +commands.generic.entity.invalidUuid=Olion UUID ei kelpaa +commands.generic.entity.notFound=Kohdetta ei löydy +commands.generic.exception=Tuntematon virhe tapahtui komentoa suoritettaessa +commands.generic.notFound=Tuntematon komento. Kirjoita /help saadaksesi listan komennoista +commands.generic.num.invalid='%s' ei ole kelvollinen numero +commands.generic.num.tooBig=Antamasi numero (%s) on liian suuri. Se saa olla enintään %s +commands.generic.num.tooSmall=Antamasi numero (%s) on liian pieni. Sen tulee olla vähintään %s +commands.generic.parameter.invalid='%s' ei ole kelvollinen parametri +commands.generic.permission=Sinulla ei ole oikeuksia tämän komennon käyttämiseen +commands.generic.player.notFound=Tuota pelaajaa ei löytynyt +commands.generic.syntax=Väärin muodostettu komento +commands.generic.usage=Käyttö: %s +commands.give.notFound=ID:llä %s ei löydy esinettä +commands.give.success=Annettu %s * %s pelaajalle %s +commands.give.tagError=Data tagin jäsennys epäonnistui: %s +commands.give.usage=/give [määrä] [data] [dataTagi] +commands.help.footer=Vihje: Käytä -näppäintä kirjoittaessasi komentoa täydentääksesi automaattisesti komennon tai sen muuttujat +commands.help.header=--- Näytetään ohjesivu %s/%s (/help ) --- +commands.help.usage=/help [sivu|komennon nimi] +commands.kick.success=Potkittiin %s pelistä +commands.kick.success.reason=Potkittiin %s pelistä, syy: '%s' +commands.kick.usage=/kick [syy ...] +commands.kill.successful=%s surmattu onnistuneesti +commands.kill.usage=/tapa [pelaajanimi] +commands.me.usage=/me +commands.message.display.incoming=%s kuiskasi sinulle: %s +commands.message.display.outgoing=Nollaa Maailma +commands.message.sameTarget=Et voi lähettää yksityisviestiä itsellesi! +commands.message.usage=/tell +commands.op.failed=Ei voitu antaa operaattorin oikeuksia pelaajalle %s +commands.op.success=Pelaaja %s ylennettiin operaattoriksi +commands.op.usage=/op +commands.particle.notFound=Tuntematon tehosteen nimi (%s) +commands.particle.usage=/particle [count] [mode] +commands.players.list=Paikalla on %s/%s pelaajaa: +commands.players.usage=/list +commands.playsound.playerTooFar=Pelaaja %s on liian kaukana kuullakseen äänen +commands.playsound.success=Soitettiin ääni "%s" pelaajalle %s +commands.playsound.usage=/playsound <ääni> [x] [y] [z] [voluumi] [sävelkorkeus] [minimiVoluumi] +commands.publish.failed=Maailman jakaminen lähiverkkoon epäonnistui +commands.publish.started=Paikallinen peli luotu portilla %s +commands.publish.usage=/publish +commands.replaceitem.block.usage=/replaceitem block [määrä] [data] [dataTägi] +commands.replaceitem.entity.usage=/replaceitem entity [määrä] [data] [datatägi] +commands.replaceitem.failed=Paikkaa %s ei voitu korvata %s * %s +commands.replaceitem.noContainer=Kuutio sijainnissa %s, %s, %s ei ole säiliö +commands.replaceitem.success=Paikka %s on korvattu %s * %s +commands.replaceitem.tagError=Datatagin jäsennys epäonnistui: %s +commands.replaceitem.usage=/replaceitem ... +commands.save-off.alreadyOff=Tallentaminen on jo pois päältä. +commands.save-off.usage=/save-off +commands.save-on.alreadyOn=Tallentaminen on jo päällä. +commands.save-on.usage=/save-on +commands.save.disabled=Maailman automaattitallennus kytkettiin pois päältä +commands.save.enabled=Maailman automaattitallennus kytkettiin päälle +commands.save.failed=Tallentaminen epäonnistui: %s +commands.save.start=Tallennetaan... +commands.save.success=Maailma tallennettu +commands.save.usage=/save-all +commands.say.usage=/say +commands.scoreboard.allMatchesFailed=Kaikki tulitikut katkesi +commands.scoreboard.objectiveNotFound=Kohdetavoitetta '%s' ei löydy +commands.scoreboard.objectiveReadOnly=Kohdetavoite '%s' on vain luku -tilassa eikä sitä voida muuttaa +commands.scoreboard.objectives.add.alreadyExists=Tavoite nimellä '%s' on jo olemassa +commands.scoreboard.objectives.add.displayTooLong='%s' on liian pitkä näyttönimeksi tavoitteelle, nimi saa olla enintään %s merkkiä pitkä +commands.scoreboard.objectives.add.success='%s' on lisätty uudeksi tavoitteeksi +commands.scoreboard.objectives.add.tooLong='%s' on liian pitkä tavoitteen nimeksi, nimi saa olla enintään %s merkkiä pitkä +commands.scoreboard.objectives.add.usage=/scoreboard objectives add [näyttönimi...] +commands.scoreboard.objectives.add.wrongType=Virheellinen tavoitteen kriteerityyppi '%s' +commands.scoreboard.objectives.list.count=Näytetään %s tavoitetta tulostaululla: +commands.scoreboard.objectives.list.empty=Tulostaululla ei ole yhtään tavoitetta +commands.scoreboard.objectives.list.entry=- %s: näyttönimi '%s', tyyppi '%s' +commands.scoreboard.objectives.remove.success=Tavoite '%s' on poistettu +commands.scoreboard.objectives.remove.usage=/scoreboard objectives remove +commands.scoreboard.objectives.setdisplay.invalidSlot=Tavoitenäyttöpaikkaa '%s' ei ole olemassa +commands.scoreboard.objectives.setdisplay.successCleared=Tavoitenäyttöpaikka '%s' on tyhjennetty +commands.scoreboard.objectives.setdisplay.successSet=Tavoite näyttöpaikassa '%s' on nyt '%s' +commands.scoreboard.objectives.setdisplay.usage=/scoreboard objectives setdisplay [kohdetavoite] +commands.scoreboard.players.enable.noTrigger=Tavoite %s ei ole käynnistin +commands.scoreboard.players.list.count=Näyttää %s seuratut pelaajat tulostaululla: +commands.scoreboard.players.list.empty=Tulostaululla ei ole yhtään seurattavaa pelaajaa +commands.scoreboard.players.list.player.count=Näytetään %s tehtävää pelaajalle %s: +commands.scoreboard.players.list.player.empty=Pelaajalle %s ei ole kirjattu pisteitä +commands.scoreboard.players.list.usage=/scoreboard players list [nimi] +commands.scoreboard.players.operation.invalidOperation=Virheellinen tehtävä %s +commands.scoreboard.players.operation.success=Tehtävä suoritettu onnistuneesti +commands.scoreboard.players.reset.success=Pelaajan %s pisteet on nollattu +commands.scoreboard.players.set.success='%s' pistemäärä pelaajalla %s on nyt %s +commands.scoreboard.players.test.usage=/scoreboard players test +commands.scoreboard.teamNotFound=Joukkuetta nimeltä '%s' ei löydy +commands.scoreboard.teams.add.alreadyExists=Joukkue nimeltä '%s' on jo olemassa +commands.scoreboard.teams.add.displayTooLong='%s' on liian pitkä näyttönimeksi joukkueelle, nimi saa olla enintään %s merkkiä pitkä +commands.scoreboard.teams.add.success=Joukkue '%s' on lisätty +commands.scoreboard.teams.add.tooLong='%s' on liian pitkä joukkueen nimeksi, nimi saa olla enintään %s merkkiä pitkä +commands.scoreboard.teams.add.usage=/scoreboard teams add [näyttönimi...] +commands.scoreboard.teams.empty.alreadyEmpty=Joukkue %s on jo tyhjä, eikä siitä voida poistaa pelaajia +commands.scoreboard.teams.empty.success=Poistettiin kaikki (%s) pelaaja(t) joukkueesta %s +commands.scoreboard.teams.join.failure=%s pelaajaa ei voitu lisätä joukkueeseen %s: %s +commands.scoreboard.teams.join.success=%s pelaaja(a) on lisätty joukkueeseen %s: %s +commands.scoreboard.teams.join.usage=/scoreboard teams join [pelaaja] +commands.scoreboard.teams.leave.failure=%s pelaajaa ei voitu poistaa joukkueestaan: %s +commands.scoreboard.teams.leave.noTeam=Et kuulu joukkueeseen +commands.scoreboard.teams.leave.success=%s pelaaja(a) on poistettu joukkueestaan: %s +commands.scoreboard.teams.leave.usage=/scoreboard teams leave [pelaaja] +commands.scoreboard.teams.list.count=Näyttää %s joukkueet tulostaululla: +commands.scoreboard.teams.list.empty=Tulostaululle ei ole asetettu joukkueita +commands.scoreboard.teams.list.entry=- %1$s: näyttönimi '%2$s', pelaajia %3$s +commands.scoreboard.teams.list.player.count=Näyttää %s pelaaja(t) joukkueessa %s: +commands.scoreboard.teams.list.player.empty=Joukkueeseen %s ei kuulu yhtään pelaajaa +commands.scoreboard.teams.list.player.entry=- %2$s: %1$s (%3$s) +commands.scoreboard.teams.list.usage=/scoreboard teams list [nimi] +commands.scoreboard.teams.option.noValue=Sallitut arvot valinnalle %s ovat: %s +commands.scoreboard.teams.option.success=Asetus %s joukkueelle %s asetettu arvoon %s +commands.scoreboard.teams.remove.success=Joukkue %s on poistettu +commands.scoreboard.teams.remove.usage=/scoreboard teams remove +commands.seed.success=Lähtöarvo: %s +commands.seed.usage=/lähde +commands.setblock.failed=Kuutiota ei pysty sijoittamaan +commands.setblock.noChange=Kuutiota ei voida asettaa +commands.setblock.notFound=Ei kuutiota jonka ID/nimi on %s +commands.setblock.outOfWorld=Ei voi laittaa maailman ulkopuolelle +commands.setblock.success=Kuutio sijoitettu +commands.setblock.tagError=Data tagin jäsennys epäonnistui: %s +commands.setblock.usage=/setblock [dataValue] [oldBlockHandling] [dataTag] +commands.setidletimeout.success=Toimettomuuden aikakatkaisu asetettu onnistuneesti %s minuuttiin. +commands.setidletimeout.usage=/setidletimeout +commands.setworldspawn.success=Maailman aloituspiste asetettiin sijaintiin (%s, %s, %s) +commands.spawnpoint.success=Pelaajan %s lähtöpisteeksi asetettiin (%s, %s, %s) +commands.spreadplayers.failure.players=Ei voitu levittää %s pelaajaa koordinaateissa %s,%s (liian monta pelaajaa tilaan - kokeile käyttää levityksenä korkeintaan arvoa %s) +commands.spreadplayers.failure.teams=Ei voitu levittää %s joukkuetta koordinaateissa %s,%s (liian monta pelaajaa tilaan - kokeile käyttää levityksenä korkeintaan arvoa %s) +commands.spreadplayers.info.players=(Keskimääräinen etäisyys pelaajien välillä on %s kuutiota %s iteraation jälkeen) +commands.spreadplayers.info.teams=(Keskimääräinen etäisyys joukkueiden välillä on %s kuutiota %s iteraation jälkeen) +commands.spreadplayers.spreading.players=Levitetään %s pelaajaa %s kuutiota koordinaateissa %s,%s (minimi %s kuutiota erillään) +commands.spreadplayers.spreading.teams=Levitetään %s joukkuetta %s kuutiota koordinaateissa %s,%s (minimi %s kuutiota erillään) +commands.spreadplayers.success.players=Levitettiin onnistuneesti %s pelaajaa koordinaateissa %s,%s +commands.spreadplayers.success.teams=Levitettiin onnistuneesti %s joukkuetta koordinaateissa %s,%s +commands.spreadplayers.usage=/spreadplayers +commands.stats.block.clear.usage=/stats block clear +commands.stats.block.set.usage=/stats block set +commands.stats.block.usage=/stats block ... +commands.stats.cleared=Pyyhitty %s statistiikka +commands.stats.entity.clear.usage= +/stats entity clear +commands.stats.entity.set.usage=/stats entity set +commands.stats.entity.usage=/stats entitieetti +commands.stats.failed=Virheellisiä parametrejä +commands.stats.noCompatibleBlock=Laatikko kohteessa %s, %s, %s ei voi seurata statistiikkaa +commands.stats.success=Tallenetaan kohteen %s statistiikka kohteeseen %s paikassa %s +commands.stats.usage=/stats ... +commands.stop.start=Pysäytetään palvelinta +commands.stop.usage=/stop +commands.summon.failed=Objektia ei pysytytty luomaan +commands.summon.outOfWorld=Ei voida luoda objektia maailman ulkopuolelle +commands.summon.success=Objekti luotu onnistuneesti +commands.summon.tagError=Data tagin jäsennys epäonnistui: %s +commands.summon.usage=/summon [x] [y] [z] [data Tagi] +commands.tellraw.jsonException=Virheellinen json: %s +commands.tellraw.usage=/tellraw +commands.testfor.success=Löytyi %s +commands.testforblock.failed.data=Kuutiolla sijainnissa %s,%s,%s oli data-arvo %s (odotettu: %s). +commands.testforblock.failed.nbt=Kuutiolla sijainnissa %s,%s,%s ei ollut vaadittuja NBT-avaimia. +commands.testforblock.failed.tile=Kuutio sijainnissa %s,%s,%s on %s (odotettu: %s). +commands.testforblock.failed.tileEntity=Kuutio sijainnissa %s,%s,%s ei ole tile entity, eikä tue tagien vertailua. +commands.testforblock.outOfWorld=Ei voida testata kuutiota maailman ulkopuolella +commands.testforblock.success=Kuutio löydetty onnistuneesti sijainnista %s,%s,%s. +commands.testforblock.usage=/testforblock [dataArvo] [dataTagi] +commands.time.added=Aikaan lisättiin %s +commands.time.query=Kello on %s +commands.time.set=Asetettiin ajaksi %s +commands.tp.notSameDimension=Teleporttaus ei onnistu, koska pelaajat ovat eri ulottuvuuksissa +commands.tp.success=%s teleportattiin pelaajan %s luokse +commands.tp.success.coordinates=%s teleportattiin koordinaatteihin %s,%s,%s +commands.trigger.invalidPlayer=Vain pelaajat voivat käyttää /trigger komentoa +commands.unban.failed=Ei voitu poistaa pelaajan %s porttikieltoa +commands.unban.success=Poistettiin pelaajan %s porttikielto +commands.unban.usage=/pardon +commands.unbanip.invalid=Syötit virheellisen IP-osoitteen +commands.unbanip.success=Poistettiin porttikielto IP-osoitteelta %s +commands.unbanip.usage=/pardon-ip +commands.weather.clear=Vaihdetaan säätilaksi selkeää +commands.weather.rain=Vaihdetaan säätilaksi sadetta +commands.weather.thunder=Vaihdetaan säätilaksi sadetta ja ukkosta +commands.weather.usage=/weather [kesto sekunneissa] +commands.whitelist.add.failed=Ei voitu lisätä pelaajaa %s sallittujen pelaajien listalle +commands.whitelist.add.success=Lisättiin %s sallittujen pelaajien listalle +commands.whitelist.add.usage=/whitelist add +commands.whitelist.disabled=Sallittujen pelaajien lista poissa käytöstä +commands.whitelist.enabled=Sallittujen pelaajien lista käytössä +commands.whitelist.list=Sallittujen pelaajien listalla on %s pelaajaa (nähdyistä %s pelaajasta): +commands.whitelist.reloaded=Sallittujen pelaajien lista on ladattu uudelleen +commands.whitelist.remove.failed=Ei voitu poistaa pelaajaa %s sallittujen pelaajien listalta +commands.whitelist.remove.success=Poistettiin %s sallittujen pelaajien listalta +commands.whitelist.remove.usage=/whitelist remove +commands.whitelist.usage=/whitelist +commands.worldborder.add.usage=/worldborder add [timeInSeconds] +commands.worldborder.set.success=Maailman raja asetettu %s palikkaa leveäksi (%s:sta palikasta) +commands.worldborder.set.usage=/worldborder set [timeInSeconds] +commands.worldborder.usage=/worldborder ... +commands.xp.failure.widthdrawXp=Pelaajalle ei voi antaa negatiivista määrää kokemuspisteitä +commands.xp.success=Annettiin %s kokemuspistettä pelaajalle %s +commands.xp.success.levels=Annettiin %s tasoa pelaajalle %s +commands.xp.success.negative.levels=Otettiin %s tasoa pelaajalta %s +commands.xp.usage=/xp [pelaaja] tai /xp L [pelaaja] +connect.authorizing=Kirjaudutaan sisään... +connect.connecting=Yhdistetään palvelimeen... +connect.failed=Palvelimeen yhdistäminen epäonnistui +container.beacon=Lyhtykuutio +container.brewing=Hautumateline +container.chest=Arkku +container.chestDouble=Suuri arkku +container.crafting=Työstäminen +container.creative=Esineiden valitseminen +container.dispenser=Jakelulaite +container.dropper=Tiputin +container.enchant=Lumoa +container.enchant.clue=%s . . . ? +container.enchant.lapis.many=%s Lapis lazuli +container.enchant.lapis.one=1 Lapis lazuli +container.enchant.level.many=%s Lumoustasoa +container.enchant.level.one=1 lumoustaso +container.enderchest=Ääriarkku +container.furnace=Uuni +container.hopper=Suppilo +container.inventory=Tavaraluettelo +container.isLocked=%s on lukittu! +container.minecart=Kaivosvaunu +container.repair=Korjaa & nimeä +container.repair.cost=Lumouksen hinta: %1$s +container.repair.expensive=Liian kallis! +controls.reset=Palauta +controls.resetAll=Palauta näppäimet +controls.title=Näppäimet +createWorld.customize.custom.baseSize=Syvyyden Pohjakoko +createWorld.customize.custom.biomeDepthOffset=Biomin Syvyyden Poikkeama +createWorld.customize.custom.biomeDepthWeight=Biomin Syvyyden Paino +createWorld.customize.custom.biomeScaleOffset=Biomin Skaalan Poikkeama +createWorld.customize.custom.biomeScaleWeight=Biomin Skaalan Paino +createWorld.customize.custom.biomeSize=Biomin Koko +createWorld.customize.custom.center=Keskikorkeus +createWorld.customize.custom.confirm1=Tämä korvaa nykyisen +createWorld.customize.custom.confirm2=Asetuksia ei voi kumota. +createWorld.customize.custom.confirmTitle=Varoitus! +createWorld.customize.custom.coordinateScale=Koordinaatin Skaala +createWorld.customize.custom.count=Spawnaamisen Yritykset +createWorld.customize.custom.defaults=Vakiot +createWorld.customize.custom.depthNoiseScaleExponent=Syvyyskohinan Eksponentti +createWorld.customize.custom.depthNoiseScaleX=Syvyyskohinan Skaala X +createWorld.customize.custom.depthNoiseScaleZ=Syvyyskohinan Skaala Z +createWorld.customize.custom.dungeonChance=Vankityrmien Määrä +createWorld.customize.custom.fixedBiome=Biomi +createWorld.customize.custom.heightScale=Korkeuden Skaala +createWorld.customize.custom.lavaLakeChance=Laavajärvien Harvinaisuus +createWorld.customize.custom.lowerLimitScale=Alemman Rajan Skaala +createWorld.customize.custom.mainNoiseScaleX=Pääkohinan Skaala X +createWorld.customize.custom.mainNoiseScaleY=Pääkohinan Skaala Y +createWorld.customize.custom.mainNoiseScaleZ=Pääkohinan Skaala Z +createWorld.customize.custom.maxHeight=Maks. Korkeus +createWorld.customize.custom.minHeight=Min. Koko +createWorld.customize.custom.next=Seuraava Sivu +createWorld.customize.custom.page0=Perus Asetukset +createWorld.customize.custom.page1=Malmi Asetukset +createWorld.customize.custom.page2=Kehittyneet Asetukset (Ainoastaan Kokeneet Käyttäjät!) +createWorld.customize.custom.page3=Erittäin Kehittyneet Asetukset (Ainoastaan Kokeneet Käyttäjät!) +createWorld.customize.custom.preset.caveChaos=Kaaoksen luolat +createWorld.customize.custom.preset.caveDelight=Luolantutkijan ilo +createWorld.customize.custom.preset.drought=Kuivuus +createWorld.customize.custom.preset.goodLuck=Lykkyä tykö +createWorld.customize.custom.preset.isleLand=Saarimaa +createWorld.customize.custom.preset.mountains=Vuorihulluus +createWorld.customize.custom.preset.waterWorld=Vesimaailma +createWorld.customize.custom.presets=Esiasetus +createWorld.customize.custom.presets.title=Muokkaa maailman esiasetusta +createWorld.customize.custom.prev=Edellinen Sivu +createWorld.customize.custom.randomize=Arvo +createWorld.customize.custom.riverSize=Joen Koko +createWorld.customize.custom.seaLevel=Meren Korkeus +createWorld.customize.custom.size=Spawnaamisen Koko +createWorld.customize.custom.spread=Leviämissäde +createWorld.customize.custom.stretchY=Korkeuden Venytys +createWorld.customize.custom.upperLimitScale=Ylemmän Rajan Skaala +createWorld.customize.custom.useCaves=Luolat +createWorld.customize.custom.useDungeons=Vankityrmät +createWorld.customize.custom.useLavaLakes=Laavajärvet +createWorld.customize.custom.useLavaOceans=Laavameret +createWorld.customize.custom.useMineShafts=Kaivokset +createWorld.customize.custom.useMonuments=Merimonumentit +createWorld.customize.custom.useRavines=Rotkot +createWorld.customize.custom.useStrongholds=Linnoitukset +createWorld.customize.custom.useTemples=Temppelit +createWorld.customize.custom.useVillages=Kylät +createWorld.customize.custom.useWaterLakes=Järvet +createWorld.customize.custom.waterLakeChance=Järvien Harvinaisuus +createWorld.customize.flat.addLayer=Lisää kerros +createWorld.customize.flat.editLayer=Muokkaa kerrosta +createWorld.customize.flat.height=Korkeus +createWorld.customize.flat.layer=%s +createWorld.customize.flat.layer.bottom=Alapinta - %s +createWorld.customize.flat.layer.top=Yläpinta - %s +createWorld.customize.flat.removeLayer=Poista kerros +createWorld.customize.flat.tile=Kerroksen materiaali +createWorld.customize.flat.title=Tasaisen maailman mukautus +createWorld.customize.presets=Tasopohjat +createWorld.customize.presets.list=Voit myös valita jonkin meidän tekemistämme! +createWorld.customize.presets.select=Käytä tasopohjaa +createWorld.customize.presets.share=Haluatko jakaa tasopohjasi muillekin? Käytä alla olevaa kenttää! +createWorld.customize.presets.title=Valitse esiasetus +death.attack.anvil=%1$s liiskautui putoavan alasimen alle +death.attack.arrow=%2$s ampui pelaajan %1$s +death.attack.arrow.item=%2$s ampui pelaajan %1$s käyttämällä %3$s +death.attack.cactus=%1$s piikitettiin kuoliaaksi +death.attack.cactus.player=%1$s käveli kaktukseen yrittäessään paeta %2$s:lta +death.attack.drown=%1$s hukkui +death.attack.drown.player=%1$s hukkui yrittäessään paeta %2$s +death.attack.explosion=%1$s räjähti +death.attack.explosion.player=%2$s räjäytti %1$s:n +death.attack.fall=%1$s putosi liian korkealta +death.attack.fallingBlock=%1$s liiskautui putoavan kuution alle +death.attack.fireball=%2$s surmasi pelaajan %1$s tulipallolla +death.attack.fireball.item=%1$s on fireballed %2$s käyttämällä %3$s +death.attack.generic=%1$s kuoli +death.attack.inFire=%1$s paloi hengiltä +death.attack.inFire.player=%1$s käveli liekkeihin taistellessaan %2$s vastaan +death.attack.inWall=%1$s tukehtui seinän sisään +death.attack.indirectMagic=%2$s tappoi %1$s:n käyttämällä taikaa +death.attack.indirectMagic.item=%1$s kuoli %2$s käyttämällä %3$s +death.attack.lava=%1$s yritti uida laavassa +death.attack.lava.player=%1$s yritti uida laavassa paetakseen %2$s +death.attack.lightningBolt=%1$s iski salama +death.attack.magic=%1$s kuoli noituuksiin +death.attack.mob=%2$s surmasi pelaajan %1$s +death.attack.onFire=%1$s paloi hengiltä +death.attack.onFire.player=%1$s paloi poroksi taistellessaan %2$s vastaan +death.attack.outOfWorld=%1$s putosi maailman laidalta +death.attack.player=%2$s surmasi pelaajan %1$s +death.attack.player.item=%1$s surmattiin %2$s käyttämällä %3$s +death.attack.starve=%1$s nääntyi nälkään +death.attack.thorns=%1$s tapettiin hänen yrittäessään satuttaa %2$s +death.attack.thrown=%2$s hakkasi pelaajan %1$s +death.attack.thrown.item=%1$s turpiini %2$s käyttämällä %3$s +death.attack.wither=%1$s näivettyi kuoliaaksi +death.fell.accident.generic=%1$s putosi korkealta +death.fell.accident.ladder=%1$s putosi tikkailta +death.fell.accident.vines=%1$s putosi köynnöksiltä +death.fell.accident.water=%1$s putosi vedestä +death.fell.assist=%1$s oli tuomittu putoamaan %2$s:n toimesta +death.fell.assist.item=%2$s pudotti %1$s:n käyttäen %3$s:a +death.fell.finish=%1$s putosi liian korkealta ja hänet viimeisteli %2$s +death.fell.finish.item=%1$s putosi liian korkealta ja hänet viimeisteli %2$s käyttämällä %3$s +death.fell.killer=%1$s oli tuomittu putoamaan +deathScreen.deleteWorld=Poista maailma +deathScreen.hardcoreInfo=Et voi palata henkiin kovanaamatilassa! +deathScreen.leaveServer=Poistu päävalikkoon +deathScreen.quit.confirm=Haluatko varmasti lopettaa? +deathScreen.respawn=Synny uudelleen +deathScreen.score=Pisteesi +deathScreen.title=Kuolit! +deathScreen.title.hardcore=Peli päättyi! +deathScreen.titleScreen=Päävalikko +demo.day.1=Tämä kokeiluversio kestää viisi Minecraft-päivää, tee parhaasi! +demo.day.2=Toinen päivä +demo.day.3=Kolmas päivä +demo.day.4=Neljäs päivä +demo.day.5=Tämä on viimeinen päiväsi! +demo.day.6=Viides päivä on kulunut, paina F2 tallentaaksesi kuvan luomuksestasi +demo.day.warning=Aikasi on melkein lopussa! +demo.demoExpired=Demoaika päättyi! +demo.help.buy=Osta nyt! +demo.help.fullWrapped=Tämä kokeiluversio kestää 5 Minecraft-vuorokautta (noin 1 tunti ja 40 minuuttia oikeassa ajassa). Katso saavutukset saadaksesi vinkkejä! Pidä hauskaa! +demo.help.inventory=Paina %1$s avataksesi tavaraluettelon +demo.help.jump=Hyppää painamalla %1$s +demo.help.later=Jatka pelaamista! +demo.help.movement=Käytä %1$s, %2$s, %3$s, %4$s ja hiirtä liikkuaksesi +demo.help.movementMouse=Katso ympärillesi käyttämällä hiirtä +demo.help.movementShort=Liiku painamalla %1$s, %2$s, %3$s, %4$s +demo.help.title=Minecraftin demotila +demo.remainingTime=Aikaa jäljellä: %s +demo.reminder=Kokeiluaika on päättynyt. Osta peli jatkaaksesi tai aloita uusi maailma! +difficulty.lock.question=Haluatko varmasti lukita vaikeustason %1$s tässä maailmassa? Vaikeustasoa ei ole mahdollista vaihtaa lukitsemien jälkeen. +difficulty.lock.title=Lukitse maailman vaikeustaso +disconnect.closed=Yhteys suljettu +disconnect.disconnected=Palvelin katkaisi yhteyden +disconnect.endOfStream=Tietovirran loppu +disconnect.genericReason=%s +disconnect.kicked=Erotettiin pelistä +disconnect.loginFailed=Kirjautuminen epäonnistui +disconnect.loginFailedInfo=Kirjautuminen epäonnistui: %s +disconnect.loginFailedInfo.invalidSession=Epäkelpo sessio (Kokeile pelin uudelleenkäynnistämistä) +disconnect.loginFailedInfo.serversUnavailable=Todentamispalvelin on huollossa. +disconnect.lost=Yhteys katkesi +disconnect.overflow=Puskurin ylivuoto +disconnect.quitting=Poistutaan +disconnect.spam=Potkittiin pelistä roskapostin vuoksi +disconnect.timeout=Aikakatkaistu +enchantment.arrowDamage=Voima +enchantment.arrowFire=Liekki +enchantment.arrowInfinite=Loputtomuus +enchantment.arrowKnockback=Isku +enchantment.damage.all=Terävyys +enchantment.damage.arthropods=Niveljalkaisten kirous +enchantment.damage.undead=Sivallus +enchantment.digging=Tehokkuus +enchantment.durability=Hajoamaton +enchantment.fire=Liekehtivä +enchantment.fishingSpeed=Viehe +enchantment.knockback=Raskas +enchantment.level.1=I +enchantment.level.10=X +enchantment.level.2=II +enchantment.level.3=III +enchantment.level.4=IV +enchantment.level.5=V +enchantment.level.6=VI +enchantment.level.7=VII +enchantment.level.8=VIII +enchantment.level.9=IX +enchantment.lootBonus=Ryöstely +enchantment.lootBonusDigger=Onni +enchantment.lootBonusFishing=Meren onni +enchantment.oxygen=Hengitys +enchantment.protect.all=Suojaus +enchantment.protect.explosion=Räjähdyssuojaus +enchantment.protect.fall=Höyhenkevyt +enchantment.protect.fire=Tulisuojaus +enchantment.protect.projectile=Ammussuojaus +enchantment.thorns=Piikikäs +enchantment.untouching=Silkkinen kosketus +enchantment.waterWalker=Syvyysharppaaja +enchantment.waterWorker=Vesimieltymys +entity.ArmorStand.name=Haarniska teline +entity.Arrow.name=nuoli +entity.Bat.name=Lepakko +entity.Blaze.name=Roihu +entity.Boat.name=Vene +entity.Cat.name=Kissa +entity.CaveSpider.name=Luolahämähäkki +entity.Chicken.name=Kana +entity.Cow.name=Lehmä +entity.Creeper.name=Creeper +entity.EnderDragon.name=Äärilisko +entity.Enderman.name=Ääreläinen +entity.Endermite.name=Endermite +entity.EntityHorse.name=Hevonen +entity.FallingSand.name=Putoava kuutio +entity.Fireball.name=Tulipallo +entity.Ghast.name=Hornanhenki +entity.Giant.name=Jättiläinen +entity.Guardian.name=Suojelija +entity.Item.name=Esine +entity.KillerBunny.name=Tappaja kani +entity.LavaSlime.name=Magmakuutio +entity.Minecart.name=Kaivosvaunu +entity.Mob.name=Olento +entity.Monster.name=Hirviö +entity.MushroomCow.name=Sienilehmä +entity.Ozelot.name=Oselotti +entity.Painting.name=Maalaus +entity.Pig.name=Sika +entity.PigZombie.name=Sikamieszombie +entity.PrimedTnt.name=TNT-kuutio +entity.Rabbit.name=Jänis +entity.Sheep.name=Lammas +entity.Silverfish.name=Sokeritoukka +entity.Skeleton.name=Luuranko +entity.Slime.name=Limakuutio +entity.SmallFireball.name=Pieni tulipallo +entity.SnowMan.name=Lumiukko +entity.Snowball.name=Lumipallo +entity.Spider.name=Hämähäkki +entity.Squid.name=Kalmari +entity.Villager.armor=Aseseppä +entity.Villager.butcher=Teurastaja +entity.Villager.cleric=Pappi +entity.Villager.farmer=Maanviljelijä +entity.Villager.fisherman=Kalastaja +entity.Villager.fletcher=Jousiseppä +entity.Villager.leather=Suutari +entity.Villager.librarian=Kirjailija +entity.Villager.name=Kyläläinen +entity.Villager.shepherd=Paimen +entity.Villager.tool=Työkaluseppä +entity.Villager.weapon=Aseseppä +entity.VillagerGolem.name=Rautajätti +entity.Witch.name=Noita +entity.WitherBoss.name=Näivettäjä +entity.Wolf.name=Susi +entity.XPOrb.name=Kokemuspallo +entity.Zombie.name=Zombi +entity.donkey.name=Aasi +entity.generic.name=tuntematon +entity.horse.name=Hevonen +entity.mule.name=Muuli +entity.skeletonhorse.name=Luurankohevonen +entity.zombiehorse.name=Zombihevonen +gameMode.adventure=Seikkailutila +gameMode.changed=Pelitilasi on vaihdettu +gameMode.creative=Luova tila +gameMode.hardcore=Kovanaamatila! +gameMode.spectator=Katselutila +gameMode.survival=Selviytymistila +generator.amplified=VAHVISTETTU +generator.amplified.info=Huomio: Vain huviksi, vaatii hyvän tietokoneen +generator.customized=Mukautettu +generator.debug_all_block_states=Debug-tila +generator.default=Oletus +generator.flat=Tasamaailma +generator.largeBiomes=Suuret biomit +gui.achievements=Saavutukset +gui.all=Kaikki +gui.back=Takaisin +gui.cancel=Peruuta +gui.done=Valmis +gui.down=Alas +gui.no=Ei +gui.none=Ei mikään +gui.stats=Tilastot +gui.toMenu=Takaisin päävalikkoon +gui.up=Ylös +gui.yes=Kyllä +inventory.binSlot=Tuhoa esine +item.apple.name=Omena +item.appleGold.name=Kultainen omena +item.armorStand.name=Haarniskajalusta +item.arrow.name=Nuoli +item.banner.black.name=Musta lippu +item.banner.blue.name=Sininen lippu +item.banner.border.black=Musta kehys +item.banner.border.blue=Sininen kehys +item.banner.border.brown=Ruskea kehys +item.banner.border.cyan=Syaani kehys +item.banner.border.gray=Harmaa kehys +item.banner.border.green=Vihreä kehys +item.banner.border.lightBlue=Vaaleansininen kehys +item.banner.border.lime=Lime kehys +item.banner.border.magenta=Purppura kehys +item.banner.border.orange=Oranssi kehys +item.banner.border.pink=Vaaleanpunainen kehys +item.banner.border.purple=Violetti kehys +item.banner.border.red=Punainen kehys +item.banner.border.silver=Vaaleanharmaa kehys +item.banner.border.white=Valkoinen kehys +item.banner.border.yellow=Keltainen kehys +item.banner.bricks.black=Musta tiilikuvio +item.banner.bricks.blue=Sininen tiilikuvio +item.banner.bricks.brown=Ruskea tiilikuvio +item.banner.bricks.cyan=Syaani tiilikuvio +item.banner.bricks.gray=Harmaa tiilikuvio +item.banner.bricks.green=Vihreä tiilikuvio +item.banner.bricks.lightBlue=Vaaleansininen tiilikuvio +item.banner.bricks.lime=Lime tiilikuvio +item.banner.bricks.magenta=Purppura tiilikuvio +item.banner.bricks.orange=Oranssi tiilikuvio +item.banner.bricks.pink=Vaaleanpunainen tiilikuvio +item.banner.bricks.purple=Violetti tiilikuvio +item.banner.bricks.red=Punainen tiilikuvio +item.banner.bricks.silver=Vaaleanharmaa tiilikuvio +item.banner.bricks.white=Valkoinen tiilikuvio +item.banner.bricks.yellow=Keltainen tiilikuvio +item.banner.brown.name=Ruskea lippu +item.banner.circle.black=Musta ympyrä +item.banner.circle.blue=Sininen ympyrä +item.banner.circle.brown=Ruskea ympyrä +item.banner.circle.cyan=Syaani ympyrä +item.banner.circle.gray=Harmaa ympyrä +item.banner.circle.green=Vihreä ympyrä +item.banner.circle.lightBlue=Vaaleansininen ympyrä +item.banner.circle.lime=Lime ympyrä +item.banner.circle.magenta=Purppura ympyrä +item.banner.circle.orange=Oranssi ympyrä +item.banner.circle.pink=Vaaleanpunainen ympyrä +item.banner.circle.purple=Violetti ympyrä +item.banner.circle.red=Punainen ympyrä +item.banner.circle.silver=Vaaleanharmaa ympyrä +item.banner.circle.white=Valkoinen ympyrä +item.banner.circle.yellow=Keltainen ympyrä +item.banner.creeper.black=Musta Creeper +item.banner.creeper.blue=Sininen Creeper +item.banner.creeper.brown=Ruskea Creeper +item.banner.creeper.cyan=Syaani Creeper +item.banner.creeper.gray=Harmaa Creeper +item.banner.creeper.green=Vihreä Creeper +item.banner.creeper.lightBlue=Vaaleansininen Creeper +item.banner.creeper.lime=Lime Creeper +item.banner.creeper.magenta=Magenta Creeper +item.banner.creeper.orange=Oranssi Creeper +item.banner.creeper.pink=Vaaleanpunainen Creeper +item.banner.creeper.purple=Violetti Creeper +item.banner.creeper.red=Punainen Creeper +item.banner.creeper.silver=Vaaleanharmaa Creeper +item.banner.creeper.white=Valkoinen Creeper +item.banner.creeper.yellow=Keltainen Creeper +item.banner.cross.black=Musta rasti +item.banner.cross.blue=Sininen rasti +item.banner.cross.brown=Ruskea rasti +item.banner.cross.cyan=Syaani rasti +item.banner.cross.gray=Harmaa rasti +item.banner.cross.green=Vihreä rasti +item.banner.cross.lightBlue=Vaaleansininen rasti +item.banner.cross.lime=Lime rasti +item.banner.cross.magenta=Purppura rasti +item.banner.cross.orange=Oranssi rasti +item.banner.cross.pink=Vaaleanpunainen rasti +item.banner.cross.purple=Violetti rasti +item.banner.cross.red=Punainen rasti +item.banner.cross.silver=Vaaleanharmaa rasti +item.banner.cross.white=Valkoinen rasti +item.banner.cross.yellow=Keltainen rasti +item.banner.curly_border.black=Musta kuviokehys +item.banner.curly_border.blue=Sininen kuviokehys +item.banner.curly_border.brown=Ruskea kuviokehys +item.banner.curly_border.cyan=Syaani kuviokehys +item.banner.curly_border.gray=Harmaa kuviokehys +item.banner.curly_border.green=Vihreä kuviokehys +item.banner.curly_border.lightBlue=Vaaleansininen kuviokehys +item.banner.curly_border.lime=Lime kuviokehys +item.banner.curly_border.magenta=Purppura kuviokehys +item.banner.curly_border.orange=Oranssi kuviokehys +item.banner.curly_border.pink=Vaaleanpunainen kuviokehys +item.banner.curly_border.purple=Violetti kuviokehys +item.banner.curly_border.red=Punainen kuviokehys +item.banner.curly_border.silver=Vaaleanharmaa kuviokehys +item.banner.curly_border.white=Valkoinen kuviokehys +item.banner.curly_border.yellow=Keltainen kuviokehys +item.banner.cyan.name=Syaani lippu +item.banner.diagonal_left.black=Musta vasen yläpuoli +item.banner.diagonal_left.blue=Sininen vasen yläpuoli +item.banner.diagonal_left.brown=Ruskea vasen yläpuoli +item.banner.diagonal_left.cyan=Syaani vasen yläpuoli +item.banner.diagonal_left.gray=Harmaa vasen yläpuoli +item.banner.diagonal_left.green=Vihreä vasen yläpuoli +item.banner.diagonal_left.lightBlue=Vaaleansininen vasen yläpuoli +item.banner.diagonal_left.lime=Lime vasen yläpuoli +item.banner.diagonal_left.magenta=Purppura vasen yläpuoli +item.banner.diagonal_left.orange=Oranssi vasen yläpuoli +item.banner.diagonal_left.pink=Vaaleanpunainen vasen yläpuoli +item.banner.diagonal_left.purple=Violetti vasen yläpuoli +item.banner.diagonal_left.red=Punainen vasen yläpuoli +item.banner.diagonal_left.silver=Vaaleanharmaa vasen yläpuoli +item.banner.diagonal_left.white=Valkoinen vasen yläpuoli +item.banner.diagonal_left.yellow=Keltainen vasen yläpuoli +item.banner.diagonal_right.black=Musta oikea yläpuoli +item.banner.diagonal_right.blue=Sininen oikea yläpuoli +item.banner.diagonal_right.brown=Ruskea oikea yläpuoli +item.banner.diagonal_right.cyan=Syaani oikea yläpuoli +item.banner.diagonal_right.green=Vihreä oikea yläpuoli +item.banner.diagonal_right.purple=Violetti oikea yläpuoli +item.banner.diagonal_right.red=Punainen oikea yläpuoli +item.banner.diagonal_right.silver=Vaaleanharmaa oikea yläpuoli +item.banner.diagonal_up_left.lightBlue=Vaaleansininen vasen alapuoli +item.banner.diagonal_up_left.lime=Lime vasen alapuoli +item.banner.diagonal_up_left.magenta=Purppura vasen alapuoli +item.banner.diagonal_up_left.orange=Oranssi vasen alapuoli +item.banner.diagonal_up_left.white=Valkoinen vasen alapuoli +item.banner.diagonal_up_left.yellow=Keltainen vasen alapuoli +item.banner.diagonal_up_right.black=Musta oikea alapuoli +item.banner.diagonal_up_right.blue=Sininen oikea alapuoli +item.banner.diagonal_up_right.brown=Ruskea oikea alapuoli +item.banner.diagonal_up_right.cyan=Syaani oikea alapuoli +item.banner.diagonal_up_right.gray=Harmaa oikea alapuoli +item.banner.diagonal_up_right.green=Vihreä oikea alapuoli +item.banner.diagonal_up_right.lightBlue=Vaaleansininen oikea alapuoli +item.banner.diagonal_up_right.lime=Lime oikea alapuoli +item.banner.diagonal_up_right.magenta=Purppura oikea alapuoli +item.banner.diagonal_up_right.orange=Oranssi oikea alapuoli +item.banner.diagonal_up_right.pink=Vaaleanpunainen oikea alapuoli +item.banner.diagonal_up_right.purple=Violetti oikea alapuoli +item.banner.diagonal_up_right.red=Punainen oikea alapuoli +item.banner.diagonal_up_right.silver=Vaaleanharmaa oikea alapuoli +item.banner.diagonal_up_right.white=Valkoinen oikea alapuoli +item.banner.diagonal_up_right.yellow=Keltainen oikea alapuoli +item.banner.flower.black=Musta kukka +item.banner.flower.blue=Sininen kukka +item.banner.flower.brown=Ruskea kukka +item.banner.flower.cyan=Syaani kukka +item.banner.flower.gray=Harmaa kukka +item.banner.flower.green=Vihreä kukka +item.banner.flower.lightBlue=Vaaleansininen kukka +item.banner.flower.lime=Lime kukka +item.banner.flower.magenta=Magenta kukka +item.banner.flower.orange=Oranssi kukka +item.banner.flower.pink=Vaaleanpunainen kukka +item.banner.flower.purple=Violetti kukka +item.banner.flower.red=Punainen kukka +item.banner.flower.silver=Vaaleanharmaa kukka +item.banner.flower.white=Valkoinen kukka +item.banner.flower.yellow=Keltainen kukka +item.banner.gradient.black=Musta häivytys alas +item.banner.gradient.blue=Sininen häivytys alas +item.banner.gradient.brown=Ruskea häivytys alas +item.banner.gradient.cyan=Syaani häivytys alas +item.banner.gradient.gray=Harmaa häivytys alas +item.banner.gradient.green=Vihreä häivytys alas +item.banner.gradient.lightBlue=Vaaleansininen häivytys alas +item.banner.gradient.lime=Lime häivytys alas +item.banner.gradient.magenta=Purppura häivytys alas +item.banner.gradient.pink=Vaaleanpunainen häivytys alas +item.banner.gradient.purple=Violetti häivytys alas +item.banner.gradient.red=Punainen häivytys alas +item.banner.gradient.silver=Vaaleanharmaa häivytys alas +item.banner.gradient.yellow=Keltainen häivytys alas +item.banner.gradient_up.lightBlue=Vaaleansininen häivytys ylös +item.banner.gradient_up.magenta=Purppura häivytys ylös +item.banner.gradient_up.orange=Oranssi häivytys ylös +item.banner.gradient_up.white=Valkoinen häivytys ylös +item.banner.gradient_up.yellow=Keltainen häivytys ylös +item.banner.gray.name=Harmaa lippu +item.banner.green.name=Vihreä lippu +item.banner.half_horizontal.black=Musta yläpuoli +item.banner.half_horizontal.blue=Sininen yläpuoli +item.banner.half_horizontal.brown=Ruskea yläpuoli +item.banner.half_horizontal.cyan=Syaani yläpuoli +item.banner.half_horizontal.gray=Harmaa yläpuoli +item.banner.half_horizontal.green=Vihreä yläpuoli +item.banner.half_horizontal.lightBlue=Vaaleansininen yläpuoli +item.banner.half_horizontal.lime=Lime yläpuoli +item.banner.half_horizontal.magenta=Purppura yläpuoli +item.banner.half_horizontal.orange=Oranssi yläpuoli +item.banner.half_horizontal.pink=Vaaleanpunainen yläpuoli +item.banner.half_horizontal.purple=Violetti yläpuoli +item.banner.half_horizontal.red=Punainen yläpuoli +item.banner.half_horizontal.silver=Vaaleanharmaa yläpuoli +item.banner.half_horizontal.white=Valkoinen yläpuoli +item.banner.half_horizontal.yellow=Keltainen yläpuoli +item.banner.half_horizontal_bottom.black=Musta alapuoli +item.banner.half_horizontal_bottom.blue=Sininen alapuoli +item.banner.half_horizontal_bottom.brown=Ruskea alapuoli +item.banner.half_horizontal_bottom.cyan=Syaani alapuoli +item.banner.half_horizontal_bottom.gray=Harmaa alapuoli +item.banner.half_horizontal_bottom.green=Vihreä alapuoli +item.banner.half_horizontal_bottom.lightBlue=Vaaleansininen alaosa +item.banner.half_horizontal_bottom.lime=Lime alaosa +item.banner.half_horizontal_bottom.magenta=Purppura alaosa +item.banner.half_horizontal_bottom.orange=Oranssi alaosa +item.banner.half_horizontal_bottom.pink=Vaaleanpunainen alapuoli +item.banner.half_horizontal_bottom.purple=Violetti alapuoli +item.banner.half_horizontal_bottom.red=Punainen alapuoli +item.banner.half_horizontal_bottom.silver=Vaaleanharmaa alapuoli +item.banner.half_horizontal_bottom.white=Valkoinen alaosa +item.banner.half_horizontal_bottom.yellow=Keltainen alaosa +item.banner.half_vertical.black=Musta vasen puoli +item.banner.half_vertical.blue=Sininen vasen puoli +item.banner.half_vertical.brown=Ruskea vasen puoli +item.banner.half_vertical.cyan=Syaani vasen puoli +item.banner.half_vertical.gray=Harmaa vasen puoli +item.banner.half_vertical.green=Vihreä vasen puoli +item.banner.half_vertical.lightBlue=Vaaleansininen vasen puoli +item.banner.half_vertical.lime=Lime vasen puoli +item.banner.half_vertical.magenta=Purppura vasen puoli +item.banner.half_vertical.orange=Oranssi vasen puoli +item.banner.half_vertical.pink=Vaaleanpunainen vasen puoli +item.banner.half_vertical.purple=Violetti vasen puoli +item.banner.half_vertical.red=Punainen vasen puoli +item.banner.half_vertical.silver=Vaaleanharmaa vasen puoli +item.banner.half_vertical.white=Valkoinen vasen puoli +item.banner.half_vertical.yellow=Keltainen vasen puoli +item.banner.half_vertical_right.black=Musta oikea puoli +item.banner.half_vertical_right.blue=Sininen oikea puoli +item.banner.half_vertical_right.brown=Ruskea oikea puoli +item.banner.half_vertical_right.cyan=Syaani oikea puoli +item.banner.half_vertical_right.gray=Harmaa oikea puoli +item.banner.half_vertical_right.green=Vihreä oikea puoli +item.banner.half_vertical_right.lightBlue=Vaaleansininen oikea puoli +item.banner.half_vertical_right.lime=Lime oikea puoli +item.banner.half_vertical_right.magenta=Purppura oikea puoli +item.banner.half_vertical_right.orange=Oranssi oikea puoli +item.banner.half_vertical_right.pink=Vaaleanpunainen oikea puoli +item.banner.half_vertical_right.purple=Violetti oikea puoli +item.banner.half_vertical_right.red=Punainen oikea puoli +item.banner.half_vertical_right.silver=Vaaleanharmaa oikea puoli +item.banner.half_vertical_right.white=Valkoinen oikea puoli +item.banner.half_vertical_right.yellow=Keltainen oikea puoli +item.banner.lightBlue.name=Vaalean sininen lippu +item.banner.lime.name=Lime Lippu +item.banner.magenta.name=Magenta lippu +item.banner.mojang.black=Musta asia +item.banner.mojang.blue=Sininen asia +item.banner.mojang.brown=Ruskea asia +item.banner.mojang.cyan=Syaani asia +item.banner.mojang.gray=Harmaa asia +item.banner.mojang.green=Vihreä asia +item.banner.mojang.lightBlue=Vaaleansininen asia +item.banner.mojang.lime=Lime asia +item.banner.mojang.pink=Vaaleanpunainen asia +item.banner.mojang.purple=Violetti asia +item.banner.mojang.red=Punainen asia +item.banner.mojang.silver=Vaaleanharmaa asia +item.banner.mojang.yellow=Keltainen asia +item.banner.orange.name=Oranssi lippu +item.banner.pink.name=Vaaleanpunainen lippu +item.banner.purple.name=Purppura lippu +item.banner.red.name=Punainen lippu +item.banner.rhombus.black=Musta vinoneliö +item.banner.rhombus.blue=Sininen vinoneliö +item.banner.rhombus.brown=Ruskea vinoneliö +item.banner.rhombus.cyan=Syaani vinoneliö +item.banner.rhombus.gray=Harmaa vinoneliö +item.banner.rhombus.green=Vihreä vinoneliö +item.banner.rhombus.lightBlue=Vaaleansininen vinoneliö +item.banner.rhombus.lime=Lime vinoneliö +item.banner.rhombus.magenta=Purppura vinoneliö +item.banner.rhombus.orange=Oranssi vinoneliö +item.banner.rhombus.pink=Vaaleanpunainen vinoneliö +item.banner.rhombus.purple=Violetti vinoneliö +item.banner.rhombus.red=Punainen vinoneliö +item.banner.rhombus.silver=Vaaleanharmaa vinoneliö +item.banner.rhombus.white=Valkoinen vinoneliö +item.banner.rhombus.yellow=Keltainen vinoneliö +item.banner.silver.name=Vaalean harmaa lippu +item.banner.skull.black=Musta kallo +item.banner.skull.blue=Sininen kallo +item.banner.skull.brown=Ruskea kallo +item.banner.skull.cyan=Syaani kallo +item.banner.skull.gray=Harmaa kallo +item.banner.skull.green=Vihreä kallo +item.banner.skull.lightBlue=Vaaleansininen kallo +item.banner.skull.lime=Lime kallo +item.banner.skull.magenta=Magenta kallo +item.banner.skull.orange=Oranssi kallo +item.banner.skull.pink=Vaaleanpunainen kallo +item.banner.skull.purple=Violetti kallo +item.banner.skull.red=Punainen kallo +item.banner.skull.silver=Vaaleanharmaa kallo +item.banner.skull.white=Valkoinen kallo +item.banner.skull.yellow=Keltainen kallo +item.banner.small_stripes.black=Musta raita +item.banner.small_stripes.blue=Sininen raita +item.banner.small_stripes.brown=Ruskea raita +item.banner.small_stripes.cyan=Syaani raita +item.banner.small_stripes.gray=Harmaa raita +item.banner.small_stripes.green=Vihreä raita +item.banner.small_stripes.lightBlue=Vaaleansininen raita +item.banner.small_stripes.lime=Lime raita +item.banner.small_stripes.magenta=Purppura raita +item.banner.small_stripes.orange=Oranssi raita +item.banner.small_stripes.pink=Vaaleanpunainen raita +item.banner.small_stripes.purple=Violetti raita +item.banner.small_stripes.red=Punainen raita +item.banner.small_stripes.silver=Vaaleanharmaa raita +item.banner.small_stripes.white=Valkoinen raita +item.banner.small_stripes.yellow=Keltainen raita +item.banner.square_bottom_left.black=Musta vasen alakulma +item.banner.square_bottom_left.blue=Sininen vasen alakulma +item.banner.square_bottom_left.brown=Ruskea vasen alakulma +item.banner.square_bottom_left.cyan=Syaani vasen alakulma +item.banner.square_bottom_left.gray=Harmaa vasen alakulma +item.banner.square_bottom_left.green=Vihreä vasen alakulma +item.banner.square_bottom_left.lightBlue=Vaaleansininen vasen alakulma +item.banner.square_bottom_left.lime=Lime vasen alakulma +item.banner.square_bottom_left.magenta=Purppura vasen alakulma +item.banner.square_bottom_left.orange=Oranssi vasen alakulma +item.banner.square_bottom_left.pink=Vaaleanpunainen vasen alakulma +item.banner.square_bottom_left.purple=Violetti vasen alakulma +item.banner.square_bottom_left.red=Punainen vasen alakulma +item.banner.square_bottom_left.silver=Vaalean harmaa vasen alakulma +item.banner.square_bottom_left.white=Valkoinen vasen alakulma +item.banner.square_bottom_left.yellow=Keltainen vasen alakulma +item.banner.square_bottom_right.black=Musta oikea alakulma +item.banner.square_bottom_right.blue=Sininen oikea alakulma +item.banner.square_bottom_right.brown=Ruskea oikea alakulma +item.banner.square_bottom_right.cyan=Syaani oikea alakulma +item.banner.square_bottom_right.gray=Harmaa oikea alakulma +item.banner.square_bottom_right.green=Vihreä oikea alakulma +item.banner.square_bottom_right.lightBlue=Vaaleansininen oikea alakulma +item.banner.square_bottom_right.lime=Lime oikea alakulma +item.banner.square_bottom_right.magenta=Purppura oikea alakulma +item.banner.square_bottom_right.orange=Oranssi oikea alakulma +item.banner.square_bottom_right.pink=Vaaleanpunainen oikea alakulma +item.banner.square_bottom_right.purple=Violetti oikea alakulma +item.banner.square_bottom_right.red=Punainen oikea alakulma +item.banner.square_bottom_right.silver=Vaaleanharmaa oikea alakulma +item.banner.square_bottom_right.white=Valkoinen oikea alakulma +item.banner.square_bottom_right.yellow=Keltainen oikea alakulma +item.banner.square_top_left.black=Musta vasen yläkulma +item.banner.square_top_left.blue=Sininen vasen yläkulma +item.banner.square_top_left.brown=Ruskea vasen yläkulma +item.banner.square_top_left.cyan=Syaani vasen yläkulma +item.banner.square_top_left.gray=Harmaa vasen yläkulma +item.banner.square_top_left.green=Vihreä vasen yläkulma +item.banner.square_top_left.lightBlue=Vaaleansininen vasen yläkulma +item.banner.square_top_left.lime=Lime vasen yläkulma +item.banner.square_top_left.magenta=Purppura vasen yläkulma +item.banner.square_top_left.orange=Oranssi vasen yläkulma +item.banner.square_top_left.pink=Vaaleanpunainen vasen yläkulma +item.banner.square_top_left.purple=Violetti vasen yläkulma +item.banner.square_top_left.red=Punainen vasen yläkulma +item.banner.square_top_left.silver=Vaaleanharmaa vasen yläkulma +item.banner.square_top_left.white=Valkoinen vasen yläkulma +item.banner.square_top_left.yellow=Keltainen vasen yläkulma +item.banner.square_top_right.black=Musta oikea yläkulma +item.banner.square_top_right.blue=Sininen oikea yläkulma +item.banner.square_top_right.brown=Ruskea oikea yläkulma +item.banner.square_top_right.cyan=Syaani oikea yläkulma +item.banner.square_top_right.gray=Harmaa oikea yläkulma +item.banner.square_top_right.green=Vihreä oikea yläkulma +item.banner.square_top_right.lightBlue=Vaaleansininen oikea yläkulma +item.banner.square_top_right.lime=Lime oikea yläkulma +item.banner.square_top_right.magenta=Purppura oikea yläkulma +item.banner.square_top_right.orange=Oranssi oikea yläkulma +item.banner.square_top_right.pink=Vaaleanpunainen oikea yläkulma +item.banner.square_top_right.purple=Violetti oikea yläkulma +item.banner.square_top_right.red=Punainen oikea yläkulma +item.banner.square_top_right.silver=Vaaleanharmaa oikea yläkulma +item.banner.square_top_right.white=Valkoinen oikea yläkulma +item.banner.square_top_right.yellow=Keltainen oikea yläkulma +item.banner.stripe_bottom.black=Musta alaosa +item.banner.stripe_bottom.blue=Sininen alaosa +item.banner.stripe_bottom.brown=Ruskea alaosa +item.banner.stripe_bottom.cyan=Syaani alaosa +item.banner.stripe_bottom.gray=Harmaa alaosa +item.banner.stripe_bottom.green=Vihreä alaosa +item.banner.stripe_bottom.lightBlue=Vaaleansininen alaosa +item.banner.stripe_bottom.lime=Lime alaosa +item.banner.stripe_bottom.magenta=Purppura alaosa +item.banner.stripe_bottom.orange=Oranssi alaosa +item.banner.stripe_bottom.pink=Vaaleanpunainen alaosa +item.banner.stripe_bottom.purple=Violetti alaosa +item.banner.stripe_bottom.red=Punainen alaosa +item.banner.stripe_bottom.silver=Vaaleanharmaa alaosa +item.banner.stripe_bottom.white=Valkoinen alaosa +item.banner.stripe_bottom.yellow=Keltainen alaosa +item.banner.stripe_center.black=Musta pystyraita +item.banner.stripe_center.blue=Sininen pystyraita +item.banner.stripe_center.brown=Ruskea pystyraita +item.banner.stripe_center.cyan=Syaani pystyraita +item.banner.stripe_center.gray=Harmaa pystyraita +item.banner.stripe_center.green=Vihreä pystyraita +item.banner.stripe_center.lightBlue=Vaaleansininen pystyraita +item.banner.stripe_center.lime=Lime pystyraita +item.banner.stripe_center.magenta=Purppura pystyraita +item.banner.stripe_center.orange=Oranssi pystyraita +item.banner.stripe_center.pink=Vaaleanpunainen pystyraita +item.banner.stripe_center.purple=Violetti pystyraita +item.banner.stripe_center.red=Punainen pystyraita +item.banner.stripe_center.silver=Vaaleanharmaa pystyraita +item.banner.stripe_center.white=Valkoinen pystyraita +item.banner.stripe_center.yellow=Keltainen pystyraita +item.banner.stripe_downleft.black=Musta vinoraita vasen +item.banner.stripe_downleft.blue=Sininen vinoraita vasen +item.banner.stripe_downleft.brown=Ruskea vinoraita vasen +item.banner.stripe_downleft.cyan=Syaani vinoraita vasen +item.banner.stripe_downleft.gray=Harmaa vinoraita vasen +item.banner.stripe_downleft.green=Vihreä vinoraita vasen +item.banner.stripe_downleft.lightBlue=Vaaleansinen vinoraita vasen +item.banner.stripe_downleft.lime=Lime vinoraita vasen +item.banner.stripe_downleft.magenta=Purppura vinoraita vasen +item.banner.stripe_downleft.orange=Oranssi vinoraita vasen +item.banner.stripe_downleft.pink=Vaaleanpunainen vinoraita vasen +item.banner.stripe_downleft.purple=Violetti vinoraita vasen +item.banner.stripe_downleft.red=Punainen vinoraita vasen +item.banner.stripe_downleft.silver=Vaaleanharmaa vinoraita vasen +item.banner.stripe_downleft.white=Valkoinen vinoraita vasen +item.banner.stripe_downleft.yellow=Keltainen vinoraita vasen +item.banner.stripe_downright.black=Musta vinoraita oikea +item.banner.stripe_downright.blue=Sininen vinoraita oikea +item.banner.stripe_downright.brown=Ruskea vinoraita oikea +item.banner.stripe_downright.cyan=Syaani vinoraita oikea +item.banner.stripe_downright.gray=Harmaa vinoraita oikea +item.banner.stripe_downright.green=Vihreä vinoraita oikea +item.banner.stripe_downright.lightBlue=Vaaleansininen vinoraita oikea +item.banner.stripe_downright.lime=Lime vinoraita oikea +item.banner.stripe_downright.magenta=Purppura vinoraita oikea +item.banner.stripe_downright.orange=Oranssi vinoraita oikea +item.banner.stripe_downright.pink=Vaaleanpunainen vinoraita oikea +item.banner.stripe_downright.purple=Violetti vinoraita oikea +item.banner.stripe_downright.red=Punainen vinoraita oikea +item.banner.stripe_downright.silver=Vaaleanharmaa vinoraita oikea +item.banner.stripe_downright.white=Valkoinen vinoraita oikea +item.banner.stripe_downright.yellow=Keltainen vinoraita oikea +item.banner.stripe_left.black=Musta vasen reuna +item.banner.stripe_left.blue=Sininen vasen reuna +item.banner.stripe_left.brown=Ruskea vasen reuna +item.banner.stripe_left.cyan=Syaani vasen reuna +item.banner.stripe_left.gray=Harmaa vasen reuna +item.banner.stripe_left.green=Vihreä vasen reuna +item.banner.stripe_left.lightBlue=Vaaleansininen vasen reuna +item.banner.stripe_left.lime=Lime vasen reuna +item.banner.stripe_left.magenta=Purppura vasen reuna +item.banner.stripe_left.orange=Oranssi vasen reuna +item.banner.stripe_left.pink=Vaaleanpunainen vasen reuna +item.banner.stripe_left.purple=Violetti vasen reuna +item.banner.stripe_left.red=Punainen vasen reuna +item.banner.stripe_left.silver=Vaaleanharmaa vasen reuna +item.banner.stripe_left.white=Valkoinen vasen reuna +item.banner.stripe_left.yellow=Keltainen vasen reuna +item.banner.stripe_middle.black=Musta vaakaraita +item.banner.stripe_middle.blue=Sininen vaakaraita +item.banner.stripe_middle.brown=Ruskea vaakaraita +item.banner.stripe_middle.cyan=Syaani vaakaraita +item.banner.stripe_middle.gray=Harmaa vaakaraita +item.banner.stripe_middle.green=Vihreä vaakaraita +item.banner.stripe_middle.lightBlue=Vaaleansininen vaakaraita +item.banner.stripe_middle.lime=Lime vaakaraita +item.banner.stripe_middle.magenta=Purppura vaakaraita +item.banner.stripe_middle.orange=Oranssi vaakaraita +item.banner.stripe_middle.pink=Vaaleanpunainen vaakaraita +item.banner.stripe_middle.purple=Violetti vaakaraita +item.banner.stripe_middle.red=Punainen vaakaraita +item.banner.stripe_middle.silver=Vaaleanharmaa vaakaraita +item.banner.stripe_middle.white=Valkoinen vaakaraita +item.banner.stripe_middle.yellow=Keltainen vaakaraita +item.banner.stripe_right.black=Musta oikea reuna +item.banner.stripe_right.blue=Sininen oikea reuna +item.banner.stripe_right.brown=Ruskea oikea reuna +item.banner.stripe_right.cyan=Syaani oikea reuna +item.banner.stripe_right.gray=Harmaa oikea reuna +item.banner.stripe_right.green=Vihreä oikea reuna +item.banner.stripe_right.lightBlue=Vaaleansininen oikea reuna +item.banner.stripe_right.lime=Lime oikea reuna +item.banner.stripe_right.magenta=Purppura oikea reuna +item.banner.stripe_right.orange=Oranssi oikea reuna +item.banner.stripe_right.pink=Vaaleanpunainen oikea reuna +item.banner.stripe_right.purple=Violetti oikea reuna +item.banner.stripe_right.red=Punainen oikea reuna +item.banner.stripe_right.silver=Vaaleanharmaa oikea reuna +item.banner.stripe_right.white=Valkoinen oikea reuna +item.banner.stripe_right.yellow=Keltainen oikea reuna +item.banner.stripe_top.black=Musta yläosa +item.banner.stripe_top.blue=Sininen yläosa +item.banner.stripe_top.brown=Ruskea yläosa +item.banner.stripe_top.cyan=Syaani yläosa +item.banner.stripe_top.gray=Harmaa yläosa +item.banner.stripe_top.green=Vihreä yläosa +item.banner.stripe_top.lightBlue=Vaaleansininen yläosa +item.banner.stripe_top.lime=Lime yläosa +item.banner.stripe_top.magenta=Purppura yläosa +item.banner.stripe_top.orange=Oranssi yläosa +item.banner.stripe_top.pink=Vaaleanpunainen yläosa +item.banner.stripe_top.purple=Violetti yläosa +item.banner.stripe_top.red=Punainen yläosa +item.banner.stripe_top.silver=Vaaleanharmaa yläosa +item.banner.stripe_top.white=Valkoinen yläosa +item.banner.stripe_top.yellow=Keltainen yläosa +item.banner.triangle_bottom.black=Musta alakolmio +item.banner.triangle_bottom.blue=Sininen alakolmio +item.banner.triangle_bottom.brown=Ruskea alakolmio +item.banner.triangle_bottom.cyan=Syaani alakolmio +item.banner.triangle_bottom.gray=Harmaa alakolmio +item.banner.triangle_bottom.green=Vihreä alakolmio +item.banner.triangle_bottom.lightBlue=Vaaleansininen alakolmio +item.banner.triangle_bottom.lime=Lime alakolmio +item.banner.triangle_bottom.magenta=Purppura alakolmio +item.banner.triangle_bottom.orange=Oranssi alakolmio +item.banner.triangle_bottom.pink=Vaaleanpunainen alakolmio +item.banner.triangle_bottom.purple=Violetti alakolmio +item.banner.triangle_bottom.red=Punainen alakolmio +item.banner.triangle_bottom.silver=Vaaleanharmaa alakolmio +item.banner.triangle_bottom.white=Valkoinen alakolmio +item.banner.triangle_bottom.yellow=Keltainen alakolmio +item.banner.triangle_top.black=Musta yläkolmio +item.banner.triangle_top.blue=Sininen yläkolmio +item.banner.triangle_top.brown=Ruskea yläkolmio +item.banner.triangle_top.green=Vihreä yläkolmio +item.banner.triangle_top.purple=Violetti yläkolmio +item.banner.triangle_top.red=Punainen yläkolmio +item.banner.triangles_bottom.cyan=Syaani alareunus +item.banner.triangles_bottom.gray=Harmaa alareunus +item.banner.triangles_bottom.lightBlue=Vaaleansininen alareunus +item.banner.triangles_bottom.lime=Lime alareunus +item.banner.triangles_bottom.magenta=Purppura alareunus +item.banner.triangles_bottom.orange=Oranssi alareunus +item.banner.triangles_bottom.pink=Vaaleanpunainen alareunus +item.banner.triangles_bottom.silver=Vaaleanharmaa alareunus +item.banner.triangles_bottom.white=Valkoinen alareunus +item.banner.triangles_bottom.yellow=Keltainen alareunus +item.banner.triangles_top.black=Musta yläreunus +item.banner.triangles_top.blue=Sininen yläreunus +item.banner.triangles_top.brown=Ruskea yläreunus +item.banner.triangles_top.cyan=Syaani yläreunus +item.banner.triangles_top.gray=Harmaa yläreunus +item.banner.triangles_top.green=Vihreä yläreunus +item.banner.triangles_top.lightBlue=Vaaleansininen yläreunus +item.banner.triangles_top.lime=Lime yläreunus +item.banner.triangles_top.magenta=Purppura yläreunus +item.banner.triangles_top.orange=Oranssi yläreunus +item.banner.triangles_top.pink=Vaaleanpunainen yläreunus +item.banner.triangles_top.purple=Violetti yläreunus +item.banner.triangles_top.red=Punainen yläreunus +item.banner.triangles_top.silver=Vaaleanharmaa yläreunus +item.banner.triangles_top.white=Valkoinen yläreunus +item.banner.triangles_top.yellow=Keltainen yläreunus +item.banner.white.name=Valkoinen lippu +item.banner.yellow.name=Keltainen lippu +item.bed.name=Sänky +item.beefCooked.name=Paisti +item.beefRaw.name=Raaka pihvi +item.blazePowder.name=Roihujauhe +item.blazeRod.name=Roihusauva +item.boat.name=Vene +item.bone.name=Luu +item.book.name=Kirja +item.bootsChain.name=Rengashaarniskan kengät +item.bootsCloth.name=Nahkasaappaat +item.bootsDiamond.name=Timanttiset kengät +item.bootsGold.name=Kultaiset saappaat +item.bootsIron.name=Rautasaappaat +item.bow.name=Jousi +item.bowl.name=Kulho +item.bread.name=Leipä +item.brewingStand.name=Hautumateline +item.brick.name=Tiili +item.bucket.name=Ämpäri +item.bucketLava.name=Laavaämpäri +item.bucketWater.name=Vesiämpäri +item.cake.name=Kakku +item.canBreak=Voi rikkoa: +item.canPlace=Voidaan sijoittaa: +item.carrotGolden.name=Kultainen porkkana +item.carrotOnAStick.name=Porkkana kepin päässä +item.carrots.name=Porkkana +item.cauldron.name=Pata +item.charcoal.name=Puuhiili +item.chestplateChain.name=Rengashaarniskan rintapanssari +item.chestplateCloth.name=Nahkatakki +item.chestplateDiamond.name=Timanttinen rintapanssari +item.chestplateGold.name=Kultainen rintapanssari +item.chestplateIron.name=Rautainen rintapanssari +item.chickenCooked.name=Paistettu kana +item.chickenRaw.name=Raaka kana +item.clay.name=Savi +item.clock.name=Kello +item.coal.name=Hiili +item.comparator.name=Punakivivertailija +item.compass.name=Kompassi +item.cookie.name=Keksi +item.diamond.name=Timantti +item.diode.name=Punakivitoistin +item.doorAcacia.name=Akaasiaovi +item.doorBirch.name=Koivuovi +item.doorDarkOak.name=Tumma Tammiovi +item.doorIron.name=Rautaovi +item.doorJungle.name=Viidakkopuuovi +item.doorOak.name=Tammiovi +item.doorSpruce.name=Kuusiovi +item.dyePowder.black.name=Mustepussi +item.dyePowder.blue.name=Lasuriitti +item.dyePowder.brown.name=Kaakaopavut +item.dyePowder.cyan.name=Turkoosi väriaine +item.dyePowder.gray.name=Harmaa väriaine +item.dyePowder.green.name=Kaktuksenvihreä väriaine +item.dyePowder.lightBlue.name=Vaaleansininen väriaine +item.dyePowder.lime.name=Limetinvihreä väriaine +item.dyePowder.magenta.name=Purppura väriaine +item.dyePowder.orange.name=Oranssi väriaine +item.dyePowder.pink.name=Vaaleanpunainen väriaine +item.dyePowder.purple.name=Violetti väriaine +item.dyePowder.red.name=Ruusunpunainen väriaine +item.dyePowder.silver.name=Vaaleanharmaa väriaine +item.dyePowder.white.name=Luujauho +item.dyePowder.yellow.name=Voikukankeltainen väriaine +item.dyed=Värjätty +item.egg.name=Kananmuna +item.emerald.name=Smaragdi +item.emptyMap.name=Tyhjä kartta +item.emptyPotion.name=Vesipullo +item.enchantedBook.name=Lumottu kirja +item.enderPearl.name=Äärenhelmi +item.expBottle.name=Lumottu pullo +item.eyeOfEnder.name=Äären silmä +item.feather.name=Höyhen +item.fermentedSpiderEye.name=Käynyt hämähäkinsilmä +item.fireball.name=Tulipallo +item.fireworks.flight=Lentämisaika: +item.fireworks.name=Ilotulitusraketti +item.fireworksCharge.black=Musta +item.fireworksCharge.blue=Sininen +item.fireworksCharge.brown=Ruskea +item.fireworksCharge.customColor=Oma väri +item.fireworksCharge.cyan=Turkoosi +item.fireworksCharge.fadeTo=Häivytys: +item.fireworksCharge.flicker=Tuike +item.fireworksCharge.gray=Harmaa +item.fireworksCharge.green=Vihreä +item.fireworksCharge.lightBlue=Vaaleansininen +item.fireworksCharge.lime=Limetinvihreä +item.fireworksCharge.magenta=Purppura +item.fireworksCharge.name=Ilotulituspanos +item.fireworksCharge.orange=Oranssi +item.fireworksCharge.pink=Vaaleanpunainen +item.fireworksCharge.purple=Violetti +item.fireworksCharge.red=Punainen +item.fireworksCharge.silver=Vaaleanharmaa +item.fireworksCharge.trail=Pyrstö +item.fireworksCharge.type=Tuntematon kuvio +item.fireworksCharge.type.0=Pieni räjähdys +item.fireworksCharge.type.1=Suuri räjähdys +item.fireworksCharge.type.2=Tähtikuvio +item.fireworksCharge.type.3=Creeper-kuvioitu +item.fireworksCharge.type.4=Ryöppy +item.fireworksCharge.white=Valkoinen +item.fireworksCharge.yellow=Keltainen +item.fish.clownfish.raw.name=Vuokkokala +item.fish.cod.cooked.name=Paistettu kala +item.fish.cod.raw.name=Raaka kala +item.fish.pufferfish.raw.name=Pallokala +item.fish.salmon.cooked.name=Paistettu lohi +item.fish.salmon.raw.name=Raaka lohi +item.fishingRod.name=Onkivapa +item.flint.name=Piikivi +item.flintAndSteel.name=Tulukset +item.flowerPot.name=Kukkaruukku +item.frame.name=Kehys +item.ghastTear.name=Hornanhengen kyynel +item.glassBottle.name=Lasipullo +item.goldNugget.name=Kultakimpale +item.hatchetDiamond.name=Timanttikirves +item.hatchetGold.name=Kultakirves +item.hatchetIron.name=Rautakirves +item.hatchetStone.name=Kivikirves +item.hatchetWood.name=Puukirves +item.helmetChain.name=Rengashaarniskan kypärä +item.helmetCloth.name=Nahkalakki +item.helmetDiamond.name=Timanttinen kypärä +item.helmetGold.name=Kultainen kypärä +item.helmetIron.name=Rautakypärä +item.hoeDiamond.name=Timanttikuokka +item.hoeGold.name=Kultakuokka +item.hoeIron.name=Rautakuokka +item.hoeStone.name=Kivikuokka +item.hoeWood.name=Puukuokka +item.horsearmordiamond.name=Timanttinen hevosen panssari +item.horsearmorgold.name=Kultainen hevosen panssari +item.horsearmormetal.name=Rautainen hevosen panssari +item.ingotGold.name=Kultaharkko +item.ingotIron.name=Rautaharkko +item.leash.name=Talutushihna +item.leather.name=Nahka +item.leaves.name=Lehtiä +item.leggingsChain.name=Rengashaarniskan housut +item.leggingsCloth.name=Nahkahousut +item.leggingsDiamond.name=Timanttihousut +item.leggingsGold.name=Kultaiset housut +item.leggingsIron.name=Rautahousut +item.magmaCream.name=Magmavoide +item.map.name=Kartta +item.melon.name=Melonisiivu +item.milk.name=Maito +item.minecart.name=Kaivosvaunu +item.minecartChest.name=Arkullinen kaivosvaunu +item.minecartCommandBlock.name=Komentokuutiokaivosvaunu +item.minecartFurnace.name=Moottoroitu kaivosvaunu +item.minecartHopper.name=Suppilovaunu +item.minecartTnt.name=TNT-kaivosvaunu +item.monsterPlacer.name=Luo +item.mushroomStew.name=Sienimuhennos +item.muttonCooked.name=Kypsä Lampaanliha +item.muttonRaw.name=Raaka Lampaanliha +item.nameTag.name=Nimilappu +item.netherStalkSeeds.name=Hornapahka +item.netherStar.name=Hornatähti +item.netherbrick.name=Hornatiili +item.netherquartz.name=Hornakvartsi +item.painting.name=Maalaus +item.paper.name=Paperi +item.pickaxeDiamond.name=Timanttihakku +item.pickaxeGold.name=Kultahakku +item.pickaxeIron.name=Rautahakku +item.pickaxeStone.name=Kivihakku +item.pickaxeWood.name=Puuhakku +item.porkchopCooked.name=Paistettu porsaankyljys +item.porkchopRaw.name=Raaka porsaankyljys +item.potato.name=Peruna +item.potatoBaked.name=Paistettu peruna +item.potatoPoisonous.name=Myrkyllinen peruna +item.potion.name=Taikajuoma +item.prismarineCrystals.name=Prismariini kiteitä +item.prismarineShard.name=Prismariini Sirpale +item.pumpkinPie.name=Kurpitsapiirakka +item.rabbitCooked.name=Kypsä Jäniksenliha +item.rabbitFoot.name=Jäniksenkäpälä +item.rabbitHide.name=Jäniksen Turkki +item.rabbitRaw.name=Raaka Jäniksenliha +item.rabbitStew.name=Kanimuhennos +item.record.11.desc=C418 - 11 +item.record.13.desc=C418 - 13 +item.record.blocks.desc=C418 - blocks +item.record.cat.desc=C418 - cat +item.record.chirp.desc=C418 - chirp +item.record.far.desc=C418 - far +item.record.mall.desc=C418 - mall +item.record.mellohi.desc=C418 - mellohi +item.record.name=Musiikkilevy +item.record.stal.desc=C418 - stal +item.record.strad.desc=C418 - strad +item.record.wait.desc=C418 - wait +item.record.ward.desc=C418 - ward +item.redstone.name=Punakivi +item.reeds.name=Sokeriruoko +item.rottenFlesh.name=Mädäntynyt liha +item.ruby.name=Rubiini +item.saddle.name=Satula +item.seeds.name=Siemeniä +item.seeds_melon.name=Meloninsiemeniä +item.seeds_pumpkin.name=Kurpitsansiemeniä +item.shears.name=Keritsimet +item.shovelDiamond.name=Timanttilapio +item.shovelGold.name=Kultalapio +item.shovelIron.name=Rautalapio +item.shovelStone.name=Kivilapio +item.shovelWood.name=Puulapio +item.sign.name=Kyltti +item.skull.char.name=Pää +item.skull.creeper.name=Creeperin pää +item.skull.player.name=Pelaajan %s pää +item.skull.skeleton.name=Luurangon kallo +item.skull.wither.name=Hornaluurangon kallo +item.skull.zombie.name=Zombin pää +item.slimeball.name=Limapallo +item.snowball.name=Lumipallo +item.speckledMelon.name=Kimalteleva meloni +item.spiderEye.name=Hämähäkinsilmä +item.stick.name=Keppi +item.string.name=Lanka +item.sugar.name=Sokeri +item.sulphur.name=Ruutia +item.swordDiamond.name=Timanttimiekka +item.swordGold.name=Kultamiekka +item.swordIron.name=Rautamiekka +item.swordStone.name=Kivimiekka +item.swordWood.name=Puumiekka +item.unbreakable=Rikkoutumaton +item.wheat.name=Vehnää +item.writingBook.name=Kirja ja sulkakynä +item.writtenBook.name=Kirjoitettu kirja +item.yellowDust.name=Hehkukivijauhe +itemGroup.brewing=Hauduttaminen +itemGroup.buildingBlocks=Rakennustarvikkeet +itemGroup.combat=Taistelu +itemGroup.decorations=Koristekuutiot +itemGroup.food=Elintarvikkeet +itemGroup.inventory=Tavaraluettelo +itemGroup.materials=Materiaalit +itemGroup.misc=Sekalaiset +itemGroup.redstone=Punakivi +itemGroup.search=Etsi esineitä +itemGroup.tools=Työkalut +itemGroup.transportation=Kuljetus +key.attack=Hyökkää/tuhoa +key.back=Kävele takaperin +key.categories.gameplay=Pelattavuus +key.categories.inventory=Tavaraluettelo +key.categories.misc=Sekalaiset +key.categories.movement=Liikkuminen +key.categories.multiplayer=Moninpeli +key.categories.stream=Streamataan +key.categories.ui=Pelin käyttöliittymä +key.chat=Avaa keskustelu +key.command=Avaa komento +key.drop=Pudota esine +key.forward=Kävele eteenpäin +key.fullscreen=Vaihda kokonäyttötilaan +key.hotbar.1=Pikanäppäin 1 +key.hotbar.2=Pikanäppäin 2 +key.hotbar.3=Pikanäppäin 3 +key.hotbar.4=Pikanäppäin 4 +key.hotbar.5=Pikanäppäin 5 +key.hotbar.6=Pikanäppäin 6 +key.hotbar.7=Pikanäppäin 7 +key.hotbar.8=Pikanäppäin 8 +key.hotbar.9=Pikanäppäin 9 +key.inventory=Tavaraluettelo +key.jump=Hyppää +key.left=Kävele vasemmalle +key.mouseButton=Nappi %1$s +key.pickItem=Valitse kuutio +key.playerlist=Pelaajaluettelo +key.right=Kävele oikealle +key.screenshot=Ota kuvankaappaus +key.smoothCamera=Vaihda elokuvamaiseen kameraan +key.sneak=Hiivi +key.spectatorOutlines=Korosta pelaajat (Katselijat) +key.sprint=Juokse +key.streamCommercial=Näytä streamin mainokset +key.streamPauseUnpause=Tauko/Jatka Streamia +key.streamStartStop=Aloita/Lopeta Streami +key.streamToggleMic=Paina puhuaksesi/Mykistä +key.togglePerspective=Vaihda näkökulma +key.use=Käytä esinettä/sijoita kuutio +lanServer.otherPlayers=Muiden pelaajien asetukset +lanServer.scanning=Etsitään pelejä lähiverkossa +lanServer.start=Jaa lähiverkkoon +lanServer.title=Lähiverkkomaailma +language.code=fi_FI +language.name=Suomi +language.region=Suomi +mcoServer.title=Minecraft Online maailma +menu.convertingLevel=Muunnetaan maailmaa +menu.disconnect=Katkaise yhteys +menu.game=Pelivalikko +menu.generatingLevel=Luodaan maailmaa +menu.generatingTerrain=Muovataan maastoa +menu.loadingLevel=Ladataan maailmaa +menu.multiplayer=Moninpeli +menu.online=Minecraft valtakunnat +menu.options=Asetukset... +menu.playdemo=Pelaa kokeilumaailmaa +menu.quit=Poistu pelistä +menu.resetdemo=Tyhjennä kokeilumaailma +menu.respawning=Uudelleensynnytään +menu.returnToGame=Takaisin peliin +menu.returnToMenu=Tallenna ja poistu päävalikkoon +menu.shareToLan=Jaa lähiverkkoon +menu.simulating=Annetaan maailman muhia hetken +menu.singleplayer=Yksinpeli +menu.switchingLevel=Vaihdetaan maailmaa +merchant.deprecated=Vaihda jotain muuta avataksesi! +mount.onboard=Hyppää pois painamalla %1$s +multiplayer.connect=Yhdistä +multiplayer.downloadingStats=Ladataan tilastoja & saavutuksia... +multiplayer.downloadingTerrain=Ladataan maastoa +multiplayer.info1=Minecraftin moninpeli on yhä kesken, mutta +multiplayer.info2=meneillään on aikaista bugista testausta. +multiplayer.ipinfo=Syötä palvelimen IP-osoite, johon haluat yhdistää: +multiplayer.player.joined=%s liittyi peliin +multiplayer.player.joined.renamed=%s (aiemmin tunnettu nimellä %s) liittyi peliin +multiplayer.player.left=%s poistui pelistä +multiplayer.stopSleeping=Nouse sängystä +multiplayer.texturePrompt.line1=Tämä palvelin suosittelee muokatun resurssipaketin käyttöä. +multiplayer.texturePrompt.line2=Haluaisitko ladata ja asentaa sen automaagisesti? +multiplayer.title=Pelaa moninpeliä +options.advancedButton=Videon lisäasetukset... +options.advancedOpengl=Edistynyt OpenGL +options.advancedVideoTitle=Videon lisäasetukset +options.anaglyph=Stereoskooppinen 3D +options.ao=Pehmeä valaistus +options.ao.max=Maksimi +options.ao.min=Minimi +options.ao.off=POIS PÄÄLTÄ +options.blockAlternatives=Vaihtoehtoiset kuutiot +options.chat.color=Värit +options.chat.height.focused=Korkeus avattuna +options.chat.height.unfocused=Korkeus suljettuna +options.chat.links=Linkit +options.chat.links.prompt=Kysy linkeistä +options.chat.opacity=Läpikuultamattomuus +options.chat.scale=Koko +options.chat.title=Keskusteluasetukset... +options.chat.visibility=Keskustelu +options.chat.visibility.full=Näkyy +options.chat.visibility.hidden=Ei näy +options.chat.visibility.system=Vain komennot +options.chat.width=Leveys +options.controls=Näppäimet... +options.customizeTitle=Mukauta maailman asetuksia +options.difficulty=Vaikeustaso +options.difficulty.easy=Helppo +options.difficulty.hard=Vaikea +options.difficulty.hardcore=Kovanaama +options.difficulty.normal=Tavallinen +options.difficulty.peaceful=Rauhallinen +options.farWarning1=64-bittistä Java-asennusta suositellaan +options.farWarning2=pitkää näköetäisyyttä käytettäessä. (Javasi on 32-bittinen) +options.fboEnable=Ota käyttöön FBO:t +options.forceUnicodeFont=Pakota Unicode-fontti +options.fov=Näkökenttä +options.fov.max=Quake-mestari +options.fov.min=Tavallinen +options.framerateLimit=Maksimikuvataajuus +options.framerateLimit.max=Rajaton +options.fullscreen=Koko näyttö +options.gamma=Kirkkaus +options.gamma.max=Kirkas +options.gamma.min=Tunnelmallinen +options.graphics=Grafiikat +options.graphics.fancy=Hieno +options.graphics.fast=Nopea +options.guiScale=Käyttöliittymän koko +options.guiScale.auto=Automaattinen +options.guiScale.large=Suuri +options.guiScale.normal=Tavallinen +options.guiScale.small=Pieni +options.hidden=Piilotettu +options.invertMouse=Käänteinen hiiri +options.language=Kieli... +options.languageWarning=Käännökset eivät ole välttämättä 100%% tarkkoja +options.mipmapLevels=Mipmap-tasot +options.modelPart.cape=Viitta +options.modelPart.hat=Hattu +options.modelPart.jacket=Takki +options.modelPart.left_pants_leg=Vasen lahje +options.modelPart.left_sleeve=Vasen hiha +options.modelPart.right_pants_leg=Oikea lahje +options.modelPart.right_sleeve=Oikea hiha +options.multiplayer.title=Moninpeliasetukset... +options.music=Musiikki +options.off=Pois +options.on=Päällä +options.particles=Hiukkaset +options.particles.all=Kaikki +options.particles.decreased=Vähemmän +options.particles.minimal=Hyvin vähän +options.performanceButton=Videon suorituskykyasetukset... +options.performanceVideoTitle=Videon suorituskykyasetukset +options.postButton=Jälkikäsittelyasetukset... +options.postProcessEnable=Ota käyttöön jälkikäsittely +options.postVideoTitle=Jälkikäsittelyasetukset +options.qualityButton=Kuvanlaatuasetukset... +options.qualityVideoTitle=Kuvanlaatuasetukset +options.reducedDebugInfo=Vähennetyt debug tiedot +options.renderClouds=Pilvet +options.renderDistance=Näköetäisyys +options.renderDistance.far=Pitkä +options.renderDistance.normal=Tavallinen +options.renderDistance.short=Lyhyt +options.renderDistance.tiny=Hyvin lyhyt +options.resourcepack=Resurssipaketit... +options.saturation=Kylläisyys +options.sensitivity=Herkkyys +options.sensitivity.max=HYPERNOPEUS!!! +options.sensitivity.min=*huoh* +options.skinCustomisation=Skinin Mukauttaminen... +options.skinCustomisation.title=Skinin Mukauttaminen +options.snooper=Salli tiedonkeruu +options.snooper.desc=Kehittääksemme Minecraftia entistä paremmaksi haluamme kerätä tietoja käyttämästäsi tietokoneesta. Niiden avulla tiedämme, mitä laitteistoja pystymme tukemaan, ja mistä löytyvät isoimmat ongelma-alueet. Kerättyjä tietoja ei voida yhdistää kehenkään, ja voit tarkastella niitä alla. Lupaamme, ettemme käytä näitä tietoja pahantekoon, mutta jos et halua osallistua, voit vapaasti ottaa toiminnon pois käytöstä! +options.snooper.title=Konekohtaiset tiedot +options.snooper.view=Tiedonkeruun asetukset... +options.sound=Äänet +options.sounds=Musiikki ja äänet... +options.sounds.title=Musiikki- & ääniasetukset +options.stream=Lähetyksen asetukset... +options.stream.bytesPerPixel=Laatu +options.stream.changes=Voit joutua käynnistämään streamisi uudelleen jotta asetukset tulevat voimaan. +options.stream.chat.enabled=Ota käyttöön +options.stream.chat.enabled.always=Aina +options.stream.chat.enabled.never=Ei ikinä +options.stream.chat.enabled.streaming=Streamattaessa +options.stream.chat.title=Twitch-keskusteluasetukset +options.stream.chat.userFilter=Käyttäjäsuodatin +options.stream.chat.userFilter.all=Kaikki katsojat +options.stream.chat.userFilter.mods=Moderaattorit +options.stream.chat.userFilter.subs=tilaajat +options.stream.compression=Pakkaus +options.stream.compression.high=Korkea +options.stream.compression.low=Matala +options.stream.compression.medium=Keskitaso +options.stream.estimation=Arvioitu tarkkuus: %sx%s +options.stream.fps=Kuvataajuus +options.stream.ingest.reset=Nollaa valinta +options.stream.ingest.title=Twitch-lähetyspalvelimet +options.stream.ingestSelection=Lähetys-palvelinluettelo +options.stream.kbps=Kaistanleveys +options.stream.micToggleBehavior=Paina +options.stream.micVolumne=Mikin Äänenvoimakkuus +options.stream.mic_toggle.mute=Vaimenna +options.stream.mic_toggle.talk=Puhuaksesi +options.stream.sendMetadata=Lähetä metatietoja +options.stream.systemVolume=Järjestelmän Äänet +options.stream.title=Twitchin lähetysasetukset +options.title=Asetukset +options.touchscreen=Kosketusnäyttötila +options.vbo=Käytä VBO:ia +options.video=Videoasetukset... +options.videoTitle=Videoasetukset +options.viewBobbing=Kuvan keikkuminen +options.visible=Näkyy +options.vsync=Salli VSync +potion.absorption=Imeytyminen +potion.absorption.postfix=Imeytymisen taikajuoma +potion.blindness=Sokeus +potion.blindness.postfix=Sokeuden taikajuoma +potion.confusion=Pahoinvointi +potion.confusion.postfix=Pahoinvoinnin taikajuoma +potion.damageBoost=Voima +potion.damageBoost.postfix=Vahvuuden taikajuoma +potion.digSlowDown=Louhintauupumus +potion.digSlowDown.postfix=Ikävyyden taikajuoma +potion.digSpeed=Kiire +potion.digSpeed.postfix=Kiireen taikajuoma +potion.effects.whenDrank=Käytettäessä: +potion.empty=Ei vaikutusta +potion.fireResistance=Tulenkestävyys +potion.fireResistance.postfix=Tulenkestävyyden taikajuoma +potion.harm=Välitön vahinko +potion.harm.postfix=Vahingoittava taikajuoma +potion.heal=Välitön elinvoima +potion.heal.postfix=Parantava taikajuoma +potion.healthBoost=Elinvoiman tehostus +potion.healthBoost.postfix=Elinvoiman tehostuksen taikajuoma +potion.hunger=Nälkä +potion.hunger.postfix=Nälän taikajuoma +potion.invisibility=Näkymättömyys +potion.invisibility.postfix=Näkymättömyyden taikajuoma +potion.jump=Tehostettu hyppy +potion.jump.postfix=Loikkaamisen taikajuoma +potion.moveSlowdown=Hitaus +potion.moveSlowdown.postfix=Hitauden taikajuoma +potion.moveSpeed=Nopeus +potion.moveSpeed.postfix=Nopeuden taikajuoma +potion.nightVision=Hämäränäkö +potion.nightVision.postfix=Hämäränäön taikajuoma +potion.poison=Myrkky +potion.poison.postfix=Myrkyllinen taikajuoma +potion.potency.1=II +potion.potency.2=III +potion.potency.3=IV +potion.prefix.acrid=Karvas +potion.prefix.artless=Koruton +potion.prefix.awkward=Kiusallinen +potion.prefix.bland=Mauton +potion.prefix.bulky=Kömpelö +potion.prefix.bungling=Törppö +potion.prefix.buttered=Lipevä +potion.prefix.charming=Hurmaava +potion.prefix.clear=Kirkas +potion.prefix.cordial=Harras +potion.prefix.dashing=Upea +potion.prefix.debonair=Tyylikäs +potion.prefix.diffuse=Hajaantunut +potion.prefix.elegant=Aistikas +potion.prefix.fancy=Hieno +potion.prefix.flat=Väljähtänyt +potion.prefix.foul=Häijy +potion.prefix.grenade=Räjähtävä +potion.prefix.gross=Inha +potion.prefix.harsh=Karski +potion.prefix.milky=Maitoinen +potion.prefix.mundane=Tavallinen +potion.prefix.odorless=Hajuton +potion.prefix.potent=Väkevä +potion.prefix.rank=Löyhkäävä +potion.prefix.refined=Hienostunut +potion.prefix.smooth=Pehmeä taikajuoma +potion.prefix.sparkling=Helmeilevä +potion.prefix.stinky=Haiseva +potion.prefix.suave=Sulava +potion.prefix.thick=Sakea +potion.prefix.thin=Laimea +potion.prefix.uninteresting=Tylsä +potion.regeneration=Elpyminen +potion.regeneration.postfix=Elpymisen taikajuoma +potion.resistance=Vastustus +potion.resistance.postfix=Kestävyyden taikajuoma +potion.saturation=Kylläisyys +potion.saturation.postfix=Kylläisyyden taikajuoma +potion.waterBreathing=Hengenpidätys +potion.waterBreathing.postfix=Hengenpidättämisen taikajuoma +potion.weakness=Heikkous +potion.weakness.postfix=Heikkouden taikajuoma +potion.wither=Näivetys +potion.wither.postfix=Kuihtumisen taikajuoma +record.nowPlaying=Pelaa nyt: %s +resourcePack.available.title=Käytettävissä olevat resurssipaketit +resourcePack.folderInfo=(Sijoita resurssipaketit tänne) +resourcePack.openFolder=Avaa resurssipakettikansio +resourcePack.selected.title=Valitut resurssipaketit +resourcePack.title=Valitse resurssipaketit +screenshot.failure=Ei voitu tallentaa näytönkaappausta: %s +screenshot.success=Tallennettu kuvankaappaus nimellä %s +selectServer.add=Lisää palvelin +selectServer.defaultName=Minecraft-palvelin +selectServer.delete=Poista +selectServer.deleteButton=Poista +selectServer.deleteQuestion=Haluatko varmasti poistaa tämän palvelimen? +selectServer.deleteWarning=poistetaan lopullisesti (Pitkä aika!) +selectServer.direct=Yhdistä suoraan +selectServer.edit=Muokkaa +selectServer.empty=tyhjä +selectServer.hiddenAddress=(Piilotettu) +selectServer.refresh=Päivitä +selectServer.select=Liity peliin +selectServer.title=Valitse palvelin +selectWorld.allowCommands=Salli huijauskomennot: +selectWorld.allowCommands.info=Komennot, kuten /gamemode ja /xp +selectWorld.bonusItems=Bonusarkku: +selectWorld.cheats=Huijauskomennot +selectWorld.conversion=Pitää muuntaa! +selectWorld.create=Luo uusi maailma +selectWorld.createDemo=Aloita uusi kokeilumaailma +selectWorld.customizeType=Mukauta +selectWorld.delete=Poista +selectWorld.deleteButton=Poista +selectWorld.deleteQuestion=Haluatko varmasti poistaa tämän maailman? +selectWorld.deleteWarning=poistetaan lopullisesti (Pitkä aika!) +selectWorld.empty=tyhjä +selectWorld.enterName=Maailman nimi +selectWorld.enterSeed=Lähtöarvo maailman luomista varten +selectWorld.gameMode=Pelimuoto +selectWorld.gameMode.adventure=Seikkailu +selectWorld.gameMode.adventure.line1=Sama kuin selviytyminen, mutta kuutioita ei +selectWorld.gameMode.adventure.line2=voi asettaa eikä hajottaa +selectWorld.gameMode.creative=Luova +selectWorld.gameMode.creative.line1=Loputtomasti resursseja, lennä vapaasti ja +selectWorld.gameMode.creative.line2=hajota kuutioita välittömästi +selectWorld.gameMode.hardcore=Hardcore +selectWorld.gameMode.hardcore.line1=Sama kuin selviytyminen, lukittu vaikeimmalle +selectWorld.gameMode.hardcore.line2=vaikeusasteelle, ja vain yksi elämä +selectWorld.gameMode.spectator=Katsoja +selectWorld.gameMode.spectator.line1=Voit katsoa, mutta et koskea +selectWorld.gameMode.survival=Selviytyminen +selectWorld.gameMode.survival.line1=Etsi resursseja, luo esineitä, kerää +selectWorld.gameMode.survival.line2=kokemusta. Elinvoima ja nälkä. +selectWorld.hardcoreMode=Kovanaama: +selectWorld.hardcoreMode.info=Maailma poistetaan kuolessasi +selectWorld.mapFeatures=Luo rakennelmia: +selectWorld.mapFeatures.info=Kyliä, tyrmiä jne. +selectWorld.mapType=Maailman tyyppi: +selectWorld.mapType.normal=Tavallinen +selectWorld.moreWorldOptions=Maailman lisäasetukset... +selectWorld.newWorld=Uusi maailma +selectWorld.newWorld.copyOf=Kopio maailmasta %s +selectWorld.recreate=Luo uudelleen +selectWorld.rename=Nimeä uudelleen +selectWorld.renameButton=Nimeä uudelleen +selectWorld.renameTitle=Vaihda maailman nimeä +selectWorld.resultFolder=Tallennuskohde: +selectWorld.seedInfo=Jätä tyhjäksi käyttääksesi satunnaista lähtöarvoa +selectWorld.select=Pelaa valittua maailmaa +selectWorld.title=Valitse maailma +selectWorld.world=Maailma +sign.edit=Muokkaa kyltin viestiä +soundCategory.ambient=Tunnelma/Ympäristö +soundCategory.block=Kuutiot +soundCategory.hostile=Vihamieliset olennot +soundCategory.master=Kaikki äänet +soundCategory.music=Musiikki +soundCategory.neutral=Hyväntahtoiset olennot +soundCategory.player=Pelaajat +soundCategory.record=Levysoitin/Nuottikuutiot +soundCategory.weather=Sää +stat.animalsBred=Elämiä kasvatettu +stat.blocksButton=Kuutiot +stat.boatOneCm=Veneellä kuljettu matka +stat.breakItem=%1$s kulutettu +stat.climbOneCm=Kiivetty matka +stat.craftItem=%1$s valmistettu +stat.crafted=Valmistettu +stat.createWorld=Luodut maailmat +stat.crouchOneCm=Hiivitty etäisyys +stat.damageDealt=Vahinkoa aiheutettu +stat.damageTaken=Vahinkoa kärsitty +stat.deaths=Kuolemien määrä +stat.depleted=Loppuunkulutettu +stat.diveOneCm=Sukellettu matka +stat.drop=Tavaroita pudotettu +stat.entityKilledBy=%s tappoi sinut %s kertaa +stat.entityKilledBy.none=%s ei ole tappanut sinua kertaakaan +stat.entityKills=Tapoit %s %s +stat.entityKills.none=Et ole koskaan tappanut %s +stat.fallOneCm=Pudottu matka +stat.fishCaught=Pyydystettyjä kaloja +stat.flyOneCm=Lennetty matka +stat.generalButton=Yleinen +stat.horseOneCm=Hevosella kuljettu matka +stat.itemsButton=Esineet +stat.joinMultiplayer=Liittymisiä moninpeliin +stat.jump=Hyppyjä +stat.junkFished=Romua kalastettu +stat.leaveGame=Pelejä lopetettu +stat.loadWorld=Tallennuksia ladattu +stat.mineBlock=%1$s louhittu +stat.minecartOneCm=Kaivosvaunulla kuljettu matka +stat.mined=Louhittu +stat.mobKills=Olentoja tapettu +stat.mobsButton=Olennot +stat.pigOneCm=Matka sialla +stat.playOneMinute=Minuutteja pelattu +stat.playerKills=Pelaajia surmattu +stat.sprintOneCm=Juostu Etäisyys +stat.startGame=Kerrat Pelattu +stat.swimOneCm=Uitu matka +stat.talkedToVillager=Puhuttu kyläläisille +stat.timeSinceDeath=viime kuolemasta +stat.tradedWithVillager=Vaihdettu kyläläisten kanssa +stat.treasureFished=Aarteita kalastettu +stat.useItem=%1$s käytetty +stat.used=Käytetty +stat.walkOneCm=Kävelty matka +stats.tooltip.type.achievement=Saavutus +stats.tooltip.type.statistic=Tilasto +stream.confirm_start=Haluatko varmasti aloittaa streamaamisen? +stream.unavailable.account_not_bound=Ennen kuin voit streamata Minecraftia Twitchin kautta, sinun täytyy linkittää Twitch-tunnuksesi mojang.comissa. Haluaisitko tehdä sen nyt? +stream.unavailable.account_not_bound.okay=Linkitä tilit +stream.unavailable.account_not_migrated=Ennen kuin voit streamata Minecraftia Twitchin kautta, sinun täytyy muuttaa Minecraft-tilisi Mojang-tiliksi. Haluaisitko tehdä sen nyt? +stream.unavailable.account_not_migrated.okay=Muuta tili +stream.unavailable.failed_auth=Twitch-todennus epäonnistui. Yhdistä Twitch-tilisi uudelleen mojang.comissa. +stream.unavailable.failed_auth.okay=Yhdistä tilit uudelleen +stream.unavailable.failed_auth_error=Twitchin streamin todentaminen epäonnistui. Kokeile myöhemmin uudestaan. +stream.unavailable.initialization_failure=Twitch SDK:n käynnistäminen epäonnistui. +stream.unavailable.initialization_failure.extra=(Syy: %s) +stream.unavailable.library_arch_mismatch=Minecraftin käynnistämiseen käytetyn Java-version arkkitehtuuri eroaa launcherin käyttämän version arkkitehtuurista. Varmista, että nämä ovat samat, joko 32-bittinen tai 64-bittinen molemmissa. +stream.unavailable.library_failure=Integroituun Twitch-streamauspalveluun tarvittavia kirjastoja ei onnistuttu lataamaan. +stream.unavailable.no_fbo=Näytönohjaimesi on tuettava vähintään OpenGL-versiota 3.0 tai Framebuffer Objecteja laajennuksen kautta käyttääksesi Twitch-streamausta. +stream.unavailable.no_fbo.arb=Framebuffer object -tuki ARB:n kautta on: %s +stream.unavailable.no_fbo.blend=Separate blending -tuki EXT:n kautta on: %s +stream.unavailable.no_fbo.ext=Framebuffer object -tuki EXT:n kautta on: %s +stream.unavailable.no_fbo.version=Käytät tällä hetkellä: %s +stream.unavailable.not_supported.mac=Valitettavasti integroitu Twitch-streamaaminen Macilla tarvitsee uudemman version OSX:stä kuin sinulla on. Sinun täytyy käyttää 10.7 (Mac OS X Lion) lai uudempi käyttääksesi tätä palvelua. Haluaisitko käydä Applen nettisivuilla oppiaksesi päivittämisestä? apple.com +stream.unavailable.not_supported.mac.okay=Päivitä +stream.unavailable.not_supported.other=Valitettavasti integroitu Twitch-streamauspalvelu vaatii Windowsin (Vista tai uudempi) tai Mac OS X:n (10.7 Lion tai uudempi) +stream.unavailable.not_supported.windows=Valitettavasti integroitu Twitch-streamaaminen tarvitsee uudemman version Windowsista, kuin mikä sinulla on. Sinulla pitää olla Windows Vista tai uudempi. +stream.unavailable.report_to_mojang=Ilmoita Mojangille +stream.unavailable.soundflower.chat=Tarvitset Soundflower:in jotta voit streamata Mac:illä. %s +stream.unavailable.soundflower.chat.link=Asenna se napsauttamalla tätä. +stream.unavailable.title=Twitch-lähetys ei saatavilla +stream.unavailable.unknown=Valitettavasti et voi streamata Twitchiin tällä hetkellä, ja emme tiedä miksi :'( +stream.unavailable.unknown.chat=Streamin aloitus epäonnistui: %s +stream.user.mode.administrator=Twitchin ylläpitäjä +stream.user.mode.banned=Kielletty +stream.user.mode.banned.other=Potkittu henkilön %s kanavalta +stream.user.mode.banned.self=Kielletty kanavallasi +stream.user.mode.broadcaster=Streamaaja +stream.user.mode.broadcaster.other=Streamaaja +stream.user.mode.broadcaster.self=Streamaaja (Sinä!) +stream.user.mode.moderator=Moderaattori +stream.user.mode.moderator.other=Moderaattori %s:n kanavalla +stream.user.mode.moderator.self=Moderaattori kanavallasi +stream.user.mode.staff=Twitchin henkilökunta +stream.user.subscription.subscriber=Tilaaja +stream.user.subscription.subscriber.other=Henkilön %s kanavan tilaaja +stream.user.subscription.subscriber.self=Kanavasi tilaaja +stream.user.subscription.turbo=Twitch Turbo +stream.userinfo.ban=Anna porttikielto +stream.userinfo.chatTooltip=Klikkaa käyttäjän hallitsemiseksi +stream.userinfo.mod=Ylennä moderaattoriksi +stream.userinfo.timeout=Aikakatkaisu +stream.userinfo.unban=Poista porttikielto +stream.userinfo.unmod=Alenna moderaattori +tile.acaciaFence.name=Akaasiaaita +tile.acaciaFenceGate.name=Akaasiaaidan Portti +tile.activatorRail.name=Aktivointiraide +tile.anvil.intact.name=Alasin +tile.anvil.name=Alasin +tile.anvil.slightlyDamaged.name=Hieman murtunut alasin +tile.anvil.veryDamaged.name=Pahasti murtunut alasin +tile.barrier.name=Este +tile.beacon.name=Lyhtykuutio +tile.beacon.primary=Ensisijainen voima +tile.beacon.secondary=Toissijainen voima +tile.bed.name=Sänky +tile.bed.noSleep=Voit nukkua vain öisin +tile.bed.notSafe=Et voi levätä juuri nyt, lähistöllä on hirviöitä +tile.bed.notValid=Kotisänkysi puuttuu tai sen edessä on este +tile.bed.occupied=Tämä sänky on varattu +tile.bedrock.name=Peruskallio +tile.birchFence.name=Koivuaita +tile.birchFenceGate.name=Koivuaidan Portti +tile.blockCoal.name=Hiilikuutio +tile.blockDiamond.name=Timanttikuutio +tile.blockEmerald.name=Smaragdikuutio +tile.blockGold.name=Kultakuutio +tile.blockIron.name=Rautakuutio +tile.blockLapis.name=Lasuriittikuutio +tile.blockRedstone.name=Punakivikuutio +tile.bookshelf.name=Kirjahylly +tile.brick.name=Tiiliä +tile.button.name=Nappi +tile.cactus.name=Kaktus +tile.cake.name=Kakku +tile.carrots.name=Porkkanoita +tile.cauldron.name=Pata +tile.chest.name=Arkku +tile.chestTrap.name=Ansoitettu arkku +tile.clay.name=Savi +tile.clayHardened.name=Kovettunut savi +tile.clayHardenedStained.black.name=Mustaksi värjätty savi +tile.clayHardenedStained.blue.name=Siniseksi värjätty savi +tile.clayHardenedStained.brown.name=Ruskeaksi värjätty savi +tile.clayHardenedStained.cyan.name=Syaaniksi värjätty savi +tile.clayHardenedStained.gray.name=Harmaaksi värjätty savi +tile.clayHardenedStained.green.name=Vihreäksi värjätty savi +tile.clayHardenedStained.lightBlue.name=Vaaleansiniseksi värjätty savi +tile.clayHardenedStained.lime.name=Limetinvihreä värjätty savi +tile.clayHardenedStained.magenta.name=Purppuraksi värjätty savi +tile.clayHardenedStained.name=Värjäytynyt Savi +tile.clayHardenedStained.orange.name=Oranssiksi värjätty savi +tile.clayHardenedStained.pink.name=Vaaleanpunaiseksi värjätty savi +tile.clayHardenedStained.purple.name=Violetiksi värjätty savi +tile.clayHardenedStained.red.name=Punaiseksi värjätty savi +tile.clayHardenedStained.silver.name=Vaaleanharmaaksi värjätty savi +tile.clayHardenedStained.white.name=Valkoiseksi värjätty savi +tile.clayHardenedStained.yellow.name=Keltaiseksi värjätty savi +tile.cloth.black.name=Musta villa +tile.cloth.blue.name=Sininen villa +tile.cloth.brown.name=Ruskea villa +tile.cloth.cyan.name=Syaani villa +tile.cloth.gray.name=Harmaa villa +tile.cloth.green.name=Vihreä villa +tile.cloth.lightBlue.name=Vaaleansininen villa +tile.cloth.lime.name=Limetinvihreä villa +tile.cloth.magenta.name=Purppura villa +tile.cloth.name=Villa +tile.cloth.orange.name=Oranssi villa +tile.cloth.pink.name=Vaaleanpunainen villa +tile.cloth.purple.name=Violetti villa +tile.cloth.red.name=Punainen villa +tile.cloth.silver.name=Vaaleanharmaa villa +tile.cloth.white.name=Villa +tile.cloth.yellow.name=Keltainen villa +tile.cobbleWall.mossy.name=Sammalkivimuuri +tile.cobbleWall.normal.name=Mukulakivimuuri +tile.cocoa.name=Kaakao +tile.commandBlock.name=Komentokuutio +tile.crops.name=Viljaa +tile.darkOakFence.name=Tumma Tammiaita +tile.darkOakFenceGate.name=Tumman Tammiaidan Portti +tile.daylightDetector.name=Päivänvalotunnistin +tile.deadbush.name=Kuollut pensas +tile.detectorRail.name=Tunnistinraide +tile.dirt.coarse.name=Karkea multa +tile.dirt.default.name=Multa +tile.dirt.name=Multa +tile.dirt.podzol.name=Podsoli +tile.dispenser.name=Jakelulaite +tile.doorIron.name=Rautaovi +tile.doorWood.name=Puuovi +tile.doublePlant.fern.name=Suuri saniainen +tile.doublePlant.grass.name=Pitkä ruoho +tile.doublePlant.name=Kasvi +tile.doublePlant.paeonia.name=Pioni +tile.doublePlant.rose.name=Ruusupensas +tile.doublePlant.sunflower.name=Auringonkukka +tile.doublePlant.syringa.name=Syreeni +tile.dragonEgg.name=Lohikäärmeen muna +tile.dropper.name=Tiputin +tile.enchantmentTable.name=Lumouspöytä +tile.endPortalFrame.name=Ääriportaali +tile.enderChest.name=Ääriarkku +tile.farmland.name=Viljelysmaa +tile.fence.name=Aita +tile.fenceGate.name=Portti +tile.fenceIron.name=Kalterit +tile.fire.name=Tuli +tile.flower1.dandelion.name=Voikukka +tile.flower1.name=Kukka +tile.flower2.allium.name=Laukka +tile.flower2.blueOrchid.name=Sininen orkidea +tile.flower2.houstonia.name=Keijunsilmä +tile.flower2.name=Kukka +tile.flower2.oxeyeDaisy.name=Päivänkakkara +tile.flower2.poppy.name=Unikko +tile.flower2.tulipOrange.name=Oranssi tulppaani +tile.flower2.tulipPink.name=Vaaleanpunainen tulppaani +tile.flower2.tulipRed.name=Punainen tulppaani +tile.flower2.tulipWhite.name=Valkoinen tulppaani +tile.furnace.name=Uuni +tile.glass.name=Lasi +tile.goldenRail.name=Kiihdytinraide +tile.grass.name=Ruohokuutio +tile.gravel.name=Sora +tile.hayBlock.name=Heinäpaali +tile.hellrock.name=Hornakivi +tile.hellsand.name=Sieluhiekkaa +tile.hopper.name=Suppilo +tile.ice.name=Jää +tile.icePacked.name=Pakkautunut jää +tile.ironTrapdoor.name=Rautainen Ansaovi +tile.jukebox.name=Levysoitin +tile.jungleFence.name=Viidakkopuuaita +tile.jungleFenceGate.name=Viidakkopuuaidan Portti +tile.ladder.name=Tikkaat +tile.lava.name=Laava +tile.leaves.acacia.name=Akaasiapuun lehdet +tile.leaves.big_oak.name=Tumman tammen lehdet +tile.leaves.birch.name=Koivunlehdet +tile.leaves.jungle.name=Viidakkopuun lehtiä +tile.leaves.name=Lehtiä +tile.leaves.oak.name=Tammenlehdet +tile.leaves.spruce.name=Kuusenhavut +tile.lever.name=Vipu +tile.lightgem.name=Hehkukivi +tile.litpumpkin.name=Kurpitsalyhty +tile.lockedchest.name=Lukittu arkku +tile.log.acacia.name=Akaasiapuu +tile.log.big_oak.name=Tumma tammipuu +tile.log.birch.name=Koivupuu +tile.log.jungle.name=Viidakkopuu +tile.log.name=Puu +tile.log.oak.name=Tammipuu +tile.log.spruce.name=Kuusipuu +tile.melon.name=Meloni +tile.mobSpawner.name=Hirviönluoja +tile.monsterStoneEgg.brick.name=Kivitiilinen hirviönmuna +tile.monsterStoneEgg.chiseledbrick.name=Veistetty kivitiilinen hirvionmuna +tile.monsterStoneEgg.cobble.name=Mukulakivinen hirviönmuna +tile.monsterStoneEgg.crackedbrick.name=Murtunut kivitiilinen hirviönmuna +tile.monsterStoneEgg.mossybrick.name=Sammaloitunut kivitiilinen hirvionmuna +tile.monsterStoneEgg.name=Kivinen Hirviönmuna +tile.monsterStoneEgg.stone.name=Kivinen hirviönmuna +tile.mushroom.name=Sieni +tile.musicBlock.name=Sointukuutio +tile.mycel.name=Sienirihmasto +tile.netherBrick.name=Hornatiili +tile.netherFence.name=Hornatiiliaita +tile.netherStalk.name=Hornapahka +tile.netherquartz.name=Hornakvartsi +tile.notGate.name=Punakivisoihtu +tile.obsidian.name=Obsidiaani +tile.oreCoal.name=Hiilimalmi +tile.oreDiamond.name=Timanttimalmi +tile.oreEmerald.name=Smaragdimalmi +tile.oreGold.name=Kultamalmi +tile.oreIron.name=Rautamalmi +tile.oreLapis.name=Lasuriittimalmi +tile.oreRedstone.name=Punakivimalmi +tile.oreRuby.name=Rubiinimalmi +tile.pistonBase.name=Mäntä +tile.pistonStickyBase.name=Tarttumamäntä +tile.portal.name=Portaali +tile.potatoes.name=Perunoita +tile.pressurePlateStone.name=Kivinen painelevy +tile.pressurePlateWood.name=Puinen Painelevy +tile.prismarine.bricks.name=Prismariini Tiili +tile.prismarine.dark.name=Tumma Prismariini +tile.prismarine.rough.name=Prismariini +tile.pumpkin.name=Kurpitsa +tile.quartzBlock.chiseled.name=Kaiverrettu kvartsikuutio +tile.quartzBlock.default.name=Kvartsikuutio +tile.quartzBlock.lines.name=Kvartsipilari +tile.quartzBlock.name=Kvartsikuutio +tile.rail.name=Raide +tile.redSandStone.chiseled.name=Kaiverrettu punainen hiekkakivi +tile.redSandStone.default.name=Punainen hiekkakivi +tile.redSandStone.name=Punainen hiekkakivi +tile.redSandStone.smooth.name=Sileä punainen hiekkakivi +tile.redstoneDust.name=Punakivijauhe +tile.redstoneLight.name=Punakivilamppu +tile.reeds.name=Sokeriruoko +tile.sand.default.name=Hiekka +tile.sand.name=Hiekka +tile.sand.red.name=Punainen hiekka +tile.sandStone.chiseled.name=Kaiverrettu hiekkakivi +tile.sandStone.default.name=Hiekkakivi +tile.sandStone.name=Hiekkakivi +tile.sandStone.smooth.name=Sileä hiekkakivi +tile.sapling.acacia.name=Akaasiapuun taimi +tile.sapling.big_oak.name=Tumman tammen taimi +tile.sapling.birch.name=Koivuntaimi +tile.sapling.jungle.name=Kaakaopuun taimi +tile.sapling.oak.name=Tammentaimi +tile.sapling.spruce.name=Kuusentaimi +tile.seaLantern.name=Merilyhty +tile.sign.name=Kyltti +tile.slime.name=Limalaatikko +tile.snow.name=Lumi +tile.sponge.dry.name=Pesusieni +tile.sponge.wet.name=Märkä Pesusieni +tile.spruceFence.name=Kuusiaita +tile.spruceFenceGate.name=Kuusenaidan Portti +tile.stainedGlass.black.name=Musta värjätty lasi +tile.stainedGlass.blue.name=Sininen värjätty lasi +tile.stainedGlass.brown.name=Ruskea värjätty lasi +tile.stainedGlass.cyan.name=Syaani lasi +tile.stainedGlass.gray.name=Harmaa lasi +tile.stainedGlass.green.name=Vihreä värjätty lasi +tile.stainedGlass.lightBlue.name=Vaaleansininen värjätty lasi +tile.stainedGlass.lime.name=Limetinvihreä värjätty lasi +tile.stainedGlass.magenta.name=Purppura värjätty lasi +tile.stainedGlass.name=Värjätty Lasi +tile.stainedGlass.orange.name=Oranssi värjätty lasi +tile.stainedGlass.pink.name=Vaaleanpunainen lasi +tile.stainedGlass.purple.name=Violetti värjätty lasi +tile.stainedGlass.red.name=Punainen värjätty lasi +tile.stainedGlass.silver.name=Vaaleanharmaa lasi +tile.stainedGlass.white.name=Valkoinen lasi +tile.stainedGlass.yellow.name=Keltainen värjätty lasi +tile.stairsBrick.name=Tiiliportaat +tile.stairsNetherBrick.name=Hornatiiliportaat +tile.stairsQuartz.name=Kvartsiportaat +tile.stairsRedSandStone.name=Punainen Hiekkakiviporras +tile.stairsSandStone.name=Hiekkakiviportaat +tile.stairsStone.name=Kiviportaat +tile.stairsStoneBrickSmooth.name=Kivitiiliportaat +tile.stairsWood.name=Tammiportaat +tile.stairsWoodAcacia.name=Akaasiapuuportaat +tile.stairsWoodBirch.name=Koivuportaat +tile.stairsWoodDarkOak.name=Tummat tammiportaat +tile.stairsWoodJungle.name=Viidakkopuuportaat +tile.stairsWoodSpruce.name=Kuusiportaat +tile.stone.andesite.name=Andesiitti +tile.stone.andesiteSmooth.name=Kiillotettu andesiitti +tile.stone.diorite.name=Dioriitti +tile.stone.dioriteSmooth.name=Kiillotettu dioriitti +tile.stone.granite.name=Graniitti +tile.stone.graniteSmooth.name=Kiillotettu graniitti +tile.stone.stone.name=Kivi +tile.stoneMoss.name=Sammaloitunut kivi +tile.stoneSlab.brick.name=Tiililaatta +tile.stoneSlab.cobble.name=Mukulakivilaatta +tile.stoneSlab.name=Kivilaatta +tile.stoneSlab.netherBrick.name=Hornatiililaatta +tile.stoneSlab.quartz.name=Kvartsilaatta +tile.stoneSlab.sand.name=Hiekkakivilaatta +tile.stoneSlab.smoothStoneBrick.name=Kivitiililaatta +tile.stoneSlab.stone.name=Kivilaatta +tile.stoneSlab.wood.name=Puulaatta +tile.stoneSlab2.red_sandstone.name=Punainen Hiekkakivilaatta +tile.stonebrick.name=Mukulakivi +tile.stonebricksmooth.chiseled.name=Veistetty kivitiili +tile.stonebricksmooth.cracked.name=Murtunut kivitiili +tile.stonebricksmooth.default.name=Kivitiili +tile.stonebricksmooth.mossy.name=Sammaloitunut kivitiili +tile.stonebricksmooth.name=Kivitiili +tile.tallgrass.fern.name=Saniainen +tile.tallgrass.grass.name=Ruoho +tile.tallgrass.name=Ruoho +tile.tallgrass.shrub.name=Pensas +tile.thinGlass.name=Lasiruutu +tile.thinStainedGlass.black.name=Musta värjätty lasiruutu +tile.thinStainedGlass.blue.name=Sininen värjätty lasiruutu +tile.thinStainedGlass.brown.name=Ruskea värjätty lasiruutu +tile.thinStainedGlass.cyan.name=Syaani värjätty lasiruutu +tile.thinStainedGlass.gray.name=Harmaa värjätty lasiruutu +tile.thinStainedGlass.green.name=Vihreä värjätty lasiruutu +tile.thinStainedGlass.lightBlue.name=Vaaleansininen värjätty lasiruutu +tile.thinStainedGlass.lime.name=Limetinvihreä värjätty lasiruutu +tile.thinStainedGlass.magenta.name=Purppura värjätty lasiruutu +tile.thinStainedGlass.name=Värjätty Lasipaneeli +tile.thinStainedGlass.orange.name=Oranssi värjätty lasiruutu +tile.thinStainedGlass.pink.name=Vaaleanpunainen värjätty lasiruutu +tile.thinStainedGlass.purple.name=Violetti värjätty lasiruutu +tile.thinStainedGlass.red.name=Punainen värjätty lasiruutu +tile.thinStainedGlass.silver.name=Vaaleanharmaa värjätty lasiruutu +tile.thinStainedGlass.white.name=Valkoinen värjätty lasiruutu +tile.thinStainedGlass.yellow.name=Keltainen värjätty lasiruutu +tile.tnt.name=TNT +tile.torch.name=Soihtu +tile.trapdoor.name=Lattialuukku +tile.tripWire.name=Ansalanka +tile.tripWireSource.name=Ansalangan Koukku +tile.vine.name=Köynnös +tile.water.name=Vesi +tile.waterlily.name=Lumpeenlehti +tile.web.name=Hämähäkinseitti +tile.weightedPlate_heavy.name=Painotettu painelaatta (painava) +tile.weightedPlate_light.name=Painotettu painelaatta (kevyt) +tile.whiteStone.name=Äärikivi +tile.wood.acacia.name=Akaasiapuun lankut +tile.wood.big_oak.name=Tummat tammilankut +tile.wood.birch.name=Koivulankut +tile.wood.jungle.name=Viidakkopuulankut +tile.wood.name=Laudat +tile.wood.oak.name=Tammilankut +tile.wood.spruce.name=Kuusilankut +tile.woodSlab.acacia.name=Akaasiapuulaatta +tile.woodSlab.big_oak.name=Tumma tammilaatta +tile.woodSlab.birch.name=Koivupuulaatta +tile.woodSlab.jungle.name=Viidakkopuulaatta +tile.woodSlab.name=Puulaatta +tile.woodSlab.oak.name=Tammipuulaatta +tile.woodSlab.spruce.name=Kuusipuulaatta +tile.woolCarpet.black.name=Musta matto +tile.woolCarpet.blue.name=Sininen matto +tile.woolCarpet.brown.name=Ruskea matto +tile.woolCarpet.cyan.name=Turkoosi matto +tile.woolCarpet.gray.name=Harmaa matto +tile.woolCarpet.green.name=Vihreä matto +tile.woolCarpet.lightBlue.name=Vaaleansininen matto +tile.woolCarpet.lime.name=Limetinvihreä matto +tile.woolCarpet.magenta.name=Purppura matto +tile.woolCarpet.name=Matto +tile.woolCarpet.orange.name=Oranssi matto +tile.woolCarpet.pink.name=Vaaleanpunainen matto +tile.woolCarpet.purple.name=Violetti matto +tile.woolCarpet.red.name=Punainen matto +tile.woolCarpet.silver.name=Vaaleanharmaa matto +tile.woolCarpet.white.name=Matto +tile.woolCarpet.yellow.name=Keltainen matto +tile.workbench.name=Työpöytä +title.oldgl1=Vanha näytönohjain havaittu; tämä voi estää sinua +title.oldgl2=pelaamasta kaukaisessa tulevaisuudessa kun OpenGL 2.0 vaaditaan +translation.test.args=%s %s +translation.test.complex=Etuliite, %s%2$s taas %s ja %1$s viimeiseksi %s ja myös %1$s uudelleen! +translation.test.invalid=Hei % +translation.test.invalid2=Moi %s +translation.test.none=Hei, maailma! +translation.test.world=maailma diff --git a/javascript/lang/fil_PH.lang b/javascript/lang/fil_PH.lang new file mode 100755 index 00000000..09680817 --- /dev/null +++ b/javascript/lang/fil_PH.lang @@ -0,0 +1,1636 @@ +achievement.acquireIron=Panahong Bakal +achievement.acquireIron.desc=Lutuin ang isang Bakal +achievement.bakeCake=Ang Kasinungalingan +achievement.bakeCake.desc=Trigo, asukal, gatas at itlog! +achievement.blazeRod=Apoy Pumasok +achievement.blazeRod.desc=Iginhawa ang isang Blaze sa Liyabaras niya +achievement.bookcase=Biblyotekaryo +achievement.bookcase.desc=Gumawa ng bookshelves para lalakas ang Mesa Mahika mo +achievement.breedCow=Magparami +achievement.breedCow.desc=Ianak ang isang baka +achievement.buildBetterPickaxe=Tumaas ang Antas +achievement.buildBetterPickaxe.desc=Gumawa ng masmagandang piko +achievement.buildFurnace=Kusinahan +achievement.buildFurnace.desc=Gumawa ng isang pugon gamit ng walong(8) biyak na bato +achievement.buildHoe=Oras ng Pagsasaka! +achievement.buildHoe.desc=Gamitin ang tabla at tunkod para makagawa ng isang Asada +achievement.buildPickaxe=Oras ng Pagmimina! +achievement.buildPickaxe.desc=Gumamit ng tabla at tunkod para gumawa ng Piko +achievement.buildSword=Oras ng Paglaban! +achievement.buildSword.desc=Gumawa ng espada gamit ang tungkod at tabla +achievement.buildWorkBench=Simulan ang Trabaho +achievement.buildWorkBench.desc=Gumawa ng Gawaan gamit ng apat(4) na tabla +achievement.cookFish=Tuyong Isda +achievement.cookFish.desc=Mangisda at lumuto ng isda! +achievement.diamonds=DIAMANTE! +achievement.diamonds.desc=Kumuha ng diamante gamit ang balak na kagamitan +achievement.diamondsToYou=Umaksaya +achievement.diamondsToYou.desc=Itapon mo ang isang diamante sa kapwang manlalaro. +achievement.enchantments=Mang-aakit +achievement.enchantments.desc=Gamit ang aklat, obsidyan, at diamante, lumikha ng isang Mahika Mesa +achievement.exploreAllBiomes=Oras ng Paglakbay! +achievement.exploreAllBiomes.desc=Ituklasan ang lahat ng biomes +achievement.flyPig=Lumilipad na Baboy +achievement.flyPig.desc=Sumakay sa isang baboy ay tumalon sa bangin +achievement.fullBeacon=Beconator +achievement.fullBeacon.desc=Tumayo ng isang buong becon +achievement.get=Nagawa mo! +achievement.ghast=Pakibalik +achievement.ghast.desc=Patayin ang isang Ghasta gamit ang fireball nila +achievement.killCow=Bakang Pinagtrippan +achievement.killCow.desc=Anihin ang katad +achievement.killEnemy=Ang Totoong Halimaw +achievement.killEnemy.desc=Pumatay ng isang halimaw +achievement.killWither=Oo. +achievement.killWither.desc=Patayin ang Luuyin +achievement.makeBread=Pugon Pandesal +achievement.makeBread.desc=Gumawa ng tinapay gamit ang trigo +achievement.mineWood=Suntok sa Puno +achievement.mineWood.desc=Suntukin ang isang puno hanggang may lumabas na isang bloke +achievement.onARail=Sa Riles +achievement.onARail.desc=Magbiyahe sa isang karitela ng isang kilometro galing sa simula +achievement.openInventory=Saan ang Bag? +achievement.openInventory.desc=Pindutin ang %1$s para ibuksan ang Bag. +achievement.overkill=Kalupitan +achievement.overkill.desc=Dumulot ng walong hearts ng damage sa isang tama lamang +achievement.overpowered.desc=Gumawa ng Notch Apple +achievement.portal=Kailangan Mas Malalim +achievement.portal.desc=Lumikha ng isang lagusan patungo sa Liyab +achievement.potion=Gagayuma +achievement.potion.desc=Lumuto ng isang Gayuma +achievement.requires=Kailangan ng '%1$s' +achievement.snipeSkeleton=Mamaril +achievement.snipeSkeleton.desc=Patayin ang isang Kalansayna nasa layong 50m gamit ang pana +achievement.spawnWither=Na naman? +achievement.spawnWither.desc=Ispawn ang Luuyin +achievement.taken=Kinuha! +achievement.theEnd=Ang Kadiliman +achievement.theEnd.desc=Ihanap ang Budhi ng Dilim +achievement.theEnd2=Budhi ng Dilim +achievement.theEnd2.desc=Patayin ang Duloragon +addServer.add=Tapos +addServer.enterIp=Address +addServer.enterName=Pangalan +addServer.hideAddress=Itago ang Address +addServer.resourcePack=Mga Pakete ng Mapagkukunan ng Server +addServer.resourcePack.disabled=Hindi Pinagana +addServer.resourcePack.enabled=Pinagana +addServer.resourcePack.prompt=maagap +addServer.title=Palitan ang Impormasyon ng Server +advMode.allPlayers=Gamitin ang "@a" para sa lahat ng tao +advMode.command=Utos ng Console +advMode.nearestPlayer=Gamitin ang "@p" para sa pinakamalapit na tao +advMode.notAllowed=Kailangan magaing opped para makalaro sa Kalikhaan +advMode.notEnabled=Hindi pwede gamitin ang mga Tipak ng Utos sa itong server +advMode.previousOutput=Nakaraang Output +advMode.randomPlayer=Gamitin ang "@r" para sa kahit anong tao +advMode.setCommand=Isulat ang Utos sa Tipak ng Utos +advMode.setCommand.success=Naisulat ang Utos: %s +attribute.name.generic.attackDamage=Lakas ng Tama +attribute.name.generic.followRange=Layong ng Sinusundan +attribute.name.generic.knockbackResistance=Paglaban sa Tulak +attribute.name.generic.maxHealth=Ganap na Buhay +attribute.name.generic.movementSpeed=Bilis +attribute.name.horse.jumpStrength=Lakas ng Talon +attribute.name.zombie.spawnReinforcements=Dagdag sa mga Zombi +book.byAuthor=ni %1$s +book.editTitle=Ilagay ang titolo ng Libro: +book.finalizeButton=Pirmahan at Isarado +book.finalizeWarning=Paalala! Pag napirmahan mo na ito, hindi mo and pwedeng sulatan pa. +book.generation.0=Orihinal +book.generation.1=Kopya ng orihinal +book.generation.2=Kopya ng Isang Kopya +book.generation.3=Nasira +book.pageIndicator=Pahina %1$s ng %2$s +book.signButton=Pirmahan +build.tooHigh=Pwede ka lang mag maglagay ng bloke hangang %s na taas lang +chat.cannotSend=Hindi magpadala ang iyong mensahe +chat.copy=Ilagay sa Clipboard +chat.link.confirm=Sigurado mo ba gusto mong ibuksan itong website? +chat.link.confirmTrusted=Gusto mo bang buksan ang link na ito o ilagay sa clipboard? +chat.link.open=Buksan sa browser +chat.link.warning=Wag mong ibuksan mga ito galing sa mga taong hindi mo pinagkakatiwalaan! +chat.stream.emote=(%s) * %s %s +chat.stream.text=(%s) <%s> %s +chat.type.achievement=Nakasikap si %% ng %s +commands.achievement.give.success.all=Tagumpay na nagawad ang lahat ng nakamit kay %s +commands.achievement.give.success.one=Nabigyan na ang %s ng %s +commands.achievement.statTooLow=Si %s ay walang %s +commands.achievement.unknownAchievement=Hindi kilala ang achievement or statistic '%s' +commands.ban.failed=Hindi ma-ban ang taga-laro na si %s +commands.ban.success=Pinagbawalan si %s na lumaro +commands.ban.usage=/ban [dahilan ...] +commands.banip.invalid=Ang IP adress/manlalaro na pinasok mo ay hindi tama o hindi lumalaro +commands.banip.success=Pinagbawalan ang IP address na %s +commands.banip.success.players=Pinagbawalan na IP address na %s na si %s ay ang ari +commands.banip.usage=/ban-ip [reason ...] +commands.banlist.ips=Merong %s na binan na IP adress: +commands.banlist.players=Merong %s na binan na manglalaro: +commands.banlist.usage=/banlist [ips|players] +commands.chunkinfo.usage=/chunkinfo [ ] +commands.clear.failure=Hindi kayang burahin ang Bag ni %s, wala siyang bagay +commands.clear.success=Binura ang Bag ni %s, inalis ang %s na bagay +commands.debug.notStarted=Hindi makahinto mag-profile pag hindi pa nagsisimula! +commands.debug.start=Sinimulan ang debug profiling +commands.debug.stop=Naghinto ang debug profiling pagkatapos ng %s na segundo (%s ticks) +commands.defaultgamemode.success=Ang default game mode para sa mundong ito ay %s na +commands.defaultgamemode.usage=/defaultgamemode +commands.deop.failed=Hindi matanggal ang pagkaka-op ni %s +commands.deop.success=Hindi na OP si %s +commands.deop.usage=/deop +commands.difficulty.success=Napalitan ang kahirapan sa %s +commands.difficulty.usage=/difficulty +commands.downfall.success=Tinarugo ang ulan +commands.effect.failure.notActive=Hindi kayang ikuha ang %1$s %2$s kasi wala sila ng epekto +commands.effect.failure.notActive.all=Hindi kayang ikuha ng epekto kay %s kasi wala silang epekto +commands.effect.notFound=Walang epekto na may ID %s +commands.effect.success=Binigyan ang %1$s (ID %2$s) * %3$s kay %4$s ng %5$s segundo +commands.effect.success.removed=Kinuha ang %1$s kay %2$s +commands.effect.success.removed.all=TInaggal ang lahat na epekto kay %s +commands.enchant.cantCombine=Hindi pwedeng pagsamahin ang %1$s sa %2$s +commands.enchant.cantEnchant=Ang bagay ay hindi pwedeng ilagyan ng itong gayuma +commands.enchant.noItem=Target na ay hindi hawakan ang isang item +commands.enchant.notFound=Walang gayuma na may ID na %s +commands.enchant.success=Nagtagumpay ang paggayuma +commands.enchant.usage=/enchant [level] +commands.gamemode.success.other=Pinalitan mo ang game mode ni %s sa %s +commands.gamemode.success.self=Pinalitan mo ang iyong sariling game mode sa %s +commands.gamemode.usage=/gamemode [manlalaro] +commands.gamerule.norule=Walang game rule may pangalan na %s ay magagamit +commands.gamerule.success=Ang panuntunan sa laro ay nabago +commands.generic.boolean.invalid=%s ay hindi "true" o "false" +commands.generic.double.tooBig=Ang numerong ginamit mo (%s) ay masyadong malaki, ang pinakamalaki ay %s +commands.generic.double.tooSmall=Masyadong maliit ang numerong ginamit mo(%s), kailangan kasinglaki ng %s +commands.generic.exception=An unknown error occurred while attempting to perform this command +commands.generic.notFound=Hindi maintindihan ang utos. Gumamit ng /help para ilista ang utos +commands.generic.num.invalid=Hindi numero ang %s +commands.generic.num.tooBig=Ang numerong ginamit mo (%s) ay masyadong malaki, ang pinakamalaki ay %s +commands.generic.num.tooSmall=Masyadong maliit ang numerong ginamit mo(%s), kailangan kasinglaki ng %s +commands.generic.permission=Wala kang permisyong gamitin itong utos +commands.generic.player.notFound=Hindi makita ang manlalaro +commands.generic.syntax=Maling palaugnayang pang-utos +commands.generic.usage=Paggamit: %s +commands.give.notFound=Walang bagay na may ID na %s +commands.give.success=Binigay ang %s*%s kay %s +commands.give.tagError=Data tag parsing failed: %s +commands.give.usage=/give [amount] [data] [dataTag] +commands.help.footer=Payo: Gamitin ang habang naglilimbag ng isang utos para biglaang matatapos ang utos o mga parametro nito +commands.help.header=--- Nagpapakita ng tulong sa pahinang %s ng %s (/help ) --- +commands.help.usage=/help [pahina | pangalan ng utos] +commands.kick.success=Inalis si %s sa laro +commands.kick.success.reason=Inalis si %s sa laro dahil sa: '%s' +commands.kick.usage=/kick [dahilan ...] +commands.kill.successful=Pinatay si %s +commands.me.usage=/me +commands.message.display.incoming=Nagbulong si %s sa iyo: %s +commands.message.display.outgoing=Bumulong ka kay %s: %s +commands.message.sameTarget=Hindi ka pwede magpadala ng mensahe sa sarili mo! +commands.message.usage=/tell +commands.op.failed=Hindi ma-op si %s +commands.op.success=OP na si %s +commands.op.usage=/op +commands.players.list=Merong %s/%s manglalaro na nandito: +commands.playsound.playerTooFar=Ang manlalarong %s ay masyadong malayo para marinig ang tunog +commands.playsound.success=Tinugtog ang tunog '%s' kay %s +commands.playsound.usage=/playsound [x] [y] [z] [volume] [pitch] [minimumVolume] +commands.publish.failed=Hindi mai-host ang lokal na laro +commands.publish.started=Ang laro ay nakalagay sa port %s +commands.save-off.alreadyOff=Ang pag-save ay nakapatay na. +commands.save-on.alreadyOn=Ang pag-save ay nakabukas na. +commands.save.disabled=Pinatay ang pagka-save +commands.save.enabled=Binuksan ang pagka-save +commands.save.failed=Hindi kayang i-save: %s +commands.save.start=Sinisave... +commands.save.success=SInave ang mundo +commands.say.usage=/say +commands.scoreboard.allMatchesFailed=Pumalpak lahat ng mga laban +commands.scoreboard.noMultiWildcard=Isang wildcard ng tagagamit lamang ang puwede +commands.scoreboard.objectiveNotFound=Walang layunin na nakita sa pangalan ng '%s' +commands.scoreboard.objectiveReadOnly=Ang layunin na '%s' ay read-only at hindi pwedeng palitan +commands.scoreboard.objectives.add.alreadyExists=Merong nang layunin na may pangalan na '%s' +commands.scoreboard.objectives.add.displayTooLong=Ang pangalang '%s' ay masyadong mahaba para gamitin, pwede lang gamitin ay hangang %s lang +commands.scoreboard.objectives.add.success=Nakalagay na ang layuning '%s' +commands.scoreboard.objectives.add.tooLong=Ang pangalang '%s' ay masyadong mahaba para gamitin, pwede lang gamitin ay hangang %s lang +commands.scoreboard.objectives.add.usage=/scoreboard objectives add [pangalang ipapakita ...] +commands.scoreboard.objectives.add.wrongType=Walang uri ng pagpupuntos na '%s' +commands.scoreboard.objectives.list.count=Pinapakita nang %s na layunin sa scoreboard: +commands.scoreboard.objectives.list.empty=Walang layunin sa scoreboard +commands.scoreboard.objectives.list.entry=- %s: pinapakita na '%s' at uring '%s' +commands.scoreboard.objectives.remove.success=Nakatanggal na ang layuning '%s' +commands.scoreboard.objectives.remove.usage=/scoreboard objectives remove +commands.scoreboard.objectives.setdisplay.invalidSlot=Walang nakitang display slot %s +commands.scoreboard.objectives.setdisplay.successCleared=Tapos ang layunin sa display slot '%s' +commands.scoreboard.objectives.setdisplay.successSet=Ipinapakita ang layinin naka display sa slot '%s' hanggang '%s' +commands.scoreboard.objectives.setdisplay.usage=/scoreboard objectives setdisplay [layunin] +commands.scoreboard.players.list.count=Nagpapakita ng %s tinintignang tao sa scoreboard: +commands.scoreboard.players.list.empty=Walang tinitingnan na manlalaro sa scoreboard +commands.scoreboard.players.list.player.count=Nagpapakita ng %s tinitignang layon para sa %s: +commands.scoreboard.players.list.player.empty=Walang nakitang puntos para kay %s +commands.scoreboard.players.list.usage=/scoreboard players list [pangalan] +commands.scoreboard.players.reset.success=Ulitin ang lahat ng puntos ni %s +commands.scoreboard.players.set.success=Itakdang %s para kay %s papuntang %s +commands.scoreboard.teamNotFound=Walang pangkat na nakita sa pangalan ng '%s' +commands.scoreboard.teams.add.alreadyExists=Isang pangkat na may pangalan na '%s' ay meron na +commands.scoreboard.teams.add.displayTooLong=Ang pangalang '%s' ay masyadong mahaba para gamitin, pwede lang gamitin ay hangang %s lang +commands.scoreboard.teams.add.success=Nakalagay na ang pangkat na '%s' +commands.scoreboard.teams.add.tooLong=Ang pangalang '%s' ay masyadong mahaba para gamitin, pwede lang gamitin ay hangang %s lang +commands.scoreboard.teams.add.usage=/scoreboard teams add [ipinapakitang pangalan ...] +commands.scoreboard.teams.empty.alreadyEmpty=Walang tao sa pangkat %s, hindi ka pwedeng magtangal kapag walang tao +commands.scoreboard.teams.empty.success=Inalis ang lahat ng %s na manlalaro sa pangkat %s +commands.scoreboard.teams.join.failure=Hindi naidagdag ng %s na manlalaro sa pangkat %s: %s +commands.scoreboard.teams.join.success=Idinagdag %s na manlalaro sa pangkat %s: %s +commands.scoreboard.teams.join.usage=/scoreboard teams join [manlalaro] +commands.scoreboard.teams.leave.failure=Hindi pwedeng alisin ang %s na manlalaro sa kanilang pangkat: %s +commands.scoreboard.teams.leave.noTeam=Wala ka sa isang pangkat +commands.scoreboard.teams.leave.success=Inalis ng %s na manlalaro sa kanilang pangkat: %s +commands.scoreboard.teams.leave.usage=/scoreboard teams leave [manalalro] +commands.scoreboard.teams.list.count=Ipinapakita ang %s na pangkat sa scoreboard: + +commands.scoreboard.teams.list.empty=Walang pangkat ay nakalagay sa scoreboard +commands.scoreboard.teams.list.entry=- %1$s: May %3$s na manlalaro sa pangkat %2$s +commands.scoreboard.teams.list.player.count=Nagpapakita ng %s sa pangkat %s: +commands.scoreboard.teams.list.player.empty=Walang manlalaro ang pangkat %s +commands.scoreboard.teams.list.usage=/scoreboard teams list [pangalan] +commands.scoreboard.teams.option.noValue=Pwedeng gamiting sa %s ay: %s +commands.scoreboard.teams.option.success=Itinakda ang %s sa pangkat %s papuntang %s +commands.scoreboard.teams.remove.success=Tinanggal ang pangkat %s +commands.scoreboard.teams.remove.usage=/scoreboard teams remove +commands.seed.success=Seed: %s +commands.setblock.failed=Di-pwedeng maglagay ng bloke +commands.setblock.noChange=Hindi kayang ilagay ang bloke +commands.setblock.notFound=Walang bloke na may ID/pangalan na %s +commands.setblock.outOfWorld=Di-pwedeng maglagay ng bloke sa labas ng mundo +commands.setblock.success=Linagay na ang bloke +commands.setblock.tagError=Data tag parsing failed: %s +commands.setblock.usage=/setblock [dataValue] [oldBlockHandling] [dataTag] +commands.setidletimeout.success=Isinet ang idle timeout sa %s minuto. +commands.setidletimeout.usage=/setidletimeout +commands.setworldspawn.success=Inilagay ang spawn point sa itong mundo sa (%s, %s, %s) +commands.setworldspawn.usage=/setworldspawn [ ] +commands.spawnpoint.success=Inilagay ang spawn point ni %s sa (%s, %s, %s) +commands.spawnpoint.usage=/spawnpoint [manlalaro] [ ] +commands.spreadplayers.failure.players=Hindi pwedeng ikalat %s na tao sa paligid ng %s,%s (masyadong maraming tao sa lugar - subukan mong ikalat ng hindi higit sa %s) +commands.spreadplayers.failure.teams=Hindi pwedeng ikalat %s na pangkat sa paligid ng %s,%s (masyadong maraming tao sa lugar - subukan mong ikalat ng hindi higit sa %s) +commands.spreadplayers.info.players=(Karaniwang agwat ng manglalaro ay %s na bloke kalayo tapos ng %s na pag-uulit) +commands.spreadplayers.info.teams=(Karaniwang agwat ng dalawang pangkat ay %s na bloke kalayo tapos ng %s na pag-uulit) +commands.spreadplayers.spreading.players=Nagkakalat ng %s (mga) manlalaro sa %s tipak sa paligid ng %s,%s (pinakamaliit %s tipak nakahiwalay) +commands.spreadplayers.spreading.teams=Nagkakalat ng %s (mga) koponan sa %s tipak sa pagilid ng %s,%s (pinakamaliit %s tipak nakahiwalay) +commands.spreadplayers.success.players=Matagumpay na ikinalat %s na manlalaro sa paligid ni/na %s,%s +commands.spreadplayers.success.teams=Nakakalat na ang %s mga koponan sa paligid ng %s, %s +commands.spreadplayers.usage=/spreadplayers +commands.stop.start=Hinihinto ang server +commands.summon.failed=Di-puwedeng tumawag ng bagay +commands.summon.outOfWorld=Di-pwedeng alisin ang bagay sa mundo +commands.summon.success=Tinawag ang bagay +commands.summon.tagError=Data tag parsing failed: %s +commands.summon.usage=/summon [x] [y] [z] [dataTag] +commands.tellraw.jsonException=Hindi pwedeng json: %s +commands.tellraw.usage=/tellraw +commands.testforblock.failed.data=Ang bloke nasa %s,%s,%s ay may Data Value ng %s (inasahang: %s). +commands.testforblock.failed.nbt=Ang bloke nasa %s,%s,%s ay walang kailangan na NBT keys. +commands.testforblock.failed.tile=Ang bloke ay nasa %s,%s,%s ay %s (inasahang:%s). +commands.testforblock.failed.tileEntity=Ang blokeng nasa %s,%s,%s ay hindi isang tile entity at hindi kayang i-match sa tag. +commands.testforblock.outOfWorld=Di-pwedeng suriin ang bloke na nasa labas ng mundo +commands.testforblock.success=Nakita ang bloke na nasa %s,%s,%s. +commands.testforblock.usage=/testforblock [dataValue] [dataTag] +commands.time.added=DInagdag ang %s sa oras +commands.time.query=Ang oras ay %s +commands.time.set=I-sinet ang oras sa %s +commands.title.usage.clear=/title clear|reset +commands.tp.notSameDimension=Hindi pwedeng ipunta ang manlalaro kasi hindi sila sa parehas na dimensyon +commands.tp.success=Inilagay si %s kay %s +commands.tp.success.coordinates=Inilagay %s sa %s,%s,%s +commands.unban.failed=Hindi ma-unban ang taga-laro na si %s +commands.unban.success=Pinayagan si %s na lumaro +commands.unban.usage=/pardon +commands.unbanip.invalid=Hindi tamang IP address ang pinasok mo +commands.unbanip.success=Pinayag ang IP address na %s +commands.unbanip.usage=/pardon-ip
+commands.weather.clear=Pinapalit ang panahon sa malinaw +commands.weather.rain=Pinapalit ang panahon sa maulan +commands.weather.thunder=Pinapalit ang panahon sa maulan at makilog +commands.weather.usage=/weather [tagal sa segundo] +commands.whitelist.add.failed=Hindi kayang idagdag si %s sa whitelist +commands.whitelist.add.success=Nilagay si %s sa whitelist +commands.whitelist.add.usage=/whitelist add +commands.whitelist.disabled=Pinatay ang whitelist +commands.whitelist.enabled=Binuksan ang whitelist +commands.whitelist.list=Mayroon ng %s (wala ng %s nakikita) pinapayagan na manlalaro: +commands.whitelist.reloaded=Inulit ang whitelist +commands.whitelist.remove.failed=Hindi kayang tanggalin si %s mula sa whitelist +commands.whitelist.remove.success=Tinangal si %s sa whitelist +commands.whitelist.remove.usage=/whitelist remove +commands.worldborder.center.usage=/worldborder center +commands.xp.failure.widthdrawXp=Hindi pwedeng bigyan ang manlalaro ng negatibong XP +commands.xp.success=Binigyan ng %s na XP kay %s +commands.xp.success.levels=Binigyan ng %s na antas kay %s +commands.xp.success.negative.levels=Kinuha ang %s na antas kay %s +commands.xp.usage=/xp [malalaro] OR /xp L [malalaro] +connect.authorizing=Pumapasok na... +connect.connecting=Pumapasok sa server... +connect.failed=Hindi maka-connect sa server +container.beacon=Parola +container.brewing=Kuluan +container.chest=Baul +container.chestDouble=Malaking Baul +container.crafting=Gawain +container.creative=Pagpilian +container.dispenser=Taga-bigay +container.dropper=Taga-hulog +container.enchant=Gayuma +container.enchant.clue=%s . . . ? +container.enderchest=Baul ng Dulo +container.furnace=Pugon +container.hopper=Lukton +container.inventory=Imbentaryo +container.isLocked=Nakakandado ang %s! +container.minecart=Karitela +container.repair=Isaayos at Ipangalan +container.repair.cost=Gastos: %1$s +container.repair.expensive=Masyadong Mahal! +controls.reset=I-reset +controls.resetAll=I-reset ang mga Keys +controls.title=Mga Kontrol +createWorld.customize.custom.biomeSize=Laki ng Biome +createWorld.customize.custom.center=Taas ng Gitna +createWorld.customize.custom.confirm1=Mapapatungan ang iyong kasalukuyang +createWorld.customize.custom.confirm2=settings at di na maibabalik pa. +createWorld.customize.custom.confirmTitle=Babala! +createWorld.customize.custom.count=Beses ng Pangingitlog +createWorld.customize.custom.defaults=sumala +createWorld.customize.custom.depthNoiseScaleExponent=Exponent ng Malalim na Ingay +createWorld.customize.custom.depthNoiseScaleX=Scale ng Malalim na Ingay X +createWorld.customize.custom.depthNoiseScaleZ=Scale ng Malalim na Ingay Z +createWorld.customize.custom.dungeonChance=Bilang ng Mga Piitan +createWorld.customize.custom.fixedBiome=Biome +createWorld.customize.custom.lavaLakeChance=Pagkabihira ng Mga Lawang Kumukulong Putik +createWorld.customize.custom.mainNoiseScaleX=Pangunahing Iskala ng Ingay X +createWorld.customize.custom.mainNoiseScaleY=Pangunahing Iskala ng Ingay Y +createWorld.customize.custom.mainNoiseScaleZ=Pangunahing Iskala ng Ingay Z +createWorld.customize.custom.maxHeight=Pinakamataas na Taas +createWorld.customize.custom.minHeight=Pinakamaliit na Taas +createWorld.customize.custom.next=susunod na pahina +createWorld.customize.custom.page0=mga pangunahing settings +createWorld.customize.custom.page1=settings pangmineral +createWorld.customize.custom.page2=advanced na mga setting (mga dalubhasa lamang) +createWorld.customize.custom.page3=mas advanced na mga setting (mga dalubhasa lamang) +createWorld.customize.custom.preset.caveChaos=Mga Kuweba ng Kaguluhan +createWorld.customize.custom.preset.caveDelight=Kasiyahan ng Taong Kuweba +createWorld.customize.custom.preset.drought=Tagtuyot +createWorld.customize.custom.preset.goodLuck=Ingat +createWorld.customize.custom.preset.isleLand=Lupang Isla +createWorld.customize.custom.preset.mountains=Kagalitan ng Mga Bundok +createWorld.customize.custom.preset.waterWorld=Mundo ng Tubig +createWorld.customize.custom.presets=Mga Preset +createWorld.customize.custom.presets.title=Mga Nakustomays na Preset ng Mundo +createWorld.customize.custom.prev=nakaraang pahina +createWorld.customize.custom.randomize=I-walang-pili +createWorld.customize.custom.riverSize=Laki ng Ilog +createWorld.customize.custom.seaLevel=kapatagan ng dagat +createWorld.customize.custom.size=Laki ng Lugar ng Pangingitlog +createWorld.customize.custom.spread=Taas ng Pagkalat +createWorld.customize.custom.useCaves=mga kweba +createWorld.customize.custom.useDungeons=piitan +createWorld.customize.custom.useLavaLakes=kumukulong putik na lawa +createWorld.customize.custom.useLavaOceans=Mga Karagatang Kumukulong Putik +createWorld.customize.custom.useMineShafts=Mga Butas sa Mina +createWorld.customize.custom.useMonuments=bantayog ng karagatan +createWorld.customize.custom.useRavines=bangin +createWorld.customize.custom.useStrongholds=mga muog +createWorld.customize.custom.useTemples=templo +createWorld.customize.custom.useVillages=mga baranggay +createWorld.customize.custom.useWaterLakes=Mga Lawang Tubig +createWorld.customize.custom.waterLakeChance=Pagkabihira ng Mga Lawang Tubig +createWorld.customize.flat.addLayer=Lagyan ng Patong +createWorld.customize.flat.editLayer=Palitan ang Patong +createWorld.customize.flat.height=Tangkad +createWorld.customize.flat.layer.bottom=Ilalim - %s +createWorld.customize.flat.layer.top=Ibabaw - %s +createWorld.customize.flat.removeLayer=Alisin ang Patong +createWorld.customize.flat.tile=Material ng Patong +createWorld.customize.flat.title=Ipasadya ang Napakapatag +createWorld.customize.presets=Mga Preset +createWorld.customize.presets.list=Kung ayaw mo, ito ang ginawa namin kanina lang! +createWorld.customize.presets.select=Gamitin ito +createWorld.customize.presets.share=Gusto mo ba ibigay ang preset mo sa isang kasama? Gamitin mo ito! +createWorld.customize.presets.title=Pumili ng Preset +death.attack.anvil=Nahulugan si %1$s ng isang palihan +death.attack.arrow=Tinamaan si %1$s ng %2$s +death.attack.arrow.item=Tinamaan si %1$s ni %2$s gamit ng %3$s +death.attack.cactus=Tinusok si %1$s hanggang mamatay +death.attack.cactus.player=Natusok si %1$s habang tumatakbo kay %2$s +death.attack.drown=Nalunod si %1$s +death.attack.drown.player=Nalunod si %1$s habang tumatakbo kay %2$s +death.attack.explosion=Sumabog si %1$s +death.attack.explosion.player=Sinabog ni %2$s si %1$s +death.attack.fall=Natamaan ni %1$s ang lupa nang malakas +death.attack.fallingBlock=Nahulugan si %1$s sa isang nahululog na bloke +death.attack.fireball=Tinamaan ng apoy si %1$s ni %2$s +death.attack.fireball.item=Tinamaan ng apoy si %1$s ni %2$s gamit ng %3$s +death.attack.generic=Namatay si %1$s +death.attack.inFire=Lumiyab sa sunog si %1$s +death.attack.inFire.player=Pumunta sa apoy si %1$s habang nilalaban si %2$s +death.attack.inWall=Nawalan ng pahinga si %1$s sa loob ng pader +death.attack.indirectMagic=Pinatay si %1$s ni %2$s gamit ng mahika +death.attack.indirectMagic.item=Pinatay si %1$s ni %2$s gamit ng %3$s +death.attack.lava=Sinubukang lumangoy si %1$s sa kumukulong putik +death.attack.lava.player=Lumangoy si %1$s sa kumukulong putik habang tumatakbo kay %2$s +death.attack.lightningBolt=Si %1$s ay natamaan ng kidlat +death.attack.magic=Pinatay si %1$s gamit ng mahika +death.attack.mob=Kinatay si %1$s ni %2$s +death.attack.onFire=Si %1$s ay nasunog hanggang namatay +death.attack.onFire.player=Nasunog si %1$s habang nilalaban si %2$s +death.attack.outOfWorld=Si %1$s ay nahulog ng walang hangganan +death.attack.player=Pinatay si %1$s ni %2$s +death.attack.player.item=Pinatay si %1$s ni %2$s gamit ng %3$s +death.attack.starve=Nagutom si %1$s hanggang mamatay +death.attack.thorns=Namatay si %1$s habang sinasaktan si %2$s +death.attack.thrown=Binato si %1$s ni %2$s +death.attack.thrown.item=Binato si %1$s ni %2$s gamit ng %3$s +death.attack.wither=Nawalan ng kaluluwa si %1$s +death.fell.accident.generic=Nahulog si %1$s sa mataas na lugar +death.fell.accident.ladder=Nahulog si %1$s sa hagdan +death.fell.accident.vines=Nahulog si %1$s sa baging +death.fell.accident.water=Nahulog si %1$s galing sa tubig +death.fell.assist=Si %1$s ay hinulog ni %2$s sa kapahamakan +death.fell.assist.item=Si %1$s ay hinulog ni %2$s sa kapahamakan gamit ng %3$s +death.fell.finish=Nahulog si %1$s nang malayuan at tinapos ni %2$s +death.fell.finish.item=Nahulog si %1$s ng malayuan at tinapos ni %2$s gamit ng %3$s +death.fell.killer=Si %1$s ay nahulog sa kapahamakan +deathScreen.deleteWorld=Burahin ang Mundo +deathScreen.hardcoreInfo=Hindi ka pwede mabuhay muli! +deathScreen.leaveServer=Umalis sa server +deathScreen.quit.confirm=Gusto mo ba na talgang umalis? +deathScreen.respawn=Respawn +deathScreen.score=Puntos +deathScreen.title=Patay ka! +deathScreen.title.hardcore=Tapos na ang laro! +deathScreen.titleScreen=Title screen +demo.day.1=Ang demo na ito ay tatagal lamang ng limang araw lang, galingan mo! +demo.day.2=Ikalawang Araw +demo.day.3=Ikatlong Araw +demo.day.4=Ikaapat na Araw +demo.day.5=Ito ang iyong uling araw! +demo.day.6=Tapos na ang iyong ikalimang araw, gamitin ang F2 para makakuha ng litrato ng iyong gawa +demo.day.warning=Malapit na matapos ang araw! +demo.demoExpired=Wala ka na! +demo.help.buy=Bumili Ka Na! +demo.help.fullWrapped=Itong demo ay magagamit mo lang ng limang araw sa loob ng laro (1 hr, 40 min). Tignan mo ang mga pambihira para may pahiwatig ka! Enjoy! +demo.help.inventory=Pindutin ang %1$s para ibuksan ang iyong dala +demo.help.jump=Tumalon ka gamit ang %1$s +demo.help.later=Ipagpatuloy ang Paglaro! +demo.help.movement=Gamitin ang %1$s, %2$s, %3$s, %4$s at ang mouse para makagalaw +demo.help.movementMouse=Tumingin ka gamit ng mouse +demo.help.movementShort=Gumalaw gamit ang %1$s, %2$s, %3$s, at %4$s +demo.help.title=Minecraft Demo Mode +demo.remainingTime=Nakatirang oras: %s +demo.reminder=Ang oras para sa demo ay nakalipas na, bilihin mo yung laro para makatuloy pa o magsimula ng panibagong mundo! +disconnect.closed=Connection closed +disconnect.disconnected=Inalis ka ng Server +disconnect.endOfStream=Katapusan ng daloy +disconnect.kicked=Inalis sa laro +disconnect.loginFailed=Pumalpak sa pag-login +disconnect.loginFailedInfo=Pumalpak sa pag-login: %s +disconnect.loginFailedInfo.invalidSession=Invalid Session (subukin i-restart ang laro) +disconnect.loginFailedInfo.serversUnavailable=Ang nagpapa-tunay sa mga naglalaro ay nakapatay para inaayos. +disconnect.lost=Nawalan ng Connection +disconnect.overflow=Overflow sa Buffer +disconnect.quitting=Umaalis +disconnect.spam=Inalis dahil sa spamming +disconnect.timeout=Nakulangan ng oras +enchantment.arrowDamage=Tagos +enchantment.arrowFire=Apoy +enchantment.arrowInfinite=Impinidad +enchantment.arrowKnockback=Suntok +enchantment.damage.all=Tulis +enchantment.damage.arthropods=Katay Kulisap +enchantment.damage.undead=Kitil ng Buhay +enchantment.digging=Bilis +enchantment.durability=Matibay +enchantment.fire=Sunog +enchantment.fishingSpeed=Pang-akit +enchantment.knockback=Tulak +enchantment.level.1=I +enchantment.level.10=X +enchantment.level.2=II +enchantment.level.3=III +enchantment.level.4=IV +enchantment.level.5=V +enchantment.level.6=VI +enchantment.level.7=VII +enchantment.level.8=VIII +enchantment.level.9=IX +enchantment.lootBonus=Kuha +enchantment.lootBonusDigger=Kapalaran +enchantment.lootBonusFishing=Kapalarang Dagat +enchantment.oxygen=Hininga +enchantment.protect.all=Proteksyon +enchantment.protect.explosion=Baluti sa Pagkasabog +enchantment.protect.fall=Hulog ng Pakpak +enchantment.protect.fire=Laban sa Apoy +enchantment.protect.projectile=Laban sa Hinahagis +enchantment.thorns=Tinik +enchantment.untouching=Alaga +enchantment.waterWorker=Tubig Trabaho +entity.Arrow.name=Palaso +entity.Bat.name=Paniki +entity.Blaze.name=Blaze +entity.Boat.name=Bangka +entity.Cat.name=Pusa +entity.CaveSpider.name=Gagambang Kuweba +entity.Chicken.name=Manok +entity.Cow.name=Baka +entity.Creeper.name=Kilabot +entity.EnderDragon.name=Duloragon +entity.Enderman.name=Dulotao +entity.EntityHorse.name=Kabayo +entity.FallingSand.name=Nahuhulog na Bloke +entity.Fireball.name=Bola ng Apoy +entity.Ghast.name=Ghasta +entity.Giant.name=Higante +entity.Item.name=Bagay +entity.KillerBunny.name=Ang Nakamamatay na Kuneho +entity.LavaSlime.name=Kubong Magma +entity.Minecart.name=Karitela +entity.Mob.name=Mob +entity.Monster.name=Halimaw +entity.MushroomCow.name=Mooshroom +entity.Ozelot.name=Oselot +entity.Painting.name=Larawan +entity.Pig.name=Baboy +entity.PigZombie.name=Zombing Pigman +entity.PrimedTnt.name=Tipakang TNT +entity.Rabbit.name=Kuneho +entity.Sheep.name=Tupa +entity.Silverfish.name=Kulisap +entity.Skeleton.name=Kalansay +entity.Slime.name=Lusak +entity.SmallFireball.name=Maliit na Apoy +entity.SnowMan.name=Niyebeng Golem +entity.Snowball.name=Bola ng Niyebe +entity.Spider.name=Gagamba +entity.Squid.name=Pusit +entity.Villager.cleric=Klerigo +entity.Villager.farmer=Magsasaka +entity.Villager.fisherman=Mangingisda +entity.Villager.name=Taganayon +entity.Villager.shepherd=Pastol +entity.VillagerGolem.name=Bakal na Golem +entity.Witch.name=Bruha +entity.WitherBoss.name=Luuyin +entity.Wolf.name=Lobo +entity.XPOrb.name=EXP +entity.Zombie.name=Zombi +entity.donkey.name=Asno +entity.generic.name=??? +entity.horse.name=Kabayo +entity.mule.name=Mola +entity.skeletonhorse.name=Kabayong Kalansay +entity.zombiehorse.name=Kabayong Zombi +gameMode.adventure=Panglakbayan +gameMode.changed=Nabago ang iyong uri ng laro +gameMode.creative=Kalikhaan +gameMode.hardcore=Pangdalubhasan +gameMode.survival=Kaligtasan +generator.amplified=ASTIG +generator.amplified.info=Paunawa: Pang-kasiyahan, kailangan ng malakas na kompyuter +generator.default=Default +generator.flat=Kapatagan +generator.largeBiomes=Malalaking Biome +gui.achievements=Nakakamit +gui.all=lahat +gui.back=Balik +gui.cancel=Pagpaliban +gui.done=Tapos +gui.down=Ibaba +gui.no=Hindi +gui.none=wala +gui.stats=Istatistika +gui.toMenu=Bumalik sa simulang iscreen +gui.up=Itaas +gui.yes=Oo +inventory.binSlot=Pumapasok sa server... +item.apple.name=Mansanas +item.appleGold.name=Gintong Mansanas +item.arrow.name=Tunod +item.bed.name=Kama +item.beefCooked.name=Steak (Luto) +item.beefRaw.name=Steak (Hilaw) +item.blazePowder.name=Liyabo +item.blazeRod.name=Liyabaras +item.boat.name=Bangka +item.bone.name=Buto +item.book.name=Aklat +item.bootsChain.name=Botang Bakal +item.bootsCloth.name=Botang Katad +item.bootsDiamond.name=Botang Brilyante +item.bootsGold.name=Botang Ginto +item.bootsIron.name=Botang Bakal +item.bow.name=Pana +item.bowl.name=Mangkok +item.bread.name=Tinapay +item.brewingStand.name=Kuluan +item.brick.name=Ladrilyo +item.bucket.name=Balde +item.bucketLava.name=Balde ng Magma +item.bucketWater.name=Balde ng Tubig +item.cake.name=Keyk +item.canBreak=Kayang sirain: +item.canPlace=Maaaring ilagay sa: +item.carrotGolden.name=Gintong Karot +item.carrotOnAStick.name=Karot sa Tunkod +item.carrots.name=Karot +item.cauldron.name=Kaldero +item.charcoal.name=Uling +item.chestplateChain.name=Baluting Kadena +item.chestplateCloth.name=Tunikang Katad +item.chestplateDiamond.name=Baluting Diamante +item.chestplateGold.name=Baluting Ginto +item.chestplateIron.name=Baluting Bakal +item.chickenCooked.name=Lutong Manok +item.chickenRaw.name=Hilaw na Manok +item.clay.name=Luad +item.clock.name=Relo +item.coal.name=Karbon +item.comparator.name=Kulog-hambing +item.compass.name=Bruhula +item.cookie.name=Galyetas +item.diamond.name=Diamante +item.diode.name=Kulog-paulit +item.doorIron.name=Pintuang Bakal +item.dyePowder.black.name=Tinta +item.dyePowder.blue.name=Lapis Lazuli +item.dyePowder.brown.name=Kakaw +item.dyePowder.cyan.name=Tintang Cyan +item.dyePowder.gray.name=Tintang Abo +item.dyePowder.green.name=Luntian ng Kakto +item.dyePowder.lightBlue.name=Tintang Langit +item.dyePowder.lime.name=Tintang Apog +item.dyePowder.magenta.name=TIntang Ibig +item.dyePowder.orange.name=Tintang Kahel +item.dyePowder.pink.name=Tintang Rosas +item.dyePowder.purple.name=Tintang Lila +item.dyePowder.red.name=Pula ng Rosas +item.dyePowder.silver.name=Tintang Pilak +item.dyePowder.white.name=Kainang Buto +item.dyePowder.yellow.name=Dilaw ng Amargon +item.dyed=Kinulayan +item.egg.name=Itlog +item.emerald.name=Esmeralda +item.emptyMap.name=Blankong Mapa +item.emptyPotion.name=Bote ng Tubig +item.enchantedBook.name=Malikhang Libro +item.enderPearl.name=Duperlas +item.expBottle.name=Bote ng Karanasan +item.eyeOfEnder.name=Mata ng Dulo +item.feather.name=Plumahe +item.fermentedSpiderEye.name=TInimplang Mata +item.fireball.name=Karga ng Apoy +item.fireworks.flight=Tagal ng Lipad: +item.fireworks.name=Rocketo ng Paputok +item.fireworksCharge.black=Itim +item.fireworksCharge.blue=Bughaw +item.fireworksCharge.brown=Kayumanggi +item.fireworksCharge.customColor=Nakakaiba +item.fireworksCharge.cyan=Cyan +item.fireworksCharge.fadeTo=Palabo sa +item.fireworksCharge.flicker=Kislap +item.fireworksCharge.gray=Abo +item.fireworksCharge.green=Berde +item.fireworksCharge.lightBlue=Langit +item.fireworksCharge.lime=Apog +item.fireworksCharge.magenta=Ibig +item.fireworksCharge.name=Bituin ng Pagputok +item.fireworksCharge.orange=Kahel +item.fireworksCharge.pink=Rosas +item.fireworksCharge.purple=Lila +item.fireworksCharge.red=Pula +item.fireworksCharge.silver=Pilak +item.fireworksCharge.trail=Landas +item.fireworksCharge.type=??? +item.fireworksCharge.type.0=Maliit na Bola +item.fireworksCharge.type.1=Malaking Bola +item.fireworksCharge.type.2=Hugis-bituin +item.fireworksCharge.type.3=Hugis-kilabot +item.fireworksCharge.type.4=Kalat +item.fireworksCharge.white=Puti +item.fireworksCharge.yellow=Dilaw +item.fish.clownfish.raw.name=Clownfish +item.fish.cod.cooked.name=Isda (Luto) +item.fish.cod.raw.name=Isda (Hilaw) +item.fish.pufferfish.raw.name=Pufferfish +item.fish.salmon.cooked.name=Salmon (Luto) +item.fish.salmon.raw.name=Salmon (Hilaw) +item.fishingRod.name=Baliwasnan +item.flint.name=Puyusan +item.flintAndSteel.name=Sindihan +item.flowerPot.name=Paso +item.frame.name=Kuwardo +item.ghastTear.name=Luha ng Ghasta +item.glassBottle.name=Bote +item.goldNugget.name=Tipak ng Ginto +item.hatchetDiamond.name=Palakong Brilyante +item.hatchetGold.name=Palakong Ginto +item.hatchetIron.name=Palakong Bakal +item.hatchetStone.name=Palakong Bato +item.hatchetWood.name=Palakong Kahoy +item.helmetChain.name=Kupyang Kadena +item.helmetCloth.name=Capang Katad +item.helmetDiamond.name=Kupyang Brilyante +item.helmetGold.name=Kupyang Ginto +item.helmetIron.name=Salakot na Bakal +item.hoeDiamond.name=Asadang Diamante +item.hoeGold.name=Asadang Ginto +item.hoeIron.name=Asadang Bakal +item.hoeStone.name=Asadang Bato +item.hoeWood.name=Asadang Kahoy +item.horsearmordiamond.name=Pangkabayong Diamante +item.horsearmorgold.name=Pangkabayong Ginto +item.horsearmormetal.name=Pangkabayong Bakal +item.ingotGold.name=Ginto +item.ingotIron.name=Bakal +item.leash.name=Panali +item.leather.name=Katad +item.leaves.name=Dahon +item.leggingsChain.name=Pulinasang Kadena +item.leggingsCloth.name=Pantalong Katad +item.leggingsDiamond.name=Pulinasang Brilyante +item.leggingsGold.name=Pulinasang Ginto +item.leggingsIron.name=Pulinasang Bakal +item.magmaCream.name=Magmakatas +item.map.name=Mapa +item.melon.name=Melon +item.milk.name=Gatas +item.minecart.name=Karitela +item.minecartChest.name=Karitelang Baul +item.minecartCommandBlock.name=Karitelang Pang-utos +item.minecartFurnace.name=Karitelang Pugon +item.minecartHopper.name=Karitelang Lukton +item.minecartTnt.name=Karitelang Pansabog +item.monsterPlacer.name=Buhayang +item.mushroomStew.name=Nilagang Kabuti +item.muttonCooked.name=Lutong Karne ng Tupa +item.muttonRaw.name=Hilaw na Karne ng Tupa +item.nameTag.name=Panandang Pangalan +item.netherStalkSeeds.name=Impebutig +item.netherStar.name=Impyerengtwin +item.netherbrick.name=Impyelaryo +item.netherquartz.name=Kuwarta +item.painting.name=Larawan +item.paper.name=Papel +item.pickaxeDiamond.name=Pikong Brilyante +item.pickaxeGold.name=Pikong Ginto +item.pickaxeIron.name=Pikong Bakal +item.pickaxeStone.name=Pikong Bato +item.pickaxeWood.name=Pikong Kahoy +item.porkchopCooked.name=Porkchop (Luto) +item.porkchopRaw.name=Porkchop (Hilaw) +item.potato.name=Patatas +item.potatoBaked.name=Lutong Patatas +item.potatoPoisonous.name=Nilasong Patatas +item.potion.name=Gayuma +item.pumpkinPie.name=Patelang Kalabasang +item.rabbitCooked.name=Lutong Karne ng Kuneho +item.rabbitFoot.name=Paa ng Kuneho +item.rabbitRaw.name=Hilaw na Karne ng Kuneho +item.rabbitStew.name=Nilagang Kuneho +item.record.11.desc=C418 - 11 +item.record.13.desc=C418 - 13 +item.record.blocks.desc=C418 - blocks +item.record.cat.desc=C418 - cat +item.record.chirp.desc=C418 - chirp +item.record.far.desc=C418 - far +item.record.mall.desc=C418 - mall +item.record.mellohi.desc=C418 - mellohi +item.record.name=Album +item.record.stal.desc=C418 - stal +item.record.strad.desc=C418 - strad +item.record.wait.desc=C418 - wait +item.record.ward.desc=C418 - ward +item.redstone.name=Kulog +item.reeds.name=Tubo +item.rottenFlesh.name=Bulok na Laman +item.ruby.name=Rubi +item.saddle.name=Sintadera +item.seeds.name=Punla +item.seeds_melon.name=Punlang Melon +item.seeds_pumpkin.name=Punlang Kalabasa +item.shears.name=Gunting +item.shovelDiamond.name=Palang Brilyante +item.shovelGold.name=Palang Ginto +item.shovelIron.name=Palang Bakal +item.shovelStone.name=Palang Bato +item.shovelWood.name=Palang Bato +item.sign.name=Karatula +item.skull.char.name=Ulo +item.skull.creeper.name=Bungo ng Kilabot +item.skull.player.name=Ulo ni %s +item.skull.skeleton.name=Bungo ng Kalansay +item.skull.wither.name=Bungo ng Luuying Kalansay +item.skull.zombie.name=Bungo ng Zombi +item.slimeball.name=Lusak +item.snowball.name=Bola ng Niyebe +item.speckledMelon.name=Linang Melon +item.spiderEye.name=Mata ng Gagamba +item.stick.name=Tunkod +item.string.name=Tali +item.sugar.name=Asukal +item.sulphur.name=Pulbura +item.swordDiamond.name=Espadang Brilyante +item.swordGold.name=Espadang Ginto +item.swordIron.name=Espadang Bakal +item.swordStone.name=Espadang Bato +item.swordWood.name=Espadang Kahoy +item.unbreakable=Matibay +item.wheat.name=Trigo +item.writingBook.name=Libro't Pluma +item.writtenBook.name=Librong Sinulat +item.yellowDust.name=Sindin-abo +itemGroup.brewing=Pang-kulo +itemGroup.buildingBlocks=Ginagawan ng Bloke +itemGroup.combat=Pang-laban +itemGroup.decorations=Blokeng Palamuti +itemGroup.food=Pagkain +itemGroup.inventory=Bag +itemGroup.materials=Kagamitan +itemGroup.misc=Iba pa +itemGroup.redstone=Kulog +itemGroup.search=Hanapin +itemGroup.tools=Kagamitan +itemGroup.transportation=Sasakyan +key.attack=Bumanat/Sumira +key.back=Lumakad Pabalik +key.categories.gameplay=Pagkalaro +key.categories.inventory=Bag +key.categories.misc=At Iba Pa +key.categories.movement=Pagkagalaw +key.categories.multiplayer=Larong maramihan +key.categories.stream=Streaming +key.categories.ui=Itsura Laro +key.chat=Buksan ang Chat +key.command=Command +key.drop=Iwanan +key.forward=Lumakad na Pasulong +key.fullscreen=Gamitin ang Fullscreen +key.hotbar.1=Slot #1 +key.hotbar.2=Slot #2 +key.hotbar.3=Slot #3 +key.hotbar.4=Slot #4 +key.hotbar.5=Slot #5 +key.hotbar.6=Slot #6 +key.hotbar.7=Slot #7 +key.hotbar.8=Slot #8 +key.hotbar.9=Slot #9 +key.inventory=Bag +key.jump=Talon +key.left=Kumaliwa +key.mouseButton=Button %1$s +key.pickItem=Piliin ang Bloke +key.playerlist=Listahan ng Manlalaro +key.right=Kumanan +key.screenshot=Kumuha ng Screenshot +key.smoothCamera=Cinematic Camera +key.sneak=Tago +key.sprint=Tumakbo +key.streamCommercial=Ipakita mga Komersyal ng Stream +key.streamPauseUnpause=Pause/Unpause ang Stream +key.streamStartStop=Simula/Ihinto ang Stream +key.streamToggleMic=Pindutin para Mag-Usap/Hindi Mag-Usap +key.togglePerspective=Palitan ang Perspective +key.use=Gumamit ng Bagay/Maglagay ng Bloke +lanServer.otherPlayers=Modo para sa ibang kalaro +lanServer.scanning=Humahanap ng laro sa inyong network +lanServer.start=Simulan ang LAN +lanServer.title=Mundong LAN +language.code=tl_PH +language.name=Filipino +language.region=Pilipinas +mcoServer.title=Mundong Online ng Minecraft +menu.convertingLevel=Binabago ang Lupa +menu.disconnect=Umalis sa Server +menu.game=Menu ng Laro +menu.generatingLevel=Linilikha ni Bathala ang mundo +menu.generatingTerrain=Ginagawa ang Kapaligiran +menu.loadingLevel=Kinukuha ang Mundo +menu.multiplayer=Pang-maramihang Laro +menu.options=Mga Opsyon... +menu.playdemo=Maglaro sa Demo +menu.quit=Umalis sa Laro +menu.resetdemo=Ulitin ang Demo +menu.respawning=Binubuhay ka muli +menu.returnToGame=Bumalik sa Laro +menu.returnToMenu=I-save at bumalik sa Title Screen +menu.shareToLan=Buksan sa LAN +menu.simulating=Pinapantay ang mundo ng sandali +menu.singleplayer=Pang-isahang Laro +menu.switchingLevel=Nagpapalit ng Mundo +mount.onboard=Pinduin ang %1$s para bumaba +multiplayer.connect=Kumonekta +multiplayer.downloadingStats=Kinukuha ang statistika at ang mga pambihira... +multiplayer.downloadingTerrain=Kinukuha ang lupa +multiplayer.info1=Hindi pa tapos ang paglalaro sa Minecraft na may kasama +multiplayer.info2=kaso merong maagang pagaayos pang ginagawa. +multiplayer.ipinfo=Isulat ang IP ng server para pumunta doon: +multiplayer.player.joined=Pumasok si %s sa laro +multiplayer.player.joined.renamed=Si %s (dating kilala bilang %s) ay sumali sa laro +multiplayer.player.left=Umalis si %s sa laro +multiplayer.stopSleeping=Umalis sa Kama +multiplayer.texturePrompt.line1=Ang server na ito ay nagrerekomenda na gumamit ka ng nakakaibang resource pack. +multiplayer.texturePrompt.line2=Gusto mo bang i-download at gamitin ito agad? +multiplayer.title=Makipaglaro sa Kapwa +options.advancedButton=Nakatakdang Espesyal sa Larawan... +options.advancedOpengl=Masulong na OpenGL +options.advancedVideoTitle=Nakatakdang Espesyal sa Larawan +options.anaglyph=3D Anaglyph +options.ao=Smooth Lighting +options.ao.max=Pinakamataas +options.ao.min=Pinakamababa +options.ao.off=OFF +options.chat.color=Kulay +options.chat.height.focused=Nakatutong Taas +options.chat.height.unfocused=Di-nakatutong Taas +options.chat.links=Web Links +options.chat.links.prompt=Prompt sa Link +options.chat.opacity=Kalabuan +options.chat.scale=Kalakihan +options.chat.title=Nakatakdang Pang-chat... +options.chat.visibility=Chat +options.chat.visibility.full=Ipakita +options.chat.visibility.hidden=Itago +options.chat.visibility.system=Mga Command Lang +options.chat.width=Haba +options.controls=Mga Controls... +options.difficulty=Kahirapan +options.difficulty.easy=Madali +options.difficulty.hard=Mahirap +options.difficulty.hardcore=Eksperto +options.difficulty.normal=Katamtaman +options.difficulty.peaceful=Mapayapa +options.farWarning1=Ang 64-bit na Java ay rinerekomenda +options.farWarning2=para sa malayong distansya ng paningin (32-bit ang Java mo) +options.fboEnable=Buksan ang mga FBO +options.forceUnicodeFont=Puwersa ang Pagsusulat sa Unicode +options.fov=FOV +options.fov.max=Quake Pro +options.fov.min=Normal +options.framerateLimit=Max Framerate +options.framerateLimit.max=Unlimited +options.fullscreen=Fullscreen +options.gamma=Kasilawan +options.gamma.max=Maliwanag +options.gamma.min=Madilim +options.graphics=Graphics +options.graphics.fancy=Sosyal +options.graphics.fast=Mabilis +options.guiScale=Sukat ng GUI +options.guiScale.auto=Bahala na +options.guiScale.large=Malaki +options.guiScale.normal=Normal +options.guiScale.small=Maliit +options.hidden=Nakatago +options.invertMouse=Baliktarin ang Mouse +options.language=Wika... +options.languageWarning=Hindi lagi 100%% eksakto ang mga pagsasalin-wika +options.mipmapLevels=Antas ng Mipmap +options.modelPart.cape=Kapa +options.modelPart.hat=Sumbrero +options.modelPart.left_pants_leg=Pantalon ng Kaliwang Binti +options.modelPart.left_sleeve=Kaliwang Manggas +options.modelPart.right_pants_leg=Pantalon ng Kanang Binti +options.modelPart.right_sleeve=Kanang Manggas +options.multiplayer.title=Nakatakdang Pang-kasamahang Laro... +options.music=Musika +options.off=OFF +options.on=ON +options.particles=Kapurit +options.particles.all=Lahat +options.particles.decreased=Kaunti lang +options.particles.minimal=Minimal +options.performanceButton=larawan ng pagganap ng mga setting... +options.performanceVideoTitle=Nakatakdang Pag-ganap ng Larawan +options.postButton=Naktakdang Post-Processing... +options.postProcessEnable=Buksan ang Post-Processing +options.postVideoTitle=Naktakdang Post-Processing +options.qualityButton=Kalidad ng Video... +options.qualityVideoTitle=Kalidad ng Video +options.renderClouds=Mga Ulap +options.renderDistance=Distansya ng Paningin +options.renderDistance.far=Malayo +options.renderDistance.normal=Normal +options.renderDistance.short=Malapit +options.renderDistance.tiny=Napakalapit +options.resourcepack=Resource Packs... +options.saturation=Katigmakan +options.sensitivity=Sensitivity +options.sensitivity.max=FLASH!!! +options.sensitivity.min=*antok* +options.snooper=Payagin ang Snooper +options.snooper.desc=Gusto naming kumuha ng mga detalye tungkol sa iyong computer para makatulong ka sa kabutihan sa pagagawa ng Minecraft para malaman namin kung ano ang pwede naming i-ayos kung saan pwedeng maaring matagpuan ang mga malalaking problema. Hindi namin ipapakita ang iyong impormasyon. Kung ayaw mo naman, pwede mong isara ito. +options.snooper.title=Collection ng Machine Specs +options.snooper.view=Settings sa Snooper... +options.sound=Tunog +options.sounds=Musika at Tinig... +options.sounds.title=Musika at Mga Options sa Tinig +options.stream=Mga Opsyon ng Broadcast... +options.stream.bytesPerPixel=Kalidad +options.stream.changes=Maaaring kailanganin mong i-restart ang iyong stream para sa mga pagbabagong ito upang maganap. +options.stream.chat.enabled=Pumayag +options.stream.chat.enabled.always=Lagi +options.stream.chat.enabled.never=Hindi +options.stream.chat.enabled.streaming=Habang Ipinapadala +options.stream.chat.title=Mga Pagpipilian sa Twitch Chat +options.stream.chat.userFilter=Filter ng Gumagamit +options.stream.chat.userFilter.all=Lahat ng Manonood +options.stream.chat.userFilter.mods=Tagapamagitan +options.stream.chat.userFilter.subs=Suskritor +options.stream.compression=Pagpiga +options.stream.compression.high=Mataas +options.stream.compression.low=Mababa +options.stream.compression.medium=Katamtaman +options.stream.estimation=Tinantyang Laki ng Bintana: %sx%s +options.stream.fps=Frames bawat Segundo +options.stream.ingest.reset=I-reset ang mga Kagustuhan +options.stream.ingest.title=Mga Twitch Broadcast Servers +options.stream.ingestSelection=Listahan ng Broadcast Server +options.stream.kbps=Bandwidth +options.stream.micToggleBehavior=Pindutin Para +options.stream.micVolumne=Lakas ng Mikropono +options.stream.mic_toggle.mute=Tahimik +options.stream.mic_toggle.talk=Magsalita +options.stream.sendMetadata=Ipadala ng Metadata +options.stream.systemVolume=Lakas ng Tunog +options.stream.title=Mga Opsyon ng Twitch Broadkast +options.title=Kaayusan +options.touchscreen=Touchscreen Mode +options.video=Settings sa Video... +options.videoTitle=Settings sa Video +options.viewBobbing=Pagbabab sa Paningin +options.visible=Nakikita +options.vsync=Gumamit ng VSync +potion.absorption=Pagsipsip +potion.absorption.postfix=Gayuma ng Baluti +potion.blindness=Di-makikita +potion.blindness.postfix=Gayuma ng Dilim +potion.confusion=Paghihilo +potion.confusion.postfix=Gayuma ng Hilo +potion.damageBoost=Kalakasan +potion.damageBoost.postfix=Gayuma ng Lakas +potion.digSlowDown=Pagpapagod +potion.digSlowDown.postfix=Gayuma ng Tamad +potion.digSpeed=Pagmamadali +potion.digSpeed.postfix=Gayma ng Gana +potion.effects.whenDrank=Pag ginamit: +potion.empty=Walang Bisa +potion.fireResistance=Pagtutol sa Apoy +potion.fireResistance.postfix=Gayuma ng Lamig +potion.harm=Sandaliang Sakit +potion.harm.postfix=Gayuma ng Patay +potion.heal=Sandaliang Galing +potion.heal.postfix=Gayuma ng Buhay +potion.healthBoost=Dagdag na Buhay +potion.healthBoost.postfix=Gayuma ng Kalusugan +potion.hunger=Gutom +potion.hunger.postfix=Gayuma ng Tuyo +potion.invisibility=Di-makitaan +potion.invisibility.postfix=Gayuma ng Mata +potion.jump=Taasang Talon +potion.jump.postfix=Gayuma ng Talon +potion.moveSlowdown=Kabagalan +potion.moveSlowdown.postfix=Gayuma ng Bigat +potion.moveSpeed=Kabilisan +potion.moveSpeed.postfix=Gayma ng Gaan +potion.nightVision=Pagkakita sa Dilim +potion.nightVision.postfix=Gayuma ng Liwanag +potion.poison=Lason +potion.poison.postfix=Gayuma ng Lason +potion.potency.1=+2 +potion.potency.2=+3 +potion.potency.3=+4 +potion.prefix.acrid=Mapaklang +potion.prefix.artless=Sawayang +potion.prefix.awkward=Nakakahiyang +potion.prefix.bland=Blandang +potion.prefix.bulky=Nagpapalaking +potion.prefix.bungling=Bihisang +potion.prefix.buttered=Sinirang +potion.prefix.charming=Kagandahang +potion.prefix.clear=Tiyak na +potion.prefix.cordial=Magiliwang +potion.prefix.dashing=Magarang +potion.prefix.debonair=Debonere +potion.prefix.diffuse=Nagkakalatang +potion.prefix.elegant=Eleganteng +potion.prefix.fancy=Kaklaseng +potion.prefix.flat=Simpleng +potion.prefix.foul=Karuming +potion.prefix.grenade=Salpok sa +potion.prefix.gross=Halayang +potion.prefix.harsh=Kasakitang +potion.prefix.milky=Magatas na +potion.prefix.mundane=Mundong +potion.prefix.odorless=Walang Amoy na +potion.prefix.potent=Kapangyarihan +potion.prefix.rank=Ranngong +potion.prefix.refined=Pinong +potion.prefix.smooth=Madulas na +potion.prefix.sparkling=Kumikislap na +potion.prefix.stinky=Mabahong +potion.prefix.suave=Suabeng +potion.prefix.thick=Makapal na +potion.prefix.thin=Manipis na +potion.prefix.uninteresting=Di-kawiling +potion.regeneration=Lunas +potion.regeneration.postfix=Gayuma ng Lunas +potion.resistance=Pagtutol +potion.resistance.postfix=Gayuma ng Kalasag +potion.saturation=Busog +potion.saturation.postfix=Gayuma ng Basa +potion.waterBreathing=Hinihinga sa Tubig +potion.waterBreathing.postfix=Gayuma ng Tubig +potion.weakness=Kahinaan +potion.weakness.postfix=Gayuma ng Hina +potion.wither=Lanta +potion.wither.postfix=Gayuma ng Bulok +record.nowPlaying=Pinapatugtog ngayon: %s +resourcePack.available.title=Mga pwedeng gamitin na Resource Packs +resourcePack.folderInfo=(Ilagay ang Resource Packs dito) +resourcePack.openFolder=Buksan ang folder para dito +resourcePack.selected.title=Nakapili na Resource Packs +resourcePack.title=Pumili ng Resource Pack +screenshot.failure=Hindi pwedeng kunin: %s +screenshot.success=Kinuha bilang %s +selectServer.add=Bagong Server +selectServer.defaultName=Server ng Minecraft +selectServer.delete=Burahin +selectServer.deleteButton=Burahin +selectServer.deleteQuestion=Sigurado ka gusto mo alisin ito? +selectServer.deleteWarning=Mawawala ito ng hanganan! (Forever!) +selectServer.direct=Direktang Kumonekta +selectServer.edit=I-edit +selectServer.empty=wala +selectServer.hiddenAddress=(Nakatago) +selectServer.refresh=I-refresh +selectServer.select=Sumali sa Server +selectServer.title=Pumili ng Server +selectWorld.allowCommands=Payagin ang Daya: +selectWorld.allowCommands.info=Mga command tulad ng /gamemode, /xp +selectWorld.bonusItems=Baul na Pangsimula: +selectWorld.cheats=Pang-daya +selectWorld.conversion=Kailangan baguhin! +selectWorld.create=Gawa ng bago +selectWorld.createDemo=Maglaro sa bagong Demo +selectWorld.customizeType=Mga Pag-papalitan +selectWorld.delete=Burahin +selectWorld.deleteButton=Burahin +selectWorld.deleteQuestion=Sigurado ka bang burahin ito? +selectWorld.deleteWarning=hindi na pwede tong ibalik! (Sa mahabang panahon!) +selectWorld.empty=wala +selectWorld.enterName=Pangalan ng Mundo +selectWorld.enterSeed=Seed para sa pag-gawa ng Mundo +selectWorld.gameMode=Moda ng Laro +selectWorld.gameMode.adventure=Panglakbayan +selectWorld.gameMode.adventure.line1=Pareho ng kaligtasan ng buhay mode, ngunit bloke ay hindi maaaring +selectWorld.gameMode.adventure.line2=pwede magsira o maglagay ng tipak +selectWorld.gameMode.creative=Mapanlikhaan +selectWorld.gameMode.creative.line1=Walang limitasyong mapagkukunan, libreng paglipad at +selectWorld.gameMode.creative.line2=siraan ng bloke agad +selectWorld.gameMode.hardcore=Pangdalubhasan +selectWorld.gameMode.hardcore.line1=Pareho ng kaligtasan ng buhay mode, naka-lock sa hardest +selectWorld.gameMode.hardcore.line2=mahirap at isang buhay ka lang +selectWorld.gameMode.spectator.line1=Puwede tingnan Pero Hindi Puwede hawakan. +selectWorld.gameMode.survival=Pangkabuhayan +selectWorld.gameMode.survival.line1=Humanap ng gamit, gumawa, kumuha +selectWorld.gameMode.survival.line2=ng antas, buhay at gutom +selectWorld.hardcoreMode=Eksperto: +selectWorld.hardcoreMode.info=Mabura ang mundo sa kamatayan +selectWorld.mapFeatures=Lumikha ng Istraktura: +selectWorld.mapFeatures.info=Mga barangay, kweba, atbp +selectWorld.mapType=Uri ng Mundo: +selectWorld.mapType.normal=Normal +selectWorld.moreWorldOptions=Marami Pang Pagpipilian... +selectWorld.newWorld=Bagong Mundo +selectWorld.newWorld.copyOf=Kopya ng %s +selectWorld.recreate=Gawin Muli +selectWorld.rename=Ibang pangalan +selectWorld.renameButton=Ibang pangalan +selectWorld.renameTitle=I-pangalan muli ang mundo +selectWorld.resultFolder=Ilalagay sa: +selectWorld.seedInfo=Iwanan mo para sapalaran +selectWorld.select=Mag-laro dito +selectWorld.title=Pumili ng Mundo +selectWorld.world=Mundo +sign.edit=Ayusin ang sinasabi ng karatula +soundCategory.ambient=Ambient/Kapaligiran +soundCategory.block=Mga Bloke +soundCategory.hostile=Mga Masasamang Nilalang +soundCategory.master=Pinunong Lakas +soundCategory.music=Musika +soundCategory.neutral=Mga Mabubuting Nilalang +soundCategory.player=Mga Naglalaro +soundCategory.record=Musika ng Bloke/Tinig ng Bloke +soundCategory.weather=Panahon +stat.animalsBred=Hayop Inanak +stat.blocksButton=Bloke +stat.boatOneCm=Layong Bangka +stat.breakItem=%1$s Nawalan +stat.climbOneCm=Layong Inakyat +stat.craftItem=%1$s Ginawa +stat.crafted=Beses Ginawa +stat.createWorld=Mundong GInawa +stat.damageDealt=Pinalang Tinamaan +stat.damageTaken=Pinsalang Kinuha +stat.deaths=Beses Namatay +stat.depleted=Beses Nawalan +stat.diveOneCm=Layong Pagsisid +stat.drop=Gamit naihulog +stat.entityKilledBy=Pinatay ka ni %s ng %s beses +stat.entityKilledBy.none=Di ka pa pinatay ni %s +stat.entityKills=Pinatay mo si %s ng %s beses +stat.entityKills.none=Di mo pa pinatay ang %s +stat.fallOneCm=Layong Nahulog +stat.fishCaught=Nakuhang Isda +stat.flyOneCm=Layong Lumipad +stat.generalButton=General +stat.horseOneCm=Layong Kabayo +stat.itemsButton=Gamit +stat.joinMultiplayer=Beses lumaro ng kapwa-kapwa +stat.jump=Beses tumalon +stat.junkFished=Basurang Inisda +stat.leaveGame=Larong Tinigil +stat.loadWorld=Larong Tinuloy +stat.mineBlock=%1$s Minina +stat.minecartOneCm=Layong Karitela +stat.mined=Beses Namina +stat.mobKills=Kinamatay na Mobs +stat.mobsButton=Mobs +stat.pigOneCm=Layong Baboy +stat.playOneMinute=Minutong linaro +stat.playerKills=Taong Pinatay +stat.startGame=Beses Nilaro +stat.swimOneCm=Layong Nilangoy +stat.talkedToVillager=Mga Taong-Nayong Nakausap +stat.treasureFished=Kayamanan Inisda +stat.useItem=%1$s Ginamit +stat.used=Beses Ginamit +stat.walkOneCm=Layong Nilakad +stats.tooltip.type.achievement=Nakakamit +stats.tooltip.type.statistic=Statistika +stream.confirm_start=Sigurado ka bang gusto mo nang simulan ang pag-broadcast? +stream.unavailable.account_not_bound=Bago ka maka-broadcast ng Minecraft gamit ng Twitch, kailangan naming i-link ang iyong Twitch account sa Mojang.com. Gusto mong gawin yan ngayon? +stream.unavailable.account_not_bound.okay=Mga Account naka-link +stream.unavailable.account_not_migrated=Bago ka maka-broadcast ng Minecraft gamit ng Twitch, kailangan naming i-migrate ang Minecraft account sa Mojang.com. Gusto mong gawin yan ngayon? +stream.unavailable.account_not_migrated.okay=I-migrate ang Account +stream.unavailable.failed_auth=Hindi ka na patunayan sa Twitch. Pumunta ka sa mojang.com at i-rebind mo ang iyong Twitch account. +stream.unavailable.failed_auth.okay=I-rebind ang Account +stream.unavailable.failed_auth_error=Hindi pwede ka na patunayan sa Twitch. Gawin mo na lang mamaya. +stream.unavailable.initialization_failure=Hindi na simulan ang Twitch SDK. +stream.unavailable.initialization_failure.extra=(Dahilan: %s) +stream.unavailable.library_arch_mismatch=Ang pinalitang version ng java para mabukas ang Minecraft ay may ibang architecture kay sa yung ginamit para maka takbo sa launcher. Paki-tignan kung tama ang parehas, kahit 32-bit o 64-bit para sa mga ito. +stream.unavailable.library_failure=Hindi makuha ang libraries na kailangan para magamit ang Twitch broadcasting. +stream.unavailable.no_fbo=Ang video card mo ay kailangan ng OpenGL 3.0 or support sa Framebuffer Objects gamit ng extension paka makagamit ng Twitch broadcasting sa loob ng laro. +stream.unavailable.no_fbo.arb=Support sa Frambuffer object via ARB ay: %s +stream.unavailable.no_fbo.blend=Support sa Separate blending via ARB ay: %s +stream.unavailable.no_fbo.ext=Support sa Frambuffer object via EXT ay: %s +stream.unavailable.no_fbo.version=Ang ginagamit mo ngayon ay: %s +stream.unavailable.not_supported.mac=Sayang, kailangan mo ng bagong version ng OSX para maka-broadcast sa Twitch gamit ng Mac. Kailaingan mo gamitin ang 10.7 (Mac OS X Lion) o mas bago pa doon para magamit mo ito. Gusto mo bang pumunta sa apple.com para malaman mo tungkol sa pag-upgrade nito? +stream.unavailable.not_supported.mac.okay=Pagandahin +stream.unavailable.not_supported.other=Sayang, kailaingan mo ng Windows Vista (o mas bago pa doon) o kaya Mac OS X 10.7/Lion (o mas bago pa doon) para maka-broadcast ka sa Twitch. +stream.unavailable.not_supported.windows=Sayang, kailangan mo ng bagong version ng Windows para maka-broadcast sa Twitch. Kailaingan mo ng Windows Vista o mas bago pa doon. +stream.unavailable.report_to_mojang=I-balita sa Mojang +stream.unavailable.soundflower.chat=Kailangan ng Soundflower para maka-stream sa Mac: %s +stream.unavailable.soundflower.chat.link=Click mo dito para maka-install ito. +stream.unavailable.title=Hindi pa pwedeng gamitin ang Twitch Broadcast +stream.unavailable.unknown=Sayang, hindi ka pwede mag-broadcast sa Twitch sa ganitong oras. At hindi namin alam :'( +stream.unavailable.unknown.chat=Hindi masimula ang stream: %s +stream.user.mode.administrator=Twitch Administrator +stream.user.mode.banned=Bawal na +stream.user.mode.banned.other=Bawal na sa channel ni %s +stream.user.mode.banned.self=Bawal na sa iyong channel +stream.user.mode.broadcaster=Broadcaster +stream.user.mode.broadcaster.other=Broadcaster +stream.user.mode.broadcaster.self=Broadcaster (Ikaw!) +stream.user.mode.moderator=Moderator +stream.user.mode.moderator.other=Moderator sa channel ni %s +stream.user.mode.moderator.self=Moderator sa iyong channel +stream.user.mode.staff=Twitch Staff +stream.user.subscription.subscriber=Subscriber +stream.user.subscription.subscriber.other=Subscriber sa channel ni %s +stream.user.subscription.subscriber.self=Subscriber sa iyong channel +stream.user.subscription.turbo=Twitch Turbo +stream.userinfo.ban=Ipagbawal +stream.userinfo.chatTooltip=Click para i-manage ang mga user +stream.userinfo.mod=Magtaguyod sa Tagapamagitan +stream.userinfo.timeout=Tapos ka na! +stream.userinfo.unban=Hindi Pagbawalan +stream.userinfo.unmod=Pababain mula sa Tagapamagitan +tile.acaciaFence.name=Bakod na Kahoy-Akasya +tile.activatorRail.name=Rileng Buksan +tile.anvil.intact.name=Palihan +tile.anvil.name=Palihan +tile.anvil.slightlyDamaged.name=Sirang Palihan +tile.anvil.veryDamaged.name=Sobrang Sirang Palihan +tile.beacon.name=Parola +tile.beacon.primary=Pangunahing Lakas +tile.beacon.secondary=Sekundaryong Lakas +tile.bed.name=Kama +tile.bed.noSleep=Pwede ka lang matulog sa gabi +tile.bed.notSafe=Hindi ka pa pwedeng matulog, malapit ang mga halimaw +tile.bed.notValid=Nawawala o nakaharang ang iyong kama +tile.bed.occupied=May natutulog dito +tile.bedrock.name=Tigas na Bato +tile.birchFence.name=Bakod na Kahoy na Birch +tile.birchFenceGate.name=Gate na Gawa sa Bakod na Kahoy na Birch +tile.blockCoal.name=Tipakang Karbon +tile.blockDiamond.name=Tipakang Brilyante +tile.blockEmerald.name=Tipakang Esmeralda +tile.blockGold.name=Tipakang Ginto +tile.blockIron.name=Tipakang Bakal +tile.blockLapis.name=Tipakang Lapis +tile.blockRedstone.name=Tipakang Kulog +tile.bookshelf.name=Istante ng Libro +tile.brick.name=Laryo +tile.button.name=Pindutan +tile.cactus.name=Kakto +tile.cake.name=Keyk +tile.carrots.name=Mga Kerot +tile.cauldron.name=Kaldero +tile.chest.name=Baul +tile.chestTrap.name=Umangbaul +tile.clay.name=Luad +tile.clayHardened.name=Pinatigas na Luad +tile.clayHardenedStained.black.name=Itim na Luad +tile.clayHardenedStained.blue.name=Bughaw na Luad +tile.clayHardenedStained.brown.name=Kayumangging Luad +tile.clayHardenedStained.cyan.name=Cyang Luad +tile.clayHardenedStained.gray.name=Abong Luad +tile.clayHardenedStained.green.name=Berdeng Luad +tile.clayHardenedStained.lightBlue.name=Langitang Luad +tile.clayHardenedStained.lime.name=Dayapang Luad +tile.clayHardenedStained.magenta.name=Ibigang Luad +tile.clayHardenedStained.orange.name=Kahelang Luad +tile.clayHardenedStained.pink.name=Rosas na Luad +tile.clayHardenedStained.purple.name=Lilang Luad +tile.clayHardenedStained.red.name=Pulang Luad +tile.clayHardenedStained.silver.name=Pilakang Luad +tile.clayHardenedStained.white.name=Puting Luad +tile.clayHardenedStained.yellow.name=Dilaw na Luad +tile.cloth.black.name=Lanang Itim +tile.cloth.blue.name=Lanang Bughaw +tile.cloth.brown.name=Lanang Kayumanggi +tile.cloth.cyan.name=Lanang Cyan +tile.cloth.gray.name=Lanang Abo +tile.cloth.green.name=Lanang Luntian +tile.cloth.lightBlue.name=Lanang Langit +tile.cloth.lime.name=Lanang Kulay-Dayap +tile.cloth.magenta.name=Lanang Ibig +tile.cloth.name=Lana +tile.cloth.orange.name=Lanang Kahel +tile.cloth.pink.name=Lanang Rosas +tile.cloth.purple.name=Lanang Lila +tile.cloth.red.name=Lanang Pula +tile.cloth.silver.name=Lanang Pilak +tile.cloth.white.name=Lana +tile.cloth.yellow.name=Lanang Dilaw +tile.cobbleWall.mossy.name=Pader na Lumot +tile.cobbleWall.normal.name=Pader na Biyak +tile.cocoa.name=Kakaw +tile.commandBlock.name=Tipak ng Utos +tile.crops.name=Tanim +tile.darkOakFence.name=Bakod na Madilim na Kahoy-Owk +tile.daylightDetector.name=Sensor ng Araw +tile.deadbush.name=Patay na Palumpong +tile.detectorRail.name=Rileng Tamaan +tile.dirt.default.name=Lupa +tile.dirt.name=Lupa +tile.dirt.podzol.name=Podzol +tile.dispenser.name=Taga-bigay +tile.doorIron.name=Pintuang Bakal +tile.doorWood.name=Pinto +tile.doublePlant.fern.name=Malaking Eletso +tile.doublePlant.grass.name=Matangkad na Damo +tile.doublePlant.paeonia.name=Peoni +tile.doublePlant.rose.name=Palumpong Rosas +tile.doublePlant.sunflower.name=Mirasol +tile.doublePlant.syringa.name=Lila +tile.dragonEgg.name=Itlog ng Dragon +tile.dropper.name=Taga-hulog +tile.enchantmentTable.name=Mahikang Mesa +tile.endPortalFrame.name=Dulagusan +tile.enderChest.name=Dulobaul +tile.farmland.name=Bukiran +tile.fence.name=Bakod +tile.fenceGate.name=Pasukan +tile.fenceIron.name=Rehas +tile.fire.name=Apoy +tile.flower1.dandelion.name=Ngiping Leon +tile.flower2.allium.name=Allium +tile.flower2.blueOrchid.name=Orkidiang Asul +tile.flower2.houstonia.name=Azureng Bluet +tile.flower2.oxeyeDaisy.name=Oxeye Daisy +tile.flower2.poppy.name=Amapola +tile.flower2.tulipOrange.name=Tulipang Kahel +tile.flower2.tulipPink.name=Tulipang Rosas +tile.flower2.tulipRed.name=Tulipang Pula +tile.flower2.tulipWhite.name=Tulipang Puti +tile.furnace.name=Pugon +tile.glass.name=Salamin +tile.goldenRail.name=Rileng Lakasan +tile.grass.name=Bloke ng Damo +tile.gravel.name=Kaskaho +tile.hayBlock.name=Paldo ng Dayami +tile.hellrock.name=Sumpansabit +tile.hellsand.name=Kaluwan-hangin +tile.hopper.name=Lukton +tile.ice.name=Yelo +tile.icePacked.name=Siniksik na Yelo +tile.jukebox.name=Notchpod +tile.jungleFence.name=Bakod ng Kahoy-Kagubatan +tile.ladder.name=Akyatan +tile.lava.name=Magma +tile.leaves.acacia.name=Dahong Akasya +tile.leaves.big_oak.name=Dahonng Dilim +tile.leaves.birch.name=Dahong Birch +tile.leaves.jungle.name=Dahong Gubat +tile.leaves.name=Dahon +tile.leaves.oak.name=Dahong Roble +tile.leaves.spruce.name=Dahong Spruce +tile.lever.name=Baras +tile.lightgem.name=Sindin-bato +tile.litpumpkin.name=Mukha O' Ilaw +tile.lockedchest.name=Kandadong Baul +tile.log.acacia.name=Akasyang Kahoy +tile.log.big_oak.name=Dilimang Kahoy +tile.log.birch.name=Birkeng Kahoy +tile.log.jungle.name=Gubatang Kahoy +tile.log.name=Kahoy +tile.log.oak.name=Robleng Kahoy +tile.log.spruce.name=Pinong Kahoy +tile.melon.name=Melon +tile.mobSpawner.name=Ubod ng Halimaw +tile.monsterStoneEgg.brick.name=Laryong Bato ng Halimaw +tile.monsterStoneEgg.chiseledbrick.name=Laryong Sinulat ng Halimaw +tile.monsterStoneEgg.cobble.name=Biyak na Bato ng Halimaw +tile.monsterStoneEgg.crackedbrick.name=Laryong Lumot ng Halimaw +tile.monsterStoneEgg.mossybrick.name=Laryong Lumot ng Halimaw +tile.monsterStoneEgg.stone.name=Bato ng Halimaw +tile.mushroom.name=Kabuti +tile.musicBlock.name=Tinig ng Bloke +tile.mycel.name=Maisiliyum +tile.netherBrick.name=Impyelaryo +tile.netherFence.name=Impyelaryong Pader +tile.netherStalk.name=Impebutig +tile.netherquartz.name=Batong Kuwarta +tile.notGate.name=Kulog-ilaw +tile.obsidian.name=Obsidiyano +tile.oreCoal.name=Batong Karbon +tile.oreDiamond.name=Batong Brilyante +tile.oreEmerald.name=Batong Esmeralda +tile.oreGold.name=Batong Bakal +tile.oreIron.name=Batong Bakal +tile.oreLapis.name=Batong Lapis +tile.oreRedstone.name=Kulog-bato +tile.oreRuby.name=Batong-rubi +tile.pistonBase.name=Piston +tile.pistonStickyBase.name=Pistong Malagkit +tile.portal.name=Lagusan +tile.potatoes.name=Mga Patatas +tile.pumpkin.name=Kalabasa +tile.quartzBlock.chiseled.name=Pinaitang Tipakang Kuwarta +tile.quartzBlock.default.name=Tipakang Kuwarta +tile.quartzBlock.lines.name=Postang Tipakang Kuwarta +tile.rail.name=Riles +tile.redstoneDust.name=Kulog-abok +tile.redstoneLight.name=Kulog-lampara +tile.reeds.name=Tubo +tile.sand.default.name=Buhangin +tile.sand.name=Buhangin +tile.sand.red.name=Pulang Buhangin +tile.sandStone.chiseled.name=Buhang-pait +tile.sandStone.default.name=Batubuhangin +tile.sandStone.name=Batubuhangin +tile.sandStone.smooth.name=Buhang-buli +tile.sapling.acacia.name=Halamang Akasya +tile.sapling.birch.name=Halamang Birch +tile.sapling.jungle.name=Halamang Gubat +tile.sapling.oak.name=Halamang Roble +tile.sapling.spruce.name=Halamang Pino +tile.sign.name=Karatula +tile.snow.name=Niyebe +tile.sponge.dry.name=Espongha +tile.spruceFence.name=Bakod na Kahoy-Spruce +tile.spruceFenceGate.name=Gate na Gawa sa Bakod na Spruce na Kahoy +tile.stainedGlass.black.name=Salaming Itim +tile.stainedGlass.blue.name=Salaming Bughaw +tile.stainedGlass.brown.name=Salaming Kayumanggi +tile.stainedGlass.cyan.name=Salaming Sayan +tile.stainedGlass.gray.name=Salaming Abo +tile.stainedGlass.green.name=Salaming Luntian +tile.stainedGlass.lightBlue.name=Salaming Langit +tile.stainedGlass.lime.name=Salaming Apog +tile.stainedGlass.magenta.name=Salaming Ibig +tile.stainedGlass.name=Tintang Salamin +tile.stainedGlass.orange.name=Salaming Kahel +tile.stainedGlass.pink.name=Salaming Rosas +tile.stainedGlass.purple.name=Salaming Lila +tile.stainedGlass.red.name=Salaming Pula +tile.stainedGlass.silver.name=Salaming Pilak +tile.stainedGlass.white.name=Salaming Puti +tile.stainedGlass.yellow.name=Salaming Dilaw +tile.stairsBrick.name=Hagdanang Laryo +tile.stairsNetherBrick.name=Impyelaryong Hagdanan +tile.stairsQuartz.name=Hagdanang Kwarta +tile.stairsSandStone.name=Hagdanang Buhangin +tile.stairsStone.name=Hagdanang Bato +tile.stairsStoneBrickSmooth.name=Hagdanang Laryong Bato +tile.stairsWood.name=Hagdanang Roble +tile.stairsWoodAcacia.name=Hagdanang Acacia +tile.stairsWoodBirch.name=Hagdanang Spruce +tile.stairsWoodDarkOak.name=Hagdanang Madilim +tile.stairsWoodJungle.name=Hagdanang Gubat +tile.stairsWoodSpruce.name=Hagdanang Spruce +tile.stone.stone.name=Bato +tile.stoneMoss.name=Batong-lumo +tile.stoneSlab.brick.name=Tilang Laryo +tile.stoneSlab.cobble.name=Tilang Biyak +tile.stoneSlab.netherBrick.name=Tilang Sama +tile.stoneSlab.quartz.name=Tilang Kwarta +tile.stoneSlab.sand.name=Tilang Buhangin +tile.stoneSlab.smoothStoneBrick.name=Tilang Ladryong Bato +tile.stoneSlab.stone.name=Tilang Bato +tile.stoneSlab.wood.name=Tilang Kahoy +tile.stonebrick.name=Biyak na Bato +tile.stonebricksmooth.chiseled.name=Laryong Sinulat +tile.stonebricksmooth.cracked.name=Laryong Sira +tile.stonebricksmooth.default.name=Laryong Bato +tile.stonebricksmooth.mossy.name=Laryong Lumot +tile.stonebricksmooth.name=Laryong Bato +tile.tallgrass.fern.name=Eletso +tile.tallgrass.grass.name=Damo +tile.tallgrass.name=Damo +tile.tallgrass.shrub.name=Palumpong +tile.thinGlass.name=Bintana +tile.thinStainedGlass.black.name=BIntanang Itim +tile.thinStainedGlass.blue.name=Bintanang Asul +tile.thinStainedGlass.brown.name=Bintanang Kayumanggi +tile.thinStainedGlass.cyan.name=Bintanang Cyan +tile.thinStainedGlass.gray.name=Bintanang Abo +tile.thinStainedGlass.green.name=Bintanang Berde +tile.thinStainedGlass.lightBlue.name=Bintanang Langit +tile.thinStainedGlass.lime.name=Bintanang Apog +tile.thinStainedGlass.magenta.name=Bintanang Ibig +tile.thinStainedGlass.name=Natintahang Bintana +tile.thinStainedGlass.orange.name=Bintanang Kahel +tile.thinStainedGlass.pink.name=Bintanang Rosas +tile.thinStainedGlass.purple.name=Bintanang Lila +tile.thinStainedGlass.red.name=Bintanang Pula +tile.thinStainedGlass.silver.name=Bintanang Pilak +tile.thinStainedGlass.white.name=Bintanang Puti +tile.thinStainedGlass.yellow.name=Bintanang Dilaw +tile.tnt.name=TNT +tile.torch.name=Ilaw +tile.trapdoor.name=Pintong Maliit +tile.tripWire.name=Dapaan +tile.tripWireSource.name=Sabitan ng Dapaan +tile.vine.name=Baging +tile.water.name=Tubig +tile.waterlily.name=Dahon ng Liryo +tile.web.name=Sapot +tile.weightedPlate_heavy.name=Presyong Bigat +tile.weightedPlate_light.name=Presyong Gaan +tile.whiteStone.name=Dulubato +tile.wood.acacia.name=Tablang Akasya +tile.wood.big_oak.name=Tablang Maitim +tile.wood.birch.name=Tablang Birch +tile.wood.jungle.name=Tablang Gubat +tile.wood.name=Tabla +tile.wood.oak.name=Tablang Roble +tile.wood.spruce.name=Tablang Pino +tile.woodSlab.acacia.name=Tilang Akasya +tile.woodSlab.big_oak.name=Tilang Madilim +tile.woodSlab.birch.name=Tilang Birch +tile.woodSlab.jungle.name=Tilang Gubat +tile.woodSlab.oak.name=Tilang Roble +tile.woodSlab.spruce.name=Tilang Spruce +tile.woolCarpet.black.name=Alpombrang Itim +tile.woolCarpet.blue.name=Alpombrang Bughaw +tile.woolCarpet.brown.name=Alpombrang Kayumanggi +tile.woolCarpet.cyan.name=Alpombrang Cyan +tile.woolCarpet.gray.name=Alpombrang Abo +tile.woolCarpet.green.name=Alpombrang Berde +tile.woolCarpet.lightBlue.name=Alpombrang Langit +tile.woolCarpet.lime.name=Alpombrang Dayap +tile.woolCarpet.magenta.name=Alpombrang Ibig +tile.woolCarpet.name=Alpombra +tile.woolCarpet.orange.name=Alpombrang Kahel +tile.woolCarpet.pink.name=Alpombrang Rosas +tile.woolCarpet.purple.name=Alpombrang Lila +tile.woolCarpet.red.name=Alpombrang Pula +tile.woolCarpet.silver.name=Alpombrang Pilak +tile.woolCarpet.white.name=Alpombra +tile.woolCarpet.yellow.name=Alpombrang Dilaw +tile.workbench.name=Gawaan +title.oldgl1=Natuklas ang isang lumang graphics card; pwede itong ipigil kang +title.oldgl2=maglaro sa kinakabukasan dahil kinakailangan ang OpenGL 2.0. +translation.test.invalid=kamusta +translation.test.none=Kamusta, mundo! +translation.test.world=Mundo diff --git a/javascript/lang/fr_CA.lang b/javascript/lang/fr_CA.lang new file mode 100755 index 00000000..02878a0a --- /dev/null +++ b/javascript/lang/fr_CA.lang @@ -0,0 +1,2517 @@ +achievement.acquireIron=Faire du fer +achievement.acquireIron.desc=Faites fondre du fer en lingot. +achievement.bakeCake=The Lie +achievement.bakeCake.desc=Du blé, du sucre, du lait et un Å“uf ! +achievement.blazeRod=Dans le feu de l'action +achievement.blazeRod.desc=Dérobez une barre de Blaze. +achievement.bookcase=Rat de bibliothèque +achievement.bookcase.desc=Fabriquez des bibliothèques pour améliorer vos enchantements. +achievement.breedCow=Repeuplement +achievement.breedCow.desc=Faites s'accoupler deux vaches (ou deux Mooshrooms) avec du blé. +achievement.buildBetterPickaxe=Faire bonne pioche +achievement.buildBetterPickaxe.desc=Fabriquez une meilleure pioche. +achievement.buildFurnace=Chaud devant ! +achievement.buildFurnace.desc=Fabriquez un fourneau à partir de huit blocs de cobble. +achievement.buildHoe=Avoir le pouce vert +achievement.buildHoe.desc=Utilisez du matériau et des bâtons pour fabriquer une houe. +achievement.buildPickaxe=On s'en va au boulot ! +achievement.buildPickaxe.desc=Utilisez des planches de bois et des bâtons pour fabriquer une pioche. +achievement.buildSword=À l'attaque ! +achievement.buildSword.desc=Utilisez du matériau et un bâton pour fabriquer une épée. +achievement.buildWorkBench=Établissement +achievement.buildWorkBench.desc=Fabriquez un établi avec quatre blocs de planches. +achievement.cookFish=Fort bien goûteux ! +achievement.cookFish.desc=Pêchez et cuisinez un poisson ! +achievement.diamonds=DES DIAMANTS ! +achievement.diamonds.desc=Récoltez du diamant à l'aide d'une pioche en fer. +achievement.diamondsToYou=Diamants pour toi ! +achievement.diamondsToYou.desc=Jetez un diamant à un autre joueur (ou à un mob). +achievement.enchantments=Apprenti sorcier +achievement.enchantments.desc=Utilisez un livre, de l'obsidienne et des diamants pour fabriquer une table d'enchantement. +achievement.exploreAllBiomes=Partons à l'aventure ! +achievement.exploreAllBiomes.desc=Découvrez tous les biomes. +achievement.flyPig=Aéroporc +achievement.flyPig.desc=Sautez d'une falaise à dos de cochon. +achievement.fullBeacon=Phare à On +achievement.fullBeacon.desc=Construisez une balise complète. +achievement.get=Succès obtenu ! +achievement.ghast=T'es au bat boy ! +achievement.ghast.desc=Détruisez un Ghast avec une boule de feu. +achievement.killCow=Mort aux vaches ! +achievement.killCow.desc=Récoltez un peu de cuir. +achievement.killEnemy=Chasseur de monstres +achievement.killEnemy.desc=Attaquez et tuez un monstre. +achievement.killWither=Le commencement. +achievement.killWither.desc=Tuez le Wither. +achievement.makeBread=Du pain sur la planche +achievement.makeBread.desc=Faites du pain avec du blé. +achievement.mineWood=Tire-toi une bûche ! +achievement.mineWood.desc=Frappez un arbre jusqu'à l'obtention d'une bûche de bois. +achievement.onARail=Sur un rail +achievement.onARail.desc=Parcourez au moins 1 kilomètre en wagonnet à partir du départ. +achievement.openInventory=Faire l'inventaire +achievement.openInventory.desc=Appuyez sur "%1$s" pour ouvrir votre inventaire. +achievement.overkill=T'es plus que mort ! +achievement.overkill.desc=Infligez neuf cÅ“urs de dégâts en un seul coup. +achievement.overpowered=Surpuissant +achievement.overpowered.desc=Fabriquez une pomme de Notch. +achievement.portal=Allons plus profond +achievement.portal.desc=Construisez et entrez dans un portail vers le Nether. +achievement.potion=En veux-tu une froide ? +achievement.potion.desc=Préparez une potion. +achievement.requires=Requiert "%1$s" +achievement.snipeSkeleton=Duel de snipers +achievement.snipeSkeleton.desc=Tuez un squelette avec une flèche à plus de 50 mètres. +achievement.spawnWither=Le commencement ? +achievement.spawnWither.desc=Invoquez le Wither. +achievement.taken=Complété ! +achievement.theEnd=Fin ? +achievement.theEnd.desc=Localisez les limbes. +achievement.theEnd2=Fin. +achievement.theEnd2.desc=Triomphez de l'Ender Dragon. +achievement.unknown=??? +addServer.add=Terminé +addServer.enterIp=Adresse du serveur +addServer.enterName=Nom du serveur +addServer.hideAddress=Masquer l'adresse +addServer.resourcePack=Packs de ressources +addServer.resourcePack.disabled=Désactivés +addServer.resourcePack.enabled=Activés +addServer.resourcePack.prompt=Demander +addServer.title=Modification des informations du serveur +advMode.allEntities=Utilisez "@e" pour cibler toutes les entités +advMode.allPlayers=Utilisez "@a" pour cibler tous les joueurs +advMode.command=Commande de la console +advMode.nearestPlayer=Utilisez "@p" pour cibler le joueur le plus proche +advMode.notAllowed=Vous devez être un opérateur en mode Créatif +advMode.notEnabled=Les blocs de commande ne sont pas activés sur ce serveur +advMode.previousOutput=Résultat précédent +advMode.randomPlayer=Utilisez "@r" pour cibler un joueur aléatoire +advMode.setCommand=Définir une commande de la console pour le bloc +advMode.setCommand.success=Commande définie : %s +attribute.modifier.plus.0=+%s %s +attribute.modifier.plus.1=+%s%% %s +attribute.modifier.plus.2=+%s%% %s +attribute.modifier.take.0=-%s %s +attribute.modifier.take.1=-%s%% %s +attribute.modifier.take.2=-%s%% %s +attribute.name.generic.attackDamage=Dégâts d'attaque +attribute.name.generic.followRange=Portée de détection des mobs +attribute.name.generic.knockbackResistance=Résistance au recul +attribute.name.generic.maxHealth=Vie maximale +attribute.name.generic.movementSpeed=Vitesse de déplacement +attribute.name.horse.jumpStrength=Puissance de saut du cheval +attribute.name.zombie.spawnReinforcements=Renforts de zombies +book.byAuthor=par %1$s +book.editTitle=Entrez le titre du livre : +book.finalizeButton=Signer et fermer +book.finalizeWarning=Attention ! Quand vous signerez le livre, il ne sera plus modifiable. +book.generation.0=Original +book.generation.1=Copie de l'original +book.generation.2=Copie d'une copie +book.generation.3=Abîmé +book.pageIndicator=Page %1$s de %2$s +book.signButton=Signer +build.tooHigh=La hauteur maximale pour la construction est de %s blocs +chat.cannotSend=Impossible d'envoyer de message sur le chat +chat.copy=Copier en mémoire +chat.link.confirm=Êtes-vous sûr(e) de vouloir ouvrir ce site web ? +chat.link.confirmTrusted=Voulez-vous ouvrir ce lien ou le copier en mémoire ? +chat.link.open=Ouvrir le lien +chat.link.warning=N'ouvrez jamais de liens venant de personnes en qui vous n'avez pas confiance ! +chat.stream.emote=(%s) * %s %s +chat.stream.text=(%s) <%s> %s +chat.type.achievement=%s vient d'obtenir le succès %s +chat.type.achievement.taken=%s a perdu le succès %s +chat.type.admin=[%s : %s] +chat.type.announcement=[%s] %s +chat.type.emote=* %s %s +chat.type.text=<%s> %s +commands.achievement.alreadyHave=%s a déjà obtenu le succès %s +commands.achievement.dontHave=%s n'a pas encore obtenu le succès %s +commands.achievement.give.success.all=Tous les succès ont été donnés correctement à %s +commands.achievement.give.success.one=Le succès %2$s a été donné correctement à %1$s +commands.achievement.statTooLow=%s n'a pas obtenu le succès ou la statistique %s +commands.achievement.take.success.all=Tous les succès ont été retirés correctement de/d' %s +commands.achievement.take.success.one=Le succès %s a été retiré correctement de/d' %s +commands.achievement.unknownAchievement=Le succès ou la statistique nommé "%s" est inconnu +commands.achievement.usage=/achievement [joueur] +commands.ban.failed=Impossible de bannir %s +commands.ban.success=%s est maintenant banni(e) +commands.ban.usage=/ban [raison ...] +commands.banip.invalid=Vous avez entré une adresse IP invalide ou un joueur qui n'est pas en ligne +commands.banip.success=L'adresse IP %s est maintenant bannie +commands.banip.success.players=L'adresse IP %s appartenant à %s est maintenant bannie +commands.banip.usage=/ban-ip [raison ...] +commands.banlist.ips=Il y a un total de %s adresse(s) IP bannie(s) : +commands.banlist.players=Il y a un total de %s joueur(s) banni(s) : +commands.banlist.usage=/banlist [ips|joueurs] +commands.blockdata.failed=Le data tag n'a pas changé : %s +commands.blockdata.notValid=Le bloc ciblé n'est pas un bloc portant des données +commands.blockdata.outOfWorld=Impossible de changer le bloc en dehors du monde +commands.blockdata.success=Les données du bloc ont été mises à jour pour : %s +commands.blockdata.tagError=L'analyse syntaxique du data tag a échoué : %s +commands.blockdata.usage=/blockdata +commands.chunkinfo.compiled=Le chunk est compilé +commands.chunkinfo.data=Les 64 premiers vertex sont : %s +commands.chunkinfo.empty=Le chunk est vide +commands.chunkinfo.hasLayers=Le chunk a des couches : %s +commands.chunkinfo.hasNoRenderableLayers=Le chunk n'a pas de couches qui peuvent être rendues +commands.chunkinfo.isEmpty=Le chunk a des couches vides : %s +commands.chunkinfo.location=Emplacement du chunk : (%s, %s, %s) +commands.chunkinfo.noChunk=Aucun chunk de trouvé à la position du chunk %s, %s, %s +commands.chunkinfo.notCompiled=Le chunk n'est pas compilé +commands.chunkinfo.notEmpty=Le chunk n'est pas vide +commands.chunkinfo.usage=/chunkinfo [ ] +commands.chunkinfo.vertices=Le tampon de la couche %s contient %s vertex +commands.clear.failure=Impossible de vider l'inventaire de/d' %s, aucun objet à enlever +commands.clear.success=L'inventaire de/d' %s a été vidé, supprimant %s objet(s) +commands.clear.tagError=L'analyse syntaxique du data tag a échoué : %s +commands.clear.testing=%s a %s objets qui correspondent au(x) critère(s) +commands.clear.usage=/clear [joueur] [objet] [donnée] [quantité maximum] [dataTag] +commands.clone.failed=Aucun bloc n'a été cloné +commands.clone.noOverlap=La source et la destination ne peuvent pas se chevaucher +commands.clone.outOfWorld=Impossible d'accéder aux blocs en dehors du monde +commands.clone.success=%s blocs ont été clonés +commands.clone.tooManyBlocks=Trop de blocs dans la zone spécifiée (%s > %s) +commands.clone.usage=/clone [filtered|masked|replace] [force|move|normal] [nom du bloc] [valeur de donnée] +commands.compare.failed=La source et la destination ne sont pas identiques +commands.compare.outOfWorld=Impossible d'accéder aux blocs en dehors du monde +commands.compare.success=%s blocs ont été comparés +commands.compare.tooManyBlocks=Trop de blocs dans la zone spécifiée (%s > %s) +commands.compare.usage=/testforblocks [all|masked] +commands.debug.notStarted=Impossible d'arrêter l'analyse si elle n'a pas commencé ! +commands.debug.start=Début du débogage +commands.debug.stop=Le débogage s'est arrêté après %s seconde(s) (%s tick(s)) +commands.defaultgamemode.success=Le mode de jeu par défaut de ce monde est maintenant en %s +commands.defaultgamemode.usage=/defaultgamemode +commands.deop.failed=Impossible de déopper %s +commands.deop.success=%s est maintenant déoppé(e) +commands.deop.usage=/deop +commands.difficulty.success=La difficulté de la partie a été définie en %s +commands.difficulty.usage=/difficulty +commands.downfall.success=Inversion des intempéries +commands.downfall.usage=/toggledownfall +commands.effect.failure.notActive=Impossible de retirer l'effet %1$s sur %2$s puisqu'il ou elle ne l'a pas +commands.effect.failure.notActive.all=Impossible de retirer des effets sur %s puisqu'il ou elle n'en a pas +commands.effect.notFound=Il n'y a pas d'effet avec l'ID %s +commands.effect.success=L'effet %1$s (ID %2$s) amplifié de %3$s niveau(x) a été donné à %4$s pour %5$s secondes +commands.effect.success.removed=L'effet %1$s sur %2$s a été retiré +commands.effect.success.removed.all=Tous les effets sur %s ont été retirés +commands.effect.usage=/effect [secondes] [amplificateur] [masquer les particules] OU /effect clear +commands.enchant.cantCombine=Le sort %1$s ne peut pas être combiné avec le sort %2$s +commands.enchant.cantEnchant=L'enchantement sélectionné ne peut pas être ajouté à l'objet ciblé +commands.enchant.noItem=Le joueur ciblé ne tient pas d'objet +commands.enchant.notFound=Il n'y a pas d'enchantement avec l'ID %s +commands.enchant.success=L'enchantement a réussi +commands.enchant.usage=/enchant [niveau] +commands.entitydata.failed=Le data tag n'a pas changé : %s +commands.entitydata.noPlayers=%s est un joueur et ne peut pas être modifié +commands.entitydata.success=Les données de l'entité ont été mises à jour pour : %s +commands.entitydata.tagError=L'analyse syntaxique du data tag a échoué : %s +commands.entitydata.usage=/entitydata +commands.execute.allInvocationsFailed=Toutes les invocations ont échoué : "%s" +commands.execute.failed=Échec de l'exécution de "%s" sur %s +commands.execute.usage=/execute OU /execute detect +commands.fill.failed=Aucun bloc n'a été placé +commands.fill.outOfWorld=Impossible de placer des blocs en dehors du monde +commands.fill.success=%s blocs ont été placés +commands.fill.tagError=L'analyse syntaxique du data tag a échoué : %s +commands.fill.tooManyBlocks=Trop de blocs dans la zone spécifiée (%s > %s) +commands.fill.usage=/fill [valeur de donnée] [destroy|hollow|keep|outline|replace] [dataTag] +commands.gamemode.success.other=Le mode de jeu de/d' %s est maintenant défini en %s +commands.gamemode.success.self=Votre mode de jeu est maintenant défini en %s +commands.gamemode.usage=/gamemode [joueur] +commands.gamerule.nopermission=Seuls les propriétaires du serveur peuvent changer "%s" +commands.gamerule.norule=Il n'y a aucune règle du jeu nommée "%s" de disponible +commands.gamerule.success=La règle du jeu a été mise à jour +commands.gamerule.usage=/gamerule [valeur] +commands.generic.boolean.invalid="%s" n'est pas vrai (true) ou faux (false) +commands.generic.double.tooBig=Le nombre que vous avez entré (%s) est trop grand, il doit être inférieur ou égal à %s +commands.generic.double.tooSmall=Le nombre que vous avez entré (%s) est trop petit, il doit être supérieur ou égal à %s +commands.generic.entity.invalidType=Le type d'entité "%s" est invalide +commands.generic.entity.invalidUuid=L'UUID de l'entité fourni est dans un format invalide +commands.generic.entity.notFound=Cette entité n'a pas été trouvée +commands.generic.exception=Une erreur inconnue s'est produite lors de la tentative pour exécuter cette commande +commands.generic.notFound=Commande inconnue. Tapez /help ou /? pour une liste des commandes +commands.generic.num.invalid="%s" n'est pas un nombre valide +commands.generic.num.tooBig=Le nombre que vous avez entré (%s) est trop grand, il doit être inférieur ou égal à %s +commands.generic.num.tooSmall=Le nombre que vous avez entré (%s) est trop petit, il doit être supérieur ou égal à %s +commands.generic.parameter.invalid="%s" n'est pas un paramètre valide +commands.generic.permission=Vous n'avez pas la permission d'utiliser cette commande +commands.generic.player.notFound=Ce joueur n'a pas été trouvé +commands.generic.syntax=Syntaxe de commande invalide +commands.generic.usage=Utilisation : %s +commands.give.notFound=Il n'y a pas d'objet nommé %s +commands.give.success=Attribution de %2$s x %1$s à %3$s +commands.give.tagError=L'analyse syntaxique du data tag a échoué : %s +commands.give.usage=/give [quantité] [donnée] [dataTag] +commands.help.footer=Astuce : utilisez la touche lorsque vous écrivez une commande pour auto-compléter la commande ou ses arguments +commands.help.header=--- Page d'aide %s de %s (/help (ou /?) ) --- +commands.help.usage=/help (ou /?) [page|nom d'une commande] +commands.kick.success=%s a été kické(e) de la partie +commands.kick.success.reason=%s a été kické(e) de la partie. Raison : "%s" +commands.kick.usage=/kick [raison ...] +commands.kill.successful=%s pulvérisé(e) +commands.kill.usage=/kill [joueur|entité] +commands.me.usage=/me +commands.message.display.incoming=%s vous chuchote : %s +commands.message.display.outgoing=Vous chuchotez à %s le message : %s +commands.message.sameTarget=Si vous voulez vous dire un message, dites-le dans votre tête, pas dans un jeu ! +commands.message.usage=/tell (ou /msg ou /w) +commands.op.failed=Impossible d'opper %s +commands.op.success=%s est maintenant oppé(e) +commands.op.usage=/op +commands.particle.notFound=Nom de particule inconnu (%s) +commands.particle.success=Animation de la particule %s bouclée %s fois +commands.particle.usage=/particle [quantité] [mode] +commands.players.list=Il y a %s / %s joueur(s) connecté(s) : +commands.players.usage=/list +commands.playsound.playerTooFar=%s est trop loin pour entendre le son +commands.playsound.success=Le son "%s" a été joué à %s +commands.playsound.usage=/playsound [x] [y] [z] [volume] [pitch] [volume minimum] +commands.publish.failed=Impossible d'héberger la partie locale +commands.publish.started=La partie locale est hébergée sur le port %s +commands.publish.usage=/publish +commands.replaceitem.block.usage=/replaceitem block [quantité] [donnée] [dataTag] +commands.replaceitem.entity.usage=/replaceitem entity [quantité] [donnée] [dataTag] +commands.replaceitem.failed=Impossible de remplacer l'emplacement %s par %s x %s +commands.replaceitem.noContainer=Le bloc aux coordonnées %s, %s, %s n'est pas un conteneur +commands.replaceitem.success=L'emplacement %s a été remplacé par %s x %s +commands.replaceitem.tagError=L'analyse syntaxique du data tag a échoué : %s +commands.replaceitem.usage=/replaceitem ... +commands.save-off.alreadyOff=La sauvegarde automatique est déjà désactivée +commands.save-off.usage=/save-off +commands.save-on.alreadyOn=La sauvegarde automatique est déjà activée +commands.save-on.usage=/save-on +commands.save.disabled=Sauvegarde automatique du monde désactivée +commands.save.enabled=Sauvegarde automatique du monde activée +commands.save.failed=La sauvegarde a échoué : %s +commands.save.start=Sauvegarde en cours... +commands.save.success=Monde sauvegardé +commands.save.usage=/save-all +commands.say.usage=/say +commands.scoreboard.allMatchesFailed=Toutes les correspondances ont échoué +commands.scoreboard.noMultiWildcard=Seulement un joker est autorisé +commands.scoreboard.objectiveNotFound=Aucun objectif nommé "%s" n'a été trouvé +commands.scoreboard.objectiveReadOnly=L'objectif "%s" est en lecture seule et ne peut pas être défini +commands.scoreboard.objectives.add.alreadyExists=Un objectif nommé "%s" existe déjà +commands.scoreboard.objectives.add.displayTooLong=Le nom d'affichage "%s" est trop long pour un objectif, il ne peut pas dépasser %s caractères +commands.scoreboard.objectives.add.success=Le nouvel objectif "%s" a été ajouté avec succès +commands.scoreboard.objectives.add.tooLong=Le nom "%s" est trop long pour un objectif, il ne peut pas dépasser %s caractères +commands.scoreboard.objectives.add.usage=/scoreboard objectives add [nom d'affichage ...] +commands.scoreboard.objectives.add.wrongType=Type de critère d'objectif invalide "%s" +commands.scoreboard.objectives.list.count=Affichage de %s objectif(s) sur le tableau de score : +commands.scoreboard.objectives.list.empty=Il n'y a pas d'objectifs sur le tableau de score +commands.scoreboard.objectives.list.entry=- %s : s'affiche en tant que "%s" et est de type "%s" +commands.scoreboard.objectives.remove.success=L'objectif "%s" a été supprimé avec succès +commands.scoreboard.objectives.remove.usage=/scoreboard objectives remove +commands.scoreboard.objectives.setdisplay.invalidSlot=Il n'y a aucun emplacement d'affichage nommé "%s" +commands.scoreboard.objectives.setdisplay.successCleared=L'objectif se trouvant dans l'emplacement d'affichage "%s" a été supprimé +commands.scoreboard.objectives.setdisplay.successSet=L'objectif dans l'emplacement d'affichage "%s" a été défini à "%s" +commands.scoreboard.objectives.setdisplay.usage=/scoreboard objectives setdisplay [objectif] +commands.scoreboard.objectives.usage=/scoreboard objectives ... +commands.scoreboard.players.add.usage=/scoreboard players add [dataTag] +commands.scoreboard.players.enable.noTrigger=L'objectif %s n'est pas un déclencheur +commands.scoreboard.players.enable.success=Le déclencheur %s a été activé pour %s +commands.scoreboard.players.enable.usage=/scoreboard players enable +commands.scoreboard.players.list.count=Affichage de %s joueur(s) ciblé(s) sur le tableau de score : +commands.scoreboard.players.list.empty=Il n'y a pas de joueur(s) ciblé(s) sur le tableau de score +commands.scoreboard.players.list.player.count=Affichage de %s objectif(s) ciblé(s) pour %s : +commands.scoreboard.players.list.player.empty=Le joueur %s n'a pas de scores enregistrés +commands.scoreboard.players.list.player.entry=- %2$s : %1$s (%3$s) +commands.scoreboard.players.list.usage=/scoreboard players list [joueur] +commands.scoreboard.players.operation.invalidOperation=Opération invalide %s +commands.scoreboard.players.operation.notFound=Le score de l'objectif %s du joueur %s n'a pas été trouvé +commands.scoreboard.players.operation.success=L'opération a été appliquée avec succès +commands.scoreboard.players.operation.usage=/scoreboard players operation +commands.scoreboard.players.remove.usage=/scoreboard players remove [dataTag] +commands.scoreboard.players.reset.success=Tous les scores du joueur %s ont été réinitialisés +commands.scoreboard.players.reset.usage=/scoreboard players reset [objectif] +commands.scoreboard.players.resetscore.success=Le score de l'objectif %s du joueur %s a été réinitialisé +commands.scoreboard.players.set.success=Le score de l'objectif %s pour le joueur %s a été défini à %s +commands.scoreboard.players.set.tagError=L'analyse syntaxique du data tag a échoué : %s +commands.scoreboard.players.set.tagMismatch=Le data tag ne correspond pas à %s +commands.scoreboard.players.set.usage=/scoreboard players set [dataTag] +commands.scoreboard.players.test.failed=Le score %s n'est PAS dans l'écart de %s à %s +commands.scoreboard.players.test.notFound=Le score de l'objectif %s du joueur %s n'a pas été trouvé +commands.scoreboard.players.test.success=Le score %s est dans l'écart de %s à %s +commands.scoreboard.players.test.usage=/scoreboard players test [max] +commands.scoreboard.players.usage=/scoreboard players ... +commands.scoreboard.teamNotFound=Aucune équipe nommée "%s" n'a été trouvée +commands.scoreboard.teams.add.alreadyExists=Une équipe nommée "%s" existe déjà +commands.scoreboard.teams.add.displayTooLong=Le nom d'affichage "%s" est trop long pour une équipe, il ne peut pas dépasser %s caractères +commands.scoreboard.teams.add.success=La nouvelle équipe "%s" a été ajoutée avec succès +commands.scoreboard.teams.add.tooLong=Le nom "%s" est trop long pour une équipe, il ne peut pas dépasser %s caractères +commands.scoreboard.teams.add.usage=/scoreboard teams add <équipe> [nom d'affichage ...] +commands.scoreboard.teams.empty.alreadyEmpty=L'équipe %s est déjà vide, impossible de supprimer des joueurs inexistants +commands.scoreboard.teams.empty.success=Suppression de tous les %s joueur(s) de l'équipe %s +commands.scoreboard.teams.empty.usage=/scoreboard teams empty <équipe> +commands.scoreboard.teams.join.failure=Impossible d'ajouter %s joueur(s) à l'équipe %s : %s +commands.scoreboard.teams.join.success=Ajout de %s joueur(s) à l'équipe %s : %s +commands.scoreboard.teams.join.usage=/scoreboard teams join <équipe> [joueur] +commands.scoreboard.teams.leave.failure=Impossible de supprimer %s joueur(s) de leur(s) équipe(s) : %s +commands.scoreboard.teams.leave.noTeam=Vous n'êtes pas dans une équipe +commands.scoreboard.teams.leave.success=Suppression de %s joueur(s) de leurs équipes : %s +commands.scoreboard.teams.leave.usage=/scoreboard teams leave [joueur] +commands.scoreboard.teams.list.count=Affichage de %s équipes sur le tableau de score : +commands.scoreboard.teams.list.empty=Il n'y a pas d'équipes inscrites sur le tableau de score +commands.scoreboard.teams.list.entry=- %1$s : "%2$s" a %3$s joueurs +commands.scoreboard.teams.list.player.count=Affichage de %s joueur(s) dans l'équipe %s : +commands.scoreboard.teams.list.player.empty=L'équipe %s n'a pas de joueurs +commands.scoreboard.teams.list.player.entry=- %2$s : %1$s (%3$s) +commands.scoreboard.teams.list.usage=/scoreboard teams list [équipe] +commands.scoreboard.teams.option.noValue=Les valeurs valides pour l'option %s sont : %s +commands.scoreboard.teams.option.success=L'option %s pour l'équipe %s a été définie à %s +commands.scoreboard.teams.option.usage=/scoreboard teams option <équipe> +commands.scoreboard.teams.remove.success=L'équipe %s a été supprimée +commands.scoreboard.teams.remove.usage=/scoreboard teams remove <équipe> +commands.scoreboard.teams.usage=/scoreboard teams ... +commands.scoreboard.usage=/scoreboard ... +commands.seed.success=Seed du monde : %s +commands.seed.usage=/seed +commands.setblock.failed=Impossible de placer le bloc +commands.setblock.noChange=Le bloc n'a pas pu être placé +commands.setblock.notFound=Il n'y a pas de bloc dont l'ID ou le nom est %s +commands.setblock.outOfWorld=Impossible de placer le bloc en dehors du monde +commands.setblock.success=Le bloc a été placé +commands.setblock.tagError=L'analyse syntaxique du data tag a échoué : %s +commands.setblock.usage=/setblock [valeur de donnée] [replace|keep|destroy] [dataTag] +commands.setidletimeout.success=Le délai d'inactivité a été défini avec succès à %s minute(s) +commands.setidletimeout.usage=/setidletimeout +commands.setworldspawn.success=Le point de spawn du monde a été défini aux coordonnées (%s, %s, %s) +commands.setworldspawn.usage=/setworldspawn [ ] +commands.spawnpoint.success=Le point de spawn de/d' %s a été défini aux coordonnées (%s, %s, %s) +commands.spawnpoint.usage=/spawnpoint [joueur] [ ] +commands.spreadplayers.failure.players=Impossible de disperser %s joueurs autour du point %s, %s (trop de joueurs pour l'espace - essayez de ne pas dépasser %s) +commands.spreadplayers.failure.teams=Impossible de disperser %s équipes autour du point %s, %s (trop de joueurs pour l'espace - essayez de ne pas dépasser %s) +commands.spreadplayers.info.players=(La distance moyenne entre les joueurs est de %s blocs après %s itérations) +commands.spreadplayers.info.teams=(La distance moyenne entre les équipes est de %s blocs après %s itérations) +commands.spreadplayers.spreading.players=Dispersion de %s joueurs sur %s blocs autour du point %s, %s (distance minimale de %s blocs) +commands.spreadplayers.spreading.teams=Dispersion de %s équipes sur %s blocs autour du point %s, %s (distance minimale de %s blocs) +commands.spreadplayers.success.players=Dispersion avec succès de %s joueurs autour du point %s, %s +commands.spreadplayers.success.teams=Dispersion avec succès de %s équipes autour du point %s, %s +commands.spreadplayers.usage=/spreadplayers +commands.stats.block.clear.usage=/stats block clear +commands.stats.block.set.usage=/stats block set +commands.stats.block.usage=/stats block ... +commands.stats.cleared=La statistique %s a été effacée +commands.stats.entity.clear.usage=/stats entity clear +commands.stats.entity.set.usage=/stats entity set +commands.stats.entity.usage=/stats entity ... +commands.stats.failed=Paramètres invalides +commands.stats.noCompatibleBlock=Le bloc aux coordonnées %s, %s, %s ne peut pas suivre de statistiques +commands.stats.success=Stockage de la statistique %s dans %s sur %s +commands.stats.usage=/stats ... +commands.stop.start=Arrêt du serveur +commands.stop.usage=/stop +commands.summon.failed=Impossible d'invoquer l'entité +commands.summon.outOfWorld=Impossible d'invoquer l'entité en dehors du monde +commands.summon.success=L'entité a été invoquée avec succès +commands.summon.tagError=L'analyse syntaxique du data tag a échoué : %s +commands.summon.usage=/summon [ ] [dataTag] +commands.tellraw.jsonException=Message json invalide : %s +commands.tellraw.usage=/tellraw +commands.testfor.failure=%s ne correspond pas à la structure de données requise +commands.testfor.success=%s de trouvé(es) +commands.testfor.tagError=L'analyse syntaxique du data tag a échoué : %s +commands.testfor.usage=/testfor [dataTag] +commands.testforblock.failed.data=Le bloc aux coordonnées %s, %s, %s avait la valeur de donnée de %s (prévue : %s) +commands.testforblock.failed.nbt=Le bloc aux coordonnées %s, %s, %s n'avait pas les clés NBT requises +commands.testforblock.failed.tile=Le bloc aux coordonnées %s, %s, %s est %s (prévu : %s) +commands.testforblock.failed.tileEntity=Le bloc aux coordonnées %s, %s, %s n'est pas une entité de bloc et ne peut supporter la correspondance du tag +commands.testforblock.outOfWorld=Impossible de tester un bloc situé en dehors du monde +commands.testforblock.success=Le bloc a été trouvé avec succès aux coordonnées %s, %s, %s +commands.testforblock.usage=/testforblock [valeur de donnée] [dataTag] +commands.time.added=L'heure a été avancée de %s tick(s) +commands.time.query=L'heure est de %s ticks(s) +commands.time.set=L'heure a été fixée à %s tick(s) +commands.time.usage=/time +commands.title.success=La commande pour le titre a été exécutée avec succès +commands.title.usage=/title ... +commands.title.usage.clear=/title clear|reset +commands.title.usage.times=/title times +commands.title.usage.title=/title title|subtitle +commands.tp.notSameDimension=Impossible d'effectuer la téléportation car les joueurs ne sont pas dans la même dimension +commands.tp.success=%s s'est fait téléporter sur %s +commands.tp.success.coordinates=%s s'est fait téléporter aux coordonnées %s, %s, %s +commands.tp.usage=/tp [joueur ciblé] OU /tp [joueur ciblé] [ ] +commands.trigger.disabled=Le déclencheur %s n'est pas activé +commands.trigger.invalidMode=Mode du déclencheur invalide : %s +commands.trigger.invalidObjective=Nom de déclencheur invalide : %s +commands.trigger.invalidPlayer=Seuls les joueurs peuvent utiliser la commande /trigger +commands.trigger.success=Le déclencheur %s a été changé avec %s %s +commands.trigger.usage=/trigger +commands.unban.failed=Impossible de débannir %s +commands.unban.success=%s est maintenant débanni(e) +commands.unban.usage=/pardon +commands.unbanip.invalid=Vous avez entré une adresse IP invalide +commands.unbanip.success=L'adresse IP %s est maintenant débannie +commands.unbanip.usage=/pardon-ip +commands.weather.clear=Le ciel se dégage +commands.weather.rain=La pluie commence à tomber +commands.weather.thunder=L'orage se lève +commands.weather.usage=/weather [durée en secondes] +commands.whitelist.add.failed=Impossible d'ajouter %s à la liste blanche +commands.whitelist.add.success=%s a été ajouté(e) à la liste blanche +commands.whitelist.add.usage=/whitelist add +commands.whitelist.disabled=Liste blanche désactivée +commands.whitelist.enabled=Liste blanche activée +commands.whitelist.list=Il y a %s joueur(s) (sur %s détecté(s)) dans la liste blanche : +commands.whitelist.reloaded=Liste blanche rechargée +commands.whitelist.remove.failed=Impossible de retirer %s de la liste blanche +commands.whitelist.remove.success=%s a été retiré(e) de la liste blanche +commands.whitelist.remove.usage=/whitelist remove +commands.whitelist.usage=/whitelist OU /whitelist +commands.worldborder.add.usage=/worldborder add [durée en secondes] +commands.worldborder.center.success=Le centre de la bordure du monde a été défini aux coordonnées %s, %s +commands.worldborder.center.usage=/worldborder center +commands.worldborder.damage.amount.success=La quantité de points de dégâts causés par la bordure du monde est passée de %2$s par bloc à %1$s par bloc +commands.worldborder.damage.amount.usage=/worldborder damage amount +commands.worldborder.damage.buffer.success=La distance de tampon de dégâts de la bordure du monde est passée de %2$s bloc(s) à %1$s bloc(s) +commands.worldborder.damage.buffer.usage=/worldborder damage buffer +commands.worldborder.damage.usage=/worldborder damage ... +commands.worldborder.get.success=La bordure du monde est actuellement de %s blocs de large +commands.worldborder.set.success=La taille de la bordure du monde est passée de %2$s bloc(s) de large à %1$s bloc(s) de large +commands.worldborder.set.usage=/worldborder set [durée en secondes] +commands.worldborder.setSlowly.grow.success=Agrandissement de la bordure du monde de %2$s bloc(s) de large à %1$s blocs de large durant %3$s secondes +commands.worldborder.setSlowly.shrink.success=Rétrécissement de la bordure du monde de %2$s blocs de large à %1$s bloc(s) de large durant %3$s secondes +commands.worldborder.usage=/worldborder ... +commands.worldborder.warning.distance.success=La distance d'avertissement de la bordure du monde est passée de %2$s bloc(s) à %1$s bloc(s) +commands.worldborder.warning.distance.usage=/worldborder warning distance +commands.worldborder.warning.time.success=Le temps d'avertissement de la bordure du monde est passé de %2$s seconde(s) de distance à %1$s seconde(s) de distance +commands.worldborder.warning.time.usage=/worldborder warning time +commands.worldborder.warning.usage=/worldborder warning ... +commands.xp.failure.widthdrawXp=Impossible de donner des points d'expérience négatifs au joueur +commands.xp.success=Attribution de %s point(s) d'expérience à %s +commands.xp.success.levels=Attribution de %s niveau(x) d'expérience à %s +commands.xp.success.negative.levels=Retrait de %s niveau(x) d'expérience à %s +commands.xp.usage=/xp [joueur] OU /xp L [joueur] +connect.authorizing=Authentification en cours... +connect.connecting=Connexion au serveur en cours... +connect.failed=Échec de connexion au serveur +container.beacon=Balise +container.brewing=Stand d'alchimie +container.chest=Coffre +container.chestDouble=Grand coffre +container.crafting=Fabrication +container.creative=Sélection des objets +container.dispenser=Distributeur +container.dropper=Droppeur +container.enchant=Enchanter +container.enchant.clue=%s . . . ? +container.enchant.lapis.many=%s unités de lapis-lazuli +container.enchant.lapis.one=1 unité de lapis-lazuli +container.enchant.level.many=%s niveaux d'enchantement +container.enchant.level.one=1 niveau d'enchantement +container.enderchest=Coffre des limbes +container.furnace=Fourneau +container.hopper=Entonnoir +container.inventory=Inventaire +container.isLocked=%s verrouillé(e) ! +container.minecart=Wagonnet +container.repair=Réparer et renommer +container.repair.cost=Coût de l'enchantement : %1$s +container.repair.expensive=Trop coûteux ! +controls.reset=Reset +controls.resetAll=Réinitialiser les touches +controls.title=Contrôles +createWorld.customize.custom.baseSize=Altitude de surface +createWorld.customize.custom.biomeDepthOffset=Surface des biomes +createWorld.customize.custom.biomeDepthWeight=Hauteur des biomes +createWorld.customize.custom.biomeScaleOffset=Décalage des biomes +createWorld.customize.custom.biomeScaleWeight=Poids des biomes +createWorld.customize.custom.biomeSize=Taille des biomes +createWorld.customize.custom.center=Hauteur centrale +createWorld.customize.custom.confirm1=Voulez-vous vraiment remettre +createWorld.customize.custom.confirm2=toutes les valeurs par défaut ? +createWorld.customize.custom.confirmTitle=Avertissement ! +createWorld.customize.custom.coordinateScale=Échelle horizontale +createWorld.customize.custom.count=Fréquence des filons +createWorld.customize.custom.defaults=Par défaut +createWorld.customize.custom.depthNoiseScaleExponent=Taille des cavités +createWorld.customize.custom.depthNoiseScaleX=Profondeur en X +createWorld.customize.custom.depthNoiseScaleZ=Profondeur en Z +createWorld.customize.custom.dungeonChance=Fréquence des donjons +createWorld.customize.custom.fixedBiome=Biome +createWorld.customize.custom.heightScale=Échelle verticale +createWorld.customize.custom.lavaLakeChance=Rareté des lacs de lave +createWorld.customize.custom.lowerLimitScale=Limite inférieure +createWorld.customize.custom.mainNoiseScaleX=Étirement en X +createWorld.customize.custom.mainNoiseScaleY=Étirement en Y +createWorld.customize.custom.mainNoiseScaleZ=Étirement en Z +createWorld.customize.custom.maxHeight=Hauteur maximum +createWorld.customize.custom.minHeight=Hauteur minimum +createWorld.customize.custom.next=Page suiv. +createWorld.customize.custom.page0=Options de base +createWorld.customize.custom.page1=Options sur la génération de minerais +createWorld.customize.custom.page2=Paramètres avancés (pour experts !) +createWorld.customize.custom.page3=Paramètres extra avancés (pour experts !) +createWorld.customize.custom.preset.caveChaos=Cavernes du chaos +createWorld.customize.custom.preset.caveDelight=Paradis de spéléologue +createWorld.customize.custom.preset.drought=Sécheresse +createWorld.customize.custom.preset.goodLuck=Bonne chance +createWorld.customize.custom.preset.isleLand=Terre des îles +createWorld.customize.custom.preset.mountains=Montagnes en folie +createWorld.customize.custom.preset.waterWorld=Monde aquatique +createWorld.customize.custom.presets=Préréglages +createWorld.customize.custom.presets.title=Préréglages du monde personnalisé +createWorld.customize.custom.prev=Page préc. +createWorld.customize.custom.randomize=Au hasard +createWorld.customize.custom.riverSize=Taille des rivières +createWorld.customize.custom.seaLevel=Niveau de la mer +createWorld.customize.custom.size=Taille max. des filons +createWorld.customize.custom.spread=Hauteur de dispersion +createWorld.customize.custom.stretchY=Étirement vertical +createWorld.customize.custom.upperLimitScale=Limite supérieure +createWorld.customize.custom.useCaves=Cavernes +createWorld.customize.custom.useDungeons=Donjons +createWorld.customize.custom.useLavaLakes=Lacs de lave +createWorld.customize.custom.useLavaOceans=Océans de lave +createWorld.customize.custom.useMineShafts=Mines abandonnées +createWorld.customize.custom.useMonuments=Monuments des océans +createWorld.customize.custom.useRavines=Ravins +createWorld.customize.custom.useStrongholds=Forteresses +createWorld.customize.custom.useTemples=Temples +createWorld.customize.custom.useVillages=Villages +createWorld.customize.custom.useWaterLakes=Lacs d'eau +createWorld.customize.custom.waterLakeChance=Rareté des lacs d'eau +createWorld.customize.flat.addLayer=Ajouter une couche +createWorld.customize.flat.editLayer=Modifier la couche +createWorld.customize.flat.height=Hauteur +createWorld.customize.flat.layer=%s +createWorld.customize.flat.layer.bottom=Fond - %s +createWorld.customize.flat.layer.top=Surface - %s +createWorld.customize.flat.removeLayer=Retirer la couche +createWorld.customize.flat.tile=Matériau de la couche +createWorld.customize.flat.title=Personnalisation du monde plat +createWorld.customize.presets=Préréglages +createWorld.customize.presets.list=Sinon, en voici d'autres que nous avons faits auparavant ! +createWorld.customize.presets.select=Utiliser +createWorld.customize.presets.share=Vous voulez partager votre préréglage ? Utilisez ce champ : +createWorld.customize.presets.title=Préréglages du monde plat +death.attack.anvil=%1$s s'est fait écraser par la chute d'une enclume +death.attack.arrow=%1$s s'est fait tirer dessus par (un) %2$s +death.attack.arrow.item=%1$s s'est fait tirer dessus par (un) %2$s avec un(e) %3$s +death.attack.cactus=%1$s s'est fait piquer à mort +death.attack.cactus.player=%1$s a foncé dans un cactus en tentant de fuir (un(e)) %2$s +death.attack.drown=%1$s s'est noyé(e) +death.attack.drown.player=%1$s s'est noyé(e) en tentant de fuir (un(e)) %2$s +death.attack.explosion=%1$s s'est fait pulvériser dans une explosion +death.attack.explosion.player=%1$s s'est fait pulvériser dans une explosion causée par (un) %2$s +death.attack.fall=%1$s s'est cassé(e) la gueule en tombant +death.attack.fallingBlock=%1$s s'est fait écraser par la chute d'un bloc +death.attack.fireball=%1$s s'est fait tuer par une boule de feu d'un %2$s +death.attack.fireball.item=%1$s s'est fait tuer par une boule de feu de/d'un %2$s avec un(e) %3$s +death.attack.generic=%1$s est mort(e) +death.attack.inFire=%1$s a péri dans les flammes +death.attack.inFire.player=%1$s a marché dans du feu tout en combattant (un(e)) %2$s +death.attack.inWall=%1$s a suffoqué dans un mur +death.attack.indirectMagic=%1$s s'est fait tuer par (un(e)) %2$s par la magie +death.attack.indirectMagic.item=%1$s s'est fait tuer par (une) %2$s par la magie avec un(e) %3$s +death.attack.lava=%1$s a essayé de nager dans la lave +death.attack.lava.player=%1$s a essayé de nager dans la lave pour fuir (un(e)) %2$s +death.attack.lightningBolt=%1$s s'est fait frapper par la foudre +death.attack.magic=%1$s s'est fait tuer par la magie +death.attack.mob=%1$s s'est fait tuer par un(e) %2$s +death.attack.onFire=%1$s s'est fait carboniser à mort +death.attack.onFire.player=%1$s s'est fait réduire en cendres tout en combattant (un(e)) %2$s +death.attack.outOfWorld=%1$s est tombé(e) dans le néant +death.attack.player=%1$s s'est fait tuer par %2$s +death.attack.player.item=%1$s s'est fait tuer par (un) %2$s avec un(e) %3$s +death.attack.starve=%1$s est mort(e) de faim +death.attack.thorns=%1$s s'est fait tuer en tentant de blesser (un) %2$s +death.attack.thrown=%1$s s'est fait bombarder par (un(e)) %2$s +death.attack.thrown.item=%1$s s'est fait bombarder par (un(e)) %2$s avec un(e) %3$s +death.attack.wither=%1$s est mort(e) de décomposition +death.fell.accident.generic=%1$s a fait une terrible chute +death.fell.accident.ladder=%1$s est tombé(e) d'une échelle +death.fell.accident.vines=%1$s est tombé(e) de quelques lianes +death.fell.accident.water=%1$s est tombé(e) hors de l'eau +death.fell.assist=%1$s a été condamné(e) à tomber par (un(e)) %2$s +death.fell.assist.item=%1$s a été condamné(e) à tomber par (un(e)) %2$s avec un(e) %3$s +death.fell.finish=%1$s a fait une terrible chute et s'est fait achever par (un(e)) %2$s +death.fell.finish.item=%1$s a fait une terrible chute et s'est fait achever par (un(e)) %2$s avec un(e) %3$s +death.fell.killer=%1$s a été condamné(e) à tomber +deathScreen.deleteWorld=Supprimer ce monde +deathScreen.hardcoreInfo=Vous ne pouvez pas respawner en mode Hardcore ! +deathScreen.leaveServer=Quitter le serveur +deathScreen.quit.confirm=Êtes-vous sûr(e) de vouloir quitter ? +deathScreen.respawn=Respawner +deathScreen.score=Score +deathScreen.title=Vous êtes mort(e) ! +deathScreen.title.hardcore=Game over ! +deathScreen.titleScreen=Retour au menu principal +demo.day.1=Cette démo durera 5 jours de jeu, profitez-en ! +demo.day.2=Deuxième journée +demo.day.3=Troisième journée +demo.day.4=Quatrième journée +demo.day.5=C'est votre dernière journée ! +demo.day.6=Les 5 jours de la démo sont écoulés, appuyez sur F2 pour prendre un screenshot de votre création +demo.day.warning=La démo est presque terminée ! +demo.demoExpired=Démo terminée ! +demo.help.buy=Acheter maintenant ! +demo.help.fullWrapped=Cette démo durera 5 jours de jeu (environ 1 h 40 en temps réel). Jetez un Å“il aux succès pour vous aider ! Bonne partie ! +demo.help.inventory=Utilisez %1$s pour ouvrir votre inventaire +demo.help.jump=Sautez en appuyant sur %1$s +demo.help.later=Continuer à jouer ! +demo.help.movement=Utilisez %1$s, %2$s, %3$s, %4$s et la souris pour vous déplacer +demo.help.movementMouse=Regardez autour de vous avec la souris +demo.help.movementShort=Déplacez-vous en appuyant sur %1$s, %2$s, %3$s et %4$s +demo.help.title=Démonstration de Minecraft +demo.remainingTime=Temps restant : %s +demo.reminder=La démo est terminée, achetez le jeu pour continuer votre partie ou créez un nouveau monde ! +difficulty.lock.question=Êtes-vous sûr(e) de vouloir verrouiller la difficulté de votre monde qui est actuellement %1$s ? Vous ne pourrez plus jamais la changer de nouveau. +difficulty.lock.title=Verrouillage de la difficulté du monde +disconnect.closed=Connexion terminée +disconnect.disconnected=Déconnecté(e) par le serveur +disconnect.endOfStream=Fin du flux +disconnect.genericReason=%s +disconnect.kicked=Kické(e) du serveur +disconnect.loginFailed=Échec de l'authentification +disconnect.loginFailedInfo=Échec de l'authentification : %s +disconnect.loginFailedInfo.invalidSession=Session invalide (essayez de redémarrer le jeu) +disconnect.loginFailedInfo.serversUnavailable=Les serveurs d'authentification sont actuellement hors service pour maintenance. +disconnect.lost=Connexion perdue +disconnect.overflow=Mémoire tampon insuffisante +disconnect.quitting=Fermeture en cours +disconnect.spam=Kické(e) pour spam +disconnect.timeout=Délai expiré +enchantment.arrowDamage=Puissance +enchantment.arrowFire=Flamme +enchantment.arrowInfinite=Infinité +enchantment.arrowKnockback=Frappe +enchantment.damage.all=Affûtage +enchantment.damage.arthropods=Fléau des arthropodes +enchantment.damage.undead=Châtiment +enchantment.digging=Efficacité +enchantment.durability=Solidité +enchantment.fire=Aura de feu +enchantment.fishingSpeed=Appât +enchantment.knockback=Recul +enchantment.level.1=I +enchantment.level.10=X +enchantment.level.2=II +enchantment.level.3=III +enchantment.level.4=IV +enchantment.level.5=V +enchantment.level.6=VI +enchantment.level.7=VII +enchantment.level.8=VIII +enchantment.level.9=IX +enchantment.lootBonus=Dépouillage +enchantment.lootBonusDigger=Fortune +enchantment.lootBonusFishing=Chance de la mer +enchantment.oxygen=Respiration +enchantment.protect.all=Protection +enchantment.protect.explosion=Protection contre les explosions +enchantment.protect.fall=Amortissement +enchantment.protect.fire=Protection contre le feu +enchantment.protect.projectile=Protection contre les projectiles +enchantment.thorns=Épines +enchantment.untouching=Toucher de soie +enchantment.waterWalker=Agilité aquatique +enchantment.waterWorker=Affinité aquatique +entity.ArmorStand.name=Porte-armure +entity.Arrow.name=Flèche +entity.Bat.name=Chauve-souris +entity.Blaze.name=Blaze +entity.Boat.name=Bateau +entity.Cat.name=Minou +entity.CaveSpider.name=Araignée des cavernes +entity.Chicken.name=Poulet +entity.Cow.name=Vache +entity.Creeper.name=Creeper +entity.EnderDragon.name=Ender Dragon +entity.Enderman.name=Enderman +entity.Endermite.name=Endermite +entity.EntityHorse.name=Cheval +entity.FallingSand.name=Bloc qui tombe +entity.Fireball.name=Boule de feu +entity.Ghast.name=Ghast +entity.Giant.name=Géant +entity.Guardian.name=Gardien +entity.Item.name=Objet +entity.KillerBunny.name=Lapin tueur +entity.LavaSlime.name=Cube de magma +entity.Minecart.name=Wagonnet +entity.Mob.name=Mob +entity.Monster.name=Monstre +entity.MushroomCow.name=Mooshroom +entity.Ozelot.name=Minou sauvage +entity.Painting.name=Tableau +entity.Pig.name=Cochon +entity.PigZombie.name=Homme-cochon zombie +entity.PrimedTnt.name=TNT amorcé +entity.Rabbit.name=Lapin +entity.Sheep.name=Mouton +entity.Silverfish.name=Lépisme +entity.Skeleton.name=Squelette +entity.Slime.name=Slime +entity.SmallFireball.name=Petite boule de feu +entity.SnowMan.name=Golem de neige +entity.Snowball.name=Boule de neige +entity.Spider.name=Araignée +entity.Squid.name=Poulpe +entity.Villager.armor=Armurier +entity.Villager.butcher=Boucher +entity.Villager.cleric=Prêtre +entity.Villager.farmer=Cultivateur +entity.Villager.fisherman=Pêcheur +entity.Villager.fletcher=Fléchier +entity.Villager.leather=Tanneur +entity.Villager.librarian=Bibliothécaire +entity.Villager.name=Villageois +entity.Villager.shepherd=Berger +entity.Villager.tool=Forgeur d'outils +entity.Villager.weapon=Forgeur d'armes +entity.VillagerGolem.name=Golem de fer +entity.Witch.name=Sorcière +entity.WitherBoss.name=Wither +entity.Wolf.name=Loup +entity.XPOrb.name=Orbe d'expérience +entity.Zombie.name=Zombie +entity.donkey.name=Âne +entity.generic.name=Entité inconnue +entity.horse.name=Cheval +entity.mule.name=Mulet +entity.skeletonhorse.name=Cheval squelette +entity.zombiehorse.name=Cheval zombie +gameMode.adventure=Mode Aventure +gameMode.changed=Votre mode de jeu a été mis à jour +gameMode.creative=Mode Créatif +gameMode.hardcore=Mode Hardcore ! +gameMode.spectator=Mode Spectateur +gameMode.survival=Mode Survie +generator.amplified=AMPLIFIÉ +generator.amplified.info=Remarque : juste pour le fun, exige un ordinateur costaud +generator.customized=Personnalisé +generator.debug_all_block_states=Mode débogage +generator.default=Par défaut +generator.flat=Monde plat +generator.largeBiomes=Vastes biomes +gui.achievements=Succès +gui.all=Tous +gui.back=Retour +gui.cancel=Annuler +gui.done=Terminé +gui.down=Bas +gui.no=Non +gui.none=Aucun +gui.stats=Statistiques +gui.toMenu=Retour au menu principal +gui.up=Haut +gui.yes=Oui +inventory.binSlot=Détruire +item.apple.name=Pomme +item.appleGold.name=Pomme dorée +item.armorStand.name=Porte-armure +item.arrow.name=Flèche +item.banner.black.name=Bannière de sable +item.banner.blue.name=Bannière d'azur +item.banner.border.black=Bordure de sable +item.banner.border.blue=Bordure d'azur +item.banner.border.brown=Bordure de brun +item.banner.border.cyan=Bordure de cyan +item.banner.border.gray=Bordure d'acier +item.banner.border.green=Bordure de sinople +item.banner.border.lightBlue=Bordure de bleu céleste +item.banner.border.lime=Bordure de sinople clair +item.banner.border.magenta=Bordure de magenta +item.banner.border.orange=Bordure d'orangé +item.banner.border.pink=Bordure de rose +item.banner.border.purple=Bordure de pourpre +item.banner.border.red=Bordure de gueules +item.banner.border.silver=Bordure d'argent grisé +item.banner.border.white=Bordure d'argent +item.banner.border.yellow=Bordure d'or +item.banner.bricks.black=Champ maçonné de sable +item.banner.bricks.blue=Champ maçonné d'azur +item.banner.bricks.brown=Champ maçonné de brun +item.banner.bricks.cyan=Champ maçonné de cyan +item.banner.bricks.gray=Champ maçonné d'acier +item.banner.bricks.green=Champ maçonné de sinople +item.banner.bricks.lightBlue=Champ maçonné de bleu céleste +item.banner.bricks.lime=Champ maçonné de sinople clair +item.banner.bricks.magenta=Champ maçonné de magenta +item.banner.bricks.orange=Champ maçonné d'orangé +item.banner.bricks.pink=Champ maçonné de rose +item.banner.bricks.purple=Champ maçonné de pourpre +item.banner.bricks.red=Champ maçonné de gueules +item.banner.bricks.silver=Champ maçonné d'argent grisé +item.banner.bricks.white=Champ maçonné d'argent +item.banner.bricks.yellow=Champ maçonné d'or +item.banner.brown.name=Bannière de brun +item.banner.circle.black=Tourteau de sable +item.banner.circle.blue=Tourteau d'azur +item.banner.circle.brown=Tourteau de brun +item.banner.circle.cyan=Tourteau de cyan +item.banner.circle.gray=Tourteau d'acier +item.banner.circle.green=Tourteau de sinople +item.banner.circle.lightBlue=Tourteau de bleu céleste +item.banner.circle.lime=Tourteau de sinople clair +item.banner.circle.magenta=Tourteau de magenta +item.banner.circle.orange=Tourteau d'orangé +item.banner.circle.pink=Tourteau de rose +item.banner.circle.purple=Tourteau de pourpre +item.banner.circle.red=Tourteau de gueules +item.banner.circle.silver=Tourteau d'argent grisé +item.banner.circle.white=Tourteau d'argent +item.banner.circle.yellow=Tourteau d'or +item.banner.creeper.black=Face de Creeper de sable +item.banner.creeper.blue=Face de Creeper d'azur +item.banner.creeper.brown=Face de Creeper de brun +item.banner.creeper.cyan=Face de Creeper de cyan +item.banner.creeper.gray=Face de Creeper d'acier +item.banner.creeper.green=Face de Creeper de sinople +item.banner.creeper.lightBlue=Face de Creeper de bleu céleste +item.banner.creeper.lime=Face de Creeper de sinople clair +item.banner.creeper.magenta=Face de Creeper de magenta +item.banner.creeper.orange=Face de Creeper d'orangé +item.banner.creeper.pink=Face de Creeper de rose +item.banner.creeper.purple=Face de Creeper de pourpre +item.banner.creeper.red=Face de Creeper de gueules +item.banner.creeper.silver=Face de Creeper d'argent grisé +item.banner.creeper.white=Face de Creeper d'argent +item.banner.creeper.yellow=Face de Creeper d'or +item.banner.cross.black=Sautoir de sable +item.banner.cross.blue=Sautoir d'azur +item.banner.cross.brown=Sautoir de brun +item.banner.cross.cyan=Sautoir de cyan +item.banner.cross.gray=Sautoir d'acier +item.banner.cross.green=Sautoir de sinople +item.banner.cross.lightBlue=Sautoir de bleu céleste +item.banner.cross.lime=Sautoir de sinople clair +item.banner.cross.magenta=Sautoir de magenta +item.banner.cross.orange=Sautoir d'orangé +item.banner.cross.pink=Sautoir de rose +item.banner.cross.purple=Sautoir de pourpre +item.banner.cross.red=Sautoir de gueules +item.banner.cross.silver=Sautoir d'argent grisé +item.banner.cross.white=Sautoir d'argent +item.banner.cross.yellow=Sautoir d'or +item.banner.curly_border.black=Bordure endentée de sable +item.banner.curly_border.blue=Bordure endentée d'azur +item.banner.curly_border.brown=Bordure endentée de brun +item.banner.curly_border.cyan=Bordure endentée de cyan +item.banner.curly_border.gray=Bordure endentée d'acier +item.banner.curly_border.green=Bordure endentée de sinople +item.banner.curly_border.lightBlue=Bordure endentée de bleu céleste +item.banner.curly_border.lime=Bordure endentée de sinople clair +item.banner.curly_border.magenta=Bordure endentée de magenta +item.banner.curly_border.orange=Bordure endentée d'orangé +item.banner.curly_border.pink=Bordure endentée de rose +item.banner.curly_border.purple=Bordure endentée de pourpre +item.banner.curly_border.red=Bordure endentée de gueules +item.banner.curly_border.silver=Bordure endentée d'argent grisé +item.banner.curly_border.white=Bordure endentée d'argent +item.banner.curly_border.yellow=Bordure endentée d'or +item.banner.cyan.name=Bannière de cyan +item.banner.diagonal_left.black=Taillé, au premier de sable +item.banner.diagonal_left.blue=Taillé, au premier d'azur +item.banner.diagonal_left.brown=Taillé, au premier de brun +item.banner.diagonal_left.cyan=Taillé, au premier de cyan +item.banner.diagonal_left.gray=Taillé, au premier d'acier +item.banner.diagonal_left.green=Taillé, au premier de sinople +item.banner.diagonal_left.lightBlue=Taillé, au premier de bleu céleste +item.banner.diagonal_left.lime=Taillé, au premier de sinople clair +item.banner.diagonal_left.magenta=Taillé, au premier de magenta +item.banner.diagonal_left.orange=Taillé, au premier d'orangé +item.banner.diagonal_left.pink=Taillé, au premier de rose +item.banner.diagonal_left.purple=Taillé, au premier de pourpre +item.banner.diagonal_left.red=Taillé, au premier de gueules +item.banner.diagonal_left.silver=Taillé, au premier d'argent grisé +item.banner.diagonal_left.white=Taillé, au premier d'argent +item.banner.diagonal_left.yellow=Taillé, au premier d'or +item.banner.diagonal_right.black=Tranché, au premier de sable +item.banner.diagonal_right.blue=Tranché, au premier d'azur +item.banner.diagonal_right.brown=Tranché, au premier de brun +item.banner.diagonal_right.cyan=Tranché, au premier de cyan +item.banner.diagonal_right.gray=Tranché, au premier d'acier +item.banner.diagonal_right.green=Tranché, au premier de sinople +item.banner.diagonal_right.lightBlue=Tranché, au premier de bleu céleste +item.banner.diagonal_right.lime=Tranché, au premier de sinople clair +item.banner.diagonal_right.magenta=Tranché, au premier de magenta +item.banner.diagonal_right.orange=Tranché, au premier d'orangé +item.banner.diagonal_right.pink=Tranché, au premier de rose +item.banner.diagonal_right.purple=Tranché, au premier de pourpre +item.banner.diagonal_right.red=Tranché, au premier de gueules +item.banner.diagonal_right.silver=Tranché, au premier d'argent grisé +item.banner.diagonal_right.white=Tranché, au premier d'argent +item.banner.diagonal_right.yellow=Tranché, au premier d'or +item.banner.diagonal_up_left.black=Tranché, au second de sable +item.banner.diagonal_up_left.blue=Tranché, au second d'azur +item.banner.diagonal_up_left.brown=Tranché, au second de brun +item.banner.diagonal_up_left.cyan=Tranché, au second de cyan +item.banner.diagonal_up_left.gray=Tranché, au second d'acier +item.banner.diagonal_up_left.green=Tranché, au second de sinople +item.banner.diagonal_up_left.lightBlue=Tranché, au second de bleu céleste +item.banner.diagonal_up_left.lime=Tranché, au second de sinople clair +item.banner.diagonal_up_left.magenta=Tranché, au second de magenta +item.banner.diagonal_up_left.orange=Tranché, au second d'orangé +item.banner.diagonal_up_left.pink=Tranché, au second de rose +item.banner.diagonal_up_left.purple=Tranché, au second de pourpre +item.banner.diagonal_up_left.red=Tranché, au second de gueules +item.banner.diagonal_up_left.silver=Tranché, au second d'argent grisé +item.banner.diagonal_up_left.white=Tranché, au second d'argent +item.banner.diagonal_up_left.yellow=Tranché, au second d'or +item.banner.diagonal_up_right.black=Taillé, au second de sable +item.banner.diagonal_up_right.blue=Taillé, au second d'azur +item.banner.diagonal_up_right.brown=Taillé, au second de brun +item.banner.diagonal_up_right.cyan=Taillé, au second de cyan +item.banner.diagonal_up_right.gray=Taillé, au second d'acier +item.banner.diagonal_up_right.green=Taillé, au second de sinople +item.banner.diagonal_up_right.lightBlue=Taillé, au second de bleu céleste +item.banner.diagonal_up_right.lime=Taillé, au second de sinople clair +item.banner.diagonal_up_right.magenta=Taillé, au second de magenta +item.banner.diagonal_up_right.orange=Taillé, au second d'orangé +item.banner.diagonal_up_right.pink=Taillé, au second de rose +item.banner.diagonal_up_right.purple=Taillé, au second de pourpre +item.banner.diagonal_up_right.red=Taillé, au second de gueules +item.banner.diagonal_up_right.silver=Taillé, au second d'argent grisé +item.banner.diagonal_up_right.white=Taillé, au second d'argent +item.banner.diagonal_up_right.yellow=Taillé, au second d'or +item.banner.flower.black=Fleur de sable +item.banner.flower.blue=Fleur d'azur +item.banner.flower.brown=Fleur de brun +item.banner.flower.cyan=Fleur de cyan +item.banner.flower.gray=Fleur d'acier +item.banner.flower.green=Fleur de sinople +item.banner.flower.lightBlue=Fleur de bleu céleste +item.banner.flower.lime=Fleur de sinople clair +item.banner.flower.magenta=Fleur de magenta +item.banner.flower.orange=Fleur d'orangé +item.banner.flower.pink=Fleur de rose +item.banner.flower.purple=Fleur de pourpre +item.banner.flower.red=Fleur de gueules +item.banner.flower.silver=Fleur d'argent grisé +item.banner.flower.white=Fleur d'argent +item.banner.flower.yellow=Fleur d'or +item.banner.gradient.black=Dégradé de sable du chef +item.banner.gradient.blue=Dégradé d'azur du chef +item.banner.gradient.brown=Dégradé de brun du chef +item.banner.gradient.cyan=Dégradé de cyan du chef +item.banner.gradient.gray=Dégradé d'acier du chef +item.banner.gradient.green=Dégradé de sinople du chef +item.banner.gradient.lightBlue=Dégradé de bleu céleste du chef +item.banner.gradient.lime=Dégradé de sinople clair du chef +item.banner.gradient.magenta=Dégradé de magenta du chef +item.banner.gradient.orange=Dégradé d'orangé du chef +item.banner.gradient.pink=Dégradé de rose du chef +item.banner.gradient.purple=Dégradé de pourpre du chef +item.banner.gradient.red=Dégradé de gueules du chef +item.banner.gradient.silver=Dégradé d'argent grisé du chef +item.banner.gradient.white=Dégradé d'argent du chef +item.banner.gradient.yellow=Dégradé d'or du chef +item.banner.gradient_up.black=Dégradé de sable de la pointe +item.banner.gradient_up.blue=Dégradé d'azur de la pointe +item.banner.gradient_up.brown=Dégradé de brun de la pointe +item.banner.gradient_up.cyan=Dégradé de cyan de la pointe +item.banner.gradient_up.gray=Dégradé d'acier de la pointe +item.banner.gradient_up.green=Dégradé de sinople de la pointe +item.banner.gradient_up.lightBlue=Dégradé de bleu céleste de la pointe +item.banner.gradient_up.lime=Dégradé de sinople clair de la pointe +item.banner.gradient_up.magenta=Dégradé de magenta de la pointe +item.banner.gradient_up.orange=Dégradé d'orangé de la pointe +item.banner.gradient_up.pink=Dégradé de rose de la pointe +item.banner.gradient_up.purple=Dégradé de pourpre de la pointe +item.banner.gradient_up.red=Dégradé de gueules de la pointe +item.banner.gradient_up.silver=Dégradé d'argent grisé de la pointe +item.banner.gradient_up.white=Dégradé d'argent de la pointe +item.banner.gradient_up.yellow=Dégradé d'or de la pointe +item.banner.gray.name=Bannière d'acier +item.banner.green.name=Bannière de sinople +item.banner.half_horizontal.black=Coupé en chef de sable +item.banner.half_horizontal.blue=Coupé en chef d'azur +item.banner.half_horizontal.brown=Coupé en chef de brun +item.banner.half_horizontal.cyan=Coupé en chef de cyan +item.banner.half_horizontal.gray=Coupé en chef d'acier +item.banner.half_horizontal.green=Coupé en chef de sinople +item.banner.half_horizontal.lightBlue=Coupé en chef de bleu céleste +item.banner.half_horizontal.lime=Coupé en chef de sinople clair +item.banner.half_horizontal.magenta=Coupé en chef de magenta +item.banner.half_horizontal.orange=Coupé en chef d'orangé +item.banner.half_horizontal.pink=Coupé en chef de rose +item.banner.half_horizontal.purple=Coupé en chef de pourpre +item.banner.half_horizontal.red=Coupé en chef de gueules +item.banner.half_horizontal.silver=Coupé en chef d'argent grisé +item.banner.half_horizontal.white=Coupé en chef d'argent +item.banner.half_horizontal.yellow=Coupé en chef d'or +item.banner.half_horizontal_bottom.black=Coupé en pointe de sable +item.banner.half_horizontal_bottom.blue=Coupé en pointe d'azur +item.banner.half_horizontal_bottom.brown=Coupé en pointe de brun +item.banner.half_horizontal_bottom.cyan=Coupé en pointe de cyan +item.banner.half_horizontal_bottom.gray=Coupé en pointe d'acier +item.banner.half_horizontal_bottom.green=Coupé en pointe de sinople +item.banner.half_horizontal_bottom.lightBlue=Coupé en pointe de bleu céleste +item.banner.half_horizontal_bottom.lime=Coupé en pointe de sinople clair +item.banner.half_horizontal_bottom.magenta=Coupé en pointe de magenta +item.banner.half_horizontal_bottom.orange=Coupé en pointe d'orangé +item.banner.half_horizontal_bottom.pink=Coupé en pointe de rose +item.banner.half_horizontal_bottom.purple=Coupé en pointe de pourpre +item.banner.half_horizontal_bottom.red=Coupé en pointe de gueules +item.banner.half_horizontal_bottom.silver=Coupé en pointe d'argent grisé +item.banner.half_horizontal_bottom.white=Coupé en pointe d'argent +item.banner.half_horizontal_bottom.yellow=Coupé en pointe d'or +item.banner.half_vertical.black=Parti dextre de sable +item.banner.half_vertical.blue=Parti dextre d'azur +item.banner.half_vertical.brown=Parti dextre de brun +item.banner.half_vertical.cyan=Parti dextre de cyan +item.banner.half_vertical.gray=Parti dextre d'acier +item.banner.half_vertical.green=Parti dextre de sinople +item.banner.half_vertical.lightBlue=Parti dextre de bleu céleste +item.banner.half_vertical.lime=Parti dextre de sinople clair +item.banner.half_vertical.magenta=Parti dextre de magenta +item.banner.half_vertical.orange=Parti dextre d'orangé +item.banner.half_vertical.pink=Parti dextre de rose +item.banner.half_vertical.purple=Parti dextre de pourpre +item.banner.half_vertical.red=Parti dextre de gueules +item.banner.half_vertical.silver=Parti dextre d'argent grisé +item.banner.half_vertical.white=Parti dextre d'argent +item.banner.half_vertical.yellow=Parti dextre d'or +item.banner.half_vertical_right.black=Parti senestre de sable +item.banner.half_vertical_right.blue=Parti senestre d'azur +item.banner.half_vertical_right.brown=Parti senestre de brun +item.banner.half_vertical_right.cyan=Parti senestre de cyan +item.banner.half_vertical_right.gray=Parti senestre d'acier +item.banner.half_vertical_right.green=Parti senestre de sinople +item.banner.half_vertical_right.lightBlue=Parti senestre de bleu céleste +item.banner.half_vertical_right.lime=Parti senestre de sinople clair +item.banner.half_vertical_right.magenta=Parti senestre de magenta +item.banner.half_vertical_right.orange=Parti senestre d'orangé +item.banner.half_vertical_right.pink=Parti senestre de rose +item.banner.half_vertical_right.purple=Parti senestre de pourpre +item.banner.half_vertical_right.red=Parti senestre de gueules +item.banner.half_vertical_right.silver=Parti senestre d'argent grisé +item.banner.half_vertical_right.white=Parti senestre d'argent +item.banner.half_vertical_right.yellow=Parti senestre d'or +item.banner.lightBlue.name=Bannière de bleu céleste +item.banner.lime.name=Bannière de sinople clair +item.banner.magenta.name=Bannière de magenta +item.banner.mojang.black=Logo de sable +item.banner.mojang.blue=Logo d'azur +item.banner.mojang.brown=Logo de brun +item.banner.mojang.cyan=Logo de cyan +item.banner.mojang.gray=Logo d'acier +item.banner.mojang.green=Logo de sinople +item.banner.mojang.lightBlue=Logo de bleu céleste +item.banner.mojang.lime=Logo de sinople clair +item.banner.mojang.magenta=Logo de magenta +item.banner.mojang.orange=Logo d'orangé +item.banner.mojang.pink=Logo de rose +item.banner.mojang.purple=Logo de pourpre +item.banner.mojang.red=Logo de gueules +item.banner.mojang.silver=Logo d'argent grisé +item.banner.mojang.white=Logo d'argent +item.banner.mojang.yellow=Logo d'or +item.banner.orange.name=Bannière d'orangé +item.banner.pink.name=Bannière de rose +item.banner.purple.name=Bannière de pourpre +item.banner.red.name=Bannière de gueules +item.banner.rhombus.black=Losange de sable +item.banner.rhombus.blue=Losange d'azur +item.banner.rhombus.brown=Losange de brun +item.banner.rhombus.cyan=Losange de cyan +item.banner.rhombus.gray=Losange d'acier +item.banner.rhombus.green=Losange de sinople +item.banner.rhombus.lightBlue=Losange de bleu céleste +item.banner.rhombus.lime=Losange de sinople clair +item.banner.rhombus.magenta=Losange de magenta +item.banner.rhombus.orange=Losange d'orangé +item.banner.rhombus.pink=Losange de rose +item.banner.rhombus.purple=Losange de pourpre +item.banner.rhombus.red=Losange de gueules +item.banner.rhombus.silver=Losange d'argent grisé +item.banner.rhombus.white=Losange d'argent +item.banner.rhombus.yellow=Losange d'or +item.banner.silver.name=Bannière d'argent grisé +item.banner.skull.black=Tête de mort de sable +item.banner.skull.blue=Tête de mort d'azur +item.banner.skull.brown=Tête de mort de brun +item.banner.skull.cyan=Tête de mort de cyan +item.banner.skull.gray=Tête de mort d'acier +item.banner.skull.green=Tête de mort de sinople +item.banner.skull.lightBlue=Tête de mort de bleu céleste +item.banner.skull.lime=Tête de mort de sinople clair +item.banner.skull.magenta=Tête de mort de magenta +item.banner.skull.orange=Tête de mort d'orangé +item.banner.skull.pink=Tête de mort de rose +item.banner.skull.purple=Tête de mort de pourpre +item.banner.skull.red=Tête de mort de gueules +item.banner.skull.silver=Tête de mort d'argent grisé +item.banner.skull.white=Tête de mort d'argent +item.banner.skull.yellow=Tête de mort d'or +item.banner.small_stripes.black=Quatre pals de sable +item.banner.small_stripes.blue=Quatre pals d'azur +item.banner.small_stripes.brown=Quatre pals de brun +item.banner.small_stripes.cyan=Quatre pals de cyan +item.banner.small_stripes.gray=Quatre pals d'acier +item.banner.small_stripes.green=Quatre pals de sinople +item.banner.small_stripes.lightBlue=Quatre pals de bleu céleste +item.banner.small_stripes.lime=Quatre pals de sinople clair +item.banner.small_stripes.magenta=Quatre pals de magenta +item.banner.small_stripes.orange=Quatre pals d'orangé +item.banner.small_stripes.pink=Quatre pals de rose +item.banner.small_stripes.purple=Quatre pals de pourpre +item.banner.small_stripes.red=Quatre pals de gueules +item.banner.small_stripes.silver=Quatre pals d'argent grisé +item.banner.small_stripes.white=Quatre pals d'argent +item.banner.small_stripes.yellow=Quatre pals d'or +item.banner.square_bottom_left.black=Canton dextre de la pointe de sable +item.banner.square_bottom_left.blue=Canton dextre de la pointe d'azur +item.banner.square_bottom_left.brown=Canton dextre de la pointe de brun +item.banner.square_bottom_left.cyan=Canton dextre de la pointe de cyan +item.banner.square_bottom_left.gray=Canton dextre de la pointe d'acier +item.banner.square_bottom_left.green=Canton dextre de la pointe de sinople +item.banner.square_bottom_left.lightBlue=Canton dextre de la pointe de bleu céleste +item.banner.square_bottom_left.lime=Canton dextre de la pointe de sinople clair +item.banner.square_bottom_left.magenta=Canton dextre de la pointe de magenta +item.banner.square_bottom_left.orange=Canton dextre de la pointe d'orangé +item.banner.square_bottom_left.pink=Canton dextre de la pointe de rose +item.banner.square_bottom_left.purple=Canton dextre de la pointe de pourpre +item.banner.square_bottom_left.red=Canton dextre de la pointe de gueules +item.banner.square_bottom_left.silver=Canton dextre de la pointe d'argent grisé +item.banner.square_bottom_left.white=Canton dextre de la pointe d'argent +item.banner.square_bottom_left.yellow=Canton dextre de la pointe d'or +item.banner.square_bottom_right.black=Canton senestre de la pointe de sable +item.banner.square_bottom_right.blue=Canton senestre de la pointe d'azur +item.banner.square_bottom_right.brown=Canton senestre de la pointe de brun +item.banner.square_bottom_right.cyan=Canton senestre de la pointe de cyan +item.banner.square_bottom_right.gray=Canton senestre de la pointe d'acier +item.banner.square_bottom_right.green=Canton senestre de la pointe de sinople +item.banner.square_bottom_right.lightBlue=Canton senestre de la pointe de bleu céleste +item.banner.square_bottom_right.lime=Canton senestre de la pointe de sinople clair +item.banner.square_bottom_right.magenta=Canton senestre de la pointe de magenta +item.banner.square_bottom_right.orange=Canton senestre de la pointe d'orangé +item.banner.square_bottom_right.pink=Canton senestre de la pointe de rose +item.banner.square_bottom_right.purple=Canton senestre de la pointe de pourpre +item.banner.square_bottom_right.red=Canton senestre de la pointe de gueules +item.banner.square_bottom_right.silver=Canton senestre de la pointe d'argent grisé +item.banner.square_bottom_right.white=Canton senestre de la pointe d'argent +item.banner.square_bottom_right.yellow=Canton senestre de la pointe d'or +item.banner.square_top_left.black=Canton dextre du chef de sable +item.banner.square_top_left.blue=Canton dextre du chef d'azur +item.banner.square_top_left.brown=Canton dextre du chef de brun +item.banner.square_top_left.cyan=Canton dextre du chef de cyan +item.banner.square_top_left.gray=Canton dextre du chef d'acier +item.banner.square_top_left.green=Canton dextre du chef de sinople +item.banner.square_top_left.lightBlue=Canton dextre du chef de bleu céleste +item.banner.square_top_left.lime=Canton dextre du chef de sinople clair +item.banner.square_top_left.magenta=Canton dextre du chef de magenta +item.banner.square_top_left.orange=Canton dextre du chef d'orangé +item.banner.square_top_left.pink=Canton dextre du chef de rose +item.banner.square_top_left.purple=Canton dextre du chef de pourpre +item.banner.square_top_left.red=Canton dextre du chef de gueules +item.banner.square_top_left.silver=Canton dextre du chef d'argent grisé +item.banner.square_top_left.white=Canton dextre du chef d'argent +item.banner.square_top_left.yellow=Canton dextre du chef d'or +item.banner.square_top_right.black=Canton senestre du chef de sable +item.banner.square_top_right.blue=Canton senestre du chef d'azur +item.banner.square_top_right.brown=Canton senestre du chef de brun +item.banner.square_top_right.cyan=Canton senestre du chef de cyan +item.banner.square_top_right.gray=Canton senestre du chef d'acier +item.banner.square_top_right.green=Canton senestre du chef de sinople +item.banner.square_top_right.lightBlue=Canton senestre du chef de bleu céleste +item.banner.square_top_right.lime=Canton senestre du chef de sinople clair +item.banner.square_top_right.magenta=Canton senestre du chef de magenta +item.banner.square_top_right.orange=Canton senestre du chef d'orangé +item.banner.square_top_right.pink=Canton senestre du chef de rose +item.banner.square_top_right.purple=Canton senestre du chef de pourpre +item.banner.square_top_right.red=Canton senestre du chef de gueules +item.banner.square_top_right.silver=Canton senestre du chef d'argent grisé +item.banner.square_top_right.white=Canton senestre du chef d'argent +item.banner.square_top_right.yellow=Canton senestre du chef d'or +item.banner.straight_cross.black=Croix de sable +item.banner.straight_cross.blue=Croix d'azur +item.banner.straight_cross.brown=Croix de brun +item.banner.straight_cross.cyan=Croix de cyan +item.banner.straight_cross.gray=Croix d'acier +item.banner.straight_cross.green=Croix de sinople +item.banner.straight_cross.lightBlue=Croix de bleu céleste +item.banner.straight_cross.lime=Croix de sinople clair +item.banner.straight_cross.magenta=Croix de magenta +item.banner.straight_cross.orange=Croix d'orangé +item.banner.straight_cross.pink=Croix de rose +item.banner.straight_cross.purple=Croix de pourpre +item.banner.straight_cross.red=Croix de gueules +item.banner.straight_cross.silver=Croix d'argent grisé +item.banner.straight_cross.white=Croix d'argent +item.banner.straight_cross.yellow=Croix d'or +item.banner.stripe_bottom.black=Champagne de sable +item.banner.stripe_bottom.blue=Champagne d'azur +item.banner.stripe_bottom.brown=Champagne de brun +item.banner.stripe_bottom.cyan=Champagne de cyan +item.banner.stripe_bottom.gray=Champagne d'acier +item.banner.stripe_bottom.green=Champagne de sinople +item.banner.stripe_bottom.lightBlue=Champagne de bleu céleste +item.banner.stripe_bottom.lime=Champagne de sinople clair +item.banner.stripe_bottom.magenta=Champagne de magenta +item.banner.stripe_bottom.orange=Champagne d'orangé +item.banner.stripe_bottom.pink=Champagne de rose +item.banner.stripe_bottom.purple=Champagne de pourpre +item.banner.stripe_bottom.red=Champagne de gueules +item.banner.stripe_bottom.silver=Champagne d'argent grisé +item.banner.stripe_bottom.white=Champagne d'argent +item.banner.stripe_bottom.yellow=Champagne d'or +item.banner.stripe_center.black=Pal de sable +item.banner.stripe_center.blue=Pal d'azur +item.banner.stripe_center.brown=Pal de brun +item.banner.stripe_center.cyan=Pal de cyan +item.banner.stripe_center.gray=Pal d'acier +item.banner.stripe_center.green=Pal de sinople +item.banner.stripe_center.lightBlue=Pal de bleu céleste +item.banner.stripe_center.lime=Pal de sinople clair +item.banner.stripe_center.magenta=Pal de magenta +item.banner.stripe_center.orange=Pal d'orangé +item.banner.stripe_center.pink=Pal de rose +item.banner.stripe_center.purple=Pal de pourpre +item.banner.stripe_center.red=Pal de gueules +item.banner.stripe_center.silver=Pal d'argent grisé +item.banner.stripe_center.white=Pal d'argent +item.banner.stripe_center.yellow=Pal d'or +item.banner.stripe_downleft.black=Barre de sable +item.banner.stripe_downleft.blue=Barre d'azur +item.banner.stripe_downleft.brown=Barre de brun +item.banner.stripe_downleft.cyan=Barre de cyan +item.banner.stripe_downleft.gray=Barre d'acier +item.banner.stripe_downleft.green=Barre de sinople +item.banner.stripe_downleft.lightBlue=Barre de bleu céleste +item.banner.stripe_downleft.lime=Barre de sinople clair +item.banner.stripe_downleft.magenta=Barre de magenta +item.banner.stripe_downleft.orange=Barre d'orangé +item.banner.stripe_downleft.pink=Barre de rose +item.banner.stripe_downleft.purple=Barre de pourpre +item.banner.stripe_downleft.red=Barre de gueules +item.banner.stripe_downleft.silver=Barre d'argent grisé +item.banner.stripe_downleft.white=Barre d'argent +item.banner.stripe_downleft.yellow=Barre d'or +item.banner.stripe_downright.black=Bande de sable +item.banner.stripe_downright.blue=Bande d'azur +item.banner.stripe_downright.brown=Bande de brun +item.banner.stripe_downright.cyan=Bande de cyan +item.banner.stripe_downright.gray=Bande d'acier +item.banner.stripe_downright.green=Bande de sinople +item.banner.stripe_downright.lightBlue=Bande de bleu céleste +item.banner.stripe_downright.lime=Bande de sinople clair +item.banner.stripe_downright.magenta=Bande de magenta +item.banner.stripe_downright.orange=Bande d'orangé +item.banner.stripe_downright.pink=Bande de rose +item.banner.stripe_downright.purple=Bande de pourpre +item.banner.stripe_downright.red=Bande de gueules +item.banner.stripe_downright.silver=Bande d'argent grisé +item.banner.stripe_downright.white=Bande d'argent +item.banner.stripe_downright.yellow=Bande d'or +item.banner.stripe_left.black=Flanc dextre de sable +item.banner.stripe_left.blue=Flanc dextre d'azur +item.banner.stripe_left.brown=Flanc dextre de brun +item.banner.stripe_left.cyan=Flanc dextre de cyan +item.banner.stripe_left.gray=Flanc dextre d'acier +item.banner.stripe_left.green=Flanc dextre de sinople +item.banner.stripe_left.lightBlue=Flanc dextre de bleu céleste +item.banner.stripe_left.lime=Flanc dextre de sinople clair +item.banner.stripe_left.magenta=Flanc dextre de magenta +item.banner.stripe_left.orange=Flanc dextre d'orangé +item.banner.stripe_left.pink=Flanc dextre de rose +item.banner.stripe_left.purple=Flanc dextre de pourpre +item.banner.stripe_left.red=Flanc dextre de gueules +item.banner.stripe_left.silver=Flanc dextre d'argent grisé +item.banner.stripe_left.white=Flanc dextre d'argent +item.banner.stripe_left.yellow=Flanc dextre d'or +item.banner.stripe_middle.black=Fasce de sable +item.banner.stripe_middle.blue=Fasce d'azur +item.banner.stripe_middle.brown=Fasce de brun +item.banner.stripe_middle.cyan=Fasce de cyan +item.banner.stripe_middle.gray=Fasce d'acier +item.banner.stripe_middle.green=Fasce de sinople +item.banner.stripe_middle.lightBlue=Fasce de bleu céleste +item.banner.stripe_middle.lime=Fasce de sinople clair +item.banner.stripe_middle.magenta=Fasce de magenta +item.banner.stripe_middle.orange=Fasce d'orangé +item.banner.stripe_middle.pink=Fasce de rose +item.banner.stripe_middle.purple=Fasce de pourpre +item.banner.stripe_middle.red=Fasce de gueules +item.banner.stripe_middle.silver=Fasce d'argent grisé +item.banner.stripe_middle.white=Fasce d'argent +item.banner.stripe_middle.yellow=Fasce d'or +item.banner.stripe_right.black=Flanc senestre de sable +item.banner.stripe_right.blue=Flanc senestre d'azur +item.banner.stripe_right.brown=Flanc senestre de brun +item.banner.stripe_right.cyan=Flanc senestre de cyan +item.banner.stripe_right.gray=Flanc senestre d'acier +item.banner.stripe_right.green=Flanc senestre de sinople +item.banner.stripe_right.lightBlue=Flanc senestre de bleu céleste +item.banner.stripe_right.lime=Flanc senestre de sinople clair +item.banner.stripe_right.magenta=Flanc senestre de magenta +item.banner.stripe_right.orange=Flanc senestre d'orangé +item.banner.stripe_right.pink=Flanc senestre de rose +item.banner.stripe_right.purple=Flanc senestre de pourpre +item.banner.stripe_right.red=Flanc senestre de gueules +item.banner.stripe_right.silver=Flanc senestre d'argent grisé +item.banner.stripe_right.white=Flanc senestre d'argent +item.banner.stripe_right.yellow=Flanc senestre d'or +item.banner.stripe_top.black=Chef de sable +item.banner.stripe_top.blue=Chef d'azur +item.banner.stripe_top.brown=Chef de brun +item.banner.stripe_top.cyan=Chef de cyan +item.banner.stripe_top.gray=Chef d'acier +item.banner.stripe_top.green=Chef de sinople +item.banner.stripe_top.lightBlue=Chef de bleu céleste +item.banner.stripe_top.lime=Chef de sinople clair +item.banner.stripe_top.magenta=Chef de magenta +item.banner.stripe_top.orange=Chef d'orangé +item.banner.stripe_top.pink=Chef de rose +item.banner.stripe_top.purple=Chef de pourpre +item.banner.stripe_top.red=Chef de gueules +item.banner.stripe_top.silver=Chef d'argent grisé +item.banner.stripe_top.white=Chef d'argent +item.banner.stripe_top.yellow=Chef d'or +item.banner.triangle_bottom.black=Mantelé de sable +item.banner.triangle_bottom.blue=Mantelé d'azur +item.banner.triangle_bottom.brown=Mantelé de brun +item.banner.triangle_bottom.cyan=Mantelé de cyan +item.banner.triangle_bottom.gray=Mantelé d'acier +item.banner.triangle_bottom.green=Mantelé de sinople +item.banner.triangle_bottom.lightBlue=Mantelé de bleu céleste +item.banner.triangle_bottom.lime=Mantelé de sinople clair +item.banner.triangle_bottom.magenta=Mantelé de magenta +item.banner.triangle_bottom.orange=Mantelé d'orangé +item.banner.triangle_bottom.pink=Mantelé de rose +item.banner.triangle_bottom.purple=Mantelé de pourpre +item.banner.triangle_bottom.red=Mantelé de gueules +item.banner.triangle_bottom.silver=Mantelé d'argent grisé +item.banner.triangle_bottom.white=Mantelé d'argent +item.banner.triangle_bottom.yellow=Mantelé d'or +item.banner.triangle_top.black=Mantelé renversé de sable +item.banner.triangle_top.blue=Mantelé renversé d'azur +item.banner.triangle_top.brown=Mantelé renversé de brun +item.banner.triangle_top.cyan=Mantelé renversé de cyan +item.banner.triangle_top.gray=Mantelé renversé d'acier +item.banner.triangle_top.green=Mantelé renversé de sinople +item.banner.triangle_top.lightBlue=Mantelé renversé de bleu céleste +item.banner.triangle_top.lime=Mantelé renversé de sinople clair +item.banner.triangle_top.magenta=Mantelé renversé de magenta +item.banner.triangle_top.orange=Mantelé renversé d'orangé +item.banner.triangle_top.pink=Mantelé renversé de rose +item.banner.triangle_top.purple=Mantelé renversé de pourpre +item.banner.triangle_top.red=Mantelé renversé de gueules +item.banner.triangle_top.silver=Mantelé renversé d'argent grisé +item.banner.triangle_top.white=Mantelé renversé d'argent +item.banner.triangle_top.yellow=Mantelé renversé d'or +item.banner.triangles_bottom.black=Émanchures de sable mouvant de la pointe +item.banner.triangles_bottom.blue=Émanchures d'azur mouvant de la pointe +item.banner.triangles_bottom.brown=Émanchures de brun mouvant de la pointe +item.banner.triangles_bottom.cyan=Émanchures de cyan mouvant de la pointe +item.banner.triangles_bottom.gray=Émanchures d'acier mouvant de la pointe +item.banner.triangles_bottom.green=Émanchures de sinople mouvant de la pointe +item.banner.triangles_bottom.lightBlue=Émanchures de bleu céleste mouvant de la pointe +item.banner.triangles_bottom.lime=Émanchures de sinople clair mouvant de la pointe +item.banner.triangles_bottom.magenta=Émanchures de magenta mouvant de la pointe +item.banner.triangles_bottom.orange=Émanchures d'orangé mouvant de la pointe +item.banner.triangles_bottom.pink=Émanchures de rose mouvant de la pointe +item.banner.triangles_bottom.purple=Émanchures de pourpre mouvant de la pointe +item.banner.triangles_bottom.red=Émanchures de gueules mouvant de la pointe +item.banner.triangles_bottom.silver=Émanchures d'argent grisé mouvant de la pointe +item.banner.triangles_bottom.white=Émanchures d'argent mouvant de la pointe +item.banner.triangles_bottom.yellow=Émanchures d'or mouvant de la pointe +item.banner.triangles_top.black=Émanchures de sable mouvant du chef +item.banner.triangles_top.blue=Émanchures d'azur mouvant du chef +item.banner.triangles_top.brown=Émanchures de brun mouvant du chef +item.banner.triangles_top.cyan=Émanchures de cyan mouvant du chef +item.banner.triangles_top.gray=Émanchures d'acier mouvant du chef +item.banner.triangles_top.green=Émanchures de sinople mouvant du chef +item.banner.triangles_top.lightBlue=Émanchures de bleu céleste mouvant du chef +item.banner.triangles_top.lime=Émanchures de sinople clair mouvant du chef +item.banner.triangles_top.magenta=Émanchures de magenta mouvant du chef +item.banner.triangles_top.orange=Émanchures d'orangé mouvant du chef +item.banner.triangles_top.pink=Émanchures de rose mouvant du chef +item.banner.triangles_top.purple=Émanchures de pourpre mouvant du chef +item.banner.triangles_top.red=Émanchures de gueules mouvant du chef +item.banner.triangles_top.silver=Émanchures d'argent grisé mouvant du chef +item.banner.triangles_top.white=Émanchures d'argent mouvant du chef +item.banner.triangles_top.yellow=Émanchures d'or mouvant du chef +item.banner.white.name=Bannière d'argent +item.banner.yellow.name=Bannière d'or +item.bed.name=Lit +item.beefCooked.name=Steak cuit +item.beefRaw.name=Steak cru +item.blazePowder.name=Poudre de Blaze +item.blazeRod.name=Barre de Blaze +item.boat.name=Bateau +item.bone.name=Os +item.book.name=Livre +item.bootsChain.name=Bottes de mailles +item.bootsCloth.name=Bottes en cuir +item.bootsDiamond.name=Bottes en diamant +item.bootsGold.name=Bottes en or +item.bootsIron.name=Bottes en fer +item.bow.name=Arc +item.bowl.name=Bol +item.bread.name=Pain +item.brewingStand.name=Stand d'alchimie +item.brick.name=Brique +item.bucket.name=Chaudière +item.bucketLava.name=Chaudière de lave +item.bucketWater.name=Chaudière d'eau +item.cake.name=Gâteau +item.canBreak=Peut détruire : +item.canPlace=Peut se placer sur : +item.carrotGolden.name=Carotte dorée +item.carrotOnAStick.name=Carotte sur un bâton +item.carrots.name=Carotte +item.cauldron.name=Chaudron +item.charcoal.name=Charbon de bois +item.chestplateChain.name=Cotte de mailles +item.chestplateCloth.name=Tunique en cuir +item.chestplateDiamond.name=Plastron en diamant +item.chestplateGold.name=Plastron en or +item.chestplateIron.name=Plastron en fer +item.chickenCooked.name=Poulet cuit +item.chickenRaw.name=Poulet cru +item.clay.name=Motte de glaise +item.clock.name=Horloge +item.coal.name=Charbon +item.comparator.name=Comparateur de redstone +item.compass.name=Boussole +item.cookie.name=Biscuit +item.diamond.name=Diamant +item.diode.name=Répéteur de redstone +item.doorAcacia.name=Porte en bois d'acacia +item.doorBirch.name=Porte en bois de bouleau +item.doorDarkOak.name=Porte en bois de chêne noir +item.doorIron.name=Porte en fer +item.doorJungle.name=Porte en bois d'acajou +item.doorOak.name=Porte en bois de chêne +item.doorSpruce.name=Porte en bois d'épinette +item.dyePowder.black.name=Poche d'encre +item.dyePowder.blue.name=Lapis-lazuli +item.dyePowder.brown.name=Fèves de cacao +item.dyePowder.cyan.name=Teinture cyan +item.dyePowder.gray.name=Teinture grise +item.dyePowder.green.name=Vert de cactus +item.dyePowder.lightBlue.name=Teinture bleu pâle +item.dyePowder.lime.name=Teinture lime +item.dyePowder.magenta.name=Teinture magenta +item.dyePowder.orange.name=Teinture orange +item.dyePowder.pink.name=Teinture rose +item.dyePowder.purple.name=Teinture mauve +item.dyePowder.red.name=Pétales rouges +item.dyePowder.silver.name=Teinture gris pâle +item.dyePowder.white.name=Poudre d'os +item.dyePowder.yellow.name=Pétales jaunes +item.dyed=Teint +item.egg.name=Oeuf +item.emerald.name=Émeraude +item.emptyMap.name=Carte vierge +item.emptyPotion.name=Fiole d'eau +item.enchantedBook.name=Livre enchanté +item.enderPearl.name=Perle des limbes +item.expBottle.name=Fiole d'expérience +item.eyeOfEnder.name=Oeil des limbes +item.feather.name=Plume +item.fermentedSpiderEye.name=Oeil d'araignée fermenté +item.fireball.name=Boule de feu +item.fireworks.flight=Durée d'envol : +item.fireworks.name=Fusée de feu d'artifice +item.fireworksCharge.black=Noire +item.fireworksCharge.blue=Bleue +item.fireworksCharge.brown=Brune +item.fireworksCharge.customColor=Personnalisée +item.fireworksCharge.cyan=Cyan +item.fireworksCharge.fadeTo=Fondue vers la couleur +item.fireworksCharge.flicker=Étincelles +item.fireworksCharge.gray=Grise +item.fireworksCharge.green=Verte +item.fireworksCharge.lightBlue=Bleu pâle +item.fireworksCharge.lime=Lime +item.fireworksCharge.magenta=Magenta +item.fireworksCharge.name=Étoile de feu d'artifice +item.fireworksCharge.orange=Orange +item.fireworksCharge.pink=Rose +item.fireworksCharge.purple=Mauve +item.fireworksCharge.red=Rouge +item.fireworksCharge.silver=Gris pâle +item.fireworksCharge.trail=Traînées +item.fireworksCharge.type=Forme inconnue +item.fireworksCharge.type.0=Petite boule +item.fireworksCharge.type.1=Grosse boule +item.fireworksCharge.type.2=En forme d'étoile +item.fireworksCharge.type.3=En face de Creeper +item.fireworksCharge.type.4=Éclatement +item.fireworksCharge.white=Blanche +item.fireworksCharge.yellow=Jaune +item.fish.clownfish.raw.name=Poisson-clown +item.fish.cod.cooked.name=Morue cuite +item.fish.cod.raw.name=Morue crue +item.fish.pufferfish.raw.name=Fugu +item.fish.salmon.cooked.name=Saumon cuit +item.fish.salmon.raw.name=Saumon cru +item.fishingRod.name=Canne à pêche +item.flint.name=Silex +item.flintAndSteel.name=Briquet +item.flowerPot.name=Pot de fleurs +item.frame.name=Cadre +item.ghastTear.name=Larme de Ghast +item.glassBottle.name=Fiole +item.goldNugget.name=Pépite d'or +item.hatchetDiamond.name=Hache en diamant +item.hatchetGold.name=Hache en or +item.hatchetIron.name=Hache en fer +item.hatchetStone.name=Hache en pierre +item.hatchetWood.name=Hache en bois +item.helmetChain.name=Casque de mailles +item.helmetCloth.name=Calotte en cuir +item.helmetDiamond.name=Casque en diamant +item.helmetGold.name=Casque en or +item.helmetIron.name=Casque en fer +item.hoeDiamond.name=Houe en diamant +item.hoeGold.name=Houe en or +item.hoeIron.name=Houe en fer +item.hoeStone.name=Houe en pierre +item.hoeWood.name=Houe en bois +item.horsearmordiamond.name=Armure pour cheval en diamant +item.horsearmorgold.name=Armure pour cheval en or +item.horsearmormetal.name=Armure pour cheval en fer +item.ingotGold.name=Lingot d'or +item.ingotIron.name=Lingot de fer +item.leash.name=Laisse +item.leather.name=Cuir +item.leaves.name=Feuilles +item.leggingsChain.name=Jambières de mailles +item.leggingsCloth.name=Pantalon en cuir +item.leggingsDiamond.name=Jambières en diamant +item.leggingsGold.name=Jambières en or +item.leggingsIron.name=Jambières en fer +item.magmaCream.name=Crème de magma +item.map.name=Carte +item.melon.name=Tranche de melon d'eau +item.milk.name=Chaudière de lait +item.minecart.name=Wagonnet +item.minecartChest.name=Wagonnet de stockage +item.minecartCommandBlock.name=Wagonnet avec bloc de commande +item.minecartFurnace.name=Wagonnet à vapeur +item.minecartHopper.name=Wagonnet à entonnoir +item.minecartTnt.name=Wagonnet à TNT +item.monsterPlacer.name=Spawner un(e) +item.mushroomStew.name=Crème de champignons +item.muttonCooked.name=Mouton cuit +item.muttonRaw.name=Mouton cru +item.nameTag.name=Étiquette +item.netherStalkSeeds.name=Verrues du Nether +item.netherStar.name=Étoile du Nether +item.netherbrick.name=Brique du Nether +item.netherquartz.name=Quartz +item.painting.name=Tableau +item.paper.name=Papier +item.pickaxeDiamond.name=Pioche en diamant +item.pickaxeGold.name=Pioche en or +item.pickaxeIron.name=Pioche en fer +item.pickaxeStone.name=Pioche en pierre +item.pickaxeWood.name=Pioche en bois +item.porkchopCooked.name=Côtelette de porc cuite +item.porkchopRaw.name=Côtelette de porc crue +item.potato.name=Patate +item.potatoBaked.name=Patate cuite +item.potatoPoisonous.name=Patate empoisonnée +item.potion.name=Potion +item.prismarineCrystals.name=Cristaux de prismarin +item.prismarineShard.name=Éclat de prismarin +item.pumpkinPie.name=Tarte à la citrouille +item.rabbitCooked.name=Lapin cuit +item.rabbitFoot.name=Patte de lapin +item.rabbitHide.name=Peau de lapin +item.rabbitRaw.name=Lapin cru +item.rabbitStew.name=Ragoût de lapin +item.record.11.desc=C418 - 11 +item.record.13.desc=C418 - 13 +item.record.blocks.desc=C418 - blocks +item.record.cat.desc=C418 - cat +item.record.chirp.desc=C418 - chirp +item.record.far.desc=C418 - far +item.record.mall.desc=C418 - mall +item.record.mellohi.desc=C418 - mellohi +item.record.name=Disque de musique +item.record.stal.desc=C418 - stal +item.record.strad.desc=C418 - strad +item.record.wait.desc=C418 - wait +item.record.ward.desc=C418 - ward +item.redstone.name=Redstone +item.reeds.name=Canne à sucre +item.rottenFlesh.name=Chair pourrie +item.ruby.name=Rubis +item.saddle.name=Selle +item.seeds.name=Graines de blé +item.seeds_melon.name=Graines de melon d'eau +item.seeds_pumpkin.name=Graines de citrouille +item.shears.name=Cisailles +item.shovelDiamond.name=Pelle en diamant +item.shovelGold.name=Pelle en or +item.shovelIron.name=Pelle en fer +item.shovelStone.name=Pelle en pierre +item.shovelWood.name=Pelle en bois +item.sign.name=Pancarte +item.skull.char.name=Tête +item.skull.creeper.name=Tête de Creeper +item.skull.player.name=Tête de/d' %s +item.skull.skeleton.name=Crâne de squelette +item.skull.wither.name=Crâne de squelette décomposé +item.skull.zombie.name=Tête de zombie +item.slimeball.name=Boule de Slime +item.snowball.name=Boule de neige +item.speckledMelon.name=Tranche de melon d'eau scintillante +item.spiderEye.name=Oeil d'araignée +item.stick.name=Bâton +item.string.name=Fil +item.sugar.name=Sucre +item.sulphur.name=Poudre à canon +item.swordDiamond.name=Épée en diamant +item.swordGold.name=Épée en or +item.swordIron.name=Épée en fer +item.swordStone.name=Épée en pierre +item.swordWood.name=Épée en bois +item.unbreakable=Incassable +item.wheat.name=Blé +item.writingBook.name=Livre et plume +item.writtenBook.name=Manuscrit +item.yellowDust.name=Poudre lumineuse +itemGroup.brewing=Potions +itemGroup.buildingBlocks=Blocs de construction +itemGroup.combat=Combat +itemGroup.decorations=Blocs décoratifs +itemGroup.food=Nourriture +itemGroup.inventory=Inventaire du mode Survie +itemGroup.materials=Matériaux +itemGroup.misc=Divers +itemGroup.redstone=Redstone +itemGroup.search=Rechercher +itemGroup.tools=Outils +itemGroup.transportation=Moyens de transport +key.attack=Attaquer/détruire +key.back=Reculer +key.categories.gameplay=Gameplay +key.categories.inventory=Inventaire +key.categories.misc=Divers +key.categories.movement=Mouvements +key.categories.multiplayer=Multijoueur +key.categories.stream=Streaming +key.categories.ui=Interface de jeu +key.chat=Ouvrir le chat +key.command=Entrer une commande +key.drop=Jeter un objet +key.forward=Avancer +key.fullscreen=Alterner le mode plein écran +key.hotbar.1=Case 1 de la barre d'action +key.hotbar.2=Case 2 de la barre d'action +key.hotbar.3=Case 3 de la barre d'action +key.hotbar.4=Case 4 de la barre d'action +key.hotbar.5=Case 5 de la barre d'action +key.hotbar.6=Case 6 de la barre d'action +key.hotbar.7=Case 7 de la barre d'action +key.hotbar.8=Case 8 de la barre d'action +key.hotbar.9=Case 9 de la barre d'action +key.inventory=Ouvrir l'inventaire +key.jump=Sauter +key.left=Straffer à gauche +key.mouseButton=Souris %1$s +key.pickItem=Choisir le bloc +key.playerlist=Afficher la liste des joueurs +key.right=Straffer à droite +key.screenshot=Prendre un screenshot +key.smoothCamera=Alterner le mode cinématique +key.sneak=Marcher prudemment +key.spectatorOutlines=Mettre en évidence les joueurs +key.sprint=Courir +key.streamCommercial=Montrer les publicités de stream +key.streamPauseUnpause=Suspendre/reprendre le stream +key.streamStartStop=Démarrer/arrêter le stream +key.streamToggleMic=Allumer/couper le microphone +key.togglePerspective=Changer de perspective +key.use=Utiliser un objet / placer un bloc +lanServer.otherPlayers=Options pour les autres joueurs +lanServer.scanning=Recherche de parties sur votre réseau local +lanServer.start=Ouvrir ce monde au LAN +lanServer.title=Monde en réseau local +language.code=fr_CA +language.name=Français canadien +language.region=Canada +mcoServer.title=Monde de Minecraft Online +menu.convertingLevel=Conversion du monde +menu.disconnect=Se déconnecter du serveur +menu.game=Menu du jeu +menu.generatingLevel=Génération du monde +menu.generatingTerrain=Génération du terrain +menu.loadingLevel=Chargement du monde +menu.multiplayer=Multijoueur +menu.online=Minecraft Realms +menu.options=Options... +menu.playdemo=Jouer dans le monde de démonstration +menu.quit=Quitter +menu.resetdemo=Réinitialiser le monde de démonstration +menu.respawning=Respawn en cours +menu.returnToGame=Reprendre la partie en cours +menu.returnToMenu=Sauvegarder et quitter la partie +menu.shareToLan=Ouvrir au LAN +menu.simulating=Simulation du monde +menu.singleplayer=Solo +menu.switchingLevel=Changement de monde +merchant.deprecated=Échangez autre chose pour débloquer ! +mount.onboard=Appuyez sur %1$s pour descendre +multiplayer.connect=Connexion +multiplayer.downloadingStats=Téléchargement des statistiques et des succès... +multiplayer.downloadingTerrain=Téléchargement du terrain +multiplayer.info1=Le mode multijoueur de Minecraft n'est pas encore terminé, +multiplayer.info2=mais des premiers tests sont en train d'être effectués. +multiplayer.ipinfo=Entrez l'adresse IP d'un serveur pour vous y connecter : +multiplayer.player.joined=%s a rejoint la partie +multiplayer.player.joined.renamed=%s (anciennement nommé(e) %s) a rejoint la partie +multiplayer.player.left=%s a quitté la partie +multiplayer.stopSleeping=Sortir du lit +multiplayer.texturePrompt.line1=Ce serveur recommande l'utilisation d'un pack de ressources personnalisé. +multiplayer.texturePrompt.line2=Voulez-vous le télécharger et l'installer automagiquement ? +multiplayer.title=Partie multijoueur - Choix du serveur +options.advancedButton=Paramètres vidéo avancés... +options.advancedOpengl=OpenGL avancé +options.advancedVideoTitle=Paramètres vidéo avancés +options.anaglyph=Stéréoscopie +options.ao=Éclairage adouci +options.ao.max=Maximum +options.ao.min=Minimum +options.ao.off=Désactivé +options.blockAlternatives=Blocs alternatifs +options.chat.color=Couleurs +options.chat.height.focused=Hauteur avec focus +options.chat.height.unfocused=Hauteur sans focus +options.chat.links=Liens Internet +options.chat.links.prompt=Avertir sur les liens +options.chat.opacity=Opacité +options.chat.scale=Taille +options.chat.title=Options du chat +options.chat.visibility=Chat +options.chat.visibility.full=Montré +options.chat.visibility.hidden=Caché +options.chat.visibility.system=Commandes seulement +options.chat.width=Largeur +options.controls=Contrôles... +options.customizeTitle=Options de personnalisation de monde +options.difficulty=Difficulté +options.difficulty.easy=Facile +options.difficulty.hard=Difficile +options.difficulty.hardcore=Hardcore +options.difficulty.normal=Normale +options.difficulty.peaceful=Paisible +options.farWarning1=Une version 64 bits de Java est recommandée +options.farWarning2=pour une distance de rendu élevée (vous êtes en 32 bits) +options.fboEnable=Activer les FBO +options.forceUnicodeFont=Police Unicode +options.fov=Champ de vision +options.fov.max=Quake Pro +options.fov.min=Normal +options.framerateLimit=FPS maximum +options.framerateLimit.max=Illimité +options.fullscreen=Plein écran +options.gamma=Luminosité +options.gamma.max=Claire +options.gamma.min=Sombre +options.graphics=Graphismes +options.graphics.fancy=Détaillés +options.graphics.fast=Rapides +options.guiScale=Taille de l'interface +options.guiScale.auto=Auto +options.guiScale.large=Grande +options.guiScale.normal=Normale +options.guiScale.small=Petite +options.hidden=Caché +options.invertMouse=Inverser la souris +options.language=Langue +options.languageWarning=Certaines traductions peuvent être inexactes +options.mipmapLevels=Niveaux de mipmap +options.modelPart.cape=Cape +options.modelPart.hat=Chapeau +options.modelPart.jacket=Veste +options.modelPart.left_pants_leg=Jambe de jeans gauche +options.modelPart.left_sleeve=Manche gauche +options.modelPart.right_pants_leg=Jambe de jeans droite +options.modelPart.right_sleeve=Manche droite +options.multiplayer.title=Options du chat... +options.music=Musique +options.off=Non +options.on=Oui +options.particles=Particules +options.particles.all=Toutes +options.particles.decreased=Réduites +options.particles.minimal=Minimales +options.performanceButton=Performances graphiques... +options.performanceVideoTitle=Paramètres de performance vidéo +options.postButton=Post-traitement... +options.postProcessEnable=Activer le post-traitement +options.postVideoTitle=Paramètres de post-traitement +options.qualityButton=Qualité des graphismes... +options.qualityVideoTitle=Paramètres de qualité vidéo +options.reducedDebugInfo=Infos debug réduites +options.renderClouds=Nuages +options.renderDistance=Distance rendue +options.renderDistance.far=Loin +options.renderDistance.normal=Normale +options.renderDistance.short=Courte +options.renderDistance.tiny=Mini +options.resourcepack=Packs de ressources... +options.saturation=Saturation +options.sensitivity=Sensibilité +options.sensitivity.max=ULTRARAPIDE !!! +options.sensitivity.min=*bâille* +options.skinCustomisation=Personnalisation du skin... +options.skinCustomisation.title=Personnalisation du skin +options.snooper=Autoriser l'envoi +options.snooper.desc=Nous voulons recueillir de l'information concernant votre machine afin de nous aider à améliorer Minecraft en sachant ce que nous pouvons supporter et localiser où sont situés les plus gros problèmes. Toute cette information est complètement anonyme et visible ci-dessous. Nous promettons de ne rien faire de mal avec ces données, mais si vous voulez vous exclure alors libre à vous de le désactiver ! +options.snooper.title=Collecte des spécifications de la machine +options.snooper.view=Paramètres du fouineur... +options.sound=Effets sonores +options.sounds=Musique et sons... +options.sounds.title=Options musicales et sonores +options.stream=Paramètres de diffusion... +options.stream.bytesPerPixel=Qualité +options.stream.changes=Vous devrez peut-être redémarrer votre stream pour que les modifications s'appliquent. +options.stream.chat.enabled=Activer +options.stream.chat.enabled.always=Toujours +options.stream.chat.enabled.never=Jamais +options.stream.chat.enabled.streaming=Durant le stream +options.stream.chat.title=Paramètres du chat de Twitch +options.stream.chat.userFilter=Filtre utilisateur +options.stream.chat.userFilter.all=Tous +options.stream.chat.userFilter.mods=Modos +options.stream.chat.userFilter.subs=Abonnés +options.stream.compression=Compression +options.stream.compression.high=Haute +options.stream.compression.low=Basse +options.stream.compression.medium=Moyenne +options.stream.estimation=Résolution estimée : %s x %s +options.stream.fps=Frames par seconde +options.stream.ingest.reset=Réinitialiser la préférence +options.stream.ingest.title=Serveurs de diffusion Twitch +options.stream.ingestSelection=Serveurs de diffusion +options.stream.kbps=Bande passante +options.stream.micToggleBehavior=Appuyer pour +options.stream.micVolumne=Volume du micro +options.stream.mic_toggle.mute=Rendre muet +options.stream.mic_toggle.talk=Parler +options.stream.sendMetadata=Envoi de métadonnées +options.stream.systemVolume=Volume du système +options.stream.title=Paramètres de diffusion sur Twitch +options.title=Options +options.touchscreen=Mode écran tactile +options.vbo=Utiliser les VBO +options.video=Paramètres graphiques... +options.videoTitle=Paramètres graphiques +options.viewBobbing=Balancement de tête +options.visible=Montré +options.vsync=Synchro. verticale +potion.absorption=Absorption +potion.absorption.postfix=Potion d'absorption +potion.blindness=Aveuglement +potion.blindness.postfix=Potion d'aveuglement +potion.confusion=Nausée +potion.confusion.postfix=Potion de nausée +potion.damageBoost=Force +potion.damageBoost.postfix=Potion de force +potion.digSlowDown=Épuisement +potion.digSlowDown.postfix=Potion d'épuisement +potion.digSpeed=Célérité +potion.digSpeed.postfix=Potion de célérité +potion.effects.whenDrank=Effet appliqué : +potion.empty=Sans effet +potion.fireResistance=Résistance au feu +potion.fireResistance.postfix=Potion de résistance au feu +potion.harm=Dégâts instantanés +potion.harm.postfix=Potion de dégâts +potion.heal=Guérison +potion.heal.postfix=Potion de guérison +potion.healthBoost=Boost de vie +potion.healthBoost.postfix=Potion de boost de vie +potion.hunger=Faim +potion.hunger.postfix=Potion de faim +potion.invisibility=Invisibilité +potion.invisibility.postfix=Potion d'invisibilité +potion.jump=Sauts boostés +potion.jump.postfix=Potion de saut +potion.moveSlowdown=Lenteur +potion.moveSlowdown.postfix=Potion de lenteur +potion.moveSpeed=Rapidité +potion.moveSpeed.postfix=Potion de rapidité +potion.nightVision=Vision nocturne +potion.nightVision.postfix=Potion de vision nocturne +potion.poison=Poison +potion.poison.postfix=Potion de poison +potion.potency.1=II +potion.potency.2=III +potion.potency.3=IV +potion.prefix.acrid=Âcre +potion.prefix.artless=Candide +potion.prefix.awkward=Délicate +potion.prefix.bland=Fade +potion.prefix.bulky=Copieuse +potion.prefix.bungling=Ratée +potion.prefix.buttered=Beurrée +potion.prefix.charming=Charmante +potion.prefix.clear=Claire +potion.prefix.cordial=Chaleureuse +potion.prefix.dashing=Fringante +potion.prefix.debonair=Subtile +potion.prefix.diffuse=Diffuse +potion.prefix.elegant=Élégante +potion.prefix.fancy=Sophistiquée +potion.prefix.flat=Flatte +potion.prefix.foul=Infecte +potion.prefix.grenade=(Jetable) +potion.prefix.gross=Dégueulasse +potion.prefix.harsh=Âpre +potion.prefix.milky=Laiteuse +potion.prefix.mundane=Banale +potion.prefix.odorless=Inodore +potion.prefix.potent=Forte +potion.prefix.rank=Fétide +potion.prefix.refined=Raffinée +potion.prefix.smooth=Onctueuse +potion.prefix.sparkling=Pétillante +potion.prefix.stinky=Puante +potion.prefix.suave=Suave +potion.prefix.thick=Épaisse +potion.prefix.thin=Fluide +potion.prefix.uninteresting=Inintéressante +potion.regeneration=Régénération +potion.regeneration.postfix=Potion de régénération +potion.resistance=Résistance +potion.resistance.postfix=Potion de résistance +potion.saturation=Satiété +potion.saturation.postfix=Potion de satiété +potion.waterBreathing=Respiration aqua. +potion.waterBreathing.postfix=Potion de respiration aquatique +potion.weakness=Faiblesse +potion.weakness.postfix=Potion de faiblesse +potion.wither=Décomposition +potion.wither.postfix=Potion de décomposition +record.nowPlaying=Lecture : %s +resourcePack.available.title=Packs de ressources disponibles +resourcePack.folderInfo=(Placez les fichiers de packs de ressources ici) +resourcePack.openFolder=Ouvrir le dossier des packs +resourcePack.selected.title=Packs de ressources sélectionnés +resourcePack.title=Choix des packs de ressources +screenshot.failure=Impossible d'enregistrer le screenshot : %s +screenshot.success=Screenshot enregistré sous le nom %s +selectServer.add=Ajouter +selectServer.defaultName=Serveur Minecraft +selectServer.delete=Supprimer +selectServer.deleteButton=Supprimer +selectServer.deleteQuestion=Êtes-vous sûr(e) de vouloir supprimer ce serveur ? +selectServer.deleteWarning=sera perdu pour toujours ! (Un bon boutte !) +selectServer.direct=Connexion directe +selectServer.edit=Modifier +selectServer.empty=vide +selectServer.hiddenAddress=(Masquée) +selectServer.refresh=Rafraîchir +selectServer.select=Rejoindre +selectServer.title=Choix du serveur +selectWorld.allowCommands=Commandes de triche : +selectWorld.allowCommands.info=Commandes comme /gamemode, /xp, etc. +selectWorld.bonusItems=Coffre bonus : +selectWorld.cheats=Triches +selectWorld.conversion=Doit être converti ! +selectWorld.create=Créer un nouveau monde +selectWorld.createDemo=Jouer dans un nouveau monde de démo +selectWorld.customizeType=Personnaliser +selectWorld.delete=Supprimer +selectWorld.deleteButton=Supprimer +selectWorld.deleteQuestion=Êtes-vous sûr(e) de vouloir supprimer ce monde ? +selectWorld.deleteWarning=sera perdu pour toujours ! (Un bon boutte !) +selectWorld.empty=vide +selectWorld.enterName=Nom du monde +selectWorld.enterSeed=Seed utilisé pour le générateur de monde +selectWorld.gameMode=Mode de jeu +selectWorld.gameMode.adventure=Aventure +selectWorld.gameMode.adventure.line1=Identique au mode Survie, mais les blocs +selectWorld.gameMode.adventure.line2=ne peuvent pas être placés ou enlevés +selectWorld.gameMode.creative=Créatif +selectWorld.gameMode.creative.line1=Ressources illimitées, possibilité de voler +selectWorld.gameMode.creative.line2=et destruction instantanée des blocs +selectWorld.gameMode.hardcore=Hardcore +selectWorld.gameMode.hardcore.line1=Identique au mode Survie, mais verrouillé +selectWorld.gameMode.hardcore.line2=à la difficulté maximale avec une seule vie +selectWorld.gameMode.spectator=Spectateur +selectWorld.gameMode.spectator.line1=Vous pouvez regarder mais pas toucher +selectWorld.gameMode.survival=Survie +selectWorld.gameMode.survival.line1=Collectez des ressources, fabriquez des +selectWorld.gameMode.survival.line2=objets, montez de niveaux et restez en vie +selectWorld.hardcoreMode=Hardcore : +selectWorld.hardcoreMode.info=Le monde est supprimé à votre mort +selectWorld.mapFeatures=Avec structures : +selectWorld.mapFeatures.info=Villages, donjons, temples, etc. +selectWorld.mapType=Type : +selectWorld.mapType.normal=Normal +selectWorld.moreWorldOptions=Plus d'options du monde... +selectWorld.newWorld=Nouveau monde +selectWorld.newWorld.copyOf=%s - Copie +selectWorld.recreate=Recréer +selectWorld.rename=Renommer +selectWorld.renameButton=Renommer +selectWorld.renameTitle=Renommer le monde +selectWorld.resultFolder=Sera enregistré dans : +selectWorld.seedInfo=Laissez vide pour un seed aléatoire +selectWorld.select=Jouer dans ce monde +selectWorld.title=Partie solo - Choix du monde +selectWorld.world=Monde +sign.edit=Inscrivez le message de la pancarte +soundCategory.ambient=Bruitages d'ambiance +soundCategory.block=Blocs +soundCategory.hostile=Créatures hostiles +soundCategory.master=Volume principal +soundCategory.music=Musique +soundCategory.neutral=Créatures passives +soundCategory.player=Joueurs +soundCategory.record=Disques et notes +soundCategory.weather=Météo +stat.animalsBred=Reproductions d'animaux +stat.blocksButton=Blocs +stat.boatOneCm=Distance en bateau +stat.breakItem=%1$s consommé(es) +stat.climbOneCm=Distance grimpée +stat.craftItem=%1$s fabriqué(es) +stat.crafted=Quantité fabriquée +stat.createWorld=Mondes créés +stat.crouchOneCm=Distance accroupie +stat.damageDealt=Dégâts infligés +stat.damageTaken=Dégâts reçus +stat.deaths=Décès +stat.depleted=Quantité consommée +stat.diveOneCm=Distance plongée +stat.drop=Objets jetés +stat.entityKilledBy=Ce mob vous a tué %2$s fois +stat.entityKilledBy.none=Ce mob ne vous a jamais tué +stat.entityKills=Vous en avez tué %s +stat.entityKills.none=Vous n'en avez jamais tué +stat.fallOneCm=Distance tombée +stat.fishCaught=Poissons pêchés +stat.flyOneCm=Distance en vol +stat.generalButton=Générales +stat.horseOneCm=Distance à cheval +stat.itemsButton=Objets +stat.joinMultiplayer=Parties multijoueurs rejointes +stat.jump=Sauts +stat.junkFished=Déchets pêchés +stat.leaveGame=Parties quittées +stat.loadWorld=Sauvegardes chargées +stat.mineBlock=%1$s miné(es) +stat.minecartOneCm=Distance en wagonnet +stat.mined=Quantité minée +stat.mobKills=Mobs tués +stat.mobsButton=Mobs +stat.pigOneCm=Distance à dos de cochon +stat.playOneMinute=Temps de jeu +stat.playerKills=Joueurs tués +stat.sprintOneCm=Distance sprintée +stat.startGame=Parties jouées +stat.swimOneCm=Distance nagée +stat.talkedToVillager=Villageois abordés +stat.timeSinceDeath=Durée depuis le dernier décès +stat.tradedWithVillager=Échanges avec les villageois +stat.treasureFished=Trésors pêchés +stat.useItem=%1$s utilisé(es) +stat.used=Nombre d'utilisations +stat.walkOneCm=Distance marchée +stats.tooltip.type.achievement=Succès +stats.tooltip.type.statistic=Statistique +stream.confirm_start=Êtes-vous sûr(e) de vouloir démarrer la diffusion ? +stream.unavailable.account_not_bound=Avant de pouvoir diffuser Minecraft sur Twitch, vous aurez besoin de lier votre compte Twitch sur mojang.com. Voulez-vous le faire maintenant ? +stream.unavailable.account_not_bound.okay=Lier les comptes +stream.unavailable.account_not_migrated=Avant de pouvoir diffuser Minecraft sur Twitch, vous devez migrer votre compte Minecraft vers un compte Mojang. Voulez-vous le faire maintenant ? +stream.unavailable.account_not_migrated.okay=Migrer le compte +stream.unavailable.failed_auth=L'authentification à Twitch a échoué. Veuillez vous rendre sur mojang.com et refaire le lien de votre compte Twitch. +stream.unavailable.failed_auth.okay=Relier les comptes +stream.unavailable.failed_auth_error=Impossible de s'authentifier à Twitch. Veuillez réessayer ultérieurement. +stream.unavailable.initialization_failure=Impossible d'initialiser le SDK de Twitch. +stream.unavailable.initialization_failure.extra=(Raison : %s) +stream.unavailable.library_arch_mismatch=La version personnalisée de Java utilisée pour lancer Minecraft a une architecture différente de celle utilisée pour démarrer le lanceur. Assurez-vous qu'elles soient identiques, soit 32 bits ou 64 bits pour les deux. +stream.unavailable.library_failure=Impossible de charger les bibliothèques requises pour le service de diffusion sur Twitch intégré. +stream.unavailable.no_fbo=Votre carte graphique doit au moins supporter la version 3.0 d'OpenGL ou supporter les Framebuffer Objects via une extension pour utiliser le service de diffusion sur Twitch intégré. +stream.unavailable.no_fbo.arb=Le support du Framebuffer Object via ARB est : %s +stream.unavailable.no_fbo.blend=Le support du Separate Blending via EXT est : %s +stream.unavailable.no_fbo.ext=Le support du Framebuffer Object via EXT est : %s +stream.unavailable.no_fbo.version=Vous utilisez actuellement : %s +stream.unavailable.not_supported.mac=Malheureusement, le service de diffusion sur Twitch intégré pour Mac requiert une version d'OSX plus récente que celle que vous utilisez. Vous devez utiliser la version 10.7 (Mac OS X Mountain Lion) ou ultérieure pour être capable d'utiliser ce service. Voulez-vous visiter apple.com pour en savoir plus sur la mise à jour ? +stream.unavailable.not_supported.mac.okay=Mettre à jour +stream.unavailable.not_supported.other=Malheureusement, le service de diffusion sur Twitch intégré requiert Windows (Vista ou ultérieur) ou Mac OS X (10.7 / Lion ou ultérieur) +stream.unavailable.not_supported.windows=Malheureusement, le service de diffusion sur Twitch intégré requiert une version de Windows plus récente que celle que vous utilisez. Vous devez au moins avoir Windows Vista ou ultérieur. +stream.unavailable.report_to_mojang=Signaler à Mojang +stream.unavailable.soundflower.chat=Soundflower est requis pour pouvoir streamer sur Mac. %s +stream.unavailable.soundflower.chat.link=Veuillez cliquer ici pour l'installer. +stream.unavailable.title=Le service de diffusion sur Twitch est indisponible +stream.unavailable.unknown=Malheureusement, vous ne pouvez pas diffuser sur Twitch en ce moment. Et nous ne savons pas pourquoi :'( +stream.unavailable.unknown.chat=Impossible de démarrer le stream : %s +stream.user.mode.administrator=Administrateur Twitch +stream.user.mode.banned=Banni +stream.user.mode.banned.other=Banni de la chaîne de/d' %s +stream.user.mode.banned.self=Banni de votre chaîne +stream.user.mode.broadcaster=Broadcaster +stream.user.mode.broadcaster.other=Broadcaster +stream.user.mode.broadcaster.self=Broadcaster (vous !) +stream.user.mode.moderator=Modérateur +stream.user.mode.moderator.other=Modérateur sur la chaîne de/d' %s +stream.user.mode.moderator.self=Modérateur sur votre chaîne +stream.user.mode.staff=Personnel Twitch +stream.user.subscription.subscriber=Abonné +stream.user.subscription.subscriber.other=Abonné à la chaîne de/d' %s +stream.user.subscription.subscriber.self=Abonné à votre chaîne +stream.user.subscription.turbo=Twitch Turbo +stream.userinfo.ban=Bannir +stream.userinfo.chatTooltip=Cliquez pour gérer l'utilisateur +stream.userinfo.mod=Promouvoir modérateur +stream.userinfo.timeout=Expiration +stream.userinfo.unban=Débannir +stream.userinfo.unmod=Rétrograder +tile.acaciaFence.name=Clôture en bois d'acacia +tile.acaciaFenceGate.name=Porte de clôture en bois d'acacia +tile.activatorRail.name=Rails déclencheurs +tile.anvil.intact.name=Enclume +tile.anvil.name=Enclume +tile.anvil.slightlyDamaged.name=Enclume légèrement endommagée +tile.anvil.veryDamaged.name=Enclume très endommagée +tile.barrier.name=Barrière invisible +tile.beacon.name=Balise +tile.beacon.primary=Pouvoir primaire +tile.beacon.secondary=Pouvoir secondaire +tile.bed.name=Lit +tile.bed.noSleep=Vous ne pouvez dormir que durant la nuit +tile.bed.notSafe=Vous ne pouvez pas fermer l'Å“il, il y a des monstres tout près +tile.bed.notValid=Votre lit a été détruit ou est obstrué +tile.bed.occupied=Ce lit est occupé +tile.bedrock.name=Bedrock +tile.birchFence.name=Clôture en bois de bouleau +tile.birchFenceGate.name=Porte de clôture en bois de bouleau +tile.blockCoal.name=Bloc de charbon +tile.blockDiamond.name=Bloc de diamant +tile.blockEmerald.name=Bloc d'émeraude +tile.blockGold.name=Bloc d'or +tile.blockIron.name=Bloc de fer +tile.blockLapis.name=Bloc de lapis-lazuli +tile.blockRedstone.name=Bloc de redstone +tile.bookshelf.name=Bibliothèque +tile.brick.name=Briques +tile.button.name=Piton +tile.cactus.name=Cactus +tile.cake.name=Gâteau +tile.carrots.name=Carottes +tile.cauldron.name=Chaudron +tile.chest.name=Coffre +tile.chestTrap.name=Coffre piégé +tile.clay.name=Glaise +tile.clayHardened.name=Glaise durcie +tile.clayHardenedStained.black.name=Glaise durcie noire +tile.clayHardenedStained.blue.name=Glaise durcie bleue +tile.clayHardenedStained.brown.name=Glaise durcie brune +tile.clayHardenedStained.cyan.name=Glaise durcie cyan +tile.clayHardenedStained.gray.name=Glaise durcie grise +tile.clayHardenedStained.green.name=Glaise durcie verte +tile.clayHardenedStained.lightBlue.name=Glaise durcie bleu pâle +tile.clayHardenedStained.lime.name=Glaise durcie lime +tile.clayHardenedStained.magenta.name=Glaise durcie magenta +tile.clayHardenedStained.name=Glaise durcie teintée +tile.clayHardenedStained.orange.name=Glaise durcie orange +tile.clayHardenedStained.pink.name=Glaise durcie rose +tile.clayHardenedStained.purple.name=Glaise durcie mauve +tile.clayHardenedStained.red.name=Glaise durcie rouge +tile.clayHardenedStained.silver.name=Glaise durcie gris pâle +tile.clayHardenedStained.white.name=Glaise durcie blanche +tile.clayHardenedStained.yellow.name=Glaise durcie jaune +tile.cloth.black.name=Laine noire +tile.cloth.blue.name=Laine bleue +tile.cloth.brown.name=Laine brune +tile.cloth.cyan.name=Laine cyan +tile.cloth.gray.name=Laine grise +tile.cloth.green.name=Laine verte +tile.cloth.lightBlue.name=Laine bleu pâle +tile.cloth.lime.name=Laine lime +tile.cloth.magenta.name=Laine magenta +tile.cloth.name=Laine +tile.cloth.orange.name=Laine orange +tile.cloth.pink.name=Laine rose +tile.cloth.purple.name=Laine mauve +tile.cloth.red.name=Laine rouge +tile.cloth.silver.name=Laine gris pâle +tile.cloth.white.name=Laine blanche +tile.cloth.yellow.name=Laine jaune +tile.cobbleWall.mossy.name=Muret de cobble moussue +tile.cobbleWall.normal.name=Muret de cobble +tile.cocoa.name=Cabosse +tile.commandBlock.name=Bloc de commande +tile.crops.name=Pousses de blé +tile.darkOakFence.name=Clôture en bois de chêne noir +tile.darkOakFenceGate.name=Porte de clôture en bois de chêne noir +tile.daylightDetector.name=Capteur solaire +tile.deadbush.name=Buisson mort +tile.detectorRail.name=Rails détecteurs +tile.dirt.coarse.name=Terre stérile +tile.dirt.default.name=Terre +tile.dirt.name=Terre/podzol +tile.dirt.podzol.name=Podzol +tile.dispenser.name=Distributeur +tile.doorIron.name=Porte en fer +tile.doorWood.name=Porte en bois +tile.doublePlant.fern.name=Grande fougère +tile.doublePlant.grass.name=Hautes herbes +tile.doublePlant.name=Grandes plantes +tile.doublePlant.paeonia.name=Pivoines +tile.doublePlant.rose.name=Rosier +tile.doublePlant.sunflower.name=Tournesol +tile.doublePlant.syringa.name=Lilas +tile.dragonEgg.name=Oeuf de dragon +tile.dropper.name=Droppeur +tile.enchantmentTable.name=Table d'enchantement +tile.endPortalFrame.name=Réceptacle de portail vers les limbes +tile.enderChest.name=Coffre des limbes +tile.farmland.name=Terre labourée +tile.fence.name=Clôture en bois de chêne +tile.fenceGate.name=Porte de clôture en bois de chêne +tile.fenceIron.name=Barreaux de fer +tile.fire.name=Feu +tile.flower1.dandelion.name=Pissenlit +tile.flower1.name=Pissenlit +tile.flower2.allium.name=Allium +tile.flower2.blueOrchid.name=Orchidées bleues +tile.flower2.houstonia.name=Houstonies bleues +tile.flower2.name=Fleurs (sauf pissenlit) +tile.flower2.oxeyeDaisy.name=Marguerite +tile.flower2.poppy.name=Coquelicot +tile.flower2.tulipOrange.name=Tulipe orange +tile.flower2.tulipPink.name=Tulipe rose +tile.flower2.tulipRed.name=Tulipe rouge +tile.flower2.tulipWhite.name=Tulipe blanche +tile.furnace.name=Fourneau +tile.glass.name=Verre +tile.goldenRail.name=Rails propulseurs +tile.grass.name=Gazon +tile.gravel.name=Gravelle +tile.hayBlock.name=Botte de paille +tile.hellrock.name=Netherrack +tile.hellsand.name=Sable des damnés +tile.hopper.name=Entonnoir +tile.ice.name=Glace +tile.icePacked.name=Glace compactée +tile.ironTrapdoor.name=Trappe en fer +tile.jukebox.name=Jukebox +tile.jungleFence.name=Clôture en bois d'acajou +tile.jungleFenceGate.name=Porte de clôture en bois d'acajou +tile.ladder.name=Échelle +tile.lava.name=Lave +tile.leaves.acacia.name=Feuilles d'acacia +tile.leaves.big_oak.name=Feuilles de chêne noir +tile.leaves.birch.name=Feuilles de bouleau +tile.leaves.jungle.name=Feuilles d'acajou +tile.leaves.name=Feuilles d'arbre +tile.leaves.oak.name=Feuilles de chêne +tile.leaves.spruce.name=Feuilles d'épinette +tile.lever.name=Levier +tile.lightgem.name=Pierre lumineuse +tile.litpumpkin.name=Citrouille d'Halloween +tile.lockedchest.name=Coffre verrouillé +tile.log.acacia.name=Bois d'acacia +tile.log.big_oak.name=Bois de chêne noir +tile.log.birch.name=Bois de bouleau +tile.log.jungle.name=Bois d'acajou +tile.log.name=Bûches de bois +tile.log.oak.name=Bois de chêne +tile.log.spruce.name=Bois d'épinette +tile.melon.name=Melon d'eau +tile.mobSpawner.name=Spawneur de monstres +tile.monsterStoneEgg.brick.name=Cocon de lépisme en briques de pierre +tile.monsterStoneEgg.chiseledbrick.name=Cocon de lépisme en pierre ciselée +tile.monsterStoneEgg.cobble.name=Cocon de lépisme en cobble +tile.monsterStoneEgg.crackedbrick.name=Cocon de lépisme en briques de pierre craquelée +tile.monsterStoneEgg.mossybrick.name=Cocon de lépisme en briques de pierre moussue +tile.monsterStoneEgg.name=Cocons de lépisme +tile.monsterStoneEgg.stone.name=Cocon de lépisme en roche +tile.mushroom.name=Champignon +tile.musicBlock.name=Bloc sonore +tile.mycel.name=Mycélium +tile.netherBrick.name=Briques du Nether +tile.netherFence.name=Clôture en briques du Nether +tile.netherStalk.name=Verrues du Nether +tile.netherquartz.name=Minerai de quartz +tile.notGate.name=Torche de redstone +tile.obsidian.name=Obsidienne +tile.oreCoal.name=Minerai de charbon +tile.oreDiamond.name=Minerai de diamant +tile.oreEmerald.name=Minerai d'émeraude +tile.oreGold.name=Minerai d'or +tile.oreIron.name=Minerai de fer +tile.oreLapis.name=Minerai de lapis-lazuli +tile.oreRedstone.name=Minerai de redstone +tile.oreRuby.name=Minerai de rubis +tile.pistonBase.name=Piston +tile.pistonStickyBase.name=Piston collant +tile.portal.name=Portail vers le Nether +tile.potatoes.name=Patates +tile.pressurePlateStone.name=Plaque de pression en pierre +tile.pressurePlateWood.name=Plaque de pression en bois +tile.prismarine.bricks.name=Briques de prismarin +tile.prismarine.dark.name=Prismarin sombre +tile.prismarine.rough.name=Prismarin +tile.pumpkin.name=Citrouille +tile.quartzBlock.chiseled.name=Bloc de quartz ciselé +tile.quartzBlock.default.name=Bloc de quartz +tile.quartzBlock.lines.name=Bloc de pilier de quartz +tile.quartzBlock.name=Blocs en quartz +tile.rail.name=Rails +tile.redSandStone.chiseled.name=Grès rouge ciselé +tile.redSandStone.default.name=Grès rouge +tile.redSandStone.name=Blocs en grès rouge +tile.redSandStone.smooth.name=Grès rouge lisse +tile.redstoneDust.name=Poudre de redstone +tile.redstoneLight.name=Lampe à redstone +tile.reeds.name=Cannes à sucre +tile.sand.default.name=Sable +tile.sand.name=Sable (rouge) +tile.sand.red.name=Sable rouge +tile.sandStone.chiseled.name=Grès ciselé +tile.sandStone.default.name=Grès +tile.sandStone.name=Blocs en grès +tile.sandStone.smooth.name=Grès lisse +tile.sapling.acacia.name=Pousse d'acacia +tile.sapling.big_oak.name=Pousse de chêne noir +tile.sapling.birch.name=Pousse de bouleau +tile.sapling.jungle.name=Pousse d'acajou +tile.sapling.oak.name=Pousse de chêne +tile.sapling.spruce.name=Pousse d'épinette +tile.seaLantern.name=Lanterne de mer +tile.sign.name=Pancarte +tile.slime.name=Bloc de Slime +tile.snow.name=Neige +tile.sponge.dry.name=Éponge +tile.sponge.wet.name=Éponge mouillée +tile.spruceFence.name=Clôture en bois d'épinette +tile.spruceFenceGate.name=Porte de clôture en bois d'épinette +tile.stainedGlass.black.name=Verre noir +tile.stainedGlass.blue.name=Verre bleu +tile.stainedGlass.brown.name=Verre brun +tile.stainedGlass.cyan.name=Verre cyan +tile.stainedGlass.gray.name=Verre gris +tile.stainedGlass.green.name=Verre vert +tile.stainedGlass.lightBlue.name=Verre bleu pâle +tile.stainedGlass.lime.name=Verre lime +tile.stainedGlass.magenta.name=Verre magenta +tile.stainedGlass.name=Verre teinté +tile.stainedGlass.orange.name=Verre orange +tile.stainedGlass.pink.name=Verre rose +tile.stainedGlass.purple.name=Verre mauve +tile.stainedGlass.red.name=Verre rouge +tile.stainedGlass.silver.name=Verre gris pâle +tile.stainedGlass.white.name=Verre blanc +tile.stainedGlass.yellow.name=Verre jaune +tile.stairsBrick.name=Escaliers en briques +tile.stairsNetherBrick.name=Escaliers en briques du Nether +tile.stairsQuartz.name=Escaliers en quartz +tile.stairsRedSandStone.name=Escaliers en grès rouge +tile.stairsSandStone.name=Escaliers en grès +tile.stairsStone.name=Escaliers en cobble +tile.stairsStoneBrickSmooth.name=Escaliers en briques de pierre +tile.stairsWood.name=Escaliers en bois de chêne +tile.stairsWoodAcacia.name=Escaliers en bois d'acacia +tile.stairsWoodBirch.name=Escaliers en bois de bouleau +tile.stairsWoodDarkOak.name=Escaliers en bois de chêne noir +tile.stairsWoodJungle.name=Escaliers en bois d'acajou +tile.stairsWoodSpruce.name=Escaliers en bois d'épinette +tile.stone.andesite.name=Andésite +tile.stone.andesiteSmooth.name=Andésite polie +tile.stone.diorite.name=Diorite +tile.stone.dioriteSmooth.name=Diorite polie +tile.stone.granite.name=Granite +tile.stone.graniteSmooth.name=Granite poli +tile.stone.stone.name=Roche +tile.stoneMoss.name=Cobble moussue +tile.stoneSlab.brick.name=Dalle de briques +tile.stoneSlab.cobble.name=Dalle de cobble +tile.stoneSlab.name=Dalles en pierre +tile.stoneSlab.netherBrick.name=Dalle de briques du Nether +tile.stoneSlab.quartz.name=Dalle de quartz +tile.stoneSlab.sand.name=Dalle de grès +tile.stoneSlab.smoothStoneBrick.name=Dalle de briques de pierre +tile.stoneSlab.stone.name=Dalle de pierre +tile.stoneSlab.wood.name=Dalle en bois +tile.stoneSlab2.red_sandstone.name=Dalle de grès rouge +tile.stonebrick.name=Cobble +tile.stonebricksmooth.chiseled.name=Pierre ciselée +tile.stonebricksmooth.cracked.name=Briques de pierre craquelée +tile.stonebricksmooth.default.name=Briques de pierre +tile.stonebricksmooth.mossy.name=Briques de pierre moussue +tile.stonebricksmooth.name=Blocs en briques de pierre +tile.tallgrass.fern.name=Fougère +tile.tallgrass.grass.name=Herbe +tile.tallgrass.name=Petites plantes +tile.tallgrass.shrub.name=Arbuste +tile.thinGlass.name=Vitre +tile.thinStainedGlass.black.name=Vitre noire +tile.thinStainedGlass.blue.name=Vitre bleue +tile.thinStainedGlass.brown.name=Vitre brune +tile.thinStainedGlass.cyan.name=Vitre cyan +tile.thinStainedGlass.gray.name=Vitre grise +tile.thinStainedGlass.green.name=Vitre verte +tile.thinStainedGlass.lightBlue.name=Vitre bleu pâle +tile.thinStainedGlass.lime.name=Vitre lime +tile.thinStainedGlass.magenta.name=Vitre magenta +tile.thinStainedGlass.name=Vitre teintée +tile.thinStainedGlass.orange.name=Vitre orange +tile.thinStainedGlass.pink.name=Vitre rose +tile.thinStainedGlass.purple.name=Vitre mauve +tile.thinStainedGlass.red.name=Vitre rouge +tile.thinStainedGlass.silver.name=Vitre gris pâle +tile.thinStainedGlass.white.name=Vitre blanche +tile.thinStainedGlass.yellow.name=Vitre jaune +tile.tnt.name=TNT +tile.torch.name=Torche +tile.trapdoor.name=Trappe en bois +tile.tripWire.name=Fil de déclenchement +tile.tripWireSource.name=Crochet +tile.vine.name=Lianes +tile.water.name=Eau +tile.waterlily.name=Nénuphar +tile.web.name=Toile d'araignée +tile.weightedPlate_heavy.name=Plaque à détection de poids lourd +tile.weightedPlate_light.name=Plaque à détection de poids léger +tile.whiteStone.name=Roche des limbes +tile.wood.acacia.name=Planches d'acacia +tile.wood.big_oak.name=Planches de chêne noir +tile.wood.birch.name=Planches de bouleau +tile.wood.jungle.name=Planches d'acajou +tile.wood.name=Planches de bois +tile.wood.oak.name=Planches de chêne +tile.wood.spruce.name=Planches d'épinette +tile.woodSlab.acacia.name=Dalle en bois d'acacia +tile.woodSlab.big_oak.name=Dalle en bois de chêne noir +tile.woodSlab.birch.name=Dalle en bois de bouleau +tile.woodSlab.jungle.name=Dalle en bois d'acajou +tile.woodSlab.name=Dalles en bois +tile.woodSlab.oak.name=Dalle en bois de chêne +tile.woodSlab.spruce.name=Dalle en bois d'épinette +tile.woolCarpet.black.name=Tapis noir +tile.woolCarpet.blue.name=Tapis bleu +tile.woolCarpet.brown.name=Tapis brun +tile.woolCarpet.cyan.name=Tapis cyan +tile.woolCarpet.gray.name=Tapis gris +tile.woolCarpet.green.name=Tapis vert +tile.woolCarpet.lightBlue.name=Tapis bleu pâle +tile.woolCarpet.lime.name=Tapis lime +tile.woolCarpet.magenta.name=Tapis magenta +tile.woolCarpet.name=Tapis +tile.woolCarpet.orange.name=Tapis orange +tile.woolCarpet.pink.name=Tapis rose +tile.woolCarpet.purple.name=Tapis mauve +tile.woolCarpet.red.name=Tapis rouge +tile.woolCarpet.silver.name=Tapis gris pâle +tile.woolCarpet.white.name=Tapis blanc +tile.woolCarpet.yellow.name=Tapis jaune +tile.workbench.name=Établi +title.oldgl1=Vieille carte graphique détectée ; cela pourrait vous empêcher +title.oldgl2=de jouer dans le futur alors qu'OpenGL 2.1 sera requis. +translation.test.args=%s %s +translation.test.complex=Préfixe, %s%2$s encore %s et %1$s enfin %s et également %1$s encore ! +translation.test.escape=%%s %%%s %%%%s %%%%%s +translation.test.invalid=salut % +translation.test.invalid2=salut %s +translation.test.none=Salut, le monde ! +translation.test.world=monde diff --git a/javascript/lang/fr_FR.lang b/javascript/lang/fr_FR.lang new file mode 100755 index 00000000..4120ba57 --- /dev/null +++ b/javascript/lang/fr_FR.lang @@ -0,0 +1,2518 @@ +achievement.acquireIron=L'âge du fer +achievement.acquireIron.desc=Faites fondre du fer. +achievement.bakeCake=La cerise sur le gâteau +achievement.bakeCake.desc=Du blé, du sucre, du lait et des oeufs ! +achievement.blazeRod=Dans le feu de l'action +achievement.blazeRod.desc=Récupérez un bâton de Blaze +achievement.bookcase=Rat de bibliothèque +achievement.bookcase.desc=Fabriquez des bibliothèques pour améliorer vos enchantements. +achievement.breedCow=Repeuplement +achievement.breedCow.desc=Faites s'accoupler deux vaches avec du blé. +achievement.buildBetterPickaxe=Qualité supérieure +achievement.buildBetterPickaxe.desc=Fabriquez une meilleure pioche. +achievement.buildFurnace=Au fourneau ! +achievement.buildFurnace.desc=Fabriquez un four à partir de huit blocs de pierre. +achievement.buildHoe=Il est temps de cultiver ! +achievement.buildHoe.desc=Utilisez des planches et des bâtons pour fabriquer une houe. +achievement.buildPickaxe=Bonne pioche ! +achievement.buildPickaxe.desc=Utilisez des planches et des bâtons pour fabriquer une pioche. +achievement.buildSword=À l'attaque ! +achievement.buildSword.desc=Utilisez des planches et des bâtons pour fabriquer une épée. +achievement.buildWorkBench=Au travail ! +achievement.buildWorkBench.desc=Fabriquez un établi avec quatre blocs de planches. +achievement.cookFish=Un délicieux poisson +achievement.cookFish.desc=Pêchez et cuisinez un poisson ! +achievement.diamonds=DES DIAMANTS ! +achievement.diamonds.desc=Minez du diamant à l'aide d'une pioche en fer. +achievement.diamondsToYou=Des diamants pour vous ! +achievement.diamondsToYou.desc=Lancez des diamants à un autre joueur. +achievement.enchantments=Enchanté ! +achievement.enchantments.desc=Utilisez un livre, de l'obsidienne et des diamants pour fabriquer une table d'enchantement. +achievement.exploreAllBiomes=Partons à l'aventure ! +achievement.exploreAllBiomes.desc=Découvrez tous les biomes. +achievement.flyPig=Aéro-porc +achievement.flyPig.desc=Sautez d'une falaise à dos de cochon. +achievement.fullBeacon=Phare à On +achievement.fullBeacon.desc=Créez une balise complète. +achievement.get=Succès obtenu ! +achievement.ghast=Retour à l'envoyeur +achievement.ghast.desc=Détruisez un Ghast avec une boule de feu. +achievement.killCow=Tanneur en devenir +achievement.killCow.desc=Ramassez du cuir. +achievement.killEnemy=Chasseur de monstres +achievement.killEnemy.desc=Attaquez et tuez un monstre. +achievement.killWither=Le commencement. +achievement.killWither.desc=Tuez le Wither. +achievement.makeBread=Du pain sur la planche +achievement.makeBread.desc=Faites du pain avec du blé. +achievement.mineWood=Coupons du bois +achievement.mineWood.desc=Frappez un arbre jusqu'à obtenir du bois. +achievement.onARail=Sur la bonne voie +achievement.onARail.desc=Parcourez au moins 1 km en wagonnet +achievement.openInventory=Faire l'inventaire +achievement.openInventory.desc=Appuyez sur "%1$s" pour ouvrir l'inventaire. +achievement.overkill=Massacre +achievement.overkill.desc=Infligez neuf coeurs de dégâts en un seul coup. +achievement.overpowered=Surpuissant +achievement.overpowered.desc=Fabriquez une pomme de Notch. +achievement.portal=Aller au fond des choses +achievement.portal.desc=Construisez un portail vers le Nether. +achievement.potion=Apprenti chimiste +achievement.potion.desc=Concoctez une potion. +achievement.requires=Requiert "%1$s" +achievement.snipeSkeleton=Duel de snipers +achievement.snipeSkeleton.desc=Tuez un squelette avec une flèche à plus de 50 mètres. +achievement.spawnWither=Le commencement ? +achievement.spawnWither.desc=Invoquez le Wither. +achievement.taken=Obtenu ! +achievement.theEnd=Fin ? +achievement.theEnd.desc=Localisez le Néant. +achievement.theEnd2=Fin. +achievement.theEnd2.desc=Triomphez de l'Ender Dragon +achievement.unknown=??? +addServer.add=Valider +addServer.enterIp=Adresse du serveur +addServer.enterName=Nom du serveur +addServer.hideAddress=Masquer l'adresse +addServer.resourcePack=Packs de ressources +addServer.resourcePack.disabled=Désactivés +addServer.resourcePack.enabled=Activés +addServer.resourcePack.prompt=Demander +addServer.title=Modification des informations du serveur +advMode.allEntities=Utilisez "@e" pour cibler toutes les entités +advMode.allPlayers=Utilisez "@a" pour cibler tous les joueurs +advMode.command=Commande +advMode.nearestPlayer=Utilisez "@p" pour cibler le joueur le plus proche +advMode.notAllowed=Vous devez être un opérateur en mode créatif +advMode.notEnabled=Les blocs de commande ne sont pas activés sur ce serveur +advMode.previousOutput=Résultat précédent +advMode.randomPlayer=Utilisez "@r" pour cibler un joueur aléatoire +advMode.setCommand=Définir une commande pour le bloc +advMode.setCommand.success=Commande définie : %s +attribute.modifier.plus.0=+%s %s +attribute.modifier.plus.1=+%s%% %s +attribute.modifier.plus.2=+%s%% %s +attribute.modifier.take.0=-%s %s +attribute.modifier.take.1=-%s%% %s +attribute.modifier.take.2=-%s%% %s +attribute.name.generic.attackDamage=points d'attaque +attribute.name.generic.followRange=Portée de détection des créatures +attribute.name.generic.knockbackResistance=Résistance au recul +attribute.name.generic.maxHealth=Vie maximale +attribute.name.generic.movementSpeed=Rapidité +attribute.name.horse.jumpStrength=Puissance de saut du cheval +attribute.name.zombie.spawnReinforcements=Zombies de renfort +book.byAuthor=par %1$s +book.editTitle=Titre du livre : +book.finalizeButton=Signer et fermer +book.finalizeWarning=Attention ! Le livre n'est plus modifiable une fois signé. +book.generation.0=Original +book.generation.1=Copie de l'original +book.generation.2=Copie d'une copie +book.generation.3=Déchiré +book.pageIndicator=Page %1$s sur %2$s +book.signButton=Signer +build.tooHigh=La hauteur maximale de construction est de %s blocs +chat.cannotSend=Impossible d'envoyer de message sur le tchat +chat.copy=Copier +chat.link.confirm=Êtes-vous sûr(e) de vouloir ouvrir ce site Internet ? +chat.link.confirmTrusted=Voulez-vous ouvrir ce lien ou le copier dans votre presse-papier ? +chat.link.open=Ouvrir +chat.link.warning=N'ouvrez jamais de lien venant d'une personne en qui vous n'avez pas confiance ! +chat.stream.emote=(%s) * %s %s +chat.stream.text=(%s) <%s> %s +chat.type.achievement=%s vient d'obtenir le succès %s +chat.type.achievement.taken=%s a perdu le succès %s +chat.type.admin=[%s : %s] +chat.type.announcement=[%s] %s +chat.type.emote=* %s %s +chat.type.text=<%s> %s +commands.achievement.alreadyHave=%s a déjà obtenu le succès %s +commands.achievement.dontHave=%s n'a pas encore obtenu le succès %s +commands.achievement.give.success.all=%s a obtenu tous les succès +commands.achievement.give.success.one=%s a obtenu le succès %s +commands.achievement.statTooLow=Le joueur %s n'a pas obtenu le succès ou la statistique %s +commands.achievement.take.success.all=Tous les succès de %s ont été correctement retirés +commands.achievement.take.success.one=Le succès %s a correctement été retiré de %s +commands.achievement.unknownAchievement=Le succès ou la statistique "%s" est inconnue +commands.achievement.usage=/achievement [joueur] +commands.ban.failed=Impossible de bannir le joueur %s +commands.ban.success=Joueur %s banni +commands.ban.usage=/ban [raison ...] +commands.banip.invalid=Vous avez entré une adresse IP invalide ou un joueur qui n'est pas connecté. +commands.banip.success=Adresse IP %s bannie +commands.banip.success.players=Adresse IP %s appartenant à %s bannie +commands.banip.usage=/ban-ip [raison ...] +commands.banlist.ips=Il y a un total de %s adresse(s) IP bannie(s) : +commands.banlist.players=Il y a un total de %s joueur(s) banni(s) : +commands.banlist.usage=/banlist [ips|joueurs] +commands.blockdata.failed=Les données n'ont pas changé : %s +commands.blockdata.notValid=Le bloc ciblé n'est pas un bloc supportant des données supplémentaires +commands.blockdata.outOfWorld=Impossible de changer un bloc en dehors du monde +commands.blockdata.success=Les données du bloc ont été mises à jour : %s +commands.blockdata.tagError=L'analyse syntaxique des "data tag" a échoué : %s +commands.blockdata.usage=/blockdata +commands.chunkinfo.compiled=Le tronçon est compilé. +commands.chunkinfo.data=Les 64 premiers vertex sont : %s +commands.chunkinfo.empty=Le tronçon est vide. +commands.chunkinfo.hasLayers=Le tronçon a des couches : %s +commands.chunkinfo.hasNoRenderableLayers=Le chunk n'a pas de couches qui peuvent être rendues. +commands.chunkinfo.isEmpty=Le tronçon a des couches vides : %s +commands.chunkinfo.location=Emplacement du tronçon : (%s, %s, %s) +commands.chunkinfo.noChunk=Pas de tronçon trouvé à la position du tronçon %s, %s, %s +commands.chunkinfo.notCompiled=Le tronçon n'est pas compilé. +commands.chunkinfo.notEmpty=Le tronçon n'est pas vide. +commands.chunkinfo.usage=/chunkinfo [ ] +commands.chunkinfo.vertices=Le buffer de la couche %s contient %s vertex +commands.clear.failure=Impossible de vider l'inventaire de %s car il ne contient aucun objet +commands.clear.success=L'inventaire de %s a été vidé, supprimant %s objet(s) +commands.clear.tagError=L'analyse syntaxique des "data tag" a échoué : %s +commands.clear.testing=%s a %s objets qui correspondent au(x) critère(s) +commands.clear.usage=/clear [joueur] [objet] [donnée] [quantitéMax] [dataTag] +commands.clone.failed=Aucun bloc copié +commands.clone.noOverlap=La source et la destination ne peuvent pas se chevaucher +commands.clone.outOfWorld=Impossible d'accéder aux blocs en dehors du monde +commands.clone.success=%s blocs copiés +commands.clone.tooManyBlocks=Trop de blocs dans la zone spécifiée (%s > %s) +commands.clone.usage=/clone [mode] +commands.compare.failed=La source et la destination ne sont pas identiques +commands.compare.outOfWorld=Impossible d'accéder aux blocs en dehors du monde +commands.compare.success=%s blocs comparés +commands.compare.tooManyBlocks=Trop de blocs dans la zone spécifiée (%s > %s) +commands.compare.usage=/testforblocks [mode] +commands.debug.notStarted=Impossible d'arrêter l'analyse si elle n'a pas commencé ! +commands.debug.start=Début du débogage +commands.debug.stop=Le débogage s'est arrêté après %s secondes (%s ticks) +commands.defaultgamemode.success=Le mode de jeu par défaut du monde est maintenant %s +commands.defaultgamemode.usage=/defaultgamemode +commands.deop.failed=Impossible de retirer les privilèges d'opérateur à %s +commands.deop.success=%s a perdu ses privilèges d'opérateur +commands.deop.usage=/deop +commands.difficulty.success=La difficulté a été changée en %s +commands.difficulty.usage=/difficulty +commands.downfall.success=Inversion des intempéries +commands.downfall.usage=/toggledownfall +commands.effect.failure.notActive=Impossible de supprimer l'effet %1$s du joueur %2$s car il n'en a pas +commands.effect.failure.notActive.all=Impossible de supprimer les effets du joueur %s car il n'en a pas +commands.effect.notFound=Il n'y a pas d'effet ayant pour ID %s +commands.effect.success=Don de l'effet %1$s (ID %2$s) * %3$s à %4$s pour une durée de %5$s secondes +commands.effect.success.removed=Retrait de l'effet %1$s à %2$s +commands.effect.success.removed.all=Retrait de tous les effets de %s +commands.effect.usage=/effect [secondes] [amplificateur] [masquer les particules] +commands.enchant.cantCombine=%1$s ne peut pas être combiné avec %2$s +commands.enchant.cantEnchant=L'enchantement sélectionné ne peut pas être ajouté à l'objet cible +commands.enchant.noItem=Le joueur n'a pas d'objet en main +commands.enchant.notFound=Il n'y a pas d'enchantement avec l'ID %s +commands.enchant.success=Enchantement réussi +commands.enchant.usage=/enchant [niveau] +commands.entitydata.failed=Les données n'ont pas changé : %s +commands.entitydata.noPlayers=%s est un joueur et ne peut pas être modifié +commands.entitydata.success=Les données de l'entité ont été mises à jour : %s +commands.entitydata.tagError=L'analyse syntaxique des "data tag" a échoué : %s +commands.entitydata.usage=/entitydata +commands.execute.allInvocationsFailed=Toutes les invocations ont echoué : "%s" +commands.execute.failed=Impossible d'exécuter "%s" en tant que %s +commands.execute.usage=/execute OU /execute detect +commands.fill.failed=Aucun bloc n'a été placé +commands.fill.outOfWorld=Impossible de placer des blocs en dehors du monde +commands.fill.success=%s blocs placés +commands.fill.tagError=L'analyse syntaxique des "data tag" a échoué : %s +commands.fill.tooManyBlocks=Trop de blocs dans la zone spécifiée (%s > %s) +commands.fill.usage=/fill [valeur de donnée] [destroy|hollow|keep|outline|replace] [dataTag] +commands.gamemode.success.other=Changement du mode de jeu de %s en %s +commands.gamemode.success.self=Changement de votre propre mode de jeu en %s +commands.gamemode.usage=/gamemode [joueur] +commands.gamerule.nopermission=Seuls les propriétaires du serveur peuvent changer "%s" +commands.gamerule.norule=Aucune règle nommée "%s" n'est disponible +commands.gamerule.success=La règle a été mise à jour +commands.gamerule.usage=/gamerule [valeur] +commands.generic.boolean.invalid="%s" n'est ni "true" ni "false" +commands.generic.double.tooBig=Le nombre que vous avez entré (%s) est trop grand, il doit être inférieur ou égal à %s +commands.generic.double.tooSmall=Le nombre que vous avez entré (%s) est trop petit, il doit être supérieur ou égal à %s +commands.generic.entity.invalidType=Le type d'entité "%s" n'est pas valide +commands.generic.entity.invalidUuid=Le format de l'UUID d'entité spécifié n'est pas valide +commands.generic.entity.notFound=Cette entité est introuvable +commands.generic.exception=Cette commande a échoué suite à une erreur inconnue +commands.generic.notFound=Cette commande n'est pas reconnue ; faites /help pour obtenir la liste des commandes +commands.generic.num.invalid="%s" n'est pas un nombre valide +commands.generic.num.tooBig=Le nombre que vous avez entré (%s) est trop grand, il doit être inférieur ou égal à %s +commands.generic.num.tooSmall=Le nombre que vous avez entré (%s) est trop petit, il doit être supérieur ou égal à %s +commands.generic.parameter.invalid="%s" n'est pas un paramètre valide +commands.generic.permission=Vous n'avez pas la permission d'utiliser cette commande +commands.generic.player.notFound=Le joueur n'a pas été trouvé +commands.generic.syntax=La syntaxe de la commande est invalide +commands.generic.usage=Syntaxe : %s +commands.give.notFound=Il n'y a pas d'objet avec le nom %s +commands.give.success=Don de %2$s %1$s à %3$s +commands.give.tagError=L'analyse syntaxique des "data tag" a échoué : %s +commands.give.usage=/give [quantité] [donnée] [dataTag] +commands.help.footer=Astuce : utilisez la touche en tapant une commande pour compléter la commande ou ses paramètres automatiquement +commands.help.header=--- Affichage de la page d'aide %s sur %s (/help ) --- +commands.help.usage=/help [page|nom d'une commande] +commands.kick.success=%s a été éjecté(e) du jeu +commands.kick.success.reason=%s a été éjecté(e) du jeu : "%s" +commands.kick.usage=/kick [raison ...] +commands.kill.successful=%s a été anéanti(e) +commands.kill.usage=/kill [joueur|entité] +commands.me.usage=/me +commands.message.display.incoming=%s vous chuchote : %s +commands.message.display.outgoing=Vous chuchotez à %s : %s +commands.message.sameTarget=Vous ne pouvez pas vous envoyer de message privé ! +commands.message.usage=/tell +commands.op.failed=Impossible de promouvoir %s au poste d'opérateur +commands.op.success=%s promu opérateur +commands.op.usage=/op +commands.particle.notFound=Effet inconnu (%s) +commands.particle.success=L'effet %s apparaît %s fois +commands.particle.usage=/particle [quantité] [mode] +commands.players.list=Il y a %s/%s joueur(s) connecté(s) : +commands.players.usage=/list +commands.playsound.playerTooFar=Le joueur %s est trop loin pour entendre le son +commands.playsound.success=Son "%s" joué à %s +commands.playsound.usage=/playsound [x] [y] [z] [volume] [hauteur] [volumeMinimum] +commands.publish.failed=Impossible d'héberger le jeu local +commands.publish.started=Jeu local hébergé sur le port %s +commands.publish.usage=/publish +commands.replaceitem.block.usage=/replaceitem block [quantité] [donnée] [dataTag] +commands.replaceitem.entity.usage=/replaceitem entity [quantité] [donnée] [dataTag] +commands.replaceitem.failed=Impossible de remplacer l'emplacement %s par %s %s +commands.replaceitem.noContainer=Le bloc en %s, %s, %s n'est pas un conteneur +commands.replaceitem.success=L'emplacement %s a été remplacé par %s %s +commands.replaceitem.tagError=L'analyse syntaxique des "data tag" a échoué : %s +commands.replaceitem.usage=/replaceitem ... +commands.save-off.alreadyOff=La sauvegarde automatique est déjà désactivée +commands.save-off.usage=/save-off +commands.save-on.alreadyOn=La sauvegarde automatique est déjà activée +commands.save-on.usage=/save-on +commands.save.disabled=Sauvegarde automatique du monde désactivée +commands.save.enabled=Sauvegarde automatique du monde activée +commands.save.failed=Échec de la sauvegarde : %s +commands.save.start=Sauvegarde... +commands.save.success=Monde sauvegardé +commands.save.usage=/save-all +commands.say.usage=/say +commands.scoreboard.allMatchesFailed=Toutes les opérations ont échoué +commands.scoreboard.noMultiWildcard=Un seul joker est autorisé +commands.scoreboard.objectiveNotFound=Aucun objectif du nom de "%s" n'a été trouvé +commands.scoreboard.objectiveReadOnly=L'objectif "%s" est en lecture seule et ne peut pas être défini +commands.scoreboard.objectives.add.alreadyExists=Un objectif avec le nom "%s" existe déjà +commands.scoreboard.objectives.add.displayTooLong=Le nom d'affichage "%s" est trop long pour un objectif, il peut être d'au plus %s caractères +commands.scoreboard.objectives.add.success=Un nouvel objectif "%s" a été ajouté avec succès +commands.scoreboard.objectives.add.tooLong=Le nom "%s" est trop long pour un objectif, il peut contenir au maximum %s caractères +commands.scoreboard.objectives.add.usage=/scoreboard objectives add [nom d'affichage ...] +commands.scoreboard.objectives.add.wrongType=Critère d'objectif invalide "%s" +commands.scoreboard.objectives.list.count=Affichage de %s objectif(s) sur le tableau de score : +commands.scoreboard.objectives.list.empty=Il n'y a pas d'objectif sur le tableau de score +commands.scoreboard.objectives.list.entry=- %s : s'affiche en tant que "%s" et est de type "%s" +commands.scoreboard.objectives.remove.success=L'objectif "%s" a été supprimé avec succès +commands.scoreboard.objectives.remove.usage=/scoreboard objectives remove +commands.scoreboard.objectives.setdisplay.invalidSlot=Aucun emplacement d'affichage appelé "%s" +commands.scoreboard.objectives.setdisplay.successCleared=L'objectif se trouvant dans l'emplacement d'affichage "%s" a été supprimé +commands.scoreboard.objectives.setdisplay.successSet=L'objectif dans l'emplacement "%s" a été défini à "%s" +commands.scoreboard.objectives.setdisplay.usage=/scoreboard objectives setdisplay [objectif] +commands.scoreboard.objectives.usage=/scoreboard objectives ... +commands.scoreboard.players.add.usage=/scoreboard players add [dataTag] +commands.scoreboard.players.enable.noTrigger=L'objectif %s n'est pas un déclencheur +commands.scoreboard.players.enable.success=Le déclencheur %s a été activé pour %s +commands.scoreboard.players.enable.usage=/scoreboard players enable +commands.scoreboard.players.list.count=Affichage de %s joueurs ciblés sur le tableau de score : +commands.scoreboard.players.list.empty=Il n'y a pas de joueur ciblé sur le tableau de score +commands.scoreboard.players.list.player.count=Affichage de %s objectif(s) ciblé(s) pour %s : +commands.scoreboard.players.list.player.empty=Le joueur %s n'a aucun score enregistré +commands.scoreboard.players.list.player.entry=- %2$s : %1$s (%3$s) +commands.scoreboard.players.list.usage=/scoreboard players list [nom] +commands.scoreboard.players.operation.invalidOperation=Opération invalide %s +commands.scoreboard.players.operation.notFound=Pas de score %s trouvé pour %s +commands.scoreboard.players.operation.success=L'opération a été appliquée avec succès +commands.scoreboard.players.operation.usage=/scoreboard players operation +commands.scoreboard.players.remove.usage=/scoreboard players remove [dataTag] +commands.scoreboard.players.reset.success=Tous les scores du joueur %s ont été réinitialisés +commands.scoreboard.players.reset.usage=/scoreboard players reset [objectif] +commands.scoreboard.players.resetscore.success=Le score %s du joueur %s a été réinitialisé +commands.scoreboard.players.set.success=Le score de %s pour le joueur %s a été défini à %s +commands.scoreboard.players.set.tagError=Impossible d'analyser le(s) dataTag, raison : %s +commands.scoreboard.players.set.tagMismatch=Le dataTag ne correspond pas à %s +commands.scoreboard.players.set.usage=/scoreboard players set [dataTag] +commands.scoreboard.players.test.failed=Le score de %s n'est pas dans l'intervalle %s à %s +commands.scoreboard.players.test.notFound=Pas de score %s trouvé pour %s +commands.scoreboard.players.test.success=Le score de %s est dans l'intervalle %s à %s +commands.scoreboard.players.test.usage=/scoreboard players test [max] +commands.scoreboard.players.usage=/scoreboard players ... +commands.scoreboard.teamNotFound=Aucune équipe du nom de "%s" n'a été trouvée +commands.scoreboard.teams.add.alreadyExists=Une équipe avec le nom "%s" existe déjà +commands.scoreboard.teams.add.displayTooLong=Le nom d'affichage "%s" est trop long pour une équipe, il peut être d'au plus %s caractères +commands.scoreboard.teams.add.success=Une nouvelle équipe "%s" a été ajoutée avec succès +commands.scoreboard.teams.add.tooLong=Le nom "%s" est trop long pour une équipe, il peut être d'au plus %s caractères +commands.scoreboard.teams.add.usage=/scoreboard teams add [nom d'affichage ...] +commands.scoreboard.teams.empty.alreadyEmpty=L'équipe %s est déjà vide, il est impossible de supprimer des joueurs inexistants +commands.scoreboard.teams.empty.success=%s joueur(s) a/ont été supprimé(s) de l'équipe %s +commands.scoreboard.teams.empty.usage=/scoreboard teams empty <équipe> +commands.scoreboard.teams.join.failure=Impossible d'ajouter %s joueur(s) à l'équipe %s : %s +commands.scoreboard.teams.join.success=%s joueur(s) a/ont été ajouté(s) à l'équipe %s : %s +commands.scoreboard.teams.join.usage=/scoreboard teams join <équipe> [joueur] +commands.scoreboard.teams.leave.failure=Impossible de supprimer %s joueur(s) de leur(s) équipe(s) : %s +commands.scoreboard.teams.leave.noTeam=Vous n'êtes dans aucune équipe +commands.scoreboard.teams.leave.success=%s joueur(s) a/ont été supprimé(s) de son/leur équipe : %s +commands.scoreboard.teams.leave.usage=/scoreboard teams leave [joueur] +commands.scoreboard.teams.list.count=Affichage de %s équipes sur le tableau de score : +commands.scoreboard.teams.list.empty=Il n'y a aucune équipe inscrite sur le tableau de score +commands.scoreboard.teams.list.entry=- %1$s : "%2$s" a %3$s joueurs +commands.scoreboard.teams.list.player.count=Affichage de %s joueur(s) dans l'équipe %s : +commands.scoreboard.teams.list.player.empty=L'équipe %s ne comporte aucun joueur +commands.scoreboard.teams.list.player.entry=- %2$s : %1$s (%3$s) +commands.scoreboard.teams.list.usage=/scoreboard teams list [nom] +commands.scoreboard.teams.option.noValue=Les valeurs valides pour l'option %s sont : %s +commands.scoreboard.teams.option.success=L'option %s pour l'équipe %s a été définie à %s +commands.scoreboard.teams.option.usage=/scoreboard teams option <équipe> +commands.scoreboard.teams.remove.success=L'équipe %s a été supprimée +commands.scoreboard.teams.remove.usage=/scoreboard teams remove +commands.scoreboard.teams.usage=/scoreboard teams ... +commands.scoreboard.usage=/scoreboard ... +commands.seed.success=Graine : %s +commands.seed.usage=/seed +commands.setblock.failed=Impossible de placer le bloc +commands.setblock.noChange=Le bloc n'a pas pu être placé +commands.setblock.notFound=Il n'y a pas de bloc ayant pour ID/nom %s +commands.setblock.outOfWorld=Impossible de placer le bloc en dehors du monde +commands.setblock.success=Bloc placé +commands.setblock.tagError=L'analyse syntaxique des "data tag" a échoué : %s +commands.setblock.usage=/setblock [valeur de donnée] [replace|keep|destroy] [dataTag] +commands.setidletimeout.success=Le délai d'inactivité a été défini à %s minutes avec succès +commands.setidletimeout.usage=/setidletimeout +commands.setworldspawn.success=Le point d'apparition du monde a été défini en (%s, %s, %s) +commands.setworldspawn.usage=/setworldspawn [ ] +commands.spawnpoint.success=Le nouveau point d'apparition de %s a été défini en (%s,%s,%s) +commands.spawnpoint.usage=/spawnpoint [joueur] [ ] +commands.spreadplayers.failure.players=Impossible de disperser %s joueurs autour de %s,%s (trop de joueurs pour l'espace - essayez de ne pas dépasser %s) +commands.spreadplayers.failure.teams=Impossible de disperser %s équipes autour de %s,%s (trop de joueurs pour l'espace - essayez de ne pas dépasser %s) +commands.spreadplayers.info.players=(La distance moyenne entre les joueurs est de %s blocs après %s itérations) +commands.spreadplayers.info.teams=(La distance moyenne entre les équipes est de %s blocs après %s itérations) +commands.spreadplayers.spreading.players=Dispersion de %s joueurs à %s blocs autour de %s,%s (min %s blocs de distance) +commands.spreadplayers.spreading.teams=Dispersion de %s équipes à %s blocs autour de %s,%s (min %s blocs de distance) +commands.spreadplayers.success.players=Dispersion avec succès de %s joueurs autour de %s,%s +commands.spreadplayers.success.teams=Dispersion avec succès de %s équipes autour de %s,%s +commands.spreadplayers.usage=/spreadplayers +commands.stats.block.clear.usage=/stats block clear +commands.stats.block.set.usage=/stats block set +commands.stats.block.usage=/stats block ... +commands.stats.cleared=La statistique %s a été effacée +commands.stats.entity.clear.usage=/stats entity clear +commands.stats.entity.set.usage=/stats entity set +commands.stats.entity.usage=/stats entity ... +commands.stats.failed=Paramètres invalides +commands.stats.noCompatibleBlock=Le bloc en %s, %s, %s ne peut pas suivre de statistiques +commands.stats.success=Enregistrement de la statistique %s dans %s sur %s +commands.stats.usage=/stats ... +commands.stop.start=Arrêt du serveur +commands.stop.usage=/stop +commands.summon.failed=Impossible d'invoquer l'entité +commands.summon.outOfWorld=Impossible d'invoquer l'entité en dehors du monde +commands.summon.success=Entité invoquée avec succès +commands.summon.tagError=L'analyse syntaxique des "data tag" a échoué : %s +commands.summon.usage=/summon [x] [y] [z] [dataTag] +commands.tellraw.jsonException=Message json invalide : %s +commands.tellraw.usage=/tellraw +commands.testfor.failure=%s ne correspond pas à la structure de données requise +commands.testfor.success=%s de trouvé(es) +commands.testfor.tagError=L'analyse syntaxique des "data tag" a échoué : %s +commands.testfor.usage=/testfor [dataTag] +commands.testforblock.failed.data=Le bloc aux coordonnées %s, %s, %s a la métadonnée "%s" (attendue : %s) +commands.testforblock.failed.nbt=Le bloc aux coordonnées %s, %s, %s n'a pas les clés NBT requises +commands.testforblock.failed.tile=Le bloc aux coordonnées %s, %s, %s est "%s" (attendu : %s) +commands.testforblock.failed.tileEntity=Le bloc aux coordonnées %s, %s, %s n'est pas une entité de bloc et ne peut supporter la correspondance de valeur +commands.testforblock.outOfWorld=Impossible de tester un bloc situé en dehors du monde +commands.testforblock.success=Le bloc a bien été trouvé aux coordonnées %s, %s, %s +commands.testforblock.usage=/testforblock [donnée] [dataTag] +commands.time.added=Heure avancée de %s +commands.time.query=Temps : %s +commands.time.set=Heure fixée à %s +commands.time.usage=/time +commands.title.success=La commande a été exécutée avec succès +commands.title.usage=/title ... +commands.title.usage.clear=/title clear|reset +commands.title.usage.times=/title times +commands.title.usage.title=/title title|subtitle +commands.tp.notSameDimension=Impossible d'effectuer la téléportation car les joueurs ne sont pas dans la même dimension +commands.tp.success=%s s'est fait téléporter vers %s +commands.tp.success.coordinates=%s s'est fait téléporter en %s, %s, %s +commands.tp.usage=/tp [joueur ciblé] OU /tp [joueur ciblé] [ ] +commands.trigger.disabled=Le déclencheur %s n'est pas activé +commands.trigger.invalidMode=Mode du déclencheur invalide : %s +commands.trigger.invalidObjective=Nom de déclencheur invalide %s +commands.trigger.invalidPlayer=Seuls les joueurs peuvent utiliser la commande /trigger +commands.trigger.success=Le déclencheur %s a été changé avec %s %s +commands.trigger.usage=/trigger +commands.unban.failed=Impossible de débannir le joueur %s +commands.unban.success=Joueur %s débanni +commands.unban.usage=/pardon +commands.unbanip.invalid=Vous avez entré une adresse IP invalide +commands.unbanip.success=Adresse IP %s débannie +commands.unbanip.usage=/pardon-ip +commands.weather.clear=Le temps s'éclaircit +commands.weather.rain=Le temps devient pluvieux +commands.weather.thunder=Le temps devient orageux +commands.weather.usage=/weather [durée en secondes] +commands.whitelist.add.failed=Impossible d'ajouter %s sur la liste blanche +commands.whitelist.add.success=%s a été ajouté(e) à la liste blanche +commands.whitelist.add.usage=/whitelist add +commands.whitelist.disabled=Liste blanche désactivée +commands.whitelist.enabled=Liste blanche activée +commands.whitelist.list=Il y a %s joueur(s) (sur %s détecté(s)) dans la liste blanche : +commands.whitelist.reloaded=Liste blanche rechargée +commands.whitelist.remove.failed=Impossible de retirer %s de la liste blanche +commands.whitelist.remove.success=%s a été retiré(e) de la liste blanche +commands.whitelist.remove.usage=/whitelist remove +commands.whitelist.usage=/whitelist +commands.worldborder.add.usage=/worldborder add [temps en secondes] +commands.worldborder.center.success=Le centre de la bordure du monde a été défini en %s, %s +commands.worldborder.center.usage=/worldborder center +commands.worldborder.damage.amount.success=La quantité de dégâts causés par la bordure du monde a été définie à %s par bloc (auparavant %s par bloc) +commands.worldborder.damage.amount.usage=/worldborder damage amount +commands.worldborder.damage.buffer.success=Le tampon de dégâts de la bordure du monde a été défini à %s blocs (auparavant %s blocs) +commands.worldborder.damage.buffer.usage=/worldborder damage buffer +commands.worldborder.damage.usage=/worldborder damage +commands.worldborder.get.success=La bordure du monde est actuellement de %s blocs de large +commands.worldborder.set.success=La taille de la bordure du monde a été définie à %s blocs de large (auparavant %s blocs) +commands.worldborder.set.usage=/worldborder set [temps en secondes] +commands.worldborder.setSlowly.grow.success=Agrandissement de la bordure du monde à %s blocs de large (auparavant %s blocs) en %s secondes +commands.worldborder.setSlowly.shrink.success=Rétrécissement de la bordure du monde à %s blocs de large (auparavant %s blocs) en %s secondes +commands.worldborder.usage=/worldborder ... +commands.worldborder.warning.distance.success=L'avertissement de la bordure du monde a été défini à %s blocs de distance (auparavant %s blocs) +commands.worldborder.warning.distance.usage=/worldborder warning distance +commands.worldborder.warning.time.success=L'avertissement de la bordure du monde a été défini à %s secondes de distance (auparavant %s secondes) +commands.worldborder.warning.time.usage=/worldborder warning time +commands.worldborder.warning.usage=/worldborder warning +commands.xp.failure.widthdrawXp=Impossible de donner des points d'expérience négatifs au joueur +commands.xp.success=Don de %s point(s) d’expérience à %s +commands.xp.success.levels=Don de %s niveau(x) à %s +commands.xp.success.negative.levels=Retrait de %s niveau(x) à %s +commands.xp.usage=/xp [joueur] OU /xp L [joueur] +connect.authorizing=Authentification en cours... +connect.connecting=Connexion au serveur en cours... +connect.failed=Échec de connexion au serveur +container.beacon=Balise +container.brewing=Alambic +container.chest=Coffre +container.chestDouble=Grand coffre +container.crafting=Fabrication +container.creative=Sélection des objets +container.dispenser=Distributeur +container.dropper=Dropper +container.enchant=Enchanter +container.enchant.clue=%s . . . ? +container.enchant.lapis.many=%s unités de lapis-lazuli +container.enchant.lapis.one=1 unité de lapis-lazuli +container.enchant.level.many=%s niveaux d'enchantement +container.enchant.level.one=1 niveau d'enchantement +container.enderchest=Coffre du Néant +container.furnace=Fourneau +container.hopper=Entonnoir +container.inventory=Inventaire +container.isLocked=%s verrouillé(e) ! +container.minecart=Wagonnet +container.repair=Réparer et renommer +container.repair.cost=Coût : %1$s +container.repair.expensive=Trop cher ! +controls.reset=Réinit. +controls.resetAll=Réinitialiser les touches +controls.title=Contrôles +createWorld.customize.custom.baseSize=Altitude de surface +createWorld.customize.custom.biomeDepthOffset=Surface des biomes +createWorld.customize.custom.biomeDepthWeight=Hauteur des biomes +createWorld.customize.custom.biomeScaleOffset=Position des biomes +createWorld.customize.custom.biomeScaleWeight=Poids des biomes +createWorld.customize.custom.biomeSize=Taille des biomes +createWorld.customize.custom.center=Hauteur centrale +createWorld.customize.custom.confirm1=Cette opération va écraser vos paramètres +createWorld.customize.custom.confirm2=actuels et ne va pas pouvoir être annulée. +createWorld.customize.custom.confirmTitle=Avertissement ! +createWorld.customize.custom.coordinateScale=Échelle horizontale +createWorld.customize.custom.count=Fréquence des filons +createWorld.customize.custom.defaults=Par défaut +createWorld.customize.custom.depthNoiseScaleExponent=Taille des cavités +createWorld.customize.custom.depthNoiseScaleX=Profondeur en X +createWorld.customize.custom.depthNoiseScaleZ=Profondeur en Z +createWorld.customize.custom.dungeonChance=Nombre de donjons +createWorld.customize.custom.fixedBiome=Biome +createWorld.customize.custom.heightScale=Échelle verticale +createWorld.customize.custom.lavaLakeChance=Rareté des lacs de lave +createWorld.customize.custom.lowerLimitScale=Limite inférieure +createWorld.customize.custom.mainNoiseScaleX=Étirement en X +createWorld.customize.custom.mainNoiseScaleY=Étirement en Y +createWorld.customize.custom.mainNoiseScaleZ=Étirement en Z +createWorld.customize.custom.maxHeight=Hauteur max. +createWorld.customize.custom.minHeight=Hauteur min. +createWorld.customize.custom.next=Page suivante +createWorld.customize.custom.page0=Options de base +createWorld.customize.custom.page1=Options pour la génération des minerais +createWorld.customize.custom.page2=Options avancées (utilisateurs expérimentés uniquement !) +createWorld.customize.custom.page3=Options avancées supplémentaires (utilisateurs expérimentés uniquement !) +createWorld.customize.custom.preset.caveChaos=Cavernes du chaos +createWorld.customize.custom.preset.caveDelight=Le paradis des spéléologues +createWorld.customize.custom.preset.drought=Sécheresse +createWorld.customize.custom.preset.goodLuck=Bonne chance +createWorld.customize.custom.preset.isleLand=ÃŽles flottantes +createWorld.customize.custom.preset.mountains=Montagnes en folie +createWorld.customize.custom.preset.waterWorld=Monde aquatique +createWorld.customize.custom.presets=Préréglages +createWorld.customize.custom.presets.title=Choix du préréglage +createWorld.customize.custom.prev=Page précédente +createWorld.customize.custom.randomize=Au hasard +createWorld.customize.custom.riverSize=Taille des rivières +createWorld.customize.custom.seaLevel=Niveau de la mer +createWorld.customize.custom.size=Taille des filons +createWorld.customize.custom.spread=Dispersion +createWorld.customize.custom.stretchY=Étirement vertical +createWorld.customize.custom.upperLimitScale=Limite supérieure +createWorld.customize.custom.useCaves=Cavernes +createWorld.customize.custom.useDungeons=Donjons +createWorld.customize.custom.useLavaLakes=Lacs de lave +createWorld.customize.custom.useLavaOceans=Océans de lave +createWorld.customize.custom.useMineShafts=Mines abandonnées +createWorld.customize.custom.useMonuments=Monuments sous-marins +createWorld.customize.custom.useRavines=Ravins +createWorld.customize.custom.useStrongholds=Forts +createWorld.customize.custom.useTemples=Temples +createWorld.customize.custom.useVillages=Villages +createWorld.customize.custom.useWaterLakes=Lacs +createWorld.customize.custom.waterLakeChance=Rareté des lacs +createWorld.customize.flat.addLayer=Ajouter une couche +createWorld.customize.flat.editLayer=Modifier la couche +createWorld.customize.flat.height=Hauteur +createWorld.customize.flat.layer=%s +createWorld.customize.flat.layer.bottom=Fond - %s +createWorld.customize.flat.layer.top=Surface - %s +createWorld.customize.flat.removeLayer=Retirer la couche +createWorld.customize.flat.tile=Matériau de couche +createWorld.customize.flat.title=Personnalisation du monde plat +createWorld.customize.presets=Préréglages +createWorld.customize.presets.list=Sinon, en voici quelques-uns créés par nos soins ! +createWorld.customize.presets.select=Utiliser +createWorld.customize.presets.share=Vous souhaitez partager votre préréglage ? Utilisez le champ ci-dessous ! +createWorld.customize.presets.title=Choix du préréglage +death.attack.anvil=%1$s s'est fait écraser par une enclume +death.attack.arrow=%1$s s'est fait tirer dessus par (un) %2$s +death.attack.arrow.item=%1$s s'est fait tirer dessus par (un) %2$s avec un(e) %3$s +death.attack.cactus=%1$s s'est fait piquer à mort +death.attack.cactus.player=%1$s a marché sur un cactus en essayant d'échapper à %2$s +death.attack.drown=%1$s s'est noyé(e) +death.attack.drown.player=%1$s s'est noyé(e) en essayant d'échapper à %2$s +death.attack.explosion=%1$s a été tué(e) dans une explosion +death.attack.explosion.player=%1$s s'est fait tuer dans une explosion causée par (un) %2$s +death.attack.fall=%1$s s'est écrasé(e) au sol +death.attack.fallingBlock=%1$s s'est fait écraser par un bloc +death.attack.fireball=%1$s a reçu une boule de feu de %2$s +death.attack.fireball.item=%1$s a reçu une boule de feu de %2$s utilisant un(e) %3$s +death.attack.generic=%1$s est mort(e) +death.attack.inFire=%1$s est parti(e) en fumée +death.attack.inFire.player=%1$s a marché dans du feu en combattant %2$s +death.attack.inWall=%1$s a suffoqué dans un mur +death.attack.indirectMagic=%1$s s'est fait tuer par (un(e)) %2$s avec un sort +death.attack.indirectMagic.item=%1$s s'est fait tuer par (une) %2$s avec une %3$s +death.attack.lava=%1$s a essayé de nager dans la lave +death.attack.lava.player=%1$s a essayé de nager dans la lave pour échapper à %2$s +death.attack.lightningBolt=%1$s s'est fait frapper par la foudre +death.attack.magic=%1$s s'est fait tuer par un sort +death.attack.mob=%1$s s'est fait tuer par un(e) %2$s +death.attack.onFire=%1$s s'est fait carboniser par le feu +death.attack.onFire.player=%1$s a été réduit(e) en cendres tout en combattant (un(e)) %2$s +death.attack.outOfWorld=%1$s a littéralement quitté notre monde +death.attack.player=%1$s s'est fait tuer par %2$s +death.attack.player.item=%1$s s'est fait tuer par %2$s avec un(e) %3$s +death.attack.starve=%1$s est mort(e) de faim +death.attack.thorns=%1$s s'est fait tuer en essayant de blesser (un(e)) %2$s +death.attack.thrown=%1$s s'est fait bombarder par (un(e)) %2$s +death.attack.thrown.item=%1$s s'est fait bombarder par (un(e)) %2$s avec un(e) %3$s +death.attack.wither=%1$s s'est fait empoisonner par un Wither ou un Wither squelette +death.fell.accident.generic=%1$s a fait une terrible chute +death.fell.accident.ladder=%1$s est tombé(e) d'une échelle +death.fell.accident.vines=%1$s est tombé(e) de quelques lianes +death.fell.accident.water=%1$s est tombé(e) hors de l'eau +death.fell.assist=%1$s a été condamné(e) à tomber par %2$s +death.fell.assist.item=%1$s a été condamné(e) à tomber par %2$s avec un(e) %3$s +death.fell.finish=%1$s a fait une terrible chute et a été achevé(e) par %2$s +death.fell.finish.item=%1$s a fait une terrible chute et a été achevé(e) par %2$s avec un(e) %3$s +death.fell.killer=%1$s a été condamné(e) à tomber +deathScreen.deleteWorld=Supprimer ce monde +deathScreen.hardcoreInfo=Vous ne pouvez pas ressusciter en mode Hardcore ! +deathScreen.leaveServer=Quitter le serveur +deathScreen.quit.confirm=Êtes-vous sûr(e) de vouloir quitter ? +deathScreen.respawn=Ressusciter +deathScreen.score=Score +deathScreen.title=Vous êtes mort(e) ! +deathScreen.title.hardcore=Game over ! +deathScreen.titleScreen=Menu principal +demo.day.1=Cette démo durera 5 jours de jeu, profitez-en ! +demo.day.2=Deuxième jour +demo.day.3=Troisième jour +demo.day.4=Quatrième jour +demo.day.5=C'est votre dernier jour ! +demo.day.6=Les 5 jours de la démo sont écoulés, utilisez F2 pour faire une capture d'écran de votre création. +demo.day.warning=La démo est presque terminée ! +demo.demoExpired=Le temps de démo est écoulé ! +demo.help.buy=Acheter maintenant ! +demo.help.fullWrapped=Cette démo durera 5 jours dans le jeu (environ 1 h 40 en temps réel). Jetez un oeil aux succès pour vous aider ! Bon jeu ! +demo.help.inventory=Utilisez %1$s pour ouvrir votre inventaire +demo.help.jump=Utilisez %1$s pour sauter +demo.help.later=Continuer à jouer ! +demo.help.movement=Utilisez %1$s, %2$s, %3$s, %4$s et la souris pour vous déplacer. +demo.help.movementMouse=Regardez autour de vous grâce à la souris +demo.help.movementShort=Bougez en appuyant sur %1$s, %2$s, %3$s et %4$s +demo.help.title=Mode démo +demo.remainingTime=Temps restant : %s +demo.reminder=La démo est terminée, achetez le jeu pour continuer votre partie ou bien créez un nouveau monde ! +difficulty.lock.question=Êtes-vous sûr(e) de vouloir verrouiller la difficulté de ce monde actuellement %1$s ? Cette opération est définitive et irréversible. +difficulty.lock.title=Verrouillage de la difficulté du monde +disconnect.closed=Connexion terminée +disconnect.disconnected=Déconnecté(e) par le serveur +disconnect.endOfStream=Fin du flux +disconnect.genericReason=%s +disconnect.kicked=Expulsé(e) du serveur +disconnect.loginFailed=Échec de l'authentification +disconnect.loginFailedInfo=Échec de l'authentification : %s +disconnect.loginFailedInfo.invalidSession=Session invalide (essayez de redémarrer le jeu) +disconnect.loginFailedInfo.serversUnavailable=Le service d'authentification est actuellement hors service pour cause de maintenance. +disconnect.lost=Connexion perdue +disconnect.overflow=Mémoire tampon insuffisante +disconnect.quitting=Fermeture en cours +disconnect.spam=Expulsé(e) pour spam +disconnect.timeout=Le délai de connexion a expiré. +enchantment.arrowDamage=Puissance +enchantment.arrowFire=Flamme +enchantment.arrowInfinite=Infinité +enchantment.arrowKnockback=Frappe +enchantment.damage.all=Tranchant +enchantment.damage.arthropods=Fléau des arthropodes +enchantment.damage.undead=Châtiment +enchantment.digging=Efficacité +enchantment.durability=Solidité +enchantment.fire=Aura de feu +enchantment.fishingSpeed=Appât +enchantment.knockback=Recul +enchantment.level.1=I +enchantment.level.10=X +enchantment.level.2=II +enchantment.level.3=III +enchantment.level.4=IV +enchantment.level.5=V +enchantment.level.6=VI +enchantment.level.7=VII +enchantment.level.8=VIII +enchantment.level.9=IX +enchantment.lootBonus=Butin +enchantment.lootBonusDigger=Fortune +enchantment.lootBonusFishing=Chance de la mer +enchantment.oxygen=Apnée +enchantment.protect.all=Protection +enchantment.protect.explosion=Protection contre les explosions +enchantment.protect.fall=Chute amortie +enchantment.protect.fire=Protection contre le feu +enchantment.protect.projectile=Protection contre les projectiles +enchantment.thorns=Épines +enchantment.untouching=Toucher de soie +enchantment.waterWalker=Agilité aquatique +enchantment.waterWorker=Affinité aquatique +entity.ArmorStand.name=Porte-armure +entity.Arrow.name=Flèche +entity.Bat.name=Chauve-souris +entity.Blaze.name=Blaze +entity.Boat.name=Bateau +entity.Cat.name=Chat +entity.CaveSpider.name=Araignée venimeuse +entity.Chicken.name=Poule +entity.Cow.name=Vache +entity.Creeper.name=Creeper +entity.EnderDragon.name=Ender Dragon +entity.Enderman.name=Enderman +entity.Endermite.name=Endermite +entity.EntityHorse.name=Cheval +entity.FallingSand.name=Bloc soumis à la gravité +entity.Fireball.name=Boule de feu +entity.Ghast.name=Ghast +entity.Giant.name=Géant +entity.Guardian.name=Gardien +entity.Item.name=Objet +entity.KillerBunny.name=Lapin tueur +entity.LavaSlime.name=Cube de magma +entity.Minecart.name=Wagonnet +entity.Mob.name=Créature +entity.Monster.name=Monstre +entity.MushroomCow.name=Champimeuh +entity.Ozelot.name=Ocelot +entity.Painting.name=Peinture +entity.Pig.name=Cochon +entity.PigZombie.name=Cochon-zombie +entity.PrimedTnt.name=TNT amorcé +entity.Rabbit.name=Lapin +entity.Sheep.name=Mouton +entity.Silverfish.name=Poisson d'argent +entity.Skeleton.name=Squelette +entity.Slime.name=Slime +entity.SmallFireball.name=Petite boule de feu +entity.SnowMan.name=Golem de neige +entity.Snowball.name=Boule de neige +entity.Spider.name=Araignée +entity.Squid.name=Poulpe +entity.Villager.armor=Armurier +entity.Villager.butcher=Boucher +entity.Villager.cleric=Prêtre +entity.Villager.farmer=Fermier +entity.Villager.fisherman=Pêcheur +entity.Villager.fletcher=Fléchier +entity.Villager.leather=Tanneur +entity.Villager.librarian=Bibliothécaire +entity.Villager.name=Villageois +entity.Villager.shepherd=Berger +entity.Villager.tool=Forgeron (outils) +entity.Villager.weapon=Forgeron (armes) +entity.VillagerGolem.name=Golem de fer +entity.Witch.name=Sorcière +entity.WitherBoss.name=Wither +entity.Wolf.name=Loup +entity.XPOrb.name=Orbe d'expérience +entity.Zombie.name=Zombie +entity.donkey.name=Âne +entity.generic.name=inconnu +entity.horse.name=Cheval +entity.mule.name=Mule +entity.skeletonhorse.name=Cheval-squelette +entity.zombiehorse.name=Cheval-zombie +gameMode.adventure=Mode Aventure +gameMode.changed=Votre mode de jeu a été mis à jour +gameMode.creative=Mode Créatif +gameMode.hardcore=Mode Hardcore ! +gameMode.spectator=Mode spectateur +gameMode.survival=Mode Survie +generator.amplified=Amplifié +generator.amplified.info=Remarque : juste pour le fun, nécessite un ordinateur costaud +generator.customized=Personnalisé +generator.debug_all_block_states=Débogage +generator.default=Par défaut +generator.flat=Monde plat +generator.largeBiomes=Biomes vastes +gui.achievements=Succès +gui.all=Tous +gui.back=Retour +gui.cancel=Annuler +gui.done=Terminé +gui.down=Bas +gui.no=Non +gui.none=Aucun +gui.stats=Statistiques +gui.toMenu=Retour au menu principal +gui.up=Haut +gui.yes=Oui +inventory.binSlot=Poubelle +item.apple.name=Pomme +item.appleGold.name=Pomme dorée +item.armorStand.name=Porte-armure +item.arrow.name=Flèche +item.banner.black.name=Bannière noire +item.banner.blue.name=Bannière bleue +item.banner.border.black=Bordure de sable +item.banner.border.blue=Bordure d'azur +item.banner.border.brown=Bordure de tanné +item.banner.border.cyan=Bordure de cyan +item.banner.border.gray=Bordure d'acier +item.banner.border.green=Bordure de sinople +item.banner.border.lightBlue=Bordure d'azur clair +item.banner.border.lime=Bordure de sinople clair +item.banner.border.magenta=Bordure de pourpre +item.banner.border.orange=Bordure d'orangé +item.banner.border.pink=Bordure de carnation +item.banner.border.purple=Bordure de mûre +item.banner.border.red=Bordure de gueules +item.banner.border.silver=Bordure d'argent grisé +item.banner.border.white=Bordure d'argent +item.banner.border.yellow=Bordure d'or +item.banner.bricks.black=Champ maçonné de sable +item.banner.bricks.blue=Champ maçonné d'azur +item.banner.bricks.brown=Champ maçonné de tanné +item.banner.bricks.cyan=Champ maçonné de cyan +item.banner.bricks.gray=Champ maçonné d'acier +item.banner.bricks.green=Champ maçonné de sinople +item.banner.bricks.lightBlue=Champ maçonné d'azur clair +item.banner.bricks.lime=Champ maçonné sinople clair +item.banner.bricks.magenta=Champ maçonné de pourpre +item.banner.bricks.orange=Champ maçonné d'orangé +item.banner.bricks.pink=Champ maçonné de carnation +item.banner.bricks.purple=Champ maçonné de mûre +item.banner.bricks.red=Champ maçonné de gueules +item.banner.bricks.silver=Champ maçonné d'argent grisé +item.banner.bricks.white=Champ maçonné d'argent +item.banner.bricks.yellow=Champ maçonné d'or +item.banner.brown.name=Bannière marron +item.banner.circle.black=Tourteau de sable +item.banner.circle.blue=Tourteau d'azur +item.banner.circle.brown=Tourteau de tanné +item.banner.circle.cyan=Tourteau de cyan +item.banner.circle.gray=Tourteau d'acier +item.banner.circle.green=Tourteau de sinople +item.banner.circle.lightBlue=Tourteau d'azur clair +item.banner.circle.lime=Tourteau de sinople clair +item.banner.circle.magenta=Tourteau de pourpre +item.banner.circle.orange=Tourteau d'orangé +item.banner.circle.pink=Tourteau de carnation +item.banner.circle.purple=Tourteau de mûre +item.banner.circle.red=Tourteau de gueules +item.banner.circle.silver=Tourteau d'argent grisé +item.banner.circle.white=Tourteau d'argent +item.banner.circle.yellow=Tourteau d'or +item.banner.creeper.black=Visage de Creeper de sable +item.banner.creeper.blue=Visage de Creeper d'azur +item.banner.creeper.brown=Visage de Creeper de tanné +item.banner.creeper.cyan=Visage de Creeper de cyan +item.banner.creeper.gray=Visage de Creeper d'acier +item.banner.creeper.green=Visage de Creeper de sinople +item.banner.creeper.lightBlue=Visage de Creeper d'azur clair +item.banner.creeper.lime=Visage de Creeper de sinople clair +item.banner.creeper.magenta=Visage de Creeper de pourpre +item.banner.creeper.orange=Visage de Creeper d'orangé +item.banner.creeper.pink=Visage de Creeper de carnation +item.banner.creeper.purple=Visage de Creeper de mûre +item.banner.creeper.red=Visage de Creeper de gueules +item.banner.creeper.silver=Visage de Creeper d'argent grisé +item.banner.creeper.white=Visage de Creeper d'argent +item.banner.creeper.yellow=Visage de Creeper d'or +item.banner.cross.black=Sautoir de sable +item.banner.cross.blue=Sautoir d'azur +item.banner.cross.brown=Sautoir de tanné +item.banner.cross.cyan=Sautoir de cyan +item.banner.cross.gray=Sautoir d'acier +item.banner.cross.green=Sautoir de sinople +item.banner.cross.lightBlue=Sautoir d'azur clair +item.banner.cross.lime=Sautoir de sinople clair +item.banner.cross.magenta=Sautoir de pourpre +item.banner.cross.orange=Sautoir d'orangé +item.banner.cross.pink=Sautoir de carnation +item.banner.cross.purple=Sautoir de mûre +item.banner.cross.red=Sautoir de gueules +item.banner.cross.silver=Sautoir d'argent grisé +item.banner.cross.white=Sautoir d'argent +item.banner.cross.yellow=Sautoir d'or +item.banner.curly_border.black=Bordure cannelée de sable +item.banner.curly_border.blue=Bordure cannelée d'azur +item.banner.curly_border.brown=Bordure cannelée de tanné +item.banner.curly_border.cyan=Bordure cannelée de cyan +item.banner.curly_border.gray=Bordure cannelée d'acier +item.banner.curly_border.green=Bordure cannelée de sinople +item.banner.curly_border.lightBlue=Bordure cannelée d'azur clair +item.banner.curly_border.lime=Bordure cannelée de sinople clair +item.banner.curly_border.magenta=Bordure cannelée de pourpre +item.banner.curly_border.orange=Bordure cannelée d'orangé +item.banner.curly_border.pink=Bordure cannelée de carnation +item.banner.curly_border.purple=Bordure cannelée de mûre +item.banner.curly_border.red=Bordure cannelée de gueules +item.banner.curly_border.silver=Bordure cannelée d'argent grisé +item.banner.curly_border.white=Bordure cannelée d'argent +item.banner.curly_border.yellow=Bordure cannelée d'or +item.banner.cyan.name=Bannière cyan +item.banner.diagonal_left.black=Taillé, au premier de sable +item.banner.diagonal_left.blue=Taillé, au premier d'azur +item.banner.diagonal_left.brown=Taillé, au premier de tanné +item.banner.diagonal_left.cyan=Taillé, au premier de cyan +item.banner.diagonal_left.gray=Taillé, au premier d'acier +item.banner.diagonal_left.green=Taillé, au premier de sinople +item.banner.diagonal_left.lightBlue=Taillé, au premier d'azur clair +item.banner.diagonal_left.lime=Taillé, au premier de sinople clair +item.banner.diagonal_left.magenta=Taillé, au premier de pourpre +item.banner.diagonal_left.orange=Taillé, au premier d'orangé +item.banner.diagonal_left.pink=Taillé, au premier de carnation +item.banner.diagonal_left.purple=Taillé, au premier de mûre +item.banner.diagonal_left.red=Taillé, au premier de gueules +item.banner.diagonal_left.silver=Taillé, au premier d'argent grisé +item.banner.diagonal_left.white=Taillé, au premier d'argent +item.banner.diagonal_left.yellow=Taillé, au premier d'or +item.banner.diagonal_right.black=Tranché, au premier de sable +item.banner.diagonal_right.blue=Tranché, au premier d'azur +item.banner.diagonal_right.brown=Tranché, au premier de tanné +item.banner.diagonal_right.cyan=Tranché, au premier de cyan +item.banner.diagonal_right.gray=Tranché, au premier d'acier +item.banner.diagonal_right.green=Tranché, au premier de sinople +item.banner.diagonal_right.lightBlue=Tranché, au premier d'azur clair +item.banner.diagonal_right.lime=Tranché, au premier de sinople clair +item.banner.diagonal_right.magenta=Tranché, au premier de pourpre +item.banner.diagonal_right.orange=Tranché, au premier d'orangé +item.banner.diagonal_right.pink=Tranché, au premier de carnation +item.banner.diagonal_right.purple=Tranché, au premier de mûre +item.banner.diagonal_right.red=Tranché, au premier de gueules +item.banner.diagonal_right.silver=Tranché, au premier d'argent grisé +item.banner.diagonal_right.white=Tranché, au premier d'argent +item.banner.diagonal_right.yellow=Tranché, au premier d'or +item.banner.diagonal_up_left.black=Tranché, au second de sable +item.banner.diagonal_up_left.blue=Tranché, au second d'azur +item.banner.diagonal_up_left.brown=Tranché, au second de tanné +item.banner.diagonal_up_left.cyan=Tranché, au second de cyan +item.banner.diagonal_up_left.gray=Tranché, au second d'acier +item.banner.diagonal_up_left.green=Tranché, au second de sinople +item.banner.diagonal_up_left.lightBlue=Tranché, au second d'azur clair +item.banner.diagonal_up_left.lime=Tranché, au second de sinople clair +item.banner.diagonal_up_left.magenta=Tranché, au second de pourpre +item.banner.diagonal_up_left.orange=Tranché, au second d'orangé +item.banner.diagonal_up_left.pink=Tranché, au second de carnation +item.banner.diagonal_up_left.purple=Tranché, au second de mûre +item.banner.diagonal_up_left.red=Tranché, au second de gueules +item.banner.diagonal_up_left.silver=Tranché, au second d'argent grisé +item.banner.diagonal_up_left.white=Tranché, au second d'argent +item.banner.diagonal_up_left.yellow=Tranché, au second d'or +item.banner.diagonal_up_right.black=Taillé, au second de sable +item.banner.diagonal_up_right.blue=Taillé, au second d'azur +item.banner.diagonal_up_right.brown=Taillé, au second de tanné +item.banner.diagonal_up_right.cyan=Taillé, au second de cyan +item.banner.diagonal_up_right.gray=Taillé, au second d'acier +item.banner.diagonal_up_right.green=Taillé, au second de sinople +item.banner.diagonal_up_right.lightBlue=Taillé, au second d'azur clair +item.banner.diagonal_up_right.lime=Taillé, au second de sinople clair +item.banner.diagonal_up_right.magenta=Taillé, au second de pourpre +item.banner.diagonal_up_right.orange=Taillé, au second d'orangé +item.banner.diagonal_up_right.pink=Taillé, au second de carnation +item.banner.diagonal_up_right.purple=Taillé, au second de mûre +item.banner.diagonal_up_right.red=Taillé, au second de gueules +item.banner.diagonal_up_right.silver=Taillé, au second d'argent grisé +item.banner.diagonal_up_right.white=Taillé, au second d'argent +item.banner.diagonal_up_right.yellow=Taillé, au second d'or +item.banner.flower.black=Fleur de sable +item.banner.flower.blue=Fleur d'azur +item.banner.flower.brown=Fleur de tanné +item.banner.flower.cyan=Fleur de cyan +item.banner.flower.gray=Fleur d'acier +item.banner.flower.green=Fleur de sinople +item.banner.flower.lightBlue=Fleur d'azur clair +item.banner.flower.lime=Fleur de sinople clair +item.banner.flower.magenta=Fleur de pourpre +item.banner.flower.orange=Fleur d'orangé +item.banner.flower.pink=Fleur de carnation +item.banner.flower.purple=Fleur de mûre +item.banner.flower.red=Fleur de gueules +item.banner.flower.silver=Fleur d'argent grisé +item.banner.flower.white=Fleur d'argent +item.banner.flower.yellow=Fleur d'or +item.banner.gradient.black=Dégradé de sable +item.banner.gradient.blue=Dégradé d'azur +item.banner.gradient.brown=Dégradé de tanné +item.banner.gradient.cyan=Dégradé de cyan +item.banner.gradient.gray=Dégradé d'acier +item.banner.gradient.green=Dégradé de sinople +item.banner.gradient.lightBlue=Dégradé d'azur clair +item.banner.gradient.lime=Dégradé de sinople clair +item.banner.gradient.magenta=Dégradé de pourpre +item.banner.gradient.orange=Dégradé d'orangé +item.banner.gradient.pink=Dégradé de carnation +item.banner.gradient.purple=Dégradé de mûre +item.banner.gradient.red=Dégradé de gueules +item.banner.gradient.silver=Dégradé d'argent grisé +item.banner.gradient.white=Dégradé d'argent +item.banner.gradient.yellow=Dégradé d'or +item.banner.gradient_up.black=Dégradé de sable en pointe +item.banner.gradient_up.blue=Dégradé d'azur en pointe +item.banner.gradient_up.brown=Dégradé de tanné en pointe +item.banner.gradient_up.cyan=Dégradé de cyan en pointe +item.banner.gradient_up.gray=Dégradé d'acier en pointe +item.banner.gradient_up.green=Dégradé de sinople en pointe +item.banner.gradient_up.lightBlue=Dégradé d'azur clair en pointe +item.banner.gradient_up.lime=Dégradé de sinople clair en pointe +item.banner.gradient_up.magenta=Dégradé de pourpre en pointe +item.banner.gradient_up.orange=Dégradé d'orangé en pointe +item.banner.gradient_up.pink=Dégradé de carnation en pointe +item.banner.gradient_up.purple=Dégradé de mûre en pointe +item.banner.gradient_up.red=Dégradé de gueules en pointe +item.banner.gradient_up.silver=Dégradé d'argent grisé en pointe +item.banner.gradient_up.white=Dégradé d'argent en pointe +item.banner.gradient_up.yellow=Dégradé d'or en pointe +item.banner.gray.name=Bannière grise +item.banner.green.name=Bannière verte +item.banner.half_horizontal.black=Coupé, au premier de sable +item.banner.half_horizontal.blue=Coupé, au premier d'azur +item.banner.half_horizontal.brown=Coupé, au premier de tanné +item.banner.half_horizontal.cyan=Coupé, au premier de cyan +item.banner.half_horizontal.gray=Coupé, au premier d'acier +item.banner.half_horizontal.green=Coupé, au premier de sinople +item.banner.half_horizontal.lightBlue=Coupé, au premier d'azur clair +item.banner.half_horizontal.lime=Coupé, au premier de sinople clair +item.banner.half_horizontal.magenta=Coupé, au premier de pourpre +item.banner.half_horizontal.orange=Coupé, au premier d'orangé +item.banner.half_horizontal.pink=Coupé, au premier de carnation +item.banner.half_horizontal.purple=Coupé, au premier de mûre +item.banner.half_horizontal.red=Coupé, au premier de gueules +item.banner.half_horizontal.silver=Coupé, au premier d'argent grisé +item.banner.half_horizontal.white=Coupé, au premier d'argent +item.banner.half_horizontal.yellow=Coupé, au premier d'or +item.banner.half_horizontal_bottom.black=Coupé, au second de sable +item.banner.half_horizontal_bottom.blue=Coupé, au second d'azur +item.banner.half_horizontal_bottom.brown=Coupé, au second de tanné +item.banner.half_horizontal_bottom.cyan=Coupé, au second de cyan +item.banner.half_horizontal_bottom.gray=Coupé, au second d'acier +item.banner.half_horizontal_bottom.green=Coupé, au second de sinople +item.banner.half_horizontal_bottom.lightBlue=Coupé, au second d'azur clair +item.banner.half_horizontal_bottom.lime=Coupé, au second de sinople clair +item.banner.half_horizontal_bottom.magenta=Coupé, au second de pourpre +item.banner.half_horizontal_bottom.orange=Coupé, au second d'orangé +item.banner.half_horizontal_bottom.pink=Coupé, au second de carnation +item.banner.half_horizontal_bottom.purple=Coupé, au second de mûre +item.banner.half_horizontal_bottom.red=Coupé, au second de gueules +item.banner.half_horizontal_bottom.silver=Coupé, au second d'argent grisé +item.banner.half_horizontal_bottom.white=Coupé, au second d'argent +item.banner.half_horizontal_bottom.yellow=Coupé, au second d'or +item.banner.half_vertical.black=Parti, au premier de sable +item.banner.half_vertical.blue=Parti, au premier d'azur +item.banner.half_vertical.brown=Parti, au premier de tanné +item.banner.half_vertical.cyan=Parti, au premier de cyan +item.banner.half_vertical.gray=Parti, au premier d'acier +item.banner.half_vertical.green=Parti, au premier de sinople +item.banner.half_vertical.lightBlue=Parti, au premier d'azur clair +item.banner.half_vertical.lime=Parti, au premier de sinople clair +item.banner.half_vertical.magenta=Parti, au premier de pourpre +item.banner.half_vertical.orange=Parti, au premier d'orangé +item.banner.half_vertical.pink=Parti, au premier de carnation +item.banner.half_vertical.purple=Parti, au premier de mûre +item.banner.half_vertical.red=Parti, au premier de gueules +item.banner.half_vertical.silver=Parti, au premier d'argent grisé +item.banner.half_vertical.white=Parti, au premier d'argent +item.banner.half_vertical.yellow=Parti, au premier d'or +item.banner.half_vertical_right.black=Parti, au second de sable +item.banner.half_vertical_right.blue=Parti, au second d'azur +item.banner.half_vertical_right.brown=Parti, au second de tanné +item.banner.half_vertical_right.cyan=Parti, au second de cyan +item.banner.half_vertical_right.gray=Parti, au second d'acier +item.banner.half_vertical_right.green=Parti, au second de sinople +item.banner.half_vertical_right.lightBlue=Parti, au second d'azur clair +item.banner.half_vertical_right.lime=Parti, au second de sinople clair +item.banner.half_vertical_right.magenta=Parti, au second de pourpre +item.banner.half_vertical_right.orange=Parti, au second d'orangé +item.banner.half_vertical_right.pink=Parti, au second de carnation +item.banner.half_vertical_right.purple=Parti, au second de mûre +item.banner.half_vertical_right.red=Parti, au second de gueules +item.banner.half_vertical_right.silver=Parti, au second d'argent grisé +item.banner.half_vertical_right.white=Parti, au second d'argent +item.banner.half_vertical_right.yellow=Parti, au second d'or +item.banner.lightBlue.name=Bannière bleu clair +item.banner.lime.name=Bannière vert clair +item.banner.magenta.name=Bannière magenta +item.banner.mojang.black=Symbole de sable +item.banner.mojang.blue=Symbole d'azur +item.banner.mojang.brown=Symbole de tanné +item.banner.mojang.cyan=Symbole de cyan +item.banner.mojang.gray=Symbole d'acier +item.banner.mojang.green=Symbole de sinople +item.banner.mojang.lightBlue=Symbole d'azur clair +item.banner.mojang.lime=Symbole de sinople clair +item.banner.mojang.magenta=Symbole de pourpre +item.banner.mojang.orange=Symbole d'orangé +item.banner.mojang.pink=Symbole de carnation +item.banner.mojang.purple=Symbole de mûre +item.banner.mojang.red=Symbole de gueules +item.banner.mojang.silver=Symbole d'argent grisé +item.banner.mojang.white=Symbole d'argent +item.banner.mojang.yellow=Symbole d'or +item.banner.orange.name=Bannière orange +item.banner.pink.name=Bannière rose +item.banner.purple.name=Bannière violette +item.banner.red.name=Bannière rouge +item.banner.rhombus.black=Losange de sable +item.banner.rhombus.blue=Losange d'azur +item.banner.rhombus.brown=Losange de tanné +item.banner.rhombus.cyan=Losange de cyan +item.banner.rhombus.gray=Losange d'acier +item.banner.rhombus.green=Losange de sinople +item.banner.rhombus.lightBlue=Losange d'azur clair +item.banner.rhombus.lime=Losange de sinople clair +item.banner.rhombus.magenta=Losange de pourpre +item.banner.rhombus.orange=Losange d'orangé +item.banner.rhombus.pink=Losange de carnation +item.banner.rhombus.purple=Losange de mûre +item.banner.rhombus.red=Losange de gueules +item.banner.rhombus.silver=Losange d'argent grisé +item.banner.rhombus.white=Losange d'argent +item.banner.rhombus.yellow=Losange d'or +item.banner.silver.name=Bannière gris clair +item.banner.skull.black=Crâne de sable +item.banner.skull.blue=Crâne d'azur +item.banner.skull.brown=Crâne de tanné +item.banner.skull.cyan=Crâne de cyan +item.banner.skull.gray=Crâne d'acier +item.banner.skull.green=Crâne de sinople +item.banner.skull.lightBlue=Crâne d'azur clair +item.banner.skull.lime=Crâne de sinople clair +item.banner.skull.magenta=Crâne de pourpre +item.banner.skull.orange=Crâne d'orangé +item.banner.skull.pink=Crâne de carnation +item.banner.skull.purple=Crâne de mûre +item.banner.skull.red=Crâne de gueules +item.banner.skull.silver=Crâne d'argent grisé +item.banner.skull.white=Crâne d'argent +item.banner.skull.yellow=Crâne d'or +item.banner.small_stripes.black=Quatre pals de sable +item.banner.small_stripes.blue=Quatre pals d'azur +item.banner.small_stripes.brown=Quatre pals de tanné +item.banner.small_stripes.cyan=Quatre pals de cyan +item.banner.small_stripes.gray=Quatre pals d'acier +item.banner.small_stripes.green=Quatre pals de sinople +item.banner.small_stripes.lightBlue=Quatre pals d'azur clair +item.banner.small_stripes.lime=Quatre pals de sinople clair +item.banner.small_stripes.magenta=Quatre pals de pourpre +item.banner.small_stripes.orange=Quatre pals d'orangé +item.banner.small_stripes.pink=Quatre pals de carnation +item.banner.small_stripes.purple=Quatre pals de mûre +item.banner.small_stripes.red=Quatre pals de gueules +item.banner.small_stripes.silver=Quatre pals d'argent grisé +item.banner.small_stripes.white=Quatre pals d'argent +item.banner.small_stripes.yellow=Quatre pals d'or +item.banner.square_bottom_left.black=Canton de sable en pointe à dextre +item.banner.square_bottom_left.blue=Canton d'azur en pointe à dextre +item.banner.square_bottom_left.brown=Canton de tanné en pointe à dextre +item.banner.square_bottom_left.cyan=Canton de cyan en pointe à dextre +item.banner.square_bottom_left.gray=Canton d'acier en pointe à dextre +item.banner.square_bottom_left.green=Canton de sinople en pointe à dextre +item.banner.square_bottom_left.lightBlue=Canton d'azur clair en pointe à dextre +item.banner.square_bottom_left.lime=Canton de sinople clair en pointe à dextre +item.banner.square_bottom_left.magenta=Canton de pourpre en pointe à dextre +item.banner.square_bottom_left.orange=Canton d'orangé en pointe à dextre +item.banner.square_bottom_left.pink=Canton de carnation en pointe à dextre +item.banner.square_bottom_left.purple=Canton de mûre en pointe à dextre +item.banner.square_bottom_left.red=Canton de gueules en pointe à dextre +item.banner.square_bottom_left.silver=Canton d'argent grisé en pointe à dextre +item.banner.square_bottom_left.white=Canton d'argent en pointe à dextre +item.banner.square_bottom_left.yellow=Canton d'or en pointe à dextre +item.banner.square_bottom_right.black=Canton de sable en pointe à sénestre +item.banner.square_bottom_right.blue=Canton d'azur en pointe à sénestre +item.banner.square_bottom_right.brown=Canton de tanné en pointe à sénestre +item.banner.square_bottom_right.cyan=Canton de cyan en pointe à sénestre +item.banner.square_bottom_right.gray=Canton d'acier en pointe à sénestre +item.banner.square_bottom_right.green=Canton de sinople en pointe à sénestre +item.banner.square_bottom_right.lightBlue=Canton d'azur clair en pointe à sénestre +item.banner.square_bottom_right.lime=Canton de sinople clair en pointe à sénestre +item.banner.square_bottom_right.magenta=Canton de pourpre en pointe à sénestre +item.banner.square_bottom_right.orange=Canton d'orangé en pointe à sénestre +item.banner.square_bottom_right.pink=Canton de carnation en pointe à sénestre +item.banner.square_bottom_right.purple=Canton de mûre en pointe à sénestre +item.banner.square_bottom_right.red=Canton de gueules en pointe à sénestre +item.banner.square_bottom_right.silver=Canton d'argent grisé en pointe à sénestre +item.banner.square_bottom_right.white=Canton d'argent en pointe à sénestre +item.banner.square_bottom_right.yellow=Canton d'or en pointe à sénestre +item.banner.square_top_left.black=Canton de sable en chef à dextre +item.banner.square_top_left.blue=Canton d'azur en chef à dextre +item.banner.square_top_left.brown=Canton de tanné en chef à dextre +item.banner.square_top_left.cyan=Canton de cyan en chef à dextre +item.banner.square_top_left.gray=Canton d'acier en chef à dextre +item.banner.square_top_left.green=Canton de sinople en chef à dextre +item.banner.square_top_left.lightBlue=Canton d'azur clair en chef à dextre +item.banner.square_top_left.lime=Canton de sinople clair en chef à dextre +item.banner.square_top_left.magenta=Canton de pourpre en chef à dextre +item.banner.square_top_left.orange=Canton d'orangé en chef à dextre +item.banner.square_top_left.pink=Canton de carnation en chef à dextre +item.banner.square_top_left.purple=Canton de mûre en chef à dextre +item.banner.square_top_left.red=Canton de gueules en chef à dextre +item.banner.square_top_left.silver=Canton d'argent grisé en chef à dextre +item.banner.square_top_left.white=Canton d'argent en chef à dextre +item.banner.square_top_left.yellow=Canton d'or en chef à dextre +item.banner.square_top_right.black=Canton de sable en chef à sénestre +item.banner.square_top_right.blue=Canton d'azur en chef à sénestre +item.banner.square_top_right.brown=Canton de tanné en chef à sénestre +item.banner.square_top_right.cyan=Canton de cyan en chef à sénestre +item.banner.square_top_right.gray=Canton d'acier en chef à sénestre +item.banner.square_top_right.green=Canton de sinople en chef à sénestre +item.banner.square_top_right.lightBlue=Canton d'azur clair en chef à sénestre +item.banner.square_top_right.lime=Canton de sinople clair en chef à sénestre +item.banner.square_top_right.magenta=Canton de pourpre en chef à sénestre +item.banner.square_top_right.orange=Canton d'orangé en chef à sénestre +item.banner.square_top_right.pink=Canton de carnation en chef à sénestre +item.banner.square_top_right.purple=Canton de mûre en chef à sénestre +item.banner.square_top_right.red=Canton de gueules en chef à sénestre +item.banner.square_top_right.silver=Canton d'argent grisé en chef à sénestre +item.banner.square_top_right.white=Canton d'argent en chef à sénestre +item.banner.square_top_right.yellow=Canton d'or en chef à sénestre +item.banner.straight_cross.black=Croix de sable +item.banner.straight_cross.blue=Croix d'azur +item.banner.straight_cross.brown=Croix de tanné +item.banner.straight_cross.cyan=Croix de cyan +item.banner.straight_cross.gray=Croix d'acier +item.banner.straight_cross.green=Croix de sinople +item.banner.straight_cross.lightBlue=Croix d'azur clair +item.banner.straight_cross.lime=Croix de sinople clair +item.banner.straight_cross.magenta=Croix de pourpre +item.banner.straight_cross.orange=Croix d'orangé +item.banner.straight_cross.pink=Croix de carnation +item.banner.straight_cross.purple=Croix de mûre +item.banner.straight_cross.red=Croix de gueules +item.banner.straight_cross.silver=Croix d'argent grisé +item.banner.straight_cross.white=Croix d'argent +item.banner.straight_cross.yellow=Croix d'or +item.banner.stripe_bottom.black=Fasce de sable en pointe +item.banner.stripe_bottom.blue=Fasce d'azur en pointe +item.banner.stripe_bottom.brown=Fasce de tanné en pointe +item.banner.stripe_bottom.cyan=Fasce de cyan en pointe +item.banner.stripe_bottom.gray=Fasce d'acier en pointe +item.banner.stripe_bottom.green=Fasce de sinople en pointe +item.banner.stripe_bottom.lightBlue=Fasce d'azur clair en pointe +item.banner.stripe_bottom.lime=Fasce de sinople clair en pointe +item.banner.stripe_bottom.magenta=Fasce de pourpre en pointe +item.banner.stripe_bottom.orange=Fasce d'orangé en pointe +item.banner.stripe_bottom.pink=Fasce de carnation en pointe +item.banner.stripe_bottom.purple=Fasce de mûre en pointe +item.banner.stripe_bottom.red=Fasce de gueules en pointe +item.banner.stripe_bottom.silver=Fasce d'argent grisé en pointe +item.banner.stripe_bottom.white=Fasce d'argent en pointe +item.banner.stripe_bottom.yellow=Fasce d'or en pointe +item.banner.stripe_center.black=Pal de sable +item.banner.stripe_center.blue=Pal d'azur +item.banner.stripe_center.brown=Pal de tanné +item.banner.stripe_center.cyan=Pal de cyan +item.banner.stripe_center.gray=Pal d'acier +item.banner.stripe_center.green=Pal de sinople +item.banner.stripe_center.lightBlue=Pal d'azur clair +item.banner.stripe_center.lime=Pal de sinople clair +item.banner.stripe_center.magenta=Pal de pourpre +item.banner.stripe_center.orange=Pal d'orangé +item.banner.stripe_center.pink=Pal de carnation +item.banner.stripe_center.purple=Pal de mûre +item.banner.stripe_center.red=Pal de gueules +item.banner.stripe_center.silver=Pal d'argent grisé +item.banner.stripe_center.white=Pal d'argent +item.banner.stripe_center.yellow=Pal d'or +item.banner.stripe_downleft.black=Barre de sable à sénestre +item.banner.stripe_downleft.blue=Barre d'azur à sénestre +item.banner.stripe_downleft.brown=Barre de tanné à sénestre +item.banner.stripe_downleft.cyan=Barre de cyan à sénestre +item.banner.stripe_downleft.gray=Barre d'acier à sénestre +item.banner.stripe_downleft.green=Barre de sinople à sénestre +item.banner.stripe_downleft.lightBlue=Barre d'azur clair à sénestre +item.banner.stripe_downleft.lime=Barre de sinople clair à sénestre +item.banner.stripe_downleft.magenta=Barre de pourpre à sénestre +item.banner.stripe_downleft.orange=Barre d'orangé à sénestre +item.banner.stripe_downleft.pink=Barre de carnation à sénestre +item.banner.stripe_downleft.purple=Barre de mûre à sénestre +item.banner.stripe_downleft.red=Barre de gueules à sénestre +item.banner.stripe_downleft.silver=Barre d'argent grisé à sénestre +item.banner.stripe_downleft.white=Barre d'argent à sénestre +item.banner.stripe_downleft.yellow=Barre d'or à sénestre +item.banner.stripe_downright.black=Bande de sable +item.banner.stripe_downright.blue=Bande d'azur +item.banner.stripe_downright.brown=Bande de tanné +item.banner.stripe_downright.cyan=Bande de cyan +item.banner.stripe_downright.gray=Bande d'acier +item.banner.stripe_downright.green=Bande de sinople +item.banner.stripe_downright.lightBlue=Bande d'azur clair +item.banner.stripe_downright.lime=Bande de sinople clair +item.banner.stripe_downright.magenta=Bande de pourpre +item.banner.stripe_downright.orange=Bande d'orangé +item.banner.stripe_downright.pink=Bande de carnation +item.banner.stripe_downright.purple=Bande de mûre +item.banner.stripe_downright.red=Bande de gueules +item.banner.stripe_downright.silver=Bande d'argent grisé +item.banner.stripe_downright.white=Bande d'argent +item.banner.stripe_downright.yellow=Bande d'or +item.banner.stripe_left.black=Pal de sable à dextre +item.banner.stripe_left.blue=Pal d'azur à dextre +item.banner.stripe_left.brown=Pal de tanné à dextre +item.banner.stripe_left.cyan=Pal de cyan à dextre +item.banner.stripe_left.gray=Pal d'acier à dextre +item.banner.stripe_left.green=Pal de sinople à dextre +item.banner.stripe_left.lightBlue=Pal d'azur clair à dextre +item.banner.stripe_left.lime=Pal de sinople clair à dextre +item.banner.stripe_left.magenta=Pal de pourpre à dextre +item.banner.stripe_left.orange=Pal d'orangé à dextre +item.banner.stripe_left.pink=Pal de carnation à dextre +item.banner.stripe_left.purple=Pal de mûre à dextre +item.banner.stripe_left.red=Pal de gueules à dextre +item.banner.stripe_left.silver=Pal d'argent grisé à dextre +item.banner.stripe_left.white=Pal d'argent à dextre +item.banner.stripe_left.yellow=Pal d'or à dextre +item.banner.stripe_middle.black=Fasce de sable +item.banner.stripe_middle.blue=Fasce d'azur +item.banner.stripe_middle.brown=Fasce de tanné +item.banner.stripe_middle.cyan=Fasce de cyan +item.banner.stripe_middle.gray=Fasce d'acier +item.banner.stripe_middle.green=Fasce de sinople +item.banner.stripe_middle.lightBlue=Fasce d'azur clair +item.banner.stripe_middle.lime=Fasce de sinople clair +item.banner.stripe_middle.magenta=Fasce de pourpre +item.banner.stripe_middle.orange=Fasce d'orangé +item.banner.stripe_middle.pink=Fasce de carnation +item.banner.stripe_middle.purple=Fasce de mûre +item.banner.stripe_middle.red=Fasce de gueules +item.banner.stripe_middle.silver=Fasce d'argent grisé +item.banner.stripe_middle.white=Fasce d'argent +item.banner.stripe_middle.yellow=Fasce d'or +item.banner.stripe_right.black=Pal de sable à sénestre +item.banner.stripe_right.blue=Pal d'azur à sénestre +item.banner.stripe_right.brown=Pal de tanné à sénestre +item.banner.stripe_right.cyan=Pal de cyan à sénestre +item.banner.stripe_right.gray=Pal d'acier à sénestre +item.banner.stripe_right.green=Pal de sinople à sénestre +item.banner.stripe_right.lightBlue=Pal d'azur clair à sénestre +item.banner.stripe_right.lime=Pal de sinople clair à sénestre +item.banner.stripe_right.magenta=Pal de pourpre à sénestre +item.banner.stripe_right.orange=Pal d'orangé à sénestre +item.banner.stripe_right.pink=Pal de carnation à sénestre +item.banner.stripe_right.purple=Pal de mûre à sénestre +item.banner.stripe_right.red=Pal de gueules à sénestre +item.banner.stripe_right.silver=Pal d'argent grisé à sénestre +item.banner.stripe_right.white=Pal d'argent à sénestre +item.banner.stripe_right.yellow=Pal d'or à sénestre +item.banner.stripe_top.black=Fasce de sable en chef +item.banner.stripe_top.blue=Fasce d'azur en chef +item.banner.stripe_top.brown=Fasce de tanné en chef +item.banner.stripe_top.cyan=Fasce de cyan en chef +item.banner.stripe_top.gray=Fasce d'acier en chef +item.banner.stripe_top.green=Fasce de sinople en chef +item.banner.stripe_top.lightBlue=Fasce d'azur clair en chef +item.banner.stripe_top.lime=Fasce de sinople clair en chef +item.banner.stripe_top.magenta=Fasce de pourpre en chef +item.banner.stripe_top.orange=Fasce d'orangé en chef +item.banner.stripe_top.pink=Fasce de carnation en chef +item.banner.stripe_top.purple=Fasce de mûre en chef +item.banner.stripe_top.red=Fasce de gueules en chef +item.banner.stripe_top.silver=Fasce d'argent grisé en chef +item.banner.stripe_top.white=Fasce d'argent en chef +item.banner.stripe_top.yellow=Fasce d'or en chef +item.banner.triangle_bottom.black=Mantelé de sable +item.banner.triangle_bottom.blue=Mantelé d'azur +item.banner.triangle_bottom.brown=Mantelé de tanné +item.banner.triangle_bottom.cyan=Mantelé de cyan +item.banner.triangle_bottom.gray=Mantelé d'acier +item.banner.triangle_bottom.green=Mantelé de sinople +item.banner.triangle_bottom.lightBlue=Mantelé d'azur clair +item.banner.triangle_bottom.lime=Mantelé de sinople clair +item.banner.triangle_bottom.magenta=Mantelé de pourpre +item.banner.triangle_bottom.orange=Mantelé d'orangé +item.banner.triangle_bottom.pink=Mantelé de carnation +item.banner.triangle_bottom.purple=Mantelé de mûre +item.banner.triangle_bottom.red=Mantelé de gueules +item.banner.triangle_bottom.silver=Mantelé d'argent grisé +item.banner.triangle_bottom.white=Mantelé d'argent +item.banner.triangle_bottom.yellow=Mantelé d'or +item.banner.triangle_top.black=Mantelé renversé de sable +item.banner.triangle_top.blue=Mantelé renversé d'azur +item.banner.triangle_top.brown=Mantelé renversé de tanné +item.banner.triangle_top.cyan=Mantelé renversé de cyan +item.banner.triangle_top.gray=Mantelé renversé d'acier +item.banner.triangle_top.green=Mantelé renversé de sinople +item.banner.triangle_top.lightBlue=Mantelé renversé d'azur clair +item.banner.triangle_top.lime=Mantelé renversé de sinople clair +item.banner.triangle_top.magenta=Mantelé renversé de pourpre +item.banner.triangle_top.orange=Mantelé renversé d'orangé +item.banner.triangle_top.pink=Mantelé renversé de carnation +item.banner.triangle_top.purple=Mantelé renversé de mûre +item.banner.triangle_top.red=Mantelé renversé de gueules +item.banner.triangle_top.silver=Mantelé renversé d'argent grisé +item.banner.triangle_top.white=Mantelé renversé d'argent +item.banner.triangle_top.yellow=Mantelé renversé d'or +item.banner.triangles_bottom.black=Émanchures de sable en pointe +item.banner.triangles_bottom.blue=Émanchures d'azur en pointe +item.banner.triangles_bottom.brown=Émanchures de tanné en pointe +item.banner.triangles_bottom.cyan=Émanchures de cyan en pointe +item.banner.triangles_bottom.gray=Émanchures d'acier en pointe +item.banner.triangles_bottom.green=Émanchures de sinople en pointe +item.banner.triangles_bottom.lightBlue=Émanchures d'azur clair en pointe +item.banner.triangles_bottom.lime=Émanchures de sinople clair en pointe +item.banner.triangles_bottom.magenta=Émanchures de pourpre en pointe +item.banner.triangles_bottom.orange=Émanchures d'orangé en pointe +item.banner.triangles_bottom.pink=Émanchures de carnation en pointe +item.banner.triangles_bottom.purple=Émanchures de mûre en pointe +item.banner.triangles_bottom.red=Émanchures de gueules en pointe +item.banner.triangles_bottom.silver=Émanchures d'argent grisé en pointe +item.banner.triangles_bottom.white=Émanchures d'argent en pointe +item.banner.triangles_bottom.yellow=Émanchures d'or en pointe +item.banner.triangles_top.black=Émanchures de sable en chef +item.banner.triangles_top.blue=Émanchures d'azur en chef +item.banner.triangles_top.brown=Émanchures de tanné en chef +item.banner.triangles_top.cyan=Émanchures de cyan en chef +item.banner.triangles_top.gray=Émanchures d'acier en chef +item.banner.triangles_top.green=Émanchures de sinople en chef +item.banner.triangles_top.lightBlue=Émanchures d'azur clair en chef +item.banner.triangles_top.lime=Émanchures de sinople clair en chef +item.banner.triangles_top.magenta=Émanchures de pourpre en chef +item.banner.triangles_top.orange=Émanchures d'orangé en chef +item.banner.triangles_top.pink=Émanchures de carnation en chef +item.banner.triangles_top.purple=Émanchures de mûre en chef +item.banner.triangles_top.red=Émanchures de gueules en chef +item.banner.triangles_top.silver=Émanchures d'argent grisé en chef +item.banner.triangles_top.white=Émanchures d'argent en chef +item.banner.triangles_top.yellow=Émanchures d'or en chef +item.banner.white.name=Bannière blanche +item.banner.yellow.name=Bannière jaune +item.bed.name=Lit +item.beefCooked.name=Steak +item.beefRaw.name=Boeuf cru +item.blazePowder.name=Poudre de Blaze +item.blazeRod.name=Bâton de Blaze +item.boat.name=Bateau +item.bone.name=Os +item.book.name=Livre +item.bootsChain.name=Bottes de mailles +item.bootsCloth.name=Bottes en cuir +item.bootsDiamond.name=Bottes en diamant +item.bootsGold.name=Bottes en or +item.bootsIron.name=Bottes en fer +item.bow.name=Arc +item.bowl.name=Bol +item.bread.name=Pain +item.brewingStand.name=Alambic +item.brick.name=Brique +item.bucket.name=Seau +item.bucketLava.name=Seau de lave +item.bucketWater.name=Seau d'eau +item.cake.name=Gâteau +item.canBreak=Peut détruire : +item.canPlace=Peut se placer sur : +item.carrotGolden.name=Carotte dorée +item.carrotOnAStick.name=Carotte sur un bâton +item.carrots.name=Carotte +item.cauldron.name=Chaudron +item.charcoal.name=Charbon de bois +item.chestplateChain.name=Cotte de mailles +item.chestplateCloth.name=Tunique en cuir +item.chestplateDiamond.name=Plastron en diamant +item.chestplateGold.name=Plastron en or +item.chestplateIron.name=Plastron en fer +item.chickenCooked.name=Poulet rôti +item.chickenRaw.name=Poulet cru +item.clay.name=Argile +item.clock.name=Montre +item.coal.name=Charbon +item.comparator.name=Comparateur +item.compass.name=Boussole +item.cookie.name=Cookie +item.diamond.name=Diamant +item.diode.name=Répéteur +item.doorAcacia.name=Porte en bois d'acacia +item.doorBirch.name=Porte en bois de bouleau +item.doorDarkOak.name=Porte en bois de chêne noir +item.doorIron.name=Porte en fer +item.doorJungle.name=Porte en bois d'acajou +item.doorOak.name=Porte en bois de chêne +item.doorSpruce.name=Porte en bois de sapin +item.dyePowder.black.name=Poche d'encre +item.dyePowder.blue.name=Lapis-lazuli +item.dyePowder.brown.name=Fèves de cacao +item.dyePowder.cyan.name=Teinture cyan +item.dyePowder.gray.name=Teinture grise +item.dyePowder.green.name=Vert de cactus +item.dyePowder.lightBlue.name=Teinture bleu clair +item.dyePowder.lime.name=Teinture vert clair +item.dyePowder.magenta.name=Teinture magenta +item.dyePowder.orange.name=Teinture orange +item.dyePowder.pink.name=Teinture rose +item.dyePowder.purple.name=Teinture violette +item.dyePowder.red.name=Rouge de rose +item.dyePowder.silver.name=Teinture gris clair +item.dyePowder.white.name=Poudre d'os +item.dyePowder.yellow.name=Jaune pissenlit +item.dyed=Teint +item.egg.name=Oeuf +item.emerald.name=Émeraude +item.emptyMap.name=Carte vierge +item.emptyPotion.name=Fiole d'eau +item.enchantedBook.name=Livre enchanté +item.enderPearl.name=Perle du Néant +item.expBottle.name=Fiole d'expérience +item.eyeOfEnder.name=Oeil du Néant +item.feather.name=Plume +item.fermentedSpiderEye.name=Oeil d'araignée fermenté +item.fireball.name=Boule de feu +item.fireworks.flight=Durée de vol : +item.fireworks.name=Fusée de feu d'artifice +item.fireworksCharge.black=Noir +item.fireworksCharge.blue=Bleu +item.fireworksCharge.brown=Marron +item.fireworksCharge.customColor=Personnalisée +item.fireworksCharge.cyan=Cyan +item.fireworksCharge.fadeTo=S'estompe sur du +item.fireworksCharge.flicker=Étincelles +item.fireworksCharge.gray=Gris +item.fireworksCharge.green=Vert +item.fireworksCharge.lightBlue=Bleu clair +item.fireworksCharge.lime=Vert clair +item.fireworksCharge.magenta=Magenta +item.fireworksCharge.name=Étoile de feu d'artifice +item.fireworksCharge.orange=Orange +item.fireworksCharge.pink=Rose +item.fireworksCharge.purple=Violet +item.fireworksCharge.red=Rouge +item.fireworksCharge.silver=Gris clair +item.fireworksCharge.trail=Traînées +item.fireworksCharge.type=Forme inconnue +item.fireworksCharge.type.0=Petite boule +item.fireworksCharge.type.1=Grosse boule +item.fireworksCharge.type.2=En forme d'étoile +item.fireworksCharge.type.3=En forme de Creeper +item.fireworksCharge.type.4=Éclatement +item.fireworksCharge.white=Blanc +item.fireworksCharge.yellow=Jaune +item.fish.clownfish.raw.name=Poisson-clown +item.fish.cod.cooked.name=Poisson cuit +item.fish.cod.raw.name=Poisson cru +item.fish.pufferfish.raw.name=Poisson-globe +item.fish.salmon.cooked.name=Saumon cuit +item.fish.salmon.raw.name=Saumon cru +item.fishingRod.name=Canne à pêche +item.flint.name=Silex +item.flintAndSteel.name=Briquet +item.flowerPot.name=Pot de fleurs +item.frame.name=Cadre +item.ghastTear.name=Larme de Ghast +item.glassBottle.name=Fiole +item.goldNugget.name=Pépite d'or +item.hatchetDiamond.name=Hache en diamant +item.hatchetGold.name=Hache en or +item.hatchetIron.name=Hache en fer +item.hatchetStone.name=Hache en pierre +item.hatchetWood.name=Hache en bois +item.helmetChain.name=Casque de mailles +item.helmetCloth.name=Chapeau en cuir +item.helmetDiamond.name=Casque en diamant +item.helmetGold.name=Casque en or +item.helmetIron.name=Casque en fer +item.hoeDiamond.name=Houe en diamant +item.hoeGold.name=Houe en or +item.hoeIron.name=Houe en fer +item.hoeStone.name=Houe en pierre +item.hoeWood.name=Houe en bois +item.horsearmordiamond.name=Armure pour cheval en diamant +item.horsearmorgold.name=Armure pour cheval en or +item.horsearmormetal.name=Armure pour cheval en fer +item.ingotGold.name=Lingot d'or +item.ingotIron.name=Lingot de fer +item.leash.name=Laisse +item.leather.name=Cuir +item.leaves.name=Feuillage +item.leggingsChain.name=Jambières de mailles +item.leggingsCloth.name=Pantalon en cuir +item.leggingsDiamond.name=Jambières en diamant +item.leggingsGold.name=Jambières en or +item.leggingsIron.name=Jambières en fer +item.magmaCream.name=Crème de magma +item.map.name=Carte +item.melon.name=Pastèque +item.milk.name=Seau de lait +item.minecart.name=Wagonnet +item.minecartChest.name=Wagonnet de stockage +item.minecartCommandBlock.name=Wagonnet avec bloc de commande +item.minecartFurnace.name=Wagonnet motorisé +item.minecartHopper.name=Wagonnet à entonnoir +item.minecartTnt.name=Wagonnet à TNT +item.monsterPlacer.name=Oeuf de +item.mushroomStew.name=Soupe de champignons +item.muttonCooked.name=Mouton cuit +item.muttonRaw.name=Mouton cru +item.nameTag.name=Étiquette +item.netherStalkSeeds.name=Verrues du Nether +item.netherStar.name=Étoile du Nether +item.netherbrick.name=Brique du Nether +item.netherquartz.name=Quartz du Nether +item.painting.name=Tableau +item.paper.name=Papier +item.pickaxeDiamond.name=Pioche en diamant +item.pickaxeGold.name=Pioche en or +item.pickaxeIron.name=Pioche en fer +item.pickaxeStone.name=Pioche en pierre +item.pickaxeWood.name=Pioche en bois +item.porkchopCooked.name=Côtelette de porc cuite +item.porkchopRaw.name=Côtelette de porc crue +item.potato.name=Pomme de terre +item.potatoBaked.name=Pomme de terre cuite +item.potatoPoisonous.name=Pomme de terre empoisonnée +item.potion.name=Potion +item.prismarineCrystals.name=Cristaux de prismarin +item.prismarineShard.name=Éclat de prismarin +item.pumpkinPie.name=Tarte à la citrouille +item.rabbitCooked.name=Lapin cuit +item.rabbitFoot.name=Patte de lapin +item.rabbitHide.name=Peau de lapin +item.rabbitRaw.name=Lapin cru +item.rabbitStew.name=Ragoût de lapin +item.record.11.desc=C418 - 11 +item.record.13.desc=C418 - 13 +item.record.blocks.desc=C418 - blocks +item.record.cat.desc=C418 - cat +item.record.chirp.desc=C418 - chirp +item.record.far.desc=C418 - far +item.record.mall.desc=C418 - mall +item.record.mellohi.desc=C418 - mellohi +item.record.name=Disque +item.record.stal.desc=C418 - stal +item.record.strad.desc=C418 - strad +item.record.wait.desc=C418 - wait +item.record.ward.desc=C418 - ward +item.redstone.name=Redstone +item.reeds.name=Canne à sucre +item.rottenFlesh.name=Chair putréfiée +item.ruby.name=Rubis +item.saddle.name=Selle +item.seeds.name=Graines de blé +item.seeds_melon.name=Graines de pastèque +item.seeds_pumpkin.name=Graines de citrouille +item.shears.name=Cisailles +item.shovelDiamond.name=Pelle en diamant +item.shovelGold.name=Pelle en or +item.shovelIron.name=Pelle en fer +item.shovelStone.name=Pelle en pierre +item.shovelWood.name=Pelle en bois +item.sign.name=Pancarte +item.skull.char.name=Tête +item.skull.creeper.name=Tête de Creeper +item.skull.player.name=Tête de %s +item.skull.skeleton.name=Crâne de squelette +item.skull.wither.name=Crâne de Wither squelette +item.skull.zombie.name=Tête de zombie +item.slimeball.name=Boule de Slime +item.snowball.name=Boule de neige +item.speckledMelon.name=Pastèque scintillante +item.spiderEye.name=Oeil d'araignée +item.stick.name=Bâton +item.string.name=Ficelle +item.sugar.name=Sucre +item.sulphur.name=Poudre à canon +item.swordDiamond.name=Épée en diamant +item.swordGold.name=Épée en or +item.swordIron.name=Épée en fer +item.swordStone.name=Épée en pierre +item.swordWood.name=Épée en bois +item.unbreakable=Incassable +item.wheat.name=Blé +item.writingBook.name=Livre et plume +item.writtenBook.name=Livre écrit +item.yellowDust.name=Poudre lumineuse +itemGroup.brewing=Potions +itemGroup.buildingBlocks=Blocs de construction +itemGroup.combat=Combat +itemGroup.decorations=Blocs décoratifs +itemGroup.food=Nourriture +itemGroup.inventory=Inventaire du mode survie +itemGroup.materials=Matières premières +itemGroup.misc=Divers +itemGroup.redstone=Redstone +itemGroup.search=Rechercher +itemGroup.tools=Outils +itemGroup.transportation=Moyens de transport +key.attack=Attaquer/détruire +key.back=Reculer +key.categories.gameplay=Gameplay +key.categories.inventory=Inventaire +key.categories.misc=Divers +key.categories.movement=Mouvements +key.categories.multiplayer=Multijoueur +key.categories.stream=Streaming +key.categories.ui=Interface de jeu +key.chat=Ouvrir le tchat +key.command=Entrer une commande +key.drop=Jeter un objet +key.forward=Avancer +key.fullscreen=Basculer en mode plein écran +key.hotbar.1=1ère case de la barre d'action +key.hotbar.2=2ème case de la barre d'action +key.hotbar.3=3ème case de la barre d'action +key.hotbar.4=4ème case de la barre d'action +key.hotbar.5=5ème case de la barre d'action +key.hotbar.6=6ème case de la barre d'action +key.hotbar.7=7ème case de la barre d'action +key.hotbar.8=8ème case de la barre d'action +key.hotbar.9=9ème case de la barre d'action +key.inventory=Ouvrir l'inventaire +key.jump=Sauter +key.left=Aller à gauche +key.mouseButton=Bouton %1$s +key.pickItem=Choisir le bloc +key.playerlist=Afficher la liste des joueurs +key.right=Aller à droite +key.screenshot=Prendre une capture d'écran +key.smoothCamera=Basculer en mode cinématique +key.sneak=S'accroupir +key.spectatorOutlines=Mettre en évidence les joueurs +key.sprint=Courir +key.streamCommercial=Afficher des publicités +key.streamPauseUnpause=Suspendre/reprendre la diffusion +key.streamStartStop=Démarrer/arrêter la diffusion +key.streamToggleMic=Allumer/couper le microphone +key.togglePerspective=Changer de point de vue +key.use=Utiliser un objet/placer un bloc +lanServer.otherPlayers=Options pour les autres joueurs +lanServer.scanning=Recherche de parties sur votre réseau local +lanServer.start=Ouvrir au réseau local +lanServer.title=Monde en réseau local +language.code=fr_FR +language.name=Français +language.region=France +mcoServer.title=Monde de Minecraft Online +menu.convertingLevel=Conversion du monde +menu.disconnect=Déconnexion +menu.game=Menu du jeu +menu.generatingLevel=Génération du monde +menu.generatingTerrain=Génération du terrain +menu.loadingLevel=Chargement du monde +menu.multiplayer=Multijoueur +menu.online=Minecraft Realms +menu.options=Options... +menu.playdemo=Jouer dans le monde de démo +menu.quit=Quitter le jeu +menu.resetdemo=Réinitialiser le monde de démo +menu.respawning=Résurrection +menu.returnToGame=Reprendre la partie +menu.returnToMenu=Sauvegarder et quitter la partie +menu.shareToLan=Ouvrir au LAN +menu.simulating=Simulation du monde +menu.singleplayer=Solo +menu.switchingLevel=Changement de monde +merchant.deprecated=Échangez autre chose pour débloquer ! +mount.onboard=Appuyez sur %1$s pour descendre +multiplayer.connect=Connexion +multiplayer.downloadingStats=Téléchargement des statistiques et des succès... +multiplayer.downloadingTerrain=Téléchargement du terrain +multiplayer.info1=Le mode multijoueur de Minecraft n'est pas encore terminé, +multiplayer.info2=mais des premiers tests sont en train d'être effectués. +multiplayer.ipinfo=Entrez l'adresse IP d'un serveur pour vous y connecter : +multiplayer.player.joined=%s a rejoint la partie +multiplayer.player.joined.renamed=%s (anciennement connu(e) sous le nom de %s) a rejoint la partie +multiplayer.player.left=%s a quitté la partie +multiplayer.stopSleeping=Quitter le lit +multiplayer.texturePrompt.line1=Ce serveur recommande l'utilisation d'un pack de ressources personnalisé. +multiplayer.texturePrompt.line2=Voulez-vous le télécharger et l'installer automagiquement ? +multiplayer.title=Multijoueur +options.advancedButton=Options graphiques avancées... +options.advancedOpengl=OpenGL avancé +options.advancedVideoTitle=Options graphiques avancées +options.anaglyph=3D anaglyphe +options.ao=Éclairage adouci +options.ao.max=Maximum +options.ao.min=Minimum +options.ao.off=Non +options.blockAlternatives=Blocs alternatifs +options.chat.color=Couleurs +options.chat.height.focused=Hauteur avec focus +options.chat.height.unfocused=Hauteur sans focus +options.chat.links=Liens Internet +options.chat.links.prompt=Avertir sur les liens +options.chat.opacity=Opacité +options.chat.scale=Échelle +options.chat.title=Options de discussion... +options.chat.visibility=Tchat +options.chat.visibility.full=Visible +options.chat.visibility.hidden=Masqué +options.chat.visibility.system=Commandes seulement +options.chat.width=Largeur +options.controls=Contrôles... +options.customizeTitle=Options de personnalisation de monde +options.difficulty=Difficulté +options.difficulty.easy=Facile +options.difficulty.hard=Difficile +options.difficulty.hardcore=Hardcore +options.difficulty.normal=Normale +options.difficulty.peaceful=Paisible +options.farWarning1=Une version 64 bits de Java est recommandée +options.farWarning2=pour une longue distance de rendu. (Vous êtes en 32 bits.) +options.fboEnable=Activer les FBO +options.forceUnicodeFont=Police Unicode +options.fov=Champ de vision +options.fov.max=Quake Pro +options.fov.min=Normal +options.framerateLimit=FPS max +options.framerateLimit.max=Illimité +options.fullscreen=Plein écran +options.gamma=Luminosité +options.gamma.max=Vive +options.gamma.min=Sombre +options.graphics=Graphismes +options.graphics.fancy=Détaillés +options.graphics.fast=Rapides +options.guiScale=Taille de l'interface +options.guiScale.auto=Auto +options.guiScale.large=Grande +options.guiScale.normal=Normale +options.guiScale.small=Petite +options.hidden=Caché +options.invertMouse=Inverser la souris +options.language=Langue... +options.languageWarning=Certaines traductions peuvent être inexactes +options.mipmapLevels=Niveaux de détails +options.modelPart.cape=Cape +options.modelPart.hat=Chapeau +options.modelPart.jacket=Veste +options.modelPart.left_pants_leg=Jambe gauche +options.modelPart.left_sleeve=Manche gauche +options.modelPart.right_pants_leg=Jambe droite +options.modelPart.right_sleeve=Manche droite +options.multiplayer.title=Paramètres multijoueur... +options.music=Musique +options.off=Non +options.on=Oui +options.particles=Particules +options.particles.all=Toutes +options.particles.decreased=Réduites +options.particles.minimal=Minimales +options.performanceButton=Options de performance graphique... +options.performanceVideoTitle=Options de performance graphique +options.postButton=Options de post processing... +options.postProcessEnable=Activer le post processing +options.postVideoTitle=Options de post processing +options.qualityButton=Options de qualité graphique... +options.qualityVideoTitle=Options de qualité graphique +options.reducedDebugInfo=Infos F3 réduites +options.renderClouds=Nuages +options.renderDistance=Dist. d'affichage +options.renderDistance.far=Lointaine +options.renderDistance.normal=Normale +options.renderDistance.short=Courte +options.renderDistance.tiny=Très courte +options.resourcepack=Packs de ressources... +options.saturation=Saturation +options.sensitivity=Sensibilité +options.sensitivity.max=VITESSE LUMIÈRE ! +options.sensitivity.min=*bâille* +options.skinCustomisation=Personnalisation du skin... +options.skinCustomisation.title=Personnalisation du skin +options.snooper=Envoi d'informations +options.snooper.desc=Nous voulons collecter des informations à propos de votre machine afin d'améliorer Minecraft. Toutes ces données sont confidentielles et visibles ci-dessous. Nous vous garantissons que ces informations seront utilisées pour votre bien. Si vous ne souhaitez pas contribuer, vous êtes libre de désactiver ce partage. +options.snooper.title=Récupération d'informations sur la machine +options.snooper.view=Paramètres du détecteur... +options.sound=Effets sonores +options.sounds=Musique & sons... +options.sounds.title=Options pour la musique et les sons +options.stream=Options de diffusion... +options.stream.bytesPerPixel=Qualité +options.stream.changes=Vous devrez peut-être relancer la diffusion pour que les modifications prennent effet. +options.stream.chat.enabled=Activer +options.stream.chat.enabled.always=Toujours +options.stream.chat.enabled.never=Jamais +options.stream.chat.enabled.streaming=Lors de la diffusion +options.stream.chat.title=Paramètres du tchat de Twitch +options.stream.chat.userFilter=Filtre utilisateur +options.stream.chat.userFilter.all=Tous +options.stream.chat.userFilter.mods=Modos +options.stream.chat.userFilter.subs=Abonnés +options.stream.compression=Compression +options.stream.compression.high=Élevée +options.stream.compression.low=Basse +options.stream.compression.medium=Moyenne +options.stream.estimation=Résolution estimée : %s x %s +options.stream.fps=Images par seconde +options.stream.ingest.reset=Réinitialiser la préférence +options.stream.ingest.title=Serveurs de diffusion Twitch +options.stream.ingestSelection=Serveurs de diffusion +options.stream.kbps=Bande passante +options.stream.micToggleBehavior=Appuyer pour +options.stream.micVolumne=Volume du micro +options.stream.mic_toggle.mute=Couper micro +options.stream.mic_toggle.talk=Parler +options.stream.sendMetadata=Envoi de métadonnées +options.stream.systemVolume=Volume du système +options.stream.title=Options de diffusion sur Twitch +options.title=Options +options.touchscreen=Mode écran tactile +options.vbo=Utiliser les VBO +options.video=Options graphiques... +options.videoTitle=Options graphiques +options.viewBobbing=Mouvement de tête +options.visible=Visible +options.vsync=Synchro verticale +potion.absorption=Absorption +potion.absorption.postfix=Potion d'absorption +potion.blindness=Cécité +potion.blindness.postfix=Potion d'aveuglement +potion.confusion=Nausée +potion.confusion.postfix=Potion de nausée +potion.damageBoost=Force +potion.damageBoost.postfix=Potion de force +potion.digSlowDown=Fatigue +potion.digSlowDown.postfix=Potion de fatigue +potion.digSpeed=Célérité +potion.digSpeed.postfix=Potion de célérité +potion.effects.whenDrank=Si consommée : +potion.empty=Sans effet +potion.fireResistance=Résistance au feu +potion.fireResistance.postfix=Potion de résistance au feu +potion.harm=Dégâts instantanés +potion.harm.postfix=Potion de dégâts +potion.heal=Soin instantané +potion.heal.postfix=Potion de soin +potion.healthBoost=Bonus de vie +potion.healthBoost.postfix=Potion de vie bonus +potion.hunger=Faim +potion.hunger.postfix=Potion de faim +potion.invisibility=Invisibilité +potion.invisibility.postfix=Potion d'invisibilité +potion.jump=Sauts améliorés +potion.jump.postfix=Potion de saut +potion.moveSlowdown=Lenteur +potion.moveSlowdown.postfix=Potion de lenteur +potion.moveSpeed=Vitesse +potion.moveSpeed.postfix=Potion de rapidité +potion.nightVision=Nyctalopie +potion.nightVision.postfix=Potion de vision nocturne +potion.poison=Poison +potion.poison.postfix=Potion de poison + +potion.potency.1=II +potion.potency.2=III +potion.potency.3=IV +potion.prefix.acrid=Âcre +potion.prefix.artless=Simple +potion.prefix.awkward=Malsaine +potion.prefix.bland=Fade +potion.prefix.bulky=Voluptueuse +potion.prefix.bungling=Ratée +potion.prefix.buttered=Beurrée +potion.prefix.charming=Charmante +potion.prefix.clear=Claire +potion.prefix.cordial=Chaleureuse +potion.prefix.dashing=Superbe +potion.prefix.debonair=Subtile +potion.prefix.diffuse=Diffuse +potion.prefix.elegant=Élégante +potion.prefix.fancy=Sophistiquée +potion.prefix.flat=Plate +potion.prefix.foul=Infecte +potion.prefix.grenade=(Jetable) +potion.prefix.gross=Grossière +potion.prefix.harsh=Rude +potion.prefix.milky=Laiteuse +potion.prefix.mundane=Banale +potion.prefix.odorless=Inodore +potion.prefix.potent=Forte +potion.prefix.rank=Fétide +potion.prefix.refined=Raffinée +potion.prefix.smooth=Douce +potion.prefix.sparkling=Étincelante +potion.prefix.stinky=Puante +potion.prefix.suave=Onctueuse +potion.prefix.thick=Épaisse +potion.prefix.thin=Fluide +potion.prefix.uninteresting=Inintéressante +potion.regeneration=Régénération +potion.regeneration.postfix=Potion de régénération +potion.resistance=Résistance +potion.resistance.postfix=Potion de résistance +potion.saturation=Satiété +potion.saturation.postfix=Potion de satiété +potion.waterBreathing=Apnée +potion.waterBreathing.postfix=Potion de respiration aquatique +potion.weakness=Faiblesse +potion.weakness.postfix=Potion de faiblesse +potion.wither=Wither +potion.wither.postfix=Potion de décomposition +record.nowPlaying=Lecture en cours : %s +resourcePack.available.title=Packs de ressources disponibles +resourcePack.folderInfo=(Placer les packs de ressources ici) +resourcePack.openFolder=Ouvrir le dossier des packs +resourcePack.selected.title=Packs de ressources sélectionnés +resourcePack.title=Choix des packs de ressources +screenshot.failure=Impossible d'enregistrer la capture d'écran : %s +screenshot.success=Capture d'écran enregistrée sous le nom de %s +selectServer.add=Nouveau serveur +selectServer.defaultName=Serveur Minecraft +selectServer.delete=Supprimer +selectServer.deleteButton=Supprimer +selectServer.deleteQuestion=Êtes-vous sûr(e) de vouloir supprimer ce serveur ? +selectServer.deleteWarning=sera perdu pour toujours ! (Très longtemps !) +selectServer.direct=Connexion rapide +selectServer.edit=Modifier +selectServer.empty=vide +selectServer.hiddenAddress=(Masquée) +selectServer.refresh=Actualiser +selectServer.select=Rejoindre +selectServer.title=Choix du serveur +selectWorld.allowCommands=Commandes : +selectWorld.allowCommands.info=Des commandes telles que /gamemode et /xp. +selectWorld.bonusItems=Coffre bonus : +selectWorld.cheats=Commandes +selectWorld.conversion=Doit être converti ! +selectWorld.create=Créer un nouveau monde +selectWorld.createDemo=Jouer dans un nouveau monde de démo +selectWorld.customizeType=Personnaliser +selectWorld.delete=Supprimer +selectWorld.deleteButton=Supprimer +selectWorld.deleteQuestion=Êtes-vous sûr(e) de vouloir supprimer ce monde ? +selectWorld.deleteWarning=sera perdu pour toujours ! (C'est très long !) +selectWorld.empty=vide +selectWorld.enterName=Nom du monde +selectWorld.enterSeed=Graine pour la génération du monde +selectWorld.gameMode=Mode de jeu +selectWorld.gameMode.adventure=Aventure +selectWorld.gameMode.adventure.line1=Identique au mode Survie mais les blocs ne peuvent pas +selectWorld.gameMode.adventure.line2=être placés ou retirés +selectWorld.gameMode.creative=Créatif +selectWorld.gameMode.creative.line1=Ressources illimitées, possibilité de voler +selectWorld.gameMode.creative.line2=et de détruire les blocs en un clic +selectWorld.gameMode.hardcore=Hardcore +selectWorld.gameMode.hardcore.line1=Identique au mode Survie mais verrouillé +selectWorld.gameMode.hardcore.line2=à la difficulté maximale avec une seule vie +selectWorld.gameMode.spectator=Spectateur +selectWorld.gameMode.spectator.line1=Vous pouvez regarder mais pas toucher +selectWorld.gameMode.survival=Survie +selectWorld.gameMode.survival.line1=Collectez des ressources, fabriquez des outils, gagnez +selectWorld.gameMode.survival.line2=des niveaux, surveillez vos barres de vie et de faim +selectWorld.hardcoreMode=Hardcore : +selectWorld.hardcoreMode.info=Le monde est supprimé à votre mort +selectWorld.mapFeatures=Structures : +selectWorld.mapFeatures.info=Villages, donjons, etc. +selectWorld.mapType=Type de monde : +selectWorld.mapType.normal=Normal +selectWorld.moreWorldOptions=Plus d'options... +selectWorld.newWorld=Nouveau monde +selectWorld.newWorld.copyOf=Copie de %s +selectWorld.recreate=Recréer +selectWorld.rename=Renommer +selectWorld.renameButton=Renommer +selectWorld.renameTitle=Renommer le monde +selectWorld.resultFolder=Sera enregistré dans : +selectWorld.seedInfo=Laisser vide pour une génération aléatoire +selectWorld.select=Jouer dans ce monde +selectWorld.title=Choix du monde +selectWorld.world=Monde +sign.edit=Texte de la pancarte : +soundCategory.ambient=Environnement +soundCategory.block=Blocs +soundCategory.hostile=Créatures hostiles +soundCategory.master=Volume principal +soundCategory.music=Musique +soundCategory.neutral=Créatures passives +soundCategory.player=Joueurs +soundCategory.record=Blocs musicaux +soundCategory.weather=Météo +stat.animalsBred=Animaux engendrés +stat.blocksButton=Blocs +stat.boatOneCm=Distance en bateau +stat.breakItem=%1$s cassés +stat.climbOneCm=Distance parcourue en grimpant +stat.craftItem=%1$s fabriqués +stat.crafted=Quantité fabriquée +stat.createWorld=Mondes créés +stat.crouchOneCm=Distance parcourue accroupi +stat.damageDealt=Dégâts infligés +stat.damageTaken=Dégâts reçus +stat.deaths=Nombre de morts +stat.depleted=Quantité consommée +stat.diveOneCm=Distance parcourue sous l'eau +stat.drop=Objets jetés +stat.entityKilledBy=Cette créature vous a déjà tué %2$s fois +stat.entityKilledBy.none=Cette créature ne vous a jamais tué +stat.entityKills=Vous en avez tué %s +stat.entityKills.none=Vous n'en avez jamais tué +stat.fallOneCm=Distance parcourue en tombant +stat.fishCaught=Poissons pêchés +stat.flyOneCm=Distance parcourue en l'air +stat.generalButton=Général +stat.horseOneCm=Distance à cheval +stat.itemsButton=Objets +stat.joinMultiplayer=Parties multijoueurs rejointes +stat.jump=Sauts +stat.junkFished=Déchets pêchés +stat.leaveGame=Parties quittées +stat.loadWorld=Sauvegardes chargées +stat.mineBlock=%1$s extraits +stat.minecartOneCm=Distance en wagonnet +stat.mined=Quantité minée +stat.mobKills=Créatures tuées +stat.mobsButton=Créatures +stat.pigOneCm=Distance à dos de cochon +stat.playOneMinute=Temps de jeu [mn] +stat.playerKills=Joueurs tués +stat.sprintOneCm=Distance sprintée +stat.startGame=Parties jouées +stat.swimOneCm=Distance parcourue à la nage +stat.talkedToVillager=Villageois abordés +stat.timeSinceDeath=Depuis la dernière mort +stat.tradedWithVillager=Échanges avec les villageois +stat.treasureFished=Trésors pêchés +stat.useItem=%1$s utilisés +stat.used=Quantité utilisée +stat.walkOneCm=Distance parcourue à pied +stats.tooltip.type.achievement=Succès +stats.tooltip.type.statistic=Statistique +stream.confirm_start=Êtes-vous sûr(e) de vouloir démarrer la diffusion ? +stream.unavailable.account_not_bound=Avant de pouvoir profiter du service de diffusion sur Twitch, vous devez lier votre compte Twitch sur mojang.com. Voulez-vous le faire maintenant ? +stream.unavailable.account_not_bound.okay=Associer les comptes +stream.unavailable.account_not_migrated=Avant de pouvoir profiter du service de diffusion sur Twitch, vous devez migrer votre compte Minecraft vers un compte Mojang. Voulez-vous le faire maintenant ? +stream.unavailable.account_not_migrated.okay=Migrer le compte +stream.unavailable.failed_auth=Échec de l'authentification à Twitch. Allez sur mojang.com et réassociez votre compte Twitch à votre compte Mojang. +stream.unavailable.failed_auth.okay=Réassocier les comptes +stream.unavailable.failed_auth_error=Impossible de s'authentifier à Twitch. Veuillez réessayer ultérieurement. +stream.unavailable.initialization_failure=Impossible d'initialiser le SDK de Twitch. +stream.unavailable.initialization_failure.extra=(Raison : %s) +stream.unavailable.library_arch_mismatch=La version personnalisée de Java utilisée pour lancer Minecraft a une architecture différente de celle utilisée pour démarrer le lanceur. Assurez-vous qu'elles soient identiques, soit 32 bits ou 64 bits pour les deux. +stream.unavailable.library_failure=Impossible de charger les bibliothèques requises pour le service de diffusion sur Twitch. +stream.unavailable.no_fbo=Votre carte graphique doit au moins prendre en charge OpenGL version 3.0 ou les Framebuffer Objects via une extension pour pouvoir utiliser le service de diffusion sur Twitch. +stream.unavailable.no_fbo.arb=La prise en charge du Framebuffer Object via ARB est : %s +stream.unavailable.no_fbo.blend=La prise en charge du Separate Blending via EXT est : %s +stream.unavailable.no_fbo.ext=La prise en charge du Framebuffer Object via EXT est : %s +stream.unavailable.no_fbo.version=Vous utilisez actuellement : %s +stream.unavailable.not_supported.mac=Malheureusement, le service de diffusion sur Twitch requiert une version d'OSX plus récente. Vous devez au moins avoir la version 10.7 (Mac OS X Lion) ou ultérieur pour pouvoir utiliser ce service. Voulez-vous visiter apple.com pour en savoir plus sur la mise à niveau ? +stream.unavailable.not_supported.mac.okay=Mettre à niveau +stream.unavailable.not_supported.other=Malheureusement, ce service requiert Windows (Vista ou ultérieur) ou Mac OS X (10.7/Lion ou ultérieur) +stream.unavailable.not_supported.windows=Malheureusement, le service de diffusion sur Twitch requiert une version de Windows plus récente. Vous devez au moins avoir Windows Vista ou ultérieur. +stream.unavailable.report_to_mojang=Signaler à Mojang +stream.unavailable.soundflower.chat=Soundflower est requis pour pouvoir streamer sur Mac. %s +stream.unavailable.soundflower.chat.link=Cliquez ici pour l'installer. +stream.unavailable.title=Le service de diffusion sur Twitch est indisponible +stream.unavailable.unknown=Malheureusement, vous ne pouvez pas diffuser sur Twitch pour le moment. Et nous ne savons pas pourquoi :'( +stream.unavailable.unknown.chat=Impossible de démarrer le stream : %s +stream.user.mode.administrator=Administrateur Twitch +stream.user.mode.banned=Banni +stream.user.mode.banned.other=Banni de la chaîne de %s +stream.user.mode.banned.self=Banni de votre chaîne +stream.user.mode.broadcaster=Broadcaster +stream.user.mode.broadcaster.other=Broadcaster +stream.user.mode.broadcaster.self=Broadcaster (vous !) +stream.user.mode.moderator=Modérateur +stream.user.mode.moderator.other=Modérateur sur la chaîne de %s +stream.user.mode.moderator.self=Modérateur sur votre chaîne +stream.user.mode.staff=Personnel Twitch +stream.user.subscription.subscriber=Abonné +stream.user.subscription.subscriber.other=Abonné à la chaîne de %s +stream.user.subscription.subscriber.self=Abonné à votre chaîne +stream.user.subscription.turbo=Twitch Turbo +stream.userinfo.ban=Bannir +stream.userinfo.chatTooltip=Cliquez pour gérer l'utilisateur +stream.userinfo.mod=Promouvoir modérateur +stream.userinfo.timeout=Expiration +stream.userinfo.unban=Débannir +stream.userinfo.unmod=Rétrograder +tile.acaciaFence.name=Barrière en bois d'acacia +tile.acaciaFenceGate.name=Portillon en bois d'acacia +tile.activatorRail.name=Rails déclencheurs +tile.anvil.intact.name=Enclume +tile.anvil.name=Enclume +tile.anvil.slightlyDamaged.name=Enclume légèrement endommagée +tile.anvil.veryDamaged.name=Enclume très endommagée +tile.barrier.name=Barrière invisible +tile.beacon.name=Balise +tile.beacon.primary=Pouvoir primaire +tile.beacon.secondary=Pouvoir secondaire +tile.bed.name=Lit +tile.bed.noSleep=Vous ne pouvez dormir que durant la nuit +tile.bed.notSafe=Vous ne pouvez pas dormir pour l'instant, il y a des monstres à proximité +tile.bed.notValid=Votre lit a été détruit ou obstrué +tile.bed.occupied=Ce lit est occupé +tile.bedrock.name=Bedrock +tile.birchFence.name=Barrière en bois de bouleau +tile.birchFenceGate.name=Portillon en bois de bouleau +tile.blockCoal.name=Bloc de charbon +tile.blockDiamond.name=Bloc de diamant +tile.blockEmerald.name=Bloc d'émeraude +tile.blockGold.name=Bloc d'or +tile.blockIron.name=Bloc de fer +tile.blockLapis.name=Bloc de lapis-lazuli +tile.blockRedstone.name=Bloc de redstone +tile.bookshelf.name=Bibliothèque +tile.brick.name=Briques +tile.button.name=Bouton +tile.cactus.name=Cactus +tile.cake.name=Gâteau +tile.carrots.name=Carottes +tile.cauldron.name=Chaudron +tile.chest.name=Coffre +tile.chestTrap.name=Coffre piégé +tile.clay.name=Argile +tile.clayHardened.name=Argile durcie +tile.clayHardenedStained.black.name=Argile durcie noire +tile.clayHardenedStained.blue.name=Argile durcie bleue +tile.clayHardenedStained.brown.name=Argile durcie marron +tile.clayHardenedStained.cyan.name=Argile durcie cyan +tile.clayHardenedStained.gray.name=Argile durcie grise +tile.clayHardenedStained.green.name=Argile durcie verte +tile.clayHardenedStained.lightBlue.name=Argile durcie bleu clair +tile.clayHardenedStained.lime.name=Argile durcie vert clair +tile.clayHardenedStained.magenta.name=Argile durcie magenta +tile.clayHardenedStained.name=Argile durcie colorée +tile.clayHardenedStained.orange.name=Argile durcie orange +tile.clayHardenedStained.pink.name=Argile durcie rose +tile.clayHardenedStained.purple.name=Argile durcie violette +tile.clayHardenedStained.red.name=Argile durcie rouge +tile.clayHardenedStained.silver.name=Argile durcie gris clair +tile.clayHardenedStained.white.name=Argile durcie blanche +tile.clayHardenedStained.yellow.name=Argile durcie jaune +tile.cloth.black.name=Laine noire +tile.cloth.blue.name=Laine bleue +tile.cloth.brown.name=Laine marron +tile.cloth.cyan.name=Laine cyan +tile.cloth.gray.name=Laine grise +tile.cloth.green.name=Laine verte +tile.cloth.lightBlue.name=Laine bleu clair +tile.cloth.lime.name=Laine vert clair +tile.cloth.magenta.name=Laine magenta +tile.cloth.name=Laine +tile.cloth.orange.name=Laine orange +tile.cloth.pink.name=Laine rose +tile.cloth.purple.name=Laine violette +tile.cloth.red.name=Laine rouge +tile.cloth.silver.name=Laine gris clair +tile.cloth.white.name=Laine blanche +tile.cloth.yellow.name=Laine jaune +tile.cobbleWall.mossy.name=Muret de pierres moussues +tile.cobbleWall.normal.name=Muret +tile.cocoa.name=Cacao +tile.commandBlock.name=Bloc de commande +tile.crops.name=Cultures +tile.darkOakFence.name=Barrière en bois de chêne noir +tile.darkOakFenceGate.name=Portillon en bois de chêne noir +tile.daylightDetector.name=Capteur de lumière +tile.deadbush.name=Arbuste mort +tile.detectorRail.name=Rails détecteurs +tile.dirt.coarse.name=Terre stérile +tile.dirt.default.name=Terre +tile.dirt.name=Terre +tile.dirt.podzol.name=Podzol +tile.dispenser.name=Distributeur +tile.doorIron.name=Porte en fer +tile.doorWood.name=Porte en bois +tile.doublePlant.fern.name=Grande fougère +tile.doublePlant.grass.name=Très hautes herbes +tile.doublePlant.name=Grandes plantes +tile.doublePlant.paeonia.name=Pivoine +tile.doublePlant.rose.name=Rosier +tile.doublePlant.sunflower.name=Tournesol +tile.doublePlant.syringa.name=Lilas +tile.dragonEgg.name=Oeuf de dragon +tile.dropper.name=Dropper +tile.enchantmentTable.name=Table d'enchantement +tile.endPortalFrame.name=Portail du Néant +tile.enderChest.name=Coffre du Néant +tile.farmland.name=Terre labourée +tile.fence.name=Barrière en bois de chêne +tile.fenceGate.name=Portillon en bois de chêne +tile.fenceIron.name=Barreaux de fer +tile.fire.name=Feu +tile.flower1.dandelion.name=Pissenlit +tile.flower1.name=Pissenlit +tile.flower2.allium.name=Allium +tile.flower2.blueOrchid.name=Orchidée bleue +tile.flower2.houstonia.name=Houstonie +tile.flower2.name=Fleurs (sauf pissenlit) +tile.flower2.oxeyeDaisy.name=Marguerite +tile.flower2.poppy.name=Coquelicot +tile.flower2.tulipOrange.name=Tulipe orange +tile.flower2.tulipPink.name=Tulipe rose +tile.flower2.tulipRed.name=Tulipe rouge +tile.flower2.tulipWhite.name=Tulipe blanche +tile.furnace.name=Fourneau +tile.glass.name=Verre +tile.goldenRail.name=Rails de propulsion +tile.grass.name=Bloc d'herbe +tile.gravel.name=Gravier +tile.hayBlock.name=Bloc de paille +tile.hellrock.name=Roche du Nether +tile.hellsand.name=Sable des âmes +tile.hopper.name=Entonnoir +tile.ice.name=Glace +tile.icePacked.name=Glace compactée +tile.ironTrapdoor.name=Trappe en fer +tile.jukebox.name=Jukebox +tile.jungleFence.name=Barrière en bois d'acajou +tile.jungleFenceGate.name=Portillon en bois d'acajou +tile.ladder.name=Échelle +tile.lava.name=Lave +tile.leaves.acacia.name=Feuilles d'acacia +tile.leaves.big_oak.name=Feuilles de chêne noir +tile.leaves.birch.name=Feuilles de bouleau +tile.leaves.jungle.name=Feuilles d'acajou +tile.leaves.name=Feuillage +tile.leaves.oak.name=Feuilles de chêne +tile.leaves.spruce.name=Feuilles de sapin +tile.lever.name=Levier +tile.lightgem.name=Pierre lumineuse +tile.litpumpkin.name=Citrouille-lanterne +tile.lockedchest.name=Coffre verrouillé +tile.log.acacia.name=Bois d'acacia +tile.log.big_oak.name=Bois de chêne noir +tile.log.birch.name=Bois de bouleau +tile.log.jungle.name=Bois d'acajou +tile.log.name=Bois +tile.log.oak.name=Bois de chêne +tile.log.spruce.name=Bois de sapin +tile.melon.name=Pastèque +tile.mobSpawner.name=Générateur de monstres +tile.monsterStoneEgg.brick.name=Pierre taillée infestée +tile.monsterStoneEgg.chiseledbrick.name=Pierre sculptée infestée +tile.monsterStoneEgg.cobble.name=Pierre infestée +tile.monsterStoneEgg.crackedbrick.name=Pierre taillée craquelée infestée +tile.monsterStoneEgg.mossybrick.name=Pierre taillée moussue infestée +tile.monsterStoneEgg.name=Bloc infesté +tile.monsterStoneEgg.stone.name=Roche infestée +tile.mushroom.name=Champignon +tile.musicBlock.name=Bloc musical +tile.mycel.name=Mycélium +tile.netherBrick.name=Briques du Nether +tile.netherFence.name=Barrière en briques du Nether +tile.netherStalk.name=Verrues du Nether +tile.netherquartz.name=Minerai de quartz du Nether +tile.notGate.name=Torche de redstone +tile.obsidian.name=Obsidienne +tile.oreCoal.name=Minerai de charbon +tile.oreDiamond.name=Minerai de diamant +tile.oreEmerald.name=Minerai d'émeraude +tile.oreGold.name=Minerai d'or +tile.oreIron.name=Minerai de fer +tile.oreLapis.name=Minerai de lapis-lazuli +tile.oreRedstone.name=Minerai de redstone +tile.oreRuby.name=Minerai de rubis +tile.pistonBase.name=Piston +tile.pistonStickyBase.name=Piston collant +tile.portal.name=Portail +tile.potatoes.name=Pommes de terre +tile.pressurePlateStone.name=Plaque de pression en pierre +tile.pressurePlateWood.name=Plaque de pression en bois +tile.prismarine.bricks.name=Prismarin taillé +tile.prismarine.dark.name=Prismarin sombre +tile.prismarine.rough.name=Prismarin +tile.pumpkin.name=Citrouille +tile.quartzBlock.chiseled.name=Bloc de quartz sculpté +tile.quartzBlock.default.name=Bloc de quartz +tile.quartzBlock.lines.name=Bloc de quartz rayé +tile.quartzBlock.name=Bloc de quartz +tile.rail.name=Rails +tile.redSandStone.chiseled.name=Grès rouge sculpté +tile.redSandStone.default.name=Grès rouge +tile.redSandStone.name=Grès rouge +tile.redSandStone.smooth.name=Grès rouge poli +tile.redstoneDust.name=Poudre de redstone +tile.redstoneLight.name=Lampe à redstone +tile.reeds.name=Canne à sucre +tile.sand.default.name=Sable +tile.sand.name=Sable +tile.sand.red.name=Sable rouge +tile.sandStone.chiseled.name=Grès sculpté +tile.sandStone.default.name=Grès +tile.sandStone.name=Grès +tile.sandStone.smooth.name=Grès poli +tile.sapling.acacia.name=Pousse d'acacia +tile.sapling.big_oak.name=Pousse de chêne noir +tile.sapling.birch.name=Pousse de bouleau +tile.sapling.jungle.name=Pousse d'acajou +tile.sapling.oak.name=Pousse de chêne +tile.sapling.spruce.name=Pousse de sapin +tile.seaLantern.name=Lanterne des mers +tile.sign.name=Pancarte +tile.slime.name=Bloc de Slime +tile.snow.name=Neige +tile.sponge.dry.name=Éponge +tile.sponge.wet.name=Éponge mouillée +tile.spruceFence.name=Barrière en bois de sapin +tile.spruceFenceGate.name=Portillon en bois de sapin +tile.stainedGlass.black.name=Verre noir +tile.stainedGlass.blue.name=Verre bleu +tile.stainedGlass.brown.name=Verre marron +tile.stainedGlass.cyan.name=Verre cyan +tile.stainedGlass.gray.name=Verre gris +tile.stainedGlass.green.name=Verre vert +tile.stainedGlass.lightBlue.name=Verre bleu clair +tile.stainedGlass.lime.name=Verre vert clair +tile.stainedGlass.magenta.name=Verre magenta +tile.stainedGlass.name=Verre teinté +tile.stainedGlass.orange.name=Verre orange +tile.stainedGlass.pink.name=Verre rose +tile.stainedGlass.purple.name=Verre violet +tile.stainedGlass.red.name=Verre rouge +tile.stainedGlass.silver.name=Verre gris clair +tile.stainedGlass.white.name=Verre blanc +tile.stainedGlass.yellow.name=Verre jaune +tile.stairsBrick.name=Escaliers en briques +tile.stairsNetherBrick.name=Escaliers en briques du Nether +tile.stairsQuartz.name=Escaliers en quartz +tile.stairsRedSandStone.name=Escaliers en grès rouge +tile.stairsSandStone.name=Escaliers en grès +tile.stairsStone.name=Escaliers en pierre +tile.stairsStoneBrickSmooth.name=Escaliers en pierre taillée +tile.stairsWood.name=Escaliers en bois de chêne +tile.stairsWoodAcacia.name=Escaliers en bois d'acacia +tile.stairsWoodBirch.name=Escaliers en bois de bouleau +tile.stairsWoodDarkOak.name=Escaliers en bois de chêne noir +tile.stairsWoodJungle.name=Escaliers en bois d'acajou +tile.stairsWoodSpruce.name=Escaliers en bois de sapin +tile.stone.andesite.name=Andésite +tile.stone.andesiteSmooth.name=Andésite polie +tile.stone.diorite.name=Diorite +tile.stone.dioriteSmooth.name=Diorite polie +tile.stone.granite.name=Granite +tile.stone.graniteSmooth.name=Granite poli +tile.stone.stone.name=Roche +tile.stoneMoss.name=Pierres moussues +tile.stoneSlab.brick.name=Dalle en briques +tile.stoneSlab.cobble.name=Dalle de pierres +tile.stoneSlab.name=Dalle en pierre +tile.stoneSlab.netherBrick.name=Dalle en briques du Nether +tile.stoneSlab.quartz.name=Dalle de quartz +tile.stoneSlab.sand.name=Dalle en grès +tile.stoneSlab.smoothStoneBrick.name=Dalle en pierre taillée +tile.stoneSlab.stone.name=Dalle en pierre +tile.stoneSlab.wood.name=Dalle en bois +tile.stoneSlab2.red_sandstone.name=Dalle en grès rouge +tile.stonebrick.name=Pierres +tile.stonebricksmooth.chiseled.name=Pierre sculptée +tile.stonebricksmooth.cracked.name=Pierre taillée craquelée +tile.stonebricksmooth.default.name=Pierre taillée +tile.stonebricksmooth.mossy.name=Pierre taillée moussue +tile.stonebricksmooth.name=Pierre taillée +tile.tallgrass.fern.name=Fougère +tile.tallgrass.grass.name=Hautes herbes +tile.tallgrass.name=Hautes herbes +tile.tallgrass.shrub.name=Arbuste +tile.thinGlass.name=Vitre +tile.thinStainedGlass.black.name=Vitre noire +tile.thinStainedGlass.blue.name=Vitre bleue +tile.thinStainedGlass.brown.name=Vitre marron +tile.thinStainedGlass.cyan.name=Vitre cyan +tile.thinStainedGlass.gray.name=Vitre grise +tile.thinStainedGlass.green.name=Vitre verte +tile.thinStainedGlass.lightBlue.name=Vitre bleu clair +tile.thinStainedGlass.lime.name=Vitre vert clair +tile.thinStainedGlass.magenta.name=Vitre magenta +tile.thinStainedGlass.name=Vitre teintée +tile.thinStainedGlass.orange.name=Vitre orange +tile.thinStainedGlass.pink.name=Vitre rose +tile.thinStainedGlass.purple.name=Vitre violette +tile.thinStainedGlass.red.name=Vitre rouge +tile.thinStainedGlass.silver.name=Vitre gris clair +tile.thinStainedGlass.white.name=Vitre blanche +tile.thinStainedGlass.yellow.name=Vitre jaune +tile.tnt.name=TNT +tile.torch.name=Torche +tile.trapdoor.name=Trappe en bois +tile.tripWire.name=Fil de déclenchement +tile.tripWireSource.name=Crochet +tile.vine.name=Lianes +tile.water.name=Eau +tile.waterlily.name=Nénuphar +tile.web.name=Toile d'araignée +tile.weightedPlate_heavy.name=Plaque de pression pondérée (lourd) +tile.weightedPlate_light.name=Plaque de pression pondérée (léger) +tile.whiteStone.name=Pierre du Néant +tile.wood.acacia.name=Planches d'acacia +tile.wood.big_oak.name=Planches de chêne noir +tile.wood.birch.name=Planches de bouleau +tile.wood.jungle.name=Planches d'acajou +tile.wood.name=Planches +tile.wood.oak.name=Planches de chêne +tile.wood.spruce.name=Planches de sapin +tile.woodSlab.acacia.name=Dalle en bois d'acacia +tile.woodSlab.big_oak.name=Dalle en bois de chêne noir +tile.woodSlab.birch.name=Dalle en bois de bouleau +tile.woodSlab.jungle.name=Dalle en bois d'acajou +tile.woodSlab.name=Dalle en bois +tile.woodSlab.oak.name=Dalle en bois de chêne +tile.woodSlab.spruce.name=Dalle en bois de sapin +tile.woolCarpet.black.name=Tapis noir +tile.woolCarpet.blue.name=Tapis bleu +tile.woolCarpet.brown.name=Tapis marron +tile.woolCarpet.cyan.name=Tapis cyan +tile.woolCarpet.gray.name=Tapis gris +tile.woolCarpet.green.name=Tapis vert +tile.woolCarpet.lightBlue.name=Tapis bleu clair +tile.woolCarpet.lime.name=Tapis vert clair +tile.woolCarpet.magenta.name=Tapis magenta +tile.woolCarpet.name=Tapis +tile.woolCarpet.orange.name=Tapis orange +tile.woolCarpet.pink.name=Tapis rose +tile.woolCarpet.purple.name=Tapis violet +tile.woolCarpet.red.name=Tapis rouge +tile.woolCarpet.silver.name=Tapis gris clair +tile.woolCarpet.white.name=Tapis blanc +tile.woolCarpet.yellow.name=Tapis jaune +tile.workbench.name=Établi +title.oldgl1=Vieille carte graphique détectée, ce qui pourrait vous empêcher de +title.oldgl2=jouer dans le futur étant donné qu'OpenGL 2.0 sera requis. +translation.test.args=%s %s +translation.test.complex=Préfixe, %s%2$s à nouveau %s et %1$s finalement %s et aussi %1$s à nouveau ! +translation.test.escape=%%s %%%s %%%%s %%%%%s +translation.test.invalid=salut % +translation.test.invalid2=salut %s +translation.test.none=Bonjour tout le monde ! +translation.test.world=monde diff --git a/javascript/lang/ga_IE.lang b/javascript/lang/ga_IE.lang new file mode 100755 index 00000000..63211819 --- /dev/null +++ b/javascript/lang/ga_IE.lang @@ -0,0 +1,1774 @@ +achievement.acquireIron=Faigh Crua-earraí +achievement.acquireIron.desc=Bruithnigh tinne iarainn +achievement.bakeCake=An Bréag +achievement.bakeCake.desc=Cruithneacht, siúcra, bainne agus uibheacha! +achievement.blazeRod=Isteach sa Tine +achievement.blazeRod.desc=Bain slat de Lasaire +achievement.bookcase=Leabharlannaí +achievement.bookcase.desc=Déan roinnt seilfeanna leabhar chun feabhas a chur ar do chumas asarlaíochta +achievement.breedCow=Athdhaonrú +achievement.breedCow.desc=Síolraigh dhá bhó le cruithneacht +achievement.buildBetterPickaxe=Ag Uasghrádú +achievement.buildBetterPickaxe.desc=Cuir feabhas ar an bpiocóid +achievement.buildFurnace=Ãbhar Te +achievement.buildFurnace.desc=Tóg foirnéis as ocht mbloc cloiche +achievement.buildHoe=Am Feirmeoireachta! +achievement.buildHoe.desc=Bain úsáid as plainc agus maidí chun grafóg a dhéanamh +achievement.buildPickaxe=Am Mianadóireachta! +achievement.buildPickaxe.desc=Bain úsáid as plainc agus maidí chun piocóid a dhéanamh +achievement.buildSword=Am Buailte! +achievement.buildSword.desc=Bain úsáid as plainc agus maidí chun claíomh a dhéanamh +achievement.buildWorkBench=Ar an mBord +achievement.buildWorkBench.desc=Déan binse oibre as cheithre phlanc +achievement.cookFish=Iasc So-bhlasta +achievement.cookFish.desc=Beir ar iasc agus cócaráil é! +achievement.diamonds=DIAMAINT! +achievement.diamonds.desc=Faigh diamaint le do chuid uirlisí iarainn +achievement.diamondsToYou=Diamaint duit! +achievement.diamondsToYou.desc=Caith diamaint chuig imreoir eile. +achievement.enchantments=Asarlaí +achievement.enchantments.desc=Bain úsáid as leabhar, obsaidian agus diamaint chun bord asarlaíochta a thógáil +achievement.exploreAllBiomes=Aimsir na nEachtraí +achievement.exploreAllBiomes.desc=Fionn gach bithóm +achievement.flyPig=Na Muca ag Eitilt +achievement.flyPig.desc=Eitil muc le haill +achievement.fullBeacon=Rabhcánóir +achievement.fullBeacon.desc=Cruthaigh rabhcán mór +achievement.get=Bua beirthe! +achievement.ghast=Cuir ar ais don seoltóir +achievement.ghast.desc=Scrios Uafaireach le caor thine +achievement.killCow=Iompóir Bó +achievement.killCow.desc=Bain roinnt leathair +achievement.killEnemy=Fiagaí Arrachtaí +achievement.killEnemy.desc=Ionsaigh agus scrios arracht +achievement.killWither=An Tús. +achievement.killWither.desc=Maraigh an Seargthóir +achievement.makeBread=Bácáil Arán +achievement.makeBread.desc=Déan arán as cruithneacht +achievement.mineWood=Ag Fáil Adhmaid +achievement.mineWood.desc=Ionsaigh crann go bpreabfaidh bloc adhmaid as +achievement.onARail=Ar an Iarnród +achievement.onARail.desc=Taistil ar cairt mianaigh 1 km ar a laghad +achievement.openInventory=Ag Tógáil Fardail +achievement.openInventory.desc=Brúigh ar '%1$s' chun d'fhardal a oscailt. +achievement.overkill=Ró-mharú +achievement.overkill.desc=Tabhair dochar ocht gcroí ar neach i mbuille amháin +achievement.overpowered=Róchumhachtach +achievement.overpowered.desc=Déan ull Notch +achievement.portal=Tá Orainn Dul Níos Doimhne +achievement.portal.desc=Tóg tairseach don Ãochtar +achievement.potion=Grúdlann Ãitiúil +achievement.potion.desc=Grúdaigh Posóid +achievement.requires=Réamhriachtanas: '%1$s' +achievement.snipeSkeleton=Comhrac Snípéara +achievement.snipeSkeleton.desc=Maraigh cnámharlach le saighead agus é níos mo ná 50 méadar uait +achievement.spawnWither=An Tús? +achievement.spawnWither.desc=Gin an Seargthóir +achievement.taken=Tógtha! +achievement.theEnd=An Chríoch? +achievement.theEnd.desc=Aimsigh an Chríoch +achievement.theEnd2=An Chríoch. +achievement.theEnd2.desc=Beir bua ar Dhragan na Críche +addServer.add=Déanta +addServer.enterIp=Seoladh an Fhreastalaí +addServer.enterName=Ainm an Fhreastalaí +addServer.hideAddress=Ceil Seoladh +addServer.resourcePack=Pacáistí Acmhainní an Fhreastalaí +addServer.resourcePack.disabled=Díchumasaithe +addServer.resourcePack.enabled=Cumasaithe +addServer.resourcePack.prompt=Fiafraigh +addServer.title=Athraigh Airíonna an Fhreastalaí +advMode.allPlayers=Úsáid "@a" chun díriú ar gach imreoir +advMode.command=Ordú Consóil +advMode.nearestPlayer=Úsáid "@p" chun díriú ar imreoir is gaire +advMode.notAllowed=Is riachtanach bheith i d'oibreoir (op) i mód cruthaitheach +advMode.notEnabled=Níl bloic ordaithe i bhfeidhm ar an bhfreastalaí seo +advMode.previousOutput=Aschur Roimhe +advMode.randomPlayer=Úsáid "@r" chun díriú ar imreoir randamach +advMode.setCommand=Socraigh Ordú Consóil don Bhloc +advMode.setCommand.success=Ordú socraithe: %s +attribute.name.generic.attackDamage=Damáiste Ionsaithe +attribute.name.generic.followRange=Raon Braite na gCréatúr +attribute.name.generic.knockbackResistance=Seasmhacht in aghaidh Cnag Siar +attribute.name.generic.maxHealth=Uasmhéid Sláinte +attribute.name.generic.movementSpeed=Luas +attribute.name.horse.jumpStrength=Neart Léim an Chapaill +attribute.name.zombie.spawnReinforcements=Zombaithe Athneartacha +book.byAuthor=le %1$s +book.editTitle=Teideal an Leabhair: +book.finalizeButton=Sínigh agus Dún +book.finalizeWarning=Tabhair faoi deara! Nuair a shíneoidh tú an leabhar, ní bheidh tú in ann é a athrú. +book.generation.0=Bunleabhar +book.generation.1=Cóip den bhunleabhar +book.generation.2=Cóip de chóip +book.generation.3=Cifleogach +book.pageIndicator=Leathanach %1$s de %2$s +book.signButton=Sínigh +build.tooHigh=Teorainn airde don tógáil: %s bloic +chat.cannotSend=Ní féidir teachtaireacht comhráite a sheoladh +chat.copy=Cóipeáil don Ghearrthaisce +chat.link.confirm=An bhfuil tú cinnte gur mian leat an suíomh gréasáin seo a oscailt? +chat.link.confirmTrusted=Ar mhaith leath an nasc seo a oscailt nó é a chóipeáil chuig an gearrthaisce? +chat.link.open=Oscail i mbrabhsálaí +chat.link.warning=Ná hoscail naisc ó dhaoine nach bhfuil muinín agat astu! +chat.stream.emote=(%s) * %s %s +chat.stream.text=(%s) <%s> %s +chat.type.achievement=Tá %s tar éis an bua %s a bhreith +chat.type.achievement.taken=Chaill %s an bua %s +commands.achievement.give.success.all=Tugadh gach bua do %s +commands.achievement.give.success.one=Tugadh an staitistic %2$s do %1$s +commands.achievement.statTooLow=Imreoir %s: níl an staitistic %s aige +commands.achievement.unknownAchievement=Bua nó staitistic anaithnid: '%s' +commands.ban.failed=Níorbh fhéidir cosc a chur ar imreoir %s +commands.ban.success=Cuireadh cosc ar imreoir %s +commands.ban.usage=/ban [fáth ...] +commands.banip.invalid=Chuir tú isteach seoladh IP neamhbhailí nó níl an t-imreoir sin ar líne +commands.banip.success=Cuireadh cosc ar sheoladh IP %s +commands.banip.success.players=Cuireadh cosc ar sheoladh IP %s le %s +commands.banip.usage=/ban-ip [fáth ...] +commands.banlist.ips=Tá cosc ar %s seoladh IP san iomlán: +commands.banlist.players=Tá cosc ar %s imreoir san iomlán: +commands.banlist.usage=/banlist [ips|imreoirí] +commands.clear.failure=Níorbh fhéidir %s a bhaint den fhardal; níl aon rud ann le baint +commands.clear.success=Glanadh fardal %s; baineadh %s earra +commands.debug.notStarted=Ní féidir próifíliú a stopadh - níor thosaigh sé fós! +commands.debug.start=Tosaigh próifíliú dífhabhtúcháin +commands.debug.stop=Stopadh próifíliú dífhabhtúcháin tar éis %s soicind (%s tic) +commands.defaultgamemode.success=Is é %s an mód réamhshocraithe cluiche don domhain seo anois +commands.defaultgamemode.usage=/defaultgamemode +commands.deop.failed=Níorbh fhéidir cumas oibreora a bhaint ó %s +commands.deop.success=Baineadh cumas oibreora de %s +commands.deop.usage=/deop +commands.difficulty.success=Socraíodh deacracht na cluiche go %s +commands.difficulty.usage=/difficulty +commands.downfall.success=Scoránaíodh an díle (bháistí/sneachta) +commands.effect.failure.notActive=Níorbh fhéidir an éifeacht %1$s a bhaint den imreoir %2$s toisc nach bhfuil an éifeacht aige/aici +commands.effect.failure.notActive.all=Níorbh fhéidir aon éifeacht a bhaint de %s mar níl éifeacht acu +commands.effect.notFound=Níl éifeacht créatúir ar bith ann leis an ID %s +commands.effect.success=Tugadh an éifeacht %1$s (ID %2$s) * %3$s don imreoir %4$s ar tréimhse %5$s soicind +commands.effect.success.removed=Baineadh an éifeacht %1$s den imreoir %2$s +commands.effect.success.removed.all=Baineadh gach éifeacht de %s +commands.enchant.cantCombine=Ní féidir %1$s a chumasc le %2$s +commands.enchant.cantEnchant=Ní féidir an asarlaíocht roghnaithe a chur ar an rud roghnaithe +commands.enchant.noItem=Níl earra ar bith i lámh an sprice +commands.enchant.notFound=Níl asarlaíocht ann a bhfuil an ID %s aici +commands.enchant.success=D'éirigh leis an asarlaíocht +commands.enchant.usage=/enchant [leibhéal] +commands.gamemode.success.other=Athraíodh mód cluiche %s go %s +commands.gamemode.success.self=Athraíodh do mhód cluiche féin go %s +commands.gamemode.usage=/gamemode [imreoir] +commands.gamerule.norule=Níl riail chluiche '%s' le fáil +commands.gamerule.success=Nuashonraíodh an riail chluiche +commands.generic.boolean.invalid=Ní 'true' ná 'false' é '%s' +commands.generic.double.tooBig=Tá an uimhir a chuir tú isteach (%s) rómhór. An luach is mó: %s +commands.generic.double.tooSmall=Tá an uimhir a chuir tú isteach (%s) róbheag. An luach is lú: %s +commands.generic.entity.invalidType=Tá an cineál aonáin '%s' neamhbhailí +commands.generic.entity.invalidUuid=Tá UUID an aonáin sonraithe i bhformáid neamhbhailí +commands.generic.entity.notFound=Ní féidir an t-aonán sin a aimsiú +commands.generic.exception=Tharla earráid neamhaithnid agus an t-ordú seo á rith +commands.generic.notFound=Ordú anaithnid. Bain triail as /help chun liosta ordaithe a fháil +commands.generic.num.invalid=Ní uimhir bhailí í '%s' +commands.generic.num.tooBig=Tá an uimhir a chuir tú isteach (%s) rómhór. An luach is mó: %s +commands.generic.num.tooSmall=Tá an uimhir a chuir tú isteach (%s) róbheag. An luach is lú: %s +commands.generic.parameter.invalid=Ní paraiméadar bailí é '%s' +commands.generic.permission=Níl cead agat an t-ordú seo a úsáid +commands.generic.player.notFound=Ní féidir an t-imreoir sin a aimsiú +commands.generic.syntax=Comhréir ordaithe neamhbhailí +commands.generic.usage=Úsáid: %s +commands.give.notFound=Níl earra ar bith ann leis an ID %s +commands.give.success=Tugadh %s * %s chuig %s +commands.give.tagError=Theip ar pharsáil clib sonraí: %s +commands.give.usage=/give [méid] [sonraí] [ClibSonraí] +commands.help.footer=Leid: Bain úsáid as an eochair agus tú ag clóscríobh ordaithe chun an t-ordú nó a argóintí a chomhlánú go huathoibríoch +commands.help.header=--- Seo leathanach %s as %s (/help ) --- +commands.help.usage=/help [leathanach|ainm an ordaithe] +commands.kick.success=Díbríodh %s den chluiche +commands.kick.success.reason=Díbríodh %s den chluiche: '%s' +commands.kick.usage=/kick [fáth ...] +commands.kill.successful=Scriosadh %s +commands.me.usage=/me +commands.message.display.incoming=Tugann %s cogar duit: %s +commands.message.display.outgoing=Tugann tú cogar do %s: %s +commands.message.sameTarget=Ní féidir teachtaireacht phríobháideach a sheoladh chugat féin! +commands.message.usage=/tell +commands.op.failed=Níorbh fhéidir cumas oibreora a thabhairt do %s +commands.op.success=Tugadh cumas oibreora do %s +commands.op.usage=/op +commands.players.list=Tá %s/%s imreoir ar líne: +commands.playsound.playerTooFar=Tá imreoir %s rófhada uait chun an fhuaim a chloisteáil +commands.playsound.success=Seinneadh fuaim '%s' le haghaidh %s +commands.playsound.usage=/playsound [x] [y] [z] [airde] [céim] [AirdeIsLú] +commands.publish.failed=Ní féidir cluiche áitiúil a óstáil +commands.publish.started=Ag óstáil cluiche logánta ar phort %s +commands.replaceitem.block.usage=/replaceitem bloc [amount] [data] [dataTag] +commands.replaceitem.usage=/replaceitem ... +commands.save-off.alreadyOff=Tá Sábháil curtha as feidhm cheana. +commands.save-on.alreadyOn=Tá Sábháil curtha i bhfeidhm cheana. +commands.save.disabled=Uathshábháil domhan as feidhm +commands.save.enabled=Uathshábháil domhan i bhfeidhm +commands.save.failed=Theip ar shábháil: %s +commands.save.start=Ag sábháil... +commands.save.success=Sábháladh an domhan +commands.say.usage=/say +commands.scoreboard.objectiveNotFound=Ní bhfuarthas cuspóir ar bith darb ainm '%s' +commands.scoreboard.objectiveReadOnly=Tá an cuspóir '%s' inléite amháin agus ní féidir é a shocrú +commands.scoreboard.objectives.add.alreadyExists=Tá cuspóir darb ainm '%s' ann cheana +commands.scoreboard.objectives.add.displayTooLong=Tá an t-ainm taispeána '%s' rófhada; %s carachtair an fad is mó +commands.scoreboard.objectives.add.success=Cuireadh cuspóir nua '%s' leis +commands.scoreboard.objectives.add.tooLong=Tá ainm an chuspóra '%s' rófhada; %s carachtair an fad is mó +commands.scoreboard.objectives.add.usage=/scoreboard objectives add [ainm taispeána ...] +commands.scoreboard.objectives.add.wrongType=Critéar cuspóra neamhbhailí '%s' +commands.scoreboard.objectives.list.count=Ag taispeáint %s cuspóir(í) ar an scórchlár: +commands.scoreboard.objectives.list.empty=Níl cuspóir ar bith ar an scórchlár +commands.scoreboard.objectives.list.entry=- %s: Ainm Taispeána: '%s' Critéar: '%s' +commands.scoreboard.objectives.remove.success=Baineadh cuspóir '%s' +commands.scoreboard.objectives.remove.usage=/scoreboard objectives remove +commands.scoreboard.objectives.setdisplay.invalidSlot=Níl a leithéid de sliotán taispeána '%s' ann +commands.scoreboard.objectives.setdisplay.successCleared=Glanadh an sliotán taispeána don chuspóir '%s' +commands.scoreboard.objectives.setdisplay.successSet=Socraíodh an cuspóir i sliotán taispeána '%s' go '%s' +commands.scoreboard.objectives.setdisplay.usage=/scoreboard objectives setdisplay [cuspóir] +commands.scoreboard.players.list.count=Ag taispeáint %s imreoirí rianaithe ar an scórchlár: +commands.scoreboard.players.list.empty=Níl imreoir rianaithe ar bith ar an scórchlár +commands.scoreboard.players.list.player.count=Ag taispeáint %s cuspóir(í) rianaithe le haghaidh %s: +commands.scoreboard.players.list.player.empty=Níl scór taifeadta ag an imreoir %s +commands.scoreboard.players.list.player.entry=- %2$s: %1$s (%3$s) +commands.scoreboard.players.list.usage=/scoreboard players list [ainm] +commands.scoreboard.players.reset.success=Athshocraíodh gach scór don imreoir %s +commands.scoreboard.players.set.success=Socraíodh scór %s don imreoir %s go %s +commands.scoreboard.teamNotFound=Ní bhfuarthas foireann ar bith darb ainm '%s' +commands.scoreboard.teams.add.alreadyExists=Tá foireann darb ainm '%s' ann cheana +commands.scoreboard.teams.add.displayTooLong=Tá an t-ainm taispeána '%s' rófhada; %s carachtair an fad is mó +commands.scoreboard.teams.add.success=Cuireadh foireann nua '%s' leis +commands.scoreboard.teams.add.tooLong=Tá ainm na foirne '%s' rófhada; %s carachtair an fad is mó +commands.scoreboard.teams.add.usage=/scoreboard teams add [ainm taispeána ...] +commands.scoreboard.teams.empty.alreadyEmpty=Tá an fhoireann %s folamh cheana; ní féidir imreoirí a bhaint di +commands.scoreboard.teams.empty.success=Baineadh %s imreoir(í) den fhoireann %s +commands.scoreboard.teams.join.failure=Níorbh fhéidir %s imreoir(í) a chur leis an bhfoireann %s: %s +commands.scoreboard.teams.join.success=Cuireadh %s imreoir(í) leis an bhfoireann %s: %s +commands.scoreboard.teams.join.usage=/scoreboard teams join [imreoir] +commands.scoreboard.teams.leave.failure=Níorbh fhéidir %s imreoir(í) a bhaint dá bhfoirne: %s +commands.scoreboard.teams.leave.noTeam=Níl tú ar fhoireann +commands.scoreboard.teams.leave.success=Baineadh %s imreoir(í) dá bhfoirne: %s +commands.scoreboard.teams.leave.usage=/scoreboard teams leave [imreoir] +commands.scoreboard.teams.list.count=Ag taispeáint %s foirne ar an scórchlár: +commands.scoreboard.teams.list.empty=Níl foireann ar bith cláraithe +commands.scoreboard.teams.list.entry=- %1$s: tá %3$s imreoir(í) san fhoireann '%2$s' +commands.scoreboard.teams.list.player.count=Ag taispeáint %s imreoir(í) san fhoireann %s: +commands.scoreboard.teams.list.player.empty=Níl imreoir ar bith san fhoireann %s +commands.scoreboard.teams.list.player.entry=- %2$s: %1$s (%3$s) +commands.scoreboard.teams.list.usage=/scoreboard teams list [ainm] +commands.scoreboard.teams.option.noValue=Is iad seo na luacha bailí don rogha %s: %s +commands.scoreboard.teams.option.success=Socraíodh an rogha %s don fhoireann %s go %s +commands.scoreboard.teams.remove.success=Baineadh foireann %s +commands.scoreboard.teams.remove.usage=/scoreboard teams remove +commands.seed.success=Síol: %s +commands.setblock.failed=Ní féidir an bloc a chur +commands.setblock.noChange=Níorbh fhéidir an bloc a chur +commands.setblock.notFound=Níl bloc ann leis an ID/ainm %s +commands.setblock.outOfWorld=Ní féidir an bloc a chur taobh amuigh den domhan +commands.setblock.success=Cuireadh an Bloc +commands.setblock.tagError=Theip ar pharsáil clib sonraí: %s +commands.setblock.usage=/setblock [LuachSonraí] [oldBlockHandling] [ClibSonraí] +commands.setidletimeout.success=Socraíodh an t-aga díomhaoin mar %s nóiméad. +commands.setidletimeout.usage=/setidletimeout +commands.setworldspawn.success=Socraíodh ionad athionchollaithe an domhain go (%s, %s, %s) +commands.spawnpoint.success=Socraíodh ionad athionchollaithe %s go (%s, %s, %s) +commands.spreadplayers.failure.players=Níorbh fhéidir %s imreoir a leathadh thart ar %s,%s (an iomarca imreoirí - bain triail as leathadh nach mó ná %s) +commands.spreadplayers.failure.teams=Níorbh fhéidir %s foireann a leathadh thart ar %s,%s (an iomarca imreoirí - bain triail as leathadh nach mó ná %s) +commands.spreadplayers.info.players=(%s bloic an meánfhad idir imreoirí i ndiaidh %s atriallta) +commands.spreadplayers.info.teams=(%s bloic an meánfhad idir fhoirne i ndiaidh %s atriallta) +commands.spreadplayers.spreading.players=Ag leathadh %s imreoir %s bloc thart ar %s,%s (%s bloc óna chéile ar a laghad) +commands.spreadplayers.spreading.teams=Ag leathadh %s foireann %s bloc thart ar %s,%s (%s bloc óna chéile ar a laghad) +commands.spreadplayers.success.players=D'éirigh le leathadh %s imreoir thart ar %s,%s +commands.spreadplayers.success.teams=D'éirigh le leathadh %s foireann thart ar %s,%s +commands.spreadplayers.usage=/spreadplayers +commands.stats.failed=Paraiméadair neamhbhailí +commands.stop.start=Ag stopadh an fhreastalaí +commands.summon.failed=Ní féidir an t-aonán a ghairm +commands.summon.outOfWorld=Ní féidir an t-aonán a ghairm taobh amuigh den domhan +commands.summon.success=D'éirigh le gairm an aonáin +commands.summon.tagError=Theip ar pharsáil clib sonraí: %s +commands.summon.usage=/summon [x] [y] [z] [ClibSonraí] +commands.tellraw.jsonException=JSON neamhbhailí: %s +commands.tellraw.usage=/tellraw +commands.testforblock.failed.data=Bhí luach sonraí %s ag an mbloc ag %s,%s,%s (ag súil le: %s). +commands.testforblock.failed.nbt=Ní raibh na heochracha NBT riachtanacha ag an mbloc ag %s,%s,%s. +commands.testforblock.failed.tile=Is %4$s é an bloc ag %1$s,%2$s,%3$s (ag súil le: %5$s). +commands.testforblock.failed.tileEntity=Ní aonán tíle é an bloc ag %s,%s,%s agus ní féidir meaitseáil clibeanna a dhéanamh leis. +commands.testforblock.outOfWorld=Ní féidir tástáil a dhéanamh ar bhloc taobh amuigh den domhan +commands.testforblock.success=Fuarthas an bloc ag %s,%s,%s. +commands.testforblock.usage=/testforblock [LuachSonraí] [ClibSonraí] +commands.time.added=Cuireadh %s leis an t-am +commands.time.query=Is é %s an t-am +commands.time.set=Socraíodh an t-am go %s +commands.tp.notSameDimension=Ní féidir teileapórtáil toisc nach bhfuil na himreoirí sa diminsean céanna +commands.tp.success=Teileapórtáladh %s go %s +commands.tp.success.coordinates=Teileapórtáladh %s go %s,%s,%s +commands.unban.failed=Níorbh fhéidir cosc a bhaint ó imreoir %s +commands.unban.success=Baineadh cosc ó imreoir %s +commands.unban.usage=/pardon +commands.unbanip.invalid=Chuir tú isteach seoladh IP neamhbhailí +commands.unbanip.success=Baineadh cosc ó sheoladh IP %s +commands.unbanip.usage=/pardon-ip +commands.weather.clear=Ag athrú chuig aimsir gheal +commands.weather.rain=Ag athrú chuig aimsir bháistí +commands.weather.thunder=Ag athrú chuig báisteach is toirneach +commands.weather.usage=/weather [achar i soicindí] +commands.whitelist.add.failed=Níorbh fhéidir %s a chur leis an liosta bán +commands.whitelist.add.success=Cuireadh %s leis an liosta bán +commands.whitelist.add.usage=/whitelist add +commands.whitelist.disabled=Liosta bán as feidhm +commands.whitelist.enabled=Liosta bán i bhfeidhm +commands.whitelist.list=Tá %s imreoirí (as %s a chonacthas) ar an liosta bán: +commands.whitelist.reloaded=Athlódáladh an liosta bán +commands.whitelist.remove.failed=Níorbh fhéidir %s a bhaint ón liosta bán +commands.whitelist.remove.success=Baineadh %s den liosta bán +commands.whitelist.remove.usage=/whitelist remove +commands.whitelist.usage=/whitelist +commands.xp.failure.widthdrawXp=Ní féidir pointí taithí diúltach a thabhairt d'imreoir +commands.xp.success=Tugadh %s pointe taithí do %s +commands.xp.success.levels=Tugadh %s leibhéal do %s +commands.xp.success.negative.levels=Baineadh %s leibhéal de %s +commands.xp.usage=/xp [imreoir] NO /xp L [imreoir] +connect.authorizing=Ag logáil isteach... +connect.connecting=Ag ceangal leis an bhfreastalaí... +connect.failed=Theip ar cheangal leis an bhfreastalaí +container.beacon=Rabhcán +container.brewing=Seastán Grúdaireachta +container.chest=Cófra +container.chestDouble=Cófra Mór +container.crafting=Ceardaíocht +container.creative=Roghnú Earra +container.dispenser=Teilgeoir +container.dropper=Dáileoir +container.enchant=Asarlaíocht +container.enchant.clue=%s . . . ? +container.enchant.lapis.many=%s Cloch Lasúlí +container.enchant.lapis.one=Cloch Lasúlí +container.enchant.level.one=leibhéal asarlaíocht +container.enderchest=Cófra na Críche +container.furnace=Foirnéis +container.hopper=Crannóg Earraí +container.inventory=Fardal +container.minecart=Cairt Mianaigh +container.repair=Deisigh & Ainmnigh +container.repair.cost=Costas Asarlaíochta: %1$s +container.repair.expensive=Ró-chostasach! +controls.reset=Athshocraigh +controls.resetAll=Athshocraigh Eochracha +controls.title=Rialtáin +createWorld.customize.custom.baseSize=Bun-méid Doimhneachta +createWorld.customize.custom.biomeDepthOffset=Taobhrianadh Doimhneacht Bithóim +createWorld.customize.custom.biomeDepthWeight=Treise Doimhneacht Bithóim +createWorld.customize.custom.biomeScaleOffset=Taobhrianadh Scála Bithóim +createWorld.customize.custom.biomeScaleWeight=Treise Scála Bithóim +createWorld.customize.custom.biomeSize=Méid Bithóim +createWorld.customize.custom.center=Lárairde +createWorld.customize.custom.confirm1=Forscríobhfar do shocruithe reatha +createWorld.customize.custom.confirm2=agus ní féidir iad a athshlánú. +createWorld.customize.custom.confirmTitle=Rabhadh! +createWorld.customize.custom.coordinateScale=Scála Cothrománach +createWorld.customize.custom.count=Iarrachtaí Giniúna +createWorld.customize.custom.defaults=Réamhshocruithe +createWorld.customize.custom.depthNoiseScaleExponent=Easpónant Thorann Doimhneachta +createWorld.customize.custom.depthNoiseScaleX=Scála Torann Doimhneachta X +createWorld.customize.custom.depthNoiseScaleZ=Scála Torann Doimhneachta Z +createWorld.customize.custom.dungeonChance=Uimhir Doinsiún +createWorld.customize.custom.fixedBiome=Bithóm +createWorld.customize.custom.heightScale=Scála Ingearach +createWorld.customize.custom.lavaLakeChance=Teirce Locha Laibhe +createWorld.customize.custom.lowerLimitScale=Scála Ãosteorainn +createWorld.customize.custom.mainNoiseScaleX=Scála Príomhthorainn X +createWorld.customize.custom.mainNoiseScaleY=Scála Príomhthorainn Y +createWorld.customize.custom.mainNoiseScaleZ=Scála Príomhthorainn Z +createWorld.customize.custom.maxHeight=Uasairde +createWorld.customize.custom.minHeight=Ãosairde +createWorld.customize.custom.next=Lch Eile +createWorld.customize.custom.page0=Socruithe Bunúsacha +createWorld.customize.custom.page1=Socruithe Mianta +createWorld.customize.custom.page2=Ardsocruithe (Úsáideoirí Saineolaíocha Amháin!) +createWorld.customize.custom.page3=Ardsocruithe Eile (Úsáideoirí Saineolaíocha Amháin!) +createWorld.customize.custom.preset.caveChaos=Uaimheanna an Anoird +createWorld.customize.custom.preset.caveDelight=Ãthas an Uaimheadóra +createWorld.customize.custom.preset.drought=Triomach +createWorld.customize.custom.preset.goodLuck=Nár choiglí Dia thú! +createWorld.customize.custom.preset.isleLand=Tír na nOileán +createWorld.customize.custom.preset.mountains=Sléibhte Neimhe +createWorld.customize.custom.preset.waterWorld=Dobhardhomhan +createWorld.customize.custom.presets=Réamhshocruithe +createWorld.customize.custom.presets.title=Socraigh Réamhshocruithe Domhan +createWorld.customize.custom.prev=Lch Roimhe +createWorld.customize.custom.randomize=Randamaigh +createWorld.customize.custom.riverSize=Méid Abhann +createWorld.customize.custom.seaLevel=Leibhéal na Mara +createWorld.customize.custom.size=Méid Giniúna +createWorld.customize.custom.spread=Airde Scaipthe +createWorld.customize.custom.stretchY=Síneadh Ingearach +createWorld.customize.custom.upperLimitScale=Scála Uasteorainn +createWorld.customize.custom.useCaves=Pluaiseanna +createWorld.customize.custom.useDungeons=Doinsiúin +createWorld.customize.custom.useLavaLakes=Locha Laibhe +createWorld.customize.custom.useLavaOceans=Aigéin Laibhe +createWorld.customize.custom.useMineShafts=Sloic Mhianaigh +createWorld.customize.custom.useMonuments=Séadchomharthaí Aigéin +createWorld.customize.custom.useRavines=Ailteanna +createWorld.customize.custom.useStrongholds=Daingin +createWorld.customize.custom.useTemples=Teampaill +createWorld.customize.custom.useVillages=Sráidbhailte +createWorld.customize.custom.useWaterLakes=Locha Uisce +createWorld.customize.custom.waterLakeChance=Teirce Locha Uisce +createWorld.customize.flat.addLayer=Cuir Scair Leis +createWorld.customize.flat.editLayer=Athraigh Scair +createWorld.customize.flat.height=Airde +createWorld.customize.flat.layer=%s +createWorld.customize.flat.layer.bottom=Bun - %s +createWorld.customize.flat.layer.top=Barr - %s +createWorld.customize.flat.removeLayer=Bain Scair De +createWorld.customize.flat.tile=Ãbhar na Scaire +createWorld.customize.flat.title=Saincheapadh Domhain Shárchothroim +createWorld.customize.presets=Réamhshocruithe +createWorld.customize.presets.list=Nó, seo duit roinnt réamhshocruithe a rinne muid roimh ré! +createWorld.customize.presets.select=Úsáid an Réamhshocrú +createWorld.customize.presets.share=Ar mhaith leath do réamhshocrú a roinnt? Úsáid an bosca thíos! +createWorld.customize.presets.title=Roghnaigh Réamhshocrú +death.attack.anvil=Thit inneoin ar %1$s agus bascadh í/é +death.attack.arrow=Lámhach %2$s %1$s +death.attack.arrow.item=Lámhach %2$s %1$s le %3$s +death.attack.cactus=Fuair %1$s bás den phriocadh +death.attack.cactus.player=Bhuail %1$s i gcoinne cachtais agus é/í ag iarraidh éalú ó %2$s +death.attack.drown=Bádh %1$s +death.attack.drown.player=Bádh %1$s agus é/í ag iarraidh éalú ó %2$s +death.attack.explosion=Phléasc %1$s +death.attack.explosion.player=Phléasc %2$s %1$s +death.attack.fall=Bhuail %1$s an talamh go ró-throm +death.attack.fallingBlock=Thit bloc ar %1$s agus bascadh í/é +death.attack.fireball=Mharaigh %2$s %1$s le caor thine +death.attack.fireball.item=Mharaigh %2$s %1$s le caor thine agus %3$s +death.attack.generic=Fuair %1$s bás +death.attack.inFire=D'imigh %1$s in aon bhladhm amháin +death.attack.inFire.player=Shiúil %1$s isteach sa tine agus é/í ag troid le %2$s +death.attack.inWall=Plúchadh %1$s i mballa +death.attack.indirectMagic=Mharaigh %2$s %1$s leis an draíocht +death.attack.indirectMagic.item=Mharaigh %2$s %1$s le %3$s +death.attack.lava=Thug %1$s iarracht ar snámh i laibhe +death.attack.lava.player=Thug %1$s iarracht ar snámh i laibhe chun éalú ó %2$s +death.attack.lightningBolt=Bhuail splanc thintrí %1$s +death.attack.magic=Maraíodh %1$s leis an draíocht +death.attack.mob=Bhásaigh %2$s %1$s +death.attack.onFire=Dódh beo beathach %1$s +death.attack.onFire.player=Dódh %1$s ina smól agus é/í ag troid le %2$s +death.attack.outOfWorld=Thit %1$s amach as an domhan +death.attack.player=Bhásaigh %2$s %1$s +death.attack.player.item=Bhásaigh %2$s %1$s le %3$s +death.attack.starve=Fuair %1$s bás den ocras +death.attack.thorns=Maraíodh %1$s agus é/í ag iarraidh %2$s a ghortú +death.attack.thrown=Ghread %2$s %1$s +death.attack.thrown.item=Ghread %2$s %1$s le %3$s +death.attack.wither=Seargadh %1$s +death.fell.accident.generic=Thit %1$s ó hairde mhór +death.fell.accident.ladder=Thit %1$s de dréimire +death.fell.accident.vines=Thit %1$s d'fhéithleog éigin +death.fell.accident.water=Thit %1$s amach as an uisce +death.fell.assist=Dhaor %2$s %1$s chun titime +death.fell.assist.item=Dhaor %2$s %1$s chun titime le %3$s +death.fell.finish=Thit %1$s rófhada ar fad agus thug %2$s buille scoir dó/di +death.fell.finish.item=Thit %1$s rófhada ar fad agus thug %2$s buille scoir dó/di le %3$s +death.fell.killer=Daoradh %1$s chun titime +deathScreen.deleteWorld=Scrios domhan +deathScreen.hardcoreInfo=Ní féidir athionchollú i mód antoisceach! +deathScreen.leaveServer=Fág an freastalaí +deathScreen.quit.confirm=An bhfuil tú cinnte gur maith leat scoradh den chluiche? +deathScreen.respawn=Athionchollaigh +deathScreen.score=Scór +deathScreen.title=Fuair tú bás! +deathScreen.title.hardcore=Cluiche thart! +deathScreen.titleScreen=Scáileán Teidil +demo.day.1=Mairfidh an leagan taispeána seo cúig lá cluiche, déan do dhícheall! +demo.day.2=Lá a Dó +demo.day.3=Lá a Trí +demo.day.4=Lá a Ceathair +demo.day.5=Seo é do lá deireanach! +demo.day.6=Tá do chúigiú lá thart, bain úsáid as F2 chun pictiúr do chruthúcháin a shábháil +demo.day.warning=Tá d'am beagnach istigh! +demo.demoExpired=Tá an t-am taispeána thart! +demo.help.buy=Ceannaigh Anois! +demo.help.fullWrapped=Mairfidh an leagan taispeána seo ar feadh 5 lá cluiche (thart ar uair agus 40 nóiméad fíor-ama). Féach "Buanna" le haghaidh leideanna! Bain taitneamh as! +demo.help.inventory=Úsáid %1$s chun d'fhardal a oscailt +demo.help.jump=Léim trí bhrú ar %1$s +demo.help.later=Lean leis an gcluiche! +demo.help.movement=Úsáid %1$s, %2$s, %3$s, %4$s agus an luch chun bogadh thart +demo.help.movementMouse=Bain úsáid as an luch le breathnú tharat +demo.help.movementShort=Bog trí bhrú ar %1$s, %2$s, %3$s, %4$s +demo.help.title=Mód Taispeána Minecraft +demo.remainingTime=Am fágtha: %s +demo.reminder=Tá an t-am taispeána thart, ceannaigh an cluiche chun leanúint ar aghaidh nó cruthaigh domhan nua! +difficulty.lock.question=An bhfuil tú cinnte gur maith leat deacracht an domhain seo a ghlasáil? Socrófar deacracht an domhain seo go %1$s agus ní bheidh tú in ann í a athrú choíche. +difficulty.lock.title=Glasáil Deacracht +disconnect.closed=Ceangal dúnta +disconnect.disconnected=Dhícheangail an Freastalaí thú +disconnect.endOfStream=Deireadh an tsrutha +disconnect.genericReason=%s +disconnect.kicked=Díbeartha den chluiche +disconnect.loginFailed=Theip ar logáil isteach +disconnect.loginFailedInfo=Theip ar logáil isteach: %s +disconnect.loginFailedInfo.invalidSession=Seisiún neamhbhailí (Bain triail as atosú do chluiche) +disconnect.loginFailedInfo.serversUnavailable=Tá na freastalaithe fíordheimhniúcháin as líne faoi láthair le haghaidh cothabhála. +disconnect.lost=Ceangal Caillte +disconnect.overflow=Róshreabhadh maoláin +disconnect.quitting=Ag scor +disconnect.spam=Díbeartha de bharr sheoladh turscair +disconnect.timeout=Thar am +enchantment.arrowDamage=Cumhacht +enchantment.arrowFire=Lasair +enchantment.arrowInfinite=Éigríoch +enchantment.arrowKnockback=Bualadh +enchantment.damage.all=Géire +enchantment.damage.arthropods=Milleadh na nArtrapód +enchantment.damage.undead=Treascair +enchantment.digging=Éifeachtúlacht +enchantment.durability=Dobhriste +enchantment.fire=Dreach Dóite +enchantment.fishingSpeed=Baoite +enchantment.knockback=Cnag Siar +enchantment.level.1=I +enchantment.level.10=X +enchantment.level.2=II +enchantment.level.3=III +enchantment.level.4=IV +enchantment.level.5=V +enchantment.level.6=VI +enchantment.level.7=VII +enchantment.level.8=VIII +enchantment.level.9=IX +enchantment.lootBonus=Creachadóireacht +enchantment.lootBonusDigger=Rathúnas +enchantment.lootBonusFishing=Ãdh na Mara +enchantment.oxygen=Análú +enchantment.protect.all=Cosaint +enchantment.protect.explosion=Cosaint ar Phléasc +enchantment.protect.fall=Titim mar Chleite +enchantment.protect.fire=Cosaint ar Thine +enchantment.protect.projectile=Cosaint ar Dhiúracáin +enchantment.thorns=Dealga +enchantment.untouching=Fíneáltacht +enchantment.waterWalker=Coisí an Duibheagáin +enchantment.waterWorker=Báúlacht Uisce +entity.Arrow.name=saighead +entity.Bat.name=Ialtóg +entity.Blaze.name=Lasaire +entity.Boat.name=Bád +entity.Cat.name=Cat +entity.CaveSpider.name=Damhán Alla Pluaise +entity.Chicken.name=Sicín +entity.Cow.name=Bó +entity.Creeper.name=Téaltóir +entity.EnderDragon.name=Dragan na Críche +entity.Enderman.name=Críochnaitheoir +entity.Endermite.name=Fríd na Críche +entity.EntityHorse.name=Capall +entity.FallingSand.name=Bloc ag Titim +entity.Fireball.name=Caor Thine +entity.Ghast.name=Uafaireach +entity.Giant.name=Fathach +entity.Guardian.name=Coimeádaí +entity.Item.name=Earra +entity.KillerBunny.name=An Coinín Marfach +entity.LavaSlime.name=Ciúb Magma +entity.Minecart.name=Cairt Mianaigh +entity.Mob.name=Créatúr +entity.Monster.name=Arracht +entity.MushroomCow.name=Múúisiriún +entity.Ozelot.name=Osalat +entity.Painting.name=Pictiúr +entity.Pig.name=Muc +entity.PigZombie.name=Mucachán Zombaí +entity.PrimedTnt.name=Bloc TNT +entity.Rabbit.name=Coinín +entity.Sheep.name=Caora +entity.Silverfish.name=Gilín +entity.Skeleton.name=Cnámharlach +entity.Slime.name=Slam +entity.SmallFireball.name=Caor Thine Bheag +entity.SnowMan.name=Gólam Sneachta +entity.Snowball.name=Meall Sneachta +entity.Spider.name=Damhán Alla +entity.Squid.name=Scuid +entity.Villager.armor=Armadóir +entity.Villager.butcher=Búistéir +entity.Villager.cleric=Cléireach +entity.Villager.farmer=Feirmeoir +entity.Villager.fisherman=Iascaire +entity.Villager.fletcher=Déantóir Saighead +entity.Villager.leather=Ceardaí Leathair +entity.Villager.librarian=Leabharlannaí +entity.Villager.name=Sráideánach +entity.Villager.shepherd=Aoire +entity.Villager.tool=Gabha Uirlisí +entity.Villager.weapon=Gabha Arm +entity.VillagerGolem.name=Gólam Iarainn +entity.Witch.name=Cailleach +entity.WitherBoss.name=Seargthóir +entity.Wolf.name=Mac Tíre +entity.XPOrb.name=Cruinneog Thaithí +entity.Zombie.name=Zombaí +entity.donkey.name=Asal +entity.generic.name=anaithnid +entity.horse.name=Capall +entity.mule.name=Miúil +entity.skeletonhorse.name=Capall Cnámharlaigh +entity.zombiehorse.name=Capall Zombaí +gameMode.adventure=Mód Eachtra +gameMode.changed=Nuashonraíodh do mhód cluiche +gameMode.creative=Mód Cruthaitheach +gameMode.hardcore=Mód Antoisceach! +gameMode.spectator=Mód Féachadóra +gameMode.survival=Mód Marthanais +generator.amplified=MÉADAITHE +generator.amplified.info=Nóta: Ar feadh spraoi, ríomhaire féitheogach riachtanach +generator.customized=Saincheaptha +generator.debug_all_block_states=Mód Dífhabhtúcháin +generator.default=Réamhshocrú +generator.flat=Sárchothrom +generator.largeBiomes=Bithóim Mhóra +gui.achievements=Buanna +gui.all=Gach Ceann +gui.back=Siar +gui.cancel=Cealaigh +gui.done=Déanta +gui.down=Síos +gui.no=Níl +gui.none=Ceann ar bith +gui.stats=Staitisticí +gui.toMenu=Ar ais don scáileán teidil +gui.up=Suas +gui.yes=Tá +inventory.binSlot=Scrios Earra +item.apple.name=Úll +item.appleGold.name=Úll Óir +item.armorStand.name=seastán cathéide +item.arrow.name=Saighead +item.banner.black.name=Meirge Dubh +item.banner.blue.name=Meirge Gorm +item.banner.brown.name=Meirge Donn +item.banner.cyan.name=Meirge Cian +item.banner.gray.name=Bratach Liath +item.banner.green.name=Meirge Uaine +item.banner.lightBlue.name=Bratach bánghorm +item.banner.lime.name=Bratach líoma-ghlas +item.banner.magenta.name=Bratach maigeanta +item.banner.mojang.black=Rud dubh +item.banner.mojang.blue=Rud Ghorm +item.banner.mojang.brown=Rud donn +item.banner.mojang.cyan=Rud cian +item.banner.mojang.gray=Rud liath +item.banner.mojang.green=Rud ghlas +item.banner.mojang.lightBlue=Rud bánghorm +item.banner.mojang.lime=Rud líoma-ghlas +item.banner.mojang.orange=Rud oráiste +item.banner.mojang.pink=Rud bándearg +item.banner.mojang.purple=Rud corcra +item.banner.mojang.red=Rud dearg +item.banner.mojang.silver=Rud fionnliath +item.banner.mojang.white=Rud bán +item.banner.mojang.yellow=Rud buí +item.banner.orange.name=Meirge Oráisteach +item.banner.pink.name=Bratach Bándearg +item.banner.purple.name=Meirge Corcra +item.banner.red.name=Meirge Dearg +item.banner.silver.name=Bratach fionnliath +item.banner.square_bottom_left.black=Cúinneán Dubh ar Bhun Deas +item.banner.square_bottom_left.blue=Cúinneán Gorm ar Bhun Deas +item.banner.square_bottom_left.brown=Cúinneán Donn ar Bhun Deas +item.banner.square_bottom_left.cyan=Cúinneán Cian ar Bhun Deas +item.banner.square_bottom_left.gray=Cúinneán Liath ar Bhun Deas +item.banner.square_bottom_left.green=Cúinneán Uaine ar Bhun Deas +item.banner.square_bottom_left.lightBlue=Cúinneán Bánghorm ar Bhun Deas +item.banner.square_bottom_left.lime=Cúinneán Líomach ar Bhun Deas +item.banner.square_bottom_left.magenta=Cúinneán Maigeanta ar Bhun Deas +item.banner.square_bottom_left.orange=Cúinneán Oráisteach ar Bhun Deas +item.banner.square_bottom_left.pink=Cúinneán Bándearg ar Bhun Deas +item.banner.square_bottom_left.purple=Cúinneán Corcra ar Bhun Deas +item.banner.square_bottom_left.red=Cúinneán Dearg ar Bhun Deas +item.banner.square_bottom_left.silver=Cúinneán Fionnliath ar Bhun Deas +item.banner.square_bottom_left.white=Cúinneán Bán ar Bhun Deas +item.banner.square_bottom_left.yellow=Cúinneán Buí ar Bhun Deas +item.banner.square_bottom_right.black=Cúinneán Dubh ar Bhun Clé +item.banner.square_bottom_right.cyan=Bun Cian Cuinneán ar Chlé +item.banner.square_bottom_right.red=Cúinneán Dearg ar Bhun Clé +item.banner.stripe_bottom.black=Táláideán Dubh ar Bun +item.banner.white.name=Meirge Bán +item.banner.yellow.name=Bratach Buí +item.bed.name=Leaba +item.beefCooked.name=Stéig +item.beefRaw.name=Mairteoil Amh +item.blazePowder.name=Púdar Lasaire +item.blazeRod.name=Slat Lasaire +item.boat.name=Bád +item.bone.name=Cnámh +item.book.name=Leabhar +item.bootsChain.name=Bróga Mháille na Lúb +item.bootsCloth.name=Bróga Leathair +item.bootsDiamond.name=Bróga Diamaint +item.bootsGold.name=Bróga Óir +item.bootsIron.name=Bróga Iarainn +item.bow.name=Bogha +item.bowl.name=Babhla +item.bread.name=Arán +item.brewingStand.name=Seastán Grúdaireachta +item.brick.name=Bríce +item.bucket.name=Buicéad +item.bucketLava.name=Buicéad Laibhe +item.bucketWater.name=Buicéad Uisce +item.cake.name=Cáca +item.canBreak=Is féidir briseadh: +item.carrotGolden.name=Cairéad Óir +item.carrotOnAStick.name=Meacan Dearg ar Maide +item.carrots.name=Meacan Dearg +item.cauldron.name=Coire +item.charcoal.name=Gualach +item.chestplateChain.name=Uchtach Mháille na Lúb +item.chestplateCloth.name=Ionar Leathair +item.chestplateDiamond.name=Uchtach Diamaint +item.chestplateGold.name=Uchtach Óir +item.chestplateIron.name=Uchtach Iarainn +item.chickenCooked.name=Sicín Cócaráilte +item.chickenRaw.name=Sicín Amh +item.clay.name=Cré +item.clock.name=Clog +item.coal.name=Gual +item.comparator.name=Comparadóir Deargchloiche +item.compass.name=Compás +item.cookie.name=Briosca +item.diamond.name=Diamant +item.diode.name=Athsheoltóir Deargchloiche +item.doorAcacia.name=Doras Acaicia +item.doorBirch.name=Doras Beith +item.doorDarkOak.name=Doras Dorcha Dair +item.doorIron.name=Doras Iarainn +item.doorJungle.name=Doras Dufair +item.doorOak.name=Doras Dair +item.doorSpruce.name=Doras Sprús +item.dyePowder.black.name=Sac Dúigh +item.dyePowder.blue.name=Lapis Lazuli +item.dyePowder.brown.name=Pónairí Cacó +item.dyePowder.cyan.name=Ruaim Chian +item.dyePowder.gray.name=Ruaim Liath +item.dyePowder.green.name=Glas Cachtais +item.dyePowder.lightBlue.name=Ruaim Bhánghorm +item.dyePowder.lime.name=Ruaim Líomach +item.dyePowder.magenta.name=Ruaim Mhaigeanta +item.dyePowder.orange.name=Ruaim Oráisteach +item.dyePowder.pink.name=Ruaim Bhándearg +item.dyePowder.purple.name=Ruaim Chorcra +item.dyePowder.red.name=Rósdearg +item.dyePowder.silver.name=Ruaim Fhionnliath +item.dyePowder.white.name=Min Chnámh +item.dyePowder.yellow.name=Ruaim Bhuí an Chaisearbháin +item.dyed=Daite +item.egg.name=Ubh +item.emerald.name=Smaragaid +item.emptyMap.name=Léarscáil Bhán +item.emptyPotion.name=Buidéal Uisce +item.enchantedBook.name=Leabhar Faoi Dhraíocht +item.enderPearl.name=Péarla na Críche +item.expBottle.name=Buidéal Asarlaíochta +item.eyeOfEnder.name=Súil na Críche +item.feather.name=Cleite +item.fermentedSpiderEye.name=Súil Damháin Alla Coipthe +item.fireball.name=Lánán Tine +item.fireworks.flight=Tréimhse Eitilte: +item.fireworks.name=Roicéad Tine Ealaíne +item.fireworksCharge.black=Dubh +item.fireworksCharge.blue=Gorm +item.fireworksCharge.brown=Donn +item.fireworksCharge.customColor=Saincheaptha +item.fireworksCharge.cyan=Cian +item.fireworksCharge.fadeTo=Céimnigh go +item.fireworksCharge.flicker=Drithleach +item.fireworksCharge.gray=Liath +item.fireworksCharge.green=Uaine +item.fireworksCharge.lightBlue=Bánghorm +item.fireworksCharge.lime=Líomach +item.fireworksCharge.magenta=Maigeanta +item.fireworksCharge.name=Réalta Tine Ealaíne +item.fireworksCharge.orange=Oráisteach +item.fireworksCharge.pink=Bándearg +item.fireworksCharge.purple=Corcra +item.fireworksCharge.red=Dearg +item.fireworksCharge.silver=Fionnliath +item.fireworksCharge.trail=Rian +item.fireworksCharge.type=Cruth Anaithnid +item.fireworksCharge.type.0=Liathróid Bheag +item.fireworksCharge.type.1=Liathróid Mhór +item.fireworksCharge.type.2=Réaltchruthach +item.fireworksCharge.type.3=I gCruth Téaltóra +item.fireworksCharge.type.4=Pléascach +item.fireworksCharge.white=Bán +item.fireworksCharge.yellow=Buí +item.fish.clownfish.raw.name=Iasc an Bhundúin +item.fish.cod.cooked.name=Iasc Cócaráilte +item.fish.cod.raw.name=Iasc Amh +item.fish.pufferfish.raw.name=Iasc Bolgach +item.fish.salmon.cooked.name=Bradán Cócaráilte +item.fish.salmon.raw.name=Bradán Amh +item.fishingRod.name=Slat Iascaigh +item.flint.name=Breochloch +item.flintAndSteel.name=Breochloch is Cruach +item.flowerPot.name=Pota Bláthanna +item.frame.name=Fráma Earra +item.ghastTear.name=Deoir an Uafairigh +item.glassBottle.name=Buidéal Gloine +item.goldNugget.name=Cnap Óir +item.hatchetDiamond.name=Tua Dhiamaint +item.hatchetGold.name=Tua Óir +item.hatchetIron.name=Tua Iarainn +item.hatchetStone.name=Tua Chloiche +item.hatchetWood.name=Tua Adhmaid +item.helmetChain.name=Clogad Mháille na Lúb +item.helmetCloth.name=Caipín Leathair +item.helmetDiamond.name=Clogad Diamaint +item.helmetGold.name=Clogad Óir +item.helmetIron.name=Clogad Iarainn +item.hoeDiamond.name=Grafóg Dhiamaint +item.hoeGold.name=Grafóg Óir +item.hoeIron.name=Grafóg Iarainn +item.hoeStone.name=Grafóg Chloiche +item.hoeWood.name=Grafóg Adhmaid +item.horsearmordiamond.name=Cathéide Dhiamaint do Chapall +item.horsearmorgold.name=Cathéide Óir do Chapall +item.horsearmormetal.name=Cathéide Iarainn do Chapall +item.ingotGold.name=Tinne Óir +item.ingotIron.name=Tinne Iarainn +item.leash.name=Iall +item.leather.name=Leathar +item.leaves.name=Duilleoga +item.leggingsChain.name=Loirgneáin Mháille na Lúb +item.leggingsCloth.name=Bríste Leathair +item.leggingsDiamond.name=Loirgneáin Diamaint +item.leggingsGold.name=Loirgneáin Óir +item.leggingsIron.name=Loirgneáin Iarainn +item.magmaCream.name=Uachtar Magma +item.map.name=Léarscáil +item.melon.name=Mealbhacán +item.milk.name=Bainne +item.minecart.name=Cairt Mianaigh +item.minecartChest.name=Cairt Mianaigh le Cófra +item.minecartCommandBlock.name=Cairt Mianaigh le Bloc Ordaithe +item.minecartFurnace.name=Cairt Mianaigh le Foirnéis +item.minecartHopper.name=Cairt Mianaigh le Crannóg +item.minecartTnt.name=Cairt Mianaigh le TNT +item.monsterPlacer.name=Gin +item.mushroomStew.name=Stobhach Muisiriún +item.muttonCooked.name=Caoireoil cócaráilte +item.muttonRaw.name=Caoireoil Amh +item.nameTag.name=Lipéad Ainm +item.netherStalkSeeds.name=Mus an Ãochtair +item.netherStar.name=Réalta an Ãochtair +item.netherbrick.name=Ãochtarbhríce +item.netherquartz.name=Grianchloch an Ãochtair +item.painting.name=Pictiúr +item.paper.name=Páipéar +item.pickaxeDiamond.name=Piocóid Diamaint +item.pickaxeGold.name=Piocóid Óir +item.pickaxeIron.name=Piocóid Iarainn +item.pickaxeStone.name=Piocóid Chloiche +item.pickaxeWood.name=Piocóid Adhmaid +item.porkchopCooked.name=Gríscín Muiceola Cócaráilte +item.porkchopRaw.name=Gríscín Muiceola Amh +item.potato.name=Práta +item.potatoBaked.name=Práta Bácáilte +item.potatoPoisonous.name=Práta Nimhiúil +item.potion.name=Posóid +item.prismarineCrystals.name=criostail phriosmara +item.prismarineShard.name=scealp phriosmara +item.pumpkinPie.name=Pióg Phuimcín +item.rabbitCooked.name=Coinín cócaráilte +item.rabbitFoot.name=Chos Coinín +item.rabbitHide.name=craiceann coinín +item.rabbitRaw.name=Coinín Amh +item.rabbitStew.name=Stobhach Coinín +item.record.11.desc=C418 - 11 +item.record.13.desc=C418 - 13 +item.record.blocks.desc=C418 - blocks +item.record.cat.desc=C418 - cat +item.record.chirp.desc=C418 - chirp +item.record.far.desc=C418 - far +item.record.mall.desc=C418 - mall +item.record.mellohi.desc=C418 - mellohi +item.record.name=Diosca Ceoil +item.record.stal.desc=C418 - stal +item.record.strad.desc=C418 - strad +item.record.wait.desc=C418 - wait +item.record.ward.desc=C418 - ward +item.redstone.name=Deargchloch +item.reeds.name=Cánaí Siúcra +item.rottenFlesh.name=Feoil Lofa +item.ruby.name=Rúibín +item.saddle.name=Diallait +item.seeds.name=Síolta +item.seeds_melon.name=Síolta Mealbhacáin +item.seeds_pumpkin.name=Síolta Puimcín +item.shears.name=Deimheas +item.shovelDiamond.name=Sluasaid Diamaint +item.shovelGold.name=Sluasaid Óir +item.shovelIron.name=Sluasaid Iarainn +item.shovelStone.name=Sluasaid Chloiche +item.shovelWood.name=Sluasaid Adhmaid +item.sign.name=Comhartha +item.skull.char.name=Ceann +item.skull.creeper.name=Ceann Téaltóra +item.skull.player.name=Ceann %s +item.skull.skeleton.name=Cloigeann Cnámharlaigh +item.skull.wither.name=Cloigeann Chnámharlach Seargthóra +item.skull.zombie.name=Ceann Zombaí +item.slimeball.name=Liathróid Slaim +item.snowball.name=Meall Sneachta +item.speckledMelon.name=Mealbhacán Drithleach +item.spiderEye.name=Súil Damháin Alla +item.stick.name=Maide +item.string.name=Sreangán +item.sugar.name=Siúcra +item.sulphur.name=Púdar Gunna +item.swordDiamond.name=Claíomh Diamaint +item.swordGold.name=Claíomh Óir +item.swordIron.name=Claíomh Iarainn +item.swordStone.name=Claíomh Cloiche +item.swordWood.name=Claíomh Adhmaid +item.unbreakable=Dobhriste +item.wheat.name=Cruithneacht +item.writingBook.name=Leabhar agus Peann Cleite +item.writtenBook.name=Leabhar Scríofa +item.yellowDust.name=Deannach Lonnraíte +itemGroup.brewing=Grúdaireacht +itemGroup.buildingBlocks=Bloic Thógála +itemGroup.combat=Comhrac +itemGroup.decorations=Bloic Mhaisiúcháin +itemGroup.food=Bia +itemGroup.inventory=Fardal Marthanais +itemGroup.materials=Bunábhair +itemGroup.misc=Ilchineálach +itemGroup.redstone=Deargchloch +itemGroup.search=Cuardaigh Earraí +itemGroup.tools=Uirlisí +itemGroup.transportation=Iompar +key.attack=Ionsaigh/Scrios +key.back=Siúil ar gCúl +key.categories.gameplay=Imirt +key.categories.inventory=Fardal +key.categories.misc=Ilchineálach +key.categories.movement=Gluaiseacht +key.categories.multiplayer=Mód Ilimreora +key.categories.stream=Sruthú +key.categories.ui=Comhéadan Cluiche +key.chat=Oscail Comhrá +key.command=Tabhair Ordú +key.drop=Leag Earra +key.forward=Siúil ar Aghaidh +key.fullscreen=Scoránaigh Lánscáileán +key.hotbar.1=Sliotán 1 an Mhearbharra +key.hotbar.2=Sliotán 2 an Mhearbharra +key.hotbar.3=Sliotán 3 an Mhearbharra +key.hotbar.4=Sliotán 4 an Mhearbharra +key.hotbar.5=Sliotán 5 an Mhearbharra +key.hotbar.6=Sliotán 6 an Mhearbharra +key.hotbar.7=Sliotán 7 an Mhearbharra +key.hotbar.8=Sliotán 8 an Mhearbharra +key.hotbar.9=Sliotán 9 an Mhearbharra +key.inventory=Fardal +key.jump=Léim +key.left=Tabhair céim faoi Chlé +key.mouseButton=Cnaipe %1$s +key.pickItem=Pioc Bloc +key.playerlist=Liostáil Imreoirí +key.right=Tabhair céim faoi Dheis +key.screenshot=Gabháil Scáileáin +key.smoothCamera=Scoránaigh an Ceamara Cineamatach +key.sneak=Téaltaigh +key.spectatorOutlines=Aibhsigh Imreoirí (Féachadóirí) +key.sprint=Rith +key.streamCommercial=Taispeáin Fógraí Srutha +key.streamPauseUnpause=Sos Strutha +key.streamStartStop=Tosaigh/Stop Sruth +key.streamToggleMic=Brúigh le Labhairt/Balbhú +key.togglePerspective=Scoránaigh an Dearcadh +key.use=Úsáid Earra/Cuir Bloc +lanServer.otherPlayers=Socruithe le haghaidh Imreoirí Eile +lanServer.scanning=Ag scanadh le haghaidh cluichí ar do líonra logánta +lanServer.start=Tosaigh Domhan ar an Líon Logánta +lanServer.title=Domhan ar an Líon Logánta +language.code=ga_IE +language.name=Gaeilge +language.region=Éire +mcoServer.title=Domhan Minecraft Ar Líne +menu.convertingLevel=Ag tiontú domhain +menu.disconnect=Dícheangail +menu.game=Roghchlár cluiche +menu.generatingLevel=Ag giniúint domhain +menu.generatingTerrain=Ag tógáil tír-raoin +menu.loadingLevel=Ag luchtú domhain +menu.multiplayer=Mód Ilimreora +menu.options=Roghanna... +menu.playdemo=Imir sa Domhan Taispeána +menu.quit=Scoir den Chluiche +menu.resetdemo=Athshocraigh an Domhan Taispeána +menu.respawning=Ag athionchollú +menu.returnToGame=Ar ais don Chluiche +menu.returnToMenu=Sábháil agus Scoir don Teideal +menu.shareToLan=Oscail don LAN +menu.simulating=Ag ionsamhlú an domhain ar feadh tamaillín +menu.singleplayer=Imreoir Aonair +menu.switchingLevel=Ag aistriú domhan +merchant.deprecated=Trádáil rud eile chun é a dhíghlasáil! +mount.onboard=Brúigh ar %1$s chun tuirlingt +multiplayer.connect=Ceangail +multiplayer.downloadingStats=Ag íosluchtú staitisticí & buanna... +multiplayer.downloadingTerrain=Ag íosluchtú tír-raoin +multiplayer.info1=Níl mód Ilimreora Minecraft críochnaithe faoi láthair, ach tá +multiplayer.info2=roinnt tástála luaithe fabhtaí ar siúl. +multiplayer.ipinfo=Cuir isteach seoladh IP freastalaí chun ceangal leis: +multiplayer.player.joined=Tháinig %s isteach sa chluiche +multiplayer.player.joined.renamed=Tháinig %s (a tugadh %s air tráth) isteach sa chluiche +multiplayer.player.left=D'fhág %s an cluiche +multiplayer.stopSleeping=Fág do Leaba +multiplayer.texturePrompt.line1=Molann an freastalaí seo pacáiste acmhainní saincheaptha a úsáid. +multiplayer.texturePrompt.line2=An bhfuil fonn ort é a íosluchtú agus a shuiteáil go huathoibríoch? +multiplayer.title=Imir i mód Ilimreora +options.advancedButton=Ardsocruithe Físe... +options.advancedOpengl=Ardleibhéal OpenGL +options.advancedVideoTitle=Ardsocruithe Físe +options.anaglyph=Anaiglif 3D +options.ao=Soilsiú Slim +options.ao.max=Uasmhéid +options.ao.min=Ãosmhéid +options.ao.off=AS +options.blockAlternatives=Bloic Mhalatacha +options.chat.color=Dathanna +options.chat.height.focused=Airde le Fócas +options.chat.height.unfocused=Airde gan Fhócas +options.chat.links=Naisc Idirlín +options.chat.links.prompt=Leid do Naisc +options.chat.opacity=Teimhneacht +options.chat.scale=Scála +options.chat.title=Socruithe Comhrá... +options.chat.visibility=Comhrá +options.chat.visibility.full=Infheicthe +options.chat.visibility.hidden=Ceilte +options.chat.visibility.system=Orduithe Amháin +options.chat.width=Leithead +options.controls=Rialtáin... +options.customizeTitle=Saincheap Socruithe Domhain +options.difficulty=Deacracht +options.difficulty.easy=Éasca +options.difficulty.hard=Deacair +options.difficulty.hardcore=Antoisceach +options.difficulty.normal=Gnách +options.difficulty.peaceful=Síochánta +options.farWarning1=Moltar suiteáil Java 64-ghiotán +options.farWarning2=le haghaidh fad rindreála 'Fada' (tá 32-ghiotán agat) +options.fboEnable=Cumasaigh FBO-anna +options.forceUnicodeFont=Fórsáil Clófhoireann Unicode +options.fov=Réimse Radhairc +options.fov.max=Quake Pro +options.fov.min=Gnách +options.framerateLimit=Ráta Frámaí is Mó +options.framerateLimit.max=Gan teorainn +options.fullscreen=Lánscáileán +options.gamma=Gile +options.gamma.max=Geal +options.gamma.min=Gruama +options.graphics=Grafaic +options.graphics.fancy=Maisiúil +options.graphics.fast=Luath +options.guiScale=Scála GUI +options.guiScale.auto=Uathoibríoch +options.guiScale.large=Mór +options.guiScale.normal=Gnách +options.guiScale.small=Beag +options.hidden=Ceilte +options.invertMouse=Inbhéartaigh an Luch +options.language=Teanga... +options.languageWarning=Is féidir nach bhfuil na haistriúcháin foirfe +options.mipmapLevels=Leibhéal MIP mapaí +options.modelPart.cape=Cába +options.modelPart.hat=Hata +options.modelPart.jacket=Casóg +options.modelPart.left_pants_leg=Osán Clé +options.modelPart.left_sleeve=Muinchille Chlé +options.modelPart.right_pants_leg=Osán Deas +options.modelPart.right_sleeve=Muinchille Dheas +options.multiplayer.title=Socruithe Ilimreora... +options.music=Ceol +options.off=AS +options.on=ANN +options.particles=Cáithníní +options.particles.all=Gach +options.particles.decreased=Laghdaithe +options.particles.minimal=Ãosta +options.performanceButton=Feidhmíocht Físe... +options.performanceVideoTitle=Feidhmíocht Físe +options.postButton=Socruithe Iarphróiseála... +options.postProcessEnable=Cumasaigh Iarphróiseáil +options.postVideoTitle=Socruithe Iarphróiseála +options.qualityButton=Caighdeán Físe... +options.qualityVideoTitle=Caighdeán Físe +options.reducedDebugInfo=Eolas Dífhabhtúcháin Laghdaithe +options.renderClouds=Scamaill +options.renderDistance=Fad Rindreála +options.renderDistance.far=Fada +options.renderDistance.normal=Gnách +options.renderDistance.short=Gearr +options.renderDistance.tiny=Bídeach +options.resourcepack=Pacáistí Acmhainní... +options.saturation=Sáithiúchán +options.sensitivity=Ãogaireacht +options.sensitivity.max=HIPEARLUAS!!! +options.sensitivity.min=*méanfach* +options.skinCustomisation=Saincheapadh Craicinn... +options.skinCustomisation.title=Saincheapadh Craicinn +options.snooper=Ceadaigh Fairtheoir +options.snooper.desc=Ba mhaith linn faisnéis faoi do ríomhaire a bhailiú chun cabhrú le feabhas a chur ar Minecraft trí eolas a bheith againn cén crua-earraí a úsáidtear agus cé hiad na fadhbanna is mó. Tá an fhaisnéis seo le feiceáil thíos agus ní dhéanaimid aon bhaint idir faisnéis do ríomhaire agus do chuntas ná d'ainm. Geallaimid nach ndéanaimid rud ar bith mícheart leis na sonraí seo, ach más maith leat cuir as an rogha seo! +options.snooper.title=Sonraíocht do Ríomhaire Bailithe +options.snooper.view=Socruithe Fairtheora... +options.sound=Fuaim +options.sounds=Ceol & Fuaimeanna... +options.sounds.title=Roghanna Ceoil & Fuaime +options.stream=Socruithe Craolacháin... +options.stream.bytesPerPixel=Cáilíocht +options.stream.changes=B'fhéidir gur ghá duit do shruth a atosú le na hathruithe seo a chur i bhfeidhm. +options.stream.chat.enabled=Cumasaigh +options.stream.chat.enabled.always=I gCónaí +options.stream.chat.enabled.never=In Aon Chor +options.stream.chat.enabled.streaming=Le linn Sruthaithe +options.stream.chat.title=Socruithe Comhrá Twitch +options.stream.chat.userFilter=Scagaire Úsáideoirí +options.stream.chat.userFilter.all=Lucht Féachana Uile +options.stream.chat.userFilter.mods=Modhnóirí +options.stream.chat.userFilter.subs=Síntiúsóirí +options.stream.compression=Comhbhrú +options.stream.compression.high=Ard +options.stream.compression.low=Ãseal +options.stream.compression.medium=Meánach +options.stream.estimation=Taifeach measta: %sx%s +options.stream.fps=Ráta Frámaí +options.stream.ingest.reset=Athshocraigh Rogha +options.stream.ingest.title=Freastalaithe Craolacháin Twitch +options.stream.ingestSelection=Liosta Fhreastalaithe Craolacháin +options.stream.kbps=Bandaleithead +options.stream.micToggleBehavior=Brúigh le +options.stream.micVolumne=Airde Micreafóine +options.stream.mic_toggle.mute=Balbhú +options.stream.mic_toggle.talk=Labhairt +options.stream.sendMetadata=Seol Meiteashonraí +options.stream.systemVolume=Airde Córais +options.stream.title=Socruithe Craolacháin Twitch +options.title=Roghanna +options.touchscreen=Mód Scáileán Tadhaill +options.vbo=Úsáid VBOanna +options.video=Socruithe Físe... +options.videoTitle=Socruithe Físe +options.viewBobbing=Bocáil Amhairc +options.visible=Infheicthe +options.vsync=Úsáid VSync +potion.absorption=Ionsúchán +potion.absorption.postfix=Posóid an Ionsúcháin +potion.blindness=Daille +potion.blindness.postfix=Posóid na Daille +potion.confusion=Masmas +potion.confusion.postfix=Posóid an Mhasmais +potion.damageBoost=Neart +potion.damageBoost.postfix=Posóid an Nirt +potion.digSlowDown=Tuirse Mianadóireachta +potion.digSlowDown.postfix=Posóid na Mairbhití +potion.digSpeed=Deifir +potion.digSpeed.postfix=Posóid na Deifre +potion.effects.whenDrank=Nuair i bhFeidhm: +potion.empty=Gan Toradh +potion.fireResistance=Dó-obacht +potion.fireResistance.postfix=Posóid na Dó-obachta +potion.harm=Gortú Láithreach +potion.harm.postfix=Posóid an Dochair +potion.heal=Leigheas Láithreach +potion.heal.postfix=Posóid an Leighis +potion.healthBoost=Neartú Sláinte +potion.healthBoost.postfix=Posóid Neartú an tSláinte +potion.hunger=Ocras +potion.hunger.postfix=Posóid an Ocrais +potion.invisibility=Dofheictheacht +potion.invisibility.postfix=Posóid na Dofheictheachta +potion.jump=Neartú Léime +potion.jump.postfix=Posóid na Léime +potion.moveSlowdown=Moille +potion.moveSlowdown.postfix=Posóid na Moille +potion.moveSpeed=Luas +potion.moveSpeed.postfix=Posóid an Luais +potion.nightVision=Amharc Oíche +potion.nightVision.postfix=Posóid Radharc Oíche +potion.poison=Nimh +potion.poison.postfix=Posóid na Nimhe +potion.potency.1=II +potion.potency.2=III +potion.potency.3=IV +potion.prefix.acrid=Searbh +potion.prefix.artless=Soineanta +potion.prefix.awkward=Ciotach +potion.prefix.bland=Tláith +potion.prefix.bulky=Toirtiúil +potion.prefix.bungling=Liobarnach +potion.prefix.buttered=Butrach +potion.prefix.charming=Meallacach +potion.prefix.clear=Glé +potion.prefix.cordial=Coirdiúil +potion.prefix.dashing=Rábach +potion.prefix.debonair=Soilbhir +potion.prefix.diffuse=Spréite +potion.prefix.elegant=Galánta +potion.prefix.fancy=Maisiúil +potion.prefix.flat=Leamh +potion.prefix.foul=Lofa +potion.prefix.grenade=(Teilgeach) +potion.prefix.gross=Garbh +potion.prefix.harsh=Garg +potion.prefix.milky=Bainniúil +potion.prefix.mundane=Comónta +potion.prefix.odorless=Gan Bholadh +potion.prefix.potent=Láidir +potion.prefix.rank=Morgtha +potion.prefix.refined=Mín +potion.prefix.smooth=Réidh +potion.prefix.sparkling=Lonrach +potion.prefix.stinky=Bréan +potion.prefix.suave=Cílíonta +potion.prefix.thick=Ramhar +potion.prefix.thin=Tanaí +potion.prefix.uninteresting=Gan Suim +potion.regeneration=Athghiniúint +potion.regeneration.postfix=Posóid na hAthghiniúna +potion.resistance=Friotaíocht +potion.resistance.postfix=Posóid na Friotaíochta +potion.saturation=Sáithiúchán +potion.saturation.postfix=Posóid an tSáithiúcháin +potion.waterBreathing=Análú in Uisce +potion.waterBreathing.postfix=Posóid Análú in Uisce +potion.weakness=Laige +potion.weakness.postfix=Posóid na Laige +potion.wither=Searg +potion.wither.postfix=Posóid na Lofachta +record.nowPlaying=à sheinm: %s +resourcePack.available.title=Pacáistí Acmhainní Inúsáidte +resourcePack.folderInfo=(Cuir pacáistí acmhainní anseo) +resourcePack.openFolder=Oscail fillteán na bpacáistí acmhainní +resourcePack.selected.title=Pacáistí Acmhainní Roghnaithe +resourcePack.title=Roghnaigh Pacáistí Acmhainní +screenshot.failure=Níorbh fhéidir gabháil scáileáin a shábháil: %s +screenshot.success=Sábháladh gabháil scáileáin mar %s +selectServer.add=Cuir freastalaí leis +selectServer.defaultName=Freastalaí Minecraft +selectServer.delete=Scrios +selectServer.deleteButton=Scrios +selectServer.deleteQuestion=An bhfuil tú cinnte gur mian leat an freastalaí seo a bhaint? +selectServer.deleteWarning=Beidh an freastalaí seo caillte go deo! (Tréimhse fhada!) +selectServer.direct=Ceangal Díreach +selectServer.edit=Athraigh +selectServer.empty=folamh +selectServer.hiddenAddress=(Ceilte) +selectServer.refresh=Athnuaigh +selectServer.select=Ceangail leis +selectServer.title=Roghnaigh Freastalaí +selectWorld.allowCommands=Ceadaigh Caimiléireachtaí: +selectWorld.allowCommands.info=Orduithe cosúil le /gamemode, /xp +selectWorld.bonusItems=Cófra Bónais: +selectWorld.cheats=Caimiléireachtaí +selectWorld.conversion=Ní mór é a thiontú! +selectWorld.create=Cruthaigh Domhan Nua +selectWorld.createDemo=Imir i nDomhan Taispeána Nua +selectWorld.customizeType=Saincheap +selectWorld.delete=Scrios +selectWorld.deleteButton=Scrios +selectWorld.deleteQuestion=An bhfuil tú cinnte gur mian leat an domhan seo a scriosadh? +selectWorld.deleteWarning=- beidh an domhan seo caillte go deo! (Tréimhse fhada!) +selectWorld.empty=folamh +selectWorld.enterName=Ainm an Domhain +selectWorld.enterSeed=Síol don Ghineadóir Domhan +selectWorld.gameMode=Mód Cluiche +selectWorld.gameMode.adventure=Eachtra +selectWorld.gameMode.adventure.line1=Mar an gcéanna le mód marthanais, ach ní féidir +selectWorld.gameMode.adventure.line2=bloic a chur ná bloic a bhaint +selectWorld.gameMode.creative=Cruthaitheach +selectWorld.gameMode.creative.line1=Acmhainní gan teorainn, saor-eitilt agus +selectWorld.gameMode.creative.line2=scriosadh bloc ar an toirt +selectWorld.gameMode.hardcore=Antoisceach +selectWorld.gameMode.hardcore.line1=Mar an gcéanna le mód marthanais, faoi ghlas ar +selectWorld.gameMode.hardcore.line2=an deacracht is deacra, agus saol amháin agat +selectWorld.gameMode.spectator=Féachadóir +selectWorld.gameMode.spectator.line1=Ní féidir leat ach féachaint +selectWorld.gameMode.survival=Marthanas +selectWorld.gameMode.survival.line1=Cuardaigh acmhainní, ceardaíocht, buaigh +selectWorld.gameMode.survival.line2=leibhéil, sláinte agus ocras +selectWorld.hardcoreMode=Antoisceach: +selectWorld.hardcoreMode.info=Scriosfar an Domhan ar do bhás +selectWorld.mapFeatures=Gin Struchtúir: +selectWorld.mapFeatures.info=Sráidbhailte, doinsiúin srl +selectWorld.mapType=Cineál Domhain: +selectWorld.mapType.normal=Gnách +selectWorld.moreWorldOptions=Tuilleadh Roghanna Domhain... +selectWorld.newWorld=Domhan Nua +selectWorld.newWorld.copyOf=Cóip de %s +selectWorld.recreate=Athchruthaigh +selectWorld.rename=Athainmnigh +selectWorld.renameButton=Athainmnigh +selectWorld.renameTitle=Athainmnigh Domhan +selectWorld.resultFolder=Sábhálfar é san fhillteán: +selectWorld.seedInfo=Fág bán le haghaidh síl randamaigh +selectWorld.select=Imir sa Domhan Roghnaithe +selectWorld.title=Roghnaigh Domhan +selectWorld.world=Domhan +sign.edit=Athraigh téacs comhartha +soundCategory.ambient=Timpeallacht +soundCategory.block=Bloic +soundCategory.hostile=Créatúir Naimhdeacha +soundCategory.master=Príomhrialtán Airde +soundCategory.music=Ceol +soundCategory.neutral=Créatúir Chairdiúla +soundCategory.player=Imreoirí +soundCategory.record=Júcbhosca/Bloic Nóta +soundCategory.weather=Aimsir +stat.animalsBred=Ainmhithe Síolraithe +stat.blocksButton=Bloic +stat.boatOneCm=Fad Slánaithe i mBád +stat.breakItem=%1$s Ãdithe +stat.climbOneCm=Fad Dreaptha +stat.craftItem=%1$s Déanta +stat.crafted=Déanta +stat.createWorld=Domhain a cruthaíodh +stat.crouchOneCm=Fad Cromtha +stat.damageDealt=Damáiste Tugtha +stat.damageTaken=Damáiste Glactha +stat.deaths=Líon na mBásanna +stat.depleted=Ãdithe +stat.diveOneCm=Fad Tumtha +stat.drop=Earraí Leagtha +stat.entityKilledBy=Mharaigh %s thú %s uair(e) +stat.entityKilledBy.none=Níor mharaigh %s riamh thú +stat.entityKills=Mharaigh tú %s %s +stat.entityKills.none=Níor mharaigh tú %s riamh +stat.fallOneCm=Fad Tite +stat.fishCaught=Éisc Gafa +stat.flyOneCm=Fad Eitilte +stat.generalButton=Ginearálta +stat.horseOneCm=Fad Slánaithe ar Capall +stat.itemsButton=Earraí +stat.joinMultiplayer=Cluichí Ilimreora ar ceanglaíodh leo +stat.jump=Léimeanna +stat.junkFished=Dramhaíl Iascaireachta +stat.leaveGame=Cluichí scortha +stat.loadWorld=Sábhálacha luchtaithe +stat.mineBlock=%1$s Tochailte +stat.minecartOneCm=Fad Slánaithe i gCairt Mianaigh +stat.mined=Tochailte +stat.mobKills=Créatúir Maraithe +stat.mobsButton=Créatúir +stat.pigOneCm=Fad Slánaithe ar Muc +stat.playOneMinute=Nóiméid Imeartha +stat.playerKills=Maruithe Imreoirí +stat.sprintOneCm=Fad Rite +stat.startGame=Amanna imeartha +stat.swimOneCm=Fad Snáfa +stat.talkedToVillager=Caint le Sráideánaigh +stat.timeSinceDeath=Ón Bás Deireannach +stat.tradedWithVillager=Trádáil le Sráideánaigh +stat.treasureFished=Maoin Iascaireachta +stat.useItem=%1$s Usáidte +stat.used=Úsáidte +stat.walkOneCm=Fad Siúlta +stats.tooltip.type.achievement=Bua +stats.tooltip.type.statistic=Staitistic +stream.confirm_start=An bhfuil tú cinnte gur mian leat an craolachán a thosú? +stream.unavailable.account_not_bound=Sular féidir leat Minecraft a chraoladh trí Twitch, beidh ort do chuntas Twitch a nascadh le do chuntas ar mojang.com. Ar mhaith leat é sin a dhéanamh anois? +stream.unavailable.account_not_bound.okay=Nasc cuntais +stream.unavailable.account_not_migrated=Sular féidir leat Minecraft a chraoladh trí Twitch, beidh ort do chuntas Minecraft a thiontú ina chuntas Mojang. Ar mhaith leat é sin a dhéanamh anois? +stream.unavailable.account_not_migrated.okay=Tiontaigh Cuntas +stream.unavailable.failed_auth=Theip ar fhíordheimhniú Twitch. Le do thoil, téigh chuig mojang.com agus athcheangail do chuntas Twitch. +stream.unavailable.failed_auth.okay=Athcheangail Cuntas +stream.unavailable.failed_auth_error=Ní féidir fíordheimhniú le Twitch. Bain triail as arís níos déanaí. +stream.unavailable.initialization_failure=Ní féidir SDK Twitch a thúsú. +stream.unavailable.initialization_failure.extra=(Cúis: %s) +stream.unavailable.library_arch_mismatch=Tosaíodh Minecraft faoi ailtireacht Java éagsúil leis an gceann a úsáideadh chun an lainseálaí a rith. Le do thoil, deimhnigh go dtosaíonn siad faoin ailtireacht chéanna, 32 giotán nó 64 giotán. +stream.unavailable.library_failure=Ní féidir na leabharlanna riachtanacha a luchtú le haghaidh seirbhís chraolachán comhtháite Twitch. +stream.unavailable.no_fbo=Is riachtanach go bhfuil cárta fiseáin agat a thacaíonn le caighdeán OpenGL 3.0 ar a laghad nó Oibiachtaí Mhaolán Fráma (Framebuffer Objects) trí bhreiseán chun craoladh comhtháite Twitch a úsáid. +stream.unavailable.no_fbo.version=Faoi láthair, tá tú ag baint úsáide as: %s +stream.unavailable.not_supported.mac=Ar an drochuair is gá leagan níos nuaí de OSX a bheith agat chun craolachán comhtháite Twitch a úsáid. Is riachtanach leagan 10.7 (Mac OS X Lion) nó leagan níos nuaí a bheith agat chun feidhm a bhaint as an seirbhís seo. Ar mhaith leat cuairt a thabhairt ar apple.com chun faisnéis uasghrádaithe a fháil? +stream.unavailable.not_supported.mac.okay=Uasghrádaigh +stream.unavailable.not_supported.other=Faraor, is riachtanach Windows (Vista nó níos nuálaí) nó Mac OS X (10.7/Lion nó níos nuálaí) le seirbhís comhtháite craolacháin Twitch a úsáid +stream.unavailable.not_supported.windows=Ar an drochuair is gá leagan níos nuaí de Windows a bheith agat chun craolachán comhtháite Twitch a úsáid. Is riachtanach Windows Vista nó leagan níos nuaí a bheith agat. +stream.unavailable.report_to_mojang=Tuairiscigh do Mojang +stream.unavailable.soundflower.chat=Ní féidir sruthú a dhéanamh ar Mhac gan Soundflower. %s +stream.unavailable.soundflower.chat.link=Le do thoil, cliceáil anseo lena insealbhú. +stream.unavailable.title=Craolachán Twitch Gan Fáil +stream.unavailable.unknown=Faraor, ní féidir leat craoladh chuig Twitch faoi láthair. Agus níl fios an chúis againn :'( +stream.unavailable.unknown.chat=Níorbh fhéidir an sruth a thosú: %s +stream.user.mode.administrator=Riarthóir Twitch +stream.user.mode.banned=Coiscthe +stream.user.mode.banned.other=Coiscthe ar chainéal %s +stream.user.mode.banned.self=Coiscthe ar do chainéal +stream.user.mode.broadcaster=Craoltóir +stream.user.mode.broadcaster.other=Craoltóir +stream.user.mode.broadcaster.self=Craoltóir (Tusa!) +stream.user.mode.moderator=Modhnóir +stream.user.mode.moderator.other=Modhnóir ar chainéal %s +stream.user.mode.moderator.self=Modhnóir ar do chainéal +stream.user.mode.staff=Foireann Twitch +stream.user.subscription.subscriber=Síntiúsóir +stream.user.subscription.subscriber.other=Síntiúsóirí chainéal %s +stream.user.subscription.subscriber.self=Síntiúsóir do chainéil +stream.user.subscription.turbo=Twitch Turbo +stream.userinfo.ban=Cosc +stream.userinfo.chatTooltip=Cliceáil chun an t-úsáideoir a riaradh +stream.userinfo.mod=Ardaigh go Modhnóir +stream.userinfo.timeout=Am istigh +stream.userinfo.unban=Bain cosc +stream.userinfo.unmod=Ãsligh ó Mhodhnóir +tile.acaciaFence.name=Claí Acaicia +tile.activatorRail.name=Ráillí Gníomhachtóra +tile.anvil.intact.name=Inneoin +tile.anvil.name=Inneoin +tile.anvil.slightlyDamaged.name=Inneoin ar Bheagán Damáiste +tile.anvil.veryDamaged.name=Inneoin ar Mhórán Damáiste +tile.barrier.name=Bacainn +tile.beacon.name=Rabhcán +tile.beacon.primary=Príomhchumhacht +tile.beacon.secondary=Fochumhacht +tile.bed.name=Leaba +tile.bed.noSleep=Ní féidir leat codladh ach san oíche +tile.bed.notSafe=Ní féidir leat do scíth a ligean anois, tá arrachtaí in aice leat +tile.bed.notValid=Bhí do leaba bhaile ar iarraidh nó bhí bac uirthi +tile.bed.occupied=Tá an leaba seo gafa +tile.bedrock.name=Buncharraig +tile.birchFence.name=Claí Beith +tile.birchFenceGate.name=Geata Beith +tile.blockCoal.name=Bloc Guail +tile.blockDiamond.name=Bloc Diamaint +tile.blockEmerald.name=Bloc Smaragaide +tile.blockGold.name=Bloc Óir +tile.blockIron.name=Bloc Iarainn +tile.blockLapis.name=Bloc Lapis Lazuli +tile.blockRedstone.name=Bloc Deargchloiche +tile.bookshelf.name=Seilf Leabhar +tile.brick.name=Brící +tile.button.name=Cnaipe +tile.cactus.name=Cachtas +tile.cake.name=Cáca +tile.carrots.name=Meacain Dhearga +tile.cauldron.name=Coire +tile.chest.name=Cófra +tile.chestTrap.name=Cófra Gaiste +tile.clay.name=Cré +tile.clayHardened.name=Cré Chruaite +tile.clayHardenedStained.black.name=Cré Dhubh +tile.clayHardenedStained.blue.name=Cré Ghorm +tile.clayHardenedStained.brown.name=Cré Dhonn +tile.clayHardenedStained.cyan.name=Cré Chian +tile.clayHardenedStained.gray.name=Cré Liath +tile.clayHardenedStained.green.name=Cré Uaine +tile.clayHardenedStained.lightBlue.name=Cré Bhánghorm +tile.clayHardenedStained.lime.name=Cré Líomach +tile.clayHardenedStained.magenta.name=Cré Mhaigeanta +tile.clayHardenedStained.name=Cré daite +tile.clayHardenedStained.orange.name=Cré Oráisteach +tile.clayHardenedStained.pink.name=Cré Bhándearg +tile.clayHardenedStained.purple.name=Cré Chorcra +tile.clayHardenedStained.red.name=Cré Dhearg +tile.clayHardenedStained.silver.name=Cré Fhionnliath +tile.clayHardenedStained.white.name=Cré Bhán +tile.clayHardenedStained.yellow.name=Cré Bhuí +tile.cloth.black.name=Olann Dhubh +tile.cloth.blue.name=Olann Ghorm +tile.cloth.brown.name=Olann Dhonn +tile.cloth.cyan.name=Olann Chian +tile.cloth.gray.name=Olann Liath +tile.cloth.green.name=Olann Uaine +tile.cloth.lightBlue.name=Olann Bhánghorm +tile.cloth.lime.name=Olann Líomach +tile.cloth.magenta.name=Olann Mhaigeanta +tile.cloth.name=Olann +tile.cloth.orange.name=Olann Oráisteach +tile.cloth.pink.name=Olann Bhándearg +tile.cloth.purple.name=Olann Chorcra +tile.cloth.red.name=Olann Dhearg +tile.cloth.silver.name=Olann Fhionnliath +tile.cloth.white.name=Olann +tile.cloth.yellow.name=Olann Bhuí +tile.cobbleWall.mossy.name=Balla Duirleoga Caonaí +tile.cobbleWall.normal.name=Balla Duirleoga +tile.cocoa.name=Cócó +tile.commandBlock.name=Bloc Ordaithe +tile.crops.name=Barra +tile.darkOakFence.name=Claí Dorcha Dharach +tile.darkOakFenceGate.name=Geata Claí Darach Dorcha +tile.daylightDetector.name=Braiteoir Sholas an Lae +tile.deadbush.name=Tor Marbh +tile.detectorRail.name=Ráillí Brathadóireachta +tile.dirt.coarse.name=Garbhithir +tile.dirt.default.name=Ithir +tile.dirt.name=Ithir +tile.dirt.podzol.name=Podsol +tile.dispenser.name=Teilgeoir +tile.doorIron.name=Doras Iarainn +tile.doorWood.name=Doras Adhmaid +tile.doublePlant.fern.name=Raithneach Mhór +tile.doublePlant.grass.name=Féar Ard Dúbailte +tile.doublePlant.name=Planda +tile.doublePlant.paeonia.name=Piaine +tile.doublePlant.rose.name=Rós +tile.doublePlant.sunflower.name=Lus na Gréine +tile.doublePlant.syringa.name=Líológ +tile.dragonEgg.name=Ubh Dhragain +tile.dropper.name=Dáileoir +tile.enchantmentTable.name=Bord Asarlaíochta +tile.endPortalFrame.name=Tairseach don Chríoch +tile.enderChest.name=Cófra na Críche +tile.farmland.name=Talamh Feirme +tile.fence.name=Claí +tile.fenceGate.name=Geata Claí +tile.fenceIron.name=Barraí Iarainn +tile.fire.name=Tine +tile.flower1.dandelion.name=Caisearbhán +tile.flower1.name=Bláthanna +tile.flower2.allium.name=Allium +tile.flower2.blueOrchid.name=Magairlín Gorm +tile.flower2.houstonia.name=Goirmín Spéiriúil +tile.flower2.name=Bláthanna +tile.flower2.oxeyeDaisy.name=Nóinín Mór +tile.flower2.poppy.name=Poipín +tile.flower2.tulipOrange.name=Tiúilip Oráisteach +tile.flower2.tulipPink.name=Tiúilip Bhándearg +tile.flower2.tulipRed.name=Tiúilip Dhearg +tile.flower2.tulipWhite.name=Tiúilip Bhán +tile.furnace.name=Foirnéis +tile.glass.name=Gloine +tile.goldenRail.name=Ráillí Cumhachtaithe +tile.grass.name=Bloc Féir +tile.gravel.name=Gairbhéal +tile.hayBlock.name=Burla Féir Thirim +tile.hellrock.name=Ãochtarchloch +tile.hellsand.name=Gaineamh Anama +tile.hopper.name=Crannóg +tile.ice.name=Oighear +tile.icePacked.name=Oighear Cruaite +tile.ironTrapdoor.name=Doras Gaiste Iarann +tile.jukebox.name=Júcbhosca +tile.jungleFence.name=Claí Dufair +tile.jungleFenceGate.name=Geata Dufair +tile.ladder.name=Dréimire +tile.lava.name=Laibhe +tile.leaves.acacia.name=Duilleoga Acaicia +tile.leaves.big_oak.name=Duilleoga Darach Duibhe +tile.leaves.birch.name=Duilleoga Beithe +tile.leaves.jungle.name=Duilleoga Dufaire +tile.leaves.name=Duilleoga +tile.leaves.oak.name=Duilleoga Darach +tile.leaves.spruce.name=Duilleoga Sprúis +tile.lever.name=Luamhán +tile.lightgem.name=Lonnraít +tile.litpumpkin.name=Seán na Gealaí +tile.lockedchest.name=Cófra faoi ghlas +tile.log.acacia.name=Adhmad Acaicia +tile.log.big_oak.name=Adhmad Darach Duibhe +tile.log.birch.name=Adhmad Beithe +tile.log.jungle.name=Adhmad Dufaire +tile.log.name=Adhmad +tile.log.oak.name=Adhmad Darach +tile.log.spruce.name=Adhmad Sprúis +tile.melon.name=Mealbhacán +tile.mobSpawner.name=Iomadán Arrachtaí +tile.monsterStoneEgg.brick.name=Ubh Arrachta i mBrící Cloiche +tile.monsterStoneEgg.chiseledbrick.name=Ubh Arrachta i mBrící Cloiche Siséalta +tile.monsterStoneEgg.cobble.name=Ubh Arrachta i nDuirleog +tile.monsterStoneEgg.crackedbrick.name=Ubh Arrachta i mBrící Cloiche Gágacha +tile.monsterStoneEgg.mossybrick.name=Ubh Arrachta i mBrící Cloiche Caonaigh +tile.monsterStoneEgg.name=Ubh Arrachta i gCloch +tile.monsterStoneEgg.stone.name=Ubh Arrachta i gCloch +tile.mushroom.name=Muisiriún +tile.musicBlock.name=Bloc Nóta +tile.mycel.name=Mícéiliam +tile.netherBrick.name=Bloc Ãochtarbhrící +tile.netherFence.name=Claí Ãochtarbhríce +tile.netherStalk.name=Mus an Ãochtair +tile.netherquartz.name=Mian Ghrianchloch an Ãochtair +tile.notGate.name=Tóirse Deargchloiche +tile.obsidian.name=Obsaidian +tile.oreCoal.name=Mian Guail +tile.oreDiamond.name=Mian Diamaint +tile.oreEmerald.name=Mian Smaragaide +tile.oreGold.name=Mian Óir +tile.oreIron.name=Amhiarann +tile.oreLapis.name=Mian Lapis Lazuli +tile.oreRedstone.name=Mian Dheargchloiche +tile.oreRuby.name=Mian Rúibín +tile.pistonBase.name=Loine +tile.pistonStickyBase.name=Loine Greamaitheach +tile.portal.name=Tairseach +tile.potatoes.name=Prátaí +tile.pressurePlateStone.name=Brúphláta Cloiche +tile.pressurePlateWood.name=Brúphláta Adhmaid +tile.prismarine.bricks.name=Brící Priosmara +tile.prismarine.dark.name=Priosmara dorcha +tile.prismarine.rough.name=priosmara +tile.pumpkin.name=Puimcín +tile.quartzBlock.chiseled.name=Bloc Grianchloiche Siséalta +tile.quartzBlock.default.name=Bloc Grianchloiche +tile.quartzBlock.lines.name=Colún Grianchloiche +tile.quartzBlock.name=Bloc Grianchloiche +tile.rail.name=Ráillí +tile.redSandStone.chiseled.name=Gaineamhchloch Dhearg Shiséalta +tile.redSandStone.default.name=Gaineamhchloch Dhearg +tile.redSandStone.name=Gaineamhchloch Dhearg +tile.redSandStone.smooth.name=Gaineamhchloch Dhearg Mhín +tile.redstoneDust.name=Deannach Deargchloiche +tile.redstoneLight.name=Lampa Deargchloiche +tile.reeds.name=Cána Siúcra +tile.sand.default.name=Gaineamh +tile.sand.name=Gaineamh +tile.sand.red.name=Gaineamh Dearg +tile.sandStone.chiseled.name=Gaineamhchloch Shiséalta +tile.sandStone.default.name=Gaineamhchloch +tile.sandStone.name=Gaineamhchloch +tile.sandStone.smooth.name=Gaineamhchloch Mhín +tile.sapling.acacia.name=Acaicia Óg +tile.sapling.big_oak.name=Dair Dhubh Óg +tile.sapling.birch.name=Beith Óg +tile.sapling.jungle.name=Crann Dufaire Óg +tile.sapling.oak.name=Dair Óg +tile.sapling.spruce.name=Sprús Óg +tile.seaLantern.name=laindéir farraige +tile.sign.name=Comhartha +tile.slime.name=Bloc Slaim +tile.snow.name=Sneachta +tile.sponge.dry.name=Spúinse +tile.sponge.wet.name=Spúinse fliuch +tile.spruceFence.name=Claí Sprús +tile.spruceFenceGate.name=Geata Sprús +tile.stainedGlass.black.name=Gloine Dhaite Dhubh +tile.stainedGlass.blue.name=Gloine Dhaite Ghorm +tile.stainedGlass.brown.name=Gloine Dhaite Dhonn +tile.stainedGlass.cyan.name=Gloine Dhaite Chian +tile.stainedGlass.gray.name=Gloine Dhaite Liath +tile.stainedGlass.green.name=Gloine Dhaite Uaine +tile.stainedGlass.lightBlue.name=Gloine Dhaite Bhánghorm +tile.stainedGlass.lime.name=Gloine Dhaite Líomach +tile.stainedGlass.magenta.name=Gloine Dhaite Mhaigeanta +tile.stainedGlass.name=Gloine Dhaite +tile.stainedGlass.orange.name=Gloine Dhaite Oráisteach +tile.stainedGlass.pink.name=Gloine Dhaite Bhándearg +tile.stainedGlass.purple.name=Gloine Dhaite Chorcra +tile.stainedGlass.red.name=Gloine Dhaite Dhearg +tile.stainedGlass.silver.name=Gloine Dhaite Fhionnliath +tile.stainedGlass.white.name=Gloine Dhaite Bhán +tile.stainedGlass.yellow.name=Gloine Dhaite Bhuí +tile.stairsBrick.name=Staighre Bríce +tile.stairsNetherBrick.name=Staighre Ãochtarbhríce +tile.stairsQuartz.name=Staighre Grianchloiche +tile.stairsRedSandStone.name=Staighre Gaineamhchloiche Deirge +tile.stairsSandStone.name=Staighre Gaineamhchloiche +tile.stairsStone.name=Staighre Cloiche +tile.stairsStoneBrickSmooth.name=Staighre Bhríce Cloiche +tile.stairsWood.name=Staighre Darach +tile.stairsWoodAcacia.name=Staighre Acaicia +tile.stairsWoodBirch.name=Staighre Beithe +tile.stairsWoodDarkOak.name=Staighre Darach Duibhe +tile.stairsWoodJungle.name=Staighre Adhmad Dufaire +tile.stairsWoodSpruce.name=Staighre Sprúis +tile.stone.andesite.name=Aindéisít +tile.stone.andesiteSmooth.name=Aindéisít Shnasta +tile.stone.diorite.name=Dióirít +tile.stone.dioriteSmooth.name=Dióirít Shnasta +tile.stone.granite.name=Eibhear +tile.stone.graniteSmooth.name=Eibhear Snasta +tile.stone.stone.name=Cloch +tile.stoneMoss.name=Cloch Chaonaigh +tile.stoneSlab.brick.name=Leac Bhrící +tile.stoneSlab.cobble.name=Leac Duirleoga +tile.stoneSlab.name=Leac Chloiche +tile.stoneSlab.netherBrick.name=Leac Ãochtarbhríce +tile.stoneSlab.quartz.name=Leac Ghrianchloiche +tile.stoneSlab.sand.name=Leac Ghaineamhchloiche +tile.stoneSlab.smoothStoneBrick.name=Leac Bhrící Cloiche +tile.stoneSlab.stone.name=Leac Chloiche +tile.stoneSlab.wood.name=Leac Adhmaid +tile.stoneSlab2.red_sandstone.name=Leac Gaineamhchloiche Deirge +tile.stonebrick.name=Duirleog +tile.stonebricksmooth.chiseled.name=Brící Cloiche Siséalta +tile.stonebricksmooth.cracked.name=Brící Cloiche Gágacha +tile.stonebricksmooth.default.name=Brící Cloiche +tile.stonebricksmooth.mossy.name=Brící Cloiche Caonaigh +tile.stonebricksmooth.name=Brící Cloiche +tile.tallgrass.fern.name=Raithneach +tile.tallgrass.grass.name=Féar +tile.tallgrass.name=Féar +tile.tallgrass.shrub.name=Tor +tile.thinGlass.name=Pána Gloine +tile.thinStainedGlass.black.name=Pána Gloine Daite Duibhe +tile.thinStainedGlass.blue.name=Pána Gloine Daite Goirme +tile.thinStainedGlass.brown.name=Pána Gloine Daite Doinne +tile.thinStainedGlass.cyan.name=Pána Gloine Daite Cian +tile.thinStainedGlass.gray.name=Pána Gloine Daite Léithe +tile.thinStainedGlass.green.name=Pána Gloine Daite Uaine +tile.thinStainedGlass.lightBlue.name=Pána Gloine Daite Bánghoirme +tile.thinStainedGlass.lime.name=Pána Gloine Daite Líomaí +tile.thinStainedGlass.magenta.name=Pána Gloine Daite Maigeanta +tile.thinStainedGlass.name=Pána Gloine Daite +tile.thinStainedGlass.orange.name=Pána Gloine Daite Oráisteach +tile.thinStainedGlass.pink.name=Pána Gloine Daite Bándeirge +tile.thinStainedGlass.purple.name=Pána Gloine Daite Corcra +tile.thinStainedGlass.red.name=Pána Gloine Daite Deirge +tile.thinStainedGlass.silver.name=Pána Gloine Daite Fionnléithe +tile.thinStainedGlass.white.name=Pána Gloine Daite Báine +tile.thinStainedGlass.yellow.name=Pána Gloine Daite Buí +tile.tnt.name=TNT +tile.torch.name=Tóirse +tile.trapdoor.name=Comhla Thógála +tile.tripWire.name=Sreang Thuisle +tile.tripWireSource.name=Crúca Shreang Tuisle +tile.vine.name=Féithleog +tile.water.name=Uisce +tile.waterlily.name=Duilleog Bháite +tile.web.name=Gréasán an Damháin Alla +tile.weightedPlate_heavy.name=Brúphláta Ualaithe (Trom) +tile.weightedPlate_light.name=Brúphláta Ualaithe (Éadrom) +tile.whiteStone.name=Cloch na Críche +tile.wood.acacia.name=Plainc Acaicia +tile.wood.big_oak.name=Plainc Dharach Duibhe +tile.wood.birch.name=Plainc Bheithe +tile.wood.jungle.name=Plainc Adhmad Dufaire +tile.wood.name=Plainc Adhmaid +tile.wood.oak.name=Plainc Dharach +tile.wood.spruce.name=Plainc Sprúis +tile.woodSlab.acacia.name=Leac Acaicia +tile.woodSlab.big_oak.name=Leac Dharach Duibhe +tile.woodSlab.birch.name=Leac Bheithe +tile.woodSlab.jungle.name=Leac Adhmad Dufaire +tile.woodSlab.name=Leac adhmad +tile.woodSlab.oak.name=Leac Dharach +tile.woodSlab.spruce.name=Leac Sprúis +tile.woolCarpet.black.name=Cairpéad Dubh +tile.woolCarpet.blue.name=Cairpéad Gorm +tile.woolCarpet.brown.name=Cairpéad Donn +tile.woolCarpet.cyan.name=Cairpéad Cian +tile.woolCarpet.gray.name=Cairpéad Liath +tile.woolCarpet.green.name=Cairpéad Uaine +tile.woolCarpet.lightBlue.name=Cairpéad Bánghorm +tile.woolCarpet.lime.name=Cairpéad Líomach +tile.woolCarpet.magenta.name=Cairpéad Maigeanta +tile.woolCarpet.name=Cairpéad +tile.woolCarpet.orange.name=Cairpéad Oráisteach +tile.woolCarpet.pink.name=Cairpéad Bándearg +tile.woolCarpet.purple.name=Cairpéad Corcra +tile.woolCarpet.red.name=Cairpéad Dearg +tile.woolCarpet.silver.name=Cairpéad Fionnliath +tile.woolCarpet.white.name=Cairpéad +tile.woolCarpet.yellow.name=Cairpéad Buí +tile.workbench.name=Bord Ceardaíochta +title.oldgl1=Aimsíodh sean-chárta grafaice; b'fhéidir nach mbeidh cumas +title.oldgl2=ann imirt i bhfad sa todhchaí agus OpenGL 2.0 riachtanach. +translation.test.invalid=dia dhuit a % +translation.test.none=Dia dhuit, a dhomhain! +translation.test.world=domhan diff --git a/javascript/lang/gl_ES.lang b/javascript/lang/gl_ES.lang new file mode 100755 index 00000000..54cfa670 --- /dev/null +++ b/javascript/lang/gl_ES.lang @@ -0,0 +1,1565 @@ +achievement.acquireIron=Ponlle ferro ó asunto +achievement.acquireIron.desc=Funde un Lingote de Ferro +achievement.bakeCake=A Mentira +achievement.bakeCake.desc=¡Trigo, azucre, leite e ovos! +achievement.blazeRod=Na Chama +achievement.blazeRod.desc=Quítalle a súa Vara a un Blaze +achievement.bookcase=Bibliotecario +achievement.bookcase.desc=Constrúe algúns Estantes para mellorar a túa Mesa de Encantamentos +achievement.breedCow=Repoboación +achievement.breedCow.desc=Alimenta con trigo a dúas vacas +achievement.buildBetterPickaxe=Actualizarse +achievement.buildBetterPickaxe.desc=Crea un Pico mellor +achievement.buildFurnace=Está a Cousa Quente +achievement.buildFurnace.desc=Constrúe un Forno con oito bloques de Pedra +achievement.buildHoe=¡Hora de Sachar! +achievement.buildHoe.desc=Usa Táboas e Paus para facer un Sacho +achievement.buildPickaxe=Hora de picar! +achievement.buildPickaxe.desc=Usa Táboas e Paus para facer un Pico +achievement.buildSword=¡Hora de Atacar! +achievement.buildSword.desc=Usa Táboas de Madeira e Paus para facer unha espada +achievement.buildWorkBench=Tomando Referencias +achievement.buildWorkBench.desc=Crea un Banco de Traballo con catro Táboas +achievement.cookFish=Delicioso Peixe +achievement.cookFish.desc=¡Pesca e cociña un peixe! +achievement.diamonds=¡DIAMANTES! +achievement.diamonds.desc=Obtén diamantes cos teus útiles de ferro +achievement.diamondsToYou=¡Diamantes para ti! +achievement.diamondsToYou.desc=Lanza diamantes a outro xogador. +achievement.enchantments=Encantador +achievement.enchantments.desc=Usa un Libro, Obsidiana e Diamantes para construir unha Mesa de Encantamentos +achievement.exploreAllBiomes=Hora de Aventuras +achievement.exploreAllBiomes.desc=Descobre tódolos biomas +achievement.flyPig=Cando os Porcos voen +achievement.flyPig.desc=Salta por un cantil montado en Porco +achievement.fullBeacon=Balizator +achievement.fullBeacon.desc=Crea unha baliza completa +achievement.get=¡Logro Obtido! +achievement.ghast=De volta ó Remite +achievement.ghast.desc=Destrúe un Ghast cunha bola de lume +achievement.killCow=Tombavacas +achievement.killCow.desc=Consegue algo de coiro +achievement.killEnemy=Monster Hunter +achievement.killEnemy.desc=Ataca e destrúe un monstro +achievement.killWither=O Inicio. +achievement.killWither.desc=Mata ó Wither +achievement.makeBread=Panadeiro +achievement.makeBread.desc=Convirte trigo en pan +achievement.mineWood=Conseguindo Madeira +achievement.mineWood.desc=Golpea unha árbore ata que saia un bloque de madeira +achievement.onARail=Sobre Raís +achievement.onARail.desc=Viaxa en vagoneta polo menos un quilómetro desde onde comezaches +achievement.openInventory=Facendo Inventario +achievement.openInventory.desc=Pulsa '%1$s' para abrir o teu inventario +achievement.overkill=Hostiazo +achievement.overkill.desc=Fai oito corazóns de dano dun so golpe +achievement.portal=Temos que chegar máis fondo +achievement.portal.desc=Constrúe un portal ó Nether +achievement.potion=Destilería Local +achievement.potion.desc=Destila unha Poción +achievement.requires=Require '%1$s' +achievement.snipeSkeleton=Duelo de Francotiradores +achievement.snipeSkeleton.desc=Mata un esqueleto cun arco dende máis de 50 metros +achievement.spawnWither=¿O Inicio? +achievement.spawnWither.desc=Invoca ó Wither +achievement.taken=¡Obtido! +achievement.theEnd=¿A Fin? +achievement.theEnd.desc=Localiza o End +achievement.theEnd2=A Fin. +achievement.theEnd2.desc=Derrota ó Ender Dragon +achievement.unknown=¿¿¿??? +addServer.add=Aceptar +addServer.enterIp=Enderezo do Servidor +addServer.enterName=Nome do Servidor +addServer.hideAddress=Ocultar IP +addServer.resourcePack=Pacotes de recursos do servidor +addServer.resourcePack.disabled=Desactivado +addServer.resourcePack.enabled=Activado +addServer.resourcePack.prompt=Confirmar +addServer.title=Editar Información do Servidor +advMode.allPlayers=Usa "@a" para centrar o efecto sobre tódolos xogadores +advMode.command=Comando de Consola +advMode.nearestPlayer=Usa "@p" para centrar o efecto no xogador máis próximo +advMode.notAllowed=Debe ser un xogador OP en Modo Creativo +advMode.notEnabled=Os Bloques de Comandos non están activados neste servidor +advMode.previousOutput=Saída Anterior +advMode.randomPlayer=Usa "@r" para centrar o efecto nun xogador aleatorio +advMode.setCommand=Axusta un comando de consola para o bloque +advMode.setCommand.success=Comando aplicado: %s +attribute.modifier.plus.0=+%s %s +attribute.modifier.plus.1=+%s%% %s +attribute.modifier.plus.2=+%s%% %s +attribute.modifier.take.0=-%s %s +attribute.modifier.take.1=-%s%% %s +attribute.modifier.take.2=-%s%% %s +attribute.name.generic.attackDamage=Dano de Ataque +attribute.name.generic.followRange=Rango de Seguemento de Mobs +attribute.name.generic.knockbackResistance=Resistencia a Empuxe +attribute.name.generic.maxHealth=Vida Máxima +attribute.name.generic.movementSpeed=Velocidade +attribute.name.horse.jumpStrength=Forza de Salto de Cabalo +attribute.name.zombie.spawnReinforcements=Reforzos Zombi +book.byAuthor=de %1$s +book.editTitle=Introduce o título do libro: +book.finalizeButton=Asinar e Pechar +book.finalizeWarning=¡Nota! Cando asines o libro xa non se poderá editar +book.pageIndicator=Páxina %1$s de %2$s +book.signButton=Asinar +build.tooHigh=Límite de altura para edificación: %s +chat.cannotSend=Non se pode enviar a mensaxe no chat +chat.copy=Copiar ó portapapeis +chat.link.confirm=¿Estás seguro de querer abrir esta páxina web? +chat.link.confirmTrusted=¿Queres abrir este enlace ou copialo ao portapapeis? +chat.link.open=Abrir no navegador +chat.link.warning=¡Non abras links de xente da que non confías! +chat.stream.emote=(%s) * %s %s +chat.stream.text=(%s) <%s> %s +chat.type.achievement=%s acaba de obter o logro %s +chat.type.admin=[%s: %s] +chat.type.announcement=[%s] %s +chat.type.emote=* %s %s +chat.type.text=<%s> %s +commands.achievement.give.success.all=Dados tódolos logros a %s satisfactoriamente +commands.achievement.give.success.one=Dado satisfactoriamente a %s, "%s" +commands.achievement.statTooLow=O xogador %s non ten o logro %s +commands.achievement.unknownAchievement=Logro ou estatística "%s" descoñecido +commands.ban.failed=Non puido suspender o xogador %s +commands.ban.success=Baneouse a %s +commands.ban.usage=/ban [razón...] +commands.banip.invalid=Inseriches unha IP inválida ou o xogador non está en liña +commands.banip.success=Baneouse a IP: %s +commands.banip.success.players=Baneouse a IP %s pertencente a %s +commands.banip.usage=/ban-ip [razón...] +commands.banlist.ips=Hai un total de %s IP's baneadas: +commands.banlist.players=Hai un total de %s xogadores baneados: +commands.banlist.usage=/banlist [ips|players] +commands.clear.failure=Non se puido borrar o inventario de %s, non levaba nada enriba +commands.clear.success=Vaciouse o inventario de %s, eliminando %s obxectos +commands.debug.notStarted=¡Non se pode rematar a análise se aínda non comezou! +commands.debug.start=Comezou a análise debug +commands.debug.stop=Rematou a análise debug tras %s segundos (%s ticks) +commands.defaultgamemode.success=O Modo de Xogo por defecto no Mundo agora é %s +commands.defaultgamemode.usage=/defaultgamemode +commands.deop.failed=Non puido desoperar %s +commands.deop.success=Degradouse a %s de seren OP +commands.deop.usage=/deop +commands.difficulty.success=Axustada a dificultade de xogo a %s +commands.difficulty.usage=/difficulty +commands.downfall.success=Precipitacións modificadas +commands.downfall.usage=/toggledownfall +commands.effect.failure.notActive=Non se puido coller %1$s de %2$s xa que non ten o efecto +commands.effect.failure.notActive.all=Non se puido eliminar os efectos de %s xa que non tiña ningún +commands.effect.notFound=Non hai ningún efecto de mob con ID %s +commands.effect.success=Dado %1$s (ID %2$s) * %3$s a %4$s durante %5$s segundos +commands.effect.success.removed=Colleuse %1$s de %2$s +commands.effect.success.removed.all=Eliminados tódolos efectos de %s +commands.enchant.cantCombine=%1$s non pode ser combinado con %2$s +commands.enchant.cantEnchant=O encantamento seleccionado non se pode aplicar ó obxecto obxectivo +commands.enchant.noItem=O obxectivo non contén un obxecto +commands.enchant.notFound=Non existe un encantamento coa ID %s +commands.enchant.success=Encantamento exitoso +commands.enchant.usage=/enchant [nivel] +commands.gamemode.success.other=Cambiouse a %s ó Modo de Xogo %s +commands.gamemode.success.self=Cambiácheste ó Modo de Xogo %s +commands.gamemode.usage=/gamemode [nome] +commands.gamerule.norule=Non existe tal regra como "%s" +commands.gamerule.success=A regra foi actualizada +commands.generic.boolean.invalid="%s" non é nin "true" nin "false" +commands.generic.double.tooBig=O número que puxeches (%s) é demasiado grande, non pode pasar de %s +commands.generic.double.tooSmall=O número que puxeches (%s) é demasiado pequeno, debe ser maior que %s +commands.generic.exception=Un erro descoñecido ocorreu mentres se tentaba levar a cabo o comando +commands.generic.notFound=Comando descoñecido. Proba con /help para ver a lista de comandos +commands.generic.num.invalid='%s' non é un número válido +commands.generic.num.tooBig=O número que acabas de inserir (%s) é demasiado grande, non pode ser máis de %s +commands.generic.num.tooSmall=O número que acabas de inserir (%s) é demasiado pequeno, ten que ser alomenos %s +commands.generic.permission=Non tes permiso para usar este comando +commands.generic.player.notFound=Ese xogador non se atopa +commands.generic.syntax=Sintaxe do comando inválida +commands.generic.usage=Uso: %s +commands.give.notFound=Non hai un ítem con ID %s +commands.give.success=Dados %s * %s a %s +commands.give.tagError=Etiqueta de Información Incorrecta: %s +commands.give.usage=/give [cantidade] [info] [etiquetaInfo] +commands.help.footer=Consello: Usa o (Tabulador) mentres escribes un comando para autocompletalo ou os seus argumentos +commands.help.header=--- Mostrando páxina de axuda %s de %s (/help ) --- +commands.help.usage=/help [páxina|nome do comando] +commands.kick.success=Kickeouse a %s do servidor +commands.kick.success.reason=Kickeouse a %s do servidor: '%s' +commands.kick.usage=/kick [razón...] +commands.me.usage=/me +commands.message.display.incoming=%s murmúrate: %s +commands.message.display.outgoing=Murmuras a %s: %s +commands.message.sameTarget=¡Non te podes enviar mensaxes privadas a ti mesmo! +commands.message.usage=/tell +commands.op.failed=Non puido operar %s +commands.op.success=Ascendeuse a %s a rango OP +commands.op.usage=/op +commands.players.list=Hai %s/%s xogadores en liña: +commands.players.usage=/list +commands.playsound.playerTooFar=O xogador %s está moi lonxe como para escoitar o son +commands.playsound.success=Reproducido o son '%s' a %s +commands.playsound.usage=/playsound [X] [Y] [Z] [volume] [ton] [volumeMínimo] +commands.publish.failed=Incapaz de hostear partida local +commands.publish.started=Partida local hosteada no porto %s +commands.publish.usage=/publish +commands.save-off.alreadyOff=Gardado xa desactivado +commands.save-off.usage=/save-off +commands.save-on.alreadyOn=Gardado xa activado. +commands.save-on.usage=/save-on +commands.save.disabled=Autogardado do Mundo desactivado +commands.save.enabled=Autogardado do Mundo activado +commands.save.failed=O Gardado fallou: %s +commands.save.start=Gardando... +commands.save.success=Mundo Gardado +commands.save.usage=/save-all +commands.say.usage=/say +commands.scoreboard.objectiveNotFound=Non se encontraron obxectivos co nome "%s" +commands.scoreboard.objectiveReadOnly=O obxectivo "%s" é de só lectura e non pode ser axustado +commands.scoreboard.objectives.add.alreadyExists=Un obxectivo co nome "%s" xa existe +commands.scoreboard.objectives.add.displayTooLong=O nome "%s" é demasiado longo para un obxectivo. Pode ser como máximo de %s caracteres +commands.scoreboard.objectives.add.success=Engadido o obxectivo "%s" satisfactoriamente +commands.scoreboard.objectives.add.tooLong=O nome "%s" é demasiado longo para un obxectivo. Pode ser como máximo de %s caracteres +commands.scoreboard.objectives.add.usage=/scoreboard objectives add [nome amosado...] +commands.scoreboard.objectives.add.wrongType=Criterio de obxectivo "%s" inválido +commands.scoreboard.objectives.list.count=Amosando %s obxectivo(s) na táboa de puntuacións: +commands.scoreboard.objectives.list.empty=Non hai obxectivos na táboa de puntuacións +commands.scoreboard.objectives.list.entry=-%s: amósase como "%s" e é do tipo "%s" +commands.scoreboard.objectives.remove.success=Eliminado o obxectivo "%s" satisfactoriamente +commands.scoreboard.objectives.remove.usage=/scoreboard objectives remove +commands.scoreboard.objectives.setdisplay.invalidSlot=Slot "%s" inválido +commands.scoreboard.objectives.setdisplay.successCleared=Slot de obxectivo "%s" despexado +commands.scoreboard.objectives.setdisplay.successSet=Axustado o nome do obxectivo no slot %s a %s +commands.scoreboard.objectives.setdisplay.usage=/scoreboard objectives setdisplay [obxectivo] +commands.scoreboard.players.list.count=Amosando %s xogadores seguidos na táboa de puntuacións: +commands.scoreboard.players.list.empty=Non hai xogadores seguidos na táboa de puntuación +commands.scoreboard.players.list.player.count=Amosando %s obxectivos seguido(s) para %s: +commands.scoreboard.players.list.player.empty=O xogador %s non ten puntuacións gardadas +commands.scoreboard.players.list.player.entry=- %2$s: %1$s (%3$s) +commands.scoreboard.players.list.usage=/scoreboard players list [nome] +commands.scoreboard.players.reset.success=Tódalas puntuacións do xogador %s foron restablecidas +commands.scoreboard.players.set.success=Axustada a puntuación de %s para o xogador %s a %s +commands.scoreboard.teamNotFound=Non se encontraron equipos co nome "%s" +commands.scoreboard.teams.add.alreadyExists=Xa existe un equipo co nome "%s" +commands.scoreboard.teams.add.displayTooLong=O nome "%s" é demasiado longo para un equipo. Pode ser como máximo de %s caracteres +commands.scoreboard.teams.add.success=Engadido o equipo "%s" satisfactoriamente +commands.scoreboard.teams.add.tooLong=O nome "%s" é demasiado longo para un equipo. Pode ser como máximo de %s caracteres +commands.scoreboard.teams.add.usage=/scoreboard teams add [nome amosado...] +commands.scoreboard.teams.empty.alreadyEmpty=O equipo %s xa está vacío, non se poden eliminar xogadores inexistentes +commands.scoreboard.teams.empty.success=Eliminados tódolos %s xogador(es) do equipo %s +commands.scoreboard.teams.join.failure=Non se puido engadir %s xogador(es) ó equipo %s: %s +commands.scoreboard.teams.join.success=Engadido %s xogador(es) ó equipo %s: %s +commands.scoreboard.teams.join.usage=/scoreboard teams join [xogador] +commands.scoreboard.teams.leave.failure=Non se puido eliminar %s xogador(es) dos seus equipos: %s +commands.scoreboard.teams.leave.noTeam=Non estás nun equipo +commands.scoreboard.teams.leave.success=Eliminados %s xogador(es) dos seus equipos: %s +commands.scoreboard.teams.leave.usage=/scoreboard teams leave [xogador] +commands.scoreboard.teams.list.count=Amosando %s equipos na táboa: +commands.scoreboard.teams.list.empty=Non hai equipos rexistrados na táboa de puntuacións +commands.scoreboard.teams.list.entry=- %1$s: "%2$s" ten %3$s xogadores +commands.scoreboard.teams.list.player.count=Amosando %s xogador(es) no equipo %s: +commands.scoreboard.teams.list.player.empty=O equipo %s non ten xogadores +commands.scoreboard.teams.list.player.entry=- %2$s: %1$s (%3$s) +commands.scoreboard.teams.list.usage=/scoreboard teams list [nome] +commands.scoreboard.teams.option.noValue=Os valores válidos para a opción %s son: %s +commands.scoreboard.teams.option.success=Axustada a opción %s do equipo %s a %s +commands.scoreboard.teams.remove.success=Eliminado o equipo %s +commands.scoreboard.teams.remove.usage=/scoreboard teams remove +commands.seed.success=Semente: %s +commands.seed.usage=/seed +commands.setblock.failed=Non se puido colocar o bloque +commands.setblock.noChange=O bloque non puido ser colocado +commands.setblock.notFound=Non existe un bloque con ID/nome %s +commands.setblock.outOfWorld=Non se pode colocar bloques fóra do mundo +commands.setblock.success=Bloque Colocado +commands.setblock.tagError=Etiqueta de Información Incorrecta: %s +commands.setblock.usage=/setblock [valorInfo] [oldBlockHandling] [etiquetaInfo] +commands.setidletimeout.success=Axustado o tempo de expulsión por inactividade en %s minutos. +commands.setidletimeout.usage=/setidletimeout +commands.setworldspawn.success=Colocar o punto de spawn global en (%s, %s, %s) +commands.spawnpoint.success=Axustado o Spawnpoint de %s a (%s, %s, %s) +commands.spreadplayers.failure.players=Non se puido separar %s xogadores arredor de %s, %s (demasiados xogadores para o espacio, téntao cunha distancia de separación de como moito %s) +commands.spreadplayers.failure.teams=Non se puido separar %s equipos arredor de %s, %s (demasiados xogadores para o espacio, téntao cunha distancia de separación de como moito %s) +commands.spreadplayers.info.players=(Distancia media entre xogadores: %s bloques tras %s iteracións) +commands.spreadplayers.info.teams=(Distancia media entre equipos: %s bloques tras %s iteracións) +commands.spreadplayers.spreading.players=Separando %s xogadores %s bloques arredor de %s, %s (mínimo a %s bloques de separación) +commands.spreadplayers.spreading.teams=Separando %s equipos %s bloques arredor de %s, %s (mínimo a %s bloques de separación) +commands.spreadplayers.success.players=%s xogadores foron satisfactoriamente separados arredor de %s, %s +commands.spreadplayers.success.teams=%s equipos foron satisfactoriamente separados arredor de %s, %s +commands.spreadplayers.usage=/spreadplayers +commands.stop.start=Parando o servidor +commands.stop.usage=/stop +commands.summon.failed=Non se puido invocar obxecto +commands.summon.outOfWorld=Non se pode invocar o obxecto fóra do mundo +commands.summon.success=Obxecto invocado satisfactoriamente +commands.summon.tagError=Etiqueta de Información Incorrecta: %s +commands.summon.usage=/summon [X] [Y] [Z] [etiquetaInfo] +commands.tellraw.jsonException=json inválido: %s +commands.tellraw.usage=/tellraw +commands.testforblock.failed.data=O bloque en %s, %s, %s tiña o valor %s (esperado: %s). +commands.testforblock.failed.nbt=O bloque en %s, %s, %s non tiña as claves NBT requeridas. +commands.testforblock.failed.tile=O bloque en %s, %s, %s é %s (esperado: %s). +commands.testforblock.failed.tileEntity=O bloque en %s, %s, %s non é unha entidade válida e non pode recibir un cambio de etiqueta. +commands.testforblock.outOfWorld=Non se pode buscar un bloque fóra do mundo +commands.testforblock.success=Bloque encontrado satisfactoriamente en %s, %s, %s. +commands.testforblock.usage=/testforblock [dataValue] [dataTag] +commands.time.added=Engadido %s ó tempo +commands.time.set=Tempo establecido en %s +commands.tp.notSameDimension=Incapaz de teleportar porque os xogadores non están na mesma dimensión +commands.tp.success=Teleportado %s a %s +commands.tp.success.coordinates=Teleportouse %s a %s,%s,%s +commands.unban.failed=Non puido cancelar a suspensión do xogador %s +commands.unban.success=Desbaneouse a %s +commands.unban.usage=/pardon +commands.unbanip.invalid=Inseriches unha IP inválida +commands.unbanip.success=Desbaneouse a IP: %s +commands.unbanip.usage=/pardon-ip +commands.weather.clear=Cambiando a tempo soleado +commands.weather.rain=Cambiando a tempo chuvioso +commands.weather.thunder=Cambiando a tempo tormentoso +commands.weather.usage=/weather [duración en segundos] +commands.whitelist.add.failed=Non puido engadir %s á lista branca +commands.whitelist.add.success=Engadido a %s á Listaxe VIP +commands.whitelist.add.usage=/whitelist add +commands.whitelist.disabled=Listaxe VIP desactivada +commands.whitelist.enabled=Listaxe VIP activada +commands.whitelist.list=Hai %s (de %s vistos) xogadores na Listaxe VIP: +commands.whitelist.reloaded=Listaxe VIP recargada +commands.whitelist.remove.failed=Non puido quitar a %s da lista branca +commands.whitelist.remove.success=Eliminouse a %s da Listaxe VIP +commands.whitelist.remove.usage=/whitelist remove +commands.whitelist.usage=/whitelist +commands.xp.failure.widthdrawXp=Non se poden dar Puntos de Experiencia negativos +commands.xp.success=%s de experiencia dada a %s +commands.xp.success.levels=Déronse %s niveis a %s +commands.xp.success.negative.levels=Collidos %s niveis de %s +commands.xp.usage=/xp [xogador] OU /xp L [xogador] +connect.authorizing=Iniciando sesión... +connect.connecting=Conectando co servidor... +connect.failed=Erro ó conectar co servidor +container.brewing=Soporte para bebedizos +container.chest=Cofre +container.chestDouble=Cofre Doble +container.crafting=Crafting +container.creative=Selección de Elementos +container.dispenser=Distribuidor +container.dropper=Lanzador +container.enchant=Encanto +container.enderchest=Cofre de Ender +container.furnace=Forno +container.hopper=Funil +container.inventory=Inventario +container.minecart=Vagoneta +container.repair=Reparación e Nome +container.repair.cost=Custe en Encantamento: %1$s +container.repair.expensive=¡Demasiado Caro! +controls.reset=Reiniciar +controls.resetAll=Reiniciar Teclas +controls.title=Controis +createWorld.customize.custom.confirmTitle=Coidado! +createWorld.customize.custom.next=Páxina Seguinte +createWorld.customize.custom.page0=Axustes Básicos +createWorld.customize.custom.page2=Axustes Avanzados (Só Usuarios Expertos) +createWorld.customize.custom.prev=Páxina Anterior +createWorld.customize.flat.addLayer=Engadir Capa +createWorld.customize.flat.editLayer=Editar Capa +createWorld.customize.flat.height=Altura +createWorld.customize.flat.layer.bottom=Parte inferior - %s +createWorld.customize.flat.layer.top=Parte superior - %s +createWorld.customize.flat.removeLayer=Eliminar Capa +createWorld.customize.flat.tile=Material de Capa +createWorld.customize.flat.title=Personalizar Superchan +createWorld.customize.presets=Deseños Preestablecidos +createWorld.customize.presets.list=Como alternativa, ¡estos fixémolos nós antes! +createWorld.customize.presets.select=Usar Deseño +createWorld.customize.presets.share=¿Queres compartir o teu deseño con alguén? ¡Usa o botón de embaixo! +createWorld.customize.presets.title=Seleccione un Deseño +death.attack.anvil=%1$s esmagouno unha zafra +death.attack.arrow=%1$s foi disparado por %2$s +death.attack.arrow.item=%1$s foi disparado por %2$s usando %3$s +death.attack.cactus=%1$s foi pinchado ata morrer +death.attack.cactus.player=%1$s espiñouse cun cacto mentres trataba de escapar de %2$s +death.attack.drown=%1$s afogou +death.attack.drown.player=%1$s afogou tratando de escapar de %2$s +death.attack.explosion=%1$s explotou +death.attack.explosion.player=%1$s foi rebentado por %2$s +death.attack.fall=%1$s bateu contra o chan demasiado forte +death.attack.fallingBlock=%1$s esmagouno un bloque contra o chan +death.attack.fireball=%1$s foi alcanzado por unha bola de lume de %2$s +death.attack.fireball.item=%1$s foi alcanzado por unha bola de lume de %2$s usando %3$s +death.attack.generic=%1$s morreu +death.attack.inFire=%1$s ardeu en chamas +death.attack.inFire.player=%1$s caminou no lume mentres pelexaba con %2$s +death.attack.inWall=%1$s asfixiou nunha parede +death.attack.indirectMagic=%1$s foi matado por %2$s usando maxia +death.attack.indirectMagic.item=%1$s foi matado por %2$s usando %3$s +death.attack.lava=%1$s intentou nadar en lava +death.attack.lava.player=%1$s intentou nadar en lava escapando de %2$s +death.attack.magic=%1$s foi matado por arte de maxia +death.attack.mob=%1$s foi asasinado por %2$s +death.attack.onFire=%1$s queimouse ata a morte +death.attack.onFire.player=%1$s foi incinerado mentres pelexaba con %2$s +death.attack.outOfWorld=%1$s caeu do mundo +death.attack.player=%1$s foi asasinado por %2$s +death.attack.player.item=%1$s foi asasinado por %2$s usando %3$s +death.attack.starve=%1$s morreu de fame +death.attack.thorns=%1$s morreu tentando ferir a %2$s +death.attack.thrown=%1$s foi esmagado por %2$s +death.attack.thrown.item=%1$s foi esmagado por %2$s usando %3$s +death.attack.wither=%1$s foi "withereado" +death.fell.accident.generic=%1$s caiu dun lugar alto +death.fell.accident.ladder=%1$s caiu dunha escaleira +death.fell.accident.vines=%1$s caiu dunhas lianas +death.fell.accident.water=%1$s caiu fóra da auga +death.fell.assist=%1$s foi lanzado cara a morte por %2$s +death.fell.assist.item=%1$s foi lanzado cara a morte por %2$s usando %3$s +death.fell.finish=%1$s caeu demasiado lonxe e foi rematado por %2$s +death.fell.finish.item=%1$s caeu demasiado lonxe e foi rematado por %2$s usando %3$s +death.fell.killer=%1$s foi lanzado cara a morte +deathScreen.deleteWorld=Eliminar Mundo +deathScreen.hardcoreInfo=¡Non podes respawnear no Modo Hardcore! +deathScreen.leaveServer=Abandono de servidor +deathScreen.quit.confirm=¿Estás seguro de querer saír? +deathScreen.respawn=Respawnear +deathScreen.score=Puntuación +deathScreen.title=¡Morriches! +deathScreen.title.hardcore=¡Fin da Partida! +deathScreen.titleScreen=Pantalla Principal +demo.day.1=Esta demo durará 5 días de xogo, ¡faino o mellor que poidas! +demo.day.2=Día Dous +demo.day.3=Día Tres +demo.day.4=Cuarto día +demo.day.5=¡Este é o teu derradeiro día! +demo.day.6=Rematou o teu quinto día, pulsa F2 para gardar unha captura de pantalla da túa creación +demo.day.warning=¡O teu tempo case rematou! +demo.demoExpired=¡O tempo da Demo esgotouse! +demo.help.buy=¡Mércao agora! +demo.help.fullWrapped=Esta Demo acabará de aquí a 5 días de xogo (como 1 hora 40 minutos reais). ¡Comproba os logros para obter pistas! ¡Divírtete! +demo.help.inventory=Usa %1$s para abrir o inventario +demo.help.jump=Pulsa %1$s para saltar +demo.help.later=¡Continúa a Xogar! +demo.help.movement=Usa %1$s, %2$s, %3$s, %4$s e o rato para te mover +demo.help.movementMouse=Mira ós teus arredores co rato +demo.help.movementShort=Móvete pulsando %1$s, %2$s, %3$s e %4$s +demo.help.title=Modo Demo de Minecraft +demo.remainingTime=Tempo restante: %s +demo.reminder=¡O tempo da demo rematou, merca o xogo para continuar ou comeza un mundo novo! +disconnect.closed=Conexión terminada +disconnect.disconnected=Desconectado polo Servidor +disconnect.endOfStream=Fin do fluxo de datos +disconnect.genericReason=%s +disconnect.kicked=Fuches expulsado da partida +disconnect.loginFailed=Erro ó iniciar sesión +disconnect.loginFailedInfo=Erro ó se conectar: %s +disconnect.loginFailedInfo.invalidSession=Sesión inválida (Por favor, proba reiniciando o teu xogo) +disconnect.loginFailedInfo.serversUnavailable=A autentificación actualmente está desactivada por un mantemento dos servidores. +disconnect.lost=Conexión Perdida +disconnect.overflow=Búfer Desbordado +disconnect.quitting=Desconectando +disconnect.spam=Kickeado por Spam +disconnect.timeout=Esgotouse o tempo de espera +enchantment.arrowDamage=Potencia +enchantment.arrowFire=Chamas +enchantment.arrowInfinite=Infinidade +enchantment.arrowKnockback=Empurrón +enchantment.damage.all=Fío +enchantment.damage.arthropods=Azote dos Artrópodos +enchantment.damage.undead=Redención +enchantment.digging=Eficiencia +enchantment.durability=Irrompible +enchantment.fire=Lume Imbuído +enchantment.fishingSpeed=Cebo +enchantment.knockback=Empurrón +enchantment.level.1=I +enchantment.level.10=X +enchantment.level.2=II +enchantment.level.3=III +enchantment.level.4=IV +enchantment.level.5=V +enchantment.level.6=VI +enchantment.level.7=VII +enchantment.level.8=VIII +enchantment.level.9=IX +enchantment.lootBonus=Saqueo +enchantment.lootBonusDigger=Fortuna +enchantment.lootBonusFishing=Sorte do Mar +enchantment.oxygen=Volume Pulmonar +enchantment.protect.all=Protección +enchantment.protect.explosion=Protección contra Explosións +enchantment.protect.fall=Caída de Pluma +enchantment.protect.fire=Protección ó Lume +enchantment.protect.projectile=Protección contra Proxectís +enchantment.thorns=Espiñas +enchantment.untouching=Toque de Seda +enchantment.waterWorker=Afinidade Acuática +entity.Arrow.name=Frecha +entity.Bat.name=Morcego +entity.Blaze.name=Blaze +entity.Boat.name=Barca +entity.Cat.name=Gato +entity.CaveSpider.name=Araña de Cova +entity.Chicken.name=Galiña +entity.Cow.name=Vaca +entity.Creeper.name=Creeper +entity.EnderDragon.name=Ender Dragon +entity.Enderman.name=Enderman +entity.EntityHorse.name=Cabalo +entity.FallingSand.name=Bloque en caída +entity.Fireball.name=Bóla de Lume +entity.Ghast.name=Ghast +entity.Giant.name=Xigante +entity.Item.name=Obxecto +entity.LavaSlime.name=Cubo de Magma +entity.Minecart.name=Vagoneta +entity.Mob.name=Mob +entity.Monster.name=Monstro +entity.MushroomCow.name=Vacumelo +entity.Ozelot.name=Ocelote +entity.Painting.name=Cadro +entity.Pig.name=Porco +entity.PigZombie.name=Zerdo +entity.PrimedTnt.name=TNT +entity.Sheep.name=Ovella +entity.Silverfish.name=Silverfish +entity.Skeleton.name=Esqueleto +entity.Slime.name=Slime +entity.SmallFireball.name=Bóla de Lume Pequena +entity.SnowMan.name=Gólem de Neve +entity.Snowball.name=Bola de neve +entity.Spider.name=Araña +entity.Squid.name=Polbo +entity.Villager.name=Aldeán +entity.VillagerGolem.name=Gólem de Ferro +entity.Witch.name=Meiga +entity.WitherBoss.name=Wither +entity.Wolf.name=Lobo +entity.XPOrb.name=Orbe de Experiencia +entity.Zombie.name=Zombi +entity.donkey.name=Burro +entity.generic.name=descoñecido +entity.horse.name=Cabalo +entity.mule.name=Mula +entity.skeletonhorse.name=Cabalo Esqueleto +entity.zombiehorse.name=Cabalo Zombi +gameMode.adventure=Modo Aventura +gameMode.changed=O teu modo de xogo foi actualizado +gameMode.creative=Modo Creativo +gameMode.hardcore=¡Modo Extremo! +gameMode.survival=Modo Supervivencia +generator.amplified=AMPLIFICADO +generator.amplified.info=Aviso: É para se divertir, necesitas un ordenador potente +generator.default=Por Defecto +generator.flat=Superchan +generator.largeBiomes=Biomas grandes +gui.achievements=Logros +gui.back=Atrás +gui.cancel=Cancelar +gui.done=Aceptar +gui.down=Abaixo +gui.no=Non +gui.stats=Estatísticas +gui.toMenu=Voltar ó menú principal +gui.up=Arriba +gui.yes=Si +inventory.binSlot=Destruir Ãtem +item.apple.name=Mazá +item.appleGold.name=Mazá Dourada +item.arrow.name=Frecha +item.bed.name=Cama +item.beefCooked.name=Filete +item.beefRaw.name=Filete Cru +item.blazePowder.name=Po de Blaze +item.blazeRod.name=Vara de Blaze +item.boat.name=Barca +item.bone.name=Oso +item.book.name=Libro +item.bootsChain.name=Botas de Cota de Malla +item.bootsCloth.name=Botas de Coiro +item.bootsDiamond.name=Botas de Diamante +item.bootsGold.name=Botas de Ouro +item.bootsIron.name=Botas de Ferro +item.bow.name=Arco +item.bowl.name=Cunca +item.bread.name=Pan +item.brewingStand.name=Destilador +item.brick.name=Ladrillo +item.bucket.name=Cubo +item.bucketLava.name=Cubo de Lava +item.bucketWater.name=Cubo de Auga +item.cake.name=Torta +item.carrotGolden.name=Cenoria Dourada +item.carrotOnAStick.name=Cenoria Pinchada nun Pau +item.carrots.name=Cenoria +item.cauldron.name=Caldeiro +item.charcoal.name=Carbón Vexetal +item.chestplateChain.name=Coiraza de Cota de Malla +item.chestplateCloth.name=Coiraza de Coiro +item.chestplateDiamond.name=Coiraza de Diamante +item.chestplateGold.name=Coiraza de Ouro +item.chestplateIron.name=Coiraza de Ferro +item.chickenCooked.name=Polo +item.chickenRaw.name=Polo Cru +item.clay.name=Arxila +item.clock.name=Reloxo +item.coal.name=Carbón +item.comparator.name=Comparador de Redstone +item.compass.name=Compás +item.cookie.name=Cookie +item.diamond.name=Diamante +item.diode.name=Repetidor de Redstone +item.doorIron.name=Porta de Ferro +item.dyePowder.black.name=Saco de Tinta +item.dyePowder.blue.name=Lapislázuli +item.dyePowder.brown.name=Sementes de Cacao +item.dyePowder.cyan.name=Tintura Cian +item.dyePowder.gray.name=Tintura Gris +item.dyePowder.green.name=Verde Cacto +item.dyePowder.lightBlue.name=Tintura Azul Clara +item.dyePowder.lime.name=Tintura Lima +item.dyePowder.magenta.name=Tintura Maxenta +item.dyePowder.orange.name=Tintura Laranxa +item.dyePowder.pink.name=Tintura Rosa +item.dyePowder.purple.name=Tintura Púrpura +item.dyePowder.red.name=Vermello de Rosa +item.dyePowder.silver.name=Tintura Gris Clara +item.dyePowder.white.name=Po de óso +item.dyePowder.yellow.name=Amarelo Dente de León +item.dyed=Tintado +item.egg.name=Ovo +item.emerald.name=Esmeralda +item.emptyMap.name=Mapa Vacío +item.emptyPotion.name=Frasco con Auga +item.enchantedBook.name=Libro Encantado +item.enderPearl.name=Perla de Ender +item.expBottle.name=Botella o' Encantador +item.eyeOfEnder.name=Ollo de Ender +item.feather.name=Pluma +item.fermentedSpiderEye.name=Ollo de Araña Fermentado +item.fireball.name=Carga Incendiaria +item.fireworks.flight=Duración do voo: +item.fireworks.name=Cohete Artificial +item.fireworksCharge.black=Negro +item.fireworksCharge.blue=Azul +item.fireworksCharge.brown=Marrón +item.fireworksCharge.customColor=Personalizado +item.fireworksCharge.cyan=Cian +item.fireworksCharge.fadeTo=Esvaecemento +item.fireworksCharge.flicker=Escintilar +item.fireworksCharge.gray=Gris +item.fireworksCharge.green=Verde +item.fireworksCharge.lightBlue=Azul Claro +item.fireworksCharge.lime=Lima +item.fireworksCharge.magenta=Maxenta +item.fireworksCharge.name=Carga Artificial +item.fireworksCharge.orange=Laranxa +item.fireworksCharge.pink=Rosa +item.fireworksCharge.purple=Púrpura +item.fireworksCharge.red=Vermello +item.fireworksCharge.silver=Gris Claro +item.fireworksCharge.trail=Rastro +item.fireworksCharge.type=Forma Indeterminada +item.fireworksCharge.type.0=Bóla Pequena +item.fireworksCharge.type.1=Bóla Grande +item.fireworksCharge.type.2=Estrelado +item.fireworksCharge.type.3=Forma de Creeper +item.fireworksCharge.type.4=Explosión +item.fireworksCharge.white=Branco +item.fireworksCharge.yellow=Amarelo +item.fish.clownfish.raw.name=Peixe Paiaso +item.fish.cod.cooked.name=Peixe Cocido +item.fish.cod.raw.name=Pescado Cru +item.fish.pufferfish.raw.name=Peixe Paiaso +item.fish.salmon.cooked.name=Salmón Cocido +item.fish.salmon.raw.name=Salmón Cru +item.fishingRod.name=Cana de Pescar +item.flint.name=Sílex +item.flintAndSteel.name=Sílex e Ferro +item.flowerPot.name=Maceta +item.frame.name=Marco para Obxectos +item.ghastTear.name=Bágoa de Ghast +item.glassBottle.name=Frasco de Vidro +item.goldNugget.name=Pebida de Ouro +item.hatchetDiamond.name=Machada de Diamante +item.hatchetGold.name=Machada de Ouro +item.hatchetIron.name=Machada de Ferro +item.hatchetStone.name=Machada de Pedra +item.hatchetWood.name=Machada de Madeira +item.helmetChain.name=Helmo de Cota de Malla +item.helmetCloth.name=Helmo de Coiro +item.helmetDiamond.name=Helmo de Diamante +item.helmetGold.name=Helmo de Ouro +item.helmetIron.name=Helmo de Ferro +item.hoeDiamond.name=Sacho de Diamante +item.hoeGold.name=Sacho de Ouro +item.hoeIron.name=Sacho de Ferro +item.hoeStone.name=Sacho de Pedra +item.hoeWood.name=Sacho de Madeira +item.horsearmordiamond.name=Armadura de Diamante para Cabalos +item.horsearmorgold.name=Armadura de Ouro para Cabalos +item.horsearmormetal.name=Armadura de Ferro para Cabalos +item.ingotGold.name=Lingote de Ouro +item.ingotIron.name=Lingote de Ferro +item.leash.name=Chumbo +item.leather.name=Coiro +item.leaves.name=Follas +item.leggingsChain.name=Grebas de Cota de Malla +item.leggingsCloth.name=Grebas de Coiro +item.leggingsDiamond.name=Grebas de Diamante +item.leggingsGold.name=Grebas de Ouro +item.leggingsIron.name=Grebas de Ferro +item.magmaCream.name=Crema Magmática +item.map.name=Mapa +item.melon.name=Sandía +item.milk.name=Leite +item.minecart.name=Vagoneta +item.minecartChest.name=Vagoneta con Cofre +item.minecartCommandBlock.name=Vagoneta con Bloque de Comandos +item.minecartFurnace.name=Vagoneta con Forno +item.minecartHopper.name=Vagoneta con Funil +item.minecartTnt.name=Vagoneta con TNT +item.monsterPlacer.name=Spawnear +item.mushroomStew.name=Estofado de Cogumelos +item.nameTag.name=Etiqueta de Nome +item.netherStalkSeeds.name=Nether Wart +item.netherStar.name=Estrela do Nether +item.netherbrick.name=Ladrillo do Nether +item.netherquartz.name=Cuarzo do Nether +item.painting.name=Cadro +item.paper.name=Papel +item.pickaxeDiamond.name=Pico de Diamante +item.pickaxeGold.name=Pico de Ouro +item.pickaxeIron.name=Pico de Ferro +item.pickaxeStone.name=Pico de Pedra +item.pickaxeWood.name=Pico de Madeira +item.porkchopCooked.name=Chuleta +item.porkchopRaw.name=Chuleta Crúa +item.potato.name=Pataca +item.potatoBaked.name=Pataca Cocida +item.potatoPoisonous.name=Pataca Velenosa +item.potion.name=Poción +item.pumpkinPie.name=Tarta de Cabaza +item.record.11.desc=C418 - 11 +item.record.13.desc=C418 - 13 +item.record.blocks.desc=C418 - blocks +item.record.cat.desc=C418 - cat +item.record.chirp.desc=C418 - chirp +item.record.far.desc=C418 - far +item.record.mall.desc=C418 - mall +item.record.mellohi.desc=C418 - mellohi +item.record.name=LP +item.record.stal.desc=C418 - stal +item.record.strad.desc=C418 - strad +item.record.wait.desc=C418 - wait +item.record.ward.desc=C418 - ward +item.redstone.name=Redstone +item.reeds.name=Cana de Azucre +item.rottenFlesh.name=Carne Podre +item.ruby.name=Rubí +item.saddle.name=Sela +item.seeds.name=Sementes +item.seeds_melon.name=Sementes de Sandía +item.seeds_pumpkin.name=Sementes de Cabaza +item.shears.name=Cizalla +item.shovelDiamond.name=Pa de Diamante +item.shovelGold.name=Pa de Ouro +item.shovelIron.name=Pa de Ferro +item.shovelStone.name=Pa de Pedra +item.shovelWood.name=Pa de Madeira +item.sign.name=Sinal +item.skull.char.name=Cabeza Humana +item.skull.creeper.name=Cabeza de Creeper +item.skull.player.name=Cabeza de %s +item.skull.skeleton.name=Cranio de Esqueleto +item.skull.wither.name=Cranio de Esqueleto Wither +item.skull.zombie.name=Cabeza de Zombi +item.slimeball.name=Bola de Slime +item.snowball.name=Bola de Neve +item.speckledMelon.name=Sandía Resplandecente +item.spiderEye.name=Ollo de Araña +item.stick.name=Pau +item.string.name=Fío +item.sugar.name=Azucre +item.sulphur.name=Pólvora +item.swordDiamond.name=Espada de Diamante +item.swordGold.name=Espada de Ouro +item.swordIron.name=Espada de Ferro +item.swordStone.name=Espada de Pedra +item.swordWood.name=Espada de Madeira +item.unbreakable=Irrompible +item.wheat.name=Trigo +item.writingBook.name=Libro e Pluma +item.writtenBook.name=Libro Escrito +item.yellowDust.name=Po de Glowstone +itemGroup.brewing=Destilación +itemGroup.buildingBlocks=Bloques de Construción +itemGroup.combat=Combate +itemGroup.decorations=Bloques de Decoración +itemGroup.food=Comida +itemGroup.inventory=Inventario de Supervivencia +itemGroup.materials=Materiais +itemGroup.misc=Miscelánea +itemGroup.redstone=Redstone +itemGroup.search=Búsqueda +itemGroup.tools=Ferramentas +itemGroup.transportation=Transporte +key.attack=Atacar/Destruir +key.back=Camiñar Atrás +key.categories.gameplay=Modo de Xogo +key.categories.inventory=Inventario +key.categories.misc=Miscelánea +key.categories.movement=Movemento +key.categories.multiplayer=Multixogador +key.categories.stream=Retransmitindo +key.categories.ui=Interface de Xogo +key.chat=Abrir Chat +key.command=Abrir Comandos +key.drop=Soltar obxecto +key.forward=Camiñar Adiante +key.fullscreen=Pantalla completa +key.hotbar.1=Acceso Rápido 1 +key.hotbar.2=Acceso Rápido 2 +key.hotbar.3=Acceso Rápido 3 +key.hotbar.4=Acceso Rápido 4 +key.hotbar.5=Acceso Rápido 5 +key.hotbar.6=Acceso Rápido 6 +key.hotbar.7=Acceso Rápido 7 +key.hotbar.8=Acceso Rápido 8 +key.hotbar.9=Acceso Rápido 9 +key.inventory=Inventario +key.jump=Saltar +key.left=Camiñar á Esquerda +key.mouseButton=Botón %1$s +key.pickItem=Coller Bloque +key.playerlist=Listar Xogadores +key.right=Camiñar á Dereita +key.screenshot=Tomar Captura de Pantalla +key.smoothCamera=Cambiar a Cámara Cinemática +key.sneak=Agachar +key.sprint=Correr +key.streamCommercial=Amosar anuncios da retransmisión +key.streamPauseUnpause=Pausar/Retomar a retransmisión +key.streamStartStop=Iniciar/Deter retransmisión +key.streamToggleMic=Activar/Desactivar micrófono +key.togglePerspective=Cambiar Perspectiva +key.use=Usar oxecto/Colocar Bloque +lanServer.otherPlayers=Axustes para outros xogadores +lanServer.scanning=Escaneando partidas na túa rede local +lanServer.start=Comezar Mundo LAN +lanServer.title=Mundo LAN +language.code=gl_ES +language.name=Galego +language.region=Galicia +mcoServer.title=Mundo de Minecraft Online +menu.convertingLevel=Convertendo Mundo +menu.disconnect=Desconectar +menu.game=Menú do xogo +menu.generatingLevel=Xerando Mundo +menu.generatingTerrain=Xerando terreo +menu.loadingLevel=Cargando Mundo +menu.multiplayer=Multixogador +menu.online=Reinos Minecraft +menu.options=Opcións... +menu.playdemo=Xoga á Partida de Demostración +menu.quit=Saír do xogo +menu.resetdemo=Reinicia o Mundo de Demostración +menu.respawning=Reaparecendo +menu.returnToGame=Volver á Partida +menu.returnToMenu=Gardar e volver á Pantalla Principal +menu.shareToLan=Abrir a LAN +menu.simulating=Simulando o mundo un intre +menu.singleplayer=Un xogador +menu.switchingLevel=Cambiando Mundos +mount.onboard=Preme %1$s para desmontar +multiplayer.connect=Conectar +multiplayer.downloadingStats=Descargando Estatísticas e Logros... +multiplayer.downloadingTerrain=Descargando terreo +multiplayer.info1=A versión Multixogador de Minecraft aínda non está rematada, pero +multiplayer.info2=estanse facendo probas con algúns fallos. +multiplayer.ipinfo=Introduce a IP dun servidor para conectarte a el: +multiplayer.player.joined=%s uniuse á partida +multiplayer.player.joined.renamed=%s (anteriormente coñecido como %s) abandonou o xogo +multiplayer.player.left=%s saiu da partida +multiplayer.stopSleeping=Erguerse da Cama +multiplayer.texturePrompt.line1=Este servidor recomenda o uso dun paquete de texturas personalizado +multiplayer.texturePrompt.line2=¿Queres descargalo e instalalo automáxicamente? +multiplayer.title=Multixogador +options.advancedButton=Axustes Avanzados de Vídeo... +options.advancedOpengl=OpenGL Avanzado +options.advancedVideoTitle=Axustes Avanzados de Vídeo +options.anaglyph=3D Anaglífico +options.ao=Iluminación Suavizada +options.ao.max=Máximo +options.ao.min=Mínimo +options.ao.off=Apagado +options.chat.color=Cores +options.chat.height.focused=Altura Enfocada +options.chat.height.unfocused=Altura desenfocada +options.chat.links=Enlaces Web +options.chat.links.prompt=Aviso en Enlaces +options.chat.opacity=Opacidade +options.chat.scale=Escala +options.chat.title=Axustes de chat... +options.chat.visibility=Chat +options.chat.visibility.full=Visible +options.chat.visibility.hidden=Oculto +options.chat.visibility.system=Só Comandos +options.chat.width=Ancho +options.controls=Controis... +options.difficulty=Dificultade +options.difficulty.easy=Doado +options.difficulty.hard=Difícil +options.difficulty.hardcore=Extremo +options.difficulty.normal=Normal +options.difficulty.peaceful=Pacífico +options.farWarning1=Recoméndase a instalación de Java de 64 bits +options.farWarning2=para a distancia de renderizado "Lonxe" (tes a versión de 32 bits) +options.fboEnable=Activar FBOs +options.forceUnicodeFont=Forzar Fonte Unicode +options.fov=Campo de Visión +options.fov.max=Quake Pro +options.fov.min=Normal +options.framerateLimit=FPS Máximos +options.framerateLimit.max=Ilimitado +options.fullscreen=Pantalla Completa +options.gamma=Brillo +options.gamma.max=Claro +options.gamma.min=Escuro +options.graphics=Gráficos +options.graphics.fancy=Detallado +options.graphics.fast=Rápidos +options.guiScale=Interface +options.guiScale.auto=Automática +options.guiScale.large=Grande +options.guiScale.normal=Normal +options.guiScale.small=Pequena +options.hidden=Oculto +options.invertMouse=Invertir Rato +options.language=Idioma... +options.languageWarning=As traducións poden non ser 100%% precisas +options.mipmapLevels=Niveis de Mipmap +options.multiplayer.title=Axustes de multixogador... +options.music=Música +options.off=Desactivado +options.on=Activado +options.particles=Partículas +options.particles.all=Todas +options.particles.decreased=Reducidas +options.particles.minimal=Mínimas +options.performanceButton=Axustes de Rendemento do Vídeo... +options.performanceVideoTitle=Axustes de Rendemento do Vídeo +options.postButton=Axustes de Postprocesamento... +options.postProcessEnable=Activar post-procesamiento +options.postVideoTitle=Axustes de Postprocesamento +options.qualityButton=Axustes da Calidade do Vídeo... +options.qualityVideoTitle=Axustes da Calidade do Vídeo +options.renderClouds=Nubes +options.renderDistance=Distancia de Renderizado +options.renderDistance.far=Lonxe +options.renderDistance.normal=Normal +options.renderDistance.short=Curta +options.renderDistance.tiny=Mínima +options.resourcepack=Paquetes de Recursos... +options.saturation=Saturación +options.sensitivity=Sensibilidade +options.sensitivity.max=¡¡¡HIPERVELOCIDADE!!! +options.sensitivity.min=*bocexo* +options.snooper=Enviar información +options.snooper.desc=Queremos recoller información do teu ordenador en orde de axudar a mellorar Minecraft para saber qué podemos manter e onde se atopan os maiores problemas. Toda esta información é completamente anónima e visible máis abaixo. ¡Prometemos non facer mal cos datos recopilados, pero se non queres queres axudarnos, entón séntete libre de desactivalo! +options.snooper.title=Recollida de Specs do Ordenador +options.snooper.view=Axustes do snooper... +options.sound=Son +options.sounds=Música e Sons... +options.sounds.title=Opcións de Son e Música +options.stream=Axustes de retransmisión... +options.stream.bytesPerPixel=Calidade +options.stream.changes=É preciso reiniciar a transmisión para que os cambios se produzan. +options.stream.chat.enabled=Activar +options.stream.chat.enabled.always=Sempre +options.stream.chat.enabled.never=Nunca +options.stream.chat.enabled.streaming=Durante a transmisión +options.stream.chat.title=Configuración do chat de Twitch +options.stream.chat.userFilter=Filtro de usuarios +options.stream.chat.userFilter.all=Todos os espectadores +options.stream.chat.userFilter.mods=Moderadores +options.stream.chat.userFilter.subs=Subscritores +options.stream.compression=Compresión +options.stream.compression.high=Alta +options.stream.compression.low=Baixa +options.stream.compression.medium=Media +options.stream.estimation=Resolución estimada: %sx%s +options.stream.fps=Imaxes por segundo +options.stream.ingest.reset=Reiniciar preferencias +options.stream.ingest.title=Servidores de retransmisión de Twitch +options.stream.ingestSelection=Lista de servidores de transmisión +options.stream.kbps=Ancho de banda +options.stream.micToggleBehavior=Preme para +options.stream.micVolumne=Volume do micro +options.stream.mic_toggle.mute=Silenciar +options.stream.mic_toggle.talk=Falar +options.stream.sendMetadata=Enviar metadatos +options.stream.systemVolume=Volume do sistema +options.stream.title=Axustes da retransmisión en Twitch +options.title=Opcións +options.touchscreen=Modo Pantalla Táctil +options.video=Axustes de vídeo... +options.videoTitle=Axustes de Vídeo +options.viewBobbing=Oscilación +options.visible=Visible +options.vsync=Usar VSync +potion.absorption=Absorción +potion.absorption.postfix=Poción de Absorción +potion.blindness=Cegueira +potion.blindness.postfix=Poción de Cegueira +potion.confusion=Mareo +potion.confusion.postfix=Poción de Mareo +potion.damageBoost=Forza +potion.damageBoost.postfix=Poción de Forza +potion.digSlowDown=Fatiga de Picar +potion.digSlowDown.postfix=Poción de Fatiga +potion.digSpeed=Présa +potion.digSpeed.postfix=Poción de Présa +potion.effects.whenDrank=Cando se aplica: +potion.empty=Sen Efectos +potion.fireResistance=Resistencia ó Lume +potion.fireResistance.postfix=Poción de Resistencia ó Lume +potion.harm=Dano Instantáneo +potion.harm.postfix=Poción de Dano +potion.heal=Saúde Instantánea +potion.heal.postfix=Poción de Curación +potion.healthBoost=Aumento Vital +potion.healthBoost.postfix=Poción de Mellora de Saúde +potion.hunger=Fame +potion.hunger.postfix=Poción de Fame +potion.invisibility=Invisibilidade +potion.invisibility.postfix=Poción de Invisibilidade +potion.jump=Aumento de Salto +potion.jump.postfix=Poción de Salto +potion.moveSlowdown=Lentitude +potion.moveSlowdown.postfix=Poción de Lentitude +potion.moveSpeed=Velocidade +potion.moveSpeed.postfix=Poción de Rapidez +potion.nightVision=Visión Nocturna +potion.nightVision.postfix=Poción de Visión Nocturna +potion.poison=Veleno +potion.poison.postfix=Poción de Veleno +potion.potency.1=II +potion.potency.2=III +potion.potency.3=IV +potion.prefix.acrid=Acre +potion.prefix.artless=Simple +potion.prefix.awkward=Rara +potion.prefix.bland=Insípida +potion.prefix.bulky=Voluminosa +potion.prefix.bungling=Torpe +potion.prefix.buttered=Graxenta +potion.prefix.charming=Encantadora +potion.prefix.clear=Clara +potion.prefix.cordial=Cordial +potion.prefix.dashing=Gallarda +potion.prefix.debonair=Cortés +potion.prefix.diffuse=Difusa +potion.prefix.elegant=Elegante +potion.prefix.fancy=Fantasiosa +potion.prefix.flat=Sen Gas +potion.prefix.foul=Repugnante +potion.prefix.grenade=(Area) +potion.prefix.gross=Asquerosa +potion.prefix.harsh=Ãspera +potion.prefix.milky=Leitosa +potion.prefix.mundane=Mundana +potion.prefix.odorless=Inodora +potion.prefix.potent=Potente +potion.prefix.rank=Fétida +potion.prefix.refined=Refinada +potion.prefix.smooth=Suave +potion.prefix.sparkling=Espumosa +potion.prefix.stinky=Apestosa +potion.prefix.suave=Afable +potion.prefix.thick=Espesa +potion.prefix.thin=Diluída +potion.prefix.uninteresting=Banal +potion.regeneration=Rexeneración +potion.regeneration.postfix=Poción de Rexeneración +potion.resistance=Resistencia +potion.resistance.postfix=Poción de Resistencia +potion.saturation=Saturación +potion.saturation.postfix=Poción de Saturación +potion.waterBreathing=Apnea +potion.waterBreathing.postfix=Poción de Respiración Acuática +potion.weakness=Debilidade +potion.weakness.postfix=Poción de Debilidade +potion.wither=Wither +potion.wither.postfix=Poción de Decadencia +record.nowPlaying=Estás a escoitar: %s +resourcePack.available.title=Paquetes de Recursos Dispoñibles +resourcePack.folderInfo=(Coloca aquí os arquivos do Paquete de Recursos) +resourcePack.openFolder=Abrir carpeta de Paquetes de Recursos +resourcePack.selected.title=Paquetes de Recursos Seleccionados +resourcePack.title=Seleccionar Paquete de Recursos +screenshot.failure=Non se puido gardar captura como %s +screenshot.success=Captura gardada como %s +selectServer.add=Engadir Servidor +selectServer.defaultName=Servidor de Minecraft +selectServer.delete=Eliminar +selectServer.deleteButton=Eliminar +selectServer.deleteQuestion=¿Estás seguro de querer borrar este servidor? +selectServer.deleteWarning=¡Perderase para sempre! (¡Moito tempo!) +selectServer.direct=Conexión Directa +selectServer.edit=Editar +selectServer.empty=baleiro +selectServer.hiddenAddress=(Oculto) +selectServer.refresh=Actualizar +selectServer.select=Entrar ó Servidor +selectServer.title=Seleccionar Servidor +selectWorld.allowCommands=Permitir Trucos: +selectWorld.allowCommands.info=Comandos coma /gamemode, /xp +selectWorld.bonusItems=Cofre extra: +selectWorld.cheats=Trucos +selectWorld.conversion=¡Debe ser convertido! +selectWorld.create=Crear un Novo Mundo +selectWorld.createDemo=Xogar un Novo Mundo de Proba +selectWorld.customizeType=Personalizar +selectWorld.delete=Eliminar +selectWorld.deleteButton=Eliminar +selectWorld.deleteQuestion=¿Estás seguro de querer borrar este mundo? +selectWorld.deleteWarning=¡Perderase para sempre! (¡Moito tempo!) +selectWorld.empty=baleiro +selectWorld.enterName=Nome do Mundo +selectWorld.enterSeed=Semente para o Xerador de Mundos +selectWorld.gameMode=Modo de Xogo +selectWorld.gameMode.adventure=Aventura +selectWorld.gameMode.adventure.line1=Igual que o Modo Supervivencia, pero os bloques non poden +selectWorld.gameMode.adventure.line2=non poden ser colocados nin eliminados +selectWorld.gameMode.creative=Creativo +selectWorld.gameMode.creative.line1=Recursos ilimitados, voo libre e +selectWorld.gameMode.creative.line2=destrución instantánea de bloques +selectWorld.gameMode.hardcore=Hardcore +selectWorld.gameMode.hardcore.line1=Igual que o modo supervivencia, bloqueado na máxima +selectWorld.gameMode.hardcore.line2=dificultade máxima e só unha vida +selectWorld.gameMode.survival=Supervivencia +selectWorld.gameMode.survival.line1=Busca recursos, fabrica, gana +selectWorld.gameMode.survival.line2=niveis, saúde e fame +selectWorld.hardcoreMode=Extremo: +selectWorld.hardcoreMode.info=O mundo borrarase ó morrer. +selectWorld.mapFeatures=Xerar Estruturas: +selectWorld.mapFeatures.info=Aldeas, calabozos, etc. +selectWorld.mapType=Tipo de Mundo: +selectWorld.mapType.normal=Normal +selectWorld.moreWorldOptions=Máis Opcións do Mundo... +selectWorld.newWorld=Novo Mundo +selectWorld.newWorld.copyOf=Copia de %s +selectWorld.recreate=Rexenerar +selectWorld.rename=Renomear +selectWorld.renameButton=Renomear +selectWorld.renameTitle=Renomear Mundo +selectWorld.resultFolder=Gardarase en: +selectWorld.seedInfo=Deixar en branco para unha semente aleatoria +selectWorld.select=Xogar no Mundo Seleccionado +selectWorld.title=Seleccionar Mundo +selectWorld.world=Mundo +sign.edit=Editar mensaxe do cartel +soundCategory.ambient=Ambiente +soundCategory.block=Bloques +soundCategory.hostile=Criaturas Hostís +soundCategory.master=Volume Total +soundCategory.music=Música +soundCategory.neutral=Criaturas Amistosas +soundCategory.player=Xogadores +soundCategory.record=Tocadiscos/Bloque Musical +soundCategory.weather=Clima +stat.animalsBred=Animais Alimentados +stat.blocksButton=Bloques +stat.boatOneCm=Distancia en Barca +stat.breakItem=%1$s Esgotados +stat.climbOneCm=Distancia escalada +stat.craftItem=%1$s Fabricados +stat.crafted=Veces Fabricado +stat.createWorld=Mundos creados +stat.damageDealt=Dano Feito +stat.damageTaken=Dano Recibido +stat.deaths=Número de Mortes +stat.depleted=Veces Esgotado +stat.diveOneCm=Distancia Buceada +stat.drop=Obxectos Soltados +stat.entityKilledBy=%s matouche %s veces +stat.entityKilledBy.none=Nunca morreches por culpa de %s +stat.entityKills=Mataches %s de %s +stat.entityKills.none=Aínda non mataches %s +stat.fallOneCm=Distancia Caída +stat.fishCaught=Peixes Collidos +stat.flyOneCm=Distancia Voada +stat.generalButton=Xeral +stat.horseOneCm=Distancia a Cabalo +stat.itemsButton=Obxectos +stat.joinMultiplayer=Sesións Multixogador +stat.jump=Brincos +stat.junkFished=Basura Pescada +stat.leaveGame=Partidas Abandoadas +stat.loadWorld=Partidas cargadas +stat.mineBlock=%1$s Extraídos +stat.minecartOneCm=Distancia en Vagoneta +stat.mined=Veces Extraído +stat.mobKills=Criaturas Matadas +stat.mobsButton=Mobs +stat.pigOneCm=Distancia en Porco +stat.playOneMinute=Minutos Xogados +stat.playerKills=Xogadores Asasinados +stat.startGame=Veces Xogadas +stat.swimOneCm=Distancia Nadada +stat.treasureFished=Tesoros Pescados +stat.useItem=%1$s Usados +stat.used=Veces Usado +stat.walkOneCm=Distancia a Pé +stats.tooltip.type.achievement=Logro +stats.tooltip.type.statistic=Estatística +stream.confirm_start=Está seguro de que quere comezar a transmitir? +stream.unavailable.account_not_bound=Antes de que poidas retransmitir Minecraft en Twitch, precisas ligar a túa conta de Twitch en mojang.com. Queres facelo agora? +stream.unavailable.account_not_bound.okay=Ligar contas +stream.unavailable.account_not_migrated=Antes de que poidas retransmitir Minecraft en Twitch, precisas migrar a túa conta de Minecraft a unha conta de Mojang. Queres facelo agora? +stream.unavailable.account_not_migrated.okay=Migrar conta +stream.unavailable.failed_auth=A autenticación en Twitch fallou. Por favor, entra en mojang.com e liga de novo a túa conta de Twitch. +stream.unavailable.failed_auth.okay=Ligar contas +stream.unavailable.failed_auth_error=Non se puido autenticar en Twitch. Por favor, inténtao máis tarde. +stream.unavailable.initialization_failure=Non se puido iniciar Twitch SDK. +stream.unavailable.initialization_failure.extra=(Razón: %s) +stream.unavailable.library_arch_mismatch=A versión de Java utilizada para executar Minecraft ten unha arquitectura diferente á que utilizaches para inciar o lanzador. Por favor, asegúrate de que son a mesma, ben sexa 32-bit ou 64-bit para ambos. +stream.unavailable.library_failure=Non se puideron cargar as bibliotecas necesarias para o servizo de retransmisión de Twitch integrado. +stream.unavailable.no_fbo=A túa tarxeta gráfica precisa ser compatible polo menos coa versión 3.0 de OpenGL ou soportar obxectos Framebuffer mediante unha extensión para usar a retransmisión en Twitch. +stream.unavailable.no_fbo.arb=O soporte de obxecto Framebuffer vía ARB é: %s +stream.unavailable.no_fbo.blend=O soporte de mestura separada vía EXT é: %s +stream.unavailable.no_fbo.ext=O soporte de obxecto Framebuffer vía EXT é: %s +stream.unavailable.no_fbo.version=Actualmente estás usando: %s +stream.unavailable.not_supported.mac=Lamentablemente, a retransmisión integrada de Twitch en Mac precisa unha versión actualizada de OSX. Precisas a versión 10.7 (Mac OS X Lion) ou posterior para usar este servizo. Queres visitar apple.com para saber máis sobre a actualización? +stream.unavailable.not_supported.mac.okay=Actualizar +stream.unavailable.not_supported.other=Lamentablemente, a retransmisión integrada de Twitch precisa Windows Vista (ou posterior) ou Mac OS X 10.7 Lion (ou posterior) +stream.unavailable.not_supported.windows=Lamentablemente, a retransmisión integrada de Twitch precisa unha versión máis actualizada de Windows. Precisas Windows Vista ou unha versión posterior. +stream.unavailable.report_to_mojang=Informar a Mojang +stream.unavailable.soundflower.chat=Precisas Soundflower para retransmitir en Mac. %s +stream.unavailable.soundflower.chat.link=Por favor, fai clic aquí para instalalo. +stream.unavailable.title=Retransmisión por Twitch non dispoñible +stream.unavailable.unknown=Lamentablemente non podes retransmitir en Twitch neste momento. Non sabemos por qué :'( +stream.unavailable.unknown.chat=Non se puido iniciar a retransmisión: %s +stream.user.mode.administrator=Administrador de Twitch +stream.user.mode.banned=Vetado +stream.user.mode.banned.other=Vetado na canle de %s +stream.user.mode.banned.self=Vetado na túa canle +stream.user.mode.broadcaster=Locutor +stream.user.mode.broadcaster.other=Locutor +stream.user.mode.broadcaster.self=Locutor (ti!) +stream.user.mode.moderator=Moderador +stream.user.mode.moderator.other=Moderador na canle de %s +stream.user.mode.moderator.self=Moderador na túa canle +stream.user.mode.staff=Persoal de Twitch +stream.user.subscription.subscriber=Subscritor +stream.user.subscription.subscriber.other=Subscritor da canle de %s +stream.user.subscription.subscriber.self=Subscritor da túa canle +stream.user.subscription.turbo=Twitch turbo +stream.userinfo.ban=Desadmitir +stream.userinfo.chatTooltip=Fai clicl para administrar usuario +stream.userinfo.mod=Promover a moderador +stream.userinfo.timeout=Bloqueo temporal +stream.userinfo.unban=Readmitir +stream.userinfo.unmod=Destituír moderador +tile.activatorRail.name=Rail de Activación +tile.anvil.intact.name=Zafra +tile.anvil.name=Zafra +tile.anvil.slightlyDamaged.name=Zafra Lixeiramente Danada +tile.anvil.veryDamaged.name=Zafra Moi Danada +tile.beacon.name=Baliza +tile.beacon.primary=Poder Primario +tile.beacon.secondary=Poder Secundario +tile.bed.name=Cama +tile.bed.noSleep=Só podes durmir pola noite +tile.bed.notSafe=Non te podes deitar agora, hai monstros preto +tile.bed.notValid=A túa cama non está ou está obstruída +tile.bed.occupied=Esta cama está ocupada +tile.bedrock.name=Bedrock +tile.blockCoal.name=Bloque de Carbón +tile.blockDiamond.name=Bloque de Diamante +tile.blockEmerald.name=Bloque de Esmeralda +tile.blockGold.name=Bloque de Ouro +tile.blockIron.name=Bloque de Ferro +tile.blockLapis.name=Bloque de Lapislázuli +tile.blockRedstone.name=Bloque de Redstone +tile.bookshelf.name=Estante +tile.brick.name=Ladrillos +tile.button.name=Botón +tile.cactus.name=Cacto +tile.cake.name=Torta +tile.carrots.name=Cenorias +tile.cauldron.name=Caldeiro +tile.chest.name=Cofre +tile.chestTrap.name=Cofre Trampa +tile.clay.name=Arxila +tile.clayHardened.name=Arxila Endurecida +tile.clayHardenedStained.black.name=Arxila Negra +tile.clayHardenedStained.blue.name=Arxila Azul +tile.clayHardenedStained.brown.name=Arxila Marrón +tile.clayHardenedStained.cyan.name=Arxila Cian +tile.clayHardenedStained.gray.name=Arxila Gris +tile.clayHardenedStained.green.name=Arxila Verde +tile.clayHardenedStained.lightBlue.name=Arxila Azul Clara +tile.clayHardenedStained.lime.name=Arxila Lima +tile.clayHardenedStained.magenta.name=Arxila Maxenta +tile.clayHardenedStained.orange.name=Arxila Laranxa +tile.clayHardenedStained.pink.name=Arxila Rosa +tile.clayHardenedStained.purple.name=Arxila Púrpura +tile.clayHardenedStained.red.name=Arxila Vermella +tile.clayHardenedStained.silver.name=Arxila Gris Clara +tile.clayHardenedStained.white.name=Arxila Branca +tile.clayHardenedStained.yellow.name=Arxila Amarela +tile.cloth.black.name=La Negra +tile.cloth.blue.name=La Azul +tile.cloth.brown.name=La Marrón +tile.cloth.cyan.name=La Cian +tile.cloth.gray.name=La Gris +tile.cloth.green.name=La Verde +tile.cloth.lightBlue.name=La Azul Clara +tile.cloth.lime.name=La Lima +tile.cloth.magenta.name=La Maxenta +tile.cloth.name=La +tile.cloth.orange.name=La Laranxa +tile.cloth.pink.name=La Rosa +tile.cloth.purple.name=La Púrpura +tile.cloth.red.name=La Vermella +tile.cloth.silver.name=La Gris Clara +tile.cloth.white.name=La +tile.cloth.yellow.name=La Amarela +tile.cobbleWall.mossy.name=Muro de Pedra Rota con Brións +tile.cobbleWall.normal.name=Muro de Pedra Rota +tile.cocoa.name=Cacao +tile.commandBlock.name=Bloque de Comandos +tile.crops.name=Cultivos +tile.daylightDetector.name=Sensor de Luz Diurna +tile.deadbush.name=Arbusto Morto +tile.detectorRail.name=Raíl Detector +tile.dirt.default.name=Terra +tile.dirt.podzol.name=Podzol +tile.dispenser.name=Dispensador +tile.doorIron.name=Porta de Ferro +tile.doorWood.name=Porta de Madeira +tile.doublePlant.fern.name=Fento Grande +tile.doublePlant.grass.name=Herba Alta +tile.doublePlant.paeonia.name=Peonia +tile.doublePlant.rose.name=Roseira +tile.doublePlant.sunflower.name=Xirasol +tile.doublePlant.syringa.name=Lila +tile.dragonEgg.name=Ovo de Dragón +tile.dropper.name=Lanzador +tile.enchantmentTable.name=Mesa de Encantamentos +tile.endPortalFrame.name=Portal ó End +tile.enderChest.name=Cofre de Ender +tile.farmland.name=Terra de Cultivo +tile.fence.name=Valado +tile.fenceGate.name=Porta de Valado +tile.fenceIron.name=Barrotes +tile.fire.name=Lume +tile.flower1.dandelion.name=Dente de León +tile.flower2.allium.name=Allium +tile.flower2.blueOrchid.name=Orquídea Azul +tile.flower2.houstonia.name=Beldro +tile.flower2.oxeyeDaisy.name=Margarida +tile.flower2.poppy.name=Mapoula +tile.flower2.tulipOrange.name=Tulipán Laranxa +tile.flower2.tulipPink.name=Tulipán Rosa +tile.flower2.tulipRed.name=Tulipán Vermello +tile.flower2.tulipWhite.name=Tulipán Branco +tile.furnace.name=Forno +tile.glass.name=Vidro +tile.goldenRail.name=Raíl Propulsor +tile.grass.name=Bloque de Herba +tile.gravel.name=Grava +tile.hayBlock.name=Bala de Palla +tile.hellrock.name=Pedra do inframundo +tile.hellsand.name=Soul Sand +tile.hopper.name=Funil +tile.ice.name=Xeo +tile.icePacked.name=Xeo Compacto +tile.jukebox.name=Tocadiscos +tile.ladder.name=Escala +tile.lava.name=Lava +tile.leaves.acacia.name=Follas de Acacia +tile.leaves.big_oak.name=Follas de Carballo Escuro +tile.leaves.birch.name=Follas de Bidueiro +tile.leaves.jungle.name=Follas de Selva +tile.leaves.name=Follas +tile.leaves.oak.name=Follas de Carballo +tile.leaves.spruce.name=Follas de Pícea +tile.lever.name=Panca +tile.lightgem.name=Glowstone +tile.litpumpkin.name=Jack o'Lantern +tile.lockedchest.name=Cofre Pechado +tile.log.acacia.name=Madeira de Acacia +tile.log.big_oak.name=Madeira de Carballo Escuro +tile.log.birch.name=Madeira de Bidueiro +tile.log.jungle.name=Madeira de Selva +tile.log.name=Madeira +tile.log.oak.name=Madeira de Carballo +tile.log.spruce.name=Madeira de Pícea +tile.melon.name=Sandía +tile.mobSpawner.name=Xerador de monstros +tile.monsterStoneEgg.brick.name=Ladrillos de Pedra con Silverfish +tile.monsterStoneEgg.chiseledbrick.name=Ladrillos de Pedra Cincelados con Silverfish +tile.monsterStoneEgg.cobble.name=Laxe Spawner de Silverfish +tile.monsterStoneEgg.crackedbrick.name=Ladrillos de Laxe con Silverfish +tile.monsterStoneEgg.mossybrick.name=Ladrillos de Pedra Musgosa con Silverfish +tile.monsterStoneEgg.stone.name=Pedra Spawner de Silverfish +tile.mushroom.name=Cogomelo +tile.musicBlock.name=Bloque Musical +tile.mycel.name=Mycelium +tile.netherBrick.name=Ladrillos do Nether +tile.netherFence.name=Valado de Ladrillos do Nether +tile.netherStalk.name=Nether Wart +tile.netherquartz.name=Cuarcita +tile.notGate.name=Facho de Redstone +tile.obsidian.name=Obsidiana +tile.oreCoal.name=Carbonita +tile.oreDiamond.name=Mineral de diamante +tile.oreEmerald.name=Berilita +tile.oreGold.name=Aurita +tile.oreIron.name=Ferrita +tile.oreLapis.name=Lapislázuli +tile.oreRedstone.name=Mineral de Redstone +tile.oreRuby.name=Corindonita +tile.pistonBase.name=Pistón +tile.pistonStickyBase.name=Pistón Pegañento +tile.portal.name=Portal +tile.potatoes.name=Patacas +tile.pumpkin.name=Calacú +tile.quartzBlock.chiseled.name=Bloque de Cuarzo Cincelado +tile.quartzBlock.default.name=Bloque de Cuarzo +tile.quartzBlock.lines.name=Pilar de Cuarzo +tile.rail.name=Raíl +tile.redstoneDust.name=Redstone +tile.redstoneLight.name=Lámpada de Redstone +tile.reeds.name=Cana de Azucre +tile.sand.default.name=Area +tile.sand.red.name=Area Vermella +tile.sandStone.chiseled.name=Arenita cincelada +tile.sandStone.default.name=Areísca +tile.sandStone.name=Areísca +tile.sandStone.smooth.name=Areísca Suave +tile.sapling.acacia.name=Brote de Acacia +tile.sapling.birch.name=Brote de Bidueiro +tile.sapling.jungle.name=Brote de Selva +tile.sapling.oak.name=Brote de Carballo +tile.sapling.spruce.name=Brote de Pícea +tile.sign.name=Cartel +tile.snow.name=Neve +tile.stainedGlass.black.name=Vidro tinguido de negro +tile.stainedGlass.blue.name=Vidro Tintado Azul +tile.stainedGlass.brown.name=Vidro Tintado Marrón +tile.stainedGlass.cyan.name=Vidro Tintado Cian +tile.stainedGlass.gray.name=Vidro Tintado Gris +tile.stainedGlass.green.name=Vidro Tintado Verde +tile.stainedGlass.lightBlue.name=Vidro Tintado Azul Claro +tile.stainedGlass.lime.name=Vidro Tintado Lima +tile.stainedGlass.magenta.name=Vidro Tintado Maxenta +tile.stainedGlass.name=Vidro tinguido +tile.stainedGlass.orange.name=Vidro Tintado Laranxa +tile.stainedGlass.pink.name=Vidro Tintado Rosa +tile.stainedGlass.purple.name=Vidro Tintado Púrpura +tile.stainedGlass.red.name=Vidro Tintado Vermello +tile.stainedGlass.silver.name=Vidro Tintado Gris Claro +tile.stainedGlass.white.name=Vidro Tintado Branco +tile.stainedGlass.yellow.name=Vidro Tintado Amarelo +tile.stairsBrick.name=Escaleiras de Ladrillos +tile.stairsNetherBrick.name=Escaleiras de Ladrillos do Nether +tile.stairsQuartz.name=Escaleiras de Cuarzo +tile.stairsSandStone.name=Escaleiras de Areísca +tile.stairsStone.name=Escaleiras de Pedra +tile.stairsStoneBrickSmooth.name=Escaleiras de Pedra +tile.stairsWood.name=Escaleiras de Madeira de Carballo +tile.stairsWoodAcacia.name=Escaleiras de Madeira de Acacia +tile.stairsWoodBirch.name=Escaleiras de Madeira de Bidueiro +tile.stairsWoodDarkOak.name=Escaleiras de Madeira de Carballo Escuro +tile.stairsWoodJungle.name=Escaleiras de Madeira de Selva +tile.stairsWoodSpruce.name=Escaleiras de Madeira de Pícea +tile.stone.stone.name=Pedra +tile.stoneMoss.name=Pedra Musgosa +tile.stoneSlab.brick.name=Lousa de Ladrillos +tile.stoneSlab.cobble.name=Lousa de Laxe +tile.stoneSlab.netherBrick.name=Lousa de Ladrillos do Inferno +tile.stoneSlab.quartz.name=Lousa de Cuarzo +tile.stoneSlab.sand.name=Lousa de Areísca +tile.stoneSlab.smoothStoneBrick.name=Lousa de Ladrillos de Pedra +tile.stoneSlab.stone.name=Lousa de Pedra +tile.stoneSlab.wood.name=Lousa de Madeira +tile.stonebrick.name=Rocha +tile.stonebricksmooth.chiseled.name=Ladrillos de Pedra Cincelados +tile.stonebricksmooth.cracked.name=Ladrillos de Laxe +tile.stonebricksmooth.default.name=Ladrillos de Pedra +tile.stonebricksmooth.mossy.name=Ladrillos de Pedra Musgosa +tile.stonebricksmooth.name=Ladrillos de Pedra +tile.tallgrass.fern.name=Fento +tile.tallgrass.grass.name=Herba +tile.tallgrass.name=Herba +tile.tallgrass.shrub.name=Arbustos +tile.thinGlass.name=Panel de Vidro +tile.thinStainedGlass.black.name=Panel de Vidro Tintado Negro +tile.thinStainedGlass.blue.name=Panel de Vidro Tintado Azul +tile.thinStainedGlass.brown.name=Panel de Vidro Tintado Marrón +tile.thinStainedGlass.cyan.name=Panel de Vidro Tintado Cian +tile.thinStainedGlass.gray.name=Panel de Vidro Tintado Gris +tile.thinStainedGlass.green.name=Panel de Vidro Tintado Verde +tile.thinStainedGlass.lightBlue.name=Panel de Vidro Tintado Azul Claro +tile.thinStainedGlass.lime.name=Panel de Vidro Tintado Lima +tile.thinStainedGlass.magenta.name=Panel de Vidro Tintado Maxenta +tile.thinStainedGlass.name=Panel de vidro tinguido +tile.thinStainedGlass.orange.name=Panel de Vidro Tintado Laranxa +tile.thinStainedGlass.pink.name=Panel de Vidro Tintado Rosa +tile.thinStainedGlass.purple.name=Panel de Vidro Tintado Púrpura +tile.thinStainedGlass.red.name=Panel de Vidro Tintado Vermello +tile.thinStainedGlass.silver.name=Panel de Vidro Tintado Gris Claro +tile.thinStainedGlass.white.name=Panel de Vidro Tintado Branco +tile.thinStainedGlass.yellow.name=Panel de Vidro Tintado Amarelo +tile.tnt.name=TNT +tile.torch.name=Facho +tile.trapdoor.name=Zapón +tile.tripWire.name=Cable Trampa +tile.tripWireSource.name=Gancho de Cable Trampa +tile.vine.name=Trepadeiras +tile.water.name=Auga +tile.waterlily.name=Nenúfar +tile.web.name=Arañeira +tile.weightedPlate_heavy.name=Placa de Presión por Peso (Dura) +tile.weightedPlate_light.name=Placa de Presión por Peso (Branda) +tile.whiteStone.name=Pedra do End +tile.wood.acacia.name=Táboas de Madeira de Acacia +tile.wood.big_oak.name=Táboas de Madeira de Carballo Escuro +tile.wood.birch.name=Táboas de Madeira de Bidueiro +tile.wood.jungle.name=Táboas de Madeira de Selva +tile.wood.name=Táboas de Madeira +tile.wood.oak.name=Táboas de Madeira de Carballo +tile.wood.spruce.name=Táboas de Madeira de Pícea +tile.woodSlab.acacia.name=Lousa de Madeira de Acacia +tile.woodSlab.big_oak.name=Lousa de Madeira de Carballo Escuro +tile.woodSlab.birch.name=Lousa de Madeira de Bidueiro +tile.woodSlab.jungle.name=Lousa de Madeira de Selva +tile.woodSlab.oak.name=Lousa de Madeira de Carballo +tile.woodSlab.spruce.name=Lousa de Madeira de Pícea +tile.woolCarpet.black.name=Alfombra Negra +tile.woolCarpet.blue.name=Alfombra Azul +tile.woolCarpet.brown.name=Alfombra Marrón +tile.woolCarpet.cyan.name=Alfombra Cian +tile.woolCarpet.gray.name=Alfombra Gris +tile.woolCarpet.green.name=Alfombra Verde +tile.woolCarpet.lightBlue.name=Alfombra Azul Clara +tile.woolCarpet.lime.name=Alfombra Lima +tile.woolCarpet.magenta.name=Alfombra Maxenta +tile.woolCarpet.orange.name=Alfombra Laranxa +tile.woolCarpet.pink.name=Alfombra Rosa +tile.woolCarpet.purple.name=Alfombra Púrpura +tile.woolCarpet.red.name=Alfombra Vermella +tile.woolCarpet.silver.name=Alfombra Gris Clara +tile.woolCarpet.white.name=Alfombra +tile.woolCarpet.yellow.name=Alfombra Amarela +tile.workbench.name=Banco de Traballo +title.oldgl1=Tarxeta gráfica antiga detectada, isto pode impedirche que +title.oldgl2=xogar nun futuro, xa que será preciso ter OpenGL 2.0. +translation.test.args=%s %s +translation.test.complex=Prefixo, ¡%s%2$s outra vez %s e %1$s, por último %s e tamén %1$s de novo! +translation.test.escape=%%s %%%s %%%%s %%%%%s +translation.test.invalid=Ola % +translation.test.invalid2=Ola %s +translation.test.none=¡Hola, mundo! +translation.test.world=mundo diff --git a/javascript/lang/gv_IM.lang b/javascript/lang/gv_IM.lang new file mode 100755 index 00000000..c205ada1 --- /dev/null +++ b/javascript/lang/gv_IM.lang @@ -0,0 +1,1528 @@ +achievement.acquireIron=Gaauenaght +achievement.acquireIron.desc=Lheie caag yiarn +achievement.bakeCake=Y Vreag +achievement.bakeCake.desc=Curnaght, shugyr, bainney as oohyn! +achievement.blazeRod=Stiagh 'syn Aile +achievement.blazeRod.desc=Tayrn slat jeh Lossyr +achievement.bookcase=Lioarlannee +achievement.bookcase.desc=Jean skellooyn lioar er son y boayrd drualtys ayd y hareaghey +achievement.breedCow=Aachlanney +achievement.breedCow.desc=Sheelrey daa vooa lesh curnagh +achievement.buildBetterPickaxe=Shareaghey +achievement.buildBetterPickaxe.desc=Jean foays da'n speih-chlagh +achievement.buildFurnace=Er Aile +achievement.buildFurnace.desc=Trog furnish ass hoght block cloaie +achievement.buildHoe=Traa Eirinys! +achievement.buildHoe.desc=Jean corlaig ass plankyn as maidjyn +achievement.buildPickaxe=Traa Meainey! +achievement.buildPickaxe.desc=Jean speiy-chlagh ass plankyn as maidjyn +achievement.buildSword=Traa Caggee! +achievement.buildSword.desc=Jean cliwe ass plankyn as maidjyn +achievement.buildWorkBench=Rish y Vink +achievement.buildWorkBench.desc=Jean bink obbree ass kiare plankyn +achievement.cookFish=Eeast Ard-vlasstal +achievement.cookFish.desc=Gow eeast as aarlee eh! +achievement.diamonds=DIAMANYN! +achievement.diamonds.desc=Fow diamanyn lesh dy chooid ghreie yiarn +achievement.diamondsToYou=Diamanyn dhyts! +achievement.diamondsToYou.desc=Ceau diamanyn er cloieder elley. +achievement.enchantments=Druiaghtagh +achievement.enchantments.desc=Trog boayrd druiaghtys ass lioar, creg glessagh as diamanyn +achievement.exploreAllBiomes=Yl-Ronseyder +achievement.exploreAllBiomes.desc=Fow dagh ooilley veaoam t’ayn +achievement.flyPig=Hie ny Mucyn Harrish +achievement.flyPig.desc=Ettyl muc harrish eaynin +achievement.fullBeacon=Foaddeyder +achievement.fullBeacon.desc=Croo lane aile raauee +achievement.get=Cooilleenit! +achievement.ghast=Obb'aile +achievement.ghast.desc=Marr Gowl lesh bluckan aile +achievement.killCow=Shelgeyr Ollee +achievement.killCow.desc=Gow liare +achievement.killEnemy=Shelgeyr Bugganeyn +achievement.killEnemy.desc=Marr buggane +achievement.killWither=Y Toshiaght. +achievement.killWither.desc=Marr y Shirgeyder +achievement.makeBread=Fuinneyder +achievement.makeBread.desc=Jean arran ass curnaght +achievement.mineWood=Marrooder Biljyn +achievement.mineWood.desc=Bwoaill billey derrey ghoys oo fuygh ass +achievement.onARail=Er Traen +achievement.onARail.desc=Immee 1km er cairt veainey jeh'n ynnyd ghoys oo toshee jeh +achievement.openInventory=Foshil Tasht +achievement.openInventory.desc=Broo er '%1$s' dys jeeaghyn er dty chooid. +achievement.overkill=Ro-varroo +achievement.overkill.desc=Jean jeeyl hoght creeghyn lesh un woalley +achievement.portal=Sheese Lesh! +achievement.portal.desc=Trog dorrys pishagagh da'n Diunid +achievement.potion=Imbyl Thie +achievement.potion.desc=Jean jough pishagagh +achievement.requires=Ta feme ayd er '%1$s' +achievement.snipeSkeleton=Co-sideyraght +achievement.snipeSkeleton.desc=Marr Ushylagh lesh Side as eh ny smoo na 50 meaderyn ersooyl +achievement.spawnWither=Y Toshiaght? +achievement.spawnWither.desc=Gien y Shirgeyder +achievement.taken=Jeant! +achievement.theEnd=Y Jerrey? +achievement.theEnd.desc=Fow y Jerrey +achievement.theEnd2=Y Jerrey. +achievement.theEnd2.desc=Marr Dragan y Jerree +addServer.add=Jeant! +addServer.enterIp=Enmys Tendeilagh +addServer.enterName=Ennym Tendeilagh +addServer.hideAddress=Follee Enmys +addServer.resourcePack=Bundeilyn Cooid Tendeilagh +addServer.resourcePack.disabled=Meelowit +addServer.resourcePack.enabled=Lowit +addServer.resourcePack.prompt=Feysht +addServer.title=Ceaghil Fysseree Tendeilagh +advMode.allPlayers=Screeu "@a" dys jeeraghey er dagh cloieder +advMode.command=Sarey Boayrd-Reill +advMode.nearestPlayer=Screeu "@p" dys jeeraghey er y cloieder s'faggys dhyt +advMode.notAllowed=Shegin dhyt ve dty chioneysee ("op") ayns mod crootagh +advMode.notEnabled=Cha nel blick oardee ry-gheddyn er y tendailagh shoh +advMode.previousOutput=Troar Roie +advMode.randomPlayer=Screeu "@r" dys jeeraghey er cloieder gyn tort +advMode.setCommand=Cur sarey da'n vlock +advMode.setCommand.success=Sarey soit: %s +attribute.name.generic.attackDamage=Jeeyl Soiagh +attribute.name.generic.followRange=Foddid Eiyrtee ny Cretooryn +attribute.name.generic.knockbackResistance=Shassooaght noi Seiy Ergooyl +attribute.name.generic.maxHealth=Slaynt y Cheim Smoo +attribute.name.generic.movementSpeed=Bieauid +attribute.name.horse.jumpStrength=Niart Lheim y Chabbil +attribute.name.zombie.spawnReinforcements=Kirp fo ghruiaghtys aaniartee +book.byAuthor=Liorish %1$s +book.editTitle=Cur ennym er lioar: +book.finalizeButton=Cur dt'ennym as doon +book.finalizeWarning=Cur tastey! Tra t'ou er chur dt'ennym 'sy lioar, cha cosoylagh eh ish y reaghey reesht. +book.pageIndicator=Duillag %1$s jeh %2$s +book.signButton=Cur dt'ennym +build.tooHigh=Teorey yrdjid troggalyn: %s blick +chat.cannotSend=Cha nod oo cur çhaghteraght choloayrtagh +chat.copy=Coipal 'sy ghiare-hasht +chat.link.confirm=Vel oo shickyr by vie lhiat y chiangley shoh y 'osley? +chat.link.confirmTrusted=Share lhiat y kiangley shoh y 'osley, ny coip jeh er y yiare-hasht y chur? +chat.link.open=Foshil 'sy jeeagheyder +chat.link.warning=Ny foshil arragh kianglaghyn jeh sleih gyn enney ayd orroo! +chat.stream.emote=(%s) * %s %s +chat.stream.text=(%s) <%s> %s +chat.type.achievement=Chooilleen %s y cooilleeney %s +commands.achievement.give.success.all=Haink lhiat cur dagh chooilleeney da %s +commands.achievement.give.success.one=Haink lhiat y staddyssaght %s y chur da %s +commands.achievement.statTooLow=Cha nel y staddyssaght %s ec %s +commands.achievement.unknownAchievement=Cooilleeney ny staddyssaght gyn enney '%s' +commands.ban.failed=Cha dod mee castey cloieder %s +commands.ban.success=Er gastey cloieder %s +commands.ban.usage=/ban [fa ...] +commands.banip.invalid=Hug oo stiagh enmys IP gyn vree, ny cha nel y cloieder shen er linney +commands.banip.success=Er gastey enmys IP %s +commands.banip.success.players=Er gastey enmyssyn IP %s lesh %s +commands.banip.usage=/ban-ip [fa ...] +commands.banlist.ips=Ta castys er %s enmyssyn IP 'syn ym-lane: +commands.banlist.players=Ta castys er %s cloiederyn 'syn ym-lane: +commands.banlist.usage=/banlist [ips|cloiederyn] +commands.clear.failure=Cha dod mee %s y scryssey jeh'n tasht; cha nel red erbee dy scryssey +commands.clear.success=Ghlen mee %s ass y tasht; scryssey %s reddyn +commands.debug.notStarted=Cha noddym scuirr jeh enmyssey marranyn; cha hoshee mee foast! +commands.debug.start=Hoshee y coontey marranyn +commands.debug.stop=Scuirr jeh enmyssey marranyn ny lurg %s tullagh (%s grig) +commands.defaultgamemode.success=She %s y mod cloie gyn reih 'sy teihll shoh nish +commands.defaultgamemode.usage=/defaultgamemode +commands.deop.failed=Cha dod mee jee-phointeil %s myr Obbraidee +commands.deop.success=Er scryssey niart kioneysagh jeh %s +commands.deop.usage=/deop +commands.difficulty.success=Soie doilleeys y ghamman er %s +commands.difficulty.usage=/difficulty +commands.downfall.success=Cheaghil yn emshir +commands.effect.failure.notActive=Cha dod mee scryssey %1$s jeh %2$s son nagh vel eh echey +commands.effect.failure.notActive.all=Cha dod mee scryssey eiyrtyssyn jeh %s son nagh vel eiyrtys erbee echey +commands.effect.notFound=Cha nel eiyrtys cretoor erbee ayn s'lesh yn ID %s +commands.effect.success=Hug yn eiyrtys %1$s (ID %2$s) * %3$s er'n chloieder %4$s rish %5$s tullagh +commands.effect.success.removed=Scryss %1$s jeh %2$s +commands.effect.success.removed.all=Scryss dagh eiyrtys jeh %s +commands.enchant.cantCombine=Cha nod oo cochiangley %1$s lesh %2$s +commands.enchant.cantEnchant=Cha nod oo cur y druiaghtys shen er y nhee shen +commands.enchant.noItem=Cha nel ny reih uss cummal nhee erbee +commands.enchant.notFound=Cha nel druiaghtys erbee ayn s'lesh yn ID %s +commands.enchant.success=Haink lhiat y druiaghtys +commands.enchant.usage=/enchant [keim] +commands.gamemode.success.other=Er gaghlaa mod cloie %s dys %s +commands.gamemode.success.self=Er gaghlaa dty vod cloie dys %s +commands.gamemode.usage=/gamemode [cloieder] +commands.gamerule.norule=Cha nel reill cloie '%s' erbee ry-gheddyn +commands.gamerule.success=Er nyannoo reill cloie ass y noa +commands.generic.boolean.invalid=Cha nee feer ny breagagh eh '%s' +commands.generic.double.tooBig=Ta'n earroo hug oo stiagh (%s) rouyr. Y leagh smoo: %s +commands.generic.double.tooSmall=Ta'n earroo hug oo stiagh (%s) ro-veg. Y leagh sloo: %s +commands.generic.exception=Haghyr marran gyn enney rish yn eab dty harey y chooilleeney +commands.generic.notFound=Sarey ass enney. Screeu /help dys geddyn rolley ny saraghyn +commands.generic.num.invalid=Cha nee earroo fondagh eh '%s' +commands.generic.num.tooBig=Ta'n earroo hug oo stiagh (%s) rouyr. Y leagh smoo: %s +commands.generic.num.tooSmall=Ta'n earroo hug oo stiagh (%s) ro-veg. Y leagh sloo: %s +commands.generic.permission=Cha nel kied ayd y sarey shoh y chur +commands.generic.player.notFound=Cha dooar mee y cloieder shen +commands.generic.syntax=Co-ordrail marrangh 'sy tarey +commands.generic.usage=Ymmyd: %s +commands.give.notFound=Cha nel nhee erbee ayn s'lesh yn ID %s +commands.give.success=Er chur %s * %s dys %s +commands.give.tagError=Er valleil parsal cowragyn fysseree: %s +commands.give.usage=/give [earroo] [fysseree] +commands.help.footer=Coyrle: Broo ogher rish screeu sarey dys lhieeney eh gyn smooinaght +commands.help.header=--- Shoh duillag chooney %s ass %s (/help ) --- +commands.help.usage=/help [duillag|ennym y harey] +commands.kick.success=Er ruightey %s jeh'n ghamman +commands.kick.success.reason=Er ruightey %s jeh'n ghamman: '%s' +commands.kick.usage=/kick [fa ...] +commands.me.usage=/me +commands.message.display.incoming=Hug %s sannish dhyt: %s +commands.message.display.outgoing=Hug oo sannish da %s: %s +commands.message.sameTarget=Cha nod oo cur sannish dhyt hene! +commands.message.usage=/tell +commands.op.failed=Cha dod mee pointeil %s myr Obbraidee +commands.op.success=Er chur cummys Obbraidee da %s +commands.op.usage=/op +commands.players.list=Ta %s/%s cloieder er-linney: +commands.playsound.playerTooFar=Ta cloieder %s roud jeed dy chlashtyn +commands.playsound.success=Er chur sheean '%s' cour %s +commands.playsound.usage=/playsound [x] [y] [z] [sheeanaght] [ardjey] [sheeanaghtSloo] +commands.publish.failed=Cha nod oo jannoo gamman ynnydoil +commands.publish.started=Gamman ynnydoil aarloo er purt %s +commands.save-off.alreadyOff=Ta sauail lhiettit hannah. +commands.save-on.alreadyOn=Ta sauail lowit hannah. +commands.save.disabled=Er lhiettal hene-hauail seihill +commands.save.enabled=Er lowal hene-hauail seihill +commands.save.failed=Daill sauail: %s +commands.save.start=Sauail... +commands.save.success=Er sauail y seihll +commands.say.usage=/say <çhaghter ...> +commands.scoreboard.objectiveNotFound=Cha nel dean erbee ayn as yn ennym '%s' er +commands.scoreboard.objectiveReadOnly=She dean ry-lhaih eh '%s' as cha nod oo soieaghey eh +commands.scoreboard.objectives.add.alreadyExists=Ta dean as yn ennym '%s' ersyn ayn hannah +commands.scoreboard.objectives.add.displayTooLong=Ta'n ennym taishbyney '%s' ro-liauyr; %s lettyr er y chooid smoo +commands.scoreboard.objectives.add.success=Haink eh lhiat dean noa '%s' y chroo +commands.scoreboard.objectives.add.tooLong=Ta'n ennym dean '%s' ro-liauyr; %s lettyr er y chooid smoo +commands.scoreboard.objectives.add.usage=/scoreboard objectives add [ennym taishbyney ...] +commands.scoreboard.objectives.add.wrongType=Sorçh slat howse yean gyn vree. Shoh ny sorçhyn t'ayn: %s +commands.scoreboard.objectives.list.count=Taishbyney %s dean(yn) er y voayrd skensh: +commands.scoreboard.objectives.list.empty=Cha nel dean erbee er y voayrd skensh +commands.scoreboard.objectives.list.entry=- %s: Ennym Taishbyney: '%s' Cretoor: '%s' +commands.scoreboard.objectives.remove.success=Er scryssey dean '%s' +commands.scoreboard.objectives.remove.usage=/scoreboard objectives remove +commands.scoreboard.objectives.setdisplay.invalidSlot=Cha nel ynnyd taishbyney '%s' erbee ayn +commands.scoreboard.objectives.setdisplay.successCleared=Er scryssey ynnyd taishbyney '%s' +commands.scoreboard.objectives.setdisplay.successSet=Er cur y dean '%s' 'syn ynnyd taishbyney '%s' +commands.scoreboard.objectives.setdisplay.usage=/scoreboard objectives setdisplay [dean] +commands.scoreboard.players.list.count=Taishbyney %s cloiederyn fo hastey er y voayrd skensh: +commands.scoreboard.players.list.empty=Cha nel cloieder fo hastey erbee er y voayrd skensh +commands.scoreboard.players.list.player.count=Taishbyney %s dean(yn) fo hastey son %s: +commands.scoreboard.players.list.player.empty=Cha nel skensh erbee recortit ec y chloieder %s +commands.scoreboard.players.list.usage=/scoreboard players list [ennym] +commands.scoreboard.players.reset.success=Er aahoieaghey gagh skensh t'ec y chloieder %s +commands.scoreboard.players.set.success=Er soieaghey skensh %s v'ec cloieder %s dys %s +commands.scoreboard.teamNotFound=Cha nel fwirran erbee ayn as yn ennym '%s' echey +commands.scoreboard.teams.add.alreadyExists=Ta fwirran ayn hannah as yn ennym '%s' echey +commands.scoreboard.teams.add.displayTooLong=Ta'n ennym taishbyney fwirran '%s' ro-liauyr; %s lettyr er y chooid smoo +commands.scoreboard.teams.add.success=Er groo fwirran noa '%s' +commands.scoreboard.teams.add.tooLong=Ta'n ennym fwirran '%s' ro-liauyr; %s lettyr er y chooid smoo +commands.scoreboard.teams.add.usage=/scoreboard teams add [ennym taishbyney ...] +commands.scoreboard.teams.empty.alreadyEmpty=Ta'n fwirran %s follym hannah; cha noddym scryssey cloiederyn nagh vel ayn +commands.scoreboard.teams.empty.success=Er scryssey dagh cloieder (%s) ass y 'wirran %s +commands.scoreboard.teams.join.failure=Cha cosoylagh eh %s cloieder(yn) 'sy 'wirran %s: %s +commands.scoreboard.teams.join.success=Er chur %s cloieder(yn) 'sy 'wirran %s: %s +commands.scoreboard.teams.join.usage=/scoreboard teams join [cloieder] +commands.scoreboard.teams.leave.failure=Cha cosoylagh eh %s cloieder(yn) y scughey ass fwirran(yn): %s +commands.scoreboard.teams.leave.noTeam=Cha nel oo ayns fwirran erbee +commands.scoreboard.teams.leave.success=Er scughey %s cloieder(yn) ass fwirran(yn): %s +commands.scoreboard.teams.leave.usage=/scoreboard teams leave [cloieder] +commands.scoreboard.teams.list.count=Taishbyney %s fwirranyn er y voayrd skensh: +commands.scoreboard.teams.list.empty=Cha nel fwirran erbee er y voayrd skensh +commands.scoreboard.teams.list.entry=- %1$s: ta %3$s cloieder(yn) 'sy 'wirran '%2$s' +commands.scoreboard.teams.list.player.count=Taishbyney %s cloieder(yn) 'sy 'wirran %s: +commands.scoreboard.teams.list.player.empty=Cha nel cloieder erbee 'sy 'wirran %s +commands.scoreboard.teams.list.usage=/scoreboard teams list [ennym] +commands.scoreboard.teams.option.noValue=Shoh ny leaghyn fondagh da'n reih %s: %s +commands.scoreboard.teams.option.success=Er soie tosheeaght %s da'n 'wirran %s dys %s +commands.scoreboard.teams.remove.success=Er scughey fwirran %s +commands.scoreboard.teams.remove.usage=/scoreboard teams remove +commands.seed.success=Rass-earroo: %s +commands.setblock.failed=Er valleil cur y block +commands.setblock.noChange=Cha dod mee cur y block +commands.setblock.notFound=Cha nel block erbee as yn ennym/ID %s echey +commands.setblock.outOfWorld=Cha noddym cur block çheumooie jeh’n teihll +commands.setblock.success=Er chur block +commands.setblock.tagError=Er valleil parsal cowragyn fysseree: %s +commands.setblock.usage=/setblock [towseFysseree] [oldBlockHandling] [cowragFysseree] +commands.setidletimeout.success=Er gaghlaa y cagliagh taaue dys %s minnid. +commands.setidletimeout.usage=/setidletimeout +commands.setworldspawn.success=Soie ynnyd gientynagh y teihll dys (%s, %s, %s) +commands.spawnpoint.success=Er soie ynnyd gientynagh %s dys (%s, %s, %s) +commands.spreadplayers.failure.players=Cha dod mee skeaylley %s cloiederyn mygeayrt %s,%s (rouyr cloiederyn - jean eab lesh scarrey nagh smoo na %s) +commands.spreadplayers.failure.teams=Cha dod mee skeaylley %s fwirranyn mygeayrt %s,%s (rouyr cloiederyn - jean eab lesh scarrey nagh smoo na %s) +commands.spreadplayers.info.players=(%s blick mean-foddid eddyr cloiederyn erreish da %s caghlaaghyn) +commands.spreadplayers.info.teams=(%s blick mean-foddid eddyr fwirranyn erreish da %s caghlaaghyn) +commands.spreadplayers.spreading.players=Skeaylley %s cloiederyn %s blick mygeayrt %s,%s (%s blick veih my cheilley er y chooid sloo) +commands.spreadplayers.spreading.teams=Skeaylley %s fwirranyn %s blick mygeayrt %s,%s (%s blick veih my cheilley er y chooid sloo) +commands.spreadplayers.success.players=Haink lesh skeaylley %s cloiederyn mygeayrt %s,%s +commands.spreadplayers.success.teams=Haink lesh skeaylley %s fwirranyn mygeayrt %s,%s +commands.spreadplayers.usage=/spreadplayers +commands.stop.start=Scuirr yn tendeilagh +commands.summon.failed=Cha noddym symney nhee +commands.summon.outOfWorld=Cha noddym symney nhee çheymooie jeh’n teihll +commands.summon.success=Er symney nhee +commands.summon.tagError=Er valleil parsal cowragyn fysseree: %s +commands.summon.usage=/summon [x] [y] [z] [cowragFysseree] +commands.tellraw.jsonException=JSON gyn vree: %s +commands.tellraw.usage=/tellraw <çhaghteraght JSON lhome> +commands.testforblock.failed.data=Ta towse fysseree %s ec block %s,%s,%s (jerkal: %s). +commands.testforblock.failed.nbt=Cha row ny h-ogheryn NBT cooie ec block %s,%s,%s. +commands.testforblock.failed.tile=She %s eh y block ec %s,%s,%s (jerkal: %s). +commands.testforblock.failed.tileEntity=Cha nee nhee leacan eh y block ec %s,%s,%s, cha nel eh cooie son piyral cowragyn. +commands.testforblock.outOfWorld=Cha noddym shirrey blick çheumooie jeh’n teihll +commands.testforblock.success=Er ngeddyn block ec %s,%s,%s. +commands.testforblock.usage=/testforblock [towseFysseree] [cowragFysseree] +commands.time.added=Er chur %s er y traa +commands.time.set=Er gaghlaa y traa ec %s +commands.tp.notSameDimension=Cha noddym arraghey cloiederyn nagh vel 'sy rieughid cheddin +commands.tp.success=Er narraghey %s dys %s +commands.tp.success.coordinates=Er narraghey %s dys %s,%s,%s +commands.unban.failed=Cha dod mee lieh castys cloieder %s +commands.unban.success=Er leih castys cloieder %s +commands.unban.usage=/pardon +commands.unbanip.invalid=Screeu uss enmys IP gyn bree +commands.unbanip.success=Er leih castys enmys IP %s +commands.unbanip.usage=/pardon-ip +commands.weather.clear=Gyllagh yn ghrian... +commands.weather.rain=Gyllagh y fliaghey... +commands.weather.thunder=Gyllagh sterrym... +commands.weather.usage=/weather [traa ayns shallidyn] +commands.whitelist.add.failed=Cha dod mee cur %s er y rolley bane +commands.whitelist.add.success=Er chur %s er y rolley bane +commands.whitelist.add.usage=/whitelist add +commands.whitelist.disabled=Er mooghey y rolley bane +commands.whitelist.enabled=Er noostey y rolley bane +commands.whitelist.list=Ta %s cloiederyn er y rolley bane (mastey %s ta ry-akin) : +commands.whitelist.reloaded=Er naaghoostey y rolley bane +commands.whitelist.remove.failed=Cha dod mee scughey %s ass y rolley bane +commands.whitelist.remove.success=Er scughey %s ass y rolley bane +commands.whitelist.remove.usage=/whitelist remove +commands.xp.failure.widthdrawXp=Cha noddym cur earroo obballagh dy phoyntyn ynsee +commands.xp.success=Er chur %s poyntyn ynsee da %s +commands.xp.success.levels=Er chur %s keimyn da %s +commands.xp.success.negative.levels=Er ngeddyn %s keimyn jeh %s +commands.xp.usage=/xp [cloieder] NY /xp L [cloieder] +connect.authorizing=Loggal stiagh... +connect.connecting=Kiangley rish y tendeilagh... +connect.failed=Er vailleil dy chiangley rish y tendeilagh +container.brewing=Shasstane Imbylagh +container.chest=Coyr +container.chestDouble=Coyr Mooar +container.crafting=Keirdyn +container.creative=Reih Nheeghyn +container.dispenser=Rheynneyder +container.dropper=Tuitteyder +container.enchant=Druiaghtaghey +container.enderchest=Coyr y Jerree +container.furnace=Furnish +container.hopper=Crannag Nheeghyn +container.inventory=Tasht +container.minecart=Cairt Veainagh +container.repair=Kerree as Enmys +container.repair.cost=Costys Druiaghtee: %1$s +container.repair.expensive=Ro-Gheyr! +controls.reset=Jee-chaghlaa +controls.resetAll=Jee-chaghlaa ogheryn +controls.title=Stiurey +createWorld.customize.flat.addLayer=Cur stiagh brat +createWorld.customize.flat.editLayer=Ceaghil brat +createWorld.customize.flat.height=Yrjid +createWorld.customize.flat.layer.bottom=Bun - %s +createWorld.customize.flat.layer.top=Kione - %s +createWorld.customize.flat.removeLayer=Scryss brat +createWorld.customize.flat.tile=Stoo y vrat +createWorld.customize.flat.title=Sur-chiaddey Dowan Sar-chorrym +createWorld.customize.presets=Roie-hoiaghyn +createWorld.customize.presets.list=Ny, shoh dhyt kuse ren shinyn hannah! +createWorld.customize.presets.select=Gow rish ny va roie-hoit +createWorld.customize.presets.share=Jean ymmyd jeh coad t'ayn hannah: +createWorld.customize.presets.title=Ronney Roie-hoiaghyn +death.attack.anvil=Huitt ingan er %1$s as lahney eh/ee +death.attack.arrow=Lhig %2$s %1$s +death.attack.arrow.item=Lhig %2$s %1$s lesh %3$s +death.attack.cactus=Hooar %1$s baase liorish broddey +death.attack.cactus.player=Woaill %1$s noi cactys rish scapail %2$s +death.attack.drown=Vaih %1$s +death.attack.drown.player=Vaih %1$s rish scapail %2$s +death.attack.explosion=Vleayst %1$s +death.attack.explosion.player=Vleayst %2$s %1$s +death.attack.fall=Va %1$s ro-yeean dy roshtyn thalloo reesht +death.attack.fallingBlock=Huitt block er %1$s as lahney eh/ee +death.attack.fireball=Losht %2$s %1$s +death.attack.fireball.item=Losht %2$s %1$s lesh %3$s +death.attack.generic=Hooar %1$s baase +death.attack.inFire=Doadd %1$s +death.attack.inFire.player=Hooill %1$s stiagh ayns aile rish caggey noi %2$s +death.attack.inWall=Phloog %1$s ayns boalley +death.attack.indirectMagic=Varr %2$s %1$s lesh pishagys +death.attack.indirectMagic.item=Varr %2$s %1$s lesh %3$s +death.attack.lava=Ren %1$s eab dy snaue ayns leavey +death.attack.lava.player=Cha daink lesh %1$s snaue ayns leavey dys scapail %2$s +death.attack.magic=Hooar %1$s baase pishagagh +death.attack.mob=Varr %2$s %1$s +death.attack.onFire=Hooar %1$s baase er aile +death.attack.onFire.player=Hie %1$s er greddey rish caggey noi %2$s +death.attack.outOfWorld=Huitt %1$s magh ass y teihll +death.attack.player=Varr %2$s %1$s +death.attack.player.item=Varr %2$s %1$s lesh %3$s +death.attack.starve=Hooar %1$s baase jeh’n accrys +death.attack.thorns=Hooar %1$s baase tra ren ee/eh eab dy lhottey %2$s +death.attack.thrown=Woaill %2$s %1$s +death.attack.thrown.item=Woaill %2$s %1$s lesh %3$s +death.attack.wither=Ren %1$s shirgaghey +death.fell.accident.generic=Huitt %1$s jeh ynnyd ard +death.fell.accident.ladder=Huitt %1$s jeh aarey +death.fell.accident.vines=Huitt %1$s jeh biljyn-feeney +death.fell.accident.water=Huitt %1$s ass yn ushtey +death.fell.assist=Gheyr %2$s %1$s dy huittym +death.fell.assist.item=Gheyr %2$s %1$s dy huittym lesh %3$s +death.fell.finish=Huitt %1$s ro-’oddey as hug %2$s builley beeish da/jee lesh %3$s +death.fell.finish.item=Huitt %1$s ro-’oddey as hug %2$s builley baaish da/jee lesh %3$s +death.fell.killer=Hie %1$s er deyrey dy huittym +deathScreen.deleteWorld=Scryss seihll +deathScreen.hardcoreInfo=Cha nod oo aa-irree ayns mod doolaneagh! +deathScreen.leaveServer=Faag y tendeilagh +deathScreen.quit.confirm=By vie lhiam faagail dy firrinagh? +deathScreen.respawn=Aa-irree +deathScreen.score=Skensh +deathScreen.title=Hooar oo baase! +deathScreen.title.hardcore=Gamman caillt! +deathScreen.titleScreen=Scaailan Enmys +demo.day.1=Ta queig laaghyn 'sy lhieggan taishbyney shoh, jean dy chooid share! +demo.day.2=Laa Jees +demo.day.3=Laa Tree +demo.day.4=Laa Kiare +demo.day.5=Shoh y laa s'jerree ayd! +demo.day.6=Ta'n wheiggoo laa ec kione, broo F2 dys sauail scaillan jeh'n teihll ayd +demo.day.warning=Ta'n taishbynys begnagh ec kione! +demo.demoExpired=Ta kione er y taishbynys! +demo.help.buy=Kionnee Nish! +demo.help.fullWrapped=Farree y lhieggan taishbyney shoh rish 5 laa cloie (mysh oor as 40 minnid feer-traa). Jeeagh er "Cooilleenaghyn" son coyrle as sannishyn. Gow soylley jeh! +demo.help.inventory=Broo %1$s dys fosley y tasht ayd +demo.help.jump=Lheim lesh broo %1$s +demo.help.later=Cum Rish! +demo.help.movement=Broo %1$s, %2$s, %3$s, %4$s as scugh y lugh dys shooyl mygeayrt +demo.help.movementMouse=Jeeagh mygeayrt lesh y lugh +demo.help.movementShort=Broo %1$s, %2$s, %3$s, %4$s dys shooyl mygeayrt +demo.help.title=Mod Taishbyney Minecraft +demo.remainingTime=Traa er mayrn: %s +demo.reminder=Ta'n am taishbyney er kione. Kionnee y gamman dys cloie ny smoo ny cur seihll noa er bun! +disconnect.closed=Kiangley doont +disconnect.disconnected=Jee-chianglt ec y tendeilagh +disconnect.endOfStream=Jerrey y trooan +disconnect.kicked=Er ruightey ass y ghamman +disconnect.loginFailed=Er vailleil loggal stiagh +disconnect.loginFailedInfo=Er vailleil loggal stiagh: %s +disconnect.loginFailedInfo.invalidSession=Seshoon gyn vree (aahoshee y gamman my saillt) +disconnect.loginFailedInfo.serversUnavailable=Ta ny tendeilee-'irrinee ass linney nish son freayll seose. +disconnect.lost=Kiangley brisht +disconnect.overflow=Thooillaghey eddyr-ghoaillee +disconnect.quitting=Faagail +disconnect.spam=Ruightit son ro-haghteraght +disconnect.timeout=Ass traa +enchantment.arrowDamage=Cummaght +enchantment.arrowFire=Lossyr +enchantment.arrowInfinite=Beaynid +enchantment.arrowKnockback=Bwoalley +enchantment.damage.all=Geyrid +enchantment.damage.arthropods=Scoagh Arthropodyn +enchantment.damage.undead=Gortey +enchantment.digging=Niart Reuyree +enchantment.durability=Do-Vrishey +enchantment.fire=Foaddey +enchantment.fishingSpeed=Bite +enchantment.knockback=Seiy Ergooyl +enchantment.level.1=I +enchantment.level.10=X +enchantment.level.2=II +enchantment.level.3=III +enchantment.level.4=IV +enchantment.level.5=V +enchantment.level.6=VI +enchantment.level.7=VII +enchantment.level.8=VIII +enchantment.level.9=IX +enchantment.lootBonus=Gruiaghey +enchantment.lootBonusDigger=Ard-Sonnys +enchantment.lootBonusFishing=Aigh ny Marrey +enchantment.oxygen=Ennal +enchantment.protect.all=Coadey +enchantment.protect.explosion=Coadey noi Bleaystyn +enchantment.protect.fall=Tuittym Meeley +enchantment.protect.fire=Do-Lostey +enchantment.protect.projectile=Jeen Noi Sideyn +enchantment.thorns=Jialgyn +enchantment.untouching=Sheeidagh +enchantment.waterWorker=Obbraghey Fo Ushtey +entity.Arrow.name=side +entity.Bat.name=Craitnag +entity.Blaze.name=Lossyr +entity.Boat.name=Baatey +entity.Cat.name=Kayt +entity.CaveSpider.name=Doo-oallee Ooig +entity.Chicken.name=Kiark +entity.Cow.name=Booa +entity.Creeper.name=Shnoageyder +entity.EnderDragon.name=Dragan y Jerree +entity.Enderman.name=Jerreyder +entity.EntityHorse.name=Cabbyl +entity.FallingSand.name=Block Tuittym +entity.Fireball.name=Bluckan Aile +entity.Ghast.name=Gowl +entity.Giant.name=Foawr +entity.Item.name=Nhee +entity.LavaSlime.name=Kioob Leavey +entity.Minecart.name=Cairt Veainagh +entity.Mob.name=Cretoor +entity.Monster.name=Buggane +entity.MushroomCow.name=Shalmooan +entity.Ozelot.name=Ossalot +entity.Painting.name=Caslys +entity.Pig.name=Muc +entity.PigZombie.name=Mucag Varroo Shooyllag fo Ghruiaghtys +entity.PrimedTnt.name=Block TNT +entity.Sheep.name=Keyrrey +entity.Silverfish.name=Gillieen +entity.Skeleton.name=Ushylagh +entity.Slime.name=Glooie +entity.SmallFireball.name=Bluckan Aile Beg +entity.SnowMan.name=Goalam Sniaghtee +entity.Snowball.name=Bluckan Sniaghtee +entity.Spider.name=Doo-oallee +entity.Squid.name=Dyachlym +entity.Villager.name=Theayagh +entity.VillagerGolem.name=Goalam Yiarn +entity.Witch.name=Buitçh +entity.WitherBoss.name=Shirgeyder +entity.Wolf.name=Moddey Oaldey +entity.XPOrb.name=Cruinnag Ynsee +entity.Zombie.name=Corp fo Ghruiaghtys +entity.donkey.name=Assyl +entity.generic.name=gynennymag +entity.horse.name=Cabbyl +entity.mule.name=Mule +entity.skeletonhorse.name=Ushylagh Cabbil +entity.zombiehorse.name=Cabbyl Marroo fo Ghruiaghtys +gameMode.adventure=Mod Contoyrtyssagh +gameMode.changed=Er gaghlaa mod cloie +gameMode.creative=Mod Crootagh +gameMode.hardcore=Mod Doolaneagh! +gameMode.survival=Mod Mayrnaght +generator.amplified=MOOADIT +generator.amplified.info=Fogrey: son aittys, feme er co-earrooder thollee +generator.default=Gyn Reih +generator.flat=Rea +generator.largeBiomes=Biomeyn Mooarey +gui.achievements=Cooilleenaghtyn +gui.back=Erash +gui.cancel=Cur ass +gui.done=Jeant +gui.down=Sheese +gui.no=Cha Nel +gui.stats=Staydraa +gui.toMenu=Erash gys yn ard-scaailan +gui.up=Seose +gui.yes=Ta +inventory.binSlot=Scryss Nhee +item.apple.name=Ooyl +item.appleGold.name=Ooyl Airhey +item.arrow.name=Side +item.bed.name=Lhiabbee +item.beefCooked.name=Stheag +item.beefRaw.name=Feill Vart Aw +item.blazePowder.name=Poodyr Lossyr +item.blazeRod.name=Slat Lossyr +item.boat.name=Baatey +item.bone.name=Craue +item.book.name=Lioar +item.bootsChain.name=Bootsyn Eillee +item.bootsCloth.name=Bootsyn Liareagh +item.bootsDiamond.name=Bootsyn Diaman +item.bootsGold.name=Bootsyn Airhey +item.bootsIron.name=Bootsyn Yiarn +item.bow.name=Bow +item.bowl.name=Meilley +item.bread.name=Arran +item.brewingStand.name=Shasstane Imbylagh +item.brick.name=Breek +item.bucket.name=Cruick +item.bucketLava.name=Cruick Leavey +item.bucketWater.name=Cruick Ushtey +item.cake.name=Berreen +item.carrotGolden.name=Carradje Airhey +item.carrotOnAStick.name=Carradje er Maidjey +item.carrots.name=Carradje +item.cauldron.name=Coirrey +item.charcoal.name=Geayl Fuyghee +item.chestplateChain.name=Eilley Lhoobagh +item.chestplateCloth.name=Cassag Liareagh +item.chestplateDiamond.name=Eilley Phlait Diamanagh +item.chestplateGold.name=Eilley Phlait Airhey +item.chestplateIron.name=Eilley Phlait Yiarn +item.chickenCooked.name=Feill Chirkey Aarlit +item.chickenRaw.name=Feill Chirkey Aw +item.clay.name=Cray +item.clock.name=Clag +item.coal.name=Geayl +item.comparator.name=Cosoyleyder Clagh Yiarg +item.compass.name=Combaase +item.cookie.name=Brishtag +item.diamond.name=Diaman +item.diode.name=Aachoyrtagh Clagh Yiarg +item.doorIron.name=Dorrys Yiarn +item.dyePowder.black.name=Bolgan Doo +item.dyePowder.blue.name=Lapis Lazuli +item.dyePowder.brown.name=Poanrey Coco +item.dyePowder.cyan.name=Daah Keean +item.dyePowder.gray.name=Daah Lheeah +item.dyePowder.green.name=Glass Cactys +item.dyePowder.lightBlue.name=Daah Bane-Ghorrym +item.dyePowder.lime.name=Daah Glass Theiley +item.dyePowder.magenta.name=Daah Majentey +item.dyePowder.orange.name=Daah Jiarg-Buigh +item.dyePowder.pink.name=Daah Bane-Yiarg +item.dyePowder.purple.name=Daah Gorrym-Jiarg +item.dyePowder.red.name=Daah Jiarg Roseagh +item.dyePowder.silver.name=Daah Lheeah-Ghlass +item.dyePowder.white.name=Daah Meinn Chraue +item.dyePowder.yellow.name=Daah Buigh Lus ny Minnag +item.dyed=Daahit +item.egg.name=Ooh +item.emerald.name=Smaragaid +item.emptyMap.name=Caslys-Çheerey Bane +item.emptyPotion.name=Boteil Ushtey +item.enchantedBook.name=Lioar fo Ghruiaghtys +item.enderPearl.name=Pearl y Jerree +item.expBottle.name=Jough Ynsee +item.eyeOfEnder.name=Sooill y Jerree +item.feather.name=Fedjag +item.fermentedSpiderEye.name=Sooill Ghoo-oallee Imbylit +item.fireball.name=Lane Doarn d'Aile +item.fireworks.flight=Traa Etlee: +item.fireworks.name=Çhentag +item.fireworksCharge.black=Doo +item.fireworksCharge.blue=Gorrym +item.fireworksCharge.brown=Dhone +item.fireworksCharge.customColor=Reiht +item.fireworksCharge.cyan=Keean +item.fireworksCharge.fadeTo=Lheie dys +item.fireworksCharge.flicker=Meekey +item.fireworksCharge.gray=Lheeah +item.fireworksCharge.green=Glass +item.fireworksCharge.lightBlue=Bane-Ghorrym +item.fireworksCharge.lime=Glass Theiley +item.fireworksCharge.magenta=Majenta +item.fireworksCharge.name=Rollage Çhentag +item.fireworksCharge.orange=Jiarg-Buigh +item.fireworksCharge.pink=Bane-Yiarg +item.fireworksCharge.purple=Gorrym-Jiarg +item.fireworksCharge.red=Jiarg +item.fireworksCharge.silver=Lheeah Glass +item.fireworksCharge.trail=Farbyl +item.fireworksCharge.type=Cummey Gyn Enney +item.fireworksCharge.type.0=Runtag Veg +item.fireworksCharge.type.1=Runtag Vooar +item.fireworksCharge.type.2=Rollageagh +item.fireworksCharge.type.3=Ayns Cummey Shnoageyder +item.fireworksCharge.type.4=Bleaystagh +item.fireworksCharge.white=Bane +item.fireworksCharge.yellow=Buigh +item.fish.clownfish.raw.name=Eeast Dallagh +item.fish.cod.cooked.name=Eeast Coagyrit +item.fish.cod.raw.name=Eeast Aw +item.fish.pufferfish.raw.name=Eeast Bolgagh +item.fish.salmon.cooked.name=Braddan Coagyrit +item.fish.salmon.raw.name=Braddan Aw +item.fishingRod.name=Slat Eeastee +item.flint.name=Clagh Aile +item.flintAndSteel.name=Clagh Aile as Yiarn +item.flowerPot.name=Crockan Blaa +item.frame.name=Clowan Nhee +item.ghastTear.name=Jeir Ghowil +item.glassBottle.name=Boteil Glonney +item.goldNugget.name=Cramman Airhey +item.hatchetDiamond.name=Teigh Ghiaman +item.hatchetGold.name=Teigh Airhey +item.hatchetIron.name=Teigh Yiarn +item.hatchetStone.name=Teigh Chloaie +item.hatchetWood.name=Teigh Fuyghee +item.helmetChain.name=Bayrn Eillee +item.helmetCloth.name=Bayrn Liareagh +item.helmetDiamond.name=Bayrn Diaman +item.helmetGold.name=Bayrn Airhey +item.helmetIron.name=Bayrn Yiarn +item.hoeDiamond.name=Corlaig Ghiaman +item.hoeGold.name=Corlaig Airhey +item.hoeIron.name=Corlaig Yiarn +item.hoeStone.name=Corlaig Chloaie +item.hoeWood.name=Corlaig 'Uyghee +item.horsearmordiamond.name=Eilley Chabbyl Diaman +item.horsearmorgold.name=Eilley Chabbyl Airhey +item.horsearmormetal.name=Eilley Chabbyl Yiarn +item.ingotGold.name=Caag Airhey +item.ingotIron.name=Caag Yiarn +item.leash.name=Yeeal +item.leather.name=Liare +item.leaves.name=Duillagyn +item.leggingsChain.name=Breetçhyn Eillee +item.leggingsCloth.name=Breetçhyn Liareagh +item.leggingsDiamond.name=Breetçhyn Diaman +item.leggingsGold.name=Breetçhyn Airhey +item.leggingsIron.name=Breetçhyn Yiarn +item.magmaCream.name=Barrag Leavey +item.map.name=Caslys-Çheerey +item.melon.name=Mellyn +item.milk.name=Bainney +item.minecart.name=Cairt Veainey +item.minecartChest.name=Cairt Veainey lesh Coyr +item.minecartCommandBlock.name=Cairt Veainey as Block Oardee aynjee +item.minecartFurnace.name=Cairt Veainey lesh Furnish +item.minecartHopper.name=Cairt Veainey lesh Crannag +item.minecartTnt.name=Cairt Veainey lesh TNT +item.monsterPlacer.name=Geinneyder +item.mushroomStew.name=Broie Shalmane +item.nameTag.name=Lipaid Ennym +item.netherStalkSeeds.name=Bossan Dowin +item.netherStar.name=Rollage Dowin +item.netherbrick.name=Breek Dowin +item.netherquartz.name=Clarinagh Dowin +item.painting.name=Jalloo +item.paper.name=Pabyr +item.pickaxeDiamond.name=Speiy-Chlagh Diaman +item.pickaxeGold.name=Speiy-Chlagh Airhey +item.pickaxeIron.name=Speiy-Chlagh Yiarn +item.pickaxeStone.name=Speiy-Chlagh Cloaie +item.pickaxeWood.name=Speiy-Chlagh Fuyghee +item.porkchopCooked.name=Asney Muick Aarlit +item.porkchopRaw.name=Asney Muick Aw +item.potato.name=Praase +item.potatoBaked.name=Praase Oghe +item.potatoPoisonous.name=Praase Nieunagh +item.potion.name=Jough Pishagagh +item.pumpkinPie.name=Pye Pumkin +item.record.11.desc=C418 - 11 +item.record.13.desc=C418 - 13 +item.record.blocks.desc=C418 - blocks +item.record.cat.desc=C418 - cat +item.record.chirp.desc=C418 - chirp +item.record.far.desc=C418 - far +item.record.mall.desc=C418 - mall +item.record.mellohi.desc=C418 - mellohi +item.record.name=Jysk Kiaullee +item.record.stal.desc=C418 - stal +item.record.strad.desc=C418 - strad +item.record.wait.desc=C418 - wait +item.record.ward.desc=C418 - ward +item.redstone.name=Clagh Yiarg +item.reeds.name=Cane Millish +item.rottenFlesh.name=Feill Loau +item.ruby.name=Roobeen +item.saddle.name=Jeelt +item.seeds.name=Rassyn +item.seeds_melon.name=Rassyn Mellyn +item.seeds_pumpkin.name=Rassyn Pumkin +item.shears.name=Jouish +item.shovelDiamond.name=Sleayst Ghiaman +item.shovelGold.name=Sleayst Airhey +item.shovelIron.name=Sleayst Yiarn +item.shovelStone.name=Sleayst Chloaie +item.shovelWood.name=Sleayst 'Uyghee +item.sign.name=Cowrey +item.skull.char.name=Kione +item.skull.creeper.name=Kione Shnoageyder +item.skull.player.name=Kione %s +item.skull.skeleton.name=Kione Ushylagh +item.skull.wither.name=Kione Shirgeyder +item.skull.zombie.name=Kione Kirpey Fo Ghruightys +item.slimeball.name=Bluckan Glooie +item.snowball.name=Bluckan Sniaghtee +item.speckledMelon.name=Mellyn Breck +item.spiderEye.name=Sooill Ghoo-oallee +item.stick.name=Maidjey +item.string.name=Streng +item.sugar.name=Shugyr +item.sulphur.name=Poodyr Çhentagh +item.swordDiamond.name=Cliwe Diaman +item.swordGold.name=Cliwe Airhey +item.swordIron.name=Cliwe Yiarn +item.swordStone.name=Cliwe Cloaie +item.swordWood.name=Cliwe Fuyghee +item.unbreakable=Do-vrishey +item.wheat.name=Curnaght +item.writingBook.name=Lioar as Fedjag Screeuee +item.writtenBook.name=Lioar Screeuit +item.yellowDust.name=Joan Clagh Hollysh +itemGroup.brewing=Imbyl +itemGroup.buildingBlocks=Blick Hrockee +itemGroup.combat=Caggey +itemGroup.decorations=Blick Yesheenagh +itemGroup.food=Bee +itemGroup.inventory=Cooid Vayrnaght +itemGroup.materials=Stooghyn +itemGroup.misc=Mestit +itemGroup.redstone=Clagh Yiarg +itemGroup.search=Ronsaghey Nheeghyn +itemGroup.tools=Greieyn +itemGroup.transportation=Eebyrtys +key.attack=Soie er +key.back=Ergooyl +key.categories.gameplay=Obbrinaght Chloie +key.categories.inventory=Tasht +key.categories.misc=Mestit +key.categories.movement=Immeeeaght +key.categories.multiplayer=Yl-chloieder +key.categories.stream=Creeley Twitch +key.categories.ui=Eddyr-Oaie Gamman +key.chat=Loayr +key.command=Cur sarey +key.drop=Tuittym +key.forward=Er Oaie +key.fullscreen=Ceaghil Lane-scaailan +key.hotbar.1=Scoltan Jesh 1 +key.hotbar.2=Scoltan Jesh 2 +key.hotbar.3=Scoltan Jesh 3 +key.hotbar.4=Scoltan Jesh 4 +key.hotbar.5=Scoltan Jesh 5 +key.hotbar.6=Scoltan Jesh 6 +key.hotbar.7=Scoltan Jesh 7 +key.hotbar.8=Scoltan Jesh 8 +key.hotbar.9=Scoltan Jesh 9 +key.inventory=Tasht +key.jump=Lheim +key.left=Toshtal +key.mouseButton=Cramman %1$s +key.pickItem=Reih Block +key.playerlist=Rolley Cloiederyn +key.right=Jesh +key.screenshot=Gow Scaailan +key.smoothCamera=Ceaghil Shamraig Scannaneagh +key.sneak=Sleetçh +key.sprint=Roie +key.streamCommercial=Taishbyn Soilsheenyn Creeley +key.streamPauseUnpause=Fark/Jee-'ark er Creeley +key.streamStartStop=Toshee/Scuirr Creeley +key.streamToggleMic=Broo son Loayrtys/Ballooid +key.togglePerspective=Caghlaa Perspeghtaght +key.use=Jean Ymmyd Jeh +lanServer.otherPlayers=Tosheeaghtyn son Cloiederyn Elley +lanServer.scanning=Shirrey gammanyn er dy voggyl ynnydagh +lanServer.start=Cur Seihll Moggyl Ynnydagh er bun +lanServer.title=Seihll Moggyl Ynnydagh +language.code=gv_IM +language.name=Gaelg +language.region=Mannin +mcoServer.title=Seihll Eddyrlhieen Minecraft +menu.convertingLevel=Çhyndaa y Seihll +menu.disconnect=Jee-chiangil +menu.game=Claare Cloie +menu.generatingLevel=Gientyn seihll +menu.generatingTerrain=Troggal thalloo +menu.loadingLevel=Laadey seihll +menu.multiplayer=Yl-chloieder +menu.options=Reih... +menu.playdemo=Cloie 'sy Teihll Taishbyney +menu.quit=Faagail Gamman +menu.resetdemo=Aahoshee y Seihll Taishbyney +menu.respawning=Aa-irree +menu.returnToGame=Erash dys y Ghamman +menu.returnToMenu=Sauail as Erash da'n Ard-scaailan +menu.shareToLan=Foshil da'n LAN +menu.simulating=Lhiggey da'n teihll seyr-obbraghey rish tammylt +menu.singleplayer=Un-chloieder +menu.switchingLevel=Caghlaa seihll +mount.onboard=Broo %1$s dys tarlheimmey +multiplayer.connect=Kiangil +multiplayer.downloadingStats=Laadey neose staddyssaght as cooilleenaghyn... +multiplayer.downloadingTerrain=Laadey neose y çheer-oaylleeaght +multiplayer.info1=Cha nel mod yl-chloieder Minecraft jeant foast, agh ta +multiplayer.info2=prowaltys lane dy varranys ayn. +multiplayer.ipinfo=Cur stiagh enmys IP tendeilagh dys kiangley rish: +multiplayer.player.joined=Haink %s stiagh 'sy chloie +multiplayer.player.joined.renamed=Haink %s (%s dy row) stiagh 'sy chloie +multiplayer.player.left=Daag %s y cloie +multiplayer.stopSleeping=Faag dy lhiabbee +multiplayer.texturePrompt.line1=Ta'n tendeilagh shoh coyrlaghey dhyt bundeil cooid er lheh y ghoaill stiagh. +multiplayer.texturePrompt.line2=By vie lhiat eh y laadey neose as cur stiagh gyn boirey? +multiplayer.title=Cloie mod yl-chloieder +options.advancedButton=Sur-Hosheeaghtyn Feeshan... +options.advancedOpengl=OpenGL Yrdjit +options.advancedVideoTitle=Sur-Hosheeaghtyn Feeshan +options.anaglyph=3D Anaglyph +options.ao=Soilshey Meein +options.ao.max=Smoo +options.ao.min=Sloo +options.ao.off=Ass +options.chat.color=Daahghyn +options.chat.height.focused=Yrdjid rish Geill +options.chat.height.unfocused=Yrdjid gyn Geill +options.chat.links=Kianglaghyn Eddyrlhieen +options.chat.links.prompt=Coyrle son Kianglaghyn +options.chat.opacity=Dullyraght +options.chat.scale=Aarey +options.chat.title=Tosheeaghtyn Cowag... +options.chat.visibility=Cowag +options.chat.visibility.full=Taishbyney +options.chat.visibility.hidden=Follit +options.chat.visibility.system=Saraghyn Ynrican +options.chat.width=Lheead +options.controls=Stiurey... +options.difficulty=Doilleeid +options.difficulty.easy=Aashagh +options.difficulty.hard=Doillee +options.difficulty.hardcore=Doolaneagh +options.difficulty.normal=Cadjin +options.difficulty.peaceful=Sheeoil +options.farWarning1=Bare dhyt cur stiagh Java 64-bit +options.farWarning2=son foddid rendreilagh 'Foddey' (ta 32-bit ayd) +options.fboEnable=Surr FBOyn +options.forceUnicodeFont=Screeu ayns font Unicode +options.fov=Uillin Reayrt +options.fov.max=Smoo +options.fov.min=Sloo +options.framerateLimit=Leahys Chaslyssyn Smoo +options.framerateLimit.max=Gyn Çheorey +options.fullscreen=Lane Scaailan +options.gamma=Gillid +options.gamma.max=Gial +options.gamma.min=Groamey +options.graphics=Graafaght +options.graphics.fancy=Jesh +options.graphics.fast=Tappee +options.guiScale=Scaailley GUI +options.guiScale.auto=Seyr-obbraghey +options.guiScale.large=Mooar +options.guiScale.normal=Cadjin +options.guiScale.small=Beg +options.hidden=Follit +options.invertMouse=Cur yn Lugh Bun-ry-Skyn +options.language=Çhengey... +options.languageWarning=Foddee nagh vel ny çhyndaayssyn 100%% kiart +options.mipmapLevels=Keimyn caslys-MIP +options.multiplayer.title=Tosheeaghtyn Yl-chloieder... +options.music=Kiaull +options.off=ASS +options.on=AYN +options.particles=Breneenyn +options.particles.all=Dagh +options.particles.decreased=Leodit +options.particles.minimal=Sloo +options.performanceButton=Tosheeaghtyn Obbree Feeshan... +options.performanceVideoTitle=Tosheeaghtyn Obbree Feeshan +options.postButton=Tosheeaghtyn Aa-Obbree... +options.postProcessEnable=Low Aa-Obbree Feeshan +options.postVideoTitle=Tosheeaghtyn Aa-Obbree +options.qualityButton=Tosheeaghtyn Quallid Feeshan... +options.qualityVideoTitle=Tosheeaghtyn Quallid Feeshan +options.renderClouds=Bodjallyn +options.renderDistance=Foddid Rendreilagh +options.renderDistance.far=Foddey +options.renderDistance.normal=Cadjin +options.renderDistance.short=Faggys +options.renderDistance.tiny=Feer Faggys +options.resourcepack=Bundeil Cooid... +options.saturation=Saieaghan +options.sensitivity=Freggyraght +options.sensitivity.max=SAR-VIEAUID!!! +options.sensitivity.min=*menniugh* +options.snooper=Surr Keekeyder +options.snooper.desc=By vie lhien çhaglym fys er y cho-earrooder ayd dys shareaghey Minecraft. T'eh cooney lhien toiggal cre ny co-earrooderyn cooie da as c'raad ta ny doilleeidyn scanshoil. Ta ooilley'n fys shoh gyn enney erbee as ry-akin heese. Nyn vockle er nagh jeanmayd drogh-ymmyd jeh'n 'ysseree shoh, agh mannagh mie lhiat goaill ayrn 'sy ronsaghey, mooghey eh ays failt ort! +options.snooper.title=Çhaglym Fysseree Co-earrooder +options.snooper.view=Tosheeaghtyn Keekeyder... +options.sound=Sheean +options.sounds=Kiaull & Sheean... +options.sounds.title=Reihyn Kiaull as Sheean +options.stream=Tosheeaghtyn Scaalheanee... +options.stream.bytesPerPixel=Quallid +options.stream.changes=Bee eh ort dty chreeley y aaghoostey dys cooilleeney ny caghlaaghyn, foddee. +options.stream.chat.enabled=Low +options.stream.chat.enabled.always=Dy Kinjagh +options.stream.chat.enabled.never=Ny Low Rieau +options.stream.chat.enabled.streaming=Rish Creeley +options.stream.chat.title=Tosheeaghtyn Cowag Twitch +options.stream.chat.userFilter=Shollane Ymmydeyryn +options.stream.chat.userFilter.all=Lught Fakin Ooilley +options.stream.chat.userFilter.mods=Reireyderyn +options.stream.chat.userFilter.subs=Lught Sheeyntoose +options.stream.compression=Cohionney +options.stream.compression.high=Ard +options.stream.compression.low=Injil +options.stream.compression.medium=Cadjin +options.stream.estimation=Cruinnys Oolit: %sx%s +options.stream.fps=Leahys Chaslyssyn +options.stream.ingest.reset=Aahoie Tosheeaght +options.stream.ingest.title=Tendeilee Scaalhean Twitch +options.stream.ingestSelection=Rolley Tendeilee Chreeley +options.stream.kbps=Lheead Bann +options.stream.micToggleBehavior=Broo Son +options.stream.micVolumne=Sheeanaght Veealag +options.stream.mic_toggle.mute=Ballooid +options.stream.mic_toggle.talk=Loayrt +options.stream.sendMetadata=Cur Metafysseree +options.stream.systemVolume=Sheeanaght Chorys +options.stream.title=Tosheeaghtyn Scaalheaney Twitch +options.title=Reihyn +options.touchscreen=Mod Scaailan Bentynagh +options.video=Tosheeaghtyn Feeshan... +options.videoTitle=Tosheeaghtyn Feeshan +options.viewBobbing=Snugg Reayrt +options.visible=Ry-akin +options.vsync=Jean Ymmyd jeh Vsync +potion.absorption=Castey Buillaghyn +potion.absorption.postfix=Jough y Scape +potion.blindness=Dellid +potion.blindness.postfix=Jough ny Doail +potion.confusion=Buighaght +potion.confusion.postfix=Jough ny Buighaght +potion.damageBoost=Niart +potion.damageBoost.postfix=Jough y Niart +potion.digSlowDown=Jeeigeyrys Reuree +potion.digSlowDown.postfix=Jough y Jeeigeyrys +potion.digSpeed=Reuyrey +potion.digSpeed.postfix=Jough Reuyree +potion.effects.whenDrank=Rish Ymmyd: +potion.empty=Gyn Eiyrtys +potion.fireResistance=Do-Lostey +potion.fireResistance.postfix=Jough Do-Lostey +potion.harm=Assee Çhelleeragh +potion.harm.postfix=Jough yn Doccar +potion.heal=Lheeys Çhelleeragh +potion.heal.postfix=Jough Lheeys +potion.healthBoost=Niartaghey Slaynt +potion.healthBoost.postfix=Jough Niartee Slaynt +potion.hunger=Accrys +potion.hunger.postfix=Jough yn Accrys +potion.invisibility=Neuakinaght +potion.invisibility.postfix=Jough ny Neuakinaght +potion.jump=Ard-Lheimmey +potion.jump.postfix=Jough Lheimmey +potion.moveSlowdown=Mellid +potion.moveSlowdown.postfix=Jough ny Mellid +potion.moveSpeed=Siyr +potion.moveSpeed.postfix=Jough Siyree +potion.nightVision=Shilley Oie +potion.nightVision.postfix=Jough Shilley Oie +potion.poison=Nieu +potion.poison.postfix=Jough Nieunagh +potion.potency.1=II +potion.potency.2=III +potion.potency.3=IV +potion.prefix.acrid=Sharroo +potion.prefix.artless=Oney +potion.prefix.awkward=Ooilley-Chooishagh +potion.prefix.bland=Gyn blass +potion.prefix.bulky=Thummidagh +potion.prefix.bungling=Lutçhynagh +potion.prefix.buttered=Eeymagh +potion.prefix.charming=Cleaynagh +potion.prefix.clear=Sheelit +potion.prefix.cordial=Caarjoil +potion.prefix.dashing=Stoamey +potion.prefix.debonair=Debonair +potion.prefix.diffuse=Skeaylt +potion.prefix.elegant=Jesh +potion.prefix.fancy=Jesheenagh +potion.prefix.flat=Dree +potion.prefix.foul=Loau +potion.prefix.grenade=Spreihagh +potion.prefix.gross=Garroo +potion.prefix.harsh=Garg +potion.prefix.milky=Bannoil +potion.prefix.mundane=Seihlltagh +potion.prefix.odorless=Gyn Soar +potion.prefix.potent=Lajer +potion.prefix.rank=Gort +potion.prefix.refined=Meein +potion.prefix.smooth=Rea +potion.prefix.sparkling=Loanragh +potion.prefix.stinky=Breinn +potion.prefix.suave=Cooyrtoil +potion.prefix.thick=Roauyr +potion.prefix.thin=Thanney +potion.prefix.uninteresting=Gyn Sym +potion.regeneration=Aaghiennaghtagh +potion.regeneration.postfix=Jough Aaghiennaghtagh +potion.resistance=Shassooaght +potion.resistance.postfix=Jough Shassooagh +potion.saturation=Saie +potion.saturation.postfix=Jough Saieagh +potion.waterBreathing=Ennal fo Ushtey +potion.waterBreathing.postfix=Jough Ennal fo Ushtey +potion.weakness=Annoonagh +potion.weakness.postfix=Jough Annoonagh +potion.wither=Shirgey +potion.wither.postfix=Jough Shirgee +record.nowPlaying=Cloie jysk: %s +resourcePack.available.title=Bundeilyn Cooid Ry-Gheddyn +resourcePack.folderInfo=(Cur bundeil cooid ayns shoh) +resourcePack.openFolder=Foshil coodagh fillit dty vundeilyn cooid +resourcePack.selected.title=Bundeilyn Cooid Reiht +resourcePack.title=Reih Bundeilyn Cooid +screenshot.failure=Cha dod mee sauail scaailan: %s +screenshot.success=Er sauail scaailan myr %s +selectServer.add=Cur tendeilagh ayn +selectServer.defaultName=Tendeilagh Minecraft +selectServer.delete=Scryss +selectServer.deleteButton=Scryss +selectServer.deleteQuestion=Vel oo shickyr by vie lhiat y tendeilagh shoh y scryssey? +selectServer.deleteWarning=Bee yn tendeilagh shoh caillt son dy bragh! (Traa foddey!) +selectServer.direct=Kiangley Jeeragh +selectServer.edit=Reaghey +selectServer.empty=Follym +selectServer.hiddenAddress=(Follit) +selectServer.refresh=Aanoaee +selectServer.select=Kiangil rish y Tendeilagh +selectServer.title=Reih Tendeilagh +selectWorld.allowCommands=Cur Kied da Branglash: +selectWorld.allowCommands.info=Saraghyn lheid as /gamemode/, /xp +selectWorld.bonusItems=Coyr Ghooraght: +selectWorld.cheats=Branglash +selectWorld.conversion=Feme echey er çhyndaa cummey! +selectWorld.create=Croo Seihll Noa +selectWorld.createDemo=Cloie Seihll Taishbyney Noa +selectWorld.customizeType=Jean Sur-chiaddey +selectWorld.delete=Scryss +selectWorld.deleteButton=Scryss +selectWorld.deleteQuestion=Vel oo shickyr by vie lhiat y seihll shoh y scryssey? +selectWorld.deleteWarning=Bee yn seihll shoh caillt son dy bragh! (Traa foddey!) +selectWorld.empty=Follym +selectWorld.enterName=Ennym Seihll +selectWorld.enterSeed=Rass da'n Yienteyder Seihill +selectWorld.gameMode=Mod Cloie +selectWorld.gameMode.adventure=Contoyrtys +selectWorld.gameMode.adventure.line1=Gollrish mod mayrnaght, gyn ablid dy +selectWorld.gameMode.adventure.line2=chur ny stroie blick +selectWorld.gameMode.creative=Crootagh +selectWorld.gameMode.creative.line1=Couyryn gyn jeorey, etlagh gyn leagh, as +selectWorld.gameMode.creative.line2=stroie blick er y tullagh +selectWorld.gameMode.hardcore=Doolaneagh +selectWorld.gameMode.hardcore.line1=Gollrish mod mayrnaght, fo ghlass 'sy doilleeid +selectWorld.gameMode.hardcore.line2=s'yrjey, as gyn ablid aa-irree +selectWorld.gameMode.survival=Mayrnaght +selectWorld.gameMode.survival.line1=Shirrey couyryn, keirdaght, ynsaghey +selectWorld.gameMode.survival.line2=keimyn, slaynt as accrys +selectWorld.hardcoreMode=Doolaneagh: +selectWorld.hardcoreMode.info=Hed y Seihll er scryssey my t'ou geddyn baase +selectWorld.mapFeatures=Gien Strughtooryn: +selectWorld.mapFeatures.info=Baljyn, deinyn a.r.e. +selectWorld.mapType=Sorçh dy Heill: +selectWorld.mapType.normal=Cadjin +selectWorld.moreWorldOptions=Tosheeaghtyn Seihill Elley… +selectWorld.newWorld=Seihll Noa +selectWorld.newWorld.copyOf=Coip jeh %s +selectWorld.recreate=Aachroo +selectWorld.rename=Aa-enmys +selectWorld.renameButton=Aa-enmys +selectWorld.renameTitle=Aa-enmys Seihll +selectWorld.resultFolder=Ry-hauail 'sy choodagh fillit: +selectWorld.seedInfo=Faag bane son rash gyn tort +selectWorld.select=Cloie 'sy Teihll er ny Reih +selectWorld.title=Reih Seihll +selectWorld.world=Seihll +sign.edit=Ceaghil teks cowrey +soundCategory.ambient=Çhymbyllagh +soundCategory.block=Blick +soundCategory.hostile=Cretooryn Noidagh +soundCategory.master=Preeu-Heeanaght +soundCategory.music=Kiaull +soundCategory.neutral=Cretooryn Caarjagh +soundCategory.player=Cloiederyn +soundCategory.record=Kishtey Kiaullee +soundCategory.weather=Emshir +stat.animalsBred=Beiyn Er Sheelraghey +stat.blocksButton=Blick +stat.boatOneCm=Foddid Shiaullit +stat.breakItem=%1$s Ymmydit +stat.climbOneCm=Foddit Drappit +stat.craftItem=%1$s Jeant +stat.crafted=Jeant +stat.createWorld=Seihill er nyn groo +stat.damageDealt=Assee Jeant +stat.damageTaken=Assee Surrit +stat.deaths=Baaseyn +stat.depleted=Keayrtyn Leodit +stat.diveOneCm=Foddit Thummit +stat.drop=Nheeghyn Tuittymit +stat.entityKilledBy=Varr %s uss %s keayrt(yn) +stat.entityKilledBy.none=Cha varr %s rieau uss +stat.entityKills=T’ou er marroo %s %s +stat.entityKills.none=Cha varr oo rieau %s +stat.fallOneCm=Foddit Tuittymit +stat.fishCaught=Eeastyn Taarit +stat.flyOneCm=Foddit Ettylit +stat.generalButton=Cadjin +stat.horseOneCm=Foddid Troailtit er Cabbal +stat.itemsButton=Nheeghyn +stat.joinMultiplayer=Gammanyn yl-chloieder er giangley roo +stat.jump=Lheimmaghyn +stat.junkFished=Trustyr Goit Liorish Eeastagh +stat.leaveGame=Gammanyn faagit +stat.loadWorld=Sauailyn laadit +stat.mineBlock=%1$s Cleiyt +stat.minecartOneCm=Foddid ayns Cairt Veainey +stat.mined=Cleiyt +stat.mobKills=Marroo Cretoor +stat.mobsButton=Cretooryn +stat.pigOneCm=Foddid er Mooin Muc +stat.playOneMinute=Minnidyn Cloieit +stat.playerKills=Marroo Cloieder +stat.startGame=Keayrtyn Cloieit +stat.swimOneCm=Foddid Snaueit +stat.treasureFished=Mayn Goit Liorish Eeastagh +stat.useItem=%1$s Ymmydit +stat.used=Ymmyd +stat.walkOneCm=Foddit Ry-Chosh +stats.tooltip.type.achievement=Cooilleeney +stats.tooltip.type.statistic=Staddysaght +stream.confirm_start=Vel oo shickyr by vie lhiat goaill toshiaght er creeley? +stream.unavailable.account_not_bound=Dys creeley Minecraft liorish Twitch, shegin dhyt cochiangley coontys Twitch er mojang.com. By vie lhiat shen y yannoo nish? +stream.unavailable.account_not_bound.okay=By vie lhiam +stream.unavailable.account_not_migrated=Dys creeley Minecraft liorish Twitch, shegin dhyt jannoo coontys Mojang jeh'n choontys Minecraft ayd. By vie lhiat shen y yannoo nish? +stream.unavailable.account_not_migrated.okay=By vie lhiam +stream.unavailable.failed_auth=Cha noddym co-'irrinaghey marish Twitch. Immee dys mojang.com as aachochiangley y coontys Twitch ayd my saillt. +stream.unavailable.failed_auth.okay=Aachiangil Coontyssyn +stream.unavailable.failed_auth_error=Cha noddym co-'irrinaghey marish Twitch. Jean eab ny s'anmey my saillt. +stream.unavailable.initialization_failure=Cha noddym cur toshiaght er Twitch SDK. +stream.unavailable.initialization_failure.extra=(Cooish: %s) +stream.unavailable.library_arch_mismatch=Ta scansh seyrnagh eddyr lhieggan Java y Toshiaghteyr as y lhieggan Java ta doostey Minecraft. Jean shickyr dy vel y seyrnaght cheddin oc my saillt; 32-bit ny 64-bit. +stream.unavailable.library_failure=Cha noddym lughtaghey ny çhaglymyn femeoil son shirveish creeley cochianglt Twitch. +stream.unavailable.no_fbo=Dys jannoo ymmyd jeh creeley cochianglt Twitch, shegin da'n chaart graafaght ayd lowal OpenGL 3.0 (ny ny smoo), ny lowal Framebuffer Objects liorish coadan sheeyntagh. +stream.unavailable.no_fbo.arb=Ta cooney red Framebuffer liorish ARB: %s +stream.unavailable.no_fbo.blend=Ta coontey covestey er lheh liorish EXT: %s +stream.unavailable.no_fbo.ext=Ta cooney red Framebuffer liorish EXT: %s +stream.unavailable.no_fbo.version=Ec y traa t'ayn t'ou jannoo ymmyd jeh: %s +stream.unavailable.not_supported.mac=Atreih, son corys creelee Twitch cochianglt Mac, ta feme er lhieggan OSX ny s'noa na'n lhieggan t'ayds. Shegin da 10.7 (Mac OS X Lion) ny ny s'noa y ve ayd dys jannoo ymmyd jeh'n chorys. By vie lhiat goll dys apple.com son fys er geddyn lhieggan noa? +stream.unavailable.not_supported.mac.okay=By Vie Lhiam +stream.unavailable.not_supported.other=Atreih, son creeley cochianglt Twitch, ta feme ayd er Windows Vista (ny lhieggan ny s'noa) ny Mac OX S (10.7/Lion ny lhieggan ny s'noa) +stream.unavailable.not_supported.windows=Atreih, ta'n lhieggan Windows ayd ro henn son creeley cochianglt Twitch. Ta feme ayd er Windows Vista ny lhieggan ny s'noa. +stream.unavailable.report_to_mojang=Cur fys da Mojang +stream.unavailable.soundflower.chat=Dys creeley er Mac, shegin da Soundflower y ve ayds. %s +stream.unavailable.soundflower.chat.link=Crig ayns shoh dys cur stiagh eh. +stream.unavailable.title=Cha Nel Creeley Twitch Ry-gheddyn +stream.unavailable.unknown=Atreih, cha nod oo creeley hug Twitch ec y traa t'ayn. Cha s'ain cre'n fa :'( +stream.unavailable.unknown.chat=Cha dod mee goaill toshiaght creeley: %s +stream.user.mode.administrator=Obbraidee Twitch +stream.user.mode.banned=Fo Chastys +stream.user.mode.banned.other=Fo chastys er keyllys %s +stream.user.mode.banned.self=Fo chastys er yn cheyllys ayd +stream.user.mode.broadcaster=Creeleyder +stream.user.mode.broadcaster.other=Creeleyder +stream.user.mode.broadcaster.self=Creeleyder (Uss!) +stream.user.mode.moderator=Reireyder +stream.user.mode.moderator.other=Reireyder er keyllys %s +stream.user.mode.moderator.self=Reireyder er y cheyllys ayd +stream.user.mode.staff=Oikagh Twitch +stream.user.subscription.subscriber=Sheeyntoosagh +stream.user.subscription.subscriber.other=Sheeyntoosagh keyllys %s +stream.user.subscription.subscriber.self=Sheeyntoosagh ny keyllys ayd +stream.user.subscription.turbo=Twitch Turbo +stream.userinfo.ban=Cast +stream.userinfo.chatTooltip=Crig dys reaghey yn ymmydeyr +stream.userinfo.mod=Ardjee dys Reireyder +stream.userinfo.timeout=Cast dy Shallidagh +stream.userinfo.unban=Lieh Castys +stream.userinfo.unmod=Injillee jeh Reireyder +tile.activatorRail.name=Railley Greinnee +tile.anvil.intact.name=Ingan +tile.anvil.name=Ingan +tile.anvil.slightlyDamaged.name=Ingan Red Beg Jeeyllit +tile.anvil.veryDamaged.name=Ingan Jeeyllit +tile.beacon.name=Aile Rauee +tile.beacon.primary=Preeu-chummaght +tile.beacon.secondary=Fo-chummaght +tile.bed.name=Lhiabbee +tile.bed.noSleep=Cha nod oo cadley 'sy laa +tile.bed.notSafe=Cha nod oo cadley nish, ta bugganeyn faggys dhyt +tile.bed.notValid=Va'n lhiabbee thie ayd er coayl ny va bac urree +tile.bed.occupied=Ta peiagh 'sy lhiabbee shoh +tile.bedrock.name=Bun-charrick +tile.blockCoal.name=Block Geayil +tile.blockDiamond.name=Block Diaman +tile.blockEmerald.name=Block Smaragaid +tile.blockGold.name=Block Airhey +tile.blockIron.name=Block Yiarn +tile.blockLapis.name=Block Lapis Lazuli +tile.blockRedstone.name=Block Clagh Yiarg +tile.bookshelf.name=Skelloo Lioar +tile.brick.name=Breekyn +tile.button.name=Cramman +tile.cactus.name=Cactys +tile.cake.name=Berreen +tile.carrots.name=Carradjyn +tile.cauldron.name=Coirrey +tile.chest.name=Kistey +tile.chestTrap.name=Kistey as Ribbey Er +tile.clay.name=Cray +tile.clayHardened.name=Cray Chreoi +tile.clayHardenedStained.black.name=Cray Ghaait Doo +tile.clayHardenedStained.blue.name=Cray Ghaait Gorrym +tile.clayHardenedStained.brown.name=Cray Ghaait Dhone +tile.clayHardenedStained.cyan.name=Cray Ghaait Keean +tile.clayHardenedStained.gray.name=Cray Ghaait Lheeah +tile.clayHardenedStained.green.name=Cray Ghaait Glass +tile.clayHardenedStained.lightBlue.name=Cray Ghaait Bane-Ghorrym +tile.clayHardenedStained.lime.name=Cray Ghaait Glass Theiley +tile.clayHardenedStained.magenta.name=Cray Ghaait Majentey +tile.clayHardenedStained.orange.name=Cray Ghaait Jiarg-Buigh +tile.clayHardenedStained.pink.name=Cray Ghaait Bane-Jiarg +tile.clayHardenedStained.purple.name=Cray Ghaait Jiarg-Ghorrym +tile.clayHardenedStained.red.name=Cray Ghaait Jiarg +tile.clayHardenedStained.silver.name=Cray Ghaait Lheeah-Ghlass +tile.clayHardenedStained.white.name=Cray Ghaait Bane +tile.clayHardenedStained.yellow.name=Cray Ghaait Bwuigh +tile.cloth.black.name=Ollan Ghoo +tile.cloth.blue.name=Ollan Ghorrym +tile.cloth.brown.name=Ollan Ghone +tile.cloth.cyan.name=Ollan Cheean +tile.cloth.gray.name=Ollan Lheeah +tile.cloth.green.name=Ollan Ghlass +tile.cloth.lightBlue.name=Ollan Vane-Ghorrym +tile.cloth.lime.name=Ollan Ghlass Theiley +tile.cloth.magenta.name=Ollan Vajentey +tile.cloth.name=Ollan +tile.cloth.orange.name=Ollan Yiarg-Buigh +tile.cloth.pink.name=Ollan Vane-Jiarg +tile.cloth.purple.name=Ollan Yiarg-Ghorrym +tile.cloth.red.name=Ollan Yiarg +tile.cloth.silver.name=Ollan Lheeah-Ghlass +tile.cloth.white.name=Ollan +tile.cloth.yellow.name=Ollan Wuigh +tile.cobbleWall.mossy.name=Boalley Mooirlaig fo Keynnagh +tile.cobbleWall.normal.name=Boalley Mooirlaig +tile.cocoa.name=Coco +tile.commandBlock.name=Block Stiuree +tile.crops.name=Troarey +tile.daylightDetector.name=Brahder Greiney +tile.deadbush.name=Crouw Lhome +tile.detectorRail.name=Railley Brahagh +tile.dirt.default.name=Ooir +tile.dirt.podzol.name=Podzol +tile.dispenser.name=Rheynneyder +tile.doorIron.name=Dorrys Yiarn +tile.doorWood.name=Dorrys Fuyghee +tile.doublePlant.fern.name=Renniagh Vooar +tile.doublePlant.grass.name=Ardaiyr Dooblit +tile.doublePlant.paeonia.name=Lus ny Gruinnag +tile.doublePlant.rose.name=Rosag +tile.doublePlant.sunflower.name=Lus ny Greiney +tile.doublePlant.syringa.name=Laylac +tile.dragonEgg.name=Ooh Ghragan +tile.dropper.name=Tuitteyder +tile.enchantmentTable.name=Boayrd Druiaghtagh +tile.endPortalFrame.name=Dorrys Jerree +tile.enderChest.name=Coyr y Jerree +tile.farmland.name=Thalloo Balley +tile.fence.name=Cleigh +tile.fenceGate.name=Giat Cleigh +tile.fenceIron.name=Barryn Yiarn +tile.fire.name=Aile +tile.flower1.dandelion.name=Lus ny Minnag +tile.flower2.allium.name=Garleid +tile.flower2.blueOrchid.name=Bwoid Saggyrt Gorrym +tile.flower2.houstonia.name=Gorrymeen Speyroil +tile.flower2.oxeyeDaisy.name=Neaynin Mooar +tile.flower2.poppy.name=Lus y Chadlee +tile.flower2.tulipOrange.name=Laayl Yiarg-Buigh +tile.flower2.tulipPink.name=Laayl Vane-Jiarg +tile.flower2.tulipRed.name=Laayl Yiarg-Buigh +tile.flower2.tulipWhite.name=Laayl Vane-Jiarg +tile.furnace.name=Furnish +tile.glass.name=Glonney +tile.goldenRail.name=Railley Bree +tile.grass.name=Block Faiyr +tile.gravel.name=Garvel +tile.hayBlock.name=Bunney Traagh +tile.hellrock.name=Geayl Dowin +tile.hellsand.name=Geinnagh Anmey +tile.hopper.name=Crannag Nheeghyn +tile.ice.name=Rio +tile.icePacked.name=Rio Broojit +tile.jukebox.name=Kishtey Kiaullee +tile.ladder.name=Aarey +tile.lava.name=Leavey +tile.leaves.acacia.name=Duillagyn Acaashey +tile.leaves.big_oak.name=Duillagyn Darree Doo +tile.leaves.birch.name=Duillagyn Beih +tile.leaves.jungle.name=Duillagyn Keylley-gloo +tile.leaves.name=Duillagyn +tile.leaves.oak.name=Duillagyn Darree +tile.leaves.spruce.name=Duillagyn Juys +tile.lever.name=Corrag +tile.lightgem.name=Clagh Sollysh +tile.litpumpkin.name=Jack Sounag +tile.lockedchest.name=Kishtey fo Ghlass +tile.log.acacia.name=Fuygh Acaashey +tile.log.big_oak.name=Fuygh Darree Doo +tile.log.birch.name=Fuygh Beih +tile.log.jungle.name=Fuygh Keylley-gloo +tile.log.name=Fuygh +tile.log.oak.name=Fuygh Darree +tile.log.spruce.name=Fuygh Juys +tile.melon.name=Mellyn +tile.mobSpawner.name=Gienteyder Bugganeyn +tile.monsterStoneEgg.brick.name=Ooh Veishteig Breek Cloaie +tile.monsterStoneEgg.chiseledbrick.name=Ooh Veishteig Breek Cloaie Grainnit +tile.monsterStoneEgg.cobble.name=Ooh Veishteig Mooirlaig +tile.monsterStoneEgg.crackedbrick.name=Ooh Veishteig Breek Cloaie Brisht +tile.monsterStoneEgg.mossybrick.name=Ooh Veishteig Breek Cloaie fo Keynnagh +tile.monsterStoneEgg.stone.name=Ooh Veishteig Cloaie +tile.mushroom.name=Shalmane +tile.musicBlock.name=Block Kiaullee +tile.mycel.name=Crackan Shalmane +tile.netherBrick.name=Breek Dowin +tile.netherFence.name=Cleigh Breek Dowin +tile.netherStalk.name=Lus ny Diunidyn +tile.netherquartz.name=Meain Chlagh Ghreiney Dowin +tile.notGate.name=Doagan Clagh Yiarg +tile.obsidian.name=Creg Glessagh +tile.oreCoal.name=Meain Gheayil +tile.oreDiamond.name=Meain Ghiaman +tile.oreEmerald.name=Meain Smaragaid +tile.oreGold.name=Meain Airhey +tile.oreIron.name=Meain Yiarn +tile.oreLapis.name=Meain Lapis Lazuli +tile.oreRedstone.name=Meain Chlagh Yiarg +tile.oreRuby.name=Meain Roobeen +tile.pistonBase.name=Sooaghan +tile.pistonStickyBase.name=Sooaghan Lhiantagh +tile.portal.name=Dorrys Pishagagh +tile.potatoes.name=Praaseyn +tile.pumpkin.name=Pumkin +tile.quartzBlock.chiseled.name=Block Clagh Ghreiney Grainnit +tile.quartzBlock.default.name=Block Clagh Ghreiney +tile.quartzBlock.lines.name=Colloo Clagh Ghreiney +tile.rail.name=Railley +tile.redstoneDust.name=Joan Clagh Yiarg +tile.redstoneLight.name=Lostan Clagh Yiarg +tile.reeds.name=Cuirtlagh Millish +tile.sand.default.name=Geinnagh +tile.sand.red.name=Geinnagh Jiarg +tile.sandStone.chiseled.name=Clagh Gheinnee Grainnit +tile.sandStone.default.name=Clagh Gheinnee +tile.sandStone.name=Clagh Gheinnee +tile.sandStone.smooth.name=Clagh Gheinnee Rea +tile.sapling.acacia.name=Billey Aeg Acaashey +tile.sapling.birch.name=Beih Aeg +tile.sapling.jungle.name=Billey Keylley-gloo Aeg +tile.sapling.oak.name=Darragh Aeg +tile.sapling.spruce.name=Juys Aeg +tile.sign.name=Fogrey +tile.snow.name=Sniaghtey +tile.stainedGlass.black.name=Glonney Ghaait Doo +tile.stainedGlass.blue.name=Glonney Ghaait Gorrym +tile.stainedGlass.brown.name=Glonney Ghaait Dhone +tile.stainedGlass.cyan.name=Glonney Ghaait Keean +tile.stainedGlass.gray.name=Glonney Ghaait Lheeah +tile.stainedGlass.green.name=Glonney Ghaait Glass +tile.stainedGlass.lightBlue.name=Glonney Ghaait Bane-Ghorrym +tile.stainedGlass.lime.name=Glonney Ghaait Glass Teiley +tile.stainedGlass.magenta.name=Glonney Ghaait Majentey +tile.stainedGlass.name=Glonney Ghaait +tile.stainedGlass.orange.name=Glonney Ghaait Jiarg-Buigh +tile.stainedGlass.pink.name=Glonney Ghaait Bane-Jiarg +tile.stainedGlass.purple.name=Glonney Ghaait Jiarg-Ghorrym +tile.stainedGlass.red.name=Glonney Ghaait Jiarg +tile.stainedGlass.silver.name=Glonney Ghaait Lheeah-Ghlass +tile.stainedGlass.white.name=Glonney Ghaait Bane +tile.stainedGlass.yellow.name=Glonney Ghaait Buigh +tile.stairsBrick.name=Greeishyn Breekey +tile.stairsNetherBrick.name=Greeishyn Breek Dowin +tile.stairsQuartz.name=Greeishyn Clagh Ghreiney +tile.stairsSandStone.name=Greeishyn Clagh Gheinnee +tile.stairsStone.name=Greeishyn Cloaie +tile.stairsStoneBrickSmooth.name=Greeishyn Breek Cloaie +tile.stairsWood.name=Greeishyn Darree +tile.stairsWoodAcacia.name=Greeishyn Fuygh Acaashey +tile.stairsWoodBirch.name=Greeishyn Beih +tile.stairsWoodDarkOak.name=Greeishyn Fuygh Darree Doo +tile.stairsWoodJungle.name=Greeishyn Fuygh Keylley-gloo +tile.stairsWoodSpruce.name=Greeishyn Juys +tile.stoneMoss.name=Clagh fo Keynnagh +tile.stoneSlab.brick.name=Leac ass Breekyn +tile.stoneSlab.cobble.name=Leac ass Mooirlaigyn +tile.stoneSlab.netherBrick.name=Leac ass Breekyn Dowin +tile.stoneSlab.quartz.name=Leac Chlagh Ghreiney +tile.stoneSlab.sand.name=Leac Chlagh Gheinnee +tile.stoneSlab.smoothStoneBrick.name=Leac ass Breekyn Cloaie +tile.stoneSlab.stone.name=Leac Chloaie +tile.stoneSlab.wood.name=Leac 'Uyghee +tile.stonebrick.name=Mooirlaig +tile.stonebricksmooth.chiseled.name=Breekyn Cloaie Grainnit +tile.stonebricksmooth.cracked.name=Breekyn Cloaie Brisht +tile.stonebricksmooth.default.name=Breekyn Cloaie +tile.stonebricksmooth.mossy.name=Breekyn Cloaie fo Keynnagh +tile.stonebricksmooth.name=Breekyn Cloaie +tile.tallgrass.fern.name=Renniagh +tile.tallgrass.grass.name=Faiyr +tile.tallgrass.name=Faiyr +tile.tallgrass.shrub.name=Crouw +tile.thinGlass.name=Kerrin Glonney +tile.thinStainedGlass.black.name=Kerrin Glonney Ghaait Doo +tile.thinStainedGlass.blue.name=Kerrin Glonney Ghaait Gorrym +tile.thinStainedGlass.brown.name=Kerrin Glonney Ghaait Dhone +tile.thinStainedGlass.cyan.name=Kerrin Glonney Ghaait Keean +tile.thinStainedGlass.gray.name=Kerrin Glonney Ghaait Lheeah +tile.thinStainedGlass.green.name=Kerrin Glonney Ghaait Glass +tile.thinStainedGlass.lightBlue.name=Kerrin Glonney Ghaait Bane-Ghorrym +tile.thinStainedGlass.lime.name=Kerrin Glonney Ghaait Glass Theiley +tile.thinStainedGlass.magenta.name=Kerrin Glonney Ghaait Majentey +tile.thinStainedGlass.name=Kerrin Glonney Ghaait +tile.thinStainedGlass.orange.name=Kerrin Glonney Ghaait Jiarg-Buigh +tile.thinStainedGlass.pink.name=Kerrin Glonney Ghaait Bane-Jiarg +tile.thinStainedGlass.purple.name=Kerrin Glonney Ghaait Jiarg-Ghorrym +tile.thinStainedGlass.red.name=Kerrin Glonney Ghaait Jiarg +tile.thinStainedGlass.silver.name=Kerrin Glonney Ghaait Lheeah-Ghlass +tile.thinStainedGlass.white.name=Kerrin Glonney Ghaait Bane +tile.thinStainedGlass.yellow.name=Kerrin Glonney Ghaait Buigh +tile.tnt.name=TNT +tile.torch.name=Lostan +tile.trapdoor.name=Cooylley Hroggee +tile.tripWire.name=Streng Snapperal +tile.tripWireSource.name=Dooan Snapperal +tile.vine.name=Biljyn Feeney +tile.water.name=Ushtey +tile.waterlily.name=Duillag Lilee +tile.web.name=Feegan +tile.weightedPlate_heavy.name=Broo-phlait Ceaghlagh (Trome) +tile.weightedPlate_light.name=Broo-phlait Ceaghlagh (Eddrym) +tile.whiteStone.name=Clagh Yerree +tile.wood.acacia.name=Buird 'Uygh Acaashey +tile.wood.big_oak.name=Buird 'Uygh Darree Doo +tile.wood.birch.name=Buird Veih +tile.wood.jungle.name=Buird 'Uygh Keylley-gloo +tile.wood.name=Buird 'Uyghee +tile.wood.oak.name=Buird Gharree +tile.wood.spruce.name=Buird Yuys +tile.woodSlab.acacia.name=Block Fuygh Acaashey +tile.woodSlab.big_oak.name=Block Fuygh Darree Doo +tile.woodSlab.birch.name=Leac Veih +tile.woodSlab.jungle.name=Leac ass Fuygh Keylley-gloo +tile.woodSlab.oak.name=Leac Gharree +tile.woodSlab.spruce.name=Leac Yuys +tile.woolCarpet.black.name=Brat Laare Doo +tile.woolCarpet.blue.name=Brat Laare Gorrym +tile.woolCarpet.brown.name=Brat Laare Dhone +tile.woolCarpet.cyan.name=Brat Laare Keean +tile.woolCarpet.gray.name=Brat Laare Lheean +tile.woolCarpet.green.name=Brat Laare Glass +tile.woolCarpet.lightBlue.name=Brat Laare Bane-Ghorrym +tile.woolCarpet.lime.name=Brat Laare Glass Theiley +tile.woolCarpet.magenta.name=Brat Laare Majentey +tile.woolCarpet.orange.name=Brat Laare Jiarg-Buigh +tile.woolCarpet.pink.name=Brat Laare Bane-Jiarg +tile.woolCarpet.purple.name=Brat Laare Gorrym-Jiarg +tile.woolCarpet.red.name=Brat Laare Jiarg +tile.woolCarpet.silver.name=Brat Laare Lheeah-Ghlass +tile.woolCarpet.white.name=Brat Laare +tile.woolCarpet.yellow.name=Brat Laare Buigh +tile.workbench.name=Boayrd Keirdey +title.oldgl1=Hooar shin shenn chaart graafaght; foddee nagh bee cummys +title.oldgl2=ayn dy chloie 'sy traa ry-heet tra vees OpenGL 2.0 eginagh. diff --git a/javascript/lang/he_IL.lang b/javascript/lang/he_IL.lang new file mode 100755 index 00000000..20815f40 --- /dev/null +++ b/javascript/lang/he_IL.lang @@ -0,0 +1,1585 @@ +achievement.acquireIron=השגת חומרה +achievement.acquireIron.desc=התך מטיל ברזל +achievement.bakeCake=השקר +achievement.bakeCake.desc=חיטה, סוכר, חלב וביצי×! +achievement.blazeRod=×ל תוך ×”×ש +achievement.blazeRod.desc=שחרר יצור מתלקח מהמוט שלו +achievement.bookcase=ספרן +achievement.bookcase.desc=בנה מדפי ×¡×¤×¨×™× ×¢×œ מנת לשפר ×ת שולחן ×”×©×™×“×¨×•×’×™× ×©×œ×š +achievement.breedCow=×יכלוס +achievement.breedCow.desc=×ž×ª×¨×‘×™× ×©×ª×™ פרות ×¢× ×—×™×˜×” +achievement.buildBetterPickaxe=קבלת שידרוג +achievement.buildBetterPickaxe.desc=צור מכוש טוב יותר +achievement.buildFurnace=× ×•×©× ×—× +achievement.buildFurnace.desc=בנה כור כבשן משמונה בלוקי ×בן +achievement.buildHoe=זמן לעבוד בחווה! +achievement.buildHoe.desc=השתמש ×‘×§×¨×©×™× ×•×ž×§×œ×•×ª בכדי להכין מעדר +achievement.buildPickaxe=זמן לחצוב! +achievement.buildPickaxe.desc=השתמש ×‘×§×¨×©×™× ×•×‘×ž×§×œ×•×ª כדי ליצור מכוש +achievement.buildSword=זמן לתקוף! +achievement.buildSword.desc=השתמש ×‘×§×¨×©×™× ×•×ž×§×œ כדי להכין חרב +achievement.buildWorkBench=תפעול שולחן העבודה +achievement.buildWorkBench.desc=תבנו שולחן עבודה בעזרת ×רבע ×§×¨×©×™× +achievement.cookFish=דג ×˜×¢×™× +achievement.cookFish.desc=תפוס ובשל דג! +achievement.diamonds=יהלומי×! +achievement.diamonds.desc=השג ×™×”×œ×•×ž×™× ×¢× ×›×œ×™ הברזל שלך +achievement.diamondsToYou=×™×”×œ×•×ž×™× ×œ×š! +achievement.diamondsToYou.desc=זרוק ×™×”×œ×•×ž×™× ×¢×œ שחקן ×חר. +achievement.enchantments=×§×•×¡× +achievement.enchantments.desc=השתמש בספר, בזלת ×•×™×”×œ×•×ž×™× ×›×“×™ לבנות שולחן ×›×©×¤×™× +achievement.exploreAllBiomes=× ×“×•×“×™× ×–×ž×Ÿ +achievement.exploreAllBiomes.desc=לגלות ×ל כל ×”××–×•×¨×™× +achievement.flyPig=×›×©×—×–×™×¨×™× ×¢×¤×™× +achievement.flyPig.desc=×”×¢×£ חזיר מצוק +achievement.fullBeacon=Beaconator +achievement.fullBeacon.desc=ליצור משו××” מל××” +achievement.get=הושג הישג! +achievement.ghast=החזר לשולח +achievement.ghast.desc=השמיד רוח רפ××™× ×¢× ×›×“×•×¨ ×ש +achievement.killCow=מפיל פרות +achievement.killCow.desc=השג עור +achievement.killEnemy=צייד מפלצות +achievement.killEnemy.desc=תקפו והרגו מפלצת +achievement.killWither=ההתחלה. +achievement.killWither.desc=להרוג ×ת לנבול, לקמול +achievement.makeBread=ת×פו ×œ×—× +achievement.makeBread.desc=הפוך חיטה ×œ×œ×—× +achievement.mineWood=השגת ×¢×¥ +achievement.mineWood.desc=×”×›×” ×¢×¥ עד שבלוק ×¢×¥ יצוץ +achievement.onARail=על מסילה +achievement.onARail.desc=סעו בעגלת מכרה ×§"מ ×חד ×ž×”×ž×§×•× ×ž×™×ž× ×• התחלת +achievement.openInventory=לוקח תיק +achievement.openInventory.desc=לחצו '%1$s' כדי לפתוח ×ת התיק. +achievement.overkill=עודף-הרג +achievement.overkill.desc=×’×¨×•× × ×–×§ של שמונה לבבות במכה ×חת +achievement.portal=×נו ×¦×¨×™×›×™× ×œ×œ×›×ª לעומק +achievement.portal.desc=בנה שער לש×ול +achievement.potion=הרוקח המקומי +achievement.potion.desc=רקח שיקוי +achievement.requires=דרוש '%1$s' +achievement.snipeSkeleton=דו קרב בין ×¦×œ×¤×™× +achievement.snipeSkeleton.desc=הרוג שלד ×¢× ×—×¥ וקשת ממרחק של יותר מ-50 ×ž×˜×¨×™× +achievement.spawnWither=ההתחלה? +achievement.spawnWither.desc=ספון לנבול, לקמול +achievement.taken=נלקח! +achievement.theEnd=הסוף? +achievement.theEnd.desc=מצ×ו ×ת ה״סוף״ +achievement.theEnd2=הסוף. +achievement.theEnd2.desc=הביסו ×ת דרקון הסף +addServer.add=×¡×™×•× +addServer.enterIp=כתובת השרת +addServer.enterName=×©× ×”×©×¨×ª +addServer.hideAddress=הסתר כתובת +addServer.resourcePack=ערכות מש××‘×™× ×‘×©×¨×ª +addServer.resourcePack.disabled=כבוי +addServer.resourcePack.enabled=מופעל +addServer.resourcePack.prompt=בקשה +addServer.title=ערוך ×ת פרטי השרת +advMode.allPlayers=השתמש ב"@a" כדי לסמן ×ת כל ×”×©×—×§× ×™× +advMode.command=פקודת מסוף +advMode.nearestPlayer=השתמש ב"@P" כדי לזהות ×ת השחקן הקרוב +advMode.notAllowed=חייב להיות מנהל כדי לשחק במצב יצירתי +advMode.notEnabled=בלוק הפקודה ×œ× ×ž×ושר בשרת ×–×” +advMode.previousOutput=פלט ×”×§×•×“× +advMode.randomPlayer=השתמש ב "@r" כדי לשגר שחקן ×קר××™ + +advMode.setCommand=הגדר פקודת מסוף לבלוק +advMode.setCommand.success=הפקודה נקבע: %s +attribute.name.generic.attackDamage=כוח התקפה +attribute.name.generic.followRange=טווח מעקב המפלצת +attribute.name.generic.knockbackResistance=התנגדות רתיעה +attribute.name.generic.maxHealth=×ž×§×¡×™×ž×•× ×—×™×™× +attribute.name.generic.movementSpeed=מהירות +attribute.name.horse.jumpStrength=כוח הקפיצה של הסוס +attribute.name.zombie.spawnReinforcements=זומבי תגבורת +book.byAuthor=על ידי %1$s +book.editTitle=הכנס כותרת לספר: +book.finalizeButton=×—×ª×•× ×•×¡×’×•×¨ +book.finalizeWarning=×©×™× ×œ×‘! ברגע חתימת הספר, ×œ× ×™×”×™×” ניתן לערוך ×ותו. +book.generation.0=מקורי +book.generation.1=עותק של מקורי +book.generation.2=העתק של העתק +book.pageIndicator=עמוד %1$s מתוך %2$s +book.signButton=שלט +build.tooHigh=מגבלת גובה לבנייה ×”×™× %s ×‘×œ×•×§×™× +chat.cannotSend=××™ ×פשר לשלוח הודעה בצ'×ט +chat.copy=העתק לכתבן +chat.link.confirm=×”×× ×תה בטוח שברצונך לפתוח ×ת ×”×תר הב×? +chat.link.confirmTrusted=×”×× ×‘×¨×¦×•× ×š לפתוח ×ת הקישור ×”×–×” ×ו להעתיק ×ותו ללוח שלך? +chat.link.open=פתח בדפדפן +chat.link.warning=×œ×¢×•×œ× ×ל תפתח ×§×™×©×•×¨×™× ×ž×× ×©×™× ×©×ינך בוטח בה×! +chat.stream.emote=(%s) * %s %s +chat.stream.text=(%s) <%s> %s +chat.type.achievement=%s בדיוק השיג ×ת ההישג %s +commands.achievement.give.success.all=בהצלחה לכל ×”×”×™×©×’×™× × ×ª×•×Ÿ %s +commands.achievement.give.success.one=השחקן %s קיבל ×ת הסטטיסטיקה %s בהצלחה +commands.achievement.statTooLow=שחקן %s ×ין Stat %s +commands.achievement.unknownAchievement=הישג בלתי ידוע ×ו שנתון '%s' +commands.ban.failed=×œ× ×™×›×•×œ ×œ×”×‘×™× ×‘×ן לשחקן %s +commands.ban.success=הוטל ×—×¨× ×¢×œ %s +commands.ban.usage=/×”×—×¨× <×©× ×ž×©×ª×ž×©> [סיבה..] +commands.banip.invalid=הזנת כתובת ×יפי שגוייה ×ו שחקן ש×ינו מחובר +commands.banip.success=×”×—×¨×™× ×ת כתובת ×”×יפי %s +commands.banip.success.players=×”×—×¨×™× ×ת כתובת ×”×יפי %s השייכת ל%s +commands.banip.usage=/הרחק-×ייפי <כתובת ×ייפי|×©× ×ž×©×ª×ž×©> [סיבה...] +commands.banlist.ips=×™×©× × ×¡×š של %s כתובות ×יפי חסומות: +commands.banlist.players=×™×©× × ×¡×š של %s ×©×—×§× ×™× ×ž×•×—×¨×ž×™×: +commands.banlist.usage=רשימהשחורה [כתובות|שחקני×] +commands.clear.failure=×œ× ×”×™×ª×” ×פשרות לנקות ×ת המל××™ של %s, ×¤×¨×™×˜×™× ×©× ×™×ª×Ÿ להסיר +commands.clear.success=מנקה ×ת המל××™ של %s, מסיר %s ×¤×¨×™×˜×™× +commands.debug.notStarted=×œ× × ×™×ª×Ÿ ×œ×¡×™×™× ×יתור ×©×œ× ×”×—×œ! +commands.debug.start=×יתור ב××’×™× ×”×—×œ +commands.debug.stop=×יתור הב××’×™× ×”×•×¤×¡×§ ל×חר %.f2 שניות (%s תקתוקי×) +commands.defaultgamemode.success=מצב ברירת המחדל של ×”×¢×•×œ× ×”×•× ×¢×›×©×™×• %s +commands.defaultgamemode.usage=/ברירתמחדל +commands.deop.failed=×œ× ×™×›×•×œ לבטל ×ת ×”Op של %s +commands.deop.success=כוח רגיל מ%s +commands.deop.usage=/כוח-רגיל +commands.difficulty.success=שנה ×ת דרגת הקושי ל %s +commands.difficulty.usage=/difficulty < דרגת קושי חדשה > +commands.downfall.success=הפך מצב מזג ×וויר +commands.effect.failure.notActive=×œ× ×™×›×•×œ× ×• לקחת ×ת %1$s מ- %2$s כפי ש×ין ×œ×”× ×ת ×”×פקט +commands.effect.failure.notActive.all=××™ ×פשר לקחת ×ת ×”×©×™×§×•×™×™× ×ž-%s ×›×™ ×ין לו ×©×™×§×•×™×™× +commands.effect.notFound=×ין לכך השפעה ×ספסוף ×›×–×” ×¢× ×”×ž×–×”×” %s +commands.effect.success=על-ידי %1$s (מזהה %2$ ד) * d$ %3 x 4$s $ x5 שניות d +commands.effect.success.removed=לקח ×ת %1$s מ- %2$s +commands.effect.success.removed.all=לקח ×ת כל ההשפעות מ%s +commands.enchant.cantCombine=%1$s ×œ× ×™×›×•×œ להישתלב ×¢× %2$s +commands.enchant.cantEnchant=הכישוף שנבחר ×œ× ×™×›×•×œ להיווסף לפריט +commands.enchant.noItem=המטרה ×œ× ×ž×—×–×™×§×” פריט +commands.enchant.notFound=לר ×§×™× ×ª×Ÿ ×‘×©× %s +commands.enchant.success=הכישוף הצליח +commands.enchant.usage=/enchant <שחקן> <תו הכישוף > [רמה] +commands.gamemode.success.other=שינה ×ת מצב המשחק של %s ל%s +commands.gamemode.success.self=שינה מצב משחק ל%s +commands.gamemode.usage=/gamemode [שחקן] +commands.gamerule.norule=×ין כלל משחק ×‘×©× '%s' +commands.gamerule.success=כלל משחק עודכן +commands.generic.boolean.invalid='%s' ×œ× ×מת ×ו שקר +commands.generic.double.tooBig=המספר שהזנת (%s) גדול מדי, ×”×•× ×¦×¨×™×š להיות לכל היותר %s +commands.generic.double.tooSmall=המספר שהזנת (%s) קטן מדי, ×”×•× ×¦×¨×™×š להיות לפחות %s +commands.generic.exception=שגי××” ×œ× ×™×“×•×¢×” ×ירעה בעת ביצוע הפקודה +commands.generic.notFound=פקודה ×œ× ×™×“×•×¢. נסה /עזרה לרשימת פקודות +commands.generic.num.invalid='%s' ×ינו מספר +commands.generic.num.tooBig=המספר שהזנת (%s) גדול מדי, ×”×•× ×¦×¨×™×š להיות לכל היותר %s +commands.generic.num.tooSmall=המספר שהזנת (%s) קטן מדי, ×”×•× ×¦×¨×™×š להיות לפחות %s +commands.generic.permission=×ין לך הרש××” להשתמש בפקודה זו +commands.generic.player.notFound=שחקן ×–×” ×œ× × ×ž×¦× +commands.generic.syntax=תחביר הפקודה שגוי +commands.generic.usage=שימוש: %s +commands.give.notFound=×ין פריט ×¢× ×”×ª"×– %s +commands.give.success=%s * %s ניתן ל-%s +commands.give.tagError=ניתוח של תג × ×ª×•× ×™× × ×›×©×œ×”: %s +commands.give.usage=/give [כמות] [data] [dataTag] +commands.help.footer=טיפ: השתמש במקש ×” תוך צדי ש×תה מקלד פקודה ×œ×”×©×œ×™× ×ת הפקודה ×ו ×ת ×”×¤×¨×ž×˜×¨×™× ×©×œ×• +commands.help.header=--- מר××” עמוד עזרה %s מתוך %s (/עזרה ) --- +commands.help.usage=/help [עמוד|פקודה] +commands.kick.success=×”×¢×™×£ ×ת %s מהמשחק +commands.kick.success.reason=עשה ×§×™×§ ל%s מהמשחק: '%s' +commands.kick.usage=/×”×•×¦× [reason ...] +commands.kill.successful=%s נהרג +commands.me.usage=/×× ×™ +commands.message.display.incoming=%s לוחש לך: %s +commands.message.display.outgoing=לחשת ל %s: %s +commands.message.sameTarget=×ין ב×פשרותך לשלוח הודעה פרטית לעצמך! +commands.message.usage=/tell <שחקן> <הודעה פרטית> +commands.op.failed=×œ× ×™×›×•×œ להפוך ×ת %s לOp +commands.op.success=עשה ×ת %s ×¢× ×¢×•×“×£ כוח +commands.op.usage=/עודף-כוח +commands.players.list=×™×©× × %s/%s ×©×—×§× ×™× ×ž×—×•×‘×¨×™×: +commands.playsound.playerTooFar=נגן %s ×”×•× ×¨×—×•×§ מדי כדי לשמוע ×ת הצליל +commands.playsound.success=שיחק קול '%s' ×ל %s +commands.playsound.usage=/playsound [x] [y] [z] [כרך] [גובה] [minimumVolume] +commands.publish.failed=כשל ב×ירוח משחק מקומי +commands.publish.started=משחק מקומי ×וחסן בפורט %s +commands.save-off.alreadyOff=שמירה כבר מכובת. +commands.save-on.alreadyOn=שמירה כבר מודלקת. +commands.save.disabled=כובה שמירת ×¢×•×œ× ×וטומטי +commands.save.enabled=הופעל שמירת ×¢×•×œ× ×וטומטי +commands.save.failed=שמירה נכשלה: %s +commands.save.start=שומר... +commands.save.success=שמר ×ת ×”×¢×•×œ× +commands.say.usage=/×מור +commands.scoreboard.objectiveNotFound=×œ× × ×ž×¦××” מטרה ×‘×©× '%s' +commands.scoreboard.objectiveReadOnly=המטרה '%s' ניתנת לקרי××” בלבד ו××™× × ×” ניתנת להגדרה +commands.scoreboard.objectives.add.alreadyExists=×ובייקטיבית ×‘×©× '%s' כבר ×§×™×™× +commands.scoreboard.objectives.add.displayTooLong=×”×©× '%s' ×רוך מדי עבור ×ובייקטיבית, ×–×” יכול להיות ברוב %s ×ª×•×•×™× +commands.scoreboard.objectives.add.success=נוסף חדשות ×ובייקטיבית '%s' בהצלחה +commands.scoreboard.objectives.add.tooLong=×”×©× '%s' ×רוך מדי עבור ×ובייקטיבית, ×–×” יכול להיות ברוב %s ×ª×•×•×™× +commands.scoreboard.objectives.add.usage=/scoreboard objectives add <ש×> <קריטריוני סוג> [×©× ×ª×¦×•×’×” ...] +commands.scoreboard.objectives.add.wrongType=×§×¨×™×˜×¨×™×•× ×™× ××•×‘×™×™×§×˜×™×‘×™×™× ×œ× ×—×•×§×™×™× ×”×§×œ×“ '%s'. +commands.scoreboard.objectives.list.count=Showing %s מטרה(ות) on scoreboard: +commands.scoreboard.objectives.list.empty=×ין מטרות על לוח התוצ×ות +commands.scoreboard.objectives.list.entry=-%s: מציג ×‘×©× '%s', ×”×•× ×¡×•×’ '%s' +commands.scoreboard.objectives.remove.success=מוסר ×ובייקטיבי '%s' בהצלחה +commands.scoreboard.objectives.remove.usage=\scoreboard objectives remove <ש×> +commands.scoreboard.objectives.setdisplay.invalidSlot=×ין משבצת תצוגה '%s' +commands.scoreboard.objectives.setdisplay.successCleared=משבצת התצוגה של המטרה '%s' נוקתה +commands.scoreboard.objectives.setdisplay.successSet=בחר ×ת המטרה התצוגה בחריץ '%s' ×ל '%s' +commands.scoreboard.objectives.setdisplay.usage=/scoreboard objectives setdisplay <משבצת> [מטרה] +commands.scoreboard.players.list.count=מציג %s ×©×—×§× ×™× ×ž×¡×•×ž× ×™× ×¢×œ לוח התוצ×ות: +commands.scoreboard.players.list.empty=×ין ×©×—×§× ×™× ×œ× ×ž×¡×•×ž× ×™× ×¢×œ לוח התוצ×ות +commands.scoreboard.players.list.player.count=הצגה %s מטרת מעקב (ות) עבור %s: +commands.scoreboard.players.list.player.empty=הנגן %s יש תוצ×ות ×œ× ×ž×•×§×œ×˜ +commands.scoreboard.players.list.usage=/scoreboard players list [ש×] +commands.scoreboard.players.reset.success=×יפוס כל ×”×¦×™×•× ×™× ×©×œ הנגן %s +commands.scoreboard.players.resetscore.success=×יפוס ניקוד %s של שחקן %s +commands.scoreboard.players.set.success=מוגדר ציון של %s עבור הנגן %s %s +commands.scoreboard.teamNotFound=×œ× × ×ž×¦××” קבוצה ×‘×©× '%s' +commands.scoreboard.teams.add.alreadyExists=צוות ×‘×©× '%s' כבר ×§×™×™× +commands.scoreboard.teams.add.displayTooLong=×”×©× '%s' ×רוך מדי עבור צוות, ×–×” יכול להיות ברוב %s ×ª×•×•×™× +commands.scoreboard.teams.add.success=הצוות החדש '%s' נוסף בהצלחה +commands.scoreboard.teams.add.tooLong=×”×©× '%s' ×רוך מדי עבור צוות, ×–×” יכול להיות ברוב %s ×ª×•×•×™× +commands.scoreboard.teams.add.usage=/scoreboard teams add <ש×> [×©× ×ª×¦×•×’×”...] +commands.scoreboard.teams.empty.alreadyEmpty=צוות %s כבר ריק, ×ין ×פשרות להסיר ×ת ×”×©×—×§× ×™× nonexistant +commands.scoreboard.teams.empty.success=הסרת כל %s הוחלשה מהצוות %s +commands.scoreboard.teams.join.failure=×œ× ×”×™×ª×” ×פשרות להוסיף ×ת %s הוחלשה על צוות %s: %s +commands.scoreboard.teams.join.success=נוספה %s הוחלשה על צוות %s: %s +commands.scoreboard.teams.join.usage=/scoreboard teams join <קבוצה> [שחקן] +commands.scoreboard.teams.leave.failure=×œ× ×”×™×ª×” ×פשרות להסיר ×ת %s הוחלשה על פי קבוצות שלה×: %s +commands.scoreboard.teams.leave.noTeam=×ין לך צוות +commands.scoreboard.teams.leave.success=להסיר קבוצות ×©×œ×”× ×”×•×—×œ×©×” %s: %s +commands.scoreboard.teams.leave.usage=/scoreboard teams leave [שחקן] +commands.scoreboard.teams.list.count=מציג %s קבוצות על לוח התוצ×ות: +commands.scoreboard.teams.list.empty=×ין קבוצות רשומות על לוח התוצ×ות +commands.scoreboard.teams.list.entry=-%1$s: '%2$s' יש %3$ ×©×—×§× ×™× d +commands.scoreboard.teams.list.player.count=הצגה %s שחקן (×™×) בצוות %s: +commands.scoreboard.teams.list.player.empty=לצוות %s יש ×ין ×©×—×§× ×™× +commands.scoreboard.teams.list.player.entry=- %2$s: %1$s (%3$s) +commands.scoreboard.teams.list.usage=/scoreboard teams list [ש×] +commands.scoreboard.teams.option.noValue=×”× ×¢×¨×›×™× ×—×•×§×™×™× ×¢×‘×•×¨ ×פשרות %s: %s +commands.scoreboard.teams.option.success=הגדר ב×פשרות %s עבור הקבוצה %s %s +commands.scoreboard.teams.remove.success=הסרת הקבוצה %s +commands.scoreboard.teams.remove.usage=/scoreboard teams remove <ש×> +commands.seed.success=Seed: %s +commands.setblock.failed=×ין ×פשרות ×œ×ž×§× ×‘×œ×•×§ +commands.setblock.noChange=הבלוק ×œ× ×™×›×•×œ להיות ×ž×ž×•×§× +commands.setblock.notFound=יש ×ין רחוב ×›×–×” ×¢× ×©×/מזהה %s +commands.setblock.outOfWorld=×ין ×פשרות ×œ×ž×§× ×‘×œ×•×§ מחוץ ×œ×¢×•×œ× +commands.setblock.success=בלוק הונח +commands.setblock.tagError=ניתוח של תג × ×ª×•× ×™× × ×›×©×œ×”: %s +commands.setblock.usage=/setblock > <ש×> [נתון] [בלוק ישן] [נתון ט××’] +commands.setidletimeout.success=זמן מחיקת ×”××–×•×¨×™× ×”×˜×¢×•× ×™× ×©×•× ×” ל%s דקות. +commands.setidletimeout.usage=/setidletimeout <דקות עד סילוק> +commands.setworldspawn.success=קבעו נקודת ספון ×”×¢×•×œ× (%s, %s %s) +commands.spawnpoint.success=שנה ×ת נקודת הכניסה של %s ל (%s, %s, %s) +commands.spreadplayers.failure.players=×œ× ×™×›×œ להתפשט ×©×—×§× ×™× ×©×œ% סביב%s,%s (×©×—×§× ×™× ×™×•×ª×¨ מדי למרחב - נסה להשתמש בהתפשטות%s לכל היותר) +commands.spreadplayers.failure.teams=להשתמש בהתפשטות%s לכל היותר) ×œ× ×™×›×œ להתפשט צוותי של% סביב%s,%s (×©×—×§× ×™× ×¨×‘×™× ×ž×“×™ למרחב - נסו +commands.spreadplayers.info.players=(מרחק ממוצע בין ×©×—×§× ×™× ×”×•× ×–×” מזה ×‘×œ×•×§×™× ×©×œ חזרות% ל×חר%s) +commands.spreadplayers.info.teams=מרחק ממוצע בין צוותי ×”×•× ×ž×œ×‘×“ ×‘×œ×•×§×™× ×©×œ חזרות% ל×חר%s) +commands.spreadplayers.spreading.players=מתפשט ×‘×œ×•×§×™× ×©×—×§× ×™%s של% סביב%s,%s (%s דקות ×œ×•×§×™× ×–×” מזה) +commands.spreadplayers.spreading.teams=מתפשט ×‘×œ×•×§×™× ×¦×•×•×ª×™%s של%s ברחבי%s%s (×‘×œ×•×§×™× ×–×” מזה של גברי×) +commands.spreadplayers.success.players=שחקני%s התפשטו בהצלחה ברחבי%s,%s +commands.spreadplayers.success.teams=צוותי%s התפשטו בהצלחה ברחבי%s,%s +commands.spreadplayers.usage=/spreadplayers +commands.stop.start=עוצר ×ת השרת +commands.summon.failed=×ין ×פשרות לזמן ×ת ×”×ובייקט +commands.summon.outOfWorld=×œ× ×™×›×•×œ לזמן ×ת ×”×ובייקט מחוץ ×œ×¢×•×œ× +commands.summon.success=×ובייקט בהצלחה זימן +commands.summon.tagError=ניתוח של תג × ×ª×•× ×™× × ×›×©×œ×”: %s +commands.summon.usage=/זימון [x] [y] [z] [dataTag] +commands.tellraw.jsonException=json ×œ× ×—×•×§×™: %s +commands.tellraw.usage=/tellraw <שחקן> <הודעת json גולמית> +commands.testfor.success=נמצ×ו %s +commands.testforblock.failed.data=לבלוק ב-%s, %s, %s ×”×™×” ×ת ערך ×”× ×ª×•× ×™× %s (צופה: %s). +commands.testforblock.failed.nbt=לבלוק ב-%s, %s, %s ×œ× ×”×™×• ×ת ×”- NBT Keys הנדרשי×. +commands.testforblock.failed.tile=הבלוק ב-%s, %s, %s ×”×•× %s (צופה: %s). +commands.testforblock.failed.tileEntity=הבלוק ב-%s, %s, %s ×”×•× ×œ× Tile Entity, ולכן ×œ× ×ª×•×ž×š בהת×מת תגי×. +commands.testforblock.outOfWorld=×ין ×פשרות לבדוק בלוק מחוץ ×œ×¢×•×œ× +commands.testforblock.success=הבלוק ב- %s, %s, %s × ×ž×¦× ×‘×”×¦×œ×—×”. +commands.testforblock.usage=/testforblock [dataValue] [dataTag] +commands.time.added=הוסיף %s לזמן +commands.time.query=הזמן ×”×•× %s +commands.time.set=קבע ×ת הזמן ל%s +commands.tp.notSameDimension=×œ× × ×™×ª×Ÿ לבצע שיגור מכיוון ×©×”×©×—×§× ×™× ×œ× ×‘×ותו מימד +commands.tp.success=שוגר %s ל-%s +commands.tp.success.coordinates=משגר ×ת %s ל %s,%s,%s +commands.unban.failed=×œ× ×™×›×•×œ לבטל ב×ן לשחקן %s +commands.unban.success=הוסר ×—×¨× ×ž%s +commands.unban.usage=/×נב×ן +commands.unbanip.invalid=הזנת כתובת ×יפי שגוייה +commands.unbanip.success=הוסר ×—×¨× ×ž כתובת ×”×יפי %s +commands.unbanip.usage=/סלח–×יפי
+commands.weather.clear=משנה למזג ×וויר בהיר +commands.weather.rain=משנה למזג ×וויר ×’×©×•× +commands.weather.thunder=משנה ×œ×’×©× ×•×¨×¢×ž×™× +commands.weather.usage=/weather [משך בשניות] +commands.whitelist.add.failed=×œ× ×™×›×•×œ להוסיף ×ת %s לוויטליסט +commands.whitelist.add.success=נוסף %s לוויטליסט +commands.whitelist.add.usage=/רשימהלבנה הוסף +commands.whitelist.disabled=כיבה ×ת הוויטליסט +commands.whitelist.enabled=הדליק ×ת הוויטליסט +commands.whitelist.list=×™×©× × %s )מתוך %s נר××™×( ×©×—×§× ×™× ×‘×•×•×™×˜×œ×™×¡×˜: +commands.whitelist.reloaded=רענן ×ת הוויטליסט +commands.whitelist.remove.failed=×œ× ×™×›×•×œ להסיר ×ת %s מהוויטליסט +commands.whitelist.remove.success=הסיר ×ת %s מהוויטליסט +commands.whitelist.remove.usage=/רשימהלבנה הסר +commands.xp.failure.widthdrawXp=×ין ×פשרות לתת לשחקן נקודות ניסיון שלילי +commands.xp.success=נתן כמות %s ×קספירי×נס ל%s +commands.xp.success.levels=רמות%s ניתנו ל%s +commands.xp.success.negative.levels=נלקחו רמות %s מ %s +commands.xp.usage=/ XP [שחקן] ×ו / XP L [שחקן] +connect.authorizing=מתחבר... +connect.connecting=מתחבר לשרת... +connect.failed=ההתחברות לשרת נכשלה +container.beacon=×יתות +container.brewing=עמדת רקיחת ×©×™×§×•×™×™× +container.chest=תיבה +container.chestDouble=תיבה גדולה +container.crafting=יצירה +container.creative=בחירת ×¤×¨×™×˜×™× +container.dispenser=פולטן +container.dropper=טפטפת +container.enchant=שדרוג +container.enderchest=תיבה משותפת +container.furnace=תנור +container.hopper=משפך ×—×¤×¦×™× +container.inventory=תיק ×—×¤×¦×™× +container.minecart=קרונית +container.repair=שחזר ושנה ×©× +container.repair.cost=×§×¡×ž×™× ×¢×œ×•×ª: %1$s +container.repair.expensive=יקר מדי! +controls.reset=×יפוס +controls.resetAll=×פס ×ž×§×©×™× +controls.title=×ž×§×©×™× +createWorld.customize.custom.confirm1=פעולה זו תחליף ×ת ההגדרות הנוכחיות שלך +createWorld.customize.custom.confirm2=והדבר בלתי הפיך. +createWorld.customize.custom.confirmTitle=×זהרה! +createWorld.customize.custom.defaults=ברירת מחדל +createWorld.customize.custom.next=דף ×”×‘× +createWorld.customize.custom.page0=הגדרות בסיסיות +createWorld.customize.custom.preset.goodLuck=בהצלחה +createWorld.customize.custom.preset.waterWorld=×¢×•×œ× ×ž×™× +createWorld.customize.custom.presets=קביעות מוגדרות +createWorld.customize.custom.prev=דף ×§×•×“× +createWorld.customize.custom.randomize=×קר××™ +createWorld.customize.custom.seaLevel=גובה פני ×”×™× +createWorld.customize.custom.useCaves=מערות +createWorld.customize.custom.useLavaLakes=×גמי הלבה +createWorld.customize.custom.useTemples=×ž×§×“×©×™× +createWorld.customize.custom.useVillages=×›×¤×¨×™× +createWorld.customize.flat.addLayer=הוסף שכבה +createWorld.customize.flat.editLayer=ערוך שכבה +createWorld.customize.flat.height=גובה +createWorld.customize.flat.layer.bottom=תחתון-%s +createWorld.customize.flat.layer.top=עליון-%s +createWorld.customize.flat.removeLayer=הסר שכבה +createWorld.customize.flat.tile=חומר שכבה +createWorld.customize.flat.title=הת×מה ×ישית של ×¢×•×œ× ×©×˜×•×— לחלוטין +createWorld.customize.presets=קביעות מוגדרות +createWorld.customize.presets.list=לחלופין, ×”× ×” כמה שעשינו ×§×•×“× ×œ×›×Ÿ! +createWorld.customize.presets.select=השתמש בקביעה מר×ש +createWorld.customize.presets.share=רוצה לשתף ×ת הקביעה המוגדרת מר×ש ×¢× ×ž×™×©×”×•? השתמש בתיבה למטה! +createWorld.customize.presets.title=בחר הגדרה קבועה מר×ש +death.attack.anvil=%1$s נמחץ על ידי סדן נופל +death.attack.arrow=%1$s נורה על-ידי %2$s +death.attack.arrow.item=%1$s נורה על-ידי %2$s ב×מצעות s$ %3 +death.attack.cactus=%1$s ×”×™×” מייסר למוות +death.attack.cactus.player=%1$s נכנס לתוך קקטוס תוך ניסיון בריחה %2$s +death.attack.drown=%1$s טבע +death.attack.drown.player=%1$s שטבע בזמן שניסה לברוח %2$s +death.attack.explosion=פוצץ %1$s +death.attack.explosion.player=%1$s פוצץ על-ידי %2$s +death.attack.fall=%1$s פגע ב×דמה ×—×–×§ מדי +death.attack.fallingBlock=%1$s נמעך למוות על-ידי קובייה נופלת +death.attack.fireball=%1$s ×”×™×” fireballed על-ידי %2$s +death.attack.fireball.item=%1$s ×”×™×” fireballed על-ידי %2$s ב×מצעות s$ %3 +death.attack.generic=%1$s מת +death.attack.inFire=%1$s עלה ב×ש +death.attack.inFire.player=%1$s נכנס לתוך ×”×ש בזמן לחימה %2$s +death.attack.inWall=%1$s × ×—× ×§ בחומה +death.attack.indirectMagic=%1$s נהרג על-ידי %2$s ב×מצעות ×§×¡× +death.attack.indirectMagic.item=%1$s נהרג על-ידי %2$s ב×מצעות $%s +death.attack.lava=%1$s ניסו לשחות בלבה +death.attack.lava.player=%1$s ניסה לשחות בלבה כדי להימלט %2$s +death.attack.magic=%1$s נהרג על-ידי ×”×§×¡× +death.attack.mob=%1$s נרצח על-ידי %2$s +death.attack.onFire=%1$s נשרף למוות +death.attack.onFire.player=%1$s נשרפה חדה תוך לחימה %2$s +death.attack.outOfWorld=%1$s נפל ×ž×”×¢×•×œ× +death.attack.player=%1$s נרצח על-ידי %2$s +death.attack.player.item=%1$s נרצח על-ידי %2$s ב×מצעות %3$s +death.attack.starve=%1$s ברעב +death.attack.thorns=%1$s נהרג מנסה לפגוע %2$s +death.attack.thrown=%1$s ×”×™×” הערמומית על-ידי %2$s +death.attack.thrown.item=%1$s ×”×™×” הערמומית על-ידי %2$s ב×מצעות %3$s +death.attack.wither=%1$s קמל ×ž×©× +death.fell.accident.generic=%1$s נפל ×ž×ž×§×•× ×’×‘×•×” +death.fell.accident.ladder=%1$s נפל ×ž×¡×•×œ× +death.fell.accident.vines=%1$s נפל ×ž×’×¤× ×™× +death.fell.accident.water=%1$s נפל מתוך ×”×ž×™× +death.fell.assist=%1$s נדחף ומת על-ידי %2$s +death.fell.assist.item=%1$s ×”×™×” נחרץ ליפול על-ידי %2$s ב×מצעות %3$s +death.fell.finish=%1$s נפל רחוק מידי ונהרג על ידי %2$s +death.fell.finish.item=%1$s נפל רחוק מידי ונהרג על ידי %2$s השתמש ב %3$s +death.fell.killer=%1$s נפל ל×בדון +deathScreen.deleteWorld=מחק ×¢×•×œ× +deathScreen.hardcoreInfo=×ין ב×פשרותך לחזור ×œ×—×™×™× ×‘×ž×¦×‘ לקשוחי×! +deathScreen.leaveServer=עזוב שרת +deathScreen.quit.confirm=×”×× ×תה בטוח שברצונך לצ×ת? +deathScreen.respawn=חזור לתחייה +deathScreen.score=ניקוד +deathScreen.title=מתת! +deathScreen.title.hardcore=המשחק נגמר! +deathScreen.titleScreen=מסך הכותרת +demo.day.1=ההדגמה תמשך חמישה ימי משחק, עשו ×ת מיטב יכולותיכ×! +demo.day.2=×™×•× ×©× ×™ +demo.day.3=×™×•× ×©×œ×™×©×™ +demo.day.4=×™×•× ×¨×‘×™×¢×™ +demo.day.5=זהו יומך ×”×חרון! +demo.day.6=×¢×‘×¨×ª× ×ת ×™×•×ž×›× ×”×—×ž×™×©×™, לחצו על F2 על מנת לשמור תמונה של ×™×¦×™×¨×ª×›× +demo.day.warning=×–×ž× ×›× ×›×ž×¢×˜ ת×! +demo.demoExpired=זמן משחק ×”×“×•×’×ž× × ×’×ž×¨! +demo.help.buy=רכוש עכשיו! +demo.help.fullWrapped=הדגמה זו תימשך ל5 ימי משחק (כשעה ו××¨×‘×¢×™× ×“×§×•×ª של זמן-×מת) בדוק ×ת ×”×”×™×©×’×™× ×¢×‘×•×¨ רמזי×! תהנה! +demo.help.inventory=לחץ %1$s לפתוח ×ת התיק +demo.help.jump=קפוץ על ידי לחיצה על כפתור %1×”$s +demo.help.later=המשך במשחק! +demo.help.movement=השתמש ב%1$s, %2$s, %3$s, %4$s ובעכבר כדי לנוע סביב +demo.help.movementMouse=הבט סביב ב×מצעות העכבר +demo.help.movementShort=%1$s, %2$s, %3$s, %4$s נוע על ידי לחיצה על +demo.help.title=מצב הדגמה של כרה וצור +demo.remainingTime=זמן שנותר: %s +demo.reminder=זמן ההדגמה ת×. כדי להמשיך, ×§× ×” ×ת המשחק ×ו צור ×¢×•×œ× ×—×“×©. +disconnect.closed=החיבור נסגר +disconnect.disconnected=נותק על ידי השרת +disconnect.endOfStream=סוף השידור +disconnect.genericReason=%s +disconnect.kicked=×”×•×¦× ×ž×”×ž×©×—×§ +disconnect.loginFailed=הכניסה נכשלה +disconnect.loginFailedInfo=ההתחברות כשלה: %s +disconnect.loginFailedInfo.invalidSession=הפעלה ×œ× ×—×•×§×™×ª (נסה להפעיל מחדש ×ת המשחק) +disconnect.loginFailedInfo.serversUnavailable=שרתי ×”×ימות ×œ× ×¤×¢×™×œ×™× ×›×¨×’×¢ לצורכי תחזוקה. +disconnect.lost=הקשר ×בד +disconnect.overflow=גלישת מ×גר +disconnect.quitting=×™×•×¦× +disconnect.spam=נבעט בגלל ספ×× +disconnect.timeout=×זל זמן החיבור +enchantment.arrowDamage=כוֹח +enchantment.arrowFire=להבה +enchantment.arrowInfinite=×ינסוף +enchantment.arrowKnockback=רתיעה +enchantment.damage.all=חדות +enchantment.damage.arthropods=קללת פרוקי-×”×¨×’×œ×™×™× +enchantment.damage.undead=כוחניות +enchantment.digging=יעילות +enchantment.durability=הגנת שבירה +enchantment.fire=היבט ×”×ש +enchantment.fishingSpeed=פיתיון +enchantment.knockback=רתיעה +enchantment.level.1=I +enchantment.level.10=X +enchantment.level.2=II +enchantment.level.3=III +enchantment.level.4=IV +enchantment.level.5=V +enchantment.level.6=VI +enchantment.level.7=VII +enchantment.level.8=VIII +enchantment.level.9=IX +enchantment.lootBonus=בזיזה +enchantment.lootBonusDigger=עושר +enchantment.lootBonusFishing=מזל ×”×™× +enchantment.oxygen=נשימה +enchantment.protect.all=×”×’× ×” +enchantment.protect.explosion=חסינות ×ž×¤×™×¦×•×¦×™× + +enchantment.protect.fall=נפילת נוצה +enchantment.protect.fire=חסינות ל×ש +enchantment.protect.projectile=×”×’× ×” ×ž×§×œ×™×¢×™× +enchantment.thorns=×§×¨× ×™×™× +enchantment.untouching=מגע משי +enchantment.waterWorker=משיכה ×œ×ž×™× +entity.Arrow.name=×—×¥ +entity.Bat.name=עטלף +entity.Blaze.name=יישות מתלקחת +entity.Boat.name=סירה +entity.Cat.name=חתול +entity.CaveSpider.name=עכביש מערות +entity.Chicken.name=תרנגולת +entity.Cow.name=פרה +entity.Creeper.name=קריפר +entity.EnderDragon.name=דרקון סף +entity.Enderman.name=×ž×‘×™× ×”×¡×•×£ +entity.EntityHorse.name=סוס +entity.FallingSand.name=בלוק נופל +entity.Fireball.name=כדור ×ש +entity.Ghast.name=רוח רפ××™× +entity.Giant.name=×¢× ×§ +entity.Guardian.name=שומר +entity.Item.name=פריט +entity.LavaSlime.name=קוביית מ×גמה +entity.Minecart.name=עגלה +entity.Mob.name=יצור +entity.Monster.name=מפלצת +entity.MushroomCow.name=פרת פטריות +entity.Ozelot.name=חתול מנומר +entity.Painting.name=ציור +entity.Pig.name=חזיר +entity.PigZombie.name=זומבי ×ד×-חזיר +entity.PrimedTnt.name=קובית דינמיט +entity.Rabbit.name=×רנב +entity.Sheep.name=כבשה +entity.Silverfish.name=זנבזיף +entity.Skeleton.name=שלד +entity.Slime.name=קוביית רפש +entity.SmallFireball.name=כדור ×ש קטן +entity.SnowMan.name=×’×•×œ× ×©×œ×’ +entity.Snowball.name=כדור שלג +entity.Spider.name=עכביש +entity.Squid.name=דיונון +entity.Villager.butcher=קצב +entity.Villager.farmer=חקל××™ +entity.Villager.fisherman=דייג +entity.Villager.librarian=ספרן +entity.Villager.name=כפרי +entity.Villager.shepherd=רועה צ×ן +entity.VillagerGolem.name=×’×•×œ× ×‘×¨×–×œ +entity.Witch.name=מכשפה +entity.WitherBoss.name=השטן המשולש +entity.Wolf.name=×–×ב +entity.XPOrb.name=נקודות נסיון +entity.Zombie.name=זומבי +entity.donkey.name=חמור +entity.generic.name=×œ× ×™×“×•×¢ +entity.horse.name=סוס +entity.mule.name=פרד +entity.skeletonhorse.name=שלד סוס +entity.zombiehorse.name=סוס זומבי +gameMode.adventure=מצב הרפתקה +gameMode.changed=מָצַב הָמִשחַק שֶלך עוּדכַן +gameMode.creative=מצב יצירתי +gameMode.hardcore=מצב לקשוחי×! +gameMode.spectator=מצב צופה +gameMode.survival=מצב הישרדות +generator.amplified=מוגבר +generator.amplified.info=לתשומת לבך: רק בשביל ×”×›×™×£, נדרש מחשב מהיר +generator.debug_all_block_states=מצב ×יתור ב××’×™× +generator.default=ברירת מחדל +generator.flat=שטוח לחלוטין +generator.largeBiomes=×זורי ×¢× ×§ +gui.achievements=×”×™×©×’×™× +gui.all=הכל +gui.back=חזרה +gui.cancel=ביטול +gui.done=בוצע +gui.down=למטה +gui.no=×œ× +gui.none=×›×œ×•× +gui.stats=סטטיסטיקות +gui.toMenu=חזרה לתפריט ר×שי +gui.up=למעלה +gui.yes=כן +inventory.binSlot=השמד פריט +item.apple.name=תפוח +item.appleGold.name=תפוח מוזהב +item.arrow.name=×—×¥ +item.bed.name=מיטה +item.beefCooked.name=סטייק +item.beefRaw.name=בקר × × +item.blazePowder.name=×בקת מתלקח +item.blazeRod.name=מוט מתלקח +item.boat.name=סירה +item.bone.name=×¢×¦× +item.book.name=ספר +item.bootsChain.name=מגפיי שרשרת ברזל +item.bootsCloth.name=מגפי עור +item.bootsDiamond.name=מגפי ×™×”×œ×•× +item.bootsGold.name=מגפי הזהב +item.bootsIron.name=מגפי ברזל +item.bow.name=קשת +item.bowl.name=קערה +item.bread.name=×œ×—× +item.brewingStand.name=עמדת רקיחה +item.brick.name=לבנה +item.bucket.name=דלי +item.bucketLava.name=דלי לבה +item.bucketWater.name=דלי ×ž×™× +item.cake.name=עוגה +item.carrotGolden.name=גזר מוזהב +item.carrotOnAStick.name=גזר על מקל +item.carrots.name=גזר +item.cauldron.name=קדרה +item.charcoal.name=×¤×—× ×¢×¥ +item.chestplateChain.name=שריון רשת ברזל +item.chestplateCloth.name=חולצת עור +item.chestplateDiamond.name=שריון ×™×”×œ×•× +item.chestplateGold.name=שריון זהב +item.chestplateIron.name=שריון ברזל +item.chickenCooked.name=עוף מבושל +item.chickenRaw.name=עוף × × +item.clay.name=חמר +item.clock.name=שעון +item.coal.name=×¤×—× +item.comparator.name=משווה ×–×¨× ×¨×“×¡×˜×•×Ÿ +item.compass.name=מצפן +item.cookie.name=עוגייה +item.diamond.name=×™×”×œ×•× +item.diode.name=משחזר רדסטון +item.doorIron.name=דלת ברזל +item.dyePowder.black.name=שק דיו +item.dyePowder.blue.name=ל×פיס ל×זולי +item.dyePowder.brown.name=פולי ×§×§×ו +item.dyePowder.cyan.name=צבע טורקיז +item.dyePowder.gray.name=צבע ×פור +item.dyePowder.green.name=ירוק קקטוס +item.dyePowder.lightBlue.name=צבע תכלת +item.dyePowder.lime.name=צבע ×œ×™×™× +item.dyePowder.magenta.name=צבע מגנטה +item.dyePowder.orange.name=צבע ×›×ª×•× +item.dyePowder.pink.name=צבע ורוד +item.dyePowder.purple.name=צבע סגול +item.dyePowder.red.name=××“×•× ×•×¨×“ +item.dyePowder.silver.name=צבע ×פור בהיר +item.dyePowder.white.name=דשן +item.dyePowder.yellow.name=צהוב שן ×”×רי +item.dyed=צבוע +item.egg.name=ביצה +item.emerald.name=ברקת +item.emptyMap.name=מפה ריקה +item.emptyPotion.name=בקבוק ×ž×™× +item.enchantedBook.name=ספר מכושף +item.enderPearl.name=פנינת סף +item.expBottle.name=בקבוק ×›×™×©×•×¤×™× +item.eyeOfEnder.name=עין סף +item.feather.name=נוצה +item.fermentedSpiderEye.name=עין עכביש תסוסה +item.fireball.name=כדור ×ש +item.fireworks.flight=משך הטיסה: +item.fireworks.name=טיל זיקוק +item.fireworksCharge.black=שחור +item.fireworksCharge.blue=כָחוֹל +item.fireworksCharge.brown=×—×•Ö¼× +item.fireworksCharge.customColor=מות×× ×ישית +item.fireworksCharge.cyan=תכלת +item.fireworksCharge.fadeTo=×¢×ž×¢×•× +item.fireworksCharge.flicker=ניצנוץ +item.fireworksCharge.gray=×ָפוֹר +item.fireworksCharge.green=יָרוֹק +item.fireworksCharge.lightBlue=כָחוֹל בָהִיר +item.fireworksCharge.lime=×œÖ¸×™Ö´×™× +item.fireworksCharge.magenta=מָגֵ'נטַה +item.fireworksCharge.name=כוכב זיקוק +item.fireworksCharge.orange=×›Ö¸×ª×•Ö¹× +item.fireworksCharge.pink=וָרוֹד +item.fireworksCharge.purple=סָגוֹל +item.fireworksCharge.red=×Ö¸×“×•Ö¹× +item.fireworksCharge.silver=×ָפוֹר בָהִיר +item.fireworksCharge.trail=שבִיל +item.fireworksCharge.type=צורה ×œ× ×™×“×•×¢×” +item.fireworksCharge.type.0=כדור קטן +item.fireworksCharge.type.1=כדור גדול +item.fireworksCharge.type.2=צורת כוכב +item.fireworksCharge.type.3=צורת קריפר +item.fireworksCharge.type.4=פיצוץ +item.fireworksCharge.white=לָבַן +item.fireworksCharge.yellow=צָהוֹב +item.fish.clownfish.raw.name=שושנון +item.fish.cod.cooked.name=דג מבושל +item.fish.cod.raw.name=דג × × +item.fish.pufferfish.raw.name=×בו-× ×¤×—× +item.fish.salmon.cooked.name=סלמון מבושל +item.fish.salmon.raw.name=סלמון × × +item.fishingRod.name=חכת דיג +item.flint.name=×בן צור +item.flintAndSteel.name=צוּר וֶפלַדַה +item.flowerPot.name=עציץ +item.frame.name=מסגרת פריט +item.ghastTear.name=דמעת רוח +item.glassBottle.name=בקבוק זכוכית +item.goldNugget.name=גוש זהב +item.hatchetDiamond.name=גרזן ×™×”×œ×•× +item.hatchetGold.name=גרזן זהב +item.hatchetIron.name=גרזן ברזל +item.hatchetStone.name=גרזן ×בן +item.hatchetWood.name=גרזן ×¢×¥ +item.helmetChain.name=קסדת רשת ברזל +item.helmetCloth.name=כובע עור +item.helmetDiamond.name=קסדת ×™×”×œ×•× +item.helmetGold.name=קסדת זהב +item.helmetIron.name=קסדת ברזל +item.hoeDiamond.name=מעדר ×™×”×œ×•× +item.hoeGold.name=מעדר זהב +item.hoeIron.name=מעדר ברזל +item.hoeStone.name=מעדר ×בן +item.hoeWood.name=מעדר ×¢×¥ +item.horsearmordiamond.name=שריון סוס ×ž×™×”×œ×•× +item.horsearmorgold.name=שריון סוס מזהב +item.horsearmormetal.name=שריון סוס מברזל +item.ingotGold.name=מטיל זהב +item.ingotIron.name=מטיל ברזל +item.leash.name=חבל +item.leather.name=עור +item.leaves.name=×¢×œ×™× +item.leggingsChain.name=מכנסי רשת ברזל +item.leggingsCloth.name=מכנסי עור +item.leggingsDiamond.name=מכנסי ×™×”×œ×•× +item.leggingsGold.name=מכנס זהב +item.leggingsIron.name=מכנסי ברזל +item.magmaCream.name=×§×¨× ×ž×גמה +item.map.name=מפה +item.melon.name=מלון +item.milk.name=חלב +item.minecart.name=עגלת מכרה +item.minecartChest.name=עגלת מכרה ×¢× ×ª×™×‘×” +item.minecartCommandBlock.name=עגלת מכרה ×¢× ×‘×œ×•×§ פקודות +item.minecartFurnace.name=עגלת מכרה ×¢× ×ª× ×•×¨ +item.minecartHopper.name=קרונית ×¢× ×ž×©×¤×š +item.minecartTnt.name=עגלת מכרה ×¢× ×—×•×ž×¨ נפץ +item.monsterPlacer.name=מזמן +item.mushroomStew.name=מרק פטריות +item.nameTag.name=תג +item.netherStalkSeeds.name=יבלת ×’×”× ×•× +item.netherStar.name=כוכב ×’×™×”× ×•× +item.netherbrick.name=לבנת ×’×™×”×™× ×•× +item.netherquartz.name=קוורץ +item.painting.name=ציור +item.paper.name=נייר +item.pickaxeDiamond.name=מכוש ×™×”×œ×•× +item.pickaxeGold.name=מכוש זהב +item.pickaxeIron.name=מכוש ברזל +item.pickaxeStone.name=מכוש ×בן +item.pickaxeWood.name=מכוש מעץ +item.porkchopCooked.name=בשר חזיר מבושל +item.porkchopRaw.name=בשר חזיר × × +item.potato.name=תפוח ×דמה +item.potatoBaked.name=תפוח ×דמה ×פוי +item.potatoPoisonous.name=תפוח ×דמה מורעל +item.potion.name=שיקוי +item.pumpkinPie.name=פ××™ דלעת +item.record.11.desc=C418 - 11 +item.record.13.desc=C418 - 13 +item.record.blocks.desc=C418 - blocks +item.record.cat.desc=C418 - cat +item.record.chirp.desc=C418 - chirp +item.record.far.desc=C418 - far +item.record.mall.desc=C418 - mall +item.record.mellohi.desc=C418 - mellohi +item.record.name=דיסק מוסיקה +item.record.stal.desc=C418 - stal +item.record.strad.desc=C418 - strad +item.record.wait.desc=C418 - wait +item.record.ward.desc=C418 - ward +item.redstone.name=רדסטון +item.reeds.name=×§× ×™ סוכר +item.rottenFlesh.name=בשר רקוב +item.ruby.name=××•×“× +item.saddle.name=×וכף +item.seeds.name=×–×¨×¢×™× +item.seeds_melon.name=זרעי מלון +item.seeds_pumpkin.name=זרעי דלעת +item.shears.name=מזמרה +item.shovelDiamond.name=×ת ×™×”×œ×•× +item.shovelGold.name=×ת זהב +item.shovelIron.name=×ת ברזל +item.shovelStone.name=×ת ×בן +item.shovelWood.name=×ת ×¢×¥ +item.sign.name=שלט +item.skull.char.name=ר×ש +item.skull.creeper.name=ר×ש של קריפר +item.skull.player.name=הר×ש של %s +item.skull.skeleton.name=גולגולת +item.skull.wither.name=גולגולת השלד השחור +item.skull.zombie.name=ר×ש של זומבי +item.slimeball.name=כדור רפש +item.snowball.name=כדור שלג +item.speckledMelon.name=×בטיח בוהק +item.spiderEye.name=עין עכביש +item.stick.name=מקל +item.string.name=חוט +item.sugar.name=סוכר +item.sulphur.name=×בק שריפה +item.swordDiamond.name=חרב ×™×”×œ×•× +item.swordGold.name=חרב זהב +item.swordIron.name=חרב ברזל +item.swordStone.name=חרב ×בן +item.swordWood.name=חרב ×¢×¥ +item.unbreakable=בלתי שביר +item.wheat.name=חיטה +item.writingBook.name=ספר וקולמוס +item.writtenBook.name=ספר כתוב +item.yellowDust.name=×בקת זהר +itemGroup.brewing=רקיחה +itemGroup.buildingBlocks=××‘× ×™× ×œ×‘× ×™×™×” +itemGroup.combat=לוחמה +itemGroup.decorations=×‘×œ×•×§×™× ×œ×§×™×©×•×˜ +itemGroup.food=מוצרי מזון +itemGroup.inventory=תפריט הישרדות +itemGroup.materials=×—×•×ž×¨×™× +itemGroup.misc=שונות +itemGroup.redstone=רדסטון +itemGroup.search=חיפוש ×¤×¨×™×˜×™× +itemGroup.tools=×›×œ×™× +itemGroup.transportation=תחבורה +key.attack=להתקיף/להרוס +key.back=הליכה ×חורה +key.categories.gameplay=משחקיות +key.categories.inventory=תיק +key.categories.misc=שונות +key.categories.movement=תנועה +key.categories.multiplayer=רב-×ž×©×ª×ª×¤×™× +key.categories.stream=שידור +key.categories.ui=ממשק +key.chat=פתיחת צ'×ט +key.command=פתח פקודה +key.drop=הפלת פריט +key.forward=הליכה קדימה +key.fullscreen=מסך ×ž×œ× +key.hotbar.1=בר ×—× 1 +key.hotbar.2=בר ×—× 2 +key.hotbar.3=בר ×—× 3 +key.hotbar.4=בר ×—× 4 +key.hotbar.5=בר ×—× 5 +key.hotbar.6=בר ×—× 6 +key.hotbar.7=בר ×—× 7 +key.hotbar.8=בר ×—× 8 +key.hotbar.9=בר ×—× 9 +key.inventory=תיק +key.jump=קפיצה +key.left=תזוזה שמ×לה +key.mouseButton=כפתור %1$s +key.pickItem=בחירת בלוק מסומן +key.playerlist=רשימת ×©×—×§× ×™× +key.right=תזוזה ימינה +key.screenshot=×§×— תמונת מסך +key.smoothCamera=מצב מצלמה קולנועית +key.sneak=התגנבות +key.sprint=ריצה +key.streamCommercial=הר××” פרסומות שידור +key.streamPauseUnpause=השהה/בטל שהיית שידור +key.streamStartStop=הפעל/עצור שידור +key.streamToggleMic=לחץ כדי לדבר/להשתיק +key.togglePerspective=שינוי נקודת מבט +key.use=להשתמש בפריט/×œ×©×™× ×‘×œ×•×§ +lanServer.otherPlayers=הגדרות עבור ×©×—×§× ×™× ××—×¨×™× +lanServer.scanning=סריקה עבור ×ž×©×—×§×™× ×‘×¨×©×ª המקומית שלך +lanServer.start=LAN-הפעל ×¢×•×œ× +lanServer.title=LAN-×¢×•×œ× +language.code=he_IL +language.name=עברית +language.region=ישר×ל +mcoServer.title=×”×¢×•×œ× ×”×ž×§×•×•×Ÿ של Minecraft +menu.convertingLevel=ממיר ×¢×•×œ× + +menu.disconnect=התנתק +menu.game=תפריט המשחק +menu.generatingLevel=יוצר ×¢×•×œ× +menu.generatingTerrain=בונה ×ת השטח +menu.loadingLevel=טוען ×¢×•×œ× +menu.multiplayer=רב-×ž×©×ª×ª×¤×™× +menu.options=×פשרויות... +menu.playdemo=שחק ×‘×¢×•×œ× ×”×“×’×ž×” +menu.quit=×¦× ×ž×”×ž×©×—×§ +menu.resetdemo=×יפוס ×¢×•×œ× ×”×”×“×’×ž×” +menu.respawning=נוצר מחדש +menu.returnToGame=חזרה למשחק +menu.returnToMenu=שמור וחזור לתפריט הר×שי +menu.shareToLan=פתח לרשת המקומית +menu.simulating=מדמה ×ת ×”×¢×•×œ× ×œ×¨×’×¢ +menu.singleplayer=שחקן יחיד +menu.switchingLevel=מחליף עולמות +mount.onboard=לחץ על %1$s בשביל לרדת +multiplayer.connect=התחבר +multiplayer.downloadingStats=מוריד סטטיסטיקות והישגי×... +multiplayer.downloadingTerrain=מוריד שטח +multiplayer.info1=המצב מרובה ×”×ž×©×ª×ª×¤×™× ×©×œ מיינקר×פט עדיין ×œ× ×’×ž×•×¨, ×בל ישנן +multiplayer.info2=בדיקות ב××’×™× ×ž×•×§×“×ž×•×ª המתרחשות כרגע. +multiplayer.ipinfo=הזינו ×ת כתובת השרת ×ליו ××ª× ×¨×•×¦×™× ×œ×”×ª×—×‘×¨: +multiplayer.player.joined=הצטרפת למשחק %s +multiplayer.player.joined.renamed=%s (המוכרת ×‘×©× %s) ×”%צטרף למשחק +multiplayer.player.left=×¢×– ×ת המשחק %s +multiplayer.stopSleeping=×§×•× ×ž×”×ž×™×˜×” +multiplayer.texturePrompt.line1=שרת ×–×” ממליץ לך על שימוש ערכת מש××‘×™× ×ž×•×ª××ž×™× ×ישית. +multiplayer.texturePrompt.line2=×”×× ×‘×¨×¦×•× ×š להוריד ולהתקין ב×ופן ×וטומטי? +multiplayer.title=משחק מרובה ×ž×©×ª×ª×¤×™× +options.advancedButton=הגדרות ויד×ו מתקדמות... +options.advancedOpengl=OpenGL ×ž×ª×§×“× +options.advancedVideoTitle=הגדרות ויד×ו מתקדמות +options.anaglyph=תלת מימד +options.ao=ת×ורה חלקה +options.ao.max=לכל היותר +options.ao.min=×”×›×™ פחות +options.ao.off=כבוי +options.chat.color=×¦×‘×¢×™× +options.chat.height.focused=גובה ממוקד +options.chat.height.unfocused=גובה ×œ× ×ž×ž×•×§×“ +options.chat.links=קישורי ××ª×¨×™× +options.chat.links.prompt=×זהרה מפני ×§×™×©×•×¨×™× +options.chat.opacity=שקיפות +options.chat.scale=×§× ×” מידה +options.chat.title=הגדרות צ'×ט... +options.chat.visibility=צ'×ט +options.chat.visibility.full=גלוי +options.chat.visibility.hidden=נסתר +options.chat.visibility.system=פקודות בלבד +options.chat.width=רוחב +options.controls=מקשי×... +options.difficulty=רמת קושי +options.difficulty.easy=קל +options.difficulty.hard=קשה +options.difficulty.hardcore=חסר ×¨×—×ž×™× +options.difficulty.normal=רגיל +options.difficulty.peaceful=שלווה +options.farWarning1=התקנת ×’'×ווה 64 סיביות מומלצת +options.farWarning2=בשביל "רחוק" )×œ×›× ×™×© 32 ביט( +options.fboEnable=×פשר FBO×™× +options.forceUnicodeFont=הכרח פונט "Unicode" +options.fov=שדה ר××™×™×” +options.fov.max=מומחה-Quake +options.fov.min=רגיל +options.framerateLimit=קצב ×¤×¨×™×™×ž×™× ×ž×¨×‘×™ +options.framerateLimit.max=בלתי מוגבל +options.fullscreen=מסך ×ž×œ× +options.gamma=בהירות +options.gamma.max=בהיר +options.gamma.min=×ž×¢×•×ž×¢× +options.graphics=גרפיקה +options.graphics.fancy=מפו×ר +options.graphics.fast=מהיר +options.guiScale=×§× ×” מידת הממשק +options.guiScale.auto=×וטומטי +options.guiScale.large=גדול +options.guiScale.normal=רגיל +options.guiScale.small=קטן +options.hidden=מוסתר +options.invertMouse=הפוך עכבר +options.language=שפה... +options.languageWarning=רוב תרגומי השפה ××™× × ×ž×“×•×™×§×™× ×‘100%% ×בל העברית מדויק ביותר +options.mipmapLevels=רמות Mipmap +options.modelPart.hat=כובע +options.modelPart.jacket=×’'קט +options.multiplayer.title=הגדרות רב-משתתפי×... +options.music=מוסיקה +options.off=כבוי +options.on=פעיל +options.particles=×—×œ×§×™×§×™× +options.particles.all=הכל +options.particles.decreased=מופחת +options.particles.minimal=מינימלי +options.performanceButton=הגדרות ביצועי ויד×ו... +options.performanceVideoTitle=הגדרות ביצועי ויד×ו +options.postButton=הגדרות Post-Processing... +options.postProcessEnable=×פשר Post-Processing +options.postVideoTitle=הגדרות Post-Processing +options.qualityButton=הגדרות ×יכות ויד×ו... +options.qualityVideoTitle=הגדרות ×יכות ויד×ו +options.renderClouds=×¢× × ×™× +options.renderDistance=מרחק ר××™×” +options.renderDistance.far=רחוק +options.renderDistance.normal=רגיל +options.renderDistance.short=קצר +options.renderDistance.tiny=קטנטן +options.resourcepack=ערכות מש×בי×... +options.saturation=רוויה +options.sensitivity=רגישות +options.sensitivity.max=מהירות על!!! +options.sensitivity.min=*פיהוק* +options.snooper=×פשר העברת מידע לשרת +options.snooper.desc=×נחנו ×¨×•×¦×™× ×œ×סוף מידע על המחשב שלך כדי לעזור לשפר ×ת מיינקר×פט בכך שנדע במה ×נחנו ×™×›×•×œ×™× ×œ×ª×ž×•×š והיכן נמצ×ות הבעיות הגדולות ביותר. כל המידע ×”×–×” ×”×•× ×נונימי לחלוטין ו×פשר לר×ות ×ותו בהמשך. ×נחנו ×ž×‘×˜×™×—×™× ×©×œ× × ×¢×©×” ×©×•× ×“×‘×¨ רע ×¢× ×”× ×ª×•× ×™× ×”×œ×œ×•, ×בל ×× ×תה רוצה לבטל ×ת ×–×”, תרגיש חופשי לעשות ×ת ×–×”! +options.snooper.title=×וסף מפרט מחשב +options.snooper.view=הגדרות רחרחן... +options.sound=קול +options.sounds=מוזיקה ×•×¦×œ×™×œ×™× +options.sounds.title=×פשרויות שמע +options.stream=הגדרות שידור... +options.stream.bytesPerPixel=×יכות +options.stream.changes=ייתכן שתצטרך להפעיל מחדש ×ת השידור שלך ×œ×©×™× ×•×™×™× ×לה כדי לקחת ×ת המקו×. +options.stream.chat.enabled=הפעל +options.stream.chat.enabled.always=תמיד +options.stream.chat.enabled.never=××£ ×¤×¢× +options.stream.chat.enabled.streaming=בזמן השידור +options.stream.chat.title=הגדרות צ'ט טוויט'צ +options.stream.chat.userFilter=סינון משתמש +options.stream.chat.userFilter.all=כל ×”×¦×•×¤×™× +options.stream.chat.userFilter.mods=×ž× ×”×œ×™× +options.stream.chat.userFilter.subs=×ž×©×ª×ž×©×™× ×¨×©×•×ž×™× +options.stream.compression=דחיסה +options.stream.compression.high=גבוה +options.stream.compression.low=חלש +options.stream.compression.medium=בינוני +options.stream.estimation=רזולוציה משוערת: +options.stream.fps=מספר ×”×¤×¨×™×™×ž×™× +options.stream.ingest.reset=×פס הגדרות +options.stream.ingest.title=שרתי שידור טוויטצ' +options.stream.ingestSelection=רשימת שרתי שידור +options.stream.kbps=רוחב פס +options.stream.micToggleBehavior=לחץ כדי +options.stream.micVolumne=עוצמת מיקרופון +options.stream.mic_toggle.mute=השתק +options.stream.mic_toggle.talk=דיבור +options.stream.sendMetadata=שלח מידע נוסף +options.stream.systemVolume=עוצמת המערכת +options.stream.title=הגדרות שידור טוויטצ' +options.title=×פשרויות +options.touchscreen=מצב מסך מגע +options.video=הגדרות ויד×ו... +options.videoTitle=הגדרות ויד×ו +options.viewBobbing=ר××™×™×” מתנדנדת +options.visible=גלוי +options.vsync=השתמש בסנכרון ×× ×›×™ +potion.absorption=קליטה +potion.absorption.postfix=שיקוי לקליטה +potion.blindness=עיוורון +potion.blindness.postfix=שיקוי עיוורון +potion.confusion=סחרחורת +potion.confusion.postfix=שיקוי בחילה +potion.damageBoost=חוזק +potion.damageBoost.postfix=שיקוי עוצמה +potion.digSlowDown=עייפות כרייה +potion.digSlowDown.postfix=שיקוי קהות +potion.digSpeed=זריזות +potion.digSpeed.postfix=שיקוי ×”×צת חציבה +potion.effects.whenDrank=×›×שר מוחל: +potion.empty=חסר השפעה +potion.fireResistance=חסינות ל×ש +potion.fireResistance.postfix=שיקוי חסינות ×ש +potion.harm=× ×–×§ מיידי +potion.harm.postfix=שיקוי × ×–×™×§×” +potion.heal=ריפוי מיידי +potion.heal.postfix=שיקוי ריפוי +potion.healthBoost=הרחבת מד ×”×—×™×™× +potion.healthBoost.postfix=שיקוי של להגביר ×ת הברי×ות +potion.hunger=רעב +potion.hunger.postfix=שיקוי מרעיל מזון +potion.invisibility=היעלמות +potion.invisibility.postfix=שיקוי היעלמות +potion.jump=הגברת קפיצה +potion.jump.postfix=שיקוי זינוק +potion.moveSlowdown=×”×טה +potion.moveSlowdown.postfix=שיקוי ×יטיות +potion.moveSpeed=מהירות +potion.moveSpeed.postfix=שיקוי זריזות +potion.nightVision=ר×יית לילה +potion.nightVision.postfix=שיקוי ר×יית לילה +potion.poison=רעל +potion.poison.postfix=שיקוי רעל +potion.potency.1=II +potion.potency.2=III +potion.potency.3=IV +potion.prefix.acrid=חומצתי +potion.prefix.artless=×ª× +potion.prefix.awkward=מביך +potion.prefix.bland=רגיל +potion.prefix.bulky=גדול +potion.prefix.bungling=גרוע +potion.prefix.buttered=רך +potion.prefix.charming=×ž×§×¡×™× +potion.prefix.clear=שקוף +potion.prefix.cordial=×¢×– +potion.prefix.dashing=נמרצות +potion.prefix.debonair=ננוח +potion.prefix.diffuse=מטושטש +potion.prefix.elegant=×לגנטי +potion.prefix.fancy=מפו×ר +potion.prefix.flat=שטוח +potion.prefix.foul=מגונה +potion.prefix.grenade=נתיזה +potion.prefix.gross=דוחה +potion.prefix.harsh=קשוח +potion.prefix.milky=חלבי +potion.prefix.mundane=רגיל +potion.prefix.odorless=חסר ריח +potion.prefix.potent=עוצמתי +potion.prefix.rank=דָרגַה +potion.prefix.refined=מזוקק +potion.prefix.smooth=חלק +potion.prefix.sparkling=נוצץ +potion.prefix.stinky=מסריח +potion.prefix.suave=מתרפס +potion.prefix.thick=עבה +potion.prefix.thin=דק +potion.prefix.uninteresting=×¤×©×•×˜×™× +potion.regeneration=התחדשות +potion.regeneration.postfix=שיקוי התחדשות +potion.resistance=חסינות +potion.resistance.postfix=שיקוי חסינות +potion.saturation=רוויה +potion.saturation.postfix=שיקוי של רוויה +potion.waterBreathing=נשימה מתחת ×œ×ž×™× +potion.waterBreathing.postfix=שיקוי נשימה תת-מימית +potion.weakness=חולשה +potion.weakness.postfix=שיקוי חולשה +potion.wither=שלוש ר××©×™× +potion.wither.postfix=שיקוי של ריקבון +record.nowPlaying=פועל כעת: +resourcePack.available.title=חבילות מש××‘×™× ×–×ž×™× ×•×ª +resourcePack.folderInfo=(×ž×§× ×›×ן ×ת קבצי ערכת המש×בי×) +resourcePack.openFolder=לפתוח ×ת התיקיה של חבילת המש××‘×™× +resourcePack.selected.title=חבילות מש××‘×™× × ×‘×—×¨×•×ª +resourcePack.title=בחר חבילות מש××‘×™× +screenshot.failure=Couldn't save screenshot: %s +screenshot.success=×¦×™×œ×•× ×ž×¡×š שנשמר ×› %s +selectServer.add=הוספת שרת +selectServer.defaultName=שרת מיינקר×פט +selectServer.delete=מחק +selectServer.deleteButton=מחק +selectServer.deleteQuestion=×”×× ×תה בטוח ש×תה רוצה להסיר ×ת שרת ×–×”? +selectServer.deleteWarning=(×™×™×¢×œ× ×œ× ×¦×—! (הרבה זמן! +selectServer.direct=חיבור ישיר +selectServer.edit=עריכה +selectServer.empty=ריק +selectServer.hiddenAddress=(מוסתר) +selectServer.refresh=רענן +selectServer.select=הצטרף לשרת +selectServer.title=בחירת שרת +selectWorld.allowCommands=×פשר פקודות: +selectWorld.allowCommands.info=פקודות כמו /gamemode, /xp +selectWorld.bonusItems=תיבת בונוס: +selectWorld.cheats=פקודות +selectWorld.conversion=חייב לעבור המרה! +selectWorld.create=צור ×¢×•×œ× ×—×“×© +selectWorld.createDemo=שחק ×‘×¢×•×œ× ×”×“×’×ž×” חדש +selectWorld.customizeType=הת×מה ×ישית +selectWorld.delete=מחק +selectWorld.deleteButton=מחק +selectWorld.deleteQuestion=×”×× ×תה בטוח שברצונך למחוק ×ת ×”×¢×•×œ× ×”×–×”? +selectWorld.deleteWarning=×™×™×¢×œ× ×œ× ×¦×—! (הרבה זמן!( +selectWorld.empty=ריק +selectWorld.enterName=×©× ×”×¢×•×œ× +selectWorld.enterSeed=בסיס למחולל ×”×¢×•×œ× +selectWorld.gameMode=מצב משחק +selectWorld.gameMode.adventure=הרפתקה +selectWorld.gameMode.adventure.line1=×–×”×” למצב הישרדות ×בל ××™ ×פשר לשבור ×‘×œ×•×§×™× +selectWorld.gameMode.adventure.line2=יוסף ×ו יוסר +selectWorld.gameMode.creative=יצירתי +selectWorld.gameMode.creative.line1=יצירה חופשית, מש××‘×™× ×œ×œ× ×”×’×‘×œ×”, תעופה חופשית ושבירה מידית +selectWorld.gameMode.creative.line2=שבירת ×‘×œ×•×§×™× ×ž×™×™×“×™×ª +selectWorld.gameMode.hardcore=חסר ×¨×—×ž×™× +selectWorld.gameMode.hardcore.line1=×–×”×” למצב הישרדות, נעול ברמה ×”×›×™ קשה +selectWorld.gameMode.hardcore.line2=המירבית, ורק פסילה ×חת +selectWorld.gameMode.spectator=צופה +selectWorld.gameMode.survival=הישרדות +selectWorld.gameMode.survival.line1=חפשו מש×בי×, צרו חפצי×, השיגו +selectWorld.gameMode.survival.line2=רמות, ×—×™×™× ×•×¨×¢×‘ +selectWorld.hardcoreMode=חסר רחמי×: +selectWorld.hardcoreMode.info=×”×¢×•×œ× ×™×™×ž×—×§ ל×חר מוות +selectWorld.mapFeatures=מחולל מבני×: +selectWorld.mapFeatures.info=כפרי×, ×¦×™× ×•×§×™× ×•×›×•' +selectWorld.mapType=סוג העול×: +selectWorld.mapType.normal=רגיל +selectWorld.moreWorldOptions=×פשרויות ×¢×•×œ× × ×•×¡×¤×•×ª... +selectWorld.newWorld=×¢×•×œ× ×—×“×© +selectWorld.newWorld.copyOf=עותק של %s +selectWorld.recreate=צור מחדש +selectWorld.rename=שינוי ×©× +selectWorld.renameButton=שינוי ×©× +selectWorld.renameTitle=שנה ×ת ×©× ×”×¢×•×œ× +selectWorld.resultFolder=יישמר ב: +selectWorld.seedInfo=הש×ירו ריק עבור זרע ×קר××™ +selectWorld.select=שחק ×‘×¢×•×œ× ×”× ×‘×—×¨ +selectWorld.title=בחר ×¢×•×œ× +selectWorld.world=×¢×•×œ× +sign.edit=ערוך שלט +soundCategory.ambient=בעלי ×—×™×™×/סביבה +soundCategory.block=קוביות +soundCategory.hostile=×™×¦×•×¨×™× ×¢×•×™× ×™× +soundCategory.master=עוצמה ר×שית +soundCategory.music=מוסיקה +soundCategory.neutral=×™×¦×•×¨×™× ×™×“×™×“×•×ª×™×™× +soundCategory.player=×©×—×§× ×™× +soundCategory.record=תיבת × ×’×™× ×”/תיבת צליל +soundCategory.weather=מזג ×וויר +stat.animalsBred=בעלי ×—×™×™× ×‘×©×‘×™×™×” +stat.blocksButton=×‘×œ×•×§×™× +stat.boatOneCm=מרחק שעברת בסירה +stat.breakItem=%1$s התרוקן +stat.climbOneCm=מרחק שעברת בטיפוס +stat.craftItem=%1$s נוצר +stat.crafted=×¤×¢×ž×™× ×©× ×•×¦×¨ +stat.createWorld=עולמות נוצרו +stat.damageDealt=× ×–×§ ×©× ×’×¨× +stat.damageTaken=× ×–×§ ×©× ×’×¨× ×›×œ×¤×™×š +stat.deaths=מספר ×¤×¢×ž×™× ×©×ž×ª×ª +stat.depleted=×¤×¢×ž×™× ×©× ×©×‘×¨ +stat.diveOneCm=מרחק הצלילה שלך +stat.drop=×—×¤×¦×™× ×©×”×•×¤×œ×• +stat.entityKilledBy=%s הרג ×ותך %s פעמ(×™×) +stat.entityKilledBy.none=×ž×¢×•×œ× ×œ× × ×”×¨×’×ª על-ידי %s +stat.entityKills=×תה הרגת ×ת %s %s +stat.entityKills.none=×ž×¢×•×œ× ×œ× ×”×¨×’×ª ×ת %s +stat.fallOneCm=מרחק שעברת בנפילה +stat.fishCaught=×“×’×™× ×©× ×ª×¤×¡×• +stat.flyOneCm=מרחק שעברת ב×וויר +stat.generalButton=כללי +stat.horseOneCm=מרחק על ידי סוס +stat.itemsButton=×¤×¨×™×˜×™× +stat.joinMultiplayer=הצטרפויות לרב-×ž×©×ª×ž×©×™× +stat.jump=קפיצות +stat.junkFished=זבל משו +stat.leaveGame=×ž×©×—×§×™× ×©× ×¢×–×‘×• +stat.loadWorld=שמירות שנטענו +stat.mineBlock=%1$s נחצב +stat.minecartOneCm=מרחק שנעבר בעגלת מכרה +stat.mined=×¤×¢×ž×™× ×©× ×—×¦×‘ +stat.mobKills=הריגות יצורי ×—×™×™× +stat.mobsButton=בעלי ×—×™×™× +stat.pigOneCm=מרחק שעברת ברכיבה על חזיר +stat.playOneMinute=דקות משחק +stat.playerKills=הריגות ×©×—×§× ×™× +stat.startGame=×¤×¢×ž×™× ×©×©×™×—×§×ª +stat.swimOneCm=מרחק ששחית +stat.treasureFished=×וצר משו +stat.useItem=%1$s שומש +stat.used=×¤×¢×ž×™× ×©×©×•×ž×© +stat.walkOneCm=מרחק הליכה כולל +stats.tooltip.type.achievement=הישג +stats.tooltip.type.statistic=סטטיסטיקה +stream.confirm_start=×”×× ×תה בטוח שברצונך להפעיל ×ת השידור? +stream.unavailable.account_not_bound=לפני ש×תה יכול לשדר Minecraft דרך טוויט'צ, תצטרך לקשר ×ת חשבון הטוויט'צ שלך ×ל mojang.com. ×”×× ×תה רוצה לעשות ×ת ×–×” עכשיו? +stream.unavailable.account_not_bound.okay=קשר חשבונות +stream.unavailable.account_not_migrated=לפני שתוכלו לשדר מ- Minecraft ל- Twitch, ×™×”×™×” ×¢×œ×™×›× ×œ×”×¢×‘×™×¨ ×ת חשבון ×”- Minecraft ×©×œ×›× ×œ×—×©×‘×•×Ÿ Mojang. ×”×× ×‘×¨×¦×•× ×›× ×œ×¢×©×•×ª ×–×ת כעת? +stream.unavailable.account_not_migrated.okay=העבר חשבון +stream.unavailable.failed_auth=×ימות לטוויט'צ נכשל. בבקשה לך ל mojang.com ו×גד ×ותו מחדש ×¢× ×—×©×‘×•×Ÿ הטוויט'צ שלך. +stream.unavailable.failed_auth.okay=×גד מחדש חשבונות +stream.unavailable.failed_auth_error=×ין ×פשרות לבצע עימות לטוויט'צ. ×× × × ×¡×” שוב מ×וחר יותר. +stream.unavailable.initialization_failure=×ין ×פשרות ל×תחל ×ת ערכת פיתוח תוכנה של טוויט'צ. +stream.unavailable.initialization_failure.extra=(סיבה: ) +stream.unavailable.library_arch_mismatch=לגרסת ×”java שברשותך יש ×רכיטקטורה שונה מז×ת המשמשת להפעלת הל×נצ'ר. ×× × ×•×“× ×›×™ ××œ× ×ותו הדבר, ×ו 32 סיביות ×ו 64 סיביות עבור שניה×. +stream.unavailable.library_failure=×ין ×פשרות לטעון ×ת הספריות ×”×“×¨×•×©×™× ×¢×‘×•×¨ שידורי תוכן טוויט'צ. +stream.unavailable.no_fbo=כרטיס המסך שלך צריכה לתמוך ב- OpenGL בגירסה 3.0 לפחות ×ו תמיכה במסגרת מ×גר ×ובייקטיבית ב×מצעות ×”×רכה לשימוש משולב ×ת שידור הטוויט'צ. +stream.unavailable.no_fbo.arb=×וגר השקופיות תומך ב×ובייקט ב×מצעות ARB הו×: %s +stream.unavailable.no_fbo.blend=תמיכה מיזוג נפרד ב×מצעות התכונה EXT ×”×™×: %s +stream.unavailable.no_fbo.ext=×וגר השקופיות תומך ב×ובייקט ב×מצעות ARB הו×: %s +stream.unavailable.no_fbo.version=×תה משתמש כעת: %s +stream.unavailable.not_supported.mac=למרבה הצער שידור טוויט'צ ב- Mac דורש גירסה של תוכנה חדשה יותר מזו בה ש×תה נמצ×. עליך להשתמש בגרסהת 10.7 (Mac OS X Lion) ×ו גירסה חדשה יותר כדי שתוכל להשתמש בשרות ×–×”. ×”×× ×‘×¨×¦×•× ×š לבקר בapple.com כדי ללמוד על השדרוג? +stream.unavailable.not_supported.mac.okay=שדרוג +stream.unavailable.not_supported.other=לצערנו שירות השידור טוויט'צ דורש ווינדוס (ויסטה ×ו חדשה יותר) ×ו גרסת מ××§ (10.7/Lion or newer) +stream.unavailable.not_supported.windows=למרבה הצער השידור ×¢× ×˜×•×•×™×˜'צ דורש גירסה חדשה יותר של ווינדוס משלך. דרוש לך לפחות ווינדוס Vista ×ו גירסה חדשה יותר. +stream.unavailable.report_to_mojang=דווח לMojang +stream.unavailable.soundflower.chat= תוכנת Soundflower נדרשת ×›×™ שדר במ××§. s% +stream.unavailable.soundflower.chat.link=×× × ×œ×—×¥ ×›×ן כדי להתקין. +stream.unavailable.title=שידור טוויט'צ ×œ× ×–×ž×™×Ÿ +stream.unavailable.unknown=לצערנו ×תה ×œ× ×™×›×•×œ לשדר לייב בזמן ×–×” . ו×נחנו ×œ× ×™×•×“×¢×™× ×œ×ž×” :( +stream.unavailable.unknown.chat=×œ× ×”×™×ª×” ×פשרות להפעיל ×ת השידור: %s +stream.user.mode.administrator=מנהל טוויט'צ +stream.user.mode.banned=מושהה +stream.user.mode.banned.other=חל ×יסור על הערוץ של %s +stream.user.mode.banned.self=מושהה מהערוץ שלך +stream.user.mode.broadcaster=שדרן +stream.user.mode.broadcaster.other=שדרן +stream.user.mode.broadcaster.self=שדרן (×תה!) +stream.user.mode.moderator=מנהל +stream.user.mode.moderator.other=מנהל בערוץ של %s +stream.user.mode.moderator.self=מנהל הערוץ שלך +stream.user.mode.staff=דברי טוויט'צ +stream.user.subscription.subscriber=מנוי +stream.user.subscription.subscriber.other=מנוי לערוץ של %s +stream.user.subscription.subscriber.self=משתמש ×¨×©×•× ×œ×¢×¨×•×¥ שלך +stream.user.subscription.turbo=טוויט'צ טורבו +stream.userinfo.ban=השעיה +stream.userinfo.chatTooltip=לחץ כדי לנהל ×ת המשתמש +stream.userinfo.mod=×§×™×“×•× ×œ×ž× ×”×œ +stream.userinfo.timeout=פסק זמן +stream.userinfo.unban=הורדת השעיה +stream.userinfo.unmod=הורדת דרגה מהמנהל +tile.activatorRail.name=מסילת הפעלה +tile.anvil.intact.name=סדן +tile.anvil.name=סדן +tile.anvil.slightlyDamaged.name=סדן ×¤×’×•× ×ž×¢×˜ +tile.anvil.veryDamaged.name=סדן ×¤×’×•× ×ž×וד +tile.barrier.name=×ž×—×¡×•× +tile.beacon.name=×יתות +tile.beacon.primary=כוח עיקרי +tile.beacon.secondary=כוח משני +tile.bed.name=מיטה +tile.bed.noSleep=×תה יכול לישון רק בלילה +tile.bed.notSafe=×ין ביכולתך לנוח כעת, יש מפלצות בקרבת ×ž×§×•× +tile.bed.notValid=המיטה הר×שית ×©×œ×›× ×—×¡×¨×” ×ו חסומה +tile.bed.occupied=המיטה ×”×–×ת תפוסה +tile.bedrock.name=×בן יסוד +tile.blockCoal.name=קוביית ×¤×—× +tile.blockDiamond.name=בלוק ×™×”×œ×•× +tile.blockEmerald.name=בלוק ברקת +tile.blockGold.name=קוביית זהב +tile.blockIron.name=קוביית ברזל +tile.blockLapis.name=בלוק ל×פיס ל×זולי +tile.blockRedstone.name=בלוק רדסטון +tile.bookshelf.name=מדף ×¡×¤×¨×™× +tile.brick.name=×œ×‘× ×™× +tile.button.name=כפתור +tile.cactus.name=קקטוס +tile.cake.name=עוגה +tile.carrots.name=גזר +tile.cauldron.name=קדרה +tile.chest.name=תיבה +tile.chestTrap.name=תיבה ממולכדת +tile.clay.name=חמר +tile.clayHardened.name=חימר מוקשה +tile.clayHardenedStained.black.name=חימר שחור ×•×ž×•×›×ª× +tile.clayHardenedStained.blue.name=חמר ×ž×•×›×ª× ×‘×›×—×•×œ +tile.clayHardenedStained.brown.name=חימר ×—×•× ×ž×•×›×ª× +tile.clayHardenedStained.cyan.name=חמר ×ž×•×›×ª× ×‘×ª×›×œ×ª +tile.clayHardenedStained.gray.name=חמר ×ž×•×›×ª× ×‘×פור +tile.clayHardenedStained.green.name=חימר ירוק ויטר××–'×™× +tile.clayHardenedStained.lightBlue.name=חמר ×ž×•×›×ª× ×‘×›×—×•×œ בהיר +tile.clayHardenedStained.lime.name=חיימר ×œ×™×™× ×¦×‘×¢×•× ×™ +tile.clayHardenedStained.magenta.name=חימר ×ž×•×›×ª× ×ž×’'נטה +tile.clayHardenedStained.orange.name=חמר ×ž×•×›×ª× ×‘×›×ª×•× +tile.clayHardenedStained.pink.name=חמר ×ž×•×›×ª× ×‘×•×¨×•×“ +tile.clayHardenedStained.purple.name=חמר ×ž×•×›×ª× ×‘×¡×’×•×œ +tile.clayHardenedStained.red.name=חימר ××“×•× ×¦×‘×¢×•× ×™ +tile.clayHardenedStained.silver.name=חמר ×ž×•×›×ª× ×‘×פור בהיר +tile.clayHardenedStained.white.name=חמר ×ž×•×›×ª× ×‘×œ×‘×Ÿ +tile.clayHardenedStained.yellow.name=חמר ×ž×•×›×ª× ×‘×¦×”×•×‘ +tile.cloth.black.name=צמר שחור +tile.cloth.blue.name=צמר כחול +tile.cloth.brown.name=צמר ×—×•× +tile.cloth.cyan.name=צמר תכלת +tile.cloth.gray.name=צמר ×פור +tile.cloth.green.name=צמר ירוק +tile.cloth.lightBlue.name=צמר כחול בהיר +tile.cloth.lime.name=צמר ×œ×™×™× +tile.cloth.magenta.name=צמר מג'נטה +tile.cloth.name=צמר +tile.cloth.orange.name=צמר ×›×ª×•× +tile.cloth.pink.name=צמר ורוד +tile.cloth.purple.name=צמר סגול +tile.cloth.red.name=צמר ××“×•× +tile.cloth.silver.name=צמר ×פור בהיר +tile.cloth.white.name=צמר +tile.cloth.yellow.name=צמר צהוב +tile.cobbleWall.mossy.name=קיר ×בן ריצוף טחבי +tile.cobbleWall.normal.name=קיר ×בן ריצוף +tile.cocoa.name=×§×§×ו +tile.commandBlock.name=בלוק פקודה +tile.crops.name=יבול +tile.daylightDetector.name=חיישן ×™×•× +tile.deadbush.name=שיח מת +tile.detectorRail.name=מסילת גילוי +tile.dirt.default.name=×דמה +tile.dirt.podzol.name=תרמיל ×–×ל +tile.dispenser.name=פולטן +tile.doorIron.name=דלת ברזל +tile.doorWood.name=דלת ×¢×¥ +tile.doublePlant.fern.name=שרך גדול +tile.doublePlant.grass.name=עשב גבוה כפול +tile.doublePlant.name=צמח +tile.doublePlant.paeonia.name=×דמוניות +tile.doublePlant.rose.name=שיח ×•×¨×“×™× +tile.doublePlant.sunflower.name=חמנית +tile.doublePlant.syringa.name=לילך +tile.dragonEgg.name=ביצת דרקון +tile.dropper.name=זורקן +tile.enchantmentTable.name=שולחן ×›×©×¤×™× +tile.endPortalFrame.name=שער לסף +tile.enderChest.name=תיבת סוף +tile.farmland.name=שטח חקל××™ +tile.fence.name=גדר +tile.fenceGate.name=שער לגדר +tile.fenceIron.name=מוטות ברזל +tile.fire.name=×ש +tile.flower1.dandelion.name=שן ×”×רי +tile.flower1.name=פרח +tile.flower2.allium.name=חסית +tile.flower2.blueOrchid.name=סחלב כחול +tile.flower2.houstonia.name=Bluet תכלת +tile.flower2.name=פרח +tile.flower2.oxeyeDaisy.name=דייזי Oxeye +tile.flower2.poppy.name=פרג +tile.flower2.tulipOrange.name=צבעוני ×›×ª×•× +tile.flower2.tulipPink.name=צבעוני ורוד +tile.flower2.tulipRed.name=צבעוני ××“×•× +tile.flower2.tulipWhite.name=צבעוני לבן +tile.furnace.name=תנור +tile.glass.name=זכוכית +tile.goldenRail.name=מסילה ממונעת +tile.grass.name=×“×©× +tile.gravel.name=חצץ +tile.hayBlock.name=קוביית חציר +tile.hellrock.name=×בן ×’×”×™× ×•× +tile.hellsand.name=חול נשמה +tile.hopper.name=משפך +tile.ice.name=קרח +tile.icePacked.name=קרח מיוחד +tile.jukebox.name=תיבת × ×’×™× ×” +tile.ladder.name=×¡×•×œ× +tile.lava.name=לבה +tile.leaves.acacia.name=עלי ×¢×¥ שיטה +tile.leaves.big_oak.name=עלי ×¢×¥ ×לון ×›×”×” +tile.leaves.birch.name=עלי שדר +tile.leaves.jungle.name=עלי ×¢×¥ ×’'ונגל +tile.leaves.name=×¢×œ×™× +tile.leaves.oak.name=עלי ×לון +tile.leaves.spruce.name=עלי ×שוחית +tile.lever.name=מפסק +tile.lightgem.name=×בן זוהרת +tile.litpumpkin.name=מנורת דלעת +tile.lockedchest.name=תיבה נעולה +tile.log.acacia.name=×¢×¥ שיטה +tile.log.big_oak.name=×¢×¥ ×לון ×›×”×” +tile.log.birch.name=×¢×¥ שדר +tile.log.jungle.name=×¢×¥ ×’'ונגל +tile.log.name=×¢×¥ +tile.log.oak.name=×¢×¥ ×לון +tile.log.spruce.name=×¢×¥ ×שוחית +tile.melon.name=מלון +tile.mobSpawner.name=מזמן מפלצות +tile.monsterStoneEgg.brick.name=ביצת מפלצת לבני ×בן +tile.monsterStoneEgg.chiseledbrick.name=ביצת מפלצת (לבני ×בן מסותתות) +tile.monsterStoneEgg.cobble.name=×בן מרוסקת ביצת מפלצת +tile.monsterStoneEgg.crackedbrick.name=ביצת מפלצת (לבני ×בן סדוקות) +tile.monsterStoneEgg.mossybrick.name=ביצת מפלצת (לבני ×בן טחביי×) +tile.monsterStoneEgg.stone.name=ביצת מפלצת ×בן +tile.mushroom.name=פטריה +tile.musicBlock.name=בלוק צליל +tile.mycel.name=תפטיר +tile.netherBrick.name=לבנת ×’×™×”× ×•× +tile.netherFence.name=גדר לבנת ×’×”× ×•× +tile.netherStalk.name=חיטת ×’×”× ×•× +tile.netherquartz.name=עפרת קוורץ +tile.notGate.name=לפיד רדסטון +tile.obsidian.name=בזלת +tile.oreCoal.name=עפרת ×¤×—× +tile.oreDiamond.name=עפרת ×™×”×œ×•× +tile.oreEmerald.name=ברקת שעות +tile.oreGold.name=עפרת זהב +tile.oreIron.name=עפרת ברזל +tile.oreLapis.name=עפרת ל×פיס ל×זולי +tile.oreRedstone.name=עפרת רדסטון +tile.oreRuby.name=עפרת ××•×“× +tile.pistonBase.name=בוכנה +tile.pistonStickyBase.name=בוכנה דביקה +tile.portal.name=שער +tile.potatoes.name=תפוחי ×דמה +tile.pumpkin.name=דלעת +tile.quartzBlock.chiseled.name=בלוק קוורץ מסותת +tile.quartzBlock.default.name=קוביית קוורץ +tile.quartzBlock.lines.name=עמוד קוורץ +tile.rail.name=מסילה +tile.redSandStone.default.name=×בן חול ×דומה +tile.redSandStone.name=×בן חול ×דומה +tile.redstoneDust.name=×בק רדסטון +tile.redstoneLight.name=מנורת רדסטון +tile.reeds.name=×§× ×” סוכר +tile.sand.default.name=חול +tile.sand.name=חול +tile.sand.red.name=חול ××“×•× +tile.sandStone.chiseled.name=×בן חול מפוסלת +tile.sandStone.default.name=×בן חול +tile.sandStone.name=×בן חול +tile.sandStone.smooth.name=×בן חול חלקה +tile.sapling.acacia.name=שתיל שיטה +tile.sapling.birch.name=שתיל שדר +tile.sapling.jungle.name=שתיל ×¢×¥ ×’'ונגל +tile.sapling.oak.name=שתיל ×לון +tile.sapling.spruce.name=שתיל ×שוחית +tile.sign.name=שלט +tile.snow.name=שלג +tile.sponge.dry.name=ספוג +tile.stainedGlass.black.name=זכוכית שחורה +tile.stainedGlass.blue.name=זכוכית כחולה +tile.stainedGlass.brown.name=זכוכית חומה +tile.stainedGlass.cyan.name=זכוכית צי×ן +tile.stainedGlass.gray.name=זכוכית ×פורה +tile.stainedGlass.green.name=זכוכית ירוקה +tile.stainedGlass.lightBlue.name=זכוכית כחולה בהירה +tile.stainedGlass.lime.name=זכוכית ×œ×™×™× +tile.stainedGlass.magenta.name=זכוכית מג'נטה +tile.stainedGlass.name=זכוכית מוכתמת +tile.stainedGlass.orange.name=זכוכית כתומה +tile.stainedGlass.pink.name=זכוכית ורודה +tile.stainedGlass.purple.name=זכוכית סגולה +tile.stainedGlass.red.name=זכוכית ×דומה +tile.stainedGlass.silver.name=זכוכית ×פורה בהירה +tile.stainedGlass.white.name=זכוכית לבנה +tile.stainedGlass.yellow.name=זכוכית צהובה +tile.stairsBrick.name=מדרגות ×œ×‘× ×™× +tile.stairsNetherBrick.name=מדרגות לבנת ×’×™×”× ×•× +tile.stairsQuartz.name=מדרגות קוורץ +tile.stairsSandStone.name=מדרגות ×בן חול +tile.stairsStone.name=מדרגות ×בן +tile.stairsStoneBrickSmooth.name=מדרגות לבני ×בן +tile.stairsWood.name=מדרגות ×¢×¥ ×לון +tile.stairsWoodAcacia.name=מדרגות ×¢×¥ שיטה +tile.stairsWoodBirch.name=מדרגות ×¢×¥ שדר +tile.stairsWoodDarkOak.name=מדרגות ×¢×¥ ×›×”×” +tile.stairsWoodJungle.name=מדרגות מעץ של ×’'ונגל +tile.stairsWoodSpruce.name=מדרגות ×¢×¥ ×שוחית +tile.stone.granite.name=גרניט +tile.stone.graniteSmooth.name=גרניט מלוטשות +tile.stone.stone.name=×בן +tile.stoneMoss.name=×בן טחב +tile.stoneSlab.brick.name=×œ×‘× ×™× ×—×¦×•×™×•×ª +tile.stoneSlab.cobble.name=מדרגת ×בן מרוסקת +tile.stoneSlab.netherBrick.name=לבנת ×’×™×”×™× ×•× ×—×¦×•×™×” +tile.stoneSlab.quartz.name=קוורץ חצוי +tile.stoneSlab.sand.name=×בן חול חצויה +tile.stoneSlab.smoothStoneBrick.name=לבני ×בן חצויות +tile.stoneSlab.stone.name=מדרגת ×בן +tile.stoneSlab.wood.name=×¢×¥ חצוי +tile.stonebrick.name=×בן מרוסקת +tile.stonebricksmooth.chiseled.name=לבני ×בן מפוסלות +tile.stonebricksmooth.cracked.name=לבני ×בן סדוקות +tile.stonebricksmooth.default.name=לבני ×בן +tile.stonebricksmooth.mossy.name=לבני ×בן ×˜×—×‘×™×™× +tile.stonebricksmooth.name=לבני ×בן +tile.tallgrass.fern.name=שרך +tile.tallgrass.grass.name=×“×©× +tile.tallgrass.name=×“×©× +tile.tallgrass.shrub.name=שיח +tile.thinGlass.name=זגוגית +tile.thinStainedGlass.black.name=זגוגית שחורה +tile.thinStainedGlass.blue.name=זגוגית כחולה +tile.thinStainedGlass.brown.name=זגוגית חומה +tile.thinStainedGlass.cyan.name=זגוגית צי×ן +tile.thinStainedGlass.gray.name=זגוגית ×פורה +tile.thinStainedGlass.green.name=זגוגית ירוקה +tile.thinStainedGlass.lightBlue.name=זגוגית כחולה בהירה +tile.thinStainedGlass.lime.name=זגוגית ×œ×™×™× +tile.thinStainedGlass.magenta.name=זגוגית מג'נטה +tile.thinStainedGlass.name=זגוגית זכוכית מוכתמת +tile.thinStainedGlass.orange.name=זגוגית כתומה +tile.thinStainedGlass.pink.name=זגוגית ורודה +tile.thinStainedGlass.purple.name=זגוגית סגולה +tile.thinStainedGlass.red.name=זגוגית ×דומה +tile.thinStainedGlass.silver.name=זגוגית ×פורה בהירה +tile.thinStainedGlass.white.name=זגוגית לבנה +tile.thinStainedGlass.yellow.name=זגוגית צהובה +tile.tnt.name=פצצה +tile.torch.name=לפיד +tile.trapdoor.name=דלת ×¡×ª×¨×™× +tile.tripWire.name=חוט מעידה +tile.tripWireSource.name=קרס חוט מעידה +tile.vine.name=×’×¤× ×™× +tile.water.name=×ž×™× +tile.waterlily.name=נופר +tile.web.name=קורי עכביש +tile.weightedPlate_heavy.name=לוחית לחץ משקלית (עבה( +tile.weightedPlate_light.name=לוחית לחץ משקלית (קל) +tile.whiteStone.name=×בן סוף +tile.wood.acacia.name=קרשי ×¢×¥ שיטה +tile.wood.big_oak.name=קרשי ×¢×¥ ×לון ×›×”×” +tile.wood.birch.name=קרשי ×¢×¥ שדר +tile.wood.jungle.name=קרשי ×¢×¥ ×’'ונגל +tile.wood.name=×§×¨×©×™× +tile.wood.oak.name=קרשי ×¢×¥ ×לון +tile.wood.spruce.name=קרשי ×¢×¥ ×שוחית +tile.woodSlab.acacia.name=סל×ב ×¢×¥ שיטה +tile.woodSlab.big_oak.name=סל×ב ×¢×¥ ×לון ×›×”×” +tile.woodSlab.birch.name=×¢×¥ שדר חצוי +tile.woodSlab.jungle.name=×¢×¥ ×’'ונגל חצוי +tile.woodSlab.oak.name=×¢×¥ ×לון חצוי +tile.woodSlab.spruce.name=×¢×¥ ×שוחית חצוי +tile.woolCarpet.black.name=שטיח שחור +tile.woolCarpet.blue.name=שטיח כחול +tile.woolCarpet.brown.name=שטיח ×—×•× +tile.woolCarpet.cyan.name=שטיח צי×ן +tile.woolCarpet.gray.name=שטיח ×פור +tile.woolCarpet.green.name=שטיח ירוק +tile.woolCarpet.lightBlue.name=שטיח כחול בהיר +tile.woolCarpet.lime.name=שטיח ×œ×™×™× +tile.woolCarpet.magenta.name=שטיח ×רגמן +tile.woolCarpet.orange.name=שטיח ×›×ª×•× +tile.woolCarpet.pink.name=שטיח ורוד +tile.woolCarpet.purple.name=שטיח סגול +tile.woolCarpet.red.name=שטיח ××“×•× +tile.woolCarpet.silver.name=שטיח ×פור בהיר +tile.woolCarpet.white.name=שטיח +tile.woolCarpet.yellow.name=שטיח צהוב +tile.workbench.name=שולחן עבודה +title.oldgl1=כרטיס מסך ישן מזוהה; הדבר עלול למנוע ממך +title.oldgl2=בעתיד הרחוק פיצ'ר כמו OpenGL 2.0 ידרש כדי לשחק. +translation.test.invalid=×”×™×™ % +translation.test.none=×©×œ×•× ×¢×•×œ×! +translation.test.world=×¢×•×œ× diff --git a/javascript/lang/hi_IN.lang b/javascript/lang/hi_IN.lang new file mode 100755 index 00000000..a87a924b --- /dev/null +++ b/javascript/lang/hi_IN.lang @@ -0,0 +1,1412 @@ +achievement.acquireIron=हारà¥à¤¡à¤µà¥‡à¤¯à¤° मोल +achievement.acquireIron.desc=à¤à¤• लोहे के पिंड गलाना +achievement.bakeCake=लेटें +achievement.bakeCake.desc=गेहूं, चीनी, दूध और अंडे! +achievement.blazeRod=आग में +achievement.blazeRod.desc=अपनी छड़ी के à¤à¤• बà¥à¤²à¥‡à¤œà¤¼ छà¥à¤Ÿà¤•ारा पाने के +achievement.bookcase=लाइबà¥à¤°à¥‡à¤°à¤¿à¤¯à¤¨ +achievement.bookcase.desc=कà¥à¤› किताबो बनाà¤à¤ करने के लिठअपने आकरà¥à¤·à¤£ तालिका में सà¥à¤§à¤¾à¤° +achievement.breedCow=Repopulation +achievement.breedCow.desc=गेहूं के साथ दो गायों पालें +achievement.buildBetterPickaxe=à¤à¤• उनà¥à¤¨à¤¯à¤¨ +achievement.buildBetterPickaxe.desc=à¤à¤• बेहतर कà¥à¤¦à¤¾à¤² से मिटà¥à¤Ÿà¥€ खà¥à¤°à¤ªà¤¨à¤¾ निरà¥à¤®à¤¾à¤£ +achievement.buildFurnace=गरम विषय +achievement.buildFurnace.desc=आठ पतà¥à¤¥à¤° बà¥à¤²à¥‰à¤•ों के बाहर à¤à¤• भटà¥à¤ à¥€ का निरà¥à¤®à¤¾à¤£ +achievement.buildHoe=फारà¥à¤® के लिठसमय! +achievement.buildHoe.desc=बोरà¥à¤¡à¥‹à¤‚ और लाठी का पà¥à¤°à¤¯à¥‹à¤— बनाने के लिठà¤à¤• कà¥à¤¦à¤¾à¤² +achievement.buildPickaxe=खदान के लिठसमय! +achievement.buildPickaxe.desc=बोरà¥à¤¡à¥‹à¤‚ और लाठी का उपयोग करने के लिठà¤à¤• कà¥à¤¦à¤¾à¤² से मिटà¥à¤Ÿà¥€ खà¥à¤°à¤ªà¤¨à¤¾ बनाने +achievement.buildSword=हड़ताल करने के लिठसमय! +achievement.buildSword.desc=बोरà¥à¤¡à¥‹à¤‚ और लाठी का उपयोग करने के लिठà¤à¤• तलवार बनाने +achievement.buildWorkBench=बेंचमारà¥à¤•िंग +achievement.buildWorkBench.desc=बोरà¥à¤¡à¥‹à¤‚ के चार बà¥à¤²à¥‰à¤• के साथ à¤à¤• कारà¥à¤¯à¤•à¥à¤·à¥‡à¤¤à¥à¤° कà¥à¤°à¤¾à¤«à¥à¤Ÿ +achievement.cookFish=सà¥à¤µà¤¾à¤¦à¤¿à¤·à¥à¤Ÿ मछली +achievement.cookFish.desc=मछली पकड़ो और खाना बनाना! +achievement.diamonds=हीरे! +achievement.diamonds.desc=अपने लोहे के उपकरणों के साथ हीरे मोल +achievement.enchantments=जादूगार +achievement.enchantments.desc=à¤à¤• किताब, ओबà¥à¤¸à¥€à¤¡à¤¿à¤¯à¤¨, और हीरे का उपयोग करने के लिठà¤à¤• आकरà¥à¤·à¤£ तालिका का निरà¥à¤®à¤¾à¤£ +achievement.flyPig=जब सूअरों मकà¥à¤–ी +achievement.flyPig.desc=à¤à¤• चटà¥à¤Ÿà¤¾à¤¨ से à¤à¤• सà¥à¤…र फà¥à¤²à¤¾à¤ˆ +achievement.get=उपलबà¥à¤§à¤¿ हो जाओ! +achievement.ghast=पà¥à¤°à¥‡à¤·à¤• को लौटें +achievement.ghast.desc=à¤à¤• आग का गोला के साथ à¤à¤• फà¥à¤²à¤¾à¤‡à¤‚ग भूत नषà¥à¤Ÿ +achievement.killCow=गाय टिपर +achievement.killCow.desc=कà¥à¤› चमड़े हारà¥à¤µà¥‡à¤¸à¥à¤Ÿ +achievement.killEnemy=दानव हंटर +achievement.killEnemy.desc=हमला करते हैं और à¤à¤• राकà¥à¤·à¤¸ को नषà¥à¤Ÿ +achievement.makeBread=बनाओ रोटी +achievement.makeBread.desc=रोटी में गेहूं मà¥à¤¡à¤¼à¥‡à¤‚ +achievement.mineWood=लकड़ी हो रही है +achievement.mineWood.desc=à¤à¤• पेड़ को हमला करो जब तक लकड़ी का à¤à¤• खंड बाहर चबूतरे +achievement.onARail=à¤à¤• रेल पर +achievement.openInventory=सूची लेना +achievement.openInventory.desc='%1$s पà¥à¤°à¥‡à¤¸ करो अपनी सूची खोलने के लिà¤. +achievement.overkill=ओवरकिल +achievement.overkill.desc=à¤à¤• हिट à¤à¤•ल में कà¥à¤·à¤¤à¤¿ के आठ दिल डील +achievement.portal=हम गहराई में जाने की जरूरत है +achievement.portal.desc=नीचे के लिठà¤à¤• पोरà¥à¤Ÿà¤² बनाà¤à¤ +achievement.potion=सà¥à¤¥à¤¾à¤¨à¥€à¤¯ शराब की भठà¥à¤ à¥€ +achievement.potion.desc=औषधि काढ़ा +achievement.requires='%1$s' की आवशà¥à¤¯à¤•ता है +achievement.snipeSkeleton=निशानची दà¥à¤µà¤‚दà¥à¤µà¤¯à¥à¤¦à¥à¤§ +achievement.snipeSkeleton.desc=पचास से अधिक मीटर से à¤à¤• तीर के साथ à¤à¤• कंकाल को मार डालो +achievement.taken=लिया! +achievement.theEnd=अंत? +achievement.theEnd.desc=अंत का पता लगाà¤à¤ +achievement.theEnd2=अंत. +achievement.theEnd2.desc=अंत डà¥à¤°à¥ˆà¤—न हार +addServer.add=ठीक है +addServer.enterIp=सरà¥à¤µà¤° पता +addServer.enterName=सरà¥à¤µà¤° का नाम +addServer.hideAddress=पते छà¥à¤ªà¤¾à¤à¤ +addServer.title=सरà¥à¤µà¤° जानकारी संपादित करें +advMode.allPlayers=सभी खिलाड़ियों को लकà¥à¤·à¤¿à¤¤ करने के लिठ"@a" का उपयोग करें +advMode.command=सांतà¥à¤µà¤¨à¤¾ कमांड +advMode.nearestPlayer="@P" खिलाड़ी निकटतम लकà¥à¤·à¥à¤¯ करने के लिठउपयोग करें +advMode.notAllowed=à¤à¤• opped खिलाड़ी रचनातà¥à¤®à¤• मोड में होना चाहिठ+advMode.notEnabled=आदेश बà¥à¤²à¥‰à¤• इस सरà¥à¤µà¤° पर सकà¥à¤·à¤® नहीं है +advMode.previousOutput=पिछला उतà¥à¤ªà¤¾à¤¦à¤¨ +advMode.randomPlayer=यादृचà¥à¤›à¤¿à¤• खिलाड़ी के लकà¥à¤·à¥à¤¯ के लिठ"@r" का उपयोग करें +advMode.setCommand=बà¥à¤²à¥‰à¤• के लिठसेट करें कंसोल आदेश +advMode.setCommand.success=कमान के सेट: %s +attribute.name.generic.attackDamage=हमले कà¥à¤·à¤¤à¤¿ +attribute.name.generic.followRange=भीड़ का पालन रेंज +attribute.name.generic.knockbackResistance=पà¥à¤°à¤¤à¤¿à¤°à¥‹à¤§ वापस दसà¥à¤¤à¤• +attribute.name.generic.maxHealth=अधिकतम सà¥à¤µà¤¾à¤¸à¥à¤¥à¥à¤¯ +attribute.name.generic.movementSpeed=गति +attribute.name.horse.jumpStrength=घोड़े कूद ताकत +attribute.name.zombie.spawnReinforcements=ज़ोंबी सà¥à¤¦à¥ƒà¤¢à¥€à¤•रण +book.byAuthor=दà¥à¤µà¤¾à¤°à¤¾ %1$s +book.editTitle=पà¥à¤¸à¥à¤¤à¤• शीरà¥à¤·à¤• दरà¥à¤œ करें: +book.finalizeButton=साइन इन करें और बंद +book.finalizeWarning=धà¥à¤¯à¤¾à¤¨ दें! जब आप पà¥à¤¸à¥à¤¤à¤• पर हसà¥à¤¤à¤¾à¤•à¥à¤·à¤°, यह अब संपादन योगà¥à¤¯ हो जाà¤à¤—ा. +book.pageIndicator=पेज %1$s की %2$s +book.signButton=साइन इन करें +build.tooHigh=इमारत की ऊंचाई सीमा% à¤à¤¸ बà¥à¤²à¥‰à¤• है +chat.cannotSend=चैट संदेश नहीं भेज सका +chat.copy=कà¥à¤²à¤¿à¤ªà¤¬à¥‹à¤°à¥à¤¡ पर कॉपी +chat.link.confirm=कà¥à¤¯à¤¾ आप सà¥à¤¨à¤¿à¤¶à¥à¤šà¤¿à¤¤ करें कि आप के लिठनिमà¥à¤¨à¤²à¤¿à¤–ित वेबसाइट को खोलना चाहते हैं? +chat.link.confirmTrusted=आप अपने कà¥à¤²à¤¿à¤ªà¤¬à¥‹à¤°à¥à¤¡ को कॉपी की इस कड़ी को खोलने के लिठचाहते हैं? +chat.link.open=बà¥à¤°à¤¾à¤‰à¤œà¤¼à¤° में खोलें +chat.link.warning=लोगों को लगता है कि तà¥à¤® पर भरोसा नहीं से कभी नहीं खà¥à¤²à¥‡ लिंक! +chat.stream.emote=(%s) * %s %s +chat.stream.text=(%s) <%s> %s +chat.type.achievement=%s sólo ha obtenido el logro %s +commands.achievement.give.success.all=सफलतापूरà¥à¤µà¤• %s के लिठसभी कारनामे देखते हà¥à¤ +commands.achievement.give.success.one=सफलतापूरà¥à¤µà¤• %s stat %s को दी +commands.achievement.statTooLow=खिलाड़ी %sके पास %s सà¥à¤Ÿà¥‡à¤Ÿ नहीं है +commands.achievement.unknownAchievement=अजà¥à¤žà¤¾à¤¤ कारनामा या आà¤à¤•ड़ा '%s' +commands.ban.success=रोक लगाया हà¥à¤† खिलाड़ी %s +commands.ban.usage=/ban <नाम> [कारण ...] +commands.banip.invalid=आपने à¤à¤• अमानà¥à¤¯ IP पते या ऑनलाइन नहीं है कि à¤à¤• दिया है खिलाड़ी दिया है +commands.banip.success=पर पà¥à¤°à¤¤à¤¿à¤¬à¤‚ध लगादिया आइपी पता %s +commands.banip.success.players=पर पà¥à¤°à¤¤à¤¿à¤¬à¤‚ध लगा दिया आई पी पते %s %s से संबंधित +commands.banip.usage=/ban-ip <पता|नाम> [कारण...] +commands.banlist.ips=वहाठहैं %s रोक कà¥à¤² लगाया हà¥à¤† खिलाड़ियों +commands.banlist.players=%s कà¥à¤² पà¥à¤°à¤¤à¤¿à¤¬à¤‚धित खिलाड़ी हैं: +commands.banlist.usage=/banlist [ips|players] +commands.clear.failure=सकता है नहीं साफ है यह इनवेंटरी की %s नहीं आइटम से हटाना +commands.clear.success=%s, %s आइटमà¥à¤¸ को हटाने की सूची को मंजूरी दे दी +commands.debug.notStarted=जब हम अभी तक शà¥à¤°à¥‚ नहीं किया है रूपरेखा नहीं रोक सकता! +commands.debug.start=शà¥à¤°à¥‚ डीबग रूपरेखा +commands.debug.stop=%s (%s ticks) सेकंड के बाद बंद डिबग रूपरेखा +commands.defaultgamemode.success=अब दà¥à¤¨à¤¿à¤¯à¤¾ डिफ़ॉलà¥à¤Ÿ खेल मोड %s +commands.defaultgamemode.usage=/defaultgamemode <मोड> +commands.deop.success=De-opped %s +commands.deop.usage=/deop +commands.difficulty.success=%s के लिठसेट करें गेम की कठिनाई +commands.difficulty.usage=/difficulty <नई कठिनाई> +commands.downfall.success=टॉगल पतन +commands.effect.failure.notActive=वे पà¥à¤°à¤­à¤¾à¤µ नहीं है के रूप में %1$s %2$s से ले नहीं सकता +commands.effect.failure.notActive.all=%s से कोई भी पà¥à¤°à¤­à¤¾à¤µ लेने के रूप में वे किसी भी नहीं है नहीं कर सका +commands.effect.notFound=आईडी%s से à¤à¤¸à¥€ भीड़ पà¥à¤°à¤­à¤¾à¤µ है कोई +commands.effect.success=%1$s (ID %2$ डी) दी * असकà¥à¤·à¤® %5$ के लिठ$s के लिठ%3$ घ घ सेकंड +commands.effect.success.removed=%1$s %2$s से लिया +commands.effect.success.removed.all=से सभी पà¥à¤°à¤­à¤¾à¤µà¥‹à¤‚ ले लिया %s +commands.enchant.cantCombine=%1$s साथ मिलकर नहीं किया जा सकता। %2$s +commands.enchant.cantEnchant=चयनित जादू लकà¥à¤·à¤¿à¤¤ आइटम से जोड़ा नहीं जा सकता +commands.enchant.notFound=à¤à¤¸à¤¾ कोई जादू इस D %s के साथ नहीं है +commands.enchant.success=माओजहां सफल +commands.enchant.usage=/enchant <खिलाडी> <जादà¥à¤ˆ ID> [सà¥à¤¤à¤°] +commands.gamemode.success.other=सेट %s खेल मोड के %s +commands.gamemode.success.self=सेट आपके खेल मोड के %s +commands.gamemode.usage=/gamemode <मोड> [खिलाड़ी] +commands.gamerule.norule='%s' नामक कोई खेल नियम उपलबà¥à¤§ है +commands.gamerule.success=गेम नियम अदà¥à¤¯à¤¤à¤¨ किया गया है +commands.generic.boolean.invalid='%s' à¤à¥‚ठे का सच नहीं है. +commands.generic.double.tooBig=नंबर आपने दरà¥à¤œ किया है (%s) भी बड़े है, यह अधिक से अधिक होना आवशà¥à¤¯à¤• है %s +commands.generic.double.tooSmall=नंबर आपने दरà¥à¤œ किया है (%s) बहà¥à¤¤ छोटा है, यह कम से कम होना चाहिठ%s +commands.generic.exception=à¤à¤• अजà¥à¤žà¤¾à¤¤ तà¥à¤°à¥à¤Ÿà¤¿ हà¥à¤† करने का पà¥à¤°à¤¯à¤¾à¤¸ तक पà¥à¤°à¤¦à¤°à¥à¤¶à¤¨ यह कारà¥à¤°à¤µà¤¾à¤ˆ. +commands.generic.notFound=अजà¥à¤žà¤¾à¤¤ कमांड. आदेशों की à¤à¤• सूची के लिठमदद / पà¥à¤°à¤¯à¥‹à¤— करें. +commands.generic.num.invalid='%s' है नहीं à¤à¤• वैध संखà¥à¤¯à¤¾ +commands.generic.num.tooBig=आप के पास चला की संखà¥à¤¯à¤¾ (% (घ) बहà¥à¤¤ बडा, यह सरà¥à¤µà¤¾à¤§à¤¿à¤• पà¥à¤°à¤¤à¤¿à¤¶à¤¤ पर होना चाहिठ(घ) +commands.generic.num.tooSmall=आप के पास चला की संखà¥à¤¯à¤¾ (% (घ) बहà¥à¤¤ छोटा है, हमें इस पर विचार करना चाहिठकम-से-कम% डी. +commands.generic.permission=आप इस आदेश का उपयोग करने की अनà¥à¤®à¤¤à¤¿ नहीं है +commands.generic.player.notFound=कि खिलाड़ी नहीं कर सकता होना पाया +commands.generic.syntax=अमानà¥à¤¯ आदेश वाकà¥à¤¯à¤µà¤¿à¤¨à¥à¤¯à¤¾à¤¸ +commands.generic.usage=दसà¥à¤¤à¥‚र: %s +commands.give.notFound=ID %s के साथ कोई à¤à¤¸à¥‡ आइटम है +commands.help.footer=सà¥à¤à¤¾à¤µ: <टैब> कà¥à¤‚जी का उपयोग करते हà¥à¤ सà¥à¤µà¤¤: पूरà¥à¤£ आदेश या इसके तरà¥à¤• के लिठà¤à¤• कमांड टाइप +commands.help.header=जà¥à¤žà¤¾à¤ªà¤• मदद पेज %s की %s (/मदद <पेज>) +commands.help.usage=/मदद [पेज|आदेश नाम] +commands.kick.success=खेल से kicked %s +commands.kick.success.reason=%s इस खेल से लात मारी: '%s' +commands.kick.usage=/kick <खिलाड़ी> [कारण ...] +commands.me.usage=/मà¥à¤à¥‡ <कारà¥à¤°à¤µà¤¾à¤ˆ...> +commands.message.display.incoming=आप %s फà¥à¤¸à¤«à¥à¤¸à¤¾à¤¤à¥‡ हà¥à¤: %s +commands.message.display.outgoing=आप %s: %s के लिठकानाफूसी +commands.message.sameTarget=तà¥à¤® अपने आप को à¤à¤• निजी संदेश भेजें नहीं कर सकता! +commands.message.usage=/ < निजी संदेश... > बता +commands.op.success=ऑपरेटर %s +commands.op.usage=/op +commands.players.list=वहाठहैं %s%s खिलाड़ियों ऑनलाइन +commands.publish.failed=मेजबान सà¥à¤¥à¤¾à¤¨à¥€à¤¯ खेल करने में असमरà¥à¤¥ +commands.publish.started=सà¥à¤¥à¤¾à¤¨à¥€à¤¯ खेल पोरà¥à¤Ÿ %s पर होसà¥à¤Ÿ किया गया +commands.save-off.alreadyOff=सहेजा जा रहा है पहले से ही बंद कर दिया है +commands.save-on.alreadyOn=सहेजा जा रहा है पहले से ही चालू है +commands.save.disabled=ऑटो की बचत की दà¥à¤¨à¤¿à¤¯à¤¾ बंद कर दिया +commands.save.enabled=ऑटो की बचत की दà¥à¤¨à¤¿à¤¯à¤¾ पर बदल गया +commands.save.failed=सहेजा जा रहा है:%s +commands.save.start=बचत... +commands.save.success=दà¥à¤¨à¤¿à¤¯à¤¾ को बचाया +commands.say.usage=/say <संदेश ...> +commands.scoreboard.objectiveNotFound=उदà¥à¤¦à¥‡à¤¶à¥à¤¯ के नाम से नहीं मिला %s +commands.scoreboard.objectiveReadOnly=उदà¥à¤¦à¥‡à¤¶à¥à¤¯ '%s' केवल-पढ़ने के लिठहै और सेट नहीं किया जा सकता +commands.scoreboard.objectives.add.alreadyExists=नाम "%s" के साथ à¤à¤• उदà¥à¤¦à¥‡à¤¶à¥à¤¯ पहले से मौजूद है +commands.scoreboard.objectives.add.displayTooLong=पà¥à¤°à¤¦à¤°à¥à¤¶à¤¨ नाम '%s' के लिठà¤à¤• उदà¥à¤¦à¥‡à¤¶à¥à¤¯ बहà¥à¤¤ लंबा है, यह सबसे कम %s वरà¥à¤£à¥‹à¤‚ तक लंबा हो सकता है +commands.scoreboard.objectives.add.success=नई उदà¥à¤¦à¥‡à¤¶à¥à¤¯ '%s' सफलतापूरà¥à¤µà¤• जोड़ा गया +commands.scoreboard.objectives.add.tooLong=नाम '%s' के लिठà¤à¤• उदà¥à¤¦à¥‡à¤¶à¥à¤¯ बहà¥à¤¤ लंबा है, यह सबसे कम %s वरà¥à¤£à¥‹à¤‚ तक लंबा हो सकता है +commands.scoreboard.objectives.add.usage=/scoreboard objectives add [पà¥à¤°à¤¦à¤°à¥à¤¶à¤¨ नाम...] जोड़ें +commands.scoreboard.objectives.list.empty=सà¥à¤•ोरबोरà¥à¤¡ पर कोई उदà¥à¤¦à¥‡à¤¶à¥à¤¯ हैं +commands.scoreboard.objectives.list.entry=-%s: '%s' के रूप में पà¥à¤°à¤¦à¤°à¥à¤¶à¤¿à¤¤ करता है और '%s' पà¥à¤°à¤•ार है +commands.scoreboard.objectives.remove.success=उदà¥à¤¦à¥‡à¤¶à¥à¤¯ '%s' सफलतापूरà¥à¤µà¤• हटाया +commands.scoreboard.objectives.remove.usage=/scoreboard objectives remove <नाम हटाने के> +commands.scoreboard.objectives.setdisplay.invalidSlot=कोई à¤à¤¸à¥€ पà¥à¤°à¤¦à¤°à¥à¤¶à¤¨ सà¥à¤²à¥‰à¤Ÿ %s +commands.scoreboard.objectives.setdisplay.successCleared=उदà¥à¤¦à¥‡à¤¶à¥à¤¯ पà¥à¤°à¤¦à¤°à¥à¤¶à¤¨ सà¥à¤²à¥‰à¤Ÿ '%s' को मंजूरी दे दी +commands.scoreboard.objectives.setdisplay.successSet='%s' के लिठ'%s' सà¥à¤²à¥‰à¤Ÿ में उदà¥à¤¦à¥‡à¤¶à¥à¤¯ के पà¥à¤°à¤¦à¤°à¥à¤¶à¤¨ सेट करें +commands.scoreboard.objectives.setdisplay.usage=/scoreboard objectives setdisplay [उदà¥à¤¦à¥‡à¤¶à¥à¤¯] +commands.scoreboard.players.list.empty=सà¥à¤•ोरबोरà¥à¤¡ पर कोई नज़र रखी खिलाड़ी हैं +commands.scoreboard.players.list.player.empty=%s खिलाड़ी कोई सà¥à¤•ोर दरà¥à¤œ की गई है +commands.scoreboard.players.list.usage=/scoreboard players list [नाम] +commands.scoreboard.players.reset.success=खिलाड़ी के सभी सà¥à¤•ोर रीसेट %s +commands.scoreboard.players.set.success=सà¥à¤•ोर खिलाड़ी %s के लिठ%s की %s के लिठसेट करें +commands.scoreboard.teamNotFound=टीम के नाम से नहीं मिला %s +commands.scoreboard.teams.add.alreadyExists=à¤à¤• टीम के साथ नाम '%s' पहले से मौजूद है +commands.scoreboard.teams.add.displayTooLong=पà¥à¤°à¤¦à¤°à¥à¤¶à¤¨ नाम '%s' कोई टीम के लिठबहà¥à¤¤ लंबा है, यह सबसे कम %s वरà¥à¤£à¥‹à¤‚ तक लंबा हो सकता है +commands.scoreboard.teams.add.success=नई टीम '%s' सफलतापूरà¥à¤µà¤• जोड़ा गया +commands.scoreboard.teams.add.tooLong=नाम '%s' कोई टीम के लिठबहà¥à¤¤ लंबा है, यह सबसे कम %s वरà¥à¤£à¥‹à¤‚ तक लंबा हो सकता है +commands.scoreboard.teams.add.usage=/scoreboard teams add [display name ...] +commands.scoreboard.teams.empty.alreadyEmpty=टीम %s पहले से ही खाली है, nonexistant खिलाड़ियों को निकाल नहीं सकते +commands.scoreboard.teams.empty.success=सभी %s player(s) टीम %s से हटाया +commands.scoreboard.teams.join.failure=टीम: %s %s के लिठ%s player(s) में नहीं जोड़ सकता +commands.scoreboard.teams.join.success=जोड़ा गया %s: %s %s टीम के लिठplayer(s) +commands.scoreboard.teams.join.usage=/scoreboard teams join [player] +commands.scoreboard.teams.leave.failure=हटा नहीं सका %s player(s) from their teams: %s +commands.scoreboard.teams.leave.noTeam=आप à¤à¤• टीम में नहीं हैं +commands.scoreboard.teams.leave.success=%s player(s) उनकी टीमों से हटा दिया: %s +commands.scoreboard.teams.leave.usage=/scoreboard टीमों [पà¥à¤²à¥‡à¤¯à¤°] छोड़ दो +commands.scoreboard.teams.list.empty=कोई scoreboar पर पंजीकृत टीमों +commands.scoreboard.teams.list.entry=-%1$s: '%2$s' है %3$ घ खिलाड़ियों +commands.scoreboard.teams.list.player.empty=कोई खिलाड़ी टीम %s है +commands.scoreboard.teams.list.usage=/scoreboard teams list [नाम] +commands.scoreboard.teams.option.noValue=विकलà¥à¤ª के लिठमानà¥à¤¯ मान %s हैं: %s +commands.scoreboard.teams.option.success=%s %s के लिठटीम के लिठ%s विकलà¥à¤ª सेट करें +commands.scoreboard.teams.remove.success=निकाला गया टीम %s +commands.scoreboard.teams.remove.usage=/scoreboard teams remove <नाम> +commands.seed.success=बीज: %s +commands.spawnpoint.success=%s के अंडे बिंदॠसेट करें (%s, %s, %s के लिà¤) +commands.spreadplayers.failure.players=%s %s, %s (अंतरिकà¥à¤· - के लिठभी कई खिलाड़ियों की कोशिश करो पà¥à¤°à¤¸à¤¾à¤° सबसे कम %s का उपयोग कर) के आसपास खिलाड़ियों का पà¥à¤°à¤¸à¤¾à¤° नहीं कर सकता +commands.spreadplayers.failure.teams=%s %s, %s (अंतरिकà¥à¤· - के लिठभी कई खिलाड़ियों की कोशिश करो पà¥à¤°à¤¸à¤¾à¤° सबसे कम %s का उपयोग कर) के आसपास टीमों का पà¥à¤°à¤¸à¤¾à¤° नहीं कर सकता +commands.spreadplayers.info.players=(%s पà¥à¤¨à¤°à¥‚कà¥à¤¤à¤¿à¤¯à¤¾à¤ के बाद %s बà¥à¤²à¤¾à¤•ों के अलावा खिलाड़ियों के बीच की औसत दूरी है) +commands.spreadplayers.info.teams=(%s पà¥à¤¨à¤°à¥‚कà¥à¤¤à¤¿à¤¯à¤¾à¤ के बाद %s बà¥à¤²à¤¾à¤•ों के अलावा टीमों के बीच की औसत दूरी है) +commands.spreadplayers.spreading.players=%s खिलाड़ियों %s %s, %s (min %s बà¥à¤²à¤¾à¤•ों के अलावा) के आसपास बà¥à¤²à¥‰à¤•ों के पà¥à¤°à¤¸à¤¾à¤° +commands.spreadplayers.spreading.teams=फैल %s %s %s, %s (अलावा min %s बà¥à¤²à¥‰à¤•) के आसपास बà¥à¤²à¥‰à¤•ों टीमों +commands.spreadplayers.success.players=सफलतापूरà¥à¤µà¤• %s %s, %s के आसपास खिलाड़ियों का पà¥à¤°à¤¸à¤¾à¤° +commands.spreadplayers.success.teams=सफलतापूरà¥à¤µà¤• %s %s, %s के आसपास टीमों का पà¥à¤°à¤¸à¤¾à¤° +commands.spreadplayers.usage=/spreadplayers < respectTeams true|false > < खिलाड़ी... > +commands.stop.start=सरà¥à¤µà¤° को रोकना +commands.time.added=समय के लिठजोड़ा गया %s +commands.time.set=समय निरà¥à¤§à¤¾à¤°à¤¿à¤¤ करें %s +commands.tp.notSameDimension=करने में असमरà¥à¤¥ teleport में नहीं हैं कà¥à¤¯à¥‹à¤‚कि खिलाड़ी वही आयाम +commands.tp.success=Teleported %s %s +commands.tp.success.coordinates=%s,%s,%s करने के लिठ%s Teleported +commands.unban.success=Unbanned पà¥à¤²à¥‡à¤¯à¤° %s +commands.unban.usage=/pardon +commands.unbanip.invalid=तà¥à¤® à¤à¤• अवैध IP पता दरà¥à¤œ किया है +commands.unbanip.success=unbanned आइपी पता %s +commands.unbanip.usage=/pardon-ip
+commands.weather.clear=मौसम साफ़ करने के लिठपरिवरà¥à¤¤à¤¿à¤¤ करना +commands.weather.rain=बरसात के मौसम को परिवरà¥à¤¤à¤¿à¤¤ करना +commands.weather.thunder=बारिश और गरज के लिठपरिवरà¥à¤¤à¤¿à¤¤ करना +commands.whitelist.add.success=शà¥à¤µà¥‡à¤¤ सूची करने के लिठजोड़ा गया %s +commands.whitelist.add.usage=/whitelist add +commands.whitelist.disabled=बंद शà¥à¤µà¥‡à¤¤à¤¸à¥‚ची में बदल गया +commands.whitelist.enabled=शà¥à¤µà¥‡à¤¤à¤¸à¥‚ची पर बदल गया +commands.whitelist.list=%s (%s देखा) से बाहर whitelisted खिलाड़ी हैं: +commands.whitelist.reloaded=शà¥à¤µà¥‡à¤¤à¤¸à¥‚ची रीलोडेड +commands.whitelist.remove.success=हटाया %s से सफेद सूची +commands.whitelist.remove.usage=/whitelist remove <खिलाड़ी> +commands.worldborder.center.usage=/worldborder center +commands.xp.failure.widthdrawXp=नकारातà¥à¤®à¤• अनà¥à¤­à¤µ अंक दे सकते हैं खिलाड़ी +commands.xp.success=%s के लिठदिठगठ%s अनà¥à¤­à¤µ +commands.xp.success.levels=%s के लिठदिठगठ%s सà¥à¤¤à¤° +commands.xp.success.negative.levels=%s से %s सà¥à¤¤à¤° लिया +commands.xp.usage=/xp <राशि> [पà¥à¤²à¥‡à¤¯à¤°] OR /xp <राशि>L [पà¥à¤²à¥‡à¤¯à¤°] +connect.authorizing=लॉगà¥à¤—िंग इन ... +connect.connecting=सरà¥à¤µà¤° से कनेकà¥à¤Ÿ हो रहा है ... +connect.failed=सरà¥à¤µà¤° से कनेकà¥à¤Ÿ करने में विफल +container.beacon=बीकन +container.brewing=चल खड़े हो जाओ +container.chest=छाती +container.chestDouble=बड़ी बॉकà¥à¤¸ +container.crafting=कà¥à¤°à¤¾à¤«à¥à¤Ÿà¤¿à¤‚ग +container.creative=आइटम चयन +container.dispenser=दवासाज़ +container.dropper=गिराने +container.enchant=मोहित करना +container.enderchest=अंतवह छाती +container.furnace=भटà¥à¤ à¥€ +container.hopper=आइटम हूपर +container.inventory=इनà¥à¤µà¥‡à¤‚टरी +container.minecart=मेरा कारà¥à¤Ÿ +container.repair=मरमà¥à¤®à¤¤ & नाम +container.repair.cost=लागत आकरà¥à¤·à¤£: %1$s +container.repair.expensive=बहà¥à¤¤ ही महंगा! +controls.reset=रीसेट करें +controls.resetAll=कà¥à¤‚जी रीसेट करें +controls.title=नियंतà¥à¤°à¤£ +createWorld.customize.custom.presets=पà¥à¤°à¥€à¤¸à¥‡à¤Ÿ +createWorld.customize.flat.addLayer=परत को जोड़ें +createWorld.customize.flat.editLayer=परत संपादित करें +createWorld.customize.flat.height=ऊà¤à¤šà¤¾à¤ˆ +createWorld.customize.flat.layer.bottom=तल-%s +createWorld.customize.flat.layer.top=शीरà¥à¤·-%s +createWorld.customize.flat.removeLayer=परत को हटाने +createWorld.customize.flat.tile=परत सामगà¥à¤°à¥€ +createWorld.customize.flat.title=सपाट दà¥à¤¨à¤¿à¤¯à¤¾ अनà¥à¤•ूलन +createWorld.customize.presets=पà¥à¤°à¥€à¤¸à¥‡à¤Ÿ +createWorld.customize.presets.list=वैकलà¥à¤ªà¤¿à¤• रूप से, यहाठकà¥à¤› हम पहले ही कर दिया है! +createWorld.customize.presets.select=पà¥à¤°à¥€à¤¸à¥‡à¤Ÿ का उपयोग करें +createWorld.customize.presets.share=आपके पà¥à¤°à¥€à¤¸à¥‡à¤Ÿ किसी के साथ साà¤à¤¾ करना चाहते हैं? का पà¥à¤°à¤¯à¥‹à¤— करें बॉकà¥à¤¸ के नीचे! +createWorld.customize.presets.title=पà¥à¤°à¥€à¤¸à¥‡à¤Ÿ का चयन करें +death.attack.anvil=%1$s à¤à¤• गिरने निहाई दà¥à¤µà¤¾à¤°à¤¾ कà¥à¤šà¤² गया था +death.attack.arrow=%1$s दà¥à¤µà¤¾à¤°à¤¾ गोली मार दी गई %2$s +death.attack.arrow.item=%1$s दà¥à¤µà¤¾à¤°à¤¾ गोली मार दी गई %2$s का उपयोग करते हà¥à¤ %3$s +death.attack.cactus=%1$s मौत को चà¥à¤­ गया था +death.attack.cactus.player=Test +test +test +test +test +test +test +test +test +test +test +test +test +test +test +test + + +death.attack.drown=%1$s डूब गठ+death.attack.drown.player=%1$s भागने की कोशिश करते समय डूब गठ%2$s +death.attack.explosion=%1$s को विसà¥à¤«à¥‹à¤Ÿ से उड़ा दिया +death.attack.explosion.player=%1$s दà¥à¤µà¤¾à¤°à¤¾ उड़ा दिया गया था %2$s +death.attack.fall=%1$s बहà¥à¤¤ कठिन मैदान मारा +death.attack.fallingBlock=%1$s à¤à¤• गिरने बà¥à¤²à¥‰à¤• दà¥à¤µà¤¾à¤°à¤¾ कà¥à¤šà¤² गया था +death.attack.fireball=%1$s दà¥à¤µà¤¾à¤°à¤¾ à¤à¤• आग का गोला के दà¥à¤µà¤¾à¤°à¤¾ मारा गया %2$s +death.attack.fireball.item=%1$s दà¥à¤µà¤¾à¤°à¤¾ à¤à¤• आग का गोला के दà¥à¤µà¤¾à¤°à¤¾ मारा गया %2$s का उपयोग करते हà¥à¤ %3$s +death.attack.generic=%1$s मर गया +death.attack.inFire=%1$s आग की लपटों में चला गया +death.attack.inFire.player=%1$s आग से लड़ने के whilst में चला गया %2$s +death.attack.inWall=%1$s à¤à¤• दीवार में घà¥à¤Ÿà¤¨ +death.attack.indirectMagic=%1$s दà¥à¤µà¤¾à¤°à¤¾ मारा गया %2$s जादू का उपयोग +death.attack.indirectMagic.item=%1$s दà¥à¤µà¤¾à¤°à¤¾ मारा गया %2$s का उपयोग करते हà¥à¤ %3$s +death.attack.lava=%1$s लावा में तैरने की कोशिश की +death.attack.lava.player=%1$s बचने के लिठलावा में तैरने की कोशिश की %2$s +death.attack.magic=%1$s जादू दà¥à¤µà¤¾à¤°à¤¾ मारा गया +death.attack.mob=%1$s दà¥à¤µà¤¾à¤°à¤¾ मृत था %2$s +death.attack.onFire=%1$s मौत को जला दिया +death.attack.onFire.player=%1$s à¤à¤• कà¥à¤°à¤•à¥à¤°à¤¾ whilst से लड़ने के लिठजला दिया गया था %2$s +death.attack.outOfWorld=%1$s दà¥à¤¨à¤¿à¤¯à¤¾ से बाहर गिर गई +death.attack.player=%1$s दà¥à¤µà¤¾à¤°à¤¾ मृत था %2$s +death.attack.player.item=%1$s दà¥à¤µà¤¾à¤°à¤¾ मृत था %2$s का उपयोग करते हà¥à¤ %3$s +death.attack.starve=%1$s मौत के भूखे +death.attack.thorns=%1$s चोट की कोशिश कर मारा गया %2$s +death.attack.thrown=%1$s दà¥à¤µà¤¾à¤°à¤¾ पसà¥à¤¤ था %2$s +death.attack.thrown.item=%1$s दà¥à¤µà¤¾à¤°à¤¾ पसà¥à¤¤ था %2$s का उपयोग करते हà¥à¤ %3$s +death.attack.wither=%1$s दूर सूख +death.fell.accident.generic=%1$s à¤à¤• ऊंचे सà¥à¤¥à¤¾à¤¨ से गिर गया +death.fell.accident.ladder=%1$s à¤à¤• सीढ़ी से गिर गया +death.fell.accident.vines=%1$s कà¥à¤› दाखलताओं गिर गया +death.fell.accident.water=%1$s पानी से बाहर गिर गया +death.fell.assist=%1$s से गिर बरà¥à¤¬à¤¾à¤¦ %2$s +death.fell.assist.item=%1$s से गिर बरà¥à¤¬à¤¾à¤¦ %2$s का उपयोग कर %3$s +death.fell.finish=%1$s बहà¥à¤¤ दूर गिर गया और से समापà¥à¤¤ हो गया था %2$s +death.fell.finish.item=%1$s बहà¥à¤¤ दूर गिर गया और से समापà¥à¤¤ हो गया था %2$s का उपयोग करते हà¥à¤ %3$s +death.fell.killer=%1$s गिर बरà¥à¤¬à¤¾à¤¦ हो गया था +deathScreen.deleteWorld=हटाà¤à¤ वरà¥à¤²à¥à¤¡ +deathScreen.hardcoreInfo=तà¥à¤® फिर कटà¥à¤Ÿà¤° मोड में अंडे नहीं कर सकते हैं! +deathScreen.leaveServer=सरà¥à¤µà¤° छोड़ दो +deathScreen.quit.confirm=सà¥à¤¨à¤¿à¤¶à¥à¤šà¤¿à¤¤ करें कि आप गेम छोड़ना चाहते हैं? +deathScreen.respawn=फिर सà¥à¤ªà¥‹à¤¨ +deathScreen.score=सà¥à¤•ोर +deathScreen.title=आप मर गà¤! +deathScreen.title.hardcore=गेम खतà¥à¤®! +deathScreen.titleScreen=शीरà¥à¤·à¤• सà¥à¤•à¥à¤°à¥€à¤¨ +demo.day.1=इस डेमो पिछले पाà¤à¤š खेल दिन, तà¥à¤®à¥à¤¹à¤¾à¤°à¤¾ सबसे अचà¥à¤›à¤¾ है! +demo.day.2=दूसरे दिन +demo.day.3=तीन दिन +demo.day.4=चार दिन +demo.day.5=यह तà¥à¤®à¥à¤¹à¤¾à¤°à¤¾ आखिरी दिन है! +demo.day.6=आप अपने पांचवें दिन बीत चà¥à¤•े हैं, F2 का उपयोग करने के लिठआपकी रचना के à¤à¤• सà¥à¤•à¥à¤°à¥€à¤¨à¤¶à¥‰à¤Ÿ को बचाने के +demo.day.warning=आपका समय लगभग है! +demo.demoExpired=डेमो का समय है! +demo.help.buy=अब खरीद! +demo.help.fullWrapped=इस डेमो 5 ingame दिनों (के बारे में 1 घंटे और वासà¥à¤¤à¤µà¤¿à¤• समय के 40 मिनट) पिछले जाà¤à¤—ा. संकेत के लिठउपलबà¥à¤§à¤¿à¤¯à¥‹à¤‚ की जाà¤à¤š करें! मज़ा है! +demo.help.inventory=%1$s पà¥à¤°à¤¯à¥‹à¤— के लिठअपनी सूची खोलने +demo.help.jump=%1$s दबाकर कूदो +demo.help.later=बजाना जारी रखें! +demo.help.movement=%1$s, %2$s, %3$s, %4$s और चारों ओर ले जाने के लिठमाउस का पà¥à¤°à¤¯à¥‹à¤— करें +demo.help.movementMouse=माउस का उपयोग कर के आसपास देखो +demo.help.movementShort=हिलना दà¥à¤µà¤¾à¤°à¤¾ दबाने के कारण छाप %1$s, %2$s, %3$s, %4$s +demo.help.title=Minecraft डेमो मोड +demo.remainingTime=समय शेष: %s +demo.reminder=डेमो समय समापà¥à¤¤ हो गया है, खेल खरीदने के लिठजारी रखने के लिठया à¤à¤• नई दà¥à¤¨à¤¿à¤¯à¤¾ शà¥à¤°à¥‚! +disconnect.closed=कनेकà¥à¤¶à¤¨ बंद +disconnect.disconnected=सरà¥à¤µà¤° के दà¥à¤µà¤¾à¤°à¤¾ काट दिया +disconnect.endOfStream=धारा का अंत +disconnect.genericReason=%s +disconnect.kicked=खेल से लात मारी किया गया था +disconnect.loginFailed=लॉगिन विफल +disconnect.loginFailedInfo=लॉगिन करने में विफल: %s +disconnect.loginFailedInfo.invalidSession=अवैध सतà¥à¤° (अपने खेल को शà¥à¤°à¥ करने की कोशिश करें) +disconnect.loginFailedInfo.serversUnavailable=पà¥à¤°à¤®à¤¾à¤£à¥€à¤•रण के रखरखाव के लिठवरà¥à¤¤à¤®à¤¾à¤¨ में हैं +disconnect.lost=कनेकà¥à¤¶à¤¨ खोया +disconnect.overflow=बफर अतिपà¥à¤°à¤µà¤¾à¤¹ +disconnect.quitting=छोड़ने +disconnect.spam=सà¥à¤ªà¥ˆà¤®à¤¿à¤‚ग के लिठलात मारी +disconnect.timeout=बाहर समय +enchantment.arrowDamage=बिजली +enchantment.arrowFire=लौ +enchantment.arrowInfinite=अननà¥à¤¤à¤¤à¤¾ +enchantment.arrowKnockback=à¤à¤• पà¥à¤°à¤•ार की मदिरा +enchantment.damage.all=तीखेपन +enchantment.damage.arthropods=मकड़े के बने +enchantment.damage.undead=हराना +enchantment.digging=दकà¥à¤·à¤¤à¤¾ +enchantment.durability=सà¥à¤¥à¤¾à¤¯à¤¿à¤¤à¥à¤µ +enchantment.fire=आग पहलू +enchantment.fishingSpeed=लालच +enchantment.knockback=वापस दसà¥à¤¤à¤• +enchantment.level.1=I +enchantment.level.10=X +enchantment.level.2=II +enchantment.level.3=III +enchantment.level.4=IV +enchantment.level.5=V +enchantment.level.6=VI +enchantment.level.7=VII +enchantment.level.8=VIII +enchantment.level.9=IX +enchantment.lootBonus=लूटपाट +enchantment.lootBonusDigger=भागà¥à¤¯ +enchantment.lootBonusFishing=समà¥à¤¦à¥à¤° की शà¥à¤­à¤•ामनाà¤à¤ +enchantment.oxygen=शà¥à¤µà¤¸à¤¨ +enchantment.protect.all=सà¥à¤°à¤•à¥à¤·à¤¾ +enchantment.protect.explosion=विसà¥à¤«à¥‹à¤Ÿ से संरकà¥à¤·à¤£ +enchantment.protect.fall=पंख गिरने +enchantment.protect.fire=आग से संरकà¥à¤·à¤£ +enchantment.protect.projectile=फेंकने संरकà¥à¤·à¤£ +enchantment.thorns=काà¤à¤Ÿà¥‡ +enchantment.untouching=सिलà¥à¤• टच +enchantment.waterWorker=à¤à¤•à¥à¤µà¤¾ आतà¥à¤®à¥€à¤¯à¤¤à¤¾ +entity.Arrow.name=तीर +entity.Bat.name=चमगादड़ +entity.Blaze.name=जà¥à¤µà¤¾à¤²à¤¾ +entity.Boat.name=नाव +entity.Cat.name=बिलà¥à¤²à¥€ +entity.CaveSpider.name=गà¥à¤«à¤¾ में रहनेवाली मकड़ी +entity.Chicken.name=मà¥à¤°à¥à¤—ी +entity.Cow.name=गाय +entity.Creeper.name=रेंगनेवाला +entity.EnderDragon.name=à¤à¤‚डर डà¥à¤°à¥ˆà¤—न +entity.Enderman.name=अंत आदमी +entity.EntityHorse.name=घोड़ा +entity.FallingSand.name=गिरने बà¥à¤²à¥‰à¤• +entity.Fireball.name=आग का गोला +entity.Ghast.name=फà¥à¤²à¤¾à¤‡à¤‚ग भूत +entity.Giant.name=विशाल +entity.Item.name=मद +entity.LavaSlime.name=लावा घन +entity.Minecart.name=गाड़ी +entity.Mob.name=भीड़ +entity.Monster.name=राकà¥à¤·à¤¸ +entity.MushroomCow.name=मशरूम गाय +entity.Ozelot.name=औसीलट +entity.Painting.name=चितà¥à¤° +entity.Pig.name=सà¥à¤…र +entity.PigZombie.name=ज़ोंबी Pigman +entity.PrimedTnt.name=टीà¤à¤¨à¤Ÿà¥€ का बà¥à¤²à¥‰à¤• +entity.Rabbit.name=खरगोश +entity.Sheep.name=भेड़ +entity.Silverfish.name=सिलà¥à¤µà¤° मछली +entity.Skeleton.name=कंकाल +entity.Slime.name=ज़ोंबी +entity.SmallFireball.name=लघॠआग का गोला +entity.SnowMan.name=बरà¥à¤« Golem +entity.Snowball.name=बरà¥à¤« का गोला +entity.Spider.name=मकड़ी +entity.Squid.name=वà¥à¤¯à¤‚गà¥à¤¯ +entity.Villager.name=गà¥à¤°à¤¾à¤®à¤µà¤¾à¤¸à¥€ +entity.VillagerGolem.name=लौह Golem +entity.Witch.name=चà¥à¤¡à¤¼à¥ˆà¤² +entity.WitherBoss.name=कà¥à¤®à¥à¤¹à¤²à¤¾à¤¨à¤¾ +entity.Wolf.name=वà¥à¤²à¥à¤« +entity.XPOrb.name=अनà¥à¤­à¤µ ओरà¥à¤¬ +entity.Zombie.name=ज़ोंबी +entity.donkey.name=गधा +entity.generic.name=अजà¥à¤žà¤¾à¤¤ +entity.horse.name=घोड़ा +entity.mule.name=खचà¥à¤šà¤° +entity.skeletonhorse.name=कंकाल घोड़ा +entity.zombiehorse.name=ज़ोंबी हारà¥à¤¸ +gameMode.adventure=साहसिक विधा +gameMode.changed=आपका गेम मोड अदà¥à¤¯à¤¤à¤¨ किया गया है +gameMode.creative=कà¥à¤°à¤¿à¤à¤Ÿà¤¿à¤µ मोड +gameMode.hardcore=हारà¥à¤¡à¤•ोर मोड! +gameMode.survival=असà¥à¤¤à¤¿à¤¤à¥à¤µ मोड +generator.amplified=पà¥à¤°à¤µà¤°à¥à¤§à¤¿à¤¤ +generator.amplified.info=सूचना: बस मसà¥à¤¤à¥€ के लिà¤, मांसल कंपà¥à¤¯à¥‚टर की आवशà¥à¤¯à¤•ता +generator.default=डिफ़ॉलà¥à¤Ÿ +generator.flat=सà¥à¤ªà¤° फà¥à¤²à¥ˆà¤Ÿ +generator.largeBiomes=बड़े biomes +gui.achievements=उपलबà¥à¤§à¤¿à¤¯à¤¾à¤‚ +gui.all=सब +gui.back=वापस +gui.cancel=रदà¥à¤¦ करें +gui.done=हो गया +gui.down=नीचे +gui.no=नहीं +gui.stats=आà¤à¤•ड़े +gui.toMenu=वापस जाà¤à¤ शीरà¥à¤·à¤• सà¥à¤•à¥à¤°à¥€à¤¨ से +gui.up=ऊपर +gui.yes=हाठ+inventory.binSlot=आइटम नषà¥à¤Ÿ +item.apple.name=सेब +item.appleGold.name=गोलà¥à¤¡ सेब +item.arrow.name=तीर +item.bed.name=बिसà¥à¤¤à¤° +item.beefCooked.name=सà¥à¤Ÿà¥‡à¤• +item.beefRaw.name=कचà¥à¤šà¥‡ बीफ +item.blazePowder.name=बà¥à¤²à¥‡à¤œà¤¼ पाउडर +item.blazeRod.name=बà¥à¤²à¥‡à¤œà¤¼ रॉड +item.boat.name=नाव +item.bone.name=हडà¥à¤¡à¥€ +item.book.name=किताब +item.bootsChain.name=चेन जूते +item.bootsCloth.name=चमड़ा जूते +item.bootsDiamond.name=डायमंड जूते +item.bootsGold.name=गोलà¥à¤¡à¤¨ बूट +item.bootsIron.name=आयरन जूते +item.bow.name=धनà¥à¤· +item.bowl.name=कटोरा +item.bread.name=रोटी +item.brewingStand.name=पक खड़े हो जाओ +item.brick.name=ईंट +item.bucket.name=बालà¥à¤Ÿà¥€ +item.bucketLava.name=लावा बालà¥à¤Ÿà¥€ +item.bucketWater.name=बालà¥à¤Ÿà¥€ पानी +item.cake.name=केक +item.carrotGolden.name=सोने का गाजर +item.carrotOnAStick.name=à¤à¤• छड़ी पर गाजर +item.carrots.name=गाजर +item.cauldron.name=देग़ +item.charcoal.name=लकड़ी का कोयला +item.chestplateChain.name=चेन चेसà¥à¤Ÿ पà¥à¤²à¥‡à¤Ÿ +item.chestplateCloth.name=चमड़ा अंगरखा +item.chestplateDiamond.name=डायमंड चेसà¥à¤Ÿ पà¥à¤²à¥‡à¤Ÿ +item.chestplateGold.name=गोलà¥à¤¡à¤¨ चेसà¥à¤Ÿ पà¥à¤²à¥‡à¤Ÿ +item.chestplateIron.name=आयरन चेसà¥à¤Ÿ पà¥à¤²à¥‡à¤Ÿ +item.chickenCooked.name=पकाया चिकन +item.chickenRaw.name=कचà¥à¤šà¤¾ चिकन +item.clay.name=मिटà¥à¤Ÿà¥€ +item.clock.name=घड़ी +item.coal.name=कोयला +item.comparator.name=लाल पतà¥à¤¥à¤° तà¥à¤²à¤¨à¤¿à¤¤à¥à¤° +item.compass.name=कंपास +item.cookie.name=कà¥à¤•ी +item.diamond.name=हीरा +item.diode.name=लाल पतà¥à¤¥à¤° पà¥à¤¨à¤°à¤¾à¤µà¤°à¥à¤¤à¤• +item.doorIron.name=लौह दà¥à¤µà¤¾à¤° +item.dyePowder.black.name=इंक बोरी +item.dyePowder.blue.name=लापीस लाजà¥à¤²à¥€ +item.dyePowder.brown.name=कोको बीनà¥à¤¸ +item.dyePowder.cyan.name=सियान डाई +item.dyePowder.gray.name=गà¥à¤°à¥‡ डाई +item.dyePowder.green.name=कैकà¥à¤Ÿà¤¸ गà¥à¤°à¥€à¤¨ +item.dyePowder.lightBlue.name=हलà¥à¤•ी बà¥à¤²à¥‚ डाई +item.dyePowder.lime.name=निमà¥à¤¬à¥à¤¡à¤¼à¤¾ डाई +item.dyePowder.magenta.name=मैजंटा डाई +item.dyePowder.orange.name=ऑरेंज डाई +item.dyePowder.pink.name=गà¥à¤²à¤¾à¤¬à¥€ डाई +item.dyePowder.purple.name=बैंगनी डाई +item.dyePowder.red.name=गà¥à¤²à¤¾à¤¬ लाल +item.dyePowder.silver.name=हलà¥à¤•ी गà¥à¤°à¥‡ डाई +item.dyePowder.white.name=हडà¥à¤¡à¥€ का चूरा +item.dyePowder.yellow.name=पीला डाई +item.dyed=रंगे +item.egg.name=अंडा +item.emerald.name=पनà¥à¤¨à¤¾ +item.emptyMap.name=खाली मानचितà¥à¤° +item.emptyPotion.name=पानी की बोतल +item.enchantedBook.name=जादूई पà¥à¤¸à¥à¤¤à¤• +item.enderPearl.name=अंत परà¥à¤² +item.expBottle.name=बोतल ओ' करामाती +item.eyeOfEnder.name=के नेतà¥à¤° अंत +item.feather.name=पंख +item.fermentedSpiderEye.name=किणà¥à¤µà¤¿à¤¤ सà¥à¤ªà¤¾à¤‡à¤¡à¤° आà¤à¤–ों +item.fireball.name=आग पà¥à¤°à¤­à¤¾à¤° +item.fireworks.flight=उड़ान की अवधि: +item.fireworks.name=आतिशबाजी रॉकेट +item.fireworksCharge.black=काला +item.fireworksCharge.blue=नीला +item.fireworksCharge.brown=भूरा +item.fireworksCharge.customColor=कसà¥à¤Ÿà¤® +item.fireworksCharge.cyan=नीला-हरा +item.fireworksCharge.fadeTo=फीका होना +item.fireworksCharge.flicker=टीमटिमाना +item.fireworksCharge.gray=भूरा +item.fireworksCharge.green=हरा +item.fireworksCharge.lightBlue=हलà¥à¤•ा नीला +item.fireworksCharge.lime=निमà¥à¤¬à¥‚ रंग +item.fireworksCharge.magenta=मैजेंटा +item.fireworksCharge.name=आतिशबाजी सितारा +item.fireworksCharge.orange=नारंगी +item.fireworksCharge.pink=गà¥à¤²à¤¾à¤¬à¥€ +item.fireworksCharge.purple=बैंगनी +item.fireworksCharge.red=लाल +item.fireworksCharge.silver=हलà¥à¤•ा भूरा +item.fireworksCharge.trail=निशान +item.fireworksCharge.type=अजà¥à¤žà¤¾à¤¤ आकार +item.fireworksCharge.type.0=छोटी गेंद +item.fireworksCharge.type.1=बड़ी गेंद +item.fireworksCharge.type.2=सितारा के आकार का +item.fireworksCharge.type.3=बेल के आकार का +item.fireworksCharge.type.4=फूटना +item.fireworksCharge.white=सफ़ेद +item.fireworksCharge.yellow=पिला +item.fish.clownfish.raw.name=Clownfish मछली +item.fish.cod.cooked.name=पकाया मछली +item.fish.cod.raw.name=कचà¥à¤šà¥€ मछली +item.fish.pufferfish.raw.name=Pufferfish +item.fish.salmon.cooked.name=पकाया सामन मछली +item.fish.salmon.raw.name=कचà¥à¤šà¥€ सामन मछली +item.fishingRod.name=बंसी +item.flint.name=चकमक पतà¥à¤¥à¤° +item.flintAndSteel.name=चकमक और इसà¥à¤ªà¤¾à¤¤ +item.flowerPot.name=गमला +item.frame.name=आइटम सीमा +item.ghastTear.name=भूत फाड़ +item.glassBottle.name=कांच की बोतल +item.goldNugget.name=गोलà¥à¤¡ सोने का डला +item.hatchetDiamond.name=डायमंड कà¥à¤²à¥à¤¹à¤¾à¤¡à¤¼à¥€ +item.hatchetGold.name=गोलà¥à¤¡à¤¨ कà¥à¤²à¥à¤¹à¤¾à¤¡à¤¼à¥€ +item.hatchetIron.name=आयरन कà¥à¤²à¥à¤¹à¤¾à¤¡à¤¼à¥€ +item.hatchetStone.name=सà¥à¤Ÿà¥‹à¤¨ कà¥à¤²à¥à¤¹à¤¾à¤¡à¤¼à¥€ +item.hatchetWood.name=लकड़ी कà¥à¤²à¥à¤¹à¤¾à¤¡à¤¼à¥€ +item.helmetChain.name=चेन हेलमेट +item.helmetCloth.name=चमड़ा कैप +item.helmetDiamond.name=डायमंड हेलमेट +item.helmetGold.name=गोलà¥à¤¡à¤¨ हेलमेट +item.helmetIron.name=आयरन हेलमेट +item.hoeDiamond.name=डायमंड कà¥à¤¦à¤¾à¤² +item.hoeGold.name=गोलà¥à¤¡à¤¨ कà¥à¤¦à¤¾à¤² +item.hoeIron.name=आयरन कà¥à¤¦à¤¾à¤² +item.hoeStone.name=सà¥à¤Ÿà¥‹à¤¨ कà¥à¤¦à¤¾à¤² +item.hoeWood.name=लकड़ी कà¥à¤¦à¤¾à¤² +item.horsearmordiamond.name=डायमंड हारà¥à¤¸ कवच +item.horsearmorgold.name=गोलà¥à¤¡ हारà¥à¤¸ कवच +item.horsearmormetal.name=लौह हारà¥à¤¸ कवच +item.ingotGold.name=सà¥à¤µà¤°à¥à¤£ पिंड +item.ingotIron.name=लौह पिंड +item.leash.name=पेंसिल का सà¥à¤°à¤®à¤¾ +item.leather.name=चमड़ा +item.leaves.name=पतà¥à¤¤à¥‡ +item.leggingsChain.name=चेन लेगिंग +item.leggingsCloth.name=चमड़े की पैंट +item.leggingsDiamond.name=डायमंड लेगिंग +item.leggingsGold.name=गोलà¥à¤¡à¤¨ लेगिंग +item.leggingsIron.name=आयरन लेगिंग +item.magmaCream.name=लावा कà¥à¤°à¥€à¤® +item.map.name=नकà¥à¤¶à¤¾ +item.melon.name=तरबूज +item.milk.name=दूध +item.minecart.name=गाड़ी +item.minecartChest.name=संदूक के साथ कारà¥à¤Ÿ +item.minecartCommandBlock.name=Minecart आदेश बà¥à¤²à¥‰à¤• के साथ +item.minecartFurnace.name=फरà¥à¤¨à¥‡à¤¸ के साथ कारà¥à¤Ÿ +item.minecartHopper.name=हूपर के साथ Minecart +item.minecartTnt.name=टीà¤à¤¨à¤Ÿà¥€ के साथ Minecart +item.monsterPlacer.name=अंडे देना +item.mushroomStew.name=मशरूम सà¥à¤Ÿà¥‚ +item.nameTag.name=नाम टैग +item.netherStalkSeeds.name=नीचे मसà¥à¤¸à¤¾ +item.netherStar.name=नीचे का सितारा +item.netherbrick.name=Nether ईंट +item.netherquartz.name=Nether कà¥à¤µà¤¾à¤°à¥à¤Ÿà¥à¤œ +item.painting.name=चितà¥à¤° +item.paper.name=काग़ज़ +item.pickaxeDiamond.name=डायमंड कà¥à¤¦à¤¾à¤² से मिटà¥à¤Ÿà¥€ खà¥à¤°à¤ªà¤¨à¤¾ +item.pickaxeGold.name=गोलà¥à¤¡à¤¨ कà¥à¤¦à¤¾à¤² से मिटà¥à¤Ÿà¥€ खà¥à¤°à¤ªà¤¨à¤¾ +item.pickaxeIron.name=आयरन कà¥à¤¦à¤¾à¤² से मिटà¥à¤Ÿà¥€ खà¥à¤°à¤ªà¤¨à¤¾ +item.pickaxeStone.name=सà¥à¤Ÿà¥‹à¤¨ कà¥à¤¦à¤¾à¤² से मिटà¥à¤Ÿà¥€ खà¥à¤°à¤ªà¤¨à¤¾ +item.pickaxeWood.name=लकड़ी कà¥à¤¦à¤¾à¤² से मिटà¥à¤Ÿà¥€ खà¥à¤°à¤ªà¤¨à¤¾ +item.porkchopCooked.name=पकाया पोरà¥à¤• +item.porkchopRaw.name=कचà¥à¤šà¤¾ पोरà¥à¤• +item.potato.name=आलू +item.potatoBaked.name=बेकà¥à¤¡ आलू +item.potatoPoisonous.name=जहरीला आलू +item.potion.name=शरबत +item.pumpkinPie.name=कदà¥à¤¦à¥‚ पाई +item.record.11.desc=C418 - 11 +item.record.13.desc=C418 - 13 +item.record.blocks.desc=C418 - blocks +item.record.cat.desc=C418 - cat +item.record.chirp.desc=C418 - chirp +item.record.far.desc=C418 - far +item.record.mall.desc=C418 - mall +item.record.mellohi.desc=C418 - mellohi +item.record.name=संगीत डिसà¥à¤• +item.record.stal.desc=C418 - stal +item.record.strad.desc=C418 - strad +item.record.wait.desc=C418 - wait +item.record.ward.desc=C418 - ward +item.redstone.name=लाल पतà¥à¤¥à¤° +item.reeds.name=गनà¥à¤¨à¤¾ +item.rottenFlesh.name=सड़े हà¥à¤ मांस +item.ruby.name=माणिक +item.saddle.name=काठी +item.seeds.name=बीज +item.seeds_melon.name=तरबूज के बीज +item.seeds_pumpkin.name=कदà¥à¤¦à¥‚ के बीज +item.shears.name=कैंची +item.shovelDiamond.name=डायमंड फावड़ा +item.shovelGold.name=सà¥à¤µà¤°à¥à¤£ फावड़ा +item.shovelIron.name=आयरन फावड़ा +item.shovelStone.name=सà¥à¤Ÿà¥‹à¤¨ फावड़ा +item.shovelWood.name=लकड़ी फावड़ा +item.sign.name=संकेत +item.skull.char.name=सिर +item.skull.creeper.name=लता सिर +item.skull.player.name=%s के सिर +item.skull.skeleton.name=कंकाल खोपड़ी +item.skull.wither.name=कंकाल खोपड़ी सूख +item.skull.zombie.name=ज़ोंबी सिर +item.slimeball.name=कीचड़ बॉल +item.snowball.name=बरà¥à¤« का गोला +item.speckledMelon.name=शानदार तरबूज +item.spiderEye.name=सà¥à¤ªà¤¾à¤‡à¤¡à¤° आà¤à¤–ों +item.stick.name=छड़ी +item.string.name=सà¥à¤Ÿà¥à¤°à¤¿à¤‚ग +item.sugar.name=चीनी +item.sulphur.name=बारूद +item.swordDiamond.name=हीरे की तलवार +item.swordGold.name=सà¥à¤µà¤°à¥à¤£ तलवार +item.swordIron.name=आयरन तलवार +item.swordStone.name=सà¥à¤Ÿà¥‹à¤¨ तलवार +item.swordWood.name=लकड़ी की तलवार +item.unbreakable=अटूट +item.wheat.name=गेहूठ+item.writingBook.name=किताब और कलम +item.writtenBook.name=वà¥à¤°à¤¿à¤¤à¥à¤¤à¥‡à¤‚ बà¥à¤• +item.yellowDust.name=चमक सà¥à¤Ÿà¥‹à¤¨ डसà¥à¤Ÿ +itemGroup.brewing=मदिरा बनाना +itemGroup.buildingBlocks=बिलà¥à¤¡à¤¿à¤‚ग बà¥à¤²à¥‰à¤•à¥à¤¸ +itemGroup.combat=का मà¥à¤•ाबला +itemGroup.decorations=सजावट बà¥à¤²à¥‰à¤• +itemGroup.food=खाने की चीज़ें +itemGroup.inventory=जीवन रकà¥à¤·à¤¾ इनà¥à¤µà¥‡à¤‚टरी +itemGroup.materials=सामगà¥à¤°à¥€ +itemGroup.misc=विविध +itemGroup.redstone=लाल पतà¥à¤¥à¤° +itemGroup.search=खोज आइटम +itemGroup.tools=उपकरण +itemGroup.transportation=परिवहन +key.attack=हमला/नषà¥à¤Ÿ +key.back=पीछे की ओर चलना +key.categories.gameplay=Gameplay +key.categories.inventory=इनà¥à¤µà¥‡à¤‚टरी +key.categories.misc=विविध +key.categories.movement=हिलना +key.categories.multiplayer=अनेक खिलाड़ी +key.categories.stream=सà¥à¤Ÿà¥à¤°à¥€à¤®à¤¿à¤‚ग +key.categories.ui=गेम इंटरफ़ेस +key.chat=खà¥à¤²à¥€ चैट +key.command=खà¥à¤²à¤¾ कमान +key.drop=आइटम गिराया +key.forward=आगे चलना +key.fullscreen=टॉगल Fullscreen +key.hotbar.1=Hotbar खांचा 1 +key.hotbar.2=Hotbar 2 सà¥à¤²à¥‰à¤Ÿ +key.hotbar.3=Hotbar सà¥à¤²à¥‰à¤Ÿ 3 +key.hotbar.4=Hotbar सà¥à¤²à¥‰à¤Ÿ 4 +key.hotbar.5=Hotbar सà¥à¤²à¥‰à¤Ÿ 5 +key.hotbar.6=Hotbar सà¥à¤²à¥‰à¤Ÿ 6 +key.hotbar.7=Hotbar सà¥à¤²à¥‰à¤Ÿ 7 +key.hotbar.8=Hotbar सà¥à¤²à¥‰à¤Ÿ 8 +key.hotbar.9=Hotbar सà¥à¤²à¥‰à¤Ÿ 9 +key.inventory=इनà¥à¤µà¥‡à¤‚टरी +key.jump=छलांग +key.left=बाईं ओर दंड दिया +key.mouseButton=बटन %1$s +key.pickItem=बà¥à¤²à¥‰à¤• उठाओ +key.playerlist=सूची खिलाड़ी +key.right=दाईं ओर दंड दिया +key.screenshot=सà¥à¤•à¥à¤°à¥€à¤¨à¤¶à¥‰à¤Ÿ ले लो +key.smoothCamera=टॉगल सिनेमाई कैमरा +key.sneak=उचकà¥à¤•ा +key.sprint=सà¥à¤ªà¥à¤°à¤¿à¤‚ट +key.streamCommercial=सà¥à¤Ÿà¥à¤°à¥€à¤® इशà¥à¤¤à¥‡à¤¹à¤¾à¤° दिखायें +key.streamPauseUnpause=विराम दें/ फिर सà¥à¤Ÿà¥à¤°à¥€à¤® शà¥à¤°à¥ +key.streamStartStop=शà¥à¤°à¥‚/बंद करो सà¥à¤Ÿà¥à¤°à¥€à¤® +key.streamToggleMic=टॉक/मà¥à¤¯à¥‚ट करने के लिठदबायें +key.togglePerspective=टॉगल परिपà¥à¤°à¥‡à¤•à¥à¤·à¥à¤¯ +key.use= अायीटम का उपयोग करें/ इस जगह बà¥à¤²à¥‰à¤• रखें +lanServer.otherPlayers=अनà¥à¤¯ खिलाड़ी के लिठसेटिंगà¥à¤¸ +lanServer.scanning=खेल आपके सà¥à¤¥à¤¾à¤¨à¥€à¤¯ नेटवरà¥à¤• के लिठसà¥à¤•ैन कर रहा है +lanServer.start=सà¥à¤¥à¤¾à¤¨à¥€à¤¯ विशà¥à¤µ पà¥à¤°à¤¾à¤°à¤‚भ +lanServer.title=सà¥à¤¥à¤¾à¤¨à¥€à¤¯ दà¥à¤¨à¤¿à¤¯à¤¾ +language.code=hi_IN +language.name=हिनà¥à¤¦à¥€ +language.region=भारत +mcoServer.title=मेराशिलà¥à¤ª ऑनलाइन दà¥à¤¨à¤¿à¤¯à¤¾ +menu.convertingLevel=बदलने दà¥à¤¨à¤¿à¤¯à¤¾ +menu.disconnect=कनेकà¥à¤¶à¤¨ कातें +menu.game=खेल मेनू +menu.generatingLevel=दà¥à¤¨à¤¿à¤¯à¤¾ उतà¥à¤ªà¤¨à¥à¤¨ +menu.generatingTerrain=मैदानी भवन +menu.loadingLevel=दà¥à¤¨à¤¿à¤¯à¤¾ लोड हो रहा है +menu.multiplayer=अनेक खिलाड़ी +menu.options=विकलà¥à¤ª... +menu.playdemo=डेमो दà¥à¤¨à¤¿à¤¯à¤¾ +menu.quit=खेल छोड़ो +menu.resetdemo=डेमो विशà¥à¤µ रीसेट +menu.respawning=अंडे जा रहे हैं +menu.returnToGame=पर वापस जाà¤à¤ खेल +menu.returnToMenu=सेव करके टाइटल पेज पर जाठ+menu.shareToLan=LAN के लिठखà¥à¤²à¥‡à¤‚ +menu.simulating=तोरी देर के लिठदà¥à¤¨à¥à¤¯ अनà¥à¤•रण हो होरा है +menu.singleplayer=à¤à¤• खिलाड़ी +menu.switchingLevel=सà¥à¤µà¤¿à¤šà¤¨ दà¥à¤¨à¤¿à¤¯à¤¾ +mount.onboard=%1$s नीचे आना करने के लिठदबाà¤à¤ +multiplayer.connect=कनेकà¥à¤Ÿ +multiplayer.downloadingStats=सांखà¥à¤¯à¤¿à¤•ी और उपलबà¥à¤§à¤¿à¤¯à¥‹à¤‚ को डाउनलोड कर रहा है ... +multiplayer.downloadingTerrain=इलाके डाउनलोड +multiplayer.info1=मेरा कà¥à¤°à¤¾à¤«à¥à¤Ÿ मलà¥à¤Ÿà¥€ पà¥à¤²à¥‡à¤¯à¤° वरà¥à¤¤à¤®à¤¾à¤¨ में समापà¥à¤¤ हो गया है लेकिन नहीं, वहाठ+multiplayer.info2=कà¥à¤› छोटी गाड़ी जलà¥à¤¦à¥€ पर जा रहा परीकà¥à¤·à¤£ कर रहा है. +multiplayer.ipinfo=यह करने के लिठकनेकà¥à¤Ÿ करने के लिठà¤à¤• सरà¥à¤µà¤° के आईपी दरà¥à¤œ करें: +multiplayer.player.joined=%s खेल में शामिल हà¥à¤† +multiplayer.player.left=%s खेल छोड़ दिया है +multiplayer.stopSleeping=बिसà¥à¤¤à¤° छोड़ दो +multiplayer.texturePrompt.line1=यह सरà¥à¤µà¤° à¤à¤• कसà¥à¤Ÿà¤® बनावट पैक का उपयोग की सिफारिश की है. +multiplayer.texturePrompt.line2=आप को डाउनलोड करने और इसे सà¥à¤¥à¤¾à¤ªà¤¿à¤¤ सà¥à¤µà¤¤à¤ƒ करना चाहेंगे? +multiplayer.title=अनेक खिलाड़ियों के साथ खेलें +options.advancedButton=उनà¥à¤¨à¤¤ वीडियो सेटिंगà¥à¤¸... +options.advancedOpengl=उनà¥à¤¨à¤¤ ओपन गà¥à¤°à¤¾à¤«à¤¿à¤•à¥à¤¸ पà¥à¤¸à¥à¤¤à¤•ालय +options.advancedVideoTitle=उनà¥à¤¨à¤¤ वीडियो सेटिंगà¥à¤¸ +options.anaglyph=तीन आयामी मोड सौंपनेवाला +options.ao=चिकना पà¥à¤°à¤•ाश +options.ao.max=अधिकतम +options.ao.min=नà¥à¤¯à¥‚नतम +options.ao.off=बंद +options.chat.color=रंग +options.chat.height.focused=धà¥à¤¯à¤¾à¤¨ केंदà¥à¤°à¤¿à¤¤ लंबाई +options.chat.height.unfocused=अनफोकसà¥à¤¡ लंबाई +options.chat.links=वेब लिंक +options.chat.links.prompt=लिंक पर ततà¥à¤•ाल +options.chat.opacity=असà¥à¤ªà¤·à¥à¤Ÿà¤¤à¤¾ +options.chat.scale=सà¥à¤•ेल +options.chat.title=चैट सेटिंगà¥à¤¸ ... +options.chat.visibility=बातचीत +options.chat.visibility.full=दिखाया +options.chat.visibility.hidden=छिपा हà¥à¤† +options.chat.visibility.system=केवल कमानों +options.chat.width=चौडाई +options.controls=नियंतà¥à¤°à¤£ ... +options.difficulty=कठिनाई +options.difficulty.easy=आसान +options.difficulty.hard=कठिन +options.difficulty.hardcore=कटà¥à¤Ÿà¤° +options.difficulty.normal=साधारण +options.difficulty.peaceful=शांतिपूरà¥à¤£ +options.farWarning1=à¤à¤• साठ चार बिट जावा सà¥à¤¥à¤¾à¤ªà¤¨à¤¾ की सिफारिश की है +options.farWarning2=सà¥à¤¦à¥‚र सौंपनेवाला दूरी (आप बतà¥à¤¤à¥€à¤¸ बिट है) के लिठ+options.fboEnable=FBOs सकà¥à¤·à¤® करें +options.forceUnicodeFont=बल यूनिकोड फ़ॉनà¥à¤Ÿ +options.fov=दृषà¥à¤Ÿà¤¿ कà¥à¤·à¥‡à¤¤à¥à¤° +options.fov.max=भूकंप पà¥à¤°à¥‹ +options.fov.min=साधारण +options.framerateLimit=सबसे फà¥à¤°à¥‡à¤® दर +options.framerateLimit.max=कोई सीमा नहीं +options.fullscreen=पूरà¥à¤£à¤¸à¥à¤•à¥à¤°à¥€à¤¨ +options.gamma=चमक +options.gamma.max=उजà¥à¤œà¥à¤µà¤² +options.gamma.min=मूडी +options.graphics=गà¥à¤°à¤¾à¤«à¤¼à¤¿à¤•à¥à¤¸ +options.graphics.fancy=पसंद +options.graphics.fast=तेज +options.guiScale=जीयूआई सà¥à¤•ेल +options.guiScale.auto=सà¥à¤µà¤¤ +options.guiScale.large=बड़ा +options.guiScale.normal=साधारण +options.guiScale.small=छोटा +options.hidden=छिपा हà¥à¤† +options.invertMouse=माउस उलटें +options.language=भाषा ... +options.languageWarning=भाषा अनà¥à¤µà¤¾à¤¦ की à¤à¤• सौ%% सही नहीं किया जा सकता +options.mipmapLevels=Mipmap सà¥à¤¤à¤° +options.multiplayer.title=बहà¥à¤–िलाड़ी सेटिंगà¥à¤¸... +options.music=संगीत +options.off=रवाना +options.on=पर +options.particles=कण +options.particles.all=सब +options.particles.decreased=कम +options.particles.minimal=नà¥à¤¯à¥‚नतम +options.performanceButton=वीडियो पà¥à¤°à¤¦à¤°à¥à¤¶à¤¨ सेटिंगà¥à¤¸... +options.performanceVideoTitle=वीडियो पà¥à¤°à¤¦à¤°à¥à¤¶à¤¨ सेटिंगà¥à¤¸ +options.postButton=पोसà¥à¤Ÿ-संसाधन सेटिंग... +options.postProcessEnable=Habilitar Post-proceso +options.postVideoTitle=पोसà¥à¤Ÿ-संसाधन सेटिंग +options.qualityButton=वीडियो गà¥à¤£à¤µà¤¤à¥à¤¤à¤¾ सेटिंगà¥à¤¸... +options.qualityVideoTitle=वीडियो गà¥à¤£à¤µà¤¤à¥à¤¤à¤¾ सेटिंगà¥à¤¸ +options.renderClouds=बादल +options.renderDistance=दूरी सौंपनेवाला +options.renderDistance.far=दूर +options.renderDistance.normal=साधारण +options.renderDistance.short=कम +options.renderDistance.tiny=टिनी +options.resourcepack=संसाधन पैक... +options.saturation=संतृपà¥à¤¤à¤¿ +options.sensitivity=संवेदनशीलता +options.sensitivity.max=हाइपर सà¥à¤ªà¥€à¤¡!!! +options.sensitivity.min=*जंभाई* +options.snooper=जासूसी की अनà¥à¤®à¤¤à¤¿ दें +options.snooper.desc=हम कà¥à¤¯à¤¾ हम का समरà¥à¤¥à¤¨ कर सकते हैं और कहाठसबसे बड़ी समसà¥à¤¯à¤¾à¤“ं कर रहे हैं जानने के दà¥à¤µà¤¾à¤°à¤¾ Minecraft सà¥à¤§à¤¾à¤°à¤¨à¥‡ में मदद करने के लिठआपके मशीन के बारे में जानकारी à¤à¤•तà¥à¤°à¤¿à¤¤ करने के लिठचाहते हैं। इस जानकारी के सभी पूरी तरह से गà¥à¤®à¤¨à¤¾à¤® और नीचे देखा जा सकता है। हम वादा करता हूठहम इस डेटा के साथ बà¥à¤°à¤¾ कà¥à¤› भी नहीं होगा, लेकिन अगर तà¥à¤® बाहर निकलना चाहते हैं तो इसे बंद टॉगल करने के लिठसà¥à¤µà¤¤à¤‚तà¥à¤° महसूस! +options.snooper.title=मशीन सूचना संगà¥à¤°à¤¹ +options.snooper.view=जासूस सेटिंगà¥à¤¸... +options.sound=धà¥à¤µà¤¨à¤¿ +options.sounds=संगीत और धà¥à¤µà¤¨à¤¿à¤¯à¥‹à¤‚ +options.sounds.title=संगीत और धà¥à¤µà¤¨à¤¿ विकलà¥à¤ª +options.stream=पà¥à¤°à¤¸à¤¾à¤°à¤£ सेटिंगà¥à¤¸... +options.stream.bytesPerPixel=गà¥à¤£à¤µà¤¤à¥à¤¤à¤¾ +options.stream.changes=इन परिवरà¥à¤¤à¤¨à¥‹à¤‚ को सैट करने के लिठसटीम को पà¥à¤¨à¤°à¤¾à¤°à¤‚भ करना पड़ सकता है। +options.stream.chat.enabled=सकà¥à¤·à¤® +options.stream.chat.enabled.always=सदैव +options.stream.chat.enabled.never=कभी नहीं +options.stream.chat.enabled.streaming= सà¥à¤Ÿà¥à¤°à¥€à¤®à¤¿à¤‚ग करते समय +options.stream.chat.title=टविच चैट सेटिंगà¥à¤¸ +options.stream.chat.userFilter=उपयोगकरà¥à¤¤à¤¾ फ़िलà¥à¤Ÿà¤° +options.stream.chat.userFilter.all=सभी दरà¥à¤¶à¤•ों +options.stream.chat.userFilter.mods=मॉडरेटर +options.stream.chat.userFilter.subs=सदसà¥à¤¯ +options.stream.compression=संपीड़न +options.stream.compression.high=उचà¥à¤š +options.stream.compression.low=निमà¥à¤¨ +options.stream.compression.medium=मधà¥à¤¯à¤® +options.stream.estimation=संकलà¥à¤ª का अनà¥à¤®à¤¾à¤¨: %sx%s +options.stream.fps=फà¥à¤°à¥‡à¤® दर +options.stream.ingest.reset=वरीयता रीसेट करें +options.stream.ingest.title=टविच पà¥à¤°à¤¸à¤¾à¤°à¤£ सरà¥à¤µà¤° +options.stream.ingestSelection=पà¥à¤°à¤¸à¤¾à¤°à¤£ सरà¥à¤µà¤° सूची +options.stream.kbps=बैंडविडà¥à¤¥ +options.stream.micToggleBehavior=धकका देने के लिठ+options.stream.micVolumne=मायीक का वालय़à¥à¤® +options.stream.mic_toggle.mute=मूक +options.stream.mic_toggle.talk=टॉक +options.stream.sendMetadata=मेटाडेटा भेजें +options.stream.systemVolume=सिसà¥à¤Ÿà¤® वॉलà¥à¤¯à¥‚म +options.stream.title=Twitch पà¥à¤°à¤¸à¤¾à¤°à¤£ सेटिंगà¥à¤¸ +options.title=विकलà¥à¤ª +options.touchscreen=à¤à¤¨à¥€à¤®à¥‡à¤¶à¤¨ +options.video=वीडियो सेटिंगà¥à¤¸ ... +options.videoTitle=वीडियो सेटिंगà¥à¤¸ +options.viewBobbing=शेख़ी देखें +options.visible=दिखाया हà¥à¤† +options.vsync=रोकें फाड़ सà¥à¤•à¥à¤°à¥€à¤¨ +potion.absorption=अवशोषण +potion.absorption.postfix=अवशोषण की औषधि +potion.blindness=अंधापन +potion.blindness.postfix=दृषà¥à¤Ÿà¤¿à¤¹à¥€à¤¨à¤¤à¤¾ की औषधि +potion.confusion=मतली +potion.confusion.postfix=मतली की औषधि +potion.damageBoost=शकà¥à¤¤à¤¿ +potion.damageBoost.postfix=शकà¥à¤¤à¤¿ की औषधि +potion.digSlowDown=खनन थकान +potion.digSlowDown.postfix=सà¥à¤¸à¥à¤¤à¥€ की औषधि +potion.digSpeed=जलà¥à¤¦à¤¬à¤¾à¤œà¥€ +potion.digSpeed.postfix=जलà¥à¤¦à¤¬à¤¾à¤œà¥€ की औषधि +potion.effects.whenDrank=à¤à¤ªà¥à¤²à¤¾à¤‡à¤¡ कब: +potion.empty=खाते में रूपया नहीं +potion.fireResistance=आग पà¥à¤°à¤¤à¤¿à¤°à¥‹à¤§ +potion.fireResistance.postfix=आग पà¥à¤°à¤¤à¤¿à¤°à¥‹à¤§ की औषधि +potion.harm=तà¥à¤°à¤‚त नà¥à¤•सान +potion.harm.postfix=चोट की औषधि +potion.heal=तà¥à¤°à¤‚त सà¥à¤µà¤¾à¤¸à¥à¤¥à¥à¤¯ +potion.heal.postfix=उपचार की औषधि +potion.healthBoost=सà¥à¤µà¤¾à¤¸à¥à¤¥à¥à¤¯ बूसà¥à¤Ÿ +potion.healthBoost.postfix=सà¥à¤µà¤¾à¤¸à¥à¤¥à¥à¤¯ को बढ़ावा देने की औषधि +potion.hunger=भूख +potion.hunger.postfix=भूख की औषधि +potion.invisibility=अदरà¥à¤¶à¤¨ +potion.invisibility.postfix=अदरà¥à¤¶à¤¨ औषधि +potion.jump=बूसà¥à¤Ÿ कूदो +potion.jump.postfix=लांघनेवाला की औषधि +potion.moveSlowdown=सà¥à¤¸à¥à¤¤à¥€ +potion.moveSlowdown.postfix=सà¥à¤¸à¥à¤¤à¥€ की औषधि +potion.moveSpeed=गति +potion.moveSpeed.postfix=तेज़ी के औषधि +potion.nightVision=नाइट विजन +potion.nightVision.postfix=नाइट विजन की औषधि +potion.poison=जहर +potion.poison.postfix=ज़हर की औषधि +potion.potency.1=II +potion.potency.2=III +potion.potency.3=IV +potion.prefix.acrid=तीखा +potion.prefix.artless=अनाड़ी +potion.prefix.awkward=भदà¥à¤¦à¤¾ +potion.prefix.bland=नरम +potion.prefix.bulky=भारी +potion.prefix.bungling=गोलमाल +potion.prefix.buttered=मकà¥à¤–न +potion.prefix.charming=दिलकश +potion.prefix.clear=सà¥à¤ªà¤·à¥à¤Ÿ +potion.prefix.cordial=सौहारà¥à¤¦à¤ªà¥‚रà¥à¤£ +potion.prefix.dashing=तेज +potion.prefix.debonair=ख़à¥à¤¶à¤®à¤¿à¤œà¤¼à¤¾à¤œ वà¥à¤¯à¤•à¥à¤¤à¤¿ +potion.prefix.diffuse=फैलाना +potion.prefix.elegant=सà¥à¤°à¥à¤šà¤¿à¤ªà¥‚रà¥à¤£ +potion.prefix.fancy=पसंद +potion.prefix.flat=फà¥à¤²à¥ˆà¤Ÿ +potion.prefix.foul=बेईमानी से +potion.prefix.grenade=छप +potion.prefix.gross=सकल +potion.prefix.harsh=कठोर +potion.prefix.milky=दूधिया +potion.prefix.mundane=सांसारिक +potion.prefix.odorless=बिना गंध +potion.prefix.potent=शकà¥à¤¤à¤¿à¤¶à¤¾à¤²à¥€ +potion.prefix.rank=पद +potion.prefix.refined=परिषà¥à¤•ृत +potion.prefix.smooth=चिकना +potion.prefix.sparkling=शानदार +potion.prefix.stinky=बदबूदार +potion.prefix.suave=शिषà¥à¤Ÿ +potion.prefix.thick=मोटा +potion.prefix.thin=पतला +potion.prefix.uninteresting=रसहीन +potion.regeneration=उतà¥à¤¥à¤¾à¤¨ +potion.regeneration.postfix=पà¥à¤¨à¤°à¥à¤œà¤¨à¤¨ औषधि +potion.resistance=पà¥à¤°à¤¤à¤¿à¤°à¥‹à¤§ +potion.resistance.postfix=पà¥à¤°à¤¤à¤¿à¤°à¥‹à¤§ की औषधि +potion.saturation=संतृपà¥à¤¤à¤¿ +potion.saturation.postfix=संतृपà¥à¤¤à¤¿ की औषधि +potion.waterBreathing=जल शà¥à¤µà¤¾à¤¸ +potion.waterBreathing.postfix=जल शà¥à¤µà¤¾à¤¸ की औषधि +potion.weakness=कमजोरी +potion.weakness.postfix=कमजोरी की औषधि +potion.wither=कà¥à¤®à¥à¤¹à¤²à¤¾à¤¨à¤¾ +potion.wither.postfix=कà¥à¤·à¤¯ की औषधि +record.nowPlaying=अभी चल रहा है: %s +resourcePack.available.title=उपलबà¥à¤§ संसाधन पैक +resourcePack.folderInfo=(पà¥à¤²à¥‡à¤¸ संसाधन यहाठपैक) +resourcePack.openFolder=ओपन संसाधन पैक फ़ोलà¥à¤¡à¤° +resourcePack.title=रिसोरà¥à¤¸ पैक का चयन करें +selectServer.add=सरà¥à¤µà¤° जोड़ें +selectServer.defaultName=मेरा शिलà¥à¤ª सरà¥à¤µà¤° +selectServer.delete=हटाना +selectServer.deleteButton=हटाना +selectServer.deleteQuestion=कà¥à¤¯à¤¾ आप सà¥à¤¨à¤¿à¤¶à¥à¤šà¤¿à¤¤ हैं कि आप इस सरà¥à¤µà¤° को निकालना चाहते हैं? +selectServer.deleteWarning=हमेशा के लिठखो जाà¤à¤—ा!(à¤à¤• लंबे समय से!) +selectServer.direct=कनेकà¥à¤Ÿ पà¥à¤°à¤¤à¥à¤¯à¤•à¥à¤· +selectServer.edit=संपादित करें +selectServer.empty=खाली +selectServer.hiddenAddress=(छिपा हà¥à¤†) +selectServer.refresh=ताज़ा करना +selectServer.select=सरà¥à¤µà¤° के साथ जà¥à¤¡à¤¼à¥‡à¤‚ +selectServer.title=सरà¥à¤µà¤° का चयन करें +selectWorld.allowCommands=धोखा देती है की अनà¥à¤®à¤¤à¤¿ दें: +selectWorld.allowCommands.info=/ खेल मोड, / XP के तरह कमानों +selectWorld.bonusItems=बोनस चेसà¥à¤Ÿ: +selectWorld.cheats=धोखा देती है +selectWorld.conversion=नाम बदलें वरà¥à¤²à¥à¤¡! +selectWorld.create=नई दà¥à¤¨à¤¿à¤¯à¤¾ बनाà¤à¤ +selectWorld.createDemo=नई डेमो विशà¥à¤µ चलायें +selectWorld.customizeType=अनà¥à¤•ूलित करें +selectWorld.delete=हटाना +selectWorld.deleteButton=हटाना +selectWorld.deleteQuestion=कà¥à¤¯à¤¾ आप यकीन है कि आप इस दà¥à¤¨à¤¿à¤¯à¤¾ को नषà¥à¤Ÿ करना चाहते हैं? +selectWorld.deleteWarning=हमेशा के लिठखो जाà¤à¤—ा!(à¤à¤• लंबे समय से!) +selectWorld.empty=खाली +selectWorld.enterName=दà¥à¤¨à¤¿à¤¯à¤¾ का नाम +selectWorld.enterSeed=विशà¥à¤µ जेनरेटर के लिठबीज +selectWorld.gameMode=खेल मोड +selectWorld.gameMode.adventure=साहसिक +selectWorld.gameMode.adventure.line2=जोड़ा जाà¤à¤—ा या हटाया +selectWorld.gameMode.creative=कà¥à¤°à¤¿à¤à¤Ÿà¤¿à¤µ +selectWorld.gameMode.creative.line1=असीमित संसाधन, मà¥à¤•à¥à¤¤ उड़ान और +selectWorld.gameMode.creative.line2=बà¥à¤²à¥‰à¤• तà¥à¤°à¤¨à¥à¤¤ नषà¥à¤Ÿ +selectWorld.gameMode.hardcore=कटà¥à¤Ÿà¤° +selectWorld.gameMode.hardcore.line1=असà¥à¤¤à¤¿à¤¤à¥à¤µ मोड की तरह, अतà¥à¤¯à¤§à¤¿à¤• दà¥à¤·à¥à¤•रता पर आबदà¥à¤§ +selectWorld.gameMode.hardcore.line2=केवल कठिनाई, और à¤à¤• जीवन +selectWorld.gameMode.survival=उतà¥à¤¤à¤°à¤œà¥€à¤µà¤¿à¤¤à¤¾ +selectWorld.gameMode.survival.line1=संसाधनों, शिलà¥à¤ª, लाभ के लिठखोज +selectWorld.gameMode.survival.line2=सà¥à¤¤à¤°, सà¥à¤µà¤¾à¤¸à¥à¤¥à¥à¤¯, और भूख +selectWorld.hardcoreMode=कटà¥à¤Ÿà¤°: +selectWorld.hardcoreMode.info=विशà¥à¤µ मौत पर नषà¥à¤Ÿ कर दिया है +selectWorld.mapFeatures=संरचनाà¤à¤‚ उतà¥à¤ªà¤¨à¥à¤¨: +selectWorld.mapFeatures.info=गांवों, तहखाने आदि +selectWorld.mapType=विशà¥à¤µ पà¥à¤°à¤•ार: +selectWorld.mapType.normal=साधारण +selectWorld.moreWorldOptions=विशà¥à¤µ विकलà¥à¤ª ... +selectWorld.newWorld=नई दà¥à¤¨à¤¿à¤¯à¤¾ +selectWorld.newWorld.copyOf=%s की पà¥à¤°à¤¤à¤¿à¤²à¤¿à¤ªà¤¿ +selectWorld.recreate=पà¥à¤°à¤¤à¤¿à¤²à¤¿à¤ªà¤¿ बनायें +selectWorld.rename=नाम बदलें +selectWorld.renameButton=नाम बदलें +selectWorld.renameTitle=दà¥à¤¨à¤¿à¤¯à¤¾ का नाम बदलें +selectWorld.resultFolder=में सेव होगा: +selectWorld.seedInfo=à¤à¤• यादृचà¥à¤›à¤¿à¤• बीज के लिठरिकà¥à¤¤ छोड़ें +selectWorld.select=चलायें चयनित वरà¥à¤²à¥à¤¡ +selectWorld.title=दà¥à¤¨à¤¿à¤¯à¤¾ चà¥à¤¨à¥‡à¤‚ +selectWorld.world=दà¥à¤¨à¤¿à¤¯à¤¾ +soundCategory.ambient=परिवेश / परà¥à¤¯à¤¾à¤µà¤°à¤£ +soundCategory.block=बà¥à¤²à¤¾à¤•ों +soundCategory.hostile=शतà¥à¤°à¥à¤¤à¤¾à¤ªà¥‚रà¥à¤£ जीव +soundCategory.master=मासà¥à¤Ÿà¤° वॉलà¥à¤¯à¥‚म +soundCategory.music=संगीत +soundCategory.neutral=अनà¥à¤•ूल जीव +soundCategory.player=खिलाड़ी +soundCategory.record=जà¥à¤¯à¥‚कबॉकà¥à¤¸ / नोट बà¥à¤²à¥‰à¤•ों +soundCategory.weather=मौसम +stat.animalsBred=पशॠजो पाले गये +stat.blocksButton=बà¥à¤²à¥‰à¤• +stat.boatOneCm=नाव से दूरी +stat.breakItem=%1$s समापà¥à¤¤ +stat.climbOneCm=दूरी पर चढ़ गठ+stat.craftItem=%1$s तैयार की जाती +stat.crafted=टाइमà¥à¤¸ तैयार की जाती +stat.createWorld=संसारों बनाया +stat.damageDealt=नà¥à¤•सान निपटा +stat.damageTaken=ले ली नà¥à¤•सान +stat.deaths=मौतों की संखà¥à¤¯à¤¾ +stat.depleted=टाइमà¥à¤¸ समापà¥à¤¤ +stat.diveOneCm=दूरी कबूतर +stat.drop=आइटम गिरा +stat.entityKilledBy=%s बारी आप को %s ने मार डाला +stat.entityKilledBy.none=आप %s दà¥à¤µà¤¾à¤°à¤¾ कभी नहीं मारे गठहैं +stat.entityKills=आप ने %s%s को मार डाला +stat.entityKills.none=अाप ने %s को कभी नहीं मारा +stat.fallOneCm=दूरी शहीदों +stat.fishCaught=मछली पकड़ लिया +stat.flyOneCm=दूरी पà¥à¤°à¤µà¤¾à¤¹à¤¿à¤¤ +stat.generalButton=सामानà¥à¤¯ +stat.horseOneCm=घोड़े दà¥à¤µà¤¾à¤°à¤¾ दूरी +stat.itemsButton=आइटम +stat.joinMultiplayer=मलà¥à¤Ÿà¥€ पà¥à¤²à¥‡à¤¯à¤° मिलती है +stat.jump=कूदता है +stat.junkFished=रदà¥à¤¦à¥€ निकाला +stat.leaveGame=खेल छोड़ो +stat.loadWorld=लोड बचाता है +stat.mineBlock=%1$s सà¥à¤°à¤‚ग लगा हà¥à¤† +stat.minecartOneCm=कारà¥à¤Ÿ दà¥à¤µà¤¾à¤°à¤¾ दूरी +stat.mined=टाइमà¥à¤¸ खनन +stat.mobKills=भीड़ मारे गठ+stat.mobsButton=भीड़ +stat.pigOneCm=सà¥à¤…र दà¥à¤µà¤¾à¤°à¤¾ दूरी +stat.playOneMinute=मिनट खेला +stat.playerKills=पà¥à¤²à¥‡à¤¯à¤° मारे गठ+stat.startGame=टाइमà¥à¤¸ खेला +stat.swimOneCm=पानी में दूरी +stat.treasureFished=खजाना निकाला +stat.useItem=%1$s खेतों में पà¥à¤°à¤¯à¥à¤•à¥à¤¤ किठगठ+stat.used=टाइमà¥à¤¸ खेतों में पà¥à¤°à¤¯à¥à¤•à¥à¤¤ +stat.walkOneCm=दूरी चला गया +stats.tooltip.type.achievement=कारनामा +stats.tooltip.type.statistic=आà¤à¤•ड़ा +stream.user.subscription.turbo=Twitch Turbo +stream.userinfo.unmod=मॉडरेटर से अवनत करें +tile.activatorRail.name=उतà¥à¤ªà¥à¤°à¥‡à¤°à¤• रेल +tile.anvil.intact.name=विचाराधीन +tile.anvil.name=विचाराधीन +tile.anvil.slightlyDamaged.name=थोड़ा कà¥à¤·à¤¤à¤¿à¤—à¥à¤°à¤¸à¥à¤¤ निहाई +tile.anvil.veryDamaged.name=बहà¥à¤¤ कà¥à¤·à¤¤à¤¿à¤—à¥à¤°à¤¸à¥à¤¤ निहाई +tile.beacon.name=बीकन +tile.beacon.primary=पहला शकà¥à¤¤à¤¿ +tile.beacon.secondary=दूसरा शकà¥à¤¤à¤¿ +tile.bed.name=बिसà¥à¤¤à¤° +tile.bed.noSleep=आप केवल रात में सो सकते हैं +tile.bed.notSafe=अब आप सो नहीं सकते हैं, वहाठआसपास के राकà¥à¤·à¤¸ हैं +tile.bed.notValid=बिसà¥à¤¤à¤° आप पिछले में सोया था लापता या बाधित +tile.bed.occupied=यह बिसà¥à¤¤à¤° पर कबà¥à¤œà¤¾ कर लिया है +tile.bedrock.name=आधार +tile.blockCoal.name=कोयला बà¥à¤²à¥‰à¤• +tile.blockDiamond.name=डायमंड के बà¥à¤²à¥‰à¤• +tile.blockEmerald.name=पनà¥à¤¨à¤¾ के बà¥à¤²à¥‰à¤• +tile.blockGold.name=सोने के बà¥à¤²à¥‰à¤• +tile.blockIron.name=लोहे के बà¥à¤²à¥‰à¤• +tile.blockLapis.name=लापीस लाजà¥à¤²à¥€ बà¥à¤²à¥‰à¤• +tile.blockRedstone.name=लाल पतà¥à¤¥à¤° के बà¥à¤²à¥‰à¤• +tile.bookshelf.name=पà¥à¤¸à¥à¤¤à¤¾à¤• तखà¥à¤¤à¤¾ +tile.brick.name=ईंटें +tile.button.name=बटन +tile.cactus.name=कैकà¥à¤Ÿà¤¸ +tile.cake.name=केक +tile.carrots.name=गाजर +tile.cauldron.name=देग़ +tile.chest.name=संदूक +tile.chestTrap.name=फà¤à¤¸à¤¾ छाती +tile.clay.name=मिटà¥à¤Ÿà¥€ +tile.clayHardened.name=कठोर मिटà¥à¤Ÿà¥€ +tile.clayHardenedStained.black.name=काला दाग कà¥à¤²à¥‡ +tile.clayHardenedStained.blue.name=बà¥à¤²à¥‚ दाग कà¥à¤²à¥‡ +tile.clayHardenedStained.brown.name=भूरा दाग कà¥à¤²à¥‡ +tile.clayHardenedStained.cyan.name=सियान सना कà¥à¤²à¥‡ +tile.clayHardenedStained.gray.name=गà¥à¤°à¥‡ सना कà¥à¤²à¥‡ +tile.clayHardenedStained.green.name=गà¥à¤°à¥€à¤¨ सना कà¥à¤²à¥‡ +tile.clayHardenedStained.lightBlue.name=लाइट बà¥à¤²à¥‚ दाग कà¥à¤²à¥‡ +tile.clayHardenedStained.lime.name=लाइम सना कà¥à¤²à¥‡ +tile.clayHardenedStained.magenta.name=मैजेंटा सना कà¥à¤²à¥‡ +tile.clayHardenedStained.orange.name=ऑरेंज सना कà¥à¤²à¥‡ +tile.clayHardenedStained.pink.name=गà¥à¤²à¤¾à¤¬à¥€ दाग कà¥à¤²à¥‡ +tile.clayHardenedStained.purple.name=बैंगनी दाग कà¥à¤²à¥‡ +tile.clayHardenedStained.red.name=लाल दाग कà¥à¤²à¥‡ +tile.clayHardenedStained.silver.name=लाइट गà¥à¤°à¥‡ सना कà¥à¤²à¥‡ +tile.clayHardenedStained.white.name=सफेद दाग कà¥à¤²à¥‡ +tile.clayHardenedStained.yellow.name=पीला दाग कà¥à¤²à¥‡ +tile.cloth.black.name=काले ऊन +tile.cloth.blue.name=बà¥à¤²à¥‚ ऊन +tile.cloth.brown.name=बà¥à¤°à¤¾à¤‰à¤¨ ऊन +tile.cloth.cyan.name=सियान ऊन +tile.cloth.gray.name=गà¥à¤°à¥‡ ऊन +tile.cloth.green.name=गà¥à¤°à¥€à¤¨ ऊन +tile.cloth.lightBlue.name=पà¥à¤°à¤•ाश बà¥à¤²à¥‚ ऊन +tile.cloth.lime.name=निमà¥à¤¬à¥à¤¡à¤¼à¤¾ ऊन +tile.cloth.magenta.name=मैजंटा ऊन +tile.cloth.name=ऊन +tile.cloth.orange.name=ऑरेंज ऊन +tile.cloth.pink.name=गà¥à¤²à¤¾à¤¬à¥€ ऊन +tile.cloth.purple.name=बैंगनी ऊन +tile.cloth.red.name=लाल ऊन +tile.cloth.silver.name=हलà¥à¤•ी गà¥à¤°à¥‡ ऊन +tile.cloth.white.name=ऊन +tile.cloth.yellow.name=पीला ऊन +tile.cobbleWall.mossy.name=घास के साथ पतà¥à¤¥à¤° का दीवार +tile.cobbleWall.normal.name=पतà¥à¤¥à¤° का दीवार +tile.cocoa.name=कोको +tile.commandBlock.name=आदेश बà¥à¤²à¥‰à¤• +tile.crops.name=फसलें +tile.daylightDetector.name=डेलाइट सेंसर +tile.deadbush.name=मृत बà¥à¤¶ +tile.detectorRail.name=वेकà¥à¤·à¤• रेल +tile.dirt.default.name=धूल +tile.dirt.name=गंदगी +tile.dispenser.name=दवासाज़ +tile.doorIron.name=लौह दà¥à¤µà¤¾à¤° +tile.doorWood.name=लकड़ी के दरवाजे +tile.doublePlant.fern.name=बड़े फ़रà¥à¤¨ +tile.doublePlant.grass.name=डबल Tallgrass +tile.doublePlant.paeonia.name=Peony +tile.doublePlant.rose.name=गà¥à¤²à¤¾à¤¬ बà¥à¤¶ +tile.doublePlant.sunflower.name=सूरजमà¥à¤–ी +tile.doublePlant.syringa.name=बकाइन +tile.dragonEgg.name=डà¥à¤°à¥ˆà¤—न अंडे +tile.dropper.name=बूंद +tile.enchantmentTable.name=बढ़ा जादू तालिका +tile.endPortalFrame.name=अंत पोरà¥à¤Ÿà¤² +tile.enderChest.name=अंतवह छाती +tile.farmland.name=खेत +tile.fence.name=बाड़ +tile.fenceGate.name=बाड़ गेट +tile.fenceIron.name=लोहे की सलाखों +tile.fire.name=आग +tile.flower1.name=फूल +tile.flower2.allium.name=Allium +tile.flower2.blueOrchid.name=बà¥à¤²à¥‚ आरà¥à¤•िड फूल +tile.flower2.houstonia.name=नीला Bluet +tile.flower2.name=फूल +tile.flower2.oxeyeDaisy.name=Oxeye डेज़ी +tile.flower2.tulipOrange.name=नारंगी सà¥à¤°à¥à¤– +tile.flower2.tulipPink.name=गà¥à¤²à¤¾à¤¬à¥€ टà¥à¤¯à¥‚लिप +tile.flower2.tulipRed.name=लाल सà¥à¤°à¥à¤– +tile.flower2.tulipWhite.name=सफेद सà¥à¤°à¥à¤– +tile.furnace.name=भटà¥à¤ à¥€ +tile.glass.name=गिलास +tile.goldenRail.name=संचालित रेल +tile.grass.name=घास बà¥à¤²à¥‰à¤• +tile.gravel.name=बजरी +tile.hayBlock.name=सूखी घास गठरी +tile.hellrock.name=नीचे रॉक +tile.hellsand.name=आतà¥à¤®à¤¾ रेत +tile.hopper.name=कूदनेवाला +tile.ice.name=बरà¥à¤« +tile.icePacked.name=पैकà¥à¤¡ बरà¥à¤« +tile.jukebox.name=संगीत बॉकà¥à¤¸ +tile.ladder.name=सीढ़ी +tile.lava.name=लावा +tile.leaves.acacia.name=बबूल के पतà¥à¤¤à¥‡ +tile.leaves.birch.name=सनà¥à¤Ÿà¥€ पतà¥à¤¤à¥‡ +tile.leaves.jungle.name=वनीय पतà¥à¤¤à¥‡ +tile.leaves.name=पतà¥à¤¤à¥‡ +tile.leaves.oak.name=ओक के पतà¥à¤¤à¥‹à¤‚ +tile.leaves.spruce.name=सजाना पतà¥à¤¤à¤¿à¤¯à¤¾à¤‚ +tile.lever.name=लीवर +tile.lightgem.name=गà¥à¤²à¥‹ सà¥à¤Ÿà¥‹à¤¨ +tile.litpumpkin.name=जैक ओ 'लालटेन +tile.lockedchest.name=ताला चेसà¥à¤Ÿ +tile.log.birch.name=सनà¥à¤Ÿà¥€ लकड़ी +tile.log.jungle.name=जंगल काषà¥à¤  +tile.log.name=लकड़ी +tile.log.oak.name=बलूत का लकड़ा +tile.log.spruce.name=सजाना लकड़ी +tile.melon.name=तरबूज +tile.mobSpawner.name=दानव मादा मछली +tile.monsterStoneEgg.brick.name=सà¥à¤Ÿà¥‹à¤¨ ईंट राकà¥à¤·à¤¸ अंडे +tile.monsterStoneEgg.chiseledbrick.name=पतà¥à¤¥à¤° ईंट राकà¥à¤·à¤¸ अंडा गढ़े हà¥à¤ +tile.monsterStoneEgg.cobble.name=बटिया पतà¥à¤¥à¤° राकà¥à¤·à¤¸ अंडा +tile.monsterStoneEgg.crackedbrick.name=फटकारा ईंट का राकà¥à¤·à¤¸ अंडा +tile.monsterStoneEgg.mossybrick.name=mossy ईंट का राकà¥à¤·à¤¸ अंडा +tile.monsterStoneEgg.stone.name=पतà¥à¤¥à¤° राकà¥à¤·à¤¸ अंडा +tile.mushroom.name=कà¥à¤•à¥à¤°à¤®à¥à¤¤à¥à¤¤à¤¾ +tile.musicBlock.name=नोट बà¥à¤²à¥‰à¤• +tile.mycel.name=फà¥à¤ˆ +tile.netherBrick.name=नीचे ईंट +tile.netherFence.name=नीचे ईंट बाड़ +tile.netherStalk.name=नीचे मसà¥à¤¸à¤¾ +tile.netherquartz.name=Nether कà¥à¤µà¤¾à¤°à¥à¤Ÿà¥à¤œ अयसà¥à¤• +tile.notGate.name=लाल पतà¥à¤¥à¤° मशाल +tile.obsidian.name=ओबà¥à¤¸à¥€à¤¡à¤¿à¤¯à¤¨ +tile.oreCoal.name=कोयला अयसà¥à¤• +tile.oreDiamond.name=डायमंड अयसà¥à¤• +tile.oreEmerald.name=पनà¥à¤¨à¤¾ अयसà¥à¤• +tile.oreGold.name=गोलà¥à¤¡ अयसà¥à¤• +tile.oreIron.name=लौह अयसà¥à¤• +tile.oreLapis.name=लापीस लाजà¥à¤²à¥€ अयसà¥à¤• +tile.oreRedstone.name=लाल पतà¥à¤¥à¤° अयसà¥à¤• +tile.oreRuby.name=रूबी अयसà¥à¤• +tile.pistonBase.name=पिसà¥à¤Ÿà¤¨ +tile.pistonStickyBase.name=सà¥à¤Ÿà¤¿à¤•ी पिसà¥à¤Ÿà¤¨ +tile.portal.name=दà¥à¤µà¤¾à¤° +tile.potatoes.name=आलू +tile.prismarine.rough.name=पà¥à¤°à¤¿à¥›à¥à¤®à¤°à¥€à¤¨ +tile.pumpkin.name=कदà¥à¤¦à¥‚ +tile.quartzBlock.chiseled.name=गढ़े हà¥à¤ कà¥à¤µà¤¾à¤°à¥à¤Ÿà¥à¤œ बà¥à¤²à¥‰à¤• +tile.quartzBlock.default.name=कà¥à¤µà¤¾à¤°à¥à¤Ÿà¥à¤œ के बà¥à¤²à¥‰à¤• +tile.quartzBlock.lines.name=सà¥à¤¤à¤‚भ कà¥à¤µà¤¾à¤°à¥à¤Ÿà¥à¤œ बà¥à¤²à¥‰à¤• +tile.quartzBlock.name=कà¥à¤µà¤¾à¤°à¥à¤Ÿà¥à¤œ के बà¥à¤²à¥‰à¤• +tile.rail.name=रेल +tile.redSandStone.default.name=लाल बलà¥à¤† पतà¥à¤¥à¤° +tile.redSandStone.name=लाल बलà¥à¤† पतà¥à¤¥à¤° +tile.redstoneDust.name=लाल पतà¥à¤¥à¤° धूल +tile.redstoneLight.name=लाल पतà¥à¤¥à¤° दीपक +tile.reeds.name=गनà¥à¤¨à¤¾ +tile.sand.default.name=रेत +tile.sand.name=रेत +tile.sand.red.name=लाल रेत +tile.sandStone.chiseled.name=गढ़े हà¥à¤ बलà¥à¤† पतà¥à¤¥à¤° +tile.sandStone.default.name=बलà¥à¤† पतà¥à¤¥à¤° +tile.sandStone.name=बलà¥à¤† पतà¥à¤¥à¤° +tile.sandStone.smooth.name=चिकनी बलà¥à¤† पतà¥à¤¥à¤° +tile.sapling.birch.name=अंकà¥à¤° सनà¥à¤Ÿà¥€ +tile.sapling.jungle.name=अंकà¥à¤° सहरा +tile.sapling.oak.name=ओक सैपलिंग +tile.sapling.spruce.name=अंकà¥à¤° सजाना +tile.sign.name=संकेत +tile.snow.name=बरà¥à¤« +tile.sponge.dry.name=सà¥à¤ªà¤‚ज +tile.stairsBrick.name=ईंट सीढ़ियाठ+tile.stairsNetherBrick.name=नीचे ईंट सीढ़ियाठ+tile.stairsQuartz.name=कà¥à¤µà¤¾à¤°à¥à¤Ÿà¥à¤œ सीढ़ियाठ+tile.stairsSandStone.name=बलà¥à¤† पतà¥à¤¥à¤° सीढ़ियाठ+tile.stairsStone.name=सà¥à¤Ÿà¥‹à¤¨ सीढ़ियाठ+tile.stairsStoneBrickSmooth.name=सà¥à¤Ÿà¥‹à¤¨ ईंट सीढ़ियाठ+tile.stairsWood.name=ओक लकड़ी सीढ़ियाठ+tile.stairsWoodAcacia.name=बबूल की लकड़ी सीढ़ियाठ+tile.stairsWoodBirch.name=सनà¥à¤Ÿà¥€ लकड़ी सीढ़ियाठ+tile.stairsWoodDarkOak.name=अंधेरे ओक लकड़ी सीढ़ियाठ+tile.stairsWoodJungle.name=जंगल लकड़ी सीढ़ियाठ+tile.stairsWoodSpruce.name=लकड़ी सीढ़ियाठसजाना +tile.stone.granite.name=गà¥à¤°à¥‡à¤¨à¤¾à¤‡à¤Ÿ +tile.stone.stone.name=पतà¥à¤¥à¤° +tile.stoneMoss.name=मॉस सà¥à¤Ÿà¥‹à¤¨ +tile.stoneSlab.brick.name=ईंटें सà¥à¤²à¥ˆà¤¬ +tile.stoneSlab.cobble.name=पकà¥à¤•ी सड़क पतà¥à¤¥à¤° पटिया +tile.stoneSlab.netherBrick.name=नीचे का बà¥à¤°à¤¿à¤• सà¥à¤²à¥ˆà¤¬ +tile.stoneSlab.quartz.name=कà¥à¤µà¤¾à¤°à¥à¤Ÿà¥à¤œ सà¥à¤²à¥ˆà¤¬ +tile.stoneSlab.sand.name=बलà¥à¤† पतà¥à¤¥à¤° पटिया +tile.stoneSlab.smoothStoneBrick.name=सà¥à¤Ÿà¥‹à¤¨ ईंटों सà¥à¤²à¥ˆà¤¬ +tile.stoneSlab.stone.name=पटिया +tile.stoneSlab.wood.name=लकड़ी सà¥à¤²à¥ˆà¤¬ +tile.stonebrick.name=पकà¥à¤•ी सड़क पतà¥à¤¥à¤° +tile.stonebricksmooth.chiseled.name=गढ़े हà¥à¤ पतà¥à¤¥à¤° ईंटों +tile.stonebricksmooth.cracked.name=फटा पतà¥à¤¥à¤° ईंटें +tile.stonebricksmooth.default.name=पतà¥à¤¥à¤° ईंटें +tile.stonebricksmooth.mossy.name=काई से भरा पतà¥à¤¥à¤° ईंटें +tile.stonebricksmooth.name=सà¥à¤Ÿà¥‹à¤¨ ईंटें +tile.tallgrass.fern.name=फ़रà¥à¤¨ +tile.tallgrass.grass.name=घास +tile.tallgrass.name=घास +tile.tallgrass.shrub.name=à¤à¤¾à¤¡à¤¼à¥€ +tile.thinGlass.name=गà¥à¤²à¤¾à¤¸ फलक +tile.tnt.name=टीà¤à¤¨à¤Ÿà¥€ +tile.torch.name=मशाल +tile.trapdoor.name=पकà¥à¤·à¤¿à¤¯à¥‹à¤‚ के बचà¥à¤šà¥‡ +tile.tripWire.name=यातà¥à¤°à¤¾ तार +tile.tripWireSource.name=यातà¥à¤°à¤¾ तार हà¥à¤• +tile.vine.name=बेलें +tile.water.name=पानी +tile.waterlily.name=लिली पैड +tile.web.name=मकड़ी का जाला +tile.weightedPlate_heavy.name=भारित दबाव पà¥à¤²à¥‡à¤Ÿ (भारी) +tile.weightedPlate_light.name=भारित दबाव पà¥à¤²à¥‡à¤Ÿ (लाइट) +tile.whiteStone.name=अंत सà¥à¤Ÿà¥‹à¤¨ +tile.wood.birch.name=सनà¥à¤Ÿà¥€ लकड़ी planks +tile.wood.jungle.name=जंगल लकड़ी planks +tile.wood.name=लकड़ी बोरà¥à¤¡à¥‹à¤‚ +tile.wood.oak.name=ओक लकड़ी planks +tile.wood.spruce.name=लकड़ी planks सजाना +tile.woodSlab.acacia.name=बबूल की लकड़ी सà¥à¤²à¥ˆà¤¬ +tile.woodSlab.big_oak.name=अंधेरे ओक लकड़ी सà¥à¤²à¥ˆà¤¬ +tile.woodSlab.birch.name=सनà¥à¤Ÿà¥€ लकड़ी सà¥à¤²à¥ˆà¤¬ +tile.woodSlab.jungle.name=जंगल लकड़ी सà¥à¤²à¥ˆà¤¬ +tile.woodSlab.oak.name=ओक लकड़ी सà¥à¤²à¥ˆà¤¬ +tile.woodSlab.spruce.name=सजाना लकड़ी सà¥à¤²à¥ˆà¤¬ +tile.woolCarpet.black.name=काले कालीन +tile.woolCarpet.blue.name=बà¥à¤²à¥‚ कालीन +tile.woolCarpet.brown.name=बà¥à¤°à¤¾à¤‰à¤¨ कालीन +tile.woolCarpet.cyan.name=सियान कालीन +tile.woolCarpet.gray.name=गà¥à¤°à¥‡ कालीन +tile.woolCarpet.green.name=गà¥à¤°à¥€à¤¨ कारपेट +tile.woolCarpet.lightBlue.name=लाइट बà¥à¤²à¥‚ कालीन +tile.woolCarpet.lime.name=लाइम कालीन +tile.woolCarpet.magenta.name=मैजेंटा कालीन +tile.woolCarpet.name=कारपेट +tile.woolCarpet.orange.name=ऑरेंज कालीन +tile.woolCarpet.pink.name=गà¥à¤²à¤¾à¤¬à¥€ कालीन +tile.woolCarpet.purple.name=बैंगनी कालीन +tile.woolCarpet.red.name=लाल कालीन +tile.woolCarpet.silver.name=लाइट गà¥à¤°à¥‡ कालीन +tile.woolCarpet.white.name=कारपेट +tile.woolCarpet.yellow.name=पीला कालीन +tile.workbench.name=टेबल कà¥à¤°à¤¾à¤«à¥à¤Ÿà¤¿à¤‚ग +title.oldgl1=पà¥à¤°à¤¾à¤¨à¥‡ गà¥à¤°à¤¾à¤«à¤¼à¤¿à¤•à¥à¤¸ कारà¥à¤¡ का पता चला; यह आपको सकते हैं जहाठ+title.oldgl2=अागे से खेल ओपन 2.0 के रूप में आवशà¥à¤¯à¤• होगा। +translation.test.invalid=Namaste +translation.test.none=नमसà¥à¤¤à¥‡, दà¥à¤¨à¤¿à¤¯à¤¾! +translation.test.world=दà¥à¤¨à¤¿à¤¯à¤¾ diff --git a/javascript/lang/hr_HR.lang b/javascript/lang/hr_HR.lang new file mode 100755 index 00000000..18c5069e --- /dev/null +++ b/javascript/lang/hr_HR.lang @@ -0,0 +1,2517 @@ +achievement.acquireIron=Napravi Željezo +achievement.acquireIron.desc=Stali jednu željeznu polugu. +achievement.bakeCake="Laž" +achievement.bakeCake.desc=PÅ¡enica, Å¡ećer, mlijeko i jaja! +achievement.blazeRod=U Vatru +achievement.blazeRod.desc=Uzmi Bljesku njegov Å¡tap. +achievement.bookcase=KnjižniÄar +achievement.bookcase.desc=Izgradi nekoliko polica s knjigama kako bi poboljÅ¡ao svoj stol za Äarobiranje. +achievement.breedCow=Repopulacija +achievement.breedCow.desc=Razmnoži dvije krave pÅ¡enicom +achievement.buildBetterPickaxe=Nabaviti Nadogradnju +achievement.buildBetterPickaxe.desc=Napravi bolji kramp. +achievement.buildFurnace=Vruća Stvar +achievement.buildFurnace.desc=Napravi pećnicu od osam kamenih blokova. +achievement.buildHoe=Vrijeme je za Poljoprivredu! +achievement.buildHoe.desc=Pomoću dasaka i Å¡tapova napravi motiku. +achievement.buildPickaxe=Vrijeme je za Kopanje! +achievement.buildPickaxe.desc=Pomoću dasaka i Å¡tapova napravi kramp. +achievement.buildSword=Vrijeme je za Napad! +achievement.buildSword.desc=Upotrijebi daske i Å¡tapove kako bi napravio maÄ +achievement.buildWorkBench=Pravljenje Radnog Stola +achievement.buildWorkBench.desc=Napravi radni stol s Äetiri bloka dasaka. +achievement.cookFish=Ukusna Riba +achievement.cookFish.desc=Upecaj i skuhaj ribu! +achievement.diamonds=DIJAMANTI! +achievement.diamonds.desc=Skupi dijamante s tvojim željeznim alatima. +achievement.diamondsToYou=Dijamanti za tebe! +achievement.diamondsToYou.desc=Baci dijamante drugom igraÄu. +achievement.enchantments=ÄŒarobnjak +achievement.enchantments.desc=Pomoću knjige, obsidijana i dijamanata izgradi stol za Äarobiranje. +achievement.exploreAllBiomes=Vrijeme za Avanturu +achievement.exploreAllBiomes.desc=Otkrij sve biome +achievement.flyPig=Kada Svinje Lete +achievement.flyPig.desc=Poleti na svinji sa litice. +achievement.fullBeacon=SvjetioniÄar +achievement.fullBeacon.desc=Napravi puni svjetionik +achievement.get=Dobiveno Postignuće! +achievement.ghast=Povratak PoÅ¡iljatelju +achievement.ghast.desc=UniÅ¡ti Duha vatrenom kuglom. +achievement.killCow="Prevrtanje Krave" +achievement.killCow.desc=Nabavi neÅ¡to kože. +achievement.killEnemy=Lovac na ÄŒudoviÅ¡ta +achievement.killEnemy.desc=Napadni i uniÅ¡ti ÄudoviÅ¡te. +achievement.killWither=PoÄetak. +achievement.killWither.desc=Ubij Withera +achievement.makeBread=Ispeci Kruh +achievement.makeBread.desc=Pretvori pÅ¡enicu u kruh +achievement.mineWood=Prikupljanje Drveta +achievement.mineWood.desc=Napadaj stablo dok se ne stvori blok drveta. +achievement.onARail=Na Pruzi +achievement.onARail.desc=Proputuj barem 1 km vagonom od mjesta polaska +achievement.openInventory=Otvaranje Inventara +achievement.openInventory.desc=Pritisni '%1$s' kako bi otvorio svoj inventar. +achievement.overkill=Smrtonosni Udarac +achievement.overkill.desc=Napravi Å¡tetu od osam srca u jednom udarcu. +achievement.overpowered=Nadljudska Snaga +achievement.overpowered.desc=Napravi Notch jabuku +achievement.portal=Moramo Ići Dublje +achievement.portal.desc=Izgradi portal u Podzemlje. +achievement.potion=Varenje +achievement.potion.desc=Skuhaj napitak +achievement.requires=Zahtijeva '%1$s' +achievement.snipeSkeleton=Dvoboj Snajperista +achievement.snipeSkeleton.desc=Ubij kostura strijelom sa udaljenosti veće od 50 metara. +achievement.spawnWither=PoÄetak? +achievement.spawnWither.desc=Stvori Withera +achievement.taken=Postignuto! +achievement.theEnd=Kraj? +achievement.theEnd.desc=PronaÄ‘i Kraj. +achievement.theEnd2=Kraj. +achievement.theEnd2.desc=Pobijedi Krajnjeg Zmaja +achievement.unknown=??? +addServer.add=Gotovo +addServer.enterIp=Adresa Poslužitelja +addServer.enterName=Ime Poslužitelja +addServer.hideAddress=Sakrij Adresu +addServer.resourcePack=Poslužiteljski Resursi +addServer.resourcePack.disabled=Onemogućeno +addServer.resourcePack.enabled=Omogućeno +addServer.resourcePack.prompt=Potakni +addServer.title=Izmjeni Info o Poslužitelju +advMode.allEntities=Koristi "@e" za ciljanje svih stvorenja +advMode.allPlayers=Koristi "@a" za ciljanje svih igraÄe +advMode.command=Naredba +advMode.nearestPlayer=Koristi "@p" za ciljanje na najbližeg igraÄa +advMode.notAllowed=Samo operatori u kreativnom naÄinu mogu izvrÅ¡avati naredbe +advMode.notEnabled=Naredbeni blokovi nisu dozvoljeni na ovom serveru +advMode.previousOutput=Prethodno Izdanje +advMode.randomPlayer=Koristi "@r" za ciljanje na sluÄajnog igraÄa +advMode.setCommand=Unesite naredbu +advMode.setCommand.success=Komanda postavljena: %s +attribute.modifier.plus.0=+%s %s +attribute.modifier.plus.1=+%s%% %s +attribute.modifier.plus.2=+%s%% %s +attribute.modifier.take.0=-%s %s +attribute.modifier.take.1=-%s%% %s +attribute.modifier.take.2=-%s%% %s +attribute.name.generic.attackDamage=JaÄina Napada +attribute.name.generic.followRange=Domet Praćenja Stvorenja +attribute.name.generic.knockbackResistance=Otpor na Snažan Udarac +attribute.name.generic.maxHealth=Maximalno Zdravlje +attribute.name.generic.movementSpeed=Brzina +attribute.name.horse.jumpStrength=Konjeva JaÄina Skoka +attribute.name.zombie.spawnReinforcements=Zombi PojaÄanje +book.byAuthor=za %1$s +book.editTitle=NapiÅ¡i naslov knjige: +book.finalizeButton=PotpiÅ¡i i zatvori +book.finalizeWarning=Oprez! Nakon Å¡to je knjiga potpisana, viÅ¡e neće moći biti preinaÄena. +book.generation.0=Original +book.generation.1=Kopija originala +book.generation.2=Kopija od kopije +book.generation.3=Razderana +book.pageIndicator=Stranica %1$s od %2$s +book.signButton=PotpiÅ¡i +build.tooHigh=Visinska granica za gradnju je %s blokova +chat.cannotSend=Nije moguće slanje poruke +chat.copy=Kopiraj +chat.link.confirm=Jeste li sigurni da želite otvoriti ovu stranicu? + +chat.link.confirmTrusted=Želite li otvoriti ovu stranicu u pregledniku ili je kopirati u meÄ‘uspremnik? +chat.link.open=Otvori u pregledniku +chat.link.warning=Nikad ne otvarajte hiperveze ljudi kojima ne vjerujete! +chat.stream.emote=(%s) * %s %s +chat.stream.text=(%s) <%s> %s +chat.type.achievement=%s je upravo dobio postignuće %s +chat.type.achievement.taken=%s je izgubio postignuće %s +chat.type.admin=[%s: %s] +chat.type.announcement=[%s] %s +chat.type.emote=* %s %s +chat.type.text=<%s> %s +commands.achievement.alreadyHave=IgraÄ %s već ima postignuće %s +commands.achievement.dontHave=IgraÄ %s nema postignuće %s +commands.achievement.give.success.all=UspjeÅ¡no dodijeljena sva postignuća igraÄu %s +commands.achievement.give.success.one=IgraÄu %s uspjeÅ¡no dodijeljen statistiÄki podatak %s +commands.achievement.statTooLow=IgraÄ %s nema statistiÄki podatak %s +commands.achievement.take.success.all=UspjeÅ¡no oduzeta sva postignuća od %s +commands.achievement.take.success.one=UspjeÅ¡no oduzet statistiÄki podatak %s od %s +commands.achievement.unknownAchievement=Nepoznato postignuće ili statistika '%s' +commands.achievement.usage=/achievement [player] +commands.ban.failed=Nije moguće zabraniti igraÄa %s +commands.ban.success=Zabranjen igraÄ %s +commands.ban.usage=/ban [razlog ...] +commands.banip.invalid=Upisali ste krivu IP adresu ili korisnik trenutno nije umrežen +commands.banip.success=/zabranjena IP adresa %s +commands.banip.success.players=Zabranjena IP adresa %s koja pripada %s +commands.banip.usage=/ban-ip [razlog ...] +commands.banlist.ips=Postoji %s zabranjenih IP adresa: +commands.banlist.players=Postoji %s zabranjenih igraÄa: +commands.banlist.usage=/banlist [ips|players] +commands.blockdata.failed=Podatkovna oznaka nije promijenjena: %s +commands.blockdata.notValid=Navedeni blok ne sadrži podatke +commands.blockdata.outOfWorld=Nije moguće promijeniti blok izvan svijeta +commands.blockdata.success=Podaci bloka ažurirani na: %s +commands.blockdata.tagError=RasÄlanjivanje podatkovnih oznaka nije uspjelo: %s +commands.blockdata.usage=/blockdata +commands.chunkinfo.compiled=Komad je sastavljen. +commands.chunkinfo.data=Prvih 64 vrhova su: %s +commands.chunkinfo.empty=Komad je prazan. +commands.chunkinfo.hasLayers=Komad ima slojeve: %s +commands.chunkinfo.hasNoRenderableLayers=Komad nema položene slojeve. +commands.chunkinfo.isEmpty=Komad ima prazne slojeve: %s +commands.chunkinfo.location=Lokacija komada: (%s,%s,%s) +commands.chunkinfo.noChunk=Nijedan komad nije pronaÄ‘en na lokaciji %s, %s, %s +commands.chunkinfo.notCompiled=Komad nije sastavljen. +commands.chunkinfo.notEmpty=Komad nije prazan. +commands.chunkinfo.usage=/chunkinfo [ ] +commands.chunkinfo.vertices=%s slojev meÄ‘uspremnik sadrži %s vrhova +commands.clear.failure=Nemoguće oÄistiti inventar od %s,nema stvari koje se mogu uzet +commands.clear.success=OÄišćen inventar igraÄa%s,uklanjanje%spredmeta +commands.clear.tagError=RasÄlanjivanje podatkovnih oznaka nije uspjelo: %s +commands.clear.testing=%s ima %s predmeta koji se podudaraju +commands.clear.usage=/clear [player] [item] [data] [maxCount] [dataTag] +commands.clone.failed=0 blokova klonirano +commands.clone.noOverlap=Izvor i odrediÅ¡te se ne mogu preklapati +commands.clone.outOfWorld=Nije moguće pristupiti blokovima izvan svijeta +commands.clone.success=%s blokova klonirano +commands.clone.tooManyBlocks=PreviÅ¡e blokova u navedenom podruÄju (%s > %s) +commands.clone.usage=/clone [mode] +commands.compare.failed=Izvor i odrediÅ¡te nisu jednaki +commands.compare.outOfWorld=Nije moguće pristupiti blokovima izvan svijeta +commands.compare.success=%s blokova usporeÄ‘eno +commands.compare.tooManyBlocks=PreviÅ¡e blokova u navedenom podruÄju (%s > %s) +commands.compare.usage=/testforblocks [mode] +commands.debug.notStarted=Ne mogu zaustaviti zapisivanje ako ga joÅ¡ nisam zapoÄeo! +commands.debug.start=PoÄetak zapisivanja ispravljanja +commands.debug.stop=Zaustavljanje zapisa ispravljanja nakon %s sekunde (%s tikova) +commands.defaultgamemode.success=UobiÄajni tip igre svijeta je sada %s +commands.defaultgamemode.usage=/defaultgamemode +commands.deop.failed=Nije moguće De-OP-irati %s +commands.deop.success=De-OP-iran %s +commands.deop.usage=/deop +commands.difficulty.success=PoteÅ¡koća podeÅ¡ena na %s +commands.difficulty.usage=/difficulty +commands.downfall.success=Promijenjene padaline +commands.downfall.usage=/toggledownfall +commands.effect.failure.notActive=Nemoguće uzeti %1$s od %2$s jer oni nemaju taj efekt +commands.effect.failure.notActive.all=Nemoguće oduzeti efekte od %s jer ne sadrže niti jedan +commands.effect.notFound=Ne postoji takav efekt sa ID %s +commands.effect.success=Dano %1$s (ID %2$s) * %3$s %4$s za %5$s sekundi +commands.effect.success.removed=Uzeto %1$s od %2$s +commands.effect.success.removed.all=Oduzeti svi efekti od %s +commands.effect.usage=/effect [seconds] [amplifier] [hideParticles] +commands.enchant.cantCombine=%1$s se ne može kombinirati s %2$s +commands.enchant.cantEnchant=Odabran Äarolija se ne može dodati predmetu +commands.enchant.noItem=Meta ne drži predmet u ruci +commands.enchant.notFound=Ne postoji Äarolija sa ID %s +commands.enchant.success=ÄŒarobiranje uspjeÅ¡no +commands.enchant.usage=/enchant [nivo] +commands.entitydata.failed=Podatkovna oznaka nije promijenjena: %s +commands.entitydata.noPlayers=%s je igraÄ i ne može biti promijenjen +commands.entitydata.success=Podaci stvorenja ažurirani na: %s +commands.entitydata.tagError=RasÄlanjivanje podatkovnih oznaka nije uspjelo: %s +commands.entitydata.usage=/entitydata +commands.execute.allInvocationsFailed=Sva prizivanja neuspjela: '%s' +commands.execute.failed=Neuspjelo izvrÅ¡avanje '%s' kao %s +commands.execute.usage=/execute OR /execute detect +commands.fill.failed=0 blokova ispunjeno +commands.fill.outOfWorld=Nije moguće postaviti blok izvan svijeta +commands.fill.success=%s blokova ispunjeno +commands.fill.tagError=RasÄlanjivanje podatkovnih oznaka nije uspjelo: %s +commands.fill.tooManyBlocks=PreviÅ¡e blokova u navedenom podruÄju (%s > %s) +commands.fill.usage=/fill [dataValue] [oldBlockHandling] [dataTag] +commands.gamemode.success.other=Podesi %s naÄin igre na %s +commands.gamemode.success.self=Podesi svoj naÄin igre na %s +commands.gamemode.usage=/gamemode [player] +commands.gamerule.nopermission=Samo poslužitelj može mijenjati '%s' +commands.gamerule.norule=Pravilo igre '%s' nije dostupno +commands.gamerule.success=Pravilo igre je promijenjeno +commands.gamerule.usage=/gamerule [value] +commands.generic.boolean.invalid='%s' nije 'true' ni 'false' +commands.generic.double.tooBig=Broj koji ste unijeli (%s) je prevelik, mora biti najviÅ¡e %s +commands.generic.double.tooSmall=Broj koji ste unijeli (%s) je premalen, mora biti najmanje %s +commands.generic.entity.invalidType=Stvorenje tipa '%s' je nevažeće +commands.generic.entity.invalidUuid=UUID tog stvorenja je u nevažećem formatu +commands.generic.entity.notFound=To stvorenje nije pronaÄ‘eno +commands.generic.exception=DoÅ¡lo je do nepoznate greÅ¡ke prilikom izvrÅ¡avanja naredbe +commands.generic.notFound=Nepoznata naredba. Koristi /help za popis naredbi +commands.generic.num.invalid='%s'nije moguci broj +commands.generic.num.tooBig=Broj koji ste unijeli (%s) je prevelik, najviÅ¡e može biti %s +commands.generic.num.tooSmall=Broj koji ste unijeli (%s) je premalen, mora biti barem %s +commands.generic.parameter.invalid='%s' nije vežeći parametar +commands.generic.permission=Nemate dozvolu za koriÅ¡tenje ove naredbe +commands.generic.player.notFound=IgraÄa je nemoguće naći +commands.generic.syntax=Nevažeća naredbena sintaksa +commands.generic.usage=Upotreba: %s +commands.give.notFound=Ne postoji predmet s ID-om %s +commands.give.success=Predano %s * %s igraÄu %s +commands.give.tagError=Parsiranje podatkovnih oznaka nije uspjelo: %s +commands.give.usage=/give [koliÄina] [data] [dataTag] +commands.help.footer=Savjet: Koristi tipku dok piÅ¡eÅ¡ komandu da automatski zavrÅ¡iÅ¡ komandu ili njezine argumente +commands.help.header=-- Pokazuje se stranica pomoći %s od %s (/pomoć ) -- +commands.help.usage=/help [stranica|naredba naziv] +commands.kick.success=%s je izbaÄen iz igre +commands.kick.success.reason=IzbaÄen %s iz igre: '%s' +commands.kick.usage=/kick [razlog...] +commands.kill.successful=Ubio %s +commands.kill.usage=/kill [player|entity] +commands.me.usage=/me +commands.message.display.incoming=%s Å¡apuće s vama: %s +commands.message.display.outgoing=Možete Å¡aptati s %s i %s +commands.message.sameTarget=Ne možete poslati privatnu poruku sebi! +commands.message.usage=/tell +commands.op.failed=Nije moguće OP-irati %s +commands.op.success=OP-iran %s +commands.op.usage=/op +commands.particle.notFound=Nepoznato ime efekta (%s) +commands.particle.success=PuÅ¡tanje efekta %s %s puta +commands.particle.usage=/particle [count] [mode] +commands.players.list=Trenutno je %s/%s igraÄa umreženo: +commands.players.usage=/list +commands.playsound.playerTooFar=IgraÄ %s je predaleko da Äuje zvuk +commands.playsound.success=PuÅ¡ten zvuk '%s' igraÄu %s +commands.playsound.usage=/playsound [x] [y] [z] [glasnoća] [visina tona] [minimalna glasnoća] +commands.publish.failed=Nije moguće postaviti lokalnu igru za viÅ¡e igraÄa +commands.publish.started=Lokalna igra zapoÄela na portu %s +commands.publish.usage=/publish +commands.replaceitem.block.usage=/replaceitem block [amount] [data] [dataTag] +commands.replaceitem.entity.usage=/replaceitem entity [amount] [data] [dataTag] +commands.replaceitem.failed=Nije moguće zamijeniti polje %s s %s * %s +commands.replaceitem.noContainer=Blok na %s, %s, %s nije spremnik +commands.replaceitem.success=Zamijenjeno polje %s s %s * %s +commands.replaceitem.tagError=RasÄlanjivanje podatkovnih oznaka nije uspjelo: %s +commands.replaceitem.usage=/replaceitem ... +commands.save-off.alreadyOff=Spremanje je već iskljuÄeno. +commands.save-off.usage=/save-off +commands.save-on.alreadyOn=Spremanje je već ukljuÄeno. +commands.save-on.usage=/save-on +commands.save.disabled=IskljuÄio je automatsko spremanje svijeta +commands.save.enabled=UkljuÄio je automatsko spremanje svijeta +commands.save.failed=Spremanje neuspjelo: %s +commands.save.start=Spremanje... +commands.save.success=Spremio svijet +commands.save.usage=/save-all +commands.say.usage=/say +commands.scoreboard.allMatchesFailed=Sve podudarnosti neuspjele +commands.scoreboard.noMultiWildcard=Samo jedan viÅ¡eznaÄnik dopuÅ¡ten +commands.scoreboard.objectiveNotFound=Nije pronaÄ‘en cilj pod imenom '%s' +commands.scoreboard.objectiveReadOnly=Cilj '%s' je samo za Äitanje i ne može se postaviti +commands.scoreboard.objectives.add.alreadyExists=Cilj imenom '%s' već postoji +commands.scoreboard.objectives.add.displayTooLong=Ime '%s' je predugo za cilj,može imati najviÅ¡e %s slova +commands.scoreboard.objectives.add.success=Dodan je novi cilj '%s' +commands.scoreboard.objectives.add.tooLong=Ime '%s' je predugo za cilj,može imati najviÅ¡e %s slova +commands.scoreboard.objectives.add.usage=/scoreboard objectives add [prikaži ime...] +commands.scoreboard.objectives.add.wrongType=Nevaljana vrsta kriterija cilja '%s' +commands.scoreboard.objectives.list.count=Pokazivanje %s cilj(eva) na semaforu: +commands.scoreboard.objectives.list.empty=Nema ciljeva na semaforu +commands.scoreboard.objectives.list.entry=- %s: se prikazuje kao '%s' tipa '%s' +commands.scoreboard.objectives.remove.success=Izbrisan cilj '%s' +commands.scoreboard.objectives.remove.usage=/scoreboard objectives remove +commands.scoreboard.objectives.setdisplay.invalidSlot=Ne postoji polje prikaza '%s' +commands.scoreboard.objectives.setdisplay.successCleared=Izbrisano polje prikaza ciljeva '%s' +commands.scoreboard.objectives.setdisplay.successSet=Postavi cilj na poziciji '%s' na '%s' +commands.scoreboard.objectives.setdisplay.usage=/scoreboard objectives setdisplay [objektiv] +commands.scoreboard.objectives.usage=/scoreboard objectives ... +commands.scoreboard.players.add.usage=/scoreboard players add [dataTag] +commands.scoreboard.players.enable.noTrigger=Cilj %s nije okidaÄ +commands.scoreboard.players.enable.success=Omogućen okidaÄ %s za %s +commands.scoreboard.players.enable.usage=/scoreboard players enable +commands.scoreboard.players.list.count=Prikazivanje %s praćenih igraÄa na semaforu: +commands.scoreboard.players.list.empty=Nema praćenih igraÄa na semaforu +commands.scoreboard.players.list.player.count=Prikazivanje %s praćenih ciljeva za %s: +commands.scoreboard.players.list.player.empty=IgraÄ %s nema zabilježenih bodova +commands.scoreboard.players.list.usage=/scoreboard players list [ime] +commands.scoreboard.players.operation.invalidOperation=Nevažeći postupak %s +commands.scoreboard.players.operation.notFound=%s rezultat za %s nije pronaÄ‘en +commands.scoreboard.players.operation.success=Postupak uspjeÅ¡no primjenjen +commands.scoreboard.players.operation.usage=/scoreboard players operation +commands.scoreboard.players.remove.usage=/scoreboard players remove [dataTag] +commands.scoreboard.players.reset.success=Resetiraj sve bodove igraÄa %s +commands.scoreboard.players.reset.usage=/scoreboard players reset [objective] +commands.scoreboard.players.resetscore.success=Resetiraj rezultat %s igraÄa %s +commands.scoreboard.players.set.success=Postavi bodove %s za igraÄa %s na %s +commands.scoreboard.players.set.tagError=Nije mougće raÅ¡Älaniti dataTag, razlog: %s +commands.scoreboard.players.set.tagMismatch=dataTag se ne podudara za %s +commands.scoreboard.players.set.usage=/scoreboard players set [dataTag] +commands.scoreboard.players.test.failed=Rezultat %s NIJE u dometu %s do %s +commands.scoreboard.players.test.notFound=%s rezultat za %s nije pronaÄ‘en +commands.scoreboard.players.test.success=Rezultat %s je u dometu %s do %s +commands.scoreboard.players.test.usage=/scoreboard players test +commands.scoreboard.players.usage=/scoreboard players ... +commands.scoreboard.teamNotFound=Nije pronaÄ‘en nijedan tim pod imenom '%s' +commands.scoreboard.teams.add.alreadyExists=Tim imenom '%s' već postoji +commands.scoreboard.teams.add.displayTooLong=Ime '%s' je predugaÄko za tim, može imati najviÅ¡e %s slova +commands.scoreboard.teams.add.success=Dodan je tim '%s' +commands.scoreboard.teams.add.tooLong=Ime '%s' je predugaÄko za tim, može imati najviÅ¡e %s slova +commands.scoreboard.teams.add.usage=/scoreboard teams add [prikaz imena...] +commands.scoreboard.teams.empty.alreadyEmpty=Tim %s je već prazan,nemoguće je izbrisati nepostojeće igraÄe +commands.scoreboard.teams.empty.success=Izbrisano je svih %s igraÄa iz tima %s +commands.scoreboard.teams.empty.usage=/scoreboard teams empty +commands.scoreboard.teams.join.failure=Nemoguće je dodati %s igraÄ(a) u tim %s: %s +commands.scoreboard.teams.join.success=Dodano %s igraÄ(a) u tim %s: %s +commands.scoreboard.teams.join.usage=/scoreboard teams join [igraÄ] +commands.scoreboard.teams.leave.failure=Nemoguće je izbrisati %s igraÄ(a) iz tima: %s +commands.scoreboard.teams.leave.noTeam=Niste u timu +commands.scoreboard.teams.leave.success=Izbrisano %s igraÄ(a) iz tima: %s +commands.scoreboard.teams.leave.usage=/scoreboard teams leave [igraÄ] +commands.scoreboard.teams.list.count=Prikazivanje %s timova na semaforu: +commands.scoreboard.teams.list.empty=Nema registriranih timova na semaforu +commands.scoreboard.teams.list.entry=- %1$s: '%2$s' ima %3$s igraÄa +commands.scoreboard.teams.list.player.count=Prikazivanje %s igraÄ(a) u timu %s: +commands.scoreboard.teams.list.player.empty=Tim %s nema igraÄa +commands.scoreboard.teams.list.player.entry=-%2$s: %1$s (%3$s) +commands.scoreboard.teams.list.usage=/scoreboard teams list [ime] +commands.scoreboard.teams.option.noValue=Važeće vrijednosti za opciju %s su: %s +commands.scoreboard.teams.option.success=Postavi opciju %s za tim %s na %s +commands.scoreboard.teams.option.usage=/scoreboard teams option +commands.scoreboard.teams.remove.success=Izbrisan tim %s +commands.scoreboard.teams.remove.usage=/scoreboard teams remove +commands.scoreboard.teams.usage=/scoreboard teams ... +commands.scoreboard.usage=/scoreboard ... +commands.seed.success=Sjeme: %s +commands.seed.usage=/seed +commands.setblock.failed=Nije moguće postaviti blok +commands.setblock.noChange=Blok nije moguće postaviti +commands.setblock.notFound=Ne postoji blok s imenom %s +commands.setblock.outOfWorld=Nije moguće postaviti blok izvan svijeta +commands.setblock.success=Blok postavljen +commands.setblock.tagError=Analiziranje podataka nije uspjelo: %s +commands.setblock.usage=/setblock [dataValue] [oldBlockHandling] [dataTag] +commands.setidletimeout.success=Istek mirovanja uspjeÅ¡no postavljen na %s minuta. +commands.setidletimeout.usage=/setidletimeout +commands.setworldspawn.success=Postavi toÄku stvaranja na (%s, %s, %s) +commands.setworldspawn.usage=/setworldspawn [ ] +commands.spawnpoint.success=Postavljena %sova toÄka stvaranja na (%s, %s, %s) +commands.spawnpoint.usage=/spawnpoint [player] [ ] +commands.spreadplayers.failure.players=Nemoguće rasprostraniti %s igraÄa oko %s,%s (previÅ¡e igraÄa za prostor - probaj koristiti prostranstvo od najmanje %s) +commands.spreadplayers.failure.teams=Nemoguće rasprostraniti %s timova oko %s,%s (previÅ¡e igraÄa za prostor - probaj koristiti prostranstvo od najmanje %s) +commands.spreadplayers.info.players=(ProsjeÄna udaljenost izmeÄ‘u igraÄa je %s blokova poslije %s ponavljanja) +commands.spreadplayers.info.teams=(ProsjeÄna udaljenost izmeÄ‘u timova je %s blokova poslije %s ponavljanja) +commands.spreadplayers.spreading.players=Prostiranje %s igraÄa %s blokova oko %s,%s (min %s blokova udaljenosti) +commands.spreadplayers.spreading.teams=Prostiranje %s timova %s blokova oko%s,%s (min %s blokova udaljenosti) +commands.spreadplayers.success.players=UspjeÅ¡no prostrano %s igraÄa oko %s,%s +commands.spreadplayers.success.teams=UspjeÅ¡no prostrano %s timova oko %s,%s +commands.spreadplayers.usage=/spreadplayers +commands.stats.block.clear.usage=/stats block clear +commands.stats.block.set.usage=/stats block set +commands.stats.block.usage=/stats block ... +commands.stats.cleared=OÄišćena statistika %s +commands.stats.entity.clear.usage=/stats entity clear +commands.stats.entity.set.usage=/stats entity set +commands.stats.entity.usage=/stats entity +commands.stats.failed=NevažeÄi parametri +commands.stats.noCompatibleBlock=Blok na %s, %s, %s ne može pratiti statistiku +commands.stats.success=Spremanje %s statistike u %s na %s +commands.stats.usage=/stats ... +commands.stop.start=Server se zaustavlja +commands.stop.usage=/stop +commands.summon.failed=Nije moguće prizvati objekt +commands.summon.outOfWorld=Nije moguće sazvati objekt izvan svijeta +commands.summon.success=Objekt uspjeÅ¡no prizvan +commands.summon.tagError=RasÄlanjivanje podatkovnih oznaka nije uspjelo: %s +commands.summon.usage=/summon [x] [y] [z] [dataTag] +commands.tellraw.jsonException=Nevažeći json: %s +commands.tellraw.usage=/tellraw +commands.testfor.failure=%s se ne podudara s potrebnim podacima strukture +commands.testfor.success=PronaÄ‘en %s +commands.testfor.tagError=RasÄlanjivanje podatkovnih oznaka nije uspjelo: %s +commands.testfor.usage=/testfor [dataTag] +commands.testforblock.failed.data=Blok na %s,%s,%s je imao podatkovnu vrijednost od %s (oÄekivano: %s). +commands.testforblock.failed.nbt=Blok na %s,%s,%s nije sadržavao potrebne NBT kljuÄeve. +commands.testforblock.failed.tile=Blok na %s,%s,%s je %s (oÄekivano: %s). +commands.testforblock.failed.tileEntity=Blok na %s,%s,%s nije podatkovni entitet i ne može podržati podudaranje oznaka. +commands.testforblock.outOfWorld=Nemoguće testiranje za blok izvan svijeta +commands.testforblock.success=UspjeÅ¡no pronaÄ‘en blok na %s,%s,%s. +commands.testforblock.usage=/testforblock [dataValue] [dataTag] +commands.time.added=Dodano %s vremenu +commands.time.query=Vrijeme je %s +commands.time.set=Namijesti vrijeme na %s +commands.time.usage=/time +commands.title.success=Title komanda uspjeÅ¡no izvrÅ¡ena +commands.title.usage=/title ... +commands.title.usage.clear=/title clear|reset +commands.title.usage.times=/title times +commands.title.usage.title=/title title|subtitle +commands.tp.notSameDimension=Nemoguće se teleportirati jer igraÄi nisu u istoj dimenziji +commands.tp.success=Teleportirao %s do %s +commands.tp.success.coordinates=Teleportirao %s do %s,%s,%s +commands.tp.usage=/tp [target player] OR /tp [target player] [ ] +commands.trigger.disabled=OkidaÄ %s nije omogućen +commands.trigger.invalidMode=Nevažeći naÄin rada okidaÄa %s +commands.trigger.invalidObjective=Nevažeće ime okidaÄa %s +commands.trigger.invalidPlayer=Samo igraÄi mogu koristiti /trigger komandu +commands.trigger.success=OkidaÄ %s zamijenjen s %s %s +commands.trigger.usage=/trigger +commands.unban.failed=Nije moguće dopustiti igraÄa %s +commands.unban.success=/odbranjen player %s +commands.unban.usage=/pardon +commands.unbanip.invalid=Unijeli ste nevažeću IP adresu +commands.unbanip.success=Odbrani IP adresu %s +commands.unbanip.usage=/pardon-IP +commands.weather.clear=Promijenjeno na ljepo vrijeme +commands.weather.rain=Promijena na kiÅ¡no vrijeme +commands.weather.thunder=Promijenjeno vrijeme na kiÅ¡u i grmljavinu +commands.weather.usage=/weather [duration in seconds] +commands.whitelist.add.failed=Nije moguće dodati %s na listu dozvoljenih igraÄa +commands.whitelist.add.success=Dodan %s listi dozvoljenih +commands.whitelist.add.usage=/whitelist add +commands.whitelist.disabled=IskljuÄena lista dozvoljenih +commands.whitelist.enabled=UkljuÄena lista dozvoljenih igraÄa +commands.whitelist.list=Prisutno je %s (od %s viÄ‘enih) dozvoljenih igraÄa: +commands.whitelist.reloaded=Lista dozvoljenih ponovno uÄitana +commands.whitelist.remove.failed=Nije moguće maknuti %s s liste dozvoljenih igraÄa +commands.whitelist.remove.success=Uklonjen %s s liste dozvoljenih +commands.whitelist.remove.usage=/whitelist remove +commands.worldborder.add.usage=/worldborder add [timeInSeconds] +commands.worldborder.center.success=Postavi centar granice na %s, %s +commands.worldborder.center.usage=/worldborder center +commands.worldborder.damage.amount.success=Postavi graniÄnu koliÄinu ozljede na %s po bloku (s %s po bloku) +commands.worldborder.damage.amount.usage=/worldborder damage amount +commands.worldborder.damage.buffer.success=Postavi graniÄne odbojnike na %s blokova (s %s blokova) +commands.worldborder.damage.buffer.usage=/worldborder damage buffer +commands.worldborder.damage.usage=/worldborder damage +commands.worldborder.get.success=Granica svijeta je trenutno %s blokova Å¡iroka +commands.worldborder.set.success=Postavi granicu svijeta na %s blokova Å¡irine (od %s bloka) +commands.worldborder.set.usage=/worldborder set [timeInSeconds] +commands.worldborder.setSlowly.grow.success=Povećanje granice na %s blokova Å¡irine (s %s blokova) u %s sekundi +commands.worldborder.setSlowly.shrink.success=Smanjenje granice na %s blokova Å¡irine (s %s blokova) u %s sekundi +commands.worldborder.usage=/worldborder ... +commands.worldborder.warning.distance.success=Postavi upozorenje o granici na %s blokova daljine (s %s blokova) +commands.worldborder.warning.distance.usage=/worldborder warning distance +commands.worldborder.warning.time.success=Postavi upozorenje o granici na %s sekundi od nje (s %s sekundi) +commands.worldborder.warning.time.usage=/worldborder warning time +commands.worldborder.warning.usage=/worldborder warning +commands.xp.failure.widthdrawXp=Nemoguće oduzeti iskustvo igraÄu +commands.xp.success=%s iskustva dano %s +commands.xp.success.levels=%s razina dano %s +commands.xp.success.negative.levels=%s razina oduzeto %s +commands.xp.usage=/xp [igraÄ] ili /xp L [igraÄ] +connect.authorizing=Prijavljivanje... +connect.connecting=Povezivanje na poslužitelja... +connect.failed=Povezivanje na poslužitelja nije uspjelo +container.beacon=Svjetionik +container.brewing=Postolje za Varenje +container.chest=Å krinja +container.chestDouble=Velika Å krinja +container.crafting=Obrada +container.creative=Odabir Predmeta +container.dispenser=StreljaÄ +container.dropper=IzbacivaÄ +container.enchant=ÄŒarobiranje +container.enchant.clue=%s . . . ? +container.enchant.lapis.many=%s Lazulita +container.enchant.lapis.one=1 Lazulit +container.enchant.level.many=%s Razina ÄŒarolije +container.enchant.level.one=1 Razina ÄŒarolije +container.enderchest=Krajnja Å krinja +container.furnace=Peć +container.hopper=Lijevak +container.inventory=Inventar +container.isLocked=%s je zakljuÄan! +container.minecart=Vagon +container.repair=Nazivno Popravljanje +container.repair.cost=Cijena: %1$s +container.repair.expensive=Preskupo! +controls.reset=Vrati Zadano +controls.resetAll=Vrati na Zadano +controls.title=Upravljanje +createWorld.customize.custom.baseSize=VeliÄina Dubinske Osnove +createWorld.customize.custom.biomeDepthOffset=Odmak Dubine Bioma +createWorld.customize.custom.biomeDepthWeight=Dubinska Težina Bioma +createWorld.customize.custom.biomeScaleOffset=Odmak Mjere Bioma +createWorld.customize.custom.biomeScaleWeight=Težina Mjere Bioma +createWorld.customize.custom.biomeSize=VeliÄina Bioma +createWorld.customize.custom.center=Centriraj Visinu +createWorld.customize.custom.confirm1=Ovo će prebrisati VaÅ¡e trenutne +createWorld.customize.custom.confirm2=postavke koje ne možete poniÅ¡titi. +createWorld.customize.custom.confirmTitle=Upozorenje! +createWorld.customize.custom.coordinateScale=Mjera Koordinata +createWorld.customize.custom.count=PokuÅ¡aji Stvaranja +createWorld.customize.custom.defaults=Zadane Postavke +createWorld.customize.custom.depthNoiseScaleExponent=Eksponenta Dubinskog Å uma +createWorld.customize.custom.depthNoiseScaleX=Dubinski Å um Mjera X +createWorld.customize.custom.depthNoiseScaleZ=Dubinski Å um Mjera Z +createWorld.customize.custom.dungeonChance=Broj Tamnica +createWorld.customize.custom.fixedBiome=Biom +createWorld.customize.custom.heightScale=Visinska Mjera +createWorld.customize.custom.lavaLakeChance=Rijetkost Jezera Lavi +createWorld.customize.custom.lowerLimitScale=Mjera Donje Granice +createWorld.customize.custom.mainNoiseScaleX=Glavni Å um Mjera X +createWorld.customize.custom.mainNoiseScaleY=Glavni Å um Mjera Y +createWorld.customize.custom.mainNoiseScaleZ=Glavni Å um Mjera Z +createWorld.customize.custom.maxHeight=Max. Visina +createWorld.customize.custom.minHeight=Min. Visina +createWorld.customize.custom.next=Sljedeća Stranica +createWorld.customize.custom.page0=Osnovne Postavke +createWorld.customize.custom.page1=Postavke Ruda +createWorld.customize.custom.page2=Napredne Postavke (Samo za Iskusne Korisnike!) +createWorld.customize.custom.page3=Dodatne Napredne Postavke (Samo za Iskusne Korisnike!) +createWorld.customize.custom.preset.caveChaos=Å piljski Kaos +createWorld.customize.custom.preset.caveDelight=SpeleoloÅ¡ki Užitak +createWorld.customize.custom.preset.drought=SuÅ¡a +createWorld.customize.custom.preset.goodLuck=Sretno +createWorld.customize.custom.preset.isleLand=Lebdeći Otoci +createWorld.customize.custom.preset.mountains=Planinsko Ludilo +createWorld.customize.custom.preset.waterWorld=Vodeni Svijet +createWorld.customize.custom.presets=PodeÅ¡eni Svjetovi +createWorld.customize.custom.presets.title=Prilagodi PodeÅ¡ene Svjetove +createWorld.customize.custom.prev=Prethodna Stranica +createWorld.customize.custom.randomize=SluÄajan odabir +createWorld.customize.custom.riverSize=VeliÄina Rijeka +createWorld.customize.custom.seaLevel=Razina Mora +createWorld.customize.custom.size=Broj Stvaranja +createWorld.customize.custom.spread=RaÅ¡iri Visinu +createWorld.customize.custom.stretchY=Rastezanje Visine +createWorld.customize.custom.upperLimitScale=Mjera Gornje Granice +createWorld.customize.custom.useCaves=Å pilje +createWorld.customize.custom.useDungeons=Tamnice +createWorld.customize.custom.useLavaLakes=Jezera Lave +createWorld.customize.custom.useLavaOceans=Lava Oceani +createWorld.customize.custom.useMineShafts=Rudarska Okna +createWorld.customize.custom.useMonuments=Oceanske GraÄ‘evine +createWorld.customize.custom.useRavines=Klanci +createWorld.customize.custom.useStrongholds=TvrÄ‘ave +createWorld.customize.custom.useTemples=Hramovi +createWorld.customize.custom.useVillages=Sela +createWorld.customize.custom.useWaterLakes=Jezera +createWorld.customize.custom.waterLakeChance=Rijetkost Jezera +createWorld.customize.flat.addLayer=Dodaj sloj +createWorld.customize.flat.editLayer=Uredi sloj +createWorld.customize.flat.height=Visina +createWorld.customize.flat.layer=%s +createWorld.customize.flat.layer.bottom=Donji-%s +createWorld.customize.flat.layer.top=VrÅ¡ni-%s +createWorld.customize.flat.removeLayer=IzbriÅ¡i sloj +createWorld.customize.flat.tile=Materijalni sloj +createWorld.customize.flat.title=PodeÅ¡avanje Slojeva +createWorld.customize.presets=PodeÅ¡eni Svjetovi +createWorld.customize.presets.list=InaÄe, možeÅ¡ koristiti i ova podeÅ¡avanja! +createWorld.customize.presets.select=Koristi PodeÅ¡eni Svijet +createWorld.customize.presets.share=ŽeliÅ¡ podijeliti svoj podeÅ¡eni svijet s nekime? Koristi opciju ispod! +createWorld.customize.presets.title=Odaberi PodeÅ¡eni Svijet +death.attack.anvil=%1$s je spljoÅ¡ten od pada nakovanja +death.attack.arrow=%2$s je pogodio %1$s strijelom +death.attack.arrow.item=%2$s je pogodio %1$s koristeći %3$s +death.attack.cactus=%1$s je izboden na smrt +death.attack.cactus.player=%1$s se zabio u kaktus bježeći od %2$s +death.attack.drown=%1$s se utopio +death.attack.drown.player=%1$s se utopio bježeći od %2$s +death.attack.explosion=%1$s se raznio +death.attack.explosion.player=%2$s je raznio %1$s +death.attack.fall=%1$s je prejako udario u tlo +death.attack.fallingBlock=%1$s je spljoÅ¡ten od pada bloka +death.attack.fireball=%2$s je pogodio %1$s vatrenom kuglom +death.attack.fireball.item=%2$s je pogodio %1$s vatrenom kuglom koristeći %3$s +death.attack.generic=%1$s je umro +death.attack.inFire=%1$s je izgorio +death.attack.inFire.player=%1$s je uÅ¡etao u vatru boreći se s %2$s +death.attack.inWall=%1$s se uguÅ¡io u zidu +death.attack.indirectMagic=%1$s je ubijen od %2$s koristeći magiju +death.attack.indirectMagic.item=%1$s je ubijen od %2$s koristeći %3$s +death.attack.lava=%1$s je pokuÅ¡ao plivati u lavi +death.attack.lava.player=%1$s je pokuÅ¡ao plivati u lavi bježeći od %2$s +death.attack.lightningBolt=%1$s je pogodila munja +death.attack.magic=%1$s je ubijen Äarolijom +death.attack.mob=%2$s je zaklao %1$s +death.attack.onFire=%1$s je izgorio do smrti +death.attack.onFire.player=%1$s je zavrÅ¡io reÅ¡-peÄen boreći se s %2$s +death.attack.outOfWorld=%1$s je ispao izvan svijeta +death.attack.player=%2$s je zaklao %1$s +death.attack.player.item=%2$s je zaklao %1$s koristeći %3$s +death.attack.starve=%1$s je umro od gladi +death.attack.thorns=%1$s je ubijen pokuÅ¡avajući ozljediti %2$s +death.attack.thrown=%2$s je premlatio %1$s +death.attack.thrown.item=%1$s je premlaÄen od %2$s koristeći %3$s +death.attack.wither=%1$s je usahnuo +death.fell.accident.generic=%1$s je pao s visokog mjesta +death.fell.accident.ladder=%1$s je pao s ljestvi +death.fell.accident.vines=%1$s je pao s lijane +death.fell.accident.water=%1$s je pao iz vode +death.fell.assist=%1$s je bio proklet da padne zbog %2$s +death.fell.assist.item=%1$s je bio proklet da padne zbog %2$s koji je koristio %3$s +death.fell.finish=%1$s je pao predaleko i dovrÅ¡io ga je %2$s +death.fell.finish.item=%1$s je pao predaleko i dovrÅ¡io ga je %2$s koristeći %3$s +death.fell.killer=%1$s je bio proklet da padne +deathScreen.deleteWorld=IzbriÅ¡i Svijet +deathScreen.hardcoreInfo=Kad igraÅ¡ ekstremno, druge prilike nema! +deathScreen.leaveServer=IzaÄ‘i +deathScreen.quit.confirm=Jeste li sigurni da želite izaći? +deathScreen.respawn=Stvori se Ponovno +deathScreen.score=Rezultat +deathScreen.title=Umro si! +deathScreen.title.hardcore=Kraj igre! +deathScreen.titleScreen=Naslovna stranica +demo.day.1=Ovaj demo će trajati pet Minecraft dana, daj sve od sebe! +demo.day.2=Drugi Dan +demo.day.3=Treći Dan +demo.day.4=ÄŒetvrti Dan +demo.day.5=Ovo je tvoj posljednji dan! +demo.day.6=PreÅ¡ao si svoj peti dan, upotrijebi F2 kako bi spremio sliku svoje kreacije +demo.day.warning=Tvoje vrijeme je uskoro isteklo! +demo.demoExpired=Vrijeme isprobavanja je isteklo! +demo.help.buy=Kupiti Sada! +demo.help.fullWrapped=Demo traje 5 dana u igri (1 sat i 40 minuta u realnom vremenu). Provjeri postugnuća za pomoć. Sretno! +demo.help.inventory=Koristi %1$s za otvaranje inventara +demo.help.jump=SkaÄi pomoću %1$s +demo.help.later=Nastaviti igranje! +demo.help.movement=Koristi %1$s, %2$s, %3$s, %4$s i miÅ¡ za kretanje +demo.help.movementMouse=Gledaj uokolo koristeći miÅ¡ +demo.help.movementShort=Kreći se stiskanjem tipka %1$s, %2$s, %3$s, %4$s +demo.help.title=Minecraft demo verzija + +demo.remainingTime=Vremena preostalo: %s +demo.reminder=Demo vrijeme je isteklo, kupi igru kako bi nastavio ili zapoÄni novi svijet! +difficulty.lock.question=Jeste li sigurni da želite zakljuÄati težinu ovoga svijeta? Ovo će svijet staviti na %1$s zauvijek, i nikada nećete moći to promijeniti. +difficulty.lock.title=ZakljuÄaj Težinu Svijeta +disconnect.closed=Veza prekinuta +disconnect.disconnected=IskljuÄen od strane poslužitelja +disconnect.endOfStream=Kraj toka podataka +disconnect.genericReason=%s +disconnect.kicked=IzbaÄen iz igre +disconnect.loginFailed=Prijava nije uspjela +disconnect.loginFailedInfo=Prijava nije uspjela: %s +disconnect.loginFailedInfo.invalidSession=Nevažeća sesija (Probajte ponovno pokrenuti igru) +disconnect.loginFailedInfo.serversUnavailable=Poslužitelj nije dostupan zbog održavanja autorizacije. +disconnect.lost=Veza izgubljena +disconnect.overflow=Pretek privremene memorije +disconnect.quitting=Izlazak +disconnect.spam=IzbaÄen zbog pretjerane koliÄine poslanih poruka +disconnect.timeout=Vrijeme isteklo +enchantment.arrowDamage=Snaga +enchantment.arrowFire=Plamen +enchantment.arrowInfinite=BeskonaÄnost +enchantment.arrowKnockback=Udarac +enchantment.damage.all=OÅ¡trina +enchantment.damage.arthropods=Prokletstvo ÄŒlankonožaca +enchantment.damage.undead=Posveta +enchantment.digging=UÄinkovitost +enchantment.durability=Trajnost +enchantment.fire=Pogled Vatre +enchantment.fishingSpeed=PrivlaÄnost +enchantment.knockback=Snažan Udarac +enchantment.level.1=I +enchantment.level.10=X +enchantment.level.2=II +enchantment.level.3=III +enchantment.level.4=IV +enchantment.level.5=V +enchantment.level.6=VI +enchantment.level.7=VII +enchantment.level.8=VIII +enchantment.level.9=IX +enchantment.lootBonus=Zarada +enchantment.lootBonusDigger=Sudbina +enchantment.lootBonusFishing=Podvodna Sreća +enchantment.oxygen=Disanje +enchantment.protect.all=ZaÅ¡tita +enchantment.protect.explosion=ZaÅ¡tita od Eksplozije +enchantment.protect.fall=Padanje poput Pera +enchantment.protect.fire=ZaÅ¡tita od Vatre +enchantment.protect.projectile=ZaÅ¡tita od Projektila +enchantment.thorns=Trnje +enchantment.untouching=Dodir Svile +enchantment.waterWalker=Korak u Dubinu +enchantment.waterWorker=Srodstvo s Vodom +entity.ArmorStand.name=Postolje za Oklop +entity.Arrow.name=strijela +entity.Bat.name=Å iÅ¡miÅ¡ +entity.Blaze.name=Bljesak +entity.Boat.name=ÄŒamac +entity.Cat.name=MaÄka +entity.CaveSpider.name=Å piljski Pauk +entity.Chicken.name=KokoÅ¡ +entity.Cow.name=Krava +entity.Creeper.name=Creeper +entity.EnderDragon.name=Krajnji Zmaj +entity.Enderman.name=Enderman +entity.Endermite.name=Endermite +entity.EntityHorse.name=Konj +entity.FallingSand.name=Padajući Blok +entity.Fireball.name=Vatrena Kugla +entity.Ghast.name=Duh +entity.Giant.name=Div +entity.Guardian.name=ÄŒuvar +entity.Item.name=Predmet +entity.KillerBunny.name=Zec Ubojica +entity.LavaSlime.name=Magmar +entity.Minecart.name=Vagon +entity.Mob.name=Stvorenje +entity.Monster.name=ÄŒudoviÅ¡te +entity.MushroomCow.name=Gljivokrava +entity.Ozelot.name=Divlja MaÄka +entity.Painting.name=Slika +entity.Pig.name=Svinja +entity.PigZombie.name=Zombi ÄŒovjek-Svinja +entity.PrimedTnt.name=Blok TNT-a +entity.Rabbit.name=Zec +entity.Sheep.name=Ovca +entity.Silverfish.name=Srebrna Riba +entity.Skeleton.name=Kostur +entity.Slime.name=Ljigavac +entity.SmallFireball.name=Mala Vatrena Kugla +entity.SnowMan.name=Snježni ÄŒuvar +entity.Snowball.name=Gruda +entity.Spider.name=Pauk +entity.Squid.name=Lignja +entity.Villager.armor=ProizvoÄ‘aÄ Oklopa +entity.Villager.butcher=Mesar +entity.Villager.cleric=Svećenik +entity.Villager.farmer=Farmer +entity.Villager.fisherman=Ribar +entity.Villager.fletcher=ProizvoÄ‘aÄ Strijela +entity.Villager.leather=ObraÄ‘ivaÄ Kože +entity.Villager.librarian=KnjižniÄar +entity.Villager.name=Seljanin +entity.Villager.shepherd=Pastir +entity.Villager.tool=ProizvoÄ‘aÄ OruÄ‘a +entity.Villager.weapon=ProizvoÄ‘aÄ Oružja +entity.VillagerGolem.name=Željezni ÄŒuvar +entity.Witch.name=VjeÅ¡tica +entity.WitherBoss.name=Wither +entity.Wolf.name=Vuk +entity.XPOrb.name=Iskustvo +entity.Zombie.name=Zombi +entity.donkey.name=Magarac +entity.generic.name=nepoznato +entity.horse.name=Konj +entity.mule.name=Mazga +entity.skeletonhorse.name=Kostur Konja +entity.zombiehorse.name=Zombi Konj +gameMode.adventure=Avantura +gameMode.changed=VaÅ¡ naÄin igre je ažuriran +gameMode.creative=Kreativnost +gameMode.hardcore=Ekstremno! +gameMode.spectator=Gledatelj +gameMode.survival=Opstanak +generator.amplified=POJAÄŒANO +generator.amplified.info=Napomena: Samo za zabavu, zahtijeva jak kompjuter +generator.customized=PrilagoÄ‘en +generator.debug_all_block_states=Uklanjanje PogreÅ¡ki +generator.default=UobiÄajeno +generator.flat=Sve Ravno +generator.largeBiomes=Veliki Biomi +gui.achievements=Postignuća +gui.all=Sve +gui.back=Natrag +gui.cancel=Odustani +gui.done=Gotovo +gui.down=Dolje +gui.no=Ne +gui.none=NiÅ¡ta +gui.stats=Statistika +gui.toMenu=Natrag +gui.up=Gore +gui.yes=Da +inventory.binSlot=UniÅ¡ti stvar +item.apple.name=Jabuka +item.appleGold.name=Zlatna Jabuka +item.armorStand.name=Postolje za Oklop +item.arrow.name=Strijela +item.banner.black.name=Crna Zastava +item.banner.blue.name=Plava Zastava +item.banner.border.black=Crni Okvir +item.banner.border.blue=Plavi Okvir +item.banner.border.brown=SmeÄ‘i Okvir +item.banner.border.cyan=Tirkizni Okvir +item.banner.border.gray=Sivi Okvir +item.banner.border.green=Zeleni Okvir +item.banner.border.lightBlue=Svijetlo Plavi Okvir +item.banner.border.lime=Svijetlo Zeleni Okvir +item.banner.border.magenta=Rozi Okvir +item.banner.border.orange=NaranÄasti Okvir +item.banner.border.pink=RužiÄasti Okvir +item.banner.border.purple=LjubiÄasti Okvir +item.banner.border.red=Crveni Okvir +item.banner.border.silver=Svijetlo Sivi Okvir +item.banner.border.white=Bijeli Okvir +item.banner.border.yellow=Žuti Okvir +item.banner.bricks.black=Crno Zidano Polje +item.banner.bricks.blue=Plavo Zidano Polje +item.banner.bricks.brown=SmeÄ‘e Zidano Polje +item.banner.bricks.cyan=Tirkizno Zidano Polje +item.banner.bricks.gray=Sivo Zidano Polje +item.banner.bricks.green=Zeleno Zidano Polje +item.banner.bricks.lightBlue=Svijetlo Plavo Zidano Polje +item.banner.bricks.lime=Svijetlo Zeleno Zidano Polje +item.banner.bricks.magenta=Rozo Zidano Polje +item.banner.bricks.orange=NaranÄasto Zidano Polje +item.banner.bricks.pink=RužiÄasto Zidano Polje +item.banner.bricks.purple=LjubiÄasto Zidano Polje +item.banner.bricks.red=Crveno Zidano Polje +item.banner.bricks.silver=Svijetlo Sivo Zidano Polje +item.banner.bricks.white=BIjelo Zidano Polje +item.banner.bricks.yellow=Žuto Zidano Polje +item.banner.brown.name=SmeÄ‘a Zastava +item.banner.circle.black=Crna Rondela +item.banner.circle.blue=Plava Rondela +item.banner.circle.brown=SmeÄ‘a Rondela +item.banner.circle.cyan=Tirkizna Rondela +item.banner.circle.gray=Siva Rondela +item.banner.circle.green=Zelena Rondela +item.banner.circle.lightBlue=Svijetlo Plava Rondela +item.banner.circle.lime=Svijetlo Zelena Rondela +item.banner.circle.magenta=Roza Rondela +item.banner.circle.orange=NaranÄasta Rondela +item.banner.circle.pink=RužiÄasta Rondela +item.banner.circle.purple=LjubiÄasta Rondela +item.banner.circle.red=Crvena Rondela +item.banner.circle.silver=Svijetlo Siva Rondela +item.banner.circle.white=Bijela Rondela +item.banner.circle.yellow=Žuta Rondela +item.banner.creeper.black=Crni Creeper Lik +item.banner.creeper.blue=Plavi Creeper Lik +item.banner.creeper.brown=SmeÄ‘i Creeper Lik +item.banner.creeper.cyan=Tirkizni Creeper Lik +item.banner.creeper.gray=Sivi Creeper Lik +item.banner.creeper.green=Zeleni Creeper Lik +item.banner.creeper.lightBlue=Svijetlo Plavi Creeper Lik +item.banner.creeper.lime=Svijetlo zeleni Creeper Lik +item.banner.creeper.magenta=Rozi Creeper Lik +item.banner.creeper.orange=NaranÄasti Creeper Lik +item.banner.creeper.pink=RužiÄasti Creeper Lik +item.banner.creeper.purple=LjubiÄasti Creeper Lik +item.banner.creeper.red=Crveni Creeper Lik +item.banner.creeper.silver=Svijetlo Sivi Creeper Lik +item.banner.creeper.white=Bijeli Creeper Lik +item.banner.creeper.yellow=Žuti Creeper Lik +item.banner.cross.black=Crni Andrijin Križ +item.banner.cross.blue=Plavi Andrijin Križ +item.banner.cross.brown=SmeÄ‘i Andrijin Križ +item.banner.cross.cyan=Tirkizni Andrijin Križ +item.banner.cross.gray=Sivi Andrijin Križ +item.banner.cross.green=Zeleni Andrijin Križ +item.banner.cross.lightBlue=Svijetlo Plavi Andrijin Križ +item.banner.cross.lime=Svijetlo Zeleni Andrijin Križ +item.banner.cross.magenta=Rozi Andrijin Križ +item.banner.cross.orange=NaranÄasti Andrijin Križ +item.banner.cross.pink=RužiÄasti Andrijin Križ +item.banner.cross.purple=LjubiÄasti Andrijin Križ +item.banner.cross.red=Crveni Andrijin Križ +item.banner.cross.silver=Svijetlo Sivi Andrijin Križ +item.banner.cross.white=Bijeli Andrijin Križ +item.banner.cross.yellow=Žuti Andrijin Križ +item.banner.curly_border.black=Crni Cik-Cak Okvir +item.banner.curly_border.blue=PlaviCik-Cak Okvir +item.banner.curly_border.brown=SmeÄ‘i Cik-Cak Okvir +item.banner.curly_border.cyan=Tirkizni Cik-Cak Okvir +item.banner.curly_border.gray=Sivi Cik-Cak Okvir +item.banner.curly_border.green=Zeleni Cik-Cak Okvir +item.banner.curly_border.lightBlue=Svijetlo Plavi Cik-Cak Okvir +item.banner.curly_border.lime=Svijetlo Zeleni Cik-Cak Okvir +item.banner.curly_border.magenta=Rozi Cik-Cak Okvir +item.banner.curly_border.orange=NaranÄasti Cik-Cak Okvir +item.banner.curly_border.pink=RužiÄasti Cik-Cak Okvir +item.banner.curly_border.purple=LjubiÄasti Cik-Cak Okvir +item.banner.curly_border.red=Crveni Cik-Cak Okvir +item.banner.curly_border.silver=Svijetlo Sivi Cik-Cak Okvir +item.banner.curly_border.white=Bijeli Cik-Cak Okvir +item.banner.curly_border.yellow=Žuti Cik-Cak Okvir +item.banner.cyan.name=Tirkizna Zastava +item.banner.diagonal_left.black=Crna Lijeva Puna Dijagonala +item.banner.diagonal_left.blue=Plava Lijeva Puna Dijagonala +item.banner.diagonal_left.brown=SmeÄ‘a Lijeva Puna Dijagonala +item.banner.diagonal_left.cyan=Tirkizna Lijeva Puna Dijagonala +item.banner.diagonal_left.gray=Siva Lijeva Puna Dijagonala +item.banner.diagonal_left.green=Zelena Lijeva Puna Dijagonala +item.banner.diagonal_left.lightBlue=Svijetlo Plava Lijeva Puna Dijagonala +item.banner.diagonal_left.lime=Svijetlo Zelena Lijeva Puna Dijagonala +item.banner.diagonal_left.magenta=Roza Lijeva Puna Dijagonala +item.banner.diagonal_left.orange=NaranÄasta Lijeva Puna Dijagonala +item.banner.diagonal_left.pink=RužiÄasta Lijeva Puna Dijagonala +item.banner.diagonal_left.purple=LjubiÄasta Lijeva Puna Dijagonala +item.banner.diagonal_left.red=Crvena Lijeva Puna Dijagonala +item.banner.diagonal_left.silver=Svijetlo Siva Lijeva Puna Dijagonala +item.banner.diagonal_left.white=Bijela Lijeva Puna Dijagonala +item.banner.diagonal_left.yellow=Žuta Lijeva Puna Dijagonala +item.banner.diagonal_right.black=Crna Puna Dijagonala +item.banner.diagonal_right.blue=Plava Puna Dijagonala +item.banner.diagonal_right.brown=SmeÄ‘a Puna Dijagonala +item.banner.diagonal_right.cyan=Tirkizna Puna Dijagonala +item.banner.diagonal_right.gray=Siva Puna Dijagonala +item.banner.diagonal_right.green=Zelena Puna Dijagonala +item.banner.diagonal_right.lightBlue=Svijetlo Plava Puna Dijagonala +item.banner.diagonal_right.lime=Svijetlo Zelena Puna Dijagonala +item.banner.diagonal_right.magenta=Roza Puna Dijagonala +item.banner.diagonal_right.orange=NaranÄasta Puna Dijagonala +item.banner.diagonal_right.pink=RužiÄasta Puna Dijagonala +item.banner.diagonal_right.purple=LjubiÄasta Puna Dijagonala +item.banner.diagonal_right.red=Crvena Puna Dijagonala +item.banner.diagonal_right.silver=Svijetlo SIva Puna Dijagonala +item.banner.diagonal_right.white=Bijela Puna Dijagonala +item.banner.diagonal_right.yellow=Žuta Puna Dijagonala +item.banner.diagonal_up_left.black=Crna Obrnuta Puna DIjagonala +item.banner.diagonal_up_left.blue=Plava Obrnuta Puna DIjagonala +item.banner.diagonal_up_left.brown=SmeÄ‘a Obrnuta Puna DIjagonala +item.banner.diagonal_up_left.cyan=Tirkizna Obrnuta Puna DIjagonala +item.banner.diagonal_up_left.gray=Siva Obrnuta Puna DIjagonala +item.banner.diagonal_up_left.green=Zelena Obrnuta Puna DIjagonala +item.banner.diagonal_up_left.lightBlue=Svijetlo Plava Obrnuta Puna DIjagonala +item.banner.diagonal_up_left.lime=Svijetlo zelena Obrnuta Puna DIjagonala +item.banner.diagonal_up_left.magenta=Roza Obrnuta Puna DIjagonala +item.banner.diagonal_up_left.orange=NaranÄasta Obrnuta Puna DIjagonala +item.banner.diagonal_up_left.pink=RužiÄasta Obrnuta Puna DIjagonala +item.banner.diagonal_up_left.purple=LjubiÄasta Obrnuta Puna DIjagonala +item.banner.diagonal_up_left.red=Crvena Obrnuta Puna DIjagonala +item.banner.diagonal_up_left.silver=Svijetlo SIva Obrnuta Puna DIjagonala +item.banner.diagonal_up_left.white=Bijela Obrnuta Puna DIjagonala +item.banner.diagonal_up_left.yellow=Žuta Obrnuta Puna DIjagonala +item.banner.diagonal_up_right.black=Crna Obrnuta Lijeva Puna Dijagonala +item.banner.diagonal_up_right.blue=Plava Obrnuta Lijeva Puna Dijagonala +item.banner.diagonal_up_right.brown=SmeÄ‘a Obrnuta Lijeva Puna Dijagonala +item.banner.diagonal_up_right.cyan=Tirkizna Obrnuta Lijeva Puna Dijagonala +item.banner.diagonal_up_right.gray=Siva Obrnuta Lijeva Puna Dijagonala +item.banner.diagonal_up_right.green=Zelena Obrnuta Lijeva Puna Dijagonala +item.banner.diagonal_up_right.lightBlue=Svijetlo Plava Obrnuta Lijeva Puna Dijagonala +item.banner.diagonal_up_right.lime=Svijetlo Zelena Obrnuta Lijeva Puna Dijagonala +item.banner.diagonal_up_right.magenta=Roza Obrnuta Lijeva Puna Dijagonala +item.banner.diagonal_up_right.orange=NaranÄasta Obrnuta Lijeva Puna Dijagonala +item.banner.diagonal_up_right.pink=RužiÄasta Obrnuta Lijeva Puna Dijagonala +item.banner.diagonal_up_right.purple=LjubiÄasta Obrnuta Lijeva Puna Dijagonala +item.banner.diagonal_up_right.red=Crvean Obrnuta Lijeva Puna Dijagonala +item.banner.diagonal_up_right.silver=Svijetlo Siva Obrnuta Lijeva Puna Dijagonala +item.banner.diagonal_up_right.white=Bijela Obrnuta Lijeva Puna Dijagonala +item.banner.diagonal_up_right.yellow=Žuta Obrnuta Lijeva Puna Dijagonala +item.banner.flower.black=Crni Simbol Cvijeta +item.banner.flower.blue=Plavi Simbol Cvijeta +item.banner.flower.brown=SmeÄ‘i Simbol Cvijeta +item.banner.flower.cyan=Tirkizni Simbol Cvijeta +item.banner.flower.gray=Sivi Simbol Cvijeta +item.banner.flower.green=Zeleni Simbol Cvijeta +item.banner.flower.lightBlue=Svijetlo Plavi Simbol Cvijeta +item.banner.flower.lime=Svijetlo Zeleni Simbol Cvijeta +item.banner.flower.magenta=Rozi Simbol Cvijeta +item.banner.flower.orange=NaranÄasti Simbol Cvijeta +item.banner.flower.pink=RužiÄasti Simbol Cvijeta +item.banner.flower.purple=LjubiÄasti Simbol Cvijeta +item.banner.flower.red=Crveni Simbol Cvijeta +item.banner.flower.silver=Svijetlo Sivi Simbol Cvijeta +item.banner.flower.white=Bijeli Simbol Cvijeta +item.banner.flower.yellow=Žuti Simbol Cvijeta +item.banner.gradient.black=Crni Gradijent +item.banner.gradient.blue=Plavi Gradijent +item.banner.gradient.brown=SmeÄ‘i Gradijent +item.banner.gradient.cyan=Tirkizni Gradijent +item.banner.gradient.gray=Sivi Gradijent +item.banner.gradient.green=Zeleni Gradijent +item.banner.gradient.lightBlue=Svijetlo Plavi Gradijent +item.banner.gradient.lime=Svijetlo Zeleni Gradijent +item.banner.gradient.magenta=Rozi Gradijent +item.banner.gradient.orange=NaranÄasti Gradijent +item.banner.gradient.pink=RužiÄasti Gradijent +item.banner.gradient.purple=LjubiÄasti Gradijent +item.banner.gradient.red=Crveni Gradijent +item.banner.gradient.silver=Svijetlo Sivi Gradijent +item.banner.gradient.white=Bijeli Gradijent +item.banner.gradient.yellow=Žuti Gradijent +item.banner.gradient_up.black=Crni Donji Gradijent +item.banner.gradient_up.blue=Plavi Donji Gradijent +item.banner.gradient_up.brown=SmeÄ‘i Donji Gradijent +item.banner.gradient_up.cyan=Tirkizni Donji Gradijent +item.banner.gradient_up.gray=Sivi Donji Gradijent +item.banner.gradient_up.green=Zeleni Donji Gradijent +item.banner.gradient_up.lightBlue=Svijetlo Plavi Donji Gradijent +item.banner.gradient_up.lime=Svijetlo Zeleni Donji Gradijent +item.banner.gradient_up.magenta=Rozi Donji Gradijent +item.banner.gradient_up.orange=NaranÄasti Donji Gradijent +item.banner.gradient_up.pink=RužiÄasti Donji Gradijent +item.banner.gradient_up.purple=LjubiÄasti Donji Gradijent +item.banner.gradient_up.red=Crveni Donji Gradijent +item.banner.gradient_up.silver=Svijetlo Sivi Donji Gradijent +item.banner.gradient_up.white=Bijeli Donji Gradijent +item.banner.gradient_up.yellow=Žuti Donji Gradijent +item.banner.gray.name=Siva Zastava +item.banner.green.name=Zelena Zastava +item.banner.half_horizontal.black=Crna Puna Pruga +item.banner.half_horizontal.blue=Plava Puna Pruga +item.banner.half_horizontal.brown=SmeÄ‘a Puna Pruga +item.banner.half_horizontal.cyan=Tirkizna Puna Pruga +item.banner.half_horizontal.gray=Siva Puna Pruga +item.banner.half_horizontal.green=Zelena Puna Pruga +item.banner.half_horizontal.lightBlue=Svijetlo Plava Puna Pruga +item.banner.half_horizontal.lime=Svijetlo Zelena Puna Pruga +item.banner.half_horizontal.magenta=Roza Puna Pruga +item.banner.half_horizontal.orange=NaranÄasta Puna Pruga +item.banner.half_horizontal.pink=RužiÄasta Puna Pruga +item.banner.half_horizontal.purple=LjubiÄasta Puna Pruga +item.banner.half_horizontal.red=Crvena Puna Pruga +item.banner.half_horizontal.silver=Svijetlo Siva Puna Pruga +item.banner.half_horizontal.white=Bijela Puna Pruga +item.banner.half_horizontal.yellow=Žuta Puna Pruga +item.banner.half_horizontal_bottom.black=Crna Obrnuta Puna Pruga +item.banner.half_horizontal_bottom.blue=Plava Obrnuta Puna Pruga +item.banner.half_horizontal_bottom.brown=SmeÄ‘a Obrnuta Puna Pruga +item.banner.half_horizontal_bottom.cyan=Tirkizna Obrnuta Puna Pruga +item.banner.half_horizontal_bottom.gray=Siva Obrnuta Puna Pruga +item.banner.half_horizontal_bottom.green=Zelena Obrnuta Puna Pruga +item.banner.half_horizontal_bottom.lightBlue=Svijetlo Plava Obrnuta Puna Pruga +item.banner.half_horizontal_bottom.lime=Svijetlo Zelena Obrnuta Puna Pruga +item.banner.half_horizontal_bottom.magenta=Roza Obrnuta Puna Pruga +item.banner.half_horizontal_bottom.orange=NaranÄasta Obrnuta Puna Pruga +item.banner.half_horizontal_bottom.pink=RužiÄasta Obrnuta Puna Pruga +item.banner.half_horizontal_bottom.purple=LjubiÄasta Obrnuta Puna Pruga +item.banner.half_horizontal_bottom.red=Crvena Obrnuta Puna Pruga +item.banner.half_horizontal_bottom.silver=Svijetlo Siva Obrnuta Puna Pruga +item.banner.half_horizontal_bottom.white=Bijela Obrnuta Puna Pruga +item.banner.half_horizontal_bottom.yellow=Žuta Obrnuta Puna Pruga +item.banner.half_vertical.black=Crna Puna Traka +item.banner.half_vertical.blue=Plava Puna Traka +item.banner.half_vertical.brown=SmeÄ‘a Puna Traka +item.banner.half_vertical.cyan=Tirkizna Puna Traka +item.banner.half_vertical.gray=Siva Puna Traka +item.banner.half_vertical.green=Zelena Puna Traka +item.banner.half_vertical.lightBlue=Svijetlo Plava Puna Traka +item.banner.half_vertical.lime=Svijetlo Zelena Puna Traka +item.banner.half_vertical.magenta=Roza Puna Traka +item.banner.half_vertical.orange=NaranÄasta Puna Traka +item.banner.half_vertical.pink=RužiÄasta Puna Traka +item.banner.half_vertical.purple=LjubiÄasta Puna Traka +item.banner.half_vertical.red=Crvena Puna Traka +item.banner.half_vertical.silver=Svijetlo Siva Puna Traka +item.banner.half_vertical.white=Bijela Puna Traka +item.banner.half_vertical.yellow=Žuta Puna Traka +item.banner.half_vertical_right.black=Crna Obrnuta Puna Traka +item.banner.half_vertical_right.blue=Plava Obrnuta Puna Traka +item.banner.half_vertical_right.brown=SmeÄ‘a Obrnuta Puna Traka +item.banner.half_vertical_right.cyan=Tirkizna Obrnuta Puna Traka +item.banner.half_vertical_right.gray=Siva Obrnuta Puna Traka +item.banner.half_vertical_right.green=Zelena Obrnuta Puna Traka +item.banner.half_vertical_right.lightBlue=Svijetlo Plava Obrnuta Puna Traka +item.banner.half_vertical_right.lime=Svijetlo Zelena Obrnuta Puna Traka +item.banner.half_vertical_right.magenta=Roza Obrnuta Puna Traka +item.banner.half_vertical_right.orange=NaranÄasta Obrnuta Puna Traka +item.banner.half_vertical_right.pink=RužiÄasta Obrnuta Puna Traka +item.banner.half_vertical_right.purple=LjubiÄasta Obrnuta Puna Traka +item.banner.half_vertical_right.red=Crvena Obrnuta Puna Traka +item.banner.half_vertical_right.silver=Svijetlo Siva Obrnuta Puna Traka +item.banner.half_vertical_right.white=BIjela Obrnuta Puna Traka +item.banner.half_vertical_right.yellow=Žuta Obrnuta Puna Traka +item.banner.lightBlue.name=Svijetlo Plava Zastava +item.banner.lime.name=Svijetlo Zelena Zastava +item.banner.magenta.name=Roza Zastava +item.banner.mojang.black=Crna Stvar +item.banner.mojang.blue=Plava Stvar +item.banner.mojang.brown=SmeÄ‘a Stvar +item.banner.mojang.cyan=Tirkizna Stvar +item.banner.mojang.gray=Siva Stvar +item.banner.mojang.green=Zelena Stvar +item.banner.mojang.lightBlue=Svijetlo Plava Stvar +item.banner.mojang.lime=Svijetlo Zelena Stvar +item.banner.mojang.magenta=Roza Stvar +item.banner.mojang.orange=NaranÄasta Stvar +item.banner.mojang.pink=RužiÄasta Stvar +item.banner.mojang.purple=LjubiÄasta Stvar +item.banner.mojang.red=Crvena Stvar +item.banner.mojang.silver=Svijetlo Siva Stvar +item.banner.mojang.white=Bijela Stvar +item.banner.mojang.yellow=Žuta Stvar +item.banner.orange.name=NaranÄasta Zastava +item.banner.pink.name=RužiÄasta Zastava +item.banner.purple.name=LjubiÄasta Zastava +item.banner.red.name=Crvena Zastava +item.banner.rhombus.black=Crni Romb +item.banner.rhombus.blue=Plavi Romb +item.banner.rhombus.brown=SmeÄ‘i Romb +item.banner.rhombus.cyan=Tirkizni Romb +item.banner.rhombus.gray=Sivi Romb +item.banner.rhombus.green=Zeleni Romb +item.banner.rhombus.lightBlue=Svijetlo Plavi Romb +item.banner.rhombus.lime=Svijetlo Zeleni Romb +item.banner.rhombus.magenta=Rozi Romb +item.banner.rhombus.orange=NaranÄasti Romb +item.banner.rhombus.pink=RužiÄasti Romb +item.banner.rhombus.purple=LjubiÄasti Romb +item.banner.rhombus.red=Crveni Romb +item.banner.rhombus.silver=Svijetlo Sivi Romb +item.banner.rhombus.white=Bijeli Romb +item.banner.rhombus.yellow=Žuti Romb +item.banner.silver.name=Svijetlo Siva Zastava +item.banner.skull.black=Crni Lik Lubanje +item.banner.skull.blue=Plavi Lik Lubanje +item.banner.skull.brown=SmeÄ‘i Lik Lubanje +item.banner.skull.cyan=Tirkizni Lik Lubanje +item.banner.skull.gray=Sivi Lik Lubanje +item.banner.skull.green=Zeleni Lik Lubanje +item.banner.skull.lightBlue=Svijetlo Plavi Lik Lubanje +item.banner.skull.lime=Svijetlo Zeleni Lik Lubanje +item.banner.skull.magenta=Rozi Lik Lubanje +item.banner.skull.orange=NaranÄasti Lik Lubanje +item.banner.skull.pink=RužiÄasti Lik Lubanje +item.banner.skull.purple=LjubiÄasti Lik Lubanje +item.banner.skull.red=Crveni Lik Lubanje +item.banner.skull.silver=Svijetlo Sivi Lik Lubanje +item.banner.skull.white=Bijeli Lik Lubanje +item.banner.skull.yellow=Žuti Lik Lubanje +item.banner.small_stripes.black=Crna Prugasta +item.banner.small_stripes.blue=Plava Prugasta +item.banner.small_stripes.brown=SmeÄ‘a Prugasta +item.banner.small_stripes.cyan=Tirkizna Prugasta +item.banner.small_stripes.gray=Siva Prugasta +item.banner.small_stripes.green=Zelena Prugasta +item.banner.small_stripes.lightBlue=Svijetlo Plava Prugasta +item.banner.small_stripes.lime=Svijetlo Zelena Prugasta +item.banner.small_stripes.magenta=Roza Prugasta +item.banner.small_stripes.orange=NaranÄasta Prugasta +item.banner.small_stripes.pink=RužiÄasta Prugasta +item.banner.small_stripes.purple=LjubiÄasta Prugasta +item.banner.small_stripes.red=Crvena Prugasta +item.banner.small_stripes.silver=Svijetlo Siva Prugasta +item.banner.small_stripes.white=Bijela Prugasta +item.banner.small_stripes.yellow=Žuta Prugasta +item.banner.square_bottom_left.black=Crni Donji Desni Kvadrant +item.banner.square_bottom_left.blue=Plavi Donji Desni Kvadrant +item.banner.square_bottom_left.brown=SmeÄ‘i Donji Desni Kvadrant +item.banner.square_bottom_left.cyan=Tirkizni Donji Desni Kvadrant +item.banner.square_bottom_left.gray=Sivi Donji Desni Kvadrant +item.banner.square_bottom_left.green=Zeleni Donji Desni Kvadrant +item.banner.square_bottom_left.lightBlue=Svijetlo Plavi Donji Desni Kvadrant +item.banner.square_bottom_left.lime=Svijetlo Zeleni Donji Desni Kvadrant +item.banner.square_bottom_left.magenta=Rozi Donji Desni Kvadrant +item.banner.square_bottom_left.orange=NaranÄasti Donji Desni Kvadrant +item.banner.square_bottom_left.pink=RužiÄasti Donji Desni Kvadrant +item.banner.square_bottom_left.purple=LjubiÄasti Donji Desni Kvadrant +item.banner.square_bottom_left.red=Crveni Donji Desni Kvadrant +item.banner.square_bottom_left.silver=Svijetlo Sivi Donji Desni Kvadrant +item.banner.square_bottom_left.white=Bijeli Donji Desni Kvadrant +item.banner.square_bottom_left.yellow=Žuti Donji Desni Kvadrant +item.banner.square_bottom_right.black=Crni Donji Lijevi Kvadrant +item.banner.square_bottom_right.blue=Plavi Temeljni Lijevi Kvadrant +item.banner.square_bottom_right.brown=SmeÄ‘i Donji Lijevi Kvadrant +item.banner.square_bottom_right.cyan=Tirkizni Donji Lijevi Kvadrant +item.banner.square_bottom_right.gray=Sivi Donji Lijevi Kvadrant +item.banner.square_bottom_right.green=Zeleni Donji Lijevi Kvadrant +item.banner.square_bottom_right.lightBlue=Svijetlo Plavi Donji Lijevi Kvadrant +item.banner.square_bottom_right.lime=Svijetlo Zeleni Donji Lijevi Kvadrant +item.banner.square_bottom_right.magenta=Rozi Donji Lijevi Kvadrant +item.banner.square_bottom_right.orange=NaranÄasti Donji Lijevi Kvadrant +item.banner.square_bottom_right.pink=RužiÄasti Donji Lijevi Kvadrant +item.banner.square_bottom_right.purple=LjubiÄasti Donji Lijevi Kvadrant +item.banner.square_bottom_right.red=Crveni Donji Lijevi Kvadrant +item.banner.square_bottom_right.silver=Svijetlo Sivi Donji Lijevi Kvadrant +item.banner.square_bottom_right.white=Bijeli Donji Lijevi Kvadrant +item.banner.square_bottom_right.yellow=Žuti Donji Lijevi Kvadrant +item.banner.square_top_left.black=Crni Gornji Desni Kvadrant +item.banner.square_top_left.blue=Plavi Gornji Desni Kvadrant +item.banner.square_top_left.brown=SmeÄ‘i Gornji Desni Kvadrant +item.banner.square_top_left.cyan=Tirkizni Gornji Desni Kvadrant +item.banner.square_top_left.gray=Sivi Gornji Desni Kvadrant +item.banner.square_top_left.green=Zeleni Gornji Desni Kvadrant +item.banner.square_top_left.lightBlue=Svijetlo Plavi Gornji Desni Kvadrant +item.banner.square_top_left.lime=Svijetlo Zeleni Gornji Desni Kvadrant +item.banner.square_top_left.magenta=Rozi Gornji Desni Kvadrant +item.banner.square_top_left.orange=NaranÄasti Gornji Desni Kvadrant +item.banner.square_top_left.pink=RužiÄasti Gornji Desni Kvadrant +item.banner.square_top_left.purple=LjubiÄasti Gornji Desni Kvadrant +item.banner.square_top_left.red=Crveni Gornji Desni Kvadrant +item.banner.square_top_left.silver=Svijetlo Sivi Gornji Desni Kvadrant +item.banner.square_top_left.white=Bijeli Gornji Desni Kvadrant +item.banner.square_top_left.yellow=Žuti Gornji Desni Kvadrant +item.banner.square_top_right.black=Crni Gornji Lijevi Kvadrant +item.banner.square_top_right.blue=Plavi Gornji Lijevi Kvadrant +item.banner.square_top_right.brown=SmeÄ‘i Gornji Lijevi Kvadrant +item.banner.square_top_right.cyan=Trikizni Gornji Lijevi Kvadrant +item.banner.square_top_right.gray=Sivi Gornji Lijevi Kvadrant +item.banner.square_top_right.green=Zeleni Gornji Lijevi Kvadrant +item.banner.square_top_right.lightBlue=Svijetlo Plavi Gornji Lijevi Kvadrant +item.banner.square_top_right.lime=Svijetlo Zeleni Gornji Lijevi Kvadrant +item.banner.square_top_right.magenta=Rozi Gornji Lijevi Kvadrant +item.banner.square_top_right.orange=NaranÄasti Gornji Lijevi Kvadrant +item.banner.square_top_right.pink=RužiÄasti Gornji Lijevi Kvadrant +item.banner.square_top_right.purple=LjubiÄasti Gornji Lijevi Kvadrant +item.banner.square_top_right.red=Crveni Gornji Lijevi Kvadrant +item.banner.square_top_right.silver=Svijetlo Sivi Gornji Lijevi Kvadrant +item.banner.square_top_right.white=Bijeli Gornji Lijevi Kvadrant +item.banner.square_top_right.yellow=Žuti Gornji Lijevi Kvadrant +item.banner.straight_cross.black=Crni Križ +item.banner.straight_cross.blue=Plavi Križ +item.banner.straight_cross.brown=SmeÄ‘i Križ +item.banner.straight_cross.cyan=Tirkizni Križ +item.banner.straight_cross.gray=Sivi Križ +item.banner.straight_cross.green=Zeleni Križ +item.banner.straight_cross.lightBlue=Svijetlo Plavi Križ +item.banner.straight_cross.lime=Svijetlo Zeleni Križ +item.banner.straight_cross.magenta=Rozi Križ +item.banner.straight_cross.orange=NaranÄasti Križ +item.banner.straight_cross.pink=RužiÄasti Križ +item.banner.straight_cross.purple=LjubiÄasti Križ +item.banner.straight_cross.red=Crveni Križ +item.banner.straight_cross.silver=Svijetlo Sivi Križ +item.banner.straight_cross.white=Bijeli Križ +item.banner.straight_cross.yellow=Žuti Križ +item.banner.stripe_bottom.black=Crna Donja Pruga +item.banner.stripe_bottom.blue=Plava Donja Pruga +item.banner.stripe_bottom.brown=SmeÄ‘a Donja Pruga +item.banner.stripe_bottom.cyan=Tirkizna Donja Pruga +item.banner.stripe_bottom.gray=Siva Donja Pruga +item.banner.stripe_bottom.green=Zelena Donja Pruga +item.banner.stripe_bottom.lightBlue=Svijetlo Plava Donja Pruga +item.banner.stripe_bottom.lime=Svijetlo Zelena Donja Pruga +item.banner.stripe_bottom.magenta=Roza Donja Pruga +item.banner.stripe_bottom.orange=NaranÄasta Donja Pruga +item.banner.stripe_bottom.pink=RužiÄasta Donja Pruga +item.banner.stripe_bottom.purple=LjubiÄasta Donja Pruga +item.banner.stripe_bottom.red=Crvena Donja Pruga +item.banner.stripe_bottom.silver=Svijetlo Siva Donja Pruga +item.banner.stripe_bottom.white=Bijela Donja Pruga +item.banner.stripe_bottom.yellow=Žuta Donja Pruga +item.banner.stripe_center.black=Crna Traka +item.banner.stripe_center.blue=Plava Traka +item.banner.stripe_center.brown=SmeÄ‘a Traka +item.banner.stripe_center.cyan=Tirkizna Traka +item.banner.stripe_center.gray=Siva Traka +item.banner.stripe_center.green=Zelena Traka +item.banner.stripe_center.lightBlue=Svijetlo Plava Traka +item.banner.stripe_center.lime=Svijetlo Zelena Traka +item.banner.stripe_center.magenta=Roza Traka +item.banner.stripe_center.orange=NaranÄasta Traka +item.banner.stripe_center.pink=RužiÄasta Traka +item.banner.stripe_center.purple=LjubiÄasta Traka +item.banner.stripe_center.red=Crvena Traka +item.banner.stripe_center.silver=Svijetlo Siva Traka +item.banner.stripe_center.white=Bijela Traka +item.banner.stripe_center.yellow=Žuta Traka +item.banner.stripe_downleft.black=Crna Lijeva Dijagonala +item.banner.stripe_downleft.blue=Plava Lijeva Dijagonala +item.banner.stripe_downleft.brown=SmeÄ‘a Lijeva Dijagonala +item.banner.stripe_downleft.cyan=Tirkizna Lijeva Dijagonala +item.banner.stripe_downleft.gray=Siva Lijeva Dijagonala +item.banner.stripe_downleft.green=Zelena Lijeva Dijagonala +item.banner.stripe_downleft.lightBlue=Svijetlo Plava Lijeva Dijagonala +item.banner.stripe_downleft.lime=Svijetlo Zelena Lijeva Dijagonala +item.banner.stripe_downleft.magenta=Roza Lijeva Dijagonala +item.banner.stripe_downleft.orange=NaranÄasta Lijeva Dijagonala +item.banner.stripe_downleft.pink=RužiÄasta Lijeva Dijagonala +item.banner.stripe_downleft.purple=LjubiÄasta Lijeva Dijagonala +item.banner.stripe_downleft.red=Crvena Lijeva Dijagonala +item.banner.stripe_downleft.silver=Svijetlo Siva Lijeva Dijagonala +item.banner.stripe_downleft.white=Bijela Lijeva Dijagonala +item.banner.stripe_downleft.yellow=Žuta Lijeva Dijagonala +item.banner.stripe_downright.black=Crna Dijagonala +item.banner.stripe_downright.blue=Plava Dijagonala +item.banner.stripe_downright.brown=SmeÄ‘a Dijagonala +item.banner.stripe_downright.cyan=Tirkizna Dijagonala +item.banner.stripe_downright.gray=Siva Dijagonala +item.banner.stripe_downright.green=Zelena Dijagonala +item.banner.stripe_downright.lightBlue=Svijetlo Plava Dijagonala +item.banner.stripe_downright.lime=Svijetlo Zelena Dijagonala +item.banner.stripe_downright.magenta=Roza Dijagonala +item.banner.stripe_downright.orange=NaranÄasta Dijagonala +item.banner.stripe_downright.pink=RužiÄasta Dijagonala +item.banner.stripe_downright.purple=LjubiÄasta Dijagonala +item.banner.stripe_downright.red=Crvena Dijagonala +item.banner.stripe_downright.silver=Svijetlo Siva Dijagonala +item.banner.stripe_downright.white=BIjela Dijagonala +item.banner.stripe_downright.yellow=Žuta Dijagonala +item.banner.stripe_left.black=Crna Desna Traka +item.banner.stripe_left.blue=Plava Desna Traka +item.banner.stripe_left.brown=SmeÄ‘a Desna Traka +item.banner.stripe_left.cyan=Tirkizna Desna Traka +item.banner.stripe_left.gray=Siva Desna Traka +item.banner.stripe_left.green=Zelena Desna Traka +item.banner.stripe_left.lightBlue=Svijetlo Plava Desna Traka +item.banner.stripe_left.lime=Svijetlo Zelena Desna Traka +item.banner.stripe_left.magenta=Roza Desna Traka +item.banner.stripe_left.orange=NaranÄasta Desna Traka +item.banner.stripe_left.pink=RužiÄasta Desna Traka +item.banner.stripe_left.purple=LjubiÄasta Desna Traka +item.banner.stripe_left.red=Crvena Desna Traka +item.banner.stripe_left.silver=Svijetlo Siva Desna Traka +item.banner.stripe_left.white=Bijela Desna Traka +item.banner.stripe_left.yellow=Žuta Desna Traka +item.banner.stripe_middle.black=Crna Pruga +item.banner.stripe_middle.blue=Plava Pruga +item.banner.stripe_middle.brown=SmeÄ‘a Pruga +item.banner.stripe_middle.cyan=Tirkizna Pruga +item.banner.stripe_middle.gray=Siva Pruga +item.banner.stripe_middle.green=Zelena Pruga +item.banner.stripe_middle.lightBlue=Svijetlo Plava Pruga +item.banner.stripe_middle.lime=Svijetlo Siva Pruga +item.banner.stripe_middle.magenta=Roza Pruga +item.banner.stripe_middle.orange=NaranÄasta Pruga +item.banner.stripe_middle.pink=RužiÄasta Pruga +item.banner.stripe_middle.purple=LjubiÄasta Pruga +item.banner.stripe_middle.red=Crvena Pruga +item.banner.stripe_middle.silver=Svijetlo Siva Pruga +item.banner.stripe_middle.white=Bijela Pruga +item.banner.stripe_middle.yellow=Žuta Pruga +item.banner.stripe_right.black=Crna Lijeva Traka +item.banner.stripe_right.blue=Plava Lijeva Traka +item.banner.stripe_right.brown=SmeÄ‘a Lijeva Traka +item.banner.stripe_right.cyan=Trikizna Lijeva Traka +item.banner.stripe_right.gray=Siva Lijeva Traka +item.banner.stripe_right.green=Zelena Lijeva Traka +item.banner.stripe_right.lightBlue=Svijetlo Plava Lijeva Traka +item.banner.stripe_right.lime=Svijetlo Zelena Lijeva Traka +item.banner.stripe_right.magenta=Roza Lijeva Traka +item.banner.stripe_right.orange=NaranÄasta Lijeva Traka +item.banner.stripe_right.pink=RužiÄasta Lijeva Traka +item.banner.stripe_right.purple=LjubiÄasta Lijeva Traka +item.banner.stripe_right.red=Crvena Lijeva Traka +item.banner.stripe_right.silver=Svijetlo Siva Lijeva Traka +item.banner.stripe_right.white=Bijela Lijeva Traka +item.banner.stripe_right.yellow=Žuta Lijeva Traka +item.banner.stripe_top.black=Crna Gornja Pruga +item.banner.stripe_top.blue=Plava Gornja Pruga +item.banner.stripe_top.brown=SmeÄ‘a Gornja Pruga +item.banner.stripe_top.cyan=Tirkizna Gornja Pruga +item.banner.stripe_top.gray=Siva Gornja Pruga +item.banner.stripe_top.green=Zelena Gornja Pruga +item.banner.stripe_top.lightBlue=Svijetlo Plava Gornja Pruga +item.banner.stripe_top.lime=Svijetlo Zelena Gornja Pruga +item.banner.stripe_top.magenta=Roza Gornja Pruga +item.banner.stripe_top.orange=NaranÄasta Gornja Pruga +item.banner.stripe_top.pink=RužiÄasta Gornja Pruga +item.banner.stripe_top.purple=LjubiÄasta Gornja Pruga +item.banner.stripe_top.red=Crvena Gornja Pruga +item.banner.stripe_top.silver=Svijetlo Siva Gornja Pruga +item.banner.stripe_top.white=Bijela Gornja Pruga +item.banner.stripe_top.yellow=Žuta Gornja Pruga +item.banner.triangle_bottom.black=Crni Chevron +item.banner.triangle_bottom.blue=Plavi Chevron +item.banner.triangle_bottom.brown=SmeÄ‘i Chevron +item.banner.triangle_bottom.cyan=Tirkizni Chevron +item.banner.triangle_bottom.gray=Sivi Chevron +item.banner.triangle_bottom.green=Zeleni Chevron +item.banner.triangle_bottom.lightBlue=Svijetlo Plavi Chevron +item.banner.triangle_bottom.lime=Svijetlo Zeleni Chevron +item.banner.triangle_bottom.magenta=Rozi Chevron +item.banner.triangle_bottom.orange=NaranÄasti Chevron +item.banner.triangle_bottom.pink=RužiÄasti Chevron +item.banner.triangle_bottom.purple=LjubiÄasti Chevron +item.banner.triangle_bottom.red=Crveni Chevron +item.banner.triangle_bottom.silver=Svijetlo Sivi Chevron +item.banner.triangle_bottom.white=Bijeli Chevron +item.banner.triangle_bottom.yellow=Žuti Chevron +item.banner.triangle_top.black=Crni Obrnuti Chevron +item.banner.triangle_top.blue=Plavi Obrnuti Chevron +item.banner.triangle_top.brown=SmeÄ‘i Obrnuti Chevron +item.banner.triangle_top.cyan=Tirkizni Obrnuti Chevron +item.banner.triangle_top.gray=Sivi Obrnuti Chevron +item.banner.triangle_top.green=Zeleni Obrnuti Chevron +item.banner.triangle_top.lightBlue=Svijetlo Plavi Obrnuti Chevron +item.banner.triangle_top.lime=Svijetlo Zeleni Obrnuti Chevron +item.banner.triangle_top.magenta=Rozi Obrnuti Chevron +item.banner.triangle_top.orange=NaranÄasti Obrnuti Chevron +item.banner.triangle_top.pink=Rozi Obrnuti Chevron +item.banner.triangle_top.purple=LjubiÄasti Obrnuti Chevron +item.banner.triangle_top.red=Crveni Obrnuti Chevron +item.banner.triangle_top.silver=Svijetlo Sivi Obrnuti Chevron +item.banner.triangle_top.white=Bijeli Obrnuti Chevron +item.banner.triangle_top.yellow=Žuti Obrnuti Chevron +item.banner.triangles_bottom.black=Crni Donji Cik-Cak +item.banner.triangles_bottom.blue=Plavi Donji Cik-Cak +item.banner.triangles_bottom.brown=SmeÄ‘i Donji Cik-Cak +item.banner.triangles_bottom.cyan=Tirkizni Donji Cik-Cak +item.banner.triangles_bottom.gray=Sivi Donji Cik-Cak +item.banner.triangles_bottom.green=Zeleni Donji Cik-Cak +item.banner.triangles_bottom.lightBlue=Svijetlo Plavi Donji Cik-Cak +item.banner.triangles_bottom.lime=Svijetlo Zeleni Donji Cik-Cak +item.banner.triangles_bottom.magenta=Rozi Donji Cik-Cak +item.banner.triangles_bottom.orange=NaranÄasti Donji Cik-Cak +item.banner.triangles_bottom.pink=RužiÄasti Donji Cik-Cak +item.banner.triangles_bottom.purple=LjubiÄasti Donji Cik-Cak +item.banner.triangles_bottom.red=Crveni Donji Cik-Cak +item.banner.triangles_bottom.silver=Svijetlo Sivi Donji Cik-Cak +item.banner.triangles_bottom.white=Bijeli Donji Cik-Cak +item.banner.triangles_bottom.yellow=Žuti Donji Cik-Cak +item.banner.triangles_top.black=Crni Gornji Cik-Cak +item.banner.triangles_top.blue=Plavi Gornji Cik-Cak +item.banner.triangles_top.brown=SmeÄ‘i Gornji Cik-Cak +item.banner.triangles_top.cyan=Tirkizni Gornji Cik-Cak +item.banner.triangles_top.gray=Sivi Gornji Cik-Cak +item.banner.triangles_top.green=Zeleni Gornji Cik-Cak +item.banner.triangles_top.lightBlue=Svijetlo Plavi Gornji Cik-Cak +item.banner.triangles_top.lime=Svijetlo Zeleni Gornji Cik-Cak +item.banner.triangles_top.magenta=Rozi Gornji Cik-Cak +item.banner.triangles_top.orange=NaranÄasti Gornji Cik-Cak +item.banner.triangles_top.pink=RužiÄasti Gornji Cik-Cak +item.banner.triangles_top.purple=LjubiÄasti Gornji Cik-Cak +item.banner.triangles_top.red=Crveni Gornji Cik-Cak +item.banner.triangles_top.silver=Svijetlo Sivi Gornji Cik-Cak +item.banner.triangles_top.white=Bijeli Gornji Cik-Cak +item.banner.triangles_top.yellow=Žuti Gornji Cik-Cak +item.banner.white.name=Bijela Zastava +item.banner.yellow.name=Žuta Zastava +item.bed.name=Krevet +item.beefCooked.name=Odrezak +item.beefRaw.name=Sirova Govedina +item.blazePowder.name=Bljeskov Prah +item.blazeRod.name=Bljeskov Å tapić +item.boat.name=ÄŒamac +item.bone.name=Kost +item.book.name=Knjiga +item.bootsChain.name=LanÄane ÄŒizme +item.bootsCloth.name=Kožne ÄŒizme +item.bootsDiamond.name=Dijamantne ÄŒizme +item.bootsGold.name=Zlatne ÄŒizme +item.bootsIron.name=Željezne ÄŒizme +item.bow.name=Luk +item.bowl.name=Zdjela +item.bread.name=Kruh +item.brewingStand.name=Postolje za Varenje +item.brick.name=Cigla +item.bucket.name=Kanta +item.bucketLava.name=Kanta s Lavom +item.bucketWater.name=Kanta s Vodom +item.cake.name=Torta +item.canBreak=Može razbijati: +item.canPlace=Može biti postavljen na: +item.carrotGolden.name=Zlatna Mrkva +item.carrotOnAStick.name=Mrkva na Å tapu +item.carrots.name=Mrkva +item.cauldron.name=Kotao +item.charcoal.name=Drveni Ugljen +item.chestplateChain.name=LanÄani Prsni Oklop +item.chestplateCloth.name=Kožna Tunika +item.chestplateDiamond.name=Dijamantni Prsni Oklop +item.chestplateGold.name=Zlatni Prsni Oklop +item.chestplateIron.name=Željezni Prsni Oklop +item.chickenCooked.name=PeÄena Piletina +item.chickenRaw.name=Sirova Piletina +item.clay.name=Glina +item.clock.name=Sat +item.coal.name=Ugljen +item.comparator.name=Komparator +item.compass.name=Kompas +item.cookie.name=KolaÄić +item.diamond.name=Dijamant +item.diode.name=Repetitor +item.doorAcacia.name=Vrata (Akacija) +item.doorBirch.name=Vrata (Breza) +item.doorDarkOak.name=Vrata (Tamni Hrast) +item.doorIron.name=Željezna Vrata +item.doorJungle.name=Vrata (PraÅ¡umsko Drvo) +item.doorOak.name=Vrata +item.doorSpruce.name=Vrata (Smreka) +item.dyePowder.black.name=Crna Tinta +item.dyePowder.blue.name=Lazulit +item.dyePowder.brown.name=Sjemenke Kakaa +item.dyePowder.cyan.name=Tirkizna Boja +item.dyePowder.gray.name=Siva Boja +item.dyePowder.green.name=Ekstrakt Kaktusa +item.dyePowder.lightBlue.name=Modra Boja +item.dyePowder.lime.name=Svijetlozelena Boja +item.dyePowder.magenta.name=Roza Boja +item.dyePowder.orange.name=NaranÄasta Boja +item.dyePowder.pink.name=RužiÄasta Boja +item.dyePowder.purple.name=LjubiÄasta Boja +item.dyePowder.red.name=Ružine Latice +item.dyePowder.silver.name=Svijetlosiva Boja +item.dyePowder.white.name=Usitnjene Kosti +item.dyePowder.yellow.name=Ekstrakt MaslaÄka +item.dyed=Obojeno +item.egg.name=Jaje +item.emerald.name=Smaragd +item.emptyMap.name=Prazna Karta +item.emptyPotion.name=BoÄica s Vodom +item.enchantedBook.name=ZaÄarana Knjiga +item.enderPearl.name=Krajnji Biser +item.expBottle.name=BoÄica ÄŒarolije +item.eyeOfEnder.name=Krajnje Oko +item.feather.name=Pero +item.fermentedSpiderEye.name=Fermentirano Paukovo Oko +item.fireball.name=Vatrena Kugla +item.fireworks.flight=Duljina leta: +item.fireworks.name=Vatrometna Raketa +item.fireworksCharge.black=Crna +item.fireworksCharge.blue=Plava +item.fireworksCharge.brown=SmeÄ‘a +item.fireworksCharge.customColor=PodeÅ¡eno +item.fireworksCharge.cyan=Tirkizna +item.fireworksCharge.fadeTo=Nestati do +item.fireworksCharge.flicker=Svjetlucanje +item.fireworksCharge.gray=Siva +item.fireworksCharge.green=Zelena +item.fireworksCharge.lightBlue=Svijetlo Plava +item.fireworksCharge.lime=Svijetlo Zelena +item.fireworksCharge.magenta=Roza +item.fireworksCharge.name=Vatrometna Zvijezda +item.fireworksCharge.orange=NaranÄasta +item.fireworksCharge.pink=RužiÄasta +item.fireworksCharge.purple=LjubiÄasta +item.fireworksCharge.red=Crvena +item.fireworksCharge.silver=Svijetlo Siva +item.fireworksCharge.trail=Trag +item.fireworksCharge.type=Nepoznat +item.fireworksCharge.type.0=Mala Kugla +item.fireworksCharge.type.1=Velika Kugla +item.fireworksCharge.type.2=Zvjezdani +item.fireworksCharge.type.3=Oblik Kripera +item.fireworksCharge.type.4=Prasak +item.fireworksCharge.white=Bijela +item.fireworksCharge.yellow=Žuta +item.fish.clownfish.raw.name=Riba Klaun +item.fish.cod.cooked.name=PeÄena Riba +item.fish.cod.raw.name=Sirova Riba +item.fish.pufferfish.raw.name=NapuhaÄa +item.fish.salmon.cooked.name=PeÄeni Losos +item.fish.salmon.raw.name=Sirov Losos +item.fishingRod.name=Å tap za Pecanje +item.flint.name=Kremen +item.flintAndSteel.name=Kremen i ÄŒelik +item.flowerPot.name=Tegla za Cvijeće +item.frame.name=Okvir +item.ghastTear.name=Duhova Suza +item.glassBottle.name=Staklena BoÄica +item.goldNugget.name=Grumen Zlata +item.hatchetDiamond.name=Dijamantna Sjekira +item.hatchetGold.name=Zlatna Sjekira +item.hatchetIron.name=Željezna Sjekira +item.hatchetStone.name=Kamena Sjekira +item.hatchetWood.name=Drvena Sjekira +item.helmetChain.name=LanÄani Å ljem +item.helmetCloth.name=Kožna Kapa +item.helmetDiamond.name=Dijamantni Å ljem +item.helmetGold.name=Zlatni Å ljem +item.helmetIron.name=Željezni Å ljem +item.hoeDiamond.name=Dijamantna Motika +item.hoeGold.name=Zlatna Motika +item.hoeIron.name=Željezna Motika +item.hoeStone.name=Kamena Motika +item.hoeWood.name=Drvena Motika +item.horsearmordiamond.name=Dijamantni Konjski Oklop +item.horsearmorgold.name=Zlatni Konjski Oklop +item.horsearmormetal.name=Željezni Konjski Oklop +item.ingotGold.name=Zlatna Poluga +item.ingotIron.name=Željezna Poluga +item.leash.name=Uzica +item.leather.name=Koža +item.leaves.name=Lišće +item.leggingsChain.name=LanÄane GamaÅ¡e +item.leggingsCloth.name=Kožne HlaÄe +item.leggingsDiamond.name=Dijamantne GamaÅ¡e +item.leggingsGold.name=Zlatne GamaÅ¡e +item.leggingsIron.name=Željezne GamaÅ¡e +item.magmaCream.name=Magmasta Kuglica +item.map.name=Karta +item.melon.name=Lubenica +item.milk.name=Mlijeko +item.minecart.name=Vagon +item.minecartChest.name=Vagon sa Å krinjom +item.minecartCommandBlock.name=Vagon sa Naredbenim Blokom +item.minecartFurnace.name=Vagon s Peći +item.minecartHopper.name=Vagon sa Lijevkom +item.minecartTnt.name=Vagon sa TNT-om +item.monsterPlacer.name=Stvoriti +item.mushroomStew.name=GulaÅ¡ od Gljiva +item.muttonCooked.name=PeÄena Janjetina +item.muttonRaw.name=Sirova Janjetina +item.nameTag.name=Oznaka s Imenom +item.netherStalkSeeds.name=Podzemni LiÅ¡aj +item.netherStar.name=Podzemna Zvijezda +item.netherbrick.name=Podzemna Cigla +item.netherquartz.name=Podzemni Kvarc +item.painting.name=Slika +item.paper.name=Papir +item.pickaxeDiamond.name=Dijamantni Kramp +item.pickaxeGold.name=Zlatni Kramp +item.pickaxeIron.name=Željezni Kramp +item.pickaxeStone.name=Kameni Kramp +item.pickaxeWood.name=Drveni Kramp +item.porkchopCooked.name=PeÄena Svinjetina +item.porkchopRaw.name=Sirova Svinjetina +item.potato.name=Krumpir +item.potatoBaked.name=PeÄeni Krumpir +item.potatoPoisonous.name=Otrovani Krumpir +item.potion.name=Napitak +item.prismarineCrystals.name=Prizmarin Kristal +item.prismarineShard.name=Krhotina Prizmarina +item.pumpkinPie.name=Pita od Bundeve +item.rabbitCooked.name=PeÄena ZeÄetina +item.rabbitFoot.name=ZeÄja Å apa +item.rabbitHide.name=ZeÄja Koža +item.rabbitRaw.name=Sirova ZeÄetina +item.rabbitStew.name=GulaÅ¡ od Zeca +item.record.11.desc=C418 - 11 +item.record.13.desc=C418 - 13 +item.record.blocks.desc=C418 - blocks +item.record.cat.desc=C418 - cat +item.record.chirp.desc=C418 - chirp +item.record.far.desc=C418 - far +item.record.mall.desc=C418 - mall +item.record.mellohi.desc=C418 - mellohi +item.record.name=Glazbeni Disk +item.record.stal.desc=C418 - stal +item.record.strad.desc=C418 - strad +item.record.wait.desc=C418 - wait +item.record.ward.desc=C418 - ward +item.redstone.name=Crveni Kamen +item.reeds.name=Å ećerna Trska +item.rottenFlesh.name=Trulo Meso +item.ruby.name=Rubin +item.saddle.name=Sedlo +item.seeds.name=Sjemenke +item.seeds_melon.name=Sjemenke Lubenice +item.seeds_pumpkin.name=Sjemenke Bundeve +item.shears.name=Striže +item.shovelDiamond.name=Dijamantna Lopata +item.shovelGold.name=Zlatna Lopata +item.shovelIron.name=Željezna Lopata +item.shovelStone.name=Kamena Lopata +item.shovelWood.name=Drvena Lopata +item.sign.name=Natpis +item.skull.char.name=Glava +item.skull.creeper.name=Glava Creepera +item.skull.player.name=Glava IgraÄa "%s" +item.skull.skeleton.name=Lubanja +item.skull.wither.name=Raspadnuta Lubanja +item.skull.zombie.name=Glava Zombija +item.slimeball.name=Ljigava Kuglica +item.snowball.name=Gruda +item.speckledMelon.name=Sjajna KriÅ¡ka Lubenice +item.spiderEye.name=Paukovo Oko +item.stick.name=Å tap +item.string.name=Nit +item.sugar.name=Å ećer +item.sulphur.name=Barut +item.swordDiamond.name=Dijamantni MaÄ +item.swordGold.name=Zlatni MaÄ +item.swordIron.name=Željezni MaÄ +item.swordStone.name=Kameni MaÄ +item.swordWood.name=Drveni MaÄ +item.unbreakable=Nelomljiv +item.wheat.name=PÅ¡enica +item.writingBook.name=Knjiga i Pero +item.writtenBook.name=Napisana Knjiga +item.yellowDust.name=Svjetlucava PraÅ¡ina +itemGroup.brewing=Napitci +itemGroup.buildingBlocks=GraÄ‘evinski Blokovi +itemGroup.combat=Borba +itemGroup.decorations=Dekorativni Blokovi +itemGroup.food=Hrana +itemGroup.inventory=Opstanak Inventar +itemGroup.materials=Materijali +itemGroup.misc=Razno +itemGroup.redstone=Crveni Kamen +itemGroup.search=Traži Predmete +itemGroup.tools=Alati +itemGroup.transportation=Prijevoz +key.attack=Napadanje/UniÅ¡tavanje +key.back=Nazad +key.categories.gameplay=Općenito +key.categories.inventory=Inventar +key.categories.misc=Razno +key.categories.movement=Kretanje +key.categories.multiplayer=Mrežna Igra +key.categories.stream=Prijenos +key.categories.ui=SuÄelje +key.chat=Razgovor +key.command=Komanda +key.drop=Baci Predmet +key.forward=Naprijed +key.fullscreen=Preko cijelog zaslona +key.hotbar.1=Polje 1 +key.hotbar.2=Polje 2 +key.hotbar.3=Polje 3 +key.hotbar.4=Polje 4 +key.hotbar.5=Polje 5 +key.hotbar.6=Polje 6 +key.hotbar.7=Polje 7 +key.hotbar.8=Polje 8 +key.hotbar.9=Polje 9 +key.inventory=Inventar +key.jump=Skakanje +key.left=Lijevo +key.mouseButton=Klik %1$s +key.pickItem=Odabir Bloka +key.playerlist=Lista IgraÄa +key.right=Desno +key.screenshot=Slikanje +key.smoothCamera=Filmska Kamera +key.sneak=Å uljanje +key.spectatorOutlines=Istakni IgraÄe (Gledatelje) +key.sprint=TrÄanje +key.streamCommercial=Pokaži Reklame Prijenosa +key.streamPauseUnpause=Pauziraj/Nastavi Prijenos +key.streamStartStop=PoÄni/Zaustavi Prijenos +key.streamToggleMic=Pritisni za priÄanje/nećujno +key.togglePerspective=Perspektiva +key.use=KoriÅ¡tenje/Postavljanje +lanServer.otherPlayers=Postavke za Ostale IgraÄe +lanServer.scanning=Traženje igara na vaÅ¡oj lokalnoj mreži +lanServer.start=Napravi lokalni svijet +lanServer.title=Lokalni svijet +language.code=hr_HR +language.name=Hrvatski +language.region=Hrvatska +mcoServer.title=Minecraft Online Svijet +menu.convertingLevel=Konvertiranje svijeta +menu.disconnect=Prekini vezu +menu.game=Izbornik +menu.generatingLevel=Generiranje svijeta +menu.generatingTerrain=Kreiranje terena +menu.loadingLevel=UÄitavanje svijeta +menu.multiplayer=Mrežna Igra +menu.online=Minecraft Carstva +menu.options=Postavke... +menu.playdemo=Igraj Probnu Mapu +menu.quit=Izlaz iz Igre +menu.resetdemo=Resetiraj Probni Svijet +menu.respawning=Ponovno stvaranje +menu.returnToGame=Povratak u igru +menu.returnToMenu=Spremi i IzaÄ‘i +menu.shareToLan=Otvori lokalnu igru +menu.simulating=Simuliranje svijeta +menu.singleplayer=Igraj Sam +menu.switchingLevel=Mijenanje svijeta +merchant.deprecated=Razmjeni neÅ¡to drugo da otkljuÄaÅ¡! +mount.onboard=Pritisni %1$s da sjaÅ¡eÅ¡ +multiplayer.connect=Poveži +multiplayer.downloadingStats=Skidanje statistike i postignuća... +multiplayer.downloadingTerrain=Preuzimanje terena +multiplayer.info1=Minecraft za igru s drugima trenutno nije dovrÅ¡en, ali u tijeku +multiplayer.info2=je nekakvo testiranje puno raznih problema. +multiplayer.ipinfo=UpiÅ¡i IP poslužitelja za povezivanje: +multiplayer.player.joined=%s se pridružio/la +multiplayer.player.joined.renamed=%s (prije poznat kao %s) je uÅ¡ao u igru +multiplayer.player.left=%s je izaÅ¡ao iz igre +multiplayer.stopSleeping=Napusti Krevet +multiplayer.texturePrompt.line1=Ovaj poslužitelj preporuÄuje koriÅ¡tenje posebnih resursa. +multiplayer.texturePrompt.line2=Želite li skinuti i instalirati ovo automatski? +multiplayer.title=Igraj s Drugima +options.advancedButton=Napredne GrafiÄke Postavke... +options.advancedOpengl=Napredni OpenGL +options.advancedVideoTitle=Napredne GrafiÄke Postavke +options.anaglyph=3D Stereoskopska Slika +options.ao=Glatka Osvjetljenost +options.ao.max=Maksimalna +options.ao.min=Minimalna +options.ao.off=Ne +options.blockAlternatives=Zamjenski Blokovi +options.chat.color=Boje +options.chat.height.focused=Fokusirana Visina +options.chat.height.unfocused=Nefokusirana Visina +options.chat.links=Hiperveze +options.chat.links.prompt=Upozori na linkove +options.chat.opacity=Neprozirnost +options.chat.scale=Razmjer +options.chat.title=Razgovor... +options.chat.visibility=Razgovor +options.chat.visibility.full=Pokazano +options.chat.visibility.hidden=Sakriveno +options.chat.visibility.system=Samo naredbe +options.chat.width=Å irina +options.controls=Upravljanje... +options.customizeTitle=Prilagodi Postavke Svijeta +options.difficulty=Težina +options.difficulty.easy=Lagano +options.difficulty.hard=TeÅ¡ko +options.difficulty.hardcore=Ekstremno +options.difficulty.normal=Normalno +options.difficulty.peaceful=Miroljubivo +options.farWarning1=PreporuÄuje se instalacija 64 bitne Jave za +options.farWarning2=za prikazivanje udaljenosti (trenutno imaÅ¡ 32 bitnu) +options.fboEnable=Omogući FBO-ove +options.forceUnicodeFont=Unicode Font +options.fov=Vidno Polje +options.fov.max=Quake Pro +options.fov.min=Normalno +options.framerateLimit=Maksimalni FPS +options.framerateLimit.max=NeograniÄen +options.fullscreen=Puni Zaslon +options.gamma=Osvjetljenje +options.gamma.max=Svijetlo +options.gamma.min=Tamno +options.graphics=Grafika +options.graphics.fancy=Å minkerski +options.graphics.fast=Brzo +options.guiScale=VeliÄina SuÄelja +options.guiScale.auto=Automatski +options.guiScale.large=Veliko +options.guiScale.normal=Normalno +options.guiScale.small=Malo +options.hidden=Skriveno +options.invertMouse=Izokreni MiÅ¡ +options.language=Jezik... +options.languageWarning=Prijevod jezika možda nije 100%% toÄan +options.mipmapLevels=Mipmap Razine +options.modelPart.cape=PlaÅ¡t +options.modelPart.hat=Å eÅ¡ir +options.modelPart.jacket=Jakna +options.modelPart.left_pants_leg=Lijeva Nogavica +options.modelPart.left_sleeve=Lijevi Rukav +options.modelPart.right_pants_leg=Desna Nogavica +options.modelPart.right_sleeve=Desni Rukav +options.multiplayer.title=Postavke Mrežne Igre... +options.music=Glazba +options.off=Ne +options.on=Da +options.particles=ÄŒestice +options.particles.all=Sve +options.particles.decreased=Većina +options.particles.minimal=Malo +options.performanceButton=Performanse Grafike... +options.performanceVideoTitle=Performanse Grafike +options.postButton=Postavke Dodatne Obrade... +options.postProcessEnable=Omogući Dodatnu Obradu +options.postVideoTitle=Postavke Dodatne Obrade +options.qualityButton=Kvaliteta Grafike... +options.qualityVideoTitle=Kvaliteta Grafike +options.reducedDebugInfo=Smanjene Debug Informacije +options.renderClouds=Oblaci +options.renderDistance=Prikaz Udaljenosti +options.renderDistance.far=Daleko +options.renderDistance.normal=Normalno +options.renderDistance.short=Kratko +options.renderDistance.tiny=Sitno +options.resourcepack=Resursi... +options.saturation=Zasićenje +options.sensitivity=Osjetljivost +options.sensitivity.max=BRZINA SVJETLOSTI!!! +options.sensitivity.min=*zijev* +options.skinCustomisation=Prilagodi Lika... +options.skinCustomisation.title=Prilagodba Lika +options.snooper=Sakupljanje Podataka +options.snooper.desc=Želimo sakupljati podatke o tvom raÄunalu da poboljÅ¡amo Minecraft poznavajući Å¡to možemo podržavati i gdje se nalaze najveći problemi. Svi podaci su potpuno anonimni i dostupni ispod ovog teksta. Obećavamo da nećemo zloupotrebljavati ove podatke, ali ako ne želiÅ¡ da sakupljamo podatke, slobodno iskljuÄi opciju! +options.snooper.title=Kompilacija Specifikacija RaÄunala +options.snooper.view=Sakupljanje podataka... +options.sound=Zvuk +options.sounds=Glazba i Zvuk... +options.sounds.title=Glazba i Zvuk +options.stream=Opcije Prijenosa... +options.stream.bytesPerPixel=Kvaliteta +options.stream.changes=Možda ćete morati ponovno pokrenuti VaÅ¡ prijenos kako bi se VaÅ¡e promjene primijenile. +options.stream.chat.enabled=Omogući +options.stream.chat.enabled.always=Uvijek +options.stream.chat.enabled.never=Nikad +options.stream.chat.enabled.streaming=TIjekom Prijenosa +options.stream.chat.title=Opcije Twitch Razgovora +options.stream.chat.userFilter=Filter Korisnika +options.stream.chat.userFilter.all=Svi Gledatelji +options.stream.chat.userFilter.mods=Moderatori +options.stream.chat.userFilter.subs=Pretplatnici +options.stream.compression=Kompresija +options.stream.compression.high=Visoko +options.stream.compression.low=Nisko +options.stream.compression.medium=Srednje +options.stream.estimation=Procijenjena rezolucija: %sx%s +options.stream.fps=FPS +options.stream.ingest.reset=Vrati Prioritete +options.stream.ingest.title=Twitch Prijenosni Serveri +options.stream.ingestSelection=Lista Prijenosnih Servera +options.stream.kbps=Bandwidth +options.stream.micToggleBehavior=Pritisni za +options.stream.micVolumne=Glasnoća mikrofona +options.stream.mic_toggle.mute=Nećujno +options.stream.mic_toggle.talk=PriÄaj +options.stream.sendMetadata=Å alji Metapodatke +options.stream.systemVolume=Glasnoća +options.stream.title=Opcije Twitch Prijenosa +options.title=Postavke +options.touchscreen=Dodirni NaÄin Rada +options.vbo=Koristi VBO +options.video=Postavke Videa... +options.videoTitle=Postavke Videa +options.viewBobbing=RealistiÄno Kretanje +options.visible=Vidljivo +options.vsync=V-Sync +potion.absorption=Absorpcija +potion.absorption.postfix=Napitak Apsorpcije +potion.blindness=Slijepoća +potion.blindness.postfix=Napitak Slijepoće +potion.confusion=MuÄnina +potion.confusion.postfix=Napitak MuÄnine +potion.damageBoost=Snaga +potion.damageBoost.postfix=Napitak Snage +potion.digSlowDown=Umor +potion.digSlowDown.postfix=Napitak Umora +potion.digSpeed=Žurba +potion.digSpeed.postfix=Napitak Žurbe +potion.effects.whenDrank=Nuspojave: +potion.empty=Bez UÄinka +potion.fireResistance=Otpor prema Vatri +potion.fireResistance.postfix=Napitak Otpora prema Vatri +potion.harm=Dodatna Ozljeda +potion.harm.postfix=Napitak Å tete +potion.heal=Dodatno Zdravlje +potion.heal.postfix=Napitak Zdravlja +potion.healthBoost=PoboljÅ¡anje Zdravlja +potion.healthBoost.postfix=Napitak PoboljÅ¡anja Zdravlja +potion.hunger=Glad +potion.hunger.postfix=Napitak Gladi +potion.invisibility=Nevidljivost +potion.invisibility.postfix=Napitak Nevidljivosti +potion.jump=Poletnost +potion.jump.postfix=Napitak Poletnosti +potion.moveSlowdown=Usporenost +potion.moveSlowdown.postfix=Napitak Sporosti +potion.moveSpeed=Brzina +potion.moveSpeed.postfix=Napitak Brzine +potion.nightVision=Noćni Vid +potion.nightVision.postfix=Napitak Noćnog Vida +potion.poison=Otrov +potion.poison.postfix=Napitak Trovanja +potion.potency.1=II +potion.potency.2=III +potion.potency.3=IV +potion.prefix.acrid=Nadražujući +potion.prefix.artless=Ružni +potion.prefix.awkward=ÄŒudni +potion.prefix.bland=Laskavi +potion.prefix.bulky=Nezgrapni +potion.prefix.bungling=LoÅ¡i +potion.prefix.buttered=Masni +potion.prefix.charming=Å armantni +potion.prefix.clear=ÄŒisti +potion.prefix.cordial=SrdaÄni +potion.prefix.dashing=Poletni +potion.prefix.debonair=Veseli +potion.prefix.diffuse=Razliveni +potion.prefix.elegant=Elegantni +potion.prefix.fancy=Å minkerski +potion.prefix.flat=Pljosnati +potion.prefix.foul=Krivi +potion.prefix.grenade=Prskavi +potion.prefix.gross=Odvratni +potion.prefix.harsh=OÅ¡tri +potion.prefix.milky=MlijeÄni +potion.prefix.mundane=Svjetski +potion.prefix.odorless=Bezmirisni +potion.prefix.potent=Snažni +potion.prefix.rank=Rastući +potion.prefix.refined=ProÄišćeni +potion.prefix.smooth=Glatki +potion.prefix.sparkling=Svjetlucavi +potion.prefix.stinky=Smrdljivi +potion.prefix.suave=Blagi +potion.prefix.thick=Gusti +potion.prefix.thin=Tanki +potion.prefix.uninteresting=Nezanimljivi +potion.regeneration=Oporavak +potion.regeneration.postfix=Napitak Oporavka +potion.resistance=Otpor +potion.resistance.postfix=Napitak Otpora +potion.saturation=Zasićenje +potion.saturation.postfix=Napitak Zasićenja +potion.waterBreathing=Disanje pod Vodom +potion.waterBreathing.postfix=Napitak Disanja pod Vodom +potion.weakness=Slabost +potion.weakness.postfix=Napitak Slabosti +potion.wither=Raspad +potion.wither.postfix=Napitak Raspada +record.nowPlaying=Sada svira: %s +resourcePack.available.title=Dostupni Resursi +resourcePack.folderInfo=(Ovdje postavi resurse) +resourcePack.openFolder=Otvori mapu resursa +resourcePack.selected.title=Odabrani Resursi +resourcePack.title=Odabir Resursa +screenshot.failure=Nije moguće spremiti screenshot: %s +screenshot.success=Spremljen screenshot kao %s +selectServer.add=Dodaj Poslužitelja +selectServer.defaultName=Minecraft Poslužitelj +selectServer.delete=IzbriÅ¡i +selectServer.deleteButton=IzbriÅ¡i +selectServer.deleteQuestion=Da li stvarno želiÅ¡ ukloniti ovog poslužitelja? +selectServer.deleteWarning=će bit izbrisan zauvijek! (I to jako dugo!) +selectServer.direct=Izravno Povezivanje +selectServer.edit=Izmijeni +selectServer.empty=prazno +selectServer.hiddenAddress=(Sakriveno) +selectServer.refresh=Osvježi +selectServer.select=Poveži se na Poslužitelja +selectServer.title=Odaberi Poslužitelja +selectWorld.allowCommands=Dozvoli varanje: +selectWorld.allowCommands.info=Naredbe poput /gamemode, /xp +selectWorld.bonusItems=Bonus sanduk: +selectWorld.cheats=Varke +selectWorld.conversion=Mora biti konvertiran! +selectWorld.create=Napravi Novi Svijet +selectWorld.createDemo=Igraj Novi Demo Svijet +selectWorld.customizeType=Uredi +selectWorld.delete=IzbriÅ¡i +selectWorld.deleteButton=IzbriÅ¡i +selectWorld.deleteQuestion=Jesi li siguran da želiÅ¡ obrisati ovaj svijet? +selectWorld.deleteWarning=će biti izgubljen zauvijek! (Dugo vrijeme!) +selectWorld.empty=prazno +selectWorld.enterName=Ime Svijeta +selectWorld.enterSeed=Sjeme za Generator Svijeta +selectWorld.gameMode=Vrsta Igre +selectWorld.gameMode.adventure=Avantura +selectWorld.gameMode.adventure.line1=Isto kao opstanak, ali blokovi ne mogu +selectWorld.gameMode.adventure.line2=staviti ili uniÅ¡titi +selectWorld.gameMode.creative=Kreativnost +selectWorld.gameMode.creative.line1=NeograniÄeni resursi, slobodno letenje i +selectWorld.gameMode.creative.line2=trenutno razbijanje blokova +selectWorld.gameMode.hardcore=Ekstremno +selectWorld.gameMode.hardcore.line1=Jednako kao opstanak, zakljuÄano na ekstremnoj težini +selectWorld.gameMode.hardcore.line2=težina, samo jedan život +selectWorld.gameMode.spectator=Gledatelj +selectWorld.gameMode.spectator.line1=Smijete gledati ali ne dirati +selectWorld.gameMode.survival=Opstanak +selectWorld.gameMode.survival.line1=Traženje resursa, pravljenje predmeta, +selectWorld.gameMode.survival.line2=zaraÄ‘ivanje stupnjeva, hrana i glad +selectWorld.hardcoreMode=Ekstremno: +selectWorld.hardcoreMode.info=Svijet je obrisan kada umreÅ¡ +selectWorld.mapFeatures=Generiranje GraÄ‘evina: +selectWorld.mapFeatures.info=Sela, tamnice itd. +selectWorld.mapType=Vrsta Svijeta: +selectWorld.mapType.normal=Normalno +selectWorld.moreWorldOptions=ViÅ¡e Mogućnosti Svijeta... +selectWorld.newWorld=Novi Svijet +selectWorld.newWorld.copyOf=Kopija%s +selectWorld.recreate=Rekreiraj +selectWorld.rename=Preimenuj +selectWorld.renameButton=Preimenuj +selectWorld.renameTitle=Preimenuj Svijet +selectWorld.resultFolder=Bit će spremljeno u: +selectWorld.seedInfo=Ostavi prazno za nasumiÄno sjeme +selectWorld.select=Igraj Odabrani Svijet +selectWorld.title=Odaberi Svijet +selectWorld.world=Svijet +sign.edit=Uredi znak +soundCategory.ambient=Okolina +soundCategory.block=Blokovi +soundCategory.hostile=Agresivna Stvorenja +soundCategory.master=Glasnoća +soundCategory.music=Glazba +soundCategory.neutral=Prijateljska Stvorenja +soundCategory.player=IgraÄi +soundCategory.record=Jukebox/Glazbeni Blok +soundCategory.weather=Vrijeme +stat.animalsBred=Uzgojenih Životinja +stat.blocksButton=Blokovi +stat.boatOneCm=PreÄ‘eno u ÄŒamcu +stat.breakItem=%1$s IskoriÅ¡teno +stat.climbOneCm=Udaljenost PreÄ‘ena Penjanjem +stat.craftItem=%1$s ObraÄ‘eno +stat.crafted=ObraÄ‘eno +stat.createWorld=Stvoreno Svijetova +stat.crouchOneCm=Udaljenost PrijeÄ‘ena ÄŒuÄeći +stat.damageDealt=Naneseno Ozljeda +stat.damageTaken=Pretrpljenih Ozljeda +stat.deaths=Broj Smrti +stat.depleted=IskoriÅ¡teno +stat.diveOneCm=Preronjeno +stat.drop=Predmeta BaÄeno +stat.entityKilledBy=%s te ubio/la %s put(a) +stat.entityKilledBy.none=%s te nikad nije ubio/la +stat.entityKills=Ubio/la si %s %s +stat.entityKills.none=Nikad nisi ubio/la %s +stat.fallOneCm=Padao +stat.fishCaught=Riba Uhvaćeno +stat.flyOneCm=Proletio +stat.generalButton=Općenito +stat.horseOneCm=PreÄ‘eno na Konju +stat.itemsButton=Predmeti +stat.joinMultiplayer=Ulazaka u Mrežnu Igru +stat.jump=Skokova +stat.junkFished=Smeća Upecano +stat.leaveGame=Izlazaka iz Igre +stat.loadWorld=SaÄuvanih UÄitano +stat.mineBlock=%1$s Iskopano +stat.minecartOneCm=PreÄ‘eno u Vagonu +stat.mined=Iskopano +stat.mobKills=Stvorenja Ubijeno +stat.mobsButton=Stvorenja +stat.pigOneCm=PreÄ‘eno na Svinji +stat.playOneMinute=Minuta Igrano +stat.playerKills=IgraÄa Ubijeno +stat.sprintOneCm=PretrÄano +stat.startGame=Puta Igrano +stat.swimOneCm=Proplivao +stat.talkedToVillager=Razgovarao sa Seljacima +stat.timeSinceDeath=Od Posljednje Smrti +stat.tradedWithVillager=Trgovao sa Seljacima +stat.treasureFished=Blaga Upecano +stat.useItem=%1$s KoriÅ¡teno +stat.used=KoriÅ¡teno +stat.walkOneCm=PrepjeÅ¡aćeno +stats.tooltip.type.achievement=Postignuće +stats.tooltip.type.statistic=StatistiÄki +stream.confirm_start=Jeste li sigurni da želite poÄeti prenositi? +stream.unavailable.account_not_bound=Prije nego Å¡to možeÅ¡ prenositi Minecraft na Twitch, moraÅ¡ povezati svoj Twitch raÄun na mojang.com. ŽeliÅ¡ li to uÄiniti sada? +stream.unavailable.account_not_bound.okay=Poveži RaÄune +stream.unavailable.account_not_migrated=Prije nego Å¡to poÄnete prenositi Minecraft preko Twitch usluge, morate prenijeti VaÅ¡ Minecraft raÄun na Mojang raÄun. Želite li to uÄiniti sada? +stream.unavailable.account_not_migrated.okay=Prenesi RaÄun +stream.unavailable.failed_auth=Autentifikacija na Twitch nije uspjela. Molimo odite na mojang.com i ponovno povežite svoj Twitch raÄun. +stream.unavailable.failed_auth.okay=Ponovno Poveži RaÄune +stream.unavailable.failed_auth_error=Nije moguće autentificirati na Twitch. Molimo pokuÅ¡ajte kasnije. +stream.unavailable.initialization_failure=Nije moguće inicijalizirati Twitch SDK. +stream.unavailable.initialization_failure.extra=(Razlog: %s) +stream.unavailable.library_arch_mismatch=Posebna java verzija koja pokreće Minecraft je drugaÄije arhitekture od one koja pokreće pokretaÄ. Molimo pobrinite se da su te dvije verzije iste, 32-bitne ili 64-bitne za oboje. +stream.unavailable.library_failure=Nije moguće uÄitati biblioteke potrebne za ugraÄ‘enu Twitch prijenosniÄku uslugu. +stream.unavailable.no_fbo=VaÅ¡a grafiÄka kartica mora podržavati najmanje OpenGL 3.0 ili FBO putem dodataka za koriÅ¡tenje ugraÄ‘enog Twitch prijenosa. +stream.unavailable.no_fbo.arb=FBO podrÅ¡ka putem ARB-a je: %s +stream.unavailable.no_fbo.blend=Seperate blending podrÅ¡ka putem EXT-a je: %s +stream.unavailable.no_fbo.ext=FBO podrÅ¡ka putem EXT-a je: %s +stream.unavailable.no_fbo.version=Upravo koristite: %s +stream.unavailable.not_supported.mac=Nažalost ugraÄ‘eni Twitch prijenosnik na Mac-u zahtijeva noviju verziju OSX-a nego koju vi koristite. Morate koristiti barem 10.7 (Mac OS X Lion) ili noviju verziju da bi mogli koristiti ovu uslugu. Želite li posjetiti apple.com za informacije o poboljÅ¡anju? +stream.unavailable.not_supported.mac.okay=PoboljÅ¡aj +stream.unavailable.not_supported.other=Nažalost ugraÄ‘eni Twitch prijenosnik zahtijeva noviji Windows (Vista ili novije) ili Mac OS X (10.7/Lion ili novije) +stream.unavailable.not_supported.windows=Nažalost ugraÄ‘eni Twitch prijenosnik zahtijeva noviju verziju Windowsa nego koju Vi koristite. Morate imati barem Windows Vista ili noviju verziju. +stream.unavailable.report_to_mojang=Prijavi Mojangu +stream.unavailable.soundflower.chat=Soundflower je potreban za prijenos na Mac-u. %s +stream.unavailable.soundflower.chat.link=Molimo kliknite ovdje za instalaciju. +stream.unavailable.title=Twitch prijenos nije dostupan +stream.unavailable.unknown=Nažalost ne možete prenositi na Twitch u ovo vrijeme. Ni mi ne znamo zaÅ¡to :'( +stream.unavailable.unknown.chat=Nije moguće pokrenuti prijenos: %s +stream.user.mode.administrator=Twitch Administrator +stream.user.mode.banned=Zabranjen +stream.user.mode.banned.other=Zabranjen na kanalu od %s +stream.user.mode.banned.self=Zabranjen na VaÅ¡em kanalu +stream.user.mode.broadcaster=Prijenosnik +stream.user.mode.broadcaster.other=Prijenosnik +stream.user.mode.broadcaster.self=Prijenosnik (Vi!) +stream.user.mode.moderator=Moderator +stream.user.mode.moderator.other=Moderator na kanalu od %s +stream.user.mode.moderator.self=Moderator na vaÅ¡em kanalu +stream.user.mode.staff=Twitch Osoblje +stream.user.subscription.subscriber=Pretplatnik +stream.user.subscription.subscriber.other=Pretplatnik na kanalu od %s +stream.user.subscription.subscriber.self=Pretplatnik na VaÅ¡em kanalu +stream.user.subscription.turbo=Twitch Turbo +stream.userinfo.ban=Zabrani +stream.userinfo.chatTooltip=Kliknite za upravljanje korisnikom +stream.userinfo.mod=Unaprijedi u Moderatora +stream.userinfo.timeout=Tajm-aut +stream.userinfo.unban=Dozvoli +stream.userinfo.unmod=Premjesti sa Moderatora +tile.acaciaFence.name=Ograda (Akacija) +tile.acaciaFenceGate.name=Vrata za Ogradu (Akacija) +tile.activatorRail.name=Pruga sa Aktivatorom +tile.anvil.intact.name=Nakovanj +tile.anvil.name=Nakovanj +tile.anvil.slightlyDamaged.name=OÅ¡tećen Nakovanj +tile.anvil.veryDamaged.name=Jako OÅ¡tećen Nakovanj +tile.barrier.name=Granica +tile.beacon.name=Svjetionik +tile.beacon.primary=Primarna Moć +tile.beacon.secondary=Sekundarna Moć +tile.bed.name=Krevet +tile.bed.noSleep=MožeÅ¡ spavati samo tijekom noći +tile.bed.notSafe=Trenutno ne možeÅ¡ spavati, ÄudoviÅ¡ta su u blizini +tile.bed.notValid=Tvoj krevet je nestao ili je uniÅ¡ten +tile.bed.occupied=Krevet je zauzet +tile.bedrock.name=Temelj +tile.birchFence.name=Ograda (Breza) +tile.birchFenceGate.name=Vrata za Ogradu (Breza) +tile.blockCoal.name=Blok Ugljena +tile.blockDiamond.name=Blok Dijamanta +tile.blockEmerald.name=Blok Smaragda +tile.blockGold.name=Blok Zlata +tile.blockIron.name=Blok Željeza +tile.blockLapis.name=Lazulitni Blok +tile.blockRedstone.name=Redstone Blok +tile.bookshelf.name=Polica s Knjigama +tile.brick.name=Cigle +tile.button.name=Gumb +tile.cactus.name=Kaktus +tile.cake.name=Torta +tile.carrots.name=Mrkve +tile.cauldron.name=Kotao +tile.chest.name=Å krinja +tile.chestTrap.name=Å krinja sa Zamkom +tile.clay.name=Glina +tile.clayHardened.name=Stvrdnuta Glina +tile.clayHardenedStained.black.name=Crna Glina +tile.clayHardenedStained.blue.name=Plava Glina +tile.clayHardenedStained.brown.name=SmeÄ‘a Glina +tile.clayHardenedStained.cyan.name=Tirkizna Glina +tile.clayHardenedStained.gray.name=Siva Glina +tile.clayHardenedStained.green.name=Zelena Glina +tile.clayHardenedStained.lightBlue.name=Svijetlo Plava Glina +tile.clayHardenedStained.lime.name=Svijetlo Zelena Glina +tile.clayHardenedStained.magenta.name=Roza Glina +tile.clayHardenedStained.name=Obojena Glina +tile.clayHardenedStained.orange.name=NaranÄasta Glina +tile.clayHardenedStained.pink.name=RužiÄasta Glina +tile.clayHardenedStained.purple.name=LjubiÄasta Glina +tile.clayHardenedStained.red.name=Crvena Glina +tile.clayHardenedStained.silver.name=Svijetlo Siva Glina +tile.clayHardenedStained.white.name=Bijela Glina +tile.clayHardenedStained.yellow.name=Žuta Glina +tile.cloth.black.name=Crna Vuna +tile.cloth.blue.name=Plava Vuna +tile.cloth.brown.name=SmeÄ‘a Vuna +tile.cloth.cyan.name=Tirkizna Vuna +tile.cloth.gray.name=Siva Vuna +tile.cloth.green.name=Zelena Vuna +tile.cloth.lightBlue.name=Svijetlo Plava Vuna +tile.cloth.lime.name=Svijetlozelena Vuna +tile.cloth.magenta.name=Roza Vuna +tile.cloth.name=Vuna +tile.cloth.orange.name=NaranÄasta Vuna +tile.cloth.pink.name=RužiÄasta Vuna +tile.cloth.purple.name=LjubiÄasta Vuna +tile.cloth.red.name=Crvena Vuna +tile.cloth.silver.name=Svijetlosiva Vuna +tile.cloth.white.name=Vuna +tile.cloth.yellow.name=Žuta Vuna +tile.cobbleWall.mossy.name=Zarasli Kameni Zid +tile.cobbleWall.normal.name=Kameni Zid +tile.cocoa.name=Kakao +tile.commandBlock.name=Naredbeni Blok +tile.crops.name=Usjevi +tile.darkOakFence.name=Ograda (Tamni Hrast) +tile.darkOakFenceGate.name=Vrata za Ogradu (Tamni Hrast) +tile.daylightDetector.name=Solarni Senzor +tile.deadbush.name=Suhi Grm +tile.detectorRail.name=Pruga s Detektorom +tile.dirt.coarse.name=Gruba Zemlja +tile.dirt.default.name=Zemlja +tile.dirt.name=Zemlja +tile.dirt.podzol.name=Potpepel +tile.dispenser.name=StreljaÄ +tile.doorIron.name=Željezna Vrata +tile.doorWood.name=Drvena Vrata +tile.doublePlant.fern.name=Velika Paprat +tile.doublePlant.grass.name=Visoka Trava +tile.doublePlant.name=Biljka +tile.doublePlant.paeonia.name=Božur +tile.doublePlant.rose.name=Grm Ruža +tile.doublePlant.sunflower.name=Suncokret +tile.doublePlant.syringa.name=Jorgovan +tile.dragonEgg.name=Zmajevo Jaje +tile.dropper.name=IzbacivaÄ +tile.enchantmentTable.name=Stol za ÄŒarobiranje +tile.endPortalFrame.name=Krajnji Portal +tile.enderChest.name=Krajnja Å krinja +tile.farmland.name=Plodna Zemlja +tile.fence.name=Ograda +tile.fenceGate.name=Vrata za Ogradu +tile.fenceIron.name=Željezne Å ipke +tile.fire.name=Vatra +tile.flower1.dandelion.name=MaslaÄak +tile.flower1.name=Cvijet +tile.flower2.allium.name=Ukrasni Luk +tile.flower2.blueOrchid.name=Plava Orhideja +tile.flower2.houstonia.name=Azurna Blueta +tile.flower2.name=Cvijet +tile.flower2.oxeyeDaisy.name=TratinÄica +tile.flower2.poppy.name=Mak +tile.flower2.tulipOrange.name=NaranÄasti Tulipan +tile.flower2.tulipPink.name=RužiÄasti Tulipan +tile.flower2.tulipRed.name=Crveni Tulipan +tile.flower2.tulipWhite.name=Bijeli Tulipan +tile.furnace.name=Peć +tile.glass.name=Staklo +tile.goldenRail.name=Pruga s Pogonom +tile.grass.name=Travnati Blok +tile.gravel.name=Å ljunak +tile.hayBlock.name=Bala Sijena +tile.hellrock.name=Podzemni Kamen +tile.hellsand.name=Živi Pijesak +tile.hopper.name=Lijevak +tile.ice.name=Led +tile.icePacked.name=Tvrdi Led +tile.ironTrapdoor.name=Željezna Podna Vrata +tile.jukebox.name=Glazbena Kutija +tile.jungleFence.name=Ograda (PraÅ¡umsko Drvo) +tile.jungleFenceGate.name=Vrata za Ogradu (PraÅ¡umsko Drvo) +tile.ladder.name=Ljestve +tile.lava.name=Lava +tile.leaves.acacia.name=Lišće Akacije +tile.leaves.big_oak.name=Lišće Tamnog Hrasta +tile.leaves.birch.name=Lišće breze +tile.leaves.jungle.name=Lišće praÅ¡umskog drva +tile.leaves.name=Lišće +tile.leaves.oak.name=Lišće hrasta +tile.leaves.spruce.name=Lišće smreke +tile.lever.name=Poluga +tile.lightgem.name=Svijetleći Kamen +tile.litpumpkin.name=Svijetleća Bundeva +tile.lockedchest.name=ZakljuÄana Å krinja +tile.log.acacia.name=Trupac Akacije +tile.log.big_oak.name=Trupac Tamnog Hrasta +tile.log.birch.name=Trupac breze +tile.log.jungle.name=Trupac praÅ¡umskog drva +tile.log.name=Trupac +tile.log.oak.name=Trupac hrasta +tile.log.spruce.name=Trupac smreke +tile.melon.name=Lubenica +tile.mobSpawner.name=Stvaratelj +tile.monsterStoneEgg.brick.name=Kamene Cigle sa Srebrnom Ribom +tile.monsterStoneEgg.chiseledbrick.name=Isklesane Kamene Cigle sa Srebrnom Ribom +tile.monsterStoneEgg.cobble.name=Kamen sa Srebrnom Ribom +tile.monsterStoneEgg.crackedbrick.name=OÅ¡tećene Kamene Cigle sa Srebrnom Ribom +tile.monsterStoneEgg.mossybrick.name=Zarasle Kamene Cigle sa Srebrnom Ribom +tile.monsterStoneEgg.name=Kamen sa Srebrnom Ribom +tile.monsterStoneEgg.stone.name=Kamen sa Srebrnom Ribom +tile.mushroom.name=Gljiva +tile.musicBlock.name=Glazbeni Blok +tile.mycel.name=Micelij +tile.netherBrick.name=Podzemne Cigle +tile.netherFence.name=Podzemna Ograda +tile.netherStalk.name=Podzemni LiÅ¡aj +tile.netherquartz.name=Podzemna Kvarcna Ruda +tile.notGate.name=Redstone Baklja +tile.obsidian.name=Obsidijan +tile.oreCoal.name=Ugljena Ruda +tile.oreDiamond.name=Dijamantna Ruda +tile.oreEmerald.name=Smaragdna Ruda +tile.oreGold.name=Zlatna Ruda +tile.oreIron.name=Željezna Ruda +tile.oreLapis.name=Lazulitna Ruda +tile.oreRedstone.name=Redstone Ruda +tile.oreRuby.name=Rubinska Ruda +tile.pistonBase.name=Pokretni Klip +tile.pistonStickyBase.name=Ljepljivi Pokretni Klip +tile.portal.name=Portal +tile.potatoes.name=Krumpiri +tile.pressurePlateStone.name=Kamena Nagazna PloÄa +tile.pressurePlateWood.name=Drvena Nagazna PloÄa +tile.prismarine.bricks.name=Prizmarin Blok +tile.prismarine.dark.name=Tamni Prizmarin +tile.prismarine.rough.name=Prizmarin +tile.pumpkin.name=Bundeva +tile.quartzBlock.chiseled.name=Isklesani Blok Kvarca +tile.quartzBlock.default.name=Blok Kvarca +tile.quartzBlock.lines.name=Stup Kvarca +tile.quartzBlock.name=Blok Kvarca +tile.rail.name=Pruga +tile.redSandStone.chiseled.name=Isklesani Crveni PjeÅ¡Äani Kamen +tile.redSandStone.default.name=Crveni PjeÅ¡Äani Kamen +tile.redSandStone.name=Crveni PjeÅ¡Äani Kamen +tile.redSandStone.smooth.name=ObraÄ‘eni Crveni PjeÅ¡Äani Kamen +tile.redstoneDust.name=Redstone PraÅ¡ina +tile.redstoneLight.name=Svjetiljka +tile.reeds.name=Å ećerna Trska +tile.sand.default.name=Pijesak +tile.sand.name=Pijesak +tile.sand.red.name=Crveni Pijesak +tile.sandStone.chiseled.name=Isklesani PjeÅ¡Äani Kamen +tile.sandStone.default.name=PjeÅ¡Äani Kamen +tile.sandStone.name=PjeÅ¡Äani Kamen +tile.sandStone.smooth.name=ObraÄ‘eni PjeÅ¡Äani Kamen +tile.sapling.acacia.name=Mlado Drvo Akacije +tile.sapling.big_oak.name=Mlado Drvo Tamnog Hrasta +tile.sapling.birch.name=Mlado drvo breze +tile.sapling.jungle.name=Mlado praÅ¡umsko drvo +tile.sapling.oak.name=Mlado drvo hrasta +tile.sapling.spruce.name=Mlado drve smreke +tile.seaLantern.name=Podvodni Fenjer +tile.sign.name=Natpis +tile.slime.name=Ljigav Blok +tile.snow.name=Snijeg +tile.sponge.dry.name=Spužva +tile.sponge.wet.name=Mokra Spužva +tile.spruceFence.name=Ograda (Smreka) +tile.spruceFenceGate.name=Smrekina Vrata za Ogradu +tile.stainedGlass.black.name=Crno Staklo +tile.stainedGlass.blue.name=Plavo Staklo +tile.stainedGlass.brown.name=SmeÄ‘e Staklo +tile.stainedGlass.cyan.name=Tirkizno Staklo +tile.stainedGlass.gray.name=Sivo Staklo +tile.stainedGlass.green.name=Zeleno Staklo +tile.stainedGlass.lightBlue.name=Svijetlo Plavo Staklo +tile.stainedGlass.lime.name=Svijetlo Zeleno Staklo +tile.stainedGlass.magenta.name=Rozo Staklo +tile.stainedGlass.name=Obojeno Staklo +tile.stainedGlass.orange.name=NaranÄasto Staklo +tile.stainedGlass.pink.name=RužiÄasto Staklo +tile.stainedGlass.purple.name=LjubiÄasto Staklo +tile.stainedGlass.red.name=Crveno Staklo +tile.stainedGlass.silver.name=Svijetlo Sivo Staklo +tile.stainedGlass.white.name=Bijelo Staklo +tile.stainedGlass.yellow.name=Žuto Staklo +tile.stairsBrick.name=Stube od Cigala +tile.stairsNetherBrick.name=Stube od Podzemnih Cigala +tile.stairsQuartz.name=Kvarcne Stube +tile.stairsRedSandStone.name=Stube Crvenog PjeÅ¡Äanog kamena +tile.stairsSandStone.name=PjeÅ¡Äane Stube +tile.stairsStone.name=Kamene Stube +tile.stairsStoneBrickSmooth.name=Stube od Kamenih Cigala +tile.stairsWood.name=Drvene Stube (Hrast) +tile.stairsWoodAcacia.name=Drvene Stube (Akacija) +tile.stairsWoodBirch.name=Drvene Stube (Breza) +tile.stairsWoodDarkOak.name=Drvene Stube (Tamni Hrast) +tile.stairsWoodJungle.name=Drvene Stube (PraÅ¡umsko Drvo) +tile.stairsWoodSpruce.name=Drvene Stube (Smreka) +tile.stone.andesite.name=Andezit +tile.stone.andesiteSmooth.name=Ispolirani Andezit +tile.stone.diorite.name=Diorit +tile.stone.dioriteSmooth.name=Ispolirani Diorit +tile.stone.granite.name=Granit +tile.stone.graniteSmooth.name=Ispolirani Granit +tile.stone.stone.name=Kamen +tile.stoneMoss.name=Zarasli Kamen +tile.stoneSlab.brick.name=PloÄa od Cigala +tile.stoneSlab.cobble.name=Kamena PloÄa +tile.stoneSlab.name=Kamena PloÄa +tile.stoneSlab.netherBrick.name=PloÄa od Podzemnih Cigala +tile.stoneSlab.quartz.name=Kvarcna PloÄa +tile.stoneSlab.sand.name=PjeÅ¡Äana PloÄa +tile.stoneSlab.smoothStoneBrick.name=PloÄa od Kamenih Cigala +tile.stoneSlab.stone.name=Kamena PloÄa +tile.stoneSlab.wood.name=Drvena PloÄa +tile.stoneSlab2.red_sandstone.name=PloÄa Crvenog PjeÅ¡Äanog Kamena +tile.stonebrick.name=Kamen +tile.stonebricksmooth.chiseled.name=Isklesane Kamene Cigle +tile.stonebricksmooth.cracked.name=OÅ¡tećene Kamene Cigle +tile.stonebricksmooth.default.name=Kamene Cigle +tile.stonebricksmooth.mossy.name=Zarasle Kamene Cigle +tile.stonebricksmooth.name=Kamene Cigle +tile.tallgrass.fern.name=Paprat +tile.tallgrass.grass.name=Trava +tile.tallgrass.name=Trava +tile.tallgrass.shrub.name=Grm +tile.thinGlass.name=Staklena PloÄa +tile.thinStainedGlass.black.name=Crna Staklena PloÄa +tile.thinStainedGlass.blue.name=Plava Staklena PloÄa +tile.thinStainedGlass.brown.name=SmeÄ‘a Staklena PloÄa +tile.thinStainedGlass.cyan.name=Tirkizna Staklena PloÄa +tile.thinStainedGlass.gray.name=Siva Staklena PloÄa +tile.thinStainedGlass.green.name=Zelena Staklena PloÄa +tile.thinStainedGlass.lightBlue.name=Svijetlo Plava Staklena PloÄa +tile.thinStainedGlass.lime.name=Svijetlo Zelena Staklena PloÄa +tile.thinStainedGlass.magenta.name=Roza Staklena PloÄa +tile.thinStainedGlass.name=PloÄa Obojenog Stakla +tile.thinStainedGlass.orange.name=NaranÄasta Staklena PloÄa +tile.thinStainedGlass.pink.name=RužiÄasta Staklena PloÄa +tile.thinStainedGlass.purple.name=LjubiÄasta Staklena PloÄa +tile.thinStainedGlass.red.name=Crvena Staklena PloÄa +tile.thinStainedGlass.silver.name=Svijetlo Siva Staklena PloÄa +tile.thinStainedGlass.white.name=Bijela Staklena PloÄa +tile.thinStainedGlass.yellow.name=Žuta Staklena PloÄa +tile.tnt.name=TNT +tile.torch.name=Baklja +tile.trapdoor.name=Podna Vrata +tile.tripWire.name=Nagazna žica +tile.tripWireSource.name=Kuka za nagaznu žicu +tile.vine.name=Lijane +tile.water.name=Voda +tile.waterlily.name=LopoÄ +tile.web.name=PauÄina +tile.weightedPlate_heavy.name=Opterećena Nagazna PloÄa (TeÅ¡ko) +tile.weightedPlate_light.name=Opterećena Nagazna PloÄa (Lagano) +tile.whiteStone.name=Krajnji Kamen +tile.wood.acacia.name=Drvene Daske (Akacija) +tile.wood.big_oak.name=Drvene Daske (Tamni Hrast) +tile.wood.birch.name=Brezine daske +tile.wood.jungle.name=Daske PraÅ¡umskog Drva +tile.wood.name=Drvene Daske +tile.wood.oak.name=Hrastove daske +tile.wood.spruce.name=Smrekine daske +tile.woodSlab.acacia.name=Drvena PloÄa (Akacija) +tile.woodSlab.big_oak.name=Drvena PloÄa (Tamni Hrast) +tile.woodSlab.birch.name=Drvena PloÄa (Breza) +tile.woodSlab.jungle.name=Drvena PloÄa (PraÅ¡umsko Drvo) +tile.woodSlab.name=Drvena PloÄa +tile.woodSlab.oak.name=Drvena PloÄa (Hrast) +tile.woodSlab.spruce.name=Drvena PloÄa (Smreka) +tile.woolCarpet.black.name=Crni Tepih +tile.woolCarpet.blue.name=Plavi Tepih +tile.woolCarpet.brown.name=SmeÄ‘i Tepih +tile.woolCarpet.cyan.name=Tirkizni Tepih +tile.woolCarpet.gray.name=Sivi Tepih +tile.woolCarpet.green.name=Zeleni Tepih +tile.woolCarpet.lightBlue.name=Svijetlo Plavi Tepih +tile.woolCarpet.lime.name=Svijetlo Zeleni Tepih +tile.woolCarpet.magenta.name=Rozi Tepih +tile.woolCarpet.name=Tepih +tile.woolCarpet.orange.name=NaranÄasti Tepih +tile.woolCarpet.pink.name=RužiÄasti Tepih +tile.woolCarpet.purple.name=LjubiÄasti Tepih +tile.woolCarpet.red.name=Crveni Tepih +tile.woolCarpet.silver.name=Svijetlo Sivi Tepih +tile.woolCarpet.white.name=Tepih +tile.woolCarpet.yellow.name=Žuti Tepih +tile.workbench.name=Radni Stol +title.oldgl1="Starija grafiÄka kartica otkrivena; ovo Vas može sprijeÄiti od" +title.oldgl2="igranja u budućnosti jer će OpenGL 2.1 biti potreban." +translation.test.args=%s %s +translation.test.complex=Prefiks, %2$s opet %s i %1$s na kraju %s te %1$s opet! +translation.test.escape=%%s %%%s %%%%s %%%%%s +translation.test.invalid=bok % +translation.test.invalid2=bok %s +translation.test.none=Zdravo, svijete! +translation.test.world=svijet diff --git a/javascript/lang/hu_HU.lang b/javascript/lang/hu_HU.lang new file mode 100755 index 00000000..e387120f --- /dev/null +++ b/javascript/lang/hu_HU.lang @@ -0,0 +1,2515 @@ +achievement.acquireIron=Önts vasat! +achievement.acquireIron.desc=Önts egy vasrudat a nyers vasércbÅ‘l! +achievement.bakeCake=A hazugság +achievement.bakeCake.desc=Búza, cukor, tej és tojás! +achievement.blazeRod=A tűz lelke +achievement.blazeRod.desc=Szabadíts meg egy Å‘rlángot a lángrúdjától +achievement.bookcase=Könyvmoly +achievement.bookcase.desc=Építs néhány könyvespolcot, hogy emeld a varázslóasztalod hatékonyságát +achievement.breedCow=Újranépesítés +achievement.breedCow.desc=Párosíts két tehenet egy-egy kéve búzával +achievement.buildBetterPickaxe=Jól jön a fejlesztés +achievement.buildBetterPickaxe.desc=Készíts egy jobb csákányt +achievement.buildFurnace=Kemencében sült... +achievement.buildFurnace.desc=Készíts egy kemencét nyolc darab zúzott kÅ‘blokkból! +achievement.buildHoe=Ideje földet művelni! +achievement.buildHoe.desc=Készíts egy kapát deszkából és botokból +achievement.buildPickaxe=Vár a bánya! +achievement.buildPickaxe.desc=Készíts egy csákányt deszkából és botokból +achievement.buildSword=Harcra fel! +achievement.buildSword.desc=Készíts kardot deszkából és botokból +achievement.buildWorkBench=Barkácsolj! +achievement.buildWorkBench.desc=Készíts egy munkaasztalt négy deszkából! +achievement.cookFish=A tenger gyümölcse +achievement.cookFish.desc=Fogj ki és süss meg egy halat! +achievement.diamonds=GYÉMÃNTOK! +achievement.diamonds.desc=Szerezz gyémántot a vas szerszámaiddal +achievement.diamondsToYou=Gyémántok neked! +achievement.diamondsToYou.desc=Dobj gyémántokat egy másik játékosnak. +achievement.enchantments=BűvölÅ‘ +achievement.enchantments.desc=Használj könyvet, obszidiánt és gyémántot egy varázslóasztal készítéséhez +achievement.exploreAllBiomes=Kalandra fel! +achievement.exploreAllBiomes.desc=Fedezz fel minden biomfajtát +achievement.flyPig=Majd ha malacok potyognak az égbÅ‘l! +achievement.flyPig.desc=Nyergelj meg egy malacot, s vágtass le vele egy magaslati pontról! +achievement.fullBeacon=Fény az éjszakában +achievement.fullBeacon.desc=Építs egy teljes jelzÅ‘fényt +achievement.get=Új mérföldkÅ‘! +achievement.ghast=Vissza a feladónak +achievement.ghast.desc=Ölj meg egy kísértetet a saját tűzlabdájával! +achievement.killCow=Vágóhíd +achievement.killCow.desc=Szerezz némi bÅ‘rt +achievement.killEnemy=Szörnyvadász +achievement.killEnemy.desc=Támadj meg és pusztíts el egy szörnyet! +achievement.killWither=A Kezdet. +achievement.killWither.desc=Öld meg a Withert +achievement.makeBread=Süss kenyeret! +achievement.makeBread.desc=Készíts kenyeret a búzából! +achievement.mineWood=FanyűvÅ‘ +achievement.mineWood.desc=Kezdj el ütni egy fát addig, míg egy fa blokk nem esik ki belÅ‘le! +achievement.onARail=Sínen vagy +achievement.onARail.desc=Utazz csillével a kiindulóponttól legalább 1km-re +achievement.openInventory=Felszerelés +achievement.openInventory.desc=Nyomd meg az '%1$s ' gombot az eszköztárad kinyitásához. +achievement.overkill=Halálos túlzás +achievement.overkill.desc=Okozz nyolc szívnyi sebzést egyetlen támadással! +achievement.overpowered=Ez túl OP! +achievement.overpowered.desc=Készíts egy Notch aranyalmát +achievement.portal=Hívogató mélység +achievement.portal.desc=Építs egy portált az Alvilágba +achievement.potion=Helyi kémikus +achievement.potion.desc=FÅ‘zz egy bájitalt +achievement.requires=Szükséges: '%1$s ' +achievement.snipeSkeleton=Lövészpárbaj +achievement.snipeSkeleton.desc=Ölj meg egy csontvázat nyíllal legalább 50 méterrÅ‘l +achievement.spawnWither=A Kezdet? +achievement.spawnWither.desc=Idézd meg a Withert +achievement.taken=Teljesítve! +achievement.theEnd=A Vég? +achievement.theEnd.desc=Juss el a Végbe +achievement.theEnd2=A Vég. +achievement.theEnd2.desc=GyÅ‘zd le a Végzetsárkányt +achievement.unknown=??? +addServer.add=Kész +addServer.enterIp=Szerver címe +addServer.enterName=Szerver neve +addServer.hideAddress=Cím elrejtése +addServer.resourcePack=Szerver forráscsomagok +addServer.resourcePack.disabled=Letiltva +addServer.resourcePack.enabled=Engedélyezve +addServer.resourcePack.prompt=Rákérdez +addServer.title=Szerver adatainak szerkesztése +advMode.allEntities=Minden entitás kiválasztása: @e +advMode.allPlayers=Minden játékos kiválasztása: @a +advMode.command=Konzol-parancs +advMode.nearestPlayer=Legközelebbi játékos kiválasztása: @p +advMode.notAllowed=Kreatív módban lévÅ‘ opnak kell lenned a használathoz +advMode.notEnabled=A parancsblokkok nem engedélyezettek ezen a szerveren +advMode.previousOutput=ElÅ‘zÅ‘ kimenet +advMode.randomPlayer=Véletlenszerű játékosválasztás: @r +advMode.setCommand=Konzol-parancs beállítása a blokkhoz +advMode.setCommand.success=Parancs beállítva: %s +attribute.modifier.plus.0=+%s %s +attribute.modifier.plus.1=+%s%% %s +attribute.modifier.plus.2=+%s%% %s +attribute.modifier.take.0=-%s %s +attribute.modifier.take.1=-%s%% %s +attribute.modifier.take.2=-%s%% %s +attribute.name.generic.attackDamage=Sebzés +attribute.name.generic.followRange=Mobok követési távolsága +attribute.name.generic.knockbackResistance=Stabilitás +attribute.name.generic.maxHealth=Max életpont +attribute.name.generic.movementSpeed=Gyorsaság +attribute.name.horse.jumpStrength=Ló ugrási ereje +attribute.name.zombie.spawnReinforcements=Zombik erÅ‘sítéshívása +book.byAuthor=szerzÅ‘: %1$s +book.editTitle=A könyv címe: +book.finalizeButton=Aláírás és bezárás +book.finalizeWarning=Vigyázz! Ha aláírtad a könyvet, többé már nem szerkesztheted. +book.generation.0=Eredeti +book.generation.1=Eredeti másolata +book.generation.2=Másolat másolata +book.generation.3=Cafatos +book.pageIndicator=Oldal: %1$s/%2$s +book.signButton=Aláírás +build.tooHigh=Az építés magassági határa %s blokk +chat.cannotSend=Nem sikerült elküldeni az üzenetet +chat.copy=Másolás a vágólapra +chat.link.confirm=Biztos, hogy megnyitod a következÅ‘ weboldalt? +chat.link.confirmTrusted=Meg akarod nyitni ezt a linket, vagy a vágólapra szeretnéd másolni? +chat.link.open=Megnyitás a böngészÅ‘ben +chat.link.warning=Sose nyiss meg linket olyantól, akiben nem bízol! +chat.stream.emote=(%s) * %s %s +chat.stream.text=(%s) <%s> %s +chat.type.achievement=%s elérte a(z) %s mérföldkövet +chat.type.achievement.taken=%s elvesztette a(z) %s mérföldkövet +chat.type.admin=[%s: %s] +chat.type.announcement=[%s] %s +chat.type.emote=* %s %s +chat.type.text=<%s> %s +commands.achievement.alreadyHave=%s játékosnak már megvan a(z) %s mérföldkÅ‘ +commands.achievement.dontHave=%s játékosnak még nincs meg a(z) %s mérföldkÅ‘ +commands.achievement.give.success.all=Minden mérföldkÅ‘ sikeresen odaadva %s játékosnak +commands.achievement.give.success.one=%s sikeresen megkapta a(z) %s statot +commands.achievement.statTooLow=%s játékosnak nincs %s statisztikája +commands.achievement.take.success.all=%s minden mérföldköve sikeresen elvéve +commands.achievement.take.success.one=%s stat sikeresen elvéve tÅ‘le: %s +commands.achievement.unknownAchievement=Ismeretlen mérföldkÅ‘ vagy statisztika: '%s' +commands.achievement.usage=/achievement [játékos] +commands.ban.failed=Nem sikerült kitiltani %s játékost +commands.ban.success=%s nevű játékos kitiltva +commands.ban.usage=/ban [ok ...] +commands.banip.invalid=Hibás IP címet adtál meg, vagy olyan játékost, aki jelenleg nincs online +commands.banip.success=IP cím letiltva: %s +commands.banip.success.players=IP cím letiltva: %s (játékos: %s) +commands.banip.usage=/ban-ip [ok ...] +commands.banlist.ips=Összesen %s letiltott IP cím van: +commands.banlist.players=Összesen %s kitiltott játékos van: +commands.banlist.usage=/banlist [ips|players] +commands.blockdata.failed=Az adatcímke nem változott: %s +commands.blockdata.notValid=A célblokk nem tud adatokat tárolni +commands.blockdata.outOfWorld=Nem lehet a világon kívül blokkot módosítani +commands.blockdata.success=Blokkadat frissítve erre: %s +commands.blockdata.tagError=Adatcímke értelmezése sikertelen: %s +commands.blockdata.usage=/blockdata +commands.chunkinfo.compiled=A chunk össze van állítva. +commands.chunkinfo.data=Az elsÅ‘ 64 csúcs: %s +commands.chunkinfo.empty=A chunk üres. +commands.chunkinfo.hasLayers=Chunk rétegei: %s +commands.chunkinfo.hasNoRenderableLayers=A chunk nem rendelkezik renderelhetÅ‘ rétegekkel. +commands.chunkinfo.isEmpty=Chunk üres rétegei: %s +commands.chunkinfo.location=Chunk helyzete: (%s, %s, %s) +commands.chunkinfo.noChunk=Nem található chunk %s, %s, %s chunk pozíción +commands.chunkinfo.notCompiled=A chunk nincs összeállítva. +commands.chunkinfo.notEmpty=A chunk nem üres. +commands.chunkinfo.usage=/chunkinfo [ ] +commands.chunkinfo.vertices=%s réteg puffere %s csúcsot tartalmaz +commands.clear.failure=Nem sikerült kiüríteni %s felszerelését, nincs mit eltávolítani +commands.clear.success=%s felszerelése kiürítve, %s tárgy eltávolítva +commands.clear.tagError=Adatcímke értelmezése sikertelen: %s +commands.clear.testing=%s játékosnak %s tárgya egyezett a feltételekkel +commands.clear.usage=/clear [játékos] [tárgy] [adat] [maxMennyiség] [adatcímke] +commands.clone.failed=Egy blokk sem lett lemásolva +commands.clone.noOverlap=A forrás és a cél nem fedheti át egymást +commands.clone.outOfWorld=Nem másolhatók blokkok a világon kívülrÅ‘l +commands.clone.success=%s blokk lemásolva +commands.clone.tooManyBlocks=Túl sok blokk van a megadott területben (%s > %s) +commands.clone.usage=/clone [mód] +commands.compare.failed=A forrás és a cél nem azonos +commands.compare.outOfWorld=Nem hasonlíthatóak blokkok a világon kívülrÅ‘l +commands.compare.success=%s blokk összehasonlítva +commands.compare.tooManyBlocks=Túl sok blokk van a megadott területben (%s > %s) +commands.compare.usage=/testforblocks [mód] +commands.debug.notStarted=Nem állíthatod le a naplózást, amíg nem indítottad el azt! +commands.debug.start=Hibakeresési naplózás elindítva +commands.debug.stop=Hibakeresési naplózás leállítva %s másodperc (%s tick) után +commands.defaultgamemode.success=A világ alapértelmezett játékmódja mostantól a %s +commands.defaultgamemode.usage=/defaultgamemode +commands.deop.failed=Nem sikerült megvonni az op jogokat %s játékostól +commands.deop.success=Op jogok megvonva: %s +commands.deop.usage=/deop +commands.difficulty.success=A játék nehézsége átállítva %s szintre +commands.difficulty.usage=/difficulty <új nehézség> +commands.downfall.success=Csapadék átállítva +commands.downfall.usage=/toggledownfall +commands.effect.failure.notActive=%1$s nem vehetÅ‘ le róla: %2$s, mivel nincs rajta ilyen hatás +commands.effect.failure.notActive.all=Nem sikerült hatásokat eltávolítani %s játékosról, nem volt rajta egy sem +commands.effect.notFound=Nincs mob hatás ilyen azonosítóval: %s +commands.effect.success=%1$s hatás ("%2$s" azonosítóval) * %3$s alkalmazva %4$s játékosra, %5$s másodpercig +commands.effect.success.removed=%1$s hatás levéve róla: %2$s +commands.effect.success.removed.all=Minden hatás eltávolítva %s játékosról +commands.effect.usage=/effect [másodpercek] [szorzó] [részecskékElrejtése] +commands.enchant.cantCombine=%1$s és %2$s nem kombinálható +commands.enchant.cantEnchant=A kiválasztott varázslat nem adható hozzá a kívánt tárgyhoz +commands.enchant.noItem=A célpont kezében nincs tárgy +commands.enchant.notFound=Nincs varázslat %s azonosítóval +commands.enchant.success=Sikeres varázslat +commands.enchant.usage=/enchant [szint] +commands.entitydata.failed=Az adatcímke nem változott: %s +commands.entitydata.noPlayers=%s egy játékos, ezért nem módosítható +commands.entitydata.success=Entitásadat frissítve erre: %s +commands.entitydata.tagError=Adatcímke értelmezése sikertelen: %s +commands.entitydata.usage=/entitydata +commands.execute.allInvocationsFailed=Egy parancshívás sem sikerült: '%s' +commands.execute.failed='%s' parancs %s általi végrehajtása nem sikerült +commands.execute.usage=/execute VAGY /execute detect +commands.fill.failed=Egy blokk sem került feltöltésre +commands.fill.outOfWorld=Nem lehet a világon kívül blokkokat letenni +commands.fill.success=%s blokk feltöltve +commands.fill.tagError=Adatcímke értelmezése sikertelen: %s +commands.fill.tooManyBlocks=Túl sok blokk van a megadott területben (%s > %s) +commands.fill.usage=/fill [adatérték] [lehelyezésiMód] [adatcímke] +commands.gamemode.success.other=%s új játékmódja: %s +commands.gamemode.success.self=Új játékmódod: %s +commands.gamemode.usage=/gamemode [játékos] +commands.gamerule.nopermission=Csak a szervertulajdonosok változtathatják meg ezt a szabályt: '%s' +commands.gamerule.norule=Nincs '%s' nevű játékszabály +commands.gamerule.success=A játék szabályai frissültek +commands.gamerule.usage=/gamerule [érték] +commands.generic.boolean.invalid='%s' nem 'true' vagy 'false' +commands.generic.double.tooBig=A megadott szám (%s) túl nagy, legfeljebb %s lehet +commands.generic.double.tooSmall=A megadott szám (%s) túl kicsi, legkisebb értéke %s lehet +commands.generic.entity.invalidType=A megadott '%s' entitástípus érvénytelen +commands.generic.entity.invalidUuid=A megadott entitás-UUID érvénytelen formátumú +commands.generic.entity.notFound=Az adott entitás nem található +commands.generic.exception=Ismeretlen hiba történt a következÅ‘ parancs végrehajtásakor +commands.generic.notFound=Ismeretlen parancs. "/help" a parancsok listájához +commands.generic.num.invalid='%s' nem érvényes szám +commands.generic.num.tooBig=A megadott szám (%s) túl nagy, legfeljebb %s lehet +commands.generic.num.tooSmall=A megadott szám (%s) túl kicsi, legkisebb értéke %s lehet +commands.generic.parameter.invalid='%s' nem egy érvényes paraméter +commands.generic.permission=Nincs jogod ehhez a parancshoz +commands.generic.player.notFound=Nincs ilyen játékos +commands.generic.syntax=Szabálytalan formátumú parancs +commands.generic.usage=Használat: %s +commands.give.notFound=Nem létezik tárgy %s azonosítószámmal +commands.give.success=%s * %s adva %s játékosnak +commands.give.tagError=Adatcímke értelmezése sikertelen: %s +commands.give.usage=/give [mennyiség] [adat] [adatcímke] +commands.help.footer=Tipp: Használd a billentyűt gépelés közben a parancs vagy a paraméterek automatikus kiegészítéséhez +commands.help.header=--- %s. súgólap mutatása az összesen %s lapból (/help ) --- +commands.help.usage=/help [oldal|parancs neve] +commands.kick.success=%s kidobva a játékból +commands.kick.success.reason=%s kidobva a játékból: '%s' +commands.kick.usage=/kick [ok ...] +commands.kill.successful=Megölve: %s +commands.kill.usage=/kill [játékos|entitás] +commands.me.usage=/me +commands.message.display.incoming=%s suttog neked: %s +commands.message.display.outgoing=Suttogsz %s játékosnak: %s +commands.message.sameTarget=Nem küldhetsz privát üzenetet önmagadnak! +commands.message.usage=/tell +commands.op.failed=Nem sikerült op jogokat adni %s játékosnak +commands.op.success=%s op jogokat kapott +commands.op.usage=/op +commands.particle.notFound=Ismeretlen hatásnév (%s) +commands.particle.success=%s megjelenítése %s alkalommal +commands.particle.usage=/particle [mennyiség] [mód] +commands.players.list=%s/%s játékos van online: +commands.players.usage=/list +commands.playsound.playerTooFar=%s játékos túl messze van a hang forrásától +commands.playsound.success='%s' hang lejátszva %s játékosnak +commands.playsound.usage=/playsound [x] [y] [z] [hangerÅ‘] [hangmagasság] [minimálisHangerÅ‘] +commands.publish.failed=Helyi játék kiszolgálása sikertelen +commands.publish.started=Helyi játék megosztva a következÅ‘ porton:%s +commands.publish.usage=/publish +commands.replaceitem.block.usage=/replaceitem block [mennyiség] [adat] [adatcímke] +commands.replaceitem.entity.usage=/replaceitem entity [mennyiség] [adat] [adatcímke] +commands.replaceitem.failed=Nem sikerült kecserélni a rekesz %s tartalmát erre: %s * %s +commands.replaceitem.noContainer=A blokk %s, %s, %s koordinátákon nem tároló +commands.replaceitem.success=Rekesz %s tartalma kicserélve erre: %s * %s +commands.replaceitem.tagError=Adatcímke értelmezése sikertelen: %s +commands.replaceitem.usage=/replaceitem ... +commands.save-off.alreadyOff=Már ki van kapcsolva a mentés. +commands.save-off.usage=/save-off +commands.save-on.alreadyOn=Már be van kapcsolva a mentés. +commands.save-on.usage=/save-on +commands.save.disabled=A világ automatikus mentése kikapcsolva +commands.save.enabled=A világ automatikus mentése bekapcsolva +commands.save.failed=A mentés sikertelen: %s +commands.save.start=Mentés... +commands.save.success=Világ elmentve +commands.save.usage=/save-all +commands.say.usage=/say <üzenet ...> +commands.scoreboard.allMatchesFailed=Minden összehasonlítás sikertelen +commands.scoreboard.noMultiWildcard=Csak egy játékoshelyettesítÅ‘ engedélyezett +commands.scoreboard.objectiveNotFound=Nem található '%s' nevű cél +commands.scoreboard.objectiveReadOnly=A(z) '%s' cél csak olvasható, így nem változtatható meg +commands.scoreboard.objectives.add.alreadyExists=Már létezik cél '%s' néven +commands.scoreboard.objectives.add.displayTooLong=A(z) '%s' megjelenített célnév túl hosszú, legfeljebb %s karakter lehet +commands.scoreboard.objectives.add.success='%s' új cél sikeresen hozzáadva +commands.scoreboard.objectives.add.tooLong=A(z) '%s' célnév túl hosszú, legfeljebb %s karakter lehet +commands.scoreboard.objectives.add.usage=/scoreboard objectives add [megjelenítÅ‘ név] +commands.scoreboard.objectives.add.wrongType=Helytelen feltételtípus: '%s' +commands.scoreboard.objectives.list.count=Az eredményjelzÅ‘n lévÅ‘ %s cél: +commands.scoreboard.objectives.list.empty=Nincsenek célok az eredményjelzÅ‘ táblán +commands.scoreboard.objectives.list.entry=- %s: megjelenítve mint: '%s', típusa '%s' +commands.scoreboard.objectives.remove.success='%s' cél sikeresen törölve +commands.scoreboard.objectives.remove.usage=/scoreboard objectives remove +commands.scoreboard.objectives.setdisplay.invalidSlot=Nincs '%s' nevű megjelenítÅ‘ hely +commands.scoreboard.objectives.setdisplay.successCleared=Célt megjelenítÅ‘ hely törölve: '%s' +commands.scoreboard.objectives.setdisplay.successSet=A cél megjelenítése '%s' helyen beállítva erre: '%s' +commands.scoreboard.objectives.setdisplay.usage=/scoreboard objectives setdisplay [cél] +commands.scoreboard.objectives.usage=/scoreboard objectives ... +commands.scoreboard.players.add.usage=/scoreboard players add [adatcímke] +commands.scoreboard.players.enable.noTrigger=%s cél, nem trigger +commands.scoreboard.players.enable.success=%s trigger engedélyezve %s számára +commands.scoreboard.players.enable.usage=/scoreboard players enable +commands.scoreboard.players.list.count=Az eredményjelzÅ‘n lévÅ‘ %s követett játékos: +commands.scoreboard.players.list.empty=Nincsenek játékosok az eredményjelzÅ‘ táblán +commands.scoreboard.players.list.player.count=%s %s darab követett célja: +commands.scoreboard.players.list.player.empty=%s játékosnak nincsenek pontjai +commands.scoreboard.players.list.usage=/scoreboard players list [név] +commands.scoreboard.players.operation.invalidOperation=Érvénytelen művelet: %s +commands.scoreboard.players.operation.notFound=Nem található %s pontszám %s számára +commands.scoreboard.players.operation.success=Művelet sikeresen alkalmazva +commands.scoreboard.players.operation.usage=/scoreboard players operation +commands.scoreboard.players.remove.usage=/scoreboard players remove [adatcímke] +commands.scoreboard.players.reset.success=%s játékos minden pontszáma nullázva +commands.scoreboard.players.reset.usage=/scoreboard players reset [cél] +commands.scoreboard.players.resetscore.success=%s pontszám visszaállítva %s játékosnak +commands.scoreboard.players.set.success=%s célhoz %s játékosnak %s pont beállítva +commands.scoreboard.players.set.tagError=Adatcímke értelmezése sikertelen, ok: %s +commands.scoreboard.players.set.tagMismatch=Az adatcímke nem egyezik: %s +commands.scoreboard.players.set.usage=/scoreboard players set [adatcímke] +commands.scoreboard.players.test.failed=%s pontszám NINCS a %s és %s közötti tartományban +commands.scoreboard.players.test.notFound=Nem található %s pontszám %s számára +commands.scoreboard.players.test.success=%s pontszám a %s és %s közötti tartományban van +commands.scoreboard.players.test.usage=/scoreboard players test +commands.scoreboard.players.usage=/scoreboard players ... +commands.scoreboard.teamNotFound=Nem található '%s' nevű csapat +commands.scoreboard.teams.add.alreadyExists=Már létezik '%s' nevű csapat +commands.scoreboard.teams.add.displayTooLong=A(z) '%s' megjelenített csapatnév túl hosszú, legfeljebb %s karakter lehet +commands.scoreboard.teams.add.success='%s' csapat sikeresen hozzáadva +commands.scoreboard.teams.add.tooLong=A(z) '%s' csapatnév túl hosszú, legfeljebb %s karakter lehet +commands.scoreboard.teams.add.usage=/scoreboard teams add [megjelenített név] +commands.scoreboard.teams.empty.alreadyEmpty=A(z) %s csapat már üres, a törlés nem lehetséges +commands.scoreboard.teams.empty.success=Az összes (%s) játékos eltávolítva %s csapatból +commands.scoreboard.teams.empty.usage=/scoreboard teams empty +commands.scoreboard.teams.join.failure=%s játékos nem kerülhetett a(z) %s csapatba: %s +commands.scoreboard.teams.join.success=%s játékos a(z) %s csapatba került: %s +commands.scoreboard.teams.join.usage=/scoreboard teams join [játékos] +commands.scoreboard.teams.leave.failure=Nem lehetett %s játékost eltávolítani a csapatából: %s +commands.scoreboard.teams.leave.noTeam=Nem vagy csapatban +commands.scoreboard.teams.leave.success=%s játékos kiléptetve a csapatából: %s +commands.scoreboard.teams.leave.usage=/scoreboard teams leave [játékos] +commands.scoreboard.teams.list.count=Az eredményjelzÅ‘n lévÅ‘ %s csapat: +commands.scoreboard.teams.list.empty=Nincs bejegyzett csapat az eredményjelzÅ‘ táblán +commands.scoreboard.teams.list.entry=- %1$s: '%2$s' - %3$s játékos +commands.scoreboard.teams.list.player.count=A(z) %s csapatban lévÅ‘ %s játékos: +commands.scoreboard.teams.list.player.empty=%s csapatnak nincsenek játékosai +commands.scoreboard.teams.list.player.entry=- %2$s: %1$s (%3$s) +commands.scoreboard.teams.list.usage=/scoreboard teams list [név] +commands.scoreboard.teams.option.noValue=%s beállítás lehetséges értékei: %s +commands.scoreboard.teams.option.success=%s beállítás %s csapatnak átállítva %s értékre +commands.scoreboard.teams.option.usage=/scoreboard teams option <érték> +commands.scoreboard.teams.remove.success=%s csapat törölve +commands.scoreboard.teams.remove.usage=/scoreboard teams remove +commands.scoreboard.teams.usage=/scoreboard teams ... +commands.scoreboard.usage=/scoreboard ... +commands.seed.success=Kezdőérték: %s +commands.seed.usage=/seed +commands.setblock.failed=Nem lehet letenni a blokkot +commands.setblock.noChange=Nem lehetett letenni a blokkot +commands.setblock.notFound=Nincs blokk %s azonosítóval/névvel +commands.setblock.outOfWorld=Nem lehet a világon kívül blokkot letenni +commands.setblock.success=Blokk letéve +commands.setblock.tagError=Adatcímke értelmezése sikertelen: %s +commands.setblock.usage=/setblock [adatérték] [lehelyezésiMód] [adatcímke] +commands.setidletimeout.success=A tétlenség idÅ‘korlátja beállítva %s percre. +commands.setidletimeout.usage=/setidletimeout +commands.setworldspawn.success=A világ termÅ‘pontja beállítva. (%s, %s, %s) +commands.setworldspawn.usage=/setworldspawn [ ] +commands.spawnpoint.success=%s termÅ‘pontja átállítva %s, %s, %s koordinátákra +commands.spawnpoint.usage=/spawnpoint [játékos] [ ] +commands.spreadplayers.failure.players=Nem sikerült %s játékost szétszórni %s,%s koordináták körül (túl sok játékos ennyi helyre - próbálj legfeljebb %s szórási távolságot használni) +commands.spreadplayers.failure.teams=Nem sikerült %s csapatot szétszórni %s,%s koordináták körül (túl sok játékos ennyi helyre - próbálj legfeljebb %s szórási távolságot használni) +commands.spreadplayers.info.players=(Az átlagos távolság a játékosok közt %s blokk, %s ismétlés után) +commands.spreadplayers.info.teams=(Az átlagos távolság a csapatok közt %s blokk, %s ismétlés után) +commands.spreadplayers.spreading.players=%s játékos %s blokkra való szétszórása %s,%s koordinátáktól (egymástól minimum %s blokkra) +commands.spreadplayers.spreading.teams=%s csapat %s blokkra való szétszórása %s,%s koordinátáktól (egymástól minimum %s blokkra) +commands.spreadplayers.success.players=%s játékos sikeresen szétszórva %s,%s koordináták körül +commands.spreadplayers.success.teams=%s csapat sikeresen szétszórva %s,%s koordináták körül +commands.spreadplayers.usage=/spreadplayers +commands.stats.block.clear.usage=/stats block clear +commands.stats.block.set.usage=/stats block set +commands.stats.block.usage=/stats block ... +commands.stats.cleared= %s stat törölve +commands.stats.entity.clear.usage=/stats entity clear +commands.stats.entity.set.usage=/stats entity set +commands.stats.entity.usage=/stats entity +commands.stats.failed=Érvénytelen paraméterek +commands.stats.noCompatibleBlock=A blokk %s, %s, %s koordinátákon nem tud statokat követni +commands.stats.success=%s stat tárolása %s célba rajta: %s +commands.stats.usage=/stats ... +commands.stop.start=Szerver leállítása +commands.stop.usage=/stop +commands.summon.failed=Nem sikerült megidézni az entitást +commands.summon.outOfWorld=Az entitás nem idézhetÅ‘ a világon kívülre +commands.summon.success=Entitás sikeresen megidézve +commands.summon.tagError=Adatcímke értelmezése sikertelen: %s +commands.summon.usage=/summon [x] [y] [z] [adatcímke] +commands.tellraw.jsonException=Érvénytelen json: %s +commands.tellraw.usage=/tellraw +commands.testfor.failure=%s adatai nem egyeztek a kért adatszerkezettel +commands.testfor.success=%s megtalálva +commands.testfor.tagError=Adatcímke értelmezése sikertelen: %s +commands.testfor.usage=/testfor [adatcímke] +commands.testforblock.failed.data=A(z) %s,%s,%s koordinátákon található blokk adatértéke %s (várt: %s). +commands.testforblock.failed.nbt=A(z) %s,%s,%s koordinátákon található blokk nem rendelkezett a várt NBT címkékkel. +commands.testforblock.failed.tile=A(z) %s,%s,%s koordinátákon található blokk %s (várt: %s). +commands.testforblock.failed.tileEntity=A(z) %s,%s,%s koordinátákon található blokk nem blokkentitás, így nem támogatja az adatcímke-összehasonlítást. +commands.testforblock.outOfWorld=Nem tesztelhetÅ‘k blokkok a világon kívül +commands.testforblock.success=A blokk sikeresen megtalálva %s,%s,%s koordinátákon. +commands.testforblock.usage=/testforblock [adatÉrték] [adatCímke] +commands.time.added=%s hozzáadva az idÅ‘höz +commands.time.query=Az idÅ‘ %s +commands.time.set=IdÅ‘ átállítva %s értékre +commands.time.usage=/time <érték> +commands.title.success=Cím parancs sikeresen végrehajtva +commands.title.usage=/title ... +commands.title.usage.clear=/title clear|reset +commands.title.usage.times=/title times +commands.title.usage.title=/title title|subtitle +commands.tp.notSameDimension=Nem sikerült teleportálni, mert a játékosok nincsenek ugyanabban a dimenzióban +commands.tp.success=%s elteleportálva %s játékoshoz +commands.tp.success.coordinates=%s elteleportálva %s, %s, %s koordinátákra +commands.tp.usage=/tp [teleportálandó játékos] VAGY /tp [teleportálandó játékos] [ ] +commands.trigger.disabled=%s trigger nincs engedélyezve +commands.trigger.invalidMode=Érvénytelen trigger mód: %s +commands.trigger.invalidObjective=Érvénytelen trigger név: %s +commands.trigger.invalidPlayer=Csak játékosok használhatják a /trigger parancsot +commands.trigger.success=%s trigger megváltoztatva: %s %s +commands.trigger.usage=/trigger <érték> +commands.unban.failed=Nem sikerült feloldani %s játékos tiltását +commands.unban.success=%s nevű játékos tiltása feloldva +commands.unban.usage=/pardon +commands.unbanip.invalid=Hibás IP címet adtál meg +commands.unbanip.success=IP cím tiltása feloldva: %s +commands.unbanip.usage=/pardon-ip +commands.weather.clear=Váltás derült idÅ‘re +commands.weather.rain=Váltás esÅ‘s idÅ‘re +commands.weather.thunder=Váltás viharos idÅ‘re +commands.weather.usage=/weather [idÅ‘tartam másodpercben] +commands.whitelist.add.failed=Nem sikerült hozzáadni %s játékost a fehérlistához +commands.whitelist.add.success=%s hozzáadva a fehérlistához +commands.whitelist.add.usage=/whitelist add +commands.whitelist.disabled=Fehérlista kikapcsolva +commands.whitelist.enabled=Fehérlista bekapcsolva +commands.whitelist.list=%s fehérlistás játékos (összesen %s a listán): +commands.whitelist.reloaded=Fehérlista újratöltve +commands.whitelist.remove.failed=Nem sikerült levenni %s játékost a fehérlistáról +commands.whitelist.remove.success=%s levéve a fehérlistáról +commands.whitelist.remove.usage=/whitelist remove +commands.whitelist.usage=/whitelist +commands.worldborder.add.usage=/worldborder add [idÅ‘Másodpercekben] +commands.worldborder.center.success=Világhatár közepe beállítva %s,%s koordinátákra +commands.worldborder.center.usage=/worldborder center +commands.worldborder.damage.amount.success=Világhatár sebzése beállítva %s per blokkra (%s per blokkról) +commands.worldborder.damage.amount.usage=/worldborder damage amount +commands.worldborder.damage.buffer.success=Világhatártól való sebzés nélküli távolság beállítva %s blokkra (%s blokkról) +commands.worldborder.damage.buffer.usage=/worldborder damage buffer +commands.worldborder.damage.usage=/worldborder damage +commands.worldborder.get.success=A világhatár jelenleg %s blokk széles +commands.worldborder.set.success=Világhatár beállítva %s blokk szélesre (%s blokkról) +commands.worldborder.set.usage=/worldborder set [idÅ‘Másodpercekben] +commands.worldborder.setSlowly.grow.success=Világhatár kiterjesztése %s blokk szélesre (%s blokkról) %s másodperc alatt +commands.worldborder.setSlowly.shrink.success=Világhatár összehúzása %s blokk szélesre (%s blokkról) %s másodperc alatt +commands.worldborder.usage=/worldborder ... +commands.worldborder.warning.distance.success=Világhatár figyelmeztetési távolsága beállítva %s blokkra (%s blokkról) +commands.worldborder.warning.distance.usage=/worldborder warning distance +commands.worldborder.warning.time.success=Világhatár figyelmeztetési ideje beállítva %s másodpercre (%s másodpercrÅ‘l) +commands.worldborder.warning.time.usage=/worldborder warning time +commands.worldborder.warning.usage=/worldborder warning +commands.xp.failure.widthdrawXp=Nem adhatsz a játékosnak negatív tapasztalatpontokat +commands.xp.success=%s tapasztalat adva %s játékosnak +commands.xp.success.levels=%s szint adva %s játékosnak +commands.xp.success.negative.levels=%s szint levonva %s játékostól +commands.xp.usage=/xp [játékos] VAGY /xp L [játékos] +connect.authorizing=Bejelentkezés... +connect.connecting=Csatlakozás a szerverhez... +connect.failed=A szerverhez való csatlakozás sikertelen +container.beacon=JelzÅ‘fény +container.brewing=FÅ‘zőállvány +container.chest=Láda +container.chestDouble=Nagy láda +container.crafting=Barkácsolás +container.creative=Tárgyválasztás +container.dispenser=Adagoló +container.dropper=Kidobó +container.enchant=Varázs +container.enchant.clue=%s . . . ? +container.enchant.lapis.many=%s lazurit +container.enchant.lapis.one=1 lazurit +container.enchant.level.many=%s varázslat szint +container.enchant.level.one=1 varázslat szint +container.enderchest=Végzetláda +container.furnace=Kemence +container.hopper=Tárgytölcsér +container.inventory=Felszerelés +container.isLocked=%s le van zárva! +container.minecart=Csille +container.repair=Javítás és átnevezés +container.repair.cost=Varázslat ára: %1$s +container.repair.expensive=Túl drága! +controls.reset=Visszaállítás +controls.resetAll=Minden visszaállítása +controls.title=Irányítás +createWorld.customize.custom.baseSize=Mélységi alapérték +createWorld.customize.custom.biomeDepthOffset=Biom mélységi eltolás +createWorld.customize.custom.biomeDepthWeight=Biom mélységi súlyozás +createWorld.customize.custom.biomeScaleOffset=BiomjellemzÅ‘k eltolása +createWorld.customize.custom.biomeScaleWeight=BiomjellemzÅ‘k súlyozása +createWorld.customize.custom.biomeSize=Biomok mérete +createWorld.customize.custom.center=Középmagasság +createWorld.customize.custom.confirm1=Ez felülírja a jelenlegi +createWorld.customize.custom.confirm2=beállításaidat és nem vonható vissza. +createWorld.customize.custom.confirmTitle=Figyelem! +createWorld.customize.custom.coordinateScale=Vízszintes nyújtás +createWorld.customize.custom.count=Lerakási kísérletek +createWorld.customize.custom.defaults=Alapértékek +createWorld.customize.custom.depthNoiseScaleExponent=Mélységi zaj exponens +createWorld.customize.custom.depthNoiseScaleX=Mélységi zajmérték X +createWorld.customize.custom.depthNoiseScaleZ=Mélységi zajmérték Z +createWorld.customize.custom.dungeonChance=Kazamaták mennyisége +createWorld.customize.custom.fixedBiome=Biom +createWorld.customize.custom.heightScale=FüggÅ‘leges nyújtás +createWorld.customize.custom.lavaLakeChance=Lávatavak ritkasága +createWorld.customize.custom.lowerLimitScale=Alsó korlát mértéke +createWorld.customize.custom.mainNoiseScaleX=FÅ‘ zajmérték X +createWorld.customize.custom.mainNoiseScaleY=FÅ‘ zajmérték Y +createWorld.customize.custom.mainNoiseScaleZ=FÅ‘ zajmérték Z +createWorld.customize.custom.maxHeight=Max. magasság +createWorld.customize.custom.minHeight=Min. magasság +createWorld.customize.custom.next=KövetkezÅ‘ oldal +createWorld.customize.custom.page0=Alapbeállítások +createWorld.customize.custom.page1=Ércek beállításai +createWorld.customize.custom.page2=Haladó beállítások (csak hozzáértÅ‘ felhasználóknak!) +createWorld.customize.custom.page3=Extrahaladó beállítások (csak szakértÅ‘ felhasználóknak!) +createWorld.customize.custom.preset.caveChaos=Káosz-kanyon +createWorld.customize.custom.preset.caveDelight=Barlangászok boldogsága +createWorld.customize.custom.preset.drought=Aszály +createWorld.customize.custom.preset.goodLuck=Sok szerencsét +createWorld.customize.custom.preset.isleLand=Szigetvilág +createWorld.customize.custom.preset.mountains=HajmeresztÅ‘-hegység +createWorld.customize.custom.preset.waterWorld=Vízivilág +createWorld.customize.custom.presets=Minták +createWorld.customize.custom.presets.title=Testreszabott világ minták +createWorld.customize.custom.prev=ElÅ‘zÅ‘ oldal +createWorld.customize.custom.randomize=Véletlenszerű +createWorld.customize.custom.riverSize=Folyók mérete +createWorld.customize.custom.seaLevel=Tengerszint +createWorld.customize.custom.size=Telér mérete +createWorld.customize.custom.spread=Szórás magassága +createWorld.customize.custom.stretchY=Magasság nyújtása +createWorld.customize.custom.upperLimitScale=FelsÅ‘ korlát mértéke +createWorld.customize.custom.useCaves=Barlangok +createWorld.customize.custom.useDungeons=Kazamaták +createWorld.customize.custom.useLavaLakes=Lávatavak +createWorld.customize.custom.useLavaOceans=Lávaóceánok +createWorld.customize.custom.useMineShafts=Bányák +createWorld.customize.custom.useMonuments=Óceáni templomok +createWorld.customize.custom.useRavines=Szakadékok +createWorld.customize.custom.useStrongholds=ErÅ‘dök +createWorld.customize.custom.useTemples=Templomok +createWorld.customize.custom.useVillages=Falvak +createWorld.customize.custom.useWaterLakes=Tavak +createWorld.customize.custom.waterLakeChance=Tavak ritkasága +createWorld.customize.flat.addLayer=Réteg hozzáadása +createWorld.customize.flat.editLayer=Réteg szerkesztése +createWorld.customize.flat.height=Magasság +createWorld.customize.flat.layer=%s +createWorld.customize.flat.layer.bottom=Legalsó - %s +createWorld.customize.flat.layer.top=LegfelsÅ‘ - %s +createWorld.customize.flat.removeLayer=Réteg törlése +createWorld.customize.flat.tile=Réteg anyaga +createWorld.customize.flat.title=Lapos világ testreszabása +createWorld.customize.presets=Minták +createWorld.customize.presets.list=Avagy, itt van pár, amit korábban csináltunk! +createWorld.customize.presets.select=Minta használata +createWorld.customize.presets.share=Szeretnéd megosztani a mintádat valakivel? Használd a lenti dobozt! +createWorld.customize.presets.title=Minta választása +death.attack.anvil=%1$s kilapult egy zuhanó üllÅ‘ alatt +death.attack.arrow=%1$s-t lelÅ‘tte %2$s +death.attack.arrow.item=%1$s-t lelÅ‘tte %2$s ezzel: %3$s +death.attack.cactus=%1$s belehalt a szurkálásba +death.attack.cactus.player=%1$s nekiment egy kaktusznak, miközben %2$s elÅ‘l menekült +death.attack.drown=%1$s megfulladt +death.attack.drown.player=%1$s megfulladt, miközben %2$s elÅ‘l menekült +death.attack.explosion=%1$s felrobbant +death.attack.explosion.player=%1$s %2$s robbantásának áldozata lett +death.attack.fall=%1$s túl erÅ‘sen ért földet +death.attack.fallingBlock=%1$s kilapult egy zuhanó blokk alatt +death.attack.fireball=%1$s %2$s tűzgolyójának áldozata lett +death.attack.fireball.item=%1$s-t letűzgyolyózta %2$s ezzel: %3$s +death.attack.generic=%1$s meghalt +death.attack.inFire=%1$s lángba borult +death.attack.inFire.player=%1$s belesétált a tűzbe, miközben vele harcolt: %2$s +death.attack.inWall=%1$s beszorult egy falba +death.attack.indirectMagic=%1$s belehalt %2$s varázslatába +death.attack.indirectMagic.item=%1$s-t megölte %2$s ezzel: %3$s +death.attack.lava=%1$s megpróbált lávában úszni +death.attack.lava.player=%1$s megpróbált lávában úszni, miközben %2$s elÅ‘l menekült +death.attack.lightningBolt=%1$s fejébe csapott a villám +death.attack.magic=%1$s varázslat áldozata lett +death.attack.mob=%1$s egy %2$s áldozata lett +death.attack.onFire=%1$s összeégett +death.attack.onFire.player=%1$s ropogósra sült, miközben vele harcolt: %2$s +death.attack.outOfWorld=%1$s kizuhant a világból +death.attack.player=%1$s %2$s áldozata lett +death.attack.player.item=%1$s-t levágta %2$s ezzel: %3$s +death.attack.starve=%1$s éhen halt +death.attack.thorns=%1$s meghalt, miközben %2$s páncélját ütögette +death.attack.thrown=%1$s-t lecsapta %2$s +death.attack.thrown.item=%1$s-t lecsapta %2$s ezzel: %3$s +death.attack.wither=%1$s elsorvadt +death.fell.accident.generic=%1$s lezuhant a magasból +death.fell.accident.ladder=%1$s lezuhant egy létráról +death.fell.accident.vines=%1$s lezuhant az indákról +death.fell.accident.water=%1$s kiesett a vízbÅ‘l +death.fell.assist=%1$s a halálba zuhant %2$s miatt +death.fell.assist.item=%1$s a halálba zuhant %2$s %3$s nevű fegyvere által +death.fell.finish=%1$s túl mélyre zuhant, majd %2$s kivégezte +death.fell.finish.item=%1$s túl mélyre zuhant, majd %2$s kivégezte %3$s nevű fegyverével +death.fell.killer=%1$s a halálba zuhant +deathScreen.deleteWorld=Világ törlése +deathScreen.hardcoreInfo=Nem éledhedsz újjá hardcore módban! +deathScreen.leaveServer=Szerver elhagyása +deathScreen.quit.confirm=Biztosan ki akarsz lépni? +deathScreen.respawn=Újraéledés +deathScreen.score=Pontszám +deathScreen.title=Meghaltál! +deathScreen.title.hardcore=Vége a játéknak! +deathScreen.titleScreen=FÅ‘menü +demo.day.1=Ez a demó öt játékbeli napig tart, tégy ki magadért! +demo.day.2=Második nap +demo.day.3=Harmadik nap +demo.day.4=Negyedik nap +demo.day.5=Ez az utolsó napod! +demo.day.6=Eltelt az ötödik nap, az F2-vel készíthetsz képernyÅ‘fotót az alkotásodról +demo.day.warning=Mindjárt letelik az idÅ‘d! +demo.demoExpired=Lejárt a demó idÅ‘korlátja! +demo.help.buy=Vedd meg most! +demo.help.fullWrapped=A demó 5 játékbeli napig tart (kb. 1 óra 40 perc a valóságban). Nézd meg a mérföldköveket ötletekért! Jó szórakozást! +demo.help.inventory=Használd a(z) %1$s gombot a felszerelésed megnyitásához! +demo.help.jump=A(z) %1$s megnyomásával ugrasz +demo.help.later=Játék folytatása! +demo.help.movement=Használd a(z) %1$s, %2$s, %3$s, %4$s gombokat és az egeret a mozgáshoz! +demo.help.movementMouse=Nézz körül az egérrel +demo.help.movementShort=Mozgás a következÅ‘ gombokkal: %1$s, %2$s, %3$s, %4$s +demo.help.title=Minecraft demó mód +demo.remainingTime=HátralévÅ‘ idÅ‘: %s +demo.reminder=A próbaidÅ‘ letelt, vedd meg a játékot a folytatáshoz, vagy kezdj egy új világot! +difficulty.lock.question=Biztos, hogy lezárod ennek a világnak a nehézségét? InnentÅ‘l a világ nehézsége mindig %1$s lesz, és soha nem fogod tudni megváltoztatni. +difficulty.lock.title=Világnehézség lezárása +disconnect.closed=Kapcsolat lezárva +disconnect.disconnected=A szerver szétkapcsolt +disconnect.endOfStream=Adatfolyam vége +disconnect.genericReason=%s +disconnect.kicked=Kidobtak a játékból +disconnect.loginFailed=A belépés sikertelen +disconnect.loginFailedInfo=A belépés sikertelen: %s +disconnect.loginFailedInfo.invalidSession=Érvénytelen munkamenet (Próbáld újraindítani a játékot) +disconnect.loginFailedInfo.serversUnavailable=Az azonosítás jelenleg karbantartás miatt nem üzemel. +disconnect.lost=A kapcsolat megszakadt +disconnect.overflow=Puffer-túlcsordulás +disconnect.quitting=Kilépés +disconnect.spam=Spammelés miatt kirúgva +disconnect.timeout=IdÅ‘túllépés +enchantment.arrowDamage=ErÅ‘ +enchantment.arrowFire=Láng +enchantment.arrowInfinite=Végtelen +enchantment.arrowKnockback=Ütés +enchantment.damage.all=Élesség +enchantment.damage.arthropods=Ãzeltlábúak veszedelme +enchantment.damage.undead=Sújtás +enchantment.digging=Hatékonyság +enchantment.durability=Törhetetlenség +enchantment.fire=Szikrából pattant +enchantment.fishingSpeed=VonzerÅ‘ +enchantment.knockback=Hátralökés +enchantment.level.1=I +enchantment.level.10=X +enchantment.level.2=II +enchantment.level.3=III +enchantment.level.4=IV +enchantment.level.5=V +enchantment.level.6=VI +enchantment.level.7=VII +enchantment.level.8=VIII +enchantment.level.9=IX +enchantment.lootBonus=Zsákmányolás +enchantment.lootBonusDigger=Szerencse +enchantment.lootBonusFishing=Horgászszerencse +enchantment.oxygen=Légzés +enchantment.protect.all=Védelem +enchantment.protect.explosion=Robbanásvédelem +enchantment.protect.fall=Könnyű esés +enchantment.protect.fire=Tűzállóság +enchantment.protect.projectile=Lövedék Védelem +enchantment.thorns=Tüskék +enchantment.untouching=Gyengéd Érintés +enchantment.waterWalker=Mélyjáró +enchantment.waterWorker=Víz Affinitás +entity.ArmorStand.name=Páncélállvány +entity.Arrow.name=nyíl +entity.Bat.name=Denevér +entity.Blaze.name=Årláng +entity.Boat.name=Csónak +entity.Cat.name=Macska +entity.CaveSpider.name=Bányapók +entity.Chicken.name=Csirke +entity.Cow.name=Tehén +entity.Creeper.name=Creeper +entity.EnderDragon.name=Végzetsárkány +entity.Enderman.name=BevégzÅ‘ +entity.Endermite.name=Végbogár +entity.EntityHorse.name=Ló +entity.FallingSand.name=Zuhanó blokk +entity.Fireball.name=Tűzgolyó +entity.Ghast.name=Kísértet +entity.Giant.name=Óriás +entity.Guardian.name=Årszem +entity.Item.name=Tárgy +entity.KillerBunny.name=A gyilkos nyuszi +entity.LavaSlime.name=Magmakocka +entity.Minecart.name=Csille +entity.Mob.name=Mob +entity.Monster.name=Szörny +entity.MushroomCow.name=Múúmba +entity.Ozelot.name=Ocelot +entity.Painting.name=Festmény +entity.Pig.name=Malac +entity.PigZombie.name=Zombi-malacember +entity.PrimedTnt.name=TNT-blokk +entity.Rabbit.name=Nyúl +entity.Sheep.name=Bárány +entity.Silverfish.name=Ezüstmoly +entity.Skeleton.name=Csontváz +entity.Slime.name=Nyálka +entity.SmallFireball.name=Kis tűzgolyó +entity.SnowMan.name=Hógólem +entity.Snowball.name=Hógolyó +entity.Spider.name=Pók +entity.Squid.name=Tintahal +entity.Villager.armor=Páncélkovács +entity.Villager.butcher=Hentes +entity.Villager.cleric=Pap +entity.Villager.farmer=Földműves +entity.Villager.fisherman=Halász +entity.Villager.fletcher=NyílkészítÅ‘ +entity.Villager.leather=Tímár +entity.Villager.librarian=Könyvtáros +entity.Villager.name=Falusi +entity.Villager.shepherd=Pásztor +entity.Villager.tool=Eszközkovács +entity.Villager.weapon=Fegyverkovács +entity.VillagerGolem.name=Vasgólem +entity.Witch.name=Boszorkány +entity.WitherBoss.name=Wither +entity.Wolf.name=Farkas +entity.XPOrb.name=Tapasztalati gömb +entity.Zombie.name=Zombi +entity.donkey.name=Szamár +entity.generic.name=ismeretlen +entity.horse.name=Ló +entity.mule.name=Öszvér +entity.skeletonhorse.name=Csontváz ló +entity.zombiehorse.name=Zombi ló +gameMode.adventure=Kaland mód +gameMode.changed=A játékmódod megváltozott +gameMode.creative=Kreatív mód +gameMode.hardcore=Hardcore mód! +gameMode.spectator=NézÅ‘ mód +gameMode.survival=TúlélÅ‘ mód +generator.amplified=SZÉLSÅSÉGES +generator.amplified.info=Megjegyzés: Csak szórakozásból; izmos gépet igényel +generator.customized=Testreszabott +generator.debug_all_block_states=Debug mód +generator.default=Alapértelmezett +generator.flat=Teljesen lapos +generator.largeBiomes=Nagy biomok +gui.achievements=Mérföldkövek +gui.all=Mind +gui.back=Vissza +gui.cancel=Mégse +gui.done=Kész +gui.down=Le +gui.no=Nem +gui.none=Egyik sem +gui.stats=Statisztikák +gui.toMenu=Vissza a fÅ‘menübe +gui.up=Fel +gui.yes=Igen +inventory.binSlot=Tárgy megsemmisítése +item.apple.name=Alma +item.appleGold.name=Aranyalma +item.armorStand.name=Páncélállvány +item.arrow.name=Nyíl +item.banner.black.name=Fekete zászló +item.banner.blue.name=Kék zászló +item.banner.border.black=Fekete ráma +item.banner.border.blue=Kék ráma +item.banner.border.brown=Barna ráma +item.banner.border.cyan=Türkiz ráma +item.banner.border.gray=Szürke ráma +item.banner.border.green=Zöld ráma +item.banner.border.lightBlue=Világoskék ráma +item.banner.border.lime=Világoszöld ráma +item.banner.border.magenta=Bíbor ráma +item.banner.border.orange=Narancssárga ráma +item.banner.border.pink=Rózsaszín ráma +item.banner.border.purple=Lila ráma +item.banner.border.red=Vörös ráma +item.banner.border.silver=Világosszürke ráma +item.banner.border.white=Fehér ráma +item.banner.border.yellow=Sárga ráma +item.banner.bricks.black=Fekete téglaminta +item.banner.bricks.blue=Kék téglaminta +item.banner.bricks.brown=Barna téglaminta +item.banner.bricks.cyan=Türkiz téglaminta +item.banner.bricks.gray=Szürke téglaminta +item.banner.bricks.green=Zöld téglaminta +item.banner.bricks.lightBlue=Világoskék téglaminta +item.banner.bricks.lime=Világoszöld téglaminta +item.banner.bricks.magenta=Bíbor téglaminta +item.banner.bricks.orange=Narancssárga téglaminta +item.banner.bricks.pink=Rózsaszín téglaminta +item.banner.bricks.purple=Lila téglaminta +item.banner.bricks.red=Vörös téglaminta +item.banner.bricks.silver=Világosszürke téglaminta +item.banner.bricks.white=Fehér téglaminta +item.banner.bricks.yellow=Sárga téglaminta +item.banner.brown.name=Barna zászló +item.banner.circle.black=Fekete lepényes +item.banner.circle.blue=Kék lepényes +item.banner.circle.brown=Barna lepényes +item.banner.circle.cyan=Türkiz lepényes +item.banner.circle.gray=Szürke lepényes +item.banner.circle.green=Zöld lepényes +item.banner.circle.lightBlue=Világoskék lepényes +item.banner.circle.lime=Világoszöld lepényes +item.banner.circle.magenta=Bíbor lepényes +item.banner.circle.orange=Narancssárga lepényes +item.banner.circle.pink=Rózsaszín lepényes +item.banner.circle.purple=Lila lepényes +item.banner.circle.red=Vörös lepényes +item.banner.circle.silver=Világosszürke lepényes +item.banner.circle.white=Fehér lepényes +item.banner.circle.yellow=Sárga lepényes +item.banner.creeper.black=Fekete creeper címerkép +item.banner.creeper.blue=Kék creeper címerkép +item.banner.creeper.brown=Barna creeper címerkép +item.banner.creeper.cyan=Türkiz creeper címerkép +item.banner.creeper.gray=Szürke creeper címerkép +item.banner.creeper.green=Zöld creeper címerkép +item.banner.creeper.lightBlue=Világoskék creeper címerkép +item.banner.creeper.lime=Világoszöld creeper címerkép +item.banner.creeper.magenta=Bíbor creeper címerkép +item.banner.creeper.orange=Narancssárga creeper címerkép +item.banner.creeper.pink=Rózsaszín creeper címerkép +item.banner.creeper.purple=Lila creeper címerkép +item.banner.creeper.red=Vörös creeper címerkép +item.banner.creeper.silver=Világosszürke creeper címerkép +item.banner.creeper.white=Fehér creeper címerkép +item.banner.creeper.yellow=Sárga creeper címerkép +item.banner.cross.black=Fekete harántkereszt +item.banner.cross.blue=Kék harántkereszt +item.banner.cross.brown=Barna harántkereszt +item.banner.cross.cyan=Türkiz harántkereszt +item.banner.cross.gray=Szürke harántkereszt +item.banner.cross.green=Zöld harántkereszt +item.banner.cross.lightBlue=Világoskék harántkereszt +item.banner.cross.lime=Világoszöld harántkereszt +item.banner.cross.magenta=Bíbor harántkereszt +item.banner.cross.orange=Narancssárga harántkereszt +item.banner.cross.pink=Rózsaszín harántkereszt +item.banner.cross.purple=Lila harántkereszt +item.banner.cross.red=Vörös harántkereszt +item.banner.cross.silver=Világosszürke harántkereszt +item.banner.cross.white=Fehér harántkereszt +item.banner.cross.yellow=Sárga harántkereszt +item.banner.curly_border.black=Fekete fogas ráma +item.banner.curly_border.blue=Kék fogas ráma +item.banner.curly_border.brown=Barna fogas ráma +item.banner.curly_border.cyan=Türkiz fogas ráma +item.banner.curly_border.gray=Szürke fogas ráma +item.banner.curly_border.green=Zöld fogas ráma +item.banner.curly_border.lightBlue=Világoskék fogas ráma +item.banner.curly_border.lime=Világoszöld fogas ráma +item.banner.curly_border.magenta=Bíbor fogas ráma +item.banner.curly_border.orange=Narancssárga fogas ráma +item.banner.curly_border.pink=Rózsaszín fogas ráma +item.banner.curly_border.purple=Lila fogas ráma +item.banner.curly_border.red=Vörös fogas ráma +item.banner.curly_border.silver=Világosszürke fogas ráma +item.banner.curly_border.white=Fehér fogas ráma +item.banner.curly_border.yellow=Sárga fogas ráma +item.banner.cyan.name=Türkizkék zászló +item.banner.diagonal_left.black=Feketével balharántolt +item.banner.diagonal_left.blue=Kékkel balharántolt +item.banner.diagonal_left.brown=Barnával balharántolt +item.banner.diagonal_left.cyan=Türkizzel balharántolt +item.banner.diagonal_left.gray=Szürkével balharántolt +item.banner.diagonal_left.green=Zölddel balharántolt +item.banner.diagonal_left.lightBlue=Világoskékkel balharántolt +item.banner.diagonal_left.lime=Világoszölddel balharántolt +item.banner.diagonal_left.magenta=Bíborral balharántolt +item.banner.diagonal_left.orange=Naranccsal balharántolt +item.banner.diagonal_left.pink=Rózsaszínnel balharántolt +item.banner.diagonal_left.purple=Lilával balharántolt +item.banner.diagonal_left.red=Vörössel balharántolt +item.banner.diagonal_left.silver=Világosszürkével balharántolt +item.banner.diagonal_left.white=Fehérrel balharántolt +item.banner.diagonal_left.yellow=Sárgával balharántolt +item.banner.diagonal_right.black=Feketével harántolt +item.banner.diagonal_right.blue=Kékkel harántolt +item.banner.diagonal_right.brown=Barnával harántolt +item.banner.diagonal_right.cyan=Türkizzel harántolt +item.banner.diagonal_right.gray=Szürkével harántolt +item.banner.diagonal_right.green=Zölddel harántolt +item.banner.diagonal_right.lightBlue=Világoskékkel harántolt +item.banner.diagonal_right.lime=Világoszölddel harántolt +item.banner.diagonal_right.magenta=Bíborral harántolt +item.banner.diagonal_right.orange=Naranccsal harántolt +item.banner.diagonal_right.pink=Rózsaszínnel harántolt +item.banner.diagonal_right.purple=Lilával harántolt +item.banner.diagonal_right.red=Vörössel harántolt +item.banner.diagonal_right.silver=Világosszürkével harántolt +item.banner.diagonal_right.white=Fehérrel harántolt +item.banner.diagonal_right.yellow=Sárgával harántolt +item.banner.diagonal_up_left.black=Feketével harántolt, fordított +item.banner.diagonal_up_left.blue=Kékkel harántolt, fordított +item.banner.diagonal_up_left.brown=Barnával harántolt, fordított +item.banner.diagonal_up_left.cyan=Türkizzel harántolt, fordított +item.banner.diagonal_up_left.gray=Szürkével harántolt, fordított +item.banner.diagonal_up_left.green=Zölddel harántolt, fordított +item.banner.diagonal_up_left.lightBlue=Világoskékkel harántolt, fordított +item.banner.diagonal_up_left.lime=Világoszölddel harántolt, fordított +item.banner.diagonal_up_left.magenta=Bíborral harántolt, fordított +item.banner.diagonal_up_left.orange=Narancssárgával harántolt, fordított +item.banner.diagonal_up_left.pink=Rózsaszínnel harántolt, fordított +item.banner.diagonal_up_left.purple=Lilával harántolt, fordított +item.banner.diagonal_up_left.red=Vörössel harántolt, fordított +item.banner.diagonal_up_left.silver=Világosszürkével harántolt, fordított +item.banner.diagonal_up_left.white=Fehérrel harántolt, fordított +item.banner.diagonal_up_left.yellow=Sárgával harántolt, fordított +item.banner.diagonal_up_right.black=Feketével balharántolt, fordított +item.banner.diagonal_up_right.blue=Kékkel balharántolt, fordított +item.banner.diagonal_up_right.brown=Barnával balharántolt, fordított +item.banner.diagonal_up_right.cyan=Türkizzel balharántolt, fordított +item.banner.diagonal_up_right.gray=Szürkével balharántolt, fordított +item.banner.diagonal_up_right.green=Zölddel balharántolt, fordított +item.banner.diagonal_up_right.lightBlue=Világoskékkel balharántolt, fordított +item.banner.diagonal_up_right.lime=Világoszölddel balharántolt, fordított +item.banner.diagonal_up_right.magenta=Bíborral balharántolt, fordított +item.banner.diagonal_up_right.orange=Narancssárgával balharántolt, fordított +item.banner.diagonal_up_right.pink=Rózsaszínnel balharántolt, fordított +item.banner.diagonal_up_right.purple=Lilával balharántolt, fordított +item.banner.diagonal_up_right.red=Vörössel balharántolt, fordított +item.banner.diagonal_up_right.silver=Világosszürkével balharántolt, fordított +item.banner.diagonal_up_right.white=Fehérrel balharántolt, fordított +item.banner.diagonal_up_right.yellow=Sárgával balharántolt, fordított +item.banner.flower.black=Fekete virág címerkép +item.banner.flower.blue=Kék virág címerkép +item.banner.flower.brown=Barna virág címerkép +item.banner.flower.cyan=Türkiz virág címerkép +item.banner.flower.gray=Szürke virág címerkép +item.banner.flower.green=Zöld virág címerkép +item.banner.flower.lightBlue=Világoskék virág címerkép +item.banner.flower.lime=Világoszöld virág címerkép +item.banner.flower.magenta=Bíbor virág címerkép +item.banner.flower.orange=Narancssárga virág címerkép +item.banner.flower.pink=Rózsaszín virág címerkép +item.banner.flower.purple=Lila virág címerkép +item.banner.flower.red=Vörös virág címerkép +item.banner.flower.silver=Világosszürke virág címerkép +item.banner.flower.white=Fehér virág címerkép +item.banner.flower.yellow=Sárga virág címerkép +item.banner.gradient.black=Fekete színátmenet +item.banner.gradient.blue=Kék színátmenet +item.banner.gradient.brown=Barna színátmenet +item.banner.gradient.cyan=Türkiz színátmenet +item.banner.gradient.gray=Szürke színátmenet +item.banner.gradient.green=Zöld színátmenet +item.banner.gradient.lightBlue=Világoskék színátmenet +item.banner.gradient.lime=Világoszöld színátmenet +item.banner.gradient.magenta=Bíbor színátmenet +item.banner.gradient.orange=Narancssárga színátmenet +item.banner.gradient.pink=Rózsaszín színátmenet +item.banner.gradient.purple=Lila színátmenet +item.banner.gradient.red=Vörös színátmenet +item.banner.gradient.silver=Világosszürke színátmenet +item.banner.gradient.white=Fehér színátmenet +item.banner.gradient.yellow=Sárga színátmenet +item.banner.gradient_up.black=Fekete színátmenet alulról +item.banner.gradient_up.blue=Kék színátmenet alulról +item.banner.gradient_up.brown=Barna színátmenet alulról +item.banner.gradient_up.cyan=Türkiz színátmenet alulról +item.banner.gradient_up.gray=Szürke színátmenet alulról +item.banner.gradient_up.green=Zöld színátmenet alulról +item.banner.gradient_up.lightBlue=Világoskék színátmenet alulról +item.banner.gradient_up.lime=Világoszöld színátmenet alulról +item.banner.gradient_up.magenta=Bíbor színátmenet alulról +item.banner.gradient_up.orange=Narancssárga színátmenet alulról +item.banner.gradient_up.pink=Rózsaszín színátmenet alulról +item.banner.gradient_up.purple=Lila színátmenet alulról +item.banner.gradient_up.red=Vörös színátmenet alulról +item.banner.gradient_up.silver=Világosszürke színátmenet alulról +item.banner.gradient_up.white=Fehér színátmenet alulról +item.banner.gradient_up.yellow=Sárga színátmenet alulról +item.banner.gray.name=Szürke zászló +item.banner.green.name=Zöld zászló +item.banner.half_horizontal.black=Feketével vágott +item.banner.half_horizontal.blue=Kékkel vágott +item.banner.half_horizontal.brown=Barnával vágott +item.banner.half_horizontal.cyan=Türkizzel vágott +item.banner.half_horizontal.gray=Szürkével vágott +item.banner.half_horizontal.green=Zölddel vágott +item.banner.half_horizontal.lightBlue=Világoskékkel vágott +item.banner.half_horizontal.lime=Világoszölddel vágott +item.banner.half_horizontal.magenta=Bíborral vágott +item.banner.half_horizontal.orange=Narancssárgával vágott +item.banner.half_horizontal.pink=Rózsaszínnel vágott +item.banner.half_horizontal.purple=Lilával vágott +item.banner.half_horizontal.red=Vörössel vágott +item.banner.half_horizontal.silver=Világosszürkével vágott +item.banner.half_horizontal.white=Fehérrel vágott +item.banner.half_horizontal.yellow=Sárgával vágott +item.banner.half_horizontal_bottom.black=Feketével vágott, fordított +item.banner.half_horizontal_bottom.blue=Kékkel vágott, fordított +item.banner.half_horizontal_bottom.brown=Barnával vágott, fordított +item.banner.half_horizontal_bottom.cyan=Türkizzel vágott, fordított +item.banner.half_horizontal_bottom.gray=Szürkével vágott, fordított +item.banner.half_horizontal_bottom.green=Zölddel vágott, fordított +item.banner.half_horizontal_bottom.lightBlue=Világoskékkel vágott, fordított +item.banner.half_horizontal_bottom.lime=Világoszölddel vágott, fordított +item.banner.half_horizontal_bottom.magenta=Bíborral vágott, fordított +item.banner.half_horizontal_bottom.orange=Narancssárgával vágott, fordított +item.banner.half_horizontal_bottom.pink=Rózsaszínnel vágott, fordított +item.banner.half_horizontal_bottom.purple=Lilával vágott, fordított +item.banner.half_horizontal_bottom.red=Vörössel vágott, fordított +item.banner.half_horizontal_bottom.silver=Világosszürkével vágott, fordított +item.banner.half_horizontal_bottom.white=Fehérrel vágott, fordított +item.banner.half_horizontal_bottom.yellow=Sárgával vágott, fordított +item.banner.half_vertical.black=Feketével hasított +item.banner.half_vertical.blue=Kékkel hasított +item.banner.half_vertical.brown=Barnával hasított +item.banner.half_vertical.cyan=Türkizzel hasított +item.banner.half_vertical.gray=Szürkével hasított +item.banner.half_vertical.green=Zölddel hasított +item.banner.half_vertical.lightBlue=Világoskékkel hasított +item.banner.half_vertical.lime=Világoszölddel hasított +item.banner.half_vertical.magenta=Bíborral hasított +item.banner.half_vertical.orange=Narancssárgával hasított +item.banner.half_vertical.pink=Rózsaszínnel hasított +item.banner.half_vertical.purple=Lilával hasított +item.banner.half_vertical.red=Vörössel hasított +item.banner.half_vertical.silver=Világosszürkével hasított +item.banner.half_vertical.white=Fehérrel hasított +item.banner.half_vertical.yellow=Sárgával hasított +item.banner.half_vertical_right.black=Feketével hasított, fordított +item.banner.half_vertical_right.blue=Kékkel hasított, fordított +item.banner.half_vertical_right.brown=Barnával hasított, fordított +item.banner.half_vertical_right.cyan=Türkizzel hasított, fordított +item.banner.half_vertical_right.gray=Szürkével hasított, fordított +item.banner.half_vertical_right.green=Zölddel hasított, fordított +item.banner.half_vertical_right.lightBlue=Világoskékkel hasított, fordított +item.banner.half_vertical_right.lime=Világoszölddel hasított, fordított +item.banner.half_vertical_right.magenta=Bíborral hasított, fordított +item.banner.half_vertical_right.orange=Narancssárgával hasított, fordított +item.banner.half_vertical_right.pink=Rózsaszínnel hasított, fordított +item.banner.half_vertical_right.purple=Lilával hasított, fordított +item.banner.half_vertical_right.red=Vörössel hasított, fordított +item.banner.half_vertical_right.silver=Világosszürkével hasított, fordított +item.banner.half_vertical_right.white=Fehérrel hasított, fordított +item.banner.half_vertical_right.yellow=Sárgával hasított, fordított +item.banner.lightBlue.name=Világoskék zászló +item.banner.lime.name=Világoszöld zászló +item.banner.magenta.name=Bíbor zászló +item.banner.mojang.black=Fekete Mojang címerkép +item.banner.mojang.blue=Kék Mojang címerkép +item.banner.mojang.brown=Barna Mojang címerkép +item.banner.mojang.cyan=Türkiz Mojang címerkép +item.banner.mojang.gray=Szürke Mojang címerkép +item.banner.mojang.green=Zöld Mojang címerkép +item.banner.mojang.lightBlue=Világoskék Mojang címerkép +item.banner.mojang.lime=Világoszöld Mojang címerkép +item.banner.mojang.magenta=Bíbor Mojang címerkép +item.banner.mojang.orange=Narancssárga Mojang címerkép +item.banner.mojang.pink=Rózsaszín Mojang címerkép +item.banner.mojang.purple=Lila Mojang címerkép +item.banner.mojang.red=Vörös Mojang címerkép +item.banner.mojang.silver=Világosszürke Mojang címerkép +item.banner.mojang.white=Fehér Mojang címerkép +item.banner.mojang.yellow=Sárga Mojang címerkép +item.banner.orange.name=Narancssárga zászló +item.banner.pink.name=Rózsaszín zászló +item.banner.purple.name=Lila zászló +item.banner.red.name=Vörös zászló +item.banner.rhombus.black=Fekete nagyruta +item.banner.rhombus.blue=Kék nagyruta +item.banner.rhombus.brown=Barna nagyruta +item.banner.rhombus.cyan=Türkiz nagyruta +item.banner.rhombus.gray=Szürke nagyruta +item.banner.rhombus.green=Zöld nagyruta +item.banner.rhombus.lightBlue=Világoskék nagyruta +item.banner.rhombus.lime=Világoszöld nagyruta +item.banner.rhombus.magenta=Bíbor nagyruta +item.banner.rhombus.orange=Narancssárga nagyruta +item.banner.rhombus.pink=Rózsaszín nagyruta +item.banner.rhombus.purple=Lila nagyruta +item.banner.rhombus.red=Vörös nagyruta +item.banner.rhombus.silver=Világosszürke nagyruta +item.banner.rhombus.white=Fehér nagyruta +item.banner.rhombus.yellow=Sárga nagyruta +item.banner.silver.name=Világosszürke zászló +item.banner.skull.black=Fekete koponya címerkép +item.banner.skull.blue=Kék koponya címerkép +item.banner.skull.brown=Barna koponya címerkép +item.banner.skull.cyan=Türkiz koponya címerkép +item.banner.skull.gray=Szürke koponya címerkép +item.banner.skull.green=Zöld koponya címerkép +item.banner.skull.lightBlue=Világoskék koponya címerkép +item.banner.skull.lime=Világoszöld koponya címerkép +item.banner.skull.magenta=Bíbor koponya címerkép +item.banner.skull.orange=Narancssárga koponya címerkép +item.banner.skull.pink=Rózsaszín koponya címerkép +item.banner.skull.purple=Lila koponya címerkép +item.banner.skull.red=Vörös koponya címerkép +item.banner.skull.silver=Világosszürke koponya címerkép +item.banner.skull.white=Fehér koponya címerkép +item.banner.skull.yellow=Sárga koponya címerkép +item.banner.small_stripes.black=Négy fekete cölöp +item.banner.small_stripes.blue=Négy kék cölöp +item.banner.small_stripes.brown=Négy barna cölöp +item.banner.small_stripes.cyan=Négy türkiz cölöp +item.banner.small_stripes.gray=Négy szürke cölöp +item.banner.small_stripes.green=Négy zöld cölöp +item.banner.small_stripes.lightBlue=Négy világoskék cölöp +item.banner.small_stripes.lime=Négy világoszöld cölöp +item.banner.small_stripes.magenta=Négy bíbor cölöp +item.banner.small_stripes.orange=Négy narancssárga cölöp +item.banner.small_stripes.pink=Négy rózsaszín cölöp +item.banner.small_stripes.purple=Négy lila cölöp +item.banner.small_stripes.red=Négy vörös cölöp +item.banner.small_stripes.silver=Négy világosszürke cölöp +item.banner.small_stripes.white=Négy fehér cölöp +item.banner.small_stripes.yellow=Négy sárga cölöp +item.banner.square_bottom_left.black=Fekete alsótelek +item.banner.square_bottom_left.blue=Kék alsótelek +item.banner.square_bottom_left.brown=Barna alsótelek +item.banner.square_bottom_left.cyan=Türkiz alsótelek +item.banner.square_bottom_left.gray=Szürke alsótelek +item.banner.square_bottom_left.green=Zöld alsótelek +item.banner.square_bottom_left.lightBlue=Világoskék alsótelek +item.banner.square_bottom_left.lime=Világoszöld alsótelek +item.banner.square_bottom_left.magenta=Bíbor alsótelek +item.banner.square_bottom_left.orange=Narancssárga alsótelek +item.banner.square_bottom_left.pink=Rózsaszín alsótelek +item.banner.square_bottom_left.purple=Lila alsótelek +item.banner.square_bottom_left.red=Vörös alsótelek +item.banner.square_bottom_left.silver=Világosszürke alsótelek +item.banner.square_bottom_left.white=Fehér alsótelek +item.banner.square_bottom_left.yellow=Sárga alsótelek +item.banner.square_bottom_right.black=Fekete bal-alsótelek +item.banner.square_bottom_right.blue=Kék bal-alsótelek +item.banner.square_bottom_right.brown=Barna bal-alsótelek +item.banner.square_bottom_right.cyan=Türkiz bal-alsótelek +item.banner.square_bottom_right.gray=Szürke bal-alsótelek +item.banner.square_bottom_right.green=Zöld bal-alsótelek +item.banner.square_bottom_right.lightBlue=Világoskék bal-alsótelek +item.banner.square_bottom_right.lime=Világoszöld bal-alsótelek +item.banner.square_bottom_right.magenta=Bíbor bal-alsótelek +item.banner.square_bottom_right.orange=Narancssárga bal-alsótelek +item.banner.square_bottom_right.pink=Rózsaszín bal-alsótelek +item.banner.square_bottom_right.purple=Lila bal-alsótelek +item.banner.square_bottom_right.red=Vörös bal-alsótelek +item.banner.square_bottom_right.silver=Világosszürke bal-alsótelek +item.banner.square_bottom_right.white=Fehér bal-alsótelek +item.banner.square_bottom_right.yellow=Sárga bal-alsótelek +item.banner.square_top_left.black=Fekete telek +item.banner.square_top_left.blue=Kék telek +item.banner.square_top_left.brown=Barna telek +item.banner.square_top_left.cyan=Türkiz telek +item.banner.square_top_left.gray=Szürke telek +item.banner.square_top_left.green=Zöld telek +item.banner.square_top_left.lightBlue=Világoskék telek +item.banner.square_top_left.lime=Világoszöld telek +item.banner.square_top_left.magenta=Bíbor telek +item.banner.square_top_left.orange=Narancssárga telek +item.banner.square_top_left.pink=Rózsaszín telek +item.banner.square_top_left.purple=Lila telek +item.banner.square_top_left.red=Vörös telek +item.banner.square_top_left.silver=Világosszürke telek +item.banner.square_top_left.white=Fehér telek +item.banner.square_top_left.yellow=Sárga telek +item.banner.square_top_right.black=Fekete baltelek +item.banner.square_top_right.blue=Kék baltelek +item.banner.square_top_right.brown=Barna baltelek +item.banner.square_top_right.cyan=Türkiz baltelek +item.banner.square_top_right.gray=Szürke baltelek +item.banner.square_top_right.green=Zöld baltelek +item.banner.square_top_right.lightBlue=Világoskék baltelek +item.banner.square_top_right.lime=Világoszöld baltelek +item.banner.square_top_right.magenta=Bíbor baltelek +item.banner.square_top_right.orange=Narancssárga baltelek +item.banner.square_top_right.pink=Rózsaszín baltelek +item.banner.square_top_right.purple=Lila baltelek +item.banner.square_top_right.red=Vörös baltelek +item.banner.square_top_right.silver=Világosszürke baltelek +item.banner.square_top_right.white=Fehér baltelek +item.banner.square_top_right.yellow=Sárga baltelek +item.banner.straight_cross.black=Fekete kereszt +item.banner.straight_cross.blue=Kék kereszt +item.banner.straight_cross.brown=Barna kereszt +item.banner.straight_cross.cyan=Türkiz kereszt +item.banner.straight_cross.gray=Szürke kereszt +item.banner.straight_cross.green=Zöld kereszt +item.banner.straight_cross.lightBlue=Világoskék kereszt +item.banner.straight_cross.lime=Világoszöld kereszt +item.banner.straight_cross.magenta=Bíbor kereszt +item.banner.straight_cross.orange=Narancssárga kereszt +item.banner.straight_cross.pink=Rózsaszín kereszt +item.banner.straight_cross.purple=Lila kereszt +item.banner.straight_cross.red=Vörös kereszt +item.banner.straight_cross.silver=Világosszürke kereszt +item.banner.straight_cross.white=Fehér kereszt +item.banner.straight_cross.yellow=Sárga kereszt +item.banner.stripe_bottom.black=Fekete alsó pólya +item.banner.stripe_bottom.blue=Kék alsó pólya +item.banner.stripe_bottom.brown=Barna alsó pólya +item.banner.stripe_bottom.cyan=Türkiz alsó pólya +item.banner.stripe_bottom.gray=Szürke alsó pólya +item.banner.stripe_bottom.green=Zöld alsó pólya +item.banner.stripe_bottom.lightBlue=Világoskék alsó pólya +item.banner.stripe_bottom.lime=Világoszöld alsó pólya +item.banner.stripe_bottom.magenta=Bíbor alsó pólya +item.banner.stripe_bottom.orange=Narancssárga alsó pólya +item.banner.stripe_bottom.pink=Rózsaszín alsó pólya +item.banner.stripe_bottom.purple=Lila alsó pólya +item.banner.stripe_bottom.red=Vörös alsó pólya +item.banner.stripe_bottom.silver=Világosszürke alsó pólya +item.banner.stripe_bottom.white=Fehér alsó pólya +item.banner.stripe_bottom.yellow=Sárga alsó pólya +item.banner.stripe_center.black=Fekete cölöp +item.banner.stripe_center.blue=Kék cölöp +item.banner.stripe_center.brown=Barna cölöp +item.banner.stripe_center.cyan=Türkiz cölöp +item.banner.stripe_center.gray=Szürke cölöp +item.banner.stripe_center.green=Zöld cölöp +item.banner.stripe_center.lightBlue=Világoskék cölöp +item.banner.stripe_center.lime=Világoszöld cölöp +item.banner.stripe_center.magenta=Bíbor cölöp +item.banner.stripe_center.orange=Narancssárga cölöp +item.banner.stripe_center.pink=Rózsaszín cölöp +item.banner.stripe_center.purple=Lila cölöp +item.banner.stripe_center.red=Vörös cölöp +item.banner.stripe_center.silver=Világosszürke cölöp +item.banner.stripe_center.white=Fehér cölöp +item.banner.stripe_center.yellow=Sárga cölöp +item.banner.stripe_downleft.black=Fekete balharántpólya +item.banner.stripe_downleft.blue=Kék balharántpólya +item.banner.stripe_downleft.brown=Barna balharántpólya +item.banner.stripe_downleft.cyan=Türkiz balharántpólya +item.banner.stripe_downleft.gray=Szürke balharántpólya +item.banner.stripe_downleft.green=Zöld balharántpólya +item.banner.stripe_downleft.lightBlue=Világoskék balharántpólya +item.banner.stripe_downleft.lime=Világoszöld balharántpólya +item.banner.stripe_downleft.magenta=Bíbor balharántpólya +item.banner.stripe_downleft.orange=Narancssárga balharántpólya +item.banner.stripe_downleft.pink=Rózsaszín balharántpólya +item.banner.stripe_downleft.purple=Lila balharántpólya +item.banner.stripe_downleft.red=Vörös balharántpólya +item.banner.stripe_downleft.silver=Világosszürke balharántpólya +item.banner.stripe_downleft.white=Fehér balharántpólya +item.banner.stripe_downleft.yellow=Sárga balharántpólya +item.banner.stripe_downright.black=Fekete harántpólya +item.banner.stripe_downright.blue=Kék harántpólya +item.banner.stripe_downright.brown=Barna harántpólya +item.banner.stripe_downright.cyan=Türkiz harántpólya +item.banner.stripe_downright.gray=Szürke harántpólya +item.banner.stripe_downright.green=Zöld harántpólya +item.banner.stripe_downright.lightBlue=Világoskék harántpólya +item.banner.stripe_downright.lime=Világoszöld harántpólya +item.banner.stripe_downright.magenta=Bíbor harántpólya +item.banner.stripe_downright.orange=Narancssárga harántpólya +item.banner.stripe_downright.pink=Rózsaszín harántpólya +item.banner.stripe_downright.purple=Lila harántpólya +item.banner.stripe_downright.red=Vörös harántpólya +item.banner.stripe_downright.silver=Világosszürke harántpólya +item.banner.stripe_downright.white=Fehér harántpólya +item.banner.stripe_downright.yellow=Sárga harántpólya +item.banner.stripe_left.black=Fekete jobb cölöp +item.banner.stripe_left.blue=Kék jobb cölöp +item.banner.stripe_left.brown=Barna jobb cölöp +item.banner.stripe_left.cyan=Türkiz jobb cölöp +item.banner.stripe_left.gray=Szürke jobb cölöp +item.banner.stripe_left.green=Zöld jobb cölöp +item.banner.stripe_left.lightBlue=Világoskék jobb cölöp +item.banner.stripe_left.lime=Világoszöld jobb cölöp +item.banner.stripe_left.magenta=Bíbor jobb cölöp +item.banner.stripe_left.orange=Narancssárga jobb cölöp +item.banner.stripe_left.pink=Rózsaszín jobb cölöp +item.banner.stripe_left.purple=Lila jobb cölöp +item.banner.stripe_left.red=Vörös jobb cölöp +item.banner.stripe_left.silver=Világosszürke jobb cölöp +item.banner.stripe_left.white=Fehér jobb cölöp +item.banner.stripe_left.yellow=Sárga jobb cölöp +item.banner.stripe_middle.black=Fekete csík +item.banner.stripe_middle.blue=Kék csík +item.banner.stripe_middle.brown=Barna csík +item.banner.stripe_middle.cyan=Türkiz csík +item.banner.stripe_middle.gray=Szürke csík +item.banner.stripe_middle.green=Zöld csík +item.banner.stripe_middle.lightBlue=Világoskék csík +item.banner.stripe_middle.lime=Világoszöld csík +item.banner.stripe_middle.magenta=Bíbor csík +item.banner.stripe_middle.orange=Narancssárga csík +item.banner.stripe_middle.pink=Rózsaszín csík +item.banner.stripe_middle.purple=Lila csík +item.banner.stripe_middle.red=Vörös csík +item.banner.stripe_middle.silver=Világosszürke csík +item.banner.stripe_middle.white=Fehér csík +item.banner.stripe_middle.yellow=Sárga csík +item.banner.stripe_right.black=Fekete bal cölöp +item.banner.stripe_right.blue=Kék bal cölöp +item.banner.stripe_right.brown=Barna bal cölöp +item.banner.stripe_right.cyan=Türkiz bal cölöp +item.banner.stripe_right.gray=Szürke bal cölöp +item.banner.stripe_right.green=Zöld bal cölöp +item.banner.stripe_right.lightBlue=Világoskék bal cölöp +item.banner.stripe_right.lime=Világoszöld bal cölöp +item.banner.stripe_right.magenta=Bíbor bal cölöp +item.banner.stripe_right.orange=Narancssárga bal cölöp +item.banner.stripe_right.pink=Rózsaszín bal cölöp +item.banner.stripe_right.purple=Lila bal cölöp +item.banner.stripe_right.red=Vörös bal cölöp +item.banner.stripe_right.silver=Világosszürke bal cölöp +item.banner.stripe_right.white=Fehér bal cölöp +item.banner.stripe_right.yellow=Sárga bal cölöp +item.banner.stripe_top.black=Fekete felsÅ‘ pólya +item.banner.stripe_top.blue=Kék felsÅ‘ pólya +item.banner.stripe_top.brown=Barna felsÅ‘ pólya +item.banner.stripe_top.cyan=Türkiz felsÅ‘ pólya +item.banner.stripe_top.gray=Szürke felsÅ‘ pólya +item.banner.stripe_top.green=Zöld felsÅ‘ pólya +item.banner.stripe_top.lightBlue=Világoskék felsÅ‘ pólya +item.banner.stripe_top.lime=Világoszöld felsÅ‘ pólya +item.banner.stripe_top.magenta=Bíbor felsÅ‘ pólya +item.banner.stripe_top.orange=Narancssárga felsÅ‘ pólya +item.banner.stripe_top.pink=Rózsaszín felsÅ‘ pólya +item.banner.stripe_top.purple=Lila felsÅ‘ pólya +item.banner.stripe_top.red=Vörös felsÅ‘ pólya +item.banner.stripe_top.silver=Világosszürke felsÅ‘ pólya +item.banner.stripe_top.white=Fehér felsÅ‘ pólya +item.banner.stripe_top.yellow=Sárga felsÅ‘ pólya +item.banner.triangle_bottom.black=Feketével gallérozott +item.banner.triangle_bottom.blue=Kékkel gallérozott +item.banner.triangle_bottom.brown=Barnával gallérozott +item.banner.triangle_bottom.cyan=Türkizzel gallérozott +item.banner.triangle_bottom.gray=Szürkével gallérozott +item.banner.triangle_bottom.green=Zölddel gallérozott +item.banner.triangle_bottom.lightBlue=Világoskékkel gallérozott +item.banner.triangle_bottom.lime=Világoszölddel gallérozott +item.banner.triangle_bottom.magenta=Bíborral gallérozott +item.banner.triangle_bottom.orange=Narancssárgával gallérozott +item.banner.triangle_bottom.pink=Rózsaszínnel gallérozott +item.banner.triangle_bottom.purple=Lilával gallérozott +item.banner.triangle_bottom.red=Vörössel gallérozott +item.banner.triangle_bottom.silver=Világosszürkével gallérozott +item.banner.triangle_bottom.white=Fehérrel gallérozott +item.banner.triangle_bottom.yellow=Sárgával gallérozott +item.banner.triangle_top.black=Feketével gallérozott, fordított +item.banner.triangle_top.blue=Kékkel gallérozott, fordított +item.banner.triangle_top.brown=Barnával gallérozott, fordított +item.banner.triangle_top.cyan=Türkizzel gallérozott, fordított +item.banner.triangle_top.gray=Szürkével gallérozott, fordított +item.banner.triangle_top.green=Zölddel gallérozott, fordított +item.banner.triangle_top.lightBlue=Világoskékkel gallérozott, fordított +item.banner.triangle_top.lime=Világoszölddel gallérozott, fordított +item.banner.triangle_top.magenta=Bíborral gallérozott, fordított +item.banner.triangle_top.orange=Narancssárgával gallérozott, fordított +item.banner.triangle_top.pink=Rózsaszínnel gallérozott, fordított +item.banner.triangle_top.purple=Lilával gallérozott, fordított +item.banner.triangle_top.red=Vörössel gallérozott, fordított +item.banner.triangle_top.silver=Világosszürkével gallérozott, fordított +item.banner.triangle_top.white=Fehérrel gallérozott, fordított +item.banner.triangle_top.yellow=Sárgával gallérozott, fordított +item.banner.triangles_bottom.black=Fekete fogas talp +item.banner.triangles_bottom.blue=Kék fogas talp +item.banner.triangles_bottom.brown=Barna fogas talp +item.banner.triangles_bottom.cyan=Türkiz fogas talp +item.banner.triangles_bottom.gray=Szürke fogas talp +item.banner.triangles_bottom.green=Zöld fogas talp +item.banner.triangles_bottom.lightBlue=Világoskék fogas talp +item.banner.triangles_bottom.lime=Világoszöld fogas talp +item.banner.triangles_bottom.magenta=Bíbor fogas talp +item.banner.triangles_bottom.orange=Narancssárga fogas talp +item.banner.triangles_bottom.pink=Rózsaszín fogas talp +item.banner.triangles_bottom.purple=Lila fogas talp +item.banner.triangles_bottom.red=Vörös fogas talp +item.banner.triangles_bottom.silver=Világosszürke fogas talp +item.banner.triangles_bottom.white=Fehér fogas talp +item.banner.triangles_bottom.yellow=Sárga fogas talp +item.banner.triangles_top.black=Fekete fogas fÅ‘ +item.banner.triangles_top.blue=Kék fogas fÅ‘ +item.banner.triangles_top.brown=Barna fogas fÅ‘ +item.banner.triangles_top.cyan=Türkiz fogas fÅ‘ +item.banner.triangles_top.gray=Szürke fogas fÅ‘ +item.banner.triangles_top.green=Zöld fogas fÅ‘ +item.banner.triangles_top.lightBlue=Világoskék fogas fÅ‘ +item.banner.triangles_top.lime=Világoszöld fogas fÅ‘ +item.banner.triangles_top.magenta=Bíbor fogas fÅ‘ +item.banner.triangles_top.orange=Narancssárga fogas fÅ‘ +item.banner.triangles_top.pink=Rózsaszín fogas fÅ‘ +item.banner.triangles_top.purple=Lila fogas fÅ‘ +item.banner.triangles_top.red=Vörös fogas fÅ‘ +item.banner.triangles_top.silver=Világosszürke fogas fÅ‘ +item.banner.triangles_top.white=Fehér fogas fÅ‘ +item.banner.triangles_top.yellow=Sárga fogas fÅ‘ +item.banner.white.name=Fehér zászló +item.banner.yellow.name=Sárga zászló +item.bed.name=Ãgy +item.beefCooked.name=Steak +item.beefRaw.name=Nyers marhahús +item.blazePowder.name=Årlángpor +item.blazeRod.name=Lángrúd +item.boat.name=Csónak +item.bone.name=Csont +item.book.name=Könyv +item.bootsChain.name=Lánccsizma +item.bootsCloth.name=BÅ‘rcsizma +item.bootsDiamond.name=Gyémántcsizma +item.bootsGold.name=Aranycsizma +item.bootsIron.name=Vascsizma +item.bow.name=Ãj +item.bowl.name=Tál +item.bread.name=Kenyér +item.brewingStand.name=FÅ‘zőállvány +item.brick.name=Tégla +item.bucket.name=Vödör +item.bucketLava.name=Lávásvödör +item.bucketWater.name=Vizesvödör +item.cake.name=Torta +item.canBreak=Eltörhet: +item.canPlace=LetehetÅ‘ erre: +item.carrotGolden.name=Aranyrépa +item.carrotOnAStick.name=Répa horgászboton +item.carrots.name=Sárgarépa +item.cauldron.name=Üst +item.charcoal.name=Faszén +item.chestplateChain.name=Láncing +item.chestplateCloth.name=BÅ‘rzubbony +item.chestplateDiamond.name=Gyémántmellvért +item.chestplateGold.name=Aranymellvért +item.chestplateIron.name=Vas mellvért +item.chickenCooked.name=Sültcsirke +item.chickenRaw.name=Nyers csirkehús +item.clay.name=Agyag +item.clock.name=Óra +item.coal.name=Szén +item.comparator.name=VöröskÅ‘-komparátor +item.compass.name=Iránytű +item.cookie.name=Csokis keksz +item.diamond.name=Gyémánt +item.diode.name=VöröskÅ‘-jelismétÅ‘ +item.doorAcacia.name=Akácia ajtó +item.doorBirch.name=Nyírfa ajtó +item.doorDarkOak.name=Sötéttölgy ajtó +item.doorIron.name=Vasajtó +item.doorJungle.name=Trópusi fa ajtó +item.doorOak.name=Tölgyfa ajtó +item.doorSpruce.name=FenyÅ‘fa ajtó +item.dyePowder.black.name=Tintazsák +item.dyePowder.blue.name=Lazurit +item.dyePowder.brown.name=Kakaóbab +item.dyePowder.cyan.name=Ciánkék festék +item.dyePowder.gray.name=Szürke festék +item.dyePowder.green.name=Kaktuszzöld +item.dyePowder.lightBlue.name=Világoskék festék +item.dyePowder.lime.name=Neonzöld festék +item.dyePowder.magenta.name=Magenta festék +item.dyePowder.orange.name=Narancssárga festék +item.dyePowder.pink.name=Rózsaszín festék +item.dyePowder.purple.name=Lila festék +item.dyePowder.red.name=Rózsavörös +item.dyePowder.silver.name=Világosszürke festék +item.dyePowder.white.name=Csontliszt +item.dyePowder.yellow.name=Pitypangsárga +item.dyed=Festett +item.egg.name=Tojás +item.emerald.name=Smaragd +item.emptyMap.name=Üres térkép +item.emptyPotion.name=Vizespalack +item.enchantedBook.name=Varázskönyv +item.enderPearl.name=Véggyöngy +item.expBottle.name=Varázslat palackja +item.eyeOfEnder.name=Végzet szeme +item.feather.name=Toll +item.fermentedSpiderEye.name=Erjesztett pókszem +item.fireball.name=Tűzgolyó +item.fireworks.flight=Repülés hossza: +item.fireworks.name=Tűzijáték +item.fireworksCharge.black=Fekete +item.fireworksCharge.blue=Kék +item.fireworksCharge.brown=Barna +item.fireworksCharge.customColor=Egyéni +item.fireworksCharge.cyan=Türkizkék +item.fireworksCharge.fadeTo=Színátmenet: +item.fireworksCharge.flicker=Villódzás +item.fireworksCharge.gray=Szürke +item.fireworksCharge.green=Zöld +item.fireworksCharge.lightBlue=Világoskék +item.fireworksCharge.lime=Neonzöld +item.fireworksCharge.magenta=Magenta +item.fireworksCharge.name=Tűzijáték csillag +item.fireworksCharge.orange=Narancssárga +item.fireworksCharge.pink=Rózsaszín +item.fireworksCharge.purple=Lila +item.fireworksCharge.red=Vörös +item.fireworksCharge.silver=Világosszürke +item.fireworksCharge.trail=Csík +item.fireworksCharge.type=Ismeretlen forma +item.fireworksCharge.type.0=Kis gömb +item.fireworksCharge.type.1=Nagy gömb +item.fireworksCharge.type.2=Csillag alakú +item.fireworksCharge.type.3=Creeper-fej alakú +item.fireworksCharge.type.4=Szabálytalan alakú +item.fireworksCharge.white=Fehér +item.fireworksCharge.yellow=Sárga +item.fish.clownfish.raw.name=Bohóchal +item.fish.cod.cooked.name=Sült hal +item.fish.cod.raw.name=Nyers hal +item.fish.pufferfish.raw.name=Gömbhal +item.fish.salmon.cooked.name=Sült lazac +item.fish.salmon.raw.name=Nyers lazac +item.fishingRod.name=Horgászbot +item.flint.name=KovakÅ‘ +item.flintAndSteel.name=KovakÅ‘ és acél +item.flowerPot.name=Virágcserép +item.frame.name=Eszközkeret +item.ghastTear.name=Kísértetkönny +item.glassBottle.name=Üvegpalack +item.goldNugget.name=Aranyrög +item.hatchetDiamond.name=Gyémántbalta +item.hatchetGold.name=Aranybalta +item.hatchetIron.name=Vasbalta +item.hatchetStone.name=KÅ‘balta +item.hatchetWood.name=Fabalta +item.helmetChain.name=Láncsisak +item.helmetCloth.name=BÅ‘rsisak +item.helmetDiamond.name=Gyémántsisak +item.helmetGold.name=Aranysisak +item.helmetIron.name=Vassisak +item.hoeDiamond.name=Gyémántkapa +item.hoeGold.name=Aranykapa +item.hoeIron.name=Vaskapa +item.hoeStone.name=KÅ‘kapa +item.hoeWood.name=Fakapa +item.horsearmordiamond.name=Gyémánt lópáncél +item.horsearmorgold.name=Arany lópáncél +item.horsearmormetal.name=Vas lópáncél +item.ingotGold.name=Aranyrúd +item.ingotIron.name=Vasrúd +item.leash.name=Lasszó +item.leather.name=BÅ‘r +item.leaves.name=Levelek +item.leggingsChain.name=Lánc lábszárvédÅ‘ +item.leggingsCloth.name=BÅ‘rnadrág +item.leggingsDiamond.name=Gyémánt lábszárvédÅ‘ +item.leggingsGold.name=Arany lábszárvédÅ‘ +item.leggingsIron.name=Vas lábszárvédÅ‘ +item.magmaCream.name=Magmakrém +item.map.name=Térkép +item.melon.name=Dinnye +item.milk.name=Tej +item.minecart.name=Csille +item.minecartChest.name=Tárolócsille +item.minecartCommandBlock.name=Parancsblokk-csille +item.minecartFurnace.name=Csille kemencével +item.minecartHopper.name=Tölcséres csille +item.minecartTnt.name=TNT csille +item.monsterPlacer.name=Idézés: +item.mushroomStew.name=Gombaragu +item.muttonCooked.name=Sült birkahús +item.muttonRaw.name=Nyers birkahús +item.nameTag.name=Cédula +item.netherStalkSeeds.name=Alvilági bibircsók +item.netherStar.name=Alvilági csillag +item.netherbrick.name=Alvilági tégla +item.netherquartz.name=Alvilági kvarc +item.painting.name=Festmény +item.paper.name=Papír +item.pickaxeDiamond.name=Gyémántcsákány +item.pickaxeGold.name=Aranycsákány +item.pickaxeIron.name=Vascsákány +item.pickaxeStone.name=KÅ‘csákány +item.pickaxeWood.name=Facsákány +item.porkchopCooked.name=Sült sertésszelet +item.porkchopRaw.name=Nyers disznóhús +item.potato.name=Burgonya +item.potatoBaked.name=Sült burgonya +item.potatoPoisonous.name=MérgezÅ‘ burgonya +item.potion.name=Bájital +item.prismarineCrystals.name=Prizmarin kristály +item.prismarineShard.name=Prizmarin szilánk +item.pumpkinPie.name=Tökpite +item.rabbitCooked.name=Sült nyúl +item.rabbitFoot.name=Nyúlláb +item.rabbitHide.name=NyúlbÅ‘r +item.rabbitRaw.name=Nyers nyúl +item.rabbitStew.name=Nyúlpörkölt +item.record.11.desc=C418 - 11 +item.record.13.desc=C418 - 13 +item.record.blocks.desc=C418 - blocks +item.record.cat.desc=C418 - cat +item.record.chirp.desc=C418 - chirp +item.record.far.desc=C418 - far +item.record.mall.desc=C418 - mall +item.record.mellohi.desc=C418 - mellohi +item.record.name=Hanglemez +item.record.stal.desc=C418 - stal +item.record.strad.desc=C418 - strad +item.record.wait.desc=C418 - wait +item.record.ward.desc=C418 - ward +item.redstone.name=VöröskÅ‘ +item.reeds.name=Cukornád +item.rottenFlesh.name=Rohadt hús +item.ruby.name=Rubin +item.saddle.name=Nyereg +item.seeds.name=VetÅ‘mag +item.seeds_melon.name=Dinnyemag +item.seeds_pumpkin.name=Tökmag +item.shears.name=MetszÅ‘olló +item.shovelDiamond.name=Gyémánt ásó +item.shovelGold.name=Aranyásó +item.shovelIron.name=Vasásó +item.shovelStone.name=Kőásó +item.shovelWood.name=Faásó +item.sign.name=Tábla +item.skull.char.name=Fej +item.skull.creeper.name=Creeper fej +item.skull.player.name=%s feje +item.skull.skeleton.name=Csontváz koponya +item.skull.wither.name=Sötét csontváz koponya +item.skull.zombie.name=Zombifej +item.slimeball.name=Nyálkagolyó +item.snowball.name=Hógolyó +item.speckledMelon.name=Ragyogó dinnye +item.spiderEye.name=Pókszem +item.stick.name=Bot +item.string.name=Fonál +item.sugar.name=Cukor +item.sulphur.name=Puskapor +item.swordDiamond.name=Gyémántkard +item.swordGold.name=Aranykard +item.swordIron.name=Vaskard +item.swordStone.name=KÅ‘kard +item.swordWood.name=Fakard +item.unbreakable=Törhetetlen +item.wheat.name=Búza +item.writingBook.name=Könyv és toll +item.writtenBook.name=Befejezett könyv +item.yellowDust.name=IzzókÅ‘-por +itemGroup.brewing=BájitalfÅ‘zés +itemGroup.buildingBlocks=ÉpítÅ‘elemek +itemGroup.combat=Harc +itemGroup.decorations=DíszítÅ‘elemek +itemGroup.food=Ételek +itemGroup.inventory=TúlélÅ‘ felszerelés +itemGroup.materials=Alapanyagok +itemGroup.misc=Egyéb +itemGroup.redstone=VöröskÅ‘ +itemGroup.search=Tárgyak keresése +itemGroup.tools=Szerszámok +itemGroup.transportation=Közlekedés +key.attack=Támadás/Blokktörés +key.back=Hátrálás +key.categories.gameplay=Játékmenet +key.categories.inventory=Felszerelés +key.categories.misc=Egyéb +key.categories.movement=Mozgás +key.categories.multiplayer=Többjátékos +key.categories.stream=Közvetítés +key.categories.ui=KezelÅ‘felület +key.chat=Chat megnyitása +key.command=Parancssor megnyitása +key.drop=Tárgy eldobása +key.forward=Gyaloglás elÅ‘re +key.fullscreen=Teljes képernyÅ‘ +key.hotbar.1=Gyorstár 1-es rekesze +key.hotbar.2=Gyorstár 2-es rekesze +key.hotbar.3=Gyorstár 3-as rekesze +key.hotbar.4=Gyorstár 4-es rekesze +key.hotbar.5=Gyorstár 5-ös rekesze +key.hotbar.6=Gyorstár 6-os rekesze +key.hotbar.7=Gyorstár 7-es rekesze +key.hotbar.8=Gyorstár 8-as rekesze +key.hotbar.9=Gyorstár 9-es rekesze +key.inventory=Felszerelés +key.jump=Ugrás +key.left=Oldalazás balra +key.mouseButton=%1$s egérgomb +key.pickItem=Blokk kiválasztása +key.playerlist=Játékoslista +key.right=Oldalazás jobbra +key.screenshot=KépernyÅ‘kép készítése +key.smoothCamera=Kameramozgás lágyítása +key.sneak=Lopakodás +key.spectatorOutlines=Játékosok (NézÅ‘k) kiemelése +key.sprint=Futás +key.streamCommercial=Reklám közvetítése +key.streamPauseUnpause=Közvetítés szüneteltetése/folytatása +key.streamStartStop=Közvetítés indítása/leállítása +key.streamToggleMic=Mikrofon bekapcsolása/némítása +key.togglePerspective=Nézetváltás +key.use=Tárgy használata/Blokk lerakása +lanServer.otherPlayers=Más játékosok beállításai +lanServer.scanning=Játékok keresése a helyi hálózaton +lanServer.start=LAN világ indítása +lanServer.title=LAN világ +language.code=hu_HU +language.name=Magyar +language.region=Magyarország +mcoServer.title=Minecraft online világ +menu.convertingLevel=Világ konvertálása +menu.disconnect=Kapcsolat bontása +menu.game=Játék menü +menu.generatingLevel=Világ generálása +menu.generatingTerrain=Domborzat felépítése +menu.loadingLevel=Világ betöltése +menu.multiplayer=Többjátékos mód +menu.online=Minecraft birodalmak +menu.options=Beállítások... +menu.playdemo=Demóvilág indítása +menu.quit=Kilépés a játékból +menu.resetdemo=Demóvilág újrakezdése +menu.respawning=Újraéledés +menu.returnToGame=Vissza a játékba +menu.returnToMenu=Mentés és kilépés a fÅ‘menübe +menu.shareToLan=Megnyitás LAN-ra +menu.simulating=Világ szimulálása egy kis ideig +menu.singleplayer=Egyjátékos mód +menu.switchingLevel=Váltás a világok között +merchant.deprecated=Kereskedj valami mással, hogy felnyisd! +mount.onboard=A(z) %1$s megnyomásával tudsz ki- vagy leszállni +multiplayer.connect=Csatlakozás +multiplayer.downloadingStats=Statisztikák és mérföldkövek letöltése... +multiplayer.downloadingTerrain=Domborzat letöltése +multiplayer.info1=A többjátékos mód még nincs készen, de +multiplayer.info2=a hibákat már tesztelik és javítják. +multiplayer.ipinfo=Ãrd be annak a szervernek az IP címét, amelyhez csatlakozni szeretnél: +multiplayer.player.joined=%s csatlakozott a játékhoz +multiplayer.player.joined.renamed=%s (korábbi nevén: %s) csatlakozott a játékhoz +multiplayer.player.left=%s elhagyta a játékot +multiplayer.stopSleeping=Ãgy elhagyása +multiplayer.texturePrompt.line1=Ez a szerver egy egyedi forráscsomag használatát javasolja. +multiplayer.texturePrompt.line2=Szeretnéd letölteni és telepíteni automágikusan? +multiplayer.title=Többjátékos mód +options.advancedButton=Haladó videobeállítások... +options.advancedOpengl=Fejlett OpenGL +options.advancedVideoTitle=Haladó videobeállítások +options.anaglyph=Sztereoszkopikus 3D +options.ao=Simított megvilágítás +options.ao.max=Maximum +options.ao.min=Minimum +options.ao.off=KI +options.blockAlternatives=Alternatív blokkok +options.chat.color=Színek +options.chat.height.focused=Aktív magasság +options.chat.height.unfocused=Inaktív magasság +options.chat.links=Weblinkek +options.chat.links.prompt=Rákérdezés linkeknél +options.chat.opacity=Ãtlátszatlanság +options.chat.scale=Méret +options.chat.title=Chat beállítások... +options.chat.visibility=Chat +options.chat.visibility.full=Megjelenítve +options.chat.visibility.hidden=Rejtett +options.chat.visibility.system=Csak parancsok +options.chat.width=Szélesség +options.controls=Irányítás... +options.customizeTitle=Testreszabott világ beállításai +options.difficulty=Nehézség +options.difficulty.easy=Könnyű +options.difficulty.hard=Nehéz +options.difficulty.hardcore=Hardcore +options.difficulty.normal=Normál +options.difficulty.peaceful=Békés +options.farWarning1=Ajánlott a 64 bites Java telepítése a +options.farWarning2="Távoli" látótávolsághoz (neked 32 bites van) +options.fboEnable=FBO-k engedélyezése +options.forceUnicodeFont=Csak Unicode betűtípus +options.fov=Látószög +options.fov.max=Quake Pro +options.fov.min=Normál +options.framerateLimit=Max FPS +options.framerateLimit.max=Korlátlan +options.fullscreen=Teljes képernyÅ‘ +options.gamma=FényerÅ‘ +options.gamma.max=Fényes +options.gamma.min=Borongós +options.graphics=Grafika +options.graphics.fancy=Szép +options.graphics.fast=Gyors +options.guiScale=GUI mérete +options.guiScale.auto=Auto +options.guiScale.large=Nagy +options.guiScale.normal=Normál +options.guiScale.small=Kicsi +options.hidden=Rejtve +options.invertMouse=Fordított egér +options.language=Nyelv... +options.languageWarning=A fordításban elÅ‘fordulhatnak hibák. +options.mipmapLevels=MIP-leképezés mértéke +options.modelPart.cape=Köpeny +options.modelPart.hat=Kalap +options.modelPart.jacket=Kabát +options.modelPart.left_pants_leg=Bal nadrágszár +options.modelPart.left_sleeve=Bal ingujj +options.modelPart.right_pants_leg=Jobb nadrágszár +options.modelPart.right_sleeve=Jobb ingujj +options.multiplayer.title=Többjátékos beállítások... +options.music=Zene +options.off=KI +options.on=BE +options.particles=Részecskék +options.particles.all=Mind +options.particles.decreased=Csökkentett +options.particles.minimal=Minimális +options.performanceButton=Grafikai teljesítmény beállításai... +options.performanceVideoTitle=Grafikai teljesítmény beállításai +options.postButton=Utófeldolgozás beállításai... +options.postProcessEnable=Utó-feldolgozás engedélyezése +options.postVideoTitle=Utófeldolgozás beállításai +options.qualityButton=Grafikai minÅ‘ség beállításai... +options.qualityVideoTitle=Grafikai minÅ‘ség beállításai +options.reducedDebugInfo=Csökkentett debug info +options.renderClouds=FelhÅ‘k +options.renderDistance=Látótávolság +options.renderDistance.far=Távoli +options.renderDistance.normal=Normál +options.renderDistance.short=Rövid +options.renderDistance.tiny=Nagyon rövid +options.resourcepack=Forráscsomagok... +options.saturation=Telítettség +options.sensitivity=Érzékenység +options.sensitivity.max=HIPERSEBESSÉG!!! +options.sensitivity.min=*ásít* +options.skinCustomisation=Kinézet testreszabása... +options.skinCustomisation.title=Kinézet testreszabása +options.snooper="Szimatolás" engedélyezése +options.snooper.desc=Szeretnénk némi információt gyűjteni a gépedrÅ‘l, hogy hatékonyabban fejleszthessük a Minecraftot, tudván, hogy mit támogathatunk és hol vannak a legnagyobb problémák. Minden gyűjtött adat teljesen anonim és lentebb megtekinthetÅ‘. Megígérjük, hogy nem teszünk vele semmi rosszat, de ha nem akarsz részt venni benne, nyugodtan kikapcsolhatod. +options.snooper.title=Számítógépadatok gyűjtése +options.snooper.view="Szimatolás" beállításai... +options.sound=Hang +options.sounds=Zenék és hangok... +options.sounds.title=Zene- és hangbeállítások +options.stream=Közvetítés beállításai... +options.stream.bytesPerPixel=MinÅ‘ség +options.stream.changes=Szükség lehet a közvetítés újraindítására, hogy a változtatások életbe léphessenek. +options.stream.chat.enabled=Engedélyezés +options.stream.chat.enabled.always=Mindig +options.stream.chat.enabled.never=Soha +options.stream.chat.enabled.streaming=Közvetítés alatt +options.stream.chat.title=Twich chat beállítások +options.stream.chat.userFilter=Felhasználó szűrÅ‘ +options.stream.chat.userFilter.all=Minden nézÅ‘ +options.stream.chat.userFilter.mods=Moderátorok +options.stream.chat.userFilter.subs=Feliratkozók +options.stream.compression=Tömörítés +options.stream.compression.high=Magas +options.stream.compression.low=Alacsony +options.stream.compression.medium=Közepes +options.stream.estimation=Becsült felbontás: %sx%s +options.stream.fps=Képkockasebesség +options.stream.ingest.reset=Beállítás visszaállítása +options.stream.ingest.title=Twitch közvetítési szerverek +options.stream.ingestSelection=Közvetítési szerverlista +options.stream.kbps=Sávszélesség +options.stream.micToggleBehavior=Nyomd meg a +options.stream.micVolumne=Mikrofon hangereje +options.stream.mic_toggle.mute=némításhoz +options.stream.mic_toggle.talk=beszéléshez +options.stream.sendMetadata=Metaadatok küldése +options.stream.systemVolume=Rendszer hangereje +options.stream.title=Twitch közvetítési beállítások +options.title=Beállítások +options.touchscreen=ÉrintÅ‘képernyÅ‘s mód +options.vbo=VBO-k használata +options.video=Videobeállítások... +options.videoTitle=Videobeállítások +options.viewBobbing=Kamera billegése +options.visible=Megjelenítve +options.vsync=VSync használata +potion.absorption=Elnyelt életerÅ‘ +potion.absorption.postfix=Elnyelt életerÅ‘ itala +potion.blindness=Vakság +potion.blindness.postfix=Vakító méreg +potion.confusion=Émelygés +potion.confusion.postfix=Émelygés széruma +potion.damageBoost=ErÅ‘ +potion.damageBoost.postfix=ErÅ‘ itala +potion.digSlowDown=Bányászfáradtság +potion.digSlowDown.postfix=Tompító szérum +potion.digSpeed=Sietség +potion.digSpeed.postfix=Sietség itala +potion.effects.whenDrank=Használatkor: +potion.empty=Nincs hatás +potion.fireResistance=Tűzállóság +potion.fireResistance.postfix=Tűzállóság itala +potion.harm=Azonnali sebzés +potion.harm.postfix=Sebzés itala +potion.heal=Azonnali gyógyulás +potion.heal.postfix=Gyógyítás itala +potion.healthBoost=ÉleterÅ‘sítés +potion.healthBoost.postfix=ÉleterÅ‘sítés itala +potion.hunger=Éhség +potion.hunger.postfix=Éhség itala +potion.invisibility=Láthatatlanság +potion.invisibility.postfix=Láthatatlanság széruma +potion.jump=Magasugrás +potion.jump.postfix=SzökkenÅ‘ szérum +potion.moveSlowdown=Lassúság +potion.moveSlowdown.postfix=Lassúság itala +potion.moveSpeed=Gyorsaság +potion.moveSpeed.postfix=Gyorsaság itala +potion.nightVision=Éjjellátás +potion.nightVision.postfix=Éjjellátás itala +potion.poison=Méreg +potion.poison.postfix=Méreg +potion.potency.1=II +potion.potency.2=III +potion.potency.3=IV +potion.prefix.acrid=Fanyar +potion.prefix.artless=Egyszerű +potion.prefix.awkward=Ügyetlen +potion.prefix.bland=Enyhe +potion.prefix.bulky=Terjedelmes +potion.prefix.bungling=Elrontott +potion.prefix.buttered=Zsíros +potion.prefix.charming=Bájos +potion.prefix.clear=Tiszta +potion.prefix.cordial=Szívélyes +potion.prefix.dashing=Lendületes +potion.prefix.debonair=Kellemes +potion.prefix.diffuse=TerjengÅ‘s +potion.prefix.elegant=Elegáns +potion.prefix.fancy=Tarka +potion.prefix.flat=Ãllott +potion.prefix.foul=Koszos +potion.prefix.grenade=Robbanó +potion.prefix.gross=Undorító +potion.prefix.harsh=Nyers +potion.prefix.milky=Tejszerű +potion.prefix.mundane=Ãtlagos +potion.prefix.odorless=Szagtalan +potion.prefix.potent=ErÅ‘s +potion.prefix.rank=Avas +potion.prefix.refined=Finomított +potion.prefix.smooth=Sima +potion.prefix.sparkling=Ragyogó +potion.prefix.stinky=Büdös +potion.prefix.suave=Lágy +potion.prefix.thick=Sűrű +potion.prefix.thin=Híg +potion.prefix.uninteresting=Érdektelen +potion.regeneration=Regeneráció +potion.regeneration.postfix=Regeneráció itala +potion.resistance=Ellenállás +potion.resistance.postfix=Ellenállóság széruma +potion.saturation=Jóllakottság +potion.saturation.postfix=Jóllakottság itala +potion.waterBreathing=Vízlégzés +potion.waterBreathing.postfix=Vízalatti légzés itala +potion.weakness=Gyengeség +potion.weakness.postfix=Gyengeség itala +potion.wither=Sorvadás +potion.wither.postfix=Az elsorvadás itala +record.nowPlaying=Most játszott: %s +resourcePack.available.title=ElérhetÅ‘ forráscsomagok +resourcePack.folderInfo=(Ide tedd a forráscsomagokat) +resourcePack.openFolder=Forráscsomagok mappájának megnyitása +resourcePack.selected.title=Kiválasztott forráscsomagok +resourcePack.title=Forráscsomagok kiválasztása +screenshot.failure=KépernyÅ‘kép mentése sikertelen: %s +screenshot.success=KépernyÅ‘kép elmentve %s fájlnéven +selectServer.add=Szerver hozzáadása +selectServer.defaultName=Minecraft Szerver +selectServer.delete=Törlés +selectServer.deleteButton=Törlés +selectServer.deleteQuestion=Biztos, hogy eltávolítod ezt a szervert? +selectServer.deleteWarning=örökre elveszik! (Ami sok idÅ‘!) +selectServer.direct=Közvetlen csatlakozás +selectServer.edit=Szerkesztés +selectServer.empty=üres +selectServer.hiddenAddress=(Rejtett) +selectServer.refresh=Frissítés +selectServer.select=Csatlakozás +selectServer.title=Szerver kiválasztása +selectWorld.allowCommands=Csalások engedélyezése: +selectWorld.allowCommands.info=Parancsok, mint /gamemode vagy /xp +selectWorld.bonusItems=Bónuszláda: +selectWorld.cheats=Csalások +selectWorld.conversion=Konvertálás szükséges! +selectWorld.create=Új világ létrehozása +selectWorld.createDemo=Játék új demóvilággal +selectWorld.customizeType=Testreszabás +selectWorld.delete=Törlés +selectWorld.deleteButton=Törlés +selectWorld.deleteQuestion=Biztos, hogy törölni akarod ezt a világot? +selectWorld.deleteWarning=örökre elveszik! (Ami sok idÅ‘!) +selectWorld.empty=üres +selectWorld.enterName=Világ neve +selectWorld.enterSeed=Kezdőérték a világgenerátornak +selectWorld.gameMode=Játékmód +selectWorld.gameMode.adventure=Kaland +selectWorld.gameMode.adventure.line1=Ugyanaz, mint a túlélÅ‘, de nem lehet blokkokat +selectWorld.gameMode.adventure.line2=lehelyezni vagy szétütni +selectWorld.gameMode.creative=Kreatív +selectWorld.gameMode.creative.line1=Korlátlan erÅ‘források, szabad repülés és +selectWorld.gameMode.creative.line2=blokkok azonnali megsemmisítése +selectWorld.gameMode.hardcore=Hardcore +selectWorld.gameMode.hardcore.line1=Ugyanaz, mint a túlélÅ‘, csak +selectWorld.gameMode.hardcore.line2=a legnehezebb fokozaton, egyetlen élettel +selectWorld.gameMode.spectator=NézÅ‘ +selectWorld.gameMode.spectator.line1=Mindent a szemnek, semmit a kéznek! +selectWorld.gameMode.survival=TúlélÅ‘ +selectWorld.gameMode.survival.line1=ErÅ‘források felkutatása, barkácsolás, tapasztalati +selectWorld.gameMode.survival.line2=szintek, életerÅ‘ és éhség +selectWorld.hardcoreMode=Hardcore: +selectWorld.hardcoreMode.info=Ha meghalsz, a világ törlÅ‘dik +selectWorld.mapFeatures=Építmények generálása: +selectWorld.mapFeatures.info=Falvak, erÅ‘dök stb. +selectWorld.mapType=Világ típusa: +selectWorld.mapType.normal=Normál +selectWorld.moreWorldOptions=További világbeállítások... +selectWorld.newWorld=Új világ +selectWorld.newWorld.copyOf=%s másolata +selectWorld.recreate=Újraalkotás +selectWorld.rename=Ãtnevezés +selectWorld.renameButton=Ãtnevezés +selectWorld.renameTitle=Világ átnevezése +selectWorld.resultFolder=Mentés helye: +selectWorld.seedInfo=Véletlenszerű kezdőértékhez hagyd üresen +selectWorld.select=Játék a kiválasztott világgal +selectWorld.title=Világ kiválasztása +selectWorld.world=Világ +sign.edit=Tábla szövegének szerkesztése +soundCategory.ambient=Környezet +soundCategory.block=Blokkok +soundCategory.hostile=Ellenséges lények +soundCategory.master=FÅ‘ hangerÅ‘ +soundCategory.music=Zene +soundCategory.neutral=Barátságos lények +soundCategory.player=Játékosok +soundCategory.record=Zenegép/Hangdoboz +soundCategory.weather=IdÅ‘járás +stat.animalsBred=Tenyésztett állatok +stat.blocksButton=Blokkok +stat.boatOneCm=Távolság csónakkal +stat.breakItem=%1$s elhasznált +stat.climbOneCm=Távolság mászva +stat.craftItem=%1$s készített +stat.crafted=Elkészítve +stat.createWorld=Létrehozott világok +stat.crouchOneCm=Távolság lopakodva +stat.damageDealt=Okozott sebzés +stat.damageTaken=Elszenvedett sérülés +stat.deaths=Halálok száma +stat.depleted=Elhasználva +stat.diveOneCm=Távolság víz alatt +stat.drop=Eldobott tárgyak +stat.entityKilledBy=%s alkalommal ölt meg %s +stat.entityKilledBy.none=Még soha nem ölt meg %s +stat.entityKills=%s %s mobot öltél meg +stat.entityKills.none=Még nem öltél %s mobot +stat.fallOneCm=Távolság zuhanva +stat.fishCaught=Kifogott halak +stat.flyOneCm=Repülve megtett út +stat.generalButton=Ãltalános +stat.horseOneCm=Távolság lóháton +stat.itemsButton=Tárgyak +stat.joinMultiplayer=Többjátékos csatlakozások +stat.jump=Ugrások +stat.junkFished=Kihalászott szemét +stat.leaveGame=Kilépések száma +stat.loadWorld=Betöltött mentések +stat.mineBlock=%1$s bányászott +stat.minecartOneCm=Távolság csillével +stat.mined=Bányászva +stat.mobKills=Megölt lények +stat.mobsButton=Mobok +stat.pigOneCm=Távolság disznóháton +stat.playOneMinute=JátékidÅ‘ +stat.playerKills=Megölt játékosok +stat.sprintOneCm=Távolság sprintelve +stat.startGame=Játékok száma +stat.swimOneCm=Távolság úszva +stat.talkedToVillager=Beszélgetések falusiakkal +stat.timeSinceDeath=IdÅ‘ az utolsó halál óta +stat.tradedWithVillager=Adásvételek falusiakkal +stat.treasureFished=Kihalászott kincs +stat.useItem=%1$s használt +stat.used=Használva +stat.walkOneCm=Távolság sétálva +stats.tooltip.type.achievement=MérföldkÅ‘ +stats.tooltip.type.statistic=Statisztika +stream.confirm_start=Biztosan el akarsz kezdeni közvetíteni? +stream.unavailable.account_not_bound=MielÅ‘tt Minecraftot közvetíthetsz Twitch-en keresztül, össze kell kötnöd a Twitch fiókodat a mojang.com-on. Szeretnéd ezt most megtenni? +stream.unavailable.account_not_bound.okay=Fiókok összekötése +stream.unavailable.account_not_migrated=MielÅ‘tt Minecraftot közvetíthetnél Twitch-en, Minecraft fiókodat Mojang fiókká kell alakítanod. Szeretnéd ezt most megtenni? +stream.unavailable.account_not_migrated.okay=Fiók kibÅ‘vítése +stream.unavailable.failed_auth=A Twitch azonosítás nem sikerült. Kérünk, hogy menj a mojang.com-ra és kösd újra a Twitch fiókodat. +stream.unavailable.failed_auth.okay=Fiókok újrakötése +stream.unavailable.failed_auth_error=A Twitch azonosítás nem sikerült. Próbáld újra késÅ‘bb. +stream.unavailable.initialization_failure=Nem sikerült inicializálni a Twitch SDK-t. +stream.unavailable.initialization_failure.extra=(Ok: %s) +stream.unavailable.library_arch_mismatch=Az egyéni java verzió amit a Minecraft használ architektúrában eltér az indító által használttól. Kérjük biztosítsd, hogy mindkettÅ‘ ugyanolyan fajtát használ, azaz vagy 32, vagy 64 bitest. +stream.unavailable.library_failure=Nem sikerült betölteni az integrált Twitch közvetítéshez szükséges könyvtárakat. +stream.unavailable.no_fbo=A videokártyádnak támogatnia kell legalább az OpenGL 3.0-ás verziót, vagy kiterjesztésen keresztül a Képkockapuffer objektumokat ahhoz, hogy használhasd a beépített Twitch közvetítést. +stream.unavailable.no_fbo.arb=Képkockapuffer objektum támogatása ARB-n keresztül: %s +stream.unavailable.no_fbo.blend=Külön keverés támogatása EXT-en keresztül: %s +stream.unavailable.no_fbo.ext=Képkockapuffer objektum támogatása EXT-en keresztül: %s +stream.unavailable.no_fbo.version=Jelenleg ezt használod: %s +stream.unavailable.not_supported.mac=Sajnos a beépített Twitch közvetítéshez a Mac OSX egy annál újabb verziója szükséges, mint ami neked van. Legalább 10.7-at (Mac OS X Lion) kell, hogy használj, hogy elérhesd ezt a szolgáltatást. Szeretnéd meglátogatni az apple.com-ot frissítésrÅ‘l szóló információkért? +stream.unavailable.not_supported.mac.okay=Frissítés +stream.unavailable.not_supported.other=Sajnos a beépített Twitch közvetítéshez Windows (Vista vagy újabb), vagy Mac OS X (10.7/Lion, vagy újabb) szükséges +stream.unavailable.not_supported.windows=Sajnos a beépített Twitch közvetítéshez a Windows egy annál újabb verziója szükséges, mint ami neked van. Legalább Windows Vistád kell, hogy legyen. +stream.unavailable.report_to_mojang=Jelentés a Mojang-nak +stream.unavailable.soundflower.chat=A Mac-en való közvetítéshez Soundflower szükséges. %s +stream.unavailable.soundflower.chat.link=Kérjük kattints ide, hogy feltelepítsd . +stream.unavailable.title=Twitch közvetítés nem elérhetÅ‘ +stream.unavailable.unknown=Sajnos most nem közvetíthetsz a Twitch-en. És nem tudjuk, miért :'( +stream.unavailable.unknown.chat=Nem sikerült elindítani a közvetítést: %s +stream.user.mode.administrator=Twitch adminisztrátor +stream.user.mode.banned=Kitiltott +stream.user.mode.banned.other=Kitiltva %s csatornáján +stream.user.mode.banned.self=Kitiltva a csatornádon +stream.user.mode.broadcaster=KözvetítÅ‘ +stream.user.mode.broadcaster.other=KözvetítÅ‘ +stream.user.mode.broadcaster.self=KözvetítÅ‘ (Te!) +stream.user.mode.moderator=Moderátor +stream.user.mode.moderator.other=Moderátor %s csatornáján +stream.user.mode.moderator.self=Moderátor a csatornádon +stream.user.mode.staff=Twitch személyzet +stream.user.subscription.subscriber=Feliratkozó +stream.user.subscription.subscriber.other=Feliratkozó %s csatornáján +stream.user.subscription.subscriber.self=Feliratkozó a csatornádon +stream.user.subscription.turbo=Twitch Turbo +stream.userinfo.ban=Kitiltás +stream.userinfo.chatTooltip=Kattints a felhasználó kezeléséhez +stream.userinfo.mod=Moderátori jog adása +stream.userinfo.timeout=IdÅ‘túllépés +stream.userinfo.unban=Kitiltás feloldása +stream.userinfo.unmod=Moderátori jog elvétele +tile.acaciaFence.name=Akácia kerítés +tile.acaciaFenceGate.name=Akácia kerítéskapu +tile.activatorRail.name=Aktiváló sín +tile.anvil.intact.name=ÜllÅ‘ +tile.anvil.name=ÜllÅ‘ +tile.anvil.slightlyDamaged.name=Kicsit sérült üllÅ‘ +tile.anvil.veryDamaged.name=Nagyon sérült üllÅ‘ +tile.barrier.name=Akadály +tile.beacon.name=JelzÅ‘fény +tile.beacon.primary=ElsÅ‘dleges képesség +tile.beacon.secondary=Másodlagos képesség +tile.bed.name=Ãgy +tile.bed.noSleep=Csak éjjel aludhatsz +tile.bed.notSafe=Most nem pihenhetsz, szörnyek vannak a közelben +tile.bed.notValid=Nincs meg az ágyad, vagy eltorlaszolták +tile.bed.occupied=Ez az ágy foglalt +tile.bedrock.name=AlapkÅ‘ +tile.birchFence.name=Nyírfa kerítés +tile.birchFenceGate.name=Nyírfa kerítéskapu +tile.blockCoal.name=Szénblokk +tile.blockDiamond.name=Gyémánttömb +tile.blockEmerald.name=Smaragdblokk +tile.blockGold.name=Aranytömb +tile.blockIron.name=Vastömb +tile.blockLapis.name=Lazurittömb +tile.blockRedstone.name=VöröskÅ‘ blokk +tile.bookshelf.name=Könyvespolc +tile.brick.name=Tégla +tile.button.name=Gomb +tile.cactus.name=Kaktusz +tile.cake.name=Torta +tile.carrots.name=Sárgarépák +tile.cauldron.name=Üst +tile.chest.name=Láda +tile.chestTrap.name=Csapdaláda +tile.clay.name=Agyag +tile.clayHardened.name=Kiégetett agyag +tile.clayHardenedStained.black.name=Fekete színezett agyag +tile.clayHardenedStained.blue.name=Kék színezett agyag +tile.clayHardenedStained.brown.name=Barna színezett agyag +tile.clayHardenedStained.cyan.name=Türkizkék színezett agyag +tile.clayHardenedStained.gray.name=Szürke színezett agyag +tile.clayHardenedStained.green.name=Zöld színezett agyag +tile.clayHardenedStained.lightBlue.name=Világoskék színezett agyag +tile.clayHardenedStained.lime.name=Neonzöld színezett agyag +tile.clayHardenedStained.magenta.name=Magenta színezett agyag +tile.clayHardenedStained.name=Színezett agyag +tile.clayHardenedStained.orange.name=Narancssárga színezett agyag +tile.clayHardenedStained.pink.name=Rózsaszín színezett agyag +tile.clayHardenedStained.purple.name=Lila színezett agyag +tile.clayHardenedStained.red.name=Piros színezett agyag +tile.clayHardenedStained.silver.name=Világosszürke színezett agyag +tile.clayHardenedStained.white.name=Fehér színezett agyag +tile.clayHardenedStained.yellow.name=Sárga színezett agyag +tile.cloth.black.name=Fekete gyapjú +tile.cloth.blue.name=Kék gyapjú +tile.cloth.brown.name=Barna gyapjú +tile.cloth.cyan.name=Ciánkék gyapjú +tile.cloth.gray.name=Szürke gyapjú +tile.cloth.green.name=Sötétzöld gyapjú +tile.cloth.lightBlue.name=Világoskék gyapjú +tile.cloth.lime.name=Neonzöld gyapjú +tile.cloth.magenta.name=Magenta gyapjú +tile.cloth.name=Gyapjú +tile.cloth.orange.name=Narancssárga gyapjú +tile.cloth.pink.name=Rózsaszín gyapjú +tile.cloth.purple.name=Lila gyapjú +tile.cloth.red.name=Vörös gyapjú +tile.cloth.silver.name=Világosszürke gyapjú +tile.cloth.white.name=Gyapjú +tile.cloth.yellow.name=Sárga gyapjú +tile.cobbleWall.mossy.name=Mohás kÅ‘fal +tile.cobbleWall.normal.name=KÅ‘fal +tile.cocoa.name=Kakaó +tile.commandBlock.name=Parancsblokk +tile.crops.name=Búza +tile.darkOakFence.name=Sötéttölgy kerítés +tile.darkOakFenceGate.name=Sötéttölgy kerítéskapu +tile.daylightDetector.name=NapfényérzékelÅ‘ +tile.deadbush.name=Száraz kóró +tile.detectorRail.name=ÉrzékelÅ‘ sín +tile.dirt.coarse.name=Terméketlen föld +tile.dirt.default.name=Föld +tile.dirt.name=Föld +tile.dirt.podzol.name=Podzol +tile.dispenser.name=Adagoló +tile.doorIron.name=Vasajtó +tile.doorWood.name=Faajtó +tile.doublePlant.fern.name=Nagy páfrány +tile.doublePlant.grass.name=Dupla magasfű +tile.doublePlant.name=Növény +tile.doublePlant.paeonia.name=Bazsarózsa +tile.doublePlant.rose.name=Rózsabokor +tile.doublePlant.sunflower.name=Napraforgó +tile.doublePlant.syringa.name=Orgona +tile.dragonEgg.name=Sárkánytojás +tile.dropper.name=Kidobó +tile.enchantmentTable.name=Varázslóasztal +tile.endPortalFrame.name=Végzetportál +tile.enderChest.name=Végzetláda +tile.farmland.name=TermÅ‘föld +tile.fence.name=Kerítés +tile.fenceGate.name=Kapu +tile.fenceIron.name=Vasrács +tile.fire.name=Tűz +tile.flower1.dandelion.name=Pitypang +tile.flower1.name=Virág +tile.flower2.allium.name=Hagymavirág +tile.flower2.blueOrchid.name=Kék orchidea +tile.flower2.houstonia.name=Kék houstonia +tile.flower2.name=Virág +tile.flower2.oxeyeDaisy.name=Margaréta +tile.flower2.poppy.name=Pipacs +tile.flower2.tulipOrange.name=Narancssárga tulipán +tile.flower2.tulipPink.name=Rózsaszín tulipán +tile.flower2.tulipRed.name=Piros tulipán +tile.flower2.tulipWhite.name=Fehér tulipán +tile.furnace.name=Kemence +tile.glass.name=Üveg +tile.goldenRail.name=Elektromos sín +tile.grass.name=Fűblokk +tile.gravel.name=Sóder +tile.hayBlock.name=Szalmabála +tile.hellrock.name=Alvilági kÅ‘ +tile.hellsand.name=Lélekhomok +tile.hopper.name=Tölcsér +tile.ice.name=Jég +tile.icePacked.name=Tömör jég +tile.ironTrapdoor.name=Vas csapóajtó +tile.jukebox.name=Zenegép +tile.jungleFence.name=Trópusi fa kerítés +tile.jungleFenceGate.name=Trópusi fa kerítéskapu +tile.ladder.name=Létra +tile.lava.name=Láva +tile.leaves.acacia.name=Akácialevelek +tile.leaves.big_oak.name=Sötéttölgy-levelek +tile.leaves.birch.name=Nyírfalevelek +tile.leaves.jungle.name=Trópusifa-levelek +tile.leaves.name=Levelek +tile.leaves.oak.name=Tölgylevelek +tile.leaves.spruce.name=FenyÅ‘levelek +tile.lever.name=Kar +tile.lightgem.name=IzzókÅ‘ +tile.litpumpkin.name=Töklámpás +tile.lockedchest.name=Bezárt láda +tile.log.acacia.name=Akáciafa +tile.log.big_oak.name=Sötét tölgyfa +tile.log.birch.name=Nyírfa +tile.log.jungle.name=Trópusi fa +tile.log.name=Fa +tile.log.oak.name=Tölgyfa +tile.log.spruce.name=FenyÅ‘fa +tile.melon.name=Dinnye +tile.mobSpawner.name=SzörnyidézÅ‘ +tile.monsterStoneEgg.brick.name=KÅ‘tégla ezüstmollyal +tile.monsterStoneEgg.chiseledbrick.name=Vésett kÅ‘tégla ezüstmollyal +tile.monsterStoneEgg.cobble.name=ZúzottkÅ‘ ezüstmollyal +tile.monsterStoneEgg.crackedbrick.name=Repedezett kÅ‘tégla ezüstmollyal +tile.monsterStoneEgg.mossybrick.name=Mohás kÅ‘tégla ezüstmollyal +tile.monsterStoneEgg.name=KÅ‘ ezüstmollyal +tile.monsterStoneEgg.stone.name=KÅ‘ ezüstmollyal +tile.mushroom.name=Gomba +tile.musicBlock.name=Hangdoboz +tile.mycel.name=Gombafonal +tile.netherBrick.name=Alvilági tégla +tile.netherFence.name=Alvilági téglakerítés +tile.netherStalk.name=Alvilági bibircsók +tile.netherquartz.name=Alvilági kvarc érc +tile.notGate.name=VöröskÅ‘fáklya +tile.obsidian.name=Obszidián +tile.oreCoal.name=Széntelér +tile.oreDiamond.name=Ãsványi gyémánt +tile.oreEmerald.name=Ãsványi smaragd +tile.oreGold.name=Aranyérc +tile.oreIron.name=Vasérc +tile.oreLapis.name=Lazuritérc +tile.oreRedstone.name=Vöröskőérc +tile.oreRuby.name=Ãsványi rubin +tile.pistonBase.name=Dugattyú +tile.pistonStickyBase.name=Ragacsos dugattyú +tile.portal.name=Portál +tile.potatoes.name=Burgonyák +tile.pressurePlateStone.name=KÅ‘ nyomólap +tile.pressurePlateWood.name=Fa nyomólap +tile.prismarine.bricks.name=Prizmarintégla +tile.prismarine.dark.name=Sötét prizmarin +tile.prismarine.rough.name=Prizmarin +tile.pumpkin.name=Tök +tile.quartzBlock.chiseled.name=Vésett kvarcblokk +tile.quartzBlock.default.name=Kvarcblokk +tile.quartzBlock.lines.name=Kvarcoszlop +tile.quartzBlock.name=Kvarcblokk +tile.rail.name=Sín +tile.redSandStone.chiseled.name=Vésett vörös homokkÅ‘ +tile.redSandStone.default.name=Vörös homokkÅ‘ +tile.redSandStone.name=Vörös homokkÅ‘ +tile.redSandStone.smooth.name=Sima vörös homokkÅ‘ +tile.redstoneDust.name=VöröskÅ‘-por +tile.redstoneLight.name=VöröskÅ‘ lámpa +tile.reeds.name=Cukornád +tile.sand.default.name=Homok +tile.sand.name=Homok +tile.sand.red.name=Vörös homok +tile.sandStone.chiseled.name=Vésett homokkÅ‘ +tile.sandStone.default.name=HomokkÅ‘ +tile.sandStone.name=HomokkÅ‘ +tile.sandStone.smooth.name=Sima homokkÅ‘ +tile.sapling.acacia.name=Akáciacsemete +tile.sapling.big_oak.name=Sötéttölgy-csemete +tile.sapling.birch.name=Nyírfacsemete +tile.sapling.jungle.name=Trópusifa-csemete +tile.sapling.oak.name=Tölgycsemete +tile.sapling.spruce.name=FenyÅ‘csemete +tile.seaLantern.name=Tengeri lámpás +tile.sign.name=Tábla +tile.slime.name=Nyálkablokk +tile.snow.name=Hó +tile.sponge.dry.name=Szivacs +tile.sponge.wet.name=Vizes szivacs +tile.spruceFence.name=FenyÅ‘fa kerítés +tile.spruceFenceGate.name=FenyÅ‘fa kerítéskapu +tile.stainedGlass.black.name=Fekete festett üveg +tile.stainedGlass.blue.name=Kék festett üveg +tile.stainedGlass.brown.name=Barna festett üveg +tile.stainedGlass.cyan.name=Türkiz festett üveg +tile.stainedGlass.gray.name=Szürke festett üveg +tile.stainedGlass.green.name=Zöld festett üveg +tile.stainedGlass.lightBlue.name=Világoskék festett üveg +tile.stainedGlass.lime.name=Világoszöld festett üveg +tile.stainedGlass.magenta.name=Bíbor festett üveg +tile.stainedGlass.name=Festett üveg +tile.stainedGlass.orange.name=Narancs festett üveg +tile.stainedGlass.pink.name=Rózsaszín festett üveg +tile.stainedGlass.purple.name=Lila festett üveg +tile.stainedGlass.red.name=Piros festett üveg +tile.stainedGlass.silver.name=Világosszürke festett üveg +tile.stainedGlass.white.name=Fehér festett üveg +tile.stainedGlass.yellow.name=Sárga festett üveg +tile.stairsBrick.name=TéglalépcsÅ‘ +tile.stairsNetherBrick.name=Alvilágtégla-lépcsÅ‘ +tile.stairsQuartz.name=KvarclépcsÅ‘ +tile.stairsRedSandStone.name=Vörös homokkÅ‘ lépcsÅ‘ +tile.stairsSandStone.name=HomokkÅ‘ lépcsÅ‘ +tile.stairsStone.name=KÅ‘lépcsÅ‘ +tile.stairsStoneBrickSmooth.name=KÅ‘tégla-lépcsÅ‘ +tile.stairsWood.name=Tölgyfa lépcsÅ‘ +tile.stairsWoodAcacia.name=Akáciafa lépcsÅ‘ +tile.stairsWoodBirch.name=Nyírfa lépcsÅ‘ +tile.stairsWoodDarkOak.name=Sötéttölgy lépcsÅ‘ +tile.stairsWoodJungle.name=Trópusi fa lépcsÅ‘ +tile.stairsWoodSpruce.name=FenyÅ‘lépcsÅ‘ +tile.stone.andesite.name=Andezit +tile.stone.andesiteSmooth.name=Csiszolt andezit +tile.stone.diorite.name=Diorit +tile.stone.dioriteSmooth.name=Csiszolt diorit +tile.stone.granite.name=Gránit +tile.stone.graniteSmooth.name=Csiszolt gránit +tile.stone.stone.name=KÅ‘ +tile.stoneMoss.name=Mohás kÅ‘ +tile.stoneSlab.brick.name=Tégla lap +tile.stoneSlab.cobble.name=ZúzottkÅ‘ lap +tile.stoneSlab.name=KÅ‘lap +tile.stoneSlab.netherBrick.name=Alvilági tégla lap +tile.stoneSlab.quartz.name=Kvarc lap +tile.stoneSlab.sand.name=HomokkÅ‘ lap +tile.stoneSlab.smoothStoneBrick.name=KÅ‘tégla-lap +tile.stoneSlab.stone.name=KÅ‘lap +tile.stoneSlab.wood.name=Falap +tile.stoneSlab2.red_sandstone.name=Vörös homokkÅ‘ lap +tile.stonebrick.name=ZúzottkÅ‘ +tile.stonebricksmooth.chiseled.name=Vésett kÅ‘tégla +tile.stonebricksmooth.cracked.name=Repedezett kÅ‘tégla +tile.stonebricksmooth.default.name=KÅ‘tégla +tile.stonebricksmooth.mossy.name=Mohás kÅ‘tégla +tile.stonebricksmooth.name=KÅ‘tégla +tile.tallgrass.fern.name=Páfrány +tile.tallgrass.grass.name=Fű +tile.tallgrass.name=Fű +tile.tallgrass.shrub.name=Cserje +tile.thinGlass.name=Üveglap +tile.thinStainedGlass.black.name=Fekete festett üveglap +tile.thinStainedGlass.blue.name=Kék festett üveglap +tile.thinStainedGlass.brown.name=Barna festett üveglap +tile.thinStainedGlass.cyan.name=Türkiz festett üveglap +tile.thinStainedGlass.gray.name=Szürke festett üveglap +tile.thinStainedGlass.green.name=Zöld festett üveglap +tile.thinStainedGlass.lightBlue.name=Világoskék festett üveglap +tile.thinStainedGlass.lime.name=Világoszöld festett üveglap +tile.thinStainedGlass.magenta.name=Bíbor festett üveglap +tile.thinStainedGlass.name=Festett üveglap +tile.thinStainedGlass.orange.name=Narancs festett üveglap +tile.thinStainedGlass.pink.name=Rózsaszín festett üveglap +tile.thinStainedGlass.purple.name=Lila festett üveglap +tile.thinStainedGlass.red.name=Piros festett üveglap +tile.thinStainedGlass.silver.name=Világosszürke festett üveglap +tile.thinStainedGlass.white.name=Fehér festett üveglap +tile.thinStainedGlass.yellow.name=Sárga festett üveglap +tile.tnt.name=TNT +tile.torch.name=Fáklya +tile.trapdoor.name=Csapóajtó +tile.tripWire.name=Botlódrót +tile.tripWireSource.name=Botlódrót horog +tile.vine.name=Inda +tile.water.name=Víz +tile.waterlily.name=Tavirózsa +tile.web.name=Pókháló +tile.weightedPlate_heavy.name=Mérleg nyomólap (nehéz) +tile.weightedPlate_light.name=Mérleg nyomólap (könnyű) +tile.whiteStone.name=VégkÅ‘ +tile.wood.acacia.name=Akáciadeszka +tile.wood.big_oak.name=Sötéttölgy-deszka +tile.wood.birch.name=Nyírfa deszka +tile.wood.jungle.name=Trópusi fa deszka +tile.wood.name=Deszka +tile.wood.oak.name=Tölgydeszka +tile.wood.spruce.name=FenyÅ‘deszka +tile.woodSlab.acacia.name=Akáciafa lap +tile.woodSlab.big_oak.name=Sötéttölgy lap +tile.woodSlab.birch.name=Nyírfa lap +tile.woodSlab.jungle.name=Trópusi fa lap +tile.woodSlab.name=Falap +tile.woodSlab.oak.name=Tölgyfa lap +tile.woodSlab.spruce.name=FenyÅ‘lap +tile.woolCarpet.black.name=Fekete szÅ‘nyeg +tile.woolCarpet.blue.name=Kék szÅ‘nyeg +tile.woolCarpet.brown.name=Barna szÅ‘nyeg +tile.woolCarpet.cyan.name=Türkizkék szÅ‘nyeg +tile.woolCarpet.gray.name=Szürke szÅ‘nyeg +tile.woolCarpet.green.name=Zöld szÅ‘nyeg +tile.woolCarpet.lightBlue.name=Világoskék szÅ‘nyeg +tile.woolCarpet.lime.name=Neonzöld szÅ‘nyeg +tile.woolCarpet.magenta.name=Bíborvörös szÅ‘nyeg +tile.woolCarpet.name=SzÅ‘nyeg +tile.woolCarpet.orange.name=Narancssárga szÅ‘nyeg +tile.woolCarpet.pink.name=Rózsaszín szÅ‘nyeg +tile.woolCarpet.purple.name=Lila szÅ‘nyeg +tile.woolCarpet.red.name=Vörös szÅ‘nyeg +tile.woolCarpet.silver.name=Világosszürke szÅ‘nyeg +tile.woolCarpet.white.name=SzÅ‘nyeg +tile.woolCarpet.yellow.name=Sárga szÅ‘nyeg +tile.workbench.name=Barkácsasztal +title.oldgl1=Régi videókártya észlelve; ez megakadályozhat majd +title.oldgl2=a jövÅ‘ben a játszásban, mivel feltétel lesz az OpenGL 2.0. +translation.test.args=%s %s +translation.test.complex=ElÅ‘tag, %s%2$s újra %s és %1$s végül %s és %1$s is megint! +translation.test.invalid=szia % +translation.test.invalid2=szia %s +translation.test.none=Helló, világ! +translation.test.world=világ diff --git a/javascript/lang/hy_AM.lang b/javascript/lang/hy_AM.lang new file mode 100755 index 00000000..daf8da9e --- /dev/null +++ b/javascript/lang/hy_AM.lang @@ -0,0 +1,1363 @@ +achievement.acquireIron=Õ†Õ¸Ö€ ÕÕ¥Õ¼Ö„Õ¢Õ¥Ö€Õ¸Ö‚Õ´Õ¶Õ¥Ö€ +achievement.acquireIron.desc=Õ„Õ·Õ¡Õ¯Õ¥Ö„ Õ¥Ö€Õ¯Õ¡Õ©Õ« Õ°Õ¡Õ¶Ö„Õ¡Ö„Õ¡Ö€Õ¨ +achievement.bakeCake=ÕÕ¸Ö‚Õ¿Õ¨ +achievement.bakeCake.desc=Õ‘Õ¸Ö€Õ¥Õ¶, Õ·Õ¡Ö„Õ¡Ö€, Õ¯Õ¡Õ© Ö‡ Õ±Õ¾Õ¥Ö€! +achievement.blazeRod=Ô´Õ¥ÕºÕ« Ô¿Ö€Õ¡Õ¯Õ¨ +achievement.blazeRod.desc=Õ€Õ¡ÕµÕ©Õ°Õ¡ÕµÕ©Õ¥Õ¬ Ô²Õ¸ÖÕ« Õ‹Õ¸Õ²Õ¥Ö€ +achievement.bookcase=Ô³Ö€Õ¡Õ¤Õ¡Ö€Õ¡Õ¶Õ¡Õ¾Õ¡Ö€ +achievement.bookcase.desc=ÕÕ¥Õ²Õ¡Õ¤Ö€Õ«Ö€ Õ£Ö€Õ¡Õ¤Õ¡Ö€Õ¡Õ¯Õ¶Õ¥Ö€ Õ¯Õ¡Õ­Õ¡Ö€Õ¤Õ¡Õ¶Ö„Õ« Õ½Õ¥Õ²Õ¡Õ¶Õ« Õ·Õ¸Ö‚Ö€Õ» +achievement.buildBetterPickaxe=Õ†Õ¸Ö€Õ¸Ö‚Õ©ÕµÕ¸Ö‚Õ¶ +achievement.buildBetterPickaxe.desc=ÕÕ¿Õ¥Õ²Õ®Õ¥Ö„ Õ¡Õ¾Õ¥Õ¬Õ« Õ¬Õ¡Õ¾ Ö„Õ¬Õ¸Ö‚Õ¶Õ£ +achievement.buildFurnace=Ô¹Õ¥Õª Ô¹Õ¥Õ´Õ¡ +achievement.buildFurnace.desc=ÕÕ¿Õ¥Õ²Õ®Õ¥Õ¬ Õ¾Õ¡Õ¼Õ¡Ö€Õ¡Õ¶ Ö…Õ£Õ¿Õ¡Õ£Õ¸Ö€Õ®Õ¥Õ¬Õ¸Õ¾ Õ¸Ö‚Õ© Õ½Õ¡Õ¬Õ¡Ö„Õ¡Ö€ +achievement.buildHoe=Õ€Õ¶Õ±Õ¥Õ¬Õ¸Ö‚ ÕªÕ¡Õ´Õ¡Õ¶Õ¡Õ¯Õ¶ Õ§! +achievement.buildHoe.desc=Õ•Õ£Õ¿Õ¡Õ£Õ¸Ö€Õ®Õ¥Ö„ Ö†Õ¡ÕµÕ¿Õ«Õ¯Õ¶Õ¥Ö€Õ¨ Õ¸Ö‚ Õ¿Õ¡Õ­Õ¿Õ¡Õ¯Õ¶Õ¥Ö€Õ¨, Õ¸Ö€ÕºÕ¥Õ½Õ¦Õ« Õ½Õ¿Õ¥Õ²Õ®Õ¥Ö„ Õ©Õ¸Õ­Ö€ +achievement.buildPickaxe=Õ€Õ¡ÕµÕ©Õ°Õ¡ÕµÕ©Õ¥Õ¬Õ¸Ö‚ ÔºÕ¡Õ´Õ¡Õ¶Õ¯Õ¶ Ô·! +achievement.buildPickaxe.desc=Õ•Õ£Õ¿Õ¡Õ£Õ¸Ö€Õ®Õ¥Ö„ Õ¿Õ¡Õ²Õ¿Õ¡Õ¯Õ¶Õ¥Ö€Õ¨ Õ¥Õ¾ ÖƒÕ¡ÕµÕ¿Õ«Õ¯Õ¶Õ¥Ö€Õ¨ Ö„Õ¬Õ¸Ö‚Õ¶Õ£ Õ½Õ¿Õ¡Õ¶Õ¡Õ¬Õ¸Ö‚ Õ°Õ¡Õ´Õ¡Ö€ +achievement.buildSword=ÕŠÕ¡ÕµÖ„Õ¡Ö€Õ«Õ¶ ÕŠÕ¡Õ¿Ö€Õ¡Õ½Õ¿ Õ¥Õ´! +achievement.buildSword.desc=ÕÕ¿Õ¥Õ²Õ®Õ¥Ö„ Õ½Õ¸Ö‚Ö€ ÖƒÕ¡ÕµÕ¿Õ«Õ¯Õ¶Õ¥Ö€Õ«Ö Ö‡ Õ¿Õ¡Õ­Õ¿Õ¡Õ¯Õ¶Õ¥Ö€Õ«Ö +achievement.buildWorkBench=Ô±Õ·Õ­Õ¡Õ¿Õ¡Õ¶Ö„Õ« ÕÕ¥Õ²Õ¡Õ¶ +achievement.buildWorkBench.desc=ÕÕ¿Õ¥Õ²Õ®Õ¥Ö„ Õ¡Õ·Õ­Õ¡Õ¿Õ¡Õ¶Ö„Õ¡ÕµÕ«Õ¶ Õ½Õ¥Õ²Õ¡Õ¶ Õ¹Õ¸Ö€Õ½ Õ¿Õ¡Õ­Õ¿Õ¡Õ¯Õ¶Õ¥Ö€Õ«Ö +achievement.cookFish=Õ€Õ¡Õ´Õ¸Õ¾ ÕÕ¸Ö‚Õ¯ +achievement.cookFish.desc=Ô²Õ¼Õ¶Õ« Õ¥Õ¾ ÕºÕ¡Õ¿Ö€Õ¡Õ½Õ¿Õ« Õ±Õ¯Õ¡Õ¶Õ¨! +achievement.diamonds=Ô±Ô´Ô±Õ„Ô±Õ†Ô´Õ†ÔµÕ! +achievement.diamonds.desc=Õ€Õ¡ÕµÕ°Õ¡ÕµÕ©Õ¥Õ¬ Õ¡Õ¤Õ¡Õ´Õ¡Õ¶Õ¤Õ¶Õ¥Ö€ Õ¥Ö€Õ¯Õ¡Õ©Õ¥ Ö„Õ¬Õ¸Ö‚Õ¶Õ£Õ¸Õ¾ +achievement.enchantments=Ô¿Õ¡Õ­Õ¡Ö€Õ¤Õ«Õ¹ +achievement.enchantments.desc=ÕÕ¿Õ¥Õ²Õ®Õ¥Õ¬ Õ¯Õ¡Õ­Õ¡Ö€Õ¤Õ¡Õ¶Ö„Õ« Õ½Õ¥Õ²Õ¡Õ¶, Ö…Õ£Õ¿Õ¡Õ£Õ¸Ö€Õ®Õ¥Õ¬Õ¸Õ¾ Õ£Õ«Ö€Ö„, Ö…Õ¢Õ½Õ«Õ¤Õ«Õ¡Õ¶ Ö‡ Õ¡Õ¤Õ¡Õ´Õ¡Õ¶Õ¤Õ¶Õ¥Ö€ +achievement.flyPig=ÔµÖ€Õ¢ Õ­Õ¸Õ¦Õ¥Ö€Õ¨ Õ©Õ¼Õ¹Õ¸Ö‚Õ´ Õ¥Õ¶ +achievement.flyPig.desc=Ô½Õ¸Õ¦Õ«Õ¶ Õ°Õ¥Õ®Õ¶Õ¡Õ® ÖÕ¡Õ¿Õ¯Õ¥Õ¬ ÕªÕ¡ÕµÕ¼Õ«Ö +achievement.get=Õ†Õ¸Ö€ Õ†Õ¾Õ¡Õ³Õ¸Ö‚Õ´! +achievement.ghast=ÕŽÕ¥Ö€Õ¡Õ¤Õ¡Ö€Õ±Õ¶Õ¥Õ¬ ÕˆÖ‚Õ²Õ¡Ö€Õ¯Õ¸Õ²Õ«Õ¶ +achievement.ghast.desc=ÕÕºÕ¡Õ¶Õ¥Õ¬ Ô³Õ¡Õ½Õ¿Õ«Õ¶ Õ«Ö€ Õ«Õ½Õ¯ Õ¡Õ½Õ¸Ö‚ÕºÕ¸Õ¾ +achievement.killCow=Õ„Õ½Õ¡Õ£Õ¸Ö€Õ® +achievement.killCow.desc=Õ€Õ¡ÕµÕ©Õ°Õ¡ÕµÕ©Õ¥Õ¬ Õ¯Õ¡Õ·Õ« +achievement.killEnemy=Õ€Ö€Õ¥Õ·Õ¶Õ¥Ö€Õ« ÕˆÖ€Õ½Õ¸Ö€Õ¤ +achievement.killEnemy.desc=ÕÕºÕ¡Õ¶Õ¥Ö„ Õ°Ö€Õ¥Õ·Õ«Õ¶ +achievement.makeBread=Õ€Õ¡Ö Ô¹Õ­Õ¥Ö„ +achievement.makeBread.desc=Õ‘Õ¸Ö€Õ¥Õ¶ Õ°Õ¡Ö Õ¾Õ¥Ö€Õ¡Õ®Õ¥Ö„ +achievement.mineWood=Õ“Õ¡ÕµÕ¿ Õ€Õ¡ÕµÕ©Õ°Õ¡ÕµÕ©Õ¥Õ¬ +achievement.mineWood.desc=Õ€Õ¡Ö€Õ¾Õ¡Õ®Õ¥Õ¬ Ô¾Õ¡Õ¼Õ«Õ¶, Õ¸Ö€ÕºÕ¥Õ½Õ¦Õ« Õ½Õ¿Õ¡Õ¶Õ¡Õ¬ ÖƒÕ¡ÕµÕ¿ +achievement.onARail=ÔµÖ€Õ¯Õ¡Õ©Õ¸Ö‚Õ²Õ¸Ö‚ Õ¾Ö€Õ¡ +achievement.openInventory=ÕÕ¿Õ¸Ö‚Õ£Õ¥Õ¬ ÕŠÕ¡ÕµÕ¸Ö‚Õ½Õ¡Õ¯Õ¨ +achievement.openInventory.desc=ÕÕ¥Õ²Õ´Õ¥Ö„ '%1$s' Õ¸Ö€ÕºÕ¥Õ½Õ¦Õ« Õ¢Õ¡ÖÕ¥Ö„ Õ¢Õ¡ÕµÕ¸Ö‚Õ½Õ¡Õ¯Õ¨. +achievement.overkill=Õ„Õ¡Õ°Õ¡ÖÕ¸ Õ€Õ¡Ö€Õ¾Õ¡Õ® +achievement.overkill.desc=Õ„Õ¡Õ¿Õ¸Ö‚ÖÕ¥Ö„ Õ¸Ö‚Õ© Õ¯ÕµÕ¡Õ¶Ö„Õ« Õ¾Õ¶Õ¡Õ½ Õ´Õ¥Õ¯ Õ°Õ¡Ö€Õ¾Õ¡Õ®Õ¸Õ¾ +achievement.portal=Õ„Õ¥Õ¶Ö„ ÕºÕ¥Õ¿Ö„ Õ§ Õ£Õ¶Õ¡Õ¶Ö„ Õ¡Õ¾Õ¥Õ¬Õ« Õ­Õ¸Ö€Õ¨ +achievement.portal.desc=ÕÕ¿Õ¥Õ²Õ®Õ¥Õ¬ ÕºÕ¸Ö€Õ¿Õ¡Õ¬ Õ¤Õ¥ÕºÕ« Ô´ÕªÕ¸Õ­Ö„ +achievement.potion=ÕÕ¥Õ²Õ¡Õ¯Õ¡Õ¶ Õ”Õ«Õ´Õ«Õ¯Õ¸Õ½ +achievement.potion.desc=ÔµÖƒÕ¥Õ¬ Ô´Õ¥Õ²Õ¸Ö€Õ¡ÕµÖ„ +achievement.requires=ÕŠÕ¡Õ°Õ¡Õ¶Õ»Õ¾Õ¸Ö‚Õ´ Õ§ '%1$s' +achievement.snipeSkeleton=ÕÕ¶Õ¡ÕµÕºÕ¥Ö€Õ¶Õ¥Ö€Õ« Õ„Õ¥Õ¶Õ¡Õ´Õ¡Ö€Õ¿ +achievement.snipeSkeleton.desc=Õ†Õ¥Õ¿Õ¸Õ¾ Õ½ÕºÕ¡Õ¶Õ¥Õ¬ Õ¯Õ´Õ¡Õ­Ö„Õ«Õ¶, Õ¡Õ¾Õ¥Õ¬Õ« Ö„Õ¡Õ¶ 50 Õ´Õ¥Õ¿Ö€ Õ°Õ¥Õ¼Õ¡Õ¾Õ¸Ö€Õ¸Ö‚Õ©ÕµÕ¸Ö‚Õ¶Õ«Ö +achievement.taken=Ô¿Õ¡Õ¿Õ¡Ö€Õ¾Õ¡Õ® Õ§! +achievement.theEnd=ÕŽÕ¥Ö€Õ»? +achievement.theEnd.desc=Ô³Õ¿Õ¶Õ¥Õ¬ ÔµÕ¶Õ¤Õ¥Ö€Õ« Õ¡Õ·Õ­Õ¡Ö€Õ°Õ¨ +achievement.theEnd2=ÕŽÕ¥Ö€Õ». +achievement.theEnd2.desc=ÕÕºÕ¡Õ¶Õ¥Õ¬ Ô·Õ¶Õ¤Õ¥Ö€Õ« Ô´Ö€Õ¡Õ¯Õ¸Õ¶Õ«Õ¶ +addServer.add=ÕŠÕ¡Õ¿Ö€Õ¡Õ½Õ¿ +addServer.enterIp=ÕÕ¥Ö€Õ¾Õ¥Ö€Õ« Õ€Õ¡Õ½ÖÕ¥Õ¶ +addServer.enterName=ÕÕ¥Ö€Õ¾Õ¥Ö€Õ« Ô±Õ¶Õ¸Ö‚Õ¶Õ¨ +addServer.hideAddress=Ô¹Õ¡Ö„ÖÕ¶Õ¥Õ¬ Õ°Õ¡Õ½ÖÕ¥Õ¶ +addServer.title=Ô¿Õ¡Ö€Õ£Õ¡Õ¾Õ¸Ö€Õ¥Õ¬ ÕÕ¥Ö€Õ¾Õ¥Ö€Õ« ÕÕ¾ÕµÕ¡Õ¬Õ¶Õ¥Ö€Õ¨ +advMode.allPlayers=Õ•Õ£Õ¿Õ¡Õ£Õ¸Ö€Õ®Õ¥Ö„ "@a" Õ¸Ö€ÕºÕ¥Õ½Õ¦Õ« Õ¨Õ¶Õ¿Ö€Õ¥Ö„ Õ¢Õ¸Õ¬Õ¸Ö€ Õ­Õ¡Õ²Õ¡ÖÕ¸Õ²Õ¶Õ¥Ö€Õ«Õ¶ +advMode.command=Ô²Õ¡Ö€Õ±Õ¡Õ¯Õ« Õ€Ö€Õ¡Õ´Õ¡Õ¶Õ¨ +advMode.nearestPlayer=Õ•Õ£Õ¿Õ¡Õ£Õ¸Ö€Õ®Õ¥Ö„ "@p" Õ¸Ö€ÕºÕ¥Õ½Õ¦Õ« Õ¨Õ¶Ö€Õ¥Ö„ Õ¡Õ´Õ¥Õ¶Õ¡Õ´Õ¸Õ¿Õ«Õ¯ Õ­Õ¡Õ²Õ¡ÖÕ¸Õ²Õ«Õ¶ +advMode.notAllowed=Ô½Õ¡Õ²Õ¡ÖÕ¸Õ²Õ¨ ÕºÕ¥Õ¿Ö„ Õ§ Õ¬Õ«Õ¶Õ« Ö…ÕºÕ¥Ö€Õ¡Õ¿Õ¸Ö€ Ö‡ Õ£Õ¿Õ¶Õ¾Õ« Õ½Õ¿Õ¥Õ²Õ®Õ¡Õ£Õ¸Ö€Õ®Õ´Õ¡Õ¶ Õ¼Õ¥Ö‚ÕªÕ«Õ´Õ¸Ö‚Õ´ +advMode.notEnabled=Õ€Ö€Õ¡Õ´Õ¡Õ¶Õ« Õ¢Õ¬Õ¸Õ¯Õ¶Õ¥Ö€Õ¨ Õ¡ÕµÕ½ Õ½Õ¥Ö€Õ¾Õ¥Ö€Õ¸Ö‚Õ´ Õ©Õ¸Ö‚ÕµÕ¬Õ¡Õ¿Ö€Õ¾Õ¡Õ® Õ¹Õ¥Õ¶ +advMode.randomPlayer=Õ•Õ£Õ¿Õ¡Õ£Õ¸Ö€Õ®Õ¥Ö„ "@r" Õ¸Ö€ÕºÕ¥Õ½Õ¦Õ« Õ¨Õ¶Ö€Õ¥Ö„ ÕºÕ¡Õ¿Õ¡Õ°Õ¡Õ¯Õ¡Õ¶ Õ­Õ¡Õ²Õ¡ÖÕ¸Õ² +advMode.setCommand=Ô¸Õ¶Õ¿Ö€Õ¥Õ¬ Ô²Õ¬Õ¸Õ¯Õ« Õ€Ö€Õ¡Õ´Õ¡Õ¶Õ¨ +advMode.setCommand.success=Õ€Ö€Õ¡Õ´Õ¡Õ¶Õ¨ Õ¨Õ¶Õ¿Ö€Õ¾Õ¡Õ® Õ§Ö‰ %s +attribute.name.generic.attackDamage=Õ€Õ¡Ö€Õ¾Õ¡Õ®Õ« ÕˆÖ‚ÕªÕ¨ +attribute.name.generic.followRange=Õ„Õ¸Õ¢Õ¥Ö€Õ« Õ€Õ¥Õ¿Ö‡Õ¬Õ¸Ö‚ ÕÕ¡Õ°Õ´Õ¡Õ¶Õ¨ +attribute.name.generic.knockbackResistance=Ô²Õ¼Õ©Õ¥Õ¬Õ¸Ö‚ Ô´Õ«Õ´Õ¡Õ¤Ö€Õ¸Ö‚Õ©ÕµÕ¸Ö‚Õ¶ +attribute.name.generic.maxHealth=Ô±Õ¼Õ¡Õ¾Õ¥Õ¬Õ¡Õ£Õ¸Ö‚ÕµÕ¶ Ô¿ÕµÕ¡Õ¶Ö„Õ¨ +attribute.name.generic.movementSpeed=Ô±Ö€Õ¡Õ£Õ¸Ö‚Õ©ÕµÕ¸Ö‚Õ¶ +attribute.name.horse.jumpStrength=ÕÕ«Õ¸Ö‚ Õ©Õ¼Õ«Õ¹Ö„Õ« ÕˆÖ‚ÕªÕ¨ +attribute.name.zombie.spawnReinforcements=Ô¶Õ¸Õ´Õ¢Õ«Õ« ÕˆÖ‚ÕªÕ¥Õ²Õ¡ÖÕ¸Ö‚Õ´Õ¶Õ¥Ö€ +book.byAuthor=Õ€Õ¥Õ²Õ«Õ¶Õ¡Õ¯ %1$s +book.editTitle=Õ„Õ¸Ö‚Õ¿Ö„Õ¡Õ£Ö€Õ¥Ö„ Ô³Ö€Ö„Õ« ÕŽÕ¥Ö€Õ¶Õ¡Õ£Õ«Ö€Õ¨Ö‰ +book.finalizeButton=ÕÕ¿Õ¸Ö€Õ¡Õ£Ö€Õ¥Õ¬ Ö‡ Õ“Õ¡Õ¯Õ¥Õ¬ +book.finalizeWarning=ÕˆÖ‚Õ·Õ¡Õ¤Ö€Õ¸Ö‚Õ©ÕµÕ¸Ö‚Õ¶. Ô³Õ«Ö€Ö„Õ¨ Õ½Õ¿Õ¸Ö€Õ¡Õ£Ö€Õ¥Õ¬Õ¸Ö‚Ö Õ°Õ¥Õ¿Õ¸, Õ¡ÕµÕ¶ Õ¡ÕµÕ¬Ö‡Õ½ Õ°Õ¶Õ¡Ö€Õ¡Õ¾Õ¸Ö€ Õ¹Õ§ Õ­Õ´Õ¢Õ¡Õ£Ö€Õ¥Õ¬ +book.pageIndicator=Ô·Õ» %1$s %2$s-Õ«Ö +book.signButton=ÕÕ¿Õ¸Ö€Õ¡Õ£Ö€Õ¥Õ¬ +build.tooHigh=Ô¿Õ¡Õ¼Õ¸Ö‚ÕµÖÕ¶Õ¥Ö€Õ« Õ¡Õ¼Õ¡Õ¾Õ¥Õ¬Õ¡Õ£Õ¸Ö‚ÕµÕ¶ Õ¢Õ¡Ö€Õ±Ö€Õ¸Ö‚Õ©ÕµÕ¸Ö‚Õ¶Õ¨ %s Õ¢Õ¬Õ¸Õ¯ Õ§ +chat.cannotSend=Õ€Õ¡Õ²Õ¸Ö€Õ¤Õ¡Õ£Ö€Õ¸Ö‚Õ©ÕµÕ¸Ö‚Õ¶Õ¨ Õ°Õ¶Õ¡Ö€Õ¡Õ¾Õ¸Ö€ Õ¹Õ§ Õ¸Ö‚Õ²Õ¡Ö€Õ¯Õ¥Õ¬ +chat.copy=ÕŠÕ¡Õ¿Õ³Õ¥Õ¶Õ¥Õ¬ Ö„Õ¬Õ«ÖƒÕ¢Õ¸Ö€Õ¤Õ¸Ö‚Õ´ +chat.link.confirm=Õ€Õ¡Õ´Õ¸Õ¦Õ¾Õ¡ÕžÕ® Õ¥Ö„, Õ¸Ö€ Õ¸Ö‚Õ¦Õ¸Ö‚Õ´ Õ¥Ö„ Õ¢Õ¡ÖÕ¥Õ¬ Õ°Õ¥Õ¿Ö‡ÕµÕ¡Õ¬ Õ¯Õ¡ÕµÖ„Õ¨ +chat.link.confirmTrusted=Õ‘Õ¡Õ¶Õ¯Õ¡Õ¶Õ¸Ö‚Õ´ Õ¥Ö„ Õ¡Ö€Õ¤ÕµÕ¸Ö„ Õ¢Õ¡ÖÕ¥ÕžÕ¬, Õ©Õ¥Õž ÕºÕ¡Õ¿Õ³Õ¥Õ¶Õ¥Õ¬ Õ¡ÕµÕ½ Õ°Õ²Õ¸Ö‚Õ´Õ¨ Ö„Õ¬Õ«ÖƒÕ¢Õ¸Ö€Õ¤Õ« Õ´Õ¥Õ»Ö‰ +chat.link.open=Õ¢Õ¡Ö Õ´Õ¥Õ» Õ°Õ¡Õ´Õ¡Ö€ +chat.link.warning=ÔµÕ¹Õ¢Õ¥Ö„ Õ´Õ«Õ› Õ¢Õ¡ÖÕ¥Ö„ Õ°Õ²Õ¸Ö‚Õ´Õ¶Õ¥Ö€ Õ¡ÕµÕ¶ Õ´Õ¡Ö€Õ¤Õ¯Õ¡Õ¶ÖÕ«Ö, Õ¸Ö‚Õ´ Õ¹Õ¥Ö„ Õ¾Õ½Õ¿Õ¡Õ°Õ¸Ö‚Õ´ +chat.type.achievement=%s Õ¸Ö‚Õ¶Õ« ÕºÕ¡Ö€Õ¦Õ¡ÕºÕ¥Õ½ Õ¾Õ¡Õ½Õ¿Õ¡Õ¯Õ¥Õ¬ Õ¸Ö€ Õ¶Õ¾Õ¡Õ³Õ¸Ö‚Õ´ %s +commands.ban.success=%s Ô²Õ¡Õ¶Õ¡Õ¤Ö€Õ¾Õ¥Ö +commands.ban.usage=/ban <Õ­Õ¡Õ²Õ¡ÖÕ¸Õ²> [ÕºÕ¡Õ¿Õ³Õ¡Õ¼ ...] +commands.banip.invalid=Ô´Õ¸Ö‚Ö„ Õ£Ö€Õ¥Õ¬ Õ¥Ö„ Õ½Õ­Õ¡Õ¬ IP Õ°Õ¡Õ½ÖÕ¥ Õ¯Õ¡Õ´ Õ¿Õ¾ÕµÕ¡Õ¬ Õ­Õ¡Õ²Õ¡ÖÕ¸Õ²Õ¨ Õ½Õ¥Ö€Õ¾Õ¥Ö€Õ¸Ö‚Õ´ Õ¹Õ§ +commands.banip.success=%s IP Õ°Õ¡Õ½ÖÕ¥Õ¶ Õ¢Õ¡Õ¶Õ¡Õ¤Ö€Õ¾Õ¥Ö +commands.banip.success.players=%s IP Õ°Õ¡Õ½ÖÕ¥Õ¶ Õ¢Õ¡Õ¶Õ¡Õ¤Ö€Õ¾Õ¥Ö, Õ¸Ö€Õ¨ ÕºÕ¡Õ¿Õ¯Õ¡Õ¶Õ¸Ö‚Õ´ Õ§Ö€ %s-Õ«Õ¶ +commands.banip.usage=/ban-ip <Õ°Õ¡Õ½ÖÕ¥|Õ­Õ¡Õ²Õ¡ÖÕ¸Õ²> [ÕºÕ¡Õ¿Õ³Õ¡Õ¼ ...] +commands.banlist.ips=Ô¸Õ¶Õ°Õ¡Õ¶Õ¸Ö‚Ö€ %s Õ¡Ö€Õ£Õ¥Õ¬Õ¾Õ¡Õ® IP Õ°Õ¡Õ½ÖÕ¥: +commands.banlist.players=Ô¸Õ¶Õ°Õ¡Õ¶Õ¸Ö‚Ö€ %s Õ¢Õ¡Õ¶Õ¡Õ¤Ö€Õ¾Õ¡Õ® Õ­Õ¡Õ²Õ¡ÖÕ¸Õ²Õ¶Õ¥Ö€: +commands.banlist.usage=/banlist [ips|Õ­Õ¡Õ²Õ¡ÖÕ¸Õ²Õ¶Õ¥Ö€] +commands.clear.failure=Õ€Õ¶Õ¡Ö€Õ¡Õ¾Õ¸Ö€ Õ¹Õ§ Õ´Õ¡Ö„Ö€Õ¥Õ¬ %s-Õ« ÕºÕ¡ÕµÕ¸Ö‚Õ½Õ¡Õ¯Õ¨, Ö„Õ¡Õ¶Õ« Õ¸Ö€ Õ¡ÕµÕ¶ Õ¤Õ¡Õ¿Õ¡Ö€Õ¯ Õ§ +commands.clear.success=%s Ô½Õ¡Õ²Õ¡ÖÕ¸Õ²Õ« ÕºÕ¡ÕµÕ¸Ö‚Õ½Õ¡Õ¯Õ¨ Õ´Õ¡Ö„Ö€Õ¾Õ¡Õ® Õ§, Õ»Õ¶Õ»Õ¾Õ¥Ö %s Õ¡Õ¼Õ¡Ö€Õ¯Õ¡ +commands.debug.notStarted=Ô´Õ«Õ¿Õ¡Ö€Õ¯Õ¸Ö‚Õ´Õ¨ Õ°Õ¶Õ¡Ö€Õ¡Õ¾Õ¸Ö€ Õ¹Õ§ Õ¤Õ¡Õ¤Õ¡Ö€Õ¥ÖÕ¶Õ¥Õ¬, Ö„Õ¡Õ¶Õ« Õ¸Ö€ Õ¡ÕµÕ¶ Õ¤Õ¥Õ¼ Õ¹Õ« Õ½Õ¯Õ½Õ¾Õ¥Õ¬ +commands.debug.start=Ô´Õ«Õ¿Õ¡Ö€Õ¯Õ´Õ¡Õ¶ Õ¾Ö€Õ«ÕºÕ¡Õ¯Õ¡Õ¦Õ¥Ö€Õ®Õ´Õ¡Õ¶ Õ½Õ¯Õ«Õ¦Õ¢ +commands.debug.stop=Ô´Õ«Õ¿Õ¡Ö€Õ¯Õ´Õ¡Õ¶ Õ¾Ö€Õ«ÕºÕ¡Õ¯Õ¡Õ¦Õ¥Ö€Õ®Õ¸Ö‚Õ´Õ¨ Õ¤Õ¡Õ¤Õ¡Ö€Õ¥ÖÕ¾Õ¥Õ¬ Õ§ %s Õ¾Õ¡ÕµÖ€Õ¯ÕµÕ¡Õ¶Õ«Ö (%s ÖÕ«Õ¯Õ¬) +commands.defaultgamemode.success=Õ€Õ«Õ´Õ¡ Õ¡ÕµÕ½ Õ¡Õ·Õ­Õ¡Ö€Õ°Õ« Õ­Õ¡Õ²Õ¡ÕµÕ«Õ¶ Õ¼Õ¥ÕªÕ«Õ´Õ¨ %s Õ§ +commands.defaultgamemode.usage=/defaultgamemode <Õ­Õ¡Õ²Õ¡ÕµÕ«Õ¶ Õ¼Õ¥ÕªÕ«Õ´> +commands.deop.success=%s Õ¡ÕµÕ¬Ö‡Õ½ Ö…ÕºÕ¥Ö€Õ¡Õ¿Õ¸Ö€ Õ¹Õ§ +commands.deop.usage=/deop <Õ­Õ¡Õ²Õ¡ÖÕ¸Õ²> +commands.difficulty.success=Ô½Õ¡Õ²Õ« Õ¤ÕªÕ¾Õ¡Ö€Õ¸Ö‚Õ©ÕµÕ¸Ö‚Õ¶Õ¨ Õ½Õ¡Õ°Õ´Õ¡Õ¶Õ¥Õ¬ %s +commands.difficulty.usage=/difficulty <Õ¤ÕªÕ¾Õ¡Ö€Õ¸Ö‚Õ©ÕµÕ¸Ö‚Õ¶> +commands.downfall.success=ÔµÕ²Õ¡Õ¶Õ¡Õ¯Õ¨ ÖƒÕ¸Õ­Õ¾Õ¡Õ® Õ§ +commands.effect.failure.notActive=%1$s ÕŽÕ¥Ö€ÖÕ¶Õ¥Õ¬Õ¨ Õ¡Õ¶Õ°Õ¡Õ»Õ¸Õ² Õ§Ö€ %2$s-Õ« Õ´Õ¸Õ¿Õ«Ö, Ö„Õ¡Õ¶Õ« Õ¸Ö€ Õ¶Õ¡ Õ¹Õ¸Ö‚Õ¶Õ¥Ö€ Õ¡ÕµÕ¶ +commands.effect.failure.notActive.all=Ô²Õ¸Õ¬Õ¸Ö€ Õ¡Õ¦Õ¤Õ¥ÖÕ¸Ö‚Õ©ÕµÕ¸Ö‚Õ¶Õ¶Õ¥Ö€Õ¨ Õ¾Õ¥Ö€ÖÕ¶Õ¥Õ¬Õ¨ Õ¡Õ¶Õ°Õ¡Õ»Õ¸Õ² Õ§Ö€ %s-Õ« Õ´Õ¸Õ¿Õ«Ö, Ö„Õ¡Õ¶Õ« Õ¸Ö€ Õ¶Õ¡ Õ¹Õ¸Ö‚Õ¶Õ¥Ö€ Õ¸Õ¹ Õ´Õ« Õ°Õ¡Õ¿ +commands.effect.notFound=%s ID-Õ¸Õ¾ Õ¡Õ¦Õ¤Õ¥ÖÕ¸Ö‚Õ©ÕµÕ¸Ö‚Õ¶ Õ£Õ¸ÕµÕ¸Ö‚Õ©ÕµÕ¸Ö‚Õ¶ Õ¹Õ¸Ö‚Õ¶Õ« +commands.effect.success=ÕÖ€Õ¾Õ¥Ö %1$s (ID %2$s) * %3$s Õ¤Õ¥ÕºÕ« %4$s %5$s Õ¾Õ¡Ö€Õ¯ÕµÕ¡Õ¶ Õ¿Õ¥Õ¾Õ¸Õ²Õ¸Ö‚Õ©ÕµÕ¡Õ´Õ¢ +commands.effect.success.removed=ÕŽÕ¥Ö€ÖÕ¾Õ¥Ö %1$s %2$s-Õ« Õ´Õ¸Õ¿Õ«Ö +commands.effect.success.removed.all=ÕŽÕ¥Ö€ÖÕ¾Õ¥ÖÕ«Õ¶ Õ¢Õ¸Õ¬Õ¸Ö€ Õ¡Õ¦Õ¤Õ¥ÖÕ¸Ö‚Õ©ÕµÕ¸Ö‚Õ¶Õ¶Õ¥Ö€Õ¨ %s-Õ«Ö +commands.enchant.cantCombine=%1$s-Õ¨ Õ°Õ¶Õ¡Ö€Õ¡Õ¾Õ¸Ö€ Õ¹Õ§ Õ´Õ«Õ¡Õ¾Õ¸Ö€Õ¥Õ¬ %2$s-Õ« Õ°Õ¥Õ¿ +commands.enchant.cantEnchant=ÕÕ¾ÕµÕ¡Õ¬ Õ¯Õ¡Õ­Õ¡Ö€Õ¤Õ¡Õ¶Ö„Õ¨ Õ°Õ¶Õ¡Ö€Õ¡Õ¾Õ¸Ö€ Õ¹Õ§ Õ¡Õ¾Õ¥Õ¬Õ¡ÖÕ¶Õ¥Õ¬ Õ¡ÕµÕ¤ Õ¡Õ¼Õ¡Ö€Õ¯Õ¡ÕµÕ«Õ¶ +commands.enchant.notFound=%s ID-Õ¸Õ¾ Õ¯Õ¡Õ­Õ¡Ö€Õ¤Õ¡Õ¶Ö„ Õ£Õ¸ÕµÕ¸Ö‚Õ©ÕµÕ¸Ö‚Õ¶ Õ¹Õ¸Ö‚Õ¶Õ« +commands.enchant.success=Ô¿Õ¡Õ­Õ¡Ö€Õ¤Õ¡Õ¶Ö„Õ¨ Õ°Õ¡Õ»Õ¸Õ²Õ¾Õ¥Ö +commands.enchant.usage=/enchant <Õ­Õ¡Õ²Õ¡ÖÕ¸Õ²> <Õ¯Õ¡Õ­Õ¡Ö€Õ¤Õ¡Õ¶Ö„Õ« ID> [Õ¡Õ½Õ¿Õ«Õ³Õ¡Õ¶] +commands.gamemode.success.other=ÕÕ¡Õ°Õ´Õ¡Õ¶Õ¥Õ¬ %s-Õ« Õ­Õ¡Õ²Õ¡ÕµÕ«Õ¶ Õ¼Õ¥ÕªÕ«Õ´Õ¨ %s +commands.gamemode.success.self=Ô±Õ¶Õ±Õ¶Õ¡Õ¯Õ¡Õ¶ Õ­Õ¡Õ²Õ¡ÕµÕ«Õ¶ Õ¼Õ¥ÕªÕ«Õ´Õ¨ Õ½Õ¡Õ°Õ´Õ¡Õ¶Õ¥Õ¬ %s +commands.gamemode.usage=/gamemode <Õ¼Õ¥ÕªÕ«Õ´> [Õ´Õ¡Õ½Õ¶Õ¡Õ¯Õ«Ö] +commands.gamerule.norule=%s Õ¡Õ¶Õ¾Õ¡Õ´Õ¢ Õ­Õ¡Õ²Õ¡ÕµÕ«Õ¶ Õ¯Õ¡Õ¶Õ¸Õ¶ Õ£Õ¸ÕµÕ¸Ö‚Õ©ÕµÕ¸Ö‚Õ¶ Õ¹Õ¸Ö‚Õ¶Õ« +commands.gamerule.success=Ô½Õ¡Õ²Õ¡ÕµÕ«Õ¶ Õ¯Õ¡Õ¶Õ¸Õ¶Õ¥Ö€Õ¨ Õ©Õ¡Ö€Õ´Õ¡ÖÕ¾Õ¥ÖÕ«Õ¶ +commands.generic.boolean.invalid='%s' Õ³Õ«Õ·Õ¿ Õ¯Õ¡Õ´ Õ½Õ­Õ¡Õ¬ Õ¹Õ§ +commands.generic.double.tooBig=Ô¹Õ«Õ¾Õ¨ Õ¸Ö€Õ¨ Õ¤Õ¸Ö‚Ö„ Õ£Ö€Õ¥Õ¬ Õ¥Ö„ (%s) Õ¹Õ¡ÖƒÕ¡Õ¦Õ¡Õ¶Ö Õ´Õ¥Õ® Õ§, Õ¡ÕµÕ¶ ÕºÕ¥Õ¿Ö„ Õ§ Õ¬Õ«Õ¶Õ« Õ¡Õ¼Õ¡Õ¾Õ¥Õ¬Õ¡Õ£Õ¸Ö‚ÕµÕ¶Õ¨ %s +commands.generic.double.tooSmall=Ô¹Õ«Õ¾Õ¨ Õ¸Ö€Õ¨ Õ¤Õ¸Ö‚Ö„ Õ£Ö€Õ¥Õ¬ Õ¥Ö„ (%s) Õ¹Õ¡ÖƒÕ¡Õ¦Õ¡Õ¶Ö ÖƒÕ¸Ö„Ö€ Õ§, Õ¡ÕµÕ¶ ÕºÕ¥Õ¿Ö„ Õ§ Õ¬Õ«Õ¶Õ« Õ¶Õ¾Õ¡Õ¦Õ¡Õ£Õ¸Ö‚ÕµÕ¶Õ¨ %s +commands.generic.exception=Ô½Õ¶Õ¤Õ«Ö€ Õ¡Õ¼Õ¡Õ»Õ¡ÖÕ¡Õ¾ Õ°Ö€Õ¡Õ´Õ¡Õ¶Õ¨ Õ¯Õ¡Õ¿Õ¡Ö€Õ¥Õ¬Õ¸Ö‚ Õ¨Õ¶Õ©Õ¡ÖÖ„Õ¸Ö‚Õ´ +commands.generic.notFound=Ô±Õ¶Õ°Õ¡Õµ Õ°Ö€Õ¡Õ´Õ¡Õ¶. Õ“Õ¸Ö€Õ±Õ¥Ö„ /help Õ¸Ö€ÕºÕ¥Õ½Õ¦Õ« Õ¿Õ¥Õ½Õ¶Õ¥Ö„ Õ°Ö€Õ¡Õ´Õ¡Õ¶Õ¶Õ¥Ö€Õ« ÖÕ¡Õ¶Õ¯Õ¨ +commands.generic.num.invalid='%s' Õ¹Õ« Õ°Õ¡Õ¶Õ¤Õ«Õ½Õ¡Õ¶Õ¸Ö‚Õ´ Õ¸Ö€ÕºÕ¥Õ½ Õ¨Õ¶Õ¤Õ¸Ö‚Õ¶Õ¥Õ¬Õ« Õ°Õ¡Õ´Õ¡Ö€ +commands.generic.num.tooBig=Ô¹Õ«Õ¾Õ¨ Õ¸Ö€Õ¨ Õ¤Õ¸Ö‚Ö„ Õ£Ö€Õ¥Õ¬ Õ¥Ö„ (%s) Õ¹Õ¡ÖƒÕ¡Õ¦Õ¡Õ¶Ö Õ´Õ¥Õ® Õ§, Õ¡ÕµÕ¶ ÕºÕ¥Õ¿Ö„ Õ§ Õ¬Õ«Õ¶Õ« Õ¡Õ¼Õ¡Õ¾Õ¥Õ¬Õ¡Õ£Õ¸Ö‚ÕµÕ¶Õ¨ %s +commands.generic.num.tooSmall=Ô¹Õ«Õ¾Õ¨ Õ¸Ö€Õ¨ Õ¤Õ¸Ö‚Ö„ Õ£Ö€Õ¥Õ¬ Õ¥Ö„ (%s) Õ¹Õ¡ÖƒÕ¡Õ¦Õ¡Õ¶Ö ÖƒÕ¸Ö„Ö€ Õ§, Õ¡ÕµÕ¶ ÕºÕ¥Õ¿Ö„ Õ§ Õ¬Õ«Õ¶Õ« Õ¶Õ¾Õ¡Õ¦Õ¡Õ£Õ¸Ö‚ÕµÕ¶Õ¨ %s +commands.generic.permission=Ô´Õ¸Ö‚Ö„ Õ¡ÕµÕ½ Õ°Ö€Õ¡Õ´Õ¡Õ¶Õ¨ Õ«Ö€Õ¡Õ¾Õ¸Ö‚Õ¶Ö„ Õ¹Õ¸Ö‚Õ¶Õ¥Ö„ Ö…Õ£Õ¿Õ¡Õ£Õ¸Ö€Õ®Õ¥Õ¬ +commands.generic.player.notFound=ÕÕ¾ÕµÕ¡Õ¬ Õ­Õ¡Õ²Õ¡ÖÕ¸Õ²Õ«Õ¶ Õ°Õ¶Õ¡Ö€Õ¡Õ¾Õ¸Ö€ Õ¹Õ§ Õ£Õ¿Õ¶Õ¥Õ¬ +commands.generic.syntax=Õ€Ö€Õ¡Õ´Õ¡Õ¶Õ« Õ·Õ¡Ö€Õ¡Õ°ÕµÕ¸Ö‚Õ½Õ¸Ö‚Õ©ÕµÕ¸Ö‚Õ¶Õ¨ Õ½Õ­Õ¡Õ¬ Õ§ +commands.generic.usage=Ô¿Õ«Ö€Õ¡Õ¼Õ¸Ö‚Õ´: %s +commands.give.notFound=Ô±Õ¼Õ¡Ö€Õ¯Õ¡ %s Õ°Õ¡Õ´Õ¡Ö€Õ¸Õ¾ Õ£Õ¸ÕµÕ¸Ö‚Õ©ÕµÕ¸Ö‚Õ¶ Õ¹Õ¸Ö‚Õ¶Õ« +commands.help.footer=Ô±Õ¯Õ¶Õ¡Ö€Õ¯. Õ„Õ¸Ö‚Õ¿Ö„Õ¡Õ£Ö€Õ¥Õ¬Õ¸Ö‚ ÕªÕ¡Õ´Õ¡Õ¶Õ¡Õ¯ Ö…Õ£Õ¿Õ¡Õ£Õ¸Ö€Õ®Õ¥Ö„ Õ½Õ¿Õ¥Õ²Õ¶Õ¨, Õ°Ö€Õ¡Õ´Õ¡Õ¶Õ¨ Õ¯Õ¡Õ´ Õ¶Ö€Õ¡ ÖƒÕ¡Õ½Õ¿Õ¡Ö€Õ¯Õ¶Õ¥Ö€Õ¨ Õ¡Õ¾Õ¿Õ¸Õ´Õ¡Õ¿ Õ¬Ö€Õ¡ÖÕ¶Õ¥Õ¬Õ¸Ö‚ Õ°Õ¡Õ´Õ¡Ö€ +commands.help.header=--- Õ‘Õ¸Ö‚ÖÕ¡Õ¤Ö€Õ¥Õ¬ %s-Õ«Ö %s Ö…Õ£Õ¶Õ¸Ö‚Õ©ÕµÕ¡Õ¶ Õ§Õ»Õ¥Ö€Õ¨ (/help ) --- +commands.help.usage=/help [Õ§Õ»|Õ°Ö€Õ¡Õ´Õ¡Õ¶] +commands.kick.success=%s-Õ¨ Õ¤Õ¸Ö‚Ö€Õ½ Õ°Õ¡Õ¶Õ¾Õ¥Ö Õ½Õ¥Ö€Õ¾Õ¥Ö€Õ«Ö +commands.kick.success.reason=%s-Õ¨ Õ¤Õ¸Ö‚Ö€Õ½ Õ°Õ¡Õ¶Õ¾Õ¥Ö Õ½Õ¥Ö€Õ¾Õ¥Ö€Õ«Ö: '%s' +commands.kick.usage=/kick <Õ­Õ¡Õ²Õ¡ÖÕ¸Õ²> [ÕºÕ¡Õ¿Õ³Õ¡Õ¼...] +commands.me.usage=/me <Õ£Õ¸Ö€Õ®Õ¸Õ²Õ¸Ö‚Õ©ÕµÕ¸Ö‚Õ¶ ...> +commands.message.display.incoming=%s Õ¨ Õ·Õ·Õ¶Õ»Õ¡Ö Õ±Õ¥Õ¦. %s +commands.message.display.outgoing=Ô´Õ¸Ö‚Ö„ Õ·Õ·Õ¶Õ»Õ¡ÖÕ«Ö„ %s. %s +commands.message.sameTarget=Ô´Õ¸Ö‚ Õ¹Õ¥'Õ½ Õ¯Õ¡Ö€Õ¸Õ² Õ«Õ¶Ö„Õ¿ Ö„Õ¥Õ¦ Õ°Õ¡Õ²Õ¸Ö€Õ¤Õ¡Õ£Ö€Õ¸Ö‚Õ©ÕµÕ¸Ö‚Õ¶ Õ£Ö€Õ¥Õ¬ +commands.message.usage=/tell <Õ´Õ¡Õ½Õ¶Õ¡Õ¯Õ«Ö> <Õ°Õ¡Õ²Õ¸Ö€Õ¤Õ¡Õ£Ö€Õ¸Ö‚Õ©ÕµÕ¸Ö‚Õ¶ ...> +commands.op.success=%s Õ¤Õ¡Ö€Õ±Õ¡Õ¾ Ö…ÕºÕ¥Ö€Õ¡Õ¿Õ¸Ö€ +commands.op.usage=/op <Õ­Õ¡Õ²Õ¡ÖÕ¸Õ²> +commands.players.list=%s/%s Õ­Õ¡Õ²Õ¡ÖÕ¸Õ² Õ§ Õ½Õ¥Ö€Õ¾Õ¥Ö€Õ¸Ö‚Õ´: +commands.publish.failed=Õ€Õ¶Õ¡Ö€Õ¡Õ¾Õ¸Ö€ Õ¹Õ§ Õ¿Õ¥Õ²Õ¡Õ¯Õ¡ÕµÕ¥Õ¬ Õ¿Õ¥Õ²Õ¡Õ¯Õ¡Õ¶ Õ­Õ¡Õ²Õ¨ +commands.publish.started=ÕÕ¥Õ²Õ¡Õ¯Õ¡Õ¶ Õ½Õ¥Ö€Õ¾Õ¥Ö€Õ¨ Õ¿Õ¥Õ²Õ¡Õ¯Õ¡ÕµÕ¾Õ¡Õ® Õ§ %s ÖƒÕ¸Ö€Õ©Õ« Õ¾Ö€Õ¡ +commands.save-off.alreadyOff=Ô±Õ·Õ­Õ¡Ö€Õ°Õ« ÕºÕ¡Õ°ÕºÕ¡Õ¶Õ¸Ö‚Õ´Õ¨ Õ¡Ö€Õ¤Õ¥Õ¶ Õ¡Õ¶Õ»Õ¡Õ¿Õ¡Õ® Õ§. +commands.save-on.alreadyOn=Ô±Õ·Õ­Õ¡Ö€Õ°Õ« ÕºÕ¡Õ°ÕºÕ¡Õ¶Õ¸Ö‚Õ´Õ¨ Õ¡Ö€Õ¤Õ¥Õ¶ Õ´Õ«Õ¡ÖÕ¾Õ¡Õ® Õ§. +commands.save.disabled=Ô±Õ·Õ­Õ¡Ö€Õ°Õ« Õ¡Õ¾Õ¿Õ¸Õ´Õ¡Õ¿ ÕºÕ¡Õ°ÕºÕ¡Õ¶Õ¸Ö‚Õ´Õ¨ Õ¡Õ¶Õ»Õ¡Õ¿Õ¾Õ¥Ö +commands.save.enabled=Ô±Õ·Õ­Õ¡Ö€Õ°Õ« Õ¡Õ¾Õ¿Õ¸Õ´Õ¡Õ¿ ÕºÕ¡Õ°ÕºÕ¡Õ¶Õ¸Ö‚Õ´Õ¨ Õ´Õ«Õ¡ÖÕ¾Õ¥Ö +commands.save.failed=Ô±Õ·Õ­Õ¡Ö€Õ°Õ« ÕºÕ¡Õ°ÕºÕ¡Õ¶Õ´Õ¡Õ¶ ÕªÕ¡Õ´Õ¡Õ¶Õ¡Õ¯ Õ­Õ¶Õ¤Õ«Ö€ Õ¡Õ¼Õ¡Õ»Õ¡ÖÕ¡Õ¾: %s +commands.save.start=Ô±Õ·Õ­Õ¡Ö€Õ°Õ¨ ÕºÕ¡Õ°ÕºÕ¡Õ¶Õ¾Õ¸Ö‚Õ´ Õ§... +commands.save.success=Ô±Õ·Õ­Õ¡Ö€Õ°Õ¨ ÕºÕ¡Õ°ÕºÕ¡Õ¶Õ¾Õ¥Ö +commands.say.usage=/say <Õ°Õ¡Õ²Õ¸Ö€Õ¤Õ¡Õ£Ö€Õ¸Ö‚Õ©ÕµÕ¸Ö‚Õ¶ ...> +commands.scoreboard.objectiveNotFound='%s' Õ¡Õ¶Õ¸Ö‚Õ¶Õ¸Õ¾ Õ¶ÕºÕ¡Õ¿Õ¡Õ¯ Õ°Õ¶Õ¡Ö€Õ¡Õ¾Õ¸Ö€ Õ¹Õ§Ö€ Õ£Õ¿Õ¶Õ¥Õ¬ +commands.scoreboard.objectiveReadOnly='%s' Õ¶ÕºÕ¡Õ¿Õ¡Õ¯Õ¨ Õ´Õ«Õ¡ÕµÕ¶ Õ¯Õ¡Ö€Õ¤Õ¡Õ¬Õ¸Ö‚ Õ°Õ¡Õ´Õ¡Ö€ Õ§ Ö‡ Õ¹Õ« Õ¯Õ¡Ö€Õ¸Õ² Õ½Õ¡Õ°Õ´Õ¡Õ¶Õ¾Õ¥Õ¬ +commands.scoreboard.objectives.add.alreadyExists='%s' Õ¡Õ¶Õ¸Ö‚Õ¶Õ¸Õ¾ Õ¶ÕºÕ¡Õ¿Õ¡Õ¯Õ¨ Õ¡Ö€Õ¤Õ¥Õ¶ Õ¡Õ¼Õ¯Õ¡ Õ§ +commands.scoreboard.objectives.add.displayTooLong='%s' ÖÕ¸Ö‚ÖÕ¡Õ¤Ö€Õ¡Õ¯Õ¡Õ¶ Õ¡Õ¶Õ¸Ö‚Õ¶Õ¨ Õ¹Õ¡ÖƒÕ¡Õ¦Õ¡Õ¶Ö Õ¥Ö€Õ¯Õ¡Ö€ Õ§, Õ¡ÕµÕ¶ ÕºÕ¥Õ¿Ö„ Õ§ Õ¹Õ£Õ¥Ö€Õ¡Õ¦Õ¡Õ¶ÖÕ« %s Õ¿Õ¡Õ¼Õ¨ +commands.scoreboard.objectives.add.success='%s' Õ¡Õ¶Õ¸Ö‚Õ¶Õ¸Õ¾ Õ¶ÕºÕ¡Õ¿Õ¡Õ¯Õ¨ Õ¡Õ¾Õ¥Õ¬Õ¡ÖÕ¾Õ¡Õ® Õ§ +commands.scoreboard.objectives.add.tooLong='%s' Õ¡Õ¶Õ¸Ö‚Õ¶Õ¨ Õ¹Õ¡ÖƒÕ¡Õ¦Õ¡Õ¶Ö Õ¥Ö€Õ¯Õ¡Ö€ Õ§, Õ¡ÕµÕ¶ ÕºÕ¥Õ¿Ö„ Õ§ Õ¹Õ£Õ¥Ö€Õ¡Õ¦Õ¡Õ¶ÖÕ« %s Õ¿Õ¡Õ¼Õ¨ +commands.scoreboard.objectives.add.usage=/scoreboard objectives add <Õ¡Õ¶Õ¾Õ¡Õ¶Õ¸Ö‚Õ´> <Õ¹Õ¡ÖƒÕ¡Õ¶Õ«Õ·Õ« Õ¿Õ¥Õ½Õ¡Õ¯> [ÖÕ¸Ö‚ÖÕ¡Õ¤Ö€Õ´Õ¡Õ¶ Õ¡Õ¶Õ¸Ö‚Õ¶ ...] +commands.scoreboard.objectives.list.empty=Õ€Õ¡Õ·Õ¾Õ« Õ¾Ö€Õ¡ Õ¶ÕºÕ¡Õ¿Õ¡Õ¯ Õ¹Õ¯Õ¡ +commands.scoreboard.objectives.list.entry=%s Õ¶ÕºÕ¡Õ¿Õ¡Õ¯Õ¨ ÖÕ¸Ö‚ÖÕ¡Õ¤Ö€Õ¾Õ¸Ö‚Õ´ Õ§ Õ«Õ¶Õ¹ÕºÕ¥Õ½ '%s' Õ¥Õ¾ '%s' Õ¿Õ¥Õ½Õ¡Õ¯Õ¨ Õ¸Ö‚Õ¶Õ« +commands.scoreboard.objectives.remove.success='%s' Õ¶ÕºÕ¡Õ¿Õ¡Õ¯Õ¨ Õ»Õ¶Õ»Õ¾Õ¥Ö +commands.scoreboard.objectives.remove.usage=/scoreboard objectives remove <Õ­Õ¡Õ²Õ¡ÖÕ¸Õ²> +commands.scoreboard.objectives.setdisplay.invalidSlot='%s' Õ¶ÕºÕ¡Õ¿Õ¡Õ¯Õ« Õ¾Õ¡ÕµÖ€ Õ£Õ¸ÕµÕ¸Ö‚Õ©ÕµÕ¸Ö‚Õ¶ Õ¹Õ¸Ö‚Õ¶Õ« +commands.scoreboard.objectives.setdisplay.successCleared='%s' Õ¶ÕºÕ¡Õ¿Õ¡Õ¯Õ« Õ¾Õ¡ÕµÖ€Õ¨ Õ´Õ¡Ö„Ö€Õ¾Õ¡Õ® Õ§ +commands.scoreboard.objectives.setdisplay.successSet=ÕÕ¡Õ°Õ´Õ¡Õ¶Õ¾Õ¥Ö Õ¶ÕºÕ¡Õ¿Õ¡Õ¯Õ« Õ¾Õ¡ÕµÖ€ '%s'-Õ«Ö Õ¤Õ¥ÕºÕ« '%s' +commands.scoreboard.objectives.setdisplay.usage=/scoreboard objectives setdisplay <Õ¾Õ¡ÕµÖ€> [Õ¶ÕºÕ¡Õ¿Õ¡Õ¯] +commands.scoreboard.players.list.empty=ÕŽÕ«Õ³Õ¡Õ¯Õ¡Õ£Ö€Õ¸Ö‚Õ©ÕµÕ¡Õ¶ Õ´Õ¥Õ» Õ°Õ¥Õ¿Ö‡Õ¾Õ¸Õ² Õ´Õ¡Õ½Õ¶Õ¡Õ¯Õ«ÖÕ¶Õ¥Ö€ Õ¹Õ¯Õ¡Õ¶ +commands.scoreboard.players.list.player.empty=%s Õ­Õ´Õ¡Õ½Õ¶Õ¡Õ¯Õ«ÖÕ¨ Õ´Õ«Õ¡Õ¾Õ¸Ö€Õ¶Õ¥Ö€ Õ¹Õ¸Ö‚Õ¶Õ« +commands.scoreboard.players.reset.success=ÕŽÕ¥Ö€Õ¡Õ¯Õ¡Ö€Õ£Õ¥Õ¬ Õ´Õ¡Õ½Õ¶Õ¡Õ¯ÖÕ« Õ¢Õ¸Õ¬Õ¸Ö€ Õ´Õ«Õ¡Õ¾Õ¸Ö€Õ¶Õ¥Ö€Õ¨ %s +commands.scoreboard.players.set.success=%s Õ´Õ«Õ¡Õ¾Õ¸Ö€Õ¶Õ¥Ö€Õ« Ö„Õ¡Õ¶Õ¡Õ¯Õ¨ %s Õ­Õ¡Õ²Õ¡ÖÕ¸Õ²Õ« Õ°Õ¡Õ´Õ¡Ö€ ÖƒÕ¸Õ­Õ¾Õ¥ÖÕ« Õ¤Õ¥ÕºÕ« %s +commands.scoreboard.teamNotFound='%s' Õ¡Õ¶Õ¸Ö‚Õ¶Õ¸Õ¾ Õ©Õ«Õ´ Õ°Õ¶Õ¡Ö€Õ¡Õ¾Õ¸Ö€ Õ¹Õ§Ö€ Õ£Õ¿Õ¶Õ¥Õ¬ +commands.scoreboard.teams.add.alreadyExists='%s' Õ¡Õ¶Õ¸Ö‚Õ¶Õ¸Õ¾ Õ©Õ«Õ´ Õ¡Ö€Õ¤Õ¥Õ¶ Õ£Õ¸Ö‚ÕµÕ¸Ö‚Õ©ÕµÕ¸Ö‚Õ¶ Õ¸Ö‚Õ¶Õ« +commands.scoreboard.teams.add.displayTooLong='%s' ÖÕ¸Ö‚ÖÕ¡Õ¤Ö€Õ´Õ¡Õ¶ Õ¡Õ¶Õ¸Ö‚Õ¶Õ¨ Õ¹Õ¡ÖƒÕ¡Õ¦Õ¡Õ¶Ö Õ¥Ö€Õ¯Õ¡Ö€ Õ§ Õ©Õ«Õ´Õ« Õ¡Õ¶Õ¾Õ¡Õ¶ Õ°Õ¡Õ´Õ¡Ö€, Õ¡ÕµÕ¶ Õ¡Õ¼Õ¡Õ¾Õ¥Õ¬Õ¡Õ£Õ¸Ö‚ÕµÕ¶Õ¨ Õ¯Õ¡Ö€Õ¸Õ² Õ§ Õ¬Õ«Õ¶Õ¥Õ¬ %s Õ¶Õ«Õ·Õ¡Õ¶Õ¸Ö +commands.scoreboard.teams.add.success='%s' Õ©Õ«Õ´Õ¨ Õ¡Õ¾Õ¥Õ¬Õ¡ÖÕ¾Õ¥Ö Õ°Õ¡Õ»Õ¸Õ²Õ¸Ö‚Õ©ÕµÕ¡Õ´Õ¢ +commands.scoreboard.teams.add.tooLong='%s' Õ¡Õ¶Õ¸Ö‚Õ¶Õ¨ Õ¹Õ¡ÖƒÕ¡Õ¦Õ¡Õ¶Ö Õ¥Ö€Õ¯Õ¡Ö€ Õ§, Õ¡ÕµÕ¶ Õ¡Õ¼Õ¡Õ¾Õ¥Õ¬Õ¡Õ£Õ¸Ö‚ÕµÕ¶Õ¨ Õ¯Õ¡Ö€Õ¸Õ² Õ§ Õ¬Õ«Õ¶Õ¥Õ¬ %s Õ¶Õ«Õ·Õ¡Õ¶Õ¸Ö +commands.scoreboard.teams.add.usage=/scoreboard teams add <Õ¡Õ¶Õ¸Ö‚Õ¶> [ÖÕ¸Ö‚ÖÕ¡Õ¤Ö€Õ´Õ¡Õ¶ Õ¡Õ¶Õ¸Ö‚Õ¶ ...] +commands.scoreboard.teams.empty.alreadyEmpty=%s Õ©Õ«Õ´Õ¨ Õ¡Ö€Õ¤Õ¥Õ¶ Õ¤Õ¡Õ¿Õ¡Ö€Õ¯ Õ§, Õ°Õ¶Õ¡Ö€Õ¡Õ¾Õ¸Ö€ Õ¹Õ§ Õ°Õ¥Õ¼Õ¡ÖÕ¶Õ¥Õ¬ Õ£Õ¸ÕµÕ¸Ö‚Õ©ÕµÕ¸Ö‚Õ¶ Õ¹Õ¸Ö‚Õ¶Õ¥ÖÕ¸Õ² Õ´Õ¡Õ½Õ¶Õ¡Õ¯Õ«ÖÕ¶Õ¥Ö€Õ«Õ¶ +commands.scoreboard.teams.empty.success=%s Õ©Õ«Õ´Õ«Ö Õ°Õ¥Õ¼Õ¡ÖÕ¶Õ¥Õ¬ Õ¢Õ¸Õ¡Õ¬Õ¸Ö€ %s Õ´Õ¡Õ½Õ¶Õ¡Õ¯Õ«ÖÕ¶Õ¥Ö€Õ«Õ¶ +commands.scoreboard.teams.join.failure=%s: %s Õ©Õ«Õ´Õ«Õ¶ Õ¹Õ°Õ¡Õ»Õ¸Õ²Õ¾Õ¥Ö Õ¡Õ¾Õ¥Õ¬Õ¡ÖÕ¶Õ¥Õ¬ %s Õ´Õ¡Õ½Õ¶Õ¡Õ¯Õ«Ö(Õ¶Õ¥Ö€) +commands.scoreboard.teams.join.success=%s: %s Õ©Õ«Õ´Õ«Õ¶ Õ¡Õ¾Õ¥Õ¬Õ¡ÖÕ¾Õ¥Ö %s Õ´Õ¡Õ½Õ¶Õ¡Õ¯Õ«Ö +commands.scoreboard.teams.join.usage=/scoreboard teams join <Õ©Õ«Õ´> [Õ´Õ¡Õ½Õ¶Õ¡Õ¯Õ«Ö] +commands.scoreboard.teams.leave.failure=Ô»Ö€Õ¥Õ¶Ö Õ©Õ«Õ´Õ¥Ö€Õ«Ö Õ¹Õ°Õ¡Õ»Õ¸Õ²Õ¾Õ¥Ö Õ°Õ¥Õ¼Õ¡ÖÕ¶Õ¥Õ¬ %s Õ´Õ¡Õ½Õ¶Õ¡Õ¯Õ«ÖÖ‰ %s +commands.scoreboard.teams.leave.noTeam=Ô´Õ¸Ö‚ Õ©Õ«Õ´Õ« Õ´Õ¥Õ» Õ¹Õ¥Õ½ +commands.scoreboard.teams.leave.success=Ô»Ö€Õ¥Õ¶Ö Õ©Õ«Õ´Õ«Ö Õ°Õ¥Õ¼Õ¡ÖÕ¾Õ¥Õ¬ Õ¥Õ¶ %s Õ´Õ¡Õ½Õ¶Õ¡Õ¯Õ«Ö(Õ¶Õ¥Ö€)Ö‰ %s +commands.scoreboard.teams.leave.usage=/scoreboard teams leave [Õ´Õ¡Õ½Õ¶Õ¡Õ¯Õ«Ö] +commands.scoreboard.teams.list.empty=ÕˆÕ¹ Õ´Õ« Õ©Õ«Õ´ Õ£Ö€Õ¡Õ¶ÖÕ¾Õ¡Õ® Õ¹Õ§ Õ¾Õ«Õ³Õ¡Õ¯Õ¡Õ£Ö€Õ¸Ö‚Õ©ÕµÕ¡Õ¶ Õ´Õ¥Õ» +commands.scoreboard.teams.list.entry=- %1$s: '%2$s' Õ¸Ö‚Õ¶Õ« %3$s Õ´Õ¡Õ½Õ¶Õ¡Õ¯Õ«Ö +commands.scoreboard.teams.list.player.empty=%s Õ©Õ«Õ´Õ¨ Õ´Õ¡Õ½Õ¶Õ¡Õ¯Õ«ÖÕ¶Õ¥Ö€ Õ¹Õ¸Ö‚Õ¶Õ« +commands.scoreboard.teams.list.usage=/scoreboard teams list [Õ¡Õ¶Õ¸Ö‚Õ¶] +commands.scoreboard.teams.option.noValue=ÕŽÕ¡Õ¾Õ¥Ö€Õ¡Õ¯Õ¡Õ¶ Õ¡Ö€ÕªÕ¥Ö„ %s Õ¿Õ¡Ö€Õ¢Õ¥Ö€Õ¡Õ¯Õ« Õ°Õ¡Õ´Õ¡Ö€Ö‰ %s +commands.scoreboard.teams.option.success=ÕÕ¡Õ°Õ´Õ¡Õ¶Õ¥Õ¬ Õ¨Õ¶Õ¿Ö€Õ¡Õ¶Ö„ %s, %s-Õ«Ö %s Õ©Õ«Õ´Õ¥Ö€Õ« Õ°Õ¡Õ´Õ¡Ö€ +commands.scoreboard.teams.remove.success=Õ€Õ¥Õ¼Õ¡ÖÕ¶Õ¥Õ¬ %s Õ©Õ«Õ´Õ¨ +commands.scoreboard.teams.remove.usage=/scoreboard teams remove <Õ¡Õ¶Õ¸Ö‚Õ¶> +commands.seed.success=ÕÕ¥Ö€Õ´. %s +commands.spawnpoint.success=ÕÕ¡Õ°Õ´Õ¡Õ¶Õ¥Õ¬ %s -Õ« Õ®Õ¶Õ¾Õ¥Õ¬Õ¸Ö‚ Õ¾Õ¡ÕµÖ€Õ¨ (%s, %s, %s) +commands.spreadplayers.failure.players=Õ€Õ¶Õ¡Ö€Õ¡Õ¾Õ¸Ö€ Õ¹Õ¥ Õ¢Õ¡Õ·Õ­Õ¥Õ¬ %s Õ´Õ¡Õ½Õ¶Õ¡Õ¯Õ«Ö %s,%s Õ·Ö€Õ»Õ¡Õ¯Õ¡ÕµÖ„Õ¸Õ¾ (Õ¹Õ¡ÖƒÕ«Ö Õ·Õ¡Õ¿ Õ´Õ¡Õ½Õ¶Õ¡Õ¯Õ«ÖÕ¶Õ¥Ö€ - ÖƒÕ¸Ö€Õ±Õ¥Ö„ Õ¢Õ¡Õ·Õ­Õ¥Õ¬ Õ¸Õ¹ Õ¡Õ¾Õ¥Õ¬ Ö„Õ¡Õ¶ %s ) +commands.spreadplayers.failure.teams=Õ€Õ¶Õ¡Ö€Õ¡Õ¾Õ¸Ö€ Õ¹Õ¥ Õ¢Õ¡Õ·Õ­Õ¥Õ¬ %s Õ©Õ«Õ´Õ¥Ö€ %s,%s Õ·Ö€Õ»Õ¡Õ¯Õ¡ÕµÖ„Õ¸Õ¾ (Õ¹Õ¡ÖƒÕ«Ö Õ·Õ¡Õ¿ Õ´Õ¡Õ½Õ¶Õ¡Õ¯Õ«ÖÕ¶Õ¥Ö€ - ÖƒÕ¸Ö€Õ±Õ¥Ö„ Õ¢Õ¡Õ·Õ­Õ¥Õ¬ Õ¸Õ¹ Õ¡Õ¾Õ¥Õ¬ Ö„Õ¡Õ¶ %s ) +commands.spreadplayers.info.players=(Õ„Õ¡Õ½Õ¶Õ¡Õ¯Õ«ÖÕ¶Õ¥Ö€Õ« Õ´Õ«Õ»Ö‡ Õ¥Õ²Õ¡Ö Õ´Õ«Õ»Õ«Õ¶ Õ°Õ¥Õ¼Õ¡Õ¾Õ¸Ö€Õ¸Ö‚Õ©ÕµÕ¸Ö‚Õ¶Õ¨ %s Õ¢Õ¬Õ¸Õ¯ Õ§, %s Õ¢Õ¦Õ´Õ¡Õ¯Ö€Õ¯Õ¶Õ¸Ö‚Õ©ÕµÕ¸Ö‚Õ¶Õ«Ö Õ°Õ¥Õ¿Õ¸) +commands.spreadplayers.info.teams=(Ô¹Õ«Õ´Õ¥Ö€Õ« Õ´Õ«Õ»Ö‡ Õ¥Õ²Õ¡Ö Õ´Õ«Õ»Õ«Õ¶ Õ°Õ¥Õ¼Õ¡Õ¾Õ¸Ö€Õ¸Ö‚Õ©ÕµÕ¸Ö‚Õ¶Õ¨ %s Õ¢Õ¬Õ¸Õ¯ Õ§, %s Õ¢Õ¦Õ´Õ¡Õ¯Ö€Õ¯Õ¶Õ¸Ö‚Õ©ÕµÕ¸Ö‚Õ¶Õ«Ö Õ°Õ¥Õ¿Õ¸) +commands.spreadplayers.spreading.players=Ô²Õ¡Õ·Õ­Õ¥Õ¬ %s Õ´Õ¡Õ½Õ¶Õ¡Õ¯Õ«ÖÕ¶Õ¥Ö€Õ«Õ¶ %s Õ¢Õ¬Õ¸Õ¯ Õ·Ö€Õ»Õ¡Õ¯Õ¡ÕµÖ„Õ¸Õ¾ %s,%s (Õ¶Õ¾Õ¡Õ¦Õ¡Õ£Õ¸Ö‚ÕµÕ¶Õ¨ %s Õ¢Õ¬Õ¸Õ¯ Õ°Õ¥Õ¼Õ¡Õ¾Õ¸Ö€Õ¸Ö‚Õ©ÕµÕ¡Õ´Õ¢) +commands.spreadplayers.spreading.teams=Ô²Õ¡Õ·Õ­Õ¥Õ¬ %s Õ©Õ«Õ´Õ¥Ö€Õ¨ %s Õ¢Õ¬Õ¸Õ¯ Õ·Ö€Õ»Õ¡Õ¯Õ¡ÕµÖ„Õ¸Õ¾ %s,%s (Õ¶Õ¾Õ¡Õ¦Õ¡Õ£Õ¸Ö‚ÕµÕ¶Õ¨ %s Õ¢Õ¬Õ¸Õ¯ Õ°Õ¥Õ¼Õ¡Õ¾Õ¸Ö€Õ¸Ö‚Õ©ÕµÕ¡Õ´Õ¢) +commands.spreadplayers.success.players=%s Õ´Õ¡Õ½Õ¶Õ¡Õ¯Õ«ÖÕ¶Õ¥Ö€ Õ°Õ¡Õ»Õ¸Õ²Õ¸Ö‚Õ©ÕµÕ¡Õ´Õ¢ Õ¢Õ¡Õ·Õ­Õ¾Õ¥ÖÕ«Õ¶ %s,%s Õ·Ö€Õ»Õ¡Õ¯Õ¡ÕµÖ„Õ¸Õ¾ +commands.spreadplayers.success.teams=%s Õ©Õ«Õ´Õ¥Ö€ Õ°Õ¡Õ»Õ¸Õ²Õ¸Ö‚Õ©ÕµÕ¡Õ´Õ¢ Õ¢Õ¡Õ·Õ­Õ¾Õ¥ÖÕ«Õ¶ %s,%s Õ·Ö€Õ»Õ¡Õ¯Õ¡ÕµÖ„Õ¸Õ¾ +commands.spreadplayers.usage=/spreadplayers <Õ¿Õ¡Ö€Õ¡Õ®Õ´Õ¡Õ¶ Õ°Õ¥Õ¼Õ¡Õ¾Õ¸Ö€Õ¸Ö‚Õ©ÕµÕ¸Ö‚Õ¶Õ¨> <Õ¡Õ¼Õ¡Õ¾Õ¥Õ¬Õ¡Õ£Õ¸Ö‚ÕµÕ¶ Õ¿Õ¡Ö€Õ¡Õ®Õ´Õ¡Õ¶ Õ°Õ¥Õ¼Õ¡Õ¾Õ¸Ö€Õ¸Ö‚Õ©ÕµÕ¸Ö‚Õ¶Õ¨> <Õ´Õ¡Õ½Õ¶Õ¡Õ¯Õ«Ö ...> +commands.stop.start=ÕÕ¥Ö€Õ¾Õ¥Ö€Õ¨ Õ¡Õ¶Õ»Õ¡Õ¿Õ¾Õ¸Ö‚Õ´ Õ§ +commands.time.added=Ô±Õ¾Õ¥Õ¬Õ¡ÖÕ¡Õ¾ %s Õ¿Õ¾ÕµÕ¡Õ¬ ÕªÕ¡Õ´Õ¡Õ¶Õ¡Õ¯Õ«Õ¶ +commands.time.set=ÔºÕ¡Õ´Õ¡Õ¶Õ¡Õ¯Õ¨ ÖƒÕ¸Õ­Õ¾Õ¥Ö Õ¤Õ¥ÕºÕ« %s +commands.tp.notSameDimension=ÕÕ¥Õ¬Õ¥ÕºÕ¸Ö€Õ¿Õ¨ Õ°Õ¶Õ¡Ö€Õ¡Õ¾Õ¸Ö€ Õ¹Õ§, Õ­Õ¡Õ²Õ¡ÖÕ¸Õ²Õ¶Õ¥Ö€Õ¨ Õ£Õ¿Õ¶Õ¾Õ¸Ö‚Õ´ Õ¥Õ¶ Õ¿Õ¡Ö€Õ¢Õ¥Ö€ Õ¡Õ·Õ­Õ¡Ö€Õ°Õ¶Õ¥Ö€Õ¸Ö‚Õ´ +commands.tp.success=%s Õ¿Õ¥Õ¬Õ¥ÕºÕ¸Ö€Õ¿ Õ¥Õ²Õ¡Õ¾ Õ¤Õ¥ÕºÕ« %s +commands.tp.success.coordinates=%s Õ¿Õ¥Õ¬Õ¥ÕºÕ¸Ö€Õ¿ Õ¥Õ²Õ¡Õ¾ Õ¤Õ¥ÕºÕ« %s,%s,%s +commands.unban.success=%s Õ¡ÕµÕ¬Õ¥Õ¾Õ½ Õ¢Õ¡Õ¶Õ¡Õ¤Ö€Õ¾Õ¡Õ® Õ¹Õ§ +commands.unban.usage=/pardon <Õ­Õ¡Õ²Õ¡ÖÕ¸Õ²> +commands.unbanip.invalid=Ô´Õ¸Ö‚Ö„ Õ´Õ¸Ö‚Õ¿Ö„Õ¡Õ£Ö€Õ¥Õ¬ Õ§Ö„ Õ½Õ­Õ¡Õ¬ IP Õ°Õ¡Õ½ÖÕ¥ +commands.unbanip.success=%s IP Õ°Õ¡Õ½ÖÕ¥Õ¶ Õ¡ÕµÕ¬Õ¥Õ¾Õ½ Õ¢Õ¡Õ¶Õ¡Õ¤Ö€Õ¾Õ¡Õ® Õ¹Õ§ +commands.unbanip.usage=/pardon-ip +commands.weather.clear=Õ“Õ¸Õ­Õ¥Õ¬ ÕºÕ¡Ö€Õ¦ Õ¥Õ²Õ¡Õ¶Õ¡Õ¯Õ« +commands.weather.rain=Õ“Õ¸Õ­Õ¥Õ¬ Õ¡Õ¶Õ±Ö€Ö‡Õ¡ÕµÕ«Õ¶ Õ¥Õ²Õ¡Õ¶Õ¡Õ¯Õ« +commands.weather.thunder=ÔµÕ²Õ¡Õ¶Õ¡Õ¯Õ¨ ÖƒÕ¸Õ­Õ¥Õ¬ Õ¡Õ¶Õ±Ö€Ö‡Õ« Ö‡ Õ¸Ö€Õ¸Õ¿Õ« +commands.whitelist.add.success=%s-Õ¨ Õ¡Õ¾Õ¥Õ¬Õ¡ÖÕ¡Õ¾ Õ½ÕºÕ«Õ¿Õ¡Õ¯ ÖÕ¸Ö‚ÖÕ¡Õ¯ +commands.whitelist.add.usage=/whitelist add <Õ­Õ¡Õ²Õ¡ÖÕ¸Õ²> +commands.whitelist.disabled=ÕÕºÕ«Õ¿Õ¡Õ¯ ÖÕ¡Õ¶Õ¯Õ¨ Õ¡Õ¶Õ»Õ¡Õ¿Õ¾Õ¡Õ® Õ§ +commands.whitelist.enabled=ÕÕºÕ«Õ¿Õ¡Õ¯ ÖÕ¸Ö‚ÖÕ¡Õ¯Õ¨ Õ´Õ«Õ¡ÖÕ¾Õ¡Õ® Õ§ +commands.whitelist.list=ÕÕºÕ«Õ¿Õ¡Õ¯ ÖÕ¸Ö‚ÖÕ¡Õ¯Õ¸Ö‚Õ´ Õ¯Õ¡ %s Õ­Õ¡Õ²Õ¡ÖÕ¸Õ² (%s Õ­Õ¡Õ²Õ¡ÖÕ¥Õ¬ Õ¥Õ¶): +commands.whitelist.reloaded=ÕÕºÕ«Õ¿Õ¡Õ¯ ÖÕ¸Ö‚ÖÕ¡Õ¯Õ¨ Õ©Õ¡Ö€Õ´Õ¥ÖÕ¾Õ¡Õ® Õ§ +commands.whitelist.remove.success=%s Õ»Õ¶Õ»Õ¾Õ¥Ö Õ½ÕºÕ«Õ¿Õ¡Õ¯ ÖÕ¸Ö‚ÖÕ¡Õ¯Õ«Ö +commands.whitelist.remove.usage=/whitelist remove <Õ­Õ¡Õ²Õ¡ÖÕ¸Õ²> +commands.xp.failure.widthdrawXp=Õ€Õ¶Õ¡Ö€Õ¡Õ¾Õ¸Ö€ Õ¹Õ§ Õ¸Ö‚Õ²Õ²Õ¡Ö€Õ¯Õ¥Õ¬ Õ­Õ¡Õ²Õ¡ÖÕ¸Õ²Õ«Õ¶ Õ¢Õ¡ÖÕ¡Õ½Õ¡Õ¯Õ¡Õ¶ Õ¯Õ¡Õ­Õ¡Ö€Õ¤Õ¡Õ¶Ö„Õ« Õ´Õ«Õ¡Õ¾Õ¸Ö€Õ¶Õ¥Ö€ +commands.xp.success=ÕÖ€Õ¾Õ¥Ö %s Õ¯Õ¡Õ­Õ¡Ö€Õ¤Õ¡Õ¶Ö„Õ« Õ´Õ«Õ¡Õ¾Õ¸Ö€ %s-Õ«Õ¶ +commands.xp.success.levels=ÕÖ€Õ¾Õ¥Ö %s Õ¯Õ¡Õ­Õ¡Ö€Õ¤Õ¡Õ¶Ö„Õ« Õ¡Õ½Õ¿Õ«Õ³Õ¡Õ¶ %s-Õ«Õ¶ +commands.xp.success.negative.levels=ÕŽÕ¥Ö€ÖÕ¾Õ¥Ö %s Õ¯Õ¡Õ­Õ¡Ö€Õ¤Õ¡Õ¶Ö„Õ« Õ¡Õ½Õ¿Õ«Õ³Õ¡Õ¶ %s-Õ«Õ¶ +commands.xp.usage=/xp <Ö„Õ¡Õ¶Õ¡Õ¯> [Õ­Õ¡Õ²Õ¡ÖÕ¸Õ²] Ô¿Ô±Õ„ /xp <Ö„Õ¡Õ¶Õ¡Õ¯>L [Õ­Õ¡Õ²Õ¡ÖÕ¸Õ²] +connect.authorizing=Õ„Õ¸Ö‚Õ¿Ö„Õ¡Õ£Ö€Õ¸Ö‚Õ´... +connect.connecting=Õ„Õ«Õ¡ÖÕ¸Ö‚Õ´ Õ½Õ¥Ö€Õ¾Õ¥Ö€Õ«Õ¶... +connect.failed=Õ„Õ«Õ¡ÖÕ¸Ö‚Õ´Õ¨ Õ½Õ¥Ö€Õ¾Õ¥Ö€Õ«Õ¶ Õ¡Õ¶Õ°Õ¡Õ»Õ¸Õ² Õ§Ö€ +container.beacon=Õ“Õ¡Ö€Õ¸Õ½ +container.brewing=Ô´Õ¥Õ²Õ¸Ö€Õ¡ÕµÖ„Õ« ÕŠÕ¡Õ¿Ö€Õ¡Õ½Õ¿Õ´Õ¡Õ¶ Ô¿Õ¡ÕµÕ¡Õ¶ +container.chest=ÕÕ¶Õ¤Õ¸Ö‚Õ¯ +container.chestDouble=Õ„Õ¥Õ® ÕÕ¶Õ¤Õ¸Ö‚Õ¯ +container.crafting=ÕÕ¿Õ¥Õ²Õ®Õ¸Ö‚Õ´ +container.creative=Ô±Õ¼Õ¡Ö€Õ¯Õ¡ÕµÕ« Ô¸Õ¶Õ¿Ö€Õ¸Ö‚Õ´ +container.dispenser=ÕŽÕ¡Õ¶Õ«Õ¹ +container.dropper=Ô²Õ¡Õ·Õ­Õ«Õ¹ +container.enchant=Ô¿Õ¡Õ­Õ¡Ö€Õ¤Õ¥Õ¬ +container.enderchest=Ô·Õ¶Õ¤Õ¥Ö€Õ« ÕÕ¶Õ¤Õ¸Ö‚Õ¯ +container.furnace=ÕŽÕ¡Õ¼Õ¡Ö€Õ¡Õ¶ +container.hopper=Ô±Õ¼Õ¡Ö€Õ¯Õ¡Õ¶Õ¥Ö€Õ« ÕÕ¡Õ£Õ¡Ö€ +container.inventory=ÕŠÕ¡ÕµÕ¸Ö‚Õ½Õ¡Õ¯ +container.minecart=ÕŽÕ¡Õ£Õ¸Õ¶ +container.repair=Õ†Õ¸Ö€Õ¸Õ£Õ¸Ö‚Õ´ Ö‡ ÕŽÕ¥Ö€Õ¡Õ¶Õ¾Õ¡Õ¶Õ¸Ö‚Õ´ +container.repair.cost=Ô¿Õ¡Õ­Õ¡Ö€Õ¤Õ¡Õ¶Ö„Õ« Õ¡Ö€ÕªÕ¥Ö„Õ¨Ö‰ %1$s +container.repair.expensive=Õ‰Õ¡ÖƒÕ¡Õ¦Õ¡Õ¶Ö Ô¹Õ¡Õ›Õ¶Õ¯ Õ§ +controls.reset=Ô¿Õ¡Ö€Õ£Õ¡Õ¾Õ¸Ö€Õ¸Ö‚Õ´Õ¶Õ¥Ö€Õ« Õ¦Ö€Õ¸ÕµÕ¡ÖÕ¸Ö‚Õ´ +controls.resetAll=Ô¶Ö€Õ¸ÕµÕ¡ÖÕ¶Õ¥Õ¬ Õ½Õ¿Õ¥Õ²Õ¶Õ¥Ö€Õ« Õ¯Õ¡Ö€Õ£Õ¡Õ¾Õ¸Ö€Õ¸Ö‚Õ´Õ¶Õ¥Ö€Õ¨ +controls.title=Õ‚Õ¥Õ¯Õ¡Õ¾Õ¡Ö€Õ¸Ö‚Õ´Õ¶Õ¥Ö€ +createWorld.customize.custom.presets=ÕÖ‡Õ¡Õ¶Õ´Õ¸Ö‚Õ· +createWorld.customize.flat.addLayer=Ô±Õ¾Õ¥Õ¬Õ¡ÖÕ¶Õ¥Õ¬ Õ‡Õ¥Ö€Õ¿ +createWorld.customize.flat.editLayer=Ô¿Õ¡Ö€Õ£Õ¡Õ¾Õ¸Ö€Õ¥Õ¬ Õ‡Õ¥Ö€Õ¿Õ¨ +createWorld.customize.flat.height=Ô²Õ¡Ö€Õ±Ö€Õ¸Ö‚Õ©ÕµÕ¸Ö‚Õ¶ +createWorld.customize.flat.layer.bottom=Õ€Õ¡Õ¿Õ¡Õ¯ - %s +createWorld.customize.flat.layer.top=Ô³Õ¡Õ£Õ¡Õ© - %s +createWorld.customize.flat.removeLayer=Õ€Õ¡Õ¶Õ¥Õ¬ Õ‡Õ¥Ö€Õ¿Õ¨ +createWorld.customize.flat.tile=Õ‡Õ¥Ö€Õ¿Õ« Õ†ÕµÕ¸Ö‚Õ©Õ¨ +createWorld.customize.flat.title=Ô³Õ¥Ö€Õ°Õ¡Ö€Õ©Õ« Ô¿Õ¡Ö€Õ£Õ¡Õ¾Õ¸Ö€Õ¸Ö‚Õ´Õ¶Õ¥Ö€Õ¨ +createWorld.customize.presets=ÕÖ‡Õ¡Õ¶Õ´Õ¸Ö‚Õ· +createWorld.customize.presets.list=Õ€Õ¡Õ¯Õ¡Õ¼Õ¡Õ¯ Õ¤Õ¥ÕºÖ„Õ¸Ö‚Õ´, Õ¡Õ°Õ¡Õ› Õ¸Ö€Õ¸Õ· Õ¿Õ¡Ö€Õ¢Õ¥Ö€Õ¡Õ¯Õ¶Õ¥Ö€ Õ¡Õ¼Õ¡Õ»Õ¡Ö€Õ¯Õ¾Õ¡Õ® Õ´Õ¥Ö€ Õ¯Õ¸Õ²Õ´Õ«Ö +createWorld.customize.presets.select=Õ•Õ£Õ¿Õ¡Õ£Õ¸Ö€Õ®Õ¥Õ¬ ÕÖ‡Õ¡Õ¶Õ´Õ¸Ö‚Õ·Õ¨ +createWorld.customize.presets.share=ÔµÕ©Õ¥ Õ¸Ö‚Õ¦Õ¸Ö‚Õ´ Õ¥Õ½ Õ¯Õ«Õ½Õ¾Õ¥Õ¬ Ö„Õ¸ Õ±Ö‡Õ¡Õ¶Õ´Õ¸Ö‚Õ·Õ¸Õ¾ Õ´ÕµÕ¸Ö‚Õ½Õ¶Õ¥Ö€Õ« Õ°Õ¥Õ¿Õ Ö…Õ£Õ¿Õ¡Õ£Õ¸Ö€Õ®Õ«Õ›Ö€ Õ¶Õ¥Ö€Õ£Ö‡Õ« Õ¿Õ¸Õ²Õ¨ +createWorld.customize.presets.title=Ô¸Õ¶Õ¿Ö€Õ¥Ö„ ÕÖ‡Õ¡Õ¶Õ´Õ¸Ö‚Õ· +death.attack.anvil=%1$s-Õ£Õ¬Õ­Õ«Õ¶ Õ½Õ¡Õ¬ Õ¨Õ¶Õ¯Õ¡Õ¾ +death.attack.arrow=%2$s Õ¯Ö€Õ¡Õ¯Õ¥Ö %1$s-Õ«Õ¶ +death.attack.arrow.item=%2$s Õ¯Ö€Õ¡Õ¯Õ¥Ö %1$s-Õ«Õ¶ Ö…Õ£Õ¿Õ¡Õ£Õ¸Ö€Õ®Õ¥Õ¬Õ¸Õ¾ %3$s +death.attack.cactus=%1$s Õ®Õ¡Õ¯Õ®Õ¯Õ¾Õ¥Ö ÖÕ´Õ¡Õ° +death.attack.cactus.player=%1$s Õ¾Õ¡Õ¦Õ¥Ö Õ¯Õ¡Õ¯Õ¿Õ¸Ö‚Õ½Õ« Õ¾Ö€Õ¡, ÖƒÕ¸Ö€ÖÕ¥Õ¬Õ¸Õ¾ ÖƒÕ¡Õ­Õ¹Õ¥Õ¬ %2$s-Õ«Ö +death.attack.drown=%1$s Õ­Õ¥Õ²Õ¤Õ¾Õ¥Ö +death.attack.drown.player=%1$s Õ­Õ¥Õ²Õ¤Õ¾Õ¥Ö, ÖƒÕ¸Ö€ÖÕ¥Õ¬Õ¸Õ¾ ÖƒÕ¡Õ­Õ¹Õ¥Õ¬ %2$s-Õ«Ö +death.attack.explosion=%1$s ÕºÕ¡ÕµÕ©Õ¥Ö +death.attack.explosion.player=%1$s ÕºÕ¡ÕµÕ©Õ¥Ö %2$s-Õ« Õ¯Õ¸Õ²Õ´Õ«Ö +death.attack.fall=%1$s Õ¨Õ¶Õ¯Õ¡Õ¾ Õ¢Õ¡Ö€Õ±Ö€ Õ¾Õ¡ÕµÖ€Õ«Ö +death.attack.fallingBlock=%1$s-Õ£Õ¬Õ­Õ«Õ¶ Õ½Õ¡Õ¬Õ« Õ¯Õ¸Õ³Õ² Õ¨Õ¶Õ¯Õ¡Õ¾ +death.attack.fireball=%2$s Õ¯Ö€Õ¡Õ¯Õ¥ Õ£Õ¶Õ¤Õ¥Ö€Õ¸Õ¾ Õ½ÕºÕ¡Õ¶Õ¥Ö %1$s +death.attack.fireball.item=%2$s Õ¯Ö€Õ¡Õ¯Õ¥ Õ£Õ¶Õ¤Õ¥Ö€Õ¸Õ¾ Õ½ÕºÕ¡Õ¶Õ¥Ö %1$s Ö…Õ£Õ¿Õ¡Õ£Õ¸Ö€Õ®Õ¥Õ¬Õ¸Õ¾ %3$s +death.attack.generic=%1$s Õ´Õ¡Õ°Õ¡ÖÕ¡Õ¾ +death.attack.inFire=%1$s Õ¡ÕµÖ€Õ¾Õ¥Ö Õ¯Ö€Õ¡Õ¯Õ¸Ö‚Õ´ +death.attack.inFire.player=%1$s Õ¡ÕµÖ€Õ¾Õ¥Ö Õ¯Ö€Õ¡Õ¯Õ¸Ö‚Õ´, %2$s-Õ« Õ°Õ¥Õ¿ Õ¯Õ¼Õ¾Õ¥Õ¬Õ¸Ö‚ ÕªÕ¡Õ´Õ¡Õ¶Õ¡Õ¯ +death.attack.inWall=%1$s Õ­Õ¥Õ²Õ¤Õ¾Õ¥Ö ÕºÕ¡Õ¿Õ« Õ´Õ¥Õ» +death.attack.indirectMagic=%1$s Õ½ÕºÕ¡Õ¶Õ¾Õ¥Ö %2$s-Õ« Õ¯Õ¸Õ²Õ´Õ«Ö Ö…Õ£Õ¿Õ¡Õ£Õ¸Ö€Õ®Õ¥Õ¬Õ¸Õ¾ Õ¯Õ¡Õ­Õ¡Ö€Õ¤Õ¸Ö‚Õ©ÕµÕ¸Ö‚Õ¶ +death.attack.indirectMagic.item=%1$s Õ½ÕºÕ¡Õ¶Õ¾Õ¥Ö %2$s-Õ« Õ¯Õ¸Õ²Õ´Õ«Ö Ö…Õ£Õ¿Õ¡Õ£Õ¸Ö€Õ®Õ¥Õ¬Õ¸Õ¾ %3$s +death.attack.lava=%1$s Õ¸Ö€Õ¸Õ·Õ¥Ö Õ¬Õ¸Õ²Õ¡Õ¶Õ¡Õ¬ Õ¬Õ¡Õ¾Õ¡ÕµÕ¸Ö‚Õ´ +death.attack.lava.player=%1$s Õ¸Ö€Õ¸Õ·Õ¥Ö Õ¬Õ¸Õ²Õ¡Õ¶Õ¡Õ¬ Õ¬Õ¡Õ¾Õ¡ÕµÕ¸Ö‚Õ´, Õ¸Ö€ÕºÕ¥Õ½Õ¦Õ« ÖƒÕ¡Õ­Õ¹Õ« %2$s +death.attack.magic=%1$s Õ½ÕºÕ¡Õ¶Õ¾Õ¥Ö Õ¯Õ¡Õ­Õ¡Ö€Õ¤Õ¡Õ¶Ö„Õ« ÕºÕ¡Õ¿Õ³Õ¡Õ¼Õ¸Õ¾ +death.attack.mob=%1$s Õ½ÕºÕ¡Õ¶Õ¾Õ¥Ö %2$s-Õ« Õ¯Õ¸Õ²Õ´Õ«Ö +death.attack.onFire=%1$s Õ¡ÕµÖ€Õ¾Õ¥Ö Õ¯Ö€Õ¡Õ¯Õ¸Ö‚Õ´ +death.attack.onFire.player=%1$s Õ¯Ö€Õ¡Õ¯Õ« Õ´Õ¥Õ» Õ¸Õ¹Õ¶Õ¹Õ¡ÖÕ¡Õ¾, %2$s-Õ« Õ°Õ¥Õ¿ Õ¯Õ¼Õ¾Õ¥Õ¬Õ«Õ½ +death.attack.outOfWorld=%1$s Õ¨Õ¶Õ¯Õ¡Õ¾ Õ¡Õ·Õ­Õ¡Ö€Õ°Õ« Õ½Õ¡Õ°Õ´Õ¡Õ¶Õ¶Õ¥Ö€Õ«Ö +death.attack.player=%1$s Õ½ÕºÕ¡Õ¶Õ¾Õ¥Ö %2$s-Õ« Õ¯Õ¸Õ²Õ´Õ«Ö +death.attack.player.item=%1$s Õ½ÕºÕ¡Õ¶Õ¾Õ¥Ö %2$s-Õ« Õ¯Õ¸Õ²Õ´Õ«Ö Ö…Õ£Õ¿Õ¡Õ£Õ¸Ö€Õ®Õ¥Õ¬Õ¸Õ¾ %3$s +death.attack.starve=%1$s Õ½Õ¸Õ¾Õ¡Õ´Õ¡Õ° Õ¥Õ²Õ¡Õ¾ +death.attack.thorns=%1$s Õ½ÕºÕ¡Õ¶Õ¾Õ¥Ö ÖƒÕ¸Ö€Õ±Õ¥Õ¬Õ¸Õ¾ Õ¾Õ¶Õ¡Õ½Õ¥Õ¬ %2$s-Õ«Õ¶ +death.attack.thrown=%1$s Õ£Õ¶Õ¤Õ¡Õ¯Õ¡Õ°Õ¡Ö€Õ¾Õ¥Ö %2$s-Õ« Õ¯Õ¸Õ²Õ´Õ«Ö +death.attack.thrown.item=%1$s Õ£Õ¶Õ¤Õ¡Õ¯Õ¡Õ°Õ¡Ö€Õ¾Õ¥Ö %2$s-Õ« Õ¯Õ¸Õ²Õ´Õ«Ö Ö…Õ£Õ¿Õ¡Õ£Õ¸Ö€Õ®Õ¥Õ¬Õ¸Õ¾ %3$s +death.attack.wither=%1$s Õ¢Õ¸Ö€Õ¢Õ¸Ö„Õ¾Õ¥Ö ÖÕ´Õ¡Õ° +death.fell.accident.generic=%1$s Õ¨Õ¶Õ¯Õ¡Õ¾ Õ¢Õ¡Ö€Õ±Ö€ Õ¾Õ¡ÕµÖ€Õ«Ö +death.fell.accident.ladder=%1$s Õ¨Õ¶Õ¯Õ¡Õ¾ Õ½Õ¡Õ¶Õ¤Õ¸Ö‚Õ²Ö„Õ«Ö +death.fell.accident.vines=%1$s Õ¨Õ¶Õ¯Õ¡Õ¾ Õ¸Ö€Õ©Õ¡Õ¿Õ¸Ö‚Õ¶Õ¯Õ«Ö +death.fell.accident.water=%1$s Õ¨Õ¶Õ¯Õ¡Õ¾ Õ»Ö€Õ« Õ´Õ«Õ»Õ«Ö +death.fell.assist=%1$s Õ£ÖÕ¥Ö %2$s-Õ«Õ¶ Õ¢Õ¡Ö€Õ±Ö€ Õ¾Õ¡ÕµÖ€Õ«Ö +death.fell.assist.item=%1$s Õ£ÖÕ¥Ö %2$s-Õ«Õ¶ Õ¢Õ¡Ö€Õ±Ö€ Õ¾Õ¡ÕµÖ€Õ«Ö, Ö…Õ£Õ¿Õ¡Õ£Õ¸Ö€Õ®Õ¥Õ¬Õ¸Õ¾ %3$s +death.fell.finish=%1$s Õ¨Õ¶Õ¯Õ¡Õ¾ Õ¢Õ¡Ö€Õ±Ö€ Õ¾Õ¡ÕµÖ€Õ«Ö Õ¥Õ¾ Õ½ÕºÕ¡Õ¶Õ¾Õ¥Ö %2$s-Õ« Õ¯Õ¸Õ²Õ´Õ«Ö +death.fell.finish.item=%1$s Õ¨Õ¶Õ¯Õ¡Õ¾ Õ¢Õ¡Ö€Õ±Ö€ Õ¾Õ¡ÕµÖ€Õ«Ö Õ¥Õ¾ Õ½ÕºÕ¡Õ¶Õ¾Õ¥Ö %2$s-Õ« Õ¯Õ¸Õ²Õ´Õ«Ö Ö…Õ£Õ¿Õ¡Õ£Õ¸Ö€Õ®Õ¥Õ¬Õ¸Õ¾ %3$s +death.fell.killer=%1$s Õ¤Õ¡Õ¿Õ¡ÕºÕ¡Ö€Õ¿Õ¾Õ¡Õ® Õ§Ö€ Õ¨Õ¶Õ¯Õ¶Õ¥Õ¬ Õ¢Õ¡Ö€Õ±Ö€ Õ¾Õ¡ÕµÖ€Õ«Ö +deathScreen.deleteWorld=Õ‹Õ¶Õ»Õ¥Õ¬ Ô±Õ·Õ­Õ¡Ö€Õ°Õ¨ +deathScreen.hardcoreInfo=Ô´Õ¸Ö‚Ö„ Õ¹Õ¥Ö„ Õ¯Õ¡Ö€Õ¸Õ² Õ¾Õ¥Ö€Õ¡Õ®Õ¶Õ¾Õ¥Õ¬ Õ£Õ¥Ö€Õ¤ÕªÕ¾Õ¡Ö€ Õ¼Õ¥ÕªÕ«Õ´Õ¸Ö‚Õ´! +deathScreen.leaveServer=Ô´Õ¸Ö‚Ö€Õ½ Õ£Õ¡Õ¬ Õ½Õ¥Ö€Õ¾Õ¥Ö€Õ«Ö +deathScreen.quit.confirm=ÕŽÕ½Õ¿Õ¡Õ° Õ¥Ö„, Õ¸Ö€ ÖÕ¡Õ¶Õ¯Õ¡Õ¶Õ¸Ö‚Õ´ Õ¥Ö„ Õ¬Ö„Õ¥Õ¬? +deathScreen.respawn=ÕŽÕ¥Ö€Õ¡Õ®Õ¶Õ¾Õ¥Õ¬ +deathScreen.score=Ô±Ö€Õ¤ÕµÕ¸Ö‚Õ¶Ö„ +deathScreen.title=Ô´Õ¸Ö‚Ö„ Õ´Õ¡Õ°Õ¡ÖÕ¡Ö„! +deathScreen.title.hardcore=Ô½Õ¡Õ²Õ¶ Ô±Õ¾Õ¡Ö€Õ¿Õ¾Õ¥Ö! +deathScreen.titleScreen=Õ€Õ«Õ´Õ¶Õ¡Õ¯Õ¡Õ¶ Õ„Õ¥Õ¶ÕµÕ¸Ö‚ +demo.day.1=Ô±ÕµÕ½ ÖƒÕ¸Ö€Õ±Õ¶Õ¡Õ¯Õ¡Õ¶ Õ¡Õ·Õ­Õ¡Ö€Õ°Õ¨ Õ¯Õ¿Ö‡Õ« Õ°Õ«Õ¶Õ£ Õ­Õ¡Õ­Õ¡ÕµÕ«Õ¶ Ö…Ö€, Õ¡Ö€Õ¥Õ›Ö„ Õ°Õ¶Õ¡Ö€Õ¡Õ¾Õ¸Ö€ Õ¡Õ´Õ¥Õ¶ Õ«Õ¶Õ¹Ö‰ +demo.day.2=Õ•Ö€ ÔµÖ€Õ¯Ö€Õ¸Ö€Õ¤ +demo.day.3=Õ•Ö€ ÔµÖ€Ö€Õ¸Ö€Õ¤ +demo.day.4=Õ•Ö€ Õ‰Õ¸Ö€Ö€Õ¸Ö€Õ¤ +demo.day.5=ÕÕ¡ Õ±Õ¥Ö€ Õ¾Õ¥Ö€Õ»Õ«Õ›Õ¶ Ö…Ö€Õ¶ Õ§Ö‰ +demo.day.6=Ô´Õ¸Ö‚Ö„ Õ¡Õ¾Õ¡Ö€Õ¿Õ¥ÖÕ«Ö„ Õ±Õ¥Ö€ Õ°Õ«Õ¶Õ£Õ¥Ö€Õ¸Ö€Õ¤ Ö…Ö€Õ¨, Õ½Õ¥Õ²Õ´Ö„ F2 Õ±Õ¥Ö€ Õ½Õ¿Õ¥Õ²Õ®Õ¡Õ®Õ¨ Õ¶Õ¯Õ¡Ö€Õ« Õ¿Õ¥Õ½Ö„Õ¸Õ¾ ÕºÕ¡Õ°ÕºÕ¡Õ¶Õ¥Õ¬Õ¸Ö‚ Õ°Õ¡Õ´Õ¡Ö€ +demo.day.warning=ÕÕ¥Ö€ ÕªÕ¡Õ´Õ¡Õ¶Õ¡Õ¯Õ¨ Õ´Õ¸Õ¿Õ¥Õ¶Õ¸Ö‚Õ´ Õ§ Õ«Ö€ Õ¡Õ¾Õ¡Ö€Õ¿Õ«Õ¶ +demo.demoExpired=Õ“Õ¸Ö€Õ±Õ¶Õ¡Õ¯Õ¡Õ¶ ÕªÕ¡Õ´Õ¡Õ¶Õ¡Õ¯Õ¨ Õ¡Õ¾Õ¡Ö€Õ¿Õ¾Õ¡'Õ® Õ§ +demo.help.buy=Ô³Õ¶Õ«Õ›Ö€ Õ¡ÕµÕ½Õ¸Ö€ +demo.help.fullWrapped=Ô±ÕµÕ½ Õ“Õ¸Ö€Õ±Õ¶Õ¡Õ¯Õ¡Õ¶ Õ¿Õ¡Ö€Õ¢Õ¥Ö€Õ¡Õ¯Õ¨ Õ¯Õ¿Ö‡Õ« Õ°Õ«Õ¶Õ£ Õ­Õ¡Õ­Õ¡ÕµÕ«Õ¶ Ö…Ö€ (Õ«Ö€Õ¡Õ¯Õ¡Õ¶ ÕªÕ¡Õ´Õ¡Õ¶Õ¡Õ¯Õ¸Õ¾ Õ´Õ¸Õ¿Õ¡Õ¾Õ¸Ö€Õ¡ÕºÕ¥Õ½ 1 ÕªÕ¡Õ´ 40 Ö€Õ¸ÕºÕ¥)Ö‰ Ô±Õ¾Õ¥Õ¬Õ« Õ·Õ¡Õ¿ Õ¡Õ¯Õ¶Õ¡Ö€Õ¯Õ¶Õ¥Ö€Õ« Õ°Õ¡Õ´Õ¡Ö€ Õ¶Õ¡ÕµÕ«Ö€ Õ†Õ¾Õ¡Õ³Õ¸Ö‚Õ´Õ¶Õ¥Ö€ Õ¢Õ¡ÕªÕ«Õ¶Õ¨Ö‰ ÕŽÕ¡ÕµÕ¥Õ¬Õ«'Ö€Ö‰ +demo.help.inventory=ÕŠÕ¡ÕµÕ¸Ö‚Õ½Õ¡Õ¯Õ¿ Õ¢Õ¡ÖÕ¥Õ¬Õ¸Ö‚ Õ°Õ¡Õ´Õ¡Ö€Õ Õ½Õ¥Õ²Õ´Õ«Ö€ %1$s +demo.help.jump=ÕÕ¥Õ²Õ´Õ«Ö€ %1$s ÖÕ¡Õ¿Õ¯Õ¥Õ¬Õ¸Ö‚ Õ°Õ¡Õ´Õ¡Ö€ +demo.help.later=Õ‡Õ¡Ö€Õ¸Ö‚Õ¶Õ¡Õ¯Õ«Õ› Õ­Õ¡Õ²Õ¡Õ¬Õ¨Ö‰ +demo.help.movement=Õ•Õ£Õ¿Õ¡Õ£Õ¸Ö€Õ®Õ¥Ö„ %1$s, %2$s, %3$s, %4$s Ö‡ Õ´Õ¯Õ¶Õ«Õ¯Õ¨, Õ¸Ö€ÕºÕ¥Õ½Õ¦Õ« Õ¿Õ¥Õ²Õ¡Õ·Õ¡Ö€ÕªÕ¾Õ¥Ö„ +demo.help.movementMouse=Õ•Õ£Õ¿Õ¡Õ£Õ¸Ö€Õ®Õ«Ö€ Õ´Õ¯Õ¶Õ«Õ¯Õ¨, Õ·Õ¸Ö‚Ö€Õ» Õ¢Õ¸Õ¬Õ¸Ö€Õ¿ Õ¶Õ¡ÕµÕ¥Õ¬Õ¸Ö‚ Õ°Õ¡Õ´Õ¡Ö€ +demo.help.movementShort=Õ‡Õ¡Ö€ÕªÕ¾Õ«'Ö€, Õ½Õ¥Õ²Õ´Õ¥Õ¬Õ¸Õ¾ %1$s, %2$s, %3$s, %4$s +demo.help.title=Minecraft-Õ« Õ“Õ¸Ö€Õ±Õ¶Õ¡Õ¯Õ¡Õ¶ Ռեժիմ +demo.remainingTime=Õ„Õ¶Õ¡ÖÕ¡Õ® ÕªÕ¡Õ´Õ¡Õ¶Õ¡Õ¯Õ¨. %s +demo.reminder=ÕÕ¥Ö€ ÕªÕ¡Õ´Õ¡Õ¶Õ¡Õ¯Õ¨ Õ¡Õ¾Õ¡Ö€Õ¿Õ¾Õ¥ÖÖ‰ Ô³Õ¶Õ¥'Ö„ Õ­Õ¡Õ²Õ¨, Õ¸Ö€ÕºÕ¥Õ½Õ¦Õ« Õ·Õ¡Ö€Õ¸Ö‚Õ¶Õ¡Õ¯Õ¥Ö„ Õ¯Õ¡Õ´ Õ½Õ¯Õ½Õ¥Ö„ Õ¶Õ¸Ö€ Õ¡Õ·Õ­Õ¡Ö€Õ°Ö‰ +disconnect.closed=Ô¿Õ¡ÕºÕ¨ Õ¡Õ¾Õ¡Ö€Õ¿Õ¾Õ¡Õ® Õ§ +disconnect.disconnected=Ô±Õ¶Õ»Õ¡Õ¿Õ¸Ö‚Õ´ Õ½Õ¥Ö€Õ¾Õ¥Ö€Õ«Ö +disconnect.endOfStream=Õ€Õ¥Õ¼Õ¡Ö€Õ±Õ¡Õ¯Õ´Õ¡Õ¶ Õ¡Õ¾Õ¡Ö€Õ¿ +disconnect.kicked=Õ€Õ¥Õ¼Õ¡ÖÕ¾Õ¥Ö Õ­Õ¡Õ²Õ«Ö +disconnect.loginFailed=Õ„Õ¸Ö‚Õ¿Ö„Õ¨ Õ±Õ¡Õ­Õ¸Ö€Õ¤Õ¾Õ¥Ö +disconnect.loginFailedInfo=Õ„Õ¸Ö‚Õ¿Ö„Õ¨ Õ±Õ¡Õ­Õ¸Ö€Õ¤Õ¾Õ¥Ö %s +disconnect.loginFailedInfo.invalidSession=Ô±Õ¶Õ°Õ¡Õ½Õ¡Õ¶Õ¥Õ¬Õ« Õ½Õ¥Õ½Õ«Õ¡ (Õ“Õ¸Ö€Õ±Õ¥Ö„ Õ¾Õ¥Ö€Õ½Õ¯Õ½Õ¥Õ¬ Õ­Õ¡Õ²Õ¨) +disconnect.loginFailedInfo.serversUnavailable=Ô»Õ½Õ¯Õ¸Ö‚Õ©ÕµÕ¡Õ¶ Õ½Õ¿Õ¸Ö‚Õ£Õ´Õ¡Õ¶ Õ®Õ¡Õ¼Õ¡ÕµÕ¸Ö‚Õ©ÕµÕ¸Ö‚Õ¶Õ¨ ÕªÕ¡Õ´Õ¡Õ¶Õ¡Õ¯Õ¡Õ¾Õ¸Ö€Õ¡ÕºÕ¥Õ½ Õ¹Õ« Õ¡Õ·Õ­Õ¡Õ¿Õ¸Ö‚Õ´Ö‰ +disconnect.lost=Õ„Õ«Õ¡ÖÕ´Õ¡Õ¶ Ô¿Õ¸Ö€Õ¸Ö‚Õ½Õ¿ +disconnect.overflow=Ô²Õ¸Ö‚Ö†Õ¥Ö€Õ« Õ£Õ¥Ö€Õ¬ÖÕ¾Õ¡Õ®Õ¸Ö‚Õ©ÕµÕ¸Ö‚Õ¶ +disconnect.quitting=Ô´Õ¡Õ¤Õ¡Ö€Õ¥ÖÕ¸Ö‚Õ´ +disconnect.spam=Õ€Õ¥Õ¼Õ¡ÖÕ¾Õ¡Ö Õ§ Õ½ÕºÕ¡Õ´Õ« Õ°Õ¡Õ´Õ¡Ö€ +disconnect.timeout=Õ„Õ«Õ¡ÖÕ´Õ¡Õ¶ ÔºÕ¡Õ´Õ¡Õ¶Õ¡Õ¯Õ¨ Õ¡Õ¾Õ¡Ö€Õ¿Õ¾Õ¥Ö +enchantment.arrowDamage=ÕˆÖ‚Õª +enchantment.arrowFire=Õ€Õ¸Ö‚Ö€ +enchantment.arrowInfinite=Ô±Õ¶Õ¾Õ¥Ö€Õ»Õ¸Ö‚Õ©ÕµÕ¸Ö‚Õ¶ +enchantment.arrowKnockback=Õ€Ö€Õ¸Õ² +enchantment.damage.all=ÕÖ€Õ¡Õ® +enchantment.damage.arthropods=Õ„Õ«Õ»Õ¡Õ¿Õ¶Õ¥Ö€Õ« Ô¿Õ¸Ö€Õ®Õ¡Õ¶Õ¸Ö‚Õ´ +enchantment.damage.undead=ÔµÖ€Õ¯Õ¶Õ¡ÕµÕ«Õ¶ ÕºÕ¡Õ¿Õ«Õª +enchantment.digging=Ô±Õ¦Õ¤Õ¥ÖÕ¸Ö‚Õ©ÕµÕ¸Ö‚Õ¶ +enchantment.durability=ÕŠÕ¶Õ¤Õ¸Ö‚Õ©ÕµÕ¸Ö‚Õ¶ +enchantment.fire=Ô¿Ö€Õ¡Õ¯Õ« Ô¿Õ¥Ö€ÕºÕ¡Ö€Õ¡Õ¶Ö„ +enchantment.fishingSpeed=Õ‡Õ¾Õ« Õ€Ö€Õ¡ÕºÕ¸Ö‚Ö€Õ¥Õ¬ +enchantment.knockback=Õ€Ö€Õ¸Ö‚Õ´ +enchantment.level.1=I +enchantment.level.10=X +enchantment.level.2=II +enchantment.level.3=III +enchantment.level.4=IV +enchantment.level.5=V +enchantment.level.6=VI +enchantment.level.7=VII +enchantment.level.8=VIII +enchantment.level.9=IX +enchantment.lootBonus=Ô¿Õ¸Õ²Õ¸ÕºÕ¸Ö‚Õ¿ +enchantment.lootBonusDigger=Õ€Õ¡Õ»Õ¸Õ²Õ¸Ö‚Õ©ÕµÕ¸Ö‚Õ¶ +enchantment.oxygen=ÕÖ€Õ¡ÕµÕ«Õ¶ Õ‡Õ¶Õ¹Õ¡Õ¼Õ¸Ö‚Õ©ÕµÕ¸Ö‚Õ¶ +enchantment.protect.all=ÕŠÕ¡Õ·Õ¿ÕºÕ¡Õ¶Õ¸Ö‚Õ©ÕµÕ¸Ö‚Õ¶ +enchantment.protect.explosion=ÕŠÕ¡ÕµÕ©Õ¥ÖÕ´Õ¡Õ¶ ÕŠÕ¡Õ·Õ¿ÕºÕ¡Õ¶Õ¸Ö‚Õ©ÕµÕ¸Ö‚Õ¶ +enchantment.protect.fall=Ô¸Õ¶Õ¯Õ¶Õ¥Õ¬Õ¸Ö‚ ÕŠÕ¡Õ·Õ¿ÕºÕ¡Õ¶Õ¸Ö‚Õ©ÕµÕ¸Ö‚Õ¶ +enchantment.protect.fire=ÕŠÕ¡Õ·Õ¿ÕºÕ¡Õ¶Õ¸Ö‚Õ©ÕµÕ¸Ö‚Õ¶ Ô¿Ö€Õ¡Õ¯Õ«Ö +enchantment.protect.projectile=ÕŠÕ¡Õ·ÕºÕ¡Õ¶Õ¸Ö‚Õ©ÕµÕ¸Ö‚Õ¶ Ô±Ö€Õ¯Õ¥Ö€Õ«Ö +enchantment.thorns=Õ“Õ¸Ö‚Õ·Õ¥Ö€ +enchantment.untouching=Õ„Õ¥Õ¿Õ¡Ö„Õ½Õ« Ô´Õ«ÕºÕ¸Ö‚Õ´ +enchantment.waterWorker=Õ‹Ö€Õ¡Õ½Õ¸Ö‚Õ¦Õ¡Õ¯ +entity.Arrow.name=Õ†Õ¥Õ¿ +entity.Bat.name=Õ‰Õ²Õ»Õ«Õ¯ +entity.Blaze.name=Ô²Õ¸Ö +entity.Boat.name=Õ†Õ¡Õ¾Õ¡Õ¯ +entity.Cat.name=Ô¿Õ¡Õ¿Õ¸Ö‚ +entity.CaveSpider.name=Õ”Õ¡Ö€Õ¡Õ¶Õ±Õ¡Õ¾Õ« ÕÕ¡Ö€Õ¤ +entity.Chicken.name=Õ€Õ¡Õ¾ +entity.Cow.name=Ô¿Õ¸Õ¾ +entity.Creeper.name=Õ”Ö€Õ«ÖƒÕ¥Ö€ +entity.EnderDragon.name=Ô·Õ¶Õ¤Õ¥Ö€Õ« Ô´Ö€Õ¡Õ¯Õ¸Õ¶ +entity.Enderman.name=Ô·Õ¶Õ¤Õ¥Ö€Õ´Õ¥Õ¶ +entity.EntityHorse.name=ÕÕ« +entity.FallingSand.name=Ô¸Õ¶Õ¯Õ¶Õ¸Õ² Ô²Õ¬Õ¸Õ¯ +entity.Fireball.name=Õ€Ö€Õ¡Õ£Õ¸Ö‚Õ¶Õ¤ +entity.Ghast.name=Ô³Õ¡Õ½Õ¿ +entity.Giant.name=Õ€Õ½Õ¯Õ¡ +entity.Item.name=Ô±Õ¼Õ¡Ö€Õ¯Õ¡ +entity.LavaSlime.name=Ô´ÕªÕ¸Õ²Ö„Õ« Ô¼Õ¸Ö€Õ± +entity.Minecart.name=ÕŽÕ¡Õ£Õ¸Õ¶ +entity.Mob.name=Õ„Õ¸Õ¢ +entity.Monster.name=Õ€Ö€Õ¥Õ· +entity.MushroomCow.name=ÕÕ¶Õ¯Õ¡ÕµÕ«Õ¶ Ô¿Õ¸Õ¾ +entity.Ozelot.name=Õ•ÖÕ¥Õ¬Õ¸Õ¿ +entity.Painting.name=Õ†Õ¯Õ¡Ö€ +entity.Pig.name=Ô½Õ¸Õ¦ +entity.PigZombie.name=Ô½Õ¸Õ¦Õ¡Õ¦Õ¸Õ´Õ¢Õ« +entity.PrimedTnt.name=Ô´Õ«Õ¶Õ¡Õ´Õ«Õ¿Õ« Ô²Õ¬Õ¸Õ¯ +entity.Sheep.name=ÕˆÕ¹Õ­Õ¡Ö€ +entity.Silverfish.name=Ô±Ö€Õ®Õ¡Õ©Õ¡Õ±Õ¸Ö‚Õ¯ +entity.Skeleton.name=Ô¿Õ´Õ¡Õ­Ö„ +entity.Slime.name=Ô¼Õ¸Ö€Õ± +entity.SmallFireball.name=Õ“Õ¸Ö„Ö€ Õ€Ö€Õ¡Õ£Õ¸Ö‚Õ¶Õ¤ +entity.SnowMan.name=ÕÕ¶Õ¥Õ´Õ¡Ö€Õ¤ +entity.Snowball.name=ÕÕ¶Õ¡Õ£Õ¶Õ¤Õ«Õ¯ +entity.Spider.name=ÕÕ¡Ö€Õ¤ +entity.Squid.name=Ô¿Õ¡Õ²Õ¡Õ´Õ¡Ö€ +entity.Villager.name=Ô³ÕµÕ¸Ö‚Õ²Õ¡ÖÕ« +entity.VillagerGolem.name=ÔµÖ€Õ¯Õ¡Õ©Õ¥ Ô³Õ¸Õ¬Õ¥Õ´ +entity.Witch.name=ÕŽÕ°Õ¸Ö‚Õ¯ +entity.WitherBoss.name=ÕˆÕ¹Õ¶Õ¹Õ¡ÖÕ¶Õ¸Õ² +entity.Wolf.name=Ô³Õ¡ÕµÕ¬ +entity.XPOrb.name=Ô¿Õ¡Õ­Õ¡Ö€Õ¤Õ¡Õ¶Ö„Õ« Ô³Õ¶Õ¤Õ«Õ¯Õ¶Õ¥Ö€ +entity.Zombie.name=Ô¶Õ¸Õ´Õ¢Õ« +entity.donkey.name=Ô±Õ¾Õ¡Õ¶Õ¡Õ¯ +entity.generic.name=Õ¡Õ¶Õ°Õ¡ÕµÕ¿ +entity.horse.name=ÕÕ« +entity.mule.name=Õ‹Õ¸Ö€Õ« +entity.skeletonhorse.name=Ô¿Õ´Õ¡Õ­Ö„ ÕÕ« +entity.zombiehorse.name=Ô¶Õ¸Õ´Õ¢Õ« ÕÕ« +gameMode.adventure=Ô±Ö€Õ¯Õ¡Õ®Õ¡ÕµÕ«Õ¶ Ռեժիմ +gameMode.changed=ÕÕ¥Ö€ Õ­Õ¡Õ²Õ¡ÕµÕ«Õ¶ Õ¼Õ¥ÕªÕ«Õ´Õ¨ ÖƒÕ¸Õ­Õ¾Õ¡Õ® Õ§ +gameMode.creative=ÕÕ¿Õ¥Õ²Õ®Õ¡Õ£Õ¸Ö€Õ®Õ´Õ¡Õ¶ Ռեժիմ +gameMode.hardcore=Ô³Õ¥Ö€Õ¤ÕªÕ¾Õ¡Ö€ Ռեժիմ +gameMode.survival=Ô³Õ¸ÕµÕ¡Õ¿Ö‡Õ´Õ¡Õ¶ Ռեժիմ +generator.amplified=Õ‰Ô±Õ“Ô±Ô¶Ô±Õ†Õ‘ÕŽÔ±Ô¾ +generator.amplified.info=ÕˆÖ‚Õ·Õ¡Õ¤Ö€Õ¸Ö‚Õ©ÕµÕ¸Ö‚Õ¶. Õ¡ÕµÕ½ Õ¼Õ¥ÕªÕ«Õ´Õ¨ Õ°Õ¡Õ³Õ¸Ö‚ÕµÖ„Õ« Õ°Õ¡Õ´Õ¡Ö€ Õ§, ÕºÕ¡Õ°Õ¡Õ¶Õ»Õ¸Ö‚Õ´ Õ§ Õ°Õ¦Õ¸Ö€ Õ°Õ¡Õ´Õ¡Õ¯Õ¡Ö€Õ£Õ«Õ¹ +generator.default=Ô¼Õ¼Õ¥Õ¬ÕµÕ¡ÕµÕ¶ +generator.flat=Ô³Õ¥Ö€Õ°Õ¡Ö€Õ© +generator.largeBiomes=Õ„Õ¥Õ® Ô²Õ¶Õ¡Õ¿Õ¡Ö€Õ¡Õ®Ö„Õ¶Õ¥Ö€ +gui.achievements=Õ†Õ¾Õ¡Õ³Õ¸Ö‚Õ´Õ¶Õ¥Ö€ +gui.all=Ô²Õ¸Õ¬Õ¸Ö€ +gui.back=ÕŽÕ¥Ö€Õ¡Õ¤Õ¡Õ¼Õ¶Õ¡Õ¬ +gui.cancel=Õ‰Õ¥Õ²Õ¡Ö€Õ¯Õ¥Õ¬ +gui.done=ÕŽÕ¥Ö€Õ» +gui.down=Õ†Õ¥Ö€Ö„Ö‡ +gui.no=ÕˆÕ¹ +gui.stats=ÕÕ¾ÕµÕ¡Õ¬Õ¶Õ¥Ö€ +gui.toMenu=ÕŽÕ¥Ö€Õ¡Õ¤Õ¡Õ¼Õ¶Õ¡Õ¬ Õ°Õ«Õ´Õ¶Õ¡Õ¯Õ¡Õ¶ Õ´Õ¥Õ¶ÕµÕ¸Ö‚ +gui.up=ÕŽÕ¥Ö€Ö‡ +gui.yes=Ô±ÕµÕ¸ +inventory.binSlot=ÕˆÕ¹Õ¶Õ¹Õ¡ÖÕ¶Õ¥Õ¬ Õ¡Õ¼Õ¡Ö€Õ¯Õ¡Õ¶ +item.apple.name=Ô½Õ¶Õ±Õ¸Ö€ +item.appleGold.name=ÕˆÕ½Õ¯Õ¥ Ô½Õ¶Õ±Õ¸Ö€Ö€ +item.arrow.name=Ô±Õ²Õ¥Õ² +item.bed.name=Õ„Õ¡Õ°Õ³Õ¡Õ¯Õ¡Õ¬ +item.beefCooked.name=Ô²Õ«Ö†Õ·Õ¿Õ¥Ö„Õ½ +item.beefRaw.name=Õ€Õ¸Ö‚Õ´ ÕÕ¡Õ¾Õ¡Ö€Õ« Õ„Õ«Õ½ +item.blazePowder.name=Ô²Õ¸ÖÕ« Õ“Õ¸Õ·Õ« +item.blazeRod.name=Ô²Õ¸ÖÕ« ÕÕ¸Õ² +item.boat.name=Õ†Õ¡Õ¾Õ¡Õ¯ +item.bone.name=ÕˆÕ½Õ¯Õ¸Ö€ +item.book.name=Ô³Õ«Ö€Ö„ +item.bootsChain.name=Õ‡Õ²Õ©Õ¡Õ¥ Ô¿Õ¸Õ·Õ«Õ¯Õ¶Õ¥Ö€ +item.bootsCloth.name=Ô¿Õ¡Õ·Õ¾Õ¥ Ô¿Õ¸Õ·Õ«Õ¯Õ¶Õ¥Ö€ +item.bootsDiamond.name=Ô±Õ¤Õ¡Õ´Õ¡Õ¶Õ¤Õ¥ Ô¿Õ¸Õ·Õ«Õ¯Õ¶Õ¥Ö€ +item.bootsGold.name=ÕˆÕ½Õ¯Õ¥ Ô¿Õ¸Õ·Õ«Õ¯Õ¶Õ¥Ö€ +item.bootsIron.name=ÔµÖ€Õ¯Õ¡Õ©Õ¥ Ô¿Õ¸Õ·Õ«Õ¯Õ¶Õ¥Ö€ +item.bow.name=Õ†Õ¥Õ¿ +item.bowl.name=Ô±Õ´Õ¡Õ¶ +item.bread.name=Õ€Õ¡Ö +item.brewingStand.name=Ô´Õ¥Õ²Õ¸Ö€Õ¡ÕµÖ„Õ« ÕŠÕ¡Õ¿Ö€Õ¡Õ½Õ¿Õ´Õ¡Õ¶ Ô¿Õ¡ÕµÕ¡Õ¶ +item.brick.name=Ô±Õ²ÕµÕ¸Ö‚Õ½ +item.bucket.name=Ô´Õ¸Ö‚ÕµÕ¬ +item.bucketLava.name=Ô¼Õ¡Õ¾Õ¡ÕµÕ¸Õ¾ Ô´Õ¸Ö‚ÕµÕ¬ +item.bucketWater.name=Õ‹Ö€Õ¸Õ¾ Ô´Õ¸Ö‚ÕµÕ¬ +item.cake.name=ÕÕ¸Ö€Õ© +item.carrotGolden.name=ÕˆÕ½Õ¯Õ¥ Ô³Õ¡Õ¦Õ¡Ö€ +item.carrotOnAStick.name=Ô³Õ¡Õ¦Õ¡Ö€ Õ“Õ¡ÕµÕ¿Õ«Õ¯Õ« ÕŽÖ€Õ¡ +item.carrots.name=Ô³Õ¡Õ¦Õ¡Ö€ +item.cauldron.name=Ô¿Õ¡Õ©Õ½Õ¡ +item.charcoal.name=Õ“Õ¡ÕµÕ¿Õ¡ÖÕ¸Ö‚Õ­ +item.chestplateChain.name=Õ‡Õ²Õ©Õ¡Õ¥ Õ‡Õ¡ÕºÕ«Õ¯ +item.chestplateCloth.name=Ô¿Õ¡Õ·Õ¾Õ¥ Õ‡Õ¡ÕºÕ«Õ¯ +item.chestplateDiamond.name=Ô±Õ¤Õ¡Õ´Õ¡Õ¶Õ¤Õ¥ Õ‡Õ¡ÕºÕ«Õ¯ +item.chestplateGold.name=ÕˆÕ½Õ¯Õ¥ Õ‡Õ¡ÕºÕ«Õ¯ +item.chestplateIron.name=ÔµÖ€Õ¯Õ¡Õ©Õ¥ Õ‡Õ¡ÕºÕ«Õ¯ +item.chickenCooked.name=ÕŠÕ¡Õ¿Ö€Õ¡Õ½Õ¿Õ¾Õ¡Õ® Õ€Õ¡Õ¾Õ« Õ´Õ«Õ½ +item.chickenRaw.name=Õ€Õ¡Õ¾Õ« Õ°Õ¸Ö‚Õ´ Õ´Õ«Õ½ +item.clay.name=Ô¿Õ¡Õ¾ +item.clock.name=ÔºÕ¡Õ´Õ¡ÖÕ¸Ö‚ÕµÖ +item.coal.name=Ô±Õ®Õ¸Ö‚Õ­ +item.comparator.name=Õ€Õ¡Õ´Õ¥Õ´Õ¡Õ¿Õ«Õ¹ +item.compass.name=Ô¿Õ¸Õ²Õ´Õ¶Õ¡ÖÕ¸Ö‚ÕµÖ +item.cookie.name=Ô²Õ¬Õ«Õ© +item.diamond.name=Ô±Õ¤Õ¡Õ´Õ¡Õ¶Õ¤ +item.diode.name=Ô¿Ö€Õ¯Õ¶Õ«Õ¹ +item.doorIron.name=ÔµÖ€Õ¯Õ¡Õ©Õ¥ Ô´Õ¸Ö‚Õ¼ +item.dyePowder.black.name=Ô¹Õ¡Õ¶Õ¡Ö„ +item.dyePowder.blue.name=Ô¼Õ¡Õ¦Õ¸Ö‚Ö€Õ«Õ¿ +item.dyePowder.brown.name=Ô¿Õ¡Õ¯Õ¡Õ¸-Õ¬Õ¸Õ¢Õ« +item.dyePowder.cyan.name=Õ“Õ«Ö€Õ¸Ö‚Õ¦Õ¡Õ£Õ¸Ö‚ÕµÕ¶ Õ†Õ¥Ö€Õ¯ +item.dyePowder.gray.name=Õ„Õ¸Õ­Ö€Õ¡Õ£Õ¸Ö‚ÕµÕ¶ Õ†Õ¥Ö€Õ¯ +item.dyePowder.green.name=Ô¿Õ¡Õ¶Õ¡Õ¹ Õ†Õ¥Ö€Õ¯ +item.dyePowder.lightBlue.name=Ô²Õ¡Ö Ô¿Õ¡ÕºÕ¸Ö‚ÕµÕ¶ Õ†Õ¥Ö€Õ¯ +item.dyePowder.lime.name=Ô¼Õ¡ÕµÕ´ Õ†Õ¥Ö€Õ¯ +item.dyePowder.magenta.name=Õ„Õ¸Ö€Õ¥Õ£Õ¸Ö‚ÕµÕ¶ Õ†Õ¥Ö€Õ¯ +item.dyePowder.orange.name=Õ†Õ¡Ö€Õ¶Õ»Õ¡Õ£Õ¸Ö‚ÕµÕ¶ Õ†Õ¥Ö€Õ¯ +item.dyePowder.pink.name=ÕŽÕ¡Ö€Õ¤Õ¡Õ£Õ¸Ö‚ÕµÕ¶ Õ†Õ¥Ö€Õ¯ +item.dyePowder.purple.name=Õ„Õ¡Õ¶Õ¸Ö‚Õ·Õ¡Õ¯Õ¡Õ£Õ¸Ö‚ÕµÕ¶ Õ†Õ¥Ö€Õ¯ +item.dyePowder.red.name=Ô¿Õ¡Ö€Õ´Õ«Ö€ Õ†Õ¥Ö€Õ¯ +item.dyePowder.silver.name=Ô²Õ¡Ö Õ„Õ¸Õ­Ö€Õ¡Õ£Õ¸Ö‚ÕµÕ¶ Õ†Õ¥Ö€Õ¯ +item.dyePowder.white.name=ÕˆÕ½Õ¯Õ¸Ö€Õ« Õ“Õ¸Õ·Õ« +item.dyePowder.yellow.name=Ô´Õ¥Õ²Õ«Õ¶ Õ†Õ¥Ö€Õ¯ +item.dyed=Õ†Õ¥Ö€Õ¯Õ¾Õ¡Õ® +item.egg.name=ÕÕ¸Ö‚ +item.emerald.name=Ô¶Õ´Ö€Õ¸Ö‚Õ­Õ¿ +item.emptyMap.name=Ô´Õ¡Õ¿Õ¡Ö€Õ¯ Õ”Õ¡Ö€Õ¿Õ¥Õ¦ +item.emptyPotion.name=Õ‹Ö€Õ« Õ‡Õ«Õ· +item.enchantedBook.name=Ô¿Õ¡Õ­Õ¡Ö€Õ¤Õ¡Õ¯Õ¡Õ¶ Ô³Õ«Ö€Ö„ +item.enderPearl.name=Ô·Õ¶Õ¤Õ¥Ö€Õ« Õ„Õ¡Ö€Õ£Õ¡Ö€Õ«Õ¿ +item.expBottle.name=Õ“Õ¸Ö€Õ±Õ¡Õ¼Õ¸Ö‚Õ©ÕµÕ¸Ö‚Õ¶Õ¶Õ¥Ö€Õ« Õ‡Õ«Õ· +item.eyeOfEnder.name=Ô·Õ¶Õ¤Õ¥Ö€Õ« Ô±Õ¹Ö„ +item.feather.name=Õ“Õ¥Õ¿Õ¸Ö‚Ö€ +item.fermentedSpiderEye.name=ÕÕ¡Ö€Õ¤Õ« Õ–Õ¥Ö€Õ´Õ¥Õ¶Õ¿Õ¡ÖÕ¾Õ¡Õ® Ô±Õ¹Ö„ +item.fireball.name=Ô¿Ö€Õ¡Õ¯Õ« Ô³Õ¸Ö‚Õ¶Õ¤ +item.fireworks.flight=Ô¹Õ¼Õ«Õ¹Ö„Õ« ÕÕ¥Õ¾Õ¸Õ²Õ¸Ö‚Õ©ÕµÕ¸Ö‚Õ¶Ö‰ +item.fireworks.name=Õ€Ö€Õ¡Õ¾Õ¡Õ¼Õ¸Ö‚Õ©ÕµÕ¸Ö‚Õ¶ +item.fireworksCharge.black=ÕÖ‡ +item.fireworksCharge.blue=Ô¿Õ¡ÕºÕ¸Ö‚ÕµÕ¿ +item.fireworksCharge.brown=Ô´Õ¡Ö€Õ¹Õ¶Õ¡Õ£Õ¸Ö‚ÕµÕ¶ +item.fireworksCharge.customColor=Ô±Õ¶Õ±Õ¶Õ¡Õ¯Õ¡Õ¶ +item.fireworksCharge.cyan=Õ“Õ«Ö€Õ¸Ö‚Õ¦Õ¡Õ£Õ¸Ö‚ÕµÕ¶ +item.fireworksCharge.fadeTo=Õ„Õ¡Ö€Õ¥Õ¬ Õ¥Ö€Õ¢ +item.fireworksCharge.flicker=Ô±Õ¼Õ¯Õ¡ÕµÕ®Õ¥Õ¬ +item.fireworksCharge.gray=Õ„Õ¸Õ­Ö€Õ¡Õ£Õ¸Ö‚ÕµÕ¶ +item.fireworksCharge.green=Ô¿Õ¡Õ¶Õ¡Õ¹ +item.fireworksCharge.lightBlue=Ô²Õ¡Ö Ô¿Õ¡ÕºÕ¸Ö‚ÕµÕ¿ +item.fireworksCharge.lime=Ô¼Õ¡ÕµÕ´ +item.fireworksCharge.magenta=Õ„Õ¸Ö€Õ¥Õ£Õ¸Ö‚ÕµÕ¶ +item.fireworksCharge.name=Õ€Ö€Õ¡Õ¾Õ¡Õ¼Õ¸Ö‚Õ©ÕµÕ¡Õ¶ Ô±Õ½Õ¿Õ² +item.fireworksCharge.orange=Õ†Õ¡Ö€Õ¶Õ»Õ¡Õ£Õ¸Ö‚ÕµÕ¶ +item.fireworksCharge.pink=ÕŽÕ¡Ö€Õ¤Õ¡Õ£Õ¸Ö‚ÕµÕ¶ +item.fireworksCharge.purple=Õ„Õ¡Õ¶Õ¸Ö‚Õ·Õ¡Õ¯Õ¡Õ£Õ¸Ö‚ÕµÕ¶ +item.fireworksCharge.red=Ô¿Õ¡Ö€Õ´Õ«Ö€ +item.fireworksCharge.silver=Ô²Õ¡Ö Ô¿Õ¡ÕºÕ¸Ö‚ÕµÕ¿ +item.fireworksCharge.trail=Õ€Õ¥Õ¿Ö„ +item.fireworksCharge.type=Ô±Õ¶Õ°Õ¡ÕµÕ¿ ÕÖ‡ +item.fireworksCharge.type.0=Õ“Õ¸Ö„Ö€ Ô³Õ¸Ö‚Õ¶Õ¤ +item.fireworksCharge.type.1=Ô½Õ¸Õ·Õ¸Ö€ Ô³Õ¸Ö‚Õ¶Õ¤ +item.fireworksCharge.type.2=Ô±Õ½Õ¿Õ²Õ¡Õ±Ö‡ +item.fireworksCharge.type.3=Õ”Ö€Õ«ÖƒÕ¥Ö€Õ« Õ¿Õ¥Õ½Ö„Õ¸Õ¾ +item.fireworksCharge.type.4=ÕŠÕ¡ÕµÕ©ÕµÕ¸Ö‚Õ¶ +item.fireworksCharge.white=ÕÕºÕ«Õ¿Õ¡Õ¯ +item.fireworksCharge.yellow=Ô´Õ¥Õ²Õ«Õ¶ +item.fish.clownfish.raw.name=Ô¾Õ¡Õ²Ö€Õ¡Õ®Õ¸Ö‚-Õ±Õ¸Ö‚Õ¯ +item.fish.cod.cooked.name=ÕÕ¡ÕºÕ¡Õ¯Õ¡Õ® ÕÕ¸Ö‚Õ¯ +item.fish.cod.raw.name=Õ€Õ¸Ö‚Õ´ ÕÕ¸Ö‚Õ¯ +item.fish.pufferfish.raw.name=Õ–Õ¸Ö‚Õ£Õ¸Ö‚ ÕÕ¸Ö‚Õ¯ +item.fish.salmon.cooked.name=ÕÕ¡ÕºÕ¡Õ¯Õ¡Õ® ÕÕ¡Õ²Õ´Õ¸Õ¶ +item.fish.salmon.raw.name=Õ€Õ¸Ö‚Õ´ ÕÕ¡Õ²Õ´Õ¸Õ¶ +item.fishingRod.name=Ô¿Õ¡Ö€Õ©Õ¡Õ±Õ¸Õ² +item.flint.name=Ô¿Õ¡ÕµÕ®Ö„Õ¡Ö€ +item.flintAndSteel.name=ÕŽÕ¡Õ¼Õ«Õ¹ +item.flowerPot.name=Ô¾Õ¡Õ²Õ¯Õ¡Õ´Õ¡Õ¶ +item.frame.name=Ô±Õ¼Õ¡Ö€Õ¯Õ¡ÕµÕ« Õ‡Ö€Õ»Õ¡Õ¶Õ¡Õ¯ +item.ghastTear.name=Ô³Õ¡Õ½Õ¿Õ« Ô±Ö€ÖÕ¸Ö‚Õ¶Ö„ +item.glassBottle.name=Ô±ÕºÕ¡Õ¯Õ¥ Õ‡Õ«Õ· +item.goldNugget.name=ÕˆÕ½Õ¯Õ¸Ö‚ Ô²Õ¶Õ¡Õ¯Õ¿Õ¸Ö€ +item.hatchetDiamond.name=Ô±Õ¤Õ¡Õ´Õ¡Õ¶Õ¤Õ¥ Ô¿Õ¡ÖÕ«Õ¶ +item.hatchetGold.name=ÕˆÕ½Õ¯Õ¥ Ô¿Õ¡ÖÕ«Õ¶ +item.hatchetIron.name=ÔµÖ€Õ¯Õ¡Õ©Õ¥ Ô¿Õ¡ÖÕ«Õ¶ +item.hatchetStone.name=Õ”Õ¡Ö€Õ¥ Ô¿Õ¡ÖÕ«Õ¶ +item.hatchetWood.name=Õ“Õ¡ÕµÕ¿Õ¥ Ô¿Õ¡ÖÕ«Õ¶ +item.helmetChain.name=Õ‡Õ²Õ©Õ¡Õ¥ ÕÕ¡Õ²Õ¡Õ¾Õ¡Ö€Õ¿ +item.helmetCloth.name=Ô¿Õ¡Õ·Õ¾Õ¥ ÕÕ¡Õ²Õ¡Õ¾Õ¡Ö€Õ¿ +item.helmetDiamond.name=Ô±Õ¤Õ¡Õ´Õ¡Õ¶Õ¤Õ¥ ÕÕ¡Õ²Õ¡Õ¾Õ¡Ö€Õ¿ +item.helmetGold.name=ÕˆÕ½Õ¯Õ¥ ÕÕ¡Õ²Õ¡Õ¾Õ¡Ö€Õ¿ +item.helmetIron.name=ÔµÖ€Õ¯Õ¡Õ©Õ¥ ÕÕ¡Õ²Õ¡Õ¾Õ¡Ö€Õ¿ +item.hoeDiamond.name=Ô±Õ¤Õ¡Õ´Õ¡Õ¶Õ¤Õ¥ Õ©Õ¸Õ­Ö€ +item.hoeGold.name=ÕˆÕ½Õ¯Õ¥ Ô¹Õ¸Õ­Ö€ +item.hoeIron.name=ÔµÖ€Õ¯Õ¡Õ©Õ¥ Õ©Õ¸Õ­Ö€ +item.hoeStone.name=Õ”Õ¡Ö€Õ¥ Õ©Õ¸Õ­Ö€ +item.hoeWood.name=Õ“Õ¡ÕµÕ¿Õ¥ Õ©Õ¸Õ­Ö€ +item.horsearmordiamond.name=ÕÕ«Õ¸Ö‚ Ô±Õ¤Õ¡Õ´Õ¡Õ¶Õ¤Õ¥ Ô¶Ö€Õ¡Õ° +item.horsearmorgold.name=ÕÕ«Õ¸Ö‚ ÕˆÕ½Õ¯Õ¥ Ô¶Ö€Õ¡Õ° +item.horsearmormetal.name=ÕÕ«Õ¸Ö‚ ÔµÖ€Õ¯Õ¡Õ©Õ¥ Ô¶Ö€Õ¡Õ° +item.ingotGold.name=ÕˆÕ½Õ¯Õ¥ ÕÕ¸Ö‚ÕµÕ¬ +item.ingotIron.name=ÔµÖ€Õ¯Õ¡Õ©Õ¥ ÕÕ¸Ö‚ÕµÕ¬ +item.leash.name=ÕÕ¡Õ¶Õ± +item.leather.name=Ô¿Õ¡Õ·Õ« +item.leaves.name=ÕÕ¥Ö€Ö‡Õ¶Õ¥Ö€ +item.leggingsChain.name=Õ‡Õ²Õ©Õ¡Õ¥ Ô±Õ¶Õ¤Ö€Õ¡Õ¾Õ¡Ö€Õ¿Õ«Õ¯ +item.leggingsCloth.name=Ô¿Õ¡Õ·Õ¾Õ¥ Ô±Õ¶Õ¤Ö€Õ¡Õ¾Õ¡Ö€Õ¿Õ«Õ¯ +item.leggingsDiamond.name=Ô±Õ¤Õ¡Õ´Õ¡Õ¶Õ¤Õ¥ Ô±Õ¶Õ¤Ö€Õ¡Õ¾Õ¡Ö€Õ¿Õ«Õ¯ +item.leggingsGold.name=ÕˆÕ½Õ¯Õ¥ Ô±Õ¶Õ¤Ö€Õ¡Õ¾Õ¡Ö€Õ¿Õ«Õ¯ +item.leggingsIron.name=ÔµÖ€Õ¯Õ¡Õ©Õ¥ Ô±Õ¶Õ¤Ö€Õ¡Õ¾Õ¡Ö€Õ¿Õ«Õ¯ +item.magmaCream.name=Õ„Õ¡Õ£Õ´Õ¡ÕµÕ« Ô¿Ö€Õ¥Õ´ +item.map.name=Õ”Õ¡Ö€Õ¿Õ¥Õ¦ +item.melon.name=ÕÕ´Õ¥Ö€Õ¸Ö‚Õ¯ +item.milk.name=Ô¿Õ¡Õ© +item.minecart.name=ÕŽÕ¡Õ£Õ¸Õ¶ +item.minecartChest.name=Ô²Õ¥Õ¼Õ¶Õ¡Õ¿Õ¡Ö€ ÕŽÕ¡Õ£Õ¸Õ¶ +item.minecartCommandBlock.name=ÕŽÕ¡Õ£Õ¸Õ¶ Õ€Ö€Õ¡Õ´Õ¡Õ¶Õ¶Õ¥Õ« Ô²Õ¬Õ¸Õ¯Õ¸Õ¾ +item.minecartFurnace.name=Õ‡Õ¡Ö€ÕªÕ«Õ¹Õ¸Õ¾ ÕŽÕ¡Õ£Õ¸Õ¶ +item.minecartHopper.name=ÕÕ¡Õ£Õ¡Ö€Õ¸Õ¾ ÕŽÕ¡Õ£Õ¸Õ¶ +item.minecartTnt.name=Ô´Õ«Õ¶Õ¡Õ´Õ«Õ¿Õ¸Õ¾ ÕŽÕ¡Õ£Õ¸Õ¶ +item.monsterPlacer.name=Ô¾Õ¶Õ¥Õ¬ +item.mushroomStew.name=Õ‡Õ¸Õ£Õ¥Õ­Õ¡Õ·Õ¡Õ® ÕÕ¸Ö‚Õ¶Õ¯ +item.nameTag.name=Ô±Õ¶Õ¾Õ¡Õ¶Õ¡ÕºÕ«Õ¿Õ¡Õ¯ +item.netherStalkSeeds.name=Ô´ÕªÕ¸Õ­Ö„Õ« Ô²Õ¸Ö‚ÕµÕ½ +item.netherStar.name=Ô´ÕªÕ¸Õ­Ö„Õ« Ô±Õ½Õ¿Õ² +item.netherbrick.name=Ô´ÕªÕ¸Õ­Õ¡ÕµÕ«Õ¶ Ô±Õ²ÕµÕ¸Ö‚Õ½ +item.netherquartz.name=Ô¿Õ¾Õ¡Ö€Ö +item.painting.name=Õ†Õ¯Õ¡Ö€ +item.paper.name=Ô¹Õ¸Ö‚Õ²Õ© +item.pickaxeDiamond.name=Ô±Õ¤Õ¡Õ´Õ¡Õ¶Õ¤Õ¥ Õ”Õ¬Õ¸Ö‚Õ¶Õ£ +item.pickaxeGold.name=ÕˆÕ½Õ¯Õ¥ Õ”Õ¬Õ¸Ö‚Õ¶Õ£ +item.pickaxeIron.name=ÔµÖ€Õ¯Õ¡Õ©Õ¥ Õ”Õ¬Õ¸Ö‚Õ¶Õ£ +item.pickaxeStone.name=Õ”Õ¡Ö€Õ¥ Õ”Õ¬Õ¸Ö‚Õ¶Õ£ +item.pickaxeWood.name=Õ“Õ¡ÕµÕ¿Õ¥ Õ”Õ¬Õ¸Ö‚Õ¶Õ£ +item.porkchopCooked.name=ÕŠÕ¡Õ¿Ö€Õ¡Õ½Õ¿Õ¾Õ¡Õ® Ô½Õ¸Õ¦Õ« Õ„Õ«Õ½ +item.porkchopRaw.name=Õ€Õ¸Ö‚Õ´ Ô½Õ¸Õ¦Õ« Õ„Õ«Õ½ +item.potato.name=Ô¿Õ¡Ö€Õ¿Õ¸Ö†Õ«Õ¬ +item.potatoBaked.name=Ô¹Õ­Õ¾Õ¡Õ® Ô¿Õ¡Ö€Õ¿Õ¸Ö†Õ«Õ¬ +item.potatoPoisonous.name=Ô¹Õ¸Ö‚Õ¶Õ¡Õ¾Õ¸Ö€ Ô¿Õ¡Ö€Õ¿Õ¸Ö†Õ«Õ¬ +item.potion.name=Ô´Õ¥Õ²Õ¸Ö€Õ¡ÕµÖ„ +item.pumpkinPie.name=Ô´Õ¤Õ´Õ¸Õ¾ Ô¿Õ¡Ö€Õ¯Õ¡Õ¶Õ¤Õ¡Õ¯ +item.record.11.desc=C418 - 11 +item.record.13.desc=C418 - 13 +item.record.blocks.desc=C418 - blocks +item.record.cat.desc=C418 - cat +item.record.chirp.desc=C418 - chirp +item.record.far.desc=C418 - far +item.record.mall.desc=C418 - mall +item.record.mellohi.desc=C418 - mellohi +item.record.name=ÔµÖ€Õ¡ÕªÕ·Õ¿Õ¸Ö‚Õ©ÕµÕ¡Õ¶ Ô´Õ«Õ½Õ¯ +item.record.stal.desc=C418 - stal +item.record.strad.desc=C418 - strad +item.record.wait.desc=C418 - wait +item.record.ward.desc=C418 - ward +item.redstone.name=Ô¿Õ¡Ö€Õ´Ö€Õ¡Ö„Õ¡Ö€ +item.reeds.name=ÔµÕ²Õ¥Õ£Õ¶Õ¡Õ·Õ¡Ö„Õ¡Ö€ +item.rottenFlesh.name=Õ“Õ¿Õ¡Õ® Õ„Õ«Õ½ +item.ruby.name=ÕÕ¸Ö‚Õ¿Õ¡Õ¯ +item.saddle.name=Ô¹Õ¡Õ´Õ¢ +item.seeds.name=ÕÕ¥Ö€Õ´Õ¥Ö€ +item.seeds_melon.name=ÕÕ´Õ¥Ö€Õ¸Ö‚Õ¯Õ« ÕÕ¥Ö€Õ´Õ¥Ö€ +item.seeds_pumpkin.name=Ô´Õ¤Õ´Õ« ÕÕ¥Ö€Õ´Õ¥Ö€ +item.shears.name=Õ„Õ¯Ö€Õ¡Õ¿ +item.shovelDiamond.name=Ô±Õ¤Õ¡Õ´Õ¡Õ¶Õ¤Õ¥ Ô¹Õ«Õ¡Õ¯ +item.shovelGold.name=ÕˆÕ½Õ¯Õ¥ Ô¹Õ«Õ¡Õ¯ +item.shovelIron.name=ÔµÖ€Õ¯Õ¡Õ©Õ¥ Ô¹Õ«Õ¡Õ¯ +item.shovelStone.name=Õ”Õ¡Ö€Õ¥ Ô¹Õ«Õ¡Õ¯ +item.shovelWood.name=Õ“Õ¡ÕµÕ¿Õ¥ Ô¹Õ«Õ¡Õ¯ +item.sign.name=Õ‘Õ¸Ö‚ÖÕ¡Õ¶Õ¡Õ¯ +item.skull.char.name=Ô³Õ¬Õ¸Ö‚Õ­ +item.skull.creeper.name=Õ”Ö€Õ«ÖƒÕ¥Ö€Õ« Ô³Õ¬Õ¸Ö‚Õ­ +item.skull.player.name=%sÕ« Ô³Õ¬Õ¸Ö‚Õ­ +item.skull.skeleton.name=Ô¿Õ´Õ¡Õ­Ö„Õ« Ô³Õ¡Õ¶Õ£ +item.skull.wither.name=ÕÖ‡ Ô¿Õ´Õ¡Õ­Ö„Õ« Ô³Õ¡Õ¶Õ£ +item.skull.zombie.name=Ô¶Õ¸Õ´Õ¢Õ«Õ« Ô³Õ¬Õ¸Ö‚Õ­ +item.slimeball.name=Ô¼Õ¸Ö€Õ±Õ¡Õ£Õ¶Õ¤Õ¡Õ¯ +item.snowball.name=ÕÕ¶Õ¡Õ£Õ¶Õ¤Õ«Õ¯ +item.speckledMelon.name=Õ‡Õ¸Õ²Õ¡ÖÕ¸Õ² ÕÕ´Õ¥Ö€Õ¸Ö‚Õ¯ +item.spiderEye.name=ÕÕ¡Ö€Õ¤Õ« Ô±Õ¹Ö„ +item.stick.name=Õ“Õ¡ÕµÕ¿Õ«Õ¯ +item.string.name=Ô¹Õ¥Õ¬ +item.sugar.name=Õ‡Õ¡Ö„Õ¡Ö€ +item.sulphur.name=ÕŽÕ¡Õ¼Õ¸Õ¤ +item.swordDiamond.name=Ô±Õ¤Õ¡Õ´Õ¡Õ¶Õ¤Õ¥ ÕÕ¸Ö‚Ö€ +item.swordGold.name=ÕˆÕ½Õ¯Õ¥ ÕÕ¸Ö‚Ö€ +item.swordIron.name=ÔµÖ€Õ¯Õ¡Õ©Õ¥ ÕÕ¸Ö‚Ö€ +item.swordStone.name=Õ”Õ¡Ö€Õ¥ ÕÕ¸Ö‚Ö€ +item.swordWood.name=Õ“Õ¡ÕµÕ¿Õ¥ ÕÕ¸Ö‚Ö€ +item.unbreakable=Õ‰Õ»Õ¡Ö€Õ¤Õ¾Õ¸Õ² +item.wheat.name=Õ‘Õ¸Ö€Õ¥Õ¶ +item.writingBook.name=Ô³Õ«Ö€Ö„ Ö‡ Õ“Õ¥Õ¿Õ¸Ö‚Ö€ +item.writtenBook.name=Ô³Ö€Õ¾Õ¡Õ® Ô³Õ«Ö€Ö„ +item.yellowDust.name=Ô¼Õ¸Ö‚Õ½Õ¡Ö€Õ±Õ¡Õ¯Õ¸Õ² Õ”Õ¡Ö€Õ« Õ“Õ¸Õ·Õ« +itemGroup.brewing=Ô´Õ¥Õ²Õ¸Ö€Õ¡ÕµÖ„Õ« ÕŠÕ¡Õ¿Ö€Õ¡Õ½Õ¿Õ¸Ö‚Õ´ +itemGroup.buildingBlocks=Õ‡Õ«Õ¶Õ¡Ö€Õ¡Ö€Õ¡Õ¯Õ¡Õ¶ Ô²Õ¬Õ¸Õ¯Õ¶Õ¥Ö€ +itemGroup.combat=Õ„Õ¡Ö€Õ¿ +itemGroup.decorations=Ô´Õ¥Õ¯Õ¸Ö€Õ¡Õ¿Õ«Õ¾ Ô²Õ¬Õ¸Õ¯Õ¶Õ¥Ö€ +itemGroup.food=ÕÕ¶Õ¸Ö‚Õ¶Õ¤ +itemGroup.inventory=Ô³Õ¸ÕµÕ¡Õ¿Ö‡Õ´Õ¡Õ¶ ÕŠÕ¡ÕµÕ¸Ö‚Õ½Õ¡Õ¯ +itemGroup.materials=Õ†ÕµÕ¸Ö‚Õ©Õ¥Ö€ +itemGroup.misc=Ô±ÕµÕ¬Õ¥Õ¾Õ¡ÕµÕ¬ +itemGroup.redstone=Ô¿Õ¡Ö€Õ´Ö€Õ¡Ö„Õ¡Ö€ +itemGroup.search=ÕˆÖ€Õ¸Õ¶Õ¸Ö‚Õ´ +itemGroup.tools=Ô³Õ¸Ö€Õ®Õ«Ö„Õ¶Õ¥Ö€ +itemGroup.transportation=ÕÖ€Õ¡Õ¶Õ½ÕºÕ¸Ö€Õ¿Õ¡ÕµÕ«Õ¶ Õ´Õ«Õ»Õ¸Ö +key.attack=Õ€Õ¡Ö€Õ¾Õ¡Õ®Õ¥Õ¬/Õ‹Õ¡Ö€Õ¤Õ¥Õ¬ +key.back=ÔµÕ¿ Ö„Õ¡ÕµÕ¬Õ¥Õ¬ +key.categories.gameplay=Ô½Õ¡Õ²Õ¨Õ¶Õ©Õ¡ÖÖ„ +key.categories.inventory=ÕŠÕ¡ÕµÕ¸Ö‚Õ½Õ¡Õ¯ +key.categories.misc=ÕÕ¡Ö€Õ¢Õ¥Ö€ +key.categories.movement=Õ‡Õ¡Ö€ÕªÕ¸Ö‚Õ´ +key.categories.multiplayer=Õ‘Õ¡Õ¶ÖÕ¡ÕµÕ«Õ¶ Õ­Õ¡Õ² +key.categories.ui=Ô½Õ¡Õ²Õ« Õ´Õ«Õ»Õ¥Ö€Õ¥Õ½ +key.chat=Ô²Õ¡ÖÕ¥Õ¬ Õ¹Õ¡Õ¿Õ¨ +key.command=Õ€Ö€Õ¡Õ´Õ¡Õ¶Õ« Õ´Õ¸Ö‚Õ¿Ö„Õ¡Õ£Ö€Õ¸Ö‚Õ´ +key.drop=Õ†Õ¥Õ¿Õ¥Õ¬ Õ¡Õ¼Õ¡Ö€Õ¯Õ¡Õ¶ +key.forward=Õ”Õ¡ÕµÕ¬Õ¥Õ¬ Õ¡Õ¼Õ¡Õ» +key.hotbar.1=Ô±Õ¯Õ¯Õ¿Õ«Õ¾ Õ´Õ¥Õ¶ÕµÕ¸Ö‚ 1 +key.hotbar.2=Ô±Õ¯Õ¯Õ¿Õ«Õ¾ Õ´Õ¥Õ¶ÕµÕ¸Ö‚ 2 +key.hotbar.3=Ô±Õ¯Õ¯Õ¿Õ«Õ¾ Õ´Õ¥Õ¶ÕµÕ¸Ö‚ 3 +key.hotbar.4=Ô±Õ¯Õ¯Õ¿Õ«Õ¾ Õ´Õ¥Õ¶ÕµÕ¸Ö‚ 4 +key.hotbar.5=Ô±Õ¯Õ¯Õ¿Õ«Õ¾ Õ´Õ¥Õ¶ÕµÕ¸Ö‚ 5 +key.hotbar.6=Ô±Õ¯Õ¯Õ¿Õ«Õ¾ Õ´Õ¥Õ¶ÕµÕ¸Ö‚ 6 +key.hotbar.7=Ô±Õ¯Õ¯Õ¿Õ«Õ¾ Õ´Õ¥Õ¶ÕµÕ¸Ö‚ 7 +key.hotbar.8=Ô±Õ¯Õ¯Õ¿Õ«Õ¾ Õ´Õ¥Õ¶ÕµÕ¸Ö‚ 8 +key.hotbar.9=Ô±Õ¯Õ¯Õ¿Õ«Õ¾ Õ´Õ¥Õ¶ÕµÕ¸Ö‚ 9 +key.inventory=ÕŠÕ¡ÕµÕ¸Ö‚Õ½Õ¡Õ¯ +key.jump=Õ‘Õ¡Õ¿Õ¯ +key.left=Õ”Õ¡ÕµÕ¬Õ¥Õ¬ Õ±Õ¡Õ­ +key.mouseButton=Ô¿Õ¸Õ³Õ¡Õ¯ %1$s +key.pickItem=ÕŽÕ¥Ö€ÖÕ¶Õ¥Õ¬ Ô²Õ¬Õ¸Õ¯Õ¨ +key.playerlist=Ô½Õ¡Õ²Õ¡ÖÕ¸Õ²Õ¶Õ¥Ö€Õ« ÖÕ¸Ö‚ÖÕ¡Õ¯ +key.right=Õ”Õ¡ÕµÕ¬Õ¥Õ¬ Õ¡Õ» +key.screenshot=Ô¼Õ¸Ö‚Õ½Õ¡Õ¶Õ¯Õ¡Ö€Õ¥Õ¬ Õ§Õ¯Ö€Õ¡Õ¶Õ¨ +key.smoothCamera=Õ„Õ«Õ¡ÖÕ¶Õ¥Õ¬/Õ¡Õ¶Õ»Õ¡Õ¿Õ¥Õ¬ Õ¿Õ¥Õ½Õ¡Õ­ÖÕ«Õ¯Õ¨ +key.sneak=Ô¶Õ£Õ¸Ö‚ÕµÕ· Ö„Õ¡ÕµÕ¬ +key.sprint=ÕŽÕ¡Õ¦Ö„ +key.togglePerspective=Õ“Õ¸Õ­Õ¥Õ¬ Õ¿Õ¥Õ½Õ¡Õ¶Õ¯ÕµÕ¸Ö‚Õ¶Õ¨ +key.use=Õ•Õ£Õ¿Õ¡Õ£Õ¸Ö€Õ®Õ¥Õ¬ Õ¡Õ¼Õ¡Ö€Õ¯Õ¡Õ¶/ÕÕ¥Õ²Õ¡Õ¤Ö€Õ¥Õ¬ Õ¢Õ¬Õ¡Õ¯Õ¨ +lanServer.otherPlayers=Ô¿Õ¡Ö€Õ£Õ¡Õ¾Õ¸Ö€Õ¸Ö‚Õ´Õ¶Õ¥Ö€ Õ¡ÕµÕ¬ Õ­Õ¡Õ²Õ¡ÖÕ¸Õ²Õ¶Õ¥Ö€Õ« Õ°Õ¡Õ´Õ¡Ö€ +lanServer.scanning=Ô±Ö€Õ¾Õ¸Ö‚Õ´ Õ§ Õ¿Õ¥Õ²Õ¡Õ¯Õ¡Õ¶ ÖÕ¡Õ¶ÖÕ« Õ½Õ¯Õ¡Õ¶, Õ­Õ¡Õ²Õ¥Ö€ Õ£Õ¿Õ¶Õ¥Õ¬Õ¸Ö‚ Õ°Õ¡Õ´Õ¡Ö€Ö‰ +lanServer.start=ÕÕ¯Õ½Õ¥Õ¬ LAN Õ¡Õ·Õ­Õ¡Ö€Õ° +lanServer.title=LAN Ô±Õ·Õ­Õ¡Ö€Õ° +language.code=hy_AM +language.name=Õ€Õ¡ÕµÕ¥Ö€Õ¥Õ¶ +language.region=Õ€Õ¡ÕµÕ¡Õ½Õ¿Õ¡Õ¶ +mcoServer.title=Minecraft Ô±Õ¼ÖÕ¡Õ¶Ö Ô±Õ·Õ­Õ¡Ö€Õ° +menu.convertingLevel=Ô±Õ·Õ­Õ¡Ö€Õ°Õ« ÖƒÕ¸Õ­Õ¡Õ¯Õ¥Ö€ÕºÕ¸Ö‚Õ´ +menu.disconnect=Ô±Õ¶Õ»Õ¡Õ¿Õ¾Õ¥Õ¬ +menu.game=Ô½Õ¡Õ²Õ« Õ´Õ¥Õ¶ÕµÕ¸Ö‚ +menu.generatingLevel=Õ†Õ¸Ö€ Õ¡Õ·Õ­Õ¡Ö€Õ°Õ« Õ½Õ¥Õ²Õ®Õ¸Ö‚Õ´ +menu.generatingTerrain=ÕÕ¥Õ²Õ¡Õ¶Ö„Õ« Õ¯Õ¡Õ¼Õ¸Ö‚ÖÕ¸Ö‚Õ´ +menu.loadingLevel=Ô±Õ·Õ­Õ¡Ö€Õ°Õ« Õ¢Õ¥Õ¼Õ¶Õ¸Ö‚Õ´ +menu.multiplayer=Õ‘Õ¡Õ¶ÖÕ¡ÕµÕ«Õ¶ Õ­Õ¡Õ² +menu.options=Ô¸Õ¶Õ¿Ö€Õ¡Õ¶Ö„Õ¶Õ¥Ö€... +menu.playdemo=Ô½Õ¡Õ²Õ¡Õ¬ Õ“Õ¸Ö€Õ±Õ¶Õ¡Õ¯Õ¡Õ¶ Ô±Õ·Õ­Õ¡Ö€Õ° +menu.quit=Ô¼Ö„Õ¥Õ¬ Ô½Õ¡Õ²Õ¨ +menu.resetdemo=ÕŽÕ¥Ö€Õ½Õ¯Õ½Õ¥Õ¬ Õ“Õ¸Ö€Õ±Õ¶Õ¡Õ¯Õ¡Õ¶ Ô±Õ·Õ­Õ¡Ö€Õ°Õ¨ +menu.respawning=ÕŽÕ¥Ö€Õ¡Õ®Õ¶Õ¸Ö‚Õ´ +menu.returnToGame=ÕŽÕ¥Ö€Õ¡Õ¤Õ¡Õ¼Õ¶Õ¡Õ¬ Õ­Õ¡Õ²Õ«Õ¶ +menu.returnToMenu=ÕŠÕ¡Õ°ÕºÕ¡Õ¶Õ¥Õ¬ Ö‡ Õ¾Õ¥Ö€Õ¡Õ¤Õ¡Õ¼Õ¶Õ¡Õ¬ Õ´Õ¥Õ¶ÕµÕ¸Ö‚ +menu.shareToLan=Ô²Õ¡ÖÕ¥Õ¬ LAN ÖÕ¡Õ¶Ö +menu.simulating=Ô±Õ·Õ­Õ¡Ö€Õ°Õ« Õ„Õ¸Õ¤Õ¥Õ¬Õ¡Õ¾Õ¸Ö€Õ¸Ö‚Õ´ +menu.singleplayer=Õ„Õ«Õ¡ÕµÕ¶Õ¡Õ¯ Õ­Õ¡Õ² +menu.switchingLevel=Õ“Õ¸ÖƒÕ¸Õ­Õ¥Õ¬ Õ¡Õ·Õ­Õ¡Ö€Õ°Õ¶Õ¥Ö€Õ¨ +mount.onboard=ÕÕ¥Õ²Õ´Õ¥Ö„ %1$s Õ¸Ö€ÕºÕ¥Õ½Õ¦Õ« Õ¤Õ¸Ö‚Ö€Õ½ Õ£Õ¡Ö„ +multiplayer.connect=Õ„Õ«Õ¡Õ¶Õ¡Õ¬ +multiplayer.downloadingStats=Õ†Õ¥Ö€Õ¢Õ¥Õ¼Õ¶Õ¥Õ¬ Õ«Õ³Õ¡Õ¯Õ¡Õ£Ö€Õ¸Ö‚Õ©ÕµÕ¸Ö‚Õ¶Õ¶Õ¥Ö€Õ¨ Ö‡ Õ±Õ¥Õ¼Ö„Õ¢Õ¥Ö€Õ¸Ö‚Õ´Õ¶Õ¥Ö€Õ¨ +multiplayer.downloadingTerrain=ÕÕ¥Õ²Õ¡Õ¶Ö„Õ« Õ¶Õ¥Ö€Õ¢Õ¥Õ¼Õ¶Õ¸Ö‚Õ´ +multiplayer.info1=Õ‘Õ¡Õ¶ÖÕ¡ÕµÕ«Õ¶ Õ­Õ¡Õ²Õ¨ Õ¡Õ¼Õ¡ÕµÕªÕ´ ÕºÕ¡Õ¿Ö€Õ¡Õ½Õ¿ Õ¹Õ§, Õ¢Õ¡ÕµÖ Õ¡Õ°Õ¡ +multiplayer.info2=Õ¿Õ¥Õ²Õ« Õ¥Õ¶ Õ¸Ö‚Õ¶Õ¥Õ¶Õ¸Ö‚Õ´ Õ¸Ö€Õ¸Õ· ÖƒÕ¸Ö€Õ±Õ¡Ö€Õ¯Õ¸Ö‚Õ´Õ¶Õ¥Ö€Ö‰ +multiplayer.ipinfo=ÕÕ¥Ö€Õ¾Õ¥Ö€Õ«Õ¶ Õ´Õ«Õ¡Õ¶Õ¡Õ¬Õ¸Ö‚ Õ°Õ¡Õ´Õ¡Ö€ Õ´Õ¸Ö‚Õ¿Ö„Õ¡Õ£Ö€Õ¥Ö„ IP-Õ¶. +multiplayer.player.joined=%s Õ´Õ«Õ¡ÖÕ¡Õ¾ Õ­Õ¡Õ²Õ«Õ¶ +multiplayer.player.left=%s Õ¬Ö„Õ¥Ö Õ­Õ¡Õ²Õ¨ +multiplayer.stopSleeping=Ô¼Ö„Õ¥Õ¬ Õ„Õ¡Õ°Õ³Õ¡Õ¯Õ¡Õ¬Õ¨ +multiplayer.texturePrompt.line1=Ô±ÕµÕ½ Õ½Õ¥Ö€Õ¾Õ¥Ö€Õ¨ Õ¡Õ¼Õ¡Õ»Õ¡Ö€Õ¯Õ¸Ö‚Õ´ Õ§ Ö…Õ£Õ¿Õ¡Õ£Õ¸Ö€Õ®Õ¥Õ¬ Õ«Ö€Õ¥Õ¶Ö Õ¡Õ¶Õ±Õ¶Õ¡Õ¯Õ¡Õ¶ Ռեսուրսների Õ“Õ¡Õ©Õ¥Õ©Õ¨Ö‰ +multiplayer.texturePrompt.line2=Õ‘Õ¡Õ¶Õ¯Õ¡Õ¶Õ¸Ö‚ÕžÕ´ Õ¥Ö„ Õ¡Ö€Õ¤ÕµÕ¸Ö„, Õ¶Õ¥Ö€Õ¢Õ¥Õ¼Õ¶Õ¥Õ¬ Õ¡ÕµÕ¶ Ö‡ Õ¿Õ¥Õ²Õ¡Õ¤Ö€Õ¥Õ¬ Õ¡Õ¾Õ¿Õ¸Õ´Õ¡Õ¿ Õ¯Õ¥Ö€ÕºÕ¸Õ¾ +multiplayer.title=Ô½Õ¡Õ²Õ¡Õ¬ Ô±Õ¼ÖÕ¡Õ¶Ö +options.advancedButton=Õ„Õ¡Õ¶Ö€Õ¡Õ´Õ¡Õ½Õ¶ ÕŽÕ«Õ¤Õ¥Õ¸ Ô¿Õ¡Ö€Õ£Õ¡Õ¾Õ¸Ö€Õ¸Ö‚Õ¯Õ´Õ¶Õ¥Ö€... +options.advancedOpengl=Ô±Õ¼Õ¡Õ»Õ¡Õ¤Õ¥Õ´ OpenGL +options.advancedVideoTitle=Õ„Õ¡Õ¶Ö€Õ¡Õ´Õ¡Õ½Õ¶ ÕŽÕ«Õ¤Õ¥Õ¸ Ô¿Õ¡Ö€Õ£Õ¡Õ¾Õ¸Ö€Õ¸Ö‚Õ¯Õ´Õ¶Õ¥Ö€ +options.anaglyph=3D Ռեժիմ +options.ao=Ô²Õ¡Ö€Õ±Ö€Õ¸Ö€Õ¡Õ¯ Ô¼Õ¸Ö‚Õ½Õ¡Õ¾Õ¸Ö€Õ¸Ö‚Õ©ÕµÕ¸Ö‚Õ¶ +options.ao.max=Ô±Õ¼Õ¡Õ¾Õ¥Õ¬Õ¡Õ£Õ¸Ö‚ÕµÕ¶ +options.ao.min=Õ†Õ¾Õ¡Õ¦Õ¡Õ£Õ¸Ö‚ÕµÕ¶ +options.ao.off=Ô±Õ¶Õ»Õ¡Õ¿Õ¥Õ¬ +options.chat.color=Ô³Õ¸Ö‚ÕµÕ¶Õ¥Ö€ +options.chat.height.focused=Ô¿Õ¥Õ¶Õ¿Ö€Õ¸Õ¶Õ¡ÖÕ¾Õ¡Õ® Ô²Õ¡Ö€Õ±Ö€Õ¸Ö‚Õ©ÕµÕ¸Ö‚Õ¶ +options.chat.height.unfocused=ÕˆÕ¹ Õ¯Õ¥Õ¶Õ¿Ö€Õ¸Õ¶Õ¡ÖÕ¾Õ¡Õ® Õ¢Õ¡Ö€Õ±Ö€Õ¸Ö‚Õ©ÕµÕ¸Ö‚Õ¶ +options.chat.links=Õ€Õ²Õ¸Ö‚Õ´Õ¶Õ¥Ö€ +options.chat.links.prompt=Ô¹Õ¸Ö‚ÕµÕ¬Õ¡Õ¿Õ¾Õ¸Ö‚Õ©ÕµÕ¡Õ¶ Õ°Õ¡Ö€ÖÕ¸Ö‚Õ´ Õ°Õ²Õ¸Ö‚Õ´Õ¶Õ¥Ö€Õ« Õ¤Õ¥ÕºÖ„Õ¸Ö‚Õ´ +options.chat.opacity=Ô±Õ¶Õ©Õ¡ÖƒÕ¡Õ¶ÖÕ«Õ¯Õ¸Ö‚Õ©ÕµÕ¸Ö‚Õ¶ +options.chat.scale=Õ„Õ¡Õ½Õ·Õ¿Õ¡Õ¢ +options.chat.title=Õ‰Õ¡Õ¿Õ« Õ¯Õ¡Ö€Õ£Õ¡Õ¾Õ¸Ö€Õ¸Ö‚Õ´Õ¶Õ¥Ö€... +options.chat.visibility=Õ‰Õ¡Õ¿ +options.chat.visibility.full=ÕÕ¥Õ½Õ¡Õ¶Õ¥Õ¬Õ« +options.chat.visibility.hidden=Ô¹Õ¡Ö„ÖÕ¾Õ¡Õ® +options.chat.visibility.system=Õ„Õ«Õ¡ÕµÕ¶ Õ€Ö€Õ¡Õ´Õ¡Õ¶Õ¶Õ¥Ö€Õ¨ +options.chat.width=Ô¼Õ¡ÕµÕ¶Õ¸Ö‚Õ©ÕµÕ¸Ö‚Õ¶ +options.controls=Õ‚Õ¥Õ¯Õ¡Õ¾Õ¡Ö€Õ¸Ö‚Õ´Õ¶Õ¥Ö€... +options.difficulty=Ô´ÕªÕ¾Õ¡Ö€Õ¸Ö‚Õ©ÕµÕ¸Ö‚Õ¶ +options.difficulty.easy=Õ€Õ¥Õ·Õ¿ +options.difficulty.hard=Ô´ÕªÕ¾Õ¡Ö€ +options.difficulty.hardcore=Ô³Õ¥Ö€Õ¤ÕªÕ¾Õ¡Ö€ +options.difficulty.normal=Õ†Õ¸Ö€Õ´Õ¡Õ¬ +options.difficulty.peaceful=Ô½Õ¡Õ²Õ¡Õ² +options.farWarning1=«Հեռու» Õ¼Õ¥ÕªÕ«Õ´Õ¨ Õ¡Õ¯Õ¿Õ«Õ¾Õ¡ÖÕ¶Õ¥Õ¬Õ¸Ö‚ Õ°Õ¡Õ´Õ¡Ö€, +options.farWarning2=Õ­Õ¸Ö€Õ°Õ¸Ö‚Ö€Õ¤ Õ§ Õ¿Ö€Õ¾Õ¸Ö‚Õ´ Õ¿Õ¥Õ²Õ¡Õ¤Ö€Õ¥Õ¬ 64 Õ¢Õ«Õ¿Õ¡Õ¶Õ¸Ö Java (ÕÕ¥Ö€Õ¨ 32 Õ¢Õ«Õ¿ Õ§) +options.fboEnable=Ô±Õ¯Õ¿Õ«Õ¾Õ¡ÖÕ¶Õ¥Õ¬ FBO -Õ¶Õ¥Ö€Õ¨ +options.forceUnicodeFont=Ô³Õ¸Ö€Õ®Õ¡Õ®Õ¥Õ¬ Unicode Õ¿Õ¡Õ¼Õ¡Õ¿Õ¥Õ½Õ¡Õ¯ +options.fov=ÕÕ¥Õ½Õ¡Õ¶Õ¯ÕµÕ¸Ö‚Õ¶ +options.fov.max=Quake Pro +options.fov.min=Õ†Õ¸Ö€Õ´Õ¡Õ¬ +options.framerateLimit=Ô¿Õ¡Õ¤Ö€Õ¥Ö€Õ« Õ¡Õ¼Õ¡Õ¾Õ¥Õ¬Õ¡Õ£Õ¸Ö‚ÕµÕ¶ Õ°Õ¡Õ³Õ¡Õ­Õ¡Õ¯Õ¡Õ¶Õ¸Ö‚Õ©ÕµÕ¸Ö‚Õ¶ +options.framerateLimit.max=Ô±Õ¶Õ½Õ¡Õ°Õ´Õ¡Õ¶Õ¡ÖƒÕ¡Õ¯ +options.fullscreen=Ô±Õ´Õ¢Õ¸Õ²Õ»-Õ§Õ¯Ö€Õ¡Õ¶ Õ¼Õ¥ÕªÕ«Õ´ +options.gamma=ÕŠÕ¡ÕµÕ®Õ¡Õ¼Õ¸Ö‚Õ©ÕµÕ¸Ö‚Õ¶ +options.gamma.max=ÕŠÕ¡ÕµÕ®Õ¡Õ¼ +options.gamma.min=Õ„Õ¼Õ¡ÕµÕ¬ +options.graphics=Ô³Ö€Õ¡Ö†Õ«Õ¯Õ¡ +options.graphics.fancy=Ô³Õ¥Õ²Õ¥ÖÕ«Õ¯ +options.graphics.fast=Ô±Ö€Õ¡Õ£ +options.guiScale=GUI Õ´Õ¡Õ½Õ·Õ¿Õ¡Õ¢Õ¨ +options.guiScale.auto=Ô±Õ¾Õ¿Õ¸Õ´Õ¡Õ¿ +options.guiScale.large=Ô½Õ¸Õ·Õ¸Ö€ +options.guiScale.normal=Õ†Õ¸Ö€Õ´Õ¡Õ¬ +options.guiScale.small=Õ“Õ¸Ö„Ö€ +options.hidden=Ô¹Õ¡Ö„Õ¶Õ¾Õ¡Õ® +options.invertMouse=Õ„Õ¯Õ¶Õ«Õ¯Õ« Õ“Õ¸Õ­Õ¡Õ¯Õ¥Ö€ÕºÕ¸Ö‚Õ´ +options.language=Ô¼Õ¥Õ¦Õ¸Ö‚... +options.languageWarning=Ô¼Õ¥Õ¦Õ¾Õ« Õ©Õ¡Ö€Õ£Õ´Õ¡Õ¶Õ¸Ö‚Õ©ÕµÕ¡Õ¶ 100%% -Õ¡Õ¶Õ¸Ö Õ³Õ·Õ£Ö€Õ¿Õ¸Ö‚Õ©ÕµÕ¸Ö‚Õ¶Õ¨ Õ¡ÕºÕ¡Õ°Õ¸Õ¾Õ¾Õ¡Õ® Õ¹Õ§ +options.mipmapLevels=Mipmap-Õ« Õ´Õ¡Õ¯Õ¡Ö€Õ¤Õ¡Õ¯Õ¶Õ¥Ö€Õ¨ +options.multiplayer.title=Õ‘Õ¡Õ¶ÖÕ¡Õ«Õ¶ Õ­Õ¡Õ²Õ« Õ¯Õ¡Ö€Õ£Õ¡Õ¾Õ¸Ö€Õ¸Ö‚Õ´Õ¶Õ¥Ö€... +options.music=ÔµÖ€Õ¡ÕªÕ·Õ¿Õ¸Ö‚Õ©ÕµÕ¸Ö‚Õ¶ +options.off=Ô±Õ¶Õ»Õ¡Õ¿Õ¡Õ® +options.on=Õ„Õ«Õ¡ÖÕ¡Õ® +options.particles=Õ„Õ¡Õ½Õ¶Õ«Õ¯Õ¶Õ¥Ö€ +options.particles.all=Ô²Õ¸Õ¬Õ¸Ö€ +options.particles.decreased=Õ†Õ¾Õ¡Õ¦Õ¥ÖÕ¾Õ¡Õ® +options.particles.minimal=Õ„Õ«Õ¶Õ«Õ´Õ¡Õ¬ +options.performanceButton=ÕŽÕ«Õ¤Õ¥Õ¸ Ô±Ö€Õ¿Õ¡Õ¤Ö€Õ¸Õ²Õ¡Õ¯Õ¡Õ¶Õ¸Ö‚Õ©ÕµÕ¡Õ¶ Ô¿Õ¡Ö€Õ£Õ¡Õ¾Õ¸Ö€Õ¸Ö‚Õ´Õ¶Õ¥Ö€... +options.performanceVideoTitle=ÕŽÕ«Õ¤Õ¥Õ¸ Ô±Ö€Õ¿Õ¡Õ¤Ö€Õ¸Õ²Õ¡Õ¯Õ¡Õ¶Õ¸Ö‚Õ©ÕµÕ¡Õ¶ Ô¿Õ¡Ö€Õ£Õ¡Õ¾Õ¸Ö€Õ¸Ö‚Õ´Õ¶Õ¥Ö€ +options.postButton=Õ€Õ¥Õ¿Õ´Õ·Õ¡Õ¯Õ´Õ¡Õ¶ Õ¯Õ¡Ö€Õ£Õ¡Õ¾Õ¸Ö€Õ¸Ö‚Õ´Õ¶Õ¶Õ¥Ö€... +options.postProcessEnable=Ô±Õ¯Õ¿Õ«Õ¾Õ¡ÖÕ¶Õ¥Õ¬ Õ°Õ¥Õ¿Õ´Õ·Õ¡Õ¯Õ¸Ö‚Õ´Õ¨ +options.postVideoTitle=Õ€Õ¥Õ¿Õ´Õ·Õ¡Õ¯Õ´Õ¡Õ¶ Õ¯Õ¡Ö€Õ£Õ¡Õ¾Õ¸Ö€Õ¸Ö‚Õ´Õ¶Õ¶Õ¥Ö€ +options.qualityButton=ÕŽÕ«Õ¤Õ¥Õ¸ÕµÕ« ÕˆÖ€Õ¡Õ¯Õ« Ô¿Õ¡Ö€Õ£Õ¡Õ¾Õ¸Ö€Õ¸Ö‚Õ´Õ¶Õ¶Õ¥Ö€... +options.qualityVideoTitle=ÕŽÕ«Õ¤Õ¥Õ¸ÕµÕ« ÕˆÖ€Õ¡Õ¯Õ« Ô¿Õ¡Ö€Õ£Õ¡Õ¾Õ¸Ö€Õ¸Ö‚Õ´Õ¶Õ¶Õ¥Ö€ +options.renderClouds=Ô±Õ´ÕºÕ¥Ö€ +options.renderDistance=Õ†ÕµÕ¸Ö‚Õ©Õ¡Õ¾Õ¸Ö€Õ´Õ¡Õ¶ Õ€Õ¥Õ¼Õ¡Õ¾Õ¸Ö€Õ¸Ö‚Õ©ÕµÕ¸Ö‚Õ¶Õ¨ +options.renderDistance.far=Õ€Õ¥Õ¼Õ¸Ö‚ +options.renderDistance.normal=Õ†Õ¸Ö€Õ´Õ¡Õ¬ +options.renderDistance.short=Ô¿Õ¡Ö€Õ³ +options.renderDistance.tiny=Õ“Õ¸Ö„Ö€Õ«Õ¯ +options.resourcepack=Ռեսուրսների Õ“Õ¡Õ©Õ¥Õ©Õ¶Õ¥Ö€... +options.saturation=Õ€Õ¡Õ£Õ¥ÖÕ¸Ö‚Õ´ +options.sensitivity=Ô¶Õ£Õ¡ÕµÕ¸Ö‚Õ¶Õ¸Ö‚Õ©ÕµÕ¸Ö‚Õ¶ +options.sensitivity.max=ÕÕˆÖ‚ÕŠÔµÕ Ô±ÕÔ±Ô³!!! +options.sensitivity.min=*Õ°Õ¸Ö€Õ¡Õ¶Õ»* +options.snooper=Ô»Õ¶Ö†Õ¸Ö€Õ´Õ¡ÖÕ«Õ¡ÕµÕ« Õ°Õ¡Õ¾Õ¡Ö„Õ¸Ö‚Õ´ +options.snooper.desc=Õ„Õ¥Õ¶Ö„ ÖÕ¡Õ¶Õ¯Õ¡Õ¶Õ¸Ö‚Õ´ Õ¥Õ¶Ö„ Õ°Õ¡Õ¾Õ¡Ö„Õ¥Õ¬ Õ¿Õ¥Õ²Õ¥Õ¯Õ¸Ö‚Õ©ÕµÕ¸Ö‚Õ¶Õ¶Õ¥Ö€ Õ±Õ¥Ö€ Õ°Õ¡Õ´Õ¡Õ¯Õ¡Ö€Õ£Õ¹Õ« Õ´Õ¡Õ½Õ«Õ¶, Õ¸Ö€ÕºÕ¥Õ½Õ¦Õ« Õ¢Õ¡Ö€Õ¥Õ¬Õ¡Õ¾Õ¥Õ¶Ö„ Minecraft-Õ« Õ¡Õ·Õ­Õ¡Õ¿Õ¡Õ¶Ö„Õ¨, Õ«Õ´Õ¡Õ¶Õ¡Õ¬Õ¸Õ¾ Õ©Õ¥ Õ«Õ¶Õ¹Õ¸Ö‚Õ´Õ¶ Õ§ ÕºÖ€Õ¸Õ¢Õ¬Õ¥Õ´Õ¨Ö‰ Ô²Õ¸Õ¬Õ¸Ö€ Õ¡ÕµÕ¤ Õ¿Õ¥Õ²Õ¥Õ¯Õ¸Ö‚Õ©ÕµÕ¸Ö‚Õ¶Õ¶Õ¥Ö€Õ¨ Õ°Õ¡Õ¾Õ¡Ö„Õ¾Õ¸Ö‚Õ´ Õ¥Õ¶ Õ¡Õ´Õ¢Õ¸Õ²Õ»Õ¸Õ¾Õ«Õ¶ Õ¡Õ¶Õ¡Õ¶Õ¸Ö‚Õ¶ Ö‡ Õ¿Õ¥Õ½Õ¡Õ¶Õ¥Õ¬Õ« Õ¥Õ¶ Õ±Õ¥Õ¦ Õ½Õ¿Õ¸Ö€Ö‡Ö‰ Õ„Õ¥Õ¶Ö„ Õ­Õ¸Õ½Õ¿Õ¡Õ¶Õ¸Ö‚Õ´ Õ¥Õ¶Ö„ Õ¹Õ¾Õ¶Õ¡Õ½Õ¥Õ¬ Õ±Õ¥Õ¦ Õ¸Ö€Ö‡Õ§ Õ¯Õ¥Ö€Õº, Õ¢Õ¡ÕµÖ Õ¥Õ©Õ¥ Õ¹Õ¥Ö„ ÖÕ¡Õ¶Õ¯Õ¡Õ¶Õ¸Ö‚Õ´ Õ¿Ö€Õ¡Õ´Õ¡Õ¤Ö€Õ¥Õ¬ Õ°Õ¥Õ¿Ö‡ÕµÕ¡Õ¬ Õ«Õ¶Ö†Õ¸Ö€Õ´Õ¡ÖÕ«Õ¡Õ¶ Õ¡ÕºÕ¡ Õ¯Õ¡Ö€Õ¥Õ² Õ¥Ö„ Õ¡Õ¶Õ»Õ¡Õ¿Õ¥Õ¬ Õ¡ÕµÕ½ Ö†Õ¸Ö‚Õ¶Õ¯ÖÕ«Õ¡Õ¶Ö‰ +options.snooper.title=ÕÕ¡Ö€Õ£Õ¥Ö€Õ« Õ«Õ¶Ö†Õ¸Ö€Õ´Õ¡ÖÕ«Õ¡ÕµÕ« Õ°Õ¡Õ¾Õ¡Ö„Õ¸Ö‚Õ´ +options.snooper.view=Ô»Õ¶Ö†Õ¸Ö€Õ´Õ¡ÖÕ«Õ¡ÕµÕ« Õ°Õ¡Õ¾Õ¡Ö„Õ´Õ¡Õ¶ Õ¯Õ¡Ö€Õ£Õ¡Õ¾Õ¸Ö€Õ¸Ö‚Õ´Õ¶Õ¥Ö€... +options.sound=ÕÕ¡ÕµÕ¶ +options.sounds=ÔµÖ€Õ¡ÕªÕ·Õ¿Õ¸Ö‚Õ©ÕµÕ¸Ö‚Õ¶Õ¶ Õ¸Ö‚ Õ±Õ¡ÕµÕ¶Õ¥Ö€Õ¨... +options.sounds.title=ÔµÖ€Õ¡ÕªÕ·Õ¿Õ¸Ö‚Õ©ÕµÕ¸Ö‚Õ¶ Ö‡ Õ€Õ¶Õ¹ÕµÕ¸Ö‚Õ¶Õ¡ÕµÕ«Õ¶ Ô¿Õ¡Ö€Õ£Õ¡Õ¾Õ¸Ö€Õ¸Ö‚Õ´Õ¶Õ¥Ö€ +options.title=Ô¿Õ¡Ö€Õ£Õ¡Õ¾Õ¸Ö€Õ¸Ö‚Õ´Õ¶Õ¥Ö€ +options.touchscreen=ÕÕ¥Õ¶Õ½Õ¸Ö€Õ¡ÕµÕ«Õ¶ Ô·Õ¯Ö€Õ¡Õ¶Õ« Ռեժիմ +options.video=ÕŽÕ«Õ¤Õ¥Õ¸ Ô¿Õ¡Ö€Õ£Õ¡Õ¾Õ¸Ö€Õ¸Ö‚Õ´Õ¶Õ¥Ö€... +options.videoTitle=ÕŽÕ«Õ¤Õ¥Õ¸ Ô¿Õ¡Ö€Õ£Õ¡Õ¾Õ¸Ö€Õ¸Ö‚Õ´Õ¶Õ¥Ö€ +options.viewBobbing=Õ‘Õ¸Ö‚ÖÕ¡Õ¤Ö€Õ¥Õ¬ Õ³Õ¸Õ³Ö„Õ¨ Õ·Õ¡Ö€ÕªÕ´Õ¡Õ¶ Õ¨Õ¶Õ©Õ¡ÖÖ„Õ¸Ö‚Õ´ +options.visible=Õ‘Õ¸Ö‚ÖÕ¡Õ¤Ö€Õ¾Õ¡Õ® +options.vsync=Õ•Õ£Õ¿Õ¡Õ£Õ¸Ö€Õ®Õ¥Õ¬ VSync +potion.absorption=Ô¿Õ¬Õ¡Õ¶Õ¥Õ¬Õ¸Ö‚Õ©ÕµÕ¸Ö‚Õ¶ +potion.blindness=Ô¿Õ¸Ö‚Ö€Õ¸Ö‚Õ©ÕµÕ¸Ö‚Õ¶ +potion.blindness.postfix=Ô¿Õ¸Ö‚Ö€Õ¸Ö‚Õ©ÕµÕ¡Õ¶ Ô´Õ¥Õ²Õ¸Ö€Õ¡ÕµÖ„ +potion.confusion=Ô³Õ¬Õ­Õ¡ÕºÕ¿Õ¸Ö‚ÕµÕ¿ +potion.confusion.postfix=Ô³Õ¬Õ­Õ¡ÕºÕ¿Õ¸Ö‚ÕµÕ¿Õ« Ô´Õ¥Õ²Õ¸Ö€Õ¡ÕµÖ„ +potion.damageBoost=ÕˆÖ‚Õª +potion.damageBoost.postfix=ÕˆÖ‚ÕªÕ« Ô´Õ¥Õ²Õ¸Ö€Õ¡ÕµÖ„ +potion.digSlowDown=Ô´Õ¡Õ¶Õ¤Õ¡Õ²Õ¡ÖÕ¸Ö‚Õ´ +potion.digSlowDown.postfix=Ô´Õ¡Õ¶Õ¤Õ¡Õ²Õ¡Õ·Õ¡Ö€ÕªÕ¸Ö‚Õ©ÕµÕ¡Õ¶ Ô´Õ¥Õ²Õ¸Ö€Õ¡ÕµÖ„ +potion.digSpeed=Ô±Ö€Õ¡Õ£Õ¡ÖÕ¸Ö‚Õ´ +potion.digSpeed.postfix=Ô±Ö€Õ¡Õ£Õ¡Õ·Õ¡Ö€ÕªÕ¸Ö‚Õ©ÕµÕ¡Õ¶ Ô´Õ¥Õ²Õ¸Ö€Õ¡ÕµÖ„ +potion.effects.whenDrank=Õ•Õ£Õ¿Õ¡Õ£Õ¸Ö€Õ®Õ¥Õ¬Õ¸Ö‚Ö Õ°Õ¥Õ¿Õ¸: +potion.empty=Ô±Õ¼Õ¡Õ¶Ö Õ“Õ¸ÖƒÕ¸Õ­Õ¸Ö‚Õ©ÕµÕ¸Ö‚Õ¶Õ¶Õ¥Ö€Õ« +potion.fireResistance=Ô´Õ«Õ´Õ¡Õ¤Ö€Õ¸Ö‚Õ©ÕµÕ¸Ö‚Õ¶ Ô¿Ö€Õ¡Õ¯Õ«Õ¶ +potion.fireResistance.postfix=Ô¿Ö€Õ¡Õ¯Õ« Ô´Õ«Õ´Õ¡Õ¤Ö€Õ¸Ö‚Õ©ÕµÕ¡Õ¶ Ô´Õ¥Õ²Õ¸Ö€Õ¡ÕµÖ„ +potion.harm=Ô±Õ¯Õ¶Õ©Õ¡Ö€Õ©Õ¡ÕµÕ«Õ¶ ÕŽÕ¶Õ¡Õ½ +potion.harm.postfix=Õ‘Õ¡Õ¾Õ« Ô´Õ¥Õ²Õ¸Ö€Õ¡ÕµÖ„ +potion.heal=Ô±Õ¯Õ¶Õ©Õ¡Ö€Õ©Õ¡ÕµÕ«Õ¶ Ô±Õ¼Õ¸Õ²Õ»Õ¸Ö‚Õ©ÕµÕ¸Ö‚Õ¶ +potion.heal.postfix=Ô¿ÕµÕ¡Õ¶Ö„Õ« Ô´Õ¥Õ²Õ¸Ö€Õ¡ÕµÖ„ +potion.healthBoost=Ô¿ÕµÕ¡Õ¶Ö„Õ« Ô±Õ¾Õ¥Õ¬Õ¡ÖÕ¸Ö‚Õ´ +potion.hunger=ÕÕ¸Õ¾ +potion.hunger.postfix=ÕÕ¸Õ¾Õ« Ô´Õ¥Õ²Õ¸Ö€Õ¡ÕµÖ„ +potion.invisibility=Ô±Õ¶Õ¿Õ¥Õ½Õ¡Õ¶Õ¥Õ¬Õ«Õ¸Ö‚Õ©ÕµÕ¸Ö‚Õ¶ +potion.invisibility.postfix=Ô±Õ¶Õ¿Õ¥Õ½Õ¡Õ¶Õ¥Õ¬Õ«Õ¸Ö‚Õ©ÕµÕ¡Õ¶ Ô´Õ¥Õ²Õ¸Ö€Õ¡ÕµÖ„ +potion.jump=Õ‘Õ¡Õ¿Õ¯Õ« ÕˆÖ‚ÕªÕ£Õ¶Õ¡ÖÕ¸Ö‚Õ´ +potion.jump.postfix=Õ‘Õ¡Õ¿Õ¯Õ« Ô´Õ¥Õ²Õ¸Ö€Õ¡ÕµÖ„ +potion.moveSlowdown=Ô´Õ¡Õ¶Õ¤Õ¡Õ²Õ¸Ö‚Õ©ÕµÕ¸Ö‚Õ¶ +potion.moveSlowdown.postfix=Ô´Õ¡Õ¶Õ¤Õ¡Õ²Õ¸Ö‚Õ©ÕµÕ¡Õ¶ Ô´Õ¥Õ²Õ¸Ö€Õ¡ÕµÖ„ +potion.moveSpeed=Ô±Ö€Õ¡Õ£Õ¸Ö‚Õ©ÕµÕ¸Ö‚Õ¶ +potion.moveSpeed.postfix=Ô±Ö€Õ¡Õ£Õ¸Ö‚Õ©ÕµÕ¡Õ¶ Ô´Õ¥Õ²Õ¸Ö€Õ¡ÕµÖ„ +potion.nightVision=Ô³Õ«Õ·Õ¥Ö€Õ¡ÕµÕ«Õ¶ ÕÕ¥Õ½Õ¸Õ²Õ¸Ö‚Õ©ÕµÕ¸Ö‚Õ¶ +potion.nightVision.postfix=Ô³Õ«Õ·Õ¥Ö€Õ¡ÕµÕ«Õ¶ ÕÕ¥Õ½Õ¸Õ²Õ¸Ö‚Õ©ÕµÕ¡Õ¶ Ô´Õ¥Õ²Õ¸Ö€Õ¡ÕµÖ„ +potion.poison=Ô¹Õ¸Ö‚ÕµÕ¶ +potion.poison.postfix=Ô¹Õ¸Ö‚ÕµÕ¶Õ« Ô´Õ¥Õ²Õ¸Ö€Õ¡ÕµÖ„ +potion.potency.1=II +potion.potency.2=III +potion.potency.3=IV +potion.prefix.acrid=Ô´Õ¡Õ¼Õ¨ +potion.prefix.artless=Ô±Õ¶Õ¡Ö€Õ¾Õ¥Õ½Õ¿ +potion.prefix.awkward=Ô±Õ¶Õ°Õ¡Ö€Õ´Õ¡Ö€ +potion.prefix.bland=Õ„Õ«Ö…Ö€Õ«Õ¶Õ¡Õ¯ +potion.prefix.bulky=Ô½Õ¸Õ·Õ¸Ö€ +potion.prefix.bungling=Ô¿Õ¥Õ²Õ¿Õ¸Õ¿ +potion.prefix.buttered=Õ…Õ¸Ö‚Õ²Õ¾Õ¡Õ® +potion.prefix.charming=Ô³Ö€Õ¡Õ¾Õ«Õ¹ +potion.prefix.clear=Õ‹Õ«Õ¶Õ» +potion.prefix.cordial=Õ‹Õ¥Ö€Õ´ +potion.prefix.dashing=Ô·Õ¶Õ¥Ö€Õ£Õ¥Õ¿Õ«Õ¯ +potion.prefix.debonair=ÕˆÕ²Õ» +potion.prefix.diffuse=ÕÖƒÕ¼Õ¾Õ¡Õ® +potion.prefix.elegant=Õ†Ö€Õ¢Õ¡Õ£Õ¥Õ² +potion.prefix.fancy=Ô³Õ¥Õ²Õ¥ÖÕ«Õ¯ +potion.prefix.flat=Õ€Õ¡Ö€Õ© +potion.prefix.foul=Õ†Õ¸Õ­Õ¯Õ¡Õ¬Õ« +potion.prefix.grenade=Õ‘Õ¡ÕµÕ¿Õ¸Ö‚Õ¯ +potion.prefix.gross=Ô¶Õ¦Õ¾Õ¥Õ¬Õ« +potion.prefix.harsh=Ô¿Õ¸ÕºÕ«Õ¿ +potion.prefix.milky=Ô¿Õ¡Õ©Õ¶Õ¡ÕµÕ«Õ¶ +potion.prefix.mundane=Ô±Õ·Õ­Õ¡Ö€Õ°Õ«Õ¯ +potion.prefix.odorless=Ô±Õ¶Õ°Õ¸Õ¿ +potion.prefix.potent=Õ€Õ¦Õ¸Ö€ +potion.prefix.rank=ÕÕ°Õ¡Õ³ +potion.prefix.refined=Õ†Õ¸Ö‚Ö€Õ¢ +potion.prefix.smooth=Õ€Õ¡Ö€Õ© +potion.prefix.sparkling=Õ“Õ¡ÕµÕ¬ÖƒÕ¬Õ¸Ö‚Õ¶ +potion.prefix.stinky=Ô³Õ¡Ö€Õ·Õ¡Õ°Õ¸Õ¿ +potion.prefix.suave=Õ„Õ¥Õ²Õ´ +potion.prefix.thick=Ô¹Õ¡Õ¶Õ±Ö€ +potion.prefix.thin=Õ†Õ¸Õ½Ö€ +potion.prefix.uninteresting=Ô±Õ¶Õ°Õ¥Õ¿Õ¡Ö„Ö€Ö„Õ«Ö€ +potion.regeneration=ÕŽÕ¥Ö€Õ¡Õ¯Õ¡Õ¶Õ£Õ¶Õ¸Ö‚Õ´ +potion.regeneration.postfix=ÕŽÕ¥Ö€Õ¡Õ¯Õ¶Õ£Õ¶Õ´Õ¡Õ¶ Ô´Õ¥Õ²Õ¸Ö€Õ¡ÕµÖ„ +potion.resistance=Ô´Õ«Õ´Õ¡Õ¤Ö€Õ¸Ö‚Õ©ÕµÕ¸Ö‚Õ¶ +potion.resistance.postfix=Ô´Õ«Õ´Õ¡Õ¤Ö€Õ¸Õ²Õ¡Õ¯Õ¡Õ¶Õ¸Ö‚Õ©ÕµÕ¡Õ¶ Ô´Õ¥Õ²Õ¸Ö€Õ¡ÕµÖ„ +potion.saturation=Õ€Õ¡Õ£Õ¥ÖÕ¸Ö‚Õ´ +potion.waterBreathing=Õ‹Ö€Õ¡ÕµÕ«Õ¶ Õ‡Õ¶Õ¹Õ¡Õ¼Õ¸Ö‚Õ©ÕµÕ¸Ö‚Õ¶ +potion.waterBreathing.postfix=ÕÖ€Õ¡ÕµÕ«Õ¶ Õ‡Õ¶Õ¹Õ¡Õ¼Õ¸Ö‚Õ©ÕµÕ¡Õ¶ Ô´Õ¥Õ²Õ¸Ö€Õ¡ÕµÖ„ +potion.weakness=Ô¹Õ¸Ö‚Õ¬Õ¸Ö‚Õ©ÕµÕ¸Ö‚Õ¶ +potion.weakness.postfix=Ô¹Õ¸Ö‚Õ¬Õ¸Ö‚Õ©ÕµÕ¡Õ¶ Ô´Õ¥Õ²Õ¸Ö€Õ¡ÕµÖ„ +potion.wither=ÕˆÖ‚ÕªÕ¡Õ¦Ö€Õ¯Õ¸Ö‚Õ´ +potion.wither.postfix=Ô²Õ¸Ö€Õ¢Õ¸Ö„Õ´Õ¡Õ¶ Ô´Õ¥Õ²Õ¸Ö€Õ¡ÕµÖ„ +resourcePack.available.title=Ô±Õ¼Õ¯Õ¡ Ռեսուրսների Õ“Õ¡Õ©Õ¥Õ©Õ¶Õ¥Ö€ +resourcePack.folderInfo=(ÕÕ¥Õ²Õ¡Õ¤Ö€Õ¥Ö„ Ռեսուրսների Õ“Õ¡Õ©Õ¥Õ©Õ¨ Õ¡ÕµÕ½Õ¿Õ¥Õ²) +resourcePack.openFolder=Ô²Õ¡ÖÕ¥Õ¬ Ռեսուրսների Õ“Õ¡Õ©Õ¥Õ©Õ¶Õ¥Ö€Õ« Ô¹Õ²Õ©Õ¡ÕºÕ¡Õ¶Õ¡Õ¯Õ¨ +resourcePack.selected.title=Ô¸Õ¶Õ¿Ö€Õ¾Õ¡Õ® Ռեսուրսների Õ“Õ¡Õ©Õ¥Õ©Õ¶Õ¥Ö€Õ¨ +resourcePack.title=Ô¸Õ¶Õ¿Ö€Õ¥Õ¬ Ռեսուրսների Õ“Õ¡Õ©Õ¥Õ©Õ¨ +selectServer.add=Ô±Õ¾Õ¥Õ¬Õ¡ÖÕ¶Õ¥Õ¬ ÕÕ¥Ö€Õ¾Õ¥Ö€ +selectServer.defaultName=ÕÕ¥Ö€Õ¾Õ¥Ö€ +selectServer.delete=Õ‹Õ¶Õ»Õ¥Õ¬ +selectServer.deleteButton=Õ‹Õ¶Õ»Õ¥Õ¬ +selectServer.deleteQuestion=Õ€Õ¡Õ´Õ¸Õ¦Õ¾Õ¡ÕžÕ® Õ¥Ö„, Õ¸Ö€ Õ¸Ö‚Õ¦Õ¸Ö‚Õ´ Õ¥Ö„ Õ»Õ¶Õ»Õ¥Õ¬ Õ¡ÕµÕ½ Õ½Õ¥Ö€Õ¾Õ¥Ö€Õ¨ +selectServer.deleteWarning=Õ¡ÕµÕ¶ Õ´Õ¥Õ¯Õ¨Õ¶Õ¤Õ´Õ«Õ·Õ¿ Õ¯Õ¯Õ¸Ö€Õ¹Õ«' (Ô±Õ¶Õ¾Õ¥Ö€Õ¡Õ¤Õ¡'Ö€Õ±) +selectServer.direct=ÕˆÖ‚Õ²Õ«Õ² Ô¿Õ¡Õº +selectServer.edit=Ô¿Õ¡Ö€Õ£Õ¡Õ¾Õ¸Ö€Õ¥Õ¬ +selectServer.empty=Õ¤Õ¡Õ¿Õ¡Ö€Õ¯ +selectServer.hiddenAddress=(Õ©Õ¡Ö„Õ¶Õ¾Õ¡Õ®) +selectServer.refresh=Ô¹Õ¡Ö€Õ´Õ¡ÖÕ¶Õ¥Õ¬ +selectServer.select=Õ„Õ«Õ¡Õ¶Õ¡Õ¬ ÕÕ¥Ö€Õ¾Õ¥Ö€Õ«Õ¶ +selectServer.title=Ô¸Õ¶Õ¿Ö€Õ¥Õ¬ ÕÕ¥Ö€Õ¾Õ¥Ö€Õ¨ +selectWorld.allowCommands=Ô¹Õ¸Ö‚ÕµÕ¬Õ¡Õ¿Ö€Õ¥Õ¬ Õ†Õ¥Ö„Õ«Õ¶ Õ°Ö€Õ¡Õ´Õ¡Õ¶Õ¶Õ¥Ö€Õ¨Ö‰ +selectWorld.allowCommands.info=Õ€Õ¡Ö€Õ¡Õ´Õ¡Õ¶Õ¶Õ¥Ö€ Õ«Õ¶Õ¹ÕºÕ«Õ½Õ«Õ¶ Õ¥Õ¶. /gamemode, /xp +selectWorld.bonusItems=Ô²Õ¸Õ¶Õ¸Ö‚Õ½Õ¡ÕµÕ«Õ¶ ÕÕ¶Õ¤Õ¸Ö‚Õ¯Ö‰ +selectWorld.cheats=Õ†Õ¥Ö€Ö„Õ«Õ¶ Õ°Ö€Õ¡Õ´Õ¡Õ¶Õ¶Õ¥Ö€ +selectWorld.conversion=ÕŠÕ¡Õ°Õ¡Õ¶Õ»Õ¾Õ¸Ö‚Õ´ Õ§ ÖƒÕ¸Õ­Õ¡Õ¯Õ¥Ö€ÕºÕ¸Ö‚Õ´ +selectWorld.create=ÕÕ¿Õ¥Õ²Õ®Õ¥Õ¬ Õ†Õ¸Ö€ Ô±Õ·Õ­Õ¡Ö€Õ° +selectWorld.createDemo=Ô½Õ¡Õ²Õ¡Õ¬ Õ†Õ¸Ö€ Õ‘Õ¸Ö‚ÖÕ¡Õ¤Ö€Õ¡Õ¯Õ¡Õ¶ Ô±Õ·Õ­Õ¡Ö€Õ°Õ¸Ö‚Õ´ +selectWorld.customizeType=Ô¿Õ¡Ö€Õ£Õ¡Õ¾Õ¸Ö€Õ¥Õ¬ +selectWorld.delete=Õ‹Õ¶Õ»Õ¥Õ¬ +selectWorld.deleteButton=Õ‹Õ¶Õ»Õ¥Õ¬ +selectWorld.deleteQuestion=Õ€Õ¡Õ´Õ¸Õ¦Õ¾Õ¡Õ® Õ¥ÕžÖ„, Õ¸Ö€ Õ¸Ö‚Õ¦Õ¸Ö‚Õ´ Õ¥Ö„ Õ»Õ¶Õ»Õ¥Õ¬ Õ¡ÕµÕ½ Õ¡Õ·Õ­Õ¡Ö€Õ°Õ¨ +selectWorld.deleteWarning=Õ¯Õ¯Õ¸Ö€Õ¹Õ« Õ´Õ¥Õ¯Õ¨Õ¶Õ¤Õ´Õ«Õ·Õ¿Ö‰ (Ô±Õ¶Õ¾Õ¥Ö€Õ¡Õ¤Õ¡Ö€Õ±) +selectWorld.empty=Õ¤Õ¡Õ¿Õ¡Ö€Õ¯ +selectWorld.enterName=Ô±Õ·Õ­Õ¡Ö€Õ°Õ« Ô±Õ¶Õ¾Õ¡Õ¶Õ¸Ö‚Õ´Õ¨ +selectWorld.enterSeed=ÕÕ¥Ö€Õ´ Õ¡Õ·Õ­Õ¡Ö€Õ°Õ¨ Õ½Õ¿Õ¥Õ²Õ®Õ¥Õ¬Õ¸Ö‚ Õ°Õ¡Õ´Õ¡Ö€ +selectWorld.gameMode=Ô½Õ¡Õ²Õ¡ÕµÕ«Õ¶ Ռեժիմ +selectWorld.gameMode.adventure=Ô±Ö€Õ¯Õ¡Õ®Õ¡ÕµÕ«Õ¶ +selectWorld.gameMode.adventure.line2=Õ¿Õ¥Õ²Õ¡Õ¤Ö€Õ¥Õ¬ Õ¯Õ¡Õ´ Õ¸Õ¹Õ¶Õ¹Õ¡ÖÕ¶Õ¥Õ¬ Õ¢Õ¬Õ¸Õ¯Õ¶Õ¥Ö€Õ¨ +selectWorld.gameMode.creative=ÕÕ¿Õ¥Õ²Õ®Õ¡Õ£Õ¸Ö€Õ®Õ¡Õ¯Õ¡Õ¶ +selectWorld.gameMode.creative.line1=Unlimited resources, free flying and +selectWorld.gameMode.creative.line2=Õ¢Õ¬Õ¸Õ¯Õ¶Õ¥Ö€Õ¨ Õ¸Õ¹Õ¶Õ¹Õ¡ÖÕ¶Õ¥Õ¬ Õ´Õ«Õ¡Õ¶Õ£Õ¡Õ´Õ«Ö +selectWorld.gameMode.hardcore=Ô³Õ¥Ö€Õ¤ÕªÕ¾Õ¡Ö€ +selectWorld.gameMode.hardcore.line2=Õ¤ÕªÕ¾Õ¡Ö€ Ö‡ Õ´Õ«Õ¡ÕµÕ¶ Õ´Õ¥Õ¯ Õ¯ÕµÕ¡Õ¶Ö„ +selectWorld.gameMode.survival=Ô³Õ¸ÕµÕ¡Õ¿Ö‡Õ¸Ö‚Õ´ +selectWorld.gameMode.survival.line1=Õ“Õ¶Õ¿Ö€Õ¥Õ¬ Õ¼Õ¥Õ½Õ¸Ö‚Ö€Õ½Õ¶Õ¥Ö€, ÕºÕ¡Õ¿Ö€Õ¡Õ½Õ¿Õ¥Õ¬, Õ¾Õ¡Õ½Õ¿Õ¡Õ¯Õ¥Õ¬ +selectWorld.gameMode.survival.line2=Õ´Õ«Õ¡Õ¾Õ¸Ö€Õ¶Õ¥Ö€, Õ¡Õ¼Õ¸Õ²Õ»Õ¸Ö‚Õ©ÕµÕ¸Ö‚Õ¶ Ö‡ Ö„Õ¡Õ²Ö +selectWorld.hardcoreMode=Ô³Õ¥Ö€Õ¤ÕªÕ¾Õ¡Ö€: +selectWorld.hardcoreMode.info=Ô±Õ·Õ­Õ¡Ö€Õ°Õ¨ Õ»Õ¶Õ»Õ¾Õ¥Õ¬ Õ§ ÕÕ¥Ö€ Õ´Õ¡Õ°Õ« Õ¡Ö€Õ¤ÕµÕ¸Ö‚Õ¶Ö„Ö‚Õ´ +selectWorld.mapFeatures=Ô±Õ¼Õ¡Õ»Õ¡ÖÕ¶Õ¥Õ¬ Ô¿Õ¡Õ¼Õ¸Ö‚ÕµÖÕ¶Õ¥Ö€Ö‰ +selectWorld.mapFeatures.info=Ô³ÕµÕ¸Ö‚Õ²Õ¥Ö€, Õ¦Õ¶Õ¤Õ¡Õ¶Õ¶Õ¥Ö€ Ö‡ Õ¡ÕµÕ¬Õ¶ +selectWorld.mapType=Ô±Õ·Õ­Õ¡Ö€Õ°Õ« Õ¿Õ¥Õ½Õ¡Õ¯Õ¨Ö‰ +selectWorld.mapType.normal=Õ†Õ¸Ö€Õ´Õ¡Õ¬ +selectWorld.moreWorldOptions=Ô±Õ·Õ­Õ¡Ö€Õ°Õ« Õ½Õ¿Õ¥Õ²Õ®Õ´Õ¡Õ¶ Õ¡ÕµÕ¬ Õ¯Õ¡Ö€Õ£Õ¡Õ¾Õ¸Ö€Õ¸Ö‚Õ´Õ¶Õ¥Ö€... +selectWorld.newWorld=Õ†Õ¸Ö€ Ô±Õ·Õ­Õ¡Ö€Õ° +selectWorld.newWorld.copyOf=Ô±Õ·Õ­Õ¡Ö€Õ°Õ« ÕºÕ¡Õ¿Õ³Õ¥Õ¶ %s +selectWorld.recreate=ÕŽÕ¥Ö€Õ¡Õ½Õ¿Õ¥Õ²Õ®Õ¥Õ¬ +selectWorld.rename=ÕŽÕ¥Ö€Õ¡Õ¶Õ¾Õ¡Õ¶Õ¥Õ¬ +selectWorld.renameButton=ÕŽÕ¥Ö€Õ¡Õ¶Õ¾Õ¡Õ¶Õ¥Õ¬ +selectWorld.renameTitle=ÕŽÕ¥Ö€Õ¡Õ¶Õ¾Õ¡Õ¶Õ¥Õ¬ Õ¡Õ·Õ­Õ¡Ö€Õ°Õ¨ +selectWorld.resultFolder=Ô¿ÕºÕ¡Õ°ÕºÕ¡Õ¶Õ¾Õ« Õ°Õ¥Õ¿Ö‡ÕµÕ¡Õ¬Õ¸Ö‚Õ´. +selectWorld.seedInfo=Ô¹Õ¸Õ²Õ¶Õ¥Ö„ Õ¤Õ¡Õ¿Õ¡Ö€Õ¯, ÕºÕ¡Õ¿Õ¡Õ°Õ¡Õ¯Õ¡Õ¶ Õ¢Õ¡Õ¶Õ¡Õ¬Õ¸Ö‚ Õ°Õ¡Õ´Õ¡Ö€ +selectWorld.select=Ô½Õ¡Õ²Õ¡Õ¬ Ô¸Õ¶Õ¿Ö€Õ¾Õ¡Õ® Ô±Õ·Õ­Õ¡Ö€Õ°Õ¨ +selectWorld.title=Ô¸Õ¶Õ¿Ö€Õ¥Õ¬ Ô±Õ·Õ­Õ¡Ö€Õ°Õ¨ +selectWorld.world=Ô±Õ·Õ­Õ¡Ö€Õ° +soundCategory.ambient=Õ‡Ö€Õ»Õ¡Õ¯Õ¡/Õ„Õ«Õ»Õ¡Õ¾Õ¡ÕµÖ€ +soundCategory.block=Ô²Õ¬Õ¸Õ¯Õ¶Õ¥Ö€ +soundCategory.hostile=Ô¹Õ·Õ¶Õ¡Õ´Õ« Ô±Ö€Õ¡Ö€Õ¡Õ®Õ¶Õ¥Ö€ +soundCategory.master=Õ¾Õ¡Ö€ÕºÕ¥Õ¿ Õ®Õ¡Õ¾Õ¡Õ¬ +soundCategory.music=Õ¥Ö€Õ¡ÕªÕ·Õ¿Õ¸Ö‚Õ©ÕµÕ¸Ö‚Õ¶ +soundCategory.neutral=Ô²Õ¡Ö€Õ¥Õ¯Õ¡Õ´ Ô±Ö€Õ¡Ö€Õ¡Õ®Õ¶Õ¥Ö€ +soundCategory.player=Ô½Õ¡Õ²Õ¡ÖÕ¸Õ²Õ¶Õ¥Ö€Õ¨ +soundCategory.record=ÔµÖ€Õ¡ÕªÕ·Õ¿Õ¡Õ¯Õ¡Õ¶ Õ¢Õ¬Õ¸Õ¯Õ¶Õ¥Ö€ +soundCategory.weather=ÔµÕ²Õ¡Õ¶Õ¡Õ¯ +stat.blocksButton=Ô²Õ¬Õ¸Õ¯Õ¶Õ¥Ö€ +stat.boatOneCm=Õ†Õ¡Õ¾Õ¸Õ¾ +stat.breakItem=%1$s ÕÕ¡Ö€Õ¤Õ¾Õ¡Õ® +stat.climbOneCm=Ô²Õ¡Ö€Õ±Ö€Õ¡ÖÕ¡Õ® +stat.craftItem=%1$s ÕÕ¿Õ¥Õ²Õ®Õ¡Õ® +stat.crafted=Ô±Õ¶Õ£Õ¡Õ´ ÕÕ¿Õ¥Õ²Õ®Õ¡Õ® +stat.createWorld=Ô±Õ·Õ­Õ¡Ö€Õ°Õ¶Õ¥Ö€ Õ½Õ¿Õ¥Õ²Õ®Õ¡Õ® +stat.damageDealt=ÕŽÕ¶Õ¡Õ½ Õ„Õ¡Õ¿Õ¸Ö‚ÖÕ¡Õ® +stat.damageTaken=ÕŽÕ¶Õ¡Õ½ ÕÕ¿Õ¡ÖÕ¡Õ® +stat.deaths=Õ„Õ¡Õ°Õ¥Ö€ +stat.depleted=Ô±Õ¶Õ£Õ¡Õ´ Õ‹Õ¡Ö€Õ¤Õ¡Õ® +stat.diveOneCm=ÕÕ¯Õ¡Õ® +stat.drop=Ô±Õ¼Õ¡Ö€Õ¯Õ¡ Ô³ÖÕ¡Õ® +stat.fallOneCm=Ô¸Õ¶Õ¯Õ¡Õ® +stat.fishCaught=Õ‹Õ¸Ö‚Õ¯ Ô²Õ¼Õ¶Õ¡Õ® +stat.flyOneCm=Ô¹Õ¼Õ¡Õ® +stat.generalButton=Ô¸Õ¶Õ¤Õ°Õ¡Õ¶Õ¸Ö‚Ö€ +stat.itemsButton=Ô±Õ¼Õ¡Ö€Õ¯Õ¡Õ¶Õ¥Ö€ +stat.joinMultiplayer=Ô±Õ¼ÖÕ¡Õ¶Ö Õ­Õ¡Õ²Õ¥Ö€ Õ´Õ«Õ¡ÖÕ¡Õ® +stat.jump=Õ‘Õ¡Õ¿Õ¯ +stat.leaveGame=Ô½Õ¡Õ²Õ¥Ö€Õ«Ö Õ¤Õ¸Ö‚Ö€Õ½ Õ¥Õ¯Õ¡Õ® +stat.loadWorld=ÕŠÕ¡Õ°ÕºÕ¡Õ¶Õ¾Õ¡Ö Õ­Õ¡Õ²Õ¥Ö€ Õ¢Õ¥Õ¼Õ¶Õ¡Õ® +stat.mineBlock=%1$s Õ€Õ¡Õ¶Ö„ Õ„Õ·Õ¡Õ¯Õ¡Õ® +stat.minecartOneCm=Õ€Õ¥Õ¼Õ¡Õ¾Õ¸Ö€Õ¸Ö‚Õ©ÕµÕ¸Ö‚Õ¶Õ¨ Ô±Õ¶ÖÕ¡Õ® ÕŽÕ¡Õ£Õ¸Õ¶Õ¸Õ¾ +stat.mined=Ô±Õ¶Õ£Õ¡Õ´ Õ€Õ¡ÕµÕ©Õ°Õ¡ÕµÕ©Õ¡Õ® +stat.mobKills=Õ„Õ¸Õ¢ ÕÕºÕ¡Õ¶Õ¡Õ® +stat.pigOneCm=Ô½Õ¸Õ¦Õ¸Õ¾ +stat.playOneMinute=ÕÕ¸ÕºÕ¥ Õ­Õ¡Õ²Õ¡ÖÕ¡Õ® +stat.playerKills=Ô½Õ¡Õ²Õ¡ÖÕ¸Õ² ÕÕºÕ¡Õ¶Õ¡Õ® +stat.startGame=Ô±Õ¶Õ£Õ¡Õ´ Õ­Õ¡Õ²Õ¡ÖÕ¡Õ® +stat.swimOneCm=Ô¼Õ¸Õ²Õ¡ÖÕ¡Õ® +stat.useItem=%1$s Õ•Õ£Õ¿Õ¡Õ£Õ¸Ö€Õ®Õ¾Õ¡Õ® +stat.used=Ô±Õ¶Õ£Õ¡Õ´ Õ•Õ£Õ¿Õ¡Õ£Õ¸Ö€Õ®Õ¡Õ® +stat.walkOneCm=Õ”Õ¡ÕµÕ¬Õ¡Õ® +tile.activatorRail.name=Ô±Õ¯Õ¿Õ«Õ¾Õ¡ÖÕ¶Õ¸Õ² Ռելս +tile.anvil.intact.name=ÕÕ¡Õ¬ +tile.anvil.name=ÕÕ¡Õ¬ +tile.anvil.slightlyDamaged.name=ÕŽÕ¶Õ¡Õ½Õ¾Õ¡Õ® ÕÕ¡Õ¬ +tile.anvil.veryDamaged.name=Õ‡Õ¡Õ¿ ÕŽÕ¶Õ¡Õ½Õ¾Õ¡Õ® ÕÕ¡Õ¬ +tile.beacon.name=Õ“Õ¡Ö€Õ¸Õ½ +tile.beacon.primary=Ô±Õ¼Õ¡Õ»Õ¶Õ¡ÕµÕ«Õ¶ Õ€Õ¦Õ¸Ö€Õ¸Ö‚Õ©ÕµÕ¸Ö‚Õ¶ +tile.beacon.secondary=ÔµÖ€Õ¯Ö€Õ¸Ö€Õ¤Õ¡Õ¯Õ¡Õ¶ Õ€Õ¦Õ¸Ö€Õ¸Ö‚Õ©ÕµÕ¸Ö‚Õ¶ +tile.bed.name=Õ„Õ¡Õ°Õ³Õ¡Õ¯Õ¡Õ¬ +tile.bed.noSleep=Ô´Õ¸Ö‚Ö„ Õ¯Õ¡Ö€Õ¸Õ² Õ¥Ö„ Ö„Õ¶Õ¥Õ¬ Õ´Õ«Õ¡ÕµÕ¶ Õ£Õ«Õ·Õ¥Ö€Õ¨ +tile.bed.notSafe=Õ‡Ö€Õ»Õ¡Õ¯Õ¡ÕµÖ„Õ¸Ö‚Õ´ Õ°Ö€Õ¥Õ·Õ¶Õ¥Ö€Õ« Õ¡Õ¼Õ¯Õ¡ÕµÕ¸Ö‚Õ©ÕµÕ¡Õ¶ ÕºÕ¡Õ¿Õ³Õ¡Õ¼Õ¸Õ¾ Õ¤Õ¸Ö‚Ö„ Õ¹Õ¥Ö„ Õ¯Õ¡Ö€Õ¸Õ² Ö„Õ¶Õ¥Õ¬ +tile.bed.notValid=ÕÕ¥Ö€ Õ¿Õ¡Õ¶ Õ´Õ¡Õ°Õ³Õ¡Õ¯Õ¡Õ¬Õ¨ Õ¢Õ¡ÖÕ¡Õ¯Õ¡ÕµÕ¸Ö‚Õ´ Õ§ Õ¯Õ¡Õ´ Õ­Õ¡ÕºÕ¡Õ¶Õ¾Õ¡Õ® Õ§ +tile.bed.occupied=Ô±ÕµÕ½ Õ´Õ¡Õ°Õ³Õ¡Õ¯Õ¡Õ¬Õ¨ Õ¦Õ¢Õ¡Õ²Õ¾Õ¡Õ® Õ§ +tile.bedrock.name=Õ€Õ«Õ´Õ¶Õ¡Õ®Õ¡ÕµÖ€ +tile.blockCoal.name=Ô±Õ®Õ¸Ö‚Õ­Õ« Ô²Õ¬Õ¸Õ¯ +tile.blockDiamond.name=Ô±Õ¤Õ¡Õ´Õ¡Õ¶Õ¤Õ« Ô²Õ¬Õ¸Õ¯ +tile.blockEmerald.name=Ô¶Õ´Ö€Õ¸Ö‚Õ­Õ¿Õ« Ô²Õ¬Õ¸Õ¯ +tile.blockGold.name=ÕˆÕ½Õ¯Õ¸Ö‚ Ô²Õ¬Õ¸Õ¯ +tile.blockIron.name=ÔµÖ€Õ¯Õ¡Õ©Õ« Ô²Õ¬Õ¸Õ¯ +tile.blockLapis.name=Ô¼Õ¡Õ¦Õ¸Ö‚Ö€Õ«Õ¿Õ« Ô²Õ¬Õ¸Õ¯ +tile.blockRedstone.name=Ô¿Õ¡Ö€Õ´Ö€Õ¡Ö„Õ¡Ö€Õ« Ô²Õ¬Õ¸Õ¯ +tile.bookshelf.name=Ô³Ö€Õ¡Õ¤Õ¡Ö€Õ¡Õ¯ +tile.brick.name=Ô±Õ²ÕµÕ¸Ö‚Õ½Õ¶Õ¥Ö€ +tile.button.name=Ô¿Õ¸Õ³Õ¡Õ¯ +tile.cactus.name=Ô¿Õ¡Õ¯Õ¿Õ¸Ö‚Õ½ +tile.cake.name=ÕÕ¸Ö€Õ© +tile.carrots.name=Ô³Õ¡Õ¦Õ¡Ö€ +tile.cauldron.name=Ô¿Õ¡Õ©Õ½Õ¡ +tile.chest.name=ÕÕ¶Õ¤Õ¸Ö‚Õ¯ +tile.chestTrap.name=Ô¹Õ¡Õ¯Õ¡Ö€Õ¤Õ¾Õ¡Õ® ÕÕ¶Õ¤Õ¸Ö‚Õ¯ +tile.clay.name=Ô¿Õ¡Õ¾ +tile.clayHardened.name=Ô¿Õ¸ÖƒÕ¾Õ¡Õ® Ô¿Õ¡Õ¾ +tile.clayHardenedStained.black.name=ÕÖ‡ Ô¿Õ¡Õ¾ +tile.clayHardenedStained.blue.name=Ô¿Õ¡ÕºÕ¸Ö‚ÕµÕ¿ Ô¿Õ¡Õ¾ +tile.clayHardenedStained.brown.name=Ô´Õ¡Ö€Õ¹Õ¶Õ¡Õ£Õ¸Ö‚ÕµÕ¶ Ô¿Õ¡Õ¾ +tile.clayHardenedStained.cyan.name=Õ“Õ«Ö€Õ¸Ö‚Õ¦Õ¡Õ£Õ¸Ö‚ÕµÕ¶ Ô¿Õ¡Õ¾ +tile.clayHardenedStained.gray.name=Õ„Õ¸Õ­Ö€Õ¡Õ£Õ¸Ö‚ÕµÕ¶ Ô¿Õ¡Õ¾ +tile.clayHardenedStained.green.name=Ô¿Õ¡Õ¶Õ¡Õ¹ Ô¿Õ¡Õ¾ +tile.clayHardenedStained.lightBlue.name=Ô²Õ¡Ö Ô¿Õ¡ÕºÕ¸Ö‚ÕµÕ¶ Ô¿Õ¡Õ¾ +tile.clayHardenedStained.lime.name=Ô¼Õ¡ÕµÕ´ Ô¿Õ¡Õ¾ +tile.clayHardenedStained.magenta.name=Õ„Õ¸Ö€Õ¥Õ£Õ¸Ö‚ÕµÕ¶ Ô¿Õ¡Õ¾ +tile.clayHardenedStained.orange.name=Õ†Õ¡Ö€Õ¶Õ»Õ¡Õ£Õ¸Ö‚ÕµÕ¶ Ô¿Õ¡Õ¾ +tile.clayHardenedStained.pink.name=ÕŽÕ¡Ö€Õ¤Õ¡Õ£Õ¸Ö‚ÕµÕ¶ Ô¿Õ¡Õ¾ +tile.clayHardenedStained.purple.name=Õ„Õ¡Õ¶Õ¸Ö‚Õ·Õ¡Õ¯Õ¡Õ£Õ¸Ö‚ÕµÕ¶ Ô¿Õ¡Õ¾ +tile.clayHardenedStained.red.name=Ô¿Õ¡Ö€Õ´Õ«Ö€ Ô¿Õ¡Õ¾ +tile.clayHardenedStained.silver.name=Ô²Õ¡Ö Õ„Õ¸Õ­Ö€Õ¡Õ£Õ¸Ö‚ÕµÕ¶ Ô¿Õ¡Õ¾ +tile.clayHardenedStained.white.name=ÕÕºÕ«Õ¿Õ¡Õ¯ Ô¿Õ¡Õ¾ +tile.clayHardenedStained.yellow.name=Ô´Õ¥Õ²Õ«Õ¶ Ô¿Õ¡Õ¾ +tile.cloth.black.name=ÕÕ¥Õ¾ Ô²Õ¸Ö‚Ö€Õ¤ +tile.cloth.blue.name=Ô¿Õ¡ÕºÕ¸Ö‚ÕµÕ¿ Ô²Õ¸Ö‚Ö€Õ¤ +tile.cloth.brown.name=Ô´Õ¡Ö€Õ¹Õ¶Õ¡Õ£Õ¸Ö‚ÕµÕ¶ Ô²Õ¸Ö‚Ö€Õ¤ +tile.cloth.cyan.name=Õ“Õ«Ö€Õ¸Ö‚Õ¦Õ¡Õ£Õ¸Ö‚ÕµÕ¶ Ô²Õ¸Ö‚Ö€Õ¤ +tile.cloth.gray.name=Õ„Õ¸Õ­Ö€Õ¡Õ£Õ¸Ö‚ÕµÕ¶ Ô²Õ¸Ö‚Ö€Õ¤ +tile.cloth.green.name=Ô¿Õ¡Õ¶Õ¡Õ¹ Ô²Õ¸Ö‚Ö€Õ¤ +tile.cloth.lightBlue.name=Ô²Õ¡Ö Ô¿Õ¡ÕºÕ¸Ö‚ÕµÕ¶ Ô²Õ¸Ö‚Ö€Õ¤ +tile.cloth.lime.name=Ô¼Õ¡ÕµÕ´ Ô²Õ¸Ö‚Ö€Õ¤ +tile.cloth.magenta.name=Õ„Õ¸Ö€Õ¥Õ£Õ¸Ö‚ÕµÕ¶ Ô²Õ¸Ö‚Ö€Õ¤ +tile.cloth.name=Ô²Õ¸Ö‚Ö€Õ¤ +tile.cloth.orange.name=Õ†Õ¡Ö€Õ¶Õ»Õ¡Õ£Õ¸Ö‚ÕµÕ¶ Ô²Õ¸Ö‚Ö€Õ¤ +tile.cloth.pink.name=ÕŽÕ¡Ö€Õ¤Õ¡Õ£Õ¸Ö‚ÕµÕ¶ Ô²Õ¸Ö‚Ö€Õ¤ +tile.cloth.purple.name=Õ„Õ¡Õ¶Õ¸Ö‚Õ·Õ¡Õ¯Õ¡Õ£Õ¸Ö‚ÕµÕ¶ Ô²Õ¸Ö‚Ö€Õ¤ +tile.cloth.red.name=Ô¿Õ¡Ö€Õ´Õ«Ö€ Ô²Õ¸Ö‚Ö€Õ¤ +tile.cloth.silver.name=Ô²Õ¡Ö Õ„Õ¸Õ­Ö€Õ¡Õ£Õ¸Ö‚ÕµÕ¶ Ô²Õ¸Ö‚Ö€Õ¤ +tile.cloth.white.name=Ô²Õ¸Ö‚Ö€Õ¤ +tile.cloth.yellow.name=Ô´Õ¥Õ²Õ«Õ¶ Ô²Õ¸Ö‚Ö€Õ¤ +tile.cobbleWall.mossy.name=Õ„Õ¡Õ´Õ¼Õ¸Õ¿ ÕÕ¡Õ¬Õ¡Ö„Õ¡Ö€Õ¥ ÕŠÕ¡Õ¿ +tile.cobbleWall.normal.name=ÕÕ¡Õ¬Õ¡Ö„Õ¡Ö€Õ¥ ÕŠÕ¡Õ¿ +tile.cocoa.name=Ô¿Õ¡Õ¯Õ¡Õ¸ +tile.commandBlock.name=Õ€Ö€Õ¡Õ´Õ¡Õ¶Õ¶Õ¥Ö€Õ« Ô²Õ¬Õ¸Õ¯ +tile.crops.name=Ô²Õ¥Ö€Ö„ +tile.daylightDetector.name=Õ‘Õ¥Ö€Õ¥Õ¯Õ¡ÕµÕ«Õ¶ Ô¼Õ¸Ö‚ÕµÕ½Õ« Õ‘Õ¸Ö‚ÖÕ«Õ¹ +tile.deadbush.name=Õ„Õ¥Õ¼ÕµÕ¡Õ¬ Ô¹Õ¸Ö‚Öƒ +tile.detectorRail.name=Õ€Õ¡ÕµÕ¿Õ¶Õ¡Õ¢Õ¥Ö€Õ¸Õ² Ռելս +tile.dirt.default.name=Õ€Õ¸Õ² +tile.dirt.name=Õ€Õ¸Õ² +tile.dirt.podzol.name=Õ“Õ¸Õ¤Õ¦Õ¸Õ¬ +tile.dispenser.name=ÕŽÕ¡Õ¶Õ«Õ¹ +tile.doorIron.name=ÔµÖ€Õ¯Õ¡Õ©Õ¥ Ô´Õ¸Ö‚Õ¼ +tile.doorWood.name=Õ“Õ¡ÕµÕ¿Õ¥ Ô´Õ¸Ö‚Õ¼ +tile.doublePlant.fern.name=Õ„Õ¥Õ® ÕŠÕ¿Õ¥Ö€ +tile.doublePlant.grass.name=Ô¿Ö€Õ¯Õ¶Õ¡Õ¯Õ« Õ¢Õ¡Ö€Õ±Ö€Õ¡Õ­Õ¸Õ¿ +tile.doublePlant.paeonia.name=ÕŠÕ«Õ¸Õ¶ +tile.doublePlant.rose.name=ÕŽÕ¡Ö€Õ¤Õ« Õ©Õ¸Ö‚Öƒ +tile.doublePlant.sunflower.name=Ô±Ö€Ö‡Õ¡Õ®Õ¡Õ²Õ«Õ¯ +tile.doublePlant.syringa.name=Õ…Õ¡Õ½Õ¡Õ´Õ¡Õ¶ +tile.dragonEgg.name=Ô´Ö€Õ¡Õ¯Õ¸Õ¶Õ« ÕÕ¸Ö‚ +tile.dropper.name=Ô²Õ¡Õ·Õ­Õ«Õ¹ +tile.enchantmentTable.name=Ô¿Õ¡Õ­Õ¡Ö€Õ¤Õ¡Õ¶Ö„Õ« ÕÕ¥Õ²Õ¡Õ¶ +tile.endPortalFrame.name=«Վերջ»-Õ« ÕŠÕ¸Ö€Õ¿Õ¡Õ¬ +tile.enderChest.name=Ô·Õ¶Õ¤Õ¥Ö€Õ« ÕÕ¶Õ¤Õ¸Ö‚Õ¯ +tile.farmland.name=Õ„Õ·Õ¡Õ¯Õ¡Õ°Õ¸Õ² +tile.fence.name=Õ‘Õ¡Õ¶Õ¯Õ¡ÕºÕ¡Õ¿ +tile.fenceGate.name=Ô´Õ¡Ö€Õ¢Õ¡Õ½ +tile.fenceIron.name=ÔµÖ€Õ¯Õ¡Õ©Õ¥ ÕƒÕ¡Õ²Õ¥Ö€ +tile.fire.name=Ô¿Ö€Õ¡Õ¯ +tile.flower1.dandelion.name=Ô½Õ¡Õ¿Õ¸Ö‚Õ¿Õ«Õ¯ +tile.flower1.name=Ô¾Õ¡Õ²Õ«Õ¯ +tile.flower2.allium.name=ÕÕ¸Õ­ +tile.flower2.blueOrchid.name=Ô¿Õ¡ÕºÕ¸Ö‚ÕµÕ¿ Õ•Ö€Õ­Õ«Õ¤Õ¥Õ¡ +tile.flower2.houstonia.name=Ô¿Õ¡ÕºÕ¸Ö‚ÕµÕ¿ ÕÕ¥Ö€Õ¥ÖƒÕ¸Ö‚Õ¯ +tile.flower2.name=Ô¾Õ¡Õ²Õ«Õ¯ +tile.flower2.oxeyeDaisy.name=Õ„Õ¡Ö€Õ£Õ¡Ö€Õ¿Õ¡Õ®Õ¡Õ²Õ«Õ¯ +tile.flower2.poppy.name=Ô¿Õ¡Õ¯Õ¡Õ¹ +tile.flower2.tulipOrange.name=Õ†Õ¡Ö€Õ¶Õ»Õ¡Õ£Õ¸Ö‚ÕµÕ¶ ÕŽÕ¡Ö€Õ¤Õ¡Õ¯Õ¡Õ¯Õ¡Õ¹ +tile.flower2.tulipPink.name=ÕŽÕ¡Ö€Õ¤Õ¡Õ£Õ¸Ö‚ÕµÕ¶ ÕŽÕ¡Ö€Õ¤Õ¡Õ¯Õ¡Õ¯Õ¡Õ¹ +tile.flower2.tulipRed.name=Ô¿Õ¡Ö€Õ´Õ«Ö€ ÕŽÕ¡Ö€Õ¤Õ¡Õ¯Õ¡Õ¯Õ¡Õ¹ +tile.flower2.tulipWhite.name=ÕÕºÕ«Õ¿Õ¡Õ¯ ÕŽÕ¡Ö€Õ¤Õ¡Õ¯Õ¡Õ¯Õ¡Õ¹ +tile.furnace.name=ÕŽÕ¡Õ¼Õ¡Ö€Õ¡Õ¶ +tile.glass.name=Ô±ÕºÕ¡Õ¯Õ« +tile.goldenRail.name=Ô·Õ¶Õ¥Ö€Õ£Õ¡Õ¯Õ«Ö€ Ռելս +tile.grass.name=Ô½Õ¸Õ¿Õ« Ô²Õ¬Õ¸Õ¯ +tile.gravel.name=Õ„Õ¡Õ¶Ö€Õ¡Õ­Õ«Õ³ +tile.hayBlock.name=Õ‘Õ¸Ö€Õ¥Õ¶Õ« Ô½Õ¸Ö‚Ö€Õ± +tile.hellrock.name=Ô´ÕªÕ¸Õ²Ö„Õ« Õ”Õ¡Ö€ +tile.hellsand.name=Õ€Õ¸Õ£Õ«Õ¶Õ¥Ö€Õ« Ô±Õ¾Õ¡Õ¦ +tile.hopper.name=ÕÕ¡Õ£Õ¡Ö€ +tile.ice.name=ÕÕ¡Õ¼Õ¸Ö‚ÕµÖ +tile.icePacked.name=ÕÕ«Õ£ ÕÕ¡Õ¼Õ¸Ö‚ÕµÖ +tile.jukebox.name=Õ†Õ¾Õ¡Õ£Õ¡Ö€Õ¯Õ«Õ¹ +tile.ladder.name=ÕÕ¡Õ¶Õ¤Õ¸Ö‚Õ²Ö„ +tile.lava.name=Ô¼Õ¡Õ¾Õ¡ +tile.leaves.acacia.name=Ô±Õ¯Õ¡ÖÕ«Õ¡Õ« Õ¿Õ¥Ö€Ö‡Õ¶Õ¥Ö€ +tile.leaves.big_oak.name=Õ„Õ¸Ö‚Õ£ Õ¯Õ¡Õ²Õ¶Õ¸Ö‚ Õ¿Õ¥Ö€Õ¥Ö‚Õ¶Õ¥Ö€ +tile.leaves.birch.name=Ô¿Õ¥Õ¹Õ¸Ö‚ ÕÕ¥Ö€Ö‡Õ¶Õ¥Ö€ +tile.leaves.jungle.name=Õ‹Õ¸Ö‚Õ¶Õ£Õ¬Õ«Õ« ÕÕ¥Ö€Ö‡Õ¶Õ¥Ö€ +tile.leaves.name=ÕÕ¥Ö€Ö‡Õ¶Õ¥Ö€ +tile.leaves.oak.name=Ô¿Õ¡Õ²Õ¶Õ¸Ö‚ ÕÕ¥Ö€Ö‡Õ¶Õ¥Ö€ +tile.leaves.spruce.name=ÔµÕ²Ö‡Õ¶Õ¸Ö‚ ÕÕ¥Ö€Ö‡Õ¶Õ¥Ö€ +tile.lever.name=Ô¼Õ®Õ¡Õ¯ +tile.lightgem.name=Ô¼Õ¸Ö‚Õ½Õ¡Ö€Õ±Õ¡Õ¯Õ¸Õ² Õ”Õ¡Ö€ +tile.litpumpkin.name=Õ‹Õ¥Õ¯Õ« Ô¼Õ¡Õ´ÕºÕ¨ +tile.lockedchest.name=Ô¿Õ¸Õ²ÕºÕ¾Õ¡Õ® ÕÕ¶Õ¤Õ¸Ö‚Õ¯ +tile.log.acacia.name=Ô±Õ¯Õ¡ÖÕ«Õ¡Õ« ÖƒÕ¡ÕµÕ¿ +tile.log.big_oak.name=Õ„Õ¸Ö‚Õ£ Õ¯Õ¡Õ²Õ¶Õ¸Ö‚ ÖƒÕ¡ÕµÕ¿ +tile.log.birch.name=Ô¿Õ¥Õ¹Õ¸Ö‚ Õ“Õ¡ÕµÕ¿ +tile.log.jungle.name=Õ‹Õ¸Ö‚Õ¶Õ£Õ¬Õ«Õ« Õ“Õ¡ÕµÕ¿ +tile.log.name=Õ“Õ¡ÕµÕ¿ +tile.log.oak.name=Ô¿Õ¡Õ²Õ¶Õ¸Ö‚ Õ“Õ¡ÕµÕ¿ +tile.log.spruce.name=ÔµÕ²Ö‡Õ¶Õ¸Ö‚ Õ“Õ¡ÕµÕ¿ +tile.melon.name=ÕÕ´Õ¥Ö€Õ¸Ö‚Õ¯ +tile.mobSpawner.name=Õ€Ö€Õ¥Õ·Õ« Ô¾Õ¶Õ¡Ö€Õ¡Õ¶ +tile.monsterStoneEgg.brick.name=Ô±Õ²ÕµÕ¸Ö‚Õ½Õ¡Ö„Õ¡Ö€Õ¥ Õ€Ö€Õ¥Õ·Õ« ÕÕ¸Ö‚ +tile.monsterStoneEgg.chiseledbrick.name=Õ“Õ¸Ö€Õ¡Õ£Ö€Õ¾Õ¡Õ® Õ”Õ¡Ö€Õ¡Õ²ÕµÕ¸Ö‚Õ½ Õ€Ö€Õ¥Õ·Õ« ÕÕ¸Ö‚ +tile.monsterStoneEgg.cobble.name=ÕÕ¡Õ¬Õ¡Ö„Õ¡Ö€Õ¥ Õ€Ö€Õ¥Õ·Õ« ÕÕ¸Ö‚ +tile.monsterStoneEgg.crackedbrick.name=ÕƒÕ¡Ö„Õ¡Õ® Õ”Õ¡Ö€Õ¡Õ²ÕµÕ¸Ö‚Õ½ Õ€Ö€Õ¥Õ·Õ« ÕÕ¸Ö‚ +tile.monsterStoneEgg.mossybrick.name=Õ„Õ¡Õ´Õ¼Õ¸Õ¿ Õ”Õ¡Ö€Õ¡Õ²ÕµÕ¸Ö‚Õ½ Õ€Ö€Õ¥Õ·Õ« ÕÕ¸Ö‚ +tile.monsterStoneEgg.stone.name=Õ€Ö€Õ¥Õ·Õ« ÕÕ¸Ö‚ Õ”Õ¡Ö€Õ«Ö +tile.mushroom.name=ÕÕ¸Ö‚Õ¶Õ¯ +tile.musicBlock.name=Õ„Õ¥Õ²Õ¥Õ¤Õ¸Ö‚ Ô²Õ¬Õ¸Õ¯ +tile.mycel.name=Ô²Õ¸Ö€Õ¢Õ¸Õ½Õ¡Õ°Õ¸Õ² +tile.netherBrick.name=Ô´ÕªÕ¸Õ­Õ¡ÕµÕ«Õ¶ Ô±Õ²ÕµÕ¸Ö‚Õ½ +tile.netherFence.name=Ô´ÕªÕ¸Õ­Õ¡ÕµÕ«Õ¶ Õ‘Õ¡Õ¶Õ¯Õ¡ÕºÕ¡Õ¿ +tile.netherStalk.name=Ô´ÕªÕ¸Õ­Õ¡ÕµÕ«Õ¶ Ô²Õ¸Ö‚ÕµÕ½ +tile.netherquartz.name=Ô¿Õ¾Õ¡Ö€ÖÕ« Õ€Õ¡Õ¶Ö„Õ¡Ö„Õ¡Ö€ +tile.notGate.name=Ô¿Õ¡Ö€Õ´Ö€Õ¡Ö„Õ¡Ö€Õ« Õ‹Õ¡Õ° +tile.obsidian.name=Õ•Õ¢Õ½Õ«Õ¤Õ«Õ¡Õ¶ +tile.oreCoal.name=Ô±Õ®Õ¸Ö‚Õ­Õ« Õ€Õ¡Õ¶Ö„Õ¡Ö„Õ¡Ö€ +tile.oreDiamond.name=Ô±Õ¤Õ¡Õ´Õ¡Õ¶Õ¤Õ« Õ€Õ¡Õ¶Ö„Õ¡Ö„Õ¡Ö€ +tile.oreEmerald.name=Ô¶Õ´Ö€Õ¸Ö‚Õ­Õ¿Õ« Õ€Õ¡Õ¶Ö„Õ¡Ö„Õ¡Ö€ +tile.oreGold.name=ÕˆÕ½Õ¯Õ¸Ö‚ Õ€Õ¡Õ¶Ö„Õ¡Ö„Õ¡Ö€ +tile.oreIron.name=ÔµÖ€Õ¯Õ¡Õ©Õ« Õ€Õ¡Õ¶Ö„Õ¡Ö„Õ¡Ö€ +tile.oreLapis.name=Ô¼Õ¡Õ¦Õ¸Ö‚Ö€Õ«Õ¿Õ« Õ€Õ¡Õ¶Ö„Õ¡Ö„Õ¡Ö€ +tile.oreRedstone.name=Ô¿Õ¡Ö€Õ´Ö€Õ¡Ö„Õ¡Ö€Õ« Õ€Õ¡Õ¶Ö„Õ¡Ö„Õ¡Ö€ +tile.oreRuby.name=ÕÕ¡Õ¿Õ¸Ö‚Õ¯Õ« Õ€Õ¡Õ¶Ö„Õ¡Ö„Õ¡Ö€ +tile.pistonBase.name=Õ„Õ­Õ¸Ö +tile.pistonStickyBase.name=Ô¿ÕºÕ¹Õ¸Ö‚Õ¶ Õ„Õ­Õ¸Ö +tile.portal.name=ÕŠÕ¸Ö€Õ¿Õ¡Õ¬ +tile.potatoes.name=Ô¿Õ¡Ö€Õ¿Õ¸Ö†Õ«Õ¬ +tile.pumpkin.name=Ô´Õ¤Õ¸Ö‚Õ´ +tile.quartzBlock.chiseled.name=Õ“Õ¸Ö€Õ¡Õ£Ö€Õ¾Õ¡Õ® Ô¿Õ¾Õ¡Ö€ÖÕ« Ô²Õ¬Õ¸Õ¯ +tile.quartzBlock.default.name=Ô¿Õ¾Õ¡Ö€ÖÕ« Ô²Õ¬Õ¸Õ¯ +tile.quartzBlock.lines.name=ÕÕµÕ¸Ö‚Õ¶Õ¡Õ±Ö‡ Ô¿Õ¾Õ¡Ö€ÖÕ« Ô²Õ¬Õ¸Õ¯Õ«Ö +tile.rail.name=Ռելս +tile.redstoneDust.name=Ô¿Õ¡Ö€Õ´Õ«Ö€ Õ“Õ¸Õ·Õ« +tile.redstoneLight.name=Ô¿Õ¡Ö€Õ´Ö€Õ¡Ö„Õ¡Ö€Õ« Ô¼Õ¡Õ´Õº +tile.reeds.name=ÔµÕ²Õ¥Õ£Õ¶Õ¡Õ·Õ¡Ö„Õ¡Ö€ +tile.sand.default.name=Ô±Õ¾Õ¡Õ¦ +tile.sand.name=Ô±Õ¾Õ¡Õ¦ +tile.sand.red.name=Ô¿Õ¡Ö€Õ´Õ«Ö€ Õ¡Õ¾Õ¡Õ¦ +tile.sandStone.chiseled.name=Õ“Õ¸Ö€Õ¡Õ£Ö€Õ¾Õ¡Õ® Ô±Õ¾Õ¡Õ¦Õ¡Ö„Õ¡Ö€ +tile.sandStone.default.name=Ô±Õ¾Õ¡Õ¦Õ¡Ö„Õ¡Ö€ +tile.sandStone.name=Ô±Õ¾Õ¡Õ¦Õ¡Ö„Õ¡Ö€ +tile.sandStone.smooth.name=Õ€Õ¡Ö€Õ© Ô±Õ¾Õ¡Õ¦Õ¡Ö„Õ¡Ö€ +tile.sapling.acacia.name=Ô±Õ¯Õ¡ÖÕ«Õ¡Õ« Õ¿Õ¶Õ¯Õ« +tile.sapling.birch.name=Ô¿Õ¥Õ¹Õ¸Ö‚ ÕÕ¶Õ¯Õ« +tile.sapling.jungle.name=Õ‹Õ¸Ö‚Õ¶Õ£Õ¬Õ«Õ« ÕÕ¶Õ¯Õ« +tile.sapling.oak.name=Ô¿Õ¡Õ²Õ¶Õ¸Ö‚ Õ¿Õ¶Õ¯Õ« +tile.sapling.spruce.name=ÔµÕ²Ö‡Õ¶Õ¸Ö‚ Õ¿Õ¶Õ¯Õ« +tile.sign.name=Õ‘Õ¸Ö‚ÖÕ¡Õ¿Õ¡Õ­Õ¿Õ¡Õ¯ +tile.snow.name=ÕÕµÕ¸Ö‚Õ¶ +tile.sponge.dry.name=ÕÕºÕ¸Ö‚Õ¶Õ£ +tile.stainedGlass.black.name=ÕÖ‡ Ô±ÕºÕ¡Õ¯Õ« +tile.stainedGlass.blue.name=Ô¿Õ¡ÕºÕ¸Ö‚ÕµÕ¿ Ô±ÕºÕ¡Õ¯Õ« +tile.stainedGlass.brown.name=Ô´Õ¡Ö€Õ¹Õ¶Õ¡Õ£Õ¸Ö‚ÕµÕ¶ Õ¡ÕºÕ¡Õ¯Õ« +tile.stainedGlass.cyan.name=Õ“Õ«Ö€Õ¸Ö‚Õ¦Õ¡Õ£Õ¸Ö‚ÕµÕ¶ Ô³Õ¸Ö‚Õ¶Õ¡Õ¾Õ¸Ö€ Ô±ÕºÕ¡Õ¯Õ« +tile.stainedGlass.gray.name=Õ„Õ¸Õ­Ö€Õ¡Õ£Õ¸ÕµÕ¶ Ô±ÕºÕ¡Õ¯Õ« +tile.stainedGlass.green.name=Ô¿Õ¡Õ¶Õ¡Õ¹ Ô±ÕºÕ¡Õ¯Õ« +tile.stainedGlass.lightBlue.name=Ô²Õ¡Ö Ô¿Õ¡ÕºÕ¸Ö‚ÕµÕ¿ Ô±ÕºÕ¡Õ¯Õ« +tile.stainedGlass.lime.name=Ô²Õ¡Ö Ô¿Õ¡Õ¶Õ¡Õ¹ Ô±ÕºÕ¡Õ¯Õ« +tile.stainedGlass.magenta.name=Õ„Õ¸Ö€Õ¥Õ£Õ¸Ö‚ÕµÕ¶ ÕºÕ¡Õ¯Õ« +tile.stainedGlass.orange.name=Õ†Õ¡Ö€Õ¶Õ»Õ¡Õ£Õ¸Ö‚ÕµÕ¶ ÕºÕ¡Õ¯Õ« +tile.stainedGlass.pink.name=ÕŽÕ¡Ö€Õ¤Õ¡Õ£Õ¸Ö‚ÕµÕ¶ Ô±ÕºÕ¡Õ¯Õ« +tile.stainedGlass.purple.name=Õ„Õ¡Õ¶Õ¸Ö‚Õ·Õ¡Õ¯Õ¡Õ£Õ¸Ö‚ÕµÕ¶ Ô³Õ¸Ö‚Õ¶Õ¡Õ¾Õ¸Ö€ Ô±ÕºÕ¡Õ¯Õ« +tile.stainedGlass.red.name=Ô¿Õ¡Ö€Õ´Õ«Ö€ Ô±ÕºÕ¡Õ¯Õ« +tile.stainedGlass.silver.name=Ô²Õ¡Ö Õ„Õ¸Õ­Ö€Õ¡Õ£Õ¸ÕµÕ¶ Ô±ÕºÕ¡Õ¯Õ« +tile.stainedGlass.white.name=ÕÕºÕ«Õ¿Õ¡Õ¯ Ô±ÕºÕ¡Õ¯Õ« +tile.stainedGlass.yellow.name=Ô´Õ¥Õ²Õ«Õ¶ Ô±ÕºÕ¡Õ¯Õ« +tile.stairsBrick.name=Ô±Õ²ÕµÕ¸Ö‚Õ½Õ¥ Ô±Õ½Õ¿Õ«Õ³Õ¡Õ¶Õ¶Õ¥Ö€ +tile.stairsNetherBrick.name=Ô±Õ½Õ¿Õ«Õ³Õ¡Õ¶Õ¶Õ¥Ö€ Ô´ÕªÕ¸Õ­Õ¡ÕµÕ«Õ¶ Ô±Õ²ÕµÕ¸Ö‚Õ½Õ«Ö +tile.stairsQuartz.name=Ô¿Õ¾Õ¡Ö€ÖÕ¥ Ô±Õ½Õ¿Õ«Õ¹Õ¡Õ¶Õ¶Õ¥Ö€ +tile.stairsSandStone.name=Ô±Õ½Õ¿Õ«Õ³Õ¡Õ¶Õ¶Õ¥Ö€ Ô±Õ¾Õ¡Õ¦Õ¡Ö„Õ¡Ö€Õ«Ö +tile.stairsStone.name=Õ”Õ¡Ö€Õ¥ Ô±Õ½Õ¿Õ«Õ³Õ¡Õ¶Õ¶Õ¥Ö€ +tile.stairsStoneBrickSmooth.name=Ô±Õ²ÕµÕ¸Ö‚Õ½Õ¡Ö„Õ¡Ö€Õ¥ Ô±Õ½Õ¿Õ«Õ³Õ¡Õ¶Õ¶Õ¥Ö€ +tile.stairsWood.name=Ô±Õ½Õ¿Õ«Õ³Õ¡Õ¶Õ¶Õ¥Ö€ Ô¿Õ¡Õ²Õ¶Õ¸Ö‚ Õ“Õ¡ÕµÕ¿Õ«Ö +tile.stairsWoodAcacia.name=Ô±Õ½Õ¿Õ«Õ³Õ¡Õ¶Õ¥Ö€ Ô±Õ¯Õ¡ÖÕ«Õ¡Õ« Õ“Õ¡ÕµÕ¿Õ«Ö +tile.stairsWoodBirch.name=Ô±Õ½Õ¿Õ«Õ³Õ¡Õ¶Õ¶Õ¥Ö€ Ô¿Õ¥Õ¹Õ¸Ö‚ Õ“Õ¡ÕµÕ¿Õ«Ö +tile.stairsWoodDarkOak.name=Ô±Õ½Õ¿Õ«Õ³Õ¡Õ¶Õ¶Õ¥Ö€ Õ„Õ¸Ö‚Õ£ Ô¿Õ¡Õ²Õ¶Õ¸Ö‚ Õ“Õ¡ÕµÕ¿Õ«Ö +tile.stairsWoodJungle.name=Ô±Õ½Õ¿Õ«Õ³Õ¡Õ¶Õ¶Õ¥Ö€ Õ‹Õ¸Ö‚Õ¶Õ£Õ¬Õ«Õ¶Õ¥Ö€Õ« Õ“Õ¡ÕµÕ¿Õ«Ö +tile.stairsWoodSpruce.name=Ô±Õ½Õ¿Õ«Õ³Õ¡Õ¶Õ¶Õ¥Ö€ ÔµÕ²Ö‡Õ¶Õ¸Ö‚ Õ“Õ¡ÕµÕ¿Õ«Ö +tile.stone.stone.name=Õ”Õ¡Ö€ +tile.stoneMoss.name=Õ„Õ¡Õ´Õ¼Õ¸Õ¿ Õ”Õ¡Ö€ +tile.stoneSlab.brick.name=Ô±Õ²ÕµÕ¸Ö‚Õ½Õ¥ ÕÕ¡Õ¬Õ«Õ¯ +tile.stoneSlab.cobble.name=ÕÕ¡Õ¬Õ¡Ö„Õ¡Ö€Õ¥ ÕÕ¡Õ¬Õ«Õ¯ +tile.stoneSlab.netherBrick.name=Ô´ÕªÕ¸Õ­Õ¡ÕµÕ«Õ¶ Ô±Õ²ÕµÕ¸Ö‚Õ½Õ« ÕÕ¡Õ¬Õ«Õ¯ +tile.stoneSlab.quartz.name=Ô¿Õ¾Õ¡Ö€ÖÕ¥ ÕÕ¡Õ¬Õ«Õ¯ +tile.stoneSlab.sand.name=Ô±Õ¾Õ¡Õ¦Õ¡Ö„Õ¡Ö€Õ¥ ÕÕ¡Õ¬Õ«Õ¯ +tile.stoneSlab.smoothStoneBrick.name=Õ”Õ¡Ö€Õ¡Õ²ÕµÕ¸Ö‚Õ½Õ¥ ÕÕ¡Õ¬Õ«Õ¯ +tile.stoneSlab.stone.name=Õ”Õ¡Ö€Õ¥ ÕÕ¡Õ¬Õ«Õ¯ +tile.stoneSlab.wood.name=Õ“Õ¡ÕµÕ¿Õ¥ ÕÕ¡Õ¬Õ«Õ¯ +tile.stonebrick.name=ÕÕ¡Õ¬Õ¡Ö„Õ¡Ö€ +tile.stonebricksmooth.chiseled.name=Õ“Õ¸Ö€Õ¡Õ£Ö€Õ¾Õ¡Õ® Õ”Õ¡Ö€Õ¡Õ²ÕµÕ¸Ö‚Õ½ +tile.stonebricksmooth.cracked.name=ÕƒÕ¡Ö„Õ¡Õ® Õ”Õ¡Ö€Õ¡Õ²ÕµÕ¸Ö‚Õ½ +tile.stonebricksmooth.default.name=Õ”Õ¡Ö€Õ¡Õ²ÕµÕ¸Ö‚Õ½ +tile.stonebricksmooth.mossy.name=Õ„Õ¡Õ´Õ¼Õ¸Õ¿ Õ”Õ¡Ö€Õ¡Õ²ÕµÕ¸Ö‚Õ½ +tile.stonebricksmooth.name=Õ”Õ¡Ö€Õ¡Õ²ÕµÕ¸Ö‚Õ½ +tile.tallgrass.fern.name=ÕŠÕ¿Õ¥Ö€ +tile.tallgrass.grass.name=Ô½Õ¸Õ¿ +tile.tallgrass.name=Ô½Õ¸Õ¿ +tile.tallgrass.shrub.name=Ô¹Õ¸Ö‚Öƒ +tile.thinGlass.name=Ô±ÕºÕ¡Õ¯Õ¸Ö‚ Õ‡Õ¥Ö€Õ¿ +tile.thinStainedGlass.black.name=ÕÖ‡ Ô±ÕºÕ¡Õ¯Õ¸Ö‚ Õ‡Õ¥Ö€Õ¿ +tile.thinStainedGlass.blue.name=Ô¿Õ¡ÕºÕ¸ÕµÕ¿ Ô±ÕºÕ¡Õ¯Õ¸Ö‚ Õ‡Õ¥Ö€Õ¿ +tile.thinStainedGlass.brown.name=Ô´Õ¡Ö€Õ¹Õ¶Õ¡Õ£Õ¸Ö‚ÕµÕ¶ Ô±ÕºÕ¡Õ¯Õ¸Ö‚ Õ‡Õ¥Ö€Õ¿ +tile.thinStainedGlass.cyan.name=Õ“Õ«Ö€Õ¸Ö‚Õ¦Õ¡Õ£Õ¸Ö‚ÕµÕ¶ Ô±ÕºÕ¡Õ¯Õ¸Ö‚ Õ‡Õ¥Ö€Õ¿ +tile.thinStainedGlass.gray.name=Õ„Õ¸Õ­Ö€Õ¡Õ£Õ¸ÕµÕ¶ Ô±ÕºÕ¡Õ¯Õ¸Ö‚ Õ‡Õ¥Ö€Õ¿ +tile.thinStainedGlass.green.name=Ô¿Õ¡Õ¶Õ¡Õ¶Õ¹ Ô±ÕºÕ¡Õ¯Õ¸Ö‚ Õ‡Õ¥Ö€Õ¿ +tile.thinStainedGlass.lightBlue.name=Ô²Õ¡Ö Õ¯Õ¡ÕºÕ¸Ö‚ÕµÕ¿ Ô±ÕºÕ¡Õ¯Õ¸Ö‚ Õ‡Õ¥Ö€Õ¿ +tile.thinStainedGlass.lime.name=Ô¼Õ¡ÕµÕ´ Ô±ÕºÕ¡Õ¯Õ¸Ö‚ Õ‡Õ¥Ö€Õ¿ +tile.thinStainedGlass.magenta.name=Õ„Õ¸Ö€Õ¥Õ£Õ¸Ö‚ÕµÕ¶ Ô±ÕºÕ¡Õ¯Õ¸Ö‚ Õ‡Õ¥Ö€Õ¿ +tile.thinStainedGlass.orange.name=Õ†Õ¡Ö€Õ¶Õ»Õ¡Õ£Õ¸Ö‚ÕµÕ¶ Ô±ÕºÕ¡Õ¯Õ¸Ö‚ Õ‡Õ¥Ö€Õ¿ +tile.thinStainedGlass.pink.name=ÕŽÕ¡Ö€Õ¤Õ¡Õ£Õ¸ÕµÕ¶ Ô±ÕºÕ¡Õ¯Õ¸Ö‚ Õ‡Õ¥Ö€Õ¿ +tile.thinStainedGlass.purple.name=Õ„Õ¡Õ¶Õ¸Ö‚Õ·Õ¡Õ¯Õ¡Õ£Õ¸Ö‚ÕµÕ¶ Ô±ÕºÕ¡Õ¯Õ¸Ö‚ Õ‡Õ¥Ö€Õ¿ +tile.thinStainedGlass.red.name=Ô¿Õ¡Ö€Õ´Õ«Ö€ Ô±ÕºÕ¡Õ¯Õ¸Ö‚ Õ‡Õ¥Ö€Õ¿ +tile.thinStainedGlass.silver.name=Ô²Õ¡Ö Õ„Õ¸Õ­Ö€Õ¡Õ£Õ¸Ö‚ÕµÕ¶ Ô±ÕºÕ¡Õ¯Õ¸Ö‚ Õ‡Õ¥Ö€Õ¿ +tile.thinStainedGlass.white.name=ÕÕºÕ«Õ¿Õ¡Õ¯ Ô±ÕºÕ¡Õ¯Õ¸Ö‚ Õ‡Õ¥Ö€Õ¿ +tile.thinStainedGlass.yellow.name=Ô´Õ¥Õ²Õ«Õ¶ Ô±ÕºÕ¡Õ¯Õ¸Ö‚ Õ‡Õ¥Ö€Õ¿ +tile.tnt.name=Ô´Õ«Õ¶Õ¡Õ´Õ«Õ¿ +tile.torch.name=Õ‹Õ¡Õ° +tile.trapdoor.name=Ô´Õ¼Õ¶Õ¡Õ¯ +tile.tripWire.name=Ô¹Õ¡Õ¯Õ¡Ö€Õ¤Õ¡Õ¬Õ¡Ö€ +tile.tripWireSource.name=Ô¹Õ¡Õ¯Õ¡Ö€Õ¤Õ« Ô¿Õ¥Õ¼Õ«Õ¯ +tile.vine.name=ÕˆÖ€Õ©Õ¡Õ¿Õ¸Ö‚Õ¶Õ¯ +tile.water.name=Õ‹Õ¸Ö‚Ö€ +tile.waterlily.name=Õ‹Ö€Õ¡Õ·Õ¸Ö‚Õ·Õ¡Õ¶ +tile.web.name=ÕÕ¡Ö€Õ¤Õ¸Õ½Õ¿Õ¡ÕµÕ¶ +tile.weightedPlate_heavy.name=Ô¿Õ·Õ¼Õ¾Õ¡Õª ÕƒÕ¶Õ·Õ¡Õ©Õ«Õ©Õ¥Õ² (Ô¾Õ¡Õ¶Ö€) +tile.weightedPlate_light.name=Ô¿Õ·Õ¼Õ¾Õ¡Õª ÕƒÕ¶Õ·Õ¡Õ©Õ«Õ©Õ¥Õ² (Ô¹Õ¥Õ©Ö‡) +tile.whiteStone.name=ÕŽÕ¥Ö€Õ»Õ¶Õ¡Ö„Õ¡Ö€ +tile.wood.acacia.name=Ô±Õ¯Õ¡ÖÕ«Õ¡Õ« Õ¿Õ¡Õ­Õ¿Õ¡Õ¯Õ¶Õ¥Ö€ +tile.wood.big_oak.name=Õ„Õ¸Ö‚Õ£ Õ¯Õ¡Õ²Õ¶Õ¸Ö‚ Õ¿Õ¡Õ­Õ¿Õ¡Õ¯Õ¶Õ¥Ö€ +tile.wood.birch.name=Ô¿Õ¥Õ¹Õ¸Ö‚ ÕÕ¡Õ­Õ¿Õ¡Õ¯Õ¶Õ¥Ö€ +tile.wood.jungle.name=Õ‹Õ¸Ö‚Õ¶Õ£Õ¬Õ«Õ« ÕÕ¡Õ­Õ¿Õ¡Õ¯Õ¶Õ¥Ö€ +tile.wood.name=Õ“Õ¡ÕµÕ¿Õ¥ ÕÕ¡Õ­Õ¿Õ¡Õ¯Õ¶Õ¥Ö€ +tile.wood.oak.name=Ô¿Õ¡Õ²Õ¶Õ¸Ö‚ Õ¿Õ¡Õ­Õ¿Õ¡Õ¯Õ¶Õ¥Ö€ +tile.wood.spruce.name=ÔµÕ²Ö‡Õ¶Õ¸Ö‚ Õ¿Õ¡Õ­Õ¿Õ¡Õ¯Õ¶Õ¥Ö€ +tile.woodSlab.acacia.name=ÕÕ¡Õ¬Õ«Õ¯ Ô±Õ¯Õ¡ÖÕ«Õ¡Õ« Õ“Õ¡ÕµÕ¿Õ«Ö +tile.woodSlab.big_oak.name=ÕÕ¡Õ¬Õ«Õ¯ Õ„Õ¸Ö‚Õ£ Ô¿Õ¡Õ²Õ¶Õ¸Ö‚ Õ“Õ¡ÕµÕ¿Õ«Ö +tile.woodSlab.birch.name=ÕÕ¡Õ¬Õ«Õ¯ Ô¿Õ¥Õ¹Õ¸Ö‚ Õ“Õ¡ÕµÕ¿Õ«Ö +tile.woodSlab.jungle.name=ÕÕ¡Õ¬Õ«Õ¯ Õ‹Õ¸Ö‚Õ¶Õ£Õ¬Õ«Õ« Õ“Õ¡ÕµÕ¿Õ«Ö +tile.woodSlab.oak.name=ÕÕ¡Õ¬Õ«Õ¯ Ô¿Õ¡Õ²Õ¶Õ¸Ö‚ Õ“Õ¡ÕµÕ¿Õ«Ö +tile.woodSlab.spruce.name=ÕÕ¡Õ¬Õ«Õ¯ ÔµÕ²Ö‡Õ¶Õ¸Ö‚ Õ“Õ¡ÕµÕ¿Õ«Ö +tile.woolCarpet.black.name=ÕÖ‡ Ô³Õ¸Ö€Õ£ +tile.woolCarpet.blue.name=Ô¿Õ¡ÕºÕ¸Ö‚ÕµÕ¿ Ô³Õ¸Ö€Õ£ +tile.woolCarpet.brown.name=Ô´Õ¡Ö€Õ¹Õ¶Õ¡Õ£Õ¸Ö‚ÕµÕ¶ Ô³Õ¸Ö€Õ£ +tile.woolCarpet.cyan.name=Õ“Õ«Ö€Õ¸Ö‚Õ¦Õ¡Õ£Õ¸Ö‚ÕµÕ¶ Ô³Õ¸Ö€Õ£ +tile.woolCarpet.gray.name=Õ„Õ¸Õ­Ö€Õ¡Õ£Õ¸Ö‚ÕµÕ¶ Ô³Õ¸Ö€Õ£ +tile.woolCarpet.green.name=Ô¿Õ¡Õ¶Õ¡Õ¹ Ô³Õ¸Ö€Õ£ +tile.woolCarpet.lightBlue.name=Ô²Õ¡Ö Ô¿Õ¡ÕºÕ¸Ö‚ÕµÕ¿ Ô³Õ¸Ö€Õ£ +tile.woolCarpet.lime.name=Ô¼Õ¡ÕµÕ´ Ô³Õ¸Ö€Õ£ +tile.woolCarpet.magenta.name=Õ„Õ¸Ö€Õ¥Õ£Õ¸Ö‚ÕµÕ¶ Ô³Õ¸Ö€Õ£ +tile.woolCarpet.name=Ô³Õ¸Ö€Õ£ +tile.woolCarpet.orange.name=Õ†Õ¡Ö€Õ¶Õ»Õ¡Õ£Õ¸Ö‚ÕµÕ¶ Ô³Õ¸Ö€Õ£ +tile.woolCarpet.pink.name=ÕŽÕ¡Ö€Õ¤Õ¡Õ£Õ¸Ö‚ÕµÕ¶ Ô³Õ¸Ö€Õ£ +tile.woolCarpet.purple.name=Õ„Õ¡Õ¶Õ¸Ö‚Õ·Õ¡Õ¯Õ¡Õ£Õ¸Ö‚ÕµÕ¶ Ô³Õ¸Ö€Õ£ +tile.woolCarpet.red.name=Ô¿Õ¡Ö€Õ´Õ«Ö€ Ô³Õ¸Ö€Õ£ +tile.woolCarpet.silver.name=Ô²Õ¡Ö Õ„Õ¸Õ­Ö€Õ¡Õ£Õ¸Ö‚ÕµÕ¶ Ô³Õ¸Ö€Õ£ +tile.woolCarpet.white.name=Ô³Õ¸Ö€Õ£ +tile.woolCarpet.yellow.name=Ô´Õ¥Õ²Õ«Õ¶ Ô³Õ¸Ö€Õ£ +tile.workbench.name=Ô±Ö€Õ°Õ¥Õ½Õ¿Õ¡Õ½Õ¥Õ²Õ¡Õ¶ +translation.test.invalid=Õ¢Õ¡Ö€Ö‡ % +translation.test.none=Ô²Õ¡Ö€Ö‡, Õ¡Õ·Õ­Õ¡Ö€Õ°! +translation.test.world=Õ¡Õ·Õ­Õ¡Ö€Õ° diff --git a/javascript/lang/id_ID.lang b/javascript/lang/id_ID.lang new file mode 100755 index 00000000..8c9bb70e --- /dev/null +++ b/javascript/lang/id_ID.lang @@ -0,0 +1,1836 @@ +achievement.acquireIron=Mendapat Perangkat Keras +achievement.acquireIron.desc=Melebur sebuah batang besi +achievement.bakeCake=Kebohongan +achievement.bakeCake.desc=Tepung, gula, susu dan telur! +achievement.blazeRod=Ke api +achievement.blazeRod.desc=Meringankan kobaran Blaze dengan batang +achievement.bookcase=Pustakawan +achievement.bookcase.desc=Buat sebuah rak buku untuk meningkatkan meja telaah kamu +achievement.breedCow=Repopulasi +achievement.breedCow.desc=Mengembangbiakkan Dua Sapi Menggunakan Gandum +achievement.buildBetterPickaxe=Mendapatkan Upgrade +achievement.buildBetterPickaxe.desc=Membuat beliung yang lebih kuat +achievement.buildFurnace=Hot Topic +achievement.buildFurnace.desc=Membuat Tungku dengan 8 batu +achievement.buildHoe=Waktu untuk bertani! +achievement.buildHoe.desc=Gunakan papan kayu dan tongkat untuk membuat sebuah cangkul +achievement.buildPickaxe=Waktunya Menambang! +achievement.buildPickaxe.desc=Gunakan papan kayu dan tongkat untuk membuat sebuah Beliung +achievement.buildSword=Saatnya menyerang! +achievement.buildSword.desc=Gunakan papan kayu dan tongkat untuk membuat pedang +achievement.buildWorkBench=Pengetesan +achievement.buildWorkBench.desc=Membuat sebuah meja kerja dengan 4 buah papan kayu +achievement.cookFish=Ikan yang lezat +achievement.cookFish.desc=Menangkap dan memasak ikan! +achievement.diamonds=DIAMONDS! +achievement.diamonds.desc=Dapatkan berlian dengan peralatan besimu +achievement.diamondsToYou=Berlian untuk Anda! +achievement.diamondsToYou.desc=Melemparkan berlian pada pemain lain. +achievement.enchantments=Peningkat +achievement.enchantments.desc=Gunakan Buku , Obsidian dan Berlian untuk membuat meja peningkatan +achievement.exploreAllBiomes=Waktunya berpetualang +achievement.exploreAllBiomes.desc=Temuan semua Bioma yang ada +achievement.flyPig=Ketika Babi Bisa Terbang +achievement.flyPig.desc=Menerbangkan Babi Dari Tepi Jurang +achievement.fullBeacon=Beaconator +achievement.fullBeacon.desc=Membuat mercusuar lengkap +achievement.get=Penghargaan Didapatkan! +achievement.ghast=Senjata makan tuan +achievement.ghast.desc=Bunuh Ghast Dengan Fireball +achievement.killCow=Pembantai Sapi +achievement.killCow.desc=Mengumpulkan Kulit +achievement.killEnemy=Pemburu Monster +achievement.killEnemy.desc=Serang dan bunuh satu monster +achievement.killWither=Awal. +achievement.killWither.desc=Bunuh Wither +achievement.makeBread=Panggang roti +achievement.makeBread.desc=Jadikan gandum menjadi roti +achievement.mineWood=Mendapatkan kayu +achievement.mineWood.desc=Pukul Pohon Sampai Blok Kayu Muncul +achievement.onARail=Pada rel +achievement.onARail.desc=Bepergian dengan minecart setidaknya 1km dari tempat Anda mulai +achievement.openInventory=Mengambil Persediaan +achievement.openInventory.desc=Tekan '%1$s' untuk membuka inventorimu. +achievement.overkill=Berlebihan +achievement.overkill.desc=Lakukan damage sebesar 9 hati dalam satu pukulan +achievement.overpowered=Terlalu kuat +achievement.overpowered.desc=Membuat Apel Notch +achievement.portal=Harus Bertualang Lebih Jauh +achievement.portal.desc=Membuat Portal Menuju Nether +achievement.potion=Pembuatan Ramuan +achievement.potion.desc=Buat satu ramuan +achievement.requires=Memerlukan '%1$s' +achievement.snipeSkeleton=Duel Sniper +achievement.snipeSkeleton.desc=Membunuh Skeleton Lebih Dari 50 Meter +achievement.spawnWither=Awal? +achievement.spawnWither.desc=Spawn Wither +achievement.taken=Diambil! +achievement.theEnd=Akhir? +achievement.theEnd.desc=Ke Tempat Akhir +achievement.theEnd2=The End. +achievement.theEnd2.desc=Bunuh Ender Dragon +addServer.add=Selesai +addServer.enterIp=Alamat Server +addServer.enterName=Nama server +addServer.hideAddress=Sembunyikan Alamat +addServer.resourcePack=Paket sumber daya server +addServer.resourcePack.disabled=Tidak aktif +addServer.resourcePack.enabled=Aktif +addServer.resourcePack.prompt=Saran +addServer.title=Ubah Info Server +advMode.allPlayers=gunakan "@a" untuk menarget semua pemain +advMode.command=Perintah Konsol +advMode.nearestPlayer=Gunakan "@p" untuk menarget pemain terdekat +advMode.notAllowed=Harus menjadi Op di Mode Kreatif +advMode.notEnabled=Blok Perintah tidak diaktifkan pada server ini +advMode.previousOutput=Output sebelumnya +advMode.randomPlayer=Gunakan "@r" untuk menarget pemain secara acak +advMode.setCommand=Atur Perintah Konsol untuk Blok +advMode.setCommand.success=Perintah diatur: %s +attribute.name.generic.attackDamage=Kekuatan Serangan +attribute.name.generic.followRange=Jarak mob mengikuti +attribute.name.generic.knockbackResistance=Tahan kekutan +attribute.name.generic.maxHealth=Nyawa maksimal +attribute.name.generic.movementSpeed=Kecepatan +attribute.name.horse.jumpStrength=Kekuatan kuda melompat +attribute.name.zombie.spawnReinforcements=Bantuan Zombie +book.byAuthor=oleh %1$s +book.editTitle=Masukkan judul buku: +book.finalizeButton=Terbitkan Dan Tutup +book.finalizeWarning=Perhatian! Ketika Anda menandatangani bukunya, buku tsb tidak bisa di ubah lagi. +book.generation.0=Asli +book.generation.1=Salinan +book.generation.2=Salinan dari salinan +book.generation.3=Compang-Camping +book.pageIndicator=Halaman %1$s dari %2$s +book.signButton=Papan Tanda +build.tooHigh=Batas tinggi untuk bangunan adalah %s blok +chat.cannotSend=Tidak bisa mengirim pesan obrolan +chat.copy=Salin ke Papan Teks +chat.link.confirm=Apakah anda yakin anda ingin membuka situs berikut? +chat.link.confirmTrusted=Apakah anda Ingin membuka link atau menyalinnya ke clipboard? +chat.link.open=Buka dengan Browser +chat.link.warning=Jangan pernah membuka link dari orang yang kamu tidak percayai! +chat.stream.emote=(%s) * %s %s +chat.stream.text=(%s) <%s> %s +chat.type.achievement=%s baru saja mencapai prestasi %s +chat.type.achievement.taken=%s telah kehilangan pencapaian %s +chat.type.admin=[%s: %s] +chat.type.announcement=[%s] %s +chat.type.emote=* %s %s +chat.type.text=<%s> %s +commands.achievement.alreadyHave=Pemain %s telah mempunyai pencapaian %s +commands.achievement.give.success.all=Berhasil memberikan semua prestasi kepada %s +commands.achievement.give.success.one=Berhasil memberikan %s status '%s' +commands.achievement.statTooLow=Pemain %s tidak punya status %s +commands.achievement.unknownAchievement=Achievement %s tidak ditemukan. +commands.ban.failed=Tidak bisa melarang pemain %s +commands.ban.success=Memblokir %s +commands.ban.usage=/ban [lantaran...] +commands.banip.invalid=Kamu telah memasukkan alamat IP yang salah atau pemain itu sedang tidak online +commands.banip.success=Banned alamat IP %s +commands.banip.success.players=alamat IP yang di tolak %s milik %s +commands.banip.usage=/ban-ip [alasan...] +commands.banlist.ips=Terdapat %s alamat IP yang diblokir: +commands.banlist.players=Terdapat %s pemain yang diblokir: +commands.banlist.usage=/banlist [ips|pemain] +commands.blockdata.notValid=Blok yang ditargetkan bukanlah blok yang dapat memegang data +commands.blockdata.outOfWorld=Tidak dapat mengubah blok diluar dunia +commands.blockdata.success=Data blok diperbarui menjadi: %s +commands.blockdata.usage=/blockdata +commands.chunkinfo.compiled=Potongan dikompilasi. +commands.chunkinfo.empty=Potongan kosong. +commands.chunkinfo.location=Lokasi potongan: (%s, %s, %s) +commands.chunkinfo.noChunk=Tidak ada potongan ditemukan pada lokasi potongan: %s, %s, %s +commands.chunkinfo.notCompiled=Potongan tidak dikompilasi. +commands.chunkinfo.notEmpty=Potongan tidak kosong. +commands.chunkinfo.usage=/chunkinfo [ ] +commands.clear.failure=Tidak bisa menghapus inventori dari %s, tidak ada barang untuk dihapus +commands.clear.success=Membersihkan invertaris dari %s, menghapus %s item +commands.clear.usage=/clear [player] [item] [data] [maxCount] [dataTag] +commands.clone.failed=Tidak ada blok yang diklon +commands.clone.noOverlap=Sumber dan tujuan tidak boleh tumpang tindih +commands.clone.outOfWorld=Tidak dapat mengakses blok di luar dunia +commands.clone.success=%s blok dikloning +commands.clone.tooManyBlocks=Terlalu banyak blok pada area yang dispesifikasikan (%s > %s) +commands.clone.usage=/clone [mode] +commands.compare.failed=Sumber dan tujuan tidak identik +commands.compare.outOfWorld=Tidak dapat mengakses blok di luar dunia +commands.compare.success=%s blok dibandingkan +commands.compare.tooManyBlocks=Terlalu banyak blok pada area yang dispesifikasikan (%s > %s) +commands.compare.usage=/testforblocks [mode] +commands.debug.notStarted=Tidak bisa berhenti profil ketika kami belum mulai! +commands.debug.start=Memulai debug profil +commands.debug.stop=profil debug berhenti setelah %s detik (%s ticks) +commands.defaultgamemode.success=Mode permainan bawaan dunia ini sekarang adalah %s +commands.defaultgamemode.usage=/defaultgamemode +commands.deop.failed=Tidak bisa de-op %s +commands.deop.success=De-opped %s +commands.deop.usage=/deop +commands.difficulty.success=Mengatur kesulitan permainan ke %s +commands.difficulty.usage=/difficulty +commands.downfall.success=Matikan Hujan +commands.effect.failure.notActive=Tidah bisa mengambil %1$s dari %2$s karena mereka tidak mempunyai efek +commands.effect.failure.notActive.all=Tidak dapat mengambil efek dari %s karena mereka tidak punya +commands.effect.notFound=Tidak ada efek mob dengan ID %s +commands.effect.success=Diberikan %1$s (ID %2$s) * %3$sm ke %4$s untuk %5$s detik +commands.effect.success.removed=Perlu %1$s dari %2$s +commands.effect.success.removed.all=Mengambil semua efek dari %s +commands.effect.usage=/effect [seconds] [amplifier] [hideParticles] +commands.enchant.cantCombine=%1$s tidak dapat dikombinasikan dengan %2$s +commands.enchant.cantEnchant=Tingkatan yang dipilih tidak bisa di tambahkan ke benda sasaran +commands.enchant.noItem=Target tidak memegang sebuah benda +commands.enchant.notFound=Tidak ada tingkatan dengan ID %s +commands.enchant.success=Berhasil Meningkatkan +commands.enchant.usage=/enchant [level] +commands.entitydata.noPlayers=%s adalah seorang pemain dan tidak dapat diubah +commands.entitydata.usage=/entitydata +commands.execute.allInvocationsFailed=Semua invokasi gagal: '%s' +commands.execute.failed=Gagal mengeksekusi '%s' sebagai %s +commands.execute.usage=/execute OR /execute detect +commands.fill.failed=Tidak ada blok yang terisi +commands.fill.outOfWorld=Tidak dapat menempatkan blok diluar dunia +commands.fill.success=%s blok terisi +commands.fill.tooManyBlocks=Terlalu banyak blok pada area yang dispesifikasikan (%s > %s) +commands.fill.usage=/fill [dataValue] [oldBlockHandling] [dataTag] +commands.gamemode.success.other=Atur %s's mode permainan untuk %s +commands.gamemode.success.self=Atur mode game sendiri ke %s +commands.gamemode.usage=/gamemode [pemain] +commands.gamerule.norule=Tidak ada aturan permain '%s' tersedia +commands.gamerule.success=Aturan permainan telah di perbarui +commands.generic.boolean.invalid='%s' tidak benar ataupun salah +commands.generic.double.tooBig=Nomor yang Anda masukkan (%s) terlalu besar, paling tidak harus %s +commands.generic.double.tooSmall=Nomor yang Anda masukkan(%s) terlalu kecil, setidaknya harus %s +commands.generic.entity.invalidType=Tipe entitas '%s' salah +commands.generic.entity.invalidUuid=UUID entitas tidak benar +commands.generic.entity.notFound=Entitas tersebut tidak dapat ditemukan +commands.generic.exception=Terjadi kelasalahan yang tidak ketahui ketika mencoba menjalankan perintah ini +commands.generic.notFound=Perintah tidak dikenal. Coba ketik /help untuk daftar perintah +commands.generic.num.invalid='%s' Bukan nomor yang benar +commands.generic.num.tooBig=Nomor yang anda masuki (%s) Terlalu besar, Setidaknya harus seperti %s +commands.generic.num.tooSmall=Nomor yang anda telah masukan (%s) Terlalu kecil, Itu setidaknya harus %s +commands.generic.parameter.invalid=%s merupakan parameter yang salah +commands.generic.permission=Anda tidak memiliki izin untuk melakukan perintah ini +commands.generic.player.notFound=Pemain itu tidak ditemukan +commands.generic.syntax=Perintah salah +commands.generic.usage=Penggunaan: %s +commands.give.notFound=Tidak ada item dengan id %s +commands.give.success=Diberikan %s * %s ke %s +commands.give.tagError=Parsing data tag gagal: %s +commands.give.usage=/give [jumlah] [data] [tagData] +commands.help.footer=Tip : Gunakaan tombol saat mengetik perintah untuk auto-complete perintah atau argumen +commands.help.header=-Tampilkan halaman bantuan %s dari %s (/bantuan )- +commands.help.usage=/help [halaman|nama perintah] +commands.kick.success=mengeluarkan %s dari permainan +commands.kick.success.reason=Mengeluarkan %s dari permainan: %s +commands.kick.usage=/kick [alasan...] +commands.kill.successful=%s dibunuh +commands.kill.usage=/kill [player|entity] +commands.me.usage=/me +commands.message.display.incoming=%s berbisik kepada anda: %s +commands.message.display.outgoing=Anda berbisik kepada %s: %s +commands.message.sameTarget=Ada tidak bisa mengirim pesan pribadi kepada diri sendiri! +commands.message.usage=/tell +commands.op.failed=Tidak bisa op %s +commands.op.success=Opped %s +commands.op.usage=/op +commands.particle.notFound=Nama efek tidak diketahui (%s) +commands.particle.success=Memainkan efek %s untuk %s kali +commands.particle.usage=/particle [count] [mode] +commands.players.list=Terdapat %s/%s pemain yang terkoneksi: +commands.playsound.playerTooFar=Pemain %s terlalu jauh untuk mendengar suara +commands.playsound.success=Memainkan suara '%s' ke %s +commands.playsound.usage=/playsound [x] [y] [z] [volume] [pola titinada] [volume minimal] +commands.publish.failed=Tidak dapat membuat permainan lokal +commands.publish.started=Permainan lokal telah di-host pada port %s +commands.replaceitem.block.usage=/replaceitem block [amount] [data] [dataTag] +commands.replaceitem.entity.usage=/replaceitem entity [amount] [data] [dataTag] +commands.replaceitem.failed=Tidak dapat mengganti slot %s dengan %s * %s +commands.replaceitem.noContainer=Blok pada %s, %s, %s bukanlah sebuah wadah +commands.replaceitem.success=Slot %s tergantikan dengan %s * %s +commands.replaceitem.usage=/replaceitem ... +commands.save-off.alreadyOff=Penyimpanan sudah dimatikan. +commands.save-on.alreadyOn=Penyimpanan sudah dinyalakan. +commands.save.disabled=Matikan dunia saving-automatis +commands.save.enabled=Nyalahkan dunia saving-automatis +commands.save.failed=Gagal menyimpan: %s +commands.save.start=Menyimpan... +commands.save.success=Menyimpan dunia +commands.say.usage=/say +commands.scoreboard.allMatchesFailed=Semua pertandingan gagal +commands.scoreboard.noMultiWildcard=Hanya satu pengguna wildcard yang diperbolehkan +commands.scoreboard.objectiveNotFound=Tidak ditemukan misi dengan nama '%s' +commands.scoreboard.objectiveReadOnly=Misi '%s' hanya boleh dibaca dan tidak dapat di atur +commands.scoreboard.objectives.add.alreadyExists=Tujuan dengan nama '%s' sudah ada +commands.scoreboard.objectives.add.displayTooLong=Nama '%s' terlalu panjang untuk sebuah tujuan, maksimal %s karakter +commands.scoreboard.objectives.add.success=Objektif '%s' berhasil ditambahkan +commands.scoreboard.objectives.add.tooLong=Nama '%s' terlalu panjang untuk sebuah tujuan, maksimal %s karakter +commands.scoreboard.objectives.add.usage=/scoreboard objectives add [tampilan nama ...] +commands.scoreboard.objectives.add.wrongType=Kriteria objektif salah tipe '%s' +commands.scoreboard.objectives.list.count=Menunjukkan %s objektif di papan nilai: +commands.scoreboard.objectives.list.empty=Tidak ada objektif di papan skor +commands.scoreboard.objectives.list.entry=- %s: ditampilkan sebagai '%s' dan tipe '%s' +commands.scoreboard.objectives.remove.success=Objectif '%s' berhasil dihapus +commands.scoreboard.objectives.remove.usage=/scoreboard objectives remove +commands.scoreboard.objectives.setdisplay.invalidSlot=Tidak ada tampilan slot '%s' +commands.scoreboard.objectives.setdisplay.successCleared=Membersihkan tampilan slot misi '%s' +commands.scoreboard.objectives.setdisplay.successSet=Mengatur tujuan tampilan dalam slot '%s' ke '%s' +commands.scoreboard.objectives.setdisplay.usage=/scoreboard objectives setdisplay [misi] +commands.scoreboard.objectives.usage=/scoreboard objectives ... +commands.scoreboard.players.add.usage=/scoreboard players add [dataTag] +commands.scoreboard.players.enable.usage=/scoreboard players enable +commands.scoreboard.players.list.count=Menampilkan %s pemain terlacak di papan nilai: +commands.scoreboard.players.list.empty=Tidak ada pemain yang dilacak di papan skor +commands.scoreboard.players.list.player.count=Menampilkan %s objektif terlacak untuk %s: +commands.scoreboard.players.list.player.empty=Pemain %s tidak punya skor terekam +commands.scoreboard.players.list.usage=/scoreboard players list [nama] +commands.scoreboard.players.operation.invalidOperation=Operasi tidak valid %s +commands.scoreboard.players.operation.notFound=Tidak ada skor %s untuk %s ditemukan +commands.scoreboard.players.operation.success=Operasi berhasil diterapkan +commands.scoreboard.players.operation.usage=/scoreboard players operation +commands.scoreboard.players.remove.usage=/scoreboard players remove [dataTag] +commands.scoreboard.players.reset.success=Reset semua skor player %s +commands.scoreboard.players.reset.usage=/scoreboard players reset [objective] +commands.scoreboard.players.resetscore.success=Menyetel ulang skor %s dari pemain %s +commands.scoreboard.players.set.success=Mengatur nilai %s untuk pemain %s sampai %s +commands.scoreboard.players.set.tagError=Tidak dapat menguraikan dataTag, alasannya: %s +commands.scoreboard.players.set.tagMismatch=dataTag tidak cocok dengan %s +commands.scoreboard.players.set.usage=/scoreboard players set [dataTag] +commands.scoreboard.players.test.failed=Skor %s TIDAK dalam jangkauan %s hingga %s +commands.scoreboard.players.test.notFound=Tidak ada skor %s untuk %s ditemukan +commands.scoreboard.players.test.success=Skor %s dalam jangkauan %s hingga %s +commands.scoreboard.players.test.usage=/scoreboard players test +commands.scoreboard.players.usage=/scoreboard players ... +commands.scoreboard.teamNotFound=Tidak ada tim ditemukan dengan nama '%s' +commands.scoreboard.teams.add.alreadyExists=Tim dengan nama '%s' udah ada +commands.scoreboard.teams.add.displayTooLong=Nama '%s' terlalu panjang untuk tim, maksimal %s karakter +commands.scoreboard.teams.add.success=Berhasil menambahkan tim '%s' +commands.scoreboard.teams.add.tooLong=Nama '%s' terlalu panjang untuk tim, maksimal %s karakter +commands.scoreboard.teams.add.usage=/scoreboard teams add [tampilan nama ...] +commands.scoreboard.teams.empty.alreadyEmpty=Tim %s sudah kosong, tidak bisa menghapus pemain yang tidak ada +commands.scoreboard.teams.empty.success=menghapus semua %s pemain dari tim %s +commands.scoreboard.teams.empty.usage=/scoreboard teams empty +commands.scoreboard.teams.join.failure=Tidak dapat menambahkan %s pemain untuk tim %s: %s +commands.scoreboard.teams.join.success=Ditambahkan %s player(s) untuk tim %s: %s +commands.scoreboard.teams.join.usage=/scoreboard teams join [pemain] +commands.scoreboard.teams.leave.failure=Tidak bisa menghapus %s pemain dari tim: %s +commands.scoreboard.teams.leave.noTeam=Kamu tidak berada dalam tim +commands.scoreboard.teams.leave.success=Dihapus %s player(s) dari tim: %s +commands.scoreboard.teams.leave.usage=/scoreboard teams leave [player] +commands.scoreboard.teams.list.count=Menunjukkan %s tim pada papan nilai: +commands.scoreboard.teams.list.empty=Tidak ada tim terdaftar di papan skor +commands.scoreboard.teams.list.entry=-%1$s: 's$%2' mempunyai %3$s pemain +commands.scoreboard.teams.list.player.count=Menampilkan %s pemain dalam tim %s: +commands.scoreboard.teams.list.player.empty=Tim %s tidak mempunyai pemain +commands.scoreboard.teams.list.usage=/scoreboard teams list [nama] +commands.scoreboard.teams.option.noValue=Nilai yang valid untuk pilihan %s adalah: %s +commands.scoreboard.teams.option.success=Menyetel opsi %s untuk tim %s sampai %s +commands.scoreboard.teams.option.usage=/scoreboard teams option +commands.scoreboard.teams.remove.success=Tim %s dihapus +commands.scoreboard.teams.remove.usage=/scoreboard teams remove +commands.scoreboard.teams.usage=/scoreboard teams ... +commands.scoreboard.usage=/scoreboard ... +commands.seed.success=Seed: %s +commands.setblock.failed=Tidak dapat menempatkan blok +commands.setblock.noChange=Blok tidak dapat ditempatkan +commands.setblock.notFound=Tidak ada blok dengan ID/nama %s +commands.setblock.outOfWorld=Tidak dapat menempatkan blok diluar dunia +commands.setblock.success=Blok telah ditempatkan +commands.setblock.tagError=Penguraian label data gagal %s +commands.setblock.usage=/setblock [nilaiData] [penangananBlokLama] [labelData] +commands.setidletimeout.success=Berhasil mengatur idle timeout %s menit. +commands.setidletimeout.usage=/setidletimeout < menit sampai kick> +commands.setworldspawn.success=Mengatur spawn dunia di titik (%s, %s, %s) +commands.spawnpoint.success=Menyetel titik spawn %s ke (%s, %s, %s) +commands.spreadplayers.failure.players=Tidak dapat menyebar %s pemain keliling %s, %s (terlalu banyak pemain untuk ruang - coba menggunakan sebaran dari paling banyak %s) +commands.spreadplayers.failure.teams=Tidak dapat menyebar %s tim keliling %s, %s (terlalu banyak pemain untuk ruang - coba menggunakan sebaran dari paling banyak %s) +commands.spreadplayers.info.players=(Jarak rata-rata antara pemain adalah %s blok jauh setelah %s perulangan) +commands.spreadplayers.info.teams=(Jarak rata-rata antara tim adalah %s blok jauh setelah %s perulangan) +commands.spreadplayers.spreading.players=Menyebarkan %s pemain %s blok sekitar %s,%s (min %s block jauh) +commands.spreadplayers.spreading.teams=Menyebarkan %s tim %s blok sekitar %s,%s (min %s blok jauh) +commands.spreadplayers.success.players=Berhasil menyebarkan %s pemain sekitar %s,%s +commands.spreadplayers.success.teams=Berhasil menyebarkan %s tim keliling %s,%s +commands.spreadplayers.usage=/spreadplayers +commands.stats.block.clear.usage=/stats block clear +commands.stats.block.set.usage=/stats block set +commands.stats.block.usage=/stats block ... +commands.stats.cleared=%s statistik dibersihkan +commands.stats.entity.clear.usage=/stats entity clear +commands.stats.entity.set.usage=/stats entity set +commands.stats.entity.usage=/stats entity +commands.stats.failed=Parameter tidak valid +commands.stats.noCompatibleBlock=Blok pada %s, %s, %s tidak dapat melacak statistik +commands.stats.success=Menyimpan %s statistik di %s pada %s +commands.stats.usage=/stats ... +commands.stop.start=Memberhentikan server +commands.summon.failed=Tidak dapat memanggil objek +commands.summon.outOfWorld=Tidak dapat memanggil objek diluar dunia +commands.summon.success=Objek berhasil dipanggil +commands.summon.tagError=Parsing data tag gagal: %s +commands.summon.usage=/summon [x] [y] [z] [tagData] +commands.tellraw.jsonException=Json tidak valid: %s +commands.tellraw.usage=/tellraw < pesan json > +commands.testforblock.failed.data=Blok di %s, %s, %s memiliki nilai data nilai %s (diharapkan: %s). +commands.testforblock.failed.nbt=Blok di %s, %s, %s tidak memiliki tombol NBT yang diperlukan. +commands.testforblock.failed.tile=Blok di %s %s, %s adalah %s (diharapkan: %s). +commands.testforblock.failed.tileEntity=Blok di %s %s, %s bukanlah sebuah entitas tile dan tidak dapat mendukung tag pencocokan. +commands.testforblock.outOfWorld=Tidak dapat menguji blok di luar dunia +commands.testforblock.success=Berhasil menemukan blok di %s %s, %s. +commands.testforblock.usage=/testforblock [dataValue] [dataTag] +commands.time.added=Tambahkan %s ke waktu +commands.time.query=Waktu adalah %s +commands.time.set=Atur waktu ke %s +commands.time.usage=/time +commands.title.usage=/title ... +commands.title.usage.clear=/title clear|reset +commands.title.usage.times=/title times +commands.title.usage.title=/title title|subtitle +commands.tp.notSameDimension=Tidak dapat teleport karena pemain tidak di dimensi yang sama +commands.tp.success=teleport %s ke %s +commands.tp.success.coordinates=Diteleport %s ke %s,%s,%s +commands.tp.usage=/tp [target player] OR /tp [target player] [ ] +commands.trigger.invalidPlayer=Hanya pemain yang dapat menggunakan perintah /trigger +commands.trigger.usage=/trigger +commands.unban.failed=Tidak bisa mengizinkan pemain %s +commands.unban.success=Unbanned player %s +commands.unban.usage=/maafkan +commands.unbanip.invalid=Kamu telah memasukkan alamat IP yang salah +commands.unbanip.success=Unbanned alamat IP %s +commands.unbanip.usage=/pardon-ip
+commands.weather.clear=Mengubah cuaca menjadi cerah +commands.weather.rain=Mengubah cuaca menjadi hujan +commands.weather.thunder=Merubah ke cuaca hujan dan petir +commands.weather.usage=/weather [durasi dalam detik] +commands.whitelist.add.failed=Tidak bisa menambah %s ke whitelist +commands.whitelist.add.success=Menambahkan %s dalam daftar whitelist +commands.whitelist.add.usage=/whitelist add +commands.whitelist.disabled=Menon-aktifkan sistem whitelist +commands.whitelist.enabled=Mengaktifkan sistem whitelist +commands.whitelist.list=Disana ada %s (dari %s terlihat) whitelisted pemain: +commands.whitelist.reloaded=memuat ulang whitelist +commands.whitelist.remove.failed=Tidak bisa menghapus %s dari whitelist +commands.whitelist.remove.success=Menghapus %s dari daftar whitelist +commands.whitelist.remove.usage=/whitelist remove +commands.whitelist.usage=/whitelist +commands.worldborder.center.success=Mengatur batas dunia ke %s, %s +commands.worldborder.damage.amount.usage=/worldborder damage amount +commands.worldborder.damage.buffer.usage=/worldborder damage buffer +commands.worldborder.damage.usage=/worldborder damage +commands.worldborder.warning.distance.usage=/worldborder warning distance +commands.worldborder.warning.time.usage=/worldborder warning time +commands.worldborder.warning.usage=/worldborder warning +commands.xp.failure.widthdrawXp=Tidak bisa memberikan pemain poin experience negatif +commands.xp.success=%s Diberikan exp untuk %s +commands.xp.success.levels=Memberi %s level ke %s +commands.xp.success.negative.levels=Mengambil %s level dari %s +commands.xp.usage=/xp [pemain] atau /xp L [pemain] +connect.authorizing=Masuk... +connect.connecting=Menghubungkan ke server... +connect.failed=Gagal menyambung ke server +container.beacon=Suar +container.brewing=Tempat Alkimia +container.chest=Peti +container.chestDouble=Peti Besar +container.crafting=Kerajinan +container.creative=Pemilihan Barang +container.dispenser=Mesin pelempar +container.dropper=Alat mengeluarkan barang +container.enchant=Meningkatkan +container.enchant.clue=%s . . . ? +container.enchant.lapis.many=%s Lapis Lazuli +container.enchant.lapis.one=1 Lapis Lazuli +container.enchant.level.many=Tempahan tingkat %s +container.enchant.level.one=Tempahan tingkat 1 +container.enderchest=Peti Ender +container.furnace=Tungku Pembakaran +container.hopper=Corong + +container.inventory=Inventaris +container.isLocked=%s terkunci! +container.minecart=Kereta Tambang +container.repair=Perbaiki & Namai +container.repair.cost=Biaya Peningkatan: %1$s +container.repair.expensive=Terlalu Mahal! +controls.reset=Ulang +controls.resetAll=Ulang semua +controls.title=Kontrol +createWorld.customize.custom.baseSize=Depth Base Size +createWorld.customize.custom.biomeDepthOffset=Biome Depth Offset +createWorld.customize.custom.biomeDepthWeight=Biome Depth Weight +createWorld.customize.custom.biomeScaleOffset=Biome Scale Offset +createWorld.customize.custom.biomeScaleWeight=Biome Scale Weight +createWorld.customize.custom.biomeSize=Besar Bioma +createWorld.customize.custom.center=Pusat tinggi +createWorld.customize.custom.confirm1=Ini akan Menimpa yang anda gunakan sekarang +createWorld.customize.custom.confirm2=pengaturan tidak bisa dibatalkan. +createWorld.customize.custom.confirmTitle=Peringatan! +createWorld.customize.custom.coordinateScale=Koordinat Skala +createWorld.customize.custom.count=Mencoba Spawn +createWorld.customize.custom.defaults=Bawaan +createWorld.customize.custom.depthNoiseScaleExponent=Depth Noise Exponent +createWorld.customize.custom.depthNoiseScaleX=Depth Noise Scale X +createWorld.customize.custom.depthNoiseScaleZ=Depth Noise Scale Z +createWorld.customize.custom.dungeonChance=Dungeon Count +createWorld.customize.custom.fixedBiome=Bioma +createWorld.customize.custom.heightScale=Tinggi Skala +createWorld.customize.custom.lavaLakeChance=Danau Lava kelangkaan +createWorld.customize.custom.lowerLimitScale=Lower Limit Scale +createWorld.customize.custom.mainNoiseScaleX=Main Noise Scale X +createWorld.customize.custom.mainNoiseScaleY=Main Noise Scale X +createWorld.customize.custom.mainNoiseScaleZ=Main Noise Scale Z +createWorld.customize.custom.maxHeight=Max. Tinggi +createWorld.customize.custom.minHeight=Tinggi Minimum +createWorld.customize.custom.next=Halaman Berikutnya +createWorld.customize.custom.page0=Pengaturan Dasar +createWorld.customize.custom.page1=Pengaturan Bijih Tambang +createWorld.customize.custom.page2=Pengaturan Lanjut (Pengguna Ahli Saja!) +createWorld.customize.custom.page3=Pengaturan Lanjut Tambahan (Pengguna Ahli Saja!) +createWorld.customize.custom.preset.caveChaos=Gua Gua Susah +createWorld.customize.custom.preset.caveDelight=Caver's Delight +createWorld.customize.custom.preset.drought=Kekeringan +createWorld.customize.custom.preset.goodLuck=Semoga Sukses +createWorld.customize.custom.preset.isleLand=Pulau Melayang +createWorld.customize.custom.preset.mountains=Mountain Madness +createWorld.customize.custom.preset.waterWorld=Dunia Air +createWorld.customize.custom.presets=Preset +createWorld.customize.custom.presets.title=Menyesuaikan dunia preset +createWorld.customize.custom.prev=Halaman Sebelumnya +createWorld.customize.custom.randomize=Acak +createWorld.customize.custom.riverSize=Ukuran Sungai +createWorld.customize.custom.seaLevel=Permukaan laut +createWorld.customize.custom.size=Besar Spawn +createWorld.customize.custom.spread=Spread Height +createWorld.customize.custom.stretchY=Height Stretch +createWorld.customize.custom.upperLimitScale=Upper Limit Scale +createWorld.customize.custom.useCaves=Gua +createWorld.customize.custom.useDungeons=Dungeons +createWorld.customize.custom.useLavaLakes=Danau Lava +createWorld.customize.custom.useLavaOceans=Lautan Lava +createWorld.customize.custom.useMineShafts=Mineshafts +createWorld.customize.custom.useMonuments=Candi Laut +createWorld.customize.custom.useRavines=Jurang +createWorld.customize.custom.useStrongholds=Strongholds +createWorld.customize.custom.useTemples=Candi +createWorld.customize.custom.useVillages=Desa +createWorld.customize.custom.useWaterLakes=Danau +createWorld.customize.custom.waterLakeChance=Kelangkaan Danau +createWorld.customize.flat.addLayer=Tambahkan Lapisan +createWorld.customize.flat.editLayer=Ubah Lapisan +createWorld.customize.flat.height=Tinggi +createWorld.customize.flat.layer=%s +createWorld.customize.flat.layer.bottom=Bawah - %s +createWorld.customize.flat.layer.top=Atas - %s +createWorld.customize.flat.removeLayer=Hapus Lapisan +createWorld.customize.flat.tile=Lapisan Material +createWorld.customize.flat.title=Kustomisasi Dunia Rata +createWorld.customize.presets=Preset +createWorld.customize.presets.list=Atau, inilah beberapa yang kita buat sebelumnya! +createWorld.customize.presets.select=Gunakan Preset +createWorld.customize.presets.share=Ingin berbagi pengaturanmu dengan orang lain? Gunakan kotak di bawah! +createWorld.customize.presets.title=Pilih Preset +death.attack.anvil=%1$s tertiban paron +death.attack.arrow=%1$s dipanah oleh %2$s +death.attack.arrow.item=%1$s dipanah oleh %2$s menggunakan %3$s +death.attack.cactus=%1$s tertusuk hingga mati +death.attack.cactus.player=%1$s berjalan ke kaktus saat kabur dari %2$s +death.attack.drown=%1$s tenggelam +death.attack.drown.player=%1$s tenggelam saat mencoba kabur dari %2$s +death.attack.explosion=%1$s meledak + +death.attack.explosion.player=%1$s diledakkan oleh %2$s +death.attack.fall=%1$s jatuh terlalu keras +death.attack.fallingBlock=%1$s tergencet blok yang jatuh +death.attack.fireball=%1$s ditembak bola api oleh %2$s +death.attack.fireball.item=%1$s ditembak bola api oleh %2$s menggunakan %3$s +death.attack.generic=%1$s tewas +death.attack.inFire=%1$s tewas hangus terbakar +death.attack.inFire.player=%1$s berjalan ke api saat melawan %2$s +death.attack.inWall=%1$s terjepit di dinding +death.attack.indirectMagic=%1$s dibunuh oleh %2$s menggunakan sihir +death.attack.indirectMagic.item=%1$s dibunuh oleh %2$s menggunakan %3$s +death.attack.lava=%1$s mencoba berenang di lava +death.attack.lava.player=%1$s mencoba untuk berenang di lava untuk kabur dari %2$s +death.attack.lightningBolt=%1$s disambar Petir +death.attack.magic=%1$s dibunuh oleh sihir +death.attack.mob=%1$s dibunuh oleh %2$s +death.attack.onFire=%1$s terbakar sampai mati +death.attack.onFire.player=%1$s terbakar menjadi abu saat bertarung dengan %2$s +death.attack.outOfWorld=%1$s jatuh dari dunia +death.attack.player=%1$s dibunuh oleh %2$s +death.attack.player.item=%1$s dibunuh oleh %2$s menggunakan %3$s +death.attack.starve=%1$s mati kelaparan +death.attack.thorns=%1$s dibunuh saat menyakiti %2$s +death.attack.thrown=%1$s dihajar oleh %2$s +death.attack.thrown.item=%1$s dihajar oleh %2$s dengan %3$s +death.attack.wither=%1$s rubuh +death.fell.accident.generic=%1$s jatuh dari tempat tinggi +death.fell.accident.ladder=%1$s jatuh dari tangga +death.fell.accident.vines=%1$s jatuh dari tanaman rambat +death.fell.accident.water=%%i$s jatuh dari air +death.fell.assist=%1$s tewas terdorong oleh %2$s +death.fell.assist.item=%1$s tewas terdorong oleh %2$s menggunakan %3$s +death.fell.finish=%1$s jatuh terlalu jauh dan dihabisi oleh %2$s +death.fell.finish.item=%1$s jatuh terlalu jauh dan dihabisi oleh %2$s menggunakan %3$s +death.fell.killer=%1$s tewas terjatuh +deathScreen.deleteWorld=Menghapus dunia +deathScreen.hardcoreInfo=Kamu tidak dapat respawn dalam mode Hardcore! +deathScreen.leaveServer=Tinggalkan server +deathScreen.quit.confirm=Yakin ingin Keluar? +deathScreen.respawn=Respawn +deathScreen.score=Skor +deathScreen.title=Kamu mati! +deathScreen.title.hardcore=Game over! +deathScreen.titleScreen=Judul layar +demo.day.1=Demo ini hanya akan berakhir selama lima hari, lakukan yg terbaik! +demo.day.2=Hari Kedua +demo.day.3=Hari Ketiga +demo.day.4=Hari Keempat +demo.day.5=Ini adalah hari terakhirmu! +demo.day.6=Kamu sudah melewati hari kelima mu, gunakan F2 untuk menyimpan screenshot dari kreasi mu +demo.day.warning=Waktumu hampir habis! +demo.demoExpired=Waktu demo sudah habis! +demo.help.buy=Beli Sekarang! +demo.help.fullWrapped=Demo ini akan berlansung 5 hari di game (sekitar 1 jam dan 40 menit di waktu sungguhan). Cek achievements untuk pentunjuk! Selamat bersenang-senang! +demo.help.inventory=Gunakan %1$s untuk membuka Inventory mu +demo.help.jump=Lompat dengan menekan %1$s +demo.help.later=Lanjukan Permainan! +demo.help.movement=Gunakan %1$s, %2$s, %3$s, %4$s dan mouse untuk bergerak +demo.help.movementMouse=Gunakan mouse untuk melihat keadaan di sekitar +demo.help.movementShort=Bergerak dengan menekan %1$s, %2$s, %3$s, %4$s +demo.help.title=Minecraft Demo Mode +demo.remainingTime=Waktu tersisa: %s +demo.reminder=Demo sudah berakhir, Beli gamenya untuk melanjutkan atau buat Dunia baru! +difficulty.lock.question=Apakah Anda yakin Anda ingin mengunci kesulitan dunia ini? Ini akan mengatur dunia ini selalu menjadi %1$s, dan Anda tidak akan mampu mengubah itu lagi. +difficulty.lock.title=Kunci kesulitan dunia +disconnect.closed=Koneksi Tertutup +disconnect.disconnected=Diputus oleh Server +disconnect.endOfStream=Koneksi berakhir +disconnect.genericReason=%s +disconnect.kicked=Di Keluarkan dari Server +disconnect.loginFailed=Gagal Masuk +disconnect.loginFailedInfo=Gagal Masuk: %s +disconnect.loginFailedInfo.invalidSession=Sesi tidak valid (Cobalah untuk memulai kembali game Anda) +disconnect.loginFailedInfo.serversUnavailable=Otentikasi sedang dalam perbaikan. +disconnect.lost=Kehilangan koneksi +disconnect.overflow=Kelebihan Data +disconnect.quitting=Keluar +disconnect.spam=Dikeluarkan karena spam +disconnect.timeout=Waktu Habis +enchantment.arrowDamage=Kekuatan +enchantment.arrowFire=Api +enchantment.arrowInfinite=Tidak terbatas +enchantment.arrowKnockback=Pukul +enchantment.damage.all=Ketajaman +enchantment.damage.arthropods=Bane of Arthropods +enchantment.damage.undead=Smite +enchantment.digging=Efisiensi +enchantment.durability=Tak Hancur +enchantment.fire=Aspek Api +enchantment.fishingSpeed=Umpan +enchantment.knockback=Knockback +enchantment.level.1=I +enchantment.level.10=X +enchantment.level.2=II +enchantment.level.3=III +enchantment.level.4=IV +enchantment.level.5=V +enchantment.level.6=VI +enchantment.level.7=VII +enchantment.level.8=VIII +enchantment.level.9=IX +enchantment.lootBonus=Pengumpulan +enchantment.lootBonusDigger=Keberuntungan +enchantment.lootBonusFishing=Keberuntungan dari laut +enchantment.oxygen=Respirasi +enchantment.protect.all=Proteksi +enchantment.protect.explosion=Anti Pantulan +enchantment.protect.fall=Anti Jatuh +enchantment.protect.fire=Anti Api +enchantment.protect.projectile=Anti Tembakan +enchantment.thorns=Duri +enchantment.untouching=Sentuhan Sutera +enchantment.waterWalker=Pejalan Kedalaman +enchantment.waterWorker=Afinitas Aqua +entity.Arrow.name=Anak panah +entity.Bat.name=Kelelawar +entity.Blaze.name=Blaze +entity.Boat.name=Perahu +entity.Cat.name=Kucing +entity.CaveSpider.name=Laba-laba Goa +entity.Chicken.name=Ayam +entity.Cow.name=Sapi +entity.Creeper.name=Creeper +entity.EnderDragon.name=Ender Dragon +entity.Enderman.name=Enderman +entity.EntityHorse.name=Kuda +entity.FallingSand.name=Blok Jatuh +entity.Fireball.name=Bola api +entity.Ghast.name=Ghast +entity.Giant.name=Raksasa +entity.Item.name=Barang +entity.KillerBunny.name=Si Kelinci Pembunuh +entity.LavaSlime.name=Magma Cube +entity.Minecart.name=Kereta Tambang +entity.Mob.name=Makhluk Hidup +entity.Monster.name=Monster +entity.MushroomCow.name=Mooshroom +entity.Ozelot.name=Kucing Hutan + +entity.Painting.name=Lukisan +entity.Pig.name=Babi +entity.PigZombie.name=Zombie Pigman +entity.PrimedTnt.name=Blok TNT +entity.Rabbit.name=Kelinci +entity.Sheep.name=Domba +entity.Silverfish.name=Gegat +entity.Skeleton.name=Skeleton +entity.Slime.name=Slime +entity.SmallFireball.name=Bola api kecil +entity.SnowMan.name=Golem Salju +entity.Snowball.name=Bola Salju +entity.Spider.name=Laba-laba +entity.Squid.name=Cumi-cumi +entity.Villager.butcher=Tukang Jagal +entity.Villager.farmer=Petani +entity.Villager.fisherman=Nelayan +entity.Villager.librarian=Pustakawan +entity.Villager.name=Penduduk +entity.Villager.shepherd=Gembala +entity.VillagerGolem.name=Golem Besi +entity.Witch.name=Penyihir +entity.WitherBoss.name=Wither +entity.Wolf.name=Serigala +entity.XPOrb.name=Bola EXP +entity.Zombie.name=Zombie +entity.donkey.name=Keledai +entity.generic.name=tidak diketahui +entity.horse.name=Kuda +entity.mule.name=Bagal +entity.skeletonhorse.name=Kerangka Kuda +entity.zombiehorse.name=Kuda Zombie +gameMode.adventure=Modus Petualangan +gameMode.changed=Mode Permainan Anda Telah Diperbarui +gameMode.creative=Mode Kreatif +gameMode.hardcore=Mode Menantang! +gameMode.spectator=Mode Penonton +gameMode.survival=Mode Bertahan Hidup +generator.amplified=DIPERKUAT +generator.amplified.info=Pemberitahuan: Hanya untuk bersenang-senang, membutuhkan spesifikasi komputer yang tinggi +generator.customized=Disesuaikan +generator.debug_all_block_states=Debug Mode +generator.default=Default +generator.flat=Super Rata +generator.largeBiomes=Bioma besar +gui.achievements=Penghargaan +gui.all=Semua +gui.back=Kembali +gui.cancel=Batal +gui.done=Selesai +gui.down=Bawah +gui.no=Tidak +gui.none=Tidak ada +gui.stats=Statistik +gui.toMenu=Kembali ke Menu +gui.up=Atas +gui.yes=Ya +inventory.binSlot=Hancurkan Barang +item.apple.name=Apel +item.appleGold.name=Apel Emas +item.arrow.name=Anak Panah +item.banner.black.name=Spanduk Hitam +item.banner.blue.name=Spanduk Biru +item.banner.brown.name=Spanduk Cokelat +item.banner.cyan.name=Spanduk Sian +item.banner.gray.name=Spanduk Abu-abu +item.banner.green.name=Spanduk Hijau +item.banner.lightBlue.name=Spanduk Biru Muda +item.banner.lime.name=Spanduk Limau +item.banner.magenta.name=Spanduk Magenta +item.banner.orange.name=Spanduk Oranye +item.banner.pink.name=Spanduk Merah Muda +item.banner.purple.name=Spanduk Ungu +item.banner.red.name=Spanduk Merah +item.banner.white.name=Spanduk Putih +item.banner.yellow.name=Spanduk Kuning +item.bed.name=Kasur +item.beefCooked.name=Steak +item.beefRaw.name=Daging Sapi Mentah +item.blazePowder.name=Bubuk Blaze +item.blazeRod.name=Tangkai Blaze +item.boat.name=Perahu +item.bone.name=Tulang +item.book.name=Buku +item.bootsChain.name=Sepatu Rantai +item.bootsCloth.name=Sepatu Kulit +item.bootsDiamond.name=Sepatu Berlian +item.bootsGold.name=Sepatu Emas +item.bootsIron.name=Sepatu Besi +item.bow.name=Busur +item.bowl.name=Mangkok +item.bread.name=Roti +item.brewingStand.name=Alat Meramu +item.brick.name=Bata +item.bucket.name=Ember +item.bucketLava.name=Ember Lava +item.bucketWater.name=Ember Air +item.cake.name=Kue +item.canBreak=Dapat menghancurkan: +item.canPlace=Dapat ditempatkan pada: +item.carrotGolden.name=Wortel Emas +item.carrotOnAStick.name=Wortel di Tongkat +item.carrots.name=Wortel +item.cauldron.name=Kuali +item.charcoal.name=Arang +item.chestplateChain.name=Baju Rantai +item.chestplateCloth.name=Baju Kulit +item.chestplateDiamond.name=Baju Berlian +item.chestplateGold.name=Baju Emas +item.chestplateIron.name=Baju Besi +item.chickenCooked.name=Ayam Bakar +item.chickenRaw.name=Daging Ayam Mentah +item.clay.name=Tanah Liat +item.clock.name=Jam +item.coal.name=Batu Bara +item.comparator.name=Komparator Redstone +item.compass.name=Kompas +item.cookie.name=Biskuit +item.diamond.name=Berlian +item.diode.name=Pengulang Redstone +item.doorAcacia.name=Pintu Kayu Akasia +item.doorBirch.name=Pintu Kayu Pinus +item.doorDarkOak.name=Pintu Kayu Ek Gelap +item.doorIron.name=Pintu Besi +item.doorJungle.name=Pintu Kayu Hutan +item.doorOak.name=Pintu Kayu Ek +item.doorSpruce.name=Pintu Kayu Cemara +item.dyePowder.black.name=Kantung Tinta +item.dyePowder.blue.name=Lapis Lazuli +item.dyePowder.brown.name=Biji Kakao +item.dyePowder.cyan.name=Pewarna Biru Muda +item.dyePowder.gray.name=Pewarna Abu-Abu +item.dyePowder.green.name=Pewarna Hijau Kaktus +item.dyePowder.lightBlue.name=Pewarna Biru Muda +item.dyePowder.lime.name=Pewarna Hijau Limau +item.dyePowder.magenta.name=Pewarna Magenta +item.dyePowder.orange.name=Pewarna Jingga +item.dyePowder.pink.name=Pewarna Pink +item.dyePowder.purple.name=Pewarna Ungu +item.dyePowder.red.name=Pewarna Merah Mawar +item.dyePowder.silver.name=Pewarna Abu-Abu Muda +item.dyePowder.white.name=Pupuk +item.dyePowder.yellow.name=Pewarna Kuning Dandelion +item.dyed=Diwarnai +item.egg.name=Telur +item.emerald.name=Zamrud +item.emptyMap.name=Peta Kosong +item.emptyPotion.name=Botol air +item.enchantedBook.name=Buku Tingkatan +item.enderPearl.name=Permata Ender +item.expBottle.name=Bottle O' Enchanting +item.eyeOfEnder.name=Mata Ender +item.feather.name=Bulu +item.fermentedSpiderEye.name=Fermentasi mata laba-laba +item.fireball.name=Bola Api +item.fireworks.flight=Durasi Terbang: +item.fireworks.name=Roket Kembang Api +item.fireworksCharge.black=Hitam +item.fireworksCharge.blue=Biru +item.fireworksCharge.brown=Cokelat +item.fireworksCharge.customColor=Kustom +item.fireworksCharge.cyan=Sian +item.fireworksCharge.fadeTo=Memudar menjadi +item.fireworksCharge.flicker=Berkelap-Kelip +item.fireworksCharge.gray=Abu-abu +item.fireworksCharge.green=Hijau +item.fireworksCharge.lightBlue=Biru Muda +item.fireworksCharge.lime=Limau +item.fireworksCharge.magenta=Magenta +item.fireworksCharge.name=Bintang Kembang Api +item.fireworksCharge.orange=Jingga +item.fireworksCharge.pink=Merah Muda +item.fireworksCharge.purple=Ungu +item.fireworksCharge.red=Merah +item.fireworksCharge.silver=Abu-abu Muda +item.fireworksCharge.trail=Berjejak +item.fireworksCharge.type=Bentuk Tidak Dikenal +item.fireworksCharge.type.0=Bola Kecil +item.fireworksCharge.type.1=Bola Besar +item.fireworksCharge.type.2=Berbentuk Bintang +item.fireworksCharge.type.3=Berbentuk Creeper +item.fireworksCharge.type.4=Meledak +item.fireworksCharge.white=Putih +item.fireworksCharge.yellow=Kuning +item.fish.clownfish.raw.name=Ikan Badut +item.fish.cod.cooked.name=Ikan Matang +item.fish.cod.raw.name=Ikan Mentah +item.fish.pufferfish.raw.name=Ikan Buntal +item.fish.salmon.cooked.name=Salmon Matang +item.fish.salmon.raw.name=Salmon Mentah +item.fishingRod.name=Pancingan +item.flint.name=Batu Api +item.flintAndSteel.name=Pemantik +item.flowerPot.name=Pot Bunga +item.frame.name=Bingkai Benda +item.ghastTear.name=Air Mata Ghast +item.glassBottle.name=Botol kaca +item.goldNugget.name=Potongan Emas +item.hatchetDiamond.name=Kapak Berlian +item.hatchetGold.name=Kapak Emas +item.hatchetIron.name=Kapak Besi +item.hatchetStone.name=Kapak Batu +item.hatchetWood.name=Kapak Kayu +item.helmetChain.name=Helm Rantai +item.helmetCloth.name=Topi Kulit +item.helmetDiamond.name=Helm Berlian +item.helmetGold.name=Helm Emas +item.helmetIron.name=Helm Besi +item.hoeDiamond.name=Cangkul Berlian +item.hoeGold.name=Cangkul Emas +item.hoeIron.name=Cangkul Besi +item.hoeStone.name=Cangkul Batu +item.hoeWood.name=Cangkul Kayu +item.horsearmordiamond.name=Baju Berlian Kuda +item.horsearmorgold.name=Baju Emas Kuda +item.horsearmormetal.name=Baju Besi Kuda +item.ingotGold.name=Emas batangan +item.ingotIron.name=Besi Batangan +item.leash.name=Tali pengikat +item.leather.name=Kulit +item.leaves.name=Daun +item.leggingsChain.name=Celana Rantai +item.leggingsCloth.name=Celana Kulit +item.leggingsDiamond.name=Celana Berlian +item.leggingsGold.name=Celana Emas +item.leggingsIron.name=Celana Besi +item.magmaCream.name=Krim Magma +item.map.name=Peta +item.melon.name=Semangka +item.milk.name=Susu +item.minecart.name=Kereta tambang +item.minecartChest.name=Kereta Tambang dengan Peti +item.minecartCommandBlock.name=Kereta tambang dengan Blok Perintah +item.minecartFurnace.name=Kereta Tambang dengan Tungku +item.minecartHopper.name=Kereta Tambang Dengan alat Pengambil Barang +item.minecartTnt.name=Kereta Tambang dengan TNT +item.monsterPlacer.name=Munculkan +item.mushroomStew.name=Sup Jamur +item.muttonCooked.name=Daging Matang Kambing +item.muttonRaw.name=Daging Mentah Kambing +item.nameTag.name=Label Nama +item.netherStalkSeeds.name=Nether Wart +item.netherStar.name=Bintang Nether + +item.netherbrick.name=Bata Neraka +item.netherquartz.name=Kuarsa Neraka +item.painting.name=Lukisan +item.paper.name=Kertas +item.pickaxeDiamond.name=Beliung Berlian +item.pickaxeGold.name=Beliung Emas +item.pickaxeIron.name=Beliung Besi +item.pickaxeStone.name=Beliung Batu +item.pickaxeWood.name=Beliung Kayu +item.porkchopCooked.name=Daging Babi Bakar +item.porkchopRaw.name=Daging Babi Mentah +item.potato.name=Kentang +item.potatoBaked.name=Kentang Panggang +item.potatoPoisonous.name=Kentang Beracun +item.potion.name=Ramuan +item.prismarineCrystals.name=Kristal Prismarine +item.prismarineShard.name=Serpihan Prismarine +item.pumpkinPie.name=Kue Labu +item.rabbitCooked.name=Daging Matang Kelinci +item.rabbitFoot.name=Kaki Kelinci +item.rabbitHide.name=Kulit Kelinci +item.rabbitRaw.name=Daging Mentah Kelinci +item.rabbitStew.name=Sup Kelinci +item.record.11.desc=C418 - 11 +item.record.13.desc=C418 - 13 +item.record.blocks.desc=C418 - blocks +item.record.cat.desc=C418 - cat +item.record.chirp.desc=C418 - chirp +item.record.far.desc=C418 - far +item.record.mall.desc=C418 - mall +item.record.mellohi.desc=C418 - mellohi +item.record.name=CD Musik +item.record.stal.desc=C418 - stal +item.record.strad.desc=C418 - strad +item.record.wait.desc=C418 - wait +item.record.ward.desc=C418 - ward +item.redstone.name=Redstone +item.reeds.name=Tebu +item.rottenFlesh.name=Daging busuk +item.ruby.name=Rubi +item.saddle.name=Sadel +item.seeds.name=Biji +item.seeds_melon.name=Biji Semangka +item.seeds_pumpkin.name=Biji Labu +item.shears.name=Gunting +item.shovelDiamond.name=Sekop Berlian +item.shovelGold.name=Sekop Emas +item.shovelIron.name=Sekop Besi +item.shovelStone.name=Sekop Batu +item.shovelWood.name=Sekop Kayu +item.sign.name=Papan Tanda +item.skull.char.name=Kepala +item.skull.creeper.name=Kepala Creeper +item.skull.player.name=%s's Kepala +item.skull.skeleton.name=Tengkorak +item.skull.wither.name=Tengkorak Layu +item.skull.zombie.name=Kepala Zombie +item.slimeball.name=Slimeball +item.snowball.name=Bola Salju +item.speckledMelon.name=Melon Emas +item.spiderEye.name=Mata laba-laba +item.stick.name=Batang Kayu +item.string.name=Benang +item.sugar.name=Gula +item.sulphur.name=Bubuk mesiu +item.swordDiamond.name=Pedang Berlian +item.swordGold.name=Pedang Emas +item.swordIron.name=Pedang Besi +item.swordStone.name=Pedang Batu +item.swordWood.name=Pedang Kayu +item.unbreakable=Tidak Dapat Dipecahkan +item.wheat.name=Gandum +item.writingBook.name=Buku dan Pena +item.writtenBook.name=Buku yang sudah ditulis +item.yellowDust.name=Debu Bersinar +itemGroup.brewing=Pembuatan Ramuan +itemGroup.buildingBlocks=Balok Bangunan +itemGroup.combat=Tempur +itemGroup.decorations=Blok Dekorasi +itemGroup.food=Bahan pangan +itemGroup.inventory=Persediaan Kelangsungan hidup +itemGroup.materials=Bahan +itemGroup.misc=Lain-lain +itemGroup.redstone=Redstone +itemGroup.search=Cari Barang +itemGroup.tools=Alat +itemGroup.transportation=Transportasi +key.attack=Serang/Hancurkan +key.back=Mundur +key.categories.gameplay=Permainan +key.categories.inventory=Barang bawaan +key.categories.misc=Lain-lain +key.categories.movement=Gerakan +key.categories.multiplayer=Bermain bersama +key.categories.stream=Menyiarkan +key.categories.ui=Layar permainan +key.chat=Buka Percakapan +key.command=Buka perintah +key.drop=Jatuhkan benda +key.forward=Maju +key.fullscreen=Atur Layar Penuh +key.hotbar.1=Hotbar Slot 1 +key.hotbar.2=Hotbar Slot 2 +key.hotbar.3=Hotbar Slot 3 +key.hotbar.4=Hotbar Slot 4 +key.hotbar.5=Hotbar Slot 5 +key.hotbar.6=Hotbar Slot 6 +key.hotbar.7=Hotbar Slot 7 +key.hotbar.8=Hotbar Slot 8 +key.hotbar.9=Hotbar Slot 9 +key.inventory=Persediaan +key.jump=Lompat +key.left=Belok kiri +key.mouseButton=Tombol %1$s +key.pickItem=Mengambil blok +key.playerlist=Daftar pemain +key.right=Belok kanan +key.screenshot=Ambil Foto Layar +key.smoothCamera=Ganti kamera sinematik +key.sneak=Jongkok +key.spectatorOutlines=Sorot pemain (Penonton) +key.sprint=Berlari +key.streamCommercial=Tampilkan Iklan-iklan Penyiaran +key.streamPauseUnpause=Jeda/Batalkan Jeda Penyiaran +key.streamStartStop=Mulai/Hentikan penyiaran +key.streamToggleMic=Paksa untuk Bicara/Bisu +key.togglePerspective=Ganti perspektif +key.use=Gunakan Item/Pasang blok +lanServer.otherPlayers=Pengaturan untuk pemain lain +lanServer.scanning=Mencari game di jaringan lokal anda +lanServer.start=Memulai Dunia LAN +lanServer.title=Dunia LAN +language.code=id_ID +language.name=Bahasa Indonesia +language.region=Indonesia +mcoServer.title=Minecraft Online +menu.convertingLevel=Mengkonversi dunia +menu.disconnect=Putus +menu.game=Pilihan Permainan +menu.generatingLevel=membuat dunia +menu.generatingTerrain=Membangun daerah +menu.loadingLevel=Memuat Dunia +menu.multiplayer=Bermain Bersama +menu.online=Alam Minecraft +menu.options=Pilihan... +menu.playdemo=Bermain di versi demo +menu.quit=Keluar Permainan +menu.resetdemo=Reset Demo World +menu.respawning=Hidup Kembali +menu.returnToGame=Kembali ke Permainan +menu.returnToMenu=Simpan dan Keluar ke Menu +menu.shareToLan=Terbuka untuk LAN +menu.simulating=Mensimulasikan Dunia beberapa saat +menu.singleplayer=Bermain Sendiri +menu.switchingLevel=Beralih dunia +merchant.deprecated=Tukar sesuatu terlebih dahulu untuk membukanya! +mount.onboard=Tekan %1$s untuk turun +multiplayer.connect=Hubungkan +multiplayer.downloadingStats=Download Statistik & prestasi ... +multiplayer.downloadingTerrain=Men-download Dunia +multiplayer.info1=Minecraft Multiplayer saat ini belum selesai, tapi ada +multiplayer.info2=beberapa kerusakan di versi test +multiplayer.ipinfo=Masukkan IP server untuk menyambung ke: +multiplayer.player.joined=%s bergabung dalam permainan +multiplayer.player.joined.renamed=%s (sebelumnya dikenal sebagai %s) bergabung ke dalam permainan +multiplayer.player.left=%s keluar dari permainan +multiplayer.stopSleeping=Bangun +multiplayer.texturePrompt.line1=Server ini merekomendasikan untuk menggunakan resource pack khusus. +multiplayer.texturePrompt.line2=Apakah anda ingin mengunduh dan menginstal secara otomatis? +multiplayer.title=Main Multiplayer +options.advancedButton=Pengaturan Video extra... +options.advancedOpengl=Advanced OpenGL +options.advancedVideoTitle=Pengaturan Video Selanjutnya +options.anaglyph=Gambar 3 Dimensi +options.ao=Pencahayaan Halus +options.ao.max=Maksimum +options.ao.min=Minimum +options.ao.off=Mati +options.blockAlternatives=Blok Alternatif +options.chat.color=Warna +options.chat.height.focused=Tinggi Terfokus +options.chat.height.unfocused=Tinggi Tak Terfokus +options.chat.links=Jaringan Web +options.chat.links.prompt=Tampilkan Link +options.chat.opacity=Keburaman +options.chat.scale=Skala +options.chat.title=Pengaturan Chat... +options.chat.visibility=Obrolan +options.chat.visibility.full=Ditampilkan +options.chat.visibility.hidden=Tersembunyi +options.chat.visibility.system=Hanya Perintah +options.chat.width=Lebar +options.controls=Kontrol... +options.customizeTitle=Menyesuaikan pengaturan dunia +options.difficulty=Kesulitan +options.difficulty.easy=Mudah +options.difficulty.hard=Susah +options.difficulty.hardcore=Menantang +options.difficulty.normal=Normal +options.difficulty.peaceful=Tenang +options.farWarning1=Java 64 Bit Dianjurkan +options.farWarning2=untuk jarak pandang 'Jauh' (punyamu 32 bit) +options.fboEnable=Aktifkan FBO +options.forceUnicodeFont=Paksa Menggunakan Font Unicode +options.fov=Jarak Pandang +options.fov.max=Sudut Luas +options.fov.min=Normal +options.framerateLimit=FPS Maksimal +options.framerateLimit.max=Tidak terbatas +options.fullscreen=Layar Penuh +options.gamma=Kecerahan +options.gamma.max=Terang +options.gamma.min=Gelap +options.graphics=Grafik +options.graphics.fancy=Bagus +options.graphics.fast=Cepat +options.guiScale=Skala GUI +options.guiScale.auto=Otomatis +options.guiScale.large=Besar +options.guiScale.normal=Normal +options.guiScale.small=Kecil +options.hidden=Tersembunyi +options.invertMouse=Balik Arah Mouse +options.language=Bahasa... +options.languageWarning=Penerjemahan bahasa mungkin tidak 100%% akurat +options.mipmapLevels=Level Mipmap +options.modelPart.cape=Cape +options.modelPart.hat=Topi +options.modelPart.jacket=Jaket +options.modelPart.left_pants_leg=kaki celana kiri +options.modelPart.left_sleeve=Lengan kiri +options.modelPart.right_pants_leg=kaki celana kanan +options.modelPart.right_sleeve=Lengan kanan +options.multiplayer.title=Pengaturan Multiplayer... +options.music=Musik +options.off=Mati +options.on=Hidup +options.particles=Partikel +options.particles.all=Semua +options.particles.decreased=Dikurangi +options.particles.minimal=Minimal +options.performanceButton=Pengaturan Kinerja Video... +options.performanceVideoTitle=Pengaturan Kinerja Video +options.postButton=Pengaturan Post-Processing... +options.postProcessEnable=Aktifkan Post-Processing +options.postVideoTitle=Pengaturan Post-Processing +options.qualityButton=Pengaturan Kualitas Video... +options.qualityVideoTitle=Pengaturan Kualitas Video +options.reducedDebugInfo=Informasi Debug berkurang +options.renderClouds=Awan +options.renderDistance=Jarak Pandang +options.renderDistance.far=Jauh +options.renderDistance.normal=Normal +options.renderDistance.short=Pendek +options.renderDistance.tiny=Pendek Sekali +options.resourcepack=Paket Sumber Daya... +options.saturation=Saturasi +options.sensitivity=Sensitivitas +options.sensitivity.max=KECEPATAN SUPER!!! +options.sensitivity.min=*menguap* +options.skinCustomisation=Kustomisasi Skin... +options.skinCustomisation.title=Kustomisasi Skin +options.snooper=Perbolehkan Pengintai +options.snooper.desc=Kami ingin mengumpulkan informasi tentang komputer Anda untuk membantu meningkatkan Minecraft dengan mengetahui apa kita dapat mendukung dan di mana masalah terbesar kita. Semua informasi ini benar-benar anonim dan dapat dilihat. Kami berjanji kami tidak akan melakukan apa pun yang buruk dengan data ini, tetapi jika Anda ingin Tidak ingin maka jangan ragu untuk mematikannya! +options.snooper.title=Daftar Spesifikasi Mesin +options.snooper.view=Pengaturan Pengintai... +options.sound=Suara +options.sounds=Musik & Suara... +options.sounds.title=Pengaturan Musik & Suara +options.stream=Pengaturan Siaran... +options.stream.bytesPerPixel=Kualitas +options.stream.changes=Anda mungkin perlu memulai ulang penyiaran anda agar perubahan ini bisa terjadi. +options.stream.chat.enabled=Aktifkan +options.stream.chat.enabled.always=Selalu +options.stream.chat.enabled.never=Tidak pernah +options.stream.chat.enabled.streaming=Sambil menyiarkan +options.stream.chat.title=Pengaturan Obrolan Twitch +options.stream.chat.userFilter=Saringan Pengguna +options.stream.chat.userFilter.all=Semua Pemirsa +options.stream.chat.userFilter.mods=Moderator +options.stream.chat.userFilter.subs=Pelanggan +options.stream.compression=Kompresi +options.stream.compression.high=Tinggi +options.stream.compression.low=Rendah +options.stream.compression.medium=Sedang +options.stream.estimation=Resolusi yang diperkirakan: %sx%s +options.stream.fps=Framerate +options.stream.ingest.reset=Atur Ulang Preferensi +options.stream.ingest.title=Server Siaran Twitch +options.stream.ingestSelection=Daftar server penyiaran +options.stream.kbps=Bandwidth +options.stream.micToggleBehavior=Paksa untuk +options.stream.micVolumne=Volume Mic +options.stream.mic_toggle.mute=Bisu +options.stream.mic_toggle.talk=Bicara +options.stream.sendMetadata=Kirim Metadata +options.stream.systemVolume=Volume Sistem +options.stream.title=Pengaturan Siaran Twitch +options.title=Pengaturan +options.touchscreen=Mode Layar Sentuh +options.vbo=Menggunakan VBOs +options.video=Pengaturan video... +options.videoTitle=Pengaturan video +options.viewBobbing=Jalan Realistik +options.visible=Ditampilkan +options.vsync=Gunakan VSync +potion.absorption=Penyerapan +potion.absorption.postfix=Ramuan Penyerapan +potion.blindness=Kebutaan +potion.blindness.postfix=Ramuan Kebutaan +potion.confusion=Mual +potion.confusion.postfix=Ramuan Mual +potion.damageBoost=Kekuatan +potion.damageBoost.postfix=Ramuan Kekuatan +potion.digSlowDown=Pertambangan kelelahan +potion.digSlowDown.postfix=Ramuan Ketumpulan +potion.digSpeed=Tergesa-gesa +potion.digSpeed.postfix=Ramuan Terburu-buru +potion.effects.whenDrank=Saat diterapkan: +potion.empty=Tidak Ada Efek +potion.fireResistance=Tahan Api +potion.fireResistance.postfix=Ramuan Tahan Api +potion.harm=Damage instan +potion.harm.postfix=Ramuan Menyakitkan +potion.heal=Hati Instan +potion.heal.postfix=Ramuan Penyembuhan +potion.healthBoost=Nyawa Tambahan +potion.healthBoost.postfix=Ramuan peningkat nyawa +potion.hunger=Kelaparan +potion.hunger.postfix=Ramuan Makanan +potion.invisibility=Tembus Pandang +potion.invisibility.postfix=Ramuan Tembus Pandang +potion.jump=Dorongan Lompatan +potion.jump.postfix=Ramuan Lompat +potion.moveSlowdown=Kelambatan +potion.moveSlowdown.postfix=Ramuan Kelambatan +potion.moveSpeed=Kecepatan +potion.moveSpeed.postfix=Ramuan Kecepatan +potion.nightVision=Pengelihatan Malam Hari +potion.nightVision.postfix=Ramuan Pengelihatan Malam Hari +potion.poison=Racun +potion.poison.postfix=Ramuan Racun +potion.potency.1=II +potion.potency.2=III +potion.potency.3=IV +potion.prefix.acrid=Acrid +potion.prefix.artless=Polos +potion.prefix.awkward=Canggung +potion.prefix.bland=Bland +potion.prefix.bulky=Besar +potion.prefix.bungling=Ceroboh +potion.prefix.buttered=Buttered +potion.prefix.charming=Menarik +potion.prefix.clear=Jelas +potion.prefix.cordial=Ramah +potion.prefix.dashing=Bergegas +potion.prefix.debonair=Memukau +potion.prefix.diffuse=Meredakan +potion.prefix.elegant=Elegan +potion.prefix.fancy=Bagus +potion.prefix.flat=Rata +potion.prefix.foul=Busuk +potion.prefix.grenade=Splash +potion.prefix.gross=Kotor +potion.prefix.harsh=Kasar +potion.prefix.milky=Susu +potion.prefix.mundane=Biasa +potion.prefix.odorless=Tidak berbau +potion.prefix.potent=Ampuh +potion.prefix.rank=Peringkat +potion.prefix.refined=Halus +potion.prefix.smooth=Halus +potion.prefix.sparkling=Berkilau +potion.prefix.stinky=Bau +potion.prefix.suave=Lembut +potion.prefix.thick=Tebal +potion.prefix.thin=Tipis +potion.prefix.uninteresting=Tidak Menarik +potion.regeneration=Regenerasi +potion.regeneration.postfix=Ramuan Regenerasi +potion.resistance=Ketahanan +potion.resistance.postfix=Ramuan Generasi +potion.saturation=Saturasi +potion.saturation.postfix=Ramuan Saturasi +potion.waterBreathing=Pernapasan dalam Air +potion.waterBreathing.postfix=Ramuan Pernapasan +potion.weakness=Kelemahan +potion.weakness.postfix=Ramuan Kelemahan +potion.wither=Wither +potion.wither.postfix=Ramuan Pembusukan +record.nowPlaying=Sekarang diputar: %s +resourcePack.available.title=Paket Sumber Daya yang tersedia +resourcePack.folderInfo=(Tempatkan paket sumber daya disini) +resourcePack.openFolder=Buka folder paket sumber daya +resourcePack.selected.title=Paket Sumber Daya yang terpilih +resourcePack.title=Pilih Paket Sumber Daya +screenshot.failure=Tidak bisa menyimpan screenshot: %s +screenshot.success=Screenshot telah disimpan sebagai %s +selectServer.add=Tambah Server +selectServer.defaultName=Server Minecraft +selectServer.delete=Hapus +selectServer.deleteButton=Hapus +selectServer.deleteQuestion=Apakah kamu yakin ingin menghapus server ini? +selectServer.deleteWarning=Akan Hilang Selamanya! (TIDAK BAKAL BALIK) +selectServer.direct=Langsung Masuk +selectServer.edit=Ubah +selectServer.empty=kosong +selectServer.hiddenAddress=(Tersembunyi) +selectServer.refresh=Refresh +selectServer.select=Bergabung dengan Server +selectServer.title=Pilih Server +selectWorld.allowCommands=Membolehkan Cheats: +selectWorld.allowCommands.info=Perintah seperti /gamemode,/XP +selectWorld.bonusItems=Peti Bonus: +selectWorld.cheats=Cheats +selectWorld.conversion=Harus Dikonversi! +selectWorld.create=Buat Dunia Baru +selectWorld.createDemo=Mainkan Demo Dunia Baru +selectWorld.customizeType=Sesuaikan +selectWorld.delete=Hapus +selectWorld.deleteButton=Hapus +selectWorld.deleteQuestion=Apakah Anda yakin Anda ingin menghapus dunia ini? +selectWorld.deleteWarning=akan hilang selamanya! (Waktu yang lama!) +selectWorld.empty=Kosong +selectWorld.enterName=Nama Dunia +selectWorld.enterSeed=Seed untuk Generator Dunia +selectWorld.gameMode=Mode Permainan +selectWorld.gameMode.adventure=Petualangan +selectWorld.gameMode.adventure.line1=Sama seperti mode bertahan hidup, tetapi blok tidak bisa +selectWorld.gameMode.adventure.line2=ditambahkan atau dihilangkan +selectWorld.gameMode.creative=Kreatif +selectWorld.gameMode.creative.line1=Sumber daya tak terbatas, bebas terbang dan +selectWorld.gameMode.creative.line2=menghancurkan block langsung +selectWorld.gameMode.hardcore=Menantang +selectWorld.gameMode.hardcore.line1=Sama seperti mode Bertahan hidup, terkunci di kesulitan tertinggi +selectWorld.gameMode.hardcore.line2=Paling susah, dan hanya 1 nyawa +selectWorld.gameMode.spectator=Penonton +selectWorld.gameMode.spectator.line1=Anda dapat melihat tapi tidak dapat menyentuh +selectWorld.gameMode.survival=Bertahan Hidup +selectWorld.gameMode.survival.line1=Mencari sumber daya, membuat, dapat +selectWorld.gameMode.survival.line2=Tingkat, Kesehatan dan Kelaparan +selectWorld.hardcoreMode=Menantang: +selectWorld.hardcoreMode.info=Dunia dihapus saat mati +selectWorld.mapFeatures=Buat Struktur: +selectWorld.mapFeatures.info=Desa, Dungeon dll +selectWorld.mapType=Jenis Dunia: +selectWorld.mapType.normal=Normal +selectWorld.moreWorldOptions=Pilihan Dunia Lainnya... +selectWorld.newWorld=Dunia Baru +selectWorld.newWorld.copyOf=Salinan dari %s +selectWorld.recreate=Buat ulang +selectWorld.rename=Ganti Nama +selectWorld.renameButton=Ganti Nama +selectWorld.renameTitle=Ubah Nama Dunia +selectWorld.resultFolder=Akan disimpan di: +selectWorld.seedInfo=Biarkan kosong untuk seed acak +selectWorld.select=Mainkan Dunia yg Dipilih +selectWorld.title=Pilih Dunia +selectWorld.world=Dunia +sign.edit=Ubah pesan di papan tanda +soundCategory.ambient=Sekitarnya/Lingkungan +soundCategory.block=Blok +soundCategory.hostile=Makhluk Jahat +soundCategory.master=Volume Utama +soundCategory.music=Musik +soundCategory.neutral=Makhluk Baik +soundCategory.player=Pemain +soundCategory.record=Jukebox/Noteblocks +soundCategory.weather=Cuaca +stat.animalsBred=Hewan yang Dibiakkan +stat.blocksButton=Blok +stat.boatOneCm=Jarak Dengan Perahu +stat.breakItem=%1$s dihabiskan +stat.climbOneCm=Jarak Sudah Didaki +stat.craftItem=%1$s dibuat +stat.crafted=Kali dibuat +stat.createWorld=Dunia diwujudkan +stat.crouchOneCm=Jarak Berjongkok +stat.damageDealt=Kerusakan Dilakukan +stat.damageTaken=Damage diterima +stat.deaths=Jumlah kematian +stat.depleted=Total rusak +stat.diveOneCm=Jarak di Lalui dg menyelam +stat.drop=Barang Dijatuhkan +stat.entityKilledBy=%s membunuh Anda %s kali +stat.entityKilledBy.none=Anda tidak pernah dibunuh oleh %s +stat.entityKills=Anda membunuh %s %s +stat.entityKills.none=Anda tidak pernah membunuh %s +stat.fallOneCm=Jarak terjatuh +stat.fishCaught=Ikan Ditangkap +stat.flyOneCm=Jarak terbang +stat.generalButton=Umum +stat.horseOneCm=Jarak oleh kuda +stat.itemsButton=Barang +stat.joinMultiplayer=Main multiplayer +stat.jump=Jumlah Lompatan +stat.junkFished=Sampah yang di Pancing +stat.leaveGame=Kali keluar permainan +stat.loadWorld=Simpanan Dimuat +stat.mineBlock=%1$s Digali +stat.minecartOneCm=Jarak di Lalui dengan kereta tambang +stat.mined=Waktu Menambang +stat.mobKills=Mob yg Sudah Dibunuh +stat.mobsButton=Mob +stat.pigOneCm=Jarak mengendarai babi +stat.playOneMinute=Menit Bermain +stat.playerKills=Pemain yg Sudah Dibunuh +stat.sprintOneCm=Jarak Berlari +stat.startGame=Waktu dimainkan +stat.swimOneCm=Jarak di Lalui dg Berenang +stat.talkedToVillager=Berbicara kepada penduduk desa +stat.timeSinceDeath=Sejak kematian terakhir +stat.tradedWithVillager=Perdagangkan dengan penduduk desa +stat.treasureFished=Harta yang di Pancing +stat.useItem=%1$s digunakan +stat.used=Jumlah penggunaan +stat.walkOneCm=Jarak di Lalui dg Jalan +stats.tooltip.type.achievement=Penghargaan +stats.tooltip.type.statistic=Statistik +stream.confirm_start=Apakah Anda yakin Anda ingin memulai Penyiaran? +stream.unavailable.account_not_bound=Sebelum anda dapat menyiarkan Minecraft melalui Twitch, anda perlu menghubungkan akun Twitch anda di mojang.com. Apakah anda ingin melakukannya sekarang? +stream.unavailable.account_not_bound.okay=Hubungkan Akun +stream.unavailable.account_not_migrated=Sebelum Anda dapat menyiarkan Minecraft melalui Twitch, Anda perlu mengalihpindahkan akun Minecraft Anda ke akun Mojang. Apakah Anda ingin melakukannya sekarang? +stream.unavailable.account_not_migrated.okay=Alih-pindahkan Akun +stream.unavailable.failed_auth=Otentikasi ke Twitch gagal. Silahkan pergi ke mojang.com dan hubungkan ulang akun Twitch anda. +stream.unavailable.failed_auth.okay=Hubungkan ulang akun-akun +stream.unavailable.failed_auth_error=Tidak mampu melakukan otentikasi ke Twitch. Harap coba lagi nanti. +stream.unavailable.initialization_failure=Tidak dapat menginisialisasi SDK Twitch. +stream.unavailable.initialization_failure.extra=(Alasan: %s) +stream.unavailable.library_arch_mismatch=Versi java kustom yang digunakan untuk memulai Minecraft memiliki arsitektur yang berbeda dengan yang digunakan untuk menjalankan peluncur. Pastikan ini sama, 32-bit atau 64-bit untuk keduanya. +stream.unavailable.library_failure=Tidak dapat memuat perpustakaan yang di perlukan untuk penyiaran terpadu Twitch. +stream.unavailable.no_fbo=Kartu video anda harus mendukung setidaknya OpenGL versi 3.0 atau mendukung objek Framebuffer melalui ekstensi untuk menggunakan penyiaran terpadu Twitch. +stream.unavailable.no_fbo.arb=Dukungan objek Framebuffer melalui ARB adalah: %s +stream.unavailable.no_fbo.blend=Dukungan Pemisahan campuran melalui EXT: %s +stream.unavailable.no_fbo.ext=Dukungan objek Framebuffer melalui EXT adalah: %s +stream.unavailable.no_fbo.version=Anda saat ini menggunakan: %s +stream.unavailable.not_supported.mac=Sayangnya penyiaran terpadu Twitch pada Mac memerlukan versi OSX lebih baru daripada yang anda gunakan. Anda harus menggunakan versi 10.7 (Mac OS X Lion) atau lebih baru agar bisa menggunakan layanan ini. Apakah anda ingin mengunjungi apple.com untuk mempelajari tentang upgrading? +stream.unavailable.not_supported.mac.okay=Tingkatkan +stream.unavailable.not_supported.other=Sayangnya penyiaran terpadu Twitch memerlukan Windows (Vista atau lebih baru) atau Mac OS X (10.7/Lion atau lebih baru) +stream.unavailable.not_supported.windows=Sayangnya penyiaran terpadu Twitch memerlukan versi terbaru dari Windows daripada yang anda gunakan. Anda harus memiliki setidaknya Windows Vista atau yang lebih baru. +stream.unavailable.report_to_mojang=Laporkan ke Mojang +stream.unavailable.soundflower.chat=Soundflower diperlukan agar bisa menyiarkan pada Mac. %s +stream.unavailable.soundflower.chat.link=Silahkan klik disini untuk menginstalnya. +stream.unavailable.title=Penyiaran Twitch tidak tersedia +stream.unavailable.unknown=Sayangnya kamu tidak bisa menyiarkan ke Twitch saat ini. Dan kami tidak tahu mengapa :'( +stream.unavailable.unknown.chat=Tidak bisa memulai stream: %s +stream.user.mode.administrator=Pengelola Twitch +stream.user.mode.banned=Dilarang +stream.user.mode.banned.other=Dilarang di saluran %s +stream.user.mode.banned.self=Dilarang di saluran Anda +stream.user.mode.broadcaster=Penyiar +stream.user.mode.broadcaster.other=Penyiar +stream.user.mode.broadcaster.self=Penyiar (Anda!) +stream.user.mode.moderator=Moderator +stream.user.mode.moderator.other=Moderator pada saluran %s +stream.user.mode.moderator.self=Moderator pada saluran anda +stream.user.mode.staff=Staf Twitch +stream.user.subscription.subscriber=Pelanggan +stream.user.subscription.subscriber.other=Pelanggan ke saluran %s +stream.user.subscription.subscriber.self=Pelanggan ke saluran anda +stream.user.subscription.turbo=Twitch Turbo +stream.userinfo.ban=Larang +stream.userinfo.chatTooltip=Klik untuk mengelola pengguna +stream.userinfo.mod=Promosikan ke Moderator +stream.userinfo.timeout=Sisa waktu +stream.userinfo.unban=Diperbolehkan +stream.userinfo.unmod=Pecat dari Moderator +tile.acaciaFence.name=Pagar Kayu Akasia +tile.acaciaFenceGate.name=Gerbang Kayu Akasia +tile.activatorRail.name=Rel Aktivator +tile.anvil.intact.name=Paron +tile.anvil.name=Paron +tile.anvil.slightlyDamaged.name=Paron Yang Sedikit Rusak +tile.anvil.veryDamaged.name=Paron yang Sangat Rusak +tile.barrier.name=Penghalang +tile.beacon.name=Suar +tile.beacon.primary=Kekuatan Utama +tile.beacon.secondary=Kekuatan Sekunder +tile.bed.name=Tempat Tidur +tile.bed.noSleep=Kamu hanya bisa tidur pada malam hari +tile.bed.notSafe=Kamu tidak bisa tidur sekarang, ada banyak monster disini +tile.bed.notValid=Tempat Tidurmu hilang atau terhalang +tile.bed.occupied=Kasur ini sedang dipakai +tile.bedrock.name=Batu Dasar +tile.birchFence.name=Pagar Kayu Pinus +tile.birchFenceGate.name=Gerbang Kayu Pinus +tile.blockCoal.name=Balok Batubara +tile.blockDiamond.name=Blok Berlian +tile.blockEmerald.name=Blok Zamrud +tile.blockGold.name=Blok Emas +tile.blockIron.name=Blok Besi +tile.blockLapis.name=Blok Lapis Lazuli +tile.blockRedstone.name=Balok Redstone +tile.bookshelf.name=Rak Buku +tile.brick.name=Bata +tile.button.name=Tombol +tile.cactus.name=Kaktus +tile.cake.name=Kue +tile.carrots.name=Wortel +tile.cauldron.name=Kuali +tile.chest.name=Peti +tile.chestTrap.name=Peti Jebakan +tile.clay.name=Tanah Liat +tile.clayHardened.name=Keramik Keras +tile.clayHardenedStained.black.name=Tanah Liat Berwarna Hitam +tile.clayHardenedStained.blue.name=Tanah Liat Berwarna Biru +tile.clayHardenedStained.brown.name=Tanah Liat Berwarna Cokelat +tile.clayHardenedStained.cyan.name=Tanah Liat Berwarna Sian +tile.clayHardenedStained.gray.name=Tanah Liat Berwarna Abu-abu +tile.clayHardenedStained.green.name=Tanah Liat Berwarna Hijau +tile.clayHardenedStained.lightBlue.name=Tanah Liat Biru Muda +tile.clayHardenedStained.lime.name=Tanah Liat Berwarna Limau +tile.clayHardenedStained.magenta.name=Tanah Liat Magenta +tile.clayHardenedStained.name=Tanah Liat Berwarna +tile.clayHardenedStained.orange.name=Tanah Liat Jingga +tile.clayHardenedStained.pink.name=Tanah Liat Berwarna Merah Muda +tile.clayHardenedStained.purple.name=Tanah Liat Berwarna Ungu +tile.clayHardenedStained.red.name=Tanah Liat Berwarna Merah +tile.clayHardenedStained.silver.name=Tanah Liat Abu-abu Muda +tile.clayHardenedStained.white.name=Tanah Liat berwarna putih +tile.clayHardenedStained.yellow.name=Tanah Liat Kuning +tile.cloth.black.name=Wol Hitam +tile.cloth.blue.name=Wol Biru +tile.cloth.brown.name=Wol Cokelat +tile.cloth.cyan.name=Wol Biru Muda +tile.cloth.gray.name=Wol Abu-abu +tile.cloth.green.name=Wol Hijau +tile.cloth.lightBlue.name=Wol Biru Muda +tile.cloth.lime.name=Wol Hijau Lime +tile.cloth.magenta.name=Wol Nila +tile.cloth.name=Wol +tile.cloth.orange.name=Wol Jingga +tile.cloth.pink.name=Wol Merah Muda +tile.cloth.purple.name=Wol Ungu +tile.cloth.red.name=Wol Merah +tile.cloth.silver.name=Wol Abu-abu muda +tile.cloth.white.name=Wol +tile.cloth.yellow.name=Wol kuning +tile.cobbleWall.mossy.name=Dinding Batu Kasar Berlumut +tile.cobbleWall.normal.name=Dinding Batu Kasar +tile.cocoa.name=Kakao +tile.commandBlock.name=Balok Perintah +tile.crops.name=Tumbuhan +tile.darkOakFence.name=Pagar Kayu Ek Gelap +tile.darkOakFenceGate.name=Gerbang Kayu Ek Gelap +tile.daylightDetector.name=Sensor Cahaya +tile.deadbush.name=Rumput Mati +tile.detectorRail.name=Rel Detektor +tile.dirt.coarse.name=Tanah kasar +tile.dirt.default.name=Tanah +tile.dirt.name=Tanah +tile.dirt.podzol.name=Podsol +tile.dispenser.name=Dispenser +tile.doorIron.name=Pintu Besi +tile.doorWood.name=Pintu Kayu +tile.doublePlant.fern.name=Pakis Besar +tile.doublePlant.grass.name=Rumput Tinggi Dobel +tile.doublePlant.name=Tanaman +tile.doublePlant.paeonia.name=Peony +tile.doublePlant.rose.name=Semak Mawar +tile.doublePlant.sunflower.name=Bunga Matahari +tile.doublePlant.syringa.name=Lilac +tile.dragonEgg.name=Telur Naga +tile.dropper.name=Pelempar Barang +tile.enchantmentTable.name=Meja Peningkatan +tile.endPortalFrame.name=Portal End +tile.enderChest.name=Peti Ender +tile.farmland.name=Tanah Garapan +tile.fence.name=Pagar +tile.fenceGate.name=Pintu Pagar +tile.fenceIron.name=Jeruji Besi +tile.fire.name=Api +tile.flower1.dandelion.name=Dandelion +tile.flower1.name=Bunga +tile.flower2.allium.name=Allium +tile.flower2.blueOrchid.name=Anggrek Biru +tile.flower2.houstonia.name=Azure Bluet +tile.flower2.name=Bunga +tile.flower2.oxeyeDaisy.name=Aster +tile.flower2.poppy.name=Poppy +tile.flower2.tulipOrange.name=Tulip Jingga +tile.flower2.tulipPink.name=Tulip Merah Muda +tile.flower2.tulipRed.name=Tulip Merah +tile.flower2.tulipWhite.name=Tulip Putih +tile.furnace.name=Tungku +tile.glass.name=Kaca +tile.goldenRail.name=Rel Listrik +tile.grass.name=Rumput +tile.gravel.name=Kerikil +tile.hayBlock.name=Jerami +tile.hellrock.name=Batu Neraka +tile.hellsand.name=Pasir Jiwa +tile.hopper.name=Alat pengambil barang + +tile.ice.name=Es +tile.icePacked.name=Es Batu +tile.ironTrapdoor.name=Pintu Jebakan Besi +tile.jukebox.name=Pemutar Musik +tile.jungleFence.name=Pagar Kayu Hutan +tile.jungleFenceGate.name=Gerbang Kayu Hutan +tile.ladder.name=Tangga +tile.lava.name=Lava +tile.leaves.acacia.name=Daun Akasia +tile.leaves.big_oak.name=Daun Ek Gelap +tile.leaves.birch.name=Daun Pinus +tile.leaves.jungle.name=Daun Pohon Hutan +tile.leaves.name=Daun +tile.leaves.oak.name=Dedaunan Ek +tile.leaves.spruce.name=Dedaunan Cemara +tile.lever.name=Tuas +tile.lightgem.name=Batu Bersinar +tile.litpumpkin.name=Lentera Jack +tile.lockedchest.name=Peti Terkunci +tile.log.acacia.name=Kayu Akasia +tile.log.big_oak.name=Kayu Ek Gelap +tile.log.birch.name=Kayu Pinus +tile.log.jungle.name=Kayu Hutan +tile.log.name=Kayu +tile.log.oak.name=Kayu Ek +tile.log.spruce.name=Kayu Cemara +tile.melon.name=Semangka +tile.mobSpawner.name=Spawner Monster +tile.monsterStoneEgg.brick.name=Batu bata telur Monster +tile.monsterStoneEgg.chiseledbrick.name=Batu bata Telur Monster yang di Pahat +tile.monsterStoneEgg.cobble.name=Batu besar telur Monster +tile.monsterStoneEgg.crackedbrick.name=Batu bata Telur Monster yang Retak +tile.monsterStoneEgg.mossybrick.name=Batu bata Telur Monster yang Berlumut +tile.monsterStoneEgg.name=Batu Telur Monster +tile.monsterStoneEgg.stone.name=Batu Telur Monster +tile.mushroom.name=Jamur +tile.musicBlock.name=Blok Lagu +tile.mycel.name=Miselium +tile.netherBrick.name=Bata Neraka +tile.netherFence.name=Pagar Neraka +tile.netherStalk.name=Tumbuhan Neraka +tile.netherquartz.name=Bijih Kuarsa Neraka +tile.notGate.name=Obor Redstone +tile.obsidian.name=Obsidian +tile.oreCoal.name=Bijih Batubara +tile.oreDiamond.name=Bijih Berlian +tile.oreEmerald.name=Bijih Zamrud +tile.oreGold.name=Bijih Emas +tile.oreIron.name=Bijih Besi +tile.oreLapis.name=Bijih Lapis Lazuli +tile.oreRedstone.name=Bijih Redstone +tile.oreRuby.name=Batu Rubi +tile.pistonBase.name=Piston +tile.pistonStickyBase.name=Piston Lengket +tile.portal.name=Portal +tile.potatoes.name=Kentang +tile.pressurePlateStone.name=Papan Tekan Batu +tile.pressurePlateWood.name=Papan Tekan Kayu +tile.prismarine.bricks.name=Batu bata Prismarine +tile.prismarine.dark.name=Prismarine Gelap +tile.prismarine.rough.name=Prismarin +tile.pumpkin.name=Labu +tile.quartzBlock.chiseled.name=Blok Kuarsa yang Dipahat +tile.quartzBlock.default.name=Balok Kuarsa +tile.quartzBlock.lines.name=Pilar Kuarsa +tile.quartzBlock.name=Balok Kuarsa +tile.rail.name=Rel +tile.redSandStone.chiseled.name=Batu Pasir Merah Pahatan +tile.redSandStone.default.name=Batu Pasir Merah +tile.redSandStone.name=Batu Pasir Merah +tile.redSandStone.smooth.name=Batu Pasir Merah Halus +tile.redstoneDust.name=Bubuk Redstone +tile.redstoneLight.name=Lampu Redstone +tile.reeds.name=Tebu +tile.sand.default.name=Pasir +tile.sand.name=Pasir +tile.sand.red.name=Pasir Merah +tile.sandStone.chiseled.name=Batu Pasir Pahatan +tile.sandStone.default.name=Batu Pasir +tile.sandStone.name=Batu Pasir +tile.sandStone.smooth.name=Batu Pasir Halus +tile.sapling.acacia.name=Bibit Pohon Akasia +tile.sapling.big_oak.name=Bibit Ek Gelap +tile.sapling.birch.name=Bibit Pinus +tile.sapling.jungle.name=Bibit Pohon Hutan +tile.sapling.oak.name=Bibit Ek +tile.sapling.spruce.name=Bibit Cemara +tile.seaLantern.name=Lentera Bawah Laut +tile.sign.name=Papan Tanda +tile.slime.name=Balok Lendir +tile.snow.name=Salju +tile.sponge.dry.name=Busa +tile.sponge.wet.name=Busa Basah +tile.spruceFence.name=Pagar Kayu Cemara +tile.spruceFenceGate.name=Gerbang Kayu Cemara +tile.stainedGlass.black.name=Kaca Berwarna Hitam +tile.stainedGlass.blue.name=Kaca Berwarna Biru +tile.stainedGlass.brown.name=Kaca Berwarna Cokelat +tile.stainedGlass.cyan.name=Kaca Berwarna Sian +tile.stainedGlass.gray.name=Kaca Berwarna Abu-abu +tile.stainedGlass.green.name=Kaca Berwarna Hijau +tile.stainedGlass.lightBlue.name=Kaca Berwarna Biru Muda +tile.stainedGlass.lime.name=Kaca Berwarna Limau +tile.stainedGlass.magenta.name=Kaca Berwarna Magenta +tile.stainedGlass.name=Kaca Berwarna +tile.stainedGlass.orange.name=Kaca Berwarna Jingga +tile.stainedGlass.pink.name=Kaca Berwarna Merah Muda +tile.stainedGlass.purple.name=Kaca Berwarna Ungu +tile.stainedGlass.red.name=Kaca Berwarna Merah +tile.stainedGlass.silver.name=Kaca Berwarna Abu-abu Muda +tile.stainedGlass.white.name=Kaca Berwarna Putih +tile.stainedGlass.yellow.name=Kaca Berwarna Kuning +tile.stairsBrick.name=Tangga Bata +tile.stairsNetherBrick.name=Tangga Nether Brick +tile.stairsQuartz.name=Tangga Kuarsa +tile.stairsRedSandStone.name=Tangga Batu Pasir Merah +tile.stairsSandStone.name=Tangga Batu Pasir +tile.stairsStone.name=Tangga Batu +tile.stairsStoneBrickSmooth.name=Tangga Batu Bata +tile.stairsWood.name=Tangga kayu ek +tile.stairsWoodAcacia.name=Tangga Kayu Akasia +tile.stairsWoodBirch.name=Tangga Kayu Pinus +tile.stairsWoodDarkOak.name=Tangga Kayu Ek Gelap +tile.stairsWoodJungle.name=Tangga Kayu Hutan +tile.stairsWoodSpruce.name=Tangga kayu cemara +tile.stone.andesite.name=Andesit +tile.stone.andesiteSmooth.name=Andesit yang dipoles +tile.stone.diorite.name=Diorit +tile.stone.dioriteSmooth.name=Diorit yang dipoles +tile.stone.granite.name=Granit +tile.stone.graniteSmooth.name=Granit yang dipoles +tile.stone.stone.name=Batu +tile.stoneMoss.name=Batu Berlumut +tile.stoneSlab.brick.name=Lempeng Bata +tile.stoneSlab.cobble.name=Lempeng Batu Kasar +tile.stoneSlab.name=Lempeng Batu +tile.stoneSlab.netherBrick.name=Lempeng Bata Neraka +tile.stoneSlab.quartz.name=Lempeng Kuarsa +tile.stoneSlab.sand.name=Lempeng Batu Pasir +tile.stoneSlab.smoothStoneBrick.name=Lempeng Batu Bata +tile.stoneSlab.stone.name=Lempeng Batu +tile.stoneSlab.wood.name=Lempeng Kayu +tile.stoneSlab2.red_sandstone.name=Lempeng Batu Pasir Merah +tile.stonebrick.name=Batu Kasar +tile.stonebricksmooth.chiseled.name=Pahatan batu bata +tile.stonebricksmooth.cracked.name=Batu bata retak +tile.stonebricksmooth.default.name=Batu bata +tile.stonebricksmooth.mossy.name=Batu bata berlumut +tile.stonebricksmooth.name=Batu bata +tile.tallgrass.fern.name=Pakis +tile.tallgrass.grass.name=Rumput +tile.tallgrass.name=Rumput +tile.tallgrass.shrub.name=Semak +tile.thinGlass.name=Panel Kaca +tile.thinStainedGlass.black.name=Panel Kaca Berwarna Hitam +tile.thinStainedGlass.blue.name=Panel Kaca Berwarna Biru +tile.thinStainedGlass.brown.name=Panel Kaca Berwarna Cokelat +tile.thinStainedGlass.cyan.name=Panel Kaca Berwarna Sian +tile.thinStainedGlass.gray.name=Panel Kaca Berwarna Abu-abu +tile.thinStainedGlass.green.name=Panel Kaca Berwarna Hijau +tile.thinStainedGlass.lightBlue.name=Panel Kaca Berwarna Biru Muda +tile.thinStainedGlass.lime.name=Panel Kaca Berwarna Limau +tile.thinStainedGlass.magenta.name=Panel Kaca Berwarna Magenta +tile.thinStainedGlass.name=Panel Kaca Berwarna +tile.thinStainedGlass.orange.name=Panel Kaca Berwarna Jingga +tile.thinStainedGlass.pink.name=Panel Kaca Berwarna Merah Muda +tile.thinStainedGlass.purple.name=Panel Kaca Berwarna Ungu +tile.thinStainedGlass.red.name=Panel Kaca Berwarna Merah +tile.thinStainedGlass.silver.name=Panel Kaca Berwarna Abu-abu Muda +tile.thinStainedGlass.white.name=Panel Kaca Berwarna Putih +tile.thinStainedGlass.yellow.name=Panel Kaca Berwarna Kuning +tile.tnt.name=TNT +tile.torch.name=Obor +tile.trapdoor.name=Pintu Jebakan +tile.tripWire.name=kawat +tile.tripWireSource.name=Kawat Pengait +tile.vine.name=Tumbuhan Merambat +tile.water.name=Air +tile.waterlily.name=Daun Teratai +tile.web.name=Benang Laba-laba +tile.weightedPlate_heavy.name=Papan Tekan Pemberat (Berat) +tile.weightedPlate_light.name=Papan Tekan Pemberat (Ringan) +tile.whiteStone.name=Batu End +tile.wood.acacia.name=Papan Kayu Akasia +tile.wood.big_oak.name=Papan Kayu Ek Gelap +tile.wood.birch.name=Papan Kayu Pinus +tile.wood.jungle.name=Papan Kayu Hutan +tile.wood.name=Papan Kayu +tile.wood.oak.name=Papan Kayu Ek +tile.wood.spruce.name=Papan Kayu Cemara +tile.woodSlab.acacia.name=Lempeng Kayu Akasia +tile.woodSlab.big_oak.name=Lempeng Kayu Ek Gelap +tile.woodSlab.birch.name=Lemepeng Kayu Pinus +tile.woodSlab.jungle.name=Lempeng Kayu Hutan +tile.woodSlab.name=Lempeng Kayu +tile.woodSlab.oak.name=Lempeng Kayu Ek +tile.woodSlab.spruce.name=Lempeng Kayu Cemara +tile.woolCarpet.black.name=Karpet Hitam +tile.woolCarpet.blue.name=Karpet Biru +tile.woolCarpet.brown.name=Karpet Cokelat +tile.woolCarpet.cyan.name=Karpet Sian +tile.woolCarpet.gray.name=Karpet Abu-abu +tile.woolCarpet.green.name=Karpet Hijau +tile.woolCarpet.lightBlue.name=Karpet Biru Muda +tile.woolCarpet.lime.name=Karpet Limau +tile.woolCarpet.magenta.name=Karpet Magenta +tile.woolCarpet.name=Karpet +tile.woolCarpet.orange.name=Karpet Oranye +tile.woolCarpet.pink.name=Karpet Merah Muda +tile.woolCarpet.purple.name=Karpet Ungu +tile.woolCarpet.red.name=Karpet Merah +tile.woolCarpet.silver.name=Karpet abu terang +tile.woolCarpet.white.name=Karpet +tile.woolCarpet.yellow.name=Karpet Kuning +tile.workbench.name=Meja Kerja +title.oldgl1=Kartu grafis lama terdeteksi; Hal ini bisa mencegah Anda dari +title.oldgl2=bermain di masa mendatang karena OpenGL 2.0 akan diperlukan. +translation.test.invalid=halo % +translation.test.none=Halo, dunia! +translation.test.world=dunia diff --git a/javascript/lang/is_IS.lang b/javascript/lang/is_IS.lang new file mode 100755 index 00000000..1fe9a3e5 --- /dev/null +++ b/javascript/lang/is_IS.lang @@ -0,0 +1,1891 @@ +achievement.acquireIron=Eignast járn +achievement.acquireIron.desc=Bræða járngrýti +achievement.bakeCake=Lygin +achievement.bakeCake.desc=Hveiti, sykur, mjólk og egg! +achievement.blazeRod=Úr öskunni í eldinn +achievement.blazeRod.desc=Losa Loga við stöngina sína +achievement.bookcase=Bókasafnsvörður +achievement.bookcase.desc=Búðu til bókahillur til að bæta galdraborðið þitt +achievement.breedCow=Endur Ræktun +achievement.breedCow.desc=Ræktaðu tvær kýr með hveiti +achievement.buildBetterPickaxe=Færð uppfærslu +achievement.buildBetterPickaxe.desc=Búðu til betri haka +achievement.buildFurnace=Heitt umræðuefni +achievement.buildFurnace.desc=Búðu til bræðsluofn úr átta stykkjum af grjóti +achievement.buildHoe=Tími til að Rækta! +achievement.buildHoe.desc=Notaðu planka og spýtur til að búa til ljá +achievement.buildPickaxe=Námumaður +achievement.buildPickaxe.desc=Notaðu planka og spýtur til að búa til haka +achievement.buildSword=Bardagahetja +achievement.buildSword.desc=Notaðu planka og spýtur til að búa til sverð +achievement.buildWorkBench=Handverksmaður +achievement.buildWorkBench.desc=Búðu til vinnubekk með fjórum viðarplönkum +achievement.cookFish=Veiðimaður +achievement.cookFish.desc=Afla og elda fisk! +achievement.diamonds=DEMANTAR! +achievement.diamonds.desc=Náðu í demanta með járnverkfærum +achievement.diamondsToYou=Demantar Fyrir Þig! +achievement.diamondsToYou.desc=Hentu Demanti Til annars Spilara. +achievement.enchantments=Galdramaður +achievement.enchantments.desc=Notaðu bók, hrafntinnu og demanta til að búa til galdraborð +achievement.exploreAllBiomes=Ævintýra tími +achievement.exploreAllBiomes.desc=Uppgötvaðu allar tegundir landsvæða +achievement.flyPig=Þegar svín fljúga +achievement.flyPig.desc=Fljúgðu svíni fram af kletti +achievement.fullBeacon=Geislafræðingur +achievement.fullBeacon.desc=Smíða Geisla turn +achievement.get=Afreki náð! +achievement.ghast=Sendur heim aftur +achievement.ghast.desc=Drepa Draug með eldhnetti +achievement.killCow=Slátrari +achievement.killCow.desc=Safnaðu leðri +achievement.killEnemy=Skrímslaveiðari +achievement.killEnemy.desc=Ráðstu á og útrýmdu skrímsli +achievement.killWither=Byrjuninn. +achievement.killWither.desc=Drepa Wither +achievement.makeBread=Bakaðu Brauð +achievement.makeBread.desc=Breyttu hveiti í brauð +achievement.mineWood=Timbursveinn +achievement.mineWood.desc=Lemdu tré þangað til þú færð viðardrumb +achievement.onARail=Lestarstjóri +achievement.onARail.desc=Ferðastu að lágmark 1 km með námuvagni +achievement.openInventory=Opnaði bakpokann +achievement.openInventory.desc=Notaðu '%1$s' takkann til að opna bakpokann þinn. +achievement.overkill=Skaði skeður +achievement.overkill.desc=Náðu átta hjörtum af með einu höggi +achievement.overpowered=Yfirbugaði +achievement.overpowered.desc=Búa til Notch epli +achievement.portal=Við þurfum að fara dýpra +achievement.portal.desc=Byggðu gátt til Heljar +achievement.potion=Brugghús +achievement.potion.desc=Bruggaðu seið +achievement.requires=Þarft að fá '%1$s' áður +achievement.snipeSkeleton=Skytta +achievement.snipeSkeleton.desc=Dreptu beinagrind með ör af meira en 50 metra færi +achievement.spawnWither=Byrjuninn? +achievement.spawnWither.desc=Kalla fram Wither +achievement.taken=Tekin! +achievement.theEnd=Endirinn? +achievement.theEnd.desc=Finndu Endann +achievement.theEnd2=Endirinn. +achievement.theEnd2.desc=Dreptu Endadrekann +addServer.add=Bæta við +addServer.enterIp=Vistfang þjóns +addServer.enterName=Nafn þjóns +addServer.hideAddress=Fela slóð +addServer.resourcePack=Efnispakki þjóns +addServer.resourcePack.disabled=Slökkt +addServer.resourcePack.enabled=virkt +addServer.resourcePack.prompt=Spyrja +addServer.title=Breyta þjóni +advMode.allEntities=Nota "@e" til að gera öll einindi að marki +advMode.allPlayers=Notið "@a" til að velja alla leikmenn +advMode.command=Skipun +advMode.nearestPlayer=Notið "@p" til að velja næsta leikmann +advMode.notAllowed=Leikmaður verður að vera uppi í Skapandi umhverfi +advMode.notEnabled=Skipanakubbar eru ekki virkir á þessum þjóni +advMode.previousOutput=Síðustu skilaboð +advMode.randomPlayer=Notið "@r" til að velja leikmann af handahófi +advMode.setCommand=Stilltu skipun fyrir kubbinn +advMode.setCommand.success=Aðgerð hefur verið gerð: %s +attribute.modifier.plus.0=+%s %s +attribute.modifier.plus.1=+%s%% %s +attribute.modifier.plus.2=+%s%% %s +attribute.modifier.take.0=-%s %s +attribute.modifier.take.1=-%s%% %s +attribute.modifier.take.2=-%s%% %s +attribute.name.generic.attackDamage=Ãrásar skaði +attribute.name.generic.followRange=Mob elti svið +attribute.name.generic.knockbackResistance=Afturkasts vörn +attribute.name.generic.maxHealth=Hámarks heilsa +attribute.name.generic.movementSpeed=Hraði +attribute.name.horse.jumpStrength=Stökk kraftur hests +attribute.name.zombie.spawnReinforcements=Auka Uppvakningar +book.byAuthor=eftir %1$s +book.editTitle=Sláðu inn titil bókar: +book.finalizeButton=Kvitta og loka +book.finalizeWarning=ATH! Eftir að þú kvittar í bókina, þá er ekki lengur hægt að breyta henni. +book.generation.0=Frumrit +book.generation.1=Afrit af frumriti +book.generation.2=Afrit af afriti +book.generation.3=Snjáð +book.pageIndicator=Blaðsíða %1$s af %2$s +book.signButton=Kvitta +build.tooHigh=Hæðst sem hægt er að smíða er %s kubbar +chat.cannotSend=Get ekki sent spjall skilaboð +chat.copy=Afrita í klemmuspjald +chat.link.confirm=Ertu viss um að þú viljir opna eftirfarandi vefsíðu? +chat.link.confirmTrusted=Viltu opna þessa slóð eða afrita hana? +chat.link.open=Opna í vafra +chat.link.warning=Aldrei opna tengla frá fólki sem þú treystir ekki! +chat.stream.emote=(%s) * %s %s +chat.stream.text=(%s) <%s> %s +chat.type.achievement=Hefur unnið fyrir +chat.type.achievement.taken=%s hefur glatað ávinningnum %s +chat.type.admin=[%s: %s] +chat.type.announcement=[%s] %s +chat.type.emote=* %s %s +chat.type.text=<%s> %s +commands.achievement.alreadyHave=Leikamaður %s hefur þegar náð árangri %s +commands.achievement.dontHave=Leikmaður %s hefur ekki náð árangri %s +commands.achievement.give.success.all=Tókst að láta %s fá öll afrekin +commands.achievement.give.success.one=Tókst að gefa %s afrekið %s +commands.achievement.statTooLow=Leikmaðurin %s er ekki með %s tölfræði +commands.achievement.take.success.all=Tókst að taka allan árangur frá %s +commands.achievement.take.success.one=Tókst að taka tölfræðina %s frá %s +commands.achievement.unknownAchievement=Óþekkt afrek eða tölfræði '%s' +commands.achievement.usage=/achievement [player] +commands.ban.failed=Gat ekki banna leikmann %s +commands.ban.success=Bannaði leikmann %s +commands.ban.usage=/ban [ástæða ...] +commands.banip.invalid=Þú hefur slegið inn ranga IP tölu eða leikmann sem er ekki tengdur +commands.banip.success=Bannaði IP töluna %s +commands.banip.success.players=Bannaði IP töluna %s undir %s +commands.banip.usage=/ban-ip [ástæða ...] +commands.banlist.ips=Það eru samtals %s bannaðar IP tölur: +commands.banlist.players=Það eru samtals %s bannaðir leikmenn: +commands.banlist.usage=/banlist [ips|leikmenn] +commands.blockdata.failed=Gagnatagið breyttist ekki: %s +commands.blockdata.notValid=Markkubburinn er ekki gagnageymslukubbur +commands.blockdata.outOfWorld=Get ekki breytt kubbum fyrir utan heiminn +commands.blockdata.success=Gögn kubba uppfærð í: %s +commands.blockdata.tagError=Úrvinnsla gagnatags mistókst: %s +commands.blockdata.usage=/blockdata +commands.chunkinfo.compiled=Stykki er myndað. +commands.chunkinfo.empty=Stykki er tómt. +commands.chunkinfo.hasLayers=Stykki hefur lög: %s +commands.chunkinfo.isEmpty=Stykki hefur tóm lög: %s +commands.chunkinfo.location=Staður stykkis: (%s, %s, %s) +commands.chunkinfo.noChunk=Ekkert stykki fannst á stað %s, %s, %s +commands.chunkinfo.notCompiled=Stykki er ekki myndað. +commands.chunkinfo.notEmpty=Stykki er ekki tómt. +commands.chunkinfo.usage=/chunkinfo [ ] +commands.clear.failure=Gat ekki tæmt bakpokann hjá %s, það var ekkert í honum +commands.clear.success=Tæmdi %s úr bakpoka %s +commands.clear.tagError=Úrvinnsla gagnatags mistókst: %s +commands.clear.testing=%s hefur %s atriði sem uppfylla skilyrðin +commands.clear.usage=/clear [player] [item] [data] [maxCount] [dataTag] +commands.clone.failed=Engir kubbar klónaðir +commands.clone.noOverlap=Uppruni og áfangastaður mega ekki skarast +commands.clone.outOfWorld=Hef ekki aðgang að kubbum utan heimsins +commands.clone.success=%s kubbar klónaðir +commands.clone.tooManyBlocks=Of margir kubbar á tilgreinda svæðinu (%s > %s) +commands.clone.usage=/clone [mode] +commands.compare.failed=Uppruni og áfangastaður eru ekki eins +commands.compare.outOfWorld=Hef ekki aðgang að kubbum utan heimsins +commands.compare.success=%s kubbar bornir saman +commands.compare.tooManyBlocks=Of margir kubbar á tilgreinda svæðinu (%s > %s) +commands.compare.usage=/testforblocks [mode] +commands.debug.notStarted=Getur ekki stoppað það sem er ekki en hafið! +commands.debug.start=Upphaf villuleitar +commands.debug.stop=Hætti villuleit eftir %s sek (%s ticks) +commands.defaultgamemode.success=Heimurinn er nú stilltur á %s +commands.defaultgamemode.usage=/defaultgamemode +commands.deop.failed=%s gat ekki lækka í tign +commands.deop.success=%s lækkaði í tign +commands.deop.usage=/deop +commands.difficulty.success=Stilla erfiðleikastig á %s +commands.difficulty.usage=/difficulty +commands.downfall.success=Breytti úrkomu +commands.downfall.usage=/toggledownfall +commands.effect.failure.notActive=Gat ekki virkjað %1$s á %2$s þar sem þeir eru ekki tilbúnir +commands.effect.failure.notActive.all=Fékk enginn áhrif frá %s þar sem þeir eru ekki með nein +commands.effect.notFound=Það eru enginn dýr með merkið %s +commands.effect.success=Láta %1$s (Merki %2$s) * %3$s til %4$s í %5$s sek +commands.effect.success.removed=Fjarlægði %1$s af %2$s +commands.effect.success.removed.all=Fékk virkni frá %s +commands.effect.usage=/effect [seconds] [amplifier] [hideParticles] +commands.enchant.cantCombine=%1$s má ekki binda saman %1$s +commands.enchant.cantEnchant=Þessum galdri má ekki bæta við +commands.enchant.noItem=Leikmaðurinn heldur ekki á neinu +commands.enchant.notFound=Það er ekki til nein galdur nr. +commands.enchant.success=Galdur tókst +commands.enchant.usage=/enchant [stig] +commands.entitydata.failed=Gagnatagið breyttist ekki: %s +commands.entitydata.noPlayers=%s er leikmaður og ekki hægt að breyta +commands.entitydata.success=Gögn einindis uppfærð í: %s +commands.entitydata.tagError=Úrvinnsla gagnatags mistókst: %s +commands.entitydata.usage=/entitydata +commands.execute.allInvocationsFailed=Öll áköll mistókust: '%s' +commands.execute.failed=Tókst ekki að gera '%s' sem %s +commands.execute.usage=/execute OR /execute detect +commands.fill.failed=Engir kubbar fylltir +commands.fill.outOfWorld=Get ekki sett kubba utan við heiminn +commands.fill.success=%s kubbar fylltir +commands.fill.tagError=Úrvinnsla gagnatags mistókst: %s +commands.fill.tooManyBlocks=Of margir kubbar á tilgreinda svæðinu (%s > %s) +commands.fill.usage=/fill [dataValue] [oldBlockHandling] [dataTag] +commands.gamemode.success.other=%s leikur ham setja að %s +commands.gamemode.success.self=þinn leikur ham setja að %s +commands.gamemode.usage=/gamemode [leikmaður] +commands.gamerule.nopermission=Aðeins eigendur netþjóns geta breytt '%s' +commands.gamerule.norule=Það er ekki til nein leikregla sem heitir '%s' +commands.gamerule.success=Leikregla hefur verið uppfærð +commands.generic.boolean.invalid='%s' er ekki 'true' eða 'false' +commands.generic.double.tooBig=Talan sem þú slóst inn (%s) er of há, hámarkið er %s +commands.generic.double.tooSmall=Talan sem þú slóst inn (%s) er of lág, lámarkið er %s +commands.generic.entity.invalidType=Gerð hlutar '%s' er ógild +commands.generic.entity.invalidUuid=Uppgefið UUID hlutarins er með ógildu sniði +commands.generic.entity.notFound=Þessi hlutur finnst ekki +commands.generic.exception=Óþekkt villa kom upp þegar reynt varð að framkvæma þessa skipun +commands.generic.notFound=Óþekkt skipun. Prófaðu /help fyrir lista af leyfðum skipunum +commands.generic.num.invalid='%s' er ekki leyfileg tala +commands.generic.num.tooBig=Talan sem þú slóst inn (%s) er of há, hún má mest vera %s +commands.generic.num.tooSmall=Talan sem þú slóst inn (%s) er of lá, hún þarf að vera að minnsta kosti %s +commands.generic.parameter.invalid='%s' er ekki gildur stiki +commands.generic.permission=Þú hefur ekki réttindi til þess að nota þessa skipun +commands.generic.player.notFound=Þessi leikmaður fannst ekki +commands.generic.syntax=Ógild skipun +commands.generic.usage=Notkun: %s +commands.give.notFound=Það er enginn hlutur með ID %s +commands.give.success=Gaf %s * %s til %s +commands.give.tagError=Úrvinnsla gagnatags mistókst: %s +commands.give.usage=/give [magn] [data] [dataTag] +commands.help.footer=Ãbending: Notaðu inni á meðan að slá inn skipunina til sjálfvirkt farartæki-heill stjórn eða rök þess +commands.help.header=Hjálp + +commands.help.usage=/help [síða|skipun] +commands.kick.success=Sparkaði %s úr leiknum +commands.kick.success.reason=Sparkaði %s úr leiknum: '%s' +commands.kick.usage=/kick [ástæða ...] +commands.kill.successful=Drap %s +commands.kill.usage=/kill [player|entity] +commands.me.usage=/me +commands.message.display.incoming=%s hvíslaði að þér: %s +commands.message.display.outgoing=Þú hvíslaðir %s: %s +commands.message.sameTarget=Þú getur ekki sent sjálfum þér skilaboð! +commands.message.usage=/tell +commands.op.failed=Gat ekki op %s +commands.op.success=Oppaði %s +commands.op.usage=/op +commands.particle.notFound=Óþekkt heiti áhrifa (%s) +commands.particle.success=Spila áhrif %s í %s skipti +commands.particle.usage=/particle [count] [mode] +commands.players.list=Það eru %s/%s leikmenn að spila: +commands.players.usage=/list +commands.playsound.playerTooFar=Leikmaðurinn %s er of langt í burtu til þess að heyra hljóðið +commands.playsound.success=Spilaði hljóðið '%s' fyrir %s +commands.playsound.usage=/playsound [x] [y] [z] [hljóðstyrkur] [hæð] [lámarksHljóðstyrkur] +commands.publish.failed=Getur ekki hýst staðar leik +commands.publish.started=Staðar leikur hýstir á porti %s +commands.publish.usage=/publish +commands.replaceitem.block.usage=/replaceitem block [amount] [data] [dataTag] +commands.replaceitem.entity.usage=/replaceitem entity [amount] [data] [dataTag] +commands.replaceitem.failed=Gat ekki skipt bási %s út fyrir %s * %s +commands.replaceitem.noContainer=Kubbur á %s, %s, %s er ekki ílát +commands.replaceitem.success=Skipti bási %s út fyrir %s * %s +commands.replaceitem.tagError=Úrvinnsla gagnatags mistókst: %s +commands.replaceitem.usage=/replaceitem ... +commands.save-off.alreadyOff=Búið var að slökkva á vista. +commands.save-off.usage=/save-off +commands.save-on.alreadyOn=Búið er að kveika á vista. +commands.save-on.usage=/save-on +commands.save.disabled=Slökkti á sjálfvirkri vistun heims +commands.save.enabled=Kveikti á sjálfvirkri vistun heims +commands.save.failed=Vistun mistókst: %s +commands.save.start=Er að vista... +commands.save.success=Vistaði heiminn +commands.save.usage=/save-all +commands.say.usage=/say +commands.scoreboard.allMatchesFailed=Engin samsvörun fannst +commands.scoreboard.noMultiWildcard=Aðeins er leyft eitt algildistákn notenda +commands.scoreboard.objectiveNotFound=Ekkert markmið fannst með nafninu '%s' +commands.scoreboard.objectiveReadOnly=Markmiðinu '%s' er ekki hægt að breyta +commands.scoreboard.objectives.add.alreadyExists=Markmið sem heitir '%s' er nú þegar til +commands.scoreboard.objectives.add.displayTooLong=Skjá nafnið '%s' er of langt fyrir hlutverk, það má vera mest %s stafa langt +commands.scoreboard.objectives.add.success=Það tókst að bæta við hlutverkinu '%s' +commands.scoreboard.objectives.add.tooLong=Nafnið '%s' er of langt fyrir hlutverk, það má vera mest %s stafa langt +commands.scoreboard.objectives.add.usage=/scoreboard objectives add [Nafn sem sérst ...] +commands.scoreboard.objectives.add.wrongType=Röng tegund af markmiði '%s' +commands.scoreboard.objectives.list.count=Sýni %s hlutverk á stigatöflu: +commands.scoreboard.objectives.list.empty=Það eru enginn hlutverk á stigatöflunni +commands.scoreboard.objectives.list.entry=- %s: sýnt sem '%s' og er tegund '%s' +commands.scoreboard.objectives.remove.success=Fjarlægði hlutverkið '%s' giftusamlega +commands.scoreboard.objectives.remove.usage=/scoreboard objectives remove +commands.scoreboard.objectives.setdisplay.invalidSlot=Enginn slíkt skjá rauf '%s' +commands.scoreboard.objectives.setdisplay.successCleared=Hreinsaði hlutverk úr skjá rauf '%s' +commands.scoreboard.objectives.setdisplay.successSet=Færa hlutverk úr rauf '%s' í '%s' +commands.scoreboard.objectives.setdisplay.usage=/scoreboard objectives setdisplay [markmið] +commands.scoreboard.objectives.usage=/scoreboard objectives ... +commands.scoreboard.players.add.usage=/scoreboard players add [dataTag] +commands.scoreboard.players.enable.noTrigger=Markmið %s er ekki gikkur +commands.scoreboard.players.enable.success=Virkjaði gikk %s fyrir %s +commands.scoreboard.players.enable.usage=/scoreboard players enable +commands.scoreboard.players.list.count=Sýnir %s leikmenn á stigatöflunni: +commands.scoreboard.players.list.empty=Það eru engnir leikmenn á stigatöflunni +commands.scoreboard.players.list.player.count=Sýni %s markmið fyrir %s: +commands.scoreboard.players.list.player.empty=Leikmaður %s hefur enginn stig +commands.scoreboard.players.list.usage=/scoreboard players list [nafn] +commands.scoreboard.players.operation.invalidOperation=Ógild aðgerð %s +commands.scoreboard.players.operation.notFound=Ekkert skor %s fyrir %s fannst +commands.scoreboard.players.operation.success=Aðgerð heppnaðist +commands.scoreboard.players.operation.usage=/scoreboard players operation +commands.scoreboard.players.remove.usage=/scoreboard players remove [dataTag] +commands.scoreboard.players.reset.success=Hreinsa öll stig hjá leikmanni %s +commands.scoreboard.players.reset.usage=/scoreboard players reset [objective] +commands.scoreboard.players.resetscore.success=Núllstilla skor %s leikmanns %s +commands.scoreboard.players.set.success=Stilla stigin fyrir %s fyrir leikmenn %s til %s +commands.scoreboard.players.set.tagError=Úrvinnsla dataTag mistókst, ástæða: %s +commands.scoreboard.players.set.tagMismatch=Gagnatagið samsvarar ekki %s +commands.scoreboard.players.set.usage=/scoreboard players set [dataTag] +commands.scoreboard.players.test.failed=Skor %s er EKKI á bilinu %s til %s +commands.scoreboard.players.test.notFound=Ekkert %s skor fannst fyrir %s +commands.scoreboard.players.test.success=Skor %s er á bilinu %s til %s +commands.scoreboard.players.test.usage=/scoreboard players test +commands.scoreboard.players.usage=/scoreboard players ... +commands.scoreboard.teamNotFound=Ekkert lið fannst með nafninu '%s' +commands.scoreboard.teams.add.alreadyExists=Lið með nafnið '%s' er nú þegar til +commands.scoreboard.teams.add.displayTooLong=Skjá nafnið '%s' er of langt fyrir liðs nafn, það má vera lengst %s stafa langt +commands.scoreboard.teams.add.success=Bætti við liðinu '%s' +commands.scoreboard.teams.add.tooLong=Nafnið '%s' er of langt fyrir liðs nafn, það má vera lengst %s stafa langt +commands.scoreboard.teams.add.usage=/scoreboard teams add [sýnilegt nafn ...] +commands.scoreboard.teams.empty.alreadyEmpty=Liðið %s er nú þegar mannlaust, ekki er hægt að sökkva strönduðu skipi +commands.scoreboard.teams.empty.success=Fjarlægði alla %s leikmenn úr liðinu %s +commands.scoreboard.teams.empty.usage=/scoreboard teams empty +commands.scoreboard.teams.join.failure=Gat ekki bætt %s leikmanni(mönnum) í liðið %s: %s +commands.scoreboard.teams.join.success=Bætti %s leikmanni(mönnum) í liðið %s: %s +commands.scoreboard.teams.join.usage=/scoreboard teams join [leikmaður] +commands.scoreboard.teams.leave.failure=Gat ekki fjarlægt %s leikmenn(mann) úr liðunum: %s +commands.scoreboard.teams.leave.noTeam=Þú ert ekki í neinu liði +commands.scoreboard.teams.leave.success=Fjarlægði %s leikmenn(mann) úr liðunum: %s +commands.scoreboard.teams.leave.usage=/scoreboard teams leave [leikmaður] +commands.scoreboard.teams.list.count=Sýni %s lið á stigatöflunni: +commands.scoreboard.teams.list.empty=Það eru enginn lið skráð á stigatöfluna +commands.scoreboard.teams.list.entry=- %1$s: '%2$s' hefur %3$s spilara +commands.scoreboard.teams.list.player.count=Sýni %s leikmann(menn) í %s liðinu: +commands.scoreboard.teams.list.player.empty=Liðið %s er ekki með neina leikmenn +commands.scoreboard.teams.list.player.entry=- %2$s: %1$s (%3$s) +commands.scoreboard.teams.list.usage=/scoreboard teams list [nafn] +commands.scoreboard.teams.option.noValue=Gildi fyrir möguleikann %s eru: %s +commands.scoreboard.teams.option.success=Stilla möguleikan %s fyrir lið %s til %s +commands.scoreboard.teams.option.usage=/scoreboard teams option +commands.scoreboard.teams.remove.success=Fjarlægði liðið %s +commands.scoreboard.teams.remove.usage=/scoreboard teams remove +commands.scoreboard.teams.usage=/scoreboard teams ... +commands.scoreboard.usage=/scoreboard ... +commands.seed.success=Seed: %s +commands.seed.usage=/seed +commands.setblock.failed=Getur ekki sett niður kubb +commands.setblock.noChange=Ekki var hægt að setja niður kubbinn +commands.setblock.notFound=Engin kubbur með ID/nafnið %s +commands.setblock.outOfWorld=Ekki er hægt að setja niður kubba fyrir utan heiminn +commands.setblock.success=Kubb komið fyrrir +commands.setblock.tagError=Úrvinnsla gagnatags mistókst: %s +commands.setblock.usage=/setblock [dataValue] [oldBlockHandling] [dataTag] +commands.setidletimeout.success=Tókst að stilla af tengingar tíma í %s mínútur. +commands.setidletimeout.usage=/setidletimeout +commands.setworldspawn.success=Stilla upphafs punkt heimsins á (%s, %s, %s) +commands.spawnpoint.success=Stilla upphafs punkt %s á (%s, %s, %s) +commands.spreadplayers.failure.players=Ekki var hægt að dreifa %s leikmönnum %s,%s (of margir leikmenn fyrir þetta pláss - prófað að dreifa að hámarki %s) +commands.spreadplayers.failure.teams=Ekki var hægt að dreifa %s liðum %s,%s (of margir leikmenn fyrir þetta pláss - prófað að dreifa að hámarki %s) +commands.spreadplayers.info.players=(Meðar fjarlægð milli leikmanna er %s kubbar eftir %s endurtekningar) +commands.spreadplayers.info.teams=(Meðar fjarlægð milli liða er %s kubbar eftir %s endurtekningar) +commands.spreadplayers.spreading.players=Dreifir %s leikmönnum %s kubba radíus %s,%s (min %s kubba fjarlægð) +commands.spreadplayers.spreading.teams=Dreifir %s liðum %s kubba radíus %s,%s (min %s kubba fjarlægð) +commands.spreadplayers.success.players=Tókst að dreifa %s leikmönnum %s,%s +commands.spreadplayers.success.teams=Tókst að dreyfa %s liðum %s,%s +commands.spreadplayers.usage=/spreadplayers +commands.stats.block.clear.usage=/stats block clear +commands.stats.block.set.usage=/stats block set +commands.stats.block.usage=/stats block ... +commands.stats.cleared=Núllstillti tölfræði %s +commands.stats.entity.clear.usage=/stats entity clear +commands.stats.entity.set.usage=/stats entity set +commands.stats.entity.usage=/stats entity +commands.stats.failed=Ógildir stikar +commands.stats.noCompatibleBlock=Kubbur á %s, %s, %s er ekki með tölfræði +commands.stats.success=Vista tölfræði %s í %s á %s +commands.stats.usage=/stats ... +commands.stop.start=Er að stoppa þjóninn +commands.stop.usage=/stop +commands.summon.failed=Ekki hægt að kalla fram hlut +commands.summon.outOfWorld=Ekki hægt að kalla fram hlut fyrir utan heiminn +commands.summon.success=Tókst að kalla fram hlut +commands.summon.tagError=Úrvinnsla gagnatags mistókst: %s +commands.summon.usage=/summon [x] [y] [z] [dataTag] +commands.tellraw.jsonException=Röng json: %s +commands.tellraw.usage=/tellraw +commands.testfor.failure=%s passaði ekki við þá formgerð gagna sem krafist er +commands.testfor.success=%s fundin +commands.testfor.tagError=Úrvinnsla gagnatags mistókst: %s +commands.testfor.usage=/testfor [dataTag] +commands.testforblock.failed.data=Kubburinn á %s,%s,%s er með númerið %s (áætlaði: %s). +commands.testforblock.failed.nbt=Kubburinn á %s,%s,%s var ekki með réttan NBT kóða. +commands.testforblock.failed.tile=Kubburinn á %s,%s,%s er %s (áætlaði: %s). +commands.testforblock.failed.tileEntity=Kubburinn á %s,%s,%s er ekki eind og styður ekki samþáttun. +commands.testforblock.outOfWorld=Getur ekki gáð að kubb fyrir utan heiminn +commands.testforblock.success=Fann kubburinn á %s,%s,%s. +commands.testforblock.usage=/testforblock [dataValue] [dataTag] +commands.time.added=Bætti %s við tímann +commands.time.query=Klukkan er %s +commands.time.set=Setti tímann á %s +commands.time.usage=/time +commands.title.success=Title skipun tókst +commands.title.usage=/title ... +commands.title.usage.clear=/title clear|reset +commands.title.usage.times=/title times +commands.title.usage.title=/title title|subtitle +commands.tp.notSameDimension=Tókst ekki að fjarflytja leikmann vegna þess að hann er ekki ísömu vídd +commands.tp.success=Fjarflutti %s til %s +commands.tp.success.coordinates=Fjarflutti %s til %s,%s,%s +commands.tp.usage=/tp [target player] EÃA /tp [target player] [ ] +commands.trigger.disabled=Gikkur %s er ekki virkur +commands.trigger.invalidMode=Ógildur hamur gikks %s +commands.trigger.invalidObjective=Ógilt heiti gikks %s +commands.trigger.invalidPlayer=Aðeins leikmenn geta notað /trigger skipunina +commands.trigger.success=Gikk %s breytt með %s %s +commands.trigger.usage=/trigger +commands.unban.failed=Gat ekki afbanna leikmann %s +commands.unban.success=Afbannaði leikmann %s +commands.unban.usage=/pardon +commands.unbanip.invalid=Þú hefur slegið inn ranga IP tölu +commands.unbanip.success=Afbannaði IP tölu %s +commands.unbanip.usage=/pardon-ip +commands.weather.clear=Breyti í heiðskýrt veður +commands.weather.rain=Breyti í rigningar veður +commands.weather.thunder=Breyti í þrumu og rigninga veður +commands.weather.usage=/weather [lengd í sekúndum] +commands.whitelist.add.failed=Ekki var hægt að bæta %s á hvítlistann +commands.whitelist.add.success=Hvítlistaði %s +commands.whitelist.add.usage=/whitelist add +commands.whitelist.disabled=Slökkti á hvítlistun +commands.whitelist.enabled=Kveikti á hvítlistun +commands.whitelist.list=Það eru %s spilara (út af %s) hvítlistaðir: +commands.whitelist.reloaded=Endurhlóð hvítlista +commands.whitelist.remove.failed=Ekki var hægt að fjarlægja %s af hvítlistanum +commands.whitelist.remove.success=Tók %s af hvítlista +commands.whitelist.remove.usage=/whitelist remove +commands.whitelist.usage=/whitelist +commands.worldborder.add.usage=/worldborder add [timeInSeconds] +commands.worldborder.center.success=Stilla jaðarmiðju heims á %s,%s +commands.worldborder.center.usage=/worldborder center +commands.worldborder.damage.amount.usage=/worldborder damage amount +commands.worldborder.damage.buffer.usage=/worldborder damage buffer +commands.worldborder.damage.usage=/worldborder damage +commands.worldborder.get.success=Jaðar heims er nú %s kubbar á breidd +commands.worldborder.set.success=Stilla breidd á jaðri heims á %s kubba (úr %s kubbum) +commands.worldborder.set.usage=/worldborder set [timeInSeconds] +commands.worldborder.setSlowly.grow.success=Breikka jaðar heims í %s kubba breidd (úr %s kubbum) á %s sekúndum +commands.worldborder.setSlowly.shrink.success=Mjókka jaðar heims í %s kubba breidd (úr %s kubbum) á %s sekúndum +commands.worldborder.usage=/worldborder ... +commands.worldborder.warning.distance.usage=/worldborder warning distance +commands.worldborder.warning.time.usage=/worldborder warning time +commands.worldborder.warning.usage=/worldborder warning +commands.xp.failure.widthdrawXp=Getur ekki gefið spilara neikvæð reynslustig +commands.xp.success=%s fékk %s reynslustig +commands.xp.success.levels=Þú gafst %s %s stig +commands.xp.success.negative.levels=Tókst %s stig af %s +commands.xp.usage=/xp [leikmaður] EÃA /xp L [leikmaður] +connect.authorizing=Auðkenning... +connect.connecting=Tengist þjóni... +connect.failed=Ekki tókst að tengjast þjóni +container.beacon=Geisli +container.brewing=Bruggstandur +container.chest=Kista +container.chestDouble=Stór Kista +container.crafting=Smíða +container.creative=Velja hlut +container.dispenser=Skammtari +container.dropper=Skammtari +container.enchant=Galdra +container.enchant.clue=%s . . . ? +container.enderchest=Enda kista +container.furnace=Ofn +container.hopper=Trekt +container.inventory=Bakpoki +container.isLocked=%s er læst! +container.minecart=Námuvagn +container.repair=Geravið & nefna +container.repair.cost=Reynslu kostnaður %1$s +container.repair.expensive=Of dýrt! +controls.reset=Endurstilla +controls.resetAll=Endurstilla lyklaborðs stillingar +controls.title=Stjórntakkar +createWorld.customize.custom.baseSize=Grunn dýptar stærð +createWorld.customize.custom.biomeDepthOffset=Dýptarfrávik vistkerfis +createWorld.customize.custom.biomeDepthWeight=Dýpt landsvæða +createWorld.customize.custom.biomeSize=Stærð vistkerfis +createWorld.customize.custom.center=Hæð miðju +createWorld.customize.custom.confirm1=Þetta mun skrifa yfir núverandi +createWorld.customize.custom.confirm2=stillingar og er ekki hægt að afturkalla. +createWorld.customize.custom.confirmTitle=Varúð! +createWorld.customize.custom.coordinateScale=Hnit skali +createWorld.customize.custom.count=Kveikjutilraunir +createWorld.customize.custom.defaults=Sjálfgefið +createWorld.customize.custom.depthNoiseScaleExponent=Dýptar ruglunar veldisvísir +createWorld.customize.custom.depthNoiseScaleX=Dýptar ruglunar skali X +createWorld.customize.custom.depthNoiseScaleZ=Dýptar ruglunar skali Z +createWorld.customize.custom.dungeonChance=Dýflissufjöldi +createWorld.customize.custom.fixedBiome=Vistkerfi +createWorld.customize.custom.heightScale=Hæðar skali +createWorld.customize.custom.lavaLakeChance=Fátíðni hrauntjarna +createWorld.customize.custom.lowerLimitScale=Lægri mörk skala +createWorld.customize.custom.mainNoiseScaleX=Aðal ruglunar skali X +createWorld.customize.custom.mainNoiseScaleY=Aðal ruglunar skali Y +createWorld.customize.custom.mainNoiseScaleZ=Aðal ruglunar skali Z +createWorld.customize.custom.maxHeight=Mesta hæð +createWorld.customize.custom.minHeight=Minnsta hæð +createWorld.customize.custom.next=Næsta síða +createWorld.customize.custom.page0=Grunn stillingar +createWorld.customize.custom.page1=Efnis stillingar(járn, demantar o.þ.h) +createWorld.customize.custom.page2=Ãtarlegar stillingar (Bara fyrir snillingar!) +createWorld.customize.custom.page3=Auka Ãtarlegar stillingar (Bara fyrir snillingar!) +createWorld.customize.custom.preset.caveChaos=Hellar í rugli +createWorld.customize.custom.preset.caveDelight=Hamingja hellakönnuða +createWorld.customize.custom.preset.drought=Þurrkur +createWorld.customize.custom.preset.goodLuck=Gangi vel +createWorld.customize.custom.preset.isleLand=Eyjaland +createWorld.customize.custom.preset.mountains=Fjallaflónska +createWorld.customize.custom.preset.waterWorld=Vatnaveröld +createWorld.customize.custom.presets=Forstillingar +createWorld.customize.custom.presets.title=Sérsníða forstillingar heims +createWorld.customize.custom.prev=Fyrri síða +createWorld.customize.custom.randomize=Handahóf +createWorld.customize.custom.riverSize=Stærð fljóta +createWorld.customize.custom.seaLevel=Sjávarhæð +createWorld.customize.custom.size=Stærð kveikju +createWorld.customize.custom.spread=Hæð dreifingar +createWorld.customize.custom.stretchY=Hæðar tegja +createWorld.customize.custom.upperLimitScale=Efri mörk skala +createWorld.customize.custom.useCaves=Hellar +createWorld.customize.custom.useDungeons=Dýflissur +createWorld.customize.custom.useLavaLakes=Hrauntjarnir +createWorld.customize.custom.useLavaOceans=Hraunhöf +createWorld.customize.custom.useMineShafts=Námugöng +createWorld.customize.custom.useMonuments=Úthafsminnismerki +createWorld.customize.custom.useRavines=Gljúfur +createWorld.customize.custom.useStrongholds=Virki +createWorld.customize.custom.useTemples=Musteri +createWorld.customize.custom.useVillages=Þorp +createWorld.customize.custom.useWaterLakes=Stöðuvötn +createWorld.customize.custom.waterLakeChance=Fátíðni stöðuvatna +createWorld.customize.flat.addLayer=Bæta við lagi +createWorld.customize.flat.editLayer=Breyta lagi +createWorld.customize.flat.height=Hæð +createWorld.customize.flat.layer=%s +createWorld.customize.flat.layer.bottom=Neðsta - %s +createWorld.customize.flat.layer.top=Efsta - %s +createWorld.customize.flat.removeLayer=Fjarlægja lag +createWorld.customize.flat.tile=Efnislag +createWorld.customize.flat.title=Ofurflatt sérsnið +createWorld.customize.presets=Forstillingar +createWorld.customize.presets.list=Annars geturðu notað þessa hér sem við gerðum! +createWorld.customize.presets.select=Nota forstillingu +createWorld.customize.presets.share=Viltu deila þessari forstillingu með einhverjum? Notaðu þá kassann hér fyrir neðan! +createWorld.customize.presets.title=Velja forstillingu +death.attack.anvil=%1$s var kramin af fallandi steðja +death.attack.arrow=%1$s var skotin af %2$s +death.attack.arrow.item=%1$s var skotin af %2$s með %3$s +death.attack.cactus=%1$s var stunginn til dauða +death.attack.cactus.player=%1$s gekk á kaktus þegar hann var að flýja %2$s +death.attack.drown=%1$s druknaði +death.attack.drown.player=%1$s druknaði þegar hann var að flýja %2$s +death.attack.explosion=%1$s sprakk +death.attack.explosion.player=%1$s var sprendur af %2$s +death.attack.fall=%1$s féll til dauða +death.attack.fallingBlock=%1$s var kramin af fallandi kubbi +death.attack.fireball=%1$s drap %2$s með eldhnetti +death.attack.fireball.item=%1$s var brendur af %2$s með %3$s +death.attack.generic=%1$s dó +death.attack.inFire=%1$s fuðraði upp +death.attack.inFire.player=%1$s labbaði inn í bál þegar hann var að berjast við %2$s +death.attack.inWall=%1$s kafnaði í vegg +death.attack.indirectMagic=%1$s var drepin af %2$s með göldrum +death.attack.indirectMagic.item=%1$s var drepin af %2$s með %3$s +death.attack.lava=%1$s reyndi að synda í hrauni +death.attack.lava.player=%1$s reyndi að synda í hrauni þegar hann var að flýja %2$s +death.attack.lightningBolt=%1$s varð fyrir eldingu +death.attack.magic=%1$s var depin með göldrum +death.attack.mob=%1$s var drepin af %2$s +death.attack.onFire=%1$s brann til dauða +death.attack.onFire.player=%1$s brann til dauða þegar hann var að berjast við %2$s +death.attack.outOfWorld=%1$s féll úr heiminum +death.attack.player=%1$s var drepin af %2$s +death.attack.player.item=%1$s var drepin af %2$s með %3$s +death.attack.starve=%1$s dó úr hungri +death.attack.thorns=%1$s var drepin þegar hann var að reyna að drepa %2$s +death.attack.thrown=%1$s var barinn af %2$s +death.attack.thrown.item=%1$s var barinn af %2$s með %3$s +death.attack.wither=%1$s visnaði upp +death.fell.accident.generic=%1$s datt ofan af háum stað +death.fell.accident.ladder=%1$s datt úr stiga +death.fell.accident.vines=%1$s féll af greinum +death.fell.accident.water=%1$s datt úr vatni +death.fell.assist=%1$s var ætlað að falla af %2$s +death.fell.assist.item=%1$s var ætlað að falla af %2$s með %3$s +death.fell.finish=%1$s féll of lang og var drepin af %2$s +death.fell.finish.item=%1$s féll of lang og var drepin af %2$s með %3$s +death.fell.killer=%1$s var ætlað að detta +deathScreen.deleteWorld=Eyða heimi +deathScreen.hardcoreInfo=Þú getur ekki byrjað upp á nýtt, þú ert of harðkjarna! +deathScreen.leaveServer=Hætta netspilun +deathScreen.quit.confirm=Ertu viss um að þú viljir hætta? +deathScreen.respawn=Byrja aftur +deathScreen.score=Stig +deathScreen.title=Þú dóst! +deathScreen.title.hardcore=Leik lokið! +deathScreen.titleScreen=Valmynd +demo.day.1=Þessi prufuútgáfa endist í 5 leikjadaga, gerðu þitt besta! +demo.day.2=Dagur tvö +demo.day.3=Dagur þrjú +demo.day.4=Dagur fjögur +demo.day.5=Þetta er seinasti dagurinn þinn! +demo.day.6=Fimm dagar eru liðnir, notaðu F2 til að taka skjámynd af því sem þú hefur búið til +demo.day.warning=Þinn tími er næstum liðinn! +demo.demoExpired=Prufu tíminn er útrunninn! +demo.help.buy=Kaup Núna! +demo.help.fullWrapped=Þessi pufuútgafa mun endast í fimm minecraft daga (uþb. ein og hálfan klukkutíma af rauntíma). Skoðaðu "afrekin" til að fá vísbendingar! Góða skemtun! +demo.help.inventory=Notaðu %1$s til að opna bakpokann þinn +demo.help.jump=Hoppaðu með %1$s +demo.help.later=Spila meira! +demo.help.movement=Notaðu %1$s, %2$s, %3$s, %4$s og músina til að hreyfa þig +demo.help.movementMouse=Notaðu músina til þess að horfa í kringum þig +demo.help.movementShort=Labbaðu um með því að nota %1$s, %2$s, %3$s, %4$s +demo.help.title=Minecraft prufu útgáfa +demo.remainingTime=Tími eftir: %s +demo.reminder=Þessi prufuútgáfa er útrunnin, kauptu leikinn til að halda áfram eða gerðu nýjann prufuheim! +difficulty.lock.question=Ertu viss um að þú viljir læsa erfiðleikastigi þessa heims? Það mun valda því að heimurinn verður alltaf %1$s og þú munt aldrei geta breytt því aftur. +difficulty.lock.title=Læsa erfiðleikastigi heims +disconnect.closed=Tengingu lokað +disconnect.disconnected=Þjónninn sleit sambandinu +disconnect.endOfStream=Engin gögn +disconnect.genericReason=%s +disconnect.kicked=Var hent úr leiknum +disconnect.loginFailed=Auðkenning mistókst +disconnect.loginFailedInfo=Auðkenning tókst ekki: %s +disconnect.loginFailedInfo.invalidSession=Ógilt Session (Prófaðu að endur ræsa leikinn ) +disconnect.loginFailedInfo.serversUnavailable=Staðfestingarkerfið er niðri í augnablikinu vegna viðhalds. +disconnect.lost=Tenging slitnaði +disconnect.overflow=Yfirflæði gagna +disconnect.quitting=Hætti +disconnect.spam=Rekinn fyrir að blaðra +disconnect.timeout=Þjónn svarar ekki +enchantment.arrowDamage=Kraftur +enchantment.arrowFire=Logi +enchantment.arrowInfinite=Óendanlegar örvar +enchantment.arrowKnockback=Afturkast +enchantment.damage.all=Oddhvasst +enchantment.damage.arthropods=Liðdýrabani +enchantment.damage.undead=Uppvakningabani +enchantment.digging=Dugnaður +enchantment.durability=Óbrjótanlegt +enchantment.fire=Eldkraftur +enchantment.fishingSpeed=Beita +enchantment.knockback=Afturkast +enchantment.level.1=I +enchantment.level.10=X +enchantment.level.2=II +enchantment.level.3=III +enchantment.level.4=IV +enchantment.level.5=V +enchantment.level.6=VI +enchantment.level.7=VII +enchantment.level.8=VIII +enchantment.level.9=IX +enchantment.lootBonus=Þjófnaður +enchantment.lootBonusDigger=Gæfa +enchantment.lootBonusFishing=Heppni Hafsins +enchantment.oxygen=Kafari +enchantment.protect.all=Vörn +enchantment.protect.explosion=Sprengivörn +enchantment.protect.fall=Fjöðurfall +enchantment.protect.fire=Eldvörn +enchantment.protect.projectile=Skotheldur +enchantment.thorns=Þyrnar +enchantment.untouching=Vandaverk +enchantment.waterWalker=Vatnsgengill +enchantment.waterWorker=Neðansjávar vinnugarpur +entity.ArmorStand.name=Brynjustandur +entity.Arrow.name=Ör +entity.Bat.name=Leðurblaka +entity.Blaze.name=Logi +entity.Boat.name=Bátur +entity.Cat.name=Köttur +entity.CaveSpider.name=Hellakönguló +entity.Chicken.name=Kjúklingur +entity.Cow.name=Kýr +entity.Creeper.name=Laumupúki +entity.EnderDragon.name=Endadreki +entity.Enderman.name=Endamaður +entity.Endermite.name=Endermíti +entity.EntityHorse.name=Hestur +entity.FallingSand.name=Fallandi kubbur +entity.Fireball.name=Eldhnöttur +entity.Ghast.name=Draugur +entity.Giant.name=Risi +entity.Guardian.name=Vaktari +entity.Item.name=Hlutur +entity.KillerBunny.name=Banakanínan +entity.LavaSlime.name=Kvikukubbur +entity.Minecart.name=Námuvagn +entity.Mob.name=Kvikindi +entity.Monster.name=Skrímsli +entity.MushroomCow.name=Baulsveppur +entity.Ozelot.name=Pardusköttur +entity.Painting.name=Málverk +entity.Pig.name=Svín +entity.PigZombie.name=Uppvakin svínsmaður +entity.PrimedTnt.name=Sprengiefni +entity.Rabbit.name=Kanína +entity.Sheep.name=Kind +entity.Silverfish.name=Silfurskotta +entity.Skeleton.name=Beinagrind +entity.Slime.name=Slím +entity.SmallFireball.name=Lítill eldhnöttur +entity.SnowMan.name=Snjókall +entity.Snowball.name=Snjóbolti +entity.Spider.name=Könguló +entity.Squid.name=Smokkfiskur +entity.Villager.armor=Brynjusmiður +entity.Villager.butcher=Slátrari +entity.Villager.cleric=Klerkur +entity.Villager.farmer=Bóndi +entity.Villager.fisherman=Fiskimaður +entity.Villager.fletcher=Örvasmiður +entity.Villager.leather=Leðurskeri +entity.Villager.librarian=Bókavörður +entity.Villager.name=Þorpsbúi +entity.Villager.shepherd=Fjárhirðir +entity.Villager.tool=Verkfærasmiður +entity.Villager.weapon=Vopnasmiður +entity.VillagerGolem.name=Þjarkur +entity.Witch.name=Norn +entity.WitherBoss.name=Wither +entity.Wolf.name=Úlfur +entity.XPOrb.name=Reynslubolti +entity.Zombie.name=Uppvakningur +entity.donkey.name=Asni +entity.generic.name=óþekkt +entity.horse.name=Hestur +entity.mule.name=Múlasni +entity.skeletonhorse.name=Beinagrindar hestur +entity.zombiehorse.name=Uppvaknings hestur +gameMode.adventure=Ævintýra leikur +gameMode.changed=Leikgerð þinni hefur verið breytt +gameMode.creative=Skapandi +gameMode.hardcore=Harðkjarna! +gameMode.spectator=Ãhorfendahamur +gameMode.survival=Lifa af +generator.amplified=MAGNAà +generator.amplified.info=Athugið: Bara til skemmtunar, þarf öfluga tölvu +generator.customized=Sérsniðið +generator.debug_all_block_states=Villuleitarhamur +generator.default=Upprunaleg landslagsmyndun +generator.flat=Flöt landslagsmyndun +generator.largeBiomes=Stór Landsvæði +gui.achievements=Afrek +gui.all=Allt +gui.back=Til baka +gui.cancel=Hætta við +gui.done=Lokið +gui.down=Niður +gui.no=Nei +gui.none=Ekkert +gui.stats=Tölfræði +gui.toMenu=Til baka á upphafsskjá +gui.up=Upp +gui.yes=Já +inventory.binSlot=Eyða hlut +item.apple.name=Epli +item.appleGold.name=Gullepli +item.armorStand.name=Brynjustandur +item.arrow.name=Ör +item.banner.black.name=Svartur fáni +item.banner.blue.name=Blár borði +item.banner.brown.name=Brúnn borði +item.banner.cyan.name=Grænblár borði +item.banner.gray.name=Grár borði +item.banner.green.name=Grænn borði +item.banner.lightBlue.name=Ljósblár borði +item.banner.lime.name=Límónugrænn borði +item.banner.magenta.name=Bleikrauður borði +item.banner.orange.name=Appelsínugulur borði +item.banner.pink.name=Bleikur borði +item.banner.purple.name=Fjólublár borði +item.banner.red.name=Rauður fáni +item.banner.silver.name=Ljósgrár borði +item.banner.white.name=Hvítur borði +item.banner.yellow.name=Gulur borði +item.bed.name=Rúm +item.beefCooked.name=Nautasteik +item.beefRaw.name=Hrátt nautakjöt +item.blazePowder.name=Logaduft +item.blazeRod.name=Logateinn +item.boat.name=Bátur +item.bone.name=Bein +item.book.name=Bók +item.bootsChain.name=Hringastígvél +item.bootsCloth.name=Leðurstígvél +item.bootsDiamond.name=Demantsstígvél +item.bootsGold.name=Smjör stígvél +item.bootsIron.name=Járnstígvél +item.bow.name=Bogi +item.bowl.name=Skál +item.bread.name=Brauð +item.brewingStand.name=Bruggstandur +item.brick.name=Múrsteinn +item.bucket.name=Fata +item.bucketLava.name=Hraun fata +item.bucketWater.name=Vatnsfata +item.cake.name=Kaka +item.canBreak=Getur brotið: +item.canPlace=Getur verið sett á: +item.carrotGolden.name=Gyllt gulrót +item.carrotOnAStick.name=Gulrót á stöng +item.carrots.name=Gulrót +item.cauldron.name=Seiðpottur +item.charcoal.name=Viðarkol +item.chestplateChain.name=Hringabrynja +item.chestplateCloth.name=Leðurjakki +item.chestplateDiamond.name=Demantsbrynja +item.chestplateGold.name=Gullbrynja +item.chestplateIron.name=Járnbrynja +item.chickenCooked.name=Eldaður kjúklingur +item.chickenRaw.name=Hrár kjúklingur +item.clay.name=Leir +item.clock.name=Klukka +item.coal.name=Kol +item.comparator.name=Roðasteinsfráviksmál +item.compass.name=Ãttaviti +item.cookie.name=Smákaka +item.diamond.name=Demantur +item.diode.name=Roðsteinsmagnari +item.doorAcacia.name=Akasíuviðarhurð +item.doorBirch.name=Birkihurð +item.doorDarkOak.name=Dökk eikarhurð +item.doorIron.name=Járnhurð +item.doorJungle.name=Frumskógarviðshurð +item.doorOak.name=Eikarhurð +item.doorSpruce.name=Grenihurð +item.dyePowder.black.name=Bleksekkur +item.dyePowder.blue.name=Asúrsteinn +item.dyePowder.brown.name=Kakóbaunir +item.dyePowder.cyan.name=Lillablár litur +item.dyePowder.gray.name=Grár litur +item.dyePowder.green.name=Kaktusgrænn +item.dyePowder.lightBlue.name=Ljósblár litur +item.dyePowder.lime.name=Ljósgrænn litur +item.dyePowder.magenta.name=Vínrauður litur +item.dyePowder.orange.name=Appelsínugulur litur +item.dyePowder.pink.name=Bleikur litur +item.dyePowder.purple.name=Fjólublár litur +item.dyePowder.red.name=Rósrauður +item.dyePowder.silver.name=Ljósgrár litur +item.dyePowder.white.name=Beinamjöl +item.dyePowder.yellow.name=Sólblóma gult +item.dyed=Litaðar +item.egg.name=Egg +item.emerald.name=Smaragður +item.emptyMap.name=Blankt kort +item.emptyPotion.name=Vatnsflaska +item.enchantedBook.name=Galdra bók +item.enderPearl.name=Enda perla +item.expBottle.name=Reynsluflaska +item.eyeOfEnder.name=Endamanns Auga +item.feather.name=Fjöður +item.fermentedSpiderEye.name=Súrsað Kóngulóarauga +item.fireball.name=Eldhnöttur +item.fireworks.flight=Flugtími +item.fireworks.name=Raketta +item.fireworksCharge.black=Svört +item.fireworksCharge.blue=Blá +item.fireworksCharge.brown=Brún +item.fireworksCharge.customColor=Sérsniðin +item.fireworksCharge.cyan=Lillablár +item.fireworksCharge.fadeTo=Aflitast í +item.fireworksCharge.flicker=Blikandi +item.fireworksCharge.gray=Grá +item.fireworksCharge.green=Græn +item.fireworksCharge.lightBlue=Ljósblá +item.fireworksCharge.lime=Ljósgrænn +item.fireworksCharge.magenta=Vínrautt +item.fireworksCharge.name=Spreingi kúla +item.fireworksCharge.orange=Appelsínugul +item.fireworksCharge.pink=Bleik +item.fireworksCharge.purple=Fjólublá +item.fireworksCharge.red=Rauð +item.fireworksCharge.silver=Ljósgrá +item.fireworksCharge.trail=Slóð +item.fireworksCharge.type=Óvitað form +item.fireworksCharge.type.0=Lítill kúla +item.fireworksCharge.type.1=Stór kúla +item.fireworksCharge.type.2=Stjörnu-löguð +item.fireworksCharge.type.3=Creeper-löguð +item.fireworksCharge.type.4=Hríð +item.fireworksCharge.white=Hvít +item.fireworksCharge.yellow=Gul +item.fish.clownfish.raw.name=Trúðafiskur +item.fish.cod.cooked.name=Eldaður Fiskur +item.fish.cod.raw.name=Hrár Fiskur +item.fish.pufferfish.raw.name=Kúlufiskur +item.fish.salmon.cooked.name=Eldaður Lax +item.fish.salmon.raw.name=Hrár Lax +item.fishingRod.name=Veiðistöng +item.flint.name=Tinna +item.flintAndSteel.name=Tinna og Stál +item.flowerPot.name=Blómapottur +item.frame.name=Rammi +item.ghastTear.name=Draugatár +item.glassBottle.name=Flaska +item.goldNugget.name=Gullmoli +item.hatchetDiamond.name=Demantsexi +item.hatchetGold.name=Gullöxi +item.hatchetIron.name=Járnexi +item.hatchetStone.name=Steinöxi +item.hatchetWood.name=Viðarexi +item.helmetChain.name=Hringahetta +item.helmetCloth.name=Leðurhattur +item.helmetDiamond.name=Demantshjálmur +item.helmetGold.name=Gullhjálmur +item.helmetIron.name=Járnhjálmur +item.hoeDiamond.name=Demantsplógur +item.hoeGold.name=Gullplógur +item.hoeIron.name=Járnplógur +item.hoeStone.name=Steinplógur +item.hoeWood.name=Viðarplógur +item.horsearmordiamond.name=Demants Hesta brynja +item.horsearmorgold.name=Gull Hesta brynja +item.horsearmormetal.name=Járn Hesta brynja +item.ingotGold.name=Gullhleifur +item.ingotIron.name=Járnhleifur +item.leash.name=Ól +item.leather.name=Leður +item.leaves.name=Laufblöð +item.leggingsChain.name=Hringabuxur +item.leggingsCloth.name=Leðurbuxur +item.leggingsDiamond.name=Demantslegghlífar +item.leggingsGold.name=Gulllegghlífar +item.leggingsIron.name=Járnlegghlífar +item.magmaCream.name=Kvikukrem +item.map.name=Kort +item.melon.name=Melóna +item.milk.name=Mjólk +item.minecart.name=Námuvagn +item.minecartChest.name=Námuvagn með Kistu +item.minecartCommandBlock.name=Námuvagn með Forritunarkubb +item.minecartFurnace.name=Námuvagn með Ofni +item.minecartHopper.name=Námuvagn með trekt +item.minecartTnt.name=Námuvagn með Dínamít +item.monsterPlacer.name=Kalla fram +item.mushroomStew.name=Sveppasúpa +item.muttonCooked.name=Soðið lambakjöt +item.muttonRaw.name=Hrátt lambakjöt +item.nameTag.name=Nafnspjald +item.netherStalkSeeds.name=Heljarvarta +item.netherStar.name=Heljarstirni +item.netherbrick.name=Heljar músteinn +item.netherquartz.name=Kvars +item.painting.name=Málverk +item.paper.name=Blað +item.pickaxeDiamond.name=Demantshaki +item.pickaxeGold.name=Gullhaki +item.pickaxeIron.name=Járnhaki +item.pickaxeStone.name=Steinhaki +item.pickaxeWood.name=Viðarhaki +item.porkchopCooked.name=Eldað svínakjöt +item.porkchopRaw.name=Hrátt svínakjöt +item.potato.name=Kartafla +item.potatoBaked.name=Bökuð kartafla +item.potatoPoisonous.name=Eitruð kartafla +item.potion.name=Seyði +item.prismarineCrystals.name=Prismarínkristallar +item.prismarineShard.name=Prismarínbrot +item.pumpkinPie.name=Graskers baka +item.rabbitCooked.name=Soðið kanínukjöt +item.rabbitFoot.name=Kanínufótur +item.rabbitHide.name=Kanínuskinn +item.rabbitRaw.name=Hrátt kanínukjöt +item.rabbitStew.name=Kanínukássa +item.record.11.desc=C418 - 11 +item.record.13.desc=C418 - 13 +item.record.blocks.desc=C418 - blocks +item.record.cat.desc=C418 - cat +item.record.chirp.desc=C418 - chirp +item.record.far.desc=C418 - far +item.record.mall.desc=C418 - mall +item.record.mellohi.desc=C418 - mellohi +item.record.name=Vínýll +item.record.stal.desc=C418 - stal +item.record.strad.desc=C418 - strad +item.record.wait.desc=C418 - wait +item.record.ward.desc=C418 - ward +item.redstone.name=Roðsteinn +item.reeds.name=Sykurreyr +item.rottenFlesh.name=Rotið hold +item.ruby.name=Rúbín +item.saddle.name=Hnakkur +item.seeds.name=Fræ +item.seeds_melon.name=Melónufræ +item.seeds_pumpkin.name=Graskersfræ +item.shears.name=Klippur +item.shovelDiamond.name=Demantsskófla +item.shovelGold.name=Gullskófla +item.shovelIron.name=Járnskófla +item.shovelStone.name=Steinskófla +item.shovelWood.name=Viðarskófla +item.sign.name=Skilti +item.skull.char.name=Höfuð +item.skull.creeper.name=Höfuð af Creeper +item.skull.player.name=Haus %ss +item.skull.skeleton.name=Hauskúpa +item.skull.wither.name=Wither hauskúpa +item.skull.zombie.name=Höfuð uppvaknings +item.slimeball.name=Slímbolti +item.snowball.name=Snjóbolti +item.speckledMelon.name=Glitrandi Melóna +item.spiderEye.name=Köngulóarauga +item.stick.name=Prik +item.string.name=Snæri +item.sugar.name=Sykur +item.sulphur.name=Byssupúður +item.swordDiamond.name=Demantssverð +item.swordGold.name=Gullsverð +item.swordIron.name=Járnsverð +item.swordStone.name=Steinsverð +item.swordWood.name=Viðarsverð +item.unbreakable=Óbrjótanlegt +item.wheat.name=Hveiti +item.writingBook.name=Bók og Fjaðurpenni +item.writtenBook.name=Skrifuð bók +item.yellowDust.name=Glósteinsduft +itemGroup.brewing=Bruggun +itemGroup.buildingBlocks=Byggingar kubbar +itemGroup.combat=Bardaga +itemGroup.decorations=Skraut kubbar +itemGroup.food=Matartengt +itemGroup.inventory=Lifa af Bakpoki +itemGroup.materials=Hlutir +itemGroup.misc=Ãmislegt +itemGroup.redstone=Roðasteinn +itemGroup.search=Leita að hlutum +itemGroup.tools=Verkfæri +itemGroup.transportation=Samgöngur +key.attack=Ãrás/Brjóta +key.back=Bakka +key.categories.gameplay=Tegund leiks +key.categories.inventory=Bakpoki +key.categories.misc=Ãmislegt +key.categories.movement=Hreyfingar +key.categories.multiplayer=Netspilun +key.categories.stream=à útsendingu +key.categories.ui=Leik viðmót +key.chat=Opna spjall +key.command=Opna skipun +key.drop=Henda hlut +key.forward=Labba áfram +key.fullscreen=Nota allan skjáinn +key.hotbar.1=Stiku reitur 1 +key.hotbar.2=Stiku reitur 2 +key.hotbar.3=Stiku reitur 3 +key.hotbar.4=Stiku reitur 4 +key.hotbar.5=Stiku reitur 5 +key.hotbar.6=Stiku reitur 6 +key.hotbar.7=Stiku reitur 7 +key.hotbar.8=Stiku reitur 8 +key.hotbar.9=Stiku reitur 9 +key.inventory=Bakpoki +key.jump=Hoppa +key.left=Hliðarskref til vinstri +key.mouseButton=Músartakki %1$s +key.pickItem=Velja kubb +key.playerlist=Leikmannalisti +key.right=Hliðarskref til hægri +key.screenshot=Taka skjáskot +key.smoothCamera=Af/Virkja kvikmynda hreyfingar +key.sneak=Læðast +key.sprint=Hlaupa +key.streamCommercial=Sýna auglýsingar í útsendingu +key.streamPauseUnpause=Hlé/Halda áfram með útsendingu +key.streamStartStop=Ræsa/Stöðva útsendingu +key.streamToggleMic=Ãta til þess að tala/þegja +key.togglePerspective=Skipta um sjónarhorn +key.use=Nota hlut/Setja kubb +lanServer.otherPlayers=Stillingar fyrir aðra spilara +lanServer.scanning=Leita að leikjum á staðarneti +lanServer.start=Ræsa LAN heim +lanServer.title=LAN heimur +language.code=is_IS +language.name=Ãslenska +language.region=Ãsland +mcoServer.title=Minecraft netheimur +menu.convertingLevel=Umbreyti heimi +menu.disconnect=Aftengjast +menu.game=Leikja valmynd +menu.generatingLevel=Framkalla heim +menu.generatingTerrain=Byggi landslag +menu.loadingLevel=Hleð heim +menu.multiplayer=Netspilun +menu.online=Minecraft Realms +menu.options=Stillingar ... +menu.playdemo=Spila prufu heim +menu.quit=Hætta leik +menu.resetdemo=Endurstilla prufu heim +menu.respawning=Endurlífgast +menu.returnToGame=Halda áfram +menu.returnToMenu=Vista og fara á upphafsskjá +menu.shareToLan=Opna á staðarnet +menu.simulating=Líki eftir heim í smástund +menu.singleplayer=Spila einn +menu.switchingLevel=Skipti um heim +merchant.deprecated=Verslaðu eitthvað annað til að aflæsa! +mount.onboard=Ãttu á %1$s til að fara af baki +multiplayer.connect=Tengjast +multiplayer.downloadingStats=Sæki stöðu upplýsinga & afreka... +multiplayer.downloadingTerrain=Hleð landslagi +multiplayer.info1=Ekki er búið að klára fjölspilun í minecraft, en +multiplayer.info2=það er prófun í gangi með nokkrum göllum. +multiplayer.ipinfo=Sláðu inn vistfang þjóns til þess að tengjast: +multiplayer.player.joined=%s tengdist leiknum +multiplayer.player.joined.renamed=%s (áður þekktur sem %s) tengdist leiknum +multiplayer.player.left=%s hætti í leiknum +multiplayer.stopSleeping=Fara á fætur +multiplayer.texturePrompt.line1=Mælt er með að þú notir þennan útlitspakka á þessum þjóni. +multiplayer.texturePrompt.line2=Viltu sækja og setja hann inn sjálfkrafa? +multiplayer.title=Spila á netinu +options.advancedButton=Ãtarlegar mynd stillingar... +options.advancedOpengl=OpenGL +options.advancedVideoTitle=Ãtarlegar mynd stillingar +options.anaglyph=3D gleraugu (blá og rauð) +options.ao=Mjúk lýsing +options.ao.max=Hámark +options.ao.min=Lágmark +options.ao.off=Slökkt +options.blockAlternatives=Annar hver kubbur +options.chat.color=Litir +options.chat.height.focused=Hæð í forgrunn +options.chat.height.unfocused=Hæð í bakgrunn +options.chat.links=Vef hlekkir +options.chat.links.prompt=Spyrja um hlekki +options.chat.opacity=Gegnsæi +options.chat.scale=Hlutföll +options.chat.title=Spjall Stillingar... +options.chat.visibility=Spjall +options.chat.visibility.full=Sýna +options.chat.visibility.hidden=Falið +options.chat.visibility.system=Eingöngu skipanir +options.chat.width=Breidd +options.controls=Stjórntakkar... +options.customizeTitle=Sérsníða stillingar heims +options.difficulty=Erfiðleiki +options.difficulty.easy=Létt +options.difficulty.hard=Erfitt +options.difficulty.hardcore=Harðkjarna +options.difficulty.normal=Venjulegt +options.difficulty.peaceful=Friðsælt +options.farWarning1=Mælt er með 64bita Java +options.farWarning2=fyrir 'Þunnt' stillinguna (þú ert að nota 32bita) +options.fboEnable=Kveikja á FBOs +options.forceUnicodeFont=Nota Unicode stafagerð +options.fov=Sjónsvið +options.fov.max=Quake snillingur +options.fov.min=Venjulegt +options.framerateLimit=Fullur hraði +options.framerateLimit.max=Ótakmarkað +options.fullscreen=Fylla skjá +options.gamma=Birtustig +options.gamma.max=Bjart +options.gamma.min=Dimmt +options.graphics=Grafík +options.graphics.fancy=Flott +options.graphics.fast=Hröð +options.guiScale=Skölun notendaviðmóts +options.guiScale.auto=Sjálfvirkt +options.guiScale.large=Stórt +options.guiScale.normal=Venjulegt +options.guiScale.small=Lítið +options.hidden=Falinn +options.invertMouse=Snúa mús við +options.language=Tungumál... +options.languageWarning=Þýðingar gætu verið ónákvæmar +options.mipmapLevels=Mipmap stig +options.modelPart.cape=Slá +options.modelPart.hat=Höfuðfat +options.modelPart.jacket=Jakki +options.modelPart.left_pants_leg=Vinstri buxnaskálm +options.modelPart.left_sleeve=Vinstri ermi +options.modelPart.right_pants_leg=Hægri buxnaskálm +options.modelPart.right_sleeve=Hægri ermi +options.multiplayer.title=Netspilunar stillingar... +options.music=Tónlist +options.off=Nei +options.on=Já +options.particles=Agnir +options.particles.all=Allar +options.particles.decreased=Fáar +options.particles.minimal=Mjög fáar +options.performanceButton=Stillingar á mynd afköstum... +options.performanceVideoTitle=Stillingar á mynd afköstum +options.postButton=Eftir vinnslu stillingar... +options.postProcessEnable=Kveikja á Eftir-Vinnslu +options.postVideoTitle=Eftir vinnslu stillingar +options.qualityButton=Stillingar á myndgæðum... +options.qualityVideoTitle=Stillingar á myndgæðum +options.reducedDebugInfo=Stytt villuleitargögn +options.renderClouds=Ský +options.renderDistance=Þoka +options.renderDistance.far=Langt +options.renderDistance.normal=Venjuleg +options.renderDistance.short=Þykk +options.renderDistance.tiny=Mjög þykk +options.resourcepack=Efnispakkar... +options.saturation=Litmettun +options.sensitivity=Næmni +options.sensitivity.max=FÃRÃNLEGUR HRAÃI!!! +options.sensitivity.min=*geisp* +options.skinCustomisation=Sérsníða ásýnd... +options.skinCustomisation.title=Sérsníða ásýnd +options.snooper=Leyfa Þefun +options.snooper.desc=Okkur langar til þess að safna upplýsingum um tölvuna þína til þess að hjálpa okkur við að bæta Minecraft með því að finna hvar stæðstu vandamálin eru. Upplýsingarnar innihalda engar persónu upplýsingar eins og þú sérð hér að neðan. Við lofum að gera ekkert slæmt við þessi gögn, en ef þið langar ekki að taka þátt í þessu þá geturðu slökkt á því! +options.snooper.title=Söfnun upplýsinga um tölvu +options.snooper.view=Þefunar stillingar... +options.sound=Hljóð +options.sounds=Tónlist & Hljóð... +options.sounds.title=Tónlist & hljóð stillingar +options.stream=Útsendinga stillingar... +options.stream.bytesPerPixel=Gæði +options.stream.changes=Þú gætir þurft að endurræsa strauminn til þess að þessar breytingar taki gildi. +options.stream.chat.enabled=Kveikt +options.stream.chat.enabled.always=Alltaf +options.stream.chat.enabled.never=Aldrei +options.stream.chat.enabled.streaming=í beinni útsendingu +options.stream.chat.title=Twitch spjall stillingar +options.stream.chat.userFilter=Notenda sía +options.stream.chat.userFilter.all=Allir áhorfendur +options.stream.chat.userFilter.mods=Aðstoðarmenn +options.stream.chat.userFilter.subs=Ãskrifendur +options.stream.compression=Þjöppun +options.stream.compression.high=Mikil +options.stream.compression.low=Lítil +options.stream.compression.medium=Meðal +options.stream.estimation=Ãætluð upplausn: %sx%s +options.stream.fps=Rammafjöldi +options.stream.ingest.reset=Endurstilla Valmöguleika +options.stream.ingest.title=Twitch útsendinga þjónar +options.stream.ingestSelection=Útsendinga þjóna listi +options.stream.kbps=Bandvídd +options.stream.micToggleBehavior=Ãttu til að +options.stream.micVolumne=Míkrafónn hljóð +options.stream.mic_toggle.mute=þagna +options.stream.mic_toggle.talk=tala +options.stream.sendMetadata=Senda leik upplýsingar +options.stream.systemVolume=Kerfis hljóðstyrkur +options.stream.title=Twitch útsendinga stillingar +options.title=Stillingar +options.touchscreen=Fyrir snertiskjái +options.vbo=Nota VBO +options.video=Myndstillingar... +options.videoTitle=Myndstillingar +options.viewBobbing=Sjá skopp +options.visible=Sjáanlegur +options.vsync=Nota VSync +potion.absorption=Auka heilsa +potion.absorption.postfix=Potion frásog +potion.blindness=Blinda +potion.blindness.postfix=Blindraseyði +potion.confusion=Ógleði +potion.confusion.postfix=Ógleðisseyði +potion.damageBoost=Styrkur +potion.damageBoost.postfix=Styrkseyði +potion.digSlowDown=Þreyta +potion.digSlowDown.postfix=Sljóleikaseyði +potion.digSpeed=Fljótfærni +potion.digSpeed.postfix=Fljótfærnisseyði +potion.effects.whenDrank=Við neyslu: +potion.empty=Engin áhrif +potion.fireResistance=Eldvörn +potion.fireResistance.postfix=Eldþolseyði +potion.harm=Skyndiskaði +potion.harm.postfix=Skaðaseyði +potion.heal=Skyndilæknun +potion.heal.postfix=Heilsuseyði +potion.healthBoost=Heilsubót +potion.healthBoost.postfix=Heilsubótarseyði +potion.hunger=Svengd +potion.hunger.postfix=Hungurseyði +potion.invisibility=Ósýnileiki +potion.invisibility.postfix=Hulinsseyði +potion.jump=Stökkauki +potion.jump.postfix=Stökkseyði +potion.moveSlowdown=Hægfærni +potion.moveSlowdown.postfix=Slævingsseyði +potion.moveSpeed=Hraði +potion.moveSpeed.postfix=Léttleikaseyði +potion.nightVision=Nætursjón +potion.nightVision.postfix=Nætursjónarseyði +potion.poison=Eitur +potion.poison.postfix=Eiturseyði +potion.potency.1=II +potion.potency.2=III +potion.potency.3=IV +potion.prefix.acrid=Stingandi +potion.prefix.artless=Einfalt +potion.prefix.awkward=Vandræðalegt +potion.prefix.bland=Bragðlaust +potion.prefix.bulky=Fyrirferðamikið +potion.prefix.bungling=Klaufalegt +potion.prefix.buttered=Kekkjótt +potion.prefix.charming=Heillandi +potion.prefix.clear=Tært +potion.prefix.cordial=Styrkjandi +potion.prefix.dashing=Frábært +potion.prefix.debonair=Líflegt +potion.prefix.diffuse=Aftengja +potion.prefix.elegant=Vandað +potion.prefix.fancy=Fínt +potion.prefix.flat=Flatt +potion.prefix.foul=Fúlt +potion.prefix.grenade=Skvetti +potion.prefix.gross=Ógeðslegt +potion.prefix.harsh=Harðgert +potion.prefix.milky=Mjólkurkennt +potion.prefix.mundane=Venjulegt +potion.prefix.odorless=Lyktarlaust +potion.prefix.potent=Kröftugt +potion.prefix.rank=Úldið +potion.prefix.refined=Fíngert +potion.prefix.smooth=Mjúklegt +potion.prefix.sparkling=Glitrandi +potion.prefix.stinky=Illþefjandi +potion.prefix.suave=Sleipt +potion.prefix.thick=Þykkt +potion.prefix.thin=Þunnt +potion.prefix.uninteresting=Óáhugavert +potion.regeneration=Endurnýjun +potion.regeneration.postfix=Endurnæringarseyði +potion.resistance=Þol +potion.resistance.postfix=Þolseyði +potion.saturation=Mettun +potion.saturation.postfix=Mettunarseyði +potion.waterBreathing=Köfun +potion.waterBreathing.postfix=Köfunarseyði +potion.weakness=Veiklyndi +potion.weakness.postfix=Veikleikaseyði +potion.wither=Wither +potion.wither.postfix=Rotnunar seyði +record.nowPlaying=Er að spila: %s +resourcePack.available.title=Aðgengilegir efnispakkar +resourcePack.folderInfo=(Setið efnispakka skrárnar hér) +resourcePack.openFolder=Opna efnispakka möppuna +resourcePack.selected.title=Valdir efnisspakkar +resourcePack.title=Velja efnispakka +screenshot.failure=Gat ekki vistað skjáskot: %s +screenshot.success=Vistaði skjáskot sem %s +selectServer.add=Bæta við þjóni +selectServer.defaultName=Minecraft þjónn +selectServer.delete=Eyða +selectServer.deleteButton=Eyða +selectServer.deleteQuestion=Ertu viss um að þú viljir eyða þessum þjóni? +selectServer.deleteWarning=mun glatast að eilífu! (Það er langur tími!) +selectServer.direct=Tengjast Beint +selectServer.edit=Breyta +selectServer.empty=tómt +selectServer.hiddenAddress=(Falinn) +selectServer.refresh=Endurhlaða +selectServer.select=Tengjast þjóni +selectServer.title=Veldu þjón +selectWorld.allowCommands=Leyfa svindl: +selectWorld.allowCommands.info=Aðgerðir eins og /gamemode, /xp +selectWorld.bonusItems=Bónus kista: +selectWorld.cheats=Svindl +selectWorld.conversion=Verður að umbreyta! +selectWorld.create=Búa til nýjan heim +selectWorld.createDemo=Spila nýjan prufuheim +selectWorld.customizeType=Sérsníða +selectWorld.delete=Eyða +selectWorld.deleteButton=Eyða +selectWorld.deleteQuestion=Ertu viss um að þú viljir eyða þessum heimi? +selectWorld.deleteWarning=mun glatast að eilífu! (Það er langur tími!) +selectWorld.empty=tómt +selectWorld.enterName=Nafn á heim +selectWorld.enterSeed=Kóði fyrir heim +selectWorld.gameMode=Tegund leiks +selectWorld.gameMode.adventure=Ævintýri +selectWorld.gameMode.adventure.line1=Eins og lifa af, nema ekki er hægt +selectWorld.gameMode.adventure.line2=að bæta við né brjóta kubba +selectWorld.gameMode.creative=Skapandi +selectWorld.gameMode.creative.line1=Ótakmarkaðir kubbar, frjálst flug og +selectWorld.gameMode.creative.line2=brýtur kubba samstundis +selectWorld.gameMode.hardcore=Harðkjarna +selectWorld.gameMode.hardcore.line1=Sama og lifa af, fast í erfiðasta +selectWorld.gameMode.hardcore.line2=erfiðleikastig og aðeins eitt líf +selectWorld.gameMode.spectator=Ãhorfandi +selectWorld.gameMode.spectator.line1=Þú mátt horfa en ekki snerta +selectWorld.gameMode.survival=Lifa af +selectWorld.gameMode.survival.line1=Safna efnivið, byggja og smíða, safna +selectWorld.gameMode.survival.line2=stigum, borða og halda lífi +selectWorld.hardcoreMode=Harðkjarna: +selectWorld.hardcoreMode.info=Heimnum verður eytt við dauða +selectWorld.mapFeatures=Smíða byggingar: +selectWorld.mapFeatures.info=Þorp, dýflissur o.s.frv +selectWorld.mapType=Tegund heims: +selectWorld.mapType.normal=Venjulegt +selectWorld.moreWorldOptions=Stillingar fyrir heim... +selectWorld.newWorld=Nýr Heimur +selectWorld.newWorld.copyOf=Afrit af %s +selectWorld.recreate=Endurgera +selectWorld.rename=Endurnefna +selectWorld.renameButton=Endurnefna +selectWorld.renameTitle=Endurnefna heim +selectWorld.resultFolder=Verður vistað í: +selectWorld.seedInfo=Skildu eftir autt fyrir handahófskenndan kóða +selectWorld.select=Spila valinn heim +selectWorld.title=Velja heim +selectWorld.world=Heimur +sign.edit=Breyta skilaboðum á skilti +soundCategory.ambient=Andrúmsloft/Umhverfi +soundCategory.block=Kassar +soundCategory.hostile=Óvinveittar Verur +soundCategory.master=Aðal hljóðstyrkur +soundCategory.music=Tónlist +soundCategory.neutral=Vinveittar Verur +soundCategory.player=Leikmenn +soundCategory.record=Glymskratti / Nótna kassi +soundCategory.weather=Veður +stat.animalsBred=Dýr ræktuð +stat.blocksButton=Kubbar +stat.boatOneCm=Vegalengd með bát +stat.breakItem=%1$s klárað +stat.climbOneCm=Vegalengd Klifruð +stat.craftItem=%1$s smíðað +stat.crafted=Smíðað +stat.createWorld=Tilbúnir heimar +stat.crouchOneCm=Vegalengd kropið +stat.damageDealt=Skaði gerður +stat.damageTaken=Skaði tekinn +stat.deaths=Fjöldi dauðsfalla +stat.depleted=Klárað +stat.diveOneCm=Kafað +stat.drop=Hlutum hent +stat.entityKilledBy=%s drap þig í %s skipti +stat.entityKilledBy.none=Þú varst drepin af %s +stat.entityKills=Þú drapst %s %s +stat.entityKills.none=Þú hefur ekki verið drepin %s +stat.fallOneCm=Fallið +stat.fishCaught=Fiskar veiddir +stat.flyOneCm=Vegalengd flogin +stat.generalButton=Almennt +stat.horseOneCm=Fjarlægð á hestbaki +stat.itemsButton=Hlutir +stat.joinMultiplayer=Spilað á netinu +stat.jump=Hoppað +stat.junkFished=Veiddir drasl +stat.leaveGame=Leikjum hætt +stat.loadWorld=Leikir hlaðnir +stat.mineBlock=%1$s safnað +stat.minecartOneCm=Vegalengd með Námuvagni +stat.mined=Safnað +stat.mobKills=Kvikindi drepin +stat.mobsButton=Skrímsli +stat.pigOneCm=à svínsbaki +stat.playOneMinute=Mínútur Leiknar +stat.playerKills=Leikmenn drepnir +stat.sprintOneCm=Vegalengd hlaupið +stat.startGame=Fjöldi leikja +stat.swimOneCm=Vegalengd synt +stat.talkedToVillager=Talaði við þorpsbúa +stat.timeSinceDeath=Frá síðasta dauða +stat.tradedWithVillager=Verslaði við þorpsbúa +stat.treasureFished=Fjarsjóður Veiddur +stat.useItem=%1$s notað +stat.used=Notað +stat.walkOneCm=Vegalengd Gengin +stats.tooltip.type.achievement=Afrek +stats.tooltip.type.statistic=Tölfræði +stream.confirm_start=Ertu viss um að þú viljir hefja útsendingu? +stream.unavailable.account_not_bound=Ãður en þú getur byrjað Minecraft útsendinguna með Twitch, þá þarftu að tengja Twitch aðganginn þinn inná mojang.com. Viltu gera það núna? +stream.unavailable.account_not_bound.okay=Tengja aðganga +stream.unavailable.account_not_migrated=Ãður en þú getur sent út Minecraft með Twitch, þá þarftu að flytja Minecraft aðganginn þinn yfir í Mojang aðgang. Viltu gera það núna? +stream.unavailable.account_not_migrated.okay=Flytja aðgang +stream.unavailable.failed_auth=Twitch auðkenning mistókst. Vinsamlegast farðu inná mojang.com til þess að tengja Twitch aðganginn aftur. +stream.unavailable.failed_auth.okay=Endurtengja aðganga +stream.unavailable.failed_auth_error=Ekki tókst að auðkennats við Twitch. Reyndu aftur seinna. +stream.unavailable.initialization_failure=Ekki tókst að virkja Twitch SDK. +stream.unavailable.initialization_failure.extra=(Ãstæða: %s) +stream.unavailable.library_arch_mismatch=Java sem notað var til þess að keyra Minecraft er af annari útgáfu en sú sem keyrði ræsarann. Sjáðu til þess að það sé sama útgáfa, að bæði noti 32-bita eða 64-bita ekki sitthvort. +stream.unavailable.library_failure=Gat ekki virkjað viðbæturnar fyrir Twitch útsendingar þjónustuna. +stream.unavailable.no_fbo=Skjákortið þarf að styðja OpenGL 3.0 eða styðja "Framebuffer Objects viðbót" til þess að geta notað Twitch útsendingu. +stream.unavailable.no_fbo.arb=Framebuffer object stuðningur í ARB er: %s +stream.unavailable.no_fbo.blend=Mismunandi blöndunar stuðningur í: %s +stream.unavailable.no_fbo.ext=Framebuffer object stuðningur í EXT er: %s +stream.unavailable.no_fbo.version=Þú er núna að nota: %s +stream.unavailable.not_supported.mac=Því miður þá þarf Twitch útsendingar viðbótin nýrri útgáfu af Mac OSX en þú ert að nota. Þú þarft að vera með 10.7 (Mac OS X Lion) eða nýrra til þess að geta notað þessa þjónustu. Viltu fara inná apple.com til þess að sjá hvernig hægt er að uppfæra? +stream.unavailable.not_supported.mac.okay=Uppfæra +stream.unavailable.not_supported.other=Því miður þá þarf Twitch útsendingar þjónustan Windows (Vista eða nýrra) eða Mac OS X (10.7/Lion eða nýrra) +stream.unavailable.not_supported.windows=Því miður þá þarf Twitch útsendingar viðbótin nýrri útgáfu af Windows en þú ert með. Þú þarf að vera með Windows Vista eða nýrra. +stream.unavailable.report_to_mojang=Láta Mojang vita +stream.unavailable.soundflower.chat=Soundflower er nauðsinlegt til þess að hefja útsendingu á Mac. %s +stream.unavailable.soundflower.chat.link=Smelltu hér til þess að setja það upp. +stream.unavailable.title=Twitch útsending óaðgengileg +stream.unavailable.unknown=Því miður þá getur þú ekki hafið útsendingu á Twitch. Og við vitum ekki afhverju :'( +stream.unavailable.unknown.chat=Gat ekki byrjað útsendingu: %s +stream.user.mode.administrator=Twitch Administrator +stream.user.mode.banned=Bannaður +stream.user.mode.banned.other=Bannaður á %s rás +stream.user.mode.banned.self=Bannaður á þinni rás +stream.user.mode.broadcaster=Útsendandi +stream.user.mode.broadcaster.other=Útsendandi +stream.user.mode.broadcaster.self=Útsendandi (Þú!) +stream.user.mode.moderator=Aðstoðarmaður +stream.user.mode.moderator.other=Aðstoðarmaður á %s rás +stream.user.mode.moderator.self=Aðstoðarmaður á þinni rás +stream.user.mode.staff=Twitch stafsfólk +stream.user.subscription.subscriber=Ãskrifandi +stream.user.subscription.subscriber.other=Ãskrifandi að %s rás +stream.user.subscription.subscriber.self=Ãskrifandi að þinni rás +stream.user.subscription.turbo=Twitch Turbo +stream.userinfo.ban=Banna +stream.userinfo.chatTooltip=Smelltu til að eiga við notanda +stream.userinfo.mod=Ráða aðstoðarmann +stream.userinfo.timeout=Rann út á tíma +stream.userinfo.unban=Afbanna +stream.userinfo.unmod=Reka aðstoðarmann +tile.acaciaFence.name=Akasíugirðing +tile.acaciaFenceGate.name=Hlið úr akasíuviði +tile.activatorRail.name=Virkjunar lestarteinn +tile.anvil.intact.name=Steðji +tile.anvil.name=Steðji +tile.anvil.slightlyDamaged.name=Smá skemmdur steðji +tile.anvil.veryDamaged.name=Mjög skemmdur steðji +tile.barrier.name=Hindrun +tile.beacon.name=Geisli +tile.beacon.primary=Aðalkraftur +tile.beacon.secondary=Aukakraftur +tile.bed.name=Rúm +tile.bed.noSleep=Þú getur eingöngu sofið á nóttunni +tile.bed.notSafe=Enginn hvíld fyrir þig, það eru skrímsli nálægt +tile.bed.notValid=Rúmið þitt heima er týnt eða eitthvað er fyrir því +tile.bed.occupied=Þetta rúm er upptekið +tile.bedrock.name=Berggrunnur +tile.birchFence.name=Birkigirðing +tile.birchFenceGate.name=Hlið úr birki +tile.blockCoal.name=Kola kubbur +tile.blockDiamond.name=Demantskubbur +tile.blockEmerald.name=Eðalsteinskubbur +tile.blockGold.name=Gullkubbur +tile.blockIron.name=Járnkubbur +tile.blockLapis.name=Asúrsteinskubbur +tile.blockRedstone.name=Roðsteinskubbur +tile.bookshelf.name=Bókahilla +tile.brick.name=Múrsteinar +tile.button.name=Hnappur +tile.cactus.name=Kaktus +tile.cake.name=Kaka +tile.carrots.name=Gulrætur +tile.cauldron.name=Seiðpottur +tile.chest.name=Kista +tile.chestTrap.name=Gildrukista +tile.clay.name=Leir +tile.clayHardened.name=Hertur leir +tile.clayHardenedStained.black.name=Svartur litaður leir +tile.clayHardenedStained.blue.name=Blár litaður leir +tile.clayHardenedStained.brown.name=Brúnn litaður leir +tile.clayHardenedStained.cyan.name=Lillablár litaður leir +tile.clayHardenedStained.gray.name=Grár litaður leir +tile.clayHardenedStained.green.name=Grænn litaður leir +tile.clayHardenedStained.lightBlue.name=Ljósblár litaður leir +tile.clayHardenedStained.lime.name=Ljósgrænn litaður leir +tile.clayHardenedStained.magenta.name=Vínrauður litaður leir +tile.clayHardenedStained.name=Litaður leir +tile.clayHardenedStained.orange.name=Appelsínugulur litaður leir +tile.clayHardenedStained.pink.name=Bleikur litaður leir +tile.clayHardenedStained.purple.name=Fjólublár litaður leir +tile.clayHardenedStained.red.name=Rauður litaður leir +tile.clayHardenedStained.silver.name=Ljósgrár litaður leir +tile.clayHardenedStained.white.name=Hvítur litaður leir +tile.clayHardenedStained.yellow.name=Gulur litaður leir +tile.cloth.black.name=Svört ull +tile.cloth.blue.name=Blá ull +tile.cloth.brown.name=Brún ull +tile.cloth.cyan.name=Lillablá ull +tile.cloth.gray.name=Grá ull +tile.cloth.green.name=Græn ull +tile.cloth.lightBlue.name=Ljósblá ull +tile.cloth.lime.name=Ljósgræn ull +tile.cloth.magenta.name=Vínrauð ull +tile.cloth.name=Ull +tile.cloth.orange.name=Appelsínugul ull +tile.cloth.pink.name=Bleik ull +tile.cloth.purple.name=Fjólublá ull +tile.cloth.red.name=Rauð ull +tile.cloth.silver.name=Ljósgrá ull +tile.cloth.white.name=Ull +tile.cloth.yellow.name=Gul ull +tile.cobbleWall.mossy.name=Mosasteinsveggur +tile.cobbleWall.normal.name=Steinveggur +tile.cocoa.name=Kakó +tile.commandBlock.name=Forritunarkubbur +tile.crops.name=Uppskera +tile.darkOakFence.name=Dökk eikargirðing +tile.darkOakFenceGate.name=Dökkt eikarhlið +tile.daylightDetector.name=Dagsljósskynjari +tile.deadbush.name=Dauður runni +tile.detectorRail.name=Teinar með skynjara +tile.dirt.coarse.name=Gróf mold +tile.dirt.default.name=Mold +tile.dirt.name=Mold +tile.dirt.podzol.name=mór +tile.dispenser.name=Skammtari +tile.doorIron.name=Járnhurð +tile.doorWood.name=Viðarhurð +tile.doublePlant.fern.name=Stór Runni +tile.doublePlant.grass.name=Tvöfalt Hátt Gras +tile.doublePlant.name=Planta +tile.doublePlant.paeonia.name=Bóndarós +tile.doublePlant.rose.name=Rósarunni +tile.doublePlant.sunflower.name=Sólblóm +tile.doublePlant.syringa.name=Sýrena +tile.dragonEgg.name=Drekaegg +tile.dropper.name=Skammtari +tile.enchantmentTable.name=Galdraborð +tile.endPortalFrame.name=Enda Hlið +tile.enderChest.name=Enda kista +tile.farmland.name=Plægð mold +tile.fence.name=Girðing +tile.fenceGate.name=Hlið +tile.fenceIron.name=Járnrimlar +tile.fire.name=Eldur +tile.flower1.dandelion.name=Túnfífill +tile.flower1.name=Blóm +tile.flower2.allium.name=Villilaukur +tile.flower2.blueOrchid.name=Blátt brönugras +tile.flower2.houstonia.name=Bláeyg +tile.flower2.name=Blóm +tile.flower2.oxeyeDaisy.name=Freyjubrá +tile.flower2.poppy.name=Valmúll +tile.flower2.tulipOrange.name=Appelsínugulur Túlipani +tile.flower2.tulipPink.name=Bleikur Túlipani +tile.flower2.tulipRed.name=Rauður Túlipani +tile.flower2.tulipWhite.name=Hvítur Túlipani +tile.furnace.name=Ofn +tile.glass.name=Gler +tile.goldenRail.name=Knúinn lestarteinn +tile.grass.name=Graskubbur +tile.gravel.name=Möl +tile.hayBlock.name=Heybaggi +tile.hellrock.name=Neðangrjót +tile.hellsand.name=Sálarsandur +tile.hopper.name=Trekt +tile.ice.name=Klaki +tile.icePacked.name=Þjappaður ís +tile.ironTrapdoor.name=Járnlúga +tile.jukebox.name=Glymskratti +tile.jungleFence.name=Frumskógargirðing +tile.jungleFenceGate.name=Hlið úr frumskógarviði +tile.ladder.name=Stigi +tile.lava.name=Hraun +tile.leaves.acacia.name=Sléttutrjálauf +tile.leaves.big_oak.name=Dökk eikarlauf +tile.leaves.birch.name=Birkilauf +tile.leaves.jungle.name=Frumskógarlauf +tile.leaves.name=Laufblöð +tile.leaves.oak.name=Eikarlauf +tile.leaves.spruce.name=Greninálar +tile.lever.name=Rofi +tile.lightgem.name=Glósteinn +tile.litpumpkin.name=Ljósker +tile.lockedchest.name=Læst kista +tile.log.acacia.name=Sléttuviður +tile.log.big_oak.name=Dökkur eikardrumbur +tile.log.birch.name=Birkiviður +tile.log.jungle.name=Frumskógarviður +tile.log.name=Viðardrumbur +tile.log.oak.name=Eikarviður +tile.log.spruce.name=Greniviður +tile.melon.name=Melóna +tile.mobSpawner.name=Kvikindisbúr +tile.monsterStoneEgg.brick.name=MúrsteinsSkrimsla Egg +tile.monsterStoneEgg.chiseledbrick.name=Útskorinn steinhleðslu Skrímsla egg +tile.monsterStoneEgg.cobble.name=GrjótSkrímsla Egg +tile.monsterStoneEgg.crackedbrick.name=Brotin steinhleðslu Skrímsla egg +tile.monsterStoneEgg.mossybrick.name=Mosagróin steinhelluskrímsla Egg +tile.monsterStoneEgg.name=Steinn Skrímsli Egg +tile.monsterStoneEgg.stone.name=SteinSkrímsla Egg +tile.mushroom.name=Sveppur +tile.musicBlock.name=Nótnakubbur +tile.mycel.name=Svepparætur +tile.netherBrick.name=Heljarmúrsteinn +tile.netherFence.name=Heljargirðing +tile.netherStalk.name=Heljarvarta +tile.netherquartz.name=Kvars grýti +tile.notGate.name=Roðsteins kyndill +tile.obsidian.name=Hrafntinna +tile.oreCoal.name=Kolagrýti +tile.oreDiamond.name=Demantsgrýti +tile.oreEmerald.name=Smaragðsgrýti +tile.oreGold.name=Gullgrýti +tile.oreIron.name=Járngrýti +tile.oreLapis.name=Asúrsteinn +tile.oreRedstone.name=Roðsteins grýti +tile.oreRuby.name=Rúbíngrýti +tile.pistonBase.name=Stimpill +tile.pistonStickyBase.name=Klístraður stimpill +tile.portal.name=Gátt +tile.potatoes.name=Kartöflur +tile.pressurePlateStone.name=Þrýstihella úr steini +tile.pressurePlateWood.name=Þrýstihella úr viði +tile.prismarine.bricks.name=Prismarín múrsteinar +tile.prismarine.dark.name=Dökkt prismarín +tile.prismarine.rough.name=Prismarín +tile.pumpkin.name=Grasker +tile.quartzBlock.chiseled.name=Útskorinn Kvarskubbur +tile.quartzBlock.default.name=Kvarskubbur +tile.quartzBlock.lines.name=Kvarssúla +tile.quartzBlock.name=Kvarskubbur +tile.rail.name=Járnbraut +tile.redSandStone.chiseled.name=Meitlaður rauður sandsteinn +tile.redSandStone.default.name=Rauður sandsteinn +tile.redSandStone.name=Rauður sandsteinn +tile.redSandStone.smooth.name=Sléttur rauður sandsteinn +tile.redstoneDust.name=Roðsteinsduft +tile.redstoneLight.name=Roðsteins Lampi +tile.reeds.name=Sykurreyr +tile.sand.default.name=Sandur +tile.sand.name=Sandur +tile.sand.red.name=Rauður Sandur +tile.sandStone.chiseled.name=Útskorinn sandsteinn +tile.sandStone.default.name=Sandsteinn +tile.sandStone.name=Sandsteinn +tile.sandStone.smooth.name=Sléttur sandsteinn +tile.sapling.acacia.name=Sléttutrégræðlingur +tile.sapling.big_oak.name=Dökkur eikargræðlingur +tile.sapling.birch.name=Birkigræðlingur +tile.sapling.jungle.name=Frumskógargræðlingur +tile.sapling.oak.name=Eikargræðlingur +tile.sapling.spruce.name=Grenigræðlingur +tile.seaLantern.name=Sjávarlukt +tile.sign.name=Skilti +tile.slime.name=Slímkubbur +tile.snow.name=Snjór +tile.sponge.dry.name=Svampur +tile.sponge.wet.name=Blautur svampur +tile.spruceFence.name=Grenigirðing +tile.spruceFenceGate.name=Grenigirðingarhlið +tile.stainedGlass.black.name=Svart Litað Gler +tile.stainedGlass.blue.name=Blálitað Gler +tile.stainedGlass.brown.name=Brúnlitt Gler +tile.stainedGlass.cyan.name=Cyan Litað Gler +tile.stainedGlass.gray.name=Grátt Litað Gler +tile.stainedGlass.green.name=Grænlitað Gler +tile.stainedGlass.lightBlue.name=Ljós Blátt Litað Gler +tile.stainedGlass.lime.name=Ljósgrænt Litað Gler +tile.stainedGlass.magenta.name=Dökk Bleikt Litað Gler +tile.stainedGlass.name=Litað gler +tile.stainedGlass.orange.name=Appelsínugult Gler +tile.stainedGlass.pink.name=Bleikt Litað Gler +tile.stainedGlass.purple.name=Fjólublátt litað gler +tile.stainedGlass.red.name=Rauð Litað Gler +tile.stainedGlass.silver.name=Ljós Grátt Litað Gler +tile.stainedGlass.white.name=Hvítt litað gler +tile.stainedGlass.yellow.name=Gul Litað Gler +tile.stairsBrick.name=Múrsteinströppur +tile.stairsNetherBrick.name=Heljarmúrsteinströppur +tile.stairsQuartz.name=Kvarströppur +tile.stairsRedSandStone.name=Rauðar sandsteinströppur +tile.stairsSandStone.name=Sandsteinströppur +tile.stairsStone.name=Steintröppur +tile.stairsStoneBrickSmooth.name=Steinmúrströppur +tile.stairsWood.name=Eikartröppur +tile.stairsWoodAcacia.name=Sléttuviðartröppur +tile.stairsWoodBirch.name=Birkitröppur +tile.stairsWoodDarkOak.name=Dökkar eikartröppur +tile.stairsWoodJungle.name=Frumskógarviðartröppur +tile.stairsWoodSpruce.name=Grenitröppur +tile.stone.andesite.name=Andesít +tile.stone.andesiteSmooth.name=Slípað andesít +tile.stone.diorite.name=Díorít +tile.stone.dioriteSmooth.name=Slípað díorít +tile.stone.granite.name=Granít +tile.stone.graniteSmooth.name=Slípað granít +tile.stone.stone.name=Steinn +tile.stoneMoss.name=Mosasteinn +tile.stoneSlab.brick.name=Múrhella +tile.stoneSlab.cobble.name=Grjóthella +tile.stoneSlab.name=Steinhella +tile.stoneSlab.netherBrick.name=Heljarmúrsteins hellur +tile.stoneSlab.quartz.name=Kvarshella +tile.stoneSlab.sand.name=Sandsteinshella +tile.stoneSlab.smoothStoneBrick.name=Steinmúrhella +tile.stoneSlab.stone.name=Steinhella +tile.stoneSlab.wood.name=Viðarhella +tile.stoneSlab2.red_sandstone.name=Rauð sandsteinshella +tile.stonebrick.name=Grjót +tile.stonebricksmooth.chiseled.name=Útskorinn steinhleðsla +tile.stonebricksmooth.cracked.name=Brotin steinhleðsla +tile.stonebricksmooth.default.name=Steinhleðsla +tile.stonebricksmooth.mossy.name=Mosagróin steinhleðsla +tile.stonebricksmooth.name=Steinmúr +tile.tallgrass.fern.name=Burkni +tile.tallgrass.grass.name=Gras +tile.tallgrass.name=Gras +tile.tallgrass.shrub.name=Runni +tile.thinGlass.name=Rúða +tile.thinStainedGlass.black.name=Svört lituð rúða +tile.thinStainedGlass.blue.name=Lituð blá rúða +tile.thinStainedGlass.brown.name=Lituð brún rúða +tile.thinStainedGlass.cyan.name=Lituð heiðblá rúða +tile.thinStainedGlass.gray.name=Lituð grá rúða +tile.thinStainedGlass.green.name=Lituð græn rúða +tile.thinStainedGlass.lightBlue.name=Litað ljósblátt gler +tile.thinStainedGlass.lime.name=Ljósgræn rúða +tile.thinStainedGlass.magenta.name=Litað blárautt gler +tile.thinStainedGlass.name=Lituð rúða +tile.thinStainedGlass.orange.name=Litað appelsínugult gler +tile.thinStainedGlass.pink.name=Lituð bleik rúða +tile.thinStainedGlass.purple.name=Fjólublá rúða +tile.thinStainedGlass.red.name=Lituð rauð rúða +tile.thinStainedGlass.silver.name=Lituð ljós grá rúða +tile.thinStainedGlass.white.name=Litað hvítt gler +tile.thinStainedGlass.yellow.name=Lituð gul rúða +tile.tnt.name=Sprengiefni +tile.torch.name=Kyndill +tile.trapdoor.name=Hleri +tile.tripWire.name=Vírgildra +tile.tripWireSource.name=Vírgildrufesting +tile.vine.name=Vínviður +tile.water.name=Vatn +tile.waterlily.name=Vatnalilja +tile.web.name=Köngulóarvefur +tile.weightedPlate_heavy.name=Viktarrofi (þung) +tile.weightedPlate_light.name=Viktarrofi (létt) +tile.whiteStone.name=Enda steinn +tile.wood.acacia.name=Sléttutréviðarplankar +tile.wood.big_oak.name=Dökkir eikarplankar +tile.wood.birch.name=Birkiviðarplankar +tile.wood.jungle.name=Frumskógarviðarplankar +tile.wood.name=Pankar +tile.wood.oak.name=Eikarplankar +tile.wood.spruce.name=Greniviðarplankar +tile.woodSlab.acacia.name=Sléttuviðarhella +tile.woodSlab.big_oak.name=Dökk eikarhella +tile.woodSlab.birch.name=Birkiviðarhella +tile.woodSlab.jungle.name=Frumskógarviðarhella +tile.woodSlab.name=Viðarplata +tile.woodSlab.oak.name=Eikarviðarhella +tile.woodSlab.spruce.name=Greniviðarhella +tile.woolCarpet.black.name=Svart teppi +tile.woolCarpet.blue.name=Blátt teppi +tile.woolCarpet.brown.name=Brúnt teppi +tile.woolCarpet.cyan.name=Lillablátt teppi +tile.woolCarpet.gray.name=Grátt teppi +tile.woolCarpet.green.name=Grænt teppi +tile.woolCarpet.lightBlue.name=Ljósblátt teppi +tile.woolCarpet.lime.name=Ljósgrænt teppi +tile.woolCarpet.magenta.name=Vínrautt teppi +tile.woolCarpet.name=Teppi +tile.woolCarpet.orange.name=Appelsínugullt teppi +tile.woolCarpet.pink.name=Bleikt teppi +tile.woolCarpet.purple.name=Fjólublátt teppi +tile.woolCarpet.red.name=Rautt teppi +tile.woolCarpet.silver.name=Ljós grátt teppi +tile.woolCarpet.white.name=Teppi +tile.woolCarpet.yellow.name=Gult teppi +tile.workbench.name=Vinnubekkur +title.oldgl1=Skynjuðum gamalt skjákort; þetta getir hindrað þig í +title.oldgl2=að spila í fjarlægri framtíð þar sem Open GL 2.0 verður nauðsinlegt. +translation.test.args=%s %s +translation.test.complex=Forskeiti, %s%2$s aftur %s og %1$s svo %s að lokun og %1$s aftur! +translation.test.escape=%%s %%%s %%%%s %%%%%s +translation.test.invalid=hi % +translation.test.invalid2=hi %s +translation.test.none=Halló, heimur! +translation.test.world=heimur diff --git a/javascript/lang/it_IT.lang b/javascript/lang/it_IT.lang new file mode 100755 index 00000000..45c6a38b --- /dev/null +++ b/javascript/lang/it_IT.lang @@ -0,0 +1,2517 @@ +achievement.acquireIron=Ferri del Mestiere +achievement.acquireIron.desc=Forgia un lingotto di ferro +achievement.bakeCake=The Cake is a Lie +achievement.bakeCake.desc=Grano, zucchero, latte e uova! +achievement.blazeRod=Nel Fuoco +achievement.blazeRod.desc=Alleggerisci un Vampo della sua verga +achievement.bookcase=Bibliotecario +achievement.bookcase.desc=Costruisci qualche libreria per potenziare il tuo tavolo degli incantesimi +achievement.breedCow=Ripopolamento +achievement.breedCow.desc=Accoppia due mucche con del grano +achievement.buildBetterPickaxe=Salto di Qualità +achievement.buildBetterPickaxe.desc=Costruisci un piccone migliore +achievement.buildFurnace=Tema Scottante +achievement.buildFurnace.desc=Costruisci una fornace con 8 blocchi di pietra +achievement.buildHoe=È Tempo di Coltivare! +achievement.buildHoe.desc=Usa assi di legno e bastoni per fare una zappa +achievement.buildPickaxe=È Ora di Scavare! +achievement.buildPickaxe.desc=Usa assi di legno e bastoni per fare un piccone +achievement.buildSword=Inizia la Lotta! +achievement.buildSword.desc=Usa assi di legno e bastoni per fare una spada +achievement.buildWorkBench=Banco di Prova +achievement.buildWorkBench.desc=Fabbrica un banco da lavoro con quattro blocchi di assi +achievement.cookFish=Pesce Delizioso +achievement.cookFish.desc=Cattura e cucina del pesce! +achievement.diamonds=DIAMANTI! +achievement.diamonds.desc=Ottieni dei diamanti con i tuoi attrezzi di ferro +achievement.diamondsToYou=Diamanti a voi! +achievement.diamondsToYou.desc=Getta diamanti ad un altro giocatore +achievement.enchantments=Incantatore +achievement.enchantments.desc=Usa un libro, ossidiana e diamanti per costruire un tavolo per incantesimi +achievement.exploreAllBiomes=È tempo d'avventura! +achievement.exploreAllBiomes.desc=Scopri tutti i biomi +achievement.flyPig=Quando i maiali voleranno +achievement.flyPig.desc=Fai volare un maiale giù da un precipizio +achievement.fullBeacon=Sia fatta la luce +achievement.fullBeacon.desc=Crea un faro completo +achievement.get=Impresa compiuta! +achievement.ghast=Rispedisci al Mittente +achievement.ghast.desc=Distruggi uno Spettro con una palla di fuoco +achievement.killCow=Ribalta la Mucca +achievement.killCow.desc=Raccogli della pelle +achievement.killEnemy=Cacciatore di Mostri +achievement.killEnemy.desc=Attacca e distruggi un mostro +achievement.killWither=Inizia. +achievement.killWither.desc=Uccidi il Vizzo +achievement.makeBread=Fai del Pane +achievement.makeBread.desc=Trasforma il grano in pane +achievement.mineWood=Duro come il Legno +achievement.mineWood.desc=Colpisci un albero finché non spunta fuori un blocco di legno +achievement.onARail=Su Un Binario +achievement.onARail.desc=Viaggia in un vagone per almeno 1 km dal punto di partenza +achievement.openInventory=Fare l'Inventario +achievement.openInventory.desc=Premi '%1$s' per aprire il tuo inventario. +achievement.overkill=Massacro +achievement.overkill.desc=Infliggi nove cuori di danno in un singolo colpo +achievement.overpowered=Un'aura potentissima +achievement.overpowered.desc=Crea una mela di Notch +achievement.portal="Lasciate ogne speranza, voi ch'entrate" +achievement.portal.desc=Costruisci un portale per il Nether +achievement.potion=Distilleria Artigianale +achievement.potion.desc=Distilla una pozione +achievement.requires=Richiede '%1$s' +achievement.snipeSkeleton=Duello tra Cecchini +achievement.snipeSkeleton.desc=Uccidi uno scheletro con una freccia da più di 50 metri +achievement.spawnWither=Inizia? +achievement.spawnWither.desc=Evoca il Vizzo +achievement.taken=Ottenuto! +achievement.theEnd=La Fine? +achievement.theEnd.desc=Trova l'End +achievement.theEnd2=L'Omega. +achievement.theEnd2.desc=Sconfiggi il Drago d'omega +achievement.unknown=??? +addServer.add=Fatto +addServer.enterIp=Indirizzo del Server +addServer.enterName=Nome del Server +addServer.hideAddress=Nascondi Indirizzo +addServer.resourcePack=Pacchetti del server +addServer.resourcePack.disabled=Disabilitati +addServer.resourcePack.enabled=Abilitati +addServer.resourcePack.prompt=Su conferma +addServer.title=Modifica le Informazioni del Server +advMode.allEntities=Usa "@a" per bersagliare tutte le entità +advMode.allPlayers=Usa "@a" per bersagliare tutti i giocatori +advMode.command=Comando della consolle +advMode.nearestPlayer=Usa "@p" per bersagliare il giocatore più vicino +advMode.notAllowed=Devi essere un operatore in modalità creativa +advMode.notEnabled=I blocchi comando non sono abilitati in questo server +advMode.previousOutput=Esito precedente +advMode.randomPlayer=Usa "@r" per bersagliare un giocatore a caso +advMode.setCommand=Imposta il Comando della Console per il Blocco +advMode.setCommand.success=Comando assegnato: %s +attribute.modifier.plus.0=+%s %s +attribute.modifier.plus.1=+%s%% %s +attribute.modifier.plus.2=+%s%% %s +attribute.modifier.take.0=-%s %s +attribute.modifier.take.1=-%s%% %s +attribute.modifier.take.2=-%s%% %s +attribute.name.generic.attackDamage=danni per colpo +attribute.name.generic.followRange=raggio di rilevamento delle creature +attribute.name.generic.knockbackResistance=resistenza al contraccolpo +attribute.name.generic.maxHealth=salute massima +attribute.name.generic.movementSpeed=Velocità +attribute.name.horse.jumpStrength=Forza di Salto del Cavallo +attribute.name.zombie.spawnReinforcements=Rinforzi Zombie +book.byAuthor=di %1$s +book.editTitle=Inserisci il Titolo del Libro: +book.finalizeButton=Firma e chiudi +book.finalizeWarning=Attenzione! Dopo aver firmato il libro non potrai più modificarlo. +book.generation.0=Originale +book.generation.1=Copia dell'originale +book.generation.2=Copia di una copia +book.generation.3=Stracciato +book.pageIndicator=Pagina %1$s di %2$s +book.signButton=Firma +build.tooHigh=Il limite d'altezza per costruire è %s blocchi +chat.cannotSend=Impossibile inviare il messaggio in chat +chat.copy=Copia negli Appunti +chat.link.confirm=Sei sicuro di voler aprire il seguente sito? +chat.link.confirmTrusted=Vuoi aprire questo collegamento o copiarlo nei tuoi appunti? +chat.link.open=Apri +chat.link.warning=Mai aprire link di persone di cui non ti fidi! +chat.stream.emote=(%s) * %s %s +chat.stream.text=(%s) <%s> %s +chat.type.achievement=%s ha appena guadagnato la conquista %s +chat.type.achievement.taken=%s ha perso l'impresa %s +chat.type.admin=[%s: %s] +chat.type.announcement=[%s] %s +chat.type.emote=* %s %s +chat.type.text=<%s> %s +commands.achievement.alreadyHave=Il giocatore %s ha già compiuto l'impresa %s +commands.achievement.dontHave=Il giocatore %s non ha compiuto l'impresa %s +commands.achievement.give.success.all=Date con successo tutte le conquiste a %s +commands.achievement.give.success.one=La statistica %2$s è stata data con successo a %1$s +commands.achievement.statTooLow=Il giocatore %s non ha la statistica %s +commands.achievement.take.success.all=Tutte le imprese sono state prese da %s con successo +commands.achievement.take.success.one=La statistica %s è stata presa da %s con successo +commands.achievement.unknownAchievement=Conquista o statistica '%s' sconosciuta +commands.achievement.usage=/achievement [giocatore] +commands.ban.failed=Impossibile bandire il giocatore %s +commands.ban.success=Il giocatore %s è stato bandito +commands.ban.usage=/ban [motivo ...] +commands.banip.invalid=Hai inserito un indirizzo IP non valido o un giocatore che non è online +commands.banip.success=L'indirizzo IP %s è stato bandito +commands.banip.success.players=L'indirizzo IP %s appartenente a %s è stato inibito +commands.banip.usage=/ban-ip [motivo ...] +commands.banlist.ips=Ci sono in totale %s indirizzi IP inibiti: +commands.banlist.players=Ci sono in totale %s giocatori banditi: +commands.banlist.usage=/banlist [ips|players] +commands.blockdata.failed=I dati NBT non sono cambiati: %s +commands.blockdata.notValid=Il blocco destinatario non può contenere dati NBT +commands.blockdata.outOfWorld=Impossibile cambiare il blocco al di fuori del mondo +commands.blockdata.success=I dati del blocco sono stati aggiornati a: %s +commands.blockdata.tagError=L'analisi sintattica dei dati NBT è fallita: %s +commands.blockdata.usage=/blockdata +commands.chunkinfo.compiled=Il chunk è compilato. +commands.chunkinfo.data=I primi 64 vertici sono: %s +commands.chunkinfo.empty=Il chunk è vuoto. +commands.chunkinfo.hasLayers=I chunk ha livelli: %s +commands.chunkinfo.hasNoRenderableLayers=Il chunk non ha livelli renderizzabili. +commands.chunkinfo.isEmpty=Il chunk ha livelli vuoti: %s +commands.chunkinfo.location=Posizione del chunk: (%s, %s, %s) +commands.chunkinfo.noChunk=Nessun chunk trovato alla posizione del chunk %s, %s, %s +commands.chunkinfo.notCompiled=Il chunk non è compilato. +commands.chunkinfo.notEmpty=Il chunk non è vuoto. +commands.chunkinfo.usage=/chunkinfo [ ] +commands.chunkinfo.vertices=La memoria di transito del livello %s contiene %s vertici +commands.clear.failure=Impossibile cancellare l'inventario di %s, non ci sono oggetti da rimuovere +commands.clear.success=Svuotato l'inventario di %s, rimuovendo %s oggetti +commands.clear.tagError=L'analisi sintattica dei dati NBT è fallita: %s +commands.clear.testing=%s ha %s oggetti che corrispondono ai criteri +commands.clear.usage=/clear [giocatore] [oggetto] [metadato] [quantità massima] [dati NBT] +commands.clone.failed=Nessun blocco è stato clonato +commands.clone.noOverlap=Origine e destinazione non possono coincidere +commands.clone.outOfWorld=Impossibile accedere a blocchi al di fuori del mondo +commands.clone.success=%s blocchi sono stati clonati +commands.clone.tooManyBlocks=Troppi blocchi nell'area specificata (%s > %s) +commands.clone.usage=/clone [modalità] +commands.compare.failed=Origine e destinazione non sono identici +commands.compare.outOfWorld=Impossibile accedere a blocchi al di fuori del mondo +commands.compare.success=%s blocchi sono stati comparati +commands.compare.tooManyBlocks=Troppi blocchi nell'area specificata (%s > %s) +commands.compare.usage=/testforblocks [modalità] +commands.debug.notStarted=Impossibile interrompere l'analisi quando non è ancora cominciata! +commands.debug.start=L'analisi di debug è stata avviata +commands.debug.stop=L'analisi di debug è stata interrotta dopo %s secondi (%s tick) +commands.defaultgamemode.success=Adesso la modalità predefinita del mondo è %s +commands.defaultgamemode.usage=/defaultgamemode +commands.deop.failed=Impossibile degradare %s dal ruolo di operatore +commands.deop.success=%s non è più un operatore +commands.deop.usage=/deop +commands.difficulty.success=Impostata la difficoltà di gioco su %s +commands.difficulty.usage=/difficulty +commands.downfall.success=Attivate/disattivate precipitazioni +commands.downfall.usage=/toggledownfall +commands.effect.failure.notActive=Impossibile togliere %1$s a %2$s visto che non possiede questo effetto +commands.effect.failure.notActive.all=Impossibile togliere alcun effetto da %s siccome non ne aveva +commands.effect.notFound=Non c'è alcun effetto con ID %s +commands.effect.success=Dato %1$s (ID %2$s) * %3$s a %4$s per %5$s secondi +commands.effect.success.removed=Tolto %1$s da %2$s +commands.effect.success.removed.all=Tolti tutti gli effetti da %s +commands.effect.usage=/effect [secondi] [amplificatore] [nascondi le particelle] +commands.enchant.cantCombine=%1$s non può essere combinato con %2$s +commands.enchant.cantEnchant=L'incantesimo selezionato non può essere aggiunto a questo oggetto +commands.enchant.noItem=Il bersaglio non impugna alcun oggetto +commands.enchant.notFound=Non c'è nessun incantesimo con ID %s +commands.enchant.success=Incantesimo completato +commands.enchant.usage=/enchant [livello] +commands.entitydata.failed=I dati NBT non sono cambiati: %s +commands.entitydata.noPlayers=%s è un giocatore e non può essere modificato +commands.entitydata.success=I dati dell'entità sono stati aggiornati a: %s +commands.entitydata.tagError=L'analisi sintattica dei dati NBT è fallita: %s +commands.entitydata.usage=/entitydata +commands.execute.allInvocationsFailed=Tutte le invocazioni sono fallite: "%s" +commands.execute.failed=Impossibile far eseguire "%s" a %s +commands.execute.usage=/execute OPPURE /execute detect +commands.fill.failed=Nessun blocco è stato riempito +commands.fill.outOfWorld=Impossibile piazzare blocchi al di fuori del mondo +commands.fill.success=%s blocchi sono stati piazzati +commands.fill.tagError=L'analisi sintattica dei dati NBT è fallita: %s +commands.fill.tooManyBlocks=Troppi blocchi nell'area specificata (%s > %s) +commands.fill.usage=/fill [metadato] [gestione del vecchio blocco] [dati NBT] +commands.gamemode.success.other=La modalità di gioco di %s è stata impostata a %s +commands.gamemode.success.self=Ha impostato la propria Modalità di Gioco a %s +commands.gamemode.usage=/gamemode [giocatore] +commands.gamerule.nopermission=Solo i proprietari del server possono cambiare "%s" +commands.gamerule.norule=Non è disponibile alcuna regola di gioco chiamata "%s" +commands.gamerule.success=La regola di gioco è stata aggiornata +commands.gamerule.usage=/gamerule [valore] +commands.generic.boolean.invalid="%s" non è "true" o "false" +commands.generic.double.tooBig=Il numero che hai inserito (%s) è troppo alto, dev'essere al massimo %s +commands.generic.double.tooSmall=Il numero che hai inserito (%s) è troppo basso, dev'essere almeno %s +commands.generic.entity.invalidType=Il tipo di entità "%s" non è valido +commands.generic.entity.invalidUuid=L'UUID dell'entità è in un formato non valido +commands.generic.entity.notFound=L'entità non è stata trovata +commands.generic.exception=Si è verificato un errore sconosciuto nel tentativo di eseguire questo comando +commands.generic.notFound=Comando sconosciuto. Prova /help per una lista di comandi +commands.generic.num.invalid="%s" non è un numero valido +commands.generic.num.tooBig=Il numero che hai inserito (%s) è troppo alto, dev'essere al massimo %s +commands.generic.num.tooSmall=Il numero che hai inserito (%s) è troppo basso, dev'essere almeno %s +commands.generic.parameter.invalid="%s" non è un parametro valido +commands.generic.permission=Non hai il permesso di usare questo comando +commands.generic.player.notFound=Quel giocatore non è stato trovato +commands.generic.syntax=Sintassi del comando errata +commands.generic.usage=Utilizzo: %s +commands.give.notFound=Non c'è alcun oggetto chiamato %s +commands.give.success=L'oggetto %s * %s è stato dato a %s +commands.give.tagError=L'analisi sintattica dei dati NBT è fallita: %s +commands.give.usage=/give [quantità] [dati] [NBT tag] +commands.help.footer=Suggerimento: Usa il tasto mentre scrivi un comando per completare automaticamente il comando o i suoi parametri +commands.help.header=--- Pagina di aiuto %s di %s (/help ) --- +commands.help.usage=/help [pagina|nome comando] +commands.kick.success=%s è stato buttato fuori dal gioco +commands.kick.success.reason=%s è stato buttato fuori dal gioco: '%s' +commands.kick.usage=/kick [motivo...] +commands.kill.successful=%s è stato ucciso +commands.kill.usage=/kill [giocatore|entità] +commands.me.usage=/me +commands.message.display.incoming=%s ti ha sussurrato: %s +commands.message.display.outgoing=Hai sussurrato a %s: %s +commands.message.sameTarget=Non puoi inviare un messaggio privato a te stesso! +commands.message.usage=/tell +commands.op.failed=Impossibile promuovere %s al ruolo di operatore +commands.op.success=%s è ora un operatore +commands.op.usage=/op +commands.particle.notFound=Nome dell'effetto sconosciuto (%s) +commands.particle.success=L'effetto %s è stato riprodotto %s volte +commands.particle.usage=/particle [quantità] [modalità] +commands.players.list=Ci sono %s/%s giocatori connessi: +commands.players.usage=/list +commands.playsound.playerTooFar=Il giocatore %s è troppo lontano per sentire il suono +commands.playsound.success=Il suono "%s" è stato riprodotto a %s +commands.playsound.usage=/playsound [x] [y] [z] [volume] [tono] [volume minimo] +commands.publish.failed=Impossibile ospitare il gioco locale +commands.publish.started=Gioco locale ospitato sulla porta %s +commands.publish.usage=/publish +commands.replaceitem.block.usage=/replaceitem block [quantità] [metadato] [dati NBT] +commands.replaceitem.entity.usage=/replaceitem entity [quantità] [metadato] [dati NBT] +commands.replaceitem.failed=Impossibile sostituire la casella %s con %s * %s +commands.replaceitem.noContainer=Il blocco a %s, %s, %s non è un contenitore +commands.replaceitem.success=La casella %s è stata sostituita con %s * %s +commands.replaceitem.tagError=L'analisi sintattica dei dati NBT è fallita: %s +commands.replaceitem.usage=/replaceitem ... +commands.save-off.alreadyOff=Il salvataggio è già disattivato +commands.save-off.usage=/save-off +commands.save-on.alreadyOn=Il salvataggio è già attivato +commands.save-on.usage=/save-on +commands.save.disabled=Il salvataggio automatico del mondo è stato disattivato +commands.save.enabled=Il salvataggio automatico del mondo è stato attivato +commands.save.failed=Il salvataggio è fallito: %s +commands.save.start=Salvataggio... +commands.save.success=Il mondo è stato salvato +commands.save.usage=/save-all +commands.say.usage=/say +commands.scoreboard.allMatchesFailed=Tutti i riscontri falliti +commands.scoreboard.noMultiWildcard=È permesso un solo utente jolly +commands.scoreboard.objectiveNotFound=Non è stato trovato nessun obiettivo con il nome '%s' +commands.scoreboard.objectiveReadOnly=L'obiettivo '%s' è di sola lettura e non può essere impostato +commands.scoreboard.objectives.add.alreadyExists=Esiste già un obiettivo con il nome '%s' +commands.scoreboard.objectives.add.displayTooLong=Il nome da mostrare '%s' è troppo lungo per un obiettivo, può essere lungo al massimo %s caratteri +commands.scoreboard.objectives.add.success=Aggiunto il nuovo obbiettivo '%s' con successo +commands.scoreboard.objectives.add.tooLong=Il nome '%s' è troppo lungo per un obiettivo, può essere lungo al massimo %s caratteri +commands.scoreboard.objectives.add.usage=/scoreboard objectives add [nome da mostrare ...] +commands.scoreboard.objectives.add.wrongType=Tipo di criterio dell'obiettivo non valido: "%s" +commands.scoreboard.objectives.list.count=Mostrati %s obbiettivi sul tabellone: +commands.scoreboard.objectives.list.empty=Non ci sono obiettivi sul tabellone +commands.scoreboard.objectives.list.entry=- %s: viene mostrato come '%s' ed è del tipo '%s' +commands.scoreboard.objectives.remove.success=L'obiettivo '%s' è stato rimosso con successo +commands.scoreboard.objectives.remove.usage=/scoreboard objectives remove +commands.scoreboard.objectives.setdisplay.invalidSlot=Nessuno spazio sullo schermo chiamato '%s' +commands.scoreboard.objectives.setdisplay.successCleared=Svuotato lo spazio obbiettivo sullo schermo '%s' +commands.scoreboard.objectives.setdisplay.successSet=Impostata la visualizzazione nello slot '%s' dell'obiettivo '%s' +commands.scoreboard.objectives.setdisplay.usage=/scoreboard objectives setdisplay [obiettivo] +commands.scoreboard.objectives.usage=/scoreboard objectives ... +commands.scoreboard.players.add.usage=/scoreboard players add [dati NBT] +commands.scoreboard.players.enable.noTrigger=L'obiettivo %s non è un trigger +commands.scoreboard.players.enable.success=Il trigger %s è stato abilitato per %s +commands.scoreboard.players.enable.usage=/scoreboard players enable +commands.scoreboard.players.list.count=Mostrati %s giocatori trovati sul tabellone: +commands.scoreboard.players.list.empty=Non ci sono giocatori segnati sul tabellone +commands.scoreboard.players.list.player.count=Mostrati %s obbiettivi trovati sul tabellone per %s: +commands.scoreboard.players.list.player.empty=Il giocatore %s non ha punteggi registrati +commands.scoreboard.players.list.player.entry=- %2$s: %1$s (%3$s) +commands.scoreboard.players.list.usage=/scoreboard players list [nomi] +commands.scoreboard.players.operation.invalidOperation=Operazione %s non valida +commands.scoreboard.players.operation.notFound=Nessun punteggio di %s è stato trovato per %s +commands.scoreboard.players.operation.success=L'operazione è stata svolta con successo +commands.scoreboard.players.operation.usage=/scoreboard player operation +commands.scoreboard.players.remove.usage=/scoreboard players remove [dati NBT] +commands.scoreboard.players.reset.success=Azzerati tutti i punteggi del giocatore %s +commands.scoreboard.players.reset.usage=/scoreboard players reset [obiettivo] +commands.scoreboard.players.resetscore.success=Il punteggio di %s del giocatore %s è stato azzerato +commands.scoreboard.players.set.success=Regolato il punteggio di %s per il giocatore %s a %s +commands.scoreboard.players.set.tagError=Impossibile analizzare i dati NBT per il seguente motivo: %s +commands.scoreboard.players.set.tagMismatch=I dati NBT non corrispondono per %s +commands.scoreboard.players.set.usage=/scoreboard players set [dati NBT] +commands.scoreboard.players.test.failed=%s NON è compreso tra %s e %s +commands.scoreboard.players.test.notFound=Nessun punteggio di %s è stato trovato per %s +commands.scoreboard.players.test.success=%s è compreso tra %s e %s +commands.scoreboard.players.test.usage=/scoreboard players test [massimo] +commands.scoreboard.players.usage=/scoreboard players ... +commands.scoreboard.teamNotFound=Non è stata trovata nessuna squadra con il nome '%s' +commands.scoreboard.teams.add.alreadyExists=Esiste già una squadra con il nome '%s' +commands.scoreboard.teams.add.displayTooLong=Il nome da mostrare '%s' è troppo lungo per una squadra, può essere lungo al massimo %s caratteri +commands.scoreboard.teams.add.success=Aggiunta la nuova squadra '%s' con successo +commands.scoreboard.teams.add.tooLong=Il nome '%s' è troppo lungo per una squadra, può essere lungo al massimo %s caratteri +commands.scoreboard.teams.add.usage=/scoreboard teams add [nome da mostrare ...] +commands.scoreboard.teams.empty.alreadyEmpty=La squadra %s è già vuota, non è possibile rimuovere dei giocatori inesistenti +commands.scoreboard.teams.empty.success=Rimossi tutti i %s giocatori dalla squadra %s +commands.scoreboard.teams.empty.usage=/scoreboard teams empty +commands.scoreboard.teams.join.failure=Impossibile aggiungere %s giocatore(i) alla squadra %s: %s +commands.scoreboard.teams.join.success=Aggiunto %s giocatore(i) alla squadra %s: %s +commands.scoreboard.teams.join.usage=/scoreboard teams join [giocatore] +commands.scoreboard.teams.leave.failure=Impossibile rimuovere %s giocatori dalle loro squadre: %s +commands.scoreboard.teams.leave.noTeam=Non sei in una squadra +commands.scoreboard.teams.leave.success=Rimosso %s giocatore(i) dalle loro squadre: %s +commands.scoreboard.teams.leave.usage=/scoreboard teams leave [giocatore] +commands.scoreboard.teams.list.count=Mostrate %s squadre sul tabellone: +commands.scoreboard.teams.list.empty=Non ci sono squadre registrate sul tabellone +commands.scoreboard.teams.list.entry=- %1$s: '%2$s' ha %3$s giocatori +commands.scoreboard.teams.list.player.count=Mostrati %s giocatori nella squadra %s: +commands.scoreboard.teams.list.player.empty=La squadra %s non ha giocatori +commands.scoreboard.teams.list.player.entry=- %2$s: %1$s (%3$s) +commands.scoreboard.teams.list.usage=/scoreboard teams list [nome] +commands.scoreboard.teams.option.noValue=I valori validi per l'opzione %s sono: %s +commands.scoreboard.teams.option.success=Impostata l'opzione %s per la squadra %s su %s +commands.scoreboard.teams.option.usage=/scoreboard teams option +commands.scoreboard.teams.remove.success=Rimossa la squadra %s +commands.scoreboard.teams.remove.usage=/scoreboard teams remove +commands.scoreboard.teams.usage=/scoreboard teams ... +commands.scoreboard.usage=/scoreboard ... +commands.seed.success=Seme: %s +commands.seed.usage=/seed +commands.setblock.failed=Impossibile piazzare il blocco +commands.setblock.noChange=Il blocco non può essere piazzato +commands.setblock.notFound=Non esiste alcun blocco con ID/nome %s +commands.setblock.outOfWorld=Impossibile piazzare il blocco al di fuori del mondo +commands.setblock.success=Blocco piazzato +commands.setblock.tagError=Analisi tag dati fallita: %s +commands.setblock.usage=/setblock [dataValue] [gestioneVecchioBlocco] [NBTtag] +commands.setidletimeout.success=Tempo d'inattività impostato correttamente a %s minuti. +commands.setidletimeout.usage=/setidletimeout +commands.setworldspawn.success=Il nuovo punto di spawn è stato impostato (%s, %s, %s) +commands.setworldspawn.usage=/setworldspawn [ ] +commands.spawnpoint.success=Impostato il punto di rinascita di %s a (%s, %s, %s) +commands.spawnpoint.usage=/spawnpoint [giocatore] [ ] +commands.spreadplayers.failure.players=Non potuti distribuire %s giocatori attorno %s,%s (troppi giocatori per area - prova ad usare una distribuzione di al massimo %s) +commands.spreadplayers.failure.teams=Non potuti distribuire %s squadre attorno %s,%s (troppi giocatori per area - prova ad usare una distribuzione di al massimo %s) +commands.spreadplayers.info.players=(La distanza media tra i giocatori è di %s blocchi dopo %s iterazioni) +commands.spreadplayers.info.teams=(La distanza media tra le squadre è di %s blocchi dopo %s iterazioni) +commands.spreadplayers.spreading.players=Distribuendo %s squadre in %s blocchi attorno %s, %s (separati da minimo %s blocchi ) +commands.spreadplayers.spreading.teams=Distribuendo %s squadre in %s blocchi attorno %s, %s (separati da minimo %s blocchi) +commands.spreadplayers.success.players=Distribuiti con successo %s giocatori attorno a %s, %s +commands.spreadplayers.success.teams=Distribuite con successo %s squadre attorno a %s, %s +commands.spreadplayers.usage=/spreadplayers +commands.stats.block.clear.usage=/stats block clear +commands.stats.block.set.usage=/stats block set +commands.stats.block.usage=/stats block ... +commands.stats.cleared=%s statistiche sono state rimosse +commands.stats.entity.clear.usage=/stats entity clear +commands.stats.entity.set.usage=/stats entity set +commands.stats.entity.usage=/stats entity +commands.stats.failed=Parametri non validi +commands.stats.noCompatibleBlock=Il blocco a %s, %s, %s non può tenere traccia delle statistiche +commands.stats.success=Le statistiche %s sono state riposte in %s a %s +commands.stats.usage=/stats ... +commands.stop.start=Il server sta per essere arrestato +commands.stop.usage=/stop +commands.summon.failed=Impossibile evocare l'oggetto +commands.summon.outOfWorld=Impossibile evocare l'oggetto al di fuori del mondo +commands.summon.success=Oggetto evocato con successo +commands.summon.tagError=Analisi tag dati fallita: %s +commands.summon.usage=/summon [x] [y] [z] [datiTag] +commands.tellraw.jsonException=Json non valido: %s +commands.tellraw.usage=/tellraw +commands.testfor.failure=%s non corrisponde alla struttura dati richiesta +commands.testfor.success=%s è stato trovato +commands.testfor.tagError=L'analisi sintattica dei dati NBT è fallita: %s +commands.testfor.usage=/testfor [dati NBT] +commands.testforblock.failed.data=Il blocco a %s,%s,%s ha un valore dati di %s (previsto: %s). +commands.testforblock.failed.nbt=Il blocco a %s,%s,%s non aveva le chiavi NBT richieste. +commands.testforblock.failed.tile=Il blocco a %s,%s,%s è %s (previsto: %s). +commands.testforblock.failed.tileEntity=Il blocco a %s,%s,%s non è un'entità a blocco e non può supportare il riconoscimento dei tag +commands.testforblock.outOfWorld=Impossibile testare blocchi al di fuori dal mondo +commands.testforblock.success=Trovato con successo il blocco a %s,%s,%s. +commands.testforblock.usage=/testforblock [dataValue] [NBTtag] +commands.time.added=Il tempo è stato incrementato di %s tick +commands.time.query=Tempo: %s tick +commands.time.set=Il tempo è stato impostato a %s tick +commands.time.usage=/time +commands.title.success=Il comando è stato eseguito con successo +commands.title.usage=/title ... +commands.title.usage.clear=/title clear|reset +commands.title.usage.times=/title times +commands.title.usage.title=/title title|subtitle +commands.tp.notSameDimension=Non è possibile eseguire il teletrasporto, poiché i giocatori non si trovano nella stessa dimensione +commands.tp.success=%s è stato teletrasportato da %s +commands.tp.success.coordinates=%s è stato teletrasportato a %s,%s,%s +commands.tp.usage=/tp [giocatore bersaglio] OPPURE /tp [giocatore bersaglio] [ ] +commands.trigger.disabled=Il trigger %s non è abilitato +commands.trigger.invalidMode=Modalità di trigger %s non valida +commands.trigger.invalidObjective=Nome del trigger %s non valido +commands.trigger.invalidPlayer=Solo i giocatori possono usare il comando /trigger +commands.trigger.success=Il trigger %s è stato cambiato con %s %s +commands.trigger.usage=/trigger +commands.unban.failed=Impossibile riammettere il giocatore %s +commands.unban.success=Il giocatore %s è stato riammesso +commands.unban.usage=/pardon +commands.unbanip.invalid=Hai inserito un indirizzo IP non valido +commands.unbanip.success=L'indirizzo IP %s è stato riabilitato +commands.unbanip.usage=/pardon-ip +commands.weather.clear=Clima cambiato in sereno +commands.weather.rain=Clima cambiato in piovoso +commands.weather.thunder=Tempo atmosferico cambiato in pioggia e tuoni +commands.weather.usage=/weather [durata in secondi] +commands.whitelist.add.failed=Impossibile aggiungere %s alla lista bianca +commands.whitelist.add.success=%s è stato aggiunto alla whitelist +commands.whitelist.add.usage=/whitelist add +commands.whitelist.disabled=La whitelist è ora disattivata +commands.whitelist.enabled=La whitelist è ora attiva +commands.whitelist.list=Ci sono %s (su %s visti) giocatori nella whitelist: +commands.whitelist.reloaded=La whitelist è stata aggiornata +commands.whitelist.remove.failed=Impossibile rimuovere %s dalla lista bianca +commands.whitelist.remove.success=%s è stato rimosso dalla whitelist +commands.whitelist.remove.usage=/whitelist remove +commands.whitelist.usage=/whitelist +commands.worldborder.add.usage=/worldborder add [tempo in secondi] +commands.worldborder.center.success=Il centro del confine del mondo è stato impostato a %s, %s +commands.worldborder.center.usage=/worldborder center +commands.worldborder.damage.amount.success=La quantità di danno per blocco fuori dal confine è stata impostata a %s (precedentemente a %s per blocco) +commands.worldborder.damage.amount.usage=/worldborder damage amount +commands.worldborder.damage.buffer.success=La zona sicura fuori dal confine del mondo è stata impostata a %s blocchi di larghezza (precedentemente %s blocchi) +commands.worldborder.damage.buffer.usage=/worldborder damage buffer +commands.worldborder.damage.usage=/worldborder damage +commands.worldborder.get.success=Attualmente il confine del mondo è largo %s blocchi +commands.worldborder.set.success=Il confine del mondo è stato impostato a una larghezza di %s blocchi (precedentemente di %s blocchi) +commands.worldborder.set.usage=/worldborder set [tempo in secondi] +commands.worldborder.setSlowly.grow.success=Il confine del mondo si sta espandendo per diventare largo %s blocchi (partendo da %s blocchi) in %s secondi +commands.worldborder.setSlowly.shrink.success=Il confine del mondo si sta stringendo per diventare largo %s blocchi (partendo da %s blocchi) in %s secondi +commands.worldborder.usage=/worldborder ... +commands.worldborder.warning.distance.success=L'avvertimento del confine del mondo è stato impostato a %s blocchi di distanza (precedentemente a %s blocchi) +commands.worldborder.warning.distance.usage=/worldborder warning distance +commands.worldborder.warning.time.success=L'avvertimento del confine del mondo è stato impostato a %s secondi (precedentemente a %s secondi) +commands.worldborder.warning.time.usage=/worldborder warning time +commands.worldborder.warning.usage=/worldborder warning +commands.xp.failure.widthdrawXp=Impossibile dare a un giocatore punti esperienza negativi +commands.xp.success=Sono stati ricevuti %s punti esperienza da %s +commands.xp.success.levels=Dati %s livelli a %s +commands.xp.success.negative.levels=Rimossi %s livelli da %s +commands.xp.usage=/xp [giocatore] OPPURE /xp L [giocatore] +connect.authorizing=Accesso in corso... +connect.connecting=Connessione al server... +connect.failed=La connessione al server è fallita +container.beacon=Faro +container.brewing=Alambicco +container.chest=Cassa +container.chestDouble=Doppia Cassa +container.crafting=Fabbricazione +container.creative=Selezione Oggetti +container.dispenser=Distributore +container.dropper=Gettatore +container.enchant=Incanta +container.enchant.clue=%s . . . ? +container.enchant.lapis.many=%s lapislazzuli +container.enchant.lapis.one=1 lapislazzuli +container.enchant.level.many=%s livelli d'esperienza +container.enchant.level.one=1 livello d'esperienza +container.enderchest=Baule omega +container.furnace=Fornace +container.hopper=Tramoggia +container.inventory=Inventario +container.isLocked=%s è bloccato/a! +container.minecart=Carrello +container.repair=Ripara e denomina +container.repair.cost=Costo dell'Incantesimo: %1$s +container.repair.expensive=Troppo Costoso! +controls.reset=Ripristina +controls.resetAll=Resetta Tasti +controls.title=Controlli +createWorld.customize.custom.baseSize=Altezza della base +createWorld.customize.custom.biomeDepthOffset=Altezza base dei biomi +createWorld.customize.custom.biomeDepthWeight=Altezza max. dei biomi +createWorld.customize.custom.biomeScaleOffset=Slittamento dei biomi +createWorld.customize.custom.biomeScaleWeight=Peso dei biomi +createWorld.customize.custom.biomeSize=Grandezza dei biomi +createWorld.customize.custom.center=Altezza del centro +createWorld.customize.custom.confirm1=Ciò sovrascriverà le impostazioni +createWorld.customize.custom.confirm2=attuali e sarà irreversibile. +createWorld.customize.custom.confirmTitle=Attenzione! +createWorld.customize.custom.coordinateScale=Stiram. orizzontale +createWorld.customize.custom.count=Tentativi di generazione +createWorld.customize.custom.defaults=Predefinite +createWorld.customize.custom.depthNoiseScaleExponent=Esponente profondità +createWorld.customize.custom.depthNoiseScaleX=Profondità in X +createWorld.customize.custom.depthNoiseScaleZ=Profondità in Z +createWorld.customize.custom.dungeonChance=Numero di Dungeons +createWorld.customize.custom.fixedBiome=Bioma +createWorld.customize.custom.heightScale=Stiram. verticale +createWorld.customize.custom.lavaLakeChance=Rarità dei laghi di lava +createWorld.customize.custom.lowerLimitScale=Limite inferiore +createWorld.customize.custom.mainNoiseScaleX=Stiramento in X +createWorld.customize.custom.mainNoiseScaleY=Stiramento in Y +createWorld.customize.custom.mainNoiseScaleZ=Stiramento in Z +createWorld.customize.custom.maxHeight=Altezza massima +createWorld.customize.custom.minHeight=Altezza minima +createWorld.customize.custom.next=Avanti +createWorld.customize.custom.page0=Impostazioni basilari +createWorld.customize.custom.page1=Impostazioni dei minerali +createWorld.customize.custom.page2=Impostazioni avanzate (per esperti!) +createWorld.customize.custom.page3=Altre impostazioni avanzate (per esperti!) +createWorld.customize.custom.preset.caveChaos=Caverne del caos +createWorld.customize.custom.preset.caveDelight=Manna dello speleologo +createWorld.customize.custom.preset.drought=Siccità +createWorld.customize.custom.preset.goodLuck=Buona fortuna +createWorld.customize.custom.preset.isleLand=Isolamento +createWorld.customize.custom.preset.mountains=Montitudine +createWorld.customize.custom.preset.waterWorld=Mondo marino +createWorld.customize.custom.presets=Preimpostazioni +createWorld.customize.custom.presets.title=Personalizza le preimpostazioni del mondo +createWorld.customize.custom.prev=Indietro +createWorld.customize.custom.randomize=Casualizza +createWorld.customize.custom.riverSize=Grandezza dei fiumi +createWorld.customize.custom.seaLevel=Livello del mare +createWorld.customize.custom.size=Grandezza della vena +createWorld.customize.custom.spread=Spargimento verticale +createWorld.customize.custom.stretchY=Stiram. dell'altezza +createWorld.customize.custom.upperLimitScale=Limite superiore +createWorld.customize.custom.useCaves=Grotte +createWorld.customize.custom.useDungeons=Dungeons +createWorld.customize.custom.useLavaLakes=Laghi di lava +createWorld.customize.custom.useLavaOceans=Oceani di lava +createWorld.customize.custom.useMineShafts=Miniere abbandonate +createWorld.customize.custom.useMonuments=Monumenti oceanici +createWorld.customize.custom.useRavines=Crepacci +createWorld.customize.custom.useStrongholds=Roccaforti +createWorld.customize.custom.useTemples=Templi +createWorld.customize.custom.useVillages=Villaggi +createWorld.customize.custom.useWaterLakes=Laghi d'acqua +createWorld.customize.custom.waterLakeChance=Rarità dei laghi d'acqua +createWorld.customize.flat.addLayer=Aggiungi uno strato +createWorld.customize.flat.editLayer=Modifica lo strato +createWorld.customize.flat.height=Altezza +createWorld.customize.flat.layer=%s +createWorld.customize.flat.layer.bottom=Da in fondo a %s +createWorld.customize.flat.layer.top=Da in cima a %s +createWorld.customize.flat.removeLayer=Rimuovi lo strato +createWorld.customize.flat.tile=Materiale dello strato +createWorld.customize.flat.title=Personalizza la superpiana +createWorld.customize.presets=Preimpostazioni +createWorld.customize.presets.list=In alternativa, eccone alcune che abbiamo creato in precedenza! +createWorld.customize.presets.select=Usa +createWorld.customize.presets.share=Vuoi condividere la preimpostazione con qualcuno? Usa questo riquadro! +createWorld.customize.presets.title=Scegli una preimpostazione +death.attack.anvil=%1$s è stato schiacciato da un'incudine +death.attack.arrow=%1$s è stato trafitto da %2$s +death.attack.arrow.item=%1$s è stato trafitto da %2$s usando %3$s +death.attack.cactus=%1$s è stato punto a morte +death.attack.cactus.player=%1$s è sbattuto contro un cactus fuggendo da %2$s +death.attack.drown=%1$s è annegato +death.attack.drown.player=%1$s è annegato mentre cercava di scappare da %2$s +death.attack.explosion=%1$s è saltato in aria +death.attack.explosion.player=%1$s è stato fatto saltare in aria da %2$s +death.attack.fall=%1$s ha colpito il terreno troppo forte +death.attack.fallingBlock=%1$s è stato spiaccicato da un blocco in caduta +death.attack.fireball=%1$s è stato preso a palle di fuoco da %2$s +death.attack.fireball.item=%1$s è stato ucciso con una palla di fuoco da %2$s usando %3$s +death.attack.generic=%1$s è morto +death.attack.inFire=%1$s è andato a fuoco +death.attack.inFire.player=%1$s ha camminato nel fuoco mentre combatteva %2$s +death.attack.inWall=%1$s è soffocato in un muro +death.attack.indirectMagic=%1$s è stato ucciso da %2$s usando la magia +death.attack.indirectMagic.item=%1$s è stato ucciso da %2$s usando %3$s +death.attack.lava=%1$s ha provato a nuotare nella lava +death.attack.lava.player=%1$s ha provato a nuotare nella lava per scappare da %2$s +death.attack.lightningBolt=%1$s è stato colpito da un fulmine +death.attack.magic=%1$s è stato ucciso dalla magia +death.attack.mob=%1$s è stato ucciso da %2$s +death.attack.onFire=%1$s è bruciato a morte +death.attack.onFire.player=%1$s è stato bruciato fino a diventare croccante mentre combatteva %2$s +death.attack.outOfWorld=%1$s è caduto fuori dal mondo +death.attack.player=%1$s è stato ucciso da %2$s +death.attack.player.item=%1$s è stato ucciso da %2$s usando %3$s +death.attack.starve=%1$s è morto di fame +death.attack.thorns=%1$s è stato ucciso mentre cercava di ferire %2$s +death.attack.thrown=%1$s è stato preso a pugni da %2$s +death.attack.thrown.item=%1$s è stato preso a pugni da %2$s usando %3$s +death.attack.wither=%1$s è avvizzito +death.fell.accident.generic=%1$s è caduto da un posto alto +death.fell.accident.ladder=%1$s è caduto da una scala +death.fell.accident.vines=%1$s è caduto da dei rampicanti +death.fell.accident.water=%1$s è caduto fuori dall'acqua +death.fell.assist=%1$s è stato fatto cadere da %2$s +death.fell.assist.item=%1$s è stato fatto cadere da %2$s usando %3$s +death.fell.finish=%1$s è precipitato ed è stato finito da %2$s +death.fell.finish.item=%1$s è precipitato ed è stato finito da %2$s armato di %3$s +death.fell.killer=%1$s è stato condannato a cadere +deathScreen.deleteWorld=Elimina il mondo +deathScreen.hardcoreInfo=Non puoi rinascere in modalità estrema! +deathScreen.leaveServer=Esci dal server +deathScreen.quit.confirm=Sei sicuro di voler abbandonare? +deathScreen.respawn=Rinasci +deathScreen.score=Punteggio +deathScreen.title=Sei morto! +deathScreen.title.hardcore=Game over! +deathScreen.titleScreen=Menu principale +demo.day.1=Questa demo durerà cinque giorni nel gioco, fai del tuo meglio! +demo.day.2=Secondo Giorno +demo.day.3=Terzo Giorno +demo.day.4=Quarto Giorno +demo.day.5=Questo è il tuo ultimo giorno! +demo.day.6=Sono passati cinque giorni, premi F2 per salvare uno screenshot della tua creazione +demo.day.warning=Il tempo a tua disposizione è quasi finito! +demo.demoExpired=Il tempo della demo è scaduto! +demo.help.buy=Acquista Adesso! +demo.help.fullWrapped=Questa demo durerà 5 giorni di gioco (circa 1 ora e 40 minuti di tempo reale). Dai un'occhiata alle conquiste per avere suggerimenti! Buon divertimento! +demo.help.inventory=Premi %1$s per aprire l'inventario +demo.help.jump=Premi %1$s per saltare +demo.help.later=Continua a Giocare! +demo.help.movement=Usa %1$s, %2$s, %3$s, %4$s e il mouse per muoverti +demo.help.movementMouse=Guardati attorno usando il mouse +demo.help.movementShort=Muoviti premendo %1$s, %2$s, %3$s, %4$s +demo.help.title=Modalità Demo di Minecraft +demo.remainingTime=Tempo restante: %s +demo.reminder=La demo è terminata, compra il gioco per continuare o crea un nuovo mondo! +difficulty.lock.question=Vuoi davvero bloccare la difficoltà del mondo? Verrà bloccata per sempre a %1$s e non potrai più cambiarla. +difficulty.lock.title=Blocca la difficoltà del mondo +disconnect.closed=Connessione interrotta +disconnect.disconnected=Disconnesso dal Server +disconnect.endOfStream=Fine del flusso dati +disconnect.genericReason=%s +disconnect.kicked=È stato buttato fuori dal gioco +disconnect.loginFailed=Login fallito +disconnect.loginFailedInfo=L'accesso è fallito: %s +disconnect.loginFailedInfo.invalidSession=Sessione non valida (Prova a riavviare il tuo gioco) +disconnect.loginFailedInfo.serversUnavailable=I server di autenticazione sono momentaneamente fuori servizio per manutenzione. +disconnect.lost=Connessione Persa +disconnect.overflow=Buffer overflow +disconnect.quitting=Chiusura in corso +disconnect.spam=Espulso per Pubblicità +disconnect.timeout=Connessione scaduta +enchantment.arrowDamage=Potenza +enchantment.arrowFire=Fiamma +enchantment.arrowInfinite=Infinità +enchantment.arrowKnockback=Impatto +enchantment.damage.all=Affilatezza +enchantment.damage.arthropods=Flagello degli Artropodi +enchantment.damage.undead=Anatema +enchantment.digging=Efficienza +enchantment.durability=Indistruttibilità +enchantment.fire=Aspetto di Fuoco +enchantment.fishingSpeed=Esca +enchantment.knockback=Contraccolpo +enchantment.level.1=I +enchantment.level.10=X +enchantment.level.2=II +enchantment.level.3=III +enchantment.level.4=IV +enchantment.level.5=V +enchantment.level.6=VI +enchantment.level.7=VII +enchantment.level.8=VIII +enchantment.level.9=IX +enchantment.lootBonus=Saccheggio +enchantment.lootBonusDigger=Fortuna +enchantment.lootBonusFishing=Fortuna del Mare +enchantment.oxygen=Respirazione +enchantment.protect.all=Protezione +enchantment.protect.explosion=Protezione dalle Esplosioni +enchantment.protect.fall=Atterraggio Morbido +enchantment.protect.fire=Protezione dal Fuoco +enchantment.protect.projectile=Protezione dai Proiettili +enchantment.thorns=Spine +enchantment.untouching=Tocco di Velluto +enchantment.waterWalker=Passo delle profondità +enchantment.waterWorker=Affinità all'Acqua +entity.ArmorStand.name=Piedistallo per armatura +entity.Arrow.name=freccia +entity.Bat.name=Pipistrello +entity.Blaze.name=Vampo +entity.Boat.name=Barca +entity.Cat.name=Gatto +entity.CaveSpider.name=Ragno delle Caverne +entity.Chicken.name=Pollo +entity.Cow.name=Mucca +entity.Creeper.name=Creeper +entity.EnderDragon.name=Drago dell'End +entity.Enderman.name=Enderman +entity.Endermite.name=Acaro omega +entity.EntityHorse.name=Equino +entity.FallingSand.name=Blocco in caduta +entity.Fireball.name=Palla di Fuoco +entity.Ghast.name=Spettro +entity.Giant.name=Gigante +entity.Guardian.name=Guardiano +entity.Item.name=Oggetto +entity.KillerBunny.name=Il Coniglio Assassino +entity.LavaSlime.name=Cubo di magma +entity.Minecart.name=Carrello da Miniera +entity.Mob.name=Creatura +entity.Monster.name=Mostro +entity.MushroomCow.name=Muucelio +entity.Ozelot.name=Gattopardo +entity.Painting.name=Quadro +entity.Pig.name=Maiale +entity.PigZombie.name=Zombi suino +entity.PrimedTnt.name=Blocco di tritolo +entity.Rabbit.name=Coniglio +entity.Sheep.name=Pecora +entity.Silverfish.name=Pesciolino d'Argento +entity.Skeleton.name=Scheletro +entity.Slime.name=Gelatina +entity.SmallFireball.name=Piccola Palla di Fuoco +entity.SnowMan.name=Golem di neve +entity.Snowball.name=Palla di Neve +entity.Spider.name=Ragno +entity.Squid.name=Calamaro +entity.Villager.armor=Corazzaio +entity.Villager.butcher=Macellaio +entity.Villager.cleric=Chierico +entity.Villager.farmer=Agricoltore +entity.Villager.fisherman=Pescatore +entity.Villager.fletcher=Arcaio +entity.Villager.leather=Conciatore +entity.Villager.librarian=Bibliotecario +entity.Villager.name=Villico +entity.Villager.shepherd=Pastore +entity.Villager.tool=Fabbro d'arnesi +entity.Villager.weapon=Armaiolo +entity.VillagerGolem.name=Golem di Ferro +entity.Witch.name=Strega +entity.WitherBoss.name=Vizzo +entity.Wolf.name=Lupo +entity.XPOrb.name=Sfera d'Esperienza +entity.Zombie.name=Zombi +entity.donkey.name=Asino +entity.generic.name=unknown +entity.horse.name=Cavallo +entity.mule.name=Mulo +entity.skeletonhorse.name=Cavallo scheletro +entity.zombiehorse.name=Cavallo zombi +gameMode.adventure=Modalità avventura +gameMode.changed=La tua modalità di gioco è stata aggiornata +gameMode.creative=Modalità Creativa +gameMode.hardcore=Modalità Estrema! +gameMode.spectator=Modalità spettatore +gameMode.survival=Modalità Sopravvivenza +generator.amplified=AMPLIFICATO +generator.amplified.info=Nota Bene: Solo per divertimento, richiede un computer potente +generator.customized=Personalizzato +generator.debug_all_block_states=Tecnico +generator.default=Normale +generator.flat=Superpiana +generator.largeBiomes=Biomi Grandi +gui.achievements=Imprese +gui.all=Tutti +gui.back=Indietro +gui.cancel=Annulla +gui.done=Fatto +gui.down=Giù +gui.no=No +gui.none=Nessuno +gui.stats=Statistiche +gui.toMenu=Torna al menu principale +gui.up=Su +gui.yes=Sì +inventory.binSlot=Distruggi Oggetto +item.apple.name=Mela +item.appleGold.name=Mela d'Oro +item.armorStand.name=Supporto per armatura +item.arrow.name=Freccia +item.banner.black.name=Stendardo Nero +item.banner.blue.name=Stendardo Blu +item.banner.border.black=Alla bordura di nero +item.banner.border.blue=Alla bordura di blu +item.banner.border.brown=Alla bordura di marrone +item.banner.border.cyan=Alla bordura di ciano +item.banner.border.gray=Alla bordura di grigio +item.banner.border.green=Alla bordura di verde +item.banner.border.lightBlue=Alla bordura d'azzurro +item.banner.border.lime=Alla bordura di lime +item.banner.border.magenta=Alla bordura di magenta +item.banner.border.orange=Alla bordura d'arancione +item.banner.border.pink=Alla bordura di rosa +item.banner.border.purple=Alla bordura di viola +item.banner.border.red=Alla bordura di rosso +item.banner.border.silver=Alla bordura di grigio chiaro +item.banner.border.white=Alla bordura di bianco +item.banner.border.yellow=Alla bordura di giallo +item.banner.bricks.black=Seminato di mattoni di nero +item.banner.bricks.blue=Seminato di mattoni di blu +item.banner.bricks.brown=Seminato di mattoni di marrone +item.banner.bricks.cyan=Seminato di mattoni di ciano +item.banner.bricks.gray=Seminato di mattoni di grigio +item.banner.bricks.green=Seminato di mattoni di verde +item.banner.bricks.lightBlue=Seminato di mattoni d'azzurro +item.banner.bricks.lime=Seminato di mattoni di lime +item.banner.bricks.magenta=Seminato di mattoni di magenta +item.banner.bricks.orange=Seminato di mattoni d'arancione +item.banner.bricks.pink=Seminato di mattoni di rosa +item.banner.bricks.purple=Seminato di mattoni di viola +item.banner.bricks.red=Seminato di mattoni di rosso +item.banner.bricks.silver=Seminato di mattoni di grigio chiaro +item.banner.bricks.white=Seminato di mattoni di bianco +item.banner.bricks.yellow=Seminato di mattoni di giallo +item.banner.brown.name=Stendardo Marrone +item.banner.circle.black=Alla torta di nero +item.banner.circle.blue=Alla torta di blu +item.banner.circle.brown=Alla torta di marrone +item.banner.circle.cyan=Alla torta di ciano +item.banner.circle.gray=Alla torta di grigio +item.banner.circle.green=Alla torta di verde +item.banner.circle.lightBlue=Alla torta d'azzurro +item.banner.circle.lime=Alla torta di lime +item.banner.circle.magenta=Alla torta di magenta +item.banner.circle.orange=Alla torta d'arancione +item.banner.circle.pink=Alla torta di rosa +item.banner.circle.purple=Alla torta di viola +item.banner.circle.red=Alla torta di rosso +item.banner.circle.silver=Alla torta di grigio chiaro +item.banner.circle.white=Alla torta di bianco +item.banner.circle.yellow=Alla torta di giallo +item.banner.creeper.black=Al volto di Creeper di nero +item.banner.creeper.blue=Al volto di Creeper di blu +item.banner.creeper.brown=Al volto di Creeper di marrone +item.banner.creeper.cyan=Al volto di Creeper di ciano +item.banner.creeper.gray=Al volto di Creeper di grigio +item.banner.creeper.green=Al volto di Creeper di verde +item.banner.creeper.lightBlue=Al volto di Creeper d'azzurro +item.banner.creeper.lime=Al volto di Creeper di lime +item.banner.creeper.magenta=Al volto di Creeper di magenta +item.banner.creeper.orange=Al volto di Creeper d'arancione +item.banner.creeper.pink=Al volto di Creeper di rosa +item.banner.creeper.purple=Al volto di Creeper di viola +item.banner.creeper.red=Al volto di Creeper di rosso +item.banner.creeper.silver=Al volto di Creeper di grigio chiaro +item.banner.creeper.white=Al volto di Creeper di bianco +item.banner.creeper.yellow=Al volto di Creeper di giallo +item.banner.cross.black=Al decusse di nero +item.banner.cross.blue=Al decusse di blu +item.banner.cross.brown=Al decusse di marrone +item.banner.cross.cyan=Al decusse di ciano +item.banner.cross.gray=Al decusse di grigio +item.banner.cross.green=Al decusse di verde +item.banner.cross.lightBlue=Al decusse d'azzurro +item.banner.cross.lime=Al decusse di lime +item.banner.cross.magenta=Al decusse di magenta +item.banner.cross.orange=Al decusse d'arancione +item.banner.cross.pink=Al decusse di rosa +item.banner.cross.purple=Al decusse di viola +item.banner.cross.red=Al decusse di rosso +item.banner.cross.silver=Al decusse di grigio chiaro +item.banner.cross.white=Al decusse di bianco +item.banner.cross.yellow=Al decusse di giallo +item.banner.curly_border.black=Alla bordura dentata di nero +item.banner.curly_border.blue=Alla bordura dentata di blu +item.banner.curly_border.brown=Alla bordura dentata di marrone +item.banner.curly_border.cyan=Alla bordura dentata di ciano +item.banner.curly_border.gray=Alla bordura dentata di grigio +item.banner.curly_border.green=Alla bordura dentata di verde +item.banner.curly_border.lightBlue=Alla bordura dentata d'azzurro +item.banner.curly_border.lime=Alla bordura dentata di lime +item.banner.curly_border.magenta=Alla bordura dentata di magenta +item.banner.curly_border.orange=Alla bordura dentata d'arancione +item.banner.curly_border.pink=Alla bordura dentata di rosa +item.banner.curly_border.purple=Alla bordura dentata di viola +item.banner.curly_border.red=Alla bordura dentata di rosso +item.banner.curly_border.silver=Alla bordura dentata di grigio chiaro +item.banner.curly_border.white=Alla bordura dentata di bianco +item.banner.curly_border.yellow=Alla bordura dentata di giallo +item.banner.cyan.name=Stendardo Ciano +item.banner.diagonal_left.black=Tagliato: a destra di nero +item.banner.diagonal_left.blue=Tagliato: a destra di blu +item.banner.diagonal_left.brown=Tagliato: a destra di marrone +item.banner.diagonal_left.cyan=Tagliato: a destra di ciano +item.banner.diagonal_left.gray=Tagliato: a destra di grigio +item.banner.diagonal_left.green=Tagliato: a destra di verde +item.banner.diagonal_left.lightBlue=Tagliato: a destra d'azzurro +item.banner.diagonal_left.lime=Tagliato: a destra di lime +item.banner.diagonal_left.magenta=Tagliato: a destra di magenta +item.banner.diagonal_left.orange=Tagliato: a destra d'arancione +item.banner.diagonal_left.pink=Tagliato: a destra di rosa +item.banner.diagonal_left.purple=Tagliato: a destra di viola +item.banner.diagonal_left.red=Tagliato: a destra di rosso +item.banner.diagonal_left.silver=Tagliato: a destra di grigio chiaro +item.banner.diagonal_left.white=Tagliato: a destra di bianco +item.banner.diagonal_left.yellow=Tagliato: a destra di giallo +item.banner.diagonal_right.black=Trinciato: a sinistra di nero +item.banner.diagonal_right.blue=Trinciato: a sinistra di blu +item.banner.diagonal_right.brown=Trinciato: a sinistra di marrone +item.banner.diagonal_right.cyan=Trinciato: a sinistra di ciano +item.banner.diagonal_right.gray=Trinciato: a sinistra di grigio +item.banner.diagonal_right.green=Trinciato: a sinistra di verde +item.banner.diagonal_right.lightBlue=Trinciato: a sinistra d'azzurro +item.banner.diagonal_right.lime=Trinciato: a sinistra di lime +item.banner.diagonal_right.magenta=Trinciato: a sinistra di magenta +item.banner.diagonal_right.orange=Trinciato: a sinistra d'arancione +item.banner.diagonal_right.pink=Trinciato: a sinistra di rosa +item.banner.diagonal_right.purple=Trinciato: a sinistra di viola +item.banner.diagonal_right.red=Trinciato: a sinistra di rosso +item.banner.diagonal_right.silver=Trinciato: a sinistra di grigio chiaro +item.banner.diagonal_right.white=Trinciato: a sinistra di bianco +item.banner.diagonal_right.yellow=Trinciato: a sinistra di giallo +item.banner.diagonal_up_left.black=Trinciato: a destra di nero +item.banner.diagonal_up_left.blue=Trinciato: a destra di blu +item.banner.diagonal_up_left.brown=Trinciato: a destra di marrone +item.banner.diagonal_up_left.cyan=Trinciato: a destra di ciano +item.banner.diagonal_up_left.gray=Trinciato: a destra di grigio +item.banner.diagonal_up_left.green=Trinciato: a destra di verde +item.banner.diagonal_up_left.lightBlue=Trinciato: a destra d'azzurro +item.banner.diagonal_up_left.lime=Trinciato: a destra di lime +item.banner.diagonal_up_left.magenta=Trinciato: a destra di magenta +item.banner.diagonal_up_left.orange=Trinciato: a destra d'arancione +item.banner.diagonal_up_left.pink=Trinciato: a destra di rosa +item.banner.diagonal_up_left.purple=Trinciato: a destra di viola +item.banner.diagonal_up_left.red=Trinciato: a destra di rosso +item.banner.diagonal_up_left.silver=Trinciato: a destra di grigio chiaro +item.banner.diagonal_up_left.white=Trinciato: a destra di bianco +item.banner.diagonal_up_left.yellow=Trinciato: a destra di giallo +item.banner.diagonal_up_right.black=Tagliato: a sinistra di nero +item.banner.diagonal_up_right.blue=Tagliato: a sinistra di blu +item.banner.diagonal_up_right.brown=Tagliato: a sinistra di marrone +item.banner.diagonal_up_right.cyan=Tagliato: a sinistra di ciano +item.banner.diagonal_up_right.gray=Tagliato: a sinistra di grigio +item.banner.diagonal_up_right.green=Tagliato: a sinistra di verde +item.banner.diagonal_up_right.lightBlue=Tagliato: a sinistra d'azzurro +item.banner.diagonal_up_right.lime=Tagliato: a sinistra di lime +item.banner.diagonal_up_right.magenta=Tagliato: a sinistra di magenta +item.banner.diagonal_up_right.orange=Tagliato: a sinistra d'arancione +item.banner.diagonal_up_right.pink=Tagliato: a sinistra di rosa +item.banner.diagonal_up_right.purple=Tagliato: a sinistra di viola +item.banner.diagonal_up_right.red=Tagliato: a sinistra di rosso +item.banner.diagonal_up_right.silver=Tagliato: a sinistra di grigio chiaro +item.banner.diagonal_up_right.white=Tagliato: a sinistra di bianco +item.banner.diagonal_up_right.yellow=Tagliato: a sinistra di giallo +item.banner.flower.black=Al fiore di nero +item.banner.flower.blue=Al fiore di blu +item.banner.flower.brown=Al fiore di marrone +item.banner.flower.cyan=Al fiore di ciano +item.banner.flower.gray=Al fiore di grigio +item.banner.flower.green=Al fiore di verde +item.banner.flower.lightBlue=Al fiore d'azzurro +item.banner.flower.lime=Al fiore di lime +item.banner.flower.magenta=Al fiore di magenta +item.banner.flower.orange=Al fiore d'arancione +item.banner.flower.pink=Al fiore di rosa +item.banner.flower.purple=Al fiore di viola +item.banner.flower.red=Al fiore di rosso +item.banner.flower.silver=Al fiore di grigio chiaro +item.banner.flower.white=Al fiore di bianco +item.banner.flower.yellow=Al fiore di giallo +item.banner.gradient.black=Sfumato in capo di nero +item.banner.gradient.blue=Sfumato in capo di blu +item.banner.gradient.brown=Sfumato in capo di marrone +item.banner.gradient.cyan=Sfumato in capo di ciano +item.banner.gradient.gray=Sfumato in capo di grigio +item.banner.gradient.green=Sfumato in capo di verde +item.banner.gradient.lightBlue=Sfumato in capo d'azzurro +item.banner.gradient.lime=Sfumato in capo di lime +item.banner.gradient.magenta=Sfumato in capo di magenta +item.banner.gradient.orange=Sfumato in capo d'arancione +item.banner.gradient.pink=Sfumato in capo di rosa +item.banner.gradient.purple=Sfumato in capo di viola +item.banner.gradient.red=Sfumato in capo di rosso +item.banner.gradient.silver=Sfumato in capo di grigio chiaro +item.banner.gradient.white=Sfumato in capo di bianco +item.banner.gradient.yellow=Sfumato in capo di giallo +item.banner.gradient_up.black=Sfumato in punta di nero +item.banner.gradient_up.blue=Sfumato in punta di blu +item.banner.gradient_up.brown=Sfumato in punta di marrone +item.banner.gradient_up.cyan=Sfumato in punta di ciano +item.banner.gradient_up.gray=Sfumato in punta di grigio +item.banner.gradient_up.green=Sfumato in punta di verde +item.banner.gradient_up.lightBlue=Sfumato in punta d'azzurro +item.banner.gradient_up.lime=Sfumato in punta di lime +item.banner.gradient_up.magenta=Sfumato in punta di magenta +item.banner.gradient_up.orange=Sfumato in punta d'arancione +item.banner.gradient_up.pink=Sfumato in punta di rosa +item.banner.gradient_up.purple=Sfumato in punta di viola +item.banner.gradient_up.red=Sfumato in punta di rosso +item.banner.gradient_up.silver=Sfumato in punta di grigio chiaro +item.banner.gradient_up.white=Sfumato in punta di bianco +item.banner.gradient_up.yellow=Sfumato in punta di giallo +item.banner.gray.name=Stendardo Grigio +item.banner.green.name=Stendardo Verde +item.banner.half_horizontal.black=Troncato: di sopra di nero +item.banner.half_horizontal.blue=Troncato: di sopra di blu +item.banner.half_horizontal.brown=Troncato: di sopra di marrone +item.banner.half_horizontal.cyan=Troncato: di sopra di ciano +item.banner.half_horizontal.gray=Troncato: di sopra di grigio +item.banner.half_horizontal.green=Troncato: di sopra di verde +item.banner.half_horizontal.lightBlue=Troncato: di sopra d'azzurro +item.banner.half_horizontal.lime=Troncato: di sopra di lime +item.banner.half_horizontal.magenta=Troncato: di sopra di magenta +item.banner.half_horizontal.orange=Troncato: di sopra d'arancione +item.banner.half_horizontal.pink=Troncato: di sopra di rosa +item.banner.half_horizontal.purple=Troncato: di sopra di viola +item.banner.half_horizontal.red=Troncato: di sopra di rosso +item.banner.half_horizontal.silver=Troncato: di sopra di grigio chiaro +item.banner.half_horizontal.white=Troncato: di sopra di bianco +item.banner.half_horizontal.yellow=Troncato: di sopra di giallo +item.banner.half_horizontal_bottom.black=Troncato: di sotto di nero +item.banner.half_horizontal_bottom.blue=Troncato: di sotto di blu +item.banner.half_horizontal_bottom.brown=Troncato: di sotto di marrone +item.banner.half_horizontal_bottom.cyan=Troncato: di sotto di ciano +item.banner.half_horizontal_bottom.gray=Troncato: di sotto di grigio +item.banner.half_horizontal_bottom.green=Troncato: di sotto di verde +item.banner.half_horizontal_bottom.lightBlue=Troncato: di sotto d'azzurro +item.banner.half_horizontal_bottom.lime=Troncato: di sotto di lime +item.banner.half_horizontal_bottom.magenta=Troncato: di sotto di magenta +item.banner.half_horizontal_bottom.orange=Troncato: di sotto d'arancione +item.banner.half_horizontal_bottom.pink=Troncato: di sotto di rosa +item.banner.half_horizontal_bottom.purple=Troncato: di sotto di viola +item.banner.half_horizontal_bottom.red=Troncato: di sotto di rosso +item.banner.half_horizontal_bottom.silver=Troncato: di sotto di grigio chiaro +item.banner.half_horizontal_bottom.white=Troncato: di sotto di bianco +item.banner.half_horizontal_bottom.yellow=Troncato: di sotto di giallo +item.banner.half_vertical.black=Partito: a destra di nero +item.banner.half_vertical.blue=Partito: a destra di blu +item.banner.half_vertical.brown=Partito: a destra di marrone +item.banner.half_vertical.cyan=Partito: a destra di ciano +item.banner.half_vertical.gray=Partito: a destra di grigio +item.banner.half_vertical.green=Partito: a destra di verde +item.banner.half_vertical.lightBlue=Partito: a destra d'azzurro +item.banner.half_vertical.lime=Partito: a destra di lime +item.banner.half_vertical.magenta=Partito: a destra di magenta +item.banner.half_vertical.orange=Partito: a destra d'arancione +item.banner.half_vertical.pink=Partito: a destra di rosa +item.banner.half_vertical.purple=Partito: a destra di viola +item.banner.half_vertical.red=Partito: a destra di rosso +item.banner.half_vertical.silver=Partito: a destra di grigio chiaro +item.banner.half_vertical.white=Partito: a destra di bianco +item.banner.half_vertical.yellow=Partito: a destra di giallo +item.banner.half_vertical_right.black=Partito: a sinistra di nero +item.banner.half_vertical_right.blue=Partito: a sinistra di blu +item.banner.half_vertical_right.brown=Partito: a sinistra di marrone +item.banner.half_vertical_right.cyan=Partito: a sinistra di ciano +item.banner.half_vertical_right.gray=Partito: a sinistra di grigio +item.banner.half_vertical_right.green=Partito: a sinistra di verde +item.banner.half_vertical_right.lightBlue=Partito: a sinistra d'azzurro +item.banner.half_vertical_right.lime=Partito: a sinistra di lime +item.banner.half_vertical_right.magenta=Partito: a sinistra di magenta +item.banner.half_vertical_right.orange=Partito: a sinistra d'arancione +item.banner.half_vertical_right.pink=Partito: a sinistra di rosa +item.banner.half_vertical_right.purple=Partito: a sinistra di viola +item.banner.half_vertical_right.red=Partito: a sinistra di rosso +item.banner.half_vertical_right.silver=Partito: a sinistra di grigio chiaro +item.banner.half_vertical_right.white=Partito: a sinistra di bianco +item.banner.half_vertical_right.yellow=Partito: a sinistra di giallo +item.banner.lightBlue.name=Stendardo Azzurro +item.banner.lime.name=Stendardo Lime +item.banner.magenta.name=Stendardo Magenta +item.banner.mojang.black=All'aggeggio di nero +item.banner.mojang.blue=All'aggeggio di blu +item.banner.mojang.brown=All'aggeggio di marrone +item.banner.mojang.cyan=All'aggeggio di ciano +item.banner.mojang.gray=All'aggeggio di grigio +item.banner.mojang.green=All'aggeggio di verde +item.banner.mojang.lightBlue=All'aggeggio d'azzurro +item.banner.mojang.lime=All'aggeggio di lime +item.banner.mojang.magenta=All'aggeggio di magenta +item.banner.mojang.orange=All'aggeggio d'arancione +item.banner.mojang.pink=All'aggeggio di rosa +item.banner.mojang.purple=All'aggeggio di viola +item.banner.mojang.red=All'aggeggio di rosso +item.banner.mojang.silver=All'aggeggio di grigio chiaro +item.banner.mojang.white=All'aggeggio di bianco +item.banner.mojang.yellow=All'aggeggio di giallo +item.banner.orange.name=Stendardo Arancione +item.banner.pink.name=Stendardo Rosa +item.banner.purple.name=Stendardo Viola +item.banner.red.name=Stendardo Rosso +item.banner.rhombus.black=Alla losanga di nero +item.banner.rhombus.blue=Alla losanga di blu +item.banner.rhombus.brown=Alla losanga di marrone +item.banner.rhombus.cyan=Alla losanga di ciano +item.banner.rhombus.gray=Alla losanga di grigio +item.banner.rhombus.green=Alla losanga di verde +item.banner.rhombus.lightBlue=Alla losanga d'azzurro +item.banner.rhombus.lime=Alla losanga di lime +item.banner.rhombus.magenta=Alla losanga di magenta +item.banner.rhombus.orange=Alla losanga d'arancione +item.banner.rhombus.pink=Alla losanga di rosa +item.banner.rhombus.purple=Alla losanga di viola +item.banner.rhombus.red=Alla losanga di rosso +item.banner.rhombus.silver=Alla losanga di grigio chiaro +item.banner.rhombus.white=Alla losanga di bianco +item.banner.rhombus.yellow=Alla losanga di giallo +item.banner.silver.name=Stendardo Grigio Chiaro +item.banner.skull.black=Al teschio e tibie incrociate di nero +item.banner.skull.blue=Al teschio e tibie incrociate di blu +item.banner.skull.brown=Al teschio e tibie incrociate di marrone +item.banner.skull.cyan=Al teschio e tibie incrociate di ciano +item.banner.skull.gray=Al teschio e tibie incrociate di grigio +item.banner.skull.green=Al teschio e tibie incrociate di verde +item.banner.skull.lightBlue=Al teschio e tibie incrociate d'azzurro +item.banner.skull.lime=Al teschio e tibie incrociate di lime +item.banner.skull.magenta=Al teschio e tibie incrociate di magenta +item.banner.skull.orange=Al teschio e tibie incrociate d'arancione +item.banner.skull.pink=Al teschio e tibie incrociate di rosa +item.banner.skull.purple=Al teschio e tibie incrociate di viola +item.banner.skull.red=Al teschio e tibie incrociate di rosso +item.banner.skull.silver=Al teschio e tibie incrociate di grigio chiaro +item.banner.skull.white=Al teschio e tibie incrociate di bianco +item.banner.skull.yellow=Al teschio e tibie incrociate di giallo +item.banner.small_stripes.black=Palato di nero +item.banner.small_stripes.blue=Palato di blu +item.banner.small_stripes.brown=Palato di marrone +item.banner.small_stripes.cyan=Palato di ciano +item.banner.small_stripes.gray=Palato di grigio +item.banner.small_stripes.green=Palato di verde +item.banner.small_stripes.lightBlue=Palato d'azzurro +item.banner.small_stripes.lime=Palato di lime +item.banner.small_stripes.magenta=Palato di magenta +item.banner.small_stripes.orange=Palato d'arancione +item.banner.small_stripes.pink=Palato di rosa +item.banner.small_stripes.purple=Palato di viola +item.banner.small_stripes.red=Palato di rosso +item.banner.small_stripes.silver=Palato di grigio chiaro +item.banner.small_stripes.white=Palato di bianco +item.banner.small_stripes.yellow=Palato di giallo +item.banner.square_bottom_left.black=Al cantone destro della punta di nero +item.banner.square_bottom_left.blue=Al cantone destro della punta di blu +item.banner.square_bottom_left.brown=Al cantone destro della punta di marrone +item.banner.square_bottom_left.cyan=Al cantone destro della punta di ciano +item.banner.square_bottom_left.gray=Al cantone destro della punta di grigio +item.banner.square_bottom_left.green=Al cantone destro della punta di verde +item.banner.square_bottom_left.lightBlue=Al cantone destro della punta d'azzurro +item.banner.square_bottom_left.lime=Al cantone destro della punta di lime +item.banner.square_bottom_left.magenta=Al cantone destro della punta di magenta +item.banner.square_bottom_left.orange=Al cantone destro della punta d'arancione +item.banner.square_bottom_left.pink=Al cantone destro della punta di rosa +item.banner.square_bottom_left.purple=Al cantone destro della punta di viola +item.banner.square_bottom_left.red=Al cantone destro della punta di rosso +item.banner.square_bottom_left.silver=Al cantone destro della punta di grigio chiaro +item.banner.square_bottom_left.white=Al cantone destro della punta di bianco +item.banner.square_bottom_left.yellow=Al cantone destro della punta di giallo +item.banner.square_bottom_right.black=Al cantone sinistro della punta di nero +item.banner.square_bottom_right.blue=Al cantone sinistro della punta di blu +item.banner.square_bottom_right.brown=Al cantone sinistro della punta di marrone +item.banner.square_bottom_right.cyan=Al cantone sinistro della punta di ciano +item.banner.square_bottom_right.gray=Al cantone sinistro della punta di grigio +item.banner.square_bottom_right.green=Al cantone sinistro della punta di verde +item.banner.square_bottom_right.lightBlue=Al cantone sinistro della punta d'azzurro +item.banner.square_bottom_right.lime=Al cantone sinistro della punta di lime +item.banner.square_bottom_right.magenta=Al cantone sinistro della punta di magenta +item.banner.square_bottom_right.orange=Al cantone sinistro della punta d'arancione +item.banner.square_bottom_right.pink=Al cantone sinistro della punta di rosa +item.banner.square_bottom_right.purple=Al cantone sinistro della punta di viola +item.banner.square_bottom_right.red=Al cantone sinistro della punta di rosso +item.banner.square_bottom_right.silver=Al cantone sinistro della punta di grigio chiaro +item.banner.square_bottom_right.white=Al cantone sinistro della punta di bianco +item.banner.square_bottom_right.yellow=Al cantone sinistro della punta di giallo +item.banner.square_top_left.black=Al cantone destro del capo di nero +item.banner.square_top_left.blue=Al cantone destro del capo di blu +item.banner.square_top_left.brown=Al cantone destro del capo di marrone +item.banner.square_top_left.cyan=Al cantone destro del capo di ciano +item.banner.square_top_left.gray=Al cantone destro del capo di grigio +item.banner.square_top_left.green=Al cantone destro del capo di verde +item.banner.square_top_left.lightBlue=Al cantone destro del capo d'azzurro +item.banner.square_top_left.lime=Al cantone destro del capo di lime +item.banner.square_top_left.magenta=Al cantone destro del capo di magenta +item.banner.square_top_left.orange=Al cantone destro del capo d'arancione +item.banner.square_top_left.pink=Al cantone destro del capo di rosa +item.banner.square_top_left.purple=Al cantone destro del capo di viola +item.banner.square_top_left.red=Al cantone destro del capo di rosso +item.banner.square_top_left.silver=Al cantone destro del capo di grigio chiaro +item.banner.square_top_left.white=Al cantone destro del capo di bianco +item.banner.square_top_left.yellow=Al cantone destro del capo di giallo +item.banner.square_top_right.black=Al cantone sinistro del capo di nero +item.banner.square_top_right.blue=Al cantone sinistro del capo di blu +item.banner.square_top_right.brown=Al cantone sinistro del capo di marrone +item.banner.square_top_right.cyan=Al cantone sinistro del capo di ciano +item.banner.square_top_right.gray=Al cantone sinistro del capo di grigio +item.banner.square_top_right.green=Al cantone sinistro del capo di verde +item.banner.square_top_right.lightBlue=Al cantone sinistro del capo d'azzurro +item.banner.square_top_right.lime=Al cantone sinistro del capo di lime +item.banner.square_top_right.magenta=Al cantone sinistro del capo di magenta +item.banner.square_top_right.orange=Al cantone sinistro del capo d'arancione +item.banner.square_top_right.pink=Al cantone sinistro del capo di rosa +item.banner.square_top_right.purple=Al cantone sinistro del capo di viola +item.banner.square_top_right.red=Al cantone sinistro del capo di rosso +item.banner.square_top_right.silver=Al cantone sinistro del capo di grigio chiaro +item.banner.square_top_right.white=Al cantone sinistro del capo di bianco +item.banner.square_top_right.yellow=Al cantone sinistro del capo di giallo +item.banner.straight_cross.black=Alla croce di nero +item.banner.straight_cross.blue=Alla croce di blu +item.banner.straight_cross.brown=Alla croce di marrone +item.banner.straight_cross.cyan=Alla croce di ciano +item.banner.straight_cross.gray=Alla croce di grigio +item.banner.straight_cross.green=Alla croce di verde +item.banner.straight_cross.lightBlue=Alla croce d'azzurro +item.banner.straight_cross.lime=Alla croce di lime +item.banner.straight_cross.magenta=Alla croce di magenta +item.banner.straight_cross.orange=Alla croce d'arancione +item.banner.straight_cross.pink=Alla croce di rosa +item.banner.straight_cross.purple=Alla croce di viola +item.banner.straight_cross.red=Alla croce di rosso +item.banner.straight_cross.silver=Alla croce di grigio chiaro +item.banner.straight_cross.white=Alla croce di bianco +item.banner.straight_cross.yellow=Alla croce di giallo +item.banner.stripe_bottom.black=Alla fascia in punta di nero +item.banner.stripe_bottom.blue=Alla fascia in punta di blu +item.banner.stripe_bottom.brown=Alla fascia in punta di marrone +item.banner.stripe_bottom.cyan=Alla fascia in punta di ciano +item.banner.stripe_bottom.gray=Alla fascia in punta di grigio +item.banner.stripe_bottom.green=Alla fascia in punta di verde +item.banner.stripe_bottom.lightBlue=Alla fascia in punta d'azzurro +item.banner.stripe_bottom.lime=Alla fascia in punta di lime +item.banner.stripe_bottom.magenta=Alla fascia in punta di magenta +item.banner.stripe_bottom.orange=Alla fascia in punta d'arancione +item.banner.stripe_bottom.pink=Alla fascia in punta di rosa +item.banner.stripe_bottom.purple=Alla fascia in punta di viola +item.banner.stripe_bottom.red=Alla fascia in punta di rosso +item.banner.stripe_bottom.silver=Alla fascia in punta di grigio chiaro +item.banner.stripe_bottom.white=Alla fascia in punta di bianco +item.banner.stripe_bottom.yellow=Alla fascia in punta di giallo +item.banner.stripe_center.black=Al palo di nero +item.banner.stripe_center.blue=Al palo di blu +item.banner.stripe_center.brown=Al palo di marrone +item.banner.stripe_center.cyan=Al palo di ciano +item.banner.stripe_center.gray=Al palo di grigio +item.banner.stripe_center.green=Al palo di verde +item.banner.stripe_center.lightBlue=Al palo d'azzurro +item.banner.stripe_center.lime=Al palo di lime +item.banner.stripe_center.magenta=Al palo di magenta +item.banner.stripe_center.orange=Al palo d'arancione +item.banner.stripe_center.pink=Al palo di rosa +item.banner.stripe_center.purple=Al palo di viola +item.banner.stripe_center.red=Al palo di rosso +item.banner.stripe_center.silver=Al palo di grigio chiaro +item.banner.stripe_center.white=Al palo di bianco +item.banner.stripe_center.yellow=Al palo di giallo +item.banner.stripe_downleft.black=Alla sbarra di nero +item.banner.stripe_downleft.blue=Alla sbarra di blu +item.banner.stripe_downleft.brown=Alla sbarra di marrone +item.banner.stripe_downleft.cyan=Alla sbarra di ciano +item.banner.stripe_downleft.gray=Alla sbarra di grigio +item.banner.stripe_downleft.green=Alla sbarra di verde +item.banner.stripe_downleft.lightBlue=Alla sbarra d'azzurro +item.banner.stripe_downleft.lime=Alla sbarra di lime +item.banner.stripe_downleft.magenta=Alla sbarra di magenta +item.banner.stripe_downleft.orange=Alla sbarra d'arancione +item.banner.stripe_downleft.pink=Alla sbarra di rosa +item.banner.stripe_downleft.purple=Alla sbarra di viola +item.banner.stripe_downleft.red=Alla sbarra di rosso +item.banner.stripe_downleft.silver=Alla sbarra di grigio chiaro +item.banner.stripe_downleft.white=Alla sbarra di bianco +item.banner.stripe_downleft.yellow=Alla sbarra di giallo +item.banner.stripe_downright.black=Alla banda di nero +item.banner.stripe_downright.blue=Alla banda di blu +item.banner.stripe_downright.brown=Alla banda di marrone +item.banner.stripe_downright.cyan=Alla banda di ciano +item.banner.stripe_downright.gray=Alla banda di grigio +item.banner.stripe_downright.green=Alla banda di verde +item.banner.stripe_downright.lightBlue=Alla banda d'azzurro +item.banner.stripe_downright.lime=Alla banda di lime +item.banner.stripe_downright.magenta=Alla banda di magenta +item.banner.stripe_downright.orange=Alla banda d'arancione +item.banner.stripe_downright.pink=Alla banda di rosa +item.banner.stripe_downright.purple=Alla banda di viola +item.banner.stripe_downright.red=Alla banda di rosso +item.banner.stripe_downright.silver=Alla banda di grigio chiaro +item.banner.stripe_downright.white=Alla banda di bianco +item.banner.stripe_downright.yellow=Alla banda di giallo +item.banner.stripe_left.black=Al palo destro di nero +item.banner.stripe_left.blue=Al palo destro di blu +item.banner.stripe_left.brown=Al palo destro di marrone +item.banner.stripe_left.cyan=Al palo destro di ciano +item.banner.stripe_left.gray=Al palo destro di grigio +item.banner.stripe_left.green=Al palo destro di verde +item.banner.stripe_left.lightBlue=Al palo destro d'azzurro +item.banner.stripe_left.lime=Al palo destro di lime +item.banner.stripe_left.magenta=Al palo destro di magenta +item.banner.stripe_left.orange=Al palo destro d'arancione +item.banner.stripe_left.pink=Al palo destro di rosa +item.banner.stripe_left.purple=Al palo destro di viola +item.banner.stripe_left.red=Al palo destro di rosso +item.banner.stripe_left.silver=Al palo destro di grigio chiaro +item.banner.stripe_left.white=Al palo destro di bianco +item.banner.stripe_left.yellow=Al palo destro di giallo +item.banner.stripe_middle.black=Alla fascia di nero +item.banner.stripe_middle.blue=Alla fascia di blu +item.banner.stripe_middle.brown=Alla fascia di marrone +item.banner.stripe_middle.cyan=Alla fascia di ciano +item.banner.stripe_middle.gray=Alla fascia di grigio +item.banner.stripe_middle.green=Alla fascia di verde +item.banner.stripe_middle.lightBlue=Alla fascia d'azzurro +item.banner.stripe_middle.lime=Alla fascia di lime +item.banner.stripe_middle.magenta=Alla fascia di magenta +item.banner.stripe_middle.orange=Alla fascia d'arancione +item.banner.stripe_middle.pink=Alla fascia di rosa +item.banner.stripe_middle.purple=Alla fascia di viola +item.banner.stripe_middle.red=Alla fascia di rosso +item.banner.stripe_middle.silver=Alla fascia di grigio chiaro +item.banner.stripe_middle.white=Alla fascia di bianco +item.banner.stripe_middle.yellow=Alla fascia di giallo +item.banner.stripe_right.black=Al palo sinistro di nero +item.banner.stripe_right.blue=Al palo sinistro di blu +item.banner.stripe_right.brown=Al palo sinistro di marrone +item.banner.stripe_right.cyan=Al palo sinistro di ciano +item.banner.stripe_right.gray=Al palo sinistro di grigio +item.banner.stripe_right.green=Al palo sinistro di verde +item.banner.stripe_right.lightBlue=Al palo sinistro d'azzurro +item.banner.stripe_right.lime=Al palo sinistro di lime +item.banner.stripe_right.magenta=Al palo sinistro di magenta +item.banner.stripe_right.orange=Al palo sinistro d'arancione +item.banner.stripe_right.pink=Al palo sinistro di rosa +item.banner.stripe_right.purple=Al palo sinistro di viola +item.banner.stripe_right.red=Al palo sinistro di rosso +item.banner.stripe_right.silver=Al palo sinistro di grigio chiaro +item.banner.stripe_right.white=Al palo sinistro di bianco +item.banner.stripe_right.yellow=Al palo sinistro di giallo +item.banner.stripe_top.black=Alla fascia in capo di nero +item.banner.stripe_top.blue=Alla fascia in capo di blu +item.banner.stripe_top.brown=Alla fascia in capo di marrone +item.banner.stripe_top.cyan=Alla fascia in capo di ciano +item.banner.stripe_top.gray=Alla fascia in capo di grigio +item.banner.stripe_top.green=Alla fascia in capo di verde +item.banner.stripe_top.lightBlue=Alla fascia in capo d'azzurro +item.banner.stripe_top.lime=Alla fascia in capo di lime +item.banner.stripe_top.magenta=Alla fascia in capo di magenta +item.banner.stripe_top.orange=Alla fascia in capo d'arancione +item.banner.stripe_top.pink=Alla fascia in capo di rosa +item.banner.stripe_top.purple=Alla fascia in capo di viola +item.banner.stripe_top.red=Alla fascia in capo di rosso +item.banner.stripe_top.silver=Alla fascia in capo di grigio chiaro +item.banner.stripe_top.white=Alla fascia in capo di bianco +item.banner.stripe_top.yellow=Alla fascia in capo di giallo +item.banner.triangle_bottom.black=Alla punta di nero +item.banner.triangle_bottom.blue=Alla punta di blu +item.banner.triangle_bottom.brown=Alla punta di marrone +item.banner.triangle_bottom.cyan=Alla punta di ciano +item.banner.triangle_bottom.gray=Alla punta di grigio +item.banner.triangle_bottom.green=Alla punta di verde +item.banner.triangle_bottom.lightBlue=Alla punta d'azzurro +item.banner.triangle_bottom.lime=Alla punta di lime +item.banner.triangle_bottom.magenta=Alla punta di magenta +item.banner.triangle_bottom.orange=Alla punta d'arancione +item.banner.triangle_bottom.pink=Alla punta di rosa +item.banner.triangle_bottom.purple=Alla punta di viola +item.banner.triangle_bottom.red=Alla punta di rosso +item.banner.triangle_bottom.silver=Alla punta di grigio chiaro +item.banner.triangle_bottom.white=Alla punta di bianco +item.banner.triangle_bottom.yellow=Alla punta di giallo +item.banner.triangle_top.black=Alla punta rovesciata di nero +item.banner.triangle_top.blue=Alla punta rovesciata di blu +item.banner.triangle_top.brown=Alla punta rovesciata di marrone +item.banner.triangle_top.cyan=Alla punta rovesciata di ciano +item.banner.triangle_top.gray=Alla punta rovesciata di grigio +item.banner.triangle_top.green=Alla punta rovesciata di verde +item.banner.triangle_top.lightBlue=Alla punta rovesciata d'azzurro +item.banner.triangle_top.lime=Alla punta rovesciata di lime +item.banner.triangle_top.magenta=Alla punta rovesciata di magenta +item.banner.triangle_top.orange=Alla punta rovesciata d'arancione +item.banner.triangle_top.pink=Alla punta rovesciata di rosa +item.banner.triangle_top.purple=Alla punta rovesciata di viola +item.banner.triangle_top.red=Alla punta rovesciata di rosso +item.banner.triangle_top.silver=Alla punta rovesciata di grigio chiaro +item.banner.triangle_top.white=Alla punta rovesciata di bianco +item.banner.triangle_top.yellow=Alla punta rovesciata di giallo +item.banner.triangles_bottom.black=Alla punta cuneato di nero +item.banner.triangles_bottom.blue=Alla punta cuneato di blu +item.banner.triangles_bottom.brown=Alla punta cuneato di marrone +item.banner.triangles_bottom.cyan=Alla punta cuneato di ciano +item.banner.triangles_bottom.gray=Alla punta cuneato di grigio +item.banner.triangles_bottom.green=Alla punta cuneato di verde +item.banner.triangles_bottom.lightBlue=Alla punta cuneato d'azzurro +item.banner.triangles_bottom.lime=Alla punta cuneato di lime +item.banner.triangles_bottom.magenta=Alla punta cuneato di magenta +item.banner.triangles_bottom.orange=Alla punta cuneato d'arancione +item.banner.triangles_bottom.pink=Alla punta cuneato di rosa +item.banner.triangles_bottom.purple=Alla punta cuneato di viola +item.banner.triangles_bottom.red=Alla punta cuneato di rosso +item.banner.triangles_bottom.silver=Alla punta cuneato di grigio chiaro +item.banner.triangles_bottom.white=Alla punta cuneato di bianco +item.banner.triangles_bottom.yellow=Alla punta cuneato di giallo +item.banner.triangles_top.black=Al capo cuneato di nero +item.banner.triangles_top.blue=Al capo cuneato di blu +item.banner.triangles_top.brown=Al capo cuneato di marrone +item.banner.triangles_top.cyan=Al capo cuneato di ciano +item.banner.triangles_top.gray=Al capo cuneato di grigio +item.banner.triangles_top.green=Al capo cuneato di verde +item.banner.triangles_top.lightBlue=Al capo cuneato d'azzurro +item.banner.triangles_top.lime=Al capo cuneato di lime +item.banner.triangles_top.magenta=Al capo cuneato di magenta +item.banner.triangles_top.orange=Al capo cuneato d'arancione +item.banner.triangles_top.pink=Al capo cuneato di rosa +item.banner.triangles_top.purple=Al capo cuneato di viola +item.banner.triangles_top.red=Al capo cuneato di rosso +item.banner.triangles_top.silver=Al capo cuneato di grigio chiaro +item.banner.triangles_top.white=Al capo cuneato di bianco +item.banner.triangles_top.yellow=Al capo cuneato di giallo +item.banner.white.name=Stendardo Bianco +item.banner.yellow.name=Stendardo Giallo +item.bed.name=Letto +item.beefCooked.name=Bistecca +item.beefRaw.name=Manzo Crudo +item.blazePowder.name=Polvere di Vampo +item.blazeRod.name=Verga di Vampo +item.boat.name=Barca +item.bone.name=Osso +item.book.name=Libro +item.bootsChain.name=Stivali di Maglia +item.bootsCloth.name=Stivali di Cuoio +item.bootsDiamond.name=Stivali di Diamante +item.bootsGold.name=Stivali d'oro +item.bootsIron.name=Stivali di Ferro +item.bow.name=Arco +item.bowl.name=Ciotola +item.bread.name=Pagnotta +item.brewingStand.name=Alambicco +item.brick.name=Mattone +item.bucket.name=Secchio +item.bucketLava.name=Secchio di lava +item.bucketWater.name=Secchio d'Acqua +item.cake.name=Torta +item.canBreak=Può rompere: +item.canPlace=Può essere piazzato su: +item.carrotGolden.name=Carota d'oro +item.carrotOnAStick.name=Carota su bastone +item.carrots.name=Carota +item.cauldron.name=Calderone +item.charcoal.name=Carbonella +item.chestplateChain.name=Corazza di Maglia +item.chestplateCloth.name=Tunica di Cuoio +item.chestplateDiamond.name=Corazza di Diamante +item.chestplateGold.name=Corazza d'Oro +item.chestplateIron.name=Corazza di Ferro +item.chickenCooked.name=Pollo cotto +item.chickenRaw.name=Pollo crudo +item.clay.name=Argilla +item.clock.name=Orologio +item.coal.name=Carbone +item.comparator.name=Comparatore di pietrarossa +item.compass.name=Bussola +item.cookie.name=Biscotto +item.diamond.name=Diamante +item.diode.name=Ripetitore di Pietrarossa +item.doorAcacia.name=Porta d'acacia +item.doorBirch.name=Porta di betulla +item.doorDarkOak.name=Porta di Quercia Scura +item.doorIron.name=Porta di Ferro +item.doorJungle.name=Porta di mogano +item.doorOak.name=Porta di quercia +item.doorSpruce.name=Porta d'abete +item.dyePowder.black.name=Sacca d'inchiostro +item.dyePowder.blue.name=Lapislazzuli +item.dyePowder.brown.name=Fave di cacao +item.dyePowder.cyan.name=Tintura Ciano +item.dyePowder.gray.name=Tintura grigia +item.dyePowder.green.name=Verde Cactus +item.dyePowder.lightBlue.name=Tintura Azzurra +item.dyePowder.lime.name=Tintura Lime +item.dyePowder.magenta.name=Tintura Magenta +item.dyePowder.orange.name=Tintura arancione +item.dyePowder.pink.name=Tintura rosa +item.dyePowder.purple.name=Tintura Viola +item.dyePowder.red.name=Rosso di Rosa +item.dyePowder.silver.name=Tintura grigio chiaro +item.dyePowder.white.name=Farina d'Ossa +item.dyePowder.yellow.name=Giallo Dente di Leone +item.dyed=Tinto +item.egg.name=Uovo +item.emerald.name=Smeraldo +item.emptyMap.name=Mappa vuota +item.emptyPotion.name=Ampolla d'acqua +item.enchantedBook.name=Libro Incantato +item.enderPearl.name=Perla omega +item.expBottle.name=Bottiglia d'Incantagione +item.eyeOfEnder.name=Occhio d'omega +item.feather.name=Piuma +item.fermentedSpiderEye.name=Occhio di Ragno Fermentato +item.fireball.name=Carica di Fuoco +item.fireworks.flight=Durata del volo: +item.fireworks.name=Razzo pirotecnico +item.fireworksCharge.black=Nero +item.fireworksCharge.blue=Blu +item.fireworksCharge.brown=Marrone +item.fireworksCharge.customColor=Personalizzato +item.fireworksCharge.cyan=Ciano +item.fireworksCharge.fadeTo=Sfuma in +item.fireworksCharge.flicker=Brillio +item.fireworksCharge.gray=Grigio +item.fireworksCharge.green=Verde +item.fireworksCharge.lightBlue=Azzurro +item.fireworksCharge.lime=Lime +item.fireworksCharge.magenta=Magenta +item.fireworksCharge.name=Stella Pirotecnica +item.fireworksCharge.orange=Arancione +item.fireworksCharge.pink=Rosa +item.fireworksCharge.purple=Viola +item.fireworksCharge.red=Rosso +item.fireworksCharge.silver=Grigio Chiaro +item.fireworksCharge.trail=Scia +item.fireworksCharge.type=Forma Sconosciuta +item.fireworksCharge.type.0=Piccola Sfera +item.fireworksCharge.type.1=Grande Sfera +item.fireworksCharge.type.2=A forma di stella +item.fireworksCharge.type.3=A forma di Creeper +item.fireworksCharge.type.4=Scoppio +item.fireworksCharge.white=Bianco +item.fireworksCharge.yellow=Giallo +item.fish.clownfish.raw.name=Pesce pagliaccio +item.fish.cod.cooked.name=Merluzzo cotto +item.fish.cod.raw.name=Merluzzo crudo +item.fish.pufferfish.raw.name=Pesce palla +item.fish.salmon.cooked.name=Salmone cotto +item.fish.salmon.raw.name=Salmone crudo +item.fishingRod.name=Canna da Pesca +item.flint.name=Selce +item.flintAndSteel.name=Acciarino +item.flowerPot.name=Vaso +item.frame.name=Cornice per Oggetti +item.ghastTear.name=Lacrima di spettro +item.glassBottle.name=Ampolla di vetro +item.goldNugget.name=Pepita d'Oro +item.hatchetDiamond.name=Ascia di Diamante +item.hatchetGold.name=Ascia d'Oro +item.hatchetIron.name=Ascia di Ferro +item.hatchetStone.name=Ascia di Pietra +item.hatchetWood.name=Ascia di Legno +item.helmetChain.name=Elmo di Maglia +item.helmetCloth.name=Casco di Cuoio +item.helmetDiamond.name=Elmo di Diamante +item.helmetGold.name=Elmo d'Oro +item.helmetIron.name=Elmo di Ferro +item.hoeDiamond.name=Zappa di Diamante +item.hoeGold.name=Zappa d'Oro +item.hoeIron.name=Zappa di Ferro +item.hoeStone.name=Zappa di Pietra +item.hoeWood.name=Zappa di Legno +item.horsearmordiamond.name=Bardatura di diamante +item.horsearmorgold.name=Bardatura d'oro +item.horsearmormetal.name=Armatura di Ferro per Cavallo +item.ingotGold.name=Lingotto d'Oro +item.ingotIron.name=Lingotto di Ferro +item.leash.name=Guinzaglio +item.leather.name=Cuoio +item.leaves.name=Foglie +item.leggingsChain.name=Gambiera di maglia +item.leggingsCloth.name=Braghe di Cuoio +item.leggingsDiamond.name=Gambiera di diamante +item.leggingsGold.name=Gambiera d'oro +item.leggingsIron.name=Gambiera di ferro +item.magmaCream.name=Crema di magma +item.map.name=Mappa +item.melon.name=Anguria +item.milk.name=Latte +item.minecart.name=Carrello da Miniera +item.minecartChest.name=Vagone merci +item.minecartCommandBlock.name=Vagone di comando +item.minecartFurnace.name=Vagone propulsore +item.minecartHopper.name=Carrello da Miniera con Tramoggia +item.minecartTnt.name=Carrello da Miniera con TNT +item.monsterPlacer.name=Uovo di +item.mushroomStew.name=Zuppa di funghi +item.muttonCooked.name=Carne di pecora cotta +item.muttonRaw.name=Carne di pecora cruda +item.nameTag.name=Targhetta +item.netherStalkSeeds.name=Verruca del Nether +item.netherStar.name=Stella del Nether +item.netherbrick.name=Mattone degli Inferi +item.netherquartz.name=Quarzo del Nether +item.painting.name=Quadro +item.paper.name=Carta +item.pickaxeDiamond.name=Piccone di Diamante +item.pickaxeGold.name=Piccone d'oro +item.pickaxeIron.name=Piccone di Ferro +item.pickaxeStone.name=Piccone di Pietra +item.pickaxeWood.name=Piccone di Legno +item.porkchopCooked.name=Costoletta di maiale cotta +item.porkchopRaw.name=Costoletta di maiale cruda +item.potato.name=Patata +item.potatoBaked.name=Patata al forno +item.potatoPoisonous.name=Patata velenosa +item.potion.name=Pozione +item.prismarineCrystals.name=Cristalli di Prismocea +item.prismarineShard.name=Scheggia di Prismocea +item.pumpkinPie.name=Torta di zucca +item.rabbitCooked.name=Coniglio Cotto +item.rabbitFoot.name=Zampa di coniglio +item.rabbitHide.name=Pelle di coniglio +item.rabbitRaw.name=Coniglio crudo +item.rabbitStew.name=Spezzatino di coniglio +item.record.11.desc=C418 - 11 +item.record.13.desc=C418 - 13 +item.record.blocks.desc=C418 - blocks +item.record.cat.desc=C418 - cat +item.record.chirp.desc=C418 - chirp +item.record.far.desc=C418 - far +item.record.mall.desc=C418 - mall +item.record.mellohi.desc=C418 - mellohi +item.record.name=Disco Musicale +item.record.stal.desc=C418 - stal +item.record.strad.desc=C418 - strad +item.record.wait.desc=C418 - wait +item.record.ward.desc=C418 - ward +item.redstone.name=Pietrarossa +item.reeds.name=Canne da zucchero +item.rottenFlesh.name=Carne Marcia +item.ruby.name=Rubino +item.saddle.name=Sella +item.seeds.name=Semi +item.seeds_melon.name=Semi d'Anguria +item.seeds_pumpkin.name=Semi di Zucca +item.shears.name=Cesoie +item.shovelDiamond.name=Pala di diamante +item.shovelGold.name=Pala d'Oro +item.shovelIron.name=Pala di ferro +item.shovelStone.name=Pala di Pietra +item.shovelWood.name=Pala di Legno +item.sign.name=Cartello +item.skull.char.name=Testa +item.skull.creeper.name=Testa di Creeper +item.skull.player.name=Testa di %s +item.skull.skeleton.name=Teschio di scheletro +item.skull.wither.name=Teschio di scheletro avvizzente +item.skull.zombie.name=Testa di zombi +item.slimeball.name=Palla di gelatina +item.snowball.name=Palla di neve +item.speckledMelon.name=Anguria Luccicante +item.spiderEye.name=Occhio di Ragno +item.stick.name=Bastone +item.string.name=Cordicella +item.sugar.name=Zucchero +item.sulphur.name=Polvere da sparo +item.swordDiamond.name=Spada di diamante +item.swordGold.name=Spada d'Oro +item.swordIron.name=Spada di Ferro +item.swordStone.name=Spada di pietra +item.swordWood.name=Spada di Legno +item.unbreakable=Indistruttibile +item.wheat.name=Grano +item.writingBook.name=Libro e penna +item.writtenBook.name=Libro scritto +item.yellowDust.name=Polvere di Pietraluce +itemGroup.brewing=Distillazione +itemGroup.buildingBlocks=Blocchi da Costruzione +itemGroup.combat=Combattimento +itemGroup.decorations=Blocchi Decorativi +itemGroup.food=Cibarie +itemGroup.inventory=Inventario Sopravvivenza +itemGroup.materials=Materiali +itemGroup.misc=Varie +itemGroup.redstone=Pietrarossa +itemGroup.search=Cerca Oggetti +itemGroup.tools=Attrezzi +itemGroup.transportation=Trasporti +key.attack=Attacca/Distruggi +key.back=Cammina all'indietro +key.categories.gameplay=Gameplay +key.categories.inventory=Inventario +key.categories.misc=Varie +key.categories.movement=Movimento +key.categories.multiplayer=Multigiocatore +key.categories.stream=In trasmissione +key.categories.ui=Interfaccia di Gioco +key.chat=Apri la Chat +key.command=Aprire Comando +key.drop=Gettare Oggetto +key.forward=Camminare in Avanti +key.fullscreen=Attiva/disattiva la modalità a schermo intero +key.hotbar.1=Spazio Hotbar 1 +key.hotbar.2=Spazio Hotbar 2 +key.hotbar.3=Spazio Hotbar 3 +key.hotbar.4=Spazio Hotbar 4 +key.hotbar.5=Spazio 5 della barra di selezione rapida +key.hotbar.6=Spazio 6 della barra di selezione rapida +key.hotbar.7=Spazio 7 della barra di selezione rapida +key.hotbar.8=Spazio 8 della barra di selezione rapida +key.hotbar.9=Spazio 9 della barra di selezione rapida +key.inventory=Inventario +key.jump=Salta +key.left=Spostamento a Sinistra +key.mouseButton=Tasto %1$s +key.pickItem=Seleziona Blocco +key.playerlist=Elenca i giocatori +key.right=Spostamento a Destra +key.screenshot=Salva una schermata +key.smoothCamera=Attiva/Disattiva la Visuale Cinematica +key.sneak=Cammina furtivamente +key.spectatorOutlines=Evidenzia i giocatori (per spettatori) +key.sprint=Corsa +key.streamCommercial=Mostra Spot Pubblicitari +key.streamPauseUnpause=Pausa/Riprendi Trasmissione +key.streamStartStop=Inizia/Ferma Trasmissione +key.streamToggleMic=Premi Per Attivare/Disattivare Microfono +key.togglePerspective=Cambia la modalità di visuale +key.use=Usare Oggetto/Piazzare Blocco +lanServer.otherPlayers=Impostazioni per gli altri giocatori +lanServer.scanning=Cerco partite nella tua rete locale +lanServer.start=Avvia il mondo LAN +lanServer.title=Mondo LAN +language.code=it_IT +language.name=Italiano +language.region=Italia +mcoServer.title=Mondo di Minecraft Online +menu.convertingLevel=Conversione del mondo +menu.disconnect=Disconnetti +menu.game=Menù di gioco +menu.generatingLevel=Generazione del mondo +menu.generatingTerrain=Costruzione del terreno +menu.loadingLevel=Caricamento del mondo +menu.multiplayer=Multigiocatore +menu.online=Regni di Minecraft +menu.options=Opzioni... +menu.playdemo=Gioca un mondo Demo +menu.quit=Esci dal Gioco +menu.resetdemo=Ripristina il Mondo Demo +menu.respawning=Rinascita +menu.returnToGame=Torna al Gioco +menu.returnToMenu=Salva e Torna al Menu Principale +menu.shareToLan=Apri alla LAN +menu.simulating=Simulazione del mondo +menu.singleplayer=Giocatore singolo +menu.switchingLevel=Cambio mondo +merchant.deprecated=Scambia qualcos'altro per sbloccare! +mount.onboard=Premi %1$s per smontare +multiplayer.connect=Connetti +multiplayer.downloadingStats=Scaricamento di statistiche e imprese... +multiplayer.downloadingTerrain=Caricamento del terreno +multiplayer.info1=Minecraft in Multigiocatore non è ancora ultimato, ma sono in corso +multiplayer.info2=dei controlli preliminari buggati. +multiplayer.ipinfo=Inserisci l'IP di un server a cui connetterti: +multiplayer.player.joined=%s è entrato nel gioco +multiplayer.player.joined.renamed=%s (precedentemente conosciuto come %s) si è unito alla partita +multiplayer.player.left=%s ha lasciato il gioco +multiplayer.stopSleeping=Alzati dal Letto +multiplayer.texturePrompt.line1=Questo server consiglia l'uso di un pacchetto di risorse personalizzato. +multiplayer.texturePrompt.line2=Desideri scaricarlo e installarlo automagicamente? +multiplayer.title=Gioca in Multiplayer +options.advancedButton=Impostazioni Video Avanzate... +options.advancedOpengl=OpenGL Avanzata +options.advancedVideoTitle=Impostazioni Video Avanzate +options.anaglyph=3D Anaglifico +options.ao=Luce Soffusa +options.ao.max=Massimo +options.ao.min=Minimo +options.ao.off=OFF +options.blockAlternatives=Varianti di blocchi +options.chat.color=Colori +options.chat.height.focused=Altezza a Fuoco +options.chat.height.unfocused=Altezza non a Fuoco +options.chat.links=Collegamento Web +options.chat.links.prompt=Conferma sui collegamenti +options.chat.opacity=Opacità +options.chat.scale=Scala +options.chat.title=Impostazioni Chat... +options.chat.visibility=Chat +options.chat.visibility.full=Visibile +options.chat.visibility.hidden=Nascosta +options.chat.visibility.system=Solo comandi +options.chat.width=Larghezza +options.controls=Comandi... +options.customizeTitle=Configura il mondo su misura +options.difficulty=Difficoltà +options.difficulty.easy=Facile +options.difficulty.hard=Difficile +options.difficulty.hardcore=Estrema +options.difficulty.normal=Normale +options.difficulty.peaceful=Pacifica +options.farWarning1=È consigliato l'utilizzo della versione a 64 bit di Java +options.farWarning2=per la distanza di render "Lontana" (tu hai la versione a 32 bit) +options.fboEnable=Abilita FBOs +options.forceUnicodeFont=Forza Font Unicode +options.fov=Campo visivo +options.fov.max=Quake Pro +options.fov.min=Normale +options.framerateLimit=FPS massimi +options.framerateLimit.max=Illimitato +options.fullscreen=Schermo Intero +options.gamma=Luminosità +options.gamma.max=Brillante +options.gamma.min=Cupa +options.graphics=Grafica +options.graphics.fancy=Sofisticata +options.graphics.fast=Veloce +options.guiScale=Dimensione GUI +options.guiScale.auto=Automatica +options.guiScale.large=Grande +options.guiScale.normal=Normale +options.guiScale.small=Piccola +options.hidden=Nascosta +options.invertMouse=Inverti Mouse +options.language=Lingua... +options.languageWarning=Le traduzioni potrebbero non essere accurate al 100%% +options.mipmapLevels=Livello di Mipmap +options.modelPart.cape=Mantello +options.modelPart.hat=Cappello +options.modelPart.jacket=Giacca +options.modelPart.left_pants_leg=Gamba sinistra +options.modelPart.left_sleeve=Manica sinistra +options.modelPart.right_pants_leg=Gamba destra +options.modelPart.right_sleeve=Manica destra +options.multiplayer.title=Impostazioni Multigiocatore... +options.music=Musica +options.off=OFF +options.on=ON +options.particles=Particelle +options.particles.all=Tutte +options.particles.decreased=Ridotte +options.particles.minimal=Minime +options.performanceButton=Impostazioni Prestazioni Video... +options.performanceVideoTitle=Impostazioni Prestazioni Video +options.postButton=Impostazioni Post-Processing... +options.postProcessEnable=Abilita il post-processing +options.postVideoTitle=Impostazioni Post-Processing +options.qualityButton=Impostazioni Qualità Video... +options.qualityVideoTitle=Impostazioni Qualità Video +options.reducedDebugInfo=Dati tecnici ridotti +options.renderClouds=Nuvole +options.renderDistance=Distanza Rendering +options.renderDistance.far=Lontana +options.renderDistance.normal=Normale +options.renderDistance.short=Corta +options.renderDistance.tiny=Minima +options.resourcepack=Pacchetti di Risorse... +options.saturation=Saturazione +options.sensitivity=Sensibilità +options.sensitivity.max=IPER-VELOCITÀ!!! +options.sensitivity.min=*sbadiglio* +options.skinCustomisation=Personalizzazione skin... +options.skinCustomisation.title=Personalizzazione della skin +options.snooper=Abilita Raccolta Dati +options.snooper.desc=Vorremmo raccogliere più informazioni possibili sulla tua macchina, onde migliorare Minecraft sapendo cosa supportare e dove possano essere i problemi peggiori. Tutte le suddette informazioni sono completamente anonime e visibili qui sotto. Promettiamo che non faremo affatto un uso sgradevole di codesti dati, ma se proprio vuoi disabilitarlo, sii libero di farlo! +options.snooper.title=Lista delle Specifiche della Macchina +options.snooper.view=Impostazioni Raccolta Dati... +options.sound=Suono +options.sounds=Musica e Suoni... +options.sounds.title=Musica e Opzioni Audio +options.stream=Trasmissione... +options.stream.bytesPerPixel=Qualità +options.stream.changes=Potresti dover riavviare lo streaming affinché queste modifiche abbiano effetto. +options.stream.chat.enabled=Abilita +options.stream.chat.enabled.always=Sempre +options.stream.chat.enabled.never=Mai +options.stream.chat.enabled.streaming=Durante lo Streaming +options.stream.chat.title=Impostazioni Chat Twitch +options.stream.chat.userFilter=Filtro Utente +options.stream.chat.userFilter.all=Tutti gli Spettatori +options.stream.chat.userFilter.mods=Moderatori +options.stream.chat.userFilter.subs=Iscritti +options.stream.compression=Compressione +options.stream.compression.high=Alta +options.stream.compression.low=Bassa +options.stream.compression.medium=Media +options.stream.estimation=Risoluzione stimata: %sx%s +options.stream.fps=Framerate +options.stream.ingest.reset=Reimposta Preferenze +options.stream.ingest.title=Server Broadcast Twitch +options.stream.ingestSelection=Lista Server Broadcast +options.stream.kbps=Larghezza di banda +options.stream.micToggleBehavior=Premi Per +options.stream.micVolumne=Volume Microfono +options.stream.mic_toggle.mute=Disattiva Microfono +options.stream.mic_toggle.talk=Abilita Microfono +options.stream.sendMetadata=Invia Metadati +options.stream.systemVolume=Volume Sistema +options.stream.title=Impostazioni Broadcast Twitch +options.title=Opzioni +options.touchscreen=Modalità Touchscreen +options.vbo=Usa VBO +options.video=Impostazioni Video... +options.videoTitle=Impostazioni Video +options.viewBobbing=Visuale Oscillante +options.visible=Visibile +options.vsync=Abilita VSync +potion.absorption=Assorbimento +potion.absorption.postfix=Pozione di Assorbimento +potion.blindness=Cecità +potion.blindness.postfix=Pozione di cecità +potion.confusion=Nausea +potion.confusion.postfix=Pozione di Nausea +potion.damageBoost=Forza +potion.damageBoost.postfix=Pozione di Forza +potion.digSlowDown=Fatica da Scavo +potion.digSlowDown.postfix=Pozione d'indolenza +potion.digSpeed=Sollecitudine +potion.digSpeed.postfix=Pozione di sollecitudine +potion.effects.whenDrank=Quando applicata: +potion.empty=Nessun effetto +potion.fireResistance=Resist. al fuoco +potion.fireResistance.postfix=Pozione di resistenza al fuoco +potion.harm=Danno istantaneo +potion.harm.postfix=Pozione di Danneggiamento +potion.heal=Salute istantanea +potion.heal.postfix=Pozione di Guarigione +potion.healthBoost=Salute ampliata +potion.healthBoost.postfix=Pozione di salute ampliata +potion.hunger=Fame +potion.hunger.postfix=Pozione di fame +potion.invisibility=Invisibilità +potion.invisibility.postfix=Pozione di Invisibilità +potion.jump=Salto Potenziato +potion.jump.postfix=Pozione di Salto +potion.moveSlowdown=Lentezza +potion.moveSlowdown.postfix=Pozione di Lentezza +potion.moveSpeed=Velocità +potion.moveSpeed.postfix=Pozione di Rapidità +potion.nightVision=Visione Notturna +potion.nightVision.postfix=Pozione di visione notturna +potion.poison=Veleno +potion.poison.postfix=Pozione di Avvelenamento +potion.potency.1=II +potion.potency.2=III +potion.potency.3=IV +potion.prefix.acrid=Acre +potion.prefix.artless=Semplice +potion.prefix.awkward=Strana +potion.prefix.bland=Blanda +potion.prefix.bulky=Robusta +potion.prefix.bungling=Pasticciata +potion.prefix.buttered=Burrosa +potion.prefix.charming=Deliziosa +potion.prefix.clear=Limpida +potion.prefix.cordial=Liquorosa +potion.prefix.dashing=Inebriante +potion.prefix.debonair=Affabile +potion.prefix.diffuse=Infusa +potion.prefix.elegant=Elegante +potion.prefix.fancy=Sofisticata +potion.prefix.flat=Insipida +potion.prefix.foul=Putrida +potion.prefix.grenade=(Lanciabile) +potion.prefix.gross=Lurida +potion.prefix.harsh=Aspra +potion.prefix.milky=Lattiginosa +potion.prefix.mundane=Ordinaria +potion.prefix.odorless=Inodore +potion.prefix.potent=Potente +potion.prefix.rank=Disgustosa +potion.prefix.refined=Raffinata +potion.prefix.smooth=Amabile +potion.prefix.sparkling=Frizzante +potion.prefix.stinky=Puzzolente +potion.prefix.suave=Melliflua +potion.prefix.thick=Densa +potion.prefix.thin=Diluita +potion.prefix.uninteresting=Insignificante +potion.regeneration=Rigenerazione +potion.regeneration.postfix=Pozione di Rigenerazione +potion.resistance=Resistenza +potion.resistance.postfix=Pozione di Resistenza +potion.saturation=Saturazione +potion.saturation.postfix=Pozione di saturazione +potion.waterBreathing=Respir. acquatica +potion.waterBreathing.postfix=Pozione di Respirazione Subacquea +potion.weakness=Debolezza +potion.weakness.postfix=Pozione di Debolezza +potion.wither=Avvizzimento +potion.wither.postfix=Pozione di Avvizzimento +record.nowPlaying=In riproduzione: %s +resourcePack.available.title=Pacchetti di Risorse Disponibili +resourcePack.folderInfo=(Inserisci qui i file del pacchetto di risorse) +resourcePack.openFolder=Apri la cartella dei pacchetti +resourcePack.selected.title=Pacchetto di Risorse Selezionato +resourcePack.title=Seleziona i pacchetti di risorse +screenshot.failure=Impossibile salvare screenshot: %s +screenshot.success=Screenshot salvato come %s +selectServer.add=Aggiungi server +selectServer.defaultName=Server di Minecraft +selectServer.delete=Elimina +selectServer.deleteButton=Elimina +selectServer.deleteQuestion=Sei sicuro di voler eliminare questo server? +selectServer.deleteWarning=andrà perso per sempre! (Un sacco di tempo!) +selectServer.direct=Accesso Diretto +selectServer.edit=Modifica +selectServer.empty=vuoto +selectServer.hiddenAddress=(Nascosto) +selectServer.refresh=Aggiorna +selectServer.select=Entra nel Server +selectServer.title=Scegli un Server +selectWorld.allowCommands=Trucchi: +selectWorld.allowCommands.info=Comandi come /gamemode, /xp +selectWorld.bonusItems=Baule bonus: +selectWorld.cheats=Trucchi +selectWorld.conversion=Dovrà essere convertito! +selectWorld.create=Crea un Nuovo Mondo +selectWorld.createDemo=Gioca un Nuovo Mondo Demo +selectWorld.customizeType=Personalizza +selectWorld.delete=Elimina +selectWorld.deleteButton=Elimina +selectWorld.deleteQuestion=Sei sicuro di voler cancellare questo mondo? +selectWorld.deleteWarning=andrà perso per sempre! (Un sacco di tempo!) +selectWorld.empty=vuoto +selectWorld.enterName=Nome del mondo +selectWorld.enterSeed=Seme per il generatore di mondi +selectWorld.gameMode=Modalità +selectWorld.gameMode.adventure=Avventura +selectWorld.gameMode.adventure.line1=Come la modalità sopravvivenza, ma i blocchi +selectWorld.gameMode.adventure.line2=non possono essere aggiunti o rimossi +selectWorld.gameMode.creative=Creativa +selectWorld.gameMode.creative.line1=Risorse illimitate, volo libero e +selectWorld.gameMode.creative.line2=distruzione istantanea dei blocchi +selectWorld.gameMode.hardcore=Estrema +selectWorld.gameMode.hardcore.line1=Come la modalità sopravvivenza, difficoltà +selectWorld.gameMode.hardcore.line2=bloccata al massimo, una sola vita +selectWorld.gameMode.spectator=Spettatore +selectWorld.gameMode.spectator.line1=Puoi guardare, ma non toccare +selectWorld.gameMode.survival=Sopravvivenza +selectWorld.gameMode.survival.line1=Cerca risorse, fabbrica oggetti, sali +selectWorld.gameMode.survival.line2=di livello, salute e fame +selectWorld.hardcoreMode=Estrema: +selectWorld.hardcoreMode.info=Il mondo sarà eliminato subito dopo la tua morte +selectWorld.mapFeatures=Genera Strutture: +selectWorld.mapFeatures.info=Villaggi, dungeon, ecc. +selectWorld.mapType=Tipo di Mondo: +selectWorld.mapType.normal=Normale +selectWorld.moreWorldOptions=Altre opzioni del mondo... +selectWorld.newWorld=Nuovo mondo +selectWorld.newWorld.copyOf=Copia di %s +selectWorld.recreate=Ricrea +selectWorld.rename=Rinomina +selectWorld.renameButton=Rinomina +selectWorld.renameTitle=Rinomina il Mondo +selectWorld.resultFolder=Sarà salvato in: +selectWorld.seedInfo=Lascia lo spazio vuoto per un seme casuale +selectWorld.select=Gioca nel mondo selezionato +selectWorld.title=Seleziona un Mondo +selectWorld.world=Mondo +sign.edit=Scrivi il messaggio del cartello +soundCategory.ambient=Ambiente +soundCategory.block=Blocchi +soundCategory.hostile=Creature Ostili +soundCategory.master=Volume Principale +soundCategory.music=Musica +soundCategory.neutral=Creature Amichevoli +soundCategory.player=Giocatori +soundCategory.record=Blocchi musicali +soundCategory.weather=Tempo Atmosferico +stat.animalsBred=Animali Allevati +stat.blocksButton=Blocchi +stat.boatOneCm=Distanza in Barca +stat.breakItem=%1$s consumati +stat.climbOneCm=Distanza su Scala a Pioli +stat.craftItem=%1$s fabbricati +stat.crafted=Numero Fabbricazioni +stat.createWorld=Mondi creati +stat.crouchOneCm=Distanza da accucciato +stat.damageDealt=Danno Inflitto +stat.damageTaken=Danno Subito +stat.deaths=Numero di Decessi +stat.depleted=Numero Consumi +stat.diveOneCm=Distanza in Immersione +stat.drop=Oggetti Gettati +stat.entityKilledBy=%s ha ucciso te %s volte +stat.entityKilledBy.none=Non sei mai stato ucciso da %s +stat.entityKills=Hai ucciso %s %s +stat.entityKills.none=Non hai mai ucciso %s +stat.fallOneCm=Distanza in Caduta +stat.fishCaught=Pesci Pescati +stat.flyOneCm=Distanza in Volo +stat.generalButton=Generale +stat.horseOneCm=Distanza a Cavallo +stat.itemsButton=Oggetti +stat.joinMultiplayer=Connessioni in Multiplayer +stat.jump=Salti +stat.junkFished=Spazzatura Pescata +stat.leaveGame=Sessioni abbandonate +stat.loadWorld=Salvataggi caricati +stat.mineBlock=%1$s estratti +stat.minecartOneCm=Distanza in Carrello da Miniera +stat.mined=Numero Estrazioni +stat.mobKills=Creature uccise +stat.mobsButton=Creature +stat.pigOneCm=Distanza su Maiale +stat.playOneMinute=Minuti Giocati +stat.playerKills=Giocatori Uccisi +stat.sprintOneCm=Distanza in corsa +stat.startGame=Sessioni giocate +stat.swimOneCm=Distanza a Nuoto +stat.talkedToVillager=Conversazioni con i villici +stat.timeSinceDeath=Tempo di gioco dall'ultima morte +stat.tradedWithVillager=Scambi con i villici +stat.treasureFished=Tesori Pescati +stat.useItem=%1$s utilizzati +stat.used=Numero Utilizzi +stat.walkOneCm=Distanza a Piedi +stats.tooltip.type.achievement=Impresa +stats.tooltip.type.statistic=Statistica +stream.confirm_start=Vuoi davvero iniziare a trasmettere? +stream.unavailable.account_not_bound=Prima di poter trasmettere Minecraft tramite Twitch, dovrai collegare il tuo account Twitch su mojang.com. Vorresti farlo ora? +stream.unavailable.account_not_bound.okay=Collega le iscrizioni +stream.unavailable.account_not_migrated=Per poter trasmettere Minecraft attraverso Twitch, è necessario migrare il tuo account Minecraft ad un account Mojang. Vuoi farlo ora? +stream.unavailable.account_not_migrated.okay=Esegui la migrazione +stream.unavailable.failed_auth=L'autenticazione a Twitch è fallita. Sei pregato di visitare mojang.com e riassociare il tuo profilo Twitch. +stream.unavailable.failed_auth.okay=Riassocia Account +stream.unavailable.failed_auth_error=Impossibile autenticarsi a Twitch. Si prega di riprovare più tardi. +stream.unavailable.initialization_failure=Impossibile inizializzare la SDK di Twitch. +stream.unavailable.initialization_failure.extra=(Motivo: %s) +stream.unavailable.library_arch_mismatch=La versione personalizzata di Java utilizzata per lanciare Minecraft ha un'architettura differente rispetto a quella utilizzata per eseguire il launcher. Si prega di assicurarsi che siano le stesse, sia a 32-bit che a 64-bit per entrambe. +stream.unavailable.library_failure=Impossibile caricare le librerie necessarie per l'integrazione al servizio di broadcasting Twitch. +stream.unavailable.no_fbo=La tua scheda video deve supportare almeno OpenGL versione 3.0 o supportare Framebuffer Objects attraverso un'estensione per utilizzare il servizio integrato di broadcasting Twitch. +stream.unavailable.no_fbo.arb=Il supporto al framebuffer object tramite ARB è: %s +stream.unavailable.no_fbo.blend=Il supporto al separate blending tramite EXT è: %s +stream.unavailable.no_fbo.ext=Il supporto al framebuffer object tramite EXT è: %s +stream.unavailable.no_fbo.version=Stai attualmente utilizzando: %s +stream.unavailable.not_supported.mac=Sfortunatamente il broadcasting Twitch integrato su Mac necessita una versione di OSX più recente di quella che stai utilizzando ora. Devi avere la versione 10.8 (Mac OS X Mountain Lion) o più recente per poter utilizzare questo servizio. Desideri visitare apple.com per maggiori informazioni sull'aggiornamento? +stream.unavailable.not_supported.mac.okay=Aggiorna +stream.unavailable.not_supported.other=Sfortunatamente il servizio integrato di broadcasting Twitch necessita Windows (Vista o più recente) o Mac OS X (10.7/Lion o più recente) +stream.unavailable.not_supported.windows=Sfortunatamente il broadcasting Twitch integrato necessita una versione più recente di Windows di quella che stai utilizzando. Devi avere almeno Windows Vista o più recente. +stream.unavailable.report_to_mojang=Segnala a Mojang +stream.unavailable.soundflower.chat=Soundflower è necessario per poter effettuare livestream da Mac. %s +stream.unavailable.soundflower.chat.link=Si prega di cliccare qui per installarlo. +stream.unavailable.title=Broadcasting Twitch Non Disponibile +stream.unavailable.unknown=Sfortunatamente non puoi effettuare broadcast su Twitch al momento. E noi non sappiamo il perché :'( +stream.unavailable.unknown.chat=Impossibile avviare stream: %s +stream.user.mode.administrator=Amministratore di Twitch +stream.user.mode.banned=Bandito +stream.user.mode.banned.other=Bandito dal canale di %s +stream.user.mode.banned.self=Bandito dal tuo canale +stream.user.mode.broadcaster=Broadcaster +stream.user.mode.broadcaster.other=Broadcaster +stream.user.mode.broadcaster.self=Broadcaster (Tu!) +stream.user.mode.moderator=Moderatore +stream.user.mode.moderator.other=Moderatore nel canale di %s +stream.user.mode.moderator.self=Moderatore nel tuo canale +stream.user.mode.staff=Staff di Twitch +stream.user.subscription.subscriber=Iscritto +stream.user.subscription.subscriber.other=Iscritto al canale di %s +stream.user.subscription.subscriber.self=Iscritto al tuo canale +stream.user.subscription.turbo=Twitch Turbo +stream.userinfo.ban=Bandisci +stream.userinfo.chatTooltip=Clicca per gestire l'utente +stream.userinfo.mod=Promuovi a Moderatore +stream.userinfo.timeout=Connessione Scaduta +stream.userinfo.unban=Riabilita +stream.userinfo.unmod=Degrada da Moderatore +tile.acaciaFence.name=Staccionata d'acacia +tile.acaciaFenceGate.name=Cancelletto d'acacia +tile.activatorRail.name=Rotaia Attivatrice +tile.anvil.intact.name=Incudine +tile.anvil.name=Incudine +tile.anvil.slightlyDamaged.name=Incudine Leggermente Danneggiata +tile.anvil.veryDamaged.name=Incudine Molto Danneggiata +tile.barrier.name=Barriera +tile.beacon.name=Faro +tile.beacon.primary=Potere primario +tile.beacon.secondary=Potere secondario +tile.bed.name=Letto +tile.bed.noSleep=Puoi dormire soltanto di notte +tile.bed.notSafe=Ora non puoi riposare, ci sono mostri nelle vicinanze +tile.bed.notValid=Il tuo letto risulta mancante o ostruito +tile.bed.occupied=Questo letto è occupato +tile.bedrock.name=Roccia di fondo +tile.birchFence.name=Staccionata di betulla +tile.birchFenceGate.name=Cancelletto di betulla +tile.blockCoal.name=Blocco di carbone +tile.blockDiamond.name=Blocco di Diamante +tile.blockEmerald.name=Blocco di smeraldo +tile.blockGold.name=Blocco d'Oro +tile.blockIron.name=Blocco di Ferro +tile.blockLapis.name=Blocco di Lapislazzuli +tile.blockRedstone.name=Blocco di pietrarossa +tile.bookshelf.name=Libreria +tile.brick.name=Mattoni +tile.button.name=Pulsante +tile.cactus.name=Cactus +tile.cake.name=Torta +tile.carrots.name=Carote +tile.cauldron.name=Calderone +tile.chest.name=Cassa +tile.chestTrap.name=Cassa Trappola +tile.clay.name=Argilla +tile.clayHardened.name=Terracotta +tile.clayHardenedStained.black.name=Argilla indurita nera +tile.clayHardenedStained.blue.name=Argilla indurita blu +tile.clayHardenedStained.brown.name=Argilla indurita marrone +tile.clayHardenedStained.cyan.name=Argilla indurita ciano +tile.clayHardenedStained.gray.name=Argilla indurita gialla +tile.clayHardenedStained.green.name=Argilla indurita verde +tile.clayHardenedStained.lightBlue.name=Argilla indurita azzurra +tile.clayHardenedStained.lime.name=Argillite lime +tile.clayHardenedStained.magenta.name=Argilla indurita magenta +tile.clayHardenedStained.name=Argilla indurita colorata +tile.clayHardenedStained.orange.name=Argilla indurita arancione +tile.clayHardenedStained.pink.name=Argilla indurita rosa +tile.clayHardenedStained.purple.name=Argilla indurita viola +tile.clayHardenedStained.red.name=Argilla indurita rossa +tile.clayHardenedStained.silver.name=Argilla indurita grigio chiaro +tile.clayHardenedStained.white.name=Argilla indurita bianca +tile.clayHardenedStained.yellow.name=Argilla indurita gialla +tile.cloth.black.name=Lana nera +tile.cloth.blue.name=Lana Blu +tile.cloth.brown.name=Lana Marrone +tile.cloth.cyan.name=Lana Ciano +tile.cloth.gray.name=Lana Grigia +tile.cloth.green.name=Lana Verde +tile.cloth.lightBlue.name=Lana Azzurra +tile.cloth.lime.name=Lana Verde Chiaro +tile.cloth.magenta.name=Lana Magenta +tile.cloth.name=Lana +tile.cloth.orange.name=Lana arancione +tile.cloth.pink.name=Lana Rosa +tile.cloth.purple.name=Lana viola +tile.cloth.red.name=Lana Rossa +tile.cloth.silver.name=Lana Grigio Chiaro +tile.cloth.white.name=Lana +tile.cloth.yellow.name=Lana gialla +tile.cobbleWall.mossy.name=Muretto di Pietrisco Muschiato +tile.cobbleWall.normal.name=Muretto di Pietrisco +tile.cocoa.name=Cacao +tile.commandBlock.name=Blocco di comando +tile.crops.name=Colture +tile.darkOakFence.name=Staccionata in Legno di Quercia Scura +tile.darkOakFenceGate.name=Cancelletto di Quercia Scura +tile.daylightDetector.name=Sensore di luce +tile.deadbush.name=Cespuglio Secco +tile.detectorRail.name=Binario rilevatore +tile.dirt.coarse.name=Terra brulla +tile.dirt.default.name=Terra +tile.dirt.name=Terra +tile.dirt.podzol.name=Podzol +tile.dispenser.name=Distributore +tile.doorIron.name=Porta di Ferro +tile.doorWood.name=Porta di Legno +tile.doublePlant.fern.name=Felce grande +tile.doublePlant.grass.name=Erba altissima +tile.doublePlant.name=Piante alte +tile.doublePlant.paeonia.name=Peonia +tile.doublePlant.rose.name=Rosaio +tile.doublePlant.sunflower.name=Girasole +tile.doublePlant.syringa.name=Lillà +tile.dragonEgg.name=Uovo del Drago +tile.dropper.name=Gettatore +tile.enchantmentTable.name=Tavolo per incantesimi +tile.endPortalFrame.name=Portale dell'End +tile.enderChest.name=Baule omega +tile.farmland.name=Terreno Agricolo +tile.fence.name=Staccionata in Legno di Quercia +tile.fenceGate.name=Cancelletto +tile.fenceIron.name=Sbarre di Ferro +tile.fire.name=Fuoco +tile.flower1.dandelion.name=Dente di Leone +tile.flower1.name=Dente di leone +tile.flower2.allium.name=Allium +tile.flower2.blueOrchid.name=Orchidea Blu +tile.flower2.houstonia.name=Asperula +tile.flower2.name=Fiori (tranne il dente di leone) +tile.flower2.oxeyeDaisy.name=Margherita +tile.flower2.poppy.name=Papavero +tile.flower2.tulipOrange.name=Tulipano Arancione +tile.flower2.tulipPink.name=Tulipano Rosa +tile.flower2.tulipRed.name=Tulipano Rosso +tile.flower2.tulipWhite.name=Tulipano Bianco +tile.furnace.name=Fornace +tile.glass.name=Vetro +tile.goldenRail.name=Rotaia Alimentata +tile.grass.name=Blocco d'Erba +tile.gravel.name=Ghiaia +tile.hayBlock.name=Balla di fieno +tile.hellrock.name=Netherrack +tile.hellsand.name=Sabbia delle Anime +tile.hopper.name=Tramoggia +tile.ice.name=Ghiaccio +tile.icePacked.name=Ghiaccio Compresso +tile.ironTrapdoor.name=Botola di ferro +tile.jukebox.name=Jukebox +tile.jungleFence.name=Staccionata di mogano +tile.jungleFenceGate.name=Cancelletto di mogano +tile.ladder.name=Scala a pioli +tile.lava.name=Lava +tile.leaves.acacia.name=Foglie di Acacia +tile.leaves.big_oak.name=Foglie di Quercia Scura +tile.leaves.birch.name=Foglie di betulla +tile.leaves.jungle.name=Foglie di mogano +tile.leaves.name=Foglie +tile.leaves.oak.name=Foglie di quercia +tile.leaves.spruce.name=Foglie d'abete +tile.lever.name=Leva +tile.lightgem.name=Luminite +tile.litpumpkin.name=Zucca illuminata +tile.lockedchest.name=Cassa Serrata +tile.log.acacia.name=Legno d'acacia +tile.log.big_oak.name=Legno di Quercia Scura +tile.log.birch.name=Legno di betulla +tile.log.jungle.name=Legno di mogano +tile.log.name=Legno +tile.log.oak.name=Legno di quercia +tile.log.spruce.name=Legno d'abete +tile.melon.name=Anguria +tile.mobSpawner.name=Generatore di Mostri +tile.monsterStoneEgg.brick.name=Pietra lavorata infestata +tile.monsterStoneEgg.chiseledbrick.name=Mattoni di Pietra Cesellati (infestati) +tile.monsterStoneEgg.cobble.name=Pietrisco (infestato) +tile.monsterStoneEgg.crackedbrick.name=Pietra lavorata incrinata infestata +tile.monsterStoneEgg.mossybrick.name=Pietra lavorata muschiosa infestata +tile.monsterStoneEgg.name=Roccia infestata +tile.monsterStoneEgg.stone.name=Pietra (Infestata) +tile.mushroom.name=Fungo +tile.musicBlock.name=Blocco Sonoro +tile.mycel.name=Micelio +tile.netherBrick.name=Mattoni del Nether +tile.netherFence.name=Staccionata di Mattoni del Nether +tile.netherStalk.name=Verruca del Nether +tile.netherquartz.name=Quarzo del Nether Grezzo +tile.notGate.name=Torcia di Pietrarossa +tile.obsidian.name=Ossidiana +tile.oreCoal.name=Carbone Grezzo +tile.oreDiamond.name=Diamante Grezzo +tile.oreEmerald.name=Smeraldo grezzo +tile.oreGold.name=Oro Grezzo +tile.oreIron.name=Ferro Grezzo +tile.oreLapis.name=Lapislazzuli Grezzo +tile.oreRedstone.name=Pietrarossa Grezza +tile.oreRuby.name=Rubino grezzo +tile.pistonBase.name=Pistone +tile.pistonStickyBase.name=Pistone Appiccicoso +tile.portal.name=Portale +tile.potatoes.name=Patate +tile.pressurePlateStone.name=Pedana a pressione di roccia +tile.pressurePlateWood.name=Pedana a pressione di legno +tile.prismarine.bricks.name=Prismarino sagomato +tile.prismarine.dark.name=Prismarino oscuro +tile.prismarine.rough.name=Prismarino +tile.pumpkin.name=Zucca +tile.quartzBlock.chiseled.name=Blocco di Quarzo Cesellato +tile.quartzBlock.default.name=Blocco di Quarzo +tile.quartzBlock.lines.name=Pilastro di quarzo +tile.quartzBlock.name=Blocco di quarzo +tile.rail.name=Rotaia +tile.redSandStone.chiseled.name=Arenaria Rossa Cesellata +tile.redSandStone.default.name=Arenaria Rossa +tile.redSandStone.name=Arenaria Rossa +tile.redSandStone.smooth.name=Arenaria Rossa Levigata +tile.redstoneDust.name=Polvere di Pietrarossa +tile.redstoneLight.name=Lampada di Pietrarossa +tile.reeds.name=Canna da Zucchero +tile.sand.default.name=Sabbia +tile.sand.name=Sabbia +tile.sand.red.name=Sabbia Rossa +tile.sandStone.chiseled.name=Arenaria Cesellata +tile.sandStone.default.name=Arenaria +tile.sandStone.name=Arenaria +tile.sandStone.smooth.name=Arenaria levigata +tile.sapling.acacia.name=Arboscello di Acacia +tile.sapling.big_oak.name=Arboscello di Quercia Scura +tile.sapling.birch.name=Arboscello di betulla +tile.sapling.jungle.name=Arboscello di mogano +tile.sapling.oak.name=Arboscello di quercia +tile.sapling.spruce.name=Arboscello d'abete +tile.seaLantern.name=Lanterna marina +tile.sign.name=Cartello +tile.slime.name=Blocco di gelatina +tile.snow.name=Neve +tile.sponge.dry.name=Spugna +tile.sponge.wet.name=Spugna (bagnata) +tile.spruceFence.name=Staccionata d'abete +tile.spruceFenceGate.name=Cancelletto d'abete +tile.stainedGlass.black.name=Vetro Colorato Nero +tile.stainedGlass.blue.name=Vetro blu +tile.stainedGlass.brown.name=Vetro marrone +tile.stainedGlass.cyan.name=Vetro ciano +tile.stainedGlass.gray.name=Vetro grigio +tile.stainedGlass.green.name=Vetro verde +tile.stainedGlass.lightBlue.name=Vetro azzurro +tile.stainedGlass.lime.name=Vetro lime +tile.stainedGlass.magenta.name=Vetro magenta +tile.stainedGlass.name=Vetro colorato +tile.stainedGlass.orange.name=Vetro arancione +tile.stainedGlass.pink.name=Vetro rosa +tile.stainedGlass.purple.name=Vetro viola +tile.stainedGlass.red.name=Vetro rosso +tile.stainedGlass.silver.name=Vetro grigio chiaro +tile.stainedGlass.white.name=Vetro bianco +tile.stainedGlass.yellow.name=Vetro giallo +tile.stairsBrick.name=Scalini in Mattoni +tile.stairsNetherBrick.name=Scalini di Mattoni del Nether +tile.stairsQuartz.name=Scalini di quarzo +tile.stairsRedSandStone.name=Scalini d'Arenaria Rossa +tile.stairsSandStone.name=Scalini d'Arenaria +tile.stairsStone.name=Scalini di Pietrisco +tile.stairsStoneBrickSmooth.name=Scalini in Mattoni di Pietra +tile.stairsWood.name=Scalini di quercia +tile.stairsWoodAcacia.name=Scalini in Legno di Acacia +tile.stairsWoodBirch.name=Scalini di betulla +tile.stairsWoodDarkOak.name=Scalini in Legno di Quercia Scura +tile.stairsWoodJungle.name=Scalini di mogano +tile.stairsWoodSpruce.name=Scalini d'abete +tile.stone.andesite.name=Andesite +tile.stone.andesiteSmooth.name=Andesite Levigata +tile.stone.diorite.name=Diorite +tile.stone.dioriteSmooth.name=Diorite Levigata +tile.stone.granite.name=Granito +tile.stone.graniteSmooth.name=Granito Levigato +tile.stone.stone.name=Pietra +tile.stoneMoss.name=Pietra Muschiosa +tile.stoneSlab.brick.name=Lastra di Mattoni +tile.stoneSlab.cobble.name=Lastra di Pietrisco +tile.stoneSlab.name=Lastra di Pietra Liscia +tile.stoneSlab.netherBrick.name=Lastra di Mattoni del Nether +tile.stoneSlab.quartz.name=Lastra di Quarzo +tile.stoneSlab.sand.name=Lastra d'Arenaria +tile.stoneSlab.smoothStoneBrick.name=Lastra di Mattoni di Pietra +tile.stoneSlab.stone.name=Lastra di Pietra +tile.stoneSlab.wood.name=Lastra di Legno +tile.stoneSlab2.red_sandstone.name=Lastra d'Arenaria Rossa +tile.stonebrick.name=Pietrisco +tile.stonebricksmooth.chiseled.name=Mattoni di Pietra Cesellati +tile.stonebricksmooth.cracked.name=Mattoni di Pietra Crepati +tile.stonebricksmooth.default.name=Mattoni di Pietra +tile.stonebricksmooth.mossy.name=Mattoni di Pietra Muschiati +tile.stonebricksmooth.name=Mattoni di Pietra +tile.tallgrass.fern.name=Felce +tile.tallgrass.grass.name=Erba alta +tile.tallgrass.name=Erba alta +tile.tallgrass.shrub.name=Arbusto +tile.thinGlass.name=Pannello di vetro +tile.thinStainedGlass.black.name=Pannello di vetro nero +tile.thinStainedGlass.blue.name=Pannello di vetro blu +tile.thinStainedGlass.brown.name=Pannello di vetro marrone +tile.thinStainedGlass.cyan.name=Pannello di vetro ciano +tile.thinStainedGlass.gray.name=Pannello di vetro grigio +tile.thinStainedGlass.green.name=Pannello di vetro verde +tile.thinStainedGlass.lightBlue.name=Pannello di vetro azzurro +tile.thinStainedGlass.lime.name=Pannello di vetro lime +tile.thinStainedGlass.magenta.name=Pannello di vetro magenta +tile.thinStainedGlass.name=Pannello di vetro colorato +tile.thinStainedGlass.orange.name=Pannello di vetro arancione +tile.thinStainedGlass.pink.name=Pannello di vetro rosa +tile.thinStainedGlass.purple.name=Pannello di vetro viola +tile.thinStainedGlass.red.name=Pannello di vetro rosso +tile.thinStainedGlass.silver.name=Pannello di vetro grigio chiaro +tile.thinStainedGlass.white.name=Pannello di vetro bianco +tile.thinStainedGlass.yellow.name=Pannello di vetro giallo +tile.tnt.name=TNT +tile.torch.name=Torcia +tile.trapdoor.name=Botola di Legno +tile.tripWire.name=Filo da inciampo +tile.tripWireSource.name=Gancio per filo da inciampo +tile.vine.name=Rampicante +tile.water.name=Acqua +tile.waterlily.name=Ninfea +tile.web.name=Ragnatela +tile.weightedPlate_heavy.name=Pedana a pressione ponderata (pesante) +tile.weightedPlate_light.name=Pedana a pressione ponderata (leggera) +tile.whiteStone.name=Pietra dell'End +tile.wood.acacia.name=Assi d'acacia +tile.wood.big_oak.name=Assi in Legno di Quercia Scura +tile.wood.birch.name=Assi di betulla +tile.wood.jungle.name=Assi di mogano +tile.wood.name=Assi di Legno +tile.wood.oak.name=Assi di quercia +tile.wood.spruce.name=Assi d'abete +tile.woodSlab.acacia.name=Lastra in Legno di Acacia +tile.woodSlab.big_oak.name=Lastra in Legno di Quercia Scura +tile.woodSlab.birch.name=Lastra di betulla +tile.woodSlab.jungle.name=Lastra di mogano +tile.woodSlab.name=Lastra di legno +tile.woodSlab.oak.name=Lastra di quercia +tile.woodSlab.spruce.name=Lastra d'abete +tile.woolCarpet.black.name=Tappeto Nero +tile.woolCarpet.blue.name=Tappeto blu +tile.woolCarpet.brown.name=Tappeto marrone +tile.woolCarpet.cyan.name=Tappeto Ciano +tile.woolCarpet.gray.name=Tappeto grigio +tile.woolCarpet.green.name=Tappeto verde +tile.woolCarpet.lightBlue.name=Tappeto azzurro +tile.woolCarpet.lime.name=Tappeto lime +tile.woolCarpet.magenta.name=Tappeto magenta +tile.woolCarpet.name=Tappeto +tile.woolCarpet.orange.name=Tappeto arancione +tile.woolCarpet.pink.name=Tappeto Rosa +tile.woolCarpet.purple.name=Tappeto viola +tile.woolCarpet.red.name=Tappeto rosso +tile.woolCarpet.silver.name=Tappeto grigio chiaro +tile.woolCarpet.white.name=Tappeto bianco +tile.woolCarpet.yellow.name=Tappeto giallo +tile.workbench.name=Banco da lavoro +title.oldgl1=Scheda video obsoleta rilevata; potrebbe impedirti di +title.oldgl2=giocare in futuro poiché OpenGL 2.0 sarà richiesto. +translation.test.args=%s %s +translation.test.complex=Prefisso, %s%2$s ancora %s e %1$s infine %s e anche %1$s ancora! +translation.test.escape=%%s %%%s %%%%s %%%%%s +translation.test.invalid=ciao % +translation.test.invalid2=ciao %s +translation.test.none=Ciao, mondo! +translation.test.world=mondo diff --git a/javascript/lang/ja_JP.lang b/javascript/lang/ja_JP.lang new file mode 100755 index 00000000..3901fb72 --- /dev/null +++ b/javascript/lang/ja_JP.lang @@ -0,0 +1,2517 @@ +achievement.acquireIron=金属を手ã«å…¥ã‚Œã‚‹ +achievement.acquireIron.desc=鉄鉱石を精錬ã—ã€é‰„を手ã«å…¥ã‚Œã‚‹ +achievement.bakeCake=the cake is a lie +achievement.bakeCake.desc=å°éº¦ã«ç ‚ç³–ã€ç‰›ä¹³ã€ãれã‹ã‚‰åµï¼ +achievement.blazeRod=炎ã®ä¸­ã¸ +achievement.blazeRod.desc=ブレイズロッドを手ã«å…¥ã‚Œã‚‹ +achievement.bookcase=叿›¸ +achievement.bookcase.desc=本棚を置ã„ã¦ã‚¨ãƒ³ãƒãƒ£ãƒ³ãƒˆãƒ†ãƒ¼ãƒ–ルを強化ã™ã‚‹ +achievement.breedCow=種ã®ç¹æ „ +achievement.breedCow.desc=å°éº¦ã‚’使ã„2é ­ã®ã‚¦ã‚·ã‚’ç¹æ®–ã•ã›ã‚‹ +achievement.buildBetterPickaxe=アップグレード +achievement.buildBetterPickaxe.desc=よりよã„ツルãƒã‚·ã‚’ã¤ãã‚‹ +achievement.buildFurnace=ホットトピック +achievement.buildFurnace.desc=丸石を8ã¤ä½¿ã„ã€ã‹ã¾ã©ã‚’作る +achievement.buildHoe=ã„ã–è¾²æ¥­ï¼ +achievement.buildHoe.desc=木æã¨æ£’を使ã„ã€æœ¨ã®ã‚¯ãƒ¯ã‚’作る +achievement.buildPickaxe=ã„ã–æŽ¡æŽ˜ï¼ +achievement.buildPickaxe.desc=木æã¨æ£’を使ã„ã€æœ¨ã®ãƒ„ルãƒã‚·ã‚’作る +achievement.buildSword=ã„ã–çªæ’ƒï¼ +achievement.buildSword.desc=木æã¨æ£’を使ã„ã€å‰£ã‚’作る +achievement.buildWorkBench=土å°ä½œã‚Š +achievement.buildWorkBench.desc=木æã‚’4ã¤ä½¿ã„ã€ä½œæ¥­å°ã‚’作る +achievement.cookFish=美味ã—ã„é­š +achievement.cookFish.desc=魚を釣ã£ã¦ç„¼ã +achievement.diamonds=ãƒ€ã‚¤ãƒ¤ãƒ¢ãƒ³ãƒ‰ï¼ +achievement.diamonds.desc=鉄ã®é“具を使ã£ã¦ãƒ€ã‚¤ãƒ¤ãƒ¢ãƒ³ãƒ‰ã‚’手ã«å…¥ã‚Œã‚‹ +achievement.diamondsToYou=ダイヤモンドをã‚ãªãŸã«ï¼ +achievement.diamondsToYou.desc=ä»–ã®ãƒ—レイヤーã«ãƒ€ã‚¤ãƒ¤ãƒ¢ãƒ³ãƒ‰ã‚’投ã’ã‚‹ +achievement.enchantments=エンãƒãƒ£ãƒ³ãƒˆã®ä½¿ã„手 +achievement.enchantments.desc=本ã€é»’曜石ã€ãƒ€ã‚¤ãƒ¤ãƒ¢ãƒ³ãƒ‰ã‚’使ã£ã¦ã‚¨ãƒ³ãƒãƒ£ãƒ³ãƒˆãƒ†ãƒ¼ãƒ–ルを作る +achievement.exploreAllBiomes=å†’é™ºã®æ™‚é–“ +achievement.exploreAllBiomes.desc=å…¨ã¦ã®ãƒã‚¤ã‚ªãƒ¼ãƒ ã‚’発見ã™ã‚‹ +achievement.flyPig=ブタã•ã‚“ã®é£›ã¶é ƒã« +achievement.flyPig.desc=ブタã«ä¹—ã£ã¦å´–ã‹ã‚‰è½ã¡ã‚‹ +achievement.fullBeacon=ビーコン使ㄠ+achievement.fullBeacon.desc=最大状態ã®ãƒ“ーコンを組ã¿ç«‹ã¦ã‚‹ +achievement.get=å®Ÿç¸¾è§£é™¤ï¼ +achievement.ghast=å®›å…ˆä¸æ˜Ž +achievement.ghast.desc=ç«ã®çŽ‰ã‚’ã‚¬ã‚¹ãƒˆã«æ‰“ã¡è¿”ã™ +achievement.killCow=牛転ãŒã— +achievement.killCow.desc=é©ã‚’手ã«å…¥ã‚Œã‚‹ +achievement.killEnemy=モンスターãƒãƒ³ã‚¿ãƒ¼ +achievement.killEnemy.desc=モンスターを攻撃ã—ã¦å€’ã™ +achievement.killWither=ã¯ã˜ã¾ã‚Šã€‚ +achievement.killWither.desc=ウィザーを倒㙠+achievement.makeBread=パンを焼ã +achievement.makeBread.desc=å°éº¦ã‚’パンã«ã™ã‚‹ +achievement.mineWood=木を手ã«å…¥ã‚Œã‚‹ +achievement.mineWood.desc=ブロックã«ãªã‚‹ã¾ã§æœ¨ã‚’å©ã +achievement.onARail=世界ã®ãƒˆãƒ­ãƒƒã‚³ã‹ã‚‰ +achievement.onARail.desc=トロッコã«ä¹—ã£ã¦ 出発地点ã‹ã‚‰ 1km以上 走行ã™ã‚‹ +achievement.openInventory=所æŒå“ã®ç¢ºèª +achievement.openInventory.desc=「%1$sã€ã‚­ãƒ¼ã‚’押ã—ã¦æŒã¡ç‰©ã‚’ã¿ã‚‹ +achievement.overkill=やりéŽãŽ +achievement.overkill.desc=一撃ã§ãƒãƒ¼ãƒˆ8個分ã®ãƒ€ãƒ¡ãƒ¼ã‚¸ã‚’与ãˆã‚‹ +achievement.overpowered=圧倒的ãªåŠ› +achievement.overpowered.desc=å¼·ã„効果をæŒã¤ãƒªãƒ³ã‚´ã‚’作æˆã™ã‚‹ +achievement.portal=ã•らãªã‚‹æ·±ã¿ã¸ +achievement.portal.desc=ãƒã‚¶ãƒ¼ã¸ã®ãƒãƒ¼ã‚¿ãƒ«ã‚’作る +achievement.potion=町ã®è–¬å±‹ã•ã‚“ +achievement.potion.desc=ãƒãƒ¼ã‚·ãƒ§ãƒ³ã‚’醸造ã™ã‚‹ +achievement.requires=%1$s'ãŒå¿…è¦ã§ã™ +achievement.snipeSkeleton=スナイパー対決 +achievement.snipeSkeleton.desc=50m以上離れãŸã‚¹ã‚±ãƒ«ãƒˆãƒ³ã‚’矢ã§å€’ã™ +achievement.spawnWither=ã¯ã˜ã¾ã‚Šï¼Ÿ +achievement.spawnWither.desc=ウィザーを出ç¾ã•ã›ã‚‹ +achievement.taken=ç²å¾—æ¸ˆï¼ +achievement.theEnd=ãŠã—ã¾ã„? +achievement.theEnd.desc=ジ・エンドを見ã¤ã‘ã‚‹ +achievement.theEnd2=ãŠã—ã¾ã„。 +achievement.theEnd2.desc=エンダードラゴンを倒㙠+achievement.unknown=??? +addServer.add=完了 +addServer.enterIp=サーãƒãƒ¼ã‚¢ãƒ‰ãƒ¬ã‚¹ +addServer.enterName=サーãƒãƒ¼å +addServer.hideAddress=アドレスを隠㙠+addServer.resourcePack=サーãƒãƒ¼ãƒªã‚½ãƒ¼ã‚¹ãƒ‘ック +addServer.resourcePack.disabled=無効 +addServer.resourcePack.enabled=有効 +addServer.resourcePack.prompt=プロンプト +addServer.title=サーãƒãƒ¼æƒ…å ±ã®ç·¨é›† +advMode.allEntities="@e" を使用ã™ã‚‹ã¨å…¨ã¦ã®ã‚¨ãƒ³ãƒ†ã‚£ãƒ†ã‚£ã‚’対象 +advMode.allPlayers="@a"ã§å…¨ãƒ—レイヤーを対象 +advMode.command=コンソールコマンド +advMode.nearestPlayer="@p"ã§æœ€å¯„りã®ãƒ—レイヤーを指定 +advMode.notAllowed=オペレーター権é™ã®ã‚るプレイヤーãŒã€ã‚¯ãƒªã‚¨ã‚¤ãƒ†ã‚£ãƒ–モードã®å ´åˆã®ã¿å¯èƒ½ã§ã™ +advMode.notEnabled=コマンドブロックã¯ã€ã“ã®ã‚µãƒ¼ãƒãƒ¼ä¸Šã§ã¯æœ‰åйã«ãªã£ã¦ã„ã¾ã›ã‚“ +advMode.previousOutput=å‰å›žã®å®Ÿè¡Œçµæžœ +advMode.randomPlayer="@r"ã§ãƒ©ãƒ³ãƒ€ãƒ ãªãƒ—レイヤーを指定 +advMode.setCommand=コマンドブロックãŒå®Ÿè¡Œã™ã‚‹ã‚³ãƒ³ã‚½ãƒ¼ãƒ«ã‚³ãƒžãƒ³ãƒ‰ +advMode.setCommand.success=コマンドを設定ã—ã¾ã—ãŸï¼š %s +attribute.modifier.plus.0=%2$s +%1$s +attribute.modifier.plus.1=%2$s +%1$s%% +attribute.modifier.plus.2=%2$s +%1$s%% +attribute.modifier.take.0=%2$s -%1$s +attribute.modifier.take.1=%2$s -%1$s%% +attribute.modifier.take.2=%2$s -%1$s%% +attribute.name.generic.attackDamage=攻撃力 +attribute.name.generic.followRange=Mobã®è¿½è·¡ç¯„囲 +attribute.name.generic.knockbackResistance=ノックãƒãƒƒã‚¯è€æ€§ +attribute.name.generic.maxHealth=最大体力 +attribute.name.generic.movementSpeed=移動速度 +attribute.name.horse.jumpStrength=ウマã®è·³èºåŠ› +attribute.name.zombie.spawnReinforcements=ゾンビã®å¢—æ´ +book.byAuthor=著者 %1$s +book.editTitle=本ã®ã‚¿ã‚¤ãƒˆãƒ«ã‚’入力ã—ã¦ãã ã•ã„: +book.finalizeButton=ç½²åã—ã¦é–‰ã˜ã‚‹ +book.finalizeWarning=注æ„ï¼ç½²åã‚’ã™ã‚‹ã¨ã€äºŒåº¦ã¨ç·¨é›†ã§ããªããªã‚Šã¾ã™ï¼ +book.generation.0=オリジナル +book.generation.1=オリジナルã®ã‚³ãƒ”ー +book.generation.2=コピーã®ã‚³ãƒ”ー +book.generation.3=ã™ã‚Šæ¸›ã£ãŸ +book.pageIndicator=%1$sï¼%2$s ページ +book.signButton=ç½²å +build.tooHigh=建築高度é™ç•Œã¯ %s ブロックã§ã™ +chat.cannotSend=ãƒãƒ£ãƒƒãƒˆãƒ¡ãƒƒã‚»ãƒ¼ã‚¸ã‚’é€ä¿¡ã§ãã¾ã›ã‚“ +chat.copy=クリップボードã«ã‚³ãƒ”ー +chat.link.confirm=本当ã«ã“ã®ã‚¦ã‚§ãƒ–サイトを開ãã¾ã™ã‹ï¼Ÿ +chat.link.confirmTrusted=ã“ã®ãƒªãƒ³ã‚¯ã‚’ブラウザã§é–‹ãã¾ã™ã‹ï¼Ÿ クリップボードã«ã‚³ãƒ”ーã—ã¾ã™ã‹ï¼Ÿ +chat.link.open=ブラウザã§é–‹ã +chat.link.warning=ã‚ãªãŸãŒä¿¡é ¼ã—ã¦ã„ãªã„人ã‹ã‚‰ã®ãƒªãƒ³ã‚¯ã¯çµ¶å¯¾ã«é–‹ã‹ãªã„ã§ä¸‹ã•ã„! +chat.stream.emote=(%s) * %s %s +chat.stream.text=(%s) <%s> %s +chat.type.achievement=%s 㯠%s ã®å®Ÿç¸¾ã‚’å–å¾—ã—㟠+chat.type.achievement.taken=%s 㯠%s ã®å®Ÿç¸¾ã‚’失ã£ãŸ +chat.type.admin=[%s: %s] +chat.type.announcement=[%s] %s +chat.type.emote=* %s %s +chat.type.text=<%s> %s +commands.achievement.alreadyHave=プレイヤー %s ã¯æ—¢ã« %s ã®å®Ÿç¸¾ã‚’锿ˆã—ã¦ã„ã¾ã™ +commands.achievement.dontHave=プレイヤー %s ã¯ã€%s ã®å®Ÿç¸¾ã‚’锿ˆã—ã¦ã„ã¾ã›ã‚“ +commands.achievement.give.success.all=%sã«å…¨ã¦ã®å®Ÿç¸¾ã‚’与ãˆã¾ã—㟠+commands.achievement.give.success.one=%s ã«å®Ÿç¸¾%sを与ãˆã¾ã—㟠+commands.achievement.statTooLow=プレイヤー %s ã« %s ã®å®Ÿç¸¾ã¯ã‚りã¾ã›ã‚“ +commands.achievement.take.success.all=%s ã¯å…¨ã¦ã®å®Ÿç¸¾ã‚’ç²å¾—ã—ã¾ã—㟠+commands.achievement.take.success.one=%s ã®å®Ÿç¸¾ã‚’ %s ãŒç²å¾—ã—ã¾ã—㟠+commands.achievement.unknownAchievement= '%s' ã¯ä¸æ˜Žãªå®Ÿç¸¾ã¾ãŸã¯çµ±è¨ˆã§ã™ +commands.achievement.usage=/achievement <実績å|*> [プレイヤー] +commands.ban.failed=プレイヤー %s ã‚’BANã§ãã¾ã›ã‚“ã§ã—ãŸã€‚ +commands.ban.success=%s ã‚’BANã—ã¾ã—㟠+commands.ban.usage=/ban <プレイヤーå> [ç†ç”±â€¦] +commands.banip.invalid=無効ãªIPアドレスãŒå…¥åŠ›ã•れãŸã‹ã€ãƒ—レイヤーãŒã‚ªãƒ³ãƒ©ã‚¤ãƒ³ã«ãªã£ã¦ã„ã¾ã›ã‚“ +commands.banip.success=IPアドレス "%s" ã‚’BANã—ã¾ã—ãŸã€‚ +commands.banip.success.players=%s ã®IPアドレス %s ã‚’BANã—ã¾ã—㟠+commands.banip.usage=/ban-ip [ç†ç”±...] +commands.banlist.ips=%s 個ã®IPアドレスãŒBANã•れã¦ã„ã¾ã™: +commands.banlist.players=%s 人ã®ãƒ—レイヤーãŒBANã•れã¦ã„ã¾ã™: +commands.banlist.usage=/banlist [ips|プレイヤーå] +commands.blockdata.failed=データ ã‚¿ã‚°ã¯å¤‰æ›´ã•れã¾ã›ã‚“ã§ã—ãŸ: %s +commands.blockdata.notValid=対象ã®ãƒ–ロックã¯ãƒ‡ãƒ¼ã‚¿ã‚’æŒãŸãªã„ブロックã§ã™ +commands.blockdata.outOfWorld=ワールドã®ç¯„囲外ã®ãƒ–ロックã¯å¤‰æ›´ã§ãã¾ã›ã‚“ +commands.blockdata.success=ãƒ–ãƒ­ãƒƒã‚¯ã®æƒ…報を更新ã—ã¾ã—ãŸ: %s +commands.blockdata.tagError=データタグã®è§£æžã«å¤±æ•—ã—ã¾ã—ãŸ: %s +commands.blockdata.usage=/blockdata <データタグ> +commands.chunkinfo.compiled=ãƒãƒ£ãƒ³ã‚¯ãŒå¤‰æ›´ã•れã¾ã—㟠+commands.chunkinfo.data=最åˆã® 64 ã®é ‚点: %s +commands.chunkinfo.empty=ãƒãƒ£ãƒ³ã‚¯ã¯ç©ºã§ã™ +commands.chunkinfo.hasLayers=ãƒãƒ£ãƒ³ã‚¯ã«å±¤ãŒã‚りã¾ã™: %s +commands.chunkinfo.hasNoRenderableLayers=ãƒãƒ£ãƒ³ã‚¯ã«æç”»å¯èƒ½ãªãƒ¬ã‚¤ãƒ¤ãƒ¼ãŒã‚りã¾ã›ã‚“ +commands.chunkinfo.isEmpty=ãƒãƒ£ãƒ³ã‚¯ã«ç©ºã®å±¤ãŒã‚りã¾ã™: %s +commands.chunkinfo.location=ãƒãƒ£ãƒ³ã‚¯ã®åº§æ¨™: (%s, %s, %s) +commands.chunkinfo.noChunk=ãƒãƒ£ãƒ³ã‚¯ãŒ %s, %s, %s ã®ä½ç½®ã«å­˜åœ¨ã—ã¾ã›ã‚“ +commands.chunkinfo.notCompiled=ãƒãƒ£ãƒ³ã‚¯ã¯å¤‰æ›´ã•れã¾ã›ã‚“ã§ã—㟠+commands.chunkinfo.notEmpty=ãƒãƒ£ãƒ³ã‚¯ãŒç©ºã§ã¯ã‚りã¾ã›ã‚“ +commands.chunkinfo.usage=/chunkinfo [ ] +commands.chunkinfo.vertices=%s 層ã®ãƒãƒƒãƒ•ァーã«ã¯ %s 個ã®é ‚点ãŒå«ã¾ã‚Œã¦ã„ã¾ã™ +commands.clear.failure=%s ã®æŒã¡ç‰©æ¬„ã«ã¯ã‚¢ã‚¤ãƒ†ãƒ ãŒãªã„ã®ã§æ¶ˆåŽ»ã§ãã¾ã›ã‚“ +commands.clear.success=%s ã®æŒã¡ç‰©æ¬„ã‹ã‚‰ã€%s 個ã®ã‚¢ã‚¤ãƒ†ãƒ ã‚’削除ã—ã¾ã—㟠+commands.clear.tagError=データタグã®è§£æžã«å¤±æ•—ã—ã¾ã—ãŸ: %s +commands.clear.testing=%s 㯠%s å€‹ã®æ¡ä»¶ã«ä¸€è‡´ã™ã‚‹ã‚¢ã‚¤ãƒ†ãƒ ãŒã‚りã¾ã™ +commands.clear.usage=/clear [プレイヤー] [アイテム] [データ値] [最大個数] [データタグ] +commands.clone.failed=複製ã—ãŸãƒ–ロックã¯ã‚りã¾ã›ã‚“ +commands.clone.noOverlap=コピー元ã¨ã‚³ãƒ”ー先をé‡ã­ã‚‹ã“ã¨ãŒã§ãã¾ã›ã‚“ +commands.clone.outOfWorld=ワールドã®å¤–ã«ã‚るブロックã«ã¯ã‚¢ã‚¯ã‚»ã‚¹ã§ãã¾ã›ã‚“ +commands.clone.success=%s 個ã®ãƒ–ロックを複製ã—ã¾ã—㟠+commands.clone.tooManyBlocks=指定ã—ãŸé ˜åŸŸã«ã‚るブロックãŒå¤šéŽãŽã¾ã™ (%s > %s) +commands.clone.usage=/clone [モード] +commands.compare.failed=æ¯”è¼ƒå…ƒã¨æ¯”較先ãŒåŒä¸€ã§ã™ +commands.compare.outOfWorld=ワールドã®å¤–ã«ã‚るブロックã«ã¯ã‚¢ã‚¯ã‚»ã‚¹ã§ãã¾ã›ã‚“ +commands.compare.success=%s 個ã®ãƒ–ロックを比較ã—ã¾ã—㟠+commands.compare.tooManyBlocks=指定ã—ãŸé ˜åŸŸã«ã‚るブロックãŒå¤šéŽãŽã¾ã™ (%s > %s) +commands.compare.usage=/testforblocks [モード] +commands.debug.notStarted=é–‹å§‹ã•れã¦ã„ãªã„ãƒ—ãƒ­ãƒ•ã‚¡ã‚¤ãƒªãƒ³ã‚°ã‚’åœæ­¢ã™ã‚‹ã“ã¨ã¯å‡ºæ¥ã¾ã›ã‚“ï¼ +commands.debug.start=デãƒãƒƒã‚°ãƒ»ãƒ—ロファイリングを開始ã—ã¾ã—㟠+commands.debug.stop=デãƒãƒƒã‚°ãƒ»ãƒ—ロファイリングを %s ç§’(%s ティック)後ã«åœæ­¢ã—ã¾ã™ +commands.defaultgamemode.success=ワールドã®ãƒ‡ãƒ•ォルトã®ã‚²ãƒ¼ãƒ ãƒ¢ãƒ¼ãƒ‰ã‚’ %s ã«ã—ã¾ã—ãŸã€‚ +commands.defaultgamemode.usage=/defaultgamemode <モード> +commands.deop.failed=%sã®OP権é™ã‚’剥奪ã§ãã¾ã›ã‚“ã§ã—㟠+commands.deop.success=%s ã‹ã‚‰ã‚ªãƒšãƒ¬ãƒ¼ã‚¿ãƒ¼æ¨©ã‚’剥奪ã—ã¾ã—㟠+commands.deop.usage=/deop <プレイヤーå> +commands.difficulty.success=ゲームã®é›£æ˜“度を %s ã«ã—ã¾ã—㟠+commands.difficulty.usage=/difficulty <æ–°ã—ã„難易度> +commands.downfall.success=切り替ãˆã«æˆåŠŸã—ã¾ã—㟠+commands.downfall.usage=/toggledownfall +commands.effect.failure.notActive=%2$s 㯠%1$s ã¨ã„ã†åŠ¹æžœã‚’å—ã‘ã¦ã„ãªã„ã®ã§é™¤åŽ»ã™ã‚‹ã“ã¨ãŒã§ãã¾ã›ã‚“ã§ã—㟠+commands.effect.failure.notActive.all=%s ã¯ã‚¹ãƒ†ãƒ¼ã‚¿ã‚¹åŠ¹æžœã‚’å—ã‘ã¦ã„ãªã„ã®ã§é™¤åŽ»ã™ã‚‹ã“ã¨ã¯ã§ãã¾ã›ã‚“ã§ã—㟠+commands.effect.notFound=ID %sã¨ã„ã†ã‚¨ãƒ•ェクトã¯ã‚りã¾ã›ã‚“ +commands.effect.success=%1$s (ID %2$s) レベル %3$s ã‚’ %4$s ã¸ã¨ %5$s 秒間与ãˆã¾ã—㟠+commands.effect.success.removed=%1$s ã‚’ %2$s ã‹ã‚‰é™¤åŽ»ã—ã¾ã—㟠+commands.effect.success.removed.all=%s ã‹ã‚‰å…¨ã¦ã®ã‚¹ãƒ†ãƒ¼ã‚¿ã‚¹åŠ¹æžœã‚’é™¤åŽ»ã—ã¾ã—㟠+commands.effect.usage=/effect <プレイヤー> <効果> [ç§’æ•°] [å¼·ã•] [パーティクル表示] +commands.enchant.cantCombine=%1$s 㯠%2$s ã¨çµ„ã¿åˆã‚ã›ã‚‹ã“ã¨ã¯ã§ãã¾ã›ã‚“ +commands.enchant.cantEnchant=é¸æŠžã—ãŸã‚¨ãƒ³ãƒãƒ£ãƒ³ãƒˆã¯å¯¾è±¡ã®ã‚¢ã‚¤ãƒ†ãƒ ã«ä»˜åŠ ã§ãã¾ã›ã‚“ +commands.enchant.noItem=ãã®ç›®æ¨™ã¯ã‚¢ã‚¤ãƒ†ãƒ ã‚’æŒã£ã¦ã„ã¾ã›ã‚“。 +commands.enchant.notFound=ID %sã«è©²å½“ã™ã‚‹ã‚¨ãƒ³ãƒãƒ£ãƒ³ãƒˆã¯ã‚りã¾ã›ã‚“ +commands.enchant.success=エンãƒãƒ£ãƒ³ãƒˆã«æˆåŠŸã—ã¾ã—㟠+commands.enchant.usage=/enchant <プレーヤー> <エンãƒãƒ£ãƒ³ãƒˆID> [レベル] +commands.entitydata.failed=データ ã‚¿ã‚°ã¯å¤‰æ›´ã•れã¾ã›ã‚“ã§ã—ãŸ: %s +commands.entitydata.noPlayers=%s ã¯ãƒ—レーヤーã§ã‚ã‚‹ãŸã‚変更ã§ãã¾ã›ã‚“ +commands.entitydata.success=エンティティã®ãƒ‡ãƒ¼ã‚¿ã‚’æ›´æ–°ã—ã¾ã—ãŸ: %s +commands.entitydata.tagError=データタグã®è§£æžã«å¤±æ•—ã—ã¾ã—ãŸ: %s +commands.entitydata.usage=/entitydata <エンティティ> <データタグ> +commands.execute.allInvocationsFailed=ã™ã¹ã¦ã®å‘¼ã³å‡ºã—ã«å¤±æ•—ã—ã¾ã—ãŸ: '%s' +commands.execute.failed='%s' ã‚’ %s ã«å®Ÿè¡Œã™ã‚‹ã“ã¨ã«å¤±æ•—ã—ã¾ã—㟠+commands.execute.usage=/execute <エンティティ> <コマンド> ã¾ãŸã¯ /execute <エンティティ> detect <ブロック> <データ> <コマンド> +commands.fill.failed=ブロックを設置ã§ãã¾ã›ã‚“ +commands.fill.outOfWorld=ワールドã®ç¯„囲外ã«ãƒ–ロックを設置ã™ã‚‹ã“ã¨ã¯ã§ãã¾ã›ã‚“ +commands.fill.success=%s 個ã®ãƒ–ãƒ­ãƒƒã‚¯ã§æº€ãŸã—ã¾ã—㟠+commands.fill.tagError=データタグã®è§£æžã«å¤±æ•—ã—ã¾ã—ãŸ: %s +commands.fill.tooManyBlocks=指定ã—ãŸé ˜åŸŸã«ã‚るブロックãŒå¤šéŽãŽã¾ã™ (%s > %s) +commands.fill.usage=/fill <ブロックID> [データ値] [å…ƒã®ãƒ–ロックã®å‡¦ç†] [データタグ] +commands.gamemode.success.other=%sã®ã‚²ãƒ¼ãƒ ãƒ¢ãƒ¼ãƒ‰ã‚’%sã«å¤‰æ›´ã—ã¾ã—㟠+commands.gamemode.success.self=ã‚ãªãŸã®ã‚²ãƒ¼ãƒ ãƒ¢ãƒ¼ãƒ‰ã‚’%sã«å¤‰æ›´ã—ã¾ã—㟠+commands.gamemode.usage=/gamemode <モード> [プレイヤーå] +commands.gamerule.nopermission=サーãƒãƒ¼ã®ç®¡ç†è€…ã®ã¿ãŒ '%s' を変更ã§ãã¾ã™ +commands.gamerule.norule=ゲームルールã«'%s'ã¯æŒ‡å®šã§ãã¾ã›ã‚“ +commands.gamerule.success=ã‚²ãƒ¼ãƒ ãƒ«ãƒ¼ãƒ«ãŒæ›´æ–°ã•れã¾ã—㟠+commands.gamerule.usage=/gamerule <ルールå> [値] +commands.generic.boolean.invalid='%s' 㯠true/false ã®ã„ãšã‚Œã§ã‚‚ã‚りã¾ã›ã‚“ +commands.generic.double.tooBig=入力ã—ãŸæ•°å€¤ (%s) ã¯å¤§ãã™ãŽã¾ã™ã€‚%s 以下ã«ã—ã¦ãã ã•ã„ +commands.generic.double.tooSmall=入力ã—ãŸæ•°å€¤ (%s) ã¯å°ã•ã™ãŽã¾ã™ã€‚%s 以上ã«ã—ã¦ãã ã•ã„ +commands.generic.entity.invalidType=エンティティã®ç¨®é¡ž '%s' ã¯ç„¡åйã§ã™ +commands.generic.entity.invalidUuid=ã‚¨ãƒ³ãƒ†ã‚£ãƒ†ã‚£ã®æä¾›ã™ã‚‹UUIDãŒç„¡åйãªå½¢å¼ã§ã™ +commands.generic.entity.notFound=エンティティãŒè¦‹ã¤ã‹ã‚Šã¾ã›ã‚“ +commands.generic.exception=コマンドを実行中ã«ä¸æ˜Žãªã‚¨ãƒ©ãƒ¼ãŒç™ºç”Ÿã—ã¾ã—㟠+commands.generic.notFound=未知ã®ã‚³ãƒžãƒ³ãƒ‰ã§ã™ã€‚/help ã§ã‚³ãƒžãƒ³ãƒ‰ã®ä¸€è¦§ã‚’確èªã—ã¦ãã ã•ã„ +commands.generic.num.invalid='%s' ã¯æœ‰åŠ¹ãªæ•°å€¤ã§ã¯ã‚りã¾ã›ã‚“ +commands.generic.num.tooBig=入力ã—ãŸæ•°å€¤ (%s) ã§ã¯å¤§ãã™ãŽã¾ã™ã€‚%s 以下ã«ã—ã¦ãã ã•ã„ +commands.generic.num.tooSmall=入力ã—ãŸæ•°å€¤ (%s) ã§ã¯å°ã•ã™ãŽã¾ã™ã€‚%s 以上ã«ã—ã¦ãã ã•ã„ +commands.generic.parameter.invalid='%s' ã¯ç„¡åйãªãƒ‘ラメータã§ã™ +commands.generic.permission=ã“ã®ã‚³ãƒžãƒ³ãƒ‰ã‚’実行ã™ã‚‹æ¨©é™ãŒã‚りã¾ã›ã‚“ +commands.generic.player.notFound=指定ã•れãŸãƒ—レイヤーãŒè¦‹ã¤ã‹ã‚Šã¾ã›ã‚“ +commands.generic.syntax=無効ãªã‚³ãƒžãƒ³ãƒ‰ã®æ§‹æ–‡ +commands.generic.usage=使用法: %s +commands.give.notFound=ID %sã«è©²å½“ã™ã‚‹ã‚¢ã‚¤ãƒ†ãƒ ã¯ã‚りã¾ã›ã‚“ +commands.give.success=%s ã‚’ %s 個 %s ã«ä¸Žãˆã¾ã—㟠+commands.give.tagError=データタグã®è§£æžã«å¤±æ•—ã—ã¾ã—ãŸ: %s +commands.give.usage=/give <プレイヤー> <アイテム> [é‡] [データ値] [データタグ] +commands.help.footer=ヒント:タブキーを押ã™ã¨ã‚³ãƒžãƒ³ãƒ‰ã‚„オプションãŒè‡ªå‹•補完ã•れã¾ã™ +commands.help.header=--- ヘルプページ㮠%s ï¼ %s ページを表示(/help <ページ番å·>) --- +commands.help.usage=/help [ページ|コマンドå] +commands.kick.success=ゲームã‹ã‚‰ %s をキックã—㟠+commands.kick.success.reason=ゲームã‹ã‚‰ %s をキック: '%s' +commands.kick.usage=/kick <プレイヤーå> [ç†ç”±...] +commands.kill.successful=%s をキルã—ã¾ã—㟠+commands.kill.usage=/kill [player|entity] +commands.me.usage=/me <アクション ...> +commands.message.display.incoming=%s ã«ã•ã•ã‚„ã‹ã‚Œã¾ã—ãŸ: %s +commands.message.display.outgoing=%s ã«ã•ã•ã‚„ãã¾ã—ãŸ: %s +commands.message.sameTarget=自分自身ã«ãƒ—ライベートメッセージをé€ä¿¡ã™ã‚‹ã“ã¨ã¯ã§ãã¾ã›ã‚“! +commands.message.usage=/tell <プレイヤー> <プライベートメッセージ ...> +commands.op.failed=%sã«OP権é™ã‚’与ãˆã‚‰ã‚Œã¾ã›ã‚“ã§ã—㟠+commands.op.success=%s ã«ã‚ªãƒšãƒ¬ãƒ¼ã‚¿ãƒ¼æ¨©ã‚’付与ã—ã¾ã—㟠+commands.op.usage=/op <プレイヤーå> +commands.particle.notFound=䏿˜ŽãªåŠ¹æžœã§ã™ (%s) +commands.particle.success=効果 %s ã‚’ %s 回発生ã•ã›ã¾ã™ +commands.particle.usage=/particle <åå‰> <速ã•> [回数] [モード] +commands.players.list=%s/%s ã®ãƒ—レイヤーãŒã‚ªãƒ³ãƒ©ã‚¤ãƒ³ã§ã™ï¼š +commands.players.usage=/list +commands.playsound.playerTooFar=プレイヤー %s ã¯éŸ³ã®å†ç”Ÿã•れる場所ã‹ã‚‰é›¢ã‚Œã™ãŽã¦ã„ã¾ã™ +commands.playsound.success= '%s' ã®éŸ³ã‚’ %s ã®ä»˜è¿‘ã§å†ç”Ÿã—ã¾ã—㟠+commands.playsound.usage=/playsound <音> <プレイヤー> [x] [y] [z] [音é‡] [ピッãƒ] [最å°éŸ³é‡] +commands.publish.failed=ローカルゲームをホストã§ãã¾ã›ã‚“ +commands.publish.started=ãƒãƒ¼ãƒˆ %s ã§ãƒ­ãƒ¼ã‚«ãƒ«ã‚²ãƒ¼ãƒ ã‚’ホストã—ã¾ã—㟠+commands.publish.usage=/publish +commands.replaceitem.block.usage=/replaceitem block <スロット> <アイテム> [é‡] [データ値] [データタグ] +commands.replaceitem.entity.usage=/replaceitem entity <対象> <スロット> <アイテム> [é‡] [データ値] [データタグ] +commands.replaceitem.failed=スロット%s ã‚’ %s * %s ã«ç½®ãæ›ãˆã‚‹ã“ã¨ãŒã§ãã¾ã›ã‚“ +commands.replaceitem.noContainer=%s, %s, %s ã«ã‚るブロックã¯ã‚³ãƒ³ãƒ†ãƒŠã§ã¯ã‚りã¾ã›ã‚“ +commands.replaceitem.success=スロット %s ã‚’ %s * %s ã¨äº¤æ›ã—ã¾ã—㟠+commands.replaceitem.tagError=データタグã®è§£æžã«å¤±æ•—ã—ã¾ã—ãŸ: %s +commands.replaceitem.usage=/replaceitem ... +commands.save-off.alreadyOff=ä¿å­˜ã¯æ—¢ã«ç„¡åйã«ãªã£ã¦ã„ã¾ã™ã€‚ +commands.save-off.usage=/save-off +commands.save-on.alreadyOn=ä¿å­˜ã¯æ—¢ã«æœ‰åйã«ãªã£ã¦ã„ã¾ã™ã€‚ +commands.save-on.usage=/save-on +commands.save.disabled=ワールドã®è‡ªå‹•ä¿å­˜ã‚’無効ã«ã—ã¾ã—㟠+commands.save.enabled=ワールドã®è‡ªå‹•ä¿å­˜ã‚’有効ã«ã—ã¾ã—㟠+commands.save.failed=ä¿å­˜ã«å¤±æ•—ã—ã¾ã—ãŸï¼š %s +commands.save.start=ä¿å­˜ä¸­â€¦ +commands.save.success=ワールドをä¿å­˜ã—ã¾ã—㟠+commands.save.usage=/save-all +commands.say.usage=/say <メッセージ> +commands.scoreboard.allMatchesFailed=å…¨ã¦ä¸€è‡´ã—ã¾ã›ã‚“ã§ã—㟠+commands.scoreboard.noMultiWildcard=1 ユーザーã®ã¿ãƒ¯ã‚¤ãƒ«ãƒ‰ã‚«ãƒ¼ãƒ‰ã‚’使用ã§ãã¾ã™ +commands.scoreboard.objectiveNotFound='%s'ã§ã¯ã‚ªãƒ–ジェクトã¯è¦‹ã¤ã‹ã‚Šã¾ã›ã‚“ã§ã—ãŸã€‚ +commands.scoreboard.objectiveReadOnly=オブジェクト'%s'ã¯èª­ã¿å–り専用ã§ã‚りã€è¨­å®šã™ã‚‹ã“ã¨ã¯ã§ãã¾ã›ã‚“。 +commands.scoreboard.objectives.add.alreadyExists='%s'ã¨ã„ã†ã‚ªãƒ–ã‚¸ã‚§ã‚¯ãƒˆã¯æ—¢ã«å­˜åœ¨ã—ã¾ã™ +commands.scoreboard.objectives.add.displayTooLong='%s'ã¨ã„ã†è¡¨ç¤ºåã¯ã‚ªãƒ–ジェクトã«ã¯é•·éŽãŽã¾ã™ã€‚ オブジェクトåã¯æœ€å¤§ã§%s文字ã¾ã§ã§ã™ +commands.scoreboard.objectives.add.success=æ–°ã—ã„オブジェクト'%s'を追加ã—ã¾ã—㟠+commands.scoreboard.objectives.add.tooLong='%s'ã¨ã„ã†ã‚ªãƒ–ジェクトåã¯é•·éŽãŽã¾ã™ã€‚オブジェクトåã®é•·ã•ã¯æœ€å¤§ã§%s文字ã¾ã§ã§ã™ +commands.scoreboard.objectives.add.usage=/scoreboard objectives add <åå‰> <標準型> [表示å ...] +commands.scoreboard.objectives.add.wrongType='%s'ã¯ç„¡åйãªã‚ªãƒ–ジェクト標準型ã§ã™ +commands.scoreboard.objectives.list.count=スコアボード㮠%s 個ã®ã‚ªãƒ–ジェクトを表示: +commands.scoreboard.objectives.list.empty=スコアボードã«ã‚ªãƒ–ジェクトãŒã‚りã¾ã›ã‚“ +commands.scoreboard.objectives.list.entry=- %s: '%s'ã¨è¡¨ç¤ºã•れã€åž‹ã¯'%s'ã§ã™ +commands.scoreboard.objectives.remove.success=オブジェクト'%s'を削除ã—ã¾ã—㟠+commands.scoreboard.objectives.remove.usage=/scoreboard objectives remove <åå‰> +commands.scoreboard.objectives.setdisplay.invalidSlot='%s'ã¨ã„ã†ãƒ‡ã‚£ã‚¹ãƒ—レイスロットã¯ã‚りã¾ã›ã‚“ +commands.scoreboard.objectives.setdisplay.successCleared=オブジェクトディスプレイスロット'%s'をクリアã—ã¾ã—㟠+commands.scoreboard.objectives.setdisplay.successSet=スロット'%s'ã®ãƒ‡ã‚£ã‚¹ãƒ—レイオブジェクトã¯ã€'%s'ã«ã‚»ãƒƒãƒˆã•れã¾ã—㟠+commands.scoreboard.objectives.setdisplay.usage=/scoreboard objectives setdisplay <スロット> [オブジェクト] +commands.scoreboard.objectives.usage=/scoreboard objectives ... +commands.scoreboard.players.add.usage=/scoreboard players add <プレイヤー> <数値> [データタグ] +commands.scoreboard.players.enable.noTrigger=目標 %s ã¯ãƒˆãƒªã‚¬ãƒ¼ã§ã¯ã‚りã¾ã›ã‚“ +commands.scoreboard.players.enable.success=トリガー %s ㌠%s ã«å¯¾ã—ã¦æœ‰åйã«ãªã‚Šã¾ã—㟠+commands.scoreboard.players.enable.usage=/scoreboard players enable <プレイヤー> +commands.scoreboard.players.list.count=é¸æŠžã•れ㟠%s 人ã®ãƒ—レイヤーをスコアボードã«è¡¨ç¤º: +commands.scoreboard.players.list.empty=スコアボードã«ã¯é¸æŠžã•れãŸãƒ—レイヤーãŒã„ã¾ã›ã‚“ +commands.scoreboard.players.list.player.count=é¸æŠžã•れ㟠%s ã®ã‚ªãƒ–ジェクトを %s ã«è¡¨ç¤º: +commands.scoreboard.players.list.player.empty=プレイヤー%sã®ã‚¹ã‚³ã‚¢ã®è¨˜éŒ²ã¯ã‚りã¾ã›ã‚“ +commands.scoreboard.players.list.usage=/scoreboard players list [åå‰] +commands.scoreboard.players.operation.invalidOperation=%s ã¯ç„¡åŠ¹ãªæ“作ã§ã™ +commands.scoreboard.players.operation.notFound=%s ã® %s を見ã¤ã‘ãŸã‚¹ã‚³ã‚¢ãŒã‚りã¾ã›ã‚“ +commands.scoreboard.players.operation.success=æ“ä½œã¯æ­£å¸¸ã«é©ç”¨ã•れã¾ã—㟠+commands.scoreboard.players.operation.usage=/scoreboard players operation +commands.scoreboard.players.remove.usage=/scoreboard players add <プレイヤー> <数値> [データタグ] +commands.scoreboard.players.reset.success=プレイヤー%sã®ã‚¹ã‚³ã‚¢ã‚’å…¨ã¦ãƒªã‚»ãƒƒãƒˆ +commands.scoreboard.players.reset.usage=/scoreboard players reset <プレイヤー> [objective] +commands.scoreboard.players.resetscore.success=スコア %s をプレイヤー %s ã‹ã‚‰ãƒªã‚»ãƒƒãƒˆã—ã¾ã—㟠+commands.scoreboard.players.set.success=プレイヤー%sã®%sã®ãŸã‚ã®%sã®ã‚¹ã‚³ã‚¢ã‚’セット +commands.scoreboard.players.set.tagError=データタグを解æžã§ãã¾ã›ã‚“ã§ã—ãŸ: %s +commands.scoreboard.players.set.tagMismatch=データタグ㌠%s ã¨ä¸€è‡´ã—ã¾ã›ã‚“ +commands.scoreboard.players.set.usage=/scoreboard players set <プレイヤー> [データタグ] +commands.scoreboard.players.test.failed=スコア %s 㯠%s ~ %s ã®ç¯„囲ã«ã‚りã¾ã›ã‚“ +commands.scoreboard.players.test.notFound=%s ã® %s を見ã¤ã‘ãŸã‚¹ã‚³ã‚¢ãŒã‚りã¾ã›ã‚“ +commands.scoreboard.players.test.success=スコア %s 㯠%s ~ %s ã®ç¯„囲内ã§ã™ +commands.scoreboard.players.test.usage=/scoreboard players test <プレイヤー> <目標> +commands.scoreboard.players.usage=/scoreboard players ... +commands.scoreboard.teamNotFound='%s'ã§ã¯ãƒãƒ¼ãƒ ãŒè¦‹ã¤ã‹ã‚Šã¾ã›ã‚“ã§ã—㟠+commands.scoreboard.teams.add.alreadyExists='%s'ã¨ã„ã†ãƒãƒ¼ãƒ åã¯æ—¢ã«å­˜åœ¨ã—ã¾ã™ +commands.scoreboard.teams.add.displayTooLong='%s'ã¨ã„ã†ãƒãƒ¼ãƒ åã¯é•·éŽãŽã¾ã™ã€‚ãƒãƒ¼ãƒ åã¯æœ€å¤§ã§%s文字ã¾ã§ã§ã™ã€‚ +commands.scoreboard.teams.add.success=ãƒãƒ¼ãƒ '%s'を追加ã—ã¾ã—㟠+commands.scoreboard.teams.add.tooLong='%s'ã¨ã„ã†ãƒãƒ¼ãƒ åã¯é•·éŽãŽã¾ã™ã€‚ãƒãƒ¼ãƒ åã¯æœ€å¤§ã§%s文字ã¾ã§ã§ã™ã€‚ +commands.scoreboard.teams.add.usage=/scoreboard teams add <åå‰> [表示å ...] +commands.scoreboard.teams.empty.alreadyEmpty=ãƒãƒ¼ãƒ %sã¯æ—¢ã«ç©ºã§ã‚りã€å­˜åœ¨ã—ãªã„プレイヤーã¯å‰Šé™¤ã§ãã¾ã›ã‚“ +commands.scoreboard.teams.empty.success=ãƒãƒ¼ãƒ %sã‹ã‚‰%sプレイヤーを全ã¦å‰Šé™¤ã—ã¾ã—㟠+commands.scoreboard.teams.empty.usage=/scoreboard teams empty <ãƒãƒ¼ãƒ > +commands.scoreboard.teams.join.failure=%s人ã®ãƒ—レイヤーをãƒãƒ¼ãƒ  %s ã«è¿½åŠ ã§ãã¾ã›ã‚“ã§ã—ãŸ: %s +commands.scoreboard.teams.join.success=%s人ã®ãƒ—レイヤーをãƒãƒ¼ãƒ  %s ã«è¿½åŠ ã—ã¾ã—ãŸ: %s +commands.scoreboard.teams.join.usage=/scoreboard teams join <ãƒãƒ¼ãƒ å> [プレイヤー] +commands.scoreboard.teams.leave.failure=%s人ã®ãƒ—レイヤーを所属ãƒãƒ¼ãƒ %sã‹ã‚‰å‰Šé™¤ã§ãã¾ã›ã‚“ã§ã—㟠+commands.scoreboard.teams.leave.noTeam=ã‚ãªãŸã¯ã©ã®ãƒãƒ¼ãƒ ã«ã‚‚å‚加ã—ã¦ã„ã¾ã›ã‚“ +commands.scoreboard.teams.leave.success=%s人ã®ãƒ—レイヤーを所属ãƒãƒ¼ãƒ %sã‹ã‚‰å‰Šé™¤ã—ã¾ã—㟠+commands.scoreboard.teams.leave.usage=/scoreboard teams leave [プレイヤー] +commands.scoreboard.teams.list.count=%s ãƒãƒ¼ãƒ ã‚’スコアボードã«è¡¨ç¤º: +commands.scoreboard.teams.list.empty=スコアボードã«ãƒãƒ¼ãƒ ãŒç™»éŒ²ã•れã¦ã„ã¾ã›ã‚“ +commands.scoreboard.teams.list.entry=- %1$s: '%2$s'ã¯%3$sã®ãƒ—レイヤーをもã£ã¦ã„ã¾ã™ +commands.scoreboard.teams.list.player.count=ãƒãƒ¼ãƒ  %s ã® %s 人ã®ãƒ—レイヤーを表示: +commands.scoreboard.teams.list.player.empty=ãƒãƒ¼ãƒ %sã«ã¯ãƒ—レイヤーãŒã„ã¾ã›ã‚“ +commands.scoreboard.teams.list.player.entry=- %2$s: %1$s (%3$s) +commands.scoreboard.teams.list.usage=/scoreboard teams list [åå‰] +commands.scoreboard.teams.option.noValue=オプション %s ã®æœ‰åйãªå€¤ã¯ï¼š%s +commands.scoreboard.teams.option.success=ãƒãƒ¼ãƒ %sã®è¨­å®š%sã‚’%sã«è¨­å®šã—ã¾ã—㟠+commands.scoreboard.teams.option.usage=/scoreboard teams option <ãƒãƒ¼ãƒ > <値> +commands.scoreboard.teams.remove.success=ãƒãƒ¼ãƒ %sを削除ã—ã¾ã—㟠+commands.scoreboard.teams.remove.usage=/scoreboard teams remove <ãƒãƒ¼ãƒ å> +commands.scoreboard.teams.usage=/scoreboard teams ... +commands.scoreboard.usage=/scoreboard ... +commands.seed.success=シード値: %s +commands.seed.usage=/seed +commands.setblock.failed=ブロックをé…ç½®ã§ãã¾ã›ã‚“ +commands.setblock.noChange=ãã®ãƒ–ロックã¯è¨­ç½®ã§ãã¾ã›ã‚“ +commands.setblock.notFound=%s ã¨ã„ã†ID/åå‰ã®ãƒ–ロックã¯ã‚りã¾ã›ã‚“ +commands.setblock.outOfWorld=ワールドã®ç¯„囲外ã«ãƒ–ロックを設置ã™ã‚‹ã“ã¨ã¯ã§ãã¾ã›ã‚“ +commands.setblock.success=ブロックを設置ã—ã¾ã—㟠+commands.setblock.tagError=データタグã®è§£æžã«å¤±æ•—ã—ã¾ã—ãŸ: %s +commands.setblock.usage=/setblock <ブロックå> [データ値] [oldBlockHandling] [データタグ] +commands.setidletimeout.success=ç„¡æ“作時ã®ã‚¿ã‚¤ãƒ ã‚¢ã‚¦ãƒˆã‚’%s分後ã«è¨­å®šã—ã¾ã—ãŸã€‚ +commands.setidletimeout.usage=/setidletimeout <キックã¾ã§ã®æ™‚間(分)> +commands.setworldspawn.success=(%s,%s,%s) ã«ãƒ¯ãƒ¼ãƒ«ãƒ‰ã®ã‚¹ãƒãƒ¼ãƒ³ãƒã‚¤ãƒ³ãƒˆã‚’設定ã—ã¾ã™ +commands.setworldspawn.usage=/setworldspawn [ ] +commands.spawnpoint.success=%s ã®ã‚¹ãƒãƒ¼ãƒ³åœ°ç‚¹ã‚’ (%s, %s, %s) ã«å¤‰æ›´ã—ã¾ã—㟠+commands.spawnpoint.usage=/spawnpoint [プレイヤー] [ ] +commands.spreadplayers.failure.players=%s åã®ãƒ—レイヤーを %s,%s ã®å‘¨ã‚Šã«æ•£é–‹ã•ã›ã‚‹ã“ã¨ã¯ã§ãã¾ã›ã‚“ã§ã—㟠(人数ãŒå¤šã™ãŽã¾ã™ã€‚最低 %s ã§æ•£é–‹ã•ã›ã¦ã¿ã¦ãã ã•ã„) +commands.spreadplayers.failure.teams=%s ãƒãƒ¼ãƒ ã‚’ %s,%s ã®å‘¨ã‚Šã«æ•£é–‹ã•ã›ã‚‹ã“ã¨ã¯ã§ãã¾ã›ã‚“ã§ã—㟠(人数ãŒå¤šã™ãŽã¾ã™ã€‚ %s ä»¥ä¸‹ã§æ•£é–‹ã•ã›ã¦ã¿ã¦ãã ã•ã„) +commands.spreadplayers.info.players=(%s 回繰り返ã—ãŸå¾Œã€ãƒ—レイヤー間ã®å¹³å‡è·é›¢ã¯ %s ブロックã«ãªã‚Šã¾ã™) +commands.spreadplayers.info.teams=(%s 回繰り返ã—ãŸå¾Œã€ãƒãƒ¼ãƒ é–“ã®å¹³å‡è·é›¢ã¯ %s ブロックã«ãªã‚Šã¾ã™) +commands.spreadplayers.spreading.players=%s 人ã®ãƒ—レイヤーを %s ブロックã®ç¯„囲ã€%s,%s を中心ã¨ã—ãŸå ´æ‰€ã«æ•£é–‹ã•ã›ã¾ã™ (プレイヤー間è·é›¢ã¯æœ€ä½Ž %s ブロック) +commands.spreadplayers.spreading.teams=%s ãƒãƒ¼ãƒ ã‚’ %s ブロックã®ç¯„囲ã€%s,%s を中心ã¨ã—ãŸå ´æ‰€ã«æ•£é–‹ã•ã›ã¾ã™ (プレイヤー間è·é›¢ã¯æœ€ä½Ž %s ブロック) +commands.spreadplayers.success.players=%s 人ã®ãƒ—レイヤーを %s,%s ã®å‘¨ã‚Šã«æ•£é–‹ã•ã›ã¾ã—㟠+commands.spreadplayers.success.teams=%s ãƒãƒ¼ãƒ ã‚’ %s,%s ã®å‘¨ã‚Šã«æ•£é–‹ã•ã›ã¾ã—㟠+commands.spreadplayers.usage=/spreadplayers <散開è·é›¢> <最大範囲> <ãƒãƒ¼ãƒ å…¨ä½“ã¸ã®é©ç”¨ true|false> <プレイヤー ...> +commands.stats.block.clear.usage=/stats block clear +commands.stats.block.set.usage=/stats block set <対象> +commands.stats.block.usage=/stats block <モード> ... +commands.stats.cleared=%s ã®ã‚¹ã‚³ã‚¢æƒ…報を消去ã—ã¾ã—㟠+commands.stats.entity.clear.usage=/stats entity <対象> clear +commands.stats.entity.set.usage=/stats entity <対象> set <対象> +commands.stats.entity.usage=/stats entity <対象> <モード> +commands.stats.failed=無効ãªãƒ‘ラメーターã§ã™ +commands.stats.noCompatibleBlock=%s, %s, %s ã«ã‚るブロックã®çµ±è¨ˆæƒ…å ±ã¯èª¿ã¹ã‚‰ã‚Œã¾ã›ã‚“ +commands.stats.success=%s ã® %s ã® %s ã«ãŠã‘るスコア情報をä¿å­˜ã—ã¾ã—㟠+commands.stats.usage=/stats ... +commands.stop.start=サーãƒãƒ¼ã‚’åœæ­¢ã—ã¾ã—㟠+commands.stop.usage=/stop +commands.summon.failed=対象をå¬å–šã™ã‚‹ã“ã¨ãŒã§ãã¾ã›ã‚“ +commands.summon.outOfWorld=ワールドã®ç¯„囲外ã‹ã‚‰å¬å–šã™ã‚‹ã“ã¨ã¯ã§ãã¾ã›ã‚“ +commands.summon.success=対象ã®å¬å–šã«æˆåŠŸã—ã¾ã—㟠+commands.summon.tagError=データタグã®è§£æžã«å¤±æ•—ã—ã¾ã—ãŸ: %s +commands.summon.usage=/summon <エンティティå> [x] [y] [z] [データタグ] +commands.tellraw.jsonException=無効ãªjson: %s +commands.tellraw.usage=/tellraw <プレイヤーå><メッセージ> +commands.testfor.failure=%s ã¯å¿…è¦ãªãƒ‡ãƒ¼ã‚¿æ§‹é€ ã¨ä¸€è‡´ã—ã¾ã›ã‚“ã§ã—ãŸã€‚ +commands.testfor.success=%s ãŒè¦‹ã¤ã‹ã‚Šã¾ã—㟠+commands.testfor.tagError=データタグã®è§£æžã«å¤±æ•—ã—ã¾ã—ãŸ: %s +commands.testfor.usage=/testfor <プレイヤー> [データタグ] +commands.testforblock.failed.data=%s,%s,%sã«ã‚るブロックã«ã¯%sã®ãƒ‡ãƒ¼ã‚¿å€¤ã‚’æŒã£ã¦ã„ã¾ã™ (予想ã§ã¯%s)。 +commands.testforblock.failed.nbt=%s,%s,%s ã«ã‚るブロックã¯è¦æ±‚ã•れãŸNBTã‚­ãƒ¼ã‚’ä¿æœ‰ã—ã¦ã„ã¾ã›ã‚“ã§ã—ãŸã€‚ +commands.testforblock.failed.tile=%s,%s,%sã®ãƒ–ロックã¯%sã§ã™ (予想ã§ã¯%s)。 +commands.testforblock.failed.tileEntity=%s,%s,%s ã«ã‚るブロックã¯ã‚¿ã‚¤ãƒ«ã‚¨ãƒ³ãƒ†ã‚£ãƒ†ã‚£ã§ã¯ãªã„ãŸã‚ã€ã‚¿ã‚°ãƒžãƒƒãƒãƒ³ã‚°ã‚’利用ã§ãã¾ã›ã‚“。 +commands.testforblock.outOfWorld=ワールド外ã§ã¯ãƒ–ロックã®ãƒ†ã‚¹ãƒˆã¯ã§ãã¾ã›ã‚“ +commands.testforblock.success=ブロックã¯%s, %s, %sã«è¦‹ã¤ã‹ã‚Šã¾ã—ãŸã€‚ +commands.testforblock.usage=/testforblock <タイルå> [データ値] [データタグ] +commands.time.added=時間を %s æ—©ã‚ã¾ã—㟠+commands.time.query=ç¾åœ¨ã®æ™‚間㯠%s ã§ã™ +commands.time.set=ç¾åœ¨æ™‚刻を%sã«è¨­å®š +commands.time.usage=/time <数値> +commands.title.success=titleã‚³ãƒžãƒ³ãƒ‰ã¯æ­£å¸¸ã«å®Ÿè¡Œã•れã¾ã—㟠+commands.title.usage=/title <プレイヤー> ... +commands.title.usage.clear=/title <プレイヤー> clear|reset +commands.title.usage.times=/title <プレイヤー> times <フェードイン> <待機時間> <フェードアウト> +commands.title.usage.title=/title <プレイヤー> title|subtitle +commands.tp.notSameDimension=プレイヤーãŒåŒã˜ãƒžãƒƒãƒ—内ã«å±…ãªã„ãŸã‚テレãƒãƒ¼ãƒˆã™ã‚‹ã“ã¨ãŒã§ãã¾ã›ã‚“ +commands.tp.success=%s ã‹ã‚‰ %s ã¸ãƒ¯ãƒ¼ãƒ—ã—ã¾ã—㟠+commands.tp.success.coordinates=%s 㯠%s,%s,%s ã«ãƒ†ãƒ¬ãƒãƒ¼ãƒˆã—ã¾ã—㟠+commands.tp.usage=/tp [対象ã®ãƒ—レイヤー] <移動先ã®ãƒ—レイヤー> OR /tp [対象ã®ãƒ—レイヤー] [ ] +commands.trigger.disabled=トリガー %s ã¯æœ‰åйã§ã¯ã‚りã¾ã›ã‚“ +commands.trigger.invalidMode=無効ãªãƒˆãƒªã‚¬ãƒ¼ãƒ¢ãƒ¼ãƒ‰ %s ã§ã™ +commands.trigger.invalidObjective=無効ãªãƒˆãƒªã‚¬ãƒ¼å %s ã§ã™ +commands.trigger.invalidPlayer=一人ã®ãƒ—レイヤーã®ã¿ãŒ /trigger コマンドを使用ã§ãã¾ã™ +commands.trigger.success=トリガー %s ã«ã‚ˆã‚Š %s ã‚’ %s ã«å¤‰æ›´ã—ã¾ã—㟠+commands.trigger.usage=/trigger <値> +commands.unban.failed=プレイヤー %s ã®BANを解除ã§ãã¾ã›ã‚“ã§ã—ãŸã€‚ +commands.unban.success=プレイヤー %s ã®ã‚¢ã‚¯ã‚»ã‚¹ç¦æ­¢ã‚’解除ã—ã¾ã—㟠+commands.unban.usage=/pardon <ブラックリストã‹ã‚‰å‰Šé™¤ã™ã‚‹ãƒ¦ãƒ¼ã‚¶ãƒ¼å> +commands.unbanip.invalid=IPアドレスãŒç„¡åйã§ã™ +commands.unbanip.success=IPアドレス %s ã®BANãŒè§£é™¤ã•れã¾ã—ãŸã€‚ +commands.unbanip.usage=/pardon-ip +commands.weather.clear=天気を晴れã«å¤‰æ›´ã—ã¾ã™ +commands.weather.rain=天気を雨ã«å¤‰æ›´ã—ã¾ã™ +commands.weather.thunder=天気を雷雨ã«å¤‰æ›´ã—ã¾ã™ +commands.weather.usage=/weather [æŒç¶šæ™‚é–“(å˜ä½ï¼šç§’)] +commands.whitelist.add.failed=ホワイトリスト㫠%s を追加ã§ãã¾ã›ã‚“ã§ã—㟠+commands.whitelist.add.success=%s をホワイトリストã«è¿½åŠ ã—ã¾ã—㟠+commands.whitelist.add.usage=/whitelist add <ホワイトリストã«è¿½åŠ ã™ã‚‹ãƒ—レイヤーå> +commands.whitelist.disabled=ホワイトリストを無効ã«ã—ã¾ã—㟠+commands.whitelist.enabled=ホワイトリストを有効ã«ã—ã¾ã—㟠+commands.whitelist.list=ホワイトリストã«ã¯ %s 人 (サーãƒãƒ¼å…¨ä½“ã§ã¯ %s 人) ã®ãƒ—レイヤーãŒã„ã¾ã™ +commands.whitelist.reloaded=ホワイトリストをå†èª­ã¿è¾¼ã¿ã—ã¾ã—㟠+commands.whitelist.remove.failed=ホワイトリストã‹ã‚‰ %s を削除出æ¥ã¾ã›ã‚“ã§ãã¾ã›ã‚“ã§ã—㟠+commands.whitelist.remove.success=%s をホワイトリストã‹ã‚‰å‰Šé™¤ã—ã¾ã—㟠+commands.whitelist.remove.usage=/whitelist remove <ホワイトリストã‹ã‚‰å‰Šé™¤ã™ã‚‹ãƒ—レイヤーå> +commands.whitelist.usage=/whitelist +commands.worldborder.add.usage=/worldborder add <ブロック数> [ç§’æ•°] +commands.worldborder.center.success=ワールドã®ä¸­å¿ƒã‚’ %s,%s ã«è¨­å®šã—ã¾ã—㟠+commands.worldborder.center.usage=/worldborder center +commands.worldborder.damage.amount.success=ワールド境界外ã®ãƒ€ãƒ¡ãƒ¼ã‚¸ã‚’1ブロックã‚ãŸã‚Š %s ã«è¨­å®šã—ã¾ã—㟠(å…ƒã®è¨­å®š: %s) +commands.worldborder.damage.amount.usage=/worldborder damage amount <1ブロック毎ã®ãƒ€ãƒ¡ãƒ¼ã‚¸> +commands.worldborder.damage.buffer.success=ワールド境界外ã®å®‰å…¨åœã‚’ %s ブロックã«è¨­å®šã—ã¾ã—㟠(å…ƒã®è¨­å®š: %s ブロック) +commands.worldborder.damage.buffer.usage=/worldborder damage buffer <ブロック数> +commands.worldborder.damage.usage=/worldborder damage +commands.worldborder.get.success=ワールドã®å¢ƒç•Œã¯ %s ブロック幅ã§ã™ +commands.worldborder.set.success=ワールドã®å¢ƒç•Œã‚’ %s ブロックã®å¹…ã«è¨­å®šã—ã¾ã—㟠(å…ƒã®ãƒ–ロック数: %s) +commands.worldborder.set.usage=/worldborder set <ブロック数> [ç§’æ•°] +commands.worldborder.setSlowly.grow.success=ワールドã®å¢ƒç•Œã‚’ %s ブロックã®å¹…ã«æ‹¡å¤§ã—ã¾ã™ (å…ƒã®ãƒ–ロック数: %s) %s 秒後 +commands.worldborder.setSlowly.shrink.success=ワールドã®å¢ƒç•Œã‚’ %s ブロックã®å¹…ã«ç¸®å°ã—ã¾ã™ (å…ƒã®ãƒ–ロック数: %s) %s 秒後 +commands.worldborder.usage=/worldborder ... +commands.worldborder.warning.distance.success=ワールド境界ã®è­¦å‘Šè¡¨ç¤ºã‚’ %s ブロックã®è·é›¢ã«è¨­å®šã—ã¾ã—㟠(å…ƒã®è¨­å®š: %s ブロック) +commands.worldborder.warning.distance.usage=/worldborder warning distance <ブロック数> +commands.worldborder.warning.time.success=ワールド境界ã®è­¦å‘Šè¡¨ç¤ºæ™‚é–“ã‚’ %s ç§’ã«è¨­å®šã—ã¾ã—㟠(å…ƒã®è¨­å®š: %s ç§’) +commands.worldborder.warning.time.usage=/worldborder warning time <ç§’æ•°> +commands.worldborder.warning.usage=/worldborder warning +commands.xp.failure.widthdrawXp=プレイヤーã«è² ã®çµŒé¨“値を与ãˆã‚‹ã“ã¨ã¯ã§ãã¾ã›ã‚“ +commands.xp.success=%sã«çµŒé¨“値を%s追加ã—ã¾ã—㟠+commands.xp.success.levels=%s レベルを %s ã«ä»˜ä¸Žã—ã¾ã—㟠+commands.xp.success.negative.levels=%s レベルを %s ã‹ã‚‰å‰¥å¥ªã—ã¾ã—㟠+commands.xp.usage=/xp <é‡> [プレイヤー] ã‚‚ã—ã㯠/xp <é‡>L [プレイヤー] +connect.authorizing=ログイン中... +connect.connecting=サーãƒãƒ¼ã«æŽ¥ç¶šä¸­... +connect.failed=サーãƒãƒ¼ã¸ã®æŽ¥ç¶šã«å¤±æ•—ã—ã¾ã—㟠+container.beacon=ビーコン +container.brewing=é†¸é€ å° +container.chest=ãƒã‚§ã‚¹ãƒˆ +container.chestDouble=ラージãƒã‚§ã‚¹ãƒˆ +container.crafting=クラフト +container.creative=アイテムã®é¸æŠž +container.dispenser=ディスペンサー +container.dropper=ドロッパー +container.enchant=エンãƒãƒ£ãƒ³ãƒˆ +container.enchant.clue=%s . . . ? +container.enchant.lapis.many=ラピスラズリ %s個 +container.enchant.lapis.one=ラピスラズリ 1個 +container.enchant.level.many=%s エンãƒãƒ£ãƒ³ãƒˆãƒ¬ãƒ™ãƒ« +container.enchant.level.one=1 エンãƒãƒ£ãƒ³ãƒˆãƒ¬ãƒ™ãƒ« +container.enderchest=エンダーãƒã‚§ã‚¹ãƒˆ +container.furnace=ã‹ã¾ã© +container.hopper=ホッパー +container.inventory=インベントリ +container.isLocked=%s ã¯ãƒ­ãƒƒã‚¯ã•れã¦ã„ã‚‹! +container.minecart=トロッコ +container.repair=修繕・å付㑠+container.repair.cost=エンãƒãƒ£ãƒ³ãƒˆã®ã‚³ã‚¹ãƒˆ: %1$s +container.repair.expensive=コストãŒé«˜ã™ãŽã¾ã™ï¼ +controls.reset=リセット +controls.resetAll=キー設定ã®ãƒªã‚»ãƒƒãƒˆ +controls.title=キー設定 +createWorld.customize.custom.baseSize=奥行ãベースサイズ +createWorld.customize.custom.biomeDepthOffset=ãƒã‚¤ã‚ªãƒ¼ãƒ ã®å¥¥è¡Œãã®åり +createWorld.customize.custom.biomeDepthWeight=ãƒã‚¤ã‚ªãƒ¼ãƒ ã®å¥¥è¡Œãã®ã‚¦ã‚§ã‚¤ãƒˆ +createWorld.customize.custom.biomeScaleOffset=ãƒã‚¤ã‚ªãƒ¼ãƒ ã‚¹ã‚±ãƒ¼ãƒ«ã®åり +createWorld.customize.custom.biomeScaleWeight=ãƒã‚¤ã‚ªãƒ¼ãƒ ã‚¹ã‚±ãƒ¼ãƒ«ã®ã‚¦ã‚§ã‚¤ãƒˆ +createWorld.customize.custom.biomeSize=ãƒã‚¤ã‚ªãƒ¼ãƒ ã®ã‚µã‚¤ã‚º +createWorld.customize.custom.center=中心ã®é«˜ã• +createWorld.customize.custom.confirm1=ç¾åœ¨ã®è¨­å®šã‚’上書ãã—ã¦ã¾ã™ +createWorld.customize.custom.confirm2=設定ã®å¾©å…ƒã¯ã§ãã¾ã›ã‚“ +createWorld.customize.custom.confirmTitle=警告! +createWorld.customize.custom.coordinateScale=スケールä½ç½® +createWorld.customize.custom.count=スãƒãƒ¼ãƒ³åº¦ +createWorld.customize.custom.defaults=æ—¢å®šå€¤ã«æˆ»ã™ +createWorld.customize.custom.depthNoiseScaleExponent=奥行ãノイズ指数 +createWorld.customize.custom.depthNoiseScaleX=奥行ãノイズスケール X +createWorld.customize.custom.depthNoiseScaleZ=奥行ãノイズスケール Z +createWorld.customize.custom.dungeonChance=ãƒ€ãƒ³ã‚¸ãƒ§ãƒ³ã®æ•° +createWorld.customize.custom.fixedBiome=ãƒã‚¤ã‚ªãƒ¼ãƒ  +createWorld.customize.custom.heightScale=高ã•スケール +createWorld.customize.custom.lavaLakeChance=溶岩湖ã®å‡ºç¾çއ +createWorld.customize.custom.lowerLimitScale=ã‚¹ã‚±ãƒ¼ãƒ«ä¸‹é™ +createWorld.customize.custom.mainNoiseScaleX=メインノイズスケール X +createWorld.customize.custom.mainNoiseScaleY=メインノイズスケール Y +createWorld.customize.custom.mainNoiseScaleZ=メインノイズスケール Z +createWorld.customize.custom.maxHeight=高ã•ä¸Šé™ +createWorld.customize.custom.minHeight=高ã•ä¸‹é™ +createWorld.customize.custom.next=次ã®ãƒšãƒ¼ã‚¸ã¸ +createWorld.customize.custom.page0=基本設定 +createWorld.customize.custom.page1=鉱石ã®è¨­å®š +createWorld.customize.custom.page2=高度ãªè¨­å®š (上級ユーザーã®ã¿!) +createWorld.customize.custom.page3=余分ãªé«˜åº¦ãªè¨­å®š (上級ユーザーã®ã¿!) +createWorld.customize.custom.preset.caveChaos=æ··æ²Œã®æ´žçªŸ +createWorld.customize.custom.preset.caveDelight=洞窟探検家ã®å–œã³ +createWorld.customize.custom.preset.drought=日照り +createWorld.customize.custom.preset.goodLuck=グッドラック +createWorld.customize.custom.preset.isleLand=å³¶ã®ä¸–界 +createWorld.customize.custom.preset.mountains=山狂ㄠ+createWorld.customize.custom.preset.waterWorld=水世界 +createWorld.customize.custom.presets=プリセット +createWorld.customize.custom.presets.title=ワールドプリセットをカスタマイズã™ã‚‹ +createWorld.customize.custom.prev=å‰ã®ãƒšãƒ¼ã‚¸ã¸ +createWorld.customize.custom.randomize=ランダマイズ +createWorld.customize.custom.riverSize=å·ã®ã‚µã‚¤ã‚º +createWorld.customize.custom.seaLevel=æµ·é¢ã®é«˜ã• +createWorld.customize.custom.size=スãƒãƒ¼ãƒ³ã‚µã‚¤ã‚º +createWorld.customize.custom.spread=広ãŒã‚‹é«˜ã• +createWorld.customize.custom.stretchY=高ã•伸㳠+createWorld.customize.custom.upperLimitScale=ã‚¹ã‚±ãƒ¼ãƒ«ä¸Šé™ +createWorld.customize.custom.useCaves=洞窟 +createWorld.customize.custom.useDungeons=ダンジョン +createWorld.customize.custom.useLavaLakes=マグマ溜ã¾ã‚Š +createWorld.customize.custom.useLavaOceans=ãƒžã‚°ãƒžã®æµ· +createWorld.customize.custom.useMineShafts=å»ƒå‘ +createWorld.customize.custom.useMonuments=海底éºè·¡ +createWorld.customize.custom.useRavines=渓谷 +createWorld.customize.custom.useStrongholds=è¦å¡ž +createWorld.customize.custom.useTemples=ジャングルã®å¯ºé™¢ +createWorld.customize.custom.useVillages=æ‘ +createWorld.customize.custom.useWaterLakes=æ±  +createWorld.customize.custom.waterLakeChance=æ± ã®å‡ºç¾çއ +createWorld.customize.flat.addLayer=レイヤーã®è¿½åŠ  +createWorld.customize.flat.editLayer=レイヤーã®ç·¨é›† +createWorld.customize.flat.height=高㕠+createWorld.customize.flat.layer=%s +createWorld.customize.flat.layer.bottom=最下層 - %s +createWorld.customize.flat.layer.top=最上層 - %s +createWorld.customize.flat.removeLayer=レイヤーã®å‰Šé™¤ +createWorld.customize.flat.tile=åœ°å±¤ã®æ§‹æˆç‰© +createWorld.customize.flat.title=スーパーフラットã®ã‚«ã‚¹ã‚¿ãƒžã‚¤ã‚º +createWorld.customize.presets=プリセット +createWorld.customize.presets.list=ã‚‚ã—ãã¯ã€æ¬¡ã®ãƒ—リセットã‹ã‚‰é¸ã‚“ã§ãã ã•ã„ï¼ +createWorld.customize.presets.select=プリセットを使用ã™ã‚‹ +createWorld.customize.presets.share=プリセットを誰ã‹ã¨å…±æœ‰ã—ãŸã„ã§ã™ã‹ï¼Ÿ ã“ã®å…¥åŠ›æ¬„ã‚’ä½¿ã£ã¦ãã ã•ã„ï¼ +createWorld.customize.presets.title=プリセットã®é¸æŠž +death.attack.anvil=%1$sã¯è½ä¸‹ã—ã¦ããŸé‡‘åºŠã«æŠ¼ã—ã¤ã¶ã•れ㟠+death.attack.arrow=%1$sã¯%2$sã«å°„抜ã‹ã‚ŒãŸ +death.attack.arrow.item=%1$sã¯%2$sã®%3$sã§å°„抜ã‹ã‚ŒãŸ +death.attack.cactus=%1$sã¯ã‚µãƒœãƒ†ãƒ³ã«åˆºã•ã‚Œã¦æ­»ã‚“ã§ã—ã¾ã£ãŸ +death.attack.cactus.player=%1$sã¯%2$sã‹ã‚‰é€ƒã’よã†ã¨ã—ã¦ã‚µãƒœãƒ†ãƒ³ã«ã¶ã¤ã‹ã£ã¦ã—ã¾ã£ãŸ +death.attack.drown=%1$sã¯æººã‚Œæ­»ã‚“ã§ã—ã¾ã£ãŸ +death.attack.drown.player=%1$sã¯%2$sã‹ã‚‰é€ƒã‚Œã‚ˆã†ã¨ã—ã¦æººã‚Œæ­»ã‚“ã§ã—ã¾ã£ãŸ +death.attack.explosion=%1$sã¯çˆ†ç™ºã«å·»ãè¾¼ã¾ã‚Œã¦ã—ã¾ã£ãŸ +death.attack.explosion.player=%1$sã¯%2$sã«çˆ†ç ´ã•れã¦ã—ã¾ã£ãŸ +death.attack.fall=%1$sã¯åœ°é¢ã¨å¼·ãæ¿€çªã—ã¦ã—ã¾ã£ãŸ +death.attack.fallingBlock=%1$sã¯è½ä¸‹ã—ã¦ããŸãƒ–ãƒ­ãƒƒã‚¯ã«æŠ¼ã—ã¤ã¶ã•れ㟠+death.attack.fireball=%1$sã¯%2$sã«ç«ã ã‚‹ã¾ã«ã•れ㟠+death.attack.fireball.item=%1$sã¯%2$sã®%3$sã§ç«ã ã‚‹ã¾ã«ã•れ㟠+death.attack.generic=%1$sã¯æ­»ã‚“ã§ã—ã¾ã£ãŸ +death.attack.inFire=%1$sã¯ç‚Žã«å·»ã‹ã‚Œã¦ã—ã¾ã£ãŸ +death.attack.inFire.player=%1$sã¯%2$sã¨æˆ¦ã„ãªãŒã‚‰ç«ã®ä¸­ã¸è¸ã¿å…¥ã‚Œã¦ã—ã¾ã£ãŸ +death.attack.inWall=%1$sã¯å£ã®ä¸­ã§çª’æ¯ã—ã¦ã—ã¾ã£ãŸ +death.attack.indirectMagic=%1$sã¯%2$sã®é­”æ³•ã§æ®ºã•れ㟠+death.attack.indirectMagic.item=%1$sã¯%2$sã®%3$sã§æ®ºã•れ㟠+death.attack.lava=%1$sã¯æº¶å²©éŠæ³³ã‚’試ã¿ãŸ +death.attack.lava.player=%1$sã¯%2$sã‹ã‚‰é€ƒã‚Œã‚ˆã†ã¨æº¶å²©éŠæ³³ã‚’試ã¿ãŸ +death.attack.lightningBolt=%1$s ã¯é›·ã«æ‰“ãŸã‚ŒãŸ +death.attack.magic=%1$sã¯é­”æ³•ã§æ®ºã•れ㟠+death.attack.mob=%1$sã¯%2$sã«æ®ºå®³ã•れ㟠+death.attack.onFire=%1$sã¯ã“ã‚“ãŒã‚Šã¨ç„¼ã‘ã¦ã—ã¾ã£ãŸ +death.attack.onFire.player=%1$sã¯%2$sã¨æˆ¦ã„ãªãŒã‚‰ã‚«ãƒªã‚«ãƒªã«ç„¼ã‘ã¦ã—ã¾ã£ãŸ +death.attack.outOfWorld=%1$sã¯å¥ˆè½ã®åº•ã¸è½ã¡ã¦ã—ã¾ã£ãŸ +death.attack.player=%1$sã¯%2$sã«å€’ã•れ㟠+death.attack.player.item=%1$sã¯%2$sã®%3$sã§æ®ºå®³ã•れ㟠+death.attack.starve=%1$sã¯é£¢ãˆæ­»ã«ã—ã¦ã—ã¾ã£ãŸ +death.attack.thorns=%1$sã¯%2$sã‚’å‚·ã¤ã‘よã†ã¨ã—ã¦æ®ºã•れ㟠+death.attack.thrown=%1$sã¯%2$sã«ã‚ˆã£ã¦ãºã—ゃんã“ã«ã•れ㟠+death.attack.thrown.item=%1$sã¯%2$sã®%3$sã§ãºã—ゃんã“ã«ã•れ㟠+death.attack.wither=%1$sã¯å¹²ã‹ã‚‰ã³ã¦ã—ã¾ã£ãŸ +death.fell.accident.generic=%1$sã¯é«˜ã„所ã‹ã‚‰è½ã¡ãŸ +death.fell.accident.ladder=%1&s㯠ã¯ã—ã”ã‹ã‚‰è½ã¡ãŸ +death.fell.accident.vines=%1$sã¯ãƒ„ã‚¿ã‹ã‚‰æ»‘りè½ã¡ãŸ +death.fell.accident.water=%1$sã¯æ°´ã‹ã‚‰è½ã¡ãŸ +death.fell.assist=%1$sã¯%2$sã«è½ã¨ã•れるé‹å‘½ã ã£ãŸ +death.fell.assist.item=%1$sã¯%2$sã®%3$sã§è½ã¨ã•れるé‹å‘½ã ã£ãŸ +death.fell.finish=%1$s ã¯é«˜ã„ã¨ã“ã‚ã‹ã‚‰è½ä¸‹ã—ã€%2$s ã«ã‚ˆã£ã¦ã¨ã©ã‚を刺ã•れ㟠+death.fell.finish.item=%1$s ã¯é«˜ã„ã¨ã“ã‚ã‹ã‚‰è½ä¸‹ã—ã€%2$s ã® %3$s ã«ã‚ˆã£ã¦ã¨ã©ã‚を刺ã•れ㟠+death.fell.killer=%1$sã¯è½ã¡ã‚‹é‹å‘½ã ã£ãŸ +deathScreen.deleteWorld=ワールドを削除 +deathScreen.hardcoreInfo=ãƒãƒ¼ãƒ‰ã‚³ã‚¢ãƒ¢ãƒ¼ãƒ‰ã§ã¯ãƒªã‚¹ãƒãƒ¼ãƒ³ã§ãã¾ã›ã‚“ï¼ +deathScreen.leaveServer=サーãƒãƒ¼ã‹ã‚‰åˆ‡æ–­ã™ã‚‹ +deathScreen.quit.confirm=終了ã—ã¦ã‚‚よã‚ã—ã„ã§ã™ã‹ï¼Ÿ +deathScreen.respawn=リスãƒãƒ¼ãƒ³ +deathScreen.score=スコア +deathScreen.title=死んã§ã—ã¾ã£ãŸï¼ +deathScreen.title.hardcore=ゲームオーãƒãƒ¼ï¼ +deathScreen.titleScreen=タイトル画é¢ã¸æˆ»ã‚‹ +demo.day.1=トライアルãƒãƒ¼ã‚¸ãƒ§ãƒ³ã§ã¯5日間ã”利用ã„ãŸã ã‘ã¾ã™ã€‚é ‘å¼µã£ã¦ãã ã•ã„ï¼ +demo.day.2=2日目 +demo.day.3=3日目 +demo.day.4=4日目 +demo.day.5=ä»Šæ—¥ãŒæœ€çµ‚æ—¥ã§ã™ï¼ +demo.day.6=5日目ãŒçµ‚了ã—ã¾ã—ãŸã€‚F2ボタンã§ã‚ãªãŸã®ä½œå“ã®ã‚¹ã‚¯ãƒªãƒ¼ãƒ³ã‚·ãƒ§ãƒƒãƒˆãŒæ’®ã‚Œã¾ã™ã€‚ +demo.day.warning=ã‚‚ã†ã™ã時間切れã§ã™ï¼ +demo.demoExpired=時間切れã§ã™ï¼ +demo.help.buy=今ã™ãè³¼å…¥ï¼ +demo.help.fullWrapped=ã“ã®ãƒ‡ãƒ¢ã¯ã€ã‚²ãƒ¼ãƒ å†…日数ã§5日(実時間ã§ç´„1時間ã¨40分)続ãã¾ã™ã€‚ヒントã«ã¤ã„ã¦ã¯å®Ÿç¸¾ã‚’ãƒã‚§ãƒƒã‚¯ï¼æ¥½ã—ã‚“ã§ãã ã•ã„ï¼ +demo.help.inventory=%1$sã§æ‰€æŒå“を確èªã§ãã¾ã™ +demo.help.jump=%1$sã§ã‚¸ãƒ£ãƒ³ãƒ—ã—ã¾ã™ +demo.help.later=プレイを続行! +demo.help.movement=%1$s, %2$s, %3$s, %4$s ã¨ãƒžã‚¦ã‚¹ã§ç§»å‹•ã—ã¾ã™ +demo.help.movementMouse=マウスを使ã£ã¦è¦‹æ¸¡ã—ã¦ãã ã•ã„ +demo.help.movementShort=%1$sã€%2$sã€%3$sã€%4$sを押ã™ã¨ç§»å‹•ã—ã¾ã™ +demo.help.title=Mnecraftデモ版 +demo.remainingTime=残り時間:%s +demo.reminder=ãƒ‡ãƒ¢ç‰ˆã®æœŸé™ãŒçµ‚了ã—ã¾ã—ãŸã€‚ゲームを購入ã™ã‚‹ã‹ã€æ–°ã—ãワールドを作æˆã—ã¦ä¸‹ã•ã„ï¼ +difficulty.lock.question=ã“ã®ãƒ¯ãƒ¼ãƒ«ãƒ‰ã®é›£æ˜“度を固定ã—ã¾ã™ã‹ï¼Ÿè¨­å®šå¾Œã€ã“ã®ãƒ¯ãƒ¼ãƒ«ãƒ‰ã®é›£æ˜“度ã¯å¸¸ã« %1$s ã«ãªã‚Šã€ä»¥å¾Œå†ã³å¤‰æ›´ã™ã‚‹äº‹ã¯å‡ºæ¥ãªããªã‚Šã¾ã™ã€‚ +difficulty.lock.title=ワールドã®é›£æ˜“度ã®å›ºå®š +disconnect.closed=接続ãŒçµ‚了ã—ã¾ã—㟠+disconnect.disconnected=サーãƒãƒ¼ã‹ã‚‰åˆ‡æ–­ã•れã¾ã—㟠+disconnect.endOfStream=接続ãŒçµ‚了ã•れã¾ã—㟠+disconnect.genericReason=%s +disconnect.kicked=ゲームã‹ã‚‰ã‚­ãƒƒã‚¯ã•れã¾ã—㟠+disconnect.loginFailed=ログイン失敗 +disconnect.loginFailedInfo=ログイン失敗: %s +disconnect.loginFailedInfo.invalidSession=無効ãªã‚»ãƒƒã‚·ãƒ§ãƒ³ã§ã™ï¼ˆãƒžã‚¤ãƒ³ã‚¯ãƒ©ãƒ•トをå†èµ·å‹•ã—ã¦ãã ã•ã„) +disconnect.loginFailedInfo.serversUnavailable=ç¾åœ¨ã€èªè¨¼ã‚µãƒ¼ãƒãŒãƒ¡ãƒ³ãƒ†ãƒŠãƒ³ã‚¹ä¸­ã§ã™ã€‚ +disconnect.lost=接続を維æŒã§ãã¾ã›ã‚“ +disconnect.overflow=ãƒãƒƒãƒ•ァオーãƒãƒ¼ãƒ•ローãŒç™ºç”Ÿã—ã¾ã—㟠+disconnect.quitting=終了ã—ã¦ã„ã¾ã™ +disconnect.spam=スパム行為ã®ãŸã‚ã«ã‚­ãƒƒã‚¯ã•れã¾ã—㟠+disconnect.timeout=タイムアウトã—ã¾ã—㟠+enchantment.arrowDamage=射撃ダメージ増加 +enchantment.arrowFire=フレイム +enchantment.arrowInfinite=ç„¡é™ +enchantment.arrowKnockback=パンム+enchantment.damage.all=ダメージ増加 +enchantment.damage.arthropods=虫特効 +enchantment.damage.undead=アンデッド特効 +enchantment.digging=効率強化 +enchantment.durability=è€ä¹…力 +enchantment.fire=ç«å±žæ€§ +enchantment.fishingSpeed=入れ食ㄠ+enchantment.knockback=ノックãƒãƒƒã‚¯ +enchantment.level.1=â…  +enchantment.level.10=â…© +enchantment.level.2=â…¡ +enchantment.level.3=â…¢ +enchantment.level.4=â…£ +enchantment.level.5=â…¤ +enchantment.level.6=â…¥ +enchantment.level.7=â…¦ +enchantment.level.8=â…§ +enchantment.level.9=â…¨ +enchantment.lootBonus=ドロップ増加 +enchantment.lootBonusDigger=å¹¸é‹ +enchantment.lootBonusFishing=å®é‡£ã‚Š +enchantment.oxygen=æ°´ä¸­å‘¼å¸ +enchantment.protect.all=ダメージ軽減 +enchantment.protect.explosion=çˆ†ç™ºè€æ€§ +enchantment.protect.fall=è½ä¸‹è€æ€§ +enchantment.protect.fire=ç«ç‚Žè€æ€§ +enchantment.protect.projectile=飛ã³é“å…·è€æ€§ +enchantment.thorns=棘ã®éާ +enchantment.untouching=シルクタッム+enchantment.waterWalker=水中歩行 +enchantment.waterWorker=水中採掘 +entity.ArmorStand.name=防具立㦠+entity.Arrow.name=矢 +entity.Bat.name=コウモリ +entity.Blaze.name=ブレイズ +entity.Boat.name=ボート +entity.Cat.name=ãƒã‚³ +entity.CaveSpider.name=洞窟グモ +entity.Chicken.name=ニワトリ +entity.Cow.name=ウシ +entity.Creeper.name=クリーパー +entity.EnderDragon.name=エンダードラゴン +entity.Enderman.name=エンダーマン +entity.Endermite.name=エンダーマイト +entity.EntityHorse.name=馬 +entity.FallingSand.name=è½ä¸‹ä¸­ã®ãƒ–ロック +entity.Fireball.name=ç«ã®çމ +entity.Ghast.name=ガスト +entity.Giant.name=ジャイアント +entity.Guardian.name=ガーディアン +entity.Item.name=アイテム +entity.KillerBunny.name=殺人ウサギ +entity.LavaSlime.name=マグマキューブ +entity.Minecart.name=トロッコ +entity.Mob.name=Mob +entity.Monster.name=モンスター +entity.MushroomCow.name=ムーシュルーム +entity.Ozelot.name=ヤマãƒã‚³ +entity.Painting.name=絵画 +entity.Pig.name=ブタ +entity.PigZombie.name=ゾンビピッグマン +entity.PrimedTnt.name=TNTブロック +entity.Rabbit.name=ウサギ +entity.Sheep.name=ヒツジ +entity.Silverfish.name=シルãƒãƒ¼ãƒ•ィッシュ +entity.Skeleton.name=スケルトン +entity.Slime.name=スライム +entity.SmallFireball.name=å°ã•ãªç«ã®çމ +entity.SnowMan.name=スノウゴーレム +entity.Snowball.name=雪玉 +entity.Spider.name=クモ +entity.Squid.name=イカ +entity.Villager.armor=防具é›å†¶ +entity.Villager.butcher=肉屋 +entity.Villager.cleric=牧師 +entity.Villager.farmer=農民 +entity.Villager.fisherman=釣り人 +entity.Villager.fletcher=矢師 +entity.Villager.leather=é©ç´°å·¥å¸« +entity.Villager.librarian=叿›¸ +entity.Villager.name=æ‘人 +entity.Villager.shepherd=羊飼ㄠ+entity.Villager.tool=é“å…·é›å†¶ +entity.Villager.weapon=武器é›å†¶ +entity.VillagerGolem.name=アイアンゴーレム +entity.Witch.name=ウィッム+entity.WitherBoss.name=ウィザー +entity.Wolf.name=オオカミ +entity.XPOrb.name=経験値オーブ +entity.Zombie.name=ゾンビ +entity.donkey.name=ロム+entity.generic.name=䏿˜Ž +entity.horse.name=ウマ +entity.mule.name=ラム+entity.skeletonhorse.name=骸骨ウマ +entity.zombiehorse.name=ゾンビホース +gameMode.adventure=アドベンãƒãƒ£ãƒ¼ãƒ¢ãƒ¼ãƒ‰ +gameMode.changed=ゲームモードãŒå¤‰æ›´ã•れã¾ã—㟠+gameMode.creative=クリエイティブモード +gameMode.hardcore=ãƒãƒ¼ãƒ‰ã‚³ã‚¢ãƒ¢ãƒ¼ãƒ‰ï¼ +gameMode.spectator=スペクテイターモード +gameMode.survival=サãƒã‚¤ãƒãƒ«ãƒ¢ãƒ¼ãƒ‰ +generator.amplified=アンプリファイド +generator.amplified.info=注æ„:ã“ã®ã‚ªãƒ—ションを楽ã—ã‚€ãŸã‚ã«ã¯ã€é«˜æ€§èƒ½ã®ã‚³ãƒ³ãƒ”ュータï¼ãŒå¿…è¦ã§ã™ +generator.customized=カスタマイズ +generator.debug_all_block_states=デãƒãƒƒã‚°ãƒ¢ãƒ¼ãƒ‰ +generator.default=デフォルト +generator.flat=スーパーフラット +generator.largeBiomes=大ããªãƒã‚¤ã‚ªãƒ¼ãƒ  +gui.achievements=実績 +gui.all=ã™ã¹ã¦ +gui.back=戻る +gui.cancel=キャンセル +gui.done=完了 +gui.down=下 +gui.no=ã„ã„㈠+gui.none=ãªã— +gui.stats=統計 +gui.toMenu=タイトル画é¢ã¸æˆ»ã‚‹ +gui.up=上 +gui.yes=ã¯ã„ +inventory.binSlot=アイテム削除 +item.apple.name=リンゴ +item.appleGold.name=金ã®ãƒªãƒ³ã‚´ +item.armorStand.name=防具立㦠+item.arrow.name=矢 +item.banner.black.name=é»’è‰²ã®æ—— +item.banner.blue.name=é’è‰²ã®æ—— +item.banner.border.black=黒色ã®ç¸ +item.banner.border.blue=é’色ã®ç¸ +item.banner.border.brown=茶色ã®ç¸ +item.banner.border.cyan=水色ã®ç¸ +item.banner.border.gray=ç°è‰²ã®ç¸ +item.banner.border.green=緑色ã®ç¸ +item.banner.border.lightBlue=空色ã®ç¸ +item.banner.border.lime=黄緑色ã®ç¸ +item.banner.border.magenta=赤紫色ã®ç¸ +item.banner.border.orange=橙色ã®ç¸ +item.banner.border.pink=桃色ã®ç¸ +item.banner.border.purple=紫色ã®ç¸ +item.banner.border.red=赤色ã®ç¸ +item.banner.border.silver=è–„ç°è‰²ã®ç¸ +item.banner.border.white=白色ã®ç¸ +item.banner.border.yellow=黄色ã®ç¸ +item.banner.bricks.black=黒色ã®ãƒ¬ãƒ³ã‚¬æ¨¡æ§˜ +item.banner.bricks.blue=é’色ã®ãƒ¬ãƒ³ã‚¬æ¨¡æ§˜ +item.banner.bricks.brown=茶色ã®ãƒ¬ãƒ³ã‚¬æ¨¡æ§˜ +item.banner.bricks.cyan=水色ã®ãƒ¬ãƒ³ã‚¬æ¨¡æ§˜ +item.banner.bricks.gray=ç°è‰²ã®ãƒ¬ãƒ³ã‚¬æ¨¡æ§˜ +item.banner.bricks.green=緑色ã®ãƒ¬ãƒ³ã‚¬æ¨¡æ§˜ +item.banner.bricks.lightBlue=空色ã®ãƒ¬ãƒ³ã‚¬æ¨¡æ§˜ +item.banner.bricks.lime=黄緑色ã®ãƒ¬ãƒ³ã‚¬æ¨¡æ§˜ +item.banner.bricks.magenta=赤紫色ã®ãƒ¬ãƒ³ã‚¬æ¨¡æ§˜ +item.banner.bricks.orange=橙色ã®ãƒ¬ãƒ³ã‚¬æ¨¡æ§˜ +item.banner.bricks.pink=桃色ã®ãƒ¬ãƒ³ã‚¬æ¨¡æ§˜ +item.banner.bricks.purple=紫色ã®ãƒ¬ãƒ³ã‚¬æ¨¡æ§˜ +item.banner.bricks.red=赤色ã®ãƒ¬ãƒ³ã‚¬æ¨¡æ§˜ +item.banner.bricks.silver=è–„ç°è‰²ã®ãƒ¬ãƒ³ã‚¬æ¨¡æ§˜ +item.banner.bricks.white=白色ã®ãƒ¬ãƒ³ã‚¬æ¨¡æ§˜ +item.banner.bricks.yellow=黄色ã®ãƒ¬ãƒ³ã‚¬æ¨¡æ§˜ +item.banner.brown.name=èŒ¶è‰²ã®æ—— +item.banner.circle.black=黒色ã®å†† +item.banner.circle.blue=é’色ã®å†† +item.banner.circle.brown=茶色ã®å†† +item.banner.circle.cyan=水色ã®å†† +item.banner.circle.gray=ç°è‰²ã®å†† +item.banner.circle.green=緑色ã®å†† +item.banner.circle.lightBlue=空色ã®å†† +item.banner.circle.lime=黄緑色ã®å†† +item.banner.circle.magenta=赤紫色ã®å†† +item.banner.circle.orange=橙色ã®å†† +item.banner.circle.pink=桃色ã®å†† +item.banner.circle.purple=紫色ã®å†† +item.banner.circle.red=赤色ã®å†† +item.banner.circle.silver=è–„ç°è‰²ã®å†† +item.banner.circle.white=白色ã®å†† +item.banner.circle.yellow=黄色ã®å†† +item.banner.creeper.black=黒色ã®ã‚¯ãƒªãƒ¼ãƒ‘ー模様 +item.banner.creeper.blue=é’色ã®ã‚¯ãƒªãƒ¼ãƒ‘ー模様 +item.banner.creeper.brown=茶色ã®ã‚¯ãƒªãƒ¼ãƒ‘ー模様 +item.banner.creeper.cyan=水色ã®ã‚¯ãƒªãƒ¼ãƒ‘ー模様 +item.banner.creeper.gray=ç°è‰²ã®ã‚¯ãƒªãƒ¼ãƒ‘ー模様 +item.banner.creeper.green=緑色ã®ã‚¯ãƒªãƒ¼ãƒ‘ー模様 +item.banner.creeper.lightBlue=空色ã®ã‚¯ãƒªãƒ¼ãƒ‘ー模様 +item.banner.creeper.lime=黄緑色ã®ã‚¯ãƒªãƒ¼ãƒ‘ー模様 +item.banner.creeper.magenta=赤紫色ã®ã‚¯ãƒªãƒ¼ãƒ‘ー模様 +item.banner.creeper.orange=橙色ã®ã‚¯ãƒªãƒ¼ãƒ‘ー模様 +item.banner.creeper.pink=桃色ã®ã‚¯ãƒªãƒ¼ãƒ‘ー模様 +item.banner.creeper.purple=紫色ã®ã‚¯ãƒªãƒ¼ãƒ‘ー模様 +item.banner.creeper.red=赤色ã®ã‚¯ãƒªãƒ¼ãƒ‘ー模様 +item.banner.creeper.silver=è–„ç°è‰²ã®ã‚¯ãƒªãƒ¼ãƒ‘ー模様 +item.banner.creeper.white=白色ã®ã‚¯ãƒªãƒ¼ãƒ‘ー模様 +item.banner.creeper.yellow=黄色ã®ã‚¯ãƒªãƒ¼ãƒ‘ー模様 +item.banner.cross.black=é»’è‰²ã®æ–œã‚åå­— +item.banner.cross.blue=é’è‰²ã®æ–œã‚åå­— +item.banner.cross.brown=èŒ¶è‰²ã®æ–œã‚åå­— +item.banner.cross.cyan=æ°´è‰²ã®æ–œã‚åå­— +item.banner.cross.gray=ç°è‰²ã®æ–œã‚åå­— +item.banner.cross.green=ç·‘è‰²ã®æ–œã‚åå­— +item.banner.cross.lightBlue=ç©ºè‰²ã®æ–œã‚åå­— +item.banner.cross.lime=é»„ç·‘è‰²ã®æ–œã‚åå­— +item.banner.cross.magenta=èµ¤ç´«è‰²ã®æ–œã‚åå­— +item.banner.cross.orange=æ©™è‰²ã®æ–œã‚åå­— +item.banner.cross.pink=æ¡ƒè‰²ã®æ–œã‚åå­— +item.banner.cross.purple=ç´«è‰²ã®æ–œã‚åå­— +item.banner.cross.red=èµ¤è‰²ã®æ–œã‚åå­— +item.banner.cross.silver=è–„ç°è‰²ã®æ–œã‚åå­— +item.banner.cross.white=ç™½è‰²ã®æ–œã‚åå­— +item.banner.cross.yellow=é»„è‰²ã®æ–œã‚åå­— +item.banner.curly_border.black=黒色ã®ã‚®ã‚¶ã‚®ã‚¶ãªç¸ +item.banner.curly_border.blue=é’色ã®ã‚®ã‚¶ã‚®ã‚¶ãªç¸ +item.banner.curly_border.brown=茶色ã®ã‚®ã‚¶ã‚®ã‚¶ãªç¸ +item.banner.curly_border.cyan=水色ã®ã‚®ã‚¶ã‚®ã‚¶ãªç¸ +item.banner.curly_border.gray=ç°è‰²ã®ã‚®ã‚¶ã‚®ã‚¶ãªç¸ +item.banner.curly_border.green=緑色ã®ã‚®ã‚¶ã‚®ã‚¶ãªç¸ +item.banner.curly_border.lightBlue=空色ã®ã‚®ã‚¶ã‚®ã‚¶ãªç¸ +item.banner.curly_border.lime=黄緑色ã®ã‚®ã‚¶ã‚®ã‚¶ãªç¸ +item.banner.curly_border.magenta=赤紫色ã®ã‚®ã‚¶ã‚®ã‚¶ãªç¸ +item.banner.curly_border.orange=橙色ã®ã‚®ã‚¶ã‚®ã‚¶ãªç¸ +item.banner.curly_border.pink=桃色ã®ã‚®ã‚¶ã‚®ã‚¶ãªç¸ +item.banner.curly_border.purple=紫色ã®ã‚®ã‚¶ã‚®ã‚¶ãªç¸ +item.banner.curly_border.red=赤色ã®ã‚®ã‚¶ã‚®ã‚¶ãªç¸ +item.banner.curly_border.silver=è–„ç°è‰²ã®ã‚®ã‚¶ã‚®ã‚¶ãªç¸ +item.banner.curly_border.white=白色ã®ã‚®ã‚¶ã‚®ã‚¶ãªç¸ +item.banner.curly_border.yellow=黄色ã®ã‚®ã‚¶ã‚®ã‚¶ãªç¸ +item.banner.cyan.name=æ°´è‰²ã®æ—— +item.banner.diagonal_left.black=黒色ã®å·¦ä¸Šå¡—りã¤ã¶ã— +item.banner.diagonal_left.blue=é’色ã®å·¦ä¸Šå¡—りã¤ã¶ã— +item.banner.diagonal_left.brown=茶色ã®å·¦ä¸Šå¡—りã¤ã¶ã— +item.banner.diagonal_left.cyan=水色ã®å·¦ä¸Šå¡—りã¤ã¶ã— +item.banner.diagonal_left.gray=ç°è‰²ã®å·¦ä¸Šå¡—りã¤ã¶ã— +item.banner.diagonal_left.green=緑色ã®å·¦ä¸Šå¡—りã¤ã¶ã— +item.banner.diagonal_left.lightBlue=空色ã®å·¦ä¸Šå¡—りã¤ã¶ã— +item.banner.diagonal_left.lime=黄緑色ã®å·¦ä¸Šå¡—りã¤ã¶ã— +item.banner.diagonal_left.magenta=赤紫色ã®å·¦ä¸Šå¡—りã¤ã¶ã— +item.banner.diagonal_left.orange=橙色ã®å·¦ä¸Šå¡—りã¤ã¶ã— +item.banner.diagonal_left.pink=桃色ã®å·¦ä¸Šå¡—りã¤ã¶ã— +item.banner.diagonal_left.purple=紫色ã®å·¦ä¸Šå¡—りã¤ã¶ã— +item.banner.diagonal_left.red=赤色ã®å·¦ä¸Šå¡—りã¤ã¶ã— +item.banner.diagonal_left.silver=è–„ç°è‰²ã®å·¦ä¸Šå¡—りã¤ã¶ã— +item.banner.diagonal_left.white=白色ã®å·¦ä¸Šå¡—りã¤ã¶ã— +item.banner.diagonal_left.yellow=黄色ã®å·¦ä¸Šå¡—りã¤ã¶ã— +item.banner.diagonal_right.black=黒色ã®å³ä¸Šå¡—りã¤ã¶ã— +item.banner.diagonal_right.blue=é’色ã®å³ä¸Šå¡—りã¤ã¶ã— +item.banner.diagonal_right.brown=茶色ã®å³ä¸Šå¡—りã¤ã¶ã— +item.banner.diagonal_right.cyan=水色ã®å³ä¸Šå¡—りã¤ã¶ã— +item.banner.diagonal_right.gray=ç°è‰²ã®å³ä¸Šå¡—りã¤ã¶ã— +item.banner.diagonal_right.green=緑色ã®å³ä¸Šå¡—りã¤ã¶ã— +item.banner.diagonal_right.lightBlue=空色ã®å³ä¸Šå¡—りã¤ã¶ã— +item.banner.diagonal_right.lime=黄緑色ã®å³ä¸Šå¡—りã¤ã¶ã— +item.banner.diagonal_right.magenta=赤紫色ã®å³ä¸Šå¡—りã¤ã¶ã— +item.banner.diagonal_right.orange=橙色ã®å³ä¸Šå¡—りã¤ã¶ã— +item.banner.diagonal_right.pink=桃色ã®å³ä¸Šå¡—りã¤ã¶ã— +item.banner.diagonal_right.purple=紫色ã®å³ä¸Šå¡—りã¤ã¶ã— +item.banner.diagonal_right.red=赤色ã®å³ä¸Šå¡—りã¤ã¶ã— +item.banner.diagonal_right.silver=è–„ç°è‰²ã®å³ä¸Šå¡—りã¤ã¶ã— +item.banner.diagonal_right.white=白色ã®å³ä¸Šå¡—りã¤ã¶ã— +item.banner.diagonal_right.yellow=黄色ã®å³ä¸Šå¡—りã¤ã¶ã— +item.banner.diagonal_up_left.black=黒色ã®å·¦ä¸‹å¡—りã¤ã¶ã— +item.banner.diagonal_up_left.blue=é’色ã®å·¦ä¸‹å¡—りã¤ã¶ã— +item.banner.diagonal_up_left.brown=茶色ã®å·¦ä¸‹å¡—りã¤ã¶ã— +item.banner.diagonal_up_left.cyan=水色ã®å·¦ä¸‹å¡—りã¤ã¶ã— +item.banner.diagonal_up_left.gray=ç°è‰²ã®å·¦ä¸‹å¡—りã¤ã¶ã— +item.banner.diagonal_up_left.green=緑色ã®å·¦ä¸‹å¡—りã¤ã¶ã— +item.banner.diagonal_up_left.lightBlue=空色ã®å·¦ä¸‹å¡—りã¤ã¶ã— +item.banner.diagonal_up_left.lime=黄緑色ã®å·¦ä¸‹å¡—りã¤ã¶ã— +item.banner.diagonal_up_left.magenta=赤紫色ã®å·¦ä¸‹å¡—りã¤ã¶ã— +item.banner.diagonal_up_left.orange=橙色ã®å·¦ä¸‹å¡—りã¤ã¶ã— +item.banner.diagonal_up_left.pink=桃色ã®å·¦ä¸‹å¡—りã¤ã¶ã— +item.banner.diagonal_up_left.purple=紫色ã®å·¦ä¸‹å¡—りã¤ã¶ã— +item.banner.diagonal_up_left.red=赤色ã®å·¦ä¸‹å¡—りã¤ã¶ã— +item.banner.diagonal_up_left.silver=è–„ç°è‰²ã®å·¦ä¸‹å¡—りã¤ã¶ã— +item.banner.diagonal_up_left.white=白色ã®å·¦ä¸‹å¡—りã¤ã¶ã— +item.banner.diagonal_up_left.yellow=黄色ã®å·¦ä¸‹å¡—りã¤ã¶ã— +item.banner.diagonal_up_right.black=黒色ã®å³ä¸‹å¡—りã¤ã¶ã— +item.banner.diagonal_up_right.blue=é’色ã®å³ä¸‹å¡—りã¤ã¶ã— +item.banner.diagonal_up_right.brown=茶色ã®å³ä¸‹å¡—りã¤ã¶ã— +item.banner.diagonal_up_right.cyan=水色ã®å³ä¸‹å¡—りã¤ã¶ã— +item.banner.diagonal_up_right.gray=ç°è‰²ã®å³ä¸‹å¡—りã¤ã¶ã— +item.banner.diagonal_up_right.green=緑色ã®å³ä¸‹å¡—りã¤ã¶ã— +item.banner.diagonal_up_right.lightBlue=空色ã®å³ä¸‹å¡—りã¤ã¶ã— +item.banner.diagonal_up_right.lime=黄緑色ã®å³ä¸‹å¡—りã¤ã¶ã— +item.banner.diagonal_up_right.magenta=赤紫色ã®å³ä¸‹å¡—りã¤ã¶ã— +item.banner.diagonal_up_right.orange=橙色ã®å³ä¸‹å¡—りã¤ã¶ã— +item.banner.diagonal_up_right.pink=桃色ã®å³ä¸‹å¡—りã¤ã¶ã— +item.banner.diagonal_up_right.purple=紫色ã®å³ä¸‹å¡—りã¤ã¶ã— +item.banner.diagonal_up_right.red=赤色ã®å³ä¸‹å¡—りã¤ã¶ã— +item.banner.diagonal_up_right.silver=è–„ç°è‰²ã®å³ä¸‹å¡—りã¤ã¶ã— +item.banner.diagonal_up_right.white=白色ã®å³ä¸‹å¡—りã¤ã¶ã— +item.banner.diagonal_up_right.yellow=黄色ã®å³ä¸‹å¡—りã¤ã¶ã— +item.banner.flower.black=黒色ã®èŠ±æ¨¡æ§˜ +item.banner.flower.blue=é’色ã®èŠ±æ¨¡æ§˜ +item.banner.flower.brown=茶色ã®èŠ±æ¨¡æ§˜ +item.banner.flower.cyan=水色ã®èŠ±æ¨¡æ§˜ +item.banner.flower.gray=ç°è‰²ã®èŠ±æ¨¡æ§˜ +item.banner.flower.green=緑色ã®èŠ±æ¨¡æ§˜ +item.banner.flower.lightBlue=空色ã®èŠ±æ¨¡æ§˜ +item.banner.flower.lime=黄緑色ã®èŠ±æ¨¡æ§˜ +item.banner.flower.magenta=赤紫色ã®èŠ±æ¨¡æ§˜ +item.banner.flower.orange=橙色ã®èŠ±æ¨¡æ§˜ +item.banner.flower.pink=桃色ã®èŠ±æ¨¡æ§˜ +item.banner.flower.purple=紫色ã®èŠ±æ¨¡æ§˜ +item.banner.flower.red=赤色ã®èŠ±æ¨¡æ§˜ +item.banner.flower.silver=è–„ç°è‰²ã®èŠ±æ¨¡æ§˜ +item.banner.flower.white=白色ã®èŠ±æ¨¡æ§˜ +item.banner.flower.yellow=黄色ã®èŠ±æ¨¡æ§˜ +item.banner.gradient.black=黒色ã®ä¸Šæ–¹å‘グラデーション +item.banner.gradient.blue=é’色ã®ä¸Šæ–¹å‘グラデーション +item.banner.gradient.brown=茶色ã®ä¸Šæ–¹å‘グラデーション +item.banner.gradient.cyan=水色ã®ä¸Šæ–¹å‘グラデーション +item.banner.gradient.gray=ç°è‰²ã®ä¸Šæ–¹å‘グラデーション +item.banner.gradient.green=緑色ã®ä¸Šæ–¹å‘グラデーション +item.banner.gradient.lightBlue=空色ã®ä¸Šæ–¹å‘グラデーション +item.banner.gradient.lime=黄緑色ã®ä¸Šæ–¹å‘グラデーション +item.banner.gradient.magenta=赤紫色ã®ä¸Šæ–¹å‘グラデーション +item.banner.gradient.orange=橙色ã®ä¸Šæ–¹å‘グラデーション +item.banner.gradient.pink=桃色ã®ä¸Šæ–¹å‘グラデーション +item.banner.gradient.purple=紫色ã®ä¸Šæ–¹å‘グラデーション +item.banner.gradient.red=赤色ã®ä¸Šæ–¹å‘グラデーション +item.banner.gradient.silver=è–„ç°è‰²ã®ä¸Šæ–¹å‘グラデーション +item.banner.gradient.white=白色ã®ä¸Šæ–¹å‘グラデーション +item.banner.gradient.yellow=黄色ã®ä¸Šæ–¹å‘グラデーション +item.banner.gradient_up.black=黒色ã®ä¸‹æ–¹å‘グラデーション +item.banner.gradient_up.blue=é’色ã®ä¸‹æ–¹å‘グラデーション +item.banner.gradient_up.brown=茶色ã®ä¸‹æ–¹å‘グラデーション +item.banner.gradient_up.cyan=水色ã®ä¸‹æ–¹å‘グラデーション +item.banner.gradient_up.gray=ç°è‰²ã®ä¸‹æ–¹å‘グラデーション +item.banner.gradient_up.green=緑色ã®ä¸‹æ–¹å‘グラデーション +item.banner.gradient_up.lightBlue=空色ã®ä¸‹æ–¹å‘グラデーション +item.banner.gradient_up.lime=黄緑色ã®ä¸‹æ–¹å‘グラデーション +item.banner.gradient_up.magenta=赤紫色ã®ä¸‹æ–¹å‘グラデーション +item.banner.gradient_up.orange=橙色ã®ä¸‹æ–¹å‘グラデーション +item.banner.gradient_up.pink=桃色ã®ä¸‹æ–¹å‘グラデーション +item.banner.gradient_up.purple=紫色ã®ä¸‹æ–¹å‘グラデーション +item.banner.gradient_up.red=赤色ã®ä¸‹æ–¹å‘グラデーション +item.banner.gradient_up.silver=è–„ç°è‰²ã®ä¸‹æ–¹å‘グラデーション +item.banner.gradient_up.white=白色ã®ä¸‹æ–¹å‘グラデーション +item.banner.gradient_up.yellow=黄色ã®ä¸‹æ–¹å‘グラデーション +item.banner.gray.name=ç°è‰²ã®æ—— +item.banner.green.name=ç·‘è‰²ã®æ—— +item.banner.half_horizontal.black=黒色ã®ä¸ŠåŠåˆ†å¡—りã¤ã¶ã— +item.banner.half_horizontal.blue=é’色ã®ä¸ŠåŠåˆ†å¡—りã¤ã¶ã— +item.banner.half_horizontal.brown=茶色ã®ä¸ŠåŠåˆ†å¡—りã¤ã¶ã— +item.banner.half_horizontal.cyan=水色ã®ä¸ŠåŠåˆ†å¡—りã¤ã¶ã— +item.banner.half_horizontal.gray=ç°è‰²ã®ä¸ŠåŠåˆ†å¡—りã¤ã¶ã— +item.banner.half_horizontal.green=緑色ã®ä¸ŠåŠåˆ†å¡—りã¤ã¶ã— +item.banner.half_horizontal.lightBlue=空色ã®ä¸ŠåŠåˆ†å¡—りã¤ã¶ã— +item.banner.half_horizontal.lime=黄緑色ã®ä¸ŠåŠåˆ†å¡—りã¤ã¶ã— +item.banner.half_horizontal.magenta=赤紫色ã®ä¸ŠåŠåˆ†å¡—りã¤ã¶ã— +item.banner.half_horizontal.orange=橙色ã®ä¸ŠåŠåˆ†å¡—りã¤ã¶ã— +item.banner.half_horizontal.pink=桃色ã®ä¸ŠåŠåˆ†å¡—りã¤ã¶ã— +item.banner.half_horizontal.purple=紫色ã®ä¸ŠåŠåˆ†å¡—りã¤ã¶ã— +item.banner.half_horizontal.red=赤色ã®ä¸ŠåŠåˆ†å¡—りã¤ã¶ã— +item.banner.half_horizontal.silver=è–„ç°è‰²ã®ä¸ŠåŠåˆ†å¡—りã¤ã¶ã— +item.banner.half_horizontal.white=白色ã®ä¸ŠåŠåˆ†å¡—りã¤ã¶ã— +item.banner.half_horizontal.yellow=黄色ã®ä¸ŠåŠåˆ†å¡—りã¤ã¶ã— +item.banner.half_horizontal_bottom.black=黒色ã®ä¸‹åŠåˆ†å¡—りã¤ã¶ã— +item.banner.half_horizontal_bottom.blue=é’色ã®ä¸‹åŠåˆ†å¡—りã¤ã¶ã— +item.banner.half_horizontal_bottom.brown=茶色ã®ä¸‹åŠåˆ†å¡—りã¤ã¶ã— +item.banner.half_horizontal_bottom.cyan=水色ã®ä¸‹åŠåˆ†å¡—りã¤ã¶ã— +item.banner.half_horizontal_bottom.gray=ç°è‰²ã®ä¸‹åŠåˆ†å¡—りã¤ã¶ã— +item.banner.half_horizontal_bottom.green=緑色ã®ä¸‹åŠåˆ†å¡—りã¤ã¶ã— +item.banner.half_horizontal_bottom.lightBlue=空色ã®ä¸‹åŠåˆ†å¡—りã¤ã¶ã— +item.banner.half_horizontal_bottom.lime=黄緑色ã®ä¸‹åŠåˆ†å¡—りã¤ã¶ã— +item.banner.half_horizontal_bottom.magenta=赤紫色ã®ä¸‹åŠåˆ†å¡—りã¤ã¶ã— +item.banner.half_horizontal_bottom.orange=橙色ã®ä¸‹åŠåˆ†å¡—りã¤ã¶ã— +item.banner.half_horizontal_bottom.pink=桃色ã®ä¸‹åŠåˆ†å¡—りã¤ã¶ã— +item.banner.half_horizontal_bottom.purple=紫色ã®ä¸‹åŠåˆ†å¡—りã¤ã¶ã— +item.banner.half_horizontal_bottom.red=赤色ã®ä¸‹åŠåˆ†å¡—りã¤ã¶ã— +item.banner.half_horizontal_bottom.silver=è–„ç°è‰²ã®ä¸‹åŠåˆ†å¡—りã¤ã¶ã— +item.banner.half_horizontal_bottom.white=白色ã®ä¸‹åŠåˆ†å¡—りã¤ã¶ã— +item.banner.half_horizontal_bottom.yellow=黄色ã®ä¸‹åŠåˆ†å¡—りã¤ã¶ã— +item.banner.half_vertical.black=黒色ã®å·¦åŠåˆ†å¡—りã¤ã¶ã— +item.banner.half_vertical.blue=é’色ã®å·¦åŠåˆ†å¡—りã¤ã¶ã— +item.banner.half_vertical.brown=茶色ã®å·¦åŠåˆ†å¡—りã¤ã¶ã— +item.banner.half_vertical.cyan=水色ã®å·¦åŠåˆ†å¡—りã¤ã¶ã— +item.banner.half_vertical.gray=ç°è‰²ã®å·¦åŠåˆ†å¡—りã¤ã¶ã— +item.banner.half_vertical.green=緑色ã®å·¦åŠåˆ†å¡—りã¤ã¶ã— +item.banner.half_vertical.lightBlue=水色ã®å·¦åŠåˆ†å¡—りã¤ã¶ã— +item.banner.half_vertical.lime=黄緑色ã®å·¦åŠåˆ†å¡—りã¤ã¶ã— +item.banner.half_vertical.magenta=赤紫色ã®å·¦åŠåˆ†å¡—りã¤ã¶ã— +item.banner.half_vertical.orange=橙色ã®å·¦åŠåˆ†å¡—りã¤ã¶ã— +item.banner.half_vertical.pink=桃色ã®å·¦åŠåˆ†å¡—りã¤ã¶ã— +item.banner.half_vertical.purple=紫色ã®å·¦åŠåˆ†å¡—りã¤ã¶ã— +item.banner.half_vertical.red=赤色ã®å·¦åŠåˆ†å¡—りã¤ã¶ã— +item.banner.half_vertical.silver=è–„ç°è‰²ã®å·¦åŠåˆ†å¡—りã¤ã¶ã— +item.banner.half_vertical.white=白色ã®å·¦åŠåˆ†å¡—りã¤ã¶ã— +item.banner.half_vertical.yellow=黄色ã®å·¦åŠåˆ†å¡—りã¤ã¶ã— +item.banner.half_vertical_right.black=黒色ã®å³åŠåˆ†å¡—りã¤ã¶ã— +item.banner.half_vertical_right.blue=é’色ã®å³åŠåˆ†å¡—りã¤ã¶ã— +item.banner.half_vertical_right.brown=茶色ã®å³åŠåˆ†å¡—りã¤ã¶ã— +item.banner.half_vertical_right.cyan=水色ã®å³åŠåˆ†å¡—りã¤ã¶ã— +item.banner.half_vertical_right.gray=ç°è‰²ã®å³åŠåˆ†å¡—りã¤ã¶ã— +item.banner.half_vertical_right.green=緑色ã®å³åŠåˆ†å¡—りã¤ã¶ã— +item.banner.half_vertical_right.lightBlue=空色ã®å³åŠåˆ†å¡—りã¤ã¶ã— +item.banner.half_vertical_right.lime=黄緑色ã®å³åŠåˆ†å¡—りã¤ã¶ã— +item.banner.half_vertical_right.magenta=赤紫色ã®å³åŠåˆ†å¡—りã¤ã¶ã— +item.banner.half_vertical_right.orange=橙色ã®å³åŠåˆ†å¡—りã¤ã¶ã— +item.banner.half_vertical_right.pink=桃色ã®å³åŠåˆ†å¡—りã¤ã¶ã— +item.banner.half_vertical_right.purple=紫色ã®å³åŠåˆ†å¡—りã¤ã¶ã— +item.banner.half_vertical_right.red=赤色ã®å³åŠåˆ†å¡—りã¤ã¶ã— +item.banner.half_vertical_right.silver=è–„ç°è‰²ã®å³åŠåˆ†å¡—りã¤ã¶ã— +item.banner.half_vertical_right.white=白色ã®å³åŠåˆ†å¡—りã¤ã¶ã— +item.banner.half_vertical_right.yellow=黄色ã®å³åŠåˆ†å¡—りã¤ã¶ã— +item.banner.lightBlue.name=ç©ºè‰²ã®æ—— +item.banner.lime.name=é»„ç·‘è‰²ã®æ—— +item.banner.magenta.name=èµ¤ç´«è‰²ã®æ—— +item.banner.mojang.black=黒色ã®ä½•ã‹ã®æ¨¡æ§˜ +item.banner.mojang.blue=é’色ã®ä½•ã‹ã®æ¨¡æ§˜ +item.banner.mojang.brown=茶色ã®ä½•ã‹ã®æ¨¡æ§˜ +item.banner.mojang.cyan=水色ã®ä½•ã‹ã®æ¨¡æ§˜ +item.banner.mojang.gray=ç°è‰²ã®ä½•ã‹ã®æ¨¡æ§˜ +item.banner.mojang.green=緑色ã®ä½•ã‹ã®æ¨¡æ§˜ +item.banner.mojang.lightBlue=空色ã®ä½•ã‹ã®æ¨¡æ§˜ +item.banner.mojang.lime=黄緑色ã®ä½•ã‹ã®æ¨¡æ§˜ +item.banner.mojang.magenta=赤紫色ã®ä½•ã‹ã®æ¨¡æ§˜ +item.banner.mojang.orange=橙色ã®ä½•ã‹ã®æ¨¡æ§˜ +item.banner.mojang.pink=桃色ã®ä½•ã‹ã®æ¨¡æ§˜ +item.banner.mojang.purple=紫色ã®ä½•ã‹ã®æ¨¡æ§˜ +item.banner.mojang.red=赤色ã®ä½•ã‹ã®æ¨¡æ§˜ +item.banner.mojang.silver=è–„ç°è‰²ã®ä½•ã‹ã®æ¨¡æ§˜ +item.banner.mojang.white=白色ã®ä½•ã‹ã®æ¨¡æ§˜ +item.banner.mojang.yellow=黄色ã®ä½•ã‹ã®æ¨¡æ§˜ +item.banner.orange.name=æ©™è‰²ã®æ—— +item.banner.pink.name=æ¡ƒè‰²ã®æ—— +item.banner.purple.name=ç´«è‰²ã®æ—— +item.banner.red.name=èµ¤è‰²ã®æ—— +item.banner.rhombus.black=黒色ã®è±å½¢ +item.banner.rhombus.blue=é’色ã®è±å½¢ +item.banner.rhombus.brown=茶色ã®è±å½¢ +item.banner.rhombus.cyan=水色ã®è±å½¢ +item.banner.rhombus.gray=ç°è‰²ã®è±å½¢ +item.banner.rhombus.green=緑色ã®è±å½¢ +item.banner.rhombus.lightBlue=空色ã®è±å½¢ +item.banner.rhombus.lime=黄緑色ã®è±å½¢ +item.banner.rhombus.magenta=赤紫色ã®è±å½¢ +item.banner.rhombus.orange=橙色ã®è±å½¢ +item.banner.rhombus.pink=桃色ã®è±å½¢ +item.banner.rhombus.purple=紫色ã®è±å½¢ +item.banner.rhombus.red=赤色ã®è±å½¢ +item.banner.rhombus.silver=è–„ç°è‰²ã®è±å½¢ +item.banner.rhombus.white=白色ã®è±å½¢ +item.banner.rhombus.yellow=黄色ã®è±å½¢ +item.banner.silver.name=è–„ç°è‰²ã®æ—— +item.banner.skull.black=黒色ã®éª¸éª¨æ¨¡æ§˜ +item.banner.skull.blue=é’色ã®éª¸éª¨æ¨¡æ§˜ +item.banner.skull.brown=茶色ã®éª¸éª¨æ¨¡æ§˜ +item.banner.skull.cyan=水色ã®éª¸éª¨æ¨¡æ§˜ +item.banner.skull.gray=ç°è‰²ã®éª¸éª¨æ¨¡æ§˜ +item.banner.skull.green=緑色ã®éª¸éª¨æ¨¡æ§˜ +item.banner.skull.lightBlue=空色ã®éª¸éª¨æ¨¡æ§˜ +item.banner.skull.lime=黄緑色ã®éª¸éª¨æ¨¡æ§˜ +item.banner.skull.magenta=赤紫色ã®éª¸éª¨æ¨¡æ§˜ +item.banner.skull.orange=橙色ã®éª¸éª¨æ¨¡æ§˜ +item.banner.skull.pink=桃色ã®éª¸éª¨æ¨¡æ§˜ +item.banner.skull.purple=紫色ã®éª¸éª¨æ¨¡æ§˜ +item.banner.skull.red=赤色ã®éª¸éª¨æ¨¡æ§˜ +item.banner.skull.silver=è–„ç°è‰²ã®éª¸éª¨æ¨¡æ§˜ +item.banner.skull.white=白色ã®éª¸éª¨æ¨¡æ§˜ +item.banner.skull.yellow=黄色ã®éª¸éª¨æ¨¡æ§˜ +item.banner.small_stripes.black=黒色ã®ç¸¦ç¸ž +item.banner.small_stripes.blue=é’色ã®ç¸¦ç¸ž +item.banner.small_stripes.brown=茶色ã®ç¸¦ç¸ž +item.banner.small_stripes.cyan=水色ã®ç¸¦ç¸ž +item.banner.small_stripes.gray=ç°è‰²ã®ç¸¦ç¸ž +item.banner.small_stripes.green=緑色ã®ç¸¦ç¸ž +item.banner.small_stripes.lightBlue=空色ã®ç¸¦ç¸ž +item.banner.small_stripes.lime=黄緑色ã®ç¸¦ç¸ž +item.banner.small_stripes.magenta=赤紫色ã®ç¸¦ç¸ž +item.banner.small_stripes.orange=橙色ã®ç¸¦ç¸ž +item.banner.small_stripes.pink=桃色ã®ç¸¦ç¸ž +item.banner.small_stripes.purple=紫色ã®ç¸¦ç¸ž +item.banner.small_stripes.red=赤色ã®ç¸¦ç¸ž +item.banner.small_stripes.silver=è–„ç°è‰²ã®ç¸¦ç¸ž +item.banner.small_stripes.white=白色ã®ç¸¦ç¸ž +item.banner.small_stripes.yellow=黄色ã®ç¸¦ç¸ž +item.banner.square_bottom_left.black=左下ã«é»’è‰²ã®æ¨¡æ§˜å…¥ã‚Š +item.banner.square_bottom_left.blue=左下ã«é’è‰²ã®æ¨¡æ§˜å…¥ã‚Š +item.banner.square_bottom_left.brown=左下ã«èŒ¶è‰²ã®æ¨¡æ§˜å…¥ã‚Š +item.banner.square_bottom_left.cyan=å·¦ä¸‹ã«æ°´è‰²ã®æ¨¡æ§˜å…¥ã‚Š +item.banner.square_bottom_left.gray=左下ã«ç°è‰²ã®æ¨¡æ§˜å…¥ã‚Š +item.banner.square_bottom_left.green=左下ã«ç·‘è‰²ã®æ¨¡æ§˜å…¥ã‚Š +item.banner.square_bottom_left.lightBlue=左下ã«ç©ºè‰²ã®æ¨¡æ§˜å…¥ã‚Š +item.banner.square_bottom_left.lime=左下ã«é»„ç·‘è‰²ã®æ¨¡æ§˜å…¥ã‚Š +item.banner.square_bottom_left.magenta=左下ã«èµ¤ç´«è‰²ã®æ¨¡æ§˜å…¥ã‚Š +item.banner.square_bottom_left.orange=å·¦ä¸‹ã«æ©™è‰²ã®æ¨¡æ§˜å…¥ã‚Š +item.banner.square_bottom_left.pink=å·¦ä¸‹ã«æ¡ƒè‰²ã®æ¨¡æ§˜å…¥ã‚Š +item.banner.square_bottom_left.purple=左下ã«ç´«è‰²ã®æ¨¡æ§˜å…¥ã‚Š +item.banner.square_bottom_left.red=左下ã«èµ¤è‰²ã®æ¨¡æ§˜å…¥ã‚Š +item.banner.square_bottom_left.silver=左下ã«è–„ç°è‰²ã®æ¨¡æ§˜å…¥ã‚Š +item.banner.square_bottom_left.white=左下ã«ç™½è‰²ã®æ¨¡æ§˜å…¥ã‚Š +item.banner.square_bottom_left.yellow=左下ã«é»„è‰²ã®æ¨¡æ§˜å…¥ã‚Š +item.banner.square_bottom_right.black=å³ä¸‹ã«é»’è‰²ã®æ¨¡æ§˜å…¥ã‚Š +item.banner.square_bottom_right.blue=å³ä¸‹ã«é’è‰²ã®æ¨¡æ§˜å…¥ã‚Š +item.banner.square_bottom_right.brown=å³ä¸‹ã«èŒ¶è‰²ã®æ¨¡æ§˜å…¥ã‚Š +item.banner.square_bottom_right.cyan=å³ä¸‹ã«æ°´è‰²ã®æ¨¡æ§˜å…¥ã‚Š +item.banner.square_bottom_right.gray=å³ä¸‹ã«ç°è‰²ã®æ¨¡æ§˜å…¥ã‚Š +item.banner.square_bottom_right.green=å³ä¸‹ã«ç·‘è‰²ã®æ¨¡æ§˜å…¥ã‚Š +item.banner.square_bottom_right.lightBlue=å³ä¸‹ã«ç©ºè‰²ã®æ¨¡æ§˜å…¥ã‚Š +item.banner.square_bottom_right.lime=å³ä¸‹ã«é»„ç·‘è‰²ã®æ¨¡æ§˜å…¥ã‚Š +item.banner.square_bottom_right.magenta=å³ä¸‹ã«èµ¤ç´«è‰²ã®æ¨¡æ§˜å…¥ã‚Š +item.banner.square_bottom_right.orange=å³ä¸‹ã«æ©™è‰²ã®æ¨¡æ§˜å…¥ã‚Š +item.banner.square_bottom_right.pink=å³ä¸‹ã«æ¡ƒè‰²ã®æ¨¡æ§˜å…¥ã‚Š +item.banner.square_bottom_right.purple=å³ä¸‹ã«ç´«è‰²ã®æ¨¡æ§˜å…¥ã‚Š +item.banner.square_bottom_right.red=å³ä¸‹ã«èµ¤è‰²ã®æ¨¡æ§˜å…¥ã‚Š +item.banner.square_bottom_right.silver=å³ä¸‹ã«è–„ç°è‰²ã®æ¨¡æ§˜å…¥ã‚Š +item.banner.square_bottom_right.white=å³ä¸‹ã«ç™½è‰²ã®æ¨¡æ§˜å…¥ã‚Š +item.banner.square_bottom_right.yellow=å³ä¸‹ã«é»„è‰²ã®æ¨¡æ§˜å…¥ã‚Š +item.banner.square_top_left.black=左上ã«é»’è‰²ã®æ¨¡æ§˜å…¥ã‚Š +item.banner.square_top_left.blue=左上ã«é’è‰²ã®æ¨¡æ§˜å…¥ã‚Š +item.banner.square_top_left.brown=左上ã«èŒ¶è‰²ã®æ¨¡æ§˜å…¥ã‚Š +item.banner.square_top_left.cyan=å·¦ä¸Šã«æ°´è‰²ã®æ¨¡æ§˜å…¥ã‚Š +item.banner.square_top_left.gray=左上ã«ç°è‰²ã®æ¨¡æ§˜å…¥ã‚Š +item.banner.square_top_left.green=左上ã«ç·‘è‰²ã®æ¨¡æ§˜å…¥ã‚Š +item.banner.square_top_left.lightBlue=左上ã«ç©ºè‰²ã®æ¨¡æ§˜å…¥ã‚Š +item.banner.square_top_left.lime=左上ã«é»„ç·‘è‰²ã®æ¨¡æ§˜å…¥ã‚Š +item.banner.square_top_left.magenta=左上ã«èµ¤ç´«è‰²ã®æ¨¡æ§˜å…¥ã‚Š +item.banner.square_top_left.orange=å·¦ä¸Šã«æ©™è‰²ã®æ¨¡æ§˜å…¥ã‚Š +item.banner.square_top_left.pink=å·¦ä¸Šã«æ¡ƒè‰²ã®æ¨¡æ§˜å…¥ã‚Š +item.banner.square_top_left.purple=左上ã«ç´«è‰²ã®æ¨¡æ§˜å…¥ã‚Š +item.banner.square_top_left.red=左上ã«èµ¤è‰²ã®æ¨¡æ§˜å…¥ã‚Š +item.banner.square_top_left.silver=左上ã«è–„ç°è‰²ã®æ¨¡æ§˜å…¥ã‚Š +item.banner.square_top_left.white=左上ã«ç™½è‰²ã®æ¨¡æ§˜å…¥ã‚Š +item.banner.square_top_left.yellow=左上ã«é»„è‰²ã®æ¨¡æ§˜å…¥ã‚Š +item.banner.square_top_right.black=å³ä¸Šã«é»’è‰²ã®æ¨¡æ§˜å…¥ã‚Š +item.banner.square_top_right.blue=å³ä¸Šã«é’è‰²ã®æ¨¡æ§˜å…¥ã‚Š +item.banner.square_top_right.brown=å³ä¸Šã«èŒ¶è‰²ã®æ¨¡æ§˜å…¥ã‚Š +item.banner.square_top_right.cyan=å³ä¸Šã«æ°´è‰²ã®æ¨¡æ§˜å…¥ã‚Š +item.banner.square_top_right.gray=å³ä¸Šã«ç°è‰²ã®æ¨¡æ§˜å…¥ã‚Š +item.banner.square_top_right.green=å³ä¸Šã«ç·‘è‰²ã®æ¨¡æ§˜å…¥ã‚Š +item.banner.square_top_right.lightBlue=å³ä¸Šã«ç©ºè‰²ã®æ¨¡æ§˜å…¥ã‚Š +item.banner.square_top_right.lime=å³ä¸Šã«é»„ç·‘è‰²ã®æ¨¡æ§˜å…¥ã‚Š +item.banner.square_top_right.magenta=å³ä¸Šã«èµ¤ç´«è‰²ã®æ¨¡æ§˜å…¥ã‚Š +item.banner.square_top_right.orange=å³ä¸Šã«æ©™è‰²ã®æ¨¡æ§˜å…¥ã‚Š +item.banner.square_top_right.pink=å³ä¸Šã«æ¡ƒè‰²ã®æ¨¡æ§˜å…¥ã‚Š +item.banner.square_top_right.purple=å³ä¸Šã«ç´«è‰²ã®æ¨¡æ§˜å…¥ã‚Š +item.banner.square_top_right.red=å³ä¸Šã«èµ¤è‰²ã®æ¨¡æ§˜å…¥ã‚Š +item.banner.square_top_right.silver=å³ä¸Šã«è–„ç°è‰²ã®æ¨¡æ§˜å…¥ã‚Š +item.banner.square_top_right.white=å³ä¸Šã«ç™½è‰²ã®æ¨¡æ§˜å…¥ã‚Š +item.banner.square_top_right.yellow=å³ä¸Šã«é»„è‰²ã®æ¨¡æ§˜å…¥ã‚Š +item.banner.straight_cross.black=黒色ã®åå­— +item.banner.straight_cross.blue=é’色ã®åå­— +item.banner.straight_cross.brown=茶色ã®åå­— +item.banner.straight_cross.cyan=水色ã®åå­— +item.banner.straight_cross.gray=ç°è‰²ã®åå­— +item.banner.straight_cross.green=緑色ã®åå­— +item.banner.straight_cross.lightBlue=空色ã®åå­— +item.banner.straight_cross.lime=黄緑色ã®åå­— +item.banner.straight_cross.magenta=赤紫色ã®åå­— +item.banner.straight_cross.orange=橙色ã®åå­— +item.banner.straight_cross.pink=桃色ã®åå­— +item.banner.straight_cross.purple=紫色ã®åå­— +item.banner.straight_cross.red=赤色ã®åå­— +item.banner.straight_cross.silver=è–„ç°è‰²ã®åå­— +item.banner.straight_cross.white=白色ã®åå­— +item.banner.straight_cross.yellow=黄色ã®åå­— +item.banner.stripe_bottom.black=下ã«é»’è‰²ã®æ¨ªå¸¯å…¥ã‚Š +item.banner.stripe_bottom.blue=下ã«é’è‰²ã®æ¨ªå¸¯å…¥ã‚Š +item.banner.stripe_bottom.brown=下ã«èŒ¶è‰²ã®æ¨ªå¸¯å…¥ã‚Š +item.banner.stripe_bottom.cyan=ä¸‹ã«æ°´è‰²ã®æ¨ªå¸¯å…¥ã‚Š +item.banner.stripe_bottom.gray=下ã«ç°è‰²ã®æ¨ªå¸¯å…¥ã‚Š +item.banner.stripe_bottom.green=下ã«ç·‘è‰²ã®æ¨ªå¸¯å…¥ã‚Š +item.banner.stripe_bottom.lightBlue=下ã«ç©ºè‰²ã®æ¨ªå¸¯å…¥ã‚Š +item.banner.stripe_bottom.lime=下ã«é»„ç·‘è‰²ã®æ¨ªå¸¯å…¥ã‚Š +item.banner.stripe_bottom.magenta=下ã«èµ¤ç´«è‰²ã®æ¨ªå¸¯å…¥ã‚Š +item.banner.stripe_bottom.orange=ä¸‹ã«æ©™è‰²ã®æ¨ªå¸¯å…¥ã‚Š +item.banner.stripe_bottom.pink=ä¸‹ã«æ¡ƒè‰²ã®æ¨ªå¸¯å…¥ã‚Š +item.banner.stripe_bottom.purple=下ã«ç´«è‰²ã®æ¨ªå¸¯å…¥ã‚Š +item.banner.stripe_bottom.red=下ã«èµ¤è‰²ã®æ¨ªå¸¯å…¥ã‚Š +item.banner.stripe_bottom.silver=下ã«è–„ç°è‰²ã®æ¨ªå¸¯å…¥ã‚Š +item.banner.stripe_bottom.white=下ã«ç™½è‰²ã®æ¨ªå¸¯å…¥ã‚Š +item.banner.stripe_bottom.yellow=下ã«é»„è‰²ã®æ¨ªå¸¯å…¥ã‚Š +item.banner.stripe_center.black=中央ã«é»’色ã®ç¸¦å¸¯å…¥ã‚Š +item.banner.stripe_center.blue=中央ã«é’色ã®ç¸¦å¸¯å…¥ã‚Š +item.banner.stripe_center.brown=中央ã«èŒ¶è‰²ã®ç¸¦å¸¯å…¥ã‚Š +item.banner.stripe_center.cyan=ä¸­å¤®ã«æ°´è‰²ã®ç¸¦å¸¯å…¥ã‚Š +item.banner.stripe_center.gray=中央ã«ç°è‰²ã®ç¸¦å¸¯å…¥ã‚Š +item.banner.stripe_center.green=中央ã«ç·‘色ã®ç¸¦å¸¯å…¥ã‚Š +item.banner.stripe_center.lightBlue=中央ã«ç©ºè‰²ã®ç¸¦å¸¯å…¥ã‚Š +item.banner.stripe_center.lime=中央ã«é»„緑色ã®ç¸¦å¸¯å…¥ã‚Š +item.banner.stripe_center.magenta=中央ã«èµ¤ç´«è‰²ã®ç¸¦å¸¯å…¥ã‚Š +item.banner.stripe_center.orange=ä¸­å¤®ã«æ©™è‰²ã®ç¸¦å¸¯å…¥ã‚Š +item.banner.stripe_center.pink=ä¸­å¤®ã«æ¡ƒè‰²ã®ç¸¦å¸¯å…¥ã‚Š +item.banner.stripe_center.purple=中央ã«ç´«è‰²ã®ç¸¦å¸¯å…¥ã‚Š +item.banner.stripe_center.red=中央ã«èµ¤è‰²ã®ç¸¦å¸¯å…¥ã‚Š +item.banner.stripe_center.silver=中央ã«è–„ç°è‰²ã®ç¸¦å¸¯å…¥ã‚Š +item.banner.stripe_center.white=中央ã«ç™½è‰²ã®ç¸¦å¸¯å…¥ã‚Š +item.banner.stripe_center.yellow=中央ã«é»„色ã®ç¸¦å¸¯å…¥ã‚Š +item.banner.stripe_downleft.black=黒色ã®å·¦æ–œã‚下å‘ã襷模様 +item.banner.stripe_downleft.blue=é’色ã®å·¦æ–œã‚下å‘ã襷模様 +item.banner.stripe_downleft.brown=茶色ã®å·¦æ–œã‚下å‘ã襷模様 +item.banner.stripe_downleft.cyan=水色ã®å·¦æ–œã‚下å‘ã襷模様 +item.banner.stripe_downleft.gray=ç°è‰²ã®å·¦æ–œã‚下å‘ã襷模様 +item.banner.stripe_downleft.green=緑色ã®å·¦æ–œã‚下å‘ã襷模様 +item.banner.stripe_downleft.lightBlue=空色ã®å·¦æ–œã‚下å‘ã襷模様 +item.banner.stripe_downleft.lime=黄緑色ã®å·¦æ–œã‚下å‘ã襷模様 +item.banner.stripe_downleft.magenta=赤紫色ã®å·¦æ–œã‚下å‘ã襷模様 +item.banner.stripe_downleft.orange=橙色ã®å·¦æ–œã‚下å‘ã襷模様 +item.banner.stripe_downleft.pink=桃色ã®å·¦æ–œã‚下å‘ã襷模様 +item.banner.stripe_downleft.purple=紫色ã®å·¦æ–œã‚下å‘ã襷模様 +item.banner.stripe_downleft.red=赤色ã®å·¦æ–œã‚下å‘ã襷模様 +item.banner.stripe_downleft.silver=è–„ç°è‰²ã®å·¦æ–œã‚下å‘ã襷模様 +item.banner.stripe_downleft.white=白色ã®å·¦æ–œã‚下å‘ã襷模様 +item.banner.stripe_downleft.yellow=黄色ã®å·¦æ–œã‚下å‘ã襷模様 +item.banner.stripe_downright.black=黒色ã®å³æ–œã‚下å‘ã襷模様 +item.banner.stripe_downright.blue=é’色ã®å³æ–œã‚下å‘ã襷模様 +item.banner.stripe_downright.brown=茶色ã®å³æ–œã‚下å‘ã襷模様 +item.banner.stripe_downright.cyan=水色ã®å³æ–œã‚下å‘ã襷模様 +item.banner.stripe_downright.gray=ç°è‰²ã®å³æ–œã‚下å‘ã襷模様 +item.banner.stripe_downright.green=緑色ã®å³æ–œã‚下å‘ã襷模様 +item.banner.stripe_downright.lightBlue=空色ã®å³æ–œã‚下å‘ã襷模様 +item.banner.stripe_downright.lime=黄緑色ã®å³æ–œã‚下å‘ã襷模様 +item.banner.stripe_downright.magenta=赤紫色ã®å³æ–œã‚下å‘ã襷模様 +item.banner.stripe_downright.orange=橙色ã®å³æ–œã‚下å‘ã襷模様 +item.banner.stripe_downright.pink=桃色ã®å³æ–œã‚下å‘ã襷模様 +item.banner.stripe_downright.purple=紫色ã®å³æ–œã‚下å‘ã襷模様 +item.banner.stripe_downright.red=赤色ã®å³æ–œã‚下å‘ã襷模様 +item.banner.stripe_downright.silver=è–„ç°è‰²ã®å³æ–œã‚下å‘ã襷模様 +item.banner.stripe_downright.white=白色ã®å³æ–œã‚下å‘ã襷模様 +item.banner.stripe_downright.yellow=黄色ã®å³æ–œã‚下å‘ã襷模様 +item.banner.stripe_left.black=å·¦ã«é»’色ã®ç¸¦å¸¯å…¥ã‚Š +item.banner.stripe_left.blue=å·¦ã«é’色ã®ç¸¦å¸¯å…¥ã‚Š +item.banner.stripe_left.brown=å·¦ã«èŒ¶è‰²ã®ç¸¦å¸¯å…¥ã‚Š +item.banner.stripe_left.cyan=å·¦ã«æ°´è‰²ã®ç¸¦å¸¯å…¥ã‚Š +item.banner.stripe_left.gray=å·¦ã«ç°è‰²ã®ç¸¦å¸¯å…¥ã‚Š +item.banner.stripe_left.green=å·¦ã«ç·‘色ã®ç¸¦å¸¯å…¥ã‚Š +item.banner.stripe_left.lightBlue=å·¦ã«ç©ºè‰²ã®ç¸¦å¸¯å…¥ã‚Š +item.banner.stripe_left.lime=å·¦ã«é»„緑色ã®ç¸¦å¸¯å…¥ã‚Š +item.banner.stripe_left.magenta=å·¦ã«èµ¤ç´«è‰²ã®ç¸¦å¸¯å…¥ã‚Š +item.banner.stripe_left.orange=å·¦ã«æ©™è‰²ã®ç¸¦å¸¯å…¥ã‚Š +item.banner.stripe_left.pink=å·¦ã«æ¡ƒè‰²ã®ç¸¦å¸¯å…¥ã‚Š +item.banner.stripe_left.purple=å·¦ã«ç´«è‰²ã®ç¸¦å¸¯å…¥ã‚Š +item.banner.stripe_left.red=å·¦ã«èµ¤è‰²ã®ç¸¦å¸¯å…¥ã‚Š +item.banner.stripe_left.silver=å·¦ã«è–„ç°è‰²ã®ç¸¦å¸¯å…¥ã‚Š +item.banner.stripe_left.white=å·¦ã«ç™½è‰²ã®ç¸¦å¸¯å…¥ã‚Š +item.banner.stripe_left.yellow=å·¦ã«é»„色ã®ç¸¦å¸¯å…¥ã‚Š +item.banner.stripe_middle.black=中央ã«é»’è‰²ã®æ¨ªå¸¯å…¥ã‚Š +item.banner.stripe_middle.blue=中央ã«é’è‰²ã®æ¨ªå¸¯å…¥ã‚Š +item.banner.stripe_middle.brown=中央ã«èŒ¶è‰²ã®æ¨ªå¸¯å…¥ã‚Š +item.banner.stripe_middle.cyan=ä¸­å¤®ã«æ°´è‰²ã®æ¨ªå¸¯å…¥ã‚Š +item.banner.stripe_middle.gray=中央ã«ç°è‰²ã®æ¨ªå¸¯å…¥ã‚Š +item.banner.stripe_middle.green=中央ã«ç·‘è‰²ã®æ¨ªå¸¯å…¥ã‚Š +item.banner.stripe_middle.lightBlue=中央ã«ç©ºè‰²ã®æ¨ªå¸¯å…¥ã‚Š +item.banner.stripe_middle.lime=中央ã«é»„ç·‘è‰²ã®æ¨ªå¸¯å…¥ã‚Š +item.banner.stripe_middle.magenta=中央ã«èµ¤ç´«è‰²ã®æ¨ªå¸¯å…¥ã‚Š +item.banner.stripe_middle.orange=ä¸­å¤®ã«æ©™è‰²ã®æ¨ªå¸¯å…¥ã‚Š +item.banner.stripe_middle.pink=ä¸­å¤®ã«æ¡ƒè‰²ã®æ¨ªå¸¯å…¥ã‚Š +item.banner.stripe_middle.purple=中央ã«ç´«è‰²ã®æ¨ªå¸¯å…¥ã‚Š +item.banner.stripe_middle.red=中央ã«èµ¤è‰²ã®æ¨ªå¸¯å…¥ã‚Š +item.banner.stripe_middle.silver=中央ã«è–„ç°è‰²ã®æ¨ªå¸¯å…¥ã‚Š +item.banner.stripe_middle.white=中央ã«ç™½è‰²ã®æ¨ªå¸¯å…¥ã‚Š +item.banner.stripe_middle.yellow=中央ã«é»„è‰²ã®æ¨ªå¸¯å…¥ã‚Š +item.banner.stripe_right.black=å³ã«é»’色ã®ç¸¦å¸¯å…¥ã‚Š +item.banner.stripe_right.blue=å³ã«é’色ã®ç¸¦å¸¯å…¥ã‚Š +item.banner.stripe_right.brown=å³ã«èŒ¶è‰²ã®ç¸¦å¸¯å…¥ã‚Š +item.banner.stripe_right.cyan=å³ã«æ°´è‰²ã®ç¸¦å¸¯å…¥ã‚Š +item.banner.stripe_right.gray=å³ã«ç°è‰²ã®ç¸¦å¸¯å…¥ã‚Š +item.banner.stripe_right.green=å³ã«ç·‘色ã®ç¸¦å¸¯å…¥ã‚Š +item.banner.stripe_right.lightBlue=å³ã«ç©ºè‰²ã®ç¸¦å¸¯å…¥ã‚Š +item.banner.stripe_right.lime=å³ã«é»„緑色ã®ç¸¦å¸¯å…¥ã‚Š +item.banner.stripe_right.magenta=å³ã«èµ¤ç´«è‰²ã®ç¸¦å¸¯å…¥ã‚Š +item.banner.stripe_right.orange=å³ã«æ©™è‰²ã®ç¸¦å¸¯å…¥ã‚Š +item.banner.stripe_right.pink=å³ã«æ¡ƒè‰²ã®ç¸¦å¸¯å…¥ã‚Š +item.banner.stripe_right.purple=å³ã«ç´«è‰²ã®ç¸¦å¸¯å…¥ã‚Š +item.banner.stripe_right.red=å³ã«èµ¤è‰²ã®ç¸¦å¸¯å…¥ã‚Š +item.banner.stripe_right.silver=å³ã«è–„ç°è‰²ã®ç¸¦å¸¯å…¥ã‚Š +item.banner.stripe_right.white=å³ã«ç™½è‰²ã®ç¸¦å¸¯å…¥ã‚Š +item.banner.stripe_right.yellow=å³ã«é»„色ã®ç¸¦å¸¯å…¥ã‚Š +item.banner.stripe_top.black=上ã«é»’è‰²ã®æ¨ªå¸¯å…¥ã‚Š +item.banner.stripe_top.blue=上ã«é’è‰²ã®æ¨ªå¸¯å…¥ã‚Š +item.banner.stripe_top.brown=上ã«èŒ¶è‰²ã®æ¨ªå¸¯å…¥ã‚Š +item.banner.stripe_top.cyan=ä¸Šã«æ°´è‰²ã®æ¨ªå¸¯å…¥ã‚Š +item.banner.stripe_top.gray=上ã«ç°è‰²ã®æ¨ªå¸¯å…¥ã‚Š +item.banner.stripe_top.green=上ã«ç·‘è‰²ã®æ¨ªå¸¯å…¥ã‚Š +item.banner.stripe_top.lightBlue=上ã«ç©ºè‰²ã®æ¨ªå¸¯å…¥ã‚Š +item.banner.stripe_top.lime=上ã«é»„ç·‘è‰²ã®æ¨ªå¸¯å…¥ã‚Š +item.banner.stripe_top.magenta=上ã«èµ¤ç´«è‰²ã®æ¨ªå¸¯å…¥ã‚Š +item.banner.stripe_top.orange=ä¸Šã«æ©™è‰²ã®æ¨ªå¸¯å…¥ã‚Š +item.banner.stripe_top.pink=ä¸Šã«æ¡ƒè‰²ã®æ¨ªå¸¯å…¥ã‚Š +item.banner.stripe_top.purple=上ã«ç´«è‰²ã®æ¨ªå¸¯å…¥ã‚Š +item.banner.stripe_top.red=上ã«èµ¤è‰²ã®æ¨ªå¸¯å…¥ã‚Š +item.banner.stripe_top.silver=上ã«è–„ç°è‰²ã®æ¨ªå¸¯å…¥ã‚Š +item.banner.stripe_top.white=上ã«ç™½è‰²ã®æ¨ªå¸¯å…¥ã‚Š +item.banner.stripe_top.yellow=上ã«é»„è‰²ã®æ¨ªå¸¯å…¥ã‚Š +item.banner.triangle_bottom.black=黒色ã®ä¸Šå‘ã三角 +item.banner.triangle_bottom.blue=é’色ã®ä¸Šå‘ã三角 +item.banner.triangle_bottom.brown=茶色ã®ä¸Šå‘ã三角 +item.banner.triangle_bottom.cyan=水色ã®ä¸Šå‘ã三角 +item.banner.triangle_bottom.gray=ç°è‰²ã®ä¸Šå‘ã三角 +item.banner.triangle_bottom.green=緑色ã®ä¸Šå‘ã三角 +item.banner.triangle_bottom.lightBlue=空色ã®ä¸Šå‘ã三角 +item.banner.triangle_bottom.lime=黄緑色ã®ä¸Šå‘ã三角 +item.banner.triangle_bottom.magenta=赤紫色ã®ä¸Šå‘ã三角 +item.banner.triangle_bottom.orange=橙色ã®ä¸Šå‘ã三角 +item.banner.triangle_bottom.pink=桃色ã®ä¸Šå‘ã三角 +item.banner.triangle_bottom.purple=紫色ã®ä¸Šå‘ã三角 +item.banner.triangle_bottom.red=赤色ã®ä¸Šå‘ã三角 +item.banner.triangle_bottom.silver=è–„ç°è‰²ã®ä¸Šå‘ã三角 +item.banner.triangle_bottom.white=白色ã®ä¸Šå‘ã三角 +item.banner.triangle_bottom.yellow=黄色ã®ä¸Šå‘ã三角 +item.banner.triangle_top.black=黒色ã®ä¸‹å‘ã三角 +item.banner.triangle_top.blue=é’色ã®ä¸‹å‘ã三角 +item.banner.triangle_top.brown=茶色ã®ä¸‹å‘ã三角 +item.banner.triangle_top.cyan=水色ã®ä¸‹å‘ã三角 +item.banner.triangle_top.gray=ç°è‰²ã®ä¸‹å‘ã三角 +item.banner.triangle_top.green=緑色ã®ä¸‹å‘ã三角 +item.banner.triangle_top.lightBlue=空色ã®ä¸‹å‘ã三角 +item.banner.triangle_top.lime=黄緑色ã®ä¸‹å‘ã三角 +item.banner.triangle_top.magenta=赤紫色ã®ä¸‹å‘ã三角 +item.banner.triangle_top.orange=橙色ã®ä¸‹å‘ã三角 +item.banner.triangle_top.pink=桃色ã®ä¸‹å‘ã三角 +item.banner.triangle_top.purple=紫色ã®ä¸‹å‘ã三角 +item.banner.triangle_top.red=赤色ã®ä¸‹å‘ã三角 +item.banner.triangle_top.silver=è–„ç°è‰²ã®ä¸‹å‘ã三角 +item.banner.triangle_top.white=白色ã®ä¸‹å‘ã三角 +item.banner.triangle_top.yellow=黄色ã®ä¸‹å‘ã三角 +item.banner.triangles_bottom.black=黒色ã®ä¸Šå‘ãæ³¢å½¢ +item.banner.triangles_bottom.blue=é’色ã®ä¸Šå‘ãæ³¢å½¢ +item.banner.triangles_bottom.brown=茶色ã®ä¸Šå‘ãæ³¢å½¢ +item.banner.triangles_bottom.cyan=水色ã®ä¸Šå‘ãæ³¢å½¢ +item.banner.triangles_bottom.gray=ç°è‰²ã®ä¸Šå‘ãæ³¢å½¢ +item.banner.triangles_bottom.green=緑色ã®ä¸Šå‘ãæ³¢å½¢ +item.banner.triangles_bottom.lightBlue=空色ã®ä¸Šå‘ãæ³¢å½¢ +item.banner.triangles_bottom.lime=黄緑色ã®ä¸Šå‘ãæ³¢å½¢ +item.banner.triangles_bottom.magenta=赤紫色ã®ä¸Šå‘ãæ³¢å½¢ +item.banner.triangles_bottom.orange=橙色ã®ä¸Šå‘ãæ³¢å½¢ +item.banner.triangles_bottom.pink=桃色ã®ä¸Šå‘ãæ³¢å½¢ +item.banner.triangles_bottom.purple=紫色ã®ä¸Šå‘ãæ³¢å½¢ +item.banner.triangles_bottom.red=赤色ã®ä¸Šå‘ãæ³¢å½¢ +item.banner.triangles_bottom.silver=è–„ç°è‰²ã®ä¸Šå‘ãæ³¢å½¢ +item.banner.triangles_bottom.white=白色ã®ä¸Šå‘ãæ³¢å½¢ +item.banner.triangles_bottom.yellow=黄色ã®ä¸Šå‘ãæ³¢å½¢ +item.banner.triangles_top.black=黒色ã®ä¸‹å‘ãæ³¢å½¢ +item.banner.triangles_top.blue=é’色ã®ä¸‹å‘ãæ³¢å½¢ +item.banner.triangles_top.brown=茶色ã®ä¸‹å‘ãæ³¢å½¢ +item.banner.triangles_top.cyan=水色ã®ä¸‹å‘ãæ³¢å½¢ +item.banner.triangles_top.gray=ç°è‰²ã®ä¸‹å‘ãæ³¢å½¢ +item.banner.triangles_top.green=緑色ã®ä¸‹å‘ãæ³¢å½¢ +item.banner.triangles_top.lightBlue=空色ã®ä¸‹å‘ãæ³¢å½¢ +item.banner.triangles_top.lime=黄緑色ã®ä¸‹å‘ãæ³¢å½¢ +item.banner.triangles_top.magenta=赤紫色ã®ä¸‹å‘ãæ³¢å½¢ +item.banner.triangles_top.orange=橙色ã®ä¸‹å‘ãæ³¢å½¢ +item.banner.triangles_top.pink=桃色ã®ä¸‹å‘ãæ³¢å½¢ +item.banner.triangles_top.purple=紫色ã®ä¸‹å‘ãæ³¢å½¢ +item.banner.triangles_top.red=赤色ã®ä¸‹å‘ãæ³¢å½¢ +item.banner.triangles_top.silver=è–„ç°è‰²ã®ä¸‹å‘ãæ³¢å½¢ +item.banner.triangles_top.white=白色ã®ä¸‹å‘ãæ³¢å½¢ +item.banner.triangles_top.yellow=黄色ã®ä¸‹å‘ãæ³¢å½¢ +item.banner.white.name=ç™½è‰²ã®æ—— +item.banner.yellow.name=é»„è‰²ã®æ—— +item.bed.name=ベッド +item.beefCooked.name=ステーキ +item.beefRaw.name=生ã®ç‰›è‚‰ +item.blazePowder.name=ブレイズパウダー +item.blazeRod.name=ブレイズロッド +item.boat.name=ボート +item.bone.name=骨 +item.book.name=本 +item.bootsChain.name=ãƒã‚§ãƒ¼ãƒ³ãƒ–ーツ +item.bootsCloth.name=é©ã®ãƒ–ーツ +item.bootsDiamond.name=ダイヤã®ãƒ–ーツ +item.bootsGold.name=金ã®ãƒ–ーツ +item.bootsIron.name=鉄ã®ãƒ–ーツ +item.bow.name=弓 +item.bowl.name=ボウル +item.bread.name=パン +item.brewingStand.name=é†¸é€ å° +item.brick.name=レンガ +item.bucket.name=ãƒã‚±ãƒ„ +item.bucketLava.name=溶岩入りãƒã‚±ãƒ„ +item.bucketWater.name=水入りãƒã‚±ãƒ„ +item.cake.name=ケーキ +item.canBreak=破壊å¯èƒ½ãªã‚‚ã®: +item.canPlace=é…ç½®å¯èƒ½ãªã‚‚ã®: +item.carrotGolden.name=金ã®ãƒ‹ãƒ³ã‚¸ãƒ³ +item.carrotOnAStick.name=ニンジン付ãã®æ£’ +item.carrots.name=ニンジン +item.cauldron.name=大釜 +item.charcoal.name=木炭 +item.chestplateChain.name=ãƒã‚§ãƒ¼ãƒ³ã®ãƒã‚§ã‚¹ãƒˆãƒ—レート +item.chestplateCloth.name=é©ã®ä¸Šç€ +item.chestplateDiamond.name=ダイヤã®ãƒã‚§ã‚¹ãƒˆãƒ—レート +item.chestplateGold.name=金ã®ãƒã‚§ã‚¹ãƒˆãƒ—レート +item.chestplateIron.name=鉄ã®ãƒã‚§ã‚¹ãƒˆãƒ—レート +item.chickenCooked.name=焼ãé³¥ +item.chickenRaw.name=生ã®é¶è‚‰ +item.clay.name=粘土 +item.clock.name=時計 +item.coal.name=石炭 +item.comparator.name=レッドストーンコンパレーター +item.compass.name=コンパス +item.cookie.name=クッキー +item.diamond.name=ダイヤモンド +item.diode.name=レッドストーンリピーター +item.doorAcacia.name=アカシアã®ãƒ‰ã‚¢ +item.doorBirch.name=シラカãƒã®ãƒ‰ã‚¢ +item.doorDarkOak.name=ダークオークã®ãƒ‰ã‚¢ +item.doorIron.name=鉄ã®ãƒ‰ã‚¢ +item.doorJungle.name=ジャングルã®ãƒ‰ã‚¢ +item.doorOak.name=オークã®ãƒ‰ã‚¢ +item.doorSpruce.name=マツã®ãƒ‰ã‚¢ +item.dyePowder.black.name=イカスミ +item.dyePowder.blue.name=ラピスラズリ +item.dyePowder.brown.name=カカオ豆 +item.dyePowder.cyan.name=æ°´è‰²ã®æŸ“æ–™ +item.dyePowder.gray.name=ç°è‰²ã®æŸ“æ–™ +item.dyePowder.green.name=ç·‘è‰²ã®æŸ“æ–™ +item.dyePowder.lightBlue.name=ç©ºè‰²ã®æŸ“æ–™ +item.dyePowder.lime.name=é»„ç·‘è‰²ã®æŸ“æ–™ +item.dyePowder.magenta.name=èµ¤ç´«è‰²ã®æŸ“æ–™ +item.dyePowder.orange.name=æ©™è‰²ã®æŸ“æ–™ +item.dyePowder.pink.name=æ¡ƒè‰²ã®æŸ“æ–™ +item.dyePowder.purple.name=ç´«è‰²ã®æŸ“æ–™ +item.dyePowder.red.name=èµ¤è‰²ã®æŸ“æ–™ +item.dyePowder.silver.name=è–„ç°è‰²ã®æŸ“æ–™ +item.dyePowder.white.name=骨粉 +item.dyePowder.yellow.name=é»„è‰²ã®æŸ“æ–™ +item.dyed=染色済㿠+item.egg.name=åµ +item.emerald.name=エメラルド +item.emptyMap.name=白紙ã®åœ°å›³ +item.emptyPotion.name=水入り瓶 +item.enchantedBook.name=エンãƒãƒ£ãƒ³ãƒˆã®æœ¬ +item.enderPearl.name=エンダーパール +item.expBottle.name=エンãƒãƒ£ãƒ³ãƒˆã®ç“¶ +item.eyeOfEnder.name=エンダーアイ +item.feather.name=ç¾½ +item.fermentedSpiderEye.name=発酵ã—ãŸã‚¯ãƒ¢ã®ç›® +item.fireball.name=ファイヤーãƒãƒ£ãƒ¼ã‚¸ +item.fireworks.flight=飛翔時間: +item.fireworks.name=ãƒ­ã‚±ãƒƒãƒˆèŠ±ç« +item.fireworksCharge.black=黒色 +item.fireworksCharge.blue=é’色 +item.fireworksCharge.brown=茶色 +item.fireworksCharge.customColor=カスタム +item.fireworksCharge.cyan=水色 +item.fireworksCharge.fadeTo=色変化: +item.fireworksCharge.flicker=ãらã‚ã +item.fireworksCharge.gray=ç°è‰² +item.fireworksCharge.green=緑色 +item.fireworksCharge.lightBlue=空色 +item.fireworksCharge.lime=黄緑色 +item.fireworksCharge.magenta=赤紫色 +item.fireworksCharge.name=花ç«ã®æ˜Ÿ +item.fireworksCharge.orange=橙色 +item.fireworksCharge.pink=桃色 +item.fireworksCharge.purple=紫色 +item.fireworksCharge.red=赤色 +item.fireworksCharge.silver=è–„ç°è‰² +item.fireworksCharge.trail=æµæ˜Ÿ +item.fireworksCharge.type=䏿˜Žãªå½¢çж +item.fireworksCharge.type.0=å°çƒ +item.fireworksCharge.type.1=大玉 +item.fireworksCharge.type.2=星型 +item.fireworksCharge.type.3=クリーパー型 +item.fireworksCharge.type.4=破裂 +item.fireworksCharge.white=白色 +item.fireworksCharge.yellow=黄色 +item.fish.clownfish.raw.name=クマノミ +item.fish.cod.cooked.name=焼ãé­š +item.fish.cod.raw.name=生魚 +item.fish.pufferfish.raw.name=フグ +item.fish.salmon.cooked.name=焼ãé®­ +item.fish.salmon.raw.name=生鮭 +item.fishingRod.name=釣竿 +item.flint.name=ç«æ‰“石 +item.flintAndSteel.name=ç«æ‰“çŸ³ã¨æ‰“ã¡é‡‘ +item.flowerPot.name=æ¤æœ¨é‰¢ +item.frame.name=é¡ç¸ +item.ghastTear.name=ã‚¬ã‚¹ãƒˆã®æ¶™ +item.glassBottle.name=ガラス瓶 +item.goldNugget.name=金塊 +item.hatchetDiamond.name=ãƒ€ã‚¤ãƒ¤ã®æ–§ +item.hatchetGold.name=é‡‘ã®æ–§ +item.hatchetIron.name=é‰„ã®æ–§ +item.hatchetStone.name=çŸ³ã®æ–§ +item.hatchetWood.name=æœ¨ã®æ–§ +item.helmetChain.name=ãƒã‚§ãƒ¼ãƒ³ãƒ˜ãƒ«ãƒ¡ãƒƒãƒˆ +item.helmetCloth.name=é©ã®å¸½å­ +item.helmetDiamond.name=ダイヤã®ãƒ˜ãƒ«ãƒ¡ãƒƒãƒˆ +item.helmetGold.name=金ã®ãƒ˜ãƒ«ãƒ¡ãƒƒãƒˆ +item.helmetIron.name=鉄ã®ãƒ˜ãƒ«ãƒ¡ãƒƒãƒˆ +item.hoeDiamond.name=ダイヤã®ã‚¯ãƒ¯ +item.hoeGold.name=金ã®ã‚¯ãƒ¯ +item.hoeIron.name=鉄ã®ã‚¯ãƒ¯ +item.hoeStone.name=石ã®ã‚¯ãƒ¯ +item.hoeWood.name=木ã®ã‚¯ãƒ¯ +item.horsearmordiamond.name=ダイヤã®é¦¬éާ +item.horsearmorgold.name=金ã®é¦¬éާ +item.horsearmormetal.name=鉄ã®é¦¬éާ +item.ingotGold.name=金インゴット +item.ingotIron.name=鉄インゴット +item.leash.name=リード +item.leather.name=é© +item.leaves.name=木ã®è‘‰ +item.leggingsChain.name=ãƒã‚§ãƒ¼ãƒ³ãƒ¬ã‚®ãƒ³ã‚¹ +item.leggingsCloth.name=é©ã®ã‚ºãƒœãƒ³ +item.leggingsDiamond.name=ダイヤã®ãƒ¬ã‚®ãƒ³ã‚¹ +item.leggingsGold.name=金ã®ãƒ¬ã‚®ãƒ³ã‚¹ +item.leggingsIron.name=鉄ã®ãƒ¬ã‚®ãƒ³ã‚¹ +item.magmaCream.name=マグマクリーム +item.map.name=地図 +item.melon.name=スイカ +item.milk.name=牛乳 +item.minecart.name=トロッコ +item.minecartChest.name=ãƒã‚§ã‚¹ãƒˆä»˜ãトロッコ +item.minecartCommandBlock.name=コマンドブロック付ãトロッコ + +item.minecartFurnace.name=ã‹ã¾ã©ä»˜ãトロッコ +item.minecartHopper.name=ホッパー付ãトロッコ +item.minecartTnt.name=TNT付ãトロッコ +item.monsterPlacer.name=スãƒãƒ¼ãƒ³ +item.mushroomStew.name=キノコシãƒãƒ¥ãƒ¼ +item.muttonCooked.name=焼ã„ãŸç¾Šè‚‰ +item.muttonRaw.name=生ã®ç¾Šè‚‰ +item.nameTag.name=åæœ­ +item.netherStalkSeeds.name=ãƒã‚¶ãƒ¼ã‚¦ã‚©ãƒ¼ãƒˆ +item.netherStar.name=ãƒã‚¶ãƒ¼ã‚¹ã‚¿ãƒ¼ +item.netherbrick.name=ãƒã‚¶ãƒ¼ãƒ¬ãƒ³ã‚¬ +item.netherquartz.name=ãƒã‚¶ãƒ¼æ°´æ™¶ +item.painting.name=絵画 +item.paper.name=ç´™ +item.pickaxeDiamond.name=ダイヤã®ãƒ„ルãƒã‚· +item.pickaxeGold.name=金ã®ãƒ„ルãƒã‚· +item.pickaxeIron.name=鉄ã®ãƒ„ルãƒã‚· +item.pickaxeStone.name=石ã®ãƒ„ルãƒã‚· +item.pickaxeWood.name=木ã®ãƒ„ルãƒã‚· +item.porkchopCooked.name=焼ã豚 +item.porkchopRaw.name=生ã®è±šè‚‰ +item.potato.name=ジャガイモ +item.potatoBaked.name=ベークドãƒãƒ†ãƒˆ +item.potatoPoisonous.name=é’ããªã£ãŸã‚¸ãƒ£ã‚¬ã‚¤ãƒ¢ +item.potion.name=ãƒãƒ¼ã‚·ãƒ§ãƒ³ +item.prismarineCrystals.name=プリズマリンクリスタル +item.prismarineShard.name=ãƒ—ãƒªã‚ºãƒžãƒªãƒ³ã®æ¬ ç‰‡ +item.pumpkinPie.name=パンプキンパイ +item.rabbitCooked.name=焼ã兎肉 +item.rabbitFoot.name=ウサギã®è¶³ +item.rabbitHide.name=ウサギã®çš® +item.rabbitRaw.name=生ã®å…Žè‚‰ +item.rabbitStew.name=ウサギシãƒãƒ¥ãƒ¼ +item.record.11.desc=C418 - 11 +item.record.13.desc=C418 - 13 +item.record.blocks.desc=C418 - blocks +item.record.cat.desc=C418 - cat +item.record.chirp.desc=C418 - chirp +item.record.far.desc=C418 - far +item.record.mall.desc=C418 - mall +item.record.mellohi.desc=C418 - mellohi +item.record.name=レコード +item.record.stal.desc=C418 - stal +item.record.strad.desc=C418 - strad +item.record.wait.desc=C418 - wait +item.record.ward.desc=C418 - ward +item.redstone.name=レッドストーン +item.reeds.name=サトウキビ +item.rottenFlesh.name=è…ã£ãŸè‚‰ +item.ruby.name=ルビー +item.saddle.name=サドル +item.seeds.name=種 +item.seeds_melon.name=スイカã®ç¨® +item.seeds_pumpkin.name=カボãƒãƒ£ã®ç¨® +item.shears.name=ãƒã‚µãƒŸ +item.shovelDiamond.name=ダイヤã®ã‚·ãƒ£ãƒ™ãƒ« +item.shovelGold.name=金ã®ã‚·ãƒ£ãƒ™ãƒ« +item.shovelIron.name=鉄ã®ã‚·ãƒ£ãƒ™ãƒ« +item.shovelStone.name=石ã®ã‚·ãƒ£ãƒ™ãƒ« +item.shovelWood.name=木ã®ã‚·ãƒ£ãƒ™ãƒ« +item.sign.name=çœ‹æ¿ +item.skull.char.name=é ­ +item.skull.creeper.name=クリーパーã®é ­ +item.skull.player.name=%s ã®é ­ +item.skull.skeleton.name=スケルトンã®é ­è“‹éª¨ +item.skull.wither.name=ウィザースケルトンã®é ­ +item.skull.zombie.name=ゾンビã®é ­ +item.slimeball.name=スライムボール +item.snowball.name=雪玉 +item.speckledMelon.name=ãらã‚ãスイカ +item.spiderEye.name=クモã®ç›® +item.stick.name=棒 +item.string.name=糸 +item.sugar.name=ç ‚ç³– +item.sulphur.name=ç«è–¬ +item.swordDiamond.name=ダイヤã®å‰£ +item.swordGold.name=金ã®å‰£ +item.swordIron.name=鉄ã®å‰£ +item.swordStone.name=石ã®å‰£ +item.swordWood.name=木ã®å‰£ +item.unbreakable=è€ä¹… +item.wheat.name=å°éº¦ +item.writingBook.name=本ã¨ç¾½ãƒšãƒ³ +item.writtenBook.name=記入済ã¿ã®æœ¬ +item.yellowDust.name=グロウストーンダスト +itemGroup.brewing=醸造 +itemGroup.buildingBlocks=建築ブロック +itemGroup.combat=戦闘 +itemGroup.decorations=装飾ブロック +itemGroup.food=食料 +itemGroup.inventory=サãƒã‚¤ãƒãƒ«ã‚¤ãƒ³ãƒ™ãƒ³ãƒˆãƒª +itemGroup.materials=ææ–™ +itemGroup.misc=ãã®ä»– +itemGroup.redstone=レッドストーン +itemGroup.search=アイテム検索 +itemGroup.tools=é“å…· +itemGroup.transportation=é‹é€ +key.attack=攻撃ã™ã‚‹/壊㙠+key.back=後退 +key.categories.gameplay=ゲームプレイ +key.categories.inventory=æŒã¡ç‰©æ¬„ +key.categories.misc=ãã®ä»– +key.categories.movement=移動 +key.categories.multiplayer=マルãƒãƒ—レイ +key.categories.stream=é…ä¿¡ +key.categories.ui=インターフェース +key.chat=ãƒãƒ£ãƒƒãƒˆã‚’é–‹ã +key.command=コマンドを開ã +key.drop=アイテムをæ¨ã¦ã‚‹ +key.forward=å‰é€² +key.fullscreen=全画é¢ãƒ¢ãƒ¼ãƒ‰ã®åˆ‡ã‚Šæ›¿ãˆ +key.hotbar.1=ホットãƒãƒ¼ã‚¹ãƒ­ãƒƒãƒˆ1 +key.hotbar.2=ホットãƒãƒ¼ã‚¹ãƒ­ãƒƒãƒˆ2 +key.hotbar.3=ホットãƒãƒ¼ã‚¹ãƒ­ãƒƒãƒˆ3 +key.hotbar.4=ホットãƒãƒ¼ã‚¹ãƒ­ãƒƒãƒˆ4 +key.hotbar.5=ホットãƒãƒ¼ã‚¹ãƒ­ãƒƒãƒˆ5 +key.hotbar.6=ホットãƒãƒ¼ã‚¹ãƒ­ãƒƒãƒˆ6 +key.hotbar.7=ホットãƒãƒ¼ã‚¹ãƒ­ãƒƒãƒˆ7 +key.hotbar.8=ホットãƒãƒ¼ã‚¹ãƒ­ãƒƒãƒˆ8 +key.hotbar.9=ホットãƒãƒ¼ã‚¹ãƒ­ãƒƒãƒˆ9 +key.inventory=インベントリ +key.jump=ジャンプ +key.left=å·¦ +key.mouseButton=ボタン %1$s +key.pickItem=ãƒ–ãƒ­ãƒƒã‚¯é¸æŠž +key.playerlist=プレイヤーリスト +key.right=å³ +key.screenshot=スクリーンショット撮影 +key.smoothCamera=カメラ動作ã®åˆ‡ã‚Šæ›¿ãˆ +key.sneak=スニーク +key.spectatorOutlines=ãƒã‚¤ãƒ©ã‚¤ãƒˆãƒ—レイヤー (スペクテイター) +key.sprint=ダッシュ +key.streamCommercial=é…信コマーシャルを表示 +key.streamPauseUnpause=é…ä¿¡ ä¸€æ™‚åœæ­¢/å†é–‹ +key.streamStartStop=é…ä¿¡ é–‹å§‹/åœæ­¢ +key.streamToggleMic=プッシュ トゥ トーク/ミュート +key.togglePerspective=視点ã®åˆ‡ã‚Šæ›¿ãˆ +key.use=アイテムã®ä½¿ç”¨/ブロックã®è¨­ç½® +lanServer.otherPlayers=ä»–ã®ãƒ—レイヤーã®ãŸã‚ã®è¨­å®š +lanServer.scanning=LAN内ã®ã‚²ãƒ¼ãƒ ã‚’検索ã—ã¦ã„ã¾ã™ +lanServer.start=LANワールドã®é–‹å§‹ +lanServer.title=LANワールド +language.code=ja_JP +language.name=日本語 +language.region=日本 +mcoServer.title=オンラインã®Minecraftワールド +menu.convertingLevel=ワールドを変æ›ä¸­ +menu.disconnect=切断ã™ã‚‹ +menu.game=ゲームメニュー +menu.generatingLevel=ワールドを生æˆä¸­ +menu.generatingTerrain=地形情報を生æˆä¸­ +menu.loadingLevel=ワールドを読ã¿è¾¼ã¿ä¸­ +menu.multiplayer=マルãƒãƒ—レイ +menu.online=Minecraft Realms +menu.options=設定 +menu.playdemo=デモワールドã§éŠã¶ +menu.quit=終了 +menu.resetdemo=デモワールドã®ãƒªã‚»ãƒƒãƒˆ +menu.respawning=リスãƒãƒ¼ãƒ³ä¸­ +menu.returnToGame=ã‚²ãƒ¼ãƒ ã«æˆ»ã‚‹ +menu.returnToMenu=セーブã—ã¦ã‚¿ã‚¤ãƒˆãƒ«ã¸æˆ»ã‚‹ +menu.shareToLan=LANã«å…¬é–‹ +menu.simulating=ワールドを構æˆä¸­ +menu.singleplayer=シングルプレイ +menu.switchingLevel=ワールドã®åˆ‡ã‚Šæ›¿ãˆ +merchant.deprecated=ä»–ã®è²¿æ˜“ã‚’ã—ã¦ãƒ­ãƒƒã‚¯ã‚’解除ã—ã¦ãã ã•ã„ +mount.onboard=%1$sã§é™ã‚Šã‚‹ +multiplayer.connect=接続 +multiplayer.downloadingStats=統計ã¨å®Ÿç¸¾ã®æƒ…報をダウンロード中... +multiplayer.downloadingTerrain=地形情報をダウンロード中 +multiplayer.info1=Minecraftã®ãƒžãƒ«ãƒãƒ—ãƒ¬ã‚¤ã¯æœªå®Œæˆã®çŠ¶æ…‹ã§ã™ãŒã€ +multiplayer.info2=åˆæœŸæ®µéšŽã®ãƒ†ã‚¹ãƒˆãŒå®Ÿæ–½ã•れã¦ã„ã¾ã™ã€‚ +multiplayer.ipinfo=接続先ã®ã‚µãƒ¼ãƒãƒ¼IPアドレスを入力ã—ã¦ãã ã•ã„: +multiplayer.player.joined=%s ãŒã‚²ãƒ¼ãƒ ã«å‚加ã—ã¾ã—㟠+multiplayer.player.joined.renamed=%s (æ—§ç§° %s) ãŒã‚²ãƒ¼ãƒ ã«å‚加ã—ã¾ã—㟠+multiplayer.player.left=%s ãŒé€€å‡ºã—ã¾ã—㟠+multiplayer.stopSleeping=ベッドã‹ã‚‰å‡ºã‚‹ +multiplayer.texturePrompt.line1=ã“ã®ã‚µãƒ¼ãƒãƒ¼ã§ã¯ã€ã‚«ã‚¹ã‚¿ãƒ ãƒªã‚½ãƒ¼ã‚¹ãƒ‘ックã®åˆ©ç”¨ã‚’ãŠå‹§ã‚ã—ã¾ã™ã€‚ +multiplayer.texturePrompt.line2=自動的ã«ãƒ€ã‚¦ãƒ³ãƒ­ãƒ¼ãƒ‰ã—ã¦ã‚¤ãƒ³ã‚¹ãƒˆãƒ¼ãƒ«ã—ã¾ã™ã‹ï¼Ÿ +multiplayer.title=マルãƒãƒ—レイã§éŠã¶ +options.advancedButton=高度ãªãƒ“デオ設定... +options.advancedOpengl=Advanced OpenGL +options.advancedVideoTitle=高度ãªãƒ“デオ設定 +options.anaglyph=3Dアナグリフ +options.ao=スムースライティング +options.ao.max=最大 +options.ao.min=æœ€å° +options.ao.off=オフ +options.blockAlternatives=代替ブロック +options.chat.color=色 +options.chat.height.focused=ãƒãƒ£ãƒƒãƒˆæ™‚ã®ãƒ­ã‚°è¡¨ç¤ºã‚¨ãƒªã‚¢é«˜ã• +options.chat.height.unfocused=通常時ã®ãƒ­ã‚°è¡¨ç¤ºã‚¨ãƒªã‚¢é«˜ã• +options.chat.links=ウェブリンク +options.chat.links.prompt=リンク時ã®ãƒ—ロンプト +options.chat.opacity=ä¸é€æ˜Žåº¦ +options.chat.scale=サイズ +options.chat.title=ãƒãƒ£ãƒƒãƒˆè¨­å®š... +options.chat.visibility=ãƒãƒ£ãƒƒãƒˆ +options.chat.visibility.full=表示 +options.chat.visibility.hidden=éžè¡¨ç¤º +options.chat.visibility.system=コマンドã®ã¿ +options.chat.width=å¹… +options.controls=キー設定... +options.customizeTitle=カスタマイズワールド設定 +options.difficulty=難易度 +options.difficulty.easy=イージー +options.difficulty.hard=ãƒãƒ¼ãƒ‰ +options.difficulty.hardcore=ãƒãƒ¼ãƒ‰ã‚³ã‚¢ +options.difficulty.normal=ノーマル +options.difficulty.peaceful=ピースフル +options.farWarning1=æç”»è·é›¢ã‚’「é ã„ã€ã«è¨­å®šã™ã‚‹å ´åˆ +options.farWarning2=64ビット版Javaã‚’ãŠå‹§ã‚ã—ã¾ã™(ç¾åœ¨ã¯32ビット版) +options.fboEnable=FBOsを有効ã«ã™ã‚‹ +options.forceUnicodeFont=Unicodeフォントã®å¼·åˆ¶ +options.fov=視野 +options.fov.max=最大 +options.fov.min=普通 +options.framerateLimit=最大フレームレート +options.framerateLimit.max=ç„¡åˆ¶é™ +options.fullscreen=フルスクリーン +options.gamma=明る㕠+options.gamma.max=明るㄠ+options.gamma.min=æš—ã„ +options.graphics=グラフィックス +options.graphics.fancy=æç”»å„ªå…ˆ +options.graphics.fast=処ç†å„ªå…ˆ +options.guiScale=GUIã®å¤§ãã• +options.guiScale.auto=自動 +options.guiScale.large=大ãã„ +options.guiScale.normal=普通 +options.guiScale.small=å°ã•ã„ +options.hidden=éžè¡¨ç¤º +options.invertMouse=マウスå転 +options.language=言語設定... +options.languageWarning=正確ãªç¿»è¨³ãŒè¡Œã‚れã¦ã„ãªã„å¯èƒ½æ€§ãŒã‚りã¾ã™ +options.mipmapLevels=ミップマップレベル +options.modelPart.cape=マント +options.modelPart.hat=å¸½å­ +options.modelPart.jacket=ジャケット +options.modelPart.left_pants_leg=å·¦ã®ã‚ºãƒœãƒ³ã®è„š +options.modelPart.left_sleeve=左袖 +options.modelPart.right_pants_leg=å³ã®ã‚ºãƒœãƒ³ã®è„š +options.modelPart.right_sleeve=å³è¢– +options.multiplayer.title=マルãƒãƒ—レイ設定... +options.music=BGM +options.off=オフ +options.on=オン +options.particles=パーティクルã®è¡¨ç¤º +options.particles.all=ã™ã¹ã¦ +options.particles.decreased=å°‘ã— +options.particles.minimal=最少 +options.performanceButton=映åƒãƒ‘フォーマンスã®è¨­å®š... +options.performanceVideoTitle=映åƒãƒ‘フォーマンスã®è¨­å®š +options.postButton=ãƒã‚¹ãƒˆå‡¦ç†ã®è¨­å®š +options.postProcessEnable=é€ä¿¡å‡¦ç†ã‚’有効ã«ã™ã‚‹ +options.postVideoTitle=ãƒã‚¹ãƒˆå‡¦ç†ã®è¨­å®š +options.qualityButton=ビデオã®å“質設定... +options.qualityVideoTitle=ビデオã®å“質設定 +options.reducedDebugInfo=ã¾ã¨ã‚ãŸãƒ‡ãƒãƒƒã‚°æƒ…å ± +options.renderClouds=雲ã®è¡¨ç¤º +options.renderDistance=æç”»è·é›¢ +options.renderDistance.far=é ã„ +options.renderDistance.normal=普通 +options.renderDistance.short=短ㄠ+options.renderDistance.tiny=最短 +options.resourcepack=リソースパック... +options.saturation=è…¹æŒã¡ +options.sensitivity=マウス感度 +options.sensitivity.max=猛スピード!!! +options.sensitivity.min=*ã‚ãã³* +options.skinCustomisation=スキンã®ã‚«ã‚¹ã‚¿ãƒžã‚¤ã‚º... +options.skinCustomisation.title=スキンã®ã‚«ã‚¹ã‚¿ãƒžã‚¤ã‚º +options.snooper=情報åŽé›†ã‚’è¨±å¯ +options.snooper.desc=å•é¡Œã®æŠŠæ¡ã¨Minecraftã®æ”¹è‰¯ã®ãŸã‚ã«ã€ã‚ãªãŸã®ã‚³ãƒ³ãƒ”ューターã«é–¢ã™ã‚‹æƒ…å ±ã®åŽé›†ã‚’行ã„ãŸã„ã¨æ€ã„ã¾ã™ã€‚åŽé›†ã™ã‚‹æƒ…å ±ã¯åŒ¿å化ã•れã€ä»¥ä¸‹ã«ãã®å†…容ãŒè¡¨ç¤ºã•れã¦ã„ã¾ã™ã€‚ã“ã®æƒ…報を悪用ã—ãªã„ã“ã¨ã‚’ãŠç´„æŸã—ã¾ã™ã€‚ã‚‚ã—é€ä¿¡ã‚’æ‹’å¦ã—ãŸã„ãªã‚‰ã€ã‚ªãƒ•ã«ã—ã¦ã„ãŸã ã„ã¦çµæ§‹ã§ã™ï¼ +options.snooper.title=マシンスペックã®åŽé›† +options.snooper.view=情報åŽé›†è¨­å®š... +options.sound=サウンド +options.sounds=サウンド設定... +options.sounds.title=サウンド設定 +options.stream=é…信設定... +options.stream.bytesPerPixel=å“質 +options.stream.changes=ã“れらã®å¤‰æ›´ã‚’é©ç”¨ã™ã‚‹å ´åˆã€é…信をやり直ã™å¿…è¦ãŒã‚ã‚‹å ´åˆãŒã‚りã¾ã™ã€‚ +options.stream.chat.enabled=有効 +options.stream.chat.enabled.always=有効 +options.stream.chat.enabled.never=無効 +options.stream.chat.enabled.streaming=放é€ä¸­ +options.stream.chat.title=Twitchãƒãƒ£ãƒƒãƒˆè¨­å®š +options.stream.chat.userFilter=ユーザーフィルター +options.stream.chat.userFilter.all=ã™ã¹ã¦ã®è¦–è´è€… +options.stream.chat.userFilter.mods=モデレーター +options.stream.chat.userFilter.subs=購読者 +options.stream.compression=圧縮 +options.stream.compression.high=高 +options.stream.compression.low=低 +options.stream.compression.medium=中 +options.stream.estimation=推定解åƒåº¦: %sx%s +options.stream.fps=フレームレート +options.stream.ingest.reset=パフォーマンスリセット +options.stream.ingest.title=Twitché…信サーãƒä¸€è¦§ +options.stream.ingestSelection=é…信サーãƒãƒ¼ãƒªã‚¹ãƒˆ +options.stream.kbps=帯域幅 +options.stream.micToggleBehavior=プッシュ トゥ +options.stream.micVolumne=ãƒžã‚¤ã‚¯éŸ³é‡ +options.stream.mic_toggle.mute=ミュート +options.stream.mic_toggle.talk=トーク +options.stream.sendMetadata=メタデータé€ä¿¡ +options.stream.systemVolume=ã‚·ã‚¹ãƒ†ãƒ éŸ³é‡ +options.stream.title=Twitché…信設定 +options.title=設定 +options.touchscreen=タッãƒã‚¹ã‚¯ãƒªãƒ¼ãƒ³ãƒ¢ãƒ¼ãƒ‰ +options.vbo=VBOs使用 +options.video=ビデオ設定... +options.videoTitle=ビデオ設定 +options.viewBobbing=ç”»é¢ã®æºã‚Œ +options.visible=表示 +options.vsync=åž‚ç›´åŒæœŸã®ä½¿ç”¨ +potion.absorption=è¡æ’ƒå¸åŽ +potion.absorption.postfix=è¡æ’ƒå¸åŽã®ãƒãƒ¼ã‚·ãƒ§ãƒ³ +potion.blindness=盲目 +potion.blindness.postfix=盲目ã®ãƒãƒ¼ã‚·ãƒ§ãƒ³ +potion.confusion=åãæ°— +potion.confusion.postfix=åãæ°—ã®ãƒãƒ¼ã‚·ãƒ§ãƒ³ +potion.damageBoost=攻撃力上昇 +potion.damageBoost.postfix=力ã®ãƒãƒ¼ã‚·ãƒ§ãƒ³ +potion.digSlowDown=採掘速度低下 +potion.digSlowDown.postfix=疲労ã®ãƒãƒ¼ã‚·ãƒ§ãƒ³ +potion.digSpeed=採掘速度上昇 +potion.digSpeed.postfix=加速ã®ãƒãƒ¼ã‚·ãƒ§ãƒ³ +potion.effects.whenDrank=効果: +potion.empty=効能ãªã— +potion.fireResistance=ç«ç‚Žè€æ€§ +potion.fireResistance.postfix=è€ç«ã®ãƒãƒ¼ã‚·ãƒ§ãƒ³ +potion.harm=ダメージ +potion.harm.postfix=è² å‚·ã®ãƒãƒ¼ã‚·ãƒ§ãƒ³ +potion.heal=峿™‚回復 +potion.heal.postfix=治癒ã®ãƒãƒ¼ã‚·ãƒ§ãƒ³ +potion.healthBoost=体力増強 +potion.healthBoost.postfix=体力増強ã®ãƒãƒ¼ã‚·ãƒ§ãƒ³ +potion.hunger=空腹 +potion.hunger.postfix=空腹ã®ãƒãƒ¼ã‚·ãƒ§ãƒ³ +potion.invisibility=逿˜ŽåŒ– +potion.invisibility.postfix=逿˜ŽåŒ–ã®ãƒãƒ¼ã‚·ãƒ§ãƒ³ +potion.jump=è·³èºåŠ›ä¸Šæ˜‡ +potion.jump.postfix=è·³èºã®ãƒãƒ¼ã‚·ãƒ§ãƒ³ +potion.moveSlowdown=移動速度低下 +potion.moveSlowdown.postfix=éˆåŒ–ã®ãƒãƒ¼ã‚·ãƒ§ãƒ³ +potion.moveSpeed=移動速度上昇 +potion.moveSpeed.postfix=俊æ•ã®ãƒãƒ¼ã‚·ãƒ§ãƒ³ +potion.nightVision=暗視 +potion.nightVision.postfix=暗視ã®ãƒãƒ¼ã‚·ãƒ§ãƒ³ +potion.poison=毒 +potion.poison.postfix=毒ã®ãƒãƒ¼ã‚·ãƒ§ãƒ³ +potion.potency.1=II +potion.potency.2=â…¢ +potion.potency.3=â…£ +potion.prefix.acrid=刺激ã®å¼·ã„ +potion.prefix.artless=素朴㪠+potion.prefix.awkward=奇妙㪠+potion.prefix.bland=刺激ã®ãªã„ +potion.prefix.bulky=扱ã„ã«ãã„ +potion.prefix.bungling=ä¸å‡ºæ¥ãª +potion.prefix.buttered=ãƒã‚¿ãƒ¼é¢¨å‘³ã® +potion.prefix.charming=素敵㪠+potion.prefix.clear=逿˜Žãª +potion.prefix.cordial=強力㪠+potion.prefix.dashing=派手㪠+potion.prefix.debonair=爽やã‹ãª +potion.prefix.diffuse=ã¼ã‚“やりã—㟠+potion.prefix.elegant=優雅㪠+potion.prefix.fancy=風変ã‚り㪠+potion.prefix.flat=むらã®ãªã„ +potion.prefix.foul=䏿½”㪠+potion.prefix.grenade=スプラッシュ +potion.prefix.gross=æ°—æŒã¡ã®æ‚ªã„ +potion.prefix.harsh=ä¸å¿«ãª +potion.prefix.milky=乳白色㮠+potion.prefix.mundane=ã‚りãµã‚ŒãŸ +potion.prefix.odorless=無臭㮠+potion.prefix.potent=効ãç›®ã®å¼·ã„ +potion.prefix.rank=ä¸å‘³ã„ +potion.prefix.refined=純粋㪠+potion.prefix.smooth=ãªã‚らã‹ãª +potion.prefix.sparkling=ãらã‚ã +potion.prefix.stinky=臭ㄠ+potion.prefix.suave=å£å½“ãŸã‚Šã®ã„ã„ +potion.prefix.thick=濃厚㪠+potion.prefix.thin=希薄㪠+potion.prefix.uninteresting=何ã®å¤‰å“²ã‚‚ãªã„ +potion.regeneration=å†ç”Ÿèƒ½åŠ› +potion.regeneration.postfix=å†ç”Ÿã®ãƒãƒ¼ã‚·ãƒ§ãƒ³ +potion.resistance=è€æ€§ +potion.resistance.postfix=防御ã®ãƒãƒ¼ã‚·ãƒ§ãƒ³ +potion.saturation=満腹度回復 +potion.saturation.postfix=満腹ã®ãƒãƒ¼ã‚·ãƒ§ãƒ³ +potion.waterBreathing=æ°´ä¸­å‘¼å¸ +potion.waterBreathing.postfix=水中呼å¸ã®ãƒãƒ¼ã‚·ãƒ§ãƒ³ +potion.weakness=弱体化 +potion.weakness.postfix=弱化ã®ãƒãƒ¼ã‚·ãƒ§ãƒ³ +potion.wither=ウィザー +potion.wither.postfix=衰退ã®ãƒãƒ¼ã‚·ãƒ§ãƒ³ +record.nowPlaying=å†ç”Ÿä¸­: %s +resourcePack.available.title=利用å¯èƒ½ãªãƒªã‚½ãƒ¼ã‚¹ãƒ‘ック +resourcePack.folderInfo=(リソースパックファイルをã“ã“ã¸) +resourcePack.openFolder=フォルダーを開ã +resourcePack.selected.title=使用中ã®ãƒªã‚½ãƒ¼ã‚¹ãƒ‘ック +resourcePack.title=リソースパックã®é¸æŠž +screenshot.failure=スクリーンショットをä¿å­˜ã§ãã¾ã›ã‚“ã§ã—ãŸ: %s +screenshot.success=スクリーンショットをファイルå %s ã¨ã—ã¦ä¿å­˜ã—ã¾ã—㟠+selectServer.add=サーãƒãƒ¼è¿½åŠ  +selectServer.defaultName=Minecraft サーãƒãƒ¼ +selectServer.delete=削除 +selectServer.deleteButton=削除 +selectServer.deleteQuestion=ã“ã®ã‚µãƒ¼ãƒãƒ¼ã‚’削除ã—ã¦ã‚‚よã‚ã—ã„ã§ã™ã‹ï¼Ÿ +selectServer.deleteWarning=ã¯å®Œå…¨ã«å‰Šé™¤ã•れã€äºŒåº¦ã¨å…ƒã«æˆ»ã›ã¾ã›ã‚“ï¼ +selectServer.direct=ダイレクト接続 +selectServer.edit=編集 +selectServer.empty=æœªé¸æŠž +selectServer.hiddenAddress=(éžè¡¨ç¤º) +selectServer.refresh=æ›´æ–° +selectServer.select=サーãƒãƒ¼ã«æŽ¥ç¶š +selectServer.title=サーãƒãƒ¼é¸æŠž +selectWorld.allowCommands=ãƒãƒ¼ãƒˆã‚’許å¯ã™ã‚‹: +selectWorld.allowCommands.info=/gamemodeã€/xp ç­‰ã®ã‚³ãƒžãƒ³ãƒ‰ +selectWorld.bonusItems=ボーナスãƒã‚§ã‚¹ãƒˆï¼š +selectWorld.cheats=ãƒãƒ¼ãƒˆ +selectWorld.conversion=ワールドデータを変æ›ã™ã‚‹å¿…è¦ãŒã‚りã¾ã™ +selectWorld.create=ワールド新è¦ä½œæˆ +selectWorld.createDemo=æ–°ã—ã„デモワールドã§éŠã¶ +selectWorld.customizeType=カスタマイズ +selectWorld.delete=削除 +selectWorld.deleteButton=削除 +selectWorld.deleteQuestion=ã“ã®ãƒ¯ãƒ¼ãƒ«ãƒ‰ã‚’削除ã—ã¦ã‚‚よã‚ã—ã„ã§ã™ã‹ï¼Ÿ +selectWorld.deleteWarning=ã¯å®Œå…¨ã«å‰Šé™¤ã•れã€äºŒåº¦ã¨å…ƒã«æˆ»ã›ã¾ã›ã‚“ï¼ +selectWorld.empty=æœªé¸æŠž +selectWorld.enterName=ワールドå +selectWorld.enterSeed=ワールド生æˆã®ã‚·ãƒ¼ãƒ‰å€¤ +selectWorld.gameMode=ゲームモード +selectWorld.gameMode.adventure=アドベンãƒãƒ£ãƒ¼ +selectWorld.gameMode.adventure.line1=サãƒã‚¤ãƒãƒ«ãƒ¢ãƒ¼ãƒ‰ã¨åŒã˜ã§ã™ãŒã€ãƒ–ロックを +selectWorld.gameMode.adventure.line2=ç½®ã„ãŸã‚Šç ´å£Šã™ã‚‹ã“ã¨ã¯ã§ãã¾ã›ã‚“ +selectWorld.gameMode.creative=クリエイティブ +selectWorld.gameMode.creative.line1=無制é™ã®ã‚¢ã‚¤ãƒ†ãƒ ã€é£›è¡Œå¯èƒ½ã€ãã—㦠+selectWorld.gameMode.creative.line2=ブロックを瞬時ã«ç ´å£Šã§ãã‚‹ +selectWorld.gameMode.hardcore=ãƒãƒ¼ãƒ‰ã‚³ã‚¢ +selectWorld.gameMode.hardcore.line1=サãƒã‚¤ãƒãƒ«ãƒ¢ãƒ¼ãƒ‰ã¨åŒã˜ã ãŒã€æœ€ã‚‚困難ãªé›£æ˜“度設定 +selectWorld.gameMode.hardcore.line2=ãã—ã¦ã²ã¨ã¤ãりã®å‘½ +selectWorld.gameMode.spectator=スペクテイター +selectWorld.gameMode.spectator.line1=鑑賞å¯èƒ½ã€å¹²æ¸‰ä¸å¯ +selectWorld.gameMode.survival=サãƒã‚¤ãƒãƒ« +selectWorld.gameMode.survival.line1=資æã‚’探ã—ã€é“具を作り〠+selectWorld.gameMode.survival.line2=レベルã€HPã€ç©ºè…¹ã®è¦ç´ ãŒã‚ã‚‹ +selectWorld.hardcoreMode=ãƒãƒ¼ãƒ‰ã‚³ã‚¢: +selectWorld.hardcoreMode.info=死亡ã™ã‚‹ã¨ãƒ¯ãƒ¼ãƒ«ãƒ‰ãŒå‰Šé™¤ã•れã¾ã™ +selectWorld.mapFeatures=構造物を生æˆã™ã‚‹: +selectWorld.mapFeatures.info=æ‘ã€ãƒ€ãƒ³ã‚¸ãƒ§ãƒ³ãªã© +selectWorld.mapType=ワールドタイプ: +selectWorld.mapType.normal=ノーマル +selectWorld.moreWorldOptions=ãã®ä»–ã®ãƒ¯ãƒ¼ãƒ«ãƒ‰è¨­å®š... +selectWorld.newWorld=æ–°è¦ãƒ¯ãƒ¼ãƒ«ãƒ‰ +selectWorld.newWorld.copyOf=%s ã®ã‚³ãƒ”ー +selectWorld.recreate=å†ç”Ÿæˆ +selectWorld.rename=åå‰ã‚’変更 +selectWorld.renameButton=åå‰ã‚’変更 +selectWorld.renameTitle=ワールドåã®å¤‰æ›´ +selectWorld.resultFolder=ä¿å­˜å…ˆï¼š +selectWorld.seedInfo=空白ã§ãƒ©ãƒ³ãƒ€ãƒ ç”Ÿæˆ +selectWorld.select=é¸æŠžã—ãŸãƒ¯ãƒ¼ãƒ«ãƒ‰ã§éŠã¶ +selectWorld.title=ãƒ¯ãƒ¼ãƒ«ãƒ‰ã‚’é¸æŠž +selectWorld.world=ワールド +sign.edit=看æ¿ã®ç·¨é›† +soundCategory.ambient=環境音 +soundCategory.block=ブロック +soundCategory.hostile=敵対的生物 +soundCategory.master=ä¸»éŸ³é‡ +soundCategory.music=BGM +soundCategory.neutral=å‹å¥½çš„生物 +soundCategory.player=プレイヤー +soundCategory.record=ジュークボックス/音符ブロック +soundCategory.weather=天候 +stat.animalsBred=å‹•ç‰©ã‚’ç¹æ®–ã•ã›ãŸå›žæ•° +stat.blocksButton=ブロック +stat.boatOneCm=ボートã§ç§»å‹•ã—ãŸè·é›¢ +stat.breakItem=%1$sを消耗ã—ãŸå›žæ•° +stat.climbOneCm=ç™»ã£ãŸè·é›¢ +stat.craftItem=%1$sを作ã£ãŸå›žæ•° +stat.crafted=作ã£ãŸå›žæ•° +stat.createWorld=生æˆãƒ¯ãƒ¼ãƒ«ãƒ‰æ•° +stat.crouchOneCm=スニークã—ãŸè·é›¢ +stat.damageDealt=与ãˆãŸãƒ€ãƒ¡ãƒ¼ã‚¸ +stat.damageTaken=å—ã‘ãŸãƒ€ãƒ¡ãƒ¼ã‚¸ +stat.deaths=死亡回数 +stat.depleted=消耗ã—ãŸå›žæ•° +stat.diveOneCm=水中歩行ã—ãŸè·é›¢ +stat.drop=è½ã¨ã—ãŸã‚¢ã‚¤ãƒ†ãƒ ã®æ•° +stat.entityKilledBy=%s ã« %s 回倒ã•れã¾ã—㟠+stat.entityKilledBy.none=ã¾ã  %s ã«å€’ã•れãŸã“ã¨ãŒãªã„ +stat.entityKills=%s 体 %s を倒ã—ã¾ã—㟠+stat.entityKills.none=ã¾ã  %s を倒ã—ãŸã“ã¨ãŒãªã„ +stat.fallOneCm=è½ä¸‹ã—ãŸè·é›¢ +stat.fishCaught=釣ã£ãŸé­šã®æ•° +stat.flyOneCm=æµ®ã„ãŸè·é›¢ +stat.generalButton=一般 +stat.horseOneCm=ウマã«ä¹—ã£ã¦ç§»å‹•ã—ãŸè·é›¢ +stat.itemsButton=アイテム +stat.joinMultiplayer=マルãƒãƒ—レイã§éŠã‚“ã å›žæ•° +stat.jump=ジャンプã—ãŸå›žæ•° +stat.junkFished=ゴミを釣り上ã’ãŸå›žæ•° +stat.leaveGame=ゲームを終了ã—ãŸå›žæ•° +stat.loadWorld=読ã¿è¾¼ã¾ã‚ŒãŸãƒ¯ãƒ¼ãƒ«ãƒ‰ã®æ•° +stat.mineBlock=%1$sを採å–ã—ãŸå›žæ•° +stat.minecartOneCm=トロッコã§ç§»å‹•ã—ãŸè·é›¢ +stat.mined=採å–ã—ãŸå›žæ•° +stat.mobKills=倒ã—ãŸMobã®æ•° +stat.mobsButton=Mob +stat.pigOneCm=ブタã§ç§»å‹•ã—ãŸè·é›¢ +stat.playOneMinute=ゲームプレイ時間 (分) +stat.playerKills=倒ã—ãŸãƒ—ãƒ¬ã‚¤ãƒ¤ãƒ¼ã®æ•° +stat.sprintOneCm=ダッシュã—ãŸè·é›¢ +stat.startGame=ゲームを起動ã—ãŸå›žæ•° +stat.swimOneCm=æ³³ã„ã è·é›¢ +stat.talkedToVillager=æ‘人ã¨ä¼šè©±ã—ãŸå›žæ•° +stat.timeSinceDeath=æœ€å¾Œã«æ­»äº¡ã—ã¦ã‹ã‚‰ã®çµŒéŽæ™‚é–“ +stat.tradedWithVillager=æ‘人ã¨è²¿æ˜“ã—ãŸå›žæ•° +stat.treasureFished=å®ç‰©ã‚’釣り上ã’ãŸå›žæ•° +stat.useItem=%1$sを使ã£ãŸå›žæ•° +stat.used=使ã£ãŸå›žæ•° +stat.walkOneCm=æ­©ã„ãŸè·é›¢ +stats.tooltip.type.achievement=実績 +stats.tooltip.type.statistic=統計値 +stream.confirm_start=é…ä¿¡ã‚’é–‹å§‹ã—ã¦ã‚‚よã‚ã—ã„ã§ã—ょã†ã‹ï¼Ÿ +stream.unavailable.account_not_bound=Minecraftã§Twitché…信を使用ã™ã‚‹å‰ã«ã€mojang.comã§Twitchアカウントをリンクã™ã‚‹å¿…è¦ãŒã‚りã¾ã™ã€‚今ã™ã設定ã—ã¾ã™ã‹ï¼Ÿ +stream.unavailable.account_not_bound.okay=アカウントをリンク +stream.unavailable.account_not_migrated=Twitchã§Minecraftã®æ”¾é€ã‚’ã™ã‚‹ãŸã‚ã«ã¯ã€Mojangアカウントã«Minecraftã®ã‚¢ã‚«ã‚¦ãƒ³ãƒˆã‚’移行ã™ã‚‹å¿…è¦ãŒã‚りã¾ã™ã€‚今ã™ãã—ã¾ã™ã‹ï¼Ÿ +stream.unavailable.account_not_migrated.okay=アカウントã®ç§»è¡Œ +stream.unavailable.failed_auth=Twitchèªè¨¼ã«å¤±æ•—ã—ã¾ã—ãŸã€‚mojang.comã«ç§»å‹•ã—ã¦Twitchアカウントをå†è¨­å®šã—ã¦ãã ã•ã„。 +stream.unavailable.failed_auth.okay=アカウントã®å†è¨­å®š +stream.unavailable.failed_auth_error=Twitchã®èªè¨¼ã«å¤±æ•—ã—ã¾ã—ãŸã€‚後ã§ã‚‚ã†ä¸€åº¦ã‚„り直ã—ã¦ãã ã•ã„。 +stream.unavailable.initialization_failure=Twitch SDK ã‚’æ­£ã—ãåˆæœŸåŒ–ã§ãã¾ã›ã‚“ã§ã—ãŸã€‚ +stream.unavailable.initialization_failure.extra=(ç†ç”±: %s) +stream.unavailable.library_arch_mismatch=Minecraftã®èµ·å‹•ã«ä½¿ã‚れã¦ã„るカスタムãƒãƒ¼ã‚¸ãƒ§ãƒ³ã®Javaã¯ã€ãƒ©ãƒ³ãƒãƒ£ãƒ¼ã§ä½¿ç”¨ã•れã¦ã„ã‚‹ã‚‚ã®ã¨ç•°ãªã‚‹ã‚¢ãƒ¼ã‚­ãƒ†ã‚¯ãƒãƒ£ã‚’æŒã£ã¦ã„ã¾ã™ã€‚32-bitã‹64-bitã®ä½•れã®ãƒãƒ¼ã‚¸ãƒ§ãƒ³ã«ã—ã¦ã‚‚ã€ãƒ©ãƒ³ãƒãƒ£ãƒ¼ã¨æœ¬ä½“ã®ä¸¡è€…アーキテクãƒãƒ£ãŒåŒã˜ã§ã‚ã‚‹ã‹ç¢ºèªã—ã¦ãã ã•ã„。 +stream.unavailable.library_failure=Twitché…信サービスを利用ã™ã‚‹ç‚ºã«å¿…è¦ãªãƒ©ã‚¤ãƒ–ラリを読ã¿è¾¼ã‚€ã“ã¨ãŒã§ãã¾ã›ã‚“。 +stream.unavailable.no_fbo=Twitchã§ã®æ”¾é€ã‚’行ã†ã«ã¯OpenGL3.0以上ã®ã‚µãƒãƒ¼ãƒˆã€ã¾ãŸã¯ã‚¨ã‚¯ã‚¹ãƒ†ãƒ³ã‚·ãƒ§ãƒ³ã«ã‚ˆã‚‹ãƒ•レームãƒãƒƒãƒ•ァをサãƒãƒ¼ãƒˆã™ã‚‹ãƒ“デオカードãŒå¿…è¦ã§ã™ã€‚ +stream.unavailable.no_fbo.arb=ARBã«ã‚ˆã‚‹ãƒ•レームãƒãƒƒãƒ•ァオブジェクトサãƒãƒ¼ãƒˆï¼š%s +stream.unavailable.no_fbo.blend=EXTã«ã‚ˆã‚‹ã‚»ãƒ‘レートブレンディングサãƒãƒ¼ãƒˆï¼š%s +stream.unavailable.no_fbo.ext=EXTã«ã‚ˆã‚‹ãƒ•レームãƒãƒƒãƒ•ァーオブジェクトサãƒãƒ¼ãƒˆï¼š%s +stream.unavailable.no_fbo.version=ç¾åœ¨ä½¿ç”¨ã—ã¦ã„ã‚‹: %s +stream.unavailable.not_supported.mac=Twitché…信を利用ã™ã‚‹å ´åˆã€æ®‹å¿µãªãŒã‚‰ç¾åœ¨ä½¿ç”¨ã—ã¦ã„ã‚‹OS Xより新ã—ã„ãƒãƒ¼ã‚¸ãƒ§ãƒ³ã‚’å¿…è¦ã¨ã—ã¾ã™ã€‚ã“ã®ã‚µãƒ¼ãƒ“スを利用ã™ã‚‹ã«ã¯ã€10.7(Mac OS X Lion)以é™ã‚’使用ã—ãªã‘れã°ãªã‚Šã¾ã›ã‚“。アップグレードã«ã¤ã„ã¦ã€apple.com ã¸ã‚¢ã‚¯ã‚»ã‚¹ã—ã¾ã™ã‹ï¼Ÿ +stream.unavailable.not_supported.mac.okay=アップグレード +stream.unavailable.not_supported.other=残念ãªãŒã‚‰Twitché…信機能ã®åˆ©ç”¨ã«ã¯Windows(Vistaã¾ãŸã¯ãれ以é™)ã¾ãŸã¯Mac OS X(10.7/Lionã¾ãŸã¯ãれ以é™)ãŒå¿…è¦ã§ã™ã€‚ +stream.unavailable.not_supported.windows=残念ãªãŒã‚‰Twitché…信を利用ã™ã‚‹å ´åˆç¾åœ¨ä½¿ç”¨ã—ã¦ã„ã‚‹Windowsより新ã—ã„ãƒãƒ¼ã‚¸ãƒ§ãƒ³ã‚’å¿…è¦ã¨ã—ã¾ã™ã€‚Windows Vistaã¾ãŸã¯ãれ以é™ã‚’使用ã—ã¦ã„ã‚‹å¿…è¦ãŒã‚りã¾ã™ã€‚ +stream.unavailable.report_to_mojang=Mojangã«å ±å‘Š +stream.unavailable.soundflower.chat=Macã§é…ä¿¡ã™ã‚‹ã«ã¯SoundflowerãŒå¿…è¦ã§ã™ã€‚ %s +stream.unavailable.soundflower.chat.link=インストールã™ã‚‹ã«ã¯ã€ã“ã“をクリックã—ã¦ãã ã•ã„。 +stream.unavailable.title=Twitché…ä¿¡ä¸å¯ +stream.unavailable.unknown=残念ãªãŒã‚‰ç¾åœ¨ã€Twitchã¸æ”¾é€ã§ãã¾ã›ã‚“。ç†ç”±ã¯ä¸æ˜Žã§ã™ã€‚ +stream.unavailable.unknown.chat=é…信を開始出æ¥ã¾ã›ã‚“ã§ã—ãŸ: %s +stream.user.mode.administrator=Twitch管ç†è€… +stream.user.mode.banned=BANã•れã¦ã„ã‚‹ +stream.user.mode.banned.other=%sã®ãƒãƒ£ãƒ³ãƒãƒ«ã§BANã•れã¦ã„ã‚‹ +stream.user.mode.banned.self=ã‚ãªãŸã®ãƒãƒ£ãƒ³ãƒãƒ«ã§BANã•れã¦ã„ã‚‹ +stream.user.mode.broadcaster=é…信者 +stream.user.mode.broadcaster.other=é…信者 +stream.user.mode.broadcaster.self=é…信者 (ã‚ãªãŸ!) +stream.user.mode.moderator=モデレーター +stream.user.mode.moderator.other=%s ãƒãƒ£ãƒ³ãƒãƒ«ã®ãƒ¢ãƒ‡ãƒ¬ãƒ¼ã‚¿ãƒ¼ +stream.user.mode.moderator.self=ã‚ãªãŸã®ãƒãƒ£ãƒ³ãƒãƒ«ã®ãƒ¢ãƒ‡ãƒ¬ãƒ¼ã‚¿ãƒ¼ +stream.user.mode.staff=Twitchスタッフ +stream.user.subscription.subscriber=購読者 +stream.user.subscription.subscriber.other=%s ãƒãƒ£ãƒ³ãƒãƒ«ã®è³¼èª­è€… +stream.user.subscription.subscriber.self=ã‚ãªãŸã®ãƒãƒ£ãƒ³ãƒãƒ«ã®è³¼èª­è€… +stream.user.subscription.turbo=Twitch Turbo +stream.userinfo.ban=BAN +stream.userinfo.chatTooltip=ユーザーを管ç†ã«ã™ã‚‹ã«ã¯ã‚¯ãƒªãƒƒã‚¯ +stream.userinfo.mod=ãƒ¢ãƒ‡ãƒ¬ãƒ¼ã‚¿ãƒ¼ã¸æ˜‡æ ¼ +stream.userinfo.timeout=タイムアウト +stream.userinfo.unban=BAN解除 +stream.userinfo.unmod=モデレーターã‹ã‚‰é™æ ¼ +tile.acaciaFence.name=アカシアã®ãƒ•ェンス +tile.acaciaFenceGate.name=アカシアã®ãƒ•ェンスゲート +tile.activatorRail.name=アクティベーターレール +tile.anvil.intact.name=金床 +tile.anvil.name=金床 +tile.anvil.slightlyDamaged.name=å°‘ã—壊れãŸé‡‘床 +tile.anvil.veryDamaged.name=ã‹ãªã‚Šå£Šã‚ŒãŸé‡‘床 +tile.barrier.name=ãƒãƒªã‚¢ãƒ–ロック +tile.beacon.name=ビーコン +tile.beacon.primary=主効果 +tile.beacon.secondary=副効果 +tile.bed.name=ベッド +tile.bed.noSleep=夜ã«ãªã‚‹ã¾ã§çœ ã‚Œã¾ã›ã‚“ +tile.bed.notSafe=モンスターãŒè¿‘ãã«ã„ã‚‹ãŸã‚眠るã“ã¨ãŒã§ãã¾ã›ã‚“ +tile.bed.notValid=ベッドãŒå­˜åœ¨ã—ãªã„ã‹ã€ã‚ã‚‹ã„ã¯å¡žãŒã‚Œã¦ã„ã¾ã™ +tile.bed.occupied=ã“ã®ãƒ™ãƒƒãƒ‰ã¯æ—¢ã«ä½¿ã‚れã¦ã„ã¾ã™ +tile.bedrock.name=岩盤 +tile.birchFence.name=シラカãƒã®ãƒ•ェンス +tile.birchFenceGate.name=シラカãƒã®ãƒ•ェンスゲート +tile.blockCoal.name=石炭ブロック +tile.blockDiamond.name=ダイヤモンドブロック +tile.blockEmerald.name=エメラルドブロック +tile.blockGold.name=金ブロック +tile.blockIron.name=鉄ブロック +tile.blockLapis.name=ラピスラズリブロック +tile.blockRedstone.name=レッドストーンブロック +tile.bookshelf.name=本棚 +tile.brick.name=レンガ +tile.button.name=ボタン +tile.cactus.name=サボテン +tile.cake.name=ケーキ +tile.carrots.name=ニンジン +tile.cauldron.name=大釜 +tile.chest.name=ãƒã‚§ã‚¹ãƒˆ +tile.chestTrap.name=トラップãƒã‚§ã‚¹ãƒˆ +tile.clay.name=粘土 +tile.clayHardened.name=堅焼ã粘土 +tile.clayHardenedStained.black.name=黒色ã®è‰²ä»˜ã粘土 +tile.clayHardenedStained.blue.name=é’色ã®è‰²ä»˜ã粘土 +tile.clayHardenedStained.brown.name=茶色ã®è‰²ä»˜ã粘土 +tile.clayHardenedStained.cyan.name=水色ã®è‰²ä»˜ã粘土 +tile.clayHardenedStained.gray.name=ç°è‰²ã®è‰²ä»˜ã粘土 +tile.clayHardenedStained.green.name=緑色ã®è‰²ä»˜ã粘土 +tile.clayHardenedStained.lightBlue.name=空色ã®è‰²ä»˜ã粘土 +tile.clayHardenedStained.lime.name=黄緑色ã®è‰²ä»˜ã粘土 +tile.clayHardenedStained.magenta.name=赤紫色ã®è‰²ä»˜ã粘土 +tile.clayHardenedStained.name=色付ã粘土 +tile.clayHardenedStained.orange.name=橙色ã®è‰²ä»˜ã粘土 +tile.clayHardenedStained.pink.name=桃色ã®è‰²ä»˜ã粘土 +tile.clayHardenedStained.purple.name=紫色ã®è‰²ä»˜ã粘土 +tile.clayHardenedStained.red.name=赤色ã®è‰²ä»˜ã粘土 +tile.clayHardenedStained.silver.name=è–„ç°è‰²ã®è‰²ä»˜ã粘土 +tile.clayHardenedStained.white.name=白色ã®è‰²ä»˜ã粘土 +tile.clayHardenedStained.yellow.name=黄色ã®è‰²ä»˜ã粘土 +tile.cloth.black.name=黒色ã®ç¾Šæ¯› +tile.cloth.blue.name=é’色ã®ç¾Šæ¯› +tile.cloth.brown.name=茶色ã®ç¾Šæ¯› +tile.cloth.cyan.name=水色ã®ç¾Šæ¯› +tile.cloth.gray.name=ç°è‰²ã®ç¾Šæ¯› +tile.cloth.green.name=緑色ã®ç¾Šæ¯› +tile.cloth.lightBlue.name=空色ã®ç¾Šæ¯› +tile.cloth.lime.name=黄緑色ã®ç¾Šæ¯› +tile.cloth.magenta.name=赤紫色ã®ç¾Šæ¯› +tile.cloth.name=羊毛 +tile.cloth.orange.name=橙色ã®ç¾Šæ¯› +tile.cloth.pink.name=桃色ã®ç¾Šæ¯› +tile.cloth.purple.name=紫色ã®ç¾Šæ¯› +tile.cloth.red.name=赤色ã®ç¾Šæ¯› +tile.cloth.silver.name=è–„ç°è‰²ã®ç¾Šæ¯› +tile.cloth.white.name=羊毛 +tile.cloth.yellow.name=黄色ã®ç¾Šæ¯› +tile.cobbleWall.mossy.name=苔石ã®å£ +tile.cobbleWall.normal.name=丸石ã®å£ +tile.cocoa.name=カカオã®å®Ÿ +tile.commandBlock.name=コマンドブロック +tile.crops.name=作物 +tile.darkOakFence.name=ダークオークã®ãƒ•ェンス +tile.darkOakFenceGate.name=ダークオークã®ãƒ•ェンスゲート +tile.daylightDetector.name=日照センサー +tile.deadbush.name=枯れ木 +tile.detectorRail.name=ディテクターレール +tile.dirt.coarse.name=ç²—ã„土 +tile.dirt.default.name=土 +tile.dirt.name=土 +tile.dirt.podzol.name=ãƒãƒ‰ã‚¾ãƒ« +tile.dispenser.name=ディスペンサー +tile.doorIron.name=鉄ã®ãƒ‰ã‚¢ +tile.doorWood.name=木ã®ãƒ‰ã‚¢ +tile.doublePlant.fern.name=大ããªã‚·ãƒ€ +tile.doublePlant.grass.name=高ã„è‰ +tile.doublePlant.name=è‰ +tile.doublePlant.paeonia.name=ボタン +tile.doublePlant.rose.name=ãƒãƒ©ã®ä½Žæœ¨ +tile.doublePlant.sunflower.name=ヒマワリ +tile.doublePlant.syringa.name=ライラック +tile.dragonEgg.name=ドラゴンã®åµ +tile.dropper.name=ドロッパー +tile.enchantmentTable.name=エンãƒãƒ£ãƒ³ãƒˆãƒ†ãƒ¼ãƒ–ル +tile.endPortalFrame.name=エンドãƒãƒ¼ã‚¿ãƒ« +tile.enderChest.name=エンダーãƒã‚§ã‚¹ãƒˆ +tile.farmland.name=耕地 +tile.fence.name=オークã®ãƒ•ェンス +tile.fenceGate.name=オークã®ãƒ•ェンスゲート +tile.fenceIron.name=é‰„æ ¼å­ +tile.fire.name=炎 +tile.flower1.dandelion.name=タンãƒãƒ +tile.flower1.name=花 +tile.flower2.allium.name=レンゲソウ +tile.flower2.blueOrchid.name=ヒスイラン +tile.flower2.houstonia.name=ヒナソウ +tile.flower2.name=花 +tile.flower2.oxeyeDaisy.name=フランスギク +tile.flower2.poppy.name=ãƒãƒ”ー +tile.flower2.tulipOrange.name=橙色ã®ãƒãƒ¥ãƒ¼ãƒªãƒƒãƒ— +tile.flower2.tulipPink.name=桃色ã®ãƒãƒ¥ãƒ¼ãƒªãƒƒãƒ— +tile.flower2.tulipRed.name=赤色ã®ãƒãƒ¥ãƒ¼ãƒªãƒƒãƒ— +tile.flower2.tulipWhite.name=白色ã®ãƒãƒ¥ãƒ¼ãƒªãƒƒãƒ— +tile.furnace.name=ã‹ã¾ã© +tile.glass.name=ガラス +tile.goldenRail.name=パワードレール +tile.grass.name=è‰ãƒ–ロック +tile.gravel.name=砂利 +tile.hayBlock.name=å¹²è‰ã®ä¿µ +tile.hellrock.name=ãƒã‚¶ãƒ¼ãƒ©ãƒƒã‚¯ +tile.hellsand.name=ソウルサンド +tile.hopper.name=ホッパー +tile.ice.name=æ°· +tile.icePacked.name=氷塊 +tile.ironTrapdoor.name=鉄ã®ãƒˆãƒ©ãƒƒãƒ—ドア +tile.jukebox.name=ジュークボックス +tile.jungleFence.name=ジャングルã®ãƒ•ェンス +tile.jungleFenceGate.name=ジャングルã®ãƒ•ェンスゲート +tile.ladder.name=ã¯ã—ã” +tile.lava.name=溶岩 +tile.leaves.acacia.name=アカシアã®è‘‰ +tile.leaves.big_oak.name=ダークオークã®è‘‰ +tile.leaves.birch.name=シラカãƒã®è‘‰ +tile.leaves.jungle.name=ジャングルã®è‘‰ +tile.leaves.name=木ã®è‘‰ +tile.leaves.oak.name=オークã®è‘‰ +tile.leaves.spruce.name=マツã®è‘‰ +tile.lever.name=レãƒãƒ¼ +tile.lightgem.name=グロウストーン +tile.litpumpkin.name=ジャック・オ・ランタン +tile.lockedchest.name=éµã®ã‹ã‹ã£ãŸãƒã‚§ã‚¹ãƒˆ +tile.log.acacia.name=アカシアã®åŽŸæœ¨ +tile.log.big_oak.name=ダークオークã®åŽŸæœ¨ +tile.log.birch.name=シラカãƒã®åŽŸæœ¨ +tile.log.jungle.name=ジャングルã®åŽŸæœ¨ +tile.log.name=原木 +tile.log.oak.name=オークã®åŽŸæœ¨ +tile.log.spruce.name=マツã®åŽŸæœ¨ +tile.melon.name=スイカ +tile.mobSpawner.name=モンスタースãƒãƒŠãƒ¼ +tile.monsterStoneEgg.brick.name=シルãƒãƒ¼ãƒ•ィッシュ入り石レンガ +tile.monsterStoneEgg.chiseledbrick.name=模様入り石レンガモンスターエッグ +tile.monsterStoneEgg.cobble.name=シルãƒãƒ¼ãƒ•ィッシュ入りã®ä¸¸çŸ³ +tile.monsterStoneEgg.crackedbrick.name=ã²ã³ã®å…¥ã£ãŸçŸ³ãƒ¬ãƒ³ã‚¬ãƒ¢ãƒ³ã‚¹ã‚¿ãƒ¼ã‚¨ãƒƒã‚° +tile.monsterStoneEgg.mossybrick.name=苔石レンガモンスターエッグ +tile.monsterStoneEgg.name=シルãƒãƒ¼ãƒ•ィッシュ入りã®çŸ³ +tile.monsterStoneEgg.stone.name=シルãƒãƒ¼ãƒ•ィッシュ入りã®çŸ³ +tile.mushroom.name=キノコ +tile.musicBlock.name=音符ブロック +tile.mycel.name=èŒç³¸ +tile.netherBrick.name=ãƒã‚¶ãƒ¼ãƒ¬ãƒ³ã‚¬ +tile.netherFence.name=ãƒã‚¶ãƒ¼ãƒ¬ãƒ³ã‚¬ãƒ•ェンス +tile.netherStalk.name=ãƒã‚¶ãƒ¼ã‚¦ã‚©ãƒ¼ãƒˆ +tile.netherquartz.name=ãƒã‚¶ãƒ¼æ°´æ™¶é‰±çŸ³ +tile.notGate.name=レッドストーントーム+tile.obsidian.name=黒曜石 +tile.oreCoal.name=石炭鉱石 +tile.oreDiamond.name=ダイヤモンド鉱石 +tile.oreEmerald.name=エメラルド鉱石 +tile.oreGold.name=金鉱石 +tile.oreIron.name=鉄鉱石 +tile.oreLapis.name=ラピスラズリ鉱石 +tile.oreRedstone.name=レッドストーン鉱石 +tile.oreRuby.name=ルビー鉱石 +tile.pistonBase.name=ピストン +tile.pistonStickyBase.name=粘ç€ãƒ”ストン +tile.portal.name=ãƒãƒ¼ã‚¿ãƒ« +tile.potatoes.name=ジャガイモ +tile.pressurePlateStone.name=çŸ³ã®æ„Ÿåœ§æ¿ +tile.pressurePlateWood.name=æœ¨è£½ã®æ„Ÿåœ§æ¿ +tile.prismarine.bricks.name=プリズマリンレンガ +tile.prismarine.dark.name=ダークプリズマリン +tile.prismarine.rough.name=プリズマリン +tile.pumpkin.name=カボãƒãƒ£ +tile.quartzBlock.chiseled.name=模様入りãƒã‚¶ãƒ¼æ°´æ™¶ãƒ–ロック +tile.quartzBlock.default.name=ãƒã‚¶ãƒ¼æ°´æ™¶ãƒ–ロック +tile.quartzBlock.lines.name=柱状ãƒã‚¶ãƒ¼æ°´æ™¶ãƒ–ロック +tile.quartzBlock.name=ãƒã‚¶ãƒ¼æ°´æ™¶ãƒ–ロック +tile.rail.name=レール +tile.redSandStone.chiseled.name=模様入りã®èµ¤ã„砂岩 +tile.redSandStone.default.name=赤砂岩 +tile.redSandStone.name=赤ã„砂岩 +tile.redSandStone.smooth.name=滑らã‹ãªèµ¤ã„砂岩 +tile.redstoneDust.name=レッドストーンダスト +tile.redstoneLight.name=レッドストーンランプ +tile.reeds.name=サトウキビ +tile.sand.default.name=ç ‚ +tile.sand.name=ç ‚ +tile.sand.red.name=赤砂 +tile.sandStone.chiseled.name=模様入り砂岩 +tile.sandStone.default.name=砂岩 +tile.sandStone.name=砂岩 +tile.sandStone.smooth.name=滑らã‹ãªç ‚岩 +tile.sapling.acacia.name=アカシアã®è‹—木 +tile.sapling.big_oak.name=ダークオークã®è‹—木 +tile.sapling.birch.name=シラカãƒã®è‹—木 +tile.sapling.jungle.name=ジャングルã®è‹—木 +tile.sapling.oak.name=オークã®è‹—木 +tile.sapling.spruce.name=マツã®è‹—木 +tile.seaLantern.name=シーランタン +tile.sign.name=çœ‹æ¿ +tile.slime.name=スライムブロック +tile.snow.name=雪 +tile.sponge.dry.name=スãƒãƒ³ã‚¸ +tile.sponge.wet.name=濡れãŸã‚¹ãƒãƒ³ã‚¸ +tile.spruceFence.name=マツã®ãƒ•ェンス +tile.spruceFenceGate.name=マツã®ãƒ•ェンスゲート +tile.stainedGlass.black.name=黒色ã®è‰²ä»˜ãガラス +tile.stainedGlass.blue.name=é’色ã®è‰²ä»˜ãガラス +tile.stainedGlass.brown.name=茶色ã®è‰²ä»˜ãガラス +tile.stainedGlass.cyan.name=水色ã®è‰²ä»˜ãガラス +tile.stainedGlass.gray.name=ç°è‰²ã®è‰²ä»˜ãガラス +tile.stainedGlass.green.name=緑色ã®è‰²ä»˜ãガラス +tile.stainedGlass.lightBlue.name=空色ã®è‰²ä»˜ãガラス +tile.stainedGlass.lime.name=黄緑色ã®è‰²ä»˜ãガラス +tile.stainedGlass.magenta.name=赤紫色ã®è‰²ä»˜ãガラス +tile.stainedGlass.name=色付ãガラス +tile.stainedGlass.orange.name=橙色ã®è‰²ä»˜ãガラス +tile.stainedGlass.pink.name=桃色ã®è‰²ä»˜ãガラス +tile.stainedGlass.purple.name=紫色ã®è‰²ä»˜ãガラス +tile.stainedGlass.red.name=赤色ã®è‰²ä»˜ãガラス +tile.stainedGlass.silver.name=è–„ç°è‰²ã®è‰²ä»˜ãガラス +tile.stainedGlass.white.name=白色ã®è‰²ä»˜ãガラス +tile.stainedGlass.yellow.name=黄色ã®è‰²ä»˜ãガラス +tile.stairsBrick.name=レンガã®éšŽæ®µ +tile.stairsNetherBrick.name=ãƒã‚¶ãƒ¼ãƒ¬ãƒ³ã‚¬ã®éšŽæ®µ +tile.stairsQuartz.name=ãƒã‚¶ãƒ¼æ°´æ™¶ã®éšŽæ®µ +tile.stairsRedSandStone.name=赤ã„砂岩ã®éšŽæ®µ +tile.stairsSandStone.name=砂岩ã®éšŽæ®µ +tile.stairsStone.name=石ã®éšŽæ®µ +tile.stairsStoneBrickSmooth.name=石レンガã®éšŽæ®µ +tile.stairsWood.name=ã‚ªãƒ¼ã‚¯ã®æœ¨ã®éšŽæ®µ +tile.stairsWoodAcacia.name=ã‚¢ã‚«ã‚·ã‚¢ã®æœ¨ã®éšŽæ®µ +tile.stairsWoodBirch.name=シラカãƒã®æœ¨ã®éšŽæ®µ +tile.stairsWoodDarkOak.name=ãƒ€ãƒ¼ã‚¯ã‚ªãƒ¼ã‚¯ã®æœ¨ã®éšŽæ®µ +tile.stairsWoodJungle.name=ã‚¸ãƒ£ãƒ³ã‚°ãƒ«ã®æœ¨ã®éšŽæ®µ +tile.stairsWoodSpruce.name=ãƒžãƒ„ã®æœ¨ã®éšŽæ®µ +tile.stone.andesite.name=安山岩 +tile.stone.andesiteSmooth.name=磨ã‹ã‚ŒãŸå®‰å±±å²© +tile.stone.diorite.name=閃緑岩 +tile.stone.dioriteSmooth.name=磨ã‹ã‚ŒãŸé–ƒç·‘岩 +tile.stone.granite.name=花崗岩 +tile.stone.graniteSmooth.name=磨ã‹ã‚ŒãŸèб崗岩 +tile.stone.stone.name=石 +tile.stoneMoss.name=苔石 +tile.stoneSlab.brick.name=レンガãƒãƒ¼ãƒ•ブロック +tile.stoneSlab.cobble.name=丸石ãƒãƒ¼ãƒ•ブロック +tile.stoneSlab.name=石ãƒãƒ¼ãƒ•ブロック +tile.stoneSlab.netherBrick.name=ãƒã‚¶ãƒ¼ãƒ¬ãƒ³ã‚¬ãƒãƒ¼ãƒ•ブロック +tile.stoneSlab.quartz.name=ãƒã‚¶ãƒ¼æ°´æ™¶ãƒãƒ¼ãƒ•ブロック +tile.stoneSlab.sand.name=砂岩ãƒãƒ¼ãƒ•ブロック +tile.stoneSlab.smoothStoneBrick.name=石レンガãƒãƒ¼ãƒ•ブロック +tile.stoneSlab.stone.name=石ãƒãƒ¼ãƒ•ブロック +tile.stoneSlab.wood.name=木æãƒãƒ¼ãƒ•ブロック +tile.stoneSlab2.red_sandstone.name=赤ã„砂岩ãƒãƒ¼ãƒ•ブロック +tile.stonebrick.name=丸石 +tile.stonebricksmooth.chiseled.name=模様入り石レンガ +tile.stonebricksmooth.cracked.name=ã²ã³ã®å…¥ã£ãŸçŸ³ãƒ¬ãƒ³ã‚¬ +tile.stonebricksmooth.default.name=石レンガ +tile.stonebricksmooth.mossy.name=苔石レンガ +tile.stonebricksmooth.name=石レンガ +tile.tallgrass.fern.name=シダ +tile.tallgrass.grass.name=è‰ +tile.tallgrass.name=è‰ +tile.tallgrass.shrub.name=é›‘è‰ +tile.thinGlass.name=æ¿ã‚¬ãƒ©ã‚¹ +tile.thinStainedGlass.black.name=黒色ã®è‰²ä»˜ãã‚¬ãƒ©ã‚¹æ¿ +tile.thinStainedGlass.blue.name=é’色ã®è‰²ä»˜ãã‚¬ãƒ©ã‚¹æ¿ +tile.thinStainedGlass.brown.name=茶色ã®è‰²ä»˜ãã‚¬ãƒ©ã‚¹æ¿ +tile.thinStainedGlass.cyan.name=水色ã®è‰²ä»˜ãã‚¬ãƒ©ã‚¹æ¿ +tile.thinStainedGlass.gray.name=ç°è‰²ã®è‰²ä»˜ãã‚¬ãƒ©ã‚¹æ¿ +tile.thinStainedGlass.green.name=緑色ã®è‰²ä»˜ãã‚¬ãƒ©ã‚¹æ¿ +tile.thinStainedGlass.lightBlue.name=空色ã®è‰²ä»˜ãã‚¬ãƒ©ã‚¹æ¿ +tile.thinStainedGlass.lime.name=黄緑色ã®è‰²ä»˜ãã‚¬ãƒ©ã‚¹æ¿ +tile.thinStainedGlass.magenta.name=赤紫色ã®è‰²ä»˜ãã‚¬ãƒ©ã‚¹æ¿ +tile.thinStainedGlass.name=色付ãã‚¬ãƒ©ã‚¹æ¿ +tile.thinStainedGlass.orange.name=橙色ã®è‰²ä»˜ãã‚¬ãƒ©ã‚¹æ¿ +tile.thinStainedGlass.pink.name=桃色ã®è‰²ä»˜ãã‚¬ãƒ©ã‚¹æ¿ +tile.thinStainedGlass.purple.name=紫色ã®è‰²ä»˜ãã‚¬ãƒ©ã‚¹æ¿ +tile.thinStainedGlass.red.name=赤色ã®è‰²ä»˜ãã‚¬ãƒ©ã‚¹æ¿ +tile.thinStainedGlass.silver.name=è–„ç°è‰²ã®è‰²ä»˜ãã‚¬ãƒ©ã‚¹æ¿ +tile.thinStainedGlass.white.name=白色ã®è‰²ä»˜ãã‚¬ãƒ©ã‚¹æ¿ +tile.thinStainedGlass.yellow.name=黄色ã®è‰²ä»˜ãã‚¬ãƒ©ã‚¹æ¿ +tile.tnt.name=TNT +tile.torch.name=æ¾æ˜Ž +tile.trapdoor.name=トラップドア +tile.tripWire.name=トリップワイヤー +tile.tripWireSource.name=トリップワイヤーフック +tile.vine.name=ã¤ã‚‹ +tile.water.name=æ°´ +tile.waterlily.name=スイレンã®è‘‰ +tile.web.name=クモã®å·£ +tile.weightedPlate_heavy.name=é‡é‡æ„Ÿåœ§æ¿ (é‡) +tile.weightedPlate_light.name=é‡é‡æ„Ÿåœ§æ¿ (軽) +tile.whiteStone.name=エンドストーン +tile.wood.acacia.name=ã‚¢ã‚«ã‚·ã‚¢ã®æœ¨æ +tile.wood.big_oak.name=ãƒ€ãƒ¼ã‚¯ã‚ªãƒ¼ã‚¯ã®æœ¨æ +tile.wood.birch.name=シラカãƒã®æœ¨æ +tile.wood.jungle.name=ã‚¸ãƒ£ãƒ³ã‚°ãƒ«ã®æœ¨æ +tile.wood.name=木æ +tile.wood.oak.name=ã‚ªãƒ¼ã‚¯ã®æœ¨æ +tile.wood.spruce.name=ãƒžãƒ„ã®æœ¨æ +tile.woodSlab.acacia.name=ã‚¢ã‚«ã‚·ã‚¢ã®æœ¨æãƒãƒ¼ãƒ•ブロック +tile.woodSlab.big_oak.name=ãƒ€ãƒ¼ã‚¯ã‚ªãƒ¼ã‚¯ã®æœ¨æãƒãƒ¼ãƒ•ブロック +tile.woodSlab.birch.name=シラカãƒã®æœ¨æãƒãƒ¼ãƒ•ブロック +tile.woodSlab.jungle.name=ã‚¸ãƒ£ãƒ³ã‚°ãƒ«ã®æœ¨æãƒãƒ¼ãƒ•ブロック +tile.woodSlab.name=木æã®ãƒãƒ¼ãƒ•ブロック +tile.woodSlab.oak.name=ã‚ªãƒ¼ã‚¯ã®æœ¨æãƒãƒ¼ãƒ•ブロック +tile.woodSlab.spruce.name=ãƒžãƒ„ã®æœ¨æãƒãƒ¼ãƒ•ブロック +tile.woolCarpet.black.name=黒色ã®ã‚«ãƒ¼ãƒšãƒƒãƒˆ +tile.woolCarpet.blue.name=é’色ã®ã‚«ãƒ¼ãƒšãƒƒãƒˆ +tile.woolCarpet.brown.name=茶色ã®ã‚«ãƒ¼ãƒšãƒƒãƒˆ +tile.woolCarpet.cyan.name=水色ã®ã‚«ãƒ¼ãƒšãƒƒãƒˆ +tile.woolCarpet.gray.name=ç°è‰²ã®ã‚«ãƒ¼ãƒšãƒƒãƒˆ +tile.woolCarpet.green.name=緑色ã®ã‚«ãƒ¼ãƒšãƒƒãƒˆ +tile.woolCarpet.lightBlue.name=空色ã®ã‚«ãƒ¼ãƒšãƒƒãƒˆ +tile.woolCarpet.lime.name=黄緑色ã®ã‚«ãƒ¼ãƒšãƒƒãƒˆ +tile.woolCarpet.magenta.name=赤紫色ã®ã‚«ãƒ¼ãƒšãƒƒãƒˆ +tile.woolCarpet.name=絨毯 +tile.woolCarpet.orange.name=橙色ã®ã‚«ãƒ¼ãƒšãƒƒãƒˆ +tile.woolCarpet.pink.name=桃色ã®ã‚«ãƒ¼ãƒšãƒƒãƒˆ +tile.woolCarpet.purple.name=紫色ã®ã‚«ãƒ¼ãƒšãƒƒãƒˆ +tile.woolCarpet.red.name=赤色ã®ã‚«ãƒ¼ãƒšãƒƒãƒˆ +tile.woolCarpet.silver.name=è–„ç°è‰²ã®ã‚«ãƒ¼ãƒšãƒƒãƒˆ +tile.woolCarpet.white.name=カーペット +tile.woolCarpet.yellow.name=黄色ã®ã‚«ãƒ¼ãƒšãƒƒãƒˆ +tile.workbench.name=ä½œæ¥­å° +title.oldgl1=「å¤ã„ãƒ“ãƒ‡ã‚ªã‚«ãƒ¼ãƒ‰ãŒæ¤œå‡ºã•れã¾ã—ãŸã€‚ã“れã«ã‚ˆã‚Šæ‹’å¦ã•れãŸå¯èƒ½æ€§ãŒã‚りã¾ã™ã€ +title.oldgl2=å°†æ¥çš„ã«ã€éŠã¶ã«ã¯ OpenGL 2.0 ãŒå¿…è¦ã«ãªã‚‹å¯èƒ½æ€§ãŒã‚りã¾ã™ã€‚ +translation.test.args=%s %s +translation.test.complex=Prefix, %s%2$s again %s and %1$s lastly %s and also %1$s again! +translation.test.escape=%%s %%%s %%%%s %%%%%s +translation.test.invalid=hi % +translation.test.invalid2=hi %s +translation.test.none=Hello, world! +translation.test.world=world diff --git a/javascript/lang/ka_GE.lang b/javascript/lang/ka_GE.lang new file mode 100755 index 00000000..ddb4f5e6 --- /dev/null +++ b/javascript/lang/ka_GE.lang @@ -0,0 +1,2514 @@ +achievement.acquireIron=რკინის ხáƒáƒœáƒ +achievement.acquireIron.desc=მიიღეთ რკინის ზáƒáƒ“ი რკინის მáƒáƒ“ნის გáƒáƒ“áƒáƒ“ნáƒáƒ‘ით +achievement.bakeCake=ტყუილიáƒ! +achievement.bakeCake.desc=ხáƒáƒ áƒ‘áƒáƒšáƒ˜, შáƒáƒ¥áƒáƒ áƒ˜, რძე დრკვერცხი! +achievement.blazeRod=ცეცხლისáƒáƒ™áƒ”ნ +achievement.blazeRod.desc=წáƒáƒáƒ áƒ—ვი ცეცხლáƒáƒ¡ მისი ჯáƒáƒ®áƒ˜ +achievement.bookcase=მწიგნáƒáƒ‘áƒáƒ áƒ—უხუცესი +achievement.bookcase.desc=მáƒáƒ¯áƒáƒ“áƒáƒ”ბის áƒáƒ“გილის გáƒáƒ£áƒ›áƒ¯áƒáƒ‘ესებისთვის, დáƒáƒáƒ›áƒ–áƒáƒ“ე რáƒáƒ›áƒ“ენიმე წიგნის თáƒáƒ áƒ +achievement.breedCow=რეპáƒáƒžáƒ£áƒšáƒáƒªáƒ˜áƒ +achievement.breedCow.desc=გáƒáƒáƒ›áƒ áƒáƒ•ლეთ áƒáƒ áƒ˜ ძრáƒáƒ®áƒ ხáƒáƒ áƒ‘ლით +achievement.buildBetterPickaxe=გáƒáƒ£áƒ›áƒ¯áƒáƒ‘ესებრ+achievement.buildBetterPickaxe.desc=დáƒáƒáƒ›áƒ–áƒáƒ“ეთ უკეთესი წერáƒáƒ¥áƒ•ი +achievement.buildFurnace=თáƒáƒœáƒ˜áƒ¡ პური +achievement.buildFurnace.desc=რვრქვის ბლáƒáƒ™áƒ˜áƒ“áƒáƒœ დáƒáƒáƒ›áƒ–áƒáƒ“ეთ ღუმელი +achievement.buildHoe=ხილ-ბáƒáƒ¡áƒ¢áƒáƒœáƒ˜áƒ¡ დრáƒáƒ! +achievement.buildHoe.desc=ფიცრები დრჯáƒáƒ®áƒ”ბისგáƒáƒœ დáƒáƒáƒ›áƒ–áƒáƒ“ეთ თáƒáƒ®áƒ˜ +achievement.buildPickaxe=მáƒáƒ¦áƒáƒ áƒáƒ¨áƒ˜ მუშáƒáƒáƒ‘ის დრáƒáƒ! +achievement.buildPickaxe.desc=ფიცრები დრჯáƒáƒ®áƒ”ბისგáƒáƒœ დáƒáƒáƒ›áƒ–áƒáƒ“ეთ წერáƒáƒ¥áƒ•ი +achievement.buildSword=ჩხუბის დრáƒáƒ! +achievement.buildSword.desc=ფიცრები დრჯáƒáƒ®áƒ”ბისგáƒáƒœ დáƒáƒáƒ›áƒ–áƒáƒ“ეთ ხმáƒáƒšáƒ˜ +achievement.buildWorkBench=ინჟინერი +achievement.buildWorkBench.desc=áƒáƒ—ხი ფიცრისგáƒáƒœ დáƒáƒáƒ›áƒ–áƒáƒ“ეთ დáƒáƒ–გრ+achievement.cookFish=უგემრიელესი თევზი +achievement.cookFish.desc=დáƒáƒ˜áƒ­áƒ˜áƒ áƒ”თ დრშეწვით თევზი! +achievement.diamonds=áƒáƒšáƒ›áƒáƒ¡áƒ˜! +achievement.diamonds.desc=რკინის ხელსáƒáƒ¬áƒ§áƒáƒ”ბით მáƒáƒ˜áƒžáƒáƒ•ე áƒáƒšáƒ›áƒáƒ¡áƒ˜ +achievement.diamondsToYou=áƒáƒšáƒ›áƒáƒ¡áƒ”ბი თქვენ! +achievement.diamondsToYou.desc=ესრáƒáƒšáƒ”თ áƒáƒšáƒ›áƒáƒ¡áƒ”ბი სხვრმáƒáƒ—áƒáƒ›áƒáƒ¨áƒ”ებს. +achievement.enchantments=ჯáƒáƒ“áƒáƒ¥áƒáƒ áƒ˜ +achievement.enchantments.desc=áƒáƒ‘სიდიáƒáƒœáƒ˜, áƒáƒšáƒ›áƒáƒ¡áƒ”ბი დრწიგნისáƒáƒ’áƒáƒœ დáƒáƒáƒ›áƒ–áƒáƒ“ე მáƒáƒ¯áƒáƒ“áƒáƒ”ბის áƒáƒ“გილი +achievement.exploreAllBiomes=თáƒáƒ•გáƒáƒ“áƒáƒ¡áƒáƒ•ლების დრრ+achievement.exploreAllBiomes.desc=áƒáƒ¦áƒ›áƒáƒáƒ©áƒ˜áƒœáƒ”თ ყველრბიáƒáƒ›áƒ˜ +achievement.flyPig=რáƒáƒªáƒ ღáƒáƒ áƒ”ბი გáƒáƒ¤áƒ áƒ˜áƒœáƒ“ებიáƒáƒœ +achievement.flyPig.desc=შეáƒáƒ¯áƒ”ქით ღáƒáƒ áƒ¡ დრგáƒáƒ“áƒáƒ®áƒ¢áƒ˜áƒ— კლდიდáƒáƒœ +achievement.fullBeacon=შუქურáƒáƒ¢áƒáƒ áƒ˜ +achievement.fullBeacon.desc=გáƒáƒáƒ™áƒ”თე სრული შუქურრ+achievement.get=მიღწევáƒáƒ! +achievement.ghast=დáƒáƒ£áƒ‘რუნე გáƒáƒ›áƒ’ზáƒáƒ•ნელს +achievement.ghast.desc=გáƒáƒáƒœáƒáƒ“გურე მტირáƒáƒšáƒ ცეცხლáƒáƒ•áƒáƒœáƒ˜ ბურთით +achievement.killCow=კáƒáƒ•ბáƒáƒ˜ +achievement.killCow.desc=მáƒáƒ˜áƒžáƒáƒ•ეთ ხბáƒáƒ¡ ტყáƒáƒ•ი +achievement.killEnemy=მáƒáƒœáƒ¡áƒ¢áƒ áƒ”ბის მáƒáƒœáƒáƒ“ირე +achievement.killEnemy.desc=თáƒáƒ•ს დáƒáƒ”სხით დრმáƒáƒ™áƒáƒšáƒ˜áƒ— მáƒáƒœáƒ¡áƒ¢áƒ áƒ˜ +achievement.killWither=დáƒáƒ¡áƒáƒ¬áƒ§áƒ˜áƒ¡áƒ˜. +achievement.killWither.desc=დáƒáƒ›áƒ­áƒ™áƒœáƒáƒ áƒáƒ¡ მáƒáƒ™áƒ•ლრ+achievement.makeBread=გáƒáƒ›áƒáƒáƒªáƒ®áƒ•ეთ პური +achievement.makeBread.desc=ხáƒáƒ áƒ‘ლიდáƒáƒœ მიიღეთ პური +achievement.mineWood=მáƒáƒ­áƒ áƒ˜áƒšáƒ˜ ხეები +achievement.mineWood.desc=შეუტიეთ ხეს სáƒáƒœáƒáƒ› áƒáƒ  მიიღებთ ხის ბლáƒáƒ™áƒ¡ +achievement.onARail=რკინიგზრ+achievement.onARail.desc=იმგზáƒáƒ•რეთ ურიკით უწყვეტლივ სულ მცირე 1კმ +achievement.openInventory=ინვენტáƒáƒ áƒ˜áƒ¡ გáƒáƒ®áƒ¡áƒœáƒ +achievement.openInventory.desc=დáƒáƒáƒ­áƒ˜áƒ áƒ”თ '%1$s'-ს ინვენტáƒáƒ áƒ˜áƒ¡ გáƒáƒ®áƒ¡áƒœáƒ˜áƒ¡áƒ—ვის. +achievement.overkill=სáƒáƒ¡áƒ˜áƒ™áƒ•დილრ+achievement.overkill.desc=ერთი დáƒáƒ áƒ¢áƒ§áƒ›áƒ˜áƒ— დáƒáƒáƒ™áƒ”ლი მტერს 8 გული +achievement.overpowered=დáƒáƒ«áƒšáƒ”ული +achievement.overpowered.desc=Notch-ის ვáƒáƒ¨áƒšáƒ˜áƒ¡ შექმნრ+achievement.portal=პლáƒáƒœáƒ”ტის ცენტრისკენ +achievement.portal.desc=áƒáƒáƒ¨áƒ”ნე ქვეშეთის პáƒáƒ áƒ¢áƒáƒšáƒ˜ +achievement.potion=áƒáƒ¤áƒ—იáƒáƒ¥áƒ˜ +achievement.potion.desc=დáƒáƒáƒ›áƒ–áƒáƒ“ე ხსნáƒáƒ áƒ˜ +achievement.requires=მáƒáƒ˜áƒ—ხáƒáƒ•ს '%1$s' +achievement.snipeSkeleton=სნáƒáƒ˜áƒžáƒ”რთრდუელი +achievement.snipeSkeleton.desc=მáƒáƒ™áƒáƒšáƒ˜ ჩáƒáƒœáƒ©áƒ®áƒ˜ 50 მეტრის სიშáƒáƒ áƒ˜áƒ“áƒáƒœ გáƒáƒ¡áƒ áƒáƒšáƒ˜áƒšáƒ˜ ისრით +achievement.spawnWither=დáƒáƒ¡áƒáƒ¬áƒ§áƒ˜áƒ¡áƒ˜? +achievement.spawnWither.desc=დáƒáƒ›áƒ­áƒ™áƒœáƒáƒ áƒáƒ¡ გáƒáƒ©áƒ”ნრ+achievement.taken=მიღებულიáƒ! +achievement.theEnd=დáƒáƒ¡áƒáƒ¡áƒ áƒ£áƒšáƒ˜? +achievement.theEnd.desc=მიáƒáƒ’ენი დáƒáƒ¡áƒáƒ¡áƒ áƒ£áƒšáƒ¡ +achievement.theEnd2=დáƒáƒ¡áƒáƒ¡áƒ áƒ£áƒšáƒ˜. +achievement.theEnd2.desc=დáƒáƒáƒ›áƒáƒ áƒªáƒ®áƒ” დáƒáƒ¡áƒáƒ¡áƒ áƒ£áƒšáƒ˜áƒ¡ გველეშáƒáƒžáƒ˜ +addServer.add=მზáƒáƒ“áƒáƒ +addServer.enterIp=მისáƒáƒ›áƒáƒ áƒ—ი +addServer.enterName=სáƒáƒ®áƒ”ლი +addServer.hideAddress=მისáƒáƒ›áƒáƒ áƒ—ის დáƒáƒ›áƒáƒšáƒ•რ+addServer.resourcePack=სერვერის რესურსებთრკრებული +addServer.resourcePack.disabled=გáƒáƒ›áƒáƒ áƒ—ული +addServer.resourcePack.enabled=ჩáƒáƒ áƒ—ული +addServer.resourcePack.prompt=დáƒáƒ£áƒ¨áƒ•ებრ+addServer.title=სერვერის ცნáƒáƒ‘ების ჩáƒáƒ¡áƒ¬áƒáƒ áƒ”ბრ+advMode.allEntities=გáƒáƒ›áƒáƒ˜áƒ§áƒ”ნეთ "@e", რáƒáƒ—რმáƒáƒœáƒ˜áƒ¨áƒœáƒáƒ— ყველრáƒáƒ‘იექტი +advMode.allPlayers=გáƒáƒ›áƒáƒ˜áƒ§áƒ”ნეთ "@a" ყველრმáƒáƒ—áƒáƒ›áƒáƒ¨áƒ˜áƒ¡ áƒáƒ¡áƒáƒ áƒ©áƒ”ვáƒáƒ“ +advMode.command=კáƒáƒœáƒ¡áƒáƒšáƒ˜áƒ¡ ბრძáƒáƒœáƒ”ბრ+advMode.nearestPlayer=გáƒáƒ›áƒáƒ˜áƒ§áƒ”ნეთ "@p" უáƒáƒ®áƒšáƒáƒ”სი მáƒáƒ—áƒáƒ›áƒáƒ¨áƒ˜áƒ¡ áƒáƒ¡áƒáƒ áƒ©áƒ”ვáƒáƒ“ +advMode.notAllowed=უნდრიყáƒáƒ— áƒáƒ“მინისტრáƒáƒ¢áƒáƒ áƒ˜ შემáƒáƒ¥áƒ›áƒ”დებით რეჟიმში +advMode.notEnabled=ბრძáƒáƒœáƒ”ბიáƒáƒœáƒ˜ ბლáƒáƒ™áƒ”ბი გáƒáƒ—იშულირმიმდინáƒáƒ áƒ” სერვერზე +advMode.previousOutput=წინრგáƒáƒ›áƒáƒ¡áƒáƒ•áƒáƒšáƒ˜ +advMode.randomPlayer=გáƒáƒ›áƒáƒ˜áƒ§áƒ”ნეთ "@r" მáƒáƒ—áƒáƒ›áƒáƒ¨áƒ˜áƒ¡ შემთხვევითáƒáƒ“ áƒáƒ¡áƒáƒ áƒ©áƒ”ვáƒáƒ“ +advMode.setCommand=კáƒáƒœáƒ¡áƒáƒšáƒ˜áƒ¡ ბრძáƒáƒœáƒ”ბის ბლáƒáƒ™áƒ˜áƒ¡áƒ—ვის მინიჭებრ+advMode.setCommand.success=ბრძáƒáƒœáƒ”ბრდáƒáƒ§áƒ”ნდáƒ: %s +attribute.modifier.plus.0=+%s %s +attribute.modifier.plus.1=+%s%% %s +attribute.modifier.plus.2=+%s%% %s +attribute.modifier.take.0=%s %s +attribute.modifier.take.1=-%s%% %s +attribute.modifier.take.2=-%s%% %s +attribute.name.generic.attackDamage=შეტევის ზიáƒáƒœáƒ˜ +attribute.name.generic.followRange=áƒáƒ áƒ¡áƒ”ბის მიყáƒáƒšáƒ˜áƒ¡ ფáƒáƒ áƒ’ლები +attribute.name.generic.knockbackResistance=უკუგდების გáƒáƒ›áƒ«áƒšáƒ”áƒáƒ‘რ+attribute.name.generic.maxHealth=მáƒáƒ¥áƒ¡áƒ˜áƒ›áƒáƒšáƒ£áƒ áƒ˜ სიცáƒáƒªáƒ®áƒšáƒ” +attribute.name.generic.movementSpeed=სიჩქáƒáƒ áƒ” +attribute.name.horse.jumpStrength=ცხენის ხტუნვის ძáƒáƒšáƒ +attribute.name.zombie.spawnReinforcements=ზიმბების დáƒáƒ›áƒ®áƒ›áƒáƒ áƒ” ძáƒáƒšáƒ”ბი +book.byAuthor=áƒáƒ•ტáƒáƒ áƒ˜ %1$s +book.editTitle=წიგნის სáƒáƒ—áƒáƒ£áƒ áƒ˜: +book.finalizeButton=მáƒáƒ¬áƒ”რრდრდáƒáƒ®áƒ£áƒ áƒ•რ+book.finalizeWarning=ხელმáƒáƒ¬áƒ”რის შემდეგ, წიგნის ჩáƒáƒ¡áƒ¬áƒáƒ áƒ”ბრშეუძლებელიáƒ! +book.generation.0=áƒáƒ áƒ˜áƒ’ინáƒáƒšáƒ˜ +book.generation.1=áƒáƒ áƒ˜áƒ’ინáƒáƒšáƒ˜áƒ¡ áƒáƒ¡áƒšáƒ˜ +book.generation.2=áƒáƒ¡áƒšáƒ˜áƒ¡ áƒáƒ¡áƒšáƒ˜ +book.generation.3=დáƒáƒ®áƒ”ული +book.pageIndicator=გვერდი %1$s %2$sდáƒáƒœ +book.signButton=ხელის მáƒáƒ¬áƒ”რრ+build.tooHigh=მშენებლáƒáƒ‘ის სიმáƒáƒ¦áƒšáƒ˜áƒ¡ ზღვáƒáƒ áƒ˜ áƒáƒ áƒ˜áƒ¡ %s ბლáƒáƒ™áƒ˜ +chat.cannotSend=შეტყáƒáƒ‘ინების გáƒáƒ’ზáƒáƒ•ნრშეუძლებელირ+chat.copy=áƒáƒ¡áƒšáƒ˜áƒ¡ ბუფერში ჩáƒáƒ¡áƒ›áƒ +chat.link.confirm=ნáƒáƒ›áƒ“ვილáƒáƒ“ გსურთ ვებგვერდზე გáƒáƒ“áƒáƒ¡áƒ•ლáƒ? +chat.link.confirmTrusted=ბმულის გáƒáƒ®áƒ¡áƒœáƒ გსურთ თუ áƒáƒ¡áƒšáƒ˜áƒ¡ áƒáƒ¦áƒ”ბáƒ? +chat.link.open=ბრáƒáƒ£áƒ–ერში გáƒáƒ®áƒ¡áƒœáƒ +chat.link.warning=áƒáƒ áƒáƒ¡áƒáƒ“ეს გáƒáƒ®áƒ¡áƒœáƒáƒ— უცხრáƒáƒ“áƒáƒ›áƒ˜áƒáƒœáƒ˜áƒ¡áƒ’áƒáƒœ მიღებული ბმული! +chat.stream.emote=(%s) * %s %s +chat.stream.text=(%s) <%s> %s +chat.type.achievement=%s-მ მიიღრმიღწევრ%s +chat.type.achievement.taken=%s-მ(áƒ) დáƒáƒ™áƒáƒ áƒ’რმიღწევრ%s +chat.type.admin=[%s: %s] +chat.type.announcement=[%s] %s +chat.type.emote=* %s %s +chat.type.text=<%s> %s +commands.achievement.alreadyHave=მáƒáƒ—áƒáƒ›áƒáƒ¨áƒ”ს %s უკვე áƒáƒ¥áƒ•ს %s მიღწევრ+commands.achievement.dontHave=მáƒáƒ—áƒáƒ›áƒáƒ¨áƒ”ს %s áƒáƒ  áƒáƒ¥áƒ•ს %s მიღწევრ+commands.achievement.give.success.all=ყველრმიღწევრწáƒáƒ áƒ›áƒáƒ¢áƒ”ბით მიეცრ%s-ს +commands.achievement.give.success.one=წáƒáƒ áƒ›áƒáƒ¢áƒ”ბით მიეცრ%s სტáƒáƒ¢áƒ˜áƒ¡áƒ¢áƒ˜áƒ™áƒáƒ¨áƒ˜ %s +commands.achievement.statTooLow=მáƒáƒ—áƒáƒ›áƒáƒ¨áƒ”ს %s áƒáƒ  გáƒáƒáƒ©áƒœáƒ˜áƒ სტáƒáƒ¢áƒ˜áƒ¡áƒ¢áƒ˜áƒ™áƒ %s +commands.achievement.take.success.all=მáƒáƒ—áƒáƒ›áƒáƒ¨áƒ”ს %s წáƒáƒ áƒ›áƒáƒ¢áƒ”ბით წáƒáƒ”რთვრყველრმიღწევრ+commands.achievement.take.success.one=წáƒáƒ áƒ›áƒáƒ¢áƒ”ბით წáƒáƒ”რთვრ%s მáƒáƒœáƒáƒªáƒ”მი მáƒáƒ—áƒáƒ›áƒáƒ¨áƒ” %s-(ი)ს +commands.achievement.unknownAchievement=უცნáƒáƒ‘ი მიღწევრáƒáƒœ სტáƒáƒ¢áƒ˜áƒ¡áƒ¢áƒ˜áƒ™áƒ '%s' +commands.achievement.usage=/achievement [მáƒáƒ—áƒáƒ›áƒáƒ¨áƒ”] +commands.ban.failed=%s მáƒáƒ—áƒáƒ›áƒáƒ¨áƒ˜áƒ¡ გáƒáƒ«áƒ”ვებრვერ მáƒáƒ®áƒ”რხდრ+commands.ban.success=მáƒáƒ—áƒáƒ›áƒáƒ¨áƒ” %s áƒáƒ˜áƒ™áƒ áƒ«áƒáƒšáƒ +commands.ban.usage=/ban <სáƒáƒ®áƒ”ლი> [reason ...] +commands.banip.invalid=შეყვáƒáƒœáƒ˜áƒšáƒ˜áƒ უმáƒáƒ áƒ—ებულრIP მისáƒáƒ›áƒáƒ áƒ—ი áƒáƒœ მáƒáƒ—áƒáƒ›áƒáƒ¨áƒ”, რáƒáƒ›áƒ”ლიც სერვერზე áƒáƒ  იმყáƒáƒ¤áƒ”ბრ+commands.banip.success=IP მისáƒáƒ›áƒáƒ áƒ—ი %s áƒáƒ˜áƒ™áƒ áƒ«áƒáƒšáƒ +commands.banip.success.players=áƒáƒ˜áƒ™áƒ áƒ«áƒáƒšáƒ IP მისáƒáƒ›áƒáƒ áƒ—ი %s, ეკუთვნáƒáƒ“რ%s-ს +commands.banip.usage=/ban-ip <მისáƒáƒ›áƒáƒ áƒ—ი|სáƒáƒ®áƒ”ლი> [reason ...] +commands.banlist.ips=%s áƒáƒ™áƒ áƒ«áƒáƒšáƒ£áƒšáƒ˜ IP მისáƒáƒ›áƒáƒ áƒ—ი: +commands.banlist.players=%s áƒáƒ™áƒ áƒ«áƒáƒšáƒ£áƒšáƒ˜ მáƒáƒ—áƒáƒ›áƒáƒ¨áƒ”: +commands.banlist.usage=/banlist [ips]|players] +commands.blockdata.failed=ინფáƒáƒ áƒ›áƒáƒªáƒ˜áƒ áƒáƒ  შეცვლილáƒ: %s +commands.blockdata.notValid=áƒáƒ áƒ©áƒ”ული ბლáƒáƒ™áƒ˜ áƒáƒ  áƒáƒ áƒ˜áƒ¡ ინფáƒáƒ áƒ›áƒáƒªáƒ˜áƒ˜áƒ¡ შემცველი +commands.blockdata.outOfWorld=შეუძელბელირსáƒáƒ›áƒ§áƒáƒ áƒáƒ¡ გáƒáƒ áƒ”თ მყáƒáƒ¤áƒ˜ ბლáƒáƒ™áƒ˜áƒ¡ შეცვლრ+commands.blockdata.success=ბლáƒáƒ™áƒ˜áƒ¡ მáƒáƒœáƒáƒªáƒ”მები გáƒáƒœáƒáƒ®áƒšáƒ“áƒ: %s +commands.blockdata.tagError=შეცდáƒáƒ›áƒ მáƒáƒœáƒáƒªáƒ”მთრგáƒáƒœáƒ®áƒ˜áƒšáƒ•ისáƒáƒ¡: %s +commands.blockdata.usage=/blockdata +commands.chunkinfo.compiled=უჯრრკáƒáƒ›áƒžáƒ˜áƒšáƒ˜áƒ áƒ”ბულიáƒ. +commands.chunkinfo.data=პირველი 64 მწვერვáƒáƒšáƒ˜ áƒáƒ áƒ˜áƒ¡: %s +commands.chunkinfo.empty=უჯრრცáƒáƒ áƒ˜áƒ”ლიáƒ. +commands.chunkinfo.hasLayers=უჯრáƒáƒ¡ გáƒáƒáƒ©áƒœáƒ˜áƒ ფენები: %s +commands.chunkinfo.hasNoRenderableLayers=უჯრáƒáƒ¡ áƒáƒ  გáƒáƒáƒ©áƒœáƒ˜áƒ ხილული ფენები. +commands.chunkinfo.isEmpty=უჯრáƒáƒ¡ გáƒáƒáƒ©áƒœáƒ˜áƒ ცáƒáƒ áƒ˜áƒ”ლი ფენები: %s +commands.chunkinfo.location=უჯრის მდებáƒáƒ áƒ”áƒáƒ‘áƒ: (%s, %s, %s) +commands.chunkinfo.noChunk=áƒáƒ áƒªáƒ”რთი უჯრრáƒáƒ áƒáƒ ნáƒáƒžáƒáƒ•ნი მითითებულ პáƒáƒ–იციáƒáƒ–ე %s, %s, %s +commands.chunkinfo.notCompiled=უჯრრáƒáƒ áƒáƒ კáƒáƒ›áƒžáƒ˜áƒšáƒ˜áƒ áƒ”ბული. +commands.chunkinfo.notEmpty=უჯრრცáƒáƒ áƒ˜áƒ”ლი áƒáƒ áƒáƒ. +commands.chunkinfo.usage=/chunkinfo [ ] +commands.chunkinfo.vertices=%s ფენის მáƒáƒ áƒáƒ’ი შეიცáƒáƒ•ს %s მწვერვáƒáƒšáƒ¡ +commands.clear.failure=ინვენტáƒáƒ áƒ˜áƒ“áƒáƒœ %s-ის გáƒáƒ¬áƒ›áƒ”ნდრვერ მáƒáƒ®áƒ”რხდáƒ, ინვენტáƒáƒ áƒ˜ ცáƒáƒ áƒ˜áƒ”ლირ+commands.clear.success=გáƒáƒ¡áƒ£áƒ¤áƒ—áƒáƒ•ებულირ%s-ის ინვენტáƒáƒ áƒ˜, წáƒáƒ¨áƒšáƒ˜áƒšáƒ˜áƒ %s ნივთი +commands.clear.tagError=შეცდáƒáƒ›áƒ მáƒáƒœáƒáƒªáƒ”მთრგáƒáƒ áƒ©áƒ”ვისáƒáƒ¡: %s +commands.clear.testing=%s-ს áƒáƒ¥áƒ•ს %s ნივთი, რáƒáƒ›áƒšáƒ”ბიც ემთხვევრკრიტერიუმებს +commands.clear.usage=/clear [მáƒáƒ—áƒáƒ›áƒáƒ¨áƒ”] [ნივთი] [ინფáƒáƒ áƒ›áƒáƒªáƒ˜áƒ] [მáƒáƒ¥áƒ¡. რáƒáƒáƒ“ენáƒáƒ‘áƒ] [მáƒáƒœáƒáƒªáƒ”მთáƒTag] +commands.clone.failed=ბლáƒáƒ™áƒ”ბის კლáƒáƒœáƒ˜áƒ áƒ”ბრáƒáƒ  მáƒáƒ›áƒ®áƒ“áƒáƒ áƒ +commands.clone.noOverlap=წყáƒáƒ áƒáƒ¡áƒ დრდáƒáƒœáƒ˜áƒ¨áƒœáƒ£áƒšáƒ”ბის áƒáƒ“გილის დáƒáƒ›áƒ—ხვევრáƒáƒ™áƒ áƒ«áƒáƒšáƒ£áƒšáƒ˜áƒ +commands.clone.outOfWorld=შეუძელბელირსáƒáƒ›áƒ§áƒáƒ áƒáƒ¡ გáƒáƒ áƒ”თ მყáƒáƒ¤áƒ˜ ბლáƒáƒ™áƒ˜áƒ¡ წვდáƒáƒ›áƒ +commands.clone.success=მáƒáƒ®áƒ“რ%s ბლáƒáƒ™áƒ˜áƒ¡ კლáƒáƒœáƒ˜áƒ áƒ”ბრ+commands.clone.tooManyBlocks=áƒáƒ¦áƒœáƒ˜áƒ¨áƒœáƒ£áƒš áƒáƒ“გილáƒáƒ¡ ზედმეტáƒáƒ“ ბევრი ბლáƒáƒ™áƒ˜áƒ (%s > %s) +commands.clone.usage=/clone [რეჟიმი] +commands.compare.failed=წყáƒáƒ áƒ დრდáƒáƒœáƒ˜áƒ¨áƒœáƒ£áƒšáƒ”ბის áƒáƒ“გილი áƒáƒ áƒáƒ იდენტური +commands.compare.outOfWorld=შეუძელბელირსáƒáƒ›áƒ§áƒáƒ áƒáƒ¡ გáƒáƒ áƒ”თ მყáƒáƒ¤áƒ˜ ბლáƒáƒ™áƒ˜áƒ¡ წვდáƒáƒ›áƒ +commands.compare.success=მáƒáƒ®áƒ“რ%s ბლáƒáƒ™áƒ˜áƒ¡ შედáƒáƒ áƒ”ბრ+commands.compare.tooManyBlocks=áƒáƒ¦áƒœáƒ˜áƒ¨áƒœáƒ£áƒš áƒáƒ“გილáƒáƒ¡ ზედმეტáƒáƒ“ ბევრი ბლáƒáƒ™áƒ˜áƒ (%s > %s) +commands.compare.usage=/testforblocks [რეჟიმი] +commands.debug.notStarted=პრáƒáƒ¤áƒ˜áƒšáƒ˜áƒ áƒ”ბრვერ შეწყდებრრáƒáƒ“გáƒáƒœ დáƒáƒ¬áƒ§áƒ”ბულიც áƒáƒ  áƒáƒ áƒ˜áƒ¡! +commands.debug.start=გáƒáƒ›áƒáƒ áƒ—ვის პრáƒáƒ¤áƒ˜áƒšáƒ˜áƒ áƒ”ბის დáƒáƒ¬áƒ§áƒ”ბრ+commands.debug.stop=გáƒáƒ›áƒáƒ áƒ—ვის პრáƒáƒ¤áƒ˜áƒšáƒ˜áƒ áƒ”ბრშეწყდრ%s წáƒáƒ›áƒ˜áƒ¡ შემდეგ (%s ციკლი) +commands.defaultgamemode.success=სáƒáƒ›áƒ§áƒáƒ áƒáƒ¡ რეჟიმი გáƒáƒ®áƒ“რ%s +commands.defaultgamemode.usage=/defaultgamemode <რეჟიმი> +commands.deop.failed=ვერ მáƒáƒ®áƒ”რხდრ%s-(ი)ს áƒáƒžáƒ”რáƒáƒ¢áƒáƒ áƒ—რსიიდáƒáƒœ áƒáƒ›áƒáƒ¨áƒšáƒ +commands.deop.success=%s áƒáƒ¦áƒáƒ  áƒáƒ áƒ˜áƒ¡ áƒáƒžáƒ”რáƒáƒ¢áƒáƒ áƒ˜ +commands.deop.usage=/deop <მáƒáƒ—áƒáƒ›áƒáƒ¨áƒ”> +commands.difficulty.success=თáƒáƒ›áƒáƒ¨áƒ˜áƒ¡ სირთულე შეიცვáƒáƒšáƒ: %s +commands.difficulty.usage=/difficulty <სირთულე> +commands.downfall.success=áƒáƒ¢áƒ›áƒáƒ¡áƒ¤áƒ”რული ნáƒáƒšáƒ”ქები გáƒáƒ“áƒáƒ áƒ—ულირ+commands.downfall.usage=/toggledownfall +commands.effect.failure.notActive=ვეღáƒáƒ  შეძლრ%1$s from %2$s, რáƒáƒ“გáƒáƒœ მáƒáƒ— áƒáƒ  áƒáƒ¥áƒ•თ ეფექტი +commands.effect.failure.notActive.all=ვერ მáƒáƒ®áƒ“რáƒáƒ—ვისებრძáƒáƒšáƒ”ბის %s-გáƒáƒœ რáƒáƒ“გáƒáƒœáƒáƒª მáƒáƒ— áƒáƒ  გáƒáƒáƒ©áƒœáƒ˜áƒ— +commands.effect.notFound=ეფექტი ID %s áƒáƒ  áƒáƒ áƒ¡áƒ”ბáƒáƒ‘ს +commands.effect.success=მáƒáƒªáƒ”მული %1$s (ID %2$s) * %3$s დáƒáƒœ %4$s áƒáƒ›áƒ˜áƒ¡áƒ—ვის %5$s წáƒáƒ›áƒ¨áƒ˜ +commands.effect.success.removed=%2$s-სგáƒáƒœ მიღებულირ%1$s +commands.effect.success.removed.all=წáƒáƒáƒ áƒ—ვრყველრძáƒáƒšáƒ %s-ს +commands.effect.usage=/effect <მáƒáƒ—áƒáƒ›áƒáƒ¨áƒ”> <ეფექტი> [წáƒáƒ›áƒ˜] [დáƒáƒœáƒ”] [ნáƒáƒ¬áƒ˜áƒšáƒáƒ™áƒ”ბის დáƒáƒ›áƒáƒšáƒ•áƒ] +commands.enchant.cantCombine=%1$s ვერ შეერევრ%2$s-თáƒáƒœ +commands.enchant.cantEnchant=შეუძლებელირგáƒáƒ›áƒáƒ˜áƒ§áƒ”ნáƒáƒ— შერჩეული მáƒáƒ¯áƒáƒ“áƒáƒ”ბრსáƒáƒ›áƒ˜áƒ–ნე ნივთზე +commands.enchant.noItem=მიზáƒáƒœáƒ¡ áƒáƒ  უჭირáƒáƒ•ს ნივთი +commands.enchant.notFound=მáƒáƒ¯áƒáƒ“áƒáƒ”ბრ%s áƒáƒ  áƒáƒ áƒ¡áƒ”ბáƒáƒ‘ს +commands.enchant.success=ჯáƒáƒ“áƒáƒ¥áƒ áƒáƒ‘áƒáƒ› წáƒáƒ áƒ›áƒáƒ¢áƒ”ბით ჩáƒáƒ˜áƒáƒ áƒ +commands.enchant.usage=/enchant [დáƒáƒœáƒ”] +commands.entitydata.failed=ინფáƒáƒ áƒ›áƒáƒªáƒ˜áƒ˜áƒ¡ Tag áƒáƒ  შეცვლილáƒ: %s +commands.entitydata.noPlayers=%s áƒáƒ áƒ˜áƒ¡ მáƒáƒ—áƒáƒ›áƒáƒ¨áƒ” დრმისი შეცვლრშეუძლებელირ+commands.entitydata.success=áƒáƒ‘იექტის ინფáƒáƒ áƒ›áƒáƒªáƒ˜áƒ გáƒáƒœáƒáƒ®áƒšáƒ“áƒ: %s +commands.entitydata.tagError=შეცდáƒáƒ›áƒ მáƒáƒœáƒáƒªáƒ”მთრგáƒáƒ áƒ©áƒ”ვისáƒáƒ¡: %s +commands.entitydata.usage=/entitydata <áƒáƒ‘იექტი> +commands.execute.allInvocationsFailed=ბრძáƒáƒœáƒ”ბრáƒáƒ  გáƒáƒœáƒ®áƒáƒ áƒªáƒ˜áƒ”ლდáƒ: '%s' +commands.execute.failed=ვერ შესრულდრ'%s' რáƒáƒ’áƒáƒ áƒª %s +commands.execute.usage=/execute <áƒáƒ‘იექტი> <ბრძáƒáƒœáƒ”ბáƒ> OR /execute <áƒáƒ‘იექტი> detect <ბლáƒáƒ™áƒ˜> <პáƒáƒ áƒáƒ›áƒ”ტრები> <ბრძáƒáƒœáƒ”ბáƒ> +commands.fill.failed=ბლáƒáƒ™áƒ”ბი áƒáƒ  შევსებულრ+commands.fill.outOfWorld=შეუძელბელირსáƒáƒ›áƒ§áƒáƒ áƒáƒ¡ გáƒáƒ áƒ”თ ბლáƒáƒ™áƒ˜áƒ¡ დáƒáƒ“გმრ+commands.fill.success=%s ბლáƒáƒ™áƒ˜ შეივსრ+commands.fill.tagError=შეცდáƒáƒ›áƒ მáƒáƒœáƒáƒªáƒ”მთრგáƒáƒ áƒ©áƒ”ვისáƒáƒ¡: %s +commands.fill.tooManyBlocks=áƒáƒ¦áƒœáƒ˜áƒ¨áƒœáƒ£áƒš áƒáƒ“გილáƒáƒ¡ ზედმეტáƒáƒ“ ბევრი ბლáƒáƒ™áƒ˜áƒ (%s > %s) +commands.fill.usage=/fill [dataValue] [oldBlockHandling] [dataTag] +commands.gamemode.success.other=%s მáƒáƒ—áƒáƒ›áƒáƒ¨áƒ˜áƒ¡ რეჟიმი გáƒáƒ“áƒáƒ áƒ—ულირ%s-ზე +commands.gamemode.success.self=თქვენი რეჟიმი გáƒáƒ“áƒáƒ áƒ—ულირ%s-ზე +commands.gamemode.usage=/gamemode <რეჟიმი> [მáƒáƒ—áƒáƒ›áƒáƒ¨áƒ”] +commands.gamerule.nopermission=მხáƒáƒšáƒáƒ“ სერვერის მფლáƒáƒ‘ელს შეუძლირშეცვáƒáƒšáƒáƒ¡ '%s' +commands.gamerule.norule=თáƒáƒ›áƒáƒ¨áƒ˜áƒ¡ წესი სáƒáƒ®áƒ”ლით '%s' ვერ მáƒáƒ˜áƒ«áƒ”ბნრ+commands.gamerule.success=თáƒáƒ›áƒáƒ¨áƒ˜áƒ¡ წესი გáƒáƒœáƒáƒ®áƒšáƒ“რ+commands.gamerule.usage=/gamerule <თáƒáƒ›áƒáƒ¨áƒ˜áƒ¡ წესი> [მნიშვნელáƒáƒ‘áƒ] +commands.generic.boolean.invalid='%s' áƒáƒ  წáƒáƒ áƒ›áƒáƒáƒ“გენს სწáƒáƒ áƒ¡ áƒáƒœ áƒáƒ áƒáƒ¡áƒ¬áƒáƒ áƒ¡ +commands.generic.double.tooBig=შეყვáƒáƒœáƒ˜áƒšáƒ˜ რიცხვი (%s) ძáƒáƒšáƒ˜áƒáƒœ დიდიáƒ, სáƒáƒ­áƒ˜áƒ áƒáƒ áƒáƒ áƒáƒ£áƒ›áƒ”ტეს %s +commands.generic.double.tooSmall=შეყვáƒáƒœáƒ˜áƒšáƒ˜ რიცხვი (%s) ძáƒáƒšáƒ˜áƒáƒœ მცირეáƒ, სáƒáƒ­áƒ˜áƒ áƒáƒ სულ მცირე %s +commands.generic.entity.invalidType=áƒáƒ‘იექტის ტიპი '%s' áƒáƒ áƒáƒ¡áƒ¬áƒáƒ áƒ˜áƒ +commands.generic.entity.invalidUuid=áƒáƒ‘იექტის UUID áƒáƒ  შეესáƒáƒ‘áƒáƒ›áƒ”ბრსწáƒáƒ  ფáƒáƒ áƒ›áƒáƒ¢áƒ¡ +commands.generic.entity.notFound=áƒáƒ‘იექტი ვერ მáƒáƒ˜áƒ«áƒ”ბნრ+commands.generic.exception=გáƒáƒ›áƒáƒ•ლინდრუცნáƒáƒ‘ი შეცდáƒáƒ›áƒ შემდეგი ბრძáƒáƒœáƒ”ბის შესრულებისáƒáƒ¡ +commands.generic.notFound=უცნáƒáƒ‘ი ბრძáƒáƒœáƒ”ბáƒ. გáƒáƒ›áƒáƒ˜áƒ§áƒ”ნეთ /help ბრძáƒáƒœáƒ”ბáƒáƒ—რსიისთვის +commands.generic.num.invalid='%s' უმáƒáƒ áƒ—ებულრრიცხვირ+commands.generic.num.tooBig=ჩáƒáƒ¬áƒ”რილი რიცხვი (%s) ძáƒáƒšáƒ–ედ დიდიáƒ, შეიყვáƒáƒœáƒ”თ áƒáƒ áƒáƒ£áƒ›áƒ”ტეს %s +commands.generic.num.tooSmall=ჩáƒáƒ¬áƒ”რილი რიცხვი (%s) ძáƒáƒšáƒ–ედ მცირეáƒ, შეიყვáƒáƒœáƒ”თ სულ მცირე %s +commands.generic.parameter.invalid='%s' áƒáƒ  წáƒáƒ áƒ›áƒáƒáƒ“გენს სწáƒáƒ  პáƒáƒ áƒáƒ›áƒ”ტრს +commands.generic.permission=თქვენ áƒáƒ  გáƒáƒ¥áƒ•თ áƒáƒ› ბრძáƒáƒœáƒ”ბის გáƒáƒ›áƒáƒ§áƒ”ნების უფლებრ+commands.generic.player.notFound=მáƒáƒ—áƒáƒ›áƒáƒ¨áƒ” áƒáƒ  მáƒáƒ˜áƒ«áƒ”ბნრ+commands.generic.syntax=ბრძáƒáƒœáƒ”ბის უმáƒáƒ áƒ—ებულრსინტáƒáƒ¥áƒ¡áƒ˜ +commands.generic.usage=ხმáƒáƒ áƒ”ბáƒ: %s +commands.give.notFound=ნივთი მითითებული ID-თ '%s' áƒáƒ  მáƒáƒ˜áƒ«áƒ”ბნრ+commands.give.success=%s-ს მიეცრ%s * %s +commands.give.tagError=შეცდáƒáƒ›áƒ მáƒáƒœáƒáƒªáƒ”მთრგáƒáƒ áƒ©áƒ”ვისáƒáƒ¡: %s +commands.give.usage=/give <მáƒáƒ—áƒáƒ›áƒáƒ¨áƒ”> <ნივთი> [რáƒáƒáƒ“ენáƒáƒ‘áƒ] [მáƒáƒœáƒáƒªáƒ”მები] [მáƒáƒœáƒáƒªáƒ”მთáƒTag] +commands.help.footer=ბრძáƒáƒœáƒ”ბის შეყვáƒáƒœáƒ˜áƒ¡áƒáƒ¡ გáƒáƒ›áƒáƒ˜áƒ§áƒ”ნეთ რáƒáƒ—რáƒáƒ•ტáƒáƒ›áƒáƒ¢áƒ£áƒ áƒáƒ“ გáƒáƒ¬áƒ”რáƒáƒ— ის áƒáƒœ მისი áƒáƒ áƒ’უმენტი +commands.help.header=--- დáƒáƒ®áƒ›áƒáƒ áƒ”ბის გვერდი %s/%s-დáƒáƒœ (/help <გვერდი>) --- +commands.help.usage=/help [გვერდი|ბრძáƒáƒœáƒ”ბის სáƒáƒ®áƒ”ლი] +commands.kick.success=%s თáƒáƒ›áƒáƒ¨áƒ˜áƒ“áƒáƒœ გáƒáƒ’დებულირ+commands.kick.success.reason=%s თáƒáƒ›áƒáƒ¨áƒ˜áƒ“áƒáƒœ გáƒáƒ’დებულირმიზეზით: '%s' +commands.kick.usage=/kick <მáƒáƒ—áƒáƒ›áƒáƒ¨áƒ”> [reason <მიზეზი>] +commands.kill.successful=%s მáƒáƒ™áƒ•დრ+commands.kill.usage=/kill [მáƒáƒ—áƒáƒ›áƒáƒ¨áƒ”|áƒáƒ‘იექტი] +commands.me.usage=/me <მáƒáƒ¥áƒ›áƒ”დებრ...> +commands.message.display.incoming=%s გიჩურჩულებთ: %s +commands.message.display.outgoing=თქვენ უჩურჩულებთ %s-ს: %s +commands.message.sameTarget=შეუძლებელირგáƒáƒ£áƒ’ზáƒáƒ•ნáƒáƒ— პირáƒáƒ“ი გზáƒáƒ•ნილი სáƒáƒ™áƒ£áƒ—áƒáƒ  თáƒáƒ•ს! +commands.message.usage=/tell <პირáƒáƒ“ი გზáƒáƒ•ნილი ...> +commands.op.failed=ვერ მáƒáƒ®áƒ”რხდრ%s-(ი)ს áƒáƒžáƒ”რáƒáƒ¢áƒáƒ áƒ—რსიáƒáƒ¨áƒ˜ დáƒáƒ›áƒáƒ¢áƒ”ბრ+commands.op.success=%s გáƒáƒ®áƒ“რáƒáƒžáƒ”რáƒáƒ¢áƒáƒ áƒ˜ +commands.op.usage=/op <მáƒáƒ—áƒáƒ›áƒáƒ¨áƒ”> +commands.particle.notFound=ეფექტის სáƒáƒ®áƒ”ლი უცნáƒáƒ‘ირ(%s) +commands.particle.success=ჩáƒáƒ˜áƒ áƒ—რეფექტი %s %s-ჯერ +commands.particle.usage=/particle <სáƒáƒ®áƒ”ლი> <სიჩქáƒáƒ áƒ”> [რáƒáƒáƒ“ენáƒáƒ‘áƒ] [რეჟიმი] +commands.players.list=თáƒáƒ›áƒáƒ¨áƒáƒ‘ს %s/%s მáƒáƒ—áƒáƒ›áƒáƒ¨áƒ”: +commands.players.usage=/list +commands.playsound.playerTooFar=მáƒáƒ—áƒáƒ›áƒáƒ¨áƒ” %s ძáƒáƒšáƒ˜áƒáƒœ შáƒáƒ áƒ¡áƒáƒ იმისáƒáƒ—ვის, რáƒáƒ› ეს ხმრგáƒáƒ˜áƒ’áƒáƒ¡ +commands.playsound.success='%s' დáƒáƒ”კვრრ%s-ს +commands.playsound.usage=/playsound <ხმáƒ> <მáƒáƒ—áƒáƒ›áƒáƒ¨áƒ”> [x] [y] [z] [ხმáƒáƒ›áƒáƒ¦áƒšáƒáƒ‘áƒ] [ძáƒáƒšáƒ] [მინიმáƒáƒšáƒ£áƒ áƒ˜ ხმáƒáƒ›áƒáƒ¦áƒšáƒáƒ‘áƒ] +commands.publish.failed=ლáƒáƒ™áƒáƒšáƒ£áƒ áƒ˜ თáƒáƒ›áƒáƒ¨áƒ˜áƒ¡ შექმნრშეუძლებელირ+commands.publish.started=ლáƒáƒ™áƒáƒšáƒ£áƒ áƒ˜ თáƒáƒ›áƒáƒ¨áƒ˜ მუშáƒáƒáƒ‘ს %s პáƒáƒ áƒ¢áƒ–ე +commands.publish.usage=/publish +commands.replaceitem.block.usage=/replaceitem block <დáƒáƒœáƒáƒ§áƒáƒ¤áƒ˜> <ნივთი> [amount] [data] [dataTag] +commands.replaceitem.entity.usage=/replaceitem entity <სáƒáƒ›áƒ˜áƒ–ნე> <დáƒáƒœáƒáƒ§áƒáƒ¤áƒ˜> <ნივთი> [amount] [data] [dataTag] +commands.replaceitem.failed=შეუძლებელირ%s დáƒáƒœáƒáƒ§áƒáƒ¤áƒ˜áƒ¡ შეცვლრ%s * %s +commands.replaceitem.noContainer=ბლáƒáƒ™áƒ˜ კáƒáƒáƒ áƒ“ინáƒáƒ¢áƒ”ბზე %s, %s, %s áƒáƒ  წáƒáƒ áƒ›áƒáƒáƒ“გენს კáƒáƒœáƒ¢áƒ”ინერს +commands.replaceitem.success=დáƒáƒœáƒáƒ§áƒáƒ¤áƒ˜ %s შეიცვáƒáƒšáƒ %s * %s +commands.replaceitem.tagError=შეცდáƒáƒ›áƒ მáƒáƒœáƒáƒªáƒ”მთრგáƒáƒ áƒ©áƒ”ვისáƒáƒ¡: %s +commands.replaceitem.usage=/replaceitem ... +commands.save-off.alreadyOff=შენáƒáƒ®áƒ•რუკვე გáƒáƒ›áƒáƒ áƒ—ულიáƒ. +commands.save-off.usage=/save-off +commands.save-on.alreadyOn=შენáƒáƒ®áƒ•რუკვე ჩáƒáƒ áƒ—ულიáƒ. +commands.save-on.usage=/save-on +commands.save.disabled=სáƒáƒ›áƒ§áƒáƒ áƒáƒ¡ áƒáƒ•ტრშენáƒáƒ®áƒ•რგáƒáƒ›áƒáƒ áƒ—ულირ+commands.save.enabled=სáƒáƒ›áƒ§áƒáƒ áƒáƒ¡ áƒáƒ•ტრშენáƒáƒ®áƒ•რჩáƒáƒ áƒ—ულირ+commands.save.failed=შენáƒáƒ®áƒ•რჩáƒáƒ˜áƒ¨áƒáƒšáƒ: %s +commands.save.start=შენáƒáƒ®áƒ•áƒ... +commands.save.success=სáƒáƒ›áƒ§áƒáƒ áƒ შენáƒáƒ®áƒ£áƒšáƒ˜áƒ +commands.save.usage=/save-all +commands.say.usage=/say <სáƒáƒ—ქმელი ...> +commands.scoreboard.allMatchesFailed=ყველრდáƒáƒ›áƒ—ხვევრწáƒáƒ áƒ£áƒ›áƒáƒ¢áƒ”ბელირ+commands.scoreboard.noMultiWildcard=მხáƒáƒšáƒáƒ“ ერთი ჯáƒáƒ™áƒ”რის áƒáƒ áƒ¡áƒ”ბáƒáƒ‘áƒáƒ ნებáƒáƒ“áƒáƒ áƒ—ული +commands.scoreboard.objectiveNotFound=áƒáƒ  მáƒáƒ˜áƒ«áƒ”ბნრდáƒáƒ•áƒáƒšáƒ”ბრსáƒáƒ®áƒ”ლით '%s' +commands.scoreboard.objectiveReadOnly=დáƒáƒ•áƒáƒšáƒ”ბრ'%s' áƒáƒ áƒ˜áƒ¡ მხáƒáƒšáƒáƒ“ წáƒáƒ™áƒ˜áƒ—ხვáƒáƒ“ი დრმისი შეცვლრშეუძლებელირ+commands.scoreboard.objectives.add.alreadyExists=დáƒáƒ•áƒáƒšáƒ”ბრსáƒáƒ®áƒ”ლáƒáƒ“ '%s' უკვე áƒáƒ áƒ¡áƒ”ბáƒáƒ‘ს +commands.scoreboard.objectives.add.displayTooLong=სáƒáƒ©áƒ•ენებელი სáƒáƒ®áƒ”ლი '%s' მეტისმეტáƒáƒ“ გრძელიáƒ, ის უნდრშეიცáƒáƒ•დეს áƒáƒ áƒáƒ£áƒ›áƒ”ტეს %s სიმბáƒáƒšáƒáƒ¡áƒ +commands.scoreboard.objectives.add.success=áƒáƒ®áƒáƒšáƒ˜ დáƒáƒ•áƒáƒšáƒ”ბრ'%s' წáƒáƒ áƒ›áƒáƒ¢áƒ”ბით შეიქმნრ+commands.scoreboard.objectives.add.tooLong=სáƒáƒ®áƒ”ლი '%s' მეტისმეტáƒáƒ“ გრძელიáƒ, ის უნდრშეიცáƒáƒ•დეს áƒáƒ áƒáƒ£áƒ›áƒ”ტეს %s სიმბáƒáƒšáƒáƒ¡áƒ +commands.scoreboard.objectives.add.usage=/scoreboard objectives add <სáƒáƒ®áƒ”ლი> <კრიტერიუმის ტიპი> [სáƒáƒ©áƒ•ენებელი სáƒáƒ®áƒ”ლი ...] +commands.scoreboard.objectives.add.wrongType=დáƒáƒ•áƒáƒšáƒ”ბის დáƒáƒ£áƒ¨áƒ•ებელი კრიტერიუმის ტიპი '%s' +commands.scoreboard.objectives.list.count=ტáƒáƒ‘ლáƒáƒ–ე ნáƒáƒ©áƒ•ენებირ%s დáƒáƒ•áƒáƒšáƒ”ბáƒ(ები): +commands.scoreboard.objectives.list.empty=ტáƒáƒ‘ლáƒáƒ–ე დáƒáƒ•áƒáƒšáƒ”ბები áƒáƒ  áƒáƒ áƒ˜áƒ¡ +commands.scoreboard.objectives.list.entry=- %s: სáƒáƒ¯áƒáƒ áƒ სáƒáƒ®áƒ”ლით '%s', სáƒáƒ®áƒ”áƒáƒ‘რ'%s' +commands.scoreboard.objectives.remove.success=დáƒáƒáƒ•ლებრ'%s' წáƒáƒ áƒ›áƒáƒ¢áƒ”ბით წáƒáƒ˜áƒ¨áƒáƒšáƒ +commands.scoreboard.objectives.remove.usage=/scoreboard objectives remove <სáƒáƒ®áƒ”ლი> +commands.scoreboard.objectives.setdisplay.invalidSlot=áƒáƒ¡áƒ”თი ჩვენების სლáƒáƒ¢áƒ˜ '%s' +commands.scoreboard.objectives.setdisplay.successCleared=გáƒáƒœáƒ‘áƒáƒŸáƒ”ბული áƒáƒ‘იექტური ჩვენების სლáƒáƒ¢áƒ˜ '%s' +commands.scoreboard.objectives.setdisplay.successSet=უცნáƒáƒ‘ირჩვენების მიზáƒáƒœáƒ˜ სლáƒáƒ¢áƒ˜ '%s' to '%s' +commands.scoreboard.objectives.setdisplay.usage=/scoreboard objectives setdisplay [objective] +commands.scoreboard.objectives.usage=/scoreboard objectives ... +commands.scoreboard.players.add.usage=/scoreboard players add <მáƒáƒ—áƒáƒ›áƒáƒ¨áƒ”> <მიზáƒáƒœáƒ˜> <რáƒáƒáƒ“ენáƒáƒ‘áƒ> [dataTag] +commands.scoreboard.players.enable.noTrigger=áƒáƒ‘იექტი %s áƒáƒ  წáƒáƒ áƒ›áƒáƒáƒ“გენს ტრიგერს +commands.scoreboard.players.enable.success=ჩáƒáƒ˜áƒ áƒ—რტრიგერი %s %s-სთვის +commands.scoreboard.players.enable.usage=/scoreboard players enable +commands.scoreboard.players.list.count=ტáƒáƒ‘ლáƒáƒ–ე ნáƒáƒ©áƒ•ენებირ%s დáƒáƒ¤áƒ˜áƒ¥áƒ¡áƒ˜áƒ áƒ”ბული მáƒáƒ—áƒáƒ›áƒáƒ¨áƒ”: +commands.scoreboard.players.list.empty=ტáƒáƒ‘ლáƒáƒ–ე áƒáƒ  áƒáƒ áƒ˜áƒ¡ თვáƒáƒšáƒ’áƒáƒ§áƒáƒšáƒ˜áƒšáƒ˜ მáƒáƒ—áƒáƒ›áƒáƒ¨áƒ”ები +commands.scoreboard.players.list.player.count=ნáƒáƒ©áƒ•ენბირ%s დáƒáƒ¤áƒ˜áƒ¥áƒ¡áƒ˜áƒ áƒ”ბული დáƒáƒ•áƒáƒšáƒ”ბáƒ(ები) %s-სთვის: +commands.scoreboard.players.list.player.empty=მáƒáƒ—áƒáƒ›áƒáƒ¨áƒ”ს %s áƒáƒ  áƒáƒ¥áƒ•ს შენáƒáƒ®áƒ£áƒšáƒ˜ ქულები +commands.scoreboard.players.list.player.entry=- %2$s: %1$s (%3$s) +commands.scoreboard.players.list.usage=/scoreboard players list [სáƒáƒ®áƒ”ლი] +commands.scoreboard.players.operation.invalidOperation=áƒáƒ áƒáƒ¡áƒ¬áƒáƒ áƒ˜ áƒáƒžáƒ”რáƒáƒªáƒ˜áƒ %s +commands.scoreboard.players.operation.notFound=%s ქულრáƒáƒ áƒáƒ ნáƒáƒžáƒáƒ•ნი მáƒáƒ—áƒáƒ›áƒáƒ¨áƒ˜áƒ¡áƒ—ვის %s +commands.scoreboard.players.operation.success=áƒáƒžáƒ”რáƒáƒªáƒ˜áƒ წáƒáƒ áƒ›áƒáƒ¢áƒ”ბულირ+commands.scoreboard.players.operation.usage=/scoreboard players operation +commands.scoreboard.players.remove.usage=/scoreboard players remove <მáƒáƒ—áƒáƒ›áƒáƒ¨áƒ”> <მიზáƒáƒœáƒ˜> <რáƒáƒáƒ“ენáƒáƒ‘áƒ> [dataTag] +commands.scoreboard.players.reset.success=მáƒáƒ—áƒáƒ›áƒáƒ¨áƒ”ს %s ყველრქულის ჩáƒáƒ›áƒáƒ§áƒ áƒ +commands.scoreboard.players.reset.usage=/scoreboard players reset <მáƒáƒ—áƒáƒ›áƒáƒ¨áƒ”> [მიზáƒáƒœáƒ˜] +commands.scoreboard.players.resetscore.success=გáƒáƒ£áƒ¥áƒ›áƒ“რქულრ%s მáƒáƒ—áƒáƒ›áƒáƒ¨áƒ” %s-ის +commands.scoreboard.players.set.success=%s დáƒáƒ•áƒáƒšáƒ”ბიდáƒáƒœ %s ქულის მიცემრმáƒáƒ—áƒáƒ›áƒáƒ¨áƒ”სთვის %s +commands.scoreboard.players.set.tagError=პáƒáƒ áƒáƒ›áƒ”ტრის შესრულებრვერ მáƒáƒ®áƒ”რხდáƒ, მიზეზი: %s +commands.scoreboard.players.set.tagMismatch=მáƒáƒœáƒáƒªáƒ”მი áƒáƒ  ემთხვევრ%s +commands.scoreboard.players.set.usage=/scoreboard players set <მáƒáƒ—áƒáƒ›áƒáƒ¨áƒ”> <მიზáƒáƒœáƒ˜> <ქულáƒ> [dataTag] +commands.scoreboard.players.test.failed=ქულრ%s áƒáƒ  შედის %s - %s დიáƒáƒžáƒáƒ–áƒáƒœáƒ¨áƒ˜ +commands.scoreboard.players.test.notFound=%s ქულრáƒáƒ áƒáƒ ნáƒáƒžáƒáƒ•ნი მáƒáƒ—áƒáƒ›áƒáƒ¨áƒ˜áƒ¡áƒ—ვის %s +commands.scoreboard.players.test.success=ქულრ%s შედის %s - %s დიáƒáƒžáƒáƒ–áƒáƒœáƒ¨áƒ˜ +commands.scoreboard.players.test.usage=/scoreboard players test +commands.scoreboard.players.usage=/scoreboard players ... +commands.scoreboard.teamNotFound=áƒáƒ  მáƒáƒ˜áƒ«áƒ”ბნრგუნდი სáƒáƒ®áƒ”ლით '%s' +commands.scoreboard.teams.add.alreadyExists=გუნდი სáƒáƒ®áƒ”ლáƒáƒ“ '%s' უკვე áƒáƒ áƒ¡áƒ”ბáƒáƒ‘ს +commands.scoreboard.teams.add.displayTooLong=სáƒáƒ©áƒ•ენებელი სáƒáƒ®áƒ”ლი '%s' მეტისმეტáƒáƒ“ გრძელიáƒ, ის უნდრშეიცáƒáƒ•დეს áƒáƒ áƒáƒ£áƒ›áƒ”ტეს %s სიმბáƒáƒšáƒáƒ¡áƒ +commands.scoreboard.teams.add.success=áƒáƒ®áƒáƒšáƒ˜ გუნდი '%s' წáƒáƒ áƒ›áƒáƒ¢áƒ”ბით შეიქმნრ+commands.scoreboard.teams.add.tooLong=სáƒáƒ®áƒ”ლი '%s' მეტისმეტáƒáƒ“ გრძელიáƒ, ის უნდრშეიცáƒáƒ•დეს áƒáƒ áƒáƒ£áƒ›áƒ”ტეს %s სიმბáƒáƒšáƒáƒ¡áƒ +commands.scoreboard.teams.add.usage=/scoreboard teams add <სáƒáƒ®áƒ”ლი> [display სáƒáƒ®áƒ”ლი ...] +commands.scoreboard.teams.empty.alreadyEmpty=გუნდი %s უკვე ცáƒáƒ áƒ˜áƒ”ლიáƒ, შეუძლებელირáƒáƒ áƒáƒáƒ áƒ¡áƒ”ბული მáƒáƒ—áƒáƒ›áƒáƒ¨áƒ”ების áƒáƒ›áƒáƒ¦áƒ”ბრ+commands.scoreboard.teams.empty.success=ყველრ(%s) მáƒáƒ—áƒáƒ›áƒáƒ¨áƒ” áƒáƒ›áƒáƒ¦áƒ”ბულ იქნრგუნდიდáƒáƒœ %s +commands.scoreboard.teams.empty.usage=/scoreboard teams empty <გუნდი> +commands.scoreboard.teams.join.failure=გუნდს %s ვერ დáƒáƒ”მáƒáƒ¢áƒ %s მáƒáƒ—áƒáƒ›áƒáƒ¨áƒ”: %s +commands.scoreboard.teams.join.success=გუნდს %s დáƒáƒ”მáƒáƒ¢áƒ %s მáƒáƒ—áƒáƒ›áƒáƒ¨áƒ”: %s +commands.scoreboard.teams.join.usage=/scoreboard teams join <გუნდი> [მáƒáƒ—áƒáƒ›áƒáƒ¨áƒ”] +commands.scoreboard.teams.leave.failure=%s-მ(áƒ) მáƒáƒ—áƒáƒ›áƒáƒ¨áƒ”მ ვერ დáƒáƒ¢áƒáƒ•რმáƒáƒ—ი გუნდები: %s +commands.scoreboard.teams.leave.noTeam=თქვენ áƒáƒ  ხáƒáƒ áƒ— გუნდის წევრი +commands.scoreboard.teams.leave.success=%s-მ(áƒ) მáƒáƒ—áƒáƒ›áƒáƒ¨áƒ”მ დáƒáƒ¢áƒáƒ•რმáƒáƒ—ი გუნდები: %s +commands.scoreboard.teams.leave.usage=/scoreboard teams leave [მáƒáƒ—áƒáƒ›áƒáƒ¨áƒ”] +commands.scoreboard.teams.list.count=ტáƒáƒ‘ლáƒáƒ–ე ნáƒáƒ©áƒ•ენებირ%s გუნდი: +commands.scoreboard.teams.list.empty=ტáƒáƒ‘ლáƒáƒ–ე áƒáƒ  áƒáƒ áƒ˜áƒ¡ ჩáƒáƒ¬áƒ”რილი გუნდები +commands.scoreboard.teams.list.entry=- გუნდი %1$s: '%2$s' შედგებრ%3$s მáƒáƒ—áƒáƒ›áƒáƒ¨áƒ”სგáƒáƒœ +commands.scoreboard.teams.list.player.count=ნáƒáƒ©áƒ•ენებირ%s მáƒáƒ—áƒáƒ›áƒáƒ¨áƒ”(ები) გუნდში %s: +commands.scoreboard.teams.list.player.empty=გუნდს %s áƒáƒ  ჰყáƒáƒ•ს მáƒáƒ—áƒáƒ›áƒáƒ¨áƒ” +commands.scoreboard.teams.list.player.entry=- %2$s: %1$s (%3$s) +commands.scoreboard.teams.list.usage=/scoreboard teams list [სáƒáƒ®áƒ”ლი] +commands.scoreboard.teams.option.noValue=დáƒáƒ¡áƒáƒ¨áƒ•ები მნიშვნელáƒáƒ‘ები პáƒáƒ áƒáƒ›áƒ”ტრისთვის %s áƒáƒ áƒ˜áƒ¡: %s +commands.scoreboard.teams.option.success=პáƒáƒ áƒáƒ›áƒ”ტრი %s შეიცვáƒáƒšáƒ %s გუნდისთვის მნიშვნელáƒáƒ‘ით %s +commands.scoreboard.teams.option.usage=/scoreboard teams option <გუნდი> <მნიშვნელáƒáƒ‘áƒ> +commands.scoreboard.teams.remove.success=áƒáƒ›áƒáƒ¦áƒ”ბულ იქნრგუნდი %s +commands.scoreboard.teams.remove.usage=/scoreboard teams remove <სáƒáƒ®áƒ”ლი> +commands.scoreboard.teams.usage=/scoreboard teams ... +commands.scoreboard.usage=/scoreboard ... +commands.seed.success=წყáƒáƒ áƒ: %s +commands.seed.usage=/seed +commands.setblock.failed=შეუძელბელირბლáƒáƒ™áƒ˜áƒ¡ დáƒáƒ“გმრ+commands.setblock.noChange=ბლáƒáƒ™áƒ˜áƒ¡ დáƒáƒ“გმრშეუძლებელირ+commands.setblock.notFound=ბლáƒáƒ™áƒ˜ სáƒáƒ®áƒ”ლით %s áƒáƒ  áƒáƒ áƒ¡áƒ”ბáƒáƒ‘ს +commands.setblock.outOfWorld=შეუძელბელირსáƒáƒ›áƒ§áƒáƒ áƒáƒ¡ გáƒáƒ áƒ”თ ბლáƒáƒ™áƒ˜áƒ¡ დáƒáƒ“გმრ+commands.setblock.success=ბლáƒáƒ™áƒ˜ დáƒáƒ˜áƒ“გრ+commands.setblock.tagError=შეცდáƒáƒ›áƒ მáƒáƒœáƒáƒªáƒ”მთრგáƒáƒ áƒ©áƒ”ვისáƒáƒ¡: %s +commands.setblock.usage=/setblock [dataValue] [oldBlockHandling] [dataTag] +commands.setidletimeout.success=წáƒáƒ›áƒ–áƒáƒ›áƒ˜ წáƒáƒ›áƒáƒ áƒ¢áƒ”ბით დáƒáƒ§áƒ”ნდრ%s წუთზე. +commands.setidletimeout.usage=/setidletimeout <გáƒáƒ’დებáƒáƒ›áƒ“ე დáƒáƒ áƒ©áƒ”ნილი წუთები> +commands.setworldspawn.success=სáƒáƒ›áƒ§áƒáƒ áƒáƒ¡ გáƒáƒ©áƒœáƒ˜áƒ¡ წერტილი დáƒáƒ§áƒ”ნებულირ(%s, %s, %s) +commands.setworldspawn.usage=/setworldspawn [ ] +commands.spawnpoint.success=%s-ის გáƒáƒ©áƒ”ნის წერტილი შეიცვáƒáƒšáƒ (%s, %s, %s) +commands.spawnpoint.usage=/spawnpoint [მáƒáƒ—áƒáƒ›áƒáƒ¨áƒ”] [ ] +commands.spreadplayers.failure.players=ვერ მáƒáƒ®áƒ”რხდრ%s მáƒáƒ—áƒáƒ›áƒáƒ¨áƒ˜áƒ¡ გáƒáƒ“áƒáƒœáƒáƒ¬áƒ˜áƒšáƒ”ბრ%s;%s-ს გáƒáƒ áƒ¨áƒ”მრ(ზედმეტი მáƒáƒ—áƒáƒ›áƒáƒ¨áƒ”ები გáƒáƒœáƒ¡áƒáƒ–ღვრული áƒáƒ“გილისთვის - შეეცáƒáƒ“ეთ იხმáƒáƒ áƒáƒ— áƒáƒ áƒ უმეტეს %s) +commands.spreadplayers.failure.teams=ვერ მáƒáƒ®áƒ”რხდრ%s გუნდების გáƒáƒ“áƒáƒœáƒáƒ¬áƒ˜áƒšáƒ”ბრ%s;%s-ს გáƒáƒ áƒ¨áƒ”მრ(ზედმეტი მáƒáƒ—áƒáƒ›áƒáƒ¨áƒ”ები გáƒáƒœáƒ¡áƒáƒ–ღვრული áƒáƒ“გილისთვის - შეეცáƒáƒ“ეთ იხმáƒáƒ áƒáƒ— áƒáƒ áƒ უმეტეს %s) +commands.spreadplayers.info.players=(სáƒáƒ¨áƒ£áƒáƒšáƒ მáƒáƒœáƒ«áƒ˜áƒšáƒ˜ მáƒáƒ—áƒáƒ›áƒáƒ¨áƒ”ებს შáƒáƒ áƒ˜áƒ¡ áƒáƒ áƒ˜áƒ¡ %s ბლáƒáƒ™áƒ˜áƒ¡ დáƒáƒ¨áƒáƒ áƒ”ბით %s დáƒáƒ¨áƒáƒ áƒ”ბის შემდეგ) +commands.spreadplayers.info.teams=(სáƒáƒ¨áƒ£áƒáƒšáƒ მáƒáƒœáƒ«áƒ˜áƒšáƒ˜ გუნდებს შáƒáƒ áƒ˜áƒ¡ áƒáƒ áƒ˜áƒ¡ %s ბლáƒáƒ™áƒ˜áƒ— დáƒáƒ¨áƒáƒ áƒ”ბული %s გáƒáƒœáƒ›áƒ”áƒáƒ áƒ”ბების შემდეგ) +commands.spreadplayers.spreading.players=გáƒáƒ“áƒáƒœáƒáƒ¬áƒ˜áƒšáƒ”ბრ%s მáƒáƒ—áƒáƒ›áƒáƒ¨áƒ˜áƒ¡ %s ბლáƒáƒ™áƒ˜áƒ¡ %s;%s გáƒáƒ áƒ¨áƒ”მრ(მინ. %s ბლáƒáƒ™áƒ˜áƒ¡ დáƒáƒ¨áƒáƒ áƒ”ბით) +commands.spreadplayers.spreading.teams=გáƒáƒ“áƒáƒœáƒáƒ¬áƒ˜áƒšáƒ”ბრ%s გუნდის %s ბლáƒáƒ™áƒ˜áƒ¡ %s;%s გáƒáƒ áƒ¨áƒ”მრ(მინ. %s ბლáƒáƒ™áƒ˜áƒ¡ დáƒáƒ¨áƒáƒ áƒ”ბით) +commands.spreadplayers.success.players=წáƒáƒ áƒ›áƒáƒ¢áƒ”ბულáƒáƒ“ გáƒáƒ“áƒáƒœáƒáƒ¬áƒ˜áƒšáƒ“რ%s მáƒáƒ—áƒáƒ›áƒáƒ¨áƒ” %s;%s-ს გáƒáƒ áƒ¨áƒ”მრ+commands.spreadplayers.success.teams=წáƒáƒ áƒ›áƒáƒ¢áƒ”ბულáƒáƒ“ გáƒáƒ“áƒáƒœáƒáƒ¬áƒ˜áƒšáƒ“რ%s გუნდი %s;%s-ს გáƒáƒ áƒ¨áƒ”მრ+commands.spreadplayers.usage=/spreadplayers <გáƒáƒ•რცელების მáƒáƒœáƒ«áƒ˜áƒšáƒ˜> <მáƒáƒ¥áƒ¡áƒ˜áƒ›áƒáƒšáƒ£áƒ áƒ˜ დიáƒáƒžáƒáƒ–áƒáƒœáƒ˜> <მáƒáƒ—áƒáƒ›áƒáƒ¨áƒ” ...> +commands.stats.block.clear.usage=/stats block clear <სტáƒáƒ¢áƒ˜áƒ¡áƒ¢áƒ˜áƒ™áƒ> +commands.stats.block.set.usage=/stats ბლáƒáƒ™áƒ˜ set +commands.stats.block.usage=/stats ბლáƒáƒ™áƒ˜ <რეჟიმი> ... +commands.stats.cleared=წáƒáƒ˜áƒ¨áƒáƒšáƒ %s მáƒáƒœáƒáƒªáƒ”მი +commands.stats.entity.clear.usage=/stats áƒáƒ‘იექტი clear +commands.stats.entity.set.usage=/stats áƒáƒ‘იექტი set +commands.stats.entity.usage=/stats áƒáƒ‘იექტი +commands.stats.failed=áƒáƒ áƒáƒ¡áƒ¬áƒáƒ áƒ˜ პáƒáƒ áƒáƒ›áƒ”ტრები +commands.stats.noCompatibleBlock=ბლáƒáƒ™áƒ¡, კáƒáƒáƒ áƒ“ინáƒáƒ¢áƒ”ბზე %s, %s, %s áƒáƒ  შეუძლირინფáƒáƒ áƒ›áƒáƒªáƒ˜áƒ˜áƒ¡ შენáƒáƒ®áƒ•რ+commands.stats.success=ინáƒáƒ®áƒ”ბრ%s სტáƒáƒ¢áƒ˜áƒ¡áƒ¢áƒ˜áƒ™áƒ %s-ში %s-ზე +commands.stats.usage=/stats ... +commands.stop.start=მიმდინáƒáƒ áƒ”áƒáƒ‘ს სერვერის გáƒáƒ—იშვრ+commands.stop.usage=/stop +commands.summon.failed=შეუძლებელირáƒáƒ‘იექტის გáƒáƒ©áƒ”ნრ+commands.summon.outOfWorld=შეუძლებელირáƒáƒ‘იექტის გáƒáƒ©áƒ”ნრსáƒáƒ›áƒ§áƒáƒ áƒáƒ“áƒáƒœ +commands.summon.success=áƒáƒ‘იექტი წáƒáƒ áƒ›áƒáƒ¢áƒ”ბით გáƒáƒ©áƒœáƒ“რ+commands.summon.tagError=შეცდáƒáƒ›áƒ მáƒáƒœáƒáƒªáƒ”მთრგáƒáƒ áƒ©áƒ”ვისáƒáƒ¡: %s +commands.summon.usage=/summon <áƒáƒ‘იექტი> [x] [y] [z] [მáƒáƒœáƒáƒªáƒ”მთáƒTag] +commands.tellraw.jsonException=დáƒáƒ£áƒ¨áƒ•ებელი ფáƒáƒ áƒ›áƒáƒ¢áƒ˜: %s +commands.tellraw.usage=/tellraw +commands.testfor.failure=%s áƒáƒ  შეესáƒáƒ‘áƒáƒ›áƒ”ბრმáƒáƒœáƒáƒªáƒ”მთრსტრუქტურáƒáƒ¡ +commands.testfor.success=ნáƒáƒžáƒáƒ•ნირ%s +commands.testfor.tagError=შეცდáƒáƒ›áƒ მáƒáƒœáƒáƒªáƒ”მთრგáƒáƒ áƒ©áƒ”ვისáƒáƒ¡: %s +commands.testfor.usage=/testfor <მáƒáƒ—áƒáƒ›áƒáƒ¨áƒ”> [dataTag] +commands.testforblock.failed.data=ბლáƒáƒ™áƒ¡ %s,%s,%s-ზე áƒáƒ¥áƒ•ს შემდეგი მáƒáƒœáƒáƒªáƒ”მთრმნიშვნელáƒáƒ‘რ%s (ივáƒáƒ áƒáƒ£áƒ“ებáƒáƒ“áƒ: %s). +commands.testforblock.failed.nbt=ბლáƒáƒ™áƒ¡ %s,%s,%s-ზე áƒáƒ  áƒáƒ¥áƒ•ს სáƒáƒ­áƒ˜áƒ áƒ NBT კáƒáƒ“ები. +commands.testforblock.failed.tile=ბლáƒáƒ™áƒ˜ %s,%s,%s-ზე áƒáƒ áƒ˜áƒ¡ %s (ივáƒáƒ áƒáƒ£áƒ“ებáƒáƒ“áƒ: %s). +commands.testforblock.failed.tileEntity=ბლáƒáƒ™áƒ˜ %s,%s,%s-ზე áƒáƒ  áƒáƒ áƒ˜áƒ¡ tail entity დრშეუძლებელირიáƒáƒ áƒšáƒ˜áƒ§áƒ˜áƒ¡ დáƒáƒ›áƒ—ხვევáƒ. +commands.testforblock.outOfWorld=შეუძლებელირსáƒáƒ›áƒ§áƒáƒ áƒáƒ¡ გáƒáƒ áƒ”თ მყáƒáƒ¤áƒ˜ ბლáƒáƒ™áƒ˜áƒ¡ შემáƒáƒ¬áƒ›áƒ”ბრ+commands.testforblock.success=ბლáƒáƒ™áƒ˜ წáƒáƒ áƒ›áƒáƒ¢áƒ”ბითáƒáƒ ნáƒáƒžáƒáƒ•ნი %s,%s,%s-ზე. +commands.testforblock.usage=/testforblock [dataValue] [dataTag] +commands.time.added=დრáƒáƒ¡ დáƒáƒ”მáƒáƒ¢áƒ %s +commands.time.query=áƒáƒ®áƒšáƒ áƒáƒ áƒ˜áƒ¡ %s +commands.time.set=დრრდáƒáƒ§áƒ”ნდრ%s-ზე +commands.time.usage=/time <მნიშვნელáƒáƒ‘áƒ> +commands.title.success=ბრძáƒáƒœáƒ”ბრ"სáƒáƒ—áƒáƒ£áƒ áƒ˜" წáƒáƒ áƒ›áƒáƒ¢áƒ”ბით გáƒáƒœáƒ®áƒáƒ áƒªáƒ˜áƒ”ლდრ+commands.title.usage=/title <მáƒáƒ—áƒáƒ›áƒáƒ¨áƒ”> ... +commands.title.usage.clear=/title <მáƒáƒ—áƒáƒ›áƒáƒ¨áƒ”> clear|reset +commands.title.usage.times=/title <მáƒáƒ—áƒáƒ›áƒáƒ¨áƒ”> times <გáƒáƒ©áƒ”ნáƒ> <გáƒáƒ©áƒ”რებáƒ> <გáƒáƒ¥áƒ áƒáƒ‘áƒ> +commands.title.usage.title=/title <მáƒáƒ—áƒáƒ›áƒáƒ¨áƒ”> title|subtitle <ტექსტი json ფáƒáƒ áƒ›áƒáƒ¢áƒ˜áƒ—> +commands.tp.notSameDimension=ტელეპáƒáƒ áƒ¢áƒ˜ მიუწვდáƒáƒ›áƒ”ლირრáƒáƒ“გáƒáƒœ მáƒáƒ—áƒáƒ›áƒáƒ¨áƒ”ები áƒáƒ  áƒáƒ áƒ˜áƒáƒœ ერთიდáƒáƒ˜áƒ’ივე გáƒáƒœáƒ–áƒáƒ›áƒ˜áƒšáƒ”ბáƒáƒ¨áƒ˜ +commands.tp.success=%s გáƒáƒ˜áƒ’ზáƒáƒ•ნრმáƒáƒ—áƒáƒ›áƒáƒ¨áƒ”სთáƒáƒœ %s +commands.tp.success.coordinates=მáƒáƒ—áƒáƒ›áƒáƒ¨áƒ” %s გáƒáƒ˜áƒ’ზáƒáƒ•ნრკáƒáƒáƒ áƒ“ინáƒáƒ¢áƒ”ბზე %s,%s,%s +commands.tp.usage=/tp [სáƒáƒ›áƒ˜áƒ–ნე მáƒáƒ—áƒáƒ›áƒáƒ¨áƒ”] <მáƒáƒ—áƒáƒ›áƒáƒ¨áƒ”სთáƒáƒœ> áƒáƒœ /tp [სáƒáƒ›áƒ˜áƒ–ნე მáƒáƒ—áƒáƒ›áƒáƒ¨áƒ”] [ ] +commands.trigger.disabled=ტრიგერი %s áƒáƒ áƒáƒ áƒáƒ¥áƒ¢áƒ˜áƒ£áƒ áƒ˜ +commands.trigger.invalidMode=ტრიგერის áƒáƒ áƒáƒ¡áƒ¬áƒáƒ áƒ˜ რეჟიმი %s +commands.trigger.invalidObjective=ტრიგერის áƒáƒ áƒáƒ¡áƒ¬áƒáƒ áƒ˜ სáƒáƒ®áƒ”ლი %s +commands.trigger.invalidPlayer=მხáƒáƒšáƒáƒ“ მáƒáƒ—áƒáƒ›áƒáƒ¨áƒ”ებს შეუძლიáƒáƒ— /trigger ბრძáƒáƒœáƒ”ბის გáƒáƒ›áƒáƒ§áƒ”ნებრ+commands.trigger.success=ტრიგერი %s შეიცვáƒáƒšáƒ %s %s +commands.trigger.usage=/trigger <მიზáƒáƒœáƒ˜> <მნიშვნელáƒáƒ‘áƒ> +commands.unban.failed=%s მáƒáƒ—áƒáƒ›áƒáƒ¨áƒ˜áƒ¡ გáƒáƒ«áƒ”ვებულთრსიიდáƒáƒœ áƒáƒ›áƒáƒ¨áƒšáƒ ვერ მáƒáƒ®áƒ”რხდრ+commands.unban.success=მáƒáƒ—áƒáƒ›áƒáƒ¨áƒ” %s დáƒáƒ¨áƒ•ებულირ+commands.unban.usage=/pardon <სáƒáƒ®áƒ”ლი> +commands.unbanip.invalid=შეყვáƒáƒœáƒ˜áƒšáƒ˜áƒ უმáƒáƒ áƒ—ებულრIP მისáƒáƒ›áƒáƒ áƒ—ი +commands.unbanip.success=დáƒáƒ¨áƒ•ებულირIP მისáƒáƒ›áƒáƒ áƒ—ი %s +commands.unbanip.usage=/pardon-ip <მისáƒáƒ›áƒáƒ áƒ—ი> +commands.weather.clear=იცვლებრმზიáƒáƒœ áƒáƒ›áƒ˜áƒœáƒ“ზე +commands.weather.rain=იცვლებრწვიმიáƒáƒœ áƒáƒ›áƒ˜áƒœáƒ“ზე +commands.weather.thunder=იცვლებრწვიმითრდრქუხილით +commands.weather.usage=/weather [ხáƒáƒœáƒ’რძლივáƒáƒ‘რწáƒáƒ›áƒ”ბში] +commands.whitelist.add.failed=ვერ მáƒáƒ®áƒ”რხდრ%s-(ი)ს თეთრ სიáƒáƒ¨áƒ˜ დáƒáƒ›áƒáƒ¢áƒ”ბრ+commands.whitelist.add.success=%s დáƒáƒ¨áƒ•ებულთრსიáƒáƒ¨áƒ˜ ჩáƒáƒ›áƒáƒ¢áƒ”ბულირ+commands.whitelist.add.usage=/whitelist add <მáƒáƒ—áƒáƒ›áƒáƒ¨áƒ”> +commands.whitelist.disabled=დáƒáƒ¨áƒ•ებულთრსირგáƒáƒ—იშულირ+commands.whitelist.enabled=დáƒáƒ¨áƒ•ებულთრსირჩáƒáƒ áƒ—ულირ+commands.whitelist.list=დáƒáƒ¨áƒ•ებულთრსიáƒáƒ¨áƒ˜ áƒáƒ áƒ˜áƒ¡ %s მáƒáƒ—áƒáƒ›áƒáƒ¨áƒ” (%s შესáƒáƒ«áƒšáƒáƒ“áƒáƒœ): +commands.whitelist.reloaded=დáƒáƒ¨áƒ•ებულთრსირგáƒáƒ“áƒáƒ¢áƒ•ირთულირ+commands.whitelist.remove.failed=ვერ მáƒáƒ®áƒ”რხდრ%s-(ი)ს თეთრი სიიდáƒáƒœ áƒáƒ›áƒáƒ¨áƒšáƒ +commands.whitelist.remove.success=%s დáƒáƒ¨áƒ•ებულთრსიიდიáƒáƒœ áƒáƒ›áƒáƒ¦áƒ”ბულირ+commands.whitelist.remove.usage=/whitelist remove <მáƒáƒ—áƒáƒ›áƒáƒ¨áƒ”> +commands.whitelist.usage=/whitelist +commands.worldborder.add.usage=/worldborder add <ზáƒáƒ›áƒ ბლáƒáƒ™áƒ”ბში> [დრრწáƒáƒ›áƒ”ბში] +commands.worldborder.center.success=დáƒáƒáƒ§áƒ”ნე სáƒáƒ›áƒ§áƒáƒ áƒáƒ¡ სáƒáƒ–ღვრის ცენტრი %s,%s-ზე +commands.worldborder.center.usage=/worldborder center +commands.worldborder.damage.amount.success=სáƒáƒ›áƒ§áƒáƒ áƒáƒ¡ სáƒáƒ–ღვრის ზიáƒáƒœáƒ˜áƒ¡ სიდიდე ბლáƒáƒ™áƒ–ე შეიცვáƒáƒšáƒ დრგáƒáƒ£áƒ¢áƒáƒšáƒ“რ%s-ს (ბლáƒáƒ™áƒ–ე %s-დáƒáƒœ) +commands.worldborder.damage.amount.usage=/worldborder damage amount +commands.worldborder.damage.buffer.success=სáƒáƒ›áƒ§áƒáƒ áƒáƒ¡ სáƒáƒ–ღვრის ზიáƒáƒœáƒ˜áƒ¡ ზáƒáƒœáƒ შეიცვáƒáƒšáƒ %s ბლáƒáƒ™áƒ–ე (%s ბლáƒáƒ™áƒ˜áƒ“áƒáƒœ) +commands.worldborder.damage.buffer.usage=/worldborder damage buffer +commands.worldborder.damage.usage=/worldborder damage +commands.worldborder.get.success=áƒáƒ›áƒŸáƒáƒ›áƒáƒ“ სáƒáƒ›áƒ§áƒáƒ áƒáƒ¡ სáƒáƒ–ღვáƒáƒ áƒ˜ áƒáƒ áƒ˜áƒ¡ %s ბლáƒáƒ™áƒ˜áƒ¡ სიგრძის +commands.worldborder.set.success=სáƒáƒ›áƒ§áƒáƒ áƒáƒ¡ სáƒáƒ–ღვáƒáƒ áƒ˜ დáƒáƒ§áƒ”ნდრ%s ბლáƒáƒ™áƒ˜áƒ¡ სიგრძეზე (%s ბლáƒáƒ™áƒ˜áƒ“áƒáƒœ) +commands.worldborder.set.usage=/worldborder set <ზáƒáƒ›áƒ ბლáƒáƒ™áƒ”ბში> [დრრწáƒáƒ›áƒ”ბში] +commands.worldborder.setSlowly.grow.success=სáƒáƒ›áƒ§áƒáƒ áƒáƒ¡ სáƒáƒ–ღვáƒáƒ áƒ˜ იზრდებრ%s ბლáƒáƒ™áƒáƒ›áƒ“ე (%s ბლáƒáƒ™áƒ˜áƒ“áƒáƒœ) %s წáƒáƒ›áƒ˜áƒ¡ გáƒáƒœáƒ›áƒáƒ•ლáƒáƒ‘áƒáƒ¨áƒ˜ +commands.worldborder.setSlowly.shrink.success=სáƒáƒ›áƒ§áƒáƒ áƒáƒ¡ სáƒáƒ–ღვáƒáƒ áƒ˜ მცირდებრ%s ბლáƒáƒ™áƒáƒ›áƒ“ე (%s ბლáƒáƒ™áƒ˜áƒ“áƒáƒœ) %s წáƒáƒ›áƒ˜áƒ¡ გáƒáƒœáƒ›áƒáƒ•ლáƒáƒ‘áƒáƒ¨áƒ˜ +commands.worldborder.usage=/worldborder ... +commands.worldborder.warning.distance.success=დáƒáƒáƒ§áƒ”ნე სáƒáƒ›áƒ§áƒáƒ áƒáƒ¡ სáƒáƒ–ღვრის გáƒáƒ¤áƒ áƒ—ხილებრ%s ბლáƒáƒ™áƒ˜áƒ¡ მáƒáƒ¨áƒáƒ áƒ”ბით (%s ბლáƒáƒ™áƒ˜áƒ“áƒáƒœ) +commands.worldborder.warning.distance.usage=/worldborder warning distance <ბლáƒáƒ™áƒ”ბი> +commands.worldborder.warning.time.success=სáƒáƒ›áƒ§áƒáƒ áƒáƒ¡ სáƒáƒ–ღვრის შეტყáƒáƒ‘ინებრშეიცვáƒáƒšáƒ %s წáƒáƒ›áƒ–ე (%s წáƒáƒ›áƒ˜áƒ“áƒáƒœ) +commands.worldborder.warning.time.usage=/worldborder warning time +commands.worldborder.warning.usage=/worldborder warning +commands.xp.failure.widthdrawXp=შეუძლებელირმáƒáƒ—áƒáƒ›áƒáƒ¨áƒ˜áƒ¡áƒ—ვის უáƒáƒ áƒ§áƒáƒ¤áƒ˜áƒ—ი გáƒáƒ›áƒáƒªáƒ“ილების მინიჭებრ+commands.xp.success=%s-თვის მინიჭებულირ%s გáƒáƒ›áƒáƒªáƒ“ილებრ+commands.xp.success.levels=%s-თვის მინიჭებულირ%s დáƒáƒœáƒ” +commands.xp.success.negative.levels=%s-ისგáƒáƒœ áƒáƒ¦áƒ”ბულირ%s დáƒáƒœáƒ” +commands.xp.usage=/xp <რáƒáƒáƒ“ენáƒáƒ‘áƒ> [მáƒáƒ—áƒáƒ›áƒáƒ¨áƒ”] áƒáƒœ /xp <რáƒáƒáƒ“ენáƒáƒ‘áƒ>L [მáƒáƒ—áƒáƒ›áƒáƒ¨áƒ”] +connect.authorizing=áƒáƒ•ტáƒáƒ áƒ˜áƒ–ებáƒ... +connect.connecting=სერვერთáƒáƒœ დáƒáƒ™áƒáƒ•შირებáƒ... +connect.failed=დáƒáƒ™áƒáƒ•შირებრვერ მáƒáƒ®áƒ”რხდáƒ. +container.beacon=შუქურრ+container.brewing=სáƒáƒ®áƒáƒ áƒ¨áƒ˜ ქურრ+container.chest=სკივრი +container.chestDouble=დიდი სკივრი +container.crafting=ხელáƒáƒ‘რ+container.creative=ნივთის áƒáƒ áƒ©áƒ”ვრ+container.dispenser=გáƒáƒ›áƒ¢áƒ§áƒáƒ áƒªáƒœáƒ˜ +container.dropper=დáƒáƒ›áƒ§áƒ áƒ”ლი +container.enchant=მáƒáƒ¯áƒáƒ“áƒáƒ”ბრ+container.enchant.clue=%s . . . ? +container.enchant.lapis.many=%s ლილáƒáƒ¥áƒ•რ+container.enchant.lapis.one=1 ლილáƒáƒ¥áƒ•რ+container.enchant.level.many=მáƒáƒ¯áƒáƒ“áƒáƒ”ბის %s დáƒáƒœáƒ” +container.enchant.level.one=მáƒáƒ¯áƒáƒ“áƒáƒ”ბის 1 დáƒáƒœáƒ” +container.enderchest=დáƒáƒ¡áƒáƒ¡áƒ áƒ£áƒšáƒ˜áƒ¡ სკივრი +container.furnace=ღუმელი +container.hopper=ნივთების ძáƒáƒ‘რი +container.inventory=ინვენტáƒáƒ áƒ˜ +container.isLocked=%s დáƒáƒ™áƒ”ტილიáƒ! +container.minecart=ურიკრ+container.repair=შეკეთებრდრსáƒáƒ®áƒ”ლის დáƒáƒ áƒ¥áƒ›áƒ”ვრ+container.repair.cost=მáƒáƒ¯áƒáƒ“áƒáƒ”ბის ღირებულებáƒ: %1$s +container.repair.expensive=ძáƒáƒšáƒ˜áƒáƒœ ძვირიáƒ! +controls.reset=თáƒáƒ•იდáƒáƒœ დáƒáƒ§áƒ”ნებრ+controls.resetAll=ღილáƒáƒ™áƒ”ბის თáƒáƒ•იდáƒáƒœ დáƒáƒ§áƒ”ნებრ+controls.title=მáƒáƒ áƒ—ვრ+createWorld.customize.custom.baseSize=ფსკერის ზáƒáƒ›áƒ +createWorld.customize.custom.biomeDepthOffset=ბიáƒáƒ›áƒ˜áƒ¡ ზედáƒáƒžáƒ˜áƒ áƒ˜áƒ¡ სიღრმე +createWorld.customize.custom.biomeDepthWeight=ბიáƒáƒ›áƒ˜áƒ¡ სიღრმე +createWorld.customize.custom.biomeScaleOffset=ბიáƒáƒ›áƒ˜áƒ¡ პáƒáƒ–იციის სკáƒáƒšáƒ +createWorld.customize.custom.biomeScaleWeight=ბიáƒáƒ›áƒ˜áƒ¡ წáƒáƒœáƒ˜áƒ¡ სკáƒáƒšáƒ +createWorld.customize.custom.biomeSize=ბიáƒáƒ›áƒ˜áƒ¡ ზáƒáƒ›áƒ +createWorld.customize.custom.center=მთების სიმáƒáƒ¦áƒšáƒ” +createWorld.customize.custom.confirm1=ეს გáƒáƒ“áƒáƒáƒ¬áƒ”რს áƒáƒ áƒ¡áƒ”ბულ +createWorld.customize.custom.confirm2=პáƒáƒ áƒáƒ›áƒ”ტრებს დრმისი áƒáƒ¦áƒ“გენრშეუძლებელი იქნებáƒ. +createWorld.customize.custom.confirmTitle=გáƒáƒ¤áƒ áƒ—ხილებáƒ! +createWorld.customize.custom.coordinateScale=კáƒáƒáƒ áƒ“ინáƒáƒ¢áƒ—რსკáƒáƒšáƒ +createWorld.customize.custom.count=ხეების გáƒáƒ©áƒ”ნრ+createWorld.customize.custom.defaults=სáƒáƒ¬áƒ§áƒ˜áƒ¡áƒ˜ პáƒáƒ áƒáƒ›áƒ”ტრები +createWorld.customize.custom.depthNoiseScaleExponent=სიღრმის ხმáƒáƒ£áƒ áƒ˜áƒ¡ მáƒáƒ©áƒ•ენებელი +createWorld.customize.custom.depthNoiseScaleX=სიღრმის ხმáƒáƒ£áƒ áƒ˜áƒ¡ სკáƒáƒšáƒ X +createWorld.customize.custom.depthNoiseScaleZ=სიღრმის ხმáƒáƒ£áƒ áƒ˜áƒ¡ სკáƒáƒšáƒ Z +createWorld.customize.custom.dungeonChance=მიწისქვეშრსáƒáƒžáƒ§áƒ áƒáƒ‘ილეთრრáƒáƒáƒ“ენáƒáƒ‘რ+createWorld.customize.custom.fixedBiome=ბიáƒáƒ›áƒ˜ +createWorld.customize.custom.heightScale=სიმáƒáƒ¦áƒšáƒ˜áƒ¡ სკáƒáƒšáƒ +createWorld.customize.custom.lavaLakeChance=ლáƒáƒ•ის ტბების იშვიáƒáƒ—áƒáƒ‘რ+createWorld.customize.custom.lowerLimitScale=ქვედრზღვრის სკáƒáƒšáƒ +createWorld.customize.custom.mainNoiseScaleX=ხმáƒáƒ£áƒ áƒ˜áƒ¡ სკáƒáƒšáƒ X +createWorld.customize.custom.mainNoiseScaleY=ხმáƒáƒ£áƒ áƒ˜áƒ¡ სკáƒáƒšáƒ Y +createWorld.customize.custom.mainNoiseScaleZ=ხმáƒáƒ£áƒ áƒ˜áƒ¡ სკáƒáƒšáƒ Z +createWorld.customize.custom.maxHeight=მáƒáƒ¥áƒ¡. სიმáƒáƒ¦áƒšáƒ” +createWorld.customize.custom.minHeight=მინ. სიმáƒáƒ¦áƒšáƒ” +createWorld.customize.custom.next=მáƒáƒ›áƒ“ევნრგვერდი +createWorld.customize.custom.page0=ძირითáƒáƒ“ი პáƒáƒ áƒáƒ›áƒ”ტრები +createWorld.customize.custom.page1=მáƒáƒ“áƒáƒœáƒ˜áƒ¡ პáƒáƒ áƒáƒ›áƒ”ტრები +createWorld.customize.custom.page2=გáƒáƒ¤áƒáƒ áƒ—áƒáƒ”ბული პáƒáƒ áƒáƒ›áƒ”ტრები (მხáƒáƒšáƒáƒ“ მცáƒáƒ“ნეთáƒáƒ—ვის!) +createWorld.customize.custom.page3=მეტáƒáƒ“ გáƒáƒ¤áƒáƒ áƒ—áƒáƒ”ბული პáƒáƒ áƒáƒ›áƒ”ტრები (მხáƒáƒšáƒáƒ“ მცáƒáƒ“ნეთáƒáƒ—ვის!) +createWorld.customize.custom.preset.caveChaos=ქáƒáƒáƒ¡áƒ˜áƒ¡ გáƒáƒ›áƒáƒ¥áƒ•áƒáƒ‘ულები +createWorld.customize.custom.preset.caveDelight=მáƒáƒ¦áƒáƒ áƒáƒ”ლის áƒáƒªáƒœáƒ”ბრ+createWorld.customize.custom.preset.drought=გვáƒáƒšáƒ•რ+createWorld.customize.custom.preset.goodLuck=წáƒáƒ áƒ›áƒáƒ¢áƒ”ბები +createWorld.customize.custom.preset.isleLand=კუნძულáƒáƒ•áƒáƒœáƒ˜ +createWorld.customize.custom.preset.mountains=მთების სიგიჟე +createWorld.customize.custom.preset.waterWorld=წყლის სáƒáƒ›áƒ§áƒáƒ áƒ +createWorld.customize.custom.presets=შáƒáƒ‘ლáƒáƒœáƒ”ბი +createWorld.customize.custom.presets.title=სáƒáƒ›áƒ§áƒáƒ áƒáƒ¡ სáƒáƒ¬áƒ§áƒ˜áƒ¡áƒ˜ შáƒáƒ‘ლáƒáƒœáƒ”ბის შეცვლრ+createWorld.customize.custom.prev=წინრგვერდი +createWorld.customize.custom.randomize=შემთხვევითáƒáƒ“ +createWorld.customize.custom.riverSize=მდინáƒáƒ áƒ˜áƒ¡ ზáƒáƒ›áƒ +createWorld.customize.custom.seaLevel=ზღვის დáƒáƒœáƒ” +createWorld.customize.custom.size=სáƒáƒ¬áƒ§áƒ˜áƒ¡áƒ˜áƒ¡ ზáƒáƒ›áƒ +createWorld.customize.custom.spread=მთების სიგáƒáƒœáƒ” +createWorld.customize.custom.stretchY=გáƒáƒ­áƒ˜áƒ›áƒ•ის სიმáƒáƒ¦áƒšáƒ” +createWorld.customize.custom.upperLimitScale=ზედრზღვრის სკáƒáƒšáƒ +createWorld.customize.custom.useCaves=გáƒáƒ›áƒáƒ¥áƒ•áƒáƒ‘ულები +createWorld.customize.custom.useDungeons=მიწისქვეშრსáƒáƒžáƒ§áƒ áƒáƒ‘ილეები +createWorld.customize.custom.useLavaLakes=ლáƒáƒ•ის ტბები +createWorld.customize.custom.useLavaOceans=ლáƒáƒ•ის áƒáƒ™áƒ”áƒáƒœáƒ”ები +createWorld.customize.custom.useMineShafts=მáƒáƒ¦áƒáƒ áƒáƒ”ბი +createWorld.customize.custom.useMonuments=áƒáƒ™áƒ”áƒáƒœáƒ˜áƒ¡ მáƒáƒœáƒ£áƒ›áƒ”ნტები +createWorld.customize.custom.useRavines=ხეáƒáƒ‘ები +createWorld.customize.custom.useStrongholds=ციხეები +createWorld.customize.custom.useTemples=სáƒáƒ›áƒáƒ áƒ®áƒ”ბი +createWorld.customize.custom.useVillages=სáƒáƒ¤áƒšáƒ”ბი +createWorld.customize.custom.useWaterLakes=წყლის ტბები +createWorld.customize.custom.waterLakeChance=წყლის ტბების იშვიáƒáƒ—áƒáƒ‘რ+createWorld.customize.flat.addLayer=ფენის დáƒáƒ›áƒáƒ¢áƒ”ბრ+createWorld.customize.flat.editLayer=ფენის ჩáƒáƒ¡áƒ¬áƒáƒ áƒ”ბრ+createWorld.customize.flat.height=სიმáƒáƒ¦áƒšáƒ” +createWorld.customize.flat.layer=%s +createWorld.customize.flat.layer.bottom=ძი­რი - %s +createWorld.customize.flat.layer.top=ზემრნáƒáƒ¬áƒ˜áƒšáƒ˜ - %s +createWorld.customize.flat.removeLayer=ფენის წáƒáƒ¨áƒšáƒ +createWorld.customize.flat.tile=ფენის მáƒáƒ¡áƒáƒšáƒ +createWorld.customize.flat.title=ზებრტყელის მáƒáƒ áƒ’ებრ+createWorld.customize.presets=წყáƒáƒ‘ები +createWorld.customize.presets.list=გáƒáƒ áƒ“რáƒáƒ›áƒ˜áƒ¡áƒ, áƒáƒ¥ მáƒáƒªáƒ”მულირჩვენს მიერ გáƒáƒ™áƒ”თებულები! +createWorld.customize.presets.select=წყáƒáƒ‘ის გáƒáƒ›áƒáƒ§áƒ”ნებრ+createWorld.customize.presets.share=გსურთ გáƒáƒ£áƒ–იáƒáƒ áƒáƒ— თქვენი წყáƒáƒ‘რსხვáƒáƒ¡? გáƒáƒ›áƒáƒ˜áƒ§áƒ”ნეთ ქვემáƒáƒ—რსáƒáƒ áƒ™áƒ›áƒ”ლი! +createWorld.customize.presets.title=წყáƒáƒ‘ის áƒáƒ áƒ©áƒ”ვრ+death.attack.anvil=%1$s გáƒáƒ¡áƒ áƒ˜áƒ¡áƒ ჩáƒáƒ›áƒáƒ•áƒáƒ áƒ“ნილმრგრდემლმრ+death.attack.arrow=%2$s-მ ისრით მáƒáƒ™áƒšáƒ %1$s +death.attack.arrow.item=%1$s გáƒáƒ“áƒáƒ¦áƒ”ბულირ%2$s ვიყენებ %3$s +death.attack.cactus=%1$s კáƒáƒ¥áƒ¢áƒ£áƒ¡áƒ”ბმრდáƒáƒ¦áƒ£áƒžáƒ”ს +death.attack.cactus.player=%2$s-გáƒáƒœ თáƒáƒ•ის დáƒáƒ¦áƒ¬áƒ”ვისáƒáƒ¡, %1$s დáƒáƒ”ჯáƒáƒ®áƒ კáƒáƒ¥áƒ¢áƒ£áƒ¡áƒ¡ +death.attack.drown=%1$s თევზებს ესტუმრრ+death.attack.drown.player=%2$s-სგáƒáƒœ გáƒáƒ¥áƒªáƒ”ვისáƒáƒ¡, %1$s წყáƒáƒšáƒ¨áƒ˜ დáƒáƒ˜áƒ®áƒ áƒ©áƒ +death.attack.explosion=%1$s áƒáƒ¤áƒ”თქდრ+death.attack.explosion.player=%2$s-მ(áƒ) áƒáƒáƒ¤áƒ”თქრ%1$s +death.attack.fall=%1$s მიწáƒáƒ¡ ჩáƒáƒ”ხუტრ+death.attack.fallingBlock=%1$s გáƒáƒ¡áƒ áƒ˜áƒ¡áƒ ჩáƒáƒ›áƒáƒ•áƒáƒ áƒ“ნილმრბლáƒáƒ™áƒ›áƒ +death.attack.fireball=%2$s-მ(áƒ) გáƒáƒáƒ áƒ¢áƒ§áƒ ცეცხლáƒáƒ•áƒáƒœáƒ˜ ბურთი %1$s-ს +death.attack.fireball.item=%1$s იყრცეცხლისბურთი მიერ %2$s ვიყენებ %3$s +death.attack.generic=%1$s მáƒáƒ™áƒ•დრ+death.attack.inFire=%1$s-მ ცეცხლი ჭáƒáƒ›áƒ +death.attack.inFire.player=%1$s დáƒáƒ“იáƒáƒ“რშევიდრცეცხლის ხáƒáƒšáƒ ბრძáƒáƒšáƒ˜áƒ¡ %2$s +death.attack.inWall=%1$s კედელში დáƒáƒ˜áƒ®áƒ áƒ©áƒ +death.attack.indirectMagic=%2$s-მ(áƒ) ჯáƒáƒ“áƒáƒ¥áƒ áƒáƒ‘ით მáƒáƒ™áƒšáƒ %1$s +death.attack.indirectMagic.item=%2$s-მ(áƒ) %2$s-თ მáƒáƒ™áƒšáƒ %1$s +death.attack.lava=%1$s ლáƒáƒ•áƒáƒ¨áƒ˜ გáƒáƒªáƒ£áƒ áƒ +death.attack.lava.player=%2$s-სგáƒáƒœ გáƒáƒ¥áƒªáƒ”ვისáƒáƒ¡, %1$s-მ(áƒ) ლáƒáƒ•áƒáƒ¨áƒ˜ გáƒáƒªáƒ£áƒ áƒ•რსცáƒáƒ“რ+death.attack.lightningBolt=%1$s-ს მეხი დáƒáƒ”ცრ+death.attack.magic=%1$s ჯáƒáƒ“áƒáƒ› დáƒáƒ¦áƒ£áƒžáƒ +death.attack.mob=%2$s-მ(áƒ) მáƒáƒ™áƒšáƒ %1$s +death.attack.onFire=%1$s გáƒáƒ“áƒáƒ›áƒ¬áƒ•áƒáƒ áƒ +death.attack.onFire.player=%1$s დáƒáƒ˜áƒ¬áƒ•რდáƒáƒœ crisp ხáƒáƒšáƒ ბრძáƒáƒšáƒ˜áƒ¡ %2$s +death.attack.outOfWorld=%1$s სáƒáƒ˜áƒ¥áƒ˜áƒáƒ¨áƒ˜ გáƒáƒ”მგზáƒáƒ•რრ+death.attack.player=%2$s-მ(áƒ) მáƒáƒ™áƒšáƒ %1$s +death.attack.player.item=%1$s იყრslain მიერ %2$s ვიყენებ %3$s +death.attack.starve=%1$s áƒáƒœáƒáƒ áƒ”ქსიáƒáƒ› დáƒáƒáƒ¥áƒªáƒ˜áƒ +death.attack.thorns=%1$s მáƒáƒ™áƒšáƒ”ს ცდილáƒáƒ‘ს áƒáƒ•ნებს %2$s +death.attack.thrown=%1$s-ს სიკვდილáƒáƒ›áƒ“ე სცემრ%2$s-მ(áƒ) +death.attack.thrown.item=%1$s სცემეს მიერ %2$s ვიყენებ %3$s +death.attack.wither=%1$s დáƒáƒ­áƒ™áƒœáƒáƒ‘დრ+death.fell.accident.generic=%1$s მáƒáƒ¦áƒáƒšáƒ˜ áƒáƒ“გილიდáƒáƒœ ჩáƒáƒ›áƒáƒ•áƒáƒ áƒ“რ+death.fell.accident.ladder=%1$s კიბიდáƒáƒœ ჩáƒáƒ›áƒáƒ•áƒáƒ áƒ“რ+death.fell.accident.vines=%1$s სურáƒáƒ“áƒáƒœ ჩáƒáƒ›áƒáƒ•áƒáƒ áƒ“რ+death.fell.accident.water=%1$s წყლიდáƒáƒœ ჩáƒáƒ›áƒáƒ•áƒáƒ áƒ“რ+death.fell.assist=%1$s იყრგáƒáƒœáƒ¬áƒ˜áƒ áƒ£áƒšáƒ˜ დáƒáƒ”ცემრმიერ %2$s +death.fell.assist.item=%1$s იყრგáƒáƒœáƒ¬áƒ˜áƒ áƒ£áƒšáƒ˜ დáƒáƒ”ცემრმიერ %2$s ვიყენებ %3$s +death.fell.finish=%1$s ჩáƒáƒ•áƒáƒ áƒ“რმეტáƒáƒ“ შáƒáƒ áƒ¡ დრ%2$s ბáƒáƒšáƒ მáƒáƒ£áƒ¦áƒ +death.fell.finish.item=%1$s ჩáƒáƒ•áƒáƒ áƒ“რმეტáƒáƒ“ შáƒáƒ áƒ¡ დრ%2$s ბáƒáƒšáƒ მáƒáƒ£áƒ¦áƒ %3$s ხმáƒáƒ áƒ‘ით +death.fell.killer=%1$s გáƒáƒœáƒ¬áƒ˜áƒ áƒ£áƒšáƒ˜ იყრჩáƒáƒ›áƒáƒ•áƒáƒ áƒ“ნისთვის +deathScreen.deleteWorld=სáƒáƒ›áƒ§áƒáƒ áƒáƒ¡ წáƒáƒ¨áƒšáƒ +deathScreen.hardcoreInfo=რეáƒáƒšáƒ˜áƒ–მის რეჟიმში áƒáƒ  შეგიძლირგáƒáƒ©áƒœáƒ“ე თáƒáƒ•იდáƒáƒœ! +deathScreen.leaveServer=სერვერიდáƒáƒœ გáƒáƒ¡áƒ•ლრ+deathScreen.quit.confirm=დáƒáƒ áƒ¬áƒ›áƒ£áƒœáƒ”ბული ხáƒáƒ áƒ—, რáƒáƒ› გინდáƒáƒ— გáƒáƒ›áƒáƒ¡áƒ•ლáƒ? +deathScreen.respawn=გáƒáƒ©áƒ”ნრ+deathScreen.score=ქულრ+deathScreen.title=მáƒáƒ™áƒ•დი! +deathScreen.title.hardcore=თáƒáƒ›áƒáƒ¨áƒ˜ დáƒáƒ¡áƒ áƒ£áƒšáƒ”ბულიáƒ! +deathScreen.titleScreen=მთáƒáƒ•áƒáƒ áƒ˜ ეკრáƒáƒœáƒ˜ +demo.day.1=დემრვერსიáƒáƒ¨áƒ˜ გეძლევáƒáƒ— 5 დღე. მáƒáƒ¥áƒ¡áƒ˜áƒ›áƒáƒšáƒ£áƒ áƒáƒ“ გáƒáƒ›áƒáƒ˜áƒ§áƒ”ნეთ მáƒáƒªáƒ”მული დრáƒ! +demo.day.2=მეáƒáƒ áƒ” დღე +demo.day.3=მესáƒáƒ›áƒ” დღე +demo.day.4=მეáƒáƒ—ხე დღე +demo.day.5=ეს ბáƒáƒšáƒ დღეáƒ! +demo.day.6=მეხუთე დღეც გáƒáƒ¡áƒ£áƒšáƒ, დáƒáƒáƒ­áƒ˜áƒ áƒ” F2-ს შენი მიღწევებისთვის სურáƒáƒ—ის გáƒáƒ“áƒáƒ¡áƒáƒ¦áƒ”ბáƒáƒ“. +demo.day.warning=დრრთითქმის áƒáƒ›áƒáƒ˜áƒ¬áƒ£áƒ áƒ! +demo.demoExpired=დემრვერსიის დრრáƒáƒ›áƒáƒ˜áƒ¬áƒ£áƒ áƒ! +demo.help.buy=შეიძინეთ áƒáƒ®áƒšáƒáƒ•ე! +demo.help.fullWrapped=დემრვერსიáƒáƒ¨áƒ˜ გეძლევრ5 თáƒáƒ›áƒáƒ¨áƒ˜áƒ¡ დღე(1 სáƒáƒáƒ—ი დრ40 წუთი). მინიშნებებისთვის, დáƒáƒáƒ—ვáƒáƒšáƒ˜áƒ”რე მიღწევები! იმხიáƒáƒ áƒ£áƒšáƒ”! +demo.help.inventory=დáƒáƒáƒ­áƒ˜áƒ áƒ”თ %1$s რáƒáƒ—რგáƒáƒ®áƒ¡áƒœáƒáƒ— ინვენტáƒáƒ áƒ˜ +demo.help.jump=áƒáƒ®áƒ¢áƒáƒ›áƒ˜áƒ¡áƒ—ვის, დáƒáƒáƒ­áƒ˜áƒ áƒ”თ %1$s +demo.help.later=თáƒáƒ›áƒáƒ¨áƒ˜ გáƒáƒáƒ’რძელეთ! +demo.help.movement=გáƒáƒ›áƒáƒ˜áƒ§áƒ”ნეთ %1$s, %2$s, %3$s, %4$s დრთáƒáƒ’ვი გáƒáƒ“áƒáƒ¡áƒáƒáƒ“გილებლáƒáƒ“. +demo.help.movementMouse=გáƒáƒ˜áƒ®áƒ”დეთ თáƒáƒ’ვის მეშვეáƒáƒ‘ით +demo.help.movementShort=გáƒáƒ›áƒáƒ˜áƒ§áƒ”ნეთ %1$s, %2$s, %3$s, %4$s მáƒáƒ«áƒ áƒáƒáƒ‘ისáƒáƒ—ვის +demo.help.title=Minecraft დემრვერსირ+demo.remainingTime=დáƒáƒ áƒ©áƒ”ნილი დრáƒ: %s +demo.reminder=სáƒáƒ¡áƒ˜áƒœáƒ¯áƒ˜ დრრგáƒáƒ•იდáƒ, იყიდე თáƒáƒ›áƒáƒ¨áƒ˜ რáƒáƒ—რგáƒáƒáƒ’რძელრთáƒáƒ›áƒáƒ¨áƒ˜ áƒáƒœ შექმნრáƒáƒ®áƒáƒšáƒ˜ სáƒáƒ›áƒ§áƒáƒ áƒ! +difficulty.lock.question=დáƒáƒ áƒ¬áƒ›áƒ£áƒœáƒ”ბული ხáƒáƒ áƒ—, რáƒáƒ› გსურთ სáƒáƒ›áƒ§áƒáƒ áƒáƒ¡ სირთულის დáƒáƒ¤áƒ˜áƒ¥áƒ¡áƒ˜áƒ áƒ”ბáƒ? áƒáƒ›áƒ˜áƒ¡ შემდეგ თქვენი სáƒáƒ›áƒ§áƒáƒ áƒ ყáƒáƒ•ელთის %1$s იქნებრდრმის შეცვლáƒáƒ¡ ვერáƒáƒ¡áƒ“რáƒáƒ¡ შეძლებთ. +difficulty.lock.title=სáƒáƒ›áƒ§áƒáƒ áƒáƒ¡ სირთულის ჩáƒáƒ¤áƒ˜áƒ¥áƒ¡áƒ˜áƒ áƒ”ბრ+disconnect.closed=კáƒáƒ•შირი დáƒáƒ®áƒ£áƒ áƒ£áƒšáƒ˜áƒ +disconnect.disconnected=კáƒáƒ•შირი გáƒáƒ˜áƒ¬áƒ§áƒ•იტრსერვერის მხრიდáƒáƒœ +disconnect.endOfStream=ნáƒáƒ™áƒáƒ“ის დáƒáƒ¡áƒáƒ¡áƒ áƒ£áƒšáƒ˜ +disconnect.genericReason=%s +disconnect.kicked=თქვენ თáƒáƒ›áƒáƒ¨áƒ˜áƒ“áƒáƒœ გáƒáƒ›áƒáƒ’áƒáƒ’დეს +disconnect.loginFailed=áƒáƒ•ტáƒáƒ áƒ˜áƒ–ებრვერ მáƒáƒ®áƒ”რხდრ+disconnect.loginFailedInfo=áƒáƒ•ტáƒáƒ áƒ˜áƒ–ებრვერ მáƒáƒ®áƒ”რხდáƒ: %s +disconnect.loginFailedInfo.invalidSession=დáƒáƒ£áƒ¨áƒ•ებელი სესირ(სცáƒáƒ“ეთ თáƒáƒ›áƒáƒ¨áƒ˜áƒ¡ გáƒáƒ“áƒáƒ¢áƒ•ირთვáƒ) +disconnect.loginFailedInfo.serversUnavailable=áƒáƒ•თენტურáƒáƒ‘ის შესáƒáƒ›áƒáƒ¬áƒ›áƒ”ბელი სერვერები დრáƒáƒ”ბით გáƒáƒ—იშულიáƒ. +disconnect.lost=კáƒáƒ•შირი გáƒáƒ¬áƒ§áƒ“რ+disconnect.overflow=ბუფერის გáƒáƒ“áƒáƒ•სებრ+disconnect.quitting=გáƒáƒ›áƒáƒ¡áƒ•ლრ+disconnect.spam=გáƒáƒ’დებული სპáƒáƒ›áƒ˜áƒ¡ გáƒáƒ›áƒ +disconnect.timeout=ლáƒáƒ“ინის დრრáƒáƒ›áƒáƒ¬áƒ£áƒ áƒ£áƒšáƒ˜áƒ +enchantment.arrowDamage=სიმძლáƒáƒ•რე +enchantment.arrowFire=ცეცხლი +enchantment.arrowInfinite=უსáƒáƒ¡áƒ áƒ£áƒšáƒ +enchantment.arrowKnockback=დáƒáƒ áƒ¢áƒ§áƒ›áƒ +enchantment.damage.all=მáƒáƒ®áƒ•ილი +enchantment.damage.arthropods=ფეხსáƒáƒ®áƒ¡áƒ áƒ˜áƒáƒœáƒ”ბის უბედურებრ+enchantment.damage.undead=გáƒáƒœáƒ“ევნრ+enchantment.digging=ქმედითáƒáƒ‘რ+enchantment.durability=გáƒáƒ›áƒáƒ’რებული +enchantment.fire=ცეცხლáƒáƒ•áƒáƒœáƒ˜ ხáƒáƒ¡áƒ˜áƒáƒ—ის +enchantment.fishingSpeed=სáƒáƒ¢áƒ§áƒ£áƒáƒ áƒ +enchantment.knockback=უკუგდებრ+enchantment.level.1=I +enchantment.level.10=X +enchantment.level.2=II +enchantment.level.3=III +enchantment.level.4=IV +enchantment.level.5=V +enchantment.level.6=VI +enchantment.level.7=VII +enchantment.level.8=VIII +enchantment.level.9=IX +enchantment.lootBonus=მáƒáƒ áƒáƒ“იáƒáƒ áƒáƒ‘რ+enchantment.lootBonusDigger=იღბლიáƒáƒœáƒ˜ +enchantment.lootBonusFishing=ზღვის იღბáƒáƒšáƒ˜ +enchantment.oxygen=სუნთქვრ+enchantment.protect.all=დáƒáƒªáƒ•რ+enchantment.protect.explosion=დáƒáƒªáƒ•რáƒáƒ¤áƒ”თქებისáƒáƒ’áƒáƒœ +enchantment.protect.fall=ბუმბულივით მსუბუქი +enchantment.protect.fire=დáƒáƒªáƒ•რცეცხლისáƒáƒ’áƒáƒœ +enchantment.protect.projectile=დáƒáƒªáƒ•რგáƒáƒ¡áƒ áƒáƒšáƒ˜áƒšáƒ˜áƒ¡áƒ’áƒáƒœ +enchantment.thorns=ეკლები +enchantment.untouching=ნáƒáƒ–ი შეხებრ+enchantment.waterWalker=წყáƒáƒšáƒ—áƒáƒ›áƒžáƒ§áƒ áƒáƒ‘ელი +enchantment.waterWorker=წყლის ძáƒáƒšáƒ +entity.ArmorStand.name=áƒáƒ‘ჯრის სáƒáƒ“გáƒáƒ›áƒ˜ +entity.Arrow.name=ისáƒáƒ áƒ˜ +entity.Bat.name=ღáƒáƒ›áƒ£áƒ áƒ +entity.Blaze.name=ცეცხლრ+entity.Boat.name=ნáƒáƒ•ი +entity.Cat.name=კáƒáƒ¢áƒ +entity.CaveSpider.name=გáƒáƒ›áƒáƒ¥áƒ•áƒáƒ‘ულის áƒáƒ‘áƒáƒ‘რ+entity.Chicken.name=ქáƒáƒ—áƒáƒ›áƒ˜ +entity.Cow.name=ძრáƒáƒ®áƒ +entity.Creeper.name=შფáƒáƒ—რ+entity.EnderDragon.name=დáƒáƒ¡áƒáƒ¡áƒ áƒ£áƒšáƒ˜áƒ¡ გველეშáƒáƒžáƒ˜ +entity.Enderman.name=დáƒáƒ›áƒ¡áƒ áƒ£áƒšáƒ”ბელი +entity.Endermite.name=დáƒáƒ¡áƒáƒ¡áƒ áƒ£áƒšáƒ˜áƒ¡ ვერცხლისთევზი +entity.EntityHorse.name=ცხენი +entity.FallingSand.name=დáƒáƒªáƒ”მული ბლáƒáƒ™áƒ˜ +entity.Fireball.name=ცეცხლáƒáƒ•áƒáƒœáƒ˜ ბურთი +entity.Ghast.name=მტირáƒáƒšáƒ +entity.Giant.name=გიგáƒáƒœáƒ¢áƒ˜ +entity.Guardian.name=მცველი +entity.Item.name=სáƒáƒ’áƒáƒœáƒ˜ +entity.KillerBunny.name=მკვლელი კურდღელი +entity.LavaSlime.name=მáƒáƒ’მის კუბი +entity.Minecart.name=ურიკრ+entity.Mob.name=áƒáƒ áƒ¡áƒ”ბრ+entity.Monster.name=მáƒáƒœáƒ¡áƒ¢áƒ áƒ˜ +entity.MushroomCow.name=სáƒáƒ™áƒáƒ˜áƒáƒœáƒ˜ ძრáƒáƒ®áƒ +entity.Ozelot.name=áƒáƒªáƒ”ლáƒáƒ¢áƒ˜ +entity.Painting.name=ნáƒáƒ®áƒáƒ¢áƒ˜ +entity.Pig.name=ღáƒáƒ áƒ˜ +entity.PigZombie.name=ღáƒáƒ áƒ–áƒáƒ›áƒ‘ი +entity.PrimedTnt.name=TNT-ს ბლáƒáƒ™áƒ˜ +entity.Rabbit.name=კურდღელი +entity.Sheep.name=ცხვáƒáƒ áƒ˜ +entity.Silverfish.name=ვერცხლისთევზი +entity.Skeleton.name=ჩáƒáƒœáƒ©áƒ®áƒ˜ +entity.Slime.name=ლáƒáƒ áƒ¬áƒ +entity.SmallFireball.name=პáƒáƒ¢áƒáƒ áƒ ცეცხლáƒáƒ•áƒáƒœáƒ˜ ბურთი +entity.SnowMan.name=თáƒáƒ•ლის კáƒáƒªáƒ˜ +entity.Snowball.name=თáƒáƒ•ლის გუნდრ+entity.Spider.name=áƒáƒ‘áƒáƒ‘რ+entity.Squid.name=რვáƒáƒ¤áƒ”ხრ+entity.Villager.armor=მეáƒáƒ‘ჯრე +entity.Villager.butcher=ყáƒáƒ¡áƒáƒ‘ი +entity.Villager.cleric=მღვდელი +entity.Villager.farmer=ფერმერი +entity.Villager.fisherman=მეთევზე +entity.Villager.fletcher=მეისრე +entity.Villager.leather=ტყáƒáƒ•ზე მáƒáƒ›áƒ£áƒ¨áƒáƒ•ე +entity.Villager.librarian=ბიბლიáƒáƒ—ეკáƒáƒ áƒ˜ +entity.Villager.name=სáƒáƒ¤áƒšáƒ”ლი +entity.Villager.shepherd=მწყემსი +entity.Villager.tool=ინსტრუმენტების მჭედელი +entity.Villager.weapon=იáƒáƒ áƒáƒ¦áƒ˜áƒ¡ მჭედელი +entity.VillagerGolem.name=რკინის გáƒáƒšáƒ˜áƒáƒ—ი +entity.Witch.name=კუდიáƒáƒœáƒ˜ +entity.WitherBoss.name=დáƒáƒ›áƒ­áƒ™áƒœáƒáƒ áƒ +entity.Wolf.name=მგელი +entity.XPOrb.name=გáƒáƒ›áƒáƒªáƒ“ილების თვáƒáƒšáƒ˜ +entity.Zombie.name=ზáƒáƒ›áƒ‘ი +entity.donkey.name=ვირი +entity.generic.name=უცნáƒáƒ‘ი +entity.horse.name=ცხენი +entity.mule.name=ჯáƒáƒ áƒ˜ +entity.skeletonhorse.name=ჩáƒáƒœáƒ©áƒ®áƒ˜ ცხენი +entity.zombiehorse.name=ზáƒáƒ›áƒ‘ი ცხენი +gameMode.adventure=თáƒáƒ•გáƒáƒ“áƒáƒ¡áƒáƒ•áƒáƒšáƒ˜ +gameMode.changed=თქვენი თáƒáƒ›áƒáƒ¨áƒ˜áƒ¡ რეჟიმი შეიცვáƒáƒšáƒ +gameMode.creative=შემáƒáƒ¥áƒ›áƒ”დებითი რეჟიმი +gameMode.hardcore=რეáƒáƒšáƒ˜áƒ–მის რეჟიმი +gameMode.spectator=მáƒáƒ§áƒ£áƒ áƒ”ბლის რეჟიმი +gameMode.survival=გáƒáƒ“áƒáƒ áƒ©áƒ”ნის რეჟიმი +generator.amplified=გáƒáƒ«áƒšáƒ˜áƒ”რებული +generator.amplified.info=შეტყáƒáƒ‘ინებáƒ: გáƒáƒ¡áƒáƒ áƒ—áƒáƒ‘áƒáƒ“, სáƒáƒ­áƒ˜áƒ áƒáƒ”ბს ძლიერ კáƒáƒ›áƒžáƒ˜áƒ£áƒ¢áƒ”რს +generator.customized=შეცვლილი +generator.debug_all_block_states=შეცდáƒáƒ›áƒ”ბის áƒáƒ¦áƒ›áƒáƒ©áƒ”ნის რეჟიმი +generator.default=ნáƒáƒ’ულისხმები +generator.flat=ზებრტყელი +generator.largeBiomes=ვრცელი ბიáƒáƒ›áƒ”ბი +gui.achievements=მიღწევები +gui.all=ყველრ+gui.back=უკáƒáƒœ +gui.cancel=გáƒáƒ£áƒ¥áƒ›áƒ”ბრ+gui.done=მზáƒáƒ“áƒáƒ +gui.down=ქვევით +gui.no=áƒáƒ áƒ +gui.none=áƒáƒ áƒªáƒ”რთი +gui.stats=სტáƒáƒ¢áƒ˜áƒ¡áƒ¢áƒ˜áƒ™áƒ +gui.toMenu=მთáƒáƒ•áƒáƒ  მენიუში დáƒáƒ‘რუნებრ+gui.up=ზევით +gui.yes=დიáƒáƒ® +inventory.binSlot=ნივთის გáƒáƒœáƒáƒ“გურებრ+item.apple.name=ვáƒáƒ¨áƒšáƒ˜ +item.appleGold.name=áƒáƒ¥áƒ áƒáƒ¡ ვáƒáƒ¨áƒšáƒ˜ +item.armorStand.name=áƒáƒ‘ჯრის სáƒáƒ“გáƒáƒ›áƒ˜ +item.arrow.name=ისáƒáƒ áƒ˜ +item.banner.black.name=შáƒáƒ•ი დრáƒáƒ¨áƒ +item.banner.blue.name=ლურჯი დრáƒáƒ¨áƒ +item.banner.border.black=შáƒáƒ•ი ჩáƒáƒ áƒ©áƒ +item.banner.border.blue=ლურჯი ჩáƒáƒ áƒ©áƒ +item.banner.border.brown=ყáƒáƒ•ისფერი ჩáƒáƒ áƒ©áƒ +item.banner.border.cyan=ცისფერი ჩáƒáƒ áƒ©áƒ +item.banner.border.gray=ნáƒáƒªáƒ áƒ˜áƒ¡áƒ¤áƒ”რი ჩáƒáƒ áƒ©áƒ +item.banner.border.green=მწვáƒáƒœáƒ” ჩáƒáƒ áƒ©áƒ +item.banner.border.lightBlue=ღიáƒ-ლურჯი ჩáƒáƒ áƒ©áƒ +item.banner.border.lime=სáƒáƒšáƒáƒ—ისფერი ჩáƒáƒ áƒ©áƒ +item.banner.border.magenta=იისფერი ჩáƒáƒ áƒ©áƒ +item.banner.border.orange=ნáƒáƒ áƒ˜áƒœáƒ¯áƒ˜áƒ¡áƒ¤áƒ”რი ჩáƒáƒ áƒ©áƒ +item.banner.border.pink=ვáƒáƒ áƒ“ისფერი ჩáƒáƒ áƒ©áƒ +item.banner.border.purple=áƒáƒšáƒ˜áƒ¡áƒ¤áƒ”რი ჩáƒáƒ áƒ©áƒ +item.banner.border.red=წითელი ჩáƒáƒ áƒ©áƒ +item.banner.border.silver=ღიáƒ-ნáƒáƒªáƒ áƒ˜áƒ¡áƒ¤áƒ”რი ჩáƒáƒ áƒ©áƒ +item.banner.border.white=თეთრი ჩáƒáƒ áƒ©áƒ +item.banner.border.yellow=ყვითელი ჩáƒáƒ áƒ©áƒ +item.banner.bricks.black=შáƒáƒ•ი áƒáƒ’ურები +item.banner.bricks.blue=ლურჯი áƒáƒ’ურები +item.banner.bricks.brown=ყáƒáƒ•ისფერი áƒáƒ’ურები +item.banner.bricks.cyan=ცისფერი áƒáƒ’ურები +item.banner.bricks.gray=ნáƒáƒªáƒ áƒ˜áƒ¡áƒ¤áƒ”რი áƒáƒ’ურები +item.banner.bricks.green=მწვáƒáƒœáƒ” áƒáƒ’ურები +item.banner.bricks.lightBlue=ღიáƒ-ლურჯი áƒáƒ’ურები +item.banner.bricks.lime=სáƒáƒšáƒáƒ—ისფერი áƒáƒ’ურები +item.banner.bricks.magenta=იისფერი áƒáƒ’ურები +item.banner.bricks.orange=ნáƒáƒ áƒ˜áƒœáƒ¯áƒ˜áƒ¡áƒ¤áƒ”რი áƒáƒ’ურები +item.banner.bricks.pink=ვáƒáƒ áƒ“ისფერი áƒáƒ’ურები +item.banner.bricks.purple=áƒáƒšáƒ˜áƒ¡áƒ¤áƒ”რი áƒáƒ’ურები +item.banner.bricks.red=წითელი áƒáƒ’ურები +item.banner.bricks.silver=ღიáƒ-ნáƒáƒªáƒ áƒ˜áƒ¡áƒ¤áƒ”რი áƒáƒ’ურები +item.banner.bricks.white=თეთრი áƒáƒ’ურები +item.banner.bricks.yellow=ყვითელი áƒáƒ’ურები +item.banner.brown.name=ყáƒáƒ•ისფერი დრáƒáƒ¨áƒ +item.banner.circle.black=შáƒáƒ•ი წრე +item.banner.circle.blue=ლურჯი წრე +item.banner.circle.brown=ყáƒáƒ•ისფერი წრე +item.banner.circle.cyan=ცისფერი წრე +item.banner.circle.gray=ნáƒáƒªáƒ áƒ˜áƒ¡áƒ¤áƒ”რი წრე +item.banner.circle.green=მწვáƒáƒœáƒ” წრე +item.banner.circle.lightBlue=ღიáƒ-ლურჯი წრე +item.banner.circle.lime=სáƒáƒšáƒáƒ—ისფერი წრე +item.banner.circle.magenta=იისფერი წრე +item.banner.circle.orange=ნáƒáƒ áƒ˜áƒœáƒ¯áƒ˜áƒ¡áƒ¤áƒ”რი წრე +item.banner.circle.pink=ვáƒáƒ áƒ“ისფერი წრე +item.banner.circle.purple=áƒáƒšáƒ˜áƒ¡áƒ¤áƒ”რი წრე +item.banner.circle.red=წითელი წრე +item.banner.circle.silver=ღიáƒ-ნáƒáƒªáƒ áƒ˜áƒ¡áƒ¤áƒ”რი წრე +item.banner.circle.white=თეთრი წრე +item.banner.circle.yellow=ყვითელი წრე +item.banner.creeper.black=შáƒáƒ•ი შფáƒáƒ—áƒáƒ¡ სáƒáƒ®áƒ” +item.banner.creeper.blue=ლურჯი შფáƒáƒ—áƒáƒ¡ სáƒáƒ®áƒ” +item.banner.creeper.brown=ყáƒáƒ•ისფერი შფáƒáƒ—áƒáƒ¡ სáƒáƒ®áƒ” +item.banner.creeper.cyan=ცისფერი შფáƒáƒ—áƒáƒ¡ სáƒáƒ®áƒ” +item.banner.creeper.gray=ნáƒáƒªáƒ áƒ˜áƒ¡áƒ¤áƒ”რი შფáƒáƒ—áƒáƒ¡ სáƒáƒ®áƒ” +item.banner.creeper.green=მწვáƒáƒœáƒ” შფáƒáƒ—áƒáƒ¡ სáƒáƒ®áƒ” +item.banner.creeper.lightBlue=ღიáƒ-ლურჯი შფáƒáƒ—áƒáƒ¡ სáƒáƒ®áƒ” +item.banner.creeper.lime=სáƒáƒšáƒáƒ—ისფერი შფáƒáƒ—áƒáƒ¡ სáƒáƒ®áƒ” +item.banner.creeper.magenta=იისფერი შფáƒáƒ—áƒáƒ¡ სáƒáƒ®áƒ” +item.banner.creeper.orange=ნáƒáƒ áƒ˜áƒœáƒ¯áƒ˜áƒ¡áƒ¤áƒ”რი შფáƒáƒ—áƒáƒ¡ სáƒáƒ®áƒ” +item.banner.creeper.pink=ვáƒáƒ áƒ“ისფერი შფáƒáƒ—áƒáƒ¡ სáƒáƒ®áƒ” +item.banner.creeper.purple=áƒáƒšáƒ˜áƒ¡áƒ¤áƒ”რი შფáƒáƒ—áƒáƒ¡ სáƒáƒ®áƒ” +item.banner.creeper.red=წითელი შფáƒáƒ—áƒáƒ¡ სáƒáƒ®áƒ” +item.banner.creeper.silver=ღიáƒ-ნáƒáƒªáƒ áƒ˜áƒ¡áƒ¤áƒ”რი შფáƒáƒ—áƒáƒ¡ სáƒáƒ®áƒ” +item.banner.creeper.white=თეთრი შფáƒáƒ—áƒáƒ¡ სáƒáƒ®áƒ” +item.banner.creeper.yellow=ყვითელი შფáƒáƒ—áƒáƒ¡ სáƒáƒ®áƒ” +item.banner.cross.black=შáƒáƒ•ი დიáƒáƒ’áƒáƒœáƒáƒšáƒ£áƒ áƒ˜ ჯვáƒáƒ áƒ˜ +item.banner.cross.blue=ლურჯი დიáƒáƒ’áƒáƒœáƒáƒšáƒ£áƒ áƒ˜ ჯვáƒáƒ áƒ˜ +item.banner.cross.brown=ყáƒáƒ•ისფერი დიáƒáƒ’áƒáƒœáƒáƒšáƒ£áƒ áƒ˜ ჯვáƒáƒ áƒ˜ +item.banner.cross.cyan=ცისფერი დიáƒáƒ’áƒáƒœáƒáƒšáƒ£áƒ áƒ˜ ჯვáƒáƒ áƒ˜ +item.banner.cross.gray=ნáƒáƒªáƒ áƒ˜áƒ¡áƒ¤áƒ”რი დიáƒáƒ’áƒáƒœáƒáƒšáƒ£áƒ áƒ˜ ჯვáƒáƒ áƒ˜ +item.banner.cross.green=მწვáƒáƒœáƒ” დიáƒáƒ’áƒáƒœáƒáƒšáƒ£áƒ áƒ˜ ჯვáƒáƒ áƒ˜ +item.banner.cross.lightBlue=ღიáƒ-ლურჯი დიáƒáƒ’áƒáƒœáƒáƒšáƒ£áƒ áƒ˜ ჯვáƒáƒ áƒ˜ +item.banner.cross.lime=სáƒáƒšáƒáƒ—ისფერი დიáƒáƒ’áƒáƒœáƒáƒšáƒ£áƒ áƒ˜ ჯვáƒáƒ áƒ˜ +item.banner.cross.magenta=იისფერი დიáƒáƒ’áƒáƒœáƒáƒšáƒ£áƒ áƒ˜ ჯვáƒáƒ áƒ˜ +item.banner.cross.orange=ნáƒáƒ áƒ˜áƒœáƒ¯áƒ˜áƒ¡áƒ¤áƒ”რი დიáƒáƒ’áƒáƒœáƒáƒšáƒ£áƒ áƒ˜ ჯვáƒáƒ áƒ˜ +item.banner.cross.pink=ვáƒáƒ áƒ“ისფერი დიáƒáƒ’áƒáƒœáƒáƒšáƒ£áƒ áƒ˜ ჯვáƒáƒ áƒ˜ +item.banner.cross.purple=áƒáƒšáƒ˜áƒ¡áƒ¤áƒ”რი დიáƒáƒ’áƒáƒœáƒáƒšáƒ£áƒ áƒ˜ ჯვáƒáƒ áƒ˜ +item.banner.cross.red=წითელი დიáƒáƒ’áƒáƒœáƒáƒšáƒ£áƒ áƒ˜ ჯვáƒáƒ áƒ˜ +item.banner.cross.silver=ღიáƒ-ნáƒáƒªáƒ áƒ˜áƒ¡áƒ¤áƒ”რი დიáƒáƒ’áƒáƒœáƒáƒšáƒ£áƒ áƒ˜ ჯვáƒáƒ áƒ˜ +item.banner.cross.white=თეთრი დიáƒáƒ’áƒáƒœáƒáƒšáƒ£áƒ áƒ˜ ჯვáƒáƒ áƒ˜ +item.banner.cross.yellow=ყვითელი დიáƒáƒ’áƒáƒœáƒáƒšáƒ£áƒ áƒ˜ ჯვáƒáƒ áƒ˜ +item.banner.curly_border.black=შáƒáƒ•ი კბილáƒáƒœáƒ”ბიáƒáƒœáƒ˜ ჩáƒáƒ áƒ©áƒ +item.banner.curly_border.blue=ლურჯი კბილáƒáƒœáƒ”ბიáƒáƒœáƒ˜ ჩáƒáƒ áƒ©áƒ +item.banner.curly_border.brown=ყáƒáƒ•ისფერი კბილáƒáƒœáƒ”ბიáƒáƒœáƒ˜ ჩáƒáƒ áƒ©áƒ +item.banner.curly_border.cyan=ცისფერი კბილáƒáƒœáƒ”ბიáƒáƒœáƒ˜ ჩáƒáƒ áƒ©áƒ +item.banner.curly_border.gray=ნáƒáƒªáƒ áƒ˜áƒ¡áƒ¤áƒ”რი კბილáƒáƒœáƒ”ბიáƒáƒœáƒ˜ ჩáƒáƒ áƒ©áƒ +item.banner.curly_border.green=მწვáƒáƒœáƒ” კბილáƒáƒœáƒ”ბიáƒáƒœáƒ˜ ჩáƒáƒ áƒ©áƒ +item.banner.curly_border.lightBlue=ღიáƒ-ლურჯი კბილáƒáƒœáƒ”ბიáƒáƒœáƒ˜ ჩáƒáƒ áƒ©áƒ +item.banner.curly_border.lime=სáƒáƒšáƒáƒ—ისფერი კბილáƒáƒœáƒ”ბიáƒáƒœáƒ˜ ჩáƒáƒ áƒ©áƒ +item.banner.curly_border.magenta=იისფერი კბილáƒáƒœáƒ”ბიáƒáƒœáƒ˜ ჩáƒáƒ áƒ©áƒ +item.banner.curly_border.orange=ნáƒáƒ áƒ˜áƒœáƒ¯áƒ˜áƒ¡áƒ¤áƒ”რი კბილáƒáƒœáƒ”ბიáƒáƒœáƒ˜ ჩáƒáƒ áƒ©áƒ +item.banner.curly_border.pink=ვáƒáƒ áƒ“ისფერი კბილáƒáƒœáƒ”ბიáƒáƒœáƒ˜ ჩáƒáƒ áƒ©áƒ +item.banner.curly_border.purple=áƒáƒšáƒ˜áƒ¡áƒ¤áƒ”რი კბილáƒáƒœáƒ”ბიáƒáƒœáƒ˜ ჩáƒáƒ áƒ©áƒ +item.banner.curly_border.red=წითელი კბილáƒáƒœáƒ”ბიáƒáƒœáƒ˜ ჩáƒáƒ áƒ©áƒ +item.banner.curly_border.silver=ღიáƒ-ნáƒáƒªáƒ áƒ˜áƒ¡áƒ¤áƒ”რი კბილáƒáƒœáƒ”ბიáƒáƒœáƒ˜ ჩáƒáƒ áƒ©áƒ +item.banner.curly_border.white=თეთრი კბილáƒáƒœáƒ”ბიáƒáƒœáƒ˜ ჩáƒáƒ áƒ©áƒ +item.banner.curly_border.yellow=ყვითელი კბილáƒáƒœáƒ”ბიáƒáƒœáƒ˜ ჩáƒáƒ áƒ©áƒ +item.banner.cyan.name=ცისფერი დრáƒáƒ¨áƒ +item.banner.diagonal_left.black=შáƒáƒ•ი ზედრმáƒáƒ áƒªáƒ®áƒ”ნრნáƒáƒ®áƒ”ვáƒáƒ áƒ˜ +item.banner.diagonal_left.blue=ლურჯი ზედრმáƒáƒ áƒªáƒ®áƒ”ნრნáƒáƒ®áƒ”ვáƒáƒ áƒ˜ +item.banner.diagonal_left.brown=ყáƒáƒ•ისფერი ზედრმáƒáƒ áƒªáƒ®áƒ”ნრნáƒáƒ®áƒ”ვáƒáƒ áƒ˜ +item.banner.diagonal_left.cyan=ცისფერი ზედრმáƒáƒ áƒªáƒ®áƒ”ნრნáƒáƒ®áƒ”ვáƒáƒ áƒ˜ +item.banner.diagonal_left.gray=ნáƒáƒªáƒ áƒ˜áƒ¡áƒ¤áƒ”რი ზედრმáƒáƒ áƒªáƒ®áƒ”ნრნáƒáƒ®áƒ”ვáƒáƒ áƒ˜ +item.banner.diagonal_left.green=მწვáƒáƒœáƒ” ზედრმáƒáƒ áƒªáƒ®áƒ”ნრნáƒáƒ®áƒ”ვáƒáƒ áƒ˜ +item.banner.diagonal_left.lightBlue=ღიáƒ-ლურჯი ზედრმáƒáƒ áƒªáƒ®áƒ”ნრნáƒáƒ®áƒ”ვáƒáƒ áƒ˜ +item.banner.diagonal_left.lime=სáƒáƒšáƒáƒ—ისფერი ზედრმáƒáƒ áƒªáƒ®áƒ”ნრნáƒáƒ®áƒ”ვáƒáƒ áƒ˜ +item.banner.diagonal_left.magenta=იისფერი ზედრმáƒáƒ áƒªáƒ®áƒ”ნრნáƒáƒ®áƒ”ვáƒáƒ áƒ˜ +item.banner.diagonal_left.orange=ნáƒáƒ áƒ˜áƒœáƒ¯áƒ˜áƒ¡áƒ¤áƒ”რი ზედრმáƒáƒ áƒªáƒ®áƒ”ნრნáƒáƒ®áƒ”ვáƒáƒ áƒ˜ +item.banner.diagonal_left.pink=ვáƒáƒ áƒ“ისფერი ზედრმáƒáƒ áƒªáƒ®áƒ”ნრნáƒáƒ®áƒ”ვáƒáƒ áƒ˜ +item.banner.diagonal_left.purple=áƒáƒšáƒ˜áƒ¡áƒ¤áƒ”რი ზედრმáƒáƒ áƒªáƒ®áƒ”ნრნáƒáƒ®áƒ”ვáƒáƒ áƒ˜ +item.banner.diagonal_left.red=წითელი ზედრმáƒáƒ áƒªáƒ®áƒ”ნრნáƒáƒ®áƒ”ვáƒáƒ áƒ˜ +item.banner.diagonal_left.silver=ღიáƒ-ნáƒáƒªáƒ áƒ˜áƒ¡áƒ¤áƒ”რი ზედრმáƒáƒ áƒªáƒ®áƒ”ნრნáƒáƒ®áƒ”ვáƒáƒ áƒ˜ +item.banner.diagonal_left.white=თეთრი ზედრმáƒáƒ áƒªáƒ®áƒ”ნრნáƒáƒ®áƒ”ვáƒáƒ áƒ˜ +item.banner.diagonal_left.yellow=ყვითელი ზედრმáƒáƒ áƒªáƒ®áƒ”ნრნáƒáƒ®áƒ”ვáƒáƒ áƒ˜ +item.banner.diagonal_right.black=შáƒáƒ•ი ზედრმáƒáƒ áƒ¯áƒ•ენრნáƒáƒ®áƒ”ვáƒáƒ áƒ˜ +item.banner.diagonal_right.blue=ლურჯი ზედრმáƒáƒ áƒ¯áƒ•ენრნáƒáƒ®áƒ”ვáƒáƒ áƒ˜ +item.banner.diagonal_right.brown=ყáƒáƒ•ისფერი ზედრმáƒáƒ áƒ¯áƒ•ენრნáƒáƒ®áƒ”ვáƒáƒ áƒ˜ +item.banner.diagonal_right.cyan=ცისფერი ზედრმáƒáƒ áƒ¯áƒ•ენრნáƒáƒ®áƒ”ვáƒáƒ áƒ˜ +item.banner.diagonal_right.gray=ნáƒáƒªáƒ áƒ˜áƒ¡áƒ¤áƒ”რი ზედრმáƒáƒ áƒ¯áƒ•ენრნáƒáƒ®áƒ”ვáƒáƒ áƒ˜ +item.banner.diagonal_right.green=მწვáƒáƒœáƒ” ზედრმáƒáƒ áƒ¯áƒ•ენრნáƒáƒ®áƒ”ვáƒáƒ áƒ˜ +item.banner.diagonal_right.lightBlue=ღიáƒ-ლურჯი ზედრმáƒáƒ áƒ¯áƒ•ენრნáƒáƒ®áƒ”ვáƒáƒ áƒ˜ +item.banner.diagonal_right.lime=სáƒáƒšáƒáƒ—ისფერი ზედრმáƒáƒ áƒ¯áƒ•ენრნáƒáƒ®áƒ”ვáƒáƒ áƒ˜ +item.banner.diagonal_right.magenta=იისფერი ზედრმáƒáƒ áƒ¯áƒ•ენრნáƒáƒ®áƒ”ვáƒáƒ áƒ˜ +item.banner.diagonal_right.orange=ნáƒáƒ áƒ˜áƒœáƒ¯áƒ˜áƒ¡áƒ¤áƒ”რი ზედრმáƒáƒ áƒ¯áƒ•ენრნáƒáƒ®áƒ”ვáƒáƒ áƒ˜ +item.banner.diagonal_right.pink=ვáƒáƒ áƒ“ისფერი ზედრმáƒáƒ áƒ¯áƒ•ენრნáƒáƒ®áƒ”ვáƒáƒ áƒ˜ +item.banner.diagonal_right.purple=áƒáƒšáƒ˜áƒ¡áƒ¤áƒ”რი ზედრმáƒáƒ áƒ¯áƒ•ენრნáƒáƒ®áƒ”ვáƒáƒ áƒ˜ +item.banner.diagonal_right.red=წითელი ზედრმáƒáƒ áƒ¯áƒ•ენრნáƒáƒ®áƒ”ვáƒáƒ áƒ˜ +item.banner.diagonal_right.silver=ღიáƒ-ნáƒáƒªáƒ áƒ˜áƒ¡áƒ¤áƒ”რი ზედრმáƒáƒ áƒ¯áƒ•ენრნáƒáƒ®áƒ”ვáƒáƒ áƒ˜ +item.banner.diagonal_right.white=თეთრი ზედრმáƒáƒ áƒ¯áƒ•ენრნáƒáƒ®áƒ”ვáƒáƒ áƒ˜ +item.banner.diagonal_right.yellow=ყვითელი ზედრმáƒáƒ áƒ¯áƒ•ენრნáƒáƒ®áƒ”ვáƒáƒ áƒ˜ +item.banner.diagonal_up_left.black=შáƒáƒ•ი ქვედრმáƒáƒ áƒªáƒ®áƒ”ნრნáƒáƒ®áƒ”ვáƒáƒ áƒ˜ +item.banner.diagonal_up_left.blue=ლურჯი ქვედრმáƒáƒ áƒªáƒ®áƒ”ნრნáƒáƒ®áƒ”ვáƒáƒ áƒ˜ +item.banner.diagonal_up_left.brown=ყáƒáƒ•ისფერი ქვედრმáƒáƒ áƒªáƒ®áƒ”ნრნáƒáƒ®áƒ”ვáƒáƒ áƒ˜ +item.banner.diagonal_up_left.cyan=ცისფერი ქვედრმáƒáƒ áƒªáƒ®áƒ”ნრნáƒáƒ®áƒ”ვáƒáƒ áƒ˜ +item.banner.diagonal_up_left.gray=ნáƒáƒªáƒ áƒ˜áƒ¡áƒ¤áƒ”რი ქვედრმáƒáƒ áƒªáƒ®áƒ”ნრნáƒáƒ®áƒ”ვáƒáƒ áƒ˜ +item.banner.diagonal_up_left.green=მწვáƒáƒœáƒ” ქვედრმáƒáƒ áƒªáƒ®áƒ”ნრნáƒáƒ®áƒ”ვáƒáƒ áƒ˜ +item.banner.diagonal_up_left.lightBlue=ღიáƒ-ლურჯი ქვედრმáƒáƒ áƒªáƒ®áƒ”ნრნáƒáƒ®áƒ”ვáƒáƒ áƒ˜ +item.banner.diagonal_up_left.lime=სáƒáƒšáƒáƒ—ისფერი ქვედრმáƒáƒ áƒªáƒ®áƒ”ნრნáƒáƒ®áƒ”ვáƒáƒ áƒ˜ +item.banner.diagonal_up_left.magenta=იისფერი ქვედრმáƒáƒ áƒªáƒ®áƒ”ნრნáƒáƒ®áƒ”ვáƒáƒ áƒ˜ +item.banner.diagonal_up_left.orange=ნáƒáƒ áƒ˜áƒœáƒ¯áƒ˜áƒ¡áƒ¤áƒ”რი ქვედრმáƒáƒ áƒªáƒ®áƒ”ნრნáƒáƒ®áƒ”ვáƒáƒ áƒ˜ +item.banner.diagonal_up_left.pink=ვáƒáƒ áƒ“ისფერი ქვედრმáƒáƒ áƒªáƒ®áƒ”ნრნáƒáƒ®áƒ”ვáƒáƒ áƒ˜ +item.banner.diagonal_up_left.purple=áƒáƒšáƒ˜áƒ¡áƒ¤áƒ”რი ქვედრმáƒáƒ áƒªáƒ®áƒ”ნრნáƒáƒ®áƒ”ვáƒáƒ áƒ˜ +item.banner.diagonal_up_left.red=წითელი ქვედრმáƒáƒ áƒªáƒ®áƒ”ნრნáƒáƒ®áƒ”ვáƒáƒ áƒ˜ +item.banner.diagonal_up_left.silver=ღიáƒ-ნáƒáƒªáƒ áƒ˜áƒ¡áƒ¤áƒ”რი ქვედრმáƒáƒ áƒªáƒ®áƒ”ნრნáƒáƒ®áƒ”ვáƒáƒ áƒ˜ +item.banner.diagonal_up_left.white=თეთრი ქვედრმáƒáƒ áƒªáƒ®áƒ”ნრნáƒáƒ®áƒ”ვáƒáƒ áƒ˜ +item.banner.diagonal_up_left.yellow=ყვითელი ქვედრმáƒáƒ áƒªáƒ®áƒ”ნრნáƒáƒ®áƒ”ვáƒáƒ áƒ˜ +item.banner.diagonal_up_right.black=შáƒáƒ•ი ქვედრმáƒáƒ áƒ¯áƒ•ენრნáƒáƒ®áƒ”ვáƒáƒ áƒ˜ +item.banner.diagonal_up_right.blue=ლურჯი ქვედრმáƒáƒ áƒ¯áƒ•ენრნáƒáƒ®áƒ”ვáƒáƒ áƒ˜ +item.banner.diagonal_up_right.brown=ყáƒáƒ•ისფერი ქვედრმáƒáƒ áƒ¯áƒ•ენრნáƒáƒ®áƒ”ვáƒáƒ áƒ˜ +item.banner.diagonal_up_right.cyan=ცისფერი ქვედრმáƒáƒ áƒ¯áƒ•ენრნáƒáƒ®áƒ”ვáƒáƒ áƒ˜ +item.banner.diagonal_up_right.gray=ნáƒáƒªáƒ áƒ˜áƒ¡áƒ¤áƒ”რი ქვედრმáƒáƒ áƒ¯áƒ•ენრნáƒáƒ®áƒ”ვáƒáƒ áƒ˜ +item.banner.diagonal_up_right.green=მწვáƒáƒœáƒ” ქვედრმáƒáƒ áƒ¯áƒ•ენრნáƒáƒ®áƒ”ვáƒáƒ áƒ˜ +item.banner.diagonal_up_right.lightBlue=ღიáƒ-ლურჯი ქვედრმáƒáƒ áƒ¯áƒ•ენრნáƒáƒ®áƒ”ვáƒáƒ áƒ˜ +item.banner.diagonal_up_right.lime=სáƒáƒšáƒáƒ—ისფერი ქვედრმáƒáƒ áƒ¯áƒ•ენრნáƒáƒ®áƒ”ვáƒáƒ áƒ˜ +item.banner.diagonal_up_right.magenta=იისფერი ქვედრმáƒáƒ áƒ¯áƒ•ენრნáƒáƒ®áƒ”ვáƒáƒ áƒ˜ +item.banner.diagonal_up_right.orange=ნáƒáƒ áƒ˜áƒœáƒ¯áƒ˜áƒ¡áƒ¤áƒ”რი ქვედრმáƒáƒ áƒ¯áƒ•ენრნáƒáƒ®áƒ”ვáƒáƒ áƒ˜ +item.banner.diagonal_up_right.pink=ვáƒáƒ áƒ“ისფერი ქვედრმáƒáƒ áƒ¯áƒ•ენრნáƒáƒ®áƒ”ვáƒáƒ áƒ˜ +item.banner.diagonal_up_right.purple=áƒáƒšáƒ˜áƒ¡áƒ¤áƒ”რი ქვედრმáƒáƒ áƒ¯áƒ•ენრნáƒáƒ®áƒ”ვáƒáƒ áƒ˜ +item.banner.diagonal_up_right.red=წითელი ქვედრმáƒáƒ áƒ¯áƒ•ენრნáƒáƒ®áƒ”ვáƒáƒ áƒ˜ +item.banner.diagonal_up_right.silver=ღიáƒ-ნáƒáƒªáƒ áƒ˜áƒ¡áƒ¤áƒ”რი ქვედრმáƒáƒ áƒ¯áƒ•ენრნáƒáƒ®áƒ”ვáƒáƒ áƒ˜ +item.banner.diagonal_up_right.white=თეთრი ქვედრმáƒáƒ áƒ¯áƒ•ენრნáƒáƒ®áƒ”ვáƒáƒ áƒ˜ +item.banner.diagonal_up_right.yellow=ყვითელი ქვედრმáƒáƒ áƒ¯áƒ•ენრნáƒáƒ®áƒ”ვáƒáƒ áƒ˜ +item.banner.flower.black=შáƒáƒ•ი ყვáƒáƒ•ილი +item.banner.flower.blue=ლურჯი ყვáƒáƒ•ილი +item.banner.flower.brown=ყáƒáƒ•ისფერი ყვáƒáƒ•ილი +item.banner.flower.cyan=ცისფერი ყვáƒáƒ•ილი +item.banner.flower.gray=ნáƒáƒªáƒ áƒ˜áƒ¡áƒ¤áƒ”რი ყვáƒáƒ•ილი +item.banner.flower.green=მწვáƒáƒœáƒ” ყვáƒáƒ•ილი +item.banner.flower.lightBlue=ღიáƒ-ლურჯი ყვáƒáƒ•ილი +item.banner.flower.lime=სáƒáƒšáƒáƒ—ისფერი ყვáƒáƒ•ილი +item.banner.flower.magenta=იისფერი ყვáƒáƒ•ილი +item.banner.flower.orange=ნáƒáƒ áƒ˜áƒœáƒ¯áƒ˜áƒ¡áƒ¤áƒ”რი ყვáƒáƒ•ილი +item.banner.flower.pink=ვáƒáƒ áƒ“ისფერი ყვáƒáƒ•ილი +item.banner.flower.purple=áƒáƒšáƒ˜áƒ¡áƒ¤áƒ”რი ყვáƒáƒ•ილი +item.banner.flower.red=წითელი ყვáƒáƒ•ილი +item.banner.flower.silver=ღიáƒ-ნáƒáƒªáƒ áƒ˜áƒ¡áƒ¤áƒ”რი ყვáƒáƒ•ილი +item.banner.flower.white=თეთრი ყვáƒáƒ•ილი +item.banner.flower.yellow=ყვითელი ყვáƒáƒ•ილი +item.banner.gradient.black=შáƒáƒ•ი გრáƒáƒ“იენტი +item.banner.gradient.blue=ლურჯი გრáƒáƒ“იენტი +item.banner.gradient.brown=ყáƒáƒ•ისფერი გრáƒáƒ“იენტი +item.banner.gradient.cyan=ცისფერი გრáƒáƒ“იენტი +item.banner.gradient.gray=ნáƒáƒªáƒ áƒ˜áƒ¡áƒ¤áƒ”რი გრáƒáƒ“იენტი +item.banner.gradient.green=მწვáƒáƒœáƒ” გრáƒáƒ“იენტი +item.banner.gradient.lightBlue=ღიáƒ-ლურჯი გრáƒáƒ“იენტი +item.banner.gradient.lime=სáƒáƒšáƒáƒ—ისფერი გრáƒáƒ“იენტი +item.banner.gradient.magenta=იისფერი გრáƒáƒ“იენტი +item.banner.gradient.orange=ნáƒáƒ áƒ˜áƒœáƒ¯áƒ˜áƒ¡áƒ¤áƒ”რი გრáƒáƒ“იენტი +item.banner.gradient.pink=ვáƒáƒ áƒ“ისფერი გრáƒáƒ“იენტი +item.banner.gradient.purple=áƒáƒšáƒ˜áƒ¡áƒ¤áƒ”რი გრáƒáƒ“იენტი +item.banner.gradient.red=წითელი გრáƒáƒ“იენტი +item.banner.gradient.silver=ღიáƒ-ნáƒáƒªáƒ áƒ˜áƒ¡áƒ¤áƒ”რი გრáƒáƒ“იენტი +item.banner.gradient.white=თეთრი გრáƒáƒ“იენტი +item.banner.gradient.yellow=ყვითელი გრáƒáƒ“იენტი +item.banner.gradient_up.black=შáƒáƒ•ი გრáƒáƒ“იენტი ქვემáƒáƒ“áƒáƒœ +item.banner.gradient_up.blue=ლურჯი გრáƒáƒ“იენტი ქვემáƒáƒ“áƒáƒœ +item.banner.gradient_up.brown=ყáƒáƒ•ისფერი გრáƒáƒ“იენტი ქვემáƒáƒ“áƒáƒœ +item.banner.gradient_up.cyan=ცისფერი გრáƒáƒ“იენტი ქვემáƒáƒ“áƒáƒœ +item.banner.gradient_up.gray=ნáƒáƒªáƒ áƒ˜áƒ¡áƒ¤áƒ”რი გრáƒáƒ“იენტი ქვემáƒáƒ“áƒáƒœ +item.banner.gradient_up.green=მწვáƒáƒœáƒ” გრáƒáƒ“იენტი ქვემáƒáƒ“áƒáƒœ +item.banner.gradient_up.lightBlue=ღიáƒ-ლურჯი გრáƒáƒ“იენტი ქვემáƒáƒ“áƒáƒœ +item.banner.gradient_up.lime=სáƒáƒšáƒáƒ—ისფერი გრáƒáƒ“იენტი ქვემáƒáƒ“áƒáƒœ +item.banner.gradient_up.magenta=იისფერი გრáƒáƒ“იენტი ქვემáƒáƒ“áƒáƒœ +item.banner.gradient_up.orange=ნáƒáƒ áƒ˜áƒœáƒ¯áƒ˜áƒ¡áƒ¤áƒ”რი გრáƒáƒ“იენტი ქვემáƒáƒ“áƒáƒœ +item.banner.gradient_up.pink=ვáƒáƒ áƒ“ისფერი გრáƒáƒ“იენტი ქვემáƒáƒ“áƒáƒœ +item.banner.gradient_up.purple=áƒáƒšáƒ˜áƒ¡áƒ¤áƒ”რი გრáƒáƒ“იენტი ქვემáƒáƒ“áƒáƒœ +item.banner.gradient_up.red=წითელი გრáƒáƒ“იენტი ქვემáƒáƒ“áƒáƒœ +item.banner.gradient_up.silver=ღიáƒ-ნáƒáƒªáƒ áƒ˜áƒ¡áƒ¤áƒ”რი გრáƒáƒ“იენტი ქვემáƒáƒ“áƒáƒœ +item.banner.gradient_up.white=თეთრი გრáƒáƒ“იენტი ქვემáƒáƒ“áƒáƒœ +item.banner.gradient_up.yellow=ყვითელი გრáƒáƒ“იენტი ქვემáƒáƒ“áƒáƒœ +item.banner.gray.name=ნáƒáƒªáƒ áƒ˜áƒ¡áƒ¤áƒ”რი დრáƒáƒ¨áƒ +item.banner.green.name=მწვáƒáƒœáƒ” დრáƒáƒ¨áƒ +item.banner.half_horizontal.black=შáƒáƒ•ი ზედრნáƒáƒ®áƒ”ვáƒáƒ áƒ˜ +item.banner.half_horizontal.blue=ლურჯი ზედრნáƒáƒ®áƒ”ვáƒáƒ áƒ˜ +item.banner.half_horizontal.brown=ყáƒáƒ•ისფერი ზედრნáƒáƒ®áƒ”ვáƒáƒ áƒ˜ +item.banner.half_horizontal.cyan=ცისფერი ზედრნáƒáƒ®áƒ”ვáƒáƒ áƒ˜ +item.banner.half_horizontal.gray=ნáƒáƒªáƒ áƒ˜áƒ¡áƒ¤áƒ”რი ზედრნáƒáƒ®áƒ”ვáƒáƒ áƒ˜ +item.banner.half_horizontal.green=მწვáƒáƒœáƒ” ზედრნáƒáƒ®áƒ”ვáƒáƒ áƒ˜ +item.banner.half_horizontal.lightBlue=ღიáƒ-ლურჯი ზედრნáƒáƒ®áƒ”ვáƒáƒ áƒ˜ +item.banner.half_horizontal.lime=სáƒáƒšáƒáƒ—ისფერი ზედრნáƒáƒ®áƒ”ვáƒáƒ áƒ˜ +item.banner.half_horizontal.magenta=იისფერი ზედრნáƒáƒ®áƒ”ვáƒáƒ áƒ˜ +item.banner.half_horizontal.orange=ნáƒáƒ áƒ˜áƒœáƒ¯áƒ˜áƒ¡áƒ¤áƒ”რი ზედრნáƒáƒ®áƒ”ვáƒáƒ áƒ˜ +item.banner.half_horizontal.pink=ვáƒáƒ áƒ“ისფერი ზედრნáƒáƒ®áƒ”ვáƒáƒ áƒ˜ +item.banner.half_horizontal.purple=áƒáƒšáƒ˜áƒ¡áƒ¤áƒ”რი ზედრნáƒáƒ®áƒ”ვáƒáƒ áƒ˜ +item.banner.half_horizontal.red=წითელი ზედრნáƒáƒ®áƒ”ვáƒáƒ áƒ˜ +item.banner.half_horizontal.silver=ღიáƒ-ნáƒáƒªáƒ áƒ˜áƒ¡áƒ¤áƒ”რი ზედრნáƒáƒ®áƒ”ვáƒáƒ áƒ˜ +item.banner.half_horizontal.white=თეთრი ზედრნáƒáƒ®áƒ”ვáƒáƒ áƒ˜ +item.banner.half_horizontal.yellow=ყვითელი ზედრნáƒáƒ®áƒ”ვáƒáƒ áƒ˜ +item.banner.half_horizontal_bottom.black=შáƒáƒ•ი ქვედრნáƒáƒ®áƒ”ვáƒáƒ áƒ˜ +item.banner.half_horizontal_bottom.blue=ლურჯი ქვედრნáƒáƒ®áƒ”ვáƒáƒ áƒ˜ +item.banner.half_horizontal_bottom.brown=ყáƒáƒ•ისფერი ქვედრნáƒáƒ®áƒ”ვáƒáƒ áƒ˜ +item.banner.half_horizontal_bottom.cyan=ცისფერი ქვედრნáƒáƒ®áƒ”ვáƒáƒ áƒ˜ +item.banner.half_horizontal_bottom.gray=ნáƒáƒªáƒ áƒ˜áƒ¡áƒ¤áƒ”რი ქვედრნáƒáƒ®áƒ”ვáƒáƒ áƒ˜ +item.banner.half_horizontal_bottom.green=მწვáƒáƒœáƒ” ქვედრნáƒáƒ®áƒ”ვáƒáƒ áƒ˜ +item.banner.half_horizontal_bottom.lightBlue=ღიáƒ-ლურჯი ქვედრნáƒáƒ®áƒ”ვáƒáƒ áƒ˜ +item.banner.half_horizontal_bottom.lime=სáƒáƒšáƒáƒ—ისფერი ქვედრნáƒáƒ®áƒ”ვáƒáƒ áƒ˜ +item.banner.half_horizontal_bottom.magenta=იისფერი ქვედრნáƒáƒ®áƒ”ვáƒáƒ áƒ˜ +item.banner.half_horizontal_bottom.orange=ნáƒáƒ áƒ˜áƒœáƒ¯áƒ˜áƒ¡áƒ¤áƒ”რი ქვედრნáƒáƒ®áƒ”ვáƒáƒ áƒ˜ +item.banner.half_horizontal_bottom.pink=ვáƒáƒ áƒ“ისფერი ქვედრნáƒáƒ®áƒ”ვáƒáƒ áƒ˜ +item.banner.half_horizontal_bottom.purple=áƒáƒšáƒ˜áƒ¡áƒ¤áƒ”რი ქვედრნáƒáƒ®áƒ”ვáƒáƒ áƒ˜ +item.banner.half_horizontal_bottom.red=წითელი ქვედრნáƒáƒ®áƒ”ვáƒáƒ áƒ˜ +item.banner.half_horizontal_bottom.silver=ღიáƒ-ნáƒáƒªáƒ áƒ˜áƒ¡áƒ¤áƒ”რი ქვედრნáƒáƒ®áƒ”ვáƒáƒ áƒ˜ +item.banner.half_horizontal_bottom.white=თეთრი ქვედრნáƒáƒ®áƒ”ვáƒáƒ áƒ˜ +item.banner.half_horizontal_bottom.yellow=ყვითელი ქვედრნáƒáƒ®áƒ”ვáƒáƒ áƒ˜ +item.banner.half_vertical.black=შáƒáƒ•ი მáƒáƒ áƒªáƒ®áƒ”ნრნáƒáƒ®áƒ”ვáƒáƒ áƒ˜ +item.banner.half_vertical.blue=ლურჯი მáƒáƒ áƒªáƒ®áƒ”ნრნáƒáƒ®áƒ”ვáƒáƒ áƒ˜ +item.banner.half_vertical.brown=ყáƒáƒ•ისფერი მáƒáƒ áƒªáƒ®áƒ”ნრნáƒáƒ®áƒ”ვáƒáƒ áƒ˜ +item.banner.half_vertical.cyan=ცისფერი მáƒáƒ áƒªáƒ®áƒ”ნრნáƒáƒ®áƒ”ვáƒáƒ áƒ˜ +item.banner.half_vertical.gray=ნáƒáƒªáƒ áƒ˜áƒ¡áƒ¤áƒ”რი მáƒáƒ áƒªáƒ®áƒ”ნრნáƒáƒ®áƒ”ვáƒáƒ áƒ˜ +item.banner.half_vertical.green=მწვáƒáƒœáƒ” მáƒáƒ áƒªáƒ®áƒ”ნრნáƒáƒ®áƒ”ვáƒáƒ áƒ˜ +item.banner.half_vertical.lightBlue=ღიáƒ-ლურჯი მáƒáƒ áƒªáƒ®áƒ”ნრნáƒáƒ®áƒ”ვáƒáƒ áƒ˜ +item.banner.half_vertical.lime=სáƒáƒšáƒáƒ—იფერი მáƒáƒ áƒªáƒ®áƒ”ნრნáƒáƒ®áƒ”ვáƒáƒ áƒ˜ +item.banner.half_vertical.magenta=იისფერი მáƒáƒ áƒªáƒ®áƒ”ნრნáƒáƒ®áƒ”ვáƒáƒ áƒ˜ +item.banner.half_vertical.orange=ნáƒáƒ áƒ˜áƒœáƒ¯áƒ˜áƒ¡áƒ¤áƒ”რი მáƒáƒ áƒªáƒ®áƒ”ნრნáƒáƒ®áƒ”ვáƒáƒ áƒ˜ +item.banner.half_vertical.pink=ვáƒáƒ áƒ“ისფერი მáƒáƒ áƒªáƒ®áƒ”ნრნáƒáƒ®áƒ”ვáƒáƒ áƒ˜ +item.banner.half_vertical.purple=áƒáƒšáƒ˜áƒ¡áƒ¤áƒ”რი მáƒáƒ áƒªáƒ®áƒ”ნრნáƒáƒ®áƒ”ვáƒáƒ áƒ˜ +item.banner.half_vertical.red=წითელი მáƒáƒ áƒªáƒ®áƒ”ნრნáƒáƒ®áƒ”ვáƒáƒ áƒ˜ +item.banner.half_vertical.silver=ღიáƒ-ნáƒáƒªáƒ áƒ˜áƒ¡áƒ¤áƒ”რი მáƒáƒ áƒªáƒ®áƒ”ნრნáƒáƒ®áƒ”ვáƒáƒ áƒ˜ +item.banner.half_vertical.white=თეთრი მáƒáƒ áƒªáƒ®áƒ”ნრნáƒáƒ®áƒ”ვáƒáƒ áƒ˜ +item.banner.half_vertical.yellow=ყვითელი მáƒáƒ áƒªáƒ®áƒ”ნრნáƒáƒ®áƒ”ვáƒáƒ áƒ˜ +item.banner.half_vertical_right.black=შáƒáƒ•ი მáƒáƒ áƒ¯áƒ•ენრნáƒáƒ®áƒ”ვáƒáƒ áƒ˜ +item.banner.half_vertical_right.blue=ლურჯი მáƒáƒ áƒ¯áƒ•ენრნáƒáƒ®áƒ”ვáƒáƒ áƒ˜ +item.banner.half_vertical_right.brown=ყáƒáƒ•ისფერი მáƒáƒ áƒ¯áƒ•ენრნáƒáƒ®áƒ”ვáƒáƒ áƒ˜ +item.banner.half_vertical_right.cyan=ცისფერი მáƒáƒ áƒ¯áƒ•ენრნáƒáƒ®áƒ”ვáƒáƒ áƒ˜ +item.banner.half_vertical_right.gray=ნáƒáƒªáƒ áƒ˜áƒ¡áƒ¤áƒ”რი მáƒáƒ áƒ¯áƒ•ენრნáƒáƒ®áƒ”ვáƒáƒ áƒ˜ +item.banner.half_vertical_right.green=მწვáƒáƒœáƒ” მáƒáƒ áƒ¯áƒ•ენრნáƒáƒ®áƒ”ვáƒáƒ áƒ˜ +item.banner.half_vertical_right.lightBlue=ღიáƒ-ლურჯი მáƒáƒ áƒ¯áƒ•ენრნáƒáƒ®áƒ”ვáƒáƒ áƒ˜ +item.banner.half_vertical_right.lime=სáƒáƒšáƒáƒ—ისფერი მáƒáƒ áƒ¯áƒ•ენრნáƒáƒ®áƒ”ვáƒáƒ áƒ˜ +item.banner.half_vertical_right.magenta=იისფერი მáƒáƒ áƒ¯áƒ•ენრნáƒáƒ®áƒ”ვáƒáƒ áƒ˜ +item.banner.half_vertical_right.orange=ნáƒáƒ áƒ˜áƒœáƒ¯áƒ˜áƒ¡áƒ¤áƒ”რი მáƒáƒ áƒ¯áƒ•ენრნáƒáƒ®áƒ”ვáƒáƒ áƒ˜ +item.banner.half_vertical_right.pink=ვáƒáƒ áƒ“ისფერი მáƒáƒ áƒ¯áƒ•ენრნáƒáƒ®áƒ”ვáƒáƒ áƒ˜ +item.banner.half_vertical_right.purple=áƒáƒšáƒ˜áƒ¡áƒ¤áƒ”რი მáƒáƒ áƒ¯áƒ•ენრნáƒáƒ®áƒ”ვáƒáƒ áƒ˜ +item.banner.half_vertical_right.red=წითელი მáƒáƒ áƒ¯áƒ•ენრნáƒáƒ®áƒ”ვáƒáƒ áƒ˜ +item.banner.half_vertical_right.silver=ღიáƒ-ნáƒáƒªáƒ áƒ˜áƒ¡áƒ¤áƒ”რი მáƒáƒ áƒ¯áƒ•ენრნáƒáƒ®áƒ”ვáƒáƒ áƒ˜ +item.banner.half_vertical_right.white=თეთრი მáƒáƒ áƒ¯áƒ•ენრნáƒáƒ®áƒ”ვáƒáƒ áƒ˜ +item.banner.half_vertical_right.yellow=ყვითელი მáƒáƒ áƒ¯áƒ•ენრნáƒáƒ®áƒ”ვáƒáƒ áƒ˜ +item.banner.lightBlue.name=ღიáƒ-ლურჯი დრáƒáƒ¨áƒ +item.banner.lime.name=სáƒáƒšáƒáƒ—ისფერი დრáƒáƒ¨áƒ +item.banner.magenta.name=იისფერი დრáƒáƒ¨áƒ +item.banner.mojang.black=შáƒáƒ•ი რáƒáƒ¦áƒáƒª +item.banner.mojang.blue=ლურჯი რáƒáƒ¦áƒáƒª +item.banner.mojang.brown=ყáƒáƒ•ისფერი რáƒáƒ¦áƒáƒª +item.banner.mojang.cyan=ცისფერი რáƒáƒ¦áƒáƒª +item.banner.mojang.gray=ნáƒáƒªáƒ áƒ˜áƒ¡áƒ¤áƒ”რი რáƒáƒ¦áƒáƒª +item.banner.mojang.green=მწვáƒáƒœáƒ” რáƒáƒ¦áƒáƒª +item.banner.mojang.lightBlue=ღიáƒ-ლურჯი რáƒáƒ¦áƒáƒª +item.banner.mojang.lime=სáƒáƒšáƒáƒ—ისფერი რáƒáƒ¦áƒáƒª +item.banner.mojang.magenta=იისფერი რáƒáƒ¦áƒáƒª +item.banner.mojang.orange=ნáƒáƒ áƒ˜áƒœáƒ¯áƒ˜áƒ¡áƒ¤áƒ”რი რáƒáƒ¦áƒáƒª +item.banner.mojang.pink=ვáƒáƒ áƒ“ისფერი რáƒáƒ¦áƒáƒª +item.banner.mojang.purple=áƒáƒšáƒ˜áƒ¡áƒ¤áƒ”რი რáƒáƒ¦áƒáƒª +item.banner.mojang.red=წითელი რáƒáƒ¦áƒáƒª +item.banner.mojang.silver=ღიáƒ-ნáƒáƒªáƒ áƒ˜áƒ¡áƒ¤áƒ”რი რáƒáƒ¦áƒáƒª +item.banner.mojang.white=თეთრი რáƒáƒ¦áƒáƒª +item.banner.mojang.yellow=ყვითელი რáƒáƒ¦áƒáƒª +item.banner.orange.name=ნáƒáƒ áƒ˜áƒœáƒ¯áƒ˜áƒ¡áƒ¤áƒ”რი დრáƒáƒ¨áƒ +item.banner.pink.name=ვáƒáƒ áƒ“ისფერი დრáƒáƒ¨áƒ +item.banner.purple.name=áƒáƒšáƒ˜áƒ¡áƒ¤áƒ”რი დრáƒáƒ¨áƒ +item.banner.red.name=წითელი დრáƒáƒ¨áƒ +item.banner.rhombus.black=შáƒáƒ•ი რáƒáƒ›áƒ‘ი +item.banner.rhombus.blue=ლურჯი რáƒáƒ›áƒ‘ი +item.banner.rhombus.brown=ყáƒáƒ•ისფერი რáƒáƒ›áƒ‘ი +item.banner.rhombus.cyan=ცისფერი რáƒáƒ›áƒ‘ი +item.banner.rhombus.gray=ნáƒáƒªáƒ áƒ˜áƒ¡áƒ¤áƒ”რი რáƒáƒ›áƒ‘ი +item.banner.rhombus.green=მწვáƒáƒœáƒ” რáƒáƒ›áƒ‘ი +item.banner.rhombus.lightBlue=ღიáƒ-ლურჯი რáƒáƒ›áƒ‘ი +item.banner.rhombus.lime=სáƒáƒšáƒáƒ—ისფერი რáƒáƒ›áƒ‘ი +item.banner.rhombus.magenta=იისფერი რáƒáƒ›áƒ‘ი +item.banner.rhombus.orange=ნáƒáƒ áƒ˜áƒœáƒ¯áƒ˜áƒ¡áƒ¤áƒ”რი რáƒáƒ›áƒ‘ი +item.banner.rhombus.pink=ვáƒáƒ áƒ“ისფერი რáƒáƒ›áƒ‘ი +item.banner.rhombus.purple=áƒáƒšáƒ˜áƒ¡áƒ¤áƒ”რი რáƒáƒ›áƒ‘ი +item.banner.rhombus.red=წითელი რáƒáƒ›áƒ‘ი +item.banner.rhombus.silver=ღიáƒ-ნáƒáƒªáƒ áƒ˜áƒ¡áƒ¤áƒ”რი რáƒáƒ›áƒ‘ი +item.banner.rhombus.white=თეთრი რáƒáƒ›áƒ‘ი +item.banner.rhombus.yellow=ყვითელი რáƒáƒ›áƒ‘ი +item.banner.silver.name=ღიáƒ-ნáƒáƒªáƒ áƒ˜áƒ¡áƒ¤áƒ”რი დრáƒáƒ¨áƒ +item.banner.skull.black=შáƒáƒ•ი თáƒáƒ•ის ქáƒáƒšáƒ +item.banner.skull.blue=ლურჯი თáƒáƒ•ის ქáƒáƒšáƒ +item.banner.skull.brown=ყáƒáƒ•ისფერი თáƒáƒ•ის ქáƒáƒšáƒ +item.banner.skull.cyan=ცისფერი თáƒáƒ•ის ქáƒáƒšáƒ +item.banner.skull.gray=ნáƒáƒªáƒ áƒ˜áƒ¡áƒ¤áƒ”რი თáƒáƒ•ის ქáƒáƒšáƒ +item.banner.skull.green=მწვáƒáƒœáƒ” თáƒáƒ•ის ქáƒáƒšáƒ +item.banner.skull.lightBlue=ღიáƒ-ლურჯი თáƒáƒ•ის ქáƒáƒšáƒ +item.banner.skull.lime=სáƒáƒšáƒáƒ—ისფერი თáƒáƒ•ის ქáƒáƒšáƒ +item.banner.skull.magenta=იისფერი თáƒáƒ•ის ქáƒáƒšáƒ +item.banner.skull.orange=ნáƒáƒ áƒ˜áƒœáƒ¯áƒ˜áƒ¡áƒ¤áƒ”რი თáƒáƒ•ის ქáƒáƒšáƒ +item.banner.skull.pink=ვáƒáƒ áƒ“ისფერი თáƒáƒ•ის ქáƒáƒšáƒ +item.banner.skull.purple=áƒáƒšáƒ˜áƒ¡áƒ¤áƒ”რი თáƒáƒ•ის ქáƒáƒšáƒ +item.banner.skull.red=წითელი თáƒáƒ•ის ქáƒáƒšáƒ +item.banner.skull.silver=ღიáƒ-ნáƒáƒªáƒ áƒ˜áƒ¡áƒ¤áƒ”რი თáƒáƒ•ის ქáƒáƒšáƒ +item.banner.skull.white=თეთრი თáƒáƒ•ის ქáƒáƒšáƒ +item.banner.skull.yellow=ყვითელი თáƒáƒ•ის ქáƒáƒšáƒ +item.banner.small_stripes.black=შáƒáƒ•ი ზáƒáƒšáƒ”ბი +item.banner.small_stripes.blue=ლურჯი ზáƒáƒšáƒ”ბი +item.banner.small_stripes.brown=ყáƒáƒ•ისფერი ზáƒáƒšáƒ”ბი +item.banner.small_stripes.cyan=ცისფერი ზáƒáƒšáƒ”ბი +item.banner.small_stripes.gray=ნáƒáƒªáƒ áƒ˜áƒ¡áƒ¤áƒ”რი ზáƒáƒšáƒ”ბი +item.banner.small_stripes.green=მწვნáƒáƒ” ზáƒáƒšáƒ”ბი +item.banner.small_stripes.lightBlue=ღიáƒ-ლურჯი ზáƒáƒšáƒ”ბი +item.banner.small_stripes.lime=სáƒáƒšáƒáƒ—ისფერი ზáƒáƒšáƒ”ბი +item.banner.small_stripes.magenta=იისფერი ზáƒáƒšáƒ”ბი +item.banner.small_stripes.orange=ნáƒáƒ áƒ˜áƒœáƒ¯áƒ˜áƒ¡áƒ¤áƒ”რი ზáƒáƒšáƒ”ბი +item.banner.small_stripes.pink=ვáƒáƒ áƒ“ისფერი ზáƒáƒšáƒ”ბი +item.banner.small_stripes.purple=áƒáƒšáƒ˜áƒ¡áƒ¤áƒ”რი ზáƒáƒšáƒ”ბი +item.banner.small_stripes.red=წითელი ზáƒáƒšáƒ”ბი +item.banner.small_stripes.silver=ღიáƒ-ნáƒáƒªáƒ áƒ˜áƒ¡áƒ¤áƒ”რი ზáƒáƒšáƒ”ბი +item.banner.small_stripes.white=თეთრი ზáƒáƒšáƒ”ბი +item.banner.small_stripes.yellow=ყვითელი ზáƒáƒšáƒ”ბი +item.banner.square_bottom_left.black=შáƒáƒ•ი მáƒáƒ áƒªáƒ®áƒ”ნრქვედრკვáƒáƒ“რáƒáƒ¢áƒ˜ +item.banner.square_bottom_left.blue=ლურჯი მáƒáƒ áƒªáƒ®áƒ”ნრქვედრკვáƒáƒ“რáƒáƒ¢áƒ˜ +item.banner.square_bottom_left.brown=ყáƒáƒ•ისფერი მáƒáƒ áƒªáƒ®áƒ”ნრქვედრკვáƒáƒ“რáƒáƒ¢áƒ˜ +item.banner.square_bottom_left.cyan=ცისფერი მáƒáƒ áƒªáƒ®áƒ”ნრქვედრკვáƒáƒ“რáƒáƒ¢áƒ˜ +item.banner.square_bottom_left.gray=ნáƒáƒªáƒ áƒ˜áƒ¡áƒ¤áƒ”რი მáƒáƒ áƒªáƒ®áƒ”ნრქვედრკვáƒáƒ“რáƒáƒ¢áƒ˜ +item.banner.square_bottom_left.green=მწვáƒáƒœáƒ” მáƒáƒ áƒªáƒ®áƒ”ნრქვედრკვáƒáƒ“რáƒáƒ¢áƒ˜ +item.banner.square_bottom_left.lightBlue=ღიáƒ-ლურჯი მáƒáƒ áƒªáƒ®áƒ”ნრქვედრკვáƒáƒ“რáƒáƒ¢áƒ˜ +item.banner.square_bottom_left.lime=სáƒáƒšáƒáƒ—ისფერი მáƒáƒ áƒªáƒ®áƒ”ნრქვედრკვáƒáƒ“რáƒáƒ¢áƒ˜ +item.banner.square_bottom_left.magenta=იისფერი მáƒáƒ áƒªáƒ®áƒ”ნრქვედრკვáƒáƒ“რáƒáƒ¢áƒ˜ +item.banner.square_bottom_left.orange=ნáƒáƒ áƒ˜áƒœáƒ¯áƒ˜áƒ¡áƒ¤áƒ”რი მáƒáƒ áƒªáƒ®áƒ”ნრქვედრკვáƒáƒ“რáƒáƒ¢áƒ˜ +item.banner.square_bottom_left.pink=ვáƒáƒ áƒ“ისფერი მáƒáƒ áƒªáƒ®áƒ”ნრქვედრკვáƒáƒ“რáƒáƒ¢áƒ˜ +item.banner.square_bottom_left.purple=áƒáƒšáƒ˜áƒ¡áƒ¤áƒ”რი მáƒáƒ áƒªáƒ®áƒ”ნრქვედრკვáƒáƒ“რáƒáƒ¢áƒ˜ +item.banner.square_bottom_left.red=წითელი მáƒáƒ áƒªáƒ®áƒ”ნრქვედრკვáƒáƒ“რáƒáƒ¢áƒ˜ +item.banner.square_bottom_left.silver=ღიáƒ-ნáƒáƒªáƒ áƒ˜áƒ¡áƒ¤áƒ”რი მáƒáƒ áƒªáƒ®áƒ”ნრქვედრკვáƒáƒ“რáƒáƒ¢áƒ˜ +item.banner.square_bottom_left.white=თეთრი მáƒáƒ áƒªáƒ®áƒ”ნრქვედრკვáƒáƒ“რáƒáƒ¢áƒ˜ +item.banner.square_bottom_left.yellow=ყვითელი მáƒáƒ áƒªáƒ®áƒ”ნრქვედრკვáƒáƒ“რáƒáƒ¢áƒ˜ +item.banner.square_bottom_right.black=შáƒáƒ•ი მáƒáƒ áƒ¯áƒ•ენრქვედრკვáƒáƒ“რáƒáƒ¢áƒ˜ +item.banner.square_bottom_right.blue=ლურჯი მáƒáƒ áƒ¯áƒ•ენრქვედრკვáƒáƒ“რáƒáƒ¢áƒ˜ +item.banner.square_bottom_right.brown=ყáƒáƒ•ისფერი მáƒáƒ áƒ¯áƒ•ენრქვედრკვáƒáƒ“რáƒáƒ¢áƒ˜ +item.banner.square_bottom_right.cyan=ცისფერი მáƒáƒ áƒ¯áƒ•ენრქვედრკვáƒáƒ“რáƒáƒ¢áƒ˜ +item.banner.square_bottom_right.gray=ნáƒáƒªáƒ áƒ˜áƒ¡áƒ¤áƒ”რი მáƒáƒ áƒ¯áƒ•ენრქვედრკვáƒáƒ“რáƒáƒ¢áƒ˜ +item.banner.square_bottom_right.green=მწვáƒáƒœáƒ” მáƒáƒ áƒ¯áƒ•ენრქვედრკვáƒáƒ“რáƒáƒ¢áƒ˜ +item.banner.square_bottom_right.lightBlue=ღიáƒ-ლურჯი მáƒáƒ áƒ¯áƒ•ენრქვედრკვáƒáƒ“რáƒáƒ¢áƒ˜ +item.banner.square_bottom_right.lime=სáƒáƒšáƒáƒ—ისფერი მáƒáƒ áƒ¯áƒ•ენრქვედრკვáƒáƒ“რáƒáƒ¢áƒ˜ +item.banner.square_bottom_right.magenta=იისფერი მáƒáƒ áƒ¯áƒ•ენრქვედრკვáƒáƒ“რáƒáƒ¢áƒ˜ +item.banner.square_bottom_right.orange=ნáƒáƒ áƒ˜áƒœáƒ¯áƒ˜áƒ¡áƒ¤áƒ”რი მáƒáƒ áƒ¯áƒ•ენრქვედრკვáƒáƒ“რáƒáƒ¢áƒ˜ +item.banner.square_bottom_right.pink=ვáƒáƒ áƒ“ისფერი მáƒáƒ áƒ¯áƒ•ენრქვედრკვáƒáƒ“რáƒáƒ¢áƒ˜ +item.banner.square_bottom_right.purple=áƒáƒšáƒ˜áƒ¡áƒ¤áƒ”რი მáƒáƒ áƒ¯áƒ•ენრქვედრკვáƒáƒ“რáƒáƒ¢áƒ˜ +item.banner.square_bottom_right.red=წითელი მáƒáƒ áƒ¯áƒ•ენრქვედრკვáƒáƒ“რáƒáƒ¢áƒ˜ +item.banner.square_bottom_right.silver=ღიáƒ-ნáƒáƒªáƒ áƒ˜áƒ¡áƒ¤áƒ”რი მáƒáƒ áƒ¯áƒ•ენრქვედრკვáƒáƒ“რáƒáƒ¢áƒ˜ +item.banner.square_bottom_right.white=თეთრი მáƒáƒ áƒ¯áƒ•ენრქვედრკვáƒáƒ“რáƒáƒ¢áƒ˜ +item.banner.square_bottom_right.yellow=ყვითელი მáƒáƒ áƒ¯áƒ•ენრქვედრკვáƒáƒ“რáƒáƒ¢áƒ˜ +item.banner.square_top_left.black=შáƒáƒ•ი მáƒáƒ áƒªáƒ®áƒ”ნრზედრკვáƒáƒ“რáƒáƒ¢áƒ˜ +item.banner.square_top_left.blue=ლურჯი მáƒáƒ áƒªáƒ®áƒ”ნრზედრკვáƒáƒ“რáƒáƒ¢áƒ˜ +item.banner.square_top_left.brown=ყáƒáƒ•ისფერი მáƒáƒ áƒªáƒ®áƒ”ნრზედრკვáƒáƒ“რáƒáƒ¢áƒ˜ +item.banner.square_top_left.cyan=ცისფერი მáƒáƒ áƒªáƒ®áƒ”ნრზედრკვáƒáƒ“რáƒáƒ¢áƒ˜ +item.banner.square_top_left.gray=ნáƒáƒªáƒ áƒ˜áƒ¡áƒ¤áƒ”რი მáƒáƒ áƒªáƒ®áƒ”ნრზედრკვáƒáƒ“რáƒáƒ¢áƒ˜ +item.banner.square_top_left.green=მწვáƒáƒœáƒ” მáƒáƒ áƒªáƒ®áƒ”ნრზედრკვáƒáƒ“რáƒáƒ¢áƒ˜ +item.banner.square_top_left.lightBlue=ღიáƒ-ლურჯი მáƒáƒ áƒªáƒ®áƒ”ნრზედრკვáƒáƒ“რáƒáƒ¢áƒ˜ +item.banner.square_top_left.lime=სáƒáƒšáƒáƒ—ისფერი მáƒáƒ áƒªáƒ®áƒ”ნრზედრკვáƒáƒ“რáƒáƒ¢áƒ˜ +item.banner.square_top_left.magenta=იისფერი მáƒáƒ áƒªáƒ®áƒ”ნრზედრკვáƒáƒ“რáƒáƒ¢áƒ˜ +item.banner.square_top_left.orange=ნáƒáƒ áƒ˜áƒœáƒ¯áƒ˜áƒ¡áƒ¤áƒ”რი მáƒáƒ áƒªáƒ®áƒ”ნრზედრკვáƒáƒ“რáƒáƒ¢áƒ˜ +item.banner.square_top_left.pink=ვáƒáƒ áƒ“ისფერი მáƒáƒ áƒªáƒ®áƒ”ნრზედრკვáƒáƒ“რáƒáƒ¢áƒ˜ +item.banner.square_top_left.purple=áƒáƒšáƒ˜áƒ¡áƒ¤áƒ”რი მáƒáƒ áƒªáƒ®áƒ”ნრზედრკვáƒáƒ“რáƒáƒ¢áƒ˜ +item.banner.square_top_left.red=წითელი მáƒáƒ áƒªáƒ®áƒ”ნრზედრკვáƒáƒ“რáƒáƒ¢áƒ˜ +item.banner.square_top_left.silver=ღიáƒ-ნáƒáƒªáƒ áƒ˜áƒ¡áƒ¤áƒ”რი მáƒáƒ áƒªáƒ®áƒ”ნრზედრკვáƒáƒ“რáƒáƒ¢áƒ˜ +item.banner.square_top_left.white=თეთრი მáƒáƒ áƒªáƒ®áƒ”ნრზედრკვáƒáƒ“რáƒáƒ¢áƒ˜ +item.banner.square_top_left.yellow=ყვითელი მáƒáƒ áƒªáƒ®áƒ”ნრზედრკვáƒáƒ“რáƒáƒ¢áƒ˜ +item.banner.square_top_right.black=შáƒáƒ•ი მáƒáƒ áƒ¯áƒ•ენრზედრკვáƒáƒ“რáƒáƒ¢áƒ˜ +item.banner.square_top_right.blue=ლურჯი შáƒáƒ•ი მáƒáƒ áƒ¯áƒ•ენრზედრკვáƒáƒ“რáƒáƒ¢áƒ˜ +item.banner.square_top_right.brown=ყáƒáƒ•ისფერი მáƒáƒ áƒ¯áƒ•ენრზედრკვáƒáƒ“რáƒáƒ¢áƒ˜ +item.banner.square_top_right.cyan=ცისფერი შáƒáƒ•ი მáƒáƒ áƒ¯áƒ•ენრზედრკვáƒáƒ“რáƒáƒ¢áƒ˜ +item.banner.square_top_right.gray=ნáƒáƒªáƒ áƒ˜áƒ¡áƒ¤áƒ”რი მáƒáƒ áƒ¯áƒ•ენრზედრკვáƒáƒ“რáƒáƒ¢áƒ˜ +item.banner.square_top_right.green=მწვáƒáƒœáƒ” მáƒáƒ áƒ¯áƒ•ენრზედრკვáƒáƒ“რáƒáƒ¢áƒ˜ +item.banner.square_top_right.lightBlue=ღიáƒ-ლურჯი მáƒáƒ áƒ¯áƒ•ენრზედრკვáƒáƒ“რáƒáƒ¢áƒ˜ +item.banner.square_top_right.lime=სáƒáƒšáƒáƒ—ისფერი მáƒáƒ áƒ¯áƒ•ენრზედრკვáƒáƒ“რáƒáƒ¢áƒ˜ +item.banner.square_top_right.magenta=იისფერი მáƒáƒ áƒ¯áƒ•ენრზედრკვáƒáƒ“რáƒáƒ¢áƒ˜ +item.banner.square_top_right.orange=ნáƒáƒ áƒ˜áƒœáƒ¯áƒ˜áƒ¡áƒ¤áƒ”რი მáƒáƒ áƒ¯áƒ•ენრზედრკვáƒáƒ“რáƒáƒ¢áƒ˜ +item.banner.square_top_right.pink=ვáƒáƒ áƒ“ისფერი მáƒáƒ áƒ¯áƒ•ენრზედრკვáƒáƒ“რáƒáƒ¢áƒ˜ +item.banner.square_top_right.purple=áƒáƒšáƒ˜áƒ¡áƒ¤áƒ”რი შáƒáƒ•ი მáƒáƒ áƒ¯áƒ•ენრზედრკვáƒáƒ“რáƒáƒ¢áƒ˜ +item.banner.square_top_right.red=წითელი მáƒáƒ áƒ¯áƒ•ენრზედრკვáƒáƒ“რáƒáƒ¢áƒ˜ +item.banner.square_top_right.silver=ღიáƒ-ნáƒáƒªáƒ áƒ˜áƒ¡áƒ¤áƒ”რი მáƒáƒ áƒ¯áƒ•ენრზედრკვáƒáƒ“რáƒáƒ¢áƒ˜ +item.banner.square_top_right.white=თეთრი მáƒáƒ áƒ¯áƒ•ენრზედრკვáƒáƒ“რáƒáƒ¢áƒ˜ +item.banner.square_top_right.yellow=ყვითელი მáƒáƒ áƒ¯áƒ•ენრზედრკვáƒáƒ“რáƒáƒ¢áƒ˜ +item.banner.straight_cross.black=შáƒáƒ•ი ჯვáƒáƒ áƒ˜ +item.banner.straight_cross.blue=ლურჯი ჯვáƒáƒ áƒ˜ +item.banner.straight_cross.brown=ყáƒáƒ•ისფერი ჯვáƒáƒ áƒ˜ +item.banner.straight_cross.cyan=ცისფერი ჯვáƒáƒ áƒ˜ +item.banner.straight_cross.gray=ნáƒáƒªáƒ áƒ˜áƒ¡áƒ¤áƒ”რი ჯვáƒáƒ áƒ˜ +item.banner.straight_cross.green=მწვáƒáƒœáƒ” ჯვáƒáƒ áƒ˜ +item.banner.straight_cross.lightBlue=ღიáƒ-ლურჯი ჯვáƒáƒ áƒ˜ +item.banner.straight_cross.lime=სáƒáƒšáƒáƒ—ისფერი ჯვáƒáƒ áƒ˜ +item.banner.straight_cross.magenta=იისფერი ჯვáƒáƒ áƒ˜ +item.banner.straight_cross.orange=ნáƒáƒ áƒ˜áƒœáƒ¯áƒ˜áƒ¡áƒ¤áƒ”რი ჯვáƒáƒ áƒ˜ +item.banner.straight_cross.pink=ვáƒáƒ áƒ“ისფერი ჯვáƒáƒ áƒ˜ +item.banner.straight_cross.purple=áƒáƒšáƒ˜áƒ¡áƒ¤áƒ”რი ჯვáƒáƒ áƒ˜ +item.banner.straight_cross.red=წითელი ჯვáƒáƒ áƒ˜ +item.banner.straight_cross.silver=ღიáƒ-ნáƒáƒªáƒ áƒ˜áƒ¡áƒ¤áƒ”რი ჯვáƒáƒ áƒ˜ +item.banner.straight_cross.white=თეთრი ჯვáƒáƒ áƒ˜ +item.banner.straight_cross.yellow=ყვითელი ჯვáƒáƒ áƒ˜ +item.banner.stripe_bottom.black=შáƒáƒ•ი ქვედრფáƒáƒ áƒ—რზáƒáƒšáƒ˜ +item.banner.stripe_bottom.blue=ლურჯი ქვედრფáƒáƒ áƒ—რზáƒáƒšáƒ˜ +item.banner.stripe_bottom.brown=ყáƒáƒ•ისფერი ქვედრფáƒáƒ áƒ—რზáƒáƒšáƒ˜ +item.banner.stripe_bottom.cyan=ცისფერი ქვედრფáƒáƒ áƒ—რზáƒáƒšáƒ˜ +item.banner.stripe_bottom.gray=ნáƒáƒªáƒ áƒ˜áƒ¡áƒ¤áƒ”რი ქვედრზáƒáƒšáƒ˜ +item.banner.stripe_bottom.green=მწვáƒáƒœáƒ” ქვედრფáƒáƒ áƒ—რზáƒáƒšáƒ˜ +item.banner.stripe_bottom.lightBlue=ღიáƒ-ლურჯი ქვედრზáƒáƒšáƒ˜ +item.banner.stripe_bottom.lime=სáƒáƒšáƒáƒ—ისფერი ქვედრზáƒáƒšáƒ˜ +item.banner.stripe_bottom.magenta=იისფერი ქვედრზáƒáƒšáƒ˜ +item.banner.stripe_bottom.orange=ნáƒáƒ áƒ˜áƒœáƒ¯áƒ˜áƒ¡áƒ¤áƒ”რი ქვედრზáƒáƒšáƒ˜ +item.banner.stripe_bottom.pink=ვáƒáƒ áƒ“ისფერი ქვედრზáƒáƒšáƒ˜ +item.banner.stripe_bottom.purple=áƒáƒšáƒ˜áƒ¡áƒ¤áƒ”რი ქვედრფáƒáƒ áƒ—რზáƒáƒšáƒ˜ +item.banner.stripe_bottom.red=წითელი ქვედრფáƒáƒ áƒ—რზáƒáƒšáƒ˜ +item.banner.stripe_bottom.silver=ღიáƒ-ნáƒáƒªáƒ áƒ˜áƒ¡áƒ¤áƒ”რი ქვედრფáƒáƒ áƒ—რზáƒáƒšáƒ˜ +item.banner.stripe_bottom.white=თეთრი ქვედრზáƒáƒšáƒ˜ +item.banner.stripe_bottom.yellow=ყვითელი ქვედრზáƒáƒšáƒ˜ +item.banner.stripe_center.black=შáƒáƒ•ი ზáƒáƒšáƒ˜ +item.banner.stripe_center.blue=ლურჯი ზáƒáƒšáƒ˜ +item.banner.stripe_center.brown=ყáƒáƒ•ისფერი ზáƒáƒšáƒ˜ +item.banner.stripe_center.cyan=ცისფერი ზáƒáƒšáƒ˜ +item.banner.stripe_center.gray=ნáƒáƒªáƒ áƒ˜áƒ¡áƒ¤áƒ”რი ზáƒáƒšáƒ˜ +item.banner.stripe_center.green=მწვáƒáƒœáƒ” ზáƒáƒšáƒ˜ +item.banner.stripe_center.lightBlue=ღიáƒ-ლურჯი ზáƒáƒšáƒ˜ +item.banner.stripe_center.lime=სáƒáƒšáƒáƒ—ისფერი ზáƒáƒšáƒ˜ +item.banner.stripe_center.magenta=იისფერი ზáƒáƒšáƒ˜ +item.banner.stripe_center.orange=ნáƒáƒ áƒ˜áƒœáƒ¯áƒ˜áƒ¡áƒ¤áƒ”რი ზáƒáƒšáƒ˜ +item.banner.stripe_center.pink=ვáƒáƒ áƒ“ისფერი ზáƒáƒšáƒ˜ +item.banner.stripe_center.purple=áƒáƒšáƒ˜áƒ¡áƒ¤áƒ”რი ზáƒáƒšáƒ˜ +item.banner.stripe_center.red=წითელი ზáƒáƒšáƒ˜ +item.banner.stripe_center.silver=ღიáƒ-ნáƒáƒªáƒ áƒ˜áƒ¡áƒ¤áƒ”რი ზáƒáƒšáƒ˜ +item.banner.stripe_center.white=თეთრი ზáƒáƒšáƒ˜ +item.banner.stripe_center.yellow=ყვითელი ზáƒáƒšáƒ˜ +item.banner.stripe_downleft.black=შáƒáƒ•ი მáƒáƒ áƒªáƒ®áƒ”ნრდიáƒáƒ’áƒáƒœáƒáƒšáƒ˜ +item.banner.stripe_downleft.blue=ლურჯი მáƒáƒ áƒªáƒ®áƒ”ნრდიáƒáƒ’áƒáƒœáƒáƒšáƒ˜ +item.banner.stripe_downleft.brown=ყáƒáƒ•ისფერი მáƒáƒ áƒªáƒ®áƒ”ნრდიáƒáƒ’áƒáƒœáƒáƒšáƒ˜ +item.banner.stripe_downleft.cyan=ცისფერი მáƒáƒ áƒªáƒ®áƒ”ნრდიáƒáƒ’áƒáƒœáƒáƒšáƒ˜ +item.banner.stripe_downleft.gray=ნáƒáƒªáƒ áƒ˜áƒ¡áƒ¤áƒ”რი მáƒáƒ áƒªáƒ®áƒ”ნრდიáƒáƒ’áƒáƒœáƒáƒšáƒ˜ +item.banner.stripe_downleft.green=მწვáƒáƒœáƒ” მáƒáƒ áƒªáƒ®áƒ”ნრდიáƒáƒ’áƒáƒœáƒáƒšáƒ˜ +item.banner.stripe_downleft.lightBlue=ღიáƒ-ლურჯი მáƒáƒ áƒªáƒ®áƒ”ნრდიáƒáƒ’áƒáƒœáƒáƒšáƒ˜ +item.banner.stripe_downleft.lime=სáƒáƒšáƒáƒ—ისფერი მáƒáƒ áƒªáƒ®áƒ”ნრდიáƒáƒ’áƒáƒœáƒáƒšáƒ˜ +item.banner.stripe_downleft.magenta=იისფერი მáƒáƒ áƒªáƒ®áƒ”ნრდიáƒáƒ’áƒáƒœáƒáƒšáƒ˜ +item.banner.stripe_downleft.orange=ნáƒáƒ áƒ˜áƒœáƒ¯áƒ˜áƒ¡áƒ¤áƒ”რი მáƒáƒ áƒªáƒ®áƒ”ნრდიáƒáƒ’áƒáƒœáƒáƒšáƒ˜ +item.banner.stripe_downleft.pink=ვáƒáƒ áƒ“ისფერი მáƒáƒ áƒªáƒ®áƒ”ნრდიáƒáƒ’áƒáƒœáƒáƒšáƒ˜ +item.banner.stripe_downleft.purple=áƒáƒšáƒ˜áƒ¡áƒ¤áƒ”რი მáƒáƒ áƒªáƒ®áƒ”ნრდიáƒáƒ’áƒáƒœáƒáƒšáƒ˜ +item.banner.stripe_downleft.red=წითელი მáƒáƒ áƒªáƒ®áƒ”ნრდიáƒáƒ’áƒáƒœáƒáƒšáƒ˜ +item.banner.stripe_downleft.silver=ღიáƒ-ნáƒáƒªáƒ áƒ˜áƒ¡áƒ¤áƒ”რი მáƒáƒ áƒªáƒ®áƒ”ნრდიáƒáƒ’áƒáƒœáƒáƒšáƒ˜ +item.banner.stripe_downleft.white=თეთრი მáƒáƒ áƒªáƒ®áƒ”ნრდიáƒáƒ’áƒáƒœáƒáƒšáƒ˜ +item.banner.stripe_downleft.yellow=ყვითელი მáƒáƒ áƒªáƒ®áƒ”ნრდიáƒáƒ’áƒáƒœáƒáƒšáƒ˜ +item.banner.stripe_downright.black=შáƒáƒ•ი მáƒáƒ áƒ¯áƒ•ენრდიáƒáƒ’áƒáƒœáƒáƒšáƒ˜ +item.banner.stripe_downright.blue=ლურჯი მáƒáƒ áƒ¯áƒ•ენრდიáƒáƒ’áƒáƒœáƒáƒšáƒ˜ +item.banner.stripe_downright.brown=ყáƒáƒ•ისფერი მáƒáƒ áƒ¯áƒ•ენრდიáƒáƒ’áƒáƒœáƒáƒšáƒ˜ +item.banner.stripe_downright.cyan=ცისფერი მáƒáƒ áƒ¯áƒ•ენრდიáƒáƒ’áƒáƒœáƒáƒšáƒ˜ +item.banner.stripe_downright.gray=ნáƒáƒªáƒ áƒ˜áƒ¡áƒ¤áƒ”რი მáƒáƒ áƒ¯áƒ•ენრდიáƒáƒ’áƒáƒœáƒáƒšáƒ˜ +item.banner.stripe_downright.green=მწვáƒáƒœáƒ” მáƒáƒ áƒ¯áƒ•ენრდიáƒáƒ’áƒáƒœáƒáƒšáƒ˜ +item.banner.stripe_downright.lightBlue=ღიáƒ-ლურჯი მáƒáƒ áƒ¯áƒ•ენრდიáƒáƒ’áƒáƒœáƒáƒšáƒ˜ +item.banner.stripe_downright.lime=სáƒáƒšáƒáƒ—ისფერი მáƒáƒ áƒ¯áƒ•ენრდიáƒáƒ’áƒáƒœáƒáƒšáƒ˜ +item.banner.stripe_downright.magenta=áƒáƒšáƒ˜áƒ¡áƒ¤áƒ”რი მáƒáƒ áƒ¯áƒ•ენრდიáƒáƒ’áƒáƒœáƒáƒšáƒ˜ +item.banner.stripe_downright.orange=ნáƒáƒ áƒ˜áƒœáƒ¯áƒ˜áƒ¡áƒ¤áƒ”რი მáƒáƒ áƒ¯áƒ•ენრდიáƒáƒ’áƒáƒœáƒáƒšáƒ˜ +item.banner.stripe_downright.pink=ვáƒáƒ áƒ“ისფერი მáƒáƒ áƒ¯áƒ•ენრდიáƒáƒ’áƒáƒœáƒáƒšáƒ˜ +item.banner.stripe_downright.purple=áƒáƒšáƒ˜áƒ¡áƒ¤áƒ”რი მáƒáƒ áƒ¯áƒ•ენრდიáƒáƒ’áƒáƒœáƒáƒšáƒ˜ +item.banner.stripe_downright.red=წითელი მáƒáƒ áƒ¯áƒ•ენრდიáƒáƒ’áƒáƒœáƒáƒšáƒ˜ +item.banner.stripe_downright.silver=ღიáƒ-ნáƒáƒªáƒ áƒ˜áƒ¡áƒ¤áƒ”რი მáƒáƒ áƒ¯áƒ•ენრდიáƒáƒ’áƒáƒœáƒáƒšáƒ˜ +item.banner.stripe_downright.white=თეთრი მáƒáƒ áƒ¯áƒ•ენრდიáƒáƒ’áƒáƒœáƒáƒšáƒ˜ +item.banner.stripe_downright.yellow=ყვითელი მáƒáƒ áƒ¯áƒ•ენრდიáƒáƒ’áƒáƒœáƒáƒšáƒ˜ +item.banner.stripe_left.black=შáƒáƒ•ი მáƒáƒ áƒªáƒ®áƒ”ნრზáƒáƒšáƒ˜ +item.banner.stripe_left.blue=ლურჯი მáƒáƒ áƒªáƒ®áƒ”ნრზáƒáƒšáƒ˜ +item.banner.stripe_left.brown=ყáƒáƒ•ისფერი მáƒáƒ áƒªáƒ®áƒ”ნრზáƒáƒšáƒ˜ +item.banner.stripe_left.cyan=ცისფერი მáƒáƒ áƒªáƒ®áƒ”ნრზáƒáƒšáƒ˜ +item.banner.stripe_left.gray=ნáƒáƒªáƒ áƒ˜áƒ¡áƒ¤áƒ”რი მáƒáƒ áƒªáƒ®áƒ”ნრზáƒáƒšáƒ˜ +item.banner.stripe_left.green=მწვáƒáƒœáƒ” მáƒáƒ áƒªáƒ®áƒ”ნრზáƒáƒšáƒ˜ +item.banner.stripe_left.lightBlue=ღიáƒ-ლურჯი მáƒáƒ áƒªáƒ®áƒ”ნრზáƒáƒšáƒ˜ +item.banner.stripe_left.lime=სáƒáƒšáƒáƒ—ისფერი მáƒáƒ áƒªáƒ®áƒ”ნრზáƒáƒšáƒ˜ +item.banner.stripe_left.magenta=იისფერი მáƒáƒ áƒªáƒ®áƒ”ნრზáƒáƒšáƒ˜ +item.banner.stripe_left.orange=ნáƒáƒ áƒ˜áƒœáƒ¯áƒ˜áƒ¡áƒ¤áƒ”რი მáƒáƒ áƒªáƒ®áƒ”ნრზáƒáƒšáƒ˜ +item.banner.stripe_left.pink=ვáƒáƒ áƒ“ისფერი მáƒáƒ áƒªáƒ®áƒ”ნრზáƒáƒšáƒ˜ +item.banner.stripe_left.purple=áƒáƒšáƒ˜áƒ¡áƒ¤áƒ”რი მáƒáƒ áƒªáƒ®áƒ”ნრზáƒáƒšáƒ˜ +item.banner.stripe_left.red=წითელი მáƒáƒ áƒªáƒ®áƒ”ნრზáƒáƒšáƒ˜ +item.banner.stripe_left.silver=ღიáƒ-ნáƒáƒªáƒ áƒ˜áƒ¡áƒ¤áƒ”რი მáƒáƒ áƒªáƒ®áƒ”ნრზáƒáƒšáƒ˜ +item.banner.stripe_left.white=თეთრი მáƒáƒ áƒªáƒ®áƒ”ნრზáƒáƒšáƒ˜ +item.banner.stripe_left.yellow=ყვითელი მáƒáƒ áƒªáƒ®áƒ”ნრზáƒáƒšáƒ˜ +item.banner.stripe_middle.black=შáƒáƒ•ი ფáƒáƒ áƒ—რზáƒáƒšáƒ˜ +item.banner.stripe_middle.blue=ლურჯი ფáƒáƒ áƒ—რზáƒáƒšáƒ˜ +item.banner.stripe_middle.brown=ყáƒáƒ•ისფერი ფáƒáƒ áƒ—რზáƒáƒšáƒ˜ +item.banner.stripe_middle.cyan=ცისფერი ფáƒáƒ áƒ—რზáƒáƒšáƒ˜ +item.banner.stripe_middle.gray=ნáƒáƒªáƒ áƒ˜áƒ¡áƒ¤áƒ”რი ფáƒáƒ áƒ—რზáƒáƒšáƒ˜ +item.banner.stripe_middle.green=მწვáƒáƒœáƒ” ფáƒáƒ áƒ—რზáƒáƒšáƒ˜ +item.banner.stripe_middle.lightBlue=ღიáƒ-ლურჯი ფáƒáƒ áƒ—რზáƒáƒšáƒ˜ +item.banner.stripe_middle.lime=სáƒáƒšáƒáƒ—ისფერი ფáƒáƒ áƒ—რზáƒáƒšáƒ˜ +item.banner.stripe_middle.magenta=იისფერი ფáƒáƒ áƒ—რზáƒáƒšáƒ˜ +item.banner.stripe_middle.orange=ნáƒáƒ áƒ˜áƒœáƒ¯áƒ˜áƒ¡áƒ¤áƒ”რი ფáƒáƒ áƒ—რზáƒáƒšáƒ˜ +item.banner.stripe_middle.pink=ვáƒáƒ áƒ“ისფერი ფáƒáƒ áƒ—რზáƒáƒšáƒ˜ +item.banner.stripe_middle.purple=áƒáƒšáƒ˜áƒ¡áƒ¤áƒ”რი ფáƒáƒ áƒ—რზáƒáƒšáƒ˜ +item.banner.stripe_middle.red=წითელი ფáƒáƒ áƒ—რზáƒáƒšáƒ˜ +item.banner.stripe_middle.silver=ღიáƒ-ნáƒáƒªáƒ áƒ˜áƒ¡áƒ¤áƒ”რი ფáƒáƒ áƒ—რზáƒáƒšáƒ˜ +item.banner.stripe_middle.white=თეთრი ფáƒáƒ áƒ—რზáƒáƒšáƒ˜ +item.banner.stripe_middle.yellow=ყვითელი ფáƒáƒ áƒ—რზáƒáƒšáƒ˜ +item.banner.stripe_right.black=შáƒáƒ•ი მáƒáƒ áƒ¯áƒ•ენრზáƒáƒšáƒ˜ +item.banner.stripe_right.blue=ლურჯი მáƒáƒ áƒ¯áƒ•ენრზáƒáƒšáƒ˜ +item.banner.stripe_right.brown=ყáƒáƒ•ისფერი მáƒáƒ áƒ¯áƒ•ენრზáƒáƒšáƒ˜ +item.banner.stripe_right.cyan=ცისფერი მáƒáƒ áƒ¯áƒ•ენრზáƒáƒšáƒ˜ +item.banner.stripe_right.gray=ნáƒáƒªáƒ áƒ˜áƒ¡áƒ¤áƒ”რი მáƒáƒ áƒ¯áƒ•ენრზáƒáƒšáƒ˜ +item.banner.stripe_right.green=მწვáƒáƒœáƒ” მáƒáƒ áƒ¯áƒ•ენრზáƒáƒšáƒ˜ +item.banner.stripe_right.lightBlue=ღიáƒ-ლურჯი მáƒáƒ áƒ¯áƒ•ენრზáƒáƒšáƒ˜ +item.banner.stripe_right.lime=სáƒáƒšáƒáƒ—ისფერი მáƒáƒ áƒ¯áƒ•ენრზáƒáƒšáƒ˜ +item.banner.stripe_right.magenta=იისფერი მáƒáƒ áƒ¯áƒ•ენრზáƒáƒšáƒ˜ +item.banner.stripe_right.orange=ნáƒáƒ áƒ˜áƒœáƒ¯áƒ˜áƒ¡áƒ¤áƒ”რი მáƒáƒ áƒ¯áƒ•ენრზáƒáƒšáƒ˜ +item.banner.stripe_right.pink=ვáƒáƒ áƒ“ისფერი მáƒáƒ áƒ¯áƒ•ენრზáƒáƒšáƒ˜ +item.banner.stripe_right.purple=áƒáƒšáƒ˜áƒ¡áƒ¤áƒ”რი მáƒáƒ áƒ¯áƒ•ენრზáƒáƒšáƒ˜ +item.banner.stripe_right.red=წითელი მáƒáƒ áƒ¯áƒ•ენრზáƒáƒšáƒ˜ +item.banner.stripe_right.silver=ღიáƒ-ნáƒáƒªáƒ áƒ˜áƒ¡áƒ¤áƒ”რი მáƒáƒ áƒ¯áƒ•ენრზáƒáƒšáƒ˜ +item.banner.stripe_right.white=თეთრი მáƒáƒ áƒ¯áƒ•ენრზáƒáƒšáƒ˜ +item.banner.stripe_right.yellow=ყვითელი მáƒáƒ áƒ¯áƒ•ენრზáƒáƒšáƒ˜ +item.banner.stripe_top.black=შáƒáƒ•ი ზედრზáƒáƒšáƒ˜ +item.banner.stripe_top.blue=ლურჯი ზედრზáƒáƒšáƒ˜ +item.banner.stripe_top.brown=ყáƒáƒ•ისფერი ზედრზáƒáƒšáƒ˜ +item.banner.stripe_top.cyan=ცისფერი ზედრზáƒáƒšáƒ˜ +item.banner.stripe_top.gray=ნáƒáƒªáƒ áƒ˜áƒ¡áƒ¤áƒ”რი ზედრზáƒáƒšáƒ˜ +item.banner.stripe_top.green=მწვáƒáƒœáƒ” ზედრზáƒáƒšáƒ˜ +item.banner.stripe_top.lightBlue=ღიáƒ-ლურჯი ზედრზáƒáƒšáƒ˜ +item.banner.stripe_top.lime=სáƒáƒšáƒáƒ—ისფერი ზედრზáƒáƒšáƒ˜ +item.banner.stripe_top.magenta=იისფერი ზედრზáƒáƒšáƒ˜ +item.banner.stripe_top.orange=ნáƒáƒ áƒ˜áƒœáƒ¯áƒ˜áƒ¡áƒ¤áƒ”რი ზედრზáƒáƒšáƒ˜ +item.banner.stripe_top.pink=ვáƒáƒ áƒ“ისფერი ზედრზáƒáƒšáƒ˜ +item.banner.stripe_top.purple=áƒáƒšáƒ˜áƒ¡áƒ¤áƒ”რი ზედრზáƒáƒšáƒ˜ +item.banner.stripe_top.red=წითელი ზედრზáƒáƒšáƒ˜ +item.banner.stripe_top.silver=ღიáƒ-ნáƒáƒªáƒ áƒ˜áƒ¡áƒ¤áƒ”რი ზედრზáƒáƒšáƒ˜ +item.banner.stripe_top.white=თეთრი ზედრზáƒáƒšáƒ˜ +item.banner.stripe_top.yellow=ყვითელი ზედრზáƒáƒšáƒ˜ +item.banner.triangle_bottom.black=შáƒáƒ•ი შევრáƒáƒœáƒ˜ +item.banner.triangle_bottom.blue=ლურჯი შევრáƒáƒœáƒ˜ +item.banner.triangle_bottom.brown=ყáƒáƒ•ისფერი შევრáƒáƒœáƒ˜ +item.banner.triangle_bottom.cyan=ცისფერი შევრáƒáƒœáƒ˜ +item.banner.triangle_bottom.gray=ნáƒáƒªáƒ áƒ˜áƒ¡áƒ¤áƒ”რი შევრáƒáƒœáƒ˜ +item.banner.triangle_bottom.green=მწვáƒáƒœáƒ” შევრáƒáƒœáƒ˜ +item.banner.triangle_bottom.lightBlue=ღიáƒ-ლურჯი შევრáƒáƒœáƒ˜ +item.banner.triangle_bottom.lime=სáƒáƒšáƒáƒ—ისფერი შევრáƒáƒœáƒ˜ +item.banner.triangle_bottom.magenta=იისფერი შევრáƒáƒœáƒ˜ +item.banner.triangle_bottom.orange=ნáƒáƒ áƒ˜áƒœáƒ¯áƒ˜áƒ¡áƒ¤áƒ”რი შევრáƒáƒœáƒ˜ +item.banner.triangle_bottom.pink=ვáƒáƒ áƒ“ისფერი შევრáƒáƒœáƒ˜ +item.banner.triangle_bottom.purple=áƒáƒšáƒ˜áƒ¡áƒ¤áƒ”რი შევრáƒáƒœáƒ˜ +item.banner.triangle_bottom.red=წითელი შევრáƒáƒœáƒ˜ +item.banner.triangle_bottom.silver=ღიáƒ-ნáƒáƒªáƒ áƒ˜áƒ¡áƒ¤áƒ”რი შევრáƒáƒœáƒ˜ +item.banner.triangle_bottom.white=თეთრი შევრáƒáƒœáƒ˜ +item.banner.triangle_bottom.yellow=ყვითელი შევრáƒáƒœáƒ˜ +item.banner.triangle_top.black=შáƒáƒ•ი გáƒáƒ“მáƒáƒ‘რუნებული შევრáƒáƒœáƒ˜ +item.banner.triangle_top.blue=ლურჯი გáƒáƒ“მáƒáƒ‘რუნებული შევრáƒáƒœáƒ˜ +item.banner.triangle_top.brown=ყáƒáƒ•ისფერი გáƒáƒ“მáƒáƒ‘რუნებული შევრáƒáƒœáƒ˜ +item.banner.triangle_top.cyan=ცისფერი გáƒáƒ“მáƒáƒ‘რუნებული შევრáƒáƒœáƒ˜ +item.banner.triangle_top.gray=ნáƒáƒªáƒ áƒ˜áƒ¡áƒ¤áƒ”რი გáƒáƒ“მáƒáƒ‘რუნებული შევრáƒáƒœáƒ˜ +item.banner.triangle_top.green=მწვáƒáƒœáƒ” გáƒáƒ“მáƒáƒ‘რუნებული შევრáƒáƒœáƒ˜ +item.banner.triangle_top.lightBlue=ღიáƒ-ლურჯი გáƒáƒ“მáƒáƒ‘რუნებული შევრáƒáƒœáƒ˜ +item.banner.triangle_top.lime=სáƒáƒšáƒáƒ—ისფერი გáƒáƒ“მáƒáƒ‘რუნებული შევრáƒáƒœáƒ˜ +item.banner.triangle_top.magenta=იისფერი გáƒáƒ“მáƒáƒ‘რუნებული შევრáƒáƒœáƒ˜ +item.banner.triangle_top.orange=ნáƒáƒ áƒ˜áƒœáƒ¯áƒ˜áƒ¡áƒ¤áƒ”რი გáƒáƒ“მáƒáƒ‘რუნებული შევრáƒáƒœáƒ˜ +item.banner.triangle_top.pink=ვáƒáƒ áƒ“ისფერი გáƒáƒ“მáƒáƒ‘რუნებული შევრáƒáƒœáƒ˜ +item.banner.triangle_top.purple=áƒáƒšáƒ˜áƒ¡áƒ¤áƒ”რი გáƒáƒ“მáƒáƒ‘რუნებული შევრáƒáƒœáƒ˜ +item.banner.triangle_top.red=წითელი გáƒáƒ“მáƒáƒ‘რუნებული შევრáƒáƒœáƒ˜ +item.banner.triangle_top.silver=ღიáƒ-ნáƒáƒªáƒ áƒ˜áƒ¡áƒ¤áƒ”რი გáƒáƒ“მáƒáƒ‘რუნებული შევრáƒáƒœáƒ˜ +item.banner.triangle_top.white=თეთრი გáƒáƒ“მáƒáƒ‘რუნებული შევრáƒáƒœáƒ˜ +item.banner.triangle_top.yellow=ყვითელი გáƒáƒ“მáƒáƒ‘რუნებული შევრáƒáƒœáƒ˜ +item.banner.triangles_bottom.black=შáƒáƒ•ი ქვედრკბილáƒáƒœáƒ”ბი +item.banner.triangles_bottom.blue=ლურჯი ქვედრკბილáƒáƒœáƒ”ბი +item.banner.triangles_bottom.brown=ყáƒáƒ•ისფერი ქვედრკბილáƒáƒœáƒ”ბი +item.banner.triangles_bottom.cyan=ცისფერი ქვედრკბილáƒáƒœáƒ”ბი +item.banner.triangles_bottom.gray=ნáƒáƒªáƒ áƒ˜áƒ¡áƒ¤áƒ”რი ქვედრკბილáƒáƒœáƒ”ბი +item.banner.triangles_bottom.green=მწვáƒáƒœáƒ” ქვედრკბილáƒáƒœáƒ”ბი +item.banner.triangles_bottom.lightBlue=ღიáƒ-ლურჯი ქვედრკბილáƒáƒœáƒ”ბი +item.banner.triangles_bottom.lime=სáƒáƒšáƒáƒ—ისფერი ქვედრკბილáƒáƒœáƒ”ბი +item.banner.triangles_bottom.magenta=იისფერი ქვედრკბილáƒáƒœáƒ”ბი +item.banner.triangles_bottom.orange=ნáƒáƒ áƒ˜áƒœáƒ¯áƒ˜áƒ¡áƒ¤áƒ”რი ქვედრკბილáƒáƒœáƒ”ბი +item.banner.triangles_bottom.pink=ვáƒáƒ áƒ“ისფერი ქვედრკბილáƒáƒœáƒ”ბი +item.banner.triangles_bottom.purple=áƒáƒšáƒ˜áƒ¡áƒ¤áƒ”რი ქვედრკბილáƒáƒœáƒ”ბი +item.banner.triangles_bottom.red=წითელი ქვედრკბილáƒáƒœáƒ”ბი +item.banner.triangles_bottom.silver=ღიáƒ-ნáƒáƒªáƒ áƒ˜áƒ¡áƒ¤áƒ”რი ქვედრკბილáƒáƒœáƒ”ბი +item.banner.triangles_bottom.white=თეთრი ქვედრკბილáƒáƒœáƒ”ბი +item.banner.triangles_bottom.yellow=ყვითელი ქვედრკბილáƒáƒœáƒ”ბი +item.banner.triangles_top.black=შáƒáƒ•ი ზედრკბილáƒáƒœáƒ”ბი +item.banner.triangles_top.blue=ლურჯი ზედრკბილáƒáƒœáƒ”ბი +item.banner.triangles_top.brown=ყáƒáƒ•ისფერი ზედრკბილáƒáƒœáƒ”ბი +item.banner.triangles_top.cyan=ცისფერი ზედრკბილáƒáƒœáƒ”ბი +item.banner.triangles_top.gray=ნáƒáƒªáƒ áƒ˜áƒ¡áƒ¤áƒ”რი ზედრკბილáƒáƒœáƒ”ბი +item.banner.triangles_top.green=მწვáƒáƒœáƒ” ზედრკბილáƒáƒœáƒ”ბი +item.banner.triangles_top.lightBlue=ღიáƒ-ლურჯი ზედრკბილáƒáƒœáƒ”ბი +item.banner.triangles_top.lime=სáƒáƒšáƒáƒ—ისფერი ზედრკბილáƒáƒœáƒ”ბი +item.banner.triangles_top.magenta=იისფერი ზედრკბილáƒáƒœáƒ”ბი +item.banner.triangles_top.orange=ნáƒáƒ áƒ˜áƒœáƒ¯áƒ˜áƒ¡áƒ¤áƒ”რი ზედრკბილáƒáƒœáƒ”ბი +item.banner.triangles_top.pink=ვáƒáƒ áƒ“ისფერი ზედრკბილáƒáƒœáƒ”ბი +item.banner.triangles_top.purple=áƒáƒšáƒ˜áƒ¡áƒ¤áƒ”რი ზედრკბილáƒáƒœáƒ”ბი +item.banner.triangles_top.red=წითელი ზედრკბილáƒáƒœáƒ”ბი +item.banner.triangles_top.silver=ღიáƒ-ნáƒáƒªáƒ áƒ˜áƒ¡áƒ¤áƒ”რი ზედრკბილáƒáƒœáƒ”ბი +item.banner.triangles_top.white=თეთრი ზედრკბილáƒáƒœáƒ”ბი +item.banner.triangles_top.yellow=ყვითელი ზედრკბილáƒáƒœáƒ”ბი +item.banner.white.name=თეთრი დრáƒáƒ¨áƒ +item.banner.yellow.name=ყვითელი დრáƒáƒ¨áƒ +item.bed.name=სáƒáƒ¬áƒáƒšáƒ˜ +item.beefCooked.name=შემწვáƒáƒ áƒ˜ სáƒáƒ¥áƒáƒœáƒšáƒ˜áƒ¡ ხáƒáƒ áƒªáƒ˜ +item.beefRaw.name=უმი სáƒáƒ¥áƒáƒœáƒšáƒ˜áƒ¡ ხáƒáƒ áƒªáƒ˜ +item.blazePowder.name=ცეცხლáƒáƒ¡ ფხვნილი +item.blazeRod.name=ცეცხლáƒáƒ¡ ჯáƒáƒ®áƒ˜ +item.boat.name=ნáƒáƒ•ი +item.bone.name=ძვáƒáƒšáƒ˜ +item.book.name=წიგნი +item.bootsChain.name=ცეცხლáƒáƒ•áƒáƒœáƒ˜ ფეხსáƒáƒªáƒ›áƒ”ლი +item.bootsCloth.name=ტყáƒáƒ•ის ფეხსáƒáƒªáƒ›áƒ”ლი +item.bootsDiamond.name=áƒáƒšáƒ›áƒáƒ¡áƒ˜áƒ¡ ფეხსáƒáƒªáƒ›áƒ”ლი +item.bootsGold.name=áƒáƒ¥áƒ áƒáƒ¡ ფეხსáƒáƒªáƒ›áƒ”ლი +item.bootsIron.name=რკინის ფეხსáƒáƒªáƒ›áƒ”ლი +item.bow.name=მშვილდი +item.bowl.name=ჯáƒáƒ›áƒ˜ +item.bread.name=პური +item.brewingStand.name=სáƒáƒ®áƒáƒ áƒ¨áƒ˜ ქურრ+item.brick.name=áƒáƒ’ური +item.bucket.name=სáƒáƒ—ლი +item.bucketLava.name=ლáƒáƒ•იáƒáƒœáƒ˜ სáƒáƒ—ლი +item.bucketWater.name=წყლიáƒáƒœáƒ˜ სáƒáƒ—ლი +item.cake.name=ტáƒáƒ áƒ¢áƒ˜ +item.canBreak=შეუძლირგáƒáƒ¢áƒ”ხáƒáƒ¡: +item.canPlace=შეიძლებრდáƒáƒ˜áƒ“áƒáƒ¡: +item.carrotGolden.name=áƒáƒ¥áƒ áƒáƒ¡ სტáƒáƒ¤áƒ˜áƒšáƒ +item.carrotOnAStick.name=სტáƒáƒ¤áƒ˜áƒšáƒ ჯáƒáƒ®áƒ–ე +item.carrots.name=სტáƒáƒ¤áƒ˜áƒšáƒ +item.cauldron.name=ქვáƒáƒ‘ი +item.charcoal.name=ნáƒáƒ®áƒ¨áƒ˜áƒ áƒ˜ +item.chestplateChain.name=ცეცხლáƒáƒ•áƒáƒœáƒ˜ პერáƒáƒœáƒ’ი +item.chestplateCloth.name=ტყáƒáƒ•ის ქურთუკი +item.chestplateDiamond.name=áƒáƒšáƒ›áƒáƒ¡áƒ˜áƒ¡ პერáƒáƒœáƒ’ი +item.chestplateGold.name=áƒáƒ¥áƒ áƒáƒ¡ პერáƒáƒœáƒ’ი +item.chestplateIron.name=რკინის პერáƒáƒœáƒ’ი +item.chickenCooked.name=შემწვáƒáƒ áƒ˜ ქáƒáƒ—áƒáƒ›áƒ˜ +item.chickenRaw.name=უმი ქáƒáƒ—áƒáƒ›áƒ˜ +item.clay.name=თიხრ+item.clock.name=სáƒáƒáƒ—ი +item.coal.name=ქვáƒáƒœáƒáƒ®áƒ¨áƒ˜áƒ áƒ˜ +item.comparator.name=წითელქვის კáƒáƒ›áƒžáƒáƒ áƒáƒ¢áƒáƒ áƒ˜ +item.compass.name=კáƒáƒ›áƒžáƒáƒ¡áƒ˜ +item.cookie.name=ნáƒáƒ›áƒªáƒ®áƒ•áƒáƒ áƒ˜ +item.diamond.name=áƒáƒšáƒ›áƒáƒ¡áƒ˜ +item.diode.name=გáƒáƒœáƒ›áƒ”áƒáƒ áƒ”ბელი დიáƒáƒ“ი +item.doorAcacia.name=áƒáƒ™áƒáƒªáƒ˜áƒ˜áƒ¡ კáƒáƒ áƒ”ბი +item.doorBirch.name=áƒáƒ áƒ§áƒ˜áƒ¡ კáƒáƒ áƒ”ბი +item.doorDarkOak.name=მუქი მუხის კáƒáƒ áƒ”ბი +item.doorIron.name=რკინის კáƒáƒ áƒ”ბი +item.doorJungle.name=ჯუნგლის კáƒáƒ áƒ”ბი +item.doorOak.name=მუხის კáƒáƒ áƒ”ბი +item.doorSpruce.name=ნáƒáƒ«áƒ•ის კáƒáƒ áƒ”ბი +item.dyePowder.black.name=სáƒáƒ›áƒ”ლნე +item.dyePowder.blue.name=ლილáƒáƒ¥áƒ•რ+item.dyePowder.brown.name=კáƒáƒ™áƒáƒáƒ¡ მáƒáƒ áƒªáƒ•ლები +item.dyePowder.cyan.name=ცისფერი სáƒáƒ¦áƒ”ბáƒáƒ•ი +item.dyePowder.gray.name=რუხი სáƒáƒ¦áƒ”ბáƒáƒ•ი +item.dyePowder.green.name=კáƒáƒ¥áƒ¢áƒ£áƒ¡áƒ˜áƒ¡ მწვáƒáƒœáƒ˜áƒšáƒ˜ +item.dyePowder.lightBlue.name=ღიáƒ-ლურჯი სáƒáƒ¦áƒ”ბáƒáƒ•ი +item.dyePowder.lime.name=სáƒáƒšáƒáƒ—ისფერი სáƒáƒ¦áƒ”ბáƒáƒ•ი +item.dyePowder.magenta.name=იáƒáƒ¡áƒáƒ›áƒœáƒ˜áƒ¡áƒ¤áƒ”რი სáƒáƒ¦áƒ”ბáƒáƒ•ი +item.dyePowder.orange.name=ნáƒáƒ áƒ˜áƒœáƒ¯áƒ˜áƒ¡áƒ¤áƒ”რი სáƒáƒ¦áƒ”ბáƒáƒ•ი +item.dyePowder.pink.name=ვáƒáƒ áƒ“ისფერი სáƒáƒ¦áƒ”ბáƒáƒ•ი +item.dyePowder.purple.name=იისფერი სáƒáƒ¦áƒ”ბáƒáƒ•ი +item.dyePowder.red.name=ვáƒáƒ áƒ“ის ფურცელი +item.dyePowder.silver.name=ღიáƒ-რუხი სáƒáƒ¦áƒ”ბáƒáƒ•ი +item.dyePowder.white.name=ძვლის ფხვნილი +item.dyePowder.yellow.name=ყვითელი ბáƒáƒ‘უáƒáƒ¬áƒ•ერრ+item.dyed=შეღებილი +item.egg.name=კვერცხი +item.emerald.name=ზურმუხტი +item.emptyMap.name=ცáƒáƒ áƒ˜áƒ”ლი რუკრ+item.emptyPotion.name=წყლის ბáƒáƒ—ლი +item.enchantedBook.name=ჯáƒáƒ“áƒáƒ¡áƒœáƒ£áƒ áƒ˜ წიგნი +item.enderPearl.name=დáƒáƒ¡áƒáƒ¡áƒ áƒ£áƒšáƒ˜áƒ¡ მáƒáƒ áƒ’áƒáƒšáƒ˜áƒ¢áƒ˜ +item.expBottle.name=ჯáƒáƒ“áƒáƒ¡ ბáƒáƒ—ლი +item.eyeOfEnder.name=დáƒáƒ¡áƒáƒ¡áƒ áƒ£áƒšáƒ˜áƒ¡ თვáƒáƒšáƒ˜ +item.feather.name=ბუმბული +item.fermentedSpiderEye.name=გáƒáƒ“áƒáƒ›áƒ£áƒ¨áƒáƒ•ებული áƒáƒ‘áƒáƒ‘ის თვáƒáƒšáƒ˜ +item.fireball.name=ცეცხლáƒáƒ•áƒáƒœáƒ˜ ბურთი +item.fireworks.flight=ფრენის ხáƒáƒœáƒ’რძლივáƒáƒ‘áƒ: +item.fireworks.name=რáƒáƒ™áƒ”ტრმáƒáƒ¨áƒ®áƒáƒšáƒ +item.fireworksCharge.black=შáƒáƒ•ი +item.fireworksCharge.blue=ლურჯი +item.fireworksCharge.brown=ყáƒáƒ•ისფერი +item.fireworksCharge.customColor=მáƒáƒ áƒ’ებული +item.fireworksCharge.cyan=ცისფერი +item.fireworksCharge.fadeTo=გáƒáƒ“áƒáƒ¡áƒ•ლრფერში +item.fireworksCharge.flicker=კáƒáƒ¨áƒ™áƒáƒ¨áƒ˜ +item.fireworksCharge.gray=რუხი +item.fireworksCharge.green=მწვáƒáƒœáƒ” +item.fireworksCharge.lightBlue=ღიáƒ-ლურჯი +item.fireworksCharge.lime=სáƒáƒšáƒáƒ—ისფერი +item.fireworksCharge.magenta=იáƒáƒ¡áƒáƒ›áƒœáƒ˜áƒ¡áƒ¤áƒ”რი +item.fireworksCharge.name=მáƒáƒ¨áƒ®áƒáƒšáƒ˜áƒ¡ ვáƒáƒ áƒ¡áƒ™áƒšáƒáƒ•ი +item.fireworksCharge.orange=ნáƒáƒ áƒ˜áƒœáƒ¯áƒ˜áƒ¡áƒ¤áƒ”რი +item.fireworksCharge.pink=ვáƒáƒ áƒ“ისფერი +item.fireworksCharge.purple=იისფერი +item.fireworksCharge.red=წითელი +item.fireworksCharge.silver=ღიáƒ-ნáƒáƒªáƒ áƒ˜áƒ¡áƒ¤áƒ”რი +item.fireworksCharge.trail=კვáƒáƒšáƒ˜ +item.fireworksCharge.type=უცნáƒáƒ‘ი ფáƒáƒ áƒ›áƒ +item.fireworksCharge.type.0=პáƒáƒ¢áƒáƒ áƒ ბურთი +item.fireworksCharge.type.1=დიდი ბურთი +item.fireworksCharge.type.2=ვáƒáƒ áƒ¡áƒ™áƒ•ლáƒáƒ•ის ფáƒáƒ áƒ›áƒ˜áƒ¡ +item.fireworksCharge.type.3=შფáƒáƒ—áƒáƒ¡ ფáƒáƒ áƒ›áƒ˜áƒ¡ +item.fireworksCharge.type.4=გáƒáƒ¡áƒ™áƒ“áƒáƒ›áƒ +item.fireworksCharge.white=თეთრი +item.fireworksCharge.yellow=ყვითელი +item.fish.clownfish.raw.name=კლáƒáƒ£áƒœáƒ˜ თევზი +item.fish.cod.cooked.name=შემწვáƒáƒ áƒ˜ თევზი +item.fish.cod.raw.name=უმი თევზი +item.fish.pufferfish.raw.name=ფუგუ +item.fish.salmon.cooked.name=შემწვáƒáƒ áƒ˜ áƒáƒ áƒáƒ’ული +item.fish.salmon.raw.name=უმი áƒáƒ áƒáƒ’ული +item.fishingRod.name=სáƒáƒ—ევზáƒáƒ áƒáƒœáƒ™áƒ”სი +item.flint.name=კáƒáƒŸáƒ˜ +item.flintAndSteel.name=კáƒáƒŸáƒ˜ დრფáƒáƒšáƒáƒ“ი +item.flowerPot.name=ყვáƒáƒ•ილის ქáƒáƒ—áƒáƒœáƒ˜ +item.frame.name=ნივთის ჩáƒáƒ áƒ©áƒ +item.ghastTear.name=მტირáƒáƒšáƒáƒ¡ ცრემლი +item.glassBottle.name=შუშის ბáƒáƒ—ლი +item.goldNugget.name=áƒáƒ¥áƒ áƒáƒ¡ ნáƒáƒ¢áƒ”ხი +item.hatchetDiamond.name=áƒáƒšáƒ›áƒáƒ¡áƒ˜áƒ¡ ნáƒáƒ¯áƒáƒ®áƒ˜ +item.hatchetGold.name=áƒáƒ¥áƒ áƒáƒ¡ ნáƒáƒ¯áƒáƒ®áƒ˜ +item.hatchetIron.name=რკინის ნáƒáƒ¯áƒáƒ®áƒ˜ +item.hatchetStone.name=ქვის ნáƒáƒ¯áƒáƒ®áƒ˜ +item.hatchetWood.name=ხის ნáƒáƒ¯áƒáƒ®áƒ˜ +item.helmetChain.name=ცეცხლáƒáƒ•áƒáƒœáƒ˜ მუზáƒáƒ áƒáƒ“ი +item.helmetCloth.name=ტყáƒáƒ•ის ქუდი +item.helmetDiamond.name=áƒáƒšáƒ›áƒáƒ¡áƒ˜áƒ¡ მუზáƒáƒ áƒáƒ“ი +item.helmetGold.name=áƒáƒ¥áƒ áƒáƒ¡ მუზáƒáƒ áƒáƒ“ი +item.helmetIron.name=რკინის მუზáƒáƒ áƒáƒ“ი +item.hoeDiamond.name=áƒáƒšáƒ›áƒáƒ¡áƒ˜áƒ¡ თáƒáƒ®áƒ˜ +item.hoeGold.name=áƒáƒ¥áƒ áƒáƒ¡ თáƒáƒ®áƒ˜ +item.hoeIron.name=რკინის თáƒáƒ®áƒ˜ +item.hoeStone.name=ქვის თáƒáƒ®áƒ˜ +item.hoeWood.name=ხის თáƒáƒ®áƒ˜ +item.horsearmordiamond.name=ცხენის áƒáƒšáƒ›áƒáƒ¡áƒ˜áƒ¡ áƒáƒ‘ჯáƒáƒ áƒ˜ +item.horsearmorgold.name=ცხენის áƒáƒ¥áƒ áƒáƒ¡ áƒáƒ‘ჯáƒáƒ áƒ˜ +item.horsearmormetal.name=ცხენის რკინის áƒáƒ‘ჯáƒáƒ áƒ˜ +item.ingotGold.name=áƒáƒ¥áƒ áƒáƒ¡ ზáƒáƒ“ი +item.ingotIron.name=რკინის ზáƒáƒ“ი +item.leash.name=თáƒáƒ¡áƒ›áƒ +item.leather.name=ტყáƒáƒ•ი +item.leaves.name=ფáƒáƒ—ლები +item.leggingsChain.name=ცეცხლáƒáƒ•áƒáƒœáƒ˜ შáƒáƒ áƒ•áƒáƒšáƒ˜ +item.leggingsCloth.name=ტყáƒáƒ•ის შáƒáƒ áƒ•áƒáƒšáƒ˜ +item.leggingsDiamond.name=áƒáƒšáƒ›áƒáƒ¡áƒ˜áƒ¡ შáƒáƒ áƒ•áƒáƒšáƒ˜ +item.leggingsGold.name=áƒáƒ¥áƒ áƒáƒ¡ შáƒáƒ áƒ•áƒáƒšáƒ˜ +item.leggingsIron.name=რკინის შáƒáƒ áƒ•áƒáƒšáƒ˜ +item.magmaCream.name=მáƒáƒ’მის კრემი +item.map.name=რუკრ+item.melon.name=სáƒáƒ–áƒáƒ›áƒ—რრ+item.milk.name=რძე +item.minecart.name=ურიკრ+item.minecartChest.name=სკივრიáƒáƒœáƒ˜ ურიკრ+item.minecartCommandBlock.name=ბრძáƒáƒœáƒ”ბის ბლáƒáƒ™áƒ˜áƒáƒœáƒ˜ ურიკრ+item.minecartFurnace.name=ძრáƒáƒ•იáƒáƒœáƒ˜ ურიკრ+item.minecartHopper.name=ძáƒáƒ‘რიáƒáƒœáƒ˜ ურიკრ+item.minecartTnt.name=áƒáƒ¡áƒáƒ¤áƒ”თქებლიáƒáƒœáƒ˜ ურიკრ+item.monsterPlacer.name=გáƒáƒáƒ©áƒ˜áƒœáƒ” +item.mushroomStew.name=სáƒáƒ™áƒáƒ¡ სუპი +item.muttonCooked.name=შემწვáƒáƒ áƒ˜ ცხვრის ხáƒáƒ áƒªáƒ˜ +item.muttonRaw.name=უმი ცხვრის ხáƒáƒ áƒªáƒ˜ +item.nameTag.name=იáƒáƒ áƒšáƒ˜áƒ§áƒ˜ +item.netherStalkSeeds.name=ქვეშეთის მეჭეჭრ+item.netherStar.name=ქვეშეთის ვáƒáƒ áƒ¡áƒ™áƒ•ლáƒáƒ•ი +item.netherbrick.name=ქვეშეთის áƒáƒ’ური +item.netherquartz.name=ქვეშეთის კვáƒáƒ áƒªáƒ˜ +item.painting.name=ნáƒáƒ®áƒáƒ¢áƒ˜ +item.paper.name=ქáƒáƒ¦áƒáƒšáƒ“ი +item.pickaxeDiamond.name=áƒáƒšáƒ›áƒáƒ¡áƒ˜áƒ¡ წერáƒáƒ¥áƒ•ი +item.pickaxeGold.name=áƒáƒ¥áƒ áƒáƒ¡ წერáƒáƒ¥áƒ•ი +item.pickaxeIron.name=რკინის წერáƒáƒ¥áƒ•ი +item.pickaxeStone.name=ქვის წერáƒáƒ¥áƒ•ი +item.pickaxeWood.name=ხის წერáƒáƒ¥áƒ•ი +item.porkchopCooked.name=შემწვáƒáƒ áƒ˜ ღáƒáƒ áƒ˜áƒ¡ ხáƒáƒ áƒªáƒ˜ +item.porkchopRaw.name=უმი ღáƒáƒ áƒ˜áƒ¡ ხáƒáƒ áƒªáƒ˜ +item.potato.name=კáƒáƒ¢áƒ—áƒáƒ¤áƒ˜áƒšáƒ˜ +item.potatoBaked.name=გáƒáƒ›áƒáƒ›áƒªáƒ®áƒ•áƒáƒ áƒ˜ კáƒáƒ áƒ¢áƒáƒ¤áƒ˜áƒšáƒ˜ +item.potatoPoisonous.name=შხáƒáƒ›áƒ˜áƒáƒœáƒ˜ კáƒáƒ áƒ¢áƒáƒ¤áƒ˜áƒšáƒ˜ +item.potion.name=ხსნáƒáƒ áƒ˜ +item.prismarineCrystals.name=პრიზმáƒáƒ áƒ˜áƒœáƒ˜áƒ¡ კრისტáƒáƒšáƒ˜ +item.prismarineShard.name=პრიზმáƒáƒ áƒ˜áƒœáƒ˜áƒ¡ ნáƒáƒ¢áƒ”ხი +item.pumpkinPie.name=გáƒáƒ’რის ღვეზელი +item.rabbitCooked.name=შემწვáƒáƒ áƒ˜ კურდღელი +item.rabbitFoot.name=კურდღლის ფეხი +item.rabbitHide.name=კურდღლის ტყáƒáƒ•ი +item.rabbitRaw.name=უმი კურდღელი +item.rabbitStew.name=კურდღლის წვნიáƒáƒœáƒ˜ +item.record.11.desc=C418 - 11 +item.record.13.desc=C418 - 13 +item.record.blocks.desc=C418 - blocks +item.record.cat.desc=C418 - cat +item.record.chirp.desc=C418 - chirp +item.record.far.desc=C418 - far +item.record.mall.desc=C418 - mall +item.record.mellohi.desc=C418 - mellohi +item.record.name=მუსიკáƒáƒšáƒ£áƒ áƒ˜ დისკი +item.record.stal.desc=C418 - stal +item.record.strad.desc=C418 - strad +item.record.wait.desc=C418 - wait +item.record.ward.desc=C418 - ward +item.redstone.name=წითელქვრ+item.reeds.name=შáƒáƒ¥áƒ áƒ˜áƒ¡ ლერწáƒáƒ›áƒ˜ +item.rottenFlesh.name=ზáƒáƒ›áƒ‘ის ხáƒáƒ áƒªáƒ˜ +item.ruby.name=ლáƒáƒšáƒ˜ +item.saddle.name=უნáƒáƒ’ირი +item.seeds.name=თესლი +item.seeds_melon.name=სáƒáƒ–áƒáƒ›áƒ—რáƒáƒ¡ თესლი +item.seeds_pumpkin.name=გáƒáƒ’რის თესლი +item.shears.name=მáƒáƒ™áƒ áƒáƒ¢áƒ”ლი +item.shovelDiamond.name=áƒáƒšáƒ›áƒáƒ¡áƒ˜áƒ¡ ნიჩáƒáƒ‘ი +item.shovelGold.name=áƒáƒ¥áƒ áƒáƒ¡ ნიჩáƒáƒ‘ი +item.shovelIron.name=რკინის ნიჩáƒáƒ‘ი +item.shovelStone.name=ქვის ნიჩáƒáƒ‘ი +item.shovelWood.name=ხის ნიჩáƒáƒ‘ი +item.sign.name=ნიშáƒáƒœáƒ˜ +item.skull.char.name=თáƒáƒ•ი +item.skull.creeper.name=შფáƒáƒ—áƒáƒ¡ თáƒáƒ•ი +item.skull.player.name=%s-ის თáƒáƒ•ი +item.skull.skeleton.name=ჩáƒáƒœáƒ©áƒ®áƒ˜áƒ¡ თáƒáƒ•ის ქáƒáƒšáƒ +item.skull.wither.name=დáƒáƒ›áƒ­áƒ™áƒœáƒáƒ áƒ˜ ჩáƒáƒœáƒ©áƒ®áƒ˜áƒ¡ თáƒáƒ•ი +item.skull.zombie.name=ზáƒáƒ›áƒ‘ის თáƒáƒ•ი +item.slimeball.name=ლáƒáƒ áƒ¬áƒ +item.snowball.name=თáƒáƒ•ლის გუნდრ+item.speckledMelon.name=მáƒáƒáƒ¥áƒ áƒáƒ•ილი სáƒáƒ–áƒáƒ›áƒ—რრ+item.spiderEye.name=áƒáƒ‘áƒáƒ‘ის თვáƒáƒšáƒ˜ +item.stick.name=ჯáƒáƒ®áƒ˜ +item.string.name=ძáƒáƒ¤áƒ˜ +item.sugar.name=შáƒáƒ¥áƒáƒ áƒ˜ +item.sulphur.name=დენთი +item.swordDiamond.name=áƒáƒšáƒ›áƒáƒ¡áƒ˜áƒ¡ ხმáƒáƒšáƒ˜ +item.swordGold.name=áƒáƒ¥áƒ áƒáƒ¡ ხმáƒáƒšáƒ˜ +item.swordIron.name=რკინის ხმáƒáƒšáƒ˜ +item.swordStone.name=ქვის ხმáƒáƒšáƒ˜ +item.swordWood.name=ხის ხმáƒáƒšáƒ˜ +item.unbreakable=უმტვრევი +item.wheat.name=ხáƒáƒ áƒ‘áƒáƒšáƒ˜ +item.writingBook.name=წიგნი დრბუმბულის კáƒáƒšáƒáƒ›áƒ˜ +item.writtenBook.name=დáƒáƒ¬áƒ”რილი წიგნი +item.yellowDust.name=ნáƒáƒ—áƒáƒ‘ქვის მტვერი +itemGroup.brewing=ხსნáƒáƒ áƒ”ბის მáƒáƒ®áƒáƒ áƒ¨áƒ•რ+itemGroup.buildingBlocks=სáƒáƒ›áƒ¨áƒ”ნებლრბლáƒáƒ™áƒ”ბი +itemGroup.combat=სáƒáƒ‘რძáƒáƒšáƒ +itemGroup.decorations=დეკáƒáƒ áƒáƒ¢áƒ˜áƒ£áƒšáƒ˜ ბლáƒáƒ™áƒ”ბი +itemGroup.food=სáƒáƒ™áƒ•ები +itemGroup.inventory=მáƒáƒ—áƒáƒ›áƒáƒ¨áƒ˜áƒ¡ ინვენტáƒáƒ áƒ˜ +itemGroup.materials=მáƒáƒ¡áƒáƒšáƒ”ბი +itemGroup.misc=სხვáƒáƒ“áƒáƒ¡áƒ®áƒ•áƒáƒ’ვáƒáƒ áƒ˜ +itemGroup.redstone=წითელქვრ+itemGroup.search=ნივთების ძებნრ+itemGroup.tools=ხელსáƒáƒ¬áƒ§áƒáƒ”ბი +itemGroup.transportation=ტრáƒáƒœáƒ¡áƒžáƒáƒ áƒ¢áƒ˜ +key.attack=შეტევáƒ/დáƒáƒ›áƒ¢áƒ•რევრ+key.back=უკáƒáƒœ სიáƒáƒ áƒ£áƒšáƒ˜ +key.categories.gameplay=სáƒáƒ—áƒáƒ›áƒáƒ¨áƒ პრáƒáƒªáƒ”სი +key.categories.inventory=ინვენტáƒáƒ áƒ˜ +key.categories.misc=სხვáƒáƒ“áƒáƒ¡áƒ®áƒ•რ+key.categories.movement=მáƒáƒ«áƒ áƒáƒáƒ‘რ+key.categories.multiplayer=ქსელური თáƒáƒ›áƒáƒ¨áƒ˜ +key.categories.stream=გáƒáƒ“áƒáƒ¡áƒªáƒ”მებრ+key.categories.ui=სáƒáƒ—áƒáƒ›áƒáƒ¨áƒ ინტერფეისი +key.chat=სáƒáƒ¡áƒáƒ£áƒ‘რáƒáƒ¡ გáƒáƒ®áƒ¡áƒœáƒ +key.command=ბრძáƒáƒœáƒ”ბების გáƒáƒ®áƒ¡áƒœáƒ +key.drop=ნივთის გáƒáƒ“áƒáƒ’დებრ+key.forward=წინ სიáƒáƒ áƒ£áƒšáƒ˜ +key.fullscreen=მთელი ეკრáƒáƒœáƒ–ე +key.hotbar.1=ჩქáƒáƒ áƒ˜ გáƒáƒ›áƒáƒ«áƒáƒ®áƒ”ბის დáƒáƒœáƒáƒ§áƒáƒ¤áƒ˜ 1 +key.hotbar.2=ჩქáƒáƒ áƒ˜ გáƒáƒ›áƒáƒ«áƒáƒ®áƒ”ბის დáƒáƒœáƒáƒ§áƒáƒ¤áƒ˜ 2 +key.hotbar.3=ჩქáƒáƒ áƒ˜ გáƒáƒ›áƒáƒ«áƒáƒ®áƒ”ბის დáƒáƒœáƒáƒ§áƒáƒ¤áƒ˜ 3 +key.hotbar.4=ჩქáƒáƒ áƒ˜ გáƒáƒ›áƒáƒ«áƒáƒ®áƒ”ბის დáƒáƒœáƒáƒ§áƒáƒ¤áƒ˜ 4 +key.hotbar.5=ჩქáƒáƒ áƒ˜ გáƒáƒ›áƒáƒ«áƒáƒ®áƒ”ბის დáƒáƒœáƒáƒ§áƒáƒ¤áƒ˜ 5 +key.hotbar.6=ჩქáƒáƒ áƒ˜ გáƒáƒ›áƒáƒ«áƒáƒ®áƒ”ბის დáƒáƒœáƒáƒ§áƒáƒ¤áƒ˜ 6 +key.hotbar.7=ჩქáƒáƒ áƒ˜ გáƒáƒ›áƒáƒ«áƒáƒ®áƒ”ბის დáƒáƒœáƒáƒ§áƒáƒ¤áƒ˜ 7 +key.hotbar.8=ჩქáƒáƒ áƒ˜ გáƒáƒ›áƒáƒ«áƒáƒ®áƒ”ბის დáƒáƒœáƒáƒ§áƒáƒ¤áƒ˜ 8 +key.hotbar.9=ჩქáƒáƒ áƒ˜ გáƒáƒ›áƒáƒ«áƒáƒ®áƒ”ბის დáƒáƒœáƒáƒ§áƒáƒ¤áƒ˜ 9 +key.inventory=ინვენტáƒáƒ áƒ˜ +key.jump=áƒáƒ®áƒ¢áƒáƒ›áƒ +key.left=მáƒáƒ áƒªáƒ®áƒœáƒ˜áƒ• +key.mouseButton=ღილáƒáƒ™áƒ˜ %1$s +key.pickItem=ბლáƒáƒ™áƒ˜áƒ¡ áƒáƒ áƒ©áƒ”ვრ+key.playerlist=მáƒáƒ—áƒáƒ›áƒáƒ¨áƒ”თრსირ+key.right=მáƒáƒ áƒ¯áƒ•ნივ +key.screenshot=სურáƒáƒ—ის გáƒáƒ“áƒáƒ¦áƒ”ბრ+key.smoothCamera=სინემáƒáƒ¢áƒ˜áƒ™áƒ£áƒ áƒ˜ კáƒáƒ›áƒ”რის შეცვლრ+key.sneak=მიპáƒáƒ áƒ•რ+key.spectatorOutlines=მáƒáƒ—áƒáƒ›áƒáƒ¨áƒ”ების გáƒáƒ›áƒáƒ§áƒáƒ¤áƒ (მáƒáƒ§áƒ£áƒ áƒ”ბლები) +key.sprint=სირბილი +key.streamCommercial=áƒáƒ©áƒ•ენე სტრიმის რეკლáƒáƒ›áƒ +key.streamPauseUnpause=შეáƒáƒ©áƒ”რე/გáƒáƒáƒ’რძელე მáƒáƒ£áƒ¬áƒ§áƒ”ბლáƒáƒ‘რ+key.streamStartStop=დáƒáƒ˜áƒ¬áƒ§áƒ”/გáƒáƒáƒ©áƒ”რე მáƒáƒ£áƒ¬áƒ§áƒ”ბლáƒáƒ‘რ+key.streamToggleMic=სáƒáƒ¡áƒáƒ£áƒ‘რáƒáƒ“/გáƒáƒ¡áƒáƒ©áƒ£áƒ›áƒ”ბლáƒáƒ“ დáƒáƒáƒ­áƒ˜áƒ áƒ” +key.togglePerspective=ხედის შეცვლრ+key.use=ნივთის გáƒáƒ›áƒáƒ§áƒ”ნებáƒ/ბლáƒáƒ™áƒ˜áƒ¡ დáƒáƒ“გმრ+lanServer.otherPlayers=სხვრმáƒáƒ—áƒáƒ›áƒáƒ¨áƒ”ების მáƒáƒ›áƒáƒ áƒ—ვრ+lanServer.scanning=თáƒáƒ›áƒáƒ¨áƒ”ბის ძიებრთქვენს áƒáƒ“გილáƒáƒ‘რივ ქსელში +lanServer.start=სáƒáƒ›áƒ§áƒáƒ áƒáƒ¡ LAN-ში გáƒáƒ¨áƒ•ებრ+lanServer.title=LAN სáƒáƒ›áƒ§áƒáƒ áƒ +language.code=ka_GE +language.name=ქáƒáƒ áƒ—ული +language.region=სáƒáƒ¥áƒáƒ áƒ—ველრ+mcoServer.title=სáƒáƒ›áƒ§áƒáƒ áƒ Minecraft Online +menu.convertingLevel=სáƒáƒ›áƒ§áƒáƒ áƒ გáƒáƒ“áƒáƒ˜áƒ§áƒ•áƒáƒœáƒ”ბრ+menu.disconnect=კáƒáƒ•შირის გáƒáƒ¬áƒ§áƒ•ეტრ+menu.game=თáƒáƒ›áƒáƒ¨áƒ˜áƒ¡ მენიუ +menu.generatingLevel=სáƒáƒ›áƒ§áƒáƒ áƒáƒ¡ áƒáƒ˜áƒ’ებრ+menu.generatingTerrain=იგებრსáƒáƒ›áƒ§áƒáƒ áƒ +menu.loadingLevel=სáƒáƒ›áƒ§áƒáƒ áƒ იტვირთებრ+menu.multiplayer=ქსელური თáƒáƒ›áƒáƒ¨áƒ˜ +menu.online=Minecraft სáƒáƒ›áƒ§áƒáƒ áƒáƒ”ბი +menu.options=გáƒáƒ›áƒáƒ áƒ—ვáƒ... +menu.playdemo=თáƒáƒ›áƒáƒ¨áƒ˜ დემრვერსეáƒáƒ¨áƒ˜ +menu.quit=გáƒáƒ¡áƒ•ლრ+menu.resetdemo=დემრთáƒáƒ›áƒáƒ¨áƒ˜áƒ¡ ჩáƒáƒ›áƒáƒ§áƒ áƒ +menu.respawning=გáƒáƒ©áƒ”ნრ+menu.returnToGame=თáƒáƒ›áƒáƒ¨áƒ¨áƒ˜ დáƒáƒ‘რუნებრ+menu.returnToMenu=შენáƒáƒ®áƒ•რდრმენიუში გáƒáƒ¡áƒ•ლრ+menu.shareToLan=LAN-ში გáƒáƒ®áƒ¡áƒœáƒ +menu.simulating=სáƒáƒ›áƒ§áƒáƒ áƒáƒ¡ ცáƒáƒ¢áƒáƒáƒ“ენი სიმულირებრ+menu.singleplayer=სáƒáƒšáƒ თáƒáƒ›áƒáƒ¨áƒ˜ +menu.switchingLevel=სáƒáƒ›áƒ§áƒáƒ áƒ გáƒáƒ“áƒáƒ˜áƒ áƒ—ვებრ+merchant.deprecated=კიდევ ივáƒáƒ­áƒ áƒ”თ, რáƒáƒ—რგáƒáƒ®áƒ¡áƒœáƒáƒ—! +mount.onboard=დáƒáƒáƒ­áƒ˜áƒ áƒ”თ %1$s-ს ჩáƒáƒ›áƒáƒ®áƒ¢áƒáƒ›áƒ˜áƒ¡áƒ—ვის +multiplayer.connect=დáƒáƒ™áƒáƒ•შირებრ+multiplayer.downloadingStats=იტვირთებრსტáƒáƒ¢áƒ˜áƒ¡áƒ¢áƒ˜áƒ™áƒ დრმიღწევები... +multiplayer.downloadingTerrain=მიმდინáƒáƒ áƒ”áƒáƒ‘ს სáƒáƒ›áƒ§áƒáƒ áƒáƒ¡ გáƒáƒ“მáƒáƒ¢áƒ•ირთვრ+multiplayer.info1=Minecraft დáƒáƒ¡áƒ áƒ£áƒšáƒ”ბული ჯერ áƒáƒ  áƒáƒ áƒ˜áƒ¡, თუმცრ+multiplayer.info2=ქსელური თáƒáƒ›áƒáƒ¨áƒ˜ უკვე შესáƒáƒ«áƒšáƒ”ბელიáƒ. +multiplayer.ipinfo=შეიყვáƒáƒœáƒ”თ სერვერის IP მისáƒáƒ›áƒáƒ áƒ—ი: +multiplayer.player.joined=%s შემáƒáƒ£áƒ”რთდრთáƒáƒ›áƒáƒ¨áƒ¡ +multiplayer.player.joined.renamed=%s (ძველáƒáƒ“ %s) შემáƒáƒ£áƒ”რთდრთáƒáƒ›áƒáƒ¨áƒ¡ +multiplayer.player.left=%s-მ დáƒáƒ¢áƒáƒ•რთáƒáƒ›áƒáƒ¨áƒ˜ +multiplayer.stopSleeping=გáƒáƒ¦áƒ•იძებრ+multiplayer.texturePrompt.line1=ეს სერვერი გთáƒáƒ•áƒáƒ–áƒáƒ‘თ გáƒáƒ›áƒáƒ˜áƒ§áƒ”ნáƒáƒ— სáƒáƒ™áƒ£áƒ—áƒáƒ áƒ˜ რესურსთრკრებული. +multiplayer.texturePrompt.line2=გსურთ გáƒáƒ“მáƒáƒ¢áƒ•ირთáƒáƒ— დრჩáƒáƒáƒ§áƒ”ნáƒáƒ— ის? +multiplayer.title=ქსელური თáƒáƒ›áƒáƒ¨áƒ˜ +options.advancedButton=გáƒáƒ›áƒáƒ¡áƒáƒ®áƒ£áƒšáƒ”ბის გáƒáƒ¤áƒáƒ áƒ—áƒáƒ”ბული პáƒáƒ áƒáƒ›áƒ”ტრები... +options.advancedOpengl=გáƒáƒ¤áƒáƒ áƒ—. OpenGL +options.advancedVideoTitle=გáƒáƒ›áƒáƒ¡áƒáƒ®áƒ£áƒšáƒ”ბის გáƒáƒ¤áƒáƒ áƒ—áƒáƒ”ბული პáƒáƒ áƒáƒ›áƒ”ტრები +options.anaglyph=3D გáƒáƒ›áƒáƒ¡áƒáƒ®áƒ£áƒšáƒ”ბრ+options.ao=გლუვი შუქი +options.ao.max=მáƒáƒ¥áƒ¡áƒ˜áƒ›áƒ£áƒ›áƒ˜ +options.ao.min=მინიმუმი +options.ao.off=გáƒáƒ›áƒ áƒ—. +options.blockAlternatives=ცვáƒáƒšáƒ”ბáƒáƒ“ი ბლáƒáƒ™áƒ”ბი +options.chat.color=ფერები +options.chat.height.focused=ფáƒáƒ™áƒ£áƒ¡áƒ˜áƒ áƒ”ბული სიმáƒáƒ¦áƒšáƒ” +options.chat.height.unfocused=áƒáƒ áƒáƒ¤áƒáƒ™áƒ£áƒ¡áƒ˜áƒ áƒ”ბული სიმáƒáƒ¦áƒšáƒ” +options.chat.links=ბმულები +options.chat.links.prompt=დáƒáƒ¡áƒ¢áƒ£áƒ áƒ˜ ბმულების გáƒáƒ®áƒ¡áƒœáƒáƒ›áƒ“ე +options.chat.opacity=გáƒáƒ£áƒ›áƒ­áƒ•ირáƒáƒ‘რ+options.chat.scale=ზáƒáƒ›áƒ +options.chat.title=სáƒáƒ¡áƒáƒ£áƒ‘რáƒáƒ¡ გáƒáƒ›áƒáƒ áƒ—ვáƒ... +options.chat.visibility=სáƒáƒ¡áƒáƒ£áƒ‘რრ+options.chat.visibility.full=ნáƒáƒ©áƒ•ენები +options.chat.visibility.hidden=დáƒáƒ›áƒáƒšáƒ£áƒšáƒ˜ +options.chat.visibility.system=მხáƒáƒšáƒáƒ“ ბრძáƒáƒœáƒ”ბები +options.chat.width=სიგáƒáƒœáƒ” +options.controls=მáƒáƒ áƒ—ვáƒ... +options.customizeTitle=სáƒáƒ›áƒ§áƒáƒ áƒáƒ¡ პáƒáƒ áƒáƒ›áƒ”ტრების შეცვლრ+options.difficulty=სიძნელე +options.difficulty.easy=áƒáƒ“ვილი +options.difficulty.hard=რთული +options.difficulty.hardcore=რეáƒáƒšáƒ˜áƒ–მი +options.difficulty.normal=ნáƒáƒ áƒ›áƒáƒšáƒ£áƒ áƒ˜ +options.difficulty.peaceful=მშვიდი +options.farWarning1='შáƒáƒ áƒ˜' გáƒáƒ›áƒáƒ¡áƒáƒ®áƒ•ისთვის სáƒáƒ¡áƒ£áƒ áƒ•ელირდáƒáƒáƒ§áƒ”ნáƒáƒ— +options.farWarning2=64-ბიტიáƒáƒœáƒ˜ Java გáƒáƒ áƒ”მრ(დáƒáƒ§áƒ”ნებულირ32-ბიტიáƒáƒœáƒ˜) +options.fboEnable=FBO-ს ჩáƒáƒ áƒ—ვრ+options.forceUnicodeFont=უნიკáƒáƒ“ის სიმბáƒáƒšáƒáƒ”ბის ძáƒáƒšáƒ“áƒáƒ¢áƒáƒœáƒ”ბითი გáƒáƒ›áƒáƒ§áƒ”ნებრ+options.fov=FOV +options.fov.max=Quake Pro +options.fov.min=ჩვეულებრივი +options.framerateLimit=მáƒáƒ¥áƒ¡áƒ˜áƒ›áƒáƒšáƒ£áƒ áƒ˜ კáƒáƒ“რთრსიხშირე +options.framerateLimit.max=შეუზღუდáƒáƒ•ი +options.fullscreen=მთელს ეკრáƒáƒœáƒ–ე +options.gamma=სიკáƒáƒ¨áƒ™áƒáƒ¨áƒ” +options.gamma.max=ნáƒáƒ—ელი +options.gamma.min=ბნელი +options.graphics=გრáƒáƒ¤áƒ˜áƒ™áƒ +options.graphics.fancy=ლáƒáƒ›áƒáƒ–ი +options.graphics.fast=სწრáƒáƒ¤áƒ˜ +options.guiScale=ინტერფეისი +options.guiScale.auto=áƒáƒ•ტრ+options.guiScale.large=დიდი +options.guiScale.normal=სáƒáƒ¨áƒ£áƒáƒšáƒ +options.guiScale.small=მცირე +options.hidden=დáƒáƒ›áƒáƒšáƒ£áƒšáƒ˜ +options.invertMouse=თáƒáƒ’ვის ინვერსირ+options.language=ენáƒ... +options.languageWarning=თáƒáƒ áƒ’მáƒáƒœáƒ˜ შესáƒáƒ«áƒšáƒáƒ áƒáƒ  იყáƒáƒ¡ 100%%-ით ზუსტი +options.mipmapLevels=Mipmap-ის დáƒáƒœáƒ”ები +options.modelPart.cape=მáƒáƒ¡áƒáƒ¡áƒ®áƒáƒ›áƒ˜ +options.modelPart.hat=ქუდი +options.modelPart.jacket=ჟáƒáƒ™áƒ”ტი +options.modelPart.left_pants_leg=მáƒáƒ áƒªáƒ®áƒ”ნრფეხი +options.modelPart.left_sleeve=მáƒáƒ áƒªáƒ®áƒ”ნრსáƒáƒ®áƒ”ლრ+options.modelPart.right_pants_leg=მáƒáƒ áƒ¯áƒ•ენრფეხი +options.modelPart.right_sleeve=მáƒáƒ áƒ¯áƒ•ენრსáƒáƒ®áƒ”ლრ+options.multiplayer.title=ქსელური თáƒáƒ›áƒáƒ¨áƒ˜áƒ¡ გáƒáƒ›áƒáƒ áƒ—ვáƒ... +options.music=მუსიკრ+options.off=გáƒáƒœáƒ áƒ— +options.on=ჩáƒáƒ áƒ—. +options.particles=ნáƒáƒ¬áƒ˜áƒšáƒáƒ™áƒ”ბი +options.particles.all=ყველრ+options.particles.decreased=დáƒáƒ¬áƒ”ული +options.particles.minimal=მინიმáƒáƒšáƒ£áƒ áƒ˜ +options.performanceButton=გáƒáƒ›áƒáƒ¡áƒáƒ®áƒ£áƒšáƒ”ბის შესრულების პáƒáƒ áƒáƒ›áƒ”ტრები... +options.performanceVideoTitle=გáƒáƒ›áƒáƒ¡áƒáƒ®áƒ£áƒšáƒ”ბის შესრულების პáƒáƒ áƒáƒ›áƒ”ტრები +options.postButton=პáƒáƒ¡áƒ¢-დáƒáƒ›áƒ£áƒ¨áƒáƒ•ების პáƒáƒ áƒáƒ›áƒ”ტრები... +options.postProcessEnable=პáƒáƒ¡áƒ¢-დáƒáƒ›áƒ£áƒ¨áƒáƒ•ების ჩáƒáƒ áƒ—ვრ+options.postVideoTitle=პáƒáƒ¡áƒ¢-დáƒáƒ›áƒ£áƒ¨áƒáƒ•ების პáƒáƒ áƒáƒ›áƒ”ტრები +options.qualityButton=გáƒáƒ›áƒáƒ¡áƒáƒ®áƒ£áƒšáƒ”ბის პáƒáƒ áƒáƒ›áƒ”ტრები... +options.qualityVideoTitle=გáƒáƒ›áƒáƒ¡áƒáƒ®áƒ£áƒšáƒ”ბის პáƒáƒ áƒáƒ›áƒ”ტრები +options.reducedDebugInfo=შეცდáƒáƒ›áƒ”ბის კáƒáƒ›áƒžáƒáƒ¥áƒ¢áƒ£áƒ áƒ˜ ეკრáƒáƒœáƒ˜ +options.renderClouds=ღრუბლები +options.renderDistance=გáƒáƒ›áƒáƒ¡áƒáƒ®áƒ•რ+options.renderDistance.far=შáƒáƒ áƒ˜ +options.renderDistance.normal=სáƒáƒ¨áƒ£áƒáƒšáƒ +options.renderDistance.short=áƒáƒ®áƒšáƒ +options.renderDistance.tiny=ძáƒáƒšáƒ˜áƒáƒœ áƒáƒ®áƒšáƒ +options.resourcepack=რესურსების კრებული... +options.saturation=მáƒáƒ«áƒ¦áƒ áƒáƒ‘რ+options.sensitivity=მგრძნáƒáƒ‘ელáƒáƒ‘რ+options.sensitivity.max=ზე-სწრáƒáƒ¤áƒ˜!! +options.sensitivity.min=გძინáƒáƒ•ს? +options.skinCustomisation=სკინის პერსáƒáƒœáƒáƒšáƒ˜áƒ–áƒáƒªáƒ˜áƒ... +options.skinCustomisation.title=სკინის პერსáƒáƒœáƒáƒšáƒ˜áƒ–áƒáƒªáƒ˜áƒ +options.snooper=გáƒáƒ›áƒáƒ™áƒ˜áƒ—ხვის დáƒáƒ¨áƒ•ებრ+options.snooper.desc=ჩვენ გვსურს მივიღáƒáƒ— ცნáƒáƒ‘ები თქვენი კáƒáƒ›áƒžáƒ˜áƒ£áƒ¢áƒ”რის შესáƒáƒ®áƒ”ბ რáƒáƒ—რგáƒáƒ•áƒáƒ£áƒ›áƒ¯áƒáƒ‘ესáƒáƒ— Minecraft დრვიცáƒáƒ“ეთ რისი მხáƒáƒ áƒ“áƒáƒ­áƒ”რრგვáƒáƒ¥áƒ•ს დრსáƒáƒ“ áƒáƒ áƒ˜áƒ¡ ყველáƒáƒ–ე მეტი პრáƒáƒ‘ლემáƒ. ეს ცნáƒáƒ‘ები მáƒáƒ§áƒ•áƒáƒœáƒ˜áƒšáƒ˜áƒ ქვემáƒáƒ—. ისინი იქნებრსრულიáƒáƒ“ áƒáƒœáƒáƒœáƒ˜áƒ›áƒ£áƒ áƒ˜ დრცუდი სáƒáƒ¥áƒ›áƒ˜áƒ¡áƒ—ვის áƒáƒ  გáƒáƒ›áƒáƒ•იყენებთ. თუმცáƒ, თუ áƒáƒ  გსურთ დáƒáƒ’ვეხმáƒáƒ áƒáƒ—, უბრáƒáƒšáƒáƒ“ გáƒáƒ—იშეთ ეს ფუნქციáƒ! +options.snooper.title=კáƒáƒ›áƒžáƒ£áƒ¢áƒ”რის მáƒáƒ®áƒáƒ¡áƒ˜áƒáƒ—ებლები +options.snooper.view=გáƒáƒ›áƒáƒ™áƒ˜áƒ—ხვის გáƒáƒ›áƒáƒ áƒ—ვáƒ... +options.sound=ხმები +options.sounds=მუსიკრდრხმები... +options.sounds.title=მუსიკისრდრხმის პáƒáƒ áƒáƒ›áƒ”ტრები +options.stream=მáƒáƒ£áƒ¬áƒ§áƒ”ბლáƒáƒ‘ის პáƒáƒ áƒáƒ›áƒ”ტრები... +options.stream.bytesPerPixel=ხáƒáƒ áƒ˜áƒ¡áƒ®áƒ˜ +options.stream.changes=ცვლილებების შესáƒáƒ¢áƒáƒœáƒáƒ“ შესáƒáƒ«áƒšáƒáƒ მáƒáƒ£áƒ¬áƒ§áƒ”ბლáƒáƒ‘ის თáƒáƒ•იდáƒáƒœ დáƒáƒ¬áƒ§áƒ”ბრდáƒáƒ’ჭირდეთ. +options.stream.chat.enabled=ჩáƒáƒ áƒ—ვრ+options.stream.chat.enabled.always=ყáƒáƒ•ელთვის +options.stream.chat.enabled.never=áƒáƒ áƒáƒ¡áƒ“რáƒáƒ¡ +options.stream.chat.enabled.streaming=მáƒáƒ£áƒ¬áƒ§áƒ”ბლáƒáƒ‘ისáƒáƒ¡ +options.stream.chat.title=Twitch სáƒáƒ¡áƒáƒ£áƒ‘რáƒáƒ¡ გáƒáƒ›áƒáƒ áƒ—ვრ+options.stream.chat.userFilter=მáƒáƒ›áƒ®áƒ›áƒáƒ áƒ”ბელთრფილტრი +options.stream.chat.userFilter.all=ყველრმáƒáƒ§áƒ£áƒ áƒ”ბელი +options.stream.chat.userFilter.mods=მáƒáƒ“ერáƒáƒ¢áƒáƒ áƒ”ბი +options.stream.chat.userFilter.subs=ხელისმáƒáƒ›áƒ¬áƒ”რები +options.stream.compression=შეკუმშვრ+options.stream.compression.high=მáƒáƒ¦áƒáƒšáƒ˜ +options.stream.compression.low=დáƒáƒ‘áƒáƒšáƒ˜ +options.stream.compression.medium=სáƒáƒ¨áƒ£áƒáƒšáƒ +options.stream.estimation=სáƒáƒ•áƒáƒ áƒáƒ£áƒ“რგáƒáƒ áƒ©áƒ”ვáƒáƒ“áƒáƒ‘áƒ: %sx%s +options.stream.fps=კáƒáƒ“რის სიხშირე +options.stream.ingest.reset=პáƒáƒ áƒáƒ›áƒ”ტრების თáƒáƒ•იდáƒáƒœ დáƒáƒ§áƒ”ნებრ+options.stream.ingest.title=Twitch გáƒáƒ“áƒáƒªáƒ”მის სერვერები +options.stream.ingestSelection=სáƒáƒ›áƒáƒ£áƒ¬áƒ§áƒ”ბლრსერვერთრსირ+options.stream.kbps=გáƒáƒ›áƒ¢áƒáƒ áƒ£áƒœáƒáƒ áƒ˜áƒáƒœáƒáƒ‘რ+options.stream.micToggleBehavior=დáƒáƒáƒ­áƒ˜áƒ áƒ”თ, რáƒáƒ› +options.stream.micVolumne=მიკრáƒáƒ¤áƒáƒœáƒ˜áƒ¡ ხმáƒáƒ›áƒáƒ¦áƒšáƒáƒ‘რ+options.stream.mic_toggle.mute=დáƒáƒ›áƒ£áƒœáƒ¯áƒ“ეს +options.stream.mic_toggle.talk=ისáƒáƒ£áƒ‘რáƒáƒ— +options.stream.sendMetadata=ინფáƒáƒ áƒ›áƒáƒªáƒ˜áƒ˜áƒ¡ გáƒáƒ’ზáƒáƒ•ნრ+options.stream.systemVolume=სისტემის ხმრ+options.stream.title=Twitch-ზე მáƒáƒ£áƒ¬áƒ§áƒ”ბლáƒáƒ‘ის პáƒáƒ áƒáƒ›áƒ”ტრები +options.title=გáƒáƒ›áƒáƒ áƒ—ვრ+options.touchscreen=სენსáƒáƒ áƒ£áƒšáƒ˜ ეკრáƒáƒœáƒ˜áƒ¡ რეჟიმი +options.vbo=გáƒáƒ›áƒáƒ˜áƒ§áƒ”ნე VBOs +options.video=ვიდეáƒáƒ¡ გáƒáƒ›áƒáƒ áƒ—ვáƒ... +options.videoTitle=ვიდეáƒáƒ¡ გáƒáƒ›áƒáƒ áƒ—ვრ+options.viewBobbing=თáƒáƒ•ის ქáƒáƒœáƒáƒ•ი +options.visible=ნáƒáƒ©áƒ•ენები +options.vsync=VSync +potion.absorption=შთáƒáƒœáƒ—ქმრ+potion.absorption.postfix=ხსნáƒáƒ áƒ˜ შეწáƒáƒ•ის ეფექტით +potion.blindness=დáƒáƒ‘რმáƒáƒ•ებრ+potion.blindness.postfix=ხსნáƒáƒ áƒ˜ დáƒáƒ‘რმáƒáƒ•ების ეფექტით +potion.confusion=გულის რევრ+potion.confusion.postfix=ხსნáƒáƒ áƒ˜ გულისრევის ეფექტით +potion.damageBoost=ძáƒáƒšáƒ +potion.damageBoost.postfix=ხსნáƒáƒ áƒ˜ ძáƒáƒšáƒ˜áƒ¡ ეფექტით +potion.digSlowDown=დáƒáƒ¦áƒšáƒ˜áƒšáƒáƒ‘რ+potion.digSlowDown.postfix=ხსნáƒáƒ áƒ˜ დáƒáƒ¦áƒšáƒ˜áƒšáƒáƒ‘ის ეფექტით +potion.digSpeed=ენერგირ+potion.digSpeed.postfix=ხსნáƒáƒ áƒ˜ ენერგიულáƒáƒ‘ის ეფექტით +potion.effects.whenDrank=გáƒáƒ›áƒáƒ§áƒ”ნებისáƒáƒ¡: +potion.empty=გáƒáƒ•ლენის გáƒáƒ áƒ”შე +potion.fireResistance=დáƒáƒªáƒ•რცეცხლისგáƒáƒœ +potion.fireResistance.postfix=ხსნáƒáƒ áƒ˜ ცეცხლისგáƒáƒœ დáƒáƒªáƒ•ის ეფექტით +potion.harm=ზიáƒáƒœáƒ˜áƒ¡ მიყენებრ+potion.harm.postfix=ხსნáƒáƒ áƒ˜ ზიáƒáƒœáƒ˜áƒ¡ ეფექტით +potion.heal=სიცáƒáƒªáƒ®áƒšáƒ˜áƒ¡ მáƒáƒ›áƒáƒ¢áƒ”ბრ+potion.heal.postfix=ხსნáƒáƒ áƒ˜ სიცáƒáƒªáƒ®áƒšáƒ˜áƒ¡ მáƒáƒ›áƒáƒ¢áƒ”ბის ეფექტით +potion.healthBoost=სიცáƒáƒªáƒ®áƒšáƒ˜áƒ¡ áƒáƒ›áƒáƒ¦áƒšáƒ”ბრ+potion.healthBoost.postfix=ხსნáƒáƒ áƒ˜ სიცáƒáƒªáƒ®áƒšáƒ˜áƒ¡ áƒáƒ›áƒáƒ¦áƒšáƒ”ბის ეფექტით +potion.hunger=შიმშილი +potion.hunger.postfix=ხსნáƒáƒ áƒ˜ შიმშილის ეფექტით +potion.invisibility=უჩინáƒáƒ áƒáƒ‘რ+potion.invisibility.postfix=ხსნáƒáƒ áƒ˜ უჩინáƒáƒ áƒáƒ‘ის ეფექტით +potion.jump=უკეთესი áƒáƒ®áƒ¢áƒáƒ›áƒ +potion.jump.postfix=ხსნáƒáƒ áƒ˜ ხტუნვის ეფექტით +potion.moveSlowdown=სინელე +potion.moveSlowdown.postfix=ხსნáƒáƒ áƒ˜ სინელის ეფექტით +potion.moveSpeed=სიჩქáƒáƒ áƒ” +potion.moveSpeed.postfix=ხსნáƒáƒ áƒ˜ სიჩქáƒáƒ áƒ˜áƒ¡ ეფექტით +potion.nightVision=კáƒáƒ¢áƒ˜áƒ¡ თვáƒáƒšáƒ”ბი +potion.nightVision.postfix=ხსნáƒáƒ áƒ˜ კáƒáƒ¢áƒ˜áƒ¡ თვáƒáƒšáƒ”ბის ეფექტით +potion.poison=მáƒáƒ¬áƒáƒ›áƒšáƒ•რ+potion.poison.postfix=ხსნáƒáƒ áƒ˜ მáƒáƒ¬áƒáƒ›áƒšáƒ•ის ეფექტით +potion.potency.1=II +potion.potency.2=III +potion.potency.3=IV +potion.prefix.acrid=ცხáƒáƒ áƒ” +potion.prefix.artless=უბრáƒáƒšáƒ +potion.prefix.awkward=მáƒáƒ£áƒ¥áƒœáƒ”ლი +potion.prefix.bland=რბილი +potion.prefix.bulky=ვებერთელრ+potion.prefix.bungling=ნáƒáƒ®áƒ”ლáƒáƒ•ი +potion.prefix.buttered=ბáƒáƒ áƒáƒ¥áƒ˜áƒáƒœáƒ˜ +potion.prefix.charming=მáƒáƒ›áƒ®áƒ˜áƒ‘ლáƒáƒ•ი +potion.prefix.clear=სუფთრ+potion.prefix.cordial=გულითáƒáƒ“ი +potion.prefix.dashing=მáƒáƒ áƒ¯áƒ•ე +potion.prefix.debonair=სáƒáƒ®áƒáƒšáƒ˜áƒ¡áƒ +potion.prefix.diffuse=გáƒáƒ‘ნეული +potion.prefix.elegant=ელეგáƒáƒœáƒ¢áƒ£áƒ áƒ˜ +potion.prefix.fancy=სáƒáƒ£áƒªáƒ®áƒáƒ +potion.prefix.flat=პირდáƒáƒžáƒ˜áƒ áƒ˜ +potion.prefix.foul=ბინძური +potion.prefix.grenade=სáƒáƒ¡áƒ áƒáƒšáƒ˜ +potion.prefix.gross=უხáƒáƒ›áƒ¡áƒ˜ +potion.prefix.harsh=მძáƒáƒ¤áƒ áƒ˜ +potion.prefix.milky=რძისებრი +potion.prefix.mundane=მდáƒáƒ‘ირ+potion.prefix.odorless=უსუნრ+potion.prefix.potent=შემძლე +potion.prefix.rank=დიდებული +potion.prefix.refined=დáƒáƒ®áƒ•ეწილი +potion.prefix.smooth=გლუვი +potion.prefix.sparkling=ელვáƒáƒ áƒ” +potion.prefix.stinky=მყრáƒáƒšáƒ˜ +potion.prefix.suave=თáƒáƒ•áƒáƒ–იáƒáƒœáƒ˜ +potion.prefix.thick=სქელი +potion.prefix.thin=თხელი +potion.prefix.uninteresting=უინტერესრ+potion.regeneration=თვითმკურნáƒáƒšáƒáƒ‘რ+potion.regeneration.postfix=ხსნáƒáƒ áƒ˜ სáƒáƒ›áƒ™áƒ£áƒ áƒœáƒáƒšáƒ ეფექტით +potion.resistance=დáƒáƒªáƒ•რ+potion.resistance.postfix=ხსნáƒáƒ áƒ˜ დáƒáƒªáƒ•ის ეფექტით +potion.saturation=მáƒáƒ«áƒ¦áƒ áƒáƒ‘რ+potion.saturation.postfix=ხსნáƒáƒ áƒ˜ მáƒáƒ«áƒ¦áƒ áƒáƒ‘ის ეფექტით +potion.waterBreathing=სუნთქვრწყლისქვეშ +potion.waterBreathing.postfix=ხსნáƒáƒ áƒ˜ წყáƒáƒšáƒ¨áƒ˜ სუნთქვის ეფექტით +potion.weakness=სისუსტე +potion.weakness.postfix=ხსნáƒáƒ áƒ˜ სისუსტის ეფექტით +potion.wither=ჭკნáƒáƒ‘რ+potion.wither.postfix=ხსნáƒáƒ áƒ˜ გáƒáƒ›áƒáƒ¤áƒ˜áƒ¢áƒ•ის ეფექტით +record.nowPlaying=áƒáƒ®áƒšáƒ ეთერშიáƒ: %s +resourcePack.available.title=ხელმისáƒáƒ¬áƒ•დáƒáƒ›áƒ˜ რესურსების კრებულები +resourcePack.folderInfo=(áƒáƒ¥ მáƒáƒáƒ—áƒáƒ•სეთ რესურსების კრებული) +resourcePack.openFolder=რესურსების სáƒáƒ¥áƒáƒ¦áƒáƒšáƒ“ე +resourcePack.selected.title=áƒáƒ áƒ©áƒ”ული რესურსების კრებულები +resourcePack.title=რესურსების კრებულის áƒáƒ áƒ©áƒ”ვრ+screenshot.failure=შეუძლებელირსურáƒáƒ—ის შენáƒáƒ®áƒ•áƒ: %s +screenshot.success=სურáƒáƒ¢áƒ˜ შენáƒáƒ®áƒ£áƒšáƒ˜áƒ რáƒáƒ’áƒáƒ áƒª %s +selectServer.add=დáƒáƒ›áƒáƒ¢áƒ”ბრ+selectServer.defaultName=Minecraft სერვერი +selectServer.delete=წáƒáƒ¨áƒšáƒ +selectServer.deleteButton=წáƒáƒ¨áƒšáƒ +selectServer.deleteQuestion=ნáƒáƒ›áƒ“ვილáƒáƒ“ გსურთ სერვერის სიიდáƒáƒœ áƒáƒ›áƒáƒ¨áƒšáƒ? +selectServer.deleteWarning=სáƒáƒ›áƒ£áƒ“áƒáƒ›áƒáƒ“ წáƒáƒ˜áƒ¨áƒšáƒ”ბáƒ! (დიდი ხნით!) +selectServer.direct=უშუáƒáƒšáƒ კáƒáƒ•შირი +selectServer.edit=ჩáƒáƒ¡áƒ¬áƒáƒ áƒ”ბრ+selectServer.empty=ცáƒáƒ áƒ˜áƒ”ლი +selectServer.hiddenAddress=(დáƒáƒ›áƒáƒšáƒ£áƒšáƒ˜) +selectServer.refresh=გáƒáƒœáƒáƒ®áƒšáƒ”ბრ+selectServer.select=შესვლრ+selectServer.title=სერვერის áƒáƒ áƒ©áƒ”ვრ+selectWorld.allowCommands=ბრძáƒáƒœáƒ”ბები სáƒáƒ¡áƒáƒ£áƒ‘რáƒáƒ¨áƒ˜: +selectWorld.allowCommands.info=ბრძáƒáƒœáƒ”ბები, მáƒáƒ’: /gamemode áƒáƒœ /xp +selectWorld.bonusItems=გáƒáƒœáƒ¡áƒáƒ™áƒ£áƒ—რებული სკივრი: +selectWorld.cheats=ბრძáƒáƒœáƒ”ბები +selectWorld.conversion=უნდრიყáƒáƒ¡ გáƒáƒ“áƒáƒ§áƒ•áƒáƒœáƒ˜áƒšáƒ˜! +selectWorld.create=áƒáƒ®áƒáƒšáƒ˜ სáƒáƒ›áƒ§áƒáƒ áƒáƒ¡ შექმნრ+selectWorld.createDemo=სáƒáƒ“ემáƒáƒœáƒ¡áƒ¢áƒ áƒáƒªáƒ˜áƒ სáƒáƒ›áƒ§áƒáƒ áƒáƒ¡ თáƒáƒ›áƒáƒ¨áƒ˜ +selectWorld.customizeType=გáƒáƒ“áƒáƒ™áƒ”თებრ+selectWorld.delete=წáƒáƒ¨áƒšáƒ +selectWorld.deleteButton=წáƒáƒ¨áƒšáƒ +selectWorld.deleteQuestion=ნáƒáƒ›áƒ“ვილáƒáƒ“ გსურთ áƒáƒ áƒ©áƒ”ული სáƒáƒ›áƒ§áƒáƒ áƒáƒ¡ წáƒáƒ¨áƒšáƒ? +selectWorld.deleteWarning=იქნებრგáƒáƒ áƒ“áƒáƒ£áƒ•ლáƒáƒ“ დáƒáƒ™áƒáƒ áƒ’ული! (ძáƒáƒšáƒ˜áƒáƒœ დიდი ხáƒáƒœáƒ˜áƒ!) +selectWorld.empty=ცáƒáƒ áƒ˜áƒ”ლი +selectWorld.enterName=სáƒáƒ›áƒ§áƒáƒ áƒáƒ¡ სáƒáƒ®áƒ”ლი +selectWorld.enterSeed=სáƒáƒ›áƒ§áƒáƒ áƒáƒ¡ შედგენის წყáƒáƒ áƒ +selectWorld.gameMode=თáƒáƒ›áƒáƒ¨áƒ˜áƒ¡ რეჟიმი +selectWorld.gameMode.adventure=თáƒáƒ•გáƒáƒ“áƒáƒ¡áƒáƒ•áƒáƒšáƒ˜ +selectWorld.gameMode.adventure.line1=იგივე, რáƒáƒª გáƒáƒ“áƒáƒ áƒ©áƒ”ნის რეჟიმი, უბრáƒáƒšáƒáƒ“ áƒáƒ  შეიძლებრბლáƒáƒ™áƒ”ბის +selectWorld.gameMode.adventure.line2=ბლáƒáƒ™áƒ”ბის დáƒáƒ›áƒ¡áƒ®áƒ•რევáƒ/დáƒáƒ“გმრ+selectWorld.gameMode.creative=შემáƒáƒ¥áƒ›áƒ”დებითი +selectWorld.gameMode.creative.line1=ულეველი რესურსი, თáƒáƒ•ისუფáƒáƒšáƒ˜ ფრენრ+selectWorld.gameMode.creative.line2=დრბლáƒáƒ™áƒ”ბის მყისიერი მáƒáƒ¨áƒšáƒ +selectWorld.gameMode.hardcore=რეáƒáƒšáƒ˜áƒ–მი +selectWorld.gameMode.hardcore.line1=იგივე, რáƒáƒª გáƒáƒ“áƒáƒ áƒ©áƒ”ნის რეჟიმი, ურთულეს პირáƒáƒ‘ებში +selectWorld.gameMode.hardcore.line2=დრმხáƒáƒšáƒáƒ“ ერთი სიცáƒáƒªáƒ®áƒšáƒ˜áƒ— +selectWorld.gameMode.spectator=მáƒáƒ§áƒ£áƒ áƒ”ბელი +selectWorld.gameMode.spectator.line1=ყურებრშეგიძლიáƒáƒ—, მáƒáƒ’რáƒáƒ› შეხებრáƒáƒ áƒ +selectWorld.gameMode.survival=გáƒáƒ“áƒáƒ áƒ©áƒ”ნრ+selectWorld.gameMode.survival.line1=მáƒáƒ˜áƒ«áƒ˜áƒ” რესურსები, დáƒáƒáƒ›áƒ–áƒáƒ“ე იáƒáƒ áƒáƒ¦áƒ”ბი, დáƒáƒáƒ’რáƒáƒ•ე +selectWorld.gameMode.survival.line2=გáƒáƒ›áƒáƒªáƒ“ილებრდრგáƒáƒ“áƒáƒ£áƒ áƒ©áƒ˜ შიმშილს +selectWorld.hardcoreMode=რეáƒáƒšáƒ˜áƒ–მი: +selectWorld.hardcoreMode.info=სიკვდილის შემთხვევáƒáƒ¨áƒ˜ სáƒáƒ›áƒ§áƒáƒ áƒ წáƒáƒ˜áƒ¨áƒšáƒ”ბრ+selectWorld.mapFeatures=შენáƒáƒ‘ების გáƒáƒ©áƒ”ნáƒ: +selectWorld.mapFeatures.info=სáƒáƒ¤áƒšáƒ”ბი, მáƒáƒ¦áƒáƒ áƒáƒ”ბი დრáƒ.შ. +selectWorld.mapType=სáƒáƒ›áƒ§áƒáƒ áƒ: +selectWorld.mapType.normal=ჩვეულებრივი +selectWorld.moreWorldOptions=მეტი áƒáƒ áƒ©áƒ”ვáƒáƒœáƒ˜... +selectWorld.newWorld=áƒáƒ®áƒáƒšáƒ˜ სáƒáƒ›áƒ§áƒáƒ áƒ +selectWorld.newWorld.copyOf=%s-ის áƒáƒ¡áƒšáƒ˜ +selectWorld.recreate=ხელáƒáƒ®áƒšáƒ შექმნრ+selectWorld.rename=გáƒáƒ“áƒáƒ áƒ¥áƒ›áƒ”ვრ+selectWorld.renameButton=გáƒáƒ“áƒáƒ áƒ¥áƒ›áƒ”ვრ+selectWorld.renameTitle=სáƒáƒ›áƒ§áƒáƒ áƒáƒ¡ გáƒáƒ“áƒáƒ áƒ¥áƒ›áƒ”ვრ+selectWorld.resultFolder=შეინáƒáƒ®áƒ”ბრსáƒáƒ¥áƒáƒ¦áƒáƒšáƒ“ეში: +selectWorld.seedInfo=შემთხვევითáƒáƒ“ შედგენისთვის დáƒáƒ¢áƒáƒ•ეთ ცáƒáƒ áƒ˜áƒ”ლი +selectWorld.select=თáƒáƒ›áƒáƒ¨áƒ˜ áƒáƒ áƒ©áƒ”ულ სáƒáƒ›áƒ§áƒáƒ áƒáƒ¨áƒ˜ +selectWorld.title=სáƒáƒ›áƒ§áƒáƒ áƒáƒ¡ áƒáƒ áƒ©áƒ”ვრ+selectWorld.world=სáƒáƒ›áƒ§áƒáƒ áƒ +sign.edit=ნიშáƒáƒœáƒ˜áƒ¡ შეტყáƒáƒ‘ინების ჩáƒáƒ¡áƒ¬áƒáƒ áƒ”ბრ+soundCategory.ambient=გáƒáƒ áƒ”მრ+soundCategory.block=ბლáƒáƒ™áƒ”ბი +soundCategory.hostile=მტრული ქმნილებები +soundCategory.master=მთáƒáƒ•áƒáƒ áƒ˜ ხმრ+soundCategory.music=მუსიკრ+soundCategory.neutral=მეგáƒáƒ‘რული ქმნილებები +soundCategory.player=მáƒáƒ—áƒáƒ›áƒáƒ¨áƒ”ები +soundCategory.record=დáƒáƒ›áƒ™áƒ•რელი/მუსიკáƒáƒšáƒ£áƒ áƒ˜ ბლáƒáƒ™áƒ”ბი +soundCategory.weather=áƒáƒ›áƒ˜áƒœáƒ“ი +stat.animalsBred=ცხáƒáƒ•ელები გáƒáƒ›áƒ áƒáƒ•ლდრ+stat.blocksButton=ბლáƒáƒ™áƒ”ბი +stat.boatOneCm=ნáƒáƒ•ით ნáƒáƒ›áƒ’ზáƒáƒ•რი +stat.breakItem=%1$s გáƒáƒ¢áƒ”ხილი +stat.climbOneCm=ცáƒáƒªáƒ•ის მáƒáƒœáƒ«áƒ˜áƒšáƒ˜ +stat.craftItem=%1$s დáƒáƒ›áƒ–áƒáƒ“ებული +stat.crafted=დáƒáƒ›áƒ–áƒáƒ“ებული +stat.createWorld=შექმნილი სáƒáƒ›áƒ§áƒáƒ áƒáƒ”ბი +stat.crouchOneCm=მáƒáƒ®áƒ áƒ˜áƒšáƒ˜ სიáƒáƒ áƒ£áƒšáƒ˜áƒ¡ მáƒáƒœáƒ«áƒ˜áƒšáƒ˜ +stat.damageDealt=მინიჭებული ზიáƒáƒœáƒ˜ +stat.damageTaken=მიღებული ზიáƒáƒœáƒ˜ +stat.deaths=სიკვდილების áƒáƒ“ენáƒáƒ‘რ+stat.depleted=გáƒáƒ¢áƒ”ხილი +stat.diveOneCm=ჩáƒáƒ§áƒ•ინთვის მáƒáƒœáƒ«áƒ˜áƒšáƒ˜ +stat.drop=დáƒáƒ’დებული ნივთები +stat.entityKilledBy=%s-მ მáƒáƒ’კლáƒáƒ— %s-ჯერ +stat.entityKilledBy.none=თქვენ áƒáƒ áƒáƒ¡áƒ“რáƒáƒ¡ მáƒáƒ£áƒ™áƒšáƒ˜áƒ®áƒáƒ áƒ— %s-ს +stat.entityKills=თქვენ მáƒáƒ™áƒáƒšáƒ˜áƒ— %s %s +stat.entityKills.none=თქვენ áƒáƒ áƒáƒ¡áƒ“რáƒáƒ¡ მáƒáƒ’იკლáƒáƒ•თ %s +stat.fallOneCm=ვáƒáƒ áƒ“ნის მáƒáƒœáƒ«áƒ˜áƒšáƒ˜ +stat.fishCaught=დáƒáƒ­áƒ”რილი თევზი +stat.flyOneCm=ფრენის მáƒáƒœáƒ«áƒ˜áƒšáƒ˜ +stat.generalButton=მთáƒáƒ•áƒáƒ áƒ˜ +stat.horseOneCm=ცხენზე áƒáƒ›áƒ®áƒ”დრებული +stat.itemsButton=ნივთები +stat.joinMultiplayer=ქსელურ თáƒáƒ›áƒáƒ¨áƒ¨áƒ˜ შესვლრ+stat.jump=áƒáƒ®áƒ¢áƒáƒ›áƒ”ბი +stat.junkFished=ნáƒáƒ’áƒáƒ•ი დáƒáƒ˜áƒ­áƒ˜áƒ áƒ”თ +stat.leaveGame=თáƒáƒ›áƒáƒ¨áƒ˜áƒ“áƒáƒœ გáƒáƒ›áƒáƒ¡áƒ£áƒšáƒ˜ +stat.loadWorld=შენáƒáƒ®áƒ•ების ჩáƒáƒ¢áƒ•ირთვრ+stat.mineBlock=%1$s მáƒáƒžáƒáƒ•ებული +stat.minecartOneCm=ურიკით ნáƒáƒ›áƒ’ზáƒáƒ•რი +stat.mined=მáƒáƒžáƒáƒ•ებული +stat.mobKills=მáƒáƒ™áƒšáƒ£áƒšáƒ˜ áƒáƒ áƒ¡áƒ”ბები +stat.mobsButton=მáƒáƒ‘ები +stat.pigOneCm=ღáƒáƒ áƒ˜áƒ— ნáƒáƒ›áƒ’ზáƒáƒ•რი +stat.playOneMinute=თáƒáƒ›áƒáƒ¨áƒ˜áƒ¡ დრრ+stat.playerKills=მáƒáƒ™áƒšáƒ£áƒšáƒ˜ მáƒáƒ—áƒáƒ›áƒáƒ¨áƒ”ები +stat.sprintOneCm=გáƒáƒ áƒ‘ენილი მáƒáƒœáƒ«áƒ˜áƒšáƒ˜ +stat.startGame=თáƒáƒ›áƒáƒ¨áƒ˜ ნáƒáƒ—áƒáƒ›áƒáƒ¨áƒ”ბირ+stat.swimOneCm=ცურვის მáƒáƒœáƒ«áƒ˜áƒšáƒ˜ +stat.talkedToVillager=სáƒáƒ¤áƒšáƒ”ლებთáƒáƒœ ნáƒáƒ¡áƒáƒ£áƒ‘რები +stat.timeSinceDeath=ბáƒáƒšáƒ სიკვდილიდáƒáƒœ +stat.tradedWithVillager=სáƒáƒ¤áƒšáƒ”ლებთáƒáƒœ ნáƒáƒ•áƒáƒ­áƒ áƒ˜ +stat.treasureFished=გáƒáƒœáƒ«áƒ˜ დáƒáƒ˜áƒ­áƒ˜áƒ áƒ”თ +stat.useItem=%1$s გáƒáƒ›áƒáƒ§áƒ”ნებული +stat.used=გáƒáƒ›áƒáƒ§áƒ”ნებული +stat.walkOneCm=სიáƒáƒ áƒ£áƒšáƒ˜áƒ¡ მáƒáƒœáƒ«áƒ˜áƒšáƒ˜ +stats.tooltip.type.achievement=მიღწევრ+stats.tooltip.type.statistic=სტáƒáƒ¢áƒ˜áƒ¡áƒ¢áƒ˜áƒ™áƒ +stream.confirm_start=დáƒáƒ áƒ¬áƒ›áƒ£áƒœáƒ”ბული ხáƒáƒ áƒ—, რáƒáƒ› მáƒáƒ£áƒ¬áƒ§áƒ”ბლáƒáƒ‘ის დáƒáƒ¬áƒ§áƒ”ბრგსურთ? +stream.unavailable.account_not_bound=სáƒáƒœáƒáƒ› Twitch-ზე Minecraft-ის მáƒáƒ£áƒ¬áƒ§áƒ”ბლáƒáƒ‘áƒáƒ¡ დáƒáƒ˜áƒ¬áƒ§áƒ”ბთ, áƒáƒ£áƒªáƒ˜áƒšáƒ”ბელიáƒ, რáƒáƒ› Twitch-ის áƒáƒœáƒ’áƒáƒ áƒ˜áƒ¨áƒ˜ დáƒáƒáƒ™áƒáƒ•შირáƒáƒ— ვებსáƒáƒ˜áƒ¢áƒ–ე mojang.com. გსურთ, áƒáƒ®áƒšáƒáƒ•ე გáƒáƒáƒ™áƒ”თáƒáƒ— ეს? +stream.unavailable.account_not_bound.okay=áƒáƒœáƒ’áƒáƒ áƒ˜áƒ¨áƒ”ბის დáƒáƒ™áƒáƒ•შირებრ+stream.unavailable.account_not_migrated=სáƒáƒœáƒáƒ› Twitch-ზე Minecraft-ის მáƒáƒ£áƒ¬áƒ§áƒ”ბლáƒáƒ‘áƒáƒ¡ დáƒáƒ˜áƒ¬áƒ§áƒ”ბთ, áƒáƒ£áƒªáƒ˜áƒšáƒ”ბელიáƒ, რáƒáƒ› Minecraft-ისრდრMojang-ის áƒáƒœáƒ’áƒáƒ áƒ˜áƒ¨áƒ”ბი დáƒáƒáƒ™áƒáƒ•შირáƒáƒ—. გსურთ, áƒáƒ®áƒšáƒáƒ•ე გáƒáƒáƒ™áƒ”თáƒáƒ— ეს? +stream.unavailable.account_not_migrated.okay=áƒáƒœáƒ’áƒáƒ áƒ˜áƒ¨áƒ˜áƒ¡ გáƒáƒ“áƒáƒ¢áƒáƒœáƒ +stream.unavailable.failed_auth=ვერ ხერხდებრTwitch-ის სისტემáƒáƒ¨áƒ˜ შესვლáƒ. გთხáƒáƒ•თ, ეწვიáƒáƒ— ვებსáƒáƒ˜áƒ¢áƒ¡ mojang.com დრმიáƒáƒ‘áƒáƒ— Twitch-ის áƒáƒœáƒ’áƒáƒ áƒ˜áƒ¨áƒ˜. +stream.unavailable.failed_auth.okay=áƒáƒœáƒ’áƒáƒ áƒ˜áƒ¨áƒ”ბის ხელáƒáƒ®áƒšáƒ გáƒáƒ“áƒáƒ‘მრ+stream.unavailable.failed_auth_error=ვერ ხერხდებრTwitch-ის სისტემáƒáƒ¨áƒ˜ შესვლáƒ. გთხáƒáƒ•თ, სცáƒáƒ“áƒáƒ— თáƒáƒ•იდáƒáƒœ. +stream.unavailable.initialization_failure=ვერ ხერხდებრTwitch SDK-ს ჩáƒáƒ¢áƒ•ირთვáƒ. +stream.unavailable.initialization_failure.extra=(მიზეზი: %s) +stream.unavailable.library_arch_mismatch=Java-ს გáƒáƒœáƒ¡áƒ®áƒ•áƒáƒ•ებული ვერსიáƒ, რáƒáƒ›áƒšáƒ˜áƒ—áƒáƒª გáƒáƒ¨áƒ•ებულირMinecraft, áƒáƒ  შეესáƒáƒ‘áƒáƒ›áƒ”ბრთáƒáƒ›áƒáƒ¨áƒ˜áƒ¡ გáƒáƒ›áƒ¨áƒ•ების áƒáƒ áƒ¥áƒ˜áƒ¢áƒ”ქტურáƒáƒ¡. გთხáƒáƒ•თ გáƒáƒ“áƒáƒáƒ›áƒáƒ¬áƒ›áƒ”თ, რáƒáƒ› მáƒáƒªáƒ”მული ვერსიები ერთი დრიგივე იყáƒáƒ¡ áƒáƒ áƒ˜áƒ•ე შემთხვევáƒáƒ¨áƒ˜, 32-ბიტიáƒáƒœáƒ˜ áƒáƒœ 64-ბიტიáƒáƒœáƒ˜. +stream.unavailable.library_failure=ვერ ხერხდებრTwitch-ზე მáƒáƒ£áƒ¬áƒ§áƒ”ბლáƒáƒ‘ისáƒáƒ—ვის სáƒáƒ­áƒ˜áƒ áƒ ბიბლიáƒáƒ—ეკების ჩáƒáƒ¢áƒ•ირთვáƒ. +stream.unavailable.no_fbo=Twitch-ზე მáƒáƒ£áƒ¬áƒ§áƒ”ბლáƒáƒ‘ისáƒáƒ—ვის თქვენს ვიდერბáƒáƒ áƒáƒ—ს უნდრჰქáƒáƒœáƒ“ეს OpenGL 3.0 ვერსიის áƒáƒœ უფრრáƒáƒ®áƒšáƒ˜áƒ¡ მხáƒáƒ áƒ“áƒáƒ­áƒ”რáƒ, წინáƒáƒáƒ¦áƒ›áƒ“ეგ შემთხვევáƒáƒ¨áƒ˜ áƒáƒ£áƒªáƒ˜áƒšáƒ”ბელირFramebuffer Objects-ის მხáƒáƒ áƒ“áƒáƒ­áƒ”რრგáƒáƒ¤áƒáƒ áƒ—áƒáƒ”ბის მეშვეáƒáƒ‘ით. +stream.unavailable.no_fbo.arb=Framebuffer-ის áƒáƒ‘იექტთრმხáƒáƒ áƒ“áƒáƒ­áƒ”რრARB-ის მეშვეáƒáƒ‘ით: %s +stream.unavailable.no_fbo.blend=ცáƒáƒšáƒ™áƒ” შერევის მხáƒáƒ áƒ“áƒáƒ­áƒ”რრEXT-ის მეშვეáƒáƒ‘ით: %s +stream.unavailable.no_fbo.ext=Framebuffer-ის áƒáƒ‘იექტთრმხáƒáƒ áƒ“áƒáƒ­áƒ”რრEXT-ის მეშვეáƒáƒ‘ით: %s +stream.unavailable.no_fbo.version=áƒáƒ›áƒŸáƒáƒ›áƒáƒ“ იყენებთ: %s +stream.unavailable.not_supported.mac=Twitch-ზე მáƒáƒ£áƒ¬áƒ§áƒ”ბლáƒáƒ‘áƒ, სáƒáƒ›áƒ¬áƒ£áƒ®áƒáƒ áƒáƒ“, Mac-ის იმáƒáƒ–ე áƒáƒ®áƒáƒš ვერსიáƒáƒ¡ მáƒáƒ˜áƒ—ხáƒáƒ•ს, რáƒáƒ¡áƒáƒª თქვენ იყენებთ. áƒáƒ£áƒªáƒ˜áƒšáƒ”ბელირ10.7 (Mac OS X Lion) áƒáƒœ უფრრáƒáƒ®áƒáƒšáƒ˜ ვერსიáƒ. გსურთ, ეწვიáƒáƒ— ვებსáƒáƒ˜áƒ¢áƒ¡ apple.com, რáƒáƒ—რგáƒáƒ˜áƒ’áƒáƒ— რáƒáƒ’áƒáƒ  შეგიძლიáƒáƒ— გáƒáƒœáƒáƒ®áƒšáƒ”ბáƒ? +stream.unavailable.not_supported.mac.okay=გáƒáƒ£áƒ›áƒ¯áƒáƒ‘ესებრ+stream.unavailable.not_supported.other=სáƒáƒ›áƒ¬áƒ£áƒ®áƒáƒ áƒáƒ“ Twitch-ზე მáƒáƒ¬áƒ£áƒ§áƒ”ბლáƒáƒ‘ისთვის სáƒáƒ­áƒ˜áƒ áƒáƒ Windows (Vista áƒáƒœ უფრრáƒáƒ®áƒáƒšáƒ˜) áƒáƒœ Mac OS X (10.7/Lion áƒáƒœ უფრრáƒáƒ®áƒáƒšáƒ˜) +stream.unavailable.not_supported.windows=სáƒáƒ›áƒ¬áƒ£áƒ®áƒáƒ áƒáƒ“, Twitch-ზე მáƒáƒ£áƒ¬áƒ§áƒ”ბლáƒáƒ‘რმáƒáƒ˜áƒ—ხáƒáƒ•ს Windows-ის áƒáƒ®áƒáƒš ვერსიáƒáƒ¡. áƒáƒ£áƒªáƒ˜áƒšáƒ”ბელირWindows Vista áƒáƒœ უფრრáƒáƒ®áƒáƒšáƒ˜. +stream.unavailable.report_to_mojang=შეáƒáƒ¢áƒ§áƒáƒ‘ინე Mojang-ს +stream.unavailable.soundflower.chat=Mac-ზე სáƒáƒ›áƒáƒ£áƒ¬áƒ§áƒ”ბლáƒáƒ“ áƒáƒ£áƒªáƒ˜áƒšáƒ”ბელირSoundflower. %s +stream.unavailable.soundflower.chat.link=გთხáƒáƒ•თ, დáƒáƒ¡áƒáƒ§áƒ”ნებლáƒáƒ“ დáƒáƒáƒ­áƒ˜áƒ áƒáƒ— áƒáƒ¥. +stream.unavailable.title=Twitch-ზე მáƒáƒ£áƒ¬áƒ§áƒ”ბლáƒáƒ‘რშეუძლებელირ+stream.unavailable.unknown=სáƒáƒ›áƒ¬áƒ£áƒ®áƒáƒ áƒáƒ“ áƒáƒ› მáƒáƒ›áƒ”ნტისáƒáƒ—ვის შეუძლებელირTwitch-ზე მáƒáƒ£áƒ¬áƒ§áƒ”ბლáƒáƒ‘áƒ. áƒáƒ  ვიცით რáƒáƒ¢áƒáƒ› :'( +stream.unavailable.unknown.chat=შეუძლებელირმáƒáƒ£áƒ¬áƒ§áƒ”ბლáƒáƒ‘ის დáƒáƒ¬áƒ§áƒ”ბáƒ: %s +stream.user.mode.administrator=Twitch-ის áƒáƒ“მინისტრáƒáƒ¢áƒáƒ áƒ˜ +stream.user.mode.banned=áƒáƒ™áƒ áƒ«áƒáƒšáƒ£áƒšáƒ˜ +stream.user.mode.banned.other=გáƒáƒ«áƒ”ვებულირ%s-ს áƒáƒ áƒ®áƒ˜áƒ“áƒáƒœ +stream.user.mode.banned.self=გáƒáƒ«áƒ”ვებულირთქვენი áƒáƒ áƒ®áƒ˜áƒ“áƒáƒœ +stream.user.mode.broadcaster=მáƒáƒ£áƒ¬áƒ§áƒ”ბელი +stream.user.mode.broadcaster.other=მáƒáƒ£áƒ¬áƒ§áƒ”ბელი +stream.user.mode.broadcaster.self=მáƒáƒ£áƒ¬áƒ§áƒ”ბელი (შენ!) +stream.user.mode.moderator=მáƒáƒ“ერáƒáƒ¢áƒáƒ áƒ˜ +stream.user.mode.moderator.other=%s-(ი)ს áƒáƒ áƒ®áƒ˜áƒ¡ რეგულáƒáƒ¢áƒáƒ áƒ˜ +stream.user.mode.moderator.self=თქვენი áƒáƒ áƒ®áƒ˜áƒ¡ რეგულáƒáƒ¢áƒáƒ áƒ˜ +stream.user.mode.staff=Twitch-ის თáƒáƒœáƒáƒ›áƒ¨áƒ áƒáƒ›áƒšáƒ”ბი +stream.user.subscription.subscriber=ხელმáƒáƒ›áƒ¬áƒ”რი +stream.user.subscription.subscriber.other=%s-(ი)ს áƒáƒ áƒ®áƒ˜áƒ¡ გáƒáƒ›áƒáƒ›áƒ¬áƒ”რი +stream.user.subscription.subscriber.self=თქვენი áƒáƒ áƒ®áƒ˜áƒ¡ გáƒáƒ›áƒáƒ›áƒ¬áƒ”რი +stream.user.subscription.turbo=Twitch Turbo +stream.userinfo.ban=áƒáƒ™áƒ áƒ«áƒáƒšáƒ•რ+stream.userinfo.chatTooltip=დáƒáƒáƒ­áƒ˜áƒ áƒ”თ მáƒáƒ›áƒ®áƒ›áƒáƒ áƒ”ბლის სáƒáƒ›áƒáƒ áƒ—áƒáƒ•áƒáƒ“ +stream.userinfo.mod=რეგულáƒáƒ¢áƒáƒ áƒáƒ“ დáƒáƒœáƒ˜áƒ¨áƒ•ნრ+stream.userinfo.timeout=შესვენებრ+stream.userinfo.unban=áƒáƒ™áƒ áƒ«áƒáƒšáƒ•ის მáƒáƒ®áƒ¡áƒœáƒ +stream.userinfo.unmod=რეგულáƒáƒ¢áƒáƒ áƒáƒ‘ის ჩáƒáƒ›áƒáƒ áƒ—მევრ+tile.acaciaFence.name=áƒáƒ™áƒáƒªáƒ˜áƒ˜áƒ¡ ღáƒáƒ‘ე +tile.acaciaFenceGate.name=áƒáƒ™áƒáƒªáƒ˜áƒ˜áƒ¡ ღáƒáƒ‘ის ჭიშკáƒáƒ áƒ˜ +tile.activatorRail.name=ჩáƒáƒ›áƒ áƒ—ველი რელსი +tile.anvil.intact.name=გრდემლი +tile.anvil.name=გრდემლი +tile.anvil.slightlyDamaged.name=áƒáƒ“ნáƒáƒ• დáƒáƒ–იáƒáƒœáƒ”ბული გრდემლი +tile.anvil.veryDamaged.name=დáƒáƒ–იáƒáƒœáƒ”ბული გრდემლი +tile.barrier.name=ბáƒáƒ áƒ˜áƒ”რი +tile.beacon.name=შუქურრ+tile.beacon.primary=ძირითáƒáƒ“ი ძáƒáƒšáƒ +tile.beacon.secondary=მეáƒáƒ áƒáƒ“ი ძáƒáƒšáƒ +tile.bed.name=სáƒáƒ¬áƒáƒšáƒ˜ +tile.bed.noSleep=ძილი შესáƒáƒ«áƒšáƒ”ბელირმხáƒáƒšáƒáƒ“ ღáƒáƒ›áƒ”ს +tile.bed.notSafe=áƒáƒ®áƒšáƒ ვერ დáƒáƒ˜áƒ«áƒ˜áƒœáƒ”ბთ, მáƒáƒœáƒ¡áƒ¢áƒ áƒ”ბი áƒáƒ®áƒšáƒáƒ¡ áƒáƒ áƒ˜áƒáƒœ +tile.bed.notValid=თქვენ სáƒáƒ¬áƒáƒšáƒ¡ áƒáƒœ რáƒáƒ›áƒ” ეღáƒáƒ‘ებáƒ, áƒáƒœ ის დáƒáƒ™áƒáƒ áƒ’ულირ+tile.bed.occupied=ეს სáƒáƒ¬áƒáƒšáƒ˜ დáƒáƒ™áƒáƒ•ებულირ+tile.bedrock.name=სáƒáƒ«áƒ˜áƒ áƒ™áƒ•ლრქვრ+tile.birchFence.name=áƒáƒ áƒ§áƒ˜áƒ¡ ღáƒáƒ‘ე +tile.birchFenceGate.name=áƒáƒ áƒ§áƒ˜áƒ¡ ღáƒáƒ‘ის ჭიშკáƒáƒ áƒ˜ +tile.blockCoal.name=ქვáƒáƒœáƒáƒ®áƒ¨áƒ˜áƒ áƒ˜áƒ¡ ბლáƒáƒ™áƒ˜ +tile.blockDiamond.name=áƒáƒšáƒ›áƒáƒ¡áƒ˜áƒ¡ ბლáƒáƒ™áƒ˜ +tile.blockEmerald.name=ზურმუხტის ბლáƒáƒ™áƒ˜ +tile.blockGold.name=áƒáƒ¥áƒ áƒáƒ¡ ბლáƒáƒ™áƒ˜ +tile.blockIron.name=რკინის ბლáƒáƒ™áƒ˜ +tile.blockLapis.name=ლილáƒáƒ¥áƒ•ის ბლáƒáƒ™áƒ˜ +tile.blockRedstone.name=წითელქვის ბლáƒáƒ™áƒ˜ +tile.bookshelf.name=წიგნის თáƒáƒ áƒ +tile.brick.name=áƒáƒ’ურები +tile.button.name=ღილáƒáƒ™áƒ˜ +tile.cactus.name=კáƒáƒ¥áƒ¢áƒ£áƒ¡áƒ˜ +tile.cake.name=ტáƒáƒ áƒ¢áƒ˜ +tile.carrots.name=სტáƒáƒ¤áƒ˜áƒšáƒ +tile.cauldron.name=ქვáƒáƒ‘ი +tile.chest.name=სკივრი +tile.chestTrap.name=ხáƒáƒ¤áƒáƒœáƒ’იáƒáƒœáƒ˜ სკივრი +tile.clay.name=თიხრ+tile.clayHardened.name=გáƒáƒ›áƒáƒ›áƒ¬áƒ•áƒáƒ áƒ˜ თიხრ+tile.clayHardenedStained.black.name=შáƒáƒ•ი თიხრ+tile.clayHardenedStained.blue.name=ლურჯი თიხრ+tile.clayHardenedStained.brown.name=ყáƒáƒ•ისფერი თიხრ+tile.clayHardenedStained.cyan.name=ცისფერი თიხრ+tile.clayHardenedStained.gray.name=ნáƒáƒªáƒ áƒ˜áƒ¡áƒ¤áƒ”რი თიხრ+tile.clayHardenedStained.green.name=მწვáƒáƒœáƒ” თიხრ+tile.clayHardenedStained.lightBlue.name=ღიáƒ-ლურჯი თიხრ+tile.clayHardenedStained.lime.name=სáƒáƒšáƒáƒ—ისფერი თიხრ+tile.clayHardenedStained.magenta.name=იáƒáƒ¡áƒáƒ›áƒœáƒ˜áƒ¡áƒ¤áƒ”რი თიხრ+tile.clayHardenedStained.name=ფერáƒáƒ“ი თიხრ+tile.clayHardenedStained.orange.name=ნáƒáƒ áƒ˜áƒœáƒ¯áƒ˜áƒ¡áƒ¤áƒ”რი თიხრ+tile.clayHardenedStained.pink.name=ვáƒáƒ áƒ“ისფერი თიხრ+tile.clayHardenedStained.purple.name=áƒáƒšáƒ˜áƒ¡áƒ¤áƒ”რი თიხრ+tile.clayHardenedStained.red.name=წითელი თიხრ+tile.clayHardenedStained.silver.name=ღიáƒ-ნáƒáƒªáƒ áƒ˜áƒ¡áƒ¤áƒ”რი თიხრ+tile.clayHardenedStained.white.name=თეთრი თიხრ+tile.clayHardenedStained.yellow.name=ყვითელი თიხრ+tile.cloth.black.name=შáƒáƒ•ი მáƒáƒ¢áƒ§áƒšáƒ˜ +tile.cloth.blue.name=ლურჯი მáƒáƒ¢áƒ§áƒšáƒ˜ +tile.cloth.brown.name=ყáƒáƒ•ისფერი მáƒáƒ¢áƒ§áƒšáƒ˜ +tile.cloth.cyan.name=ცისფერი მáƒáƒ¢áƒ§áƒšáƒ˜ +tile.cloth.gray.name=ნáƒáƒªáƒ áƒ˜áƒ¡áƒ¤áƒ”რი მáƒáƒ¢áƒ§áƒšáƒ˜ +tile.cloth.green.name=მწვáƒáƒœáƒ” მáƒáƒ¢áƒ§áƒšáƒ˜ +tile.cloth.lightBlue.name=ღიáƒ-ლურჯი მáƒáƒ¢áƒ§áƒšáƒ˜ +tile.cloth.lime.name=სáƒáƒšáƒáƒ—ისფერი მáƒáƒ¢áƒ§áƒšáƒ˜ +tile.cloth.magenta.name=იáƒáƒ¡áƒáƒ›áƒœáƒ˜áƒ¡áƒ¤áƒ”რი მáƒáƒ¢áƒ§áƒšáƒ˜ +tile.cloth.name=მáƒáƒ¢áƒ§áƒšáƒ˜ +tile.cloth.orange.name=ნáƒáƒ áƒ˜áƒœáƒ¯áƒ˜áƒ¡áƒ¤áƒ”რი მáƒáƒ¢áƒ§áƒšáƒ˜ +tile.cloth.pink.name=ვáƒáƒ áƒ“ისფერი მáƒáƒ¢áƒ§áƒšáƒ˜ +tile.cloth.purple.name=áƒáƒšáƒ˜áƒ¡áƒ¤áƒ”რი მáƒáƒ¢áƒ§áƒšáƒ˜ +tile.cloth.red.name=წითელი მáƒáƒ¢áƒ§áƒšáƒ˜ +tile.cloth.silver.name=ღიáƒ-ნáƒáƒªáƒ áƒ˜áƒ¡áƒ¤áƒ”რი მáƒáƒ¢áƒ§áƒšáƒ˜ +tile.cloth.white.name=მáƒáƒ¢áƒ§áƒšáƒ˜ +tile.cloth.yellow.name=ყვითელი მáƒáƒ¢áƒ§áƒšáƒ˜ +tile.cobbleWall.mossy.name=ხáƒáƒ•სიáƒáƒœáƒ˜ რიყის ქვის კედელი +tile.cobbleWall.normal.name=რიყის ქვის კედელი +tile.cocoa.name=კáƒáƒ™áƒáƒ +tile.commandBlock.name=ბრძáƒáƒœáƒ”ბის ბლáƒáƒ™áƒ˜ +tile.crops.name=მáƒáƒ¡áƒáƒ•áƒáƒšáƒ˜ +tile.darkOakFence.name=მუქი მუხის ღáƒáƒ‘ე +tile.darkOakFenceGate.name=მუქი მუხის ღáƒáƒ‘ის ჭიშკáƒáƒ áƒ˜ +tile.daylightDetector.name=დღის სინáƒáƒ—ლის სენსáƒáƒ áƒ˜ +tile.deadbush.name=გáƒáƒ›áƒ®áƒ›áƒáƒ áƒ˜ ბუჩქი +tile.detectorRail.name=მგრძნáƒáƒ‘იáƒáƒ áƒ” რელსი +tile.dirt.coarse.name=გáƒáƒ›áƒáƒ›áƒ¨áƒ áƒáƒšáƒ˜ მიწრ+tile.dirt.default.name=მიწრ+tile.dirt.name=მიწრ+tile.dirt.podzol.name=ეწერი +tile.dispenser.name=გáƒáƒ›áƒ¢áƒ§áƒáƒ áƒªáƒœáƒ˜ +tile.doorIron.name=რკინის ქáƒáƒ áƒ”ბი +tile.doorWood.name=ხის კáƒáƒ áƒ”ბი +tile.doublePlant.fern.name=დიდი გვიმრრ+tile.doublePlant.grass.name=áƒáƒ áƒ›áƒáƒ’ი ბáƒáƒšáƒáƒ®áƒ˜ +tile.doublePlant.name=ნáƒáƒ áƒ’áƒáƒ•ი +tile.doublePlant.paeonia.name=ყáƒáƒ§áƒáƒ©áƒ +tile.doublePlant.rose.name=ვáƒáƒ áƒ“ის ბუჩქი +tile.doublePlant.sunflower.name=მზესუმზირრ+tile.doublePlant.syringa.name=იáƒáƒ¡áƒáƒ›áƒáƒœáƒ˜ +tile.dragonEgg.name=დრáƒáƒ™áƒáƒœáƒ˜áƒ¡ კვერცხი +tile.dropper.name=დáƒáƒ›áƒ§áƒ áƒ”ლი +tile.enchantmentTable.name=მáƒáƒ¯áƒáƒ“áƒáƒ”ბის áƒáƒ“გილი +tile.endPortalFrame.name=დáƒáƒ¡áƒáƒ¡áƒ áƒ£áƒšáƒ˜áƒ¡ პáƒáƒ áƒ¢áƒáƒšáƒ˜ +tile.enderChest.name=დáƒáƒ¡áƒáƒ¡áƒ áƒ£áƒšáƒ˜áƒ¡ სკივრი +tile.farmland.name=დáƒáƒ›áƒ£áƒ¨áƒáƒ•ებული მიწრ+tile.fence.name=ღáƒáƒ‘ე +tile.fenceGate.name=ღáƒáƒ‘ის ჭიშკáƒáƒ áƒ˜ +tile.fenceIron.name=რკინის გისáƒáƒ¡áƒ”ბი +tile.fire.name=ცეცხლი +tile.flower1.dandelion.name=ბáƒáƒ‘უáƒáƒ¬áƒ•ერრ+tile.flower1.name=ყვáƒáƒ•ილი +tile.flower2.allium.name=ხáƒáƒ®áƒ•ი +tile.flower2.blueOrchid.name=ლურჯი áƒáƒ áƒ¥áƒ˜áƒ“ერ+tile.flower2.houstonia.name=ცისფერი ბლუეტი +tile.flower2.name=ყვáƒáƒ•ილი +tile.flower2.oxeyeDaisy.name=გვირილრ+tile.flower2.poppy.name=ყáƒáƒ§áƒáƒ©áƒ +tile.flower2.tulipOrange.name=ნáƒáƒ áƒ˜áƒœáƒ¯áƒ˜áƒ¡áƒ¤áƒ”რი ტიტრ+tile.flower2.tulipPink.name=ვáƒáƒ áƒ“ისფერი ტიტრ+tile.flower2.tulipRed.name=წითელი ტიტრ+tile.flower2.tulipWhite.name=თეთრი ტიტრ+tile.furnace.name=ღუმელი +tile.glass.name=შუშის ბლáƒáƒ™áƒ˜ +tile.goldenRail.name=áƒáƒ›áƒáƒ©áƒ¥áƒáƒ áƒ”ბელი +tile.grass.name=ბáƒáƒšáƒáƒ®áƒ˜áƒ¡ ბლáƒáƒ™áƒ˜ +tile.gravel.name=ხრეში +tile.hayBlock.name=თივის შეკვრრ+tile.hellrock.name=ქვეშეთქვრ+tile.hellsand.name=სულთრქვიშრ+tile.hopper.name=ძáƒáƒ‘რი +tile.ice.name=ყინული +tile.icePacked.name=მკვრივი ყინული +tile.ironTrapdoor.name=რკინის სáƒáƒ«áƒ•რენი +tile.jukebox.name=დáƒáƒ›áƒ™áƒ•რელი +tile.jungleFence.name=ჯუნგლის ღáƒáƒ‘ე +tile.jungleFenceGate.name=ჯუნგლის ღáƒáƒ‘ის ჭიშკáƒáƒ áƒ˜ +tile.ladder.name=კიბე +tile.lava.name=ლáƒáƒ•რ+tile.leaves.acacia.name=áƒáƒ™áƒáƒªáƒ˜áƒ˜áƒ¡ ფáƒáƒ—ლები +tile.leaves.big_oak.name=მუქი მუხის ფáƒáƒ—ლები +tile.leaves.birch.name=áƒáƒ áƒ§áƒ˜áƒ¡ ფáƒáƒ—ლები +tile.leaves.jungle.name=ჯუნგლის ფáƒáƒ—ლები +tile.leaves.name=ფáƒáƒ—ლები +tile.leaves.oak.name=მუხის ფáƒáƒ—ლები +tile.leaves.spruce.name=ნáƒáƒ«áƒ•ის ფáƒáƒ—ლები +tile.lever.name=ბერკეტი +tile.lightgem.name=ნáƒáƒ—áƒáƒ‘ქვრ+tile.litpumpkin.name=მáƒáƒœáƒáƒ—áƒáƒ‘ელი გáƒáƒ’რრ+tile.lockedchest.name=ჩáƒáƒ™áƒ”ტილი სკივრი +tile.log.acacia.name=áƒáƒ™áƒáƒªáƒ˜áƒ˜áƒ¡ ხე +tile.log.big_oak.name=მუქი მუხის ხე +tile.log.birch.name=áƒáƒ áƒ§áƒ˜áƒ¡ ხე +tile.log.jungle.name=ჯუნგლის ხე +tile.log.name=ხე +tile.log.oak.name=მუხის ხე +tile.log.spruce.name=ნáƒáƒ«áƒ•ის ხე +tile.melon.name=სáƒáƒ–áƒáƒ›áƒ—რრ+tile.mobSpawner.name=მáƒáƒœáƒ¡áƒ¢áƒ áƒ”ბის გáƒáƒ›áƒ©áƒ”ნი +tile.monsterStoneEgg.brick.name=ვერცხლისთევზის ქვის áƒáƒ’ური +tile.monsterStoneEgg.chiseledbrick.name=ვერცხლისთევზის მáƒáƒžáƒ˜áƒ áƒ™áƒ”თებული ქვის áƒáƒ’ური +tile.monsterStoneEgg.cobble.name=ვერცხლისთევზის რიყის ქვრ+tile.monsterStoneEgg.crackedbrick.name=ვერცხლისთევზის გáƒáƒ‘ზáƒáƒ áƒ£áƒšáƒ˜ ქვის áƒáƒ’ური +tile.monsterStoneEgg.mossybrick.name=ვერცხლისთევზის ხáƒáƒ•სიáƒáƒœáƒ˜ ქვის áƒáƒ’ური +tile.monsterStoneEgg.name=ვერცხლისთევზის ქვრ+tile.monsterStoneEgg.stone.name=ვერცხლისთევზის ქვრ+tile.mushroom.name=სáƒáƒ™áƒ +tile.musicBlock.name=მუსიკáƒáƒšáƒ£áƒ áƒ˜ ბლáƒáƒ™áƒ˜ +tile.mycel.name=მიცელიუმი +tile.netherBrick.name=ქვეშეთáƒáƒ’ური +tile.netherFence.name=ქვეშეთáƒáƒ’ურის ღáƒáƒ‘ე +tile.netherStalk.name=ქვეშეთის მეჭეჭრ+tile.netherquartz.name=ქვეშეთის კვáƒáƒ áƒªáƒ˜áƒ¡ მáƒáƒ“áƒáƒœáƒ˜ +tile.notGate.name=წითელქვის ჩირáƒáƒ¦áƒ“áƒáƒœáƒ˜ +tile.obsidian.name=áƒáƒ‘სიდიáƒáƒœáƒ˜ +tile.oreCoal.name=ქვáƒáƒœáƒáƒ®áƒ¨áƒ˜áƒ áƒ˜áƒ¡ მáƒáƒ“áƒáƒœáƒ˜ +tile.oreDiamond.name=áƒáƒšáƒ›áƒáƒ¡áƒ˜áƒ¡ მáƒáƒ“áƒáƒœáƒ˜ +tile.oreEmerald.name=ზურმუხტის მáƒáƒ“áƒáƒœáƒ˜ +tile.oreGold.name=áƒáƒ¥áƒ áƒáƒ¡ მáƒáƒ“áƒáƒœáƒ˜ +tile.oreIron.name=რკინის მáƒáƒ“áƒáƒœáƒ˜ +tile.oreLapis.name=ლილáƒáƒ¥áƒ•ის მáƒáƒ“áƒáƒœáƒ˜ +tile.oreRedstone.name=წითელქვის მáƒáƒ“áƒáƒœáƒ˜ +tile.oreRuby.name=ლáƒáƒšáƒ˜áƒ¡ მáƒáƒ“áƒáƒœáƒ˜ +tile.pistonBase.name=დგუში +tile.pistonStickyBase.name=წებáƒáƒ•áƒáƒœáƒ˜ დგუში +tile.portal.name=პáƒáƒ áƒ¢áƒáƒšáƒ˜ +tile.potatoes.name=კáƒáƒ áƒ¢áƒáƒ¤áƒ˜áƒšáƒ˜ +tile.pressurePlateStone.name=ქვის მგრძნáƒáƒ‘იáƒáƒ áƒ” ფილრ+tile.pressurePlateWood.name=ხის მგრძნáƒáƒ‘იáƒáƒ áƒ” ფილრ+tile.prismarine.bricks.name=პრიზმáƒáƒ áƒ˜áƒœáƒ˜áƒ¡ áƒáƒ’ურები +tile.prismarine.dark.name=მუქი პრიზმáƒáƒ áƒ˜áƒœáƒ˜ +tile.prismarine.rough.name=პრიზმáƒáƒ áƒ˜áƒœáƒ˜ +tile.pumpkin.name=გáƒáƒ’რრ+tile.quartzBlock.chiseled.name=გáƒáƒ›áƒáƒ¥áƒáƒœáƒ“áƒáƒ™áƒ”ბული კვáƒáƒ áƒªáƒ˜áƒ¡ ბლáƒáƒ™áƒ˜ +tile.quartzBlock.default.name=კვáƒáƒ áƒªáƒ˜áƒ¡ ბლáƒáƒ™áƒ˜ +tile.quartzBlock.lines.name=სáƒáƒ§áƒ áƒ“ენი კვáƒáƒ áƒªáƒ˜áƒ¡ ბლáƒáƒ™áƒ˜ +tile.quartzBlock.name=კვáƒáƒ áƒªáƒ˜áƒ¡ ბლáƒáƒ™áƒ˜ +tile.rail.name=რელსი +tile.redSandStone.chiseled.name=მáƒáƒžáƒ˜áƒ áƒ™áƒ”თებული წითელი ქვიშáƒáƒ¥áƒ•რ+tile.redSandStone.default.name=წითელი ქვიშáƒáƒ¥áƒ•რ+tile.redSandStone.name=წითელი ქვიშáƒáƒ¥áƒ•რ+tile.redSandStone.smooth.name=გლუვი წითელი ქვიშáƒáƒ¥áƒ•რ+tile.redstoneDust.name=წითელქვის მტვერი +tile.redstoneLight.name=წითელქვის ნáƒáƒ—ურრ+tile.reeds.name=შáƒáƒ¥áƒ áƒ˜áƒ¡ ლერწáƒáƒ›áƒ˜ +tile.sand.default.name=ქვიშრ+tile.sand.name=ქვიშრ+tile.sand.red.name=წითელი ქვიშრ+tile.sandStone.chiseled.name=მáƒáƒžáƒ˜áƒ áƒ™áƒ”თებული ქვიშáƒáƒ¥áƒ•რ+tile.sandStone.default.name=ქვიშáƒáƒ¥áƒ•რ+tile.sandStone.name=ქვიშáƒáƒ¥áƒ•რ+tile.sandStone.smooth.name=გლუვი ქვეშáƒáƒ¥áƒ•რ+tile.sapling.acacia.name=áƒáƒ™áƒáƒªáƒ˜áƒ˜áƒ¡ ნერგი +tile.sapling.big_oak.name=მუქი მუხის ნერგი +tile.sapling.birch.name=áƒáƒ áƒ§áƒ˜áƒ¡ ნერგი +tile.sapling.jungle.name=ჯუნგლის ხის ნერგი +tile.sapling.oak.name=მუხის ნერგი +tile.sapling.spruce.name=ნáƒáƒ«áƒ•ის ნერგი +tile.seaLantern.name=ზღვის სáƒáƒœáƒáƒ—ი +tile.sign.name=ნიშáƒáƒœáƒ˜ +tile.slime.name=ლáƒáƒ áƒ¬áƒáƒ¡ ბლáƒáƒ™áƒ˜ +tile.snow.name=თáƒáƒ•ლი +tile.sponge.dry.name=ღრუბელი +tile.sponge.wet.name=სველი ღრუბელი +tile.spruceFence.name=ნáƒáƒ«áƒ•ის ღáƒáƒ‘ე +tile.spruceFenceGate.name=ნáƒáƒ«áƒ•ის ღáƒáƒ‘ის ჭიშკáƒáƒ áƒ˜ +tile.stainedGlass.black.name=შáƒáƒ•ი შუშის ბლáƒáƒ™áƒ˜ +tile.stainedGlass.blue.name=ლურჯი შუშის ბლáƒáƒ™áƒ˜ +tile.stainedGlass.brown.name=ყáƒáƒ•ისფერი შუშის ბლáƒáƒ™áƒ˜ +tile.stainedGlass.cyan.name=ცისფერი შუშის ბლáƒáƒ™áƒ˜ +tile.stainedGlass.gray.name=ნáƒáƒªáƒ áƒ˜áƒ¡áƒ¤áƒ”რი შუშის ბლáƒáƒ™áƒ˜ +tile.stainedGlass.green.name=მწვáƒáƒœáƒ” შუშის ბლáƒáƒ™áƒ˜ +tile.stainedGlass.lightBlue.name=ღიáƒ-ლურჯი შუშის ბლáƒáƒ™áƒ˜ +tile.stainedGlass.lime.name=სáƒáƒšáƒáƒ—ისფერი შუშის ბლáƒáƒ™áƒ˜ +tile.stainedGlass.magenta.name=იáƒáƒ¡áƒáƒ›áƒœáƒ˜áƒ¡áƒ¤áƒ”რი შუშის ბლáƒáƒ™áƒ˜ +tile.stainedGlass.name=ფერáƒáƒ“ი შუშის ბლáƒáƒ™áƒ˜ +tile.stainedGlass.orange.name=ნáƒáƒ áƒ˜áƒœáƒ¯áƒ˜áƒ¡áƒ¤áƒ”რი შუშის ბლáƒáƒ™áƒ˜ +tile.stainedGlass.pink.name=ვáƒáƒ áƒ“ისფერი შუშის ბლáƒáƒ™áƒ˜ +tile.stainedGlass.purple.name=áƒáƒšáƒ˜áƒ¡áƒ¤áƒ”რი შუშის ბლáƒáƒ™áƒ˜ +tile.stainedGlass.red.name=წითელი შუშის ბლáƒáƒ™áƒ˜ +tile.stainedGlass.silver.name=ღიáƒ-ნáƒáƒªáƒ áƒ˜áƒ¡áƒ¤áƒ”რი შუშის ბლáƒáƒ™áƒ˜ +tile.stainedGlass.white.name=თეთრი შუშის ბლáƒáƒ™áƒ˜ +tile.stainedGlass.yellow.name=ყვითელი შუშის ბლáƒáƒ™áƒ˜ +tile.stairsBrick.name=áƒáƒ’ურის სáƒáƒ¤áƒ”ხურები +tile.stairsNetherBrick.name=ქვეშეთáƒáƒ’ურის სáƒáƒ¤áƒ”ხურები +tile.stairsQuartz.name=კვáƒáƒ áƒªáƒ˜áƒ¡ სáƒáƒ¤áƒ”ხურები +tile.stairsRedSandStone.name=წითელი ქვიშáƒáƒ¥áƒ•ის სáƒáƒ¤áƒ”ხურები +tile.stairsSandStone.name=ქვიშáƒáƒ¥áƒ•ის სáƒáƒ¤áƒ”ხურები +tile.stairsStone.name=ქვის სáƒáƒ¤áƒ”ხურები +tile.stairsStoneBrickSmooth.name=ქვის áƒáƒ’ურის სáƒáƒ¤áƒ”ხურები +tile.stairsWood.name=მუხის სáƒáƒ¤áƒ”ხურები +tile.stairsWoodAcacia.name=áƒáƒ™áƒáƒªáƒ˜áƒ˜áƒ¡ სáƒáƒ¤áƒ”ხურები +tile.stairsWoodBirch.name=áƒáƒ áƒ§áƒ˜áƒ¡ სáƒáƒ¤áƒ”ხურები +tile.stairsWoodDarkOak.name=მუქი მუხის სáƒáƒ¤áƒ”ხურები +tile.stairsWoodJungle.name=ჯუნგლის ხის სáƒáƒ¤áƒ”ხურები +tile.stairsWoodSpruce.name=ნáƒáƒ«áƒ•ის სáƒáƒ¤áƒ”ხურები +tile.stone.andesite.name=áƒáƒœáƒ“ეზიტი +tile.stone.andesiteSmooth.name=გáƒáƒžáƒ áƒ˜áƒáƒšáƒ”ბული áƒáƒœáƒ“ეზიტი +tile.stone.diorite.name=დიáƒáƒ áƒ˜áƒ¢áƒ˜ +tile.stone.dioriteSmooth.name=გáƒáƒžáƒ áƒ˜áƒáƒšáƒ”ბული დიáƒáƒ áƒ˜áƒ¢áƒ˜ +tile.stone.granite.name=გრáƒáƒœáƒ˜áƒ¢áƒ˜ +tile.stone.graniteSmooth.name=გáƒáƒžáƒ áƒ˜áƒáƒšáƒ”ბული გრáƒáƒœáƒ˜áƒ¢áƒ˜ +tile.stone.stone.name=ქვრ+tile.stoneMoss.name=ხáƒáƒ•სიáƒáƒœáƒ˜ რიყის ქვრ+tile.stoneSlab.brick.name=áƒáƒ’ურის ფილრ+tile.stoneSlab.cobble.name=რიყის ქვის ფილრ+tile.stoneSlab.name=ქვის ფილრ+tile.stoneSlab.netherBrick.name=ქვეშეთáƒáƒ’ურის ფილრ+tile.stoneSlab.quartz.name=კვáƒáƒ áƒªáƒ˜áƒ¡ ფილრ+tile.stoneSlab.sand.name=ქვიშáƒáƒ¥áƒ•ის ფილრ+tile.stoneSlab.smoothStoneBrick.name=ქვის áƒáƒ’ურის ფილრ+tile.stoneSlab.stone.name=ქვის ფილრ+tile.stoneSlab.wood.name=ხის ფილრ+tile.stoneSlab2.red_sandstone.name=წითელი ქვიშáƒáƒ¥áƒ•ის ფილრ+tile.stonebrick.name=რიყის ქვრ+tile.stonebricksmooth.chiseled.name=მáƒáƒžáƒ˜áƒ áƒ™áƒ”თებული ქვის áƒáƒ’ურები +tile.stonebricksmooth.cracked.name=გáƒáƒ‘ზáƒáƒ áƒ£áƒšáƒ˜ ქვის áƒáƒ’ურები +tile.stonebricksmooth.default.name=ქვის áƒáƒ’ურები +tile.stonebricksmooth.mossy.name=ხáƒáƒ•სიáƒáƒœáƒ˜ ქვის áƒáƒ’ურები +tile.stonebricksmooth.name=ქვის áƒáƒ’ურები +tile.tallgrass.fern.name=გვიმრრ+tile.tallgrass.grass.name=ბáƒáƒšáƒáƒ®áƒ˜ +tile.tallgrass.name=ბáƒáƒšáƒáƒ®áƒ˜ +tile.tallgrass.shrub.name=ბუჩქი +tile.thinGlass.name=შუშრ+tile.thinStainedGlass.black.name=შáƒáƒ•ი შუშრ+tile.thinStainedGlass.blue.name=ლურჯი შუშრ+tile.thinStainedGlass.brown.name=ყáƒáƒ•ისფერი შუშრ+tile.thinStainedGlass.cyan.name=ცისფერი შუშრ+tile.thinStainedGlass.gray.name=ნáƒáƒªáƒ áƒ˜áƒ¡áƒ¤áƒ”რი შუშრ+tile.thinStainedGlass.green.name=მწვáƒáƒœáƒ” შუშრ+tile.thinStainedGlass.lightBlue.name=ღიáƒ-ცისფერი შუშრ+tile.thinStainedGlass.lime.name=სáƒáƒšáƒáƒ—ისფერი შუშრ+tile.thinStainedGlass.magenta.name=იáƒáƒ¡áƒáƒ›áƒœáƒ˜áƒ¡áƒ¤áƒ”რი შუშრ+tile.thinStainedGlass.name=ფერáƒáƒ“ი შუშრ+tile.thinStainedGlass.orange.name=ნáƒáƒ áƒ˜áƒœáƒ¯áƒ˜áƒ¡áƒ¤áƒ”რი შუშრ+tile.thinStainedGlass.pink.name=ვáƒáƒ áƒ“ისფერი შუშრ+tile.thinStainedGlass.purple.name=áƒáƒšáƒ˜áƒ¡áƒ¤áƒ”რი შუშრ+tile.thinStainedGlass.red.name=წითელი შუშრ+tile.thinStainedGlass.silver.name=ღიáƒ-ნáƒáƒªáƒ áƒ˜áƒ¡áƒ¤áƒ”რი შუშრ+tile.thinStainedGlass.white.name=თეთრი შუშრ+tile.thinStainedGlass.yellow.name=ყვითელი შუშრ+tile.tnt.name=TNT áƒáƒ¡áƒáƒ¤áƒ”თქებელი +tile.torch.name=ჩირáƒáƒ¦áƒ“áƒáƒœáƒ˜ +tile.trapdoor.name=სáƒáƒ«áƒ•რენი +tile.tripWire.name=ხáƒáƒ¤áƒáƒœáƒ’ი +tile.tripWireSource.name=ხáƒáƒ¤áƒáƒœáƒ’ის კáƒáƒ£áƒ­áƒ˜ +tile.vine.name=სურრ+tile.water.name=წყáƒáƒšáƒ˜ +tile.waterlily.name=ლილიáƒáƒ¡ ფáƒáƒ—áƒáƒšáƒ˜ +tile.web.name=áƒáƒ‘ლáƒáƒ‘უდრ+tile.weightedPlate_heavy.name=წáƒáƒœáƒ˜áƒ¡ მგრძნáƒáƒ‘იáƒáƒ áƒ” ფილრ(მძიმე) +tile.weightedPlate_light.name=წáƒáƒœáƒ˜áƒ¡ მგრძნáƒáƒ‘იáƒáƒ áƒ” ფილრ(მსუბუქი) +tile.whiteStone.name=სáƒáƒ¡áƒ áƒ£áƒšáƒ¥áƒ•რ+tile.wood.acacia.name=áƒáƒ™áƒáƒªáƒ˜áƒ˜áƒ¡ ფიცრები +tile.wood.big_oak.name=მუქი მუხის ფიცრები +tile.wood.birch.name=áƒáƒ áƒ§áƒ˜áƒ¡ ფიცრები +tile.wood.jungle.name=ჯუნგლის ხის ფიცრები +tile.wood.name=ფიცრები +tile.wood.oak.name=მუხის ფიცრები +tile.wood.spruce.name=ნáƒáƒ«áƒ•ის ფიცრები +tile.woodSlab.acacia.name=áƒáƒ™áƒáƒªáƒ˜áƒ˜áƒ¡ ხის ფილრ+tile.woodSlab.big_oak.name=მუქი მუხის ხის ფილრ+tile.woodSlab.birch.name=áƒáƒ áƒ§áƒ˜áƒ¡ ხის ფილრ+tile.woodSlab.jungle.name=ჯუნგლის ხის ფილრ+tile.woodSlab.name=ხის ფილრ+tile.woodSlab.oak.name=მუხის ხის ფილრ+tile.woodSlab.spruce.name=ნáƒáƒ«áƒ•ის ხის ფილრ+tile.woolCarpet.black.name=შáƒáƒ•ი ხáƒáƒšáƒ˜áƒ©áƒ +tile.woolCarpet.blue.name=ლურჯი ხáƒáƒšáƒ˜áƒ©áƒ +tile.woolCarpet.brown.name=ყáƒáƒ•ისფერი ხáƒáƒšáƒ˜áƒ©áƒ +tile.woolCarpet.cyan.name=ცისფერი ხáƒáƒšáƒ˜áƒ©áƒ +tile.woolCarpet.gray.name=ნáƒáƒªáƒ áƒ˜áƒ¡áƒ¤áƒ”რი ხáƒáƒšáƒ˜áƒ©áƒ +tile.woolCarpet.green.name=მწვáƒáƒœáƒ” ხáƒáƒšáƒ˜áƒ©áƒ +tile.woolCarpet.lightBlue.name=ღიáƒ-ლურჯი ხáƒáƒšáƒ˜áƒ©áƒ +tile.woolCarpet.lime.name=სáƒáƒšáƒáƒ—ისფერი ხáƒáƒšáƒ˜áƒ©áƒ +tile.woolCarpet.magenta.name=იáƒáƒ¡áƒáƒ›áƒœáƒ˜áƒ¡áƒ¤áƒ”რი ხáƒáƒšáƒ˜áƒ©áƒ +tile.woolCarpet.name=ხáƒáƒšáƒ˜áƒ©áƒ +tile.woolCarpet.orange.name=ნáƒáƒ áƒ˜áƒœáƒ¯áƒ˜áƒ¡áƒ¤áƒ”რი ხáƒáƒšáƒ˜áƒ©áƒ +tile.woolCarpet.pink.name=ვáƒáƒ áƒ“ისფერი ხáƒáƒšáƒ˜áƒ©áƒ +tile.woolCarpet.purple.name=áƒáƒšáƒ˜áƒ¡áƒ¤áƒ”რი ხáƒáƒšáƒ˜áƒ©áƒ +tile.woolCarpet.red.name=წითელი ხáƒáƒšáƒ˜áƒ©áƒ +tile.woolCarpet.silver.name=ღიáƒ-ნáƒáƒªáƒ áƒ˜áƒ¡áƒ¤áƒ”რი ხáƒáƒšáƒ˜áƒ©áƒ +tile.woolCarpet.white.name=ხáƒáƒšáƒ˜áƒ©áƒ +tile.woolCarpet.yellow.name=ყვითელი ხáƒáƒšáƒ˜áƒ©áƒ +tile.workbench.name=დáƒáƒ–გრ+title.oldgl1=áƒáƒ¦áƒ›áƒáƒ©áƒ”ნილირძველი ვიდერბáƒáƒ áƒáƒ—ი; áƒáƒ›áƒáƒœ შეიძლებრხელი შეგიშáƒáƒšáƒáƒ— +title.oldgl2=სáƒáƒ›áƒáƒ›áƒáƒ•ლáƒáƒ“ სáƒáƒ­áƒ˜áƒ áƒ იქნებრOpenGL 2.0. +translation.test.args=%s %s +translation.test.invalid=გáƒáƒ›áƒáƒ áƒ¯áƒáƒ‘რ% +translation.test.invalid2=გáƒáƒ›áƒáƒ áƒ¯áƒáƒ‘რ%s +translation.test.none=მáƒáƒ’ესáƒáƒšáƒ›áƒ”ბი, სáƒáƒ›áƒ§áƒáƒ áƒ! +translation.test.world=სáƒáƒ›áƒ§áƒáƒ áƒ diff --git a/javascript/lang/ko_KR.lang b/javascript/lang/ko_KR.lang new file mode 100755 index 00000000..73507b88 --- /dev/null +++ b/javascript/lang/ko_KR.lang @@ -0,0 +1,2492 @@ +achievement.acquireIron=철기 ì‹œëŒ€ì˜ ì„œë§‰ +achievement.acquireIron.desc=철괴를 제련하세요 +achievement.bakeCake=The Cake is a Lie +achievement.bakeCake.desc=ë°€, 설탕, 우유, 달걀! +achievement.blazeRod=í¬í™” ì†ìœ¼ë¡œ +achievement.blazeRod.desc=블레ì´ì¦ˆì˜ 막대를 얻으세요 +achievement.bookcase=책벌레 +achievement.bookcase.desc=ë§ˆë²•ë¶€ì—¬ëŒ€ì˜ ëŠ¥ë ¥ì„ í–¥ìƒì‹œí‚¤ê¸° 위해 ì±…ìž¥ì„ ì§€ìœ¼ì„¸ìš” +achievement.breedCow=ì¦ì‹ +achievement.breedCow.desc=밀로 ë‘ ë§ˆë¦¬ì˜ ì†Œë¥¼ êµë°°í•˜ì„¸ìš” +achievement.buildBetterPickaxe=업그레ì´ë“œ 개시 +achievement.buildBetterPickaxe.desc=보다 ë” ì¢‹ì€ ê³¡ê´­ì´ë¥¼ 만드세요 +achievement.buildFurnace=í™”ëˆí•œ ì´ì•¼ê¸° +achievement.buildFurnace.desc=8ê°œì˜ ì¡°ì•½ëŒë¡œ 화로를 만드세요 +achievement.buildHoe=ë†ì‚¬ 개시! +achievement.buildHoe.desc=목재와 막대기를 ì´ìš©í•´ì„œ ê´­ì´ë¥¼ 만드세요 +achievement.buildPickaxe=채굴 개시! +achievement.buildPickaxe.desc=목재와 막대기로 곡괭ì´ë¥¼ 만드세요 +achievement.buildSword=사냥할 시간ì´ë‹¤! +achievement.buildSword.desc=목재와 막대로 ê²€ì„ ë§Œë“œì„¸ìš” +achievement.buildWorkBench=작업 걸어볼까? +achievement.buildWorkBench.desc=목재 4개로 작업대를 만드세요 +achievement.cookFish=ë‘˜ì´ ë¨¹ë‹¤ 하나가 ì£½ì–´ë„ ëª¨ë¥¼ ë§› +achievement.cookFish.desc=물고기를 잡아서 구우세요! +achievement.diamonds=다ì´ì•„몬드! +achievement.diamonds.desc=ì²  곡괭ì´ë¥¼ 사용하여 다ì´ì•„몬드를 ìºì„¸ìš” +achievement.diamondsToYou=다ì´ì•„몬드를 그대ì—게! +achievement.diamondsToYou.desc=다ì´ì•„몬드를 다른 플레ì´ì–´ì—게 ë˜ì ¸ì£¼ì„¸ìš” +achievement.enchantments=ë§ˆë²•ë¶€ì—¬ìž +achievement.enchantments.desc=ì±…, í‘ìš”ì„, 다ì´ì•„몬드를 ì´ìš©í•˜ì—¬ 마법부여대를 만드세요 +achievement.exploreAllBiomes=ëª¨í—˜ì˜ ì‹œê°„ +achievement.exploreAllBiomes.desc=모든 ë°”ì´ì˜´ì„ 발견하세요 +achievement.flyPig=ë¼ì§€, 날다 +achievement.flyPig.desc=ë¼ì§€ë¥¼ 타고 절벽ì—서 떨어지세요 +achievement.fullBeacon=신호기 ì œìž‘ìž +achievement.fullBeacon.desc=완전한 신호기를 만드세요 +achievement.get=ë„ì „ 과제 달성! +achievement.ghast=전해지지 ì•Šì€ ëŸ¬ë¸Œë ˆí„° +achievement.ghast.desc=ê°€ìŠ¤íŠ¸ì˜ íŒŒì´ì–´ë³¼ì„ 받아ì³ì„œ 죽ì´ì„¸ìš” +achievement.killCow=ë„ì¶•ì—…ìž +achievement.killCow.desc=ê°€ì£½ì„ ì–»ìœ¼ì„¸ìš” +achievement.killEnemy=몬스터 헌터 +achievement.killEnemy.desc=몬스터를 사냥하세요 +achievement.killWither=ì´ì œ 시작ì´ì•¼. +achievement.killWither.desc=위ë”를 죽ì´ì„¸ìš” +achievement.makeBread=ê°“ 구운 ë¹µ +achievement.makeBread.desc=밀로 ë¹µì„ ë§Œë“œì„¸ìš” +achievement.mineWood=ìµœì´ˆì˜ ë‚˜ë¬´ +achievement.mineWood.desc=한 ê°œì˜ ë‚˜ë¬´ 블ë¡ì„ 얻으세요 +achievement.onARail=ë ˆì¼ ìœ„ì—서 +achievement.onARail.desc=마ì¸ì¹´íŠ¸ë¥¼ 타고 1km ì´ìƒ ì´ë™í•˜ì„¸ìš” +achievement.openInventory=보관함 열기 +achievement.openInventory.desc=%1$s키를 눌러 ë³´ê´€í•¨ì„ ì—¬ì„¸ìš”. +achievement.overkill=오버킬 +achievement.overkill.desc=단 한 ë²ˆì— í•˜íŠ¸ 9ê°œì˜ í”¼í•´ë¥¼ 입히세요 +achievement.overpowered=ì••ë„ì ì¸ 힘 +achievement.overpowered.desc=ë…¸ì¹˜ì˜ ì‚¬ê³¼ë¥¼ 만드세요 +achievement.portal=ë” ê¹Šì€ ê³³ìœ¼ë¡œ +achievement.portal.desc=지옥으로 가는 í¬íƒˆì„ 만드세요 +achievement.potion=í¬ì…˜ 양조장 +achievement.potion.desc=í¬ì…˜ì„ 제조하세요 +achievement.requires=%1$s ë„ì „ 과제를 미리 달성해야 합니다 +achievement.snipeSkeleton=저격 대결 +achievement.snipeSkeleton.desc=화살로 50m ì´ìƒ 떨어져 있는 ìŠ¤ì¼ˆë ˆí†¤ì„ ì£½ì´ì„¸ìš” +achievement.spawnWither=시작ì´ì•¼? +achievement.spawnWither.desc=위ë”를 소환하세요 +achievement.taken=달성! +achievement.theEnd=ì´ê±¸ë¡œ ëì´ì•¼? +achievement.theEnd.desc=세ìƒì˜ ë으로 가세요 +achievement.theEnd2=ëì´ì•¼. +achievement.theEnd2.desc=ì—”ë” ë“œëž˜ê³¤ì„ ê²©íŒŒí•˜ì„¸ìš” +achievement.unknown=??? +addServer.add=완료 +addServer.enterIp=서버 주소 +addServer.enterName=서버 ì´ë¦„ +addServer.hideAddress=주소 숨기기 +addServer.resourcePack=서버 리소스 팩 +addServer.resourcePack.disabled=사용하지 ì•ŠìŒ +addServer.resourcePack.enabled=사용 +addServer.resourcePack.prompt=물어보기 +addServer.title=서버 ì •ë³´ 편집 +advMode.allEntities="@e"를 사용하여 모든 엔티티를 대ìƒìœ¼ë¡œ 정합니다 +advMode.allPlayers="@a"를 사용하여 모든 플레ì´ì–´ë¥¼ 대ìƒìœ¼ë¡œ 정합니다 +advMode.command=콘솔 명령어 +advMode.nearestPlayer="@p"를 사용하여 가장 가까운 플레ì´ì–´ë¥¼ 대ìƒìœ¼ë¡œ 정합니다 +advMode.notAllowed=í¬ë¦¬ì—ì´í‹°ë¸Œ ëª¨ë“œì¸ ê´€ë¦¬ìžì—¬ì•¼ 합니다 +advMode.notEnabled=ì´ ì„œë²„ì—서는 명령 블ë¡ì„ 쓸 수 없습니다 +advMode.previousOutput=기존 출력 +advMode.randomPlayer="@r"ì„ ì‚¬ìš©í•˜ì—¬ ìž„ì˜ì˜ 플레ì´ì–´ë¥¼ 대ìƒìœ¼ë¡œ 정합니다 +advMode.setCommand=블ë¡ì— 콘솔 명령어 설정 +advMode.setCommand.success=명령어 설정: %s +attribute.modifier.take.0=-%s %s +attribute.name.generic.attackDamage=공격 피해 +attribute.name.generic.followRange=몹 ìœ ì¸ ê±°ë¦¬ +attribute.name.generic.knockbackResistance=밀치기 저항 +attribute.name.generic.maxHealth=최대 ì²´ë ¥ +attribute.name.generic.movementSpeed=ì†ë„ +attribute.name.horse.jumpStrength=ë§ ì í”„ ê°•ë„ +attribute.name.zombie.spawnReinforcements=좀비 ì¦ì› +book.byAuthor=%1$sì´(ê°€) 씀 +book.editTitle=ì±… 제목 ìž…ë ¥: +book.finalizeButton=ì´ë¦„ì„ ì ê³  닫기 +book.finalizeWarning=참고! ì±…ì— ì´ë¦„ì„ ì ê²Œ ë˜ë©´ ë” ì´ìƒ 편집할 수 없게 ë©ë‹ˆë‹¤. +book.generation.0=ì›ë³¸ +book.generation.1=ì›ë³¸ì˜ 복사본 +book.generation.2=ë³µì‚¬ë³¸ì˜ ë³µì‚¬ë³¸ +book.generation.3=ë‚¡ì€ +book.pageIndicator=페ì´ì§€ %1$s/%2$s +book.signButton=서명하기 +build.tooHigh=ê±´ë¬¼ì˜ ë†’ì´ ì œí•œì€ %s블ë¡ìž…니다 +chat.cannotSend=대화 메시지를 보낼 수 없습니다 +chat.copy=í´ë¦½ë³´ë“œë¡œ 복사 +chat.link.confirm=ë‹¤ìŒ ì›¹ì‚¬ì´íŠ¸ë¥¼ 여시겠습니까? +chat.link.confirmTrusted=ì´ ë§í¬ë¥¼ 열거나 í´ë¦½ë³´ë“œì— 복사하시겠습니까? +chat.link.open=브ë¼ìš°ì €ì—서 열기 +chat.link.warning=신뢰할 수 없는 사ì´íŠ¸ëŠ” 절대 ì—´ì§€ 마십시오! +chat.stream.emote=(%s) * %s %s +chat.stream.text=(%s) <%s> %s +chat.type.achievement=%sì´(ê°€) %s ë„ì „ 과제를 íšë“했습니다 +chat.type.achievement.taken=%sì´(ê°€) %s ë„ì „ 과제를 잃었습니다 +commands.achievement.alreadyHave=플레ì´ì–´ %sì€(는) ì´ë¯¸ %s ë„ì „ 과제를 달성하였습니다 +commands.achievement.dontHave=플레ì´ì–´ %sì€(는) %s ë„ì „ 과제를 가지고 있지 않습니다 +commands.achievement.give.success.all=%sì—게 모든 ë„ì „ 과제를 성공ì ìœ¼ë¡œ 지급했습니다 +commands.achievement.give.success.one=%sì—게 %s ë„ì „ 과제를 성공ì ìœ¼ë¡œ 지급했습니다 +commands.achievement.statTooLow=플레ì´ì–´ %sì´(ê°€) 통계 %sì„(를) 가지고 있지 않습니다 +commands.achievement.take.success.all=%sì—게서 모든 ë„ì „ 과제를 받았습니다 +commands.achievement.take.success.one=%2$sì˜ í†µê³„ %1$sì„(를) 성공ì ìœ¼ë¡œ 얻었습니다 +commands.achievement.unknownAchievement='%s'ì€(는) 확ì¸ë˜ì§€ ì•Šì€ ë„ì „ 과제 í˜¹ì€ í†µê³„ìž…ë‹ˆë‹¤ +commands.achievement.usage=/achievement <ë„ì „ 과제 ì´ë¦„|*> [플레ì´ì–´] +commands.ban.failed=%sì„(를) 차단할 수 없습니다 +commands.ban.success=플레ì´ì–´ %sì„(를) 차단했습니다 +commands.ban.usage=/ban <플레ì´ì–´> [ì´ìœ ...] +commands.banip.invalid=ìž˜ëª»ëœ IP 주소 ë˜ëŠ” ì ‘ì†ë˜ì§€ ì•Šì€ í”Œë ˆì´ì–´ë¥¼ 입력하였습니다 +commands.banip.success=IP 주소 %sì„(를) 차단하였습니다 +commands.banip.success.players=%sì— ì†í•œ IP 주소 %sì„(를) 차단했습니다 +commands.banip.usage=/ban-ip [ì´ìœ ...] +commands.banlist.ips=ì´ %sê°œì˜ ì°¨ë‹¨ëœ IP 주소가 있습니다: +commands.banlist.players=ì´ %sëª…ì˜ ì°¨ë‹¨ëœ í”Œë ˆì´ì–´ê°€ 있습니다: +commands.banlist.usage=/banlist [ips|플레ì´ì–´] +commands.blockdata.failed=ë°ì´í„° 태그가 바뀌지 않았습니다: %s +commands.blockdata.notValid=ëŒ€ìƒ ë¸”ë¡ì€ ë°ì´í„° 소지 블ë¡ì´ 아닙니다 +commands.blockdata.outOfWorld=세계 ì™¸ë¶€ì— ìžˆëŠ” 블ë¡ì€ 바꿀 수 없습니다 +commands.blockdata.success=ë¸”ë¡ ì •ë³´ê°€ 갱신ë˜ì—ˆìŠµë‹ˆë‹¤: %s +commands.blockdata.tagError=ë°ì´í„° 태그 구문 ë¶„ì„ì— ì‹¤íŒ¨í–ˆìŠµë‹ˆë‹¤: %s +commands.blockdata.usage=/blockdata <ë°ì´í„° 태그> +commands.chunkinfo.compiled=ì²­í¬ê°€ 변경ë˜ì—ˆìŠµë‹ˆë‹¤ +commands.chunkinfo.data=최초 64ê°œì˜ ì •ì : %s +commands.chunkinfo.empty=ì²­í¬ê°€ 비어 있습니다 +commands.chunkinfo.hasLayers=ì²­í¬ì— ë ˆì´ì–´ê°€ 있습니다: %s +commands.chunkinfo.hasNoRenderableLayers=ì²­í¬ì— ë Œë”ë§ ê°€ëŠ¥í•œ ë ˆì´ì–´ê°€ 없습니다 +commands.chunkinfo.isEmpty=ì²­í¬ì— ë ˆì´ì–´ê°€ 비어 있습니다: %s +commands.chunkinfo.location=ì²­í¬ ìœ„ì¹˜: (%s, %s, %s) +commands.chunkinfo.noChunk=위치 %s, %s, %sì— ì²­í¬ê°€ 존재하지 않습니다 +commands.chunkinfo.notCompiled=ì²­í¬ê°€ 변경ë˜ì§€ 않았습니다 +commands.chunkinfo.notEmpty=ì²­í¬ê°€ 비어 있지 않습니다 +commands.chunkinfo.usage=/chunkinfo [ ] +commands.chunkinfo.vertices=ë ˆì´ì–´ ë²„í¼ %sì—는 %sê°œì˜ ì •ì ì´ í¬í•¨ë˜ì–´ 있습니다 +commands.clear.failure=제거할 ì•„ì´í…œì´ 없어 %sì˜ ë³´ê´€í•¨ì„ ë¹„ìš°ì§€ 못했습니다 +commands.clear.success=%sì˜ ë³´ê´€í•¨ì—서 ì•„ì´í…œ %s개를 제거하였습니다 +commands.clear.tagError=ë°ì´í„° 태그 구문 ë¶„ì„ì— ì‹¤íŒ¨í–ˆìŠµë‹ˆë‹¤: %s +commands.clear.testing=%sì´(ê°€) ê¸°ì¤€ì— ì¼ì¹˜í•˜ëŠ” ì•„ì´í…œ %s개를 가지고 있습니다 +commands.clear.usage=/clear [플레ì´ì–´] [ì•„ì´í…œ] [ë°ì´í„°] [최대 개수] [ë°ì´í„° 태그] +commands.clone.failed=ë³µì œëœ ë¸”ëŸ­ì´ ì—†ìŠµë‹ˆë‹¤ +commands.clone.noOverlap=ì›ë³¸ê³¼ ë³µì‚¬ë³¸ì€ ì„œë¡œ 겹칠 수 없습니다 +commands.clone.outOfWorld=세계 ì™¸ë¶€ì— ìžˆëŠ” 블ë¡ì€ 복사할 수 없습니다 +commands.clone.success=ë¸”ë¡ %s개가 복제ë˜ì—ˆìŠµë‹ˆë‹¤ +commands.clone.tooManyBlocks=ì§€ì •ëœ ì˜ì—­ì— 너무 ë§Žì€ ë¸”ë¡ì´ 있습니다 (%s > %s) +commands.clone.usage=/clone [모드] +commands.compare.failed=ì›ë³¸ê³¼ 대ìƒì´ ë™ì¼í•˜ì§€ 않습니다 +commands.compare.outOfWorld=세계 ì™¸ë¶€ì— ìžˆëŠ” 블ë¡ì€ 접근할 수 없습니다 +commands.compare.success=ë¸”ë¡ %s개가 비êµë˜ì—ˆìŠµë‹ˆë‹¤ +commands.compare.tooManyBlocks=ì§€ì •ëœ ì˜ì—­ì— 너무 ë§Žì€ ë¸”ë¡ì´ 있습니다 (%s > %s) +commands.compare.usage=/testforblocks [모드] +commands.debug.notStarted=먼저 디버그를 시작해야 합니다! +commands.debug.start=디버그 ìžë£Œ 수집 시작 +commands.debug.stop=%sì´ˆ 후 디버그 ìžë£Œ ìˆ˜ì§‘ì„ ì¤‘ì§€í•©ë‹ˆë‹¤. (%s 틱) +commands.defaultgamemode.success=ì´ì œ ì„¸ê³„ì˜ ê¸°ë³¸ 모드는 %s입니다 +commands.defaultgamemode.usage=/defaultgamemode <게임 모드> +commands.deop.failed=%sì˜ ê´€ë¦¬ìž ê¶Œí•œì„ ë°•íƒˆí•  수 없습니다 +commands.deop.success=%sì˜ ê´€ë¦¬ìž ê¶Œí•œì„ ë°•íƒˆí•˜ì˜€ìŠµë‹ˆë‹¤ +commands.deop.usage=/deop <플레ì´ì–´> +commands.difficulty.success=게임 난ì´ë„ê°€ %s으로 설정ë˜ì—ˆìŠµë‹ˆë‹¤ +commands.difficulty.usage=/difficulty <새로운 난ì´ë„> +commands.downfall.success=날씨를 변경하였습니다 +commands.effect.failure.notActive=%2$sì´(ê°€) 효과를 가지고 있지 않아 %1$sì„(를) 제거할 수 없습니다 +commands.effect.failure.notActive.all=효과를 가지고 있지 않아 %sì˜ íš¨ê³¼ë¥¼ 해제할 수 없습니다 +commands.effect.notFound=ID %sì— í•´ë‹¹í•˜ëŠ” 몹 효과가 없습니다 +commands.effect.success=%4$sì—게 %1$s 효과 (ID %2$s) * %3$së§Œí¼ì„ %5$sì´ˆë™ì•ˆ 주었습니다 +commands.effect.success.removed=%1$sì—게서 %2$s 효과를 제거하였습니다 +commands.effect.success.removed.all=%sì˜ ëª¨ë“  효과를 해제했습니다 +commands.effect.usage=/effect <플레ì´ì–´> <효과> [시간(ì´ˆ)] [ì¦í­] [ìž…ìž ìˆ¨ê¸°ê¸° 여부] +commands.enchant.cantCombine=%1$sì€(는) %2$sê³¼(와) ê²°í•©í•  수 없습니다 +commands.enchant.cantEnchant=ì´ ë§ˆë²•ë¶€ì—¬ëŠ” ëŒ€ìƒ ì•„ì´í…œì— 추가할 수 없습니다 +commands.enchant.noItem=대ìƒì´ ì•„ì´í…œì„ 들고 있지 않습니다 +commands.enchant.notFound=ID %sì— í•´ë‹¹í•˜ëŠ” 마법부여가 존재하지 않습니다 +commands.enchant.success=ë§ˆë²•ë¶€ì—¬ì— ì„±ê³µí•˜ì˜€ìŠµë‹ˆë‹¤ +commands.enchant.usage=/enchant <플레ì´ì–´> <마법부여 ID> [레벨] +commands.entitydata.failed=ë°ì´í„° 태그가 바뀌지 않았습니다: %s +commands.entitydata.noPlayers=%sì€(는) 플레ì´ì–´ì´ë©° 변경할 수 없습니다 +commands.entitydata.success=엔티티 ë°ì´í„°ê°€ 갱신ë˜ì—ˆìŠµë‹ˆë‹¤: %s +commands.entitydata.tagError=ë°ì´í„° 태그 구문 ë¶„ì„ì— ì‹¤íŒ¨í–ˆìŠµë‹ˆë‹¤: %s +commands.entitydata.usage=/entitydata <엔티티> <ë°ì´í„° 태그> +commands.execute.allInvocationsFailed=모든 호출 실패: '%s' +commands.execute.failed='%s'ì„(를) %s(으)로 ì‹¤í–‰í•˜ëŠ”ë° ì‹¤íŒ¨í•˜ì˜€ìŠµë‹ˆë‹¤ +commands.execute.usage=/execute <엔티티> <명령어> ë˜ëŠ” /execute <엔티티> detect <블ë¡> <ë°ì´í„°> <명령어> +commands.fill.failed=채워진 블ë¡ì´ 없습니다 +commands.fill.outOfWorld=세계 외부ì—는 블ë¡ì„ ë†“ì„ ìˆ˜ 없습니다 +commands.fill.success=ë¸”ë¡ %s개가 채워졌습니다 +commands.fill.tagError=ë°ì´í„° 태그 구문 ë¶„ì„ì— ì‹¤íŒ¨í–ˆìŠµë‹ˆë‹¤ : %s +commands.fill.tooManyBlocks=ì§€ì •ëœ ì˜ì—­ì— 너무 ë§Žì€ ë¸”ë¡ì´ 있습니다 (%s > %s) +commands.fill.usage=/fill <íƒ€ì¼ ì´ë¦„> [ë°ì´í„° ê°’] [ì´ì „ ë¸”ë¡ ì²˜ë¦¬] [ë°ì´í„° 태그] +commands.gamemode.success.other=%sì˜ ê²Œìž„ 모드를 %s(으)로 변경했습니다 +commands.gamemode.success.self=게임 모드를 %s(으)로 변경하였습니다 +commands.gamemode.usage=/gamemode <게임 모드> [플레ì´ì–´] +commands.gamerule.nopermission=서버 관리ìžë§Œì´ '%s'ì„(를) 변경할 수 있습니다 +commands.gamerule.norule='%s'ì€(는) 존재하지 않는 규칙입니다 +commands.gamerule.success=게임 ê·œì¹™ì´ ì—…ë°ì´íЏ ë˜ì—ˆìŠµë‹ˆë‹¤ +commands.gamerule.usage=/gamerule <규칙 ì´ë¦„> [ê°’] +commands.generic.boolean.invalid='%s'ì€(는) 참과 ê±°ì§“ì´ ì•„ë‹™ë‹ˆë‹¤ +commands.generic.double.tooBig=입력한 숫ìž(%s)ê°€ 너무 í½ë‹ˆë‹¤. 최대 %s ì´í•˜ì—¬ì•¼ 합니다. +commands.generic.double.tooSmall=입력한 숫ìž(%s)ê°€ 너무 작습니다. 최소 %s ì´ìƒì´ì—¬ì•¼ 합니다. +commands.generic.entity.invalidType=엔티티 í˜•ì‹ '%s'ì´(ê°€) 올바르지 않습니다 +commands.generic.entity.invalidUuid=ì œê³µëœ ì—”í‹°í‹° UUIDê°€ ìž˜ëª»ëœ í˜•ì‹ìž…니다 +commands.generic.entity.notFound=해당 엔티티를 ì°¾ì„ ìˆ˜ 없습니다 +commands.generic.exception=ëª…ë ¹ì„ ìˆ˜í–‰í•˜ëŠ” ë„중 알 수 없는 오류가 ë°œìƒí–ˆìŠµë‹ˆë‹¤ +commands.generic.notFound=알 수 없는 명령입니다. /helpì—서 명령어 목ë¡ì„ 참조하세요 +commands.generic.num.invalid='%s'ì€(는) 유효한 숫ìžê°€ 아닙니다 +commands.generic.num.tooBig=입력한 숫ìž(%s)ê°€ 너무 í½ë‹ˆë‹¤. 최대 %s ì´í•˜ì—¬ì•¼ 합니다. +commands.generic.num.tooSmall=입력한 숫ìž(%s)ê°€ 너무 작습니다. 최소한 %s ì´ìƒì´ì–´ì•¼ 합니다. +commands.generic.parameter.invalid='%s'ì€(는) 올바른 매개 변수가 아닙니다 +commands.generic.permission=ì´ ëª…ë ¹ì–´ë¥¼ 사용할 ê¶Œí•œì´ ì—†ìŠµë‹ˆë‹¤ +commands.generic.player.notFound=ê·¸ 플레ì´ì–´ë¥¼ ì°¾ì„ ìˆ˜ 없습니다 +commands.generic.syntax=ìž˜ëª»ëœ ëª…ë ¹ 구문입니다 +commands.generic.usage=사용법: %s +commands.give.notFound=IDê°€ %sì¸ ì•„ì´í…œì´ 없습니다 +commands.give.success=%3$sì—게 %1$sì´(ê°€) %2$sê°œ 주어졌습니다 +commands.give.tagError=ë°ì´í„° 태그 구문 ë¶„ì„ì— ì‹¤íŒ¨í–ˆìŠµë‹ˆë‹¤ : %s +commands.give.usage=/give <플레ì´ì–´> <ì•„ì´í…œ> [ì–‘] [ë°ì´í„°] [ë°ì´í„° 태그] +commands.help.footer=íŒ: ëª…ë ¹ì„ ìž…ë ¥í•˜ëŠ” ë™ì•ˆ 키를 사용하여 명령 ë˜ëŠ” ì¸ìˆ˜ë¥¼ ìžë™ 완성 í•  수 있습니다 +commands.help.header=--- ë„ì›€ë§ %s / %s 페ì´ì§€ (/help ) --- +commands.help.usage=/help [페ì´ì§€|명령어 ì´ë¦„] +commands.kick.success=%sì„(를) 게임ì—서 쫓아냈습니다 +commands.kick.success.reason=%sì„(를) 게임ì—서 쫓아냈습니다: '%s' +commands.kick.usage=/kick <플레ì´ì–´> [ì´ìœ ...] +commands.kill.successful=%sì„(를) 죽였습니다 +commands.kill.usage=/kill [플레ì´ì–´|엔티티] +commands.me.usage=/me <문구...> +commands.message.display.incoming=%sì˜ ë©”ì‹œì§€: %s +commands.message.display.outgoing=%sì—게 보낸 메시지: %s +commands.message.sameTarget=ìžê¸° ìžì‹ ì—게는 메시지를 보낼 수 없습니다! +commands.message.usage=/tell <플레ì´ì–´> <메시지...> +commands.op.failed=%sì—게 ê´€ë¦¬ìž ê¶Œí•œì„ ë¶€ì—¬í•  수 없습니다 +commands.op.success=%sì—게 ê´€ë¦¬ìž ê¶Œí•œì„ ì£¼ì—ˆìŠµë‹ˆë‹¤ +commands.op.usage=/op <플레ì´ì–´> +commands.particle.notFound=알 수 없는 효과 ì´ë¦„입니다 (%s) +commands.particle.success=%s 효과를 %s번 재ìƒí•©ë‹ˆë‹¤ +commands.particle.usage=/particle <ì´ë¦„> <ì†ë„> [개수] [모드] +commands.players.list=%s/%s명 온ë¼ì¸: +commands.playsound.playerTooFar=플레ì´ì–´ %sì€(는) 소리를 ë“£ê¸°ì— ë„ˆë¬´ 멀리 있습니다 +commands.playsound.success=%2$sì—게 '%1$s' 소리를 재ìƒí–ˆìŠµë‹ˆë‹¤ +commands.playsound.usage=/playsound <ìŒì•…> <플레ì´ì–´> [x] [y] [z] [ìŒëŸ‰] [ìŒì •] [최소 ìŒëŸ‰] +commands.publish.failed=로컬 ê²Œìž„ì„ í˜¸ìŠ¤íŠ¸í•  수 없습니다 +commands.publish.started=로컬 ê²Œìž„ì´ í¬íЏ %sì—서 열렸습니다 +commands.publish.usage=/publish +commands.replaceitem.block.usage=/replaceitem block <슬롯> <ì•„ì´í…œ> [개수] [ë°ì´í„° ê°’] [ë°ì´í„° 태그] +commands.replaceitem.entity.usage=/replaceitem entity <ì„ íƒìž> <슬롯> <ì•„ì´í…œ> [개수] [ë°ì´í„° ê°’] [ë°ì´í„° 태그] +commands.replaceitem.failed=%sê³¼(와) %s * %sì˜ ìŠ¬ë¡¯ì„ ëŒ€ì²´í•  수 없습니다 +commands.replaceitem.noContainer=%s, %s, %sì— ìžˆëŠ” 블ë¡ì´ 컨테ì´ë„ˆê°€ 아닙니다 +commands.replaceitem.success=슬롯 %sê³¼(와) %s * %sì„(를) êµì²´í–ˆìŠµë‹ˆë‹¤ +commands.replaceitem.tagError=ë°ì´í„° 태그 구문 ë¶„ì„ì— ì‹¤íŒ¨í–ˆìŠµë‹ˆë‹¤: %s +commands.replaceitem.usage=/replaceitem ... +commands.save-off.alreadyOff=저장 ê¸°ëŠ¥ì´ ì´ë¯¸ 꺼져 있습니다 +commands.save-on.alreadyOn=저장 ê¸°ëŠ¥ì´ ì´ë¯¸ 켜져 있습니다 +commands.save.disabled=세계 ìžë™ ì €ìž¥ì„ ê»ìŠµë‹ˆë‹¤ +commands.save.enabled=세계 ìžë™ ì €ìž¥ì„ ì¼°ìŠµë‹ˆë‹¤ +commands.save.failed=저장 실패: %s +commands.save.start=저장 중... +commands.save.success=세계를 저장했습니다 +commands.say.usage=/say <메시지...> +commands.scoreboard.allMatchesFailed=ê²€ìƒ‰ì— ì‹¤íŒ¨í–ˆìŠµë‹ˆë‹¤ +commands.scoreboard.noMultiWildcard=한 ëª…ì˜ ìœ ì €ì—게만 와ì¼ë“œ 카드를 허용할 수 있습니다 +commands.scoreboard.objectiveNotFound=목표 '%s'ì„(를) ì°¾ì„ ìˆ˜ 없습니다 +commands.scoreboard.objectiveReadOnly=목표 '%s'ì€(는) ì½ê¸° ì „ìš©ì´ë©° 설정할 수 없습니다 +commands.scoreboard.objectives.add.alreadyExists='%s'(ì´)ë¼ëŠ” ì´ë¦„ì˜ ëª©í‘œê°€ ì´ë¯¸ 존재합니다 +commands.scoreboard.objectives.add.displayTooLong=표시 ì´ë¦„ '%s'ì´(ê°€) 너무 ê¹ë‹ˆë‹¤. 최대 %s글ìžìž…니다 +commands.scoreboard.objectives.add.success=새로운 목표 '%s'ì´(ê°€) 성공ì ìœ¼ë¡œ 추가ë˜ì—ˆìŠµë‹ˆë‹¤ +commands.scoreboard.objectives.add.tooLong=ì´ë¦„ '%s'ì´(ê°€) 너무 ê¹ë‹ˆë‹¤. 최대 %s글ìžìž…니다 +commands.scoreboard.objectives.add.usage=/scoreboard objectives add <ì´ë¦„> <기준 유형> [표시 ì´ë¦„ ...] +commands.scoreboard.objectives.add.wrongType=ëª©í‘œì˜ ì²™ë„ íƒ€ìž… '%s'ì´(ê°€) 잘못ë˜ì—ˆìŠµë‹ˆë‹¤ +commands.scoreboard.objectives.list.count=ì ìˆ˜íŒì— 있는 %sê°œì˜ ëª©í‘œ(들): +commands.scoreboard.objectives.list.empty=ì ìˆ˜íŒì— 목표가 없습니다 +commands.scoreboard.objectives.list.entry=- %s: %s로 표시ë˜ê³  형ì‹ì€ %s 입니다 +commands.scoreboard.objectives.remove.success=목표 '%s'ì´(ê°€) 제거ë˜ì—ˆìŠµë‹ˆë‹¤ +commands.scoreboard.objectives.remove.usage=/scoreboard objectives remove <ì´ë¦„> +commands.scoreboard.objectives.setdisplay.invalidSlot=슬롯 '%s'ì´(ê°€) 없습니다 +commands.scoreboard.objectives.setdisplay.successCleared=목표 슬롯 '%s'ì´(ê°€) ì‚­ì œë˜ì—ˆìŠµë‹ˆë‹¤ +commands.scoreboard.objectives.setdisplay.successSet=슬롯 '%s'ì„(를) '%s'(으)로 ë³´ì´ë„ë¡ ëª©í‘œë¥¼ 설정하였습니다 +commands.scoreboard.objectives.setdisplay.usage=/scoreboard objectives setdisplay <슬롯> [목표] +commands.scoreboard.objectives.usage=/scoreboard objectives ... +commands.scoreboard.players.add.usage=/scoreboard players add <플레ì´ì–´> <오브ì íЏ> <추가할 개수> [ë°ì´í„° 태그] +commands.scoreboard.players.enable.noTrigger='%s' 목표는 트리거가 아닙니다 +commands.scoreboard.players.enable.success='%s' 트리거가 %sì— ì˜í•´ ìƒì„±ë˜ì—ˆìŠµë‹ˆë‹¤ +commands.scoreboard.players.enable.usage=/scoreboard players enable <플레ì´ì–´> <트리거> +commands.scoreboard.players.list.count=ì ìˆ˜íŒì—서 ì¶”ì ëœ %sëª…ì˜ í”Œë ˆì´ì–´ë“¤: +commands.scoreboard.players.list.empty=ì ìˆ˜íŒì— ì¶”ì ë˜ê³  있는 플레ì´ì–´ê°€ 없습니다 +commands.scoreboard.players.list.player.count=%sì˜ ëª©í‘œ(들) %s개가 보여집니다: +commands.scoreboard.players.list.player.empty=플레ì´ì–´ %sì€(는) 기ë¡ëœ ì ìˆ˜ê°€ 없습니다 +commands.scoreboard.players.list.player.entry=- %2$s: %1$s (%3$s) +commands.scoreboard.players.list.usage=/scoreboard players list [ì´ë¦„] +commands.scoreboard.players.operation.invalidOperation=%sì€(는) ìž˜ëª»ëœ ìž‘ì—…ìž…ë‹ˆë‹¤ +commands.scoreboard.players.operation.notFound=%2$sì˜ ì ìˆ˜ %1$sì„(를) ì°¾ì„ ìˆ˜ 없습니다 +commands.scoreboard.players.operation.success=ìž‘ì—…ì´ ì„±ê³µì ìœ¼ë¡œ ì ìš©ë˜ì—ˆìŠµë‹ˆë‹¤ +commands.scoreboard.players.operation.usage=/scoreboard players operation <ëŒ€ìƒ ì´ë¦„> <ëŒ€ìƒ ëª©í‘œ> <ë™ìž‘> <ì„ íƒìž> <목표> +commands.scoreboard.players.remove.usage=/scoreboard players add <플레ì´ì–´> <목표> <추가할 개수> [ë°ì´í„° 태그] +commands.scoreboard.players.reset.success=플레ì´ì–´ %sì˜ ëª¨ë“  ì ìˆ˜ë¥¼ 초기화하였습니다 +commands.scoreboard.players.reset.usage=/scoreboard players reset <플레ì´ì–´> [목표] +commands.scoreboard.players.resetscore.success=플레ì´ì–´ %2$sì˜ ì ìˆ˜ %1$sì„(를) 초기화했습니다 +commands.scoreboard.players.set.success=플레ì´ì–´ %2$sì˜ %1$s ì ìˆ˜ë¥¼ %3$s(으)로 설정했습니다 +commands.scoreboard.players.set.tagError=ë°ì´í„° 태그를 í•´ì„í•  수 없습니다: %s +commands.scoreboard.players.set.tagMismatch=ë°ì´í„° 태그가 %sì— ë§žì§€ 않습니다 +commands.scoreboard.players.set.usage=/scoreboard players set <플레ì´ì–´> <목표> <ì ìˆ˜> [ë°ì´í„° 태그] +commands.scoreboard.players.test.failed=ì ìˆ˜ %sì´(ê°€) %s ì´ìƒ %s ì´í•˜ê°€ 아닙니다 +commands.scoreboard.players.test.notFound=%sì—서 %sì˜ ì ìˆ˜ë¥¼ ì°¾ì„ ìˆ˜ 없습니다 +commands.scoreboard.players.test.success=ì ìˆ˜ %sì´(ê°€) %s ì´ìƒ %s ì´í•˜ìž…니다 +commands.scoreboard.players.test.usage=/scoreboard players test <플레ì´ì–´> <목표> <최소> <최대> +commands.scoreboard.players.usage=/scoreboard players ... +commands.scoreboard.teamNotFound=팀 '%s'ì„(를) ì°¾ì„ ìˆ˜ 없습니다 +commands.scoreboard.teams.add.alreadyExists=팀 '%s'ì´(ê°€) ì´ë¯¸ 존재합니다 +commands.scoreboard.teams.add.displayTooLong=팀 ì´ë¦„ '%s'ì´(ê°€) 너무 ê¹ë‹ˆë‹¤. 최대 %s글ìžìž…니다 +commands.scoreboard.teams.add.success=새로운 팀 '%s'ì´(ê°€) 성공ì ìœ¼ë¡œ 추가ë˜ì—ˆìŠµë‹ˆë‹¤ +commands.scoreboard.teams.add.tooLong=팀 ì´ë¦„ '%s'ì´(ê°€) 너무 ê¹ë‹ˆë‹¤. 최대 %s글ìžìž…니다 +commands.scoreboard.teams.add.usage=/scoreboard teams add <ì´ë¦„> [표시ë˜ëŠ” ì´ë¦„ ...] +commands.scoreboard.teams.empty.alreadyEmpty=팀 '%s'ì´(ê°€) 비어 있어 플레ì´ì–´ë¥¼ 제거할 수 없습니다 +commands.scoreboard.teams.empty.success=팀 %sì—서 플레ì´ì–´ %sëª…ì„ ì „ë¶€ 제거하였습니다 +commands.scoreboard.teams.empty.usage=/scoreboard teams empty <팀> +commands.scoreboard.teams.join.failure=플레ì´ì–´ %sëª…ì„ íŒ€ %sì— ì¶”ê°€í•  수 없습니다: %s +commands.scoreboard.teams.join.success=플레ì´ì–´ %sëª…ì„ íŒ€ %sì— ì¶”ê°€í•˜ì˜€ìŠµë‹ˆë‹¤: %s +commands.scoreboard.teams.join.usage=/scoreboard teams join <팀> [플레ì´ì–´] +commands.scoreboard.teams.leave.failure=플레ì´ì–´ %sëª…ì„ íŒ€ì—서 제거할 수 없습니다: %s +commands.scoreboard.teams.leave.noTeam=íŒ€ì— ì†í•´ 있지 않습니다 +commands.scoreboard.teams.leave.success=플레ì´ì–´ %sëª…ì„ íŒ€ì—서 제거하였습니다: %s +commands.scoreboard.teams.leave.usage=/scoreboard teams leave [플레ì´ì–´] +commands.scoreboard.teams.list.count=ì ìˆ˜íŒì— 보여지는 팀 %sê°œ: +commands.scoreboard.teams.list.empty=ì ìˆ˜íŒì— 등ë¡ëœ íŒ€ì´ ì—†ìŠµë‹ˆë‹¤ +commands.scoreboard.teams.list.entry=- 팀 %1$s(%2$s)ì˜ ì¸ì›ì€ %3$s명입니다 +commands.scoreboard.teams.list.player.count=팀 %sì˜ í”Œë ˆì´ì–´ %s명: +commands.scoreboard.teams.list.player.empty=팀 '%s'ì— í”Œë ˆì´ì–´ê°€ 없습니다 +commands.scoreboard.teams.list.player.entry=-%2$s: %1$s (%3$s) +commands.scoreboard.teams.list.usage=/scoreboard teams list [ì´ë¦„] +commands.scoreboard.teams.option.noValue=옵션 %sì˜ ìœ íš¨í•œ ê°’: %s +commands.scoreboard.teams.option.success=팀 %$2sì˜ ì˜µì…˜ %$1sì„(를) %$3s으로 바꾸었습니다 +commands.scoreboard.teams.option.usage=/scoreboard teams option <팀> <ê°’> +commands.scoreboard.teams.remove.success=팀 '%s'ì´(ê°€) 제거ë˜ì—ˆìŠµë‹ˆë‹¤ +commands.scoreboard.teams.remove.usage=/scoreboard teams remove <ì´ë¦„> +commands.scoreboard.teams.usage=/scoreboard teams ... +commands.scoreboard.usage=/scoreboard ... +commands.seed.success=시드: %s +commands.seed.usage=/seed +commands.setblock.failed=블ë¡ì„ 배치할 수 없습니다 +commands.setblock.noChange=블ë¡ì„ ë†“ì„ ìˆ˜ 없습니다 +commands.setblock.notFound=ID/ì´ë¦„ì´ %sì¸ ë¸”ë¡ì´ 없습니다 +commands.setblock.outOfWorld=세계 외부ì—는 블ë¡ì„ ë†“ì„ ìˆ˜ 없습니다 +commands.setblock.success=블ë¡ì´ 배치ë˜ì—ˆìŠµë‹ˆë‹¤ +commands.setblock.tagError=ë°ì´í„° 태그 구문 ë¶„ì„ì— ì‹¤íŒ¨í–ˆìŠµë‹ˆë‹¤ : %s +commands.setblock.usage=/setblock [ë°ì´í„° ê°’] [ì´ì „ ë¸”ë¡ ì²˜ë¦¬] [ë°ì´í„°íƒœê·¸] +commands.setidletimeout.success=대기 ì‹œê°„ì´ %s분으로 설정ë˜ì—ˆìŠµë‹ˆë‹¤ +commands.setidletimeout.usage=/setidletimeout <추방ë˜ê¸°ê¹Œì§€ ë‚¨ì€ ì‹œê°„(ë¶„)> +commands.setworldspawn.success=ì„¸ê³„ì˜ ìŠ¤í° ì§€ì ì„ (%s, %s, %s)로 설정했습니다 +commands.setworldspawn.usage=/setworldspawn [ ] +commands.spawnpoint.success=%sì˜ ë¦¬ìŠ¤í° ì§€ì—­ì„ (%s, %s, %s)으로 설정하였습니다 +commands.spawnpoint.usage=/spawnpoint [플레ì´ì–´] [ ] +commands.spreadplayers.failure.players=플레ì´ì–´ %sëª…ì„ %s,%s ì£¼ë³€ì— ì‚°ê°œí•  수 없습니다 (ê³µê°„ì— ë„ˆë¬´ ë§Žì€ í”Œë ˆì´ì–´ê°€ 있습니다. 최소 %s(으)로 시ë„하십시오) +commands.spreadplayers.failure.teams=팀 %sì„(를) %s,%s ì£¼ë³€ì— ì‚°ê°œí•  수 없습니다 (ê³µê°„ì— ë„ˆë¬´ ë§Žì€ í”Œë ˆì´ì–´ê°€ 있습니다. 최소 %s(으)로 시ë„하십시오) +commands.spreadplayers.info.players=(%2$s회 반복한 ê²°ê³¼ 플레ì´ì–´ë“¤ 사ì´ì˜ í‰ê·  거리는 %1$s블ë¡ìž…니다) +commands.spreadplayers.info.teams=(%2$s회 반복한 ê²°ê³¼ 팀들 사ì´ì˜ í‰ê·  거리는 %1$s블ë¡ìž…니다) +commands.spreadplayers.spreading.players=플레ì´ì–´ %1$sëª…ì„ ìœ„ì¹˜ %3$s,%4$s(으)로부터 %2$s블ë¡ì˜ 범위 ë‚´ì—서 산개합니다 (최소 %5$së¸”ë¡ ë–¨ì–´ì§‘ë‹ˆë‹¤) +commands.spreadplayers.spreading.teams=팀 %1$sì„(를) 위치 %3$s,%4$s(으)로부터 %2$s블ë¡ì˜ 범위 ë‚´ì—서 산개합니다 (최소 %5$së¸”ë¡ ë–¨ì–´ì§‘ë‹ˆë‹¤) +commands.spreadplayers.success.players=성공ì ìœ¼ë¡œ 플레ì´ì–´ %sëª…ì„ %s,%s ì£¼ë³€ì— ì‚°ê°œì‹œì¼°ìŠµë‹ˆë‹¤ +commands.spreadplayers.success.teams=성공ì ìœ¼ë¡œ 팀 %sì„(를) %s,%s ì£¼ë³€ì— ì‚°ê°œì‹œì¼°ìŠµë‹ˆë‹¤ +commands.spreadplayers.usage=/spreadplayers <ë¶„ì‚° 거리> <최대 범위> <플레ì´ì–´ ...> +commands.stats.block.clear.usage=/stats block clear <ìƒíƒœ> +commands.stats.block.set.usage=/stats block set <ìƒíƒœ> <ì„ íƒìž> <목표> +commands.stats.block.usage=/stats block <모드> ... +commands.stats.cleared=%sì˜ í†µê³„ë¥¼ 초기화했습니다 +commands.stats.entity.clear.usage=/stats entity <ì„ íƒìž> clear <ìƒíƒœ> +commands.stats.entity.set.usage=/stats entity <ì„ íƒìž> set <ìƒíƒœ> <ì„ íƒ> <목표> +commands.stats.entity.usage=/stats entity <ì„ íƒìž> <모드> +commands.stats.failed=ìž˜ëª»ëœ ë§¤ê°œ 변수 +commands.stats.noCompatibleBlock=%s, %s, %sì— ìžˆëŠ” 블ë¡ì€ 통계를 ì¶”ì í•  수 없습니다 +commands.stats.success=%1$sì„(를) %3$sì˜ %2$sì— ì €ìž¥í–ˆìŠµë‹ˆë‹¤ +commands.stats.usage=/stats ... +commands.stop.start=서버를 중지하는 중 +commands.summon.failed=소환할 수 없습니다 +commands.summon.outOfWorld=세계 ì™¸ë¶€ì˜ ë¸”ë¡ì€ 소환할 수 없습니다 +commands.summon.success=성공ì ìœ¼ë¡œ 소환ë˜ì—ˆìŠµë‹ˆë‹¤ +commands.summon.tagError=ë°ì´í„° 태그 구문 ë¶„ì„ì— ì‹¤íŒ¨í–ˆìŠµë‹ˆë‹¤ : %s +commands.summon.usage=/summon <엔티티 ì´ë¦„> [x] [y] [z] [ë°ì´í„° 태그] +commands.tellraw.jsonException=ìž˜ëª»ëœ json: %s +commands.tellraw.usage=/tellraw +commands.testfor.failure=%sì´(ê°€) í•„ìš” ë°ì´í„° 구조와 ì¼ì¹˜í•˜ì§€ 않습니다 +commands.testfor.success=%sì„(를) 발견했습니다 +commands.testfor.tagError=ë°ì´í„° 태그 구문 ë¶„ì„ì— ì‹¤íŒ¨í–ˆìŠµë‹ˆë‹¤: %s +commands.testfor.usage=/testfor <플레ì´ì–´> [ë°ì´í„° 태그] +commands.testforblock.failed.data=%s,%s,%sì— ìžˆëŠ” 블ë¡ì€ ì´ë¯¸ ë°ì´í„° %sì„(를) 가지고 있습니다 (예ìƒ: %s) +commands.testforblock.failed.nbt=%s, %s, %sì— ìžˆëŠ” 블ë¡ì€ NBT 키를 가지고 있지 않습니다. +commands.testforblock.failed.tile=%s,%s,%sì— ìžˆëŠ” 블ë¡ì€ %s입니다 (예ìƒ: %s) +commands.testforblock.failed.tileEntity=%s, %s, %sì— ìžˆëŠ” 블ë¡ì€ íƒ€ì¼ ì—”í‹°í‹°ê°€ 아니며 태그 ë§¤ì¹­ì„ ì§€ì›í•˜ì§€ 않습니다 +commands.testforblock.outOfWorld=세계 ì™¸ë¶€ì˜ ë¸”ë¡ì€ 테스트할 수 없습니다 +commands.testforblock.success=%s,%s,%sì— ìžˆëŠ” 블ë¡ì„ 찾았습니다 +commands.testforblock.usage=/testforblock <íƒ€ì¼ ì´ë¦„> [ë°ì´í„° 볼륨] [ë°ì´í„° 태그] +commands.time.added=ì‹œê°„ì„ %së§Œí¼ ì¶”ê°€í•˜ì˜€ìŠµë‹ˆë‹¤ +commands.time.query=현재 ì‹œê°„ì€ %s입니다 +commands.time.set=ì‹œê°„ì„ %s(으)로 변경하였습니다 +commands.time.usage=/time <ê°’> +commands.title.success=Title 명령어가 성공ì ìœ¼ë¡œ 실행ë˜ì—ˆìŠµë‹ˆë‹¤ +commands.title.usage=/title <플레ì´ì–´> ... +commands.title.usage.clear=/title <플레ì´ì–´> clear|reset +commands.title.usage.times=/title <플레ì´ì–´> times <페ì´ë“œ ì¸> <대기시간> <페ì´ë“œ 아웃> +commands.title.usage.title=/title <플레ì´ì–´> title|subtitle <본래 json 제목> +commands.tp.notSameDimension=해당 플레ì´ì–´ê°€ ê°™ì€ ì„¸ê³„ì— ìžˆì§€ 않아 순간ì´ë™ í•  수 없습니다 +commands.tp.success=%sì´(ê°€) %sì—게로 순간ì´ë™ 했습니다 +commands.tp.success.coordinates=%sì´(ê°€) %s, %s, %s 좌표로 순간ì´ë™ 했습니다 +commands.tp.usage=/tp [ì´ë™ì‹œí‚¬ 플레ì´ì–´] <목표할 플레ì´ì–´> ë˜ëŠ” /tp [ì´ë™ì‹œí‚¬ 플레ì´ì–´] [ ] +commands.trigger.disabled='%s' 트리거는 사용할 수 없습니다 +commands.trigger.invalidMode='%s'ì€(는) ìž˜ëª»ëœ íŠ¸ë¦¬ê±° 모드입니다 +commands.trigger.invalidObjective='%s'ì€(는) ìž˜ëª»ëœ íŠ¸ë¦¬ê±° ì´ë¦„입니다 +commands.trigger.invalidPlayer=ì˜¤ì§ í”Œë ˆì´ì–´ë§Œ /trigger 명령어를 사용할 수 있습니다 +commands.trigger.success='%s' 트리거가 %s %s(으)로 변경ë˜ì—ˆìŠµë‹ˆë‹¤ +commands.trigger.usage=/trigger <목표> <ê°’> +commands.unban.failed=%sì„(를) 차단 해제할 수 없습니다 +commands.unban.success=플레ì´ì–´ %sì˜ ì°¨ë‹¨ì„ í•´ì œí•˜ì˜€ìŠµë‹ˆë‹¤ +commands.unban.usage=/pardon <플레ì´ì–´> +commands.unbanip.invalid=ìž˜ëª»ëœ IP 주소를 입력하였습니다 +commands.unbanip.success=IP 주소 %sì˜ ì°¨ë‹¨ì„ í•´ì œí•˜ì˜€ìŠµë‹ˆë‹¤ +commands.unbanip.usage=/pardon-ip +commands.weather.clear=날씨가 맑아집니다 +commands.weather.rain=비가 내리기 시작합니다 +commands.weather.thunder=í­í’ìš°ê°€ 몰아치기 시작합니다 +commands.weather.usage=/weather [ì§€ì†ë  시간] +commands.whitelist.add.failed=%sì„(를) í™”ì´íŠ¸ë¦¬ìŠ¤íŠ¸ì— ì¶”ê°€í•  수 없습니다 +commands.whitelist.add.success=%sì„(를) í™”ì´íŠ¸ë¦¬ìŠ¤íŠ¸ì— ì¶”ê°€í•˜ì˜€ìŠµë‹ˆë‹¤ +commands.whitelist.add.usage=/whitelist add <플레ì´ì–´> +commands.whitelist.disabled=í™”ì´íŠ¸ë¦¬ìŠ¤íŠ¸ë¥¼ ê»ìŠµë‹ˆë‹¤ +commands.whitelist.enabled=í™”ì´íŠ¸ë¦¬ìŠ¤íŠ¸ë¥¼ 켰습니다 +commands.whitelist.list=%s명(ì´ %s명)ì˜ í™”ì´íŠ¸ë¦¬ìŠ¤íŠ¸ 플레ì´ì–´ê°€ 있습니다: +commands.whitelist.reloaded=í™”ì´íŠ¸ë¦¬ìŠ¤íŠ¸ë¥¼ 새로고침 했습니다 +commands.whitelist.remove.failed=%sì„(를) í™”ì´íŠ¸ë¦¬ìŠ¤íŠ¸ì—서 제거할 수 없습니다 +commands.whitelist.remove.success=%sì„(를) í™”ì´íŠ¸ë¦¬ìŠ¤íŠ¸ì—서 제거하였습니다 +commands.whitelist.remove.usage=/whitelist remove <플레ì´ì–´> +commands.worldborder.add.usage=/worldborder add <ë¸”ë¡ í¬ê¸°> [시간(ì´ˆ)] +commands.worldborder.center.success=세계 경계선 중심 ê¸°ì¤€ì„ %s,%s으로 설정했습니다 +commands.worldborder.center.usage=/worldborder center +commands.worldborder.damage.amount.success=세계 ê²½ê³„ì„ ì„ ë²—ì–´ë‚¬ì„ ë•Œ 받는 피해를 1블ë¡ë‹¹ %s(으)로 설정했습니다 (본래 블ë¡ë‹¹ %s) +commands.worldborder.damage.amount.usage=/worldborder damage amount <1블ë¡ë‹¹ 받는 피해> +commands.worldborder.damage.buffer.success=세계 ê²½ê³„ì„ ì˜ í”¼í•´ ì™„ì¶©ì„ ì„ %s블ë¡ìœ¼ë¡œ 설정했습니다 (본래 %s블ë¡) +commands.worldborder.damage.buffer.usage=/worldborder damage buffer <ë¸”ë¡ í¬ê¸°> +commands.worldborder.damage.usage=/worldborder damage +commands.worldborder.get.success=현재 세계 ê²½ê³„ì„ ì˜ í­ì€ %s블ë¡ìž…니다 +commands.worldborder.set.success=세계 ê²½ê³„ì„ ì˜ í­ì„ %s블ë¡ìœ¼ë¡œ 설정했습니다 (본래 %s블ë¡) +commands.worldborder.set.usage=/worldborder set <ë¸”ë¡ í¬ê¸°> [시간(ì´ˆ)] +commands.worldborder.setSlowly.grow.success=세계 ê²½ê³„ì„ ì˜ í­ì´ %1$s블ë¡ì´ ë˜ë©° %3$sì´ˆ 후 확대ë©ë‹ˆë‹¤ (본래 %2$s블ë¡) +commands.worldborder.setSlowly.shrink.success=세계 ê²½ê³„ì„ ì˜ í­ì´ %1$s블ë¡ì´ ë˜ë©° %3$sì´ˆ 후 축소ë©ë‹ˆë‹¤ (본래 %2$s블ë¡) +commands.worldborder.usage=/worldborder ... +commands.worldborder.warning.distance.success=세계 ê²½ê³„ì„ ì˜ ê²½ê³  표시 거리를 %s블ë¡ìœ¼ë¡œ 설정했습니다 (본래 %s블ë¡) +commands.worldborder.warning.distance.usage=/worldborder warning distance <블ë¡> +commands.worldborder.warning.time.success=세계 ê²½ê³„ì„ ì˜ ê²½ê³  표시 ì‹œê°„ì„ %s초로 설정했습니다 (본래 %sì´ˆ) +commands.worldborder.warning.time.usage=/worldborder warning time <시간(ì´ˆ)> +commands.worldborder.warning.usage=/worldborder warning +commands.xp.failure.widthdrawXp=0보다 ìž‘ì€ ê²½í—˜ì¹˜ëŠ” 줄 수 없습니다 +commands.xp.success=경험치 %sì„(를) %sì—게 주었습니다 +commands.xp.success.levels=%sì—게 %së ˆë²¨ì´ ì§€ê¸‰ë˜ì—ˆìŠµë‹ˆë‹¤ +commands.xp.success.negative.levels=%sì˜ ë ˆë²¨ì„ %s 낮추었습니다 +commands.xp.usage=/xp <수량> [플레ì´ì–´] ë˜ëŠ” /xp <수량>L [플레ì´ì–´] +connect.authorizing=ë¡œê·¸ì¸ ì¤‘... +connect.connecting=ì„œë²„ì— ì—°ê²° 중... +connect.failed=서버 ì—°ê²°ì— ì‹¤íŒ¨í•˜ì˜€ìŠµë‹ˆë‹¤ +container.beacon=신호기 +container.brewing=양조기 +container.chest=ìƒìž +container.chestDouble=í° ìƒìž +container.crafting=제작 +container.creative=ì•„ì´í…œ ì„ íƒ +container.dispenser=발사기 +container.dropper=공급기 +container.enchant=마법부여 +container.enchant.clue=%s . . . ? +container.enchant.lapis.many=ì²­ê¸ˆì„ %sê°œ +container.enchant.lapis.one=ì²­ê¸ˆì„ 1ê°œ +container.enchant.level.many=마법부여 레벨 %s +container.enchant.level.one=마법부여 레벨 1 +container.enderchest=ì—”ë” ìƒìž +container.furnace=화로 +container.hopper=ì•„ì´í…œ 깔때기 +container.inventory=보관함 +container.isLocked=%sì€(는) 잠겨있습니다! +container.minecart=마ì¸ì¹´íЏ +container.repair=수리 / ì´ë¦„ 바꾸기 +container.repair.cost=가격: %1$s +container.repair.expensive=너무 비쌉니다! +controls.reset=초기화 +controls.resetAll=키 설정 초기화 +controls.title=ì¡°ìž‘ +createWorld.customize.custom.baseSize=기본 ê¹Šì´ ê·œëª¨ +createWorld.customize.custom.biomeDepthOffset=ë°”ì´ì˜´ ê¹Šì´ ì˜¤í”„ì…‹ +createWorld.customize.custom.biomeDepthWeight=ë°”ì´ì˜´ ê¹Šì´ ê°€ì¤‘ì¹˜ +createWorld.customize.custom.biomeScaleOffset=ë°”ì´ì˜´ 규모 오프셋 +createWorld.customize.custom.biomeScaleWeight=ë°”ì´ì˜´ 규모 가중치 +createWorld.customize.custom.biomeSize=ë°”ì´ì˜´ í¬ê¸° +createWorld.customize.custom.center=중심 ë†’ì´ +createWorld.customize.custom.confirm1=현재 ì„¤ì •ì„ ë®ì–´ 쓰게 ë˜ê³  +createWorld.customize.custom.confirm2=ë˜ëŒë¦´ 수 없게 ë©ë‹ˆë‹¤. +createWorld.customize.custom.confirmTitle=경고! +createWorld.customize.custom.coordinateScale=좌표 규모 +createWorld.customize.custom.count=ìƒì„± ì‹œë„ +createWorld.customize.custom.defaults=기본값 +createWorld.customize.custom.depthNoiseScaleExponent=심층 ë…¸ì´ì¦ˆ 지수 +createWorld.customize.custom.depthNoiseScaleX=심층 ë…¸ì´ì¦ˆ 규모 X +createWorld.customize.custom.depthNoiseScaleZ=심층 ë…¸ì´ì¦ˆ 규모 Z +createWorld.customize.custom.dungeonChance=ë˜ì „ 개수 +createWorld.customize.custom.fixedBiome=ë°”ì´ì˜´ +createWorld.customize.custom.heightScale=ë†’ì´ ê·œëª¨ +createWorld.customize.custom.lavaLakeChance=용암 호수 í¬ê·€ë„ +createWorld.customize.custom.lowerLimitScale=하한 규모 +createWorld.customize.custom.mainNoiseScaleX=주요 ë…¸ì´ì¦ˆ 규모 X +createWorld.customize.custom.mainNoiseScaleY=주요 ë…¸ì´ì¦ˆ 규모 Y +createWorld.customize.custom.mainNoiseScaleZ=주요 ë…¸ì´ì¦ˆ 규모 Z +createWorld.customize.custom.maxHeight=최대 ë†’ì´ +createWorld.customize.custom.minHeight=최소 ë†’ì´ +createWorld.customize.custom.next=ë‹¤ìŒ íŽ˜ì´ì§€ +createWorld.customize.custom.page0=기본 설정 +createWorld.customize.custom.page1=ê´‘ì„ ì„¤ì • +createWorld.customize.custom.page2=고급 설정 (전문 ì‚¬ìš©ìž ì „ìš©!) +createWorld.customize.custom.page3=추가 고급 설정 (전문 ì‚¬ìš©ìž ì „ìš©!) +createWorld.customize.custom.preset.caveChaos=혼ëˆì˜ ë™êµ´ +createWorld.customize.custom.preset.caveDelight=ë™êµ´ íƒí—˜ê°€ì˜ ê¸°ì¨ +createWorld.customize.custom.preset.drought=가뭄 +createWorld.customize.custom.preset.goodLuck=í–‰ìš´ì„ ë¹•ë‹ˆë‹¤ +createWorld.customize.custom.preset.isleLand=ì„¬ë‚˜ë¼ +createWorld.customize.custom.preset.mountains=ê´‘ê¸°ì˜ ì‚°ë§¥ +createWorld.customize.custom.preset.waterWorld=ë¬¼ì˜ ì„¸ê³„ +createWorld.customize.custom.presets=프리셋 +createWorld.customize.custom.presets.title=ì‚¬ìš©ìž ì§€ì • 세계 프리셋 +createWorld.customize.custom.prev=ì´ì „ 페ì´ì§€ +createWorld.customize.custom.randomize=무작위 +createWorld.customize.custom.riverSize=ê°• í¬ê¸° +createWorld.customize.custom.seaLevel=해수면 ë†’ì´ +createWorld.customize.custom.size=ìƒì„± í¬ê¸° +createWorld.customize.custom.spread=확산 ë†’ì´ +createWorld.customize.custom.stretchY=ë†’ì´ ëŠ˜ì´ê¸° +createWorld.customize.custom.upperLimitScale=ìƒí•œ 규모 +createWorld.customize.custom.useCaves=ë™êµ´ +createWorld.customize.custom.useDungeons=ë˜ì „ +createWorld.customize.custom.useLavaLakes=용암 호수 +createWorld.customize.custom.useLavaOceans=용암 바다 +createWorld.customize.custom.useMineShafts=íê´‘ +createWorld.customize.custom.useMonuments=바다 ìœ ì  +createWorld.customize.custom.useRavines=협곡 +createWorld.customize.custom.useStrongholds=ìœ ì  +createWorld.customize.custom.useTemples=ì‚¬ì› +createWorld.customize.custom.useVillages=ë§ˆì„ +createWorld.customize.custom.useWaterLakes=호수 +createWorld.customize.custom.waterLakeChance=호수 í¬ê·€ë„ +createWorld.customize.flat.addLayer=ë ˆì´ì–´ 추가 +createWorld.customize.flat.editLayer=ë ˆì´ì–´ 편집 +createWorld.customize.flat.height=ë†’ì´ +createWorld.customize.flat.layer.bottom=바닥 - %s +createWorld.customize.flat.layer.top=표면 - %s +createWorld.customize.flat.removeLayer=ë ˆì´ì–´ 제거 +createWorld.customize.flat.tile=ë ˆì´ì–´ 구성 +createWorld.customize.flat.title=ì‚¬ìš©ìž ì§€ì • í‰ì§€ +createWorld.customize.presets=프리셋 +createWorld.customize.presets.list=ì—¬ê¸°ì— ì €í¬ê°€ 미리 만들어 ë†“ì€ ê²ƒë“¤ì´ ìžˆìŠµë‹ˆë‹¤! +createWorld.customize.presets.select=프리셋 사용 +createWorld.customize.presets.share=í”„ë¦¬ì…‹ì„ ê³µìœ í•˜ê³  싶나요? ì•„ëž˜ì— ìžˆëŠ” ê°’ì„ ë‹¤ë¥¸ 사람들ì—게 알려주세요! +createWorld.customize.presets.title=프리셋 ì„ íƒ +death.attack.anvil=%1$sì´(ê°€) 떨어지는 ëª¨ë£¨ì— ê¹”ë ¸ìŠµë‹ˆë‹¤ +death.attack.arrow=%1$sì´(ê°€) %2$sì—게 저격당했습니다 +death.attack.arrow.item=%1$sì´(ê°€) %3$sì„(를) 사용한 %2$sì—게 저격당했습니다 +death.attack.cactus=%1$sì´(ê°€) 찔려 죽었습니다 +death.attack.cactus.player=%1$sì´(ê°€) %2$s(으)로부터 ë„ë§ê°€ë ¤ë‹¤ ì„ ì¸ìž¥ìœ¼ë¡œ 걸어들어갔습니다 +death.attack.drown=%1$sì´(ê°€) ìµì‚¬í–ˆìŠµë‹ˆë‹¤ +death.attack.drown.player=%1$sì´(ê°€) %2$s(으)로부터 ë„ë§ì¹˜ë ¤ë‹¤ê°€ ìµì‚¬í–ˆìŠµë‹ˆë‹¤ +death.attack.explosion=%1$sì´(ê°€) í­íŒŒë˜ì—ˆìŠµë‹ˆë‹¤ +death.attack.explosion.player=%1$sì´(ê°€) %2$sì— ì˜í•´ í­íŒŒë˜ì—ˆìŠµë‹ˆë‹¤ +death.attack.fall=%1$sì´(ê°€) ë•…ì— ë„ˆë¬´ 세게 떨어졌습니다 +death.attack.fallingBlock=%1$sì´(ê°€) 떨어지는 블ë¡ì— 깔렸습니다 +death.attack.fireball=%1$sì´(ê°€) %2$sì´(ê°€) ë˜ì§„ í™”ì—¼êµ¬ì— ë§žì•˜ìŠµë‹ˆë‹¤ +death.attack.fireball.item=%1$sì´(ê°€) %3$sì„(를) 사용한 %2$sì´(ê°€) ë˜ì§„ í™”ì—¼êµ¬ì— ë§žì•˜ìŠµë‹ˆë‹¤ +death.attack.generic=%1$sì´(ê°€) 죽었습니다 +death.attack.inFire=%1$sì´(ê°€) í™”ì—¼ì— íœ©ì‹¸ì˜€ìŠµë‹ˆë‹¤ +death.attack.inFire.player=%1$sì´(ê°€) %2$sê³¼(와) 싸우다가 불 ì†ìœ¼ë¡œ 걸어들어갔습니다 +death.attack.inWall=%1$sì´(ê°€) ë²½ ì†ì—서 질ì‹ì‚¬í–ˆìŠµë‹ˆë‹¤ +death.attack.indirectMagic=%1$sì´(ê°€) %2$sì—게 마법으로 살해당했습니다 +death.attack.indirectMagic.item=%1$sì´(ê°€) %2$sì—게 %3$s(으)로 살해당했습니다 +death.attack.lava=%1$sì´(ê°€) ìš©ì•”ì— ë¹ ì¡ŒìŠµë‹ˆë‹¤ +death.attack.lava.player=%1$sì´(ê°€) %2$s(으)로부터 ë„ë§ì¹˜ë ¤ë‹¤ ìš©ì•”ì— ë¹ ì¡ŒìŠµë‹ˆë‹¤ +death.attack.lightningBolt=%1$sì´(ê°€) 번개를 맞았습니다 +death.attack.magic=%1$sì´(ê°€) ë§ˆë²•ì— ì˜í•´ 죽었습니다 +death.attack.mob=%1$sì´(ê°€) %2$sì—게 살해당했습니다 +death.attack.onFire=%1$sì´(ê°€) 타죽었습니다 +death.attack.onFire.player=%1$sì´(ê°€) %2$sê³¼(와) 싸우다가 바삭하게 구워졌습니다 +death.attack.outOfWorld=%1$sì´(ê°€) 세계 밖으로 떨어졌습니다 +death.attack.player=%1$sì´(ê°€) %2$sì—게 살해당했습니다 +death.attack.player.item=%1$sì´(ê°€) %3$sì„(를) 사용한 %2$sì—게 살해당했습니다 +death.attack.starve=%1$sì´(ê°€) 아사했습니다 +death.attack.thorns=%1$sì´(ê°€) %2$sì„(를) 다치게 하려다가 살해당했습니다 +death.attack.thrown=%1$sì´(ê°€) %2$sì—게 구타당했습니다 +death.attack.thrown.item=%1$sì´(ê°€) %3$sì„(를) 사용한 %2$sì—게 구타당했습니다 +death.attack.wither=%1$sì´(ê°€) 사그ë¼ë“¤ì—ˆìŠµë‹ˆë‹¤ +death.fell.accident.generic=%1$sì´(ê°€) ë†’ì€ ê³³ì—서 떨어졌습니다 +death.fell.accident.ladder=%1$sì´(ê°€) 사다리ì—서 떨어졌습니다 +death.fell.accident.vines=%1$sì´(ê°€) ë©êµ´ì—서 떨어졌습니다 +death.fell.accident.water=%1$sì´(ê°€) 물ì—서 떨어졌습니다 +death.fell.assist=%1$sì€(는) %2$sì—게 밀려 떨어질 ìˆ˜ë°–ì— ì—†ì—ˆìŠµë‹ˆë‹¤ +death.fell.assist.item=%1$sì€(는) %3$sì„(를) 사용한 %2$sì—게 밀려 떨어질 ìˆ˜ë°–ì— ì—†ì—ˆìŠµë‹ˆë‹¤ +death.fell.finish=%1$sì´(ê°€) 너무 ë†’ì€ ê³³ì—서 떨어진 후, %2$sì— ì˜í•´ 최후를 맞았습니다 +death.fell.finish.item=%1$sì´(ê°€) 너무 ë†’ì€ ê³³ì—서 떨어진 후, %3$sì„(를) 사용한 %2$sì— ì˜í•´ 최후를 맞았습니다 +death.fell.killer=%1$sì€(는) 떨어질 ìˆ˜ë°–ì— ì—†ì—ˆìŠµë‹ˆë‹¤ +deathScreen.deleteWorld=세계 ì‚­ì œ +deathScreen.hardcoreInfo=하드코어 모드ì—서는 ë¦¬ìŠ¤í° í•  수 없습니다! +deathScreen.leaveServer=ì ‘ì† ì¢…ë£Œ +deathScreen.quit.confirm=나가시겠습니까? +deathScreen.respawn=ë¦¬ìŠ¤í° +deathScreen.score=ì ìˆ˜ +deathScreen.title=죽었습니다! +deathScreen.title.hardcore=게임 오버! +deathScreen.titleScreen=타ì´í‹€ 화면으로 +demo.day.1=ì²´í—˜íŒì€ 게임 ë‚´ì˜ 5ì¼ ë™ì•ˆ 플레ì´ë¥¼ ì¦ê¸°ì‹¤ 수 있습니다. ìµœì„ ì„ ë‹¤í•˜ì„¸ìš”! +demo.day.2=2ì¼ì§¸ +demo.day.3=3ì¼ì§¸ +demo.day.4=4ì¼ì§¸ +demo.day.5=ì˜¤ëŠ˜ì´ ì²´í—˜íŒì˜ 마지막 날입니다! +demo.day.6=게임 ë‚´ 시간으로 5ì¼ì´ 지났습니다. F2를 사용하여 스í¬ë¦°ìƒ·ì„ ì°ì„ 수 있습니다 +demo.day.warning=ì‹œê°„ì´ ê±°ì˜ ë‹¤ ë˜ì—ˆìŠµë‹ˆë‹¤! +demo.demoExpired=ì²´í—˜íŒ ì‹œê°„ì´ ë났습니다! +demo.help.buy=지금 구매하세요! +demo.help.fullWrapped=ì²´í—˜íŒì€ 게임 시간으로 5ì¼(실제 시간 약 1시간 40ë¶„)ê°„ 플레ì´í•  수 있습니다. 힌트를 얻으려면 ë„ì „ 과제를 확ì¸í•˜ì„¸ìš”! 재미있는 시간 보내세요! +demo.help.inventory=%1$s키를 눌러 ë³´ê´€í•¨ì„ ì—¬ì„¸ìš” +demo.help.jump=%1$s키를 눌러 ì í”„하세요 +demo.help.later=ê³„ì† í”Œë ˆì´í•˜ê¸°! +demo.help.movement=%1$s, %2$s, %3$s, %4$s 버튼과 마우스로 움ì§ì¼ 수 있습니다 +demo.help.movementMouse=마우스를 사용하여 주위를 둘러볼 수 있습니다 +demo.help.movementShort=%1$s, %2$s, %3$s, %4$s키를 눌러 ì´ë™í•˜ì„¸ìš” +demo.help.title=Minecraft ì²´í—˜íŒ ëª¨ë“œ +demo.remainingTime=ë‚¨ì€ ì‹œê°„: %s +demo.reminder=ì²´í—˜íŒì˜ ì‹œê°„ì´ ë§Œë£Œë˜ì—ˆìŠµë‹ˆë‹¤. ê²Œìž„ì„ êµ¬ë§¤í•˜ê±°ë‚˜ 새로운 세계를 시작하세요! +difficulty.lock.question=난ì´ë„를 잠그시겠습니까? ì„¸ê³„ì˜ ë‚œì´ë„ê°€ %1$s(으)로 ê³ ì •ë˜ë©° 다시는 변경할 수 없게 ë©ë‹ˆë‹¤. +difficulty.lock.title=난ì´ë„ 잠금 +disconnect.closed=서버가 닫혔습니다 +disconnect.disconnected=ì„œë²„ì™€ì˜ ì—°ê²°ì´ ëŠì–´ì¡ŒìŠµë‹ˆë‹¤ +disconnect.endOfStream=End of stream +disconnect.genericReason=%s +disconnect.kicked=게임ì—서 퇴장ë˜ì—ˆìŠµë‹ˆë‹¤ +disconnect.loginFailed=로그ì¸ì— 실패하였습니다 +disconnect.loginFailedInfo=로그ì¸ì— 실패하였습니다: %s +disconnect.loginFailedInfo.invalidSession=유효하지 ì•Šì€ ì„¸ì…˜ìž…ë‹ˆë‹¤ (ê²Œìž„ì„ ë‹¤ì‹œ 시작하세요) +disconnect.loginFailedInfo.serversUnavailable=현재 ì¸ì¦ 서버가 ì ê²€ 중입니다. +disconnect.lost=ì ‘ì†ì´ ëŠì–´ì¡ŒìŠµë‹ˆë‹¤ +disconnect.overflow=Buffer overflow +disconnect.quitting=나가는 중 +disconnect.spam=ë„ë°° ë° ìŠ¤íŒ¸ìœ¼ë¡œ ì¸í•œ ê°•ì œ 퇴장 +disconnect.timeout=시간 초과 +enchantment.arrowDamage=힘 +enchantment.arrowFire=화염 +enchantment.arrowInfinite=무한 +enchantment.arrowKnockback=밀어내기 +enchantment.damage.all=날카로움 +enchantment.damage.arthropods=ì‚´ì¶© +enchantment.damage.undead=강타 +enchantment.digging=효율 +enchantment.durability=내구성 +enchantment.fire=발화 +enchantment.fishingSpeed=ë¯¸ë¼ +enchantment.knockback=밀치기 +enchantment.level.1=I +enchantment.level.10=X +enchantment.level.2=II +enchantment.level.3=III +enchantment.level.4=IV +enchantment.level.5=V +enchantment.level.6=VI +enchantment.level.7=VII +enchantment.level.8=VIII +enchantment.level.9=IX +enchantment.lootBonus=약탈 +enchantment.lootBonusDigger=행운 +enchantment.lootBonusFishing=ë°”ë‹¤ì˜ í–‰ìš´ +enchantment.oxygen=í˜¸í¡ +enchantment.protect.all=보호 +enchantment.protect.explosion=í­ë°œë¡œë¶€í„° 보호 +enchantment.protect.fall=가벼운 ì°©ì§€ +enchantment.protect.fire=화염으로부터 보호 +enchantment.protect.projectile=ì›ê±°ë¦¬ 공격으로부터 보호 +enchantment.thorns=가시 +enchantment.untouching=섬세한 ì†ê¸¸ +enchantment.waterWalker=물갈퀴 +enchantment.waterWorker=친수성 +entity.ArmorStand.name=갑옷 거치대 +entity.Arrow.name=화살 +entity.Bat.name=ë°•ì¥ +entity.Blaze.name=블레ì´ì¦ˆ +entity.Boat.name=보트 +entity.Cat.name=ê³ ì–‘ì´ +entity.CaveSpider.name=ë™êµ´ 거미 +entity.Chicken.name=ë‹­ +entity.Cow.name=소 +entity.Creeper.name=í¬ë¦¬í¼ +entity.EnderDragon.name=ì—”ë” ë“œëž˜ê³¤ +entity.Enderman.name=ì—”ë”맨 +entity.Endermite.name=ì—”ë” ì§„ë“œê¸° +entity.EntityHorse.name=ë§ +entity.FallingSand.name=떨어지는 ë¸”ë¡ +entity.Fireball.name=화염구 +entity.Ghast.name=가스트 +entity.Giant.name=ê±°ì¸ +entity.Guardian.name=ìˆ˜í˜¸ìž +entity.Item.name=ì•„ì´í…œ +entity.KillerBunny.name=ì‚´ì¸ë§ˆ í† ë¼ +entity.LavaSlime.name=마그마 í브 +entity.Minecart.name=마ì¸ì¹´íЏ +entity.Mob.name=몹 +entity.Monster.name=몬스터 +entity.MushroomCow.name=버섯소 +entity.Ozelot.name=오셀롯 +entity.Painting.name=그림 +entity.Pig.name=ë¼ì§€ +entity.PigZombie.name=좀비 피그맨 +entity.PrimedTnt.name=TNT ë¸”ë¡ +entity.Rabbit.name=í† ë¼ +entity.Sheep.name=ì–‘ +entity.Silverfish.name=좀벌레 +entity.Skeleton.name=스켈레톤 +entity.Slime.name=슬ë¼ìž„ +entity.SmallFireball.name=ìž‘ì€ í™”ì—¼êµ¬ +entity.SnowMan.name=눈사람 +entity.Snowball.name=눈ë©ì´ +entity.Spider.name=거미 +entity.Squid.name=오징어 +entity.Villager.armor=갑옷 ì œì¡°ì¸ +entity.Villager.butcher=ë„ì‚´ì—…ìž +entity.Villager.cleric=성ì§ìž +entity.Villager.farmer=ë†ë¶€ +entity.Villager.fisherman=ì–´ë¶€ +entity.Villager.fletcher=화살 ì œì¡°ì¸ +entity.Villager.leather=가죽 ì„¸ê³µì¸ +entity.Villager.librarian=사서 +entity.Villager.name=주민 +entity.Villager.shepherd=양치기 +entity.Villager.tool=ë„구 ì œì¡°ì¸ +entity.Villager.weapon=무기 ì œì¡°ì¸ +entity.VillagerGolem.name=ì²  골렘 +entity.Witch.name=마녀 +entity.WitherBoss.name=ìœ„ë” +entity.Wolf.name=늑대 +entity.XPOrb.name=경험치 구슬 +entity.Zombie.name=좀비 +entity.donkey.name=당나귀 +entity.generic.name=알 수 ì—†ìŒ +entity.horse.name=ë§ +entity.mule.name=노새 +entity.skeletonhorse.name=스켈레톤 ë§ +entity.zombiehorse.name=좀비 ë§ +gameMode.adventure=모험 모드 +gameMode.changed=게임 모드가 ì—…ë°ì´íЏ ë˜ì—ˆìŠµë‹ˆë‹¤ +gameMode.creative=í¬ë¦¬ì—ì´í‹°ë¸Œ 모드 +gameMode.hardcore=하드코어 모드! +gameMode.spectator=ê´€ëžŒìž ëª¨ë“œ +gameMode.survival=서바ì´ë²Œ 모드 +generator.amplified=ì¦í­ +generator.amplified.info=알림: 단순한 재미를 위함ì´ë©°, ê³ ì‚¬ì–‘ì˜ ì»´í“¨í„°ê°€ 필요합니다 +generator.customized=ì‚¬ìš©ìž ì§€ì • +generator.debug_all_block_states=디버그 모드 +generator.default=기본 +generator.flat=완전한 í‰ì§€ +generator.largeBiomes=ë„“ì€ ë°”ì´ì˜´ +gui.achievements=ë„ì „ 과제 +gui.all=ëª¨ë‘ +gui.back=ëŒì•„가기 +gui.cancel=취소 +gui.done=완료 +gui.down=아래로 +gui.no=아니오 +gui.none=ì—†ìŒ +gui.stats=통계 +gui.toMenu=타ì´í‹€ 화면으로 +gui.up=위로 +gui.yes=예 +inventory.binSlot=ì•„ì´í…œ 파괴 +item.apple.name=사과 +item.appleGold.name=황금사과 +item.armorStand.name=갑옷 거치대 +item.arrow.name=화살 +item.banner.black.name=ê²€ì€ìƒ‰ 현수막 +item.banner.blue.name=파란색 현수막 +item.banner.border.black=ê²€ì€ìƒ‰ í…Œë‘리 +item.banner.border.blue=파란색 í…Œë‘리 +item.banner.border.brown=갈색 í…Œë‘리 +item.banner.border.cyan=ì²­ë¡ìƒ‰ í…Œë‘리 +item.banner.border.gray=회색 í…Œë‘리 +item.banner.border.green=ì´ˆë¡ìƒ‰ í…Œë‘리 +item.banner.border.lightBlue=하늘색 í…Œë‘리 +item.banner.border.lime=ì—°ë‘색 í…Œë‘리 +item.banner.border.magenta=ìží™ìƒ‰ í…Œë‘리 +item.banner.border.orange=주황색 í…Œë‘리 +item.banner.border.pink=ë¶„í™ìƒ‰ í…Œë‘리 +item.banner.border.purple=ë³´ë¼ìƒ‰ í…Œë‘리 +item.banner.border.red=빨간색 í…Œë‘리 +item.banner.border.silver=ë°ì€ 회색 í…Œë‘리 +item.banner.border.white=하얀색 í…Œë‘리 +item.banner.border.yellow=노란색 í…Œë‘리 +item.banner.bricks.black=ê²€ì€ìƒ‰ ë²½ëŒ ëª¨ì–‘ +item.banner.bricks.blue=파란색 ë²½ëŒ ëª¨ì–‘ +item.banner.bricks.brown=갈색 ë²½ëŒ ëª¨ì–‘ +item.banner.bricks.cyan=ì²­ë¡ìƒ‰ ë²½ëŒ ëª¨ì–‘ +item.banner.bricks.gray=회색 ë²½ëŒ ëª¨ì–‘ +item.banner.bricks.green=ì´ˆë¡ìƒ‰ ë²½ëŒ ëª¨ì–‘ +item.banner.bricks.lightBlue=하늘색 ë²½ëŒ ëª¨ì–‘ +item.banner.bricks.lime=ì—°ë‘색 ë²½ëŒ ëª¨ì–‘ +item.banner.bricks.magenta=ìží™ìƒ‰ ë²½ëŒ ëª¨ì–‘ +item.banner.bricks.orange=주황색 ë²½ëŒ ëª¨ì–‘ +item.banner.bricks.pink=ë¶„í™ìƒ‰ ë²½ëŒ ëª¨ì–‘ +item.banner.bricks.purple=ë³´ë¼ìƒ‰ ë²½ëŒ ëª¨ì–‘ +item.banner.bricks.red=빨간색 ë²½ëŒ ëª¨ì–‘ +item.banner.bricks.silver=ë°ì€ 회색 ë²½ëŒ ëª¨ì–‘ +item.banner.bricks.white=하얀색 ë²½ëŒ ëª¨ì–‘ +item.banner.bricks.yellow=노란색 ë²½ëŒ ëª¨ì–‘ +item.banner.brown.name=갈색 현수막 +item.banner.circle.black=ê²€ì€ìƒ‰ ì› +item.banner.circle.blue=파란색 ì› +item.banner.circle.brown=갈색 ì› +item.banner.circle.cyan=ì²­ë¡ìƒ‰ ì› +item.banner.circle.gray=회색 ì› +item.banner.circle.green=ì´ˆë¡ìƒ‰ ì› +item.banner.circle.lightBlue=하늘색 ì› +item.banner.circle.lime=ì—°ë‘색 ì› +item.banner.circle.magenta=ìží™ìƒ‰ ì› +item.banner.circle.orange=주황색 ì› +item.banner.circle.pink=ë¶„í™ìƒ‰ ì› +item.banner.circle.purple=ë³´ë¼ìƒ‰ ì› +item.banner.circle.red=빨간색 ì› +item.banner.circle.silver=ë°ì€ 회색 ì› +item.banner.circle.white=하얀색 ì› +item.banner.circle.yellow=노란색 ì› +item.banner.creeper.black=ê²€ì€ìƒ‰ í¬ë¦¬í¼ 모양 +item.banner.creeper.blue=파란색 í¬ë¦¬í¼ 모양 +item.banner.creeper.brown=갈색 í¬ë¦¬í¼ 모양 +item.banner.creeper.cyan=ì²­ë¡ìƒ‰ í¬ë¦¬í¼ 모양 +item.banner.creeper.gray=회색 í¬ë¦¬í¼ 모양 +item.banner.creeper.green=ì´ˆë¡ìƒ‰ í¬ë¦¬í¼ 모양 +item.banner.creeper.lightBlue=하늘색 í¬ë¦¬í¼ 모양 +item.banner.creeper.lime=ì—°ë‘색 í¬ë¦¬í¼ 모양 +item.banner.creeper.magenta=ìží™ìƒ‰ í¬ë¦¬í¼ 모양 +item.banner.creeper.orange=주황색 í¬ë¦¬í¼ 모양 +item.banner.creeper.pink=ë¶„í™ìƒ‰ í¬ë¦¬í¼ 모양 +item.banner.creeper.purple=ë³´ë¼ìƒ‰ í¬ë¦¬í¼ 모양 +item.banner.creeper.red=빨간색 í¬ë¦¬í¼ 모양 +item.banner.creeper.silver=ë°ì€ 회색 í¬ë¦¬í¼ 모양 +item.banner.creeper.white=하얀색 í¬ë¦¬í¼ 모양 +item.banner.creeper.yellow=노란색 í¬ë¦¬í¼ 모양 +item.banner.cross.black=ê²€ì€ìƒ‰ Xìží˜• ì‹­ìž +item.banner.cross.blue=파란색 Xìží˜• ì‹­ìž +item.banner.cross.brown=갈색 Xìží˜• ì‹­ìž +item.banner.cross.cyan=ì²­ë¡ìƒ‰ Xìží˜• ì‹­ìž +item.banner.cross.gray=회색 Xìží˜• ì‹­ìž +item.banner.cross.green=ì´ˆë¡ìƒ‰ Xìží˜• ì‹­ìž +item.banner.cross.lightBlue=하늘색 Xìží˜• ì‹­ìž +item.banner.cross.lime=ì—°ë‘색 Xìží˜• ì‹­ìž +item.banner.cross.magenta=ìží™ìƒ‰ Xìží˜• ì‹­ìž +item.banner.cross.orange=주황색 Xìží˜• ì‹­ìž +item.banner.cross.pink=ë¶„í™ìƒ‰ Xìží˜• ì‹­ìž +item.banner.cross.purple=ë³´ë¼ìƒ‰ Xìží˜• ì‹­ìž +item.banner.cross.red=빨간색 Xìží˜• ì‹­ìž +item.banner.cross.silver=ë°ì€ 회색 Xìží˜• ì‹­ìž +item.banner.cross.white=하얀색 Xìží˜• ì‹­ìž +item.banner.cross.yellow=노란색 Xìží˜• ì‹­ìž +item.banner.curly_border.black=ê²€ì€ìƒ‰ 톱니 í…Œë‘리 +item.banner.curly_border.blue=파란색 톱니 í…Œë‘리 +item.banner.curly_border.brown=갈색 톱니 í…Œë‘리 +item.banner.curly_border.cyan=ì²­ë¡ìƒ‰ 톱니 í…Œë‘리 +item.banner.curly_border.gray=회색 톱니 í…Œë‘리 +item.banner.curly_border.green=ì´ˆë¡ìƒ‰ 톱니 í…Œë‘리 +item.banner.curly_border.lightBlue=하늘색 톱니 í…Œë‘리 +item.banner.curly_border.lime=ì—°ë‘색 톱니 í…Œë‘리 +item.banner.curly_border.magenta=ìží™ìƒ‰ 톱니 í…Œë‘리 +item.banner.curly_border.orange=주황색 톱니 í…Œë‘리 +item.banner.curly_border.pink=ë¶„í™ìƒ‰ 톱니 í…Œë‘리 +item.banner.curly_border.purple=ë³´ë¼ìƒ‰ 톱니 í…Œë‘리 +item.banner.curly_border.red=빨간색 톱니 í…Œë‘리 +item.banner.curly_border.silver=ë°ì€ 회색 톱니 í…Œë‘리 +item.banner.curly_border.white=하얀색 톱니 í…Œë‘리 +item.banner.curly_border.yellow=노란색 톱니 í…Œë‘리 +item.banner.cyan.name=ì²­ë¡ìƒ‰ 현수막 +item.banner.diagonal_left.black=ê²€ì€ìƒ‰ 왼쪽 위 대ê°ë¬´ëЬ +item.banner.diagonal_left.blue=파란색 왼쪽 위 대ê°ë¬´ëЬ +item.banner.diagonal_left.brown=갈색 왼쪽 위 대ê°ë¬´ëЬ +item.banner.diagonal_left.cyan=ì²­ë¡ìƒ‰ 왼쪽 위 대ê°ë¬´ëЬ +item.banner.diagonal_left.gray=회색 왼쪽 위 대ê°ë¬´ëЬ +item.banner.diagonal_left.green=ì´ˆë¡ìƒ‰ 왼쪽 위 대ê°ë¬´ëЬ +item.banner.diagonal_left.lightBlue=하늘색 왼쪽 위 대ê°ë¬´ëЬ +item.banner.diagonal_left.lime=ì—°ë‘색 왼쪽 위 대ê°ë¬´ëЬ +item.banner.diagonal_left.magenta=ìží™ìƒ‰ 왼쪽 위 대ê°ë¬´ëЬ +item.banner.diagonal_left.orange=주황색 왼쪽 위 대ê°ë¬´ëЬ +item.banner.diagonal_left.pink=ë¶„í™ìƒ‰ 왼쪽 위 대ê°ë¬´ëЬ +item.banner.diagonal_left.purple=ë³´ë¼ìƒ‰ 왼쪽 위 대ê°ë¬´ëЬ +item.banner.diagonal_left.red=빨간색 왼쪽 위 대ê°ë¬´ëЬ +item.banner.diagonal_left.silver=ë°ì€ 회색 왼쪽 위 대ê°ë¬´ëЬ +item.banner.diagonal_left.white=하얀색 왼쪽 위 대ê°ë¬´ëЬ +item.banner.diagonal_left.yellow=노란색 왼쪽 위 대ê°ë¬´ëЬ +item.banner.diagonal_right.black=ê²€ì€ìƒ‰ 오른쪽 위 대ê°ë¬´ëЬ +item.banner.diagonal_right.blue=파란색 오른쪽 위 대ê°ë¬´ëЬ +item.banner.diagonal_right.brown=갈색 오른쪽 위 대ê°ë¬´ëЬ +item.banner.diagonal_right.cyan=ì²­ë¡ìƒ‰ 오른쪽 위 대ê°ë¬´ëЬ +item.banner.diagonal_right.gray=회색 오른쪽 위 대ê°ë¬´ëЬ +item.banner.diagonal_right.green=ì´ˆë¡ìƒ‰ 오른쪽 위 대ê°ë¬´ëЬ +item.banner.diagonal_right.lightBlue=하늘색 오른쪽 위 대ê°ë¬´ëЬ +item.banner.diagonal_right.lime=ì—°ë‘색 오른쪽 위 대ê°ë¬´ëЬ +item.banner.diagonal_right.magenta=ìží™ìƒ‰ 오른쪽 위 대ê°ë¬´ëЬ +item.banner.diagonal_right.orange=주황색 오른쪽 위 대ê°ë¬´ëЬ +item.banner.diagonal_right.pink=ë¶„í™ìƒ‰ 오른쪽 위 대ê°ë¬´ëЬ +item.banner.diagonal_right.purple=ë³´ë¼ìƒ‰ 오른쪽 위 대ê°ë¬´ëЬ +item.banner.diagonal_right.red=빨간색 오른쪽 위 대ê°ë¬´ëЬ +item.banner.diagonal_right.silver=ë°ì€ 회색 오른쪽 위 대ê°ë¬´ëЬ +item.banner.diagonal_right.white=하얀색 오른쪽 위 대ê°ë¬´ëЬ +item.banner.diagonal_right.yellow=노란색 오른쪽 위 대ê°ë¬´ëЬ +item.banner.diagonal_up_left.black=ê²€ì€ìƒ‰ 왼쪽 아래 대ê°ë¬´ëЬ +item.banner.diagonal_up_left.blue=파란색 왼쪽 아래 대ê°ë¬´ëЬ +item.banner.diagonal_up_left.brown=갈색 왼쪽 아래 대ê°ë¬´ëЬ +item.banner.diagonal_up_left.cyan=ì²­ë¡ìƒ‰ 왼쪽 아래 대ê°ë¬´ëЬ +item.banner.diagonal_up_left.gray=회색 왼쪽 아래 대ê°ë¬´ëЬ +item.banner.diagonal_up_left.green=ì´ˆë¡ìƒ‰ 왼쪽 아래 대ê°ë¬´ëЬ +item.banner.diagonal_up_left.lightBlue=하늘색 왼쪽 아래 대ê°ì„  +item.banner.diagonal_up_left.lime=ì—°ë‘색 왼쪽 아래 대ê°ë¬´ëЬ +item.banner.diagonal_up_left.magenta=ìží™ìƒ‰ 왼쪽 아래 대ê°ë¬´ëЬ +item.banner.diagonal_up_left.orange=주황색 왼쪽 아래 대ê°ë¬´ëЬ +item.banner.diagonal_up_left.pink=ë¶„í™ìƒ‰ 왼쪽 아래 대ê°ë¬´ëЬ +item.banner.diagonal_up_left.purple=ë³´ë¼ìƒ‰ 왼쪽 아래 대ê°ë¬´ëЬ +item.banner.diagonal_up_left.red=빨간색 왼쪽 아래 대ê°ë¬´ëЬ +item.banner.diagonal_up_left.silver=ë°ì€ 회색 왼쪽 아래 대ê°ë¬´ëЬ +item.banner.diagonal_up_left.white=하얀색 왼쪽 아래 대ê°ë¬´ëЬ +item.banner.diagonal_up_left.yellow=노란색 왼쪽 아래 대ê°ë¬´ëЬ +item.banner.diagonal_up_right.black=ê²€ì€ìƒ‰ 오른쪽 아래 대ê°ë¬´ëЬ +item.banner.diagonal_up_right.blue=파란색 오른쪽 아래 대ê°ë¬´ëЬ +item.banner.diagonal_up_right.brown=갈색 오른쪽 아래 대ê°ë¬´ëЬ +item.banner.diagonal_up_right.cyan=ì²­ë¡ìƒ‰ 오른쪽 아래 대ê°ë¬´ëЬ +item.banner.diagonal_up_right.gray=회색 오른쪽 아래 대ê°ë¬´ëЬ +item.banner.diagonal_up_right.green=ì´ˆë¡ìƒ‰ 오른쪽 아래 대ê°ë¬´ëЬ +item.banner.diagonal_up_right.lightBlue=하늘색 오른쪽 아래 대ê°ë¬´ëЬ +item.banner.diagonal_up_right.lime=ì—°ë‘색 오른쪽 아래 대ê°ë¬´ëЬ +item.banner.diagonal_up_right.magenta=ìží™ìƒ‰ 오른쪽 아래 대ê°ë¬´ëЬ +item.banner.diagonal_up_right.orange=주황색 오른쪽 아래 대ê°ë¬´ëЬ +item.banner.diagonal_up_right.pink=ë¶„í™ìƒ‰ 오른쪽 아래 대ê°ë¬´ëЬ +item.banner.diagonal_up_right.purple=ë³´ë¼ìƒ‰ 오른쪽 아래 대ê°ë¬´ëЬ +item.banner.diagonal_up_right.red=빨간색 오른쪽 아래 대ê°ë¬´ëЬ +item.banner.diagonal_up_right.silver=ë°ì€ 회색 오른쪽 아래 대ê°ë¬´ëЬ +item.banner.diagonal_up_right.white=하얀색 오른쪽 아래 대ê°ë¬´ëЬ +item.banner.diagonal_up_right.yellow=노란색 오른쪽 아래 대ê°ë¬´ëЬ +item.banner.flower.black=ê²€ì€ìƒ‰ 꽃 모양 +item.banner.flower.blue=파란색 꽃 모양 +item.banner.flower.brown=갈색 꽃 모양 +item.banner.flower.cyan=ì²­ë¡ìƒ‰ 꽃 모양 +item.banner.flower.gray=회색 꽃 모양 +item.banner.flower.green=ì´ˆë¡ìƒ‰ 꽃 모양 +item.banner.flower.lightBlue=하늘색 꽃 모양 +item.banner.flower.lime=ì—°ë‘색 꽃 모양 +item.banner.flower.magenta=ìží™ìƒ‰ 꽃 모양 +item.banner.flower.orange=주황색 꽃 모양 +item.banner.flower.pink=ë¶„í™ìƒ‰ 꽃 모양 +item.banner.flower.purple=ë³´ë¼ìƒ‰ 꽃 모양 +item.banner.flower.red=빨간색 꽃 모양 +item.banner.flower.silver=ë°ì€ 회색 꽃 모양 +item.banner.flower.white=하얀색 꽃 모양 +item.banner.flower.yellow=노란색 꽃 모양 +item.banner.gradient.black=ê²€ì€ìƒ‰ 위쪽 ê·¸ë¼ë°ì´ì…˜ +item.banner.gradient.blue=파란색 위쪽 ê·¸ë¼ë°ì´ì…˜ +item.banner.gradient.brown=갈색 위쪽 ê·¸ë¼ë°ì´ì…˜ +item.banner.gradient.cyan=ì²­ë¡ìƒ‰ 위쪽 ê·¸ë¼ë°ì´ì…˜ +item.banner.gradient.gray=회색 위쪽 ê·¸ë¼ë°ì´ì…˜ +item.banner.gradient.green=ì´ˆë¡ìƒ‰ 위쪽 ê·¸ë¼ë°ì´ì…˜ +item.banner.gradient.lightBlue=하늘색 위쪽 ê·¸ë¼ë°ì´ì…˜ +item.banner.gradient.lime=ì—°ë‘색 위쪽 ê·¸ë¼ë°ì´ì…˜ +item.banner.gradient.magenta=ìží™ìƒ‰ 위쪽 ê·¸ë¼ë°ì´ì…˜ +item.banner.gradient.orange=주황색 위쪽 ê·¸ë¼ë°ì´ì…˜ +item.banner.gradient.pink=ë¶„í™ìƒ‰ 위쪽 ê·¸ë¼ë°ì´ì…˜ +item.banner.gradient.purple=ë³´ë¼ìƒ‰ 위쪽 ê·¸ë¼ë°ì´ì…˜ +item.banner.gradient.red=빨간색 위쪽 ê·¸ë¼ë°ì´ì…˜ +item.banner.gradient.silver=ë°ì€ 회색 위쪽 ê·¸ë¼ë°ì´ì…˜ +item.banner.gradient.white=하얀색 위쪽 ê·¸ë¼ë°ì´ì…˜ +item.banner.gradient.yellow=노란색 위쪽 ê·¸ë¼ë°ì´ì…˜ +item.banner.gradient_up.black=ê²€ì€ìƒ‰ 아래쪽 ê·¸ë¼ë°ì´ì…˜ +item.banner.gradient_up.blue=파란색 아래쪽 ê·¸ë¼ë°ì´ì…˜ +item.banner.gradient_up.brown=갈색 아래쪽 ê·¸ë¼ë°ì´ì…˜ +item.banner.gradient_up.cyan=ì²­ë¡ìƒ‰ 아래쪽 ê·¸ë¼ë°ì´ì…˜ +item.banner.gradient_up.gray=회색 아래쪽 ê·¸ë¼ë°ì´ì…˜ +item.banner.gradient_up.green=녹색 아래쪽 ê·¸ë¼ë°ì´ì…˜ +item.banner.gradient_up.lightBlue=하늘색 아래쪽 ê·¸ë¼ë°ì´ì…˜ +item.banner.gradient_up.lime=ì—°ë‘색 아래쪽 ê·¸ë¼ë°ì´ì…˜ +item.banner.gradient_up.magenta=ìží™ìƒ‰ 아래쪽 ê·¸ë¼ë°ì´ì…˜ +item.banner.gradient_up.orange=주황색 아래쪽 ê·¸ë¼ë°ì´ì…˜ +item.banner.gradient_up.pink=ë¶„í™ìƒ‰ 아래쪽 ê·¸ë¼ë°ì´ì…˜ +item.banner.gradient_up.purple=ë³´ë¼ìƒ‰ 아래쪽 ê·¸ë¼ë°ì´ì…˜ +item.banner.gradient_up.red=빨간색 아래쪽 ê·¸ë¼ë°ì´ì…˜ +item.banner.gradient_up.silver=ë°ì€ 회색 아래쪽 ê·¸ë¼ë°ì´ì…˜ +item.banner.gradient_up.white=하얀색 아래쪽 ê·¸ë¼ë°ì´ì…˜ +item.banner.gradient_up.yellow=노란색 아래쪽 ê·¸ë¼ë°ì´ì…˜ +item.banner.gray.name=회색 현수막 +item.banner.green.name=ì´ˆë¡ìƒ‰ 현수막 +item.banner.half_horizontal.black=ê²€ì€ìƒ‰ 위쪽 수í‰ë  +item.banner.half_horizontal.blue=파란색 위쪽 수í‰ë  +item.banner.half_horizontal.brown=갈색 위쪽 수í‰ë  +item.banner.half_horizontal.cyan=ì²­ë¡ìƒ‰ 위쪽 수í‰ë  +item.banner.half_horizontal.gray=회색 위쪽 수í‰ë  +item.banner.half_horizontal.green=ì´ˆë¡ìƒ‰ 위쪽 수í‰ë  +item.banner.half_horizontal.lightBlue=하늘색 위쪽 수í‰ë  +item.banner.half_horizontal.lime=ì—°ë‘색 위쪽 수í‰ë  +item.banner.half_horizontal.magenta=ìží™ìƒ‰ 위쪽 수í‰ë  +item.banner.half_horizontal.orange=주황색 위쪽 수í‰ë  +item.banner.half_horizontal.pink=ë¶„í™ìƒ‰ 위쪽 수í‰ë  +item.banner.half_horizontal.purple=ë³´ë¼ìƒ‰ 위쪽 수í‰ë  +item.banner.half_horizontal.red=빨간색 위쪽 수í‰ë  +item.banner.half_horizontal.silver=ë°ì€ 회색 위쪽 수í‰ë  +item.banner.half_horizontal.white=하얀색 위쪽 수í‰ë  +item.banner.half_horizontal.yellow=노란색 위쪽 수í‰ë  +item.banner.half_horizontal_bottom.black=ê²€ì€ìƒ‰ 아래쪽 수í‰ë  +item.banner.half_horizontal_bottom.blue=파란색 아래쪽 수í‰ë  +item.banner.half_horizontal_bottom.brown=갈색 아래쪽 수í‰ë  +item.banner.half_horizontal_bottom.cyan=ì²­ë¡ìƒ‰ 아래쪽 수í‰ë  +item.banner.half_horizontal_bottom.gray=회색 아래쪽 수í‰ë  +item.banner.half_horizontal_bottom.green=ì´ˆë¡ìƒ‰ 아래쪽 수í‰ë  +item.banner.half_horizontal_bottom.lightBlue=하늘색 아래쪽 수í‰ë  +item.banner.half_horizontal_bottom.lime=ì—°ë‘색 아래쪽 수í‰ë  +item.banner.half_horizontal_bottom.magenta=ìží™ìƒ‰ 아래쪽 수í‰ë  +item.banner.half_horizontal_bottom.orange=주황색 아래쪽 수í‰ë  +item.banner.half_horizontal_bottom.pink=ë¶„í™ìƒ‰ 아래쪽 수í‰ë  +item.banner.half_horizontal_bottom.purple=ë³´ë¼ìƒ‰ 아래쪽 수í‰ë  +item.banner.half_horizontal_bottom.red=빨간색 아래쪽 수í‰ë  +item.banner.half_horizontal_bottom.silver=ë°ì€ 회색 아래쪽 수í‰ë  +item.banner.half_horizontal_bottom.white=하얀색 아래쪽 수í‰ë  +item.banner.half_horizontal_bottom.yellow=노란색 아래쪽 수í‰ë  +item.banner.half_vertical.black=검정색 왼쪽 수ì§ë  +item.banner.half_vertical.blue=파란색 왼쪽 수ì§ë  +item.banner.half_vertical.brown=갈색 왼쪽 수ì§ë  +item.banner.half_vertical.cyan=ì²­ë¡ìƒ‰ 왼쪽 수ì§ë  +item.banner.half_vertical.gray=회색 왼쪽 수ì§ë  +item.banner.half_vertical.green=ì´ˆë¡ìƒ‰ 왼쪽 수ì§ë  +item.banner.half_vertical.lightBlue=하늘색 왼쪽 수ì§ë  +item.banner.half_vertical.lime=ì—°ë‘색 왼쪽 수ì§ë  +item.banner.half_vertical.magenta=ìží™ìƒ‰ 왼쪽 수ì§ë  +item.banner.half_vertical.orange=주황색 왼쪽 수ì§ë  +item.banner.half_vertical.pink=ë¶„í™ìƒ‰ 왼쪽 수ì§ë  +item.banner.half_vertical.purple=ë³´ë¼ìƒ‰ 왼쪽 수ì§ë  +item.banner.half_vertical.red=빨간색 왼쪽 수ì§ë  +item.banner.half_vertical.silver=ë°ì€ 회색 왼쪽 수ì§ë  +item.banner.half_vertical.white=하얀색 왼쪽 수ì§ë  +item.banner.half_vertical.yellow=노란색 왼쪽 수ì§ë  +item.banner.half_vertical_right.black=ê²€ì€ìƒ‰ 오른쪽 수ì§ë  +item.banner.half_vertical_right.blue=파란색 오른쪽 수ì§ë  +item.banner.half_vertical_right.brown=갈색 오른쪽 수ì§ë  +item.banner.half_vertical_right.cyan=ì²­ë¡ìƒ‰ 오른쪽 수ì§ë  +item.banner.half_vertical_right.gray=회색 오른쪽 수ì§ë  +item.banner.half_vertical_right.green=ì´ˆë¡ìƒ‰ 오른쪽 수ì§ë  +item.banner.half_vertical_right.lightBlue=하늘색 오른쪽 수ì§ë  +item.banner.half_vertical_right.lime=ì—°ë‘색 오른쪽 수ì§ë  +item.banner.half_vertical_right.magenta=ìží™ìƒ‰ 오른쪽 수ì§ë  +item.banner.half_vertical_right.orange=주황색 오른쪽 수ì§ë  +item.banner.half_vertical_right.pink=ë¶„í™ìƒ‰ 오른쪽 수ì§ë  +item.banner.half_vertical_right.purple=ë³´ë¼ìƒ‰ 오른쪽 수ì§ë  +item.banner.half_vertical_right.red=빨간색 오른쪽 수ì§ë  +item.banner.half_vertical_right.silver=ë°ì€ 회색 오른쪽 수ì§ë  +item.banner.half_vertical_right.white=하얀색 오른쪽 수ì§ë  +item.banner.half_vertical_right.yellow=노란색 오른쪽 수ì§ë  +item.banner.lightBlue.name=하늘색 현수막 +item.banner.lime.name=ì—°ë‘색 현수막 +item.banner.magenta.name=ìží™ìƒ‰ 현수막 +item.banner.mojang.black=ê²€ì€ìƒ‰ Mojang 로고 +item.banner.mojang.blue=파란색 Mojang 로고 +item.banner.mojang.brown=갈색 Mojang 로고 +item.banner.mojang.cyan=ì²­ë¡ìƒ‰ Mojang 로고 +item.banner.mojang.gray=회색 Mojang 로고 +item.banner.mojang.green=ì´ˆë¡ìƒ‰ Mojang 로고 +item.banner.mojang.lightBlue=하늘색 Mojang 로고 +item.banner.mojang.lime=ì—°ë‘색 Mojang 로고 +item.banner.mojang.magenta=ìží™ìƒ‰ Mojang 로고 +item.banner.mojang.orange=주황색 Mojang 로고 +item.banner.mojang.pink=ë¶„í™ìƒ‰ Mojang 로고 +item.banner.mojang.purple=ë³´ë¼ìƒ‰ Mojang 로고 +item.banner.mojang.red=빨간색 Mojang 로고 +item.banner.mojang.silver=ë°ì€ 회색 Mojang 로고 +item.banner.mojang.white=하얀색 Mojang로고 +item.banner.mojang.yellow=노란색 Mojang 로고 +item.banner.orange.name=주황색 현수막 +item.banner.pink.name=ë¶„í™ìƒ‰ 현수막 +item.banner.purple.name=ë³´ë¼ìƒ‰ 현수막 +item.banner.red.name=빨간색 현수막 +item.banner.rhombus.black=ê²€ì€ìƒ‰ 마름모 +item.banner.rhombus.blue=파란색 마름모 +item.banner.rhombus.brown=갈색 마름모 +item.banner.rhombus.cyan=ì²­ë¡ìƒ‰ 마름모 +item.banner.rhombus.gray=회색 마름모 +item.banner.rhombus.green=ì´ˆë¡ìƒ‰ 마름모 +item.banner.rhombus.lightBlue=하늘색 마름모 +item.banner.rhombus.lime=ì—°ë‘색 마름모 +item.banner.rhombus.magenta=ìží™ìƒ‰ 마름모 +item.banner.rhombus.orange=주황색 마름모 +item.banner.rhombus.pink=ë¶„í™ìƒ‰ 마름모 +item.banner.rhombus.purple=ë³´ë¼ìƒ‰ 마름모 +item.banner.rhombus.red=빨간색 마름모 +item.banner.rhombus.silver=ë°ì€ 회색 마름모 +item.banner.rhombus.white=하얀색 마름모 +item.banner.rhombus.yellow=노란색 마름모 +item.banner.silver.name=ë°ì€ 회색 현수막 +item.banner.skull.black=ê²€ì€ìƒ‰ 해골 모양 +item.banner.skull.blue=파란색 해골 모양 +item.banner.skull.brown=갈색 해골 모양 +item.banner.skull.cyan=ì²­ë¡ìƒ‰ 해골 모양 +item.banner.skull.gray=회색 해골 모양 +item.banner.skull.green=ì´ˆë¡ìƒ‰ 해골 모양 +item.banner.skull.lightBlue=하늘색 해골 모양 +item.banner.skull.lime=ì—°ë‘색 해골 모양 +item.banner.skull.magenta=ìží™ìƒ‰ 해골 모양 +item.banner.skull.orange=주황색 해골 모양 +item.banner.skull.pink=ë¶„í™ìƒ‰ 해골 모양 +item.banner.skull.purple=ë³´ë¼ìƒ‰ 해골 모양 +item.banner.skull.red=빨간색 해골 모양 +item.banner.skull.silver=ë°ì€ 회색 해골 모양 +item.banner.skull.white=하얀색 해골 모양 +item.banner.skull.yellow=노란색 해골 모양 +item.banner.small_stripes.black=ê²€ì€ìƒ‰ 세로줄 무늬 +item.banner.small_stripes.blue=파란색 세로줄 무늬 +item.banner.small_stripes.brown=갈색 세로줄 무늬 +item.banner.small_stripes.cyan=ì²­ë¡ìƒ‰ 세로줄 무늬 +item.banner.small_stripes.gray=회색 세로줄 무늬 +item.banner.small_stripes.green=ì´ˆë¡ìƒ‰ 세로줄 무늬 +item.banner.small_stripes.lightBlue=하늘색 세로줄 무늬 +item.banner.small_stripes.lime=ì—°ë‘색 세로줄 무늬 +item.banner.small_stripes.magenta=ìží™ìƒ‰ 세로줄 무늬 +item.banner.small_stripes.orange=주황색 세로줄 무늬 +item.banner.small_stripes.pink=ë¶„í™ìƒ‰ 세로줄 무늬 +item.banner.small_stripes.purple=ë³´ë¼ìƒ‰ 세로줄 무늬 +item.banner.small_stripes.red=빨간색 세로줄 무늬 +item.banner.small_stripes.silver=ë°ì€ 회색 세로줄 무늬 +item.banner.small_stripes.white=하얀색 세로줄 무늬 +item.banner.small_stripes.yellow=노란색 세로줄 무늬 +item.banner.square_bottom_left.black=ê²€ì€ìƒ‰ 왼쪽 아래 사ê°í˜• +item.banner.square_bottom_left.blue=파란색 왼쪽 아래 사ê°í˜• +item.banner.square_bottom_left.brown=갈색 왼쪽 아래 사ê°í˜• +item.banner.square_bottom_left.cyan=ì²­ë¡ìƒ‰ 왼쪽 아래 사ê°í˜• +item.banner.square_bottom_left.gray=회색 왼쪽 아래 사ê°í˜• +item.banner.square_bottom_left.green=ì´ˆë¡ìƒ‰ 왼쪽 아래 사ê°í˜• +item.banner.square_bottom_left.lightBlue=하늘색 왼쪽 아래 사ê°í˜• +item.banner.square_bottom_left.lime=ì—°ë‘색 왼쪽 아래 사ê°í˜• +item.banner.square_bottom_left.magenta=ìží™ìƒ‰ 왼쪽 아래 사ê°í˜• +item.banner.square_bottom_left.orange=주황색 왼쪽 아래 사ê°í˜• +item.banner.square_bottom_left.pink=ë¶„í™ìƒ‰ 왼쪽 아래 사ê°í˜• +item.banner.square_bottom_left.purple=ë³´ë¼ìƒ‰ 왼쪽 아래 사ê°í˜• +item.banner.square_bottom_left.red=빨간색 왼쪽 아래 사ê°í˜• +item.banner.square_bottom_left.silver=ë°ì€ 회색 왼쪽 아래 사ê°í˜• +item.banner.square_bottom_left.white=하얀색 왼쪽 아래 사ê°í˜• +item.banner.square_bottom_left.yellow=노란색 왼쪽 아래 사ê°í˜• +item.banner.square_bottom_right.black=ê²€ì€ìƒ‰ 오른쪽 아래 사ê°í˜• +item.banner.square_bottom_right.blue=파란색 오른쪽 아래 사ê°í˜• +item.banner.square_bottom_right.brown=갈색 오른쪽 아래 사ê°í˜• +item.banner.square_bottom_right.cyan=ì²­ë¡ìƒ‰ 오른쪽 아래 사ê°í˜• +item.banner.square_bottom_right.gray=회색 오른쪽 아래 사ê°í˜• +item.banner.square_bottom_right.green=ì´ˆë¡ìƒ‰ 오른쪽 아래 사ê°í˜• +item.banner.square_bottom_right.lightBlue=하늘색 오른쪽 아래 사ê°í˜• +item.banner.square_bottom_right.lime=ì—°ë‘색 오른쪽 아래 사ê°í˜• +item.banner.square_bottom_right.magenta=ìží™ìƒ‰ 오른쪽 아래 사ê°í˜• +item.banner.square_bottom_right.orange=주황색 오른쪽 아래 사ê°í˜• +item.banner.square_bottom_right.pink=ë¶„í™ìƒ‰ 오른쪽 아래 사ê°í˜• +item.banner.square_bottom_right.purple=ë³´ë¼ìƒ‰ 오른쪽 아래 사ê°í˜• +item.banner.square_bottom_right.red=빨간색 오른쪽 아래 사ê°í˜• +item.banner.square_bottom_right.silver=ë°ì€ 회색 오른쪽 아래 사ê°í˜• +item.banner.square_bottom_right.white=하얀색 오른쪽 아래 사ê°í˜• +item.banner.square_bottom_right.yellow=노란색 오른쪽 아래 사ê°í˜• +item.banner.square_top_left.black=ê²€ì€ìƒ‰ 왼쪽 위 사ê°í˜• +item.banner.square_top_left.blue=파란색 왼쪽 위 사ê°í˜• +item.banner.square_top_left.brown=갈색 왼쪽 위 사ê°í˜• +item.banner.square_top_left.cyan=ì²­ë¡ìƒ‰ 왼쪽 위 사ê°í˜• +item.banner.square_top_left.gray=회색 왼쪽 위 사ê°í˜• +item.banner.square_top_left.green=ì´ˆë¡ìƒ‰ 왼쪽 위 사ê°í˜• +item.banner.square_top_left.lightBlue=파란색 왼쪽 위 사ê°í˜• +item.banner.square_top_left.lime=ì—°ë‘색 왼쪽 위 사ê°í˜• +item.banner.square_top_left.magenta=ìží™ìƒ‰ 왼쪽 위 사ê°í˜• +item.banner.square_top_left.orange=주황색 왼쪽 위 사ê°í˜• +item.banner.square_top_left.pink=ë¶„í™ìƒ‰ 왼쪽 위 사ê°í˜• +item.banner.square_top_left.purple=ë³´ë¼ìƒ‰ 왼쪽 위 사ê°í˜• +item.banner.square_top_left.red=빨간색 왼쪽 위 사ê°í˜• +item.banner.square_top_left.silver=ë°ì€ 회색 왼쪽 위 사ê°í˜• +item.banner.square_top_left.white=하얀색 왼쪽 위 사ê°í˜• +item.banner.square_top_left.yellow=노란색 왼쪽 위 사ê°í˜• +item.banner.square_top_right.black=ê²€ì€ìƒ‰ 오른쪽 위 사ê°í˜• +item.banner.square_top_right.blue=파란색 오른쪽 위 사ê°í˜• +item.banner.square_top_right.brown=갈색 오른쪽 위 사ê°í˜• +item.banner.square_top_right.cyan=ì²­ë¡ìƒ‰ 오른쪽 위 사ê°í˜• +item.banner.square_top_right.gray=회색 오른쪽 위 사ê°í˜• +item.banner.square_top_right.green=ì´ˆë¡ìƒ‰ 오른쪽 위 사ê°í˜• +item.banner.square_top_right.lightBlue=하늘색 오른쪽 위 사ê°í˜• +item.banner.square_top_right.lime=ì—°ë‘색 오른쪽 위 사ê°í˜• +item.banner.square_top_right.magenta=ìží™ìƒ‰ 오른쪽 위 사ê°í˜• +item.banner.square_top_right.orange=주황색 오른쪽 위 사ê°í˜• +item.banner.square_top_right.pink=ë¶„í™ìƒ‰ 오른쪽 위 사ê°í˜• +item.banner.square_top_right.purple=ë³´ë¼ìƒ‰ 오른쪽 위 사ê°í˜• +item.banner.square_top_right.red=빨간색 오른쪽 위 사ê°í˜• +item.banner.square_top_right.silver=ë°ì€ 회색 오른쪽 위 사ê°í˜• +item.banner.square_top_right.white=하얀색 오른쪽 위 사ê°í˜• +item.banner.square_top_right.yellow=노란색 오른쪽 위 사ê°í˜• +item.banner.straight_cross.black=ê²€ì€ìƒ‰ ì‹­ìž +item.banner.straight_cross.blue=파란색 ì‹­ìž +item.banner.straight_cross.brown=갈색 ì‹­ìž +item.banner.straight_cross.cyan=ì²­ë¡ìƒ‰ ì‹­ìž +item.banner.straight_cross.gray=회색 ì‹­ìž +item.banner.straight_cross.green=ì´ˆë¡ìƒ‰ ì‹­ìž +item.banner.straight_cross.lightBlue=하늘색 ì‹­ìž +item.banner.straight_cross.lime=ì—°ë‘색 ì‹­ìž +item.banner.straight_cross.magenta=ìží™ìƒ‰ ì‹­ìž +item.banner.straight_cross.orange=주황색 ì‹­ìž +item.banner.straight_cross.pink=ë¶„í™ìƒ‰ ì‹­ìž +item.banner.straight_cross.purple=ë³´ë¼ìƒ‰ ì‹­ìž +item.banner.straight_cross.red=빨간색 ì‹­ìž +item.banner.straight_cross.silver=ë°ì€ 회색 ì‹­ìž +item.banner.straight_cross.white=하얀색 ì‹­ìž +item.banner.straight_cross.yellow=노란색 ì‹­ìž +item.banner.stripe_bottom.black=ê²€ì€ìƒ‰ 아래쪽 ê°€ë¡œë  +item.banner.stripe_bottom.blue=파란색 아래쪽 ê°€ë¡œë  +item.banner.stripe_bottom.brown=갈색 아래쪽 ê°€ë¡œë  +item.banner.stripe_bottom.cyan=ì²­ë¡ìƒ‰ 아래쪽 ê°€ë¡œë  +item.banner.stripe_bottom.gray=회색 아래쪽 ê°€ë¡œë  +item.banner.stripe_bottom.green=ì´ˆë¡ìƒ‰ 아래쪽 ê°€ë¡œë  +item.banner.stripe_bottom.lightBlue=하늘색 아래쪽 ê°€ë¡œë  +item.banner.stripe_bottom.lime=ì—°ë‘색 아래쪽 ê°€ë¡œë  +item.banner.stripe_bottom.magenta=ìží™ìƒ‰ 아래쪽 ê°€ë¡œë  +item.banner.stripe_bottom.orange=주황색 아래쪽 ê°€ë¡œë  +item.banner.stripe_bottom.pink=ë¶„í™ìƒ‰ 아래쪽 ê°€ë¡œë  +item.banner.stripe_bottom.purple=ë³´ë¼ìƒ‰ 아래쪽 ê°€ë¡œë  +item.banner.stripe_bottom.red=빨간색 아래쪽 ê°€ë¡œë  +item.banner.stripe_bottom.silver=ë°ì€ 회색 아래쪽 ê°€ë¡œë  +item.banner.stripe_bottom.white=하얀색 아래쪽 ê°€ë¡œë  +item.banner.stripe_bottom.yellow=노란색 아래쪽 ê°€ë¡œë  +item.banner.stripe_center.black=ê²€ì€ìƒ‰ 중앙 ì„¸ë¡œë  +item.banner.stripe_center.blue=파란색 중앙 ì„¸ë¡œë  +item.banner.stripe_center.brown=갈색 중앙 ì„¸ë¡œë  +item.banner.stripe_center.cyan=ì²­ë¡ìƒ‰ 중앙 ì„¸ë¡œë  +item.banner.stripe_center.gray=회색 중앙 ì„¸ë¡œë  +item.banner.stripe_center.green=ì´ˆë¡ìƒ‰ 중앙 ì„¸ë¡œë  +item.banner.stripe_center.lightBlue=하늘색 중앙 ì„¸ë¡œë  +item.banner.stripe_center.lime=ì—°ë‘색 중앙 ì„¸ë¡œë  +item.banner.stripe_center.magenta=ìží™ìƒ‰ 중앙 ì„¸ë¡œë  +item.banner.stripe_center.orange=주황색 중앙 ì„¸ë¡œë  +item.banner.stripe_center.pink=ë¶„í™ìƒ‰ 중앙 ì„¸ë¡œë  +item.banner.stripe_center.purple=ë³´ë¼ìƒ‰ 중앙 ì„¸ë¡œë  +item.banner.stripe_center.red=빨간색 중앙 ì„¸ë¡œë  +item.banner.stripe_center.silver=ë°ì€ 회색 중앙 ì„¸ë¡œë  +item.banner.stripe_center.white=하얀색 중앙 ì„¸ë¡œë  +item.banner.stripe_center.yellow=노란색 중앙 ì„¸ë¡œë  +item.banner.stripe_downleft.black=ê²€ì€ìƒ‰ 왼쪽 대ê°ì„  +item.banner.stripe_downleft.blue=파란색 왼쪽 대ê°ì„  +item.banner.stripe_downleft.brown=갈색 왼쪽 대ê°ì„  +item.banner.stripe_downleft.cyan=ì²­ë¡ìƒ‰ 왼쪽 대ê°ì„  +item.banner.stripe_downleft.gray=회색 왼쪽 대ê°ì„  +item.banner.stripe_downleft.green=ì´ˆë¡ìƒ‰ 왼쪽 대ê°ì„  +item.banner.stripe_downleft.lightBlue=하늘색 왼쪽 대ê°ì„  +item.banner.stripe_downleft.lime=ì—°ë‘색 왼쪽 대ê°ì„  +item.banner.stripe_downleft.magenta=ìží™ìƒ‰ 왼쪽 대ê°ì„  +item.banner.stripe_downleft.orange=주황색 왼쪽 대ê°ì„  +item.banner.stripe_downleft.pink=ë¶„í™ìƒ‰ 왼쪽 대ê°ì„  +item.banner.stripe_downleft.purple=ë³´ë¼ìƒ‰ 왼쪽 대ê°ì„  +item.banner.stripe_downleft.red=빨간색 왼쪽 대ê°ì„  +item.banner.stripe_downleft.silver=ë°ì€ 회색 왼쪽 대ê°ì„  +item.banner.stripe_downleft.white=하얀색 왼쪽 대ê°ì„  +item.banner.stripe_downleft.yellow=노란색 왼쪽 대ê°ì„  +item.banner.stripe_downright.black=ê²€ì€ìƒ‰ 오른쪽 대ê°ì„  +item.banner.stripe_downright.blue=파란색 오른쪽 대ê°ì„  +item.banner.stripe_downright.brown=갈색 오른쪽 대ê°ì„  +item.banner.stripe_downright.cyan=ì²­ë¡ìƒ‰ 오른쪽 대ê°ì„  +item.banner.stripe_downright.gray=회색 오른쪽 대ê°ì„  +item.banner.stripe_downright.green=ì´ˆë¡ìƒ‰ 오른쪽 대ê°ì„  +item.banner.stripe_downright.lightBlue=하늘색 오른쪽 대ê°ì„  +item.banner.stripe_downright.lime=ì—°ë‘색 오른쪽 대ê°ì„  +item.banner.stripe_downright.magenta=ìží™ìƒ‰ 오른쪽 대ê°ì„  +item.banner.stripe_downright.orange=주황색 오른쪽 대ê°ì„  +item.banner.stripe_downright.pink=ë¶„í™ìƒ‰ 오른쪽 대ê°ì„  +item.banner.stripe_downright.purple=ë³´ë¼ìƒ‰ 오른쪽 대ê°ì„  +item.banner.stripe_downright.red=빨간색 오른쪽 대ê°ì„  +item.banner.stripe_downright.silver=ë°ì€ 회색 오른쪽 대ê°ì„  +item.banner.stripe_downright.white=하얀색 오른쪽 대ê°ì„  +item.banner.stripe_downright.yellow=노란색 오른쪽 대ê°ì„  +item.banner.stripe_left.black=ê²€ì€ìƒ‰ 왼쪽 ì„¸ë¡œë  +item.banner.stripe_left.blue=파란색 왼쪽 ì„¸ë¡œë  +item.banner.stripe_left.brown=갈색 왼쪽 ì„¸ë¡œë  +item.banner.stripe_left.cyan=ì²­ë¡ìƒ‰ 왼쪽 ì„¸ë¡œë  +item.banner.stripe_left.gray=회색 왼쪽 ì„¸ë¡œë  +item.banner.stripe_left.green=ì´ˆë¡ìƒ‰ 왼쪽 ì„¸ë¡œë  +item.banner.stripe_left.lightBlue=하늘색 왼쪽 ì„¸ë¡œë  +item.banner.stripe_left.lime=ì—°ë‘색 왼쪽 ì„¸ë¡œë  +item.banner.stripe_left.magenta=ìží™ìƒ‰ 왼쪽 ì„¸ë¡œë  +item.banner.stripe_left.orange=주황색 왼쪽 ì„¸ë¡œë  +item.banner.stripe_left.pink=ë¶„í™ìƒ‰ 왼쪽 ì„¸ë¡œë  +item.banner.stripe_left.purple=ë³´ë¼ìƒ‰ 왼쪽 ì„¸ë¡œë  +item.banner.stripe_left.red=빨간색 왼쪽 ì„¸ë¡œë  +item.banner.stripe_left.silver=ë°ì€ 회색 왼쪽 ì„¸ë¡œë  +item.banner.stripe_left.white=하얀색 왼쪽 ì„¸ë¡œë  +item.banner.stripe_left.yellow=노란색 왼쪽 ì„¸ë¡œë  +item.banner.stripe_middle.black=ê²€ì€ìƒ‰ 중앙 ê°€ë¡œë  +item.banner.stripe_middle.blue=파란색 중앙 ê°€ë¡œë  +item.banner.stripe_middle.brown=갈색 중앙 ê°€ë¡œë  +item.banner.stripe_middle.cyan=ì²­ë¡ìƒ‰ 중앙 ê°€ë¡œë  +item.banner.stripe_middle.gray=회색 중앙 ê°€ë¡œë  +item.banner.stripe_middle.green=ì´ˆë¡ìƒ‰ 중앙 ê°€ë¡œë  +item.banner.stripe_middle.lightBlue=하늘색 중앙 ê°€ë¡œë  +item.banner.stripe_middle.lime=ì—°ë‘색 중앙 ê°€ë¡œë  +item.banner.stripe_middle.magenta=ìží™ìƒ‰ 중앙 ê°€ë¡œë  +item.banner.stripe_middle.orange=주황색 중앙 ê°€ë¡œë  +item.banner.stripe_middle.pink=ë¶„í™ìƒ‰ 중앙 ê°€ë¡œë  +item.banner.stripe_middle.purple=ë³´ë¼ìƒ‰ 중앙 ê°€ë¡œë  +item.banner.stripe_middle.red=빨간색 중앙 ê°€ë¡œë  +item.banner.stripe_middle.silver=ë°ì€ 회색 중앙 ê°€ë¡œë  +item.banner.stripe_middle.white=하얀색 중앙 ê°€ë¡œë  +item.banner.stripe_middle.yellow=노란색 중앙 ê°€ë¡œë  +item.banner.stripe_right.black=ê²€ì€ìƒ‰ 오른쪽 ì„¸ë¡œë  +item.banner.stripe_right.blue=파란색 오른쪽 ì„¸ë¡œë  +item.banner.stripe_right.brown=갈색 오른쪽 ì„¸ë¡œë  +item.banner.stripe_right.cyan=ì²­ë¡ìƒ‰ 오른쪽 ì„¸ë¡œë  +item.banner.stripe_right.gray=회색 오른쪽 ì„¸ë¡œë  +item.banner.stripe_right.green=ì´ˆë¡ìƒ‰ 오른쪽 ì„¸ë¡œë  +item.banner.stripe_right.lightBlue=하늘색 오른쪽 ì„¸ë¡œë  +item.banner.stripe_right.lime=ì—°ë‘색 오른쪽 ì„¸ë¡œë  +item.banner.stripe_right.magenta=ìží™ìƒ‰ 오른쪽 ì„¸ë¡œë  +item.banner.stripe_right.orange=주황색 오른쪽 ì„¸ë¡œë  +item.banner.stripe_right.pink=ë¶„í™ìƒ‰ 오른쪽 ì„¸ë¡œë  +item.banner.stripe_right.purple=ë³´ë¼ìƒ‰ 오른쪽 ì„¸ë¡œë  +item.banner.stripe_right.red=빨간색 오른쪽 ì„¸ë¡œë  +item.banner.stripe_right.silver=ë°ì€ 회색 오른쪽 ì„¸ë¡œë  +item.banner.stripe_right.white=하얀색 오른쪽 ì„¸ë¡œë  +item.banner.stripe_right.yellow=노란색 오른쪽 ì„¸ë¡œë  +item.banner.stripe_top.black=ê²€ì€ìƒ‰ 위쪽 ê°€ë¡œë  +item.banner.stripe_top.blue=파란색 위쪽 ê°€ë¡œë  +item.banner.stripe_top.brown=갈색 위쪽 ê°€ë¡œë  +item.banner.stripe_top.cyan=ì²­ë¡ìƒ‰ 위쪽 ê°€ë¡œë  +item.banner.stripe_top.gray=회색 위쪽 ê°€ë¡œë  +item.banner.stripe_top.green=ì´ˆë¡ìƒ‰ 위쪽 ê°€ë¡œë  +item.banner.stripe_top.lightBlue=하늘색 위쪽 ê°€ë¡œë  +item.banner.stripe_top.lime=ì—°ë‘색 위쪽 ê°€ë¡œë  +item.banner.stripe_top.magenta=ìží™ìƒ‰ 위쪽 ê°€ë¡œë  +item.banner.stripe_top.orange=주황색 위쪽 ê°€ë¡œë  +item.banner.stripe_top.pink=ë¶„í™ìƒ‰ 위쪽 ê°€ë¡œë  +item.banner.stripe_top.purple=ë³´ë¼ìƒ‰ 위쪽 ê°€ë¡œë  +item.banner.stripe_top.red=빨간색 위쪽 ê°€ë¡œë  +item.banner.stripe_top.silver=ë°ì€ 회색 위쪽 ê°€ë¡œë  +item.banner.stripe_top.white=하얀색 위쪽 ê°€ë¡œë  +item.banner.stripe_top.yellow=노란색 위쪽 ê°€ë¡œë  +item.banner.triangle_bottom.black=ê²€ì€ìƒ‰ 아래쪽 삼ê°í˜• +item.banner.triangle_bottom.blue=파란색 아래쪽 삼ê°í˜• +item.banner.triangle_bottom.brown=갈색 아래쪽 삼ê°í˜• +item.banner.triangle_bottom.cyan=ì²­ë¡ìƒ‰ 아래쪽 삼ê°í˜• +item.banner.triangle_bottom.gray=회색 아래쪽 삼ê°í˜• +item.banner.triangle_bottom.green=ì´ˆë¡ìƒ‰ 아래쪽 삼ê°í˜• +item.banner.triangle_bottom.lightBlue=하늘색 아래쪽 삼ê°í˜• +item.banner.triangle_bottom.lime=ì—°ë‘색 아래쪽 삼ê°í˜• +item.banner.triangle_bottom.magenta=ìží™ìƒ‰ 아래쪽 삼ê°í˜• +item.banner.triangle_bottom.orange=주황색 아래쪽 삼ê°í˜• +item.banner.triangle_bottom.pink=ë¶„í™ìƒ‰ 아래쪽 삼ê°í˜• +item.banner.triangle_bottom.purple=ë³´ë¼ìƒ‰ 아래쪽 삼ê°í˜• +item.banner.triangle_bottom.red=빨간색 아래쪽 삼ê°í˜• +item.banner.triangle_bottom.silver=ë°ì€ 회색 아래쪽 삼ê°í˜• +item.banner.triangle_bottom.white=하얀색 아래쪽 삼ê°í˜• +item.banner.triangle_bottom.yellow=노란색 아래쪽 삼ê°í˜• +item.banner.triangle_top.black=ê²€ì€ìƒ‰ 위쪽 삼ê°í˜• +item.banner.triangle_top.blue=파란색 위쪽 삼ê°í˜• +item.banner.triangle_top.brown=갈색 위쪽 삼ê°í˜• +item.banner.triangle_top.cyan=ì²­ë¡ìƒ‰ 위쪽 삼ê°í˜• +item.banner.triangle_top.gray=회색 위쪽 삼ê°í˜• +item.banner.triangle_top.green=ì´ˆë¡ìƒ‰ 위쪽 삼ê°í˜• +item.banner.triangle_top.lightBlue=하늘색 위쪽 삼ê°í˜• +item.banner.triangle_top.lime=ì—°ë‘색 위쪽 삼ê°í˜• +item.banner.triangle_top.magenta=ìží™ìƒ‰ 위쪽 삼ê°í˜• +item.banner.triangle_top.orange=주황색 위쪽 삼ê°í˜• +item.banner.triangle_top.pink=ë¶„í™ìƒ‰ 위쪽 삼ê°í˜• +item.banner.triangle_top.purple=ë³´ë¼ìƒ‰ 위쪽 삼ê°í˜• +item.banner.triangle_top.red=빨간색 위쪽 삼ê°í˜• +item.banner.triangle_top.silver=ë°ì€ 회색 위쪽 삼ê°í˜• +item.banner.triangle_top.white=하얀색 위쪽 삼ê°í˜• +item.banner.triangle_top.yellow=노란색 위쪽 삼ê°í˜• +item.banner.triangles_bottom.black=ê²€ì€ìƒ‰ 아래쪽 톱니 모양 +item.banner.triangles_bottom.blue=파란색 아래쪽 톱니 모양 +item.banner.triangles_bottom.brown=갈색 아래쪽 톱니 모양 +item.banner.triangles_bottom.cyan=ì²­ë¡ìƒ‰ 아래쪽 톱니 모양 +item.banner.triangles_bottom.gray=회색 아래쪽 톱니 모양 +item.banner.triangles_bottom.green=ì´ˆë¡ìƒ‰ 아래쪽 톱니 모양 +item.banner.triangles_bottom.lightBlue=하늘색 아래쪽 톱니 모양 +item.banner.triangles_bottom.lime=ì—°ë‘색 아래쪽 톱니 모양 +item.banner.triangles_bottom.magenta=ìží™ìƒ‰ 아래쪽 톱니 모양 +item.banner.triangles_bottom.orange=주황색 아래쪽 톱니 모양 +item.banner.triangles_bottom.pink=ë¶„í™ìƒ‰ 아래쪽 톱니 모양 +item.banner.triangles_bottom.purple=ë³´ë¼ìƒ‰ 아래쪽 톱니 모양 +item.banner.triangles_bottom.red=빨간색 아래쪽 톱니 모양 +item.banner.triangles_bottom.silver=ë°ì€ 회색 아래쪽 톱니 모양 +item.banner.triangles_bottom.white=하얀색 아래쪽 톱니 모양 +item.banner.triangles_bottom.yellow=노란색 아래쪽 톱니 모양 +item.banner.triangles_top.black=ê²€ì€ìƒ‰ 위쪽 톱니 모양 +item.banner.triangles_top.blue=파란색 위쪽 톱니 모양 +item.banner.triangles_top.brown=갈색 위쪽 톱니 모양 +item.banner.triangles_top.cyan=ì²­ë¡ìƒ‰ 위쪽 톱니 모양 +item.banner.triangles_top.gray=회색 위쪽 톱니 모양 +item.banner.triangles_top.green=ì´ˆë¡ìƒ‰ 위쪽 톱니 모양 +item.banner.triangles_top.lightBlue=하늘색 위쪽 톱니 모양 +item.banner.triangles_top.lime=ì—°ë‘색 위쪽 톱니 모양 +item.banner.triangles_top.magenta=ìží™ìƒ‰ 위쪽 톱니 모양 +item.banner.triangles_top.orange=주황색 위쪽 톱니 모양 +item.banner.triangles_top.pink=ë¶„í™ìƒ‰ 위쪽 톱니 모양 +item.banner.triangles_top.purple=ë³´ë¼ìƒ‰ 위쪽 톱니 모양 +item.banner.triangles_top.red=빨간색 위쪽 톱니 모양 +item.banner.triangles_top.silver=ë°ì€ 회색 위쪽 톱니 모양 +item.banner.triangles_top.white=하얀색 위쪽 톱니 모양 +item.banner.triangles_top.yellow=노란색 위쪽 톱니 모양 +item.banner.white.name=하얀색 현수막 +item.banner.yellow.name=노란색 현수막 +item.bed.name=침대 +item.beefCooked.name=스테ì´í¬ +item.beefRaw.name=ìµížˆì§€ ì•Šì€ ì†Œê³ ê¸° +item.blazePowder.name=블레ì´ì¦ˆ 가루 +item.blazeRod.name=블레ì´ì¦ˆ 막대 +item.boat.name=보트 +item.bone.name=뼈 +item.book.name=ì±… +item.bootsChain.name=사슬 부츠 +item.bootsCloth.name=가죽 장화 +item.bootsDiamond.name=다ì´ì•„몬드 부츠 +item.bootsGold.name=금 부츠 +item.bootsIron.name=ì²  부츠 +item.bow.name=활 +item.bowl.name=그릇 +item.bread.name=ë¹µ +item.brewingStand.name=양조기 +item.brick.name=ë²½ëŒ +item.bucket.name=ì–‘ë™ì´ +item.bucketLava.name=용암 ì–‘ë™ì´ +item.bucketWater.name=물 ì–‘ë™ì´ +item.cake.name=ì¼€ì´í¬ +item.canBreak=부술 수 있는 것: +item.canPlace=ì´ ìœ„ì— ì„¤ì¹˜ 가능: +item.carrotGolden.name=황금 당근 +item.carrotOnAStick.name=당근 낚싯대 +item.carrots.name=당근 +item.cauldron.name=가마솥 +item.charcoal.name=목탄 +item.chestplateChain.name=사슬 갑옷 +item.chestplateCloth.name=가죽 튜닉 +item.chestplateDiamond.name=다ì´ì•„몬드 갑옷 +item.chestplateGold.name=금 갑옷 +item.chestplateIron.name=ì²  갑옷 +item.chickenCooked.name=구운 닭고기 +item.chickenRaw.name=ìµížˆì§€ ì•Šì€ ë‹­ê³ ê¸° +item.clay.name=ì í†  +item.clock.name=시계 +item.coal.name=ì„탄 +item.comparator.name=레드스톤 비êµê¸° +item.compass.name=나침반 +item.cookie.name=쿠키 +item.diamond.name=다ì´ì•„몬드 +item.diode.name=레드스톤 중계기 +item.doorAcacia.name=아카시아 나무 문 +item.doorBirch.name=ìžìž‘나무 문 +item.doorDarkOak.name=ì§™ì€ ì°¸ë‚˜ë¬´ 문 +item.doorIron.name=철문 +item.doorJungle.name=정글 나무 문 +item.doorOak.name=참나무 문 +item.doorSpruce.name=가문비나무 문 +item.dyePowder.black.name=먹물 +item.dyePowder.blue.name=ì²­ê¸ˆì„ +item.dyePowder.brown.name=코코아 콩 +item.dyePowder.cyan.name=ì²­ë¡ìƒ‰ 염료 +item.dyePowder.gray.name=회색 염료 +item.dyePowder.green.name=ì´ˆë¡ ì„ ì¸ìž¥ 염료 +item.dyePowder.lightBlue.name=하늘색 염료 +item.dyePowder.lime.name=ì—°ë‘색 염료 +item.dyePowder.magenta.name=ìží™ìƒ‰ 염료 +item.dyePowder.orange.name=주황색 염료 +item.dyePowder.pink.name=ë¶„í™ìƒ‰ 염료 +item.dyePowder.purple.name=ë³´ë¼ìƒ‰ 염료 +item.dyePowder.red.name=ë¶‰ì€ ìž¥ë¯¸ 염료 +item.dyePowder.silver.name=ë°ì€ 회색 염료 +item.dyePowder.white.name=뼛가루 +item.dyePowder.yellow.name=노랑 민들레 염료 +item.dyed=ì—¼ìƒ‰ë¨ +item.egg.name=달걀 +item.emerald.name=ì—메랄드 +item.emptyMap.name=빈 ì§€ë„ +item.emptyPotion.name=물병 +item.enchantedBook.name=ë§ˆë²•ë¶€ì—¬ëœ ì±… +item.enderPearl.name=ì—”ë” ì§„ì£¼ +item.expBottle.name=경험치 병 +item.eyeOfEnder.name=ì—”ë”ì˜ ëˆˆ +item.feather.name=깃털 +item.fermentedSpiderEye.name=ë°œíš¨ëœ ê±°ë¯¸ 눈 +item.fireball.name=화염구 +item.fireworks.flight=비행 시간: +item.fireworks.name=í­ì£½ 로켓 +item.fireworksCharge.black=검정색 +item.fireworksCharge.blue=파랑색 +item.fireworksCharge.brown=갈색 +item.fireworksCharge.customColor=ì‚¬ìš©ìž ì§€ì • +item.fireworksCharge.cyan=ì²­ë¡ìƒ‰ +item.fireworksCharge.fadeTo=사ë¼ì§€ëŠ” 효과 +item.fireworksCharge.flicker=ë°˜ì§ì´ëŠ” 효과 +item.fireworksCharge.gray=회색 +item.fireworksCharge.green=ì´ˆë¡ìƒ‰ +item.fireworksCharge.lightBlue=하늘색 +item.fireworksCharge.lime=ì—°ë‘색 +item.fireworksCharge.magenta=ìží™ìƒ‰ +item.fireworksCharge.name=ë¶ˆê½ƒë†€ì´ íƒ„ì•½ +item.fireworksCharge.orange=주황색 +item.fireworksCharge.pink=ë¶„í™ìƒ‰ +item.fireworksCharge.purple=ë³´ë¼ìƒ‰ +item.fireworksCharge.red=빨강색 +item.fireworksCharge.silver=연한 회색 +item.fireworksCharge.trail=ìž”ìƒ íš¨ê³¼ +item.fireworksCharge.type=알 수 없는 모양 +item.fireworksCharge.type.0=ìž‘ì€ êµ¬í˜• +item.fireworksCharge.type.1=í° êµ¬í˜• +item.fireworksCharge.type.2=별 모양 +item.fireworksCharge.type.3=í¬ë¦¬í¼ 모양 +item.fireworksCharge.type.4=í­ë°œí˜• +item.fireworksCharge.white=하얀색 +item.fireworksCharge.yellow=노랑색 +item.fish.clownfish.raw.name=í°ë™ê°€ë¦¬ +item.fish.cod.cooked.name=ìµížŒ ìƒì„  +item.fish.cod.raw.name=ë‚  ìƒì„  +item.fish.pufferfish.raw.name=복어 +item.fish.salmon.cooked.name=ìµížŒ ì—°ì–´ +item.fish.salmon.raw.name=ë‚  ì—°ì–´ +item.fishingRod.name=낚싯대 +item.flint.name=ë¶€ì‹¯ëŒ +item.flintAndSteel.name=ë¼ì´í„° +item.flowerPot.name=화분 +item.frame.name=ì•„ì´í…œ ì•¡ìž +item.ghastTear.name=ê°€ìŠ¤íŠ¸ì˜ ëˆˆë¬¼ +item.glassBottle.name=유리병 +item.goldNugget.name=금 ì¡°ê° +item.hatchetDiamond.name=다ì´ì•„몬드 ë„ë¼ +item.hatchetGold.name=금 ë„ë¼ +item.hatchetIron.name=ì²  ë„ë¼ +item.hatchetStone.name=ëŒ ë„ë¼ +item.hatchetWood.name=나무 ë„ë¼ +item.helmetChain.name=사슬 투구 +item.helmetCloth.name=가죽 ëª¨ìž +item.helmetDiamond.name=다ì´ì•„몬드 투구 +item.helmetGold.name=금 투구 +item.helmetIron.name=ì²  투구 +item.hoeDiamond.name=다ì´ì•„몬드 ê´­ì´ +item.hoeGold.name=금 ê´­ì´ +item.hoeIron.name=ì²  ê´­ì´ +item.hoeStone.name=ëŒ ê´­ì´ +item.hoeWood.name=나무 ê´­ì´ +item.horsearmordiamond.name=다ì´ì•„몬드 ë§ ê°‘ì˜· +item.horsearmorgold.name=금 ë§ ê°‘ì˜· +item.horsearmormetal.name=ì²  ë§ ê°‘ì˜· +item.ingotGold.name=금괴 +item.ingotIron.name=ì² ê´´ +item.leash.name=ëˆ +item.leather.name=가죽 +item.leaves.name=나뭇잎 +item.leggingsChain.name=사슬 레깅스 +item.leggingsCloth.name=가죽 바지 +item.leggingsDiamond.name=다ì´ì•„몬드 레깅스 +item.leggingsGold.name=금 레깅스 +item.leggingsIron.name=ì²  레깅스 +item.magmaCream.name=마그마 í¬ë¦¼ +item.map.name=ì§€ë„ +item.melon.name=수박 +item.milk.name=우유 +item.minecart.name=마ì¸ì¹´íЏ +item.minecartChest.name=ìƒìž 마ì¸ì¹´íЏ +item.minecartCommandBlock.name=명령 ë¸”ë¡ ë§ˆì¸ì¹´íЏ +item.minecartFurnace.name=화로 마ì¸ì¹´íЏ +item.minecartHopper.name=깔때기 마ì¸ì¹´íЏ +item.minecartTnt.name=TNT 마ì¸ì¹´íЏ +item.monsterPlacer.name=ìŠ¤í° +item.mushroomStew.name=버섯 스튜 +item.muttonCooked.name=구운 양고기 +item.muttonRaw.name=ìµížˆì§€ ì•Šì€ ì–‘ê³ ê¸° +item.nameTag.name=ì´ë¦„표 +item.netherStalkSeeds.name=ë„¤ë” ì™€íŠ¸ +item.netherStar.name=네ë”ì˜ ë³„ +item.netherbrick.name=ë„¤ë” ë²½ëŒ +item.netherquartz.name=ë„¤ë” ì„ì˜ +item.painting.name=그림 +item.paper.name=ì¢…ì´ +item.pickaxeDiamond.name=다ì´ì•„몬드 ê³¡ê´­ì´ +item.pickaxeGold.name=금 ê³¡ê´­ì´ +item.pickaxeIron.name=ì²  ê³¡ê´­ì´ +item.pickaxeStone.name=ëŒ ê³¡ê´­ì´ +item.pickaxeWood.name=나무 ê³¡ê´­ì´ +item.porkchopCooked.name=구운 ë¼ì§€ê³ ê¸° +item.porkchopRaw.name=ìµížˆì§€ ì•Šì€ ë¼ì§€ê³ ê¸° +item.potato.name=ê°ìž +item.potatoBaked.name=구운 ê°ìž +item.potatoPoisonous.name=ë…ì´ ìžˆëŠ” ê°ìž +item.potion.name=í¬ì…˜ +item.prismarineCrystals.name=프리즈마린 수정 +item.prismarineShard.name=프리즈마린 ì¡°ê° +item.pumpkinPie.name=호박 íŒŒì´ +item.rabbitCooked.name=구운 토ë¼ê³ ê¸° +item.rabbitFoot.name=토ë¼ë°œ +item.rabbitHide.name=í† ë¼ ê°€ì£½ +item.rabbitRaw.name=ìµížˆì§€ ì•Šì€ í† ë¼ê³ ê¸° +item.rabbitStew.name=í† ë¼ ìŠ¤íŠœ +item.record.11.desc=C418 - 11 +item.record.13.desc=C418 - 13 +item.record.blocks.desc=C418 - blocks +item.record.cat.desc=C418 - cat +item.record.chirp.desc=C418 - chirp +item.record.far.desc=C418 - far +item.record.mall.desc=C418 - mall +item.record.mellohi.desc=C418 - mellohi +item.record.name=ìŒë°˜ +item.record.stal.desc=C418 - stal +item.record.strad.desc=C418 - strad +item.record.wait.desc=C418 - wait +item.record.ward.desc=C418 - ward +item.redstone.name=레드스톤 +item.reeds.name=사탕수수 +item.rottenFlesh.name=ì©ì€ 고기 +item.ruby.name=루비 +item.saddle.name=안장 +item.seeds.name=씨앗 +item.seeds_melon.name=수박씨 +item.seeds_pumpkin.name=호박씨 +item.shears.name=가위 +item.shovelDiamond.name=다ì´ì•„몬드 삽 +item.shovelGold.name=금 삽 +item.shovelIron.name=ì²  삽 +item.shovelStone.name=ëŒ ì‚½ +item.shovelWood.name=나무 삽 +item.sign.name=í‘œì§€íŒ +item.skull.char.name=머리 +item.skull.creeper.name=í¬ë¦¬í¼ì˜ 머리 +item.skull.player.name=%sì˜ ë¨¸ë¦¬ +item.skull.skeleton.name=해골 +item.skull.wither.name=ìœ„ë” ìŠ¤ì¼ˆë ˆí†¤ì˜ í•´ê³¨ +item.skull.zombie.name=ì¢€ë¹„ì˜ ë¨¸ë¦¬ +item.slimeball.name=슬ë¼ìž„ ë³¼ +item.snowball.name=눈ë©ì´ +item.speckledMelon.name=ë°˜ì§ì´ëŠ” 수박 +item.spiderEye.name=거미 눈 +item.stick.name=막대기 +item.string.name=실 +item.sugar.name=설탕 +item.sulphur.name=화약 +item.swordDiamond.name=다ì´ì•„몬드 ê²€ +item.swordGold.name=금 ê²€ +item.swordIron.name=ì²  ê²€ +item.swordStone.name=ëŒ ê²€ +item.swordWood.name=나무 ê²€ +item.unbreakable=내구성 +item.wheat.name=ë°€ +item.writingBook.name=ì±…ê³¼ 깃펜 +item.writtenBook.name=쓰여진 ì±… +item.yellowDust.name=ë°œê´‘ì„ ê°€ë£¨ +itemGroup.brewing=í¬ì…˜ 제조 +itemGroup.buildingBlocks=ê±´ì¶• ë¸”ë¡ +itemGroup.combat=전투 +itemGroup.decorations=ìž¥ì‹ ë¸”ë¡ +itemGroup.food=ì‹ë£Œí’ˆ +itemGroup.inventory=서바ì´ë²Œ 보관함 +itemGroup.materials=재료 +itemGroup.misc=기타 ì•„ì´í…œë“¤ +itemGroup.redstone=레드스톤 +itemGroup.search=ì•„ì´í…œ 검색 +itemGroup.tools=ë„구 +itemGroup.transportation=수송 +key.attack=공격/파괴 +key.back=뒤로 걷기 +key.categories.gameplay=ê²Œìž„í”Œë ˆì´ +key.categories.inventory=보관함 +key.categories.misc=기타 설정 +key.categories.movement=ì¡°ìž‘ +key.categories.multiplayer=ë©€í‹°í”Œë ˆì´ +key.categories.stream=ìŠ¤íŠ¸ë¦¬ë° +key.categories.ui=게임 ì¸í„°íŽ˜ì´ìФ +key.chat=대화 열기 +key.command=명령어 열기 +key.drop=ì•„ì´í…œ 떨어뜨리기 +key.forward=앞으로 걷기 +key.fullscreen=ì „ì²´ 화면 토글 +key.hotbar.1=í•«ë°” 슬롯 1 +key.hotbar.2=í•«ë°” 슬롯 2 +key.hotbar.3=í•«ë°” 슬롯 3 +key.hotbar.4=í•«ë°” 슬롯 4 +key.hotbar.5=í•«ë°” 슬롯 5 +key.hotbar.6=í•«ë°” 슬롯 6 +key.hotbar.7=í•«ë°” 슬롯 7 +key.hotbar.8=í•«ë°” 슬롯 8 +key.hotbar.9=í•«ë°” 슬롯 9 +key.inventory=보관함 +key.jump=ì í”„ +key.left=왼쪽으로 걷기 +key.mouseButton=버튼 %1$s +key.pickItem=ë¸”ë¡ ì„ íƒ +key.playerlist=ì ‘ì†ìž ëª©ë¡ +key.right=오른쪽으로 걷기 +key.screenshot=스í¬ë¦°ìƒ· ì°ê¸° +key.smoothCamera=시네마틱 ì¹´ë©”ë¼ í† ê¸€ +key.sneak=ì›…í¬ë¦¬ê¸° +key.spectatorOutlines=하ì´ë¼ì´íЏ 플레ì´ì–´ (관람ìž) +key.sprint=달리기 +key.streamCommercial=스트림 ê´‘ê³  ë³´ì´ê¸° +key.streamPauseUnpause=스트림 ì¼ì‹œ 중지/ì¼ì‹œ 중지 í•´ì œ +key.streamStartStop=ìŠ¤íŠ¸ë¦¬ë° ì‹œìž‘í•˜ê¸°/멈추기 +key.streamToggleMic=눌러서 ë§í•˜ê¸°/ìŒì†Œê±°í•˜ê¸° +key.togglePerspective=시야 전환 +key.use=ì•„ì´í…œ 사용/ë¸”ë¡ ë†“ê¸° +lanServer.otherPlayers=다른 플레ì´ì–´ 설정 +lanServer.scanning=로컬 네트워í¬ì—서 ê²Œìž„ì„ ì°¾ê³  있습니다 +lanServer.start=LAN 세계 시작 +lanServer.title=LAN 세계 +language.code=ko_KR +language.name=한국어 +language.region=한국 +mcoServer.title=Minecraft 온ë¼ì¸ 세계 +menu.convertingLevel=세계 변환 중... +menu.disconnect=ì—°ê²° ëŠê¸° +menu.game=게임 메뉴 +menu.generatingLevel=세계 ìƒì„± 중... +menu.generatingTerrain=지형 ìƒì„± 중... +menu.loadingLevel=세계를 불러오는 중... +menu.multiplayer=ë©€í‹°í”Œë ˆì´ +menu.options=설정... +menu.playdemo=ì²´í—˜íŒ ì„¸ê³„ 플레ì´í•˜ê¸° +menu.quit=게임 종료 +menu.resetdemo=ì²´í—˜íŒ ì„¸ê³„ 초기화 +menu.respawning=ë¦¬ìŠ¤í° ì¤‘... +menu.returnToGame=게임으로 +menu.returnToMenu=저장하고 나가기 +menu.shareToLan=LAN 서버 열기 +menu.simulating=세계 테스트 중... +menu.singleplayer=ì‹±ê¸€í”Œë ˆì´ +menu.switchingLevel=세계 전환 중... +merchant.deprecated=ìž ê¸ˆì„ í•´ì œí•˜ë ¤ë©´ 다른 ê²ƒì„ ê±°ëž˜í•˜ì„¸ìš”! +mount.onboard=내리려면 %1$sì„(를) 누르세요 +multiplayer.connect=ì—°ê²° +multiplayer.downloadingStats=통계 ë° ë„ì „ 과제 다운로드 중... +multiplayer.downloadingTerrain=세계를 받아오는 중 +multiplayer.info1=Minecraftì˜ ë©€í‹°í”Œë ˆì´ëŠ” ì•„ì§ ì™„ì„±ë˜ì§€ 않았지만, +multiplayer.info2=버그가 있는 시험 ë²„ì „ì´ ìžˆìŠµë‹ˆë‹¤. +multiplayer.ipinfo=ì ‘ì†í•˜ë ¤ëŠ” ì„œë²„ì˜ IP를 입력하세요: +multiplayer.player.joined=%sì´(ê°€) ê²Œìž„ì— ì°¸ì—¬í–ˆìŠµë‹ˆë‹¤ +multiplayer.player.joined.renamed=%s (본래 %s)ì´(ê°€) ê²Œìž„ì— ì°¸ì—¬í–ˆìŠµë‹ˆë‹¤ +multiplayer.player.left=%sì´(ê°€) ê²Œìž„ì„ ë– ë‚¬ìŠµë‹ˆë‹¤ +multiplayer.stopSleeping=ì¼ì–´ë‚˜ê¸° +multiplayer.texturePrompt.line1=ì´ ì„œë²„ëŠ” ì‚¬ìš©ìž ì§€ì • 리소스 팩 ì‚¬ìš©ì„ ê¶Œìž¥í•˜ê³  있습니다. +multiplayer.texturePrompt.line2=다운로드하고 ìžë™ìœ¼ë¡œ 설치하시겠습니까? +multiplayer.title=ë©€í‹°í”Œë ˆì´ +options.advancedButton=고급 비디오 설정... +options.advancedOpengl=고급 OpenGL +options.advancedVideoTitle=고급 비디오 설정 +options.anaglyph=3D 애너글리프 +options.ao=부드러운 조명 효과 +options.ao.max=최대 +options.ao.min=최소 +options.ao.off=ë” +options.blockAlternatives=대체 ë¸”ë¡ +options.chat.color=ìƒ‰ìƒ +options.chat.height.focused=숨겨진 대화 ë†’ì´ +options.chat.height.unfocused=보여지는 대화 ë†’ì´ +options.chat.links=웹 ë§í¬ +options.chat.links.prompt=ë§í¬ í™•ì¸ +options.chat.opacity=ë¶ˆíˆ¬ëª…ë„ +options.chat.scale=í¬ê¸° +options.chat.title=대화 설정... +options.chat.visibility=대화 +options.chat.visibility.full=표시 +options.chat.visibility.hidden=숨김 +options.chat.visibility.system=명령어만 +options.chat.width=í­ +options.controls=ì¡°ìž‘... +options.customizeTitle=ì‚¬ìš©ìž ì§€ì • 세계 설정 +options.difficulty=난ì´ë„ +options.difficulty.easy=쉬움 +options.difficulty.hard=어려움 +options.difficulty.hardcore=하드코어 +options.difficulty.normal=보통 +options.difficulty.peaceful=í‰í™”로움 +options.farWarning1=ë„“ì€ ì‹œì•¼ë¥¼ 위해서는 64비트 ìžë°” +options.farWarning2=설치를 권장합니다 (현재 32비트 ìžë°”를 사용중) +options.fboEnable=FBO 활성화 +options.forceUnicodeFont=유니코드 글꼴 ê°•ì œ 사용 +options.fov=시야 범위 +options.fov.max=최대치 +options.fov.min=ì¼ë°˜ +options.framerateLimit=최대 프레임 +options.framerateLimit.max=무제한 +options.fullscreen=ì „ì²´ 화면 +options.gamma=ë°ê¸° +options.gamma.max=ë°ê²Œ +options.gamma.min=어둡게 +options.graphics=그래픽 +options.graphics.fancy=화려하게 +options.graphics.fast=빠르게 +options.guiScale=GUI 비율 +options.guiScale.auto=ìžë™ +options.guiScale.large=넓게 +options.guiScale.normal=보통 +options.guiScale.small=작게 +options.hidden=숨김 +options.invertMouse=마우스 반전 +options.language=언어... +options.languageWarning=언어 ë²ˆì—­ì€ 100%% 정확하지 ì•Šì„ ìˆ˜ 있습니다 +options.mipmapLevels=밉맵 레벨 +options.modelPart.cape=ë§í†  +options.modelPart.hat=ëª¨ìž +options.modelPart.jacket=재킷 +options.modelPart.left_pants_leg=왼쪽 바지 +options.modelPart.left_sleeve=왼쪽 소매 +options.modelPart.right_pants_leg=오른쪽 바지 +options.modelPart.right_sleeve=오른쪽 소매 +options.multiplayer.title=ë©€í‹°í”Œë ˆì´ ì„¤ì •... +options.music=ë°°ê²½ìŒì•… +options.off=êº¼ì§ +options.on=ì¼œì§ +options.particles=ìž…ìž +options.particles.all=ëª¨ë‘ +options.particles.decreased=ì ê²Œ +options.particles.minimal=최소 +options.performanceButton=비디오 성능 설정... +options.performanceVideoTitle=비디오 성능 설정 +options.postButton=사후 처리 설정... +options.postProcessEnable=사후 처리 활성화 +options.postVideoTitle=사후 처리 설정 +options.qualityButton=비디오 품질 설정... +options.qualityVideoTitle=비디오 품질 설정 +options.reducedDebugInfo=ìš”ì•½ëœ ë””ë²„ê·¸ ì •ë³´ +options.renderClouds=구름 +options.renderDistance=시야 +options.renderDistance.far=넓게 +options.renderDistance.normal=보통 +options.renderDistance.short=짧게 +options.renderDistance.tiny=매우 짧게 +options.resourcepack=리소스 팩... +options.saturation=ì±„ë„ +options.sensitivity=마우스 ê°ë„ +options.sensitivity.max=ê²ë‚˜ 빠름!!! +options.sensitivity.min=하~í’ˆ... +options.skinCustomisation=스킨 ì‚¬ìš©ìž ì§€ì •... +options.skinCustomisation.title=스킨 ì‚¬ìš©ìž ì§€ì • +options.snooper=기기정보 수집 허용 +options.snooper.desc=ì €í¬ëŠ” ì—¬ëŸ¬ë¶„ì´ ì‚¬ìš©í•˜ëŠ” 기기 정보를 수집하여 ì–´ë–¤ ë„ì›€ì„ ë“œë¦´ 수 있ì„ì§€, 가장 í° ë¬¸ì œëŠ” 무엇ì¸ì§€ 알아내어 Minecraft를 개선하려 합니다. 모든 정보는 ìµëª…으로 전송ë˜ë©°, ì•…ìš©ë˜ì§€ 않ìŒì„ 약ì†ë“œë¦½ë‹ˆë‹¤. ì „ì†¡ì„ ì›ì¹˜ 않으신다면 ì´ ì˜µì…˜ì„ ë„ì…”ë„ ë©ë‹ˆë‹¤. +options.snooper.title=기기 사양 수집 +options.snooper.view=기기정보 수집 설정... +options.sound=íš¨ê³¼ìŒ +options.sounds=ìŒì•… ë° ì†Œë¦¬... +options.sounds.title=ìŒì•… ë° ì†Œë¦¬ 설정 +options.stream=방송 설정... +options.stream.bytesPerPixel=품질 +options.stream.changes=ì´ ë³€ê²½ ì‚¬í•­ì„ ì ìš©í•˜ê¸° 위해 ìŠ¤íŠ¸ë¦¼ì„ ìž¬ì‹œìž‘í•´ì•¼ 합니다. +options.stream.chat.enabled=사용 +options.stream.chat.enabled.always=í•­ìƒ +options.stream.chat.enabled.never=무시 +options.stream.chat.enabled.streaming=ìŠ¤íŠ¸ë¦¬ë° ì¤‘ì—ë§Œ +options.stream.chat.title=Twitch 대화 설정 +options.stream.chat.userFilter=ì‚¬ìš©ìž í•„í„° +options.stream.chat.userFilter.all=모든 ì‹œì²­ìž +options.stream.chat.userFilter.mods=ê´€ë¦¬ìž +options.stream.chat.userFilter.subs=구ë…ìž +options.stream.compression=압축률 +options.stream.compression.high=ë†’ìŒ +options.stream.compression.low=ë‚®ìŒ +options.stream.compression.medium=중간 +options.stream.estimation=추정 í•´ìƒë„: %sx%s +options.stream.fps=프레임률 +options.stream.ingest.reset=기본 설정으로 초기화 +options.stream.ingest.title=Twitch 방송 서버 +options.stream.ingestSelection=방송 서버 ëª©ë¡ +options.stream.kbps=ëŒ€ì—­í­ +options.stream.micToggleBehavior=눌러서 +options.stream.micVolumne=마ì´í¬ ìŒëŸ‰ +options.stream.mic_toggle.mute=ìŒì†Œê±° +options.stream.mic_toggle.talk=대화 +options.stream.sendMetadata=메타 ë°ì´í„° 보내기 +options.stream.systemVolume=시스템 ìŒëŸ‰ +options.stream.title=Twitch 방송 설정 +options.title=설정 +options.touchscreen=터치스í¬ë¦° 모드 +options.vbo=VBO 사용 +options.video=비디오 설정... +options.videoTitle=비디오 설정 +options.viewBobbing=화면 í”들림 +options.visible=표시 +options.vsync=ìˆ˜ì§ ë™ê¸°í™” 사용 +potion.absorption=í¡ìˆ˜ +potion.absorption.postfix=í¡ìˆ˜ í¬ì…˜ +potion.blindness=실명 +potion.blindness.postfix=실명 í¬ì…˜ +potion.confusion=멀미 +potion.confusion.postfix=멀미 í¬ì…˜ +potion.damageBoost=힘 +potion.damageBoost.postfix=íž˜ì˜ í¬ì…˜ +potion.digSlowDown=피로 +potion.digSlowDown.postfix=ë‚˜íƒœì˜ í¬ì…˜ +potion.digSpeed=성급함 +potion.digSpeed.postfix=ì„±ê¸‰í•¨ì˜ í¬ì…˜ +potion.effects.whenDrank=ì ìš© 시: +potion.empty=효과 ì—†ìŒ +potion.fireResistance=화염 저항 +potion.fireResistance.postfix=화염 저항 í¬ì…˜ +potion.harm=즉시 피해 +potion.harm.postfix=ê³ í†µì˜ í¬ì…˜ +potion.heal=즉시 회복 +potion.heal.postfix=회복 í¬ì…˜ +potion.healthBoost=ì²´ë ¥ 신장 +potion.healthBoost.postfix=ì²´ë ¥ 신장 í¬ì…˜ +potion.hunger=허기 +potion.hunger.postfix=í—ˆê¸°ì˜ í¬ì…˜ +potion.invisibility=투명화 +potion.invisibility.postfix=투명화 í¬ì…˜ +potion.jump=ì í”„ ê°•í™” +potion.jump.postfix=ë„ì•½ì˜ í¬ì…˜ +potion.moveSlowdown=êµ¬ì† +potion.moveSlowdown.postfix=구ì†ì˜ í¬ì…˜ +potion.moveSpeed=ì‹ ì† +potion.moveSpeed.postfix=ì‹ ì†ì˜ í¬ì…˜ +potion.nightVision=야간 투시 +potion.nightVision.postfix=야간 투시 í¬ì…˜ +potion.poison=ë… +potion.poison.postfix=ë… í¬ì…˜ +potion.potency.1=II +potion.potency.2=III +potion.potency.3=IV +potion.prefix.acrid=매ìºí•œ +potion.prefix.artless=투박한 +potion.prefix.awkward=ì´ìƒí•œ +potion.prefix.bland=단조로운 +potion.prefix.bulky=í° +potion.prefix.bungling=어설픈 +potion.prefix.buttered=ëŠë¼í•œ +potion.prefix.charming=매력ì ì¸ +potion.prefix.clear=ë§‘ì€ +potion.prefix.cordial=다정한 +potion.prefix.dashing=근사한 +potion.prefix.debonair=유쾌한 +potion.prefix.diffuse=í¼ì§„ +potion.prefix.elegant=우아한 +potion.prefix.fancy=ë©‹ì§„ +potion.prefix.flat=ê¹€ ë¹ ì§„ +potion.prefix.foul=ë”러운 +potion.prefix.grenade=투척용 +potion.prefix.gross=역겨운 +potion.prefix.harsh=가혹한 +potion.prefix.milky=우윳빛 +potion.prefix.mundane=í‰ë²”한 +potion.prefix.odorless=ë¬´ì·¨ì˜ +potion.prefix.potent=강한 +potion.prefix.rank=등급 +potion.prefix.refined=ì •ì œëœ +potion.prefix.smooth=부드러운 +potion.prefix.sparkling=ë°˜ì§ì´ëŠ” +potion.prefix.stinky=ì§€ë…한 +potion.prefix.suave=ìƒëƒ¥í•œ +potion.prefix.thick=진한 +potion.prefix.thin=ë¬½ì€ +potion.prefix.uninteresting=í¥ë¯¸ì—†ëŠ” +potion.regeneration=ìž¬ìƒ +potion.regeneration.postfix=ìž¬ìƒ í¬ì…˜ +potion.resistance=저항 +potion.resistance.postfix=저항 í¬ì…˜ +potion.saturation=í¬í™” +potion.saturation.postfix=í¬í™” í¬ì…˜ +potion.waterBreathing=수중 í˜¸í¡ +potion.waterBreathing.postfix=수중 í˜¸í¡ í¬ì…˜ +potion.weakness=나약함 +potion.weakness.postfix=ë‚˜ì•½ì˜ í¬ì…˜ +potion.wither=ìœ„ë” +potion.wither.postfix=부패 í¬ì…˜ +record.nowPlaying=지금 ìž¬ìƒ ì¤‘: %s +resourcePack.available.title=사용 가능한 리소스 팩 +resourcePack.folderInfo=(리소스 팩 파ì¼ì„ ì—¬ê¸°ì— ë†“ìœ¼ì„¸ìš”) +resourcePack.openFolder=리소스 팩 í´ë” 열기 +resourcePack.selected.title=ì„ íƒëœ 리소스 팩 +resourcePack.title=리소스 팩 ì„ íƒ +screenshot.failure=스í¬ë¦°ìƒ·ì„ 저장하지 못했습니다: %s +screenshot.success=%s로 스í¬ë¦°ìƒ·ì„ 저장했습니다 +selectServer.add=서버 추가 +selectServer.defaultName=Minecraft Server +selectServer.delete=ì‚­ì œ +selectServer.deleteButton=ì‚­ì œ +selectServer.deleteQuestion=ì´ ì„œë²„ë¥¼ 지우시겠습니까? +selectServer.deleteWarning=ì´(ê°€) ì˜ì›ížˆ 사ë¼ì§€ê²Œ ë  ê²ƒìž…ë‹ˆë‹¤! +selectServer.direct=ì§ì ‘ ì—°ê²° +selectServer.edit=편집 +selectServer.empty=ì„ íƒë˜ì§€ ì•ŠìŒ +selectServer.hiddenAddress=(숨김) +selectServer.refresh=새로고침 +selectServer.select=서버 ì ‘ì† +selectServer.title=서버 ì„ íƒí•˜ê¸° +selectWorld.allowCommands=치트 허용: +selectWorld.allowCommands.info=/gamemode, /xp ê°™ì€ ëª…ë ¹ì–´ë“¤ +selectWorld.bonusItems=보너스 ìƒìž: +selectWorld.cheats=치트 +selectWorld.conversion=반드시 변환해야 합니다! +selectWorld.create=새로운 세계 만들기 +selectWorld.createDemo=새 ì²´í—˜íŒ ì„¸ê³„ 시작 +selectWorld.customizeType=ì‚¬ìš©ìž ì§€ì • +selectWorld.delete=ì‚­ì œ +selectWorld.deleteButton=ì‚­ì œ +selectWorld.deleteQuestion=ì´ ì„¸ê³„ë¥¼ 지우시겠습니까? +selectWorld.deleteWarning=ì´(ê°€) ì˜ì›ížˆ 사ë¼ì§€ê²Œ ë  ê²ƒìž…ë‹ˆë‹¤! +selectWorld.empty=ì„ íƒë˜ì§€ ì•ŠìŒ +selectWorld.enterName=세계 ì´ë¦„ +selectWorld.enterSeed=세계 ìƒì„± 시드 +selectWorld.gameMode=게임 모드 +selectWorld.gameMode.adventure=모험 +selectWorld.gameMode.adventure.line1=서바ì´ë²Œê³¼ 비슷하지만, 블ë¡ë“¤ì„ +selectWorld.gameMode.adventure.line2=ìž„ì˜ì˜ ìžë¦¬ì— 놓거나 부술 수 없습니다 +selectWorld.gameMode.creative=í¬ë¦¬ì—ì´í‹°ë¸Œ +selectWorld.gameMode.creative.line1=ì•„ì´í…œì´ 무제한ì´ê³  í•˜ëŠ˜ì„ ë‚  수 있으며, +selectWorld.gameMode.creative.line2=블ë¡ì„ 즉시 부술 수 있습니다 +selectWorld.gameMode.hardcore=하드코어 +selectWorld.gameMode.hardcore.line1=서바ì´ë²Œê³¼ 비슷하지만 난ì´ë„ê°€ 매우 어려움으로 ê³ ì •ë˜ë©°, +selectWorld.gameMode.hardcore.line2=한번 죽으면 부활할 수 없습니다 +selectWorld.gameMode.spectator=ê´€ëžŒìž +selectWorld.gameMode.spectator.line1=세계를 ë³¼ 수 있지만 만질 수는 없습니다 +selectWorld.gameMode.survival=서바ì´ë²Œ +selectWorld.gameMode.survival.line1=채광, ì¡°í•©, 경험치와 +selectWorld.gameMode.survival.line2=레벨, ì²´ë ¥, ë°°ê³ í””ì´ ìžˆìŠµë‹ˆë‹¤ +selectWorld.hardcoreMode=하드코어: +selectWorld.hardcoreMode.info=죽으면 세계가 ì‚­ì œë©ë‹ˆë‹¤ +selectWorld.mapFeatures=구조물 ìƒì„±: +selectWorld.mapFeatures.info=마ì„, ë˜ì „ 등 +selectWorld.mapType=세계 종류: +selectWorld.mapType.normal=ì¼ë°˜ +selectWorld.moreWorldOptions=고급 세계 옵션... +selectWorld.newWorld=새로운 세계 +selectWorld.newWorld.copyOf=%sì˜ ë³µì‚¬ë³¸ +selectWorld.recreate=다시 만들기 +selectWorld.rename=ì´ë¦„ 바꾸기 +selectWorld.renameButton=ì´ë¦„ 바꾸기 +selectWorld.renameTitle=세계 ì´ë¦„ 바꾸기 +selectWorld.resultFolder=ì €ìž¥ë  ì´ë¦„: +selectWorld.seedInfo=ìž„ì˜ì˜ 시드를 ì ìš©í•˜ë ¤ë©´ 비워 ë‘십시오 +selectWorld.select=ì„ íƒëœ 세계 시작 +selectWorld.title=세계 ì„ íƒ +selectWorld.world=세계 +sign.edit=í‘œì§€íŒ ë©”ì‹œì§€ 편집 +soundCategory.ambient=분위기ìŒ/환경 +soundCategory.block=ë¸”ë¡ +soundCategory.hostile=ì ëŒ€ì  ìƒëª…ì²´ +soundCategory.master=주 ìŒëŸ‰ +soundCategory.music=ìŒì•… +soundCategory.neutral=ì¹œí™”ì  ìƒëª…ì²´ +soundCategory.player=플레ì´ì–´ +soundCategory.record=주í¬ë°•스/노트 ë¸”ë¡ +soundCategory.weather=날씨 +stat.animalsBred=êµë°°ëœ ë™ë¬¼ +stat.blocksButton=ë¸”ë¡ +stat.boatOneCm=보트를 타고 ì´ë™í•œ 거리 +stat.breakItem=%1$s 소모 횟수 +stat.climbOneCm=올ë¼ê°„ 거리 +stat.craftItem=%1$s 제작 횟수 +stat.crafted=제작 횟수 +stat.createWorld=세계를 ìƒì„±í•œ 횟수 +stat.crouchOneCm=ì›…í¬ë¦¬ê³  ê±¸ì€ ê±°ë¦¬ +stat.damageDealt=입힌 피해 +stat.damageTaken=ë°›ì€ í”¼í•´ +stat.deaths=ì‚¬ë§ íšŸìˆ˜ +stat.depleted=부서진 횟수 +stat.diveOneCm=잠수한 거리 +stat.drop=ì•„ì´í…œì„ 버린 횟수 +stat.entityKilledBy=%sì´(ê°€) ë‹¹ì‹ ì„ %s번 사냥했습니다 +stat.entityKilledBy.none=%sì—게 사냥 당한 ì ì´ 없습니다 +stat.entityKills=%sì„(를) %s번 죽였습니다 +stat.entityKills.none=%sì„(를) 사냥한 ì ì´ 없습니다 +stat.fallOneCm=떨어진 거리 +stat.fishCaught=ìž¡ì€ ë¬¼ê³ ê¸° +stat.flyOneCm=ë‚ ì•„ê°„ 거리 +stat.generalButton=ì¼ë°˜ +stat.horseOneCm=ë§ì„ 타고 ì´ë™í•œ 거리 +stat.itemsButton=ì•„ì´í…œ +stat.joinMultiplayer=ë©€í‹°í”Œë ˆì´ íšŸìˆ˜ +stat.jump=ì í”„ 횟수 +stat.junkFished=ë‚šì€ ì“°ë ˆê¸° +stat.leaveGame=종료 횟수 +stat.loadWorld=ì €ìž¥ëœ ì„¸ê³„ë¥¼ 불러온 횟수 +stat.mineBlock=%1$s 채굴 횟수 +stat.minecartOneCm=마ì¸ì¹´íŠ¸ë¥¼ 타고 ì´ë™í•œ 거리 +stat.mined=채굴 횟수 +stat.mobKills=ì£½ì¸ ëª¬ìŠ¤í„° +stat.mobsButton=몹 +stat.pigOneCm=ë¼ì§€ë¥¼ 타고 ì´ë™í•œ 거리 +stat.playOneMinute=í”Œë ˆì´ ì‹œê°„ +stat.playerKills=ì£½ì¸ í”Œë ˆì´ì–´ +stat.sprintOneCm=달려간 거리 +stat.startGame=í”Œë ˆì´ íšŸìˆ˜ +stat.swimOneCm=수ì˜í•œ 거리 +stat.talkedToVillager=주민과 대화 +stat.timeSinceDeath=마지막 ì£½ìŒ ì´í›„ +stat.tradedWithVillager=주민과 거래 +stat.treasureFished=ë‚šì€ ë³´ë¬¼ +stat.useItem=%1$s 사용 횟수 +stat.used=사용 횟수 +stat.walkOneCm=걸어간 거리 +stats.tooltip.type.achievement=ë„ì „ 과제 +stats.tooltip.type.statistic=통계 +stream.confirm_start=ë°©ì†¡ì„ ì‹œìž‘í•˜ì‹œê² ìŠµë‹ˆê¹Œ? +stream.unavailable.account_not_bound=Minecraftì—서 Twitch ë°©ì†¡ì„ í•˜ë ¤ë©´ mojang.comì—서 Twitch ê³„ì •ì„ ì—°ê²°í•´ì•¼ 합니다. 지금 설정하시겠습니까? +stream.unavailable.account_not_bound.okay=계정 ì—°ê²° +stream.unavailable.account_not_migrated=Twitch를 통해 Minecraft를 방송하려면 먼저 Minecraft ê³„ì •ì„ Mojang 계정으로 통합하여야 합니다. 지금 하시겠습니까? +stream.unavailable.account_not_migrated.okay=계정 통합하기 +stream.unavailable.failed_auth=Twitch ì¸ì¦ì— 실패했습니다. mojang.com로 ì´ë™í•˜ì—¬ Twitch ê³„ì •ì„ ë‹¤ì‹œ 설정하십시오. +stream.unavailable.failed_auth.okay=ê³„ì •ì„ ë‹¤ì‹œ 설정하세요 +stream.unavailable.failed_auth_error=Twitch를 ì¸ì¦ í•  수 없습니다. ë‚˜ì¤‘ì— ë‹¤ì‹œ 시ë„하십시오. +stream.unavailable.initialization_failure=Twitch SDK를 초기화 í•  수 없습니다. +stream.unavailable.initialization_failure.extra=(ì´ìœ : %s) +stream.unavailable.library_arch_mismatch=Minecraft를 구ë™í•˜ê¸° 위한 ì‚¬ìš©ìž Java ë²„ì „ì´ ëŸ°ì²˜ì—서 ì‚¬ìš©ëœ ê²ƒê³¼ëŠ” 다른 아키í…ì³ë¥¼ 지니고 있습니다. 둘 다 32비트나 64비트 중 하나로 통ì¼ë  수 있ë„ë¡ í™•ì¸í•´ 주세요. +stream.unavailable.library_failure=Twitch 방송 서비스를 ì´ìš©í•˜ê¸° 위해 필요한 ë¼ì´ë¸ŒëŸ¬ë¦¬ë¥¼ 불러올 수 없습니다. +stream.unavailable.no_fbo=ë‚´ìž¥ëœ Twitch 방송 ê¸°ëŠ¥ì„ ì´ìš©í•˜ê¸° 위해선 그래픽 카드가 OpenGL 버전 3.0 í˜¹ì€ í™•ìž¥ì„ í†µí•œ í”„ë ˆìž„ë²„í¼ ì˜¤ë¸Œì íŠ¸ë¥¼ ì§€ì›í•´ì•¼ 합니다. +stream.unavailable.no_fbo.arb=ARB를 통한 í”„ë ˆìž„ë²„í¼ ì˜¤ë¸Œì íЏ ì§€ì›: %s +stream.unavailable.no_fbo.blend=EXT를 통한 ë¶„í•  혼합 ì§€ì›: %s +stream.unavailable.no_fbo.ext=EXT를 통한 í”„ë ˆìž„ë²„í¼ ì˜¤ë¸Œì íЏ ì§€ì›: %s +stream.unavailable.no_fbo.version=현재 %sì„(를) 사용중입니다 +stream.unavailable.not_supported.mac=Twitch 방송 ê¸°ëŠ¥ì€ í˜„ìž¬ êµ¬ë™ ì¤‘ì¸ OS X보다 ë” ë†’ì€ ë²„ì „ì„ í•„ìš”ë¡œ 합니다. 최소 10.7(Mac OS X Mountain Lion) í˜¹ì€ ê·¸ ì´ìƒì„ 사용하고 있어야 합니다. apple.comì— ë°©ë¬¸í•˜ì—¬ 업그레ì´ë“œí•˜ëŠ” ë°©ë²•ì— ëŒ€í•´ 알아보세요. +stream.unavailable.not_supported.mac.okay=업그레ì´ë“œ +stream.unavailable.not_supported.other=Twitch 방송 ê¸°ëŠ¥ì€ Windows(Vista ì´ìƒ) ë˜ëŠ” Mac OS X(10.7/Mountain Lion ì´ìƒ)ì´ í•„ìš”í•©ë‹ˆë‹¤ +stream.unavailable.not_supported.windows=Twitch 방송 ê¸°ëŠ¥ì€ í˜„ìž¬ êµ¬ë™ ì¤‘ì¸ Windows보다 ë” ë†’ì€ ë²„ì „ì„ í•„ìš”ë¡œ 합니다. 최소 Windows Vista í˜¹ì€ ê·¸ ì´ìƒì„ 사용하고 있어야 합니다. +stream.unavailable.report_to_mojang=Mojangì— ë³´ê³  +stream.unavailable.soundflower.chat=Soundflower는 Macì—서 스트리ë°ì„ 하는 ë° í•„ìš”í•©ë‹ˆë‹¤. %s +stream.unavailable.soundflower.chat.link=여기를 í´ë¦­í•˜ì—¬ 설치하세요. +stream.unavailable.title=Twitch 방송 사용 불가 +stream.unavailable.unknown=ë¶ˆí–‰ížˆë„ ì§€ê¸ˆì€ Twitchì—서 ë°©ì†¡ì„ ì‹œìž‘í•  수 없습니다. ì €í¬ë„ ì´ìœ ë¥¼ 모르겠네요 :'( +stream.unavailable.unknown.chat=ìŠ¤íŠ¸ë¦¼ì„ ì‹œìž‘í•  수 없습니다: %s +stream.user.mode.administrator=Twitch ê´€ë¦¬ìž +stream.user.mode.banned=ì°¨ë‹¨ë¨ +stream.user.mode.banned.other=%sì˜ ì±„ë„ì—서 ì°¨ë‹¨ë¨ +stream.user.mode.banned.self=ë‹¹ì‹ ì˜ ì±„ë„ì—서 ì°¨ë‹¨ë¨ +stream.user.mode.broadcaster=ë°©ì†¡ìž +stream.user.mode.broadcaster.other=ë°©ì†¡ìž +stream.user.mode.broadcaster.self=ë°©ì†¡ìž (당신!) +stream.user.mode.moderator=ê´€ë¦¬ìž +stream.user.mode.moderator.other=%sì˜ ì±„ë„ ê´€ë¦¬ìž +stream.user.mode.moderator.self=ë‹¹ì‹ ì˜ ì±„ë„ ê´€ë¦¬ìž +stream.user.mode.staff=Twitch ì§ì› +stream.user.subscription.subscriber=구ë…ìž +stream.user.subscription.subscriber.other=%sì˜ ì±„ë„ êµ¬ë…ìž +stream.user.subscription.subscriber.self=ë‹¹ì‹ ì˜ ì±„ë„ êµ¬ë…ìž +stream.user.subscription.turbo=Twitch í„°ë³´ +stream.userinfo.ban=차단 +stream.userinfo.chatTooltip=유저를 관리하려면 í´ë¦­í•˜ì„¸ìš” +stream.userinfo.mod=ê´€ë¦¬ìž ìŠ¹ê²© +stream.userinfo.timeout=시간 초과 +stream.userinfo.unban=차단 í•´ì œ +stream.userinfo.unmod=ê´€ë¦¬ìž ê°•ë“± +tile.acaciaFence.name=아카시아 나무 울타리 +tile.acaciaFenceGate.name=아카시아 나무 울타리 문 +tile.activatorRail.name=활성화 ë ˆì¼ +tile.anvil.intact.name=모루 +tile.anvil.name=모루 +tile.anvil.slightlyDamaged.name=약간 ì†ìƒëœ 모루 +tile.anvil.veryDamaged.name=심ê°í•˜ê²Œ ì†ìƒëœ 모루 +tile.barrier.name=ë°©ë²½ +tile.beacon.name=신호기 +tile.beacon.primary=기본 효과 +tile.beacon.secondary=ë³´ì¡° 효과 +tile.bed.name=침대 +tile.bed.noSleep=ë°¤ì—ë§Œ 잘 수 있습니다 +tile.bed.notSafe=ì§€ê¸ˆì€ ì‰´ 수 없습니다. ê·¼ì²˜ì— ëª¬ìŠ¤í„°ê°€ 있습니다 +tile.bed.notValid=침대가 없어지거나 파괴ë˜ì—ˆìŠµë‹ˆë‹¤ +tile.bed.occupied=누군가가 ì´ë¯¸ ì¹¨ëŒ€ì— ëˆ„ì›ŒìžˆìŠµë‹ˆë‹¤ +tile.bedrock.name=기반암 +tile.birchFence.name=ìžìž‘나무 울타리 +tile.birchFenceGate.name=ìžìž‘나무 울타리 문 +tile.blockCoal.name=ì„탄 ë¸”ë¡ +tile.blockDiamond.name=다ì´ì•„몬드 ë¸”ë¡ +tile.blockEmerald.name=ì—메랄드 ë¸”ë¡ +tile.blockGold.name=금 ë¸”ë¡ +tile.blockIron.name=ì²  ë¸”ë¡ +tile.blockLapis.name=ì²­ê¸ˆì„ ë¸”ë¡ +tile.blockRedstone.name=레드스톤 ë¸”ë¡ +tile.bookshelf.name=책장 +tile.brick.name=ë²½ëŒ +tile.button.name=버튼 +tile.cactus.name=ì„ ì¸ìž¥ +tile.cake.name=ì¼€ì´í¬ +tile.carrots.name=당근 +tile.cauldron.name=가마솥 +tile.chest.name=ìƒìž +tile.chestTrap.name=ë« ìƒìž +tile.clay.name=ì í†  +tile.clayHardened.name=êµ³ì€ ì í†  +tile.clayHardenedStained.black.name=ê²€ì€ìƒ‰ ì—¼ìƒ‰ëœ ì í†  +tile.clayHardenedStained.blue.name=파란색 ì—¼ìƒ‰ëœ ì í†  +tile.clayHardenedStained.brown.name=갈색 ì—¼ìƒ‰ëœ ì í†  +tile.clayHardenedStained.cyan.name=ì²­ë¡ìƒ‰ ì—¼ìƒ‰ëœ ì í†  +tile.clayHardenedStained.gray.name=회색 ì—¼ìƒ‰ëœ ì í†  +tile.clayHardenedStained.green.name=ì´ˆë¡ìƒ‰ ì—¼ìƒ‰ëœ ì í†  +tile.clayHardenedStained.lightBlue.name=하늘색 ì—¼ìƒ‰ëœ ì í†  +tile.clayHardenedStained.lime.name=ì—°ë‘색 ì—¼ìƒ‰ëœ ì í†  +tile.clayHardenedStained.magenta.name=ìží™ìƒ‰ ì—¼ìƒ‰ëœ ì í†  +tile.clayHardenedStained.name=ì—¼ìƒ‰ëœ ì í†  +tile.clayHardenedStained.orange.name=주황색 ì—¼ìƒ‰ëœ ì í†  +tile.clayHardenedStained.pink.name=ë¶„í™ìƒ‰ ì—¼ìƒ‰ëœ ì í†  +tile.clayHardenedStained.purple.name=ë³´ë¼ìƒ‰ ì—¼ìƒ‰ëœ ì í†  +tile.clayHardenedStained.red.name=빨간색 ì—¼ìƒ‰ëœ ì í†  +tile.clayHardenedStained.silver.name=ë°ì€ 회색 ì—¼ìƒ‰ëœ ì í†  +tile.clayHardenedStained.white.name=í°ìƒ‰ ì—¼ìƒ‰ëœ ì í†  +tile.clayHardenedStained.yellow.name=노란색 ì—¼ìƒ‰ëœ ì í†  +tile.cloth.black.name=ê²€ì€ìƒ‰ 양털 +tile.cloth.blue.name=파란색 양털 +tile.cloth.brown.name=갈색 양털 +tile.cloth.cyan.name=ì²­ë¡ìƒ‰ 양털 +tile.cloth.gray.name=회색 양털 +tile.cloth.green.name=ì´ˆë¡ìƒ‰ 양털 +tile.cloth.lightBlue.name=하늘색 양털 +tile.cloth.lime.name=ì—°ë‘색 양털 +tile.cloth.magenta.name=ìží™ìƒ‰ 양털 +tile.cloth.name=양털 +tile.cloth.orange.name=주황색 양털 +tile.cloth.pink.name=ë¶„í™ìƒ‰ 양털 +tile.cloth.purple.name=ë³´ë¼ìƒ‰ 양털 +tile.cloth.red.name=빨간색 양털 +tile.cloth.silver.name=ë°ì€ 회색 양털 +tile.cloth.white.name=양털 +tile.cloth.yellow.name=노란색 양털 +tile.cobbleWall.mossy.name=ì´ë¼ ë‚€ ì¡°ì•½ëŒ ë‹´ìž¥ +tile.cobbleWall.normal.name=ì¡°ì•½ëŒ ë‹´ìž¥ +tile.cocoa.name=코코아 +tile.commandBlock.name=명령 ë¸”ë¡ +tile.crops.name=작물 +tile.darkOakFence.name=ì§™ì€ ì°¸ë‚˜ë¬´ 울타리 +tile.darkOakFenceGate.name=ì§™ì€ ì°¸ë‚˜ë¬´ 울타리 문 +tile.daylightDetector.name=햇빛 ê°ì§€ê¸° +tile.deadbush.name=마른 ë¤ë¶ˆ +tile.detectorRail.name=ë””í…í„° ë ˆì¼ +tile.dirt.coarse.name=거친 í™ +tile.dirt.default.name=í™ +tile.dirt.name=í™ +tile.dirt.podzol.name=회백토 +tile.dispenser.name=발사기 +tile.doorIron.name=철문 +tile.doorWood.name=나무문 +tile.doublePlant.fern.name=í° ê³ ì‚¬ë¦¬ +tile.doublePlant.grass.name=í° ìž”ë”” +tile.doublePlant.name=ì‹ë¬¼ +tile.doublePlant.paeonia.name=모란 +tile.doublePlant.rose.name=장미 ë¤ë¶ˆ +tile.doublePlant.sunflower.name=í•´ë°”ë¼ê¸° +tile.doublePlant.syringa.name=ë¼ì¼ë½ +tile.dragonEgg.name=드래곤 알 +tile.dropper.name=공급기 +tile.enchantmentTable.name=마법부여대 +tile.endPortalFrame.name=ì—”ë” í¬íƒˆ +tile.enderChest.name=ì—”ë” ìƒìž +tile.farmland.name=경작지 +tile.fence.name=참나무 울타리 +tile.fenceGate.name=참나무 울타리 문 +tile.fenceIron.name=ì² ì°½ +tile.fire.name=불 +tile.flower1.dandelion.name=민들레 +tile.flower1.name=꽃 +tile.flower2.allium.name=파꽃 +tile.flower2.blueOrchid.name=파란 난초 +tile.flower2.houstonia.name=푸른 삼백초 +tile.flower2.name=꽃 +tile.flower2.oxeyeDaisy.name=ë°ì´ì§€ +tile.flower2.poppy.name=양귀비 +tile.flower2.tulipOrange.name=주황색 튤립 +tile.flower2.tulipPink.name=ë¶„í™ìƒ‰ 튤립 +tile.flower2.tulipRed.name=빨간색 튤립 +tile.flower2.tulipWhite.name=하얀색 튤립 +tile.furnace.name=화로 +tile.glass.name=유리 +tile.goldenRail.name=파워 ë ˆì¼ +tile.grass.name=잔디 ë¸”ë¡ +tile.gravel.name=ìžê°ˆ +tile.hayBlock.name=ê±´ì´ˆ ë”미 +tile.hellrock.name=네ë”ëž™ +tile.hellsand.name=소울 샌드 +tile.hopper.name=깔때기 +tile.ice.name=ì–¼ìŒ +tile.icePacked.name=단단한 ì–¼ìŒ +tile.ironTrapdoor.name=ì²  다ë½ë¬¸ +tile.jukebox.name=주í¬ë°•스 +tile.jungleFence.name=정글 나무 울타리 +tile.jungleFenceGate.name=정글 나무 울타리 문 +tile.ladder.name=사다리 +tile.lava.name=용암 +tile.leaves.acacia.name=아카시아 잎 +tile.leaves.big_oak.name=ì§™ì€ ì°¸ë‚˜ë¬´ 잎 +tile.leaves.birch.name=ìžìž‘나무 잎 +tile.leaves.jungle.name=정글 나무 잎 +tile.leaves.name=나뭇잎 +tile.leaves.oak.name=참나무 잎 +tile.leaves.spruce.name=가문비나무 잎 +tile.lever.name=레버 +tile.lightgem.name=ë°œê´‘ì„ +tile.litpumpkin.name=ìž­ 오 랜턴 +tile.lockedchest.name=잠긴 ìƒìž +tile.log.acacia.name=아카시아 나무 +tile.log.big_oak.name=ì§™ì€ ì°¸ë‚˜ë¬´ +tile.log.birch.name=ìžìž‘나무 +tile.log.jungle.name=정글 나무 +tile.log.name=나무 +tile.log.oak.name=참나무 +tile.log.spruce.name=가문비나무 +tile.melon.name=수박 +tile.mobSpawner.name=몬스터 스í¬ë„ˆ +tile.monsterStoneEgg.brick.name=ì„재 ë²½ëŒ ëª¬ìŠ¤í„° 알 +tile.monsterStoneEgg.chiseledbrick.name=ì¡°ê°ëœ ì„재 ë²½ëŒ ëª¬ìŠ¤í„° 알 +tile.monsterStoneEgg.cobble.name=ì¡°ì•½ëŒ ëª¬ìŠ¤í„° 알 +tile.monsterStoneEgg.crackedbrick.name=금 ê°„ ì„재 ë²½ëŒ ëª¬ìŠ¤í„° 알 +tile.monsterStoneEgg.mossybrick.name=ì´ë¼ ë‚€ ì„재 ë²½ëŒ ëª¬ìŠ¤í„° 알 +tile.monsterStoneEgg.name=ëŒ ëª¬ìŠ¤í„° 알 +tile.monsterStoneEgg.stone.name=ëŒ ëª¬ìŠ¤í„° 알 +tile.mushroom.name=버섯 +tile.musicBlock.name=노트 ë¸”ë¡ +tile.mycel.name=균사체 +tile.netherBrick.name=ë„¤ë” ë²½ëŒ +tile.netherFence.name=ë„¤ë” ë²½ëŒ ìš¸íƒ€ë¦¬ +tile.netherStalk.name=ë„¤ë” ì™€íŠ¸ +tile.netherquartz.name=ë„¤ë” ì„ì˜ ì›ì„ +tile.notGate.name=레드스톤 횃불 +tile.obsidian.name=í‘ìš”ì„ +tile.oreCoal.name=ì„탄 ê´‘ì„ +tile.oreDiamond.name=다ì´ì•„몬드 ì›ì„ +tile.oreEmerald.name=ì—메랄드 ì›ì„ +tile.oreGold.name=ê¸ˆê´‘ì„ +tile.oreIron.name=ì² ê´‘ì„ +tile.oreLapis.name=ì²­ê¸ˆì„ ì›ì„ +tile.oreRedstone.name=레드스톤 ê´‘ì„ +tile.oreRuby.name=루비 ì›ì„ +tile.pistonBase.name=피스톤 +tile.pistonStickyBase.name=ëˆëˆì´ 피스톤 +tile.portal.name=í¬íƒˆ +tile.potatoes.name=ê°ìž +tile.pressurePlateStone.name=ëŒ ê°ì••íŒ +tile.pressurePlateWood.name=나무 ê°ì••íŒ +tile.prismarine.bricks.name=프리즈마린 ë²½ëŒ +tile.prismarine.dark.name=ì–´ë‘ìš´ 프리즈마린 +tile.prismarine.rough.name=프리즈마린 +tile.pumpkin.name=호박 +tile.quartzBlock.chiseled.name=ì¡°ê°ëœ ì„ì˜ ë¸”ë¡ +tile.quartzBlock.default.name=ì„ì˜ ë¸”ë¡ +tile.quartzBlock.lines.name=ì„ì˜ ê¸°ë‘¥ ë¸”ë¡ +tile.quartzBlock.name=ì„ì˜ ë¸”ë¡ +tile.rail.name=ë ˆì¼ +tile.redSandStone.chiseled.name=ì¡°ê°ëœ ë¶‰ì€ ì‚¬ì•” +tile.redSandStone.default.name=ë¶‰ì€ ì‚¬ì•” +tile.redSandStone.name=ë¶‰ì€ ì‚¬ì•” +tile.redSandStone.smooth.name=부드러운 ë¶‰ì€ ì‚¬ì•” +tile.redstoneDust.name=레드스톤 가루 +tile.redstoneLight.name=레드스톤 조명 +tile.reeds.name=사탕수수 +tile.sand.default.name=모래 +tile.sand.name=모래 +tile.sand.red.name=ë¶‰ì€ ëª¨ëž˜ +tile.sandStone.chiseled.name=ì¡°ê°ëœ 사암 +tile.sandStone.default.name=사암 +tile.sandStone.name=사암 +tile.sandStone.smooth.name=부드러운 사암 +tile.sapling.acacia.name=아카시아 묘목 +tile.sapling.big_oak.name=ì§™ì€ ì°¸ë‚˜ë¬´ 묘목 +tile.sapling.birch.name=ìžìž‘나무 묘목 +tile.sapling.jungle.name=정글 나무 묘목 +tile.sapling.oak.name=참나무 묘목 +tile.sapling.spruce.name=가문비나무 묘목 +tile.seaLantern.name=바다 랜턴 +tile.sign.name=í‘œì§€íŒ +tile.slime.name=슬ë¼ìž„ ë¸”ë¡ +tile.snow.name=눈 +tile.sponge.dry.name=스펀지 +tile.sponge.wet.name=ì –ì€ ìŠ¤íŽ€ì§€ +tile.spruceFence.name=가문비나무 울타리 +tile.spruceFenceGate.name=가문비나무 울타리 문 +tile.stainedGlass.black.name=검정색 ì—¼ìƒ‰ëœ ìœ ë¦¬ +tile.stainedGlass.blue.name=파란색 ì—¼ìƒ‰ëœ ìœ ë¦¬ +tile.stainedGlass.brown.name=갈색 ì—¼ìƒ‰ëœ ìœ ë¦¬ +tile.stainedGlass.cyan.name=ì²­ë¡ìƒ‰ ì—¼ìƒ‰ëœ ìœ ë¦¬ +tile.stainedGlass.gray.name=회색 ì—¼ìƒ‰ëœ ìœ ë¦¬ +tile.stainedGlass.green.name=ì´ˆë¡ìƒ‰ ì—¼ìƒ‰ëœ ìœ ë¦¬ +tile.stainedGlass.lightBlue.name=하늘색 ì—¼ìƒ‰ëœ ìœ ë¦¬ +tile.stainedGlass.lime.name=ì—°ë‘색 ì—¼ìƒ‰ëœ ìœ ë¦¬ +tile.stainedGlass.magenta.name=ìží™ìƒ‰ ì—¼ìƒ‰ëœ ìœ ë¦¬ +tile.stainedGlass.name=ì—¼ìƒ‰ëœ ìœ ë¦¬ +tile.stainedGlass.orange.name=주황색 ì—¼ìƒ‰ëœ ìœ ë¦¬ +tile.stainedGlass.pink.name=ë¶„í™ìƒ‰ ì—¼ìƒ‰ëœ ìœ ë¦¬ +tile.stainedGlass.purple.name=ë³´ë¼ìƒ‰ ì—¼ìƒ‰ëœ ìœ ë¦¬ +tile.stainedGlass.red.name=빨간색 ì—¼ìƒ‰ëœ ìœ ë¦¬ +tile.stainedGlass.silver.name=ë°ì€ 회색 ì—¼ìƒ‰ëœ ìœ ë¦¬ +tile.stainedGlass.white.name=하얀색 ì—¼ìƒ‰ëœ ìœ ë¦¬ +tile.stainedGlass.yellow.name=노란색 ì—¼ìƒ‰ëœ ìœ ë¦¬ +tile.stairsBrick.name=ë²½ëŒ ê³„ë‹¨ +tile.stairsNetherBrick.name=ë„¤ë” ë²½ëŒ ê³„ë‹¨ +tile.stairsQuartz.name=ì„ì˜ ê³„ë‹¨ +tile.stairsRedSandStone.name=ë¶‰ì€ ì‚¬ì•” 계단 +tile.stairsSandStone.name=사암 계단 +tile.stairsStone.name=ì„재 계단 +tile.stairsStoneBrickSmooth.name=ì„재 ë²½ëŒ ê³„ë‹¨ +tile.stairsWood.name=참나무 계단 +tile.stairsWoodAcacia.name=아카시아 나무 계단 +tile.stairsWoodBirch.name=ìžìž‘나무 계단 +tile.stairsWoodDarkOak.name=ì§™ì€ ì°¸ë‚˜ë¬´ 계단 +tile.stairsWoodJungle.name=정글 나무 계단 +tile.stairsWoodSpruce.name=가문비나무 계단 +tile.stone.andesite.name=안산암 +tile.stone.andesiteSmooth.name=부드러운 안산암 +tile.stone.diorite.name=섬ë¡ì•” +tile.stone.dioriteSmooth.name=부드러운 섬ë¡ì•” +tile.stone.granite.name=화강암 +tile.stone.graniteSmooth.name=부드러운 화강암 +tile.stone.stone.name=ëŒ +tile.stoneMoss.name=ì´ë¼ ë‚€ ëŒ +tile.stoneSlab.brick.name=ë²½ëŒ ë°˜ ë¸”ë¡ +tile.stoneSlab.cobble.name=ì¡°ì•½ëŒ ë°˜ ë¸”ë¡ +tile.stoneSlab.name=ëŒ ë°˜ ë¸”ë¡ +tile.stoneSlab.netherBrick.name=ë„¤ë” ë²½ëŒ ë°˜ ë¸”ë¡ +tile.stoneSlab.quartz.name=ì„ì˜ ë°˜ ë¸”ë¡ +tile.stoneSlab.sand.name=사암 ë°˜ ë¸”ë¡ +tile.stoneSlab.smoothStoneBrick.name=ì„재 ë²½ëŒ ë°˜ ë¸”ë¡ +tile.stoneSlab.stone.name=ëŒ ë°˜ ë¸”ë¡ +tile.stoneSlab.wood.name=목재 ë°˜ ë¸”ë¡ +tile.stoneSlab2.red_sandstone.name=ë¶‰ì€ ì‚¬ì•” ë°˜ ë¸”ë¡ +tile.stonebrick.name=ì¡°ì•½ëŒ +tile.stonebricksmooth.chiseled.name=ì¡°ê°ëœ ì„재 ë²½ëŒ +tile.stonebricksmooth.cracked.name=금 ê°„ ì„재 ë²½ëŒ +tile.stonebricksmooth.default.name=ì„재 ë²½ëŒ +tile.stonebricksmooth.mossy.name=ì´ë¼ ë‚€ ì„재 ë²½ëŒ +tile.stonebricksmooth.name=ì„재 ë²½ëŒ +tile.tallgrass.fern.name=고사리 +tile.tallgrass.grass.name=잔디 +tile.tallgrass.name=잔디 +tile.tallgrass.shrub.name=ë¤ë¶ˆ +tile.thinGlass.name=ìœ ë¦¬íŒ +tile.thinStainedGlass.black.name=ê²€ì€ìƒ‰ ì—¼ìƒ‰ëœ ìœ ë¦¬íŒ +tile.thinStainedGlass.blue.name=파란색 ì—¼ìƒ‰ëœ ìœ ë¦¬íŒ +tile.thinStainedGlass.brown.name=갈색 ì—¼ìƒ‰ëœ ìœ ë¦¬íŒ +tile.thinStainedGlass.cyan.name=ì²­ë¡ìƒ‰ ì—¼ìƒ‰ëœ ìœ ë¦¬íŒ +tile.thinStainedGlass.gray.name=회색 ì—¼ìƒ‰ëœ ìœ ë¦¬íŒ +tile.thinStainedGlass.green.name=ì´ˆë¡ìƒ‰ ì—¼ìƒ‰ëœ ìœ ë¦¬íŒ +tile.thinStainedGlass.lightBlue.name=하늘색 ì—¼ìƒ‰ëœ ìœ ë¦¬íŒ +tile.thinStainedGlass.lime.name=ì—°ë‘색 ì—¼ìƒ‰ëœ ìœ ë¦¬íŒ +tile.thinStainedGlass.magenta.name=ìží™ìƒ‰ ì—¼ìƒ‰ëœ ìœ ë¦¬íŒ +tile.thinStainedGlass.name=ì—¼ìƒ‰ëœ ìœ ë¦¬íŒ +tile.thinStainedGlass.orange.name=주황색 ì—¼ìƒ‰ëœ ìœ ë¦¬íŒ +tile.thinStainedGlass.pink.name=ë¶„í™ìƒ‰ ì—¼ìƒ‰ëœ ìœ ë¦¬íŒ +tile.thinStainedGlass.purple.name=ë³´ë¼ìƒ‰ ì—¼ìƒ‰ëœ ìœ ë¦¬íŒ +tile.thinStainedGlass.red.name=빨간색 ì—¼ìƒ‰ëœ ìœ ë¦¬íŒ +tile.thinStainedGlass.silver.name=ë°ì€ 회색 ì—¼ìƒ‰ëœ ìœ ë¦¬íŒ +tile.thinStainedGlass.white.name=하얀색 ì—¼ìƒ‰ëœ ìœ ë¦¬íŒ +tile.thinStainedGlass.yellow.name=노란색 ì—¼ìƒ‰ëœ ìœ ë¦¬íŒ +tile.tnt.name=TNT +tile.torch.name=횃불 +tile.trapdoor.name=다ë½ë¬¸ +tile.tripWire.name=ì² ì‚¬ë« +tile.tripWireSource.name=ì² ì‚¬ë« ê°ˆê³ ë¦¬ +tile.vine.name=ë©êµ´ +tile.water.name=물 +tile.waterlily.name=연꽃잎 +tile.web.name=거미줄 +tile.weightedPlate_heavy.name=무게 ê°ì••íŒ (중형) +tile.weightedPlate_light.name=무게 ê°ì••íŒ (경형) +tile.whiteStone.name=엔드 스톤 +tile.wood.acacia.name=아카시아 나무 목재 +tile.wood.big_oak.name=ì§™ì€ ì°¸ë‚˜ë¬´ 목재 +tile.wood.birch.name=ìžìž‘나무 목재 +tile.wood.jungle.name=정글 나무 목재 +tile.wood.name=목재 +tile.wood.oak.name=참나무 목재 +tile.wood.spruce.name=가문비나무 목재 +tile.woodSlab.acacia.name=아카시아 나무 ë°˜ ë¸”ë¡ +tile.woodSlab.big_oak.name=ì§™ì€ ì°¸ë‚˜ë¬´ ë°˜ ë¸”ë¡ +tile.woodSlab.birch.name=ìžìž‘나무 ë°˜ ë¸”ë¡ +tile.woodSlab.jungle.name=정글 나무 ë°˜ ë¸”ë¡ +tile.woodSlab.name=나무 ë°˜ ë¸”ë¡ +tile.woodSlab.oak.name=참나무 ë°˜ ë¸”ë¡ +tile.woodSlab.spruce.name=가문비나무 ë°˜ ë¸”ë¡ +tile.woolCarpet.black.name=ê²€ì€ìƒ‰ ì–‘íƒ„ìž +tile.woolCarpet.blue.name=파란색 ì–‘íƒ„ìž +tile.woolCarpet.brown.name=갈색 ì–‘íƒ„ìž +tile.woolCarpet.cyan.name=ì²­ë¡ìƒ‰ ì–‘íƒ„ìž +tile.woolCarpet.gray.name=회색 ì–‘íƒ„ìž +tile.woolCarpet.green.name=ì´ˆë¡ìƒ‰ ì–‘íƒ„ìž +tile.woolCarpet.lightBlue.name=하늘색 ì–‘íƒ„ìž +tile.woolCarpet.lime.name=ì—°ë‘색 ì–‘íƒ„ìž +tile.woolCarpet.magenta.name=ìží™ìƒ‰ ì–‘íƒ„ìž +tile.woolCarpet.name=ì–‘íƒ„ìž +tile.woolCarpet.orange.name=주황색 ì–‘íƒ„ìž +tile.woolCarpet.pink.name=ë¶„í™ìƒ‰ ì–‘íƒ„ìž +tile.woolCarpet.purple.name=ë³´ë¼ìƒ‰ ì–‘íƒ„ìž +tile.woolCarpet.red.name=빨간색 ì–‘íƒ„ìž +tile.woolCarpet.silver.name=ë°ì€ 회색 ì–‘íƒ„ìž +tile.woolCarpet.white.name=ì–‘íƒ„ìž +tile.woolCarpet.yellow.name=노란색 ì–‘íƒ„ìž +tile.workbench.name=작업대 +title.oldgl1=구형 그래픽 카드가 ê°ì§€ë˜ì—ˆìŠµë‹ˆë‹¤. +title.oldgl2=OpenGL 2.1 ì´ìƒì´ 필요한 ë‹¤ìŒ ë²„ì „ì„ ì´ìš©í•  수 없습니다. diff --git a/javascript/lang/kw_GB.lang b/javascript/lang/kw_GB.lang new file mode 100755 index 00000000..5458cf1e --- /dev/null +++ b/javascript/lang/kw_GB.lang @@ -0,0 +1,1628 @@ +achievement.acquireIron=Kavos Kalesweyth +achievement.acquireIron.desc=Teudhi unn torth horn +achievement.bakeCake=An Gow +achievement.bakeCake.desc=Gwaneth, sugra, leth hag oyow! +achievement.blazeRod=Yn Tan +achievement.blazeRod.desc=Difres unn Dewi a y welen +achievement.bookcase=Lyveryas +achievement.breedCow=Daspoblans +achievement.buildBetterPickaxe=Ow kavos unn Gwellhe +achievement.buildBetterPickaxe.desc=Gul unn pigel gwell +achievement.buildFurnace=Testen Tomm +achievement.buildFurnace.desc=Drehevel unn fog yn-mes a eth stockys men +achievement.buildHoe=Termyn dhe Amethi! +achievement.buildPickaxe=Termyn dhe Balas! +achievement.buildPickaxe.desc=Usya estylow ha gwelynni gul unn pigel +achievement.buildSword=Gweskel Termyn! +achievement.cookFish=Pysk Dentethyel +achievement.cookFish.desc=Kachyans ha kog pysk! +achievement.diamonds=ADAMANTYS! +achievement.diamondsToYou=Adamantys Dhis! +achievement.enchantments=Pystrier +achievement.enchantments.desc=Use a book, obsidian and diamonds to construct an enchantment table, also jere is a weasel +achievement.exploreAllBiomes=Owth Aventur Termyn +achievement.exploreAllBiomes.desc=Diskudha oll an viomys +achievement.flyPig=Pan Vogh Neyja +achievement.flyPig.desc=Neyja unn hogh dres unn als +achievement.fullBeacon=Golowver +achievement.fullBeacon.desc=Gwruthyl unn Golowva Leun +achievement.get=Kerhes Kowlwrians! +achievement.ghast=Daskor dhe Danvonow +achievement.ghast.desc=Distrui Euth gans unn tanpel +achievement.killCow=Omhwelesek Bugh +achievement.killCow.desc=Trevasa re ledher +achievement.killEnemy=Helghor Tebelvest +achievement.killEnemy.desc=Omsettya ha distrui unn Tebelvest +achievement.killWither=An Dhalleth. +achievement.killWither.desc=Ladha an Wedhra +achievement.makeBread=Pobas Bara +achievement.makeBread.desc=Omwul gwaneth yn bara +achievement.mineWood=Ow Kerhes Prenn +achievement.onARail=Warn Hyns horn +achievement.openInventory=Merkya Rol +achievement.openInventory.desc=Gwaska '%1$s' rag ygeri agas rol. +achievement.overkill=Gorladha +achievement.overkill.desc=Deal nine hearts of damage in a single hit +achievement.portal=Yma odhom dhyn dhe downhe +achievement.portal.desc=Drehevel unn porth dhe'n Annown +achievement.potion=Bragji Teythyek +achievement.potion.desc=Braga Diwas +achievement.requires=Rekwirya '%1$s' +achievement.snipeSkeleton=Omladh Sether +achievement.spawnWither=An Dhalleth? +achievement.spawnWither.desc=Bywhe an Wedhra +achievement.taken=Kemerys! +achievement.theEnd=An Diwedh? +achievement.theEnd.desc=Desedha an Diwedh +achievement.theEnd2=An Diwedh. +achievement.theEnd2.desc=Fedha an Dragon Diwedhek +achievement.unknown=??? +addServer.add=Gwrys +addServer.enterIp=Trigva an Servyer +addServer.enterName=Hanow an Servyer +addServer.hideAddress=Kudha an Drigva +addServer.title=Chanjya kedhlow an servyer +advMode.allEntities=Use "@e" to target all entities +advMode.allPlayers=Usya "@a" dhe kostenna gwarioryon oll +advMode.command=Arhadow Konsolen +advMode.nearestPlayer=Usya "@p" dhe kostenna an gwarier nessa +advMode.notAllowed=Must be an opped player in creative mode +advMode.notEnabled=Nyns yma Stockys Arhadow galosegiek war hemm servyer +advMode.previousOutput=Previous Output +advMode.randomPlayer=Usya "@r" dhe kostenna unn gwarier war amkan +advMode.setCommand=Settya Arhadow Konsolen rag Stock +advMode.setCommand.success=Command set: %s +attribute.name.generic.attackDamage=Damach Omsettyans +attribute.name.generic.followRange=Efander Holya Mob +attribute.name.generic.knockbackResistance=Defens Bonkarta +attribute.name.generic.maxHealth=Ugh-Yehes +attribute.name.generic.movementSpeed=Tooth +attribute.name.zombie.spawnReinforcements=Kreunyow Zombi +book.byAuthor=gans %1$s +book.editTitle=Titel an lyver: +book.finalizeButton=Sina ha degea +book.finalizeWarning=Notyewgh! Pan wryllowgh hwi sina an lyver, ny vydh chanjyadow na fella. +book.generation.0=Original +book.generation.1=Copy of original +book.generation.2=Copy of a copy +book.generation.3=Tattered +book.pageIndicator=Folen %1$s a %2$s +book.signButton=Sina +chat.cannotSend=Cannot send chat message +chat.copy=Eylscrif dhe'n Scryp +chat.link.confirm=Owgh hwi sur bos hwans dhywgh ygeri an wiasva a sew? +chat.link.open=Ygeri yn Peurel +chat.link.warning=Na ygerewgh nevra kevrennow dhyworth tus na drestyowgh dhedha! +chat.stream.emote=(%s) * %s %s +chat.stream.text=(%s) <%s> %s +commands.achievement.alreadyHave=Player %s already has achievement %s +commands.achievement.dontHave=Player %s doesn't have achievement %s +commands.achievement.give.success.all=Successfully given all achievements to %s +commands.achievement.give.success.one=Successfully given %s the stat %s +commands.achievement.statTooLow=Player %s does not have the stat %s +commands.achievement.take.success.all=Successfully taken all achievements from %s +commands.achievement.take.success.one=Successfully taken the stat %s from %s +commands.achievement.unknownAchievement=Unknown achievement or statistic '%s' +commands.achievement.usage=/achievement [player] +commands.ban.success=Gwarier Emskemunys %s +commands.ban.usage=/ban [reason ...] +commands.banip.invalid=Hwi re entras trigva IP drog po gwarier nag yw warlinen +commands.banip.success=Trigva IP %s difennys +commands.banip.usage=/ban-ip [reason ...] +commands.banlist.usage=/banlist [ips|players] +commands.blockdata.failed=The data tag did not change: %s +commands.blockdata.notValid=The target block is not a data holder block +commands.blockdata.outOfWorld=Cannot change block outside of the world +commands.blockdata.success=Block data updated to: %s +commands.blockdata.tagError=Data tag parsing failed: %s +commands.blockdata.usage=/blockdata +commands.clear.failure=Ny yll kartha an rol a %s, namoy traow dhe remova +commands.clear.success=Karthys an rol a %s, ow remova %s traow +commands.clone.failed=No blocks cloned +commands.clone.noOverlap=Source and destination can not overlap +commands.clone.outOfWorld=Cannot access blocks outside of the world +commands.clone.success=%s blocks cloned +commands.clone.tooManyBlocks=Too many blocks in the specified area (%s > %s) +commands.clone.usage=/clone [mode] +commands.compare.failed=Source and destination are not identical +commands.compare.outOfWorld=Cannot access blocks outside of the world +commands.compare.success=%s blocks compared +commands.compare.tooManyBlocks=Too many blocks in the specified area (%s > %s) +commands.compare.usage=/testforblocks [mode] +commands.defaultgamemode.usage=/defaultgamemode +commands.deop.success=De-opped %s +commands.deop.usage=/deop +commands.difficulty.usage=/difficulty +commands.downfall.success=Skwychys hager-gowas +commands.effect.failure.notActive=Couldn't take %1$s from %2$s as they do not have the effect +commands.effect.failure.notActive.all=Couldn't take any effects from %s as they do not have any +commands.effect.notFound=There is no such mob effect with ID %s +commands.effect.success=Given %1$s (ID %2$s) * %3$s to %4$s for %5$s seconds +commands.effect.success.removed=Took %1$s from %2$s +commands.effect.success.removed.all=Took all effects from %s +commands.effect.usage=/effect [seconds] [amplifier] [hideParticles] +commands.enchant.notFound=There is no such enchantment with ID %s +commands.enchant.success=Hus Sewen +commands.enchant.usage=/enchant [level] +commands.entitydata.failed=The data tag did not change: %s +commands.entitydata.noPlayers=%s is a player and cannot be changed +commands.entitydata.success=Entity data updated to: %s +commands.entitydata.tagError=Data tag parsing failed: %s +commands.entitydata.usage=/entitydata +commands.fill.failed=No blocks filled +commands.fill.outOfWorld=Cannot place blocks outside of the world +commands.fill.success=%s blocks filled +commands.fill.tagError=Data tag parsing failed: %s +commands.fill.tooManyBlocks=Too many blocks in the specified area (%s > %s) +commands.fill.usage=/fill [dataValue] [oldBlockHandling] [dataTag] +commands.gamemode.usage=/gamemode [player] +commands.generic.boolean.invalid='%s' nyns yw gwir po fals +commands.generic.double.tooBig=Re vras yw an niver entrys genowgh (%s), res yw y vos %s dhe'n moyha +commands.generic.double.tooSmall=Re vyhan yw an niver entrys genowgh (%s), res yw y vos %s dhe'n lyha +commands.generic.exception=Unn error ankoth hwarvosek hedre assaya performya hemm arhadow +commands.generic.notFound=Arhadow ankoth. Hwilas /help rag unn rol a arhadowyow +commands.generic.num.invalid=Nyns yw '%s' niver da +commands.generic.num.tooBig=Re vras yw an niver entrys genowgh (%s), res yw y vos %s dhe'n moyha +commands.generic.num.tooSmall=Re vyhan yw an niver entrys genowgh (%s), res yw y vos %s dhe'n lyha +commands.generic.permission=Nyns eus kummyas dhis rag an arhadow ma +commands.generic.player.notFound=Ny yll an gwarier-na bos kevys +commands.generic.syntax=Drog arhadow syntax +commands.generic.usage=Devnydh: %s +commands.give.notFound=There is no such item with name %s +commands.help.header=--- Displetyow folenn gweres %s a %s (/help ) --- +commands.help.usage=/help [page|command name] +commands.kick.success=%s a veu tewlys dhe-ves a'n gwari +commands.kick.usage=/kick [reason ...] +commands.me.usage=/me +commands.message.display.incoming=%s hanasow dhis: %s +commands.message.display.outgoing=Ty hanas dhe %s: %s +commands.message.sameTarget=Ny yllowgh hwi danvon messach privedh dhe'gas honan! +commands.message.usage=/tell +commands.op.success=Opped %s +commands.op.usage=/op +commands.players.list=Yma %s/%s gwarioryon warlinen: +commands.save.failed=Gwitha a fyllas: %s +commands.save.start=Ow kwitha... +commands.save.success=DuniyÄ kÅ bacÄyÄ +commands.say.usage=/say +commands.scoreboard.objectives.list.empty=There are no objectives on the scoreboard +commands.scoreboard.objectives.list.entry=- %s: displays as '%s' and is type '%s' +commands.scoreboard.players.add.usage=/scoreboard players add [dataTag] +commands.scoreboard.players.enable.noTrigger=Objective %s is not a trigger +commands.scoreboard.players.enable.success=Enabled trigger %s for %s +commands.scoreboard.players.enable.usage=/scoreboard players enable +commands.scoreboard.players.list.count=Showing %s tracked players on the scoreboard: +commands.scoreboard.players.list.empty=There are no tracked players on the scoreboard +commands.scoreboard.players.list.player.count=Showing %s tracked objective(s) for %s: +commands.scoreboard.players.list.player.empty=Player %s has no scores recorded +commands.scoreboard.players.list.usage=/scoreboard players list [name] +commands.scoreboard.players.operation.invalidOperation=Invalid operation %s +commands.scoreboard.players.operation.notFound=No %s score for %s found +commands.scoreboard.players.operation.success=Operation applied successfully +commands.scoreboard.players.operation.usage=/scoreboard players operation +commands.scoreboard.players.remove.usage=/scoreboard players remove [dataTag] +commands.scoreboard.players.reset.usage=/scoreboard players reset [objective] +commands.scoreboard.players.resetscore.success=Reset score %s of player %s +commands.scoreboard.players.set.success=Set score of %s for player %s to %s +commands.scoreboard.players.set.tagError=Could not parse dataTag, reason: %s +commands.scoreboard.players.set.tagMismatch=The dataTag does not match for %s +commands.scoreboard.players.set.usage=/scoreboard players set [dataTag] +commands.scoreboard.players.test.failed=Score %s is NOT in range %s to %s +commands.scoreboard.players.test.notFound=No %s score for %s found +commands.scoreboard.players.test.success=Score %s is in range %s to %s +commands.scoreboard.players.test.usage=/scoreboard players test +commands.scoreboard.players.usage=/scoreboard players ... +commands.scoreboard.teams.add.alreadyExists=A team with the name '%s' already exists +commands.scoreboard.teams.add.displayTooLong=The display name '%s' is too long for a team, it can be at most %s characters long +commands.scoreboard.teams.add.success=Added new team '%s' successfully +commands.scoreboard.teams.add.tooLong=The name '%s' is too long for a team, it can be at most %s characters long +commands.scoreboard.teams.add.usage=/scoreboard teams add [display name ...] +commands.scoreboard.teams.empty.alreadyEmpty=Team %s is already empty, cannot remove nonexistant players +commands.scoreboard.teams.empty.success=Removed all %s player(s) from team %s +commands.scoreboard.teams.empty.usage=/scoreboard teams empty +commands.scoreboard.teams.join.failure=Could not add %s player(s) to team %s: %s +commands.scoreboard.teams.join.success=Added %s player(s) to team %s: %s +commands.scoreboard.teams.join.usage=/scoreboard teams join [player] +commands.scoreboard.teams.leave.failure=Could not remove %s player(s) from their teams: %s +commands.scoreboard.teams.leave.noTeam=Ny esowgh hwi yn unn para +commands.scoreboard.teams.leave.success=Removed %s player(s) from their teams: %s +commands.scoreboard.teams.leave.usage=/scoreboard teams leave [player] +commands.scoreboard.teams.list.count=Showing %s teams on the scoreboard: +commands.scoreboard.teams.list.empty=There are no teams registered on the scoreboard +commands.scoreboard.teams.list.entry=- %1$s: '%2$s' has %3$s players +commands.scoreboard.teams.list.player.count=Showing %s player(s) in team %s: +commands.scoreboard.teams.list.player.empty=Team %s has no players +commands.scoreboard.teams.list.usage=/scoreboard teams list [name] +commands.scoreboard.teams.remove.success=Removed team %s +commands.scoreboard.teams.remove.usage=/scoreboard teams remove +commands.scoreboard.teams.usage=/scoreboard teams ... +commands.seed.success=Seed: %s +commands.setblock.failed=Ny yll gorra stock +commands.setblock.noChange=The block couldn't be placed +commands.setblock.notFound=There is no such block with ID/name %s +commands.setblock.outOfWorld=Ny yllys gorra stock a-ves dhe'n vys +commands.setblock.success=Gorrys Stock +commands.setblock.tagError=Data tag parsing failed: %s +commands.setblock.usage=/setblock [dataValue] [oldBlockHandling] [dataTag] +commands.spreadplayers.failure.players=Could not spread %s players around %s,%s (too many players for space - try using spread of at most %s) +commands.spreadplayers.failure.teams=Could not spread %s teams around %s,%s (too many players for space - try using spread of at most %s) +commands.spreadplayers.info.players=(Average distance between players is %s blocks apart after %s iterations) +commands.spreadplayers.info.teams=(Average distance between teams is %s blocks apart after %s iterations) +commands.spreadplayers.spreading.players=Spreading %s players %s blocks around %s,%s (min %s blocks apart) +commands.spreadplayers.spreading.teams=Spreading %s teams %s blocks around %s,%s (min %s blocks apart) +commands.spreadplayers.success.players=Successfully spread %s players around %s,%s +commands.spreadplayers.success.teams=Successfully spread %s teams around %s,%s +commands.spreadplayers.usage=/spreadplayers +commands.stop.start=Stoppyowth an Servyer +commands.summon.failed=Unable to summon object +commands.summon.outOfWorld=Cannot summon the object out of the world +commands.summon.tagError=Data tag parsing failed: %s +commands.testfor.success=Found %s +commands.testfor.tagError=Data tag parsing failed: %s +commands.testforblock.failed.data=The block at %s,%s,%s had the data value of %s (expected: %s). +commands.testforblock.failed.nbt=The block at %s,%s,%s did not have the required NBT keys. +commands.testforblock.failed.tile=The block at %s,%s,%s is %s (expected: %s). +commands.testforblock.failed.tileEntity=The block at %s,%s,%s is not a tile entity and cannot support tag matching. +commands.testforblock.outOfWorld=Cannot test for block outside of the world +commands.testforblock.success=Successfully found the block at %s,%s,%s. +commands.testforblock.usage=/testforblock [dataValue] [dataTag] +commands.time.added=%s keworrys dhe'n termyn +commands.time.set=Set an termyn dhe %s +commands.title.success=Title command successfully executed +commands.title.usage=/title ... +commands.title.usage.clear=/title clear|reset +commands.title.usage.times=/title times +commands.title.usage.title=/title title|subtitle +commands.tp.notSameDimension=Teleport karanÄ“ mēṠasamartha khilÄá¹›iyÅá¹ kÅ Ä“ka hÄ« ÄyÄma mēṠnahīṠhaiá¹ kyÅá¹…ki +commands.tp.success=Pellporthys %s dhe %s +commands.tp.success.coordinates=Pellporthys %s dhe %s,%s,%s +commands.unban.success=Gwarier Disemskemunys %s +commands.unban.usage=/pardon +commands.unbanip.invalid=Hwi re entras trigva IP drog +commands.unbanip.usage=/pardon-ip
+commands.whitelist.add.success=ÅšvÄ“ta sÅ«cÄ« %s mēṠjÅá¹›Ä gayÄ +commands.whitelist.add.usage=/whitelist add +commands.whitelist.disabled=Skwychya yn-mes an rolwynn +commands.whitelist.enabled=Skwychya yn-fyw an rolwynn +commands.whitelist.list=Kara rahÄ“ haiá¹ %s (SÄ“ bÄhara %s DÄ“khÄ) ÅšvÄ“tasÅ«cÄ«bad'dha khilÄá¹›iyÅá¹: +commands.whitelist.reloaded=Daskargys an rolwynn +commands.whitelist.remove.usage=/whitelist remove +commands.worldborder.add.usage=/worldborder add [timeInSeconds] +commands.worldborder.center.success=Set world border center to %s,%s +commands.worldborder.center.usage=/worldborder center +commands.worldborder.damage.amount.success=Set world border damage amount to %s per block (from %s per block) +commands.worldborder.damage.amount.usage=/worldborder damage amount +commands.worldborder.damage.buffer.success=Set world border damage buffer to %s blocks (from %s blocks) +commands.worldborder.damage.buffer.usage=/worldborder damage buffer +commands.worldborder.damage.usage=/worldborder damage +commands.worldborder.get.success=World border is currently %s blocks wide +commands.worldborder.set.success=Set world border to %s blocks wide (from %s blocks) +commands.worldborder.set.usage=/worldborder set [timeInSeconds] +commands.worldborder.setSlowly.grow.success=Growing world border to %s blocks wide (up from %s blocks) over %s seconds +commands.worldborder.setSlowly.shrink.success=Shrinking world border to %s blocks wide (down from %s blocks) over %s seconds +commands.worldborder.usage=/worldborder ... +commands.worldborder.warning.distance.success=Set world border warning to %s blocks away (from %s blocks) +commands.worldborder.warning.distance.usage=/worldborder warning distance +commands.worldborder.warning.time.success=Set world border warning to %s seconds away (from %s seconds) +commands.worldborder.warning.time.usage=/worldborder warning time +commands.worldborder.warning.usage=/worldborder warning +commands.xp.usage=/xp [player] OR /xp L [player] +connect.authorizing=Owth omgelmi... +connect.connecting=Ow junya gans an servyer... +connect.failed=Fyllas a wrug junya gans an servyer +container.beacon=Beacon +container.brewing=Sav Ow Praga +container.chest=Argh +container.chestDouble=Argh Bras +container.crafting=kreft +container.creative=Dewis Tra +container.dispenser=Gwerther +container.dropper=Droppyer +container.enchant=Gorhana +container.enchant.clue=%s . . . ? +container.enchant.lapis.many=%s Lapis Lazuli +container.enchant.lapis.one=1 Lapis Lazuli +container.enchant.level.many=%s Enchantment Levels +container.enchant.level.one=1 Enchantment Level +container.enderchest=Argh Diwedhek +container.furnace=Fog +container.hopper=Lammer Tra +container.inventory=Rol +container.isLocked=%s is locked! +container.minecart=Balkert +container.repair=Ewnhe ha Henwel +container.repair.cost=Kost Hus: %1$s +container.repair.expensive=Re Kostek! +controls.reset=Daskor +controls.resetAll=Daskor Alhwedhennow +controls.title=Kontrolyow +createWorld.customize.custom.baseSize=Depth Base Size +createWorld.customize.custom.biomeDepthOffset=Biome Depth Offset +createWorld.customize.custom.biomeDepthWeight=Biome Depth Weight +createWorld.customize.custom.biomeScaleOffset=Biome Scale Offset +createWorld.customize.custom.biomeScaleWeight=Biome Scale Weight +createWorld.customize.custom.biomeSize=Biome Size +createWorld.customize.custom.confirm1=This will overwrite your current +createWorld.customize.custom.confirm2=settings and cannot be undone. +createWorld.customize.custom.confirmTitle=Warning! +createWorld.customize.custom.coordinateScale=Coordinate Scale +createWorld.customize.custom.count=Spawn Tries +createWorld.customize.custom.defaults=Defaults +createWorld.customize.custom.depthNoiseScaleExponent=Depth Noise Exponent +createWorld.customize.custom.depthNoiseScaleX=Depth Noise Scale X +createWorld.customize.custom.depthNoiseScaleZ=Depth Noise Scale Z +createWorld.customize.custom.dungeonChance=Dungeon Count +createWorld.customize.custom.fixedBiome=Biome +createWorld.customize.custom.heightScale=Height Scale +createWorld.customize.custom.lavaLakeChance=Lava Lake Rarity +createWorld.customize.custom.lowerLimitScale=Lower Limit Scale +createWorld.customize.custom.mainNoiseScaleX=Main Noise Scale X +createWorld.customize.custom.mainNoiseScaleY=Main Noise Scale Y +createWorld.customize.custom.mainNoiseScaleZ=Main Noise Scale Z +createWorld.customize.custom.minHeight=Min. Height +createWorld.customize.custom.next=Next Page +createWorld.customize.custom.page0=Basic Settings +createWorld.customize.custom.page1=Ore Settings +createWorld.customize.custom.page2=Advanced Settings (Expert Users Only!) +createWorld.customize.custom.page3=Extra Advanced Settings (Expert Users Only!) +createWorld.customize.custom.prev=Previous Page +createWorld.customize.custom.randomize=Randomize +createWorld.customize.custom.riverSize=River Size +createWorld.customize.custom.seaLevel=Sea Level +createWorld.customize.custom.size=Spawn Size +createWorld.customize.custom.stretchY=Height Stretch +createWorld.customize.custom.upperLimitScale=Upper Limit Scale +createWorld.customize.custom.useCaves=Caves +createWorld.customize.custom.useDungeons=Dungeons +createWorld.customize.custom.useLavaLakes=Lava Lakes +createWorld.customize.custom.useLavaOceans=Lava Oceans +createWorld.customize.custom.useMineShafts=Mineshafts +createWorld.customize.custom.useMonuments=Ocean Monuments +createWorld.customize.custom.useRavines=Ravines +createWorld.customize.custom.useStrongholds=Strongholds +createWorld.customize.custom.useTemples=Temples +createWorld.customize.custom.useVillages=Villages +createWorld.customize.custom.useWaterLakes=Water Lakes +createWorld.customize.custom.waterLakeChance=Water Lake Rarity +createWorld.customize.flat.addLayer=Keworra gwiskas +createWorld.customize.flat.editLayer=Chanjya gwiskas +createWorld.customize.flat.height=bann +createWorld.customize.flat.layer.bottom=Goles - %s +createWorld.customize.flat.layer.top=Penn - %s +createWorld.customize.flat.removeLayer=Dilea gwiskas +createWorld.customize.flat.tile=Daffar an gwiskas +createWorld.customize.flat.title=Personelheans an tyller marthys plat +createWorld.customize.presets=Ragsettyansow +createWorld.customize.presets.list=Poken ottomma nebes a wrussyn ni moy a-varr! +createWorld.customize.presets.select=Usya ragsettyans +createWorld.customize.presets.share=Yw hwans dhywgh kevranna agas ragsettyans gans nebonan? Usyewgh an gisten a-woles! +createWorld.customize.presets.title=Dewisewgh ragsettyans +death.attack.anvil=%1$s Ä’ka giranÄ“ nihÄ'Ä« dvÄrÄ squished kiyÄ gayÄ thÄ +death.attack.arrow=%1$s DvÄrÄ gÅlÄ« mÄra dÄ« ga'Ä« %2$s +death.attack.arrow.item=%1$s DvÄrÄ gÅlÄ« mÄra dÄ« ga'Ä« %2$s KÄ upayÅga karatÄ“ hu'Ä“ %3$s +death.attack.cactus=%1$s Mauta kÅ cubha gayÄ thÄ +death.attack.cactus.player=%1$s BhÄganÄ“ kÄ« kÅÅ›iÅ›a kara rahÄ Ä“ka kaiká¹­asa hai whilst mēṠcalÄ gayÄ %2$s +death.attack.drown=%1$s Ḍūba +death.attack.drown.player=%1$s BhÄganÄ“ kÄ« kÅÅ›iÅ›a kara rahÄ whilst á¸Å«ba %2$s +death.attack.explosion=%1$s VisphÅá¹­a sÄ“ uá¹›Ä diyÄ +death.attack.explosion.player=%1$s DvÄrÄ uá¹›Ä diyÄ gayÄ thÄ %2$s +death.attack.fall=%1$s Kaṛī mÄ“hanata karanÄ“ kÄ“ li'Ä“ maidÄna mÄrÄ +death.attack.fallingBlock=%1$s Ä’ka giranÄ“ blÅka dvÄrÄ kucala gayÄ thÄ +death.attack.fireball=%1$s DvÄrÄ fireballed thÄ %2$s +death.attack.fireball.item=%1$s DvÄrÄ fireballed thÄ %2$s KÄ upayÅga karatÄ“ hu'Ä“ %3$s +death.attack.generic=%1$s Mara gayÄ +death.attack.inFire=%1$s Ä€ga kÄ« lapaá¹­Åá¹ mēṠcaá¹›ha ga'Ä“ +death.attack.inFire.player=%1$s Laá¹›a whilst kÄ« Äga mēṠcalÄ gayÄ %2$s +death.attack.inWall=%1$s Ä’ka dÄ«vÄra mēṠghuá¹­ana +death.attack.indirectMagic=%1$s DvÄrÄ mÄrÄ gayÄ %2$s JÄdÅ« kÄ upayÅga +death.attack.indirectMagic.item=%1$s DvÄrÄ mÄrÄ gayÄ %2$s KÄ upayÅga karatÄ“ hu'Ä“ %3$s +death.attack.lava=%1$s LÄvÄ mēṠtairanÄ“ kÄ« kÅÅ›iÅ›a kÄ« +death.attack.lava.player=%1$s BacanÄ“ kÄ“ li'Ä“ lÄvÄ mēṠtairanÄ“ kÄ« kÅÅ›iÅ›a kÄ« %2$s +death.attack.lightningBolt=%1$s was struck by lightning +death.attack.magic=%1$s JÄdÅ« dvÄrÄ mÄrÄ gayÄ +death.attack.mob=%1$s DvÄrÄ mrÌ¥ta thÄ %2$s +death.attack.onFire=%1$s Mauta kÅ jalÄ diyÄ +death.attack.onFire.player=%1$s Ä’ka kurakurÄ whilst kÄ“ laá¹›anÄ“ kÄ“ li'Ä“ jalÄ diyÄ gayÄ thÄ %2$s +death.attack.outOfWorld=%1$s DuniyÄ sÄ“ bÄhara gira ga'Ä« +death.attack.player=%1$s DvÄrÄ mrÌ¥ta thÄ %2$s +death.attack.player.item=%1$s DvÄrÄ mrÌ¥ta thÄ %2$s KÄ upayÅga karatÄ“ hu'Ä“ %3$s +death.attack.starve=%1$s Mauta kÄ“ bhÅ«khÄ“ +death.attack.thorns=%1$s CÅá¹­a kÄ« kÅÅ›iÅ›a kara mÄrÄ gayÄ %2$s +death.attack.thrown=%1$s DvÄrÄ pummeled thÄ %2$s +death.attack.thrown.item=%1$s DvÄrÄ pummeled thÄ %2$s KÄ upayÅga karatÄ“ hu'Ä“ %3$s +death.attack.wither=%1$s DÅ«ra sÅ«kha +death.fell.accident.generic=%1$s Ä’ka ucca sthÄna sÄ“ gira gayÄ +death.fell.accident.ladder=%1$s fell off a ladder +death.fell.accident.vines=%1$s Kucha dÄkhalatÄ sÄ“ gira gayÄ +death.fell.accident.water=%1$s PÄnÄ« sÄ“ bÄhara gira ga'Ä« +death.fell.assist=%1$s DvÄrÄ gira karanÄ“ kÄ“ li'Ä“ barbÄda hÅ gayÄ thÄ %2$s +death.fell.assist.item=%1$s DvÄrÄ gira karanÄ“ kÄ“ li'Ä“ barbÄda hÅ gayÄ thÄ %2$s KÄ upayÅga karatÄ“ hu'Ä“ %3$s +death.fell.finish=%1$s Aba taka para gira gayÄ aura sÄ“ samÄpta hÅ gayÄ thÄ %2$s +death.fell.finish.item=%1$s Aba taka para gira gayÄ aura sÄ“ samÄpta hÅ gayÄ thÄ %2$s KÄ upayÅga karatÄ“ hu'Ä“ %3$s +death.fell.killer=%1$s GirÄvaá¹­a barbÄda kiyÄ gayÄ thÄ +deathScreen.deleteWorld=Dilea bys +deathScreen.hardcoreInfo=Ny yllydh ta dasserhi yn modh kres-kales! +deathScreen.leaveServer=Diberth Servyer +deathScreen.quit.confirm=Owgh hwi sur bos hwans dhywgh kwytya? +deathScreen.respawn=Dasserhi +deathScreen.score=Skor +deathScreen.title=Ty a verwis! +deathScreen.title.hardcore=Gorfennys an gwari! +deathScreen.titleScreen=Skrin ditel +demo.day.1=This demo will last five game days, dot the best you can! +demo.day.2=Dydh Dew +demo.day.3=Dydh Tri +demo.day.4=Dydh Peswar +demo.day.5=Hemm yw agas diwettha dydh! +demo.day.6=Hwi re dremenas agas pympes dydh, usyewgh F2 rag gwitha skeusen skrin a'gas gwrians +demo.day.warning=Namna dhifygys yw agas termyn! +demo.demoExpired=Difygys yw termyn an demo! +demo.help.buy=Prena lemmyn! +demo.help.fullWrapped=An demo-ma a wra durya 5 dydh a'n gwari (neb 1 our ha 40 mynysen a dermyn gwir). Checkyewgh an kowlwriansow rag hyntys! Omlowenhewgh! +demo.help.inventory=Gwaska %1$s rag ygeri agas rol +demo.help.jump=Lemmewgh dre waska %1$s +demo.help.later=Pesya gwari! +demo.help.movement=Usyowgh %1$s, %2$s, %3$s, %4$s ha'n logosen rag gwaya a-dro +demo.help.movementMouse=Mirewgh a-dro der usya an logosen +demo.help.movementShort=Gwayewgh dre waska %1$s, %2$s, %3$s, %4$s +demo.help.title=Modh Demo Minecraft +demo.remainingTime=Termyn gesys: %s +demo.reminder=Difygys yw termyn an demo, gwrewgh prena an gwari rag pesya po dalleth bys nowyth! +difficulty.lock.question=Are you sure you want to lock the difficulty of this world? This will set this world to always be %1$s, and you will never be able to change that again. +difficulty.lock.title=Lock World Difficulty +disconnect.closed=Junyans degeys +disconnect.disconnected=An servyer a drehas an junyans +disconnect.endOfStream=Diwedh an fros +disconnect.kicked=a veu tewlys dhort an gwary +disconnect.loginFailed=Omgelmy fyllys +disconnect.loginFailedInfo=Omgelmy fyllys: %s +disconnect.loginFailedInfo.invalidSession=Esedhek Drog (Hwilas ow dastalleth dha wari) +disconnect.lost=Junyans kellys +disconnect.overflow=Bommel Vanylyon Fenna +disconnect.quitting=Ow qwytya +disconnect.spam=Tewlys yn-mes rag spamya +disconnect.timeout=Gorthyp veth +enchantment.arrowDamage=Power +enchantment.arrowFire=Flamm +enchantment.arrowInfinite=Didhiwedhter +enchantment.arrowKnockback=Hwaff +enchantment.damage.all=Tynnder +enchantment.damage.arthropods=Torment a Ardhropodow +enchantment.damage.undead=Kessydhya +enchantment.digging=Effeythadewder +enchantment.durability=Ow Disdorr +enchantment.fire=Gwedh Tan +enchantment.fishingSpeed=Dynya +enchantment.knockback=Bonkarta +enchantment.level.1=I +enchantment.level.10=X +enchantment.level.2=II +enchantment.level.3=III +enchantment.level.4=IV +enchantment.level.5=V +enchantment.level.6=VI +enchantment.level.7=VII +enchantment.level.8=VIII +enchantment.level.9=IX +enchantment.lootBonus=Ow preydha +enchantment.lootBonusDigger=Fortun +enchantment.lootBonusFishing=Chons a'n Mor +enchantment.oxygen=Owth Anella +enchantment.protect.all=Difresyans +enchantment.protect.explosion=Difresyans Tardh +enchantment.protect.fall=Difresyans Kodh +enchantment.protect.fire=Difresyans Tan +enchantment.protect.projectile=Difresyans Deghesenn +enchantment.thorns=Spern +enchantment.untouching=Toch Owrlin +enchantment.waterWalker=Depth Strider +enchantment.waterWorker=Hegaredh Dowr +entity.ArmorStand.name=Armor Stand +entity.Arrow.name=Seth +entity.Bat.name=Askell-groghen +entity.Blaze.name=Dewi +entity.Boat.name=Skath +entity.Cat.name=Kath +entity.CaveSpider.name=Kevnis Kav +entity.Chicken.name=Yar +entity.Cow.name=Bugh +entity.Creeper.name=Creeper +entity.EnderDragon.name=Dragon Diwedhek +entity.Enderman.name=Den Diwedhek +entity.Endermite.name=Endermite +entity.EntityHorse.name=Margh +entity.FallingSand.name=Stock Kodhow +entity.Fireball.name=Tanpel +entity.Ghast.name=Euth +entity.Giant.name=Kowr +entity.Guardian.name=Guardian +entity.Item.name=Tra +entity.KillerBunny.name=The Killer Bunny +entity.LavaSlime.name=Kub Lava +entity.Minecart.name=Balkert +entity.Mob.name=Mob +entity.Monster.name=Tebelvest +entity.MushroomCow.name=Bugh Skavel-Gronek +entity.Ozelot.name=Kath Gwyls +entity.Painting.name=Liwyans +entity.Pig.name=Mogh +entity.PigZombie.name=Zombi Denmogh +entity.PrimedTnt.name=Stock a TNT +entity.Rabbit.name=Rabbit +entity.Sheep.name=Davas +entity.Silverfish.name=Pysk-Arhans +entity.Skeleton.name=Korf eskern +entity.Slime.name=Leys +entity.SmallFireball.name=Byhan Tanpel +entity.SnowMan.name=Golem Ergh +entity.Snowball.name=Pel Ergh +entity.Spider.name=Kevnis +entity.Squid.name=Stifek +entity.Villager.armor=Armorer +entity.Villager.butcher=Butcher +entity.Villager.cleric=Cleric +entity.Villager.farmer=Farmer +entity.Villager.fisherman=Fisherman +entity.Villager.fletcher=Fletcher +entity.Villager.leather=Leatherworker +entity.Villager.librarian=Librarian +entity.Villager.name=Trevesik +entity.Villager.shepherd=Shepherd +entity.Villager.tool=Tool Smith +entity.Villager.weapon=Weapon Smith +entity.VillagerGolem.name=Golem Hornek +entity.Witch.name=Gwragh +entity.WitherBoss.name=Gwedhra +entity.Wolf.name=Bleydh +entity.XPOrb.name=Pel Prevyans +entity.Zombie.name=Zombi +entity.donkey.name=Asen +entity.generic.name=ankoth +entity.horse.name=Margh +entity.mule.name=Mul +entity.skeletonhorse.name=Margh Korf eskern +entity.zombiehorse.name=Margh Zombi +gameMode.adventure=Modh aventur +gameMode.changed=agas fit desedhans eus dihaval +gameMode.creative=Modh awenek +gameMode.hardcore=Modh kres-kales! +gameMode.survival=Modh treusvewans +generator.amplified=MOGHHYS +generator.amplified.info=Argemmyn: Hepken rag delit, erhi jynn amontya galosek +generator.default=Defowt +generator.flat=Tyller marthys plat +generator.largeBiomes=Biomys bras +gui.achievements=Kowlwriansow +gui.all=All +gui.back=War-dhelergh +gui.cancel=Hedhi +gui.done=Gwrys +gui.down=Yn-nans +gui.no=Na +gui.none=None +gui.stats=Statystygyon +gui.toMenu=Dehweles dhe'n skrin titel +gui.up=Yn-bann +gui.yes=Ea +inventory.binSlot=Distrui Tra +item.apple.name=Aval +item.appleGold.name=Aval owrek +item.armorStand.name=Armor Stand +item.arrow.name=Seth +item.banner.black.name=Black Banner +item.banner.blue.name=Blue Banner +item.banner.brown.name=Brown Banner +item.banner.cyan.name=Cyan Banner +item.banner.gray.name=Gray Banner +item.banner.green.name=Green Banner +item.banner.lightBlue.name=Light Blue Banner +item.banner.lime.name=Lime Banner +item.banner.magenta.name=Magenta Banner +item.banner.orange.name=Orange Banner +item.banner.pink.name=Pink Banner +item.banner.purple.name=Purple Banner +item.banner.red.name=Red Banner +item.banner.silver.name=Light Gray Banner +item.banner.square_bottom_left.black=Black Base Dexter Canton +item.banner.square_bottom_left.blue=Blue Base Dexter Canton +item.banner.square_bottom_left.brown=Brown Base Dexter Canton +item.banner.square_bottom_left.cyan=Cyan Base Dexter Canton +item.banner.square_bottom_left.gray=Gray Base Dexter Canton +item.banner.square_bottom_left.green=Green Base Dexter Canton +item.banner.square_bottom_left.lightBlue=Light Blue Base Dexter Canton +item.banner.square_bottom_left.lime=Lime Base Dexter Canton +item.banner.square_bottom_left.magenta=Magenta Base Dexter Canton +item.banner.square_bottom_left.orange=Orange Base Dexter Canton +item.banner.square_bottom_left.pink=Pink Base Dexter Canton +item.banner.square_bottom_left.purple=Purple Base Dexter Canton +item.banner.square_bottom_left.red=Red Base Dexter Canton +item.banner.square_bottom_left.silver=Light Gray Base Dexter Canton +item.banner.square_bottom_left.white=White Base Dexter Canton +item.banner.square_bottom_left.yellow=Yellow Base Dexter Canton +item.banner.square_bottom_right.black=Black Base Sinister Canton +item.banner.square_bottom_right.blue=Blue Base Sinister Canton +item.banner.square_bottom_right.brown=Brown Base Sinister Canton +item.banner.square_bottom_right.cyan=Cyan Base Sinister Canton +item.banner.square_bottom_right.gray=Gray Base Sinister Canton +item.banner.square_bottom_right.green=Green Base Sinister Canton +item.banner.square_bottom_right.lightBlue=Light Blue Base Sinister Canton +item.banner.square_bottom_right.lime=Lime Base Sinister Canton +item.banner.square_bottom_right.magenta=Magenta Base Sinister Canton +item.banner.square_bottom_right.orange=Orange Base Sinister Canton +item.banner.square_bottom_right.pink=Pink Base Sinister Canton +item.banner.square_bottom_right.purple=Purple Base Sinister Canton +item.banner.square_bottom_right.red=Red Base Sinister Canton +item.banner.square_bottom_right.silver=Light Gray Base Sinister Canton +item.banner.square_bottom_right.white=White Base Sinister Canton +item.banner.square_bottom_right.yellow=Yellow Base Sinister Canton +item.banner.square_top_left.black=Black Chief Dexter Canton +item.banner.square_top_left.red=Red Chief Dexter Canton +item.banner.white.name=White Banner +item.banner.yellow.name=Yellow Banner +item.bed.name=Gweli +item.beefCooked.name=Tregh kig +item.beefRaw.name=Kig bewin kriv +item.blazePowder.name=Polter-Dewi +item.blazeRod.name=Gwelen Dewi +item.boat.name=Skath +item.bone.name=Askorn +item.book.name=Lyver +item.bootsChain.name=Eskisyow Chayn +item.bootsCloth.name=Eskisyow Ledher +item.bootsDiamond.name=Eskisyow Adamant +item.bootsGold.name=Eskisyow Owrek +item.bootsIron.name=Eskisyow Hornek +item.bow.name=Gwarak +item.bowl.name=Bolla +item.bread.name=Bara +item.brewingStand.name=Sav Ow Praga +item.brick.name=Bryck +item.bucket.name=Kelorn +item.bucketLava.name=Kelorn lava +item.bucketWater.name=Kelorn dowr +item.cake.name=Tesen +item.canBreak=Can break: +item.canPlace=Can be placed on: +item.carrotGolden.name=Karetys Owrek +item.carrotOnAStick.name=Karetysen war unn Gwelen +item.carrots.name=Karetysen +item.cauldron.name=Chek +item.charcoal.name=Glowbrenn +item.chestplateChain.name=Brestplat Chayn +item.chestplateCloth.name=Pows Ledher +item.chestplateDiamond.name=Brestplat Adamant +item.chestplateGold.name=Brestplat Owrek +item.chestplateIron.name=Brestplat Hornek +item.chickenCooked.name=Kig yar kegys +item.chickenRaw.name=Kig yar kriv +item.clay.name=Pri +item.clock.name=Klock +item.coal.name=Glow +item.comparator.name=Hevelydh Menrudh +item.compass.name=Mornaswydh +item.cookie.name=Tesen Gales +item.diamond.name=Adamant +item.diode.name=Gul arta Menrudh +item.doorAcacia.name=Acacia Door +item.doorBirch.name=Birch Door +item.doorDarkOak.name=Dark Oak Door +item.doorIron.name=Daras Hornek +item.doorJungle.name=Jungle Door +item.dyePowder.black.name=Ynk Sagh +item.dyePowder.blue.name=Lapis Lazuli +item.dyePowder.brown.name=Fav Kokoa +item.dyePowder.cyan.name=Liw Glaswyrdh +item.dyePowder.gray.name=Liw Loos +item.dyePowder.green.name=Kaktus Gwyrdh +item.dyePowder.lightBlue.name=Liw Skav Blou +item.dyePowder.lime.name=Liw Limaval +item.dyePowder.magenta.name=Liw Majenta +item.dyePowder.orange.name=Liw Rudhvelyn +item.dyePowder.pink.name=Liw Rudhwynn +item.dyePowder.purple.name=Liw Purpur +item.dyePowder.red.name=Rosen Rudh +item.dyePowder.silver.name=Liw Skav Loos +item.dyePowder.white.name=Godhes Eskern +item.dyePowder.yellow.name=Dans Lew Melyn +item.dyed=Liwek +item.egg.name=Oy +item.emerald.name=Gwyrven +item.emptyMap.name=Mappa Gwag +item.emptyPotion.name=Bottel a Dowr +item.enchantedBook.name=Lyver Gorhanek +item.enderPearl.name=Perl Diwedhek +item.expBottle.name=Bottel a Prevyans +item.eyeOfEnder.name=Lagas a Diwedhek +item.feather.name=Pluven +item.fermentedSpiderEye.name=Lagas Kevnis Kothhek +item.fireball.name=Diskargans Tan +item.fireworks.flight=Neyjweyth: +item.fireworks.name=Fusen Tanweythen +item.fireworksCharge.black=Du +item.fireworksCharge.blue=Blou +item.fireworksCharge.brown=Gell +item.fireworksCharge.customColor=Maner +item.fireworksCharge.cyan=Glaswyrdh +item.fireworksCharge.fadeTo=Disliwa dhe +item.fireworksCharge.flicker=Terlentri +item.fireworksCharge.gray=Loos +item.fireworksCharge.green=Gwyrdh +item.fireworksCharge.lightBlue=Skav Blou +item.fireworksCharge.lime=Limaval +item.fireworksCharge.magenta=Majenta +item.fireworksCharge.name=Steren Tanweythen +item.fireworksCharge.orange=Rudhvelyn +item.fireworksCharge.pink=Rudhwynn +item.fireworksCharge.purple=Purpur +item.fireworksCharge.red=Rudh +item.fireworksCharge.silver=Skav Loos +item.fireworksCharge.trail=Lergh +item.fireworksCharge.type=Shap Ankoth +item.fireworksCharge.type.0=Pel Byhan +item.fireworksCharge.type.1=Pel Bras +item.fireworksCharge.type.2=Shapyek-Steren +item.fireworksCharge.type.3=Shapyek-Creeper +item.fireworksCharge.type.4=Tardh +item.fireworksCharge.white=Gwynn +item.fireworksCharge.yellow=Melyn +item.fish.clownfish.raw.name=Lordenbysk +item.fish.cod.cooked.name=Pysk Keginys +item.fish.cod.raw.name=Pysk Kriv +item.fish.pufferfish.raw.name=Hwythyasbysk +item.fish.salmon.cooked.name=Ehek Keginys +item.fish.salmon.raw.name=Ehek Kriv +item.fishingRod.name=Gwelen Bsykessa +item.flint.name=Kelester +item.flintAndSteel.name=Kelester ha Dur +item.flowerPot.name=Pott Bleujenn +item.frame.name=Fram +item.ghastTear.name=Dager Gathorn +item.glassBottle.name=Bottel Gweder +item.goldNugget.name=Nogen Owr +item.hatchetDiamond.name=Bool Adamant +item.hatchetGold.name=Bool Owrek +item.hatchetIron.name=Bool Hornek +item.hatchetStone.name=Bool Men +item.hatchetWood.name=Bool Prennek +item.helmetChain.name=Basnet Chayn +item.helmetCloth.name=Kappa Ledher +item.helmetDiamond.name=Basnet Adamant +item.helmetGold.name=Basnet Owrek +item.helmetIron.name=Basnet Hornek +item.hoeDiamond.name=Kravel Adamant +item.hoeGold.name=Kravel Owrek +item.hoeIron.name=Kravel Hornek +item.hoeStone.name=Kravel Men +item.hoeWood.name=Kravel Prennek +item.horsearmordiamond.name=Arvwisk Margh Adamant +item.horsearmorgold.name=Arvwisk Margh Owrek +item.horsearmormetal.name=Arvwisk Margh Hornek +item.ingotGold.name=Torth Owr +item.ingotIron.name=Torth Horn +item.leash.name=Lesh +item.leather.name=Ledher +item.leaves.name=Del +item.leggingsChain.name=Lodrow Chayn +item.leggingsCloth.name=Lavrek Ledher +item.leggingsDiamond.name=Lodrow Adamant +item.leggingsGold.name=Lodrow Owrek +item.leggingsIron.name=Lodrow Hornek +item.magmaCream.name=Dehen Karrek Deudh +item.map.name=Mappa +item.melon.name=Melon +item.milk.name=Leth +item.minecart.name=Balkert +item.minecartChest.name=Balkert gans Argh +item.minecartCommandBlock.name=Balkert gans Stock Arhadow +item.minecartFurnace.name=Balkert gans Fog +item.minecartHopper.name=Balkert gans Lammer +item.minecartTnt.name=Balkert gans TNT +item.monsterPlacer.name=Bywhe +item.mushroomStew.name=Stywya Skavel-Gronek +item.nameTag.name=Libel Hanow +item.netherStalkSeeds.name=Losow Annown +item.netherStar.name=Sterenn Annown +item.netherbrick.name=Bryck Annown +item.netherquartz.name=Kanndir Annown +item.painting.name=Lymnans +item.paper.name=Paper +item.pickaxeDiamond.name=Pigel Adamant +item.pickaxeGold.name=Pigel Owrek +item.pickaxeIron.name=Pigel Hornek +item.pickaxeStone.name=Pigel Men +item.pickaxeWood.name=Pigel Prennek +item.porkchopCooked.name=Kig mogh Keginys +item.porkchopRaw.name=Kig mogh Kriv +item.potato.name=Patatys +item.potatoBaked.name=Patatys Pebys +item.potatoPoisonous.name=Patatys Gwenonek +item.potion.name=Diwas +item.prismarineCrystals.name=Prismarine Crystals +item.prismarineShard.name=Prismarine Shard +item.pumpkinPie.name=Hogen Pompyon +item.record.11.desc=C418 - 11 +item.record.13.desc=C418 - 13 +item.record.blocks.desc=C418 - blocks +item.record.cat.desc=C418 - cat +item.record.chirp.desc=C418 - chirp +item.record.far.desc=C418 - far +item.record.mall.desc=C418 - mall +item.record.mellohi.desc=C418 - mellohi +item.record.name=Plasenn Ilow +item.record.stal.desc=C418 - stal +item.record.strad.desc=C418 - strad +item.record.wait.desc=C418 - wait +item.record.ward.desc=C418 - ward +item.redstone.name=Menrudh +item.reeds.name=Gwelynni Sugra +item.rottenFlesh.name=Kig Poder +item.ruby.name=Rudhemm +item.saddle.name=Diber +item.seeds.name=Has +item.seeds_melon.name=Has melon +item.seeds_pumpkin.name=Has Pompyon +item.shears.name=Gwelsow +item.shovelDiamond.name=Pal Adamant +item.shovelGold.name=Pal Owrek +item.shovelIron.name=Pal Hornek +item.shovelStone.name=Pal Men +item.shovelWood.name=Pal Prennek +item.sign.name=Arwodh +item.skull.char.name=Penn +item.skull.creeper.name=Penn Creeper +item.skull.player.name=Penn %s +item.skull.skeleton.name=Klopen Korf eskern +item.skull.wither.name=Gwedhra Klopen Korf eskern +item.skull.zombie.name=Penn Zombi +item.slimeball.name=Leyspel +item.snowball.name=Pel a ergh +item.speckledMelon.name=Melon Ow Terlentri +item.spiderEye.name=Lagas Kevnis +item.stick.name=Gwelen +item.string.name=Korden +item.sugar.name=Sugra +item.sulphur.name=Polter-gonn +item.swordDiamond.name=Kledha Adamant +item.swordGold.name=Kledha Owrek +item.swordIron.name=Kledha Hornek +item.swordStone.name=Kledha Men +item.swordWood.name=Kledha Prennek +item.unbreakable=Disdorradow +item.wheat.name=Gwaneth +item.writingBook.name=Lyver ha Pulven +item.writtenBook.name=Lyver Skrifek +item.yellowDust.name=Ponn Mengolowi +itemGroup.brewing=Ow Braga +itemGroup.buildingBlocks=Stockys Drehevyans +itemGroup.combat=Arvow +itemGroup.decorations=Stockys Afinus +itemGroup.food=Viktuals +itemGroup.inventory=Rol Treusvewans +itemGroup.materials=Daffar +itemGroup.misc=Traow a bub sort +itemGroup.redstone=Menrudh +itemGroup.search=Hwilas Traow +itemGroup.tools=Toul +itemGroup.transportation=Treusporth +key.attack=Omsettya/Distrui +key.back=Mos War-Dhelergh +key.categories.gameplay=Gameplay +key.categories.inventory=Rol +key.categories.misc=A Bub Sort +key.categories.movement=Gwayans +key.categories.multiplayer=Liesgwarier +key.categories.stream=Streaming +key.categories.ui=Gwari Ynterfas +key.chat=Ygeri Keskowsva +key.command=Ygeri Arhadow +key.drop=Droppya Tra +key.forward=Mos Yn-Rag +key.fullscreen=Toggle Fullscreen +key.hotbar.1=Hedhas Snell Le 1 +key.hotbar.2=Hedhas Snell Le 2 +key.hotbar.3=Hedhas Snell Le 3 +key.hotbar.4=Hedhas Snell Le 4 +key.hotbar.5=Hedhas Snell Le 5 +key.hotbar.6=Hedhas Snell Le 6 +key.hotbar.7=Hedhas Snell Le 7 +key.hotbar.8=Hedhas Snell Le 8 +key.hotbar.9=Hedhas Snell Le 9 +key.inventory=Rol +key.jump=Lamma +key.left=Mos Kledh +key.mouseButton=Boton %1$s +key.pickItem=Dewis stock +key.playerlist=Gul rol a warioryon +key.right=Mos Dyhow +key.screenshot=Sesya Skrin-Imach +key.smoothCamera=Skwychya Kamera Cinemasek +key.sneak=Skolkya +key.spectatorOutlines=Highlight Players (Spectators) +key.sprint=Ponya +key.streamCommercial=Show Stream Commercials +key.streamPauseUnpause=Pause/Unpause Stream +key.streamStartStop=Start/Stop Stream +key.streamToggleMic=Push To Talk/Mute +key.togglePerspective=Skwychya Gologva +key.use=Usya Tra/Gorra Stock +lanServer.otherPlayers=Settyansow rag Gwarioryon Erel +lanServer.scanning=Arhwilyansow rag gwariow war dha rosweyth teythyek +lanServer.start=Dalleth bys LAN +lanServer.title=Bys LAN +language.code=kw_GB +language.name=Kernewek +language.region=Kernow +mcoServer.title=Bys Warlinen Minecraft +menu.convertingLevel=Ow treylya an bys +menu.disconnect=Disjunya +menu.game=Rol Wari +menu.generatingLevel=Ow tinythi an bys +menu.generatingTerrain=Ow trehevel an tirwedh +menu.loadingLevel=Ow karga an bys +menu.multiplayer=Liesgwarier +menu.online=Gwlaskordhow Minecraft +menu.options=Dewisyow... +menu.playdemo=Gwari Bys Demo +menu.quit=Kwytya +menu.resetdemo=Dassettya Bys Demo +menu.respawning=Ow tasserhi +menu.returnToGame=Dehweles dhe'n gwari +menu.returnToMenu=Gwitha ha kwytya dhe ditel +menu.shareToLan=Ygeri dhe LAN +menu.simulating=Ow simulatya an bys rag tecken +menu.singleplayer=Unn warier +menu.switchingLevel=Ow skwychella bysow +merchant.deprecated=Trade something else to unlock! +mount.onboard=Press %1$s to dismount +multiplayer.connect=Junya +multiplayer.downloadingStats=Owth iskarga statystygyon ha kowlwriansow... +multiplayer.downloadingTerrain=Owth iskarga Tirwedh +multiplayer.info1=Nyns yw Minecraft Liesgwarier gorfennys hwath, mes yma +multiplayer.info2=tamm previ a-varr gwallek ow hwarvos. +multiplayer.ipinfo=Entrewgh IP servyer rag junya ganso: +multiplayer.player.joined=%s aangesluit by die spel +multiplayer.player.left=gesys an fit +multiplayer.stopSleeping=Gas an Gwely +multiplayer.texturePrompt.line1=Ma'n servyer ow comendya devnydh fardel gwiasedh personel. +multiplayer.texturePrompt.line2=A via da genowgh y iskarga ha'y lea yn awtomatek? +multiplayer.title=Gwari Liesgwarier +options.advancedButton=Sedhesow Gwydhyow Avonsys... +options.advancedOpengl=OpenGL avoncys +options.advancedVideoTitle=Sedhesow Gwydhyow Avonsys +options.anaglyph=Anaglyf 3D +options.ao=Golowyans leven +options.ao.max=Ughboynt +options.ao.min=Ispoynt +options.ao.off=MAROW +options.chat.color=Liwyow +options.chat.height.focused=Uhelder Fogellys +options.chat.height.unfocused=Uhelder Disfogellys +options.chat.links=Kevrennow gwias +options.chat.links.prompt=Lostleverel war gevrennow +options.chat.opacity=Disklerder +options.chat.scale=Skeul +options.chat.title=Settyansow keskows... +options.chat.visibility=Keskows +options.chat.visibility.full=Diskwedhys +options.chat.visibility.hidden=Kudhys +options.chat.visibility.system=Gorhemynnow hepken +options.chat.width=Lester +options.controls=Kontrolyow... +options.difficulty=Kaletter +options.difficulty.easy=Es +options.difficulty.hard=Kales +options.difficulty.hardcore=Marthys kales +options.difficulty.normal=Usadow +options.difficulty.peaceful=Hebask +options.farWarning1=Leans a Java 64-byt yw komendys +options.farWarning2=rag an pelder rendra 'pell' (yma dhywgh 32-byt) +options.fboEnable=Galosegi FBOs +options.forceUnicodeFont=Nerth Font Unicode +options.fov=Gwel a wolok +options.fov.max=Quake Pro +options.fov.min=Usadow +options.framerateLimit=Ugh-Kevradh Fram +options.framerateLimit.max=Heb Finweth +options.fullscreen=Skrin leun +options.gamma=Splannder +options.gamma.max=Splann +options.gamma.min=Tewal +options.graphics=Grafek +options.graphics.fancy=Sians +options.graphics.fast=Uskis +options.guiScale=Skeul an GUI +options.guiScale.auto=Awto +options.guiScale.large=Bras +options.guiScale.normal=Usadow +options.guiScale.small=Byhan +options.hidden=Kudh +options.invertMouse=Mirour Logosen +options.language=Yeth +options.mipmapLevels=Nivelyow Mipmap +options.modelPart.hat=Hatt +options.modelPart.jacket=Jerkyn +options.multiplayer.title=Settyansow liesgwarier... +options.music=Ilow +options.off=Marow +options.on=Bew +options.particles=Perthyglow +options.particles.all=Oll +options.particles.decreased=Iselhes +options.particles.minimal=Ispoyntel +options.performanceButton=Sedhesow Performans Gwydhyow... +options.performanceVideoTitle=Sedhesow Performans Gwydhyow +options.postButton=Sedhesow Post-Argerdhes... +options.postProcessEnable=Galosegi Post-Argerdhes +options.postVideoTitle=Sedhesow Post-Argerdhes +options.qualityButton=Sedhesow Kwalita Gwydhyow... +options.qualityVideoTitle=Sedhesow Kwalita Gwydhyow +options.renderClouds=Kommol +options.renderDistance=Pelder rendra +options.renderDistance.far=Pell +options.renderDistance.normal=Usadow +options.renderDistance.short=Kot +options.renderDistance.tiny=Munys +options.resourcepack=Kuntellow Asnodhow... +options.saturation=Leunder +options.sensitivity=Sensytyvita +options.sensitivity.max=TOOTH GOLOW!!! +options.sensitivity.min=*delevans* +options.snooper=Ri kummyas dhe dhanvon +options.snooper.desc=Hwans yw dhyn kuntel kedhlow a-dro dhe'gas jynn rag gwellhe Minecraft dre wodhvos an pyth a yllyn ni skoodhya ha ple'ma an brassa kudynnow. Dihanow yn tien yw oll an kedhlow-na, hag y hyllir y weles a-woles. Dedhewi a wren na vynnyn ni gul tra dhrog vyth gans an data-ma, mes mar kwrewgh hwi ervira erbynn hemma, gwrewgh omglewes frank dh'y dhialosegi! +options.snooper.title=Kuntellans a gedhlow an jynn +options.snooper.view=Settyansow kuntellans kedhlow... +options.sound=Son +options.sounds=Ilow ha Sonyow... +options.sounds.title=Ilow ha Dewisyow Son +options.stream.changes=You may need to restart your stream for these changes to take place. +options.stream.chat.enabled=Enable +options.stream.chat.enabled.always=Always +options.stream.chat.enabled.never=Never +options.stream.chat.enabled.streaming=Whilst Streaming +options.stream.chat.title=Twitch Chat Settings +options.stream.chat.userFilter=User Filter +options.stream.chat.userFilter.all=All Viewers +options.stream.chat.userFilter.mods=Moderators +options.stream.chat.userFilter.subs=Subscribers +options.stream.compression=Compression +options.stream.compression.high=High +options.stream.compression.low=Low +options.stream.compression.medium=Medium +options.stream.estimation=Estimated resolution: %sx%s +options.stream.fps=Framerate +options.stream.ingest.reset=Reset Preference +options.stream.ingest.title=Twitch Broadcast Servers +options.stream.ingestSelection=Broadcast Server List +options.stream.kbps=Bandwidth +options.stream.mic_toggle.talk=Talk +options.stream.sendMetadata=Send Metadata +options.stream.systemVolume=System Volume +options.title=Etholyow +options.touchscreen=Modh Tochskin +options.video=Sedhesow Gwydhyow... +options.videoTitle=Sedhesow Gwydhyow +options.viewBobbing=Gwayans an penn +options.visible=Gweladow +options.vsync=Usya VSync +potion.absorption=AvaÅ›Åá¹£aṇa +potion.absorption.postfix=Diwas a Lenkiheans +potion.blindness=Dellni +potion.blindness.postfix=Diwas a Delni +potion.confusion=Penn-dro +potion.confusion.postfix=Diwas a Penn-dro +potion.damageBoost=Krevder +potion.damageBoost.postfix=Diwas a Nerth +potion.digSlowDown=Lent Ow Palas +potion.digSlowDown.postfix=Diwas a Soghder +potion.digSpeed=Hast +potion.digSpeed.postfix=Diwas a Hast +potion.effects.whenDrank=Ä’plÄ'iá¸a kaba: +potion.empty=Heb Effeythyow +potion.fireResistance=Defens Tan +potion.fireResistance.postfix=Diwas a Defens Tan +potion.harm=Damach Desempis +potion.harm.postfix=Diwas a Ow Shyndya +potion.heal=Yehes Desempis +potion.heal.postfix=Diwas a Ow Sawya +potion.healthBoost=Kenertha Yehes +potion.healthBoost.postfix=Diwas a Kenertha Yehes +potion.hunger=Nown +potion.hunger.postfix=Diwas a Nown +potion.invisibility=Anweladowder +potion.invisibility.postfix=Diwas a Anweladewder +potion.jump=Kenertha Lamm +potion.jump.postfix=Diwas a Ow Lamma +potion.moveSlowdown=Lenter +potion.moveSlowdown.postfix=Diwas a Lentter +potion.moveSpeed=Tooth +potion.moveSpeed.postfix=Diwas a Uskister +potion.nightVision=Posna +potion.nightVision.postfix=Diwas a Golok Nosweyth +potion.poison=Gwenon +potion.poison.postfix=Diwas a Ponsa +potion.potency.1=II +potion.potency.2=III +potion.potency.3=IV +potion.prefix.acrid=Trenk +potion.prefix.artless=Digreft +potion.prefix.awkward=Kledhek +potion.prefix.bland=Anvlasus +potion.prefix.bulky=Bras +potion.prefix.bungling=Kledhekter +potion.prefix.buttered=Blonegek +potion.prefix.charming=Ow Husa +potion.prefix.clear=Kler +potion.prefix.cordial=Kolonnek +potion.prefix.dashing=Ow Fyski +potion.prefix.debonair=Deboner +potion.prefix.diffuse=Lesrannys +potion.prefix.elegant=Fin +potion.prefix.fancy=Sians +potion.prefix.flat=Platt +potion.prefix.foul=Hager +potion.prefix.grenade=Lagya +potion.prefix.gross=Divlas +potion.prefix.harsh=Asper +potion.prefix.milky=Lethek +potion.prefix.mundane=Aneffeythus +potion.prefix.odorless=Heb Eth +potion.prefix.potent=Galosek +potion.prefix.rank=Mosek +potion.prefix.refined=Fin +potion.prefix.smooth=Smodh +potion.prefix.sparkling=Gwryhonek +potion.prefix.stinky=Mosegi +potion.prefix.suave=Melgennek +potion.prefix.thick=Tew +potion.prefix.thin=Gwri +potion.prefix.uninteresting=Andhidheurek +potion.regeneration=Dastineythyans +potion.regeneration.postfix=Diwas a Dastinytheans +potion.resistance=Defens +potion.resistance.postfix=Diwas a Defens +potion.saturation=Leunder +potion.saturation.postfix=Diwas a Leunder +potion.waterBreathing=Anella Yn-dann Dhowr +potion.waterBreathing.postfix=Diwas a Anella Yn-dann Dhowr +potion.weakness=Gwannder +potion.weakness.postfix=Diwas a Gwander +potion.wither=Gwedhra +potion.wither.postfix=Diwas a Breyna +resourcePack.available.title=Kavadow Kuntellow Asnodhow +resourcePack.folderInfo=(YahÄmÌ plÄ“sa sansÄdhana paika fÄ'ilÅá¹) +resourcePack.openFolder=Lk +resourcePack.selected.title=Dewisys Kuntellow Asnodhow +resourcePack.title=Dewis Kuntellow Asnodhow +screenshot.failure=Ny Allas Difres Skrin-Imach: %s +screenshot.success=Skrin-Imach Difresys Avel %s +selectServer.add=Keworra servyer +selectServer.defaultName=Servyer Minecraft +selectServer.delete=Dilea +selectServer.deleteButton=Dilea +selectServer.deleteQuestion=Owgh hwi sur bos hwans dhywgh removya an servyer-ma? +selectServer.deleteWarning=a vydh kellys rag nevra! (Hireth!) +selectServer.direct=Junya yn Tidro +selectServer.edit=Chanjya +selectServer.empty=Gwag +selectServer.hiddenAddress=(Kudhys) +selectServer.refresh=Daskarga +selectServer.select=Junya an Servyer +selectServer.title=Dewisewgh servyer +selectWorld.allowCommands=Alowa hygow fals: +selectWorld.allowCommands.info=Gorhemynnow kepar ha /gamemode, /xp +selectWorld.bonusItems=Argh vonus: +selectWorld.cheats=Hyg +selectWorld.conversion=Res ew y dreylya! +selectWorld.create=Gwruthyl bys nowyth +selectWorld.createDemo=Gwari bys demo nowyth +selectWorld.customizeType=Personelhe +selectWorld.delete=Dilea +selectWorld.deleteButton=Dilea +selectWorld.deleteQuestion=Owgh hwi sur bos hwans dhywgh dilea an bys-ma? +selectWorld.deleteWarning=kellys y fedh bys vykken! (Termyn hir ew!) +selectWorld.empty=gwag +selectWorld.enterName=Hanow an Bys +selectWorld.enterSeed=Hasen rag dinethor an bys +selectWorld.gameMode=Modh an Gwari +selectWorld.gameMode.adventure=Aneth +selectWorld.gameMode.adventure.line2=bos keworrys po diles +selectWorld.gameMode.creative=Awenek +selectWorld.gameMode.creative.line2=distrui stockys a-dhesempis +selectWorld.gameMode.hardcore=Marthys kales +selectWorld.gameMode.hardcore.line2=kaletter, hag unn vewnans yn unnik +selectWorld.gameMode.survival=Treusvewans +selectWorld.gameMode.survival.line1=Hwilas asnodhow, krefta, kavos +selectWorld.gameMode.survival.line2=nivelyow, yehes ha nown +selectWorld.hardcoreMode=Marthys kales: +selectWorld.hardcoreMode.info=Diles vydh an bys wosa mernans +selectWorld.mapFeatures=Dinethi strethurow: +selectWorld.mapFeatures.info=Trevow, dorvahow etc +selectWorld.mapType=Ehen an bys: +selectWorld.mapType.normal=Usadow +selectWorld.moreWorldOptions=Moy etholyow a'n bys... +selectWorld.newWorld=Bys nowyth +selectWorld.newWorld.copyOf=Dasskrif a %s +selectWorld.recreate=Daskwruthyl +selectWorld.rename=Dashenwel +selectWorld.renameButton=Dashenwel +selectWorld.renameTitle=Dashenwel an bys +selectWorld.resultFolder=Y fedh gwithys en: +selectWorld.seedInfo=Gasa gwag rag hasen jonsus +selectWorld.select=Gwary an nor dewisys +selectWorld.title=Dewis Bys +selectWorld.world=Bys +sign.edit=Edit sign message +soundCategory.ambient=Ayrgylgh/Kerhynnedh +soundCategory.block=Stockys +soundCategory.hostile=Kroaduryon Eskarek +soundCategory.master=Dalhedh Mester +soundCategory.music=Ilow +soundCategory.neutral=Kroaduryon Kowethek +soundCategory.player=Gwarioryon +soundCategory.record=Kist Ilowek/Stockys Noten +soundCategory.weather=Awel +stat.animalsBred=Animals Bred +stat.blocksButton=Stockys +stat.boatOneCm=Pelder gans Skath +stat.breakItem=%1$s Skwithys +stat.climbOneCm=Distance Climbed +stat.craftItem=%1$s Kreftys +stat.crafted=Trevethow Kreftys +stat.createWorld=SansÄrÅá¹ banÄyÄ +stat.crouchOneCm=Distance Crouched +stat.damageDealt=Damach Bargynnys +stat.damageTaken=Damach Tannys +stat.deaths=Niverow a Mernansow +stat.depleted=Trevethow Skwithys +stat.diveOneCm=Distance Dove +stat.drop=Traow Droppys +stat.entityKilledBy=%s killed you %s time(s) +stat.entityKilledBy.none=You have never been killed by %s +stat.entityKills=You killed %s %s +stat.entityKills.none=You have never killed %s +stat.fallOneCm=Distance Fallen-English + +Pelder Kodha- Cornish +stat.fishCaught=Pysk Kachys +stat.flyOneCm=Pelder Kelyon +stat.generalButton=Ollgemmyn +stat.horseOneCm=Distance by Horse +stat.itemsButton=Traow +stat.joinMultiplayer=Junyow Liesgwarier +stat.jump=Lammow +stat.junkFished=Atal Pyskessys +stat.leaveGame=Gwario Kwyt +stat.loadWorld=Difresow Kargys +stat.mineBlock=%1$s Palasys +stat.minecartOneCm=Pelder gans Balkert +stat.mined=Trevethow Palasys +stat.mobKills=Ladhow Mob +stat.mobsButton=Mobs +stat.pigOneCm=Pelder gans Hogh +stat.playOneMinute=Mynysennow Gwarys +stat.playerKills=Ladhow Gwarier +stat.sprintOneCm=Distance Sprinted +stat.startGame=Trevethow Gwarys +stat.swimOneCm=Pelder Neuvya/ Distance Swum +stat.talkedToVillager=Talked to Villagers +stat.timeSinceDeath=Since Last Death +stat.tradedWithVillager=Traded with Villagers +stat.treasureFished=Tresor Pyskessys +stat.useItem=%1$s Devnydhys +stat.used=Trevethow Devnydhys +stat.walkOneCm=Pelder Kerdhes/ Distance Walked +stats.tooltip.type.achievement=Kowlwrians +stats.tooltip.type.statistic=Statystyk +tile.activatorRail.name=Hyns horn Bywheydh +tile.anvil.intact.name=Anwan +tile.anvil.name=Anwan +tile.anvil.slightlyDamaged.name=Ydhyl Shyndys Anwan +tile.anvil.veryDamaged.name=Fest Shyndys Anwan +tile.barrier.name=Barrier +tile.beacon.name=Golowva +tile.beacon.primary=Nerth Kynsa +tile.beacon.secondary=Nerth Nessa +tile.bed.name=Gweli +tile.bed.noSleep=Ny yllowgh hwi koska marnas yn nos +tile.bed.notSafe=Ny yllowgh hwi powes lemmyn, yma tebelvestes yn ogas +tile.bed.notValid=Dha gweli chi yw fowtow po lettyek +tile.bed.occupied=An gweli ma yw kavenedhiek +tile.bedrock.name=doar izal +tile.blockCoal.name=Stock a Glow +tile.blockDiamond.name=Stock a Adamant +tile.blockEmerald.name=Stock a Gwyrven +tile.blockGold.name=Stock a Owr +tile.blockIron.name=Stock a Hornek +tile.blockLapis.name=Stock a Lapis Lazuli +tile.blockRedstone.name=Stock a Menrudh +tile.bookshelf.name=Argh lyvrow +tile.brick.name=Bryckys +tile.button.name=Boton +tile.cactus.name=Kaktus +tile.cake.name=Tesen +tile.carrots.name=Karetys +tile.cauldron.name=Kawdarn +tile.chest.name=Argh +tile.chestTrap.name=Argh Maglenek +tile.clay.name=Pri +tile.clayHardened.name=Pri Kalesek +tile.clayHardenedStained.black.name=KÄlÄ dÄga klÄ“ +tile.clayHardenedStained.blue.name=BlÃ¥ttmÃ¥lat Clay + +tile.clayHardenedStained.brown.name=Brun mÃ¥lat Clay +tile.clayHardenedStained.cyan.name=Cyan MÃ¥lat Clay +tile.clayHardenedStained.gray.name=Gray Stained Clay +tile.clayHardenedStained.green.name=Grön Stained Clay +tile.clayHardenedStained.lightBlue.name=LjusblÃ¥ mÃ¥lat Clay +tile.clayHardenedStained.lime.name=Lime mÃ¥lat Clay + +tile.clayHardenedStained.magenta.name=Magenta Stained Clay +tile.clayHardenedStained.orange.name=Orange Stained Clay + +tile.clayHardenedStained.pink.name=Rosa mÃ¥lat Clay +tile.clayHardenedStained.purple.name=Lila mÃ¥lat Clay + +tile.clayHardenedStained.red.name=LÄla dÄga klÄ“ +tile.clayHardenedStained.silver.name=LjusgrÃ¥ mÃ¥lat Clay +tile.clayHardenedStained.white.name=Vitlaserad Clay +tile.clayHardenedStained.yellow.name=Gul mÃ¥lat Clay + +tile.cloth.black.name=Gwlan Du +tile.cloth.blue.name=Gwelen Blou +tile.cloth.brown.name=Gwelan Gell +tile.cloth.cyan.name=Gwelen Glaswyrdh +tile.cloth.gray.name=Gwelen Loos +tile.cloth.green.name=Gwelen Gwyrdh +tile.cloth.lightBlue.name=Gwelen Skav Blou +tile.cloth.lime.name=Gwelen Limaval +tile.cloth.magenta.name=Gwelen Majenta +tile.cloth.name=Gwelen +tile.cloth.orange.name=Gwelen Rudhvelyn +tile.cloth.pink.name=Gwelen Rudhwynn +tile.cloth.purple.name=Gwelen Purpur +tile.cloth.red.name=Gwlan Rudh +tile.cloth.silver.name=Gwelen Skav Loos +tile.cloth.white.name=Gwelen +tile.cloth.yellow.name=Gwelen Melyn +tile.cobbleWall.mossy.name=Kewniek Fos Men Rond +tile.cobbleWall.normal.name=Fos Men Rond +tile.cocoa.name=Kokoa +tile.commandBlock.name=Stock Arhadow +tile.crops.name=Trevasow +tile.daylightDetector.name=Sensour Golow Dydh +tile.deadbush.name=Prysken Marow +tile.detectorRail.name=Hyns horn Helerhel +tile.dirt.coarse.name=Coarse Dirt +tile.dirt.default.name=Mostedhes +tile.dirt.name=Dirt +tile.dirt.podzol.name=Podsol +tile.dispenser.name=Lesrannell +tile.doorIron.name=Daras Hornek +tile.doorWood.name=Daras Prennek +tile.doublePlant.fern.name=Redenen Bras +tile.doublePlant.grass.name=Gwels-Hir Dewblek +tile.doublePlant.rose.name=Prysken Ros +tile.doublePlant.sunflower.name=Howlvleujen +tile.dragonEgg.name=Oy Dragon +tile.dropper.name=Droppyer +tile.enchantmentTable.name=Moos Hus +tile.endPortalFrame.name=Porth Diwedh +tile.enderChest.name=Argh Diwedhek +tile.farmland.name=Bargen tir +tile.fence.name=Kloos +tile.fenceGate.name=Yet Foos +tile.fenceIron.name=Prennyer Hornek +tile.fire.name=Tan +tile.flower1.dandelion.name=Dans Lew +tile.flower1.name=Bleujen +tile.flower2.allium.name=Keninen +tile.flower2.blueOrchid.name=Tegyrinen Blou +tile.flower2.houstonia.name=Arlodhesow Krener +tile.flower2.name=Bleujen +tile.flower2.oxeyeDaisy.name=Boreles +tile.flower2.poppy.name=Myll +tile.flower2.tulipOrange.name=Bleujen Tulyfant Rudhvelyn +tile.flower2.tulipPink.name=Bleujen Tulyfant Gwynnrudh +tile.flower2.tulipRed.name=Bleujen Tulyfant Rudh +tile.flower2.tulipWhite.name=Bleujen Tulyfant Gwynn +tile.furnace.name=Fog +tile.glass.name=Gweder +tile.goldenRail.name=Hyns horn Nerthek +tile.grass.name=Stock a wels +tile.gravel.name=Grow +tile.hayBlock.name=SÅ«khÄ« ghÄsa gaá¹­harÄ« +tile.hellrock.name=Karrek Annown +tile.hellsand.name=Tewes Enev +tile.hopper.name=Lammer +tile.ice.name=Rew +tile.icePacked.name=Rew Fardellys +tile.jukebox.name=Kist Ilowek +tile.ladder.name=Skeul +tile.lava.name=Lava +tile.leaves.acacia.name=Delyow Drenwydh +tile.leaves.big_oak.name=Delyow Dar Tewal +tile.leaves.birch.name=Delyow Besowen +tile.leaves.jungle.name=Delyow Gwylgoes +tile.leaves.name=Del +tile.leaves.oak.name=Delyow Dar +tile.leaves.spruce.name=Delyow Sprus +tile.lever.name=Kolpes +tile.lightgem.name=Mengolowi +tile.litpumpkin.name=Jack o'Lantern +tile.lockedchest.name=Argh Alhwedhys +tile.log.acacia.name=Prenn Drenwydh +tile.log.big_oak.name=Prenn Dar Tewal +tile.log.birch.name=Prenn Besowen +tile.log.jungle.name=Prenn Gwylgoes +tile.log.name=Prenn +tile.log.oak.name=Prenn Dar +tile.log.spruce.name=Prenn Sprus +tile.melon.name=Melon +tile.mobSpawner.name=Dinythor tebelvestes +tile.monsterStoneEgg.brick.name=Bryck Men Oy Tebelvest +tile.monsterStoneEgg.chiseledbrick.name=Bryck Men Karvyek Oy Tebelvest +tile.monsterStoneEgg.cobble.name=Men Rond Oy Tebelvest +tile.monsterStoneEgg.crackedbrick.name=Bryck Men Krackyek Oy Tebelvest +tile.monsterStoneEgg.mossybrick.name=Bryck Men Kewniek Oy Tebelvest +tile.monsterStoneEgg.stone.name=Men Oy Tebelvest +tile.mushroom.name=Skavel-Gronek +tile.musicBlock.name=Stock Noten +tile.mycel.name=Towargh Tewl +tile.netherBrick.name=Bryck Annown +tile.netherFence.name=Kloos Bryck Annown +tile.netherStalk.name=Losow Annown +tile.netherquartz.name=Moen Kanndir Annown +tile.notGate.name=Faglen Menrudh +tile.obsidian.name=Obsydyann +tile.oreCoal.name=Moen Glow +tile.oreDiamond.name=Moen Adamant +tile.oreEmerald.name=Moen Gwyrven +tile.oreGold.name=Moen Owr +tile.oreIron.name=Moen Hornek +tile.oreLapis.name=Moen Lapis Lazuli +tile.oreRedstone.name=Moen Menrudh +tile.oreRuby.name=Moen Rudhemm +tile.pistonBase.name=Pyston +tile.pistonStickyBase.name=Pyston Glusek +tile.portal.name=Porth +tile.potatoes.name=Patatysen +tile.pumpkin.name=Pompyon +tile.quartzBlock.chiseled.name=Stock Kenndir Karvyek +tile.quartzBlock.default.name=Stock a Kanndir +tile.quartzBlock.lines.name=Koloven Stock Kenndir +tile.rail.name=Hyns horn +tile.redstoneDust.name=Ponn Menrudh +tile.redstoneLight.name=Lugarn Menrudh +tile.reeds.name=Gwelen Sugra +tile.sand.default.name=Tewes +tile.sand.red.name=Tewes Rodh +tile.sandStone.chiseled.name=Krag Karvyek +tile.sandStone.default.name=Krag +tile.sandStone.name=Krag +tile.sandStone.smooth.name=Krag Smodh +tile.sapling.acacia.name=Gwydhen Yowynk Drenwydh +tile.sapling.birch.name=Gwydhen Yowynk Besowen +tile.sapling.jungle.name=Gwydhen Yowynk Gwylgoes +tile.sapling.oak.name=Gwydhen Yowynk Dar +tile.sapling.spruce.name=Gwydhen Yowynk Sprus +tile.sign.name=Arwodh +tile.snow.name=Ergh +tile.stainedGlass.black.name=Gweder Nammys Du +tile.stainedGlass.blue.name=Gweder Nammys Blou +tile.stainedGlass.brown.name=Gweder Nammys Gell +tile.stainedGlass.cyan.name=Gweder Nammys Glaswyrdh +tile.stainedGlass.gray.name=Gweder Nammys Loos +tile.stainedGlass.green.name=Gweder Nammys Gwyrdh +tile.stainedGlass.lightBlue.name=Gweder Nammys Skav Blou +tile.stainedGlass.lime.name=Gweder Nammys Limaval +tile.stainedGlass.magenta.name=Gweder Nammys Majenta +tile.stainedGlass.orange.name=Gweder Nammys Rudhvelyn +tile.stainedGlass.pink.name=Gweder Nammys Rudhwynn +tile.stainedGlass.purple.name=Gweder Nammys Purpur +tile.stainedGlass.red.name=Gweder Nammys Rudh +tile.stainedGlass.silver.name=Gweder Nammys Skav Loos +tile.stainedGlass.white.name=Gweder Nammys Gwynn +tile.stainedGlass.yellow.name=Gweder Nammys Melyn +tile.stairsBrick.name=Grisyow Bryck +tile.stairsNetherBrick.name=Gris Bryck Annown +tile.stairsQuartz.name=Grisyow Kenndir +tile.stairsSandStone.name=Grisyow Krag +tile.stairsStone.name=Grisyow Men +tile.stairsStoneBrickSmooth.name=Grisyow Bryck Men +tile.stairsWood.name=Grisyow Prenn Dar +tile.stairsWoodAcacia.name=Grisyow Prenn Drenwydh +tile.stairsWoodBirch.name=Grisyow Prenn Besow +tile.stairsWoodDarkOak.name=Grisyow Prenn Dar Tewal +tile.stairsWoodJungle.name=Grisyow Prenn Gwylgoes +tile.stairsWoodSpruce.name=Grisyow Prenn Sprus +tile.stone.andesite.name=Andesite +tile.stone.andesiteSmooth.name=Polished Andesite +tile.stone.diorite.name=Diorite +tile.stone.dioriteSmooth.name=Polished Diorite +tile.stone.granite.name=Granite +tile.stone.graniteSmooth.name=Polished Granite +tile.stone.stone.name=Stone +tile.stoneMoss.name=Meyn kewniek +tile.stoneSlab.brick.name=Legh Bryckys +tile.stoneSlab.cobble.name=Legh Men Rond +tile.stoneSlab.netherBrick.name=Legh Bryck Annown +tile.stoneSlab.quartz.name=Legh Kenndir +tile.stoneSlab.sand.name=Legh Krag +tile.stoneSlab.smoothStoneBrick.name=Legh Bryckys Men +tile.stoneSlab.stone.name=Legh Men +tile.stoneSlab.wood.name=Legh Prenn +tile.stonebrick.name=Meyn rond +tile.stonebricksmooth.chiseled.name=Men Brykys Karvyek +tile.stonebricksmooth.cracked.name=Men Bryckys Krackyek +tile.stonebricksmooth.default.name=Bryckys Men +tile.stonebricksmooth.mossy.name=Kewniek Bryckys Men +tile.stonebricksmooth.name=Bryckys Men +tile.tallgrass.fern.name=Redenen +tile.tallgrass.grass.name=Gwels +tile.tallgrass.name=Gwels +tile.tallgrass.shrub.name=Prysk +tile.thinGlass.name=Kwarel +tile.thinStainedGlass.black.name=Kwarel Nammys Du +tile.thinStainedGlass.blue.name=Kwarel Nammys Blou +tile.thinStainedGlass.brown.name=Kwarel Nammys Gell +tile.thinStainedGlass.cyan.name=Kwarel Nammys Glaswyrdh +tile.thinStainedGlass.gray.name=Kwarel Nammys Loos +tile.thinStainedGlass.green.name=Kwarel Nammys Gwyrdh +tile.thinStainedGlass.lightBlue.name=Kwarel Nammys Skav Blou +tile.thinStainedGlass.lime.name=Kwarel Nammys Limaval +tile.thinStainedGlass.magenta.name=Kwarel Nammys Majenta +tile.thinStainedGlass.orange.name=Kwarel Nammys Rudhvelyn +tile.thinStainedGlass.pink.name=Kwarel Nammys Rudhwynn +tile.thinStainedGlass.purple.name=Kwarel Nammys Purpur +tile.thinStainedGlass.red.name=Kwarel Nammys Rudh +tile.thinStainedGlass.silver.name=Kwarel Nammys Skav Loos +tile.thinStainedGlass.white.name=Kwarel Nammys Gwynn +tile.thinStainedGlass.yellow.name=Kwarel Nammys Melyn +tile.tnt.name=TNT +tile.torch.name=Faglen +tile.trapdoor.name=Daras Maglen +tile.tripWire.name=Gwivren Disevel +tile.tripWireSource.name=Higen Gwivren Disevel +tile.vine.name=Gwinbrennyer +tile.water.name=Dowr +tile.waterlily.name=Padyn Lili +tile.web.name=Gwias kevnis +tile.weightedPlate_heavy.name=Plat Gwaskedh Poosys(Poos) +tile.weightedPlate_light.name=Plat Gwaskedh Poosys (Skav) +tile.whiteStone.name=Men Diwedh +tile.wood.acacia.name=Estyl Prenn Drenwydh +tile.wood.big_oak.name=Estyl Prenn Dar Tewal +tile.wood.birch.name=Estyl Prenn Besow +tile.wood.jungle.name=Estyl Prenn Gwylgoes +tile.wood.name=Estyl Prennek +tile.wood.oak.name=Estyl Prenn Dar +tile.wood.spruce.name=Estyl Prenn Sprus +tile.woodSlab.acacia.name=Legh Prenn Drenwydh +tile.woodSlab.big_oak.name=Legh Prenn Dar Tewal +tile.woodSlab.birch.name=Legh Prenn Besowen +tile.woodSlab.jungle.name=Legh Prenn Gwylgoes +tile.woodSlab.oak.name=Legh Prenn Dar +tile.woodSlab.spruce.name=Legh Prenn Sprus +tile.woolCarpet.black.name=Leurlen Du +tile.woolCarpet.blue.name=Leurlen Blou +tile.woolCarpet.brown.name=Leurlen Gell +tile.woolCarpet.cyan.name=Leurlen Glaswyrdh +tile.woolCarpet.gray.name=Leurlen Loos +tile.woolCarpet.green.name=Leurlen Gwyrdh +tile.woolCarpet.lightBlue.name=Leurlen Skav Blou +tile.woolCarpet.lime.name=Leurlen Limaval +tile.woolCarpet.magenta.name=Leurlen Majenta +tile.woolCarpet.name=Leurlen +tile.woolCarpet.orange.name=Leurlen Rudhvelyn +tile.woolCarpet.pink.name=Leurlen Rudhwynn +tile.woolCarpet.purple.name=Leurlen Purpur +tile.woolCarpet.red.name=Leurlen Rudh +tile.woolCarpet.silver.name=Leurlen Skav Loos +tile.woolCarpet.white.name=Leurlen +tile.woolCarpet.yellow.name=Leurlen Melyn +tile.workbench.name=Moos ow Kreft +title.oldgl1=Old graphics card detected; this may prevent you from +title.oldgl2=playing in the future as OpenGL 2.0 will be required. +translation.test.invalid=Yow % +translation.test.none=Hou, bys! +translation.test.world=bys diff --git a/javascript/lang/la_LA.lang b/javascript/lang/la_LA.lang new file mode 100755 index 00000000..6a67394b --- /dev/null +++ b/javascript/lang/la_LA.lang @@ -0,0 +1,1624 @@ +achievement.acquireIron=Habe Aromatopolam +achievement.acquireIron.desc=Decoce latrum ferreum +achievement.bakeCake=Falsum +achievement.bakeCake.desc=Frumentum, saccharum, lac et ova! +achievement.blazeRod=in ignem +achievement.blazeRod.desc=Refocillarent conflagrasse suam virgam +achievement.bookcase=Bibliothecarius +achievement.bookcase.desc=Fabrica pegmas ut mensam incantandi tuam amplies +achievement.breedCow=Repropagatio +achievement.breedCow.desc=Feta boves duo cum tritico +achievement.buildBetterPickaxe=Emendationem Habes +achievement.buildBetterPickaxe.desc=Construe meliorem dolabram +achievement.buildFurnace=Subiectum Calidum +achievement.buildFurnace.desc=Fac fornacem de octo cubi lapideis +achievement.buildHoe=Tempus colendÄ«! +achievement.buildHoe.desc=Utere tabulas et virgas ut sarculum facere +achievement.buildPickaxe=Tempus fodere est! +achievement.buildPickaxe.desc=Utere tabulas et virgas ut dolabram facere +achievement.buildSword=Tempus agreddi est! +achievement.buildSword.desc=Utere tabulis et virgis ut gladium facire +achievement.buildWorkBench=Banconotatis +achievement.buildWorkBench.desc=Artificio bancum cum quattuor cubis tabulatis +achievement.cookFish=Pisces Delectabiles +achievement.cookFish.desc=Comprende et coque pisces! +achievement.diamonds=ADAMANTES! +achievement.diamonds.desc=Adamantes instrumentis ferreis acquire +achievement.diamondsToYou=Adamantibus tibi! +achievement.diamondsToYou.desc=iace adamantes ad lusorem alium. +achievement.enchantments=Incantator +achievement.enchantments.desc=Librum, lapem obsidianum et adamantes usurpare, ut mensam incantationum aedifaces +achievement.exploreAllBiomes=Iter adventura +achievement.exploreAllBiomes.desc=Explora omnes biomae +achievement.flyPig=Cum Porci Volant +achievement.flyPig.desc=Vole porcum ex rupe +achievement.fullBeacon=Fabricator speculae +achievement.fullBeacon.desc=Face speculum pleni +achievement.get=Facta! +achievement.ghast=Reverte ad Mittetricem +achievement.ghast.desc=Larvam globo flammeo interfice +achievement.killCow=Conmovetor bovis +achievement.killCow.desc=Collige aliquem cutem +achievement.killEnemy=Venator Monstrorum +achievement.killEnemy.desc=Aggredere et dele monstrum +achievement.killWither=Principium. +achievement.killWither.desc=Neca Wither +achievement.makeBread=Coque Panem +achievement.makeBread.desc=Muta frumentum in panem +achievement.mineWood=Habe Lignum +achievement.mineWood.desc=Pops ex trunco arboris ad expugnandam +achievement.onARail=In Ferrivia +achievement.onARail.desc=Iter mille metris minimis ab initio distantem plaustro face +achievement.openInventory=Inventarium apprehendens +achievement.openInventory.desc=Opprime '%1$s' inventarium aperire. +achievement.overkill=Neca Nimis +achievement.overkill.desc=Inflige novem corda perditionis incto uno +achievement.portal=Nos postulo ut altius +achievement.portal.desc=Ædificabit Portal in inferióra +achievement.potion=Loci Bracino +achievement.potion.desc=Potionem misce +achievement.requires=Necessat '%1$s' +achievement.snipeSkeleton=Certamen inter sagittarios +achievement.snipeSkeleton.desc=Neca sceletum utens sagittam ex quinquaginta metris +achievement.spawnWither=Initium? +achievement.spawnWither.desc=Gigne Witherum +achievement.taken=Gesta! +achievement.theEnd=Finis? +achievement.theEnd.desc=Finem inveni +achievement.theEnd2=Finis. +achievement.theEnd2.desc=Draco finis interfice +addServer.add=Factum +addServer.enterIp=Situs Moderatri +addServer.enterName=Nomen Moderatro +addServer.hideAddress=Cela Situm +addServer.resourcePack=sarcinae auxiliorum moderatri +addServer.resourcePack.disabled=debilitatum +addServer.resourcePack.enabled=habilitatum +addServer.resourcePack.prompt=Quarete +addServer.title=Muta Informationem Moderatri +advMode.allPlayers=Utere "@a" ut ludorem totum seligas +advMode.command=Edictum consolae +advMode.nearestPlayer=Utere "@p" ut ludorem proximum seligas +advMode.notAllowed=oportet esse operante lusor in creatrix ludum modum +advMode.notEnabled=Cubi edicti in hoc moderatro permissi non sunt +advMode.previousOutput=explicatio prior +advMode.randomPlayer=Utere "@r" ut ludorem fortitutum seligas +advMode.setCommand=Pone Consolantur Iussum Cubus +advMode.setCommand.success=Praeceptum stetit: %s +attribute.name.generic.attackDamage=Iniuria Impetus +attribute.name.generic.followRange=Intervallum animadvertendi antimantium +attribute.name.generic.knockbackResistance=Repugnantia Repellendi +attribute.name.generic.maxHealth=Salus maxima +attribute.name.generic.movementSpeed=Velocitas +attribute.name.horse.jumpStrength=Vigor Saltus Equi +attribute.name.zombie.spawnReinforcements=Supplementa Cadaverum Animatorum +book.byAuthor=ab %1$s +book.editTitle=Induce Titulum Libri: +book.finalizeButton=Signe et Claude +book.finalizeWarning=Nota Bene! Cum libro signato a te, mutabilis non erit. +book.generation.0=Archetypum +book.pageIndicator=Pagina %1$s ex %2$s +book.signButton=Signum +build.tooHigh=Limes altitudinis aedificationis %s cubi est +chat.cannotSend=Mittere nuntium ad locutorium non potes +chat.copy=Copia ad Latibulum +chat.link.confirm=Confirmasne te velle aperire situm posterum Interretis? +chat.link.confirmTrusted=Vis ut sequi vel ad hunc nexum aperi cliptabula? +chat.link.open=aperire in navigatro +chat.link.warning=Numquam ligamina ab infidis aperi! +chat.stream.emote=(%s) * %s %s +chat.stream.text=(%s) <%s> %s +chat.type.achievement=%s habet progressum %s +commands.achievement.give.success.all=%s omnes facini feliciter dabat +commands.achievement.give.success.one=%s ab %s data feliciter stat +commands.achievement.statTooLow=Lusor %s illud factum %s non habet +commands.achievement.unknownAchievement=Aut facinus aut scientia ignoti %s +commands.ban.failed=%s in exilium pelli non potuit +commands.ban.success=Prohibuit lusorem %s +commands.ban.usage=/ban [culpa ...] +commands.banip.invalid=Dedit inscriptionem irritam Interretialis Protocolli aut lusorem inconexum est +commands.banip.success=Prohibuit inscriptionem Interretialis Protocolli %s +commands.banip.success.players=Prohibuit inscriptionem Interretialis Protocolli %s quae %s est +commands.banip.usage=/ban-ip [culpa ...] +commands.banlist.ips=%s totalis IP dicta sunt vitantur: +commands.banlist.players=Sunt %s toti ablegati lusores: +commands.banlist.usage=/banlist [ips|players] +commands.clear.failure=Non potuerunt purgare inventarium %s, non ut aufero items +commands.clear.success=Purgarunt inventarium %s, tollensque %s items +commands.debug.notStarted=Non potes inspectionem cum inspectione non iam incepto! +commands.debug.start=Coepit inspectionem emendationis +commands.debug.stop=Desinit inspectionem emendationis post %s secunda (%s momenta) +commands.defaultgamemode.success=Modus mundi typicus ludendi nunc est %s +commands.defaultgamemode.usage=/defaultgamemode +commands.deop.failed=%s de auctoris gradu deici non potuit +commands.deop.success=%s de auctoris gradu deiectus est +commands.deop.usage=/deop +commands.difficulty.success=Mutavit difficultas ludi ad %s +commands.difficulty.usage=/difficulty +commands.downfall.success=toggled pluviam +commands.effect.failure.notActive=%2$s ut non possent neque ab %1$s effectus +commands.effect.failure.notActive.all=Quis enim non potest ut non aliqua parte effectus a %s +commands.effect.notFound=Non est ullus animantis effectus cum identitate %s +commands.effect.success=%1$s data (%2$s ID) %3$s pro %5$s secundis ad %4$s +commands.effect.success.removed=%1$s %2$s accepit a +commands.effect.success.removed.all=Tulit omnes effectus ex %s +commands.enchant.cantCombine=%1$s non potest compositae cum %2$s +commands.enchant.cantEnchant=Incantantatio delectus non possunt incantare hanc rem +commands.enchant.noItem=Destinatus nulla stringit +commands.enchant.notFound=Non est augurium in ID %s +commands.enchant.success=Incantatio felicem est +commands.enchant.usage=/enchant [gradus] +commands.gamemode.success.other=Mutavit modum ludendi %s ad %s +commands.gamemode.success.self=Determina ludum modum in %s +commands.gamemode.usage=/gamemode [lusor] +commands.gamerule.norule=Nullum ius ludi nomine '%s' praesentaneum est +commands.gamerule.success=Ius ludi mutatum est +commands.generic.boolean.invalid='%s' 'true' aut 'false' non est +commands.generic.double.tooBig=Numerus quem dedisti (%s) maximus est, esse nec maior quam %s oportet +commands.generic.double.tooSmall=Numerus quem dedisti (%s) minimus est, esse nec minor quam %s oportet +commands.generic.exception=Error ignotus accidit dum facere hunc iussum conabaris +commands.generic.notFound=Iussus nescitus. Conare /help ut indicem iussorum videas +commands.generic.num.invalid='%s' numerus legitimus non est +commands.generic.num.tooBig=Numerus quem dedisti (%s) maximus est, esse nec maior quam %s oportet +commands.generic.num.tooSmall=Numerus quem dedisti (%s) minimus est, esse nec minor quam %s oportet +commands.generic.permission=Hoc edictum uti non potes +commands.generic.player.notFound=Ille ludor invenitus esse non posset +commands.generic.syntax=Constructio iussi irrita +commands.generic.usage=Usare: %s +commands.give.notFound=Non est res ID %s +commands.give.success=%s*%s ad %s dabatur +commands.give.tagError=datam ligulam dissecare cadit: %s +commands.give.usage=/give [summa] [data] [dataLigulae] +commands.help.footer=Consilium: Utere clavem '' dum iussum das ut iussum aut argumenta sua automatice perficias +commands.help.header=--- Ostendens paginam auxiliarem %s ex %s (/help ) --- +commands.help.usage=/help [pagina|nomen iusso] +commands.kick.success=Emovit %s ab ludo +commands.kick.success.reason=Emovit %s ab ludo: '%s' +commands.kick.usage=/kick [causa ...] +commands.me.usage=/me +commands.message.display.incoming=%s tibi susurrat: %s +commands.message.display.outgoing=Susurras %s: %s +commands.message.sameTarget=Non potes nuntium privatum tibi mittere! +commands.message.usage=/tell +commands.op.failed=%s auctoris gradis fieri non potuit +commands.op.success=%s auctoris gradis factus est +commands.op.usage=/op +commands.players.list=Sunt %s/%s in tela histriones: +commands.playsound.playerTooFar=Lusor %s nimis procul est sonum audire +commands.playsound.success=Sonum lusit '%s' to %s +commands.playsound.usage=/playsound [x] [y] [z] [volumen] [mus sonus] [Volumenminimum] +commands.publish.failed=Non potes ludum localem hospitare +commands.publish.started=Ludus localis hospitatur in porta %s +commands.save-off.alreadyOff=Excepto, quod iam declinasset off. +commands.save-on.alreadyOn=Lam vertitur in acquisitionem. +commands.save.disabled=Mundi servatio automatica inactuosa facta est +commands.save.enabled=Convertetur mundus auto-saving +commands.save.failed=Salvare vanitas erat: %s +commands.save.start=Salvans... +commands.save.success=Salvaverit mundus +commands.say.usage=/say +commands.scoreboard.noMultiWildcard=Modo una copensatio permissa est +commands.scoreboard.objectiveNotFound=Non objectum inventus nomine '%s' +commands.scoreboard.objectiveReadOnly=Objectum '%s' tantum legitur, et non potest +commands.scoreboard.objectives.add.alreadyExists=Obiectivam nomine '%s' arae +commands.scoreboard.objectives.add.displayTooLong=Ostentus nomen %s 'longum est obiectiva, potest esse multum characteres in maxime %s +commands.scoreboard.objectives.add.success=Addidit novum obiectivum "%s 'feliciter +commands.scoreboard.objectives.add.tooLong=Nomen %s longum est ad finem, potest multo maxime ingenio %s +commands.scoreboard.objectives.add.usage=/scoreboard objectives add [manifesto nomine...] +commands.scoreboard.objectives.add.wrongType=Irrita objecto criteriis typus '%s' +commands.scoreboard.objectives.list.count=%s oiectum(-a) in tabula gradus exponit: +commands.scoreboard.objectives.list.empty=Nullae aliquip ex scoretabula +commands.scoreboard.objectives.list.entry=- %s: ut ostendat '%s' et est typus '%s ' +commands.scoreboard.objectives.remove.success=Remoto objecto '%s' feliciter +commands.scoreboard.objectives.remove.usage=/scoreboard objectives remove +commands.scoreboard.objectives.setdisplay.invalidSlot=Non tam apparatu socors '%s' +commands.scoreboard.objectives.setdisplay.successCleared=Purgata obiectiva propono socors '%s' +commands.scoreboard.objectives.setdisplay.successSet=Ostentationem obiectivum in socors '%s' appositus est ad '%s' +commands.scoreboard.objectives.setdisplay.usage=/scoreboard objectives setdisplay [objecto] +commands.scoreboard.players.list.count=%s lusores investigantis in tabula gradus exponit: +commands.scoreboard.players.list.empty=Non sunt scripta in histriones score tabulata +commands.scoreboard.players.list.player.count=%s Obiectum(-a) investigans(-tia) causa %s exponit: +commands.scoreboard.players.list.player.empty=Ludius %s Nulla turpis exposita +commands.scoreboard.players.list.usage=/scoreboard players list [nomen] +commands.scoreboard.players.reset.success=Nihilo omnem turpis: %s +commands.scoreboard.players.set.success=%s ab %s score posuit ludio ad %s +commands.scoreboard.teamNotFound=Curabitur nec inventus nomine '%s' +commands.scoreboard.teams.add.alreadyExists=Grex nomine '%s' iam exsistit +commands.scoreboard.teams.add.displayTooLong=Nomen gregi exhibitionis '%s' est longior quam permissum, potest habere nec maior quam %s litteras +commands.scoreboard.teams.add.success=Addidit bene gregem novum '%s' +commands.scoreboard.teams.add.tooLong=Nomen gregi '%s' est longior quam permissum, potest habere nec maior quam %s litteras +commands.scoreboard.teams.add.usage=/scoreboard teams add [Propono nomen ...] +commands.scoreboard.teams.empty.alreadyEmpty=Grex %s inanis iam est, non potest lusores qui non existant emovere +commands.scoreboard.teams.empty.success=Emovit omnes %s lusores a grege %s +commands.scoreboard.teams.join.failure=Non potest addere %s lusores ad gregem %s: %s +commands.scoreboard.teams.join.success=Addidit %s lusores ad gregem %s: %s +commands.scoreboard.teams.join.usage=/scoreboard teams join [lusor] +commands.scoreboard.teams.leave.failure=Non potest emovere %s lusores a suibus gregibus: %s +commands.scoreboard.teams.leave.noTeam=tu non es in turma +commands.scoreboard.teams.leave.success=Emovit %s lusores a suibus gregibus: %s +commands.scoreboard.teams.leave.usage=/scoreboard teams leave [lusor] +commands.scoreboard.teams.list.count=%s protela in tabula gradus exponit: +commands.scoreboard.teams.list.empty=Nulli greges perscripti in signo rationum victoriae sunt +commands.scoreboard.teams.list.entry=- %1$s: '%2$s' has %3$s lusoribus +commands.scoreboard.teams.list.player.count=%s lusorem(es) in protelo %s exponit: +commands.scoreboard.teams.list.player.empty=Grex %s nullos lusores habet +commands.scoreboard.teams.list.usage=/scoreboard teams list [nomen] +commands.scoreboard.teams.option.noValue=Quantitates legitimae optione %s sunt: %s +commands.scoreboard.teams.option.success=Mutavit optionem %s grege %s ad %s +commands.scoreboard.teams.remove.success=Gregem %s delevit +commands.scoreboard.teams.remove.usage=/scoreboard teams remove +commands.seed.success=Semen: %s +commands.setblock.failed=Cubum accire non potest +commands.setblock.noChange=Cubum poni non potest +commands.setblock.notFound=Ibi cubum non est cum identificatione/nomine %s +commands.setblock.outOfWorld=Cubum extra mundum ponere non potest +commands.setblock.success=Massa locata est +commands.setblock.tagError=datam ligulam dissecare cadit: %s +commands.setblock.usage=/setblock [dataPretia] [CubusantiquiTractatus] [dataLigulae] +commands.setidletimeout.success=Felicius statuet in iners tempusegressus ut %s minutis. +commands.setidletimeout.usage=/setidletimeout +commands.setworldspawn.success=Statuet in mundi excludunt punctum ut (%s, %s, %s) +commands.spawnpoint.success=Posuit locus gignendi %s ad (%s, %s, %s) +commands.spreadplayers.failure.players=Ne evagetur %s histriones circa %s, %s (pro spatio plures histriones - sparsis Utere ad summum %s) +commands.spreadplayers.failure.teams=Ne evagetur %s Partes circuitu %s, %s (pro spatio plures histriones - sparsis Utere ad summum %s) +commands.spreadplayers.info.players=(Mediocris est distantia inter histriones %s ab %s post offendicula praeter iterations) +commands.spreadplayers.info.teams=(Mediocris distantiam et inter cuneos Partes sit %s ab %s seorsum Efficens iterations) +commands.spreadplayers.spreading.players=Spargens %s players %s cursus circum %s,%s (min %s cursus absque) +commands.spreadplayers.spreading.teams=%s ab%s ab %s cuneos Partes patentibus circum%s (min cuneos seorsum%s) +commands.spreadplayers.success.players=Feliciter expanderunt circum %s ab %s ab %s histriones +commands.spreadplayers.success.teams=Partes feliciter expanderunt circum %s ab %s ab %s +commands.spreadplayers.usage=/spreadplayers +commands.stop.start=Desinens moderatrum +commands.summon.failed=Obiectum accire non potest +commands.summon.outOfWorld=Obiectum extra mundum accire non potest +commands.summon.success=Obiectum accitus est +commands.summon.tagError=datam ligulam dissecare cadit: %s +commands.summon.usage=/summon [x] [y] [z] [dataLigulae] +commands.tellraw.jsonException=Irrita json: %s +commands.tellraw.usage=/tellraw +commands.testforblock.failed.data=Cubus in %s,%s,%s numerum indicium %s habebat (expectans: %s). +commands.testforblock.failed.nbt=Cubus in %s,%s,%s desiderata NBT claustra non habet. +commands.testforblock.failed.tile=Cubus in %s,%s,%s %s est (expectans: %s). +commands.testforblock.failed.tileEntity=Cubus in %s,%s,%s essentiam tabulae non est et suspicandum indicem non potest. +commands.testforblock.outOfWorld=Cubum ex mundi probare non possum +commands.testforblock.success=Cubum in %s,%s,%s feliciter repperit. +commands.testforblock.usage=/testforblock [notitiaValor] [notitiaTag] +commands.time.added=Addita tempus %s +commands.time.set=Tempus posuit %s +commands.tp.notSameDimension=Non ad Ianuae Magicae quia histriones sunt non in eadem dimensione +commands.tp.success=%s ad %s teleportatus est +commands.tp.success.coordinates=%s ad %s,%s,%s teleportatus est +commands.unban.failed=%s ab exilio revocari non potuit +commands.unban.success=Ignovit lusorem %s +commands.unban.usage=/pardon +commands.unbanip.invalid=Dedit inscriptionem Interretialis Protocolli irritam +commands.unbanip.success=Unbanned IP %s +commands.unbanip.usage=/pardon-ip
+commands.weather.clear=Caelum serenatur +commands.weather.rain=Pluviam arcessitur +commands.weather.thunder=Pluviam fulguraque arcessuntur +commands.weather.usage=/weather [spatium in puncta tempores] +commands.whitelist.add.failed=%s hospitum indecem ascribi non potuit +commands.whitelist.add.success=%s addi ad Whitelist +commands.whitelist.add.usage=/whitelist add +commands.whitelist.disabled=Avertit a Whitelist +commands.whitelist.enabled=Vertitur in Whitelist +commands.whitelist.list=Sunt %s (%s de videbitur) whitelisted histriones: +commands.whitelist.reloaded=Est oneratisque rursum Whitelist +commands.whitelist.remove.failed=%s ab hospitum indece tolli non potuit +commands.whitelist.remove.success=%s removetur a Whitelist +commands.whitelist.remove.usage=/whitelist remove +commands.xp.failure.widthdrawXp=Dare lusori negativas rationes experientiae non potes +commands.xp.success=Dedit %s experientiam %s +commands.xp.success.levels=Dedit %s gradus %s +commands.xp.success.negative.levels=Assumpta %s gradibus a %s +commands.xp.usage=/xp [ludio] VEL /xp L [ludio] +connect.authorizing=Intrans... +connect.connecting=Ad moderatrum conectens... +connect.failed=Conectere ad moderatrum non potuisti +container.beacon=Pharus +container.brewing=Statio Miscendi +container.chest=Cista +container.chestDouble=Cista Longa +container.crafting=Fabricare +container.creative=Electio Reris +container.dispenser=Dispensatrum +container.dropper=Demittetrum +container.enchant=Incanta +container.enchant.clue=%s . . . ? +container.enderchest=Arca Finalis +container.furnace=Furnus +container.hopper=Tradetrum Reris +container.inventory=Inventarium +container.minecart=Plastrum fodinae +container.repair=Repara et Nomina +container.repair.cost=Sumptus incantationis: %1$s +container.repair.expensive=Nimis sumptuosus! +controls.reset=Repete +controls.resetAll=Repete signa +controls.title=Frena +createWorld.customize.custom.confirm1=Hoc agite praesens +createWorld.customize.custom.confirm2=uncinos, et impossibile est non esse. +createWorld.customize.custom.confirmTitle=Cave! +createWorld.customize.custom.defaults=defaltam fecerit +createWorld.customize.custom.dungeonChance=Multitudo carcerum +createWorld.customize.custom.lavaLakeChance=Raritas Lacorum Massae Liquefactae +createWorld.customize.custom.maxHeight=Altitudo Maxima +createWorld.customize.custom.minHeight=Altitudo Minima +createWorld.customize.custom.next=Deinde Charta +createWorld.customize.custom.page0=Donec ullamcorper +createWorld.customize.custom.page1=Optiones Mineralis +createWorld.customize.custom.page2=Optiones amplificati (Solum Experti) +createWorld.customize.custom.page3=Optiones extra amplificati (Solum Experti) +createWorld.customize.custom.preset.waterWorld=Mundus Aquae +createWorld.customize.custom.prev=Ultima charta +createWorld.customize.custom.randomize=Commiscere +createWorld.customize.custom.riverSize=Magnitudo Fluviorum +createWorld.customize.custom.seaLevel=mare planitia +createWorld.customize.custom.useCaves=Speluncae +createWorld.customize.custom.useDungeons=Carceres +createWorld.customize.custom.useLavaLakes=Laci Massae Liquefactae +createWorld.customize.custom.useLavaOceans=Mares Massae Liquefactae +createWorld.customize.custom.useMineShafts=Cuniculi +createWorld.customize.custom.useMonuments=Monumenti maris +createWorld.customize.custom.useRavines=Fauces +createWorld.customize.custom.useStrongholds=Arces +createWorld.customize.custom.useTemples=Templa +createWorld.customize.custom.useVillages=Pagi +createWorld.customize.custom.useWaterLakes=Lacus Aquarii +createWorld.customize.custom.waterLakeChance=Raritas Lacorum Aquae +createWorld.customize.flat.addLayer=Planum Addere +createWorld.customize.flat.editLayer=Planum Mutare +createWorld.customize.flat.height=Altitudo +createWorld.customize.flat.layer.bottom=Fundus - %s +createWorld.customize.flat.layer.top=Summitas - %s +createWorld.customize.flat.removeLayer=Planum Delere +createWorld.customize.flat.tile=Materia Strati +createWorld.customize.flat.title=Consuetio Planissimi +createWorld.customize.presets=Formae Praefactae +createWorld.customize.presets.list=Aliter, haec aliqui sunt quod ante fecimus! +createWorld.customize.presets.select=Uti Formam Praefactam +createWorld.customize.presets.share=Visne formam tuam praefactam cum alicui communicare? Utere rectangulum inferum! +createWorld.customize.presets.title=Elige formam praefactam +death.attack.anvil=%1$s ab incude cadente fractus est +death.attack.arrow=%1$s ab %2$s sagittatur +death.attack.arrow.item=%1$s ab %2$s cum %3$s sagittatur +death.attack.cactus=%1$s ad mortem pungebatur +death.attack.cactus.player=%1$s in cactum ambulavit dum temptabat %2$s fugere +death.attack.drown=%1$s mersit +death.attack.drown.player=%1$s mersit dum %2$s fugere temptabat +death.attack.explosion=%1$s explosit +death.attack.explosion.player=%2$s %1$s exploduit +death.attack.fall=%1$s terram nimis conflictavit +death.attack.fallingBlock=%1$s ab cubo cadente fractus est +death.attack.fireball=%1$s ab %2$s cum globo igneo conflagravit +death.attack.fireball.item=%1$s ab %2$s cum %3$s quom globo igneo conflagravit +death.attack.generic=%1$s mortuus est +death.attack.inFire=%1$s conflagratur +death.attack.inFire.player=%1$s in flammam ambulavit dum %2$s pugnavit +death.attack.inWall=%1$s in muro suffocavit +death.attack.indirectMagic=%1$s a %2$s cum magica usura occisus est +death.attack.indirectMagic.item=%1$s a %2$s cum %3$s quom magica usura occisus est +death.attack.lava=%1$s in massa liquefacta natare temptavit +death.attack.lava.player=%1$s in massa liquefacta natare temptavit ut %2$s fugiat +death.attack.magic=%1$s ab arte magica mortuus est +death.attack.mob=%1$s ab %2$s interfectus est +death.attack.onFire=%1$s ad mortem conflagravit +death.attack.onFire.player=%1$s tote conflagravit dum cum %2$s pugnavit +death.attack.outOfWorld=%1$s ex mundo cecidit +death.attack.player=%1$s ab %2$s occisus est +death.attack.player.item=%1$s ab %2$s cum %3$s occisus est +death.attack.starve=%1$s ad mortem esurivit +death.attack.thorns=%1$s occisus est dum %2$s inceptavit +death.attack.thrown=%1$s ab %2$s pulsatus est +death.attack.thrown.item=%1$s ab %2$s cum %3$s pulsatus est +death.attack.wither=%1$s deurit +death.fell.accident.generic=%1$s ex loco altio cecidit +death.fell.accident.ladder=%1$s de scala cecidit +death.fell.accident.vines=%1$s de aliqui vitibus cecidit +death.fell.accident.water=%1$s ex aqua cecidit +death.fell.assist=%1$s a %2$s demittere damnatus est +death.fell.assist.item=%1$s a %2$s cum %3$s demittere damnatus est +death.fell.finish=%1$s longe cecidit et a %2$s peractum est +death.fell.finish.item=%1$s longe cecidit et a %2$s cum %3$s peractum est +death.fell.killer=%1$s demittere damnatus est +deathScreen.deleteWorld=Dele mundum +deathScreen.hardcoreInfo=In modo extremo regignere non potes! +deathScreen.leaveServer=Relinque Moderatrum +deathScreen.quit.confirm=Visne abire? +deathScreen.respawn=Regigne +deathScreen.score=Ratio +deathScreen.title=Mortuus es! +deathScreen.title.hardcore=Ludus finitus est! +deathScreen.titleScreen=Scrinium Tituli +demo.day.1=Haec demonstratio quinque dies ludi durabit, fac optima quae potes! +demo.day.2=Dies Secundus +demo.day.3=Dies Tertius +demo.day.4=Dies Quartus +demo.day.5=Hic dies ultimus tuus est! +demo.day.6=Dies quintus exitum habuit, utere F2 effigiam operis tui salvere +demo.day.warning=Tempus tuus paene deminuitur! +demo.demoExpired=Tempus demonstrationis exiit! +demo.help.buy=Eme Nunc! +demo.help.fullWrapped=Haec demonstratio quinque dies ludi (circa unam horam quadragintaque horae sexagesimae partes temporis veri) durabit. Lege res gestendae ut monitiones accipias! Fruere! +demo.help.inventory=Utere %1$s ut inventarium tuum aperire +demo.help.jump=Preme %1$s ut saltes +demo.help.later=Procede Ludere! +demo.help.movement=Utere %1$s, %2$s, %3$s, %4$s et murim ut moveas +demo.help.movementMouse=Murim utere ut circumspectes +demo.help.movementShort=Preme %1$s, %2$s, %3$s, %4$s ut moveas +demo.help.title=Modus Demonstrationis Minecraftariae +demo.remainingTime=Tempus manens: %s +demo.reminder=Tempus demonstrationis exiit, ludum eme ut aut continues aut novum mundum coepias! +disconnect.closed=Iunctionis clausa +disconnect.disconnected=Moderatrum te Diremit +disconnect.endOfStream=Finis Fluctus +disconnect.kicked=Ludus te Abegit +disconnect.loginFailed=Defecit Intrare +disconnect.loginFailedInfo=Intrare non potuisti: %s +disconnect.loginFailedInfo.invalidSession=Sessio inefficax (adpara ludum recedere) +disconnect.loginFailedInfo.serversUnavailable=Quod auctoritas amet, usque ad victum. +disconnect.lost=Conexus Amissus Est +disconnect.overflow=Cautela Inundationis +disconnect.quitting=Exiens +disconnect.spam=Te diremit quod saginandum +disconnect.timeout=Tempus Exiit +enchantment.arrowDamage=Vis +enchantment.arrowFire=Ardens +enchantment.arrowInfinite=Infinitas +enchantment.arrowKnockback=Trudens +enchantment.damage.all=Subtilitas +enchantment.damage.arthropods=Inimicus aranearum +enchantment.damage.undead=Caedens +enchantment.digging=Efficacia +enchantment.durability=Fortior +enchantment.fire=Ardor +enchantment.fishingSpeed=Producit +enchantment.knockback=Trudens +enchantment.level.1=I +enchantment.level.10=X +enchantment.level.2=II +enchantment.level.3=III +enchantment.level.4=IV +enchantment.level.5=V +enchantment.level.6=VI +enchantment.level.7=VII +enchantment.level.8=VIII +enchantment.level.9=IX +enchantment.lootBonus=Thesaurus +enchantment.lootBonusDigger=Fortuna +enchantment.lootBonusFishing=Fortuna Maris +enchantment.oxygen=Respiratus +enchantment.protect.all=Praesidium +enchantment.protect.explosion=Depulsio fragorum +enchantment.protect.fall=Lapsus pennarum +enchantment.protect.fire=Depulsio flammarum +enchantment.protect.projectile=Depulsio proiectorum +enchantment.thorns=Spinae +enchantment.untouching=Contactus serici +enchantment.waterWalker=Cursor Aquae +enchantment.waterWorker=Affinitas aquae +entity.Arrow.name=sagitta +entity.Bat.name=Vespertilio +entity.Blaze.name=Blaze +entity.Boat.name=Ratis +entity.Cat.name=Cattus +entity.CaveSpider.name=Aranea Venenatus +entity.Chicken.name=Pullus +entity.Cow.name=Vacca +entity.Creeper.name=Serpetor +entity.EnderDragon.name=Draco Finis +entity.Enderman.name=Enderman +entity.EntityHorse.name=Equus +entity.FallingSand.name=Cubus Decidens +entity.Fireball.name=Globus flammeus +entity.Ghast.name=Larva +entity.Giant.name=Gigas +entity.Item.name=Res +entity.LavaSlime.name=Cubus Magmatis +entity.Minecart.name=Plastrum fodinae +entity.Mob.name=Creatura +entity.Monster.name=Monstrum +entity.MushroomCow.name=Boviletus +entity.Ozelot.name=Pardus +entity.Painting.name=Pictura +entity.Pig.name=Porcus +entity.PigZombie.name=Porcinus Cadaver Animatus +entity.PrimedTnt.name=Cubus Dynamitae +entity.Rabbit.name=Lepus +entity.Sheep.name=Ovis +entity.Silverfish.name=Lepisma +entity.Skeleton.name=Sceletus +entity.Slime.name=Mucus +entity.SmallFireball.name=Globus flammeus parvus +entity.SnowMan.name=Automaton Niveum +entity.Snowball.name=Pila ex nive +entity.Spider.name=Aranea +entity.Squid.name=Lolligo +entity.Villager.butcher=Lanius +entity.Villager.cleric=Sacerdos +entity.Villager.farmer=Agricola +entity.Villager.fisherman=Piscator +entity.Villager.fletcher=Sagittarius +entity.Villager.librarian=Bibliothecarius +entity.Villager.name=Vicanus +entity.Villager.shepherd=Pastor +entity.VillagerGolem.name=Automatum Ferreum +entity.Witch.name=Venefica +entity.WitherBoss.name=Wither +entity.Wolf.name=Lupus +entity.XPOrb.name=Orbis Experientiae +entity.Zombie.name=Zombie +entity.donkey.name=Asinus +entity.generic.name=ignotus +entity.horse.name=Equus +entity.mule.name=Mulus +entity.skeletonhorse.name=Equus Sceletalis +entity.zombiehorse.name=Equus Cadaver Animatus +gameMode.adventure=Modus Expeditionis +gameMode.changed=Modus ludendi tuus mutatus est +gameMode.creative=Modus Generabilis +gameMode.hardcore=Modus Extremus! +gameMode.survival=Modus Supervivendi +generator.amplified=AMPLIFICATUR +generator.amplified.info=Animadverte: Modo pro ioco est, ob computatrum sicci requirit +generator.customized=Consuetus +generator.default=Normalis +generator.flat=planissimus +generator.largeBiomes=Terrae Vastae +gui.achievements=Facta +gui.all=Omnes +gui.back=Retro +gui.cancel=Rescindere +gui.done=Factum +gui.down=Deorsum +gui.no=Non +gui.none=Nihil +gui.stats=sors +gui.toMenu=Redire in initium +gui.up=Sursum +gui.yes=Ita +inventory.binSlot=Rem destruere +item.apple.name=Malum +item.appleGold.name=Malum Aureum +item.arrow.name=Sagitta +item.banner.mojang.black=Res Nigra +item.banner.mojang.blue=Res Caerulea +item.banner.mojang.brown=Res Brunnea +item.banner.mojang.gray=Res Cana +item.banner.mojang.green=Res Viridis +item.banner.mojang.lightBlue=Res Caerulea Candida +item.banner.mojang.orange=Res Fulva +item.banner.mojang.pink=Res Rosea +item.banner.mojang.purple=Res Purpurea +item.banner.mojang.red=Res Rubra +item.banner.mojang.white=Res Alba +item.banner.mojang.yellow=Res Flava +item.banner.straight_cross.black=Crux Nigra +item.banner.straight_cross.blue=Crux Caerulea +item.banner.straight_cross.brown=Crux Brunnea +item.banner.straight_cross.gray=Crux Cana +item.banner.straight_cross.green=Crux Viridis +item.banner.straight_cross.orange=Crux Fulva +item.banner.straight_cross.pink=Crux Rosea +item.banner.straight_cross.purple=Crux Purpurea +item.banner.straight_cross.red=Crux Rubra +item.banner.straight_cross.white=Crux Alba +item.banner.straight_cross.yellow=Crux Flava +item.bed.name=Lectus +item.beefCooked.name=Offa +item.beefRaw.name=Bubula +item.blazePowder.name=Pulvis Fulgoris +item.blazeRod.name=Virga Fulgoris +item.boat.name=Ratis +item.bone.name=Os +item.book.name=Liber +item.bootsChain.name=Calcei Hamati +item.bootsCloth.name=Caligae Scorteae +item.bootsDiamond.name=Calcei Adamantini +item.bootsGold.name=Calcei Aurei +item.bootsIron.name=Calcei Ferrei +item.bow.name=Arcus +item.bowl.name=Patera +item.bread.name=Panis +item.brewingStand.name=Statio Miscendi +item.brick.name=Later +item.bucket.name=Hama +item.bucketLava.name=Hama Massae Liquefactae +item.bucketWater.name=Hama Aquae +item.cake.name=Placenta +item.carrotGolden.name=Carota Aurea +item.carrotOnAStick.name=Carota in Virga +item.carrots.name=Carota +item.cauldron.name=Aenum +item.charcoal.name=Carbo ab Fornace +item.chestplateChain.name=Lorica Hamata +item.chestplateCloth.name=Tunica Scortea +item.chestplateDiamond.name=Lorica Adamantina +item.chestplateGold.name=Lorica Aurea +item.chestplateIron.name=Lorica Ferrea +item.chickenCooked.name=Caro Gallinacea Cocta +item.chickenRaw.name=Caro Gallinacea Incocta +item.clay.name=Argilla +item.clock.name=Horologium +item.coal.name=Carbo +item.comparator.name=Comparatrum Rubrolapidarium +item.compass.name=Acus Magnetica +item.cookie.name=Crustulum +item.diamond.name=Adamas +item.diode.name=Diodus Rubrolapidarius +item.doorIron.name=Ianua Ferrea +item.doorSpruce.name=Piceae Ianua +item.dyePowder.black.name=Saccus Atramenti +item.dyePowder.blue.name=Lapis Lazuli +item.dyePowder.brown.name=Fabae Cacaones +item.dyePowder.cyan.name=Tinctura Cyanea +item.dyePowder.gray.name=Tinctura Cinerea +item.dyePowder.green.name=Tinctura Cactorum +item.dyePowder.lightBlue.name=Tinctura Aerea +item.dyePowder.lime.name=Tinctura Prasina +item.dyePowder.magenta.name=Tinctura Purpurea Tyria +item.dyePowder.orange.name=Tinctura Aurantia +item.dyePowder.pink.name=Tinctura Rosea +item.dyePowder.purple.name=Tinctura Purpurea +item.dyePowder.red.name=Tinctura Rosarum +item.dyePowder.silver.name=Tinctura Cana +item.dyePowder.white.name=Farina Ossium +item.dyePowder.yellow.name=Tinctura Taraxacorum +item.dyed=Tinctura Applicata +item.egg.name=Ovum +item.emerald.name=Smaragdus +item.emptyMap.name=Charta Inanis +item.emptyPotion.name=Uter Aquae +item.enchantedBook.name=Liber Incantatus +item.enderPearl.name=Margarita Finalis +item.expBottle.name=Uter Incantandi +item.eyeOfEnder.name=Oculus Finalis +item.feather.name=Penna +item.fermentedSpiderEye.name=Oculus Araneae Fermentatus +item.fireball.name=Missile Igneum +item.fireworks.flight=Duratio Volatus: +item.fireworks.name=Missile Pyrotechnicum +item.fireworksCharge.black=Niger +item.fireworksCharge.blue=Caeruleus +item.fireworksCharge.brown=Brunneus +item.fireworksCharge.customColor=Personalis +item.fireworksCharge.cyan=Cyaneus +item.fireworksCharge.fadeTo=Pallesce ad +item.fireworksCharge.flicker=Corusco +item.fireworksCharge.gray=Graucus +item.fireworksCharge.green=Viridis +item.fireworksCharge.lightBlue=lux hyacintho +item.fireworksCharge.lime=Prasinus +item.fireworksCharge.magenta=Purpureus Tyrius +item.fireworksCharge.name=Nucleus Pyrotechnicus +item.fireworksCharge.orange=Aurantius +item.fireworksCharge.pink=Roseus +item.fireworksCharge.purple=Purpureus +item.fireworksCharge.red=Ruber +item.fireworksCharge.silver=Canus +item.fireworksCharge.trail=Vestigium +item.fireworksCharge.type=figura incognita +item.fireworksCharge.type.0=Pila Minima +item.fireworksCharge.type.1=Pila Maxima +item.fireworksCharge.type.2=stella informibus +item.fireworksCharge.type.3=Forma Serpetoris +item.fireworksCharge.type.4=Rumpe +item.fireworksCharge.white=Albus +item.fireworksCharge.yellow=Flavus +item.fish.clownfish.raw.name=Piscis scurrae +item.fish.cod.cooked.name=CoctÄ« Pisces +item.fish.cod.raw.name=Rudis Pisces +item.fish.pufferfish.raw.name=Piscis inflans +item.fish.salmon.cooked.name=Salmones CoctÄ« +item.fish.salmon.raw.name=Salmo crudus +item.fishingRod.name=Arundo piscatoria +item.flint.name=Silex +item.flintAndSteel.name=Silex et Chalybs +item.flowerPot.name=Receptaculum Floris +item.frame.name=Figura Reris +item.ghastTear.name=Lacrima Larvae +item.glassBottle.name=Uter Vitreum +item.goldNugget.name=Massa Aurea +item.hatchetDiamond.name=Securis Adamantinus +item.hatchetGold.name=Securis Aureus +item.hatchetIron.name=Securis Ferrea +item.hatchetStone.name=Securis Saxeus +item.hatchetWood.name=Securis Ligneus +item.helmetChain.name=Galaea Hamata +item.helmetCloth.name=Pileus Scorteus +item.helmetDiamond.name=Galea Adamantina +item.helmetGold.name=Galea Aurea +item.helmetIron.name=Galea Ferrea +item.hoeDiamond.name=Sarculum Adamantinum +item.hoeGold.name=Sarculum Aureum +item.hoeIron.name=Sarculum Ferreum +item.hoeStone.name=Sarculum Saxeum +item.hoeWood.name=Sarculum Ligneum +item.horsearmordiamond.name=Tegimen Equinum Adamantinum +item.horsearmorgold.name=Tegimen Equinum Aureum +item.horsearmormetal.name=Tegimen Equinum Ferreum +item.ingotGold.name=Later Aurea +item.ingotIron.name=Later Ferreus +item.leash.name=Copula +item.leather.name=Corium +item.leaves.name=Folia +item.leggingsChain.name=Ocreae Catenarum +item.leggingsCloth.name=Bracae Scorteae +item.leggingsDiamond.name=Ocreae Adamantinae +item.leggingsGold.name=Ocreae Aureorum +item.leggingsIron.name=Ocreae Ferreum +item.magmaCream.name=Unctio Magmatis +item.map.name=Charta +item.melon.name=Frustum cucumeris +item.milk.name=Lac +item.minecart.name=Plaustrum metallicum +item.minecartChest.name=Plaustrum metallicum cum cista +item.minecartCommandBlock.name=Plaustrum Fodendi cum Cubus Lussus +item.minecartFurnace.name=Plaustrum Fodendi cum Fornace +item.minecartHopper.name=Plaustrum Fodendi cum Tradetro +item.minecartTnt.name=Plaustrum Fodendi cum Dynamitae +item.monsterPlacer.name=Gigne: +item.mushroomStew.name=Ius Funginum +item.nameTag.name=Nota Nominis +item.netherStalkSeeds.name=Verruca Inferna +item.netherStar.name=Stella Inferna +item.netherbrick.name=Later Inferni +item.netherquartz.name=Quarzum infernum +item.painting.name=Pictura +item.paper.name=Papyrus +item.pickaxeDiamond.name=Dolabra Adamantina +item.pickaxeGold.name=Dolabra Aurea +item.pickaxeIron.name=Dolabra Ferrea +item.pickaxeStone.name=Dolabra Saxea +item.pickaxeWood.name=Dolabra Lignea +item.porkchopCooked.name=Porcina Cocta +item.porkchopRaw.name=Porcina cruda +item.potato.name=Tuber Solanum +item.potatoBaked.name=Solanum Tuberosum Coctum +item.potatoPoisonous.name=Solanum Tuberosum Toxicum +item.potion.name=Potio +item.pumpkinPie.name=Placenta ex cucurbita +item.rabbitHide.name=Pellis Cunicularis +item.record.11.desc=C-CDXVIII - XI +item.record.13.desc=C-CDXVIII - XIII +item.record.blocks.desc=C-CDXVIII - blocks +item.record.cat.desc=C-CDXVIII - cat +item.record.chirp.desc=C-CDXVIII - chirp +item.record.far.desc=C-CDXVIII - far +item.record.mall.desc=C-CDXVIII - mall +item.record.mellohi.desc=C-CDXVIII - mellohi +item.record.name=Phonodiscus +item.record.stal.desc=C-CDXVIII - stal +item.record.strad.desc=C-CDXVIII - strad +item.record.wait.desc=C-CDXVIII - wait +item.record.ward.desc=C-CDXVIII - ward +item.redstone.name=Rubrolapis +item.reeds.name=Cannae melis +item.rottenFlesh.name=Caro Cariosus +item.ruby.name=Carbunculus +item.saddle.name=Sagma +item.seeds.name=Semina +item.seeds_melon.name=Semina cucumeris +item.seeds_pumpkin.name=Semina Cucurbitae +item.shears.name=Forfex +item.shovelDiamond.name=Pala Adamantina +item.shovelGold.name=Pala Aurea +item.shovelIron.name=Pala Ferrea +item.shovelStone.name=Pala Saxea +item.shovelWood.name=Pala Lignea +item.sign.name=signum +item.skull.char.name=Caput +item.skull.creeper.name=Caput Serpetoris +item.skull.player.name=Caput %sis +item.skull.skeleton.name=Cranium Sceleti +item.skull.wither.name=Cranium Sceleti Tabis +item.skull.zombie.name=Caput Cadaveris Animati +item.slimeball.name=Globulus Liminis +item.snowball.name=Globus Nivis +item.speckledMelon.name=Frustum cucumeris nitidum +item.spiderEye.name=Oculus Araneae +item.stick.name=Virga +item.string.name=Filum +item.sugar.name=Saccharum +item.sulphur.name=Pulvis pyrius +item.swordDiamond.name=Gladius Adamantinus +item.swordGold.name=Gladius Aureus +item.swordIron.name=Gladius Ferreus +item.swordStone.name=Gladius Saxeus +item.swordWood.name=Gladius Ligneus +item.unbreakable=Adamanteus +item.wheat.name=Frumentum +item.writingBook.name=Liber et Penna +item.writtenBook.name=Liber Scriptus +item.yellowDust.name=Pulvis petrae fulgentis +itemGroup.brewing=Alchimia +itemGroup.buildingBlocks=Materiae constuctionis +itemGroup.combat=Proelium +itemGroup.decorations=Materiae ornamentorum +itemGroup.food=Cibi +itemGroup.inventory=Inventarium Sustinentiae +itemGroup.materials=Materiae +itemGroup.misc=Miscella +itemGroup.redstone=Rubrolapis +itemGroup.search=Quaere Res +itemGroup.tools=Instrumenta +itemGroup.transportation=Transvenctio +key.attack=Oppugna/Dele +key.back=Ambula retrorsum +key.categories.gameplay=Lusus +key.categories.inventory=Inventarium +key.categories.misc=Miscellaneus +key.categories.movement=Motus +key.categories.multiplayer=Ludus communis +key.categories.stream=Flumen +key.categories.ui=Iunctura ludi +key.chat=Aperi Locutorium +key.command=Aperi Imperium +key.drop=Deice rem +key.forward=Ambula prorsum +key.fullscreen=Mutare fullscreen +key.hotbar.1=Res Vectis Arca I +key.hotbar.2=Res Vectis Arca II +key.hotbar.3=Res Vectis Arca III +key.hotbar.4=Res Vectis Arca IV +key.hotbar.5=Res Vectis Arca V +key.hotbar.6=Res Vectis Arca VI +key.hotbar.7=Res Vectis Arca VII +key.hotbar.8=Res Vectis Arca VIII +key.hotbar.9=Res Vectis Arca IX +key.inventory=Inventarium +key.jump=Saltare +key.left=Ambula ad sinistram +key.mouseButton=Botonus %1$s +key.pickItem=Elige Cubum +key.playerlist=Indica Lusores +key.right=Ambula ad dextrum +key.screenshot=Transcribe simulacrum +key.smoothCamera=Apta camescopium +key.sneak=Serpe +key.sprint=Occurre +key.streamCommercial=Ostende fluvius commercials +key.streamPauseUnpause=Declina / Insecta fluvius +key.streamStartStop=Satus / Desine fluvio +key.streamToggleMic=Ventilabis loqui/lusus +key.togglePerspective=Apta spectaculum +key.use=Uti Rem/Pone Cubum +lanServer.otherPlayers=Optiones de Lusoribus Aliis +lanServer.scanning=Quaerit ludos in nexo locali tuo +lanServer.start=Incipe Mundum Localis Areae Nexi +lanServer.title=Mundus Localis Areae Nexi +language.code=la_VA +language.name=Latina +language.region=Latium +mcoServer.title=Mundus Minecraftarius Interretialius +menu.convertingLevel=Convertens mundum +menu.disconnect=Disconecte +menu.game=Menu ludi +menu.generatingLevel=Generans Mundum +menu.generatingTerrain=Agris facio +menu.loadingLevel=Inferens mundum +menu.multiplayer=Ludus Multorum +menu.options=Optiones... +menu.playdemo=Lude Mundum Demonstrationis +menu.quit=Ludum relinquere +menu.resetdemo=Refice Mundum Demonstrationis +menu.respawning=Renascens +menu.returnToGame=Redi in Ludo +menu.returnToMenu=Salvare et ad titulum exire +menu.shareToLan=Aperi ad LAN +menu.simulating=Mundum breviter adsimilo +menu.singleplayer=Ludus Unius +menu.switchingLevel=Cambiens mundos +mount.onboard=Preme %1$s ut descendes +multiplayer.connect=Conectere +multiplayer.downloadingStats=Maecenas dui & rebus gestis ... +multiplayer.downloadingTerrain=Extrahens Terras +multiplayer.info1=Modus Ludendi Aliis Minecraftarius nunc factus non est, +multiplayer.info2=sed experientiae nonnullae mendosae accidit. +multiplayer.ipinfo=Da Interretiale Protocollum moderatri ut id iungas: +multiplayer.player.joined=%s ludum iunxit +multiplayer.player.joined.renamed=%s, prius cognitus %s nomine, ad lusum se coniunxit +multiplayer.player.left=%s ludum exiit +multiplayer.stopSleeping=Exi Cubile +multiplayer.texturePrompt.line1=Hoc moderatrum usum compilationis supplementorum suadet. +multiplayer.texturePrompt.line2=Visne id extrahere et instituere? +multiplayer.title=Lude Aliis +options.advancedButton=Provectus Video Obitus... +options.advancedOpengl=OpenGL Progressus +options.advancedVideoTitle=Provectus Video Obitus +options.anaglyph=3D Anaglypta +options.ao=Candor Lenis +options.ao.max=Maxima +options.ao.min=Minima +options.ao.off=Ad otio +options.chat.color=Colores +options.chat.height.focused=Altitudo Moderata +options.chat.height.unfocused=Altitudo Immoderata +options.chat.links=Ligamina Interretialia +options.chat.links.prompt=Roga de Ligaminibus +options.chat.opacity=Opacitas +options.chat.scale=Magnitudo +options.chat.title=Optiones Locutorii... +options.chat.visibility=Locutorium +options.chat.visibility.full=Ostensum +options.chat.visibility.hidden=Celatum +options.chat.visibility.system=Iussa Sola +options.chat.width=Latitudo +options.controls=Frena... +options.difficulty=Difficultas +options.difficulty.easy=Facilis +options.difficulty.hard=Arduus +options.difficulty.hardcore=Extremus +options.difficulty.normal=Normalis +options.difficulty.peaceful=Placidus +options.farWarning1=Institutio Javaria LXIV-bitis +options.farWarning2=pro Longa distantiae legendae probatus est (tu XXXII-bitis habes) +options.fboEnable=Habilita FBOi +options.forceUnicodeFont=Scriptum Unicode vi obtinere +options.fov=Angulus Visi +options.fov.max=Quake Peritus +options.fov.min=Normalis +options.framerateLimit=Maxime Replicircuitio +options.framerateLimit.max=Infinitus +options.fullscreen=Scrinium Plenum +options.gamma=Candor +options.gamma.max=Lucidus +options.gamma.min=Tenebrosus +options.graphics=Res graphicae +options.graphics.fancy=Elegantia +options.graphics.fast=Celeria +options.guiScale=Magnitudo GUI +options.guiScale.auto=Automatica +options.guiScale.large=Ingens +options.guiScale.normal=Normalis +options.guiScale.small=Parvus +options.hidden=Celatum +options.invertMouse=Inverta Murim +options.language=Lingua... +options.languageWarning=Translationes linguarum fortasse tote accuratae non sunt. +options.mipmapLevels=Mipmap Gradus +options.modelPart.hat=Petasus +options.multiplayer.title=Optiones Ludendi Aliis... +options.music=Musica +options.off=INACTIVUM +options.on=ACTIVUM +options.particles=Particulae +options.particles.all=Omnes +options.particles.decreased=Pauciores +options.particles.minimal=Minimae +options.performanceButton=Video Transacta Obitus... +options.performanceVideoTitle=Video Transacta Obitus +options.postButton=Postquam-Processui Obitus... +options.postProcessEnable=Habilita post-confectiendum +options.postVideoTitle=Postquam-Processui Obitus +options.qualityButton=Video Quales Obitus... +options.qualityVideoTitle=Video Quales Obitus +options.renderClouds=Nubes +options.renderDistance=Longitudo facenda +options.renderDistance.far=Longus +options.renderDistance.normal=Normalis +options.renderDistance.short=Parvus +options.renderDistance.tiny=minima +options.resourcepack=Sarcinae Auxiliorum... +options.saturation=Saturitas +options.sensitivity=Sensilitas +options.sensitivity.max=VELOCITAS MAXIMA!!! +options.sensitivity.min=*hio* +options.snooper=Permitte Speculatorem +options.snooper.desc=Volumus informationem de machina tua colligere ut Minecraftem corrigamus per scientiam mendorum. Informatio tote anonyma est et infra visibilis. Promittimus nos informationem non abuti, sed participare non vis, fac id inactivum! +options.snooper.title=Compilatio Specificationum Machinalium +options.snooper.view=Optiones Speculatoris... +options.sound=Sonus +options.sounds=Soni et Musicae... +options.sounds.title=Vestibulum facilisis mollis musica +options.stream=Optiones Disseminationis... +options.stream.bytesPerPixel=Munditia +options.stream.changes=Necesse sit tibi pro his mutationes fieri sileo vestri amnis. +options.stream.chat.enabled=Excita +options.stream.chat.enabled.always=Semper +options.stream.chat.enabled.never=Numquam +options.stream.chat.enabled.streaming=Dum Profusum +options.stream.chat.title=Twitch Chat Optiones +options.stream.chat.userFilter=Colum personae +options.stream.chat.userFilter.all=Omnes spectatores +options.stream.chat.userFilter.mods=Arbitri +options.stream.chat.userFilter.subs=Subscripti +options.stream.compression=Compressio +options.stream.compression.high=altum +options.stream.compression.low=abyssum +options.stream.compression.medium=Mediocris +options.stream.estimation=Resolutio aestimata: %sx%s +options.stream.fps=Replorum celeritas +options.stream.ingest.reset=Refice Praelationis +options.stream.ingest.title=Twitch Vellico Servers +options.stream.ingestSelection=Index Disseminationis Moderatrorum +options.stream.kbps=Translationis celeritas +options.stream.micToggleBehavior=Trude ad +options.stream.micVolumne=Microphoni soniti gravitas +options.stream.mic_toggle.mute=Debilita sonitus +options.stream.mic_toggle.talk=Dice +options.stream.sendMetadata=Mitte Metadata +options.stream.systemVolume=Systematis soniti gravitas +options.stream.title=Twitch Disseminationis Optiones +options.title=Optiones +options.touchscreen=Modus Scrinii Tangibilis +options.video=Optiones Visuales... +options.videoTitle=Optiones Visuales +options.viewBobbing=Aspectus Nutaminis +options.visible=Visibilis +options.vsync=Utere VSync +potion.absorption=Effusio +potion.absorption.postfix=Potionem effusio +potion.blindness=Caecitas +potion.blindness.postfix=Potio Caecitatis +potion.confusion=Nausia +potion.confusion.postfix=Potio nausiae +potion.damageBoost=Fortitudo +potion.damageBoost.postfix=Potio fortitudinis +potion.digSlowDown=perfodio lassitudine +potion.digSlowDown.postfix=Potio ignaviae +potion.digSpeed=Festinavit +potion.digSpeed.postfix=Potio properandi +potion.effects.whenDrank=Cum dicitur: +potion.empty=Effectus non est +potion.fireResistance=Ignis Reesistitur +potion.fireResistance.postfix=Potionem Ignis resistitur +potion.harm=Damno Instans +potion.harm.postfix=Potio nocendi +potion.heal=Salutem instans +potion.heal.postfix=Potio sanandi +potion.healthBoost=Salutem Levo +potion.healthBoost.postfix=Potionem Salus boost +potion.hunger=Esuries +potion.hunger.postfix=Potio esuriendi +potion.invisibility=Invisibilitatem +potion.invisibility.postfix=Potio Invisibilitatis +potion.jump=Saltus Levo +potion.jump.postfix=Potio saltandi +potion.moveSlowdown=Tarditas +potion.moveSlowdown.postfix=Potio segnitiae +potion.moveSpeed=Velocitas +potion.moveSpeed.postfix=Potio celeritatis +potion.nightVision=Conspectus nocturnus +potion.nightVision.postfix=Potio conspectus nocturni +potion.poison=Venenum +potion.poison.postfix=Potio venenandi +potion.potency.1=II +potion.potency.2=III +potion.potency.3=IV +potion.prefix.acrid=Acer +potion.prefix.artless=Sine Arte +potion.prefix.awkward=brutus +potion.prefix.bland=Sine Sapore +potion.prefix.bulky=molimine +potion.prefix.bungling=laevus +potion.prefix.buttered=butytrumed +potion.prefix.charming=venustiorum +potion.prefix.clear=Purgare +potion.prefix.cordial=concordiamque +potion.prefix.dashing=ruunt +potion.prefix.debonair=lascivibundus +potion.prefix.diffuse=Diffusa +potion.prefix.elegant=Elegans +potion.prefix.fancy=libitum +potion.prefix.flat=campestris +potion.prefix.foul=foeda +potion.prefix.grenade=Missilis +potion.prefix.gross=Incrassatum +potion.prefix.harsh=Immitis +potion.prefix.milky=Lacte +potion.prefix.mundane=Vulgaris +potion.prefix.odorless=Inodorus +potion.prefix.potent=Potentissimum +potion.prefix.rank=acerbae +potion.prefix.refined=probatissimi +potion.prefix.smooth=aequabis +potion.prefix.sparkling=Micans +potion.prefix.stinky=Putidus +potion.prefix.suave=blandus +potion.prefix.thick=Crassitudine +potion.prefix.thin=Tenuis +potion.prefix.uninteresting=Iners +potion.regeneration=regeneratiónis +potion.regeneration.postfix=Potionem Regenerationis +potion.resistance=Resistentiae +potion.resistance.postfix=Potionem Resistentiae +potion.saturation=Saturitas +potion.saturation.postfix=Potio Saturitatis +potion.waterBreathing=aqua insufflatiónem +potion.waterBreathing.postfix=Potione aquae insufflatiónem +potion.weakness=Infirmitas +potion.weakness.postfix=Potio infirmitatis +potion.wither=Tabes +potion.wither.postfix=Potio Tabis +record.nowPlaying=Nunc audis: %s +resourcePack.available.title=Sarcinae auxiliorum utilium +resourcePack.folderInfo=(Hic pone scapos compilationum supplementorum) +resourcePack.openFolder=Aperi indicem compilationum supplementorum +resourcePack.selected.title=Sarcinae auxilia selecti +resourcePack.title=Selige sarcinae auxiliorum +screenshot.failure=Imago transcribere non potuit: %s +screenshot.success=Imago ut %s transcribitur +selectServer.add=Adde Moderatrum +selectServer.defaultName=Moderatrum Minecraftarium +selectServer.delete=Dele +selectServer.deleteButton=Dele +selectServer.deleteQuestion=Confirmasne te moderatrum delere velle? +selectServer.deleteWarning=peribunt in aeternum! (diu!) +selectServer.direct=Conecte Directe +selectServer.edit=Muta +selectServer.empty=vacuum +selectServer.hiddenAddress=(celatum) +selectServer.refresh=Retrahe +selectServer.select=Adiunge Servitorem +selectServer.title=Elige Servitorem +selectWorld.allowCommands=Permitte Fraudes: +selectWorld.allowCommands.info=Iussiones sicut /gamemode, /xp +selectWorld.bonusItems=Cista Gratuita: +selectWorld.cheats=Fraudes +selectWorld.conversion=Convertendum est! +selectWorld.create=Crea Mundum Novum +selectWorld.createDemo=Ludi in Mundo Demonstrandi Novo +selectWorld.customizeType=Consuesce +selectWorld.delete=Removere +selectWorld.deleteButton=Dele +selectWorld.deleteQuestion=Confirmasne te velle hunc mundum delere? +selectWorld.deleteWarning=peribunt in aeternum! (diu!) +selectWorld.empty=Vacuus +selectWorld.enterName=Nomen mundi +selectWorld.enterSeed=Semen propter Mundo Generatris +selectWorld.gameMode=Modus ludi +selectWorld.gameMode.adventure=Expeditio +selectWorld.gameMode.adventure.line1=Modo Supervivendum similis, sed +selectWorld.gameMode.adventure.line2=cubi nec additi nec deleri possunt +selectWorld.gameMode.creative=Generabilis +selectWorld.gameMode.creative.line1=infinitus opibus, liberam volatem, et +selectWorld.gameMode.creative.line2=cubos perfodire statim +selectWorld.gameMode.hardcore=Extremus +selectWorld.gameMode.hardcore.line1=Idem superessendam modus, clausum in durissimo +selectWorld.gameMode.hardcore.line2=difficillimus, et una vita sole +selectWorld.gameMode.spectator=Spectator +selectWorld.gameMode.survival=Supervivendi +selectWorld.gameMode.survival.line1=Quaere subsidia, fabricandum, accipi +selectWorld.gameMode.survival.line2=status, sanitas et fames +selectWorld.hardcoreMode=Extremus: +selectWorld.hardcoreMode.info=Si peris, mundum delebitur +selectWorld.mapFeatures=Genera Aedificia: +selectWorld.mapFeatures.info=Vici, carceres et cetera +selectWorld.mapType=Typus Mundi: +selectWorld.mapType.normal=Inenormis +selectWorld.moreWorldOptions=Plures Optiones Mundanae... +selectWorld.newWorld=Mundus Novus +selectWorld.newWorld.copyOf=Exemplum ab %s +selectWorld.recreate=Recreare +selectWorld.rename=Renomina +selectWorld.renameButton=Renomina +selectWorld.renameTitle=Renomina Mundum +selectWorld.resultFolder=Servabitur in: +selectWorld.seedInfo=Tene vacuum ad utendum seminis fortuiti +selectWorld.select=Lude Mundum Electum +selectWorld.title=Elige Mundum +selectWorld.world=Mundus +sign.edit=Inscriptio signi mutare +soundCategory.ambient=ambitum +soundCategory.block=Cubi +soundCategory.hostile=monstri +soundCategory.master=Sonus Omnis +soundCategory.music=Musica +soundCategory.neutral=animali +soundCategory.player=lusores +soundCategory.record=Phonographum/Cubus Tonalis +soundCategory.weather=tempestas +stat.animalsBred=Animalia fetatus esse +stat.blocksButton=Materiae +stat.boatOneCm=Distantia a Navicula Cursa +stat.breakItem=%1$s infrequenti +stat.climbOneCm=Distantia Conscendita +stat.craftItem=%1$s ficti +stat.crafted=tempora ficti +stat.createWorld=creati mundi +stat.damageDealt=damnum +stat.damageTaken=damnum sumptum +stat.deaths=Funera numerari +stat.depleted=tempora infrequenti +stat.diveOneCm=Distantia Urinata +stat.drop=ea omissa +stat.entityKilledBy=%s tu caedit %s tempus (ora) +stat.entityKilledBy.none=Numquam a %s interfectus es +stat.entityKills=Occidisti %s %s +stat.entityKills.none=Tu numquam %s cecidisti +stat.fallOneCm=Distantia Cadenda +stat.fishCaught=Pisces Comprensa +stat.flyOneCm=Distantia Volata +stat.generalButton=Generalis +stat.horseOneCm=Distantia ab Equo Vecta +stat.itemsButton=Res +stat.joinMultiplayer=lusoribus iungit +stat.jump=Salit +stat.junkFished=Scruta piscata +stat.leaveGame=ludis relictis +stat.loadWorld=saluat onustos +stat.mineBlock=%1$s Fossae +stat.minecartOneCm=procul plaustrum pro fodienda +stat.mined=Tempora Fodiuntur +stat.mobKills=Animantia interfecta +stat.mobsButton=Animantia +stat.pigOneCm=Distantia a Porco Vecta +stat.playOneMinute=Minutae Lusae +stat.playerKills=occidit ludio +stat.startGame=temporibus lusit +stat.swimOneCm=Distantia Natata +stat.treasureFished=Gaza piscata +stat.useItem=%1$s tritus +stat.used=Semper Usi +stat.walkOneCm=Distantia Ambulata +stats.tooltip.type.achievement=Res Gesta +stats.tooltip.type.statistic=numerus (There isn't a latin word for statistic, so I used "Figure" which is a synonym for it) +stream.confirm_start=Certus mittere coepere es? +stream.unavailable.account_not_bound=Antequam passim per vellico Minecraft, vos mos Twitch ut inter se in ratione Twitch vellico mojang.com. Nunc vis facere? +stream.unavailable.account_not_bound.okay=Coniunge Clientes +stream.unavailable.account_not_migrated=Antequam passim per vellico Minecraft, migrare vos mos Twitch a te, ut rem Minecraft propter Mojang. Nunc vis facere? +stream.unavailable.account_not_migrated.okay=Commigra Clientem +stream.unavailable.failed_auth=Auctoritas Twitch defecerunt. Veni, et mojang.com rebind propter Twitch tuam. +stream.unavailable.failed_auth.okay=Religa Clientes +stream.unavailable.failed_auth_error=lli qui motitantur auctoritate Twitch. Aliquam erat volutpat adipiscing. +stream.unavailable.initialization_failure=Cum ad initialize Twitch SDK. +stream.unavailable.initialization_failure.extra=(Causa: %s) +stream.unavailable.library_arch_mismatch=Minecraft habet consuetudo java mittere ad version unum Minecraft alia architecturae Cucurrit Launcher est. Quaeso, similia aut utrumque XXXII-aliquid et LXIV-aliquid enum. +stream.unavailable.library_failure=Cum ad oneratis in bibliothecis quae necessaria sunt in cultum integrari Twitch molestie lacus. +stream.unavailable.no_fbo=Tuae Machinationi Videndi necesse est posse uti aut Tertium versionem Bibliothecae Palam Vivendi aut RÄ“s Correctoris Imaginis per continuitatem quae potest uti ostendendum naturalis Saliendi. +stream.unavailable.no_fbo.arb=Replorum-pulsabulorum ad subsidies via ARB: %s +stream.unavailable.no_fbo.blend=Roxime separatis solidum columen est via: %s +stream.unavailable.no_fbo.ext=Replorum-pulsabulorum ad subsidies via EXT: %s +stream.unavailable.no_fbo.version=Uteris: %s +stream.unavailable.not_supported.mac=Incommode Twitch disseminationis integrans in Mac versionem OSX novius. X.VII (Mac OS X Leo) utes munum an novius utere posse. Visne apple.com videre correctiendum noscere? +stream.unavailable.not_supported.mac.okay=Prosequaris +stream.unavailable.not_supported.other=Incommode munus Twitch disseminationis integrans Windows (Vista an novius) an Mac OS X (X.VII/Leo an novius) indiget +stream.unavailable.not_supported.windows=Donec eget lacus a novus poema poematis of Fenestra Twitch eget lacus a novus poema poematis of Fenestra quam in. Oportet tame Fenestra Vista vel novi. +stream.unavailable.report_to_mojang=Indica Mojang +stream.unavailable.soundflower.chat=Mac sit amet sparguntur Soundflower posse. %s +stream.unavailable.soundflower.chat.link=Vivamus pellentesque install. +stream.unavailable.title=Twitch disseminationis defectus est +stream.unavailable.unknown=Donec non potest iaci Twitch hac. Et nescio quid :'( +stream.unavailable.unknown.chat=Lorem amnis non poterat: %s +stream.user.mode.administrator=Administrator Twitch +stream.user.mode.banned=Exclusus +stream.user.mode.banned.other=Exclusus in %s canale +stream.user.mode.banned.self=Exclusus in canale tuo +stream.user.mode.broadcaster=Disseminator +stream.user.mode.broadcaster.other=Disseminator +stream.user.mode.broadcaster.self=Disseminator (Tu!) +stream.user.mode.moderator=Arbiter +stream.user.mode.moderator.other=Arbiter in canale %s +stream.user.mode.moderator.self=Arbiter in canale tuo +stream.user.mode.staff=Operarios Twitch +stream.user.subscription.subscriber=Subscriptus +stream.user.subscription.subscriber.other=Subscriptus %s canali +stream.user.subscription.subscriber.self=Subscriptus canali tuo +stream.user.subscription.turbo=Twitch Turbo +stream.userinfo.ban=Anathema +stream.userinfo.chatTooltip=Aliquam ac odio ut perficiam +stream.userinfo.mod=Auge ad Arbitro +stream.userinfo.timeout=ex tempum +stream.userinfo.unban=Inanathema +stream.userinfo.unmod=Demitte ex Arbitro +tile.activatorRail.name=Ferrivia Incitans +tile.anvil.intact.name=Incus +tile.anvil.name=Incus +tile.anvil.slightlyDamaged.name=Incus Fractus +tile.anvil.veryDamaged.name=Incus Fractissimus +tile.barrier.name=Claustrum +tile.beacon.name=Pharus +tile.beacon.primary=Abilitas Prima +tile.beacon.secondary=Abilitas Secunda +tile.bed.name=Cubile +tile.bed.noSleep=Dormire solum noctu potes +tile.bed.notSafe=Dormire non potes, monstra propinqua sunt +tile.bed.notValid=Cubile tuum amissum aut obstructum erat +tile.bed.occupied=Hoc cubile occupatum est +tile.bedrock.name=Saxum Infimum +tile.blockCoal.name=Cubus Carbonarius +tile.blockDiamond.name=Cubus Adamantinus +tile.blockEmerald.name=Cubus Smaragdinus +tile.blockGold.name=Cubus Aureus +tile.blockIron.name=Cubus Ferreus +tile.blockLapis.name=Cubus Lapideus Lazuli +tile.blockRedstone.name=Cubus Rubrolapideus +tile.bookshelf.name=Armarium +tile.brick.name=Lateres +tile.button.name=bulla +tile.cactus.name=Cactus +tile.cake.name=Placenta +tile.carrots.name=Carotae +tile.cauldron.name=Aeneum +tile.chest.name=Cista +tile.chestTrap.name=Cista aucupans +tile.clay.name=Argilla +tile.clayHardened.name=Argilla Durata +tile.clayHardenedStained.black.name=Argilla Tincta Nigra +tile.clayHardenedStained.blue.name=Argilla Tincta Caerulea +tile.clayHardenedStained.brown.name=Argilla Tincta Brunnea +tile.clayHardenedStained.cyan.name=Argilla Tincta Cyanea +tile.clayHardenedStained.gray.name=Argilla Tincta Cinerea +tile.clayHardenedStained.green.name=Argilla Tincta Viridis +tile.clayHardenedStained.lightBlue.name=Argilla Tincta Azurea +tile.clayHardenedStained.lime.name=Argilla Tincta Prasina +tile.clayHardenedStained.magenta.name=Argilla Tincta Rubropurpurea +tile.clayHardenedStained.orange.name=Argilla Tincta Aurantia +tile.clayHardenedStained.pink.name=Argilla Tincta Rosea +tile.clayHardenedStained.purple.name=Argilla Tincta Purpurea +tile.clayHardenedStained.red.name=Argilla Tincta Rubra +tile.clayHardenedStained.silver.name=Argilla Tincta Cana +tile.clayHardenedStained.white.name=Argilla Tincta Alba +tile.clayHardenedStained.yellow.name=Argilla Tincta Flava +tile.cloth.black.name=Lana Nigra +tile.cloth.blue.name=Lana Caerulea +tile.cloth.brown.name=Lana Brunnea +tile.cloth.cyan.name=cyan lana +tile.cloth.gray.name=Lana Cinerea +tile.cloth.green.name=Lana Viridis +tile.cloth.lightBlue.name=Lana Azurea +tile.cloth.lime.name=Lana Prasina +tile.cloth.magenta.name=Lana Rubropurpurea +tile.cloth.name=Lana +tile.cloth.orange.name=Lana Aurantia +tile.cloth.pink.name=Lana Rosea +tile.cloth.purple.name=Lana Purpurea +tile.cloth.red.name=Lana rubra +tile.cloth.silver.name=Lana Cana +tile.cloth.white.name=Lana +tile.cloth.yellow.name=Lana Flava +tile.cobbleWall.mossy.name=Murus Caementeus Muscosus +tile.cobbleWall.normal.name=Murus Caementeus +tile.cocoa.name=Cacao +tile.commandBlock.name=Cubus Iussorum +tile.crops.name=Fruges +tile.daylightDetector.name=Sentitrum Lucis +tile.deadbush.name=Frutex Mortuus +tile.detectorRail.name=Ferrivia Percipens +tile.dirt.coarse.name=Cibario terra +tile.dirt.default.name=Humus +tile.dirt.name=Humus +tile.dirt.podzol.name=Solum silvae arborum coniferarum +tile.dispenser.name=Dispensatrum +tile.doorIron.name=Ianua Ferrea +tile.doorWood.name=Ianua Lignea +tile.doublePlant.fern.name=Filix Magna +tile.doublePlant.grass.name=Herba Longa Duplex +tile.doublePlant.paeonia.name=Paeonia +tile.doublePlant.rose.name=Rosa +tile.doublePlant.sunflower.name=Helianthus +tile.doublePlant.syringa.name=Syringa +tile.dragonEgg.name=Ovum Draconis +tile.dropper.name=Demittetrum +tile.enchantmentTable.name=Mensa Incantandi +tile.endPortalFrame.name=Porta Finalis +tile.enderChest.name=Arca Finalis +tile.farmland.name=Terra Arata +tile.fence.name=Saepes +tile.fenceGate.name=Foris +tile.fenceIron.name=Virgae Ferreae +tile.fire.name=Ignis +tile.flower1.dandelion.name=Taraxacum +tile.flower1.name=Flos +tile.flower2.allium.name=Allium +tile.flower2.blueOrchid.name=Vanda coerulea +tile.flower2.houstonia.name=Houstonia caerulea +tile.flower2.name=Flos +tile.flower2.oxeyeDaisy.name=Leucanthemum vulgare +tile.flower2.poppy.name=Papaver rhoeas +tile.flower2.tulipOrange.name=Tulipa aurantia +tile.flower2.tulipPink.name=Tulipa rosea +tile.flower2.tulipRed.name=Tulipa rubra +tile.flower2.tulipWhite.name=Tulipa alba +tile.furnace.name=Fornax +tile.glass.name=Vitrum +tile.goldenRail.name=Ferrivia Electrica +tile.grass.name=Gramen Cubus +tile.gravel.name=Glarea +tile.hayBlock.name=Fascis Faeni +tile.hellrock.name=Infernisaxum +tile.hellsand.name=Harena Animorum +tile.hopper.name=Tradetrum +tile.ice.name=Glacies +tile.icePacked.name=Glacies stipatus esse +tile.jukebox.name=Phonographum +tile.ladder.name=Scala +tile.lava.name=Massa Liquefacta +tile.leaves.acacia.name=Folia Acaciae +tile.leaves.big_oak.name=Quercus nigra folia +tile.leaves.birch.name=Folia Betula +tile.leaves.jungle.name=Folia Theobromea +tile.leaves.name=Folia +tile.leaves.oak.name=Folia Quercea +tile.leaves.spruce.name=Folia Piceae +tile.lever.name=Interruptor +tile.lightgem.name=Petra fulgens +tile.litpumpkin.name=Cucurbita Illuminata +tile.lockedchest.name=Arca Serata +tile.log.acacia.name=Lignum Acaciae +tile.log.big_oak.name=Quercus nigra +tile.log.birch.name=Lignum Betulae +tile.log.jungle.name=Lignum Silvale +tile.log.name=Lignum +tile.log.oak.name=Lignum Querceum +tile.log.spruce.name=Lignum Piceae +tile.melon.name=Cucumis +tile.mobSpawner.name=Gignetor monstrorum +tile.monsterStoneEgg.brick.name=Ovum Monstruosum Latericium Saxeum +tile.monsterStoneEgg.chiseledbrick.name=Ovum Monstrum Scalptum Latericium Lapideum +tile.monsterStoneEgg.cobble.name=Ovum Monstruosum Caementeum +tile.monsterStoneEgg.crackedbrick.name=Ovum Monstrorum Rimosum Latericium Lapideum +tile.monsterStoneEgg.mossybrick.name=Ovum Monstrorum Muscosi Latericium Lapideus +tile.monsterStoneEgg.stone.name=Ovum Monstruosum Saxeum +tile.mushroom.name=Boletus +tile.musicBlock.name=Cubus Tonalis +tile.mycel.name=Mycelium +tile.netherBrick.name=Lateres Inferni +tile.netherFence.name=Saepes Laterum Infernorum +tile.netherStalk.name=Verruca Inferna +tile.netherquartz.name=Aes Quarzeum Infernum +tile.notGate.name=Facula lapidis rubentis +tile.obsidian.name=lapis obsidianus +tile.oreCoal.name=Aes Carbonis +tile.oreDiamond.name=Aes Adamantis +tile.oreEmerald.name=Vena Smaragdi +tile.oreGold.name=Vena Auri +tile.oreIron.name=Vena Ferreum +tile.oreLapis.name=Aes Lapidis Lazuli +tile.oreRedstone.name=Aes Rubrolapidarius +tile.oreRuby.name=Vena Carbunculi +tile.pistonBase.name=Embolus +tile.pistonStickyBase.name=Embolus Glutinosus +tile.portal.name=Porta +tile.potatoes.name=Tuberes Solani +tile.pumpkin.name=Cucurbita +tile.quartzBlock.chiseled.name=Cubus Quarzum Sculpti +tile.quartzBlock.default.name=Cubus Quarzum +tile.quartzBlock.lines.name=Columna quarzi +tile.rail.name=Ferrivia +tile.redSandStone.chiseled.name=Tophus Sculptilis Ruber +tile.redSandStone.default.name=Tophus Ruber +tile.redSandStone.name=Tophus Ruber +tile.redSandStone.smooth.name=Tophus Lenis Ruber +tile.redstoneDust.name=Rubrolapis +tile.redstoneLight.name=Lucerna Rubrolapidaria +tile.reeds.name=Cannae melis +tile.sand.default.name=Harena +tile.sand.name=Harena +tile.sand.red.name=Harena rubra +tile.sandStone.chiseled.name=Tophus Sculptilis +tile.sandStone.default.name=Tophus +tile.sandStone.name=Tophus +tile.sandStone.smooth.name=Tophus Lenis +tile.sapling.acacia.name=Arbuscula Acaciae +tile.sapling.big_oak.name=Phonographum/Cubus Tonalis +tile.sapling.birch.name=Arbuscula Betulae +tile.sapling.jungle.name=Arbuscula Cacaonis +tile.sapling.oak.name=Arbuscula Quercus +tile.sapling.spruce.name=Arbuscula Piceae +tile.sign.name=Signum +tile.snow.name=Nix +tile.sponge.dry.name=Spongia +tile.spruceFence.name=Piceae Saepes +tile.stainedGlass.black.name=Cubus Vitreus Tinctus Niger +tile.stainedGlass.blue.name=Cubus Vitreus Tinctus Caeruleus +tile.stainedGlass.brown.name=Cubus Vitreus Tinctus Brunneus +tile.stainedGlass.cyan.name=Cubus Vitreus Tinctus Prasinus +tile.stainedGlass.gray.name=Cubus Vitreus Tinctus Griseus +tile.stainedGlass.green.name=Cubus Vitreus Tinctus Viridis +tile.stainedGlass.lightBlue.name=Cubus Vitreus Tinctus Aereus +tile.stainedGlass.lime.name=Cubus Vitreus Tinctus Galbinus +tile.stainedGlass.magenta.name=Cubus Vitreus Tinctus Purpureus Tyrius +tile.stainedGlass.name=Cubus Vitreus Tinctus +tile.stainedGlass.orange.name=Cubus Vitreus Tinctus Aurantius +tile.stainedGlass.pink.name=Cubus Vitreus Tinctus Roseus +tile.stainedGlass.purple.name=Cubus Vitreus Tinctus Purpurus +tile.stainedGlass.red.name=Cubus Vitreus Tinctus Ruber +tile.stainedGlass.silver.name=Cubus Vitreus Tinctus Canus +tile.stainedGlass.white.name=Cubus Vitreus Tinctus Albus +tile.stainedGlass.yellow.name=Cubus Vitreus Tinctus Flavus +tile.stairsBrick.name=Scalae Latericiae +tile.stairsNetherBrick.name=Scalae Laterum Infernorum +tile.stairsQuartz.name=Scalae Quarzeae +tile.stairsRedSandStone.name=Scalae Topheae +tile.stairsSandStone.name=Scalae Topheae +tile.stairsStone.name=Scalae Saxeae +tile.stairsStoneBrickSmooth.name=Scalae Laterum Lapideorum +tile.stairsWood.name=Scalae Querceae +tile.stairsWoodAcacia.name=Scalae Acaciae +tile.stairsWoodBirch.name=Scalae Betulae +tile.stairsWoodDarkOak.name=Nigrae Scalae Querceae +tile.stairsWoodJungle.name=Scalae Theobromeae +tile.stairsWoodSpruce.name=Scalae Piceae +tile.stone.andesite.name=Andestite +tile.stone.andesiteSmooth.name=Lima te Andestite +tile.stone.granite.name=Granite +tile.stone.stone.name=Saxum +tile.stoneMoss.name=Caementa muscosa +tile.stoneSlab.brick.name=Gradus Latericius +tile.stoneSlab.cobble.name=Gradus Caementeus +tile.stoneSlab.netherBrick.name=Gradus Laterum Infernorum +tile.stoneSlab.quartz.name=Gradus Quarzeus +tile.stoneSlab.sand.name=Gradus Topheus +tile.stoneSlab.smoothStoneBrick.name=Gradus Laterum Lapideorum +tile.stoneSlab.stone.name=Gradus Saxeus +tile.stoneSlab.wood.name=Gradus Ligneus +tile.stoneSlab2.red_sandstone.name=Gradus Topheus Ruber +tile.stonebrick.name=Caementum +tile.stonebricksmooth.chiseled.name=Lateres Saxei Sculptiles +tile.stonebricksmooth.cracked.name=Lateres Saxei Rimosi +tile.stonebricksmooth.default.name=Caudices Lapidea +tile.stonebricksmooth.mossy.name=Lateres Saxei Muscosi +tile.stonebricksmooth.name=Lateres Lapidei +tile.tallgrass.fern.name=Filix +tile.tallgrass.grass.name=Herba +tile.tallgrass.name=Herba +tile.tallgrass.shrub.name=Frutex +tile.thinGlass.name=Fenestra Vitrea +tile.thinStainedGlass.black.name=Fenestra Vitrea Tincta Nigra +tile.thinStainedGlass.blue.name=Fenestra Vitrea Tincta Caerulea +tile.thinStainedGlass.brown.name=Fenestra Vitrea Tincta Bruna +tile.thinStainedGlass.cyan.name=Fenestra Vitrea Tincta Cyanea +tile.thinStainedGlass.gray.name=Fenestra Vitrea Tincta Grisea +tile.thinStainedGlass.green.name=Fenestra Vitrea Tincta Viridis +tile.thinStainedGlass.lightBlue.name=Fenestra Vitrea Tincta Albus-caeruleus +tile.thinStainedGlass.lime.name=Fenestra Vitrea Tincta Galbina +tile.thinStainedGlass.magenta.name=Fenestra Vitrea Tincta Purpura Tyria +tile.thinStainedGlass.name=Fenestra Vitrea Tincta +tile.thinStainedGlass.orange.name=Tessela Vitreum Pincti Arantiae +tile.thinStainedGlass.pink.name=Fenestra Vitrea Tincta Rosa +tile.thinStainedGlass.purple.name=Fenestra Vitrea Tincta Purpura +tile.thinStainedGlass.red.name=Fenestra Vitrea Tincta Rubra +tile.thinStainedGlass.silver.name=Fenestra Vitrea Tincta Cana +tile.thinStainedGlass.white.name=Tessela Vitreum Pincti Alba +tile.thinStainedGlass.yellow.name=Fenestra Vitrea Tincta Flava +tile.tnt.name=Dynamites +tile.torch.name=Facula +tile.trapdoor.name=Catapactes +tile.tripWire.name=Laqueus +tile.tripWireSource.name=Hamus Laquei +tile.vine.name=Vineae +tile.water.name=Aqua +tile.waterlily.name=Lotus +tile.web.name=Araneum +tile.weightedPlate_heavy.name=Gradus Pressionis Gravitatis (Gravia) +tile.weightedPlate_light.name=Gradus Pressionis Gravitatis (Levia) +tile.whiteStone.name=Lapis Finis +tile.wood.acacia.name=Tabulae Acaciae +tile.wood.big_oak.name=Nigrae Tabulae Querceae +tile.wood.birch.name=Tabulae Betulae +tile.wood.jungle.name=Tabulae Theobromeae +tile.wood.name=Tabulae Ligneae +tile.wood.oak.name=Tabulae Querceae +tile.wood.spruce.name=Tabulae piceae +tile.woodSlab.acacia.name=Gradus Acaciae +tile.woodSlab.big_oak.name=Niger Gradus Querceus +tile.woodSlab.birch.name=Gradus Betulus +tile.woodSlab.jungle.name=Gradus Theobromeus +tile.woodSlab.oak.name=Gradus Querceus +tile.woodSlab.spruce.name=Picea Gradus +tile.woolCarpet.black.name=Tapes Niger +tile.woolCarpet.blue.name=Tapes Caeruleus +tile.woolCarpet.brown.name=Tapes Brunneus +tile.woolCarpet.cyan.name=Tapes Cyanea +tile.woolCarpet.gray.name=Tapes Cinerea +tile.woolCarpet.green.name=Tapes Viridis +tile.woolCarpet.lightBlue.name=Tapes Azurea +tile.woolCarpet.lime.name=Tapes Prasinus +tile.woolCarpet.magenta.name=Tapes Rubropurpurea +tile.woolCarpet.name=Tapes +tile.woolCarpet.orange.name=Tapes Aurantius +tile.woolCarpet.pink.name=Tapes Roseus +tile.woolCarpet.purple.name=Tapes Purpureus +tile.woolCarpet.red.name=Tapes Ruber +tile.woolCarpet.silver.name=Tapes Canus +tile.woolCarpet.white.name=Tapes +tile.woolCarpet.yellow.name=Tapes Flavus +tile.workbench.name=Mensa Opum +title.oldgl1=AIB antiqua deprensa est; hoc impedias te +title.oldgl2=postea ludere, quia OpenGL 2.0 necesse erit. +translation.test.invalid=salve % +translation.test.none=Salve, Terra! +translation.test.world=mundo diff --git a/javascript/lang/lb_LU.lang b/javascript/lang/lb_LU.lang new file mode 100755 index 00000000..f3045c39 --- /dev/null +++ b/javascript/lang/lb_LU.lang @@ -0,0 +1,1910 @@ +achievement.acquireIron=Zäit vun der Schmelz +achievement.acquireIron.desc=Schmelz een Eisebarren +achievement.bakeCake=D'Ligen +achievement.bakeCake.desc=Weess, Zocker, Mëllech an Eeër! +achievement.blazeRod=Spill mam Feier +achievement.blazeRod.desc=Erliichter eng Lou vun senger Rutt +achievement.bookcase=Bibliothekar +achievement.bookcase.desc=Bau e Bicherregal fir däin Zauberdësch ze verbesseren +achievement.breedCow=Noziichten +achievement.breedCow.desc=Looss zwou Kéi buppe mat Hëllef vu Weess +achievement.buildBetterPickaxe=Technesche Fortschrëtt +achievement.buildBetterPickaxe.desc=Maach eng besser Pickaaxt +achievement.buildFurnace=Kriddeleg Ugeleeënheet +achievement.buildFurnace.desc=Bau een Uewen aus aacht Steng +achievement.buildHoe=Zäit ze schaffen! +achievement.buildHoe.desc=Maach een Heel aus Holzbrieder a Bengelen +achievement.buildPickaxe=Zäit fir ze Buddlen! +achievement.buildPickaxe.desc=Benotz Brieder a Bengele fir eng Pickaaxt ze maachen +achievement.buildSword=Zäit fir den Ugrëff! +achievement.buildSword.desc=Benotz Brieder an Bengelen fir ee Schwäert ze maachen +achievement.buildWorkBench=Bastelstonn +achievement.buildWorkBench.desc=Stell eng Wierkbänk aus véier Holzbrieder hier +achievement.cookFish=Delikate Fësch +achievement.cookFish.desc=Fänk a brod ee Fësch! +achievement.diamonds=DIAMANTEN! +achievement.diamonds.desc=Bau een Diamant mat enger Eisepickaaxt of +achievement.diamondsToYou=Diamante fir dech! +achievement.diamondsToYou.desc=Gehei Diamanten op en anere Spiller. +achievement.enchantments=Verzauberung +achievement.enchantments.desc=Benotz e Buch, Obsidian an Diamanter fir e Verzauberungsdësch hierzestellen +achievement.exploreAllBiomes=Zäit fir op Aventure ze goen! +achievement.exploreAllBiomes.desc=Entdeck all Biomer +achievement.flyPig=Wa Schwäin fléien +achievement.flyPig.desc=Fléi mat engem Schwäin eng Klipp erof +achievement.fullBeacon=Piercing the Heavens! +achievement.fullBeacon.desc=Erstell ee vollstännegt Liichtfeier +achievement.get=Erfolleg erzielt! +achievement.ghast=Zeréck an d'Gosch +achievement.ghast.desc=Gëff engem Ghast mat sengen eegene Waffen meeschter +achievement.killCow=Kougierwer +achievement.killCow.desc=Sammel Lieder +achievement.killEnemy=Monsterjeeër +achievement.killEnemy.desc=Attackéier a liquidéier e Monster +achievement.killWither=Den Ufank. +achievement.killWither.desc=Bréng den Wither ëm +achievement.makeBread=Bak Brout +achievement.makeBread.desc=Bak Brout aus Weess +achievement.mineWood=Holz sammelen +achievement.mineWood.desc=Zerklapp ee Bam bis ee Stéck Holz erausfält +achievement.onARail=Bunn fräi! +achievement.onARail.desc=Verbréng mindestens ee Kilometer an engem Buggi +achievement.openInventory=Inventaire maachen +achievement.openInventory.desc=Dreck '%1$s' fir däin Inventar opzemaachen. +achievement.overkill=Overkill +achievement.overkill.desc=Verursaach aacht Häerzer Schued mat engem eenzege Schlag +achievement.overpowered=Iwwermächteg +achievement.overpowered.desc=Stell een Notch-Apel hier +achievement.portal=Mir mussen nach méi déif goen +achievement.portal.desc=Bau ee Portal an den Nether +achievement.potion=Alchemie +achievement.potion.desc=Stell e Gedrénks hier +achievement.requires=Braucht '%1$s' +achievement.snipeSkeleton=Sniperduell +achievement.snipeSkeleton.desc=Erschéiss ee Skelett aus méi wei 50 Meter +achievement.spawnWither=Den Ufank? +achievement.spawnWither.desc=Erschaf de Wither +achievement.taken=Gepackt! +achievement.theEnd=D'Enn? +achievement.theEnd.desc=Fann d'Enn +achievement.theEnd2=D'Enn. +achievement.theEnd2.desc=Gëff dem Enderdraach meeschter +addServer.add=Fäerdeg +addServer.enterIp=Serveradress +addServer.enterName=Servernumm +addServer.hideAddress=Adress verstoppen +addServer.resourcePack=Server-Ressourcepäck +addServer.resourcePack.disabled=Deaktivéiert +addServer.resourcePack.enabled=Aktivéiert +addServer.resourcePack.prompt=Offro +addServer.title=Serverinformatioune beaarbechten +advMode.allEntities=Benotz "@e", fir alle Entitéiten als Ziel auszewielen +advMode.allPlayers=Benotz "@a" fir all Spiller als Ziel auszewielen +advMode.command=Konsolen Befehl +advMode.nearestPlayer=Benotz "@p" fir den nächsten Spiller als Ziel auszewielen +advMode.notAllowed=Nëmmen een Operator am Kreativ-Modus kann een Befehl aginn +advMode.notEnabled=Befehlsbléck sinn net aktivéiert op dësem Server +advMode.previousOutput=Lescht Ausgab +advMode.randomPlayer=Benotz "@r" fir een zoufällegen Spiller als Ziel auszewielen +advMode.setCommand=Befehl aginn +advMode.setCommand.success=Befehl gesat: %s +attribute.name.generic.attackDamage=Ugrëffsschued +attribute.name.generic.followRange=Kreaturen-Verfolgungsdistanz +attribute.name.generic.knockbackResistance=Standfestegkeet +attribute.name.generic.maxHealth=Maximal Liewen +attribute.name.generic.movementSpeed=Geschwindegkeet +attribute.name.horse.jumpStrength=Spranghéicht vum Päerd +attribute.name.zombie.spawnReinforcements=Zombie-Verstäerkung +book.byAuthor=vun %1$s +book.editTitle=Dro den Titel an: +book.finalizeButton=Endgülteg signéieren +book.finalizeWarning=Pass op! Wanns du d'Buch signéiers, kanns du et net méi beaarbechten. +book.generation.0=Original +book.generation.1=Kopie vum Original +book.generation.2=Kopie vun enger Kopie +book.generation.3=Zerrass +book.pageIndicator=Säit %1$s vun %2$s +book.signButton=Signéieren +build.tooHigh=Maximal Bauhéicht ass %s Bléck +chat.cannotSend=Chat-Noriicht konnt net verschéckt ginn +chat.copy=Link kopéieren +chat.link.confirm=Bass de sécher, dass de déi folgend Websäit wëlls opruffen? +chat.link.confirmTrusted=Wëlls du dëse Link opmaachen oder an den Zwëschespäicher kopéieren? +chat.link.open=Am Browser opmaachen +chat.link.warning=Maach keng Links vu Persounen ob, deenens du net vertraus! +chat.stream.emote=(%s) * %s %s +chat.stream.text=(%s) <%s> %s +chat.type.achievement=%s huet den Erfolleg %s erzielt +chat.type.achievement.taken=%s huet den Erfolleg %s verluer +commands.achievement.alreadyHave=Spiller %s huet schonn den Erfolleg %s +commands.achievement.dontHave=Spiller %s huet den Erfolleg %s net +commands.achievement.give.success.all=All Erfolleger un %s ginn +commands.achievement.give.success.one=Spiller %s huet den Erfolleg '%s' erhalen +commands.achievement.statTooLow=Spiller %s huet den Erfolleg %s net +commands.achievement.take.success.all=All Erfolleger vun %s geläscht +commands.achievement.take.success.one=Erfollegräich Statistik %s vun %s geläscht +commands.achievement.unknownAchievement=Onbekannt Statistik oder Erfolleg '%s' +commands.achievement.usage=/achievement [Spiller] +commands.ban.failed=Spiller %s konnt net gespaart ginn +commands.ban.success=Spiller %s gouf gespaart +commands.ban.usage=/ban [Grond ...] +commands.banip.invalid=Du hues eng ongülteg IP-Adress aginn oder den Spiller ass net online +commands.banip.success=IP-Adresse %s gouf gespaart +commands.banip.success.players=IP-Adresse %s (%s) gouf gespaart +commands.banip.usage=/ban-ip [Grond ...] +commands.banlist.ips=Et gëtt %s gespaarte IP-Adressen: +commands.banlist.players=Et sinn insgesamt %s Spiller gespaart: +commands.banlist.usage=/banlist [ips|players] +commands.blockdata.failed="Data Tag" huet net geännert: %s +commands.blockdata.notValid=Ziel Block kann keng zousätzlech Daten kréien +commands.blockdata.outOfWorld=Kann Block net ausserhalb vun der Welt veränneren +commands.blockdata.success=Block Daten aktualiséiert zu: %s +commands.blockdata.tagError=Parsen vum "Data Tag" feelgeschloen: %s +commands.blockdata.usage=/blockdata +commands.chunkinfo.compiled=Chunk ass compiléiert. +commands.chunkinfo.data=Déi éischt 64 Eckpunkte sinn: %s +commands.chunkinfo.empty=Chunk ass eidel. +commands.chunkinfo.hasLayers=Chunk huet Schichten: %s +commands.chunkinfo.hasNoRenderableLayers=Chunk huet keng renderbar Schichten. +commands.chunkinfo.isEmpty=Chunk huet eidel Schichten: %s +commands.chunkinfo.location=Chunk-Positioun: (%s, %s, %s) +commands.chunkinfo.noChunk=Keen Chunk fonnt bei Positioun %s, %s, %s +commands.chunkinfo.notCompiled=Chunk ass net compiléiert. +commands.chunkinfo.notEmpty=Chunk ass net eidel. +commands.chunkinfo.usage=/chunkinfo [ ] +commands.chunkinfo.vertices=Den Schichtpuffer vun %s enthält %s Eckpunkte +commands.clear.failure=D'Inventar vum %s konnt net eidel gemaach ginn, well et schonns eidel war +commands.clear.success=D'Inventar vum %s gouf eidel gemaach, %s Géigestänn goufen geläscht +commands.clear.tagError=Parsen vum "Data Tag" feelgeschloen: %s +commands.clear.testing=%s huet %s Géigestänn, déi den Kriterien entspriechen +commands.clear.usage=/clear [Spiller] [Géigestand] [Metadaten] [maxUnzuel] [dataTag] +commands.clone.failed=Keng Bléck gekloont +commands.clone.noOverlap=Quell an Ziel kënnen sech net iwwerschneiden +commands.clone.outOfWorld=Ob Bléck ausserhalb vun der Welt kann net zougegraff ginn +commands.clone.success=%s Bléck gekloont +commands.clone.tooManyBlocks=Ze vill Bléck am spezifizéierte Beräich (%s > %s) +commands.clone.usage=/clone [] +commands.compare.failed=Quell an Ziel kënnen sech net iwwerschneiden +commands.compare.outOfWorld=Ob Bléck ausserhalb vun der Welt kann net zougegraff ginn +commands.compare.success=%s Bléck verglach +commands.compare.tooManyBlocks=Ze vill Bléck am spezifizéierte Beräich (%s > %s) +commands.compare.usage=/testforblocks [Modus] +commands.debug.notStarted=Debug-Opzeechnung kann net gestoppt wann se net gestart gouf! +commands.debug.start=Debug-Opzeechnung gouf gestart +commands.debug.stop=Debug-Opzeechnung gouf no %s Sekonnen (%s Ticks) gestoppt +commands.defaultgamemode.success=Den Standardspillmodus vun der Welt ass elo %s +commands.defaultgamemode.usage=/defaultgamemode +commands.deop.failed=%s konnt net vun der Operatorlëscht geläscht ginn +commands.deop.success=%s ass keen Operator méi +commands.deop.usage=/deop +commands.difficulty.success=Setz den Schwieregkeetsgrad op %s +commands.difficulty.usage=/difficulty +commands.downfall.success=Nidderschloe ëmstellen +commands.effect.failure.notActive=%1$s leid bei %2$s net fir an konnt dofir net geläscht ginn +commands.effect.failure.notActive.all=Konnt keen Effet vun %s läschen well et keen gouf +commands.effect.notFound=Et gëtt keen Effekt mat der ID %s +commands.effect.success=%4$s huet %1$s (ID %2$s) * %3$s fir %5$s Sekonnen krut +commands.effect.success.removed=%1$s von %2$s geläscht +commands.effect.success.removed.all=All Effekter vum %s ewechgemaach +commands.effect.usage=/effect [Sekonnen] [verstäerken] [Partikel onsiichtbar] +commands.enchant.cantCombine=%1$s ass net kombinéierbar mat %2$s +commands.enchant.cantEnchant=Déi gewielten Verzauberung kann zu dësem Géigestand net dobäi gefügt ginn +commands.enchant.noItem=D'Ziel huet kee Géigestand an der Hand +commands.enchant.notFound=Et gëtt keng Verzauberung mat der ID %s +commands.enchant.success=Verzauberung erfollegräich +commands.enchant.usage=/enchant [Level] +commands.entitydata.failed="Data Tag" huet net geännert: %s +commands.entitydata.noPlayers=%s ass een Spillen an kann net verännert ginn +commands.entitydata.success=Objet Daten aktualiséiert zu: %s +commands.entitydata.tagError=Parsen vum "Data Tag" feelgeschloen: %s +commands.entitydata.usage=/entitydata +commands.execute.allInvocationsFailed=Alle Opriff feelgeschloen: '%s' +commands.execute.failed=Fehler beim Ausféieren vun '%s' als %s +commands.execute.usage=/execute ODER /execute detect +commands.fill.failed=Keng Bléck opgefëllt +commands.fill.outOfWorld=Kann Block net ausserhalb vun der geluedener Welt sëtzen +commands.fill.success=%s Bléck opgefëllt +commands.fill.tagError=Parsen vum "Data Tag" feelgeschloen: %s +commands.fill.tooManyBlocks=Ze vill Bléck am spezifizéierte Beräich (%s > %s) +commands.fill.usage=/fill [Metadaten] [replace|destroy|keep|hollow|outline] [dataTag] +commands.gamemode.success.other=Dem %s säin Spillmodus gouf op %s gesat +commands.gamemode.success.self=Däin Spillmodus gouf op %s gesat +commands.gamemode.usage=/gamemode [Spiller] +commands.gamerule.nopermission=Nëmmen de Serverbesëtzer ka '%s' änneren +commands.gamerule.norule=Keng Spillregel déi '%s' heescht ass disponibel +commands.gamerule.success=Spillregel gouf aktualiséiert +commands.gamerule.usage=/gamerule [Wert] +commands.generic.boolean.invalid='%s' ass net 'true' oder 'false' +commands.generic.double.tooBig=Déi Zuel déi ugi gouf (%s) ass ze grouss, si däerf maximal %s sinn +commands.generic.double.tooSmall=Déi Zuel déi ugi gouf (%s) ass ze kleng, si muss mindestens %s sinn +commands.generic.entity.invalidType=Objet-Typ '%s' ass ongëlteg +commands.generic.entity.invalidUuid=Den Objet-UUID huet een ongëltegt Format +commands.generic.entity.notFound=Den Objet konnt net fonnt ginn +commands.generic.exception=Beim Ausféiere vun dësem Befehl ass et zu engem onbekannte Fehler komm +commands.generic.notFound=Onbekannte Befehl. Gëff /help a fir eng komplett Lëscht mat de Befehler ze erhalen +commands.generic.num.invalid='%s' ass keng gëlteg Nummer +commands.generic.num.tooBig=Déi Zuel déi ugi gouf (%s) ass ze grouss, si däerf maximal %s sinn +commands.generic.num.tooSmall=Déi Zuel déi ugi gouf (%s) ass ze kleng, si muss mindestens %s sinn +commands.generic.parameter.invalid='%s' ass kee gëltege Parameter +commands.generic.permission=Du hues net genuch Rechter fir dëse Befehl auszeféieren +commands.generic.player.notFound=Dee Spiller konnt net fonnt ginn +commands.generic.syntax=Ongëlteg Befehlssyntax +commands.generic.usage=Syntax: %s +commands.give.notFound=Et gëtt kee Géigestand mat der ID %s +commands.give.success=%s * %s gouf dem %s ginn +commands.give.tagError=Parse vum "Data Tag" feelgeschloen: %s +commands.give.usage=/give [amount] [data] [dataTag] +commands.help.footer=Tipp: Benotz vir Befehler an Argumenter automatesch ze vervollstännegen +commands.help.header=--- Hëllefssäit %s vun %s (/help ) --- +commands.help.usage=/help [Säit|Befehlsnumm] +commands.kick.success=%s gouf aus dem Spill geworf +commands.kick.success.reason=%s gouf aus dem Spill geworf: '%s' +commands.kick.usage=/kick [Grond ...] +commands.kill.successful=%s ëmbruecht +commands.kill.usage=/kill [|] +commands.me.usage=/me +commands.message.display.incoming=%s huet dir geflüstert: %s +commands.message.display.outgoing=Du flüsters dem %s: %s +commands.message.sameTarget=Du kanns dir selwer keng Noriicht schreiwen! +commands.message.usage=/tell +commands.op.failed=%s konnt net zum Operator ernannt ginn +commands.op.success=%s gouf zum Operator ernannt +commands.op.usage=/op +commands.particle.notFound=Onbekannten Effektnumm (%s) +commands.particle.success=Spill Effekt %s %s mol of +commands.particle.usage=/particle [Unzuel] [Modus] +commands.players.list=Et sinn %s/%s Spiller online: +commands.playsound.playerTooFar=Spiller %s ass ze weit fort fir dat Geräisch ze héieren +commands.playsound.success=Geräisch '%s' gouf bei %s ofgespillt +commands.playsound.usage=/playsound [x] [y] [z] [volume] [pitch] [minimumVolume] +commands.publish.failed=Et konnt keen LAN-Spill erstallt ginn +commands.publish.started=LAN-Spill ënnert dem Port %s erreechbar +commands.replaceitem.block.usage=/replaceitem block [amount] [data] [dataTag] +commands.replaceitem.entity.usage=/replaceitem entity [amount] [data] [dataTag] +commands.replaceitem.failed=Konnt Slot %s net mat %s * %s ersetzen +commands.replaceitem.noContainer=De Block bei %s, %s, %s ass kee Behälter +commands.replaceitem.success=Slot %s duerch %s * %s ersat +commands.replaceitem.tagError=Parsen vum "Data Tag" feelgeschloen: %s +commands.replaceitem.usage=/replaceitem ... +commands.save-off.alreadyOff=Späicheren ass schonn aus. +commands.save-on.alreadyOn=Späicheren ass schonn un. +commands.save.disabled=Automatesch späicheren vun der Welt gouf ausgemaach +commands.save.enabled=Automatesch späicheren vun der Welt gouf ugemaach +commands.save.failed=Späicheren feelgeschloen: %s +commands.save.start=Späicheren ... +commands.save.success=D'Welt gouf gespäichert +commands.say.usage=/say +commands.scoreboard.allMatchesFailed=All Operatioune feelgeschloen +commands.scoreboard.noMultiWildcard=Nëmmen een Joker erlaabt +commands.scoreboard.objectiveNotFound=Et gouf keen Ziel mam Numm '%s' fonnt +commands.scoreboard.objectiveReadOnly=D'Ziel '%s' kann net gelies an verännert ginn +commands.scoreboard.objectives.add.alreadyExists=Een Ziel mam Numm '%s' gëtt et schonns +commands.scoreboard.objectives.add.displayTooLong=Den Uweisungsnumm %s' ass ze laang fir een Ziel, en däerf maximal %s Zeechen laang sinn +commands.scoreboard.objectives.add.success=Neit Ziel '%s' gouf dobäi gemaach +commands.scoreboard.objectives.add.tooLong=Den Numm %s' ass ze laang fir een Ziel, en däerf maximal %s Zeechen laang sinn +commands.scoreboard.objectives.add.usage=/scoreboard objectives add [Numm deen ugewissen gëtt ...] +commands.scoreboard.objectives.add.wrongType=Ongültegen Ziel-Kriterientype '%s' +commands.scoreboard.objectives.list.count=Weis %s Ziel(er) op der Punktetafel un: +commands.scoreboard.objectives.list.empty=Et ass keen Ziel op der Punktetafel agedroen +commands.scoreboard.objectives.list.entry=- %s: gouf als '%s' ugewisen an ass vum Type '%s' +commands.scoreboard.objectives.remove.success=Ziel '%s' gouf geläscht +commands.scoreboard.objectives.remove.usage=/scoreboard objectives remove +commands.scoreboard.objectives.setdisplay.invalidSlot=Et gëtt keen Uweisungslot '%s' +commands.scoreboard.objectives.setdisplay.successCleared=Ziel-Uweisungsslot '%s' gouf geläscht +commands.scoreboard.objectives.setdisplay.successSet=D'ugewisen Ziel um Slot '%s' gouf op '%s' gesat +commands.scoreboard.objectives.setdisplay.usage=/scoreboard objectives setdisplay [Ziel] +commands.scoreboard.objectives.usage=/scoreboard objectives ... +commands.scoreboard.players.add.usage=/scoreboard players add [dataTag] +commands.scoreboard.players.enable.noTrigger=Ziel %s ass keen Ausléiser +commands.scoreboard.players.enable.success=Ausléiser %s fir %s aktivéiert +commands.scoreboard.players.enable.usage=/scoreboard players enable +commands.scoreboard.players.list.count=Weis %s erfaasse Spiller un der Punktetafel un: +commands.scoreboard.players.list.empty=Zur Zäit ginn keng Spiller vun der Punktetafel erfaasst +commands.scoreboard.players.list.player.count=Weis %s erfaasste(n) Ziel(er) fir %s un: +commands.scoreboard.players.list.player.empty=De Spiller %s huet keng Punkte agedroen +commands.scoreboard.players.list.usage=/scoreboard players list [Spiller] +commands.scoreboard.players.operation.invalidOperation=ongültegen Virgaang %s +commands.scoreboard.players.operation.notFound=Keng Punktunzuel %s fir %s fonnt +commands.scoreboard.players.operation.success=Operatioun erfollegräich ausgefouert +commands.scoreboard.players.remove.usage=/scoreboard players remove [dataTag] +commands.scoreboard.players.reset.success=All Punkte vum Spiller %s goufen zeréckgesat +commands.scoreboard.players.reset.usage=/scoreboard players reset [] +commands.scoreboard.players.resetscore.success=Punktestand %s vun %s gouf zeréckgesat +commands.scoreboard.players.set.success=Punktestand vun %s fir de Spiller %s gouf op %s gesat +commands.scoreboard.players.set.tagError="Data Tag" konnt net geparst ginn. Grond: %s +commands.scoreboard.players.set.tagMismatch="Data Tag" stemmt net: %s +commands.scoreboard.players.set.usage=/scoreboard players set [dataTag] +commands.scoreboard.players.test.failed=Punktunzuel %s léit NET zwëschen %s an %s +commands.scoreboard.players.test.notFound=Keng Punktunzuel %s fir %s fonnt +commands.scoreboard.players.test.success=Punktunzuel %s léit zwëschen %s an %s +commands.scoreboard.players.test.usage=/scoreboard players test +commands.scoreboard.players.usage=/scoreboard players ... +commands.scoreboard.teamNotFound=Et gouf keen Team mam Numm '%s' fonnt +commands.scoreboard.teams.add.alreadyExists=En Team mam Numm '%s' gëtt et schonns +commands.scoreboard.teams.add.displayTooLong=Den Uweisungsnumm '%s' ass ze laang fir een Team, en däerf maximal %s Zeechen laang sinn +commands.scoreboard.teams.add.success=Neit Team '%s' gouf dobäi gemaach +commands.scoreboard.teams.add.tooLong=Den Numm '%s' ass ze laang fir een Team, en däerf maximal %s Zeechen laang sinn +commands.scoreboard.teams.add.usage=/scoreboard teams add [Numm deen ugewisen gëtt ...] +commands.scoreboard.teams.empty.alreadyEmpty=Team %s huet schonn keng Spiller méi +commands.scoreboard.teams.empty.success=All %s Spiller goufen aus dem %s geläscht +commands.scoreboard.teams.empty.usage=/scoreboard teams empty +commands.scoreboard.teams.join.failure=%s Spiller konnt dem Team %s net bäigefügt ginn: %s +commands.scoreboard.teams.join.success=%s Spiller gouf dem Team %s bäigefügt %s +commands.scoreboard.teams.join.usage=/scoreboard teams join [Spiller] +commands.scoreboard.teams.leave.failure=%s Spiller konnt net aus sengen Teams geläscht ginn: %s +commands.scoreboard.teams.leave.noTeam=Du bass an kengem Team +commands.scoreboard.teams.leave.success=%s Spiller gouf aus sengen Teams geläscht: %s +commands.scoreboard.teams.leave.usage=/scoreboard teams leave [Spiller] +commands.scoreboard.teams.list.count=Weis %s Teams un der Punktetafel un: +commands.scoreboard.teams.list.empty=Zur Zäit sinn keng Teams op der Punktetafel registréiert +commands.scoreboard.teams.list.entry=- %1$s: '%2$s' huet %3$s Spiller +commands.scoreboard.teams.list.player.count=Weis %s Spiller vum Team %s: +commands.scoreboard.teams.list.player.empty=Team %s huet keng Spiller +commands.scoreboard.teams.list.usage=/scoreboard teams list [Numm] +commands.scoreboard.teams.option.noValue=Gülteg Wäerter fir d'Optioun %s sinn: %s +commands.scoreboard.teams.option.success=Optioun %s fir Team %s op %s gesat +commands.scoreboard.teams.option.usage=/scoreboard teams option +commands.scoreboard.teams.remove.success=Team %s gouf geläscht +commands.scoreboard.teams.remove.usage=/scoreboard teams remove +commands.scoreboard.teams.usage=/scoreboard teams ... +commands.scoreboard.usage=/scoreboard ... +commands.seed.success=Seed: %s +commands.setblock.failed=Kann den Block net plazéieren +commands.setblock.noChange=Den Block konnt net plazéiert ginn +commands.setblock.notFound=Et gëtt keen Block mat der ID/Numm %s +commands.setblock.outOfWorld=Du kanns keen block ausserhalb vun der Welt plazéieren +commands.setblock.success=Block plazéiert +commands.setblock.tagError=Parsen vum "Data Tag" feelgeschloen: %s +commands.setblock.usage=/setblock [Metadaten] [replace|keep|destroy] [dataTag] +commands.setidletimeout.success=Zäit bis zum Erausworf gouf erfollegräich op %s gesat. +commands.setidletimeout.usage=/setidletimeout +commands.setworldspawn.success=Den Welt Astiechspunkt ass op (%s, %s, %s) gesat ginn +commands.setworldspawn.usage=/setworldspawn [ ] +commands.spawnpoint.success=Astiechspunkt ass vum %s op (%s, %s, %s) gesat ginn +commands.spawnpoint.usage=/spawnpoint [] [ ] +commands.spreadplayers.failure.players=Konnt %s Spiller net em %s,%s verdeelen (ze vill Spiller - probéier héchstens %s ze verdeelen) +commands.spreadplayers.failure.teams=Konnt %s Teams net em %s,%s verdeelen (ze vill Spiller - probéier héchstens %s ze verdeelen) +commands.spreadplayers.info.players=(Déi duerchschnëttlech Distanz zwëschen Spiller ass %s Bléck no %s Durchleef) +commands.spreadplayers.info.teams=(Déi duerchschnëttlech Distanz zwëschen Teams ass %s Bléck no %s Durchleef) +commands.spreadplayers.spreading.players=%s Spiller ginn ënnerhalb vun %s Bléck em %s,%s verdeelt (min. %s Bléck auseneen) +commands.spreadplayers.spreading.teams=%s Teams ginn ënnerhalb vun %s Bléck em %s,%s verdeelt (min. %s Bléck auseneen) +commands.spreadplayers.success.players=%s Spiller goufen erfollegräich em %s,%s verdeelt +commands.spreadplayers.success.teams=%s Teams goufen erfollegräich em %s,%s verdeelt +commands.spreadplayers.usage=/spreadplayers true|false +commands.stats.block.clear.usage=/stats block clear +commands.stats.block.set.usage=/stats block set +commands.stats.block.usage=/stats block ... +commands.stats.cleared=Statistik %s geläscht +commands.stats.entity.clear.usage=/stats entity clear +commands.stats.entity.set.usage=/stats entity set +commands.stats.entity.usage=/stats entity +commands.stats.failed=Ongülteg Parameter +commands.stats.noCompatibleBlock=Block bei %s, %s, %s ka Statistiken net beaflossen +commands.stats.success=Späicherung vun den Statistiken %s an %s op %s +commands.stats.usage=/stats ... +commands.stop.start=Server gëtt gestoppt +commands.summon.failed=Konnt den Objet net erstellen +commands.summon.outOfWorld=Objet kann net ausserhalb vun der geluedener Welt generéiert ginn +commands.summon.success=Objet erfollegräich erstallt +commands.summon.tagError=Parsen vum "Data Tag" feelgeschloen: %s +commands.summon.usage=/summon [x] [y] [z] [dataTag] +commands.tellraw.jsonException=Ongëltege JSON: %s +commands.tellraw.usage=/tellraw +commands.testfor.failure=%s entsprécht net der erfuerderlecher Daten-Struktur +commands.testfor.success=%s gouf fonnt +commands.testfor.tagError=Parsen vum "Data Tag" feelgeschloen: %s +commands.testfor.usage=/testfor [dataTag] +commands.testforblock.failed.data=Den Block bei %s, %s, %s huet Metadaten %s (erwaart gouf: %s). +commands.testforblock.failed.nbt=Den block bei %s, %s, %s huet net den erfuerderlechen NBT-Schlëssel. +commands.testforblock.failed.tile=Den Block bei %s, %s, %s ass %s (erwaart gouf: %s). +commands.testforblock.failed.tileEntity=Den block bei %s, %s, %s ass keen Tileentity an ënnerstëtzt keen NBT-Datenverglach. +commands.testforblock.outOfWorld=Kann keen Block ausserhalb vun der Welt testen +commands.testforblock.success=Erfollegräich den Block bei %s,%s,%s fonnt. +commands.testforblock.usage=/testforblock [Metadaten] [dataTag] +commands.time.added=Zäit em %s erhéicht +commands.time.query=Zäit ass %s +commands.time.set=Zäit op %s gesat +commands.time.usage=/time +commands.title.success=Titel-Befehl erfollegräich ausgefouert +commands.title.usage=/title ... +commands.title.usage.clear=/title clear|reset +commands.title.usage.times=/title times +commands.title.usage.title=/title title|subtitle +commands.tp.notSameDimension=Teleporteiren net méiglech well Spiller net an der gläicher Dimensioun sinn +commands.tp.success=%s gouf zu %s teleporteiert +commands.tp.success.coordinates=%s gouf op %s,%s,%s teleporteiert +commands.trigger.disabled=Ausléiser %s ass net aktivéiert +commands.trigger.invalidMode=Ongültegen Ausléisernumm %s +commands.trigger.invalidObjective=Ongültegen Ausléisernumm %s +commands.trigger.invalidPlayer=Nëmmen Spiller kënnen den Befehl /trigger benotzen +commands.trigger.success=Ausléiser %s mat %s %s geännert +commands.trigger.usage=/trigger +commands.unban.failed=Spiller %s konnt net entspaart ginn +commands.unban.success=Spiller %s gouf entspärt +commands.unban.usage=/pardon +commands.unbanip.invalid=Du hues eng ongülteg IP-Adresse uginn +commands.unbanip.success=IP-Adresse %s entspärt +commands.unbanip.usage=/pardon-ip +commands.weather.clear=Wiessel zu méi schéinem Wieder +commands.weather.rain=Wiessel zu Reen +commands.weather.thunder=Wiessel zu Donnerwieder +commands.weather.usage=/weather [Dauer an Sekonnen] +commands.whitelist.add.failed=%s konnt net op Whitelist gesat ginn +commands.whitelist.add.success=%s gouf zur Whitelist dobäi gemaach +commands.whitelist.add.usage=/whitelist add +commands.whitelist.disabled=Whitelist gouf deaktivéiert +commands.whitelist.enabled=Whitelist gouf aktivéiert +commands.whitelist.list=Et sinn %s (vun %s) Spiller op der Whitelist: +commands.whitelist.reloaded=Whitelist gouf nei gelueden +commands.whitelist.remove.failed=%s konnt net vun der Whitelist geläscht ginn +commands.whitelist.remove.success=%s gouf vun der Whitelist ewech geholl +commands.whitelist.remove.usage=/whitelist remove +commands.worldborder.add.usage=/worldborder add [ZäitAnSekonnen] +commands.worldborder.center.success=Zentrum vun dem Rand vun der Welt ob %s,%s gesat +commands.worldborder.center.usage=/worldborder center +commands.worldborder.damage.amount.success=Setz de Schued ausserhalb vun dem Rand vun der Welt op %s pro Block (vun %s pro Block) +commands.worldborder.damage.amount.usage=/worldborder damage amount +commands.worldborder.damage.buffer.success=Setz den Sécherheetsberäich em de Rand vun der Welt op %s Bléck (vun %s Bléck) +commands.worldborder.damage.buffer.usage=/worldborder damage buffer +commands.worldborder.damage.usage=/worldborder damage +commands.worldborder.get.success=Rand vun der Welt ass am Moment %s Bléck +commands.worldborder.set.success=Sëtz de Rand vun der Welt ob %s Bléck (vun %s Bléck) +commands.worldborder.set.usage=/worldborder add [ZäitAnSekonnen] +commands.worldborder.setSlowly.grow.success=Vergréisser den Rand vun der Welt ob %s Bléck (vun ursprénglech %s Bléck) an %s Sekonnen +commands.worldborder.setSlowly.shrink.success=Verklenger den Rand vun der Welt ob %s Bléck (vun ursprénglech %s Bléck) an %s Sekonnen +commands.worldborder.usage=/worldborder ... +commands.worldborder.warning.distance.success=Setz Verwarnzäit vun dem Rand vun der Welt op %s Bléck (vun %s Bléck) +commands.worldborder.warning.distance.usage=/worldborder warning distance +commands.worldborder.warning.time.success=Setz Verwarnzäit vun dem Rand vun der Welt op %s Sekonnen (vun %s Sekonnen) +commands.worldborder.warning.time.usage=/worldborder warning time +commands.worldborder.warning.usage=/worldborder warning +commands.xp.failure.widthdrawXp=E Spiller ka keng negativ Erfarungspunkte kréien +commands.xp.success=%s Erfarungspunkte goufen dem %s ginn +commands.xp.success.levels=%s Erfarungslevel goufen dem %s ginn +commands.xp.success.negative.levels=%s Erfarungslevel goufen dem %s ewechgeholl +commands.xp.usage=/xp [player] ODER /xp L [player] +connect.authorizing=Aloggen ... +connect.connecting=Mam Server verbannen ... +connect.failed=Mam Server verbanne feelgeschloen +container.beacon=Liichtfeier +container.brewing=Braustand +container.chest=Këscht +container.chestDouble=Grouss Këscht +container.crafting=Handwierk +container.creative=Géigestänn auswielen +container.dispenser=Verdeeler +container.dropper=Spender +container.enchant=Verzauberen +container.enchant.clue=%s . . . ? +container.enchant.lapis.many=%s Lapislazuli +container.enchant.lapis.one=1 Lapislazuli +container.enchant.level.many=%s Erfarungsstufen +container.enchant.level.one=1 Erfarungsstuf +container.enderchest=Enderkëscht +container.furnace=Uewen +container.hopper=Triichter +container.inventory=Inventar +container.isLocked=%s ass gespaart! +container.minecart=Gidderbuggi +container.repair=Flécken a benennen +container.repair.cost=Erfahrungskäschten: %1$s +container.repair.expensive=Ze deier! +controls.reset=Standard +controls.resetAll=Alles Zerécksetzen +controls.title=Steierung +createWorld.customize.custom.baseSize=Basishéicht +createWorld.customize.custom.biomeDepthOffset=Biomdéiftenoffset +createWorld.customize.custom.biomeDepthWeight=Biomdéiftegewiicht +createWorld.customize.custom.biomeScaleOffset=Biommoossstafsoffset +createWorld.customize.custom.biomeScaleWeight=Biommoossstafsgewiicht +createWorld.customize.custom.biomeSize=Biomegréisst +createWorld.customize.custom.center=Zentral Héicht +createWorld.customize.custom.confirm1=Dat wäert déi aktuell Astellungen iwwerschreiwen +createWorld.customize.custom.confirm2=a kann net méi réckgängeg gemaach ginn. +createWorld.customize.custom.confirmTitle=Oppassen! +createWorld.customize.custom.coordinateScale=Moossstab koordinéiren +createWorld.customize.custom.count=Spawnversich +createWorld.customize.custom.defaults=Standardwäerter +createWorld.customize.custom.depthNoiseScaleExponent=Déiftekaméidisexponent +createWorld.customize.custom.depthNoiseScaleX=Déiftekaméidismoossstaf X +createWorld.customize.custom.depthNoiseScaleZ=Déiftekaméidismoossstaf Z +createWorld.customize.custom.dungeonChance=Unzuel vun Dungeons +createWorld.customize.custom.fixedBiome=Biomer +createWorld.customize.custom.heightScale=Héichtemoossstaf +createWorld.customize.custom.lavaLakeChance=Seelenheet vu Lavaséien +createWorld.customize.custom.lowerLimitScale=Moossstaf vun der ënneschter Grenz +createWorld.customize.custom.mainNoiseScaleX=Haaptkaméidismoossstaf X +createWorld.customize.custom.mainNoiseScaleY=Haaptkaméidismoossstaf Y +createWorld.customize.custom.mainNoiseScaleZ=Haaptkaméidismoossstaf Z +createWorld.customize.custom.maxHeight=Max. Héicht +createWorld.customize.custom.minHeight=Min. Héicht +createWorld.customize.custom.next=Nächst Säit +createWorld.customize.custom.page0=Grondastellungen +createWorld.customize.custom.page1=Äerzastellungen +createWorld.customize.custom.page2=Erweidert Astellungen (nëmme fir erfuere Benotzer) +createWorld.customize.custom.page3=Extra erweidert Astellungen (nëmme fir erfuere Benotzer) +createWorld.customize.custom.preset.caveChaos=Chaoshöhlen +createWorld.customize.custom.preset.caveDelight=Höhlespaass +createWorld.customize.custom.preset.drought=Dréschent +createWorld.customize.custom.preset.goodLuck=Vill Gléck +createWorld.customize.custom.preset.isleLand=Inselland +createWorld.customize.custom.preset.mountains=Biergwahnsinn +createWorld.customize.custom.preset.waterWorld=Waasserwelt +createWorld.customize.custom.presets=Virlagen +createWorld.customize.custom.presets.title=Ugepasste Weltvirlagen +createWorld.customize.custom.prev=Säit virdrun +createWorld.customize.custom.randomize=Zoufälleg +createWorld.customize.custom.riverSize=Flossgréisst +createWorld.customize.custom.seaLevel=Mieresspigel +createWorld.customize.custom.size=Spawngréisst +createWorld.customize.custom.spread=Verdeelungshéicht +createWorld.customize.custom.stretchY=Héichtenausdehnung +createWorld.customize.custom.upperLimitScale=Moossstaf vun der iewechter Grenz +createWorld.customize.custom.useCaves=Höhlen +createWorld.customize.custom.useDungeons=Dungeons +createWorld.customize.custom.useLavaLakes=Lavaséien +createWorld.customize.custom.useLavaOceans=Lavamierer +createWorld.customize.custom.useMineShafts=Verloosse Minnen +createWorld.customize.custom.useMonuments=Ennerwaassermonumenter +createWorld.customize.custom.useRavines=Schluchten +createWorld.customize.custom.useStrongholds=Festungen +createWorld.customize.custom.useTemples=Tempelen +createWorld.customize.custom.useVillages=Dierfer +createWorld.customize.custom.useWaterLakes=Séien +createWorld.customize.custom.waterLakeChance=Seelenheet vu Séien +createWorld.customize.flat.addLayer=Schicht dobäiman +createWorld.customize.flat.editLayer=Schicht upassen +createWorld.customize.flat.height=Héicht +createWorld.customize.flat.layer.bottom=Ënnen - %s +createWorld.customize.flat.layer.top=Uewen - %s +createWorld.customize.flat.removeLayer=Schicht läschen +createWorld.customize.flat.tile=Schichtmaterial +createWorld.customize.flat.title=Flaachlandsupassung +createWorld.customize.presets=Virlagen +createWorld.customize.presets.list=Alternativ, hei e puer déi mir erstallt hunn! +createWorld.customize.presets.select=Virlag benotzen +createWorld.customize.presets.share=Wëlls du deng Virlag deelen? Benotz d' Këscht ënnendrënner! +createWorld.customize.presets.title=Wiel eng Virlag +death.attack.anvil=%1$s ass vun engem Amboss zerquetscht ginn +death.attack.arrow=%1$s ass vum %2$s erschoss ginn +death.attack.arrow.item=%1$s ass vum %2$s mat %3$s erschoss ginn +death.attack.cactus=%1$s ass ze Dout gestach ginn +death.attack.cactus.player=%1$s ass beim Versuch dem %2$s ze entwëschen an ee Kaktus gerannt. lol. +death.attack.drown=%1$s ass ersoff +death.attack.drown.player=%1$s ass beim Versuch dem %2$s ze entwëschen ëmkomm +death.attack.explosion=%1$s ass explodéiert +death.attack.explosion.player=%1$s gouf vum %2$s an d'Loft gesprengt +death.attack.fall=%1$s ass ze fest um Buedem opgeschloen +death.attack.fallingBlock=%1$s gouf vun engen Block zerquetscht +death.attack.fireball=%1$s gouf vum %2$s flambéiert +death.attack.fireball.item=%1$s gouf vum %2$s mat %3$s flambéiert +death.attack.generic=%1$s ass gestuerwen +death.attack.inFire=%1$s ass an Flamen opgaangen +death.attack.inFire.player=%1$s ass während hien mam %2$s gekämpft huet an d'Feier gelaf +death.attack.inWall=%1$s ass vun enger Mauer erdréckt ginn +death.attack.indirectMagic=%1$s vum %2$s mat Zauberei ëmbruecht ginn +death.attack.indirectMagic.item=%1$s gouf vum %2$s mat %3$s ëmbruecht +death.attack.lava=%1$s wollt an der Lava schwammen +death.attack.lava.player=%1$s huet probéiert an der Lava dem %2$s ze entkommen +death.attack.lightningBolt=%1$s gouf vum Blëtz getraff +death.attack.magic=%1$s gouf duerch Zauberei ëmbruecht +death.attack.mob=%1$s ass vum %2$s erschloe ginn +death.attack.onFire=%1$s ass verbrannt +death.attack.onFire.player=%1$s ass während dem Kampf mat %2$s verbrannt +death.attack.outOfWorld=%1$s ass aus der Welt gefall +death.attack.player=%1$s ass vum %2$s erschloe ginn +death.attack.player.item=%1$s ass vum %2$s mat hëllef vun %3$s erschloe ginn +death.attack.starve=%1$s ass verhongert +death.attack.thorns=%1$s ass beim Versuch, %2$s ze verletzen, ëmbruecht ginn +death.attack.thrown=%1$s ass vum %2$s ze Dout geschloe ginn +death.attack.thrown.item=%1$s ass vum %2$s mat %3$s doutgeschloe ginn +death.attack.wither=%1$s ass verduerwen +death.fell.accident.generic=%1$s ass vun engem héijen Punkt gefall +death.fell.accident.ladder=%1$s ass vun der Leeder getrollt +death.fell.accident.vines=%1$s vun enger Liane erofgetrollt +death.fell.accident.water=%1$s ass aus dem Waasser gefall +death.fell.assist=%1$s ass vum %2$s zum Fale condamnéiert ginn +death.fell.assist.item=%1$s ass vum %2$s mat %3$s zum Fale condamnéiert ginn +death.fell.finish=%1$s ass ze déif gefall an gouf vum %2$s erleedegt +death.fell.finish.item=%1$s ass ze déif gefall an gouf vum %2$s mat %3$s ëmbruecht +death.fell.killer=%1$s gouf zum Fale condamnéiert +deathScreen.deleteWorld=Welt läschen +deathScreen.hardcoreInfo=Du kanns am Hardcore-Modus net rëm aklammen! +deathScreen.leaveServer=Server verloossen +deathScreen.quit.confirm=Bass du sécher, dass du d'Spill verloosse wëlls? +deathScreen.respawn=Aklammen +deathScreen.score=Punktzuel +deathScreen.title=Du bass gestuerwen! +deathScreen.title.hardcore=Game over! +deathScreen.titleScreen=Titelbildschierm +demo.day.1=Dës Demo dauert 5 Spilldeeg, maach dat bescht draus! +demo.day.2=Dag Zwee +demo.day.3=Dag Dräi +demo.day.4=Dag Véier +demo.day.5=Dat ass däi leschten Dag! +demo.day.6=Däi fënnefte Spilldag ass riwwer, dréck F2 fir ee Bild vun denger Kreatioun ze späicheren +demo.day.warning=Deng Zäit ass bal ëm! +demo.demoExpired=D'Demozäit ass ofgelaf! +demo.help.buy=Elo kafen! +demo.help.fullWrapped=Dës Demo dauert 5 Spilldeeg (ca 1 Stonn a 40 Minutten Echtzäit). Kuck dir d'Erfolleger fir Hiweisen un! Vill Spaass! +demo.help.inventory=Benotz %1$s fir däin Inventar opzemaachen +demo.help.jump=Fir ze sprangen, dréck %1$s +demo.help.later=Weiderspillen! +demo.help.movement=Benotz %1$s, %2$s, %3$s, %4$s an deng Maus fir ronderëm ze goen +demo.help.movementMouse=Kuck mat der Maus ronderëm +demo.help.movementShort=Trëppel mat %1$s, %2$s, %3$s, %4$s +demo.help.title=Minecraft Demo-Modus +demo.remainingTime=Zäit iwwereg: %s +demo.reminder=D'Demo ass ofgelaf, kaf d'Spill fir weiderzemaachen oder start eng nei Welt! +difficulty.lock.question=Bas du sécher, d'Schwieregkeet vun dëser Welt ze fixéieren? Dat wärt d'Welt fir ëmmer op %1$s sëtzen an du kanns se net méi änneren. +difficulty.lock.title=Weltschwieregkeet fixéieren +disconnect.closed=Verbindung getrennt +disconnect.disconnected=Vum Server getrennt +disconnect.endOfStream=Schluss vum Stream +disconnect.kicked=Ass aus dem Spill gehäit ginn +disconnect.loginFailed=Umellung feelgeschloen +disconnect.loginFailedInfo=Umellung feelgeschloen: %s +disconnect.loginFailedInfo.invalidSession=Ongülteg Sessioun (Probéier d'Spill nei ze starten) +disconnect.loginFailedInfo.serversUnavailable=D'Umeldungsservere sinn am Moment wéinst Aarbechten offline. +disconnect.lost=Verbindung ënnerbrach +disconnect.overflow=Puffer iwwerlaaf +disconnect.quitting=Verloossen +disconnect.spam=Erausgeworf wéinst Spam +disconnect.timeout=Zäit iwwerschratt +enchantment.arrowDamage=Kraaft +enchantment.arrowFire=Flam +enchantment.arrowInfinite=Onendlechkeet +enchantment.arrowKnockback=Stouss +enchantment.damage.all=Schäerft +enchantment.damage.arthropods=Arthropodejeeëer +enchantment.damage.undead=Péngegung +enchantment.digging=Efficacitéit +enchantment.durability=Halbarkeet +enchantment.fire=Verbrennung +enchantment.fishingSpeed=Köder +enchantment.knockback=Réckstouss +enchantment.level.1=I +enchantment.level.10=X +enchantment.level.2=II +enchantment.level.3=III +enchantment.level.4=IV +enchantment.level.5=V +enchantment.level.6=VI +enchantment.level.7=VII +enchantment.level.8=VIII +enchantment.level.9=IX +enchantment.lootBonus=Plëmmen +enchantment.lootBonusDigger=Gléck +enchantment.lootBonusFishing=Mieresgléck +enchantment.oxygen=Ootmung +enchantment.protect.all=Schutz +enchantment.protect.explosion=Explosiounschutz +enchantment.protect.fall=Fiederfall +enchantment.protect.fire=Feierschutz +enchantment.protect.projectile=Schosssécher +enchantment.thorns=Dären +enchantment.untouching=Precautioun +enchantment.waterWalker=Déifteleefer +enchantment.waterWorker=Waasseraffinitéit +entity.ArmorStand.name=Rüstungsstänner +entity.Arrow.name=Feil +entity.Bat.name=Fliedermaus +entity.Blaze.name=Lou +entity.Boat.name=Boot +entity.Cat.name=Kaz +entity.CaveSpider.name=Höhlespann +entity.Chicken.name=Hong +entity.Cow.name=Bauz +entity.Creeper.name=Creeper +entity.EnderDragon.name=Enderdraach +entity.Enderman.name=Endermann +entity.Endermite.name=Endermilb +entity.EntityHorse.name=Päerd +entity.FallingSand.name=Falende Block +entity.Fireball.name=Feierball +entity.Ghast.name=Geescht +entity.Giant.name=Titan +entity.Guardian.name=Wiechter +entity.Item.name=Géigestand +entity.KillerBunny.name=D'Killer-Kanéngchen +entity.LavaSlime.name=Magmawierfel +entity.Minecart.name=Buggi +entity.Mob.name=Mob +entity.Monster.name=Monster +entity.MushroomCow.name=Pilzkou +entity.Ozelot.name=Ozelot +entity.Painting.name=Bild +entity.Pig.name=Schwäin +entity.PigZombie.name=Zombischwäinsmensch +entity.PrimedTnt.name=TNT Block +entity.Rabbit.name=Kanéngchen +entity.Sheep.name=Schof +entity.Silverfish.name=Sëlwerfëschelchen +entity.Skeleton.name=Skelett +entity.Slime.name=Schläim +entity.SmallFireball.name=klenge Feierball +entity.SnowMan.name=Schnéigolem +entity.Snowball.name=Schnéiball +entity.Spider.name=Spann +entity.Squid.name=Tëntefësch +entity.Villager.armor=Rüstungsschmatt +entity.Villager.butcher=Metzler +entity.Villager.cleric=Geeschtlechen +entity.Villager.farmer=Bauer +entity.Villager.fisherman=Fëscher +entity.Villager.fletcher=Feilmécher +entity.Villager.leather=Gierwer +entity.Villager.librarian=Bibliothecaire +entity.Villager.name=Awunner +entity.Villager.shepherd=Hiert +entity.Villager.tool=Schmatt +entity.Villager.weapon=Waffeschmatt +entity.VillagerGolem.name=Eisegolem +entity.Witch.name=Hex +entity.WitherBoss.name=Wither +entity.Wolf.name=Wollef +entity.XPOrb.name=Erfarungskugel +entity.Zombie.name=Zombi +entity.donkey.name=Iesel +entity.generic.name=onbekannt +entity.horse.name=Päerd +entity.mule.name=Mauliesel +entity.skeletonhorse.name=Skelettpäerd +entity.zombiehorse.name=Zombipäerd +gameMode.adventure=Abenteuermodus +gameMode.changed=Däi Spillmodus gouf aktualiséiert +gameMode.creative=Kreativmodus +gameMode.hardcore=Hardcoremodus! +gameMode.spectator=Zuschauermodus +gameMode.survival=Iwwerliewensmodus +generator.amplified=AMPLIFIED +generator.amplified.info=Indikatioun: Nëmmen zum Spaass, braucht ee gudde Computer +generator.customized=Ugepasst +generator.debug_all_block_states=Testmodus +generator.default=Standard +generator.flat=Flaachland +generator.largeBiomes=Riseg Biomer +gui.achievements=Erfolleger +gui.all=All +gui.back=Zeréck +gui.cancel=Ofbriechen +gui.done=Fäerdeg +gui.down=Rof +gui.no=Nee +gui.none=Keen +gui.stats=Statistik +gui.toMenu=Zeréck an de Startmenü +gui.up=Rop +gui.yes=Jo +inventory.binSlot=Géigestand zerstéieren +item.apple.name=Apel +item.appleGold.name=Gëllenen Apel +item.armorStand.name=Rüstungsstänner +item.arrow.name=Feil +item.banner.black.name=Schwaarze Fändel +item.banner.blue.name=Bloe Fändel +item.banner.brown.name=Bronge Fändel +item.banner.cyan.name=Cyan Fändel +item.banner.gray.name=Groe Fändel +item.banner.green.name=Grénge Fändel +item.banner.lightBlue.name=Hellbloe Fändel +item.banner.lime.name=Zitrounegiele Fändel +item.banner.magenta.name=Magenta Fändel +item.banner.mojang.black=Schwaarz Saach +item.banner.mojang.blue=Blo Saach +item.banner.mojang.brown=Brong Saach +item.banner.mojang.cyan=Cyan Saach +item.banner.mojang.gray=Gro Saach +item.banner.mojang.green=Gréng Saach +item.banner.mojang.lightBlue=Hellblo Saach +item.banner.mojang.lime=Zitrounegiel Saach +item.banner.mojang.magenta=Magenta Saach +item.banner.mojang.orange=Orange Saach +item.banner.mojang.pink=Pink Saach +item.banner.mojang.purple=Mof Saach +item.banner.mojang.red=Rout Saach +item.banner.mojang.silver=Hellgro Saach +item.banner.mojang.white=Wäiss Saach +item.banner.mojang.yellow=Giel Saach +item.banner.orange.name=Orange Fändel +item.banner.pink.name=Pinke Fändel +item.banner.purple.name=Mofe Fändel +item.banner.red.name=Roude Fändel +item.banner.silver.name=Hellgroe Fändel +item.banner.straight_cross.black=Schwaarzt Kräiz +item.banner.straight_cross.blue=Blot Kräiz +item.banner.straight_cross.brown=Brongt Kräiz +item.banner.straight_cross.cyan=Cyan Kräiz +item.banner.straight_cross.gray=Grot Kräiz +item.banner.straight_cross.green=Gréngt Kräiz +item.banner.straight_cross.lightBlue=Hellblot Kräiz +item.banner.straight_cross.lime=Hellgréngt Kräiz +item.banner.straight_cross.magenta=Magenta Kräiz +item.banner.straight_cross.orange=Orangt Kräiz +item.banner.straight_cross.pink=Rosa Kräiz +item.banner.straight_cross.purple=Moft Kräiz +item.banner.straight_cross.red=Rout Kräiz +item.banner.straight_cross.silver=Hellgrot Kräiz +item.banner.straight_cross.white=Wäisst Kräiz +item.banner.straight_cross.yellow=Gielt Kräiz +item.banner.white.name=Wäisse Fändel +item.banner.yellow.name=Giele Fändel +item.bed.name=Bett +item.beefCooked.name=Büfftek +item.beefRaw.name=Réit Rëndfleesch +item.blazePowder.name=Louestëbs +item.blazeRod.name=Louerutt +item.boat.name=Boot +item.bone.name=Schank +item.book.name=Buch +item.bootsChain.name=Kettestiwwelen +item.bootsCloth.name=Liederstiwwelen +item.bootsDiamond.name=Diamantstiwwelen +item.bootsGold.name=Goldstiwwelen +item.bootsIron.name=Eisestiwwelen +item.bow.name=Bou +item.bowl.name=Schossel +item.bread.name=Brout +item.brewingStand.name=Braustand +item.brick.name=Zillen +item.bucket.name=Eemer +item.bucketLava.name=Lavaeemer +item.bucketWater.name=Waassereemer +item.cake.name=Kuch +item.canBreak=Kann ofbauen: +item.canPlace=Ka plazéiert ginn op: +item.carrotGolden.name=Gëlle Muert +item.carrotOnAStick.name=Wuerzelrutt +item.carrots.name=Muert +item.cauldron.name=Kessel +item.charcoal.name=Holzkuel +item.chestplateChain.name=Kettenhiem +item.chestplateCloth.name=Liederjackett +item.chestplateDiamond.name=Diamantbroschtpanzer +item.chestplateGold.name=Goldbroschtpanzer +item.chestplateIron.name=Eisebroschtpanzer +item.chickenCooked.name=Gebrodene Poulet +item.chickenRaw.name=Réie Poulet +item.clay.name=Leem +item.clock.name=Auer +item.coal.name=Kuel +item.comparator.name=Routsteekomparator +item.compass.name=Kompass +item.cookie.name=Kichelchen +item.diamond.name=Diamant +item.diode.name=Routsteeverstäerker +item.doorAcacia.name=Akazienholzdier +item.doorBirch.name=Bierkenholzdier +item.doorDarkOak.name=Schwaarzeechenholzdier +item.doorIron.name=Eisendier +item.doorJungle.name=Tropenholzdier +item.doorOak.name=Eechenholzdier +item.doorSpruce.name=Fiichtenholzdier +item.dyePowder.black.name=Tëntesak +item.dyePowder.blue.name=Lapislazuli +item.dyePowder.brown.name=Kakaoboun +item.dyePowder.cyan.name=Zyan Fuerfstoff +item.dyePowder.gray.name=Groe Fuerfstoff +item.dyePowder.green.name=Kaktusgréng +item.dyePowder.lightBlue.name=Hellbloe Fuerfstoff +item.dyePowder.lime.name=Hellgrénge Fuerfstoff +item.dyePowder.magenta.name=Magenta Fuerfstoff +item.dyePowder.orange.name=Orange Fuerfstoff +item.dyePowder.pink.name=Rosa Fuerfstoff +item.dyePowder.purple.name=Mofe Fuerfstoff +item.dyePowder.red.name=Roude Fuerfstoff +item.dyePowder.silver.name=Hellgroe Fuerfstoff +item.dyePowder.white.name=Schankemiel +item.dyePowder.yellow.name=Giele Fuerfstoff +item.dyed=Gefierft +item.egg.name=Ee +item.emerald.name=Smaragd +item.emptyMap.name=Eidel Kaart +item.emptyPotion.name=Waasserfläsch +item.enchantedBook.name=Verzaubert Buch +item.enderPearl.name=Enderpärel +item.expBottle.name=Erfarungsfläsch +item.eyeOfEnder.name=Endera +item.feather.name=Fieder +item.fermentedSpiderEye.name=Fermentéiert Spannena +item.fireball.name=Feierkugel +item.fireworks.flight=Fluchdauer: +item.fireworks.name=Feierwierksrakéit +item.fireworksCharge.black=Schwaarz +item.fireworksCharge.blue=Blo +item.fireworksCharge.brown=Brong +item.fireworksCharge.customColor=Personaliséiert +item.fireworksCharge.cyan=Zyan +item.fireworksCharge.fadeTo=Iwwergang zu +item.fireworksCharge.flicker=Fonkelen +item.fireworksCharge.gray=Gro +item.fireworksCharge.green=Gréng +item.fireworksCharge.lightBlue=Hellblo +item.fireworksCharge.lime=Hellgréng +item.fireworksCharge.magenta=Magenta +item.fireworksCharge.name=Feierwierksstär +item.fireworksCharge.orange=Orange +item.fireworksCharge.pink=Rosa +item.fireworksCharge.purple=Mof +item.fireworksCharge.red=Rout +item.fireworksCharge.silver=Hellgro +item.fireworksCharge.trail=Pad +item.fireworksCharge.type=onbekannt Form +item.fireworksCharge.type.0=Kleng Kugel +item.fireworksCharge.type.1=Grouss Kugel +item.fireworksCharge.type.2=Stärefërmeg +item.fireworksCharge.type.3=Creeperfërmeg +item.fireworksCharge.type.4=Explosioun +item.fireworksCharge.white=Wäiss +item.fireworksCharge.yellow=Giel +item.fish.clownfish.raw.name=Clownfësch +item.fish.cod.cooked.name=Gebrodene Fësch +item.fish.cod.raw.name=Réie Fësch +item.fish.pufferfish.raw.name=Kugelfësch +item.fish.salmon.cooked.name=Gebrodene Saumon +item.fish.salmon.raw.name=Réie Saumon +item.fishingRod.name=Aangel +item.flint.name=Feiersteen +item.flintAndSteel.name=Briquet +item.flowerPot.name=Blummendëppen +item.frame.name=Kader +item.ghastTear.name=Ghasttréin +item.glassBottle.name=Glasfläsch +item.goldNugget.name=Goldklompen +item.hatchetDiamond.name=Diamantaaxt +item.hatchetGold.name=Goldaaxt +item.hatchetIron.name=Eisenaaxt +item.hatchetStone.name=Steenaaxt +item.hatchetWood.name=Holzaaxt +item.helmetChain.name=Kettenhelm +item.helmetCloth.name=Liederkap +item.helmetDiamond.name=Diamanthelm +item.helmetGold.name=Goldhelm +item.helmetIron.name=Eisenhelm +item.hoeDiamond.name=Diamantheel +item.hoeGold.name=Goldheel +item.hoeIron.name=Eisenheel +item.hoeStone.name=Steenheel +item.hoeWood.name=Holzheel +item.horsearmordiamond.name=Diamante Päerdsrüstung +item.horsearmorgold.name=Gëlle Päerdsrüstung +item.horsearmormetal.name=Eise Päerdsrüstung +item.ingotGold.name=Goldbarren +item.ingotIron.name=Eisebarren +item.leash.name=Léngt +item.leather.name=Lieder +item.leaves.name=Blieder +item.leggingsChain.name=Kettebox +item.leggingsCloth.name=Liederbox +item.leggingsDiamond.name=Diamantbeenschutz +item.leggingsGold.name=Goldbeeschutz +item.leggingsIron.name=Eisebeeschutz +item.magmaCream.name=Magmacrème +item.map.name=Kaart +item.melon.name=Meloun +item.milk.name=Mëllecheemer +item.minecart.name=Buggi +item.minecartChest.name=Gidderbuggi +item.minecartCommandBlock.name=Befehlsblockbuggi +item.minecartFurnace.name=Ugedriwwene Buggi +item.minecartHopper.name=Triichterbuggi +item.minecartTnt.name=TNT-Buggi +item.monsterPlacer.name=Spawn +item.mushroomStew.name=Champignonszopp +item.muttonCooked.name=Gebrodent Hämmelsfleesch +item.muttonRaw.name=Réit Hämmelsfleesch +item.nameTag.name=Schëld mam Numm +item.netherStalkSeeds.name=Netherwaarzel +item.netherStar.name=Netherstär +item.netherbrick.name=Netherzill +item.netherquartz.name=Netherquarz +item.painting.name=Bild +item.paper.name=Pabeier +item.pickaxeDiamond.name=Diamantpickaaxt +item.pickaxeGold.name=Goldpickaaxt +item.pickaxeIron.name=Eisepickaaxt +item.pickaxeStone.name=Steepickaaxt +item.pickaxeWood.name=Holzpickaaxt +item.porkchopCooked.name=Gebrodent Schwéngefleesch +item.porkchopRaw.name=Réiht Schwéngefleesch +item.potato.name=Gromper +item.potatoBaked.name=Gebake Gromper +item.potatoPoisonous.name=Vergëfte Gromper +item.potion.name=Gedrénks +item.prismarineCrystals.name=Prismarinekristall +item.prismarineShard.name=Prismarineschierbel +item.pumpkinPie.name=Kürbiskuch +item.rabbitCooked.name=Gebrode Kanéngchen +item.rabbitFoot.name=Kanéngecherspatt +item.rabbitHide.name=Kanéngecherspelz +item.rabbitRaw.name=Réi Kanéngchen +item.rabbitStew.name=Kanéngechersnragoût +item.record.11.desc=C418 - 11 +item.record.13.desc=C418 - 13 +item.record.blocks.desc=C418 - blocks +item.record.cat.desc=C418 - cat +item.record.chirp.desc=C418 - chirp +item.record.far.desc=C418 - far +item.record.mall.desc=C418 - mall +item.record.mellohi.desc=C418 - mellohi +item.record.name=Schallplack +item.record.stal.desc=C418 - stal +item.record.strad.desc=C418 - strad +item.record.wait.desc=C418 - wait +item.record.ward.desc=C418 - ward +item.redstone.name=Routsteen +item.reeds.name=Zockerréier +item.rottenFlesh.name=Verfaultent Fleesch +item.ruby.name=Rubin +item.saddle.name=Suedel +item.seeds.name=Som +item.seeds_melon.name=Melounekären +item.seeds_pumpkin.name=Kürbiskären +item.shears.name=Schéier +item.shovelDiamond.name=Diamantschëpp +item.shovelGold.name=Goldschëpp +item.shovelIron.name=Eiseschëpp +item.shovelStone.name=Steeschëpp +item.shovelWood.name=Holzschëpp +item.sign.name=Schëld +item.skull.char.name=Kapp +item.skull.creeper.name=Creeperkapp +item.skull.player.name=Dem %s säin Kapp +item.skull.skeleton.name=Skelettkapp +item.skull.wither.name=Witherkapp +item.skull.zombie.name=Zombiekapp +item.slimeball.name=Schläimkugel +item.snowball.name=Schnéiball +item.speckledMelon.name=Glitzermeloun +item.spiderEye.name=Spannena +item.stick.name=Bengel +item.string.name=Fuedem +item.sugar.name=Zocker +item.sulphur.name=Schéisspolver +item.swordDiamond.name=Diamantschwäert +item.swordGold.name=Goldschwäert +item.swordIron.name=Eiseschwäert +item.swordStone.name=Steeschwäert +item.swordWood.name=Holzschwäert +item.unbreakable=Onzerstéierbar +item.wheat.name=Weess +item.writingBook.name=Buch a Fieder +item.writtenBook.name=Beschriwwent Buch +item.yellowDust.name=Liichtsteetëbs +itemGroup.brewing=Brauen +itemGroup.buildingBlocks=Konstruktiounsbléck +itemGroup.combat=Bekämpfung +itemGroup.decorations=Dekoratiounsbléck +itemGroup.food=Iessen +itemGroup.inventory=Iwwerliewens Inventar +itemGroup.materials=Material +itemGroup.misc=Verschiddenes +itemGroup.redstone=Routsteen +itemGroup.search=Sichen +itemGroup.tools=Aarbechtsgeschir +itemGroup.transportation=Transport +key.attack=Attackéieren/Zerstéieren +key.back=No hanne goen +key.categories.gameplay=Spillmechanik +key.categories.inventory=Inventar +key.categories.misc=Verschiddenes +key.categories.movement=Bewegung +key.categories.multiplayer=Multispiller +key.categories.stream=Streaming +key.categories.ui=Spillsteierung +key.chat=Chat opmaachen +key.command=Befehlszeil opmaachen +key.drop=Géigestand faleloossen +key.forward=No vir goen +key.fullscreen=Vollbildmodus +key.hotbar.1=Schnellzougrëff 1 +key.hotbar.2=Schnellzougrëff 2 +key.hotbar.3=Schnellzougrëff 3 +key.hotbar.4=Schnellzougrëff 4 +key.hotbar.5=Schnellzougrëff 5 +key.hotbar.6=Schnellzougrëff 6 +key.hotbar.7=Schnellzougrëff 7 +key.hotbar.8=Schnellzougrëff 8 +key.hotbar.9=Schnellzougrëff 9 +key.inventory=Inventar +key.jump=Sprangen +key.left=Lénks +key.mouseButton=Knäppchen %1$s +key.pickItem=Block auswielen +key.playerlist=Spiller oplëschten +key.right=Riets +key.screenshot=Foto Huelen +key.smoothCamera=Kameraverhale wiesselen +key.sneak=Schläichen +key.spectatorOutlines=Spiller markéieren (Zuschauer) +key.sprint=Sprinten +key.streamCommercial=Streamreklammen uweisen +key.streamPauseUnpause=Stream pauséire/fortsetzen +key.streamStartStop=Stream starte/stoppen +key.streamToggleMic=Schwätze/Stommschalten +key.togglePerspective=Perspektive ëmschalten +key.use=Een Item/Block benotzen +lanServer.otherPlayers=Astellungen fir aner Spiller +lanServer.scanning=Sichen no Spiller am lokalen Netzwierk +lanServer.start=Start d'LAN-Welt +lanServer.title=LAN-Welt +language.code=lb_LU +language.name=Lëtzebuergesch +language.region=Lëtzebuerg +mcoServer.title=Minecraft Onlinewelt +menu.convertingLevel=D'Welt gëtt konvertéiert +menu.disconnect=Ausloggen +menu.game=Spill Menü +menu.generatingLevel=D'Wëlt gëtt generéiert +menu.generatingTerrain=Landschaft gëtt generéiert +menu.loadingLevel=D'Welt gëtt gelueden +menu.multiplayer=Multispiller +menu.options=Optiounen ... +menu.playdemo=Demowelt spillen +menu.quit=Spill verloossen +menu.resetdemo=Demowelt zerécksetzen +menu.respawning=Respawnen +menu.returnToGame=Zeréck zum Spill +menu.returnToMenu=Späicheren an d'Spill verloossen +menu.shareToLan=Am LAN opmaachen +menu.simulating=D'Welt gëtt simuléiert +menu.singleplayer=Eenzelspiller +menu.switchingLevel=Welt wiësselen +merchant.deprecated=Handel eppes aneschters, fir des Angebot fräizeschalten! +mount.onboard=Dréck %1$s fir rof ze klammen +multiplayer.connect=Connectéier +multiplayer.downloadingStats=Luede Statistiken an Erfolleger erof ... +multiplayer.downloadingTerrain=Landschaft gëtt erofgelueden +multiplayer.info1=Minecraft Multispiller ass zur Zäit nach net fäerdeg, awer et +multiplayer.info2=et lafe fréi, awer nach feelerhaft Tester. +multiplayer.ipinfo=Gëff d'IP-Adress an fir dech mat engem Server ze verbannen: +multiplayer.player.joined=%s ass dem Spill bäigetrueden +multiplayer.player.joined.renamed=%s (fréier bekannt als %s) ass dem Spill bäigetrueden +multiplayer.player.left=%s huet d'Spill verlooss +multiplayer.stopSleeping=Bett verloossen +multiplayer.texturePrompt.line1=Dëse Server proposéiert een eegene Ressourcepack. +multiplayer.texturePrompt.line2=Wëlls du en eroflueden an automagesch installéieren? +multiplayer.title=Multispillermodus +options.advancedButton=Erweidert Grafiksastellungen ... +options.advancedOpengl=Erweiderten OpenGL +options.advancedVideoTitle=Erweidert Grafiksastellungen +options.anaglyph=3D Anaglyph +options.ao=Douce Beliichtung +options.ao.max=Maximum +options.ao.min=Minimum +options.ao.off=Aus +options.blockAlternatives=Alternéiert Bléck +options.chat.color=Fuerwen +options.chat.height.focused=Héicht am Fokus +options.chat.height.unfocused=Héicht ouni Fokus +options.chat.links=Weblinks +options.chat.links.prompt=Links bestätege loossen +options.chat.opacity=Deckkraaft +options.chat.scale=Moossstaf +options.chat.title=Chatastellungen ... +options.chat.visibility=Chat +options.chat.visibility.full=Ugewisen +options.chat.visibility.hidden=Verstoppt +options.chat.visibility.system=Nëmme Befehler +options.chat.width=Breet +options.controls=Steierung ... +options.customizeTitle=Weltupassungsastellungen +options.difficulty=Schwieregkeet +options.difficulty.easy=Einfach +options.difficulty.hard=Schwéier +options.difficulty.hardcore=Hardcore +options.difficulty.normal=Normal +options.difficulty.peaceful=Friedléch +options.farWarning1=Et gëtt recommandéiert, 64 bit Java ze installéieren +options.farWarning2=Fir "Wäit" Renderdistanz (du hues 32 bit) +options.fboEnable=FBO aschalten +options.forceUnicodeFont=Unicode erzwéngen +options.fov=FOV +options.fov.max=Quake Pro +options.fov.min=Normal +options.framerateLimit=Max. Bildfrequenz +options.framerateLimit.max=Onbegrenzt +options.fullscreen=Vollbild +options.gamma=Hellegkeet +options.gamma.max=Hell +options.gamma.min=Däischter +options.graphics=Graphik +options.graphics.fancy=Schéin +options.graphics.fast=Schnell +options.guiScale=GUI Moossstaf +options.guiScale.auto=Auto +options.guiScale.large=Riseg +options.guiScale.normal=Normal +options.guiScale.small=Kleng +options.hidden=Verstoppt +options.invertMouse=Maus ëmkéieren +options.language=Sprooch ... +options.languageWarning=Et ka sinn, dass d'Iwwersetzungen net zu 100%% korrekt sinn +options.mipmapLevels=Mipmap Stufen +options.modelPart.cape=Cape +options.modelPart.hat=Hutt +options.modelPart.jacket=Jackett +options.modelPart.left_pants_leg=Lenkst Boxebeen +options.modelPart.left_sleeve=Lenken Aarm +options.modelPart.right_pants_leg=Rietst Boxebeen +options.modelPart.right_sleeve=Rietsen Aarm +options.multiplayer.title=Multispillerastellungen ... +options.music=Musek +options.off=Aus +options.on=Un +options.particles=Partikelen +options.particles.all=All +options.particles.decreased=Verréngert +options.particles.minimal=Minimal +options.performanceButton=Grafikleeschtungsastellungen ... +options.performanceVideoTitle=Grafikleeschtungsastellungen +options.postButton=Nobeaarbechtungsastellungen ... +options.postProcessEnable=Nobeaarbechtung aschalten +options.postVideoTitle=Nobeaarbechtungsastellungen +options.qualityButton=Grafikqualitéits Astellungen ... +options.qualityVideoTitle=Grafikqualitéitsastellungen +options.reducedDebugInfo=Reduzéiert Debug Info +options.renderClouds=Wolleken +options.renderDistance=Renderdistanz +options.renderDistance.far=Wäit +options.renderDistance.normal=Normal +options.renderDistance.short=Kuerz +options.renderDistance.tiny=Winzeg +options.resourcepack=Ressourcepäck ... +options.saturation=Siedegung +options.sensitivity=Sensibilitéit +options.sensitivity.max=LIICHTGESCHWINDEGKEET!!! +options.sensitivity.min=*gaaps* +options.skinCustomisation=Skin-Upassung... +options.skinCustomisation.title=Skin-Upassung +options.snooper=Snooper erlaben +options.snooper.desc=Mir wëllen Informatiounen iwwert däi Computer sammele fir ze wësse wou déi gréisste Problemer sinn, a Minecraft esou ze verbesseren. All Informatioune sinn anonym a kënnen hei drënner ugekuckt ginn. Mir verspriechen, dass mat dësen Date kee Mëssbrauch gemaach gëtt. Wanns du et trotzdem net wëlls, kanns du selbstverständlech dës Optioun ausschalten! +options.snooper.title=Zesummestellung vun de Computerspezifikatiounen +options.snooper.view=Snooperastellungen ... +options.sound=Geräischer +options.sounds=Musek a Geräischer ... +options.sounds.title=Musek- a Geräischoptiounen +options.stream=Twitch-Astellungen ... +options.stream.bytesPerPixel=Qualitéit +options.stream.changes=Du muss de Stream nei starte fir dass des Ännerungen a Kraaft trieden. +options.stream.chat.enabled=Aktivéieren +options.stream.chat.enabled.always=Ëmmer +options.stream.chat.enabled.never=Ni +options.stream.chat.enabled.streaming=Während dem Streamen +options.stream.chat.title=Twitch Chat Astellungen +options.stream.chat.userFilter=Benotzerfilter +options.stream.chat.userFilter.all=All +options.stream.chat.userFilter.mods=Moderatoren +options.stream.chat.userFilter.subs=Abonnenten +options.stream.compression=Kompressioun +options.stream.compression.high=Héich +options.stream.compression.low=Niddreg +options.stream.compression.medium=Mëttel +options.stream.estimation=Geschätzten Opléisung %sx%s +options.stream.fps=Bildfrequenz +options.stream.ingest.reset=Astellungen zerécksetzen +options.stream.ingest.title=Twitch Tansmissiounsserver +options.stream.ingestSelection=Tansmissiounsserverlëscht +options.stream.kbps=Bandbreet +options.stream.micToggleBehavior=Drécke fir +options.stream.micVolumne=Mikro-Lautstäerkt +options.stream.mic_toggle.mute=Stomm +options.stream.mic_toggle.talk=Schwätzen +options.stream.sendMetadata=Metadate schécken +options.stream.systemVolume=Systemlautstäerkt +options.stream.title=Twitch Transmissiounsastellungen +options.title=Optiounen +options.touchscreen=Touchscreen Modus +options.vbo=VBOs benotzen +options.video=Videoastellungen ... +options.videoTitle=Videoastellungen +options.viewBobbing=Kappbeweegungen un +options.visible=Ugewisen +options.vsync=VSync benotzen +potion.absorption=Absorbtioun +potion.absorption.postfix=Jus vun der Absorbtioun +potion.blindness=Blannheet +potion.blindness.postfix=Jus vun der Blannheet +potion.confusion=Iwwelzegkeet +potion.confusion.postfix=Jus vun der Iwwelzegkeet +potion.damageBoost=Kraaft +potion.damageBoost.postfix=Jus vun der Kraaft +potion.digSlowDown=Ofbaulähmung +potion.digSlowDown.postfix=Jus vun der Middegkeet +potion.digSpeed=Hetz +potion.digSpeed.postfix=Jus vun der Hetz +potion.effects.whenDrank=Wann ugewannt: +potion.empty=Keng Effekter +potion.fireResistance=Feierresistenz +potion.fireResistance.postfix=Jus vun der Feierresistenz +potion.harm=Direktschued +potion.harm.postfix=Drénk dat net wannechglift +potion.heal=Direktheelung +potion.heal.postfix=Liewensjus +potion.healthBoost=Extraliewen +potion.healthBoost.postfix=Jus vum Extraliewen +potion.hunger=Honger +potion.hunger.postfix=Jus vum Honger +potion.invisibility=Onsiichtbarkeet +potion.invisibility.postfix=Jus vun der Onsiichtbarkeet +potion.jump=Sprongkraaft +potion.jump.postfix=Jus vun der Sprongkraaft +potion.moveSlowdown=Lues sinn +potion.moveSlowdown.postfix=Luesheetsjus +potion.moveSpeed=Vitesse +potion.moveSpeed.postfix=Schnellegkeetsjus +potion.nightVision=Nuechtsiicht +potion.nightVision.postfix=Jus vun der Nuechtsiicht +potion.poison=Gëft +potion.poison.postfix=Jus vun der Vergëftung +potion.potency.1=II +potion.potency.2=III +potion.potency.3=IV +potion.prefix.acrid=Bäissende +potion.prefix.artless=Einfachen +potion.prefix.awkward=Komesche +potion.prefix.bland=Fade +potion.prefix.bulky=Décke +potion.prefix.bungling=Verfuschte +potion.prefix.buttered=Geschmierte +potion.prefix.charming=Charmante +potion.prefix.clear=Kloere +potion.prefix.cordial=Stäerkende +potion.prefix.dashing=Flénke +potion.prefix.debonair=Gefällege +potion.prefix.diffuse=Dréiwen +potion.prefix.elegant=Elegante +potion.prefix.fancy=Raffinéierte +potion.prefix.flat=Flaache +potion.prefix.foul=Raue +potion.prefix.grenade=Geheibare +potion.prefix.gross=Eekelege +potion.prefix.harsh=Raue +potion.prefix.milky=Mëllechähnlechen +potion.prefix.mundane=Gewéinleche +potion.prefix.odorless=Gerochlose +potion.prefix.potent=Staarke +potion.prefix.rank=Ranzege +potion.prefix.refined=Verfäinerte +potion.prefix.smooth=Glate +potion.prefix.sparkling=Spruddelege +potion.prefix.stinky=Sténkege +potion.prefix.suave=Douce +potion.prefix.thick=Déckflëssege +potion.prefix.thin=Dënne +potion.prefix.uninteresting=Langweilege +potion.regeneration=Regeneratioun +potion.regeneration.postfix=Jus vun der Regeneratioun +potion.resistance=Resistenz +potion.resistance.postfix=Jus vum Widderstand +potion.saturation=Siedegung +potion.saturation.postfix=Jus vun der Siedegung +potion.waterBreathing=Ënnerwaasserootmung +potion.waterBreathing.postfix=Jus vun der Ënnerwaasserootmung +potion.weakness=Schwächt +potion.weakness.postfix=Dronk vun der Schwächt +potion.wither=Wither +potion.wither.postfix=Jus vum Zerfall +record.nowPlaying=Elo spillt: %s +resourcePack.available.title=Disponibel Ressourcepäck +resourcePack.folderInfo=(Ressourcepäck hei afügen) +resourcePack.openFolder=Classeur opmaachen +resourcePack.selected.title=Ausgewielten Ressourcepäck +resourcePack.title=Wiel ee Ressourcepak aus +screenshot.failure=Screenshot konnt net gespäichert ginn: %s +screenshot.success=Screenshot gouf ënner %s gespäichert +selectServer.add=Server dobeimaachen +selectServer.defaultName=Minecraftserver +selectServer.delete=Läschen +selectServer.deleteButton=Läschen +selectServer.deleteQuestion=Bass du sécher dass du dëse Server läsche wëlls? +selectServer.deleteWarning=wäert fir ëmmer fort sinn! (Eng ganz laang Zäit!) +selectServer.direct=Direkt verbannen +selectServer.edit=Editéieren +selectServer.empty=eidel +selectServer.hiddenAddress=(Verstoppt) +selectServer.refresh=Nei lueden +selectServer.select=Server bäitrieden +selectServer.title=Server wielen +selectWorld.allowCommands=Cheats erlaben: +selectWorld.allowCommands.info=Befehler wéi /gamemode, /xp +selectWorld.bonusItems=Bonuskëscht: +selectWorld.cheats=Cheats +selectWorld.conversion=Muss konvertéiert ginn! +selectWorld.create=Kreéier eng nei Welt +selectWorld.createDemo=Nei Demowelt spillen +selectWorld.customizeType=Upassen +selectWorld.delete=Läschen +selectWorld.deleteButton=Läschen +selectWorld.deleteQuestion=Bass du dir sécher, dass du déi Welt läschen wëlls? +selectWorld.deleteWarning=wärt fir ëmmer fort sinn! (Eng ganz laang Zäit) +selectWorld.empty=eidel +selectWorld.enterName=Numm vun der Welt +selectWorld.enterSeed=Seed fir de Weltgenerator +selectWorld.gameMode=Spillmodus +selectWorld.gameMode.adventure=Adventure +selectWorld.gameMode.adventure.line1=Selwecht wei den Iwwerliewensmodus, awer Bléck kënnen net +selectWorld.gameMode.adventure.line2=plazéiert oder zerstéiert ginn +selectWorld.gameMode.creative=Kreativ +selectWorld.gameMode.creative.line1=Onendlech Ressourcen, d'Méiglechkeet ze fléien a +selectWorld.gameMode.creative.line2=Bléck direkt ze zerstéieren +selectWorld.gameMode.hardcore=Hardcore +selectWorld.gameMode.hardcore.line1=Iwwerliewensmodus op héchstem Schwieregkeetsgrad +selectWorld.gameMode.hardcore.line2=Schwieregkeetsgrad an nëmmen ee Liewen +selectWorld.gameMode.spectator=Zuschauer +selectWorld.gameMode.spectator.line1=Du kanns kucken, awer näischt beréieren +selectWorld.gameMode.survival=Survival +selectWorld.gameMode.survival.line1=Sich Ressource, bau, gewann +selectWorld.gameMode.survival.line2=Levele, Gesondheet an Honger +selectWorld.hardcoreMode=Hardcore: +selectWorld.hardcoreMode.info=Welt gëtt nom Doud geläscht +selectWorld.mapFeatures=Strukture generéieren: +selectWorld.mapFeatures.info=Dierfer, Höhlen etc +selectWorld.mapType=Welttyp: +selectWorld.mapType.normal=Normal +selectWorld.moreWorldOptions=Weider Weltoptiounen ... +selectWorld.newWorld=Nei Welt +selectWorld.newWorld.copyOf=Kopie vun %s +selectWorld.recreate=Nei erstellen +selectWorld.rename=Ëmbenennen +selectWorld.renameButton=Ëmbenennen +selectWorld.renameTitle=D'Welt ëmbenennen +selectWorld.resultFolder=Gëtt gespäichert an: +selectWorld.seedInfo=Eidel loosse fir een zoufällege Seed +selectWorld.select=D'ausgewielte Welt spillen +selectWorld.title=Welt wielen +selectWorld.world=Welt +sign.edit=Schëldnoriicht editéieren +soundCategory.ambient=Atmosphäre/Ëmwelt +soundCategory.block=Bléck +soundCategory.hostile=Feindlech Kreaturen +soundCategory.master=Gesamtlautstäerkt +soundCategory.music=Musek +soundCategory.neutral=Frëndlech Kreaturen +soundCategory.player=Spiller +soundCategory.record=Museksbléck +soundCategory.weather=Wieder +stat.animalsBred=Déiere geziicht +stat.blocksButton=Bléck +stat.boatOneCm=Distanz an engem Boot +stat.breakItem=%1$s verbraucht +stat.climbOneCm=Distanz geklomm +stat.craftItem=%1$s hiergestallt +stat.crafted=Wéi oft hiergestallt +stat.createWorld=Welten erstallt +stat.crouchOneCm=Geschlachen Distanz +stat.damageDealt=Schued ausgedeelt +stat.damageTaken=Schued agestach +stat.deaths=Wéi oft gestuerwen +stat.depleted=Wéi oft verbraucht +stat.diveOneCm=Distanz getaucht +stat.drop=Falegeloosse Géigestänn +stat.entityKilledBy=%s huet dech %s mol ëmbruecht +stat.entityKilledBy.none=Du goufs nach ni vum %s ëmbruecht +stat.entityKills=Du hues %s %s ëmbruecht +stat.entityKills.none=Du hues ni %s ëmbruecht +stat.fallOneCm=Distanz gefall +stat.fishCaught=Fësch gefaangen +stat.flyOneCm=Distanz geflunn +stat.generalButton=Generell +stat.horseOneCm=Distanz op engem Päerd +stat.itemsButton=Géigestänn +stat.joinMultiplayer=Multispiller bäigetrueden +stat.jump=Spréng +stat.junkFished=Offäll gefëscht +stat.leaveGame=Spiller verlooss +stat.loadWorld=Spillstänn gelueden +stat.mineBlock=%1$s ofgebaut +stat.minecartOneCm=Distanz an engem Buggi +stat.mined=Wéi oft ofgebaut +stat.mobKills=Mobs ëmbruecht +stat.mobsButton=Mobs +stat.pigOneCm=Distanz op engem Schwäin +stat.playOneMinute=Minutte gespillt +stat.playerKills=Spiller ëmbruecht +stat.sprintOneCm=Gesprinten Distanz +stat.startGame=Unzuel vun den Spiller +stat.swimOneCm=Distanz geschwommen +stat.talkedToVillager=Mat Duerfbewunner geschwat +stat.timeSinceDeath=Seit dem leschten Doud +stat.tradedWithVillager=Mat Duerfbewunner gehandelt +stat.treasureFished=Schätz gefëscht +stat.useItem=%1$s benotzt +stat.used=Wéi oft benotzt +stat.walkOneCm=Distanz getrëppelt +stats.tooltip.type.achievement=Erfolleg +stats.tooltip.type.statistic=Statistik +stream.confirm_start=Bass de sécher, dass de ufänke wëlls, ze streamen? +stream.unavailable.account_not_bound=Befiers du Minecraft iwwer Twitch streame kanns, muss du däin Twitch-Account op mojang.com verbannen. Wëlls du dat elo maachen? +stream.unavailable.account_not_bound.okay=Konto verbannen +stream.unavailable.account_not_migrated=Befiers du Minecraft iwwer Twitch streame kanns, muss du däi Minecraft-Account zu engem Mojangaccount migréieren. Wëlls du dat elo maachen? +stream.unavailable.account_not_migrated.okay=Konto ëmwandelen +stream.unavailable.failed_auth=Authentifizéierung bei Twitch feelgeschloen. Wannechgelift besich mojang.com a verbann däin Twitch-Account nach eng Kéier. +stream.unavailable.failed_auth.okay=Konto nach eng Kéier verbannen +stream.unavailable.failed_auth_error=Authentifizéierung bei Twitch net méiglech. Wannechgelift probéier méi spéit nach eng Kéier. +stream.unavailable.initialization_failure=Initialiséiere vum Twitch-SDK net méiglech. +stream.unavailable.initialization_failure.extra=(Grond: %s) +stream.unavailable.library_arch_mismatch=D'Java- Versioun mat der Minecraft gestart gouf, huet eng aner Prozesser-Architektur wéi déi mat der de Launcher gestart gouf. Stell sécher, dass déi zwee entweder 32-Bit oder 64-Bit sinn. +stream.unavailable.library_failure=Luede vun de fir den integréierten Twitch-Streamingservice gebrauchte Bibliothéiken net méiglech. +stream.unavailable.no_fbo=Deng Grafikkaart muss mindestens OpenGL Versioun 3.0 oder FBOs iwwer eng Erweiderung ënnerstëtze fir den integréierten Twitch-Streaming ze notzen. +stream.unavailable.no_fbo.arb=FBO-Ënnerstëtzung per ARB ass: %s +stream.unavailable.no_fbo.blend="Separate blending"-Ënnerstëtzung per EXT ass: %s +stream.unavailable.no_fbo.ext=FBO-Ënnerstëtzung per ARB ass: %s +stream.unavailable.no_fbo.version=Du benotz grad: %s +stream.unavailable.not_supported.mac=Leider brauch den integréierten Twitch-Streaming eng méi eng nei OSX-Versioun weis du benotzt. Du brauchs mindestens 10.7 (Mac OS X Lion) oder méi nei fir dëse Service ze benotzen. Wëlls du op apple.com méi iwwert Upgrading gewuer ginn? +stream.unavailable.not_supported.mac.okay=Upgrade +stream.unavailable.not_supported.other=Leider brauch den integréierten Twitch-Streaming Windows (Vista oder méi nei) oder Mac OS X (10.7 oder méi nei) +stream.unavailable.not_supported.windows=Leider brauch den integréierten Twitch-Streaming eng méi eng nei Windows-Versioun weis du benotzt. Du brauchs mindestens Windows Vista oder méi nei. +stream.unavailable.report_to_mojang=Mojang dat mellen +stream.unavailable.soundflower.chat=Fir op engem Mac ze streame gëtt Soundflower gebraucht. %s +stream.unavailable.soundflower.chat.link=Wannechgelift hei klicke fir et ze installéieren. +stream.unavailable.title=Twitch-Streaming net verfügbar +stream.unavailable.unknown=Leider ass Streamen iwwer Twitch zur Zäit net méiglech - a mir wëssen net firwat :'( +stream.unavailable.unknown.chat=Kont den Stream net starten: %s +stream.user.mode.administrator=Twitch-Administrator +stream.user.mode.banned=Gespaart +stream.user.mode.banned.other=Vum %s Kanal gespaart +stream.user.mode.banned.self=Vun dengem Kanal gespaart +stream.user.mode.broadcaster=Broadcaster +stream.user.mode.broadcaster.other=Broadcaster +stream.user.mode.broadcaster.self=Broadcaster (Du!) +stream.user.mode.moderator=Moderator +stream.user.mode.moderator.other=Moderator op dem Kanal %s +stream.user.mode.moderator.self=Moderator op dengem Kanal +stream.user.mode.staff=Twitch-Mataarbechter +stream.user.subscription.subscriber=Abonnent +stream.user.subscription.subscriber.other=Abonnent vum %s sengem Kanal +stream.user.subscription.subscriber.self=Abonnent vun dengem Kanal +stream.user.subscription.turbo=Twitch Turbo +stream.userinfo.ban=Spären +stream.userinfo.chatTooltip=Klick fir Benotzer ze verwalten +stream.userinfo.mod=Zum Moderator avancéieren +stream.userinfo.timeout=Auszäit +stream.userinfo.unban=Entspären +stream.userinfo.unmod=Moderator zréckstufen +tile.acaciaFence.name=Akazienholzzonk +tile.acaciaFenceGate.name=Akazienholzzonkpaart +tile.activatorRail.name=Aktivéierungsschinn +tile.anvil.intact.name=Amboss +tile.anvil.name=Amboss +tile.anvil.slightlyDamaged.name=Liicht laidéierten Amboss +tile.anvil.veryDamaged.name=Staark laidéierten Amboss +tile.barrier.name=Barrière +tile.beacon.name=Liichtfeier +tile.beacon.primary=Primärkraaft +tile.beacon.secondary=Sekundärkraaft +tile.bed.name=Bett +tile.bed.noSleep=Du kanns nëmmen an der Nuecht schlofen +tile.bed.notSafe=Du kanns lo net schlofen, et si Monsteren an der Géigend +tile.bed.notValid=Däi Bett gouf blockéiert oder zerstéiert +tile.bed.occupied=D'Bett ass besat +tile.bedrock.name=Grondsteen +tile.birchFence.name=Bierkenholzzonk +tile.birchFenceGate.name=Bierkenholzzonkpaart +tile.blockCoal.name=Kueleblock +tile.blockDiamond.name=Diamantblock +tile.blockEmerald.name=Smaragdblock +tile.blockGold.name=Goldblock +tile.blockIron.name=Eiseblock +tile.blockLapis.name=Lapislazuliblock +tile.blockRedstone.name=Routsteeblock +tile.bookshelf.name=Bicherregal +tile.brick.name=Zillen +tile.button.name=Knäppchen +tile.cactus.name=Kaktus +tile.cake.name=Kuch +tile.carrots.name=Muerten +tile.cauldron.name=Kessel +tile.chest.name=Këscht +tile.chestTrap.name=Falekëscht +tile.clay.name=Leem +tile.clayHardened.name=Haarden Toun +tile.clayHardenedStained.black.name=Schwaarz gefierften Toun +tile.clayHardenedStained.blue.name=Blo gefierften Toun +tile.clayHardenedStained.brown.name=Brong gefierften Toun +tile.clayHardenedStained.cyan.name=Zyan gefierften Toun +tile.clayHardenedStained.gray.name=Gro gefierften Toun +tile.clayHardenedStained.green.name=Gréng gefierften Toun +tile.clayHardenedStained.lightBlue.name=Hellblo gefierften Toun +tile.clayHardenedStained.lime.name=Hellgréng gefierften Toun +tile.clayHardenedStained.magenta.name=Magenta gefierften Toun +tile.clayHardenedStained.name=Gefierften Toun +tile.clayHardenedStained.orange.name=Orange gefierften Toun +tile.clayHardenedStained.pink.name=Rosa gefierften Toun +tile.clayHardenedStained.purple.name=Mof gefierften Toun +tile.clayHardenedStained.red.name=Rout gefierften Toun +tile.clayHardenedStained.silver.name=Hellgro gefierften Toun +tile.clayHardenedStained.white.name=Wäiss gefierften Toun +tile.clayHardenedStained.yellow.name=Giel gefierften Toun +tile.cloth.black.name=Schwaarz Woll +tile.cloth.blue.name=Blo Woll +tile.cloth.brown.name=Brong Woll +tile.cloth.cyan.name=Zyan Woll +tile.cloth.gray.name=Gro Woll +tile.cloth.green.name=Gréng Woll +tile.cloth.lightBlue.name=Hellblo Woll +tile.cloth.lime.name=Hellgréng Woll +tile.cloth.magenta.name=Magenta Woll +tile.cloth.name=Woll +tile.cloth.orange.name=Orange Woll +tile.cloth.pink.name=Rosa Woll +tile.cloth.purple.name=Mof Woll +tile.cloth.red.name=Rout Woll +tile.cloth.silver.name=Hellgro Woll +tile.cloth.white.name=Woll +tile.cloth.yellow.name=Giel Woll +tile.cobbleWall.mossy.name=Bemoosste Paweemauer +tile.cobbleWall.normal.name=Paweemauer +tile.cocoa.name=Kakao +tile.commandBlock.name=Befehlsblock +tile.crops.name=Weess +tile.darkOakFence.name=Schwaarzeechenholzzonk +tile.darkOakFenceGate.name=Schwaarzeechenholzzonkpaart +tile.daylightDetector.name=Sonneliichtsensor +tile.deadbush.name=Ofgestuerwene Strauch +tile.detectorRail.name=Sensorschinn +tile.dirt.coarse.name=Graff Äerd +tile.dirt.default.name=Äerd +tile.dirt.name=Äerd +tile.dirt.podzol.name=Podsol +tile.dispenser.name=Verdeeler +tile.doorIron.name=Eisendier +tile.doorWood.name=Holzdier +tile.doublePlant.fern.name=Grousst Onkraut +tile.doublePlant.grass.name=Héicht Gras +tile.doublePlant.name=Planz +tile.doublePlant.paeonia.name=Päischtrous +tile.doublePlant.rose.name=Rousenheck +tile.doublePlant.sunflower.name=Sonneblumm +tile.doublePlant.syringa.name=Neelchesblumm +tile.dragonEgg.name=Draachenee +tile.dropper.name=Spender +tile.enchantmentTable.name=Zauberdësch +tile.endPortalFrame.name=Endportal +tile.enderChest.name=Enderkëscht +tile.farmland.name=Feld +tile.fence.name=Eechenholzzonk +tile.fenceGate.name=Eechenholzzonkpaart +tile.fenceIron.name=Eisegitter +tile.fire.name=Feier +tile.flower1.dandelion.name=Bettseechesch +tile.flower1.name=Blumm +tile.flower2.allium.name=Knuewelek +tile.flower2.blueOrchid.name=Blo Orchidee +tile.flower2.houstonia.name=Porzeläinsstäerchen +tile.flower2.name=Blumm +tile.flower2.oxeyeDaisy.name=Maargréitchen +tile.flower2.poppy.name=Feierblumm +tile.flower2.tulipOrange.name=Orange Tulp +tile.flower2.tulipPink.name=Rosa Tulp +tile.flower2.tulipRed.name=Rout Tulp +tile.flower2.tulipWhite.name=Wäiss Tulp +tile.furnace.name=Uewen +tile.glass.name=Glas +tile.goldenRail.name=Beschleunegungsschinn +tile.grass.name=Gras +tile.gravel.name=Kräsi +tile.hayBlock.name=Bott +tile.hellrock.name=Nethersteen +tile.hellsand.name=Séilesand +tile.hopper.name=Triichter +tile.ice.name=Äis +tile.icePacked.name=Packäis +tile.ironTrapdoor.name=Eiseklappdier +tile.jukebox.name=Plackespiller +tile.jungleFence.name=Tropenholzzonk +tile.jungleFenceGate.name=Tropenholzzonkpaart +tile.ladder.name=Leeder +tile.lava.name=Lava +tile.leaves.acacia.name=Akazieblieder +tile.leaves.big_oak.name=Schwaarzeecheblieder +tile.leaves.birch.name=Bierkeblieder +tile.leaves.jungle.name=Tropeblieder +tile.leaves.name=Blieder +tile.leaves.oak.name=Eecheblieder +tile.leaves.spruce.name=Fiichtennolen +tile.lever.name=Schalter +tile.lightgem.name=Liichtsteen +tile.litpumpkin.name=Beliichte Kürbis +tile.lockedchest.name=Geséchert Këscht +tile.log.acacia.name=Akazienholz +tile.log.big_oak.name=Schwaarzeechenholz +tile.log.birch.name=Bierkenholz +tile.log.jungle.name=Tropenholz +tile.log.name=Holz +tile.log.oak.name=Eechenholz +tile.log.spruce.name=Fiichtenholz +tile.melon.name=Meloun +tile.mobSpawner.name=Monsterspawner +tile.monsterStoneEgg.brick.name=Steenzillen (Sëlwerfëschelchen) +tile.monsterStoneEgg.chiseledbrick.name=Gemeesselt Steenzillen (Sëlwerfëschelchen) +tile.monsterStoneEgg.cobble.name=Pawee (Sëlwerfëschelchen) +tile.monsterStoneEgg.crackedbrick.name=Rësseg Steenzillen (Sëlwerfëschelchen) +tile.monsterStoneEgg.mossybrick.name=Bemoosste Steenzillen (Sëlwerfëschelchen) +tile.monsterStoneEgg.name=Steen (Sëlwerfëschelchen) +tile.monsterStoneEgg.stone.name=Steen (Sëlwerfëschelchen) +tile.mushroom.name=Champignon +tile.musicBlock.name=Nouteblock +tile.mycel.name=Pilzgeflecht +tile.netherBrick.name=Nethersteen +tile.netherFence.name=Nethersteenzillenzonk +tile.netherStalk.name=Netherwaarzel +tile.netherquartz.name=Netherquarzäerz +tile.notGate.name=Routsteefakel +tile.obsidian.name=Obsidian +tile.oreCoal.name=Steekuelenäerz +tile.oreDiamond.name=Diamantäerz +tile.oreEmerald.name=Smaragdäerz +tile.oreGold.name=Goldäerz +tile.oreIron.name=Eisenäerz +tile.oreLapis.name=Lapislazuliäerz +tile.oreRedstone.name=Roudsteenäerz +tile.oreRuby.name=Rubinäerz +tile.pistonBase.name=Piston +tile.pistonStickyBase.name=Pechege Piston +tile.portal.name=Portal +tile.potatoes.name=Buppen +tile.pressurePlateStone.name=Steendrockplack +tile.pressurePlateWood.name=Holzdrockplack +tile.prismarine.bricks.name=Prismarinzillen +tile.prismarine.dark.name=Donkele Prismarin +tile.prismarine.rough.name=Prismarin +tile.pumpkin.name=Kürbis +tile.quartzBlock.chiseled.name=Gemeesselte Quarzblock +tile.quartzBlock.default.name=Quarzblock +tile.quartzBlock.lines.name=Quarzsail +tile.quartzBlock.name=Quarzblock +tile.rail.name=Schinn +tile.redSandStone.chiseled.name=Gemeesselte roude Sandsteen +tile.redSandStone.default.name=Roude Sandsteen +tile.redSandStone.name=Roude Sandsteen +tile.redSandStone.smooth.name=Glate roude Sandsteen +tile.redstoneDust.name=Roudsteestëbs +tile.redstoneLight.name=Roudsteenluucht +tile.reeds.name=Zockerrouer +tile.sand.default.name=Sand +tile.sand.name=Sand +tile.sand.red.name=Roude Sand +tile.sandStone.chiseled.name=Gemeesselte Sandsteen +tile.sandStone.default.name=Sandsteen +tile.sandStone.name=Sandsteen +tile.sandStone.smooth.name=Glate Sandsteen +tile.sapling.acacia.name=Akaziesetzlek +tile.sapling.big_oak.name=Schwaarzeechesetzlek +tile.sapling.birch.name=Bierkesetzlek +tile.sapling.jungle.name=Tropesetzlek +tile.sapling.oak.name=Eechesetzlek +tile.sapling.spruce.name=Fiichtesetzlek +tile.seaLantern.name=Séilanter +tile.sign.name=Schëld +tile.slime.name=Schläimblock +tile.snow.name=Schnéi +tile.sponge.dry.name=Schwamp +tile.sponge.wet.name=Naasse Schwamp +tile.spruceFence.name=Fiichtenholzzonk +tile.spruceFenceGate.name=Fiichtenholzzonkpaart +tile.stainedGlass.black.name=Schwaarzt Glas +tile.stainedGlass.blue.name=Blot Glas +tile.stainedGlass.brown.name=Brongt Glas +tile.stainedGlass.cyan.name=Zyan Glas +tile.stainedGlass.gray.name=Grot Glas +tile.stainedGlass.green.name=Gréngt Glas +tile.stainedGlass.lightBlue.name=Hellblot Glas +tile.stainedGlass.lime.name=Hellgréngt Glas +tile.stainedGlass.magenta.name=Magenta Glas +tile.stainedGlass.name=Gefierftent Glas +tile.stainedGlass.orange.name=Orange Glas +tile.stainedGlass.pink.name=Rosat Glas +tile.stainedGlass.purple.name=Moft Glas +tile.stainedGlass.red.name=Rout Glas +tile.stainedGlass.silver.name=Hellgrot Glas +tile.stainedGlass.white.name=Wäisst Glas +tile.stainedGlass.yellow.name=Gielt Glas +tile.stairsBrick.name=Zillentrapen +tile.stairsNetherBrick.name=Nethersteentrapen +tile.stairsQuartz.name=Quarztrapen +tile.stairsRedSandStone.name=Rout Sandsteentrapen +tile.stairsSandStone.name=Sandsteentrapen +tile.stairsStone.name=Steentrapen +tile.stairsStoneBrickSmooth.name=Steenzillentrapen +tile.stairsWood.name=Eechenholztrapen +tile.stairsWoodAcacia.name=Akazienholztrapen +tile.stairsWoodBirch.name=Bierkenholztrapen +tile.stairsWoodDarkOak.name=Schwarzeechenholztrapen +tile.stairsWoodJungle.name=Tropenholztrapen +tile.stairsWoodSpruce.name=Fiichtenholztrapen +tile.stone.andesite.name=Andesit +tile.stone.andesiteSmooth.name=Poléierten Andesit +tile.stone.diorite.name=Diorit +tile.stone.dioriteSmooth.name=Poléierten Diorit +tile.stone.granite.name=Granit +tile.stone.graniteSmooth.name=Poléierte Granit +tile.stone.stone.name=Steen +tile.stoneMoss.name=Bemoosste Steen +tile.stoneSlab.brick.name=Zilleplack +tile.stoneSlab.cobble.name=Paweeplack +tile.stoneSlab.name=Steeplack +tile.stoneSlab.netherBrick.name=Netherzilleplack +tile.stoneSlab.quartz.name=Quarzplack +tile.stoneSlab.sand.name=Sandsteeplack +tile.stoneSlab.smoothStoneBrick.name=Steenzilleplack +tile.stoneSlab.stone.name=Steeplack +tile.stoneSlab.wood.name=Holzplack +tile.stoneSlab2.red_sandstone.name=Rout Sandsteeplack +tile.stonebrick.name=Pawee +tile.stonebricksmooth.chiseled.name=Gemeesselt Steenzillen +tile.stonebricksmooth.cracked.name=Rësseg Steenzillen +tile.stonebricksmooth.default.name=Steenzillen +tile.stonebricksmooth.mossy.name=Bemoosste Steenzillen +tile.stonebricksmooth.name=Steenzillen +tile.tallgrass.fern.name=Onkraut +tile.tallgrass.grass.name=Gras +tile.tallgrass.name=Gras +tile.tallgrass.shrub.name=Strauch +tile.thinGlass.name=Glasscheif +tile.thinStainedGlass.black.name=Schwaarz gefierfte Glasscheif +tile.thinStainedGlass.blue.name=Blo gefierfte Glasscheif +tile.thinStainedGlass.brown.name=Brong gefierfte Glasscheif +tile.thinStainedGlass.cyan.name=Zyan gefierfte Glasscheif +tile.thinStainedGlass.gray.name=Gro gefierfte Glasscheif +tile.thinStainedGlass.green.name=Gréng gefierfte Glasscheif +tile.thinStainedGlass.lightBlue.name=Hellblo gefierfte Glasscheif +tile.thinStainedGlass.lime.name=Hellgréng gefierfte Glasscheif +tile.thinStainedGlass.magenta.name=Magenta gefierfte Glasscheif +tile.thinStainedGlass.name=Gefierfte Glasscheif +tile.thinStainedGlass.orange.name=Orange gefierfte Glasscheif +tile.thinStainedGlass.pink.name=Rosa gefierfte Glasscheif +tile.thinStainedGlass.purple.name=Mof gefierfte Glasscheif +tile.thinStainedGlass.red.name=Roud gefierfte Glasscheif +tile.thinStainedGlass.silver.name=Hellgro gefierfte Glasscheif +tile.thinStainedGlass.white.name=Wäiss gefierfte Glasscheif +tile.thinStainedGlass.yellow.name=Giel gefierfte Glasscheif +tile.tnt.name=TNT +tile.torch.name=Fakel +tile.trapdoor.name=Holzklappdier +tile.tripWire.name=Faldrot +tile.tripWireSource.name=Krop +tile.vine.name=Lianen +tile.water.name=Waasser +tile.waterlily.name=Séirous +tile.web.name=Spaweck +tile.weightedPlate_heavy.name=Woplack (schwéier Gewiichter) +tile.weightedPlate_light.name=Woplack (liicht Gewiichter) +tile.whiteStone.name=Endsteen +tile.wood.acacia.name=Akazienholzbrieder +tile.wood.big_oak.name=Schwarzeechebrieder +tile.wood.birch.name=Bierkenholzbrieder +tile.wood.jungle.name=Tropenholzbrieder +tile.wood.name=Holzbrieder +tile.wood.oak.name=Eechenholzbrieder +tile.wood.spruce.name=Fiichtenholzbrieder +tile.woodSlab.acacia.name=Akazienholzplack +tile.woodSlab.big_oak.name=Schwarzeechenholzblack +tile.woodSlab.birch.name=Bierkenholzplack +tile.woodSlab.jungle.name=Tropenholzplack +tile.woodSlab.name=Holzplack +tile.woodSlab.oak.name=Eechenholzplack +tile.woodSlab.spruce.name=Fiichtenholzplack +tile.woolCarpet.black.name=Schwaarzen Teppech +tile.woolCarpet.blue.name=Bloen Teppech +tile.woolCarpet.brown.name=Brongen Teppech +tile.woolCarpet.cyan.name=Zyan Teppech +tile.woolCarpet.gray.name=Groen Teppech +tile.woolCarpet.green.name=Gréngen Teppech +tile.woolCarpet.lightBlue.name=Hellbloen Teppech +tile.woolCarpet.lime.name=Hellgréngen Teppech +tile.woolCarpet.magenta.name=Magentaen Teppech +tile.woolCarpet.name=Teppech +tile.woolCarpet.orange.name=Orangen Teppech +tile.woolCarpet.pink.name=Rosaen Teppech +tile.woolCarpet.purple.name=Mofen Teppech +tile.woolCarpet.red.name=Rouden Teppech +tile.woolCarpet.silver.name=Hellgroen Teppech +tile.woolCarpet.white.name=Teppech +tile.woolCarpet.yellow.name=Gielen Teppech +tile.workbench.name=Wierkbänk +title.oldgl1=Aal Grafikkaart erkannt; dat kéint dech an Zukunft +title.oldgl2=um Spillen hënneren, well OpenGL 2.0 gebraucht gëtt. +translation.test.invalid=moien % +translation.test.none=Moien, Welt! +translation.test.world=Welt diff --git a/javascript/lang/lt_LT.lang b/javascript/lang/lt_LT.lang new file mode 100755 index 00000000..1d382120 --- /dev/null +++ b/javascript/lang/lt_LT.lang @@ -0,0 +1,2518 @@ +achievement.acquireIron=Prie technikos! +achievement.acquireIron.desc=IÅ¡lydykite geležies rÅ«dos blokÄ… +achievement.bakeCake=Saldumynai! +achievement.bakeCake.desc=KvieÄiai, cukrus, pienas ir kiauÅ¡iniai! +achievement.blazeRod=UžgrÅ«dintas +achievement.blazeRod.desc=IÅ¡gaukite iÅ¡ Liepsnos jos strypÄ… +achievement.bookcase=Bibliotekininkas +achievement.bookcase.desc=Pastatykite lentynų, kad patobulintumÄ—te savo kerÄ—jimų stalÄ… +achievement.breedCow=Rūšies atkÅ«rimas +achievement.breedCow.desc=Užauginkite dvi karves maitindami kvieÄiais +achievement.buildBetterPickaxe=TobulÄ—jimo metas! +achievement.buildBetterPickaxe.desc=Pasidarykite geresnį kirtiklį +achievement.buildFurnace=KarÅ¡ta tema +achievement.buildFurnace.desc=Pasidarykite krosnį iÅ¡ aÅ¡tuonių akmens skaldos blokų +achievement.buildHoe=Laikas Å«kininkauti! +achievement.buildHoe.desc=IÅ¡ lentų ir pagaliukų pasidarykite kauptukÄ… +achievement.buildPickaxe=Laikas kasti! +achievement.buildPickaxe.desc=Naudokite lentas ir pagaliukus pagaminti kirtikliui +achievement.buildSword=Laikas pulti! +achievement.buildSword.desc=Naudodami pagaliukus ir lentas pasidarykite kardÄ… +achievement.buildWorkBench=Darbininkas +achievement.buildWorkBench.desc=Pasigaminkite darbastalį iÅ¡ keturių lentų blokų +achievement.cookFish=GurmaniÅ¡ka žuvis +achievement.cookFish.desc=Pasigaukite ir iÅ¡kepkite žuvį! +achievement.diamonds=DEIMANTAI! +achievement.diamonds.desc=Gaukite deimantų savo geležiniais įrankiais +achievement.diamondsToYou=Deimantai Jums! +achievement.diamondsToYou.desc=Numeskite deimantų kitam žaidÄ—jui. +achievement.enchantments=KerÄ—tojas +achievement.enchantments.desc=Panaudokite knygas, obsidianÄ… ir deimantus pasidaryti kerÄ—jimų stalui +achievement.exploreAllBiomes=Nuotykių laikas +achievement.exploreAllBiomes.desc=Suraskite visus biomus +achievement.flyPig=Kai kiaulÄ—s skraido +achievement.flyPig.desc=Nuskriskite su kiaule nuo kalvos +achievement.fullBeacon=Å vyturininkas +achievement.fullBeacon.desc=Sukurkite pilnÄ… Å¡vyturį +achievement.get=Gautas pasiekimas! +achievement.ghast=Grąžinti siuntÄ—jui +achievement.ghast.desc=Nužudykite Å mÄ—klÄ… jos paÄios ugniniu kamuoliu +achievement.killCow=Karvių medžiotojas +achievement.killCow.desc=Gaukite odos +achievement.killEnemy=Monstrų medžiotojas +achievement.killEnemy.desc=Užpulkite ir nukaukite monstrÄ… +achievement.killWither=Pradžia. +achievement.killWither.desc=Nužudyk nykÅ«nÄ… +achievement.makeBread=Kepti duonÄ… +achievement.makeBread.desc=IÅ¡ kvieÄių pasigaminkite duonos +achievement.mineWood=KumÅ¡tis į medį! +achievement.mineWood.desc=Daužykite medį kol iÅ¡ jo iÅ¡kris medienos +achievement.onARail=Ant bÄ—gių +achievement.onARail.desc=Nukeliaukite vagonÄ—liu bent 1 km nuo ten kur pradÄ—jote +achievement.openInventory=Inventorizacija +achievement.openInventory.desc=Paspauskite '%1$s' inventoriui atidaryti +achievement.overkill=Asas +achievement.overkill.desc=Atimkite aÅ¡tuonias Å¡irdeles vienu kirÄiu +achievement.overpowered=Ä®veikta +achievement.overpowered.desc=Pagamink Notch obuolį +achievement.portal=Mums reikia eiti giliau +achievement.portal.desc=Pastatykite portalÄ… į PragarÄ… +achievement.potion=Vietiniai viralai +achievement.potion.desc=IÅ¡virkite eliksyrÄ… +achievement.requires=Reikalingas '%1$s' +achievement.snipeSkeleton=Snaiperių kova +achievement.snipeSkeleton.desc=Nužudykite skeletÄ… su strÄ—le daugiau nei per 50 metrų +achievement.spawnWither=Pradžia? +achievement.spawnWither.desc=Padarykite nykÅ«nÄ… +achievement.taken=Atlikta! +achievement.theEnd=Pabaiga? +achievement.theEnd.desc=Suraskite PabaigÄ… +achievement.theEnd2=Pabaiga. +achievement.theEnd2.desc=Nukaukite Pabaigos drakonÄ… +achievement.unknown=??? +addServer.add=Atlikta +addServer.enterIp=Serverio adresas +addServer.enterName=Serverio pavadinimas +addServer.hideAddress=SlÄ—pti adresÄ… +addServer.resourcePack=Serverio resursų paketai +addServer.resourcePack.disabled=IÅ¡jungta +addServer.resourcePack.enabled=Ä®jungta +addServer.resourcePack.prompt=Klausti +addServer.title=Keisti serverio informacijÄ… +advMode.allEntities=Naudokite "@e" kreipdamiesi į visus objektus +advMode.allPlayers=Naudokite "@a" kreipdamiesi į visus žaidÄ—jus +advMode.command=KonsolÄ—s komanda +advMode.nearestPlayer=Naudokite "@p" kreipdamiesi į arÄiausiÄ… žaidÄ—jÄ… +advMode.notAllowed=Turite turÄ—ti aukÅ¡tesnes teises ir bÅ«ti kÅ«rybiniame režime +advMode.notEnabled=Komandų blokai Å¡iame serveryje iÅ¡jungti +advMode.previousOutput=AnkstesnÄ— iÅ¡eitis +advMode.randomPlayer=Naudokite "@r" kreipdamiesi į atsitiktinį žaidÄ—jÄ… +advMode.setCommand=KonsolÄ—s komandos blokui nustatymas +advMode.setCommand.success=Komanda nustatyta: %s +attribute.modifier.plus.0=+%s %s +attribute.modifier.plus.1=+%s%% %s +attribute.modifier.plus.2=+%s%% %s +attribute.modifier.take.0=-%s %s +attribute.modifier.take.1=-%s%% %s +attribute.modifier.take.2=-%s%% %s +attribute.name.generic.attackDamage=Puolimo žala +attribute.name.generic.followRange=Padarų sekimo atstumas +attribute.name.generic.knockbackResistance=Atsparumas smÅ«giams +attribute.name.generic.maxHealth=Daugiausia sveikatos +attribute.name.generic.movementSpeed=Greitis +attribute.name.horse.jumpStrength=Arklio Å¡uolio jÄ—ga +attribute.name.zombie.spawnReinforcements=Zombių pastiprinimas +book.byAuthor=autorius: %1$s +book.editTitle=Ä®veskite knygos pavadinimÄ…: +book.finalizeButton=PasiraÅ¡yti ir uždaryti +book.finalizeWarning=Pastaba: pasiraÅ¡ius knygÄ…, jos nebebus galima redaguoti. +book.generation.0=Originalas +book.generation.1=Originalo kopija +book.generation.2=Kopijos kopija +book.generation.3=Nudriskusi +book.pageIndicator=Puslapis %1$s iÅ¡ %2$s +book.signButton=PasiraÅ¡yti +build.tooHigh=AukÅ¡tis iki kurio galima statyti yra %s blokų +chat.cannotSend=Nepavyko iÅ¡siųsti pokalbio žinutÄ—s +chat.copy=Kopijuoti į iÅ¡karpinÄ™ +chat.link.confirm=Ar tikrai norite atverti Å¡iÄ… interneto svetainÄ™? +chat.link.confirmTrusted=Ar norite atidaryti Å¡iÄ… nuorodÄ… arba nukopijuoti į iÅ¡karpinÄ™? +chat.link.open=Atidaryti narÅ¡yklÄ—je +chat.link.warning=Niekada neatidarinÄ—kite nuorodų iÅ¡ žmonių, kuriais nepasitikite! +chat.stream.emote=(%s) * %s %s +chat.stream.text=(%s) <%s> %s +chat.type.achievement=%s gavo pasiekimÄ… %s +chat.type.achievement.taken=%s neteko pasiekimo %s +chat.type.admin=[%s: %s] +chat.type.announcement=[%s] %s +chat.type.emote=* %s %s +chat.type.text=<%s> %s +commands.achievement.alreadyHave=ŽaidÄ—jas/a %s jau turi pasiekimÄ… %s +commands.achievement.dontHave=ŽaidÄ—jas/a %s neturi pasiekimo %s +commands.achievement.give.success.all=SÄ—kmingai duoti visi pasiekimai %s +commands.achievement.give.success.one=%s sÄ—kmingai gavo pasiekimÄ… %s +commands.achievement.statTooLow=ŽaidÄ—jas %s neturi pasiekimo %s +commands.achievement.take.success.all=SÄ—kmingai paimti visi pasiekimai iÅ¡ %s +commands.achievement.take.success.one=SÄ—kmingai paimtas pasiekimas %s iÅ¡ %s +commands.achievement.unknownAchievement=Nežinomas pasiekimas ar statistika '%s' +commands.achievement.usage=/achievement [žaidÄ—jas] +commands.ban.failed=Nepavyko užblokuoti žaidÄ—jo/os %s +commands.ban.success=%s buvo užblokuotas +commands.ban.usage=/ban [priežastis...] +commands.banip.invalid=JÅ«s įvedÄ—te neteisingÄ… IP adresÄ… arba žaidÄ—jas/a nÄ—ra prisijungÄ™s/usi +commands.banip.success=Uždraustas IP adresas %s +commands.banip.success.players=Uždraustas IP adresas %s priklausantis %s +commands.banip.usage=/ban-ip [priežastis...] +commands.banlist.ips=Yra %s užblokuotų IP adresų: +commands.banlist.players=Yra %s užblokuotų žaidÄ—jų: +commands.banlist.usage=/banlist [ips|žaidÄ—jai] +commands.blockdata.failed=Duomenų žymÄ— nebuvo pakeista: %s +commands.blockdata.notValid=Pasirinktas blokas neturi duomenų +commands.blockdata.outOfWorld=Negalima pakeisti bloko už pasaulio ribų +commands.blockdata.success=Blokų duomenys atnaujinti į: %s +commands.blockdata.tagError=Duomenų žymÄ—s apdoroti nepavyko: %s +commands.blockdata.usage=/blockdata +commands.chunkinfo.compiled=Pasaulio dalis sudaryta. +commands.chunkinfo.data=Pirmos 64 viršūnÄ—s yra: %s +commands.chunkinfo.empty=Pasaulio dalis yra tuÅ¡Äia. +commands.chunkinfo.hasLayers=Pasaulio dalis turi sluoksnius: %s +commands.chunkinfo.hasNoRenderableLayers=Pasaulio dalis turi neatvaizduojamus sluoksnius. +commands.chunkinfo.isEmpty=Pasaulio dalis turi tuÅ¡Äius sluoksnius: %s +commands.chunkinfo.location=Pasaulio dalies vieta: (%s, %s, %s) +commands.chunkinfo.noChunk=Nerasta pasaulio dalis pasaulio dalies padÄ—tyje %s, %s, %s +commands.chunkinfo.notCompiled=Pasaulio dalis nesudaryta. +commands.chunkinfo.notEmpty=Pasaulio dalis nÄ—ra tuÅ¡Äia. +commands.chunkinfo.usage=/chunkinfo [ ] +commands.chunkinfo.vertices=%s sluoksnio buferis turi %s virÅ¡unių +commands.clear.failure=Nepavyko iÅ¡valyti %s inventoriaus, nes nÄ—ra daiktų paÅ¡alinimui +commands.clear.success=%s inventorius iÅ¡valytas, paÅ¡alinta %s daiktų +commands.clear.tagError=Duomenų žymÄ—s apdoroti nepavyko: %s +commands.clear.testing=%s turi %s daiktus, kurie atitinka kriterijus +commands.clear.usage=/clear [žaidÄ—jas] [daiktas] [duomenys] [maks. kiekis] [duomenų žymÄ—] +commands.clone.failed=NÄ—ra klonuotų blokų +commands.clone.noOverlap=Å altinis ir vieta negali persikloti +commands.clone.outOfWorld=Negalima pasiekti blokų, esanÄių už pasaulio ribų +commands.clone.success=Klonuota %s blokų +commands.clone.tooManyBlocks=Per daug blokų nurodytoje vietoje (%s > %s) +commands.clone.usage=/clone [režimas] +commands.compare.failed=Å altinis ir vieta nÄ—ra identiÅ¡ki +commands.compare.outOfWorld=Negalima pasiekti blokų, esanÄių už pasaulio ribų +commands.compare.success=Palyginta %s blokų +commands.compare.tooManyBlocks=Per daug blokų nurodytoje vietoje (%s > %s) +commands.compare.usage=/testforblocks [režimas] +commands.debug.notStarted=Negalima sustabdyti profiliavimo nes jis dar nepradÄ—tas +commands.debug.start=PradÄ—tas sistemos profiliavimas +commands.debug.stop=Sistemos profiliavimas sustabdytas po %s sekundžių (%s laiko vienetų) +commands.defaultgamemode.success=Numatytasis pasaulio žaidimo režimas dabar - %s +commands.defaultgamemode.usage=/defaultgamemode +commands.deop.failed=Nepavyko atimti administratoriaus teisių iÅ¡ žaidÄ—jo/os %s +commands.deop.success=%s atimtos administratoriaus teisÄ—s +commands.deop.usage=/deop <žaidÄ—jas> +commands.difficulty.success=Žaidimo lygis nustatytas į %s +commands.difficulty.usage=/difficulty +commands.downfall.success=Orai pakeisti +commands.downfall.usage=/toggledownfall +commands.effect.failure.notActive=Nepavyko paÅ¡alinti %1$s iÅ¡ žaidÄ—jo/os %2$s, nes neturi tokio efekto +commands.effect.failure.notActive.all=Nepavyko atimti efektų iÅ¡ %s, nes jų nebuvo +commands.effect.notFound=NÄ—ra tokio efekto ID %s +commands.effect.success=Suteiktas %1$s (ID %2$s) * %3$s žaidÄ—jui/ai %4$s %5$s sekundÄ—ms +commands.effect.success.removed=PaÅ¡alintas %1$s iÅ¡ žaidÄ—jos/o %2$s +commands.effect.success.removed.all=Nuimti visi %s efektai +commands.effect.usage=/effect <žaidÄ—jas> [sekundÄ—s] [stiprumas] [paslÄ—pti daleles] +commands.enchant.cantCombine=%1$s negali bÅ«ti sujungtas su %2$s +commands.enchant.cantEnchant=Pasirinktas užkerÄ—jimas negali bÅ«ti pritaikytas Å¡iam daiktui +commands.enchant.noItem=ŽaidÄ—jas nelaiko jokio daikto +commands.enchant.notFound=NÄ—ra tokio užkerÄ—jimo ID: %s +commands.enchant.success=UžkerÄ—jimas sÄ—kmingas +commands.enchant.usage=/enchant <žaidÄ—jas> [lygis] +commands.entitydata.failed=Duomenų žymÄ— nebuvo pakeista: %s +commands.entitydata.noPlayers=%s yra žaidÄ—jas ir negali bÅ«ti pakeistas +commands.entitydata.success=Objekto duomenys atnaujinti į: %s +commands.entitydata.tagError=Duomenų žymÄ—s apdoroti nepavyko: %s +commands.entitydata.usage=/entitydata +commands.execute.allInvocationsFailed=Visi iššūkiai nepavyko: '%s' +commands.execute.failed=Nepavyko įvykdyti '%s' kaip %s +commands.execute.usage=/execute ARBA /execute detect +commands.fill.failed=NÄ—ra užpildytų blokų +commands.fill.outOfWorld=Negalima padÄ—ti bloko už pasaulio ribų +commands.fill.success=%s blokai užpildyti +commands.fill.tagError=Duomenų žymÄ—s apdoroti nepavyko: %s +commands.fill.tooManyBlocks=Per daug blokų nurodytoje vietoje (%s > %s) +commands.fill.usage=/fill [duomenų reikÅ¡mÄ—] [senas bloko naudojimas] [duomenų žymÄ—s] +commands.gamemode.success.other=%s žaidimo režimas nustatytas į %s +commands.gamemode.success.self=JÅ«sų žaidimo režimas nustatytas į %s +commands.gamemode.usage=/gamemode [žaidÄ—jas] +commands.gamerule.nopermission=Tik serverio savininkai gali pakeisti '%s' +commands.gamerule.norule=NÄ—ra žaidimo taisyklÄ—s pavadinimu %s +commands.gamerule.success=Žaidimo taisyklÄ— atnaujinta +commands.gamerule.usage=/gamerule [reikÅ¡mÄ—] +commands.generic.boolean.invalid='%s' nÄ—ra "true/false" reikÅ¡mÄ— +commands.generic.double.tooBig=SkaiÄius, kurį įvedÄ—te (%s), yra per didelis, jis turi bÅ«ti ne didesnis už %s +commands.generic.double.tooSmall=SkaiÄius, kurį įvedÄ—te (%s), yra per mažas, jis turi bÅ«ti ne mažesnis už %s +commands.generic.entity.invalidType=Objekto tipas '%s' yra klaidingas +commands.generic.entity.invalidUuid=Pateiktas objekto UUID yra neteisingo formato +commands.generic.entity.notFound=Å is objektas nerastas +commands.generic.exception=Bandant įvykdyti Å¡iÄ… komandÄ… įvyko nežinoma klaida +commands.generic.notFound=Nežinoma komanda. Naudokite /help norÄ—dami pamatyti jų sÄ…rašą +commands.generic.num.invalid='%s' nÄ—ra teisingas skaiÄius +commands.generic.num.tooBig=SkaiÄius, kurį įvedÄ—te (%s), yra per didelis, jis turi bÅ«ti ne didesnis už %s +commands.generic.num.tooSmall=SkaiÄius, kurį įvedÄ—te (%s), yra per mažas, jis turi bÅ«ti bent %s +commands.generic.parameter.invalid='%s' nÄ—ra teisingas parametras +commands.generic.permission=Neturite teisÄ—s naudoti Å¡iÄ… komandÄ… +commands.generic.player.notFound=Å is žaidÄ—jas nerastas +commands.generic.syntax=Netinkama komandos forma +commands.generic.usage=Naudojimas: %s +commands.give.notFound=NÄ—ra tokio daikto ID %s +commands.give.success=Duota %s * %s žaidÄ—jui %s +commands.give.tagError=Duomenų žymÄ—s apdoroti nepavyko: %s +commands.give.usage=/give <žaidÄ—jas> [kiekis] [duomenys] [duomenų žymÄ—s] +commands.help.footer=Patarimas: naudokite vesdami komandÄ… automatiniam komandos ir jos parametrų užbaigimui +commands.help.header=--- Rodomas pagalbos puslapis %s iÅ¡ %s (/help ) --- +commands.help.usage=/help [puslapis|komandos pavadinimas] +commands.kick.success=%s buvo iÅ¡mestas/a iÅ¡ žaidimo +commands.kick.success.reason=%s buvo iÅ¡mestas/a iÅ¡ žaidimo: '%s' +commands.kick.usage=/kick <žaidÄ—jas> [priežastis ...] +commands.kill.successful=Nužudyta %s +commands.kill.usage=/kill [žaidÄ—jas|objektas] +commands.me.usage=/me +commands.message.display.incoming=%s Å¡nabžda jums: %s +commands.message.display.outgoing=JÅ«s suÅ¡nabždÄ—jote %s: %s +commands.message.sameTarget=Negalite siųsti privaÄios žinutÄ—s sau! +commands.message.usage=/tell <žaidÄ—jas> +commands.op.failed=Nepavyko suteikti administratoriaus teisių žaidÄ—jui/ai %s +commands.op.success=%s suteiktos administratoriaus teisÄ—s +commands.op.usage=/op <žaidÄ—jas> +commands.particle.notFound=Nežinomas efekto pavadinimas (%s) +commands.particle.success=Leidžiamas efektas %s %s kartų +commands.particle.usage=/particle [kiekis] [režimas] +commands.players.list=Å iuo metu yra %s/%s prisijungusių žaidÄ—jų: +commands.players.usage=/list +commands.playsound.playerTooFar=ŽaidÄ—jas %s yra per toli, kad girdÄ—tų garsÄ… +commands.playsound.success=Sugrotas garsas '%s' žaidÄ—jui %s +commands.playsound.usage=/playsound <žaidÄ—jas> [x] [y] [z] [stiprumas] [garso aukÅ¡tis] [minimalus stiprumas] +commands.publish.failed=Nepavyko įjungti vietinio žaidimo +commands.publish.started=Vietinis žaidimas įjungtas per prievadÄ…: %s +commands.publish.usage=/publish +commands.replaceitem.block.usage=/replaceitem block [kiekis] [duomenys] [duomenų žymÄ—s] +commands.replaceitem.entity.usage=/replaceitem entity [kiekis] [duomenys] [duomenų žymÄ—s] +commands.replaceitem.failed=Negalima pakeisti vietos %s su %s * %s +commands.replaceitem.noContainer=Blokas koordinatÄ—se %s, %s, %s nÄ—ra konteinerio tipo +commands.replaceitem.success=Pakeista vieta %s su %s * %s +commands.replaceitem.tagError=Duomenų žymÄ—s apdoroti nepavyko: %s +commands.replaceitem.usage=/replaceitem ... +commands.save-off.alreadyOff=Saugojimas jau iÅ¡jungtas. +commands.save-off.usage=/save-off +commands.save-on.alreadyOn=Saugojimas jau įjungtas. +commands.save-on.usage=/save-on +commands.save.disabled=Pasaulio auto-saugojimas iÅ¡jungtas +commands.save.enabled=Pasaulio auto-saugojimas įjungtas +commands.save.failed=IÅ¡saugojimas nepavyko: %s +commands.save.start=IÅ¡saugoma... +commands.save.success=Pasaulis iÅ¡saugotas +commands.save.usage=/save-all +commands.say.usage=/say <žinutÄ— ...> +commands.scoreboard.allMatchesFailed=Nieko nepavyko suderinti +commands.scoreboard.noMultiWildcard=Leidžiama tik vieno vartotojo paskaita +commands.scoreboard.objectiveNotFound=Nebuvo rastas tikslas pavadinimu "%s" +commands.scoreboard.objectiveReadOnly=Tikslas "%s" yra tik skaitymui ir negali bÅ«ti nustatytas +commands.scoreboard.objectives.add.alreadyExists=Tikslas pavadinimu "%s" jau egzisuoja +commands.scoreboard.objectives.add.displayTooLong=Pavadinimas atvaizdavimui "%s" yra per ilgas tikslui, jis gali bÅ«ti ne ilgesnis nei %s ženklų +commands.scoreboard.objectives.add.success=Naujas tikslas "%s" pridÄ—tas sÄ—kmingai +commands.scoreboard.objectives.add.tooLong=Pavadinimas "%s" yra per ilgas tikslui, jis gali bÅ«ti ne ilgesnis nei %s ženklų +commands.scoreboard.objectives.add.usage=/scoreboard objectives add [pavadinimas ekranui ...] +commands.scoreboard.objectives.add.wrongType=Negalimas užduoties kriterijaus tipas '%s' +commands.scoreboard.objectives.list.count=Rodoma %s tikslų Å¡vieslentÄ—je: +commands.scoreboard.objectives.list.empty=NÄ—ra tikslų Å¡vieslentÄ—je +commands.scoreboard.objectives.list.entry=- %s: rodomas kaip "%s" ir yra "%s" tipo +commands.scoreboard.objectives.remove.success=Tikslas "%s" sÄ—kmingai paÅ¡alintas +commands.scoreboard.objectives.remove.usage=/scoreboard objectives remove +commands.scoreboard.objectives.setdisplay.invalidSlot=NÄ—ra tokios vaizdavimo vietos "%s" +commands.scoreboard.objectives.setdisplay.successCleared=IÅ¡valyta tikslų vaizdavimo vieta "%s" +commands.scoreboard.objectives.setdisplay.successSet=Rodomas tikslas "%s" vietoje nustatytas į "%s" +commands.scoreboard.objectives.setdisplay.usage=/scoreboard objectives setdisplay [tikslas] +commands.scoreboard.objectives.usage=/scoreboard objectives ... +commands.scoreboard.players.add.usage=/scoreboard players add <žaidÄ—jas> [duomenų žymÄ—] +commands.scoreboard.players.enable.noTrigger=Tikslas %s nÄ—ra gaidukas +commands.scoreboard.players.enable.success=Ä®jungtas gaidukas %s %s +commands.scoreboard.players.enable.usage=/scoreboard players enable <žaidÄ—jas> +commands.scoreboard.players.list.count=Rodoma %s susekti žaidÄ—jai Å¡vieslentÄ—je: +commands.scoreboard.players.list.empty=NÄ—ra sekamų žaidÄ—jų Å¡vieslentÄ—je +commands.scoreboard.players.list.player.count=Rodoma %s susektų tikslų %s'ui: +commands.scoreboard.players.list.player.empty=ŽaidÄ—jas/a %s neturi įraÅ¡ytų taÅ¡kų +commands.scoreboard.players.list.player.entry=- %2$s: %1$s (%3$s) +commands.scoreboard.players.list.usage=/scoreboard players list [pavadinimas] +commands.scoreboard.players.operation.invalidOperation=Klaidingas veiksmas %s +commands.scoreboard.players.operation.notFound=Nerastas rezultatas %s žaidÄ—jui %s +commands.scoreboard.players.operation.success=Veiksmas sÄ—kmingai pritaikytas +commands.scoreboard.players.operation.usage=/scoreboard players operation +commands.scoreboard.players.remove.usage=/scoreboard players remove <žaidÄ—jas> [duomenų žymÄ—] +commands.scoreboard.players.reset.success=Visi %s žaidÄ—jo/os taÅ¡kai nustatyti į 0 +commands.scoreboard.players.reset.usage=/scoreboard players reset <žaidÄ—jas> [tikslas] +commands.scoreboard.players.resetscore.success=Atstatytas rezultatas %s žaidÄ—jo/os %s +commands.scoreboard.players.set.success=%s tikslo taÅ¡kų kiekis žaidÄ—jui %s nustatytas į %s +commands.scoreboard.players.set.tagError=Nepavyko apdoroti duomenų žymÄ—s, priežastis: %s +commands.scoreboard.players.set.tagMismatch=Duomenų žymÄ— nesutampa su %s +commands.scoreboard.players.set.usage=/scoreboard players set <žaidÄ—jas> [duomenų žymÄ—] +commands.scoreboard.players.test.failed=Rezultatas %s NÄ–RA diapazone %s į %s +commands.scoreboard.players.test.notFound=Nerastas rezultatas %s žaidÄ—jui %s +commands.scoreboard.players.test.success=Rezultatas %s yra diapazone %s į %s +commands.scoreboard.players.test.usage=/scoreboard players test <žaidÄ—jas> +commands.scoreboard.players.usage=/scoreboard players ... +commands.scoreboard.teamNotFound=Nebuvo rasta komanda pavadinimu "%s" +commands.scoreboard.teams.add.alreadyExists=Komanda pavadinimu "%s" jau egzistuoja +commands.scoreboard.teams.add.displayTooLong=Pavadinimas vaizdavimui "%s" yra per ilgas komandai, jis gali bÅ«ti ne ilgesnis nei %s ženklų +commands.scoreboard.teams.add.success=Nauja komanda "%s" pridÄ—ta sÄ—kmingai +commands.scoreboard.teams.add.tooLong=Pavadinimas "%s" yra per ilgas komandai, jis gali bÅ«ti ne ilgesnis nei %s ženklų +commands.scoreboard.teams.add.usage=/scoreboard teams add [pavadinimas vaizdavimui ...] +commands.scoreboard.teams.empty.alreadyEmpty=Komanda %s jau tuÅ¡Äia, negalima paÅ¡alinti daugiau žaidÄ—jų +commands.scoreboard.teams.empty.success=PaÅ¡alinti visi %s žaidÄ—jų iÅ¡ komandos %s +commands.scoreboard.teams.empty.usage=/scoreboard teams empty +commands.scoreboard.teams.join.failure=Nepavyko pridÄ—ti %s žaidÄ—jų į komandÄ… %s: %s +commands.scoreboard.teams.join.success=PridÄ—ta %s žaidÄ—jų į komandÄ… %s: %s +commands.scoreboard.teams.join.usage=/scoreboard teams join [žaidÄ—jas] +commands.scoreboard.teams.leave.failure=Nepavyko paÅ¡alinti %s žaidÄ—jų iÅ¡ jų komandų: %s +commands.scoreboard.teams.leave.noTeam=JÅ«s nesate komandos dalis +commands.scoreboard.teams.leave.success=PaÅ¡alinta %s žaidÄ—jų iÅ¡ jų komandų: %s +commands.scoreboard.teams.leave.usage=/scoreboard teams leave [žaidÄ—jas] +commands.scoreboard.teams.list.count=Rodoma %s komandų Å¡vieslentÄ—je: +commands.scoreboard.teams.list.empty=NÄ—ra registruotų komandų rezultatų lentelÄ—je +commands.scoreboard.teams.list.entry=- %1$s: '%2$s' turi %3$s žaidÄ—jų +commands.scoreboard.teams.list.player.count=Rodoma %s žaidÄ—jų komandoje %s: +commands.scoreboard.teams.list.player.empty=Komanda %s neturi žaidÄ—jų +commands.scoreboard.teams.list.player.entry=- %2$s: %1$s (%3$s) +commands.scoreboard.teams.list.usage=/scoreboard teams list [pavadinimas] +commands.scoreboard.teams.option.noValue=Galimos reikÅ¡mÄ—s nustatymui %s yra: %s +commands.scoreboard.teams.option.success=Nustatymas %s komandai %s pakeistas į %s +commands.scoreboard.teams.option.usage=/scoreboard teams option +commands.scoreboard.teams.remove.success=PaÅ¡alinta komanda %s +commands.scoreboard.teams.remove.usage=/scoreboard teams remove +commands.scoreboard.teams.usage=/scoreboard teams ... +commands.scoreboard.usage=/scoreboard ... +commands.seed.success=Pasaulio generavimo formulÄ—: %s +commands.seed.usage=/seed +commands.setblock.failed=Neįmanoma padÄ—ti bloko +commands.setblock.noChange=Blokas negali bÅ«ti padÄ—tas +commands.setblock.notFound=NÄ—ra bloko su tokiu ID/pavadinimu %s +commands.setblock.outOfWorld=Negalima padÄ—ti bloko už pasaulio ribų +commands.setblock.success=Blokas padÄ—tas +commands.setblock.tagError=Duomenų žymÄ—s apdoroti nepavyko: %s +commands.setblock.usage=/setblock [duomenų reikÅ¡mÄ—] [senas bloko naudojimas] [duomenų žymÄ—s] +commands.setidletimeout.success=SÄ—kmingai nustatytas laukimo režimo laikas %s minuÄių. +commands.setidletimeout.usage=/setidletimeout +commands.setworldspawn.success=Nustatyta atsiradimo vieta koordinatÄ—se (%s, %s, %s) +commands.setworldspawn.usage=/setworldspawn [ ] +commands.spawnpoint.success=%s prisikÄ—limo taÅ¡kas pakeistas į (%s, %s, %s) +commands.spawnpoint.usage=/spawnpoint [žaidÄ—jas] [ ] +commands.spreadplayers.failure.players=Nepavyko paskleisti %s žaidÄ—jų aplink %s, %s (per daug žaidÄ—jų, bandykite skleisti bent per %s) +commands.spreadplayers.failure.teams=Nepavyko paskleisti %s komandų aplink %s, %s (per daug žaidÄ—jų, bandykite skleisti bent per %s) +commands.spreadplayers.info.players=(vidutinis atstumas tarp žaidÄ—jų yra %s blokų tarp jų po %s perskaiÄiavimų) +commands.spreadplayers.info.teams=(vidutinis atstumas tarp komandų yra %s blokų tarp jų po %s perskaiÄiavimų) +commands.spreadplayers.spreading.players=Skleidžiami %s žaidÄ—jai %s blokų aplink %s, %s (mažiausia %s blokų tarp jų) +commands.spreadplayers.spreading.teams=Skleidžiamos %s komandos %s blokų aplink %s, %s (mažiausia %s blokų tarp jų) +commands.spreadplayers.success.players=SÄ—kmingai paskleisti %s žaidÄ—jai aplink %s, %s +commands.spreadplayers.success.teams=SÄ—kmingai paskleistos %s komandos aplink %s, %s +commands.spreadplayers.usage=/spreadplayers <žaidÄ—jas ...> +commands.stats.block.clear.usage=/stats block clear +commands.stats.block.set.usage=/stats block set +commands.stats.block.usage=/stats block ... +commands.stats.cleared=IÅ¡valyti %s pasiekimai +commands.stats.entity.clear.usage=/stats entity clear +commands.stats.entity.set.usage=/stats entity set +commands.stats.entity.usage=/stats entity +commands.stats.failed=Neteisingi parametrai +commands.stats.noCompatibleBlock=Blokas koordinatÄ—se %s, %s, %s negali sekti pasiekimų +commands.stats.success=Saugoma %s pasiekimų %s %s +commands.stats.usage=/stats ... +commands.stop.start=Serveris stabdomas +commands.stop.usage=/stop +commands.summon.failed=Nepavyko iÅ¡kviesti objekto +commands.summon.outOfWorld=Negalima iÅ¡kviesti objekto už pasaulio ribų +commands.summon.success=Objektas sÄ—kmingai iÅ¡kviestas +commands.summon.tagError=Duomenų žymÄ—s apdoroti nepavyko: %s +commands.summon.usage=/summon [x] [y] [z] [duomenų žymÄ—s] +commands.tellraw.jsonException=Klaidingas json: %s +commands.tellraw.usage=/tellraw <žaidÄ—jas> +commands.testfor.failure=%s nesutapo su reikalinga duomenų struktÅ«ra +commands.testfor.success=Rasta %s +commands.testfor.tagError=Duomenų žymÄ—s apdoroti nepavyko: %s +commands.testfor.usage=/testfor <žaidÄ—jas> [duomenų žymÄ—] +commands.testforblock.failed.data=Blokas koordinatÄ—se %s,%s,%s turÄ—jo duomenų reikÅ¡mÄ™ %s (tikÄ—tasi: %s). +commands.testforblock.failed.nbt=Blokas koordinatÄ—se %s,%s,%s neturÄ—jo reikalingų NBT reikÅ¡mių. +commands.testforblock.failed.tile=Blokas koordinatÄ—se %s,%s,%s yra %s (tikÄ—tasi: %s). +commands.testforblock.failed.tileEntity=Blokas koordinatÄ—se %s,%s,%s nÄ—ra tinklelio objektas ir negali palaikyti žymių palyginimo. +commands.testforblock.outOfWorld=Negalima patikrinti bloko esanÄio už pasaulio ribų +commands.testforblock.success=SÄ—kmingai surastas blokas koordinatÄ—se %s,%s,%s. +commands.testforblock.usage=/testforblock [duomenų reikÅ¡mÄ—] [duomenų žymÄ—s] +commands.time.added=PridÄ—ta %s prie laiko +commands.time.query=Laikas yra %s +commands.time.set=Laikas nustatytas į %s +commands.time.usage=/time +commands.title.success=Komanda "Title" sÄ—kmingai įvykdyta +commands.title.usage=/title <žaidÄ—jas> ... +commands.title.usage.clear=/title <žaidÄ—jas> clear|reset +commands.title.usage.times=/title <žaidÄ—jas> times +commands.title.usage.title=/title <žaidÄ—jas> title|subtitle +commands.tp.notSameDimension=Negalima perkelti, nes žaidÄ—jai ne toje paÄioje dimensijoje +commands.tp.success=%s perkeltas/a pas %s +commands.tp.success.coordinates=%s perkeltas į %s,%s,%s +commands.tp.usage=/tp [žaidÄ—jas] <žaidÄ—jas-tikslas> ARBA /tp [žaidÄ—jas] [ ] +commands.trigger.disabled=Gaidukas %s nÄ—ra įjungtas +commands.trigger.invalidMode=Klaidingas gaiduko režimas %s +commands.trigger.invalidObjective=Klaidingas gaiduko pavadinimas %s +commands.trigger.invalidPlayer=Tik žaidÄ—jai gali naudoti /trigger komandÄ… +commands.trigger.success=Gaidukas %s pakeistas su %s %s +commands.trigger.usage=/trigger +commands.unban.failed=Nepavyko atblokuoti žaidÄ—jo/os %s +commands.unban.success=%s buvo atblokuotas +commands.unban.usage=/pardon +commands.unbanip.invalid=JÅ«s įvedÄ—te neteisingÄ… IP adresÄ… +commands.unbanip.success=IP adresas %s buvo atblokuotas +commands.unbanip.usage=/pardon-ip +commands.weather.clear=KeiÄiama į giedrÄ… +commands.weather.rain=KeiÄiama į lietų +commands.weather.thunder=KeiÄiama į lietų ir griaustinį +commands.weather.usage=/weather [trukmÄ— sekundÄ—mis] +commands.whitelist.add.failed=ŽaidÄ—jo/os %s nepavyko pridÄ—ti į baltÄ…jį sÄ…rašą +commands.whitelist.add.success=%s pridÄ—tas/a prie baltojo sÄ…raÅ¡o +commands.whitelist.add.usage=/whitelist add <žaidÄ—jas> +commands.whitelist.disabled=Baltasis sÄ…raÅ¡as iÅ¡jungtas +commands.whitelist.enabled=Baltasis sÄ…raÅ¡as įjungtas +commands.whitelist.list=Yra %s (%s iÅ¡ matytų) žaidÄ—jų baltajame sÄ…raÅ¡e: +commands.whitelist.reloaded=Baltasis sÄ…raÅ¡as perkrautas +commands.whitelist.remove.failed=ŽaidÄ—jo/os %s nepavyko paÅ¡alinti iÅ¡ baltojo sÄ…raÅ¡o +commands.whitelist.remove.success=%s paÅ¡alintas/a iÅ¡ baltojo sÄ…raÅ¡o +commands.whitelist.remove.usage=/whitelist remove <žaidÄ—jas> +commands.whitelist.usage=/whitelist +commands.worldborder.add.usage=/worldborder add [laikas sekundÄ—mis] +commands.worldborder.center.success=Nustatytas pasaulio ribos centras į %s,%s +commands.worldborder.center.usage=/worldborder center +commands.worldborder.damage.amount.success=Nustatytas pasaulio ribos žalos kiekis į %s vienam blokui (iÅ¡ %s blokų) +commands.worldborder.damage.amount.usage=/worldborder damage amount <žala per vienÄ… blokÄ…> +commands.worldborder.damage.buffer.success=Nustatytas pasaulio ribos žalos buferis į %s blokus (iÅ¡ %s blokų) +commands.worldborder.damage.buffer.usage=/worldborder damage buffer +commands.worldborder.damage.usage=/worldborder damage +commands.worldborder.get.success=Pasaulio riba dabar yra %s blokų ploÄio +commands.worldborder.set.success=Nustatyta pasaulio riba į %s blokų plotį (iÅ¡ %s blokų) +commands.worldborder.set.usage=/worldborder set [laikas sekundÄ—mis] +commands.worldborder.setSlowly.grow.success=IÅ¡plÄ—sta pasaulio riba į %s blokų plotį (padidinta %s blokų) per %s sekundes +commands.worldborder.setSlowly.shrink.success=Sutraukta pasaulio riba į %s blokų plotį (sumažinta %s blokų) per %s sekundes +commands.worldborder.usage=/worldborder ... +commands.worldborder.warning.distance.success=Nustatytas pasaulio ribos įspÄ—jimo atstumas į %s blokų nuo ribos (iÅ¡ %s blokų) +commands.worldborder.warning.distance.usage=/worldborder warning distance +commands.worldborder.warning.time.success=Nustatytas pasaulio ribos įspÄ—jimo atstumas į %s sekundžių nuo ribos (nuo %s sekundžių) +commands.worldborder.warning.time.usage=/worldborder warning time +commands.worldborder.warning.usage=/worldborder warning +commands.xp.failure.widthdrawXp=Negalite žaidÄ—jui suteikti neigiamų patirties taÅ¡kų +commands.xp.success=%s patirties suteikta %s +commands.xp.success.levels=%s lygių suteikta %s +commands.xp.success.negative.levels=%s lygių atimta iÅ¡ %s +commands.xp.usage=/xp [žaidÄ—jas] ARBA /xp L [žaidÄ—jas] +connect.authorizing=Prisijungiama... +connect.connecting=Jungiamasi prie serverio... +connect.failed=Nepavyko prisijungti prie serverio +container.beacon=Å vyturys +container.brewing=Eliksyrų stovas +container.chest=Skrynia +container.chestDouble=DidelÄ— skrynia +container.crafting=Gaminimas +container.creative=Daikto pasirinkimas +container.dispenser=Dalytuvas +container.dropper=MÄ—tytuvas +container.enchant=KerÄ—jimai +container.enchant.clue=%s . . . ? +container.enchant.lapis.many=%s lazuritai +container.enchant.lapis.one=1 lazuritas +container.enchant.level.many=%s užkerÄ—jimo lygiai +container.enchant.level.one=1 užkerÄ—jimo lygis +container.enderchest=Pabaigos skrynia +container.furnace=Krosnis +container.hopper=Piltuvas +container.inventory=Inventorius +container.isLocked=%s yra užrakinta! +container.minecart=VagonÄ—lis +container.repair=Daiktų taisymas ir pervadinimas +container.repair.cost=Kaina lygiais: %1$s +container.repair.expensive=Pernelyg brangu! +controls.reset=Atstatyti +controls.resetAll=Atstatyti klaviÅ¡us +controls.title=Valdymas +createWorld.customize.custom.baseSize=Gylio pagrindinis dydis +createWorld.customize.custom.biomeDepthOffset=Biomo gylio poslinkis +createWorld.customize.custom.biomeDepthWeight=Biomo gylio reikÅ¡mÄ— +createWorld.customize.custom.biomeScaleOffset=Biomo dydžio poslinkis +createWorld.customize.custom.biomeScaleWeight=Biomo dydžio reikÅ¡mÄ— +createWorld.customize.custom.biomeSize=Biomo dydis +createWorld.customize.custom.center=Centro aukÅ¡tis +createWorld.customize.custom.confirm1=Tai perraÅ¡ys JÅ«sų dabartinius +createWorld.customize.custom.confirm2=nustatymus ir anuliuoti nebus galima. +createWorld.customize.custom.confirmTitle=Ä®spÄ—jimas! +createWorld.customize.custom.coordinateScale=KoordinaÄių dydis +createWorld.customize.custom.count=Generavimo bandymai +createWorld.customize.custom.defaults=Numatytieji +createWorld.customize.custom.depthNoiseScaleExponent=Gylio triukÅ¡mo laipsnio rodiklis +createWorld.customize.custom.depthNoiseScaleX=Gylio triukÅ¡mo dydis X +createWorld.customize.custom.depthNoiseScaleZ=Gylio triukÅ¡mo dydis Z +createWorld.customize.custom.dungeonChance=Požeminių kambarių skaiÄius +createWorld.customize.custom.fixedBiome=Biomas +createWorld.customize.custom.heightScale=AukÅ¡Äio dydis +createWorld.customize.custom.lavaLakeChance=Lavos ežero retumas +createWorld.customize.custom.lowerLimitScale=Apatinis limito dydis +createWorld.customize.custom.mainNoiseScaleX=Pagrindinis triukÅ¡mo dydis X +createWorld.customize.custom.mainNoiseScaleY=Pagrindinis triukÅ¡mo dydis Y +createWorld.customize.custom.mainNoiseScaleZ=Pagrindinis triukÅ¡mo dydis Z +createWorld.customize.custom.maxHeight=Maks. aukÅ¡tis +createWorld.customize.custom.minHeight=Min. aukÅ¡tis +createWorld.customize.custom.next=Kitas puslapis +createWorld.customize.custom.page0=Pagrindiniai nustatymai +createWorld.customize.custom.page1=RÅ«dų nustatymai +createWorld.customize.custom.page2=PažangÅ«s nustatymai (tik patyrusiems vartotojams!) +createWorld.customize.custom.page3=Papildomi pažangÅ«s nustatymai (tik patyrusiems vartotojams!) +createWorld.customize.custom.preset.caveChaos=Urvų chaosas +createWorld.customize.custom.preset.caveDelight=Urvų malonumas +createWorld.customize.custom.preset.drought=Sausra +createWorld.customize.custom.preset.goodLuck=SÄ—kmÄ—s +createWorld.customize.custom.preset.isleLand=MeniÅ¡ka žemÄ— +createWorld.customize.custom.preset.mountains=Kalnų beprotybÄ— +createWorld.customize.custom.preset.waterWorld=Vandens pasaulis +createWorld.customize.custom.presets=Å ablonai +createWorld.customize.custom.presets.title=Derinti pasaulio Å¡ablonus +createWorld.customize.custom.prev=Ankstesnis puslapis +createWorld.customize.custom.randomize=Atsitiktinis +createWorld.customize.custom.riverSize=UpÄ—s dydis +createWorld.customize.custom.seaLevel=JÅ«ros lygis +createWorld.customize.custom.size=Generavimo dydis +createWorld.customize.custom.spread=Skleidimo aukÅ¡tis +createWorld.customize.custom.stretchY=AukÅ¡Äio iÅ¡tempimas +createWorld.customize.custom.upperLimitScale=VirÅ¡utinis limito dydis +createWorld.customize.custom.useCaves=Urvai +createWorld.customize.custom.useDungeons=Požeminiai kambariai +createWorld.customize.custom.useLavaLakes=Lavos ežerai +createWorld.customize.custom.useLavaOceans=Lavos vandenynai +createWorld.customize.custom.useMineShafts=Kasyklos +createWorld.customize.custom.useMonuments=Vandenyno paminklai +createWorld.customize.custom.useRavines=Tarpekliai +createWorld.customize.custom.useStrongholds=TvirtovÄ—s +createWorld.customize.custom.useTemples=Å ventyklos +createWorld.customize.custom.useVillages=Kaimai +createWorld.customize.custom.useWaterLakes=Vandens ežerai +createWorld.customize.custom.waterLakeChance=Vandens ežero retumas +createWorld.customize.flat.addLayer=PridÄ—ti sluoksnį +createWorld.customize.flat.editLayer=Keisti sluoksnį +createWorld.customize.flat.height=AukÅ¡tis +createWorld.customize.flat.layer=%s +createWorld.customize.flat.layer.bottom=Apatinis - %s +createWorld.customize.flat.layer.top=VirÅ¡utinis - %s +createWorld.customize.flat.removeLayer=PaÅ¡alinti sluoksnį +createWorld.customize.flat.tile=Sluoksnio medžiaga +createWorld.customize.flat.title=Lygaus pasaulio derinimas +createWorld.customize.presets=Å ablonai +createWorld.customize.presets.list=... arba galite pasinaudoti Å¡ablonais, kuriuos padarÄ—me anksÄiau! +createWorld.customize.presets.select=Naudoti Å¡ablonÄ… +createWorld.customize.presets.share=Norite pasidalinti Å¡ablonu su kuo nors kitu? Naudokite teksto laukelį apaÄioje! +createWorld.customize.presets.title=Pasirinkti Å¡ablonÄ… +death.attack.anvil=%1$s buvo pritrÄ—kÅ¡tas/a krintanÄio priekalo +death.attack.arrow=%1$s buvo nuÅ¡autas/a pasidarbavus %2$s +death.attack.arrow.item=%1$s buvo nuÅ¡autas/a pasidarbavus %2$s su %3$s +death.attack.cactus=%1$s buvo užbadytas/a iki mirties +death.attack.cactus.player=%1$s atsitrenkÄ— į kaktusÄ… bandydamas/a pabÄ—gti nuo %2$s +death.attack.drown=%1$s nuskendo +death.attack.drown.player=%1$s nuskendo bandydamas/a pabÄ—gti nuo %2$s +death.attack.explosion=%1$s sprogo +death.attack.explosion.player=%1$s buvo susprogdintas/a %2$s +death.attack.fall=%1$s smarkiai prisiplojo +death.attack.fallingBlock=%1$s buvo sutraiÅ¡kytas/a krintanÄio bloko +death.attack.fireball=%1$s buvo apmÄ—tytas/a ugnies kamuoliais pasidarbavus %2$s +death.attack.fireball.item=%1$s buvo apmÄ—tytas/a ugnies kamuoliais pasidarbavus %2$s naudojant %3$s +death.attack.generic=%1$s mirÄ— +death.attack.inFire=%1$s sudegÄ— +death.attack.inFire.player=%1$s įžengÄ— į ugnį kovojant su %2$s +death.attack.inWall=%1$s užduso sienoje +death.attack.indirectMagic=%1$s buvo nužudytas/a pasidarbavus %2$s naudojant magijÄ… +death.attack.indirectMagic.item=%1$s buvo nužudytas/a pasidarbavus %2$s naudojantis %3$s +death.attack.lava=%1$s bandÄ— plaukti lavoje +death.attack.lava.player=%1$s bandÄ— plaukti lavoje bandydamas/a pabÄ—gti nuo %2$s +death.attack.lightningBolt=%1$s buvo nutrenktas/a žaibo +death.attack.magic=%1$s buvo nužudytas/a magijos +death.attack.mob=%1$s buvo nužudytas/a %2$s +death.attack.onFire=%1$s mirtinai sudegÄ— +death.attack.onFire.player=%1$s sudegÄ— kovodamas/a su %2$s +death.attack.outOfWorld=%1$s iÅ¡krito iÅ¡ pasaulio +death.attack.player=%1$s buvo nužudytas/a žaidÄ—jo %2$s +death.attack.player.item=%1$s buvo nužudytas/a žaidÄ—jo %2$s naudojant %3$s +death.attack.starve=%1$s mirÄ— iÅ¡ bado +death.attack.thorns=%1$s buvo nužudytas/a bandydamas/a pakenkti %2$s +death.attack.thrown=%1$s buvo numestas/a %2$s +death.attack.thrown.item=%1$s buvo numestas/a pasidarbavus %2$s naudojantis %3$s +death.attack.wither=%1$s nykiai pasitraukÄ— iÅ¡ gyvenimo +death.fell.accident.generic=%1$s nukrito iÅ¡ aukÅ¡tumų +death.fell.accident.ladder=%1$s nukrito nuo kopÄ—Äių +death.fell.accident.vines=%1$s nukrito nuo vijoklių +death.fell.accident.water=%1$s iÅ¡krito iÅ¡ vandens +death.fell.assist=%1$s buvo pasmerktas/a nukristi pasidarbavus %2$s +death.fell.assist.item=%1$s buvo pasmerktas/a nukristi pasidarbavus %2$s naudojant %3$s +death.fell.finish=%1$s nukrito per stipriai ir buvo pribaigtas/a %2$s +death.fell.finish.item=%1$s nukrito per stipriai ir buvo pribaigtas/a %2$s naudojantis %3$s +death.fell.killer=%1$s buvo pasmerktas/a nukristi +deathScreen.deleteWorld=IÅ¡trinti pasaulį +deathScreen.hardcoreInfo=Negalite atgimti negailestingajame režime! +deathScreen.leaveServer=Palikti serverį +deathScreen.quit.confirm=Ar tikrai norite iÅ¡eiti? +deathScreen.respawn=Prisikelti +deathScreen.score=JÅ«sų surinktų taÅ¡kų kiekis +deathScreen.title=JÅ«s mirÄ—te! +deathScreen.title.hardcore=Žaidimas baigtas! +deathScreen.titleScreen=Pagrindinis meniu +demo.day.1=Å i demo versija iÅ¡liks penkias žaidimo dienas, stenkitÄ—s kiek galite! +demo.day.2=Antra diena +demo.day.3=TreÄia diena +demo.day.4=Ketvirta diena +demo.day.5=Tai JÅ«sų paskutinÄ— diena! +demo.day.6=PraÄ—jo penktoji JÅ«sų diena, naudokite F2, kad iÅ¡saugotumÄ—te savo pasaulio nuotraukÄ… +demo.day.warning=JÅ«sų laikas beveik baigÄ—si! +demo.demoExpired=Demonstracijos laikas baigÄ—si! +demo.help.buy=Pirkti dabar! +demo.help.fullWrapped=Å is demonstracinis pasaulis iÅ¡liks penkias žaidimo dienas (maždaug valandÄ… ir keturiasdeÅ¡imt minuÄių tikrovÄ—je). NorÄ—dami rasti nuorodų, pasitikrinkite pasiekimus! Linkime sÄ—kmÄ—s! +demo.help.inventory=Naudokite %1$s atidaryti inventoriui +demo.help.jump=Paspauskite %1$s, kad paÅ¡oktumÄ—te +demo.help.later=TÄ™sti žaidimÄ…! +demo.help.movement=Naudokite %1$s, %2$s, %3$s, %4$s ir pelÄ™ judÄ—jimui +demo.help.movementMouse=ŽvalgykitÄ—s aplink naudodami pelÄ™ +demo.help.movementShort=JudÄ—kite spausdami %1$s, %2$s, %3$s, %4$s +demo.help.title=Minecraft demonstracinis režimas +demo.remainingTime=LikÄ™s laikas: %s +demo.reminder=Å i demo versija pasibaigÄ—, nusipirkite žaidimÄ… norÄ—dami tÄ™sti arba pradÄ—kite naujÄ… pasaulį! +difficulty.lock.question=Ar JÅ«s tikrai norite užrakinti sudÄ—tingumo nustatymÄ… Å¡iam pasauliui? Tai nustatys nuolatinį sudÄ—tingumo lygį "%1$s", ir niekada jo nebegalÄ—site pakeisti. +difficulty.lock.title=Užrakinti pasaulio sudÄ—tingumo lygį +disconnect.closed=RyÅ¡ys nutrauktas +disconnect.disconnected=Buvote atjungtas/a serverio +disconnect.endOfStream=Duomenų srauto pabaiga +disconnect.genericReason=%s +disconnect.kicked=buvote iÅ¡mestas/a iÅ¡ žaidimo +disconnect.loginFailed=Nepavyko prisijungti +disconnect.loginFailedInfo=Nepavyko prisijungti: %s +disconnect.loginFailedInfo.invalidSession=Klaidingas seansas (pabandykite iÅ¡ naujo paleisti žaidimÄ…) +disconnect.loginFailedInfo.serversUnavailable=Atpažinimas Å¡iuo metu neveikia dÄ—l priežiÅ«ros darbų. +disconnect.lost=Prarastas ryÅ¡ys su serveriu +disconnect.overflow=Duomenų srautas perpildytas +disconnect.quitting=IÅ¡einama +disconnect.spam=iÅ¡mestas už Å¡iukÅ¡linimÄ… pokalbyje +disconnect.timeout=Susisiekimas užtruko per ilgai +enchantment.arrowDamage=Galia +enchantment.arrowFire=Liepsna +enchantment.arrowInfinite=BegalybÄ— +enchantment.arrowKnockback=SmÅ«gis +enchantment.damage.all=AÅ¡trumas +enchantment.damage.arthropods=Nariuotakojų pražūtis +enchantment.damage.undead=TriuÅ¡kinimas +enchantment.digging=Efektyvumas +enchantment.durability=Nesulaužomumas +enchantment.fire=Ugnies iÅ¡raiÅ¡ka +enchantment.fishingSpeed=Masalas +enchantment.knockback=NubloÅ¡kimas +enchantment.level.1=I +enchantment.level.10=X +enchantment.level.2=II +enchantment.level.3=III +enchantment.level.4=IV +enchantment.level.5=V +enchantment.level.6=VI +enchantment.level.7=VII +enchantment.level.8=VIII +enchantment.level.9=IX +enchantment.lootBonus=Laimikis +enchantment.lootBonusDigger=SÄ—kmÄ— +enchantment.lootBonusFishing=JÅ«ros sÄ—kmÄ— +enchantment.oxygen=KvÄ—pavimas +enchantment.protect.all=Apsauga +enchantment.protect.explosion=Apsauga nuo sprogimų +enchantment.protect.fall=Plunksninis nusileidimas +enchantment.protect.fire=Apsauga nuo ugnies +enchantment.protect.projectile=Apsauga nuo sviedinių +enchantment.thorns=Spygliai +enchantment.untouching=Å ilko prisilietimas +enchantment.waterWalker=Gilumų keliautojas +enchantment.waterWorker=Vandens trauka +entity.ArmorStand.name=Å arvų stendas +entity.Arrow.name=StrÄ—lÄ— +entity.Bat.name=Å ikÅ¡nosparnis +entity.Blaze.name=Liepsna +entity.Boat.name=Valtis +entity.Cat.name=KatÄ— +entity.CaveSpider.name=Urvinis voras +entity.Chicken.name=ViÅ¡ta +entity.Cow.name=KarvÄ— +entity.Creeper.name=PasalÅ«nas +entity.EnderDragon.name=Pabaigos drakonas +entity.Enderman.name=Pabaigažmogis +entity.Endermite.name=Pabaigos erkÄ— +entity.EntityHorse.name=Arklys +entity.FallingSand.name=Krentantis blokas +entity.Fireball.name=Ugnies kamuolys +entity.Ghast.name=Å mÄ—kla +entity.Giant.name=Milžinas +entity.Guardian.name=Gelmių sargas +entity.Item.name=Daiktas +entity.KillerBunny.name=Žudikas kiÅ¡kis +entity.LavaSlime.name=Magmos kubas +entity.Minecart.name=VagonÄ—lis +entity.Mob.name=Padaras +entity.Monster.name=Monstras +entity.MushroomCow.name=GrybakarvÄ— +entity.Ozelot.name=Ocelotas +entity.Painting.name=Paveikslas +entity.Pig.name=KiaulÄ— +entity.PigZombie.name=Zombis kiauliažmogis +entity.PrimedTnt.name=Sprogmenų blokas +entity.Rabbit.name=KiÅ¡kis +entity.Sheep.name=Avis +entity.Silverfish.name=Žvyninukas +entity.Skeleton.name=Skeletas +entity.Slime.name=Gleivius +entity.SmallFireball.name=Mažas ugnies kamuolys +entity.SnowMan.name=Sniego golemas +entity.Snowball.name=Sniego gniūžtÄ— +entity.Spider.name=Voras +entity.Squid.name=Kalmaras +entity.Villager.armor=Å arvų kalvis +entity.Villager.butcher=MÄ—sininkas +entity.Villager.cleric=Dvasininkas +entity.Villager.farmer=Ūkininkas +entity.Villager.fisherman=Žvejys +entity.Villager.fletcher=StrÄ—lininkas +entity.Villager.leather=Odos siuvÄ—jas +entity.Villager.librarian=Bibliotekininkas +entity.Villager.name=Kaimietis +entity.Villager.shepherd=Piemuo +entity.Villager.tool=Ä®rankių kalvis +entity.Villager.weapon=Ginklų kalvis +entity.VillagerGolem.name=Geležinis golemas +entity.Witch.name=Ragana +entity.WitherBoss.name=NykÅ«nas +entity.Wolf.name=Vilkas +entity.XPOrb.name=Patirties kamuolÄ—lis +entity.Zombie.name=Zombis +entity.donkey.name=Asilas +entity.generic.name=nežinomas +entity.horse.name=Arklys +entity.mule.name=Mulas +entity.skeletonhorse.name=Arklys skeletas +entity.zombiehorse.name=Arklys zombis +gameMode.adventure=nuotykių režimas +gameMode.changed=JÅ«sų žaidimo režimas buvo atnaujintas +gameMode.creative=kÅ«rybinis režimas +gameMode.hardcore=negailestingasis režimas! +gameMode.spectator=StebÄ—tojo režimas +gameMode.survival=iÅ¡likimo režimas +generator.amplified=PASTIPRINTAS +generator.amplified.info=Pastaba: reikia greito kompiuterio +generator.customized=pritaikytas +generator.debug_all_block_states=Derinimo režimas +generator.default=įprastas +generator.flat=visiÅ¡kai plokÅ¡Äias +generator.largeBiomes=dideli biomai +gui.achievements=Pasiekimai +gui.all=Visi +gui.back=Atgal +gui.cancel=AtÅ¡aukti +gui.done=Atlikta +gui.down=Žemyn +gui.no=Ne +gui.none=Nieko +gui.stats=Statistika +gui.toMenu=Grįžti į pagrindinį meniu +gui.up=AukÅ¡tyn +gui.yes=Taip +inventory.binSlot=Sunaikinti daiktÄ… +item.apple.name=Obuolys +item.appleGold.name=Auksinis obuolys +item.armorStand.name=Å arvų stendas +item.arrow.name=StrÄ—lÄ— +item.banner.black.name=Juoda vÄ—liava +item.banner.blue.name=MÄ—lyna vÄ—liava +item.banner.border.black=Juodas rÄ—melis +item.banner.border.blue=MÄ—lynas rÄ—melis +item.banner.border.brown=Rudas rÄ—melis +item.banner.border.cyan=Žalsvai mÄ—lynas rÄ—melis +item.banner.border.gray=Pilkas rÄ—melis +item.banner.border.green=Žalias rÄ—melis +item.banner.border.lightBlue=Å viesiai mÄ—lynas rÄ—melis +item.banner.border.lime=Gelsvai žalsvas rÄ—melis +item.banner.border.magenta=Rausvai raudonas rÄ—melis +item.banner.border.orange=Oranžinis rÄ—melis +item.banner.border.pink=Rožinis rÄ—melis +item.banner.border.purple=Purpurinis rÄ—melis +item.banner.border.red=Raudonas rÄ—melis +item.banner.border.silver=Å viesiai pilkas rÄ—melis +item.banner.border.white=Baltas rÄ—melis +item.banner.border.yellow=Geltonas rÄ—melis +item.banner.bricks.black=Juodų plytų fonas +item.banner.bricks.blue=MÄ—lynų plytų fonas +item.banner.bricks.brown=Rudų plytų fonas +item.banner.bricks.cyan=Žalsvai mÄ—lynų plytų fonas +item.banner.bricks.gray=Pilkų plytų fonas +item.banner.bricks.green=Žalių plytų fonas +item.banner.bricks.lightBlue=Å viesiai mÄ—lynų plytų fonas +item.banner.bricks.lime=Gelsvai žalsvų plytų fonas +item.banner.bricks.magenta=Rausvai raudonų plytų fonas +item.banner.bricks.orange=Oranžinių plytų fonas +item.banner.bricks.pink=Rožinių plytų fonas +item.banner.bricks.purple=Purpurinių plytų fonas +item.banner.bricks.red=Raudonų plytų fonas +item.banner.bricks.silver=Å viesiai pilkų plytų fonas +item.banner.bricks.white=Baltų plytų fonas +item.banner.bricks.yellow=Geltonų plytų fonas +item.banner.brown.name=Ruda vÄ—liava +item.banner.circle.black=Juodas skritulys centre +item.banner.circle.blue=MÄ—lynas skritulys centre +item.banner.circle.brown=Rudas skritulys centre +item.banner.circle.cyan=Žalsvai mÄ—lynas skritulys centre +item.banner.circle.gray=Pilkas skritulys centre +item.banner.circle.green=Žalias skritulys centre +item.banner.circle.lightBlue=Å viesiai mÄ—lynas skritulys centre +item.banner.circle.lime=Gelsvai žalsvas skritulys centre +item.banner.circle.magenta=Rausvai raudonas skritulys centre +item.banner.circle.orange=Oranžinis skritulys centre +item.banner.circle.pink=Rožinis skritulys centre +item.banner.circle.purple=Purpurinis skritulys centre +item.banner.circle.red=Raudonas skritulys centre +item.banner.circle.silver=Å viesiai pilkas skritulys centre +item.banner.circle.white=Baltas skritulys centre +item.banner.circle.yellow=Geltonas skritulys centre +item.banner.creeper.black=Juodas pasalÅ«nas +item.banner.creeper.blue=MÄ—lynas pasalÅ«nas +item.banner.creeper.brown=Rudas pasalÅ«nas +item.banner.creeper.cyan=Žalsvai mÄ—lynas pasalÅ«nas +item.banner.creeper.gray=Pilkas pasalÅ«nas +item.banner.creeper.green=Žalias pasalÅ«nas +item.banner.creeper.lightBlue=Å viesiai mÄ—lynas pasalÅ«nas +item.banner.creeper.lime=Gelsvai žalsvas pasalÅ«nas +item.banner.creeper.magenta=Rausvai raudonas pasalÅ«nas +item.banner.creeper.orange=Oranžinis pasalÅ«nas +item.banner.creeper.pink=Rožinis pasalÅ«nas +item.banner.creeper.purple=Purpurinis pasalÅ«nas +item.banner.creeper.red=Raudonas pasalÅ«nas +item.banner.creeper.silver=Å viesiai pilkas pasalÅ«nas +item.banner.creeper.white=Baltas pasalÅ«nas +item.banner.creeper.yellow=Geltonas pasalÅ«nas +item.banner.cross.black=Juodas įstrižas kryžius +item.banner.cross.blue=MÄ—lynas įstrižas kryžius +item.banner.cross.brown=Rudas įstrižas kryžius +item.banner.cross.cyan=Žalsvai mÄ—lynas +item.banner.cross.gray=Pilkas įstrižas kryžius +item.banner.cross.green=Žalias įstrižas kryžius +item.banner.cross.lightBlue=Å viesiai mÄ—lynas įstrižas kryžius +item.banner.cross.lime=Gelsvai žalsvas įstrižas kryžius +item.banner.cross.magenta=Rausvai raudonas įstrižas kryžius +item.banner.cross.orange=Oranžinis įstrižas kryžius +item.banner.cross.pink=Rožinis įstrižas kryžius +item.banner.cross.purple=Purpurinis įstrižas kryžius +item.banner.cross.red=Raudonas įstrižas kryžius +item.banner.cross.silver=Å viesiai pilkas įstrižas kryžius +item.banner.cross.white=Baltas įstrižas kryžius +item.banner.cross.yellow=Geltonas įstrižas kryžius +item.banner.curly_border.black=Juodas iÅ¡puoÅ¡tas rÄ—melis +item.banner.curly_border.blue=MÄ—lynas iÅ¡puoÅ¡tas rÄ—melis +item.banner.curly_border.brown=Rudas iÅ¡puoÅ¡tas rÄ—melis +item.banner.curly_border.cyan=Žalsvai mÄ—lynas iÅ¡puoÅ¡tas rÄ—melis +item.banner.curly_border.gray=Pilkas iÅ¡puoÅ¡tas rÄ—melis +item.banner.curly_border.green=Žalias iÅ¡puoÅ¡tas rÄ—melis +item.banner.curly_border.lightBlue=Å viesiai mÄ—lynas iÅ¡puoÅ¡tas rÄ—melis +item.banner.curly_border.lime=Gelsvai žalsvas iÅ¡puoÅ¡tas rÄ—melis +item.banner.curly_border.magenta=Rausvai raudonas iÅ¡puoÅ¡tas rÄ—melis +item.banner.curly_border.orange=Oranžinis iÅ¡puoÅ¡tas rÄ—melis +item.banner.curly_border.pink=Rožinis iÅ¡puoÅ¡tas rÄ—melis +item.banner.curly_border.purple=Purpurinis iÅ¡puoÅ¡tas rÄ—melis +item.banner.curly_border.red=Raudonas iÅ¡puoÅ¡tas rÄ—melis +item.banner.curly_border.silver=Å viesiai pilkas iÅ¡puoÅ¡tas rÄ—melis +item.banner.curly_border.white=Baltas iÅ¡puoÅ¡tas rÄ—melis +item.banner.curly_border.yellow=Geltonas iÅ¡puoÅ¡tas rÄ—melis +item.banner.cyan.name=Žalsvai mÄ—lyna vÄ—liava +item.banner.diagonal_left.black=Juoda virÅ¡utinÄ— kairioji pusÄ— +item.banner.diagonal_left.blue=MÄ—lyna virÅ¡utinÄ— kairioji pusÄ— +item.banner.diagonal_left.brown=Ruda virÅ¡utinÄ— kairioji pusÄ— +item.banner.diagonal_left.cyan=Žalsvai mÄ—lyna virÅ¡utinÄ— kairioji pusÄ— +item.banner.diagonal_left.gray=Pilka virÅ¡utinÄ— kairioji pusÄ— +item.banner.diagonal_left.green=Žalia virÅ¡utinÄ— kairioji pusÄ— +item.banner.diagonal_left.lightBlue=Å viesiai mÄ—lyna virÅ¡utinÄ— kairioji pusÄ— +item.banner.diagonal_left.lime=Gelsvai žalsva virÅ¡utinÄ— kairioji pusÄ— +item.banner.diagonal_left.magenta=Rausvai raudona virÅ¡utinÄ— kairioji pusÄ— +item.banner.diagonal_left.orange=OranžinÄ— virÅ¡utinÄ— kairioji pusÄ— +item.banner.diagonal_left.pink=RožinÄ— virÅ¡utinÄ— kairioji pusÄ— +item.banner.diagonal_left.purple=PurpurinÄ— virÅ¡utinÄ— kairioji pusÄ— +item.banner.diagonal_left.red=Raudona virÅ¡utinÄ— kairioji pusÄ— +item.banner.diagonal_left.silver=Å viesiai pilka virÅ¡utinÄ— kairioji pusÄ— +item.banner.diagonal_left.white=Balta virÅ¡utinÄ— kairioji pusÄ— +item.banner.diagonal_left.yellow=Geltona virÅ¡utinÄ— kairioji pusÄ— +item.banner.diagonal_right.black=Juoda virÅ¡utinÄ— deÅ¡inioji pusÄ— +item.banner.diagonal_right.blue=MÄ—lyna virÅ¡utinÄ— deÅ¡inioji pusÄ— +item.banner.diagonal_right.brown=Ruda virÅ¡utinÄ— deÅ¡inioji pusÄ— +item.banner.diagonal_right.cyan=Žalsvai mÄ—lyna virÅ¡utinÄ— deÅ¡inioji pusÄ— +item.banner.diagonal_right.gray=Pilka virÅ¡utinÄ— deÅ¡inioji pusÄ— +item.banner.diagonal_right.green=Žalia virÅ¡utinÄ— deÅ¡inioji pusÄ— +item.banner.diagonal_right.lightBlue=Å viesiai mÄ—lyna virÅ¡utinÄ— deÅ¡inioji pusÄ— +item.banner.diagonal_right.lime=Gelsvai žalsva virÅ¡utinÄ— deÅ¡inioji pusÄ— +item.banner.diagonal_right.magenta=Rausvai raudona virÅ¡utinÄ— deÅ¡inioji pusÄ— +item.banner.diagonal_right.orange=OranžinÄ— virÅ¡utinÄ— deÅ¡inioji pusÄ— +item.banner.diagonal_right.pink=RožinÄ— virÅ¡utinÄ— deÅ¡inioji pusÄ— +item.banner.diagonal_right.purple=PurpurinÄ— virÅ¡utinÄ— deÅ¡inioji pusÄ— +item.banner.diagonal_right.red=Raudona virÅ¡utinÄ— deÅ¡inioji pusÄ— +item.banner.diagonal_right.silver=Å viesiai pilka virÅ¡utinÄ— deÅ¡inioji pusÄ— +item.banner.diagonal_right.white=Balta virÅ¡utinÄ— deÅ¡inioji pusÄ— +item.banner.diagonal_right.yellow=Geltona virÅ¡utinÄ— deÅ¡inioji pusÄ— +item.banner.diagonal_up_left.black=Juoda apatinÄ— kairioji pusÄ— +item.banner.diagonal_up_left.blue=MÄ—lyna apatinÄ— kairioji pusÄ— +item.banner.diagonal_up_left.brown=Ruda apatinÄ— kairioji pusÄ— +item.banner.diagonal_up_left.cyan=Žalsvai mÄ—lyna apatinÄ— kairioji pusÄ— +item.banner.diagonal_up_left.gray=Pilka apatinÄ— kairioji pusÄ— +item.banner.diagonal_up_left.green=Žalia apatinÄ— kairioji pusÄ— +item.banner.diagonal_up_left.lightBlue=Å viesiai mÄ—lyna apatinÄ— kairioji pusÄ— +item.banner.diagonal_up_left.lime=Gelsvai žalsva apatinÄ— kairioji pusÄ— +item.banner.diagonal_up_left.magenta=Rausvai raudona apatinÄ— kairioji pusÄ— +item.banner.diagonal_up_left.orange=OranžinÄ— apatinÄ— kairioji pusÄ— +item.banner.diagonal_up_left.pink=RožinÄ— apatinÄ— kairioji pusÄ— +item.banner.diagonal_up_left.purple=PurpurinÄ— apatinÄ— kairioji pusÄ— +item.banner.diagonal_up_left.red=Raudona apatinÄ— kairioji pusÄ— +item.banner.diagonal_up_left.silver=Å viesiai pilka apatinÄ— kairioji pusÄ— +item.banner.diagonal_up_left.white=Balta apatinÄ— kairioji pusÄ— +item.banner.diagonal_up_left.yellow=Geltona apatinÄ— kairioji pusÄ— +item.banner.diagonal_up_right.black=Juoda apatinÄ— deÅ¡inioji pusÄ— +item.banner.diagonal_up_right.blue=MÄ—lyna apatinÄ— deÅ¡inioji pusÄ— +item.banner.diagonal_up_right.brown=Ruda apatinÄ— deÅ¡inioji pusÄ— +item.banner.diagonal_up_right.cyan=Žalsvai mÄ—lyna apatinÄ— deÅ¡inioji pusÄ— +item.banner.diagonal_up_right.gray=Pilka apatinÄ— deÅ¡inioji pusÄ— +item.banner.diagonal_up_right.green=Žalia apatinÄ— deÅ¡inioji pusÄ— +item.banner.diagonal_up_right.lightBlue=Å viesiai mÄ—lyna apatinÄ— deÅ¡inioji pusÄ— +item.banner.diagonal_up_right.lime=Gelsvai žalsva apatinÄ— deÅ¡inioji pusÄ— +item.banner.diagonal_up_right.magenta=Rausvai raudona apatinÄ— deÅ¡inioji pusÄ— +item.banner.diagonal_up_right.orange=OranžinÄ— apatinÄ— deÅ¡inioji pusÄ— +item.banner.diagonal_up_right.pink=RožinÄ— apatinÄ— deÅ¡inioji pusÄ— +item.banner.diagonal_up_right.purple=PurpurinÄ— apatinÄ— deÅ¡inioji pusÄ— +item.banner.diagonal_up_right.red=Raudona apatinÄ— deÅ¡inioji pusÄ— +item.banner.diagonal_up_right.silver=Å viesiai pilka apatinÄ— deÅ¡inioji pusÄ— +item.banner.diagonal_up_right.white=Balta apatinÄ— deÅ¡inioji pusÄ— +item.banner.diagonal_up_right.yellow=Geltona apatinÄ— deÅ¡inioji pusÄ— +item.banner.flower.black=Juoda gÄ—lÄ— +item.banner.flower.blue=MÄ—lyna gÄ—lÄ— +item.banner.flower.brown=Ruda gÄ—lÄ— +item.banner.flower.cyan=Žalsvai mÄ—lyna gÄ—lÄ— +item.banner.flower.gray=Pilka gÄ—lÄ— +item.banner.flower.green=Žalia gÄ—lÄ— +item.banner.flower.lightBlue=Å viesiai mÄ—lyna gÄ—lÄ— +item.banner.flower.lime=Gelsvai žalsva gÄ—lÄ— +item.banner.flower.magenta=Rausvai raudona gÄ—lÄ— +item.banner.flower.orange=OranžinÄ— gÄ—lÄ— +item.banner.flower.pink=RožinÄ— gÄ—lÄ— +item.banner.flower.purple=PurpurinÄ— gÄ—lÄ— +item.banner.flower.red=Raudona gÄ—lÄ— +item.banner.flower.silver=Å viesiai pilka gÄ—lÄ— +item.banner.flower.white=Balta gÄ—lÄ— +item.banner.flower.yellow=Geltona gÄ—lÄ— +item.banner.gradient.black=Juodas virÅ¡utinis gradientas +item.banner.gradient.blue=MÄ—lynas virÅ¡utinis gradientas +item.banner.gradient.brown=Rudas virÅ¡utinis gradientas +item.banner.gradient.cyan=Žalsvai mÄ—lynas virÅ¡utinis gradientas +item.banner.gradient.gray=Pilkas virÅ¡utinis gradientas +item.banner.gradient.green=Žalias virÅ¡utinis gradientas +item.banner.gradient.lightBlue=Å viesiai mÄ—lynas virÅ¡utinis gradientas +item.banner.gradient.lime=Gelsvai žalsvas virÅ¡utinis gradientas +item.banner.gradient.magenta=Rausvai raudonas virÅ¡utinis gradientas +item.banner.gradient.orange=Oranžinis virÅ¡utinis gradientas +item.banner.gradient.pink=Rožinis virÅ¡utinis gradientas +item.banner.gradient.purple=Purpurinis virÅ¡utinis gradientas +item.banner.gradient.red=Raudonas virÅ¡utinis gradientas +item.banner.gradient.silver=Å viesiai pilkas virÅ¡utinis gradientas +item.banner.gradient.white=Baltas virÅ¡utinis gradientas +item.banner.gradient.yellow=Geltonas virÅ¡utinis gradientas +item.banner.gradient_up.black=Juodas apatinis gradientas +item.banner.gradient_up.blue=MÄ—lynas apatinis gradientas +item.banner.gradient_up.brown=Rudas apatinis gradientas +item.banner.gradient_up.cyan=Žalsvai mÄ—lynas apatinis gradientas +item.banner.gradient_up.gray=Pilkas apatinis gradientas +item.banner.gradient_up.green=Žalias apatinis gradientas +item.banner.gradient_up.lightBlue=Å viesiai mÄ—lynas apatinis gradientas +item.banner.gradient_up.lime=Gelsvai žalsvas apatinis gradientas +item.banner.gradient_up.magenta=Rausvai raudonas apatinis gradientas +item.banner.gradient_up.orange=Oranžinis apatinis gradientas +item.banner.gradient_up.pink=Rožinis apatinis gradientas +item.banner.gradient_up.purple=Purpurinis apatinis gradientas +item.banner.gradient_up.red=Raudonas apatinis gradientas +item.banner.gradient_up.silver=Å viesiai pilkas apatinis gradientas +item.banner.gradient_up.white=Baltas apatinis gradientas +item.banner.gradient_up.yellow=Geltonas apatinis gradientas +item.banner.gray.name=Pilka vÄ—liava +item.banner.green.name=Žalia vÄ—liava +item.banner.half_horizontal.black=Juoda virÅ¡utinÄ— pusÄ— +item.banner.half_horizontal.blue=MÄ—lyna virÅ¡utinÄ— pusÄ— +item.banner.half_horizontal.brown=Ruda virÅ¡utinÄ— pusÄ— +item.banner.half_horizontal.cyan=Žalsvai mÄ—lyna virÅ¡utinÄ— pusÄ— +item.banner.half_horizontal.gray=Pilka virÅ¡utinÄ— pusÄ— +item.banner.half_horizontal.green=Žalia virÅ¡utinÄ— pusÄ— +item.banner.half_horizontal.lightBlue=Å viesiai mÄ—lyna virÅ¡utinÄ— pusÄ— +item.banner.half_horizontal.lime=Gelsvai žalsva virÅ¡utinÄ— pusÄ— +item.banner.half_horizontal.magenta=Rausvai raudona virÅ¡utinÄ— pusÄ— +item.banner.half_horizontal.orange=OranžinÄ— virÅ¡utinÄ— pusÄ— +item.banner.half_horizontal.pink=RožinÄ— virÅ¡utinÄ— pusÄ— +item.banner.half_horizontal.purple=PurpurinÄ— virÅ¡utinÄ— pusÄ— +item.banner.half_horizontal.red=Raudona virÅ¡utinÄ— pusÄ— +item.banner.half_horizontal.silver=Å viesiai pilka virÅ¡utinÄ— pusÄ— +item.banner.half_horizontal.white=Balta virÅ¡utinÄ— pusÄ— +item.banner.half_horizontal.yellow=Geltona virÅ¡utinÄ— pusÄ— +item.banner.half_horizontal_bottom.black=Juoda apatinÄ— pusÄ— +item.banner.half_horizontal_bottom.blue=MÄ—lyna apatinÄ— pusÄ— +item.banner.half_horizontal_bottom.brown=Ruda apatinÄ— pusÄ— +item.banner.half_horizontal_bottom.cyan=Žalsvai mÄ—lyna apatinÄ— pusÄ— +item.banner.half_horizontal_bottom.gray=Pilka apatinÄ— pusÄ— +item.banner.half_horizontal_bottom.green=Žalia apatinÄ— pusÄ— +item.banner.half_horizontal_bottom.lightBlue=Å viesiai mÄ—lyna apatinÄ— pusÄ— +item.banner.half_horizontal_bottom.lime=Gelsvai žalsva apatinÄ— pusÄ— +item.banner.half_horizontal_bottom.magenta=Rausvai raudona apatinÄ— pusÄ— +item.banner.half_horizontal_bottom.orange=OranžinÄ— apatinÄ— pusÄ— +item.banner.half_horizontal_bottom.pink=RožinÄ— apatinÄ— pusÄ— +item.banner.half_horizontal_bottom.purple=PurpurinÄ— apatinÄ— pusÄ— +item.banner.half_horizontal_bottom.red=Raudona apatinÄ— pusÄ— +item.banner.half_horizontal_bottom.silver=Å viesiai pilka apatinÄ— pusÄ— +item.banner.half_horizontal_bottom.white=Balta apatinÄ— pusÄ— +item.banner.half_horizontal_bottom.yellow=Geltona apatinÄ— pusÄ— +item.banner.half_vertical.black=Juoda kairioji pusÄ— +item.banner.half_vertical.blue=MÄ—lyna kairioji pusÄ— +item.banner.half_vertical.brown=Ruda kairioji pusÄ— +item.banner.half_vertical.cyan=Žalsvai mÄ—lyna kairioji pusÄ— +item.banner.half_vertical.gray=Pilka kairioji pusÄ— +item.banner.half_vertical.green=Žalia kairioji pusÄ— +item.banner.half_vertical.lightBlue=Å viesiai mÄ—lyna kairioji pusÄ— +item.banner.half_vertical.lime=Gelsvai žalsva kairioji pusÄ— +item.banner.half_vertical.magenta=Rausvai raudona kairioji pusÄ— +item.banner.half_vertical.orange=OranžinÄ— kairioji pusÄ— +item.banner.half_vertical.pink=RožinÄ— kairioji pusÄ— +item.banner.half_vertical.purple=PurpurinÄ— kairioji pusÄ— +item.banner.half_vertical.red=Raudona kairioji pusÄ— +item.banner.half_vertical.silver=Å viesiai pilka kairioji pusÄ— +item.banner.half_vertical.white=Balta kairioji pusÄ— +item.banner.half_vertical.yellow=Geltona kairioji pusÄ— +item.banner.half_vertical_right.black=Juoda deÅ¡inioji pusÄ— +item.banner.half_vertical_right.blue=MÄ—lyna deÅ¡inioji pusÄ— +item.banner.half_vertical_right.brown=Ruda deÅ¡inioji pusÄ— +item.banner.half_vertical_right.cyan=Žalsvai mÄ—lyna deÅ¡inioji pusÄ— +item.banner.half_vertical_right.gray=Pilka deÅ¡inioji pusÄ— +item.banner.half_vertical_right.green=Žalia deÅ¡inioji pusÄ— +item.banner.half_vertical_right.lightBlue=Å viesiai mÄ—lyna deÅ¡inioji pusÄ— +item.banner.half_vertical_right.lime=Gelsvai žalsva deÅ¡inioji pusÄ— +item.banner.half_vertical_right.magenta=Rausvai raudona deÅ¡inioji pusÄ— +item.banner.half_vertical_right.orange=OranžinÄ— deÅ¡inioji pusÄ— +item.banner.half_vertical_right.pink=RožinÄ— deÅ¡inioji pusÄ— +item.banner.half_vertical_right.purple=PurpurinÄ— deÅ¡inioji pusÄ— +item.banner.half_vertical_right.red=Raudona deÅ¡inioji pusÄ— +item.banner.half_vertical_right.silver=Å viesiai pilka deÅ¡inioji pusÄ— +item.banner.half_vertical_right.white=Balta deÅ¡inioji pusÄ— +item.banner.half_vertical_right.yellow=Geltona deÅ¡inioji pusÄ— +item.banner.lightBlue.name=Å viesiai mÄ—lyna vÄ—liava +item.banner.lime.name=Gelsvai žalsva vÄ—liava +item.banner.magenta.name=Rausvai raudona vÄ—liava +item.banner.mojang.black=Juodas dalykas +item.banner.mojang.blue=MÄ—lynas dalykas +item.banner.mojang.brown=Rudas dalykas +item.banner.mojang.cyan=Žalsvai mÄ—lynas dalykas +item.banner.mojang.gray=Pilkas dalykas +item.banner.mojang.green=Žalias dalykas +item.banner.mojang.lightBlue=Å viesiai pilkas dalykas +item.banner.mojang.lime=Gelsvai žalsvas dalykas +item.banner.mojang.magenta=Rausvai raudonas dalykas +item.banner.mojang.orange=Oranžinis dalykas +item.banner.mojang.pink=Rožinis dalykas +item.banner.mojang.purple=Purpurinis dalykas +item.banner.mojang.red=Raudonas dalykas +item.banner.mojang.silver=Å viesiai pilkas dalykas +item.banner.mojang.white=Baltas dalykas +item.banner.mojang.yellow=Geltonas dalykas +item.banner.orange.name=OranžinÄ— vÄ—liava +item.banner.pink.name=RožinÄ— vÄ—liava +item.banner.purple.name=PurpurinÄ— vÄ—liava +item.banner.red.name=Raudona vÄ—liava +item.banner.rhombus.black=Juodas rombas centre +item.banner.rhombus.blue=MÄ—lynas rombas centre +item.banner.rhombus.brown=Rudas rombas centre +item.banner.rhombus.cyan=Žalsvai mÄ—lynas rombas centre +item.banner.rhombus.gray=Pilkas rombas centre +item.banner.rhombus.green=Žalias rombas centre +item.banner.rhombus.lightBlue=Å viesiai mÄ—lynas rombas centre +item.banner.rhombus.lime=Gelsvai žalsvas rombas centre +item.banner.rhombus.magenta=Rausvai raudonas rombas centre +item.banner.rhombus.orange=Oranžinis rombas centre +item.banner.rhombus.pink=Rožinis rombas centre +item.banner.rhombus.purple=Purpurinis rombas centre +item.banner.rhombus.red=Raudonas rombas centre +item.banner.rhombus.silver=Å viesiai pilkas rombas centre +item.banner.rhombus.white=Baltas rombas centre +item.banner.rhombus.yellow=Geltonas rombas centre +item.banner.silver.name=Å viesiai pilka vÄ—liava +item.banner.skull.black=Juoda kaukolÄ— +item.banner.skull.blue=MÄ—lyna kaukolÄ— +item.banner.skull.brown=Ruda kaukolÄ— +item.banner.skull.cyan=Žalsvai mÄ—lyna kaukolÄ— +item.banner.skull.gray=Pilka kaukolÄ— +item.banner.skull.green=Žalia kaukolÄ— +item.banner.skull.lightBlue=Å viesiai mÄ—lyna kaukolÄ— +item.banner.skull.lime=Gelsvai žalsva kaukolÄ— +item.banner.skull.magenta=Rausvai raudona kaukolÄ— +item.banner.skull.orange=OranžinÄ— kaukolÄ— +item.banner.skull.pink=RožinÄ— kaukolÄ— +item.banner.skull.purple=PurpurinÄ— kaukolÄ— +item.banner.skull.red=Raudona kaukolÄ— +item.banner.skull.silver=Å viesiai pilka kaukolÄ— +item.banner.skull.white=Balta kaukolÄ— +item.banner.skull.yellow=Geltona kaukolÄ— +item.banner.small_stripes.black=Juodos vertikalios juostos +item.banner.small_stripes.blue=MÄ—lynos vertikalios juostos +item.banner.small_stripes.brown=Rudos vertikalios juostos +item.banner.small_stripes.cyan=Žalsvai mÄ—lynos vertikalios juostos +item.banner.small_stripes.gray=Pilkos vertikalios juostos +item.banner.small_stripes.green=Žalios vertikalios juostos +item.banner.small_stripes.lightBlue=Å viesiai mÄ—lynos vertikalios juostos +item.banner.small_stripes.lime=Gelsvai žalsvos vertikalios juostos +item.banner.small_stripes.magenta=Rausvai raudonos vertikalios juostos +item.banner.small_stripes.orange=OranžinÄ—s vertikalios juostos +item.banner.small_stripes.pink=RožinÄ—s vertikalios juostos +item.banner.small_stripes.purple=PurpurinÄ—s vertikalios juostos +item.banner.small_stripes.red=Raudonos vertikalios juostos +item.banner.small_stripes.silver=Å viesiai pilkos vertikalios juostos +item.banner.small_stripes.white=Baltos vertikalios juostos +item.banner.small_stripes.yellow=Geltonos vertikalios juostos +item.banner.square_bottom_left.black=Juodas apatinis kairysis kampas +item.banner.square_bottom_left.blue=MÄ—lynas apatinis kairysis kampas +item.banner.square_bottom_left.brown=Rudas apatinis kairysis kampas +item.banner.square_bottom_left.cyan=Žalsvai mÄ—lynas apatinis kairysis kampas +item.banner.square_bottom_left.gray=Pilkas apatinis kairysis kampas +item.banner.square_bottom_left.green=Žalias apatinis kairysis kampas +item.banner.square_bottom_left.lightBlue=Å viesiai mÄ—lynas apatinis kairysis kampas +item.banner.square_bottom_left.lime=Gelsvai žalsvas apatinis kairysis kampas +item.banner.square_bottom_left.magenta=Rausvai raudonas apatinis kairysis kampas +item.banner.square_bottom_left.orange=Oranžinis apatinis kairysis kampas +item.banner.square_bottom_left.pink=Rožinis apatinis kairysis kampas +item.banner.square_bottom_left.purple=Purpurinis apatinis kairysis kampas +item.banner.square_bottom_left.red=Raudonas apatinis kairysis kampas +item.banner.square_bottom_left.silver=Å viesiai pilkas apatinis kairysis kampas +item.banner.square_bottom_left.white=Baltas apatinis kairysis kampas +item.banner.square_bottom_left.yellow=Geltonas apatinis kairysis kampas +item.banner.square_bottom_right.black=Juodas apatinis deÅ¡inysis kampas +item.banner.square_bottom_right.blue=MÄ—lynas apatinis deÅ¡inysis kampas +item.banner.square_bottom_right.brown=Rudas apatinis deÅ¡inysis kampas +item.banner.square_bottom_right.cyan=Žalsvai mÄ—lynas apatinis deÅ¡inysis kampas +item.banner.square_bottom_right.gray=Pilkas apatinis deÅ¡inysis kampas +item.banner.square_bottom_right.green=Žalias apatinis deÅ¡inysis kampas +item.banner.square_bottom_right.lightBlue=Å viesiai mÄ—lynas apatinis deÅ¡inysis kampas +item.banner.square_bottom_right.lime=Gelsvai žalsvas apatinis deÅ¡inysis kampas +item.banner.square_bottom_right.magenta=Rausvai raudonas apatinis deÅ¡inysis kampas +item.banner.square_bottom_right.orange=Oranžinis apatinis deÅ¡inysis kampas +item.banner.square_bottom_right.pink=Rožinis apatinis deÅ¡inysis kampas +item.banner.square_bottom_right.purple=Purpurinis apatinis deÅ¡inysis kampas +item.banner.square_bottom_right.red=Raudonas apatinis deÅ¡inysis kampas +item.banner.square_bottom_right.silver=Å viesiai pilkas apatinis deÅ¡inysis kampas +item.banner.square_bottom_right.white=Baltas apatinis deÅ¡inysis kampas +item.banner.square_bottom_right.yellow=Geltonas apatinis deÅ¡inysis kampas +item.banner.square_top_left.black=Juodas virÅ¡utinis kairysis kampas +item.banner.square_top_left.blue=MÄ—lynas virÅ¡utinis kairysis kampas +item.banner.square_top_left.brown=Rudas virÅ¡utinis kairysis kampas +item.banner.square_top_left.cyan=Žalsvai mÄ—lynas virÅ¡utinis kairysis kampas +item.banner.square_top_left.gray=Pilkas virÅ¡utinis kairysis kampas +item.banner.square_top_left.green=Žalias virÅ¡utinis kairysis kampas +item.banner.square_top_left.lightBlue=Å viesiai mÄ—lynas virÅ¡utinis kairysis kampas +item.banner.square_top_left.lime=Gelsvai žalsvas virÅ¡utinis kairysis kampas +item.banner.square_top_left.magenta=Rausvai raudonas virÅ¡utinis kairysis kampas +item.banner.square_top_left.orange=Oranžinis virÅ¡utinis kairysis kampas +item.banner.square_top_left.pink=Rožinis virÅ¡utinis kairysis kampas +item.banner.square_top_left.purple=Purpurinis virÅ¡utinis kairysis kampas +item.banner.square_top_left.red=Raudonas virÅ¡utinis kairysis kampas +item.banner.square_top_left.silver=Å viesiai pilkas virÅ¡utinis kairysis kampas +item.banner.square_top_left.white=Baltas virÅ¡utinis kairysis kampas +item.banner.square_top_left.yellow=Geltonas virÅ¡utinis kairysis kampas +item.banner.square_top_right.black=Juodas virÅ¡utinis deÅ¡inysis kampas +item.banner.square_top_right.blue=MÄ—lynas virÅ¡utinis deÅ¡inysis kampas +item.banner.square_top_right.brown=Rudas virÅ¡utinis deÅ¡inysis kampas +item.banner.square_top_right.cyan=Žalsvai mÄ—lynas virÅ¡utinis deÅ¡inysis kampas +item.banner.square_top_right.gray=Pilkas virÅ¡utinis deÅ¡inysis kampas +item.banner.square_top_right.green=Žalias virÅ¡utinis deÅ¡inysis kampas +item.banner.square_top_right.lightBlue=Å viesiai mÄ—lynas virÅ¡utinis deÅ¡inysis kampas +item.banner.square_top_right.lime=Gelsvai žalsvas virÅ¡utinis deÅ¡inysis kampas +item.banner.square_top_right.magenta=Rausvai raudonas virÅ¡utinis deÅ¡inysis kampas +item.banner.square_top_right.orange=Oranžinis virÅ¡utinis deÅ¡inysis kampas +item.banner.square_top_right.pink=Rožinis virÅ¡utinis deÅ¡inysis kampas +item.banner.square_top_right.purple=Purpurinis virÅ¡utinis deÅ¡inysis kampas +item.banner.square_top_right.red=Raudonas virÅ¡utinis deÅ¡inysis kampas +item.banner.square_top_right.silver=Å viesiai pilkas virÅ¡utinis deÅ¡inysis kampas +item.banner.square_top_right.white=Baltas virÅ¡utinis deÅ¡inysis kampas +item.banner.square_top_right.yellow=Geltonas virÅ¡utinis deÅ¡inysis kampas +item.banner.straight_cross.black=Juodas kryžius +item.banner.straight_cross.blue=MÄ—lynas kryžius +item.banner.straight_cross.brown=Rudas kryžius +item.banner.straight_cross.cyan=Žalsvai mÄ—lynas kryžius +item.banner.straight_cross.gray=Pilkas kryžius +item.banner.straight_cross.green=Žalias kryžius +item.banner.straight_cross.lightBlue=Å viesiai mÄ—lynas kryžius +item.banner.straight_cross.lime=Gelsvai žalsvas kryžius +item.banner.straight_cross.magenta=Rausvai raudonas kryžius +item.banner.straight_cross.orange=Oranžinis kryžius +item.banner.straight_cross.pink=Rožinis kryžius +item.banner.straight_cross.purple=Purpurinis kryžius +item.banner.straight_cross.red=Raudonas kryžius +item.banner.straight_cross.silver=Å viesiai pilkas kryžius +item.banner.straight_cross.white=Baltas kryžius +item.banner.straight_cross.yellow=Geltonas kryžius +item.banner.stripe_bottom.black=Juodas apatinis treÄdalis +item.banner.stripe_bottom.blue=MÄ—lynas apatinis treÄdalis +item.banner.stripe_bottom.brown=Rudas apatinis treÄdalis +item.banner.stripe_bottom.cyan=Žalsvai mÄ—lynas apatinis treÄdalis +item.banner.stripe_bottom.gray=Pilkas apatinis treÄdalis +item.banner.stripe_bottom.green=Žalias apatinis treÄdalis +item.banner.stripe_bottom.lightBlue=Å viesiai mÄ—lynas apatinis treÄdalis +item.banner.stripe_bottom.lime=Gelsvai žalsvas apatinis treÄdalis +item.banner.stripe_bottom.magenta=Rausvai raudonas apatinis treÄdalis +item.banner.stripe_bottom.orange=Oranžinis apatinis treÄdalis +item.banner.stripe_bottom.pink=Rožinis apatinis treÄdalis +item.banner.stripe_bottom.purple=Purpurinis apatinis treÄdalis +item.banner.stripe_bottom.red=Raudonas apatinis treÄdalis +item.banner.stripe_bottom.silver=Å viesiai pilkas apatinis treÄdalis +item.banner.stripe_bottom.white=Baltas apatinis treÄdalis +item.banner.stripe_bottom.yellow=Geltonas apatinis treÄdalis +item.banner.stripe_center.black=Juoda vertikali centrinÄ— linija +item.banner.stripe_center.blue=MÄ—lyna vertikali centrinÄ— linija +item.banner.stripe_center.brown=Ruda vertikali centrinÄ— linija +item.banner.stripe_center.cyan=Žalsvai mÄ—lyna vertikali centrinÄ— linija +item.banner.stripe_center.gray=Pilka vertikali centrinÄ— linija +item.banner.stripe_center.green=Žalia vertikali centrinÄ— linija +item.banner.stripe_center.lightBlue=Å viesiai mÄ—lyna vertikali centrinÄ— linija +item.banner.stripe_center.lime=Gelsvai žalsva vertikali centrinÄ— linija +item.banner.stripe_center.magenta=Rausvai raudona vertikali centrinÄ— linija +item.banner.stripe_center.orange=OranžinÄ— vertikali centrinÄ— linija +item.banner.stripe_center.pink=RožinÄ— vertikali centrinÄ— linija +item.banner.stripe_center.purple=PurpurinÄ— vertikali centrinÄ— linija +item.banner.stripe_center.red=Raudona vertikali centrinÄ— linija +item.banner.stripe_center.silver=Å viesiai pilka vertikali centrinÄ— linija +item.banner.stripe_center.white=Balta vertikali centrinÄ— linija +item.banner.stripe_center.yellow=Geltona vertikali centrinÄ— linija +item.banner.stripe_downleft.black=Juoda įstriža linija iÅ¡ apaÄios į viršų +item.banner.stripe_downleft.blue=MÄ—lyna įstriža linija iÅ¡ apaÄios į viršų +item.banner.stripe_downleft.brown=Ruda įstriža linija iÅ¡ apaÄios į viršų +item.banner.stripe_downleft.cyan=Žalsvai mÄ—lyna įstriža linija iÅ¡ apaÄios į viršų +item.banner.stripe_downleft.gray=Pilka įstriža linija iÅ¡ apaÄios į viršų +item.banner.stripe_downleft.green=Žalia įstriža linija iÅ¡ apaÄios į viršų +item.banner.stripe_downleft.lightBlue=Å viesiai mÄ—lyna įstriža linija iÅ¡ apaÄios į viršų +item.banner.stripe_downleft.lime=Gelsvai žalsva įstriža linija iÅ¡ apaÄios į viršų +item.banner.stripe_downleft.magenta=Rausvai raudona įstriža linija iÅ¡ apaÄios į viršų +item.banner.stripe_downleft.orange=OranžinÄ— įstriža linija iÅ¡ apaÄios į viršų +item.banner.stripe_downleft.pink=RožinÄ— įstriža linija iÅ¡ apaÄios į viršų +item.banner.stripe_downleft.purple=PurpurinÄ— įstriža linija iÅ¡ apaÄios į viršų +item.banner.stripe_downleft.red=Raudona įstriža linija iÅ¡ apaÄios į viršų +item.banner.stripe_downleft.silver=Å viesiai pilka įstriža linija iÅ¡ apaÄios į viršų +item.banner.stripe_downleft.white=Balta įstriža linija iÅ¡ apaÄios į viršų +item.banner.stripe_downleft.yellow=Geltona įstriža linija iÅ¡ apaÄios į viršų +item.banner.stripe_downright.black=Juoda įstriža linija iÅ¡ virÅ¡aus į apaÄiÄ… +item.banner.stripe_downright.blue=MÄ—lyna įstriža linija iÅ¡ virÅ¡aus į apaÄiÄ… +item.banner.stripe_downright.brown=Ruda įstriža linija iÅ¡ virÅ¡aus į apaÄiÄ… +item.banner.stripe_downright.cyan=Žalsvai mÄ—lyna įstriža linija iÅ¡ virÅ¡aus į apaÄiÄ… +item.banner.stripe_downright.gray=Pilka įstriža linija iÅ¡ virÅ¡aus į apaÄiÄ… +item.banner.stripe_downright.green=Žalia įstriža linija iÅ¡ virÅ¡aus į apaÄiÄ… +item.banner.stripe_downright.lightBlue=Å viesiai mÄ—lyna įstriža linija iÅ¡ virÅ¡aus į apaÄiÄ… +item.banner.stripe_downright.lime=Gelsvai žalsva įstriža linija iÅ¡ virÅ¡aus į apaÄiÄ… +item.banner.stripe_downright.magenta=Rausvai raudona įstriža linija iÅ¡ virÅ¡aus į apaÄiÄ… +item.banner.stripe_downright.orange=OranžinÄ— įstriža linija iÅ¡ virÅ¡aus į apaÄiÄ… +item.banner.stripe_downright.pink=RožinÄ— įstriža linija iÅ¡ virÅ¡aus į apaÄiÄ… +item.banner.stripe_downright.purple=PurpurinÄ— įstriža linija iÅ¡ virÅ¡aus į apaÄiÄ… +item.banner.stripe_downright.red=Raudona įstriža linija iÅ¡ virÅ¡aus į apaÄiÄ… +item.banner.stripe_downright.silver=Å viesiai pilka įstriža linija iÅ¡ virÅ¡aus į apaÄiÄ… +item.banner.stripe_downright.white=Balta įstriža linija iÅ¡ virÅ¡aus į apaÄiÄ… +item.banner.stripe_downright.yellow=Geltona įstriža linija iÅ¡ virÅ¡aus į apaÄiÄ… +item.banner.stripe_left.black=Juodas kairysis treÄdalis +item.banner.stripe_left.blue=MÄ—lynas kairysis treÄdalis +item.banner.stripe_left.brown=Rudas kairysis treÄdalis +item.banner.stripe_left.cyan=Žalsvai mÄ—lynas kairysis treÄdalis +item.banner.stripe_left.gray=Pilkas kairysis treÄdalis +item.banner.stripe_left.green=Žalias kairysis treÄdalis +item.banner.stripe_left.lightBlue=Å viesiai mÄ—lynas kairysis treÄdalis +item.banner.stripe_left.lime=Gelsvai žalsvas kairysis treÄdalis +item.banner.stripe_left.magenta=Rausvai raudonas kairysis treÄdalis +item.banner.stripe_left.orange=Oranžinis kairysis treÄdalis +item.banner.stripe_left.pink=Rožinis kairysis treÄdalis +item.banner.stripe_left.purple=Purpurinis kairysis treÄdalis +item.banner.stripe_left.red=Raudonas kairysis treÄdalis +item.banner.stripe_left.silver=Å viesiai pilkas kairysis treÄdalis +item.banner.stripe_left.white=Baltas kairysis treÄdalis +item.banner.stripe_left.yellow=Geltonas kairysis treÄdalis +item.banner.stripe_middle.black=Juoda horizontali centrinÄ— linija +item.banner.stripe_middle.blue=MÄ—lyna horizontali centrinÄ— linija +item.banner.stripe_middle.brown=Ruda horizontali centrinÄ— linija +item.banner.stripe_middle.cyan=Žalsvai mÄ—lyna horizontali centrinÄ— linija +item.banner.stripe_middle.gray=Pilka horizontali centrinÄ— linija +item.banner.stripe_middle.green=Žalia horizontali centrinÄ— linija +item.banner.stripe_middle.lightBlue=Å viesiai mÄ—lyna horizontali centrinÄ— linija +item.banner.stripe_middle.lime=Gelsvai žalsva horizontali centrinÄ— linija +item.banner.stripe_middle.magenta=Rausvai raudona horizontali centrinÄ— linija +item.banner.stripe_middle.orange=OranžinÄ— horizontali centrinÄ— linija +item.banner.stripe_middle.pink=RožinÄ— horizontali centrinÄ— linija +item.banner.stripe_middle.purple=PurpurinÄ— horizontali centrinÄ— linija +item.banner.stripe_middle.red=Raudona horizontali centrinÄ— linija +item.banner.stripe_middle.silver=Å viesiai pilka horizontali centrinÄ— linija +item.banner.stripe_middle.white=Balta horizontali centrinÄ— linija +item.banner.stripe_middle.yellow=Geltona horizontali centrinÄ— linija +item.banner.stripe_right.black=Juodas deÅ¡inysis treÄdalis +item.banner.stripe_right.blue=MÄ—lynas deÅ¡inysis treÄdalis +item.banner.stripe_right.brown=Rudas deÅ¡inysis treÄdalis +item.banner.stripe_right.cyan=Žalsvai mÄ—lynas deÅ¡inysis treÄdalis +item.banner.stripe_right.gray=Pilkas deÅ¡inysis treÄdalis +item.banner.stripe_right.green=Žalias deÅ¡inysis treÄdalis +item.banner.stripe_right.lightBlue=Å viesiai mÄ—lynas deÅ¡inysis treÄdalis +item.banner.stripe_right.lime=Gelsvai žalsvas deÅ¡inysis treÄdalis +item.banner.stripe_right.magenta=Rausvai raudonas deÅ¡inysis treÄdalis +item.banner.stripe_right.orange=Oranžinis deÅ¡inysis treÄdalis +item.banner.stripe_right.pink=Rožinis deÅ¡inysis treÄdalis +item.banner.stripe_right.purple=Purpurinis deÅ¡inysis treÄdalis +item.banner.stripe_right.red=Raudonas deÅ¡inysis treÄdalis +item.banner.stripe_right.silver=Å viesiai pilkas deÅ¡inysis treÄdalis +item.banner.stripe_right.white=Baltas deÅ¡inysis treÄdalis +item.banner.stripe_right.yellow=Geltonas deÅ¡inysis treÄdalis +item.banner.stripe_top.black=Juodas virÅ¡utinis treÄdalis +item.banner.stripe_top.blue=MÄ—lynas virÅ¡utinis treÄdalis +item.banner.stripe_top.brown=Rudas virÅ¡utinis treÄdalis +item.banner.stripe_top.cyan=Žalsvai mÄ—lynas virÅ¡utinis treÄdalis +item.banner.stripe_top.gray=Pilkas virÅ¡utinis treÄdalis +item.banner.stripe_top.green=Žalias virÅ¡utinis treÄdalis +item.banner.stripe_top.lightBlue=Å viesiai mÄ—lynas virÅ¡utinis treÄdalis +item.banner.stripe_top.lime=Gelsvai žalsvas virÅ¡utinis treÄdalis +item.banner.stripe_top.magenta=Rausvai raudonas virÅ¡utinis treÄdalis +item.banner.stripe_top.orange=Oranžinis virÅ¡utinis treÄdalis +item.banner.stripe_top.pink=Rožinis virÅ¡utinis treÄdalis +item.banner.stripe_top.purple=Purpurinis virÅ¡utinis treÄdalis +item.banner.stripe_top.red=Raudonas virÅ¡utinis treÄdalis +item.banner.stripe_top.silver=Å viesiai pilkas virÅ¡utinis treÄdalis +item.banner.stripe_top.white=Baltas virÅ¡utinis treÄdalis +item.banner.stripe_top.yellow=Geltonas virÅ¡utinis treÄdalis +item.banner.triangle_bottom.black=Juodas apatinis trikampis +item.banner.triangle_bottom.blue=MÄ—lynas apatinis trikampis +item.banner.triangle_bottom.brown=Rudas apatinis trikampis +item.banner.triangle_bottom.cyan=Žalsvai mÄ—lynas apatinis trikampis +item.banner.triangle_bottom.gray=Pilkas apatinis trikampis +item.banner.triangle_bottom.green=Žalias apatinis trikampis +item.banner.triangle_bottom.lightBlue=Å viesiai mÄ—lynas apatinis trikampis +item.banner.triangle_bottom.lime=Gelsvai žalsvas apatinis trikampis +item.banner.triangle_bottom.magenta=Rausvai raudonas apatinis trikampis +item.banner.triangle_bottom.orange=Oranžinis apatinis trikampis +item.banner.triangle_bottom.pink=Rožinis apatinis trikampis +item.banner.triangle_bottom.purple=Purpurinis apatinis trikampis +item.banner.triangle_bottom.red=Raudonas apatinis trikampis +item.banner.triangle_bottom.silver=Å viesiai pilkas apatinis trikampis +item.banner.triangle_bottom.white=Baltas apatinis trikampis +item.banner.triangle_bottom.yellow=Geltonas apatinis trikampis +item.banner.triangle_top.black=Juodas virÅ¡utinis trikampis +item.banner.triangle_top.blue=MÄ—lynas virÅ¡utinis trikampis +item.banner.triangle_top.brown=Rudas virÅ¡utinis trikampis +item.banner.triangle_top.cyan=Žalsvai mÄ—lynas virÅ¡utinis trikampis +item.banner.triangle_top.gray=Pilkas virÅ¡utinis trikampis +item.banner.triangle_top.green=Žalias virÅ¡utinis trikampis +item.banner.triangle_top.lightBlue=Å viesiai mÄ—lynas virÅ¡utinis trikampis +item.banner.triangle_top.lime=Gelsvai žalsvas virÅ¡utinis trikampis +item.banner.triangle_top.magenta=Rausvai raudonas virÅ¡utinis trikampis +item.banner.triangle_top.orange=Oranžinis virÅ¡utinis trikampis +item.banner.triangle_top.pink=Rožinis virÅ¡utinis trikampis +item.banner.triangle_top.purple=Purpurinis virÅ¡utinis trikampis +item.banner.triangle_top.red=Raudonas virÅ¡utinis trikampis +item.banner.triangle_top.silver=Å viesiai pilkas virÅ¡utinis trikampis +item.banner.triangle_top.white=Baltas virÅ¡utinis trikampis +item.banner.triangle_top.yellow=Geltonas virÅ¡utinis trikampis +item.banner.triangles_bottom.black=Juodi apatiniai trikampiai +item.banner.triangles_bottom.blue=MÄ—lyni apatiniai trikampiai +item.banner.triangles_bottom.brown=Rudi apatiniai trikampiai +item.banner.triangles_bottom.cyan=Žalsvai mÄ—lyni apatiniai trikampiai +item.banner.triangles_bottom.gray=Pilki apatiniai trikampiai +item.banner.triangles_bottom.green=Žali apatiniai trikampiai +item.banner.triangles_bottom.lightBlue=Å viesiai mÄ—lyni apatiniai trikampiai +item.banner.triangles_bottom.lime=Gelsvai žalsvi apatiniai trikampiai +item.banner.triangles_bottom.magenta=Rausvai raudoni apatiniai trikampiai +item.banner.triangles_bottom.orange=Oranžiniai apatiniai trikampiai +item.banner.triangles_bottom.pink=Rožiniai apatiniai trikampiai +item.banner.triangles_bottom.purple=Purpuriniai apatiniai trikampiai +item.banner.triangles_bottom.red=Raudoni apatiniai trikampiai +item.banner.triangles_bottom.silver=Å viesiai pilki apatiniai trikampiai +item.banner.triangles_bottom.white=Balti apatiniai trikampiai +item.banner.triangles_bottom.yellow=Geltoni apatiniai trikampiai +item.banner.triangles_top.black=Juodi virÅ¡utiniai trikampiai +item.banner.triangles_top.blue=MÄ—lyni virÅ¡utiniai trikampiai +item.banner.triangles_top.brown=Rudi virÅ¡utiniai trikampiai +item.banner.triangles_top.cyan=Žalsvai mÄ—lyni virÅ¡utiniai trikampiai +item.banner.triangles_top.gray=Pilki virÅ¡utiniai trikampiai +item.banner.triangles_top.green=Žali virÅ¡utiniai trikampiai +item.banner.triangles_top.lightBlue=Å viesiai mÄ—lyni virÅ¡utiniai trikampiai +item.banner.triangles_top.lime=Gelsvai žalsvi virÅ¡utiniai trikampiai +item.banner.triangles_top.magenta=Rausvai raudoni virÅ¡utiniai trikampiai +item.banner.triangles_top.orange=Oranžiniai virÅ¡utiniai trikampiai +item.banner.triangles_top.pink=Rožiniai virÅ¡utiniai trikampiai +item.banner.triangles_top.purple=Purpuriniai virÅ¡utiniai trikampiai +item.banner.triangles_top.red=Raudoni virÅ¡utiniai trikampiai +item.banner.triangles_top.silver=Å viesiai pilki virÅ¡utiniai trikampiai +item.banner.triangles_top.white=Balti virÅ¡utiniai trikampiai +item.banner.triangles_top.yellow=Geltoni virÅ¡utiniai trikampiai +item.banner.white.name=Balta vÄ—liava +item.banner.yellow.name=Geltona vÄ—liava +item.bed.name=Lova +item.beefCooked.name=Kepsnys +item.beefRaw.name=Žalia jautiena +item.blazePowder.name=Liepsnos pudra +item.blazeRod.name=Liepsnos strypas +item.boat.name=Valtis +item.bone.name=Kaulas +item.book.name=Knyga +item.bootsChain.name=Grandininiai batai +item.bootsCloth.name=Odiniai batai +item.bootsDiamond.name=Deimantiniai batai +item.bootsGold.name=Auksiniai batai +item.bootsIron.name=Geležiniai batai +item.bow.name=Lankas +item.bowl.name=Dubuo +item.bread.name=Duona +item.brewingStand.name=Eliksyrų stovas +item.brick.name=Plyta +item.bucket.name=Kibiras +item.bucketLava.name=Lavos kibiras +item.bucketWater.name=Vandens kibiras +item.cake.name=Tortas +item.canBreak=Galima kirsti: +item.canPlace=Gali bÅ«ti padÄ—tas ant: +item.carrotGolden.name=AuksinÄ— morka +item.carrotOnAStick.name=Morka ant pagaliuko +item.carrots.name=Morka +item.cauldron.name=Katilas +item.charcoal.name=Medžio anglis +item.chestplateChain.name=Grandininis antkrÅ«tinis +item.chestplateCloth.name=OdinÄ— tunika +item.chestplateDiamond.name=Deimantinis antkrÅ«tinis +item.chestplateGold.name=Auksinis antkrÅ«tinis +item.chestplateIron.name=Geležinis antkrÅ«tinis +item.chickenCooked.name=Kepta viÅ¡tiena +item.chickenRaw.name=Žalia viÅ¡tiena +item.clay.name=Molis +item.clock.name=Laikrodis +item.coal.name=Anglis +item.comparator.name=Raudonakmenio komparatorius +item.compass.name=Kompasas +item.cookie.name=Sausainis +item.diamond.name=Deimantas +item.diode.name=Raudonakmenio diodas +item.doorAcacia.name=Akacijos durys +item.doorBirch.name=Beržo durys +item.doorDarkOak.name=Tamsiojo ąžuolo durys +item.doorIron.name=GeležinÄ—s durys +item.doorJungle.name=Džiunglių medžio durys +item.doorOak.name=Ąžuolo durys +item.doorSpruce.name=EglÄ—s durys +item.dyePowder.black.name=RaÅ¡alo pÅ«slÄ— +item.dyePowder.blue.name=Lazuritas +item.dyePowder.brown.name=Kakavos pupelÄ—s +item.dyePowder.cyan.name=Žalsvai mÄ—lyni dažai +item.dyePowder.gray.name=Pilki dažai +item.dyePowder.green.name=Kaktuso žaluma +item.dyePowder.lightBlue.name=Å viesiai mÄ—lyni dažai +item.dyePowder.lime.name=Gelsvai žalsvi dažai +item.dyePowder.magenta.name=Rausvai raudoni dažai +item.dyePowder.orange.name=Oranžiniai dažai +item.dyePowder.pink.name=Rožiniai dažai +item.dyePowder.purple.name=Purpuriniai dažai +item.dyePowder.red.name=Rožės raudonis +item.dyePowder.silver.name=Å viesiai pilki dažai +item.dyePowder.white.name=Kaulų miltai +item.dyePowder.yellow.name=PienÄ—s geltonis +item.dyed=Nudažytas +item.egg.name=KiauÅ¡inis +item.emerald.name=Smaragdas +item.emptyMap.name=TuÅ¡Äas žemÄ—lapis +item.emptyPotion.name=Vandens buteliukas +item.enchantedBook.name=UžkerÄ—ta knyga +item.enderPearl.name=Pabaigos perlas +item.expBottle.name=Patirties buteliukas +item.eyeOfEnder.name=Pabaigos akis +item.feather.name=Plunksna +item.fermentedSpiderEye.name=Rauginta voro akis +item.fireball.name=Ugnies kamuolys +item.fireworks.flight=Skrydžio trukmÄ—: +item.fireworks.name=Fejerverkas +item.fireworksCharge.black=Juoda +item.fireworksCharge.blue=MÄ—lyna +item.fireworksCharge.brown=Ruda +item.fireworksCharge.customColor=Vartotojo +item.fireworksCharge.cyan=Žalsvai mÄ—lyna +item.fireworksCharge.fadeTo=IÅ¡blÄ—sta į +item.fireworksCharge.flicker=Spindesys +item.fireworksCharge.gray=Pilka +item.fireworksCharge.green=Žalia +item.fireworksCharge.lightBlue=Å viesiai mÄ—lyna +item.fireworksCharge.lime=Gelsvai žalsva +item.fireworksCharge.magenta=Rausvai raudona +item.fireworksCharge.name=Fejerverko žvaigždÄ— +item.fireworksCharge.orange=OranžinÄ— +item.fireworksCharge.pink=RožinÄ— +item.fireworksCharge.purple=PurpurinÄ— +item.fireworksCharge.red=Raudona +item.fireworksCharge.silver=Å viesiai pilka +item.fireworksCharge.trail=Juostos +item.fireworksCharge.type=Nežinoma forma +item.fireworksCharge.type.0=Mažas kamuolys +item.fireworksCharge.type.1=Didelis kamuolys +item.fireworksCharge.type.2=ŽvaigždÄ—s formos +item.fireworksCharge.type.3=PasalÅ«no formos +item.fireworksCharge.type.4=Puri +item.fireworksCharge.white=Balta +item.fireworksCharge.yellow=Geltona +item.fish.clownfish.raw.name=JÅ«rų klounas +item.fish.cod.cooked.name=Kepta žuvis +item.fish.cod.raw.name=Žalia žuvis +item.fish.pufferfish.raw.name=PÅ«sliažuvÄ— +item.fish.salmon.cooked.name=Kepta laÅ¡iÅ¡a +item.fish.salmon.raw.name=Žalia laÅ¡iÅ¡a +item.fishingRod.name=MeÅ¡kerÄ— +item.flint.name=Titnagas +item.flintAndSteel.name=Titnagas ir geležis +item.flowerPot.name=Vazonas +item.frame.name=RÄ—melis +item.ghastTear.name=Å mÄ—klos aÅ¡ara +item.glassBottle.name=Stiklinis buteliukas +item.goldNugget.name=Aukso grynuolis +item.hatchetDiamond.name=Deimantinis kirvis +item.hatchetGold.name=Auksinis kirvis +item.hatchetIron.name=Geležinis kirvis +item.hatchetStone.name=Akmeninis kirvis +item.hatchetWood.name=Medinis kirvis +item.helmetChain.name=Grandininis Å¡almas +item.helmetCloth.name=OdinÄ— kepurÄ— +item.helmetDiamond.name=Deimantinis Å¡almas +item.helmetGold.name=Auksinis Å¡almas +item.helmetIron.name=Geležinis Å¡almas +item.hoeDiamond.name=Deimantinis kauptukas +item.hoeGold.name=Auksinis kauptukas +item.hoeIron.name=Geležinis kauptukas +item.hoeStone.name=Akmeninis kauptukas +item.hoeWood.name=Medinis kauptukas +item.horsearmordiamond.name=Deimantiniai arklio Å¡arvai +item.horsearmorgold.name=Auksiniai arklio Å¡arvai +item.horsearmormetal.name=Geležiniai arklio Å¡arvai +item.ingotGold.name=Aukso liejinys +item.ingotIron.name=Geležies liejinys +item.leash.name=PavadÄ—lis +item.leather.name=Oda +item.leaves.name=Lapai +item.leggingsChain.name=GrandininÄ—s kelnÄ—s +item.leggingsCloth.name=OdinÄ—s kelnÄ—s +item.leggingsDiamond.name=DeimantinÄ—s kelnÄ—s +item.leggingsGold.name=AuksinÄ—s kelnÄ—s +item.leggingsIron.name=GeležinÄ—s kelnÄ—s +item.magmaCream.name=Magmos kremas +item.map.name=ŽemÄ—lapis +item.melon.name=ArbÅ«zas +item.milk.name=Pienas +item.minecart.name=VagonÄ—lis +item.minecartChest.name=VagonÄ—lis su skrynia +item.minecartCommandBlock.name=VagonÄ—lis su komandos bloku +item.minecartFurnace.name=VagonÄ—lis su krosnimi +item.minecartHopper.name=VagonÄ—lis su piltuvu +item.minecartTnt.name=VagonÄ—lis su sprogmenimis +item.monsterPlacer.name=KiauÅ¡inis: +item.mushroomStew.name=Grybų troÅ¡kinys +item.muttonCooked.name=Kepta aviena +item.muttonRaw.name=Žalia aviena +item.nameTag.name=Vardo žymeklis +item.netherStalkSeeds.name=Pragaro gumbas +item.netherStar.name=Pragaro žvaigždÄ— +item.netherbrick.name=Pragaro plyta +item.netherquartz.name=Pragaro kvarcas +item.painting.name=Paveikslas +item.paper.name=Popierius +item.pickaxeDiamond.name=Deimantinis kirtiklis +item.pickaxeGold.name=Auksinis kirtiklis +item.pickaxeIron.name=Geležinis kirtiklis +item.pickaxeStone.name=Akmeninis kirtiklis +item.pickaxeWood.name=Medinis kirtiklis +item.porkchopCooked.name=Kepta kiauliena +item.porkchopRaw.name=Žalia kiauliena +item.potato.name=BulvÄ— +item.potatoBaked.name=Kepta bulvÄ— +item.potatoPoisonous.name=Nuodinga bulvÄ— +item.potion.name=Eliksyras +item.prismarineCrystals.name=Prizmarino kristalai +item.prismarineShard.name=Prizmarino Å¡ukÄ— +item.pumpkinPie.name=MoliÅ«gų pyragas +item.rabbitCooked.name=Keptas kiÅ¡kis +item.rabbitFoot.name=KiÅ¡kio pÄ—da +item.rabbitHide.name=KiÅ¡kio kailis +item.rabbitRaw.name=Žalias kiÅ¡kis +item.rabbitStew.name=KiÅ¡kio troÅ¡kinys +item.record.11.desc=C418 - 11 +item.record.13.desc=C418 - 13 +item.record.blocks.desc=C418 - blocks +item.record.cat.desc=C418 - cat +item.record.chirp.desc=C418 - chirp +item.record.far.desc=C418 - far +item.record.mall.desc=C418 - mall +item.record.mellohi.desc=C418 - mellohi +item.record.name=Muzikos diskas +item.record.stal.desc=C418 - stal +item.record.strad.desc=C418 - strad +item.record.wait.desc=C418 - wait +item.record.ward.desc=C418 - ward +item.redstone.name=Raudonakmenis +item.reeds.name=CukranendrÄ—s +item.rottenFlesh.name=Supuvusi mÄ—sa +item.ruby.name=Rubinas +item.saddle.name=Balnas +item.seeds.name=SÄ—klos +item.seeds_melon.name=ArbÅ«zų sÄ—klos +item.seeds_pumpkin.name=MoliÅ«gų sÄ—klos +item.shears.name=ŽirklÄ—s +item.shovelDiamond.name=Deimantinis kastuvas +item.shovelGold.name=Auksinis kastuvas +item.shovelIron.name=Geležinis kastuvas +item.shovelStone.name=Akmeninis kastuvas +item.shovelWood.name=Medinis kastuvas +item.sign.name=Ženklas +item.skull.char.name=Galva +item.skull.creeper.name=PasalÅ«no galva +item.skull.player.name=%s galva +item.skull.skeleton.name=Skeleto kaukolÄ— +item.skull.wither.name=Nykiojo skeleto kaukolÄ— +item.skull.zombie.name=Zombio galva +item.slimeball.name=Gleivių kamuolÄ—lis +item.snowball.name=Sniego gniūžtÄ— +item.speckledMelon.name=Blizgantis arbÅ«zas +item.spiderEye.name=Voro akis +item.stick.name=Pagaliukas +item.string.name=SiÅ«las +item.sugar.name=Cukrus +item.sulphur.name=Parakas +item.swordDiamond.name=Deimantinis kardas +item.swordGold.name=Auksinis kardas +item.swordIron.name=Geležinis kardas +item.swordStone.name=Akmeninis kardas +item.swordWood.name=Medinis kardas +item.unbreakable=Nesulaužomas +item.wheat.name=KvieÄiai +item.writingBook.name=Knyga ir plunksna +item.writtenBook.name=PriraÅ¡yta knyga +item.yellowDust.name=Å viesakmenio dulkÄ—s +itemGroup.brewing=Eliksyrai +itemGroup.buildingBlocks=Statybiniai blokai +itemGroup.combat=Ginklai +itemGroup.decorations=Dekoratyviniai blokai +itemGroup.food=Maisto produktai +itemGroup.inventory=IÅ¡likimo inventorius +itemGroup.materials=Medžiagos +itemGroup.misc=Ä®vairÅ«s +itemGroup.redstone=Raudonakmenis +itemGroup.search=IeÅ¡koti daiktų +itemGroup.tools=Ä®rankiai +itemGroup.transportation=Transportas +key.attack=Pulti/Sunaikinti +key.back=Eiti atgal +key.categories.gameplay=Žaidimas +key.categories.inventory=Inventorius +key.categories.misc=Ä®vairÅ«s +key.categories.movement=JudÄ—jimas +key.categories.multiplayer=Daugelio žaidÄ—jų režimas +key.categories.stream=Transliacija +key.categories.ui=Žaidimo sÄ…saja +key.chat=Pokalbis +key.command=Komanda +key.drop=IÅ¡mesti daiktÄ… +key.forward=Eiti pirmyn +key.fullscreen=Visas ekranas +key.hotbar.1=Greitojo pasirinkimo vieta 1 +key.hotbar.2=Greitojo pasirinkimo vieta 2 +key.hotbar.3=Greitojo pasirinkimo vieta 3 +key.hotbar.4=Greitojo pasirinkimo vieta 4 +key.hotbar.5=Greitojo pasirinkimo vieta 5 +key.hotbar.6=Greitojo pasirinkimo vieta 6 +key.hotbar.7=Greitojo pasirinkimo vieta 7 +key.hotbar.8=Greitojo pasirinkimo vieta 8 +key.hotbar.9=Greitojo pasirinkimo vieta 9 +key.inventory=Inventorius +key.jump=PaÅ¡okti +key.left=Ä® kairÄ™ +key.mouseButton=PelÄ—s mygtukas %1$s +key.pickItem=Pasirinkti blokÄ… +key.playerlist=ŽaidÄ—jų sÄ…raÅ¡as +key.right=Ä® deÅ¡inÄ™ +key.screenshot=Ekrano nuotrauka +key.smoothCamera=Kino kamera +key.sneak=SÄ—linti +key.spectatorOutlines=IÅ¡ryÅ¡kinti žaidÄ—jus (stebÄ—tojus) +key.sprint=BÄ—gti +key.streamCommercial=Rodyti transliacijos reklamas +key.streamPauseUnpause=Pristabdyti/TÄ™sti transliacijÄ… +key.streamStartStop=PradÄ—ti/Sustabdyti transliacijÄ… +key.streamToggleMic=Tiesiogiai Bendrauti/Nutildyti +key.togglePerspective=Perjungti perspektyvÄ… +key.use=Naudoti daiktÄ…/PadÄ—ti blokÄ… +lanServer.otherPlayers=Nustatymai kitiems žaidÄ—jams +lanServer.scanning=IeÅ¡koma žaidimų vietiniame tinkle +lanServer.start=PradÄ—ti vietinį pasaulį +lanServer.title=Vietinis pasaulis +language.code=lt_LT +language.name=Lietuvių +language.region=Lietuva +mcoServer.title=Minecraft Online pasaulis +menu.convertingLevel=Perdaromas pasaulis +menu.disconnect=Atsijungti +menu.game=Žaidimo meniu +menu.generatingLevel=Generuojamas pasaulis +menu.generatingTerrain=Kuriama vietovÄ— +menu.loadingLevel=Kraunamas pasaulis +menu.multiplayer=Žaisti tinkle +menu.online=Minecraft Pasaulis +menu.options=Nustatymai... +menu.playdemo=Žaisti demo pasaulyje +menu.quit=IÅ¡eiti +menu.resetdemo=Anuliuoti demo pasaulį +menu.respawning=Prisikeliama +menu.returnToGame=Atgal į žaidimÄ… +menu.returnToMenu=IÅ¡saugoti ir grįžti į pagrindinį meniu +menu.shareToLan=Atidaryti vietiniam tinklui +menu.simulating=Å iek tiek pagyvinamas pasaulis +menu.singleplayer=Žaisti vienam +menu.switchingLevel=SukeiÄiami pasauliai +merchant.deprecated=KažkÄ… parduokite ar nupirkite, kad atrakintumÄ—te! +mount.onboard=Spauskite %1$s norÄ—dami nulipti +multiplayer.connect=Jungtis +multiplayer.downloadingStats=AtsisiunÄiama statistika ir pasiekimai... +multiplayer.downloadingTerrain=AtsisiunÄiama vietovÄ— +multiplayer.info1=Minecraft daugelio žaidÄ—jų režimas dar nÄ—ra visiÅ¡kai pabaigtas, +multiplayer.info2=bet vyksta intensyvus testavimas. +multiplayer.ipinfo=Ä®veskite serverio, prie kurio norite prisijungti, adresÄ…: +multiplayer.player.joined=%s prisijungÄ— prie žaidimo +multiplayer.player.joined.renamed=%s (ankÅ¡Äiau žinomas/a kaip %s) prisijungÄ— prie žaidimo +multiplayer.player.left=%s paliko žaidimÄ… +multiplayer.stopSleeping=IÅ¡lipti iÅ¡ lovos +multiplayer.texturePrompt.line1=Serveryje rekomenduojama naudoti specialų resursų paketÄ…. +multiplayer.texturePrompt.line2=Ar norite parsisiųsti ir įsidiegti jį automatiÅ¡kai? +multiplayer.title=Žaidimas tinkle +options.advancedButton=PažangÅ«s vaizdo nustatymai... +options.advancedOpengl=Pažangus OpenGL +options.advancedVideoTitle=PažangÅ«s vaizdo nustatymai +options.anaglyph=3D režimas +options.ao=Å velnus apÅ¡vietimas +options.ao.max=maksimalus +options.ao.min=minimalus +options.ao.off=IÅ¡j. +options.blockAlternatives=AlternatyvÅ«s blokai +options.chat.color=Spalvos +options.chat.height.focused=Fokusuoto aukÅ¡tis +options.chat.height.unfocused=Nefokusuoto aukÅ¡tis +options.chat.links=Nuorodos +options.chat.links.prompt=Klausti dÄ—l nuorodų +options.chat.opacity=RyÅ¡kumas +options.chat.scale=Mastelis +options.chat.title=Pokalbio nustatymai +options.chat.visibility=Pokalbis +options.chat.visibility.full=Rodomas +options.chat.visibility.hidden=paslÄ—ptas +options.chat.visibility.system=tik komandos +options.chat.width=Plotis +options.controls=Valdymas +options.customizeTitle=Derinti pasaulio nustatymus +options.difficulty=SudÄ—tingumo lygis +options.difficulty.easy=lengvas +options.difficulty.hard=sudÄ—tingas +options.difficulty.hardcore=negailestingasis +options.difficulty.normal=normalus +options.difficulty.peaceful=taikus +options.farWarning1=Rekomenduojama 64 bit Java versija +options.farWarning2=64-bitų Java instaliacija (JÅ«sų yra 32-bitų) +options.fboEnable=Ä®galinti buferio objektÄ… +options.forceUnicodeFont=Priverstinis Unicode Å¡riftas +options.fov=RegÄ—jimo laukas +options.fov.max=Quake profesionalas +options.fov.min=normalus +options.framerateLimit=Didžiausias kadrų dažnis +options.framerateLimit.max=neribotas +options.fullscreen=Visas ekranas +options.gamma=RyÅ¡kumas +options.gamma.max=ryÅ¡kus +options.gamma.min=niÅ«rus +options.graphics=Grafika +options.graphics.fancy=kokybiÅ¡ka +options.graphics.fast=greita +options.guiScale=Ekrano elementų dydis +options.guiScale.auto=automatinis +options.guiScale.large=didelis +options.guiScale.normal=normalus +options.guiScale.small=mažas +options.hidden=paslÄ—ptas +options.invertMouse=AtvirkÅ¡tinis pelÄ—s judÄ—jimas +options.language=Kalba... +options.languageWarning=Vertimai gali bÅ«ti ne 100%% tikslÅ«s +options.mipmapLevels=TekstÅ«ros interpoliacijos lygis +options.modelPart.cape=SkraistÄ— +options.modelPart.hat=KepurÄ— +options.modelPart.jacket=Å varkas +options.modelPart.left_pants_leg=Kairioji kelnių kleÅ¡nÄ— +options.modelPart.left_sleeve=Kairioji rankovÄ— +options.modelPart.right_pants_leg=DeÅ¡inioji kelnių kleÅ¡nÄ— +options.modelPart.right_sleeve=DeÅ¡inioji rankovÄ— +options.multiplayer.title=Žaidimo tinkle nustatymai +options.music=Muzika +options.off=iÅ¡j. +options.on=įj. +options.particles=DalelyÄių +options.particles.all=visos +options.particles.decreased=mažiau +options.particles.minimal=minimaliai +options.performanceButton=Vaizdo efektyvumo nustatymai... +options.performanceVideoTitle=Vaizdo efektyvumo nustatymai +options.postButton=Vaizdo apdorojimo nustatymai... +options.postProcessEnable=Ä®galinti vaizdo apdorojimÄ… +options.postVideoTitle=Vaizdo apdorojimo nustatymai +options.qualityButton=Vaizdo kokybÄ—s nustatymai... +options.qualityVideoTitle=Vaizdo kokybÄ—s nustatymai +options.reducedDebugInfo=Ribota derinimo informacija +options.renderClouds=Debesys +options.renderDistance=Matomumas +options.renderDistance.far=tolimas +options.renderDistance.normal=vidutinis +options.renderDistance.short=trumpas +options.renderDistance.tiny=mažytis +options.resourcepack=Resursų paketai... +options.saturation=Prisotinimas +options.sensitivity=Jautrumas +options.sensitivity.max=SUPERGREITIS!!! +options.sensitivity.min=*žiovulys* +options.skinCustomisation=ŽaidÄ—jo iÅ¡vaizdos pritaikymas... +options.skinCustomisation.title=ŽaidÄ—jo iÅ¡vaizdos pritaikymas +options.snooper=Leisti "Å¡nipÄ…" +options.snooper.desc=Mes norime surinkti informacijÄ… apie JÅ«sų kompiuterį tam, kad kad galÄ—tume patobulinti Minecraft žinodami, kÄ… galime palaikyti ir kokios yra didžiausios problemos. Visa Å¡i informacija visiÅ¡kai anonimiÅ¡ka, visÄ… jÄ… galima pamatyti apaÄioje. Mes prižadame su Å¡ia informacija nedaryti nieko blogo, bet, jei nenorite jos mums suteikti, galite iÅ¡jungti "Å¡nipÄ…". +options.snooper.title=Kompiuterio duomenų kolekcija +options.snooper.view="Å nipo" nustatymai +options.sound=Garso efektai +options.sounds=Muzika ir garsai... +options.sounds.title=Muzikos ir garsų nustatymai +options.stream=Transliavimo nustatymai +options.stream.bytesPerPixel=KokybÄ— +options.stream.changes=JÅ«s turite perkrauti savo transliavimÄ…, kad Å¡ie pakeitimai įsigaliotų. +options.stream.chat.enabled=Ä®galinti +options.stream.chat.enabled.always=Visada +options.stream.chat.enabled.never=Niekada +options.stream.chat.enabled.streaming=Kol transliuojama +options.stream.chat.title=„Twitch†pokalbio nustatymai +options.stream.chat.userFilter=Vartotojo filtras +options.stream.chat.userFilter.all=Visi žiÅ«rovai +options.stream.chat.userFilter.mods=Moderatoriai +options.stream.chat.userFilter.subs=Prenumeratoriai +options.stream.compression=Suspaudimas +options.stream.compression.high=AukÅ¡tas +options.stream.compression.low=Žemas +options.stream.compression.medium=Vidutinis +options.stream.estimation=ApskaiÄiuota rezoliucija: %sx%s +options.stream.fps=Kadrų dažnis +options.stream.ingest.reset=Atstatyti pirmenybÄ™ +options.stream.ingest.title=„Twitch†transliavimo serveriai +options.stream.ingestSelection=Transliavimo serverio nustatymai +options.stream.kbps=Pralaidumas +options.stream.micToggleBehavior=Tiesioginis +options.stream.micVolumne=Mikrofono garsumas +options.stream.mic_toggle.mute=Nutildyti +options.stream.mic_toggle.talk=KalbÄ—ti +options.stream.sendMetadata=Siųsti Metaduomenis +options.stream.systemVolume=Sistemos garsumas +options.stream.title=„Twitch†transliavimo nustatymai +options.title=Nustatymai +options.touchscreen=LieÄ. ekrano režimas +options.vbo=Naudoti VBOs +options.video=Vaizdo nustatymai... +options.videoTitle=Vaizdo nustatymai +options.viewBobbing=Vaizdo lingavimas +options.visible=matomas +options.vsync=Naudoti VSync +potion.absorption=Sugertis +potion.absorption.postfix=Žalos sugerties eliksyras +potion.blindness=Aklumas +potion.blindness.postfix=Akinantis eliksyras +potion.confusion=Pykinimas +potion.confusion.postfix=Pykinimo eliksyras +potion.damageBoost=JÄ—ga +potion.damageBoost.postfix=JÄ—gos eliksyras +potion.digSlowDown=Kasimo nuovargis +potion.digSlowDown.postfix=Tingumo eliksyras +potion.digSpeed=Greitas kasÄ—jas +potion.digSpeed.postfix=KasÄ—jo eliksyras +potion.effects.whenDrank=IÅ¡gÄ—rus: +potion.empty=Jokio poveikio +potion.fireResistance=Atsparumas ugniai +potion.fireResistance.postfix=Atsparumo ugniai eliksyras +potion.harm=MomentinÄ— žala +potion.harm.postfix=Žalojantis eliksyras +potion.heal=MomentinÄ— sveikata +potion.heal.postfix=Gydantis eliksyras +potion.healthBoost=Atgauta sveikata +potion.healthBoost.postfix=GyvybÄ—s stiprinimo eliksyras +potion.hunger=Alkis +potion.hunger.postfix=Alkio eliksyras +potion.invisibility=Nematomumas +potion.invisibility.postfix=Nematomumo eliksyras +potion.jump=Å uoliavimas +potion.jump.postfix=Å uoliavimo eliksyras +potion.moveSlowdown=LÄ—tumas +potion.moveSlowdown.postfix=LÄ—tinantis eliksyras +potion.moveSpeed=Greitis +potion.moveSpeed.postfix=GreiÄio eliksyras +potion.nightVision=Matymas tamsoje +potion.nightVision.postfix=Naktinio matymo eliksyras +potion.poison=Nuodai +potion.poison.postfix=Nuodingas eliksyras +potion.potency.1=II +potion.potency.2=III +potion.potency.3=IV +potion.prefix.acrid=Kandus +potion.prefix.artless=NaujokiÅ¡kas +potion.prefix.awkward=Keistas +potion.prefix.bland=Nuobodus +potion.prefix.bulky=Stambus +potion.prefix.bungling=Nerangus +potion.prefix.buttered=Sviestuotas +potion.prefix.charming=Žavintis +potion.prefix.clear=Skaidrus +potion.prefix.cordial=Å iltas +potion.prefix.dashing=Å aunus +potion.prefix.debonair=LengvabÅ«diÅ¡kas +potion.prefix.diffuse=Difuzinis +potion.prefix.elegant=ElegantiÅ¡kas +potion.prefix.fancy=Ä®mantrus +potion.prefix.flat=PlokÅ¡Äias +potion.prefix.foul=Koktus +potion.prefix.grenade=MÄ—tomas +potion.prefix.gross=Bjaurus +potion.prefix.harsh=Nemalonus +potion.prefix.milky=PieniÅ¡kas +potion.prefix.mundane=ŽemiÅ¡kas +potion.prefix.odorless=Bekvapis +potion.prefix.potent=Stiprus +potion.prefix.rank=Laipsninis +potion.prefix.refined=Rafinuotas +potion.prefix.smooth=Lygus +potion.prefix.sparkling=Blizgantis +potion.prefix.stinky=Tvaikus +potion.prefix.suave=Malonus +potion.prefix.thick=TirÅ¡tas +potion.prefix.thin=Plonas +potion.prefix.uninteresting=Neįdomus +potion.regeneration=Atgijimas +potion.regeneration.postfix=Atsigavimo eliksyras +potion.resistance=Atsparumas +potion.resistance.postfix=Atsparumo eliksyras +potion.saturation=Pasisotinimas +potion.saturation.postfix=Pasisotinimo eliksyras +potion.waterBreathing=KvÄ—pavimas po vandeniu +potion.waterBreathing.postfix=Povandeninio kvÄ—pavimo eliksyras +potion.weakness=Silpnumas +potion.weakness.postfix=Silpnumo eliksyras +potion.wither=Nykumas +potion.wither.postfix=Nykimo eliksyras +record.nowPlaying=Dabar grojama: %s +resourcePack.available.title=Galimi resursų paketai +resourcePack.folderInfo=(dÄ—kite resursų paketus Äia) +resourcePack.openFolder=Atidaryti resursų paketų aplankÄ… +resourcePack.selected.title=Pasirinkti resursų paketai +resourcePack.title=Pasirinkti resursų paketus +screenshot.failure=Nepavyko iÅ¡saugoti ekrano nuotraukos: %s +screenshot.success=Ekrano nuotrauka iÅ¡saugota kaip %s +selectServer.add=PridÄ—ti serverį +selectServer.defaultName=Minecraft serveris +selectServer.delete=PaÅ¡alinti +selectServer.deleteButton=PaÅ¡alinti +selectServer.deleteQuestion=Ar tikrai norite paÅ¡alinti šį serverį? +selectServer.deleteWarning=bus prarastas visam laikui! (Labai ilgai!) +selectServer.direct=Tiesioginis prisijungimas +selectServer.edit=Redaguoti +selectServer.empty=tuÅ¡Äias +selectServer.hiddenAddress=(paslÄ—ptas) +selectServer.refresh=Atnaujinti +selectServer.select=Prisijungti +selectServer.title=Pasirinkite serverį +selectWorld.allowCommands=Leisti komandas: +selectWorld.allowCommands.info=Komandas, kaip /gamemode, /xp +selectWorld.bonusItems=StartinÄ— skrynia: +selectWorld.cheats=komandos +selectWorld.conversion=Turi bÅ«ti perdarytas! +selectWorld.create=Sukurti naujÄ… pasaulį +selectWorld.createDemo=Žaisti naujame demo pasaulyje +selectWorld.customizeType=Derinti +selectWorld.delete=IÅ¡trinti +selectWorld.deleteButton=IÅ¡trinti +selectWorld.deleteQuestion=Ar tikrai norite iÅ¡trinti šį pasaulį? +selectWorld.deleteWarning=bus prarastas visam laikui! (Labai ilgam!) +selectWorld.empty=tuÅ¡Äia +selectWorld.enterName=Pasaulio pavadinimas +selectWorld.enterSeed=ReikÅ¡mÄ— pasaulio generatoriui +selectWorld.gameMode=Žaidimo režimas +selectWorld.gameMode.adventure=nuotykių +selectWorld.gameMode.adventure.line1=Toks pat kaip iÅ¡likimo, bet blokai negali bÅ«ti +selectWorld.gameMode.adventure.line2=nei pridÄ—ti, nei paÅ¡alinti +selectWorld.gameMode.creative=kÅ«rybinis +selectWorld.gameMode.creative.line1=Nesibaigiantys resursai, skraidymas ir +selectWorld.gameMode.creative.line2=greitas blokų naikinimas +selectWorld.gameMode.hardcore=negailestingasis +selectWorld.gameMode.hardcore.line1=Toks pat, kaip iÅ¡likimo, visada sunkiausiame lygyje, +selectWorld.gameMode.hardcore.line2=sunkumas ir tik viena galimybÄ— iÅ¡likti +selectWorld.gameMode.spectator=StebÄ—tojas +selectWorld.gameMode.spectator.line1=Gali dairytis, bet neliesti +selectWorld.gameMode.survival=iÅ¡likimas +selectWorld.gameMode.survival.line1=IeÅ¡kokite resursų, gaminkite daiktus, gaukite +selectWorld.gameMode.survival.line2=lygius, sveikata ir alkis +selectWorld.hardcoreMode=Negailestingasis: +selectWorld.hardcoreMode.info=Pasaulis po mirties bus iÅ¡trintas +selectWorld.mapFeatures=StruktÅ«ros pasaulyje: +selectWorld.mapFeatures.info=Kaimai, požemiai ir t.t. +selectWorld.mapType=Pasaulio tipas: +selectWorld.mapType.normal=Ä®prastas +selectWorld.moreWorldOptions=Daugiau pasaulio nustatymų... +selectWorld.newWorld=Naujas pasaulis +selectWorld.newWorld.copyOf=%s kopija +selectWorld.recreate=Perkurti +selectWorld.rename=Pervadinti +selectWorld.renameButton=Pervadinti +selectWorld.renameTitle=Pervadinti pasaulį +selectWorld.resultFolder=Bus iÅ¡saugotas kaip: +selectWorld.seedInfo=Palikite tuÅ¡ÄiÄ… norÄ—dami naudoti atsitiktinÄ™ reikÅ¡mÄ™ +selectWorld.select=Žaisti pasirinktame pasaulyje +selectWorld.title=Pasirinkite pasaulį +selectWorld.world=Pasaulis +sign.edit=Redaguoti ženklo žinutÄ™ +soundCategory.ambient=Fonas/Aplinka +soundCategory.block=Blokai +soundCategory.hostile=PrieÅ¡iÅ¡kai nusiteikÄ™ gyviai +soundCategory.master=Garso stiprumas +soundCategory.music=Muzika +soundCategory.neutral=DraugiÅ¡kai nusiteikÄ™ gyviai +soundCategory.player=ŽaidÄ—jai +soundCategory.record=Diskų grotuvas/Natų blokas +soundCategory.weather=Oras +stat.animalsBred=Užauginta gyvÅ«nų +stat.blocksButton=Blokai +stat.boatOneCm=Atstumas valtimi +stat.breakItem=%1$s iÅ¡naudota +stat.climbOneCm=Užkoptas atstumas +stat.craftItem=%1$s pagaminta +stat.crafted=Kartų pagaminta +stat.createWorld=Sukurta pasaulių +stat.crouchOneCm=NusÄ—lintas atstumas +stat.damageDealt=Žalos padaryta +stat.damageTaken=Gauta žalos +stat.deaths=MirÄių +stat.depleted=Kartų iÅ¡naudota +stat.diveOneCm=Nunertas atstumas +stat.drop=IÅ¡mesta daiktų +stat.entityKilledBy=%s nužudÄ— tave %s kartus(ų) +stat.entityKilledBy.none=JÅ«sų niekada nenužudÄ— %s +stat.entityKills=JÅ«s nužudÄ—te %s %s +stat.entityKills.none=JÅ«s niekada nenužudÄ—te %s +stat.fallOneCm=Nukristas atstumas +stat.fishCaught=Žuvų pagauta +stat.flyOneCm=Nuskristas atstumas +stat.generalButton=Bendra +stat.horseOneCm=Atstumas arkliu +stat.itemsButton=Daiktai +stat.joinMultiplayer=Prisijungimų prie serverių +stat.jump=PaÅ¡okimų +stat.junkFished=Sužvejota Å¡lamÅ¡to +stat.leaveGame=Kartų iÅ¡jungta +stat.loadWorld=Žaidimų pakrauta +stat.mineBlock=%1$s iÅ¡kasta +stat.minecartOneCm=Atstumas nukeliautas vagonÄ—liu +stat.mined=Kartų iÅ¡kasta +stat.mobKills=Padarų nužudyta +stat.mobsButton=Padarai +stat.pigOneCm=Atstumas kiaule +stat.playOneMinute=Žaista minuÄių +stat.playerKills=ŽaidÄ—jų nužudyta +stat.sprintOneCm=NubÄ—gtas atstumas +stat.startGame=Kartų žaista +stat.swimOneCm=Nuplauktas atstumas +stat.talkedToVillager=KalbÄ—ta su kaimieÄiais +stat.timeSinceDeath=Nuo paskutinÄ—s mirties +stat.tradedWithVillager=Prekiauta su kaimieÄiais +stat.treasureFished=Sužvejota lobių +stat.useItem=%1$s panaudota +stat.used=Kartų panaudota +stat.walkOneCm=Nueitas atstumas +stats.tooltip.type.achievement=Pasiekimas +stats.tooltip.type.statistic=Statistika +stream.confirm_start=Ar tikrai norite pradÄ—ti transliuoti? +stream.unavailable.account_not_bound=PrieÅ¡ transliuojant Minecraft, JÅ«s turite susieti „Twitch†paskyrÄ… su mojang.com. Ar JÅ«s norite tai padaryti dabar? +stream.unavailable.account_not_bound.okay=Susieti paskyras +stream.unavailable.account_not_migrated=Kad galÄ—tumÄ—te transliuoti Minecraft per „Twitchâ€, JÅ«s turite atnaujinti savo Minecraft paskyrÄ… į Mojang paskyrÄ…. Ar JÅ«s norite tai padaryti dabar? +stream.unavailable.account_not_migrated.okay=Atnaujinti paskyrÄ… +stream.unavailable.failed_auth=„Twitch†atpažinimas nepavyko. PraÅ¡ome apsilankyti mojang.com ir pakartotinai susieti savo „Twitch†paskyrÄ…. +stream.unavailable.failed_auth.okay=Pakartotinai susieti paskyras +stream.unavailable.failed_auth_error=Nepavyko atpažinti „Twitchâ€. PraÅ¡ome bandyti vÄ—liau. +stream.unavailable.initialization_failure=Nepavyko inicijuoti „Twitch†SDK. +stream.unavailable.initialization_failure.extra=(Priežastis: %s) +stream.unavailable.library_arch_mismatch=Pakeista java versija panaudota paleidžiant Minecraft yra kitokios architektÅ«ros, nei ta kuri buvo naudojama įjungiant paleidÄ—jÄ…. PraÅ¡ome užtikrinti, kad abi naudojamos versijos yra abi 32-bit arba 64-bit. +stream.unavailable.library_failure=Nepavyko įkelti bibliotekos, kurios reikia integruotoms „Twitch†transliavimo paslaugoms. +stream.unavailable.no_fbo=JÅ«sų vaizdo plokÅ¡tÄ— turi palaikyti bent 3.0 OpenGL versijÄ… arba palaikyti Buferio Objektus per pratÄ™simÄ…, kad galÄ—tumÄ—te naudoti integruotÄ… „Twitch†transliavimÄ…. +stream.unavailable.no_fbo.arb=Buferio objekto palaikymas per ARB yra: %s +stream.unavailable.no_fbo.blend=Atskiro susiliejimo palaikymas per EXT yra: %s +stream.unavailable.no_fbo.ext=Buferio objekto palaikymas per EXT yra: %s +stream.unavailable.no_fbo.version=JÅ«s dabar naudojate: %s +stream.unavailable.not_supported.mac=Deja integruotam „Twitch†transliavimui reikia naujesnÄ—s Mac OSX versijos nei dabar naudojate. Reikalinga bent 10.7 (Mac OS X Lion) arba naujesnÄ—, kad galÄ—tumÄ—te naudoti paslaugas. Ar norite aplankyti apple.com informacijai apie atnaujinimÄ… gauti? +stream.unavailable.not_supported.mac.okay=Atnaujinti +stream.unavailable.not_supported.other=Deja integruota „Twitch†transliavimo paslauga reikalauja Windows (Vista arba naujesnÄ—) arba Mac OS X (10.7/Lion arba naujesnÄ—) +stream.unavailable.not_supported.windows=Deja integruotam „Twitch†transliavimui reikia naujesnÄ—s Windows versijos nei dabar naudojate. Reikalinga bent Windows Vista arba naujesnÄ—. +stream.unavailable.report_to_mojang=PraneÅ¡ti Mojang +stream.unavailable.soundflower.chat=Reikalingas „Soundflower†transliavimui Mac kompiuteryje. %s +stream.unavailable.soundflower.chat.link=NorÄ—dami įdiegti, spauskite Äia. +stream.unavailable.title=„Twitch†transliavimas negalimas +stream.unavailable.unknown=Deja JÅ«s negalite transliuoti „Twitch†šiuo metu. Ir mes nežinome kodÄ—l :'( +stream.unavailable.unknown.chat=Nepavyko paleisti transliavimo: %s +stream.user.mode.administrator=„Twitch†administratorius +stream.user.mode.banned=Uždrausta +stream.user.mode.banned.other=Uždraustas %s kanale +stream.user.mode.banned.self=Uždraustas JÅ«sų kanale +stream.user.mode.broadcaster=Transliuotojas +stream.user.mode.broadcaster.other=Transliuotojas +stream.user.mode.broadcaster.self=Transliuotojas (JÅ«s!) +stream.user.mode.moderator=Moderatorius +stream.user.mode.moderator.other=Kanalo %s moderatorius +stream.user.mode.moderator.self=JÅ«sų kanalo moderatorius +stream.user.mode.staff=„Twitch†personalas +stream.user.subscription.subscriber=Prenumeratorius +stream.user.subscription.subscriber.other=%s kanalo prenumeratorius +stream.user.subscription.subscriber.self=JÅ«sų kanalo prenumeratorius +stream.user.subscription.turbo=Twitch Turbo +stream.userinfo.ban=Uždrausti +stream.userinfo.chatTooltip=Spauskite, vartotojo valdymui +stream.userinfo.mod=Suteikti moderatoriaus pareigas +stream.userinfo.timeout=Laikas baigÄ—si +stream.userinfo.unban=Panaikinti draudimÄ… +stream.userinfo.unmod=Panaikinti moderatoriaus pareigas +tile.acaciaFence.name=Akacijos tvora +tile.acaciaFenceGate.name=Akacijos varteliai +tile.activatorRail.name=Aktyvuojantys bÄ—giai +tile.anvil.intact.name=Priekalas +tile.anvil.name=Priekalas +tile.anvil.slightlyDamaged.name=Å iek tiek apgadintas priekalas +tile.anvil.veryDamaged.name=Labai apgadintas priekalas +tile.barrier.name=Barjeras +tile.beacon.name=Å vyturys +tile.beacon.primary=PirminÄ— galia +tile.beacon.secondary=AntrinÄ— galia +tile.bed.name=Lova +tile.bed.noSleep=JÅ«s galite miegoti tik naktį +tile.bed.notSafe=Dabar ilsÄ—tis negalite, netoliese yra monstrų +tile.bed.notValid=JÅ«sų namų lova nerasta arba užblokuota +tile.bed.occupied=Å i lova užimta +tile.bedrock.name=Pamatakmenis +tile.birchFence.name=Beržo tvora +tile.birchFenceGate.name=Beržo varteliai +tile.blockCoal.name=Anglies blokas +tile.blockDiamond.name=Deimanto blokas +tile.blockEmerald.name=Smaragdo blokas +tile.blockGold.name=Aukso blokas +tile.blockIron.name=Geležies blokas +tile.blockLapis.name=Lazurito blokas +tile.blockRedstone.name=Raudonakmenio blokas +tile.bookshelf.name=Knygų lentyna +tile.brick.name=Plytos +tile.button.name=Mygtukas +tile.cactus.name=Kaktusas +tile.cake.name=Tortas +tile.carrots.name=Morkos +tile.cauldron.name=Katilas +tile.chest.name=Skrynia +tile.chestTrap.name=Skrynia-spÄ…stai +tile.clay.name=Molis +tile.clayHardened.name=Degtas molis +tile.clayHardenedStained.black.name=Juodas dažytas molis +tile.clayHardenedStained.blue.name=MÄ—lynas dažytas molis +tile.clayHardenedStained.brown.name=Rudas dažytas molis +tile.clayHardenedStained.cyan.name=Žalsvai mÄ—lynas dažytas molis +tile.clayHardenedStained.gray.name=Pilkas dažytas molis +tile.clayHardenedStained.green.name=Žalias dažytas molis +tile.clayHardenedStained.lightBlue.name=Å viesiai mÄ—lynas dažytas molis +tile.clayHardenedStained.lime.name=Gelsvai žalsvas dažytas molis +tile.clayHardenedStained.magenta.name=Rausvai raudonas dažytas molis +tile.clayHardenedStained.name=Dažytas molis +tile.clayHardenedStained.orange.name=Oranžinis dažytas molis +tile.clayHardenedStained.pink.name=Rožinis dažytas molis +tile.clayHardenedStained.purple.name=Purpurinis dažytas molis +tile.clayHardenedStained.red.name=Raudonas dažytas molis +tile.clayHardenedStained.silver.name=Å viesiai pilkas dažytas molis +tile.clayHardenedStained.white.name=Baltas dažytas molis +tile.clayHardenedStained.yellow.name=Geltonas dažytas molis +tile.cloth.black.name=Juoda vilna +tile.cloth.blue.name=MÄ—lyna vilna +tile.cloth.brown.name=Ruda vilna +tile.cloth.cyan.name=Žalsvai mÄ—lyna vilna +tile.cloth.gray.name=Pilka vilna +tile.cloth.green.name=Žalia vilna +tile.cloth.lightBlue.name=Å viesiai mÄ—lyna vilna +tile.cloth.lime.name=Gelsvai žalsva vilna +tile.cloth.magenta.name=Rausvai raudona vilna +tile.cloth.name=Vilna +tile.cloth.orange.name=OranžinÄ— vilna +tile.cloth.pink.name=RožinÄ— vilna +tile.cloth.purple.name=PurpurinÄ— vilna +tile.cloth.red.name=Raudona vilna +tile.cloth.silver.name=Å viesiai pilka vilna +tile.cloth.white.name=Vilna +tile.cloth.yellow.name=Geltona vilna +tile.cobbleWall.mossy.name=Samanoto akmens siena +tile.cobbleWall.normal.name=Akmens skaldos siena +tile.cocoa.name=Kakava +tile.commandBlock.name=Komandos blokas +tile.crops.name=PasÄ—liai +tile.darkOakFence.name=Tamsiojo ąžuolo tvora +tile.darkOakFenceGate.name=Tamsiojo ąžuolo varteliai +tile.daylightDetector.name=Dienos Å¡viesos jutiklis +tile.deadbush.name=Negyvas krÅ«mas +tile.detectorRail.name=Detektoriniai bÄ—giai +tile.dirt.coarse.name=Å iurkÅ¡ti žemÄ— +tile.dirt.default.name=ŽemÄ— +tile.dirt.name=ŽemÄ— +tile.dirt.podzol.name=Jaura +tile.dispenser.name=Dalytuvas +tile.doorIron.name=GeležinÄ—s durys +tile.doorWood.name=MedinÄ—s durys +tile.doublePlant.fern.name=Didelis papartis +tile.doublePlant.grass.name=AukÅ¡ta žolÄ— +tile.doublePlant.name=Augalas +tile.doublePlant.paeonia.name=BijÅ«nas +tile.doublePlant.rose.name=Rožių krÅ«mas +tile.doublePlant.sunflower.name=SaulÄ—grąža +tile.doublePlant.syringa.name=Alyva +tile.dragonEgg.name=Drakono kiauÅ¡inis +tile.dropper.name=MÄ—tytuvas +tile.enchantmentTable.name=KerÄ—jimų stalas +tile.endPortalFrame.name=Pabaigos portalas +tile.enderChest.name=Pabaigos skrynia +tile.farmland.name=IÅ¡arta žemÄ— +tile.fence.name=Ąžuolo tvora +tile.fenceGate.name=Varteliai +tile.fenceIron.name=Grotos +tile.fire.name=Ugnis +tile.flower1.dandelion.name=PienÄ— +tile.flower1.name=GÄ—lÄ— +tile.flower2.allium.name=ÄŒesnakas +tile.flower2.blueOrchid.name=MÄ—lynoji orchidÄ—ja +tile.flower2.houstonia.name=Žydroji bajorÄ— +tile.flower2.name=GÄ—lÄ— +tile.flower2.oxeyeDaisy.name=Paprastoji baltagalvÄ— +tile.flower2.poppy.name=Aguona +tile.flower2.tulipOrange.name=OranžinÄ— tulpÄ— +tile.flower2.tulipPink.name=RožinÄ— tulpÄ— +tile.flower2.tulipRed.name=Raudona tulpÄ— +tile.flower2.tulipWhite.name=Balta tulpÄ— +tile.furnace.name=Krosnis +tile.glass.name=Stiklas +tile.goldenRail.name=Greitintuvas +tile.grass.name=ŽolÄ—s blokas +tile.gravel.name=Žvyras +tile.hayBlock.name=Å ieno kupeta +tile.hellrock.name=Pragaro akmuo +tile.hellsand.name=Sielų smÄ—lis +tile.hopper.name=Piltuvas +tile.ice.name=Ledas +tile.icePacked.name=SukietÄ—jÄ™s ledas +tile.ironTrapdoor.name=Geležinis liukas +tile.jukebox.name=Diskų grotuvas +tile.jungleFence.name=Džiunglių medžio tvora +tile.jungleFenceGate.name=Džiunglių medžio varteliai +tile.ladder.name=KopÄ—Äios +tile.lava.name=Lava +tile.leaves.acacia.name=Akacijos lapai +tile.leaves.big_oak.name=Tamsiojo ąžuolo lapai +tile.leaves.birch.name=Beržo lapai +tile.leaves.jungle.name=Džiunglių medžio lapai +tile.leaves.name=Lapai +tile.leaves.oak.name=Ąžuolo lapai +tile.leaves.spruce.name=EglÄ—s spygliai +tile.lever.name=Svirtis +tile.lightgem.name=Å viesakmenis +tile.litpumpkin.name=MoliÅ«ginÄ— lempa +tile.lockedchest.name=Užrakinta skrynia +tile.log.acacia.name=Akacijos rÄ…stas +tile.log.big_oak.name=Tamsiojo ąžuolo rÄ…stas +tile.log.birch.name=Beržo rÄ…stas +tile.log.jungle.name=Džiunglių medžio rÄ…stas +tile.log.name=RÄ…stas +tile.log.oak.name=Ąžuolo rÄ…stas +tile.log.spruce.name=EglÄ—s rÄ…stas +tile.melon.name=ArbÅ«zas +tile.mobSpawner.name=Monstrų generatorius +tile.monsterStoneEgg.brick.name=Akmens plytų monstro kiauÅ¡inis +tile.monsterStoneEgg.chiseledbrick.name=Raižytų akmens plytų monstro kiauÅ¡inis +tile.monsterStoneEgg.cobble.name=Akmens skaldos monstro kiauÅ¡inis +tile.monsterStoneEgg.crackedbrick.name=SutrÅ«kinÄ—jusių akmens plytų monstro kiauÅ¡inis +tile.monsterStoneEgg.mossybrick.name=Samanotų akmens plytų monstro kiauÅ¡inis +tile.monsterStoneEgg.name=Akmens monstro kiauÅ¡inis +tile.monsterStoneEgg.stone.name=Akmens monstro kiauÅ¡inis +tile.mushroom.name=Grybas +tile.musicBlock.name=Natų blokas +tile.mycel.name=Grybiena +tile.netherBrick.name=Pragaro plytos +tile.netherFence.name=Pragaro plytų tvora +tile.netherStalk.name=Pragaro gumbas +tile.netherquartz.name=Pragaro kvarco rÅ«da +tile.notGate.name=Raudonakmenio deglas +tile.obsidian.name=Obsidianas +tile.oreCoal.name=Anglies rÅ«da +tile.oreDiamond.name=Deimanto rÅ«da +tile.oreEmerald.name=Smaragdo rÅ«da +tile.oreGold.name=Aukso rÅ«da +tile.oreIron.name=Geležies rÅ«da +tile.oreLapis.name=Lazurito rÅ«da +tile.oreRedstone.name=Raudonakmenio rÅ«da +tile.oreRuby.name=Rubino rÅ«da +tile.pistonBase.name=StÅ«moklis +tile.pistonStickyBase.name=Lipnus stÅ«moklis +tile.portal.name=Portalas +tile.potatoes.name=BulvÄ—s +tile.pressurePlateStone.name=AkmeninÄ— slÄ—gio plokÅ¡tÄ— +tile.pressurePlateWood.name=MedinÄ— slÄ—gio plokÅ¡tÄ— +tile.prismarine.bricks.name=Prizmarino plytos +tile.prismarine.dark.name=Tamsusis prizmarinas +tile.prismarine.rough.name=Prizmarinas +tile.pumpkin.name=MoliÅ«gas +tile.quartzBlock.chiseled.name=Raižytas kvarco blokas +tile.quartzBlock.default.name=Kvarco blokas +tile.quartzBlock.lines.name=Kvarco kolonos blokas +tile.quartzBlock.name=Kvarco blokas +tile.rail.name=BÄ—giai +tile.redSandStone.chiseled.name=Raižytas raudonas smiltainis +tile.redSandStone.default.name=Raudonas smiltainis +tile.redSandStone.name=Raudonas smiltainis +tile.redSandStone.smooth.name=Lygus raudonas smiltainis +tile.redstoneDust.name=Raudonakmenio dulkÄ—s +tile.redstoneLight.name=Raudonakmenio lempa +tile.reeds.name=CukranendrÄ—s +tile.sand.default.name=SmÄ—lis +tile.sand.name=SmÄ—lis +tile.sand.red.name=Raudonasis smÄ—lis +tile.sandStone.chiseled.name=Raižytas smiltainis +tile.sandStone.default.name=Smiltainis +tile.sandStone.name=Smiltainis +tile.sandStone.smooth.name=Lygus smiltainis +tile.sapling.acacia.name=Akacijos sodinukas +tile.sapling.big_oak.name=Tamsiojo ąžuolo sodinukas +tile.sapling.birch.name=Beržo sodinukas +tile.sapling.jungle.name=Džiunglių medžio sodinukas +tile.sapling.oak.name=Ąžuolo sodinukas +tile.sapling.spruce.name=EglÄ—s sodinukas +tile.seaLantern.name=JÅ«ros žibintas +tile.sign.name=Ženklas +tile.slime.name=Gleivių blokas +tile.snow.name=Sniegas +tile.sponge.dry.name=KempinÄ— +tile.sponge.wet.name=Å lapia kempinÄ— +tile.spruceFence.name=EglÄ—s tvora +tile.spruceFenceGate.name=EglÄ—s varteliai +tile.stainedGlass.black.name=Juodas dažytas stiklas +tile.stainedGlass.blue.name=MÄ—lynas dažytas stiklas +tile.stainedGlass.brown.name=Rudas dažytas stiklas +tile.stainedGlass.cyan.name=Žalsvai mÄ—lynas dažytas stiklas +tile.stainedGlass.gray.name=Pilkas dažytas stiklas +tile.stainedGlass.green.name=Žalias dažytas stiklas +tile.stainedGlass.lightBlue.name=Å viesiai mÄ—lynas dažytas stiklas +tile.stainedGlass.lime.name=Gelsvai žalsvas dažytas stiklas +tile.stainedGlass.magenta.name=Rausvai raudonas dažytas stiklas +tile.stainedGlass.name=Dažytas stiklas +tile.stainedGlass.orange.name=Oranžinis dažytas stiklas +tile.stainedGlass.pink.name=Rožinis dažytas stiklas +tile.stainedGlass.purple.name=Purpurinis dažytas stiklas +tile.stainedGlass.red.name=Raudonas dažytas stiklas +tile.stainedGlass.silver.name=Å viesiai pilkas dažytas stiklas +tile.stainedGlass.white.name=Baltas dažytas stiklas +tile.stainedGlass.yellow.name=Geltonas dažytas stiklas +tile.stairsBrick.name=Plytų laiptai +tile.stairsNetherBrick.name=Pragaro plytų laiptai +tile.stairsQuartz.name=Kvarco laiptai +tile.stairsRedSandStone.name=Raudono smiltainio laiptai +tile.stairsSandStone.name=Smiltainio laiptai +tile.stairsStone.name=Akmens skaldos laiptai +tile.stairsStoneBrickSmooth.name=Akmens plytų laiptai +tile.stairsWood.name=Ąžuolo laiptai +tile.stairsWoodAcacia.name=Akacijos laiptai +tile.stairsWoodBirch.name=Beržo laiptai +tile.stairsWoodDarkOak.name=Tamsiojo ąžuolo laiptai +tile.stairsWoodJungle.name=Džiunglių medžio laiptai +tile.stairsWoodSpruce.name=EglÄ—s laiptai +tile.stone.andesite.name=Andezitas +tile.stone.andesiteSmooth.name=Å lifuotas andezitas +tile.stone.diorite.name=Dioritas +tile.stone.dioriteSmooth.name=Å lifuotas dioritas +tile.stone.granite.name=Granitas +tile.stone.graniteSmooth.name=Å lifuotas granitas +tile.stone.stone.name=Akmuo +tile.stoneMoss.name=Samanotas akmuo +tile.stoneSlab.brick.name=Plytų pusblokis +tile.stoneSlab.cobble.name=Akmens skaldos pusblokis +tile.stoneSlab.name=Akmens pusblokis +tile.stoneSlab.netherBrick.name=Pragaro plytų pusblokis +tile.stoneSlab.quartz.name=Kvarco pusblokis +tile.stoneSlab.sand.name=Smiltainio pusblokis +tile.stoneSlab.smoothStoneBrick.name=Akmens plytų pusblokis +tile.stoneSlab.stone.name=Akmens pusblokis +tile.stoneSlab.wood.name=Medinis pusblokis +tile.stoneSlab2.red_sandstone.name=Raudono smiltainio pusblokis +tile.stonebrick.name=Akmens skalda +tile.stonebricksmooth.chiseled.name=Raižytos akmens plytos +tile.stonebricksmooth.cracked.name=SutrÅ«kinÄ—jusios akmens plytos +tile.stonebricksmooth.default.name=Akmens plytos +tile.stonebricksmooth.mossy.name=Samanotos akmens plytos +tile.stonebricksmooth.name=Akmens plytos +tile.tallgrass.fern.name=Papartis +tile.tallgrass.grass.name=ŽolÄ— +tile.tallgrass.name=ŽolÄ— +tile.tallgrass.shrub.name=KrÅ«mokÅ¡nis +tile.thinGlass.name=Stiklo lakÅ¡tas +tile.thinStainedGlass.black.name=Juodas dažyto stiklo lakÅ¡tas +tile.thinStainedGlass.blue.name=MÄ—lynas dažyto stiklo lakÅ¡tas +tile.thinStainedGlass.brown.name=Rudas dažyto stiklo lakÅ¡tas +tile.thinStainedGlass.cyan.name=Žalsvai mÄ—lynas dažyto stiklo lakÅ¡tas +tile.thinStainedGlass.gray.name=Pilkas dažyto stiklo lakÅ¡tas +tile.thinStainedGlass.green.name=Žalias dažyto stiklo lakÅ¡tas +tile.thinStainedGlass.lightBlue.name=Å viesiai mÄ—lynas dažyto stiklo lakÅ¡tas +tile.thinStainedGlass.lime.name=Gelsvai žalsvas dažyto stiklo lakÅ¡tas +tile.thinStainedGlass.magenta.name=Rausvai raudonas dažyto stiklo lakÅ¡tas +tile.thinStainedGlass.name=Dažyto stiklo lakÅ¡tas +tile.thinStainedGlass.orange.name=Oranžinis dažyto stiklo lakÅ¡tas +tile.thinStainedGlass.pink.name=Rožinis dažyto stiklo lakÅ¡tas +tile.thinStainedGlass.purple.name=Purpurinis dažyto stiklo lakÅ¡tas +tile.thinStainedGlass.red.name=Raudonas dažyto stiklo lakÅ¡tas +tile.thinStainedGlass.silver.name=Å viesiai pilkas dažyto stiklo lakÅ¡tas +tile.thinStainedGlass.white.name=Baltas dažyto stiklo lakÅ¡tas +tile.thinStainedGlass.yellow.name=Geltonas dažyto stiklo lakÅ¡tas +tile.tnt.name=Dinamitas +tile.torch.name=Deglas +tile.trapdoor.name=Liukas +tile.tripWire.name=Viela +tile.tripWireSource.name=Vielos kablys +tile.vine.name=Vijokliai +tile.water.name=Vanduo +tile.waterlily.name=Lelijos lapas +tile.web.name=Voratinklis +tile.weightedPlate_heavy.name=SvorinÄ— slÄ—gio plokÅ¡tÄ— (sunki) +tile.weightedPlate_light.name=SvorinÄ— slÄ—gio plokÅ¡tÄ— (lengva) +tile.whiteStone.name=Pabaigos akmuo +tile.wood.acacia.name=Akacijos lentos +tile.wood.big_oak.name=Tamsiojo ąžuolo lentos +tile.wood.birch.name=Beržo lentos +tile.wood.jungle.name=Džiunglių medžio lentos + +tile.wood.name=MedinÄ—s lentos +tile.wood.oak.name=Ąžuolo lentos +tile.wood.spruce.name=EglÄ—s lentos +tile.woodSlab.acacia.name=Akacijos pusblokis +tile.woodSlab.big_oak.name=Tamsiojo ąžuolo pusblokis +tile.woodSlab.birch.name=Beržo pusblokis +tile.woodSlab.jungle.name=Džiunglių medžio pusblokis +tile.woodSlab.name=Medienos pusblokis +tile.woodSlab.oak.name=Ąžuolo pusblokis +tile.woodSlab.spruce.name=EglÄ—s pusblokis +tile.woolCarpet.black.name=Juodas kilimas +tile.woolCarpet.blue.name=MÄ—lynas kilimas +tile.woolCarpet.brown.name=Rudas kilimas +tile.woolCarpet.cyan.name=Žalsvai mÄ—lynas kilimas +tile.woolCarpet.gray.name=Pilkas kilimas +tile.woolCarpet.green.name=Žalias kilimas +tile.woolCarpet.lightBlue.name=Å viesiai mÄ—lynas kilimas +tile.woolCarpet.lime.name=Gelsvai žalsvas kilimas +tile.woolCarpet.magenta.name=Rausvai raudonas kilimas +tile.woolCarpet.name=Kilimas +tile.woolCarpet.orange.name=Oranžinis kilimas +tile.woolCarpet.pink.name=Rožinis kilimas +tile.woolCarpet.purple.name=Purpurinis kilimas +tile.woolCarpet.red.name=Raudonas kilimas +tile.woolCarpet.silver.name=Å viesiai pilkas kilimas +tile.woolCarpet.white.name=Kilimas +tile.woolCarpet.yellow.name=Geltonas kilimas +tile.workbench.name=Darbastalis +title.oldgl1=Aptikta sena vaizdo plokÅ¡tÄ—; tai gali neleisti +title.oldgl2=ateityje žaisti žaidimo, bus reikalingas OpenGL 2.0. +translation.test.args=%s %s +translation.test.complex=Prefiksas, %s%2$s vÄ—l %s ir %1$s galiausia %s ir dar %1$s vÄ—l! +translation.test.escape=%%s %%%s %%%%s %%%%%s +translation.test.invalid=labas % +translation.test.invalid2=labas %s +translation.test.none=Sveikas, pasauli! +translation.test.world=pasaulis diff --git a/javascript/lang/lv_LV.lang b/javascript/lang/lv_LV.lang new file mode 100755 index 00000000..2b5ee862 --- /dev/null +++ b/javascript/lang/lv_LV.lang @@ -0,0 +1,1754 @@ +achievement.acquireIron=IegÅ«sti instrumentus +achievement.acquireIron.desc=IzkausÄ“ dzelzi +achievement.bakeCake=Meli +achievement.bakeCake.desc=KvieÅ¡i, cukurs, piens un olas! +achievement.blazeRod=UgunÄ« +achievement.blazeRod.desc=IegÅ«sti Liesmas stieni +achievement.bookcase=BibliotekÄrs +achievement.bookcase.desc=UzbÅ«vÄ“ dažus grÄmatplauktus, lai uzlabotu savu burvestÄ«bu galdu +achievement.breedCow=RepopulÄcija +achievement.breedCow.desc=Pabaro divas govis ar kvieÅ¡iem +achievement.buildBetterPickaxe=Saņem Uzlabojumu +achievement.buildBetterPickaxe.desc=Uztaisi labÄku cirtni +achievement.buildFurnace=Karstais temats +achievement.buildFurnace.desc=UzbÅ«vÄ“ krÄsni no astoņiem akmens blokiem +achievement.buildHoe=Laiks apstrÄdÄt zemi! +achievement.buildHoe.desc=Izmanto dēļus un nÅ«jas, lai uztaisÄ«tu kapli +achievement.buildPickaxe=Laiks rakt! +achievement.buildPickaxe.desc=Izmanto dēļus un nÅ«jas, lai uztaisÄ«tu cirtni +achievement.buildSword=Laiks uzbrukt! +achievement.buildSword.desc=Izmanto dēļus un nÅ«jas, lai uztaisÄ«tu zobenu +achievement.buildWorkBench=SalÄ«dzinoÅ¡Ä novÄ“rtēšana +achievement.buildWorkBench.desc=Uztaisi darbagaldu no Äetriem dēļu blokiem +achievement.cookFish=Garda zivs +achievement.cookFish.desc=NoÄ·er un uzcep zivi! +achievement.diamonds=DIMANTI! +achievement.diamonds.desc=IegÅ«sti dimantus ar dzelzs instrumentiem +achievement.diamondsToYou=Dimanti tev! +achievement.diamondsToYou.desc=Met dimantus citam spÄ“lÄ“tÄjam. +achievement.enchantments=Burvis +achievement.enchantments.desc=Izmanto grÄmatu, obsidiÄnu un dimantus, lai uztaisÄ«tu burvestÄ«bu galdu +achievement.exploreAllBiomes=PiedzÄ«vojumu laiks +achievement.exploreAllBiomes.desc=AtklÄj visas biomas +achievement.flyPig=Kad cÅ«kas lido +achievement.flyPig.desc=JÄj ar cÅ«ku un ar to nolec no klints +achievement.fullBeacon=BÄkotÄjs +achievement.fullBeacon.desc=Izveido pilnu bÄku +achievement.get=Sasniegums iegÅ«ts! +achievement.ghast=Atgriezt sÅ«tÄ«tÄjam +achievement.ghast.desc=IznÄ«cini Spoku ar ugunsbumbu +achievement.killCow=Miesnieks +achievement.killCow.desc=IegÅ«sti govs Ädu +achievement.killEnemy=Briesmoņu mednieks +achievement.killEnemy.desc=UzbrÅ«c un nogalini briesmoni +achievement.killWither=SÄkums. +achievement.killWither.desc=Nogalini Kalti +achievement.makeBread=Uzcep maizi +achievement.makeBread.desc=No kvieÅ¡iem pagatavo maizi +achievement.mineWood=IegÅ«sti koku +achievement.mineWood.desc=Sit koku, kamÄ“r no tÄ izkrÄ«t koka bloks +achievement.onARail=Uz dzelzsceļa +achievement.onARail.desc=Nobrauciet ar vagonu vismaz 1 km no vietas kur sÄkÄt +achievement.openInventory=AtvÄ“rta soma +achievement.openInventory.desc=Nospied '%1$s' , lai atvÄ“rtu somu. +achievement.overkill=IzsitÄ“js +achievement.overkill.desc=Veic astoņu siržu bojÄjumu vienÄ sitienÄ +achievement.overpowered=PÄrÄkstiprs +achievement.overpowered.desc=Izveidot Notch Äbolu +achievement.portal=Mums Vajag Doties DziļÄk +achievement.portal.desc=Uzcel portÄlu uz Elli +achievement.potion=VietÄ“jais brÅ«zis +achievement.potion.desc=UzbrÅ«vçt dziru +achievement.requires=VajadzÄ«gs '%1$s' +achievement.snipeSkeleton=Snaiperu duelis +achievement.snipeSkeleton.desc=No 50 metru attÄluma nogalini skeletu ar bultu +achievement.spawnWither=SÄkums? +achievement.spawnWither.desc=Radi Kalti +achievement.taken=Saņemts! +achievement.theEnd=Beigas? +achievement.theEnd.desc=Atrast Beigas +achievement.theEnd2=Beigas. +achievement.theEnd2.desc=Sakauj Ender Pūķi +addServer.add=Gatavs +addServer.enterIp=Servera Adrese +addServer.enterName=Servera Nosaukums +addServer.hideAddress=SlÄ“pt adresi +addServer.resourcePack=Servera resursu pakas +addServer.resourcePack.disabled=IzslÄ“gta +addServer.resourcePack.enabled=IespÄ“jots +addServer.resourcePack.prompt=Ätrs +addServer.title=Rediģēt Servera InformÄciju +advMode.allPlayers=Izmanto "@a" lai mÄ“rÄ·Ä“tu uz visiem spÄ“lÄ“tÄjiem +advMode.command=Konsoles komanda +advMode.nearestPlayer=Izmanto "@p" lai mÄ“rÄ·Ä“tu uz tuvÄko spÄ“lÄ“tÄju +advMode.notAllowed=JÄbÅ«t op spÄ“lÄ“tÄjam radoÅ¡ajÄ režīmÄ +advMode.notEnabled=Å ajÄ serverÄ« komandu bloki nav atļauti +advMode.previousOutput=IepriekšējÄ izeja +advMode.randomPlayer=Izmanto "@r" lai mÄ“rÄ·Ä“tu uz nejauÅ¡i izvÄ“lÄ“tu spÄ“lÄ“tÄju +advMode.setCommand=Piešķirt blokam konsoles komandu +advMode.setCommand.success=Komanda iestÄtÄ«ta: %s +attribute.name.generic.attackDamage=Uzbrukuma bojÄjums +attribute.name.generic.followRange=RadÄ«bu SÄ“koÅ¡anas AttÄlums +attribute.name.generic.knockbackResistance=Atpakaļsitiena PretestÄ«ba +attribute.name.generic.maxHealth=MaksimÄlÄ veselÄ«ba +attribute.name.generic.movementSpeed=Ä€trums +attribute.name.horse.jumpStrength=Zirga LÄ“cienu SpÄ“ks +attribute.name.zombie.spawnReinforcements=Zombiju palÄ«gspÄ“ki +book.byAuthor=Autors: %1$s +book.editTitle=Ievadi GrÄmatas Nosaukumu: +book.finalizeButton=ParakstÄ«t Un AizvÄ“rt +book.finalizeWarning=PiezÄ«me! Kad grÄmata tiks parakstÄ«ta, to vaira nevarÄ“s rediģēt. +book.generation.0=OriÄ£inÄls +book.generation.1=OriÄ£inÄla kopija +book.generation.2=Kopijas kopija +book.pageIndicator=%1$s lapa no %2$s +book.signButton=ParakstÄ«t +build.tooHigh=Ä’kas augstumu robeža ir %s bloki +chat.cannotSend=Nav iespejams nosÅ«tÄ«t ziņu +chat.copy=KopÄ“t +chat.link.confirm=Vai tu tieÅ¡Äm vÄ“lies atvÄ“rt sekojoÅ¡o mÄjas lapu? +chat.link.confirmTrusted=vÄ“laties atvÄ“rt Å¡o linku vai kopÄ“t to starpliktuvÄ“? +chat.link.open=AtvÄ“rt pÄrlÅ«kprogrammÄ +chat.link.warning=Nekad neatver saites no cilvÄ“kiem, kuriem tu neuzticies! +chat.stream.emote=(%s) * %s %s +chat.stream.text=(%s) <%s> %s +chat.type.achievement=%s tikko dabÅ«ja apbalvojumu %s +chat.type.achievement.taken=%s ir zaudÄ“jis sasniegumu %s +commands.achievement.give.success.all=VeiksmÄ«gi doti visi apbalvojumi spÄ“lÄ“tÄjam %s +commands.achievement.give.success.one=VeiksmÄ«gi dots spÄ“lÄ“tÄjam %s stats %s +commands.achievement.statTooLow=SpÄ“lÄ“tÄjam %s nav stats %s +commands.achievement.unknownAchievement=NezinÄms apbalvojums vai statistika '%s' +commands.ban.failed=NevarÄ“ja bloÄ·Ä“t spÄ“lÄ“tÄju %s +commands.ban.success=%s tika bloÄ·Ä“ts +commands.ban.usage=/ban [iemesls ...] +commands.banip.invalid=Tu esi ievadÄ«jis nepareizu IP adresi vai arÄ« spÄ“lÄ“tÄjs nav pieslÄ“dzies +commands.banip.success=IP adrese %s tika bloÄ·Ä“ta +commands.banip.success.players=IP adrese %s ,kas pieder %s, tika bloÄ·Ä“ta +commands.banip.usage=/ban-ip [iemesls ...] +commands.banlist.ips=KopÄ ir bloÄ·Ä“tas %s IP adreses: +commands.banlist.players=KopÄ ir bloÄ·Ä“ti %s spÄ“lÄ“tÄji: +commands.banlist.usage=/banlist [ips|players] +commands.chunkinfo.compiled=Gabals ir pabeigts. +commands.chunkinfo.empty=Gabals ir tukÅ¡s +commands.chunkinfo.hasLayers=Gabalam ir slÄņi: %s +commands.chunkinfo.hasNoRenderableLayers=Gabalam nav atveidojamu slÄņu. +commands.chunkinfo.isEmpty=Gabalam ir tukÅ¡si slÄņi: %s +commands.chunkinfo.location=Gabalu atraÅ¡anÄs vieta: (%s %s, %s) +commands.chunkinfo.notCompiled=Gabals nav pabeigts. +commands.chunkinfo.notEmpty=Gabals nav tukÅ¡s. +commands.clear.failure=NevarÄ“ja iztÄ«rÄ«t %s inventÄru, nav mantu ko izņemt +commands.clear.success=%s inventÄrs tika iztÄ«rÄ«ts, atņemot %s priekÅ¡metus +commands.clone.failed=Nevies bloks netika klonÄ“ts +commands.debug.notStarted=Nevar apturÄ“t profilēšanu, kamÄ“r mÄ“s vÄ“l neesam sÄkuÅ¡i! +commands.debug.start=UzsÄkta atkļūdoÅ¡anas profilēšana +commands.debug.stop=PÄrtraukta atkļūdoÅ¡anas profilēšana pÄ“c %s sekundÄ“m (%s ticks) +commands.defaultgamemode.success=Pasaules spÄ“les režīms tagad ir %s +commands.defaultgamemode.usage=/defaultgamemode +commands.deop.failed=NevarÄ“ja de-op %s +commands.deop.success=De-opped %s +commands.deop.usage=/deop +commands.difficulty.success=NomainÄ«t spÄ“les grÅ«tÄ«bu uz %s +commands.difficulty.usage=/difficulty +commands.downfall.success=Nokrišņi mainÄ«ti +commands.effect.failure.notActive=NevarÄ“ja paņemt %1$s no %2$s, jo viņiem nav Å¡Äda efekta +commands.effect.failure.notActive.all=NevarÄ“ja pÄrņemt nekÄdus efektus no %s jo viņiem nav nekÄdu +commands.effect.notFound=Nav tÄdu radÄ«bas efekta ar ID %s +commands.effect.success=Iedeva%1$s (ID %2$s) * %3$s %4$s uz %5$s sekundÄ“m +commands.effect.success.removed=Paņēma %1$s no %2$s +commands.effect.success.removed.all=Paņēma visus efektus no %s +commands.enchant.cantCombine=%1$s nevar apvienot ar %2$s +commands.enchant.cantEnchant=IzvÄ“lÄ“to uzlabojumu nevar pievienot izvÄ“lÄ“tajam priekÅ¡metam +commands.enchant.noItem=MÄ“rÄ·im nav priekÅ¡metu +commands.enchant.notFound=Uzlabojums ar ID %s neeksistÄ“ +commands.enchant.success=UzlaboÅ¡ana izdevÄs +commands.enchant.usage=/enchant [lÄ«menis] +commands.fill.failed=Neviens bloks netika aizpildÄ«ts +commands.fill.success=%s blokus, piepildija +commands.fill.tooManyBlocks=PÄrÄk daudz blokus norÄdÄ«tajÄ apgabalÄ (%s > %s) +commands.gamemode.success.other=NomainÄ«t %s spÄ“les režīmu uz %s +commands.gamemode.success.self=NomainÄ«t savu spÄ“les režīmu uz %s +commands.gamemode.usage=/gamemode [spÄ“lÄ“tÄjs] +commands.gamerule.nopermission=Tikai serveru Ä«paÅ¡nieki var mainÄ«t '%s' +commands.gamerule.norule=Noteikums ar nosaukumu '%s' nav pieejams +commands.gamerule.success=SpÄ“les noteikums ir atjauninÄts +commands.gamerule.usage=/gamerule [vÄ“rtÄ«ba] +commands.generic.boolean.invalid='%s' nav 'true' vai 'false' +commands.generic.double.tooBig=Skaitlis, ko ievadiji (%s), ir pÄrÄk liels. Tam jÄbÅ«t ne lielÄkam par %s +commands.generic.double.tooSmall=Skaitlis, ko ievadiji (%s), ir pÄrÄk mazs. Tam jÄbÅ«t vismaz %s +commands.generic.entity.invalidType=RadÄ«bas '%s' tips nav derÄ«gs +commands.generic.entity.invalidUuid=RadÄ«juma UUID formÄts ir nepareizÄ formÄtÄ +commands.generic.entity.notFound=Å o radÄ«bu nevar atrast +commands.generic.exception=RadÄs nezinÄma kļūda, kamÄ“r tika veikta šī komanda +commands.generic.notFound=NezinÄma komanda. Mēģini /help ,lai uzrÄdÄ«tu komandu sarakstu +commands.generic.num.invalid='%s' nav pareizs skaitlis +commands.generic.num.tooBig=Skaitlis ko ievadÄ«ji (%s) ir par lielu, tam jÄbÅ«t ne lielÄkam par %s +commands.generic.num.tooSmall=Skaitlis ko ievadÄ«ji (%s) ir par mazu, tam jÄbÅ«t vismaz %s +commands.generic.permission=Jums nav atļaujas izmantot Å¡o komandu +commands.generic.player.notFound=SpÄ“lÄ“tÄju nevar atrast +commands.generic.syntax=Nepareiza komandas sintakse +commands.generic.usage=Pielietojums: %s +commands.give.notFound=Nav tÄda priekÅ¡meta ar ID %s +commands.give.success=Dots %s * %s %s +commands.give.tagError=Datu tagu analizēšana neizdevÄs: %s +commands.give.usage=/give [daudzums] [dati] [datiTag] +commands.help.footer=Padoms: Izmanto pogu, kad raksti komandu, lai automÄtiski pabeigtu komandu, vai parÄdÄ«tu tÄs argumentus +commands.help.header=--- UzrÄda %s palÄ«dzÄ«bas lapu no %s (/help ) --- +commands.help.usage=/help [lapa|komanda] +commands.kick.success=%s ir izmests no spÄ“les +commands.kick.success.reason=%s ir izmests no spÄ“les: '%s' +commands.kick.usage=/kick [iemesls] +commands.kill.successful=NogalinÄja %s +commands.me.usage=/me +commands.message.display.incoming=%s tev paÄukstÄ“ja: %s +commands.message.display.outgoing=Tu %s paÄukstÄ“ji: %s +commands.message.sameTarget=Tu nevari sev nosÅ«tÄ«t privÄtu ziņojumu! +commands.message.usage=/tell +commands.op.failed=NevarÄ“ja op %s +commands.op.success=Opped %s +commands.op.usage=/op +commands.players.list=Å obrÄ«d ir %s/%s spÄ“lÄ“tÄji pieslÄ“guÅ¡ies: +commands.playsound.playerTooFar=SpÄ“lÄ“tÄjs %s ir pÄrÄk tÄlu, lai dzirdÄ“tu skaņu +commands.playsound.success=SpÄ“lÄ“ja skaņu '%s' uz %s +commands.playsound.usage=/playsound [x] [y] [z] [skaļums] [(pitch)] [mazÄkaisSkaļums] +commands.publish.failed=NeizdevÄs izveidot lokÄlo spÄ“li +commands.publish.started=LokÄlÄ spÄ“lÄ“ izmanto portu %s +commands.replaceitem.usage=/replaceitem +commands.save-off.alreadyOff=SaglabÄÅ¡ana jau ir atslÄ“gta. +commands.save-on.alreadyOn=SaglabÄÅ¡ana jau ir ieslÄ“gta. +commands.save.disabled=IzslÄ“dza pasaules automÄtisko saglabÄÅ¡anos +commands.save.enabled=IzslÄ“dza pasaules automÄtisko saglabÄÅ¡anos +commands.save.failed=NeizdevÄs saglabÄt: %s +commands.save.start=SaglabÄ... +commands.save.success=SaglabÄja pasauli +commands.say.usage=/say +commands.scoreboard.allMatchesFailed=Visi salÄ«dzinÄjumi neizdevÄs +commands.scoreboard.objectiveNotFound=Netika atrasts uzdevums ar nosaukumu '%s' +commands.scoreboard.objectiveReadOnly=Uzdevums '%s' ir tikai lasÄms un nevar bÅ«t uzstÄdÄ«ts +commands.scoreboard.objectives.add.alreadyExists=Uzdevums ar nosaukumu '%s' jau eksistÄ“ +commands.scoreboard.objectives.add.displayTooLong=Nosaukums '%s' ir pÄrÄk garÅ¡ uzdevumam, tas drÄ«kst bÅ«t lÄ«dz %s simboliem garÅ¡ +commands.scoreboard.objectives.add.success=VeiksmÄ«gi pievienots jauns uzdevums '%s' +commands.scoreboard.objectives.add.tooLong=Nosaukums '%s' ir pÄrÄk garÅ¡ uzdevumam, tas drÄ«kst bÅ«t lÄ«dz %s simboliem garÅ¡ +commands.scoreboard.objectives.add.usage=/scoreboard objectives add [ekrÄna vÄrds ...] +commands.scoreboard.objectives.add.wrongType=NederÄ«gs objekta kritÄ“riju tips '%s' +commands.scoreboard.objectives.list.count=RÄda %s uzdevumu(s) uz rezultÄtu dēļa: +commands.scoreboard.objectives.list.empty=Å im rezultÄtu tablo nav uzdevumu +commands.scoreboard.objectives.list.entry=- %s: uzrÄdas kÄ '%s' un tips ir '%s' +commands.scoreboard.objectives.remove.success=VeiksmÄ«gi noņemts uzdevums '%s' +commands.scoreboard.objectives.remove.usage=/scoreboard objectives remove +commands.scoreboard.objectives.setdisplay.invalidSlot=Nav tÄda lauka ar nosaukumu '%s' +commands.scoreboard.objectives.setdisplay.successCleared=NotÄ«rÄ«ts uzdevumu ekrÄna lauks '%s' +commands.scoreboard.objectives.setdisplay.successSet=UzstÄdÄ«t ekrÄna uzdevuma lauku '%s' uz '%s' +commands.scoreboard.objectives.setdisplay.usage=/scoreboard objectives setdisplay [uzdevums] +commands.scoreboard.players.list.count=UzrÄda %s reÄ£istrÄ“tos spÄ“lÄ“tÄjus uz rezultÄtu tablo: +commands.scoreboard.players.list.empty=Nav neviena reÄ£istrÄ“ta spÄ“lÄ“tÄju uz rezultÄtu tablo +commands.scoreboard.players.list.player.count=UzrÄda %s reÄ£istrÄ“tu(s) uzdevumu(s) priekÅ¡ %s: +commands.scoreboard.players.list.player.empty=SpÄ“lÄ“tÄjam %s nav reÄ£istrÄ“tu rezultÄtu +commands.scoreboard.players.list.player.entry=- %2$s: %1$s (%3$s) +commands.scoreboard.players.list.usage=/scoreboard players list [vÄrds] +commands.scoreboard.players.reset.success=AtiestatÄ«t visus spÄ“lÄ“tÄja %s rezultÄtus +commands.scoreboard.players.set.success=IestatÄ«t rezultÄtu %s spÄ“lÄ“tÄjam %s uz %s +commands.scoreboard.players.set.tagMismatch=Datu tags neatbilzt %s +commands.scoreboard.teamNotFound=Netika atrasta komanda ar nosaukumu '%s' +commands.scoreboard.teams.add.alreadyExists=Komanda ar nosaukumu '%s' jau pastÄv +commands.scoreboard.teams.add.displayTooLong=EkrÄna nosaukums '%s' ir pÄrÄk garÅ¡ komandai, tas drÄ«kst bÅ«t lÄ«dz %s simboliem garÅ¡ +commands.scoreboard.teams.add.success=VeiksmÄ«gi pievienota jauna komanda '%s' +commands.scoreboard.teams.add.tooLong=Nosaukums '%s' ir pÄrÄk garÅ¡ komandai, tas drÄ«kst bÅ«t lÄ«dz %s simboliem garÅ¡ +commands.scoreboard.teams.add.usage=/scoreboard teams add [EkrÄna vÄrds ...] +commands.scoreboard.teams.empty.alreadyEmpty=Komanda %s jau ir tukÅ¡a, nevar noņemt neeksistÄ“joÅ¡us spÄ“lÄ“tÄjus +commands.scoreboard.teams.empty.success=Izņemti visi %s spÄ“lÄ“tÄji no komandas %s +commands.scoreboard.teams.join.failure=Nevar pievienot %s spÄ“lÄ“tÄjus komandai %s:%s +commands.scoreboard.teams.join.success=Pievienoti %s spÄ“lÄ“tÄji komandai %s: %s +commands.scoreboard.teams.join.usage=/scoreboard teams join [spÄ“lÄ“tÄjs] +commands.scoreboard.teams.leave.failure=NevarÄ“ja noņemt %s spÄ“lÄ“tÄjus no savÄm komandÄm: %s +commands.scoreboard.teams.leave.noTeam=Tu neesi komandÄ +commands.scoreboard.teams.leave.success=Noņemti %s spÄ“lÄ“tÄji no savÄm komandÄm: %s +commands.scoreboard.teams.leave.usage=/scoreboard teams leave [spÄ“lÄ“tÄjs] +commands.scoreboard.teams.list.count=UzrÄda %s komandas uz rezultÄtu tablo: +commands.scoreboard.teams.list.empty=Nav reÄ£istrÄ“tu komandu uz rezultÄtu tablo +commands.scoreboard.teams.list.entry=- %1$s: '%2$s' komandÄ ir %3$s spÄ“lÄ“tÄji +commands.scoreboard.teams.list.player.count=RÄda %s spÄ“lÄ“tÄju(s) komandÄ %s: +commands.scoreboard.teams.list.player.empty=KomandÄ %s nav spÄ“lÄ“tÄju +commands.scoreboard.teams.list.player.entry=- %2$s: %1$s (%3$s) +commands.scoreboard.teams.list.usage=/scoreboard teams list [vÄrds] +commands.scoreboard.teams.option.noValue=DerÄ«gas vÄ“rtÄ«bas opcijai %s ir: %s +commands.scoreboard.teams.option.success=IestatÄ«t %s opciju komandai %s uz %s +commands.scoreboard.teams.remove.success=Noņemta komanda %s +commands.scoreboard.teams.remove.usage=/scoreboard teams remove +commands.seed.success=SÄ«ds: %s +commands.setblock.failed=Nevar uzlikt bloku +commands.setblock.noChange=Bloks nevarÄ“ja bÅ«t uzlikts +commands.setblock.notFound=Nav tÄda bloka ar ID/vÄrdu %s +commands.setblock.outOfWorld=Nevat novietot bloku Ärpus pasaules +commands.setblock.success=Bloks uzlikts +commands.setblock.tagError=Datu tagu analizēšana neizdevÄs: %s +commands.setblock.usage=/setblock [datuVÄ“rtÄ«ba] [vecuBlokuTurēšana] [datuTags] +commands.setidletimeout.success=VeiksmÄ«gi iestatÄ«ts gaidīšanas taimauts uz %s minÅ«tÄ“m. +commands.setidletimeout.usage=/setidletimeout +commands.setworldspawn.success=Radīšanas vieta uzlikta uz (%s, %s, %s) +commands.setworldspawn.usage=/setworldspawn [] +commands.spawnpoint.success=NomainÄ«t %s atdzimÅ¡anas punktu uz (%s, %s, %s) +commands.spreadplayers.failure.players=Nav izdevies izplatÄ«t %s spÄ“lÄ“tÄju apkÄrt %s,%s (pÄrÄk daudz spÄ“lÄ“tÄju telpÄ - mēģini izplatÄ«t ne vairÄk par %s) +commands.spreadplayers.failure.teams=Nav izdevies izplatÄ«t %s komandas apkÄrt %s,%s (pÄrÄk daudz spÄ“lÄ“tÄju telpÄ - mēģini izplatÄ«t ne vairÄk par %s) +commands.spreadplayers.info.players=(VidÄ“jais attÄlums starp spÄ“lÄ“tÄjiem ir %s bloki viens no otra pÄ“c %s atkÄrtojumiem) +commands.spreadplayers.info.teams=(VidÄ“jais attÄlums starp komandÄm ir %s bloki viens no otra pÄ“c %s atkÄrtojumiem) +commands.spreadplayers.spreading.players=IzkliedÄ“ %s spÄ“lÄ“tÄjus %s blokus apkÄrt %s,%s (min %s blokus apkÄrt) +commands.spreadplayers.spreading.teams=IzkliedÄ“ %s komandas %s blokus apkÄrt %s,%s (min %s blokus apkÄrt) +commands.spreadplayers.success.players=VeiksmÄ«gi izplatÄ«tas %s spÄ“lÄ“tÄjus apkÄrt %s,%s +commands.spreadplayers.success.teams=VeiksmÄ«gi izplatÄ«tas %s komandas apkÄrt %s,%s +commands.spreadplayers.usage=/spreadplayers +commands.stats.cleared=NotÄ«rÄ«ti %s stati +commands.stats.failed=NederÄ«gi parametri +commands.stop.start=ApstÄdina serveri +commands.summon.failed=Nevar pielÅ«gt objektu +commands.summon.outOfWorld=Nevar pielÅ«gt objektu Ärpus pasaules +commands.summon.success=Objekts veiksmÄ«gi pielÅ«gts +commands.summon.tagError=Datu tagu analizēšana neizdevÄs: %s +commands.summon.usage=/summon [x] [y] [z] [datuTags] +commands.tellraw.jsonException=NederÄ«gs json: %s +commands.tellraw.usage=/tellraw <'tukÅ¡s' json ziņojums> +commands.testfor.success=Atrada %s +commands.testfor.usage=/testfor [dataTag] +commands.testforblock.failed.data=Blokam %s,%s,%s bija datu vÄ“rtÄ«ba %s (paredzÄ“tais: %s). +commands.testforblock.failed.nbt=Blokam %s,%s,%s nebija nepiecieÅ¡amÄs NBT atslÄ“gas. +commands.testforblock.failed.tile=Bloks %s,%s,%s ir %s (paredzÄ“tais: %s). +commands.testforblock.failed.tileEntity=Bloks %s,%s,%s nav 'taila' entÄ«tijs un nevar atbalstÄ«t tagu saderÄ«bu. +commands.testforblock.outOfWorld=Nevar testÄ“t bloku, kurÅ¡ atrodas Ärpus pasaules +commands.testforblock.success=VeiksmÄ«gi atrasts bloks koordinÄtÄ“s %s,%s,%s. +commands.testforblock.usage=/testforblock < [datuVÄ“rtÄ«ba] [datuTagÄ] +commands.time.added=Pievienots %s laikam +commands.time.query=Laiks ir %s +commands.time.set=IestatÄ«t laiku uz %s +commands.tp.notSameDimension=Nav iespÄ“jams teleportÄ“t, jo spÄ“lÄ“tÄji neatrodas vienÄ dimensijÄ +commands.tp.success=TeleportÄ“ja %s pie %s +commands.tp.success.coordinates=%s teleportÄ“ts uz %s,%s,%s +commands.trigger.invalidPlayer=Tikai spÄ“lÄ“tÄji var izmantot komandu /trigger ! +commands.unban.failed=NevarÄ“ja atbloÄ·Ä“t spÄ“lÄ“tÄju %s +commands.unban.success=%s tika atbloÄ·Ä“ts +commands.unban.usage=/pardon +commands.unbanip.invalid=Tu esi ievadÄ«jis nepareizu IP adresi +commands.unbanip.success=IP adrese %s tika atbloÄ·Ä“ta +commands.unbanip.usage=/pardon-ip
+commands.weather.clear=Maina laikapstÄkļus uz saulainu laiku +commands.weather.rain=Maina laikapstÄkļus uz lietainu laiku +commands.weather.thunder=Maina laikapstÄkļus uz negaisu +commands.weather.usage=/weather [ilgums sekundÄ“s] +commands.whitelist.add.failed=NevarÄ“ja pievienot %s baltajam sarakstam +commands.whitelist.add.success=Pievienoja %s baltajam sarakstam +commands.whitelist.add.usage=/whitelist add +commands.whitelist.disabled=IzslÄ“dza balto sarakstu +commands.whitelist.enabled=IeslÄ“dza balto sarakstu +commands.whitelist.list=Ir %s (no %s redzÄ“tajiem) baltÄ saraksta spÄ“lÄ“tÄju: +commands.whitelist.reloaded=PÄrlÄdÄ“ja balto sarakstu +commands.whitelist.remove.failed=NevarÄ“ja noņemt %s no baltÄ saraksta +commands.whitelist.remove.success=Izņēma %s no baltÄ saraksta +commands.whitelist.remove.usage=/whitelist remove +commands.whitelist.usage=/whitelist +commands.xp.failure.widthdrawXp=SpÄ“lÄ“tÄjam nevar dot negatÄ«vu skaitu pieredzes punktu +commands.xp.success=%s saņēma %s pieredzes punktus +commands.xp.success.levels=%s saņēma %s pieredzes lÄ«meņus +commands.xp.success.negative.levels=No %s paņemti %s pieredzes lÄ«meņi +commands.xp.usage=/xp [spÄ“lÄ“tÄjs] VAI /xp L [spÄ“lÄ“tÄjs] +connect.authorizing=PieslÄ“dzas... +connect.connecting=Veido savienojumu ar serveri... +connect.failed=NeizdevÄs izveidot savienojumu ar serveri +container.beacon=SignÄluguns +container.brewing=BrÅ«vēšanas statÄ«vs +container.chest=LÄde +container.chestDouble=LielÄ lÄde +container.crafting=AmatniecÄ«ba +container.creative=PriekÅ¡metu IzvÄ“le +container.dispenser=IzÅ¡ÄvÄ“js +container.dropper=IzsviedÄ“js +container.enchant=Apburt +container.enchant.clue=%s . . . ? +container.enchant.lapis.many=%s LazurÄ«ts +container.enchant.lapis.one=1 lazurÄ«ts +container.enchant.level.many=%s burvestÄ«bas lÄ«meņi +container.enchant.level.one=1 burvestÄ«bas lÄ«menis +container.enderchest=Ender lÄde +container.furnace=KrÄsns +container.hopper=PriekÅ¡metu piltuve +container.inventory=Piederumi +container.isLocked=%s ir slÄ“gts! +container.minecart=Vagons +container.repair=Salabot un pÄrsaukt +container.repair.cost=BurvestÄ«bas izmaksas: %1$s +container.repair.expensive=PÄrÄk dÄrgs! +controls.reset=AtiestatÄ«t +controls.resetAll=AtiestatÄ«t taustiņus +controls.title=Vadîbas uzstâdijumi +createWorld.customize.custom.baseSize=Dziļuma bÄzes lielums +createWorld.customize.custom.biomeSize=Pasaules daļas lielums +createWorld.customize.custom.center=Centra augstums +createWorld.customize.custom.confirm1=Å is pÄrrakstÄ«s jÅ«su paÅ¡reizÄ“jo +createWorld.customize.custom.confirm2=iestatÄ«jumi nebÅ«s mainÄmi. +createWorld.customize.custom.confirmTitle=BrÄ«dinÄjums! +createWorld.customize.custom.coordinateScale=KodrinÄÅ¡u skals +createWorld.customize.custom.count=VeidoÅ¡anas mēģinÄjums +createWorld.customize.custom.defaults=NoklusÄ“jums +createWorld.customize.custom.depthNoiseScaleExponent=Dziļuma Eksponents +createWorld.customize.custom.depthNoiseScaleX= X Dziļums +createWorld.customize.custom.depthNoiseScaleZ=Z Dziļums +createWorld.customize.custom.dungeonChance=Cietumu skaits +createWorld.customize.custom.fixedBiome=Pasaules daļa +createWorld.customize.custom.heightScale=Augstuma skala +createWorld.customize.custom.lavaLakeChance=Lavas ezeru retums +createWorld.customize.custom.lowerLimitScale=ApakšējÄ skalas robeža +createWorld.customize.custom.mainNoiseScaleX=Galvenais lielums X +createWorld.customize.custom.mainNoiseScaleY=Galvenais lielums Y +createWorld.customize.custom.mainNoiseScaleZ=Galvenais lielums Z +createWorld.customize.custom.maxHeight=MaksimÄlais. Augstums +createWorld.customize.custom.minHeight=MinimÄlais augstums +createWorld.customize.custom.next=NÄkamÄ lapuse +createWorld.customize.custom.page0=PamatiestatÄ«jumi +createWorld.customize.custom.page1=RÅ«das IestatÄ«jumi +createWorld.customize.custom.page2=Papildu iestatÄ«jumi (tikai pieredzÄ“juÅ¡iem lietotÄjiem!) +createWorld.customize.custom.page3=Papildus iestatÄ«jumi (Tikai pieredzÄ“juÅ¡iem lietotÄjiem!) +createWorld.customize.custom.preset.caveChaos=Haosa Alas +createWorld.customize.custom.preset.caveDelight=Alas Degaisma +createWorld.customize.custom.preset.drought=Sausums +createWorld.customize.custom.preset.goodLuck=Lai veicas! +createWorld.customize.custom.preset.isleLand=Isle zeme +createWorld.customize.custom.preset.mountains=Kalnu trakums +createWorld.customize.custom.preset.waterWorld=Ūdens pasaule +createWorld.customize.custom.presets=Standarti +createWorld.customize.custom.presets.title=PielÄgot pasaules standartus +createWorld.customize.custom.prev=IepriekšējÄ lappuse +createWorld.customize.custom.randomize=IzvÄ“lÄ“ties nejauÅ¡i +createWorld.customize.custom.riverSize=Upes lielums +createWorld.customize.custom.seaLevel=JÅ«ras lÄ«menis +createWorld.customize.custom.size=Veidojuma lielums +createWorld.customize.custom.spread=Augstuma StarpÄ«ba +createWorld.customize.custom.stretchY=Augstuma garums +createWorld.customize.custom.upperLimitScale=Skalas augšējÄ robeža +createWorld.customize.custom.useCaves=Alas +createWorld.customize.custom.useDungeons=ApakÅ¡zemes cietumi +createWorld.customize.custom.useLavaLakes=Lavas ezeri +createWorld.customize.custom.useLavaOceans=Lavas okeÄni +createWorld.customize.custom.useMineShafts=Raktuves +createWorld.customize.custom.useMonuments=OkeÄna pieminekļi +createWorld.customize.custom.useRavines=Aizas +createWorld.customize.custom.useStrongholds=Cietokšņi +createWorld.customize.custom.useTemples=Tempļi +createWorld.customize.custom.useVillages=Ciemati +createWorld.customize.custom.useWaterLakes=Ūdens ezeri +createWorld.customize.custom.waterLakeChance=Ūdens ezeru retums +createWorld.customize.flat.addLayer=Pievienot slÄni +createWorld.customize.flat.editLayer=Rediģēt slÄni +createWorld.customize.flat.height=Augstums +createWorld.customize.flat.layer=%s +createWorld.customize.flat.layer.bottom=ApakÅ¡a - %s +createWorld.customize.flat.layer.top=AugÅ¡a - %s +createWorld.customize.flat.removeLayer=Noņemt slÄni +createWorld.customize.flat.tile=SlÄņa materiÄls +createWorld.customize.flat.title=PlakanÄ veida pielÄgoÅ¡ana +createWorld.customize.presets=Standarti +createWorld.customize.presets.list=AlternatÄ«vi, Å¡eit ir daži ko mÄ“s jau agrÄk izveidojÄm! +createWorld.customize.presets.select=Izmantot standartu +createWorld.customize.presets.share=VÄ“lies dalÄ«ties ar savu standartu? Izmanto lodziņu apakÅ¡Ä! +createWorld.customize.presets.title=IzvÄ“lÄ“ties standartu +death.attack.anvil=KrÄ«toÅ¡a lakta saspieda %1$s +death.attack.arrow=%2$s noÅ¡Äva %1$s +death.attack.arrow.item=%2$s noÅ¡Äva %1$s izmantojot %3$s +death.attack.cactus=%1$s tika sadurts lÄ«dz nÄvei +death.attack.cactus.player=%1$s ieskrÄ“ja kaktusÄ, mēģinot aizbÄ“gt no %2$s +death.attack.drown=%1$s noslÄ«ka +death.attack.drown.player=%1$s noslÄ«ka mēģinot aizbÄ“gt no %2$s +death.attack.explosion=%1$s uzsprÄga +death.attack.explosion.player=%2$s uzspridzinÄja %1$s +death.attack.fall=%1$s nokrita no pÄrÄk liela augstuma +death.attack.fallingBlock=KrÄ«toÅ¡s bloks saspieda %1$s +death.attack.fireball=%2$s nogalinÄja %1$s ar ugunsbumbu +death.attack.fireball.item=%2$s nogalinÄja %1$s ar ugunsbumbu izmantojot %3$s +death.attack.generic=%1$s nomira +death.attack.inFire=%1$s sadega liesmÄs +death.attack.inFire.player=%1$s iegÄja ugunÄ«, kamÄ“r cÄ«nijÄs ar %2$s +death.attack.inWall=%1$s tika saspiests starp sienÄm +death.attack.indirectMagic=%2$s maÄ£ija nogalinÄja %1$s +death.attack.indirectMagic.item=%2$s nogalinÄja %1$s izmantojot %3$s +death.attack.lava=%1$s mēģinÄja nopeldÄ“ties lavÄ +death.attack.lava.player=%1$s mēģinÄja peldÄ“t lavÄ, lai aizbÄ“gtu no %2$s +death.attack.lightningBolt=%1$s sasita zibens +death.attack.magic=MaÄ£ija nogalinÄja %1$s +death.attack.mob=%2$s nogalinÄja %1$s +death.attack.onFire=%1$s sadega lÄ«dz nÄvei +death.attack.onFire.player=%1$s sadega kraukšķīgs, kamÄ“r cÄ«nijÄs ar %2$s +death.attack.outOfWorld=%1$s izkrita no pasaules +death.attack.player=%2$s nogalinÄja %1$s +death.attack.player.item=%2$s nogalinÄja %1$s izmantojot %3$s +death.attack.starve=%1$s izbadÄ“jÄs lÄ«dz nÄvei +death.attack.thorns=%1$s nomira cenÅ¡oties ievainot %2$s +death.attack.thrown=%2$s piekÄva %1$s lÄ«dz nÄvei +death.attack.thrown.item=%2$s piekÄva %1$s izmantojot %3$s +death.attack.wither=%1$s sakalta +death.fell.accident.generic=%1$s nokrita no augstas vietas +death.fell.accident.ladder=%1$s nokrita no kÄpnÄ“m +death.fell.accident.vines=%1$s nokrita no vÄ«nogulÄja +death.fell.accident.water=%1$s izkrita no Å«dens +death.fell.assist=%1$s tika nolemts kriÅ¡anai no %2$s +death.fell.assist.item=%1$s tika nolemts kriÅ¡anai no %2$s izmantojot %3$s +death.fell.finish=%1$s nokrita pÄrÄk tÄlu un bija piebeigts ar %2$s +death.fell.finish.item=%1$s nokrita pÄrÄk tÄlu un bija piebeigts ar %2$s izmantojot %3$s +death.fell.killer=%1$s bija nolemts kriÅ¡anai +deathScreen.deleteWorld=IzdzÄ“st pasauli +deathScreen.hardcoreInfo=Tu nevari atdzimt NeželÄ«gajÄ režīmÄ! +deathScreen.leaveServer=Pamest serveri +deathScreen.quit.confirm=Vai esi droÅ¡s, ka gribi iziet? +deathScreen.respawn=Atdzimt +deathScreen.score=RezultÄts +deathScreen.title=Tu nomiri! +deathScreen.title.hardcore=SpÄ“le beigusies! +deathScreen.titleScreen=Galvenais ekrÄns +demo.day.1=Å is demo ilgs piecas spÄ“les dienas, dari ko spÄ“j! +demo.day.2=OtrÄ Diena +demo.day.3=TreÅ¡Ä Diena +demo.day.4=CeturtÄ Diena +demo.day.5=Šî ir tava pÄ“dÄ“jÄ diena! +demo.day.6=Tu esi aizvadijis savu piekto dienu, izmanto F2 lai saglabÄtu savas celtnes attÄ“lu +demo.day.warning=Tavs laiks ir gandrÄ«z beidzies! +demo.demoExpired=Demo laiks ir beidzies! +demo.help.buy=Pirkt tagad! +demo.help.fullWrapped=Å is demo ilgs 5 spÄ“les dienas (apmÄ“ram 1 stundu un 40 minÅ«tes). Apskaties sasniegumus padomiem! IzklaidÄ“jies! +demo.help.inventory=Izmanto %1$s, lai atvÄ“rtu somu +demo.help.jump=Izmanto %1$s, lai lÄ“ktu +demo.help.later=TurpinÄt SpÄ“li! +demo.help.movement=Izmanto %1$s, %2$s, %3$s, %4$s un peli, lai pÄrvietotos +demo.help.movementMouse=Skaties apkÄrt izmantojot peli +demo.help.movementShort=PÄrvietojies izmantojot %1$s, %2$s, %3$s, %4$s +demo.help.title=Minecraft Demo Režīms +demo.remainingTime=AtlikuÅ¡ais laiks: %s +demo.reminder=Demo laiks ir beidzies, nopÄ“rc spÄ“li lai turpinÄtu vai uzsÄktu jaunu pasauli! +difficulty.lock.question=Vai tieÅ¡Äm vÄ“laties bloÄ·Ä“t grÅ«tÄ«bu Å¡ajÄ pasaulÄ“? Tas noteiks Å¡ajÄ pasaulÄ“, vienmÄ“r jÄbÅ«t %1$s un nekad nespÄ“s mainÄ«t to vÄ“lreiz. +difficulty.lock.title=BloÄ·Ä“t pasaules grÅ«tÄ«bu +disconnect.closed=Savienojums slÄ“gts +disconnect.disconnected=Serveris tevi atvienoja +disconnect.endOfStream=PlÅ«smas beigas +disconnect.genericReason=%s +disconnect.kicked=Tevi izmeta no servera +disconnect.loginFailed=NeizdevÄs pieslÄ“gties +disconnect.loginFailedInfo=NeizdevÄs pieslÄ“gties: %s +disconnect.loginFailedInfo.invalidSession=NederÄ«ga sesijas (mēģiniet restartÄ“t savu spÄ“li) +disconnect.loginFailedInfo.serversUnavailable=AutentifikÄcija, labojumu dēļ, paÅ¡laik nestrÄdÄ +disconnect.lost=Savienojums zudis +disconnect.overflow=Buferis pÄrpildÄ«ts +disconnect.quitting=Iziet +disconnect.spam=Izmests spamoÅ¡anas dēļ +disconnect.timeout=Savienojuma noildze +enchantment.arrowDamage=SpÄ“ks +enchantment.arrowFire=Liesma +enchantment.arrowInfinite=BezgalÄ«ba +enchantment.arrowKnockback=Sitiens +enchantment.damage.all=Asums +enchantment.damage.arthropods=PosmkÄju Posts +enchantment.damage.undead=Sods +enchantment.digging=EfektivitÄte +enchantment.durability=NelÅ«ztoÅ¡s +enchantment.fire=Uguns Aspekts +enchantment.fishingSpeed=VilinÄjums +enchantment.knockback=Atsitiens +enchantment.level.1=I +enchantment.level.10=X +enchantment.level.2=II +enchantment.level.3=III +enchantment.level.4=IV +enchantment.level.5=V +enchantment.level.6=VI +enchantment.level.7=VII +enchantment.level.8=VIII +enchantment.level.9=IX +enchantment.lootBonus=LaupoÅ¡s +enchantment.lootBonusDigger=BagÄtÄ«ba +enchantment.lootBonusFishing=JÅ«ras Laime +enchantment.oxygen=ElpoÅ¡ana +enchantment.protect.all=AizsardzÄ«ba +enchantment.protect.explosion=SprÄdziena AizsardzÄ«ba +enchantment.protect.fall=Spalvas kritiens +enchantment.protect.fire=Uguns AizsardzÄ«ba +enchantment.protect.projectile=Å Ävienu aizsardzÄ«ba +enchantment.thorns=Ä’rkšķi +enchantment.untouching=ZÄ«da pieskÄriens +enchantment.waterWorker=ŪdenslÄ«dÄ“js +entity.ArmorStand.name=Bruņu statÄ«vs +entity.Arrow.name=bulta +entity.Bat.name=SikspÄrnis +entity.Blaze.name=Liesmeklis +entity.Boat.name=Laiva +entity.Cat.name=KaÄ·is +entity.CaveSpider.name=Alu zirneklis +entity.Chicken.name=Vista +entity.Cow.name=Govs +entity.Creeper.name=KrÄ«pers +entity.EnderDragon.name=Ender Pūķis +entity.Enderman.name=Endermens +entity.Endermite.name=Endermaite +entity.EntityHorse.name=Zirgs +entity.FallingSand.name=KrÄ«toÅ¡s bloks +entity.Fireball.name=Ugunsbumba +entity.Ghast.name=Spoks +entity.Giant.name=Milzis +entity.Guardian.name=Sargs +entity.Item.name=Lieta +entity.KillerBunny.name=Slepkava trusis +entity.LavaSlime.name=Magmas kubs +entity.Minecart.name=Vagons +entity.Mob.name=RadÄ«ba +entity.Monster.name=Briesmonis +entity.MushroomCow.name=Sēņgovs +entity.Ozelot.name=Meža kaÄ·is +entity.Painting.name=Glezna +entity.Pig.name=CÅ«ka +entity.PigZombie.name=ZombijcÅ«ka +entity.PrimedTnt.name=DinamÄ«ts +entity.Rabbit.name=Trusis +entity.Sheep.name=Aita +entity.Silverfish.name=Sudrabzivs +entity.Skeleton.name=Skelets +entity.Slime.name=Glumeklis +entity.SmallFireball.name=Maza ugunsbumba +entity.SnowMan.name=SniegavÄ«rs +entity.Snowball.name=Sniega pika +entity.Spider.name=Zirneklis +entity.Squid.name=KalmÄrs +entity.Villager.armor=ApbruņotÄjs +entity.Villager.butcher=Miesnieks +entity.Villager.cleric=GarÄ«dznieks +entity.Villager.farmer=Zemnieks +entity.Villager.fisherman=Zvejnieks +entity.Villager.leather=Ädas apstrÄdÄtÄjs +entity.Villager.librarian=BibliotekÄrs +entity.Villager.name=Ciemata iedzÄ«votÄjs +entity.Villager.shepherd=Aitu Gans +entity.Villager.tool=DarbarÄ«ku taisÄ«tÄjs +entity.Villager.weapon=IeroÄu taisÄ«tÄjs +entity.VillagerGolem.name=Dzelzs vÄ«rs +entity.Witch.name=Ragana +entity.WitherBoss.name=Kalte +entity.Wolf.name=Vilks +entity.XPOrb.name=Pieredzes lode +entity.Zombie.name=Zombijs +entity.donkey.name=Ä’zelis +entity.generic.name=nezinÄms +entity.horse.name=Zirgs +entity.mule.name=MÅ«lis +entity.skeletonhorse.name=Skeletu Zirgs +entity.zombiehorse.name=Zombiju Zirgs +gameMode.adventure=PiedzÄ«vojumu režīms +gameMode.changed=Tavs spÄ“les režīms ir atjauninÄts +gameMode.creative=RadoÅ¡ais režīms +gameMode.hardcore=NežēlÄ«gais Režīms! +gameMode.spectator=SkatÄ«tÄja režīmums +gameMode.survival=IzdzÄ«voÅ¡anas režīms +generator.amplified=PastiprinÄts +generator.amplified.info=PiezÄ«me: Izklaide pieprasa jaudÄ«gu datoru +generator.customized=PielÄgots +generator.debug_all_block_states=AtkļūdoÅ¡anas Režīms +generator.default=Parasts +generator.flat=Plakans +generator.largeBiomes=Lielas Biomas +gui.achievements=Sasniegumi +gui.all=Visi +gui.back=Atpakaļ +gui.cancel=Atcelt +gui.done=Gatavs +gui.down=Uz leju +gui.no=NÄ“ +gui.none=Neviens +gui.stats=Statistika +gui.toMenu=Atpakaļ uz izvÄ“lni +gui.up=Uz augÅ¡u +gui.yes=JÄ +inventory.binSlot=IznÄ«cinÄt priekÅ¡metu +item.apple.name=Ä€bols +item.appleGold.name=Zelta Äbols +item.armorStand.name=Bruņu statÄ«vs +item.arrow.name=Bulta +item.banner.black.name=Melns Baneris +item.banner.blue.name=Zils Baneris +item.banner.brown.name=BrÅ«ns Baneris +item.banner.cyan.name=CiÄna Baneris +item.banner.gray.name=PelÄ“ks Baneris +item.banner.green.name=Zaļš Baneris +item.banner.orange.name=Oranžs banneris +item.banner.pink.name=RozÄ Baneris +item.banner.purple.name=ViolÄ“ts Baneris +item.banner.red.name=Sarkans Baneris +item.banner.silver.name=GaiÅ¡i pelÄ“ks Baneris +item.banner.white.name=Balts banners +item.banner.yellow.name=Dzeltens Baneris +item.bed.name=Gulta +item.beefCooked.name=BifÅ¡teks +item.beefRaw.name=JÄ“la lielopa gaļa +item.blazePowder.name=Liesmu pulveris +item.blazeRod.name=Liesmu stienis +item.boat.name=Laiva +item.bone.name=Kauls +item.book.name=GrÄmata +item.bootsChain.name=Ķēžu zÄbaki +item.bootsCloth.name=Adas zÄbaki +item.bootsDiamond.name=Dimanta zÄbaki +item.bootsGold.name=Zelta zÄbaki +item.bootsIron.name=Dzelzs zÄbaki +item.bow.name=Loks +item.bowl.name=Bļoda +item.bread.name=Maize +item.brewingStand.name=BrÅ«vēšanas statÄ«vs +item.brick.name=ĶieÄ£elis +item.bucket.name=Spainis +item.bucketLava.name=Spainis ar lavu +item.bucketWater.name=Spainis ar Å«deni +item.cake.name=Torte +item.canBreak=Var sasist: +item.canPlace=Var novietot uz: +item.carrotGolden.name=Zelta BurkÄns +item.carrotOnAStick.name=BurkÄns uz Kociņa +item.carrots.name=BurkÄns +item.cauldron.name=Katls +item.charcoal.name=Kokogles +item.chestplateChain.name=Ķēžu bruņas +item.chestplateCloth.name=Ä€das jaka +item.chestplateDiamond.name=Dimanta bruņas +item.chestplateGold.name=Zelta bruņas +item.chestplateIron.name=Dzelzs bruņas +item.chickenCooked.name=Cepta vista +item.chickenRaw.name=JÄ“la vista +item.clay.name=MÄls +item.clock.name=Pulkstenis +item.coal.name=Ogles +item.comparator.name=Sarkanakmens salÄ«dzinÄtÄjs +item.compass.name=Kompass +item.cookie.name=Cepums +item.diamond.name=Dimants +item.diode.name=Sarkanakmens atkÄrtotÄjs +item.doorAcacia.name=AkÄciju durvis +item.doorBirch.name=BÄ“rza durvis +item.doorDarkOak.name=TumÅ¡a ozolkoka durvis +item.doorIron.name=MetÄla druvis +item.doorJungle.name=Džungļu durvis +item.doorOak.name=Ozolkoka durvis +item.doorSpruce.name=Egles durvis +item.dyePowder.black.name=Tintes maisiņš +item.dyePowder.blue.name=LazurÄ«ts +item.dyePowder.brown.name=Kafijas pupiņas +item.dyePowder.cyan.name=CiÄnzila krÄsa +item.dyePowder.gray.name=PelÄ“ka krÄsa +item.dyePowder.green.name=Kaktuszaļš +item.dyePowder.lightBlue.name=GaiÅ¡i zila krÄsa +item.dyePowder.lime.name=GaÅ¡i zaļa krÄsa +item.dyePowder.magenta.name=ViolÄ“ta krÄsa +item.dyePowder.orange.name=Oranža krÄsa +item.dyePowder.pink.name=RozÄ krÄsa +item.dyePowder.purple.name=Purpura krÄsa +item.dyePowder.red.name=Rožu sarkana +item.dyePowder.silver.name=GaiÅ¡i pelÄ“ka krÄsa +item.dyePowder.white.name=Kaulu milti +item.dyePowder.yellow.name=Pieneņu dzeltena +item.dyed=KrÄsots +item.egg.name=Ola +item.emerald.name=Smaragds +item.emptyMap.name=TukÅ¡a Karte +item.emptyPotion.name=Ūdens pudele +item.enchantedBook.name=Uzlabota GrÄmata +item.enderPearl.name=Ender pÄ“rle +item.expBottle.name=BurvestÄ«bu pudele +item.eyeOfEnder.name=Endera Acs +item.feather.name=Spalva +item.fermentedSpiderEye.name=FermentÄ“ta zrinekļa acs +item.fireball.name=Ugunsbumba +item.fireworks.flight=Lidojuma ilgums: +item.fireworks.name=SalÅ«ta raÄ·ete +item.fireworksCharge.black=Melns +item.fireworksCharge.blue=Zils +item.fireworksCharge.brown=BrÅ«ns +item.fireworksCharge.customColor=PielÄgota +item.fireworksCharge.cyan=CiÄnzils +item.fireworksCharge.fadeTo=MainÄ«t krÄsu uz +item.fireworksCharge.flicker=Mirdzums +item.fireworksCharge.gray=PelÄ“ks +item.fireworksCharge.green=Zaļš +item.fireworksCharge.lightBlue=GaiÅ¡i zils +item.fireworksCharge.lime=GaiÅ¡i zaļš +item.fireworksCharge.magenta=Violeta +item.fireworksCharge.name=SalÅ«ta zvaigzne +item.fireworksCharge.orange=Oranžs +item.fireworksCharge.pink=RozÄ +item.fireworksCharge.purple=Violets +item.fireworksCharge.red=Sarkans +item.fireworksCharge.silver=GaiÅ¡i pelÄ“ks +item.fireworksCharge.trail=PÄ“das +item.fireworksCharge.type=NezinÄma forma +item.fireworksCharge.type.0=Maza bumba +item.fireworksCharge.type.1=Liela bumba +item.fireworksCharge.type.2=Zvaigznes forma +item.fireworksCharge.type.3=KrÄ«pera forma +item.fireworksCharge.type.4=Eksplozija +item.fireworksCharge.white=Balts +item.fireworksCharge.yellow=Dzeltens +item.fish.clownfish.raw.name=Klaunzivs +item.fish.cod.cooked.name=Cepta zivs +item.fish.cod.raw.name=JÄ“la zivs +item.fish.pufferfish.raw.name=Fuguzivs +item.fish.salmon.cooked.name=Cepts lasis +item.fish.salmon.raw.name=JÄ“ls lasis +item.fishingRod.name=Makšķere +item.flint.name=Krams +item.flintAndSteel.name=Krams un dzelzs +item.flowerPot.name=PuÄ·upods +item.frame.name=PriekÅ¡metu RÄmis +item.ghastTear.name=Spoka asara +item.glassBottle.name=Stikla pudele +item.goldNugget.name=Zelta gabals +item.hatchetDiamond.name=Dimanta cirvis +item.hatchetGold.name=Zelta cirvis +item.hatchetIron.name=Dzelzs cirvis +item.hatchetStone.name=Akmens cirvis +item.hatchetWood.name=Koka cirvis +item.helmetChain.name=Ķēžu Ä·ivere +item.helmetCloth.name=Ä€das cepure +item.helmetDiamond.name=Dimanta Ä·ivere +item.helmetGold.name=Zelta Ä·ivere +item.helmetIron.name=Dzelzs Ä·ivere +item.hoeDiamond.name=Dimanta kaplis +item.hoeGold.name=Zelta kaplis +item.hoeIron.name=Dzelzs kaplis +item.hoeStone.name=Akmens kaplis +item.hoeWood.name=Koka kaplis +item.horsearmordiamond.name=Dimanta Zirgu bruņas +item.horsearmorgold.name=Zelta zirgu bruņas +item.horsearmormetal.name=Dzelzs zirgu bruņas +item.ingotGold.name=Zelta stienis +item.ingotIron.name=Dzelzs stienis +item.leash.name=Siksna +item.leather.name=Ä€da +item.leaves.name=Lapas +item.leggingsChain.name=Ķēžu bikses +item.leggingsCloth.name=Ä€das bikses +item.leggingsDiamond.name=Dimanta bikses +item.leggingsGold.name=Zelta bikses +item.leggingsIron.name=Dzelzs bikses +item.magmaCream.name=Magmas krÄ“ms +item.map.name=Karte +item.melon.name=ArbÅ«zs +item.milk.name=Piens +item.minecart.name=Vagons +item.minecartChest.name=Vagons ar lÄdi +item.minecartCommandBlock.name=Vagons ar komandu bloku +item.minecartFurnace.name=LokomotÄ«ve +item.minecartHopper.name=Vagons ar piltuvi +item.minecartTnt.name=Vagons ar dinamÄ«tu +item.monsterPlacer.name=RadÄ«tÄjs +item.mushroomStew.name=Sēņu zupa +item.muttonCooked.name=Cepta aitas gaļa +item.muttonRaw.name=JÄ“la aitas gaļa +item.nameTag.name=Birka +item.netherStalkSeeds.name=Elles sÄ“ne +item.netherStar.name=Nether Zvaigzne +item.netherbrick.name=Elles ĶieÄ£elis +item.netherquartz.name=Elles kvarcs +item.painting.name=Glezna +item.paper.name=PapÄ«rs +item.pickaxeDiamond.name=Dimanta cirtnis +item.pickaxeGold.name=Zelta cirtnis +item.pickaxeIron.name=Dzelzs cirtnis +item.pickaxeStone.name=Akmens cirtnis +item.pickaxeWood.name=Koka cirtnis +item.porkchopCooked.name=Cepta cÅ«kgaļa +item.porkchopRaw.name=JÄ“la cÅ«kgaļa +item.potato.name=Kartupelis +item.potatoBaked.name=Cepts Katrupelis +item.potatoPoisonous.name=IndÄ«gs Kartupelis +item.potion.name=Dzira +item.pumpkinPie.name=Ķirbju pÄ«rÄgs +item.rabbitCooked.name=Cepta truÅ¡a gaļa +item.rabbitFoot.name=TruÅ¡a kÄja +item.rabbitHide.name=TruÅ¡a Äda +item.rabbitRaw.name=JÄ“la truÅ¡a gaļa +item.rabbitStew.name=TruÅ¡a zupa +item.record.11.desc=C418 - 11 +item.record.13.desc=C418 - 13 +item.record.blocks.desc=C418 - blocks +item.record.cat.desc=C418 - cat +item.record.chirp.desc=C418 - chirp +item.record.far.desc=C418 - far +item.record.mall.desc=C418 - mall +item.record.mellohi.desc=C418 - mellohi +item.record.name=MÅ«zikas plate +item.record.stal.desc=C418 - stal +item.record.strad.desc=C418 - strad +item.record.wait.desc=C418 - wait +item.record.ward.desc=C418 - ward +item.redstone.name=Sarkanakmens +item.reeds.name=Cukurniedres +item.rottenFlesh.name=Sapuvusi gaļa +item.ruby.name=RubÄ«ns +item.saddle.name=Segli +item.seeds.name=SÄ“klas +item.seeds_melon.name=ArbÅ«za sÄ“klas +item.seeds_pumpkin.name=Ķirbju sÄ“klas +item.shears.name=šķēres +item.shovelDiamond.name=Dimanta lÄpsta +item.shovelGold.name=Zelta lÄpsta +item.shovelIron.name=Dzelzs lÄpsta +item.shovelStone.name=Akmens lÄpsta +item.shovelWood.name=Koka lÄpsta +item.sign.name=ZÄ«me +item.skull.char.name=Galva +item.skull.creeper.name=KrÄ«pera Galva +item.skull.player.name=%s Galva +item.skull.skeleton.name=Skeleta Gavlaskauss +item.skull.wither.name=Sakaltis Skeleta Galvaskauss +item.skull.zombie.name=Zombija galva +item.slimeball.name=Gļotu bumba +item.snowball.name=Sniega pika +item.speckledMelon.name=MirdzoÅ¡ais arbÅ«zs +item.spiderEye.name=Zirnekļa acs +item.stick.name=NÅ«ja +item.string.name=Aukla +item.sugar.name=Cukurs +item.sulphur.name=Å aujampulveris +item.swordDiamond.name=Dimanta zobens +item.swordGold.name=Zelta zobens +item.swordIron.name=Dzelzs zobens +item.swordStone.name=Akmens zobens +item.swordWood.name=Koka zobens +item.unbreakable=Nesalaužams +item.wheat.name=KvieÅ¡i +item.writingBook.name=GrÄmata un Spalva +item.writtenBook.name=SarakstÄ«ta GrÄmata +item.yellowDust.name=Mirdzakmens putekļi +itemGroup.brewing=BrÅ«vēšana +itemGroup.buildingBlocks=CeltniecÄ«bas bloki +itemGroup.combat=Kauja +itemGroup.decorations=DekorÄcijas bloki +itemGroup.food=PÄrtikas produkti +itemGroup.inventory=IzdzÄ«voÅ¡anas inventÄrs +itemGroup.materials=MateriÄli +itemGroup.misc=DažÄdi +itemGroup.redstone=Sarkanakmens +itemGroup.search=MeklÄ“t priekÅ¡metus +itemGroup.tools=RÄ«ki +itemGroup.transportation=Transports +key.attack=Uzbrukt/iznÄ«cinÄt +key.back=Iet atpakaļ +key.categories.gameplay=spÄ“le +key.categories.inventory=InventÄrs +key.categories.misc=DažÄdi +key.categories.movement=KustÄ«ba +key.categories.multiplayer=DaudzspÄ“lÄ“tÄju režīms +key.categories.stream=Straumēšana +key.categories.ui=SpÄ“les interfeiss +key.chat=AtvÄ“rt Äata logu +key.command=AtvÄ“rt komandlogu +key.drop=Nomest lietu +key.forward=Iet uz priekÅ¡u +key.fullscreen=IeslÄ“gt pilnekrÄna režīmu +key.hotbar.1=Ä€trÄs pieejas slots: 1 +key.hotbar.2=Ä€trÄs pieejas slots: 2 +key.hotbar.3=Ä€trÄs pieejas slots: 3 +key.hotbar.4=Ä€trÄs pieejas slots: 4 +key.hotbar.5=Ä€trÄs pieejas slots: 5 +key.hotbar.6=Ä€trÄs pieejas slots: 6 +key.hotbar.7=Ä€trÄs pieejas slots: 7 +key.hotbar.8=Ä€trÄs pieejas slots: 8 +key.hotbar.9=Ä€trÄs pieejas slots: 9 +key.inventory=Soma +key.jump=LÄ“kt +key.left=Iet sÄniski pa kreisi +key.mouseButton=Poga %1$s +key.pickItem=Paņemt bloku +key.playerlist=ParÄdÄ«t spÄ“lÄ“tÄjus +key.right=Iet sÄniski pa labi +key.screenshot=Veikt ekrÄnuzņēmumu +key.smoothCamera=IeslÄ“gt kino skatu +key.sneak=LavÄ«ties +key.spectatorOutlines=Izcelt spÄ“lÄ“tÄjus (skatÄ«tÄji) +key.sprint=Skriet +key.streamCommercial=RÄdÄ«t straumÄ“juma reklÄmas +key.streamPauseUnpause=NopauzÄ“t/TurpinÄt straumÄ“jumu +key.streamStartStop=SÄkt/Beigt pÄrraidi +key.streamToggleMic=Nospiediet, lai runÄtu/izslÄ“gtu skaņu +key.togglePerspective=PÄrslÄ“gt skatu +key.use=Izmantot lietu/novietot bloku +lanServer.otherPlayers=UzstÄdijumi citiem spÄ“lÄ“tÄjiem +lanServer.scanning=MeklÄ“ spÄ“les lokÄlajÄ tÄ«klÄ +lanServer.start=SÄkt LAN pasauli +lanServer.title=LAN pasaule +language.code=lv_LV +language.name=LatvieÅ¡u +language.region=Latvija +mcoServer.title=Minecraft TieÅ¡saistes Pasaule +menu.convertingLevel=PÄrveido pasauli +menu.disconnect=Atvienoties +menu.game=SpÄ“les izvÄ“lne +menu.generatingLevel=Ä¢enerÄ“ pasauli +menu.generatingTerrain=Ä¢enerÄ“ apvidu +menu.loadingLevel=IelÄdÄ“ pasauli +menu.multiplayer=DaudzspÄ“lÄ“tÄju režīms +menu.online=Minecraft ValstÄ«bas +menu.options=Opcijas... +menu.playdemo=SpÄ“lÄ“t Demo PasaulÄ“ +menu.quit=Iziet +menu.resetdemo=AtiestatÄ«t Demo Pasauli +menu.respawning=Atdzimst +menu.returnToGame=Atgriezties spÄ“lÄ“ +menu.returnToMenu=SaglabÄt un iziet uz izvÄ“lni +menu.shareToLan=AtvÄ“rt LAN +menu.simulating=SimulÄ“ pasauli +menu.singleplayer=VienspÄ“lÄ“tÄja režīms +menu.switchingLevel=PÄrslÄ“dz pasaules +merchant.deprecated=iemaini kaut ko lai atbloÄ·Ä“tu! +mount.onboard=Nospiediet %1$s, lai demontÄ“tu +multiplayer.connect=Pievienoties +multiplayer.downloadingStats=LejupielÄdÄ“ statistiku un sasniegumus... +multiplayer.downloadingTerrain=LejupielÄdÄ“ apvidu +multiplayer.info1=Minecraft daudzspÄ“lÄ“tÄju režīms paÅ¡laik nav pabeigts, bet +multiplayer.info2=notiek agra testēšana. +multiplayer.ipinfo=Ievadiet servera IP adresi, lai pievienotos tam: +multiplayer.player.joined=%s pievienojÄs spÄ“lei +multiplayer.player.joined.renamed=%s (agrÄk pazÄ«stams kÄ %s) pievienojÄs spÄ“lÄ“ +multiplayer.player.left=%s izgÄja no spÄ“les +multiplayer.stopSleeping=Pamest gultu +multiplayer.texturePrompt.line1=Å is serveris iesaka izmantot pielÄgotu resursu paku. +multiplayer.texturePrompt.line2=Vai tu vÄ“lies lejupielÄdÄ“t un uzinstalÄ“t to automÄtiski? +multiplayer.title=SpÄ“lÄ“t daudzspÄ“lÄ“tÄju režīmu +options.advancedButton=Papildu video iestatÄ«jumi... +options.advancedOpengl=Uzlabots OpenGL +options.advancedVideoTitle=Papildu video iestatÄ«jumi +options.anaglyph=3D +options.ao=Gluds Apgaismojums +options.ao.max=MaksimÄlais +options.ao.min=MinimÄlais +options.ao.off=IzslÄ“gts +options.blockAlternatives=AlternatÄ«vie bloki +options.chat.color=KrÄsas +options.chat.height.focused=KoncentrÄ“jies uz augstumu +options.chat.height.unfocused=NekoncentrÄ“jies uz augstumu +options.chat.links=Interneta Saites +options.chat.links.prompt=PiedÄvÄt Saites +options.chat.opacity=CaurspÄ«dÄ«gums +options.chat.scale=IzmÄ“rs +options.chat.title=ÄŒata uzstÄdijumi... +options.chat.visibility=ÄŒats +options.chat.visibility.full=ParÄdÄ«ts +options.chat.visibility.hidden=PaslÄ“pts +options.chat.visibility.system=Tikai komandas +options.chat.width=Platums +options.controls=VadÄ«bas uzstÄdijumi... +options.customizeTitle=Pasaules iestatÄ«jumu pielÄgoÅ¡ana +options.difficulty=GrÅ«tÄ«bas pakÄpe +options.difficulty.easy=Viegla +options.difficulty.hard=GrÅ«ta +options.difficulty.hardcore=NežēlÄ«ga +options.difficulty.normal=NormÄla +options.difficulty.peaceful=MierÄ«ga +options.farWarning1=64 bit Java ir ieteicama +options.farWarning2=lielam renderēšanas attÄlumam (tev ir 32 bit) +options.fboEnable=IeslÄ“gt FBO +options.forceUnicodeFont=Piespiest izmantot Unikoda fontu +options.fov=Redzes lauks +options.fov.max=Quake Pro +options.fov.min=NormÄls +options.framerateLimit=Maks. rÄmji sekundÄ“ +options.framerateLimit.max=Neierobežoti +options.fullscreen=PilnekrÄna režīms +options.gamma=GaiÅ¡ums +options.gamma.max=GaiÅ¡s +options.gamma.min=TumÅ¡s +options.graphics=Grafika +options.graphics.fancy=DetalizÄ“ta +options.graphics.fast=Ä€tra +options.guiScale=GUI izmÄ“rs +options.guiScale.auto=AutomÄtisks +options.guiScale.large=Liels +options.guiScale.normal=VidÄ“js +options.guiScale.small=Mazs +options.hidden=PaslÄ“pts +options.invertMouse=Apgriezta Pele +options.language=Valoda... +options.languageWarning=Valodas tulkojums var nebÅ«t 100%% pareizs +options.mipmapLevels='Mipmap' lÄ«meņi +options.modelPart.cape=Apmetnis +options.modelPart.hat=Cepure +options.modelPart.jacket=Jaka +options.modelPart.left_pants_leg=BikÅ¡u kreisÄ kÄja +options.modelPart.left_sleeve=KreisÄ piedurkne +options.modelPart.right_pants_leg=LabÄ bikÅ¡u kÄja +options.modelPart.right_sleeve=LabÄ piedurkne +options.multiplayer.title=DaudzspÄ“lÄ“tÄju uzstÄdijumi... +options.music=MÅ«zika +options.off=IzslÄ“gts +options.on=IeslÄ“gts +options.particles=Daļiņas +options.particles.all=Visas +options.particles.decreased=SamazinÄtas +options.particles.minimal=MinimÄlas +options.performanceButton=Video veiktspÄ“jas iestatÄ«jumi... +options.performanceVideoTitle=Video veiktspÄ“jas iestatÄ«jumi +options.postButton=PriekÅ¡apstrÄdes iestatÄ«jumi... +options.postProcessEnable=IeslÄ“gt pÄ“capstrÄdi +options.postVideoTitle=PriekÅ¡apstrÄdes iestatÄ«jumi +options.qualityButton=Video kvalitÄtes iestatÄ«jumi... +options.qualityVideoTitle=Video kvalitÄtes iestatÄ«jumi +options.reducedDebugInfo=SamazinÄts atkļūdoÅ¡anas Info +options.renderClouds=MÄkoņi +options.renderDistance=Renderēšanas attÄlums +options.renderDistance.far=TÄls +options.renderDistance.normal=NormÄls +options.renderDistance.short=Mazs +options.renderDistance.tiny=SÄ«ks +options.resourcepack=Resursu pakas... +options.saturation=PiesÄtinÄjums +options.sensitivity=JÅ«tÄ«ba +options.sensitivity.max=HIPERÄ€TRUMS!!! +options.sensitivity.min=*žÄvaaa* +options.skinCustomisation=Ä€das pielÄgoÅ¡ana... +options.skinCustomisation.title=Ä€das pielÄgoÅ¡ana +options.snooper=Atļaut Snooper +options.snooper.desc=MÄ“s vÄ“lamies apkopot informÄciju par jÅ«su datoru, lai uzlabotu Minecraft, zinot ko mÄ“s varam atbalstÄ«t un kÄdas ir lielÄkÄs problÄ“mas. Visa Å¡i informÄcija ir pilnÄ«bÄ anonÄ«ma un aplÅ«kojama zemÄk. MÄ“s apsolam, ka nedarÄ«sim neko sliktu ar Å¡iem datiem, bet ja jÅ«s vÄ“laties atteikties, droÅ¡i variet to atslÄ“gt! +options.snooper.title=Mašīnas SpecifikÄciju Kolekcija +options.snooper.view=Snooper UzstÄdijumi... +options.sound=Skaņa +options.sounds=MÅ«zika un skaņas... +options.sounds.title=MÅ«zikas un skaņas iestatÄ«jumi +options.stream=PÄrraidīšanas iestatÄ«jumi... +options.stream.bytesPerPixel=KvalitÄte +options.stream.changes=IespÄ“jams, jums vajadzÄ“s restartÄ“t savienojumu, lai šīs izmaiņas stÄtos spÄ“kÄ. +options.stream.chat.enabled=IeslÄ“gt +options.stream.chat.enabled.always=VienmÄ“r +options.stream.chat.enabled.never=Nekad +options.stream.chat.enabled.streaming=KamÄ“r straumÄ“ +options.stream.chat.title=Twitch Äata uzstÄdÄ«jumi +options.stream.chat.userFilter=LietotÄja filtrs +options.stream.chat.userFilter.all=Visi skatÄ«tÄji +options.stream.chat.userFilter.mods=Moderatori +options.stream.chat.userFilter.subs=Abonenti +options.stream.compression=Kompresija +options.stream.compression.high=Augsts +options.stream.compression.low=Zems +options.stream.compression.medium=VidÄ“js +options.stream.estimation=AptuvenÄ izšķirtspÄ“ja: %sx%s +options.stream.fps=Kadri sekundÄ“ +options.stream.ingest.reset=AtiestatÄ«t Preferences +options.stream.ingest.title=Twitch PÄrraides Serveri +options.stream.ingestSelection=PÄrraides serveru saraksts +options.stream.kbps=Joslas platums +options.stream.micToggleBehavior=Piespiediet, lai +options.stream.micVolumne=Mikrafona skaļums +options.stream.mic_toggle.mute=IzslÄ“gtu skaņu +options.stream.mic_toggle.talk=RunÄtu +options.stream.sendMetadata=NosÅ«tÄ«t metadatus +options.stream.systemVolume=SistÄ“mas skaļums +options.stream.title=Twitch pÄrraides uzstÄdÄ«jumi +options.title=Opcijas +options.touchscreen=SkÄrienjÅ«tÄ«gais Režīms +options.vbo=Izmantot, VBOs +options.video=Video uzstÄdijumi... +options.videoTitle=Video uzstÄdijumi +options.viewBobbing=Skata šūpoÅ¡anÄs +options.visible=ParÄdÄ«ts +options.vsync=Izmantot VSync +potion.absorption=UzsÅ«kÅ¡ana +potion.absorption.postfix=AbsorbÄcijas Dzira +potion.blindness=Aklums +potion.blindness.postfix=Akluma Dzira +potion.confusion=Nelabums +potion.confusion.postfix=Nelabuma Dzira +potion.damageBoost=SpÄ“ks +potion.damageBoost.postfix=SpÄ“ka Dzira +potion.digSlowDown=RakÅ¡anas Nogurums +potion.digSlowDown.postfix=Truluma Dzira +potion.digSpeed=Steiga +potion.digSpeed.postfix=Steigas Dzira +potion.effects.whenDrank=Kad PiemÄ“rots: +potion.empty=Nav iedarbÄ«bas +potion.fireResistance=Uguns noturÄ«ba +potion.fireResistance.postfix=Uguns noturÄ«bas Dzira +potion.harm=TÅ«lÄ«tÄ“js bojÄjums +potion.harm.postfix=Kaitēšanas Dzira +potion.heal=TÅ«lÄ«tÄ“ja veselÄ«ba +potion.heal.postfix=VeseļoÅ¡anÄs Dzira +potion.healthBoost=PalielinÄta veselÄ«ba +potion.healthBoost.postfix=DzÄ«vÄ«bas reÄ£enerÄcijas paÄtrinÄÅ¡anas Dzira +potion.hunger=Izsalkums +potion.hunger.postfix=Izsalkuma Dzira +potion.invisibility=NeredzamÄ«ba +potion.invisibility.postfix=NeredzamÄ«bas Dzira +potion.jump=PalielinÄts lÄ“ciens +potion.jump.postfix=AugstlÄ“kÅ¡anas Dzira +potion.moveSlowdown=LÄ“nums +potion.moveSlowdown.postfix=LÄ“numa Dzira +potion.moveSpeed=Ä€trums +potion.moveSpeed.postfix=Ä€truma Dzira +potion.nightVision=Nakts redze +potion.nightVision.postfix=Nakts redzamÄ«bas Dzira +potion.poison=Inde +potion.poison.postfix=Inde +potion.potency.1=II +potion.potency.2=III +potion.potency.3=IV +potion.prefix.acrid=KodÄ«gÄ +potion.prefix.artless=VientiesÄ«gÄ +potion.prefix.awkward=NeveiklÄ +potion.prefix.bland=GarlaicÄ«gÄ +potion.prefix.bulky=LielÄ +potion.prefix.bungling=MuļķīgÄ +potion.prefix.buttered=SviestainÄ +potion.prefix.charming=ApburoÅ¡Ä +potion.prefix.clear=SkaidrÄ +potion.prefix.cordial=Sirds +potion.prefix.dashing=DedzÄ«gÄ +potion.prefix.debonair=BezrÅ«pÄ«gÄ +potion.prefix.diffuse=IzkliedÄ“tÄ +potion.prefix.elegant=ElegantÄ +potion.prefix.fancy=ModernÄ +potion.prefix.flat=LÄ«dzenÄ +potion.prefix.foul=NetÄ«rÄ +potion.prefix.grenade=MetamÄ +potion.prefix.gross=PretÄ«gÄ +potion.prefix.harsh=SkarbÄ +potion.prefix.milky=PienainÄ +potion.prefix.mundane=PasaulÄ«gÄ +potion.prefix.odorless=Bez-smaržas +potion.prefix.potent=SpÄ“cÄ«gÄ +potion.prefix.rank=Ranga +potion.prefix.refined=RafinÄ“tÄ +potion.prefix.smooth=GludÄ +potion.prefix.sparkling=DzirkstoÅ¡Ä +potion.prefix.stinky=SmirdÄ«gÄ +potion.prefix.suave=LaipnÄ +potion.prefix.thick=BiezÄ +potion.prefix.thin=PlÄnÄ +potion.prefix.uninteresting=NeinteresantÄ +potion.regeneration=ReÄ£enerÄcija +potion.regeneration.postfix=ReÄ£enerÄ“sÄnÄs Dzira +potion.resistance=NoturÄ«ba +potion.resistance.postfix=PretestÄ«bas Dzira +potion.saturation=PiesÄtinÄjums +potion.saturation.postfix=PiesÄtinÄjuma Dzira +potion.waterBreathing=ElpoÅ¡ana zem Å«dens +potion.waterBreathing.postfix=ZemÅ«dens elpoÅ¡anas Dzira +potion.weakness=VÄjums +potion.weakness.postfix=VÄjuma Dzira +potion.wither=Kalte +potion.wither.postfix=PuvÅ¡anas Inde +record.nowPlaying=Tagad spÄ“lÄ“: %s +resourcePack.available.title=PieejamÄs resursu pakas +resourcePack.folderInfo=(Ievietojiet resursu pakas Å¡eit) +resourcePack.openFolder=AtvÄ“rt resursu paku mapi +resourcePack.selected.title=IzvÄ“lÄ“tÄ resursu paka +resourcePack.title=IzvÄ“lÄ“ties Resursu Paku +screenshot.failure=NevarÄ“ja saglabÄt ekrÄnuzņēmumu: %s +screenshot.success=SaglabÄts ekrÄnuzņēmums kÄ %s +selectServer.add=Pievienot serveri +selectServer.defaultName=Minecraft Serveris +selectServer.delete=DzÄ“st +selectServer.deleteButton=DzÄ“st +selectServer.deleteQuestion=Vai tieÅ¡Äm vÄ“lies dzÄ“st Å¡o serveri? +selectServer.deleteWarning=bÅ«s zaudÄ“ts uz mūžu! (Uz ilgu laiku!) +selectServer.direct=TieÅ¡Ä PieslÄ“gÅ¡anÄs +selectServer.edit=Rediģēt +selectServer.empty=tukÅ¡s +selectServer.hiddenAddress=(SlÄ“pts) +selectServer.refresh=AtjauninÄt +selectServer.select=Pievienoties Serverim +selectServer.title=IzvÄ“lieties Serveri +selectWorld.allowCommands=Atļaut Å maukÅ¡anos: +selectWorld.allowCommands.info=Komandas kÄ /gamemode, /xp +selectWorld.bonusItems=Bonusa lÄde: +selectWorld.cheats=Komandas +selectWorld.conversion=JÄbÅ«t pÄrveidotai! +selectWorld.create=Izveidot jaunu Pasauli +selectWorld.createDemo=SpÄ“lÄ“t JaunÄ IzmēģinÄjuma PasaulÄ“ +selectWorld.customizeType=PielÄgot +selectWorld.delete=IzdzÄ“st +selectWorld.deleteButton=DzÄ“st +selectWorld.deleteQuestion=Vai tu tieÅ¡Äm vÄ“lies izdzÄ“st Å¡o pasauli? +selectWorld.deleteWarning=bÅ«s zaudÄ“ta uz mūžu! (Uz ilgu laiku!) +selectWorld.empty=tukÅ¡s +selectWorld.enterName=Pasaules nosaukums +selectWorld.enterSeed=SÄ“kla Pasaules Ä¢eneratoram +selectWorld.gameMode=SpÄ“les režīms +selectWorld.gameMode.adventure=PiedzÄ«vojumu +selectWorld.gameMode.adventure.line1=TÄpat kÄ izdzÄ«voÅ¡anas režīms, bet blokus nevar +selectWorld.gameMode.adventure.line2=nevar uzlikt vai noņemt +selectWorld.gameMode.creative=RadoÅ¡ais +selectWorld.gameMode.creative.line1=Neierobežoti resursi, lidoÅ¡ana un +selectWorld.gameMode.creative.line2=sasit blokus momentÄ +selectWorld.gameMode.hardcore=NežēlÄ«gais +selectWorld.gameMode.hardcore.line1=TÄpat kÄ izdzÄ«voÅ¡anas režīms, slÄ“gts uz grÅ«tÄko +selectWorld.gameMode.hardcore.line2=grÅ«tÄ«bas pakÄpi un tikai viena dzÄ«vÄ«ba +selectWorld.gameMode.spectator=SkatÄ«tÄjs +selectWorld.gameMode.spectator.line1=JÅ«s varat skatÄ«ties, bet nevarat aiztikt +selectWorld.gameMode.survival=IzdzÄ«voÅ¡anas +selectWorld.gameMode.survival.line1=MeklÄ“ resursus, amatniecÄ«ba, pieredze +selectWorld.gameMode.survival.line2=pieredzi, veselÄ«bu un izsalkumu +selectWorld.hardcoreMode=NežēlÄ«gais: +selectWorld.hardcoreMode.info=Nomirstot, pasaule tiek dzÄ“sta +selectWorld.mapFeatures=Ä¢enerÄ“t struktÅ«ras: +selectWorld.mapFeatures.info=Ciemati, cietokšņi u.c +selectWorld.mapType=Pasaules Veids: +selectWorld.mapType.normal=NormÄls +selectWorld.moreWorldOptions=VairÄk Pasaules Opciju... +selectWorld.newWorld=Jauna Pasaule +selectWorld.newWorld.copyOf=%s kopija +selectWorld.recreate=AtkÄrtoti izveidot +selectWorld.rename=PÄrdÄ“vÄ“t +selectWorld.renameButton=PÄrdÄ“vÄ“t +selectWorld.renameTitle=PÄrdÄ“vÄ“t pasauli +selectWorld.resultFolder=Tiks saglabÄta: +selectWorld.seedInfo=AtstÄj tukÅ¡u nejauÅ¡ai sÄ“klai +selectWorld.select=SpÄ“lÄ“t IzvÄ“lÄ“tajÄ PasaulÄ“ +selectWorld.title=IzvÄ“lieties Pasauli +selectWorld.world=Pasaule +sign.edit=Rediģēt zÄ«mes ziņojumu +soundCategory.ambient=ApkÄrtne/vide +soundCategory.block=Bloki +soundCategory.hostile=DraudÄ«gie radÄ«jumi +soundCategory.master=KopÄ“jais skaļums +soundCategory.music=MÅ«zika +soundCategory.neutral=DraudzÄ«gie radÄ«jumi +soundCategory.player=SpÄ“lÄ“tÄji +soundCategory.record=AtskaņotÄjs/Skaņu kaste +soundCategory.weather=Laika apstÄkļi +stat.animalsBred=DzÄ«vnieki audzÄ“ti +stat.blocksButton=Bloki +stat.boatOneCm=AttÄlums nobraukts ar laivu +stat.breakItem=Salauzti '%1$s' +stat.climbOneCm=UzkÄptais augstums +stat.craftItem=UztaisÄ«ti '%1$s' +stat.crafted=Reizes uztaisÄ«ts +stat.createWorld=Pasaules izveidotas +stat.damageDealt=IzdarÄ«tiais bojÄjums +stat.damageTaken=Saņemtais bojÄjums +stat.deaths=NomirÅ¡anas reizes +stat.depleted=Reizes salauzts +stat.diveOneCm=Nonirtais attÄlums +stat.drop=Lietas izmestas +stat.entityKilledBy=%s nogalinÄja tevi %s reizi(es) +stat.entityKilledBy.none=Tu nekad neesi bijis tÄ nogalinÄts dēļ %s +stat.entityKills=Tu nogalinÄji %s %s +stat.entityKills.none=Tu nekad nenogalinÄji %s +stat.fallOneCm=Nokristais augstums +stat.fishCaught=Zivis noÄ·ertas +stat.flyOneCm=Nolidotais attÄlums +stat.generalButton=Galvenais +stat.horseOneCm=Ar zirgu noietÄ distance +stat.itemsButton=Lietas +stat.joinMultiplayer=Reize spÄ“lÄ“ts online +stat.jump=PalÄ“cieni +stat.junkFished=MÄ“sli nozvejoti +stat.leaveGame=SpÄ“les pamestas +stat.loadWorld=IelÄdÄ“tÄs saglabÄtÄs spÄ“les +stat.mineBlock=Izrakti '%1$s' +stat.minecartOneCm=AttÄlums nobraukts ar raktuvju ratiņiem +stat.mined=Reizes izrakts +stat.mobKills=RadÄ«bas nogalinÄtas +stat.mobsButton=BÅ«tnes +stat.pigOneCm=AttÄlums nojÄts ar cÅ«ku +stat.playOneMinute=NospÄ“lÄ“tÄs minÅ«tes +stat.playerKills=SpÄ“lÄ“tÄji nogalinÄti +stat.sprintOneCm=Distance noskrieta +stat.startGame=Reizes spÄ“lÄ“ts +stat.swimOneCm=NopeldÄ“tais attÄlums +stat.talkedToVillager=RunÄja ar ciemata iedzÄ«votÄjiem +stat.timeSinceDeath=KopÅ¡ pÄ“dÄ“jÄs nÄves +stat.tradedWithVillager=TirgojÄs ar ciemata iedzÄ«votÄjiem +stat.treasureFished=DÄrgumi nozvejoti +stat.useItem=Izmantoti '%1$s' +stat.used=Reizes izmantots +stat.walkOneCm=Noietais attÄlums +stats.tooltip.type.achievement=Apbalvojums +stats.tooltip.type.statistic=Statistika +stream.confirm_start=Vai tieÅ¡Äm vÄ“laties sÄkt apraidi? +stream.unavailable.account_not_bound=Pirms JÅ«s varat pÄrraidÄ«t Minecraft caur Twitch, jums vajadzÄ“s piesaistÄ«t JÅ«su Twitch kontu iekÅ¡ mojang.com Vai vÄ“laties to izdarÄ«t tagad? +stream.unavailable.account_not_bound.okay=Savienot Kontus +stream.unavailable.account_not_migrated=Lai jÅ«s varÄ“tu pÄrraidÄ«t Minecraft caur Twich, vispirms jums vajag migrÄ“t jÅ«su Minecraft kontu uz Mojang kontu. Vai jÅ«s to vÄ“laties darÄ«t tÅ«lÄ«t? +stream.unavailable.account_not_migrated.okay=MigrÄ“t kontu +stream.unavailable.failed_auth=AutentifikÄcija ar Twitch nav izdevusies. LÅ«dzu dodieties uz mojang.com lai mēģinÄtu vÄ“lreiz. +stream.unavailable.failed_auth.okay=VÄ“lreiz savienot Kontus +stream.unavailable.failed_auth_error=Nevar autentificÄ“t vÄrpata Twitch . LÅ«dzu, vÄ“lÄk mēģiniet vÄ“lreiz. +stream.unavailable.initialization_failure=Nevar inicializÄ“t Twitch SDK. +stream.unavailable.initialization_failure.extra=(Iemesls: %s) +stream.unavailable.library_arch_mismatch=Izmantot pielÄgotu java versiju uzsÄkt Minecraft ir dažÄdi arhitektÅ«ras nekÄ kÄdu izmanto, lai izpildÄ«t palaidÄ“ju. LÅ«dzu, pÄrliecinieties, vai Å¡ie ir tas pats, vai nu 32 bitu vai 64 bitu gan. +stream.unavailable.library_failure=Nevar ielÄdÄ“t vajadzÄ«gÄs bibliotÄ“kas priekÅ¡ Twitch apraides pakalpojumu. +stream.unavailable.no_fbo=JÅ«su video kartei ir nepiecieÅ¡ams atbalstÄ«t vismaz OpenGL 3.0 versiju vai kadru buferu objektus ar paplaÅ¡inÄjumu, lai izmantotu integrÄ“to Twitch pÄrraidīšanu. +stream.unavailable.no_fbo.arb=Kadru buferu objektu atbalsts ar ARB ir: %s +stream.unavailable.no_fbo.blend=AtseviÅ¡ks saplūšanas atbalsts ar EXT ir: %s +stream.unavailable.no_fbo.ext=Kadru buferu objektu atbalsts ar EXT ir: %s +stream.unavailable.no_fbo.version=JÅ«s paÅ¡laik izmantojat: %s +stream.unavailable.not_supported.mac=Diemžēl integrÄ“tÄ Twitch apreaide uz Mac nepiecieÅ¡ama jaunÄka OSX versija par to uz kura jÅ«s paÅ¡laik esat. Jums vajag izmantot 10.7 (Mac OS X Lion) vai jaunÄku, lai bÅ«tu iespÄ“ja izmantot Å¡o pakalpojumu. Vai jÅ«s vÄ“laties apmeklÄ“t apple.com, lai uzzinÄtu par jauninÄÅ¡anu? +stream.unavailable.not_supported.mac.okay=Uzlabot +stream.unavailable.not_supported.other=Diemžēl integrÄ“tÄ Twitch pÄrraides pakalpojumam nepiecieÅ¡ams Windows (Vista vai jaunÄka) vai Mac OS X (10.7/Lion vai jaunÄka) +stream.unavailable.not_supported.windows=Diemžēl integrÄ“tÄ Twitch pÄrraidīšanai nepiecieÅ¡ama jaunÄka Windows versija nekÄ jums ir. Jums ir nepiecieÅ¡ama vismaz Windows Vista vai jaunÄka. +stream.unavailable.report_to_mojang=Ziņot Mojang +stream.unavailable.soundflower.chat=Ir vajadzÄ«gs Soundflower, lai varÄ“tu straumÄ“t uz Mac. %s +stream.unavailable.soundflower.chat.link=LÅ«dzu, klikšķiniet Å¡eit, lai to instalÄ“tu. +stream.unavailable.title=Twitch PÄrraide nepieejama +stream.unavailable.unknown=Diemžēl jÅ«s nevarat pÄrraidÄ«t Twitch Å¡ajÄ laikÄ. Un mÄ“s nezinÄm kÄpÄ“c :'( +stream.unavailable.unknown.chat=NevarÄ“ja sÄkt straumÄ“t: %s +stream.user.mode.administrator=Twitch Administrators +stream.user.mode.banned=Banots +stream.user.mode.banned.other=Banots %s's kanÄlÄ +stream.user.mode.banned.self=Banots jÅ«su kanÄlÄ +stream.user.mode.broadcaster=PÄrraidÄ«tÄjs +stream.user.mode.broadcaster.other=PÄrraidÄ«tÄjs +stream.user.mode.broadcaster.self=PÄrraidÄ«tÄjs (Tu!) +stream.user.mode.moderator=Moderators +stream.user.mode.moderator.other=Moderators kanÄlÄ lietotÄja %s's +stream.user.mode.moderator.self=dirsa nahuj +stream.user.mode.staff=Twitch Komanda +stream.user.subscription.subscriber=PasÅ«tÄ«tÄjs +stream.user.subscription.subscriber.other=%s's kanÄla abonents +stream.user.subscription.subscriber.self=JÅ«su kanÄla abonents +stream.user.subscription.turbo=Twitch Turbo +stream.userinfo.ban=Aizliegums +stream.userinfo.chatTooltip=Uzklikšķiniet lai pÄrvaldÄ«tu lietotÄju +stream.userinfo.mod=PaaugstinÄt uz Moderatora statusu +stream.userinfo.timeout=Taimauts +stream.userinfo.unban=Atļaut savienojumu +stream.userinfo.unmod=PazeminÄt no Moderatora statusa +tile.acaciaFence.name=AkÄciju koka žogs +tile.acaciaFenceGate.name=AkÄcijas žoga vÄrti +tile.activatorRail.name=Aktivatora Sliedes +tile.anvil.intact.name=Lakta +tile.anvil.name=Lakta +tile.anvil.slightlyDamaged.name=Nedaudz bojÄta lakta +tile.anvil.veryDamaged.name=Ä»oti bojÄta lakta +tile.barrier.name=Barjera +tile.beacon.name=SignÄluguns +tile.beacon.primary=PrimÄrais SpÄ“ks +tile.beacon.secondary=SekundÄrÄ SpÄ“ja +tile.bed.name=Gulta +tile.bed.noSleep=Tu vari gulÄ“t tikai naktÄ« +tile.bed.notSafe=Tu tagad nevari atpÅ«sties, briesmoņi ir netÄlu +tile.bed.notValid=Tava mÄjas gulta ir pazudusi vai aizsprostota +tile.bed.occupied=Å Ä« gulta ir aizņemta +tile.bedrock.name=Klintsakmens +tile.birchFence.name=BÄ“rza žogs +tile.birchFenceGate.name=BÄ“rza žoga vÄrti +tile.blockCoal.name=Ogļu Bloks +tile.blockDiamond.name=Dimantu bloks +tile.blockEmerald.name=Smaragda bloks +tile.blockGold.name=Zelta bloks +tile.blockIron.name=Dzelzs bloks +tile.blockLapis.name=LazurÄ«ta bloks +tile.blockRedstone.name=Sarkanakmens bloks +tile.bookshelf.name=GrÄmatu plaukts +tile.brick.name=ĶieÄ£eļi +tile.button.name=Poga +tile.cactus.name=Kaktuss +tile.cake.name=Torte +tile.carrots.name=BurkÄni +tile.cauldron.name=Katls +tile.chest.name=LÄde +tile.chestTrap.name=Lamatu LÄde +tile.clay.name=MÄls +tile.clayHardened.name=RÅ«dÄ«ts MÄls +tile.clayHardenedStained.black.name=Melns KrÄsots MÄls +tile.clayHardenedStained.blue.name=Zils KrÄsots MÄls +tile.clayHardenedStained.brown.name=BrÅ«ns KrÄsots MÄls +tile.clayHardenedStained.cyan.name=CiÄna KrÄsots MÄls +tile.clayHardenedStained.gray.name=PÄ“lÄ“ks KrÄsots MÄls +tile.clayHardenedStained.green.name=Zaļš KrÄsots MÄls +tile.clayHardenedStained.lightBlue.name=GaiÅ¡i Zils KrÄsots MÄls +tile.clayHardenedStained.lime.name=GaiÅ¡i Zaļš KrÄsots MÄls +tile.clayHardenedStained.magenta.name=ViolÄ“ta KrÄsots MÄls +tile.clayHardenedStained.name=Cietais mÄls +tile.clayHardenedStained.orange.name=Oranžs KrÄsots MÄls +tile.clayHardenedStained.pink.name=RozÄ KrÄsots MÄls +tile.clayHardenedStained.purple.name=Lils KrÄsots MÄls +tile.clayHardenedStained.red.name=Sarkans KrÄsots MÄls +tile.clayHardenedStained.silver.name=GaiÅ¡i PÄ“lÄ“ks KrÄsots MÄls +tile.clayHardenedStained.white.name=Balts KrÄsots MÄls +tile.clayHardenedStained.yellow.name=Dzeltens KrÄsots MÄls +tile.cloth.black.name=Melna vilna +tile.cloth.blue.name=Zila vilna +tile.cloth.brown.name=BrÅ«na vilna +tile.cloth.cyan.name=CiÄnzila vilna +tile.cloth.gray.name=PelÄ“ka vilna +tile.cloth.green.name=TumÅ¡i zaļa vilna +tile.cloth.lightBlue.name=GaiÅ¡i zila vilna +tile.cloth.lime.name=GaiÅ¡i zaļa vilna +tile.cloth.magenta.name=Violeta vilna +tile.cloth.name=Vilna +tile.cloth.orange.name=Oranža vilna +tile.cloth.pink.name=RozÄ vilna +tile.cloth.purple.name=Purpura vilna +tile.cloth.red.name=Sarkana vilna +tile.cloth.silver.name=GaiÅ¡i pelÄ“ka vilna +tile.cloth.white.name=Vilna +tile.cloth.yellow.name=Dzeltena vilna +tile.cobbleWall.mossy.name=AptÅ«nojusi BruÄ£akmens Siena +tile.cobbleWall.normal.name=BruÄ£akmens Siena +tile.cocoa.name=Kakao +tile.commandBlock.name=Komandu Bloks +tile.crops.name=Augi +tile.darkOakFence.name=TumÅ¡a ozolkoka žogs +tile.darkOakFenceGate.name=TumÅ¡a ozolkoka žoga VÄrti +tile.daylightDetector.name=Dienasgaismas sensors +tile.deadbush.name=Nokaltis krÅ«ms +tile.detectorRail.name=Detektorsliedes +tile.dirt.coarse.name=Rupja zeme +tile.dirt.default.name=Melnzeme +tile.dirt.name=Zeme +tile.dirt.podzol.name=Podzols +tile.dispenser.name=IzÅ¡ÄvÄ“js +tile.doorIron.name=Dzelzs druvis +tile.doorWood.name=Koka druvis +tile.doublePlant.fern.name=Liela paparde +tile.doublePlant.grass.name=Dubultgara zÄle +tile.doublePlant.name=Augs +tile.doublePlant.paeonia.name=Peonija +tile.doublePlant.rose.name=Rožu krÅ«ms +tile.doublePlant.sunflower.name=SaulespuÄ·e +tile.doublePlant.syringa.name=Ceriņi +tile.dragonEgg.name=Pūķa ola +tile.dropper.name=IzsviedÄ“js +tile.enchantmentTable.name=BurvestÄ«bu galds +tile.endPortalFrame.name=End portÄls +tile.enderChest.name=Ender lÄde +tile.farmland.name=Lauks +tile.fence.name=Žogs +tile.fenceGate.name=Žoga vÄrti +tile.fenceIron.name=Dzelzs restes +tile.fire.name=Uguns +tile.flower1.dandelion.name=pienene +tile.flower1.name=PuÄ·e +tile.flower2.allium.name=Ä€lijs +tile.flower2.blueOrchid.name=zils orhideja +tile.flower2.houstonia.name=Azure rudzupuÄ·e +tile.flower2.name=PuÄ·e +tile.flower2.oxeyeDaisy.name=OksijkrÄsas deizija +tile.flower2.poppy.name=magone +tile.flower2.tulipOrange.name=oranžs tulpe +tile.flower2.tulipPink.name=RozÄ tulpe +tile.flower2.tulipRed.name=sarkana tulpe +tile.flower2.tulipWhite.name=BaltÄ tulpe +tile.furnace.name=KrÄsns +tile.glass.name=Stikls +tile.goldenRail.name=ElektriskÄs sliedes +tile.grass.name=ZÄles bloks +tile.gravel.name=Grants +tile.hayBlock.name=Siena Ä·Ä«pa +tile.hellrock.name=Elles akmens +tile.hellsand.name=DvÄ“seļu smiltis +tile.hopper.name=Piltuve +tile.ice.name=Ledus +tile.icePacked.name=Pakots ledus +tile.ironTrapdoor.name=Dzelzs lÅ«ka +tile.jukebox.name=PlaÅ¡u atskaņotÄjs +tile.jungleFence.name=Džungļu koka žogs +tile.jungleFenceGate.name=Džungļu žoga VÄrti +tile.ladder.name=KÄpnes +tile.lava.name=Lava +tile.leaves.acacia.name=AkÄciju lapas +tile.leaves.big_oak.name=TumÅ¡Ä ozola lapas +tile.leaves.birch.name=BÄ“rza Lapas +tile.leaves.jungle.name=Džungļu Koka Lapas +tile.leaves.name=Lapas +tile.leaves.oak.name=Ozola Lapas +tile.leaves.spruce.name=Egles Lapas +tile.lever.name=Svira +tile.lightgem.name=Mirdzakmens +tile.litpumpkin.name=Džeka Laterna +tile.lockedchest.name=AizslÄ“gta lÄde +tile.log.acacia.name=AkÄcija +tile.log.big_oak.name=Ozols +tile.log.birch.name=BÄ“rza Koks +tile.log.jungle.name=Džungļu Koks +tile.log.name=Koks +tile.log.oak.name=Ozolkoks +tile.log.spruce.name=Egles Koks +tile.melon.name=ArbÅ«zs +tile.mobSpawner.name=Briesmoņu radÄ«tÄjs +tile.monsterStoneEgg.brick.name=Akmens ĶieÄ£eļu Briesmoņa Ola +tile.monsterStoneEgg.chiseledbrick.name=NoslÄ«pÄ“tu Akmens ĶieÄ£eļu Monstru Ola +tile.monsterStoneEgg.cobble.name=BruÄ£akmens Briesmoņa Ola +tile.monsterStoneEgg.crackedbrick.name=SaplaisÄjoÅ¡o Akmens ĶieÄ£eļu Monstru Ola +tile.monsterStoneEgg.mossybrick.name=SÅ«naino Akmens ĶieÄ£eļu Monstru Ola +tile.monsterStoneEgg.name=Akmens Briesmoņa Ola +tile.monsterStoneEgg.stone.name=Akmens Briesmoņa Ola +tile.mushroom.name=SÄ“ne +tile.musicBlock.name=NoÅ¡u bloks +tile.mycel.name=MicÄ“lijs +tile.netherBrick.name=Elles ĶieÄ£eļi +tile.netherFence.name=Elles ĶieÄ£eļu Žogs +tile.netherStalk.name=Elles SÄ“ne +tile.netherquartz.name=Elles kvarca rÅ«da +tile.notGate.name=Sarkanakmens LÄpa +tile.obsidian.name=ObsidiÄns +tile.oreCoal.name=Akmeņogles +tile.oreDiamond.name=Dimanta rÅ«da +tile.oreEmerald.name=Smaragda rÅ«da +tile.oreGold.name=Zelta rÅ«da +tile.oreIron.name=Dzelzs rÅ«da +tile.oreLapis.name=LazurÄ«ta rÅ«da +tile.oreRedstone.name=Sarkanakmens RÅ«da +tile.oreRuby.name=RubÄ«na rÅ«da +tile.pistonBase.name=Virzulis +tile.pistonStickyBase.name=LipÄ«gs virzulis +tile.portal.name=PortÄls +tile.potatoes.name=Kartupeļi +tile.pressurePlateStone.name=Akmens spiediena plÄksne +tile.pressurePlateWood.name=Koka spiediena plÄksne +tile.prismarine.bricks.name=PrizmarÄ«na ĶieÄ£eļi +tile.prismarine.dark.name=TumÅ¡ais PrizmarÄ«ns +tile.prismarine.rough.name=PrizmarÄ«ns +tile.pumpkin.name=Ķirbis +tile.quartzBlock.chiseled.name=SlÄ«pÄ“ts kvarca bloks +tile.quartzBlock.default.name=Kvarca bloks +tile.quartzBlock.lines.name=Kvarca pilÄrs +tile.quartzBlock.name=Kvarca bloks +tile.rail.name=Sliedes +tile.redSandStone.chiseled.name=NoslÄ«pÄ“ts sarkanais smilÅ¡akmens +tile.redSandStone.default.name=Sarkanais smilÅ¡akmens +tile.redSandStone.name=Sarkanais smilÅ¡akmens +tile.redSandStone.smooth.name=Gluds sarkanais smilÅ¡akmens +tile.redstoneDust.name=Sarkanakmens putekļi +tile.redstoneLight.name=Sarkanakmens Lampa +tile.reeds.name=Cukurniedres +tile.sand.default.name=Smiltis +tile.sand.name=Smiltis +tile.sand.red.name=SarkanÄs Smiltis +tile.sandStone.chiseled.name=NoslÄ«pÄ“ts smilÅ¡akmens +tile.sandStone.default.name=SmilÅ¡akmens +tile.sandStone.name=SmilÅ¡akmens +tile.sandStone.smooth.name=Gludais SmilÅ¡akmems +tile.sapling.acacia.name=AkÄcijas stÄds +tile.sapling.big_oak.name=TumÅ¡Ä ozola stÄds +tile.sapling.birch.name=BÄ“rza StÄds +tile.sapling.jungle.name=Džungļu Koka StÄds +tile.sapling.oak.name=Ozola StÄds +tile.sapling.spruce.name=Egles StÄds +tile.seaLantern.name=JÅ«ras laterna +tile.sign.name=ZÄ«me +tile.slime.name=Gļotu bloks +tile.snow.name=Sniegs +tile.sponge.dry.name=SÅ«klis +tile.sponge.wet.name=Mitrs sÅ«klis +tile.spruceFence.name=Egles žogs +tile.spruceFenceGate.name=Egles žoga vÄrti +tile.stainedGlass.black.name=TumÅ¡s stikls +tile.stainedGlass.blue.name=Zili krÄsots stikls +tile.stainedGlass.brown.name=BrÅ«ni krÄsots stikls +tile.stainedGlass.cyan.name=CiÄnÄ krÄsots stikls +tile.stainedGlass.gray.name=PelÄ“kÄ krÄsots stikls +tile.stainedGlass.green.name=Zaļi krÄsots stikls +tile.stainedGlass.lightBlue.name=GaiÅ¡i zilÄ krÄsots stikls +tile.stainedGlass.lime.name=LaimÄ krÄsots stikls +tile.stainedGlass.magenta.name=VioletÄ krÄsots stikls +tile.stainedGlass.name=KrÄsots stikls +tile.stainedGlass.orange.name=OranÅ¾Ä krÄsots stikls +tile.stainedGlass.pink.name=RozÄ krÄsots stikls +tile.stainedGlass.purple.name=PurpurkrÄsas stikls +tile.stainedGlass.red.name=Sarkani krÄsots stikls +tile.stainedGlass.silver.name=GaiÅ¡i pelÄ“kÄ krÄsots stikls +tile.stainedGlass.white.name=BaltÄ krÄsots stikls +tile.stainedGlass.yellow.name=DzeltenÄ krÄsots stikls +tile.stairsBrick.name=ĶieÄ£eļu trepes +tile.stairsNetherBrick.name=Elles ĶieÄ£eļu Trepes +tile.stairsQuartz.name=Kvarca kÄpnes +tile.stairsRedSandStone.name=SarkanÄ smilÅ¡akmens kÄpnes +tile.stairsSandStone.name=SmilÅ¡akmens trepes +tile.stairsStone.name=Akmens kÄpnes +tile.stairsStoneBrickSmooth.name=BruÄ£akmens trepes +tile.stairsWood.name=Ozolkoka kÄpnes +tile.stairsWoodAcacia.name=AkÄciju koka kÄpnes +tile.stairsWoodBirch.name=BÄ“rza koka kÄpnes +tile.stairsWoodDarkOak.name=TumÅ¡Ä ozolkoka kÄpnes +tile.stairsWoodJungle.name=Džungļu koka kÄpnes +tile.stairsWoodSpruce.name=Egles koka kÄpnes +tile.stone.andesite.name=AndesÄ«ts +tile.stone.andesiteSmooth.name=PulÄ“ts AndesÄ«ts +tile.stone.diorite.name=DiorÄ«ts +tile.stone.dioriteSmooth.name=PulÄ“ts DiorÄ«ts +tile.stone.granite.name=GranÄ«ts +tile.stone.graniteSmooth.name=PulÄ“ts granÄ«ts +tile.stone.stone.name=Akmens +tile.stoneMoss.name=ApsÅ«nojis mÅ«rakmens +tile.stoneSlab.brick.name=ĶieÄ£eļu plÄksne +tile.stoneSlab.cobble.name=MÅ«rakmens plÄksne +tile.stoneSlab.name=Akmens plÄksne +tile.stoneSlab.netherBrick.name=Elles ĶieÄ£eļu PlÄksne +tile.stoneSlab.quartz.name=Kvarca PlÄksne +tile.stoneSlab.sand.name=SmilÅ¡akmens plÄksne +tile.stoneSlab.smoothStoneBrick.name=BruÄ£akmens plÄksne +tile.stoneSlab.stone.name=Akmens plÄksne +tile.stoneSlab.wood.name=Koka plÄksne +tile.stoneSlab2.red_sandstone.name=SarkanÄs smilÅ¡akmens plÄksne +tile.stonebrick.name=MÅ«rakmens +tile.stonebricksmooth.chiseled.name=NoslÄ«pÄ“ti Akmens ĶieÄ£eļi +tile.stonebricksmooth.cracked.name=SaplaisÄjuÅ¡i Akmens ĶieÄ£eļi +tile.stonebricksmooth.default.name=Akmens ĶieÄ£eļi +tile.stonebricksmooth.mossy.name=ApsÅ«nojuÅ¡i Akmens ĶieÄ£eļi +tile.stonebricksmooth.name=Akmens ĶieÄ£eļi +tile.tallgrass.fern.name=Paparde +tile.tallgrass.grass.name=ZÄle +tile.tallgrass.name=ZÄle +tile.tallgrass.shrub.name=KrÅ«ms +tile.thinGlass.name=Stikla plÄksne +tile.thinStainedGlass.black.name=MelnÄ krÄsots logs +tile.thinStainedGlass.blue.name=ZilÄ krÄsots logs +tile.thinStainedGlass.brown.name=BrÅ«nÄ krÄsots logs +tile.thinStainedGlass.cyan.name=CiÄnÄ krÄsots logs +tile.thinStainedGlass.gray.name=PelÄ“kÄ krÄsots logs +tile.thinStainedGlass.green.name=ZaÄ¼Ä krÄsots logs +tile.thinStainedGlass.lightBlue.name=GaiÅ¡i zili krÄsots logs +tile.thinStainedGlass.lime.name=LaimÄ krÄsots logs +tile.thinStainedGlass.magenta.name=VioletÄ krÄsots logs +tile.thinStainedGlass.name=KrÄsota stikla plÄtne +tile.thinStainedGlass.orange.name=OranÅ¾Ä krÄsots logs +tile.thinStainedGlass.pink.name=RozÄ krÄsots logs +tile.thinStainedGlass.purple.name=PurpurkrÄsas logs +tile.thinStainedGlass.red.name=SarkanÄ krÄsots logs +tile.thinStainedGlass.silver.name=GaiÅ¡i pelÄ“kÄ krÄsots logs +tile.thinStainedGlass.white.name=BaltÄ krÄsots logs +tile.thinStainedGlass.yellow.name=DzeltenÄ krÄsots logs +tile.tnt.name=DinamÄ«ts +tile.torch.name=LÄpa +tile.trapdoor.name=LÅ«ka +tile.tripWire.name=Lamatu aukla +tile.tripWireSource.name=Lamatu ÄÄ·is +tile.vine.name=VÄ«tenes +tile.water.name=Ūdens +tile.waterlily.name=Ūdensrozes +tile.web.name=ZirnekļtÄ«kls +tile.weightedPlate_heavy.name=SvÄ“rtÄ Spiediena PlÄksne (Smaga) +tile.weightedPlate_light.name=SvÄ“rtÄ Spiediena PlÄksne (Viegla) +tile.whiteStone.name=Beigu Akmens +tile.wood.acacia.name=AkÄcijas koka dēļi +tile.wood.big_oak.name=TumÅ¡Ä ozolkoka dēļi +tile.wood.birch.name=BÄ“rza Koka Dēļi +tile.wood.jungle.name=Džungļu Koka Dēļi +tile.wood.name=Dēļi +tile.wood.oak.name=Ozola Koka Dēļi +tile.wood.spruce.name=Egles Koka Dēļi +tile.woodSlab.acacia.name=AkÄciju koka plÄtnes +tile.woodSlab.big_oak.name=TumÅ¡Ä ozolkoka plÄtnes +tile.woodSlab.birch.name=BÄ“rza Koka PlÄksne +tile.woodSlab.jungle.name=Džungļu Koka PlÄksne +tile.woodSlab.name=Koka plÄksne +tile.woodSlab.oak.name=Ozolkoka PlÄksne +tile.woodSlab.spruce.name=Egles Koka PlÄksne +tile.woolCarpet.black.name=Melns PaklÄjs +tile.woolCarpet.blue.name=Zils PaklÄjs +tile.woolCarpet.brown.name=BrÅ«ns PaklÄjs +tile.woolCarpet.cyan.name=CiÄna PaklÄjs +tile.woolCarpet.gray.name=PelÄ“ks PaklÄjs +tile.woolCarpet.green.name=Zaļš PaklÄjs +tile.woolCarpet.lightBlue.name=GaiÅ¡i Zils PaklÄjs +tile.woolCarpet.lime.name=GaiÅ¡i Zaļš PaklÄjs +tile.woolCarpet.magenta.name=ViolÄ“ta PaklÄjs +tile.woolCarpet.name=PaklÄjs +tile.woolCarpet.orange.name=Oranžs PaklÄjs +tile.woolCarpet.pink.name=RozÄ PaklÄjs +tile.woolCarpet.purple.name=Violeta PaklÄjs +tile.woolCarpet.red.name=Sarkans PaklÄjs +tile.woolCarpet.silver.name=GaiÅ¡i PelÄ“ks PaklÄjs +tile.woolCarpet.white.name=PaklÄjs +tile.woolCarpet.yellow.name=Dzeltens PaklÄjs +tile.workbench.name=Darbagalds +title.oldgl1=Veca grafikas karte atrasta; tas var neļaut jums +title.oldgl2=spÄ“lÄ“t tÄlÄ nÄkotnÄ“, jo bÅ«s vajadzÄ«gs OpenGL 2.0. +translation.test.invalid=Sveiki % +translation.test.none=Sveiki, pasaule! +translation.test.world=pasaule diff --git a/javascript/lang/mi_NZ.lang b/javascript/lang/mi_NZ.lang new file mode 100755 index 00000000..16ab161c --- /dev/null +++ b/javascript/lang/mi_NZ.lang @@ -0,0 +1,458 @@ +addServer.add=Oti +addServer.enterIp=WÄhi noho o te tÅ«mau +addServer.enterName=Ingoa o te tÅ«mau +addServer.hideAddress=huna wÄhitau +addServer.resourcePack=PÅkai Rauemi TÅ«mau +addServer.resourcePack.disabled=Monokia +addServer.resourcePack.enabled=Mkakaurangi +addServer.resourcePack.prompt=TohuÄki +addServer.title=Whakatika i te tÅ«mau +book.editTitle=Tomo Book Taitara: +book.finalizeButton=Tohu me Katia +book.finalizeWarning=Kia mÅhio mai! A, no te haina koe i te pukapuka, ka kore e taea te reira. +book.signButton=Tohu +chat.cannotSend=KÄore e taea te tukatuka kÅrerorero karere +chat.copy=TÄrua ki Papatopenga +chat.link.confirm=Kei te hiahia koe ki te whakatuwhera i te hononga ki a koutou? +chat.link.confirmTrusted=E hiahia ana koe ki te whakatÅ«whera mai tÄ“nei hono ranei te tÄrua te reira ki o koutou papatopenga? +chat.link.open=WhakatÅ«whera i roto i te Browser +chat.link.warning=Kaua e whakat hononga i tangata ke! +chat.stream.emote=(%s) * %s %s +chat.stream.text=(%s) <%s> %s +chat.type.achievement=%s kua tika roaa te paetae %s +connect.authorizing=Takiuru in... +connect.connecting=E hono ana ki te tÅ«mau... +connect.failed=I rahua te hono ki te tÅ«mau +controls.title=Mana +createWorld.customize.custom.presets=TatÅ«kÄ“ +createWorld.customize.flat.addLayer=tÄpiri kahu- +createWorld.customize.flat.editLayer=apa whakatika +createWorld.customize.flat.height=teitei +createWorld.customize.flat.layer.bottom=raro %s +createWorld.customize.flat.layer.top=runga -%s +createWorld.customize.flat.removeLayer=tango kahu- +createWorld.customize.flat.tile=Apa nÄunau +createWorld.customize.flat.title=Whakaraupapa Superflat +createWorld.customize.presets=TatÅ«kÄ“ +createWorld.customize.presets.list=TÄ“rÄ rÄnei, konei te etahi hanga tatou i mua! +createWorld.customize.presets.select=whakamahi tatÅ«kÄ“ +createWorld.customize.presets.share=E hiahia ana ki te faaite i to koutou tatÅ«kÄ“ ki te tangata? Whakamahia te pouaka i raro nei! +createWorld.customize.presets.title=tÄ«pako i te tatÅ«kÄ“ +demo.day.1=Tenei demo ka muri e rima nga ra game, koutou pai te mahi! +demo.day.2=ra e rua +demo.day.3=ra e toru +demo.day.4=ra e wha +demo.day.5=Ko koutou ra whakamutunga tenei! +demo.day.6=kua mutu e rima nga ra. Press "F5" ki te tango he pikitia o to koutou hanga +demo.day.warning=Ko to koutou wa tata ake! +demo.demoExpired=Demo oti! +demo.help.buy=hoko Minecraft inaianei! +demo.help.fullWrapped=Tenei demo ka muri e rima nga ra (e pÄ ana ki 1 haora me te 40 miniti o te wÄ tÅ«turu). Tirohia te whakatutukitanga mÅ ngÄ tÄ«whiri! Kia ngahau! +demo.help.inventory=Whakamahia %1$s ki te whakatuwhera i tÅ peke +demo.help.jump=Peke mÄ te pÄ“hi i %1$s +demo.help.later=Tonu tÄkaro! +demo.help.movement=Whakamahia %1$s, %2$s, %3$s, %4$s me te kiore ki te neke a tawhio noa +demo.help.movementMouse=Titiro huri noa te whakamahi i te kiore +demo.help.movementShort=Neke mÄ te pÄ“hi i %1$s, %2$s, %3$s, %4$s +demo.help.title=Aratau Demo Minecraft +demo.remainingTime=te wÄ e toe ana: %s +demo.reminder=Kua mutu te demo. te hoko i te kÄ“mu ki te haere tonu tÄ«mata ranei te ao hou! +disconnect.closed=katia hononga +disconnect.disconnected=Kua momotu i te TÅ«mau +disconnect.endOfStream=Mutunga o te Awa +disconnect.kicked=I whana i te kÄ“mu +disconnect.loginFailed=I rahua te takiuru +disconnect.loginFailedInfo=I rahua te takiuru: %s +disconnect.loginFailedInfo.invalidSession=WÄtÅ« muhu (Me tÄ«mata anÅ i tÅ kÄ“mu) +disconnect.loginFailedInfo.serversUnavailable=Ko te motuhÄ“hÄ“nga he wÄ ki raro mo te tiaki. +disconnect.lost=hononga ngaro +disconnect.overflow=papare te waipuke +disconnect.quitting=whakamutu +disconnect.spam=Whana hoki whakamuhani +disconnect.timeout=pau i roto i +entity.Boat.name=Waka +entity.EntityHorse.name=Hoiho +entity.horse.name=Hoiho +gameMode.adventure=Aratau Adventure +gameMode.changed=Kua whakahoutia te gameplay +gameMode.creative=Aratau Creative +gameMode.hardcore=aratau tino! +gameMode.survival=Aratau Survival +generator.amplified=ô- +generator.amplified.info=pÄnui: anake hoki ngahau, me nui rorohiko +generator.default=taunoa +generator.flat=Superflat +generator.largeBiomes=ngÄ wÄhi nui +gui.all=Katoa +gui.back=Hoki +gui.cancel=Whakakore +gui.done=Oti +gui.down=iho +gui.no=KÄo +gui.toMenu=hoki ki te mata taitara +gui.up=Ake +gui.yes=Ä€e +item.apple.name=Ä€poro +item.arrow.name=Pere +item.bed.name=Moenga +item.beefCooked.name=Kotinga mÄ«ti +item.boat.name=Waka +item.bone.name=Wheua +item.bow.name=Kopere +item.bread.name=ParÄoa +item.bucket.name=PÄ“re +item.cake.name=Keke +item.carrots.name=KÄreti +item.charcoal.name=Waro +item.clock.name=Karaka +item.coal.name=Waro +item.compass.name=KÄpehu +item.cookie.name=Pihikete +item.diamond.name=Taimana +item.egg.name=HÄ“ki +item.emerald.name=Kahurangi +item.feather.name=Piki +item.fishingRod.name=Matira +item.flint.name=MatÄ +item.hatchetWood.name=Tuaina ki rakau +item.ingotGold.name=Gold Ingot +item.ingotIron.name=Iron Ingot +item.leather.name=Rera +item.map.name=Mapi +item.painting.name=Waituhi +item.pickaxeWood.name=Keriwhenua ki rakau +item.saddle.name=Tera +item.seeds.name=Purapura +item.shovelWood.name=koko rakau +item.sign.name=PouÄrahi +item.snowball.name=Poi huka +item.stick.name=RÄkau +item.sulphur.name=Paura +item.swordIron.name=Iron Hoari +item.swordWood.name=te hoari rakau +item.wheat.name=WÄ«ti +key.categories.inventory=RÄrangi taonga +key.categories.multiplayer=Multiplayer +key.inventory=RÄrangi taonga +key.jump=Peke +lanServer.otherPlayers=i ngÄ tautuhinga mÅ Ä“tahi atu kaitÄkaro +lanServer.scanning=matawai mÅ ngÄ kÄ“mu i runga i tÅ whatunga rohe +lanServer.start=tÄ«mata LAN ao +lanServer.title=LAN te ao +language.code=mi_NZ +language.name=Te Reo MÄori +language.region=Aotearoa +mcoServer.title=hou te ao ipurangi Minecraft +menu.convertingLevel=Faafariuraa o te ao +menu.disconnect=Wetea +menu.game=tahua kÄ“mu +menu.generatingLevel=Auaha te ao +menu.generatingTerrain=Auaha te whenua +menu.loadingLevel=RÄwekeweke te ao +menu.multiplayer=huihui +menu.options=nga kÅwhiringa... +menu.playdemo=Te tÄkaro Demo World +menu.quit=Putanga +menu.resetdemo=Tautuhi anÅ Demo World +menu.respawning=whakawhÄnau takarure +menu.returnToGame=Hoki ki te kÄ“mu +menu.returnToMenu=Putanga me haere ki te rÄrangi tono +menu.shareToLan=tuwhera tÅ LAN +menu.simulating=Construction o te ao i roto i nga paraire +menu.singleplayer=anake +menu.switchingLevel=Whakawhitiwhiti nga ao +multiplayer.connect=Hono +multiplayer.downloadingStats=Te tikiake i ngÄ tatauranga & whakatutukitanga ... +multiplayer.downloadingTerrain=Tikiake ana i nga whenua +multiplayer.info1=Minecraft Multiplayer kore tÄ“nei wÄ kei te oti, engari i reira +multiplayer.info2=whakamÄtautau bug wawe puta. +multiplayer.ipinfo=Tomo i te IP o te tÅ«mau, ki te hono atu ki reira: +multiplayer.player.joined=%s uru atu te kÄ“mu +multiplayer.player.joined.renamed=%s (e mÅhiotia i mua kia rite ki %s) i uru ki te kÄ“mu +multiplayer.player.left=%s mahue te kÄ“mu +multiplayer.stopSleeping=waiho Bed +multiplayer.texturePrompt.line1=E taunaki ana tÄ“nei tÅ«mau i te whakamahi o te mÅkihi rauemi ritenga. +multiplayer.texturePrompt.line2=E hiahia ana koe ki te tiki ake me te tÄuta i te reira aunoa? +multiplayer.title=te tÄkaro multiplayer +options.advancedButton=Settings Ataata ArÄ... +options.advancedOpengl=OpenGL ArÄ +options.advancedVideoTitle=Settings Ataata ArÄ +options.anaglyph=3D Anaglyph +options.ao=Whakamumuratanga Whakaene +options.ao.max=MÅrahi +options.ao.min=MÅkito +options.ao.off=OFF +options.chat.color=Tae +options.chat.height.unfocused=Not Focused Height +options.chat.links=Hononga Tukutuku +options.chat.links.prompt=TohuÄki i runga i Hononga +options.chat.opacity=Opacity +options.chat.scale=Tauine +options.chat.title=Settings kÅrerorero... +options.chat.visibility=kÅrerorero +options.chat.visibility.full=whakaaturia +options.chat.visibility.hidden=Huna +options.chat.visibility.system=tono anake +options.chat.width=WhÄnuitanga +options.controls=Mana... +options.difficulty=Uaua +options.difficulty.easy=NgÄwari +options.difficulty.hard=MÄro +options.difficulty.hardcore=Hardcore +options.difficulty.normal=PÅ«noa +options.difficulty.peaceful=RangimÄrie +options.farWarning1=TÅ«tohutia te tÄutanga Java 64 bit te +options.farWarning2='Far' hoatu tawhiti (koe 32 bit) +options.fboEnable=Whakahohe i FBOs +options.fov=FOV +options.fov.max=Quake PROV +options.fov.min=PÅ«noa +options.framerateLimit=Mokatere tÄpare Max +options.framerateLimit.max=Unlimited +options.gamma=Gile +options.gamma.max=Kanapa +options.gamma.min=Moody +options.graphics=Whakairoiro +options.graphics.fancy=Fancy +options.graphics.fast=Nohopuku +options.guiScale=GUI Tauine +options.guiScale.auto=Car +options.guiScale.large=Nui +options.guiScale.normal=PÅ«noa +options.guiScale.small=Iti +options.hidden=Huna +options.invertMouse=Huripoki Kiore +options.language=Reo... +options.languageWarning=E kore ai translations reo e tÅtika 100%% +options.multiplayer.title=Settings Multiplayer... +options.music=Puoro +options.off=OFF +options.on=ON +options.particles=matÅ«riki +options.particles.all=Katoa +options.particles.decreased=Heke +options.particles.minimal=Iti +options.performanceButton=Settings Mahinga Ataata... +options.performanceVideoTitle=Settings Mahinga Ataata +options.postButton=Settings Post-Processing... +options.postProcessEnable=Whakahohetia te Post-Processing +options.postVideoTitle=Settings Post-Processing +options.qualityButton=Settings Kounga Ataata... +options.qualityVideoTitle=Settings Kounga Ataata +options.renderClouds=Kapua +options.renderDistance=Hoatu tawhiti +options.renderDistance.far=Tawhiti +options.renderDistance.normal=PÅ«noa +options.renderDistance.short=Poto +options.renderDistance.tiny=Iti +options.saturation=waiwai +options.sensitivity=Rauangi +options.sensitivity.max=HYPERSPEED!!! +options.sensitivity.min=*Oha* +options.snooper=Tukua popore +options.sound=tangi +options.sounds=Music & Oro... +options.sounds.title=KÅwhiringa Music & Sound +options.stream=PÄohotanga Settings... +options.stream.changes=Me tÄ«mata anÅ pea koutou awa koe mo ki enei rerekÄ“tanga tango i te wahi. +options.stream.compression.high=Tiketike +options.stream.compression.low=Iti +options.stream.compression.medium=Waenga +options.stream.mic_toggle.talk=KÅrero +options.title=kÅwhiringa +options.video=Settings Video... +options.videoTitle=Settings Video +options.viewBobbing=Tirohia te whÄwhÄ +options.visible=whakaaturia +record.nowPlaying=tÄkaro Na: %s +selectServer.add=TÄpiri TÅ«mau +selectServer.defaultName=TÅ«mau Minecraft +selectServer.delete=Porowhiu +selectServer.deleteButton=Porowhiu +selectServer.deleteQuestion=WhakaÅ« i te tango o tenei tÅ«mau? +selectServer.deleteWarning=Ngaro ka ake ake! (Te wa i!) +selectServer.direct=WhakarerekÄ“ +selectServer.edit=WhakarerekÄ“ +selectServer.empty=tahanga +selectServer.hiddenAddress=(Huna) +selectServer.refresh=Update +selectServer.select=amui atu tÅ«mau +selectServer.title=te tÄ«pako i te tÅ«mau +selectWorld.allowCommands=Tuku i te whakahau: +selectWorld.allowCommands.info=Kainga, herehere, i Ä“tahi atu momo ao... /gamemode, /xp +selectWorld.bonusItems=utu uma: +selectWorld.cheats=Tinihanga +selectWorld.conversion=Me tahuri! +selectWorld.create=Waihanga he world new +selectWorld.createDemo=Te tÄkaro New Demo World +selectWorld.customizeType=Whakatauritea +selectWorld.delete=Porowhiu +selectWorld.deleteButton=Porowhiu +selectWorld.deleteQuestion=E hiahia ana koe ki te muku i tÄ“nei ao ki a koutou? +selectWorld.deleteWarning=ka ngaro ake ake! (He roa te wÄ!) +selectWorld.empty=tahanga +selectWorld.enterName=ingoa ao +selectWorld.enterSeed=uri mo te kaihanga ao +selectWorld.gameMode=Aratau Game +selectWorld.gameMode.adventure=Haere mÄia +selectWorld.gameMode.adventure.line1=Rite aratau ora, engari e kore e taea e poraka +selectWorld.gameMode.adventure.line2=tÄpiri, te tango ranei, +selectWorld.gameMode.creative=auaha +selectWorld.gameMode.creative.line1=rauemi mure ore, e rere ana, me te kore utu +selectWorld.gameMode.creative.line2=Top -%s +selectWorld.gameMode.hardcore=tino +selectWorld.gameMode.hardcore.line1=Rite aratau ora, kua kiia i faingataa +selectWorld.gameMode.hardcore.line2=uaua, a kotahi te ora anake +selectWorld.gameMode.survival=Noho ora +selectWorld.gameMode.survival.line1=Rapu mÅ te rauemi, ke fokotuutuu, taonga +selectWorld.gameMode.survival.line2=taumata, te hauora, me te matekai +selectWorld.hardcoreMode=tino: +selectWorld.hardcoreMode.info=mukua ao te ki runga ki te mate +selectWorld.mapFeatures=Whakaputa hanganga: +selectWorld.mapFeatures.info=Kainga, herehere, i Ä“tahi atu momo ao +selectWorld.mapType=Momo o te ao: +selectWorld.mapType.normal=Noa +selectWorld.moreWorldOptions=Ä’tahi atu KÅwhiringa Ao ... +selectWorld.newWorld=ao hou +selectWorld.newWorld.copyOf=kape o te %s +selectWorld.recreate=Waihangatia tÄ“tahi atu wÄ +selectWorld.rename=Huria te ingoa +selectWorld.renameButton=whakaingoa +selectWorld.renameTitle=whakaingoa World +selectWorld.resultFolder=ka ora i roto i: +selectWorld.seedInfo=waiho kia pÄtea tonu hoki te uri tupurangi +selectWorld.select=Te tÄkaro i te ao kua tÄ«pakohia +selectWorld.title=TÄ«pakohia te ao +selectWorld.world=Ao +soundCategory.ambient=Ambient / Taiao +soundCategory.block=poraka +soundCategory.hostile=Vaerua kaikiri +soundCategory.master=rÅrahi te Kaiwhakaako +soundCategory.music=Puoro +soundCategory.neutral=Vaerua hoa +soundCategory.player=kaitÄkaro +soundCategory.record=Poraka rekoata / Tuhipoka +soundCategory.weather=Weather +tile.activatorRail.name=Activator Rail +tile.anvil.name=Paepae maitai +tile.bedrock.name=maka tefito +tile.blockCoal.name=Poraka o Coal +tile.blockDiamond.name=Poraka o Diamond +tile.bookshelf.name=PukaPuka +tile.brick.name=Pereki +tile.button.name=PÄtene +tile.cake.name=Keke +tile.carrots.name=KÄreti +tile.chest.name=pouaka +tile.chestTrap.name=aaka mau +tile.cloth.name=WÅ«ru +tile.cocoa.name=Koukou +tile.crops.name=Kai +tile.deadbush.name=mate Bush +tile.detectorRail.name=pÅ«kimi Rail +tile.dirt.default.name=Oneone +tile.dirt.podzol.name=Onemata +tile.doorIron.name=Iron Door +tile.doorWood.name=Door Rakau +tile.doublePlant.fern.name=Ponga +tile.doublePlant.rose.name=RÅha +tile.doublePlant.sunflower.name=Putiputi rÄ +tile.farmland.name=Papanga pÄmu +tile.fence.name=Taiepa +tile.fire.name=Ahi +tile.flower1.dandelion.name=Tawao +tile.flower2.allium.name=Allium +tile.flower2.houstonia.name=Azure Bluet +tile.flower2.tulipRed.name=Whero Tulip +tile.furnace.name=Oumu +tile.glass.name=Karaehe +tile.goldenRail.name=Rail Powered +tile.grass.name=tarutaru Poraka +tile.gravel.name=Tuakirikiri +tile.hayBlock.name=hay wuru +tile.ice.name=Haupapa +tile.ladder.name=Arawhata +tile.lava.name=Tahepuia +tile.leaves.acacia.name=hitimi Rau +tile.leaves.big_oak.name=Dark Oak Rau +tile.leaves.birch.name=birch Rau +tile.leaves.jungle.name=uru raau no Rau +tile.leaves.name=NgÄ rau +tile.leaves.oak.name=Rau oki +tile.leaves.spruce.name=Rau te puruhi +tile.lever.name=Ara +tile.log.acacia.name=hitimi Wood +tile.log.big_oak.name=Dark Oak Wood +tile.log.birch.name=Birch Wood +tile.log.jungle.name=uru raau no Wood +tile.log.name=RÄkau +tile.log.oak.name=RÄkau oke +tile.log.spruce.name=te puruhi mo Wood +tile.mobSpawner.name=Monster Spawner +tile.obsidian.name=MatÄ +tile.oreCoal.name=Coal Ore +tile.oreDiamond.name=Diamond Ore +tile.oreGold.name=Gold Ore +tile.oreIron.name=Iron Ore +tile.potatoes.name=RÄ«wai +tile.pumpkin.name=Paukena +tile.rail.name=Ara tereina +tile.redstoneDust.name=Redstone puehu +tile.sand.default.name=Kirikiri +tile.sand.red.name=Kirikiri whero +tile.sandStone.chiseled.name=whaoa hÅanga +tile.sandStone.default.name=HÅanga +tile.sandStone.name=HÅanga +tile.sandStone.smooth.name=hÅanga Whakaene +tile.sapling.acacia.name=hitimi MÄhuri +tile.sapling.birch.name=Birch MÄhuri +tile.sapling.jungle.name=uru raau no MÄhuri +tile.sapling.oak.name=Oak MÄhuri +tile.sapling.spruce.name=te puruhi mo MÄhuri +tile.sign.name=Tohu +tile.snow.name=Huka +tile.stainedGlass.black.name=Black Åpure koata +tile.stainedGlass.blue.name=Blue Åpure koata +tile.stainedGlass.brown.name=Brown Åpure koata +tile.stainedGlass.cyan.name=Urikiko Åpure koata +tile.stainedGlass.gray.name=Gray Åpure koata +tile.stainedGlass.green.name=Green Åpure koata +tile.stainedGlass.name=Åpure koata +tile.stainedGlass.pink.name=Pink Åpure koata +tile.stainedGlass.purple.name=Papura Åpure koata +tile.stainedGlass.red.name=Whero Åpure koata +tile.stainedGlass.silver.name=Light Gray Åpure koata +tile.stairsSandStone.name=hÅanga Arawhata +tile.stairsStone.name=Stone Arawhata +tile.stairsWood.name=Oak Wood Arawhata +tile.stairsWoodAcacia.name=Hitimi Wood Arawhata +tile.stairsWoodBirch.name=Birch Wood Arawhata +tile.stairsWoodDarkOak.name=Dark Oak Wood Arawhata +tile.stairsWoodJungle.name=Uru raau no Wood Arawhata +tile.stairsWoodSpruce.name=Te puruhi mo Wood Arawhata +tile.stoneMoss.name=Moss Stone +tile.stonebrick.name=Cobblestone +tile.tallgrass.fern.name=Ponga +tile.tallgrass.grass.name=Karaihe +tile.tallgrass.name=Karaihe +tile.tallgrass.shrub.name=Riki +tile.thinGlass.name=Pihanga +tile.tnt.name=TNT +tile.torch.name=Rama +tile.water.name=Wai +tile.weightedPlate_heavy.name=Plate Pressure tautaha (Taumaha) +tile.weightedPlate_light.name=Plate Pressure tautaha (Light) +tile.wood.acacia.name=Hitimi Wood papa +tile.wood.big_oak.name=Dark Oak Wood papa +tile.wood.birch.name=Birch Wood papa +tile.wood.jungle.name=Uru raau no Wood papa +tile.wood.name=papa rÄkau +tile.wood.oak.name=Oak papa rakau +tile.wood.spruce.name=Te puruhi mo Wood papa +tile.woodSlab.acacia.name=Hitimi Wood papa +tile.woodSlab.big_oak.name=Dark Oak Wood papa +tile.woodSlab.birch.name=Birch Wood Papa +tile.woodSlab.jungle.name=Uru raau no Wood papa +tile.woodSlab.oak.name=Oak Wood Papa +tile.woodSlab.spruce.name=Te puruhi mo Wood papa +tile.workbench.name=Papamahi diff --git a/javascript/lang/ms_MY.lang b/javascript/lang/ms_MY.lang new file mode 100755 index 00000000..9c05923c --- /dev/null +++ b/javascript/lang/ms_MY.lang @@ -0,0 +1,1534 @@ +achievement.acquireIron=Mendapat perkakasan +achievement.acquireIron.desc=Leburkan sebatang jongkang besi +achievement.bakeCake=Penipuan +achievement.bakeCake.desc=Gandum, gula, susu dan telur! +achievement.blazeRod=Pakar Api +achievement.blazeRod.desc=Merompakan seekor rod Pembakar +achievement.bookcase=Pustakawan +achievement.bookcase.desc=Bina beberapa buah rak buku untuk menambahbaikkan kuasa meja penyihir +achievement.breedCow=Penduduk semula +achievement.breedCow.desc=Baka lembu-lembu dua dengan gandum +achievement.buildBetterPickaxe=Mendapat Peningkatan +achievement.buildBetterPickaxe.desc=Membina beliung yang lebih bagus +achievement.buildFurnace=Bikin Panas +achievement.buildFurnace.desc=Membina sebuah relau menggunakan lapan buah block batu +achievement.buildHoe=Masa untuk Bertani! +achievement.buildHoe.desc=Gunakan papan dan batang kayu untuk menghasilkan sebilah cangkul +achievement.buildPickaxe=Lombongkan! +achievement.buildPickaxe.desc=Menggunakan papan dan batang kayu untuk menghasilkan sebilah beliung +achievement.buildSword=Yerangkan! +achievement.buildSword.desc=Gunakan papan dan batang kayu untuk menghasilkan sebilah pedang +achievement.buildWorkBench=Penandaarasan +achievement.buildWorkBench.desc=Hasilkan sebuah bangku kerja menggunakan empat buah blok papan +achievement.cookFish=Sedapnya Ikan Ini +achievement.cookFish.desc=Menangkap dan memasak ikan! +achievement.diamonds=BERLIAN! +achievement.diamonds.desc=Memperoleh berlian dengan peralatan besi +achievement.diamondsToYou=Berlian kepada anda! +achievement.diamondsToYou.desc=Baling berlian pada pemain yang lain. +achievement.enchantments=Ahli Sihir +achievement.enchantments.desc=Menggunakan sebuah buku, obsidian dan berlian untuk membina sebuah meja penyihir +achievement.exploreAllBiomes=Masa Perkembaran +achievement.exploreAllBiomes.desc=Mneroka semua Biom +achievement.flyPig=Babi Yang Boleh Terbang +achievement.flyPig.desc=Terbang seekor babi dari sebuah tebing +achievement.fullBeacon=Beaconator +achievement.fullBeacon.desc=Mewujudkan petunjuk penuh +achievement.get=Pencapaian dapat! +achievement.ghast=Dikembalikan Kepada Penghantar +achievement.ghast.desc=Musnahkan seekor Ghast dengan sebiji bebola api +achievement.killCow=Mentikam Lembu +achievement.killCow.desc=Dapatkan kulit lembu +achievement.killEnemy=Pemburu Raksasa +achievement.killEnemy.desc=Serang dan memusnahkan seekor raksasa +achievement.killWither=Permulaan. +achievement.killWither.desc=Bunuhkan Penglayu +achievement.makeBread=Membakar roti +achievement.makeBread.desc=Guna gandum untuk membakari roti +achievement.mineWood=Mendapat Kayu +achievement.mineWood.desc=Menyerang sebatang pokok sehingga kayu terkeluar +achievement.onARail=Atas Landasan +achievement.onARail.desc=Bergerak dengan kereta lombong sekurang-kurangnya 1 km dari mana anda mula +achievement.openInventory=Mengambil inventori +achievement.openInventory.desc=Tekan '%1$s' untuk membuka inventori. +achievement.overkill=Keterlaluan +achievement.overkill.desc=Menyebabkan lapan bentuk jantung kecederaan dalam satu serangan +achievement.portal=Meneroka Lebih +achievement.portal.desc=Membina sebuah portal ke Neraka +achievement.potion=Pembru Tempatan +achievement.potion.desc=Membru sebotol posyen +achievement.requires=Memerlukan '%1$s' +achievement.snipeSkeleton=Tembakan Jauh +achievement.snipeSkeleton.desc=Bunuh seekor kerangka dengan anak panah dari jarak lebih dari 50 meter +achievement.spawnWither=Permulaan? +achievement.spawnWither.desc=Menjelmakan Penglayu +achievement.taken=Diambil! +achievement.theEnd=Akhirnya? +achievement.theEnd.desc=Masukkan didalam Akhiran +achievement.theEnd2=Tamat. +achievement.theEnd2.desc=Kalahkan Naga Akhiran +addServer.add=Selesai +addServer.enterIp=Alamat Server +addServer.enterName=Nama Server +addServer.hideAddress=Sembunyikan Alamat +addServer.resourcePack=Pek Sumber Pelayan +addServer.resourcePack.disabled=Dilumpuhkan +addServer.resourcePack.enabled=Didayakan +addServer.resourcePack.prompt=Tepat pada masanya +addServer.title=Sunting Maklumat Server +advMode.allPlayers=Gunakan "@a" untuk menyasarkan semua pemain +advMode.command=Arahan Konsol +advMode.nearestPlayer=Gunakan "@p" untuk menyasarkan pemain terderkat +advMode.notAllowed=Perlu menjadi seorang pemain yang diopkan di mod kreatif +advMode.notEnabled=Blok-blok perintah tidak dibenarkan di pelayan ini +advMode.previousOutput=Pengeluaran terdahulu +advMode.randomPlayer=Gunakan "@r" untuk menyasarkan pemain rawak +advMode.setCommand=Setkan Arahan Konsol untuk Blok +advMode.setCommand.success=Set arahan: %s +attribute.name.generic.attackDamage=Kekuatan Serangan +attribute.name.generic.followRange=Julat Ikutan Mob +attribute.name.generic.knockbackResistance=Ketahanan Knockback +attribute.name.generic.maxHealth=Nyawa Maksima +attribute.name.generic.movementSpeed=Kelajuan +attribute.name.horse.jumpStrength=Kekuatan Lompatan Kuda +attribute.name.zombie.spawnReinforcements=Tenaga Bantuan Zombi +book.byAuthor=oleh %1$s +book.editTitle=Masukkan Judul Buku: +book.finalizeButton=Tandatangan dan Tutup +book.finalizeWarning=Perhatian! Apabila anda menandatangani buku ini, buku ini tidak akan dapat disunting lagi. +book.pageIndicator=Halaman %1$s daripada %2$s +book.signButton=Tandatangan +build.tooHigh=Had ketinggian untuk bangunan blok ialah %s blok +chat.cannotSend=Tidak boleh menghantar mesej sembang +chat.copy=Salin ke Papan Keratan +chat.link.confirm=Adakah anda pasti anda ingin membuka laman web berikut? +chat.link.confirmTrusted=Adakah anda ingin membuka pautan ini atau salin ke papan klip anda? +chat.link.open=Buka dalam pelayar +chat.link.warning=Jangan buka pautan daripada orang yang anda tidak mempercayai! +chat.stream.emote=(%s) * %s %s +chat.stream.text=(%s) <%s> %s +chat.type.achievement=%s baru sahaja mendapat pencapaian %s +commands.achievement.give.success.all=Berjaya diberikan semua pencapaian ke %s +commands.achievement.give.success.one=%s Telah berjaya diberikan stat %s +commands.achievement.statTooLow=Pemain %s tidak mempunyai stat %s +commands.achievement.unknownAchievement=Pencapaian yang tidak diketahui atau statistik '%s' +commands.ban.failed=Tidak boleh mengharamkan pemain %s +commands.ban.success=Pemain %s telah diharamkan +commands.ban.usage=/ban [alasan ...] +commands.banip.invalid=Anda telah memasukkan sebuah alamat IP atau seorang pemain yang tiada dalam talian +commands.banip.success=Alaman IP %s telah diharamkan +commands.banip.success.players=Alamant IP %s kepunyaan %s telah diharamkan +commands.banip.usage=/ban-ip [alasan ...] +commands.banlist.ips=Terdapat %s alamat protokol yang diharamkan secara keseluruhan: +commands.banlist.players=Terdapat %s jumlah pemain yang diharamkan secara keseluruhan: +commands.banlist.usage=/banlist [ips|pemain] +commands.clear.failure=Tidak dapat mengkosongkan inventori %s, tiada barang untuk dikeluarkan +commands.clear.success=Inventori %s telah dipadamkan, menghapuskan %s item +commands.debug.notStarted=Pemprofilan nyahpepijat tidak dapat dihentikan jika masih belum kita memulakannya! +commands.debug.start=Pemprofilan nyahpepijat dimulakan +commands.debug.stop=Pemprofilan nyahpepijat dihentikan setelah %s saat (%s detik) +commands.defaultgamemode.success=Mod permainan lalai dunia ini telah menjadi %s +commands.defaultgamemode.usage=/defaultgamemode +commands.deop.failed=Boleh tidak de op %s +commands.deop.success=%s dinyahopkan +commands.deop.usage=/deop +commands.difficulty.success=Kesukaran permainan disetkan menjadi %s +commands.difficulty.usage=/difficulty +commands.downfall.success=Togol hujan +commands.effect.failure.notActive=Tidak dapat mengambil %1$s daripada %2$s kerana mereka tidak mempunyai kesan +commands.effect.failure.notActive.all=Tidak boleh mengambil apa-apa kesan daripada %s kerana mereka tidak mempunyai apa-apa +commands.effect.notFound=Tiada kesan rusuhan itu dengan ID %s +commands.effect.success=Memberi %1$s (ID %2$s) * %3$s kepada %4$s untuk %5$s saat +commands.effect.success.removed=Mengambil %1$s daripada %2$s +commands.effect.success.removed.all=Mengambil semua kesan daripada %s +commands.enchant.cantCombine=%1$s tidak dapat digabungkan dengan %2$s +commands.enchant.cantEnchant=Penyihiran yang dipilih tidak boleh dilaksanakan atas item yang disasarkan +commands.enchant.noItem=Sasaran tidak pegang sebarang barang +commands.enchant.notFound=Tidak ada penyihiran yang menggunakan ID %s +commands.enchant.success=Penyihiran berjaya +commands.enchant.usage=/enchant [level] +commands.gamemode.success.other=Disetkan mod permainan %s's kepada %s +commands.gamemode.success.self=Disetkan mod permainan diri kepada %s +commands.gamemode.usage=/gamemode [pemain] +commands.gamerule.norule=Tidak ada peraturan bernama '%s' didapati +commands.gamerule.success=Peraturan permainan telah diperbaharui +commands.generic.boolean.invalid='%s' bukan 'true' ataupun 'false' +commands.generic.double.tooBig=Angka yang anda masukkan (%s) terlampau besar, angka tersebut haruslah paling besar %s +commands.generic.double.tooSmall=Angka yang anda masukkan (%s) terlampau kecil, angka tersebut haruslah sekurang-kurangnya %s +commands.generic.exception=Sesuatu ralat yang tidak dapat dikenlpastikan berlaku semasa percubaan untuk melaksanakan arahan ini +commands.generic.notFound=Arahan tidak diketahui. Cuba /help untuk mendapatkan senarai arahan +commands.generic.num.invalid='%s' bukan angka yang sah +commands.generic.num.tooBig=Angka yang anda masukkan (%s) terlalu besar, angka tersebut haruslah paling besar %s +commands.generic.num.tooSmall=Angka yang anda masukkan (%s) terlalu kecil, angka tersebut haruslah paling kurang %s +commands.generic.permission=Anda tidak mempunyai kebenaran untuk menggunakan arahan ini +commands.generic.player.notFound=Pemain tersebut tidak dapat ditemui +commands.generic.syntax=Arahan sintaks tak sah +commands.generic.usage=Penggunaan: %s +commands.give.notFound=Tidak wujud item dengan ID %s +commands.give.success=Diberikan %s * %s ke %s +commands.give.tagError=Penguraian tag data gagal: %s +commands.give.usage=/give [amaun] [data] [dataTag] +commands.help.footer=Tip: Gunakan kekunci semasa menaipkan sesuatu perintah untuk auto-lengkap perintah tersebut atau argumen-argumennya. +commands.help.header=--- Sedang memaparkan halaman bantuan %s daripada %s (/help ) --- +commands.help.usage=/help [halaman|nama fungsi] +commands.kick.success=%s disingkirkan daripada permainan +commands.kick.success.reason=%s disingkirkan daripada permainan: '%s' +commands.kick.usage=/kick [reason ...] +commands.me.usage=/me +commands.message.display.incoming=%s Berbisik kepada anda: %s +commands.message.display.outgoing=Anda berbisik kepada %s: %s +commands.message.sameTarget=Anda tidak boleh menghantar mesej peribadi kepada diri anda! +commands.message.usage=/tell +commands.op.failed=Boleh tidak op %s +commands.op.success=%s diopkan +commands.op.usage=/op +commands.players.list=Terdapat %s/%s pemain dalam talian: +commands.playsound.playerTooFar=Pemain %s terlalu jauh untuk mendengar bunyi itu +commands.playsound.success=Memainkan bunyi '%s' ke %s +commands.playsound.usage=/playsound [x] [y] [z] [kelantangan] [pitch] [minimumKelantangan] +commands.publish.failed=Tidak dapat mengehos permainan setempat +commands.publish.started=Permainan tempatan dihoskan pada port %s +commands.save-off.alreadyOff=Penjimatan sudah dimatikan. +commands.save-on.alreadyOn=Penjimatan sudah dihidupkan. +commands.save.disabled=Autosimpan dunia telah dimatikan +commands.save.enabled=Autosimpan dunia telah diaktifkan +commands.save.failed=Penyimpanan gagal: %s +commands.save.start=Sedang menyimpan... +commands.save.success=Dunia telah disimpan +commands.say.usage=/say +commands.scoreboard.objectiveNotFound=tiada objektif yang dijumpa menggunakan nama '%s' +commands.scoreboard.objectiveReadOnly=Objektif '%s' baca sahaja dan tidak boleh diset +commands.scoreboard.objectives.add.alreadyExists=Objektif dengan nama '%s' sudah wujud +commands.scoreboard.objectives.add.displayTooLong=Paparan nama '%s' terlalu panjang untuk sesebuah objektif, nama hendaklah selebih-lebihnya %s aksara panjang +commands.scoreboard.objectives.add.success=Ditambah objektif baru '%s' berjaya +commands.scoreboard.objectives.add.tooLong='%s' nama terlalu panjang untuk objektif, ia boleh menjadi paling %s aksara +commands.scoreboard.objectives.add.usage=/scoreboard objectives add [paparan nama ...] +commands.scoreboard.objectives.add.wrongType=Kriteria objektif tidak sah '%s' +commands.scoreboard.objectives.list.count=Paparan %s objektif(s) pada papan angka: +commands.scoreboard.objectives.list.empty=Tiada objektif pada papan mata +commands.scoreboard.objectives.list.entry=- %s: dipaparkan sebagai '%s' dan jenisnya ialah '%s' +commands.scoreboard.objectives.remove.success=Objektif dikeluarkan '%s' berjaya +commands.scoreboard.objectives.remove.usage=/scoreboard objectives remove +commands.scoreboard.objectives.setdisplay.invalidSlot=Tidak ada slot paparan '%s' +commands.scoreboard.objectives.setdisplay.successCleared=Slot paparan objektif '%s' telah dipadamkan +commands.scoreboard.objectives.setdisplay.successSet=Tetapkan paparan objektif dari slot '%s' ke '%s' +commands.scoreboard.objectives.setdisplay.usage=/scoreboard objectives setdisplay [objektif] +commands.scoreboard.players.list.count=Paparan %s dikesan pemain pada papan angka: +commands.scoreboard.players.list.empty=Tiada pemain dikesan pada papan mata +commands.scoreboard.players.list.player.count=Paparan objektif dikesan %s untuk %s: +commands.scoreboard.players.list.player.empty=Pemain %s tiada skor yang dicatat +commands.scoreboard.players.list.usage=/scoreboard players list [nama] +commands.scoreboard.players.reset.success=Mengeset semula semua skor pemain %s +commands.scoreboard.players.set.success=Set keputusan %s untuk pemain %s kepada %s +commands.scoreboard.teamNotFound=tiada pasukan yang dijumpa menggunakan nama '%s' +commands.scoreboard.teams.add.alreadyExists=Satu pasukan dengan '%s' nama sudah wujud +commands.scoreboard.teams.add.displayTooLong=Paparan nama '%s' terlalu panjang untuk sesebuah kumpulan, nama hendaklah selebih-lebihnya %s aksara panjang +commands.scoreboard.teams.add.success=Berjaya menambah pasukan baru '%s' +commands.scoreboard.teams.add.tooLong='%s' nama terlalu panjang untuk satu pasukan, ia boleh menjadi paling %s aksara +commands.scoreboard.teams.add.usage=/scoreboard teams add [paparan nama ...] +commands.scoreboard.teams.empty.alreadyEmpty=Pasukan %s sudah kosong, tidak boleh mengeluarkan pemain nonexistant +commands.scoreboard.teams.empty.success=Semua %s pemain dari pasukan %s telah dikeluarkan +commands.scoreboard.teams.join.failure=Tidak dapat menambah %s pemain ke pasukan %s: %s +commands.scoreboard.teams.join.success=Menambah %s pemain ke pasukan %s: %s +commands.scoreboard.teams.join.usage=/scoreboard teams join [pemain] +commands.scoreboard.teams.leave.failure=Tidak dapat membuang %s pemain(s) dari pasukan mereka: %s +commands.scoreboard.teams.leave.noTeam=Anda tidak berada dalam satu pasukan +commands.scoreboard.teams.leave.success=Dikeluarkan %s pemain(s) dari pasukan mereka: %s +commands.scoreboard.teams.leave.usage=/scoreboard teams leave [pemain] +commands.scoreboard.teams.list.count=Memapar %s pasukan papan markah: +commands.scoreboard.teams.list.empty=Tiada pasukan yang berdaftar pada papan mata +commands.scoreboard.teams.list.entry=- %1$s: %2$s ada %3$s pemain +commands.scoreboard.teams.list.player.count=Paparan %s pemain dalam pasukan %s: +commands.scoreboard.teams.list.player.empty=Pasukan %s tidak mempunyai pemain +commands.scoreboard.teams.list.usage=/scoreboard teams list [nama] +commands.scoreboard.teams.option.noValue=Nilai-nilai yang sah untuk pilihan %s ialah: %s +commands.scoreboard.teams.option.success=Tetapkan pilihan %s untuk pasukan %s ke %s +commands.scoreboard.teams.remove.success=Pasukan %s dikeluarkan +commands.scoreboard.teams.remove.usage=/scoreboard teams remove +commands.seed.success=Benih: %s +commands.setblock.failed=Tidak dapat meletakkan blok +commands.setblock.noChange=Blok tidak dapat ditempatkan +commands.setblock.notFound=Tiada blok dengan ID/nama %s +commands.setblock.outOfWorld=Tidak boleh meletakkan blok di luar dunia +commands.setblock.success=Blok ditempatkan +commands.setblock.tagError=Tag Data parsing gagal: %s +commands.setblock.usage=/setblock [NomborData] [BlocklamaHandling] [dataTag] +commands.setidletimeout.success=Berjaya mengeset masa lengai kepada %s minit. +commands.setidletimeout.usage=/setidletimeout +commands.setworldspawn.success=Titik penjelmaan telah ditetapkan pada (%s, %s, %s,) +commands.spawnpoint.success=Titik bertelur %s disetkan ke (%s, %s, %s) +commands.spreadplayers.failure.players=Tidak boleh merebak pemain %s sekitar %s, %s (terlalu ramai untuk ruang - cuba menggunakan merebak di kebanyakan %s) +commands.spreadplayers.failure.teams=Tidak boleh merebak pasukan %s sekitar %s, %s (terlalu ramai untuk ruang - cuba menggunakan merebak di kebanyakan %s) +commands.spreadplayers.info.players=(Jarak purata antara pemain adalah blok %s selain selepas lelaran %s) +commands.spreadplayers.info.teams=(Jarak purata antara pasukan adalah blok %s selain selepas lelaran %s) +commands.spreadplayers.spreading.players=Penyebaran blok pemain%s %s sekitar%s, %s (min blok %s selain) +commands.spreadplayers.spreading.teams=Penyebaran blok pasukan %s%s sekitar %s, %s (min blok %s selain) +commands.spreadplayers.success.players=Berjaya merebak pemain %s sekitar %s, %s +commands.spreadplayers.success.teams=Berjaya menyebarkan pasukan %s sekitar %s, %s +commands.spreadplayers.usage=/spreadplayers +commands.stop.start=Pelayan sedang dihentikan +commands.summon.failed=Objek gagal diseru +commands.summon.outOfWorld=Tidak boleh menyeru objek di luar dunia +commands.summon.success=Objek berjaya diseru +commands.summon.tagError=Tidak boleh menyeru objek diluar dunia +commands.summon.usage=/summon [x] [y] [z] [dataTag] +commands.tellraw.jsonException=Json tidak sah: %s +commands.tellraw.usage=/tellraw +commands.testforblock.failed.data=Blok %s, %s, %s mempunyai nilai data %s (jangkaan: %s). +commands.testforblock.failed.nbt=Blok %s, %s, %s tidak mempunyai kekunci NBT diperlukan. +commands.testforblock.failed.tile=Blok %s, %s, %s ialah %s (jangkaan: %s). +commands.testforblock.failed.tileEntity=Blok %s, %s, %s bukanlah sebuah entiti jubin dan tidak menyokong tag yang sepadan. +commands.testforblock.outOfWorld=Tidak boleh menguji blok luar dari dunia +commands.testforblock.success=Berjaya menemui blok di %s, %s, %s. +commands.testforblock.usage=/testforblock [NomborData] [dataTag] +commands.time.added=Ditambahkan %s kepada masa +commands.time.set=Disetkan masa kepada %s +commands.tp.notSameDimension=Tidak dapat teleport kerana pemain-pemain tidak berada dalam dimensi yang sama +commands.tp.success=%s diteleportkan ke %s +commands.tp.success.coordinates=%s diteleportkan ke %s,%s,%s +commands.unban.failed=Boleh unban pemain %s +commands.unban.success=Pemain %s telah dinyahharamkan +commands.unban.usage=/pardon +commands.unbanip.invalid=Anda telah memasukkan sebuah alamat IP yang tidak sah +commands.unbanip.success=Alamat IP %s telah dinyahharamkan +commands.unbanip.usage=/pardon-ip +commands.weather.clear=Sedang bertukar menjadi cuaca cerah +commands.weather.rain=Sedang bertukar menjadi cuaca hujan +commands.weather.thunder=Sedang bertukar menjadi hujan dan guruh +commands.weather.usage=/weather [masa dalam saat] +commands.whitelist.add.failed=Tidak boleh menambah %s ke dalam senarai putih +commands.whitelist.add.success=Ditambahkan %s pada senarai putih +commands.whitelist.add.usage=/whitelist add +commands.whitelist.disabled=Senarai putih telah dimatikan +commands.whitelist.enabled=Senarai putih telah diaktifkan +commands.whitelist.list=Terdapat %s (daripada %s yang kelihatan) pemain yang disenaraiputihkan: +commands.whitelist.reloaded=Senarai putih telah dimuatkan semula +commands.whitelist.remove.failed=Tidak dapat mengalih keluar %s dari senarai putih yang +commands.whitelist.remove.success=%s disingkirkan daripada senarai putih +commands.whitelist.remove.usage=/whitelist remove +commands.whitelist.usage=/whitelist +commands.xp.failure.widthdrawXp=Tidak boleh memberi pemain poin pengalaman negatif +commands.xp.success=Diberikan %s pengalaman kepada %s +commands.xp.success.levels=Diberi %s tahap kepada %s +commands.xp.success.negative.levels=Diambil %s tahap daripada %s +commands.xp.usage=/xp [pemain] ATAU /xp L [pemain] +connect.authorizing=Sedang memasuki... +connect.connecting=Sedang menyambung ke server... +connect.failed=Gagal menyambung ke pelayan +container.brewing=Tapak Membru +container.chest=Peti +container.chestDouble=Peti Besar +container.crafting=Pertukangan +container.creative=Pemilihan Item +container.dispenser=Mesin Pengagih +container.dropper=Alat pemindahan item +container.enchant=Menyihir +container.enderchest=Peti Akhiran +container.furnace=Relau +container.hopper=Corong Tuang Item +container.inventory=Inventori +container.minecart=Kereta Lombong +container.repair=Baiki & Namakan +container.repair.cost=Kos Menyihir: %1$s +container.repair.expensive=Terlalu Mahal! +controls.reset=Menetap semula +controls.resetAll=Menetap semula kekunci +controls.title=Kawalan +createWorld.customize.flat.addLayer=Tambah Lapisan +createWorld.customize.flat.editLayer=Sunting Lapisan +createWorld.customize.flat.height=Ketinggian +createWorld.customize.flat.layer=%s +createWorld.customize.flat.layer.bottom=Bawah - %s +createWorld.customize.flat.layer.top=Atas - %s +createWorld.customize.flat.removeLayer=Hapuskan Lapisan +createWorld.customize.flat.tile=Bahan Lapisan +createWorld.customize.flat.title=Penyesuaian Lampau Rata +createWorld.customize.presets=Praset +createWorld.customize.presets.list=Sebagai alternatif, inilah beberapa praset yang kami sediakan sebelum ini! +createWorld.customize.presets.select=Gunakan Praset +createWorld.customize.presets.share=Ingin berkongsi praset anda dengan seseorang? Gunakan kotak di bawah! +createWorld.customize.presets.title=Pilih satu praset +death.attack.anvil=%1$s telah dihapuskan oleh andas jatuh +death.attack.arrow=%1$s ditembak oleh %2$s +death.attack.arrow.item=%1$s ditembak oleh %2$s menggunakan %3$s +death.attack.cactus=%1$s dicucuk sehingga mati +death.attack.cactus.player=%1$s terlanggar sepohon pokok kaktus ketika melarikan diri daripada %2$s +death.attack.drown=%1$s mati lemas +death.attack.drown.player=%1$s telah mati lemas semasa mencuba untuk melepaskan diri dari %2$s +death.attack.explosion=%1$s meletup +death.attack.explosion.player=%1$s diletupkan oleh %2$s +death.attack.fall=%1$s terhantuk tanah terlalu kuat +death.attack.fallingBlock=%1$s telah dihapuskan oleh satu blok jatuh +death.attack.fireball=%1$s dibola api oleh %2$s +death.attack.fireball.item=%1$s telah fireballed oleh %2$s menggunakan %3$s +death.attack.generic=%1$s mati +death.attack.inFire=%1$s terbakar +death.attack.inFire.player=%1$s telah berjalan ke dalam api ketika bertarung dengan %2$s +death.attack.inWall=%1$s slemas di dalam dinding +death.attack.indirectMagic=%1$s dibunuh oleh %2$s menggunakan kuasa sihir +death.attack.indirectMagic.item=%1$s dibunuh oleh %2$s menggunakan %3$s +death.attack.lava=%1$s cuba berenang dalam lava +death.attack.lava.player=%1$s cuba berenang dalam lava untuk melepaskan diri dari %2$s +death.attack.magic=%1$s dibunuh oleh kuasa sihir +death.attack.mob=%1$s dibunuh oleh %2$s +death.attack.onFire=%1$s terbakar sehingga mati +death.attack.onFire.player=%1$s telah terbakar menjadi abu ketika bertarung dengan %2$s +death.attack.outOfWorld=%1$s terjatuh dari dunia +death.attack.player=%1$s dibunuh oleh %2$s +death.attack.player.item=%1$s dibunuh oleh %2$s menggunakan %3$s +death.attack.starve=%1$s mati kebuluran +death.attack.thorns=%1$s telah dibunuh semasa mencuba untuk menyakiti %2$s +death.attack.thrown=%1$s dibelasah oleh %2$s +death.attack.thrown.item=%1$s dibelasah oleh %2$s menggunakan %3$s +death.attack.wither=%1$s layu +death.fell.accident.generic=%1$s terjatuh dari tempat yang tinggi +death.fell.accident.ladder=%1$s telah jatuh dari tangga +death.fell.accident.vines=%1$s jatuh beberapa anggur +death.fell.accident.water=%1$s terjatuh dari air +death.fell.assist=%1$s telah tewas terjatuh oleh %2$s +death.fell.assist.item=%1$s tewas terjatuh oleh %2$s dengan menggunakan %3$s +death.fell.finish=%1$s telah jatuh dari tempat yang terlalu tinggi dan diselesaikan oleh %2$s +death.fell.finish.item=%1$s telah jatuh dari tempat yang terlalu tinggi dan diselesaikan oleh %2$s dengan menggunakan %3$s +death.fell.killer=%1$s telah tewas terjatuh +deathScreen.deleteWorld=Hapuskan Dunia +deathScreen.hardcoreInfo=Anda tidak boleh menjana semula di mod hardcore! +deathScreen.leaveServer=Tinggalkan pelayan +deathScreen.quit.confirm=Adakah anda pasti hendak keluar? +deathScreen.respawn=Bertelur Semula +deathScreen.score=Skor +deathScreen.title=Anda telah mati! +deathScreen.title.hardcore=Permainan Tamat! +deathScreen.titleScreen=Menu Utama +demo.day.1=Demo ini akan berlangsung selama lima hari dalam permainan, buatlah yang terbaik! +demo.day.2=Hari Kedua +demo.day.3=Hari Ketiga +demo.day.4=Hari Keempat +demo.day.5=Hari ini ialah hari anda yang terakhir! +demo.day.6=Hari kelima telah berlalu, gunakan F2 untuk menyimpan tangkapan skrin penciptaan anda +demo.day.warning=Masa anda hampir tamat! +demo.demoExpired=Masa demo tamat! +demo.help.buy=Beli Sekarang! +demo.help.fullWrapped=Demo ini akan berlangsung selama 5 hari dalam permainan (kira-kira 1 jam dan 40 minit masa sebenar). Tinjau pencapaian untuk mendapatkan bantuan! Selamat bermain! +demo.help.inventory=Gunakan %1$s untuk membuka inventori anda +demo.help.jump=Lompat dengan menekan %1$s +demo.help.later=Teruskan Bermain! +demo.help.movement=Gunakan %1$s, %2$s, %3$s, %4$s dan tetikus untuk bergerak +demo.help.movementMouse=Lihat di sekeliling menggunakan tetikus +demo.help.movementShort=Bergerak dengan menekan %1$s, %2$s, %3$s, %4$s +demo.help.title=Mod Demo Minecraft +demo.remainingTime=Masa tinggal: %s +demo.reminder=Tempoh demo telah tamat, sila beli permainan ini untuk meneruskan permainan atau mulakan dunia baharu! +disconnect.closed=Sambungan ditutup +disconnect.disconnected=Diputuskan oleh Pelayan +disconnect.endOfStream=Hujung strim +disconnect.genericReason=%s +disconnect.kicked=Telah dihalau dari permainan +disconnect.loginFailed=Gagal untuk melog masuk +disconnect.loginFailedInfo=Gagal untuk melog masuk: %s +disconnect.loginFailedInfo.invalidSession=Sesi tidak sah (cuba mulakan semula permainan anda) +disconnect.loginFailedInfo.serversUnavailable=Pengesahan sedang turun untuk penyelenggaraan. +disconnect.lost=Sambungan Hilang +disconnect.overflow=Penimbal melimpah +disconnect.quitting=Sedang keluar +disconnect.spam=Diusir kerana penspaman +disconnect.timeout=Tamat masa +enchantment.arrowDamage=Kuasa +enchantment.arrowFire=Nyala +enchantment.arrowInfinite=Infiniti +enchantment.arrowKnockback=Tumbukan +enchantment.damage.all=Ketajaman +enchantment.damage.arthropods=Pembinasaan kepada Anthropod +enchantment.damage.undead=Kudus +enchantment.digging=Kecekapan +enchantment.durability=Tahan Pecahan +enchantment.fire=Unsur Api +enchantment.fishingSpeed=menarik +enchantment.knockback=Kuasa Tolakan +enchantment.level.1=I +enchantment.level.10=X +enchantment.level.2=II +enchantment.level.3=III +enchantment.level.4=IV +enchantment.level.5=V +enchantment.level.6=VI +enchantment.level.7=VII +enchantment.level.8=VIII +enchantment.level.9=IX +enchantment.lootBonus=Rompakan +enchantment.lootBonusDigger=Tuah +enchantment.lootBonusFishing=Tuah di laut +enchantment.oxygen=Pernafasan +enchantment.protect.all=Perlindungan +enchantment.protect.explosion=Ketahanan Letupan +enchantment.protect.fall=Peringan Kejatuhan +enchantment.protect.fire=Ketahanan Api +enchantment.protect.projectile=Perlindungan Peluru +enchantment.thorns=Duri +enchantment.untouching=Sentuhan Halus +enchantment.waterWorker=Kepantasan Didalam Laut +entity.Arrow.name=anak panah +entity.Bat.name=Kelawar +entity.Blaze.name=Blaze +entity.Boat.name=Bot +entity.Cat.name=Kucing +entity.CaveSpider.name=Labah-Labah Gua +entity.Chicken.name=Ayam +entity.Cow.name=Lembu +entity.Creeper.name=Creeper +entity.EnderDragon.name=Naga Akhiran +entity.Enderman.name=Manusia Akhiran +entity.EntityHorse.name=Kuda +entity.FallingSand.name=Blok yang Jatuh +entity.Fireball.name=Bebola Api +entity.Ghast.name=Ghast +entity.Giant.name=Gergasi +entity.Item.name=Item +entity.LavaSlime.name=Kiub Magma +entity.Minecart.name=Kereta Lombong +entity.Mob.name=Mob +entity.Monster.name=Raksasa +entity.MushroomCow.name=Mooshroom +entity.Ozelot.name=Harimau Oselot +entity.Painting.name=Lukisan +entity.Pig.name=Babi +entity.PigZombie.name=Manusia Khinzir Zombi +entity.PrimedTnt.name=Blok TNT +entity.Sheep.name=Biri-Biri +entity.Silverfish.name=Gegat +entity.Skeleton.name=Rangka +entity.Slime.name=Lendir +entity.SmallFireball.name=Bebola Api Kecil +entity.SnowMan.name=Golem Salji +entity.Snowball.name=Bebola Salji +entity.Spider.name=Labah-Labah +entity.Squid.name=Sotong +entity.Villager.name=Penduduk Kampung +entity.VillagerGolem.name=Golem Besi +entity.Witch.name=Ahli Sihir +entity.WitherBoss.name=Penglayu +entity.Wolf.name=Serigala +entity.XPOrb.name=Bebola Pengalaman +entity.Zombie.name=Zombi +entity.donkey.name=Keldai +entity.generic.name=tidak dikenali +entity.horse.name=Kuda +entity.mule.name=Baghal +entity.skeletonhorse.name=Kuda Kerangka +entity.zombiehorse.name=Kuda Zombi +gameMode.adventure=Mod Pengembaraan +gameMode.changed=Mod permainan anda telah dikemaskinikan +gameMode.creative=Mod Kreatif +gameMode.hardcore=Mod Tegar! +gameMode.survival=Mod Kemandirian +generator.amplified=DIKUATKAN +generator.amplified.info=Notis: Hanya untuk keseronokkan, memerlukan komputer yang kuat +generator.default=Lalai +generator.flat=Lampau Rata +generator.largeBiomes=Biom Besar +gui.achievements=Pencapaian +gui.back=Kembali +gui.cancel=Batal +gui.done=Selesai +gui.down=Bawah +gui.no=Tidak +gui.stats=Statistik +gui.toMenu=Balik ke menu utama +gui.up=Atas +gui.yes=Ya +inventory.binSlot=Musnahkan Item +item.apple.name=Epal +item.appleGold.name=Epal Emas +item.arrow.name=Anak Panah +item.bed.name=Katil +item.beefCooked.name=Daging Lembu +item.beefRaw.name=Daging Lembu Mentah +item.blazePowder.name=Serbuk Blaze +item.blazeRod.name=Rod Blaze +item.boat.name=Kapal +item.bone.name=Tulang +item.book.name=Buku +item.bootsChain.name=But Rantai +item.bootsCloth.name=But Kulit +item.bootsDiamond.name=But Berlian +item.bootsGold.name=But emas +item.bootsIron.name=But Besi +item.bow.name=Busur +item.bowl.name=Mangkuk +item.bread.name=Roti +item.brewingStand.name=Tapak Membru +item.brick.name=Bata +item.bucket.name=Baldi +item.bucketLava.name=Baldi Lava +item.bucketWater.name=Baldi Air +item.cake.name=Kek +item.carrotGolden.name=Lobak Emas +item.carrotOnAStick.name=Lobak di atas Kayu +item.carrots.name=Lobak +item.cauldron.name=Kawah +item.charcoal.name=Arang +item.chestplateChain.name=Perisai Dada Rantai +item.chestplateCloth.name=Jubah Kulit +item.chestplateDiamond.name=Perisai Dada Berlian +item.chestplateGold.name=Perisai Dada Emas +item.chestplateIron.name=Perisai Dada Besi +item.chickenCooked.name=Ayam Masak +item.chickenRaw.name=Ayam Mentah +item.clay.name=Tanah Liat +item.clock.name=Jam +item.coal.name=Arang Batu +item.comparator.name=Pembanding Batu Merah +item.compass.name=Kompas +item.cookie.name=Biskut +item.diamond.name=Berlian +item.diode.name=Alat Pengulang Batu Merah +item.doorIron.name=Pintu Besi +item.dyePowder.black.name=Pundi Dakwat +item.dyePowder.blue.name=Lapis Lazuli +item.dyePowder.brown.name=Biji Koko +item.dyePowder.cyan.name=Pewarna Sian +item.dyePowder.gray.name=Pewarna Kelabu +item.dyePowder.green.name=Kaktus Hijau +item.dyePowder.lightBlue.name=Pewarna Biru Muda +item.dyePowder.lime.name=Pewarna Limau Hijau +item.dyePowder.magenta.name=Pewarna Magenta +item.dyePowder.orange.name=Pewarna Oren +item.dyePowder.pink.name=Pewarna Merah Jambu +item.dyePowder.purple.name=Pewarna Ungu +item.dyePowder.red.name=Ros Merah +item.dyePowder.silver.name=Pewarna Kelabu Muda +item.dyePowder.white.name=Serbuk Tulang +item.dyePowder.yellow.name=Dandelion Kuning +item.dyed=Diwarnakan +item.egg.name=Telur +item.emerald.name=Zamrud +item.emptyMap.name=Peta Kosong +item.emptyPotion.name=Botol Air +item.enchantedBook.name=Buku Tersihir +item.enderPearl.name=Mutiara Akhiran +item.expBottle.name=Botol Berisi Penyihiran +item.eyeOfEnder.name=Mata Akhiran +item.feather.name=Bulu +item.fermentedSpiderEye.name=Mata Labah-Labah Ditapai +item.fireball.name=Bebola Api +item.fireworks.flight=Tempoh Penerbangan: +item.fireworks.name=Roket Bunga Api +item.fireworksCharge.black=Hitam +item.fireworksCharge.blue=Biru +item.fireworksCharge.brown=Perang +item.fireworksCharge.customColor=Tersuai +item.fireworksCharge.cyan=Sian +item.fireworksCharge.fadeTo=Memudar menjadi +item.fireworksCharge.flicker=Sinar +item.fireworksCharge.gray=Kelabu +item.fireworksCharge.green=Hijau +item.fireworksCharge.lightBlue=Biru Muda +item.fireworksCharge.lime=Limau +item.fireworksCharge.magenta=Magenta +item.fireworksCharge.name=Bintang Bunga Api +item.fireworksCharge.orange=Jingga +item.fireworksCharge.pink=Merah Jambu +item.fireworksCharge.purple=Ungu +item.fireworksCharge.red=Merah +item.fireworksCharge.silver=Kelabu Muda +item.fireworksCharge.trail=Jejak +item.fireworksCharge.type=Bentuk Tak Diketahui +item.fireworksCharge.type.0=Bebola Halus +item.fireworksCharge.type.1=Bebola Besar +item.fireworksCharge.type.2=Berbentuk Bintang +item.fireworksCharge.type.3=Berbentuk Creeper +item.fireworksCharge.type.4=Meletup +item.fireworksCharge.white=Putih +item.fireworksCharge.yellow=Kuning +item.fish.clownfish.raw.name=Ikan Badut +item.fish.cod.cooked.name=Ikan Bakar +item.fish.cod.raw.name=Ikan Mentah +item.fish.pufferfish.raw.name=ikan penghembus +item.fish.salmon.cooked.name=Salmon Bakar +item.fish.salmon.raw.name=Salmon Mentah +item.fishingRod.name=Alat Pemancing Ikan +item.flint.name=Batu Api +item.flintAndSteel.name=Batu Api dan Keluli +item.flowerPot.name=Pasu Bunga +item.frame.name=Bingkai Item +item.ghastTear.name=Air Mata Ghast +item.glassBottle.name=Botol Kaca +item.goldNugget.name=Kepingan Emas +item.hatchetDiamond.name=Kapak Berlian +item.hatchetGold.name=Kapak Emas +item.hatchetIron.name=Kapak Besi +item.hatchetStone.name=Kapak Batu +item.hatchetWood.name=Kapak Kayu +item.helmetChain.name=Topi Keledar Rantai +item.helmetCloth.name=Topi Kulit +item.helmetDiamond.name=Topi Keledar Berlian +item.helmetGold.name=Topi Keledar Emas +item.helmetIron.name=Topi Keledar Besi +item.hoeDiamond.name=Cangkul Berlian +item.hoeGold.name=Cangkul Emas +item.hoeIron.name=Cangkul Besi +item.hoeStone.name=Cangkul Batu +item.hoeWood.name=Cangkul Kayu +item.horsearmordiamond.name=Perisai Kuda Berlian +item.horsearmorgold.name=Perisai Kuda Emas +item.horsearmormetal.name=Perisai Kuda Besi +item.ingotGold.name=Jongkang Emas +item.ingotIron.name=Jongkang Besi +item.leash.name=Tali Pengikat +item.leather.name=Kulit Lembu +item.leaves.name=Daun +item.leggingsChain.name=Seluar Rantai +item.leggingsCloth.name=Seluar Kulit +item.leggingsDiamond.name=Perisai Kaki Berlian +item.leggingsGold.name=Seluar Emas +item.leggingsIron.name=Perisai Kaki Besi +item.magmaCream.name=Krim Magma +item.map.name=Peta +item.melon.name=Tembikai +item.milk.name=Susu +item.minecart.name=Minecart +item.minecartChest.name=Kereta Lombong Dilengkapi Peti Simpanan +item.minecartCommandBlock.name=Kereta Lombong Dengan Blok Penguasaan +item.minecartFurnace.name=Kereta Lombong Dilengkapi Relau +item.minecartHopper.name=Minecart dengan Hopper +item.minecartTnt.name=Minecart dengan TNT +item.monsterPlacer.name=Penjelma +item.mushroomStew.name=Stew Cendawan +item.nameTag.name=Tag Nama +item.netherStalkSeeds.name=Ketuat Neraka +item.netherStar.name=Bintang Nether +item.netherbrick.name=Bata Neraka +item.netherquartz.name=Kuarza Neraka +item.painting.name=Lukisan +item.paper.name=Kertas +item.pickaxeDiamond.name=Beliung Berlian +item.pickaxeGold.name=Beliung Emas +item.pickaxeIron.name=Beliung Besi +item.pickaxeStone.name=Beliung Batu +item.pickaxeWood.name=Beliung Kayu +item.porkchopCooked.name=Daging Babi Masak +item.porkchopRaw.name=Daging Babi Mentah +item.potato.name=Kentang +item.potatoBaked.name=Kentang Bakar +item.potatoPoisonous.name=Kentang Beracun +item.potion.name=Posyen +item.pumpkinPie.name=Pai Lelabu +item.record.11.desc=C418 - 11 +item.record.13.desc=C418 - 13 +item.record.blocks.desc=C418 - blocks +item.record.cat.desc=C418 - cat +item.record.chirp.desc=C418 - chirp +item.record.far.desc=C418 - far +item.record.mall.desc=C418 - mall +item.record.mellohi.desc=C418 - mellohi +item.record.name=Cakera Musik +item.record.stal.desc=C418 - stal +item.record.strad.desc=C418 - strad +item.record.wait.desc=C418 - wait +item.record.ward.desc=C418 - ward +item.redstone.name=Batu Merah +item.reeds.name=Tebu +item.rottenFlesh.name=Daging Reput +item.ruby.name=Delima +item.saddle.name=Pelana +item.seeds.name=Benih +item.seeds_melon.name=Benih Melon +item.seeds_pumpkin.name=Benih Labu +item.shears.name=Pemotong +item.shovelDiamond.name=Penyodok Berlian +item.shovelGold.name=Penyodok Emas +item.shovelIron.name=Penyodok Besi +item.shovelStone.name=Penyodok Batu +item.shovelWood.name=Penyodok Kayu +item.sign.name=Papan Tanda +item.skull.char.name=Kepala +item.skull.creeper.name=Kepala Creeper +item.skull.player.name=Kepala %s +item.skull.skeleton.name=Tengkorak Kerangka +item.skull.wither.name=Tengkorak Kerangka Penglayu +item.skull.zombie.name=Tengkorak Zombi +item.slimeball.name=Bebola Lendir +item.snowball.name=Bola Salji +item.speckledMelon.name=Tembikai Berkilauan +item.spiderEye.name=Mata Labah-Labah +item.stick.name=Batang Kayu +item.string.name=Tali +item.sugar.name=Gula +item.sulphur.name=Serbuk Letupan +item.swordDiamond.name=Pedang Berlian +item.swordGold.name=Pedang Emas +item.swordIron.name=Pedang Besi +item.swordStone.name=Pedang Batu +item.swordWood.name=Pedang Kayu +item.unbreakable=Tidak boleh dipecahkan +item.wheat.name=Gandum +item.writingBook.name=Buku dan Bulu Pelepah +item.writtenBook.name=Buku Bertulis +item.yellowDust.name=Serbuk Batu Berkilau +itemGroup.brewing=Pembruan +itemGroup.buildingBlocks=Blok-Blok Pembinaan +itemGroup.combat=Kombat +itemGroup.decorations=Blok-Blok Perhiasan +itemGroup.food=Makanan +itemGroup.inventory=Inventori Kemandirian +itemGroup.materials=Bahan-Bahan +itemGroup.misc=Lain-Lain +itemGroup.redstone=Batu Merah +itemGroup.search=Cari Item +itemGroup.tools=Alatan +itemGroup.transportation=Pengangkutan +key.attack=Menyerang/Memusnahkan +key.back=Berjalan Belakang +key.categories.gameplay=Permainan +key.categories.inventory=Inventori +key.categories.misc=Lain-lain +key.categories.movement=Pergerakan +key.categories.multiplayer=Berbilangan +key.categories.stream=Penstriman +key.categories.ui=Antara muka Permainan +key.chat=Membuka Ruang Perbualan +key.command=Membuka Ruangan Perintah +key.drop=Jatuhkan Barangan +key.forward=Berjalan Hadapan +key.fullscreen=Aktifkan skrin penuh +key.hotbar.1=Slot pertama Hotbar +key.hotbar.2=Slot ke-2 Hotbar +key.hotbar.3=Slot ke-3 Hotbar +key.hotbar.4=Slot ke-4 Hotbar +key.hotbar.5=Slot ke-5 Hotbar +key.hotbar.6=Slot ke-6 Hotbar +key.hotbar.7=Slot ke-7 Hotbar +key.hotbar.8=Slot ke-8 Hotbar +key.hotbar.9=Slot ke-9 Hotbar +key.inventory=Inventori +key.jump=Lompat +key.left=Bergerak Kiri +key.mouseButton=Butang %1$s +key.pickItem=Pilih Blok +key.playerlist=Senarai Pemain +key.right=Bergerak Kanan +key.screenshot=Mangambil Tangkapan Skrin +key.smoothCamera=Menogel Kamera Sinematik +key.sneak=Selinap +key.sprint=Lari +key.streamCommercial=Tunjukkan iklan aliran +key.streamPauseUnpause=Hentikan/Teruskan aliran +key.streamStartStop=Mula/tamat aliran +key.streamToggleMic=Tekan untuk bercakap/senyap +key.togglePerspective=Menogel Perspektif +key.use=Mengunakan Barangan/Meletakkan Blok +lanServer.otherPlayers=Tetapan untuk Pemain-Pemain Lain +lanServer.scanning=Mengimbas untuk permainan pada rangkaian tempatan anda +lanServer.start=Mulakan Dunia LAN +lanServer.title=Dunia LAN +language.code=ms_MY +language.name=Bahasa Melayu +language.region=Malaysia +mcoServer.title=Dunia Dalam Talian Minecraft +menu.convertingLevel=Menukar dunia +menu.disconnect=Putuskan +menu.game=Menu Permainan +menu.generatingLevel=Dunia sedang dijanakan +menu.generatingTerrain=Muka bumi sedang dibina +menu.loadingLevel=Memuatkan dunia +menu.multiplayer=Main dengan kawan-kawan +menu.options=Opsyen... +menu.playdemo=Main Dunia Demokrasi +menu.quit=Hentikan Permainan +menu.resetdemo=Set Semula Dunia Demo +menu.respawning=Sedang Menjelma Semula +menu.returnToGame=Balik ke Permainan +menu.returnToMenu=Simpan Fail dan Kembali ke Menu Utama +menu.shareToLan=Dibuka kepada LAN +menu.simulating=Dunia sedang disimulasikan +menu.singleplayer=Permainan Tunggal +menu.switchingLevel=Dunia sedang dialihkan +mount.onboard=Tekan %1$s untuk menurun +multiplayer.connect=Sambung +multiplayer.downloadingStats=Sedang memuat turun Statistik & Pencapaian... +multiplayer.downloadingTerrain=Rupa bumi sedang dimuat turunkan +multiplayer.info1=Permainan Jamak Minecraft belum disiapkan pada masa ini, tetapi +multiplayer.info2=terdapat pengujian awal yang berpepijat sedang dijalankan. +multiplayer.ipinfo=Masukkan IP server untuk menyambung kepadanya: +multiplayer.player.joined=%s telah menyertai permainan ini +multiplayer.player.joined.renamed=%s (dahulu dikenali sebagai %s) menyertai Permainan +multiplayer.player.left=%s telah keluar daripada permainan ini +multiplayer.stopSleeping=Meninggalkan Katil +multiplayer.texturePrompt.line1=Pelayan ini mengesyorkan penggunaan pek sumber langganan. +multiplayer.texturePrompt.line2=Adakah anda ingin memuat turun dan memasangkannya secara automatik? +multiplayer.title=Main Permainan Jamak +options.advancedButton=Seting Video lebih maju... +options.advancedOpengl=Advanced OpenGL +options.advancedVideoTitle=Tetapan Video Lebih Lanjut +options.anaglyph=Anaglif 3D +options.ao=Pencahayaan Licin +options.ao.max=Maximum +options.ao.min=minimum +options.ao.off=DITUTUP +options.chat.color=Warna +options.chat.height.focused=Ketinggian fokus +options.chat.height.unfocused=Ketinggian tidak fokus +options.chat.links=Pautan Web +options.chat.links.prompt=Cepat pada Pautan +options.chat.opacity=Kelagapan +options.chat.scale=Skala +options.chat.title=Tetapan Bual... +options.chat.visibility=Bual +options.chat.visibility.full=Dipaparkan +options.chat.visibility.hidden=Diselindung +options.chat.visibility.system=Perintah-Perintah Sahaja +options.chat.width=Lebar +options.controls=Kawalan... +options.difficulty=Kesukaran +options.difficulty.easy=Senang +options.difficulty.hard=Sukar +options.difficulty.hardcore=Hardcore +options.difficulty.normal=Biasa +options.difficulty.peaceful=Aman +options.farWarning1=Pemasangan Java 64 bit disarankan +options.farWarning2=untuk mengemukakan jarak 'Jauh' (anda mempunyai pemasangan 32 bit) +options.fboEnable=Aktifkan FBO +options.forceUnicodeFont=Paksa Fon Unicode +options.fov=Medan Penglihatan +options.fov.max=Quake Pro +options.fov.min=Biasa +options.framerateLimit=Kadar Frame Maksimum +options.framerateLimit.max=Tanpa had +options.fullscreen=Skrin Penuh +options.gamma=Keterangan +options.gamma.max=Terang +options.gamma.min=Muram +options.graphics=Grafik +options.graphics.fancy=Mewah +options.graphics.fast=Cepat +options.guiScale=Skala GUI +options.guiScale.auto=Auto +options.guiScale.large=Besar +options.guiScale.normal=Biasa +options.guiScale.small=Kecil +options.hidden=Terlindung +options.invertMouse=Songsangkan Tetikus +options.language=Bahasa... +options.languageWarning=Terjemahan bahasa mungkin tidak 100%% tepat +options.mipmapLevels=Aras Mipmap +options.multiplayer.title=Tetapan Permainan Jamak... +options.music=Muzik +options.off=TUTUP +options.on=BUKA +options.particles=Partikel +options.particles.all=Semua +options.particles.decreased=Dikurangkan +options.particles.minimal=Minimum +options.performanceButton=Penetapa prestasi video... +options.performanceVideoTitle=Tetapan Video Lebih Lanjut +options.postButton=Tetapan Pasca Pemerosesan +options.postProcessEnable=Aktifkan pemprosesan semula +options.postVideoTitle=Tetapan Pasca Pemerosesan +options.qualityButton=Penetapan kualiti video... +options.qualityVideoTitle=Tetapan Kualiti Video +options.renderClouds=Awan +options.renderDistance=Jarak Pengemukaan +options.renderDistance.far=Jauh +options.renderDistance.normal=Biasa +options.renderDistance.short=Pendek +options.renderDistance.tiny=Kecil +options.resourcepack=Pek-pek Sumber... +options.saturation=Kepekatan +options.sensitivity=Sensitiviti +options.sensitivity.max=HIPERLAJU!!! +options.sensitivity.min=*kuap* +options.snooper=Benarkan Peninjau +options.snooper.desc=Kami ingin mengumpulkan maklumat tentang mesin anda untuk membantu memperbaiki Minecraft dengan mengetahui apa yang dapat kami sokong dan di mana masalah terbesar. Semua maklumat ini sama sekali adalah tanpa nama dan dapat dilihat di bawah. Kami berjanji bahawa kami tidak akan melakukan apa-apa yang buruk dengan data ini, tetapi jika anda ingin memilih keluar, anda dipersilakan untuk togolkannya tutup! +options.snooper.title=Pengumpulan Spesifikasi Mesin +options.snooper.view=Tetapan Peninjau... +options.sound=Bunyi +options.sounds=Muzik & Bunyi... +options.sounds.title=Pilihan Muzik & Bunyi +options.stream=Tetapan Siaran... +options.stream.bytesPerPixel=Kualiti +options.stream.changes=Anda mungkin perlu mula semula aliran untuk perubahan mengambil tempat. +options.stream.chat.enabled=Aktifkan +options.stream.chat.enabled.always=Sentiasa +options.stream.chat.enabled.never=Tidak perlu +options.stream.chat.enabled.streaming=Apabila sedang dialirkan +options.stream.chat.title=Tetapan sembang Twitch +options.stream.chat.userFilter=Penapis pengguna +options.stream.chat.userFilter.all=Semua penonton +options.stream.chat.userFilter.mods=Moderator +options.stream.chat.userFilter.subs=Pelanggan +options.stream.compression=Mampatan +options.stream.compression.high=Tinggi +options.stream.compression.low=Rendah +options.stream.compression.medium=Sederhana +options.stream.estimation=Anggaran resolusi: %sx%s +options.stream.fps=Kadar bingkai +options.stream.ingest.reset=Set semula tetapan +options.stream.ingest.title=Pelayan siaran Twitch +options.stream.ingestSelection=Senarai pelayan siaran +options.stream.kbps=Lebar jalur +options.stream.micToggleBehavior=Hantar kepada +options.stream.micVolumne=Tahap bunyi Mikrofon +options.stream.mic_toggle.mute=Senyapkan +options.stream.mic_toggle.talk=Cakap +options.stream.sendMetadata=Hantar Metadata +options.stream.systemVolume=Tahap suara sistem +options.stream.title=Tetapan Siaran Twitch +options.title=Pilihan +options.touchscreen=Mod Skrin Sentuh +options.video=Tetapan Video... +options.videoTitle=Tetapan Video +options.viewBobbing=Pendangan Melantun +options.visible=Dipaparkan +options.vsync=Gunakan VSync +potion.absorption=Penyerapan +potion.absorption.postfix=Posyen Penyerap +potion.blindness=Kebutaan +potion.blindness.postfix=Posyen Kebutaan +potion.confusion=Rasa Loya +potion.confusion.postfix=Posyen Loya +potion.damageBoost=Kekuatan +potion.damageBoost.postfix=Posyen Kekuatan +potion.digSlowDown=Keletihan Melombong +potion.digSlowDown.postfix=Posyen Kembodohan +potion.digSpeed=Kegopohan +potion.digSpeed.postfix=Posyen Kepantasan +potion.effects.whenDrank=Apabila Digunakan: +potion.empty=Tiada Kesan +potion.fireResistance=Ketahanan Api +potion.fireResistance.postfix=Posyen Ketahanan Api +potion.harm=Kecederaan Serta Merta +potion.harm.postfix=Posyen Menyakitan +potion.heal=Penyembuhan Serta Merta +potion.heal.postfix=Posyen Kesihatan +potion.healthBoost=Boost Kesihatan +potion.healthBoost.postfix=Posyen Nyawa +potion.hunger=Kelaparan +potion.hunger.postfix=Posyen Kelaparan +potion.invisibility=Halimunan +potion.invisibility.postfix=Posyen Halimunan +potion.jump=Peningkatan Kuasa Lompatan +potion.jump.postfix=Posyen Lompatan +potion.moveSlowdown=Kelambatan +potion.moveSlowdown.postfix=Posyen Kelambatan +potion.moveSpeed=Kelajuan +potion.moveSpeed.postfix=Posyen Kecepatan +potion.nightVision=Penglihatan Malam +potion.nightVision.postfix=Posyen Penglihatan Gelap +potion.poison=Keracunan +potion.poison.postfix=Posyen Keracunan +potion.potency.1=II +potion.potency.2=III +potion.potency.3=IV +potion.prefix.acrid=Marah +potion.prefix.artless=Tanpa Seni +potion.prefix.awkward=Kekok +potion.prefix.bland=Tawar +potion.prefix.bulky=Besar +potion.prefix.bungling=Ceroboh +potion.prefix.buttered=Bermentega +potion.prefix.charming=Menawan +potion.prefix.clear=Jernih +potion.prefix.cordial=Mesra +potion.prefix.dashing=Kacak +potion.prefix.debonair=Riang +potion.prefix.diffuse=Meresap +potion.prefix.elegant=Anggun +potion.prefix.fancy=Mewah +potion.prefix.flat=Rata +potion.prefix.foul=Kotor +potion.prefix.grenade=Percik +potion.prefix.gross=Jijik +potion.prefix.harsh=Kasar +potion.prefix.milky=Bersusu +potion.prefix.mundane=Biasa +potion.prefix.odorless=Tidak Berbau +potion.prefix.potent=Mujarab +potion.prefix.rank=Pangkat +potion.prefix.refined=Ditapis +potion.prefix.smooth=Licin +potion.prefix.sparkling=Berkilau +potion.prefix.stinky=Busuk +potion.prefix.suave=Lembut +potion.prefix.thick=Tebal +potion.prefix.thin=Nipis +potion.prefix.uninteresting=Membosankan +potion.regeneration=Pertumbuhan Semula +potion.regeneration.postfix=Posyen Penjanaan Semula +potion.resistance=Rintangan +potion.resistance.postfix=Posyen Ketahanan +potion.saturation=Tepu +potion.saturation.postfix=Posyen Tepuan +potion.waterBreathing=Pernafasan Air +potion.waterBreathing.postfix=Posyen Pernafasan Air +potion.weakness=Kelemahan +potion.weakness.postfix=Posyen Meletihkan +potion.wither=Penglayu +potion.wither.postfix=Posyen Pengelayuan +record.nowPlaying=Sedang dimainkan: %s +resourcePack.available.title=Pek Sumber tersedia +resourcePack.folderInfo=(Letakkan fail-fail pek sumber di sini) +resourcePack.openFolder=Buka folder pek sumber +resourcePack.selected.title=Pek Sumber dipilih +resourcePack.title=Memilih Pek Sumber +screenshot.failure=Tidak dapat menyimpan screenshot: %s +screenshot.success=Screenshot disimpan sebagai %s +selectServer.add=Tambah server +selectServer.defaultName=Pelayan Minecraft +selectServer.delete=Hapus +selectServer.deleteButton=Hapuskan +selectServer.deleteQuestion=Adakah anda pasti anda ingin menghapuskan server ini? +selectServer.deleteWarning=akan hilang untuk selama-lamanya! (Tempoh masa yang lama!) +selectServer.direct=Sambung Terus +selectServer.edit=Sunting +selectServer.empty=kosong +selectServer.hiddenAddress=(Tersembunyi) +selectServer.refresh=Segar Semula +selectServer.select=Sertai Server +selectServer.title=Pilih Server +selectWorld.allowCommands=Membenarkan Penipuan: +selectWorld.allowCommands.info=Perintah-perintah seperti /gamemode, /xp +selectWorld.bonusItems=Peti Bonus: +selectWorld.cheats=Penipuan +selectWorld.conversion=Perlu ditukar! +selectWorld.create=Membina Dunia Baharu +selectWorld.createDemo=Bermain Dunia Demo Baru +selectWorld.customizeType=Suaikan +selectWorld.delete=Hapus +selectWorld.deleteButton=Hapus +selectWorld.deleteQuestion=Adakah anda pasti anda hendak menghapuskan dunia ini? +selectWorld.deleteWarning=akan hilang untuk selama-lamanya! (Tempoh masa yang lama!) +selectWorld.empty=kosong +selectWorld.enterName=Nama Dunia +selectWorld.enterSeed=Benih untuk Penjanaan Dunia +selectWorld.gameMode=Mod Permainan +selectWorld.gameMode.adventure=Pengembaraan +selectWorld.gameMode.adventure.line1=Sama seperti mod hidup, tetapi bongkah tidak boleh +selectWorld.gameMode.adventure.line2=ditambah atau ditanggalkan +selectWorld.gameMode.creative=Kreatif +selectWorld.gameMode.creative.line1=Sumber tanpa had, terbang bebas dan +selectWorld.gameMode.creative.line2=blok-blok dihapuskan secara serta-merta +selectWorld.gameMode.hardcore=Tegar +selectWorld.gameMode.hardcore.line1=Sama seperti mod hidup, dikunci pada paling susah +selectWorld.gameMode.hardcore.line2=kesukaran, dan satu nyawa sahaja +selectWorld.gameMode.survival=Kemandirian +selectWorld.gameMode.survival.line1=Mencari sumber, pertukangan, memperoleh +selectWorld.gameMode.survival.line2=tahap, kesihatan dan kelaparan +selectWorld.hardcoreMode=Tegar: +selectWorld.hardcoreMode.info=Dunia dihapuskan apabila mati +selectWorld.mapFeatures=Menjana Struktur: +selectWorld.mapFeatures.info=Kampung, kubu dan lain-lain +selectWorld.mapType=Jenis Dunia: +selectWorld.mapType.normal=Biasa +selectWorld.moreWorldOptions=Lebih Opsyen Dunia... +selectWorld.newWorld=Dunia Baru +selectWorld.newWorld.copyOf=Salinan %s +selectWorld.recreate=Cipta Semula +selectWorld.rename=Menamakan Semula +selectWorld.renameButton=Tukar Nama +selectWorld.renameTitle=Tukar Nama Dunia +selectWorld.resultFolder=Akan disimpan di: +selectWorld.seedInfo=Biarkan kosong untuk pemilihan bijih secara rawak +selectWorld.select=Main Dunia yang Dipilih +selectWorld.title=Pilih Dunia +selectWorld.world=Dunia +sign.edit=Sunting mesej pada papan tanda +soundCategory.ambient=Persekitaran/sekeliling +soundCategory.block=Blok +soundCategory.hostile=Makhluk-makhluk bermusuhan +soundCategory.master=Kelantangan Induk +soundCategory.music=Muzik +soundCategory.neutral=Makhluk-makhluk mesra +soundCategory.player=Pemain +soundCategory.record=Jukebox/Blok Nota +soundCategory.weather=Cuaca +stat.animalsBred=Haiwan yang diternak +stat.blocksButton=Blok +stat.boatOneCm=Jarak dengan Kapal +stat.breakItem=%1$s Dihabiskan +stat.climbOneCm=Jarak Memanjat +stat.craftItem=%1$s Dihasilkan +stat.crafted=Kali Dihasilkan +stat.createWorld=Dunia telah dicipta +stat.damageDealt=Kecederaan Diberi +stat.damageTaken=Kecederaan Diterima +stat.deaths=Jumlah Kematian +stat.depleted=Kali Habis Digunakan +stat.diveOneCm=Jarak Menyelam +stat.drop=Barang Dibuangkan +stat.entityKilledBy=%s telah membunuh anda %s kali +stat.entityKilledBy.none=Anda tidak pernah dibunuh oleh %s +stat.entityKills=Anda membunuh %s %s +stat.entityKills.none=Anda tidak pernah membunuh %s +stat.fallOneCm=Jarak Jatuh +stat.fishCaught=Ikan Ditangkap +stat.flyOneCm=Jarak Berterbangan +stat.generalButton=Umum +stat.horseOneCm=Jarak dengan Kuda +stat.itemsButton=Barang-barang +stat.joinMultiplayer=Permainan jamak disertai +stat.jump=Kali Melompat +stat.junkFished=Sampah dipancing +stat.leaveGame=Permainan dihentikan +stat.loadWorld=Fail simpan dimuatkan +stat.mineBlock=%1$s Dilombongkan +stat.minecartOneCm=Jarak dengan Kereta Lombong +stat.mined=Kali Dilombong +stat.mobKills=Makhluk Dibunuh +stat.mobsButton=Mobs +stat.pigOneCm=Jarak dengan Babi +stat.playOneMinute=Minit Bermain +stat.playerKills=Pemain Dibunuh +stat.startGame=Kali bermain +stat.swimOneCm=Jarak Berenang +stat.treasureFished=Harta karun dipancing +stat.useItem=%1$s Digunakan +stat.used=Kali Digunakan +stat.walkOneCm=Jarak Berjalan Kaki +stats.tooltip.type.achievement=Pencapaian +stats.tooltip.type.statistic=Statistik +stream.confirm_start=Adakah anda pasti anda mahu memulakan penyiaran? +stream.unavailable.account_not_bound=Sebelum anda boleh menyiarkan Minecraft melalui Twitch, anda perlu menghubungkan akaun Twitch anda pada mojang.com. Lakukannya sekarang? +stream.unavailable.account_not_bound.okay=Hubungkan Akaun +stream.unavailable.account_not_migrated=Sebelum anda boleh menyiarkan Minecraft melalui Twitch, anda akan perlu mamindahkan akaun Minecraft anda kepada akaun Mojang. Adakah anda mahu melakukannya sekarang? +stream.unavailable.account_not_migrated.okay=Pindakhan Akaun +stream.unavailable.failed_auth=Pengesahan untuk Twitch gagal. Sila pergi ke mojang.com dan hubung semula akaun Twitch anda. +stream.unavailable.failed_auth.okay=Hubung semula akaun +stream.unavailable.failed_auth_error=Tidak dapat mengesahkan Twitch. Sila cuba lagi kemudian. +stream.unavailable.initialization_failure=Tidak dapat memulakan Twitch SDK. +stream.unavailable.initialization_failure.extra=(Sebab: %s) +stream.unavailable.library_arch_mismatch=Versi tersuai java yang digunakan untuk melancarkan Minecraft mempunyai binaan yang berbeza daripada yang digunakan untuk menjalankan pelancar. Sila periksa binaan java, 32-bit atau 64-bit bagi kedua-duanya. +stream.unavailable.library_failure=Tidak dapat memuatkan 'libraries' yang diperlukan untuk perkhidmatan penyiaran Twitch bersepadu. +stream.unavailable.no_fbo=Kad video anda perlu menyokong sekurang-kurangnya OpenGL versi 3.0 atau menyokong 'Framebuffer Object" melalui sambungan luar untuk menggunakan penyiaran Twitch bersepadu. +stream.unavailable.no_fbo.arb=Sokongan objek "Frame buffer" melalui ARB: %s +stream.unavailable.no_fbo.blend=Asingkan sokongan pengadun melalui EXT: %s +stream.unavailable.no_fbo.ext=Framebuffer objek sokongan melalui EXT: %s +stream.unavailable.no_fbo.version=Anda sedang menggunakan: %s +stream.unavailable.not_supported.mac=Malangnya, penyiaran Twitch bersepadu pada Mac memerlukan versi lebih baru daripada versi sekarang. Anda mesti menggunakan 10.7 (Mac OS X Lion) atau yang lebih baru untuk menggunakan perkhidmatan ini. Anda ingin melawat apple.com untuk menaik taraf? +stream.unavailable.not_supported.mac.okay=Naik taraf +stream.unavailable.not_supported.other=Malangnya, perkhidmatan penyiaran Twitch bersepadu memerlukan Windows (Vista atau terbaharu) atau Mac OS X (10.7/Lion atau terbaharu) +stream.unavailable.not_supported.windows=Malangnya, penyiaran Twitch bersepadu memerlukan Windows versi lebih baru daripada sistem anda. Anda mesti menggunakan sekurang-kurangnya Windows Vista atau terbaharu. +stream.unavailable.report_to_mojang=Lapor kepada Mojang +stream.unavailable.soundflower.chat="Soundflower" Diperlukan untuk pengaliran daripada Mac. %s +stream.unavailable.soundflower.chat.link=Sila klik disini untuk memasangnya. +stream.unavailable.title=Penyiaran Twitch tiada +stream.unavailable.unknown=Malangnya, anda tidak dapat bersiar melalui Twitch pada masa ini, dan kami tidak tahu mengapa :'( +stream.unavailable.unknown.chat=Tidak dapat memulakan aliran: %s +stream.user.mode.administrator=Pentadbir Twitch +stream.user.mode.banned=Disekat +stream.user.mode.banned.other=Disekat daripada saluran %s's +stream.user.mode.banned.self=Disekat daripada saluran anda +stream.user.mode.broadcaster=Penyiar +stream.user.mode.broadcaster.other=Penyiar +stream.user.mode.broadcaster.self=Penyiar (Anda!) +stream.user.mode.moderator=Moderator +stream.user.mode.moderator.other=Moderator di %s's channel +stream.user.mode.moderator.self=Moderator saluran anda +stream.user.mode.staff=Kakitangan Twitch +stream.user.subscription.subscriber=Pelanggan +stream.user.subscription.subscriber.other=Pelanggan saluran %s's +stream.user.subscription.subscriber.self=Pelanggan saluran anda +stream.user.subscription.turbo=Twitch Turbo +stream.userinfo.ban=Sekat +stream.userinfo.chatTooltip=Klik untuk menguruskan pengguna +stream.userinfo.mod=Lantik menjadi moderator +stream.userinfo.timeout=Tamat masa +stream.userinfo.unban=Nyah sekat +stream.userinfo.unmod=Lucut dari moderator +tile.activatorRail.name=PENAJA Rel +tile.anvil.intact.name=Andas +tile.anvil.name=Andas +tile.anvil.slightlyDamaged.name=Andas Sedikit Terhancur +tile.anvil.veryDamaged.name=Andas Amat Terhancur +tile.beacon.name=Suar +tile.beacon.primary=Kuasa Utama +tile.beacon.secondary=Kuasa Sekunder +tile.bed.name=Katil +tile.bed.noSleep=Anda hanya boleh tidur pada waktu malam +tile.bed.notSafe=Anda tidak boleh berehat sekarang, terdapat raksasa berhampiran +tile.bed.notValid=Katil kediaman anda hilang atau terhalang +tile.bed.occupied=Katil ini telah diduduki +tile.bedrock.name=Batu Dasar +tile.blockCoal.name=Blok Arang Batu +tile.blockDiamond.name=Blok Berlian +tile.blockEmerald.name=Blok Zamrud +tile.blockGold.name=Blok Emas +tile.blockIron.name=Blok Besi +tile.blockLapis.name=Blok Lapis Lazuli +tile.blockRedstone.name=Blok Batu Merah +tile.bookshelf.name=Rak Buku +tile.brick.name=Bata +tile.button.name=Butang +tile.cactus.name=Kaktus +tile.cake.name=Kek +tile.carrots.name=Lobak +tile.cauldron.name=Kawah +tile.chest.name=Peti +tile.chestTrap.name=Peti Perangkap +tile.clay.name=Tanah Liat +tile.clayHardened.name=Tanah Liat terkeras +tile.clayHardenedStained.black.name=Tanah Liat Hitam +tile.clayHardenedStained.blue.name=Tanah Liat Biru +tile.clayHardenedStained.brown.name=Tanah Liat Perang +tile.clayHardenedStained.cyan.name=Tanah Liat Sian +tile.clayHardenedStained.gray.name=Tanah Liat Kelabu +tile.clayHardenedStained.green.name=Tanah Liat Hijau +tile.clayHardenedStained.lightBlue.name=Tanah Liat Biru Muda +tile.clayHardenedStained.lime.name=Tanah Liat Hijau Muda +tile.clayHardenedStained.magenta.name=Tanah Liat Magenta +tile.clayHardenedStained.orange.name=Tanah Liat Jingga +tile.clayHardenedStained.pink.name=Tanah Liat Merah Jambu +tile.clayHardenedStained.purple.name=Tanah Liat Ungu +tile.clayHardenedStained.red.name=Tanah Liat Merah +tile.clayHardenedStained.silver.name=Tanah Liat Kelabu Muda +tile.clayHardenedStained.white.name=Tanah Liat Putih +tile.clayHardenedStained.yellow.name=Tanah Liat Kuning +tile.cloth.black.name=Bulu Hitam +tile.cloth.blue.name=Bulu Biru +tile.cloth.brown.name=Bulu Perang +tile.cloth.cyan.name=Bulu Sian +tile.cloth.gray.name=Bulu Kelabu +tile.cloth.green.name=Bulu Hijau +tile.cloth.lightBlue.name=Bulu Biru Muda +tile.cloth.lime.name=Bulu Limau Hijau +tile.cloth.magenta.name=Wol Magenta +tile.cloth.name=Bulu +tile.cloth.orange.name=Bulu Jingga +tile.cloth.pink.name=Bulu Merah Jambu +tile.cloth.purple.name=Bulu Ungu +tile.cloth.red.name=Bulu Merah +tile.cloth.silver.name=Bulu Kelabu Muda +tile.cloth.white.name=Bulu +tile.cloth.yellow.name=Wol Kuning +tile.cobbleWall.mossy.name=Dinding Batu Buntar Berlumut +tile.cobbleWall.normal.name=Dinding Batu Buntar +tile.cocoa.name=Koko +tile.commandBlock.name=Blok Arahan +tile.crops.name=Tanaman +tile.daylightDetector.name=Sensor Cahaya Siang +tile.deadbush.name=Belukar Mati +tile.detectorRail.name=Landasan Pengesan +tile.dirt.default.name=Tanah +tile.dirt.podzol.name=Podzol +tile.dispenser.name=Mesin Pengagih +tile.doorIron.name=Pintu Besi +tile.doorWood.name=Pintu Kayu +tile.doublePlant.fern.name=Paku Pakis Besar +tile.doublePlant.grass.name=Rumput Panjang Kembar +tile.doublePlant.paeonia.name=Peony +tile.doublePlant.rose.name=Semak Ros +tile.doublePlant.sunflower.name=Bunga Matahari +tile.doublePlant.syringa.name=Lilac +tile.dragonEgg.name=Telur Naga +tile.dropper.name=Penitis +tile.enchantmentTable.name=Meja Penyihir +tile.endPortalFrame.name=Portal Akhir +tile.enderChest.name=Peti Akhiran +tile.farmland.name=Tanah Ladang +tile.fence.name=Pagar +tile.fenceGate.name=Pintu Pagar +tile.fenceIron.name=Tiang Besi +tile.fire.name=Api +tile.flower1.dandelion.name=Dandelion +tile.flower2.allium.name=Allium +tile.flower2.blueOrchid.name=Orchid Biru +tile.flower2.houstonia.name=Azure Bluet +tile.flower2.oxeyeDaisy.name=Daisi Mata Lembu +tile.flower2.poppy.name=Poppy +tile.flower2.tulipOrange.name=Tulip Jingga +tile.flower2.tulipPink.name=Daisi Mata Lembu +tile.flower2.tulipRed.name=Tulip Merah +tile.flower2.tulipWhite.name=Tulip Putih +tile.furnace.name=Relau +tile.glass.name=Kaca +tile.goldenRail.name=Landasan Berkuasa +tile.grass.name=Blok Rumput +tile.gravel.name=Batu Kelikir +tile.hayBlock.name=Bandela Jerami +tile.hellrock.name=Rak Neraka +tile.hellsand.name=Pasir Jiwa +tile.hopper.name=Corong Tuang +tile.ice.name=Ais +tile.icePacked.name=Ais Padat +tile.jukebox.name=Peti Lagu +tile.ladder.name=Tangga +tile.lava.name=Lava +tile.leaves.acacia.name=Acacia daun +tile.leaves.big_oak.name=Daun-daun kayu Oak gelap +tile.leaves.birch.name=Daun Birch +tile.leaves.jungle.name=Daun Rimba +tile.leaves.name=Daun +tile.leaves.oak.name=Daun Oak +tile.leaves.spruce.name=Daun Spruce +tile.lever.name=Tuas +tile.lightgem.name=Batu Berbara +tile.litpumpkin.name=Tanglung Labu +tile.lockedchest.name=Peti Terkunci +tile.log.acacia.name=Acacia kayu +tile.log.big_oak.name=Kayu Oak gelap +tile.log.birch.name=Kayu Birch +tile.log.jungle.name=Kayu Rimba +tile.log.name=Kayu +tile.log.oak.name=Kayu Oak +tile.log.spruce.name=Kayu Spruce +tile.melon.name=Melon +tile.mobSpawner.name=Penjelma Rasaksa +tile.monsterStoneEgg.brick.name=Bata Batu Telur Raksasa +tile.monsterStoneEgg.chiseledbrick.name=Telur Raksasa Batu Pahat +tile.monsterStoneEgg.cobble.name=Batu Buntar Telur Raksasa +tile.monsterStoneEgg.crackedbrick.name=Telur Raksasa Batu Retak +tile.monsterStoneEgg.mossybrick.name=Telur Raksasa Batu Bata Berlumut +tile.monsterStoneEgg.stone.name=Batu Telur Raksasa +tile.mushroom.name=Cendawan +tile.musicBlock.name=Blok Nota +tile.mycel.name=Miselium +tile.netherBrick.name=Bata Neraka +tile.netherFence.name=Pagar Bata Neraka +tile.netherStalk.name=Ketuat Neraka +tile.netherquartz.name=Bijih Kuarza Neraka +tile.notGate.name=Obor Batu Merah +tile.obsidian.name=Obsidian +tile.oreCoal.name=Bijih Arang Batu +tile.oreDiamond.name=Bijih Berlian +tile.oreEmerald.name=Bijih Zamrud +tile.oreGold.name=Bijih Emas +tile.oreIron.name=Bijih Besi +tile.oreLapis.name=Bijih Lapis Lazuli +tile.oreRedstone.name=Bijih Batu Merah +tile.oreRuby.name=Bijih Delima +tile.pistonBase.name=Piston +tile.pistonStickyBase.name=Piston melekit +tile.portal.name=Portal +tile.potatoes.name=Kentang +tile.pumpkin.name=Labu +tile.quartzBlock.chiseled.name=Blok Kuarza Terpahat +tile.quartzBlock.default.name=Blok Kuarza +tile.quartzBlock.lines.name=Tiang Blok Kuarsa +tile.rail.name=Landasan +tile.redstoneDust.name=Serbuk Batu Merah +tile.redstoneLight.name=Lampu Batu Merah +tile.reeds.name=Tebu +tile.sand.default.name=Pasir +tile.sand.red.name=Pasir merah +tile.sandStone.chiseled.name=Batu Pasir Terpahat +tile.sandStone.default.name=Batu Pasir +tile.sandStone.name=Batu Pasir +tile.sandStone.smooth.name=Batu Pasir Licin +tile.sapling.acacia.name=Anak Pokok Akasia +tile.sapling.birch.name=Anak Pokok Birch +tile.sapling.jungle.name=Anak Pokok Rimba +tile.sapling.oak.name=Anak Pokok Oak +tile.sapling.spruce.name=Anak Pokok Spruce +tile.sign.name=Papan Tanda +tile.snow.name=Salji +tile.stainedGlass.black.name=Kaca berwarna Hitam +tile.stainedGlass.blue.name=Kaca berwarna biru +tile.stainedGlass.brown.name=Kaca berwarna coklat +tile.stainedGlass.cyan.name=Kaca berwarna Cyan +tile.stainedGlass.gray.name=Kaca berwarna kelabu +tile.stainedGlass.green.name=Kaca berwarna hijau +tile.stainedGlass.lightBlue.name=Kaca berwarna Biru +tile.stainedGlass.lime.name=Kaca berwarna Limau +tile.stainedGlass.magenta.name=Kaca berwarna Magenta +tile.stainedGlass.name=Kaca bewarna +tile.stainedGlass.orange.name=Kaca jingga +tile.stainedGlass.pink.name=Kaca berwarna merah jambu +tile.stainedGlass.purple.name=Kaca berwarna ungu +tile.stainedGlass.red.name=Kaca berwarna merah +tile.stainedGlass.silver.name=Kaca berwarna Abu-Abu terang +tile.stainedGlass.white.name=Kaca putih +tile.stainedGlass.yellow.name=Kaca kuning +tile.stairsBrick.name=Anak Tangga Bata +tile.stairsNetherBrick.name=Anak Tangga Bata Neraka +tile.stairsQuartz.name=Tangga Kuarsa +tile.stairsSandStone.name=Tangga Batu Pasir +tile.stairsStone.name=Anak Tangga Batu +tile.stairsStoneBrickSmooth.name=Anak Tangga Bata Batu +tile.stairsWood.name=Tangga Kayu Oak +tile.stairsWoodAcacia.name=Tangga Kayu Akasia +tile.stairsWoodBirch.name=Tangga Kayu Birch +tile.stairsWoodDarkOak.name=Tangga Kayu Oak Gelap +tile.stairsWoodJungle.name=Tangga Kayu Rimba +tile.stairsWoodSpruce.name=Tangga Kayu Spruce +tile.stoneMoss.name=Batu Berlumut +tile.stoneSlab.brick.name=Rak Buku +tile.stoneSlab.cobble.name=Papak Batu Buntar +tile.stoneSlab.netherBrick.name=Papak Batu Bata Neraka +tile.stoneSlab.quartz.name=Papak Kuarsa +tile.stoneSlab.sand.name=Papak Batu Pasir +tile.stoneSlab.smoothStoneBrick.name=Papak Bata Batu +tile.stoneSlab.stone.name=Papak Batu +tile.stoneSlab.wood.name=Papak Kayu +tile.stonebrick.name=Batu Buntar +tile.stonebricksmooth.chiseled.name=Bata Batu Terpahat +tile.stonebricksmooth.cracked.name=Bata Batu Rekah +tile.stonebricksmooth.default.name=Bata Batu +tile.stonebricksmooth.mossy.name=Bata Batu Berlumut +tile.stonebricksmooth.name=Bata Batu +tile.tallgrass.fern.name=Paku Pakis +tile.tallgrass.grass.name=Rumput +tile.tallgrass.name=Rumput +tile.tallgrass.shrub.name=Lalang +tile.thinGlass.name=Kepingan Kaca +tile.thinStainedGlass.black.name=Tetingkap Kaca Hitam +tile.thinStainedGlass.blue.name=Tetingkap Kaca Biru +tile.thinStainedGlass.brown.name=Tetingkap Kaca Coklat +tile.thinStainedGlass.cyan.name=Tetingkap Kaca Sian +tile.thinStainedGlass.gray.name=Tetingkap Kaca Kelabu +tile.thinStainedGlass.green.name=Tetingkap Kaca Hijau +tile.thinStainedGlass.lightBlue.name=Tetingkap Kaca Biru Cerah +tile.thinStainedGlass.lime.name=Anak tetingkap kaca berwarna limau +tile.thinStainedGlass.magenta.name=Anak tingkap skca berwarna magenta +tile.thinStainedGlass.name=Kaca anak tingkap bewarna +tile.thinStainedGlass.orange.name=Tetingkap Kaca Jingga +tile.thinStainedGlass.pink.name=Tetingkap Kaca Merah Jambu +tile.thinStainedGlass.purple.name=Tetingkap Kaca Ungu +tile.thinStainedGlass.red.name=Tetingkap Kaca Merah +tile.thinStainedGlass.silver.name=Tetingkap Kaca Kelabu Cerah +tile.thinStainedGlass.white.name=Tetingkap Kaca Putih +tile.thinStainedGlass.yellow.name=Tetingkap Kaca Kuning +tile.tnt.name=TNT +tile.torch.name=Obor +tile.trapdoor.name=Pintu Jerat +tile.tripWire.name=Tripwayar +tile.tripWireSource.name=Penyangkuk Tripwayar +tile.vine.name=Penjalar +tile.water.name=Air +tile.waterlily.name=Telepok +tile.web.name=Sarang labah-labah +tile.weightedPlate_heavy.name=Plat Tekanan Berpemberat (Berat) +tile.weightedPlate_light.name=Plat Tekanan Berpemberat (Ringan) +tile.whiteStone.name=Batu Akhiran +tile.wood.acacia.name=Papan Kayu Akasia +tile.wood.big_oak.name=Papan kayu Oak gelap +tile.wood.birch.name=Papan Kayu Birch +tile.wood.jungle.name=Papan Kayu Rimba +tile.wood.name=Papan Kayu +tile.wood.oak.name=Papan Kayu Oak +tile.wood.spruce.name=Papan Kayu Spruce +tile.woodSlab.acacia.name=Kayu Papak Akasia +tile.woodSlab.big_oak.name=Kayu Papak Oak Gelap +tile.woodSlab.birch.name=Papak Kayu Birch +tile.woodSlab.jungle.name=Papak Kayu Rimba +tile.woodSlab.oak.name=Papak Kayu Oak +tile.woodSlab.spruce.name=Papak Kayu Spruce +tile.woolCarpet.black.name=Carpet hitam +tile.woolCarpet.blue.name=Permaidani Biru +tile.woolCarpet.brown.name=Permaidani Perang +tile.woolCarpet.cyan.name=Permaidani Sian +tile.woolCarpet.gray.name=Permaidani Kelabu +tile.woolCarpet.green.name=Permaidani Hijau +tile.woolCarpet.lightBlue.name=Permaidani Biru Muda +tile.woolCarpet.lime.name=Permaidani Hijau Muda +tile.woolCarpet.magenta.name=Permaidani Magenta +tile.woolCarpet.orange.name=Permaidani Jingga +tile.woolCarpet.pink.name=Permaidani Merah Jambu +tile.woolCarpet.purple.name=Permaidani Ungu +tile.woolCarpet.red.name=Permaidani Merah +tile.woolCarpet.silver.name=Permaidani Kelabu Muda +tile.woolCarpet.white.name=permaidani +tile.woolCarpet.yellow.name=Permaidani Kuning +tile.workbench.name=Bangku Kerja +title.oldgl1=Kad grafik yang lama dikesan; anda mungkin dihadkan daripada +title.oldgl2=bermain pada masa akan datang kerana OpenGL 2.0 diperlukan. +translation.test.invalid=hai % +translation.test.none=Helo, dunia! +translation.test.world=dunia diff --git a/javascript/lang/mt_MT.lang b/javascript/lang/mt_MT.lang new file mode 100755 index 00000000..383c5b27 --- /dev/null +++ b/javascript/lang/mt_MT.lang @@ -0,0 +1,1909 @@ +achievement.acquireIron=Akkwista l-Għodda +achievement.acquireIron.desc=Agħmel ingott tal-ħadid billi tuża forn +achievement.bakeCake=Il-Gidba +achievement.bakeCake.desc=Qamż, zokkor, ħalib u bajd! +achievement.blazeRod=Għal Ä¡on-Nar +achievement.blazeRod.desc=Ä ib virga tan-nar mingħand monstru tan-nar +achievement.bookcase=Librar +achievement.bookcase.desc=Ibni xkafef biex ittejjeb il-mejda tal-maÄ¡ija tiegħek +achievement.breedCow=Ripopolazzjoni +achievement.breedCow.desc=Għammar żewÄ¡ baqriet bil-qamħ +achievement.buildBetterPickaxe=Intejbu l-Għodda +achievement.buildBetterPickaxe.desc=OÄ¡loq baqqun aħjar +achievement.buildFurnace=Nibnu Forn +achievement.buildFurnace.desc=Ibni forn billi tuża tmien blokki tal-Ä¡ebel +achievement.buildHoe=Ħin il-Biedja! +achievement.buildHoe.desc=Użza pjanÄ‹i u stikek biex toħloq mgħażqa +achievement.buildPickaxe=Ħin il-Mining! +achievement.buildPickaxe.desc=Uża pjanÄ‹i u stikek biex toħloq baqqun +achievement.buildSword=Ħin il-Ä lied! +achievement.buildSword.desc=Uża pjanÄ‹i u stikek biex toħloq xabla +achievement.buildWorkBench=Bin is-Sengħa +achievement.buildWorkBench.desc=Oħloq mejda tas-snajja b'erba' blokki ta' pjanÄ‹i +achievement.cookFish=Ħut Tajjeb +achievement.cookFish.desc=Aqbad u sajjar ħuta! +achievement.diamonds=DJAMANTI! +achievement.diamonds.desc=Akkwista djamanti bl-għodda tal-ħadid +achievement.diamondsToYou=Djamanti għalik! +achievement.diamondsToYou.desc=Waddab djamanti lejn plejer ieħor. +achievement.enchantments=Saħħar +achievement.enchantments.desc=Uża ktieb, ossidnu u djamanti biex toħloq mejda tal-maÄ¡ija +achievement.exploreAllBiomes=Ħin l-Avventura +achievement.exploreAllBiomes.desc=Skopri l-biomes kollha +achievement.flyPig=Ħnieżer Itiru +achievement.flyPig.desc=Tajjar ħanżir minn fuq l-irdum +achievement.fullBeacon=Lanterna +achievement.fullBeacon.desc=Oħloq lanterna sħiħa +achievement.get=Kisba! +achievement.ghast=Irritorna Lura +achievement.ghast.desc=Oqtol ghast b'balma tan-nar +achievement.killCow=Qattiel tal-Baqar +achievement.killCow.desc=Ä ib naqra Ä¡ilda minn baqra +achievement.killEnemy=Kaċċatur tal-Monstri +achievement.killEnemy.desc=Attakka u oqtol kreatura +achievement.killWither=Il-Bidu. +achievement.killWither.desc=Oqtol lill-Wither +achievement.makeBread=Nagħmlu l-Ħobż +achievement.makeBread.desc=Biddel qamħ għal Ä¡o ħobża +achievement.mineWood=InÄ¡ibu l-Injam +achievement.mineWood.desc=Attakka siÄ¡ra sakemm iġġib blokka tal-injam +achievement.onARail=Ä o Karretta +achievement.onARail.desc=Ivvjaġġa mill-inqas 1 km 'il bogħod minn fejn bdejt Ä¡o karrettun +achievement.openInventory=Niftħu l-Inventorju +achievement.openInventory.desc=Afgħas '%1$s' biex tiftaħ l-inventorju. +achievement.overkill=Iż-Å»ejjed kollu Å»ejjed +achievement.overkill.desc=Aġħti tmient iqlub ta' ħsara f'daqqa waħda +achievement.overpowered=Tajba Ferm +achievement.overpowered.desc=Oħloq Tuffieħa ta' Notch +achievement.portal=Għandna bżonn immorru iktar fil-fond +achievement.portal.desc=Ibni portal għal Ä¡on-Nether +achievement.potion=Birrerija Lokali +achievement.potion.desc=Oħloq xarba +achievement.requires=Tirrikjedi '%1$s' +achievement.snipeSkeleton=Ä lieda bil-Qaws +achievement.snipeSkeleton.desc=Oqtol skeletru bi vleġġa minn iktar minn 50 metru 'l bogħod +achievement.spawnWither=Il-Bidu? +achievement.spawnWither.desc=Ä ib lill-Wither fid-Dinja +achievement.taken=Meħuda! +achievement.theEnd=It-Tmiem? +achievement.theEnd.desc=Sib it-Tmiem +achievement.theEnd2=It-Tmiem. +achievement.theEnd2.desc=Oqtol id-Dragun tal-Ender +achievement.unknown=??? +addServer.add=Lest +addServer.enterIp=Indirizz tas-Server +addServer.enterName=Isem is-Server +addServer.hideAddress=Aħbi l-Indirizz +addServer.resourcePack=Resource Packs tas-Servers +addServer.resourcePack.disabled=Disattivat +addServer.resourcePack.enabled=Attivat +addServer.resourcePack.prompt=Prompt +addServer.title=Biddel l-Informazzjoni tas-Server +advMode.allEntities=Uża "@e" biex tagħżel l-entitajiet kollha +advMode.allPlayers=Uża "@a" biex tirreferi għall-plejers kollha +advMode.command=KodiÄ‹i +advMode.nearestPlayer=Uża "@p" biex tirreferi għall-plejer li qiegħed l-iktar viÄ‹in +advMode.notAllowed=Trid tkun plejer OP fil-mod kreattiv +advMode.notEnabled=Blokki tal-kodiÄ‹i mhumiex permessi f'dan is-server +advMode.previousOutput=Output PreÄ‹edenti +advMode.randomPlayer=Uża "@r" biex tirreferi għal plejer li jkun +advMode.setCommand=Applika l-KodiÄ‹i +advMode.setCommand.success=KodiÄ‹i ssettjata: %s +attribute.modifier.plus.0=+%s %s +attribute.modifier.plus.1=+%s%% %s +attribute.modifier.plus.2=+%s%% %s +attribute.modifier.take.0=-%s %s +attribute.modifier.take.1=-%s%% %s +attribute.modifier.take.2=-%s%% %s +attribute.name.generic.attackDamage=Ħsara tal-Attakk +attribute.name.generic.followRange=Distanza li Jsegwu l-Monstri +attribute.name.generic.knockbackResistance=Resistenza għall-Imbuttar +attribute.name.generic.maxHealth=Saħħa Massima +attribute.name.generic.movementSpeed=VeloÄ‹ita' +attribute.name.horse.jumpStrength=Qawwa tal-Qbiż taż-Ziemel +attribute.name.zombie.spawnReinforcements=Iktar Monstri +book.byAuthor=ta' %1$s +book.editTitle=Daħħal l-Isem tal-Ktieb: +book.finalizeButton=Iffirma u Agħlaq +book.finalizeWarning=Kun af! Meta tiffirma l-ktieb, ma tkunx tista' tagħmel iktar bidliet fih. +book.generation.0=OriÄ¡inali +book.generation.1=Kopja tal-oriÄ¡inal +book.generation.2=Kopja ta' kopja +book.generation.3=Imtertaq +book.pageIndicator=PaÄ¡na %1$s minn %2$s +book.signButton=Iffirma +build.tooHigh=Il-limitu ta' għoli biex tibni hu %s blokki +chat.cannotSend=Ma jistax jintbagħat il-messaġġ +chat.copy=Ikkopja għal Ä¡ol-Clipboard +chat.link.confirm=ÄŠert li trid tiftaħ din il-website? +chat.link.confirmTrusted=Tixtieq tiftaħ din il-link jew tikkupjaha għal Ä¡ol-clipboard? +chat.link.open=Iftaħ fil-browser +chat.link.warning=Qatt tagħfas links mingħand nies li ma tafdax! +chat.stream.emote=(%s) * %s %s +chat.stream.text=(%s) <%s> %s +chat.type.achievement=%s għadu kif kiseb il-kisba %s +chat.type.achievement.taken=%s tilef il-kisba %s +chat.type.admin=[%s: %s] +chat.type.announcement=[%s] %s +chat.type.emote=* %s %s +chat.type.text=<%s> %s +commands.achievement.alreadyHave=Il-plejer %s diÄ¡a' għandu l-kisba %s +commands.achievement.dontHave=Il-plejer %s m'għandux il-kisba %s +commands.achievement.give.success.all=Il-kisbiet Ä¡ew mogħtija lil %s b'suċċess +commands.achievement.give.success.one=L-istatistika %s Ä¡iet mogħtija lil %s +commands.achievement.statTooLow=Il-plejer %s m'għandux l-istatistika %s +commands.achievement.take.success.all=Il-kisbiet kollha Ä¡ew meħuda minn %s +commands.achievement.take.success.one=L-istatistika %s Ä¡iet meħuda minn %s +commands.achievement.unknownAchievement=Kisba jew statistika mhux magħrufa '%s' +commands.achievement.usage=/achievement [plejer] +commands.ban.failed=Il-plejer %s ma segħax jiÄ¡i projbit +commands.ban.success=Il-plejer %s sar projbit +commands.ban.usage=/ban [raÄ¡uni...] +commands.banip.invalid=Daħħalt IP adress invalidu jew plejer li mhuwiex online +commands.banip.success=L-IP address %s Ä¡ie projbit +commands.banip.success.players=L-IP address %s użat minn %s Ä¡ie projbit +commands.banip.usage=/ban-ip [raÄ¡uni...] +commands.banlist.ips=Hawn %s IP addresses projbiti: +commands.banlist.players=Hawn %s plejers projbiti: +commands.banlist.usage=/banlist [ips|players] +commands.blockdata.failed=Data tag ma nbidlitx: %s +commands.blockdata.notValid=Il-blokka magħżula ma żżommx data +commands.blockdata.outOfWorld=Ma tistax tibdel blokka barra mid-dinja +commands.blockdata.success=Data tal-blokka Ä¡iet aġġornata għal: %s +commands.blockdata.tagError=Data tag ħażin: %s +commands.blockdata.usage=/blockdata +commands.chunkinfo.compiled=IÄ‹-chunk hi kompilata. +commands.chunkinfo.data=L-ewwel 64 vertiÄ‹i huma: %s +commands.chunkinfo.empty=IÄ‹-chunk hi vojta. +commands.chunkinfo.hasLayers=IÄ‹-chunk għanda saffi: %s +commands.chunkinfo.hasNoRenderableLayers=IÄ‹-chunk m'għanda l-ebda saffi viżibbli. +commands.chunkinfo.isEmpty=IÄ‹-chunk għanda saffi vojta: %s +commands.chunkinfo.location=Post taÄ‹-chunk: (%s, %s, %s) +commands.chunkinfo.noChunk=Ebda chunk ma nstabet fil-pożizzjoni %s, %s, %s +commands.chunkinfo.notCompiled=IÄ‹-chunk mhijiex kompilata. +commands.chunkinfo.notEmpty=IÄ‹-chunk mhijiex vojta. +commands.chunkinfo.usage=/chunkinfo [ ] +commands.chunkinfo.vertices=Il-buffer tas-saff %s għandu %s vertiÄ‹i +commands.clear.failure=L-inventorju ta' %s ma setgħax jiÄ¡i żvujtat, m'hemmx oġġetti x'jitneħħew +commands.clear.success=L-inventorju ta' %s Ä¡ie żvujtat, u %s oġġetti Ä¡ew imħassra +commands.clear.tagError=Data tag ħażin: %s +commands.clear.testing=%s għandu %s oġġetti li jaqblu mal-kriterji +commands.clear.usage=/clear [plejer] [oġġett] [data] [maxCount] [dataTag] +commands.clone.failed=L-ebda blokka ma Ä¡iet ikkupjata +commands.clone.noOverlap=Is-sors u d-destinazzjoni ma jistawx jidħlu f'xulxin +commands.clone.outOfWorld=Ma tistax taċċessa blokki barra mid-dinja +commands.clone.success=%s blokki Ä¡ew ikkupjati +commands.clone.tooManyBlocks=Wisq blokki fiż-żona speÄ‹ifikata (%s > %s) +commands.clone.usage=/clone [mod] +commands.compare.failed=Is-sors u d-destinazzjoni mhumiex identiÄ‹i +commands.compare.outOfWorld=Ma tistax taċċessa blokki barra mid-dinja +commands.compare.success=%s blokki Ä¡ew imqabbla +commands.compare.tooManyBlocks=Wisq blokki fiż-żona speÄ‹ifikata (%s > %s) +commands.compare.usage=/testforblocks [mod] +commands.debug.notStarted=Debug profiling ma jistax jieqaf meta għadu lanqas beda! +commands.debug.start=Beda d-debug profiling +commands.debug.stop=Debug profiling twaqqaf wara %s sekondi (%s ticks) +commands.defaultgamemode.success=It-tip ta logħba default ta' din id-dinja issa hi %s +commands.defaultgamemode.usage=/defaultgamemode +commands.deop.failed=%s ma setgħax jitneħħa minn op +commands.deop.success=%s ma baqgħax admin +commands.deop.usage=/deop +commands.difficulty.success=Id-diffikulta' tal-logħoba Ä¡iet mibdula għal %s +commands.difficulty.usage=/difficulty +commands.downfall.success=Inbidel it-temp +commands.downfall.usage=/toggledownfall +commands.effect.failure.notActive=Ma setgħax jitneħħa %1$s minn %2$s għax il-plejer m'għandux dak l-effett fuqu +commands.effect.failure.notActive.all=Ma setgħux jiÄ¡u mneħħija effetti minn %s għax ma kellu l-ebda effett +commands.effect.notFound=Ma jeżisti l-ebda effett bl-ID ta' %s +commands.effect.success=Ä ie mogħti %1$s (ID %2$s) * %3$s lil %4$s għal %5$s sekondi +commands.effect.success.removed=Tneħħa %1$s minn %2$s +commands.effect.success.removed.all=Tneħħew l-effetti minn %s +commands.effect.usage=/effect [sekondi] [amplifikatur] [hideParticles] +commands.enchant.cantCombine=%1$s ma tistax tiÄ¡i mħalta ma' %2$s +commands.enchant.cantEnchant=Din il-maÄ¡ija ma tistax tiÄ¡i miżjuda ma' dan l-oġġett +commands.enchant.noItem=M'hemm l-ebda oġġett +commands.enchant.notFound=M'hemmx maÄ¡ija bl-ID ta' %s +commands.enchant.success=Il-maÄ¡ija rnexxiet +commands.enchant.usage=/enchant [livell] +commands.entitydata.failed=Data tag ma nbidlitx: %s +commands.entitydata.noPlayers=%s hu plejer u ma jistax jinbidel +commands.entitydata.success=Data tal-entita' Ä¡iet aġġornata għal: %s +commands.entitydata.tagError=Data tag ħażin: %s +commands.entitydata.usage=/entitydata +commands.execute.allInvocationsFailed=L-invokazzjonijiet kollha fallew: '%s' +commands.execute.failed='%s' ma setgħetx tiÄ¡i eżegwita għal %s +commands.execute.usage=/execute JEW /execute detect +commands.fill.failed=L-ebda blokka ma Ä¡iet mimlija +commands.fill.outOfWorld=Ma tistax tqiegħed blokki barra mid-dinja +commands.fill.success=%s blokki Ä¡ew mimlija +commands.fill.tagError=Data tag ħażin: %s +commands.fill.tooManyBlocks=Wisq blokki fiż-żona speÄ‹ifikata (%s > %s) +commands.fill.usage=/fill [dataValue] [oldBlockHandling] [dataTag] +commands.gamemode.success.other=It-tip ta' logħba ta' %s Ä¡iet mibdula għal %s +commands.gamemode.success.self=It-tip ta' logħba tiegħek Ä¡iet mibdula għal %s +commands.gamemode.usage=/gamemode [player] +commands.gamerule.nopermission=Is-sidien tas-server biss jistaw jibdlu '%s' +commands.gamerule.norule=M'hemmx regola jisimha '%s' +commands.gamerule.success=Ir-regola tal-logħba Ä¡iet mibdula +commands.gamerule.usage=/gamerule [valur] +commands.generic.boolean.invalid='%s' mhux 'true' jew 'false' +commands.generic.double.tooBig=In-numru li daħħalt (%s) hu kbir wisq, irid ikun %s jew inqas +commands.generic.double.tooSmall=In-numru li daħħalt (%s) hu żgħir wisq, irid ikun mill-inqas %s +commands.generic.entity.invalidType=Tip ta entita' '%s' hu invalidu +commands.generic.entity.invalidUuid=Il-UUID provdut hu invalidu +commands.generic.entity.notFound=Dik l-entita' ma tistax tinstab +commands.generic.exception=Seħħ error mhux magħruf waqt li l-operazzjoni bdiet tiÄ¡i mwettqa +commands.generic.notFound=KodiÄ‹i mhux magħrufa. Prova uża /help għal lista ta' kodiÄ‹i +commands.generic.num.invalid='%s' mhuwiex numru validu +commands.generic.num.tooBig=In-numru li daħħalt (%s) hu kbir wisq, irid ikun %s jew inqas +commands.generic.num.tooSmall=In-numru li daħħalt (%s) hu żgħir wisq, irid ikun mill-inqas %s +commands.generic.parameter.invalid='%s' mhuwiex parametru validu +commands.generic.permission=M'għandekx permess biex tua din il-kodiÄ‹i +commands.generic.player.notFound=Dan il-plejer ma jistax jinsab +commands.generic.syntax=Syntax tal-kodiÄ‹i nvalidu +commands.generic.usage=Użu: %s +commands.give.notFound=Ma jeżistix oġġett b'ID ta' %s +commands.give.success=Ä ew mogħtija %s * %s lil %s +commands.give.tagError=Data tag ħażin: %s +commands.give.usage=/give [ammont] [data] [dataTag] +commands.help.footer=Tip: Uża l-buttuna waqt li qed tikeb kodiÄ‹i biex tiÄ¡i kompluta awtomatikament +commands.help.header=--- Qed tigi murija paÄ¡na %s minn %s tal-għajnuna (/help ) --- +commands.help.usage=/help [paÄ¡na|isem tal-kodiÄ‹i] +commands.kick.success=%s Ä¡ie mkeċċi mil-logħba +commands.kick.success.reason=%s Ä¡ie mkeċċi mil-logħba: '%s' +commands.kick.usage=/kick [raÄ¡uni...] +commands.kill.successful=%s Ä¡ie maqtul +commands.kill.usage=/kill [plejer|entita'] +commands.me.usage=/me +commands.message.display.incoming=%s sefsiflek: %s +commands.message.display.outgoing=Int sefsift lil %s: %s +commands.message.sameTarget=Ma tistax tibgħat messaġġ privat lilek innifsek! +commands.message.usage=/tell +commands.op.failed=%s ma setgħax isir op +commands.op.success=%s sar admin +commands.op.usage=/op +commands.particle.notFound=L-isem tal-effett mhux magħruf (%s) +commands.particle.success=L-effett %s qed jiÄ¡i attivat għal %s darbiet +commands.particle.usage=/particle [għadd] [mod] +commands.players.list=Hawn %s/%s plejers online: +commands.players.usage=/list +commands.playsound.playerTooFar=Il-plejer %s huwa wisq 'il bogħod biex jisma' l-ħoss +commands.playsound.success=Il-ħoss '%s' Ä¡ie mdaqq lil %s +commands.playsound.usage=/playsound <ħoss> [x] [y] [z] [volum] [nota] [volum minimu] +commands.publish.failed=Ma setgħax jinfetaħ server lokali +commands.publish.started=Server lokali nfetaħ fuq port %s +commands.publish.usage=/publish +commands.replaceitem.block.usage=/replaceitem block [ammont] [data] [dataTag] +commands.replaceitem.entity.usage=/replaceitem entity [ammont] [data] [dataTag] +commands.replaceitem.failed=Slot %s ma setax jiÄ¡i mibdul ma' %s * %s +commands.replaceitem.noContainer=Il-blokka fil-pożizzjoni %s, %s, %s mhijiex kontenitur +commands.replaceitem.success=Slot %s Ä¡ie mibdul ma' %s * %s +commands.replaceitem.tagError=Data tag ħażin: %s +commands.replaceitem.usage=/replaceitem ... +commands.save-off.alreadyOff=Saving diÄ¡a' hu mitfi. +commands.save-off.usage=/save-off +commands.save-on.alreadyOn=Saving diÄ¡a' hu mixgħul. +commands.save-on.usage=/save-on +commands.save.disabled=Auto-saving m'għadux attiv +commands.save.enabled=Auto-saving Ä¡ie attiv +commands.save.failed=Saving ma rnexxiex: %s +commands.save.start=Saving... +commands.save.success=Id-dinja Ä¡iet issejvjata +commands.save.usage=/save-all +commands.say.usage=/say +commands.scoreboard.allMatchesFailed=It-taqbiliet kollha fallew +commands.scoreboard.noMultiWildcard=User wildcard waħda biss hi permessa +commands.scoreboard.objectiveNotFound=Ma nstabux objettivi bl-isem ta' '%s' +commands.scoreboard.objectiveReadOnly=L-objettiv '%s' hu 'read-only' u ma jistax jiÄ¡i ssettjat +commands.scoreboard.objectives.add.alreadyExists=DiÄ¡a' jeżisti objettiv bl-isem ta' '%s' +commands.scoreboard.objectives.add.displayTooLong=L-isem li jintwera '%s' hu twil wisq għal objettiv, l-itwal li jista' jkun hu %s karattri twil +commands.scoreboard.objectives.add.success=L-objettiv '%s' Ä¡ie miżjud +commands.scoreboard.objectives.add.tooLong=L-isem '%s' hu twil wisq għal objettiv, l-itwal li jista' jkun hu %s karattri twil +commands.scoreboard.objectives.add.usage=/scoreboard objectives add [isem li jintwera...] +commands.scoreboard.objectives.add.wrongType=Kriterji tal-objettiv invalidi '%s' +commands.scoreboard.objectives.list.count=Qed jintwerew %s objettiv(i) fit-tabella tal-punteġġi: +commands.scoreboard.objectives.list.empty=M'hemmx objettivi fuq it-tabella tal-punteġġi +commands.scoreboard.objectives.list.entry=- %s: jintwera bħala '%s' u huwa tat-tip '%s' +commands.scoreboard.objectives.remove.success=L-objettiv '%s' Ä¡ie mneħħi +commands.scoreboard.objectives.remove.usage=/scoreboard objectives remove +commands.scoreboard.objectives.setdisplay.invalidSlot=Ma jeżistix slot '%s' +commands.scoreboard.objectives.setdisplay.successCleared=Slot '%s' Ä¡ie mħassar +commands.scoreboard.objectives.setdisplay.successSet=L-objettiv ta' slot '%s' Ä¡ie ssettjat għal '%s' +commands.scoreboard.objectives.setdisplay.usage=/scoreboard objectives setdisplay [objettiv] +commands.scoreboard.objectives.usage=/scoreboard objectives ... +commands.scoreboard.players.add.usage=/scoreboard players add [dataTag] +commands.scoreboard.players.enable.noTrigger=L-objettiv %s mhuwiex trigger +commands.scoreboard.players.enable.success=Trigger %s Ä¡ie attivat għal %s +commands.scoreboard.players.enable.usage=/scoreboard players enable +commands.scoreboard.players.list.count=Qed jintwerew %s plejers trekkjati fuq it-tabella tal-punteġġi: +commands.scoreboard.players.list.empty=M'hemmx plejers trekkjati fuq it-tabella tal-punteġġi +commands.scoreboard.players.list.player.count=Qed jintwerew %s objettiv(i) trekkjat(i) għal %s: +commands.scoreboard.players.list.player.empty=Plejer %s m'għandux punteġġi rrekordjati +commands.scoreboard.players.list.player.entry=- %2$s: %1$s (%3$s) +commands.scoreboard.players.list.usage=/scoreboard players list [isem] +commands.scoreboard.players.operation.invalidOperation=L-operazzjoni %s hi invalida +commands.scoreboard.players.operation.notFound=Ebda punteġġ %s ma nstab għal %s +commands.scoreboard.players.operation.success=L-operazzjoni Ä¡iet applikata b'suċċess +commands.scoreboard.players.operation.usage=/scoreboard players operation +commands.scoreboard.players.remove.usage=/scoreboard players remove [dataTag] +commands.scoreboard.players.reset.success=Il-punteġġi kolla ta' plejer %s Ä¡ew imħassra +commands.scoreboard.players.reset.usage=/scoreboard players reset [objettiv] +commands.scoreboard.players.resetscore.success=Il-punteġġ %s ta' plejer %s Ä¡ie rrisettjat +commands.scoreboard.players.set.success=Il-punteġġ ta' %s Ä¡ie ssettjat għal plejer %s għal %s +commands.scoreboard.players.set.tagError=dataTag falliet, raÄ¡uni: %s +commands.scoreboard.players.set.tagMismatch=dataTag ma jaqbilx ma' %s +commands.scoreboard.players.set.usage=/scoreboard players set [dataTag] +commands.scoreboard.players.test.failed=Il-punteġġ %s mhuwiex fil-medda bein %s u %s +commands.scoreboard.players.test.notFound=Ebda punteġġ %s ma nstab għal %s +commands.scoreboard.players.test.success=Il-punteġġ %s hu fil-medda bein %s u %s +commands.scoreboard.players.test.usage=/scoreboard players test +commands.scoreboard.players.usage=/scoreboard players ... +commands.scoreboard.teamNotFound=Ma nstabux timijit bl-isem ta' '%s' +commands.scoreboard.teams.add.alreadyExists=Tim bl-isem ta' '%s' diÄ¡a' jeżisti +commands.scoreboard.teams.add.displayTooLong=L-isem li jintwera '%s' hu twil wisq għal tim, l-itwal li jista' jkun hu %s karattri twil +commands.scoreboard.teams.add.success=Tim Ä¡did bl-isem ta' '%s' Ä¡ie miżjud +commands.scoreboard.teams.add.tooLong=L-isem '%s' hu twil wisq għal tim, l-itwal li jista' jkun hu %s karattri twil +commands.scoreboard.teams.add.usage=/scoreboard teams add [isem li jintwera...] +commands.scoreboard.teams.empty.alreadyEmpty=It-tim %s hu diÄ¡a' vojt, ma jistgħux jitneħħew plejers noneżistenti +commands.scoreboard.teams.empty.success=Ä ew imneħħija l-plejer(s) kollha (%s) mit-tim %s +commands.scoreboard.teams.empty.usage=/scoreboard teams empty +commands.scoreboard.teams.join.failure=Ma setgħux jiÄ¡u miżjuda %s plejer(s) fit-tim %s: %s +commands.scoreboard.teams.join.success=Ä ew miżjuda %s plejer(s) fit-tim %s: %s +commands.scoreboard.teams.join.usage=/scoreboard teams join [plejer] +commands.scoreboard.teams.leave.failure=%s plejer(s) ma setgħux jiÄ¡u mneħħija mit-timijit tagħhom: %s +commands.scoreboard.teams.leave.noTeam=M'intix qiegħed f'tim +commands.scoreboard.teams.leave.success=%s plejer(s) Ä¡ew imneħħija mit-timijit tagħom: %s +commands.scoreboard.teams.leave.usage=/scoreboard teams leave [plejer] +commands.scoreboard.teams.list.count=Qed jintwerew %s timijit fuq it-tabella tal-punteġġi: +commands.scoreboard.teams.list.empty=M'hemmx timijit irreÄ¡istrati fuq it-tabella tal-punteġġi +commands.scoreboard.teams.list.entry=- %1$s: '%2$s' għandu %3$s plejers +commands.scoreboard.teams.list.player.count=Qed jintwerew %s plejer(s) fit-tim %s: +commands.scoreboard.teams.list.player.empty=It-tim %s m'għandux plejers +commands.scoreboard.teams.list.player.entry=- %2$s: %1$s (%3$s) +commands.scoreboard.teams.list.usage=/scoreboard teams list [isem] +commands.scoreboard.teams.option.noValue=Valuri validi għall-għażla %s huma: %s +commands.scoreboard.teams.option.success=L-għażla %s għat-tim %s Ä¡iet issettjata għal %s +commands.scoreboard.teams.option.usage=/scoreboard teams option +commands.scoreboard.teams.remove.success=It-tim %s Ä¡ie mneħħi +commands.scoreboard.teams.remove.usage=/scoreboard teams remove +commands.scoreboard.teams.usage=/scoreboard teams ... +commands.scoreboard.usage=/scoreboard ... +commands.seed.success=Seed: %s +commands.seed.usage=/seed +commands.setblock.failed=Il-blokka ma tistax titqiegħed +commands.setblock.noChange=Il-blokka ma setatx titqiegħed +commands.setblock.notFound=Ma teżistix blokka bl-isem/ID ta' %s +commands.setblock.outOfWorld=Ma tistax titqiegħed blokka barra mid-dinja +commands.setblock.success=Il-blokka Ä¡iet imqiegħda +commands.setblock.tagError=Data tag ħażin: %s +commands.setblock.usage=/setblock [dataValue] [oldBlockHandling] [dataTag] +commands.setidletimeout.success=L-idle timeout Ä¡ie ssettjat għal %s minuti. +commands.setidletimeout.usage=/setidletimeout +commands.setworldspawn.success=L-ispawn tad-dinja Ä¡iet issettjata għal (%s, %s, %s) +commands.setworldspawn.usage=/setworldspawn [ ] +commands.spawnpoint.success=L-ispawn ta %s Ä¡ie mibdul għal (%s, %s, %s) +commands.spawnpoint.usage=/spawnpoint [plejer] [ ] +commands.spreadplayers.failure.players=Ma setgħux jiÄ¡u mifruxa %s plejers madwar %s,%s (hemm wisq plejers għall-ispazju - prova uża firxa ta' %s jew inqas) +commands.spreadplayers.failure.teams=Ma setgħux jiÄ¡u mifruxa %s timijiet madwar %s,%s (hemm wisq plejers għall-ispazju - prova uża firxa ta' %s jew inqas) +commands.spreadplayers.info.players=(Id-distanza medja bejn il-plejers hi %s blokki 'l bogħod minn xulxin wara %s iterazzjonijiet) +commands.spreadplayers.info.teams=(Id-distanza medja bejn it-timijiet hi %s blokki 'l bogħod minn xulxin wara %s iterazzjonijiet) +commands.spreadplayers.spreading.players=Ä ew mifruxin %s plejers %s blokki madwar %s, %s (minimu ta' %s blokki 'l bogħod minn xulxin) +commands.spreadplayers.spreading.teams=Ä ew mifruxin %s timijiet %s blokki madwar %s, %s (minimu ta' %s blokki 'l bogħod minn xulxin) +commands.spreadplayers.success.players=Ä ew mifruxin %s plejers madwar %s, %s +commands.spreadplayers.success.teams=Ä ew mifruxin %s timijiet madwar %s, %s +commands.spreadplayers.usage=/spreadplayers +commands.stats.block.clear.usage=/stats block clear +commands.stats.block.set.usage=/stats block set +commands.stats.block.usage=/stats block ... +commands.stats.cleared=%s statistiÄ‹i Ä¡ew imħassra +commands.stats.entity.clear.usage=/stats entity clear +commands.stats.entity.set.usage=/stats entity set +commands.stats.entity.usage=/stats entity +commands.stats.failed=Parametri invalidi +commands.stats.noCompatibleBlock=Il-blokka fil-pożizzjoni %s, %s, %s ma tistax titraċċa statistiÄ‹i +commands.stats.success=%s statistiÄ‹i Ä¡ew maħżuna f' %s ta' %s +commands.stats.usage=/stats ... +commands.stop.start=Is-server qed jingħalaq +commands.stop.usage=/stop +commands.summon.failed=L-entita' ma tistax tiÄ¡i maħluqa +commands.summon.outOfWorld=L-entita' ma tistax tiÄ¡i maħluqa barra mid-dinja +commands.summon.success=L-entita' nħalqet b'suċċess +commands.summon.tagError=Data tag ħażin: %s +commands.summon.usage=/summon [x] [y] [z] [dataTag] +commands.tellraw.jsonException=Json invalidu: %s +commands.tellraw.usage=/tellraw +commands.testfor.failure=%s ma qablitx mal-istruttura tad-data meħtieÄ¡a +commands.testfor.success=Instab %s +commands.testfor.tagError=Data tag ħażin: %s +commands.testfor.usage=/testfor [dataTag] +commands.testforblock.failed.data=Il-blokka fil-post %s,%s,%s kellha data value ta' %s (mistennija: %s). +commands.testforblock.failed.nbt=Il-blokka fil-post %s,%s,%s ma kellhiex l-NBT keys meħtieÄ¡a. +commands.testforblock.failed.tile=Il-blokka fil-post %s,%s,%s hi %s (mistennija: %s). +commands.testforblock.failed.tileEntity=Il-blokka fil-post %s,%s,%s mhix tile entity u ma tistax tissapportja tag matching. +commands.testforblock.outOfWorld=Ma jistax isir test għal blokka barra mid-dinja +commands.testforblock.success=Il-blokka fil-post %s,%s,%s Ä¡iet misjuba. +commands.testforblock.usage=/testforblock [dataValue] [dataTag] +commands.time.added=%s Ä¡ew miżjuda mal-ħin +commands.time.query=Il-ħin huwa %s +commands.time.set=Il-ħin Ä¡ie ssettjat għal %s +commands.time.usage=/time +commands.title.success=Il-kodiÄ‹i tat-titlu Ä¡iet eżegwita +commands.title.usage=/title ... +commands.title.usage.clear=/title clear|reset +commands.title.usage.times=/title times +commands.title.usage.title=/title title|subtitle +commands.tp.notSameDimension=Ma jistax isir teleport għax il-plejers mhumiex qiegħdin fl-istess dimensjoni +commands.tp.success=%s itteleportja għand %s +commands.tp.success.coordinates=%s itteleportja sa %s,%s,%s +commands.tp.usage=/tp [plejer magħżul] OR /tp [plejer magħżul] [ ] +commands.trigger.disabled=It-trigger %s mhuwiex attivat +commands.trigger.invalidMode=Il-mod tat-trigger %s hu invalidu +commands.trigger.invalidObjective=L-isem tat-trigger %s hu invalidu +commands.trigger.invalidPlayer=Plejers biss jistaw jużaw il-kodiÄ‹i /trigger +commands.trigger.success=It-trigger %s Ä¡ie mibdul b' %s %s +commands.trigger.usage=/trigger +commands.unban.failed=Il-plejer %s ma setgħax ma jibqax projbit +commands.unban.success=Il-plejer %s ma baqgħex projbit +commands.unban.usage=/pardon +commands.unbanip.invalid=Daħħalt IP address invalidu +commands.unbanip.success=L-IP address %s ma baqgħax projbit +commands.unbanip.usage=/pardon-ip
+commands.weather.clear=It-temp ħa jsir bnazzi +commands.weather.rain=Ħa tibda nieżla x-xita +commands.weather.thunder=Ħa tagħmel xita bir-ragħad +commands.weather.usage=/weather [tul ta' żmien f'sekondi] +commands.whitelist.add.failed=%s ma setgħax jiÄ¡i miżjud għal fuq il-whitelist +commands.whitelist.add.success=%s Ä¡ie miżjud mal-whitelist +commands.whitelist.add.usage=/whitelist add +commands.whitelist.disabled=Il-whitelist Ä¡iet mitfija +commands.whitelist.enabled=Il-whitelist Ä¡iet mixgħula +commands.whitelist.list=Hemm %s (minn %s li jidhru) plejers li huma whitelisted: +commands.whitelist.reloaded=Il-whitelist Ä¡iet imÄ¡edda +commands.whitelist.remove.failed=%s ma setgħax jitneħħa mill-whitelist +commands.whitelist.remove.success=%s Ä¡ie mneħħi mil-whitelist +commands.whitelist.remove.usage=/whitelist remove +commands.whitelist.usage=/whitelist +commands.worldborder.add.usage=/worldborder add [timeInSeconds] +commands.worldborder.center.success=IÄ‹-Ä‹entru tal-fruntiera tad-dinja Ä¡ie ssettjat għal %s,%s +commands.worldborder.center.usage=/worldborder center +commands.worldborder.damage.amount.success=L-ammont ta' ħsara tal-fruntiera tad-dinja Ä¡ie ssettjat għal %s għal kull blokka (minn %s għal kull blokka) +commands.worldborder.damage.amount.usage=/worldborder damage amount +commands.worldborder.damage.buffer.success=Il-buffer tal-fruntiera tad-dinja Ä¡ie ssettjat għal %s blokki (minn %s blokki) +commands.worldborder.damage.buffer.usage=/worldborder damage buffer +commands.worldborder.damage.usage=/worldborder damage +commands.worldborder.get.success=Il-fruntiera tad-dinja hi %s blokki wiesgħa bħalissa +commands.worldborder.set.success=Il-fruntiera tad-dinja Ä¡iet issettjata għal %s blokki wiesgħa (minn %s blokki) +commands.worldborder.set.usage=/worldborder set [timeInSeconds] +commands.worldborder.setSlowly.grow.success=Il-fruntiera tad-dinja qed tikber għal %s blokki wiesgħa (minn %s blokki) matul %s sekondi +commands.worldborder.setSlowly.shrink.success=Il-fruntiera tad-dinja qed tiÄ‹kien għal %s blokki wiesgħa (minn %s blokki) matul %s sekondi +commands.worldborder.usage=/worldborder ... +commands.worldborder.warning.distance.success=It-twissija tal-fruntiera tad-dinja Ä¡iet issettjata għal %s blokki 'l bogħod (minn %s blokki) +commands.worldborder.warning.distance.usage=/worldborder warning distance +commands.worldborder.warning.time.success=It-twissija tal-fruntiera tad-dinja Ä¡iet issettjata għal %s sekondi 'l bogħod (minn %s sekondi) +commands.worldborder.warning.time.usage=/worldborder warning time +commands.worldborder.warning.usage=/worldborder warning +commands.xp.failure.widthdrawXp=Ma tistax tagħti XP negattiv lil plejer +commands.xp.success=%s punti ta' esperjenza Ä¡ew mogħtija lil %s +commands.xp.success.levels=%s livelli Ä¡ew mogħtija lil %s +commands.xp.success.negative.levels=%s livelli Ä¡ew meħuda minn %s +commands.xp.usage=/xp [plejer] JEW /xp L [plejer] +connect.authorizing=Dieħel... +connect.connecting=Qed tingħaqad mas-server... +connect.failed=Ma rnexxilekx tingħaqad mas-server +container.beacon=Lanterna +container.brewing=Birrerija +container.chest=Senduq +container.chestDouble=Senduq Kbir +container.crafting=Snajja +container.creative=Selezzjoni ta' Oġġetti +container.dispenser=Dispensur +container.dropper=Qattara +container.enchant=MaÄ¡ija +container.enchant.clue=%s . . . ? +container.enchant.lapis.many=%s Lapis Lazuli +container.enchant.lapis.one=1 Lapis Lazuli +container.enchant.level.many=%s Livelli tal-MaÄ¡ija +container.enchant.level.one=1 Livell tal-MaÄ¡ija +container.enderchest=Senduq tal-Ender +container.furnace=Forn +container.hopper=Lembut +container.inventory=Inventorju +container.isLocked=%s hu msakkar! +container.minecart=Karettun +container.repair=Sewwi u Semmi +container.repair.cost=Din l-Azzjoni Tiswa: %1$s +container.repair.expensive=Prezz wisq Għoli! +controls.reset=Irrisettja +controls.resetAll=Irrisettja Kollox +controls.title=Kontrolli +createWorld.customize.custom.baseSize=Depth Base Size +createWorld.customize.custom.biomeDepthOffset=Biome Depth Offset +createWorld.customize.custom.biomeDepthWeight=Biome Depth Weight +createWorld.customize.custom.biomeScaleOffset=Biome Scale Offset +createWorld.customize.custom.biomeScaleWeight=Biome Scale Weight +createWorld.customize.custom.biomeSize=Biome Size +createWorld.customize.custom.center=Center Height +createWorld.customize.custom.confirm1=L-għażliet kurrenti tiegħek ħa +createWorld.customize.custom.confirm2=jiÄ¡u sostitwiti permanentament. +createWorld.customize.custom.confirmTitle=Twissija! +createWorld.customize.custom.coordinateScale=Coordinate Scale +createWorld.customize.custom.count=Spawn Tries +createWorld.customize.custom.defaults=Defaults +createWorld.customize.custom.depthNoiseScaleExponent=Depth Noise Exponent +createWorld.customize.custom.depthNoiseScaleX=Depth Noise Scale X +createWorld.customize.custom.depthNoiseScaleZ=Depth Noise Scale Z +createWorld.customize.custom.dungeonChance=Dungeon Count +createWorld.customize.custom.fixedBiome=Biome +createWorld.customize.custom.heightScale=Height Scale +createWorld.customize.custom.lavaLakeChance=Lava Lake Rarity +createWorld.customize.custom.lowerLimitScale=Lower Limit Scale +createWorld.customize.custom.mainNoiseScaleX=Main Noise Scale X +createWorld.customize.custom.mainNoiseScaleY=Main Noise Scale Y +createWorld.customize.custom.mainNoiseScaleZ=Main Noise Scale Z +createWorld.customize.custom.maxHeight=Max. Height +createWorld.customize.custom.minHeight=Min. Height +createWorld.customize.custom.next=PaÄ¡na li Jmiss +createWorld.customize.custom.page0=Għażliet BażiÄ‹i +createWorld.customize.custom.page1=Għażliet dwar is-Sigħat +createWorld.customize.custom.page2=Għażliet Avvanzati +createWorld.customize.custom.page3=Aktar Għażliet Avvanzati +createWorld.customize.custom.preset.caveChaos=Għerien tat-Tgerfix +createWorld.customize.custom.preset.caveDelight=Sbuħija t'Għerien +createWorld.customize.custom.preset.drought=Nixfa +createWorld.customize.custom.preset.goodLuck=Xortik Tajba +createWorld.customize.custom.preset.isleLand=Gżejjer +createWorld.customize.custom.preset.mountains=Ä enn ta' Muntanji +createWorld.customize.custom.preset.waterWorld=Dinja tal-Ilma +createWorld.customize.custom.presets=Presets +createWorld.customize.custom.presets.title=Oħloq Presets +createWorld.customize.custom.prev=PaÄ¡na PreÄ‹edenti +createWorld.customize.custom.randomize=Għażel bl-Addoċċ +createWorld.customize.custom.riverSize=River Size +createWorld.customize.custom.seaLevel=Sea Level +createWorld.customize.custom.size=Spawn Size +createWorld.customize.custom.spread=Spread Height +createWorld.customize.custom.stretchY=Height Stretch +createWorld.customize.custom.upperLimitScale=Upper Limit Scale +createWorld.customize.custom.useCaves=Caves +createWorld.customize.custom.useDungeons=Dungeons +createWorld.customize.custom.useLavaLakes=Lava Lakes +createWorld.customize.custom.useLavaOceans=Lava Oceans +createWorld.customize.custom.useMineShafts=Mineshafts +createWorld.customize.custom.useMonuments=Ocean Monuments +createWorld.customize.custom.useRavines=Ravines +createWorld.customize.custom.useStrongholds=Strongholds +createWorld.customize.custom.useTemples=Temples +createWorld.customize.custom.useVillages=Villages +createWorld.customize.custom.useWaterLakes=Water Lakes +createWorld.customize.custom.waterLakeChance=Water Lake Rarity +createWorld.customize.flat.addLayer=Å»id Saff +createWorld.customize.flat.editLayer=IrranÄ¡a s-Saff +createWorld.customize.flat.height=Għoli +createWorld.customize.flat.layer=%s +createWorld.customize.flat.layer.bottom=Qiegħ - %s +createWorld.customize.flat.layer.top=Quċċata - %s +createWorld.customize.flat.removeLayer=Ħassar is-Saff +createWorld.customize.flat.tile=Materjal tas-Saff +createWorld.customize.flat.title=Għażliet għal Dinja ÄŠatta +createWorld.customize.presets=Presets +createWorld.customize.presets.list=Alternattivament, hawn tista' ssib ftit li għamilna aħna! +createWorld.customize.presets.select=Uża Preset +createWorld.customize.presets.share=Trid taqsam il-preset tiegħek ma' ħaddieħor? Uża l-kaxxa t'hawn taħt! +createWorld.customize.presets.title=Agħżel Preset +death.attack.anvil=%1$s Ä¡ie mgħaffeÄ¡ b'inkwina +death.attack.arrow=%1$s Ä¡ie milqut minn %2$s +death.attack.arrow.item=%1$s Ä¡ie milqut minn %2$s b' %3$s +death.attack.cactus=%1$s Ä¡ie mniggeż sal-mewt +death.attack.cactus.player=%1$s mexa Ä¡o kaktus waqt li kien qed jipprova jaħrab lil %2$s +death.attack.drown=%1$s għereq +death.attack.drown.player=%1$s għereq waqt li kien qed jipprova jaħrab lil %2$s +death.attack.explosion=%1$s sploda +death.attack.explosion.player=%1$s sploda minn %2$s +death.attack.fall=%1$s waqa' mal-art b'saħħa kbira +death.attack.fallingBlock=%1$s Ä¡ie mgħaffeÄ¡ bi blokka nieżla +death.attack.fireball=%1$s miet b'balma tan-nar sparata minn %2$s +death.attack.fireball.item=%1$s miet b'balma tan-nar sÄ¡arata minn %2$s b' %3$s +death.attack.generic=%1$s miet +death.attack.inFire=%1$s qabad bin-nar +death.attack.inFire.player=%1$s mexa Ä¡on-nar waqt li kien qed jiġġieled ma' %2$s +death.attack.inWall=%1$s fega Ä¡o ħajt +death.attack.indirectMagic=%1$s Ä¡ie maqtul minn %2$s bil-maÄ¡ija +death.attack.indirectMagic.item=%1$s Ä¡ie maqtul minn %2$s b' %3$s +death.attack.lava=%1$s pprova jgħum Ä¡ol-lava +death.attack.lava.player=%1$s pprova jgħum Ä¡ol-lava biex jaħrab lil %2$s +death.attack.lightningBolt=%1$s Ä¡ie milqut minn sajjetta +death.attack.magic=%1$s Ä¡ie maqtul bil-maÄ¡ija +death.attack.mob=%1$s Ä¡ie assassinat minn %2$s +death.attack.onFire=%1$s inħaraq +death.attack.onFire.player=%1$s inxtewa waqt li kien qed jiġġieled ma' %2$s +death.attack.outOfWorld=%1$s waqa' barra mid-dinja +death.attack.player=%1$s Ä¡ie assassinat minn %2$s +death.attack.player.item=%1$s Ä¡ie assassinat minn %2$s b' %3$s +death.attack.starve=%1$s miet bil-Ä¡uħ +death.attack.thorns=%1$s Ä¡ie maqtul hu u jipprova jweġġa' lil %2$s +death.attack.thrown=%1$s qala' daqqtejn mingħand %2$s +death.attack.thrown.item=%1$s qala' daqqtejn mingħand %2$s b' %3$s +death.attack.wither=%1$s miet taħt l-effett tal-wither +death.fell.accident.generic=%1$s waqa' minn post fl-għoli +death.fell.accident.ladder=%1$s waqa' minn fuq sellum +death.fell.accident.vines=%1$s waqa' minn fuq id-dwieli +death.fell.accident.water=%1$s waqa' barra mill-ilma +death.fell.assist=%1$s kien destinat li jaqa' minn %2$s +death.fell.assist.item=%1$s kien destinat li jaqa' minn %2$s b' %3$s +death.fell.finish=%1$s waqa' mill-għoli u Ä¡ie maqtul minn %2$s +death.fell.finish.item=%1$s waqa' mill-għoli u Ä¡ie maqtul minn %2$s b' %3$s +death.fell.killer=%1$s kien destinat li jaqa' +deathScreen.deleteWorld=Ħassar id-dinja +deathScreen.hardcoreInfo=Ma tistax terÄ¡a tqum wara li tmut f'diffikulta' tqil immens! +deathScreen.leaveServer=Itlaq mis-server +deathScreen.quit.confirm=Å»gur li tixtieq tieqaf? +deathScreen.respawn=Qum mill-mewt +deathScreen.score=Punteġġ +deathScreen.title=Mitt! +deathScreen.title.hardcore=Tmiem tal-Logħba! +deathScreen.titleScreen=Screen tal-Bidu +demo.day.1=Dan id-demo se jdum ħames tijiem tal-logħba, għamel mill-aħjar li tista'! +demo.day.2=It-Tieni Jum +demo.day.3=It-Tielet Jum +demo.day.4=Ir-Raba' Jum +demo.day.5=Din hija l-aħħar Ä¡urnata tiegħek! +demo.day.6=Għaddietlek il-ħames Ä¡urnata, għafas F2 biex tieħu stampa tal-kreazzjoni tiegħek +demo.day.warning=Daqt jinħlielek il-ħin! +demo.demoExpired=Skada l-ħin tad-demo! +demo.help.buy=Ixtri Issa! +demo.help.fullWrapped=Din id-demo iddum 5 Ä¡ranet ta' Minecraft (madwar siegħa u 40 minuta fil-verita'). Ħares lejn il-kisbiet għall-għajnuna! Ħu gost! +demo.help.inventory=Uża %1$s biex tiftaħ l-inventorju +demo.help.jump=Aqbeż billi tafgħas %1$s +demo.help.later=Kompli Ilgħab! +demo.help.movement=Uża %1$s, %2$s, %3$s, %4$s u l-mouse biex timxi +demo.help.movementMouse=Ħares madwarek billi tuża l-mouse +demo.help.movementShort=Imxi billi tagħfas %1$s, %2$s, %3$s, %4$s +demo.help.title=Minecraft Demo +demo.remainingTime=Ħin jonqos: %s +demo.reminder=Il-ħin tad-demo skada, ixtri l-logħba biex tkompli jew ibda dinja Ä¡dida! +difficulty.lock.question=Å»gur tixtieq tissiÄ¡illa d-diffikulta' ta' din id-dinja? Jekk tagħmel dan, id-dinja tiÄ¡i ssettjata biex tkun %1$s għal dejjem, u qatt ma tkun tista' terÄ¡a' tibdel id-diffikulta'. +difficulty.lock.title=IssiÄ¡illa d-Diffikulta' tad-Dinja +disconnect.closed=Il-konnessjoni Ä¡iet magħluqa +disconnect.disconnected=Il-Konnessjoni mas-Server Ingħalqet +disconnect.endOfStream=Tmiem tal-konnessjoni +disconnect.genericReason=%s +disconnect.kicked=Ä ie mkeċċi mil-logħba +disconnect.loginFailed=Ma rnexxilekx tidħol +disconnect.loginFailedInfo=Ma rnexxilekx tidħol: %s +disconnect.loginFailedInfo.invalidSession=Sessjoni invalida (Ipprova rristartja l-logħba) +disconnect.loginFailedInfo.serversUnavailable=Is-servers tal-awtentikazzjoni mhumiex jaħdmu bħalissa minħabba manutenzjoni. +disconnect.lost=Il-Konnessjoni Ntilfet +disconnect.overflow=Buffer overflow +disconnect.quitting=ĦiereÄ¡ +disconnect.spam=Ä ejt imkeċċi minħabba spamming +disconnect.timeout=Ä ie mkeċċi ħabba dewmien +enchantment.arrowDamage=EnerÄ¡ija +enchantment.arrowFire=Fjamma +enchantment.arrowInfinite=Infinit +enchantment.arrowKnockback=Qawwa +enchantment.damage.all=Qawwa +enchantment.damage.arthropods=Saħta tal-Insetti +enchantment.damage.undead=Qatgħa +enchantment.digging=EffiÄ‹jenza +enchantment.durability=Bla Tkissir +enchantment.fire=Aspett tan-Nar +enchantment.fishingSpeed=Sajd +enchantment.knockback=Imbuttar +enchantment.level.1=I +enchantment.level.10=X +enchantment.level.2=II +enchantment.level.3=III +enchantment.level.4=IV +enchantment.level.5=V +enchantment.level.6=VI +enchantment.level.7=VII +enchantment.level.8=VIII +enchantment.level.9=IX +enchantment.lootBonus=Ä id +enchantment.lootBonusDigger=Fortuna +enchantment.lootBonusFishing=Fortuna tal-Baħar +enchantment.oxygen=Respirazzjoni +enchantment.protect.all=Protezzjoni +enchantment.protect.explosion=Protezzjoni mill-Isplużjonijiet +enchantment.protect.fall=Waqgħet Sikuri +enchantment.protect.fire=Protezzjoni min-Nar +enchantment.protect.projectile=Protezzjoni mil-VleÄ¡eÄ¡ +enchantment.thorns=Xewk +enchantment.untouching=Mess tal-Ħarir +enchantment.waterWalker=Ħeffa fil-Fond +enchantment.waterWorker=Għadis +entity.ArmorStand.name=Stand tal-Armar +entity.Arrow.name=Vleġġa +entity.Bat.name=Farfett il-Lejl +entity.Blaze.name=Monstru tan-Nar +entity.Boat.name=Dgħajsa +entity.Cat.name=Qattus +entity.CaveSpider.name=Brimba tal-Għerien +entity.Chicken.name=TiÄ¡ieÄ¡a +entity.Cow.name=Baqra +entity.Creeper.name=Creeper +entity.EnderDragon.name=Dragun tal-Ender +entity.Enderman.name=RaÄ¡el tal-Ender +entity.Endermite.name=Dudu tal-Ender +entity.EntityHorse.name=Å»iemel +entity.FallingSand.name=Blokka qed Taqa' +entity.Fireball.name=Balma tan-Nar +entity.Ghast.name=Ghast +entity.Giant.name=Ä gant +entity.Guardian.name=Gwardjan +entity.Item.name=Oġġett +entity.KillerBunny.name=Il-Fenek Qattiel +entity.LavaSlime.name=Kaxxa tal-Magma +entity.Minecart.name=Karettun +entity.Mob.name=Kreatura +entity.Monster.name=Monstru +entity.MushroomCow.name=Baqra tal-Faqqiegħ +entity.Ozelot.name=Qattus Salvaġġ +entity.Painting.name=Pittura +entity.Pig.name=Ħanżir +entity.PigZombie.name=Ħanżir Monstru +entity.PrimedTnt.name=Blokka tal-Isplussivi +entity.Rabbit.name=Fenek +entity.Sheep.name=Nagħġa +entity.Silverfish.name=Susa +entity.Skeleton.name=Skeletru +entity.Slime.name=Ħama +entity.SmallFireball.name=Balma tan-Nar Å»għira +entity.SnowMan.name=Monstru tas-SilÄ¡ +entity.Snowball.name=Ballun tas-SilÄ¡ +entity.Spider.name=Brimba +entity.Squid.name=Klamar +entity.Villager.armor=Armier +entity.Villager.butcher=Biċċier +entity.Villager.cleric=Qassis +entity.Villager.farmer=Bidwi +entity.Villager.fisherman=Sajjied +entity.Villager.fletcher=ArÄ‹ier +entity.Villager.leather=Ħaddiem tal-Ä ilda +entity.Villager.librarian=Librar +entity.Villager.name=Villeġġjatur +entity.Villager.shepherd=Ragħaj +entity.Villager.tool=Ħaddied tal-Għodda +entity.Villager.weapon=Ħaddied tal-Armi +entity.VillagerGolem.name=Monstru tal-Ħadid +entity.Witch.name=Saħħara +entity.WitherBoss.name=Wither +entity.Wolf.name=Lupu +entity.XPOrb.name=Sfera ta' Esperjenza +entity.Zombie.name=Monstru +entity.donkey.name=Ħmar +entity.generic.name=mhux magħruf +entity.horse.name=Å»iemel +entity.mule.name=Bagħal +entity.skeletonhorse.name=Skeletru ta' Å»iemel +entity.zombiehorse.name=Å»iemel Monstru +gameMode.adventure=Mod Avventura +gameMode.changed=It-tip ta' logħba tiegħek Ä¡iet mibdula +gameMode.creative=Mod Kreattiv +gameMode.hardcore=Mod Tqil Immens! +gameMode.spectator=Mod Spettatur +gameMode.survival=Mod Sopravivenza +generator.amplified=AMPLIFIKAT +generator.amplified.info=Kun avżat: TeħtieÄ¡ kompjuter b'saħħtu +generator.customized=Personalizzata +generator.debug_all_block_states=Debug +generator.default=Normali +generator.flat=ÄŠatta +generator.largeBiomes=Ambjenti Kbar +gui.achievements=Kisbiet +gui.all=Kollha +gui.back=Lura +gui.cancel=IkkanÄ‹ella +gui.done=Lest +gui.down='l Isfel +gui.no=Le +gui.none=Xejn +gui.stats=StatistiÄ‹i +gui.toMenu=Lura għall-Menu +gui.up='il Fuq +gui.yes=Iva +inventory.binSlot=Ħassar Oġġett +item.apple.name=Tuffieħa +item.appleGold.name=Tuffieħa tad-Deheb +item.armorStand.name=Stand tal-Armar +item.arrow.name=Vleġġa +item.banner.black.name=Bandiera Sewda +item.banner.blue.name=Bandiera Blu +item.banner.brown.name=Bandiera Kannella +item.banner.cyan.name=Bandiera Blu fl-Aħdar +item.banner.gray.name=Bandiera Griża +item.banner.green.name=Bandiera Ħadra +item.banner.lightBlue.name=Bandiera Blu ÄŠar +item.banner.lime.name=Bandiera Ħadra ÄŠara +item.banner.magenta.name=Bandira Roża Skur +item.banner.orange.name=Bandiera OranÄ¡jo +item.banner.pink.name=Bandiera Roża +item.banner.purple.name=Bandiera Vjola +item.banner.red.name=Bandiera Ħamra +item.banner.silver.name=Bandiera Griża ÄŠara +item.banner.white.name=Bandiera Bajda +item.banner.yellow.name=Bandiera Safra +item.bed.name=Sodda +item.beefCooked.name=ÄŠanga Msajra +item.beefRaw.name=ÄŠanga Nejja +item.blazePowder.name=Trab tan-Nar +item.blazeRod.name=Virga tan-Nar +item.boat.name=Dgħajsa +item.bone.name=Għadma +item.book.name=Ktieb +item.bootsChain.name=Å»raben tal-Ktajjen +item.bootsCloth.name=Å»raben tal-Ä ilda +item.bootsDiamond.name=Å»raben tad-Djamant +item.bootsGold.name=Å»raben tad-Deheb +item.bootsIron.name=Å»raben tal-Ħadid +item.bow.name=Qaws +item.bowl.name=Skutella +item.bread.name=Ħobż +item.brewingStand.name=Birrerija +item.brick.name=Briksa +item.bucket.name=Barmil +item.bucketLava.name=Barmil Lava +item.bucketWater.name=Barmil Ilma +item.cake.name=Kejk +item.canBreak=Tista' tkisser: +item.canPlace=Tista' titqiegħed fuq: +item.carrotGolden.name=Karrotta tad-Deheb +item.carrotOnAStick.name=Karrotta fuq Stikka +item.carrots.name=Karrotta +item.cauldron.name=Kaldarun +item.charcoal.name=Faħam tal-Injam +item.chestplateChain.name=Armar tal-Ktajjen +item.chestplateCloth.name=Flokk tal-Ä ilda +item.chestplateDiamond.name=Armar tad-Djamant +item.chestplateGold.name=Armar tad-Deheb +item.chestplateIron.name=Armar tal-Ħadid +item.chickenCooked.name=TiÄ¡ieÄ¡a Msajra +item.chickenRaw.name=TiÄ¡ieÄ¡a Nejja +item.clay.name=Tafal +item.clock.name=Arloġġ +item.coal.name=Faħam +item.comparator.name=Komparatur tal-ĦaÄ¡ar Aħmar +item.compass.name=Boxla +item.cookie.name=Gallettina +item.diamond.name=Djamant +item.diode.name=Dajowd tal-ĦaÄ¡ar Aħmar +item.doorAcacia.name=Bieb tal-AkaÄ‹ja +item.doorBirch.name=Bieb tal-Betula +item.doorDarkOak.name=Bieb tal-Ballut Skur +item.doorIron.name=Bieb tal-Ħadid +item.doorJungle.name=Bieb tal-Injam tal-Ä ungla +item.doorOak.name=Bieb tal-Ballut +item.doorSpruce.name=Bieb tal-Arżnu +item.dyePowder.black.name=Inka +item.dyePowder.blue.name=Lapis Lazuli +item.dyePowder.brown.name=Fażola tal-Kawkaw +item.dyePowder.cyan.name=Å»ebgħa Blu fl-Aħdar +item.dyePowder.gray.name=Å»ebgħa Griża +item.dyePowder.green.name=Aħdar tal-Kaktus +item.dyePowder.lightBlue.name=Å»ebgħa Blu ÄŠara +item.dyePowder.lime.name=Å»ebgħa Ħadra ÄŠara +item.dyePowder.magenta.name=Å»ebgħa Vjola ÄŠara +item.dyePowder.orange.name=Å»ebgħa OranÄ¡jo +item.dyePowder.pink.name=Å»ebgħa Roża +item.dyePowder.purple.name=Å»ebgħa Vjola +item.dyePowder.red.name=Aħmar tal-Ward +item.dyePowder.silver.name=Å»ebgħa Griża ÄŠara +item.dyePowder.white.name=Fertilizzant +item.dyePowder.yellow.name=Isfar tal-Lellux +item.dyed=Miżbugħ +item.egg.name=Bajda +item.emerald.name=Å»merald +item.emptyMap.name=Mappa Vojta +item.emptyPotion.name=Flixkun tal-Ilma +item.enchantedBook.name=Ktieb MaÄ¡iku +item.enderPearl.name=Perla tal-Ender +item.expBottle.name=Flixkun tal-MaÄ¡ija +item.eyeOfEnder.name=Għajn tal-Ender +item.feather.name=Rixa +item.fermentedSpiderEye.name=Għajn ta' Brimba Ffermentata +item.fireball.name=Balma tan-Nar +item.fireworks.flight=Dewm fl-Arja: +item.fireworks.name=Murtal +item.fireworksCharge.black=Iswed +item.fireworksCharge.blue=Blu +item.fireworksCharge.brown=Kannella +item.fireworksCharge.customColor=Kulur Ieħor +item.fireworksCharge.cyan=Blu fl-Aħdar +item.fireworksCharge.fadeTo=Jinbidel għal +item.fireworksCharge.flicker=Ileqq +item.fireworksCharge.gray=Griż +item.fireworksCharge.green=Aħdar +item.fireworksCharge.lightBlue=Blu ÄŠar +item.fireworksCharge.lime=Aħdar ÄŠar +item.fireworksCharge.magenta=Vjola ÄŠar +item.fireworksCharge.name=Balma tal-Murtali +item.fireworksCharge.orange=OranÄ¡jo +item.fireworksCharge.pink=Roża +item.fireworksCharge.purple=Vjola +item.fireworksCharge.red=Aħmar +item.fireworksCharge.silver=Griż ÄŠar +item.fireworksCharge.trail=Traċċa +item.fireworksCharge.type=Forma Oħra +item.fireworksCharge.type.0=Balma Å»għira +item.fireworksCharge.type.1=Balma Kbira +item.fireworksCharge.type.2=Forma ta' Stilla +item.fireworksCharge.type.3=Forma ta' Creeper +item.fireworksCharge.type.4=Tifqigħ +item.fireworksCharge.white=Abjad +item.fireworksCharge.yellow=Isfar +item.fish.clownfish.raw.name=Ħuta Kkulurita +item.fish.cod.cooked.name=Ħuta Msajra +item.fish.cod.raw.name=Å»uta Nejja +item.fish.pufferfish.raw.name=Ħuta Velenuża +item.fish.salmon.cooked.name=Salamun Imsajjar +item.fish.salmon.raw.name=Salamun Nej +item.fishingRod.name=Qasba tas-Sajd +item.flint.name=Å»nied +item.flintAndSteel.name=Å»nied u Ħadida +item.flowerPot.name=Qasrija +item.frame.name=Inkwatru +item.ghastTear.name=Demgħa ta' Ghast +item.glassBottle.name=Flixkun tal-ĦġieÄ¡ +item.goldNugget.name=Farka tad-Deheb +item.hatchetDiamond.name=Mannara tad-Djamant +item.hatchetGold.name=Mannara tad-Deheb +item.hatchetIron.name=Mannara tal-Ħadid +item.hatchetStone.name=Mannara tal-Ä ebel +item.hatchetWood.name=Mannara tal-Injam +item.helmetChain.name=Elmu tal-Ktajjen +item.helmetCloth.name=Kappa tal-Ä ilda +item.helmetDiamond.name=Elum tad-Djamant +item.helmetGold.name=Elum tad-Deheb +item.helmetIron.name=Elmu tad-Djamant +item.hoeDiamond.name=Mgħażqa tad-Djamant +item.hoeGold.name=Mgħażqa tad-Deheb +item.hoeIron.name=Mgħażqa tal-Ħadid +item.hoeStone.name=Mgħażqa tal-Ä ebel +item.hoeWood.name=Mgħażqa tal-Injam +item.horsearmordiamond.name=Armar taż-Å»wiemel tad-Djamant +item.horsearmorgold.name=Armar taż-Å»wiemel tad-Deheb +item.horsearmormetal.name=Armar taż-Å»wiemel tal-Ħadid +item.ingotGold.name=Ingott tad-Deheb +item.ingotIron.name=Ingott tal-Ħadid +item.leash.name=ÄŠinga +item.leather.name=Ä ilda +item.leaves.name=Weraq +item.leggingsChain.name=Saqajn tal-Ktajjen +item.leggingsCloth.name=Qalziet tal-Ä ilda +item.leggingsDiamond.name=Saqajn tad-Djamant +item.leggingsGold.name=Saqajn tad-Deheb +item.leggingsIron.name=Saqajn tal-Ħadid +item.magmaCream.name=Krema tal-Magma +item.map.name=Mappa +item.melon.name=Dulliegħa +item.milk.name=Ħalib +item.minecart.name=Karettun +item.minecartChest.name=Karettun b'Senduq +item.minecartCommandBlock.name=Karretun bi Blokka tal-KodiÄ‹i +item.minecartFurnace.name=Karettun b'Forn +item.minecartHopper.name=Karettun b'Lembut +item.minecartTnt.name=Karrettun bl-Isplussivi +item.monsterPlacer.name=Sejjaħ +item.mushroomStew.name=Stuffat tal-Faqqiegħ +item.muttonCooked.name=Laħam tan-Nagħġa Msajjar +item.muttonRaw.name=Laħam tan-Nagħġa Nej +item.nameTag.name=Tikketta +item.netherStalkSeeds.name=Faqqiegħ tan-Nether +item.netherStar.name=Stilla tan-Nether +item.netherbrick.name=Briksa tan-Nether +item.netherquartz.name=Kwarz tan-Nether +item.painting.name=Pittura +item.paper.name=Karta +item.pickaxeDiamond.name=Baqqun tad-Djamant +item.pickaxeGold.name=Baqqun tad-Deheb +item.pickaxeIron.name=Baqqun tal-Ħadid +item.pickaxeStone.name=Baqqun tal-Ä ebel +item.pickaxeWood.name=Baqqun tal-Injam +item.porkchopCooked.name=Majjal Imsajjar +item.porkchopRaw.name=Majjal Nej +item.potato.name=Patata +item.potatoBaked.name=Patata Msajra +item.potatoPoisonous.name=Patata Velenuża +item.potion.name=Xarba +item.prismarineCrystals.name=Kristalli tal-Prismarine +item.prismarineShard.name=Farka tal-Prismarine +item.pumpkinPie.name=Torta tal-Qargħa Ħamra +item.rabbitCooked.name=Fenek Imsajjar +item.rabbitFoot.name=Sieq il-Fenek +item.rabbitHide.name=Ä ilda tal-Fenek +item.rabbitRaw.name=Fenek Nej +item.rabbitStew.name=Stuffat tal-Fenek +item.record.11.desc=C418 - 11 +item.record.13.desc=C418 - 13 +item.record.blocks.desc=C418 - blocks +item.record.cat.desc=C418 - cat +item.record.chirp.desc=C418 - chirp +item.record.far.desc=C418 - far +item.record.mall.desc=C418 - mall +item.record.mellohi.desc=C418 - mellohi +item.record.name=Diska tal-Mużika +item.record.stal.desc=C418 - stal +item.record.strad.desc=C418 - strad +item.record.wait.desc=C418 - wait +item.record.ward.desc=C418 - ward +item.redstone.name=ĦaÄ¡ar Aħmar +item.reeds.name=Xitla taz-Zokkor +item.rottenFlesh.name=Laħam Maqtugħ +item.ruby.name=Rubini +item.saddle.name=SarÄ¡ +item.seeds.name=Å»erriegħa +item.seeds_melon.name=Å»erriegħa tad-Dulliegħ +item.seeds_pumpkin.name=Å»erriegħa tal-Qargħa Ħamra +item.shears.name=Ä liem +item.shovelDiamond.name=Pala tad-Djamant +item.shovelGold.name=Pala tad-Deheb +item.shovelIron.name=Pala tal-Ħadid +item.shovelStone.name=Pala tal-Ä ebel +item.shovelWood.name=Pala tal-Injam +item.sign.name=Tabella +item.skull.char.name=Ras +item.skull.creeper.name=Ras ta' Creeper +item.skull.player.name=Ras ta' %s +item.skull.skeleton.name=Ras ta' Skeletru +item.skull.wither.name=Ras ta' Skeletru tal-Wither +item.skull.zombie.name=Ras ta' Monstru +item.slimeball.name=Ballun tal-Ħama +item.snowball.name=Ballun tas-SilÄ¡ +item.speckledMelon.name=Dulliegħa Tleqq +item.spiderEye.name=Għajn ta' Brimba +item.stick.name=Stikka +item.string.name=Spaga +item.sugar.name=Zokkor +item.sulphur.name=Porvli +item.swordDiamond.name=Xabla tad-Djamant +item.swordGold.name=Xabla tad-Deheb +item.swordIron.name=Xabla tal-Ħadid +item.swordStone.name=Xabla tal-Ä ebel +item.swordWood.name=Xabla tal-Injam +item.unbreakable=Ma tinkisirx +item.wheat.name=Qamħ +item.writingBook.name=Ktieb bir-Rixa +item.writtenBook.name=Ktieb Miktub +item.yellowDust.name=Trab tal-Ä ebel Jixgħel +itemGroup.brewing=Xarbiet +itemGroup.buildingBlocks=Blokki tal-Bini +itemGroup.combat=Ä lied +itemGroup.decorations=Blokki tat-Tiżjin +itemGroup.food=Ikel +itemGroup.inventory=Inventarju Sopravivenza +itemGroup.materials=Materjali +itemGroup.misc=Oġġetti Oħra +itemGroup.redstone=ĦaÄ¡ar Aħmar +itemGroup.search=Fittex +itemGroup.tools=Għodda +itemGroup.transportation=Trasport +key.attack=Tattakka/Tkisser +key.back=Timxi b'Lura +key.categories.gameplay=Kif Tilgħab +key.categories.inventory=Inventorju +key.categories.misc=Mixxellanji +key.categories.movement=Moviment +key.categories.multiplayer=Multiplayer +key.categories.stream=Streaming +key.categories.ui=Interface tal-Logħba +key.chat=Tiftaħ iÄ‹-Chat +key.command=Tuża KodiÄ‹i +key.drop=Twaqqa' l-Oġġett +key.forward=Timxi 'l Quddiem +key.fullscreen=Taqleb Fullscreen +key.hotbar.1=Hotbar Slot 1 +key.hotbar.2=Hotbar Slot 2 +key.hotbar.3=Hotbar Slot 3 +key.hotbar.4=Hotbar Slot 4 +key.hotbar.5=Hotbar Slot 5 +key.hotbar.6=Hotbar Slot 6 +key.hotbar.7=Hotbar Slot 7 +key.hotbar.8=Hotbar Slot 8 +key.hotbar.9=Hotbar Slot 9 +key.inventory=Inventorju +key.jump=Aqbeż +key.left=TiÄ¡bed lejn ix-Xellug +key.mouseButton=Buttuna %1$s +key.pickItem=IÄ¡bor Blokka +key.playerlist=Lista tal-Plejers +key.right=TiÄ¡bed lejn il-Lemin +key.screenshot=Tieħu Screenshot +key.smoothCamera=Tibdel il-Moviment tal-Kamera +key.sneak=Imxi Nkiss Inkiss +key.spectatorOutlines=Enfasizza Plejers (Spettaturi) +key.sprint=TiÄ¡ri +key.streamCommercial=Turi Reklami fl-Istream +key.streamPauseUnpause=Tagħmel Pawsa/Tkompli l-Istream +key.streamStartStop=Tibda/Twaqqaf l-Istream +key.streamToggleMic=Tafgħas biex Titkellem/Titfi l-Mic +key.togglePerspective=Tibdel il-Perspettiva +key.use=Tuża Oġġett/Tpoġġi Blokka +lanServer.otherPlayers=Għażliet għal Plejers Oħra +lanServer.scanning=Qed jiÄ¡u mfittxija logħob fuq in-netwerk lokali tiegħek +lanServer.start=Ibda LAN Server +lanServer.title=LAN Server +language.code=mt_MT +language.name=Malti +language.region=Malta +mcoServer.title=Dinja Online ta Minecraft +menu.convertingLevel=Id-dinja qed tiÄ¡i kkonvertita +menu.disconnect=OħroÄ¡ mis-Server +menu.game=Menu +menu.generatingLevel=Id-dinja qed tiġġenera +menu.generatingTerrain=L-art qed tiÄ¡i mibnija +menu.loadingLevel=Id-dinja qed tillowdja +menu.multiplayer=Ilgħab mal-Oħrajn +menu.online=Sferi ta' Minecraft +menu.options=Għażliet... +menu.playdemo=Ilgħab id-Demo +menu.quit=OħroÄ¡ mil-Logħba +menu.resetdemo=ErÄ¡a Ibda d-Demo mill-Bidu +menu.respawning=Qed terÄ¡a tqum +menu.returnToGame=Lura għal-Logħba +menu.returnToMenu=Issejvja u OħroÄ¡ mil-Logħba +menu.shareToLan=Iftaħ għal LAN +menu.simulating=Qed tiÄ¡i maħluqa d-dinja +menu.singleplayer=Ilgħab Waħdek +menu.switchingLevel=Qed tinbidel id-dinja +merchant.deprecated=Partat xi ħaÄ¡a oħra l-ewwel! +mount.onboard=Afgħas %1$s biex tinżel +multiplayer.connect=Idħol +multiplayer.downloadingStats=Qed jiÄ¡u mniżżla l-istatistiÄ‹i u l-kisbiet... +multiplayer.downloadingTerrain=Qed titniżżel l-art +multiplayer.info1=Minecraft Multiplayer bħalissa mhuwiex lest, imma +multiplayer.info2=qed isir testing bħalissa. +multiplayer.ipinfo=Ikteb l-IP tas-server biex tidħol fih: +multiplayer.player.joined=%s daħal fil-logħoba +multiplayer.player.joined.renamed=%s (li qabel kien magħruf bħala %s) daħal fil-logħoba +multiplayer.player.left=%s telaq mill-logħoba +multiplayer.stopSleeping=Qum mis-sodda +multiplayer.texturePrompt.line1=Dan is-server jirrakkomanda l-użu ta' resource pack. +multiplayer.texturePrompt.line2=Trid li dan jiÄ¡i mniżżel u nstallat awtomaÄ¡ikament? +multiplayer.title=Ilgħab mal-Oħrajn +options.advancedButton=Għażliet Avvanzati tal-Video... +options.advancedOpengl=OpenGL Avvanzat +options.advancedVideoTitle=Għażliet Avvanzati tal-Video +options.anaglyph=3D +options.ao=Dawl Sabiħ +options.ao.max=Massimu +options.ao.min=Minimu +options.ao.off=MITFI + +options.blockAlternatives=Blokki Jalternaw +options.chat.color=Kuluri +options.chat.height.focused=Għoli Ffukat +options.chat.height.unfocused=Għoli Sfukat +options.chat.links=Web Links +options.chat.links.prompt=Twissija meta Tiftaħ Links +options.chat.opacity=OpaÄ‹ita' +options.chat.scale=Skala +options.chat.title=Għażliet taÄ‹-Chat... +options.chat.visibility=Chat +options.chat.visibility.full=Jidher +options.chat.visibility.hidden=Moħbi +options.chat.visibility.system=KodiÄ‹i Biss +options.chat.width=Wisa +options.controls=Kontrolli... +options.customizeTitle=Ibdel l-Għażliet tad-DInja +options.difficulty=Diffikulta' +options.difficulty.easy=FaÄ‹li +options.difficulty.hard=Tqil +options.difficulty.hardcore=Tqil Immens +options.difficulty.normal=Normali +options.difficulty.peaceful=PaÄ‹ifiku +options.farWarning1=Installazjoni ta' Java 64 bit hi rakkomandata +options.farWarning2=biex tara 'l bogħod (int għandek 32 bit) +options.fboEnable=Ippermetti FBOs +options.forceUnicodeFont=Uża Font Unicode +options.fov=FOV +options.fov.max=Quake Pro +options.fov.min=Normali +options.framerateLimit=Numru Massimu ta' FPS +options.framerateLimit.max=Mingħajr Limitu +options.fullscreen=Fullscreen +options.gamma=Luminożita' +options.gamma.max=Imdawwal +options.gamma.min=Imdallam +options.graphics=GrafiÄ‹i +options.graphics.fancy=Sbieħ +options.graphics.fast=Jgħaġġlu +options.guiScale=Kobor tal-GUI +options.guiScale.auto=Awtomatiku +options.guiScale.large=Kbir +options.guiScale.normal=Normali +options.guiScale.small=Å»għar +options.hidden=Moħbi +options.invertMouse=Mouse bil-Kontra +options.language=Lingwa... +options.languageWarning=Traduzzjonijiet tal-lingwi mhux bil-fors ikunu korretti 100%% +options.mipmapLevels=Livelli ta' Mipmap +options.modelPart.cape=Mantell +options.modelPart.hat=Kappell +options.modelPart.jacket=Ä akketta +options.modelPart.left_pants_leg=Qalza tax-Xellug +options.modelPart.left_sleeve=Komma tax-Xellug +options.modelPart.right_pants_leg=Qalza tal-Lemin +options.modelPart.right_sleeve=Komma tal-Lemin +options.multiplayer.title=Għażliet tal-Multiplayer... +options.music=Mużika +options.off=LE +options.on=IVA +options.particles=PartiÄ‹elli +options.particles.all=Kollha +options.particles.decreased=Mnaqqsin +options.particles.minimal=Ftit li Xejn +options.performanceButton=Għażliet tal-Prestazzjoni tal-Video... +options.performanceVideoTitle=Għażliet tal-Prestazzjoni tal-Video +options.postButton=Għażliet tal-Post-Processing... +options.postProcessEnable=Ippermetti Post-Processing +options.postVideoTitle=Għażliet tal-Post-Processing +options.qualityButton=Għażliet tal-Kwalita' tal-Video... +options.qualityVideoTitle=Għażliet tal-Kwalita' tal-Video +options.reducedDebugInfo=Inqas Debug Info +options.renderClouds=Sħab +options.renderDistance=Distanza ta' Kemm Tara +options.renderDistance.far='il Bogħod +options.renderDistance.normal=Normali +options.renderDistance.short=ViÄ‹in +options.renderDistance.tiny=ViÄ‹in Ħafna +options.resourcepack=Resource Packs... +options.saturation=Saturazzjoni +options.sensitivity=Sensittivita' +options.sensitivity.max=JGĦAÄ Ä EL ĦAFNA!!! +options.sensitivity.min=Daqt norqod +options.skinCustomisation=Ibdel kif Tidher... +options.skinCustomisation.title=Ibdel kif Tidher +options.snooper=Ippermetti Snooper +options.snooper.desc=Nixtiequ niÄ¡bru informazzjoni dwar il-kompjuter tiegħek biex tgħinna ntejbu Minecraft billi nkunu nafu x'nistaw nissapportjaw u fejn jinsabu l-ikbar problemi. Din l-informazzjoni hi kompletament anonima u qed tintwera hawn taħt. Aħna nwiegħdu li m'aħna ħa nużawha għall-ebda skop ħażin, imma jekk ma tridx tkun parti minn din is-sistema tista' titfi l-għażla meta trid! +options.snooper.title=SpeÄ‹ifikazzjonijiet tal-Kompjuter +options.snooper.view=Għażliet tal-Isnooper... +options.sound=Ħsejjes +options.sounds=Mużika u Ħsejjes... +options.sounds.title=Għażliet tal-Mużika u Ħsejjes +options.stream=Għażliet tax-Xandir... +options.stream.bytesPerPixel=Kwalita' +options.stream.changes=Jista' jkun li trid tirristartja l-istream biex iseħħu dawn it-tibdiliet. +options.stream.chat.enabled=Ippermetti +options.stream.chat.enabled.always=Dejjem +options.stream.chat.enabled.never=Qatt +options.stream.chat.enabled.streaming=Waqt Streaming +options.stream.chat.title=Għażliet taÄ‹-Chat ta' Twitch +options.stream.chat.userFilter=Uża Filter +options.stream.chat.userFilter.all=Telespettaturi Kollha +options.stream.chat.userFilter.mods=Moderaturi +options.stream.chat.userFilter.subs=Abbonati +options.stream.compression=Kompressjoni +options.stream.compression.high=Għolja +options.stream.compression.low=Baxxa +options.stream.compression.medium=Medja +options.stream.estimation=Riżoluzzjoni Stmata: %sx%s +options.stream.fps=Framerate +options.stream.ingest.reset=Irrisettja l-Preferenzi +options.stream.ingest.title=Xandar is-Servers fuq Twitch +options.stream.ingestSelection=Xandar il-Lista tas-Servers +options.stream.kbps=Bandwith +options.stream.micToggleBehavior=Afgħas Biex +options.stream.micVolumne=Volum tal-Mic +options.stream.mic_toggle.mute=Titfi l-Mic +options.stream.mic_toggle.talk=Titkellem +options.stream.sendMetadata=Ibgħat Metadata +options.stream.systemVolume=Volum tas-Sistema +options.stream.title=Għażliet tax-Xandir fuq Twitch +options.title=Għażliet +options.touchscreen=Touchscreen +options.vbo=Uża VBOs +options.video=Għażliet tal-Video... +options.videoTitle=Għażliet tal-Video +options.viewBobbing=ÄŠaqliq mal-Mixi +options.visible=Jidher +options.vsync=Uża VSync +potion.absorption=Assorbiment +potion.absorption.postfix=Xarba tal-Assorbiment +potion.blindness=Għama +potion.blindness.postfix=Xarba tal-Għama +potion.confusion=Dardir +potion.confusion.postfix=Xarba tad-Dardir +potion.damageBoost=Qawwa +potion.damageBoost.postfix=Xarba tal-Qawwa +potion.digSlowDown=Għejja +potion.digSlowDown.postfix=Xarba Matta +potion.digSpeed=Għaġġla +potion.digSpeed.postfix=Xarba tal-GħaÄ¡la +potion.effects.whenDrank=Meta Applikat: +potion.empty=Bla Effetti +potion.fireResistance=Reżistenza għan-Nar +potion.fireResistance.postfix=Xarba tar-Reżistenza għan-Nar +potion.harm=Ħsara f'Daqqa +potion.harm.postfix=Xarba tal-Ħsara +potion.heal=Fejqan f'Daqqa +potion.heal.postfix=Xarba tal-Fejqan +potion.healthBoost=Spinta lis-Saħħa +potion.healthBoost.postfix=Xarba ta' Spinta lis-Saħħa +potion.hunger=Ä uħ +potion.hunger.postfix=Xarba Tal-Ä uħ +potion.invisibility=Inviżibilita' +potion.invisibility.postfix=Xarba tal-Inviżibbilta' +potion.jump=Spinta għal-Qbiż +potion.jump.postfix=Xarba tal-Qbiż +potion.moveSlowdown=Dewmien +potion.moveSlowdown.postfix=Xarba tad-Dewmien +potion.moveSpeed=VeloÄ‹ita' +potion.moveSpeed.postfix=Xarba tal-Ħeffa +potion.nightVision=Viżjoni bil-Lejl +potion.nightVision.postfix=Xarba tal-Viżjoni fid-Dlam +potion.poison=Velenu +potion.poison.postfix=Xarba tal-Velenu +potion.potency.1=II +potion.potency.2=III +potion.potency.3=IV +potion.prefix.acrid=Morr +potion.prefix.artless=SempliÄ‹i +potion.prefix.awkward=Skomdu +potion.prefix.bland=Vojt +potion.prefix.bulky=Jesa' +potion.prefix.bungling=Moħli +potion.prefix.buttered=Tqil +potion.prefix.charming=Divertenti +potion.prefix.clear=ÄŠar +potion.prefix.cordial=PjaÄ‹evoli +potion.prefix.dashing=Sabiħ +potion.prefix.debonair=Sofistikat +potion.prefix.diffuse=Ħażin +potion.prefix.elegant=Eleganti +potion.prefix.fancy=Imżejjen +potion.prefix.flat=ÄŠatt +potion.prefix.foul=MaħmuÄ¡ +potion.prefix.grenade=Bomba +potion.prefix.gross=Disgustanti +potion.prefix.harsh=Krudili +potion.prefix.milky=Kremuż +potion.prefix.mundane=Ordinarju +potion.prefix.odorless=Bla Riħa +potion.prefix.potent=Qawwi +potion.prefix.rank=Qares +potion.prefix.refined=Å»viluppat +potion.prefix.smooth=Lixx +potion.prefix.sparkling=Ileqq +potion.prefix.stinky=Jinten +potion.prefix.suave=Pulit +potion.prefix.thick=Oħxon +potion.prefix.thin=Likwiduż +potion.prefix.uninteresting=Bla Gosti +potion.regeneration=RiÄ¡enerazzjoni +potion.regeneration.postfix=Xarba tar-RiÄ¡enerazzjoni +potion.resistance=Reżistenza +potion.resistance.postfix=Xarba tar-Reżistenza +potion.saturation=Saturazzjoni +potion.saturation.postfix=Xarba tas-Saturazzjoni +potion.waterBreathing=Nifs Taħt l-Ilma +potion.waterBreathing.postfix=Xarba tan-Nifs Taħt l-Ilma +potion.weakness=Dgħjufija +potion.weakness.postfix=Xarba tad-Dgħjufija +potion.wither=Wither +potion.wither.postfix=Xarba tat-Tħassir +record.nowPlaying=Issa qeda tilghab: %s +resourcePack.available.title=Resource Packs Disponibbli +resourcePack.folderInfo=(Itfa l-files tar-resource packs hawnhekk) +resourcePack.openFolder=Iftaħ il-folder tar-resource packs +resourcePack.selected.title=Resource Packs Magħżula +resourcePack.title=Agħżel Resource Packs +screenshot.failure=L-iscreenshot ma setax jiÄ¡i ssejvjat: %s +screenshot.success=L-iscreenshot Ä¡ie ssejvjat bħala %s +selectServer.add=Å»id server +selectServer.defaultName=Server ta' Minecraft +selectServer.delete=Ħassar +selectServer.deleteButton=Ħassar +selectServer.deleteQuestion=ÄŠert li trid tneħħi dan is-server? +selectServer.deleteWarning=se jintilef għal dejjem! (Å»mien twil!) +selectServer.direct=Ingħaqad Direttament +selectServer.edit=Ibdel +selectServer.empty=vojt +selectServer.hiddenAddress=(Moħbi) +selectServer.refresh=Ä edded il-lista +selectServer.select=Idħol Ä¡os-Server +selectServer.title=Agħżel Server +selectWorld.allowCommands=Ippermetti Ä‹-Cheats: +selectWorld.allowCommands.info=KodiÄ‹i bħal /gamemode, /xp +selectWorld.bonusItems=Senduq Å»ejjed: +selectWorld.cheats=Cheats +selectWorld.conversion=Trid tiÄ¡i Kkonvertuta! +selectWorld.create=Oħloq Dinja Ä dida +selectWorld.createDemo=Ilgħab id-Demo +selectWorld.customizeType=Biddel +selectWorld.delete=Ħassar +selectWorld.deleteButton=Ħassar +selectWorld.deleteQuestion=ÄŠert li trid tħassar din id-dinja? +selectWorld.deleteWarning=se tintilef għal dejjem! (Å»mien twil!) +selectWorld.empty=vojt +selectWorld.enterName=Isem id-Dinja +selectWorld.enterSeed=Seed għall-Ä¡enerazzjoni tad-dinja +selectWorld.gameMode=Tip ta' Logħba +selectWorld.gameMode.adventure=Avventura +selectWorld.gameMode.adventure.line1=Bħal mod sopravivenza, iżda blokok ma jistgħux +selectWorld.gameMode.adventure.line2=jiÄ¡u miżjuda jew imneħħija +selectWorld.gameMode.creative=Kreattiv +selectWorld.gameMode.creative.line1=Riżorsi bla limitu, titjir u +selectWorld.gameMode.creative.line2=kisser blokki mill-ewwel +selectWorld.gameMode.hardcore=Tqil Immens +selectWorld.gameMode.hardcore.line1=Bħal mod sopravivenza, iżda fl-itqal +selectWorld.gameMode.hardcore.line2=diffikulta' u ħajja waħda biss +selectWorld.gameMode.spectator=Spettatur +selectWorld.gameMode.spectator.line1=Tista' tara imma ma tistax tmiss +selectWorld.gameMode.survival=Sopravivenza +selectWorld.gameMode.survival.line1=Fittex riżorsi, snajja, ikseb +selectWorld.gameMode.survival.line2=livelli, saħħa u Ä¡uħ +selectWorld.hardcoreMode=Tqil Immens: +selectWorld.hardcoreMode.info=Id-dinja titħassar hekk kif tmut +selectWorld.mapFeatures=Iġġenera Strutturi: +selectWorld.mapFeatures.info=Irħula, dungeons eċċ +selectWorld.mapType=Tip ta' Dinja: +selectWorld.mapType.normal=Normali +selectWorld.moreWorldOptions=Iktar Għażliet dwar id-Dinja... +selectWorld.newWorld=Dinja Ä dida +selectWorld.newWorld.copyOf=Kopja ta' %s +selectWorld.recreate=Oħloq mill-Ä did +selectWorld.rename=Ibdel l-Isem +selectWorld.renameButton=Ibdel l-Isem tad-Dinja +selectWorld.renameTitle=Ibdel l-Isem tad-Dinja +selectWorld.resultFolder=Ħa tiÄ¡i ssejvjata Ä¡o: +selectWorld.seedInfo=Ħalli vojt għal seed jiÄ¡i kif jiÄ¡i +selectWorld.select=Ilgħab fid-Dinja Magħżula +selectWorld.title=Agħżel Dinja +selectWorld.world=Dinja +sign.edit=Biddel il-messaġġ tat-tabella +soundCategory.ambient=Ambjent +soundCategory.block=Blokki +soundCategory.hostile=Kreaturi Ostili +soundCategory.master=Volum PrinÄ‹ipali +soundCategory.music=Mużika +soundCategory.neutral=Kreaturi Passivi +soundCategory.player=Plejers +soundCategory.record=Jukebox / Blokki tal-Mużika +soundCategory.weather=Temp +stat.animalsBred=Annimali Mgħammra +stat.blocksButton=Blokki +stat.boatOneCm=Distanza bid-Dgħajsa +stat.breakItem=%1$s Moħlija +stat.climbOneCm=Distanza Tlajt +stat.craftItem=%1$s Maħluqa +stat.crafted=Drabi Maħluqa +stat.createWorld=Dinjiet maħluqa +stat.crouchOneCm=Kemm Imxejt Inkiss Inkiss +stat.damageDealt=Ħsara Mogħtija +stat.damageTaken=Ħsara Maqlugħa +stat.deaths=Numru ta' Mewtiet +stat.depleted=Drabi Moħlija +stat.diveOneCm=Distanza bl-Għadis +stat.drop=Oġġetti Mwaqqgħin +stat.entityKilledBy=%s qatlek %s darba(iet) +stat.entityKilledBy.none=Għadek qatt ma Ä¡ejt maqtul minn %s +stat.entityKills=Qtilt lil %s %sQ +stat.entityKills.none=Għadek qatt ma qtilt lil %s +stat.fallOneCm=Distanza Waqgħejt +stat.fishCaught=Ħut Maqbuda +stat.flyOneCm=Distanza Tirt +stat.generalButton=Ä enerali +stat.horseOneCm=Distanza biż-Å»iemel +stat.itemsButton=Oġġetti +stat.joinMultiplayer=Kemm 'il Darba Dħalt Ä¡o Servers +stat.jump=Qabżiet +stat.junkFished=Å»ibel Mistad +stat.leaveGame=Kemm 'il Darba ĦriÄ¡t mil-Logħba +stat.loadWorld=Livelli miftuħa +stat.mineBlock=%1$s Imminati +stat.minecartOneCm=Distanza bil-Karettun +stat.mined=Drabi Imminati +stat.mobKills=Kreaturi Maqtula +stat.mobsButton=Monstri +stat.pigOneCm=Distanza fuq Ħanżir +stat.playOneMinute=Minuti Lgħabt +stat.playerKills=Plejers Maqtula +stat.sprintOneCm=Kemm Ä rejt +stat.startGame=Drabi li Lgħabt +stat.swimOneCm=Distanza Għomejt +stat.talkedToVillager=Kemm Kellimt VilleÄ¡jaturi +stat.timeSinceDeath=Sa mill-Aħħar Mewta +stat.tradedWithVillager=Kemm Partatt ma' VilleÄ¡jaturi +stat.treasureFished=Teżori Mistada +stat.useItem=%1$s Użati +stat.used=Drabi Użati +stat.walkOneCm=Distanza bil-Mixi +stats.tooltip.type.achievement=Kisba +stats.tooltip.type.statistic=Statistika +stream.confirm_start=Å»gur tixtieq tibda xxandar? +stream.unavailable.account_not_bound=Qabel ma tkun tista' xxandar Minecraft fuq Twitch, għandek bżonn tillinkja l-kont ta' Twitch fuq mojang.com. Tixtieq tagħmel dan issa? +stream.unavailable.account_not_bound.okay=Illinkja l-Kontijiet +stream.unavailable.account_not_migrated=Qabel tkun tista' xxandar Minecraft fuq Twitch, għandek bżonn temigra l-kont ta' Minecraft tiegħek għal kont ta' Mojang. Tixtieq tagħmel dan issa? +stream.unavailable.account_not_migrated.okay=Emigra l-Kont +stream.unavailable.failed_auth=Awtentikazzjoni lejn Twitch ma rnexxietx. Jekk jogħġbok żur mojang.com u erÄ¡a llinkja l-kont ta' Twitch. +stream.unavailable.failed_auth.okay=ErÄ¡a Llinkja l-Kontijiet +stream.unavailable.failed_auth_error=Ma tistax isseħħ awtentikazzjoni lejn Twitch. Jekk jogħġbok erÄ¡a pprova iktar tard. +stream.unavailable.initialization_failure=L-SDK ta' Twitch ma tistax tiÄ¡i inizzjalizzata. +stream.unavailable.initialization_failure.extra=(RaÄ¡uni: %s) +stream.unavailable.library_arch_mismatch=Il-verżjoni ta' Java użata biex tinfetaħ Minecraft għanda arkitettura differenti minn dik użata biex jaħdem il-launcher. Jekk jogħġbok ikkonferma li dawn huma l-istess, jew 32-bit jew 64-bit għat-tnejn. +stream.unavailable.library_failure=Il-libreriji meħtieÄ¡a għas-servizz ta' xandir fuq Twitch ma jistawx jillowdjaw. +stream.unavailable.no_fbo=Il-video card tiegħek irid ikollha sapport għal OpenGL 3.0 jew għal Framebuffer Objects permezz ta' estenzjoni biex tkun tista tuża x-xandir integrat ta' Twitch. +stream.unavailable.no_fbo.arb=Framebuffer object support via ARB hu: %s +stream.unavailable.no_fbo.blend=Separate blending support via EXT hu: %s +stream.unavailable.no_fbo.ext=Framebuffer object support via EXT hu: %s +stream.unavailable.no_fbo.version=Bħallisa qed tuża: %s +stream.unavailable.not_supported.mac=Sfortunatament is-servizz ta' xandir ta' Twitch fuq Mac jirrikjedi verżjoni ta' OS X iktar riÄ‹enti minn dik li qed tuża. Għandek bżonn 10.7 (Mac OS X Lion) jew iktar riÄ‹enti. Tixtieq iżżur apple.com biex issir taf kif tista' tupgradeja? +stream.unavailable.not_supported.mac.okay=Upgrade +stream.unavailable.not_supported.other=Sfortunatament is-servizz ta' xandir ta' Twitch jirrikjedi Windows (Vista jew iktar riÄ‹enti) jew Mac OS X (10.7/Lion jew iktar riÄ‹enti) +stream.unavailable.not_supported.windows=Sfortunatament is-servizz ta' xandir ta' Twitch jirrikjedi verżjoni ta' Windows iktar riÄ‹enti minn dik li qed tuża. Għandek bżonn Windows Vista jew iktar riÄ‹enti. +stream.unavailable.report_to_mojang=Irrapporta lil Mojang +stream.unavailable.soundflower.chat=Soundflower hu meħtieÄ¡ biex tkun tista' tistreamja fuq Mac. %s +stream.unavailable.soundflower.chat.link=Jekk jogħġbok afgħas hawnhekk biex tinstallaħ. +stream.unavailable.title=Xandir fuq Twitch mhux Disponibbli +stream.unavailable.unknown=Sfortunatament ma tistax ixxandar fuq Twitch bħalissa. U ma nafux għaliex :'( +stream.unavailable.unknown.chat=L-istream ma setgħetx tibda: %s +stream.user.mode.administrator=Amministratur ta' Twitch +stream.user.mode.banned=Projbit +stream.user.mode.banned.other=Projbit fuq iÄ‹-channel ta' %s +stream.user.mode.banned.self=Projbit fuq iÄ‹-channel tiegħek +stream.user.mode.broadcaster=Xandar +stream.user.mode.broadcaster.other=Xandar +stream.user.mode.broadcaster.self=Xandar (Inti!) +stream.user.mode.moderator=Moderatur +stream.user.mode.moderator.other=Moderatur fuq iÄ‹-channel ta' %s +stream.user.mode.moderator.self=Moderatur fuq iÄ‹-channel tiegħek +stream.user.mode.staff=Membru tal-Istaff ta' Twitch +stream.user.subscription.subscriber=Abbonat +stream.user.subscription.subscriber.other=Abbonat fuq iÄ‹-channel ta' %s +stream.user.subscription.subscriber.self=Abbonat fuq iÄ‹-channel tiegħek +stream.user.subscription.turbo=Twitch Turbo +stream.userinfo.ban=Ban +stream.userinfo.chatTooltip=Afgħas biex timmaniġġja l-user +stream.userinfo.mod=Ippromova għal Moderatur +stream.userinfo.timeout=Timeout +stream.userinfo.unban=Unban +stream.userinfo.unmod=Neħħi minn Moderatur +tile.acaciaFence.name=ÄŠint tal-AkaÄ‹ja +tile.acaciaFenceGate.name=Grada tal-AkaÄ‹ja +tile.activatorRail.name=Linji Jattivaw +tile.anvil.intact.name=Inkwina +tile.anvil.name=Inkwina +tile.anvil.slightlyDamaged.name=Inkwina bil-Ħsara +tile.anvil.veryDamaged.name=Inkwina Mkissra +tile.barrier.name=Blokka Inviżibli +tile.beacon.name=Lanterna +tile.beacon.primary=Poter PrinÄ‹ipali +tile.beacon.secondary=Poter Sekondarju +tile.bed.name=Sodda +tile.bed.noSleep=Bil-lejl biss tista torqod +tile.bed.notSafe=Ma tistax torqod għalissa, hemm il-monstri fil-viÄ‹in +tile.bed.notValid=Is-sodda li rqadt fiha ntilfet +tile.bed.occupied=Din is-sodda hija okkupata +tile.bedrock.name=Blat +tile.birchFence.name=ÄŠint tal-Betula +tile.birchFenceGate.name=Grada tal-Betula +tile.blockCoal.name=Blokka tal-Faħam +tile.blockDiamond.name=Blokka tad-Djamant +tile.blockEmerald.name=Blokka tal-Iżmerald +tile.blockGold.name=Blokka tad-Deheb +tile.blockIron.name=Blokka tal-Ħadid +tile.blockLapis.name=Blokka tal-Lapis Lazuli +tile.blockRedstone.name=Blokka tal-ĦaÄ¡ar Aħmar +tile.bookshelf.name=Xkafef +tile.brick.name=Briks +tile.button.name=Buttuna +tile.cactus.name=Kaktus +tile.cake.name=Kejk +tile.carrots.name=Karrotti +tile.cauldron.name=Kaldarun +tile.chest.name=Senduq +tile.chestTrap.name=Senduq Trappola +tile.clay.name=Tafal +tile.clayHardened.name=Tafal Imwebbes +tile.clayHardenedStained.black.name=Tafal Miżbugħ Iswed +tile.clayHardenedStained.blue.name=Tafal Miżbugħ Blu +tile.clayHardenedStained.brown.name=Tafal Miżbugħ Kannella +tile.clayHardenedStained.cyan.name=Tafal Miżbugħ Blu fl-Aħdar +tile.clayHardenedStained.gray.name=Tafal Miżbugħ Griż +tile.clayHardenedStained.green.name=Tafal Miżbugħ Aħdar +tile.clayHardenedStained.lightBlue.name=Tafal Miżbugħ Blu ÄŠar +tile.clayHardenedStained.lime.name=Tafal Miżbugħ Aħdar ÄŠar +tile.clayHardenedStained.magenta.name=Tafal Miżbugħ Vjola ÄŠar +tile.clayHardenedStained.name=Tafal Miżbugħ +tile.clayHardenedStained.orange.name=Tafal Miżbugħ OranÄ¡jo +tile.clayHardenedStained.pink.name=Tafal Miżbugħ Roża +tile.clayHardenedStained.purple.name=Tafal Miżbugħ Vjola +tile.clayHardenedStained.red.name=Tafal Miżbugħ Aħmar +tile.clayHardenedStained.silver.name=Tafal Miżbugħ Griż ÄŠar +tile.clayHardenedStained.white.name=Tafal Miżbugħ Abjad +tile.clayHardenedStained.yellow.name=Tafal Miżbugħ Isfar +tile.cloth.black.name=Suf Iswed +tile.cloth.blue.name=Suf Blu +tile.cloth.brown.name=Suf Kannella +tile.cloth.cyan.name=Suf Blu fl-Aħdar +tile.cloth.gray.name=Suf Griż +tile.cloth.green.name=Suf Aħdar +tile.cloth.lightBlue.name=Suf Blu ÄŠar +tile.cloth.lime.name=Suf Aħdar ÄŠar +tile.cloth.magenta.name=Suf Vjola ÄŠar +tile.cloth.name=Suf +tile.cloth.orange.name=Suf OranÄ¡jo +tile.cloth.pink.name=Suf Roża +tile.cloth.purple.name=Suf Vjola +tile.cloth.red.name=Suf Aħmar +tile.cloth.silver.name=Suf Griż ÄŠar +tile.cloth.white.name=Suf +tile.cloth.yellow.name=Suf Isfar +tile.cobbleWall.mossy.name=ÄŠint tal-Ä ebel bil-Moffa +tile.cobbleWall.normal.name=ÄŠint tal-Ä ebel Imfarrak +tile.cocoa.name=Kakaw +tile.commandBlock.name=Blokka tal-KodiÄ‹i +tile.crops.name=Qamħ +tile.darkOakFence.name=ÄŠint tal-Ballut Skur +tile.darkOakFenceGate.name=Grada tal-Ballut Skur +tile.daylightDetector.name=Panella tad-Dawl +tile.deadbush.name=Xitla Niexfa +tile.detectorRail.name=Linji Didekters +tile.dirt.coarse.name=Ħamrija Ħoxna +tile.dirt.default.name=Ħamrija +tile.dirt.name=Ħamrija +tile.dirt.podzol.name=Podzol +tile.dispenser.name=Dispensur +tile.doorIron.name=Bieb tal-Ħadid +tile.doorWood.name=Bieb tal-Injam +tile.doublePlant.fern.name=Xitla Kbira +tile.doublePlant.grass.name=Ħaxix Twil +tile.doublePlant.name=Pjanta +tile.doublePlant.paeonia.name=Peony +tile.doublePlant.rose.name=Xitla tal-Ward +tile.doublePlant.sunflower.name=Ä irasol +tile.doublePlant.syringa.name=Lela' +tile.dragonEgg.name=Bajda ta' Dragun +tile.dropper.name=Qattara +tile.enchantmentTable.name=Mejda tal-MaÄ¡ija +tile.endPortalFrame.name=Portal tal-Ender +tile.enderChest.name=Senduq tal-Ender +tile.farmland.name=Art tar-Raba +tile.fence.name=ÄŠint tal-Ballut +tile.fenceGate.name=Grada tal-Ballut +tile.fenceIron.name=Vireg tal-Ħadid +tile.fire.name=Nar +tile.flower1.dandelion.name=Lelluxa +tile.flower1.name=Fjura +tile.flower2.allium.name=Allium +tile.flower2.blueOrchid.name=Orkidea Blu +tile.flower2.houstonia.name=Azure Bluet +tile.flower2.name=Fjura +tile.flower2.oxeyeDaisy.name=NarÄ‹isa +tile.flower2.poppy.name=Peprina +tile.flower2.tulipOrange.name=Tulip OranÄ¡jo +tile.flower2.tulipPink.name=Tulip Roża +tile.flower2.tulipRed.name=Tulip Ħamra +tile.flower2.tulipWhite.name=Tulip Bajda +tile.furnace.name=Forn +tile.glass.name=ĦġieÄ¡ +tile.goldenRail.name=Linji Mixgħulin +tile.grass.name=Blokka tal-Ħaxix +tile.gravel.name=Å»rar +tile.hayBlock.name=Tiben +tile.hellrock.name=Ä ebel tan-Nether +tile.hellsand.name=Trab tal-Erwieħ +tile.hopper.name=Lembut +tile.ice.name=SilÄ¡ +tile.icePacked.name=SilÄ¡ Solidu +tile.ironTrapdoor.name=Bokkaport tal-Ħadid +tile.jukebox.name=Jukebox +tile.jungleFence.name=ÄŠint tal-Injam tal-Ä ungla +tile.jungleFenceGate.name=Grada tal-Injam tal-Ä ungla +tile.ladder.name=Sellum +tile.lava.name=Lava +tile.leaves.acacia.name=Weraq tal-AkaÄ‹ja +tile.leaves.big_oak.name=Wearaq tal-Ballut Skur +tile.leaves.birch.name=Weraq tal-Betula +tile.leaves.jungle.name=Weraq tal-Ä ungla +tile.leaves.name=Weraq +tile.leaves.oak.name=Weraq tal-Ballut +tile.leaves.spruce.name=Weraq tal-Arżnu +tile.lever.name=Swiċċ +tile.lightgem.name=Ä ebel Jixgħel +tile.litpumpkin.name=Qargħa Ħamra Tixgħel +tile.lockedchest.name=Senduq Imsakkar +tile.log.acacia.name=Injam tal-AkaÄ‹ja +tile.log.big_oak.name=Injam tal-Ballut Skur +tile.log.birch.name=Injam tal-Betula +tile.log.jungle.name=Injam tal-Ä ungla +tile.log.name=Injam +tile.log.oak.name=Injam tal-Ballut +tile.log.spruce.name=Injam tal-Arżnu +tile.melon.name=Dulliegħa +tile.mobSpawner.name=Blokka tal-Monstri +tile.monsterStoneEgg.brick.name=Briks tal-Ä ebel bis-Susa +tile.monsterStoneEgg.chiseledbrick.name=Briks tal-Ä ebel Imnaqqax bis-Susa +tile.monsterStoneEgg.cobble.name=Ä ebel Imfarrak bis-Susa +tile.monsterStoneEgg.crackedbrick.name=Briks tal-Ä ebel Imxaqqaq bis-Susa +tile.monsterStoneEgg.mossybrick.name=Briks tal-Ä ebel bil-Moffa bis-Susa +tile.monsterStoneEgg.name=Ä ebel bis-Susa +tile.monsterStoneEgg.stone.name=Ä ebel bis-Susa +tile.mushroom.name=Faqqiegħ +tile.musicBlock.name=Blokka tal-Mużika +tile.mycel.name=Moffa +tile.netherBrick.name=Briks tan-Nether +tile.netherFence.name=ÄŠint tan-Nether +tile.netherStalk.name=Faqqiegħ tan-Nether +tile.netherquartz.name=Sigħat tal-Kwartz tan-Nether +tile.notGate.name=TorÄ‹a tal-ĦaÄ¡ar Aħmar +tile.obsidian.name=Ossidnu +tile.oreCoal.name=Sigħat tal-Faħam +tile.oreDiamond.name=Sigħat tad-Djamant +tile.oreEmerald.name=Sigħat tal-Iżmerald +tile.oreGold.name=Sigħat tad-Deheb +tile.oreIron.name=Sigħat tal-Ħadid +tile.oreLapis.name=Sigħat tal-Lapis Lazuli +tile.oreRedstone.name=Sigħat tal-ĦaÄ¡ar Aħmar +tile.oreRuby.name=Sigħat tar-Rubini +tile.pistonBase.name=Pistun +tile.pistonStickyBase.name=Pistun Iweħħel +tile.portal.name=Portal +tile.potatoes.name=Patata +tile.pressurePlateStone.name=PjanÄ‹a tal-Ä ebel +tile.pressurePlateWood.name=PjanÄ‹a tal-Injam +tile.prismarine.bricks.name=Briks tal-Prismarine +tile.prismarine.dark.name=Prismarine Skur +tile.prismarine.rough.name=Prismarine +tile.pumpkin.name=Qargħa Ħamra +tile.quartzBlock.chiseled.name=Kwarz Imnaqqax +tile.quartzBlock.default.name=Blokka tal-Kwarz +tile.quartzBlock.lines.name=Pilastru tal-Kwarz +tile.quartzBlock.name=Blokka tal-Kwarz +tile.rail.name=Linji tat-Trakk +tile.redSandStone.chiseled.name=Ä ebel Aħmar tal-Franka Mnaqqax +tile.redSandStone.default.name=Ä ebel Aħmar tal-Franka +tile.redSandStone.name=Ä ebel Aħmar tal-Franka +tile.redSandStone.smooth.name=Ä ebel Aħmar tal-Franka Lixx +tile.redstoneDust.name=Trab tal-ĦaÄ¡ar Aħmar +tile.redstoneLight.name=Lampa tal-ĦaÄ¡ar Aħmar +tile.reeds.name=Xitla taz-Zokkor +tile.sand.default.name=Ramel +tile.sand.name=Ramel +tile.sand.red.name=Ramel Aħmar +tile.sandStone.chiseled.name=Ä ebel tal-Franka Mnaqqax +tile.sandStone.default.name=Ä ebel tal-Franka +tile.sandStone.name=Ä ebel tal-Franka +tile.sandStone.smooth.name=Ä ebel tal-Franka Lixx +tile.sapling.acacia.name=Å»għar tal-AkaÄ‹ja +tile.sapling.big_oak.name=Żġħar tal-Ballut Skur +tile.sapling.birch.name=Å»għar tal-Betula +tile.sapling.jungle.name=Å»għar tal-Ä ungla +tile.sapling.oak.name=Å»għar tal-Ballut +tile.sapling.spruce.name=Å»għar tal-Arżnu +tile.seaLantern.name=Mixegħela tal-Baħar +tile.sign.name=Tabella +tile.slime.name=Blokka tal-Ħama +tile.snow.name=Borra +tile.sponge.dry.name=Sponża +tile.sponge.wet.name=Sponża Mxarba +tile.spruceFence.name=ÄŠint tal-Arżnu +tile.spruceFenceGate.name=Grada tal-Arżnu +tile.stainedGlass.black.name=ĦġieÄ¡ Miżbugħ Iswed +tile.stainedGlass.blue.name=ĦġieÄ¡ Miżbugħ Blu +tile.stainedGlass.brown.name=ĦġieÄ¡ Miżbugħ Kannella +tile.stainedGlass.cyan.name=ĦġieÄ¡ Miżbugħ Blu fl-Aħdar +tile.stainedGlass.gray.name=ĦġieÄ¡ Miżbugħ Griż +tile.stainedGlass.green.name=ĦġieÄ¡ Miżbugħ Aħdar +tile.stainedGlass.lightBlue.name=ĦġieÄ¡ Miżbugħ Blu ÄŠar +tile.stainedGlass.lime.name=ĦġieÄ¡ Miżbugħ Aħdar ÄŠar +tile.stainedGlass.magenta.name=ĦġieÄ¡ Miżbugħ Vjola ÄŠar +tile.stainedGlass.name=ĦġieÄ¡ Miżbugħ +tile.stainedGlass.orange.name=ĦġieÄ¡ Miżbugħ OranÄ¡jo +tile.stainedGlass.pink.name=ĦġieÄ¡ Miżbugħ Roża +tile.stainedGlass.purple.name=ĦġieÄ¡ Miżbugħ Vjola +tile.stainedGlass.red.name=ĦġieÄ¡ Miżbugħ Aħmar +tile.stainedGlass.silver.name=ĦġieÄ¡ Miżbugħ Griż ÄŠar +tile.stainedGlass.white.name=ĦġieÄ¡ Miżbugħ Abjad +tile.stainedGlass.yellow.name=ĦġieÄ¡ Miżbugħ Isfar +tile.stairsBrick.name=TaraÄ¡ tal-Briks +tile.stairsNetherBrick.name=TaraÄ¡ tan-Nether +tile.stairsQuartz.name=TaraÄ¡ tal-Kwarz +tile.stairsRedSandStone.name=TaraÄ¡ tal-Ä ebel Aħmar tal-Franka +tile.stairsSandStone.name=TaraÄ¡ tal-Franka +tile.stairsStone.name=TaraÄ¡ tal-Ä ebel +tile.stairsStoneBrickSmooth.name=TaraÄ¡ tal-Briks tal-Ä ebel +tile.stairsWood.name=TaraÄ¡ tal-Ballut +tile.stairsWoodAcacia.name=TaraÄ¡ tal-AkaÄ‹ja +tile.stairsWoodBirch.name=TaraÄ¡ tal-Betula +tile.stairsWoodDarkOak.name=TaraÄ¡ tal-Ballut Skur +tile.stairsWoodJungle.name=TaraÄ¡ tal-Injam tal-Ä ungla +tile.stairsWoodSpruce.name=TaraÄ¡ tal-Arżnu +tile.stone.andesite.name=Andesite +tile.stone.andesiteSmooth.name=Andesite Illustrat +tile.stone.diorite.name=Diorite +tile.stone.dioriteSmooth.name=Diorite Illustrat +tile.stone.granite.name=Granit +tile.stone.graniteSmooth.name=Granit Illustrat +tile.stone.stone.name=Ä ebel +tile.stoneMoss.name=Ä ebel bil-Moffa +tile.stoneSlab.brick.name=ÄŠangun tal-Briks +tile.stoneSlab.cobble.name=ÄŠangun tal-Ä ebel Imfarrak +tile.stoneSlab.name=ÄŠangun tal-Ä ebel +tile.stoneSlab.netherBrick.name=ÄŠangun tal-Briks tan-Nether +tile.stoneSlab.quartz.name=ÄŠangun tal-Kwarz +tile.stoneSlab.sand.name=ÄŠangun tal-Franka +tile.stoneSlab.smoothStoneBrick.name=ÄŠangun tal-Briks tal-Ä ebel +tile.stoneSlab.stone.name=ÄŠangun tal-Ä ebel +tile.stoneSlab.wood.name=ÄŠangun tal-Injam +tile.stoneSlab2.red_sandstone.name=ÄŠangun tal-Ä ebel Aħmar tal-Franka +tile.stonebrick.name=Ä ebel Imfarrak +tile.stonebricksmooth.chiseled.name=Briks tal-Ä ebel Imnaqqax +tile.stonebricksmooth.cracked.name=Briks tal-Ä ebel Imxaqqaq +tile.stonebricksmooth.default.name=Briks tal-Ä ebel +tile.stonebricksmooth.mossy.name=Briks tal-Ä ebel bil-Moffa +tile.stonebricksmooth.name=Briks tal-Ä ebel +tile.tallgrass.fern.name=Xitla +tile.tallgrass.grass.name=Ħaxix +tile.tallgrass.name=Ħaxix +tile.tallgrass.shrub.name=Xitla Niexfa +tile.thinGlass.name=ĦġieÄ¡a ÄŠatta +tile.thinStainedGlass.black.name=ĦġieÄ¡a ÄŠatta Miżbugħha Sewda +tile.thinStainedGlass.blue.name=ĦġieÄ¡a ÄŠatta Miżbugħha Blu +tile.thinStainedGlass.brown.name=ĦġieÄ¡a ÄŠatta Miżbugħha Kannella +tile.thinStainedGlass.cyan.name=ĦġieÄ¡a ÄŠatta Miżbugħha Blu fl-Aħdar +tile.thinStainedGlass.gray.name=ĦġieÄ¡a ÄŠatta Miżbugħha Griża +tile.thinStainedGlass.green.name=ĦġieÄ¡a ÄŠatta Miżbugħha Ħadra +tile.thinStainedGlass.lightBlue.name=ĦġieÄ¡a ÄŠatta Miżbugħha Blu ÄŠar +tile.thinStainedGlass.lime.name=ĦġieÄ¡a ÄŠatta Miżbugħha Ħadra ÄŠara +tile.thinStainedGlass.magenta.name=ĦġieÄ¡a ÄŠatta Miżbugħha Vjola ÄŠar +tile.thinStainedGlass.name=ĦġieÄ¡a ÄŠatta Miżbugħha +tile.thinStainedGlass.orange.name=ĦġieÄ¡a ÄŠatta Miżbugħha OranÄ¡jo ÄŠar +tile.thinStainedGlass.pink.name=ĦġieÄ¡a ÄŠatta Miżbugħha Roża +tile.thinStainedGlass.purple.name=ĦġieÄ¡a ÄŠatta Miżbugħha Vjola +tile.thinStainedGlass.red.name=ĦġieÄ¡a ÄŠatta Miżbugħha Ħamra +tile.thinStainedGlass.silver.name=ĦġieÄ¡a ÄŠatta Miżbugħha Griża ÄŠara +tile.thinStainedGlass.white.name=ĦġieÄ¡a ÄŠatta Miżbugħha Bajda ÄŠara +tile.thinStainedGlass.yellow.name=ĦġieÄ¡a ÄŠatta Miżbugħha Safra +tile.tnt.name=Splussivi +tile.torch.name=TorÄ‹a +tile.trapdoor.name=Bokkaport tal-Injam +tile.tripWire.name=Trappola +tile.tripWireSource.name=GanÄ‹ tat-Trappola +tile.vine.name=Dwieli +tile.water.name=Ilma +tile.waterlily.name=Pjanta tal-Ilma +tile.web.name=Għanqbuta +tile.weightedPlate_heavy.name=PjanÄ‹a tal-Użin (Tqila) +tile.weightedPlate_light.name=PjanÄ‹a tal-Użin (Ħafifa) +tile.whiteStone.name=Ä ebel tal-Ender +tile.wood.acacia.name=PjanÄ‹i tal-AkaÄ‹ja +tile.wood.big_oak.name=PjanÄ‹i tal-Ballut Skur +tile.wood.birch.name=PjanÄ‹i tal-Betula +tile.wood.jungle.name=PjanÄ‹i tal-Ä ungla +tile.wood.name=PjanÄ‹i tal-Injam +tile.wood.oak.name=PjanÄ‹i tal-Ballut +tile.wood.spruce.name=PjanÄ‹i tal-Arżnu +tile.woodSlab.acacia.name=ÄŠangun tal-AkaÄ‹ja +tile.woodSlab.big_oak.name=ÄŠangun tal-Injam tal-Ballut Skur +tile.woodSlab.birch.name=ÄŠangun tal-Betula +tile.woodSlab.jungle.name=ÄŠangun tal-Injam tal-Ä ungla +tile.woodSlab.name=ÄŠangun tal-Injam +tile.woodSlab.oak.name=ÄŠangun tal-Ballut +tile.woodSlab.spruce.name=ÄŠangun tal-Arżnu +tile.woolCarpet.black.name=Tapit Iswed +tile.woolCarpet.blue.name=Tapit Blu +tile.woolCarpet.brown.name=Tapit Kannella +tile.woolCarpet.cyan.name=Tapit Blu fl-Aħdar +tile.woolCarpet.gray.name=Tapit Griż +tile.woolCarpet.green.name=Tapit Aħdar +tile.woolCarpet.lightBlue.name=Tapit Blu ÄŠar +tile.woolCarpet.lime.name=Tapit Aħdar ÄŠar +tile.woolCarpet.magenta.name=Tapit Roża Skur +tile.woolCarpet.name=Tapit +tile.woolCarpet.orange.name=Tapit OranÄ¡jo +tile.woolCarpet.pink.name=Tapit Roża +tile.woolCarpet.purple.name=Tapit Vjola +tile.woolCarpet.red.name=Tapit Aħmar +tile.woolCarpet.silver.name=Tapit Griż ÄŠar +tile.woolCarpet.white.name=Tapit +tile.woolCarpet.yellow.name=Tapit Isfar +tile.workbench.name=Mejda tas-Snajja +title.oldgl1=Graphic card kemmxejn qadima; dan jista' jwaqqfek milli +title.oldgl2=milli tkun tista' tkompli tilgħab fil-futur meta OpenGL 2.0 isir meħtieÄ¡. +translation.test.args=%s %s +translation.test.complex=Prefiss, %s%2$s darb'oħra %s u %1$s fl-aħħar %s u ukoll %1$s darb'oħra! +translation.test.invalid=aw % +translation.test.invalid2=aw %s +translation.test.none=Aw, dinja! +translation.test.world=dinja diff --git a/javascript/lang/nds_DE.lang b/javascript/lang/nds_DE.lang new file mode 100755 index 00000000..3e3436cc --- /dev/null +++ b/javascript/lang/nds_DE.lang @@ -0,0 +1,1739 @@ +achievement.acquireIron=Isentied +achievement.acquireIron.desc=Smelt Isenärts +achievement.bakeCake=De Lüëge +achievement.bakeCake.desc=Waiten, Sucker, Miälk un Aier! +achievement.blazeRod=Düer't Füer +achievement.blazeRod.desc=Klau dän Staw van enen Blaze +achievement.bookcase=Bökerwuorm +achievement.bookcase.desc=Maak Bökerschiäpe, üm dinen Tuwerdisk to vöbiätern +achievement.breedCow=Tuchtmeester +achievement.breedCow.desc=Bruuk Waiten üm Kö to tüchten +achievement.buildBetterPickaxe=Tied för Fotgang +achievement.buildBetterPickaxe.desc=Maak ene biätere Bicke +achievement.buildFurnace=Hete Saak +achievement.buildFurnace.desc=Bau enen Uom uut acht Plaosterstene +achievement.buildHoe=Kampman +achievement.buildHoe.desc=Maak ene Hak uut Planken un Pinne +achievement.buildPickaxe=Tied för Biärgbau! +achievement.buildPickaxe.desc=Maak ene Bicke uut Planken un Pinne +achievement.buildSword=Jodut! +achievement.buildSword.desc=Maak een Swiärt uut Planken un Pinne +achievement.buildWorkBench=Een düftig Wiärk +achievement.buildWorkBench.desc=Maak ene Wiärkbank uut veer Holtplanken +achievement.cookFish=Tungenfiner Fisk +achievement.cookFish.desc=Fang un braod enen Fisk! +achievement.diamonds=DEMANTEN! +achievement.diamonds.desc=Bau Demanten met dien Isenwiärktüüg af +achievement.diamondsToYou=Demanten för di! +achievement.diamondsToYou.desc=Smiet Demanten nao enen änneren Spiëler. +achievement.enchantments=Tuwerer +achievement.enchantments.desc=Bruuk een Book, Gnetersteen un Demanten, üm enen Tuwerdisk to maken +achievement.exploreAllBiomes=Beliäwnistied +achievement.exploreAllBiomes.desc=Do alle Biome up +achievement.flyPig=Wan Swine flaigen +achievement.flyPig.desc=Flaig up een Swien een Kliff runner +achievement.fullBeacon=Löchtfüermaker +achievement.fullBeacon.desc=Maak een heel Löchtfüer +achievement.get=Erfolg kriëgen! +achievement.ghast=Trügge nao'n Afsenner +achievement.ghast.desc=Maak enen Ghast met sinen egenen Füerbal daud +achievement.killCow=Koschupser +achievement.killCow.desc=Sammel Liäder +achievement.killEnemy=Monsterjager +achievement.killEnemy.desc=Slao een Monster daud +achievement.killWither=De Anfang. +achievement.killWither.desc=Maak dän Wither daud +achievement.makeBread=Usse däglik Braud +achievement.makeBread.desc=Bak Braud uut Waiten +achievement.mineWood=Up Holt klopt +achievement.mineWood.desc=Slao enen Baum, bes Holt ruutfölt +achievement.onARail=Jüst äs up Schinen +achievement.onARail.desc=Föer dien Kipkaor tominsten enen Kilometer aone to stoppen +achievement.openInventory=Taske losmaken +achievement.openInventory.desc=Drük '%1$s' üm de Taske los to maken. +achievement.overkill=Üöwerwolt +achievement.overkill.desc=Deel acht Hiärten Skaden met enen Slag uut +achievement.overpowered=Üöwermächtig +achievement.overpowered.desc=Maak een Notch-Appel +achievement.portal=Wi müët daiper +achievement.portal.desc=Bau een Paortaal nao dän Nedder +achievement.potion=Lütte Brueri +achievement.potion.desc=Bru enen Drank +achievement.requires=Brük %1$s +achievement.snipeSkeleton=Scharpschüttenduel +achievement.snipeSkeleton.desc=Schait een Skelet met Buogen un Piel van mäer äs 50 Meter daud +achievement.spawnWither=De Anfang? +achievement.spawnWither.desc=Roop dän Wither +achievement.taken=Hänkriëgen! +achievement.theEnd=Dat End? +achievement.theEnd.desc=Fin dat End +achievement.theEnd2=Dat End. +achievement.theEnd2.desc=Win üöwer dän Draken +addServer.add=Daon +addServer.enterIp=Serveradres +addServer.enterName=Servernaome +addServer.hideAddress=Adres vöstoppen +addServer.resourcePack=Server-Matriaolpakätte +addServer.resourcePack.disabled=Uut +addServer.resourcePack.enabled=An +addServer.resourcePack.prompt=Affraoge +addServer.title=Serverinformatsjaun bewiärken +advMode.allPlayers=Bruuk "@a" üm alle Spiëlers to wälen +advMode.command=Befiäl +advMode.nearestPlayer=Bruuk "@p" üm dän naigsten Spiëler to wälen +advMode.notAllowed=Du mos een Operator in de Kreativwise sien +advMode.notEnabled=Befiälsblök sint up düssen Server nich tolaoten +advMode.previousOutput=Leste Uutgawe +advMode.randomPlayer=Bruuk "@r" üm enen tofälligen Spiëler to wälen +advMode.setCommand=Befiäl för dän Blok fastläggen +advMode.setCommand.success=Befiäl sät: %s +attribute.name.generic.attackDamage=Angriepskaden +attribute.name.generic.followRange=Kretüür-Naolauprüümte +attribute.name.generic.knockbackResistance=Trügslagfasthait +attribute.name.generic.maxHealth=Grötste Sundhait +attribute.name.generic.movementSpeed=Gauigkait +attribute.name.horse.jumpStrength=Piärdehopsstärkde +attribute.name.zombie.spawnReinforcements=Zombi-Naoschuuw +book.byAuthor=van %1$s +book.editTitle=Booktiddel indoon: +book.finalizeButton=Unnerschriwen un tomaken +book.finalizeWarning=Hänwies! Wan du dat Book unnerschriws, kan et nich mäer ännert wäern. +book.generation.0=Original +book.generation.1=Kopi van'n Originaal +book.generation.2=Kopi van ne Kopi +book.generation.3=Teriten +book.pageIndicator=Siet %1$s van %2$s +book.signButton=Unnerschriwen +build.tooHigh=Grötste Bauhögt is %s Blök +chat.cannotSend=Kan de Chatnaoricht nich sennen +chat.copy=Link naomaken +chat.link.confirm=Büs du siëker, dat du düsse Websiet laden wis? +chat.link.confirmTrusted=Wis du düssen Link losmaken aor naomaken? +chat.link.open=In'n Webkieker losmaken +chat.link.warning=Lad kine Links van Lüe, de du nich trus! +chat.stream.emote=(%s) * %s %s +chat.stream.text=(%s) <%s> %s +chat.type.achievement=%s häw jüst nu dän Erfolg %s afreekt +chat.type.achievement.taken=%s häw de Erfolg %s völuorn +commands.achievement.give.success.all=Alle Erfolge an %s giëwen +commands.achievement.give.success.one=Spiëler %s häw de Statistik %s kriëgen +commands.achievement.statTooLow=Spiëler %s häw de Statistik %s nich +commands.achievement.unknownAchievement=Unkunniger Erfolg of Statistik '%s' +commands.ban.failed=Kon Spiëler %s nich vöbannen +commands.ban.success=Spiëler %s wüör vöbant +commands.ban.usage=/ban [Grund ...] +commands.banip.invalid=Du häs ene ungüllige IP-Adresse ingiëwen of de Spiëler is nich online +commands.banip.success=IP-Adresse %s wüör vöbant +commands.banip.success.players=IP-Adresse %s van %s wüör vöbant +commands.banip.usage=/ban-ip [Grund ...] +commands.banlist.ips=Et giw %s vöbante IP-Adressen: +commands.banlist.players=Et giw %s vöbante Spiëler: +commands.banlist.usage=/banlist [ips|players] +commands.blockdata.usage=/blockdata +commands.chunkinfo.usage=/chunkinfo [ ] +commands.clear.failure=De Tasken van %s wüörn aal lirig +commands.clear.success=Tasken van %s lirig maakt, %s Giëgenstänne wägdaon +commands.clone.usage=/clone [Modus] +commands.compare.usage=/testforblocks [Modus] +commands.debug.notStarted=Kan dat Upteken nich uphäöern wan et nao nich löp! +commands.debug.start=Failerupteken häw anfangen +commands.debug.stop=Failerupteken nao %s Sekunnen uphäöert (%s Tiks) +commands.defaultgamemode.success=De normaale Spiëlwise van de Wiält is nu %s +commands.defaultgamemode.usage=/defaultgamemode +commands.deop.failed=Kon %s nich afsätten +commands.deop.success=%s is nu kien Operator mäer +commands.deop.usage=/deop +commands.difficulty.success=Swaorde nao %s sät +commands.difficulty.usage=/difficulty +commands.downfall.success=Daalslag ümknipsen +commands.effect.failure.notActive=Kon %1$s nich van %2$s niëmen, de Effekt was nich dao +commands.effect.failure.notActive.all=Kon kine Effekte van %s niëmen, wiedat kine dao wüörn +commands.effect.notFound=Et giw kinen Kretür-Effekt met de ID %s +commands.effect.success=Gaw %1$s (ID %2$s) * %3$s för %4$s för %5$s sekunnen +commands.effect.success.removed=%1$s van %2$s nuomen +commands.effect.success.removed.all=Alle Effekte van %s nuomen +commands.enchant.cantCombine=%1$s kan nich met %2$s vöbunnen wäern +commands.enchant.cantEnchant=De uutsochte Vötuwerung kan düssen Giëgenstand nich bidaon wäern +commands.enchant.noItem=De Spiëler hölt kinen Giëgenstand +commands.enchant.notFound=Et giw kine Vötuwerung met de ID %s +commands.enchant.success=Vötuwerung färrig +commands.enchant.usage=/enchant [Trat] +commands.entitydata.usage=/entitydata +commands.gamemode.success.other=De Spiëlwise van %s wüör nao %s sät +commands.gamemode.success.self=Dine Spiëlwise wüör nao %s sät +commands.gamemode.usage=/gamemode [Spiëler] +commands.gamerule.norule=Et giw kine Spiëlregel '%s' +commands.gamerule.success=Spiëlregel wüör ännert +commands.generic.boolean.invalid=%s is nich 'true' nao 'false' +commands.generic.double.tooBig=De ingiëwene Taal (%s) is to graut, se draw högstens %s sien +commands.generic.double.tooSmall=De ingiëwene Taal (%s) is to lüt, se mot tominsten %s sien +commands.generic.entity.invalidType=Entity-Aort '%s' is ungüllig +commands.generic.entity.invalidUuid=De angiëwene Entity-UUID häw een ungüllig Formaat +commands.generic.entity.notFound=Düsse Entity kan nich funnen wäern +commands.generic.exception=Bi't Uutföern van düssen Befiäl is een unkunniger Failer uptruoten +commands.generic.notFound=Unkunniger Befiäl. Vösöök /help för ene Befiälslist +commands.generic.num.invalid=%s is kine güllige Taal +commands.generic.num.tooBig=De ingiëwene Taal (%s) is to graut, se draw högstens %s sien +commands.generic.num.tooSmall=De ingiëwene Taal (%s) is to lüt, se mot tominsten %s sien +commands.generic.parameter.invalid='%s' is kien gülliger Parameter +commands.generic.permission=Du häs nich dat Völööw, düssen Befiäl to bruken +commands.generic.player.notFound=Düsser Spiëler kon nich funnen wäern +commands.generic.syntax=Ungüllige Befiälssüntaks +commands.generic.usage=Bruuk: %s +commands.give.notFound=Et giw kinen Giëgenstand met de ID %s +commands.give.success=%s * %s an %s giëwen +commands.give.tagError=Kon Daotenwääd %s nich unnersöken +commands.give.usage=/give [Taal] [Daotenwääd] [DaotenTag] +commands.help.footer=Tip: Bruuk de Tast bi't Schriwen för dat audomatisk vulstännig maken van dän Befiäl of de Argumente +commands.help.header=--- Hölpsiet %s van %s (/help ) --- +commands.help.usage=/help [Siet|Befiälsnaome] +commands.kick.success=%s wüör ruutsmiëten +commands.kick.success.reason=%s wüör ruutsmiëten: '%s' +commands.kick.usage=/kick [Grund ...] +commands.kill.usage=/kill [Spiëler|Entity] +commands.me.usage=/me +commands.message.display.incoming=%s flistert di: %s +commands.message.display.outgoing=Du flisters nao %s: %s +commands.message.sameTarget=Du kaas di söwwes kine priwate Buodschup sennen! +commands.message.usage=/tell +commands.op.failed=Kon %s nich to'n Operator maken +commands.op.success=%s wüör to'n Operator beropen +commands.op.usage=/op +commands.players.list=Et sint %s/%s Spiëler online: +commands.playsound.playerTooFar=Spiëler %s is to wied wäg üm dän Luut to häöern +commands.playsound.success=Luut '%s' för %s afspiëlt +commands.playsound.usage=/playsound [x] [y] [z] [Luutstärkde] [Toonhögte] [Minstluutstärkde] +commands.publish.failed=Lokal Spiël kon nich maakt wäern +commands.publish.started=Lokal Spiël brük Port %s +commands.replaceitem.block.usage=/replaceitem block [amount] [data] [dataTag] +commands.replaceitem.entity.usage=/replaceitem entity [amount] [data] [dataTag] +commands.replaceitem.failed=Kon Slot %s nich ersätten met %s * %s +commands.replaceitem.noContainer=Blok bi %s, %s, %s, is kine Kist +commands.replaceitem.success=Slot %s ersät met %s * %s +commands.replaceitem.tagError=Kon NBT-Daoten nich vöstaon: %s +commands.replaceitem.usage=/replaceitem ... +commands.save-off.alreadyOff=Spikern is aal afschalten. +commands.save-on.alreadyOn=Spikern is aal inschalten. +commands.save.disabled=Audomatisk Spikern van de Wiält wüör afschalten +commands.save.enabled=Audomatisk Spikern van de Wiält wüör inschalten +commands.save.failed=Spikern is misgaon: %s +commands.save.start=Spiker... +commands.save.success=Wiält spikert +commands.say.usage=/say +commands.scoreboard.objectiveNotFound=Et giw kien Teel met dän Naomen '%s' +commands.scoreboard.objectiveReadOnly=Dat Teel '%s' kan blos liäsen män nich vöännert wäern +commands.scoreboard.objectives.add.alreadyExists=Et giw aal een Teel met dän Naomen '%s' +commands.scoreboard.objectives.add.displayTooLong=De Wisernaome '%s' is to lang för een Teel, he draw nich mäer äs %s Teken lang sien +commands.scoreboard.objectives.add.success=Ni Teel '%s' wüör bidaon +commands.scoreboard.objectives.add.tooLong=De Naome '%s' is to lang för een Teel, he draw nich mäer äs %s Teken lang sien +commands.scoreboard.objectives.add.usage=/scoreboard objectives add [Wisernaome ...] +commands.scoreboard.objectives.add.wrongType=Ungüllige Teel-Marktekenaort '%s' +commands.scoreboard.objectives.list.count=Wies %s Teel/Tele up de Punktetaofel: +commands.scoreboard.objectives.list.empty=Et giw kine Tele up de Punktetaofel +commands.scoreboard.objectives.list.entry=- %s: wät äs '%s' wiësen un is van de Aort '%s' +commands.scoreboard.objectives.remove.success=Teel '%s' wüör wägdaon +commands.scoreboard.objectives.remove.usage=/scoreboard objectives remove +commands.scoreboard.objectives.setdisplay.invalidSlot=Et giw kinen Wiserplats '%s' +commands.scoreboard.objectives.setdisplay.successCleared=Teel-Wiserplats '%s' wüör löskt +commands.scoreboard.objectives.setdisplay.successSet=Dat Wiser-Teel in Plats '%s' wüör nao '%s' sät +commands.scoreboard.objectives.setdisplay.usage=/scoreboard objectives setdisplay [Teel] +commands.scoreboard.players.list.count=Wies %s uutsocht Spiëlers up de Punktetaofel: +commands.scoreboard.players.list.empty=Et giw kine uutsochten Spiëlers up de Punktetaofel +commands.scoreboard.players.list.player.count=Wies %s uutsocht(e) Teel/Tele för %s: +commands.scoreboard.players.list.player.empty=För Spiëler %s sint kine Punkte indruogen +commands.scoreboard.players.list.usage=/scoreboard players list [Naome] +commands.scoreboard.players.reset.success=Alle Punkte van Spiëler %s wüörn trüggesät +commands.scoreboard.players.set.success=Punktestand %s van Spiëler %s nao %s sät +commands.scoreboard.teamNotFound=Et giw kien Trop met dän Naomen '%s' +commands.scoreboard.teams.add.alreadyExists=Et giw aal enen Trop met dän Naomen '%s' +commands.scoreboard.teams.add.displayTooLong=De Wisernaome '%s' is to lang för een Trop, he draw nich mäer äs %s Teken lang sien +commands.scoreboard.teams.add.success=De nie Trop '%s' wüör bidaon +commands.scoreboard.teams.add.tooLong=De Naome '%s' is to lang för een Trop, he draw nich mäer äs %s Teken lang sien +commands.scoreboard.teams.add.usage=/scoreboard teams add [Wisernaome ...] +commands.scoreboard.teams.empty.alreadyEmpty=Trop %s häw aal kine Spiëlers mäer +commands.scoreboard.teams.empty.success=Alle %s Spiëler(s) van Trop %s wägdaon +commands.scoreboard.teams.join.failure=Kon %s Spiëler(s) nich to'n Trop %s bidoon: %s +commands.scoreboard.teams.join.success=%s Spiëler(s) to'n Trop %s bidaon: %s +commands.scoreboard.teams.join.usage=/scoreboard teams join [Spiëler] +commands.scoreboard.teams.leave.failure=Kon %s Spiëler(s) nich van üöre Trops wägdoon: %s +commands.scoreboard.teams.leave.noTeam=Du büs nich in enen Trop +commands.scoreboard.teams.leave.success=%s Spiëler(s) wüörn van üöre Trops wägdaon: %s +commands.scoreboard.teams.leave.usage=/scoreboard teams leave [Spiëler] +commands.scoreboard.teams.list.count=Wies %s Trops up de Punktetaofel: +commands.scoreboard.teams.list.empty=Et sint kine Trops up de Punktetaofel anmelt +commands.scoreboard.teams.list.entry=- %1$s: '%2$s' häw %3$s Spiëlers +commands.scoreboard.teams.list.player.count=Wies %s Spiëler(s) in Trop %s: +commands.scoreboard.teams.list.player.empty=Trop %s häw kine Spiëlers +commands.scoreboard.teams.list.usage=/scoreboard teams list [Naome] +commands.scoreboard.teams.option.noValue=Güllige Wääde för Instellung %s sint: %s +commands.scoreboard.teams.option.success=Instellung %s för Trop %s wüör nao %s sät +commands.scoreboard.teams.remove.success=Trop %s wägdaon +commands.scoreboard.teams.remove.usage=/scoreboard teams remove +commands.seed.success=Startwääd: %s +commands.setblock.failed=Kan Blok nich hänsätten +commands.setblock.noChange=De Blok kon nich hänsät wäern +commands.setblock.notFound=Et giw kinen Blok met ID/Naomen %s +commands.setblock.outOfWorld=Kan Blok nich nao buten van de Wiält hänsätten +commands.setblock.success=Blok hänsät +commands.setblock.tagError=Kon Daotenwääd %s nich unnersöken +commands.setblock.usage=/setblock [Daoten] [oltBlokHanden] [Daotenwääd] +commands.setidletimeout.success=Wägsientied up %s Minuten sät. +commands.setidletimeout.usage=/setidletimeout +commands.setworldspawn.success=De Wiält-Spawnpunkt wüör nao (%s, %s, %s) sät +commands.setworldspawn.usage=/setworldspawn [ ] +commands.spawnpoint.success=Spawnpunkt van %s nao (%s, %s, %s) sät +commands.spawnpoint.usage=/spawnpoint [Spiëler] [ ] +commands.spreadplayers.failure.players=Kon %s Spiëlers nich üm %s,%s vödelen (to viële Spiëlers. Probeer högstens %s to vödelen) +commands.spreadplayers.failure.teams=Kon %s Trops nich üm %s,%s vödelen (to viële Spiëlers. Probeer högstens %s to vödelen) +commands.spreadplayers.info.players=(De düörsnidlike Afstand tüsken Spiëlers is %s Blök nao %s Düörgänge) +commands.spreadplayers.info.teams=(De düörsnidlike Afstand tüsken Trops is %s Blök nao %s Düörgänge) +commands.spreadplayers.spreading.players=%s Spiëlers wäern binnen van %s Blök üm %s,%s vödeelt (tomin. %s Blök uuteneen) +commands.spreadplayers.spreading.teams=%s Trops wäern binnen van %s Blök üm %s,%s vödeelt (tomin. %s Blök uuteneen) +commands.spreadplayers.success.players=%s Spiëlers wüörn üm %s,%s vödeelt +commands.spreadplayers.success.teams=%s Trops wüörn üm %s,%s vödeelt +commands.spreadplayers.usage=/spreadplayers +commands.stats.block.usage=/stats block ... +commands.stats.entity.usage=/stats entity +commands.stats.usage=/stats ... +commands.stop.start=Server wät stopt +commands.summon.failed=Kan Saak nich maken +commands.summon.outOfWorld=Kan de Saak nich buten van de Wiält maken +commands.summon.success=Teel hiärbiropt +commands.summon.tagError=Kon Daotenwääd %s nich unnersöken +commands.summon.usage=/summon [x] [y] [z] [Daotenwääd] +commands.tellraw.jsonException=Ungüllig JSON: %s +commands.tellraw.usage=/tellraw +commands.testforblock.failed.data=De Blok bi %s,%s,%s häw dän Daotenwääd %s (vöwochtet: %s). +commands.testforblock.failed.nbt=De Blok bi %s, %s, %s häw nich de naudwännigen NBT-Slüëdels. +commands.testforblock.failed.tile=De Blok bi %s, %s, %s is %s (vöwocht: %s). +commands.testforblock.failed.tileEntity=De Blok bi %s,%s,%s is kine Tileentity un unnerstüt Söken üöwer Tags nich. +commands.testforblock.outOfWorld=Kan kine Blök buten van de Wiält vösöken +commands.testforblock.success=Blok bi %s, %s, %s funnen. +commands.testforblock.usage=/testforblock [Daoten] [Daotenwääd] +commands.time.added=%s to de Tied bidaon +commands.time.set=Tied up %s sät +commands.title.usage.clear=/title clear|reset +commands.tp.notSameDimension=Kan nich teleportiren, wieldat de Spiëlers nich in de sölwige Dimension sint +commands.tp.success=%s wüör nao %s teleportirt +commands.tp.success.coordinates=%s wüör nao %s,%s,%s teleportirt +commands.unban.failed=Kon Spiëler %s nich wier tolaoten +commands.unban.success=Spiëler %s is nich mäer vöbant +commands.unban.usage=/pardon +commands.unbanip.invalid=Du häs ene ungüllige IP-Adresse ingiëwen +commands.unbanip.success=IP-Adresse %s is nich mäer vöbant +commands.unbanip.usage=/pardon-ip +commands.weather.clear=Wessel nao schöön Wiär +commands.weather.rain=Wessel nao riängsk Wiär +commands.weather.thunder=Wessel nao Dunnerwiär +commands.weather.usage=/weather [Duer in Sekunnen] +commands.whitelist.add.failed=Kon %s nich to de Witliest bidoon +commands.whitelist.add.success=%s wüör to de Witliest bidaon +commands.whitelist.add.usage=/whitelist add +commands.whitelist.disabled=Witliest afschalten +commands.whitelist.enabled=Witliest inschalten +commands.whitelist.list=Der sint %s (van %s sain) Spiëler up de Witliest: +commands.whitelist.reloaded=Witliest wier ladt +commands.whitelist.remove.failed=Kon %s nich van de Witliest niëmen +commands.whitelist.remove.success=%s wüör van de Witliest wägdaon +commands.whitelist.remove.usage=/whitelist remove +commands.worldborder.center.usage=/worldborder center +commands.xp.failure.widthdrawXp=Kan dän Spiëler kine negatiwen Erfaorungspunkte giëwen +commands.xp.success=%s Erfaorungspunkte an %s giëwen +commands.xp.success.levels=%s Trätte an %s giëwen +commands.xp.success.negative.levels=%s Trätte van %s nuomen +commands.xp.usage=/xp [Spiëler] OF /xp L [Spiëler] +connect.authorizing=Anmellen... +connect.connecting=Vöbin met Server... +connect.failed=Vöbinnung is misgaon +container.beacon=Löchtfüer +container.brewing=Brustand +container.chest=Kist +container.chestDouble=Graute Kist +container.crafting=Handwiärk +container.creative=Giëgenstandsuutwaal +container.dispenser=Audomaat +container.dropper=Giëwer +container.enchant=Vötuwern +container.enchant.clue=%s . . . ? +container.enchant.lapis.many=%s Lapislazuli +container.enchant.lapis.one=1 Lapislazuli +container.enchant.level.many=%s Tuwertratten +container.enchant.level.one=1 Tuwertrat +container.enderchest=Enderkist +container.furnace=Uom +container.hopper=Trächter +container.inventory=Taske +container.isLocked=%s is afsluoten! +container.minecart=Kipkaor +container.repair=Böten & Näömen +container.repair.cost=Vötuwerungskossen: %1$s +container.repair.expensive=To düer! +controls.reset=Trüggesätten +controls.resetAll=Tasten trüggesätten +controls.title=Stüerung +createWorld.customize.custom.baseSize=Grund-Daipden Grötte +createWorld.customize.custom.biomeDepthOffset=Biomdöpte-Vöschuwung +createWorld.customize.custom.biomeDepthWeight=Biomdöpte-Wigtung +createWorld.customize.custom.biomeScaleOffset=Biomfaktoor-Vöschuwung +createWorld.customize.custom.biomeScaleWeight=Biomfaktoor-Wigtung +createWorld.customize.custom.biomeSize=Biomgröte +createWorld.customize.custom.center=Sentraole Högte +createWorld.customize.custom.confirm1=Düt üöwerschriewt de Wääd un +createWorld.customize.custom.confirm2=kan nich trügge nuomen wäern. +createWorld.customize.custom.confirmTitle=Warnen! +createWorld.customize.custom.coordinateScale=Waogrächt Faktoor +createWorld.customize.custom.count=Spawnvösöke +createWorld.customize.custom.defaults=Normaalwääd +createWorld.customize.custom.depthNoiseScaleExponent=Daipden-Rüüskfaktor Exponent +createWorld.customize.custom.depthNoiseScaleX=Daipden-Rüüskfaktor X +createWorld.customize.custom.depthNoiseScaleZ=Daipden-Rüüskfaktor Z +createWorld.customize.custom.dungeonChance=Kellerlöckertaal +createWorld.customize.custom.fixedBiome=Biom +createWorld.customize.custom.heightScale=Lauträcht Faktoor +createWorld.customize.custom.lavaLakeChance=Lawamerenraorhait +createWorld.customize.custom.lowerLimitScale=Unnere Grensfaktoor +createWorld.customize.custom.mainNoiseScaleX=Höft-Rüüskfaktor X +createWorld.customize.custom.mainNoiseScaleY=Höft-Rüüskfaktor Y +createWorld.customize.custom.mainNoiseScaleZ=Höft-Rüüskfaktor Z +createWorld.customize.custom.maxHeight=Maks. Högte +createWorld.customize.custom.minHeight=Minste Högte +createWorld.customize.custom.next=Wider +createWorld.customize.custom.page0=Grundinstellungen +createWorld.customize.custom.page1=Ärts-Instellungen +createWorld.customize.custom.page2=Wiëden Instellungen (Blaud för Kenners!) +createWorld.customize.custom.page3=Egens wiëden Instellungen (Blaud för Kenners) +createWorld.customize.custom.preset.caveChaos=Kaoskawerne +createWorld.customize.custom.preset.caveDelight=Hüölenspaos +createWorld.customize.custom.preset.drought=Drüügte +createWorld.customize.custom.preset.goodLuck=Viël Glük +createWorld.customize.custom.preset.isleLand=Ailandschup +createWorld.customize.custom.preset.mountains=Biärgbehagen +createWorld.customize.custom.preset.waterWorld=Waterwiält +createWorld.customize.custom.presets=Vüörlaogen +createWorld.customize.custom.presets.title=Wiälten-Vüörlaogen ännern +createWorld.customize.custom.prev=Trügge +createWorld.customize.custom.randomize=Toföllig +createWorld.customize.custom.riverSize=Stroomgröte +createWorld.customize.custom.seaLevel=Sepegel +createWorld.customize.custom.size=Ärtsaodergröte +createWorld.customize.custom.spread=Laogendikte +createWorld.customize.custom.stretchY=Lauträcht Sträcken +createWorld.customize.custom.upperLimitScale=Üöwere Grensfaktoor +createWorld.customize.custom.useCaves=Hüöl +createWorld.customize.custom.useDungeons=Kellerlöcker +createWorld.customize.custom.useLavaLakes=Lava Seen +createWorld.customize.custom.useLavaOceans=Lawaseen +createWorld.customize.custom.useMineShafts=Püts +createWorld.customize.custom.useMonuments=Se-Denkmäöle +createWorld.customize.custom.useRavines=Kluften +createWorld.customize.custom.useStrongholds=Fasten +createWorld.customize.custom.useTemples=Tempels +createWorld.customize.custom.useVillages=Düörper +createWorld.customize.custom.useWaterLakes=Watermeren +createWorld.customize.custom.waterLakeChance=Watermerenraorhait +createWorld.customize.flat.addLayer=Laoge todoon +createWorld.customize.flat.editLayer=Laoge bewiärken +createWorld.customize.flat.height=Dikte +createWorld.customize.flat.layer.bottom=Grund - %s +createWorld.customize.flat.layer.top=Buovensiet - %s +createWorld.customize.flat.removeLayer=Laoge wägdoon +createWorld.customize.flat.tile=Laogematriaol +createWorld.customize.flat.title=Platlandinstellungen +createWorld.customize.presets=Vüörlaogen +createWorld.customize.presets.list=Daovüör sint hier ennige van us maakt! +createWorld.customize.presets.select=Vüörlaoge bruken +createWorld.customize.presets.share=Wis du de Vüörlaoge met enen deelen? Bruuk dat Ingawefeld! +createWorld.customize.presets.title=Vüörlaoge uutsöken +death.attack.anvil=%1$s wüör van enen fallenden Ambold stampt +death.attack.arrow=%1$s wüör van %2$s daudschuoten +death.attack.arrow.item=%1$s wüör van %2$s met %3$s daudschuoten +death.attack.cactus=%1$s wüör daudstuoken +death.attack.cactus.player=%1$s laip bi'n Vösöök vüör %2$s to flüchen in'n Kaktus +death.attack.drown=%1$s vödrünk +death.attack.drown.player=%1$s vödrünk bi'n Vösöök, vüör %2$s to flüchen +death.attack.explosion=%1$s flog in de Lucht +death.attack.explosion.player=%1$s wüör düör %2$s in de Lucht jagt +death.attack.fall=%1$s drap dän Grund to hat +death.attack.fallingBlock=%1$s wüör van enen fallenden Blok stampt +death.attack.fireball=%1$s wüör van %2$s röstert +death.attack.fireball.item=%1$s wüör van %2$s met %3$s röstert +death.attack.generic=%1$s storw +death.attack.inFire=%1$s bran af +death.attack.inFire.player=%1$s laip bi't Fechten met %2$s in't Füer +death.attack.inWall=%1$s wüör liäwend begrawen +death.attack.indirectMagic=%1$s wüör van %2$s met Tuweri daudmaakt +death.attack.indirectMagic.item=%1$s wüör van %2$s met %3$s daudmaakt +death.attack.lava=%1$s vösoch in Lawa to swemmen +death.attack.lava.player=%1$s vösoch in Lawa to swemmen, üm vüör %2$s to flüchen +death.attack.lightningBolt=%1$s wüör van'n Bliksem druopen +death.attack.magic=%1$s wüör düör Tuweri daudmaakt +death.attack.mob=%1$s wüör van %2$s daudslaon +death.attack.onFire=%1$s bran daud +death.attack.onFire.player=%1$s wüör bi't Fechten met %2$s röstert +death.attack.outOfWorld=%1$s fol uut de Wiält +death.attack.player=%1$s wüör van %2$s daudslaon +death.attack.player.item=%1$s wüör van %2$s met %3$s daudslaon +death.attack.starve=%1$s vöhungerde +death.attack.thorns=%1$s wüör bi dän Vösöök %2$s seer to doon daudmaakt +death.attack.thrown=%1$s wüör van %2$s daudsmiëten +death.attack.thrown.item=%1$s wüör van %2$s met %3$s daudsmiëten +death.attack.wither=%1$s vödrügde +death.fell.accident.generic=%1$s fol van ene hauge Stiär +death.fell.accident.ladder=%1$s fol van ene Ledder +death.fell.accident.vines=%1$s fol van ene Rank +death.fell.accident.water=%1$s fol uut dat Water +death.fell.assist=%1$s wüör van %2$s to't Fallen vödöömt +death.fell.assist.item=%1$s was van %2$s met %3$s to't Fallen vödöömt +death.fell.finish=%1$s fol to daip un wüör van %2$s daudslaon +death.fell.finish.item=%1$s fol to daip un wüör van %2$s met %3$s daudslaon +death.fell.killer=%1$s wüör to't Fallen vödöömt +deathScreen.deleteWorld=Wiält lösken +deathScreen.hardcoreInfo=Du kaas in de Hardcore-Wise nich wierinstigen! +deathScreen.leaveServer=Server völaoten +deathScreen.quit.confirm=Büs du siëker, dat du dat Spiël völaoten wis? +deathScreen.respawn=Wierinstieg +deathScreen.score=Punkte +deathScreen.title=Du büs stuowen! +deathScreen.title.hardcore=Spiël vüörbi! +deathScreen.titleScreen=Höftmenü +demo.day.1=Düsse Demo böd fiew Spiëldage, giw dien Best! +demo.day.2=Twedde Dag +demo.day.3=Diärde Dag +demo.day.4=Veerte Dag +demo.day.5=Füwte un leste Dag! +demo.day.6=De füwte Spiëldag is vüörbi, drück F2 för een Beld van dine Wiält +demo.day.warning=Dine Tied is bol aflaupen! +demo.demoExpired=Demo-Tied is aflaupen! +demo.help.buy=Nu kaupen! +demo.help.fullWrapped=Düsse Demo duert 5 Spiëldage (1 Stunne un 40 Minuten kauske Tied). Sü nao de Erfolge för Hänwise! Viël Spaos! +demo.help.inventory=%1$s mäk de Taske los +demo.help.jump=Drük %1$s för't Hoppen +demo.help.later=Wider spiëlen! +demo.help.movement=Bruuk %1$s, %2$s, %3$s, %4$s un de Muus to't Bewäggen +demo.help.movementMouse=Kiek di met dine Muus üm +demo.help.movementShort=Reeg di met %1$s, %2$s, %3$s, %4$s +demo.help.title=Minecraft Demo-Wise +demo.remainingTime=Vöbliwene Tied: %s +demo.reminder=De Demo is aflaupen, kaup dat Spiël aor maak ene nie Wiält! +difficulty.lock.question=Büs du siëker, dat du de Swäörde van düsse Wiält fastsätten wis? Düt sal de Wiält för alwägs up %1$s sätten, un du sas dat ninich mäer ännern küënen. +difficulty.lock.title=Wiältenswäörde fastsätten +disconnect.closed=Vöbinnung sluoten +disconnect.disconnected=Vöbinnung wüör scheden +disconnect.endOfStream=End van Daotenstroom +disconnect.kicked=Wüör uut dat Spiël smiëten +disconnect.loginFailed=Anmellung is misgaon +disconnect.loginFailedInfo=Anmellung is misgaon: %s +disconnect.loginFailedInfo.invalidSession=Ungüllig Binenekuëmen (Vösöök dat Spiël ni antogmaken) +disconnect.loginFailedInfo.serversUnavailable=De Identifikatjaun is wiägen Pliägearbaiden jüst nich müëglik. +disconnect.lost=Vöbinnung unnerbruoken +disconnect.overflow=Bufferüöwerlaup +disconnect.quitting=Wät sluoten +disconnect.spam=Ruutsmiëten wiägen Spam +disconnect.timeout=Tied aflaupen +enchantment.arrowDamage=Kraft +enchantment.arrowFire=Füertung +enchantment.arrowInfinite=Unendligkait +enchantment.arrowKnockback=Slag +enchantment.damage.all=Schärpe +enchantment.damage.arthropods=Vödiäw van de Lidpoten +enchantment.damage.undead=Vödriwen +enchantment.digging=Düftigkait +enchantment.durability=Haltbaorkait +enchantment.fire=Füermaol +enchantment.fishingSpeed=Lokspise +enchantment.knockback=Trügslag +enchantment.level.1=I +enchantment.level.10=X +enchantment.level.2=II +enchantment.level.3=III +enchantment.level.4=IV +enchantment.level.5=V +enchantment.level.6=VI +enchantment.level.7=VII +enchantment.level.8=VIII +enchantment.level.9=IX +enchantment.lootBonus=Plünnern +enchantment.lootBonusDigger=Riekdoom +enchantment.lootBonusFishing=Glük van de Se +enchantment.oxygen=Äömen +enchantment.protect.all=Schuts +enchantment.protect.explosion=Eksplosionsschuts +enchantment.protect.fall=Fiäderfall +enchantment.protect.fire=Füerschuts +enchantment.protect.projectile=Kuëgelsiëker +enchantment.thorns=Däöns +enchantment.untouching=Sachtde +enchantment.waterWalker=Schomaker +enchantment.waterWorker=Waterlaiw +entity.ArmorStand.name=Harnschstänner +entity.Arrow.name=Piel +entity.Bat.name=Fliärmuus +entity.Blaze.name=Blaze +entity.Boat.name=Boot +entity.Cat.name=Kat +entity.CaveSpider.name=Hüölenspinkop +entity.Chicken.name=Hoon +entity.Cow.name=Kau +entity.Creeper.name=Creeper +entity.EnderDragon.name=Enderdrake +entity.Enderman.name=Enderman +entity.Endermite.name=Endermiet +entity.EntityHorse.name=Piärd +entity.FallingSand.name=Fallender Blok +entity.Fireball.name=Füerbal +entity.Ghast.name=Ghast +entity.Giant.name=Ries +entity.Guardian.name=Waak +entity.Item.name=Giëgenstand +entity.KillerBunny.name=Dat Müörder-Kanickel +entity.LavaSlime.name=Lawasliem +entity.Minecart.name=Kipkaor +entity.Mob.name=Kretüür +entity.Monster.name=Monster +entity.MushroomCow.name=Muswam +entity.Ozelot.name=Otselot +entity.Painting.name=Beld +entity.Pig.name=Swien +entity.PigZombie.name=Zombiswineman +entity.PrimedTnt.name=TNT-Blok +entity.Rabbit.name=Kanickel +entity.Sheep.name=Schaop +entity.Silverfish.name=Sülwerfisk +entity.Skeleton.name=Skelet +entity.Slime.name=Sliem +entity.SmallFireball.name=Lütter Füerbal +entity.SnowMan.name=Snaigolem +entity.Snowball.name=Snaibal +entity.Spider.name=Spinkop +entity.Squid.name=Dintenfisk +entity.Villager.armor=Rüstensmit +entity.Villager.butcher=Slächter +entity.Villager.cleric=Gaistlik +entity.Villager.farmer=Buer +entity.Villager.fisherman=Fiskerman +entity.Villager.fletcher=Pielmaker +entity.Villager.leather=Giärwer +entity.Villager.librarian=Bibliotekaar +entity.Villager.name=Düörper +entity.Villager.shepherd=Schäöper +entity.Villager.tool=Wiärktüügsmit +entity.Villager.weapon=Wappensmit +entity.VillagerGolem.name=Isengolem +entity.Witch.name=Häks +entity.WitherBoss.name=Wither +entity.Wolf.name=Wulf +entity.XPOrb.name=Erfaorungskuëgel +entity.Zombie.name=Zombi +entity.donkey.name=Iësel +entity.generic.name=Unkunnig +entity.horse.name=Piärd +entity.mule.name=Muuldier +entity.skeletonhorse.name=Skeletpiärd +entity.zombiehorse.name=Zombipiärd +gameMode.adventure=Beliäwniswise +gameMode.changed=Dine Spiëlwise wüör ännert +gameMode.creative=Kreativwise +gameMode.hardcore=Hardcore-Wise! +gameMode.spectator=Tokikerwise +gameMode.survival=Üöwerliäwenswise +generator.amplified=KRÜSELIG +generator.amplified.info=Hänwis: Blos för Spaos, brük enen düftigen Riäker +generator.customized=Anmiäten +generator.debug_all_block_states=Debug-Wise +generator.default=Normaal +generator.flat=Superplat +generator.largeBiomes=Graute Biome +gui.achievements=Erfolge +gui.all=Alle +gui.back=Trügge +gui.cancel=Afbriäken +gui.done=Daon +gui.down=Runner +gui.no=Nä +gui.none=Kien +gui.stats=Statistik +gui.toMenu=Trügge nao't Höftmenü +gui.up=Up +gui.yes=Jä +inventory.binSlot=Giëgenstand vöstuwern +item.apple.name=Appel +item.appleGold.name=Güllener Appel +item.armorStand.name=Harnschstänner +item.arrow.name=Piel +item.bed.name=Bedde +item.beefCooked.name=Steik +item.beefRaw.name=Rau Rindfleesk +item.blazePowder.name=Füerpulwer +item.blazeRod.name=Füerstaw +item.boat.name=Boot +item.bone.name=Knuoken +item.book.name=Book +item.bootsChain.name=Kiëdenstiëwels +item.bootsCloth.name=Liäderstiëwels +item.bootsDiamond.name=Demantstiëwels +item.bootsGold.name=Güldstiëwels +item.bootsIron.name=Isenstiëwels +item.bow.name=Buogen +item.bowl.name=Nap +item.bread.name=Braud +item.brewingStand.name=Brustand +item.brick.name=Tiggelsteen +item.bucket.name=Emmer +item.bucketLava.name=Lawaemmer +item.bucketWater.name=Wateremmer +item.cake.name=Koken +item.canBreak=Kan afbauen: +item.canPlace=Kan sät wäern up: +item.carrotGolden.name=Güllen Wuordel +item.carrotOnAStick.name=Wuordel an'n Stok +item.carrots.name=Wuordel +item.cauldron.name=Kiëdel +item.charcoal.name=Holtkuole +item.chestplateChain.name=Kiëdenhiëmd +item.chestplateCloth.name=Liäderharnsch +item.chestplateDiamond.name=Demantbuorstplaat +item.chestplateGold.name=Güldbuorstplaat +item.chestplateIron.name=Isenbuorstplaat +item.chickenCooked.name=Brodten Hoon +item.chickenRaw.name=Rau Hoon +item.clay.name=Klai +item.clock.name=Klok +item.coal.name=Kuole +item.comparator.name=Raudsteen Vögliker +item.compass.name=Kompas +item.cookie.name=Keeks +item.diamond.name=Demant +item.diode.name=Raudsteen Wierhaler +item.doorAcacia.name=Akatsiendüör +item.doorBirch.name=Biäkendüör +item.doorDarkOak.name=Swatekendüör +item.doorIron.name=Isendüör +item.doorJungle.name=Tropendüör +item.doorOak.name=Ekendüör +item.doorSpruce.name=Füchtendüör +item.dyePowder.black.name=Enksak +item.dyePowder.blue.name=Lapislatsuli +item.dyePowder.brown.name=Kakaubaunen +item.dyePowder.cyan.name=Türkise Farwe +item.dyePowder.gray.name=Graoe Farwe +item.dyePowder.green.name=Kaktusgröön +item.dyePowder.lightBlue.name=Lechtblaoe Farwe +item.dyePowder.lime.name=Lechtgröne Farwe +item.dyePowder.magenta.name=Magenta Farwe +item.dyePowder.orange.name=Orange Farwe +item.dyePowder.pink.name=Rausenraude Farwe +item.dyePowder.purple.name=Vigelette Farwe +item.dyePowder.red.name=Raud äs Rausen +item.dyePowder.silver.name=Lechtgraoe Farwe +item.dyePowder.white.name=Beenmiäl +item.dyePowder.yellow.name=Sunnenblomengiäl +item.dyed=Fiärwt +item.egg.name=Ai +item.emerald.name=Smaragd +item.emptyMap.name=Lirige Kaat +item.emptyPotion.name=Waterflaske +item.enchantedBook.name=Vötuwert Book +item.enderPearl.name=Enderpädel +item.expBottle.name=Insichtsflaske +item.eyeOfEnder.name=Enderauge +item.feather.name=Fiäder +item.fermentedSpiderEye.name=Fermentiert Spinkopauge +item.fireball.name=Füerbal +item.fireworks.flight=Floogduer: +item.fireworks.name=Füerwiärksrakeet +item.fireworksCharge.black=Swat +item.fireworksCharge.blue=Blao +item.fireworksCharge.brown=Bruun +item.fireworksCharge.customColor=Egene +item.fireworksCharge.cyan=Türkies +item.fireworksCharge.fadeTo=Wessel nao +item.fireworksCharge.flicker=Glämmer +item.fireworksCharge.gray=Grao +item.fireworksCharge.green=Gröön +item.fireworksCharge.lightBlue=Lechtblao +item.fireworksCharge.lime=Lechtgröön +item.fireworksCharge.magenta=Magenta +item.fireworksCharge.name=Füerwiärksstään +item.fireworksCharge.orange=Orange +item.fireworksCharge.pink=Rausenraud +item.fireworksCharge.purple=Vigelet +item.fireworksCharge.red=Raud +item.fireworksCharge.silver=Lechtgrao +item.fireworksCharge.trail=Stiärt +item.fireworksCharge.type=Unkunnige Fuom +item.fireworksCharge.type.0=Lütter Bal +item.fireworksCharge.type.1=Grauter Bal +item.fireworksCharge.type.2=Stäänfüömig +item.fireworksCharge.type.3=Creeperfüömig +item.fireworksCharge.type.4=Eksplosiaun +item.fireworksCharge.white=Wit +item.fireworksCharge.yellow=Giäl +item.fish.clownfish.raw.name=Klaunfisk +item.fish.cod.cooked.name=Brodten Fisk +item.fish.cod.raw.name=Rauer Fisk +item.fish.pufferfish.raw.name=Kuëgelfisk +item.fish.salmon.cooked.name=Brodten Las +item.fish.salmon.raw.name=Rauer Las +item.fishingRod.name=Angel +item.flint.name=Flint +item.flintAndSteel.name=Flint un Staol +item.flowerPot.name=Blomenpot +item.frame.name=Raam +item.ghastTear.name=Ghastträöne +item.glassBottle.name=Glasflaske +item.goldNugget.name=Güldklump +item.hatchetDiamond.name=Demantäkse +item.hatchetGold.name=Güldäkse +item.hatchetIron.name=Isenäkse +item.hatchetStone.name=Steenäkse +item.hatchetWood.name=Holtäkse +item.helmetChain.name=Kiëdenhelm +item.helmetCloth.name=Liäderhood +item.helmetDiamond.name=Demanthelm +item.helmetGold.name=Güldhelm +item.helmetIron.name=Isenhelm +item.hoeDiamond.name=Demanthak +item.hoeGold.name=Güldhak +item.hoeIron.name=Isenhak +item.hoeStone.name=Steenhak +item.hoeWood.name=Holthak +item.horsearmordiamond.name=Demanter Piärdeharnsch +item.horsearmorgold.name=Güllener Piärdeharnsch +item.horsearmormetal.name=Iserner Piärdeharnsch +item.ingotGold.name=Güldbarren +item.ingotIron.name=Isenbarren +item.leash.name=Line +item.leather.name=Liäder +item.leaves.name=Bliäder +item.leggingsChain.name=Kiëdenbükse +item.leggingsCloth.name=Liäderbükse +item.leggingsDiamond.name=Demantbükse +item.leggingsGold.name=Güldbükse +item.leggingsIron.name=Isenbükse +item.magmaCream.name=Magmakreem +item.map.name=Kaat +item.melon.name=Meloon +item.milk.name=Miälk +item.minecart.name=Kipkaor +item.minecartChest.name=Kistkaor +item.minecartCommandBlock.name=Befiälskaor +item.minecartFurnace.name=Driewkaor +item.minecartHopper.name=Trächterkaor +item.minecartTnt.name=TNT-Kaor +item.monsterPlacer.name=Maak +item.mushroomStew.name=Swamsup +item.muttonCooked.name=Brodten Lobbenfleesk +item.muttonRaw.name=Rau Lobbenfleesk +item.nameTag.name=Naomenschild +item.netherStalkSeeds.name=Nedderwaordel +item.netherStar.name=Nedderstään +item.netherbrick.name=Neddertiggel +item.netherquartz.name=Nedderkwarts +item.painting.name=Beld +item.paper.name=Papeer +item.pickaxeDiamond.name=Demantbicke +item.pickaxeGold.name=Güldbicke +item.pickaxeIron.name=Isenbicke +item.pickaxeStone.name=Steenbicke +item.pickaxeWood.name=Holtbicke +item.porkchopCooked.name=Brodten Swinefleesk +item.porkchopRaw.name=Rau Swinefleesk +item.potato.name=Kartuffel +item.potatoBaked.name=Bakte Kartuffel +item.potatoPoisonous.name=Vöniënige Kartuffel +item.potion.name=Drank +item.prismarineCrystals.name=Prismarienkristallen +item.prismarineShard.name=Prismariensplaot +item.pumpkinPie.name=Küörbiskoken +item.rabbitCooked.name=Brodten Kanickel +item.rabbitFoot.name=Kanickelpoot +item.rabbitHide.name=Kanickelhuut +item.rabbitRaw.name=Rau Kanickel +item.rabbitStew.name=Kanickelpot +item.record.11.desc=C418 - 11 +item.record.13.desc=C418 - 13 +item.record.blocks.desc=C418 - Blök +item.record.cat.desc=C418 - Cat +item.record.chirp.desc=C418 - Chirp +item.record.far.desc=C418 - Far +item.record.mall.desc=C418 - Mall +item.record.mellohi.desc=C418 - Mellohi +item.record.name=Schalplaat +item.record.stal.desc=C418 - Stal +item.record.strad.desc=C418 - Strad +item.record.wait.desc=C418 - Wait +item.record.ward.desc=C418 - Ward +item.redstone.name=Raudsteen +item.reeds.name=Suckerrörs +item.rottenFlesh.name=Vöruot Fleesk +item.ruby.name=Rubin +item.saddle.name=Saddel +item.seeds.name=Säöte +item.seeds_melon.name=Meloonsäöte +item.seeds_pumpkin.name=Küörbissäöte +item.shears.name=Schäer +item.shovelDiamond.name=Demantschöfel +item.shovelGold.name=Güldschöfel +item.shovelIron.name=Isenschöfel +item.shovelStone.name=Steenschöfel +item.shovelWood.name=Holtschöfel +item.sign.name=Schild +item.skull.char.name=Kop +item.skull.creeper.name=Creeperkop +item.skull.player.name=Kop van %s +item.skull.skeleton.name=Knuokendassel +item.skull.wither.name=Witherknuokendassel +item.skull.zombie.name=Zombikop +item.slimeball.name=Sliembal +item.snowball.name=Snaibal +item.speckledMelon.name=Glinsterne Meloon +item.spiderEye.name=Spinkopauge +item.stick.name=Pin +item.string.name=Snoer +item.sugar.name=Sucker +item.sulphur.name=Schaitpulwer +item.swordDiamond.name=Demantswiärt +item.swordGold.name=Güldswiärt +item.swordIron.name=Isenswiärt +item.swordStone.name=Steenswiärt +item.swordWood.name=Holtswiärt +item.unbreakable=Unbriäkbaor +item.wheat.name=Waiten +item.writingBook.name=Book un Fiäder +item.writtenBook.name=Schriëwen Book +item.yellowDust.name=Glaisteenpulwer +itemGroup.brewing=Bruen +itemGroup.buildingBlocks=Baumatriaol +itemGroup.combat=Stried +itemGroup.decorations=Dekoratsionsblök +itemGroup.food=Spisen +itemGroup.inventory=Üöwerliäwenstaske +itemGroup.materials=Matriaole +itemGroup.misc=Mängsel +itemGroup.redstone=Raudsteen +itemGroup.search=Söök +itemGroup.tools=Wiärktüüg +itemGroup.transportation=Transport +key.attack=Angripen/Vöstuwern +key.back=Trüggegaon +key.categories.gameplay=Spiël +key.categories.inventory=Taske +key.categories.misc=Mängsel +key.categories.movement=Bewäggung +key.categories.multiplayer=Mäerspiëler +key.categories.stream=Sennen +key.categories.ui=Spiëlüöwerpläkde +key.chat=Chat losmaken +key.command=Befiäle losmaken +key.drop=Giëgenstand wägsmiten +key.forward=Vüörwes gaon +key.fullscreen=Vulbeld schalten +key.hotbar.1=Gaubalkenplats 1 +key.hotbar.2=Gaubalkenplats 2 +key.hotbar.3=Gaubalkenplats 3 +key.hotbar.4=Gaubalkenplats 4 +key.hotbar.5=Gaubalkenplats 5 +key.hotbar.6=Gaubalkenplats 6 +key.hotbar.7=Gaubalkenplats 7 +key.hotbar.8=Gaubalkenplats 8 +key.hotbar.9=Gaubalkenplats 9 +key.inventory=Taske +key.jump=Hoppen +key.left=Linkerhand +key.mouseButton=Knaup %1$s +key.pickItem=Blok uutsöken +key.playerlist=Spiëlerlieste +key.right=Rächterhand +key.screenshot=Schermbeld maken +key.smoothCamera=Kamera wesseln +key.sneak=Sliken +key.spectatorOutlines=Spiëlers anteken (Tokikers) +key.sprint=Laupen +key.streamCommercial=Stroomwiärwung wisen +key.streamPauseUnpause=Stroom anhollen/wiermaken +key.streamStartStop=Stroom antogmaken/ennen +key.streamToggleMic=Drücken för Küern/Stumm +key.togglePerspective=Blikwise ännern +key.use=Bruken/Blok hänsätten +lanServer.otherPlayers=Instellungen för ännere Spiëler +lanServer.scanning=Söök nao Spiële in dien lokal Netwiärk +lanServer.start=LAN-Wiält bigaon +lanServer.title=LAN-Wiält +language.code=nds_DE +language.name=Platdüütsk +language.region=Düütskland +mcoServer.title=Minecraft Online Wiält +menu.convertingLevel=Wiält wät ümännert +menu.disconnect=Scheden +menu.game=Spiëlmenü +menu.generatingLevel=Wiält maken +menu.generatingTerrain=Landschop maken +menu.loadingLevel=Wiält laden +menu.multiplayer=Mäerspiëler +menu.options=Instellungen... +menu.playdemo=Demo-Wiält spiëlen +menu.quit=Spiël ennen +menu.resetdemo=Demo-Wiält trüggesätten +menu.respawning=Wierinstieg +menu.returnToGame=Trügge nao't Spiël +menu.returnToMenu=Spikern un trügge nao't Höftmenü +menu.shareToLan=In't LAN losmaken +menu.simulating=Wiält wät een lück naomaakt +menu.singleplayer=Enkeltspiëler +menu.switchingLevel=Wiälten wesseln +merchant.deprecated=Hannel wat änneres för een ni Angebod! +mount.onboard=Drük %1$s för't Afsitten +multiplayer.connect=Vöbinnen +multiplayer.downloadingStats=Lade Talen un Erfolge runner... +multiplayer.downloadingTerrain=Lade Landschop runner +multiplayer.info1=De Mäerspiëlerwise in Minecraft is jüst nao nich färrigmaakt, män et +multiplayer.info2=laupt aal fröe, unfärrige Vösöke. +multiplayer.ipinfo=Do de IP-Adres van dän Server in, met dän du di vöbinnen wis: +multiplayer.player.joined=%s is in't Spiël kuëmen +multiplayer.player.joined.renamed=%s (fröer bekent äs %s) is in't Spiël kuëmen +multiplayer.player.left=%s is uut't Spiël gaon +multiplayer.stopSleeping=Upstaon +multiplayer.texturePrompt.line1=Düsser Server raod an, een anmiäten Texturenpakät to bruken. +multiplayer.texturePrompt.line2=Wis du et 'audo-magisk' runnerladen un vöwännen? +multiplayer.title=Mäerspiëlerwise spiëlen +options.advancedButton=Uutwidt Grafikinstellungen... +options.advancedOpengl=Uutwidt OpenGL +options.advancedVideoTitle=Uutwidt Grafikinstellungen +options.anaglyph=Anaglyf 3D +options.ao=Week Lecht +options.ao.max=Maximum +options.ao.min=Minimum +options.ao.off=UUT +options.blockAlternatives=Draite Tekstuur +options.chat.color=Farwen +options.chat.height.focused=Högte (losmaakt) +options.chat.height.unfocused=Högte (tomaakt) +options.chat.links=Webvöknüppungen +options.chat.links.prompt=Fraog bi Vöknüppungen +options.chat.opacity=Düörsichtighait +options.chat.scale=Gröötd +options.chat.title=Chatinstellungen... +options.chat.visibility=Chat +options.chat.visibility.full=Sichtbaor +options.chat.visibility.hidden=Vöbuorgen +options.chat.visibility.system=Blos Befiäle +options.chat.width=Bredte +options.controls=Stüerung... +options.customizeTitle=Wiältinstellungen ännern +options.difficulty=Swäördegraod +options.difficulty.easy=Eenfak +options.difficulty.hard=Swaor +options.difficulty.hardcore=Bannig +options.difficulty.normal=Normaal +options.difficulty.peaceful=Fraidlik +options.farWarning1=Ene 64-Bit Java-Installatsjoon wät anraodt +options.farWarning2=för de grötste Sichtrüümte (du häs 32-Bit) +options.fboEnable=Bruuk FBOs +options.forceUnicodeFont=Dwing Unicode-Teken +options.fov=Sichtfeld +options.fov.max=Quake Pro +options.fov.min=Normaal +options.framerateLimit=Grötste Gauigkait +options.framerateLimit.max=Enlaus +options.fullscreen=Vulbeld +options.gamma=Lechde +options.gamma.max=Lecht +options.gamma.min=Düüster +options.graphics=Grafik +options.graphics.fancy=Schöön +options.graphics.fast=Gau +options.guiScale=GUI-Grödde +options.guiScale.auto=Audomatisk +options.guiScale.large=Graut +options.guiScale.normal=Normaal +options.guiScale.small=Lüt +options.hidden=Vöbuorgen +options.invertMouse=Muus ümdraien +options.language=Spraok... +options.languageWarning=De Üöwersättungen sint villicht nich 100%% akkraot +options.mipmapLevels=Mipmap-Trätte +options.modelPart.cape=Umhang +options.modelPart.hat=Hood +options.modelPart.jacket=Jacke +options.modelPart.left_pants_leg=Linkes Büksenbeen +options.modelPart.left_sleeve=Linker Arm +options.modelPart.right_pants_leg=Rächtes Büksenbeen +options.modelPart.right_sleeve=Rächter Arm +options.multiplayer.title=Mäerspiëlerinstellungen... +options.music=Mussik +options.off=UUT +options.on=AN +options.particles=Partikels +options.particles.all=Alle +options.particles.decreased=Vöringert + +options.particles.minimal=Minimaal +options.performanceButton=Grafikleisten... +options.performanceVideoTitle=Grafikleisten +options.postButton=Naowiärken-Instellungen... +options.postProcessEnable=Bruuk Naowiärken +options.postVideoTitle=Naowiärken-Instellungen +options.qualityButton=Grafikkwalitait... +options.qualityVideoTitle=Grafikkwalitait +options.reducedDebugInfo=Wainiger Debug-Info +options.renderClouds=Wulken +options.renderDistance=Sichtrüümte +options.renderDistance.far=Wied +options.renderDistance.normal=Normaal +options.renderDistance.short=Kuort +options.renderDistance.tiny=Lierlütt +options.resourcepack=Matriaolpakätte... +options.saturation=Sattigkait +options.sensitivity=Muusgefööl +options.sensitivity.max=HYPERFÜSK!!! +options.sensitivity.min=*gaap* +options.skinCustomisation=Skin-Instellungen... +options.skinCustomisation.title=Skin-Instellungen +options.snooper=Daotensammeln tolaoten +options.snooper.desc=Wi wilt Informatsjoonen üöwer dinen Riäker sammeln, üm Minecraft met Wiëten van de grötsten Malessen biäter to maken. Alle düsse Informatsjoonen sint heel anonüm, un du kaas se naokuëmen ankieken. Wi luowen, dat wi kine laigen Saken met düsse Daoten maken, män wan du wis, kaas du et gään altied uutschalten! +options.snooper.title=Sammlung van Riäkerinfos +options.snooper.view=Daotensammelinstellungen... +options.sound=Luut +options.sounds=Mussik & Lüüt... +options.sounds.title=Mussik- & Luutinstellungen +options.stream=Üöwerdriägungsinstellungen... +options.stream.bytesPerPixel=Kwalitait +options.stream.changes=Villicht mos du dinen Stroom ni antogmaken, üm dine Ännerungen to bruken. +options.stream.chat.enabled=Inschalten +options.stream.chat.enabled.always=Ümmer +options.stream.chat.enabled.never=Ninich +options.stream.chat.enabled.streaming=Wildes de Sennung +options.stream.chat.title=Twitch Chatinstellungen +options.stream.chat.userFilter=Brukersige +options.stream.chat.userFilter.all=Alle Tokiker +options.stream.chat.userFilter.mods=Moderators +options.stream.chat.userFilter.subs=Abonnenten +options.stream.compression=Kompresjaun +options.stream.compression.high=Haug +options.stream.compression.low=Laig +options.stream.compression.medium=Middel +options.stream.estimation=Ästimeerte Beldgrötde: %sx%s +options.stream.fps=Beldrate +options.stream.ingest.reset=Instellungen trüggesätten +options.stream.ingest.title=Twitch Üöwerdriägungsserver +options.stream.ingestSelection=Üöwerdriägungsserverliest +options.stream.kbps=Bandbredte +options.stream.micToggleBehavior=Drücken för +options.stream.micVolumne=Mikrofoon-Volumen +options.stream.mic_toggle.mute=Stum +options.stream.mic_toggle.talk=Küern +options.stream.sendMetadata=Metadaoten sennen +options.stream.systemVolume=Süsteem-Volumen +options.stream.title=Twitch Üöwerdriägungsinstellungen +options.title=Instellungen +options.touchscreen=Beröerscherm-Wise +options.vbo=Bruuk VBOs +options.video=Grafikinstellungen... +options.videoTitle=Grafikinstellungen +options.viewBobbing=Gaobewäggung +options.visible=Sichtbaor +options.vsync=Bruuk VSync +potion.absorption=Upsugen +potion.absorption.postfix=Upsuugdrank +potion.blindness=Blindhait +potion.blindness.postfix=Blindhaitsdrank +potion.confusion=Üëwelkait +potion.confusion.postfix=Üëwelkaitsdrank +potion.damageBoost=Stärkde +potion.damageBoost.postfix=Stärkdedrank +potion.digSlowDown=Afbaumödigkait +potion.digSlowDown.postfix=Draodedrank +potion.digSpeed=Ile +potion.digSpeed.postfix=Ieldrank +potion.effects.whenDrank=Bi't Bruken: +potion.empty=Aone Würkung +potion.fireResistance=Füerwierstand +potion.fireResistance.postfix=Füerwierstandsdrank +potion.harm=Forts Vönailen +potion.harm.postfix=Skadensdrank +potion.heal=Forts Helen +potion.heal.postfix=Sundhaitsdrank +potion.healthBoost=Äkstraosundhait +potion.healthBoost.postfix=Äkstraosundhaitsdrank +potion.hunger=Smacht +potion.hunger.postfix=Smachtdrank +potion.invisibility=Unsichtbaorkait +potion.invisibility.postfix=Unsichtbaorkaitsdrank +potion.jump=Hopsstärkde +potion.jump.postfix=Hopsstärkdedrank +potion.moveSlowdown=Langsaomkaid +potion.moveSlowdown.postfix=Langsaomkaitsdrank +potion.moveSpeed=Gauigkait +potion.moveSpeed.postfix=Gauigkaitsdrank +potion.nightVision=Nachtsicht +potion.nightVision.postfix=Nachtsichtsdrank +potion.poison=Gift +potion.poison.postfix=Giftdrank +potion.potency.1=II +potion.potency.2=III +potion.potency.3=IV +potion.prefix.acrid=Bitterer +potion.prefix.artless=Eenfaker +potion.prefix.awkward=Wunnerlicker +potion.prefix.bland=Laffer +potion.prefix.bulky=Klössiger +potion.prefix.bungling=Vöfuskter +potion.prefix.buttered=Buoterter +potion.prefix.charming=Laiwlicker +potion.prefix.clear=Klaorer +potion.prefix.cordial=Beliäwender +potion.prefix.dashing=Flotter +potion.prefix.debonair=Läösiger +potion.prefix.diffuse=Drüöwer +potion.prefix.elegant=Finer +potion.prefix.fancy=Plietsker +potion.prefix.flat=Laffer +potion.prefix.foul=Fuler +potion.prefix.grenade=Smietbaorer +potion.prefix.gross=Aislicker +potion.prefix.harsh=Harsk +potion.prefix.milky=Miälkiger +potion.prefix.mundane=Gewüënlicker +potion.prefix.odorless=Rüëklosser +potion.prefix.potent=Däftiger +potion.prefix.rank=Gälstriger +potion.prefix.refined=Vöfinerter +potion.prefix.smooth=Smöder +potion.prefix.sparkling=Kriwwelnder +potion.prefix.stinky=Stinkender +potion.prefix.suave=Sachter +potion.prefix.thick=Dicker +potion.prefix.thin=Dünner +potion.prefix.uninteresting=Langwiliger +potion.regeneration=Vöhalung +potion.regeneration.postfix=Vöhalungsdrank +potion.resistance=Wierstandskraft +potion.resistance.postfix=Wierstandsdrank +potion.saturation=Sattigkait +potion.saturation.postfix=Sattigkaitsdrank +potion.waterBreathing=Wateräömen +potion.waterBreathing.postfix=Wateräömensdrank +potion.weakness=Swäkde +potion.weakness.postfix=Swäkdedrank +potion.wither=Wither +potion.wither.postfix=Brüëkeldrank +record.nowPlaying=Spiële: %s +resourcePack.available.title=Vüörhandene Matriaolpakätte +resourcePack.folderInfo=(Matriaolpakätte hier rin doon) +resourcePack.openFolder=Matriaolpakeet-Vöteeknis losmaken +resourcePack.selected.title=Uutsochte Matriaolpakätte +resourcePack.title=Matriaolpakätte uutsöken +screenshot.failure=Kan Beld nich spikern: %s +screenshot.success=Beld spikert unner %s +selectServer.add=Server todoon +selectServer.defaultName=Minecraft-Server +selectServer.delete=Lösken +selectServer.deleteButton=Lösken +selectServer.deleteQuestion=Büs du siëker, dat du düssen Server wägmaken wis? +selectServer.deleteWarning=wät för ümmer völuorn sien! (Ene lange Tied!) +selectServer.direct=Liekuut vöbinnen +selectServer.edit=Bewiärken +selectServer.empty=lirig +selectServer.hiddenAddress=(Vöbuorgen) +selectServer.refresh=Upfrisken +selectServer.select=Server besöken +selectServer.title=Server uutsöken +selectWorld.allowCommands=Cheats tolaoten: +selectWorld.allowCommands.info=Befiäle äs /gamemode, /xp +selectWorld.bonusItems=Äkstraokist: +selectWorld.cheats=Cheats +selectWorld.conversion=Mot ümwannelt wäern! +selectWorld.create=Nie Wiält maken +selectWorld.createDemo=Nie Demo-Wiält spiëlen +selectWorld.customizeType=Anmiäten +selectWorld.delete=Lösken +selectWorld.deleteButton=Lösken +selectWorld.deleteQuestion=Büs du siker, dat du düsse Wiält lösken wis? +selectWorld.deleteWarning=Wät för ümmer völuorn sien! (Ene lange Tied!) +selectWorld.empty=lirig +selectWorld.enterName=Wiältennaome +selectWorld.enterSeed=Startwääd för dän Wiältmaker +selectWorld.gameMode=Spiëlwise +selectWorld.gameMode.adventure=Beliäwnis +selectWorld.gameMode.adventure.line1=Jüst äs Üöwerliäwenswise, män Blök küënt nich +selectWorld.gameMode.adventure.line2=hänmaakt of vöstuwert wäern +selectWorld.gameMode.creative=Kreativ +selectWorld.gameMode.creative.line1=Enlaus Matriaol, Floogdüftigkait un +selectWorld.gameMode.creative.line2=Blök forts vöstuwern +selectWorld.gameMode.hardcore=Hardcore +selectWorld.gameMode.hardcore.line1=Jüst äs Üöwerliäwenswise, up de högste +selectWorld.gameMode.hardcore.line2=Malesse met endgülligen Daud +selectWorld.gameMode.spectator=Zuschauer +selectWorld.gameMode.spectator.line1=Kiken, män nich tücken +selectWorld.gameMode.survival=Üöwerliäwen +selectWorld.gameMode.survival.line1=Söök nao Matriaol, maak Wiärktüge, sammel +selectWorld.gameMode.survival.line2=Wiëten un fecht üm't Üöwerliäwen +selectWorld.hardcoreMode=Hardcore: +selectWorld.hardcoreMode.info=Wiält wät nao'n Daud löskt +selectWorld.mapFeatures=Bauwiärke maken: +selectWorld.mapFeatures.info=Düörper, Kellerlöcker, usw. +selectWorld.mapType=Wiältaort: +selectWorld.mapType.normal=Normaal +selectWorld.moreWorldOptions=Mäer Wiältinstellungen... +selectWorld.newWorld=Nie Wiält +selectWorld.newWorld.copyOf=Kopi van %s +selectWorld.recreate=Ni maken +selectWorld.rename=Ümnäömen +selectWorld.renameButton=Ümnäömen +selectWorld.renameTitle=Wiält ümnäömen +selectWorld.resultFolder=wät spikert in: +selectWorld.seedInfo=Frihollen för tofölligen Startwääd +selectWorld.select=Uutsochte Wiält spiëlen +selectWorld.title=Wiält uutsöken +selectWorld.world=Wiält +sign.edit=Schild bewiärken +soundCategory.ambient=Ümgiëwung +soundCategory.block=Blök +soundCategory.hostile=Fiendlicke Wiäsen +soundCategory.master=Höftvolumen +soundCategory.music=Mussik +soundCategory.neutral=Fröndlicke Wiäsen +soundCategory.player=Spiëlers +soundCategory.record=Mussikblök +soundCategory.weather=Wiär +stat.animalsBred=Dire tücht +stat.blocksButton=Blök +stat.boatOneCm=Afstand met Boot +stat.breakItem=%1$s upbruukt +stat.climbOneCm=Klatterter Afstand +stat.craftItem=%1$s maakt +stat.crafted=Maakt +stat.createWorld=Wiälten maakt +stat.crouchOneCm=Kruopen Afstand +stat.damageDealt=Skaden maakt +stat.damageTaken=Skaden kriëgen +stat.deaths=Stuowen +stat.depleted=Upbruukt +stat.diveOneCm=Dükter Afstand +stat.drop=Wägsmiëtene Giëgenstänne +stat.entityKilledBy=%s häw di %s maol daudmaakt +stat.entityKilledBy.none=Du wüörs ninich van %s daudmaakt +stat.entityKills=Du häs %s %s daudmaakt +stat.entityKills.none=Du häs %s ninich daudmaakt +stat.fallOneCm=Fallener Afstand +stat.fishCaught=Fiske fangen +stat.flyOneCm=Fluogener Afstand +stat.generalButton=Algemeen +stat.horseOneCm=Afstand met Piärd +stat.itemsButton=Giëgenstänne +stat.joinMultiplayer=Mäerspiëler spiëlt +stat.jump=Sätse +stat.junkFished=Kraom angelt +stat.leaveGame=Spiële völaoten +stat.loadWorld=Spikerstänne laden +stat.mineBlock=%1$s afbaut +stat.minecartOneCm=In't Kipkaor föerter Afstand +stat.mined=Afbaut +stat.mobKills=Kretüürs daudmaakt +stat.mobsButton=Kretüren +stat.pigOneCm=Afstand met Swien +stat.playOneMinute=Minuten spiëlt +stat.playerKills=Spiëlers daudmaakt +stat.sprintOneCm=Laupene Afstand +stat.startGame=Düörgänge spiëlt +stat.swimOneCm=Swommener Afstand +stat.talkedToVillager=Met Duorplüüd küert +stat.timeSinceDeath=Siet lesten Daud +stat.tradedWithVillager=Met Duorplüüd hannelt +stat.treasureFished=Schiäte angelt +stat.useItem=%1$s bruukt +stat.used=Bruukt +stat.walkOneCm=Laupener Afstand +stats.tooltip.type.achievement=Erfolg +stats.tooltip.type.statistic=Statistik +stream.confirm_start=Büs du siëker, dat du sennen wis? +stream.unavailable.account_not_bound=Äerdat du Minecraft üöwer Twitch sennen kaas, mos du dien Twitch-Konto up Mojang.com vöbinnen. Wis du dat nu doon? +stream.unavailable.account_not_bound.okay=Kontos vöbinnen +stream.unavailable.account_not_migrated=Beför du Minecraft üöwer Twitch sennen kaas, mos du dien Minecraft-Konto in een Mojong-Konto ümwanneln. Wis du dat nu doon? +stream.unavailable.account_not_migrated.okay=Konto ümwanneln +stream.unavailable.failed_auth=Identifikatjaun bi Twitch misgaon. Bidde gao nao Mojang.com un vöbin dien Twitch-Konto ni. +stream.unavailable.failed_auth.okay=Kontos ni vöbinnen +stream.unavailable.failed_auth_error=Identifikatjaun bi Twitch gait nich. Vösöök et later nao maol. +stream.unavailable.initialization_failure=Twitch SDK kon nich initialisiert wäern. +stream.unavailable.initialization_failure.extra=(Grund: %s) +stream.unavailable.library_arch_mismatch=De anpäste, för dat bigaon van Minecraft bruukte Java-Version häw ene ännere Bauwise äs de van dän Launcher. Bidde päs up, dat de gliek sint, baide 32-Bit of 64-Bit. +stream.unavailable.library_failure=Kon de Bökeri för dän inbauten Twitch-Üöwerdriägungsdänst nich laden. +stream.unavailable.no_fbo=Dine Grafikkaat mot tominsten OpenGL Version 3.0, of Framebuffer Objects üöwer ene Extension unnerstütten, üm de inbaute Twitch-Üöwerdriägung to bruken. +stream.unavailable.no_fbo.arb="Framebuffer Object"-Unnerstüttung üöwer ARB is: %s +stream.unavailable.no_fbo.blend="Separate blending"-Unnerstüttung üöwer EXT is: %s +stream.unavailable.no_fbo.ext="Framebuffer Object"-Unnerstüttung üöwer EXT is: %s +stream.unavailable.no_fbo.version=Du brüks jüst: %s +stream.unavailable.not_supported.mac=Leder brük de inbaute Twitch-Üöwerdriägung up Mac ene niere OSX Version. Du mos tominsten 10.7 (Lion) of nier häbben. Wis du Apple.com losmaken, üm nao Upgrades to söken? +stream.unavailable.not_supported.mac.okay=Upgrade +stream.unavailable.not_supported.other=Leder brük de inbaute Twitch-Üöwerdriägungsdänst Windows (Vista of nier) of Mac OS X (10.7/Lion of nier) +stream.unavailable.not_supported.windows=Leder brük de inbaute Twitch-Üöwerdriägung ene niere Windows Version. Du mos tominsten Windows Vista of nier häbben. +stream.unavailable.report_to_mojang=Bi Mojang mellen +stream.unavailable.soundflower.chat=Du brüks Soundflower, üm met dän Mac to stromen. %s +stream.unavailable.soundflower.chat.link=Bidde klik hier, üm et to installeren. +stream.unavailable.title=Twitch Sennung nich dao +stream.unavailable.unknown=Leder kaas du jüst nich nao Twitch sennen, un wi wiët nich waorüm :'( +stream.unavailable.unknown.chat=Kon Stroom nich antogmaken: %s +stream.user.mode.administrator=Twitch-Vöwoller +stream.user.mode.banned=Vöbant +stream.user.mode.banned.other=Van dän Kanaal van %s vöbant +stream.user.mode.banned.self=Van dinen Kanaal vöbant +stream.user.mode.broadcaster=Senner +stream.user.mode.broadcaster.other=Senner +stream.user.mode.broadcaster.self=Senner (Du!) +stream.user.mode.moderator=Moderator +stream.user.mode.moderator.other=Moderator up dän Kanaal van %s +stream.user.mode.moderator.self=Moderator up dinen Kanaal +stream.user.mode.staff=Twitch-Metarbaider +stream.user.subscription.subscriber=Abonnent +stream.user.subscription.subscriber.other=Abonent van dän Kanaal van %s +stream.user.subscription.subscriber.self=Abonent van dinen Kanaal +stream.user.subscription.turbo=Twitch Turbo +stream.userinfo.ban=Vöbannen +stream.userinfo.chatTooltip=Klik üm de Bruker to vöwollen +stream.userinfo.mod=To'n Moderator maken +stream.userinfo.timeout=Tied aflaupen +stream.userinfo.unban=Frilaoten +stream.userinfo.unmod=Äs Moderator afsitten +tile.acaciaFence.name=Akatsientuun +tile.acaciaFenceGate.name=Akatsientuunpaort +tile.activatorRail.name=Ankriegschine +tile.anvil.intact.name=Ambold +tile.anvil.name=Ambold +tile.anvil.slightlyDamaged.name=Licht vönailter Ambold +tile.anvil.veryDamaged.name=Swaor vönailter Ambold +tile.barrier.name=Barreer +tile.beacon.name=Löchtfüer +tile.beacon.primary=Höftkraft +tile.beacon.secondary=Bikraft +tile.bed.name=Bedde +tile.bed.noSleep=Du kaas blos nachens slaopen +tile.bed.notSafe=Du kaas nu nich slaopen, et sint Monsters anto +tile.bed.notValid=Dien Bedde was blockeert of vöstuwert +tile.bed.occupied=Düt Bedde is belägt +tile.bedrock.name=Grundsteen +tile.birchFence.name=Biäkentuun +tile.birchFenceGate.name=Biäkentuunpaort +tile.blockCoal.name=Kuoleblok +tile.blockDiamond.name=Demantblok +tile.blockEmerald.name=Smaragdblok +tile.blockGold.name=Güldblok +tile.blockIron.name=Isenblok +tile.blockLapis.name=Lapislazuliblok +tile.blockRedstone.name=Raudsteenblok +tile.bookshelf.name=Bökerschap +tile.brick.name=Tiggel +tile.button.name=Knaup +tile.cactus.name=Kaktus +tile.cake.name=Koken +tile.carrots.name=Wuordeln +tile.cauldron.name=Kiëdel +tile.chest.name=Kist +tile.chestTrap.name=Signaolkist +tile.clay.name=Klai +tile.clayHardened.name=Branter Klai +tile.clayHardenedStained.black.name=Swatter Klai +tile.clayHardenedStained.blue.name=Blaoer Klai +tile.clayHardenedStained.brown.name=Bruner Klai +tile.clayHardenedStained.cyan.name=Türkiser Klai +tile.clayHardenedStained.gray.name=Graoer Klai +tile.clayHardenedStained.green.name=Gröner Klai +tile.clayHardenedStained.lightBlue.name=Lechtblaoer Klai +tile.clayHardenedStained.lime.name=Lechtgröner Klai +tile.clayHardenedStained.magenta.name=Magenta Klai +tile.clayHardenedStained.name=Fiärwte Klai +tile.clayHardenedStained.orange.name=Oranger Klai +tile.clayHardenedStained.pink.name=Rausenrauder Klai +tile.clayHardenedStained.purple.name=Vigeletter Klai +tile.clayHardenedStained.red.name=Rauder Klai +tile.clayHardenedStained.silver.name=Lechtgraoer Klai +tile.clayHardenedStained.white.name=Witter Klai +tile.clayHardenedStained.yellow.name=Giäler Klai +tile.cloth.black.name=Swatte Wulle +tile.cloth.blue.name=Blaoe Wulle +tile.cloth.brown.name=Brune Wulle +tile.cloth.cyan.name=Türkise Wulle +tile.cloth.gray.name=Graoe Wulle +tile.cloth.green.name=Gröne Wulle +tile.cloth.lightBlue.name=Lechtblaoe Wulle +tile.cloth.lime.name=Lechtgröne Wulle +tile.cloth.magenta.name=Magenta Wulle +tile.cloth.name=Wulle +tile.cloth.orange.name=Orange Wulle +tile.cloth.pink.name=Rausenraude Wulle +tile.cloth.purple.name=Vigelette Wulle +tile.cloth.red.name=Raude Wulle +tile.cloth.silver.name=Lechtgraoe Wulle +tile.cloth.white.name=Wulle +tile.cloth.yellow.name=Giäle Wulle +tile.cobbleWall.mossy.name=Mussige Plaostersteenmüer +tile.cobbleWall.normal.name=Plaostersteenmüer +tile.cocoa.name=Kakau +tile.commandBlock.name=Befiälsblok +tile.crops.name=Käörns +tile.darkOakFence.name=Swatekentuun +tile.darkOakFenceGate.name=Swatekentuunpaort +tile.daylightDetector.name=Dageslechtföler +tile.deadbush.name=Dauder Busk +tile.detectorRail.name=Fölerschine +tile.dirt.coarse.name=Gruowe Äer +tile.dirt.default.name=Äer +tile.dirt.name=Äer +tile.dirt.podzol.name=Podsol +tile.dispenser.name=Audomaat +tile.doorIron.name=Isendüör +tile.doorWood.name=Holtdüör +tile.doublePlant.fern.name=Graut Faon +tile.doublePlant.grass.name=Haug Gräs +tile.doublePlant.name=Plante +tile.doublePlant.paeonia.name=Pinkstrause +tile.doublePlant.rose.name=Rausenbusk +tile.doublePlant.sunflower.name=Sunnenblome +tile.doublePlant.syringa.name=Nagelblome +tile.dragonEgg.name=Drakenai +tile.dropper.name=Giëwer +tile.enchantmentTable.name=Tuwerdisk +tile.endPortalFrame.name=Endpaortaal +tile.enderChest.name=Enderkist +tile.farmland.name=Ackerland +tile.fence.name=Tuun +tile.fenceGate.name=Tuunpaort +tile.fenceIron.name=Isentralg +tile.fire.name=Füer +tile.flower1.dandelion.name=Kiëdenblome +tile.flower1.name=Blome +tile.flower2.allium.name=Stäänlauk +tile.flower2.blueOrchid.name=Blaoe Orchidee +tile.flower2.houstonia.name=Blao Porslainenstäänken +tile.flower2.name=Blome +tile.flower2.oxeyeDaisy.name=Rüenblome +tile.flower2.poppy.name=Maon +tile.flower2.tulipOrange.name=Orange Tulp +tile.flower2.tulipPink.name=Rausenraude Tulp +tile.flower2.tulipRed.name=Raude Tulp +tile.flower2.tulipWhite.name=Witte Tulp +tile.furnace.name=Uom +tile.glass.name=Glas +tile.goldenRail.name=Stroomschine +tile.grass.name=Gräsblok +tile.gravel.name=Grand +tile.hayBlock.name=Haidut +tile.hellrock.name=Neddersteen +tile.hellsand.name=Siälensand +tile.hopper.name=Trächter +tile.ice.name=Ies +tile.icePacked.name=Pakies +tile.ironTrapdoor.name=Isenluuk +tile.jukebox.name=Grammofoon +tile.jungleFence.name=Tropentuun +tile.jungleFenceGate.name=Tropentuunpaort +tile.ladder.name=Ledder +tile.lava.name=Lawa +tile.leaves.acacia.name=Akatsienbliäder +tile.leaves.big_oak.name=Swatekenbliäder +tile.leaves.birch.name=Biäkenbliäder +tile.leaves.jungle.name=Tropenbliäder +tile.leaves.name=Bliäder +tile.leaves.oak.name=Ekenbliäder +tile.leaves.spruce.name=Füchtenbliäder +tile.lever.name=Hiäwel +tile.lightgem.name=Glaisteen +tile.litpumpkin.name=Küörbislücht +tile.lockedchest.name=Afsluotene Kist +tile.log.acacia.name=Akatsienholt +tile.log.big_oak.name=Swatekenholt +tile.log.birch.name=Biäkenholt +tile.log.jungle.name=Tropenholt +tile.log.name=Holt +tile.log.oak.name=Ekenholt +tile.log.spruce.name=Füchtenholt +tile.melon.name=Meloon +tile.mobSpawner.name=Monsterspawner +tile.monsterStoneEgg.brick.name=Steentiggelmonsterai +tile.monsterStoneEgg.chiseledbrick.name=Baitelt Steentiggelmonsterai +tile.monsterStoneEgg.cobble.name=Plaosterstenen Monsterai +tile.monsterStoneEgg.crackedbrick.name=Bürstig Steentiggelmonsterai +tile.monsterStoneEgg.mossybrick.name=Mussig Steentiggelmonsterai +tile.monsterStoneEgg.name=Stenen Monsterai +tile.monsterStoneEgg.stone.name=Stenen Monsterai +tile.mushroom.name=Poggenstool +tile.musicBlock.name=Schriewbook +tile.mycel.name=Mütseel +tile.netherBrick.name=Neddertiggel +tile.netherFence.name=Neddertiggeltuun +tile.netherStalk.name=Nedderwaordel +tile.netherquartz.name=Nedderkwartsärts +tile.notGate.name=Raudsteenfackel +tile.obsidian.name=Gnetersteen +tile.oreCoal.name=Steenkuole +tile.oreDiamond.name=Demantärts +tile.oreEmerald.name=Smaragdärts +tile.oreGold.name=Güldärts +tile.oreIron.name=Isenärts +tile.oreLapis.name=Lapislazuliärts +tile.oreRedstone.name=Raudsteenärts +tile.oreRuby.name=Rubinärts +tile.pistonBase.name=Stempel +tile.pistonStickyBase.name=Kliëwriger Stempel +tile.portal.name=Paortaal +tile.potatoes.name=Kartuffeln +tile.pressurePlateStone.name=Steendrükplaat +tile.pressurePlateWood.name=Holtdrükplaat +tile.prismarine.bricks.name=Prismarientiggel +tile.prismarine.dark.name=Düüster Prismarien +tile.prismarine.rough.name=Prismarien +tile.pumpkin.name=Küörbis +tile.quartzBlock.chiseled.name=Baitelter Kwartsblok +tile.quartzBlock.default.name=Kwartsblok +tile.quartzBlock.lines.name=Kwartspiler +tile.quartzBlock.name=Kwartsblok +tile.rail.name=Schine +tile.redSandStone.chiseled.name=Baitelte raude Sandsteen +tile.redSandStone.default.name=Raude Sandsteen +tile.redSandStone.name=Raude Sandsteen +tile.redSandStone.smooth.name=Glatte raude Sandsteen +tile.redstoneDust.name=Raudsteenpulwer +tile.redstoneLight.name=Raudsteenlamp +tile.reeds.name=Suckerrör +tile.sand.default.name=Sand +tile.sand.name=Sand +tile.sand.red.name=Rauder Sand +tile.sandStone.chiseled.name=Baitelt Sandsteen +tile.sandStone.default.name=Sandsteen +tile.sandStone.name=Sandsteen +tile.sandStone.smooth.name=Glatter Sandsteen +tile.sapling.acacia.name=Akatsienpuorte +tile.sapling.big_oak.name=Swatekenpuorte +tile.sapling.birch.name=Biäkenpuorte +tile.sapling.jungle.name=Tropenpuorte +tile.sapling.oak.name=Ekenpuorte +tile.sapling.spruce.name=Füchtenpuorte +tile.seaLantern.name=Selatüchte +tile.sign.name=Schild +tile.slime.name=Sliemblok +tile.snow.name=Snai +tile.sponge.dry.name=Swam +tile.sponge.wet.name=Natte Swam +tile.spruceFence.name=Füchtentuun +tile.spruceFenceGate.name=Füchtentuunpaort +tile.stainedGlass.black.name=Swat Glas +tile.stainedGlass.blue.name=Blao Glas +tile.stainedGlass.brown.name=Bruun Glas +tile.stainedGlass.cyan.name=Türkies Glas +tile.stainedGlass.gray.name=Grao Glas +tile.stainedGlass.green.name=Gröön Glas +tile.stainedGlass.lightBlue.name=Lechtblao Glas +tile.stainedGlass.lime.name=Lechtgröön Glas +tile.stainedGlass.magenta.name=Magenta Glas +tile.stainedGlass.name=Farwig Glas +tile.stainedGlass.orange.name=Orange Glas +tile.stainedGlass.pink.name=Rausenraud Glas +tile.stainedGlass.purple.name=Vigelet Glas +tile.stainedGlass.red.name=Raud Glas +tile.stainedGlass.silver.name=Lechtgrao Glas +tile.stainedGlass.white.name=Wit Glas +tile.stainedGlass.yellow.name=Giäl Glas +tile.stairsBrick.name=Tiggeltrap +tile.stairsNetherBrick.name=Neddertiggeltrap +tile.stairsQuartz.name=Kwartstrap +tile.stairsRedSandStone.name=Raude Sandsteentrap +tile.stairsSandStone.name=Sandsteentrap +tile.stairsStone.name=Plaostertrap +tile.stairsStoneBrickSmooth.name=Steentiggeltrap +tile.stairsWood.name=Ekenholttrap +tile.stairsWoodAcacia.name=Akatsienholttrap +tile.stairsWoodBirch.name=Biäkenholttrap +tile.stairsWoodDarkOak.name=Swatekenholttrap +tile.stairsWoodJungle.name=Tropenholttrap +tile.stairsWoodSpruce.name=Füchtenholttrap +tile.stone.andesite.name=Andesit +tile.stone.andesiteSmooth.name=Poleerte Andesit +tile.stone.diorite.name=Diorit +tile.stone.dioriteSmooth.name=Poleerte Diorit +tile.stone.granite.name=Granit +tile.stone.graniteSmooth.name=Polierter Granit +tile.stone.stone.name=Steen +tile.stoneMoss.name=Mossteen +tile.stoneSlab.brick.name=Tiggelplaat +tile.stoneSlab.cobble.name=Plaostersteenplaat +tile.stoneSlab.name=Steenplaat +tile.stoneSlab.netherBrick.name=Neddertiggelplaat +tile.stoneSlab.quartz.name=Kwartsplaat +tile.stoneSlab.sand.name=Sandsteenplaat +tile.stoneSlab.smoothStoneBrick.name=Steentiggelplaat +tile.stoneSlab.stone.name=Steenplaat +tile.stoneSlab.wood.name=Holtplaat +tile.stoneSlab2.red_sandstone.name=Raude Sandsteenplaat +tile.stonebrick.name=Plaostersteen +tile.stonebricksmooth.chiseled.name=Baitelte Steentiggels +tile.stonebricksmooth.cracked.name=Bürstige Steentiggels +tile.stonebricksmooth.default.name=Steentiggels +tile.stonebricksmooth.mossy.name=Mussige Steentiggels +tile.stonebricksmooth.name=Steentiggels +tile.tallgrass.fern.name=Faon +tile.tallgrass.grass.name=Gräs +tile.tallgrass.name=Gräs +tile.tallgrass.shrub.name=Busk +tile.thinGlass.name=Glasschiwe +tile.thinStainedGlass.black.name=Swatte Glasschiwe +tile.thinStainedGlass.blue.name=Blaoe Glasschiwe +tile.thinStainedGlass.brown.name=Brune Glasschiwe +tile.thinStainedGlass.cyan.name=Türkise Glasschiwe +tile.thinStainedGlass.gray.name=Graoe Glasschiwe +tile.thinStainedGlass.green.name=Gröne Glasschiwe +tile.thinStainedGlass.lightBlue.name=Lechtblaoe Glasschiwe +tile.thinStainedGlass.lime.name=Lechtgröne Glasschiwe +tile.thinStainedGlass.magenta.name=Magenta Glasschiwe +tile.thinStainedGlass.name=Farwige Glasschiwe +tile.thinStainedGlass.orange.name=Orange Glasschiwe +tile.thinStainedGlass.pink.name=Rausenraude Glasschiwe +tile.thinStainedGlass.purple.name=Vigelette Glasschiwe +tile.thinStainedGlass.red.name=Raude Glasschiwe +tile.thinStainedGlass.silver.name=Lechtgraoe Glasschiwe +tile.thinStainedGlass.white.name=Witte Glasschiwe +tile.thinStainedGlass.yellow.name=Giäle Glasschiwe +tile.tnt.name=TNT +tile.torch.name=Fackel +tile.trapdoor.name=Luuk +tile.tripWire.name=Strumpeldraod +tile.tripWireSource.name=Haken +tile.vine.name=Ranken +tile.water.name=Water +tile.waterlily.name=Waterrausenblad +tile.web.name=Spinkopnöst +tile.weightedPlate_heavy.name=Drükplaat (swaor) +tile.weightedPlate_light.name=Drükplaat (licht) +tile.whiteStone.name=Endsteen +tile.wood.acacia.name=Akatsienholtplanken +tile.wood.big_oak.name=Swatekenholtplanken +tile.wood.birch.name=Biäkenholtplanken +tile.wood.jungle.name=Tropenholtplanken +tile.wood.name=Holtplanken +tile.wood.oak.name=Ekenholtplanken +tile.wood.spruce.name=Füchtenholtplanken +tile.woodSlab.acacia.name=Akatsienholtplaat +tile.woodSlab.big_oak.name=Swatekenholtplaat +tile.woodSlab.birch.name=Biäkenholtplaat +tile.woodSlab.jungle.name=Tropenholtplaat +tile.woodSlab.name=Holtplaat +tile.woodSlab.oak.name=Ekenholtplaat +tile.woodSlab.spruce.name=Füchtenholtplaat +tile.woolCarpet.black.name=Swatter Teppich +tile.woolCarpet.blue.name=Blaoer Teppich +tile.woolCarpet.brown.name=Bruner Teppich +tile.woolCarpet.cyan.name=Türkiser Teppich +tile.woolCarpet.gray.name=Graoer Teppich +tile.woolCarpet.green.name=Gröner Teppich +tile.woolCarpet.lightBlue.name=Lechtblaoer Teppich +tile.woolCarpet.lime.name=Lechtgröner Teppich +tile.woolCarpet.magenta.name=Magenta Teppich +tile.woolCarpet.name=Teppich +tile.woolCarpet.orange.name=Oranger Teppich +tile.woolCarpet.pink.name=Rausenrauder Teppich +tile.woolCarpet.purple.name=Vigeletter Teppich +tile.woolCarpet.red.name=Rauder Teppich +tile.woolCarpet.silver.name=Lechtgraoer Teppich +tile.woolCarpet.white.name=Teppich +tile.woolCarpet.yellow.name=Giäler Teppich +tile.workbench.name=Wiärkbank +title.oldgl1=Olle Grafikkaat funnen; düt kon di villicht in de Tokunft +title.oldgl2=an't Spiëlen hinnern, wan OpenGL 2.0 bruukt wät. diff --git a/javascript/lang/nl_NL.lang b/javascript/lang/nl_NL.lang new file mode 100755 index 00000000..fc7f5717 --- /dev/null +++ b/javascript/lang/nl_NL.lang @@ -0,0 +1,2516 @@ +achievement.acquireIron=IJzerwaren verkrijgen +achievement.acquireIron.desc=Smeed een ijzerstaaf +achievement.bakeCake=De leugen +achievement.bakeCake.desc=Tarwe, suiker, melk en eieren! +achievement.blazeRod=Door het vuur +achievement.blazeRod.desc=Verlos een Blaze van z'n staf +achievement.bookcase=Bibliothecaris +achievement.bookcase.desc=Bouw wat boekenkasten om je magische tafel te verbeteren +achievement.breedCow=Herbevolking +achievement.breedCow.desc=Fok twee koeien met tarwe +achievement.buildBetterPickaxe=Upgraden +achievement.buildBetterPickaxe.desc=Maak een betere houweel +achievement.buildFurnace=Hot Topic +achievement.buildFurnace.desc=Maak een oven van acht blokken steen +achievement.buildHoe=Boerenbestaan +achievement.buildHoe.desc=Maak een schoffel van planken en stokken +achievement.buildPickaxe=Beginnen met ontginnen! +achievement.buildPickaxe.desc=Maak een houweel van planken en stokken +achievement.buildSword=Ten aanval! +achievement.buildSword.desc=Maak een zwaard van planken en stokken +achievement.buildWorkBench=Uit het juiste hout gesneden +achievement.buildWorkBench.desc=Maak een werkbank van vier houten planken +achievement.cookFish=Overheerlijke vis +achievement.cookFish.desc=Vang en bak een vis! +achievement.diamonds=DIAMANTEN! +achievement.diamonds.desc=Verkrijg diamanten met je ijzeren gereedschap +achievement.diamondsToYou=Diamanten voor jou! +achievement.diamondsToYou.desc=Gooi diamanten naar een andere speler. +achievement.enchantments=Magiër +achievement.enchantments.desc=Maak een tovertafel van obsidiaan, diamanten en een boek +achievement.exploreAllBiomes=Tijd voor avontuur +achievement.exploreAllBiomes.desc=Ontdek alle biotopen +achievement.flyPig=Als varkens vliegen +achievement.flyPig.desc=Vlieg per varken een afgrond in +achievement.fullBeacon=Bakenmaker +achievement.fullBeacon.desc=Bouw een volledig baken +achievement.get=Prestatie behaald! +achievement.ghast=Retour afzender +achievement.ghast.desc=Vernietig een Ghast met een vuurbal +achievement.killCow=Koeiendoder +achievement.killCow.desc=Verkrijg leer +achievement.killEnemy=Monsterjager +achievement.killEnemy.desc=Val een monster aan en vernietig het +achievement.killWither=Het begin. +achievement.killWither.desc=Dood de Wither +achievement.makeBread=Bak brood +achievement.makeBread.desc=Maak brood van tarwe +achievement.mineWood=Hout verkrijgen +achievement.mineWood.desc=Val een boom aan totdat je een blok hout verkrijgt +achievement.onARail=Op 't goede spoor +achievement.onARail.desc=Reis met een mijnkar tenminste 1 km vanaf je beginpunt +achievement.openInventory=Inventariseren +achievement.openInventory.desc=Druk op '%1$s' om je inventaris te openen. +achievement.overkill=Overkill +achievement.overkill.desc=Dien in één klap negen hartjes aan schade toe +achievement.overpowered=Overpowered +achievement.overpowered.desc=Maak een Notch-appel +achievement.portal=We Moeten Dieper! +achievement.portal.desc=Bouw een portaal naar de Nether +achievement.potion=Plaatselijke brouwerij +achievement.potion.desc=Brouw een drankje +achievement.requires=Vereist '%1$s' +achievement.snipeSkeleton=Sluipschuttersduel +achievement.snipeSkeleton.desc=Dood een skelet op een afstand van meer dan 50 meter met een pijl +achievement.spawnWither=Het begin? +achievement.spawnWither.desc=Roep de Wither op +achievement.taken=Behaald! +achievement.theEnd=The End? +achievement.theEnd.desc=Vind The End +achievement.theEnd2=The End. +achievement.theEnd2.desc=Versla de Enderdraak +achievement.unknown=??? +addServer.add=Gereed +addServer.enterIp=Serveradres +addServer.enterName=Servernaam +addServer.hideAddress=Adres verbergen +addServer.resourcePack=Server Resource pakketten +addServer.resourcePack.disabled=Uitgeschakeld +addServer.resourcePack.enabled=Ingeschakeld +addServer.resourcePack.prompt=Vragen +addServer.title=Serverinformatie bewerken +advMode.allEntities=Gebruik "@e" om op alle entiteiten te richten +advMode.allPlayers=Gebruik "@a" om op alle spelers te richten +advMode.command=Consoleopdracht +advMode.nearestPlayer=Gebruik "@p" om op de dichtstbijzijnde speler te richten +advMode.notAllowed=Je moet een gepromoveerde (op-)speler in de Creative-modus zijn +advMode.notEnabled=Opdrachtblokken zijn niet ingeschakeld op deze server +advMode.previousOutput=Vorige uitvoer +advMode.randomPlayer=Gebruik "@r" om op een willekeurige speler te richten +advMode.setCommand=Consoleopdracht voor blok instellen +advMode.setCommand.success=Opdracht ingesteld: %s +attribute.modifier.plus.0=+%s %s +attribute.modifier.plus.1=+%s%% %s +attribute.modifier.plus.2=+%s%% %s +attribute.modifier.take.0=-%s %s +attribute.modifier.take.1=-%s%% %s +attribute.modifier.take.2=-%s%% %s +attribute.name.generic.attackDamage=Aanvalsschade +attribute.name.generic.followRange=Volgbereik mobs +attribute.name.generic.knockbackResistance=Terugslagsweerstand +attribute.name.generic.maxHealth=Maximale gezondheid +attribute.name.generic.movementSpeed=Snelheid +attribute.name.horse.jumpStrength=Sterkte paardensprong +attribute.name.zombie.spawnReinforcements=Zombieversterkingen +book.byAuthor=door %1$s +book.editTitle=Titel invoeren: +book.finalizeButton=Signeren en sluiten +book.finalizeWarning=Let op! Als een boek eenmaal is gesigneerd, is het niet meer te bewerken! +book.generation.0=Origineel +book.generation.1=Kopie van origineel +book.generation.2=Kopie van een kopie +book.generation.3=Gehavend +book.pageIndicator=Pagina %1$s van %2$s +book.signButton=Signeren +build.tooHigh=Hoogtelimiet voor bouwen is %s blokken +chat.cannotSend=Kan chatbericht niet verzenden +chat.copy=Kopiëren naar klembord +chat.link.confirm=Weet je zeker dat je de volgende website wilt openen? +chat.link.confirmTrusted=Wilt u deze link openen of kopiëren? +chat.link.open=Openen in browser +chat.link.warning=Open nooit koppelingen van mensen die je niet vertrouwt! +chat.stream.emote=(%s) * %s %s +chat.stream.text=(%s) <%s> %s +chat.type.achievement=%s heeft net de prestatie %s behaald +chat.type.achievement.taken=%s heeft net de prestatie %s verloren +chat.type.admin=[%s: %s] +chat.type.announcement=[%s] %s +chat.type.emote=* %s %s +chat.type.text=<%s> %s +commands.achievement.alreadyHave=Speler %s heeft al de prestatie %s +commands.achievement.dontHave=Speler %s heeft de prestatie %s niet +commands.achievement.give.success.all=Alle prestaties succesvol aan %s gegeven +commands.achievement.give.success.one=Statistieken %s gegeven aan %s +commands.achievement.statTooLow=Speler %s heeft de statistiek %s niet +commands.achievement.take.success.all=Alle prestaties afgenomen van %s +commands.achievement.take.success.one=Statistiek %s afgenomen van %s +commands.achievement.unknownAchievement=Onbekende prestatie of statistiek '%s' +commands.achievement.usage=/achievement [speler] +commands.ban.failed=Kon %s niet verbannen +commands.ban.success=Speler %s is verbannen +commands.ban.usage=/ban [reden ...] +commands.banip.invalid=Je hebt een ongeldig IP-adres of een speler die niet online is opgegeven +commands.banip.success=IP-adres %s is verbannen +commands.banip.success.players=Het IP-adres %s, behorende tot %s, is verbannen +commands.banip.usage=/ban-ip [reden ...] +commands.banlist.ips=Er zijn in totaal %s verbannen IP-adressen: +commands.banlist.players=Er zijn in totaal %s verbannen spelers: +commands.banlist.usage=/banlist [ips|spelers] +commands.blockdata.failed=De datatag is niet veranderd: %s +commands.blockdata.notValid=Het doelblok is geen datahouderblok +commands.blockdata.outOfWorld=Kan blok niet wijzigen buiten de wereld +commands.blockdata.success=Blokdata bijgewerkt naar: %s +commands.blockdata.tagError=Parseren van datatag mislukt: %s +commands.blockdata.usage=/blockdata +commands.chunkinfo.compiled=Chunk is gecompileerd. +commands.chunkinfo.data=Eerste 64 hoekpunten zijn: %s +commands.chunkinfo.empty=Chunk is leeg. +commands.chunkinfo.hasLayers=Chunk heeft lagen: %s +commands.chunkinfo.hasNoRenderableLayers=Chunk heeft geen renderbare lagen +commands.chunkinfo.isEmpty=Chunk heeft lege lagen: %s +commands.chunkinfo.location=Chunklocatie: (%s, %s, %s) +commands.chunkinfo.noChunk=Geen chunk gevonden op chunkpositie %s, %s, %s +commands.chunkinfo.notCompiled=Chunk is niet gecompileerd. +commands.chunkinfo.notEmpty=Chunk is niet leeg. +commands.chunkinfo.usage=/chunkinfo [ ] +commands.chunkinfo.vertices=%s laag's buffer bevat %s 64 hoekpunten +commands.clear.failure=Kan de inventaris van %s niet legen, geen voorwerpen om te verwijderen +commands.clear.success=Inventaris van %s gewist, %s voorwerpen verwijderd +commands.clear.tagError=Parseren van datatag mislukt: %s +commands.clear.testing=%s heeft %s objecten die overeenkomen met de criteria +commands.clear.usage=/clear [speler] [voorwerp] [data] [maxAantal] [dataTag] +commands.clone.failed=Geen blokken gekloond +commands.clone.noOverlap=Bron en bestemming kunnen niet overlappen +commands.clone.outOfWorld=Geen toegang tot blokken buiten de wereld +commands.clone.success=%s blokken gekloond +commands.clone.tooManyBlocks=Teveel blokken in het opgegeven gebied (%s > %s) +commands.clone.usage=/clone [modus] +commands.compare.failed=Bron en doel zijn niet identiek +commands.compare.outOfWorld=Geen toegang tot blokken buiten de wereld +commands.compare.success=%s blokken vergeleken +commands.compare.tooManyBlocks=Teveel blokken in het opgegeven gebied (%s > %s) +commands.compare.usage=/testforblocks [modus] +commands.debug.notStarted=We kunnen niet stoppen met profileren als we nog niet zijn begonnen! +commands.debug.start=Foutopsporingsprofilering gestart +commands.debug.stop=Foutopsporingsprofilering na %s seconden gestopt (%s ticks) +commands.defaultgamemode.success=De standaard spelmodus van deze wereld is nu %s +commands.defaultgamemode.usage=/defaultgamemode +commands.deop.failed=Kon %s niet degraderen +commands.deop.success=%s is gedegradeerd +commands.deop.usage=/deop +commands.difficulty.success=Niveau ingesteld op %s +commands.difficulty.usage=/difficulty +commands.downfall.success=Neerslag omgeschakeld +commands.downfall.usage=/toggledownfall +commands.effect.failure.notActive=Kan %1$s niet van %2$s wegnemen omdat de speler het effect niet heeft +commands.effect.failure.notActive.all=Kon geen effecten nemen van %s omdat die er geen had +commands.effect.notFound=Er is geen mobeffect met ID %s +commands.effect.success=%1$s (ID %2$s) * %3$s aan %4$s gegeven voor %5$s seconden +commands.effect.success.removed=%1$s van %2$s weggenomen +commands.effect.success.removed.all=Alle effecten van %s zijn weggenomen +commands.effect.usage=/effect [seconden] [versterker] [verbergDeeltjes] +commands.enchant.cantCombine=%1$s kan niet worden gecombineerd met %2$s +commands.enchant.cantEnchant=De geselecteerde betovering kan niet aan het doelvoorwerp worden toegevoegd +commands.enchant.noItem=Het doel houdt geen voorwerp vast +commands.enchant.notFound=Er is geen betovering met ID %s +commands.enchant.success=Betovering uitgevoerd +commands.enchant.usage=/enchant [niveau] +commands.entitydata.failed=De datatag is niet veranderd: %s +commands.entitydata.noPlayers=%s is een speler en kan niet worden veranderd +commands.entitydata.success=Entiteitsdata bijgewerkt naar: %s +commands.entitydata.tagError=Parseren van datatag mislukt: %s +commands.entitydata.usage=/entitydata +commands.execute.allInvocationsFailed=Alle aanroepen zijn mislukt: '%s' +commands.execute.failed=Gefaalt om '%s' uit te voeren als %s +commands.execute.usage=/execute OF /execute detect +commands.fill.failed=Geen blokken gevuld +commands.fill.outOfWorld=Kan blok niet plaatsen buiten de wereld +commands.fill.success=%s blokken gevuld +commands.fill.tagError=Parseren van datatag mislukt: %s +commands.fill.tooManyBlocks=Teveel blokken in het opgegeven gebied (%s > %s) +commands.fill.usage=/fill [dataWaarde] [oudeBlokHandeling] [dataTag] +commands.gamemode.success.other=Spelmodus van %s is gewijzigd naar %s +commands.gamemode.success.self=Eigen spelmodus is gewijzigd naar %s +commands.gamemode.usage=/gamemode [speler] +commands.gamerule.nopermission=Alleen servereigenaren kunnen '%s' veranderen +commands.gamerule.norule=Er is geen spelregel genaamd '%s' beschikbaar +commands.gamerule.success=Spelregel is bijgewerkt +commands.gamerule.usage=/gamerule [waarde] +commands.generic.boolean.invalid='%s' is niet 'true' of 'false' +commands.generic.double.tooBig=Het getal dat je hebt ingevoerd (%s) is te groot, het mag maximaal %s zijn +commands.generic.double.tooSmall=Het getal dat je hebt ingevoerd (%s) is te klein, het moet minstens %s zijn +commands.generic.entity.invalidType=Entiteittype '%s' is ongeldig +commands.generic.entity.invalidUuid=De gegeven entiteit UUID is in een ongeldig formaat +commands.generic.entity.notFound=Die entiteit kan niet worden gevonden +commands.generic.exception=Er is een onbekende fout opgetreden bij het uitvoeren van deze opdracht +commands.generic.notFound=Onbekend commando. Probeer /help voor een lijst van commando's +commands.generic.num.invalid='%s' is geen geldig getal +commands.generic.num.tooBig=Het getal dat je hebt ingevoerd (%s) is te groot, het mag maximaal %s zijn +commands.generic.num.tooSmall=Het getal dat je hebt ingevoerd (%s) is te klein, het moet ten minste %s zijn +commands.generic.parameter.invalid='%s' is geen geldige parameter +commands.generic.permission=Je hebt geen toestemming om dit commando te gebruiken +commands.generic.player.notFound=Die speler kan niet worden gevonden +commands.generic.syntax=Ongeldige opdrachtsyntax +commands.generic.usage=Gebruik: %s +commands.give.notFound=Er is geen voorwerp met ID %s +commands.give.success=%s * %s aan %s gegeven +commands.give.tagError=Parseren van datatag mislukt: %s +commands.give.usage=/give [hoeveelheid] [data] [dataTag] +commands.help.footer=Tip: Gebruik tijdens het typen van een opdracht om de opdracht of de argumenten automatisch te voltooien +commands.help.header=--- Helppagina %s van %s (/help ) --- +commands.help.usage=/help [pagina|opdrachtnaam] +commands.kick.success=%s is uit het spel gezet +commands.kick.success.reason=%s is uit het spel gezet: '%s' +commands.kick.usage=/kick [reden ...] +commands.kill.successful=%s gedood +commands.kill.usage=/kill [speler|entiteit] +commands.me.usage=/me +commands.message.display.incoming=%s fluistert naar jou: %s +commands.message.display.outgoing=Je fluistert naar %s: %s +commands.message.sameTarget=Je kunt geen privébericht naar jezelf sturen! +commands.message.usage=/tell +commands.op.failed=Kon %s niet promoveren +commands.op.success=%s is gepromoveerd +commands.op.usage=/op +commands.particle.notFound=Onbekende effectnaam (%s) +commands.particle.success=Effect %s wordt %s keer afgespeeld +commands.particle.usage=/particle [aantal] [modus] +commands.players.list=Er zijn %s/%s spelers online: +commands.players.usage=/list +commands.playsound.playerTooFar=Speler %s is te ver weg om het geluid te horen +commands.playsound.success=Geluid '%s' afgespeeld voor %s +commands.playsound.usage=/playsound [x] [y] [z] [volume] [toonhoogte] [minimumvolume] +commands.publish.failed=Kan lokaal spel niet hosten +commands.publish.started=Lokaal spel wordt gehost op poort %s +commands.publish.usage=/publish +commands.replaceitem.block.usage=/replaceitem block [hoeveelheid] [data] [dataTag] +commands.replaceitem.entity.usage=/replaceitem entity [hoeveelheid] [data] [dataTag] +commands.replaceitem.failed=Kon slot %s niet vervangen met %s * %s +commands.replaceitem.noContainer=Blok op %s, %s, %s heeft geen inventaris +commands.replaceitem.success=Slot %s vervangen met %s * %s +commands.replaceitem.tagError=Parseren van datatag mislukt: %s +commands.replaceitem.usage=/replaceitem ... +commands.save-off.alreadyOff=Opslaan is al uitgeschakeld. +commands.save-off.usage=/save-off +commands.save-on.alreadyOn=Opslaan is al ingeschakeld. +commands.save-on.usage=/save-on +commands.save.disabled=Automatisch opslaan van wereld uitgeschakeld +commands.save.enabled=Automatisch opslaan van wereld ingeschakeld +commands.save.failed=Opslaan mislukt: %s +commands.save.start=Opslaan... +commands.save.success=Wereld opgeslagen +commands.save.usage=/save-all +commands.say.usage=/say +commands.scoreboard.allMatchesFailed=Alle vergelijkingen mislukt +commands.scoreboard.noMultiWildcard=Slechts een gebruikerjokerteken toegestaan +commands.scoreboard.objectiveNotFound=Er is geen doel gevonden met de naam '%s' +commands.scoreboard.objectiveReadOnly=Het doel '%s' is alleen-lezen en kan niet worden ingesteld +commands.scoreboard.objectives.add.alreadyExists=Een doel met de naam '%s' bestaat al +commands.scoreboard.objectives.add.displayTooLong=De weergavenaam van een doel kan maximaal %s tekens lang zijn; '%s' is te lang +commands.scoreboard.objectives.add.success=Nieuw doel '%s' is succesvol toegevoegd +commands.scoreboard.objectives.add.tooLong=De naam van een doel kan maximaal %s tekens lang zijn; '%s' is te lang +commands.scoreboard.objectives.add.usage=/scoreboard objectives add [weergavenaam ...] +commands.scoreboard.objectives.add.wrongType=Ongeldig objectieve criteria type '%s' +commands.scoreboard.objectives.list.count=%s doelen op scorebord tonen: +commands.scoreboard.objectives.list.empty=Er zijn geen doelen op het scorebord +commands.scoreboard.objectives.list.entry=- %s: wordt weergegeven als '%s' en is type '%s' +commands.scoreboard.objectives.remove.success=Doel '%s' is succesvol verwijderd +commands.scoreboard.objectives.remove.usage=/scoreboard objectives remove +commands.scoreboard.objectives.setdisplay.invalidSlot=Er is geen weergaveslot '%s' +commands.scoreboard.objectives.setdisplay.successCleared=Doelweergaveslot '%s' gewist +commands.scoreboard.objectives.setdisplay.successSet=Weergavedoel in slot '%s' verzet naar '%s' +commands.scoreboard.objectives.setdisplay.usage=/scoreboard objectives setdisplay [doel] +commands.scoreboard.objectives.usage=/scoreboard objectives ... +commands.scoreboard.players.add.usage=/scoreboard players add [dataTag] +commands.scoreboard.players.enable.noTrigger=Doel %s is geen trigger +commands.scoreboard.players.enable.success=Trigger %s ingeschakeld voor %s +commands.scoreboard.players.enable.usage=/scoreboard players enable +commands.scoreboard.players.list.count=%s gevolgde spelers op het scorebord tonen: +commands.scoreboard.players.list.empty=Er zijn geen gevolgde spelers op het scorebord +commands.scoreboard.players.list.player.count=%s gevolgde doelen voor %s: +commands.scoreboard.players.list.player.empty=Speler %s heeft geen opgeslagen scores +commands.scoreboard.players.list.player.entry=- %2$s: %1$s (%3$s) +commands.scoreboard.players.list.usage=/scoreboard players list [naam] +commands.scoreboard.players.operation.invalidOperation=Ongeldige bewerking %s +commands.scoreboard.players.operation.notFound=No %s score voor %s gevonden +commands.scoreboard.players.operation.success=Operatie succesvol toegepast +commands.scoreboard.players.operation.usage=/scoreboard players operation +commands.scoreboard.players.remove.usage=/scoreboard players remove [dataTag] +commands.scoreboard.players.reset.success=Alle scores van speler %s resetten +commands.scoreboard.players.reset.usage=/scoreboard players reset [doel] +commands.scoreboard.players.resetscore.success=Score %s van speler %s gereset +commands.scoreboard.players.set.success=Score %s voor speler %s is verzet naar %s +commands.scoreboard.players.set.tagError=Kon dataTag niet parseren, reden: %s +commands.scoreboard.players.set.tagMismatch=De dataTag komt niet overeen voor %s +commands.scoreboard.players.set.usage=/scoreboard players set [dataTag] +commands.scoreboard.players.test.failed=Score %s is NIET in het bereik van %s naar %s +commands.scoreboard.players.test.notFound=Geen %s score voor %s gevonden +commands.scoreboard.players.test.success=Score %s is in bereik van %s naar %s +commands.scoreboard.players.test.usage=/scoreboard players test +commands.scoreboard.players.usage=/scoreboard players ... +commands.scoreboard.teamNotFound=Er is geen team gevonden met de naam '%s' +commands.scoreboard.teams.add.alreadyExists=Een team met de naam '%s' bestaat al +commands.scoreboard.teams.add.displayTooLong=De weergavenaam van een team kan maximaal %s tekens lang zijn; '%s' is te lang +commands.scoreboard.teams.add.success=Nieuw team '%s' is succesvol toegevoegd +commands.scoreboard.teams.add.tooLong=De naam van een team kan maximaal %s tekens lang zijn; '%s' is te lang +commands.scoreboard.teams.add.usage=/scoreboard teams add [weergavenaam ...] +commands.scoreboard.teams.empty.alreadyEmpty=Team %s is al leeg; kan niet-bestaande spelers niet verwijderen +commands.scoreboard.teams.empty.success=Alle %s spelers zijn uit team %s verwijderd +commands.scoreboard.teams.empty.usage=/scoreboard teams empty +commands.scoreboard.teams.join.failure=Kan %s spelers niet aan team %s toevoegen: %s +commands.scoreboard.teams.join.success=%s spelers zijn aan %s toegevoegd: %s +commands.scoreboard.teams.join.usage=/scoreboard teams join [speler] +commands.scoreboard.teams.leave.failure=Kan %s spelers niet uit hun teams verwijderen: %s +commands.scoreboard.teams.leave.noTeam=Je bent geen lid van een team +commands.scoreboard.teams.leave.success=%s spelers zijn uit hun teams verwijderd: %s +commands.scoreboard.teams.leave.usage=/scoreboard teams leave [speler] +commands.scoreboard.teams.list.count=%s teams op het scorebord tonen: +commands.scoreboard.teams.list.empty=Er zijn geen teams geregistreerd op het scorebord +commands.scoreboard.teams.list.entry=- %1$s: '%2$s' heeft %3$s spelers +commands.scoreboard.teams.list.player.count=%s spelers in team %s tonen: +commands.scoreboard.teams.list.player.empty=Team %s heeft geen spelers +commands.scoreboard.teams.list.player.entry=- %2$s: %1$s (%3$s) +commands.scoreboard.teams.list.usage=/scoreboard teams list [naam] +commands.scoreboard.teams.option.noValue=Geldige waarden voor optie %s zijn: %s +commands.scoreboard.teams.option.success=Optie %s voor team %s verzet naar %s +commands.scoreboard.teams.option.usage=/scoreboard teams option +commands.scoreboard.teams.remove.success=Team %s is verwijderd +commands.scoreboard.teams.remove.usage=/scoreboard teams remove +commands.scoreboard.teams.usage=/scoreboard teams ... +commands.scoreboard.usage=/scoreboard ... +commands.seed.success=Seed: %s +commands.seed.usage=/seed +commands.setblock.failed=Niet in staat om blok te plaatsen +commands.setblock.noChange=Het blok kon niet worden geplaatst +commands.setblock.notFound=Er is geen blok met ID/naam %s +commands.setblock.outOfWorld=Kan blok niet plaatsen buiten de wereld +commands.setblock.success=Blok geplaatst +commands.setblock.tagError=Parsing van datatag mislukt: %s +commands.setblock.usage=/setblock [dataWaarde] [oudeBlokHandeling] [dataTag] +commands.setidletimeout.success=De idle timeout is succesvol ingesteld op %s mintuten. +commands.setidletimeout.usage=/setidletimeout +commands.setworldspawn.success=Wereldspawnpunt ingesteld op (%s, %s, %s) +commands.setworldspawn.usage=/setworldspawn [ ] +commands.spawnpoint.success=Spawnpunt van %s ingesteld naar (%s,%s,%s) +commands.spawnpoint.usage=/spawnpoint [speler] [ ] +commands.spreadplayers.failure.players=Kon geen %s teams verspreiden %s,%s (te veel spelers voor de plaats - probeer het verspreiden van hoogstens %s) +commands.spreadplayers.failure.teams=Kon geen %s teams verspreiden, %s,%s (te veel spelers voor de plaats - probeer te verspreiden van hoogstens %s) +commands.spreadplayers.info.players=(Gemiddelde afstand tussen spelers is %s blokken na %s rondes) +commands.spreadplayers.info.teams=(Gemiddelde afstand tussen teams is %s blokken na %s rondes) +commands.spreadplayers.spreading.players=Verspreidt %s spelers %s blokken rond %s,%s (minimaal %s blokken van elkaar) +commands.spreadplayers.spreading.teams=Verspreidt %s teams %s blokken rond %s,%s (minimaal %s blokken van elkaar) +commands.spreadplayers.success.players=Alle %s spelers zijn verspreid rond %s,%s +commands.spreadplayers.success.teams=Alle %s teams zijn verspreid rond %s,%s +commands.spreadplayers.usage=/spreadplayers +commands.stats.block.clear.usage=/stats block clear +commands.stats.block.set.usage=/status blok set +commands.stats.block.usage=/stats block ... +commands.stats.cleared=Statistieken %s verwijderd +commands.stats.entity.clear.usage=/stats entity clear +commands.stats.entity.set.usage=/stats entity set +commands.stats.entity.usage=/stats entity +commands.stats.failed=Ongeldige parameters +commands.stats.noCompatibleBlock=Blok op %s, %s, %s kan geen statistieken bijhouden +commands.stats.success=Statistieken %s in %s op %s opgeslagen +commands.stats.usage=/stats ... +commands.stop.start=Server stoppen... +commands.stop.usage=/stop +commands.summon.failed=Kan object niet oproepen +commands.summon.outOfWorld=Kan het object niet buiten de wereld oproepen +commands.summon.success=Object succesvol opgeroepen +commands.summon.tagError=Parseren van datatag mislukt: %s +commands.summon.usage=/summon [x] [y] [z] [dataTag] +commands.tellraw.jsonException=Ongeldige json: %s +commands.tellraw.usage=/tellraw +commands.testfor.failure=%s voldeet niet aan de vereiste data structure +commands.testfor.success=%s gevonden +commands.testfor.tagError=Parseren van datatag mislukt: %s +commands.testfor.usage=/testfor [dataTag] +commands.testforblock.failed.data=Het blok op %s, %s, %s had een datawaarde van %s (verwacht: %s). +commands.testforblock.failed.nbt=Het blok op %s, %s, %s had niet de benodigde NBT keys. +commands.testforblock.failed.tile=Het blok op coördinaten %s,%s,%s is %s (%s werd verwacht). +commands.testforblock.failed.tileEntity=Het blok op %s, %s, %s is geen Tile Entity en ondersteunt daardoor geen tag matching. +commands.testforblock.outOfWorld=Kan niet testen voor blokken buiten de wereld +commands.testforblock.success=Het blok op %s, %s, %s is succesvol gevonden. +commands.testforblock.usage=/testforblock [dataValue] [dataTag] +commands.time.added=%s aan de tijd toegevoegd +commands.time.query=Tijd is %s +commands.time.set=Tijd verzet naar %s +commands.time.usage=/time +commands.title.success=Title opdracht succesvol uitgevoerd +commands.title.usage=/title ... +commands.title.usage.clear=/title clear|reset +commands.title.usage.times=/title times +commands.title.usage.title=/title title|subtitle +commands.tp.notSameDimension=Kan niet teleporteren omdat de spelers zich niet in dezelfde dimensie bevinden +commands.tp.success=%s is naar %s geteleporteerd +commands.tp.success.coordinates=%s is geteleporteerd naar %s,%s,%s +commands.tp.usage=/tp [doel speler] OF /tp [doel speler] [ ] +commands.trigger.disabled=Trigger %s is niet ingeschakeld +commands.trigger.invalidMode=Ongeldige triggermodus %s +commands.trigger.invalidObjective=Ongeldige triggernaam %s +commands.trigger.invalidPlayer=Alleen spelers kunnen gebruik maken van het /trigger commando +commands.trigger.success=Trigger %s is veranderd met %s %s +commands.trigger.usage=/trigger +commands.unban.failed=Kon %s niet unbannen +commands.unban.success=Speler %s is niet langer verbannen +commands.unban.usage=/pardon +commands.unbanip.invalid=Je hebt een ongeldig IP-adres opgegeven +commands.unbanip.success=IP-adres %s is niet langer verbannen +commands.unbanip.usage=/pardon-ip +commands.weather.clear=Weer veranderen naar helder +commands.weather.rain=Weer veranderen in regenachtig +commands.weather.thunder=Weer veranderen naar regen en storm +commands.weather.usage=/weather [duur in seconden] +commands.whitelist.add.failed=Kon %s niet aan de whitelist toevoegen +commands.whitelist.add.success=%s is toegevoegd aan de whitelist +commands.whitelist.add.usage=/whitelist add +commands.whitelist.disabled=Whitelist uitgezet +commands.whitelist.enabled=Whitelist is ingeschakeld +commands.whitelist.list=%s (van de %s tegengekomen) spelers staan op de witte lijst: +commands.whitelist.reloaded=Whitelist herladen +commands.whitelist.remove.failed=Kon %s niet uit de whitelist verwijderen +commands.whitelist.remove.success=%s is verwijderd van de whitelist +commands.whitelist.remove.usage=/whitelist remove +commands.whitelist.usage=/whitelist +commands.worldborder.add.usage=/worldborder add [tijdInSeconden] +commands.worldborder.center.success=Wereldgrenscentrum ingesteld op %s,%s +commands.worldborder.center.usage=/worldborder center +commands.worldborder.damage.amount.success=Wereldgrens schade-aantal ingesteld op %s per blok (van de %s blokken) +commands.worldborder.damage.amount.usage=/worldborder damage amount +commands.worldborder.damage.buffer.success=Wereldgrens schadebuffer ingesteld op %s blokken (van de %s blokken) +commands.worldborder.damage.buffer.usage=/worldborder damage buffer +commands.worldborder.damage.usage=/worldborder damage ... +commands.worldborder.get.success=Wereldgrens is nu %s blokken breed +commands.worldborder.set.success=Wereldgrens ingesteld op %s blokken breed (van de %s blokken) +commands.worldborder.set.usage=/worldborder set [tijdInSeconden] +commands.worldborder.setSlowly.grow.success=Wereldgrens vergroot naar %s blokken breed (van de %s blokken) in %s seconden +commands.worldborder.setSlowly.shrink.success=Wereldgrens verkleint naar %s blokken breed (van de %s blokken) in %s seconden +commands.worldborder.usage=/worldborder ... +commands.worldborder.warning.distance.success=Het wereldgrens waarschuwingsbericht is %s blokken weggezet (was %s blokken) +commands.worldborder.warning.distance.usage=/worldborder warning distance +commands.worldborder.warning.time.success=Het wereldgrens waarschuwingsbericht is %s seconden weggezet (was %s seconden) +commands.worldborder.warning.time.usage=/worldborder warning time +commands.worldborder.warning.usage=/worldborder warning ... +commands.xp.failure.widthdrawXp=Kan speler geen negatieve ervaringspunten geven +commands.xp.success=%s ervaring aan %s gegeven +commands.xp.success.levels=%s niveaus gegeven aan %s +commands.xp.success.negative.levels=%s niveaus van %s afgenomen +commands.xp.usage=/xp [speler] OF /xp L [speler] +connect.authorizing=Aanmelden... +connect.connecting=Verbinden met de server... +connect.failed=Verbinden met server mislukt +container.beacon=Baken +container.brewing=Brouwstandaard +container.chest=Kist +container.chestDouble=Grote kist +container.crafting=Vervaardiging +container.creative=Voorwerpselectie +container.dispenser=Dispenser +container.dropper=Dropper +container.enchant=Betovering +container.enchant.clue=%s . . . ? +container.enchant.lapis.many=%s Lapis Lazuli +container.enchant.lapis.one=1 Lapis Lazuli +container.enchant.level.many=%s betoveringsniveaus +container.enchant.level.one=1 betoveringsniveau +container.enderchest=Enderkist +container.furnace=Oven +container.hopper=Voorwerptrechter +container.inventory=Inventaris +container.isLocked=%s is vergrendeld! +container.minecart=Mijnkar +container.repair=Aambeeld +container.repair.cost=Betoveringskosten: %1$s +container.repair.expensive=Te duur! +controls.reset=Resetten +controls.resetAll=Toetsen resetten +controls.title=Besturing +createWorld.customize.custom.baseSize=Diepte basisgrootte +createWorld.customize.custom.biomeDepthOffset=Biotoop diepte offset +createWorld.customize.custom.biomeDepthWeight=Biotoop diepte gewicht +createWorld.customize.custom.biomeScaleOffset=Biotoop schaal offset +createWorld.customize.custom.biomeScaleWeight=Biotoop schaal gewicht +createWorld.customize.custom.biomeSize=Biotoopgrootte +createWorld.customize.custom.center=Centrumhoogte +createWorld.customize.custom.confirm1=Dit overschrijft je huidige +createWorld.customize.custom.confirm2=instellingen en kan niet ongedaan worden gemaakt. +createWorld.customize.custom.confirmTitle=Waarschuwing! +createWorld.customize.custom.coordinateScale=Coördinatenschaal +createWorld.customize.custom.count=Spawn pogingen +createWorld.customize.custom.defaults=Standaardwaarden +createWorld.customize.custom.depthNoiseScaleExponent=Diepte ruisexponent X +createWorld.customize.custom.depthNoiseScaleX=Diepte ruisschaal X +createWorld.customize.custom.depthNoiseScaleZ=Diepte ruisschaal Z +createWorld.customize.custom.dungeonChance=Aantal kerkers +createWorld.customize.custom.fixedBiome=Biotoop +createWorld.customize.custom.heightScale=Hoogteschaal +createWorld.customize.custom.lavaLakeChance=Lavameren zeldzaamheid +createWorld.customize.custom.lowerLimitScale=Ondergrens schaal +createWorld.customize.custom.mainNoiseScaleX=Belangrijkste ruisschaal X +createWorld.customize.custom.mainNoiseScaleY=Belangrijkste ruisschaal Y +createWorld.customize.custom.mainNoiseScaleZ=Belangrijkste ruisschaal Z +createWorld.customize.custom.maxHeight=Max. hoogte +createWorld.customize.custom.minHeight=Min. hoogte +createWorld.customize.custom.next=Volgende pagina +createWorld.customize.custom.page0=Basisinstellingen +createWorld.customize.custom.page1=Ertsinstellingen +createWorld.customize.custom.page2=Geavanceerde instellingen (alleen voor ervaren gebruikers!) +createWorld.customize.custom.page3=Extra geavanceerde instellingen (alleen voor ervaren gebruikers!) +createWorld.customize.custom.preset.caveChaos=Grotten des chaos +createWorld.customize.custom.preset.caveDelight=Speleoloog's genot +createWorld.customize.custom.preset.drought=Droogte +createWorld.customize.custom.preset.goodLuck=Succes +createWorld.customize.custom.preset.isleLand=Eiland +createWorld.customize.custom.preset.mountains=Bergenwaanzin +createWorld.customize.custom.preset.waterWorld=Waterwereld +createWorld.customize.custom.presets=Sjablonen +createWorld.customize.custom.presets.title=Wereldsjablonen aanpassen +createWorld.customize.custom.prev=Vorige pagina +createWorld.customize.custom.randomize=Willekeurig +createWorld.customize.custom.riverSize=Riviergrootte +createWorld.customize.custom.seaLevel=Zeeniveau +createWorld.customize.custom.size=Spawn grootte +createWorld.customize.custom.spread=Verspreiding hoogte +createWorld.customize.custom.stretchY=Hoogte uitrekken +createWorld.customize.custom.upperLimitScale=Bovengrens schaal +createWorld.customize.custom.useCaves=Grotten +createWorld.customize.custom.useDungeons=Kerkers +createWorld.customize.custom.useLavaLakes=Lavameren +createWorld.customize.custom.useLavaOceans=Lava oceanen +createWorld.customize.custom.useMineShafts=Mijnschachten +createWorld.customize.custom.useMonuments=Oceaan monumenten +createWorld.customize.custom.useRavines=Ravijnen +createWorld.customize.custom.useStrongholds=Strongholds +createWorld.customize.custom.useTemples=Tempels +createWorld.customize.custom.useVillages=Dorpen +createWorld.customize.custom.useWaterLakes=Watermeren +createWorld.customize.custom.waterLakeChance=Watermeren zeldzaamheid +createWorld.customize.flat.addLayer=Laag toevoegen +createWorld.customize.flat.editLayer=Laag bewerken +createWorld.customize.flat.height=Hoogte +createWorld.customize.flat.layer=%s +createWorld.customize.flat.layer.bottom=Onder - %s +createWorld.customize.flat.layer.top=Boven - %s +createWorld.customize.flat.removeLayer=Laag verwijderen +createWorld.customize.flat.tile=Laagmateriaal +createWorld.customize.flat.title=Supervlak aanpassen +createWorld.customize.presets=Sjablonen +createWorld.customize.presets.list=Hier zijn er ook een paar die wij hebben gemaakt! +createWorld.customize.presets.select=Sjabloon gebruiken +createWorld.customize.presets.share=Wil je je sjabloon met iemand delen? Gebruik het vak hieronder! +createWorld.customize.presets.title=Een sjabloon selecteren +death.attack.anvil=%1$s is verpletterd door een vallend aambeeld +death.attack.arrow=%1$s is doodgeschoten door %2$s +death.attack.arrow.item=%1$s is met een %3$s doodgeschoten door %2$s +death.attack.cactus=%1$s is doodgeprikt +death.attack.cactus.player=%1$s is tegen een cactus aangelopen tijdens het vluchten voor %2$s +death.attack.drown=%1$s is verdronken +death.attack.drown.player=%1$s is verdronken tijdens het vluchten voor %2$s +death.attack.explosion=%1$s is opgeblazen +death.attack.explosion.player=%1$s is opgeblazen door %2$s +death.attack.fall=%1$s is te pletter gevallen +death.attack.fallingBlock=%1$s is verpletterd door een vallend blok +death.attack.fireball=%1$s is met een vuurbal gedood door %2$s +death.attack.fireball.item=%1$s is met een vuurbal gedood door %2$s met een %3$s +death.attack.generic=%1$s is gestorven +death.attack.inFire=%1$s is in vlammen opgegaan +death.attack.inFire.player=%1$s is een vuurtje ingelopen tijdens een gevecht met %2$s +death.attack.inWall=%1$s is gestikt in een muur +death.attack.indirectMagic=%1$s is met magie gedood door %2$s +death.attack.indirectMagic.item=%1$s is met een %3$s gedood door %2$s +death.attack.lava=%1$s probeerde in lava te zwemmen +death.attack.lava.player=%1$s probeerde in lava te zwemmen om %2$s te ontlopen +death.attack.lightningBolt=%1$s is door de bliksem getroffen +death.attack.magic=%1$s is gedood door magie +death.attack.mob=%1$s is vermoord door %2$s +death.attack.onFire=%1$s is levend verbrand +death.attack.onFire.player=%1$s is levend verbrand tijdens een gevecht met %2$s +death.attack.outOfWorld=%1$s is van de wereld gevallen +death.attack.player=%1$s is vermoord door %2$s +death.attack.player.item=%1$s is met een %3$s vermoord door %2$s +death.attack.starve=%1$s is verhongerd +death.attack.thorns=%1$s is gedood tijdens het aanvallen van %2$s +death.attack.thrown=%1$s is toegetakeld door %2$s +death.attack.thrown.item=%1$s is met een %3$s toegetakeld door %2$s +death.attack.wither=%1$s is verschrompeld +death.fell.accident.generic=%1$s is van grote hoogte gevallen +death.fell.accident.ladder=%1$s is van een ladder gevallen +death.fell.accident.vines=%1$s is van een klimplant gevallen +death.fell.accident.water=%1$s is uit het water gevallen +death.fell.assist=%1$s was gedoemd te vallen door %2$s +death.fell.assist.item=%1$s was gedoemd te vallen door %2$s met een %3$s +death.fell.finish=%1$s viel te ver en werd verslagen door %2$s +death.fell.finish.item=%1$s viel van te hoog en werd verslagen door %2$s met een %3$s +death.fell.killer=%1$s was gedoemd te vallen +deathScreen.deleteWorld=Wereld verwijderen +deathScreen.hardcoreInfo=Je kunt niet respawnen in hardcore-modus! +deathScreen.leaveServer=Verlaat server +deathScreen.quit.confirm=Weet je zeker dat je wilt afsluiten? +deathScreen.respawn=Respawnen +deathScreen.score=Score +deathScreen.title=Je bent doodgegaan! +deathScreen.title.hardcore=Game over! +deathScreen.titleScreen=Hoofdmenu +demo.day.1=Deze demo duurt vijf speldagen, doe je best! +demo.day.2=Dag twee +demo.day.3=Dag drie +demo.day.4=Dag vier +demo.day.5=Dit is je laatste dag! +demo.day.6=Je vijfde dag is voorbij. Gebruik F2 om een screenshot van je creatie te maken +demo.day.warning=Je tijd is bijna om! +demo.demoExpired=De demotijd zit erop! +demo.help.buy=Nu kopen! +demo.help.fullWrapped=Deze demo duurt 5 speldagen (ongeveer 1 uur en 40 minuten in het echt). In de prestaties staan hints! Veel plezier! +demo.help.inventory=Gebruik %1$s om je inventaris te openen +demo.help.jump=Spring door op %1$s te drukken +demo.help.later=Verder spelen! +demo.help.movement=Gebruik %1$s, %2$s, %3$s, %4$s en de muis om rond te lopen +demo.help.movementMouse=Kijk rond met de muis +demo.help.movementShort=Beweeg door op %1$s, %2$s, %3$s of %4$s te drukken. +demo.help.title=Minecraft Demomodus +demo.remainingTime=Resterende tijd: %s +demo.reminder=De demoperiode is verlopen. Koop het spel om verder te gaan of begin een nieuwe wereld! +difficulty.lock.question=Weet je zeker dat je het niveau van deze wereld wilt vergrendelen? Dit zal de wereld vergrendelen op %1$s, en je kan dit nooit meer terug veranderen. +difficulty.lock.title=Vergrendel wereldniveau +disconnect.closed=Verbinding verbroken +disconnect.disconnected=Verbinding verbroken door server +disconnect.endOfStream=Einde gegevensoverdracht +disconnect.genericReason=%s +disconnect.kicked=is uit het spel gezet +disconnect.loginFailed=Aanmelden mislukt +disconnect.loginFailedInfo=Aanmelden mislukt: %s +disconnect.loginFailedInfo.invalidSession=Ongeldig sessie-id (Probeer het spel te herstarten) +disconnect.loginFailedInfo.serversUnavailable=De verificatieservers staan momenteel uit vanwege werkzaamheden. +disconnect.lost=Verbinding verloren +disconnect.overflow=Bufferoverloop +disconnect.quitting=Afmelden +disconnect.spam=Eruit gezet voor spammen +disconnect.timeout=Geen respons +enchantment.arrowDamage=Kracht +enchantment.arrowFire=Vlam +enchantment.arrowInfinite=Oneindigheid +enchantment.arrowKnockback=Terugslag +enchantment.damage.all=Scherpte +enchantment.damage.arthropods=Verderf der geleedpotigen +enchantment.damage.undead=Kastijding +enchantment.digging=Efficiëntie +enchantment.durability=Duurzaamheid +enchantment.fire=Vuuraspect +enchantment.fishingSpeed=Lokaas +enchantment.knockback=Terugslag +enchantment.level.1=I +enchantment.level.10=X +enchantment.level.2=II +enchantment.level.3=III +enchantment.level.4=IV +enchantment.level.5=V +enchantment.level.6=VI +enchantment.level.7=VII +enchantment.level.8=VIII +enchantment.level.9=IX +enchantment.lootBonus=Plundering +enchantment.lootBonusDigger=Geluk +enchantment.lootBonusFishing=Geluk van de zee +enchantment.oxygen=Ademhaling +enchantment.protect.all=Bescherming +enchantment.protect.explosion=Explosiebescherming +enchantment.protect.fall=Vederzacht vallen +enchantment.protect.fire=Vuurbescherming +enchantment.protect.projectile=Projectielbescherming +enchantment.thorns=Doornen +enchantment.untouching=Zijden streling +enchantment.waterWalker=Waterloper +enchantment.waterWorker=Hydrofiel +entity.ArmorStand.name=Harnashouder +entity.Arrow.name=pijl +entity.Bat.name=Vleermuis +entity.Blaze.name=Blaze +entity.Boat.name=Boot +entity.Cat.name=Kat +entity.CaveSpider.name=Grottenspin +entity.Chicken.name=Kip +entity.Cow.name=Koe +entity.Creeper.name=Creeper +entity.EnderDragon.name=Enderdraak +entity.Enderman.name=Enderman +entity.Endermite.name=Endermijt +entity.EntityHorse.name=Paard +entity.FallingSand.name=Vallend blok +entity.Fireball.name=Vuurbal +entity.Ghast.name=Ghast +entity.Giant.name=Reus +entity.Guardian.name=Bewaarder +entity.Item.name=Voorwerp +entity.KillerBunny.name=Het moordkonijn +entity.LavaSlime.name=Magmakubus +entity.Minecart.name=Mijnkar +entity.Mob.name=Mob +entity.Monster.name=Monster +entity.MushroomCow.name=Loeizwam +entity.Ozelot.name=Ocelot +entity.Painting.name=Schilderij +entity.Pig.name=Varken +entity.PigZombie.name=Zombievarken +entity.PrimedTnt.name=Dynamiet +entity.Rabbit.name=Konijn +entity.Sheep.name=Schaap +entity.Silverfish.name=Zilvervis +entity.Skeleton.name=Skelet +entity.Slime.name=Slijmkubus +entity.SmallFireball.name=Kleine vuurbal +entity.SnowMan.name=Sneeuwgolem +entity.Snowball.name=Sneeuwbal +entity.Spider.name=Spin +entity.Squid.name=Inktvis +entity.Villager.armor=Harnassmid +entity.Villager.butcher=Slager +entity.Villager.cleric=Geestelijke +entity.Villager.farmer=Boer +entity.Villager.fisherman=Visser +entity.Villager.fletcher=Pijlenmaker +entity.Villager.leather=Leerbewerker +entity.Villager.librarian=Bibliothecaris +entity.Villager.name=Dorpeling +entity.Villager.shepherd=Herder +entity.Villager.tool=Gereedschapssmid +entity.Villager.weapon=Wapensmid +entity.VillagerGolem.name=IJzergolem +entity.Witch.name=Heks +entity.WitherBoss.name=Wither +entity.Wolf.name=Wolf +entity.XPOrb.name=Ervaringsbol +entity.Zombie.name=Zombie +entity.donkey.name=Ezel +entity.generic.name=onbekend +entity.horse.name=Paard +entity.mule.name=Muilezel +entity.skeletonhorse.name=Paardenskelet +entity.zombiehorse.name=Zombiepaard +gameMode.adventure=Avontuurmodus +gameMode.changed=Je spelmodus is bijgewerkt +gameMode.creative=Creative-modus +gameMode.hardcore=Hardcoremodus! +gameMode.spectator=Toeschouwermodus +gameMode.survival=Survivalmodus +generator.amplified=VERSTERKT +generator.amplified.info=Let op: gewoon voor de lol, vereist krachtige computer +generator.customized=Aangepast +generator.debug_all_block_states=Foutopsporingmodus +generator.default=Standaard +generator.flat=Supervlak +generator.largeBiomes=Grote biotopen +gui.achievements=Prestaties +gui.all=Alle +gui.back=Terug +gui.cancel=Annuleren +gui.done=Gereed +gui.down=Omlaag +gui.no=Nee +gui.none=Geen +gui.stats=Statistieken +gui.toMenu=Terug naar hoofdmenu +gui.up=Omhoog +gui.yes=Ja +inventory.binSlot=Voorwerp vernietigen +item.apple.name=Appel +item.appleGold.name=Gouden appel +item.armorStand.name=Harnashouder +item.arrow.name=Pijl +item.banner.black.name=Zwarte banier +item.banner.blue.name=Blauwe banier +item.banner.border.black=Zwarte zoom +item.banner.border.blue=Blauwe zoom +item.banner.border.brown=Bruine zoom +item.banner.border.cyan=Cyaan zoom +item.banner.border.gray=Grijze zoom +item.banner.border.green=Groene zoom +item.banner.border.lightBlue=Lichtblauwe zoom +item.banner.border.lime=Lichtgroene zoom +item.banner.border.magenta=Magenta zoom +item.banner.border.orange=Oranje zoom +item.banner.border.pink=Roze zoom +item.banner.border.purple=Paarse zoom +item.banner.border.red=Rode zoom +item.banner.border.silver=Lichtgrijze zoom +item.banner.border.white=Witte zoom +item.banner.border.yellow=Gele zoom +item.banner.bricks.black=Zwart veld gemetseld +item.banner.bricks.blue=Blauw veld gemetseld +item.banner.bricks.brown=Bruin veld gemetseld +item.banner.bricks.cyan=Cyaan veld gemetseld +item.banner.bricks.gray=Grijs veld gemetseld +item.banner.bricks.green=Groen veld gemetseld +item.banner.bricks.lightBlue=Lichtblauw veld gemetseld +item.banner.bricks.lime=Lichtgroen veld gemetseld +item.banner.bricks.magenta=Magenta veld gemetseld +item.banner.bricks.orange=Oranje veld gemetseld +item.banner.bricks.pink=Roze veld gemetseld +item.banner.bricks.purple=Paars veld gemetseld +item.banner.bricks.red=Rood veld gemetseld +item.banner.bricks.silver=Lichtgrijs veld gemetseld +item.banner.bricks.white=Wit veld gemetseld +item.banner.bricks.yellow=Geel veld gemetseld +item.banner.brown.name=Bruine banier +item.banner.circle.black=Zwart rozet +item.banner.circle.blue=Blauw rozet +item.banner.circle.brown=Bruin rozet +item.banner.circle.cyan=Cyaan rozet +item.banner.circle.gray=Grijs rozet +item.banner.circle.green=Groen rozet +item.banner.circle.lightBlue=Lichtblauw rozet +item.banner.circle.lime=Lichtgroen rozet +item.banner.circle.magenta=Magenta rozet +item.banner.circle.orange=Oranje rozet +item.banner.circle.pink=Roze rozet +item.banner.circle.purple=Paars rozet +item.banner.circle.red=Rood rozet +item.banner.circle.silver=Lichtgrijs rozet +item.banner.circle.white=Wit rozet +item.banner.circle.yellow=Geel rozet +item.banner.creeper.black=Zwart Creeperwapen +item.banner.creeper.blue=Blauw Creeperwapen +item.banner.creeper.brown=Bruin Creeperwapen +item.banner.creeper.cyan=Cyaan Creeperwapen +item.banner.creeper.gray=Grijs Creeperwapen +item.banner.creeper.green=Groen Creeperwapen +item.banner.creeper.lightBlue=Lichtblauw Creeperwapen +item.banner.creeper.lime=Lichtgroen Creeperwapen +item.banner.creeper.magenta=Magenta Creeperwapen +item.banner.creeper.orange=Oranje Creeperwapen +item.banner.creeper.pink=Roze Creeperwapen +item.banner.creeper.purple=Paars Creeperwapen +item.banner.creeper.red=Rood Creeperwapen +item.banner.creeper.silver=Lightgrijs Creeperwapen +item.banner.creeper.white=Wit Creeperwapen +item.banner.creeper.yellow=Geel Creeperwapen +item.banner.cross.black=Zwarte andreaskruis +item.banner.cross.blue=Blauwe andreaskruis +item.banner.cross.brown=Bruine andreaskruis +item.banner.cross.cyan=Cyaan andreaskruis +item.banner.cross.gray=Grijze andreaskruis +item.banner.cross.green=Groene andreaskruis +item.banner.cross.lightBlue=Lichtblauwe andreaskruis +item.banner.cross.lime=Lichtgroene andreaskruis +item.banner.cross.magenta=Magenta andreaskruis +item.banner.cross.orange=Oranje andreaskruis +item.banner.cross.pink=Roze andreaskruis +item.banner.cross.purple=Paarse andreaskruis +item.banner.cross.red=Rode andreaskruis +item.banner.cross.silver=Lichtgrijze andreaskruis +item.banner.cross.white=Witte andreaskruis +item.banner.cross.yellow=Gele andreaskruis +item.banner.curly_border.black=Zwarte ingesprongen zoom +item.banner.curly_border.blue=Blauwe ingesprongen zoom +item.banner.curly_border.brown=Bruine ingesprongen zoom +item.banner.curly_border.cyan=Cyaan ingesprongen zoom +item.banner.curly_border.gray=Grijze ingesprongen zoom +item.banner.curly_border.green=Groene ingesprongen zoom +item.banner.curly_border.lightBlue=Lichtblauwe ingesprongen zoom +item.banner.curly_border.lime=Lichtgroene ingesprongen zoom +item.banner.curly_border.magenta=Magenta ingesprongen zoom +item.banner.curly_border.orange=Oranje ingesprongen zoom +item.banner.curly_border.pink=Roze ingesprongen zoom +item.banner.curly_border.purple=Paarse ingesprongen zoom +item.banner.curly_border.red=Rode ingesprongen zoom +item.banner.curly_border.silver=Lichtgrijze ingesprongen zoom +item.banner.curly_border.white=Witte ingesprongen zoom +item.banner.curly_border.yellow=Gele ingesprongen zoom +item.banner.cyan.name=Cyaan banier +item.banner.diagonal_left.black=Zwarte per band sinister +item.banner.diagonal_left.blue=Blauwe per band sinister +item.banner.diagonal_left.brown=Bruine per band sinister +item.banner.diagonal_left.cyan=Cyaan per band sinister +item.banner.diagonal_left.gray=Grijze per band sinister +item.banner.diagonal_left.green=Groene per band sinister +item.banner.diagonal_left.lightBlue=Lichtblauwe per band sinister +item.banner.diagonal_left.lime=Lichtgroene per band sinister +item.banner.diagonal_left.magenta=Magenta per band sinister +item.banner.diagonal_left.orange=Oranje per band sinister +item.banner.diagonal_left.pink=Roze per band sinister +item.banner.diagonal_left.purple=Paarse per band sinister +item.banner.diagonal_left.red=Rode per band sinister +item.banner.diagonal_left.silver=Lichtgrijze per band sinister +item.banner.diagonal_left.white=Witte per band sinister +item.banner.diagonal_left.yellow=Gele per band sinister +item.banner.diagonal_right.black=Zwarte per band +item.banner.diagonal_right.blue=Blauwe per band +item.banner.diagonal_right.brown=Bruine per band +item.banner.diagonal_right.cyan=Cyaan per band +item.banner.diagonal_right.gray=Grijze per band +item.banner.diagonal_right.green=Groene per band +item.banner.diagonal_right.lightBlue=Lichtblauwe per band +item.banner.diagonal_right.lime=Lichtgroene per band +item.banner.diagonal_right.magenta=Magenta per band +item.banner.diagonal_right.orange=Oranje per band +item.banner.diagonal_right.pink=Roze per band +item.banner.diagonal_right.purple=Paarse per band +item.banner.diagonal_right.red=Rode per band +item.banner.diagonal_right.silver=Lichtgrijze per band +item.banner.diagonal_right.white=Witte per band +item.banner.diagonal_right.yellow=Gele per band +item.banner.diagonal_up_left.black=Zwarte per band omgekeerd +item.banner.diagonal_up_left.blue=Blauwe per band omgekeerd +item.banner.diagonal_up_left.brown=Bruine per band omgekeerd +item.banner.diagonal_up_left.cyan=Cyaan per band omgekeerd +item.banner.diagonal_up_left.gray=Grijze per band omgekeerd +item.banner.diagonal_up_left.green=Groene per band omgekeerd +item.banner.diagonal_up_left.lightBlue=Lichtblauwe per band omgekeerd +item.banner.diagonal_up_left.lime=Lichtgroene per band omgekeerd +item.banner.diagonal_up_left.magenta=Magenta per band omgekeerd +item.banner.diagonal_up_left.orange=Oranje per band omgekeerd +item.banner.diagonal_up_left.pink=Roze per band omgekeerd +item.banner.diagonal_up_left.purple=Paarse per band omgekeerd +item.banner.diagonal_up_left.red=Rode per band omgekeerd +item.banner.diagonal_up_left.silver=Lichtgrijze per band omgekeerd +item.banner.diagonal_up_left.white=Witte per band omgekeerd +item.banner.diagonal_up_left.yellow=Gele per band omgekeerd +item.banner.diagonal_up_right.black=Zwarte per band sinister omgekeerd +item.banner.diagonal_up_right.blue=Blauwe per band sinister omgekeerd +item.banner.diagonal_up_right.brown=Bruine per band sinister omgekeerd +item.banner.diagonal_up_right.cyan=Cyaan per band sinister omgekeerd +item.banner.diagonal_up_right.gray=Grijze per band sinister omgekeerd +item.banner.diagonal_up_right.green=Groene per band sinister omgekeerd +item.banner.diagonal_up_right.lightBlue=Lichtblauwe per band sinister omgekeerd +item.banner.diagonal_up_right.lime=Lichtgroene per band sinister omgekeerd +item.banner.diagonal_up_right.magenta=Magenta per band sinister omgekeerd +item.banner.diagonal_up_right.orange=Oranje per band sinister omgekeerd +item.banner.diagonal_up_right.pink=Roze per band sinister omgekeerd +item.banner.diagonal_up_right.purple=Paarse per band sinister omgekeerd +item.banner.diagonal_up_right.red=Rode per band sinister omgekeerd +item.banner.diagonal_up_right.silver=Lichtgrijze per band sinister omgekeerd +item.banner.diagonal_up_right.white=Witte per band sinister omgekeerd +item.banner.diagonal_up_right.yellow=Gele per band sinister omgekeerd +item.banner.flower.black=Zwart bloemwapen +item.banner.flower.blue=Blauw bloemwapen +item.banner.flower.brown=Bruin bloemwapen +item.banner.flower.cyan=Cyaan bloemwapen +item.banner.flower.gray=Grijs bloemwapen +item.banner.flower.green=Groen bloemwapen +item.banner.flower.lightBlue=Lichtblauw bloemwapen +item.banner.flower.lime=Lichtgroen bloemwapen +item.banner.flower.magenta=Magenta bloemwapen +item.banner.flower.orange=Oranje bloemwapen +item.banner.flower.pink=Roze bloemwapen +item.banner.flower.purple=Paars bloemwapen +item.banner.flower.red=Rood bloemwapen +item.banner.flower.silver=Lichtgrijs bloemwapen +item.banner.flower.white=Wit bloemwapen +item.banner.flower.yellow=Geel bloemwapen +item.banner.gradient.black=Zwart gradiënt +item.banner.gradient.blue=Blauw gradiënt +item.banner.gradient.brown=Bruin gradiënt +item.banner.gradient.cyan=Cyaan gradiënt +item.banner.gradient.gray=Grijs gradiënt +item.banner.gradient.green=Groen gradiënt +item.banner.gradient.lightBlue=Lichtblauw gradiënt +item.banner.gradient.lime=Lichtgroen gradiënt +item.banner.gradient.magenta=Magenta gradiënt +item.banner.gradient.orange=Oranje gradiënt +item.banner.gradient.pink=Roze gradiënt +item.banner.gradient.purple=Paars gradiënt +item.banner.gradient.red=Rood gradiënt +item.banner.gradient.silver=Lightgrijs gradiënt +item.banner.gradient.white=Wit gradiënt +item.banner.gradient.yellow=Geel gradiënt +item.banner.gradient_up.black=Zwart basis gradiënt +item.banner.gradient_up.blue=Blauw basis gradiënt +item.banner.gradient_up.brown=Bruin basis gradiënt +item.banner.gradient_up.cyan=Cyaan basis gradiënt +item.banner.gradient_up.gray=Grijs basis gradiënt +item.banner.gradient_up.green=Groen basis gradiënt +item.banner.gradient_up.lightBlue=Lichtblauw basis gradiënt +item.banner.gradient_up.lime=Lichtgroen basis gradiënt +item.banner.gradient_up.magenta=Magenta basis gradiënt +item.banner.gradient_up.orange=Oranje basis gradiënt +item.banner.gradient_up.pink=Roze basis gradiënt +item.banner.gradient_up.purple=Paars basis gradiënt +item.banner.gradient_up.red=Rood basis gradiënt +item.banner.gradient_up.silver=Lightgrijs basis gradiënt +item.banner.gradient_up.white=Wit basis gradiënt +item.banner.gradient_up.yellow=Geel basis gradiënt +item.banner.gray.name=Grijze banier +item.banner.green.name=Groene banier +item.banner.half_horizontal.black=Zwarte per faas +item.banner.half_horizontal.blue=Blauwe per faas +item.banner.half_horizontal.brown=Bruine per faas +item.banner.half_horizontal.cyan=Cyaan per faas +item.banner.half_horizontal.gray=Grijze per faas +item.banner.half_horizontal.green=Groene per faas +item.banner.half_horizontal.lightBlue=Lichtblauwe per faas +item.banner.half_horizontal.lime=Lichtgroene per faas +item.banner.half_horizontal.magenta=Magenta per faas +item.banner.half_horizontal.orange=Oranje per faas +item.banner.half_horizontal.pink=Roze per faas +item.banner.half_horizontal.purple=Paarse per faas +item.banner.half_horizontal.red=Rode per faas +item.banner.half_horizontal.silver=Lichtgrijze per faas +item.banner.half_horizontal.white=Witte per faas +item.banner.half_horizontal.yellow=Gele per faas +item.banner.half_horizontal_bottom.black=Zwarte per faas omgekeerd +item.banner.half_horizontal_bottom.blue=Blauwe per faas omgekeerd +item.banner.half_horizontal_bottom.brown=Bruine per faas omgekeerd +item.banner.half_horizontal_bottom.cyan=Cyaan per faas omgekeerd +item.banner.half_horizontal_bottom.gray=Grijze per faas omgekeerd +item.banner.half_horizontal_bottom.green=Groene per faas omgekeerd +item.banner.half_horizontal_bottom.lightBlue=Lichtblauwe per faas omgekeerd +item.banner.half_horizontal_bottom.lime=Lichtgroene per faas omgekeerd +item.banner.half_horizontal_bottom.magenta=Magenta per faas omgekeerd +item.banner.half_horizontal_bottom.orange=Oranje per faas omgekeerd +item.banner.half_horizontal_bottom.pink=Roze per faas omgekeerd +item.banner.half_horizontal_bottom.purple=Paarse per faas omgekeerd +item.banner.half_horizontal_bottom.red=Rode per faas omgekeerd +item.banner.half_horizontal_bottom.silver=Lichtgrijze per faas omgekeerd +item.banner.half_horizontal_bottom.white=Witte per faas omgekeerd +item.banner.half_horizontal_bottom.yellow=Gele per faas omgekeerd +item.banner.half_vertical.black=Zwarte per paal +item.banner.half_vertical.blue=Blauwe per paal +item.banner.half_vertical.brown=Bruine per paal +item.banner.half_vertical.cyan=Cyaan per paal +item.banner.half_vertical.gray=Grijze per paal +item.banner.half_vertical.green=Groene per paal +item.banner.half_vertical.lightBlue=Lichtblauwe per paal +item.banner.half_vertical.lime=Lichtgroene per paal +item.banner.half_vertical.magenta=Magenta per paal +item.banner.half_vertical.orange=Oranje per paal +item.banner.half_vertical.pink=Roze per paal +item.banner.half_vertical.purple=Paarse per paal +item.banner.half_vertical.red=Rode per paal +item.banner.half_vertical.silver=Lichtgrijze per paal +item.banner.half_vertical.white=Witte per paal +item.banner.half_vertical.yellow=Gele per paal +item.banner.half_vertical_right.black=Zwarte per paal omgekeerd +item.banner.half_vertical_right.blue=Blauwe per paal omgekeerd +item.banner.half_vertical_right.brown=Bruine per paal omgekeerd +item.banner.half_vertical_right.cyan=Cyaan per paal omgekeerd +item.banner.half_vertical_right.gray=Grijze per paal omgekeerd +item.banner.half_vertical_right.green=Groene per paal omgekeerd +item.banner.half_vertical_right.lightBlue=Lichtblauwe per paal omgekeerd +item.banner.half_vertical_right.lime=Lichtgroene per paal omgekeerd +item.banner.half_vertical_right.magenta=Magenta per paal omgekeerd +item.banner.half_vertical_right.orange=Oranje per paal omgekeerd +item.banner.half_vertical_right.pink=Roze per paal omgekeerd +item.banner.half_vertical_right.purple=Paarse per paal omgekeerd +item.banner.half_vertical_right.red=Rode per paal omgekeerd +item.banner.half_vertical_right.silver=Lichtgrijze per paal omgekeerd +item.banner.half_vertical_right.white=Witte per paal omgekeerd +item.banner.half_vertical_right.yellow=Gele per paal omgekeerd +item.banner.lightBlue.name=Lichtblauwe banier +item.banner.lime.name=Lichtgroene banier +item.banner.magenta.name=Magenta banier +item.banner.mojang.black=Zwarte ding +item.banner.mojang.blue=Blauwe ding +item.banner.mojang.brown=Bruine ding +item.banner.mojang.cyan=Cyaan ding +item.banner.mojang.gray=Grijze ding +item.banner.mojang.green=Groene ding +item.banner.mojang.lightBlue=Lichtblauwe ding +item.banner.mojang.lime=Lichtgroene ding +item.banner.mojang.magenta=Magenta ding +item.banner.mojang.orange=Oranje ding +item.banner.mojang.pink=Roze ding +item.banner.mojang.purple=Paarse ding +item.banner.mojang.red=Rode ding +item.banner.mojang.silver=Lightgrijze ding +item.banner.mojang.white=Witte ding +item.banner.mojang.yellow=Gele ding +item.banner.orange.name=Oranje banier +item.banner.pink.name=Roze banier +item.banner.purple.name=Paarse banier +item.banner.red.name=Rode banier +item.banner.rhombus.black=Zwarte ruit +item.banner.rhombus.blue=Blauwe ruit +item.banner.rhombus.brown=Bruine ruit +item.banner.rhombus.cyan=Cyaan ruit +item.banner.rhombus.gray=Grijze ruit +item.banner.rhombus.green=Groene ruit +item.banner.rhombus.lightBlue=Lichtblauwe ruit +item.banner.rhombus.lime=Lichtgroene ruit +item.banner.rhombus.magenta=Magenta ruit +item.banner.rhombus.orange=Oranje ruit +item.banner.rhombus.pink=Roze ruit +item.banner.rhombus.purple=Paarse ruit +item.banner.rhombus.red=Rode ruit +item.banner.rhombus.silver=Lichtgrijze ruit +item.banner.rhombus.white=Witte ruit +item.banner.rhombus.yellow=Gele ruit +item.banner.silver.name=Lichtgrijze banier +item.banner.skull.black=Zwart schedelwapen +item.banner.skull.blue=Blauw schedelwapen +item.banner.skull.brown=Bruin schedelwapen +item.banner.skull.cyan=Cyaan schedelwapen +item.banner.skull.gray=Grijs schedelwapen +item.banner.skull.green=Groen schedelwapen +item.banner.skull.lightBlue=Lichtblauw schedelwapen +item.banner.skull.lime=Lichtgroen schedelwapen +item.banner.skull.magenta=Magenta schedelwapen +item.banner.skull.orange=Oranje schedelwapen +item.banner.skull.pink=Roze schedelwapen +item.banner.skull.purple=Paars schedelwapen +item.banner.skull.red=Rood schedelwapen +item.banner.skull.silver=Lightgrijs schedelwapen +item.banner.skull.white=Wit schedelwapen +item.banner.skull.yellow=Geel schedelwapen +item.banner.small_stripes.black=Zwarte paly +item.banner.small_stripes.blue=Blauwe paly +item.banner.small_stripes.brown=Bruine paly +item.banner.small_stripes.cyan=Cyaan paly +item.banner.small_stripes.gray=Grijze paly +item.banner.small_stripes.green=Groene paly +item.banner.small_stripes.lightBlue=Lichtblauwe paly +item.banner.small_stripes.lime=Lichtgroene paly +item.banner.small_stripes.magenta=Magenta paly +item.banner.small_stripes.orange=Oranje paly +item.banner.small_stripes.pink=Roze paly +item.banner.small_stripes.purple=Paarse paly +item.banner.small_stripes.red=Rode paly +item.banner.small_stripes.silver=Lichtgrijze paly +item.banner.small_stripes.white=Witte paly +item.banner.small_stripes.yellow=Gele paly +item.banner.square_bottom_left.black=Zwart basis dexter kanton +item.banner.square_bottom_left.blue=Blauw basis dexter kanton +item.banner.square_bottom_left.brown=Bruin basis dexter kanton +item.banner.square_bottom_left.cyan=Cyaan basis dexter kanton +item.banner.square_bottom_left.gray=Grijs basis dexter kanton +item.banner.square_bottom_left.green=Groen basis dexter kanton +item.banner.square_bottom_left.lightBlue=Lichtblauw basis dexter kanton +item.banner.square_bottom_left.lime=Lichtgroen basis dexter kanton +item.banner.square_bottom_left.magenta=Magenta basis dexter kanton +item.banner.square_bottom_left.orange=Oranje basis dexter kanton +item.banner.square_bottom_left.pink=Roze basis dexter kanton +item.banner.square_bottom_left.purple=Paars basis dexter kanton +item.banner.square_bottom_left.red=Rood basis dexter kanton +item.banner.square_bottom_left.silver=Lichtgrijs basis dexter kanton +item.banner.square_bottom_left.white=Wit basis dexter kanton +item.banner.square_bottom_left.yellow=Geel basis dexter kanton +item.banner.square_bottom_right.black=Zwart basis dexter kanton +item.banner.square_bottom_right.blue=Blauw basis sinister kanton +item.banner.square_bottom_right.brown=Bruin basis sinister kanton +item.banner.square_bottom_right.cyan=Cyaan basis sinister kanton +item.banner.square_bottom_right.gray=Grijs basis sinister kanton +item.banner.square_bottom_right.green=Groen basis sinister kanton +item.banner.square_bottom_right.lightBlue=Lichtblauw basis sinister kanton +item.banner.square_bottom_right.lime=Lichtgroen basis sinister kanton +item.banner.square_bottom_right.magenta=Magenta basis sinister kanton +item.banner.square_bottom_right.orange=Oranje basis sinister kanton +item.banner.square_bottom_right.pink=Roze basis sinister kanton +item.banner.square_bottom_right.purple=Paars basis sinister kanton +item.banner.square_bottom_right.red=Rood basis sinister kanton +item.banner.square_bottom_right.silver=Lichtgrijs basis sinister kanton +item.banner.square_bottom_right.white=Wit basis sinister kanton +item.banner.square_bottom_right.yellow=Geel basis sinister kanton +item.banner.square_top_left.black=Zwart hoofd dexter kanton +item.banner.square_top_left.blue=Blauw hoofd dexter kanton +item.banner.square_top_left.brown=Bruin hoofd dexter kanton +item.banner.square_top_left.cyan=Cyaan hoofd dexter kanton +item.banner.square_top_left.gray=Grijs hoofd dexter kanton +item.banner.square_top_left.green=Groen hoofd dexter kanton +item.banner.square_top_left.lightBlue=Lichtblauw hoofd dexter kanton +item.banner.square_top_left.lime=Lichtgroen hoofd dexter kanton +item.banner.square_top_left.magenta=Magenta hoofd dexter kanton +item.banner.square_top_left.orange=Oranje hoofd dexter kanton +item.banner.square_top_left.pink=Roze hoofd dexter kanton +item.banner.square_top_left.purple=Paars hoofd dexter kanton +item.banner.square_top_left.red=Rood hoofd dexter kanton +item.banner.square_top_left.silver=Lichtgrijs hoofd dexter kanton +item.banner.square_top_left.white=Wit hoofd dexter kanton +item.banner.square_top_left.yellow=Geel hoofd dexter kanton +item.banner.square_top_right.black=Zwart hoofd sinister kanton +item.banner.square_top_right.blue=Blauw hoofd sinister kanton +item.banner.square_top_right.brown=Bruin hoofd sinister kanton +item.banner.square_top_right.cyan=Cyaan hoofd sinister kanton +item.banner.square_top_right.gray=Grijs hoofd sinister kanton +item.banner.square_top_right.green=Groen hoofd sinister kanton +item.banner.square_top_right.lightBlue=Lichtblauw hoofd sinister kanton +item.banner.square_top_right.lime=Lichtgroen hoofd sinister kanton +item.banner.square_top_right.magenta=Magenta hoofd sinister kanton +item.banner.square_top_right.orange=Oranje hoofd sinister kanton +item.banner.square_top_right.pink=Roze hoofd sinister kanton +item.banner.square_top_right.purple=Paars hoofd sinister kanton +item.banner.square_top_right.red=Rood hoofd sinister kanton +item.banner.square_top_right.silver=Lichtgrijs hoofd sinister kanton +item.banner.square_top_right.white=Wit hoofd sinister kanton +item.banner.square_top_right.yellow=Geel hoofd sinister kanton +item.banner.straight_cross.black=Zwarte kruis +item.banner.straight_cross.blue=Blauwe kruis +item.banner.straight_cross.brown=Bruine kruis +item.banner.straight_cross.cyan=Cyaan kruis +item.banner.straight_cross.gray=Grijze kruis +item.banner.straight_cross.green=Groene kruis +item.banner.straight_cross.lightBlue=Lichtblauwe kruis +item.banner.straight_cross.lime=Lichtgroene kruis +item.banner.straight_cross.magenta=Magenta kruis +item.banner.straight_cross.orange=Oranje kruis +item.banner.straight_cross.pink=Roze kruis +item.banner.straight_cross.purple=Paarse kruis +item.banner.straight_cross.red=Rode kruis +item.banner.straight_cross.silver=Lightgrijze kruis +item.banner.straight_cross.white=Witte kruis +item.banner.straight_cross.yellow=Gele kruis +item.banner.stripe_bottom.black=Zwarte basis faas +item.banner.stripe_bottom.blue=Blauwe basis faas +item.banner.stripe_bottom.brown=Bruine basis faas +item.banner.stripe_bottom.cyan=Cyaan basis faas +item.banner.stripe_bottom.gray=Grijze basis faas +item.banner.stripe_bottom.green=Groene basis faas +item.banner.stripe_bottom.lightBlue=Lichtblauwe basis faas +item.banner.stripe_bottom.lime=Lichtgroene basis faas +item.banner.stripe_bottom.magenta=Magenta basis faas +item.banner.stripe_bottom.orange=Oranje basis faas +item.banner.stripe_bottom.pink=Roze basis faas +item.banner.stripe_bottom.purple=Paarse basis faas +item.banner.stripe_bottom.red=Rode basis faas +item.banner.stripe_bottom.silver=Lichtgrijze basis faas +item.banner.stripe_bottom.white=Witte basis faas +item.banner.stripe_bottom.yellow=Gele basis faas +item.banner.stripe_center.black=Zwarte paal +item.banner.stripe_center.blue=Blauwe paal +item.banner.stripe_center.brown=Bruine paal +item.banner.stripe_center.cyan=Cyaan paal +item.banner.stripe_center.gray=Grijze paal +item.banner.stripe_center.green=Groene paal +item.banner.stripe_center.lightBlue=Lichtblauwe paal +item.banner.stripe_center.lime=Lichtgroene paal +item.banner.stripe_center.magenta=Magenta paal +item.banner.stripe_center.orange=Oranje paal +item.banner.stripe_center.pink=Roze paal +item.banner.stripe_center.purple=Paarse paal +item.banner.stripe_center.red=Rode paal +item.banner.stripe_center.silver=Lichtgrijze paal +item.banner.stripe_center.white=Witte paal +item.banner.stripe_center.yellow=Gele paal +item.banner.stripe_downleft.black=Zwarte band sinister +item.banner.stripe_downleft.blue=Blauwe band sinister +item.banner.stripe_downleft.brown=Bruine band sinister +item.banner.stripe_downleft.cyan=Cyaan band sinister +item.banner.stripe_downleft.gray=Grijze band sinister +item.banner.stripe_downleft.green=Groene band sinister +item.banner.stripe_downleft.lightBlue=Lichtblauwe band sinister +item.banner.stripe_downleft.lime=Lichtgroene band sinister +item.banner.stripe_downleft.magenta=Magenta band sinister +item.banner.stripe_downleft.orange=Oranje band sinister +item.banner.stripe_downleft.pink=Roze band sinister +item.banner.stripe_downleft.purple=Paarse band sinister +item.banner.stripe_downleft.red=Rode band sinister +item.banner.stripe_downleft.silver=Lichtgrijze band sinister +item.banner.stripe_downleft.white=Witte band sinister +item.banner.stripe_downleft.yellow=Gele band sinister +item.banner.stripe_downright.black=Zwarte band +item.banner.stripe_downright.blue=Blauwe band +item.banner.stripe_downright.brown=Bruine band +item.banner.stripe_downright.cyan=Cyaan band +item.banner.stripe_downright.gray=Grijze band +item.banner.stripe_downright.green=Groene band +item.banner.stripe_downright.lightBlue=Lichtblauwe band +item.banner.stripe_downright.lime=Lichtgroene band +item.banner.stripe_downright.magenta=Magenta band +item.banner.stripe_downright.orange=Oranje band +item.banner.stripe_downright.pink=Roze band +item.banner.stripe_downright.purple=Paarse band +item.banner.stripe_downright.red=Rode band +item.banner.stripe_downright.silver=Lichtgrijze band +item.banner.stripe_downright.white=Witte band +item.banner.stripe_downright.yellow=Gele band +item.banner.stripe_left.black=Zwarte paal dexter +item.banner.stripe_left.blue=Blauwe paal dexter +item.banner.stripe_left.brown=Bruine paal dexter +item.banner.stripe_left.cyan=Cyaan paal dexter +item.banner.stripe_left.gray=Grijze paal dexter +item.banner.stripe_left.green=Groene paal dexter +item.banner.stripe_left.lightBlue=Lichtblauwe paal dexter +item.banner.stripe_left.lime=Lichtgroene paal dexter +item.banner.stripe_left.magenta=Magenta paal dexter +item.banner.stripe_left.orange=Oranje paal dexter +item.banner.stripe_left.pink=Roze paal dexter +item.banner.stripe_left.purple=Paarse paal dexter +item.banner.stripe_left.red=Rode paal dexter +item.banner.stripe_left.silver=Lichtgrijze paal dexter +item.banner.stripe_left.white=Witte paal dexter +item.banner.stripe_left.yellow=Gele paal dexter +item.banner.stripe_middle.black=Zwarte faas +item.banner.stripe_middle.blue=Blauwe faas +item.banner.stripe_middle.brown=Bruine faas +item.banner.stripe_middle.cyan=Cyaan faas +item.banner.stripe_middle.gray=Grijze faas +item.banner.stripe_middle.green=Groene faas +item.banner.stripe_middle.lightBlue=Lichtblauwe faas +item.banner.stripe_middle.lime=Lichtgroene faas +item.banner.stripe_middle.magenta=Magenta faas +item.banner.stripe_middle.orange=Oranje faas +item.banner.stripe_middle.pink=Roze faas +item.banner.stripe_middle.purple=Paarse faas +item.banner.stripe_middle.red=Rode faas +item.banner.stripe_middle.silver=Lichtgrijze faas +item.banner.stripe_middle.white=Witte faas +item.banner.stripe_middle.yellow=Gele faas +item.banner.stripe_right.black=Zwarte paal sinister +item.banner.stripe_right.blue=Blauwe Paal Sinister +item.banner.stripe_right.brown=Bruine paal sinister +item.banner.stripe_right.cyan=Cyaan paal sinister +item.banner.stripe_right.gray=Grijze paal sinister +item.banner.stripe_right.green=Groene paal sinister +item.banner.stripe_right.lightBlue=Lichtblauwe paal sinister +item.banner.stripe_right.lime=Lichtgroene paal sinister +item.banner.stripe_right.magenta=Magenta paal sinister +item.banner.stripe_right.orange=Oranje paal sinister +item.banner.stripe_right.pink=Roze paal sinister +item.banner.stripe_right.purple=Paarse paal sinister +item.banner.stripe_right.red=Rode paal sinister +item.banner.stripe_right.silver=Lichtgrijze paal sinister +item.banner.stripe_right.white=Witte paal sinister +item.banner.stripe_right.yellow=Gele paal sinister +item.banner.stripe_top.black=Zwarte hoofd faas +item.banner.stripe_top.blue=Blauwe hoofd faas +item.banner.stripe_top.brown=Bruine hoofd faas +item.banner.stripe_top.cyan=Cyaan hoofd faas +item.banner.stripe_top.gray=Grijze hoofd faas +item.banner.stripe_top.green=Groene hoofd faas +item.banner.stripe_top.lightBlue=Lichtblauwe hoofd faas +item.banner.stripe_top.lime=Lichtgroene hoofd faas +item.banner.stripe_top.magenta=Magenta hoofd faas +item.banner.stripe_top.orange=Oranje hoofd faas +item.banner.stripe_top.pink=Roze hoofd faas +item.banner.stripe_top.purple=Paarse hoofd faas +item.banner.stripe_top.red=Rode hoofd faas +item.banner.stripe_top.silver=Lichtgrijze hoofd faas +item.banner.stripe_top.white=Witte hoofd faas +item.banner.stripe_top.yellow=Gele hoofd faas +item.banner.triangle_bottom.black=Zwarte keper +item.banner.triangle_bottom.blue=Blauwe keper +item.banner.triangle_bottom.brown=Bruine keper +item.banner.triangle_bottom.cyan=Cyaan keper +item.banner.triangle_bottom.gray=Grijze keper +item.banner.triangle_bottom.green=Groene keper +item.banner.triangle_bottom.lightBlue=Lichtblauwe keper +item.banner.triangle_bottom.lime=Lichtgroene keper +item.banner.triangle_bottom.magenta=Magenta keper +item.banner.triangle_bottom.orange=Oranje keper +item.banner.triangle_bottom.pink=Roze keper +item.banner.triangle_bottom.purple=Paarse keper +item.banner.triangle_bottom.red=Rode keper +item.banner.triangle_bottom.silver=Lichtgrijze keper +item.banner.triangle_bottom.white=Witte keper +item.banner.triangle_bottom.yellow=Gele keper +item.banner.triangle_top.black=Zwarte omgekeerde keper +item.banner.triangle_top.blue=Blauwe omgekeerde keper +item.banner.triangle_top.brown=Bruine omgekeerde keper +item.banner.triangle_top.cyan=Cyaan omgekeerde keper +item.banner.triangle_top.gray=Grijze omgekeerde keper +item.banner.triangle_top.green=Groene omgekeerde keper +item.banner.triangle_top.lightBlue=Lichtblauwe omgekeerde keper +item.banner.triangle_top.lime=Lichtgroene omgekeerde keper +item.banner.triangle_top.magenta=Magenta omgekeerde keper +item.banner.triangle_top.orange=Oranje omgekeerde keper +item.banner.triangle_top.pink=Roze omgekeerde keper +item.banner.triangle_top.purple=Paarse omgekeerde keper +item.banner.triangle_top.red=Rode omgekeerde keper +item.banner.triangle_top.silver=Lichtgrijze omgekeerde keper +item.banner.triangle_top.white=Witte omgekeerde keper +item.banner.triangle_top.yellow=Gele omgekeerde keper +item.banner.triangles_bottom.black=Zwarte ingesprongen basis +item.banner.triangles_bottom.blue=Blauwe ingesprongen basis +item.banner.triangles_bottom.brown=Bruine ingesprongen basis +item.banner.triangles_bottom.cyan=Cyaan ingesprongen basis +item.banner.triangles_bottom.gray=Grijze ingesprongen basis +item.banner.triangles_bottom.green=Groene ingesprongen basis +item.banner.triangles_bottom.lightBlue=Lichtblauwe ingesprongen basis +item.banner.triangles_bottom.lime=Lichtgroene ingesprongen basis +item.banner.triangles_bottom.magenta=Magenta ingesprongen basis +item.banner.triangles_bottom.orange=Oranje ingesprongen basis +item.banner.triangles_bottom.pink=Roze ingesprongen basis +item.banner.triangles_bottom.purple=Paarse ingesprongen basis +item.banner.triangles_bottom.red=Rode ingesprongen basis +item.banner.triangles_bottom.silver=Lichtgrijze ingesprongen basis +item.banner.triangles_bottom.white=Witte ingesprongen basis +item.banner.triangles_bottom.yellow=Gele ingesprongen basis +item.banner.triangles_top.black=Zwarte ingesprongen hoofd +item.banner.triangles_top.blue=Blauwe ingesprongen hoofd +item.banner.triangles_top.brown=Bruine ingesprongen hoofd +item.banner.triangles_top.cyan=Cyaan ingesprongen hoofd +item.banner.triangles_top.gray=Grijze ingesprongen hoofd +item.banner.triangles_top.green=Groene ingesprongen hoofd +item.banner.triangles_top.lightBlue=Lichtblauwe ingesprongen hoofd +item.banner.triangles_top.lime=Lichtgroene ingesprongen hoofd +item.banner.triangles_top.magenta=Magenta ingesprongen hoofd +item.banner.triangles_top.orange=Oranje ingesprongen hoofd +item.banner.triangles_top.pink=Roze ingesprongen hoofd +item.banner.triangles_top.purple=Paarse ingesprongen hoofd +item.banner.triangles_top.red=Rode ingesprongen hoofd +item.banner.triangles_top.silver=Lichtgrijze ingesprongen hoofd +item.banner.triangles_top.white=Witte ingesprongen hoofd +item.banner.triangles_top.yellow=Gele ingesprongen hoofd +item.banner.white.name=Witte banier +item.banner.yellow.name=Gele banier +item.bed.name=Bed +item.beefCooked.name=Biefstuk +item.beefRaw.name=Rauw rundvlees +item.blazePowder.name=Blazepoeder +item.blazeRod.name=Blazestaf +item.boat.name=Boot +item.bone.name=Bot +item.book.name=Boek +item.bootsChain.name=Maliënlaarzen +item.bootsCloth.name=Leren laarzen +item.bootsDiamond.name=Diamanten laarzen +item.bootsGold.name=Gouden laarzen +item.bootsIron.name=IJzeren laarzen +item.bow.name=Boog +item.bowl.name=Kom +item.bread.name=Brood +item.brewingStand.name=Brouwstandaard +item.brick.name=Baksteen +item.bucket.name=Emmer +item.bucketLava.name=Emmer lava +item.bucketWater.name=Emmer water +item.cake.name=Taart +item.canBreak=Kan breken: +item.canPlace=Kan worden geplaatst op: +item.carrotGolden.name=Gouden wortel +item.carrotOnAStick.name=Wortel aan een stok +item.carrots.name=Wortel +item.cauldron.name=Ketel +item.charcoal.name=Houtskool +item.chestplateChain.name=Maliënkolder +item.chestplateCloth.name=Leren borstplaat +item.chestplateDiamond.name=Diamanten kuras +item.chestplateGold.name=Gouden borstplaat +item.chestplateIron.name=IJzeren kuras +item.chickenCooked.name=Gebraden kip +item.chickenRaw.name=Rauwe kip +item.clay.name=Klei +item.clock.name=Klok +item.coal.name=Steenkool +item.comparator.name=Redstone-comparator +item.compass.name=Kompas +item.cookie.name=Koekje +item.diamond.name=Diamant +item.diode.name=Redstone-repeater +item.doorAcacia.name=Acaciahouten deur +item.doorBirch.name=Berkenhouten deur +item.doorDarkOak.name=Donkere eikenhouten deur +item.doorIron.name=IJzeren deur +item.doorJungle.name=Oerwoudhouten deur +item.doorOak.name=Eikenhouten deur +item.doorSpruce.name=Sparrenhouten deur +item.dyePowder.black.name=Inktzak +item.dyePowder.blue.name=Lapis Lazuli +item.dyePowder.brown.name=Cacaobonen +item.dyePowder.cyan.name=Turquoise kleurstof +item.dyePowder.gray.name=Grijze kleurstof +item.dyePowder.green.name=Cactusgroen +item.dyePowder.lightBlue.name=Lichtblauwe kleurstof +item.dyePowder.lime.name=Lichtgroene kleurstof +item.dyePowder.magenta.name=Magenta kleurstof +item.dyePowder.orange.name=Oranje kleurstof +item.dyePowder.pink.name=Roze kleurstof +item.dyePowder.purple.name=Paarse kleurstof +item.dyePowder.red.name=Rozenrood +item.dyePowder.silver.name=Lichtgrijze kleurstof +item.dyePowder.white.name=Beendermeel +item.dyePowder.yellow.name=Paardenbloemgeel +item.dyed=Geverfd +item.egg.name=Ei +item.emerald.name=Smaragd +item.emptyMap.name=Lege kaart +item.emptyPotion.name=Flesje water +item.enchantedBook.name=Betoverd boek +item.enderPearl.name=Enderparel +item.expBottle.name=Magiërsextract +item.eyeOfEnder.name=Enderoog +item.feather.name=Veer +item.fermentedSpiderEye.name=Gefermenteerd spinnenoog +item.fireball.name=Vuurbal +item.fireworks.flight=Vluchtduur: +item.fireworks.name=Vuurpijl +item.fireworksCharge.black=Zwart +item.fireworksCharge.blue=Blauw +item.fireworksCharge.brown=Bruin +item.fireworksCharge.customColor=Aangepast +item.fireworksCharge.cyan=Turquoise +item.fireworksCharge.fadeTo=Overgang naar +item.fireworksCharge.flicker=Twinkel +item.fireworksCharge.gray=Grijs +item.fireworksCharge.green=Groen +item.fireworksCharge.lightBlue=Lichtblauw +item.fireworksCharge.lime=Lichtgroen +item.fireworksCharge.magenta=Magenta +item.fireworksCharge.name=Vuurwerkster +item.fireworksCharge.orange=Oranje +item.fireworksCharge.pink=Roze +item.fireworksCharge.purple=Paars +item.fireworksCharge.red=Rood +item.fireworksCharge.silver=Lichtgrijs +item.fireworksCharge.trail=Spoor +item.fireworksCharge.type=Onbekende vorm +item.fireworksCharge.type.0=Kleine bal +item.fireworksCharge.type.1=Grote bal +item.fireworksCharge.type.2=Stervormig +item.fireworksCharge.type.3=Creepervormig +item.fireworksCharge.type.4=Explosie +item.fireworksCharge.white=Wit +item.fireworksCharge.yellow=Geel +item.fish.clownfish.raw.name=Clownvis +item.fish.cod.cooked.name=Gebakken vis +item.fish.cod.raw.name=Rauwe vis +item.fish.pufferfish.raw.name=Kogelvis +item.fish.salmon.cooked.name=Gebakken zalm +item.fish.salmon.raw.name=Rauwe zalm +item.fishingRod.name=Vishengel +item.flint.name=Vuursteen +item.flintAndSteel.name=Vuursteen en staal +item.flowerPot.name=Bloempot +item.frame.name=Voorwerplijst +item.ghastTear.name=Ghasttraan +item.glassBottle.name=Glazen fles +item.goldNugget.name=Goudklompje +item.hatchetDiamond.name=Diamanten bijl +item.hatchetGold.name=Gouden bijl +item.hatchetIron.name=IJzeren bijl +item.hatchetStone.name=Stenen bijl +item.hatchetWood.name=Houten bijl +item.helmetChain.name=Maliënkap +item.helmetCloth.name=Leren kap +item.helmetDiamond.name=Diamanten helm +item.helmetGold.name=Gouden helm +item.helmetIron.name=IJzeren helm +item.hoeDiamond.name=Diamanten schoffel +item.hoeGold.name=Gouden schoffel +item.hoeIron.name=IJzeren schoffel +item.hoeStone.name=Stenen schoffel +item.hoeWood.name=Houten schoffel +item.horsearmordiamond.name=Diamanten paardenharnas +item.horsearmorgold.name=Gouden paardenharnas +item.horsearmormetal.name=IJzeren paardenharnas +item.ingotGold.name=Goudstaaf +item.ingotIron.name=IJzerstaaf +item.leash.name=Leidtouw +item.leather.name=Leer +item.leaves.name=Bladeren +item.leggingsChain.name=Maliënbroek +item.leggingsCloth.name=Leren broek +item.leggingsDiamond.name=Diamanten beenstukken +item.leggingsGold.name=Gouden beenstukken +item.leggingsIron.name=IJzeren beenstukken +item.magmaCream.name=Magmacrème +item.map.name=Kaart +item.melon.name=Meloen +item.milk.name=Melk +item.minecart.name=Mijnkar +item.minecartChest.name=Mijnkar met kist +item.minecartCommandBlock.name=Mijnkar met Commandoblok +item.minecartFurnace.name=Mijnkar met oven +item.minecartHopper.name=Mijnkar met trechter +item.minecartTnt.name=Mijnkar met TNT +item.monsterPlacer.name=Spawn +item.mushroomStew.name=Paddenstoelenstoofpot +item.muttonCooked.name=Gebraden schapenvlees +item.muttonRaw.name=Rauw schapenvlees +item.nameTag.name=Naamkaartje +item.netherStalkSeeds.name=Netherkruid +item.netherStar.name=Netherster +item.netherbrick.name=Netherbaksteen +item.netherquartz.name=Netherkwarts +item.painting.name=Schilderij +item.paper.name=Papier +item.pickaxeDiamond.name=Diamanten houweel +item.pickaxeGold.name=Gouden houweel +item.pickaxeIron.name=IJzeren houweel +item.pickaxeStone.name=Stenen houweel +item.pickaxeWood.name=Houten houweel +item.porkchopCooked.name=Gebraden varkensvlees +item.porkchopRaw.name=Rauw varkensvlees +item.potato.name=Aardappel +item.potatoBaked.name=Gebakken aardappel +item.potatoPoisonous.name=Giftige aardappel +item.potion.name=Drank +item.prismarineCrystals.name=Prismarien kristallen +item.prismarineShard.name=Prismarien scherf +item.pumpkinPie.name=Pompoentaart +item.rabbitCooked.name=Gebraden konijn +item.rabbitFoot.name=Konijnenpootje +item.rabbitHide.name=Konijnenhuid +item.rabbitRaw.name=Rauw konijn +item.rabbitStew.name=Konijnenstoofpot +item.record.11.desc=C418 - 11 +item.record.13.desc=C418 - 13 +item.record.blocks.desc=C418 - Blocks +item.record.cat.desc=C418 - Cat +item.record.chirp.desc=C418 - Chirp +item.record.far.desc=C418 - Far +item.record.mall.desc=C418 - Mall +item.record.mellohi.desc=C418 - Mellohi +item.record.name=Muziekplaat +item.record.stal.desc=C418 - Stal +item.record.strad.desc=C418 - Strad +item.record.wait.desc=C418 - Wait +item.record.ward.desc=C418 - Ward +item.redstone.name=Redstone +item.reeds.name=Suikerriet +item.rottenFlesh.name=Bedorven vlees +item.ruby.name=Robijn +item.saddle.name=Zadel +item.seeds.name=Zaden +item.seeds_melon.name=Meloenzaden +item.seeds_pumpkin.name=Pompoenpitten +item.shears.name=Schaar +item.shovelDiamond.name=Diamanten schep +item.shovelGold.name=Gouden schep +item.shovelIron.name=IJzeren schep +item.shovelStone.name=Stenen schep +item.shovelWood.name=Houten schep +item.sign.name=Bord +item.skull.char.name=Hoofd +item.skull.creeper.name=Creeperhoofd +item.skull.player.name=Hoofd van %s +item.skull.skeleton.name=Skelettenschedel +item.skull.wither.name=Witherskelettenschedel +item.skull.zombie.name=Zombiehoofd +item.slimeball.name=Slijmbal +item.snowball.name=Sneeuwbal +item.speckledMelon.name=Glinsterende meloen +item.spiderEye.name=Spinnenoog +item.stick.name=Stok +item.string.name=Draad +item.sugar.name=Suiker +item.sulphur.name=Buskruit +item.swordDiamond.name=Diamanten zwaard +item.swordGold.name=Gouden zwaard +item.swordIron.name=IJzeren zwaard +item.swordStone.name=Stenen zwaard +item.swordWood.name=Houten zwaard +item.unbreakable=Onbreekbaar +item.wheat.name=Tarwe +item.writingBook.name=Boek en veer +item.writtenBook.name=Geschreven boek +item.yellowDust.name=Gloeisteenstof +itemGroup.brewing=Brouwen +itemGroup.buildingBlocks=Bouwblokken +itemGroup.combat=Gevecht +itemGroup.decorations=Decoratieve blokken +itemGroup.food=Voedsel +itemGroup.inventory=Survivalinventaris +itemGroup.materials=Materialen +itemGroup.misc=Diversen +itemGroup.redstone=Redstone +itemGroup.search=Zoeken +itemGroup.tools=Gereedschappen +itemGroup.transportation=Vervoer +key.attack=Aanvallen/vernietigen +key.back=Achteruit lopen +key.categories.gameplay=Gameplay +key.categories.inventory=Inventaris +key.categories.misc=Diversen +key.categories.movement=Beweging +key.categories.multiplayer=Multiplayer +key.categories.stream=Uitzenden +key.categories.ui=Spelinterface +key.chat=Chat openen +key.command=Opdrachtregel openen +key.drop=Voorwerp laten vallen +key.forward=Vooruit lopen +key.fullscreen=Volledig scherm schakelen +key.hotbar.1=Hotbarslot 1 +key.hotbar.2=Hotbarslot 2 +key.hotbar.3=Hotbarslot 3 +key.hotbar.4=Hotbarslot 4 +key.hotbar.5=Hotbarslot 5 +key.hotbar.6=Hotbarslot 6 +key.hotbar.7=Hotbarslot 7 +key.hotbar.8=Hotbarslot 8 +key.hotbar.9=Hotbarslot 9 +key.inventory=Inventaris +key.jump=Springen +key.left=Zijwaarts naar links +key.mouseButton=Knop %1$s +key.pickItem=Blok kiezen +key.playerlist=Spelerslijst +key.right=Zijwaarts naar rechts +key.screenshot=Schermafbeelding maken +key.smoothCamera=Filmische camera omschakelen +key.sneak=Sluipen +key.spectatorOutlines=Spelers markeren (toeschouwers) +key.sprint=Sprinten +key.streamCommercial=Stream-reclame tonen +key.streamPauseUnpause=Stream pauzeren/hervatten +key.streamStartStop=Stream starten/stoppen +key.streamToggleMic=Druk om te praten/dempen +key.togglePerspective=Perspectief omschakelen +key.use=Voorwerp gebruiken/blok plaatsen +lanServer.otherPlayers=Instellingen voor andere spelers +lanServer.scanning=Scannen naar spellen op je lokale netwerk +lanServer.start=LAN-wereld starten +lanServer.title=LAN-wereld +language.code=nl_NL +language.name=Nederlands +language.region=Nederland +mcoServer.title=Minecraft Online-wereld +menu.convertingLevel=Wereld omzetten +menu.disconnect=Verbinding verbreken +menu.game=Spelmenu +menu.generatingLevel=Wereld genereren +menu.generatingTerrain=Terrein opbouwen +menu.loadingLevel=Wereld laden +menu.multiplayer=Multiplayer +menu.online=Minecraft Realms +menu.options=Instellingen... +menu.playdemo=Demowereld spelen +menu.quit=Afsluiten +menu.resetdemo=Demowereld resetten +menu.respawning=Respawnen +menu.returnToGame=Terug naar het spel +menu.returnToMenu=Opslaan en terug naar hoofdmenu +menu.shareToLan=Open voor LAN +menu.simulating=Even de wereld simuleren +menu.singleplayer=Singleplayer +menu.switchingLevel=Werelden wisselen +merchant.deprecated=Ruil iets anders om te ontgrendelen! +mount.onboard=Druk op %1$s om af te stappen +multiplayer.connect=Verbinden +multiplayer.downloadingStats=Statistieken en prestaties downloaden... +multiplayer.downloadingTerrain=Terrein downloaden +multiplayer.info1=Minecraft Multiplayer is momenteel niet af, maar er +multiplayer.info2=zijn wat vroege tests gaande. +multiplayer.ipinfo=Voer het adres van een server in om te verbinden: +multiplayer.player.joined=%s is het spel binnengekomen +multiplayer.player.joined.renamed=%s (eerder gezien als %s) is het spel binnengekomen +multiplayer.player.left=%s heeft het spel verlaten +multiplayer.stopSleeping=Opstaan +multiplayer.texturePrompt.line1=Deze server raadt aan een aangepast bronpakket te gebruiken. +multiplayer.texturePrompt.line2=Wil je het automatisch downloaden en installeren? +multiplayer.title=Multiplayer +options.advancedButton=Geavanceerde video-instellingen... +options.advancedOpengl=Geavanceerde OpenGL +options.advancedVideoTitle=Geavanceerde video-instellingen +options.anaglyph=3D-anaglyph +options.ao=Zachte belichting +options.ao.max=Maximum +options.ao.min=Minimum +options.ao.off=UIT +options.blockAlternatives=Alternatieve blokken +options.chat.color=Kleuren +options.chat.height.focused=Hoogte actief +options.chat.height.unfocused=Hoogte inactief +options.chat.links=Webkoppelingen +options.chat.links.prompt=Vragen bij koppelingen +options.chat.opacity=Ondoorzichtigheid +options.chat.scale=Schaal +options.chat.title=Chatinstellingen... +options.chat.visibility=Chat +options.chat.visibility.full=Zichtbaar +options.chat.visibility.hidden=Verborgen +options.chat.visibility.system=Alleen opdrachten +options.chat.width=Breedte +options.controls=Besturing... +options.customizeTitle=Pas wereldinstellingen aan +options.difficulty=Niveau +options.difficulty.easy=Makkelijk +options.difficulty.hard=Moeilijk +options.difficulty.hardcore=Hardcore +options.difficulty.normal=Normaal +options.difficulty.peaceful=Vredig +options.farWarning1=Een 64-bit Java-installatie wordt aanbevolen +options.farWarning2=voor weergavebereik 'Ver' (je hebt 32-bit) +options.fboEnable=FBOs Inschakelen +options.forceUnicodeFont=Forceer Unicode lettertype +options.fov=Gezichtsveld +options.fov.max=Quake Pro +options.fov.min=Normaal +options.framerateLimit=Maximale Framerate +options.framerateLimit.max=Onbeperkt +options.fullscreen=Volledig scherm +options.gamma=Helderheid +options.gamma.max=Helder +options.gamma.min=Donker +options.graphics=Graphics +options.graphics.fancy=Fraai +options.graphics.fast=Snel +options.guiScale=GUI-schaal +options.guiScale.auto=Automatisch +options.guiScale.large=Groot +options.guiScale.normal=Normaal +options.guiScale.small=Klein +options.hidden=Verborgen +options.invertMouse=Muis spiegelen +options.language=Taal... +options.languageWarning=Vertalingen zijn mogelijk niet 100%% nauwkeurig +options.mipmapLevels=Mipmap Levels +options.modelPart.cape=Cape +options.modelPart.hat=Hoed +options.modelPart.jacket=Jas +options.modelPart.left_pants_leg=Linker broekbeen +options.modelPart.left_sleeve=Linkermouw +options.modelPart.right_pants_leg=Rechter broekbeen +options.modelPart.right_sleeve=Rechtermouw +options.multiplayer.title=Multiplayer-instellingen... +options.music=Muziek +options.off=UIT +options.on=AAN +options.particles=Deeltjes +options.particles.all=Alle +options.particles.decreased=Verminderd +options.particles.minimal=Minimaal +options.performanceButton=Videoprestatie-instellingen... +options.performanceVideoTitle=Videoprestatie-instellingen +options.postButton=Post-processing-instellingen... +options.postProcessEnable=Post-Processing inschakelen +options.postVideoTitle=Post-processing-instellingen +options.qualityButton=Videokwaliteits-instellingen... +options.qualityVideoTitle=Videokwaliteits-instellingen +options.reducedDebugInfo=Minder debug-informatie +options.renderClouds=Wolken +options.renderDistance=Weergavebereik +options.renderDistance.far=Ver +options.renderDistance.normal=Normaal +options.renderDistance.short=Kort +options.renderDistance.tiny=Minimaal +options.resourcepack=Bronpakketten... +options.saturation=Verzadiging +options.sensitivity=Gevoeligheid +options.sensitivity.max=SUPERSNEL!!! +options.sensitivity.min=*gaap* +options.skinCustomisation=Skin personaliseren... +options.skinCustomisation.title=Skin personaliseren +options.snooper=Dataverzameling Toestaan +options.snooper.desc=We zouden graag informatie verzamelen over je computer om ons te helpen bij het verbeteren van Minecraft. Zo kunnen wij zien wat we kunnen ondersteunen en waar de grootste problemen zich voordoen. Al deze informatie is volledig anoniem en kun je hieronder bekijken. We beloven je dat we niets slechts met deze gegevens gaan doen, maar als je je wilt afmelden dan kun je het gerust uitschakelen! +options.snooper.title=Verzameling van systeemgegevens +options.snooper.view=Dataverzameling... +options.sound=Geluid +options.sounds=Muziek & geluiden... +options.sounds.title=Muziek- en geluidsinstellingen +options.stream=Uitzendinstellingen... +options.stream.bytesPerPixel=Kwaliteit +options.stream.changes=Mogelijk moet je de uitzending opnieuw starten om deze aanpassingen door te voeren. +options.stream.chat.enabled=Inschakelen +options.stream.chat.enabled.always=Altijd +options.stream.chat.enabled.never=Nooit +options.stream.chat.enabled.streaming=Tijdens de uitzending +options.stream.chat.title=Twitch Chatinstellingen +options.stream.chat.userFilter=Gebruiker filter +options.stream.chat.userFilter.all=Alle kijkers +options.stream.chat.userFilter.mods=Moderatoren +options.stream.chat.userFilter.subs=Abonnees +options.stream.compression=Compressie +options.stream.compression.high=Hoog +options.stream.compression.low=Laag +options.stream.compression.medium=Gemiddeld +options.stream.estimation=Geschatte resolutie: %sx%s +options.stream.fps=Framerate +options.stream.ingest.reset=Herstel voorkeur +options.stream.ingest.title=Twitch Uitzend Servers +options.stream.ingestSelection=Uitzend Server Lijst +options.stream.kbps=Bandbreedte +options.stream.micToggleBehavior=Druk om te +options.stream.micVolumne=Microfoonvolume +options.stream.mic_toggle.mute=Dempen +options.stream.mic_toggle.talk=Praten +options.stream.sendMetadata=Verzend metadata +options.stream.systemVolume=Systeemvolume +options.stream.title=Twitch-uitzendinstellingen +options.title=Instellingen +options.touchscreen=Touchscreenmodus +options.vbo=Gebruik VBO's +options.video=Grafische instellingen... +options.videoTitle=Grafische instellingen +options.viewBobbing=Loopbeweging +options.visible=Zichtbaar +options.vsync=VSync gebruiken +potion.absorption=Absorptie +potion.absorption.postfix=Drank der absorptie +potion.blindness=Blindheid +potion.blindness.postfix=Drank der Blindheid +potion.confusion=Misselijkheid +potion.confusion.postfix=Drank der Misselijkheid +potion.damageBoost=Kracht +potion.damageBoost.postfix=Drank der Kracht +potion.digSlowDown=Mijnmoeheid +potion.digSlowDown.postfix=Drank der Spierzwakheid +potion.digSpeed=Haast +potion.digSpeed.postfix=Drank des Haasts +potion.effects.whenDrank=Wanneer toegepast: +potion.empty=Geen effecten +potion.fireResistance=Vuurweerstand +potion.fireResistance.postfix=Drank der Vuurbestendigheid +potion.harm=Onmiddellijke schade +potion.harm.postfix=Drank der Verwonding +potion.heal=Onmiddellijke genezing +potion.heal.postfix=Drank der Genezing +potion.healthBoost=Gezondheidsboost +potion.healthBoost.postfix=Drank met gezondheidsboost +potion.hunger=Honger +potion.hunger.postfix=Drank der Honger +potion.invisibility=Onzichtbaarheid +potion.invisibility.postfix=Drank der Onzichtbaarheid +potion.jump=Sprongversterker +potion.jump.postfix=Drank der Sprongen +potion.moveSlowdown=Traagheid +potion.moveSlowdown.postfix=Drank der Traagheid +potion.moveSpeed=Snelheid +potion.moveSpeed.postfix=Drank der Vlotheid +potion.nightVision=Nachtzicht +potion.nightVision.postfix=Drank der Nachtzien +potion.poison=Vergif +potion.poison.postfix=Drank des Gifs +potion.potency.1=II +potion.potency.2=III +potion.potency.3=IV +potion.prefix.acrid=Bittere +potion.prefix.artless=Ongeïnspireerde +potion.prefix.awkward=Vreemde +potion.prefix.bland=Milde +potion.prefix.bulky=Lijvige +potion.prefix.bungling=Verprutste +potion.prefix.buttered=Vettige +potion.prefix.charming=Charmante +potion.prefix.clear=Heldere +potion.prefix.cordial=Opwekkende +potion.prefix.dashing=Onstuimige +potion.prefix.debonair=Vrolijke +potion.prefix.diffuse=Diffuse +potion.prefix.elegant=Elegante +potion.prefix.fancy=Fraaie +potion.prefix.flat=Flauwe +potion.prefix.foul=Vuile +potion.prefix.grenade=Spattende +potion.prefix.gross=Smerige +potion.prefix.harsh=Brute +potion.prefix.milky=Melkachtige +potion.prefix.mundane=Triviale +potion.prefix.odorless=Geurloze +potion.prefix.potent=Krachtige +potion.prefix.rank=Verdorven +potion.prefix.refined=Verfijnde +potion.prefix.smooth=Gladde +potion.prefix.sparkling=Sprankelende +potion.prefix.stinky=Stinkende +potion.prefix.suave=Zachte +potion.prefix.thick=Stroperige +potion.prefix.thin=Dunne +potion.prefix.uninteresting=Oninteressante +potion.regeneration=Regeneratie +potion.regeneration.postfix=Drank der Regeneratie +potion.resistance=Weerstand +potion.resistance.postfix=Drank der Weerstand +potion.saturation=Verzadiging +potion.saturation.postfix=Drank der verzadiging +potion.waterBreathing=Ademen onder water +potion.waterBreathing.postfix=Drank des Wateradems +potion.weakness=Zwakheid +potion.weakness.postfix=Drank der Zwakheid +potion.wither=Verschrompeling +potion.wither.postfix=Drank der verschrompeling +record.nowPlaying=Nu aan het spelen: %s +resourcePack.available.title=Beschikbare bronpakketten +resourcePack.folderInfo=(Plaats bronpakketbestanden hier) +resourcePack.openFolder=Map met bronpakketten openen +resourcePack.selected.title=Geselecteerde bronpakketten +resourcePack.title=Bronpakketten selecteren +screenshot.failure=Screenshot kon niet worden opgeslagen: %s +screenshot.success=Screenshot opgeslagen als %s +selectServer.add=Server toevoegen +selectServer.defaultName=Minecraft-server +selectServer.delete=Verwijderen +selectServer.deleteButton=Verwijderen +selectServer.deleteQuestion=Weet je zeker dat je deze server wilt verwijderen? +selectServer.deleteWarning=zal voor eeuwig verloren zijn! (En dat is lang!) +selectServer.direct=Direct verbinden +selectServer.edit=Bewerken +selectServer.empty=leeg +selectServer.hiddenAddress=(Verborgen) +selectServer.refresh=Vernieuwen +selectServer.select=Server bezoeken +selectServer.title=Selecteer server +selectWorld.allowCommands=Cheats toestaan: +selectWorld.allowCommands.info=Opdrachten zoals /gamemode, /xp +selectWorld.bonusItems=Bonuskist: +selectWorld.cheats=Cheats +selectWorld.conversion=Moet worden omgezet! +selectWorld.create=Wereld creëren +selectWorld.createDemo=Nieuwe demowereld spelen +selectWorld.customizeType=Aanpassen +selectWorld.delete=Verwijderen +selectWorld.deleteButton=Verwijderen +selectWorld.deleteQuestion=Weet je zeker dat je deze wereld wilt verwijderen? +selectWorld.deleteWarning=zal voor eeuwig verloren zijn! (En dat is lang!) +selectWorld.empty=leeg +selectWorld.enterName=Wereldnaam +selectWorld.enterSeed=Seed voor de wereldgenerator +selectWorld.gameMode=Spelmodus +selectWorld.gameMode.adventure=Avontuur +selectWorld.gameMode.adventure.line1=Net als survivalmodus, maar blokken kunnen niet +selectWorld.gameMode.adventure.line2=geplaatst of verwijderd worden +selectWorld.gameMode.creative=Creative +selectWorld.gameMode.creative.line1=Onbeperkte grondstoffen, vrij rondvliegen en +selectWorld.gameMode.creative.line2=onmiddellijk blokken vernietigen +selectWorld.gameMode.hardcore=Hardcore +selectWorld.gameMode.hardcore.line1=Net als survivalmodus, vastgezet op het moeilijkste +selectWorld.gameMode.hardcore.line2=niveau, en slechts één leven +selectWorld.gameMode.spectator=Toeschouwer +selectWorld.gameMode.spectator.line1=Je kan kijken, maar niet aanraken +selectWorld.gameMode.survival=Survival +selectWorld.gameMode.survival.line1=Zoek grondstoffen, maak gereedschappen, verzamel +selectWorld.gameMode.survival.line2=levels, gezondheid en honger +selectWorld.hardcoreMode=Hardcore: +selectWorld.hardcoreMode.info=Wereld wordt verwijderd na doodgaan +selectWorld.mapFeatures=Genereer bouwwerken: +selectWorld.mapFeatures.info=Dorpen, kerkers, etc +selectWorld.mapType=Wereldtype: +selectWorld.mapType.normal=Normaal +selectWorld.moreWorldOptions=Meer wereldinstellingen... +selectWorld.newWorld=Nieuwe wereld +selectWorld.newWorld.copyOf=Kopie van %s +selectWorld.recreate=Hercreëren +selectWorld.rename=Hernoemen +selectWorld.renameButton=Hernoemen +selectWorld.renameTitle=Wereld hernoemen +selectWorld.resultFolder=Wordt opgeslagen in: +selectWorld.seedInfo=Leeg laten voor een willekeurige seed +selectWorld.select=Wereld spelen +selectWorld.title=Wereld selecteren +selectWorld.world=Wereld +sign.edit=Bordtekst bewerken +soundCategory.ambient=Omgeving +soundCategory.block=Blokken +soundCategory.hostile=Vijandige wezens +soundCategory.master=Hoofdvolume +soundCategory.music=Muziek +soundCategory.neutral=Vriendelijke wezens +soundCategory.player=Spelers +soundCategory.record=Jukebox/Nootblokken +soundCategory.weather=Weer +stat.animalsBred=Dieren gefokt +stat.blocksButton=Blokken +stat.boatOneCm=Afstand per boot +stat.breakItem=%1$s verbruikt +stat.climbOneCm=Afstand geklommen +stat.craftItem=%1$s vervaardigd +stat.crafted=Keren vervaardigd +stat.createWorld=Werelden gecreëerd +stat.crouchOneCm=Afstand geslopen +stat.damageDealt=Schade toegebracht +stat.damageTaken=Schade opgelopen +stat.deaths=Aantal keren doodgegaan +stat.depleted=Keren uitgeput +stat.diveOneCm=Afstand gedoken +stat.drop=Voorwerpen weggegooid +stat.entityKilledBy=%s heeft jou %s keer gedood +stat.entityKilledBy.none=Je bent nooit gedood door %s +stat.entityKills=Je hebt %s %s gedood +stat.entityKills.none=Je hebt %s nooit gedood +stat.fallOneCm=Afstand gevallen +stat.fishCaught=Vissen gevangen +stat.flyOneCm=Afstand gevlogen +stat.generalButton=Algemeen +stat.horseOneCm=Afstand te paard +stat.itemsButton=Voorwerpen +stat.joinMultiplayer=Multiplayer gespeeld +stat.jump=Sprongen +stat.junkFished=Afval opgevist +stat.leaveGame=Spellen afgesloten +stat.loadWorld=Werelden geladen +stat.mineBlock=%1$s ontgonnen +stat.minecartOneCm=Afstand per mijnkar +stat.mined=Keren ontgonnen +stat.mobKills=Mobs gedood +stat.mobsButton=Mobs +stat.pigOneCm=Afstand per varken +stat.playOneMinute=Minuten gespeeld +stat.playerKills=Spelers gedood +stat.sprintOneCm=Afstand gesprint +stat.startGame=Keren gespeeld +stat.swimOneCm=Afstand gezwommen +stat.talkedToVillager=Met dorpelingen gepraat +stat.timeSinceDeath=Sinds laatste dood +stat.tradedWithVillager=Met dorpelingen geruild +stat.treasureFished=Schatten opgevist +stat.useItem=%1$s gebruikt +stat.used=Keren gebruikt +stat.walkOneCm=Afstand gelopen +stats.tooltip.type.achievement=Prestatie +stats.tooltip.type.statistic=Statistiek +stream.confirm_start=Weet je zeker dat je wilt beginnen met uitzenden? +stream.unavailable.account_not_bound=Voordat je Minecraft kunt uitzenden via Twitch, moet je eerst je Twitch-account koppelen op mojang.com. Wil je dat nu doen? +stream.unavailable.account_not_bound.okay=Accounts koppelen +stream.unavailable.account_not_migrated=Voordat je Minecraft via Twitch kan uitzenden, moet je je Minecraft-account migreren naar een Mojang-account. Wil je dat nu doen? +stream.unavailable.account_not_migrated.okay=Account migreren +stream.unavailable.failed_auth=Verificatie van Twitch mislukt. Ga alstublieft naar mojang.com en verbind je Twitch account opnieuw. +stream.unavailable.failed_auth.okay=Verbind accounts opnieuw +stream.unavailable.failed_auth_error=Niet beschikbaar om Twitch te verifiëren. Probeer later opnieuw. +stream.unavailable.initialization_failure=Niet in staat om de Twitch SDK te initialiseren. +stream.unavailable.initialization_failure.extra=(Reden: %s) +stream.unavailable.library_arch_mismatch=De aangepaste java versie die gebruikt wordt om Minecraft te starten heeft een andere opbouw dan de versie die gebruikt wordt voor de launcher. Zorg er alstublieft voor dat deze dezelfde zijn, 32-bit OF 64-bit voor beide. +stream.unavailable.library_failure=Niet in staat om de gegevens voor de ingebouwde Twitch Uitzending Service te laden. +stream.unavailable.no_fbo=Je grafische kaart moet minimaal OpenGL versie 3.0 of Framebuffer objecten via een extensie hebben om de ingebouwde Twitch Uitzender te gebruiken. +stream.unavailable.no_fbo.arb=Framebuffer objecten ondersteuning via ARB is: %s +stream.unavailable.no_fbo.blend=Afzonderlijke overvloeiing ondersteuning via EXT is: %s +stream.unavailable.no_fbo.ext=Framebuffer objecten ondersteuning via EXT is: %s +stream.unavailable.no_fbo.version=Je gebruikt momenteel: %s +stream.unavailable.not_supported.mac=Helaas gebruikt de Twitch Uitzender op Mac een nieuwe versie dan de OSX die je nu hebt. Je moet minimaal 10.7 (Mac OS X Lion) of nieuwer hebben om deze service te gebruiken. Zou je graag apple.com bezoeken voor opties om een nieuwere versie te krijgen? +stream.unavailable.not_supported.mac.okay=Upgraden +stream.unavailable.not_supported.other=Helaas gebruikt de ingebouwde Twitch Uitzend service Windows (Vista of nieuwer) of Mac OS X (10.7/Lion of nieuwer) +stream.unavailable.not_supported.windows=Helaas gebruikt de ingebouwde Twitch Uitzender een nieuwe versie van Windows dan die je nu gebruikt. Je moet minimaal Windows Vista hebben. +stream.unavailable.report_to_mojang=Melden bij Mojang +stream.unavailable.soundflower.chat=Soundflower is vereist om op Mac uit te zenden. %s +stream.unavailable.soundflower.chat.link=Klik hier om het te installeren. +stream.unavailable.title=Uitzenden via Twitch niet beschikbaar +stream.unavailable.unknown=Helaas kun je niet uitzenden via Twitch nu. En we weten niet waarom :'( +stream.unavailable.unknown.chat=Kan stream niet starten: %s +stream.user.mode.administrator=Twitch-administrator +stream.user.mode.banned=Verbannen +stream.user.mode.banned.other=Verbannen van %s's kanaal +stream.user.mode.banned.self=Verbannen van jouw kanaal +stream.user.mode.broadcaster=Uitzender +stream.user.mode.broadcaster.other=Uitzender +stream.user.mode.broadcaster.self=Uitzender (Jij!) +stream.user.mode.moderator=Moderator +stream.user.mode.moderator.other=Moderator op %s's kanaal +stream.user.mode.moderator.self=Moderator op jouw kanaal +stream.user.mode.staff=Twitch-personeel +stream.user.subscription.subscriber=Abonnee +stream.user.subscription.subscriber.other=Abonnee van %s's kanaal +stream.user.subscription.subscriber.self=Abonnee van uw kanaal +stream.user.subscription.turbo=Twitch Turbo +stream.userinfo.ban=Verban +stream.userinfo.chatTooltip=Klik hier om de gebruiker te beheren +stream.userinfo.mod=Promoveer naar Moderator +stream.userinfo.timeout=Timeout +stream.userinfo.unban=Unban +stream.userinfo.unmod=Degraderen van Moderator +tile.acaciaFence.name=Acaciahouten hek +tile.acaciaFenceGate.name=Acaciahouten poortje +tile.activatorRail.name=Activatiespoor +tile.anvil.intact.name=Aambeeld +tile.anvil.name=Aambeeld +tile.anvil.slightlyDamaged.name=Licht beschadigd aambeeld +tile.anvil.veryDamaged.name=Zwaar beschadigd aambeeld +tile.barrier.name=Barrière +tile.beacon.name=Baken +tile.beacon.primary=Primaire kracht +tile.beacon.secondary=Secundaire kracht +tile.bed.name=Bed +tile.bed.noSleep=Je kunt alleen 's nachts slapen +tile.bed.notSafe=Je kunt nu niet rusten, er zijn monsters in de buurt +tile.bed.notValid=Je bed is geblokkeerd of verdwenen +tile.bed.occupied=Dit bed is bezet +tile.bedrock.name=Bodemsteen +tile.birchFence.name=Berkenhouten hek +tile.birchFenceGate.name=Berkenhouten poortje +tile.blockCoal.name=Steenkoolblok +tile.blockDiamond.name=Diamantblok +tile.blockEmerald.name=Smaragdblok +tile.blockGold.name=Goudblok +tile.blockIron.name=IJzerblok +tile.blockLapis.name=Lapis Lazuliblok +tile.blockRedstone.name=Redstone-blok +tile.bookshelf.name=Boekenkast +tile.brick.name=Bakstenen +tile.button.name=Knop +tile.cactus.name=Cactus +tile.cake.name=Taart +tile.carrots.name=Wortels +tile.cauldron.name=Ketel +tile.chest.name=Kist +tile.chestTrap.name=Kist met valstrik +tile.clay.name=Klei +tile.clayHardened.name=Geharde klei +tile.clayHardenedStained.black.name=Zwartgebeitste klei +tile.clayHardenedStained.blue.name=Blauwgebeitste klei +tile.clayHardenedStained.brown.name=Bruingebeitste klei +tile.clayHardenedStained.cyan.name=Cyaangebeitste klei +tile.clayHardenedStained.gray.name=Grijsgebeitste klei +tile.clayHardenedStained.green.name=Groengebeitste klei +tile.clayHardenedStained.lightBlue.name=Lichtblauwgebeitste klei +tile.clayHardenedStained.lime.name=Lichtgroengebeitste klei +tile.clayHardenedStained.magenta.name=Magentagebeitste klei +tile.clayHardenedStained.name=Gebeitste klei +tile.clayHardenedStained.orange.name=Oranjegebeitste klei +tile.clayHardenedStained.pink.name=Rozegebeitste klei +tile.clayHardenedStained.purple.name=Paarsgebeitste klei +tile.clayHardenedStained.red.name=Roodgebeitste klei +tile.clayHardenedStained.silver.name=Lichtgrijsgebeitste klei +tile.clayHardenedStained.white.name=Witgebeitste klei +tile.clayHardenedStained.yellow.name=Geelgebeitste klei +tile.cloth.black.name=Zwarte wol +tile.cloth.blue.name=Blauwe wol +tile.cloth.brown.name=Bruine wol +tile.cloth.cyan.name=Turquoise wol +tile.cloth.gray.name=Grijze wol +tile.cloth.green.name=Groene wol +tile.cloth.lightBlue.name=Lichtblauwe wol +tile.cloth.lime.name=Lichtgroene wol +tile.cloth.magenta.name=Magenta wol +tile.cloth.name=Wol +tile.cloth.orange.name=Oranje wol +tile.cloth.pink.name=Roze wol +tile.cloth.purple.name=Paarse wol +tile.cloth.red.name=Rode wol +tile.cloth.silver.name=Lichtgrijze wol +tile.cloth.white.name=Wol +tile.cloth.yellow.name=Gele wol +tile.cobbleWall.mossy.name=Mossige keistenen muur +tile.cobbleWall.normal.name=Keistenen muur +tile.cocoa.name=Cacao +tile.commandBlock.name=Commandoblok +tile.crops.name=Gewassen +tile.darkOakFence.name=Donkere eikenhouten hek +tile.darkOakFenceGate.name=Donkere eikenhouten poortje +tile.daylightDetector.name=Daglichtsensor +tile.deadbush.name=Dode struik +tile.detectorRail.name=Detectiespoor +tile.dirt.coarse.name=Groffe aarde +tile.dirt.default.name=Aarde +tile.dirt.name=Aarde +tile.dirt.podzol.name=Podzol +tile.dispenser.name=Dispenser +tile.doorIron.name=IJzeren deur +tile.doorWood.name=Houten deur +tile.doublePlant.fern.name=Grote varen +tile.doublePlant.grass.name=Dubbelhoog gras +tile.doublePlant.name=Plant +tile.doublePlant.paeonia.name=Pioenroos +tile.doublePlant.rose.name=Rozenstruik +tile.doublePlant.sunflower.name=Zonnebloem +tile.doublePlant.syringa.name=Sering +tile.dragonEgg.name=Drakenei +tile.dropper.name=Dropper +tile.enchantmentTable.name=Betoveringstafel +tile.endPortalFrame.name=Endportaal +tile.enderChest.name=Enderkist +tile.farmland.name=Akkerland +tile.fence.name=Hek +tile.fenceGate.name=Poortje +tile.fenceIron.name=Tralies +tile.fire.name=Vuur +tile.flower1.dandelion.name=Paardenbloem +tile.flower1.name=Bloem +tile.flower2.allium.name=Look +tile.flower2.blueOrchid.name=Blauwe orchidee +tile.flower2.houstonia.name=Porseleinsterretje +tile.flower2.name=Bloem +tile.flower2.oxeyeDaisy.name=Margriet +tile.flower2.poppy.name=Klaproos +tile.flower2.tulipOrange.name=Oranje tulp +tile.flower2.tulipPink.name=Roze tulp +tile.flower2.tulipRed.name=Rode tulp +tile.flower2.tulipWhite.name=Witte tulp +tile.furnace.name=Oven +tile.glass.name=Glas +tile.goldenRail.name=Aandrijfspoor +tile.grass.name=Grasblok +tile.gravel.name=Grind +tile.hayBlock.name=Hooibaal +tile.hellrock.name=Netherrack +tile.hellsand.name=Zielenzand +tile.hopper.name=Trechter +tile.ice.name=IJs +tile.icePacked.name=Pakijs +tile.ironTrapdoor.name=IJzeren valluik +tile.jukebox.name=Jukebox +tile.jungleFence.name=Oerwoudhouten hek +tile.jungleFenceGate.name=Oerwoudhouten poortje +tile.ladder.name=Ladder +tile.lava.name=Lava +tile.leaves.acacia.name=Acaciabladeren +tile.leaves.big_oak.name=Donkere Eikenbladeren +tile.leaves.birch.name=Berkenbladeren +tile.leaves.jungle.name=Oerwoudbladeren +tile.leaves.name=Bladeren +tile.leaves.oak.name=Eikenbladeren +tile.leaves.spruce.name=Sparrennaalden +tile.lever.name=Hendel +tile.lightgem.name=Gloeisteen +tile.litpumpkin.name=Jack-o'-lantern +tile.lockedchest.name=Vergrendelde kist +tile.log.acacia.name=Acaciahout +tile.log.big_oak.name=Donker Eikenhout +tile.log.birch.name=Berkenhout +tile.log.jungle.name=Oerwoudhout +tile.log.name=Hout +tile.log.oak.name=Eikenhout +tile.log.spruce.name=Sparrenhout +tile.melon.name=Meloen +tile.mobSpawner.name=Monsterspawner +tile.monsterStoneEgg.brick.name=Blokstenen monsternest +tile.monsterStoneEgg.chiseledbrick.name=Gebeiteld blokstenen monsternest +tile.monsterStoneEgg.cobble.name=Keistenen monsternest +tile.monsterStoneEgg.crackedbrick.name=Gebarsten blokstenen monsternest +tile.monsterStoneEgg.mossybrick.name=Mossig stenen monsternest +tile.monsterStoneEgg.name=Stenen monsternest +tile.monsterStoneEgg.stone.name=Stenen monsternest +tile.mushroom.name=Paddenstoel +tile.musicBlock.name=Nootblok +tile.mycel.name=Mycelium +tile.netherBrick.name=Netherbaksteen +tile.netherFence.name=Netherbakstenen hek +tile.netherStalk.name=Netherkruid +tile.netherquartz.name=Netherkwartserts +tile.notGate.name=Redstone-fakkel +tile.obsidian.name=Obsidiaan +tile.oreCoal.name=Steenkoolerts +tile.oreDiamond.name=Diamanterts +tile.oreEmerald.name=Smaragderts +tile.oreGold.name=Gouderts +tile.oreIron.name=IJzererts +tile.oreLapis.name=Lapis Lazuli-erts +tile.oreRedstone.name=Redstone-erts +tile.oreRuby.name=Robijnerts +tile.pistonBase.name=Duwmachine +tile.pistonStickyBase.name=Kleefzuiger +tile.portal.name=Portaal +tile.potatoes.name=Aardappelen +tile.pressurePlateStone.name=Stenen drukplaat +tile.pressurePlateWood.name=Houten drukplaat +tile.prismarine.bricks.name=Prismarien blokstenen +tile.prismarine.dark.name=Donkere prismarien +tile.prismarine.rough.name=Prismarien +tile.pumpkin.name=Pompoen +tile.quartzBlock.chiseled.name=Gebeiteld kwartsblok +tile.quartzBlock.default.name=Kwartsblok +tile.quartzBlock.lines.name=Kwartspilaar +tile.quartzBlock.name=Kwartsblok +tile.rail.name=Spoor +tile.redSandStone.chiseled.name=Gebeiteld rood zandsteen +tile.redSandStone.default.name=Rood zandsteen +tile.redSandStone.name=Rood zandsteen +tile.redSandStone.smooth.name=Glad rood zandsteen +tile.redstoneDust.name=Redstone-stof +tile.redstoneLight.name=Redstone-lamp +tile.reeds.name=Suikerriet +tile.sand.default.name=Zand +tile.sand.name=Zand +tile.sand.red.name=Rood Zand +tile.sandStone.chiseled.name=Gebeiteld zandsteen +tile.sandStone.default.name=Zandsteen +tile.sandStone.name=Zandsteen +tile.sandStone.smooth.name=Glad zandsteen +tile.sapling.acacia.name=Acaciakiemplant +tile.sapling.big_oak.name=Donkere eikenkiemplant +tile.sapling.birch.name=Berkenkiemplant +tile.sapling.jungle.name=Oerwoudkiemplant +tile.sapling.oak.name=Eikenkiemplant +tile.sapling.spruce.name=Sparrenkiemplant +tile.seaLantern.name=Zeelantaarn +tile.sign.name=Bord +tile.slime.name=Slijmblok +tile.snow.name=Sneeuw +tile.sponge.dry.name=Spons +tile.sponge.wet.name=Natte spons +tile.spruceFence.name=Sparrenhouten hek +tile.spruceFenceGate.name=Sparrenhouten poortje +tile.stainedGlass.black.name=Zwartgekleurd Glas +tile.stainedGlass.blue.name=Blauwgekleurd Glas +tile.stainedGlass.brown.name=Bruingekleurd Glas +tile.stainedGlass.cyan.name=Cyaangekleurd Glas +tile.stainedGlass.gray.name=Grijsgekleurd Glas +tile.stainedGlass.green.name=Groengekleurd Glas +tile.stainedGlass.lightBlue.name=Lichtblauwgekleurd Glas +tile.stainedGlass.lime.name=Lichtgroengekleurd Glas +tile.stainedGlass.magenta.name=Magentagekleurd Glas +tile.stainedGlass.name=Gekleurd glas +tile.stainedGlass.orange.name=Oranjegekleurd Glas +tile.stainedGlass.pink.name=Rozegekleurd Glas +tile.stainedGlass.purple.name=Paarsgekleurd Glas +tile.stainedGlass.red.name=Roodgekleurd Glas +tile.stainedGlass.silver.name=Lichtgrijsgekleurd Glas +tile.stainedGlass.white.name=Witgekleurd Glas +tile.stainedGlass.yellow.name=Geelgekleurd Glas +tile.stairsBrick.name=Bakstenen treden +tile.stairsNetherBrick.name=Netherbakstenen treden +tile.stairsQuartz.name=Kwartstreden +tile.stairsRedSandStone.name=Rode zandstenen treden +tile.stairsSandStone.name=Zandstenen treden +tile.stairsStone.name=Stenen treden +tile.stairsStoneBrickSmooth.name=Blokstenen treden +tile.stairsWood.name=Eikenhouten treden +tile.stairsWoodAcacia.name=Acaciahouten treden +tile.stairsWoodBirch.name=Berkenhouten treden +tile.stairsWoodDarkOak.name=Donkere eikenhouten treden +tile.stairsWoodJungle.name=Oerwoudhouten treden +tile.stairsWoodSpruce.name=Sparrenhouten treden +tile.stone.andesite.name=Andesiet +tile.stone.andesiteSmooth.name=Gepolijst andesiet +tile.stone.diorite.name=Dioriet +tile.stone.dioriteSmooth.name=Gepolijst dioriet +tile.stone.granite.name=Graniet +tile.stone.graniteSmooth.name=Gepolijst graniet +tile.stone.stone.name=Steen +tile.stoneMoss.name=Mossig steen +tile.stoneSlab.brick.name=Bakstenen plaat +tile.stoneSlab.cobble.name=Keistenen plaat +tile.stoneSlab.name=Stenen plaat +tile.stoneSlab.netherBrick.name=Netherbakstenen plaat +tile.stoneSlab.quartz.name=Kwartsplaat +tile.stoneSlab.sand.name=Zandstenen plaat +tile.stoneSlab.smoothStoneBrick.name=Blokstenen Plaat +tile.stoneSlab.stone.name=Stenen plaat +tile.stoneSlab.wood.name=Houten plaat +tile.stoneSlab2.red_sandstone.name=Rode zandstenen plaat +tile.stonebrick.name=Keisteen +tile.stonebricksmooth.chiseled.name=Gebeitelde blokstenen +tile.stonebricksmooth.cracked.name=Gebarsten blokstenen +tile.stonebricksmooth.default.name=Blokstenen +tile.stonebricksmooth.mossy.name=Mossige blokstenen +tile.stonebricksmooth.name=Blokstenen +tile.tallgrass.fern.name=Varen +tile.tallgrass.grass.name=Hoog gras +tile.tallgrass.name=Hoog gras +tile.tallgrass.shrub.name=Struik +tile.thinGlass.name=Glazen ruit +tile.thinStainedGlass.black.name=Zwartgekleurde Glazen Ruit +tile.thinStainedGlass.blue.name=Blauwgekleurde Glazen Ruit +tile.thinStainedGlass.brown.name=Bruingekleurde Glazen Ruit +tile.thinStainedGlass.cyan.name=Cyaangekleurde Glazen Ruit +tile.thinStainedGlass.gray.name=Grijsgekleurde Glazen Ruit +tile.thinStainedGlass.green.name=Groengekleurde Glazen Ruit +tile.thinStainedGlass.lightBlue.name=Lichtblauwgekleurde Glazen Ruit +tile.thinStainedGlass.lime.name=Lichtgroengekleurde Glazen Ruit +tile.thinStainedGlass.magenta.name=Magentagekleurde Glazen Ruit +tile.thinStainedGlass.name=Gekleurde glazen ruit +tile.thinStainedGlass.orange.name=Oranjegekleurde Glazen Ruit +tile.thinStainedGlass.pink.name=Rozegekleurde Glazen Ruit +tile.thinStainedGlass.purple.name=Paarsgekleurde Glazen Ruit +tile.thinStainedGlass.red.name=Roodgekleurde Glazen Ruit +tile.thinStainedGlass.silver.name=Lichtgrijsgekleurde Glazen Ruit +tile.thinStainedGlass.white.name=Witgekleurde Glazen Ruit +tile.thinStainedGlass.yellow.name=Geelgekleurde Glazen Ruit +tile.tnt.name=TNT +tile.torch.name=Fakkel +tile.trapdoor.name=Valluik +tile.tripWire.name=Struikeldraad +tile.tripWireSource.name=Struikeldraadhaak +tile.vine.name=Lianen +tile.water.name=Water +tile.waterlily.name=Waterlelie +tile.web.name=Spinnenweb +tile.weightedPlate_heavy.name=Drukgevoelige plaat (zwaar) +tile.weightedPlate_light.name=Drukgevoelige plaat (licht) +tile.whiteStone.name=Endsteen +tile.wood.acacia.name=Acaciahouten planken +tile.wood.big_oak.name=Donkere eiken houten planken +tile.wood.birch.name=Berkenhouten planken +tile.wood.jungle.name=Oerwoudhouten planken +tile.wood.name=Houten planken +tile.wood.oak.name=Eikenhouten planken +tile.wood.spruce.name=Sparrenhouten planken +tile.woodSlab.acacia.name=Acaciahouten plaat +tile.woodSlab.big_oak.name=Donkere eikenhouten plaat +tile.woodSlab.birch.name=Berkenhouten plaat +tile.woodSlab.jungle.name=Oerwoudhouten plaat +tile.woodSlab.name=Houten plaat +tile.woodSlab.oak.name=Eikenhouten plaat +tile.woodSlab.spruce.name=Sparrenhouten plaat +tile.woolCarpet.black.name=Zwart tapijt +tile.woolCarpet.blue.name=Blauw tapijt +tile.woolCarpet.brown.name=Bruin tapijt +tile.woolCarpet.cyan.name=Turquoise tapijt +tile.woolCarpet.gray.name=Grijs tapijt +tile.woolCarpet.green.name=Groen tapijt +tile.woolCarpet.lightBlue.name=Lichtblauw tapijt +tile.woolCarpet.lime.name=Lichtgroen tapijt +tile.woolCarpet.magenta.name=Magenta tapijt +tile.woolCarpet.name=Tapijt +tile.woolCarpet.orange.name=Oranje tapijt +tile.woolCarpet.pink.name=Roze tapijt +tile.woolCarpet.purple.name=Paars tapijt +tile.woolCarpet.red.name=Rood tapijt +tile.woolCarpet.silver.name=Lichtgrijs tapijt +tile.woolCarpet.white.name=Tapijt +tile.woolCarpet.yellow.name=Geel tapijt +tile.workbench.name=Werkbank +title.oldgl1=Oude grafische kaart gedetecteerd; Dit kan voorkomen dat je +title.oldgl2=kunt spelen in de verre toekomst wanneer OpenGL 2.0 nodig zal zijn. +translation.test.args=%s %s +translation.test.complex=Prefix, %s%2$s weer %s en %1$s ten slotte %s en ook %1$s weer! +translation.test.invalid=hallo % +translation.test.invalid2=hallo %s +translation.test.none=Hallo, wereld! +translation.test.world=wereld diff --git a/javascript/lang/nn_NO.lang b/javascript/lang/nn_NO.lang new file mode 100755 index 00000000..e782ddfb --- /dev/null +++ b/javascript/lang/nn_NO.lang @@ -0,0 +1,1630 @@ +achievement.acquireIron=Skaff utrustning +achievement.acquireIron.desc=Støyp jarnmalm om til ein jarnbarre +achievement.bakeCake=Løgna +achievement.bakeCake.desc=Kveitemjøl, sukker, mjølk og egg +achievement.blazeRod=Mellom oska og elden +achievement.blazeRod.desc=Skaff ein eldstav frÃ¥ eit eldskrømt +achievement.bookcase=Bibliotekar +achievement.bookcase.desc=Lag bokhyller til Ã¥ forbetre forhekselsesbordet ditt med +achievement.breedCow=Repopulasjon +achievement.breedCow.desc=Par to kyr med kveite +achievement.buildBetterPickaxe=Oppgradering +achievement.buildBetterPickaxe.desc=Lag ei betre hakke +achievement.buildFurnace=Varmt emne +achievement.buildFurnace.desc=Lag ein smelteomn av Ã¥tte brustein +achievement.buildHoe=No skal det dyrkast! +achievement.buildHoe.desc=Lag ei krafse av plankar og pinnar +achievement.buildPickaxe=No skal det hakkast! +achievement.buildPickaxe.desc=Lag ei hakke av plankar og pinnar +achievement.buildSword=No skal det herjast! +achievement.buildSword.desc=Lag sverd av plankar og pinnar +achievement.buildWorkBench=Hardt arbeid +achievement.buildWorkBench.desc=Lag ein arbeidsbenk av fire plankar +achievement.cookFish=Utsøkt fisk +achievement.cookFish.desc=Fang fisk og steik han! +achievement.diamonds=DIAMANTAR! +achievement.diamonds.desc=Grav fram diamantar med jernverkty +achievement.diamondsToYou=Diamantar til deg! +achievement.diamondsToYou.desc=Hiv diamant til ein annan spelar. +achievement.enchantments=Forheksar +achievement.enchantments.desc=Bruk ei bok, obsidian og diamantar og lag eit forhekselsesbord +achievement.exploreAllBiomes=Eventyrlege tider +achievement.exploreAllBiomes.desc=Oppdag alle biomane +achievement.flyPig=NÃ¥r grisar flyg +achievement.flyPig.desc=Ri utfor eit stup pÃ¥ ein gris +achievement.fullBeacon=FyrtÃ¥rnator +achievement.fullBeacon.desc=Lag eit fullt fyrtÃ¥rn +achievement.get=Utførte ei bragd! +achievement.ghast=Tilbake til avsendar +achievement.ghast.desc=Drep ein Gast med si eiga eldkule +achievement.killCow=Kuveltar +achievement.killCow.desc=Skaff deg lêr +achievement.killEnemy=Monsterjagar +achievement.killEnemy.desc=Angrip og gjer mos av eit monster +achievement.killWither=Starten. +achievement.killWither.desc=Drep Visnaren +achievement.makeBread=Brødbaking +achievement.makeBread.desc=Lag brød av kveite +achievement.mineWood=Skaffe ved +achievement.mineWood.desc=Deng pÃ¥ treet til det sprett ut ei treblokk +achievement.onARail=Dette gÃ¥r pÃ¥ skinner +achievement.onARail.desc=Reis i gruvevognen i minst 1 km fra hvor du startet +achievement.openInventory=Varetelling +achievement.openInventory.desc=Trykk '%1$s' for Ã¥ opne inventaret ditt. +achievement.overkill=Hardhendt +achievement.overkill.desc=Gjer Ã¥tte hjarte skade med eit einaste slag +achievement.overpowered=Overmanna +achievement.overpowered.desc=Bygg eit Notch-eple +achievement.portal=Vi mÃ¥ djupare +achievement.portal.desc=Bygg ein portal til Nether +achievement.potion=Lokalbryggeri +achievement.potion.desc=Kok ihop ein eliksir +achievement.requires=Krev '%1$s' fyrst +achievement.snipeSkeleton=Snikskyttarduell +achievement.snipeSkeleton.desc=Kverk eit beinrangel med pil-og-boge pÃ¥ 50 meters avstand eller meir +achievement.spawnWither=Starten? +achievement.spawnWither.desc=PÃ¥kall Visnaren +achievement.taken=Utført! +achievement.theEnd=Enden? +achievement.theEnd.desc=Finn Enden +achievement.theEnd2=Enden. +achievement.theEnd2.desc=Seir over Endedraken +addServer.add=Ferdig +addServer.enterIp=Serveradresse +addServer.enterName=Namn pÃ¥ Server +addServer.hideAddress=Skjul adresse +addServer.resourcePack=Server ressurs pakker +addServer.resourcePack.disabled=Deaktivert +addServer.resourcePack.enabled=Aktivert +addServer.resourcePack.prompt=Dialog +addServer.title=Endre serverinfo +advMode.allPlayers=Bruk "@a" for Ã¥ velja alle spelarane +advMode.command=Konsollkommando +advMode.nearestPlayer=Bruk "@p" for Ã¥ velja næraste spelar +advMode.notAllowed=MÃ¥ vera ein operatør i skaparmodus +advMode.notEnabled=Kommandoblokkar er ikkje aktivert pÃ¥ denne serveren +advMode.previousOutput=Forrige utsagn +advMode.randomPlayer=Bruk "@r" for Ã¥ velja ein tilfeldig spelar +advMode.setCommand=Angi konsollkommando for blokk +advMode.setCommand.success=Kommando sett: %s +attribute.name.generic.attackDamage=Skade +attribute.name.generic.followRange=Avstand monster vil følje deg +attribute.name.generic.knockbackResistance=Motstand mot tilbakeslag +attribute.name.generic.maxHealth=Maks liv +attribute.name.generic.movementSpeed=Snøggleik +attribute.name.horse.jumpStrength=Hestens bykse-kraft +attribute.name.zombie.spawnReinforcements=Forsterkningar av daudingar +book.byAuthor=av %1$s +book.editTitle=Skriv inn bokas tittel: +book.finalizeButton=Signer og lat att boka +book.finalizeWarning=PS! Signerar du boka, kan du ikkje lenger redigere ho. +book.generation.1=Kopi av original +book.generation.2=Kopi av kopi +book.pageIndicator=Side %1$s av %2$s +book.signButton=Signer +build.tooHigh=Høgdegrensa for bygging er %s blokker +chat.cannotSend=Kan ikkje sende melding +chat.copy=Kopier til utklippstavla +chat.link.confirm=Er du sikker pÃ¥ at du vil opna følgjande nettside? +chat.link.confirmTrusted=Ønskjer du Ã¥ opna eller vil du kopiere denne linken? +chat.link.open=Opne i nettlesaren +chat.link.warning=Opna aldri nettlenker frÃ¥ folk du ikkje lit pÃ¥! +chat.stream.emote=(%s) * %s %s +chat.stream.text=(%s) <%s> %s +chat.type.achievement=%s har oppnÃ¥dd bragda %s +commands.achievement.give.success.all=Gav alle bragdar til %s +commands.achievement.give.success.one=%s fekk %s suksessfullt +commands.achievement.statTooLow=Spelaren %s har ikkje statistikken %s +commands.achievement.unknownAchievement=Ukjend bragd eller statistikk '%s' +commands.ban.failed=Kunne ikkje utestengje %s +commands.ban.success=%s er bannlyst +commands.ban.usage=/ban [grunn ...] +commands.banip.invalid=Du skreiv ein ugyldig IP-adresse eller namnet pÃ¥ ein spelar som ikkje er logga pÃ¥ +commands.banip.success=Bannlyste IP-adressa %s +commands.banip.success.players=Den bannlysa IP-adressa, %s, eigast av %s +commands.banip.usage=/ban-ip [grunn ... ] +commands.banlist.ips=Det er totalt %s bannlyste IP-adresser: +commands.banlist.players=Det er totalt %s bannlyste spelarar: +commands.banlist.usage=/banlist [ips|spelarar] +commands.clear.failure=Kunne ikkje fjerna inventaret til %s, det er ingen gjenstandar Ã¥ fjerna +commands.clear.success=Rydda opp i inventaret til %s, fjerna %s gjenstandar +commands.debug.notStarted=Kan ikkje stoppa debugging nÃ¥r den ikkje er starta! +commands.debug.start=Starta debugging +commands.debug.stop=Stoppa debugging etter %s sekund (%s ticks) +commands.defaultgamemode.success=Verdas standard spelmodus er sett til %s +commands.defaultgamemode.usage=/defaultgamemode +commands.deop.failed=Kunne ikkje de-op'e %s +commands.deop.success=%s er ikkje lenger operatør +commands.deop.usage=/deop +commands.difficulty.success=Vanskegrada er satt til %s +commands.difficulty.usage=/difficulty +commands.downfall.success=Vêrguden skifta humør +commands.effect.failure.notActive=Kunne ikkje fjerna %1$s frÃ¥ %2$s sidan dei ikkje har verknaden +commands.effect.failure.notActive.all=Kunne ikkje fjerna noko verknad frÃ¥ %s sidan dei ikkje har nokon +commands.effect.notFound=Det er inga monsterverknad med ID %s +commands.effect.success=Gav %1$s (ID %2$s) * %3$s til %4$s for %5$s sekund +commands.effect.success.removed=Tok %1$s frÃ¥ %2$s +commands.effect.success.removed.all=Fjerna alle verknadar frÃ¥ %s +commands.enchant.cantCombine=%1$s kan ikkje kombineras med %2$s +commands.enchant.cantEnchant=Kan ikkje forheksa gjenstand med denne forheksinga +commands.enchant.noItem=MÃ¥let holder ikke et element +commands.enchant.notFound=Det er ingen slik trolldom med ID %s +commands.enchant.success=Forheksinga lykkas +commands.enchant.usage=/enchant [nivÃ¥] +commands.fill.outOfWorld=Kan ikkje plassere blokker utanfor verda +commands.fill.tooManyBlocks=For mange blokker i det spesifiserte omrÃ¥det (%s > %s) +commands.gamemode.success.other=Sett %s sin spelmodus til %s +commands.gamemode.success.self=Spelarmodusen din er sett til %s +commands.gamemode.usage=/gamemode [spelar] +commands.gamerule.norule=Ingen speleregel kalt '%s' er tilgjengeleg +commands.gamerule.success=Speleregelen er oppdatert +commands.generic.boolean.invalid='%s' er ikkje 'true' eller 'false' +commands.generic.double.tooBig=Talet du har oppgjeve (%s) er for stort, det mÃ¥ vera maksimalt %s +commands.generic.double.tooSmall=Talet du har oppgjeve (%s) er for lite, det mÃ¥ vera minst %s +commands.generic.entity.invalidType=Einingstypen '%s' er ugyldig +commands.generic.entity.invalidUuid=Eining-UUID du oppgav er i eit ugyldig format +commands.generic.entity.notFound=Eininga vart ikkje funne +commands.generic.exception=Ein ukjend feil oppstod medan du prøvde Ã¥ utføre kommandoen +commands.generic.notFound=Ukjent kommando. Prøv /help for ei liste med kommandoar +commands.generic.num.invalid=%s er ikkje eit gyldig tal +commands.generic.num.tooBig=Talet du skreiv (%s) er for stort, det mÃ¥ vere mindre enn %s +commands.generic.num.tooSmall=Talet du skreiv (%s) er for lite, det mÃ¥ minst vere %s +commands.generic.parameter.invalid='%s' er ikkje ein gyldig parameter +commands.generic.permission=Du har ikkje løyve til Ã¥ bruke denne kommandoen +commands.generic.player.notFound=Finn ikkje spelaren +commands.generic.syntax=Ugyldig kommandosyntaks +commands.generic.usage=Bruk: %s +commands.give.notFound=Det finnest ingen gjenstand med ID %s +commands.give.success=Gav %s * %s til %s +commands.give.tagError=Teikn-tolking mislykkast: %s +commands.give.usage=/give [mengde] [data] [dataTag] +commands.help.footer=Tips: Bruk -tasten medan du skriv ein kommando for Ã¥ autofullføre kommandoen eller argumenta hans +commands.help.header=--- Visar hjelpeside %s av %s (/help )--- +commands.help.usage=/help [side|kommandonamn] +commands.kick.success=Sparka %s frÃ¥ spelet +commands.kick.success.reason=Sparka %s frÃ¥ spelet: '%s' +commands.kick.usage=/kick [kvifor ...] +commands.kill.successful=Drap %s +commands.me.usage=/me +commands.message.display.incoming=%s kviskrar til deg: %s +commands.message.display.outgoing=Du kviskrar til %s: %s +commands.message.sameTarget=Du kan ikkje senda melding til deg sjølv! +commands.message.usage=/tell +commands.op.failed=Kunne ikkje op'e %s +commands.op.success=Gjorde %s til operatør +commands.op.usage=/op +commands.players.list=Det er %s/%s spelarar pÃ¥logga: +commands.playsound.playerTooFar=Spelar %s er for langt vekke til Ã¥ høyre lyden +commands.playsound.success=Spelte av '%s' til %s +commands.playsound.usage=/playsound [x] [y] [z] [volum] [tonenivÃ¥] [minimumVolum] +commands.publish.failed=Kunne ikkje oppretta lokalspel +commands.publish.started=Du er vert for ein game pÃ¥ port %s +commands.save-off.alreadyOff=Lagring er allet slÃ¥tt av. +commands.save-on.alreadyOn=Lagring er allt slÃ¥tt pÃ¥. +commands.save.disabled=Automatisk lagring av verd er av +commands.save.enabled=Automatisk lagring av verd er pÃ¥ +commands.save.failed=Lagring mislykkas: %s +commands.save.start=Lagrar... +commands.save.success=Lagra verda +commands.say.usage=/say +commands.scoreboard.objectiveNotFound=Fann ingen oppdrag med namn '%s' +commands.scoreboard.objectiveReadOnly=Oppdraget '%s' er skrivesperra og kan ikkje endras +commands.scoreboard.objectives.add.alreadyExists=Eit oppdrag med namn '%s' finnes frÃ¥ før +commands.scoreboard.objectives.add.displayTooLong=Visningsnamnet '%s' er for langt for eit oppdrag, maksimal lengde er %s teikn +commands.scoreboard.objectives.add.success=Oppdraget '%s' vart lagt til +commands.scoreboard.objectives.add.tooLong=Namnet '%s' er for langt for eit oppdrag, maksimal lengde er %s teikn +commands.scoreboard.objectives.add.usage=/scoreboard objectives add [visningsnamn ...] +commands.scoreboard.objectives.add.wrongType=Ugyldeg oppgave-kriterie type '%s' +commands.scoreboard.objectives.list.count=Viser %s oppdrag pÃ¥ resultattavla: +commands.scoreboard.objectives.list.empty=Det er ingen oppdrag pÃ¥ resultattavla +commands.scoreboard.objectives.list.entry=-%s: vises som '%s' og er av type '%s' +commands.scoreboard.objectives.remove.success=Oppdraget '%s' vart fjerna +commands.scoreboard.objectives.remove.usage=/scoreboard objectives remove +commands.scoreboard.objectives.setdisplay.invalidSlot=Fann ikkje visningsplass '%s' +commands.scoreboard.objectives.setdisplay.successCleared=Fjerna visningsplass for oppdrag '%s' +commands.scoreboard.objectives.setdisplay.successSet=Anga visning for oppdrag frÃ¥ '%s' til '%s' +commands.scoreboard.objectives.setdisplay.usage=/scoreboard objectives setdisplay [oppdrag] +commands.scoreboard.players.list.count=Viser %s spora spelarar pÃ¥ resultattavla: +commands.scoreboard.players.list.empty=Det er ingen spora spelarar pÃ¥ resultattavla +commands.scoreboard.players.list.player.count=Viser %s spora oppdrag for %s: +commands.scoreboard.players.list.player.empty=Spelar %s har ingen registrerte poeng +commands.scoreboard.players.list.usage=/scoreboard players list [namn] +commands.scoreboard.players.reset.success=Alle poengsum for spelar %s vart tilbakestilt +commands.scoreboard.players.set.success=Satt poengsum %s for spelar %s til %s +commands.scoreboard.teamNotFound=Fann ingen lag med namn '%s' +commands.scoreboard.teams.add.alreadyExists=Eit lag med namn '%s' finnes frÃ¥ før +commands.scoreboard.teams.add.displayTooLong=Visningsnamnet '%s' er for langt for eit lag, maksimal lengde er %s teikn +commands.scoreboard.teams.add.success=Laget '%s' vart lagt til +commands.scoreboard.teams.add.tooLong=Namnet '%s' er for langt for eit lag, maksimal lengde er %s teikn +commands.scoreboard.teams.add.usage=/scoreboard teams add [visningsnamn ...] +commands.scoreboard.teams.empty.alreadyEmpty=Laget %s er tomt, kan ikkje fjerna ikkje-eksisterande spelarar +commands.scoreboard.teams.empty.success=Fjerna alle %s spelar(ar) frÃ¥ laget %s +commands.scoreboard.teams.join.failure=Kunne ikkje fjerna %s spelar(ar) frÃ¥ laget: %s +commands.scoreboard.teams.join.success=La til %s spelar(ar) i laget %s: %s +commands.scoreboard.teams.join.usage=/scoreboard teams join [spelar] +commands.scoreboard.teams.leave.failure=Kunne ikkje fjerna %s spelar(ar) frÃ¥ laget: %s +commands.scoreboard.teams.leave.noTeam=Du er ikkje pÃ¥ eit lag +commands.scoreboard.teams.leave.success=Fjerna %s spelar(ar) frÃ¥ laget: %s +commands.scoreboard.teams.leave.usage=/scoreboard teams leave [spelar] +commands.scoreboard.teams.list.count=Viser %s lag pÃ¥ resultattavla: +commands.scoreboard.teams.list.empty=Ingen lag er registrert pÃ¥ resultattavla +commands.scoreboard.teams.list.entry=-%1$s: '%2$s' har %3$s spelarar +commands.scoreboard.teams.list.player.count=Viser %s spelar(ar) pÃ¥ laget %s: +commands.scoreboard.teams.list.player.empty=Laget %s har ingen spelarar +commands.scoreboard.teams.list.usage=/scoreboard teams list [namn] +commands.scoreboard.teams.option.noValue=Gyldige verdiar for val %s er: %s +commands.scoreboard.teams.option.success=Set %s for lag %s til %s +commands.scoreboard.teams.remove.success=Fjerna laget %s +commands.scoreboard.teams.remove.usage=/scoreboard teams remove +commands.seed.success=Seed: %s +commands.setblock.failed=Kan ikkje plassere blokk +commands.setblock.noChange=Blokka kan ikkje plasserast +commands.setblock.notFound=Det er inga blokk med ID/namnet %s +commands.setblock.outOfWorld=Kan ikkje plassere blokker utanfor verda +commands.setblock.success=Blokk plassert +commands.setblock.tagError=Teikn-tolking mislykkast: %s +commands.setblock.usage=/setblock [verdi][gamalBlokkHandtering][dataTag] +commands.setidletimeout.success=Tidsavbrot sett til %s minutter. +commands.setidletimeout.usage=/setidletimeout +commands.setworldspawn.success=Sat verda sitt spawn-punkt til (%s,%s,%s) +commands.spawnpoint.success=Endra startspunktet til %s til (%s, %s, %s) +commands.spreadplayers.failure.players=Fekk ikkje spreie %s spelarar rundt %s,%s (for lite plass til alle spelarane - prøv Ã¥ spreie med ein maksimum pÃ¥ %s) +commands.spreadplayers.failure.teams=Fekk ikkje spreie %s lag rundt %s,%s (for lite plass til alle spelarane - prøv Ã¥ spreie med ein maksimum pÃ¥ %s) +commands.spreadplayers.info.players=(Gjennomsnittleg avstand mellom spelarar er %s blokkar frÃ¥ kvarandre etter %s gjennomkjøringar) +commands.spreadplayers.info.teams=(Gjennomsnittleg avstand mellom lag er %s blokkar frÃ¥ kvarandre etter %s gjennomkjøringar) +commands.spreadplayers.spreading.players=Spreiar %s spelarar %s blokkar rundt %s,%s (minst %s blokkar frÃ¥ kvarandre) +commands.spreadplayers.spreading.teams=Spreiar %s lag %s blokkar rundt %s,%s (minst %s blokkar frÃ¥ kvarandre) +commands.spreadplayers.success.players=(Gjennomsnittleg avstand mellom lag er %s blokkar frÃ¥ kvarandre etter %s gjennomkjøringar) +commands.spreadplayers.success.teams=Spreidde %s lag rundt %s,%s +commands.spreadplayers.usage=/spreadplayers +commands.stop.start=Stoppar serveren +commands.summon.failed=Kan ikkje kalle fram gjenstanden +commands.summon.outOfWorld=Kan ikkje kalle fram ein gjenstand utanfor verda +commands.summon.success=Gjenstanden er kalla fram +commands.summon.tagError=Teikn-tolking mislykkast: %s +commands.summon.usage=/summon [x] [y] [z] [dataTag] +commands.tellraw.jsonException=Ugyldig json: %s +commands.tellraw.usage=/tellraw +commands.testforblock.failed.data=Blokka ved %s,%s,%s hadde verdien %s (forventa: %s). +commands.testforblock.failed.nbt=Blokka ved %s, %s, %s har ikkje dei nødvendige NBT-nøklane. +commands.testforblock.failed.tile=Blokka ved %s,%s,%s er %s (forventa: %s). +commands.testforblock.failed.tileEntity=Blokka ved %s,%s,%s er ikkje ei brikke-einheit og støttar ikkje tag samanlikning. +commands.testforblock.outOfWorld=Kan ikkje teste for ei blok utanfor verda +commands.testforblock.success=Fant blokka ved %s,%s,%s. +commands.testforblock.usage=/testforblock [dataVerdi] [dataTag] +commands.time.added=La til %s til tida +commands.time.query=Klokka er %s +commands.time.set=Set tida til %s +commands.tp.notSameDimension=Kan ikkje teleportera fordi spelarane ikkje er i same dimensjon +commands.tp.success=Teleporterte %s til %s +commands.tp.success.coordinates=Teleporterte %s til %s,%s,%s +commands.unban.failed=Kunne ikkje tillate %s +commands.unban.success=%s er ikkje lenger bannlyst +commands.unban.usage=/pardon +commands.unbanip.invalid=Du har skreve inn ei ugyldig IP adresse +commands.unbanip.success=IP-adressa %s er ikkje lenger bannlyst +commands.unbanip.usage=/pardon-ip +commands.weather.clear=Endra vêret til klÃ¥rt +commands.weather.rain=Endra vêret til regn +commands.weather.thunder=Frø: %s +commands.weather.usage=/weather [lengde i sekund] +commands.whitelist.add.failed=Kan ikke legge til %s i hvitelisten +commands.whitelist.add.success=La til %s i kvitelista +commands.whitelist.add.usage=/whitelist add +commands.whitelist.disabled=Kviteliste er skrudd av +commands.whitelist.enabled=Kviteliste er skrudd pÃ¥ +commands.whitelist.list=Det er %s (ut av %s sett) reinvaska spelarar: +commands.whitelist.reloaded=Kvitelista vart lasta om att +commands.whitelist.remove.failed=Kunne ikkje fjerne %s frÃ¥ kvitelista +commands.whitelist.remove.success=Fjerna %s frÃ¥ kvitelista +commands.whitelist.remove.usage=/whitelist remove +commands.whitelist.usage=/whitelist +commands.xp.failure.widthdrawXp=Kan ikke gje ein spelar negativ erfaringspoeng +commands.xp.success=Gitt %s erfaringspoeng til %s +commands.xp.success.levels=Gitt %s nivÃ¥ til %s +commands.xp.success.negative.levels=Tok %s nivÃ¥ frÃ¥ %s +commands.xp.usage=/xp [spelar] ELLER /xp L [spelar] +connect.authorizing=Loggar inn... +connect.connecting=Koplar til server... +connect.failed=Kunne ikkje kople til serveren +container.brewing=Bryggeapparat +container.chest=Kiste +container.chestDouble=Stor kiste +container.crafting=Crafting +container.creative=Vel gjenstand +container.dispenser=Dispenser +container.dropper=Droppar +container.enchant=Forheks +container.enderchest=Ende-kiste +container.furnace=Smelteomn +container.hopper=Gjenstandstrakt +container.inventory=Inventar +container.minecart=Gruvevogn +container.repair=Reparer og namngje +container.repair.cost=Forheksingskostnad: %1$s +container.repair.expensive=For dyrt! +controls.reset=Reset +controls.resetAll=Resetknapp +controls.title=Kontrollar +createWorld.customize.custom.biomeSize=Landskapstorleik +createWorld.customize.custom.center=Midtpunkthøgde +createWorld.customize.custom.confirm1=Dette vil skrive over dine noverande +createWorld.customize.custom.confirm2=innstillingar og kan ikkje angrast. +createWorld.customize.custom.confirmTitle=Ã…tvaring! +createWorld.customize.custom.defaults=Standard +createWorld.customize.custom.fixedBiome=Landskap +createWorld.customize.custom.maxHeight=Maks høgde +createWorld.customize.custom.minHeight=Min. høgde +createWorld.customize.custom.next=Neste side +createWorld.customize.custom.page0=Vanlege innstillingar +createWorld.customize.custom.page2=Avanserte innstillingar (kun for ekspertar!) +createWorld.customize.custom.page3=Ekstra avanserte innstillingar (kun for ekspertar!) +createWorld.customize.custom.preset.goodLuck=Lukke til +createWorld.customize.custom.preset.isleLand=Øylandskap +createWorld.customize.custom.preset.waterWorld=Vassverd +createWorld.customize.custom.presets=Førehandsinnstillingar +createWorld.customize.custom.presets.title=Tilpass verdsførehandsinnstillingar +createWorld.customize.custom.prev=Førre side +createWorld.customize.custom.randomize=Tilfeldiggjer +createWorld.customize.custom.riverSize=Elvestorleik +createWorld.customize.custom.seaLevel=HavnivÃ¥ +createWorld.customize.custom.useCaves=Grotter +createWorld.customize.custom.useDungeons=Fangehol +createWorld.customize.custom.useLavaLakes=Lavasjøar +createWorld.customize.custom.useLavaOceans=Lavahav +createWorld.customize.custom.useMineShafts=Gruvegangar +createWorld.customize.custom.useMonuments=Havmonument +createWorld.customize.custom.useRavines=Raviner +createWorld.customize.custom.useStrongholds=Festningar +createWorld.customize.custom.useTemples=Tempel +createWorld.customize.custom.useVillages=Bygder +createWorld.customize.flat.addLayer=Legg til lag +createWorld.customize.flat.editLayer=Endre lag +createWorld.customize.flat.height=Høgde +createWorld.customize.flat.layer.bottom=Botn - %s +createWorld.customize.flat.layer.top=Topp - %s +createWorld.customize.flat.removeLayer=Fjern lag +createWorld.customize.flat.tile=Materiale pÃ¥ lag +createWorld.customize.flat.title=Tilpass vassrettinnstillingar +createWorld.customize.presets=Førehandsinnstilling +createWorld.customize.presets.list=Til alternativ er det nokon her me har lagd tidlegare! +createWorld.customize.presets.select=Bruk førehandsinnstilling +createWorld.customize.presets.share=Lyst til Ã¥ dela ein førehandsinnstilling med nokon? Bruk boksen under! +createWorld.customize.presets.title=Vel førehandsinnstilling +death.attack.anvil=%1$s vart kverka av ein fallande ambolt +death.attack.arrow=%1$s vart skoten av %2$s +death.attack.arrow.item=%1$s vart skoten av %2$s med %3$s +death.attack.cactus=%1$s stakk seg i hel +death.attack.cactus.player=%1$s gjekk rett pÃ¥ ein kaktus under flukt frÃ¥ %2$s +death.attack.drown=%1$s drukna +death.attack.drown.player=%1$s drukna under flukt frÃ¥ %2$s +death.attack.explosion=%1$s vart sprengd i lufta +death.attack.explosion.player=%1$s vart sprengd i lufta av %2$s +death.attack.fall=%1$s traff bakken ein smule hardt +death.attack.fallingBlock=%1$s vart kverka av ein fallande blokk +death.attack.fireball=%1$s vart klinka av ei eldkule frÃ¥ %2$s +death.attack.fireball.item=%1$s vart klinka av ei eldkule frÃ¥ %2$s med %3$s +death.attack.generic=%1$s døydde +death.attack.inFire=%1$s gjekk opp i røyk +death.attack.inFire.player=%1$s vart ein smule for heit i kampen mot %2$s +death.attack.inWall=%1$s vart kvalt i ei blokk +death.attack.indirectMagic=%1$s vart drepen av %2$s med magi +death.attack.indirectMagic.item=%1$s vart drepen av %2$s med %3$s +death.attack.lava=%1$s prøvde Ã¥ symja i lava +death.attack.lava.player=%1$s prøvde Ã¥ symja i lava under flukt frÃ¥ %2$s +death.attack.magic=%1$s vart drepen av magi +death.attack.mob=%1$s vart kverka av %2$s +death.attack.onFire=%1$s brann i hel +death.attack.onFire.player=%1$s vart sprøsteikt i kampen mot %2$s +death.attack.outOfWorld=%1$s fall ut av verda +death.attack.player=%1$s vart kverka av %2$s +death.attack.player.item=%1$s vart kverka av %2$s med %3$s +death.attack.starve=%1$s svalt i hel +death.attack.thorns=%1$s vart drepen mens han prøvde Ã¥ skada %2$s +death.attack.thrown=%1$s vart bombardert av %2$s +death.attack.thrown.item=%1$s vart bombardert av %2$s med %3$s +death.attack.wither=%1$s visna +death.fell.accident.generic=%1$s fall frÃ¥ ein høg plass +death.fell.accident.ladder=%1$s ramla frÃ¥ ein stige +death.fell.accident.vines=%1$s fall av nokre klatreplanter +death.fell.accident.water=%1$s fall ut av vatnet +death.fell.assist=%1$s vart tvungen til Ã¥ falle av %2$s +death.fell.assist.item=%1$s vart tvungen til Ã¥ falle av %2$s med %3$s +death.fell.finish=%1$s datt for langt og vart drept av %2$s +death.fell.finish.item=%1$s Datt for langt og vart drept av %2$s som brukte %3$s +death.fell.killer=%1$s vart tvungen til Ã¥ falle +deathScreen.deleteWorld=Fjern verda +deathScreen.hardcoreInfo=Du kan ikkje gjenoppstÃ¥ i Hardhaus-modus! +deathScreen.leaveServer=Forlat server +deathScreen.quit.confirm=Er du sikker pÃ¥ at du vil stengje spelet? +deathScreen.respawn=GjenoppstÃ¥ +deathScreen.score=Poeng +deathScreen.title=Du døyde! +deathScreen.title.hardcore=Spelet er over! +deathScreen.titleScreen=Hovudmeny +demo.day.1=Denne demoen varar i fem speledagar. Gjer ditt beste! +demo.day.2=Dag to +demo.day.3=Dag tre +demo.day.4=Dag fire +demo.day.5=Dette er den siste dagen din! +demo.day.6=Den siste dagen din er over. Trykk pÃ¥ F2 for Ã¥ ta ein skjermdump av byggverket ditt +demo.day.warning=Tida er snart ute! +demo.demoExpired=Demotida er ute! +demo.help.buy=Kjøp no! +demo.help.fullWrapped=Denne demoen vil vare i 5 speldagar (omtrent 1 time og 40 minutt i ekte tid). Sjekk ut oppnÃ¥dde resultat for gode tips! Lukke til! +demo.help.inventory=Trykk %1$%s for Ã¥ opne inventaret ditt +demo.help.jump=Trykk %1$%s for Ã¥ hoppa +demo.help.later=Fortsett Ã¥ spele! +demo.help.movement=Bruk %1$%s, %2$s, %3$s, %4$%s og datamusa for Ã¥ bevega deg +demo.help.movementMouse=SjÃ¥ rundt deg ved Ã¥ bruke musa +demo.help.movementShort=Beveg deg ved Ã¥ presse %1$s, %2$s, %3$s, %4$s +demo.help.title=Minecraft Demonstrasjonsmodus +demo.remainingTime=GjenstÃ¥ande tid: %s +demo.reminder=Demotida er over. Kjøp spelet for Ã¥ fortsetta, eller lag ei ny verd! +disconnect.closed=Tilkopling avbrutt +disconnect.disconnected=FrÃ¥kopla av serveren +disconnect.endOfStream=Slutt pÃ¥ samband +disconnect.genericReason=%s +disconnect.kicked=Vart sparka ut av spelet +disconnect.loginFailed=Feil ved innlogging +disconnect.loginFailedInfo=Feil ved innlogging: %s +disconnect.loginFailedInfo.invalidSession=Ugyldig økt (Prøv Ã¥ starte spelet pÃ¥ nytt) +disconnect.loginFailedInfo.serversUnavailable=Autentiseringa er for augneblinken nede for vedlikehald. +disconnect.lost=Samband mista +disconnect.overflow=Bufferen flaut over +disconnect.quitting=Avsluttar +disconnect.spam=Sparka pÃ¥ grunn av spamming +disconnect.timeout=Tidsavbrot +enchantment.arrowDamage=Styrke +enchantment.arrowFire=Eld +enchantment.arrowInfinite=Evig +enchantment.arrowKnockback=Slag +enchantment.damage.all=Kvassleik +enchantment.damage.arthropods=Arachnidas bane +enchantment.damage.undead=Vandaudes bane +enchantment.digging=Effektivitet +enchantment.durability=Herda +enchantment.fire=Eldverknad +enchantment.fishingSpeed=Sluk +enchantment.knockback=Attendeslag +enchantment.level.1=I +enchantment.level.10=X +enchantment.level.2=II +enchantment.level.3=III +enchantment.level.4=IV +enchantment.level.5=V +enchantment.level.6=VI +enchantment.level.7=VII +enchantment.level.8=VIII +enchantment.level.9=IX +enchantment.lootBonus=Plyndring +enchantment.lootBonusDigger=Hell +enchantment.lootBonusFishing=Havets lykkje +enchantment.oxygen=Gjeller +enchantment.protect.all=Vern +enchantment.protect.explosion=Eksplosjonsvern +enchantment.protect.fall=Fjørfall +enchantment.protect.fire=Eldvern +enchantment.protect.projectile=Prosjektilvern +enchantment.thorns=Taggar +enchantment.untouching=Varsam +enchantment.waterWorker=Vassarbeid +entity.Arrow.name=Pil +entity.Bat.name=Flaggermus +entity.Blaze.name=Eldskrømt +entity.Boat.name=BÃ¥t +entity.Cat.name=Katt +entity.CaveSpider.name=Gruvevevkjerring +entity.Chicken.name=Kjukling +entity.Cow.name=Ku +entity.Creeper.name=Krypar +entity.EnderDragon.name=Endedrake +entity.Enderman.name=Endemann +entity.EntityHorse.name=Hest +entity.FallingSand.name=Dettande blokk +entity.Fireball.name=Eldkule +entity.Ghast.name=Gast +entity.Giant.name=Jotun +entity.Item.name=Gjenstand +entity.LavaSlime.name=Magmakube +entity.Minecart.name=Gruvevogn +entity.Mob.name=Skapning +entity.Monster.name=Monster +entity.MushroomCow.name=Møsopp +entity.Ozelot.name=Ozelot +entity.Painting.name=MÃ¥leri +entity.Pig.name=Gris +entity.PigZombie.name=Grisemann +entity.PrimedTnt.name=TNT-blokk +entity.Sheep.name=Sau +entity.Silverfish.name=Sylvkrek +entity.Skeleton.name=Beinrangel +entity.Slime.name=Slime +entity.SmallFireball.name=Lita eldkule +entity.SnowMan.name=Snømann + +entity.Snowball.name=Snøball +entity.Spider.name=Vevkjerring +entity.Squid.name=Blekksprut +entity.Villager.name=Innbyggjar +entity.VillagerGolem.name=Jarnkjempe +entity.Witch.name=Trollkjerring +entity.WitherBoss.name=Visnaren +entity.Wolf.name=Ulv +entity.XPOrb.name=Erfaringskule +entity.Zombie.name=Dauding +entity.donkey.name=Esel +entity.generic.name=ukjend +entity.horse.name=Hest +entity.mule.name=Muldyr +entity.skeletonhorse.name=Beinrangelhest +entity.zombiehorse.name=Daudinghest +gameMode.adventure=Utforskarmodus +gameMode.changed=Din spelarmodus har blitt oppdatert +gameMode.creative=Skaparmodus +gameMode.hardcore=Hardhaus-modus! +gameMode.spectator=Tilskodarmodus +gameMode.survival=Overlevingsmodus +generator.amplified=FORSTERKA +generator.amplified.info=Merknad: Berre for moro, krevjer ei kraftig datamaskin +generator.default=Normal +generator.flat=Vassrett +generator.largeBiomes=Større biomar +gui.achievements=Bragder +gui.all=Alt +gui.back=Tilbake +gui.cancel=Avbryt +gui.done=Ferdig +gui.down=Ned +gui.no=Nei +gui.none=Ingen +gui.stats=Statistikk +gui.toMenu=Attende til hovudmenyen +gui.up=Opp +gui.yes=Ja +inventory.binSlot=Øydelegg gjenstand +item.apple.name=Eple +item.appleGold.name=Gulleple +item.arrow.name=Pil +item.bed.name=Seng +item.beefCooked.name=Steikt biff +item.beefRaw.name=RÃ¥ biff +item.blazePowder.name=Eldpulver +item.blazeRod.name=Eldstav +item.boat.name=BÃ¥t +item.bone.name=Bein +item.book.name=Bok +item.bootsChain.name=Brynjestøvlar +item.bootsCloth.name=Skinnstøvlar +item.bootsDiamond.name=Diamantstøvlar +item.bootsGold.name=Gullstøvlar +item.bootsIron.name=Jarnstøvlar +item.bow.name=Boge +item.bowl.name=Bolle +item.bread.name=Brød +item.brewingStand.name=Bryggeapparat +item.brick.name=Murstein +item.bucket.name=Bytte +item.bucketLava.name=Bytte med lava +item.bucketWater.name=Bytte med vatn +item.cake.name=Kake +item.carrotGolden.name=Gyllen gulrot +item.carrotOnAStick.name=Gulrot pÃ¥ stong +item.carrots.name=Gulrot +item.cauldron.name=Gryte +item.charcoal.name=Trekol +item.chestplateChain.name=Ringbrynje +item.chestplateCloth.name=Skinntrøye +item.chestplateDiamond.name=Brystplate av diamant +item.chestplateGold.name=Brystplate av gull +item.chestplateIron.name=Brystplate av jarn +item.chickenCooked.name=Steikt kjukling +item.chickenRaw.name=RÃ¥ kjukling +item.clay.name=Leire +item.clock.name=Klokke +item.coal.name=Kol +item.comparator.name=Komparator +item.compass.name=Kompass +item.cookie.name=Kjeks +item.diamond.name=Diamant +item.diode.name=Diode +item.doorIron.name=Jarndør +item.dyePowder.black.name=Blekkpose +item.dyePowder.blue.name=Lapis Lazuli +item.dyePowder.brown.name=Kakaobønner +item.dyePowder.cyan.name=Turkisfarge +item.dyePowder.gray.name=GrÃ¥farge +item.dyePowder.green.name=Kaktusgrøn +item.dyePowder.lightBlue.name=LjoseblÃ¥farge +item.dyePowder.lime.name=Limegrønfarge +item.dyePowder.magenta.name=Ljoselillafarge +item.dyePowder.orange.name=Oransjefarge +item.dyePowder.pink.name=Lyseraudfarge +item.dyePowder.purple.name=Lillafarge +item.dyePowder.red.name=Rosenraudt +item.dyePowder.silver.name=LjosegrÃ¥farge +item.dyePowder.white.name=Beinmjøl +item.dyePowder.yellow.name=Løvetanngul +item.dyed=Farga +item.egg.name=Egg +item.emerald.name=Smaragd +item.emptyMap.name=Tomt kart +item.emptyPotion.name=Flaske med vatn +item.enchantedBook.name=Forheksa bok +item.enderPearl.name=Endeperle +item.expBottle.name=Forheksarflaske +item.eyeOfEnder.name=Ende-auge +item.feather.name=Fjør +item.fermentedSpiderEye.name=Gjæra vevkjerringsauge +item.fireball.name=Eldkule +item.fireworks.flight=Flyg lengde: +item.fireworks.name=Fyrverkeri +item.fireworksCharge.black=Svart +item.fireworksCharge.blue=BlÃ¥ +item.fireworksCharge.brown=Brun +item.fireworksCharge.customColor=Eigendefinert +item.fireworksCharge.cyan=Turkis +item.fireworksCharge.fadeTo=Fader til +item.fireworksCharge.flicker=Gnistring +item.fireworksCharge.gray=GrÃ¥ +item.fireworksCharge.green=Grøn +item.fireworksCharge.lightBlue=LjoseblÃ¥ +item.fireworksCharge.lime=Limefarga +item.fireworksCharge.magenta=Ljoselilla +item.fireworksCharge.name=Fyrverkeristjerne +item.fireworksCharge.orange=Oransje +item.fireworksCharge.pink=Rosa +item.fireworksCharge.purple=Lilla +item.fireworksCharge.red=Raud +item.fireworksCharge.silver=LjosegrÃ¥ +item.fireworksCharge.trail=Spor +item.fireworksCharge.type=Ukjend form +item.fireworksCharge.type.0=Lita kule +item.fireworksCharge.type.1=Stor kule +item.fireworksCharge.type.2=Stjerne-forma +item.fireworksCharge.type.3=Krelar-forma +item.fireworksCharge.type.4=Utbrot +item.fireworksCharge.white=Kvit +item.fireworksCharge.yellow=Gul +item.fish.clownfish.raw.name=Klovnefisk +item.fish.cod.cooked.name=Kokt fisk +item.fish.cod.raw.name=RÃ¥ fisk +item.fish.pufferfish.raw.name=Kulefisk +item.fish.salmon.cooked.name=Kokt laks +item.fish.salmon.raw.name=RÃ¥ laks +item.fishingRod.name=Fiskestong +item.flint.name=Flint +item.flintAndSteel.name=Fyrtøy +item.flowerPot.name=Blomepotte +item.frame.name=Ramme +item.ghastTear.name=GasttÃ¥re +item.glassBottle.name=Glasflaske +item.goldNugget.name=Gullklump +item.hatchetDiamond.name=Diamantøks +item.hatchetGold.name=Gulløks +item.hatchetIron.name=Jarnøks +item.hatchetStone.name=Steinøks +item.hatchetWood.name=Treøks +item.helmetChain.name=Brynjehjelm +item.helmetCloth.name=Skinnhue +item.helmetDiamond.name=Diamanthjelm +item.helmetGold.name=Gullhjelm +item.helmetIron.name=Jarnhjelm +item.hoeDiamond.name=Diamantkrafse +item.hoeGold.name=Gullkrafse +item.hoeIron.name=Jarnkrafse +item.hoeStone.name=Steinkrafse +item.hoeWood.name=Trekrafse +item.horsearmordiamond.name=Diamantrustning for hest +item.horsearmorgold.name=Gullrustning for hest +item.horsearmormetal.name=Jarnrustning for hest +item.ingotGold.name=Gullbarre +item.ingotIron.name=Jarnbarre +item.leash.name=Band +item.leather.name=Lêr +item.leaves.name=Lauv +item.leggingsChain.name=Brynjebukser +item.leggingsCloth.name=Skinnbrok +item.leggingsDiamond.name=Beinplater av diamant +item.leggingsGold.name=Beinplater av gull +item.leggingsIron.name=Beinplater av jarn +item.magmaCream.name=Magmakrem +item.map.name=Kart +item.melon.name=Melon +item.milk.name=Mjølk +item.minecart.name=Gruvevogn +item.minecartChest.name=Gruvevogn med kiste +item.minecartCommandBlock.name=Gruvevogn med kommandoblokk +item.minecartFurnace.name=Gruvevogn med motor +item.minecartHopper.name=Gruvevogn med trakt +item.minecartTnt.name=Gruvevogn med TNT +item.monsterPlacer.name=Framkall +item.mushroomStew.name=Soppstuing +item.nameTag.name=Namneskilt +item.netherStalkSeeds.name=Nethervorte +item.netherStar.name=Netherstjerne +item.netherbrick.name=Nethermur +item.netherquartz.name=Nether-kvarts +item.painting.name=MÃ¥leri +item.paper.name=Papir +item.pickaxeDiamond.name=Diamanthakke +item.pickaxeGold.name=Gullhakke +item.pickaxeIron.name=Jarnhakke +item.pickaxeStone.name=Steinhakke +item.pickaxeWood.name=Trehakke +item.porkchopCooked.name=Steikt svinekotelett +item.porkchopRaw.name=RÃ¥ svinekotelett +item.potato.name=Potet +item.potatoBaked.name=Bakt potet +item.potatoPoisonous.name=Giftig potet +item.potion.name=Brygg +item.pumpkinPie.name=Graskarpai +item.record.11.desc=C418 - 11 +item.record.13.desc=C418 - 13 +item.record.blocks.desc=C418 - blocks +item.record.cat.desc=C418 - cat +item.record.chirp.desc=C418 - chirp +item.record.far.desc=C418 - far +item.record.mall.desc=C418 - mall +item.record.mellohi.desc=C418 - mellohi +item.record.name=Musikkplate +item.record.stal.desc=C418 - stal +item.record.strad.desc=C418 - strad +item.record.wait.desc=C418 - wait +item.record.ward.desc=C418 - ward +item.redstone.name=Raudstein +item.reeds.name=Sukkerrøyr +item.rottenFlesh.name=Forderva kjøt +item.ruby.name=Rubin + +item.saddle.name=Sal +item.seeds.name=Frø +item.seeds_melon.name=Melonfrø +item.seeds_pumpkin.name=Graskarfrø +item.shears.name=Saks +item.shovelDiamond.name=Diamantspade +item.shovelGold.name=Gullspade +item.shovelIron.name=Jarnspade +item.shovelStone.name=Steinspade +item.shovelWood.name=Trespade +item.sign.name=Skilt +item.skull.char.name=Hovud +item.skull.creeper.name=Krelarhovud +item.skull.player.name=Hovudet til %s +item.skull.skeleton.name=Hovudskalle av beinrangel +item.skull.wither.name=Hovudskalle av visnarbeinrangel +item.skull.zombie.name=Hovudskalle av dauding +item.slimeball.name=Slimball +item.snowball.name=Snøball +item.speckledMelon.name=Glitrande vassmelon +item.spiderEye.name=Vevkjerringsauge +item.stick.name=Pinne +item.string.name=TrÃ¥d +item.sugar.name=Sukker +item.sulphur.name=Krut +item.swordDiamond.name=Diamantsverd +item.swordGold.name=Gullsverd +item.swordIron.name=Jarnsverd +item.swordStone.name=Steinsverd +item.swordWood.name=Tresverd +item.unbreakable=Uknuseleg +item.wheat.name=Kveite +item.writingBook.name=Bok og fjærpenn +item.writtenBook.name=Skreven bok +item.yellowDust.name=Glødestøv +itemGroup.brewing=Brygging +itemGroup.buildingBlocks=Byggemateriale +itemGroup.combat=Kamp +itemGroup.decorations=Pynt +itemGroup.food=Mat +itemGroup.inventory=Overlevingsinventar +itemGroup.materials=Materiale +itemGroup.misc=Forskjelleg +itemGroup.redstone=Raudstein +itemGroup.search=Søk etter gjendstandar +itemGroup.tools=Verkty +itemGroup.transportation=Transport +key.attack=Angrip/Øydelegg +key.back=GÃ¥ bakover +key.categories.gameplay=Speling +key.categories.inventory=Inventar +key.categories.misc=Diverse +key.categories.movement=Rørsle +key.categories.multiplayer=Fleirspelar +key.categories.stream=Kringkasting +key.categories.ui=Spelgrensesnitt +key.chat=Opne chat +key.command=Opne kommando +key.drop=Kast gjenstand +key.forward=GÃ¥ framover +key.fullscreen=Fullskjerm +key.hotbar.1=hurtig-inventar plass 1 +key.hotbar.2=hurtig-inventar plass 2 +key.hotbar.3=hurtig-inventar plass 3 +key.hotbar.4=hurtig-inventar plass 4 +key.hotbar.5=hurtig-inventar plass 5 +key.hotbar.6=hurtig-inventar plass 6 +key.hotbar.7=hurtig-inventar plass 7 +key.hotbar.8=hurtig-inventar plass 8 +key.hotbar.9=hurtig-inventar plass 9 +key.inventory=Inventar +key.jump=Hopp +key.left=GÃ¥ til venstre +key.mouseButton=Knapp %1$s +key.pickItem=Vel blokk +key.playerlist=Spelarliste +key.right=GÃ¥ til høgre +key.screenshot=Ta skjermdump +key.smoothCamera=Filmatisk kamera PÃ…/AV +key.sneak=Smyg +key.sprint=Spurt +key.streamCommercial=Vis reklamar +key.streamPauseUnpause=Pause/fortset kringkasting +key.streamStartStop=Start/stopp kringkasting +key.streamToggleMic=Trykk for Ã¥ snakka/dempe +key.togglePerspective=Forandre perspektiv +key.use=Bruk objekt/Plasser blokk +lanServer.otherPlayers=Innstillingar for andre spelarar +lanServer.scanning=Søkjer etter spel pÃ¥ ditt lokale nettverk +lanServer.start=Start ei LAN-verd +lanServer.title=LAN verd +language.code=nn_NO +language.name=Norsk nynorsk +language.region=Noreg +mcoServer.title=Minecraft Online-verd +menu.convertingLevel=konverterar verda +menu.disconnect=Kople frÃ¥ +menu.game=Spelmeny +menu.generatingLevel=Genererar verda +menu.generatingTerrain=Byggjer terreng +menu.loadingLevel=Lastar verd +menu.multiplayer=Fleirspelar +menu.online=Minecraft Verdener +menu.options=Innstillingar +menu.playdemo=Spel Demoverd +menu.quit=Avslutt spel +menu.resetdemo=Tilbakestill demoverd +menu.respawning=GjenoppstÃ¥r +menu.returnToGame=Attende til spelet +menu.returnToMenu=Lagra og gÃ¥ til hovudmenyen +menu.shareToLan=Opne til LAN +menu.simulating=Skapar liv.. +menu.singleplayer=Einspelar +menu.switchingLevel=Byttar verd +merchant.deprecated=Bytt noko anna for Ã¥ lÃ¥se opp! +mount.onboard=Trykk %1$s for Ã¥ stige av +multiplayer.connect=Kople til +multiplayer.downloadingStats=Lastar ned statistikk og bragder... +multiplayer.downloadingTerrain=Lastar terreng +multiplayer.info1=Fleirspelarmodusen er ikkje heilt ferdig, men det +multiplayer.info2=det er nokre tidlege testar som pÃ¥gÃ¥r. +multiplayer.ipinfo=Skriv inn IP-adressen til serveren du vil kople til: +multiplayer.player.joined=%s logga pÃ¥ +multiplayer.player.joined.renamed=%s (tidlegare kjend som %s) vart med i spelet +multiplayer.player.left=%s forlot spelet +multiplayer.stopSleeping=Forlat senga +multiplayer.texturePrompt.line1=Denne serveren tilrÃ¥r bruk av ein bestemt ressurspakke. +multiplayer.texturePrompt.line2=Ynskjar du Ã¥ laste ned og installere det automatisk? +multiplayer.title=Spel fleirspelar +options.advancedButton=Avanserte videoinnstillingar... +options.advancedOpengl=Avansert OpenGL +options.advancedVideoTitle=Avanserte videoinnstillingar +options.anaglyph=3D-anaglyf +options.ao=Jamnt ljos +options.ao.max=Maks +options.ao.min=Minst +options.ao.off=AV +options.chat.color=Fargar +options.chat.height.focused=Fokusert høgd +options.chat.height.unfocused=Ufokusert høgd +options.chat.links=Internettlenkjer +options.chat.links.prompt=Be om lenkjer +options.chat.opacity=Gjennomsiktigheit +options.chat.scale=Skala +options.chat.title=Prateinstillingar... +options.chat.visibility=Chat +options.chat.visibility.full=Vist +options.chat.visibility.hidden=Gøymt +options.chat.visibility.system=Kun kommandoar +options.chat.width=Bredde +options.controls=Kontrollar... +options.difficulty=Vanskegrad +options.difficulty.easy=Lett +options.difficulty.hard=Vanskeleg +options.difficulty.hardcore=Hardhaus +options.difficulty.normal=Normal +options.difficulty.peaceful=Fred pÃ¥ jord +options.farWarning1=64-bit-versjonen av Java er tilrÃ¥dd +options.farWarning2=om du ynskjer nytta "lang" synsrekkjevidde (du har 32-bit) +options.fboEnable=Aktiver FBOs +options.forceUnicodeFont=Tving Unicode-skrifttype +options.fov=Synsfelt +options.fov.max=Quake Pro +options.fov.min=Normal +options.framerateLimit=Maks FPS +options.framerateLimit.max=Ubegrensa +options.fullscreen=Fullskjerm +options.gamma=Ljosstyrke +options.gamma.max=Ljost +options.gamma.min=Dunkelt +options.graphics=Grafikk +options.graphics.fancy=Staseleg +options.graphics.fast=Snøgt +options.guiScale=Grensesnittsstorleik +options.guiScale.auto=Automatisk +options.guiScale.large=Stort +options.guiScale.normal=Normal +options.guiScale.small=Lite +options.hidden=Gøymt +options.invertMouse=Speilvend musretning +options.language=SprÃ¥k... +options.languageWarning=Det er ikkje sikkert omsetjingane er 100%% riktige +options.mipmapLevels=Mipmap nivÃ¥ +options.multiplayer.title=Fleirspelinnstillingar... +options.music=Musikk +options.off=AV +options.on=PÃ… +options.particles=Partiklar +options.particles.all=Alle +options.particles.decreased=Færre +options.particles.minimal=Minimalt +options.performanceButton=Grafikkytelsesinnstillingar... +options.performanceVideoTitle=Grafikkytelsesinnstillingar +options.postButton=Post-Processing (etterbehandling) innstillingar... +options.postProcessEnable=Aktiver Post-Processing (etterbehandlig) +options.postVideoTitle=Etterbehandligsinnstillingar +options.qualityButton=Innstillingar for videokvalitet... +options.qualityVideoTitle=Innstillingar for videokvalitet +options.renderClouds=Skyer +options.renderDistance=Synsrekkjevidde +options.renderDistance.far=Lang +options.renderDistance.normal=Normal +options.renderDistance.short=Kort +options.renderDistance.tiny=Veldig kort +options.resourcepack=Ressurspakkar... +options.saturation=Metning +options.sensitivity=Musefølsemd +options.sensitivity.max=HYPERSNØGGLEIK!!! +options.sensitivity.min=*Geisp* +options.snooper=Tillat Snooper +options.snooper.desc=Vi vil samle informasjon om din maskin for Ã¥ hjelpe oss med Ã¥ utbedre Minecraft slik vi finn ut kvar det er problem. All informasjon er anonym og du kan sjÃ¥ den nedanfor. Vi lover Ã¥ ikkje gjere noko med informasjonen, men om du ikkje vil dele informasjonen kan du skru den av! +options.snooper.title=Innsamling av maskinspesifikasjonar +options.snooper.view=Innstillingar for datainnsamling... +options.sound=Ljod +options.sounds=Musikk og Lyd... +options.sounds.title=Musikk- og Lydval +options.stream=Innstillingar for kringkasting... +options.stream.bytesPerPixel=Kvalitet +options.stream.changes=Det kan vera naudsynt Ã¥ omstarta kringkastinga for at endringane skal setjast i verk. +options.stream.chat.enabled=Aktiver +options.stream.chat.enabled.always=Alltid +options.stream.chat.enabled.never=Aldri +options.stream.chat.enabled.streaming=Under kringkastinga +options.stream.chat.title=Twitch chatte-innstillingar +options.stream.chat.userFilter=Brukarfilter +options.stream.chat.userFilter.all=Alle sjÃ¥arar +options.stream.chat.userFilter.mods=Moderatorar +options.stream.chat.userFilter.subs=Abonnentar +options.stream.compression=Komprimering +options.stream.compression.high=Høg +options.stream.compression.low=LÃ¥g +options.stream.compression.medium=Middels +options.stream.estimation=Estimert oppløysing: %sx%s +options.stream.fps=Biletefrekvens +options.stream.ingest.reset=Tilbakestill innstillingar +options.stream.ingest.title=Serverar med Twitch-kringkasting +options.stream.ingestSelection=Liste over serverar som kringkastar +options.stream.kbps=BÃ¥ndbredde +options.stream.micToggleBehavior=Trykk for Ã¥ +options.stream.micVolumne=Mikrofonvolum +options.stream.mic_toggle.mute=Dempe +options.stream.mic_toggle.talk=Snakke +options.stream.sendMetadata=Send metadata +options.stream.systemVolume=Systemvolum +options.stream.title=Innstillingar for Twitch-kringkasting +options.title=Innstillingar +options.touchscreen=Berøringsskjerm-modus +options.video=Grafikkinnstillingar... +options.videoTitle=Grafikkinnstillingar +options.viewBobbing=Animert gange +options.visible=Vist +options.vsync=Bruk VSync +potion.absorption=Absorpsjon +potion.absorption.postfix=Abosorberingsbrygg +potion.blindness=Blenda +potion.blindness.postfix=Blendingsbrygg +potion.confusion=Kvalme +potion.confusion.postfix=Kvalmebrygg +potion.damageBoost=Styrke +potion.damageBoost.postfix=Styrkebrygg +potion.digSlowDown=Trøyttheit +potion.digSlowDown.postfix=Sløvleiksbrygg +potion.digSpeed=Hast +potion.digSpeed.postfix=Gravefartsbrygg +potion.effects.whenDrank=NÃ¥r den brukast: +potion.empty=Inga verknad +potion.fireResistance=Eldvern +potion.fireResistance.postfix=Eldmotstandsbrygg +potion.harm=Augeblikkeleg skade +potion.harm.postfix=Skadebrygg +potion.heal=Augeblikkeleg lækjedom +potion.heal.postfix=Lækjedomsbrygg +potion.healthBoost=Helse boost +potion.healthBoost.postfix=Helseboostbrygg +potion.hunger=Svolt +potion.hunger.postfix=Svoltenheitsbrygg +potion.invisibility=Usynlegheit +potion.invisibility.postfix=Usynlegheitsbrygg +potion.jump=Høgare hopp +potion.jump.postfix=Byksebrygg +potion.moveSlowdown=Langsam +potion.moveSlowdown.postfix=Treigleiksbrygg +potion.moveSpeed=Snøggleik +potion.moveSpeed.postfix=Snøggleiksbrygg +potion.nightVision=Nattsyn +potion.nightVision.postfix=Nattsynsbrygg +potion.poison=Gift +potion.poison.postfix=Giftbrygg +potion.potency.1=II +potion.potency.2=III +potion.potency.3=IV +potion.prefix.acrid=Etsande +potion.prefix.artless=Einfaldig +potion.prefix.awkward=Pinleg +potion.prefix.bland=Smaklaus +potion.prefix.bulky=Plasskrevjandes +potion.prefix.bungling=Klumsete +potion.prefix.buttered=Klumpet +potion.prefix.charming=Sjarmerande +potion.prefix.clear=Klar +potion.prefix.cordial=Hjarteleg +potion.prefix.dashing=Flott +potion.prefix.debonair=Høfleg +potion.prefix.diffuse=Uklar +potion.prefix.elegant=Elegant +potion.prefix.fancy=Staseleg +potion.prefix.flat=Smaklaus +potion.prefix.foul=Forderva +potion.prefix.grenade=Kastbar +potion.prefix.gross=Ufyseleg +potion.prefix.harsh=Brutal +potion.prefix.milky=Mjølkeaktig +potion.prefix.mundane=Vanleg +potion.prefix.odorless=Luktlaus +potion.prefix.potent=Potent +potion.prefix.rank=Vemmeleg +potion.prefix.refined=Utsøkt +potion.prefix.smooth=Jamn +potion.prefix.sparkling=Glitrande +potion.prefix.stinky=Stinkande +potion.prefix.suave=Glatt +potion.prefix.thick=Tjukk +potion.prefix.thin=Tynn +potion.prefix.uninteresting=Uinteressant +potion.regeneration=Regenerering +potion.regeneration.postfix=Regenereringsbrygg +potion.resistance=Motstand +potion.resistance.postfix=Motstandsbrygg +potion.saturation=Metning +potion.saturation.postfix=Metningsbrygg +potion.waterBreathing=Vassanding +potion.waterBreathing.postfix=Vassandingsbrygg +potion.weakness=Veikskap +potion.weakness.postfix=Veikskapsbrygg +potion.wither=Visning +potion.wither.postfix=Visningsbrygg +record.nowPlaying=Spelar nett no: %s +resourcePack.available.title=Tilgjengelege ressurspakkar +resourcePack.folderInfo=(Legg filene til ressurspakka her) +resourcePack.openFolder=Opne mappe for ressurspakkar +resourcePack.selected.title=Valde Ressurspakkar +resourcePack.title=Vel Ressurspakke +screenshot.failure=Kunne ikkje lagre skjermbilete: %s +screenshot.success=Lagra skjermbilde som %s +selectServer.add=Legg til server +selectServer.defaultName=Minecraft Server +selectServer.delete=Slett +selectServer.deleteButton=Slett +selectServer.deleteQuestion=Er du sikker pÃ¥ at du vil fjerna denne serveren? +selectServer.deleteWarning=forsvinn for evig! (Veldig lang tid!) +selectServer.direct=Direktetilkopling +selectServer.edit=Endre +selectServer.empty=tom +selectServer.hiddenAddress=(Skjult) +selectServer.refresh=Oppdater +selectServer.select=Logg pÃ¥ server +selectServer.title=Vel Server +selectWorld.allowCommands=Tillat juks: +selectWorld.allowCommands.info=Kommandoar som /gamemode, /xp +selectWorld.bonusItems=Bonuskiste: +selectWorld.cheats=Juksekodar +selectWorld.conversion=MÃ¥ konverterast! +selectWorld.create=Lag ny verd +selectWorld.createDemo=Spel ny demoverd +selectWorld.customizeType=Tilpass +selectWorld.delete=Slett +selectWorld.deleteButton=Slett +selectWorld.deleteQuestion=Er du sikker pÃ¥ at du vil slette denne verda? +selectWorld.deleteWarning=forsvinn for alltid! (Veldig lenge!) +selectWorld.empty=tom +selectWorld.enterName=Namn pÃ¥ verda +selectWorld.enterSeed=Seed til verdsgeneratoren +selectWorld.gameMode=Spelmodus +selectWorld.gameMode.adventure=Uforskar +selectWorld.gameMode.adventure.line1=Samme som overlevelses modus, men blokker kan ikke +selectWorld.gameMode.adventure.line2=leggas til eller fjernas +selectWorld.gameMode.creative=Kreativ +selectWorld.gameMode.creative.line1=Ubegrensede ressurser, fri flyging og +selectWorld.gameMode.creative.line2=øydelegg blokkar augeblikkeleg +selectWorld.gameMode.hardcore=Hardhaus +selectWorld.gameMode.hardcore.line1=Samme som overlevelsesmodus , lÃ¥st pÃ¥ vanskeligst +selectWorld.gameMode.hardcore.line2=vanskegrad, og nÃ¥r du døyr er spelet slutt +selectWorld.gameMode.survival=Overleving +selectWorld.gameMode.survival.line1=Leit etter ressursar, lag verkty og vÃ¥pen, auk i +selectWorld.gameMode.survival.line2=nivÃ¥, helse og svolt +selectWorld.hardcoreMode=Hardhaus: +selectWorld.hardcoreMode.info=Verda slettast om du døyr +selectWorld.mapFeatures=Generer byggverk: +selectWorld.mapFeatures.info=Landsbyar, fangehòl, osb +selectWorld.mapType=Verdstype: +selectWorld.mapType.normal=Vanleg +selectWorld.moreWorldOptions=Fleire verdsinnstillingar... +selectWorld.newWorld=Ny verd +selectWorld.newWorld.copyOf=Kopi av %s +selectWorld.recreate=Gjenskap +selectWorld.rename=Omdøyp +selectWorld.renameButton=Døyp om +selectWorld.renameTitle=Døyp om verda +selectWorld.resultFolder=Vert lagra i: +selectWorld.seedInfo=Lat stÃ¥ blankt om du vil ha ein tilfeldig seed +selectWorld.select=Spel vald verd +selectWorld.title=Vel verd +selectWorld.world=Verd +sign.edit=Endre tekst pÃ¥ skilt +soundCategory.ambient=Miljø/Omgjevnaden +soundCategory.block=Blokker +soundCategory.hostile=Fiendtlege skapningar +soundCategory.master=Hovudvolum +soundCategory.music=Musikk +soundCategory.neutral=Vennlege skapningar +soundCategory.player=Spelarar +soundCategory.record=Platespelar/Musikkblokker +soundCategory.weather=Vêr +stat.animalsBred=Dyr avla +stat.blocksButton=Blokker +stat.boatOneCm=Avstand i bÃ¥t +stat.breakItem=%1$s oppbrukt +stat.climbOneCm=Avstand klatra +stat.craftItem=%1$s framstilt +stat.crafted=Gongar laga +stat.createWorld=Verder laga +stat.damageDealt=Skade pÃ¥førd +stat.damageTaken=Skade teken +stat.deaths=Gongar døydd +stat.depleted=Gongar brukt opp +stat.diveOneCm=Avstand dykka +stat.drop=Gjenstandar slept +stat.entityKilledBy=%s drap deg %s gong(er) +stat.entityKilledBy.none=Du har aldri blitt drepen av %s +stat.entityKills=Du drap %s %s +stat.entityKills.none=Du har aldri drepe %s +stat.fallOneCm=Avstand fallen +stat.fishCaught=Fisk fanga +stat.flyOneCm=Avstand flogen +stat.generalButton=Generelt +stat.horseOneCm=Avstand pÃ¥ hest +stat.itemsButton=Gjenstandar +stat.joinMultiplayer=Fleirspel deltatt i +stat.jump=Byks +stat.junkFished=Søppel fiska +stat.leaveGame=Spel avslutta +stat.loadWorld=Lagringsfiler opna +stat.mineBlock=%1$s vunne ut +stat.minecartOneCm=Avstand med gruvevogn +stat.mined=Gongar vunne ut +stat.mobKills=Drepne skapningar +stat.mobsButton=Monster +stat.pigOneCm=Avstand pÃ¥ gris +stat.playOneMinute=Minutt spelt +stat.playerKills=Drepne samspelarar +stat.startGame=Gongar spelt +stat.swimOneCm=Avstand sumt +stat.treasureFished=Skattar fiska +stat.useItem=%1$s brukt +stat.used=Gongar brukt +stat.walkOneCm=Avstand gÃ¥dd +stats.tooltip.type.achievement=Bragd +stats.tooltip.type.statistic=Statistikk +stream.confirm_start=Er du sikker du vil starte Ã¥ kringkaste? +stream.unavailable.account_not_bound=Før du kan kringkasta Minecraft via Twitch, treng du Ã¥ kopla Twitch-kontoen til mojang.com. Vil du gjera det no? +stream.unavailable.account_not_bound.okay=Kopla saman kontoar +stream.unavailable.account_not_migrated=Før du kan kringkasta Minecraft via Twitch, treng du Ã¥ migrera Minecraft-kontoen til ein Mojang-konto. Vil du gjera det no? +stream.unavailable.account_not_migrated.okay=Migrer konto +stream.unavailable.failed_auth=Feil ved autentifisering til Twitch. GÃ¥ til mojang.com for Ã¥ kople saman Twitch-kontoen pÃ¥ ny. +stream.unavailable.failed_auth.okay=Kople saman kontoar pÃ¥ ny +stream.unavailable.failed_auth_error=Kunne ikkje autentifisera til Twitch. Prøv att seinare. +stream.unavailable.initialization_failure=Kunne ikkje starta Twitch SDK. +stream.unavailable.initialization_failure.extra=(Grunna: %s) +stream.unavailable.library_arch_mismatch=Den eigendefinerte java-versjonen som vert brukt til Ã¥ køyra Minecraft har ein annan arkitektur enn den som vert brukt til launcheren. Kontroller at desse er dei same, enten 32-bit eller 64-bit for bÃ¥e. +stream.unavailable.library_failure=Kunne ikkje lasta inn biblioteka som trengs for den integrerte tenesta for Twitch-kringkasting. +stream.unavailable.no_fbo=Grafikkortet ditt mÃ¥ støtta minst OpenGL versjon 3.0 eller støtta Framebuffer Objects via ein utviding for Ã¥ kunne bruka den integrerte Twitch-kringkastinga. +stream.unavailable.no_fbo.arb=Støtte for "Framebuffer objects" via ARB er: %s +stream.unavailable.no_fbo.blend=Eigen støtte for "blending" via EXT er: %s +stream.unavailable.no_fbo.ext=Støtte for "Framebuffer objects" via EXT er: %s +stream.unavailable.no_fbo.version=Nett no brukar du: %s +stream.unavailable.not_supported.mac=Uheldigvis krev den integrerte Twitch-kringkastinga pÃ¥ Mac ein nyare versjon av OSX enn den du har no. Du mÃ¥ ha 10.7 (Mac OS X Lion) eller nyare for Ã¥ bruka denne tenesten. Ynskjer du Ã¥ gÃ¥ til apple.com for meir informasjon om oppgradering? +stream.unavailable.not_supported.mac.okay=Oppgrader +stream.unavailable.not_supported.other=Uheldigvis krev den integrerte Twitch-kringkastinga Windows (Vista eller nyare) eller Mac OS X (10.7/Lion eller nyare) +stream.unavailable.not_supported.windows=Uheldigvis krev den integrerte Twitch-kringkastinga ein nyare versjon av Windows enn den du har no. Du mÃ¥ ha Windows Vista eller nyare. +stream.unavailable.report_to_mojang=Rapporter til Mojang +stream.unavailable.soundflower.chat=Soundflower er pÃ¥krevd for Ã¥ kunne kringkasta pÃ¥ Mac. %s +stream.unavailable.soundflower.chat.link=Trykk her for Ã¥ installere den. +stream.unavailable.title=Twitch-kringkasting utilgjengeleg +stream.unavailable.unknown=Du kan uheldigvis ikkje kringkasta via Twitch nett no. Og me veit ikkje kvifor :'( +stream.unavailable.unknown.chat=Kunne ikkje starta kringkastinga: %s +stream.user.mode.administrator=Twitch-administrator +stream.user.mode.banned=Bannlyst +stream.user.mode.banned.other=Bannlyst frÃ¥ kanalen til %s +stream.user.mode.banned.self=Bannlyst frÃ¥ din kanal +stream.user.mode.broadcaster=Kringkastar +stream.user.mode.broadcaster.other=Kringkastar +stream.user.mode.broadcaster.self=Kringkastar (Deg!) +stream.user.mode.moderator=Moderator +stream.user.mode.moderator.other=Moderator pÃ¥ kanalen til %s +stream.user.mode.moderator.self=Moderator pÃ¥ kanalen din +stream.user.mode.staff=Twitch-personell +stream.user.subscription.subscriber=Abonnent +stream.user.subscription.subscriber.other=Abonnent pÃ¥ kanalen til %s +stream.user.subscription.subscriber.self=Abonnent pÃ¥ kanalen din +stream.user.subscription.turbo=Twitch Turbo +stream.userinfo.ban=Bannlys +stream.userinfo.chatTooltip=Trykk for Ã¥ handsame brukar +stream.userinfo.mod=Gjer til moderator +stream.userinfo.timeout=Tidsavbrot +stream.userinfo.unban=Opphev bannlysing +stream.userinfo.unmod=Opphev moderator +tile.acaciaFence.name=Akasiegjerde +tile.acaciaFenceGate.name=Akasieport +tile.activatorRail.name=Aktivatorskinne +tile.anvil.intact.name=Ambolt +tile.anvil.name=Ambolt +tile.anvil.slightlyDamaged.name=Noko skada ambolt +tile.anvil.veryDamaged.name=Mykje skada ambolt +tile.barrier.name=Kant +tile.beacon.name=FyrtÃ¥rn +tile.beacon.primary=Primærkraft +tile.beacon.secondary=Sekundærkraft +tile.bed.name=Seng +tile.bed.noSleep=Du kan berre sova om natta +tile.bed.notSafe=Du kan ikkje sova nÃ¥r det er monstre i nærleiken +tile.bed.notValid=Senga di er vekke eller blokkert +tile.bed.occupied=Senga er oppteken +tile.bedrock.name=Berggrunn +tile.birchFence.name=Bjørkegjerde +tile.birchFenceGate.name=Bjørkeport +tile.blockCoal.name=Kolblokk +tile.blockDiamond.name=Diamantblokk +tile.blockEmerald.name=Blokk av smaragd +tile.blockGold.name=Gullblokk +tile.blockIron.name=Jarnblokk +tile.blockLapis.name=Lapis Lazuli-blokk +tile.blockRedstone.name=Blokk av raudstein +tile.bookshelf.name=Bokhylle +tile.brick.name=Murstein +tile.button.name=Knapp +tile.cactus.name=Kaktus +tile.cake.name=Kake +tile.carrots.name=Gulrøter +tile.cauldron.name=Gryte +tile.chest.name=Kiste +tile.chestTrap.name=Signalkiste +tile.clay.name=Leire +tile.clayHardened.name=Herda leire +tile.clayHardenedStained.black.name=Svart leire +tile.clayHardenedStained.blue.name=BlÃ¥ leire +tile.clayHardenedStained.brown.name=Brun leire +tile.clayHardenedStained.cyan.name=Turkis leire +tile.clayHardenedStained.gray.name=GrÃ¥ leire +tile.clayHardenedStained.green.name=Grøn leire +tile.clayHardenedStained.lightBlue.name=LjoseblÃ¥ leire +tile.clayHardenedStained.lime.name=Limegrønn leire +tile.clayHardenedStained.magenta.name=Ljoselilla leire +tile.clayHardenedStained.name=Farga leire +tile.clayHardenedStained.orange.name=Oransje leire +tile.clayHardenedStained.pink.name=Rosa leire +tile.clayHardenedStained.purple.name=Lilla leire +tile.clayHardenedStained.red.name=Raud Leire +tile.clayHardenedStained.silver.name=LjosegrÃ¥ leire +tile.clayHardenedStained.white.name=Kvit leire +tile.clayHardenedStained.yellow.name=Gul leire +tile.cloth.black.name=Svart ull +tile.cloth.blue.name=BlÃ¥ ull +tile.cloth.brown.name=Brun ull +tile.cloth.cyan.name=Turkis ull +tile.cloth.gray.name=GrÃ¥ ull +tile.cloth.green.name=Grøn ull +tile.cloth.lightBlue.name=LjoseblÃ¥ ull +tile.cloth.lime.name=Limefarga ull +tile.cloth.magenta.name=Ljoselilla ull +tile.cloth.name=Ull +tile.cloth.orange.name=Oransje ull +tile.cloth.pink.name=Rosa ull +tile.cloth.purple.name=Lilla ull +tile.cloth.red.name=Raud ull +tile.cloth.silver.name=LjosegrÃ¥ ull +tile.cloth.white.name=Ull +tile.cloth.yellow.name=Gul ull +tile.cobbleWall.mossy.name=Mosegrodd vegg av brustein +tile.cobbleWall.normal.name=Vegg av brustein +tile.cocoa.name=Kakao +tile.commandBlock.name=Kommandoblokk +tile.crops.name=Avlingar +tile.darkOakFence.name=Mørk eikegjerde +tile.darkOakFenceGate.name=Mørk eikeport +tile.daylightDetector.name=Dagslys-sensor +tile.deadbush.name=Daud busk +tile.detectorRail.name=Detektorskinne +tile.dirt.coarse.name=Øydelagd mold +tile.dirt.default.name=Jord +tile.dirt.name=Mold +tile.dirt.podzol.name=Podsoljord +tile.dispenser.name=Dispenser +tile.doorIron.name=Jarndør +tile.doorWood.name=Tredør +tile.doublePlant.fern.name=Stor Bregne +tile.doublePlant.grass.name=Høgt gras +tile.doublePlant.name=Plante +tile.doublePlant.paeonia.name=Peon +tile.doublePlant.rose.name=Rosebusk +tile.doublePlant.sunflower.name=Solsikke +tile.doublePlant.syringa.name=Syrin +tile.dragonEgg.name=Drakeegg +tile.dropper.name=Droppar +tile.enchantmentTable.name=Forhekselsesbord +tile.endPortalFrame.name=Endeportal +tile.enderChest.name=Ende-kiste +tile.farmland.name=Ã…ker +tile.fence.name=Gjerde +tile.fenceGate.name=Port +tile.fenceIron.name=Gitter +tile.fire.name=Eld +tile.flower1.dandelion.name=Løvetann +tile.flower1.name=Blomster +tile.flower2.allium.name=Villauk +tile.flower2.blueOrchid.name=BlÃ¥ Orkidé +tile.flower2.houstonia.name=Houstonia +tile.flower2.name=Blomster +tile.flower2.oxeyeDaisy.name=Prestekrage +tile.flower2.poppy.name=Valmue +tile.flower2.tulipOrange.name=Oransje tulipan +tile.flower2.tulipPink.name=Rosa tulipan +tile.flower2.tulipRed.name=Raud tulipan +tile.flower2.tulipWhite.name=Kvit tulipan +tile.furnace.name=Smelteomn +tile.glass.name=Glas +tile.goldenRail.name=Straumskinne +tile.grass.name=Grasblokk +tile.gravel.name=Grus +tile.hayBlock.name=Høystakk +tile.hellrock.name=Blodstein +tile.hellsand.name=Sjelesand +tile.hopper.name=Trakt +tile.ice.name=Is +tile.icePacked.name=Pakkis +tile.ironTrapdoor.name=Jernluke +tile.jukebox.name=Platespelar +tile.jungleFence.name=Jungelgjerde +tile.jungleFenceGate.name=Jungelport +tile.ladder.name=Stige +tile.lava.name=Lava +tile.leaves.acacia.name=Akasialauv +tile.leaves.big_oak.name=Mørk eik-lauv +tile.leaves.birch.name=Bjerkelauv +tile.leaves.jungle.name=Jungellauv +tile.leaves.name=Lauv +tile.leaves.oak.name=Eikelauv +tile.leaves.spruce.name=Granbar +tile.lever.name=Spake +tile.lightgem.name=Glødestein +tile.litpumpkin.name=Lykt av graskar +tile.lockedchest.name=LÃ¥st kiste +tile.log.acacia.name=Akasiatre +tile.log.big_oak.name=Mørkt eiketre +tile.log.birch.name=Bjerketre +tile.log.jungle.name=Jungeltre +tile.log.name=Tre +tile.log.oak.name=Eiketre +tile.log.spruce.name=Grantre +tile.melon.name=Melon +tile.mobSpawner.name=Monsterframkallar +tile.monsterStoneEgg.brick.name=Monsteregg av steinmur +tile.monsterStoneEgg.chiseledbrick.name=Monsteregg av forma steinmur +tile.monsterStoneEgg.cobble.name=Monsteregg av brustein +tile.monsterStoneEgg.crackedbrick.name=Monsteregg av sprokken steinmur +tile.monsterStoneEgg.mossybrick.name=Monsteregg av mosegrodd steinmur +tile.monsterStoneEgg.name=Monsteregg av stein +tile.monsterStoneEgg.stone.name=Monsteregg av stein +tile.mushroom.name=Sopp +tile.musicBlock.name=Noteblokk +tile.mycel.name=Mycel +tile.netherBrick.name=Nethermur +tile.netherFence.name=Nethermurgjerde +tile.netherStalk.name=Nethervorte +tile.netherquartz.name=Malm av nether-kvarts +tile.notGate.name=Raudsteinfakkel +tile.obsidian.name=Obsidian +tile.oreCoal.name=Kolmalm +tile.oreDiamond.name=Diamantmalm +tile.oreEmerald.name=Smaragdmalm +tile.oreGold.name=Gullmalm +tile.oreIron.name=Jarnmalm +tile.oreLapis.name=Lapis Lazuli-malm +tile.oreRedstone.name=Raudsteinmalm +tile.oreRuby.name=Rubinmalm +tile.pistonBase.name=Stempel +tile.pistonStickyBase.name=Klisterstempel +tile.portal.name=Portal +tile.potatoes.name=Poteter +tile.pressurePlateStone.name=Steintyngdetrykkplate +tile.pressurePlateWood.name=Tretyngdetrykkplate +tile.prismarine.bricks.name=Prismarinmur +tile.prismarine.dark.name=Mørk prismarin +tile.prismarine.rough.name=Prismarin +tile.pumpkin.name=Graskar +tile.quartzBlock.chiseled.name=Forma kvarts +tile.quartzBlock.default.name=Blokk av kvarts +tile.quartzBlock.lines.name=Søyle av kvarts +tile.quartzBlock.name=Blokk av kvarts +tile.rail.name=Skinne +tile.redSandStone.chiseled.name=Forma raud sandstein +tile.redSandStone.default.name=Raud sandstein +tile.redSandStone.name=Raud sandstein +tile.redSandStone.smooth.name=Glatt raud sandstein +tile.redstoneDust.name=Raudsteinpulver +tile.redstoneLight.name=Raudsteinlampe +tile.reeds.name=Sukkerrøyr +tile.sand.default.name=Sand +tile.sand.name=Sand +tile.sand.red.name=Raud sand +tile.sandStone.chiseled.name=Forma sandstein +tile.sandStone.default.name=Sandstein +tile.sandStone.name=Sandstein +tile.sandStone.smooth.name=Glatt sandstein +tile.sapling.acacia.name=Akasiefrø +tile.sapling.big_oak.name=Mørk eikefrø +tile.sapling.birch.name=Bjerkefrø +tile.sapling.jungle.name=Jungeltrefrø +tile.sapling.oak.name=Eikefrø +tile.sapling.spruce.name=Granfrø +tile.sign.name=Skilt +tile.slime.name=Slimblokk +tile.snow.name=Snø +tile.sponge.dry.name=Svamp +tile.sponge.wet.name=VÃ¥t svamp +tile.spruceFence.name=Grangjerde +tile.spruceFenceGate.name=Granport +tile.stainedGlass.black.name=Svart glas +tile.stainedGlass.blue.name=BlÃ¥tt glas +tile.stainedGlass.brown.name=Brunt glas +tile.stainedGlass.cyan.name=Turkist glas +tile.stainedGlass.gray.name=GrÃ¥tt glas +tile.stainedGlass.green.name=Grønt glas +tile.stainedGlass.lightBlue.name=LjoseblÃ¥tt glas +tile.stainedGlass.lime.name=Limefarga glas +tile.stainedGlass.magenta.name=Ljoselilla glas +tile.stainedGlass.name=Farga glas +tile.stainedGlass.orange.name=Oransje glas +tile.stainedGlass.pink.name=Rosa glas +tile.stainedGlass.purple.name=Lilla glas +tile.stainedGlass.red.name=Raudt glas +tile.stainedGlass.silver.name=LjosegrÃ¥tt glass +tile.stainedGlass.white.name=Kvitt glas +tile.stainedGlass.yellow.name=Gult glas +tile.stairsBrick.name=Trapp av murstein +tile.stairsNetherBrick.name=Trapp av nethermur +tile.stairsQuartz.name=Trapp av kvarts +tile.stairsRedSandStone.name=Raud sandsteintrapp +tile.stairsSandStone.name=Trapp av sandstein +tile.stairsStone.name=Steintrapp +tile.stairsStoneBrickSmooth.name=Trapp av steinmur +tile.stairsWood.name=Trapp av eik +tile.stairsWoodAcacia.name=Trapp av akasiatre +tile.stairsWoodBirch.name=Trapp av bjerketre +tile.stairsWoodDarkOak.name=Trapp av mørk eik +tile.stairsWoodJungle.name=Trapp av jungeltre +tile.stairsWoodSpruce.name=Trapp av grantre +tile.stone.andesite.name=Andesitt +tile.stone.andesiteSmooth.name=Polert andesitt +tile.stone.diorite.name=Dioritt +tile.stone.dioriteSmooth.name=Polert dioritt +tile.stone.granite.name=Granitt +tile.stone.graniteSmooth.name=Polert granitt +tile.stone.stone.name=Stein +tile.stoneMoss.name=Mosegrodd stein +tile.stoneSlab.brick.name=Mursteinhelle +tile.stoneSlab.cobble.name=Brusteinhelle +tile.stoneSlab.name=Steinhelle +tile.stoneSlab.netherBrick.name=Helle av nethermur +tile.stoneSlab.quartz.name=Helle av kvarts +tile.stoneSlab.sand.name=Sandsteinhelle +tile.stoneSlab.smoothStoneBrick.name=Steinmurhelle +tile.stoneSlab.stone.name=Steinhelle +tile.stoneSlab.wood.name=Trehelle +tile.stoneSlab2.red_sandstone.name=Raud sandsteinhelle +tile.stonebrick.name=Brustein +tile.stonebricksmooth.chiseled.name=Forma steinmur +tile.stonebricksmooth.cracked.name=Sprokken steinmur +tile.stonebricksmooth.default.name=Steinmur +tile.stonebricksmooth.mossy.name=Mosegrodd steinmur +tile.stonebricksmooth.name=Steinmur +tile.tallgrass.fern.name=Bregne +tile.tallgrass.grass.name=Gras +tile.tallgrass.name=Gras +tile.tallgrass.shrub.name=Busk +tile.thinGlass.name=Glasrute +tile.thinStainedGlass.black.name=Svart glasrute +tile.thinStainedGlass.blue.name=BlÃ¥ glasrute +tile.thinStainedGlass.brown.name=Brun glasrute +tile.thinStainedGlass.cyan.name=Turkis glasrute +tile.thinStainedGlass.gray.name=GrÃ¥ glasrute +tile.thinStainedGlass.green.name=Grøn glasrute +tile.thinStainedGlass.lightBlue.name=LjoseblÃ¥ glasrute +tile.thinStainedGlass.lime.name=Limefarga glasrute +tile.thinStainedGlass.magenta.name=Ljoselilla glasrute +tile.thinStainedGlass.name=Farga glasrute +tile.thinStainedGlass.orange.name=Oransje glasrute +tile.thinStainedGlass.pink.name=Rosa glasrute +tile.thinStainedGlass.purple.name=Lilla glasrute +tile.thinStainedGlass.red.name=Raud glasrute +tile.thinStainedGlass.silver.name=LjosegrÃ¥ glasrute +tile.thinStainedGlass.white.name=Kvit glasrute +tile.thinStainedGlass.yellow.name=Gul glasrute +tile.tnt.name=Dynamitt +tile.torch.name=Fakkel +tile.trapdoor.name=Luke +tile.tripWire.name=SnubletrÃ¥d +tile.tripWireSource.name=SnubletrÃ¥dfeste +tile.vine.name=Klatreplante +tile.water.name=Vatn +tile.waterlily.name=Liljeblad +tile.web.name=Spindelvev +tile.weightedPlate_heavy.name=Tyngdetrykkplate (tung) +tile.weightedPlate_light.name=Tyngdetrykkplate (lett) +tile.whiteStone.name=Endestein +tile.wood.acacia.name=Plankar av akasie +tile.wood.big_oak.name=Plankar av mørk eik +tile.wood.birch.name=Plankar av bjerk +tile.wood.jungle.name=Plankar av jungeltre +tile.wood.name=Treplankar +tile.wood.oak.name=Plankar av eik +tile.wood.spruce.name=Plankar av gran +tile.woodSlab.acacia.name=Trehelle av akasiatre +tile.woodSlab.big_oak.name=Trehelle av mørk eik +tile.woodSlab.birch.name=Helle av bjerketre +tile.woodSlab.jungle.name=Trehelle av jungeltre +tile.woodSlab.name=Trehelle +tile.woodSlab.oak.name=Helle av eik +tile.woodSlab.spruce.name=Helle av grantre +tile.woolCarpet.black.name=Svart teppe +tile.woolCarpet.blue.name=BlÃ¥tt teppe +tile.woolCarpet.brown.name=Brunt teppe +tile.woolCarpet.cyan.name=Turkis teppe +tile.woolCarpet.gray.name=GrÃ¥tt teppe +tile.woolCarpet.green.name=Grønt teppe +tile.woolCarpet.lightBlue.name=LjoseblÃ¥tt teppe +tile.woolCarpet.lime.name=Limefarga teppe +tile.woolCarpet.magenta.name=Ljoselilla teppe +tile.woolCarpet.name=Teppe +tile.woolCarpet.orange.name=Oransje teppe +tile.woolCarpet.pink.name=Rosa teppe +tile.woolCarpet.purple.name=Lilla teppe +tile.woolCarpet.red.name=Raudt teppe +tile.woolCarpet.silver.name=LjosegrÃ¥tt teppe +tile.woolCarpet.white.name=Teppe +tile.woolCarpet.yellow.name=Gult teppe +tile.workbench.name=Arbeidsbenk +title.oldgl1=Gammalt grafikkort oppdaga; dette kan hindra deg frÃ¥ +title.oldgl2=Ã¥ spela i framtida sidan OpenGL 2.0 kjem til Ã¥ verta pÃ¥krevd. +translation.test.invalid=Hei % +translation.test.none=Hallo, verden! +translation.test.world=verden diff --git a/javascript/lang/no_NO.lang b/javascript/lang/no_NO.lang new file mode 100755 index 00000000..72af82bb --- /dev/null +++ b/javascript/lang/no_NO.lang @@ -0,0 +1,1852 @@ +achievement.acquireIron=Skaffe jernvare +achievement.acquireIron.desc=Smelt en jernbarre +achievement.bakeCake=Løgnen +achievement.bakeCake.desc=Hvete, sukker, melk og egg! +achievement.blazeRod=Inn i flammene +achievement.blazeRod.desc=Skill en Flammeskrømt fra flammestaven dens +achievement.bookcase=Bibliotekar +achievement.bookcase.desc=Bygg noen bokhyller for Ã¥ forbedre fortryllelsesbordet ditt +achievement.breedCow=Repopulasjon +achievement.breedCow.desc=Par to kyr med hvete +achievement.buildBetterPickaxe=Oppgradering! +achievement.buildBetterPickaxe.desc=Lag en bedre hakke +achievement.buildFurnace=Glødene emne +achievement.buildFurnace.desc=Lag en ovn med Ã¥tte brosteinblokker +achievement.buildHoe=Tid for Ã¥ dyrke! +achievement.buildHoe.desc=Bruk planker og pinner for Ã¥ lage en ljÃ¥ +achievement.buildPickaxe=NÃ¥ skal det hakkes! +achievement.buildPickaxe.desc=Bruk planker og pinner for Ã¥ lage en hakke +achievement.buildSword=Tid for Ã¥ slÃ¥ til! +achievement.buildSword.desc=Bruk planker og pinner for Ã¥ lage et sverd +achievement.buildWorkBench=Arbeidsbenk! +achievement.buildWorkBench.desc=Lag en arbeidsbenk av fire plankeklosser +achievement.cookFish=Deilig fisk +achievement.cookFish.desc=Fang og stek en fisk! +achievement.diamonds=DIAMANTER! +achievement.diamonds.desc=Skaff diamanter med jernverktøyet ditt +achievement.diamondsToYou=Diamanter til deg! +achievement.diamondsToYou.desc=Kast diamanter pÃ¥ en annen spiller. +achievement.enchantments=Trollmann +achievement.enchantments.desc=Bruk en bok, obsidian og diamanter til Ã¥ lage et fortryllelsesbord +achievement.exploreAllBiomes=Tid for eventyr! + +achievement.exploreAllBiomes.desc=Oppdag alle klimaomrÃ¥dene +achievement.flyPig=NÃ¥r Griser Flyr +achievement.flyPig.desc=Ri en gris utfor et stup +achievement.fullBeacon=Beaconator +achievement.fullBeacon.desc=Bygg en full varde +achievement.get=Prestasjon utført! +achievement.ghast=Returner til avsender +achievement.ghast.desc=Drep et Geist med en ildkule +achievement.killCow=Kuvelter +achievement.killCow.desc=Skaff deg litt lær +achievement.killEnemy=Monsterjeger +achievement.killEnemy.desc=Angrip og drep et monster +achievement.killWither=Begynnelsen. +achievement.killWither.desc=Drep Witheren +achievement.makeBread=Bak Brød +achievement.makeBread.desc=Gjør hvete til brød +achievement.mineWood=Skaffe Tre +achievement.mineWood.desc=SlÃ¥ et tre til en treblokk spretter ut +achievement.onARail=PÃ¥ skinner +achievement.onARail.desc=Reis med gruvevogn minst 1 km fra der du startet +achievement.openInventory=Vareopptelling +achievement.openInventory.desc=Trykk pÃ¥ '%1$s' for Ã¥ Ã¥pne inventaret ditt. +achievement.overkill=Hardhendt +achievement.overkill.desc=Skad Ã¥tte hjerter med ett slag +achievement.overpowered.desc=Lag ett Notch eple +achievement.portal=Vi mÃ¥ gÃ¥ dypere +achievement.portal.desc=Bygg en portal til Nether +achievement.potion=Lokalt bryggeri +achievement.potion.desc=Brygg en trylledrikk +achievement.requires=Krever '%1$s' +achievement.snipeSkeleton=Snikskytterduell +achievement.snipeSkeleton.desc=Drep et skjelett pÃ¥ 50 meters avstand med en pil +achievement.spawnWither=Begynnelsen? +achievement.spawnWither.desc=Tilkall Witheren +achievement.taken=Tatt! +achievement.theEnd=Slutt? +achievement.theEnd.desc=Finn slutten +achievement.theEnd2=Enden. +achievement.theEnd2.desc=Drep Enderdragen +achievement.unknown=??? +addServer.add=Ferdig +addServer.enterIp=Serveradresse +addServer.enterName=Servernavn +addServer.hideAddress=Skjul adresse +addServer.resourcePack=Serversidet Ressurspakker +addServer.resourcePack.disabled=Deaktivert +addServer.resourcePack.enabled=Aktivert +addServer.resourcePack.prompt=Spør +addServer.title=Endre serverinfo +advMode.allPlayers=Bruk "@a" alle spillere +advMode.command=Konsollkommando +advMode.nearestPlayer=Bruk "@p" for nærmeste spiller +advMode.notAllowed=MÃ¥ være en operatørspiller i kreativ modus +advMode.notEnabled=Kommandoblokker er ikke aktivert pÃ¥ denne serveren +advMode.previousOutput=Forrige Resultat +advMode.randomPlayer=Bruk "@r" for tilfeldig spiller +advMode.setCommand=Angi Konsollkommando +advMode.setCommand.success=Kommando satt: %s +attribute.modifier.plus.0=+%s %s +attribute.modifier.plus.1=+%s%% %s +attribute.modifier.plus.2=+%s%% %s +attribute.modifier.take.0=-%s %s +attribute.modifier.take.1=-%s%% %s +attribute.modifier.take.2=-%s%% %s +attribute.name.generic.attackDamage=Angrepsstyrke +attribute.name.generic.followRange=Mobforfølgelsesavstand +attribute.name.generic.knockbackResistance=Tilbakeslagsmotstand +attribute.name.generic.maxHealth=Maksimal helse +attribute.name.generic.movementSpeed=Fart +attribute.name.horse.jumpStrength=Hestehoppstyrke +attribute.name.zombie.spawnReinforcements=Zombieforsterkninger +book.byAuthor=av %1$s +book.editTitle=Skriv inn tittel: +book.finalizeButton=Signér og lukk +book.finalizeWarning=Husk! NÃ¥r du signerer boken vil den ikke lengre være redigerbar. +book.generation.0=Original +book.generation.1=Kopi av original +book.generation.2=Kopi av kopi +book.generation.3=Fillete +book.pageIndicator=Side %1$s av %2$s +book.signButton=Skilt +build.tooHigh=Høydegrensen for bygging er %s blokker +chat.cannotSend=Kunne ikke sende chat melding +chat.copy=Kopier til utklippstavle +chat.link.confirm=Er du sikker pÃ¥ at du vil Ã¥pne følgende nettside? +chat.link.confirmTrusted=Vil du Ã¥pne denne koblingen eller kopiere den til utklippstavlen? +chat.link.open=Ã…pne i nettleser +chat.link.warning=Aldri Ã¥pne koblinger fra personer du ikke stoler pÃ¥! +chat.stream.emote=(%s) * %s %s +chat.stream.text=(%s) <%s> %s +chat.type.achievement=%s oppnÃ¥dde nettopp prestasjonen %s +chat.type.achievement.taken=%s har mistet oppnÃ¥else %s +chat.type.admin=[%s: %s] +chat.type.announcement=[%s] %s +chat.type.emote=* %s %s +chat.type.text=<%s> %s +commands.achievement.give.success.all=Vellykket, alle prestasjoner gitt til %s +commands.achievement.give.success.one=Ga %s %s prestasjonen +commands.achievement.statTooLow=Spilleren %s har ikke statistikken %s +commands.achievement.unknownAchievement=Ukjent prestasjon eller statistikk '%s' +commands.achievement.usage=/achievement [player] +commands.ban.failed=Kunne ikke utestenge spilleren %s +commands.ban.success=Utestengte %s +commands.ban.usage=/ban [grunn...] +commands.banip.invalid=Du har angitt inn en ugyldig IP-adresse eller en spiller som ikke er tilkoblet +commands.banip.success=Utestengte IP-adressen %s +commands.banip.success.players=Utestenkte IP-adressen %s som tilhører %s +commands.banip.usage=/ban-ip [grunn...] +commands.banlist.ips=Det er totalt %s utestengte IP adresser: +commands.banlist.players=Det er totalt %s utestengte spillere: +commands.banlist.usage=/banlist [ips|players] +commands.blockdata.usage=/blockdata +commands.chunkinfo.compiled=Del er kompilert. +commands.chunkinfo.data=Første 64 toppunkt er: %s +commands.chunkinfo.empty=Del er tom. +commands.chunkinfo.hasLayers=Del har lag: %s +commands.chunkinfo.isEmpty=Del har tomme lag: %s +commands.chunkinfo.notCompiled=Del er ikke kompilert. +commands.chunkinfo.notEmpty=Del er ikke tom. +commands.chunkinfo.usage=/chunkinfo [ ] +commands.clear.failure=Kan ikke fjerne innholdet i invetaret til %s, ingen elementer Ã¥ fjerne +commands.clear.success=Slettet inventaret til %s, fjernet %s gjenstander +commands.clear.usage=/clear [player] [item] [data] [maxCount] [dataTag] +commands.clone.failed=Ingen blokker klonet +commands.clone.success=%s blokker klonet +commands.clone.tooManyBlocks=For mange blokker i det angitte omrÃ¥det (%s > %s) +commands.clone.usage=/clone [mode] +commands.compare.usage=/testforblocks [mode] +commands.debug.notStarted=Kan ikke stoppe feilsøkingen nÃ¥r den ikke er startet! +commands.debug.start=Startet feilsøking +commands.debug.stop=Stoppet feilsøking etter %s sekunder (%s ticks) +commands.defaultgamemode.success=Standard spillmodus for verdenen er nÃ¥ %s +commands.defaultgamemode.usage=/defaultgamemode +commands.deop.failed=Kunne ikke deoppe %s +commands.deop.success=Deoppet %s +commands.deop.usage=/deop +commands.difficulty.success=Sett spillets vanskelighetsgrad til %s +commands.difficulty.usage=/difficulty +commands.downfall.success=Vekslet nedbør +commands.downfall.usage=/toggledownfall +commands.effect.failure.notActive=Kunne ikke ta %1$s fra %2$s, da spilleren ikke har den effekten +commands.effect.failure.notActive.all=Kunne ikke ta noen effekter fra %s +commands.effect.notFound=Det finnes ingen slike mob-effekter med IDen %s +commands.effect.success=Gitt %1$s (ID %2$s) * %3$s til %4$s for %5$s sekunder +commands.effect.success.removed=Tok %1$s ifra %2$s +commands.effect.success.removed.all=Tok alle effekter ifra %s +commands.effect.usage=/effect [seconds] [amplifier] [hideParticles] +commands.enchant.cantCombine=%1$s kan ikke bli kombinert med %2$s +commands.enchant.cantEnchant=Den valgte fortryllelsen kan ikke bli lagt til gjenstanden spilleren holder +commands.enchant.noItem=MÃ¥let holder ikke en gjenstand +commands.enchant.notFound=Det er ingen fortryllelser med ID-en %s +commands.enchant.success=Fortryllelse lyktes +commands.enchant.usage=/enchant [nivÃ¥] +commands.entitydata.usage=/entitydata +commands.fill.failed=Ingen blokker fylt +commands.fill.usage=/ Fyll [dataValue][oldBlockHandling] [dataTag] +commands.gamemode.success.other=Endret %s sin spillmodus til %s +commands.gamemode.success.self=Sett egen spillmodus til %s +commands.gamemode.usage=/gamemode [spiller] +commands.gamerule.norule=Ingen spillregel kalt '%s' er tilgjengelig +commands.gamerule.success=Spillregel har blitt oppdatert +commands.gamerule.usage=/gamerule [value] +commands.generic.boolean.invalid='%s' er ikke 'true' eller 'false' +commands.generic.double.tooBig=Tallet du har angitt (%s) er for høyt, det mÃ¥ være under %s +commands.generic.double.tooSmall=Tallet du har angitt (%s) er for lavt, det mÃ¥ være minst %s +commands.generic.exception=Det oppstod en ukjent feil under forsøk pÃ¥ Ã¥ utføre denne kommandoen +commands.generic.notFound=Ukjent kommando. Prøv /help for en liste over kommandoer +commands.generic.num.invalid='%s' er et ugyldig nummer +commands.generic.num.tooBig=Nummeret du har skrevet inn (%s) er for høyt, det kan maksimalt være %s +commands.generic.num.tooSmall=Nummeret du har skrevet inn (%s) er for lavt, det mÃ¥ være minst %s +commands.generic.permission=Du har ikke tillatelse til Ã¥ bruke denne kommandoen +commands.generic.player.notFound=Spilleren ble ikke funnet +commands.generic.syntax=Ugyldig kommandosyntaks +commands.generic.usage=Bruk: %s +commands.give.notFound=Det finnes ingen ting med ID %s +commands.give.success=Gir %s * %s til %s +commands.give.tagError=Datatag analyse mislyktes %s +commands.give.usage=/give [mengde] [data] [dataEtikett] +commands.help.footer=Tips: Bruk tasten mens du skriver inn en kommando for Ã¥ autofullføre kommandoen eller argumenter +commands.help.header=---Viser hjelpeside %s av %s (/help )--- +commands.help.usage=/help [side|kommandonavn] +commands.kick.success=Sparket %s fra spillet +commands.kick.success.reason=Sparket %s fra spillet: '%s' +commands.kick.usage=/kick [grunn...] +commands.kill.successful=Drepte %s +commands.kill.usage=/kill [player|entity] +commands.me.usage=/me +commands.message.display.incoming=%s hvisker til deg: %s +commands.message.display.outgoing=Du hvisker til %s: %s +commands.message.sameTarget=Du kan ikke sende en privat melding til deg selv! +commands.message.usage=/tell +commands.op.failed=Kunne ikke op %s +commands.op.success=Oppet %s +commands.op.usage=/op +commands.particle.notFound=Ukjent effektnavn (%s) +commands.particle.usage=/particle [count] [mode] +commands.players.list=Det er %s/%s spillere pÃ¥logget: +commands.players.usage=/list +commands.playsound.playerTooFar=Spilleren %s er for langt unna til Ã¥ høre lyden +commands.playsound.success=Spilte lyd '%s' til %s +commands.playsound.usage=/playsound [x] [y] [z] [Volum] [tonehøyde] [minsteVolume] +commands.publish.failed=Kan ikke opprette lokalt spill +commands.publish.started=Lokalt spill Ã¥pnet pÃ¥ port %s +commands.publish.usage=/publish +commands.replaceitem.block.usage=/replaceitem block [amount] [data] [dataTag] +commands.replaceitem.entity.usage=/replaceitem entity [amount] [data] [dataTag] +commands.replaceitem.usage=/replaceitem ... +commands.save-off.alreadyOff=Automatisk lagring er allerede av. +commands.save-off.usage=/save-off +commands.save-on.alreadyOn=Automatisk lagring er allerede pÃ¥. +commands.save-on.usage=/save-on +commands.save.disabled=Skrudde av automatisk lagring av verden +commands.save.enabled=SlÃ¥tt pÃ¥ automatisk lagring av verdenen +commands.save.failed=Lagring mislyktes: %s +commands.save.start=Lagrer... +commands.save.success=Lagret verden +commands.save.usage=/save-all +commands.say.usage=/say +commands.scoreboard.objectiveNotFound=Det ble ikke funnet noen objektiv med navnet '%s' +commands.scoreboard.objectiveReadOnly=MÃ¥let '%s' er skrivebeskyttet og kan ikke angis +commands.scoreboard.objectives.add.alreadyExists=Et objekt med navnet '%s' finnes allerede +commands.scoreboard.objectives.add.displayTooLong=Navnet '%s' er for langt til Ã¥ være et mÃ¥l, det kan være maks %s tegn langt +commands.scoreboard.objectives.add.success=Lagt til nytt mÃ¥l '%s' vellykket +commands.scoreboard.objectives.add.tooLong=Navnet '%s' er for langt til Ã¥ være et mÃ¥l, det kan være maks %s tegn langt +commands.scoreboard.objectives.add.usage=/scoreboard objectives add [navn som vises ...] +commands.scoreboard.objectives.add.wrongType=Ugyldig oppgave-kriterie type "%s" +commands.scoreboard.objectives.list.count=Viser %s mÃ¥l pÃ¥ resultattavlen: +commands.scoreboard.objectives.list.empty=Det er ingen objektiv pÃ¥ resultattavlen +commands.scoreboard.objectives.list.entry=-%s: vises som '%s' og blir skrevet '%s' +commands.scoreboard.objectives.remove.success=Fjernet objektiv '%s' vellykket +commands.scoreboard.objectives.remove.usage=/scoreboard objectives remove +commands.scoreboard.objectives.setdisplay.invalidSlot=Ingen slik plassering '%s' +commands.scoreboard.objectives.setdisplay.successCleared=Fjernet objektiv visningsplassering '%s' +commands.scoreboard.objectives.setdisplay.successSet=Angi skjerm-mÃ¥lsetting i spor '%s' til '%s' +commands.scoreboard.objectives.setdisplay.usage=/scoreboard objectives setdisplay [objektiv] +commands.scoreboard.objectives.usage=/scoreboard objectives ... +commands.scoreboard.players.add.usage=/scoreboard players add [dataTag] +commands.scoreboard.players.enable.usage=/scoreboard players enable +commands.scoreboard.players.list.count=Viser %s observerte spillere pÃ¥ resultattavlen: +commands.scoreboard.players.list.empty=Det er ingen observerte spillere pÃ¥ resultattavlen +commands.scoreboard.players.list.player.count=Viser %s observerte mÃ¥l for %s: +commands.scoreboard.players.list.player.empty=Spilleren %s har ingen registrerte poeng +commands.scoreboard.players.list.usage=/scoreboard players list [navn] +commands.scoreboard.players.operation.invalidOperation=Ugyldig operasjon %s +commands.scoreboard.players.operation.usage=/scoreboard players operation +commands.scoreboard.players.remove.usage=/scoreboard players remove [dataTag] +commands.scoreboard.players.reset.success=Tilbakestill alle poeng til spiller %s +commands.scoreboard.players.reset.usage=/scoreboard players reset [objective] +commands.scoreboard.players.set.success=Anga poengsummen til %s for spilleren %s til %s +commands.scoreboard.players.set.usage=/scoreboard players set [dataTag] +commands.scoreboard.players.test.usage=/scoreboard players test +commands.scoreboard.players.usage=/scoreboard players ... +commands.scoreboard.teamNotFound=Ingen lag ble funnet med navnet '%s' +commands.scoreboard.teams.add.alreadyExists=Et lag med navnet '%s' eksisterer allerede +commands.scoreboard.teams.add.displayTooLong=Visningsnavnet '%s' er for langt for et lag, det kan maksimalt være %s tegn langt +commands.scoreboard.teams.add.success=Lagt til nytt lag '%s' vellykket +commands.scoreboard.teams.add.tooLong=Lagnavnet '%s' er for langt, det kan maksimalt være %s tegn langt +commands.scoreboard.teams.add.usage=/scoreboard teams add [visningsnavn...] +commands.scoreboard.teams.empty.alreadyEmpty=Lag %s er allerede tomt, kan ikke fjerne ikke-eksisterende spillere +commands.scoreboard.teams.empty.success=Fjernet alle %s spiller(e) fra laget %s +commands.scoreboard.teams.empty.usage=/scoreboard teams empty +commands.scoreboard.teams.join.failure=Kan ikke legge til %s spiller(e) til laget %s: %s +commands.scoreboard.teams.join.success=Lagt til %s spiller(e) til laget %s: %s +commands.scoreboard.teams.join.usage=/scoreboard teams join [spiller] +commands.scoreboard.teams.leave.failure=Kan ikke fjerne %s spiller(e) fra lagene deres: %s +commands.scoreboard.teams.leave.noTeam=Du er ikke pÃ¥ et lag +commands.scoreboard.teams.leave.success=Fjernet %s spiller(e) fra lagene deres: %s +commands.scoreboard.teams.leave.usage=/scoreboard teams leave [spiller] +commands.scoreboard.teams.list.count=Viser %s lag pÃ¥ resultattavlen: +commands.scoreboard.teams.list.empty=Det er ingen registrerte lag pÃ¥ resultattavlen +commands.scoreboard.teams.list.entry=-%1$s: '%2$s' har %3$s spillere +commands.scoreboard.teams.list.player.count=Viser %s spiller(e) pÃ¥ laget %s: +commands.scoreboard.teams.list.player.empty=Laget %s har ingen spillere +commands.scoreboard.teams.list.player.entry=- %2$s: %1$s (%3$s) +commands.scoreboard.teams.list.usage=/scoreboard teams list [navn] +commands.scoreboard.teams.option.noValue=Gyldige verdier for alternativet %s er: %s +commands.scoreboard.teams.option.success=Sett alternativet %s for gruppen %s til %s +commands.scoreboard.teams.option.usage=/scoreboard teams option +commands.scoreboard.teams.remove.success=Fjernet laget %s +commands.scoreboard.teams.remove.usage=/scoreboard teams remove +commands.scoreboard.teams.usage=/scoreboard teams ... +commands.scoreboard.usage=/scoreboard ... +commands.seed.success=Seed: %s +commands.seed.usage=/seed +commands.setblock.failed=Kan ikke plassere blokk +commands.setblock.noChange=Blokken kunne ikke plasseres +commands.setblock.notFound=Det er ingen blokk med ID/navnet %s +commands.setblock.outOfWorld=Kan ikke plassere blokk utenfor verdenen +commands.setblock.success=Blokk plassert +commands.setblock.tagError=Analyse av datatag mislyktes: %s +commands.setblock.usage=/setblock [dataverdi] [gammelBlokkHandling] [dataEtikett] +commands.setidletimeout.success=Tidsavbrudd satt til %s minutter. +commands.setidletimeout.usage=/setidletimeout +commands.setworldspawn.success=Sett verdens spawn-punkt til (%s, %s, %s) +commands.setworldspawn.usage=/setworldspawn [] +commands.spawnpoint.success=Endret %s sitt startspunkt til (%s, %s, %s) +commands.spawnpoint.usage=/spawnpoint [spillere] [] +commands.spreadplayers.failure.players=Kunne ikke spre %s spillere rundt %s,%s (for mange spillere for plass - prøv Ã¥ bruke spredning pÃ¥ maks. %s) +commands.spreadplayers.failure.teams=Kunne ikke spre %s lag rundt %s,%s (for mange spillere for plass - prøv Ã¥ bruke spredning pÃ¥ maks. %s) +commands.spreadplayers.info.players=(Gjennomsnittlig avstand mellom spillerne er %s blokker fra hverandre etter %s gjentakelser) +commands.spreadplayers.info.teams=(Gjennomsnittlig avstand mellom lagene er %s blokker fra hverandre etter %s gjentakelser) +commands.spreadplayers.spreading.players=Sprer %s spillere %s blokker rundt %s,%s (minst %s blokker fra hverandre) +commands.spreadplayers.spreading.teams=Sprer %s lag %s blokker rundt %s,%s (minst %s blokker fra hverandre) +commands.spreadplayers.success.players=Fullført spredning av %s spillere rundt %s,%s +commands.spreadplayers.success.teams=Fullført spredning av %s lag rundt %s,%s +commands.spreadplayers.usage=/spreadplayers +commands.stats.block.clear.usage=/stats block clear +commands.stats.block.set.usage=/stats block set +commands.stats.block.usage=/stats block ... +commands.stats.entity.clear.usage=/stats entity clear +commands.stats.entity.set.usage=/stats entity set +commands.stats.entity.usage=/stats entity +commands.stats.failed=Ugyldige parametere +commands.stats.usage=/stats ... +commands.stop.start=Stopper serveren +commands.stop.usage=/stop +commands.summon.failed=Kan ikke innkalle objekt +commands.summon.outOfWorld=Kan ikke kalle objektet ut av verden +commands.summon.success=Objektet ble sukseksfult behandlet +commands.summon.tagError=Analyse av datatag mislyktes: %s +commands.summon.usage=/summon [x] [y] [z] [dataTag] +commands.tellraw.jsonException=Ugyldig json: %s +commands.tellraw.usage=/tellraw +commands.testfor.success=Funnet %s +commands.testfor.usage=/testfor [dataTag] +commands.testforblock.failed.data=Blokken pÃ¥ %s,%s,%s hadde verdien %s (forventet: %s). +commands.testforblock.failed.nbt=Blokken pÃ¥ %s,%s,%s hadde ikke de nødvendige NBT nøklene. +commands.testforblock.failed.tile=Blokken pÃ¥ %s,%s,%s er %s (foreventet: %s). +commands.testforblock.failed.tileEntity=Blokken pÃ¥ %s,%s,%s er ikke en brikke-enhet og støtter ikke tag sammenligning. +commands.testforblock.outOfWorld=Kan ikke teste for en blokk utenfor verdenen +commands.testforblock.success=Fant blokken pÃ¥ %s,%s,%s. +commands.testforblock.usage=/testforblock [dataVerdi] [dataTag] +commands.time.added=La %s til tiden +commands.time.query=Tiden er %s +commands.time.set=Anga klokkeslettet til %s +commands.title.usage=/title ... +commands.title.usage.clear=/title clear|reset +commands.title.usage.times=/title times +commands.title.usage.title=/title title|subtitle +commands.tp.notSameDimension=Kan ikke teleportere fordi spillerne er ikke i samme dimensjon +commands.tp.success=Teleporterte %s til %s +commands.tp.success.coordinates=Teleporterte %s til %s,%s,%s +commands.trigger.usage=/trigger +commands.unban.failed=Kunne ikke oppheve utestengelsen for spiller %s +commands.unban.success=Fjernet utestenging av %s +commands.unban.usage=/pardon +commands.unbanip.invalid=Du har angitt en ugyldig IP adresse +commands.unbanip.success=Fjernet utestenging av IP adresse %s +commands.unbanip.usage=/pardon-ip +commands.weather.clear=Endret været til klart +commands.weather.rain=Endret til regnvær +commands.weather.thunder=Endret til regn- og tordenvær +commands.weather.usage=/weather [varighet i sekunder] +commands.whitelist.add.failed=Kunne ikke legge til %s i hvitelisten +commands.whitelist.add.success=La til %s i hvitlisten +commands.whitelist.add.usage=/whitelist add +commands.whitelist.disabled=Hvitlisten slÃ¥tt av +commands.whitelist.enabled=Hvitlisten slÃ¥tt pÃ¥ +commands.whitelist.list=Det er %s (Ut av %s sett) hvitlistede spillere: +commands.whitelist.reloaded=Gjenlastet hvitlisten +commands.whitelist.remove.failed=Kunne ikke fjerne %s fra hvitelisten +commands.whitelist.remove.success=Fjernet %s fra whitelisten +commands.whitelist.remove.usage=/whitelist remove +commands.whitelist.usage=/whitelist +commands.worldborder.add.usage=/worldborder add [timeInSeconds] +commands.worldborder.center.usage=/worldborder center +commands.worldborder.damage.amount.usage=/worldborder damage amount +commands.worldborder.damage.buffer.usage=/worldborder damage buffer +commands.worldborder.damage.usage=/worldborder damage +commands.worldborder.set.usage=/worldborder set [timeInSeconds] +commands.worldborder.usage=/worldborder ... +commands.worldborder.warning.distance.usage=/worldborder warning distance +commands.worldborder.warning.time.usage=/worldborder warning time +commands.worldborder.warning.usage=/worldborder warning +commands.xp.failure.widthdrawXp=Kan ikke gi spiller negative erfaringspoeng +commands.xp.success=Gitt %s erfaring til %s +commands.xp.success.levels=Ga %s nivÃ¥er av erfaring til %s +commands.xp.success.negative.levels=Tok bort %s nivÃ¥er av erfaring til %s +commands.xp.usage=/xp [spiller] ELLER /xp L [spiller] +connect.authorizing=Logger inn... +connect.connecting=Kobler til serveren... +connect.failed=Kunne ikke koble til serveren +container.beacon=Signallys +container.brewing=Bryggeriapparat +container.chest=Kiste +container.chestDouble=Stor kiste +container.crafting=Tilvirkning +container.creative=Gjenstandsutvalg +container.dispenser=Dispenser +container.dropper=Dropper +container.enchant=Fortrylle +container.enchant.clue=%s . . . ? +container.enchant.lapis.many=%s Lasurstein +container.enchant.lapis.one=1 Lasurstein +container.enderchest=Sluttkiste +container.furnace=Stekeovn +container.hopper=Trakt +container.inventory=Inventar +container.isLocked=%s er lÃ¥st! +container.minecart=Gruvevogn +container.repair=Reparer og navngi +container.repair.cost=Fortryllelsen koster: %1$s +container.repair.expensive=For dyrt! +controls.reset=Tilbakestill +controls.resetAll=Tilbakestill taster +controls.title=Kontroller +createWorld.customize.custom.baseSize=Dybde Base Størrelse +createWorld.customize.custom.biomeDepthOffset=Landskap dybde forskyvning +createWorld.customize.custom.biomeDepthWeight=Landskap Dybde Vekt +createWorld.customize.custom.biomeScaleOffset=Landskap skala forskyvning +createWorld.customize.custom.biomeScaleWeight=Landskap skala vekt +createWorld.customize.custom.biomeSize=Landskap størrelse +createWorld.customize.custom.center=Senter Høyde +createWorld.customize.custom.confirm1=Dette vil overskrive gjeldende +createWorld.customize.custom.confirm2=innstillingene kan ikke angres. +createWorld.customize.custom.confirmTitle=Advarsel! +createWorld.customize.custom.coordinateScale=Kordinasjon skala +createWorld.customize.custom.defaults=Standard +createWorld.customize.custom.depthNoiseScaleExponent=Dybde Støy Eksponent +createWorld.customize.custom.depthNoiseScaleX=Dybde Støy Skala X +createWorld.customize.custom.depthNoiseScaleZ=Dybde Støy Skala Z +createWorld.customize.custom.dungeonChance=Grotte teller +createWorld.customize.custom.fixedBiome=Landskap +createWorld.customize.custom.heightScale=Høyde skala +createWorld.customize.custom.lavaLakeChance=Lava sjø sjeldenhet +createWorld.customize.custom.lowerLimitScale=Nedre grense skala +createWorld.customize.custom.mainNoiseScaleX=Hoved Støy skala X +createWorld.customize.custom.mainNoiseScaleY=Hoved Støy skala Y +createWorld.customize.custom.mainNoiseScaleZ=Hoved Støy skala Z +createWorld.customize.custom.maxHeight=Maks Høyde +createWorld.customize.custom.minHeight=Min. høyde +createWorld.customize.custom.next=Neste side +createWorld.customize.custom.page0=Grunnleggende innstillinger +createWorld.customize.custom.page1=Malm innstillinger +createWorld.customize.custom.page2=Avanserte innstillinger(Avanserte brukere) +createWorld.customize.custom.page3=Ekstra avanserte innstillinger (Ekspert brukere) +createWorld.customize.custom.preset.caveChaos=Kaosgrotter +createWorld.customize.custom.preset.drought=Tørke +createWorld.customize.custom.preset.goodLuck=Lykke til +createWorld.customize.custom.preset.isleLand=Øy Land +createWorld.customize.custom.preset.mountains=Fjell galskap +createWorld.customize.custom.preset.waterWorld=Vannverden +createWorld.customize.custom.presets=ForhÃ¥ndsinnstillinger +createWorld.customize.custom.presets.title=Tilpasse verden forhÃ¥ndsinnstillinger +createWorld.customize.custom.prev=Forrige side +createWorld.customize.custom.randomize=Tilfeldig +createWorld.customize.custom.riverSize=Elv størrelse +createWorld.customize.custom.seaLevel=HavnivÃ¥ +createWorld.customize.custom.spread=Spre høyde +createWorld.customize.custom.stretchY=Utvid høyde +createWorld.customize.custom.upperLimitScale=Øvre grense skala +createWorld.customize.custom.useCaves=Grotter +createWorld.customize.custom.useDungeons=Fangehull +createWorld.customize.custom.useLavaLakes=Lavainnsjøer +createWorld.customize.custom.useLavaOceans=Lavahav +createWorld.customize.custom.useMineShafts=Gruveganger +createWorld.customize.custom.useMonuments=Sjø monumenter +createWorld.customize.custom.useRavines=Raviner +createWorld.customize.custom.useStrongholds=Festninger +createWorld.customize.custom.useTemples=Templer +createWorld.customize.custom.useVillages=Landsbyer +createWorld.customize.custom.useWaterLakes=Innsjøer +createWorld.customize.custom.waterLakeChance=Vann sjø sjeldenhet +createWorld.customize.flat.addLayer=Legg til lag +createWorld.customize.flat.editLayer=Endre lag +createWorld.customize.flat.height=Høyde +createWorld.customize.flat.layer=%s +createWorld.customize.flat.layer.bottom=Bunn - %s +createWorld.customize.flat.layer.top=Topp - %s +createWorld.customize.flat.removeLayer=Fjern lag +createWorld.customize.flat.tile=Lagmateriale +createWorld.customize.flat.title=Tilpasning av superflat +createWorld.customize.presets=ForhÃ¥ndsinnstillinger +createWorld.customize.presets.list=Alternativt, her er noen vi lagde tidligere! +createWorld.customize.presets.select=Bruk forhÃ¥ndsinnstilling +createWorld.customize.presets.share=Vil du dele din forhÃ¥ndsinnstilling med noen? Bruk boksen under! +createWorld.customize.presets.title=Velg en forhÃ¥ndsinnstilling +death.attack.anvil=%1$s ble most av en fallende ambolt +death.attack.arrow=%1$s ble skutt av %2$s +death.attack.arrow.item=%1$s ble skutt av %2$s med %3$s +death.attack.cactus=%1$s ble stukket til døde +death.attack.cactus.player=%1$s gikk inn i en kaktus mens han prøvde Ã¥ rømme fra %2$s +death.attack.drown=%1$s druknet +death.attack.drown.player=%1$s druknet mens han prøvde Ã¥ rømme fra %2$s +death.attack.explosion=%1$s ble sprengt i lufta +death.attack.explosion.player=%1$s ble sprengt i lufta av %2$s +death.attack.fall=%1$s traff bakken for hardt +death.attack.fallingBlock=%1$s ble most av en fallende blokk +death.attack.fireball=%1$s ble ildkulet av %2$s +death.attack.fireball.item=%1$s ble ildkulet av %2$s med %3$s +death.attack.generic=%1$s døde +death.attack.inFire=%1$s tok fyr og døde +death.attack.inFire.player=%1$s gikk inn i flammene mens han kjempet mot %2$s +death.attack.inWall=%1$s ble kvalt i en vegg +death.attack.indirectMagic=%1$s ble drept av %2$s med magi +death.attack.indirectMagic.item=%1$s ble drept av %2$s med %3$s +death.attack.lava=%1$s forsøkte Ã¥ svømme i lava +death.attack.lava.player=%1$s forsøkte Ã¥ svømme i lava for Ã¥ rømme fra %2$s +death.attack.lightningBolt=%1$s ble truffet av lynet +death.attack.magic=%1$s ble drept med magi +death.attack.mob=%1$s ble drept av %2$s +death.attack.onFire=%1$s brant ihjel +death.attack.onFire.player=%1$s ble brent til glør mens han kjempet mot %2$s +death.attack.outOfWorld=%1$s falt ut av verdenen +death.attack.player=%1$s ble drept av %2$s +death.attack.player.item=%1$s ble drept av %2$s med %3$s +death.attack.starve=%1$s sultet ihjel +death.attack.thorns=%1$s ble drept mens han prøvde Ã¥ skade %2$s +death.attack.thrown=%1$s ble kastet pÃ¥ av %2$s +death.attack.thrown.item=%1$s ble kastet pÃ¥ av %2$s med %3$s +death.attack.wither=%1$s visnet +death.fell.accident.generic=%1$s falt fra et høyt sted +death.fell.accident.ladder=%1$s falt av en stige +death.fell.accident.vines=%1$s falt ned fra noen lianer +death.fell.accident.water=%1$s falt ut av vannet +death.fell.assist=%1$s ble dømt til Ã¥ falle av %2$s +death.fell.assist.item=%1$s ble dømt til Ã¥ falle av %2$s med %3$s +death.fell.finish=%1$s falt for langt og ble drept av %2$s +death.fell.finish.item=%1$s falt for langt og ble drept av %2$s med %3$s +death.fell.killer=%1$s ble dømt til Ã¥ falle +deathScreen.deleteWorld=Slett verden +deathScreen.hardcoreInfo=Du kan ikke gjenoppstÃ¥ i hardcore-modus! +deathScreen.leaveServer=Forlat server +deathScreen.quit.confirm=Er du sikker pÃ¥ at du vil avslutte? +deathScreen.respawn=GjennoppstÃ¥ +deathScreen.score=Poengsum +deathScreen.title=Du døde! +deathScreen.title.hardcore=Spillet er over! +deathScreen.titleScreen=Hovedmeny +demo.day.1=Denne demoen vil vare i fem spilldager. Gjør ditt beste! +demo.day.2=Dag To +demo.day.3=Dag Tre +demo.day.4=Dag Fire +demo.day.5=Dette er din siste dag! +demo.day.6=Den siste dagen din er over. Trykk pÃ¥ F2 for Ã¥ lagre et bilde av byggverket ditt +demo.day.warning=Tiden din løper snart ut! +demo.demoExpired=Prøveperioden er over! +demo.help.buy=Kjøp nÃ¥! +demo.help.fullWrapped=Denne prøveversjonen vil vare 5 dager i spillet (ca 1 time og 40 minutter i ekte tid). Sjekk prestasjoner for tips! Ha det gøy! +demo.help.inventory=Bruk %1$s for Ã¥ Ã¥pne inventaret ditt +demo.help.jump=Hopp ved Ã¥ trykke pÃ¥ %1$s +demo.help.later=Fortsett Ã¥ spille! +demo.help.movement=Bruk %1$s, %2$s, %3$s, %4$s og datamusen for Ã¥ bevege deg +demo.help.movementMouse=Se deg rundt med musen +demo.help.movementShort=Beveg deg rundt rundt med %1$s, %2$s, %3$s, %4$s +demo.help.title=Minecraft prøveversjon +demo.remainingTime=GjenstÃ¥ende tid: %s +demo.reminder=Demotiden er over. Kjøp spillet for Ã¥ fortsette, eller lag en ny verden! +difficulty.lock.question=Er du sikker du vil lÃ¥se vanskeligheten av denne verden? Dette setter denne verden til Ã¥ være %1$s, og du vil aldri kunne endre det igjen. +difficulty.lock.title=LÃ¥s verden vanskelighetsgrad +disconnect.closed=Forbindelse avbrutt +disconnect.disconnected=Frakoblet av serveren +disconnect.endOfStream=Streamen ble avsluttet +disconnect.genericReason=%s +disconnect.kicked=Ble sparket ut av spillet +disconnect.loginFailed=Feil ved innlogging +disconnect.loginFailedInfo=Feil ved innlogging: %s +disconnect.loginFailedInfo.invalidSession=Ugyldig økt (Forsøk Ã¥ restarte spillet) +disconnect.loginFailedInfo.serversUnavailable=Autentiseringen er midlertidig utilgjengelig pÃ¥ grunn av vedlikehold. +disconnect.lost=Mistet Forbindelsen +disconnect.overflow=Bufferoverløp +disconnect.quitting=Avslutter +disconnect.spam=Kastet ut for spamming +disconnect.timeout=Tidsavbrudd +enchantment.arrowDamage=Kraft +enchantment.arrowFire=Flamme +enchantment.arrowInfinite=Uendelig +enchantment.arrowKnockback=Trykk +enchantment.damage.all=Skarphet +enchantment.damage.arthropods=Leddyrets skrekk +enchantment.damage.undead=De vandødes skrekk +enchantment.digging=Effektivitet +enchantment.durability=Uknuselig +enchantment.fire=Flamme +enchantment.fishingSpeed=Sluk +enchantment.knockback=Tilbakeslag +enchantment.level.1=I +enchantment.level.10=X +enchantment.level.2=II +enchantment.level.3=III +enchantment.level.4=IV +enchantment.level.5=V +enchantment.level.6=VI +enchantment.level.7=VII +enchantment.level.8=VIII +enchantment.level.9=IX +enchantment.lootBonus=Plyndring +enchantment.lootBonusDigger=Formue +enchantment.lootBonusFishing=Havets Lykke +enchantment.oxygen=Respirasjon +enchantment.protect.all=Beskyttelse +enchantment.protect.explosion=Eksplosjonsbeskyttelse +enchantment.protect.fall=Fjærfall +enchantment.protect.fire=Brannvern +enchantment.protect.projectile=Prosjektilbeskyttelse +enchantment.thorns=Torner +enchantment.untouching=Silkeberøring +enchantment.waterWorker=Vannmann +entity.ArmorStand.name=Rustning stativ +entity.Arrow.name=pil +entity.Bat.name=Flaggermus +entity.Blaze.name=Flammeskrømt +entity.Boat.name=Jolle +entity.Cat.name=Katt +entity.CaveSpider.name=Huleedderkopp +entity.Chicken.name=Kylling +entity.Cow.name=Ku +entity.Creeper.name=Creeper +entity.EnderDragon.name=Enderdrage +entity.Enderman.name=Endermann +entity.Endermite.name=Endermite +entity.EntityHorse.name=Hest +entity.FallingSand.name=Fallende blokk +entity.Fireball.name=Ildkule +entity.Ghast.name=Geist +entity.Giant.name=Kjempe +entity.Guardian.name=Vokter +entity.Item.name=Gjenstand +entity.KillerBunny.name=Morder kaninen +entity.LavaSlime.name=Magmakube +entity.Minecart.name=Gruvevogn +entity.Mob.name=Mob +entity.Monster.name=Monster +entity.MushroomCow.name=Soppku +entity.Ozelot.name=Ozelot +entity.Painting.name=Maleri +entity.Pig.name=Gris +entity.PigZombie.name=Zombie Grisemann +entity.PrimedTnt.name=Blokk med TNT +entity.Rabbit.name=Kanin +entity.Sheep.name=Sau +entity.Silverfish.name=Sølvkre +entity.Skeleton.name=Skjelett +entity.Slime.name=Slim +entity.SmallFireball.name=Liten ildkule +entity.SnowMan.name=Snømann +entity.Snowball.name=Snøball +entity.Spider.name=Edderkopp +entity.Squid.name=Blekksprut +entity.Villager.butcher=Slakter +entity.Villager.farmer=Bonde +entity.Villager.fisherman=Fisker +entity.Villager.fletcher=Pilmaker +entity.Villager.librarian=Biblotekar +entity.Villager.name=Landsbybeboer +entity.Villager.tool=Verktøysmed +entity.Villager.weapon=VÃ¥pensmed +entity.VillagerGolem.name=Jerngolem +entity.Witch.name=Heks +entity.WitherBoss.name=Wither +entity.Wolf.name=Ulv +entity.XPOrb.name=Erfaringskule +entity.Zombie.name=Zombie +entity.donkey.name=Esel +entity.generic.name=ukjent +entity.horse.name=Hest +entity.mule.name=Muldyr +entity.skeletonhorse.name=Skjeletthest +entity.zombiehorse.name=Zombiehest +gameMode.adventure=Eventyrmodus +gameMode.changed=Din spillmodus er oppdatert +gameMode.creative=Kreativ modus +gameMode.hardcore=Hardcore-modus! +gameMode.spectator=Tilskuermodus +gameMode.survival=Overlevelsesmodus +generator.amplified=Forsterket +generator.amplified.info=Merknad: Bare for gøy, krever en kraftig datamaskin +generator.customized=Tilpasset +generator.debug_all_block_states=Debug modus +generator.default=Standard +generator.flat=Superflat +generator.largeBiomes=Store biotoper +gui.achievements=Prestasjoner +gui.all=Alle +gui.back=Tilbake +gui.cancel=Avbryt +gui.done=Ferdig +gui.down=Ned +gui.no=Nei +gui.none=Ingen +gui.stats=Statistikk +gui.toMenu=Tilbake til hovedmenyen +gui.up=Opp +gui.yes=Ja +inventory.binSlot=Ødelegg gjenstand +item.apple.name=Eple +item.appleGold.name=Gulleple +item.armorStand.name=Rustning stativ +item.arrow.name=Pil +item.banner.black.name=Svart banner +item.banner.blue.name=BlÃ¥tt banner +item.banner.brown.name=Brunt banner +item.banner.circle.black=Svart sirkel +item.banner.circle.blue=BlÃ¥ sirkel +item.banner.circle.brown=Brun sirkel +item.banner.circle.gray=GrÃ¥ sirkel +item.banner.circle.green=Grønn sirkel +item.banner.circle.pink=Rosa sirkel +item.banner.circle.purple=Lilla sirkel +item.banner.circle.red=Rød sirkel +item.banner.circle.white=Hvit sirkel +item.banner.circle.yellow=Gul sirkel +item.banner.cyan.name=Cyan banner +item.banner.gray.name=GrÃ¥tt banner +item.banner.green.name=Grønt banner +item.banner.lightBlue.name=LyseblÃ¥tt banner +item.banner.lime.name=Lime banner +item.banner.magenta.name=Magenta banner +item.banner.mojang.black=Svart ting +item.banner.mojang.blue=BlÃ¥ ting +item.banner.mojang.brown=Brun ting +item.banner.mojang.gray=GrÃ¥ ting +item.banner.mojang.green=Grønn ting +item.banner.mojang.lightBlue=LyseblÃ¥ ting +item.banner.mojang.lime=Limegrønn ting +item.banner.mojang.magenta=Magenta ting +item.banner.mojang.orange=Oransje ting +item.banner.mojang.pink=Rosa ting +item.banner.mojang.purple=Lilla ting +item.banner.mojang.red=Rød ting +item.banner.mojang.silver=LysegrÃ¥ ting +item.banner.mojang.white=Hvit ting +item.banner.mojang.yellow=Gul ting +item.banner.orange.name=Oransje banner +item.banner.pink.name=Rosa banner +item.banner.purple.name=Lilla Banner +item.banner.red.name=Rødt banner +item.banner.silver.name=LysegrÃ¥tt banner +item.banner.straight_cross.black=Svart kors +item.banner.straight_cross.blue=BlÃ¥tt kors +item.banner.straight_cross.brown=Brunt kors +item.banner.straight_cross.cyan=Cyan kors +item.banner.straight_cross.gray=GrÃ¥tt kors +item.banner.straight_cross.green=Grønt kors +item.banner.straight_cross.lightBlue=LyseblÃ¥tt kors +item.banner.straight_cross.lime=Lime kors +item.banner.straight_cross.magenta=Magenta kors +item.banner.straight_cross.orange=Oransje kors +item.banner.straight_cross.pink=Rosa kors +item.banner.straight_cross.purple=Lilla kors +item.banner.straight_cross.red=Rødt kors +item.banner.straight_cross.silver=LysegrÃ¥tt kors +item.banner.straight_cross.white=Hvitt kors +item.banner.straight_cross.yellow=Gult kors +item.banner.white.name=Hvitt banner +item.banner.yellow.name=Gult banner +item.bed.name=Seng +item.beefCooked.name=Stekt biff +item.beefRaw.name=RÃ¥ biff +item.blazePowder.name=Flammepulver +item.blazeRod.name=Flammestav +item.boat.name=Jolle +item.bone.name=Bein +item.book.name=Bok +item.bootsChain.name=Brynjestøvler +item.bootsCloth.name=Lærstøvler +item.bootsDiamond.name=Diamantstøvler +item.bootsGold.name=Gullstøvler +item.bootsIron.name=Jernstøvler +item.bow.name=Bue +item.bowl.name=Bolle +item.bread.name=Brød +item.brewingStand.name=Bryggeriapparat +item.brick.name=Murstein +item.bucket.name=Bøtte +item.bucketLava.name=Lavabøtte +item.bucketWater.name=Vannbøtte +item.cake.name=Kake +item.canBreak=Kan knuses: +item.canPlace=Kan plasseres pÃ¥: +item.carrotGolden.name=Gull-rot +item.carrotOnAStick.name=Gulrot pÃ¥ pinne +item.carrots.name=Gulrot +item.cauldron.name=Heksegryte +item.charcoal.name=Trekull +item.chestplateChain.name=Brynjebrystplate +item.chestplateCloth.name=Lærtrøye +item.chestplateDiamond.name=Diamantbrystplate +item.chestplateGold.name=Gullbrystplate +item.chestplateIron.name=Jernbrystplate +item.chickenCooked.name=Stekt kylling +item.chickenRaw.name=RÃ¥ kylling +item.clay.name=Leire +item.clock.name=Klokke +item.coal.name=Kull +item.comparator.name=Rødsteinssammenligner +item.compass.name=Kompass +item.cookie.name=Kjeks +item.diamond.name=Diamant +item.diode.name=Rødsteinsforsterker +item.doorBirch.name=Dør av bjørk +item.doorDarkOak.name=Dør av mørk eik +item.doorIron.name=Jerndør +item.doorJungle.name=Dør av jungeltrær +item.doorOak.name=Eikedør +item.doorSpruce.name=Dør av gran +item.dyePowder.black.name=Blekkpose +item.dyePowder.blue.name=Lasurstein +item.dyePowder.brown.name=Kakaobønner +item.dyePowder.cyan.name=Turkis fargestoff +item.dyePowder.gray.name=GrÃ¥tt fargestoff +item.dyePowder.green.name=Kaktusgrønn +item.dyePowder.lightBlue.name=LyseblÃ¥tt fargestoff +item.dyePowder.lime.name=Limegrønt fargestoff +item.dyePowder.magenta.name=Magenta fargestoff +item.dyePowder.orange.name=Oransje fargestoff +item.dyePowder.pink.name=Rosa fargestoff +item.dyePowder.purple.name=Lilla Fargestoff +item.dyePowder.red.name=Rosenrød +item.dyePowder.silver.name=LysegrÃ¥tt fargestoff +item.dyePowder.white.name=Beinmel +item.dyePowder.yellow.name=Løvetannsgul +item.dyed=Farget +item.egg.name=Egg +item.emerald.name=Smaragd +item.emptyMap.name=Blankt kart +item.emptyPotion.name=Vannflaske +item.enchantedBook.name=Fortryllet bok +item.enderPearl.name=Enderperle +item.expBottle.name=Fortryllelsesflaske +item.eyeOfEnder.name=Enderøye +item.feather.name=Fjær +item.fermentedSpiderEye.name=Gjæret edderkoppøye +item.fireball.name=Ildladning +item.fireworks.flight=Flyvarighet: +item.fireworks.name=Fyrverkeri +item.fireworksCharge.black=Svart +item.fireworksCharge.blue=BlÃ¥ +item.fireworksCharge.brown=Brun +item.fireworksCharge.customColor=Tilpasset +item.fireworksCharge.cyan=Turkis +item.fireworksCharge.fadeTo=Ton inn til +item.fireworksCharge.flicker=Glimt +item.fireworksCharge.gray=GrÃ¥ +item.fireworksCharge.green=Grønn +item.fireworksCharge.lightBlue=LyseblÃ¥ +item.fireworksCharge.lime=Limegrønn +item.fireworksCharge.magenta=Lyselilla +item.fireworksCharge.name=Fyrverkeristjerne +item.fireworksCharge.orange=Oransje +item.fireworksCharge.pink=Rosa +item.fireworksCharge.purple=Lilla +item.fireworksCharge.red=Rød +item.fireworksCharge.silver=LysegrÃ¥ +item.fireworksCharge.trail=Spor +item.fireworksCharge.type=Ukjent form +item.fireworksCharge.type.0=Liten kule +item.fireworksCharge.type.1=Stor kule +item.fireworksCharge.type.2=Stjerne-formet +item.fireworksCharge.type.3=Creeper-formet +item.fireworksCharge.type.4=Eksplosjon +item.fireworksCharge.white=Hvit +item.fireworksCharge.yellow=Gul +item.fish.clownfish.raw.name=Klovnefisk +item.fish.cod.cooked.name=Stekt Fisk +item.fish.cod.raw.name=Fisk +item.fish.pufferfish.raw.name=Kulefisk +item.fish.salmon.cooked.name=Stekt Laks +item.fish.salmon.raw.name=Laks +item.fishingRod.name=Fiskestang +item.flint.name=Flint +item.flintAndSteel.name=TennstÃ¥l +item.flowerPot.name=Blomsterpotte +item.frame.name=Ramme +item.ghastTear.name=GeisttÃ¥re +item.glassBottle.name=Glassflaske +item.goldNugget.name=Gullklump +item.hatchetDiamond.name=Diamantøks +item.hatchetGold.name=Gulløks +item.hatchetIron.name=Jernøks +item.hatchetStone.name=Steinøks +item.hatchetWood.name=Treøks +item.helmetChain.name=Brynjehjelm +item.helmetCloth.name=Lærhjelm +item.helmetDiamond.name=Diamanthjelm +item.helmetGold.name=Gullhjelm +item.helmetIron.name=Jernhjelm +item.hoeDiamond.name=DiamantljÃ¥ +item.hoeGold.name=GulljÃ¥ +item.hoeIron.name=JernljÃ¥ +item.hoeStone.name=SteinljÃ¥ +item.hoeWood.name=TreljÃ¥ +item.horsearmordiamond.name=Diamantrustning for hest +item.horsearmorgold.name=Gullrustning for hest +item.horsearmormetal.name=Jernrustning for hest +item.ingotGold.name=Gullbarre +item.ingotIron.name=Jernbarre +item.leash.name=Leietau +item.leather.name=Lær +item.leaves.name=Løv +item.leggingsChain.name=Brynjebukser +item.leggingsCloth.name=Lærbukser +item.leggingsDiamond.name=Diamantbenplater +item.leggingsGold.name=Gullbenplater +item.leggingsIron.name=Jernbenplater +item.magmaCream.name=Magmakrem +item.map.name=Kart +item.melon.name=Melon +item.milk.name=Melk +item.minecart.name=Gruvevogn +item.minecartChest.name=Gruvevogn med kiste +item.minecartCommandBlock.name=Minecart med Kommandoblokk +item.minecartFurnace.name=Gruvevogn med Ovn +item.minecartHopper.name=Gruvevogn med trakt +item.minecartTnt.name=Gruvevogn med TNT +item.monsterPlacer.name=Fremkall +item.mushroomStew.name=Soppstuing +item.muttonCooked.name=Tilberedt fÃ¥rekjøtt +item.muttonRaw.name=RÃ¥tt fÃ¥rekjøtt +item.nameTag.name=Navnemerke +item.netherStalkSeeds.name=Nethervorte +item.netherStar.name=Netherstjerne +item.netherbrick.name=Nethermur +item.netherquartz.name=Kvarts +item.painting.name=Maleri +item.paper.name=Papir +item.pickaxeDiamond.name=Diamanthakke +item.pickaxeGold.name=Gullhakke +item.pickaxeIron.name=Jernhakke +item.pickaxeStone.name=Steinhakke +item.pickaxeWood.name=Trehakke +item.porkchopCooked.name=Stekt svinekotelett +item.porkchopRaw.name=RÃ¥ svinekotelett +item.potato.name=Potet +item.potatoBaked.name=Bakt potet +item.potatoPoisonous.name=Giftig potet +item.potion.name=Eliksir +item.pumpkinPie.name=Gresskarpai +item.rabbitCooked.name=Tilberedt kanin +item.rabbitFoot.name=Harelabb +item.rabbitHide.name=Kanninskin +item.rabbitRaw.name=RÃ¥ kanin +item.rabbitStew.name=Kanin lapskaus +item.record.11.desc=C418 - 11 +item.record.13.desc=C418 - 13 +item.record.blocks.desc=C418 - blocks +item.record.cat.desc=C418 - cat +item.record.chirp.desc=C418 - chirp +item.record.far.desc=C418 - far +item.record.mall.desc=C418 - mall +item.record.mellohi.desc=C418 - mellohi +item.record.name=Langspillplate +item.record.stal.desc=C418 - stal +item.record.strad.desc=C418 - strad +item.record.wait.desc=C418 - wait +item.record.ward.desc=C418 - ward +item.redstone.name=Rødstein +item.reeds.name=Sukkerrør +item.rottenFlesh.name=RÃ¥ttent kjøtt +item.ruby.name=Rubin +item.saddle.name=Sal +item.seeds.name=Frø +item.seeds_melon.name=Melonfrø +item.seeds_pumpkin.name=Gresskarfrø +item.shears.name=Sauesaks +item.shovelDiamond.name=Diamantspade +item.shovelGold.name=Gullspade +item.shovelIron.name=Jernspade +item.shovelStone.name=Steinspade +item.shovelWood.name=Trespade +item.sign.name=Skilt +item.skull.char.name=Hode +item.skull.creeper.name=Creeperhode +item.skull.player.name=%s sitt hode +item.skull.skeleton.name=Skjeletthode +item.skull.wither.name=Wither Skjelett-hode +item.skull.zombie.name=Zombiehode +item.slimeball.name=Slimball +item.snowball.name=Snøball +item.speckledMelon.name=Glitrende melon +item.spiderEye.name=Edderkoppøye +item.stick.name=Pinne +item.string.name=Hyssing +item.sugar.name=Sukker +item.sulphur.name=Krutt +item.swordDiamond.name=Diamantsverd +item.swordGold.name=Gullsverd +item.swordIron.name=Jernsverd +item.swordStone.name=Steinsverd +item.swordWood.name=Tresverd +item.unbreakable=Uknuselig +item.wheat.name=Hvete +item.writingBook.name=Bok og fjærpenn +item.writtenBook.name=Skrevet bok +item.yellowDust.name=Glødesteinspulver +itemGroup.brewing=Brygging +itemGroup.buildingBlocks=Byggeblokker +itemGroup.combat=Kamp +itemGroup.decorations=Dekorasjonsblokker +itemGroup.food=Næringsmidler +itemGroup.inventory=Overlevelses-inventar +itemGroup.materials=Materialer +itemGroup.misc=Diverse +itemGroup.redstone=Rødstein +itemGroup.search=Søk +itemGroup.tools=Verktøy +itemGroup.transportation=Transport +key.attack=Angrep/Ødelegge +key.back=GÃ¥ baklengs + +key.categories.gameplay=Gameplay +key.categories.inventory=Inventar +key.categories.misc=Diverse +key.categories.movement=Bevegelse +key.categories.multiplayer=Flerspiller +key.categories.stream=Kringkasting +key.categories.ui=Spillgrensesnitt +key.chat=Ã…pne chat +key.command=Ã…pne-kommandoen +key.drop=Slipp Gjenstand +key.forward=gÃ¥ forover +key.fullscreen=Fullskjerm +key.hotbar.1=Hotbar plass 1 +key.hotbar.2=Hotbar plass 2 +key.hotbar.3=Hotbar plass 3 +key.hotbar.4=Hotbar plass 4 +key.hotbar.5=Hotbar plass 5 +key.hotbar.6=Hotbar plass 6 +key.hotbar.7=Hotbar plass 7 +key.hotbar.8=Hotbar plass 8 +key.hotbar.9=Hotbar plass 9 +key.inventory=Inventar +key.jump=Hopp +key.left=GÃ¥ til venstre +key.mouseButton=Knapp %1$s +key.pickItem=Velg blokk +key.playerlist=Spillerliste +key.right=GÃ¥ til høyre +key.screenshot=Ta Skjermbilde +key.smoothCamera=Veksle Filmatisk Kamera +key.sneak=Snik +key.spectatorOutlines=Markere spillere (tilskuere) +key.sprint=Sprint +key.streamCommercial=Vis reklamer +key.streamPauseUnpause=Pause/Unpause Stream +key.streamStartStop=Start/Stopp Stream +key.streamToggleMic=Trykk For Ã… Snakke/Dempe +key.togglePerspective=Veksle Perspektiv +key.use=Bruke Gjenstand/Plassere Blokk +lanServer.otherPlayers=Innstillinger for andre spillere +lanServer.scanning=Søker etter spill pÃ¥ ditt lokale nettverk +lanServer.start=Start LAN-verden +lanServer.title=LAN-verden +language.code=nb_NO +language.name=Norsk +language.region=Norge +mcoServer.title=Minecraft Online Verden +menu.convertingLevel=Konverterer verden +menu.disconnect=Koble fra +menu.game=Spillmeny +menu.generatingLevel=Genererer verden +menu.generatingTerrain=Bygger terreng +menu.loadingLevel=Laster verden +menu.multiplayer=Flerspiller +menu.online=Minecraft Realms +menu.options=Innstillinger... +menu.playdemo=Spill prøveverden +menu.quit=Avslutt spill +menu.resetdemo=Tilbakestill prøveverden +menu.respawning=GjenoppstÃ¥r +menu.returnToGame=Fortsett spillet +menu.returnToMenu=Lagre og gÃ¥ til hovedmenyen +menu.shareToLan=Ã…pne til LAN +menu.simulating=Simulerer verden litt +menu.singleplayer=Enkeltspiller +menu.switchingLevel=Bytter verden +merchant.deprecated=Handle noe annet for Ã¥ lÃ¥se opp! +mount.onboard=Trykk %1$s for Ã¥ gÃ¥ av +multiplayer.connect=Koble til +multiplayer.downloadingStats=Laster ned statistikk og prestasjoner... +multiplayer.downloadingTerrain=Laster ned terreng +multiplayer.info1=Minecraft flerspiller er for øyeblikket ikke ferdig, men det +multiplayer.info2=er litt buggy, tidlig testing som pÃ¥gÃ¥r. +multiplayer.ipinfo=Skriv inn IP-en pÃ¥ en server for Ã¥ koble til den: +multiplayer.player.joined=%s logget pÃ¥ +multiplayer.player.joined.renamed=%s (tidligere kjent som %s) ble med spillet +multiplayer.player.left=%s forlot spillet +multiplayer.stopSleeping=Forlat sengen +multiplayer.texturePrompt.line1=Denne serveren anbefaler bruk av en tilpasset ressurspakke. +multiplayer.texturePrompt.line2=Ønsker du Ã¥ laste ned og installere den automagisk? +multiplayer.title=Spill Flerspiller +options.advancedButton=Avanserte Videoinnstillinger... +options.advancedOpengl=Avansert OpenGL +options.advancedVideoTitle=Avanserte Videoinnstillinger +options.anaglyph=3D-anaglyf +options.ao=Jevn belysning +options.ao.max=Maksimum +options.ao.min=Minimum +options.ao.off=AV +options.blockAlternatives=Alternative blokker +options.chat.color=Farger +options.chat.height.focused=Fokusert høyde +options.chat.height.unfocused=Ufokusert høyde +options.chat.links=Nettlenker +options.chat.links.prompt=Spørre pÃ¥ lenker +options.chat.opacity=Gjennomsiktighet +options.chat.scale=Skala +options.chat.title=Chat-innstillinger... +options.chat.visibility=Chat +options.chat.visibility.full=Vist +options.chat.visibility.hidden=Gjemt +options.chat.visibility.system=Kun kommandoer +options.chat.width=Bredde +options.controls=Kontroller... +options.customizeTitle=Tilpass verden instillinger +options.difficulty=Vanskelighetsgrad +options.difficulty.easy=Lett +options.difficulty.hard=Vanskelig +options.difficulty.hardcore=Hardcore +options.difficulty.normal=Normal +options.difficulty.peaceful=Fredelig +options.farWarning1=En 64-bits versjon av Java anbefales +options.farWarning2=for 'Lang' rendringsavstand (du har 32-bit) +options.fboEnable=Aktiver FBOer +options.forceUnicodeFont=Fremtving unicode-skrift +options.fov=Synsfelt +options.fov.max=Quake Pro +options.fov.min=Normal +options.framerateLimit=Maksimal bildefrekvens +options.framerateLimit.max=Ubegrenset +options.fullscreen=Fullskjerm +options.gamma=Lysstyrke +options.gamma.max=Lyst +options.gamma.min=Dunkelt +options.graphics=Grafikk +options.graphics.fancy=Stilig +options.graphics.fast=Rask +options.guiScale=GUI-størrelse +options.guiScale.auto=Automatisk +options.guiScale.large=Stor +options.guiScale.normal=Normal +options.guiScale.small=Liten +options.hidden=Skjult +options.invertMouse=Inverter museretninger +options.language=SprÃ¥k... +options.languageWarning=Oversettelsene er ikke alltid 100%% riktige +options.mipmapLevels=Mipmap NivÃ¥er +options.modelPart.cape=Kappe +options.modelPart.hat=Hatt +options.modelPart.jacket=Jakke +options.modelPart.left_pants_leg=Venstre buksenben +options.modelPart.left_sleeve=Venstre erme +options.modelPart.right_pants_leg=Høyre buksenben +options.modelPart.right_sleeve=Høyre erme +options.multiplayer.title=Flerspiller-innstillinger... +options.music=Musikk +options.off=AV +options.on=PÃ… +options.particles=Partikler +options.particles.all=Alle +options.particles.decreased=Færre +options.particles.minimal=Minimalt +options.performanceButton=Grafikkytelsesinnstillinger... +options.performanceVideoTitle=Grafikkytelsesinnstillinger +options.postButton=Etterprosesseringsinnstillinger... +options.postProcessEnable=Aktiver Etterprosessering +options.postVideoTitle=Etterprosesseringsinnstillinger +options.qualityButton=Videokvalitetsinnstillinger... +options.qualityVideoTitle=Videokvalitetsinnstillinger +options.reducedDebugInfo=Redusert debug informasjon +options.renderClouds=Skyer +options.renderDistance=Rendringsavstand +options.renderDistance.far=Langt +options.renderDistance.normal=Normal +options.renderDistance.short=Kort +options.renderDistance.tiny=Mini +options.resourcepack=Ressurspakker... +options.saturation=Metning +options.sensitivity=Sensitivitet +options.sensitivity.max=HYPERFART!!! +options.sensitivity.min=*gjesp* +options.snooper=Tillat snooper +options.snooper.desc=Vi ønsker Ã¥ samle informasjon om din maskin for Ã¥ hjelpe oss med Ã¥ forbedre Minecraft. Vi vil vite hva vi kan hjelpe med og hvor de store problemene er. All informasjon er helt anonymt, og du kan se den nedenfor. Vi lover Ã¥ ikke gjøre noe galt med denne informasjonen, men hvis du vil, kan du ungÃ¥ Ã¥ gi informasjonen til Mojang. Da er det bare Ã¥ skru det av! +options.snooper.title=Maskinspesifikasjons-samling +options.snooper.view=Snooper-instillinger... +options.sound=Lyd +options.sounds=Musikk & Lyder... +options.sounds.title=Musikk og Lydalternativer +options.stream=Kringkastingsinnstillinger... +options.stream.bytesPerPixel=Kvalitet +options.stream.changes=Du mÃ¥ kanskje restarte streamen din for at disse endringene skal tas i bruk. +options.stream.chat.enabled=Aktiver +options.stream.chat.enabled.always=Alltid +options.stream.chat.enabled.never=Aldri +options.stream.chat.enabled.streaming=Mens Streaming +options.stream.chat.title=Twitch Chat Instillinger +options.stream.chat.userFilter=Brukerfilter +options.stream.chat.userFilter.all=Alle seere +options.stream.chat.userFilter.mods=Moderatorer +options.stream.chat.userFilter.subs=Abonnenter +options.stream.compression=Komprimering +options.stream.compression.high=Høy +options.stream.compression.low=Lav +options.stream.compression.medium=Middels +options.stream.estimation=AnslÃ¥tt oppløsning: %sx%s +options.stream.fps=Bildefrekvens +options.stream.ingest.reset=Tilbakestill Innstillinger +options.stream.ingest.title=Twitch Kringkastings Servere +options.stream.ingestSelection=Kringkastnings Server Liste +options.stream.kbps=BÃ¥ndbredde +options.stream.micToggleBehavior=Trykk for Ã¥ +options.stream.micVolumne=Mikrofonvolum +options.stream.mic_toggle.mute=Demp +options.stream.mic_toggle.talk=Snakke +options.stream.sendMetadata=Send Metadata +options.stream.systemVolume=Systemvolum +options.stream.title=Twitch kringkastingsinnstillinger +options.title=Innstillinger +options.touchscreen=Berøringsskjerm-modus +options.vbo=Bruk VBOs +options.video=Videoinnstillinger... +options.videoTitle=Videoinnstillinger +options.viewBobbing=Vis gÃ¥-animasjon +options.visible=Vist +options.vsync=Bruk VSync +potion.absorption=Absorpsjon +potion.absorption.postfix=Absorpsjonsbrygg +potion.blindness=Blindhet +potion.blindness.postfix=Blindende-eliksir +potion.confusion=Kvalm +potion.confusion.postfix=Kvalme-eliksir +potion.damageBoost=Styrke +potion.damageBoost.postfix=Styrke-eliksir +potion.digSlowDown=Utmattelse +potion.digSlowDown.postfix=Sløvhetsdrikk +potion.digSpeed=Hast +potion.digSpeed.postfix=Hurtighetseliksir +potion.effects.whenDrank=NÃ¥r brukt: +potion.empty=Ingen effekt +potion.fireResistance=Flammemotstand +potion.fireResistance.postfix=Ildmotstandseliksir +potion.harm=Øyeblikkelig skade +potion.harm.postfix=Skadeende eliksir +potion.heal=Øyeblikkelig helse +potion.heal.postfix=Helbredningseliksir +potion.healthBoost=Helsebonus +potion.healthBoost.postfix=Helsebrygg +potion.hunger=Sult +potion.hunger.postfix=Sultedrikk +potion.invisibility=Usynlighet +potion.invisibility.postfix=Usynlighetseliksir +potion.jump=Hoppstyrke +potion.jump.postfix=Hoppe-eliksir +potion.moveSlowdown=Treghet +potion.moveSlowdown.postfix=Treghetseliksir +potion.moveSpeed=Hastighet +potion.moveSpeed.postfix=Hurtighetsdrikk +potion.nightVision=Nattsyn +potion.nightVision.postfix=Nattesynseliksir +potion.poison=Gift +potion.poison.postfix=Gifteliksir +potion.potency.1=II +potion.potency.2=III +potion.potency.3=IV +potion.prefix.acrid=Besk +potion.prefix.artless=Enfoldig +potion.prefix.awkward=Rar +potion.prefix.bland=Smaksløs +potion.prefix.bulky=Klumpete +potion.prefix.bungling=Klønete +potion.prefix.buttered=Smøraktig +potion.prefix.charming=Sjarmerende +potion.prefix.clear=Tøm +potion.prefix.cordial=Saftig +potion.prefix.dashing=Fantastisk +potion.prefix.debonair=Høflig +potion.prefix.diffuse=Uklar +potion.prefix.elegant=Elegant +potion.prefix.fancy=Stilig +potion.prefix.flat=Smakløs +potion.prefix.foul=Avskyelig +potion.prefix.grenade=Plask +potion.prefix.gross=Ekkel +potion.prefix.harsh=Brutal +potion.prefix.milky=Melkete +potion.prefix.mundane=Verdslig +potion.prefix.odorless=Luktfri +potion.prefix.potent=Potent +potion.prefix.rank=Rang +potion.prefix.refined=Raffinert +potion.prefix.smooth=Jevn +potion.prefix.sparkling=Glitrende +potion.prefix.stinky=Stinkende +potion.prefix.suave=Glatt +potion.prefix.thick=Tykk +potion.prefix.thin=Tynn +potion.prefix.uninteresting=Uinteressant +potion.regeneration=Regenerering +potion.regeneration.postfix=Regenereringseliksir +potion.resistance=Motstand +potion.resistance.postfix=Motstandseliksir +potion.saturation=Metning +potion.saturation.postfix=Næringsbrygg +potion.waterBreathing=Undervannspusting +potion.waterBreathing.postfix=Vannpustingsdrikk +potion.weakness=Svakhet +potion.weakness.postfix=Svakhetseliksir +potion.wither=Visnergift +potion.wither.postfix=Visnergift +record.nowPlaying=Spiller nÃ¥: %s +resourcePack.available.title=Tilgjengelige Ressurspakker +resourcePack.folderInfo=(Plasser ressurspakkefiler her) +resourcePack.openFolder=Ã…pne ressurspakkemappen +resourcePack.selected.title=Valgt Ressurspakke +resourcePack.title=Velg Ressurspakke +screenshot.failure=Kunne ikke lagre skjermbilde: %s +screenshot.success=Lagret skjermbilde som %s +selectServer.add=Legg til server +selectServer.defaultName=Minecraft-Server +selectServer.delete=Slett +selectServer.deleteButton=Slett +selectServer.deleteQuestion=Er du sikker pÃ¥ at du vil fjerne denne serveren? +selectServer.deleteWarning=vil forsvinne for alltid! (Veldig lenge!) +selectServer.direct=Direkte tilkobling +selectServer.edit=Rediger +selectServer.empty=tom +selectServer.hiddenAddress=(Skjult) +selectServer.refresh=Oppdater +selectServer.select=Logg pÃ¥ server +selectServer.title=Velg server +selectWorld.allowCommands=Tillat juksekoder: +selectWorld.allowCommands.info=Kommandoer som /gamemode, /xp +selectWorld.bonusItems=Bonuskiste: +selectWorld.cheats=Juksekoder +selectWorld.conversion=MÃ¥ konverteres! +selectWorld.create=Lag ny verden +selectWorld.createDemo=Spill ny demoverden +selectWorld.customizeType=Tilpass +selectWorld.delete=Slett +selectWorld.deleteButton=Slett +selectWorld.deleteQuestion=Er du sikker pÃ¥ at du vil slette denne verdenen? +selectWorld.deleteWarning=vil forsvinne for alltid! (Veldig lenge!) +selectWorld.empty=tom +selectWorld.enterName=Navn pÃ¥ verden +selectWorld.enterSeed=Frø til verdensgeneratoren +selectWorld.gameMode=Spillmodus +selectWorld.gameMode.adventure=Eventyr +selectWorld.gameMode.adventure.line1=Samme som overlevelsesmodus, men blokker kan ikke +selectWorld.gameMode.adventure.line2=legges til eller fjernes +selectWorld.gameMode.creative=Kreativ +selectWorld.gameMode.creative.line1=Ubegrensede ressurser, fri flyvning og +selectWorld.gameMode.creative.line2=ødelegg blokker øyeblikkelig +selectWorld.gameMode.hardcore=Hardcore +selectWorld.gameMode.hardcore.line1=Samme som overlevelsemodus, lÃ¥st pÃ¥ vanskeligste +selectWorld.gameMode.hardcore.line2=vanskelighetsgrad, og kun ett liv +selectWorld.gameMode.spectator=Tilskuer +selectWorld.gameMode.spectator.line1=Du kan se men ikke røre +selectWorld.gameMode.survival=Overlevelse +selectWorld.gameMode.survival.line1=Let etter ressurser, lag verktøy og vÃ¥pen, fÃ¥ +selectWorld.gameMode.survival.line2=nivÃ¥er, liv og sult +selectWorld.hardcoreMode=Hardcore: +selectWorld.hardcoreMode.info=Verdenen slettes nÃ¥r du dør +selectWorld.mapFeatures=Generer Byggverk: +selectWorld.mapFeatures.info=Landsbyer, fangehull, osv. +selectWorld.mapType=Verdenstype: +selectWorld.mapType.normal=Normal +selectWorld.moreWorldOptions=Flere verdensinnstillinger... +selectWorld.newWorld=Ny Verden +selectWorld.newWorld.copyOf=Kopi av %s +selectWorld.recreate=Lag pÃ¥ nytt +selectWorld.rename=Gi nytt navn +selectWorld.renameButton=Gi nytt navn +selectWorld.renameTitle=Gi nytt navn til verdenen +selectWorld.resultFolder=Vil bli lagret i: +selectWorld.seedInfo=La stÃ¥ blank for tilfeldig seed +selectWorld.select=Spill Valgte Verden +selectWorld.title=Velg verden +selectWorld.world=Verden +sign.edit=Rediger skilt melding +soundCategory.ambient=Omgivelser/Miljø +soundCategory.block=Blokker +soundCategory.hostile=Fiendtlige Skapninger +soundCategory.master=Hovedvolum +soundCategory.music=Musikk +soundCategory.neutral=Vennlige Skapninger +soundCategory.player=Spillere +soundCategory.record=Platespiller/Noteblokker +soundCategory.weather=Vær +stat.animalsBred=Dyr Avlet +stat.blocksButton=Blokker +stat.boatOneCm=Avstand tilbakelagt med bÃ¥t +stat.breakItem=%1$s Oppbrukt +stat.climbOneCm=Avstand klatret +stat.craftItem=%1$s Laget +stat.crafted=Ganger laget +stat.createWorld=Verdener opprettet +stat.damageDealt=Skade pÃ¥ført +stat.damageTaken=Skade tatt +stat.deaths=Antall dødsfall +stat.depleted=Antall ganger utslitt +stat.diveOneCm=Avstand dykket +stat.drop=Gjenstander sluppet +stat.entityKilledBy=%s drept deg %s gang(er) +stat.entityKilledBy.none=Du har aldri blitt drept av %s +stat.entityKills=Du drepte %s %s +stat.entityKills.none=Du har aldri drept %s +stat.fallOneCm=Avstand falt +stat.fishCaught=Fisk fanget +stat.flyOneCm=Avstand flydd +stat.generalButton=Generelt +stat.horseOneCm=Avstand med Hest +stat.itemsButton=Gjenstander +stat.joinMultiplayer=Flerspillerspill koblet til +stat.jump=Hopp +stat.junkFished=Søppel Fisket +stat.leaveGame=Spill avsluttet +stat.loadWorld=Lagrede spill lastet +stat.mineBlock=%1$s Utvunnet +stat.minecartOneCm=Avstand med gruvevogn +stat.mined=Ganger utvunnet +stat.mobKills=Fiender drept +stat.mobsButton=Skapninger +stat.pigOneCm=Avstand ridd pÃ¥ gris +stat.playOneMinute=Minutter spilt +stat.playerKills=Spillere Drept +stat.sprintOneCm=Avstand løpt +stat.startGame=Antall ganger spilt +stat.swimOneCm=Avstand svømt +stat.talkedToVillager=Snakket med landsbyboere +stat.timeSinceDeath=Siden siste død +stat.tradedWithVillager=Handlet med landsbyboerne +stat.treasureFished=Skatt fisket +stat.useItem=%1$s Brukt +stat.used=Ganger brukt +stat.walkOneCm=Avstand gÃ¥tt +stats.tooltip.type.achievement=Prestasjon +stats.tooltip.type.statistic=Statistikk +stream.confirm_start=Er du sikker pÃ¥ at du vil starte broadcasting? +stream.unavailable.account_not_bound=Før du kan kringkaste Minecraft gjennom Twitch, trenger du Ã¥ koble din Twitch bruker pÃ¥ mojang.com. Ønsker du Ã¥ gjøre det nÃ¥? +stream.unavailable.account_not_bound.okay=Koble Brukere +stream.unavailable.account_not_migrated=Før du kan kringkaste Minecraft gjennom Twitch, trenger du Ã¥ migrere din Minecraft bruker til en Mojang bruker. vil du gjøre det nÃ¥? +stream.unavailable.account_not_migrated.okay=Migrer konto +stream.unavailable.failed_auth=Godkjenning til Twitch mislyktes. GÃ¥ til mojang.com og bind kontoen din til Twitch brukeren din. +stream.unavailable.failed_auth.okay=Bind sammen brukere igjen +stream.unavailable.failed_auth_error=Kan ikke autentisere med Twitch. Prøv igjen senere. +stream.unavailable.initialization_failure=Kan ikke initialisere Twitch SDKen. +stream.unavailable.initialization_failure.extra=(Ã…rsak: %s) +stream.unavailable.library_arch_mismatch=Den egendefinerte java versjonen som blir brukt til Ã¥ starte opp Minecraft har en annen arkitektur enn den som brukes til launcheren. Kontroller at disse er de samme, enten 32-bit eller 64-bit for begge. +stream.unavailable.library_failure=Kan ikke laste inn bibliotekene nødvendig for den integrerte Twitch kringkastings tjenesten. +stream.unavailable.no_fbo=Skjermkortet mÃ¥ støtte minst OpenGL versjon 3.0 eller støtte Framebuffer Objects via en utvidelse til Ã¥ bruke den integrerte Twitch kringkastingen. +stream.unavailable.no_fbo.arb=Framebuffer object støtte via ARB er: %s +stream.unavailable.no_fbo.blend=Egen blending støtte via EXT: %s +stream.unavailable.no_fbo.ext=Framebuffer object støtte via EXT er: %s +stream.unavailable.no_fbo.version=For øyeblikket bruker du: %s +stream.unavailable.not_supported.mac=Dessverre krever integrert Twitch kringkasting pÃ¥ Mac en versjon av OSX nyere enn den du har. Du mÃ¥ bruke 10.7 (Mac OS X Lion) eller nyere for Ã¥ kunne bruke denne tjenesten. Ønsker du Ã¥ besøke apple.com og lære om oppgradering? +stream.unavailable.not_supported.mac.okay=Oppgrader +stream.unavailable.not_supported.other=Dessverre krever integrert Twitch kringkasting tjenesten Windows (Vista eller nyere) eller Mac OS X (10.7/Lion eller nyere) +stream.unavailable.not_supported.windows=Dessverre krever integrert Twitch kringkasting en nyere versjon av Windows enn det du har. Du mÃ¥ ha Windows Vista eller nyere. +stream.unavailable.report_to_mojang=Rapporter til Mojang +stream.unavailable.soundflower.chat=Soundflower kreves for Ã¥ kunne streame pÃ¥ Mac. %s +stream.unavailable.soundflower.chat.link=Vennligst klikk her for Ã¥ installere den. +stream.unavailable.title=Twitch Kringkasting Utilgjengelig +stream.unavailable.unknown=Dessverre kan du ikke kringkaste til Twitch for øyeblikket. Og vi vet ikke hvorfor :'( +stream.unavailable.unknown.chat=Klarte ikke starte streamen: %s +stream.user.mode.administrator=Twitch Administrator +stream.user.mode.banned=Utestengt +stream.user.mode.banned.other=Utestengt fra %s sin kanal +stream.user.mode.banned.self=Utestengt fra din kanal +stream.user.mode.broadcaster=Kringkaster +stream.user.mode.broadcaster.other=Kringkaster +stream.user.mode.broadcaster.self=Kringkasteren (Deg!) +stream.user.mode.moderator=Moderator +stream.user.mode.moderator.other=Moderator pÃ¥ %s sin kanal +stream.user.mode.moderator.self=Moderator pÃ¥ kanalen din +stream.user.mode.staff=Twitch Ansatte +stream.user.subscription.subscriber=Abonnent +stream.user.subscription.subscriber.other=Abonnent til %s sin kanal +stream.user.subscription.subscriber.self=Abonnent til din kanal +stream.user.subscription.turbo=Twitch Turbo +stream.userinfo.ban=Utesteng +stream.userinfo.chatTooltip=Klikk for Ã¥ administrere bruker +stream.userinfo.mod=Promoter til Moderator +stream.userinfo.timeout=Tidsavbrudd +stream.userinfo.unban=Opphev utestenging +stream.userinfo.unmod=Fjern som Moderator +tile.activatorRail.name=Aktivatorskinne +tile.anvil.intact.name=Ambolt +tile.anvil.name=Ambolt +tile.anvil.slightlyDamaged.name=Skadet ambolt +tile.anvil.veryDamaged.name=Svært skadet ambolt +tile.barrier.name=Barriere +tile.beacon.name=Varde +tile.beacon.primary=Primær kraft +tile.beacon.secondary=Sekundær kraft +tile.bed.name=Seng +tile.bed.noSleep=Du kan bare sove om natten +tile.bed.notSafe=Du kan ikke sove nÃ¥, det er monstre i nærheten +tile.bed.notValid=Sengen din mangler eller er blokkert +tile.bed.occupied=Denne sengen er opptatt +tile.bedrock.name=Grunnfjell +tile.birchFence.name=Bjørke gjerde +tile.birchFenceGate.name=Bjørk gjerde port +tile.blockCoal.name=Kullblokk +tile.blockDiamond.name=Diamantblokk +tile.blockEmerald.name=Smaragdblokk +tile.blockGold.name=Gullblokk +tile.blockIron.name=Jernblokk +tile.blockLapis.name=Lasurblokk +tile.blockRedstone.name=Rødsteinblokk +tile.bookshelf.name=Bokhylle +tile.brick.name=Murstein +tile.button.name=Knapp +tile.cactus.name=Kaktus +tile.cake.name=Kake +tile.carrots.name=Gulrøtter +tile.cauldron.name=Kjele +tile.chest.name=Kiste +tile.chestTrap.name=Rødsteinskiste +tile.clay.name=Leire +tile.clayHardened.name=Keramikk +tile.clayHardenedStained.black.name=Svart Leireblokk +tile.clayHardenedStained.blue.name=BlÃ¥ Leireblokk +tile.clayHardenedStained.brown.name=Brun Leireblokk +tile.clayHardenedStained.cyan.name=Turkis Leireblokk +tile.clayHardenedStained.gray.name=GrÃ¥ Leireblokk +tile.clayHardenedStained.green.name=Grønn Leireblokk +tile.clayHardenedStained.lightBlue.name=LyseblÃ¥ Leireblokk +tile.clayHardenedStained.lime.name=Limegrønn Leireblokk +tile.clayHardenedStained.magenta.name=Lyselilla Leireblokk +tile.clayHardenedStained.name=Farget leire +tile.clayHardenedStained.orange.name=Oransje Leireblokk +tile.clayHardenedStained.pink.name=Rosa Leireblokk +tile.clayHardenedStained.purple.name=Lilla Leireblokk +tile.clayHardenedStained.red.name=Rød Leireblokk +tile.clayHardenedStained.silver.name=LysegrÃ¥ Leireblokk +tile.clayHardenedStained.white.name=Hvit Leireblokk +tile.clayHardenedStained.yellow.name=Gul Leireblokk +tile.cloth.black.name=Svart ull +tile.cloth.blue.name=BlÃ¥ ull +tile.cloth.brown.name=Brun ull +tile.cloth.cyan.name=Turkis ull +tile.cloth.gray.name=GrÃ¥ ull +tile.cloth.green.name=Grønn ull +tile.cloth.lightBlue.name=LyseblÃ¥ ull +tile.cloth.lime.name=Limefarget ull +tile.cloth.magenta.name=Lyselilla ull +tile.cloth.name=Ull +tile.cloth.orange.name=Oransje ull +tile.cloth.pink.name=Rosa ull +tile.cloth.purple.name=Lilla ull +tile.cloth.red.name=Rød ull +tile.cloth.silver.name=LysegrÃ¥ ull +tile.cloth.white.name=Ull +tile.cloth.yellow.name=Gul ull +tile.cobbleWall.mossy.name=Mosegrodd brosteinsvegg +tile.cobbleWall.normal.name=Brosteinsvegg +tile.cocoa.name=Kakao +tile.commandBlock.name=Kommandoblokk +tile.crops.name=Avlinger +tile.darkOakFence.name=Mørk eik gjerde +tile.darkOakFenceGate.name=Mørk eik gjerde port +tile.daylightDetector.name=Dagslyssensor +tile.deadbush.name=Død busk +tile.detectorRail.name=Detektorskinne +tile.dirt.coarse.name=Grov Jord +tile.dirt.default.name=Jord +tile.dirt.name=Jord +tile.dirt.podzol.name=Podsol +tile.dispenser.name=Dispenser +tile.doorIron.name=Jerndør +tile.doorWood.name=Tredør +tile.doublePlant.fern.name=Stor Bregne +tile.doublePlant.grass.name=Dobbelt Høygress +tile.doublePlant.name=Plante +tile.doublePlant.paeonia.name=Peon +tile.doublePlant.rose.name=Rosebusk +tile.doublePlant.sunflower.name=Solsikke +tile.doublePlant.syringa.name=Syrin +tile.dragonEgg.name=Drageegg +tile.dropper.name=Dropper +tile.enchantmentTable.name=Fortryllelsesbord +tile.endPortalFrame.name=Sluttportal +tile.enderChest.name=Enderkiste +tile.farmland.name=Ã…kerland +tile.fence.name=Gjerde +tile.fenceGate.name=Grind +tile.fenceIron.name=Jernstenger +tile.fire.name=Ild +tile.flower1.dandelion.name=Løvetann +tile.flower1.name=Blomst +tile.flower2.allium.name=Prydløk +tile.flower2.blueOrchid.name=BlÃ¥ orkide +tile.flower2.houstonia.name=Houstonia caerulea +tile.flower2.name=Blomst +tile.flower2.oxeyeDaisy.name=Prestekrage +tile.flower2.poppy.name=Valmue +tile.flower2.tulipOrange.name=Oransje tulipan +tile.flower2.tulipPink.name=Rosa tulipan +tile.flower2.tulipRed.name=Rød tulipan +tile.flower2.tulipWhite.name=Hvit tulipan +tile.furnace.name=Smelteovn +tile.glass.name=Glass +tile.goldenRail.name=Elektrisk skinne +tile.grass.name=Gressblokk +tile.gravel.name=Grus +tile.hayBlock.name=Høyball +tile.hellrock.name=Netherstein +tile.hellsand.name=Sjelesand +tile.hopper.name=Trakt +tile.ice.name=Is +tile.icePacked.name=Pakkis +tile.ironTrapdoor.name=Jern falldør +tile.jukebox.name=Platespiller +tile.jungleFence.name=Jungel gjerde +tile.jungleFenceGate.name=Jungel gjerde port +tile.ladder.name=Stige +tile.lava.name=Lava +tile.leaves.acacia.name=Akasieblader +tile.leaves.big_oak.name=Mørkt Eiketreblader +tile.leaves.birch.name=Bjørkeblader +tile.leaves.jungle.name=Jungelblader +tile.leaves.name=Løv +tile.leaves.oak.name=Eikeblader +tile.leaves.spruce.name=Granbar +tile.lever.name=Spak +tile.lightgem.name=Glødestein +tile.litpumpkin.name=Gresskarlykt +tile.lockedchest.name=LÃ¥st kiste +tile.log.acacia.name=Akasietre +tile.log.big_oak.name=Mørkt Eiketre +tile.log.birch.name=Bjørketre +tile.log.jungle.name=Jungeltre +tile.log.name=Tre +tile.log.oak.name=Eiketre +tile.log.spruce.name=Grantre +tile.melon.name=Melon +tile.mobSpawner.name=Monsterspawner +tile.monsterStoneEgg.brick.name=Steinmur Monsteregg +tile.monsterStoneEgg.chiseledbrick.name=Meislet Stein Monster Egg +tile.monsterStoneEgg.cobble.name=Brostein Monsteregg +tile.monsterStoneEgg.crackedbrick.name=Sprukket steinmur monsteregg +tile.monsterStoneEgg.mossybrick.name=Mosegrodd Steinmur Monsteregg +tile.monsterStoneEgg.name=Stein Monster Egg +tile.monsterStoneEgg.stone.name=Sølvkreegg i Stein +tile.mushroom.name=Sopp +tile.musicBlock.name=Noteblokk +tile.mycel.name=Mycel +tile.netherBrick.name=Nethermur +tile.netherFence.name=Nethermur-gjerde +tile.netherStalk.name=Nethervorte +tile.netherquartz.name=Kvartsmalm +tile.notGate.name=Rødsteinsfakkel +tile.obsidian.name=Obsidian +tile.oreCoal.name=Kullmalm +tile.oreDiamond.name=Diamantmalm +tile.oreEmerald.name=Smaragdmalm +tile.oreGold.name=Gullmalm +tile.oreIron.name=Jernmalm +tile.oreLapis.name=Lasurmalm +tile.oreRedstone.name=Rødsteinsmalm +tile.oreRuby.name=Rubinmalm +tile.pistonBase.name=Stempel +tile.pistonStickyBase.name=Klebrig Stempel +tile.portal.name=Portal +tile.potatoes.name=Poteter +tile.pressurePlateStone.name=Stein trykkplate +tile.pressurePlateWood.name=Tre trykkplate +tile.pumpkin.name=Gresskar +tile.quartzBlock.chiseled.name=Meislet kvartsblokk +tile.quartzBlock.default.name=Kvartsblokk +tile.quartzBlock.lines.name=Kvartsblokk søyle +tile.quartzBlock.name=Kvartsblokk +tile.rail.name=Skinne +tile.redSandStone.chiseled.name=Meislet rød sandstein +tile.redSandStone.default.name=Rød sandstein +tile.redSandStone.name=Rød sandstein +tile.redSandStone.smooth.name=Glatt Rød Sandstein +tile.redstoneDust.name=Rødsteinspulver +tile.redstoneLight.name=Rødsteinslampe +tile.reeds.name=Sukkerrør +tile.sand.default.name=Sand +tile.sand.name=Sand +tile.sand.red.name=Rød Sand +tile.sandStone.chiseled.name=Meislet sandstein +tile.sandStone.default.name=Sandstein +tile.sandStone.name=Sandstein +tile.sandStone.smooth.name=Glatt Sandstein +tile.sapling.acacia.name=Akasiaspire +tile.sapling.big_oak.name=Mørk Eikespire +tile.sapling.birch.name=Bjørkespire +tile.sapling.jungle.name=Jungeltre-spire +tile.sapling.oak.name=Eikespire +tile.sapling.spruce.name=Furuspire +tile.seaLantern.name=Sjø lanterne +tile.sign.name=Skilt +tile.slime.name=Slim blokk +tile.snow.name=Snø +tile.sponge.dry.name=Svamp +tile.sponge.wet.name=VÃ¥t svamp +tile.spruceFence.name=Gran gjerde +tile.spruceFenceGate.name=Gran gjerde port +tile.stainedGlass.black.name=Svartfarget Glass +tile.stainedGlass.blue.name=BlÃ¥farget Glass +tile.stainedGlass.brown.name=Brunfarget Glass +tile.stainedGlass.cyan.name=Turkis-farget Glass +tile.stainedGlass.gray.name=GrÃ¥farget Glass +tile.stainedGlass.green.name=Grønnfarget Glass +tile.stainedGlass.lightBlue.name=LyseblÃ¥farget Glass +tile.stainedGlass.lime.name=Limegrønn-farget Glass +tile.stainedGlass.magenta.name=Magentafarget Glass +tile.stainedGlass.name=Farget Glass +tile.stainedGlass.orange.name=Oransjefarget Glass +tile.stainedGlass.pink.name=Rosafarget Glass +tile.stainedGlass.purple.name=Lillafarget Glass +tile.stainedGlass.red.name=Rødfarget Glass +tile.stainedGlass.silver.name=LysegrÃ¥farget Glass +tile.stainedGlass.white.name=Hvitfarget Glass +tile.stainedGlass.yellow.name=Gulfarget Glass +tile.stairsBrick.name=Mursteinstrapper +tile.stairsNetherBrick.name=Nethermur-trapp +tile.stairsQuartz.name=Kvartstrapp +tile.stairsRedSandStone.name=Rød sandstein trapper +tile.stairsSandStone.name=Sandsteinstrapp +tile.stairsStone.name=Steintrapper +tile.stairsStoneBrickSmooth.name=Steinmurtrapp +tile.stairsWood.name=Eiketrapp +tile.stairsWoodAcacia.name=Akasietre-trapp +tile.stairsWoodBirch.name=Bjørketrapp +tile.stairsWoodDarkOak.name=Mørk Eiketrapp +tile.stairsWoodJungle.name=Jungeltretrapp +tile.stairsWoodSpruce.name=Grantrapp +tile.stone.andesite.name=Andesitt +tile.stone.andesiteSmooth.name=Polert Andesitt +tile.stone.diorite.name=Dioritt +tile.stone.dioriteSmooth.name=Polert Dioritt +tile.stone.granite.name=Granitt +tile.stone.graniteSmooth.name=Polert Granitt +tile.stone.stone.name=Stein +tile.stoneMoss.name=Mosegrodd stein +tile.stoneSlab.brick.name=Murhelle +tile.stoneSlab.cobble.name=Brosteinhelle +tile.stoneSlab.name=Steinhelle +tile.stoneSlab.netherBrick.name=Nehermurhelle +tile.stoneSlab.quartz.name=Kvartshelle +tile.stoneSlab.sand.name=Sandsteinhelle +tile.stoneSlab.smoothStoneBrick.name=Steinmurhelle +tile.stoneSlab.stone.name=Steinhelle +tile.stoneSlab.wood.name=Trehelle +tile.stoneSlab2.red_sandstone.name=Rød sandstein helle +tile.stonebrick.name=Brostein +tile.stonebricksmooth.chiseled.name=Meislet steinmur +tile.stonebricksmooth.cracked.name=Sprukket steinmur +tile.stonebricksmooth.default.name=Steinmur +tile.stonebricksmooth.mossy.name=Mosegrodd steinmur +tile.stonebricksmooth.name=Steinmur +tile.tallgrass.fern.name=Bregne +tile.tallgrass.grass.name=Gress +tile.tallgrass.name=Gress +tile.tallgrass.shrub.name=Busk +tile.thinGlass.name=Glassrute +tile.thinStainedGlass.black.name=Svartfarget Glassrute +tile.thinStainedGlass.blue.name=BlÃ¥farget Glassrute +tile.thinStainedGlass.brown.name=Brunfarget Glassrute +tile.thinStainedGlass.cyan.name=Turkis-farget Glassrute +tile.thinStainedGlass.gray.name=GrÃ¥farget Glassrute +tile.thinStainedGlass.green.name=Grønnfarget Glassrute +tile.thinStainedGlass.lightBlue.name=LyseblÃ¥farget Glassrute +tile.thinStainedGlass.lime.name=Limegrønn-farget Glassrute +tile.thinStainedGlass.magenta.name=Magentafarget Glassrute +tile.thinStainedGlass.name=Farget glassrute +tile.thinStainedGlass.orange.name=Oransjefarget Glassrute +tile.thinStainedGlass.pink.name=Rosafarget Glassrute +tile.thinStainedGlass.purple.name=Lillafarget Glassrute +tile.thinStainedGlass.red.name=Rødfarget Glassrute +tile.thinStainedGlass.silver.name=LysegrÃ¥farget Glassrute +tile.thinStainedGlass.white.name=Hvitfarget glassrute +tile.thinStainedGlass.yellow.name=Gulfarget Glassrute +tile.tnt.name=TNT +tile.torch.name=Fakkel +tile.trapdoor.name=Fallem +tile.tripWire.name=SnubletrÃ¥d +tile.tripWireSource.name=SnubletrÃ¥d-krok +tile.vine.name=Lianer +tile.water.name=Vann +tile.waterlily.name=Vannliljeblad +tile.web.name=Spindelvev +tile.weightedPlate_heavy.name=Tyngdetrykkplate (tung) +tile.weightedPlate_light.name=Tyngdetrykkplate (lett) +tile.whiteStone.name=Endestein +tile.wood.acacia.name=Akasietreplanker +tile.wood.big_oak.name=Mørke Eikeplanker +tile.wood.birch.name=Bjørkeplanker +tile.wood.jungle.name=Jungeltre-planker +tile.wood.name=Treplanker +tile.wood.oak.name=Eikeplanker +tile.wood.spruce.name=Granplanker +tile.woodSlab.acacia.name=Akasietrehelle +tile.woodSlab.big_oak.name=Mørk Eikietrehelle +tile.woodSlab.birch.name=Bjørketrehelle +tile.woodSlab.jungle.name=Jungeltrehelle +tile.woodSlab.name=Trehelle +tile.woodSlab.oak.name=Eiketrehelle +tile.woodSlab.spruce.name=Grantrehelle +tile.woolCarpet.black.name=Sort teppe +tile.woolCarpet.blue.name=BlÃ¥tt teppe +tile.woolCarpet.brown.name=Brunt teppe +tile.woolCarpet.cyan.name=Turkis teppe +tile.woolCarpet.gray.name=GrÃ¥tt teppe +tile.woolCarpet.green.name=Grønt teppe +tile.woolCarpet.lightBlue.name=LyseblÃ¥tt teppe +tile.woolCarpet.lime.name=Limegrønt teppe +tile.woolCarpet.magenta.name=Magenta teppe +tile.woolCarpet.name=Teppe +tile.woolCarpet.orange.name=Oransje teppe +tile.woolCarpet.pink.name=Rosa teppe +tile.woolCarpet.purple.name=Lilla teppe +tile.woolCarpet.red.name=Rødt teppe +tile.woolCarpet.silver.name=LystgrÃ¥tt teppe +tile.woolCarpet.white.name=Hvitt Teppe +tile.woolCarpet.yellow.name=Gult teppe +tile.workbench.name=Arbeidsbenk +title.oldgl1="Gammelt grafikkort oppdaget; dette kan hindre deg fra" +title.oldgl2="Ã¥ spille i fremtiden siden OpenGL 2.0 vil bli pÃ¥krevd." +translation.test.args=%s %s +translation.test.complex=Prefiks, %s%2$s igjen %s og %1$s til slutt %s, og ogsÃ¥ %1$s igjen! +translation.test.escape=%%s %%%s %%%%s %%%%%s +translation.test.invalid=Hei % +translation.test.invalid2=hi %s +translation.test.none=Hallo, verden! +translation.test.world=verden diff --git a/javascript/lang/oc_FR.lang b/javascript/lang/oc_FR.lang new file mode 100755 index 00000000..b2ec9a01 --- /dev/null +++ b/javascript/lang/oc_FR.lang @@ -0,0 +1,2490 @@ +achievement.acquireIron=L'edat de fèrre +achievement.acquireIron.desc=Fasètz fondre de fèrre +achievement.bakeCake=La Messorga +achievement.bakeCake.desc=De blat, de sucre, de lach e d'uòus! +achievement.blazeRod=Dins las flamas de l'infèrn +achievement.blazeRod.desc=Recuperatz un baston de Blaze +achievement.bookcase=Bibliotecari +achievement.bookcase.desc=Creatz de bibliotècas per melhorar vòstra taula d'encantament +achievement.breedCow=Repopulacion +achievement.breedCow.desc=Far reproduire doas vacas amb de blat +achievement.buildBetterPickaxe=Obténer una melhorança +achievement.buildBetterPickaxe.desc=Creatz una trenca melhora +achievement.buildFurnace=Subjècte Caud +achievement.buildFurnace.desc=Creatz un forn amb uèch blòcs de ròca +achievement.buildHoe=Ora de cultivar! +achievement.buildHoe.desc=Utilizatz de plancas e de bastons per far un bigòs +achievement.buildPickaxe=Ora de minar! +achievement.buildPickaxe.desc=Utilizatz de plancas e de bastons per far una trenca +achievement.buildSword=A l'atac! +achievement.buildSword.desc=Utilizatz de plancas e de bastons per far una espasa +achievement.buildWorkBench=Al trabalh! +achievement.buildWorkBench.desc=Fabricatz un taula de trabalh amb quatre blòcs de plancas +achievement.cookFish=Lo bon peis! +achievement.cookFish.desc=Trapatz e còire de peis! +achievement.diamonds=DIAMANTS! +achievement.diamonds.desc=Obtenètz de diamants amb vòstras aisinas en fèrre +achievement.diamondsToYou=De diamants per vosautres! +achievement.diamondsToYou.desc=Lançatz de diamants a un autre jogaire. +achievement.enchantments=Encantaire +achievement.enchantments.desc=Utilizatz un libre, d'obsidiana e de diamants per bastir un taula d'encantament +achievement.exploreAllBiomes=Cap a l'aventura +achievement.exploreAllBiomes.desc=Descobrir totes los biòmas +achievement.flyPig=Quand los pòrcs volaràn +achievement.flyPig.desc=Sautatz d'un bauç sus l'esquina d'un pòrc +achievement.fullBeacon=Balisaire +achievement.fullBeacon.desc=Bastir una balisa completa +achievement.get=Capitada Obtenguda! +achievement.ghast=Retorn al mandaire +achievement.ghast.desc=Tuatz un Ghast amb una pelòta de fuòc +achievement.killCow=Espelhaire de vacas +achievement.killCow.desc=Amassatz de cuèr +achievement.killEnemy=Caçaire de mostres +achievement.killEnemy.desc=Atacatz e tuatz un mostre +achievement.killWither=Lo començament. +achievement.killWither.desc=Tuar lo Wither +achievement.makeBread=Far de pan +achievement.makeBread.desc=Transformatz lo blat en pan +achievement.mineWood=Obténer de fusta +achievement.mineWood.desc=Tustatz un arbre per obténer un blòc de fusta +achievement.onARail=Sus un ralh +achievement.onARail.desc=Percorrètz al mens 1 km en vagonet +achievement.openInventory=Far l'inventari +achievement.openInventory.desc=Apiejatz sus '%1$s' per dobrir vòstre inventari. +achievement.overkill=Chaple +achievement.overkill.desc=Infligissètz uèch còrs de degalhs en un sol còp +achievement.overpowered=Subrepoderós +achievement.overpowered.desc=Crear una poma Notch +achievement.portal=Nos cal anar mai prigond +achievement.portal.desc=Bastissètz un portal cap al Nether +achievement.potion=Distillariá locala +achievement.potion.desc=Preparatz una pocion +achievement.requires=Demanda '%1$s' +achievement.snipeSkeleton=Duèl de snipers +achievement.snipeSkeleton.desc=Tuatz una esqueleta amb una sageta a mai de 50 mètres +achievement.spawnWither=Lo començament? +achievement.spawnWither.desc=Far aparéisser lo Wither +achievement.taken=Obtengut! +achievement.theEnd=La Fin? +achievement.theEnd.desc=Localizatz l'End +achievement.theEnd2=La Fin. +achievement.theEnd2.desc=Vencètz lo Dragon de l'End +addServer.add=Acabat +addServer.enterIp=Adreiça del Servidor +addServer.enterName=Nom del Servidor +addServer.hideAddress=Amagar l'Adreiça +addServer.resourcePack=Paquets de ressorsas del servidor +addServer.resourcePack.disabled=Desactivat +addServer.resourcePack.enabled=Activat +addServer.resourcePack.prompt=Demandar +addServer.title=Modificar las informacions del servidor +advMode.allEntities=Emplegar "@e" per ciblar totas las entitats +advMode.allPlayers=Emplegatz "@a" per causir totes los jogaires +advMode.command=Comanda de la Consòla +advMode.nearestPlayer=Emplegatz "@p" per causir lo jogaire mai prèp +advMode.notAllowed=Vos cal èsser un operator e èsser en mòde creatiu +advMode.notEnabled=Los blòcs de comanda son pas activats sus aquel servidor +advMode.previousOutput=Sortida precedenta +advMode.randomPlayer=Emplegatz "@r" per causir un jogaire a l'azard +advMode.setCommand=Definir una comanda de la consòla pel blòc +advMode.setCommand.success=Comanda definida: %s +attribute.name.generic.attackDamage=Degalhs d'Ataca +attribute.name.generic.followRange=Rai de Deteccion de las Creaturas +attribute.name.generic.knockbackResistance=Resistància a la Reculada +attribute.name.generic.maxHealth=Santat Maximala +attribute.name.generic.movementSpeed=Velocitat +attribute.name.horse.jumpStrength=Poténcia de Saut del Caval +attribute.name.zombie.spawnReinforcements=Prodèls de Zombis +book.byAuthor=per %1$s +book.editTitle=Títol del libre: +book.finalizeButton=Signar e Barrar +book.finalizeWarning=Mèfi! Un còp signat, lo libre serà pas pus modificable. +book.generation.0=Original +book.generation.1=Còpia de l'original +book.generation.2=Còpia de la còpia +book.generation.3=Estraçat +book.pageIndicator=Pagina %1$s sus %2$s +book.signButton=Plancarda +build.tooHigh=La nautor limit per bastir es de %s blòcs +chat.cannotSend=Se pòt pas enviar de messatge dins lo chat +chat.copy=Copiar dins lo cachapapièrs +chat.link.confirm=Sètz segur de voler dobrir aqueste siti web? +chat.link.confirmTrusted=Volètz dobrir aqueste ligam o lo pegar sus vòstre cachapapièrs? +chat.link.open=Dobrir dins lo navigator +chat.link.warning=Dobriscatz pas jamais de ligams de persona en que vos fisatz pas! +chat.stream.emote=(%s) * %s %s +chat.stream.text=(%s) <%s> %s +chat.type.achievement=%s ven d'obténer la capitada %s +chat.type.achievement.taken=%s a perdut la capitada %s +commands.achievement.alreadyHave=Lo jogaire %s a ja la capitada %s +commands.achievement.dontHave=Lo jogaire %s a pas la capitada %s +commands.achievement.give.success.all=Totes los succèsses son estats balhats a %s +commands.achievement.give.success.one=S'es balhat a %s las estatisticas %s +commands.achievement.statTooLow=Lo jogaire %s a pas l'estatistica %s +commands.achievement.take.success.all=Totas las capitadas de %s son estadas levadas amb capitada +commands.achievement.take.success.one=La stat %s es estada levada de %s amb capitada +commands.achievement.unknownAchievement=La capitada o l'estatistica « %s » es desconeguda +commands.achievement.usage=/achievement [jogaire] +commands.ban.failed=S'es pas pogut fòrabandir lo jogaire %s +commands.ban.success=%s es estat fòrabandit +commands.ban.usage=/ban [rason...] +commands.banip.invalid=Avètz dintrat una adreça IP invalida o un jogaire qu'es pas en linha +commands.banip.success=L'adreça IP %s es estada fòrabandida +commands.banip.success.players=L'adreça IP %s de %s es estada fòrabandida +commands.banip.usage=/ban-ip [rason...] +commands.banlist.ips=I a %s adreças adreças IP fòrabandidas: +commands.banlist.players=I a %s jogaires fòrabandits: +commands.banlist.usage=/banlist [ips|jogaires] +commands.blockdata.failed=Las donadas an pas cambiadas: %s +commands.blockdata.notValid=Lo blòc ciblat pòt pas suportat de donadas suplementàrias +commands.blockdata.outOfWorld=Se pòt pas cambiar un blòc defòra del mond +commands.blockdata.success=La donada del blòc actualizada: %s +commands.blockdata.tagError=L'analisi de l'etiqueta de donadas non capitada: %s +commands.blockdata.usage=/blockdata +commands.chunkinfo.compiled=Lo tròç es compilat. +commands.chunkinfo.data=Los 64 primièrs vertices son: %s +commands.chunkinfo.empty=Lo tròç es vuèg. +commands.chunkinfo.hasLayers=Lo tròç a los jaces: %s +commands.chunkinfo.hasNoRenderableLayers=Lo tròç a pas de jaces afechablas. +commands.chunkinfo.isEmpty=Lo tròç a de jaces vuèges: %s +commands.chunkinfo.location=Emplaçament del tròç: (%s, %s, %s) +commands.chunkinfo.noChunk=Cap de tròç trobat a la posicion %s, %s, %s +commands.chunkinfo.notCompiled=Lo tròç es pas compilat. +commands.chunkinfo.notEmpty=Lo tròç es pas vuèg. +commands.chunkinfo.usage=/chunkinfo [ ] +commands.chunkinfo.vertices=Lo bufer de jaç %s conten %s vertices +commands.clear.failure=Se pòt pas vuejar l'inventari de %s que i a pas d'objècte d'enlevar +commands.clear.success=L'inventari de %s es estat voidat, retirament de %s objèctes +commands.clear.tagError=L'analisi de l'etiqueta de donadas non capitada: %s +commands.clear.testing=%s a %s objèctes correspondent a aquel critèri +commands.clear.usage=/clear [jogaire] [objècte] [data] [quantitat maximala] [dataTag] +commands.clone.failed=Cap de blòc copiat +commands.clone.noOverlap=La sorsa e la destinacion se pòdon pas cavalgar +commands.clone.outOfWorld=Se pòt pas accedir a de blòcs fòra lo mond +commands.clone.success=%s blòcs copiats +commands.clone.tooManyBlocks=Tròp de blòcs dins la zona especificada (%s > %s) +commands.clone.usage=/clone [mòde] +commands.compare.failed=La sorsa e la destinacion son pas identicas +commands.compare.outOfWorld=Se pòt pas accedir a de blòcs fòra lo mond +commands.compare.success=%s bòcs comparats +commands.compare.tooManyBlocks=Tròp de blòcs dins la zona especificada (%s > %s) +commands.compare.usage=/testforblocks [mòde] +commands.debug.notStarted=Se pòt pas arrestar l'anilisi s'a pas encara començada! +commands.debug.start=Debuta de l'analisi d'errors +commands.debug.stop=L'analisi d'errors arrestada aprèp %s segondas (%s ticks) +commands.defaultgamemode.success=Lo mòde de jòc per deca del mod es ara %s +commands.defaultgamemode.usage=/defaultgamemode +commands.deop.failed=S'es pas pogut de levar lo pòst d'operator a %s +commands.deop.success=%s es pas pus un operator +commands.deop.usage=/deop +commands.difficulty.success=La dificultat es estada cambiada en %s +commands.difficulty.usage=/difficulty +commands.downfall.success=Cambiament de tempèri +commands.effect.failure.notActive=Lo retirament de l'efièch %1$s a %2$s impossible perque an pas aqueste efièch +commands.effect.failure.notActive.all=Se pòt pas enlevar los efièches de %s coma n'a pas cap +commands.effect.notFound=I a pas de d'efièch per creaturas amb l'ID %s +commands.effect.success=L'efièch %1$s (ID %2$s) * %3$s es estat balhat a %4$s per %5$s segondas +commands.effect.success.removed=Retirament de l'efièch %1$s a %2$s +commands.effect.success.removed.all=Totes los efièches de %s sont estats enlevats +commands.effect.usage=/effect [segondas] [amplificator] [amagar las particulas] +commands.enchant.cantCombine=%1$s pòt pas èsser mesclat amb %2$s +commands.enchant.cantEnchant=L'encantament causit pòt pas èsser apondut a l'objècte cibla +commands.enchant.noItem=La cibla a pas d'objècte dins la man +commands.enchant.notFound=I a pas cap d'encantament amb l'ID %s +commands.enchant.success=Encantament capitat +commands.enchant.usage=/enchant [nivel] +commands.entitydata.failed=Las donadas an pas cambiadas: %s +commands.entitydata.noPlayers=%s es un jogaire e pòt pas èsser modificat +commands.entitydata.success=Las donadas d'entitat acutalizadas: %s +commands.entitydata.tagError=L'analisi de l'etiqueta de donadas non capitada: %s +commands.entitydata.usage=/entitydata +commands.execute.allInvocationsFailed=Totas las invocacions an pas capitada: "%s" +commands.execute.failed=Impossible d'executar "%s" coma %s +commands.execute.usage=/execute OR/execute detect +commands.fill.failed=Cap de bòc es estat emplit +commands.fill.outOfWorld=Se pòt pas plaçar de blòcs fòra lo mond +commands.fill.success=%s blòcs emplits +commands.fill.tagError=L'analisi sintaxica de las etiquetas de donada a pas capitat: %s +commands.fill.tooManyBlocks=Tròp de blòcs dins la zona especificada (%s > %s) +commands.fill.usage=/fill [dataValue] [oldBlockHandling] [dataTag] +commands.gamemode.success.other=Cambiament del mòde de jòc de %s en %s +commands.gamemode.success.self=Cambiament del vòstre pròpri mòde de jòc en %s +commands.gamemode.usage=/gamemode [jogaire] +commands.gamerule.nopermission=Sol los proprietaris pòdon cambiar "%s" +commands.gamerule.norule=I a pas cap de règla de jòc amb lo nom '%s' +commands.gamerule.success=La règla del jòc es estada actualizada +commands.gamerule.usage=/gamerule [valor] +commands.generic.boolean.invalid="%s" es pas 'true' o 'false' +commands.generic.double.tooBig=Lo nombre qu'avètz dintrat (%s) es tròp grand, cal èsser inferior o egal a %s +commands.generic.double.tooSmall=Lo nombre qu'avètz dintrat (%s) es tròp pichon, call èsser superior o egal a %s +commands.generic.entity.invalidType=La mena d'entitat '%s' es invalida +commands.generic.entity.invalidUuid=L'UUID de l'entitat provesit es dins un format invalide +commands.generic.entity.notFound=L'entitat pòt pas èsser trobada +commands.generic.exception=Una error desconeguda arribèt mentre qu'aquesta comanda èra a s'executar +commands.generic.notFound=Comanda desconeguda. Ensajats /help per aver una tièira de las comandas +commands.generic.num.invalid='%s' es pas un nombre valid +commands.generic.num.tooBig=Lo nombre qu'avètz dintrat (%s) es tròp grand, cal èsser inferior o egal a %s +commands.generic.num.tooSmall=Lo nombre qu'avètz dintrat (%s) es tròp pichon, cal èsser superior o egal a %s +commands.generic.parameter.invalid='%s' es pas un paramètre valid +commands.generic.permission=Avètz pas la permission d'utilizar aquesta comanda +commands.generic.player.notFound=Aquel jogaire pòt pas èsser trobat +commands.generic.syntax=Sintaxi de la comanda invalida +commands.generic.usage=Sintaxi: %s +commands.give.notFound=I a pas cap d'objècte amb l'ID %s +commands.give.success=S'es balhat %s * %s a %s +commands.give.tagError=L'analisi de l'etiqueta de donadas non capitada: %s +commands.give.usage=/give [quantitat] [donada] [Etiqueta de donadas] +commands.help.footer=Conselh: Emplegatz la tòca en escrivent una comanda per que la comanda o sos arguments se completen automaticament +commands.help.header=--- Afichatge de la pagina d'ajuda %s sus %s (/help ) --- +commands.help.usage=/help [pagina|nom de la comanda] +commands.kick.success=%s es estat expulsat del jòc +commands.kick.success.reason=%s es estat expulsat del jòc: '%s' +commands.kick.usage=/kick [rason...] +commands.kill.successful=%s tuat +commands.kill.usage=/kill [jogaire|entitat] +commands.me.usage=/me +commands.message.display.incoming=%s vos chita: %s +commands.message.display.outgoing=Chitas a %s: %s +commands.message.sameTarget=Pòdes pas enviar un messatge a vosautres-meteisses! +commands.message.usage=/tell +commands.op.failed=S'es pas pogut promòure %s al pòst d'operator +commands.op.success=%s es ara un operator +commands.op.usage=/op +commands.particle.notFound=Esfiach desconegut (%s) +commands.particle.success=L'esfiach %s apareis %s còps +commands.particle.usage=/particle [nombre] [mòde] +commands.players.list=I a %s/%s jogaires en linha: +commands.playsound.playerTooFar=Lo jogaire %s es tròp luènh per ausir lo son +commands.playsound.success=Lo son "%s" es estat jogat a %s +commands.playsound.usage=/playsound [x] [y] [z] [volum] [ton] [VolumMinimom] +commands.publish.failed=Impossible d'albergar lo jòc local +commands.publish.started=Jòc local albergat sul pòrt %s +commands.replaceitem.block.usage=/replaceitem block [quantitat] [donada] [etiqueta de donada] +commands.replaceitem.entity.usage=/replaceitem entity [quantitat] [donada] [etiqueta de donada] +commands.replaceitem.failed=S'es pas pogut remplaçar l'espaci %s amb %s*%s +commands.replaceitem.noContainer=Lo blòc a %s, %s, %s es pas un recipient +commands.replaceitem.success=S'es remplaçat l'espaci %s amb %s * %s +commands.replaceitem.tagError=L'analisi de l'etiqueta de donadas non capitada: %s +commands.replaceitem.usage=/replaceitem ... +commands.save-off.alreadyOff=La salvagarda es ja desactivada. +commands.save-on.alreadyOn=La salvagarda es ja activada. +commands.save.disabled=Salvagarda automatica del mond desactivada +commands.save.enabled=Salvagarda automatica del mond activada +commands.save.failed=Error de salvagarda: %s +commands.save.start=Salvagarda... +commands.save.success=Mond salvagardat +commands.say.usage=/say +commands.scoreboard.allMatchesFailed=Totas las operacions an pas capitat +commands.scoreboard.noMultiWildcard=Sonqu'un jogaire es autorizat +commands.scoreboard.objectiveNotFound=I a pas cap d'objectiu amb lo nom %s +commands.scoreboard.objectiveReadOnly=L'objectiu '%s' es en lectura sola e pòt èsser definit +commands.scoreboard.objectives.add.alreadyExists=Un objectiu amb lo nom '%s' existís ja +commands.scoreboard.objectives.add.displayTooLong=Lo nom d'afichatge '%s' es tròp long per un objectiu, cal pas despassar %s caractèrs +commands.scoreboard.objectives.add.success=L'objectiu novèl '%s' es estat apondut +commands.scoreboard.objectives.add.tooLong=Lo nom '%s' es tròp long per un objectiu, cal pas despassar %s caractèrs +commands.scoreboard.objectives.add.usage=/scoreboard objectives add [nom d'afichatge] +commands.scoreboard.objectives.add.wrongType=Mena de critèri d'objectiu "%s" invalid +commands.scoreboard.objectives.list.count=Afichatge de %s objectiu(s) sus la taula de marca: +commands.scoreboard.objectives.list.empty=I a pas cap d'objectius sus la tièira de marca +commands.scoreboard.objectives.list.entry=- %s: a per nom d'afichatge '%s' e es de mena '%s' +commands.scoreboard.objectives.remove.success=L'objectiu '%s' es estat suprimit +commands.scoreboard.objectives.remove.usage=/scoreboard objectives remove +commands.scoreboard.objectives.setdisplay.invalidSlot=I a pas cap d'emplaçament d'afichatge amb lo nom '%s' +commands.scoreboard.objectives.setdisplay.successCleared=L'emplaçament d'afichatge de l'objectiu '%s' es estat escafat +commands.scoreboard.objectives.setdisplay.successSet=L'objectiu de mostrar dins l'empleçament '%s' es estat deplaçat a '%s' +commands.scoreboard.objectives.setdisplay.usage=/scoreboard objectives setdisplay [objectiu] +commands.scoreboard.objectives.usage=/scoreboard objectives ... +commands.scoreboard.players.add.usage=/scoreboard players add [dataTag] +commands.scoreboard.players.enable.noTrigger=L'objectiu %s es pas desenclavat +commands.scoreboard.players.enable.success=Lo desenclavador %s es estat activat per %s +commands.scoreboard.players.enable.usage=/scoreboard players enable +commands.scoreboard.players.list.count=Afichatge de %s jogaires seguits sus la lista de marca : +commands.scoreboard.players.list.empty=I a pas cap de jogaires seguits sus la tièira de marca +commands.scoreboard.players.list.player.count=Afichatge de %s objectiu(s) per %s : +commands.scoreboard.players.list.player.empty=Lo jogaire %s a pas de marca enregistrada +commands.scoreboard.players.list.usage=/scoreboard players list [nom] +commands.scoreboard.players.operation.invalidOperation=%s operacion invalida +commands.scoreboard.players.operation.notFound=Cap de marca %s es estat trobada per %s +commands.scoreboard.players.operation.success=L'operacion es estat facha amb succès +commands.scoreboard.players.operation.usage=/scoreboard players operation +commands.scoreboard.players.remove.usage=/scoreboard players remove [dataTag] +commands.scoreboard.players.reset.success=Totas las marcas del jogaire %s son estadas tornadas inicializar +commands.scoreboard.players.reset.usage=/scoreboard players reset [objectiu] +commands.scoreboard.players.resetscore.success=La marca %s del jogaire %s es estat tornat inicializar +commands.scoreboard.players.set.success=La marca de %s pel jogaire %s es estada definida a %s +commands.scoreboard.players.set.tagError=S'es pas pogut analizar lo dataTag, rason: %s +commands.scoreboard.players.set.tagMismatch=Lo dataTag correspond pas a %s +commands.scoreboard.players.set.usage=/scoreboard players set [dataTag] +commands.scoreboard.players.test.failed=La marca %s es PAS dins l'entremitan %s a %s +commands.scoreboard.players.test.notFound=Cap de marca %s es estat trobada per %s +commands.scoreboard.players.test.success=La marca %s es dins l'entremitan %s a %s +commands.scoreboard.players.test.usage=/scoreboard players test +commands.scoreboard.players.usage=/scoreboard players ... +commands.scoreboard.teamNotFound=I a pas cap de còla amb lo nom %s +commands.scoreboard.teams.add.alreadyExists=Una còla amb lo nom '%s' existís ja +commands.scoreboard.teams.add.displayTooLong=Lo nom d'afichatge '%s' es tròp long per una còla, cal pas despassar %s caractèrs +commands.scoreboard.teams.add.success=La còla novèla '%s' es estada aponduda +commands.scoreboard.teams.add.tooLong=Lo nom '%s' es tròp long per una còla, cal pas despassar %s caractèrs +commands.scoreboard.teams.add.usage=/scoreboard teams add [nom d'afichatge...] +commands.scoreboard.teams.empty.alreadyEmpty=La còla %s es ja vuèja, se pòt pas suprimir de jogaires inexistents +commands.scoreboard.teams.empty.success=La còla %s es estada voidada (aviá %s jogaires) +commands.scoreboard.teams.empty.usage=/scoreboard teams empty +commands.scoreboard.teams.join.failure=S'es pas pogut apondre %s jogaire(s) a la còla %s: %s +commands.scoreboard.teams.join.success=S'es apondut %s jogaire(s) a la còla %s: %s +commands.scoreboard.teams.join.usage=/scoreboard teams join [jogaire] +commands.scoreboard.teams.leave.failure=S'es pas pogut suprimir %s jogaire(s) de lors còlas: %s +commands.scoreboard.teams.leave.noTeam=Sètz pas dins una còla +commands.scoreboard.teams.leave.success=S'es suprimit %s jogaire(s) de lors còlas: %s +commands.scoreboard.teams.leave.usage=/scoreboard teams leave [jogaire] +commands.scoreboard.teams.list.count=Afichatge de %s còlas sus la lista de marca : +commands.scoreboard.teams.list.empty=I a pas de còlas enregistradas sus la tièira de marca +commands.scoreboard.teams.list.entry=- %1$s: '%2$s' a %3$s jogaires +commands.scoreboard.teams.list.player.count=Afichatge de %s jogaire(s) dins la còla %s : +commands.scoreboard.teams.list.player.empty=La còla %s a pas cap de jogaires +commands.scoreboard.teams.list.player.entry=- %2$s: %1$s (%3$s) +commands.scoreboard.teams.list.usage=/scoreboard teams list [nom] +commands.scoreboard.teams.option.noValue=Las valors validas per l'opcion %s son: %s +commands.scoreboard.teams.option.success=L'opcion %s per la còla %s es estada definida a %s +commands.scoreboard.teams.option.usage=/scoreboard teams option +commands.scoreboard.teams.remove.success=La còla %s es estada suprimida +commands.scoreboard.teams.remove.usage=/scoreboard teams remove +commands.scoreboard.teams.usage=/scoreboard teams ... +commands.scoreboard.usage=/scoreboard ... +commands.seed.success=Grana: %s +commands.setblock.failed=Impossible de plaçar lo blòc +commands.setblock.noChange=Impossible de plaçar lo blòc +commands.setblock.notFound=I a pas cap de blòc amb per ID/nom %s +commands.setblock.outOfWorld=Se pòt pas plaçar un blòc defòra del mond +commands.setblock.success=Blòc plaçat +commands.setblock.tagError=L'analisi de l'etiqueta de donadas non capitada: %s +commands.setblock.usage=/setblock [Valor] [AncianNomDelBlòc] [Etiqueta de donadas] +commands.setidletimeout.success=Relambi d'inactivitat es estat definit a %s minutas amb capitada. +commands.setidletimeout.usage=/setidletimeout +commands.setworldspawn.success=S'es definit lo punt d'aparicion del mond a (%s, %s, %s) +commands.setworldspawn.usage=/setworldspawn [ ] +commands.spawnpoint.success=As cambiat lo ponch reaparicion de %s a las coordenadas (%s, %s, %s) +commands.spawnpoint.usage=/spawnpoint [jogaire] [ ] +commands.spreadplayers.failure.players=Propagacion de %s jogaires a l'entorn de %s,%s impossibla (tròp de jogaires per l'espaci - ensajatz de despassar pas %s) +commands.spreadplayers.failure.teams=Propagacion de %s equipas a l'entorn de %s,%s impossibla (tròp de jogaires per l'espaci - ensajatz de despassar pas %s) +commands.spreadplayers.info.players=(Distància mejana entre los jogaires es de %s blòcs aprèp %s iteracions) +commands.spreadplayers.info.teams=(Distància mejana entre las equipas es de %s blòcs aprèo %s iteracions) +commands.spreadplayers.spreading.players=Propagacion de %s jogaires %s blòcs a l'entorn de %s,%s (minimom %s blòcs de distància) +commands.spreadplayers.spreading.teams=Propagacion de %s equipas %s blòcs a l'entorn de %s,%s (minimom %s blòcs de distància) +commands.spreadplayers.success.players=Propagacion de %s jogaires a l'entorn de %s,%s capitada +commands.spreadplayers.success.teams=Propagacion de %s équipas a l'entorn de %s,%s capitada +commands.spreadplayers.usage=/spreadplayers +commands.stats.block.clear.usage=/stats block clear +commands.stats.block.set.usage=/stats block set +commands.stats.block.usage=/stats block ... +commands.stats.cleared=S'es escafat las stats de %s +commands.stats.entity.clear.usage=/stats entity clear +commands.stats.entity.set.usage=/stats entity set +commands.stats.entity.usage=/stats entity +commands.stats.failed=Paramètres invalides +commands.stats.noCompatibleBlock=Lo blòc en %s, %s, %s pòt pas seguir de stats +commands.stats.success=Enregistrament de las stats %s dins %s sus %s +commands.stats.usage=/stats ... +commands.stop.start=Arrèst del servidor +commands.summon.failed=Impossible d'invocar aquel objècte +commands.summon.outOfWorld=Se pòt pas invocar l'objècte defòra del mond +commands.summon.success=Invocacion de l'objècte capitada +commands.summon.tagError=L'analisi de l'etiqueta de donadas non capitada: %s +commands.summon.usage=/summon [x] [y] [z] [Etiqueta de Donadas] +commands.tellraw.jsonException=Json invalid: %s +commands.tellraw.usage=/tellraw +commands.testfor.failure=%s correspond pas a l'estructura de donadas requesa +commands.testfor.success=%s es estat trapat +commands.testfor.tagError=L'analisi de l'etiqueta de donadas non capitada: %s +commands.testfor.usage=/testfor [dataTag] +commands.testforblock.failed.data=Lo blòc se trobant a %s, %s, %s aviá la valor %s (previst: %s). +commands.testforblock.failed.nbt=Lo blòc se trobant a %s, %s, %s aviá pas las claus NBT requistas. +commands.testforblock.failed.tile=Lo blòc se trobant a %s, %s, %s es %s (previst: %s). +commands.testforblock.failed.tileEntity=Lo blòc se trobant a %s, %s, %s es pas una entitat-blòc e pòt pas suportar la correspondéncia de valor. +commands.testforblock.outOfWorld=Se pòt pas testar un blòc que se tròba fòra del mond +commands.testforblock.success=S'es trapat lo blòc se trobant a %s, %s, %s amb capitada. +commands.testforblock.usage=/testforblock [Valor] [Etiqueta de donada] +commands.time.added=Apondi de %s al temps +commands.time.query=Temps: %s +commands.time.set=Lo temps es estat mes a %s +commands.time.usage=/time +commands.title.success=La comande title es estada executada amb succès +commands.title.usage=/title ... +commands.title.usage.clear=/title clear|reset +commands.title.usage.times=/title times +commands.title.usage.title=/title title|subtitle +commands.tp.notSameDimension=Teleportacion impossibla perque los jogaires son pas dins la meteissa dimension +commands.tp.success=%s es estat teleportat cap a %s +commands.tp.success.coordinates=%s es estat teleportat cap a %s,%s,%s +commands.tp.usage=/tp [jogaire cibla] O /tp [jogaire cibla] [ ] +commands.trigger.disabled=Lo desenclavador %s es pas activat +commands.trigger.invalidMode=Mòde de desenclavament invalide %s +commands.trigger.invalidObjective=Nom de desenclavador invalid %s +commands.trigger.invalidPlayer=Sols los jogaires pòdon emplegar la commanda /trigger +commands.trigger.success=Lo desenclavador %s es estat cambiat amb %s %s +commands.trigger.usage=/trigger +commands.unban.failed=S'es pas pogut desfòrabandir lo jogaire %s +commands.unban.success=%s es pas mai fòrabandit +commands.unban.usage=/pardon +commands.unbanip.invalid=Avètz dintrat una adreça IP invalida +commands.unbanip.success=L'adreça IP %s es pas mai fòrabandida +commands.unbanip.usage=/pardon-ip +commands.weather.clear=Lo temps s'esclarzit +commands.weather.rain=Lo temps ven plujós +commands.weather.thunder=Lo temps ven auratjós +commands.weather.usage=/weather [durada en segondas] +commands.whitelist.add.failed=S'es pas pogut apondre %s a la tièira blanca +commands.whitelist.add.success=%s es estat apondut dins la tièira blanca +commands.whitelist.add.usage=/whitelist add +commands.whitelist.disabled=Tièira blanca desactivada +commands.whitelist.enabled=Tièira blanca activada +commands.whitelist.list=I a %s jogaires (sus %s vistes) que son dins la tièira blanca: +commands.whitelist.reloaded=Tièira blanca tornada cargar +commands.whitelist.remove.failed=S'es pas pogut enlevar %s de la tièira blanca +commands.whitelist.remove.success=%s es pas mai dins la tièira blanca +commands.whitelist.remove.usage=/whitelist remove +commands.worldborder.add.usage=/worldborder add [temps en segondas] +commands.worldborder.center.success=Lo centre de la rasa del mond es ara en %s, %s +commands.worldborder.center.usage=/worldborder center +commands.worldborder.damage.amount.success=La quantitat de degalhs de la rasa del mond es ara de %s per blòc (precedentament %s per blòc) +commands.worldborder.damage.amount.usage=/worldborder damage amount +commands.worldborder.damage.buffer.success=L'endamatjaire de rasa del mond es ara de %s blòcs (dempuèi %s blòcs) +commands.worldborder.damage.buffer.usage=/worldborder damage buffer +commands.worldborder.damage.usage=/worldborder damage +commands.worldborder.get.success=La rasa del mond es actualament de %s blòcs de larg +commands.worldborder.set.success=La rasa del mond es estat reglada sus %s blòcs de larg (depuèi %s blòcs) +commands.worldborder.set.usage=/worldborder add [temps en segondas] +commands.worldborder.setSlowly.grow.success=Espandiment de la rasa del mond a %s blòcs de larg (depuèi %s blòcs) en %s segondas +commands.worldborder.setSlowly.shrink.success=Estrechiment de la rasa del mond a %s blòcs de larg (depuèi %s blòcs) en %s segondas +commands.worldborder.usage=/worldborder ... +commands.worldborder.warning.distance.success=L'avertiment de la rasa del mond es estat reglat sus %s blòcs (precedentament %s blòcs) +commands.worldborder.warning.distance.usage=/worldborder warning distance +commands.worldborder.warning.time.success=L'avertiment de la rasa del mond es estat reglat sus %s segondas (precedentament %s segondas) +commands.worldborder.warning.time.usage=/worldborder warning time +commands.worldborder.warning.usage=/worldborder warning +commands.xp.failure.widthdrawXp=Se pòt pas balhar de ponches d'experiéncia negatius a un jogaire +commands.xp.success=Present de %s ponches d'experiéncia a %s +commands.xp.success.levels=Present de %s nivels a %s +commands.xp.success.negative.levels=Pèrda de %s nivels per %s +commands.xp.usage=/xp [jogaire] O /xp L [jogaire] +connect.authorizing=Autentificacion... +connect.connecting=Connexion al servidor... +connect.failed=La connexion al servidor a pas capitat +container.beacon=Balisa +container.brewing=Alambic +container.chest=Còfre +container.chestDouble=Còfre Grand +container.crafting=Fabricacion +container.creative=Seleccion de l'objècte +container.dispenser=Distribuïdor +container.dropper=Donaire +container.enchant=Encantar +container.enchant.clue=%s . . . ? +container.enchant.lapis.many=%s Lapis Lazuli +container.enchant.lapis.one=1 Lapis Lazuli +container.enchant.level.many=%s Nivèls d'Encantament +container.enchant.level.one=1 Nivèl d'Encantament +container.enderchest=Còfre de l'End +container.furnace=Forn +container.hopper=Embut +container.inventory=Inventari +container.isLocked=%s es varrolhat! +container.minecart=Vagonet +container.repair=Reparar e Nomenar +container.repair.cost=Prètz de l'encantament: %1$s +container.repair.expensive=Tròp Car! +controls.reset=Tornar Inicializar +controls.resetAll=Tornar Inicializar las Claus +controls.title=Contraròtles +createWorld.customize.custom.baseSize=Dimension de la Prigondor de la Basa +createWorld.customize.custom.biomeDepthOffset=Ofset de la Prigondor de Biòma +createWorld.customize.custom.biomeDepthWeight=Pes de la Prigondor de Biòma +createWorld.customize.custom.biomeScaleOffset=Ofset de l'Escala de Biòma +createWorld.customize.custom.biomeScaleWeight=Pes de l'Escala de Biòma +createWorld.customize.custom.biomeSize=Talha dels Biòmas +createWorld.customize.custom.center=Nautor Centrala +createWorld.customize.custom.confirm1=Aquò va suprimir vòstres paramètres +createWorld.customize.custom.confirm2=actuals e poirà pas èsser anullat. +createWorld.customize.custom.confirmTitle=Atencion! +createWorld.customize.custom.coordinateScale=Escala de la Coordonada +createWorld.customize.custom.count=Tentativas de Generacion +createWorld.customize.custom.defaults=Per Deca +createWorld.customize.custom.depthNoiseScaleExponent=Exponent de Prigondor de Bruch +createWorld.customize.custom.depthNoiseScaleX=Escala de Prigondor de Bruch X +createWorld.customize.custom.depthNoiseScaleZ=Escala de Prigondor de Bruch Z +createWorld.customize.custom.dungeonChance=Nombre de Donjons +createWorld.customize.custom.fixedBiome=Biòma +createWorld.customize.custom.heightScale=Escala de la Nautor +createWorld.customize.custom.lavaLakeChance=Raretats dels Lacs de Lava +createWorld.customize.custom.lowerLimitScale=Escala del Limit Inferior +createWorld.customize.custom.mainNoiseScaleX=Escala de Bruch Principal X +createWorld.customize.custom.mainNoiseScaleY=Escala de Bruch Principal Y +createWorld.customize.custom.mainNoiseScaleZ=Escala de Bruch Principal Z +createWorld.customize.custom.maxHeight=Nautor Maximala +createWorld.customize.custom.minHeight=Nautor Minimala +createWorld.customize.custom.next=Pagina Seguenta +createWorld.customize.custom.page0=Paramètres de basa +createWorld.customize.custom.page1=Paramètres de Minèria +createWorld.customize.custom.page2=Paramètres Avançats (Sonque pels Professionals!) +createWorld.customize.custom.page3=Paramètres Extra Avançats (Sonque pels Professionals!) +createWorld.customize.custom.preset.caveChaos=Cavas del Caòs +createWorld.customize.custom.preset.caveDelight=Delici dels Minaires +createWorld.customize.custom.preset.drought=Secaresa +createWorld.customize.custom.preset.goodLuck=Bon Astre +createWorld.customize.custom.preset.isleLand=Mond d'Isclas +createWorld.customize.custom.preset.mountains=Foliá Montanhòla +createWorld.customize.custom.preset.waterWorld=Mond d'Aiga +createWorld.customize.custom.presets=Paramètres +createWorld.customize.custom.presets.title=Personalizar los Pre-reglatges de Monde +createWorld.customize.custom.prev=Pagina Precedenta +createWorld.customize.custom.randomize=Aleatòri +createWorld.customize.custom.riverSize=Talha de las Ribièras +createWorld.customize.custom.seaLevel=Nivèl de la Mar +createWorld.customize.custom.size=Talha de las Vetas +createWorld.customize.custom.spread=Nautor de l'Espandida +createWorld.customize.custom.stretchY=Espandida de la Nautor +createWorld.customize.custom.upperLimitScale=Escala del Limit Superior +createWorld.customize.custom.useCaves=Cavas +createWorld.customize.custom.useDungeons=Donjons +createWorld.customize.custom.useLavaLakes=Lacs de Lava +createWorld.customize.custom.useLavaOceans=Oceans de Lava +createWorld.customize.custom.useMineShafts=Minas Abandonadas +createWorld.customize.custom.useMonuments=Monuments Sosmarins +createWorld.customize.custom.useRavines=Vabre +createWorld.customize.custom.useStrongholds=Fortalesas +createWorld.customize.custom.useTemples=Temples +createWorld.customize.custom.useVillages=Vilatges +createWorld.customize.custom.useWaterLakes=Lacs +createWorld.customize.custom.waterLakeChance=Raretat dels Lacs +createWorld.customize.flat.addLayer=Apondre una Jaça +createWorld.customize.flat.editLayer=Modificar la Jaça +createWorld.customize.flat.height=Nautor +createWorld.customize.flat.layer.bottom=Limit Inferior - %s +createWorld.customize.flat.layer.top=Limit Superior - %s +createWorld.customize.flat.removeLayer=Enlevar la Jaça +createWorld.customize.flat.tile=Material de la Jaça +createWorld.customize.flat.title=Personalizacion del mond subreplanièr +createWorld.customize.presets=Prereglatges +createWorld.customize.presets.list=Si que non, ne vaicí qualques unes qu'avèm faches per tu! +createWorld.customize.presets.select=Emplegar aqueste prereglatge +createWorld.customize.presets.share=Volètz partejar vòstre prereglatge amb qualqu'un? Emplegatz la bóstia çai-jos! +createWorld.customize.presets.title=Seleccionatz un paramètre predefinit +death.attack.anvil=%1$s foguèt esclafat per un enclutge +death.attack.arrow=%1$s foguèt tuat pel tir de %2$s +death.attack.arrow.item=%1$s foguèt tuat pel tir de %2$s en emplegant %3$s +death.attack.cactus=%1$s foguèt ponch fins la mòrt +death.attack.cactus.player=%1$s caminèt dins un cactus mentre qu'ensajava d'escapar a %2$s +death.attack.drown=%1$s se neguèt +death.attack.drown.player=%1$s se neguèt mentre qu'ensajava d'escapar a %2$s +death.attack.explosion=%1$s espetèt +death.attack.explosion.player=%1$s espetèt en causa de %2$s +death.attack.fall=%1$s s'esclafèt al sòl +death.attack.fallingBlock=%1$s foguèt esclafat per un blòc +death.attack.fireball=%1$s foguèt tuat per la pelòta de fuòc de %2$s +death.attack.fireball.item=%1$s foguèt tuat per la pelòta de fuòc de %2$s en emplegant %3$s +death.attack.generic=%1$s es mòrt +death.attack.inFire=%1$s caminèt dins de fuòc +death.attack.inFire.player=%1$s caminèt dins de fuòc mentre que combatiá %2$s +death.attack.inWall=%1$s s'asfixièt dins un mur +death.attack.indirectMagic=%1$s foguèt chaplat per %2$s en emplegant de magia +death.attack.indirectMagic.item=%1$s foguèt tuat per %2$s en emplegant %3$s +death.attack.lava=%1$s ensagèt de nadar dins la lava +death.attack.lava.player=%1$s ensagèt de nadar dins la lava per escapar a %2$s +death.attack.lightningBolt=%1$s es estat folzejat +death.attack.magic=%1$s foguèt tuat amb de magia +death.attack.mob=%1$s foguèt tuat per %2$s +death.attack.onFire=%1$s es mòrt cremat +death.attack.onFire.player=%1$s es mòrt cremat mentre que combatiá %2$s +death.attack.outOfWorld=%1$s tombèt fòra lo mond +death.attack.player=%1$s foguèt tuat per %2$s +death.attack.player.item=%1$s foguèt tuat per %2$s en emplegant %3$s +death.attack.starve=%1$s es mòrt de fam +death.attack.thorns=%1$s foguèt tuat mentre qu'ensajava de nafrar %2$s +death.attack.thrown=%1$s foguèt chaplat per %2$s +death.attack.thrown.item=%1$s foguèt chaplat per %2$s en emplegant %3$s +death.attack.wither=%1$s foguèt tuat per un Wither +death.fell.accident.generic=%1$s tombèt d'un luòc naut +death.fell.accident.ladder=%1$s tombèt d'una escala +death.fell.accident.vines=%1$s tombèt d'unas lianas +death.fell.accident.water=%1$s tombèt fòra de l'aiga +death.fell.assist=%1$s foguèt condemnat de tombar per %2$s +death.fell.assist.item=%1$s foguèt condemnat de tombar per %2$s en emplegant %3$s +death.fell.finish=%1$s se tombèt e foguèt acabat per %2$s +death.fell.finish.item=%1$s se tombèt e foguèt acabat per %2$s en emplegant %3$s +death.fell.killer=%1$s foguèt condemnat de tombar +deathScreen.deleteWorld=Suprimir lo mond +deathScreen.hardcoreInfo=Podètz pas tornar aparéisser en mòde extrèm! +deathScreen.leaveServer=Quitar lo servidor +deathScreen.quit.confirm=Sètz segur de voler quitar? +deathScreen.respawn=Tornar aparéisser +deathScreen.score=Marca +deathScreen.title=Sètz mòrt! +deathScreen.title.hardcore=Partida Acabada! +deathScreen.titleScreen=Ecran dels títols +demo.day.1=Aquesta demonstracion durarà cinc jorns de jòc, fasètz çò melhor que podètz! +demo.day.2=Segond Jorn +demo.day.3=Tresen Jorn +demo.day.4=Quatren Jorn +demo.day.5=Aquò es lo vòstre darrièr jorn! +demo.day.6=Vòstres cinc jorns sont passats, emplegatz F2 per gardar una captura d'ecran de vòstra creacion +demo.day.warning=Vòstre temps es gaireben acabat! +demo.demoExpired=Lo temps de demonstracion es acabat! +demo.help.buy=Crompar Ara! +demo.help.fullWrapped=Aquesta demonstracion dura 5 jorns de jòc (apr'aquí 1 ora e 40 minutas en temps real). Agachatz vòstras capitadas per aver de pistas! Amusatz-vous! +demo.help.inventory=Utilisatz %1$s per dobrir vòstre inventari +demo.help.jump=Sautatz amb %1$s +demo.help.later=Contunhar de jogar! +demo.help.movement=Utilizatz %1$s, %2$s, %3$s, %4$s e la mirga per bolegar +demo.help.movementMouse=Agachatz a l'entorn de vosautres amb la mirga +demo.help.movementShort=Bolegatz amb %1$s, %2$s, %3$s, %4$s +demo.help.title=Minecraft Mòde Demonstracion +demo.remainingTime=Temps restant: %s +demo.reminder=Lo temps de demonstracion es passat, crompatz lo jòc per contunhar o creatz un monde novèl! +difficulty.lock.question=Sètz segur que volètz varrolhar la dificultat d'aqueste mond? Lo mond serà totjorn en %1$s, e poiretz pas mai jamai cambiar aquò. +difficulty.lock.title=Varrolhar la Dificultat del Mond +disconnect.closed=Connexion barrada +disconnect.disconnected=Desconnectat pel servidor +disconnect.endOfStream=Fin del flus +disconnect.kicked=Es estat expulsat del serveire +disconnect.loginFailed=L'autentificacion a pas capitat +disconnect.loginFailedInfo=L'autentificacion a pas capitat: %s +disconnect.loginFailedInfo.invalidSession=Session invalida (Ensajatz de tornar iniciar vòstre jòc) +disconnect.loginFailedInfo.serversUnavailable=Lo servici d'autentification es per ara fòra servici per causa de mantenença. +disconnect.lost=Connexion Perduda +disconnect.overflow=Memòria sagèl saturada +disconnect.quitting=Barradura +disconnect.spam=Expulsat per spam +disconnect.timeout=Temps d'espèra passat +enchantment.arrowDamage=Poténcia +enchantment.arrowFire=Flama +enchantment.arrowInfinite=Infinitat +enchantment.arrowKnockback=Tust +enchantment.damage.all=Talh +enchantment.damage.arthropods=Flagèl dels Artropòdes +enchantment.damage.undead=Castig +enchantment.digging=Eficacitat +enchantment.durability=Soliditat +enchantment.fire=Aspècte Ardent +enchantment.fishingSpeed=Esca +enchantment.knockback=Reculada +enchantment.level.1=I +enchantment.level.10=X +enchantment.level.2=II +enchantment.level.3=III +enchantment.level.4=IV +enchantment.level.5=V +enchantment.level.6=VI +enchantment.level.7=VII +enchantment.level.8=VIII +enchantment.level.9=IX +enchantment.lootBonus=Butin +enchantment.lootBonusDigger=Fortuna +enchantment.lootBonusFishing=L'Astre de la Mar +enchantment.oxygen=Respiracion +enchantment.protect.all=Proteccion +enchantment.protect.explosion=Resisténcia a las Explosions +enchantment.protect.fall=Pes Pluma +enchantment.protect.fire=Resisténcia al fuòc +enchantment.protect.projectile=Proteccion contra los projectils +enchantment.thorns=Espinas +enchantment.untouching=Tocar de Seda +enchantment.waterWalker=Caminaire de las Prigondors +enchantment.waterWorker=Afinitat Aqüatica +entity.ArmorStand.name=Pòrta-armadura +entity.Arrow.name=Sageta +entity.Bat.name=Ratapenada +entity.Blaze.name=Blaze +entity.Boat.name=Batèl +entity.Cat.name=Cat +entity.CaveSpider.name=Aranha de Bauma +entity.Chicken.name=Galina +entity.Cow.name=Vaca +entity.Creeper.name=Creeper +entity.EnderDragon.name=Dragon de l'End +entity.Enderman.name=Enderman +entity.Endermite.name=Enderarna +entity.EntityHorse.name=Caval +entity.FallingSand.name=Blòc en Casuda +entity.Fireball.name=Pelòta de Fuòc +entity.Ghast.name=Ghast +entity.Giant.name=Gigant +entity.Guardian.name=Gardaire +entity.Item.name=Objècte +entity.KillerBunny.name=Conilh Tuaire +entity.LavaSlime.name=Cube de magma +entity.Minecart.name=Vagonet +entity.Mob.name=Creatura +entity.Monster.name=Mostre +entity.MushroomCow.name=Vacampairòl +entity.Ozelot.name=Ocelòt +entity.Painting.name=Pintura +entity.Pig.name=Pòrc +entity.PigZombie.name=Zombi Ã’mepòrc +entity.PrimedTnt.name=Blòc de TNT +entity.Rabbit.name=Conilh +entity.Sheep.name=Moton +entity.Silverfish.name=Peis d'Argent +entity.Skeleton.name=Esqueleta +entity.Slime.name=Slime +entity.SmallFireball.name=Pelòta de Fuòc Pichona +entity.SnowMan.name=Golem de Nèu +entity.Snowball.name=Pelòta de Nèu +entity.Spider.name=Aranha +entity.Squid.name=Pofre +entity.Villager.armor=Armadurièr +entity.Villager.butcher=Maselièr +entity.Villager.cleric=Eclesiastic +entity.Villager.farmer=Agricultor +entity.Villager.fisherman=Pescaire +entity.Villager.fletcher=Vendeire de Sagetas +entity.Villager.leather=maroquinièr +entity.Villager.librarian=Librari +entity.Villager.name=Vilatgés +entity.Villager.shepherd=Pastor +entity.Villager.tool=Fèbre d'Aisinas +entity.Villager.weapon=Fèbre d'Armas +entity.VillagerGolem.name=Golem de Fèrre +entity.Witch.name=Masca +entity.WitherBoss.name=Wither +entity.Wolf.name=Lop +entity.XPOrb.name=Ã’rbe d'Experiéncia +entity.Zombie.name=Zombi +entity.donkey.name=Ase +entity.generic.name=Desconegut +entity.horse.name=Caval +entity.mule.name=Mul +entity.skeletonhorse.name=Caval Esqueleta +entity.zombiehorse.name=Caval Zombi +gameMode.adventure=Mòde Aventura +gameMode.changed=Lo vòstre mòde de jòc es estat actualizat +gameMode.creative=Mòde Creatiu +gameMode.hardcore=Mòde Extrèm! +gameMode.spectator=Mòde Espectator +gameMode.survival=Mòde Subrevida +generator.amplified=AMPLIFICAT +generator.amplified.info=Notatz: Per mai de plàser, cal aver un ordinator poderós +generator.customized=Personalizat +generator.debug_all_block_states=Mòde Debug +generator.default=Per deca +generator.flat=Subreplanièr +generator.largeBiomes=Biòmas Grands +gui.achievements=Capitadas +gui.all=Totes +gui.back=Retorn +gui.cancel=Anullar +gui.done=Acabat +gui.down=Aval +gui.no=Non +gui.none=Cap +gui.stats=Estatisticas +gui.toMenu=Tornar al menut principal +gui.up=Amont +gui.yes=Ã’c +inventory.binSlot=Destruire l'Objècte +item.apple.name=Poma +item.appleGold.name=Poma Daurada +item.armorStand.name=Pòrta-armadura +item.arrow.name=Sageta +item.banner.black.name=Bandièra Negra +item.banner.blue.name=Bandièra Blava +item.banner.border.black=Bordadura Negra +item.banner.border.blue=Bordadura Blava +item.banner.border.brown=Bordadura Bruna +item.banner.border.cyan=Bordadura Cian +item.banner.border.gray=Bordadura Grisa +item.banner.border.green=Bordadura Verda +item.banner.border.lightBlue=Bordadura Blau Clar +item.banner.border.lime=Bordadura Lima +item.banner.border.magenta=Bordadura Magenta +item.banner.border.orange=Bordadura Iranja +item.banner.border.pink=Bordadura Ròsa +item.banner.border.purple=Bordadura Violeta +item.banner.border.red=Bordadura Roja +item.banner.border.silver=Bordadura Gris Clar +item.banner.border.white=Bordadura Blanca +item.banner.border.yellow=Bordadura Auriòla +item.banner.bricks.black=Tèma Bricas Negras +item.banner.bricks.blue=Tèma Bricas Blavas +item.banner.bricks.brown=Tèma Bricas Brunas +item.banner.bricks.cyan=Tèma Bricas Cian +item.banner.bricks.gray=Tèma Bricas Grisas +item.banner.bricks.green=Tèma Bricas Verdas +item.banner.bricks.lightBlue=Tèma Bricas Blau Clar +item.banner.bricks.lime=Tèma Bricas Lima +item.banner.bricks.magenta=Tèma Bricas Magenta +item.banner.bricks.orange=Tèma Bricas Iranjas +item.banner.bricks.pink=Tèma Bricas Ròsas +item.banner.bricks.purple=Tèma Bricas Violetas +item.banner.bricks.red=Tèma Bricas Rojas +item.banner.bricks.silver=Tèma Bricas Gris Clar +item.banner.bricks.white=Tèma Bricas Blancas +item.banner.bricks.yellow=Tèma Bricas Auriòlas +item.banner.brown.name=Bandièra Bruna +item.banner.circle.black=Rondèla Negra +item.banner.circle.blue=Rondèla Blava +item.banner.circle.brown=Rondèla Bruna +item.banner.circle.cyan=Rondèla Cian +item.banner.circle.gray=Rondèla Grisa +item.banner.circle.green=Rondèla Verda +item.banner.circle.lightBlue=Rondèla Blau Clar +item.banner.circle.lime=Rondèla Lima +item.banner.circle.magenta=Rondèla Magenta +item.banner.circle.orange=Rondèla Iranja +item.banner.circle.pink=Rondèla Ròsa +item.banner.circle.purple=Rondèla Violeta +item.banner.circle.red=Rondèla Roja +item.banner.circle.silver=Rondèla Gris Clar +item.banner.circle.white=Rondèla Blanca +item.banner.circle.yellow=Rondèla Auriòla +item.banner.creeper.black=Sagèl Negre de Creeper +item.banner.creeper.blue=Sagèl Blau de Creeper +item.banner.creeper.brown=Sagèl Brun de Creeper +item.banner.creeper.cyan=Sagèl Cian de Creeper +item.banner.creeper.gray=Sagèl Gris de Creeper +item.banner.creeper.green=Sagèl Verd de Creeper +item.banner.creeper.lightBlue=Sagèl Blau Clar de Creeper +item.banner.creeper.lime=Sagèl Lima de Creeper +item.banner.creeper.magenta=Sagèl Magenta de Creeper +item.banner.creeper.orange=Sagèl Irange de Creeper +item.banner.creeper.pink=Sagèl Ròse de Creeper +item.banner.creeper.purple=Sagèl Violet de Creeper +item.banner.creeper.red=Sagèl Roge de Creeper +item.banner.creeper.silver=Sagèl Gris Clar de Creeper +item.banner.creeper.white=Sagèl Blanc de Creeper +item.banner.creeper.yellow=Sagèl Auriòl de Creeper +item.banner.cross.black=Sautor Negre +item.banner.cross.blue=Sautor Blau +item.banner.cross.brown=Sautor Brun +item.banner.cross.cyan=Sautor Cian +item.banner.cross.gray=Sautor Gris +item.banner.cross.green=Sautor Verd +item.banner.cross.lightBlue=Sautor Blau Clar +item.banner.cross.lime=Sautor Lima +item.banner.cross.magenta=Sautor Magenta +item.banner.cross.orange=Sautor Irange +item.banner.cross.pink=Sautor Ròse +item.banner.cross.purple=Sautor Violet +item.banner.cross.red=Sautor Roge +item.banner.cross.silver=Sautor Gris Clar +item.banner.cross.white=Sautor Blanc +item.banner.cross.yellow=Sautor Auriòl +item.banner.curly_border.black=Bordadura Dentelada Negra +item.banner.curly_border.blue=Bordadura Dentelada Blava +item.banner.curly_border.brown=Bordadura Dentelada Bruna +item.banner.curly_border.cyan=Bordadura Dentelada Cian +item.banner.curly_border.gray=Bordadura Dentelada Grisa +item.banner.curly_border.green=Bordadura Dentelada Verda +item.banner.curly_border.lightBlue=Bordadura Dentelada Blau Clar +item.banner.curly_border.lime=Bordadura Dentelada Lima +item.banner.curly_border.magenta=Bordadura Dentelada Magenta +item.banner.curly_border.orange=Bordadura Dentelada Iranja +item.banner.curly_border.pink=Bordadura Dentelada Ròsa +item.banner.curly_border.purple=Bordadura Dentelada Violeta +item.banner.curly_border.red=Bordadura Dentelada Roja +item.banner.curly_border.silver=Bordadura Dentelada Gris Clar +item.banner.curly_border.white=Bordadura Dentelada Blanca +item.banner.curly_border.yellow=Bordadura Dentelada Auriòla +item.banner.cyan.name=Bandièra Cian +item.banner.diagonal_left.black=Raia Negra a Esquèrra +item.banner.diagonal_left.blue=Raia Blava a Esquèrra +item.banner.diagonal_left.brown=Raia Bruna a Esquèrra +item.banner.diagonal_left.cyan=Raia Cian a Esquèrra +item.banner.diagonal_left.gray=Raia Grisa a Esquèrra +item.banner.diagonal_left.green=Raia Verda a Esquèrra +item.banner.diagonal_left.lightBlue=Raia Blau Clar a Esquèrra +item.banner.diagonal_left.lime=Raia Lima a Esquèrra +item.banner.diagonal_left.magenta=Raia Magenta a Esquèrra +item.banner.diagonal_left.orange=Raia Iranja a Esquèrra +item.banner.diagonal_left.pink=Raia Ròsa a Esquèrra +item.banner.diagonal_left.purple=Raia Violeta a Esquèrra +item.banner.diagonal_left.red=Raia Roja a Esquèrra +item.banner.diagonal_left.silver=Raia Gris Clar a Esquèrra +item.banner.diagonal_left.white=Raia Blanca a Esquèrra +item.banner.diagonal_left.yellow=Raia Auriòla a Esquèrra +item.banner.diagonal_right.black=Raia Negra +item.banner.diagonal_right.blue=Raia Blava +item.banner.diagonal_right.brown=Raia Bruna +item.banner.diagonal_right.cyan=Raia Cian +item.banner.diagonal_right.gray=Raia Grisa +item.banner.diagonal_right.green=Raia Verda +item.banner.diagonal_right.lightBlue=Raia Blau Clar +item.banner.diagonal_right.lime=Raia Lima +item.banner.diagonal_right.magenta=Raia Magenta +item.banner.diagonal_right.orange=Raia Iranja +item.banner.diagonal_right.pink=Raia Ròsa +item.banner.diagonal_right.purple=Raia Violeta +item.banner.diagonal_right.red=Raia Roja +item.banner.diagonal_right.silver=Raia Gris Clar +item.banner.diagonal_right.white=Raia Blanca +item.banner.diagonal_right.yellow=Raia Auriòla +item.banner.diagonal_up_left.black=Raia Inversada Negra +item.banner.diagonal_up_left.blue=Raia Inversada Blava +item.banner.diagonal_up_left.brown=Raia Inversada Bruna +item.banner.diagonal_up_left.cyan=Raia Inversada Cian +item.banner.diagonal_up_left.gray=Raia Inversada Grisa +item.banner.diagonal_up_left.green=Raia Inversada Verda +item.banner.diagonal_up_left.lightBlue=Raia Inversada Blau Clar +item.banner.diagonal_up_left.lime=Raia Inversada Lima +item.banner.diagonal_up_left.magenta=Raia Inversada Magenta +item.banner.diagonal_up_left.orange=Raia Inversada Iranja +item.banner.diagonal_up_left.pink=Raia Inversada Ròsa +item.banner.diagonal_up_left.purple=Raia Inversada Violeta +item.banner.diagonal_up_left.red=Raia Inversada Roja +item.banner.diagonal_up_left.silver=Raia Inversada Gris Clar +item.banner.diagonal_up_left.white=Raia Inversada Blanca +item.banner.diagonal_up_left.yellow=Raia Inversada Auriòla +item.banner.diagonal_up_right.black=Raia Inversada Negra a Esquèrra +item.banner.diagonal_up_right.blue=Raia Inversada Blava a Esquèrra +item.banner.diagonal_up_right.brown=Raia Inversada Bruna a Esquèrra +item.banner.diagonal_up_right.cyan=Raia Inversada Cian a Esquèrra +item.banner.diagonal_up_right.gray=Raia Inversada Grisa a Esquèrra +item.banner.diagonal_up_right.green=Raia Inversada Verda a Esquèrra +item.banner.diagonal_up_right.lightBlue=Raia Inversada Blau Clar a Esquèrra +item.banner.diagonal_up_right.lime=Raia Inversada Lima a Esquèrra +item.banner.diagonal_up_right.magenta=Raia Inversada Magenta a Esquèrra +item.banner.diagonal_up_right.orange=Raia Inversada Iranja a Esquèrra +item.banner.diagonal_up_right.pink=Raia Inversada Ròsa a Esquèrra +item.banner.diagonal_up_right.purple=Raia Inversada Violeta a Esquèrra +item.banner.diagonal_up_right.red=Raia Inversada Roja a Esquèrra +item.banner.diagonal_up_right.silver=Raia Inversada Gris Clar a Esquèrra +item.banner.diagonal_up_right.white=Raia Inversada Blanca a Esquèrra +item.banner.diagonal_up_right.yellow=Raia Inversada Lima a Esquèrra +item.banner.flower.black=Sagèl de Flor Negre +item.banner.flower.blue=Sagèl d'Esqueleta Blau +item.banner.flower.brown=Sagèl d'Esqueleta Brun +item.banner.flower.cyan=Sagèl d'Esqueleta Cian +item.banner.flower.gray=Sagèl d'Esqueleta Gris +item.banner.flower.green=Sagèl d'Esqueleta Verd +item.banner.flower.lightBlue=Sagèl d'Esqueleta Blau Clar +item.banner.flower.lime=Sagèl d'Esqueleta Lima +item.banner.flower.magenta=Sagèl d'Esqueleta Magenta +item.banner.flower.orange=Sagèl d'Esqueleta Irange +item.banner.flower.pink=Sagèl d'Esqueleta Ròse +item.banner.flower.purple=Sagèl d'Esqueleta Violet +item.banner.flower.red=Sagèl d'Esqueleta Roge +item.banner.flower.silver=Sagèl d'Esqueleta Gris Clar +item.banner.flower.white=Sagèl d'Esqueleta Blanc +item.banner.flower.yellow=Sagèl d'Esqueleta Auriòl +item.banner.gradient.black=Amatigat Negre +item.banner.gradient.blue=Amatigat Blau +item.banner.gradient.brown=Amatigat Brun +item.banner.gradient.cyan=Amatigat Cian +item.banner.gradient.gray=Amatigat Gris +item.banner.gradient.green=Amatigat Verd +item.banner.gradient.lightBlue=Amatigat Blau Clar +item.banner.gradient.lime=Amatigat Lima +item.banner.gradient.magenta=Amatigat Magenta +item.banner.gradient.orange=Amatigat Irange +item.banner.gradient.pink=Amatigat Ròse +item.banner.gradient.purple=Amatigat Violet +item.banner.gradient.red=Amatigat Roge +item.banner.gradient.silver=Amatigat Gris Clar +item.banner.gradient.white=Amatigat Blanc +item.banner.gradient.yellow=Amatigat Auriòl +item.banner.gradient_up.black=Amatigat Negre en Basa +item.banner.gradient_up.blue=Amatigat Blau en Basa +item.banner.gradient_up.brown=Amatigat Brun en Basa +item.banner.gradient_up.cyan=Amatigat Cian en Basa +item.banner.gradient_up.gray=Amatigat Gris en Basa +item.banner.gradient_up.green=Amatigat Verd en Basa +item.banner.gradient_up.lightBlue=Amatigat Blau Clar en Basa +item.banner.gradient_up.lime=Amatigat Lima en Basa +item.banner.gradient_up.magenta=Amatigat Magenta en Basa +item.banner.gradient_up.orange=Amatigat Irange en Basa +item.banner.gradient_up.pink=Amatigat Ròse en Basa +item.banner.gradient_up.purple=Amatigat Violet en Basa +item.banner.gradient_up.red=Amatigat Roge en Basa +item.banner.gradient_up.silver=Amatigat Gris Clar en Basa +item.banner.gradient_up.white=Amatigat Blanc en Basa +item.banner.gradient_up.yellow=Amatigat Auriòl en Basa +item.banner.gray.name=Bandièra Grisa +item.banner.green.name=Bandièra Verda +item.banner.half_horizontal.black=Copa Negra +item.banner.half_horizontal.blue=Copa Blava +item.banner.half_horizontal.brown=Copa Bruna +item.banner.half_horizontal.cyan=Copa Cian +item.banner.half_horizontal.gray=Copa Grisa +item.banner.half_horizontal.green=Copa Verda +item.banner.half_horizontal.lightBlue=Copa Blau Clar +item.banner.half_horizontal.lime=Copa Lima +item.banner.half_horizontal.magenta=Copa Magenta +item.banner.half_horizontal.orange=Copa Iranja +item.banner.half_horizontal.pink=Copa Ròsa +item.banner.half_horizontal.purple=Copa Violeta +item.banner.half_horizontal.red=Copa Roja +item.banner.half_horizontal.silver=Copa Gris Clar +item.banner.half_horizontal.white=Copa Blanca +item.banner.half_horizontal.yellow=Copa Auriòla +item.banner.half_horizontal_bottom.black=Copa Inversada Negra +item.banner.half_horizontal_bottom.blue=Copa Inversada Blava +item.banner.half_horizontal_bottom.brown=Copa Inversada Bruna +item.banner.half_horizontal_bottom.cyan=Copa Inversada Cian +item.banner.half_horizontal_bottom.gray=Copa Inversada Grisa +item.banner.half_horizontal_bottom.green=Copa Inversada Verda +item.banner.half_horizontal_bottom.lightBlue=Copa Inversada Blau Clar +item.banner.half_horizontal_bottom.lime=Copa Inversada Lima +item.banner.half_horizontal_bottom.magenta=Copa Inversada Magenta +item.banner.half_horizontal_bottom.orange=Copa Inversada Iranja +item.banner.half_horizontal_bottom.pink=Copa Inversada Ròsa +item.banner.half_horizontal_bottom.purple=Copa Inversada Violeta +item.banner.half_horizontal_bottom.red=Copa Inversada Roja +item.banner.half_horizontal_bottom.silver=Copa Inversada Gris Clar +item.banner.half_horizontal_bottom.white=Copa Inversada Blanca +item.banner.half_horizontal_bottom.yellow=Copa Inversada Auriòla +item.banner.half_vertical.black=Copa Verticala Negra +item.banner.half_vertical.blue=Copa Verticala Blava +item.banner.half_vertical.brown=Copa Verticala Bruna +item.banner.half_vertical.cyan=Copa Verticala Cian +item.banner.half_vertical.gray=Copa Verticala Grisa +item.banner.half_vertical.green=Copa Verticala Verda +item.banner.half_vertical.lightBlue=Copa Verticala Blau Clar +item.banner.half_vertical.lime=Copa Verticala Lima +item.banner.half_vertical.magenta=Copa Verticala Magenta +item.banner.half_vertical.orange=Copa Verticala Iranja +item.banner.half_vertical.pink=Copa Verticala Ròsa +item.banner.half_vertical.purple=Copa Verticala Violeta +item.banner.half_vertical.red=Copa Verticala Roja +item.banner.half_vertical.silver=Copa Verticala Gris Clar +item.banner.half_vertical.white=Copa Verticala Blanca +item.banner.half_vertical.yellow=Copa Verticala Auriòla +item.banner.half_vertical_right.black=Copa Verticala Inversada Negra +item.banner.half_vertical_right.blue=Copa Verticala Inversada Blava +item.banner.half_vertical_right.brown=Copa Verticala Inversada Bruna +item.banner.half_vertical_right.cyan=Copa Verticala Inversada Cian +item.banner.half_vertical_right.gray=Copa Verticala Inversada Grisa +item.banner.half_vertical_right.green=Copa Verticala Inversada Verda +item.banner.half_vertical_right.lightBlue=Copa Verticala Inversada Blau Clar +item.banner.half_vertical_right.lime=Copa Verticala Inversada Lima +item.banner.half_vertical_right.magenta=Copa Verticala Inversada Magenta +item.banner.half_vertical_right.orange=Copa Verticala Inversada Iranja +item.banner.half_vertical_right.pink=Copa Verticala Inversada Ròsa +item.banner.half_vertical_right.purple=Copa Verticala Inversada Violeta +item.banner.half_vertical_right.red=Copa Verticala Inversada Roja +item.banner.half_vertical_right.silver=Copa Verticala Inversada Blau Clar +item.banner.half_vertical_right.white=Copa Verticala Inversada Blanca +item.banner.half_vertical_right.yellow=Copa Verticala Inversada Auriòla +item.banner.lightBlue.name=Bandièra Blau Clar +item.banner.lime.name=Bandièra Lima +item.banner.magenta.name=Bandièra Magenta +item.banner.mojang.black=Causa Negra +item.banner.mojang.blue=Causa Blava +item.banner.mojang.brown=Causa Bruna +item.banner.mojang.cyan=Causa Cian +item.banner.mojang.gray=Causa Grisa +item.banner.mojang.green=Causa Verda +item.banner.mojang.lightBlue=Causa Blau Clar +item.banner.mojang.lime=Causa Lima +item.banner.mojang.magenta=Causa Magenta +item.banner.mojang.orange=Causa Iranja +item.banner.mojang.pink=Causa Ròsa +item.banner.mojang.purple=Causa Violeta +item.banner.mojang.red=Causa Roja +item.banner.mojang.silver=Causa Gris Clar +item.banner.mojang.white=Causa Blanca +item.banner.mojang.yellow=Causa Auriòla +item.banner.orange.name=Bandièra Iranja +item.banner.pink.name=Bandièra Ròsa +item.banner.purple.name=Bandièra Violeta +item.banner.red.name=Bandièra Roja +item.banner.rhombus.black=Lausange Negre +item.banner.rhombus.blue=Lausange Blau +item.banner.rhombus.brown=Lausange Brun +item.banner.rhombus.cyan=Lausange Cian +item.banner.rhombus.gray=Lausange Gris +item.banner.rhombus.green=Lausange Verd +item.banner.rhombus.lightBlue=Lausange Blau Clar +item.banner.rhombus.lime=Lausange Lima +item.banner.rhombus.magenta=Lausange Magenta +item.banner.rhombus.orange=Lausange Irange +item.banner.rhombus.pink=Lausange Ròse +item.banner.rhombus.purple=Lausange Violet +item.banner.rhombus.red=Lausange Roge +item.banner.rhombus.silver=Lausange Gris Clar +item.banner.rhombus.white=Lausange Blanc +item.banner.rhombus.yellow=Lausange Auriòl +item.banner.silver.name=Bandièra Gris Clar +item.banner.skull.black=Sagèl d'Esqueleta Negre +item.banner.skull.blue=Sagèl d'Esqueleta Blau +item.banner.skull.brown=Sagèl d'Esqueleta Brun +item.banner.skull.cyan=Sagèl d'Esqueleta Cian +item.banner.skull.gray=Sagèl d'Esqueleta Gris +item.banner.skull.green=Sagèl d'Esqueleta Verd +item.banner.skull.lightBlue=Sagèl d'Esqueleta Blau Clar +item.banner.skull.lime=Sagèl d'Esqueleta Lima +item.banner.skull.magenta=Sagèl d'Esqueleta Magenta +item.banner.skull.orange=Sagèl d'Esqueleta Irange +item.banner.skull.pink=Sagèl d'Esqueleta Ròse +item.banner.skull.purple=Sagèl d'Esqueleta Violet +item.banner.skull.red=Sagèl d'Esqueleta Roge +item.banner.skull.silver=Sagèl d'Esqueleta Gris Clar +item.banner.skull.white=Sagèl d'Esqueleta Blanc +item.banner.skull.yellow=Sagèl d'Esqueleta Auriòl +item.banner.small_stripes.black=Quatre Pals Negres +item.banner.small_stripes.blue=Quatre Pals Blaus +item.banner.small_stripes.brown=Quatre Pals Bruns +item.banner.small_stripes.cyan=Quatre Pals Cian +item.banner.small_stripes.gray=Quatre Pals Grises +item.banner.small_stripes.green=Quatre Pals Verds +item.banner.small_stripes.lightBlue=Quatre Pals Blau Clar +item.banner.small_stripes.lime=Quatre Pals Lima +item.banner.small_stripes.magenta=Quatre Pals Magenta +item.banner.small_stripes.orange=Quatre Pals Iranges +item.banner.small_stripes.pink=Quatre Pals Ròses +item.banner.small_stripes.purple=Quatre Pals Violets +item.banner.small_stripes.red=Quatre Pals Roges +item.banner.small_stripes.silver=Quatre Pals Gris Clar +item.banner.small_stripes.white=Quatre Pals Blancs +item.banner.small_stripes.yellow=Quatre Pals Auriòls +item.banner.square_bottom_left.black=Canton Negre en Basa a Drecha +item.banner.square_bottom_left.blue=Canton Blau en Basa a Drecha +item.banner.square_bottom_left.brown=Canton Brun en Basa a Drecha +item.banner.square_bottom_left.cyan=Canton Cian en Basa a Drecha +item.banner.square_bottom_left.gray=Canton Gris en Basa a Drecha +item.banner.square_bottom_left.green=Canton Verd en Basa a Drecha +item.banner.square_bottom_left.lightBlue=Canton Blau Clar en Basa a Drecha +item.banner.square_bottom_left.lime=Canton Lima en Basa a Drecha +item.banner.square_bottom_left.magenta=Canton Magenta en Basa a Drecha +item.banner.square_bottom_left.orange=Canton Irange en Basa a Drecha +item.banner.square_bottom_left.pink=Canton Ròse en Basa a Drecha +item.banner.square_bottom_left.purple=Canton Violet en Basa a Drecha +item.banner.square_bottom_left.red=Canton Roge en Basa a Drecha +item.banner.square_bottom_left.silver=Canton Gris Clar en Basa a Drecha +item.banner.square_bottom_left.white=Canton Blanc en Basa a Drecha +item.banner.square_bottom_left.yellow=Canton Auriòl en Basa a Drecha +item.banner.square_bottom_right.black=Canton Negre en Basa a Esquèrra +item.banner.square_bottom_right.blue=Canton Blau en Basa a Esquèrra +item.banner.square_bottom_right.brown=Canton Brun en Basa a Esquèrra +item.banner.square_bottom_right.cyan=Canton Cian en Basa a Esquèrra +item.banner.square_bottom_right.gray=Canton Gris en Basa a Esquèrra +item.banner.square_bottom_right.green=Canton Verd en Basa a Esquèrra +item.banner.square_bottom_right.lightBlue=Canton Blau Clar en Basa a Esquèrra +item.banner.square_bottom_right.lime=Canton Lima en Basa a Esquèrra +item.banner.square_bottom_right.magenta=Canton Magenta en Basa a Esquèrra +item.banner.square_bottom_right.orange=Canton Irange en Basa a Esquèrra +item.banner.square_bottom_right.pink=Canton Ròse en Basa a Esquèrra +item.banner.square_bottom_right.purple=Canton Violet en Basa a Esquèrra +item.banner.square_bottom_right.red=Canton Roge en Basa a Esquèrra +item.banner.square_bottom_right.silver=Canton Gris Clar en Basa a Esquèrra +item.banner.square_bottom_right.white=Canton Blanc en Basa a Esquèrra +item.banner.square_bottom_right.yellow=Canton Auriòl en Basa a Esquèrra +item.banner.square_top_left.black=Canton Negre en Cap a Drecha +item.banner.square_top_left.blue=Canton Blau en Cap a Drecha +item.banner.square_top_left.brown=Canton Brun en Cap a Drecha +item.banner.square_top_left.cyan=Canton Cian en Cap a Drecha +item.banner.square_top_left.gray=Canton Gris en Cap a Drecha +item.banner.square_top_left.green=Canton Verd en Cap a Drecha +item.banner.square_top_left.lightBlue=Canton Blau Clar en Cap a Drecha +item.banner.square_top_left.lime=Canton Lima en Cap a Drecha +item.banner.square_top_left.magenta=Canton Magenta en Cap a Drecha +item.banner.square_top_left.orange=Canton Irange en Cap a Drecha +item.banner.square_top_left.pink=Canton Ròse en Cap a Drecha +item.banner.square_top_left.purple=Canton Violet en Cap a Drecha +item.banner.square_top_left.red=Canton Roge en Cap a Drecha +item.banner.square_top_left.silver=Canton Gris Clar en Cap a Drecha +item.banner.square_top_left.white=Canton Blanc en Cap a Drecha +item.banner.square_top_left.yellow=Canton Auriòl en Cap a Drecha +item.banner.square_top_right.black=Canton Negre en Cap a Esquèrra +item.banner.square_top_right.blue=Canton Blau en Cap a Esquèrra +item.banner.square_top_right.brown=Canton Brun en Cap a Esquèrra +item.banner.square_top_right.cyan=Canton Cian en Cap a Esquèrra +item.banner.square_top_right.gray=Canton Gris en Cap a Esquèrra +item.banner.square_top_right.green=Canton Verd en Cap a Esquèrra +item.banner.square_top_right.lightBlue=Canton Blau Clar en Cap a Esquèrra +item.banner.square_top_right.lime=Canton Lima en Cap a Esquèrra +item.banner.square_top_right.magenta=Canton Magenta en Cap a Esquèrra +item.banner.square_top_right.orange=Canton Irange en Cap a Esquèrra +item.banner.square_top_right.pink=Canton Ròse en Cap a Esquèrra +item.banner.square_top_right.purple=Canton Violet en Cap a Esquèrra +item.banner.square_top_right.red=Canton Roge en Cap a Esquèrra +item.banner.square_top_right.silver=Canton Gris Clar en Cap a Esquèrra +item.banner.square_top_right.white=Canton Blanc en Cap a Esquèrra +item.banner.square_top_right.yellow=Canton Auriòl en Cap a Esquèrra +item.banner.straight_cross.black=Crotz Negra +item.banner.straight_cross.blue=Crotz Blava +item.banner.straight_cross.brown=Crotz Bruna +item.banner.straight_cross.cyan=Crotz Cian +item.banner.straight_cross.gray=Crotz Grisa +item.banner.straight_cross.green=Crotz Verda +item.banner.straight_cross.lightBlue=Crotz Blau Clar +item.banner.straight_cross.lime=Crotz Lima +item.banner.straight_cross.magenta=Crotz Magenta +item.banner.straight_cross.orange=Crotz Iranja +item.banner.straight_cross.pink=Crotz Ròsa +item.banner.straight_cross.purple=Crotz Violeta +item.banner.straight_cross.red=Crotz Roja +item.banner.straight_cross.silver=Crotz Gris Clar +item.banner.straight_cross.white=Crotz Blanca +item.banner.straight_cross.yellow=Crotz Auriòla +item.banner.stripe_bottom.black=Fàscia Negra en Basa +item.banner.stripe_bottom.blue=Fàscia Blava en Basa +item.banner.stripe_bottom.brown=Fàscia Bruna en Basa +item.banner.stripe_bottom.cyan=Fàscia Cian en Basa +item.banner.stripe_bottom.gray=Fàscia Grisa en Basa +item.banner.stripe_bottom.green=Fàscia Verda en Basa +item.banner.stripe_bottom.lightBlue=Fàscia Blava en Basa +item.banner.stripe_bottom.lime=Fàscia Lima en Basa +item.banner.stripe_bottom.magenta=Fàscia Magenta en Basa +item.banner.stripe_bottom.orange=Fàscia Iranja en Basa +item.banner.stripe_bottom.pink=Fàscia Ròsa en Basa +item.banner.stripe_bottom.purple=Fàscia Violeta en Basa +item.banner.stripe_bottom.red=Fàscia Roja en Basa +item.banner.stripe_bottom.silver=Fàscia Gris Clar en Basa +item.banner.stripe_bottom.white=Fàscia Blanca en Basa +item.banner.stripe_bottom.yellow=Fàscia Auriòla en Basa +item.banner.stripe_center.black=Pal Negre +item.banner.stripe_center.blue=Pal Blau +item.banner.stripe_center.brown=Pal Brun +item.banner.stripe_center.cyan=Pal Cian +item.banner.stripe_center.gray=Pal Gris +item.banner.stripe_center.green=Pal Verd +item.banner.stripe_center.lightBlue=Pal Blau Clar +item.banner.stripe_center.lime=Pal Lima +item.banner.stripe_center.magenta=Pal Magenta +item.banner.stripe_center.orange=Pal Irange +item.banner.stripe_center.pink=Pal Ròse +item.banner.stripe_center.purple=Pal Violet +item.banner.stripe_center.red=Pal Roge +item.banner.stripe_center.silver=Pal Gris Clar +item.banner.stripe_center.white=Pal Blanc +item.banner.stripe_center.yellow=Pal Auriòl +item.banner.stripe_downleft.black=Benda Negra a Esquèrra +item.banner.stripe_downleft.blue=Benda Blava a Esquèrra +item.banner.stripe_downleft.brown=Benda Bruna a Esquèrra +item.banner.stripe_downleft.cyan=Benda Cian a Esquèrra +item.banner.stripe_downleft.gray=Benda Grisa a Esquèrra +item.banner.stripe_downleft.green=Benda Verda a Esquèrra +item.banner.stripe_downleft.lightBlue=Benda Blau Clar a Esquèrra +item.banner.stripe_downleft.lime=Benda Lima a Esquèrra +item.banner.stripe_downleft.magenta=Benda Magenta a Esquèrra +item.banner.stripe_downleft.orange=Benda Iranja a Esquèrra +item.banner.stripe_downleft.pink=Benda Ròsa a Esquèrra +item.banner.stripe_downleft.purple=Benda Violeta a Esquèrra +item.banner.stripe_downleft.red=Benda Roja a Esquèrra +item.banner.stripe_downleft.silver=Benda Gris Clar a Esquèrra +item.banner.stripe_downleft.white=Benda Blanca a Esquèrra +item.banner.stripe_downleft.yellow=Benda Auriòla a Esquèrra +item.banner.stripe_downright.black=Benda Negra +item.banner.stripe_downright.blue=Benda Blava +item.banner.stripe_downright.brown=Benda Bruna +item.banner.stripe_downright.cyan=Benda Cian +item.banner.stripe_downright.gray=Benda Grisa +item.banner.stripe_downright.green=Benda Verda +item.banner.stripe_downright.lightBlue=Benda Blau Clar +item.banner.stripe_downright.lime=Benda Lima +item.banner.stripe_downright.magenta=Benda Magenta +item.banner.stripe_downright.orange=Benda Iranja +item.banner.stripe_downright.pink=Benda Ròsa +item.banner.stripe_downright.purple=Benda Violeta +item.banner.stripe_downright.red=Benda Roja +item.banner.stripe_downright.silver=Benda Gris Clar +item.banner.stripe_downright.white=Benda Blanca +item.banner.stripe_downright.yellow=Benda Auriòla +item.banner.stripe_left.black=Pal Negre a Drecha +item.banner.stripe_left.blue=Pal Blau a Drecha +item.banner.stripe_left.brown=Pal Brun a Drecha +item.banner.stripe_left.cyan=Pal Cian a Drecha +item.banner.stripe_left.gray=Pal Gris a Drecha +item.banner.stripe_left.green=Pal Verd a Drecha +item.banner.stripe_left.lightBlue=Pal Blau Clar a Drecha +item.banner.stripe_left.lime=Pal Lima a Drecha +item.banner.stripe_left.magenta=Pal Magenta a Drecha +item.banner.stripe_left.orange=Pal Irange a Drecha +item.banner.stripe_left.pink=Pal Ròse a Drecha +item.banner.stripe_left.purple=Pal Violet a Drecha +item.banner.stripe_left.red=Pal Roge a Drecha +item.banner.stripe_left.silver=Pal Gris Clar a Drecha +item.banner.stripe_left.white=Pal Blanc a Drecha +item.banner.stripe_left.yellow=Pal Auriòl a Drecha +item.banner.stripe_middle.black=Fàscia Negra +item.banner.stripe_middle.blue=Fàscia Blava +item.banner.stripe_middle.brown=Fàscia Bruna +item.banner.stripe_middle.cyan=Fàscia Cian +item.banner.stripe_middle.gray=Fàscia Grisa +item.banner.stripe_middle.green=Fàscia Verda +item.banner.stripe_middle.lightBlue=Fàscia Blau Clar +item.banner.stripe_middle.lime=Fàscia Lima +item.banner.stripe_middle.magenta=Fàscia Magenta +item.banner.stripe_middle.orange=Fàscia Iranja +item.banner.stripe_middle.pink=Fàscia Ròsa +item.banner.stripe_middle.purple=Fàscia Violeta +item.banner.stripe_middle.red=Fàscia Roja +item.banner.stripe_middle.silver=Fàscia Gris Clar +item.banner.stripe_middle.white=Fàscia Blanca +item.banner.stripe_middle.yellow=Fàscia Auriòla +item.banner.stripe_right.black=Pal Negre a Esquèrra +item.banner.stripe_right.blue=Pal Blau a Esquèrra +item.banner.stripe_right.brown=Pal Brun a Esquèrra +item.banner.stripe_right.cyan=Pal Cian a Esquèrra +item.banner.stripe_right.gray=Pal Gris a Esquèrra +item.banner.stripe_right.green=Pal Verd a Esquèrra +item.banner.stripe_right.lightBlue=Pal Blau Clar a Esquèrra +item.banner.stripe_right.lime=Pal Lima a Esquèrra +item.banner.stripe_right.magenta=Pal Magenta a Esquèrra +item.banner.stripe_right.orange=Pal Irange a Esquèrra +item.banner.stripe_right.pink=Pal Ròse a Esquèrra +item.banner.stripe_right.purple=Pal Violet a Esquèrra +item.banner.stripe_right.red=Pal Roge a Esquèrra +item.banner.stripe_right.silver=Pal Gris Clar a Esquèrra +item.banner.stripe_right.white=Pal Blanc a Esquèrra +item.banner.stripe_right.yellow=Pal Auriòl a Esquèrra +item.banner.stripe_top.black=Fàscia Negra en Cap +item.banner.stripe_top.blue=Fàscia Blava en Cap +item.banner.stripe_top.brown=Fàscia Bruna en Cap +item.banner.stripe_top.cyan=Fàscia Cian en Cap +item.banner.stripe_top.gray=Fàscia Grisa en Cap +item.banner.stripe_top.green=Fàscia Verda en Cap +item.banner.stripe_top.lightBlue=Fàscia Blau Clar en Cap +item.banner.stripe_top.lime=Fàscia Lima en Cap +item.banner.stripe_top.magenta=Fàscia Magenta en Cap +item.banner.stripe_top.orange=Fàscia Iranja en Cap +item.banner.stripe_top.pink=Fàscia Ròsa en Cap +item.banner.stripe_top.purple=Fàscia Violeta en Cap +item.banner.stripe_top.red=Fàscia Roja en Cap +item.banner.stripe_top.silver=Fàscia Grisa Clar en Cap +item.banner.stripe_top.white=Fàscia Blanca en Cap +item.banner.stripe_top.yellow=Fàscia Auriòla en Cap +item.banner.triangle_bottom.black=Cabiron Negre +item.banner.triangle_bottom.blue=Cabiron Blau +item.banner.triangle_bottom.brown=Cabiron Brun +item.banner.triangle_bottom.cyan=Cabiron Cian +item.banner.triangle_bottom.gray=Cabiron Gris +item.banner.triangle_bottom.green=Cabiron Verd +item.banner.triangle_bottom.lightBlue=Cabiron Gris Clar +item.banner.triangle_bottom.lime=Cabiron Lima +item.banner.triangle_bottom.magenta=Cabiron Magenta +item.banner.triangle_bottom.orange=Cabiron Irange +item.banner.triangle_bottom.pink=Cabiron Ròse +item.banner.triangle_bottom.purple=Cabiron Violet +item.banner.triangle_bottom.red=Cabiron Roge +item.banner.triangle_bottom.silver=Cabiron Gris Clar +item.banner.triangle_bottom.white=Cabiron Blanc +item.banner.triangle_bottom.yellow=Cabiron Auriòl +item.banner.triangle_top.black=Cabiron Inversat Negre +item.banner.triangle_top.blue=Cabiron Inversat Blau +item.banner.triangle_top.brown=Cabiron Inversat Brun +item.banner.triangle_top.cyan=Cabiron Inversat Cian +item.banner.triangle_top.gray=Cabiron Inversat Gris +item.banner.triangle_top.green=Cabiron Inversat Verd +item.banner.triangle_top.lightBlue=Cabiron Inversat Blau Clar +item.banner.triangle_top.lime=Cabiron Inversat Lima +item.banner.triangle_top.magenta=Cabiron Inversat Magenta +item.banner.triangle_top.orange=Cabiron Inversat Irange +item.banner.triangle_top.pink=Cabiron Inversat Ròse +item.banner.triangle_top.purple=Cabiron Inversat Violet +item.banner.triangle_top.red=Cabiron Inversat Roge +item.banner.triangle_top.silver=Cabiron Inversat Gris Clar +item.banner.triangle_top.white=Cabiron Inversat Blanc +item.banner.triangle_top.yellow=Cabiron Inversat Auriòl +item.banner.triangles_bottom.black=Poncha Negra Dentelada +item.banner.triangles_bottom.blue=Poncha Blava Dentelada +item.banner.triangles_bottom.brown=Poncha Bruna Dentelada +item.banner.triangles_bottom.cyan=Poncha Cian Dentelada +item.banner.triangles_bottom.gray=Poncha Grisa Dentelada +item.banner.triangles_bottom.green=Poncha Verda Dentelada +item.banner.triangles_bottom.lightBlue=Poncha Blau Clar Dentelada +item.banner.triangles_bottom.lime=Poncha Lima Dentelada +item.banner.triangles_bottom.magenta=Poncha Magenta Dentelada +item.banner.triangles_bottom.orange=Poncha Iranja Dentelada +item.banner.triangles_bottom.pink=Poncha Ròsa Dentelada +item.banner.triangles_bottom.purple=Poncha Violeta Dentelada +item.banner.triangles_bottom.red=Poncha Roja Dentelada +item.banner.triangles_bottom.silver=Poncha Gris Clar Dentelada +item.banner.triangles_bottom.white=Poncha Blanc Dentelada +item.banner.triangles_bottom.yellow=Poncha Auriòla Dentelada +item.banner.triangles_top.black=Cap Negre Dentelat +item.banner.triangles_top.blue=Cap Blau Dentelat +item.banner.triangles_top.brown=Cap Brun Dentelat +item.banner.triangles_top.cyan=Cap Cian Dentelat +item.banner.triangles_top.gray=Cap Gris Dentelat +item.banner.triangles_top.green=Cap Verd Dentelat +item.banner.triangles_top.lightBlue=Cap Blau Clar Dentelat +item.banner.triangles_top.lime=Cap Lima Dentelat +item.banner.triangles_top.magenta=Cap Magenta Dentelat +item.banner.triangles_top.orange=Cap Irange Dentelat +item.banner.triangles_top.pink=Cap Ròse Dentelat +item.banner.triangles_top.purple=Cap Violet Dentelat +item.banner.triangles_top.red=Cap Roge Dentelat +item.banner.triangles_top.silver=Cap Gris Clar Dentelat +item.banner.triangles_top.white=Cap Blanc Dentelat +item.banner.triangles_top.yellow=Cap Auriòl Dentelat +item.banner.white.name=Bandièra Blanca +item.banner.yellow.name=Bandièra Auriòla +item.bed.name=Lièch +item.beefCooked.name=Bistèc +item.beefRaw.name=Buòu Crus +item.blazePowder.name=Polsa de Blaze +item.blazeRod.name=Baston de Blaze +item.boat.name=Batèl +item.bone.name=Ã’s +item.book.name=Libre +item.bootsChain.name=Bòtas en Malhas +item.bootsCloth.name=Bòtas en Cuèr +item.bootsDiamond.name=Bòtas en Diamant +item.bootsGold.name=Bòtas en Aur +item.bootsIron.name=Bòtas en Fèrre +item.bow.name=Arc +item.bowl.name=Bòl +item.bread.name=Pan +item.brewingStand.name=Alambic +item.brick.name=Brica +item.bucket.name=Ferrat +item.bucketLava.name=Ferrat de Lava +item.bucketWater.name=Ferrat d'Aiga +item.cake.name=Pastís +item.canBreak=Pòt deroïr: +item.canPlace=Pòt èsser plaçat sus: +item.carrotGolden.name=Pastenaga Daurada +item.carrotOnAStick.name=Pastenaga sus un Baston +item.carrots.name=Pastenaga +item.cauldron.name=Pairòla +item.charcoal.name=Carbon de Fusta +item.chestplateChain.name=Plastron en Malhas +item.chestplateCloth.name=Tunica en Cuèr +item.chestplateDiamond.name=Plastron en Diamant +item.chestplateGold.name=Plastron en Aur +item.chestplateIron.name=Plastron en Fèrre +item.chickenCooked.name=Gal Cuèch +item.chickenRaw.name=Gal Crus +item.clay.name=Argila +item.clock.name=Relòtge +item.coal.name=Carbon +item.comparator.name=Comparador Redstone +item.compass.name=Compàs +item.cookie.name=Coqueta +item.diamond.name=Diamant +item.diode.name=Repetidor Redstone +item.doorAcacia.name=Pòrta de Cacièr +item.doorBirch.name=Pòrta de Beç +item.doorDarkOak.name=Pòrta d'Euse Escur +item.doorIron.name=Pòrta de Fèrre +item.doorJungle.name=Pòrta de Fusta de Jungla +item.doorOak.name=Pòrta d'Euse +item.doorSpruce.name=Pòrta d'Avet +item.dyePowder.black.name=Sac de Tencha +item.dyePowder.blue.name=Lapis Lazuli +item.dyePowder.brown.name=Cacau +item.dyePowder.cyan.name=Tenchura Cian +item.dyePowder.gray.name=Tenchura Grisa +item.dyePowder.green.name=Verd Cactus +item.dyePowder.lightBlue.name=Tenchura Blau Clar +item.dyePowder.lime.name=Tenchura Lima +item.dyePowder.magenta.name=Tenchura Magenta +item.dyePowder.orange.name=Tenchura Iranja +item.dyePowder.pink.name=Tenchura Ròsa +item.dyePowder.purple.name=Tenchura Violeta +item.dyePowder.red.name=Roge de Ròsa +item.dyePowder.silver.name=Tenchura Gris Clar +item.dyePowder.white.name=Polsa d'Ã’s +item.dyePowder.yellow.name=Jaune Pissalach +item.dyed=Tenchura +item.egg.name=Uòu +item.emerald.name=Esmerauda +item.emptyMap.name=Mapa Verge +item.emptyPotion.name=Botelhon d'Aiga +item.enchantedBook.name=Libre Encantat +item.enderPearl.name=Pèrla de l'End +item.expBottle.name=Botelhon d'Experiéncia +item.eyeOfEnder.name=Uèlh d'Ender +item.feather.name=Pluma +item.fermentedSpiderEye.name=Uèlh d'Aranha Fermentat +item.fireball.name=Pelòta de Fuòc +item.fireworks.flight=Temps de vòl: +item.fireworks.name=Fuòc d'Artifici +item.fireworksCharge.black=Negre +item.fireworksCharge.blue=Blau +item.fireworksCharge.brown=Brun +item.fireworksCharge.customColor=Personalizat +item.fireworksCharge.cyan=Cian +item.fireworksCharge.fadeTo=Fondut en +item.fireworksCharge.flicker=Belugas +item.fireworksCharge.gray=Gris +item.fireworksCharge.green=Verde +item.fireworksCharge.lightBlue=Blau clar +item.fireworksCharge.lime=Lima +item.fireworksCharge.magenta=Magenta +item.fireworksCharge.name=Estela de Fuòc d'Artifici +item.fireworksCharge.orange=Irange +item.fireworksCharge.pink=Ròse +item.fireworksCharge.purple=Violet +item.fireworksCharge.red=Roge +item.fireworksCharge.silver=Gris clar +item.fireworksCharge.trail=Traïnadas +item.fireworksCharge.type=Fòrma Desconeguda +item.fireworksCharge.type.0=Bòla Pichona +item.fireworksCharge.type.1=Bòla Granda +item.fireworksCharge.type.2=En fòrma d'estela +item.fireworksCharge.type.3=En fòrma de Creeper +item.fireworksCharge.type.4=Espetar +item.fireworksCharge.white=Blanc +item.fireworksCharge.yellow=Jaune +item.fish.clownfish.raw.name=Peis-Palhassa +item.fish.cod.cooked.name=Peis Cuèch +item.fish.cod.raw.name=Peis Crus +item.fish.pufferfish.raw.name=Peis-Glòbe +item.fish.salmon.cooked.name=Salmon Cuèch +item.fish.salmon.raw.name=Salmon Crus +item.fishingRod.name=Cana de Pesca +item.flint.name=Frejal +item.flintAndSteel.name=Batifuòc +item.flowerPot.name=Topin +item.frame.name=Quadre +item.ghastTear.name=Lagrema de Ghast +item.glassBottle.name=Botelhon +item.goldNugget.name=Bocinet d'Aur +item.hatchetDiamond.name=Pigassa en Diamant +item.hatchetGold.name=Pigassa en Aur +item.hatchetIron.name=Pigassa en Fèrre +item.hatchetStone.name=Pigassa en Pèira +item.hatchetWood.name=Pigassa en Fusta +item.helmetChain.name=Casco en Malhas +item.helmetCloth.name=Capèl en Cuèr +item.helmetDiamond.name=Casco en Diamant +item.helmetGold.name=Casco en Aur +item.helmetIron.name=Casco en Fèrre +item.hoeDiamond.name=Bigòs en Diamant +item.hoeGold.name=Bigòs en Aur +item.hoeIron.name=Bigòs en Fèrre +item.hoeStone.name=Bigòs en Pèira +item.hoeWood.name=Bigòs en Fusta +item.horsearmordiamond.name=Armadura en Diamant per Caval +item.horsearmorgold.name=Armadura en Aur per Caval +item.horsearmormetal.name=Armadura en Fèrre per Caval +item.ingotGold.name=Lingòt d'Aur +item.ingotIron.name=Lingòt de Fèrre +item.leash.name=Laç +item.leather.name=Cuèr +item.leaves.name=Fuèlhas +item.leggingsChain.name=Cambièras en Malhas +item.leggingsCloth.name=Braias en Cuèr +item.leggingsDiamond.name=Cambièras en Diamant +item.leggingsGold.name=Cambièras en Aur +item.leggingsIron.name=Cambièras en Fèrre +item.magmaCream.name=Crèma de Magma +item.map.name=Mapa +item.melon.name=Melon d'Aiga +item.milk.name=Lach +item.minecart.name=Vagonet +item.minecartChest.name=Vagonet amb un Còfre +item.minecartCommandBlock.name=Vagonet amb Blòc de Comanda +item.minecartFurnace.name=Vagonet amb un Forn +item.minecartHopper.name=Vagonet amb un Embut +item.minecartTnt.name=Vagonet amb de TNT +item.monsterPlacer.name=Generar un(a) +item.mushroomStew.name=Sopa de Campairòl +item.muttonCooked.name=Moton Cuèch +item.muttonRaw.name=Moton Crus +item.nameTag.name=Etiqueta +item.netherStalkSeeds.name=Verruga del Nether +item.netherStar.name=Estela del Nether +item.netherbrick.name=Brica del Nether +item.netherquartz.name=Qüars del Nether +item.painting.name=Pintura +item.paper.name=Papièr +item.pickaxeDiamond.name=Trenca en Diamant +item.pickaxeGold.name=Trenca en Aur +item.pickaxeIron.name=Trenca en Fèrre +item.pickaxeStone.name=Trenca en Pèira +item.pickaxeWood.name=Trenca en Fusta +item.porkchopCooked.name=Pòrc Cuèch +item.porkchopRaw.name=Pòrc Crus +item.potato.name=Patana +item.potatoBaked.name=Patana Cuècha +item.potatoPoisonous.name=Patana Empoisonada +item.potion.name=Pocion +item.prismarineCrystals.name=Cristals de Prismarina +item.prismarineShard.name=Tròç de Prismarina +item.pumpkinPie.name=Tarta de Coja +item.rabbitCooked.name=Conilh Cuèch +item.rabbitFoot.name=Pauta de Conilh +item.rabbitHide.name=Pèl de Conilh +item.rabbitRaw.name=Conilh Crus +item.rabbitStew.name=Fricòt de Conilh +item.record.11.desc=C418 - 11 +item.record.13.desc=C418 - 13 +item.record.blocks.desc=C418 - blocks +item.record.cat.desc=C418 - cat +item.record.chirp.desc=C418 - chirp +item.record.far.desc=C418 - far +item.record.mall.desc=C418 - mall +item.record.mellohi.desc=C418 - mellohi +item.record.name=Disc de Musica +item.record.stal.desc=C418 - stal +item.record.strad.desc=C418 - strad +item.record.wait.desc=C418 - wait +item.record.ward.desc=C418 - ward +item.redstone.name=Redstone +item.reeds.name=Cana de Sucre +item.rottenFlesh.name=Carn Poirida +item.ruby.name=Rubís +item.saddle.name=Sèla +item.seeds.name=Granas +item.seeds_melon.name=Granas de Melon d'Aiga +item.seeds_pumpkin.name=Granas de Coja +item.shears.name=Cisalhas +item.shovelDiamond.name=Pala en Diamant +item.shovelGold.name=Pala en Aur +item.shovelIron.name=Pala en Fèrre +item.shovelStone.name=Pala en Pèira +item.shovelWood.name=Pala en Fusta +item.sign.name=Plancarda +item.skull.char.name=Cap +item.skull.creeper.name=Cap de Creeper +item.skull.player.name=Cap de %s +item.skull.skeleton.name=Cran d'Esqueleta +item.skull.wither.name=Cran d'Esqueleta Wither +item.skull.zombie.name=Cap de Zombi +item.slimeball.name=Pelòta Vescosa +item.snowball.name=Pelòta de Nèu +item.speckledMelon.name=Melon d'Aiga Lusent +item.spiderEye.name=Uèlh d'Aranha +item.stick.name=Baston +item.string.name=Fial +item.sugar.name=Sucre +item.sulphur.name=Polsa de Canon +item.swordDiamond.name=Espasa en Diamant +item.swordGold.name=Espasa en Aur +item.swordIron.name=Espasa en Fèrre +item.swordStone.name=Espasa en Pèira +item.swordWood.name=Espasa en Fusta +item.unbreakable=Intrencable +item.wheat.name=Blat +item.writingBook.name=Libre e Pluma +item.writtenBook.name=Libre Escrich +item.yellowDust.name=Polsa de Pèira Luminosa +itemGroup.brewing=Pocions +itemGroup.buildingBlocks=Blòcs de Construccion +itemGroup.combat=Combat +itemGroup.decorations=Blòcs de Decoracion +itemGroup.food=Noiridura +itemGroup.inventory=Inventari del mòde subrevida +itemGroup.materials=Materials +itemGroup.misc=Divèrses +itemGroup.redstone=Redstone +itemGroup.search=Recercar d'Objèctes +itemGroup.tools=Aisinas +itemGroup.transportation=Transpòrt +key.attack=Atacar/Destrusir +key.back=Caminar Endarrièr +key.categories.gameplay=Jogabilitat +key.categories.inventory=Inventari +key.categories.misc=Divèrs +key.categories.movement=Movement +key.categories.multiplayer=Multijogaire +key.categories.stream=Emission +key.categories.ui=Interfàcia del Jòc +key.chat=Dobrir lo Chat +key.command=Dobrir la Comanda +key.drop=Escampar un Objècte +key.forward=Caminar Tot Drech +key.fullscreen=(Des)activar Plen Fenestron +key.hotbar.1=Accès Rapid 1 +key.hotbar.2=Accès Rapid 2 +key.hotbar.3=Accès Rapid 3 +key.hotbar.4=Accès Rapid 4 +key.hotbar.5=Accès Rapid 5 +key.hotbar.6=Accès Rapid 6 +key.hotbar.7=Accès Rapid 7 +key.hotbar.8=Accès Rapid 8 +key.hotbar.9=Accès Rapid 9 +key.inventory=Inventari +key.jump=Sautar +key.left=Se Desplaçar a Esquèrra +key.mouseButton=Boton %1$s +key.pickItem=Causir un Blòc +key.playerlist=Tièira dels Jogaires +key.right=Se Desplaçar a Drecha +key.screenshot=Captura d'Ecran +key.smoothCamera=Activar/Desactivar lo mòde cimematic per la camèra +key.sneak=S'agrovar +key.spectatorOutlines=Metre en Evidéncia los Jogaires (Espectators) +key.sprint=Córrer +key.streamCommercial=Mostrar las Publicitats +key.streamPauseUnpause=Pausar/Reprene l'Emission +key.streamStartStop=Iniciar/Amorçar l'Emission +key.streamToggleMic=Apiejar Per Parlar/Amudir +key.togglePerspective=Cambiar Perspectiva +key.use=Emplegar un Objècte/Pausar un Blòc +lanServer.otherPlayers=Opcions pels autres jogaires +lanServer.scanning=Recèrca de partidas sus vòstra ret locala +lanServer.start=Començar un mond LAN +lanServer.title=Mond LAN +language.code=oc_FR +language.name=Occitan +language.region=Occitània +mcoServer.title=Monde en linha de Minecraft +menu.convertingLevel=Convertiment del mond +menu.disconnect=Se Desconnectar +menu.game=Menut del jòc +menu.generatingLevel=Generacion del mond +menu.generatingTerrain=Generacion del terren +menu.loadingLevel=Cargament del mond +menu.multiplayer=Multijogaire +menu.online=Reialmes Minecraft +menu.options=Opcions... +menu.playdemo=Jogar sul monde de demonstracion +menu.quit=Quitar lo jòc +menu.resetdemo=Tornar començar lo mond de demonstracion +menu.respawning=Reaparicion +menu.returnToGame=Tornar al jòc +menu.returnToMenu=Salvagardar e Tornar al Menut Principal +menu.shareToLan=Dobrir al LAN +menu.simulating=Simulacion del mond +menu.singleplayer=Un Jogaire +menu.switchingLevel=Cambiament de mond +merchant.deprecated=Escambiatz quicòm mai per desvarrolhar! +mount.onboard=Apiejatz sus %1$s per davalar +multiplayer.connect=Se Connectar +multiplayer.downloadingStats=Telecargament dels estatisticas e dels capitadas... +multiplayer.downloadingTerrain=Telecargament del terren +multiplayer.info1=Minecraft en Multijogaire es pas encara acabat, mas +multiplayer.info2=i a de primièrs ensages comols de bugs que son a èsser faches. +multiplayer.ipinfo=Dintrar l'IP d'un servidor per vos i connectar: +multiplayer.player.joined=%s a jongut lo jòc +multiplayer.player.joined.renamed=%s (ancianament conegut/da jol nom de %s) a jonch lo jòc +multiplayer.player.left=%s a quitat lo jòc +multiplayer.stopSleeping=Sortir del lièch +multiplayer.texturePrompt.line1=Aqueste servidor recomanda l'emplec d'un paquet de teissuras personalizat. +multiplayer.texturePrompt.line2=Lo volètz telecargar e l'installar automagicament? +multiplayer.title=Jogar en Multijogaire +options.advancedButton=Paramètres Vidèo Avançats... +options.advancedOpengl=OpenGL Avançat +options.advancedVideoTitle=Paramètres Vidèo Avançats +options.anaglyph=Vision 3D +options.ao=Esclairatge Suau +options.ao.max=Maximom +options.ao.min=Minimom +options.ao.off=Desactivar +options.blockAlternatives=Blòcs Alternatius +options.chat.color=Colors +options.chat.height.focused=Nautor Centrada +options.chat.height.unfocused=Nautor Trebola +options.chat.links=Ligams Web +options.chat.links.prompt=Avisar abans d'obrir un ligam +options.chat.opacity=Opacitat +options.chat.scale=Escala +options.chat.title=Opcions del chat... +options.chat.visibility=Chat +options.chat.visibility.full=Vesible +options.chat.visibility.hidden=Amagat +options.chat.visibility.system=Solament las comandas +options.chat.width=Largor +options.controls=Contraròtles... +options.customizeTitle=Personalizar los Paramètres de monde +options.difficulty=Dificultat +options.difficulty.easy=Aisida +options.difficulty.hard=Malaisida +options.difficulty.hardcore=Extrèma +options.difficulty.normal=Normala +options.difficulty.peaceful=Pacifica +options.farWarning1=Una version 64 bits de Java es recomandada +options.farWarning2=per una distància d'afichatge "Granda" (avètz una version 32 bits) +options.fboEnable=Activar FBOs +options.forceUnicodeFont=Forçar la Poliça Unicode +options.fov=Camp de Vision +options.fov.max=Quake Pro +options.fov.min=Normal +options.framerateLimit=Maximom d'imatges per segonda +options.framerateLimit.max=Illimitat +options.fullscreen=Plen Fenestron +options.gamma=Luminositat +options.gamma.max=Luminós +options.gamma.min=Escur +options.graphics=Grafics +options.graphics.fancy=Detalhats +options.graphics.fast=Rapides +options.guiScale=Talha de l'interfàcia +options.guiScale.auto=Automatica +options.guiScale.large=Granda +options.guiScale.normal=Normala +options.guiScale.small=Pichona +options.hidden=Amagat +options.invertMouse=Inversar la Mirga +options.language=Lenga... +options.languageWarning=Las reviradas pòdon èsser pas fisablas a 100%% +options.mipmapLevels=Nivèls de Mipmap +options.modelPart.cape=Capa +options.modelPart.hat=Capèl +options.modelPart.jacket=Gileta +options.modelPart.left_pants_leg=Bràia Esquèrra +options.modelPart.left_sleeve=Marga Esquèrra +options.modelPart.right_pants_leg=Bràia Drecha +options.modelPart.right_sleeve=Marga Drecha +options.multiplayer.title=Opcions Multijogaire... +options.music=Musica +options.off=Desactivat +options.on=Activat +options.particles=Particulas +options.particles.all=Totas +options.particles.decreased=Redusidas +options.particles.minimal=Minimalas +options.performanceButton=Paramètres de Performança Vidèo... +options.performanceVideoTitle=Paramètres de Performança Vidèo +options.postButton=Paramètres de Pòsttractament... +options.postProcessEnable=Activar lo pòsttractament +options.postVideoTitle=Paramètres de Pòsttractament +options.qualityButton=Paramètres de Qualitat Vidèo... +options.qualityVideoTitle=Paramètres de Qualitat Vidèo +options.reducedDebugInfo=Informacions de debugatge reduchas +options.renderClouds=Nívols +options.renderDistance=Distància d'Afichatge +options.renderDistance.far=Granda +options.renderDistance.normal=Normala +options.renderDistance.short=Corta +options.renderDistance.tiny=Pichoneta +options.resourcepack=Paquets de Ressorsa... +options.saturation=Saturacion +options.sensitivity=Sensitivitat +options.sensitivity.max=IPER-VELOCITAT!!! +options.sensitivity.min=*badalh* +options.skinCustomisation=Personalizacion de l'Aspècte... +options.skinCustomisation.title=Personalizacion de l'Aspècte +options.snooper=Permetre lo mandadís d'informacions +options.snooper.desc=Volèm collectar d'informacions sus vòstra maquina per nos ajudar de melhorar Minecraft, en sabent cossí ajudar e ont sont los problèmas mai grands. Totas las informacions sont confidencialas e vesiblas çai-jos. Prometèm que farem pas res de marrit amb aquelas donadas, mas lo podètz totjorn desactivar s'o volètz! +options.snooper.title=Caracteristicas de la Maquina +options.snooper.view=Paramètres del detector... +options.sound=Son +options.sounds=Musica e Sons... +options.sounds.title=Opcions Musicalas e dels Sons +options.stream=Opcions d'Emission... +options.stream.bytesPerPixel=Qualitat +options.stream.changes=Auretz benlèu de tornar iniciar vòstra emission per que los cambiaments se fagan. +options.stream.chat.enabled=Activar +options.stream.chat.enabled.always=Totjorn +options.stream.chat.enabled.never=Jamai +options.stream.chat.enabled.streaming=Pendent l'Emission +options.stream.chat.title=Opcions de Chat Twitch +options.stream.chat.userFilter=Filtre d'utilizator +options.stream.chat.userFilter.all=Totes los espectators +options.stream.chat.userFilter.mods=Moderadors +options.stream.chat.userFilter.subs=Abonats +options.stream.compression=Compression +options.stream.compression.high=Nauta +options.stream.compression.low=Bassa +options.stream.compression.medium=Mejana +options.stream.estimation=Resolucion estimada: %sx%s +options.stream.fps=Imatges per segonda +options.stream.ingest.reset=Tornar iniciar las preferéncias +options.stream.ingest.title=Servidors d'Emission Twitch +options.stream.ingestSelection=Tièira dels Servidors d'Emission +options.stream.kbps=Largor de benda +options.stream.micToggleBehavior=Apiejar per +options.stream.micVolumne=Volum del Microfòn +options.stream.mic_toggle.mute=Amudir +options.stream.mic_toggle.talk=Parlar +options.stream.sendMetadata=Enviar de metadonada +options.stream.systemVolume=Volum del Sistèma +options.stream.title=Opcions d'Emission sus Twitch +options.title=Opcions +options.touchscreen=Mòde Fenestron Tactil +options.vbo=Emplegar los VBO +options.video=Opcions Vidèo... +options.videoTitle=Opcions Vidèo +options.viewBobbing=Movement de vision +options.visible=Vesible +options.vsync=Emplegar la sincronizacion verticala +potion.absorption=Absorpcion +potion.absorption.postfix=Pocion d'Absorpcion +potion.blindness=Cecitat +potion.blindness.postfix=Pocion de Cecitat +potion.confusion=Soslèu +potion.confusion.postfix=Pocion de Soslèu +potion.damageBoost=Fòrça +potion.damageBoost.postfix=Pocion de Fòrça +potion.digSlowDown=Fatiga per minar +potion.digSlowDown.postfix=Pocion de Fatiga +potion.digSpeed=Preissa +potion.digSpeed.postfix=Pocion de Preissa +potion.effects.whenDrank=Quand Aplicada: +potion.empty=Cap d'Efièch +potion.fireResistance=Resisténcia al Fuòc +potion.fireResistance.postfix=Pocion de Resisténcia al Fuòc +potion.harm=Degalh Instantanèu +potion.harm.postfix=Pocion de Degalh +potion.heal=Suènh Instantanèu +potion.heal.postfix=Pocion de Suènh +potion.healthBoost=Bonus de Santat +potion.healthBoost.postfix=Pocion d'Augmentacion de Vida +potion.hunger=Fam +potion.hunger.postfix=Pocion de Fam +potion.invisibility=Invesibilitat +potion.invisibility.postfix=Pocion d'Invesibilitat +potion.jump=Melhorança dels Sauts +potion.jump.postfix=Pocion de Saut +potion.moveSlowdown=Lentor +potion.moveSlowdown.postfix=Pocion de Lentor +potion.moveSpeed=Velocitat +potion.moveSpeed.postfix=Pocion de Velocitat +potion.nightVision=Vision Nocturna +potion.nightVision.postfix=Pocion de Vision Nocturna +potion.poison=Poison +potion.poison.postfix=Pocion de Poison +potion.potency.1=II +potion.potency.2=III +potion.potency.3=IV +potion.prefix.acrid=Acra +potion.prefix.artless=Simpla +potion.prefix.awkward=Estranha +potion.prefix.bland=Fada +potion.prefix.bulky=Voluptuós +potion.prefix.bungling=Degalhada +potion.prefix.buttered=Burrada +potion.prefix.charming=Agradiva +potion.prefix.clear=Clara +potion.prefix.cordial=Calorosa +potion.prefix.dashing=Galharda +potion.prefix.debonair=Subtila +potion.prefix.diffuse=Difusa +potion.prefix.elegant=Eleganta +potion.prefix.fancy=Complicada +potion.prefix.flat=Planièra +potion.prefix.foul=Infècta +potion.prefix.grenade=Explosiva +potion.prefix.gross=Grossièra +potion.prefix.harsh=Aspra +potion.prefix.milky=Lachosa +potion.prefix.mundane=Banala +potion.prefix.odorless=Inodòra +potion.prefix.potent=Fòrta +potion.prefix.rank=Fetida +potion.prefix.refined=Rafinada +potion.prefix.smooth=Doça +potion.prefix.sparkling=Petonejanta +potion.prefix.stinky=Pudenta +potion.prefix.suave=Suava +potion.prefix.thick=Espessa +potion.prefix.thin=Leugièra +potion.prefix.uninteresting=Ininteressanta +potion.regeneration=Regeneracion +potion.regeneration.postfix=Pocion de Regeneracion +potion.resistance=Resisténcia +potion.resistance.postfix=Pocion de Resisténcia +potion.saturation=Saturacion +potion.saturation.postfix=Pocion de Saturacion +potion.waterBreathing=Respiracion Aqüatica +potion.waterBreathing.postfix=Pocion de Respiracion Aqüatica +potion.weakness=Flaquesa +potion.weakness.postfix=Pocion de Flaquesa +potion.wither=Wither +potion.wither.postfix=Pocion de Poiriment +record.nowPlaying=Lectura en cors: %s +resourcePack.available.title=Paquets de Ressorsa Disponibles +resourcePack.folderInfo=(Plaçar los fichièrs de paquet de ressorsa aicí) +resourcePack.openFolder=Dobrir lo dorsièr de paquet de ressorsa +resourcePack.selected.title=Paquets de Ressorsa Causits +resourcePack.title=Causir de Paquets de Ressorsa +screenshot.failure=Salvagarda de la captura d'ecran impossibla: %s +screenshot.success=Captura d'ecran salvagardada jol nom de %s +selectServer.add=Apondre un Servidor +selectServer.defaultName=Servidor Minecraft +selectServer.delete=Suprimir +selectServer.deleteButton=Suprimir +selectServer.deleteQuestion=Sètz segur que volètz suprimir aqueste servidor? +selectServer.deleteWarning=serà perdut per totjorn! (Fòrça longtemps!) +selectServer.direct=Connexion Dirècta +selectServer.edit=Modificar +selectServer.empty=vuèg +selectServer.hiddenAddress=(Amagada) +selectServer.refresh=Refrescar +selectServer.select=Dintrar dins lo Servidor +selectServer.title=Causir un Servidor +selectWorld.allowCommands=Autorizar la tricha: +selectWorld.allowCommands.info=Comandas coma /gamemode, /xp +selectWorld.bonusItems=Còfre Bonus: +selectWorld.cheats=Trichas +selectWorld.conversion=A d'èsser convertit! +selectWorld.create=Crear un Monde Novèl +selectWorld.createDemo=Jogar a un monde novèl en demonstracion +selectWorld.customizeType=Personalizar +selectWorld.delete=Suprimir +selectWorld.deleteButton=Suprimir +selectWorld.deleteQuestion=Sètz segur que volètz suprimir aqueste mond? +selectWorld.deleteWarning=serà perdut per totjorn! (Fòrça longtemps!) +selectWorld.empty=vuèg +selectWorld.enterName=Nom del mond +selectWorld.enterSeed=Grana pel Generator de Monds +selectWorld.gameMode=Mòde de Jòc +selectWorld.gameMode.adventure=Aventura +selectWorld.gameMode.adventure.line1=Çò meteis que lo mòde subrevida, mas los +selectWorld.gameMode.adventure.line2=blòcs pòdon pas èsser plaçats o destruches +selectWorld.gameMode.creative=Creatiu +selectWorld.gameMode.creative.line1=Ressorsas illimitadas, possibilitat de volar e +selectWorld.gameMode.creative.line2=destruccion de blòcs instantanèa +selectWorld.gameMode.hardcore=Extrèm +selectWorld.gameMode.hardcore.line1=Çò meteis que lo mòde subrevida, blocat a la +selectWorld.gameMode.hardcore.line2=dificultat maximala, e amb una sola vida +selectWorld.gameMode.spectator=Espectator +selectWorld.gameMode.spectator.line1=Pòdes agachar, mas pas tocar +selectWorld.gameMode.survival=Subrevida +selectWorld.gameMode.survival.line1=Cercatz de ressorsas, fabricatz, ganhatz +selectWorld.gameMode.survival.line2=de nivels, santat e fam +selectWorld.hardcoreMode=Extrèm: +selectWorld.hardcoreMode.info=Lo mond serà suprimit quand moriretz +selectWorld.mapFeatures=Generacion d'Estructuras: +selectWorld.mapFeatures.info=Vilatges, donjons, eca +selectWorld.mapType=Mena de Mond: +selectWorld.mapType.normal=Normal +selectWorld.moreWorldOptions=Mai d'Opcions del Mond... +selectWorld.newWorld=Monde Novèl +selectWorld.newWorld.copyOf=Còpia de %s +selectWorld.recreate=Tornar Crear +selectWorld.rename=Tornar Nomenar +selectWorld.renameButton=Tornar Nomenar +selectWorld.renameTitle=Tornar nomenar lo mond +selectWorld.resultFolder=Serà enregistrat dins: +selectWorld.seedInfo=Daissar un espaci blanc per una grana aleatòria +selectWorld.select=Jogar al Mond Causit +selectWorld.title=Causir un mond +selectWorld.world=Mond +sign.edit=Modificar lo tèxte de la plancarda +soundCategory.ambient=Ambient/Environament +soundCategory.block=Blòcs +soundCategory.hostile=Creaturas Ostilas +soundCategory.master=Volum Principal +soundCategory.music=Musica +soundCategory.neutral=Creaturas Amicalas +soundCategory.player=Jogaires +soundCategory.record=Viradisques/Blòcs de nòtas +soundCategory.weather=Temps Atmosferic +stat.animalsBred=Animals Abalits +stat.blocksButton=Blòcs +stat.boatOneCm=Distància en Batèl +stat.breakItem=%1$s copats +stat.climbOneCm=Distància Escalada +stat.craftItem=%1$s fabricats +stat.crafted=Quantitat Fabricada +stat.createWorld=Mondes Creats +stat.crouchOneCm=Distància Percorruda Acocolat +stat.damageDealt=Degalhs Infligits +stat.damageTaken=Degalhs Recebuts +stat.deaths=Nombre de Mòrts +stat.depleted=Quantitat Consumida +stat.diveOneCm=Distància Sotada +stat.drop=Objèctes Escampats +stat.entityKilledBy=%s vos a tuat %s còp(s) +stat.entityKilledBy.none=Sètz pas jamai estat tuat per %s +stat.entityKills=Avètz tuat %s %s +stat.entityKills.none=Avètz pas jamai tuat %s +stat.fallOneCm=Distància Tombada +stat.fishCaught=Peis Pescats +stat.flyOneCm=Distància Volada +stat.generalButton=General +stat.horseOneCm=Distància a Caval +stat.itemsButton=Objèctes +stat.joinMultiplayer=Partidas multijogaire rejonchas +stat.jump=Sauts +stat.junkFished=Degalhs Pescats +stat.leaveGame=Partidas abandonadas +stat.loadWorld=Salvagardas cargadas +stat.mineBlock=%1$s minats +stat.minecartOneCm=Distància en Vagonet +stat.mined=Quantitat Minada +stat.mobKills=Creaturas Tuadas +stat.mobsButton=Creaturas +stat.pigOneCm=Distància a esquina de pòrc +stat.playOneMinute=Minutas Jogadas +stat.playerKills=Jogaires Tuats +stat.sprintOneCm=Distància Corruda +stat.startGame=Partidas jogadas +stat.swimOneCm=Distància Nadada +stat.talkedToVillager=Convèrsa amb los Vilatgeses +stat.timeSinceDeath=Dempuèi la Darrièra Mòrt +stat.tradedWithVillager=Escambis amb los Vilatgeses +stat.treasureFished=Tresaurs Pescats +stat.useItem=%1$s emplegats +stat.used=Nombre d'utilisacion +stat.walkOneCm=Distància Caminada +stats.tooltip.type.achievement=Capitada +stats.tooltip.type.statistic=Estatistica +stream.confirm_start=Sètz segur de voler començar d'emetre en dirècte? +stream.unavailable.account_not_bound=Abans de poder emetre per Twitch, avètz de ligar vòstre compte Twitch sus mojang.com. O volètz far ara? +stream.unavailable.account_not_bound.okay=Ligar los Comptes +stream.unavailable.account_not_migrated=Abans de poder emetre sus Minecraft via Twitch, avètz de migrar vòstre compte Minecraft cap a un compte Mojang. O volètz far ara? +stream.unavailable.account_not_migrated.okay=Migrar lo Compte +stream.unavailable.failed_auth=Meuca d'autentification a Twitch. Se vos plai, anatz sus mojang.com e tornatz ligar vòstre compte Twitch a Mojang. +stream.unavailable.failed_auth.okay=Tornar ligar los Comptes +stream.unavailable.failed_auth_error=Meuca d'autentificacion a Twitch. Tornatz ensajar mai tard. +stream.unavailable.initialization_failure=Impossible d'inicializar lo SDK de Twitch. +stream.unavailable.initialization_failure.extra=(Rason: %s) +stream.unavailable.library_arch_mismatch=La version personalizada de java emplegada per iniciar Minecraft a una arquitectura diferenta de la emplegada per iniciar lo lançador. Se vos plai, asseguratz-vos que son las meteissas, tant 32-bit coma 64-bit. +stream.unavailable.library_failure=Impossible de cargar las bibliotècas necitas per lo servici d'emission Twitch integrat. +stream.unavailable.no_fbo=A vòstra carta vidèo, li cal al mens prene en carga OpenGL 3.0 o Framebuffer Objects via una extansion per emplegar lo servici d'emission Twitch integrat. +stream.unavailable.no_fbo.arb=La presa en carga del Framebuffer Object via ARB es: %s +stream.unavailable.no_fbo.blend=La presa en carga del Separate Blending via EXT es: %s +stream.unavailable.no_fbo.ext=La presa en carga de Framebuffer Object via EXT es: %s +stream.unavailable.no_fbo.version=Sètz a emplegar: %s +stream.unavailable.not_supported.mac=Malurosament, lo servici d'emission Twitch integrat sus Mac requièr una version mai recenta d'OSX que la qu'avètz. Vos cal emplegar 10.7 (Mac OS X Lion) o una version avenidoira per beneficiar d'aquel servici. Volètz vistalhar apple.com per ne savoir mai sus una actualizacion? +stream.unavailable.not_supported.mac.okay=Actualizacion +stream.unavailable.not_supported.other=Malurosament, lo servici d'emission Twitch requièr Windows (Vista o ulterior) o Mac OS X (10.7/Lion o ulterior) +stream.unavailable.not_supported.windows=Malurosament, lo servici d'emission Twitch integrat requièr una version mai recenta de Windows que la qu'avètz. Vos cal aver al mens Windows Vista o una version avenidoira. +stream.unavailable.report_to_mojang=Senhalar a Mojang +stream.unavailable.soundflower.chat=Soundflower es requist per poder emetre sus Mac. %s +stream.unavailable.soundflower.chat.link=Se vos plai, clicatz aicí per l'installar. +stream.unavailable.title=Emission Twitch Indisponibla +stream.unavailable.unknown=Malurosament, podètz pas emetre sus Twitch per ara. E sabèm pas perqué :'( +stream.unavailable.unknown.chat=Impossible de començar l'emission: %s +stream.user.mode.administrator=Administrator Twitch +stream.user.mode.banned=Fòrabandit +stream.user.mode.banned.other=Fòrabandit sus la cadena de %s +stream.user.mode.banned.self=Fòrabandit sus vòstra cadena +stream.user.mode.broadcaster=Difusor +stream.user.mode.broadcaster.other=Difusor +stream.user.mode.broadcaster.self=Difusor (vosautres!) +stream.user.mode.moderator=Moderador +stream.user.mode.moderator.other=Moderador sus la cadena de %s +stream.user.mode.moderator.self=Moderador sus vòstra cadena +stream.user.mode.staff=Personal de Twitch +stream.user.subscription.subscriber=Abonat +stream.user.subscription.subscriber.other=Abonat sus la cadena de %s +stream.user.subscription.subscriber.self=Abonat a vòstra cadena +stream.user.subscription.turbo=Twitch Turbo +stream.userinfo.ban=Fòrabandir +stream.userinfo.chatTooltip=Clicatz per gerir l'utilizator +stream.userinfo.mod=Nomenar Moderador +stream.userinfo.timeout=Expiracion +stream.userinfo.unban=Desfòrabandir +stream.userinfo.unmod=Destituïr Moderador +tile.acaciaFence.name=Barralha de Cacièr +tile.acaciaFenceGate.name=Pòrta de Barralha de Cacièr +tile.activatorRail.name=Ralh Desenclavador +tile.anvil.intact.name=Enclutge +tile.anvil.name=Enclutge +tile.anvil.slightlyDamaged.name=Enclutge Leugièrament Damatjada +tile.anvil.veryDamaged.name=Enclutge Fòrça Damatjada +tile.barrier.name=Barralha +tile.beacon.name=Balisa +tile.beacon.primary=Poder Primièr +tile.beacon.secondary=Poder Segond +tile.bed.name=Lièch +tile.bed.noSleep=Podètz dormir sonque de nuèch +tile.bed.notSafe=Podètz pas dormir per ara, i a des mostres prèps de vosautres +tile.bed.notValid=Vòstre lièch desapareguèt o es obstruit +tile.bed.occupied=Aqueste lièch es ocupat +tile.bedrock.name=Ròca de basa +tile.birchFence.name=Barralha de Beç +tile.birchFenceGate.name=Pòrta de Barralha de Beç +tile.blockCoal.name=Blòc de Carbon +tile.blockDiamond.name=Blòc de Diamant +tile.blockEmerald.name=Blòc d'Esmerauda +tile.blockGold.name=Blòc d'Aur +tile.blockIron.name=Blòc de Fèrre +tile.blockLapis.name=Blòc de Lapis Lazuli +tile.blockRedstone.name=Blòc de Redstone +tile.bookshelf.name=Bibliotèca +tile.brick.name=Bricas +tile.button.name=Boton +tile.cactus.name=Cactus +tile.cake.name=Pastís +tile.carrots.name=Pastenagas +tile.cauldron.name=Pairòla +tile.chest.name=Còfre +tile.chestTrap.name=Còfre Trapadèla +tile.clay.name=Argila +tile.clayHardened.name=Argila Endurcida +tile.clayHardenedStained.black.name=Argila Tintada Negra +tile.clayHardenedStained.blue.name=Argila Tintada Blava +tile.clayHardenedStained.brown.name=Argila Tintada Bruna +tile.clayHardenedStained.cyan.name=Argila Tintada Cian +tile.clayHardenedStained.gray.name=Argila Tintada Grisa +tile.clayHardenedStained.green.name=Argila Tintada Verda +tile.clayHardenedStained.lightBlue.name=Argila Tintada Blau Clar +tile.clayHardenedStained.lime.name=Argila Tintada Lima +tile.clayHardenedStained.magenta.name=Argila Tintada Magenta +tile.clayHardenedStained.name=Argila Tintada +tile.clayHardenedStained.orange.name=Argila Tintada Iranja +tile.clayHardenedStained.pink.name=Argila Tintada Ròsa +tile.clayHardenedStained.purple.name=Argila Tintada Violeta +tile.clayHardenedStained.red.name=Argila Tintada Roja +tile.clayHardenedStained.silver.name=Argila Tintada Gris Clar +tile.clayHardenedStained.white.name=Argila Tintada Blanca +tile.clayHardenedStained.yellow.name=Argila Tintada Jauna +tile.cloth.black.name=Lana Negra +tile.cloth.blue.name=Lana Blava +tile.cloth.brown.name=Lana Bruna +tile.cloth.cyan.name=Lana Cian +tile.cloth.gray.name=Lana Grisa +tile.cloth.green.name=Lana Verda +tile.cloth.lightBlue.name=Lana Blau Clar +tile.cloth.lime.name=Lana Lima +tile.cloth.magenta.name=Lana Magenta +tile.cloth.name=Lana +tile.cloth.orange.name=Lana Iranja +tile.cloth.pink.name=Lana Ròsa +tile.cloth.purple.name=Lana Violeta +tile.cloth.red.name=Lana Roja +tile.cloth.silver.name=Lana Gris Clar +tile.cloth.white.name=Lana +tile.cloth.yellow.name=Lana Jauna +tile.cobbleWall.mossy.name=Mur de Ròca Mofut +tile.cobbleWall.normal.name=Mur de Ròca +tile.cocoa.name=Cacau +tile.commandBlock.name=Blòc de Comanda +tile.crops.name=Grelhs +tile.darkOakFence.name=Barralha d'Euse Escur +tile.darkOakFenceGate.name=Barralha de Pòrta d'Euse Escur +tile.daylightDetector.name=Captaire de Lutz Solara +tile.deadbush.name=Arbrilhon Mòrt +tile.detectorRail.name=Ralh Detector +tile.dirt.coarse.name=Tèrra Estèrla +tile.dirt.default.name=Tèrra +tile.dirt.name=Tèrra +tile.dirt.podzol.name=Podzòl +tile.dispenser.name=Distribuïdor +tile.doorIron.name=Pòrta de Fèrre +tile.doorWood.name=Pòrta en Fusta +tile.doublePlant.fern.name=Falguièra Granda +tile.doublePlant.grass.name=Èrba Nauta Dobla +tile.doublePlant.name=Planta +tile.doublePlant.paeonia.name=Peuna +tile.doublePlant.rose.name=Rosièr +tile.doublePlant.sunflower.name=Virasolelh +tile.doublePlant.syringa.name=Lillac +tile.dragonEgg.name=Uòu de Dragon +tile.dropper.name=Donaire +tile.enchantmentTable.name=Taula d'Encantament +tile.endPortalFrame.name=Portal de l'End +tile.enderChest.name=Còfre de l'End +tile.farmland.name=Tèrra Laurada +tile.fence.name=Barralha +tile.fenceGate.name=Pòrta de Barralha +tile.fenceIron.name=Barrets de Fèrre +tile.fire.name=Fuòc +tile.flower1.dandelion.name=Pissalach +tile.flower1.name=Flor +tile.flower2.allium.name=Alliom +tile.flower2.blueOrchid.name=Orquidèa Blava +tile.flower2.houstonia.name=Blavet Azur +tile.flower2.name=Flor +tile.flower2.oxeyeDaisy.name=Margarida +tile.flower2.poppy.name=Rosèla +tile.flower2.tulipOrange.name=Tulipa Iranja +tile.flower2.tulipPink.name=Tulipa Ròsa +tile.flower2.tulipRed.name=Tulipa Roja +tile.flower2.tulipWhite.name=Tulipa Blanca +tile.furnace.name=Forn +tile.glass.name=Veire +tile.goldenRail.name=Ralh Propulsor +tile.grass.name=Blòc d'Èrba +tile.gravel.name=Grava +tile.hayBlock.name=Blòc de Palha +tile.hellrock.name=Ròca del Nether +tile.hellsand.name=Sablas de las Armas +tile.hopper.name=Embut +tile.ice.name=Glaç +tile.icePacked.name=Glaç Compactat +tile.ironTrapdoor.name=Trapa de fèrre +tile.jukebox.name=Jukebox +tile.jungleFence.name=Barralha de Fusta de Jungla +tile.jungleFenceGate.name=Pòrta de Barralha de Fusta de Jungle +tile.ladder.name=Escala +tile.lava.name=Lava +tile.leaves.acacia.name=Fuèlhas de Cacièr +tile.leaves.big_oak.name=Fuèlhas d'Euse Escur +tile.leaves.birch.name=Fuèlhas de Beç +tile.leaves.jungle.name=Fuèlhas de Jungla +tile.leaves.name=Fuèlhas +tile.leaves.oak.name=Fuèlhas d'Euse +tile.leaves.spruce.name=Fuèlhas d'Avet +tile.lever.name=Palfèr +tile.lightgem.name=Pèira Luminosa +tile.litpumpkin.name=Lantèrna Coja +tile.lockedchest.name=Còfre barrat +tile.log.acacia.name=Fusta de Cacièr +tile.log.big_oak.name=Fusta d'Euse Escur +tile.log.birch.name=Fusta de Beç +tile.log.jungle.name=Fusta de Jungla +tile.log.name=Fusta +tile.log.oak.name=Fusta d'Euse +tile.log.spruce.name=Fusta d'Avet +tile.melon.name=Melon d'Aiga +tile.mobSpawner.name=Generator de Mostres +tile.monsterStoneEgg.brick.name=Bricas de Pèira Infestadas +tile.monsterStoneEgg.chiseledbrick.name=Pèira Escalprada Infestada +tile.monsterStoneEgg.cobble.name=Ròca Infestada +tile.monsterStoneEgg.crackedbrick.name=Bricas de Pèira Fendilhadas Infestadas +tile.monsterStoneEgg.mossybrick.name=Bricas de Pèira Mossudas Infestadas +tile.monsterStoneEgg.name=Pèira Infestada +tile.monsterStoneEgg.stone.name=Pèira Infestada +tile.mushroom.name=Campairòl +tile.musicBlock.name=Blòc Musical +tile.mycel.name=Micèli +tile.netherBrick.name=Brica del Nether +tile.netherFence.name=Barralha en Bricas del Nether +tile.netherStalk.name=Verruga del Nether +tile.netherquartz.name=Minièra de Qüars del Nether +tile.notGate.name=Entòrcha de Redstone +tile.obsidian.name=Obsidiana +tile.oreCoal.name=Minièra de Carbon +tile.oreDiamond.name=Minièra de Diamant +tile.oreEmerald.name=Minièra d'Esmerauda +tile.oreGold.name=Minièra d'Aur +tile.oreIron.name=Minièra de Fèrre +tile.oreLapis.name=Minièra de Lapis Lazuli +tile.oreRedstone.name=Minièra de Redstone +tile.oreRuby.name=Minièra de Rubís +tile.pistonBase.name=Piston +tile.pistonStickyBase.name=Piston Pegant +tile.portal.name=Portal +tile.potatoes.name=Patanas +tile.pressurePlateStone.name=Placa de Pression de Pèira +tile.pressurePlateWood.name=Placa de Pression de Fusta +tile.prismarine.bricks.name=Bricas de Prismarina +tile.prismarine.dark.name=Prismarina Escura +tile.prismarine.rough.name=Prismarina +tile.pumpkin.name=Coja +tile.quartzBlock.chiseled.name=Blòc de Qüars Escalprat +tile.quartzBlock.default.name=Blòc de Qüars +tile.quartzBlock.lines.name=Pilar de Qüars +tile.quartzBlock.name=Blòc de Qüars +tile.rail.name=Ralh +tile.redSandStone.chiseled.name=Gres Roge Escalprat +tile.redSandStone.default.name=Gres Roge +tile.redSandStone.name=Gres Roge +tile.redSandStone.smooth.name=Gres Roge Lis +tile.redstoneDust.name=Polsa de Redstone +tile.redstoneLight.name=Lum de Redstone +tile.reeds.name=Cana de Sucre +tile.sand.default.name=Sabla +tile.sand.name=Sabla +tile.sand.red.name=Sabla Roja +tile.sandStone.chiseled.name=Gres Escalprat +tile.sandStone.default.name=Gres +tile.sandStone.name=Gres +tile.sandStone.smooth.name=Gres Lisc +tile.sapling.acacia.name=Grelh de Cacièr +tile.sapling.big_oak.name=Gralh d'Euse Escur +tile.sapling.birch.name=Grelh de Beç +tile.sapling.jungle.name=Grelh de Jungla +tile.sapling.oak.name=Grelh d'Euse +tile.sapling.spruce.name=Grelh d'Avet +tile.seaLantern.name=Lantèrna Aiguenca +tile.sign.name=Plancarda +tile.slime.name=Blòc de Slime +tile.snow.name=Nèu +tile.sponge.dry.name=Esponja +tile.sponge.wet.name=Esponja Trempada +tile.spruceFence.name=Barralha d'Avet +tile.spruceFenceGate.name=Pòrta de Barralha d'Avet +tile.stainedGlass.black.name=Veire Negre +tile.stainedGlass.blue.name=Veire Blau +tile.stainedGlass.brown.name=Veire Brun +tile.stainedGlass.cyan.name=Veire Cian +tile.stainedGlass.gray.name=Veire Gris +tile.stainedGlass.green.name=Veire Verd +tile.stainedGlass.lightBlue.name=Veire Blau Clar +tile.stainedGlass.lime.name=Veire Lima +tile.stainedGlass.magenta.name=Veire Magenta +tile.stainedGlass.name=Veire Tintat +tile.stainedGlass.orange.name=Veire Irange +tile.stainedGlass.pink.name=Veire Ròse +tile.stainedGlass.purple.name=Veire Violet +tile.stainedGlass.red.name=Veire Roge +tile.stainedGlass.silver.name=Veire Gris Clar +tile.stainedGlass.white.name=Veire Blanc +tile.stainedGlass.yellow.name=Veire Jaune +tile.stairsBrick.name=Escalièrs en Bricas +tile.stairsNetherBrick.name=Escalièrs en Bricas del Nether +tile.stairsQuartz.name=Escalièrs en Qüars +tile.stairsRedSandStone.name=Escalièrs de Gres Roge +tile.stairsSandStone.name=Escalièrs en Gres +tile.stairsStone.name=Escalièrs en Pèira +tile.stairsStoneBrickSmooth.name=Escalièrs en Bricas de Pèira +tile.stairsWood.name=Escalièrs en Fusta d'Euse +tile.stairsWoodAcacia.name=Escalièrs en Fusta de Cacièr +tile.stairsWoodBirch.name=Escalièrs en Fusta de Beç +tile.stairsWoodDarkOak.name=Escalièrs en Fusta d'Euse Escur +tile.stairsWoodJungle.name=Escalièrs en Fusta de Jungla +tile.stairsWoodSpruce.name=Escalièrs en Fusta d'Avet +tile.stone.andesite.name=Andesit +tile.stone.andesiteSmooth.name=Andesit Polit +tile.stone.diorite.name=Diorit +tile.stone.dioriteSmooth.name=Diorit Polit +tile.stone.granite.name=Granit +tile.stone.graniteSmooth.name=Granit Polit +tile.stone.stone.name=Pèira +tile.stoneMoss.name=Pèira Mofuda +tile.stoneSlab.brick.name=Lausa en Bricas +tile.stoneSlab.cobble.name=Lausa en Ròca +tile.stoneSlab.name=Lausa de Pèira +tile.stoneSlab.netherBrick.name=Lausa en Bricas del Nether +tile.stoneSlab.quartz.name=Lausa en Qüars +tile.stoneSlab.sand.name=Lausa en Gres +tile.stoneSlab.smoothStoneBrick.name=Lausa en Bricas de Pèira +tile.stoneSlab.stone.name=Lausa en Pèira +tile.stoneSlab.wood.name=Lausa en Fusta +tile.stoneSlab2.red_sandstone.name=Lausa de Gres Roge +tile.stonebrick.name=Ròca +tile.stonebricksmooth.chiseled.name=Bricas de Pèira Escalpradas +tile.stonebricksmooth.cracked.name=Bricas de Pèira Fendilhadas +tile.stonebricksmooth.default.name=Bricas de Pèira +tile.stonebricksmooth.mossy.name=Bricas de Pèira Mofudas +tile.stonebricksmooth.name=Bricas de Pèira +tile.tallgrass.fern.name=Falguièra +tile.tallgrass.grass.name=Èrba +tile.tallgrass.name=Èrba +tile.tallgrass.shrub.name=Arbrilhon +tile.thinGlass.name=Panèl de Veire +tile.thinStainedGlass.black.name=Panèl de Veire Negre +tile.thinStainedGlass.blue.name=Panèl de Veire Blau +tile.thinStainedGlass.brown.name=Panèl de Veire Brun +tile.thinStainedGlass.cyan.name=Panèl de Veire Cian +tile.thinStainedGlass.gray.name=Panèl de Veire Gris +tile.thinStainedGlass.green.name=Panèl de Veire Verd +tile.thinStainedGlass.lightBlue.name=Panèl de Veire Blau Clar +tile.thinStainedGlass.lime.name=Panèl de Veire Lima +tile.thinStainedGlass.magenta.name=Panèl de Veire Magenta +tile.thinStainedGlass.name=Panèl de Veire Tintat +tile.thinStainedGlass.orange.name=Panèl de Veire Irange +tile.thinStainedGlass.pink.name=Panèl de Veire Ròse +tile.thinStainedGlass.purple.name=Panèl de Veire Violet +tile.thinStainedGlass.red.name=Panèl de Veire Roge +tile.thinStainedGlass.silver.name=Panèl de Veire Gris Clar +tile.thinStainedGlass.white.name=Panèl de Veire Blanc +tile.thinStainedGlass.yellow.name=Panèl de Veire Jaune +tile.tnt.name=TNT +tile.torch.name=Entòrcha +tile.trapdoor.name=Trapa +tile.tripWire.name=Còrda +tile.tripWireSource.name=Cròc +tile.vine.name=Lianas +tile.water.name=Aiga +tile.waterlily.name=Nimfèia +tile.web.name=Telaranha +tile.weightedPlate_heavy.name=Placa de Pression Ponderada (Pesuc) +tile.weightedPlate_light.name=Placa de Pression Ponderada (Leugièra) +tile.whiteStone.name=Pèira de l'End +tile.wood.acacia.name=Plancas en Fusta de Cacièr +tile.wood.big_oak.name=Plancas en Fusta d'Euse Escur +tile.wood.birch.name=Plancas en Fusta de Beç +tile.wood.jungle.name=Plancas en Fusta de Jungla +tile.wood.name=Plancas en Fusta +tile.wood.oak.name=Plancas en Fusta d'Euse +tile.wood.spruce.name=Plancas en Fusta d'Avet +tile.woodSlab.acacia.name=Lausa en Fusta de Cacièr +tile.woodSlab.big_oak.name=Lausa en Fusta d'Euse Escur +tile.woodSlab.birch.name=Lausa en Fusta de Beç +tile.woodSlab.jungle.name=Lausa en Fusta de Jungla +tile.woodSlab.name=Lausa de Fusta +tile.woodSlab.oak.name=Lausa en Fusta d'Euse +tile.woodSlab.spruce.name=Lausa en Fusta d'Avet +tile.woolCarpet.black.name=Moqueta Negra +tile.woolCarpet.blue.name=Moqueta Blava +tile.woolCarpet.brown.name=Moqueta Bruna +tile.woolCarpet.cyan.name=Moqueta Cian +tile.woolCarpet.gray.name=Moqueta Grisa +tile.woolCarpet.green.name=Moqueta Verda +tile.woolCarpet.lightBlue.name=Moqueta Blau Clar +tile.woolCarpet.lime.name=Moqueta Lima +tile.woolCarpet.magenta.name=Moqueta Magenta +tile.woolCarpet.name=Moqueta +tile.woolCarpet.orange.name=Moqueta Iranja +tile.woolCarpet.pink.name=Moqueta Ròsa +tile.woolCarpet.purple.name=Moqueta Violeta +tile.woolCarpet.red.name=Moqueta Roja +tile.woolCarpet.silver.name=Moqueta Gris Clar +tile.woolCarpet.white.name=Moqueta +tile.woolCarpet.yellow.name=Moqueta Jauna +tile.workbench.name=Taula de Trabalh +title.oldgl1=Carta grafica anciana detectada; çò que vos poiriá empachar de +title.oldgl2=jogar dins un futur luonchenc, pr'amor que OpenGL 2.0 serà requist. +translation.test.invalid=adieu % +translation.test.none=Adieu, monde! +translation.test.world=monde diff --git a/javascript/lang/pl_PL.lang b/javascript/lang/pl_PL.lang new file mode 100755 index 00000000..f7447a7f --- /dev/null +++ b/javascript/lang/pl_PL.lang @@ -0,0 +1,1981 @@ +achievement.acquireIron=Ciężki sprzÄ™t +achievement.acquireIron.desc=Wytop sztabkÄ™ żelaza +achievement.bakeCake=KÅ‚amstwo +achievement.bakeCake.desc=Pszenica, cukier, mleko i jajka! +achievement.blazeRod=Prosto w ogieÅ„ +achievement.blazeRod.desc=Pozbaw PÅ‚omyka jego różdżki +achievement.bookcase=Bibliotekarz +achievement.bookcase.desc=Zbuduj kilka biblioteczek, by ulepszyć stół do zaklęć +achievement.breedCow=Ponowne zasiedlenie +achievement.breedCow.desc=Rozmnóż dwie krowy za pomocÄ… pszenicy +achievement.buildBetterPickaxe=Ulepszanie +achievement.buildBetterPickaxe.desc=Skonstruuj lepszy kilof +achievement.buildFurnace=Å»ycie na gorÄ…co +achievement.buildFurnace.desc=Zbuduj piec z oÅ›miu bloków bruku +achievement.buildHoe=Czas na żniwa! +achievement.buildHoe.desc=Użyj desek i patyków, aby skonstruować motykÄ™ +achievement.buildPickaxe=Czas kopać! +achievement.buildPickaxe.desc=Użyj desek i patyków aby skonstruować kilof +achievement.buildSword=Do ataku! +achievement.buildSword.desc=Użyj desek i patyków aby skonstruować miecz +achievement.buildWorkBench=RzemieÅ›lnictwo +achievement.buildWorkBench.desc=Skonstruuj stół rzemieÅ›lniczy używajÄ…c czterech bloków desek +achievement.cookFish=Przepyszna ryba +achievement.cookFish.desc=Złów i upiecz rybÄ™! +achievement.diamonds=DIAMENTY! +achievement.diamonds.desc=WydobÄ…dź diamenty za pomocÄ… żelaznych narzÄ™dzi +achievement.diamondsToYou=Diamenty w prezencie! +achievement.diamondsToYou.desc=Rzuć diamentami w innego gracza. +achievement.enchantments=Zaklinacz +achievement.enchantments.desc=Użyj książki, obsydianu i diamentów, aby skonstruować stół do zaklęć +achievement.exploreAllBiomes=Pora na przygodÄ™ +achievement.exploreAllBiomes.desc=Odkryj wszystkie biomy +achievement.flyPig=Gdy Å›winie zacznÄ… latać +achievement.flyPig.desc=Zleć na Å›wini z urwiska +achievement.fullBeacon=Latarnik +achievement.fullBeacon.desc=Stwórz peÅ‚nÄ… magicznÄ… latarniÄ™ +achievement.get=OsiÄ…gniÄ™cie zdobyte! +achievement.ghast=Zwrot do nadawcy +achievement.ghast.desc=Pokonaj Ghasta za pomocÄ… kuli ognia +achievement.killCow=Raz krowie Å›mierć +achievement.killCow.desc=ZdobÄ…dź trochÄ™ skóry +achievement.killEnemy=Åowca potworów +achievement.killEnemy.desc=Zaatakuj i pokonaj potwora +achievement.killWither=PoczÄ…tek. +achievement.killWither.desc=Zabij Withera +achievement.makeBread=Pieczenie chleba +achievement.makeBread.desc=Przerób pszenicÄ™ na chleb +achievement.mineWood=Zbieranie drewna +achievement.mineWood.desc=Bij drzewo, dopóki nie wypadnie z niego blok drewna +achievement.onARail=Na torach +achievement.onARail.desc=Przejedź w wagoniku co najmniej 1 km od punktu z którego wyruszyÅ‚eÅ› +achievement.openInventory=Używanie ekwipunku +achievement.openInventory.desc=WciÅ›nij '%1$s', aby otworzyć swój ekwipunek. +achievement.overkill=Niszczyciel +achievement.overkill.desc=Zadaj osiem serc obrażeÅ„ pojedynczym ciosem +achievement.overpowered=Supermoc +achievement.overpowered.desc=Stwórz jabÅ‚ko Notcha +achievement.portal=Musimy zejść głębiej +achievement.portal.desc=Zbuduj portal do Netheru +achievement.potion=Lokalny browar +achievement.potion.desc=Uwarz miksturÄ™ +achievement.requires=Wymaga '%1$s' +achievement.snipeSkeleton=Pojedynek snajperów +achievement.snipeSkeleton.desc=Zabij szkieleta strzałą z odlegÅ‚oÅ›ci wiÄ™kszej niż 50 metrów +achievement.spawnWither=PoczÄ…tek? +achievement.spawnWither.desc=PrzywoÅ‚aj Withera +achievement.taken=Wykonano! +achievement.theEnd=To już jest koniec? +achievement.theEnd.desc=Zlokalizuj Kres +achievement.theEnd2=Kres. +achievement.theEnd2.desc=Pokonaj Smoka Kresu +achievement.unknown=??? +addServer.add=Gotowe +addServer.enterIp=Adres serwera +addServer.enterName=Nazwa serwera +addServer.hideAddress=Ukryj adresy +addServer.resourcePack=Paczki zasobów serwera +addServer.resourcePack.disabled=Wyłączona +addServer.resourcePack.enabled=Włączona +addServer.resourcePack.prompt=Przypomnienie +addServer.title=Edytuj dane serwera +advMode.allEntities=Użyj "@e", aby namierzyć wszystkie byty +advMode.allPlayers=Użyj "@a" aby komenda dotyczyÅ‚a wszystkich graczy +advMode.command=Polecenie konsoli +advMode.nearestPlayer=Użyj "@p" aby polecenie dotyczyÅ‚o najbliższego gracza +advMode.notAllowed=Musisz posiadać uprawnienia operatora w trybie kreatywnym +advMode.notEnabled=Blok poleceÅ„ nie jest dostÄ™pny na tym serwerze +advMode.previousOutput=Poprzednie dane wyjÅ›ciowe +advMode.randomPlayer=Użyj "@r" aby komenda dotyczyÅ‚a losowego gracza +advMode.setCommand=Ustaw polecenie konsoli dla bloku komend +advMode.setCommand.success=Komenda ustawiona: %s +attribute.modifier.plus.0=+%s %s +attribute.modifier.plus.1=+%s%% %s +attribute.modifier.plus.2=+%s%% %s +attribute.modifier.take.0=-%s %s +attribute.modifier.take.1=-%s%% %s +attribute.modifier.take.2=-%s%% %s +attribute.name.generic.attackDamage=Obrażenia +attribute.name.generic.followRange=ZasiÄ™g podążania stworzeÅ„ +attribute.name.generic.knockbackResistance=Odporność na odrzut +attribute.name.generic.maxHealth=Maksymalne życie +attribute.name.generic.movementSpeed=Szybkość +attribute.name.horse.jumpStrength=SiÅ‚a skoku konia +attribute.name.zombie.spawnReinforcements=PosiÅ‚ki zombie +book.byAuthor=autorstwa %1$s +book.editTitle=Podaj tytuÅ‚ książki: +book.finalizeButton=Podpisz i zamknij +book.finalizeWarning=Uwaga! Po podpisaniu książki nie bÄ™dzie można jej już edytować. +book.generation.0=OryginaÅ‚ +book.generation.1=Kopia oryginaÅ‚u +book.generation.2=Kopia kopii +book.generation.3=PostrzÄ™piona +book.pageIndicator=Strona %1$s z %2$s +book.signButton=Podpisz +build.tooHigh=Limit wysokoÅ›ci budowania to %s bloków +chat.cannotSend=Nie można wysÅ‚ać wiadomoÅ›ci +chat.copy=Kopiuj do schowka +chat.link.confirm=Czy na pewno chcesz otworzyć tÄ… stronÄ™? +chat.link.confirmTrusted=Chcesz otworzyć ten link, czy skopiować go do schowka? +chat.link.open=Otwórz w przeglÄ…darce +chat.link.warning=Nigdy nie otwieraj linków od osób, którym nie ufasz! +chat.stream.emote=(%s) * %s %s +chat.stream.text=(%s) <%s> %s +chat.type.achievement=Gracz %s wÅ‚aÅ›nie zdobyÅ‚ osiÄ…gniÄ™cie %s +chat.type.achievement.taken=Gracz %s straciÅ‚ osiÄ…gniÄ™cie %s +chat.type.admin=[%s: %s] +chat.type.announcement=[%s] %s +chat.type.emote=* %s %s +chat.type.text=<%s> %s +commands.achievement.alreadyHave=Gracz %s ma już osiÄ…gniÄ™cie %s +commands.achievement.dontHave=Gracz %s nie ma osiÄ…gniÄ™cia %s +commands.achievement.give.success.all=PomyÅ›lnie przyznano wszystkie osiÄ…gniÄ™cia graczowi %s +commands.achievement.give.success.one=PomyÅ›lnie nadano graczowi %s statystykÄ™ %s +commands.achievement.statTooLow=Gracz %s nie posiada statystyki %s +commands.achievement.take.success.all=PomyÅ›lnie odebrano wszystkie osiÄ…gniÄ™cia graczowi %s +commands.achievement.take.success.one=PomyÅ›lnie odebrano statystykÄ™ %s od gracza %s +commands.achievement.unknownAchievement=Nieznane osiÄ…gniÄ™cie lub statystyka '%s' +commands.achievement.usage=/achievement [gracz] +commands.ban.failed=Nie można zbanować gracza %s +commands.ban.success=Zbanowano gracza %s +commands.ban.usage=/ban [powód...] +commands.banip.invalid=Podany zostaÅ‚ niewÅ‚aÅ›ciwy adres IP lub nazwa gracza, który obecnie nie przebywa w grze +commands.banip.success=Zbanowano adres IP %s +commands.banip.success.players=Zbanowano adres IP %s należący do gracza %s +commands.banip.usage=/ban-ip [powód...] +commands.banlist.ips=W sumie zbanowanych jest %s adresów IP: +commands.banlist.players=W sumie zbanowanych jest %s graczy: +commands.banlist.usage=/banlist [ips|players] +commands.blockdata.failed=Data tag nie zmieniÅ‚o siÄ™: %s +commands.blockdata.notValid=Docelowy blok nie przechowuje danych +commands.blockdata.outOfWorld=Nie można zmienić bloku poza Å›wiatem +commands.blockdata.success=Zaktualizowano dane bloków do: %s +commands.blockdata.tagError=Analiza data tag zawiodÅ‚a: %s +commands.blockdata.usage=/blockdata +commands.chunkinfo.compiled=Chunk jest skompilowany. +commands.chunkinfo.data=Pierwsze 64 wierzchoÅ‚ki sÄ…: %s +commands.chunkinfo.empty=Chunk jest pusty. +commands.chunkinfo.hasLayers=Chunk ma warstwy: %s +commands.chunkinfo.hasNoRenderableLayers=Chunk nie ma warstw możliwych do renderowania. +commands.chunkinfo.isEmpty=Chunk ma puste warstwy: %s +commands.chunkinfo.location=Lokalizacja chunka: (%s, %s, %s) +commands.chunkinfo.noChunk=Nie znaleziono chunka na pozycji %s, %s, %s +commands.chunkinfo.notCompiled=Chunk nie jest skompilowany. +commands.chunkinfo.notEmpty=Chunk nie jest pusty. +commands.chunkinfo.usage=/chunkinfo [ ] +commands.chunkinfo.vertices=Bufor warstwy %s zawiera %s wierzchoÅ‚ków +commands.clear.failure=Nie można wyczyÅ›cić ekwipunku gracza %s, nie znaleziono przedmiotów do usuniÄ™cia +commands.clear.success=Wyczyszczono ekwipunek gracza %s, usuwajÄ…c %s przedmiotów +commands.clear.tagError=Analiza data tag zawiodÅ‚a: %s +commands.clear.testing=Gracz %s ma %s przedmiotów, które speÅ‚niajÄ… kryteria +commands.clear.usage=/clear [gracz] [przedmiot] [dane] [maksymalnyNumer] [dataTag] +commands.clone.failed=Nie sklonowano żadnych bloków +commands.clone.noOverlap=ŹródÅ‚o i cel nie mogÄ… siÄ™ na siebie nakÅ‚adać +commands.clone.outOfWorld=Nie można uzyskać dostÄ™pu do bloków poza Å›wiatem +commands.clone.success=Sklonowano bloki %s +commands.clone.tooManyBlocks=Zbyt wiele bloków w okreÅ›lonym obszarze (%s > %s) +commands.clone.usage=/clone [tryb] +commands.compare.failed=ŹródÅ‚o i cel nie sÄ… identyczne +commands.compare.outOfWorld=Nie można uzyskać dostÄ™pu do bloków poza Å›wiatem +commands.compare.success=Porównano bloki %s +commands.compare.tooManyBlocks=Zbyt wiele bloków w okreÅ›lonym obszarze (%s > %s) +commands.compare.usage=/testforblocks [tryb] +commands.debug.notStarted=Nie możesz zatrzymać profilowania, jeżeli go nie zaczÄ…Å‚eÅ›! +commands.debug.start=RozpoczÄ™to profilowanie debugowe +commands.debug.stop=Zatrzymano profilowanie debugowe po %s sekundach (%s tików) +commands.defaultgamemode.success=DomyÅ›lny tryb gry zostaÅ‚ zmieniony na %s +commands.defaultgamemode.usage=/defaultgamemode +commands.deop.failed=Nie można odebrać uprawnieÅ„ operatora graczowi %s +commands.deop.success=Odebrano uprawnienia operatora graczowi %s +commands.deop.usage=/deop +commands.difficulty.success=Poziom trudnoÅ›ci zostaÅ‚ zmieniony na %s +commands.difficulty.usage=/difficulty +commands.downfall.success=Przełączono wystÄ™powanie opadów +commands.downfall.usage=/toggledownfall +commands.effect.failure.notActive=Nie można zabrać %1$s graczowi %2$s ponieważ nie posiada on takiego efektu +commands.effect.failure.notActive.all=Nie można usunąć efektów z gracza %s, ponieważ żadnych nie posiada +commands.effect.notFound=Nie istnieje efekt o ID %s +commands.effect.success=Nadano %1$s (ID %2$s) * %3$s graczowi %4$s na %5$s sekund +commands.effect.success.removed=Zabrano %1$s graczowi %2$s +commands.effect.success.removed.all=UsuniÄ™to wszystkie efekty z gracza %s +commands.effect.usage=/effect [sekundy] [amplifikator] [ukryjCzÄ…stki] +commands.enchant.cantCombine=ZaklÄ™cie %1$s nie może siÄ™ łączyć z %2$s +commands.enchant.cantEnchant=Wybrane zaklÄ™cie nie może zostać dodane do tego przedmiotu +commands.enchant.noItem=Cel nie trzyma żadnego przedmiotu +commands.enchant.notFound=Nie istnieje zaklÄ™cie o ID %s +commands.enchant.success=ZaklÄ™to pomyÅ›lnie +commands.enchant.usage=/enchant [poziom] +commands.entitydata.failed=Data tag nie zmieniÅ‚o siÄ™: %s +commands.entitydata.noPlayers=%s to gracz i nie może zostać zmienony +commands.entitydata.success=Dane bytu zaktualizowane do: %s +commands.entitydata.tagError=Analiza data tag zawiodÅ‚a: %s +commands.entitydata.usage=/entitydata +commands.execute.allInvocationsFailed=Wszystkie inwokacje zawiodÅ‚y: '%s' +commands.execute.failed=Nie można wykonać '%s' jako %s +commands.execute.usage=/execute ALBO /execute detect +commands.fill.failed=Nie wypeÅ‚niono żadnymi blokami +commands.fill.outOfWorld=Nie można umieÅ›cić bloków poza Å›wiatem +commands.fill.success=WypeÅ‚niono blokami %s +commands.fill.tagError=Analiza data tag zawiodÅ‚a: %s +commands.fill.tooManyBlocks=Zbyt wiele bloków w okreÅ›lonym obszarze (%s > %s) +commands.fill.usage=/fill [dataValue] [oldBlockHandling] [dataTag] +commands.gamemode.success.other=Tryb gry gracza %s zmieniono na %s +commands.gamemode.success.self=Zmieniono tryb gry na %s +commands.gamemode.usage=/gamemode [gracz] +commands.gamerule.nopermission=Tylko wÅ‚aÅ›ciciele serwerów mogÄ… zmieniać '%s' +commands.gamerule.norule=Zasada gry o nazwie '%s' nie istnieje +commands.gamerule.success=Zasada gry zostaÅ‚a zaktualizowana +commands.gamerule.usage=/gamerule [wartość] +commands.generic.boolean.invalid=Wartość '%s' nie jest typu "true or false" +commands.generic.double.tooBig=Podana liczba (%s) jest za duża, nie może przekraczać %s +commands.generic.double.tooSmall=Podana liczba (%s) jest za maÅ‚a, musi wynosić przynajmniej %s +commands.generic.entity.invalidType=Typ bytu '%s' jest niepoprawny +commands.generic.entity.invalidUuid=Obiekt UUID zostaÅ‚ umieszczony w nieprawidÅ‚owym formacie +commands.generic.entity.notFound=Nie można znaleźć tego bytu +commands.generic.exception=Podczas wykonywania komendy wystÄ…piÅ‚ nieznany błąd +commands.generic.notFound=Nieznana komenda. Wpisz /help aby wyÅ›wietlić listÄ™ komend +commands.generic.num.invalid='%s' nie jest prawidÅ‚owÄ… liczbÄ… +commands.generic.num.tooBig=Podana liczba (%s) jest zbyt wysoka, nie może przekroczyć %s +commands.generic.num.tooSmall=Liczba, którÄ… wpisaÅ‚eÅ› (%s) jest zbyt maÅ‚a, musi wynosić co najmniej %s +commands.generic.parameter.invalid='%s' to nieprawidÅ‚owy parametr +commands.generic.permission=Nie masz uprawnieÅ„ do użycia tej komendy +commands.generic.player.notFound=Nie znaleziono gracza +commands.generic.syntax=NiewÅ‚aÅ›ciwa skÅ‚adnia komendy +commands.generic.usage=Zastosowanie: %s +commands.give.notFound=Przedmiot o ID %s nie istnieje +commands.give.success=Dodano %s * %s graczowi %s +commands.give.tagError=Analiza data tag zawiodÅ‚a: %s +commands.give.usage=/give [ilość] [data] [dataTag] +commands.help.footer=Wskazówka: Użyj klawisza podczas wpisywania komendy, aby automatycznie uzupeÅ‚nić komendÄ™ lub jej argumenty +commands.help.header=--- WyÅ›wietlona strona pomocy: %s z %s (/help ) --- +commands.help.usage=/help [strona|komenda] +commands.kick.success=Gracz %s zostaÅ‚ wyrzucony z gry +commands.kick.success.reason=Gracz %s zostaÅ‚ wyrzucony z gry: '%s' +commands.kick.usage=/kick [powód...] +commands.kill.successful=Zabito %s +commands.kill.usage=/kill [gracz|byt] +commands.me.usage=/me +commands.message.display.incoming=%s szepcze do ciebie: %s +commands.message.display.outgoing=Szepczesz do gracza %s: %s +commands.message.sameTarget=Nie możesz wysÅ‚ać prywatnej wiadomoÅ›ci do siebie samego! +commands.message.usage=/tell +commands.op.failed=Nie można przyznać uprawnieÅ„ operatora graczowi %s +commands.op.success=Przyznano uprawnienia operatora graczowi %s +commands.op.usage=/op +commands.particle.notFound=Nieznana nazwa efektu (%s) +commands.particle.success=Odtwarzanie efektu %s %s raz(y) +commands.particle.usage=/particle [numer] [tryb] +commands.players.list=W grze przebywa %s/%s graczy: +commands.players.usage=/list +commands.playsound.playerTooFar=Gracz %s jest zbyt daleko, aby usÅ‚yszeć ten dźwiÄ™k +commands.playsound.success=Odtworzono dźwiÄ™k '%s' graczowi %s +commands.playsound.usage=/playsound [x] [y] [z] [gÅ‚oÅ›ność] [tonacja] [minimalnaGÅ‚oÅ›ność] +commands.publish.failed=Nie można zaÅ‚ożyć lokalnej gry +commands.publish.started=Lokalna gra hostowana na porcie %s +commands.publish.usage=/publish +commands.replaceitem.block.usage=/replaceitem block [liczba] [ID] [dataTag] +commands.replaceitem.entity.usage=/replaceitem entity [liczba] [ID] [dataTag] +commands.replaceitem.failed=Nie można zastÄ…pić slotu %s %s * %s +commands.replaceitem.noContainer=Blok w %s, %s, %s jest nie pojemnikiem +commands.replaceitem.success=ZastÄ…piono slot %s %s * %s +commands.replaceitem.tagError=Analiza data tag zawiodÅ‚a: %s +commands.replaceitem.usage=/replaceitem ... +commands.save-off.alreadyOff=Zapisywanie jest już wyłączone. +commands.save-off.usage=/save-off +commands.save-on.alreadyOn=Zapisywanie jest już włączone. +commands.save-on.usage=/save-on +commands.save.disabled=Wyłączono automatyczne zapisywanie Å›wiata +commands.save.enabled=Włączono automatyczne zapisywanie Å›wiata +commands.save.failed=Zapisywanie nie powiodÅ‚o siÄ™: %s +commands.save.start=Zapisywanie... +commands.save.success=Zapisano Å›wiat +commands.save.usage=/save-all +commands.say.usage=/say +commands.scoreboard.allMatchesFailed=Wszystkie rozgrywki przegrane +commands.scoreboard.noMultiWildcard=Tylko jeden użytkownik wieloznacznika dozwolony +commands.scoreboard.objectiveNotFound=Nie znaleziono celu o nazwie "%s" +commands.scoreboard.objectiveReadOnly=Cel '%s' jest tylko do odczytu i nie może zostać zmieniony +commands.scoreboard.objectives.add.alreadyExists=Cel o nazwie '%s' już istnieje +commands.scoreboard.objectives.add.displayTooLong=WyÅ›wietlana nazwa '%s' jest za dÅ‚uga dla celu, może mieć najwyżej %s znaków +commands.scoreboard.objectives.add.success=PomyÅ›lnie dodano nowy cel '%s' +commands.scoreboard.objectives.add.tooLong=Nazwa '%s' jest za dÅ‚uga dla celu, może mieć najwyżej %s znaków +commands.scoreboard.objectives.add.usage=/scoreboard objectives add [wyÅ›wietlana nazwa ...] +commands.scoreboard.objectives.add.wrongType=NiewÅ‚aÅ›ciwy typ kryterium celu '%s' +commands.scoreboard.objectives.list.count=WyÅ›wietlono %s celów na tablicy wyników: +commands.scoreboard.objectives.list.empty=Nie ma żadnych celów na tablicy wyników +commands.scoreboard.objectives.list.entry=- %s: wyÅ›wietlane jako '%s' z kryterium '%s' +commands.scoreboard.objectives.remove.success=PomyÅ›lnie usuniÄ™to cel '%s' +commands.scoreboard.objectives.remove.usage=/scoreboard objectives remove +commands.scoreboard.objectives.setdisplay.invalidSlot=Nie ma takiego typu wyÅ›wietlania jak '%s' +commands.scoreboard.objectives.setdisplay.successCleared=UsuniÄ™to wyÅ›wietlanie celu '%s' +commands.scoreboard.objectives.setdisplay.successSet=Ustawiono typ wyÅ›wietlania dla celu '%s' na '%s' +commands.scoreboard.objectives.setdisplay.usage=/scoreboard objectives setdisplay [Cel] +commands.scoreboard.objectives.usage=/scoreboard objectives ... +commands.scoreboard.players.add.usage=/scoreboard players add [dataTag] +commands.scoreboard.players.enable.noTrigger=Cel %s nie jest wyzwalaczem +commands.scoreboard.players.enable.success=Utworzono przełącznik %s dla %s +commands.scoreboard.players.enable.usage=/scoreboard players enable +commands.scoreboard.players.list.count=WyÅ›wietlono %s Å›ledzonych graczy na tablicy wyników: +commands.scoreboard.players.list.empty=Na tablicy wyników nie ma żadnych Å›ledzonych graczy +commands.scoreboard.players.list.player.count=WyÅ›wietlono %s Å›ledzonych celów dla %s: +commands.scoreboard.players.list.player.empty=Gracz %s nie ma żadnych zapisanych wyników +commands.scoreboard.players.list.player.entry=- %2$s: %1$s (%3$s) +commands.scoreboard.players.list.usage=/scoreboard player list [nazwa] +commands.scoreboard.players.operation.invalidOperation=NieprawidÅ‚owa operacja %s +commands.scoreboard.players.operation.notFound=Nieznaleziono wyniku %s dla %s +commands.scoreboard.players.operation.success=Operacja zastosowana pomyÅ›lnie +commands.scoreboard.players.operation.usage=/scoreboard players operation +commands.scoreboard.players.remove.usage=/scoreboard players remove [dataTag] +commands.scoreboard.players.reset.success=Zresetowano wszystkie wyniki gracza %s +commands.scoreboard.players.reset.usage=/scoreboard players reset [cel] +commands.scoreboard.players.resetscore.success=Zresetuj wynik %s gracza %s +commands.scoreboard.players.set.success=Wynik %s gracza %s ustawiono na %s +commands.scoreboard.players.set.tagError=Nie można analizować dataTag, powód: %s +commands.scoreboard.players.set.tagMismatch=DataTag nie pasuje do: %s +commands.scoreboard.players.set.usage=/scoreboard players set [dataTag] +commands.scoreboard.players.test.failed=Wynik %s NIE jest w zakresie od %s do %s +commands.scoreboard.players.test.notFound=Nieznaleziono wyniku %s u %s +commands.scoreboard.players.test.success=Wynik %s jest w zakresie od %s do %s +commands.scoreboard.players.test.usage=/scoreboard players test +commands.scoreboard.players.usage=/scoreboard players ... +commands.scoreboard.teamNotFound=Nie znaleziono drużyny o nazwie "%s" +commands.scoreboard.teams.add.alreadyExists=Drużyna o nazwie "%s" już istnieje +commands.scoreboard.teams.add.displayTooLong=WyÅ›wietlana nazwa '%s' jest za dÅ‚uga dla drużyny, może mieć najwyżej %s znaków +commands.scoreboard.teams.add.success=PomyÅ›lnie dodano nowÄ… drużynÄ™ '%s' +commands.scoreboard.teams.add.tooLong=Nazwa '%s' jest za dÅ‚uga dla drużyny, może mieć najwyżej %s znaków +commands.scoreboard.teams.add.usage=/scoreboard teams add [wyÅ›wietlana nazwa ...] +commands.scoreboard.teams.empty.alreadyEmpty=Drużyna %s jest pusta, nie można usunąć nieistniejÄ…cych graczy +commands.scoreboard.teams.empty.success=UsuniÄ™to wszystkich %s graczy z drużyny %s +commands.scoreboard.teams.empty.usage=/scoreboard teams empty +commands.scoreboard.teams.join.failure=Nie udaÅ‚o siÄ™ dodać %s graczy do drużyny %s: %s +commands.scoreboard.teams.join.success=Dodano %s graczy do drużyny %s: %s +commands.scoreboard.teams.join.usage=/scoreboard teams join [gracz] +commands.scoreboard.teams.leave.failure=Nie udaÅ‚o siÄ™ usunąć %s graczy z ich drużyn: %s +commands.scoreboard.teams.leave.noTeam=Nie jesteÅ› w drużynie +commands.scoreboard.teams.leave.success=UsuniÄ™to %s graczy z ich drużyn: %s +commands.scoreboard.teams.leave.usage=/scoreboard teams leave [gracz] +commands.scoreboard.teams.list.count=WyÅ›wietlono %s drużyn na tablicy wyników: +commands.scoreboard.teams.list.empty=Nie ma żadnych drużyn zarejestrowanych na tablicy wyników +commands.scoreboard.teams.list.entry=- %1$s: '%2$s' ma %3$s graczy +commands.scoreboard.teams.list.player.count=WyÅ›wietlono %s graczy w drużynie %s: +commands.scoreboard.teams.list.player.empty=Drużyna %s nie posiada graczy +commands.scoreboard.teams.list.player.entry=- %2$s: %1$s (%3$s) +commands.scoreboard.teams.list.usage=/scoreboard teams list [nazwa] +commands.scoreboard.teams.option.noValue=Poprawne wartoÅ›ci dla opcji %s to: %s +commands.scoreboard.teams.option.success=Ustawiono opcjÄ™ %s dla drużyny %s na %s +commands.scoreboard.teams.option.usage=/scoreboard teams option +commands.scoreboard.teams.remove.success=UsuniÄ™to drużynÄ™ %s +commands.scoreboard.teams.remove.usage=/scoreboard teams remove +commands.scoreboard.teams.usage=/scoreboard teams ... +commands.scoreboard.usage=/scoreboard ... +commands.seed.success=Ziarno: %s +commands.seed.usage=/seed +commands.setblock.failed=Nie można umieÅ›cić bloku +commands.setblock.noChange=Nie można umieÅ›cić bloku +commands.setblock.notFound=Nie ma bloku o ID/nazwie %s +commands.setblock.outOfWorld=Nie można umieÅ›cić bloku poza Å›wiatem +commands.setblock.success=Umieszczono blok +commands.setblock.tagError=Analiza data tag zawiodÅ‚a: %s +commands.setblock.usage=/setblock [dataValue] [oldBlockHandling] [dataTag] +commands.setidletimeout.success=PomyÅ›lnie ustawiono limit czasu bezczynnoÅ›ci na %s minut. +commands.setidletimeout.usage=/setidletimeout +commands.setworldspawn.success=Ustawiono punkt spawnu Å›wiata na (%s, %s, %s) +commands.setworldspawn.usage=/setworldspawn [ ] +commands.spawnpoint.success=Ustawiono punkt spawnu gracza %s na (%s, %s, %s) +commands.spawnpoint.usage=/spawnpoint [gracz] [ ] +commands.spreadplayers.failure.players=Nie można rozrzucić %s graczy wokół %s,%s (za dużo graczy w przestrzeni - spróbuj ustawić odlegÅ‚ość rozrzutu na co najwyżej %s bloków) +commands.spreadplayers.failure.teams=Nie można rozrzucić %s drużyn wokół %s,%s (za dużo graczy w przestrzeni - spróbuj ustawić odlegÅ‚ość rozrzutu na co najwyżej %s bloków) +commands.spreadplayers.info.players=(Åšrednia odlegÅ‚ość pomiÄ™dzy graczami to %s bloków od siebie po %s iteracjach) +commands.spreadplayers.info.teams=(Åšrednia odlegÅ‚ość pomiÄ™dzy drużynami to %s bloków od siebie po %s iteracjach) +commands.spreadplayers.spreading.players=Rozrzucanie %s graczy %s bloków wokół %s,%s (min. %s bloków od siebie) +commands.spreadplayers.spreading.teams=Rozrzucanie %s drużyn %s bloków wokół %s,%s (min. %s bloków od siebie) +commands.spreadplayers.success.players=PomyÅ›lnie rozrzucono %s graczy wokół %s,%s +commands.spreadplayers.success.teams=PomyÅ›lnie rozrzucono %s drużyn wokół %s,%s +commands.spreadplayers.usage=/spreadplayers +commands.stats.block.clear.usage=/stats block clear +commands.stats.block.set.usage=/stats block set +commands.stats.block.usage=/stats block ... +commands.stats.cleared=Wyczyszczono statystyki %s +commands.stats.entity.clear.usage=/stats entity clear +commands.stats.entity.set.usage=/stats entity set +commands.stats.entity.usage=/stats entity +commands.stats.failed=NieprawidÅ‚owe parametry +commands.stats.noCompatibleBlock=Blok w %s, %s, %s nie może Å›ledzić statystyk +commands.stats.success=Przechowywanie statystyk %s w %s na: %s +commands.stats.usage=/stats ... +commands.stop.start=Zatrzymywanie serwera +commands.stop.usage=/stop +commands.summon.failed=Nie można przywoÅ‚ać obiektu +commands.summon.outOfWorld=Nie można przywoÅ‚ać obiektu poza Å›wiatem +commands.summon.success=Obiekt pomyÅ›lnie przywoÅ‚any +commands.summon.tagError=Analiza data tag zawiodÅ‚a: %s +commands.summon.usage=/summon [x] [y] [z] [dataTag] +commands.tellraw.jsonException=NieprawidÅ‚owa skÅ‚adnia JSON: %s +commands.tellraw.usage=/tellraw +commands.testfor.failure=%s nie pasuje do wymaganej struktury danych +commands.testfor.success=Znaleziono %s +commands.testfor.tagError=Analiza data tag zawiodÅ‚a: %s +commands.testfor.usage=/testfor [dataTag] +commands.testforblock.failed.data=Blok w %s,%s,%s miaÅ‚ parametry data %s (oczekiwano: %s). +commands.testforblock.failed.nbt=Blok na %s,%s,%s nie miaÅ‚ wymaganych kluczy NBT. +commands.testforblock.failed.tile=Blok na %s,%s,%s to %s (oczekiwano: %s). +commands.testforblock.failed.tileEntity=Blok na %s,%s,%s nie jest bytem bloku i nie może wspomóc dopasowywania tagów. +commands.testforblock.outOfWorld=Nie można sprawdzić bloku poza Å›wiatem +commands.testforblock.success=PomyÅ›lnie znaleziono blok na %s,%s,%s. +commands.testforblock.usage=/testforblock [dataValue] [dataTag] +commands.time.added=Dodano %s do czasu +commands.time.query=Czas wynosi %s +commands.time.set=Ustawiono czas na %s +commands.time.usage=/time +commands.title.success=PomyÅ›lnie wykonano komendÄ™ tytuÅ‚owÄ… +commands.title.usage=/title ... +commands.title.usage.clear=/title clear|reset +commands.title.usage.times=/title times <Å›ciemnienie> +commands.title.usage.title=/title title|subtitle +commands.tp.notSameDimension=Nie można przenieść, ponieważ gracze nie znajdujÄ… siÄ™ w tym samym wymiarze +commands.tp.success=Przeniesiono %s do %s +commands.tp.success.coordinates=Przeteleportowano gracza %s do %s,%s,%s +commands.tp.usage=/tp [docelowy gracz] ALBO /tp [docelowy gracz] [ ] +commands.trigger.disabled=Wyzwalacz %s nie jest włączony +commands.trigger.invalidMode=NieprawidÅ‚owy tryb wyzwalacza %s +commands.trigger.invalidObjective=NieprawidÅ‚owa nazwa wyzwalacza %s +commands.trigger.invalidPlayer=Tylko gracze mogÄ… używać komendy /trigger +commands.trigger.success=Przełącznik %s zamieniony na %s %s +commands.trigger.usage=/trigger +commands.unban.failed=Nie można odbanować gracza %s +commands.unban.success=Odbanowano gracza %s +commands.unban.usage=/pardon +commands.unbanip.invalid=Podano niewÅ‚aÅ›ciwy adres IP +commands.unbanip.success=ZdjÄ™to bana z adresu IP %s +commands.unbanip.usage=/pardon-ip +commands.weather.clear=Zmieniono na bezchmurnÄ… pogodÄ™ +commands.weather.rain=Zmieniono na deszczowÄ… pogodÄ™ +commands.weather.thunder=Zmiana pogody na burzowÄ… +commands.weather.usage=/weather [czas trwania w sekundach] +commands.whitelist.add.failed=Nie można dodać gracza %s do biaÅ‚ej listy +commands.whitelist.add.success=Dodano %s do biaÅ‚ej listy +commands.whitelist.add.usage=/whitelist add +commands.whitelist.disabled=Wyłączono białą listÄ™ +commands.whitelist.enabled=Włączono białą listÄ™ +commands.whitelist.list=W grze znajduje siÄ™ %s (z %s widzianych) graczy z biaÅ‚ej listy: +commands.whitelist.reloaded=PrzeÅ‚adowano białą listÄ™ +commands.whitelist.remove.failed=Nie można usunąć gracza %s z biaÅ‚ej listy +commands.whitelist.remove.success=UsuniÄ™to %s z biaÅ‚ej listy +commands.whitelist.remove.usage=/whitelist remove +commands.whitelist.usage=/whitelist +commands.worldborder.add.usage=/worldborder add [czaswSekundach] +commands.worldborder.center.success=Ustawiono centrum granicy Å›wiata na %s,%s +commands.worldborder.center.usage=/worldborder center +commands.worldborder.damage.amount.success=Ustawiono ilość obrażeÅ„ od granicy Å›wiata na %s na blok (z %s na blok) +commands.worldborder.damage.amount.usage=/worldborder damage amount +commands.worldborder.damage.buffer.success=Ustawiono bufor obrażeÅ„ granicy Å›wiata na %s bloków (z %s bloków) +commands.worldborder.damage.buffer.usage=/worldborder damage buffer +commands.worldborder.damage.usage=/worldborder damage +commands.worldborder.get.success=Granica Å›wiata ma obecnie szerokość %s bloków +commands.worldborder.set.success=Ustawiono granicÄ™ Å›wiata na szerokość %s bloków (z %s bloków) +commands.worldborder.set.usage=/worldborder set [czaswSekundach] +commands.worldborder.setSlowly.grow.success=ZwiÄ™kszanie granicy Å›wiata z szerokoÅ›ci %s bloków (z %s bloków) na %s sekund +commands.worldborder.setSlowly.shrink.success=Zmniejszanie granicy Å›wiata szerkoÅ›ci %s bloków (z %s bloków) na %s sekund +commands.worldborder.usage=/worldborder ... +commands.worldborder.warning.distance.success=Ustawiono ostrzeżenie o granicy Å›wiata na %s bloków odlegÅ‚oÅ›ci (z %s bloków) +commands.worldborder.warning.distance.usage=/worldborder warning distance +commands.worldborder.warning.time.success=Ustawiono ostrzeżenie o granicy Å›wiata na %s sekund (z %s sekund) +commands.worldborder.warning.time.usage=/worldborder warning time +commands.worldborder.warning.usage=/worldborder warning +commands.xp.failure.widthdrawXp=Nie można przyznać graczowi ujemnych punktów doÅ›wiadczenia +commands.xp.success=Dodano %s doÅ›wiadczenia graczowi %s +commands.xp.success.levels=Dodano %s poziomów graczowi %s +commands.xp.success.negative.levels=Odebrano %s poziomów graczowi %s +commands.xp.usage=/xp [gracz] LUB /xp L [gracz] +connect.authorizing=Logowanie... +connect.connecting=ÅÄ…czenie z serwerem... +connect.failed=Nie udaÅ‚o siÄ™ połączyć z serwerem +container.beacon=Magiczna latarnia +container.brewing=Statyw alchemiczny +container.chest=Skrzynia +container.chestDouble=Wielka skrzynia +container.crafting=Konstruowanie +container.creative=Wybór przedmiotu +container.dispenser=Dozownik +container.dropper=Podajnik +container.enchant=Zaklnij +container.enchant.clue=%s . . . ? +container.enchant.lapis.many=%s lazurytów +container.enchant.lapis.one=1 lazuryt +container.enchant.level.many=%s poziomów zaklÄ™cia +container.enchant.level.one=1 poziom zaklÄ™cia +container.enderchest=Skrzynia Kresu +container.furnace=Piec +container.hopper=Lej +container.inventory=Ekwipunek +container.isLocked=Pojemnik %s jest zablokowany! +container.minecart=Wagonik +container.repair=Napraw i Nazwij +container.repair.cost=Koszt zaklÄ™cia: %1$s +container.repair.expensive=Zbyt drogie! +controls.reset=Resetuj +controls.resetAll=Resetuj wszystkie +controls.title=Sterowanie +createWorld.customize.custom.baseSize=Podstawowy rozmiar głębi +createWorld.customize.custom.biomeDepthOffset=Głębokość przesuniÄ™cia biomu +createWorld.customize.custom.biomeDepthWeight=Waga głębokoÅ›ci biomu +createWorld.customize.custom.biomeScaleOffset=Skala przesuniÄ™cia biomu +createWorld.customize.custom.biomeScaleWeight=Waga skali biomu +createWorld.customize.custom.biomeSize=Rozmiar biomu +createWorld.customize.custom.center=Wysokość Å›rodka +createWorld.customize.custom.confirm1=Spowoduje to nadpisanie twoich obecnych +createWorld.customize.custom.confirm2=ustawieÅ„ i nie może być cofniÄ™te. +createWorld.customize.custom.confirmTitle=Uwaga! +createWorld.customize.custom.coordinateScale=Skala współrzÄ™dnych +createWorld.customize.custom.count=Próby spawnu +createWorld.customize.custom.defaults=DomyÅ›lne +createWorld.customize.custom.depthNoiseScaleExponent=WykÅ‚adnik szumu głębi +createWorld.customize.custom.depthNoiseScaleX=Skala szumu głębi X +createWorld.customize.custom.depthNoiseScaleZ=Skala szumu głębi Z +createWorld.customize.custom.dungeonChance=Liczba lochów +createWorld.customize.custom.fixedBiome=Biom +createWorld.customize.custom.heightScale=Skala wysokoÅ›ci +createWorld.customize.custom.lavaLakeChance=Rzadkość jezior lawy +createWorld.customize.custom.lowerLimitScale=Dolny limit skali +createWorld.customize.custom.mainNoiseScaleX=Główna skala szumu X +createWorld.customize.custom.mainNoiseScaleY=Główna skala szumu Y +createWorld.customize.custom.mainNoiseScaleZ=Główna skala szumu Z +createWorld.customize.custom.maxHeight=Maks. wysokość +createWorld.customize.custom.minHeight=Min. wysokość +createWorld.customize.custom.next=NastÄ™pna strona +createWorld.customize.custom.page0=Podstawowe ustawienia +createWorld.customize.custom.page1=Ustawienia rud +createWorld.customize.custom.page2=Ustawienia zaawansowane (tylko dla doÅ›wiadczonych użytkowników!) +createWorld.customize.custom.page3=Dodatkowe ustawienia zaawansowane (tylko dla doÅ›wiadczonych!) +createWorld.customize.custom.preset.caveChaos=Jaskinie chaosu +createWorld.customize.custom.preset.caveDelight=Rozkosz grotoÅ‚aza +createWorld.customize.custom.preset.drought=Susza +createWorld.customize.custom.preset.goodLuck=Powodzenia +createWorld.customize.custom.preset.isleLand=Kraina wysp +createWorld.customize.custom.preset.mountains=Górskie szaleÅ„stwo +createWorld.customize.custom.preset.waterWorld=Wodny Å›wiat +createWorld.customize.custom.presets=Szablony +createWorld.customize.custom.presets.title=Dostosuj ustawienia szablonów +createWorld.customize.custom.prev=Poprzednia strona +createWorld.customize.custom.randomize=Losuj +createWorld.customize.custom.riverSize=Rozmiar rzeki +createWorld.customize.custom.seaLevel=Poziom morza +createWorld.customize.custom.size=Rozmiar spawnu +createWorld.customize.custom.spread=Wysokość rozprzestrzeniania siÄ™ +createWorld.customize.custom.stretchY=Wysokość odcinka +createWorld.customize.custom.upperLimitScale=Górny limit skali +createWorld.customize.custom.useCaves=Jaskinie +createWorld.customize.custom.useDungeons=Lochy +createWorld.customize.custom.useLavaLakes=Jeziora lawy +createWorld.customize.custom.useLavaOceans=Oceany lawy +createWorld.customize.custom.useMineShafts=Kopalnie +createWorld.customize.custom.useMonuments=Podwodne Å›wiÄ…tynie +createWorld.customize.custom.useRavines=WÄ…wozy +createWorld.customize.custom.useStrongholds=Twierdze +createWorld.customize.custom.useTemples=ÅšwiÄ…tynie +createWorld.customize.custom.useVillages=Wioski +createWorld.customize.custom.useWaterLakes=Jeziora wodne +createWorld.customize.custom.waterLakeChance=Rzadkość jezior wodnych +createWorld.customize.flat.addLayer=Dodaj warstwÄ™ +createWorld.customize.flat.editLayer=Edytuj warstwÄ™ +createWorld.customize.flat.height=Wysokość +createWorld.customize.flat.layer=%s +createWorld.customize.flat.layer.bottom=Dno - %s +createWorld.customize.flat.layer.top=Szczyt - %s +createWorld.customize.flat.removeLayer=UsuÅ„ warstwÄ™ +createWorld.customize.flat.tile=MateriaÅ‚ warstwy +createWorld.customize.flat.title=Personalizacja pÅ‚askiej mapy +createWorld.customize.presets=Szablony +createWorld.customize.presets.list=Ewentualnie wybierz któryÅ› spoÅ›ród gotowych szablonów! +createWorld.customize.presets.select=Użyj szablonu +createWorld.customize.presets.share=Chcesz siÄ™ podzielić swoim szablonem z innymi? Użyj pola poniżej! +createWorld.customize.presets.title=Wybierz szablon +death.attack.anvil=Gracz %1$s zostaÅ‚ zmiażdżony przez spadajÄ…ce kowadÅ‚o +death.attack.arrow=Gracz %1$s zostaÅ‚ zastrzelony przez gracza %2$s +death.attack.arrow.item=Gracz %1$s zostaÅ‚ zastrzelony przez gracza %2$s za pomocÄ…: %3$s +death.attack.cactus=Gracz %1$s zostaÅ‚ zakÅ‚uty na Å›mierć +death.attack.cactus.player=Gracz %1$s wszedÅ‚ na kaktus próbujÄ…c uciec przed graczem %2$s +death.attack.drown=Gracz %1$s utonÄ…Å‚ +death.attack.drown.player=Gracz %1$s utonÄ…Å‚ próbujÄ…c uciec przed graczem %2$s +death.attack.explosion=Gracz %1$s wyleciaÅ‚ w powietrze +death.attack.explosion.player=Gracz %1$s zostaÅ‚ wysadzony w powietrze przez: %2$s +death.attack.fall=Gracz %1$s zaliczyÅ‚ twarde lÄ…dowanie +death.attack.fallingBlock=Gracz %1$s zostaÅ‚ zmiażdżony przez spadajÄ…cy blok +death.attack.fireball=Gracz %1$s zostaÅ‚ trafiony kulÄ… ognia przez %2$sa +death.attack.fireball.item=Gracz %1$s zostaÅ‚ trafiony kulÄ… ognia przez %2$s za pomocÄ… %3$s +death.attack.generic=Gracz %1$s zginÄ…Å‚ +death.attack.inFire=Gracz %1$s zginÄ…Å‚ w pÅ‚omieniach +death.attack.inFire.player=Gracz %1$s wszedÅ‚ w ogieÅ„ podczas walki z graczem %2$s +death.attack.inWall=%1$s udusiÅ‚ siÄ™ w Å›cianie +death.attack.indirectMagic=Gracz %1$s zostaÅ‚ zabity przez gracza %2$s za pomocÄ… magii +death.attack.indirectMagic.item=Gracz %1$s zostaÅ‚ zabity przez gracza %2$s za pomocÄ… %3$s +death.attack.lava=Gracz %1$s próbowaÅ‚ pÅ‚ywać w lawie +death.attack.lava.player=Gracz %1$s próbowaÅ‚ pÅ‚ywać w lawie by uciec przed graczem %2$s +death.attack.lightningBolt=Gracz %1$s zostaÅ‚ trafiony piorunem +death.attack.magic=Gracz %1$s zostaÅ‚ zabity za pomocÄ… magii +death.attack.mob=%1$s zostaÅ‚ zabity przez %2$s +death.attack.onFire=Gracz %1$s spÅ‚onÄ…Å‚ żywcem +death.attack.onFire.player=Gracz %1$s spÅ‚onÄ…Å‚ podczas walki z graczem %2$s +death.attack.outOfWorld=Gracz %1$s wypadÅ‚ poza Å›wiat +death.attack.player=Gracz %1$s zostaÅ‚ zabity przez gracza %2$s +death.attack.player.item=Gracz %1$s zostaÅ‚ zabity przez gracza %2$s za pomocÄ… %3$s +death.attack.starve=Gracz %1$s umarÅ‚ z gÅ‚odu +death.attack.thorns=Gracz %1$s zostaÅ‚ zabity próbujÄ…c zranić %2$s +death.attack.thrown=Gracz %1$s zostaÅ‚ pobity przez gracza %2$s +death.attack.thrown.item=Gracz %1$s zostaÅ‚ pobity przez %2$s za pomocÄ… %3$s +death.attack.wither=Gracz %1$s obumarÅ‚ +death.fell.accident.generic=Gracz %1$s spadÅ‚ z wysokiego miejsca +death.fell.accident.ladder=Gracz %1$s spadÅ‚ z drabiny +death.fell.accident.vines=Gracz %1$s spadÅ‚ z pnÄ…czy +death.fell.accident.water=Gracz %1$s wypadÅ‚ z wody +death.fell.assist=Gracz %1$s zostaÅ‚ skazany na upadek przez gracza %2$s +death.fell.assist.item=Gracz %1$s zostaÅ‚ skazany na upadek przez gracza %2$s za pomocÄ…: %3$s +death.fell.finish=Gracz %1$s spadÅ‚ ze zbyt wysoka i zostaÅ‚ dobity przez gracza %2$s +death.fell.finish.item=Gracz %1$s spadÅ‚ ze zbyt wysoka i zostaÅ‚ dobity przez gracza %2$s za pomocÄ… %3$s +death.fell.killer=Gracz %1$s zostaÅ‚ skazany na upadek +deathScreen.deleteWorld=UsuÅ„ Å›wiat +deathScreen.hardcoreInfo=Nie możesz siÄ™ odrodzić w trybie Hardcore! +deathScreen.leaveServer=Opuść serwer +deathScreen.quit.confirm=Czy na pewno chcesz wyjść? +deathScreen.respawn=Odrodzenie +deathScreen.score=Wynik +deathScreen.title=ZginÄ…Å‚eÅ›! +deathScreen.title.hardcore=Koniec gry! +deathScreen.titleScreen=Menu główne +demo.day.1=Wersja demonstracyjna pozwala tylko na pięć dni rozgrywki, powodzenia! +demo.day.2=DzieÅ„ drugi +demo.day.3=DzieÅ„ trzeci +demo.day.4=DzieÅ„ czwarty +demo.day.5=To twój ostatni dzieÅ„! +demo.day.6=UpÅ‚ynÄ…Å‚ piÄ…ty dzieÅ„ w twoim Å›wiecie. WciÅ›nij F2, aby wykonać zrzut ekranu swojego dzieÅ‚a +demo.day.warning=Twój czas dobiega koÅ„ca! +demo.demoExpired=Czas trwania trybu demonstracyjnego siÄ™ skoÅ„czyÅ‚! +demo.help.buy=Kup teraz! +demo.help.fullWrapped=Tryb demonstracyjny pozwala na 5 minecraftowych dni gry (okoÅ‚o 1 godziny i 40 minut w czasie rzeczywistym). W menu osiÄ…gnięć możesz znaleźć wskazówki! Baw siÄ™ dobrze! +demo.help.inventory=WciÅ›nij %1$s, aby otworzyć swój ekwipunek +demo.help.jump=WciÅ›nij %1$s, aby podskoczyć +demo.help.later=Graj dalej! +demo.help.movement=Użyj %1$s, %2$s, %3$s, %4$s i myszy do poruszania siÄ™ +demo.help.movementMouse=RozglÄ…daj siÄ™ za pomocÄ… myszki +demo.help.movementShort=Poruszaj siÄ™ za pomocÄ… %1$s, %2$s, %3$s, %4$s +demo.help.title=Minecraft w trybie demonstracyjnym +demo.remainingTime=PozostaÅ‚y czas: %s +demo.reminder=Czas wersji demo upÅ‚ynÄ…Å‚. Kup grÄ™, aby kontynuować lub zagraj w nowym Å›wiecie! +difficulty.lock.question=JesteÅ› pewien, że chcesz zablokować poziom trudnoÅ›ci tego Å›wiata? BÄ™dzie to poziom %1$s i już nigdy nie bÄ™dziesz mógÅ‚ go zmienić. +difficulty.lock.title=Zablokuj poziom trudnoÅ›ci Å›wiata +disconnect.closed=Połączenie zostaÅ‚o przerwane +disconnect.disconnected=Rozłączono przez serwer +disconnect.endOfStream=Koniec transmisji +disconnect.genericReason=%s +disconnect.kicked=ZostaÅ‚ wyrzucony z gry +disconnect.loginFailed=Logowanie nie powiodÅ‚o siÄ™ +disconnect.loginFailedInfo=Logowanie nie powiodÅ‚o siÄ™: %s +disconnect.loginFailedInfo.invalidSession=Sesja wygasÅ‚a (spróbuj uruchomić ponownie grÄ™) +disconnect.loginFailedInfo.serversUnavailable=Serwery uwierzytelniajÄ…ce sÄ… obecnie w konserwacji. +disconnect.lost=Utracono połączenie +disconnect.overflow=PrzepeÅ‚nienie bufora +disconnect.quitting=Zamykanie +disconnect.spam=Wyrzucony za spamowanie +disconnect.timeout=UpÅ‚ynÄ…Å‚ limit czasu +enchantment.arrowDamage=Moc +enchantment.arrowFire=PÅ‚omieÅ„ +enchantment.arrowInfinite=NieskoÅ„czoność +enchantment.arrowKnockback=Uderzenie +enchantment.damage.all=Ostrość +enchantment.damage.arthropods=Zmora stawonogów +enchantment.damage.undead=Pogromca nieumarÅ‚ych +enchantment.digging=Wydajność +enchantment.durability=Niezniszczalność +enchantment.fire=ZaklÄ™ty ogieÅ„ +enchantment.fishingSpeed=PrzynÄ™ta +enchantment.knockback=Odrzut +enchantment.level.1=I +enchantment.level.10=X +enchantment.level.2=II +enchantment.level.3=III +enchantment.level.4=IV +enchantment.level.5=V +enchantment.level.6=VI +enchantment.level.7=VII +enchantment.level.8=VIII +enchantment.level.9=IX +enchantment.lootBonus=Grabież +enchantment.lootBonusDigger=Szczęście +enchantment.lootBonusFishing=Morska fortuna +enchantment.oxygen=Oddychanie +enchantment.protect.all=Ochrona +enchantment.protect.explosion=Ochrona przed wybuchem +enchantment.protect.fall=Powolne Opadanie +enchantment.protect.fire=Odporność na ogieÅ„ +enchantment.protect.projectile=Ochrona przed pociskami +enchantment.thorns=Ciernie +enchantment.untouching=Jedwabny dotyk +enchantment.waterWalker=Głębinowy wÄ™drowiec +enchantment.waterWorker=Wydajność pod wodÄ… +entity.ArmorStand.name=Stojak na zbrojÄ™ +entity.Arrow.name=strzaÅ‚a +entity.Bat.name=Nietoperz +entity.Blaze.name=PÅ‚omyk +entity.Boat.name=Åódka +entity.Cat.name=Kot +entity.CaveSpider.name=PajÄ…k jaskiniowy +entity.Chicken.name=Kura +entity.Cow.name=Krowa +entity.Creeper.name=Creeper +entity.EnderDragon.name=Smok Kresu +entity.Enderman.name=Enderman +entity.Endermite.name=Endermite +entity.EntityHorse.name=KoÅ„ +entity.FallingSand.name=SpadajÄ…cy blok +entity.Fireball.name=Kula ognia +entity.Ghast.name=Ghast +entity.Giant.name=Olbrzym +entity.Guardian.name=Strażnik +entity.Item.name=Przedmiot +entity.KillerBunny.name=Zabójczy królik +entity.LavaSlime.name=Kostka magmy +entity.Minecart.name=Wagonik +entity.Mob.name=Stworzenie +entity.Monster.name=Potwór +entity.MushroomCow.name=Muuchomor +entity.Ozelot.name=Ocelot +entity.Painting.name=Obraz +entity.Pig.name=Åšwinia +entity.PigZombie.name=Åšwinia-zombie +entity.PrimedTnt.name=Blok TNT +entity.Rabbit.name=Królik +entity.Sheep.name=Owca +entity.Silverfish.name=Rybik cukrowy +entity.Skeleton.name=Szkielet +entity.Slime.name=Szlam +entity.SmallFireball.name=MaÅ‚a kula ognia +entity.SnowMan.name=Åšnieżny Golem +entity.Snowball.name=Åšnieżka +entity.Spider.name=PajÄ…k +entity.Squid.name=KaÅ‚amarnica +entity.Villager.armor=PÅ‚atnerz +entity.Villager.butcher=Rzeźnik +entity.Villager.cleric=KapÅ‚an +entity.Villager.farmer=Farmer +entity.Villager.fisherman=Rybak +entity.Villager.fletcher=Åuczarz +entity.Villager.leather=Rymarz +entity.Villager.librarian=Bibliotekarz +entity.Villager.name=Osadnik +entity.Villager.shepherd=Pasterz +entity.Villager.tool=Wytwórca narzÄ™dzi +entity.Villager.weapon=Wytwórca broni +entity.VillagerGolem.name=Å»elazny Golem +entity.Witch.name=Wiedźma +entity.WitherBoss.name=Wither +entity.Wolf.name=Wilk +entity.XPOrb.name=Kula doÅ›wiadczenia +entity.Zombie.name=Zombie +entity.donkey.name=OsioÅ‚ +entity.generic.name=nieznany +entity.horse.name=KoÅ„ +entity.mule.name=MuÅ‚ +entity.skeletonhorse.name=KoÅ„ szkielet +entity.zombiehorse.name=KoÅ„ zombie +gameMode.adventure=Tryb Przygodowy +gameMode.changed=Twój tryb gry zostaÅ‚ zmieniony +gameMode.creative=Tryb Kreatywny +gameMode.hardcore=Tryb hardcore! +gameMode.spectator=Tryb widza +gameMode.survival=Tryb Przetrwania +generator.amplified=POWIĘKSZONY +generator.amplified.info=Uwaga: Tylko dla zabawy, wymaga mocnego komputera +generator.customized=Dostosowany +generator.debug_all_block_states=Tryb debugowania +generator.default=DomyÅ›lny +generator.flat=Super pÅ‚aski +generator.largeBiomes=Wielkie biomy +gui.achievements=OsiÄ…gniÄ™cia +gui.all=Wszystko +gui.back=Wstecz +gui.cancel=Anuluj +gui.done=Gotowe +gui.down=Dół +gui.no=Nie +gui.none=Brak +gui.stats=Statystyki +gui.toMenu=Wróć do menu +gui.up=Góra +gui.yes=Tak +inventory.binSlot=Zniszcz przedmiot +item.apple.name=JabÅ‚ko +item.appleGold.name=ZÅ‚ote jabÅ‚ko +item.armorStand.name=Stojak na zbrojÄ™ +item.arrow.name=StrzaÅ‚a +item.banner.black.name=Czarny sztandar +item.banner.blue.name=Niebieski sztandar +item.banner.border.black=Czarne obramowanie +item.banner.bricks.black=Czarne murowane pole +item.banner.brown.name=BrÄ…zowy sztandar +item.banner.circle.black=Czarny krÄ…g +item.banner.creeper.black=Czarna figura Creepera +item.banner.cross.black=Czarny krzyż skoÅ›ny +item.banner.curly_border.black=Czarne zÄ…bkowane obramowanie +item.banner.cyan.name=Błękitny sztandar +item.banner.diagonal_left.black=Czarna skoÅ›na lewa poÅ‚owa +item.banner.diagonal_right.black=Czarna skoÅ›na poÅ‚owa +item.banner.diagonal_up_left.black=Czarna skoÅ›na poÅ‚owa odwrócona +item.banner.diagonal_up_right.black=Czarna skoÅ›na lewa poÅ‚owa odwrócona +item.banner.flower.black=Czarna figura kwiatu +item.banner.gradient.black=Czarny gradient +item.banner.gray.name=Szary sztandar +item.banner.green.name=Zielony sztandar +item.banner.half_horizontal.black=Czarna górna poÅ‚owa +item.banner.half_horizontal_bottom.black=Czarna dolna poÅ‚owa +item.banner.half_vertical.black=Czarna lewa poÅ‚owa +item.banner.half_vertical_right.black=Czarna prawa poÅ‚owa +item.banner.lightBlue.name=Jasnoniebieski sztandar +item.banner.lime.name=Limonkowy sztandar +item.banner.magenta.name=Karmazynowy sztandar +item.banner.mojang.black=Czarne logo Mojang +item.banner.mojang.blue=Niebieskie logo Mojang +item.banner.mojang.brown=BrÄ…zowe logo Mojang +item.banner.mojang.gray=Szare logo Mojang +item.banner.mojang.green=Zielone logo Mojang +item.banner.mojang.lightBlue=Jasnoniebieskie logo Mojang +item.banner.mojang.orange=PomaraÅ„czowe logo Mojang +item.banner.mojang.pink=Różowe logo Mojang +item.banner.mojang.purple=Fioletowe logo Mojang +item.banner.mojang.red=Czerwone logo Mojang +item.banner.mojang.silver=Jasnoszare logo Mojang +item.banner.mojang.white=BiaÅ‚ka rzecz +item.banner.mojang.yellow=Żółte logo Mojang +item.banner.orange.name=PomaraÅ„czowy sztandar +item.banner.pink.name=Różowy sztandar +item.banner.purple.name=Fioletowy sztandar +item.banner.red.name=Czerwony sztandar +item.banner.rhombus.black=Czarny romb +item.banner.silver.name=Jasnoszary sztandar +item.banner.skull.black=Czarna figura czaszki +item.banner.small_stripes.black=Czarne pionowe pasy +item.banner.square_bottom_left.black=Czarny lewy narożnik u doÅ‚u +item.banner.square_bottom_left.blue=Niebieski lewy narożnik u doÅ‚u +item.banner.square_bottom_left.brown=BrÄ…zowy lewy narożnik u doÅ‚u +item.banner.square_bottom_left.cyan=Błękitny lewy narożnik u doÅ‚u +item.banner.square_bottom_left.gray=Szary lewy narożnik u doÅ‚u +item.banner.square_bottom_left.green=Zielony lewy narożnik u doÅ‚u +item.banner.square_bottom_left.lightBlue=Jasnoniebieski lewy narożnik u doÅ‚u +item.banner.square_bottom_left.lime=Limonkowy lewy narożnik u doÅ‚u +item.banner.square_bottom_left.magenta=Karmazynowy lewy narożnik u doÅ‚u +item.banner.square_bottom_left.orange=PomaraÅ„czowy lewy narożnik u doÅ‚u +item.banner.square_bottom_left.pink=Różowy lewy narożnik u doÅ‚u +item.banner.square_bottom_left.purple=Fioletowy lewy narożnik u doÅ‚u +item.banner.square_bottom_left.red=Czerwony lewy narożnik u doÅ‚u +item.banner.square_bottom_left.silver=Jasnoszary lewy narożnik u doÅ‚u +item.banner.square_bottom_left.white=BiaÅ‚y lewy narożnik u doÅ‚u +item.banner.square_bottom_left.yellow=Żółty lewy narożnik u doÅ‚u +item.banner.square_bottom_right.black=Czarny dolny prawy narożnik +item.banner.square_bottom_right.red=Czerwony dolny prawy narożnik +item.banner.square_top_left.black=Czarny lewy narożnik u góry +item.banner.square_top_right.black=Czarny górny prawy narożnik +item.banner.square_top_right.green=Zielony górny prawy narożnik +item.banner.straight_cross.black=Czarny krzyż +item.banner.straight_cross.brown=BrÄ…zowy krzyż +item.banner.straight_cross.green=Zielony krzyż +item.banner.straight_cross.orange=PomaraÅ„czowy krzyż +item.banner.straight_cross.red=Czerwony krzyż +item.banner.straight_cross.white=BiaÅ‚y krzyż +item.banner.straight_cross.yellow=Żółty krzyż +item.banner.stripe_bottom.black=Czarna podstawa +item.banner.stripe_center.black=Czarny sÅ‚up +item.banner.stripe_downleft.black=Czarny skos lewy +item.banner.stripe_downright.black=Czarny skos +item.banner.stripe_left.black=Czarna lewa flanka +item.banner.stripe_middle.black=Czarny poziomy pas +item.banner.stripe_right.black=Czarna prawa flanka +item.banner.stripe_top.black=Czarna gÅ‚owica +item.banner.triangle_bottom.black=Czarna krokiew +item.banner.triangle_top.black=Czarna krokiew odwrócona +item.banner.triangles_bottom.black=Czarna podstawa zÄ…bkowana +item.banner.triangles_top.black=Czarna gÅ‚owica zÄ…bkowana +item.banner.white.name=BiaÅ‚y sztandar +item.banner.yellow.name=Żółty sztandar +item.bed.name=Åóżko +item.beefCooked.name=Befsztyk +item.beefRaw.name=Surowa woÅ‚owina +item.blazePowder.name=PÅ‚omienny proszek +item.blazeRod.name=PÅ‚omienna różdżka +item.boat.name=Åódka +item.bone.name=Kość +item.book.name=Książka +item.bootsChain.name=Buty kolcze +item.bootsCloth.name=Skórzane buty +item.bootsDiamond.name=Diamentowe buty +item.bootsGold.name=ZÅ‚ote buty +item.bootsIron.name=Å»elazne buty +item.bow.name=Åuk +item.bowl.name=Miska +item.bread.name=Chleb +item.brewingStand.name=Statyw alchemiczny +item.brick.name=CegÅ‚a +item.bucket.name=Wiadro +item.bucketLava.name=Wiadro z lawÄ… +item.bucketWater.name=Wiadro z wodÄ… +item.cake.name=Ciasto +item.canBreak=Może niszczyć: +item.canPlace=Można kÅ‚aść na: +item.carrotGolden.name=ZÅ‚ota marchewka +item.carrotOnAStick.name=Marchewka na patyku +item.carrots.name=Marchewka +item.cauldron.name=KocioÅ‚ +item.charcoal.name=WÄ™giel drzewny +item.chestplateChain.name=NapierÅ›nik kolczy +item.chestplateCloth.name=Skórzana tunika +item.chestplateDiamond.name=Diamentowy napierÅ›nik +item.chestplateGold.name=ZÅ‚oty napierÅ›nik +item.chestplateIron.name=Å»elazny napierÅ›nik +item.chickenCooked.name=Pieczony kurczak +item.chickenRaw.name=Surowy kurczak +item.clay.name=Glina +item.clock.name=Zegar +item.coal.name=WÄ™giel +item.comparator.name=Komparator +item.compass.name=Kompas +item.cookie.name=Ciastko +item.diamond.name=Diament +item.diode.name=Przekaźnik +item.doorAcacia.name=Akacjowe drzwi +item.doorBirch.name=Brzozowe drzwi +item.doorDarkOak.name=Ciemne dÄ™bowe drzwi +item.doorIron.name=Å»elazne drzwi +item.doorJungle.name=Tropikalne drzwi +item.doorOak.name=DÄ™bowe drzwi +item.doorSpruce.name=Åšwierkowe drzwi +item.dyePowder.black.name=Torbiel z atramentem +item.dyePowder.blue.name=Lazuryt +item.dyePowder.brown.name=Ziarna kakaowe +item.dyePowder.cyan.name=Błękitny barwnik +item.dyePowder.gray.name=Szary barwnik +item.dyePowder.green.name=Kaktusowa zieleÅ„ +item.dyePowder.lightBlue.name=Jasnoniebieski barwnik +item.dyePowder.lime.name=Jasnozielony barwnik +item.dyePowder.magenta.name=Karmazynowy barwnik +item.dyePowder.orange.name=PomaraÅ„czowy barwnik +item.dyePowder.pink.name=Różowy barwnik +item.dyePowder.purple.name=Purpurowy barwnik +item.dyePowder.red.name=Różana czerwieÅ„ +item.dyePowder.silver.name=Jasnoszary barwnik +item.dyePowder.white.name=MÄ…czka kostna +item.dyePowder.yellow.name=Mleczowa żółć +item.dyed=Barwione +item.egg.name=Jajko +item.emerald.name=Szmaragd +item.emptyMap.name=Pusta mapa +item.emptyPotion.name=Butelka z wodÄ… +item.enchantedBook.name=ZaklÄ™ta książka +item.enderPearl.name=PerÅ‚a Kresu +item.expBottle.name=ZaklÄ™ta butelka +item.eyeOfEnder.name=Oko Kresu +item.feather.name=Pióro +item.fermentedSpiderEye.name=Sfermentowane oko pajÄ…ka +item.fireball.name=Ognista kula +item.fireworks.flight=Czas lotu: +item.fireworks.name=Fajerwerk +item.fireworksCharge.black=Czarny +item.fireworksCharge.blue=Niebieski +item.fireworksCharge.brown=BrÄ…zowy +item.fireworksCharge.customColor=WÅ‚asny +item.fireworksCharge.cyan=Błękitny +item.fireworksCharge.fadeTo=PrzechodzÄ…cy w +item.fireworksCharge.flicker=Iskrzenie +item.fireworksCharge.gray=Szary +item.fireworksCharge.green=Zielony +item.fireworksCharge.lightBlue=Jasnoniebieski +item.fireworksCharge.lime=Jasnozielony +item.fireworksCharge.magenta=Karmazynowy +item.fireworksCharge.name=Gwiazdka pirotechniczna +item.fireworksCharge.orange=PomaraÅ„czowy +item.fireworksCharge.pink=Różowy +item.fireworksCharge.purple=Fioletowy +item.fireworksCharge.red=Czerwony +item.fireworksCharge.silver=Jasnoszary +item.fireworksCharge.trail=Smuga +item.fireworksCharge.type=Nieznany ksztaÅ‚t +item.fireworksCharge.type.0=MaÅ‚a kula +item.fireworksCharge.type.1=Duża kula +item.fireworksCharge.type.2=KsztaÅ‚t gwiazdy +item.fireworksCharge.type.3=KsztaÅ‚t Creepera +item.fireworksCharge.type.4=Rozproszenie +item.fireworksCharge.white=BiaÅ‚y +item.fireworksCharge.yellow=Żółty +item.fish.clownfish.raw.name=BÅ‚azenek +item.fish.cod.cooked.name=Pieczona ryba +item.fish.cod.raw.name=Surowa ryba +item.fish.pufferfish.raw.name=Rozdymka +item.fish.salmon.cooked.name=Pieczony Å‚osoÅ› +item.fish.salmon.raw.name=Surowy Å‚osoÅ› +item.fishingRod.name=WÄ™dka +item.flint.name=KrzemieÅ„ +item.flintAndSteel.name=Krzesiwo +item.flowerPot.name=Doniczka +item.frame.name=Ramka na przedmiot +item.ghastTear.name=Åza Ghasta +item.glassBottle.name=Szklana butelka +item.goldNugget.name=Samorodek zÅ‚ota +item.hatchetDiamond.name=Diamentowa siekiera +item.hatchetGold.name=ZÅ‚ota siekiera +item.hatchetIron.name=Å»elazna siekiera +item.hatchetStone.name=Kamienna siekiera +item.hatchetWood.name=Drewniana siekiera +item.helmetChain.name=HeÅ‚m kolczy +item.helmetCloth.name=Skórzana czapka +item.helmetDiamond.name=Diamentowy heÅ‚m +item.helmetGold.name=ZÅ‚oty heÅ‚m +item.helmetIron.name=Å»elazny heÅ‚m +item.hoeDiamond.name=Diamentowa motyka +item.hoeGold.name=ZÅ‚ota motyka +item.hoeIron.name=Å»elazna motyka +item.hoeStone.name=Kamienna motyka +item.hoeWood.name=Drewniana motyka +item.horsearmordiamond.name=Diamentowa zbroja koÅ„ska +item.horsearmorgold.name=ZÅ‚ota zbroja koÅ„ska +item.horsearmormetal.name=Å»elazna zbroja koÅ„ska +item.ingotGold.name=Sztabka zÅ‚ota +item.ingotIron.name=Sztabka żelaza +item.leash.name=Smycz +item.leather.name=Skóra +item.leaves.name=LiÅ›cie +item.leggingsChain.name=Nogawice kolcze +item.leggingsCloth.name=Skórzane spodnie +item.leggingsDiamond.name=Diamentowe nogawice +item.leggingsGold.name=ZÅ‚ote nogawice +item.leggingsIron.name=Å»elazne nogawice +item.magmaCream.name=Magmowy krem +item.map.name=Mapa +item.melon.name=Arbuz +item.milk.name=Mleko +item.minecart.name=Wagonik +item.minecartChest.name=Wagonik ze skrzyniÄ… +item.minecartCommandBlock.name=Wagonik z blokiem poleceÅ„ +item.minecartFurnace.name=Wagonik z piecem +item.minecartHopper.name=Wagonik z lejem +item.minecartTnt.name=Wagonik z TNT +item.monsterPlacer.name=Spawn: +item.mushroomStew.name=Zupa grzybowa +item.muttonCooked.name=Pieczona baranina +item.muttonRaw.name=Surowa baranina +item.nameTag.name=Znacznik +item.netherStalkSeeds.name=Netherowa brodawka +item.netherStar.name=Netherowa gwiazda +item.netherbrick.name=Netherowa cegÅ‚a +item.netherquartz.name=Kwarc +item.painting.name=Obraz +item.paper.name=Papier +item.pickaxeDiamond.name=Diamentowy kilof +item.pickaxeGold.name=ZÅ‚oty kilof +item.pickaxeIron.name=Å»elazny kilof +item.pickaxeStone.name=Kamienny kilof +item.pickaxeWood.name=Drewniany kilof +item.porkchopCooked.name=Pieczony schab +item.porkchopRaw.name=Surowy schab +item.potato.name=Ziemniak +item.potatoBaked.name=Pieczony ziemniak +item.potatoPoisonous.name=TrujÄ…cy ziemniak +item.potion.name=Mikstura +item.prismarineCrystals.name=KrysztaÅ‚y pryzmarynu +item.prismarineShard.name=OdÅ‚amek pryzmarynu +item.pumpkinPie.name=Placek dyniowy +item.rabbitCooked.name=Pieczony królik +item.rabbitFoot.name=Królicza Å‚apka +item.rabbitHide.name=Królicza skóra +item.rabbitRaw.name=Surowy królik +item.rabbitStew.name=Potrawka z królika +item.record.11.desc=C418 – 11 +item.record.13.desc=C418 – 13 +item.record.blocks.desc=C418 – blocks +item.record.cat.desc=C418 – cat +item.record.chirp.desc=C418 – chirp +item.record.far.desc=C418 – far +item.record.mall.desc=C418 – mall +item.record.mellohi.desc=C418 – mellohi +item.record.name=PÅ‚yta muzyczna +item.record.stal.desc=C418 – stal +item.record.strad.desc=C418 – strad +item.record.wait.desc=C418 – wait +item.record.ward.desc=C418 – ward +item.redstone.name=Czerwony proszek +item.reeds.name=Trzcina cukrowa +item.rottenFlesh.name=ZgniÅ‚e miÄ™so +item.ruby.name=Rubin +item.saddle.name=SiodÅ‚o +item.seeds.name=Nasiona +item.seeds_melon.name=Nasiona arbuza +item.seeds_pumpkin.name=Nasiona dyni +item.shears.name=Nożyce +item.shovelDiamond.name=Diamentowa Å‚opata +item.shovelGold.name=ZÅ‚ota Å‚opata +item.shovelIron.name=Å»elazna Å‚opata +item.shovelStone.name=Kamienna Å‚opata +item.shovelWood.name=Drewniana Å‚opata +item.sign.name=Tabliczka +item.skull.char.name=GÅ‚owa +item.skull.creeper.name=GÅ‚owa Creepera +item.skull.player.name=GÅ‚owa %s +item.skull.skeleton.name=Czaszka szkieleta +item.skull.wither.name=Czaszka mrocznego szkieleta +item.skull.zombie.name=GÅ‚owa zombie +item.slimeball.name=Kula szlamu +item.snowball.name=Åšnieżka +item.speckledMelon.name=LÅ›niÄ…cy arbuz +item.spiderEye.name=Oko pajÄ…ka +item.stick.name=Patyk +item.string.name=Nić +item.sugar.name=Cukier +item.sulphur.name=Proch +item.swordDiamond.name=Diamentowy miecz +item.swordGold.name=ZÅ‚oty miecz +item.swordIron.name=Å»elazny miecz +item.swordStone.name=Kamienny miecz +item.swordWood.name=Drewniany miecz +item.unbreakable=Niezniszczalne +item.wheat.name=Pszenica +item.writingBook.name=Książka z piórem +item.writtenBook.name=Zapisana książka +item.yellowDust.name=JasnopyÅ‚ +itemGroup.brewing=Alchemia +itemGroup.buildingBlocks=Bloki budowlane +itemGroup.combat=Walka +itemGroup.decorations=Bloki dekoracyjne +itemGroup.food=Å»ywność +itemGroup.inventory=Ekwipunek +itemGroup.materials=MateriaÅ‚y +itemGroup.misc=Różne +itemGroup.redstone=Mechanizmy +itemGroup.search=Szukaj przedmiotów +itemGroup.tools=NarzÄ™dzia +itemGroup.transportation=Transport +key.attack=Atakuj/niszcz +key.back=Idź do tyÅ‚u +key.categories.gameplay=Rozgrywka +key.categories.inventory=Ekwipunek +key.categories.misc=Różne +key.categories.movement=Ruch +key.categories.multiplayer=Gra wieloosobowa +key.categories.stream=Transmisja +key.categories.ui=Interfejs gry +key.chat=Otwórz czat +key.command=Wpisywanie komendy +key.drop=Upuść przedmiot +key.forward=Idź do przodu +key.fullscreen=Przełącz peÅ‚ny ekran +key.hotbar.1=Slot 1 paska szybkiego wyboru +key.hotbar.2=Slot 2 paska szybkiego wyboru +key.hotbar.3=Slot 3 paska szybkiego wyboru +key.hotbar.4=Slot 4 paska szybkiego wyboru +key.hotbar.5=Slot 5 paska szybkiego wyboru +key.hotbar.6=Slot 6 paska szybkiego wyboru +key.hotbar.7=Slot 7 paska szybkiego wyboru +key.hotbar.8=Slot 8 paska szybkiego wyboru +key.hotbar.9=Slot 9 paska szybkiego wyboru +key.inventory=Ekwipunek +key.jump=Skok +key.left=Idź w lewo +key.mouseButton=Przycisk %1$s +key.pickItem=Wybierz blok +key.playerlist=Lista graczy +key.right=Idź w prawo +key.screenshot=Zrób zrzut ekranu +key.smoothCamera=Przełącz tryb kamery filmowej +key.sneak=Skradanie +key.spectatorOutlines=Wyróżnienie graczy (widzów) +key.sprint=Sprint +key.streamCommercial=Pokaż reklamy podczas transmisji +key.streamPauseUnpause=Wstrzymaj/Wznów transmisjÄ™ +key.streamStartStop=Rozpocznij/Zatrzymaj transmisjÄ™ +key.streamToggleMic=NaciÅ›nij i mów/wycisz +key.togglePerspective=Przełącz perspektywÄ™ +key.use=Użyj przedmiotu/umieść blok +lanServer.otherPlayers=Opcje dla innych graczy +lanServer.scanning=Szukanie gier w sieci lokalnej +lanServer.start=Uruchom Å›wiat w sieci lokalnej +lanServer.title=Åšwiat w sieci lokalnej +language.code=pl_PL +language.name=Polski +language.region=Polska +mcoServer.title=Internetowy Å›wiat Minecrafta +menu.convertingLevel=Konwertowanie Å›wiata +menu.disconnect=Rozłącz +menu.game=Menu gry +menu.generatingLevel=Generowanie Å›wiata +menu.generatingTerrain=Generowanie terenu +menu.loadingLevel=Wczytywanie Å›wiata +menu.multiplayer=Tryb wieloosobowy +menu.online=Minecraft Realms +menu.options=Opcje... +menu.playdemo=Graj w Åšwiecie demonstracyjnym +menu.quit=Wyjdź z gry +menu.resetdemo=Zresetuj Åšwiat demonstracyjny +menu.respawning=Odradzanie +menu.returnToGame=Powrót do gry +menu.returnToMenu=Zapisz i wyjdź do menu +menu.shareToLan=UdostÄ™pnij przez LAN +menu.simulating=WstÄ™pne symulowanie Å›wiata +menu.singleplayer=Tryb jednoosobowy +menu.switchingLevel=Zmiana Å›wiata +merchant.deprecated=Przehandluj coÅ› innego, aby odblokować! +mount.onboard=WciÅ›nij %1$s aby wysiąść +multiplayer.connect=Połącz +multiplayer.downloadingStats=Pobieranie statystyk i osiÄ…gnięć... +multiplayer.downloadingTerrain=Pobieranie terenu +multiplayer.info1=Minecraft w trybie wieloosobowym nie jest jeszcze ukoÅ„czony, ale +multiplayer.info2=można już zagrać we wczesnÄ… wersjÄ™ testowÄ…. +multiplayer.ipinfo=Wprowadź IP serwera, aby siÄ™ z nim połączyć: +multiplayer.player.joined=Gracz %s dołączyÅ‚ do gry +multiplayer.player.joined.renamed=Gracz %s (dawniej znany jako %s) dołączyÅ‚ do gry +multiplayer.player.left=Gracz %s opuÅ›ciÅ‚ grÄ™ +multiplayer.stopSleeping=WstaÅ„ z łóżka +multiplayer.texturePrompt.line1=Ten serwer zaleca użycie niestandardowej paczki zasobów. +multiplayer.texturePrompt.line2=Czy chcesz go automatycznie Å›ciÄ…gnąć i zainstalować? +multiplayer.title=Tryb wieloosobowy +options.advancedButton=Zaawansowane ustawienia graficzne... +options.advancedOpengl=Zaawansowany OpenGL +options.advancedVideoTitle=Zaawansowane ustawienia graficzne +options.anaglyph=Anaglifowe 3D +options.ao=GÅ‚adkie oÅ›wietlenie +options.ao.max=Maksymalne +options.ao.min=Minimalne +options.ao.off=WYÅ. +options.blockAlternatives=Alternatywne bloki +options.chat.color=Kolory +options.chat.height.focused=Wysokość aktywna +options.chat.height.unfocused=Wysokość nieaktywna +options.chat.links=Linki do stron +options.chat.links.prompt=Ostrzeż przed otwarciem linku +options.chat.opacity=Przezroczystość +options.chat.scale=Skala +options.chat.title=Ustawienia czatu... +options.chat.visibility=Czat +options.chat.visibility.full=Widoczny +options.chat.visibility.hidden=Niewidoczny +options.chat.visibility.system=Jedynie komendy +options.chat.width=Szerokość +options.controls=Sterowanie... +options.customizeTitle=Dostosuj ustawienia Å›wiata +options.difficulty=Poziom trudnoÅ›ci +options.difficulty.easy=Åatwy +options.difficulty.hard=Trudny +options.difficulty.hardcore=Hardcore +options.difficulty.normal=Normalny +options.difficulty.peaceful=Pokojowy +options.farWarning1=Zalecana jest 64-bitowa wersja Javy dla +options.farWarning2=dużej odlegÅ‚oÅ›ci renderowania (posiadasz wersjÄ™ 32-bitowÄ…) +options.fboEnable=Włącz FBO +options.forceUnicodeFont=WymuÅ› czcionkÄ™ Unicode +options.fov=Pole widzenia +options.fov.max=Quake Pro +options.fov.min=Normalne +options.framerateLimit=Maksymalne FPS +options.framerateLimit.max=Nieograniczona +options.fullscreen=PeÅ‚ny ekran +options.gamma=Jasność +options.gamma.max=Jaskrawa +options.gamma.min=Nastrojowa +options.graphics=Jakość grafiki +options.graphics.fancy=DokÅ‚adna +options.graphics.fast=Szybka +options.guiScale=Wielkość Interfejsu +options.guiScale.auto=Automatyczna +options.guiScale.large=Duża +options.guiScale.normal=Normalna +options.guiScale.small=MaÅ‚a +options.hidden=Niewidoczne +options.invertMouse=Odwróć oÅ› myszy +options.language=JÄ™zyk... +options.languageWarning=TÅ‚umaczenia mogÄ… nie być w 100%% dokÅ‚adne +options.mipmapLevels=Poziomy mipmappingu +options.modelPart.cape=Peleryna +options.modelPart.hat=Kapelusz +options.modelPart.jacket=Kurtka +options.modelPart.left_pants_leg=Lewa nogawka +options.modelPart.left_sleeve=Lewy rÄ™kaw +options.modelPart.right_pants_leg=Prawa nogawka +options.modelPart.right_sleeve=Prawy rÄ™kaw +options.multiplayer.title=Ustawienia gry wieloosobowej... +options.music=Muzyka +options.off=WyÅ‚. +options.on=WÅ‚. +options.particles=CzÄ…stki +options.particles.all=Wszystkie +options.particles.decreased=Ograniczone +options.particles.minimal=Minimalne +options.performanceButton=Ustawienia wydajnoÅ›ci grafiki... +options.performanceVideoTitle=Ustawienia wydajnoÅ›ci grafiki +options.postButton=Ustawienia przetwarzania koÅ„cowego... +options.postProcessEnable=Włącz przetwarzanie koÅ„cowe +options.postVideoTitle=Ustawienia przetwarzania koÅ„cowego +options.qualityButton=Ustawienia jakoÅ›ci grafiki... +options.qualityVideoTitle=Ustawienia jakoÅ›ci grafiki +options.reducedDebugInfo=Zmniejszone Informacje o debugowaniu +options.renderClouds=Chmury +options.renderDistance=OdlegÅ‚ość renderowania +options.renderDistance.far=Daleka +options.renderDistance.normal=Normalna +options.renderDistance.short=Krótka +options.renderDistance.tiny=Niewielka +options.resourcepack=Paczki zasobów... +options.saturation=Nasycenie +options.sensitivity=CzuÅ‚ość +options.sensitivity.max=HIPERPRĘDKOŚĆ!!! +options.sensitivity.min=*ziew* +options.skinCustomisation=Dostosowywanie skórki... +options.skinCustomisation.title=Dostosowywanie skórki +options.snooper=Zezwalaj na wysyÅ‚anie +options.snooper.desc=ChcielibyÅ›my zebrać informacje o sprzÄ™cie znajdujÄ…cym siÄ™ w twoim komputerze, abyÅ›my mogli, ulepszać grÄ™ Minecraft wiedzÄ…c, który sprzÄ™t możemy wspierać, a który sprawia problemy. Zebrane informacje sÄ… anonimowe i przedstawione poniżej. Obiecujemy, że nie użyjemy tych danych do zÅ‚ych celów, ale jeżeli jesteÅ› niepewny, zawsze możesz wyłączyć wysyÅ‚anie tych informacji! +options.snooper.title=Zbiór specyfikacji komputera +options.snooper.view=Ustawienia Snoopera... +options.sound=DźwiÄ™k +options.sounds=Muzyka i dźwiÄ™k... +options.sounds.title=Opcje muzyki i dźwiÄ™ku +options.stream=Ustawienia transmisji... +options.stream.bytesPerPixel=Jakość +options.stream.changes=Aby zaszÅ‚y zmiany, może być potrzebne ponowne rozpoczÄ™cie transmisji. +options.stream.chat.enabled=Włącz +options.stream.chat.enabled.always=Zawsze +options.stream.chat.enabled.never=Nigdy +options.stream.chat.enabled.streaming=Podczas transmisji +options.stream.chat.title=Ustawienia chatu na Twitchu +options.stream.chat.userFilter=Filtr użytkownika +options.stream.chat.userFilter.all=Wszyscy widzowie +options.stream.chat.userFilter.mods=Moderatorzy +options.stream.chat.userFilter.subs=Subskrybenci +options.stream.compression=Kompresja +options.stream.compression.high=Wysoka +options.stream.compression.low=Niska +options.stream.compression.medium=Åšrednia +options.stream.estimation=Szacowana rozdzielczość: %sx%s +options.stream.fps=Szybkość klatek +options.stream.ingest.reset=Resetuj preferencje +options.stream.ingest.title=Serwery transmisji na Twitchu +options.stream.ingestSelection=Lista serwerów +options.stream.kbps=Przepustowość +options.stream.micToggleBehavior=NaciÅ›nij i +options.stream.micVolumne=GÅ‚oÅ›ność mikrofonu +options.stream.mic_toggle.mute=Wycisz +options.stream.mic_toggle.talk=Mów +options.stream.sendMetadata=WysyÅ‚aj metadane +options.stream.systemVolume=GÅ‚oÅ›ność systemu +options.stream.title=Ustawienia transmisji na Twitchu +options.title=Opcje +options.touchscreen=Tryb ekranu dotykowego +options.vbo=Używaj VBO +options.video=Ustawienia graficzne... +options.videoTitle=Ustawienia graficzne +options.viewBobbing=Animacja chodzenia +options.visible=Widoczne +options.vsync=Używaj synchronizacji pionowej +potion.absorption=Absorbcja +potion.absorption.postfix=Mikstura absorpcji +potion.blindness=Åšlepota +potion.blindness.postfix=Mikstura Å›lepoty +potion.confusion=NudnoÅ›ci +potion.confusion.postfix=Mikstura nudnoÅ›ci +potion.damageBoost=SiÅ‚a +potion.damageBoost.postfix=Mikstura siÅ‚y +potion.digSlowDown=Wyczerpanie +potion.digSlowDown.postfix=Mikstura wyczerpania +potion.digSpeed=PoÅ›piech +potion.digSpeed.postfix=Mikstura poÅ›piechu +potion.effects.whenDrank=Po zastosowaniu: +potion.empty=Brak efektów +potion.fireResistance=Odporność na ogieÅ„ +potion.fireResistance.postfix=Mikstura odpornoÅ›ci na ogieÅ„ +potion.harm=Natychmiastowe obrażenia +potion.harm.postfix=Mikstura krzywdy +potion.heal=Natychmiastowe leczenie +potion.heal.postfix=Mikstura leczenia +potion.healthBoost=ZwiÄ™kszenie życia +potion.healthBoost.postfix=Mikstura zwiÄ™kszenia życia +potion.hunger=Głód +potion.hunger.postfix=Mikstura gÅ‚odu +potion.invisibility=Niewidzialność +potion.invisibility.postfix=Mikstura niewidzialnoÅ›ci +potion.jump=ZwiÄ™kszony skok +potion.jump.postfix=Mikstura skoku +potion.moveSlowdown=Spowolnienie +potion.moveSlowdown.postfix=Mikstura spowolnienia +potion.moveSpeed=Szybkość +potion.moveSpeed.postfix=Mikstura szybkoÅ›ci +potion.nightVision=Widzenie w ciemnoÅ›ci +potion.nightVision.postfix=Mikstura widzenia w ciemnoÅ›ci +potion.poison=Trucizna +potion.poison.postfix=TrujÄ…ca mikstura +potion.potency.1=II +potion.potency.2=III +potion.potency.3=IV +potion.prefix.acrid=DrażniÄ…ca +potion.prefix.artless=Naturalna +potion.prefix.awkward=Klarowna +potion.prefix.bland=Åagodna +potion.prefix.bulky=Cierpka +potion.prefix.bungling=Paskudna +potion.prefix.buttered=MaÅ›lana +potion.prefix.charming=Urokliwa +potion.prefix.clear=Czysta +potion.prefix.cordial=Serdeczna +potion.prefix.dashing=Ognista +potion.prefix.debonair=Jowialna +potion.prefix.diffuse=Rozproszona +potion.prefix.elegant=Wykwintna +potion.prefix.fancy=Luksusowa +potion.prefix.flat=Bezbarwna +potion.prefix.foul=Zepsuta +potion.prefix.grenade=Miotana +potion.prefix.gross=Obrzydliwa +potion.prefix.harsh=Ostra +potion.prefix.milky=Mleczna +potion.prefix.mundane=MÄ™tna +potion.prefix.odorless=Bezwonna +potion.prefix.potent=Silna +potion.prefix.rank=CuchnÄ…ca +potion.prefix.refined=Rafinowana +potion.prefix.smooth=GÅ‚adka +potion.prefix.sparkling=MusujÄ…ca +potion.prefix.stinky=ÅšmierdzÄ…ca +potion.prefix.suave=SÅ‚odka +potion.prefix.thick=GÄ™sta +potion.prefix.thin=Rozrzedzona +potion.prefix.uninteresting=Nieciekawa +potion.regeneration=Regeneracja +potion.regeneration.postfix=Mikstura regeneracji +potion.resistance=Odporność +potion.resistance.postfix=Mikstura odpornoÅ›ci +potion.saturation=Nasycenie +potion.saturation.postfix=Mikstura nasycenia +potion.waterBreathing=Oddychanie pod wodÄ… +potion.waterBreathing.postfix=Mikstura oddychania pod wodÄ… +potion.weakness=OsÅ‚abienie +potion.weakness.postfix=Mikstura osÅ‚abienia +potion.wither=Obumieranie +potion.wither.postfix=Mikstura Zepsucia +record.nowPlaying=Teraz odtwarzane: %s +resourcePack.available.title=DostÄ™pne paczki zasobów +resourcePack.folderInfo=(Tutaj umieść paczki zasobów) +resourcePack.openFolder=Otwórz folder z paczkami zasobów +resourcePack.selected.title=Wybrane paczki zasobów +resourcePack.title=Wybierz paczkÄ™ zasobów +screenshot.failure=Nie można zapisać zrzutu ekranu: %s +screenshot.success=Zapisano zrzut ekranu jako %s +selectServer.add=Dodaj serwer +selectServer.defaultName=Serwer Minecrafta +selectServer.delete=UsuÅ„ +selectServer.deleteButton=UsuÅ„ +selectServer.deleteQuestion=Czy na pewno chcesz usunąć ten serwer? +selectServer.deleteWarning=zostanie utracony na zawsze! (to naprawdÄ™ dÅ‚ugo!) +selectServer.direct=Połączenie bezpoÅ›rednie +selectServer.edit=Edytuj +selectServer.empty=pusty +selectServer.hiddenAddress=(Ukryte) +selectServer.refresh=OdÅ›wież +selectServer.select=Dołącz +selectServer.title=Wybierz serwer +selectWorld.allowCommands=Zezwalaj na kody: +selectWorld.allowCommands.info=Komendy typu /gamemode, /xp +selectWorld.bonusItems=Bonusowa skrzynia: +selectWorld.cheats=Kody +selectWorld.conversion=Wymaga konwersji! +selectWorld.create=Stwórz nowy Å›wiat +selectWorld.createDemo=Graj w nowym Å›wiecie demonstracyjnym +selectWorld.customizeType=Dostosuj +selectWorld.delete=UsuÅ„ +selectWorld.deleteButton=UsuÅ„ +selectWorld.deleteQuestion=Czy na pewno chcesz usunąć ten Å›wiat? +selectWorld.deleteWarning=zostanie utracony na zawsze! (to naprawdÄ™ dÅ‚ugo!) +selectWorld.empty=pusty +selectWorld.enterName=Nazwa Å›wiata +selectWorld.enterSeed=Ziarno dla Generatora Åšwiata +selectWorld.gameMode=Tryb gry +selectWorld.gameMode.adventure=Przygoda +selectWorld.gameMode.adventure.line1=Zasady jak w trybie przetrwania, ale bloki nie mogÄ… +selectWorld.gameMode.adventure.line2=być postawione lub niszczone +selectWorld.gameMode.creative=Kreatywny +selectWorld.gameMode.creative.line1=Nieograniczone materiaÅ‚y, latanie i +selectWorld.gameMode.creative.line2=natychmiastowe niszczenie bloków +selectWorld.gameMode.hardcore=Hardcore +selectWorld.gameMode.hardcore.line1=Taki sam jak tryb przetrwania, zablokowany na najwyższym +selectWorld.gameMode.hardcore.line2=poziomie trudnoÅ›ci i tylko jedno życie +selectWorld.gameMode.spectator=Widz +selectWorld.gameMode.spectator.line1=Możesz patrzeć, ale nie dotykać +selectWorld.gameMode.survival=Przetrwanie +selectWorld.gameMode.survival.line1=Szukaj surowców, wytwarzaj przedmioty, +selectWorld.gameMode.survival.line2=zdobywaj poziomy, jedz i dbaj o zdrowie +selectWorld.hardcoreMode=Hardcore: +selectWorld.hardcoreMode.info=Åšwiat jest usuwany po Å›mierci +selectWorld.mapFeatures=Generuj struktury: +selectWorld.mapFeatures.info=Wioski, lochy itp. +selectWorld.mapType=Typ Å›wiata: +selectWorld.mapType.normal=Normalny +selectWorld.moreWorldOptions=WiÄ™cej opcji Å›wiata... +selectWorld.newWorld=Nowy Å›wiat +selectWorld.newWorld.copyOf=Kopia %s +selectWorld.recreate=Odtwórz +selectWorld.rename=ZmieÅ„ nazwÄ™ +selectWorld.renameButton=ZmieÅ„ nazwÄ™ +selectWorld.renameTitle=ZmieÅ„ nazwÄ™ Å›wiata +selectWorld.resultFolder=Zostanie zapisany w: +selectWorld.seedInfo=Pozostaw puste, aby wylosować ziarno +selectWorld.select=Graj w wybranym Å›wiecie +selectWorld.title=Wybierz Å›wiat +selectWorld.world=Åšwiat +sign.edit=Edytuj treść tabliczki +soundCategory.ambient=Otoczenie/Åšrodowisko +soundCategory.block=Bloki +soundCategory.hostile=Wrogie stworzenia +soundCategory.master=Główny poziom gÅ‚oÅ›noÅ›ci +soundCategory.music=Muzyka +soundCategory.neutral=Przyjazne stworzenia +soundCategory.player=Gracze +soundCategory.record=Szafa grajÄ…ca/Bloki dźwiÄ™kowe +soundCategory.weather=Pogoda +stat.animalsBred=Rozmnożone zwierzÄ™ta +stat.blocksButton=Bloki +stat.boatOneCm=Dystans przebyty łódkÄ… +stat.breakItem=%1$s zużytych +stat.climbOneCm=Dystans przebyty wspinajÄ…c siÄ™ +stat.craftItem=%1$s wytworzonych +stat.crafted=Wytworzonych +stat.createWorld=Stworzone Å›wiaty +stat.crouchOneCm=Dystans przebyty kucajÄ…c +stat.damageDealt=Zadanych obrażeÅ„ +stat.damageTaken=Otrzymanych obrażeÅ„ +stat.deaths=Liczba zgonów +stat.depleted=Zużytych +stat.diveOneCm=Dystans przebyty nurkujÄ…c +stat.drop=Upuszczonych przedmiotów +stat.entityKilledBy=%s zabiÅ‚(a) CiÄ™ %s raz(y) +stat.entityKilledBy.none=Nigdy nie zostaÅ‚eÅ› zabity przez %s +stat.entityKills=ZabiÅ‚eÅ› %s %s +stat.entityKills.none=Nigdy nie zabiÅ‚eÅ› %s +stat.fallOneCm=Dystans przebyty spadajÄ…c +stat.fishCaught=ZÅ‚owionych ryb +stat.flyOneCm=Dystans przebyty lecÄ…c +stat.generalButton=Ogólne +stat.horseOneCm=Dystans przebyty na koniu +stat.itemsButton=Przedmioty +stat.joinMultiplayer=DołączeÅ„ do gry wieloosobowej +stat.jump=Skoków +stat.junkFished=WyÅ‚owione Å›mieci +stat.leaveGame=Wyjść z gry +stat.loadWorld=Wczytanych gier +stat.mineBlock=%1$s wydobytych +stat.minecartOneCm=Dystans przebyty w wagoniku +stat.mined=Wydobytych +stat.mobKills=Zabitych stworzeÅ„ +stat.mobsButton=Moby +stat.pigOneCm=Dystans przebyty na Å›wini +stat.playOneMinute=Minut gry +stat.playerKills=Zabitych graczy +stat.sprintOneCm=Dystans przebyty sprintujÄ…c +stat.startGame=Liczba gier +stat.swimOneCm=Dystans przebyty wpÅ‚aw +stat.talkedToVillager=Rozmowy z wieÅ›niakami +stat.timeSinceDeath=Od ostatniej Å›mierci +stat.tradedWithVillager=Handle z osadnikami +stat.treasureFished=WyÅ‚owione skarby +stat.useItem=%1$s użytych +stat.used=Użyć +stat.walkOneCm=Dystans przebyty pieszo +stats.tooltip.type.achievement=OsiÄ…gniÄ™cie +stats.tooltip.type.statistic=Statystyki +stream.confirm_start=Czy na pewno chcesz rozpocząć transmisjÄ™? +stream.unavailable.account_not_bound=Zanim bÄ™dziesz mógÅ‚ transmitować Minecrafta przez Twitch, musisz połączyć twoje konto na Twitchu z mojang.com. Czy chcesz to zrobić teraz? +stream.unavailable.account_not_bound.okay=Połącz konta +stream.unavailable.account_not_migrated=Zanim bÄ™dziesz mógÅ‚ nadawać Minecraft poprzez Twitch musisz migrować swoje konto Minecraft na konto Mojang. Czy chcesz zrobić to teraz? +stream.unavailable.account_not_migrated.okay=Migruj konto +stream.unavailable.failed_auth=Uwierzytelnianie z Twitchem nie powiodÅ‚o siÄ™. Przejdź na mojang.com i ponownie połącz swoje konto na Twitchu. +stream.unavailable.failed_auth.okay=Ponownie połącz konta +stream.unavailable.failed_auth_error=Nie można uwierzytelnić z Twitchem. Spróbuj ponownie później. +stream.unavailable.initialization_failure=Nie można zainicjować Twitch SDK. +stream.unavailable.initialization_failure.extra=(Powód: %s) +stream.unavailable.library_arch_mismatch=Niestandardowa wersja javy użyta do uruchomienia Minecrafta ma innÄ… architekturÄ™ niż użyta do uruchomienia launchera. Upewnij siÄ™, że obie sÄ… takie same, 32-bitowe lub 64-bitowe. +stream.unavailable.library_failure=Nie można zaÅ‚adować bibliotek potrzebnych do zintegrowanej usÅ‚ugi transmisji na Twitchu. +stream.unavailable.no_fbo=Twoja karta graficzna potrzebuje wsparcia co najmniej wersji 3.0 OpenGL albo obiektów buforowych przez rozszerzenie, aby użyć zintegrowanej transmisji na Twitchu. +stream.unavailable.no_fbo.arb=Wsparcie obiektu buforowego przez ARB to: %s +stream.unavailable.no_fbo.blend=Osobne wsparcie blendingu przez EXT to: %s +stream.unavailable.no_fbo.ext=Wsparcie obiektu buforowego przez EXT to: %s +stream.unavailable.no_fbo.version=Obecnie używasz: %s +stream.unavailable.not_supported.mac=Niestety zintegrowana transmisja przez Twitch na Macu wymaga nowszej wersji OSX niż twoja. Musisz używać 10.7 (Mac OS X Lion) lub nowszego, żeby móc używać tej usÅ‚ugi. Czy chcesz odwiedzić apple.com, aby dowiedzieć siÄ™ wiÄ™cej o aktualizacji? +stream.unavailable.not_supported.mac.okay=Aktualizuj +stream.unavailable.not_supported.other=Niestety zintegrowana transmisja przez Twitch wymaga Windowsa (Vista lub nowszego) lub Maca OS X (10.7/Lion lub nowszego) +stream.unavailable.not_supported.windows=Niestety zintegrowana transmisja na Twitchu wymaga nowszej wersji Windowsa niż twoja. Musisz mieć co najmniej Windows Vista lub nowszy. +stream.unavailable.report_to_mojang=ZgÅ‚oÅ› do Mojang +stream.unavailable.soundflower.chat=Soundflower jest wymagany, aby móc transmitować na Macu. %s +stream.unavailable.soundflower.chat.link=Kliknij tutaj, aby go zainstalować. +stream.unavailable.title=Transmisja na Twitchu niedostÄ™pna +stream.unavailable.unknown=Niestety nie możesz transmitować na Twitchu w tym momencie. I nie wiemy, dlaczego :'( +stream.unavailable.unknown.chat=Nie można rozpocząć transmisji: %s +stream.user.mode.administrator=Administrator Twitcha +stream.user.mode.banned=Zbanowany +stream.user.mode.banned.other=Zbanowany na kanale użytkownika %s +stream.user.mode.banned.self=Zbanowany na twoim kanale +stream.user.mode.broadcaster=Nadawca +stream.user.mode.broadcaster.other=Nadawca +stream.user.mode.broadcaster.self=Nadawca (Ty!) +stream.user.mode.moderator=Moderator +stream.user.mode.moderator.other=Moderator na kanale użytkownika %s +stream.user.mode.moderator.self=Moderator na twoim kanale +stream.user.mode.staff=Personel Twitcha +stream.user.subscription.subscriber=Subskrybent +stream.user.subscription.subscriber.other=Subskrybent kanaÅ‚u użytkownika %s +stream.user.subscription.subscriber.self=Subskrybent twojego kanaÅ‚u +stream.user.subscription.turbo=Twitch Turbo +stream.userinfo.ban=Zbanuj +stream.userinfo.chatTooltip=Kliknij, aby zarzÄ…dzać użytkownikiem +stream.userinfo.mod=Awansuj na moderatora +stream.userinfo.timeout=Limit czasu +stream.userinfo.unban=Odbanuj +stream.userinfo.unmod=Zdegraduj moderatora +tile.acaciaFence.name=Akacjowy pÅ‚ot +tile.acaciaFenceGate.name=Akacjowa furtka +tile.activatorRail.name=Tory aktywacyjne +tile.anvil.intact.name=KowadÅ‚o +tile.anvil.name=KowadÅ‚o +tile.anvil.slightlyDamaged.name=Lekko uszkodzone kowadÅ‚o +tile.anvil.veryDamaged.name=Mocno uszkodzone kowadÅ‚o +tile.barrier.name=Bariera +tile.beacon.name=Magiczna Latarnia +tile.beacon.primary=Moc podstawowa +tile.beacon.secondary=Moc dodatkowa +tile.bed.name=Åóżko +tile.bed.noSleep=Możesz spać tylko w nocy +tile.bed.notSafe=Nie możesz teraz odpoczywać, w pobliżu sÄ… potwory +tile.bed.notValid=Twoje domowe łóżko zostaÅ‚o usuniÄ™te lub zablokowane +tile.bed.occupied=To łóżko jest zajÄ™te +tile.bedrock.name=SkaÅ‚a macierzysta +tile.birchFence.name=Brzozowy pÅ‚ot +tile.birchFenceGate.name=Brzozowa furtka +tile.blockCoal.name=Blok wÄ™gla +tile.blockDiamond.name=Blok diamentu +tile.blockEmerald.name=Blok szmaragdu +tile.blockGold.name=Blok zÅ‚ota +tile.blockIron.name=Blok żelaza +tile.blockLapis.name=Blok lazurytu +tile.blockRedstone.name=Blok czerwonego kamienia +tile.bookshelf.name=Biblioteczka +tile.brick.name=CegÅ‚y +tile.button.name=Przycisk +tile.cactus.name=Kaktus +tile.cake.name=Ciasto +tile.carrots.name=Marchewki +tile.cauldron.name=KocioÅ‚ +tile.chest.name=Skrzynia +tile.chestTrap.name=Skrzynia-puÅ‚apka +tile.clay.name=Glina +tile.clayHardened.name=Utwardzona glina +tile.clayHardenedStained.black.name=Czarna utwardzona glina +tile.clayHardenedStained.blue.name=Niebieska utwardzona glina +tile.clayHardenedStained.brown.name=BrÄ…zowa utwardzona glina +tile.clayHardenedStained.cyan.name=Błękitna utwardzona glina +tile.clayHardenedStained.gray.name=Szara utwardzona glina +tile.clayHardenedStained.green.name=Zielona utwardzona glina +tile.clayHardenedStained.lightBlue.name=Jasnoniebieska utwardzona glina +tile.clayHardenedStained.lime.name=Jasnozielona utwardzona glina +tile.clayHardenedStained.magenta.name=Karmazynowa utwardzona glina +tile.clayHardenedStained.name=Barwiona glina +tile.clayHardenedStained.orange.name=PomaraÅ„czowa utwardzona glina +tile.clayHardenedStained.pink.name=Różowa utwardzona glina +tile.clayHardenedStained.purple.name=Fioletowa utwardzona glina +tile.clayHardenedStained.red.name=Czerwona utwardzona glina +tile.clayHardenedStained.silver.name=Jasnoszara utwardzona glina +tile.clayHardenedStained.white.name=BiaÅ‚a utwardzona glina +tile.clayHardenedStained.yellow.name=Żółta utwardzona glina +tile.cloth.black.name=Czarna weÅ‚na +tile.cloth.blue.name=Niebieska weÅ‚na +tile.cloth.brown.name=BrÄ…zowa weÅ‚na +tile.cloth.cyan.name=Błękitna weÅ‚na +tile.cloth.gray.name=Szara weÅ‚na +tile.cloth.green.name=Zielona weÅ‚na +tile.cloth.lightBlue.name=Jasnoniebieska weÅ‚na +tile.cloth.lime.name=Jasnozielona weÅ‚na +tile.cloth.magenta.name=Karmazynowa weÅ‚na +tile.cloth.name=WeÅ‚na +tile.cloth.orange.name=PomaraÅ„czowa weÅ‚na +tile.cloth.pink.name=Różowa weÅ‚na +tile.cloth.purple.name=Purpurowa weÅ‚na +tile.cloth.red.name=Czerwona weÅ‚na +tile.cloth.silver.name=Jasnoszara weÅ‚na +tile.cloth.white.name=WeÅ‚na +tile.cloth.yellow.name=Żółta weÅ‚na +tile.cobbleWall.mossy.name=Omszony brukowy murek +tile.cobbleWall.normal.name=Brukowy murek +tile.cocoa.name=Kakao +tile.commandBlock.name=Blok poleceÅ„ +tile.crops.name=Uprawy +tile.darkOakFence.name=Ciemny dÄ™bowy pÅ‚ot +tile.darkOakFenceGate.name=Ciemna dÄ™bowa furtka +tile.daylightDetector.name=Detektor Å›wiatÅ‚a dziennego +tile.deadbush.name=UschniÄ™ty krzak +tile.detectorRail.name=Tory z czujnikiem +tile.dirt.coarse.name=Twarda ziemia +tile.dirt.default.name=Ziemia +tile.dirt.name=Ziemia +tile.dirt.podzol.name=Bielica +tile.dispenser.name=Dozownik +tile.doorIron.name=Å»elazne drzwi +tile.doorWood.name=Drewniane drzwi +tile.doublePlant.fern.name=Duża paproć +tile.doublePlant.grass.name=Podwójnie wysoka trawa +tile.doublePlant.name=RoÅ›lina +tile.doublePlant.paeonia.name=Piwonia +tile.doublePlant.rose.name=Krzak róży +tile.doublePlant.sunflower.name=SÅ‚onecznik +tile.doublePlant.syringa.name=Bez +tile.dragonEgg.name=Smocze jajo +tile.dropper.name=Podajnik +tile.enchantmentTable.name=Stół do zaklęć +tile.endPortalFrame.name=Portal Kresu +tile.enderChest.name=Skrzynia Kresu +tile.farmland.name=Pole uprawne +tile.fence.name=PÅ‚ot +tile.fenceGate.name=Furtka +tile.fenceIron.name=Å»elazne kraty +tile.fire.name=OgieÅ„ +tile.flower1.dandelion.name=Mlecz +tile.flower1.name=Kwiat +tile.flower2.allium.name=Czosnek +tile.flower2.blueOrchid.name=Niebieska orchidea +tile.flower2.houstonia.name=Houstonia błękitna +tile.flower2.name=Kwiat +tile.flower2.oxeyeDaisy.name=Margaretka +tile.flower2.poppy.name=Mak +tile.flower2.tulipOrange.name=PomaraÅ„czowy tulipan +tile.flower2.tulipPink.name=Różowy tulipan +tile.flower2.tulipRed.name=Czerwony tulipan +tile.flower2.tulipWhite.name=BiaÅ‚y tulipan +tile.furnace.name=Piec +tile.glass.name=SzkÅ‚o +tile.goldenRail.name=Zasilane tory +tile.grass.name=Blok trawy +tile.gravel.name=Å»wir +tile.hayBlock.name=Snop siana +tile.hellrock.name=Netherrack +tile.hellsand.name=Piasek dusz +tile.hopper.name=Lej +tile.ice.name=Lód +tile.icePacked.name=Zbity lód +tile.ironTrapdoor.name=Å»elazna klapa +tile.jukebox.name=Szafa grajÄ…ca +tile.jungleFence.name=Tropikalny pÅ‚ot +tile.jungleFenceGate.name=Tropikalna furtka +tile.ladder.name=Drabina +tile.lava.name=Lawa +tile.leaves.acacia.name=LiÅ›cie akacji +tile.leaves.big_oak.name=LiÅ›cie ciemnego dÄ™bu +tile.leaves.birch.name=Brzozowe liÅ›cie +tile.leaves.jungle.name=Tropikalne liÅ›cie +tile.leaves.name=LiÅ›cie +tile.leaves.oak.name=DÄ™bowe liÅ›cie +tile.leaves.spruce.name=Åšwierkowe liÅ›cie +tile.lever.name=Dźwignia +tile.lightgem.name=JasnogÅ‚az +tile.litpumpkin.name=Jack o'Lantern +tile.lockedchest.name=ZamkniÄ™ta skrzynia +tile.log.acacia.name=Drewno akacji +tile.log.big_oak.name=Drewno ciemnego dÄ™bu +tile.log.birch.name=Brzozowe drewno +tile.log.jungle.name=Tropikalne drewno +tile.log.name=Drewno +tile.log.oak.name=DÄ™bowe drewno +tile.log.spruce.name=Åšwierkowe drewno +tile.melon.name=Arbuz +tile.mobSpawner.name=Spawner potworów +tile.monsterStoneEgg.brick.name=Kamienne cegÅ‚y z ukrytym potworem +tile.monsterStoneEgg.chiseledbrick.name=Rzeźbione kamienne cegÅ‚y z ukrytym potworem +tile.monsterStoneEgg.cobble.name=Bruk z ukrytym potworem +tile.monsterStoneEgg.crackedbrick.name=PopÄ™kane kamienne cegÅ‚y z ukrytym potworem +tile.monsterStoneEgg.mossybrick.name=OmszaÅ‚a kamienna cegÅ‚a z jajkiem potwora +tile.monsterStoneEgg.name=KamieÅ„ z ukrytym potworem +tile.monsterStoneEgg.stone.name=KamieÅ„ z ukrytym potworem +tile.mushroom.name=Grzyb +tile.musicBlock.name=Blok dźwiÄ™kowy +tile.mycel.name=Grzybnia +tile.netherBrick.name=Netherowa cegÅ‚a +tile.netherFence.name=Netherowy pÅ‚ot +tile.netherStalk.name=Netherowa brodawka +tile.netherquartz.name=Ruda kwarcu +tile.notGate.name=Czerwona pochodnia +tile.obsidian.name=Obsydian +tile.oreCoal.name=Ruda wÄ™gla +tile.oreDiamond.name=Ruda diamentu +tile.oreEmerald.name=Ruda szmaragdu +tile.oreGold.name=Ruda zÅ‚ota +tile.oreIron.name=Ruda żelaza +tile.oreLapis.name=Ruda lazurytu +tile.oreRedstone.name=Ruda czerwonego kamienia +tile.oreRuby.name=Ruda rubinu +tile.pistonBase.name=TÅ‚ok +tile.pistonStickyBase.name=Lepki tÅ‚ok +tile.portal.name=Portal +tile.potatoes.name=Ziemniaki +tile.pressurePlateStone.name=Kamienna pÅ‚yta naciskowa +tile.pressurePlateWood.name=Drewniana pÅ‚yta naciskowa +tile.prismarine.bricks.name=Pryzmarynowe cegÅ‚y +tile.prismarine.dark.name=Ciemny pryzmaryn +tile.prismarine.rough.name=Pryzmaryn +tile.pumpkin.name=Dynia +tile.quartzBlock.chiseled.name=Rzeźbiony blok kwarcu +tile.quartzBlock.default.name=Blok kwarcu +tile.quartzBlock.lines.name=Kwarcowa kolumna +tile.quartzBlock.name=Blok kwarcu +tile.rail.name=Tory +tile.redSandStone.chiseled.name=Rzeźbiony czerwony piaskowiec +tile.redSandStone.default.name=Czerwony piaskowiec +tile.redSandStone.name=Czerwony piaskowiec +tile.redSandStone.smooth.name=GÅ‚adki czerwony piaskowiec +tile.redstoneDust.name=Czerwony proszek +tile.redstoneLight.name=Lampa +tile.reeds.name=Trzcina cukrowa +tile.sand.default.name=Piasek +tile.sand.name=Piasek +tile.sand.red.name=Czerwony piasek +tile.sandStone.chiseled.name=Rzeźbiony piaskowiec +tile.sandStone.default.name=Piaskowiec +tile.sandStone.name=Piaskowiec +tile.sandStone.smooth.name=GÅ‚adki piaskowiec +tile.sapling.acacia.name=Sadzonka akacji +tile.sapling.big_oak.name=Sadzonka ciemnego dÄ™bu +tile.sapling.birch.name=Sadzonka brzozy +tile.sapling.jungle.name=Tropikalna sadzonka +tile.sapling.oak.name=Sadzonka dÄ™bu +tile.sapling.spruce.name=Sadzonka Å›wierku +tile.seaLantern.name=Latarnia morska +tile.sign.name=Tabliczka +tile.slime.name=Blok szlamu +tile.snow.name=Åšnieg +tile.sponge.dry.name=GÄ…bka +tile.sponge.wet.name=Mokra gÄ…bka +tile.spruceFence.name=Åšwierkowy pÅ‚ot +tile.spruceFenceGate.name=Åšwierkowa furtka +tile.stainedGlass.black.name=Czarne szkÅ‚o +tile.stainedGlass.blue.name=Niebieskie szkÅ‚o +tile.stainedGlass.brown.name=BrÄ…zowe szkÅ‚o +tile.stainedGlass.cyan.name=Błękitne szkÅ‚o +tile.stainedGlass.gray.name=Szare szkÅ‚o +tile.stainedGlass.green.name=Zielone szkÅ‚o +tile.stainedGlass.lightBlue.name=Jasnoniebieskie szkÅ‚o +tile.stainedGlass.lime.name=Limonkowe szkÅ‚o +tile.stainedGlass.magenta.name=Karmazynowe szkÅ‚o +tile.stainedGlass.name=Barwione szkÅ‚o +tile.stainedGlass.orange.name=PomaraÅ„czowe szkÅ‚o +tile.stainedGlass.pink.name=Różowe szkÅ‚o +tile.stainedGlass.purple.name=Fioletowe szkÅ‚o +tile.stainedGlass.red.name=Czerwone szkÅ‚o +tile.stainedGlass.silver.name=Jasnoszare szkÅ‚o +tile.stainedGlass.white.name=BiaÅ‚e szkÅ‚o +tile.stainedGlass.yellow.name=Żółte szkÅ‚o +tile.stairsBrick.name=Ceglane schody +tile.stairsNetherBrick.name=Netherowe schody +tile.stairsQuartz.name=Kwarcowe schody +tile.stairsRedSandStone.name=Schody z czerwonego piaskowca +tile.stairsSandStone.name=Schody z piaskowca +tile.stairsStone.name=Kamienne schody +tile.stairsStoneBrickSmooth.name=Schody z kamiennych cegieÅ‚ +tile.stairsWood.name=DÄ™bowe schody +tile.stairsWoodAcacia.name=Akacjowe schody +tile.stairsWoodBirch.name=Brzozowe schody +tile.stairsWoodDarkOak.name=Ciemne dÄ™bowe schody +tile.stairsWoodJungle.name=Schody z tropikalnego drewna +tile.stairsWoodSpruce.name=Åšwierkowe schody +tile.stone.andesite.name=Andezyt +tile.stone.andesiteSmooth.name=Wypolerowany andezyt +tile.stone.diorite.name=Dioryt +tile.stone.dioriteSmooth.name=Wypolerowany dioryt +tile.stone.granite.name=Granit +tile.stone.graniteSmooth.name=Wypolerowany granit +tile.stone.stone.name=KamieÅ„ +tile.stoneMoss.name=Zamszony bruk +tile.stoneSlab.brick.name=Ceglana pÅ‚yta +tile.stoneSlab.cobble.name=Brukowa pÅ‚yta +tile.stoneSlab.name=Kamienna pÅ‚yta +tile.stoneSlab.netherBrick.name=PÅ‚yta z netherowej cegÅ‚y +tile.stoneSlab.quartz.name=Kwarcowa pÅ‚yta +tile.stoneSlab.sand.name=Piaskowcowa pÅ‚yta +tile.stoneSlab.smoothStoneBrick.name=PÅ‚yta z kamiennych cegieÅ‚ +tile.stoneSlab.stone.name=Kamienna pÅ‚yta +tile.stoneSlab.wood.name=Drewniana pÅ‚yta +tile.stoneSlab2.red_sandstone.name=PÅ‚yta z czerwonego piaskowca +tile.stonebrick.name=Bruk +tile.stonebricksmooth.chiseled.name=Rzeźbione kamienne cegÅ‚y +tile.stonebricksmooth.cracked.name=PopÄ™kane kamienne cegÅ‚y +tile.stonebricksmooth.default.name=Kamienne cegÅ‚y +tile.stonebricksmooth.mossy.name=Zamszone kamienne cegÅ‚y +tile.stonebricksmooth.name=Kamienne cegÅ‚y +tile.tallgrass.fern.name=Paproć +tile.tallgrass.grass.name=Trawa +tile.tallgrass.name=Trawa +tile.tallgrass.shrub.name=Krzew +tile.thinGlass.name=Szyba +tile.thinStainedGlass.black.name=Czarna szyba +tile.thinStainedGlass.blue.name=Niebieska szyba +tile.thinStainedGlass.brown.name=BrÄ…zowa szyba +tile.thinStainedGlass.cyan.name=Błękitna szyba +tile.thinStainedGlass.gray.name=Szara szyba +tile.thinStainedGlass.green.name=Zielona szyba +tile.thinStainedGlass.lightBlue.name=Jasnoniebieska szyba +tile.thinStainedGlass.lime.name=Limonkowa szyba +tile.thinStainedGlass.magenta.name=Karmazynowa szyba +tile.thinStainedGlass.name=Barwiona szyba +tile.thinStainedGlass.orange.name=PomaraÅ„czowa szyba +tile.thinStainedGlass.pink.name=Różowa szyba +tile.thinStainedGlass.purple.name=Fioletowa szyba +tile.thinStainedGlass.red.name=Czerwona szyba +tile.thinStainedGlass.silver.name=Jasnoszara szyba +tile.thinStainedGlass.white.name=BiaÅ‚a szyba +tile.thinStainedGlass.yellow.name=Żółta szyba +tile.tnt.name=TNT +tile.torch.name=Pochodnia +tile.trapdoor.name=WÅ‚az +tile.tripWire.name=Linka +tile.tripWireSource.name=Zaczep na linkÄ™ +tile.vine.name=PnÄ…cza +tile.water.name=Woda +tile.waterlily.name=Lilia wodna +tile.web.name=PajÄ™czyna +tile.weightedPlate_heavy.name=Wagowa pÅ‚yta naciskowa (ciężka) +tile.weightedPlate_light.name=Wagowa pÅ‚yta naciskowa (lekka) +tile.whiteStone.name=KamieÅ„ Kresu +tile.wood.acacia.name=Akacjowe deski +tile.wood.big_oak.name=Ciemne dÄ™bowe deski +tile.wood.birch.name=Brzozowe deski +tile.wood.jungle.name=Deski z tropikalnego drewna +tile.wood.name=Deski +tile.wood.oak.name=DÄ™bowe deski +tile.wood.spruce.name=Åšwierkowe deski +tile.woodSlab.acacia.name=Akacjowa pÅ‚yta +tile.woodSlab.big_oak.name=Ciemna dÄ™bowa pÅ‚yta +tile.woodSlab.birch.name=Brzozowa pÅ‚yta +tile.woodSlab.jungle.name=PÅ‚yta z tropikalnego drewna +tile.woodSlab.name=Drewniana pÅ‚yta +tile.woodSlab.oak.name=DÄ™bowa pÅ‚yta +tile.woodSlab.spruce.name=Åšwierkowa pÅ‚yta +tile.woolCarpet.black.name=Czarny dywan +tile.woolCarpet.blue.name=Niebieski dywan +tile.woolCarpet.brown.name=BrÄ…zowy dywan +tile.woolCarpet.cyan.name=Błękitny dywan +tile.woolCarpet.gray.name=Szary dywan +tile.woolCarpet.green.name=Zielony dywan +tile.woolCarpet.lightBlue.name=Jasnoniebieski dywan +tile.woolCarpet.lime.name=Limonkowy dywan +tile.woolCarpet.magenta.name=Karmazynowy dywan +tile.woolCarpet.name=Dywan +tile.woolCarpet.orange.name=PomaraÅ„czowy dywan +tile.woolCarpet.pink.name=Różowy dywan +tile.woolCarpet.purple.name=Purpurowy dywan +tile.woolCarpet.red.name=Czerwony dywan +tile.woolCarpet.silver.name=Jasnoszary dywan +tile.woolCarpet.white.name=Dywan +tile.woolCarpet.yellow.name=Żółty dywan +tile.workbench.name=Stół rzemieÅ›lniczy +title.oldgl1=Wykryto starÄ… kartÄ™ graficznÄ…; to może uniemożliwić ci +title.oldgl2=grÄ™ w przyszÅ‚oÅ›ci, kiedy bÄ™dzie wymagany OpenGL 2.0. +translation.test.args=%s %s +translation.test.complex=Prefiks, %s%2$s ponownie %s i %1$s wreszcie %s oraz %1$s znowu! +translation.test.escape=%%s %%%s %%%%s %%%%%s +translation.test.invalid=witaj % +translation.test.invalid2=witaj %s +translation.test.none=Witaj, Å›wiecie! +translation.test.world=Å›wiat diff --git a/javascript/lang/pt_BR.lang b/javascript/lang/pt_BR.lang new file mode 100755 index 00000000..6a94e30b --- /dev/null +++ b/javascript/lang/pt_BR.lang @@ -0,0 +1,2516 @@ +achievement.acquireIron=Adquira Equipamento +achievement.acquireIron.desc=Funda uma barra de ferro +achievement.bakeCake=A Mentira +achievement.bakeCake.desc=Trigo, açúcar, leite e ovos! +achievement.blazeRod=Em Chamas +achievement.blazeRod.desc=Extraia uma vara de um Blaze +achievement.bookcase=Bibliotecário +achievement.bookcase.desc=Construa algumas estantes para melhorar seu altar de encantamentos +achievement.breedCow=Repovoamento +achievement.breedCow.desc=Reproduza duas vacas com trigo +achievement.buildBetterPickaxe=Conseguindo uma Melhoria +achievement.buildBetterPickaxe.desc=Construa uma picareta melhor +achievement.buildFurnace=Assunto Quente +achievement.buildFurnace.desc=Construa uma Fornalha usando oito blocos de pedregulho +achievement.buildHoe=Hora de Plantar! +achievement.buildHoe.desc=Use tábuas e gravetos para fazer uma enxada +achievement.buildPickaxe=Hora de Minerar! +achievement.buildPickaxe.desc=Use tábuas e gravetos para fazer uma picareta +achievement.buildSword=Hora de Atacar! +achievement.buildSword.desc=Use tábuas e gravetos para fazer uma espada +achievement.buildWorkBench=Construindo +achievement.buildWorkBench.desc=Fabrique uma bancada de trabalho com quatro blocos de tábuas +achievement.cookFish=Peixe Delicioso +achievement.cookFish.desc=Fisgue e cozinhe um peixe! +achievement.diamonds=DIAMANTES! +achievement.diamonds.desc=Adquira diamantes com suas ferramentas de ferro +achievement.diamondsToYou=Diamantes para você! +achievement.diamondsToYou.desc=Dê diamantes para outro jogador. +achievement.enchantments=Encantador +achievement.enchantments.desc=Use um livro, obsidiana e diamantes para construir um altar de encantamentos +achievement.exploreAllBiomes=Hora de Aventura +achievement.exploreAllBiomes.desc=Descubra todos os biomas +achievement.flyPig=Quando os Porcos Voarem +achievement.flyPig.desc=Voe com um porco montanha abaixo +achievement.fullBeacon=Sinalizadoreiro +achievement.fullBeacon.desc=Crie um sinalizador completo +achievement.get=Conquista realizada! +achievement.ghast=Retornar ao Remetente +achievement.ghast.desc=Destrua um Ghast com uma bola de fogo +achievement.killCow=Tombador de Vacas +achievement.killCow.desc=Adquira couro +achievement.killEnemy=Caçador de Monstros +achievement.killEnemy.desc=Ataque e destrua um monstro +achievement.killWither=O Começo. +achievement.killWither.desc=Mate o Wither +achievement.makeBread=Assar Pão +achievement.makeBread.desc=Transforme Trigo em Pão +achievement.mineWood=Pegando Madeira +achievement.mineWood.desc=Soque uma árvore até que um bloco de madeira se solte +achievement.onARail=Nos Trilhos +achievement.onARail.desc=Ande de carrinho por pelo menos 1 km de onde você começou +achievement.openInventory=Fazendo Logística +achievement.openInventory.desc=Aperte '%1$s' para abrir seu inventário. +achievement.overkill=Matança +achievement.overkill.desc=Cause nove corações de dano em um único ataque +achievement.overpowered=Superpoderoso +achievement.overpowered.desc=Faça uma maçã do Notch +achievement.portal=Precisamos Ir Mais Fundo +achievement.portal.desc=Construa um portal para o Nether +achievement.potion=Boticário Local +achievement.potion.desc=Faça uma poção +achievement.requires=Requer '%1$s' +achievement.snipeSkeleton=Duelo de Snipers +achievement.snipeSkeleton.desc=Mate um esqueleto com uma flecha a uma distância maior que 50 metros +achievement.spawnWither=O Começo? +achievement.spawnWither.desc=Invoque o Wither +achievement.taken=Realizado! +achievement.theEnd=O Fim? +achievement.theEnd.desc=Localize o Fim +achievement.theEnd2=O Fim. +achievement.theEnd2.desc=Derrote o Dragão Ender +achievement.unknown=??? +addServer.add=Concluído +addServer.enterIp=Endereço do Servidor +addServer.enterName=Nome do Servidor +addServer.hideAddress=Ocultar Endereço +addServer.resourcePack=Pacotes de Recursos +addServer.resourcePack.disabled=Desabilitado +addServer.resourcePack.enabled=Habilitado +addServer.resourcePack.prompt=Perguntar +addServer.title=Editar Informações do Servidor +advMode.allEntities=Use "@e" para usar em todas as entidades +advMode.allPlayers=Use "@a" para usar em todos os jogadores +advMode.command=Comando do Console +advMode.nearestPlayer=Use "@p" para usar no jogador mais próximo +advMode.notAllowed=Precisa ser um moderador no modo criativo +advMode.notEnabled=Blocos de comando não estão habilitados neste servidor +advMode.previousOutput=Saída de Comando Anterior +advMode.randomPlayer=Use "@r" para usar em um jogador aleatório +advMode.setCommand=Colocar Comando do Console no Bloco +advMode.setCommand.success=Comando definido: %s +attribute.modifier.plus.0=+%s %s +attribute.modifier.plus.1=+%s%% %s +attribute.modifier.plus.2=+%s%% %s +attribute.modifier.take.0=-%s %s +attribute.modifier.take.1=-%s%% %s +attribute.modifier.take.2=-%s%% %s +attribute.name.generic.attackDamage=Dano de Ataque +attribute.name.generic.followRange=Distância de Perseguição do Mob +attribute.name.generic.knockbackResistance=Resistência à Repulsão +attribute.name.generic.maxHealth=Vida Máxima +attribute.name.generic.movementSpeed=Velocidade +attribute.name.horse.jumpStrength=Força de Salto do Cavalo +attribute.name.zombie.spawnReinforcements=Reforços de Zumbi +book.byAuthor=por %1$s +book.editTitle=Insira o Título do Livro: +book.finalizeButton=Assinar e Fechar +book.finalizeWarning=Aviso! Quando você assinar o livro, ele não poderá mais ser editado. +book.generation.0=Original +book.generation.1=Cópia do original +book.generation.2=Cópia de uma cópia +book.generation.3=Rasgado +book.pageIndicator=Página %1$s de %2$s +book.signButton=Assinar +build.tooHigh=Limite de altura para construção é de %s blocos +chat.cannotSend=Não é possível enviar mensagem +chat.copy=Copiar +chat.link.confirm=Tem certeza que deseja abrir o seguinte endereço da web? +chat.link.confirmTrusted=Você quer abrir este link ou copiá-lo para a área de transferência? +chat.link.open=Abrir no navegador +chat.link.warning=Nunca abra links de pessoas que você não confia! +chat.stream.emote=(%s) * %s %s +chat.stream.text=(%s) <%s> %s +chat.type.achievement=%s adquiriu a conquista %s +chat.type.achievement.taken=%s perdeu a conquista %s +chat.type.admin=[%s: %s] +chat.type.announcement=[%s] %s +chat.type.emote=* %s %s +chat.type.text=<%s> %s +commands.achievement.alreadyHave=O jogador %s já possui a conquista %s +commands.achievement.dontHave=O jogador %s não possui a conquista %s +commands.achievement.give.success.all=Dadas com êxito todas as conquistas para %s +commands.achievement.give.success.one=%s recebeu com êxito a estatística %s +commands.achievement.statTooLow=O jogador %s não tem a estatística %s +commands.achievement.take.success.all=Removidas com sucesso todas as conquistas de %s +commands.achievement.take.success.one=Removida com sucesso a estatística %s de %s +commands.achievement.unknownAchievement=Conquista ou estatística desconhecida '%s' +commands.achievement.usage=/achievement [jogador] +commands.ban.failed=Não foi possível banir o jogador %s +commands.ban.success=%s foi banido +commands.ban.usage=/ban [motivo...] +commands.banip.invalid=Você digitou um IP inválido ou um jogador que não está online +commands.banip.success=Banido o IP %s +commands.banip.success.players=Banido o IP %s pertencente à %s +commands.banip.usage=/ban-ip [motivo...] +commands.banlist.ips=Existem %s IPs banidos: +commands.banlist.players=Existem %s jogadores banidos: +commands.banlist.usage=/banlist [ips|jogadores] +commands.blockdata.failed=A data tag não mudou: %s +commands.blockdata.notValid=O bloco de destino não armazena dados +commands.blockdata.outOfWorld=Impossível alterar blocos fora do mundo +commands.blockdata.success=Dados do bloco atualizados para: %s +commands.blockdata.tagError=Análise de data tag falhou: %s +commands.blockdata.usage=/blockdata +commands.chunkinfo.compiled=O chunk está compilado. +commands.chunkinfo.data=Os primeiros 64 vértices são: %s +commands.chunkinfo.empty=O chunk está vazio. +commands.chunkinfo.hasLayers=O chunk tem as camadas: %s +commands.chunkinfo.hasNoRenderableLayers=O chunk não tem camadas renderizáveis. +commands.chunkinfo.isEmpty=O chunk tem as camadas vazias: %s +commands.chunkinfo.location=Localização do chunk: (%s, %s, %s) +commands.chunkinfo.noChunk=Nenhum chunk encontrado na posição de chunk %s, %s, %s +commands.chunkinfo.notCompiled=O chunk não está compilado. +commands.chunkinfo.notEmpty=O chunk não está vazio. +commands.chunkinfo.usage=/chunkinfo [ ] +commands.chunkinfo.vertices=O buffer da camada %s contém %s vértices +commands.clear.failure=Não foi possível limpar o inventário de %s, não há itens para remover +commands.clear.success=Inventário de %s limpo, removendo %s itens +commands.clear.tagError=Análise de data tag falhou: %s +commands.clear.testing=%s tem %s itens que correspondem ao critério +commands.clear.usage=/clear [jogador] [item] [dados] [quantidadeMáxima] [dataTag] +commands.clone.failed=Nenhum bloco clonado +commands.clone.noOverlap=Origem e destino não podem se sobrepor +commands.clone.outOfWorld=Impossível acessar blocos fora do mundo +commands.clone.success=%s blocos clonados +commands.clone.tooManyBlocks=Blocos demais na área especificada (%s > %s) +commands.clone.usage=/clone [modo] +commands.compare.failed=Origem e destino não são idênticos +commands.compare.outOfWorld=Impossível acessar blocos fora do mundo +commands.compare.success=%s blocos comparados +commands.compare.tooManyBlocks=Blocos demais na área especificada (%s > %s) +commands.compare.usage=/testforblocks [modo] +commands.debug.notStarted=Não há como parar a criação de perfil se ainda nem começou! +commands.debug.start=Criando perfil debug +commands.debug.stop=Criação de perfil debug interrompida após %s segundos (%s ticks) +commands.defaultgamemode.success=O modo de jogo padrão do mundo agora é %s +commands.defaultgamemode.usage=/defaultgamemode +commands.deop.failed=Não foi possível remover %s da lista de operadores +commands.deop.success=%s não é mais moderador +commands.deop.usage=/deop +commands.difficulty.success=Dificuldade do jogo modificada para %s +commands.difficulty.usage=/difficulty +commands.downfall.success=Chuva/neve ligada +commands.downfall.usage=/toggledownfall +commands.effect.failure.notActive=Não foi possível retirar %1$s de %2$s pois este não possui o efeito +commands.effect.failure.notActive.all=Nenhum efeito pôde ser removido de %s já que ele não tem nenhum +commands.effect.notFound=Não há nenhum efeito de monstro com o ID %s +commands.effect.success=Dado %1$s (ID %2$s) * %3$s para %4$s por %5$s segundos +commands.effect.success.removed=Retirado %1$s de %2$s +commands.effect.success.removed.all=Todos os efeitos de %s foram removidos +commands.effect.usage=/effect [segundos] [amplificador] [esconderPartículas] +commands.enchant.cantCombine=%1$s não pode ser combinado com %2$s +commands.enchant.cantEnchant=O encantamento selecionado não pode ser adicionado para este item +commands.enchant.noItem=O alvo não está segurando um item +commands.enchant.notFound=Não há um encantamento com o ID %s +commands.enchant.success=Encantado com sucesso +commands.enchant.usage=/enchant [nível] +commands.entitydata.failed=A data tag não mudou: %s +commands.entitydata.noPlayers=%s é um jogador e não pode ser alterado +commands.entitydata.success=Dados da entidade atualizados para: %s +commands.entitydata.tagError=Análise de data tag falhou: %s +commands.entitydata.usage=/entitydata +commands.execute.allInvocationsFailed=Todas as invocações falharam: '%s' +commands.execute.failed=Falha ao executar '%s' como %s +commands.execute.usage=/execute OU /execute detect +commands.fill.failed=Nenhum bloco preenchido +commands.fill.outOfWorld=Impossível colocar blocos fora do mundo +commands.fill.success=%s blocos preenchidos +commands.fill.tagError=Análise de data tag falhou: %s +commands.fill.tooManyBlocks=Blocos demais na área especificada (%s > %s) +commands.fill.usage=/fill [valorDeDados] [manuseioDoBlocoAnterior] [dataTag] +commands.gamemode.success.other=Mudado o modo de jogo de %s para %s +commands.gamemode.success.self=Mudado o próprio modo de jogo para %s +commands.gamemode.usage=/gamemode [jogador] +commands.gamerule.nopermission=Apenas donos de servidor podem alterar '%s' +commands.gamerule.norule=Nenhuma regra de jogo chamada '%s' está disponível +commands.gamerule.success=Regra de jogo foi atualizada +commands.gamerule.usage=/gamerule [valor] +commands.generic.boolean.invalid='%s' não é 'true' ou 'false' +commands.generic.double.tooBig=O número que você usou (%s) é muito alto, deve ser no máximo %s +commands.generic.double.tooSmall=O número que você usou (%s) é muito pequeno, precisa ser pelo menos %s +commands.generic.entity.invalidType=O tipo de entidade '%s' é inválido +commands.generic.entity.invalidUuid=O UUID da entidade fornecido está em um formato inválido +commands.generic.entity.notFound=Essa entidade não pôde ser encontrada +commands.generic.exception=Um erro ocorreu ao tentar realizar este comando +commands.generic.notFound=Comando desconhecido. Tente /help para uma lista de comandos +commands.generic.num.invalid='%s' não é um número válido +commands.generic.num.tooBig=O número que você usou (%s) é muito alto, precisa ser no máximo %s +commands.generic.num.tooSmall=O número que você usou (%s) é muito baixo, precisa ser pelo menos %s +commands.generic.parameter.invalid='%s' não é um parâmetro válido +commands.generic.permission=Você não tem permissão para usar este comando +commands.generic.player.notFound=Esse jogador não pôde ser encontrado +commands.generic.syntax=Sintaxe inválida do comando +commands.generic.usage=Uso: %s +commands.give.notFound=Não existe item com o ID %s +commands.give.success=Dado %s * %s para %s +commands.give.tagError=Análise da Data tag falhou: %s +commands.give.usage=/give [quantidade] [dados] [dataTag] +commands.help.footer=Dica: Use a tecla enquanto digita um comando para auto-completar +commands.help.header=--- Mostrando página %s de %s (/help ) --- +commands.help.usage=/help [página|nome do comando] +commands.kick.success=%s foi expulso do jogo +commands.kick.success.reason=%s foi expulso do jogo. Motivo: '%s' +commands.kick.usage=/kick [motivo ...] +commands.kill.successful=Matou %s +commands.kill.usage=/kill [jogador|entidade] +commands.me.usage=/me +commands.message.display.incoming=%s sussurrou para você: %s +commands.message.display.outgoing=Você sussurrou para %s: %s +commands.message.sameTarget=Você não pode enviar uma mensagem privada para si mesmo! +commands.message.usage=/tell +commands.op.failed=Não foi possível promover %s a operador +commands.op.success=%s virou moderador +commands.op.usage=/op +commands.particle.notFound=Nome do efeito desconhecido (%s) +commands.particle.success=Reproduzindo efeito %s por %s vezes +commands.particle.usage=/particle [quantidade] [modo] +commands.players.list=Existem %s/%s jogadores online: +commands.players.usage=/list +commands.playsound.playerTooFar=O jogador %s está muito longe para ouvir o som +commands.playsound.success=Reproduzido som '%s' para %s +commands.playsound.usage=/playsound [x] [y] [z] [volume] [tom] [VolumeMínimo] +commands.publish.failed=Não foi possível hospedar o jogo +commands.publish.started=Jogo local hospedado na porta %s +commands.publish.usage=/publish +commands.replaceitem.block.usage=/replaceitem block [quantidade] [dados] [dataTag] +commands.replaceitem.entity.usage=/replaceitem entity [quantidade] [dados] [dataTag] +commands.replaceitem.failed=Não foi possível substituir o slot %s com %s * %s +commands.replaceitem.noContainer=O bloco em %s, %s, %s não é um recipiente +commands.replaceitem.success=Slot %s substituído por %s * %s +commands.replaceitem.tagError=Análise de data tag falhou: %s +commands.replaceitem.usage=/replaceitem ... +commands.save-off.alreadyOff=Salvar já está desativado. +commands.save-off.usage=/save-off +commands.save-on.alreadyOn=Salvar já está ativado. +commands.save-on.usage=/save-on +commands.save.disabled=Salvamento automático desligado +commands.save.enabled=Salvamento automático ligado +commands.save.failed=Falha ao salvar: %s +commands.save.start=Salvando... +commands.save.success=Mundo salvo +commands.save.usage=/save-all +commands.say.usage=/say +commands.scoreboard.allMatchesFailed=Todas as correspondências falharam +commands.scoreboard.noMultiWildcard=Apenas um usuário coringa permitido +commands.scoreboard.objectiveNotFound=Nenhum objetivo foi encontrado com o nome de '%s' +commands.scoreboard.objectiveReadOnly=O objetivo '%s' é somente leitura e não pode ser alterado +commands.scoreboard.objectives.add.alreadyExists=Um objetivo com o nome '%s' já existe +commands.scoreboard.objectives.add.displayTooLong=O nome de exibição '%s' é muito longo para um objetivo, este deve possuir no máximo %s caracteres +commands.scoreboard.objectives.add.success=Adicionado novo objetivo '%s' com sucesso +commands.scoreboard.objectives.add.tooLong=O nome '%s' é muito longo para um objetivo, este deve possuir até %s caracteres +commands.scoreboard.objectives.add.usage=/scoreboard objectives add [nome de exibição ...] +commands.scoreboard.objectives.add.wrongType=Critério '%s' do objetivo inválido +commands.scoreboard.objectives.list.count=Exibindo %s objetivo(s) no placar: +commands.scoreboard.objectives.list.empty=Não há objetivos no placar +commands.scoreboard.objectives.list.entry=- %s: aparece como '%s' e é do tipo '%s' +commands.scoreboard.objectives.remove.success=Removido objetivo '%s' com sucesso +commands.scoreboard.objectives.remove.usage=/scoreboard objectives remove +commands.scoreboard.objectives.setdisplay.invalidSlot=Slot de exibição '%s' não existe +commands.scoreboard.objectives.setdisplay.successCleared=O slot de exibição '%s' foi limpo +commands.scoreboard.objectives.setdisplay.successSet=O objetivo no slot de exibição '%s' foi alterado para '%s' +commands.scoreboard.objectives.setdisplay.usage=/scoreboard objectives setdisplay [objetivo] +commands.scoreboard.objectives.usage=/scoreboard objectives ... +commands.scoreboard.players.add.usage=/scoreboard players add [dataTag] +commands.scoreboard.players.enable.noTrigger=Objetivo %s não é um gatilho +commands.scoreboard.players.enable.success=Habilitado gatilho %s para %s +commands.scoreboard.players.enable.usage=/scoreboard players enable +commands.scoreboard.players.list.count=Exibindo %s jogadores marcados no placar: +commands.scoreboard.players.list.empty=Não existem jogadores marcados no placar +commands.scoreboard.players.list.player.count=Exibindo %s objetivo(s) marcados para %s: +commands.scoreboard.players.list.player.empty=O jogador %s não possui pontuações registradas +commands.scoreboard.players.list.usage=/scoreboard players list [nome] +commands.scoreboard.players.operation.invalidOperation=Operação %s inválida +commands.scoreboard.players.operation.notFound=Nenhuma pontuação de %s para %s encontrada +commands.scoreboard.players.operation.success=Operação aplicada com sucesso +commands.scoreboard.players.operation.usage=/scoreboard players operation +commands.scoreboard.players.remove.usage=/scoreboard players remove [dataTag] +commands.scoreboard.players.reset.success=Redefinidas todas as pontuações do jogador %s +commands.scoreboard.players.reset.usage=/scoreboard players reset [objetivo] +commands.scoreboard.players.resetscore.success=Reiniciada pontuação de %s do jogador %s +commands.scoreboard.players.set.success=Definida pontuação de %s do jogador %s para %s +commands.scoreboard.players.set.tagError=Não foi possível analisar dataTag, motivo: %s +commands.scoreboard.players.set.tagMismatch=A dataTag não coincide com %s +commands.scoreboard.players.set.usage=/scoreboard players set [dataTag] +commands.scoreboard.players.test.failed=Pontuação %s NÃO está na faixa de %s a %s +commands.scoreboard.players.test.notFound=Nenhuma pontuação de %s para %s encontrada +commands.scoreboard.players.test.success=Pontuação %s está na faixa de %s a %s +commands.scoreboard.players.test.usage=/scoreboard players test +commands.scoreboard.players.usage=/scoreboard players ... +commands.scoreboard.teamNotFound=Nenhum time foi encontrado com o nome de '%s' +commands.scoreboard.teams.add.alreadyExists=Um time com o nome '%s' já existe +commands.scoreboard.teams.add.displayTooLong=O nome de exibição '%s' é muito longo para o de um time, este deve possuir até %s caracteres +commands.scoreboard.teams.add.success=Adicionado novo time '%s' com sucesso +commands.scoreboard.teams.add.tooLong=O nome '%s' é muito longo para o de um time, este deve possuir até %s caracteres +commands.scoreboard.teams.add.usage=/scoreboard teams add [nome de exibição ...] +commands.scoreboard.teams.empty.alreadyEmpty=O time %s já está vazio, não é possível remover jogadores inexistentes +commands.scoreboard.teams.empty.success=Removido(s) %s jogador(es) do time %s +commands.scoreboard.teams.empty.usage=/scoreboard teams empty +commands.scoreboard.teams.join.failure=Não foi possível adicionar %s jogador(es) para o time %s: %s +commands.scoreboard.teams.join.success=Adicionado %s jogador(es) para o time %s: %s +commands.scoreboard.teams.join.usage=/scoreboard teams join